@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.header .header_content{width: 100%; background-color: #fff; height:100px; position: relative;}
.header .header_content .left{height: 100%; width: 39%; display: flex; display: -webkit-flex; align-items: center}
.header .header_content .right{height: 100%; width: 61%;}
.header .header_content .logo{float: left;}
.header .header_content .logo img{max-width: 100%; width: 394px; height:auto;}
/*  */
.header .navBarIcon{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; padding: 0; height: 29px; display:block; cursor:pointer;}
.header .navBarIcon .icon-bar{background:#245894; width:35px; height:5px; display: block;}
.header .navBarIcon .icon-bar+.icon-bar{ margin-top:6px;}
.header .navBarIcon.tx .icon-bar:nth-child(1){ margin-top:10px; transform:rotateZ(45deg);}
.header .navBarIcon.tx .icon-bar:nth-child(2){ opacity:0;}
.header .navBarIcon.tx .icon-bar:nth-child(3){ top:50%; position:absolute; margin:0 !important; transform:translate(0,-50%) rotateZ(135deg);}
/*  */
.header .header_nav{width: 100%; height: 100%; position: relative; background-color: #fff;}
.header .header_nav .navBox{width: 100%; height: 100%}
.header .header_nav .navList{width: 100%; height: 100%;}
.header .header_nav .item{float: left; width: 14.28%; height: 100px; position: relative; text-align: center;}
.header .header_nav .item>a{color: #000; font-size: 16px; line-height: 100px; display: block; overflow: hidden; position: relative;}
.header .header_nav .item>a::before{content: ""; position: absolute; bottom: 26px; left: 0; right: 0; margin: auto; opacity: 0; width: 10px; height: 6px; background: url(../images/nav_icon.png) no-repeat; background-size: 100% 100%; transition: all 0.4s;}
.header .header_nav .item:hover>a{color: #245894;}
.header .header_nav .item:hover>a::before{opacity: 1;}
.header .header_nav .item.act>a{color: #245894;}
.header .header_nav .item.act>a::before{opacity: 1;}
.header .header_nav .nav_down{display: none; position:absolute; top:100%; width: 120%; left: 50%; transform: translateX(-50%); box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: rgba(0,0,0,.6); z-index:9;}
.header .header_nav .nav_down li{width: 100%; text-align: center;}
.header .header_nav .nav_down li a{line-height:40px; font-size: 15px; color:#fff; display: block; padding: 0 5px;}
.header .header_nav .nav_down li a:hover{background: #245894; color: #fff;}
.header.small .header_content{position: fixed; left: 0; top: 0; box-shadow: 0px 4px 20px 3px #eee; z-index: 6; animation: navSmall 0.5s;}
@keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
/*  */
.banner{width: 100%; font-size: 0;}
.banner .img{width: 100%;}
.banner .swiper-pagination-bullet-active{background: #edf5fd;}
.banner .banner-next, .banner .banner-prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 50px; line-height: 50px; font-size: 38px; color: #fff; z-index: 9; opacity: 0;}
.banner .banner-prev{left: 2%;}
.banner .banner-next{right: 2%;}
.banner:hover .banner-next, .banner:hover .banner-prev{opacity: 1;}
/* tabbar */
.tabBar{width: 100%; height: 58px; background-color: #191919; border-top: 1px solid #fff; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 6; height: calc(58px +  constant(safe-area-inset-bottom)); height: calc(58px +  env(safe-area-inset-bottom));}
.tabBar .list{height: 100%; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;}
.tabBar .list>li{height: 100%; border-right: 1px solid #fff; position: relative; flex: 1;}
.tabBar .list>li:last-child{border-right: none;}
.tabBar .item{width: 100%; height: 100%; text-align: center; display: flex; display: -webkit-flex; justify-content: center; align-content: center; flex-wrap: wrap;}
.tabBar .item span{width: 100%; font-size: 16px; color: #fff; display: block; line-height: 20px;}
.tabBar .item p{width: 100%; font-size: 12px; line-height: 20px; color: #fff;}
.tabBar .tabbar_bg{width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; z-index: 7; display: none;}
.tabBar .tel_num{width: 100%; display: block; overflow: hidden; background-color: #f5f5f5; box-shadow: 0 0 5px rgb(0 0 0 / 30%); position: fixed; bottom: 0; left: 0; z-index: 8; display: none;}
.tabBar .tel_num a{display: block; line-height: 44px; font-size: 15px; color: #333; border-bottom: 1px solid #ddd; text-align: center;}
.tabBar .tel_num .cancel{margin-top: 6px; border-top: 1px solid #ddd; background-color: #fff; line-height: 44px; font-size: 15px; color: #333; text-align: center;}
.tabBar .wecht_box{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); z-index: 7; display: none;}
.tabBar .wecht_content{width: 100%; background-color: #fff; padding: 30px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%);}
.tabBar .wecht_content .title{font-size: 18px; color: #333; line-height: 24px; font-weight: bold;}
.tabBar .wecht_content img{width: 150px; height: auto; margin-top: 10px;}
.tabBar .wecht_content .txt{font-size: 12px; color: #333; margin-top: 10px; line-height: 20px;}
.tabBar .wecht_content .txt span{font-size: 18px; font-family: Impact;}
.tabBar .close{position: absolute; bottom: -38px; width: 30px; height: 30px; line-height: 28px; font-size: 20px; color: #fff; border: 1px solid #fff; border-radius: 50%; left: 0; right: 0; margin: auto;}

/*  */
.title_index{width: 100%; text-align: center; margin-bottom: 40px;}
.title_index .title1{font-size: 28px; color: #363636; font-weight: bold; position: relative; padding-bottom: 20px;}
.title_index .title1::before{content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; width: 30px; height: 5px; background: url(../images/title_gang.png) no-repeat; background-size: 100% 100%;}
.title_index .title2{font-size: 14px; color: #363636; margin-top: 20px;}
/*  */
.index1{width: 100%; padding: 40px 0; background-color: #fff; overflow: hidden;}
.index1 .item{width: 100%;}
.index1 .item a{display: block; width: 100%; height: 100%;}
.index1 .item .imgbox{position: relative; overflow: hidden;}
.index1 .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.index1 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index1 .item .txtbox{background-color: #ECEAEB; padding: 15px 10px; text-align: center;}
.index1 .item .txtbox .title{font-size: 18px; color: #333; margin-bottom: 5px; font-weight: bold;}
.index1 .item .txtbox .txt{font-size: 16px; color: #363636; height: 30px; line-height: 30px; overflow: hidden;}
.index1 .item:hover .imgbox .img{transform: scale(1.1);}
.index1 .item:hover .txtbox .title{color: #245894;}
/*  */
.index2{width: 100%; background-color: #F0F2F4; position: relative; overflow: hidden;}
.index2 .left{width: 50%; padding-right: 30px; padding: 40px 55px 40px 0;}
.index2 .title_idx2{border-bottom: 1px dotted #0874C2; padding-bottom: 15px; margin-bottom: 20px;}
.index2 .title_idx2 .title1{font-size: 36px; color: #131313; font-family: Arial; margin-bottom: 5px; font-weight: bold; line-height: 1;}
.index2 .title_idx2 .title1 span{font-size: 60px; color: #006fc0;}
.index2 .title_idx2 .title2{font-size: 24px; color: #006fc0; line-height: 1; font-weight: bold;}
.index2 .txtbox{font-size: 16px; color: #282828; line-height: 35px; margin-bottom: 30px;}
.index2 .more{width: 140px; height: 35px; line-height: 35px; text-align: center; display: inline-block; border-radius: 35px; background-color: #255894; font-size: 14px; color: #fff;}
.index2 .imgbox{position: absolute; width: 50%; height: 100%; right: 0; top: 0; z-index: 1;}
.index2 .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
/*  */
.index3{width: 100%; background-color: #fff; overflow: hidden; padding: 40px 0;}
.index3 .title_idx3{margin-bottom: 40px;}
.index3 .title_idx3 .title1{font-size: 30px; color: #131313; position: relative; line-height: 1; padding-right: 12px; margin-bottom: 10px; display: inline-block;}
.index3 .title_idx3 .title1::before{content: ""; position: absolute; top: 0; bottom: 0; left: 100%; margin: auto; width: 73px; height: 5px; background: url(../images/title3_icon.png) no-repeat; background-size: 100% 100%;}
.index3 .title_idx3 .title2{font-size: 14px; color: #666666; padding-left: 85px; text-transform: uppercase; line-height: 1; position: relative;}
.index3 .title_idx3 .title2::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 73px; height: 5px; transform:rotate(180deg); background: url(../images/title3_icon.png) no-repeat; background-size: 100% 100%;}
.index3 .title_idx3 .title_tab{margin-top: 15px;}
.index3 .title_idx3 .title_tab li{float: left; margin-left: 20px;}
.index3 .title_idx3 .title_tab li a{display: block; width: 125px; height: 35px; line-height: 35px; border-radius: 35px; background-color: #CFCFCF; font-size: 16px; color: #131313; text-align: center;}
.index3 .title_idx3 .title_tab li a:hover{background-color: #255894; color: #fff;}
.index3 .list{width: calc(100% + 20px);}
.index3 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.index3 .item{width: 100%;}
.index3 .item a{display: block; width: 100%; height: 100%;}
.index3 .item .imgbox{position: relative; overflow: hidden;}
.index3 .item .imgbox::before{content: ""; display: block; padding-top: 72%;}
.index3 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index3 .item .mask{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; transform: scale(0); background-color: rgba(3,120,240,.5); display: flex; justify-content: center; align-items: center;}
.index3 .item .mask span{width: 70px; height: 70px; border: 1px solid #fff; border-radius: 5px; background: url(../images/idx3_icon2.png) no-repeat center center; }
.index3 .item .txtbox{background-color: #E5E5E5; padding: 10px;}
.index3 .item .txtbox .txt{font-size: 14px; color: #131313; line-height: 20px; position: relative; padding-right: 25px;}
.index3 .item .txtbox .txt .icons{position: absolute; right: 0; top: 0; width: 20px; height: 20px; background: url(../images/idx3_icon.png) no-repeat; background-size: 100% 100%;}
.index3 .item:hover .imgbox .img{transform: scale(1.1);}
.index3 .item:hover .mask{transform: scale(1);}
/*  */
.index4{width: 100%; background: url(../images/idx4_bg.jpg) no-repeat center center; background-size: cover; padding: 70px 0 40px 0; overflow: hidden;}
.index4 .content{padding-bottom: 50px; position: relative;}
.index4 .content::before{content: ""; position: absolute; bottom: 2px; left: -68px; width: 1350px; height: 50px; background: url(../images/idx4_icon1.png) no-repeat; background-size: 100% 100%;}
.index4 .content::after{content: ""; position: absolute; width: 118px; height: 104px; top: -15px; left: -13px; z-index: 1; background: url(../images/idx4_icon2.png) no-repeat; background-size: 100% 100%;}
.index4 .item{width: 100%; background-color: #fff; padding: 4px;}
.index4 .item a{display: block; width: 100%; height: 100%;}
.index4 .item .imgbox{position: relative; overflow: hidden;}
.index4 .item .imgbox::before{content: ""; display: block; padding-top: 70%;}
.index4 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index4 .item:hover .imgbox .img{transform: scale(1.1);}
.index4 .idx4_next, .index4 .idx4_prev{position: absolute; top: 40%; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #fff; font-size: 18px; color: #121212;}
.index4 .idx4_next{right: 102%;}
.index4 .idx4_prev{left: 102%;}
.index4 .idx4_tel{margin-top: 50px; text-align: center; font-size: 18px; color: #fff;}
.index4 .idx4_tel span{font-size: 20px; font-weight: bold;}
/*  */
.index5{width: 100%; padding: 40px 0; overflow: hidden;}
.index5 .list{width: calc(100% + 20px);}
.index5 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 0 0;}
.index5 .item{width: 100%;}
.index5 .item a{display: block; width: 100%; height: 100%;}
.index5 .item .imgbox{position: relative; overflow: hidden;}
.index5 .item .imgbox::before{content: ""; display: block; padding-top: 62%;}
.index5 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index5 .item .txtbox{border: 1px solid #E0E0E0; background-color: #F4F2F3; padding: 15px;}
.index5 .item .txtbox .title{font-size: 16px; color: #333; margin-bottom: 10px;}
.index5 .item .txtbox .txt{font-size: 14px; color: #666; height: 50px; line-height: 25px; overflow: hidden; margin-bottom: 5px;}
.index5 .item .txtbox .time{font-size: 12px; color: #676566; line-height: 25px; padding-left: 30px; background: url(../images/idx5_icon.png) no-repeat left center; background-size: 20px;}
.index5 .item:hover .imgbox .img{transform: scale(1.1);}
.index5 .item:hover .txtbox .title{color: #0874C2;}
.index5 .more{text-align: center; margin-top: 40px;}
.index5 .more a{display: inline-block; width: 175px; height: 40px; line-height: 40px; border-radius: 40px; background-color: #C4C4C4; font-size: 16px; color: #fff;}
.index5 .more a:hover{background-color: #265994;}
/*  */
.footer1{width: 100%; background-color: #292929; padding: 40px 0; border-bottom: 1px solid #545454; overflow: hidden;}
.footer1 .content{display: flex; justify-content: space-between;}
.footer1 .title{text-align: left; margin-bottom: 20px;}
.footer1 .title h4{display: inline-block; border-bottom: 1px solid #fff; font-size: 16px; color: #fff; line-height: 1;}
.footer1 .box1{width: 35%;}
.footer1 .box2{width: 10%;}
.footer1 .box3{width: 20%;}
.footer1 .box4{width: 20%;}
.footer1 .foot_nav{margin-bottom: 20px;}
.footer1 .foot_nav li{width: 25%; float: left; margin-bottom: 5px;}
.footer1 .foot_nav li a{display: block; font-size: 14px; color: #fff; line-height: 25px; height: 25px; overflow: hidden;}
.footer1 .foot_tel{width: 100%;}
.footer1 .foot_tel .txt1{font-size: 14px; color: #fff; font-weight: bold; margin-bottom: 5px;}
.footer1 .foot_tel .txt2{font-size: 30px; color: #ffe400;}
.footer1 .foot_list{width: 100%;}
.footer1 .foot_list li{width: 100%;}
.footer1 .foot_list li a{display: block; font-size: 14px; color: #fff; line-height: 30px; opacity: .8;}
.footer1 .foot_contact{font-size: 14px; color: #fff; opacity: .8; line-height: 30px;}
.footer1 .QR{width: 100%;}
.footer1 .QR .item{width: 50%; float: left; padding: 0 5px; text-align: center;}
.footer1 .QR .item img{width: 100px; height: 100px;}
.footer1 .QR .item .txt{font-size: 14px; color: #fff; margin-top: 5px;}
.footer2{width: 100%; padding: 15px 0; background-color: #2B2B2B;}
.footer2 .copyright{float: left; font-size: 14px; color: #fff; line-height: 30px;}
.footer2 .copyright a{color: #fff;}
.footer2 .toTop{float: right; width: 30px; height: 30px; background: url(../images/foot_icon1.png) no-repeat; background-size: 100% 100%;}

/*  */
.inner_page{width: 100%; padding: 40px 0;}
/*  */
.title_inner{width: 100%; overflow: hidden; margin-bottom: 20px;}
.title_inner .left{position: relative; padding-right: 20px;}
.title_inner .left::before{content: ""; position: absolute; bottom: 0; left: 100%; width: 1000px; height: 1px; border-bottom: 1px dotted #B2B2B2;}
.title_inner .title1{font-size: 30px; color: #131313; position: relative; line-height: 1; padding-right: 12px; margin-bottom: 10px; display: inline-block;}
.title_inner .title1::before{content: ""; position: absolute; top: 0; bottom: 0; left: 100%; margin: auto; width: 73px; height: 5px; background: url(../images/title3_icon.png) no-repeat; background-size: 100% 100%;}
.title_inner .title2{font-size: 14px; color: #666666; padding-left: 85px; text-transform: uppercase; line-height: 1; position: relative;}
.title_inner .title2::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 73px; height: 5px; transform:rotate(180deg); background: url(../images/title3_icon.png) no-repeat; background-size: 100% 100%;}
.title_inner .txt{background: url(../images/title_icon.png) no-repeat left center; padding-left: 30px; font-size: 14px; color: #666666; margin-top: 20px;}
.title_inner .txt a{color: #666666;}
/*  */
.sideBar_inner{width: 100%; overflow: hidden; margin-bottom: 20px;}
.sideBar_inner .list{width: 100%; overflow: hidden; zoom: 1;}
.sideBar_inner .list li{float: left; margin-right: 10px; margin-top:10px;}
.sideBar_inner .list li a{display: block; width: 120px; height: 36px; line-height: 36px; border-radius: 30px; text-align: center; background-color: #CFCFCF; font-size: 15px; color: #333;}
.sideBar_inner .list li a:hover{background-color: #0874C2; color: #fff;}
.sideBar_inner .list li a.on{background-color: #0874C2; color: #fff;}
/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{font-size: 14px; color: #333; line-height: 30px; margin-bottom: 20px;}
.txtbox img{max-width:100% !important;height:auto !important;}

/*  */
.service_page{width: 100%; overflow: hidden;}
.service_page .list{width: calc(100% + 20px);}
.service_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.service_page .item{width: 100%;}
.service_page .item a{display: block; width: 100%; height: 100%;}
.service_page .item .imgbox{position: relative; overflow: hidden;}
.service_page .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.service_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.service_page .item .txtbox{background-color: #ECEAEB; padding: 15px 10px; text-align: center;}
.service_page .item .txtbox .title{font-size: 18px; color: #333; margin-bottom: 0px; font-weight: bold;}
.service_page .item .txtbox .txt{font-size: 14px; color: #363636; height: 50px; line-height: 25px; overflow: hidden;}
.service_page .item:hover .imgbox .img{transform: scale(1.1);}
.service_page .item:hover .txtbox .title{color: #245894;}
/*  */
.serviceShow_page{width: 100%; overflow: hidden;}
.serviceShow_page .title{text-align: center; font-size: 18px; color: #333; border-bottom: 1px dotted #ccc; padding-bottom: 15px; margin-bottom: 20px;}
.serviceShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.serviceShow_page .imgbox img{max-width: 100%; height: auto;}
.serviceShow_page .txtbox{font-size: 14px; color: #333; line-height: 30px; margin-bottom: 20px;}
.serviceShow_page .txtbox img{ max-width:100% !important; height:auto !important;}

/*  */
.display_page{width: 100%; overflow: hidden;}
.display_page .list{width: calc(100% + 20px);}
.display_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.display_page .item{width: 100%;}
.display_page .item a{display: block; width: 100%; height: 100%;}
.display_page .item .imgbox{position: relative; overflow: hidden;}
.display_page .item .imgbox::before{content: ""; display: block; padding-top: 72%;}
.display_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.display_page .item .mask{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; transform: scale(0); background-color: rgba(3,120,240,.5); display: flex; justify-content: center; align-items: center;}
.display_page .item .mask span{width: 70px; height: 70px; border: 1px solid #fff; border-radius: 5px; background: url(../images/idx3_icon2.png) no-repeat center center; }
.display_page .item .txtbox{background-color: #E5E5E5; padding: 10px;}
.display_page .item .txtbox .txt{font-size: 14px; color: #131313; line-height: 20px; position: relative; padding-right: 25px;}
.display_page .item .txtbox .txt .icons{position: absolute; right: 0; top: 0; width: 20px; height: 20px; background: url(../images/idx3_icon.png) no-repeat; background-size: 100% 100%;}
.display_page .item:hover .imgbox .img{transform: scale(1.1);}
.display_page .item:hover .mask{transform: scale(1);}
/*  */

/*  */
.display_page1{width: 100%; overflow: hidden;}
.display_page1 .list{width: calc(100% + 20px);}
.display_page1 .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.display_page1 .item{width: 100%;}
.display_page1 .item a{display: block; width: 100%; height: 100%;}
.display_page1 .item .imgbox{position: relative; overflow: hidden;}
.display_page1 .item .imgbox::before{content: ""; display: block; padding-top: 72%;}
.display_page1 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.display_page1 .item .mask{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; transform: scale(0); background-color: rgba(3,120,240,.5); display: flex; justify-content: center; align-items: center;}
.display_page1 .item .mask span{width: 70px; height: 70px; border: 1px solid #fff; border-radius: 5px; background: url(../images/idx3_icon2.png) no-repeat center center; }
.display_page1 .item .txtbox{background-color: #E5E5E5; padding: 10px;}
.display_page1 .item .txtbox .txt{font-size: 14px; color: #131313; line-height: 20px; position: relative; padding-right: 25px;}
.display_page1 .item .txtbox .txt .icons{position: absolute; right: 0; top: 0; width: 20px; height: 20px; background: url(../images/idx3_icon.png) no-repeat; background-size: 100% 100%;}
.display_page1 .item:hover .imgbox .img{transform: scale(1.1);}
.display_page1 .item:hover .mask{transform: scale(1);}
/*  */

.displayShow_page{width: 100%; overflow: hidden;}
.displayShow_page .title{text-align: center; font-size: 18px; color: #333; border-bottom: 1px dotted #ccc; padding-bottom: 15px; margin-bottom: 20px;}
.displayShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.displayShow_page .imgbox img{max-width: 100%; height: auto;}
.displayShow_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.displayShow_page .txtbox img{ max-width:100% !important; height:auto !important;}

/*  */
.jzx_page{width: 100%; overflow: hidden;}
.jzx_page .list{width: calc(100% + 20px);}
.jzx_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.jzx_page .item{width: 100%;}
.jzx_page .item a{display: block; width: 100%; height: 100%;}
.jzx_page .item .imgbox{position: relative; overflow: hidden;}
.jzx_page .item .imgbox::before{content: ""; display: block; padding-top: 72%;}
.jzx_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.jzx_page .item .mask{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; transform: scale(0); background-color: rgba(3,120,240,.5); display: flex; justify-content: center; align-items: center;}
.jzx_page .item .mask span{width: 70px; height: 70px; border: 1px solid #fff; border-radius: 5px; background: url(../images/idx3_icon2.png) no-repeat center center; }
.jzx_page .item .txtbox{background-color: #E5E5E5; padding: 10px;}
.jzx_page .item .txtbox .txt{font-size: 14px; color: #131313; line-height: 20px; position: relative; padding-right: 25px;}
.jzx_page .item .txtbox .txt .icons{position: absolute; right: 0; top: 0; width: 20px; height: 20px; background: url(../images/idx3_icon.png) no-repeat; background-size: 100% 100%;}
.jzx_page .item:hover .imgbox .img{transform: scale(1.1);}
.jzx_page .item:hover .mask{transform: scale(1);}
/*  */
.jzxShow_page{width: 100%; overflow: hidden;}
.jzxShow_page .title{text-align: center; font-size: 18px; color: #333; border-bottom: 1px dotted #ccc; padding-bottom: 15px; margin-bottom: 20px;}
.jzxShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.jzxShow_page .imgbox img{max-width: 100%; height: auto;}
.jzxShow_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.jzxShow_page .txtbox img{ max-width:100% !important; height:auto !important;}

/*  */
.news_page{width: 100%; overflow: hidden;}
.news_page .item{width: 100%; height: 150px; overflow: hidden; margin-bottom: 20px;}
.news_page .item a{width: 100%; height: 100%; display: block; overflow: hidden;}
.news_page .item .imgbox{width: 200px; height: 100%; float: left; overflow: hidden;}
.news_page .item .imgbox .img{width: 100%; height: 100%;}
.news_page .item .txtbox{width: calc(100% - 200px); height: 100%; float: left; padding: 5px 10px;}
.news_page .item .txtbox .title{font-size: 16px; color: #000; line-height: 1.5;}
.news_page .item .txtbox .date{font-size: 12px; color: #000; line-height: 1.5; margin-top: 10px; }
.news_page .item .txtbox .txt{font-size: 14px; color: #000; height: 72px; line-height: 24px; overflow: hidden; margin-top: 10px;}
.news_page .item:hover .txtbox{background-color: #245894;}
.news_page .item:hover .txtbox .title{color: #fff;}
.news_page .item:hover .txtbox .date{color: #fff;}
.news_page .item:hover .txtbox .txt{color: #fff;}
/*  */
.newsShow_page{width: 100%; margin-top: 20px; min-height: 600px;}
.newsShow_page .title{text-align: center; border-bottom: 1px dotted #aaa; padding-bottom: 10px; margin-bottom: 20px;}
.newsShow_page .title h4{font-size: 18px; color: #333;}
.newsShow_page .title h5{font-size: 13px; color: #aaa; margin-top: 10px;}
.newsShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .txtbox{margin-bottom: 20px; font-size: 14px; color: #333; line-height: 30px;}
.newsShow_page .txtbox img{ max-width:100% !important; height:auto !important;}

/*  */
.partner_page{width: 100%; overflow: hidden;}
.partner_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.partner_page .imgbox img{max-width: 100%; height: auto;}
.partner_page .txtbox{font-size: 14px; color: #333; line-height: 24px; margin-bottom: 20px;}

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{overflow: hidden; font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}

.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox1{overflow: hidden; font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.contact_page .txtbox1 img{ max-width:100% !important; height:auto !important; padding:5px !important;}



@media (max-width: 1199px){
    .index2 .txtbox{line-height: 30px;}
    .footer1 .box4{width: 24%;}
}

@media (min-width:992px){
    .header .header_nav{display: block !important;}
}

@media (max-width:991px){
    .header .header_content{height: 90px; position: fixed; top: 0; left: 0; z-index: 8; box-shadow: 3px 3px 10px 0 #bbb;}
    .header .header_content .header_search{margin-right: 50px;}
    .header .header_content .left{width: 80%;}
    .header .header_content .right{width: 20%;}
    .header .header_nav{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; background-color: rgba(0,0,0,0.5); display: none;}
    .header .header_nav .navBox{width: 60%; height: 100%; position: absolute; left: -60%; top: 0; background-color: #fff;}
    .header .header_nav .item{width: 100%; height: 40px;}
    .header .header_nav .item>a{color: #333; line-height: 40px; font-size: 14px;}
    .header .header_nav .item:after{width: 100%; height: 1px; right: 0; top: auto;}
    .header .header_nav .item:last-child:after{display: block;}
    .header .header_nav .item>a::before{display: none;}
    .header .header_nav .nav_down{display: none !important;}
    .banner{margin-top: 90px;}
    .header_search{display: none;}
    .title_index{margin-bottom: 20px;}
    .title_index .title1{font-size: 20px; padding-bottom: 14px;}
    .title_index .title2{margin-top: 8px;}
    .index1{padding: 20px 0;}
    .index1 .item .txtbox{padding: 10px;}
    .index1 .item .txtbox .title{font-size: 16px;}
    .index1 .item .txtbox .txt{height: 40px; line-height: 20px; font-size: 12px;}
    .index2 .left{padding: 20px 20px 20px 0;}
    .index2 .title_idx2{padding-bottom: 10px; margin-bottom: 10px;}
    .index2 .title_idx2 .title1{font-size: 20px;}
    .index2 .title_idx2 .title1 span{font-size: 30px;}
    .index2 .title_idx2 .title2{font-size: 16px;}
    .index2 .txtbox{font-size: 14px; line-height: 25px; margin-bottom: 15px;}
    .index2 .more{width: 120px; height: 30px; line-height: 30px;}
    .index3{padding: 20px 0;}
    .index3 .title_idx3{margin-bottom: 20px;}
    .index3 .title_idx3 .title1{font-size: 20px;}
    .index3 .title_idx3 .title1::before{width: 60px; height: 3px;}
    .index3 .title_idx3 .title2{font-size: 12px; padding-left: 70px;}
    .index3 .title_idx3 .title2::before{width: 60px; height: 3px;}
    .index3 .title_idx3 .title_tab{margin-top: 10px;}
    .index3 .title_idx3 .title_tab li{margin-left: 10px;}
    .index3 .title_idx3 .title_tab li a{width: 120px; height: 30px; line-height: 30px; font-size: 14px;}
    .index4{padding: 20px 0;}
    .index4 .idx4_tel{margin-top: 20px;}
    .index5{padding: 20px 0;}
    .index5 .item .txtbox{padding: 10px;}
    .index5 .item .txtbox .title{font-size: 14px; margin-bottom: 5px;}
    .index5 .item .txtbox .txt{font-size: 12px; height: 40px; line-height: 20px;}
    .index5 .more{margin-top: 20px;}
    .index5 .more a{width: 120px; height: 30px; line-height: 30px; font-size: 14px;}
    .footer1{display: none;}
    .footer2{padding: 10px 0;}
    /*  */
    .inner_page{padding: 20px 0;}
    .sideBar_inner{margin-bottom: 20px;}
    .title_inner{margin-bottom: 20px;}
    .title_inner .title1{font-size: 20px;}
    .title_inner .title1::before{width: 60px; height: 3px;}
    .title_inner .title2{font-size: 12px; padding-left: 70px;}
    .title_inner .title2::before{width: 60px; height: 3px;}
    .title_inner .txt{margin-top: 10px;}
    .service_page .item .txtbox{padding: 10px;}
    .service_page .item .txtbox .title{font-size: 16px;}
    .service_page .item .txtbox .txt{height: 40px; line-height: 20px; font-size: 12px;}
    .news_page .item{height: 120px;}
	.news_page .item .imgbox{width: 160px;}
	.news_page .item .txtbox{width: calc(100% - 160px);}
	.news_page .item .txtbox .date{display: none;}
}

@media (min-width: 751px){
    .sideBar .sideBar_list{display: block!important;}
}

@media (max-width:750px){
    .header .header_content{height: 80px;}
    .header .header_content .left{width: 80%;}
    .banner{margin-top: 80px;}
    .title_index .title1{font-size: 18px;}
    .title_index .title2{font-size: 12px;}
    .index1 .item .txtbox .title{font-size: 14px;}
    .index1 .item .txtbox .txt{height: 60px;}
    .index2 .imgbox{position: static; height: 300px; width: 100%;}
    .index2 .left{padding: 15px 0 0 0; width: 100%;}
    .index3 .list{width: calc(100% + 10px);}
    .index3 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index3 .item .txtbox{padding: 5px;}
    .index4 .content{padding: 0;}
    .index4 .content::after{width: 60px; height: 58px; top: -9px; left: -6px;}
    .index4 .content::before{display: none;}
    .index4 .idx4_next, .index4 .idx4_prev{display: none;}
    .index4 .idx4_tel{font-size: 14px;}
    .index4 .idx4_tel span{font-size: 18px;}
    .index5 .list{width: 100%;}
    .index5 .list li{width: 100%; margin: 0 0 10px 0;}
    .index5 .more{margin-top: 10px;}
    .footer2 .copyright{line-height: 25px;}
    /*  */
    .title_inner .title1{font-size: 18px; margin-bottom: 5px;}
    .service_page .list{width: calc(100% + 10px);}
    .service_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .service_page .item .txtbox .title{font-size: 14px;}
    .service_page .item .txtbox .txt{height: 60px;}
    .display_page .list{width: calc(100% + 10px);}
    .display_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .display_page .item .txtbox{padding: 5px;}
    .jzx_page .list{width: calc(100% + 10px);}
    .jzx_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .jzx_page .item .txtbox{padding: 5px;}
    .news_page .item{height: 100px;}
	.news_page .item .imgbox{width: 150px;}
	.news_page .item .txtbox{width: calc(100% - 150px);}
	.news_page .item .txtbox .title{font-size: 14px;}
	.news_page .item .txtbox .txt{font-size: 12px; height: 60px; line-height: 20px; margin-top: 6px;}
	
	.display_page1 .list li{width: calc(100% / 2 - 20px); float: left; margin: 0 20px 20px 0;}
	
	.sideBar_inner .list li a{ width:108px; font-size:14px;}
	.index1 .item .txtbox .txt{font-size: 14px;}


}