/*common start*/
:root{
 --primary-color:#77302f;
 --secondary-color:#25496d;
 --third-color:#b6914e;
 --main-color:#93381b;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family: Arial,'Microsoft YaHei'; color:#333; overflow-x:hidden; }
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1680px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family: Arial,'Microsoft YaHei'; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:120px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:20%; height:120px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head2 .rt{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_share{}
.head .h_share ul{display: flex; justify-content: flex-end; align-items: center;}
.head .h_share ul li{ position:relative; margin-left:1.04vw; padding:40px 0;}
.head .h_share ul li>a{ display:block; font-size:20px; line-height:40px;}
.head .h_share ul li>a i{}
.head .h_share ul li .box1{ min-width:140px; position:absolute; top:100%; right:0; display:none;}
.head .h_share ul li:hover .box1{ display:block;}
.head .h_share ul li .box1:before{ content:""; border:8px solid transparent; border-bottom-color:#f1f1f1; position:absolute; top:-16px; right:0;}
.head .h_share ul li .ewm{ padding:10px; background:#f1f1f1;}
.head .h_share ul li .ewm img{ display:block; width:100%;}
.head .h_search_btnbg{ position:relative; padding:40px 0; margin-left:1.56vw; }
.head .h_search_btn{ display:block; font-size:20px; line-height:40px; width:20px; text-align:center; color:#333; cursor:pointer;}
.head .h_search_btn i:before{content: "\f002";}
.head .h_search_btn.active1 i:before{content: "\f00d";}
.head .h_search_box{ width:320px; position:absolute; top:100%; right:0; z-index:999; opacity:0; visibility:hidden; transition:all .3s ease;}
.head .h_search_box.active1{ opacity:1; visibility:visible;}
.head .h_search_box:before{ content:""; border:8px solid transparent; border-bottom-color:#f1f1f1; position:absolute; top:-16px; right:0;}
.head .h_search_close1{ }
.head .h_searchbg{ }
.head .h_search{ }
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:54px; background:#f1f1f1; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:54px; line-height:54px; padding:0 0 0 20px; width:calc(100% - 100px); }
.head .h_search .form .button1{ float:right; border:none; border-left:2px solid #ddd; background:none; width:80px; height:54px; line-height:54px; cursor:pointer; font-size:16px; color:var(--primary-color); transition:all .3s ease;}
.head .h_search .form .button1:hover{ }
.head .h_search .form .button1 i{ }
/*menu*/
.head .menu{ height:120px; line-height:120px;  }
.head .menu>ul{display: flex; justify-content:center; align-items: center;}
.head .menu>ul>li{}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:20px; font-weight:normal; position:relative; z-index:1; padding:0 1.56vw;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color); background:url(../images/navbg.png) bottom center no-repeat;}
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
/*.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; z-index:-1;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ width:100%;}*/
.head .menu>ul>li ul{ width:fit-content; min-width:150px; background:#f1f1f1; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px; text-align:center; white-space:nowrap; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color);}
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}

.head_height{ height:120px;}
.head.active1{ background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1);}
.head.active2{ }
@media(max-width:1399px){
.head .h_search_btnbg{ margin-left:1.04vw; }
.head .menu>ul>li>a{ font-size:18px; padding:0 1.04vw;}
}
@media(max-width:999px){
.head_height{ height:60px;}
.head{}
.head2{ height:60px; }
.head .logo{ width:40%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .rt{ }
.head .h_share{ display:none;}
.head .h_search_btnbg{ position:static;}
.head .h_search_box{ width:100%; }
.head .h_search_box:before{ display:none;}
.head .h_search .form{ height:50px; }
.head .h_search .form .text1{ height:50px; line-height:50px; padding:0 0 0 20px; width:calc(100% - 90px); }
.head .h_search .form .button1{ width:70px; height:50px; line-height:50px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:30px; height:20px; cursor:pointer; display:none; position:relative; margin-left:20px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:100%; height:2px; background:var(--primary-color); position:absolute; left:0; transition:all .3s ease;}
.head .nav_open i{ top:50%; transform: translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 61px); border-top:1px solid rgba(255,255,255,.1); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:62%; height:100%; background:var(--primary-color); color:#fff; position:absolute; right:0; top:0; z-index:999; transform:translateX(100%); transition:all .5s ease;}
.head .nav_box.active1 .navbg{ transform:translateX(0);}
.head .nav{ position:relative; }
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 15px;}
.head .nav_list>ul>li{ padding:10px 15px; border-bottom:1px solid rgba(255,255,255,0.5);}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; color:#fff;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; width:14px; height:14px; line-height:14px; text-align:center; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(90deg);}
.head .nav_list ul li ul{ padding:5px 0 0 0; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.banner_swiper .swiper-pagination{ bottom:2.6vw; height:24px; width:100%; box-sizing: border-box; }
.banner_swiper .swiper-pagination span{ vertical-align:top; width:28px; height:24px; background:url(../images/banner-icon.png) center no-repeat; background-size:contain; opacity:.5; margin:0 5px; border-radius:0; transition:all .3s ease;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:50px; height:50px; line-height:50px; margin-top:-25px; text-align:center; background:rgba(0,0,0,.5); color:#fff; font-size:20px; transition:all .3s ease; border-radius:100%; opacity:0; visibility:hidden;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:var(--primary-color); color:#fff;}
.banner_swiper .swiper-button-prev:after,.banner_swiper .swiper-button-next:after{ display:none;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-pagination{ bottom:10px; height:17px; }
.banner_swiper .swiper-pagination span{ width:20px; height:17px; margin:0 2px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px; }
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:36px; line-height:46px; color:var(--secondary-color);}
.tit1 .h3{ font-size:62px; line-height:72px; color:var(--secondary-color); margin-top:5px;}
.tit1 .h4{ font-size:16px; line-height:26px; color:#666; margin-top:5px;}
.con01bg{ padding:6.78vw 0; background:url(../images/home2-bg0.png) top center no-repeat; background-size:100% auto; position:relative; z-index:1;}
.con01bg:before{ content:""; width:100%; height:100%; background:url(../images/home2-bg1.png) bottom center no-repeat; background-size:cover; position:absolute; bottom:-3vw; left:0; z-index:1;}
.con01bg:after{ content:""; width:100%; height:50%; background:url(../images/home2-bg2.png) bottom center no-repeat; background-size:100% auto; position:absolute; bottom:-2vw; left:0; z-index:3;}
.con01{ position:relative; z-index:2;}
.con01 .list1{ margin-top:60px; }
.con01 .list1 ul{display: flex; justify-content: center;/* align-items: center;*/}
.con01 .list1 ul li{ width:calc(100%/7); text-align:center;}
.con01 .list1 ul li .img{ height:118px; position:relative;}
.con01 .list1 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con01 .list1 ul li .txt{ margin-top:15px;}
.con01 .list1 ul li .txt .h2{ font-size:24px; line-height:34px;}
.con01 .list2{ margin-top:40px;}
.con01 .list2 .img{}
.con01 .list2 .img img{ display:block; margin:0 auto; max-width:100%;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:28px;}
.tit1 .h3{ font-size:36px; line-height:40px; margin-top:5px;}
.tit1 .h4{ font-size:14px; line-height:18px; margin-top:5px;}
.con01bg{ padding:40px 0; }
.con01 .list1{ margin-top:20px; }
.con01 .list1 ul{ flex-wrap:wrap;}
.con01 .list1 ul li{ width:25%; margin:0 0 20px 0;}
.con01 .list1 ul li .img{ height:62px; }
.con01 .list1 ul li .txt{ margin-top:10px;}
.con01 .list1 ul li .txt .h2{ font-size:16px; line-height:20px;}
.con01 .list2{ margin-top:20px;}
}


.tit2{display: flex; justify-content: space-between;/* align-items: center;*/}
.tit2 .h2{ font-size:36px; line-height:46px; width:36px; text-align:center;}
.tit2 .h3{ font-size:16px; line-height:26px; width:calc(100% - 60px);}
.con02bg{ padding:14.06vw 0 14.58vw 0; margin-top:-10.42vw; background:url(../images/home3-bg1.png) bottom center no-repeat; background-size:cover; }
.con02{ position:relative;}
.con02 .tit2{ position:absolute; top:0; right:0; width:64%;}
.con02 .list{}
.exhibition_gallery{display: flex; justify-content: space-between;/* align-items: center;*/}
.exhibition_gallery-thumbs{ width:24%;}
.exhibition_gallery-thumbs .swiper-container { width: 100%; }
.exhibition_gallery-thumbs .swiper-container .swiper-slide {display: flex; justify-content: center; align-items: center; position:relative; cursor:pointer; text-align:center; opacity:.8; background-image: url(../images/home3-bg4.jpg); background-repeat:no-repeat; background-position:center; background-size:cover;}
.exhibition_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active{ z-index:2; opacity:1;}
.exhibition_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:20px; line-height:30px; color:#fff; height:26.56vw;
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;}
.exhibition_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2{ font-size:24px;}
.exhibition_gallery-thumbs .swiper-container .swiper-slide:nth-child(1) { margin-top:4.7vw;background-image: url(../images/home3-bg4-1.jpg);}
.exhibition_gallery-thumbs .swiper-container .swiper-slide:nth-child(2) { background-image: url(../images/home3-bg4-2.jpg);}
.exhibition_gallery-thumbs .swiper-container .swiper-slide:nth-child(3) { margin-top:9.4vw;}
.exhibition_gallery-top{ width:64%; margin-top:170px;}
.exhibition_gallery-top .swiper-container { width: 100%; height:100%; }
.exhibition_gallery-top .swiper-container .swiper-wrapper{ }
.exhibition_gallery-top .swiper-container .swiper-slide { position:relative;}
.exhibition_gallery-top .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.exhibition_gallery-top .swiper-container .swiper-slide .h1{ font-size:16px; line-height:46px; padding:0 15px; min-width:90px; background:var(--third-color); color:#fff; border-radius:0 0 40px 0; text-align:left; position:absolute; top:0; left:0; z-index:2;}
.exhibition_gallery-top .swiper-container .swiper-slide .h1 span{ }

.exhibition_swiper{ position:relative;}
.exhibition_swiper .swiper-container { width: 100%; }
.exhibition_swiper .swiper-container .swiper-slide { position:relative;}
.exhibition_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.exhibition_swiper .swiper-container .swiper-slide img{display:block;width:100%;height: 650px;object-fit: cover;}
.exhibition_swiper .swiper-pagination{ bottom:20px; height:14px; width:100%; box-sizing: border-box; }
.exhibition_swiper .swiper-pagination span{ vertical-align:top; width:16px; height:14px; background:url(../images/banner-icon.png) center no-repeat; background-size:contain; opacity:.5; margin:0 5px; border-radius:0; transition:all .3s ease;}
.exhibition_swiper .swiper-pagination span.swiper-pagination-bullet-active{ opacity:1;}
.exhibition_swiper .swiper-button-prev,.exhibition_swiper .swiper-button-next{ width:82px; height:47px; margin-top:-23px; background-color:none; background-repeat:no-repeat; background-size:contain; font-size:0; transition:all .3s ease; }
.exhibition_swiper .swiper-button-prev:after,.exhibition_swiper .swiper-button-next:after{ display:none;}
.exhibition_swiper .swiper-button-prev{ left:20px; background-image:url(../images/arr-l.png);}
.exhibition_swiper .swiper-button-next{ right:20px; background-image:url(../images/arr-r.png);}
@media(max-width:999px){
.tit2{display:block; }
.tit2 .h2{ font-size:24px; line-height:28px; width:100%; text-align:center;}
.tit2 .h3{ font-size:14px; line-height:18px; width:100%; margin-top:5px;}
.con02bg{ padding:40px 0; margin-top:0; }
.con02 .tit2{ position:static; width:100%;}
.con02 .list{ margin-top:20px;}
.exhibition_gallery{display:block;}
.exhibition_gallery-thumbs{ width:100%;}
.exhibition_gallery-thumbs .swiper-container .swiper-slide{ height:60px; margin-top:0 !important;}
.exhibition_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:16px; line-height:20px; width:100%; height:auto;
-webkit-writing-mode: horizontal-tb;
-ms-writing-mode: lr-tb;
writing-mode: horizontal-tb;}
.exhibition_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2{ font-size:20px; line-height:24px;}
.exhibition_gallery-top{ width:100%; margin-top:20px;}
.exhibition_gallery-top .swiper-container .swiper-slide .h1{ font-size:16px; line-height:46px; padding:0 15px; min-width:90px; }

.exhibition_swiper .swiper-pagination{ bottom:10px; height:14px; }
.exhibition_swiper .swiper-pagination span{ width:16px; height:14px; margin:0 5px; }
.exhibition_swiper .swiper-button-prev,.exhibition_swiper .swiper-button-next{ width:40px; height:23px; margin-top:-11px; }
.exhibition_swiper .swiper-button-prev{ left:10px; }
.exhibition_swiper .swiper-button-next{ right:10px; }
}


.con03bg{ padding:6.24vw 0; background:url(../images/home4-bg1.png) top center no-repeat; background-size:cover; position:relative; color:#fff;}
.con03bg:before{ content:""; width:100%; height:50%; background:url(../images/home4-bg2.png) bottom center no-repeat; background-size:100% auto; position:absolute; bottom:-5vw; left:0; z-index:3;}
.con03{ position:relative; z-index:4;}
.con03 .list{}
.indexPro_gallery{display: flex; justify-content: space-between;/* align-items: center;*/ position:relative;}
.indexPro_gallery-thumbs{ width:9.9vw;}
.indexPro_gallery-thumbs .swiper-container { width: 100%; height:39vw;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide { position:relative; cursor:pointer; text-align:center; background:url(../images/home4-bg4.png) center no-repeat; background-size:contain; display: flex; justify-content: center; align-items: center;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active{ z-index:2;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:1.04vw; line-height:1.5em;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .h2 span{}
.indexPro_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2{ color:var(--third-color);}
.indexPro_gallery-top{ width:calc(96% - 12.35vw); margin-top:-10.42vw;}
.indexPro_gallery-top .swiper-container { width: 100%; height:100%; }
.indexPro_gallery-top .swiper-container .swiper-wrapper{ }
.indexPro_gallery-top .swiper-container .swiper-slide { position:relative;}
.indexPro_gallery-top .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.indexPro_gallery .swiper-pagination{ bottom:20px; height:14px; width:100%; box-sizing: border-box; display:none;}
.indexPro_gallery .swiper-pagination span{ vertical-align:top; width:16px; height:14px; background:url(../images/banner-icon.png) center no-repeat; background-size:contain; opacity:.5; margin:0 5px; border-radius:0; transition:all .3s ease;}
.indexPro_gallery .swiper-pagination span.swiper-pagination-bullet-active{ opacity:1;}
.indexPro_gallery .swiper-button-prev,.indexPro_gallery .swiper-button-next{ width:2.45vw; height:4.27vw; margin:10px 0; position:static; background-color:none; background-repeat:no-repeat; background-size:contain; font-size:0; transition:all .3s ease; }
.indexPro_gallery .swiper-button-prev:after,.indexPro_gallery .swiper-button-next:after{ display:none;}
.indexPro_gallery .swiper-button-prev{ background-image:url(../images/arr-u.png);}
.indexPro_gallery .swiper-button-next{ background-image:url(../images/arr-d.png);}
.indexPro_gallery .swiper-controls{ position:absolute; left:190px; top:50%; transform:translateY(-50%); z-index:2;}
.con03_list{}
.con03_list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con03_list ul li{ display:none;}
.con03_list ul li:nth-child(1),.con03_list ul li:nth-child(2),.con03_list ul li:nth-child(3),.con03_list ul li:nth-child(4){ display:block;}
.con03_list ul li .nr_box{ position:relative;}
.con03_list ul li .imgbg{ background:url(../images/home4-img1bg.png) center no-repeat; background-size:contain; }
.con03_list ul li .img{ padding-bottom:100%; position:relative;}
    .con03_list ul li .img img {
        width: 80%;
        height: 80%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto;
        transition: all .3s ease;
        border-radius: 50%;
    }
.con03_list ul li:hover .img img{ transform:scale(1.1);}
.con03_list ul li .txtbg{ max-height:100%; position:absolute; right:5px; top:50%; transform:translate(0,-50%); z-index:3;}
.con03_list ul li .txt{ color:#fff; text-align:center; padding-left:30px; background:url(../images/home4-icon.png) left center no-repeat;}
.con03_list ul li .txt .h2{ width:16px; text-align:center; font-size:16px; line-height:20px;}
.con03_list ul li:nth-child(1){ width:40%; margin-left:30%; margin-right:30%;}
.con03_list ul li:nth-child(2){ width:28%; }
.con03_list ul li:nth-child(3){ width:24%; margin-left:9%; margin-top:5.2vw;}
.con03_list ul li:nth-child(4){ width:30%; margin-left:9%; margin-top:-8.4vw;}
.con03_list ul li:nth-child(2) .imgbg{ background-image:url(../images/home4-img2bg.png)}
.con03_list ul li:nth-child(3) .imgbg{ background-image:url(../images/home4-img3bg.png)}
.con03_list ul li:nth-child(4) .imgbg{ background-image:url(../images/home4-img4bg.png)}
@media(max-width:999px){
.con03bg{ padding:40px 0; background-position: center ; background-size:100% 111%;}
.indexPro_gallery{display:block;}
.indexPro_gallery-thumbs{ width:100%; padding:0 40px; box-sizing:border-box;}
.indexPro_gallery-thumbs .swiper-container { height:auto;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide{ text-align:center;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:18px; line-height:22px;}
.indexPro_gallery-top{ width:100%; margin-top:20px;}
.indexPro_gallery .swiper-button-prev,.indexPro_gallery .swiper-button-next{ width:40px; height:23px; margin:0; position:absolute; bottom:auto; top:0;}
.indexPro_gallery .swiper-button-prev{ background-image:url(../images/arr-l.png);}
.indexPro_gallery .swiper-button-next{ background-image:url(../images/arr-r.png);}
.indexPro_gallery .swiper-controls{ position:static; transform:none; }
.con03_list ul li{ width:50% !important; margin:0 0 20px 0 !important; display:block;}
.con03_list ul li .imgbg{ background:none !important;}
.con03_list ul li .txtbg{ position:static; transform:translate(0,0); }
.con03_list ul li .txt{ padding:0; background:none;}
.con03_list ul li .txt .h2{ width:100%; font-size:16px; line-height:20px;}
}


.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; font-size:16px; line-height:26px;}
.more1 span:before,.more1 span:after{ content:""; display:inline-block; width:23px; height:12px; background:url(../images/more-icon1.png) center no-repeat; background-size:contain; margin-right:5px;}
.more1 span:after{ background-image:url(../images/more-icon2.png); margin:0 0 0 5px;}
.con04bg{ padding:4.16vw 0 0 0; background:url(../images/home5-bg.png) bottom center no-repeat; background-size:cover;}
.con04{display: flex; justify-content: space-between; align-items: center;}
.con04_lt{ width:20%;}
.con04_lt img{ display:block; margin:0 auto; width:100%;}
.con04_rt{ width:60%;}
.slide_news1{ position:relative;}
.slide_news1 .hd{ padding:0 35px; margin-bottom:20px;}
.slide_news1 .hd ul{display: flex; justify-content: flex-start;/* align-items: center;*/}
.slide_news1 .hd ul li{ margin-right:4.16vw;}
.slide_news1 .hd ul li a{ display:block; font-size:36px; line-height:46px; padding-bottom:20px;}
.slide_news1 .hd ul li.on a{ color:var(--primary-color); background:url(../images/nav.png) bottom center no-repeat;}
.slide_news1 .bd{}
.con04_list{ background:url(../images/home5-bg1.png) top repeat-x; background-size:auto 100%; padding:20px 30px;}
.con04_list ul li{ padding:20px 0; background:url(../images/home5-bg2.jpg) top center no-repeat; background-size:100% 2px;}
.con04_list ul li:nth-child(1){ background:none;}
.con04_list ul li .txt{}
.con04_list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con04_list ul li .txt .h3{ font-size:16px; line-height:26px; color:#666; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con04_list ul li .txt .h4{ font-size:16px; line-height:26px; color:#999;}
.con04_list .more1{ position:absolute; right:0; top:10px;}
@media(max-width:999px){
.more1 span{ font-size:16px; line-height:26px;}
.con04bg{ padding:40px 0 0 0; }
.con04{display:block;}
.con04_lt{ width:100%; margin-bottom:20px;}
.con04_lt img{ width:31%;}
.con04_rt{ width:100%;}
.slide_news1 .hd{ padding:0 20px; margin-bottom:20px;}
.slide_news1 .hd ul{ justify-content:center; }
.slide_news1 .hd ul li{ margin:0 10px;}
.slide_news1 .hd ul li a{ font-size:18px; line-height:28px; padding-bottom:10px;}
.con04_list{ padding:10px 20px;}
.con04_list ul li{ padding:20px 0; }
.con04_list ul li .txt .h2{ font-size:16px; line-height:20px; margin-bottom:5px;}
.con04_list ul li .txt .h3{ font-size:14px; line-height:18px; margin-bottom:10px;}
.con04_list ul li .txt .h4{ font-size:14px; line-height:18px; }
.con04_list .more1{ position:static; }
}


.con05bg{ padding:5.2vw 0 7.3vw 0; background:url(../images/home6-bg.png) bottom center no-repeat; background-size:cover;}
.con05{/*display: flex; justify-content: space-between; align-items: center;*/}
.slide_news2{ position:relative; }
.slide_news2 .hd{ margin-bottom:20px;}
.slide_news2 .hd ul{display: flex; justify-content:center;/* align-items: center;*/}
.slide_news2 .hd ul li{ margin:0 1.04vw;}
.slide_news2 .hd ul li a{ display:block; font-size:36px; line-height:46px; padding-bottom:20px;}
.slide_news2 .hd ul li.on a{ color:var(--primary-color); background:url(../images/nav.png) bottom center no-repeat;}
.slide_news2 .bd{}
.con05_list{ }
.con05_list ul{display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con05_list ul li{ width:calc((100% - 75px)/4); margin:0 0 25px 25px; background:rgba(255,255,255,0.5);}
.con05_list ul li:nth-child(4n-3){ margin-left:0;}
.con05_list ul li .img{ padding-bottom:75%; position:relative; overflow:hidden;}
.con05_list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con05_list ul li:hover .img img{ transform:scale(1.1);}
.con05_list ul li .txt{ padding:30px 7%;}
.con05_list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con05_list ul li .txt .h3{ font-size:16px; line-height:26px; color:#666; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con05_list ul li .txt .h4{ font-size:16px; line-height:26px; color:#999;}
.con05_list .more1{ position:absolute; right:0; top:10px;}
@media(max-width:999px){
.con05bg{ padding:40px 0; }
.slide_news2 .hd{ margin-bottom:20px;}
.slide_news2 .hd ul{ justify-content:center; }
.slide_news2 .hd ul li{ margin:0 10px;}
.slide_news2 .hd ul li a{ font-size:18px; line-height:28px; padding-bottom:10px;}
.con05_list{ }
.con05_list ul li{ width:100%; margin:0 0 20px 0; }
.con05_list ul li .txt{ padding:20px 5%;}
.con05_list ul li .txt .h2{ font-size:16px; line-height:20px; margin-bottom:5px; }
.con05_list ul li .txt .h3{ font-size:14px; line-height:18px; margin-bottom:10px; }
.con05_list ul li .txt .h4{ font-size:14px; line-height:18px; }
.con05_list .more1{ position:static; }
}





.foot{ color:#999; background:url(../images/footer-bg2.jpg) repeat;}
.foot a{ color:#999;}
.foot a:hover{ color:#fff;}
.foot1bg{ padding:40px 0; background:url(../images/footer-bg1.jpg) repeat;}
.foot1{}
.foot .f_logo{ text-align:center; margin-bottom:40px;}
.foot .f_logo img{ max-width:100%; max-height:110px;}
.foot .f_nav{display: flex; justify-content:space-between;/* align-items: center;*/ font-size:14px; line-height:24px;}
.foot .f_nav dl{}
.foot .f_nav dl dt{ color:#fff; font-size:16px; line-height:26px; margin-bottom:15px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot .f_nav dl dd a{ color:#fff;}
.foot2bg{}
.foot2{ font-size:12px; line-height:22px; text-align:center;}
.foot2 .f_links{ padding:20px 0 10px 0; border-bottom:1px solid rgba(199,199,199,0.2);}
.foot2 .f_links a{ display:inline-block; margin:0 15px 10px 15px;}
.foot2 .f_info{ padding:20px 0;}
@media(max-width:999px){
.foot{ margin-bottom:60px;}
.foot1bg{ padding:40px 0; }
.foot .f_logo{ margin-bottom:40px;}
.foot .f_logo img{ max-width:100%; max-height:110px;}
.foot .f_nav{ flex-wrap:wrap; font-size:14px; line-height:24px;}
.foot .f_nav dl{ width:32%; margin:0 0 15px 2%;}
.foot .f_nav dl:nth-child(3n-2){ margin-left:0;}
.foot .f_nav dl dt{ font-size:16px; line-height:26px; margin-bottom:10px;}
.foot2{ font-size:12px; line-height:16px; }
.foot2 .f_links{ padding:15px 0 5px 0; }
.foot2 .f_links a{ margin:0 10px 10px 10px;}
.foot2 .f_info{ padding:15px 0;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }

.inbarbg{ }
.inbar{ }
.innav{ font-size:14px; line-height:38px; margin:40px 0 0 0;}
.innav .h1{ font-size:36px; line-height:46px; text-align:center; position:relative; margin-bottom:20px;}
.innav>ul{
display: flex;
justify-content: center;
align-items: center;
flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; border:1px solid #e2e2e2; margin-left:-1px;}
.innav>ul>li.hover{ z-index:2;}
.innav>ul>li>a{ display:block; padding:0 25px; position:relative; color:#333; white-space:nowrap;}
.innav>ul>li:hover>a{ color:var(--primary-color); }
.innav>ul>li.hover>a{ color:var(--primary-color);}

.innav>ul>li>a:before,.innav>ul>li>a:after,.innav>ul>li:before,.innav>ul>li:after{ content:""; width:16px; height:16px; background-image:url(../images/ind_1.png); background-repeat:no-repeat; position:absolute;}
.innav>ul>li>a:before{ background-position:top left; top:-2px; left:-2px;}
.innav>ul>li>a:after{ background-position:top right; top:-2px; right:-2px;}
.innav>ul>li:before{ background-position:bottom left; bottom:-2px; left:-2px;}
.innav>ul>li:after{ background-position:bottom right; bottom:-2px; right:-2px;}
.innav>ul>li.hover>a:before,.innav>ul>li.hover>a:after,.innav>ul>li.hover:before,.innav>ul>li.hover:after{ background-image:url(../images/ind_2.png);}

.innav ul li ul{ width:100%; padding:5px 0; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none; z-index:2;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li{ text-align:center; line-height:24px; padding:5px 5px;}
.innav ul li ul li a{ font-size:14px; color:#333;}
.innav ul li ul li a:hover{ color:var(--primary-color); }
.weizhi{ font-size:14px; line-height:24px; color:#999;}
.weizhi i{ margin-right:5px; color:#999;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbarbg .wapper1{ width:100%;}
.innav{ font-size:16px; line-height:20px; margin:0; border-bottom:1px solid #e2e2e2;}
.innav .h1{ font-size:24px; line-height:50px; margin-bottom:0px;}
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}
.innav .h1.active1:before{ content:"\f106";}
.innav>ul{ display:none; text-align:center;}
.innav>ul>li{ margin:0; border:none; border-top:1px solid #e2e2e2; padding:10px 20px 10px 20px;}
.innav>ul>li>a{ padding:0; display:inline; }
.innav>ul>li>a:before,.innav>ul>li>a:after,.innav>ul>li:before,.innav>ul>li:after{ display:none;}
.innav ul li ul{ background:none; box-shadow:none; position:static; transform:translateX(0%); }
.innav ul li ul li{ line-height:18px; padding:5px 20px 5px 20px; }
.innav ul li ul li a{ font-size:14px;}
.weizhi{ display:none;}
}
.insidebg{ margin:40px 0 80px 0;}
.inside{}
.inside_lt{ float:left; width:300px; position:sticky; top:100px;}
.side_a{ border-radius:30px 0 0 0; overflow:hidden; margin-bottom:20px; background:#fff;}
.side_a .h1{ font-size:28px; line-height:38px; background:linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179); color:#fff; padding:20px 20px 20px 40px; }
.side_a .h1 strong{ display:block; font-weight:normal;}
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #ebebeb;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 40px; position:relative; cursor:pointer; }
.side_a ul li span:hover,.side_a ul li.hover>span{ color: var(--primary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f105"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.active1>span:after{ content:"\f107"; }
.side_a ul li a{ display:inline-block; color:#333; font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; position:relative;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a>ul>li>span a:before{ content:"â—"; display:inline-block; vertical-align:text-top; line-height:1em; width:20px; overflow:hidden; transition:all .3s ease;}
.side_a>ul>li>span:hover a:before{ width:0; opacity:0;}
.side_a ul li ul{ padding:0 0 10px 60px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 20px 10px 0;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 340px); background:#fff; padding:20px; box-sizing: border-box;}
.inside_con{ }
@media(max-width:999px){
.insidebg{ margin:20px 0 40px 0; }
.inside_lt{ width:100%; position:static;}
.side_a{ border-radius:0 0 0 0; margin-bottom:20px; }
.side_a .h1{ font-size:16px; line-height:26px; padding:10px 20px; text-align:center; cursor:pointer;}
.side_a>ul{ display:none;}
.side_a ul li span{ padding:10px 20px 10px 20px;}
.side_a ul li a{ font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; }
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li ul{ padding:0 0 10px 40px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.inside_rt{ float:right; width:100%; padding:10px;}
.inside_con{ }
}


.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:14px; line-height:24px; padding-right:65px; background:url(../images/survey1.png) right center no-repeat; color:#fff;}
.more2 span:hover{}
.more3{ text-align:center;}
.more3 span{ display:inline-block; text-align:center; font-size:14px; line-height:24px; color:#fff;}
.more3 span:hover{}
.more3 span:before,.more3 span:after{ content:""; display:inline-block; vertical-align:middle; width:26px; height:15px; background:url(../images/ind_3.png) center no-repeat; background-size:contain; margin-right:5px;}
.more3 span:after{ margin:0 0 0 5px;}
.aboutus1bg{ margin:40px 0 0 0; padding:0 0 80px 0; background:url(../images/survey2.jpg) repeat; color:#fff;}
.aboutus1bg .bg1{ display:block; width:100%;}
.aboutus1{ margin-top:-15.62vw;}
.aboutus1_list1{display: flex;justify-content:space-between;align-items:flex-end;}
.aboutus1_lt{ width:50%; background:#22392c;}
.aboutus1_lt .nr_box{ padding:3.12vw 6%;}
.aboutus1_lt .box1{}
.aboutus1_lt .box1 .h2{ font-size:36px; line-height:46px; margin-bottom:1.56vw;}
.aboutus1_lt .box1 .h3{ font-size:14px; line-height:24px;}
.aboutus1_lt .box2{ margin-top:1.56vw;}
.aboutus1_lt .box2 ul{display: flex;justify-content:space-between;/*align-items:center;*/}
.aboutus1_lt .box2 ul li{ text-align:center; width:50%; border-left:1px solid #334c3e; margin-bottom:1.56vw;}
.aboutus1_lt .box2 ul li:nth-child(1){ border-left:none;}
.aboutus1_lt .box2 ul li .txt{}
.aboutus1_lt .box2 ul li .txt .h2{ font-size:12px; line-height:22px; margin-bottom:5px;}
.aboutus1_lt .box2 ul li .txt .h2 strong{ display:block; font-size:42px; line-height:1em;}
.aboutus1_lt .box2 ul li .txt .h2 span{ display:block;}
.aboutus1_lt .box2 ul li .txt .h3{ font-size:18px; line-height:28px;}
.aboutus1_rt{ width:50%; background:url(../images/act_3_a.jpg) repeat;}
.aboutus1_rt .txt{ font-size:14px; line-height:24px; padding:3.12vw 6%;}
.aboutus1_list2{ margin-top:60px;}
.aboutus1_list2 .txt{ font-size:14px; line-height:24px; margin-bottom:20px;}
@media(max-width:999px){
.more2 span{ font-size:14px; line-height:24px; padding-right:65px; }
.more3 span{ font-size:14px; line-height:24px; }
.aboutus1bg{ margin:20px 0 0 0; padding:0 0 40px 0; }
.aboutus1{ margin-top:0;}
.aboutus1_list1{display:block;}
.aboutus1_lt{ width:100%;}
.aboutus1_lt .nr_box{ padding:20px 5%;}
.aboutus1_lt .box1 .h2{ font-size:36px; line-height:46px; margin-bottom:1.56vw;}
.aboutus1_lt .box1 .h3{ font-size:14px; line-height:24px;}
.aboutus1_lt .box2{ margin-top:1.56vw;}
.aboutus1_lt .box2 ul li{ width:50%; margin-bottom:20px;}
.aboutus1_lt .box2 ul li .txt .h2{ font-size:12px; line-height:16px; margin-bottom:5px;}
.aboutus1_lt .box2 ul li .txt .h2 strong{ font-size:42px; line-height:1em;}
.aboutus1_lt .box2 ul li .txt .h3{ font-size:16px; line-height:20px;}
.aboutus1_rt{ width:100%; }
.aboutus1_rt .txt{ font-size:14px; line-height:24px; padding:20px 5%;}
.aboutus1_list2{ margin-top:20px;}
.aboutus1_list2 .txt{ font-size:14px; line-height:24px; margin-bottom:20px;}
}

.tit3{ text-align:center;}
.tit3 .h2{ font-size:36px; line-height:46px;}
.tit3 .h3{ font-size:14px; line-height:24px; margin-top:10px;}
.aboutus2bg{ margin:80px 0;}
.aboutus2{}
.aboutus2 .list{ margin-top:40px; background-repeat:no-repeat; background-position:center; background-size:cover; color:#fff; text-align:center; min-height:382px;display: flex;justify-content:center;align-items:center;}
.aboutus2 .list .txt{ padding:80px 0; font-size:14px; line-height:24px; width:100%;}
@media(max-width:999px){
.tit3 .h2{ font-size:24px; line-height:28px;}
.tit3 .h3{ font-size:14px; line-height:18px; margin-top:5px;}
.aboutus2bg{ margin:40px 0;}
.aboutus2 .list{ margin-top:20px; min-height:0; }
.aboutus2 .list .txt{ padding:40px 0; font-size:14px; line-height:24px; }
}

.aboutus3bg{ margin:80px 0;}
.aboutus3{}
.aboutus3 .list{ margin-top:40px; display: flex;justify-content:space-between;/*align-items:center;*/}
.aboutus3_lt{ width:50%;display: flex;justify-content:flex-end;align-items:flex-end; background-repeat:no-repeat; background-position:center; background-size:cover;}
.aboutus3_lt .img{ width:68%;}
.aboutus3_lt img{ display:block; width:100%;}
.aboutus3_rt{ width:50%; background:url(../images/act_1_a.jpg) repeat; color:#fff;}
.aboutus3_rt .nr_box{ padding:40px 30% 40px 10%;}
.aboutus3_rt .txt{ font-size:14px; line-height:24px; margin-bottom:20px;}
.aboutus3_rt .more3{ text-align:left;}
@media(max-width:999px){
.aboutus3bg{ margin:40px 0;}
.aboutus3 .list{ margin-top:20px; display:block;}
.aboutus3_lt{ width:100%; padding-top:20vw;}
.aboutus3_lt .img{ width:68%;}
.aboutus3_rt{ width:100%; }
.aboutus3_rt .nr_box{ padding:20px 5%;}
.aboutus3_rt .txt{ font-size:14px; line-height:24px; margin-bottom:10px;}
}

.aboutus4bg{ padding:80px 0; background:url(../images/survey11.jpg) center no-repeat; background-size:cover; color:#fff;}
.aboutus4{}
.aboutus4 .list{ margin-top:40px; display: flex;justify-content:space-between;/*align-items:center;*/}
.aboutus4_lt{ width:68%;}
.aboutus4_lt img,.aboutus4_lt iframe{ width:100%;}
.aboutus4_rt{ width:32%;}
.aboutus4_rt .box1{ background:url(../images/survey12.jpg) center no-repeat; background-size:cover;}
.aboutus4_rt .box1 .nr_box{ padding:40px 10%;}
.aboutus4_rt .box1 ul li{ font-size:14px; line-height:24px; min-height:24px; padding-left:30px; position:relative; margin-bottom:10px;}
.aboutus4_rt .box1 ul li i{ width:20px; height:24px; position:absolute; top:0; left:0;}
.aboutus4_rt .box1 ul li i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus4_rt .box2{ background:url(../images/act_3_a.jpg) repeat;}
.aboutus4_rt .box2 .nr_box{ padding:40px 10%;}
.aboutus4_rt .box2 .h1{ font-size:18px; line-height:28px; margin-bottom:10px;}
.aboutus4_rt .box2 ul li{ font-size:14px; line-height:24px; margin-bottom:10px;}
.aboutus4_rt .more3{ text-align:left; margin-top:20px;}
@media(max-width:999px){
.aboutus4bg{ padding:40px 0; }
.aboutus4 .list{ margin-top:20px; display:block;}
.aboutus4_lt{ width:100%;}
.aboutus4_rt{ width:100%;}
.aboutus4_rt .box1 .nr_box{ padding:20px 5% 10px 5%;}
.aboutus4_rt .box1 ul li{ font-size:14px; line-height:24px; min-height:24px; padding-left:30px; position:relative; margin-bottom:10px;}
.aboutus4_rt .box1 ul li i{ width:20px; height:24px; position:absolute; top:0; left:0;}
.aboutus4_rt .box1 ul li i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus4_rt .box2 .nr_box{ padding:20px 5%;}
.aboutus4_rt .box2 .h1{ font-size:18px; line-height:28px; margin-bottom:10px;}
.aboutus4_rt .box2 ul li{ font-size:14px; line-height:24px; margin-bottom:10px;}
.aboutus4_rt .more3{ margin-top:10px;}
}

.aboutus5bg{ margin:80px 0; }
.aboutus5{}
.aboutus5 .list{ margin-top:40px;}

.team_gallery{display: flex; justify-content: space-between;/* align-items: center;*/}
.team_gallery-thumbs{ width:24%; background:url(../images/survey14.jpg) center no-repeat; background-size:cover; color:#fff; padding:40px 0; position:relative;}
.team_gallery-thumbs .swiper-container { width: 100%; height:440px;}
.team_gallery-thumbs .swiper-container .swiper-slide { position:relative; cursor:pointer; }
.team_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active{ z-index:2; background:url(../images/mask2.png) repeat;}
.team_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:14px; line-height:55px; height:55px; padding:0 8%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.team_gallery-thumbs .swiper-container .swiper-slide .h2 strong{ font-size:18px; margin-right:10px; font-weight:normal;}
.team_gallery-thumbs .swiper-container .swiper-slide .h2 span{ }
.team_gallery-top{ width:76%; background:url(../images/listBg.png) repeat;}
.team_gallery-top .swiper-container { width: 100%; height:100%; }
.team_gallery-top .swiper-container .swiper-wrapper{ }
.team_gallery-top .swiper-container .swiper-slide { position:relative;}
.team_gallery-top .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.team_gallery .swiper-pagination{ bottom:20px; height:14px; width:100%; box-sizing: border-box; display:none;}
.team_gallery .swiper-pagination span{ vertical-align:top; width:16px; height:14px; background:url(../images/banner-icon.png) center no-repeat; background-size:contain; opacity:.5; margin:0 5px; border-radius:0; transition:all .3s ease;}
.team_gallery .swiper-pagination span.swiper-pagination-bullet-active{ opacity:1;}
.team_gallery .swiper-button-prev,.team_gallery .swiper-button-next{ width:40px; height:40px; margin:0; position:static; background-color:none; background-repeat:no-repeat; background-size: auto 50%; font-size:0; transition:all .3s ease; }
.team_gallery .swiper-button-prev:after,.team_gallery .swiper-button-next:after{ display:none;}
.team_gallery .swiper-button-prev{ background-image:url(../images/prev.png);}
.team_gallery .swiper-button-next{ background-image:url(../images/next.png);}
.team_gallery .swiper-controls{ position:absolute; bottom:0; left:50%; transform:translateX(-50%);display: flex; justify-content:center; align-items: center; z-index:2;}

.aboutus5_list{ padding:40px 3.5%;}
.aboutus5_list .h2{ font-size:14px; border-bottom:1px solid #e4e4e4; padding-bottom:10px; margin-bottom:40px;}
.aboutus5_list .h2 strong{ font-size:18px; margin-right:10px; font-weight:normal;}
.aboutus5_list .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.aboutus5bg{ margin:40px 0; }
.aboutus5 .list{ margin-top:20px;}

.team_gallery{display:block;}
.team_gallery-thumbs{ width:100%; padding:20px 0 40px 0; }
.team_gallery-thumbs .swiper-container { height:320px;}
.team_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:14px; line-height:40px; height:40px; padding:0 5%; }
.team_gallery-thumbs .swiper-container .swiper-slide .h2 strong{ font-size:18px; margin-right:10px; }
.team_gallery-top{ width:100%; }
.team_gallery .swiper-button-prev,.team_gallery .swiper-button-next{ width:40px; height:40px; }

.aboutus5_list{ padding:20px 5%;}
.aboutus5_list .h2{ font-size:14px; padding-bottom:10px; margin-bottom:20px;}
.aboutus5_list .h2 strong{ font-size:18px; margin-right:10px; }
.aboutus5_list .h3{ font-size:14px; line-height:24px;}
}

.aboutus6bg{ padding:80px 0; background:url(../images/bgi1.jpg) repeat; border-bottom:10px solid #244838;}
.aboutus6{}
.aboutus6 .list{}
.aboutus6 .list ul{display: flex; justify-content:space-between;/* align-items: center;*/}
.aboutus6 .list ul li{ width:25%; text-align:center;/* background:#fff url(../images/a6_bg1.png) center no-repeat; background-size:cover;*/ background:#643525; border:1px solid #e2e2e2; border-bottom:10px solid #8b5050; box-sizing:border-box;}
.aboutus6 .list ul li .nr_box{ padding:40px 5%;}
.aboutus6 .list ul li .img{ height:82px; position:relative;}
.aboutus6 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.aboutus6 .list ul li:hover .img img{ transform:scale(1.1);}
.aboutus6 .list ul li .txt{ margin-top:15px; color:#fff;}
.aboutus6 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
.aboutus6 .list ul li:nth-child(2){/* background-image:url(../images/a6_bg2.png);*/ background:#263d30; border-bottom-color:#725c52;}
.aboutus6 .list ul li:nth-child(3){/* background-image:url(../images/a6_bg3.png);*/ background:#705a50; border-bottom-color:#5e3123;}
.aboutus6 .list ul li:nth-child(4){/* background-image:url(../images/a6_bg4.png);*/ background:#1a211d; border-bottom-color:#2d4739;}
@media(max-width:999px){
.aboutus6bg{ padding:0; margin:40px 0; border-bottom:none;}
.aboutus6bg .wapper1{ width:100%;}
.aboutus6 .list ul{ flex-wrap:wrap;}
.aboutus6 .list ul li{ width:50%; border:none;}
.aboutus6 .list ul li .nr_box{ padding:40px 5%;}
.aboutus6 .list ul li .img{ height:64px; }
.aboutus6 .list ul li .txt{ margin-top:15px; }
.aboutus6 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
}




.service1bg{ margin:40px 0 0 0; padding:0 0 80px 0; background:url(../images/survey2.jpg) repeat; color:#fff;}
.service1bg .bg1{ display:block; width:100%;}
.service1{ margin-top:-13.54vw;}
.service1_list1{display: flex;justify-content:space-between;align-items:flex-end;}
.service1_lt{ width:50%; background:#22392c;}
.service1_lt .nr_box{ padding:3.12vw 6%;}
.service1_lt .h1{ font-size:36px; line-height:46px; margin-bottom:30px;}
.service1_lt .box1{display: flex; justify-content:space-between; align-items: flex-start; background:url(../images/s_3.png) repeat-x left bottom; padding-bottom:50px; margin-bottom:40px;}
.service1_lt .box1 .txt{ width:calc(100% - 200px);}
.service1_lt .box1 .txt .h2{ font-size:42px; line-height:52px; font-weight:bold; margin-bottom:20px;}
.service1_lt .box1 .txt .h3{ font-size:14px; line-height:24px;}
.service1_lt .ico{ width:127px; height:148px; background:url(../images/s_1.png) center no-repeat; background-size:100% 100%; text-align:center;}
.service1_lt .ico a{ width:100%; height:100%;display: flex; justify-content:center; align-items: center;}
.service1_lt .ico .nr{ width:90%;}
.service1_lt .ico i{ display:block; height:55px; position:relative;}
.service1_lt .ico i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.service1_lt .ico span{ display:block; font-size:14px; line-height:24px; color:#fff; margin-top:10px;}
.service1_lt .tips1{ padding-left:35px; background:url(../images/s_2.png) no-repeat left top 2px; font-size:14px; line-height:24px;}
.service1_rt{ width:50%; background:url(../images/act_3_a.jpg) repeat;}
.service1_rt .nr_box{ padding:3.12vw 6%;}
.service1_rt .h1{ font-size:36px; line-height:46px; margin-bottom:30px;}
.service1_rt .box1{}
.service1_rt .box1 ul li{ font-size:14px; line-height:24px; margin-bottom:20px;}
.service1_rt .box1 ul li .h2{ font-size:18px; line-height:28px; padding-left:25px; background:url(../images/dots.png) left center no-repeat;}
.service1_rt .box1 ul li .h3{ padding-left:25px; max-height:9em; overflow-y:auto;}
@media(max-width:999px){
.service1bg{ margin:40px 0 0 0; padding:0 0 40px 0; }
.service1{ margin-top:0;}
.service1_list1{display:block;}
.service1_lt{ width:100%; }
.service1_lt .nr_box{ padding:20px 5%;}
.service1_lt .h1{ font-size:24px; line-height:28px; margin-bottom:20px;}
.service1_lt .box1{ padding-bottom:30px; margin-bottom:20px;}
.service1_lt .box1 .txt{ width:calc(100% - 100px);}
.service1_lt .box1 .txt .h2{ font-size:30px; line-height:34px; margin-bottom:10px;}
.service1_lt .box1 .txt .h3{ font-size:14px; line-height:24px;}
.service1_lt .ico{ width:82px; height:96px; }
.service1_lt .ico i{ height:45px; }
.service1_lt .ico span{ font-size:12px; line-height:22px; margin-top:5px;}
.service1_lt .tips1{ padding-left:35px; font-size:14px; line-height:24px;}
.service1_rt{ width:100%; }
.service1_rt .nr_box{ padding:20px 5%;}
.service1_rt .h1{ font-size:24px; line-height:28px; margin-bottom:20px;}
.service1_rt .box1 ul li{ font-size:14px; line-height:24px; margin-bottom:20px;}
.service1_rt .box1 ul li .h2{ font-size:18px; line-height:28px; padding-left:25px; }
.service1_rt .box1 ul li .h3{ padding-left:25px; max-height:9em; }
}

.service2bg{ margin:80px 0; }
.service2{ }
.service2 .list{ margin-top:40px;display: flex;justify-content:space-between;/*align-items:center;*/}
.service2_lt{ width:50%;}
.service2_lt .img{ height:100%;}
.service2_lt img{ display:block; width:100%; height:100%;}
.service2_rt{ width:50%; background:url(../images/listBg.png) repeat;}
.service2_rt ul{ padding:40px 6%;}
.service2_rt ul li{ font-size:14px; line-height:24px; border-top:1px solid #e2e2e2; padding:15px 0;}
.service2_rt ul li:nth-child(1){ border-top:none;}
.service2_rt ul li .h2{ font-size:18px; line-height:28px; padding:0 30px 0 25px; background:url(../images/dots_3.png) left center no-repeat; position:relative; cursor:pointer;}
.service2_rt ul li .h2:before{ content:""; width:28px; height:28px; background:url(../images/s_4.png) no-repeat center; transition:all .3s ease; position:absolute; right:0; top:0;}
.service2_rt ul li.active1 .h2:before{ transform:rotate(180deg);}
.service2_rt ul li .txt{ padding:10px 30px 0 25px; display:none;}
@media(max-width:999px){
.service2bg{ margin:40px 0; }
.service2 .list{ margin-top:20px;display:block;}
.service2_lt{ width:100%;}
.service2_rt{ width:100%; }
.service2_rt ul{ padding:20px 5%;}
.service2_rt ul li{ font-size:14px; line-height:24px; padding:15px 0;}
.service2_rt ul li .h2{ font-size:18px; line-height:28px; padding:0 30px 0 25px; }
.service2_rt ul li .h2:before{ width:28px; height:28px; }
.service2_rt ul li .txt{ padding:10px 30px 0 25px; }
}

.service3bg{ margin:80px 0; }
.service3{ }
.service3 .list{ margin-top:40px;}
.service3 .list ul{display: flex;justify-content:center;/*align-items:center;*/}
.service3 .list ul li{ width:calc(100%/8); border:1px solid #e2e2e2; box-sizing:border-box; text-align:center;}
.service3 .list ul li .nr_box{ padding:30px 5%;}
.service3 .list ul li .img{ height:86px; position:relative;}
.service3 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;
-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.service3 .list ul li:hover .img img{-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none; animation:rot 0.5s;}
.service3 .list ul li .txt{ margin-top:15px;}
.service3 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
@keyframes rot{
    0% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
    25% { transform:rotate(3deg); -webkit-transform:rotate(3deg); }
    50% { transform:rotate(-3deg); -webkit-transform:rotate(-3deg); }
    75% { transform:rotate(3deg); -webkit-transform:rotate(3deg); }
    100% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
}
@-webkit-keyframes rot{
    0% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
    25% { transform:rotate(3deg); -webkit-transform:rotate(3deg); }
    50% { transform:rotate(-3deg); -webkit-transform:rotate(-3deg); }
    75% { transform:rotate(3deg); -webkit-transform:rotate(3deg); }
    100% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
}
@media(max-width:999px){
.service3bg{ margin:40px 0; }
.service3 .list{ margin-top:20px;}
.service3 .list ul{ flex-wrap:wrap;}
.service3 .list ul li{ width:50%; }
.service3 .list ul li .nr_box{ padding:20px 5%;}
.service3 .list ul li .img{ height:64px; }
.service3 .list ul li .txt{ margin-top:10px;}
.service3 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
}

.service4bg{ margin:80px 0; }
.service4{ }
.service4 .list{}
.service4 .list dl{display: flex;justify-content:space-between;/*align-items:center;*/ flex-wrap:wrap;}
.service4 .list dl dd{ width:50%; background-repeat:no-repeat; background-position:center; background-size:cover; color:#fff;}
.service4 .list dl dd:nth-child(1){ width:100%;}
.service4 .list dl dd .nr_box{display: flex;justify-content:space-between;/*align-items:center;*/ padding:40px 40px;}
.service4 .list dl dd .imgbg{ width:60px; }
.service4 .list dl dd .img{ padding-bottom:100%; position:relative;}
.service4 .list dl dd .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.service4 .list dl dd .txtbg{ width:calc(100% - 80px);}
.service4 .list dl dd .txt{}
.service4 .list dl dd .txt .h2{ font-size:24px; line-height:34px; margin-bottom:15px;}
.service4 .list dl dd .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.service4bg{ margin:40px 0; }
.service4 .list dl dd{ width:100%; }
.service4 .list dl dd .nr_box{ padding:20px 5%;}
.service4 .list dl dd .imgbg{ width:50px; }
.service4 .list dl dd .txtbg{ width:calc(100% - 60px);}
.service4 .list dl dd .txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.service4 .list dl dd .txt .h3{ font-size:14px; line-height:24px;}
}

.service5bg{ margin:80px 0; padding:80px 0; color:#fff; border-top:8px solid #752428; background-repeat:no-repeat; background-position:center; background-size:cover;}
.service5{ }
.service5_top{display: flex;justify-content:space-between;align-items:center;}
.service5 .list{ margin-top:60px;}
.service5 .list ul{display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.service5 .list ul li{ width:25%; border-right:1px solid #e2e2e2; box-sizing:border-box;}
.service5 .list ul li:nth-child(1){ border-left:1px solid #e2e2e2;}
.service5 .list ul li .txt{ color:#fff; padding:40px 5%;}
.service5 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:20px;}
.service5 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.service5bg{ margin:40px 0; padding:40px 0; }
.service5 .list{ margin-top:20px;}
.service5 .list ul li{ width:100%; border:none !important; border-top:1px solid #e2e2e2 !important;}
.service5 .list ul li:nth-child(1){ border-top:none !important;}
.service5 .list ul li .txt{ padding:20px 0;}
.service5 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.service5 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}



