/*common start*/
@font-face {
    font-family: 'Objectivity';
    src: url('../fonts/Objectivity-Medium.eot');
    src: url('../fonts/Objectivity-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Objectivity-Medium.woff2') format('woff2'), url('../fonts/Objectivity-Medium.woff') format('woff'), url('../fonts/Objectivity-Medium.ttf') format('truetype'), url('../fonts/Objectivity-Medium.svg#Objectivity-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
 --primary-color:#118349;
 --secondary-color:#345275;
 --main-color:#118349;
 --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: 14px;
    color: #333;
    overflow-x: hidden;
    font-family: 'Objectivity';
}
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:1480px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family:inherit; }
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;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .logo{ width:35%; height:120px; position:relative; }
.head .logo img{ max-width:100%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo .img1{ display:none;}
.head2 .rt{ position:relative;
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_link{ font-size:14px; line-height:24px;}
.head .h_link a{ display:inline-block; margin-left:1.04vw;}
.head .h_link a i{ margin-right:.26vw;}
.head .h_search_btn{ font-size:20px; margin-left:1.04vw; cursor:pointer;}
.head .h_search_box{ width:100%; max-width:480px; 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_close1{/* width:100%; height:100%; background:#f2f2f2; position:absolute; left:0; top:0; z-index:998;*/}
.head .h_searchbg{ width:100%; background:#fff; box-shadow:0 0 10px 0px #d9d9d9;/* position:absolute; left:50%; top:0; transform:translate(-50%,0); z-index:999;*/}
.head .h_search{ }
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:60px; }
.head .h_search .form .text1{ float:left; border:none; background:none; height:60px; line-height:60px; padding:0 0 0 10px; width:calc(100% - 60px); box-sizing:border-box;}
.head .h_search .form .button1{ float:right; border:none;  background:none; width:60px; height:60px; line-height:60px; cursor:pointer; font-size:20px; transition:all .3s ease;}
.head .h_search .form .button1:hover{ opacity:.9;}
/*menu*/
.head .menu{ height:120px; line-height:120px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:20px; font-weight:bold; position:relative; padding:0 1.04vw; z-index:1;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color); }
.head .menu>ul>li.menu_down>a:after{ content:"\f0d7";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}

.head .menu>ul>li ul{ width:fit-content; min-width:220px; padding:10px 0; background:#fff; box-shadow:0px 0px 30px 0px rgba(216.09375000000003, 216.09375000000003, 216.09375000000003, 0.27); position:absolute; top:100%; left:0; 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 10px 1.04vw; text-align:left; white-space:nowrap; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:#fff; background: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 .menu>ul>li ul li ul li a{ white-space:normal;}

.head_height{ height:120px;}
.head.active1{ box-shadow:-1px 4px 5px 1px rgba(20,14,20,.11);}
.head.active2{ }

@media(max-width:999px){
.head_height{ height:60px;}
.head{ }
.head2{ height:60px; }
.head .h_link{ font-size:12px; line-height:16px;}
.head .h_link a{ display:block; margin:5px 0;}
.head .h_link a i{ margin-right:5px;}
.head .logo{ width:50%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}

.head .h_search_btn{ margin-left:0; }
.head .h_search .form{ height:50px; }
.head .h_search .form .text1{ height:50px; line-height:50px; padding:0 0 0 10px; width:calc(100% - 50px); }
.head .h_search .form .button1{ width:50px; height:50px; line-height:50px; font-size:20px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:20px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#999; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) 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:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100vh - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(51,51,51,.5); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#222; color:#fff; position:absolute; left:0; top:0; z-index:999; transition:all .6s ease; transform:translateX(-100%);}
.head .nav_box.active1 .navbg{ transform:translateX(0);}
.head .nav{ position:relative; padding:0 5%;}
.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 0;}
.head .nav_list>ul>li{ padding:10px 0; }
.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:"\f0d7";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 15px 0 15px; 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 img{ display:block; width:100%; }
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-container .swiper-slide .txt{ margin:0 auto; max-width:53.12vw; text-align:center; color:#fff;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:4.42vw; line-height:1.1em; margin-bottom:1.56vw; }
.banner_btn{ text-align:center;}
.banner_btn a{ display:inline-block;}
.banner_btn span{ display:inline-block; text-align:center; font-size:16px; line-height:56px; padding:0 40px; background:var(--primary-color); color:#333; transition:all .3s ease;}
.banner_btn span:hover{ background:var(--secondary-color); color:#fff;}
.banner_btn a:nth-child(2) span{ background:transparent; color:#fff;}
.banner_btn a:nth-child(2) span:hover{ color:var(--primary-color);}
.banner_swiper .swiper-pagination{ bottom:10px; height:32px; width:100%; display:none;}
.banner_swiper .swiper-pagination span{ width:32px; height:32px; background:transparent; border:2px solid transparent; opacity:1; margin:0 5px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.banner_swiper .swiper-pagination span:before{ content:""; width:8px; height:8px; border-radius:100%; background:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ border-color:#fff;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:20px; height:40px; margin-top:-20px; background-size:100% 100%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; opacity:0; visibility:hidden;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:.5; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ opacity:1;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt{ max-width:100%; }
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:20px; line-height:24px; margin-bottom:10px; }
.banner_btn span{ font-size:12px; line-height:32px; padding:0 10px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ display:none;}
}


.con01bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:100% auto;}
.con01{}
.con01_top{ display: flex;justify-content: space-between;/*align-items: center;*/}
.con01_lt{ width:48%;}
.con01_rt{ width:48%;}
.con01_btm{ margin-top:26.56vw;}
.con01 .h2{ font-size:40px; line-height:50px;}
.con01 .h3{ font-size:22px; line-height:32px;}
.con01 .h4{ font-size:14px; line-height:24px; font-weight:bold;}
.con01 .h4 a{ display:inline-block; margin-right:3.12vw;}
.con01 .h4 a:last-child{ margin-right:0;}
.con01 .h4 span{}
.con01 .h4 i{ display:inline-block; width:17px; height:10px; background:url(../images/Arrow.png) center no-repeat; background-size:contain;filter: brightness(1) invert(1); margin-left:10px;animation: xmover 1s infinite alternate;}
@keyframes xmover {
  0% {
    transform: translatex(0);
  }
  100% {
    transform: translatex(-6px);
  }
}
@media(max-width:999px){
.con01bg{ padding:40px 0; }
.con01_top{ display:block;}
.con01_lt{ width:100%;}
.con01_rt{ width:100%; margin-top:20px;}
.con01_btm{ margin-top:40px;}
.con01 .h2{ font-size:28px; line-height:38px;}
.con01 .h3{ font-size:16px; line-height:26px;}
.con01 .h4{ font-size:14px; line-height:24px; }
.con01 .h4 a{ margin-right:3.12vw;}
}


.tit1{}
.tit1 .h2{ font-size:60px; line-height:64px;}
.con02bg{ padding:80px 0; position:relative;}
.con02bg:before{ content:""; width:56.25vw; height:56.25vw; border:1px solid #eee; border-radius:100%; box-sizing:border-box; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:-1;animation: zoominoutsinglefeatured 8s infinite;}
.con02{}
.con02 .list{ margin-top:80px; display: flex;justify-content: space-between;/*align-items: center;*/}
.con02_lt{ width:16%; display: flex;justify-content: space-between;align-items: flex-start;flex-direction: column;}
.con02_lt .line1{ width:10px; height:4px; background:#000;}
.con02_lt .h2{ font-size:15px; line-height:25px;}
.con02_lt .h3{ font-size:15px; line-height:25px; font-weight:bold;}
.con02_lt .h3 a{ border-bottom:2px solid #333; color:#333;}
.con02_rt{ width:74%;}
.con02_rt ul{ display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.con02_rt ul li{ width:31%;}
.con02_rt ul li:nth-child(2n-1){ width:65%;}
.con02_rt ul li .img{ height:25.78vw; position:relative; overflow:hidden;}
.con02_rt ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con02_rt ul li:hover .img img{ transform:scale(1.1);}
@keyframes zoominoutsinglefeatured {
  0% {
    transform:translate(-50%,-50%) scale(1, 1);
  }
  20% {
    transform:translate(-50%,-50%) scale(1, 1);
  }
  40% {
    transform:translate(-50%,-50%) scale(1.1, 1.1);
  }
  60% {
    transform:translate(-50%,-50%) scale(1.1, 1.1);
  }
  80% {
    transform:translate(-50%,-50%) scale(1, 1);
  }
  100% {
    transform:translate(-50%,-50%) scale(1, 1);
  }
}
@media(max-width:999px){
.tit1 .h2{ font-size:40px; line-height:44px;}
.con02bg{ padding:40px 0;}
.con02 .list{ margin-top:20px; display:block}
.con02_lt{ width:100%; display:block; margin-bottom:20px;}
.con02_lt .line1{ width:10px; height:4px; margin-bottom:10px;}
.con02_lt .h2{ font-size:15px; line-height:25px; margin-bottom:5px;}
.con02_lt .h3{ font-size:15px; line-height:25px; }
.con02_rt{ width:100%;}
.con02_rt ul li{ width:31%;}
.con02_rt ul li:nth-child(2n-1){ width:65%;}
.con02_rt ul li .img{ height:40vw; }
}


.con03bg{ padding:80px 0;}
.con03{}
.con03 .list{ }
.con03 .list ul{ display: flex;justify-content:center;/*align-items: center;*/ flex-wrap:wrap;}
.con03 .list ul li{ width:23.125%; margin:0 0 0 2.5%;}
.con03 .list ul li:nth-child(4n-3){ margin-left:0;}
.con03 .list ul li .txt{}
.con03 .list ul li .txt .h2{ font-size:30px; line-height:34px; margin-bottom:30px;}
.con03 .list ul li .txt .h3{ font-size:15px; line-height:25px; margin-bottom:30px;}
.con03 .list ul li .txt .h4{ font-size:15px; line-height:25px; font-weight:bold; margin-bottom:40px;}
.con03 .list ul li .txt .h4 span{}
.con03 .list ul li .txt .h4 i{ display:inline-block; width:17px; height:10px; background:url(../images/Arrow.png) center no-repeat; background-size:contain;filter: brightness(1) invert(1); margin-left:10px;animation: xmover 1s infinite alternate;}
.con03 .list ul li .img{ padding-bottom:145%; position:relative; overflow:hidden;}
.con03 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con03 .list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.con03bg{ padding:40px 0;}
.con03 .list ul{ display:block;}
.con03 .list ul li{ width:100%; margin:0 0 20px 0;}
.con03 .list ul li .txt .h2{ font-size:24px; line-height:28px; margin-bottom:10px;}
.con03 .list ul li .txt .h3{ font-size:15px; line-height:25px; margin-bottom:10px;}
.con03 .list ul li .txt .h4{ font-size:15px; line-height:25px; margin-bottom:20px;}
}


.con04bg{ padding:80px 0;}
.con04{}
.con04 .tit1{ text-align:center;}
.con04 .list{ margin-top:3.12vw; text-align:center;}
.con04 .list .h2{ margin:0 auto; max-width:350px; font-size:15px; line-height:25px; margin-bottom:3.64vw;}
.con04 .list .h3{ font-size:15px; line-height:25px; font-weight:bold; margin-top:20px;}
.con04 .list .h3 a{ border-bottom:2px solid #333; color:#333;}
.con04 .list .img{ margin:0 auto; max-width:725px; overflow:hidden;}
.con04 .list .img img{ display:block; margin:0 auto; max-width:100%; transition:all .3s ease;}
.con04 .list .img img:hover{ transform:scale(1.1);}
@media(max-width:999px){
.con04bg{ padding:40px 0;}
.con04 .list{ margin-top:20px; }
.con04 .list .h2{ font-size:15px; line-height:25px; margin-bottom:10px;}
.con04 .list .h3{ font-size:15px; line-height:25px; margin-top:10px;}
}


.con05bg{ padding:80px 0; position:relative;}
.con05bg:before{ content:""; width:56.25vw; height:56.25vw; border:1px solid #eee; border-radius:100%; box-sizing:border-box; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:-1;animation: zoominoutsinglefeatured 8s infinite;}
.con05{ display: flex;justify-content: space-between;/*align-items: center;*/}
.con05_lt{ width:50%;}
.con05_lt .img{ padding-bottom:70%; position:relative; overflow:hidden;}
.con05_lt .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con05_lt .img img:hover{ transform:scale(1.1);}
.con05_rt{ width:46%; display: flex;justify-content: space-between;align-items: flex-start;flex-direction: column;}
.con05_rt .line1{ width:10px; height:4px; background:#000;}
.con05_rt .txt{ font-size:15px; line-height:25px;}
.con05_rt .txt ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flx-wrap:wrap;}
.con05_rt .txt ul li{ width:23%; margin-right:15.5%;}
.con05_rt .txt ul li:last-child{ margin-right:0;}
.con05_rt .h3{ font-size:15px; line-height:25px; font-weight:bold;}
.con05_rt .h3 a{ border-bottom:2px solid #333; color:#333;}
@media(max-width:999px){
.con05bg{ padding:40px 0; }
.con05{ display:block;}
.con05_lt{ width:100%; margin-bottom:20px;}
.con05_rt{ width:100%; display:block;}
.con05_rt .line1{ width:10px; height:4px; margin-bottom:10px;}
.con05_rt .txt{ font-size:15px; line-height:25px; margin-top:10px;}
.con05_rt .txt ul li{ width:48%; margin:0 4% 10px 0;}
.con05_rt .txt ul li:nth-child(2n){ margin-right:0;}
.con05_rt .h3{ font-size:15px; line-height:25px; }
}


.con06bg{ padding:80px 0;}
.con06{}
.con06 .list{ margin-top:3.64vw;}
.swiper_news{ position:relative;}
.swiper_news .swiper-container { width: 100%; }
.swiper_news .swiper-container .swiper-slide { position:relative;}
.swiper_news .swiper-container .swiper-slide .img{ padding-bottom:72%; position:relative; overflow:hidden;}
.swiper_news .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.swiper_news .swiper-container .swiper-slide .img img:hover{ transform:scale(1.1);}
.swiper_news .swiper-container .swiper-slide .txt{ margin-top:35px;}
.swiper_news .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:20px;}
.swiper_news .swiper-container .swiper-slide .txt .h3{ font-size:15px; line-height:25px; color:#666;}
.swiper_news .swiper-pagination{ bottom:0px; height:32px; width:100%; display:none;}
.swiper_news .swiper-pagination span{ width:32px; height:32px; background:transparent; border:2px solid transparent; opacity:1; margin:0 5px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_news .swiper-pagination span.swiper-pagination-bullet-active{ border-color:#fff;}
.swiper_news .swiper-button-prev,.swiper_news .swiper-button-next{ width:20px; height:40px; margin-top:-20px; background-size:100% 100%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; opacity:0; visibility:hidden; display:none;}
.swiper_news:hover .swiper-button-prev,.swiper_news:hover .swiper-button-next{ opacity:.5; visibility:visible;}
.swiper_news .swiper-button-prev:hover,.swiper_news .swiper-button-next:hover{ opacity:1;}
.swiper_news .swiper-button-prev{ left:5%;}
.swiper_news .swiper-button-next{ right:5%;}
@media(max-width:999px){
.con06bg{ padding:40px 0;}
.con06 .list{ margin-top:20px;}
.swiper_news .swiper-container .swiper-slide .txt{ margin-top:15px;}
.swiper_news .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; }
}


.con07bg{ padding:80px 0;}
.con07{ display: flex;justify-content: space-between;/*align-items: center;*/}
.con07_lt{ width:48%;}
.con07_lt .img{ height:100%;}
.con07_lt .img img{ display:block; width:100%; height:100%;}
.con07_rt{ width:48%;}
.con07_rt .h3{ max-width:280px; font-size:15px; line-height:25px; margin-top:3.9vw;}
.con07_rt .line1{ width:10px; height:4px; background:#000; margin-top:3.9vw;}
.con07_rt .form{}
.con07_rt .form ul{ display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.con07_rt .form ul li{ width:48%; margin-top:20px;}
.con07_rt .form ul li.li1{ width:100%;}
.con07_rt .form .h4{ font-size:13px; line-height:23px; font-weight:bold;}
.con07_rt .form .text1{ border:none; border-bottom:1px solid#e5e5e5; background:#fff; height:51px; line-height:50px; padding:0; width:100%; box-sizing:border-box;}
.con07_rt .form .text2{ border:none; border-bottom:1px solid#e5e5e5; background:#fff; height:71px; line-height:24px; padding:0; width:100%; box-sizing:border-box;}
.con07_rt .form select{ border:none; border-bottom:1px solid#e5e5e5; background:#fff; height:51px; line-height:50px; padding:0; width:100%; box-sizing:border-box;}
.con07_rt .form .button1{ border:1px solid #000; background:#000; color:#fff; height:60px; line-height:58px; width:48%; cursor:pointer; font-size:16px; font-weight:bold; text-transform:uppercase; transition:all .3s ease;}
.con07_rt .form .button1:hover{ background:#fff; color:#333;}
@media(max-width:999px){
.con07bg{ padding:40px 0;}
.con07{ display:block;}
.con07_lt{ width:100%; margin-bottom:20px;}
.con07_rt{ width:100%;}
.con07_rt .h3{ max-width:100%; font-size:15px; line-height:25px; margin-top:10px;}
.con07_rt .line1{ width:10px; height:4px; margin-top:10px;}
.con07_rt .form ul li{ width:100%; margin-top:15px;}
.con07_rt .form .h4{ font-size:13px; line-height:23px;}
.con07_rt .form .text1{ height:41px; line-height:40px; }
.con07_rt .form .text2{ height:71px; line-height:24px; }
.con07_rt .form select{ height:41px; line-height:40px; }
.con07_rt .form .button1{ height:40px; line-height:38px; width:100%; font-size:16px; }
}


.foot{ padding:60px 0;}
.foot1bg{ }
.foot1{ border-top:1px solid #ddd; padding:80px 0; display: flex;justify-content: space-between;/*align-items: center;*/}
.foot1 .box1{ width:20%;}
.foot .f_logo{ }
.foot .f_logo img{ display:block; max-width:100%; }
.foot1 .box2{ width:30%;}
.foot .f_contact{ font-size:15px; line-height:25px;}
.foot .f_contact ul li{ margin-bottom:5px;}
.foot .f_contact ul li:nth-child(1){ margin-bottom:30px;}
.foot1 .box3{ width:36%;}
.foot .f_nav{display: flex;justify-content: space-between;/*align-items: center;*/}
.foot .f_nav dl{}
.foot .f_nav dl dt{ font-weight:bold; font-size:15px; line-height:25px; margin-bottom:30px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot2bg{}
.foot2{ border-top:1px solid #ddd; padding:15px 0; display: flex;justify-content: space-between;align-items: center;}
.foot2 .lt{ flex:1;}
.foot2 .rt{ font-size:15px; line-height:25px;}
.foot2 .rt a{ display:inline-block; margin:0 0 0 1.82vw;}
.foot2 .rt a:hover{}
@media(max-width:999px){
.foot{ padding:20px 0; margin-bottom:60px;}
.foot1{ padding:40px 0; display:block;}
.foot1 .box1{ width:100%; margin-bottom:20px;}
.foot1 .box2{ width:100%; margin-bottom:20px;}
.foot .f_contact{ font-size:15px; line-height:25px;}
.foot .f_contact ul li{ margin-bottom:5px;}
.foot .f_contact ul li:nth-child(1){ margin-bottom:10px;}
.foot1 .box3{ width:100%;}
.foot .f_nav{display: flex;justify-content: space-between;/*align-items: center;*/}
.foot .f_nav dl{ width:32%;}
.foot .f_nav dl dt{ font-size:15px; line-height:25px; margin-bottom:10px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot2{ padding:15px 0; display:block; text-align:center;}
.foot2 .rt{ font-size:15px; line-height:25px;}
.foot2 .rt a{ margin:0 5px;}
}

.tcCookiebg{ width:100%; padding:15px 0; background:#fff; box-shadow:0 0 18px rgba(0,0,0,.2); position:fixed; z-index:99999999; bottom:0; left:0;/* display:none;*/}
.tcCookie{ margin:0 auto; width:90%; display: flex; justify-content:center; align-items: center;}
.tcCookie_lt{ flex:1;}
.tcCookie_lt .txt{ font-size:13px; line-height:23px;}
.tcCookie_rt{}
.tcCookie_rt .button1{ border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; line-height:40px; padding:0 10px; min-width:125px; cursor:pointer; font-weight:bold; margin-left:10px;}
.tcCookie_rt .button1:nth-child(1){ background:#fff; color:var(--primary-color);}
.tcCookie_rt .button1:hover{ opacity:.7;}
@media(max-width:999px){
.tcCookiebg{ padding:15px 0; }
.tcCookie{ display:block; text-align:center;}
.tcCookie_lt .txt{ font-size:13px; line-height:23px;}
.tcCookie_rt .button1{ line-height:40px; padding:0 10px; min-width:100%; margin:5px 0;}
}

/*Add------------------------------------------------------------------------------*/

.insideBanner_box{ position:relative;}
.insideBanner{ position:relative;}
.insideBanner img{ display:block; width:100%; }
.insideBanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.insideBanner_txt{ max-width:920px; color:#fff;}
.insideBanner_txt .h2{ font-size:3.12vw; line-height:1.16; margin-bottom:2.6vw;}
.inbarbg{ border-bottom:1px solid #ddd;}
.inbar{ }
.innav{ font-size:16px; line-height:60px; }
.innav .h1{ font-size:16px; line-height:50px; text-align:left; padding:0 40px 0 20px; position:relative; background:var(--primary-color); color:#fff; font-weight:bold; display:none; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.innav .h1.active1:before{ transform:rotate(180deg);}
.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; padding:0 1.04vw; }
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; text-align:center; transition:all .3s ease;}
/*.innav>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;}*/
.innav>ul>li.hover>a{ color:var(--primary-color);}
.innav>ul>li:hover>a{ color:var(--primary-color);}
/*.innav>ul>li.hover>a:before{ width:100%;}
.innav>ul>li:hover>a:before{ width:100%;}*/
.innav ul li ul{ width:fit-content; min-width:120px; padding:5px 0; background:#fff; box-shadow:0px 0px 30px 0px rgba(216.09375000000003, 216.09375000000003, 216.09375000000003, 0.27); 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; }
.innav ul li ul li a:hover{ color:var(--primary-color);}
.weizhi{ font-size:14px; line-height:24px; }
.weizhi i{ margin-right:5px; }
@media(max-width:999px){
.insideBanner img{ height:calc(100vh - 120px);}
.insideBanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:20px;}
.inbarbg{ position:static; border-bottom:none;}
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block; border-top:none; padding:0;}
.innav{ font-size:16px; line-height:26px; }
.innav .h1{ display:block;}
.innav>ul{ display:none; }
.innav>ul>li{ border-bottom:1px solid #ddd; padding:10px 20px 10px 20px !important;}
.innav>ul>li>a{ padding:0; display:inline; }
.innav>ul>li>a:before{ display:none;}
.innav>ul>li.hover>a{ color:var(--primary-color);}
.innav>ul>li:hover>a{ color:var(--primary-color);}
.innav ul li ul{ background:none; box-shadow:none; position:static; transform:translateX(0%); }
.innav ul li ul li{ line-height:24px; padding:5px 20px 5px 14px; text-align:left;}
.innav ul li ul li a{ font-size:14px; }
.weizhi{ display:none;}
}

.insideContentbg{ padding:60px 0 80px 0;}
.insideContent{}
.insideContent_lt{ float:left; width:240px;/* position:sticky; top:100px;*/}
.side_a{ overflow:hidden;  border:1px solid var(--third-color); }
.side_a .h1{ font-size:24px; line-height:34px; background:var(--primary-color); padding:20px 20px; position:relative;}
.side_a .h1 strong{ display:block; }
.side_a>ul{ padding:0 20px;}
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px dashed var(--third-color);}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 0; 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:"\f107"; font: normal normal normal 16px/1 FontAwesome; text-align:center; width:16px; height:16px; line-height:16px; position:absolute; right:0px; top:20px; transition:all .3s ease;}
.side_a ul li.has_sub.active1>span:after{ transform:rotate(180deg);}
.side_a ul li a{ display:inline-block; font-size:14px; line-height:24px;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px; position:relative; }
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a ul li ul{ padding:0 10px 10px 15px; 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{}
.insideContent_rt{ float:right; width:calc(96% - 240px); box-sizing: border-box;}
.insideContent_con{}
@media(max-width:999px){
.insideContentbg{ padding:0 0 40px 0; }
.insideContentbg .wapper1{ width:100%;}
.insideContent_lt{ width:100%; position:static;}
.side_a{ border:none;}
.side_a .h1{ font-size:16px; line-height:50px; padding:0 40px 0 20px; }
.side_a .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.side_a .h1.active1:before{ transform:rotate(180deg);}
.side_a>ul{ padding:0; display:none;}
.side_a>ul>li{ border-bottom:1px solid var(--third-color) !important;}
.side_a ul li span{ padding:10px 20px 10px 20px;}
.side_a ul li a{ font-size:14px; line-height:24px;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px;}
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li.has_sub>span:after{ top:15px; right:15px;}
.side_a ul li ul{ padding:0 0 10px 40px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.insideContent_rt{ float:right; width:100%; }
.insideContent_con{ padding:20px 5%;}
}



.pro_nav{ font-size:14px; line-height:40px;}
.pro_nav ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.pro_nav ul li{ width:31%; margin:0 0 0 3.5%; text-align:center; border:1px solid var(--secondary-color); background:var(--secondary-color); transition:all .3s ease; box-sizing:border-box;}
.pro_nav ul li:nth-child(3n-2){ margin-left:0;}
.pro_nav ul li a{ display:block; padding:0 10px; color:#fff; transition:all .3s ease;}
.pro_nav ul li:hover{ background:#fff;}
.pro_nav ul li:hover a{ color:var(--secondary-color);}
.page_dingwei{ padding-top:100px; margin-top:-100px;}
@media(max-width:999px){
.pro_nav{ font-size:14px; line-height:38px;}
.pro_nav ul li{ width:100%; margin:0 0 10px 0;}
.page_dingwei{ padding-top:60px; margin-top:-60px;}
}


.tit2{}
.tit2 .h2{ font-size:36px; line-height:46px;}
.chanpin1bg{ padding:40px 0 20px 0;}
.chanpin1{}
.chanpin1_list1{ margin-bottom:40px;}
.chanpin1_list1 .xiangqing{ font-size:20px; line-height:30px;}
.chanpin1_list2{ margin-bottom:100px;}
.chanpin1_list2 .list{ margin-top:10px;}
.chanpin1_list2 .list ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.chanpin1_list2 .list ul li{ width:32%; margin:0 0 20px 2%;}
.chanpin1_list2 .list ul li:nth-child(3n-2){ margin-left:0;}
.chanpin1_list2 .list ul li .img{ padding-bottom:75%; position:relative; overflow:hidden;}
.chanpin1_list2 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.chanpin1_list2 .list ul li:hover .img img{ transform:scale(1.1);}
.chanpin1_list2 .list ul li .txt{ font-size:15px; line-height:25px; color:#333; margin-top:16px;}
.chanpin1_list2 .list ul li .txt .h2{ font-weight:bold; margin-bottom:20px;}
.chanpin1_list2 .list ul li .txt .h2 span{}
.chanpin1_list2 .list ul li .txt .h2 i{ display:inline-block; width:17px; height:10px; background:url(../images/Arrow.png) center no-repeat; background-size:contain;filter: brightness(1) invert(1); margin-left:10px;animation: xmover 1s infinite alternate;}
.chanpin1_list2 .list ul li .txt .h3{}
.chanpin1_list3_box{}
.chanpin1_list3{ margin-bottom:100px;}
.chanpin1_list3 .xiangqing{ font-size:16px; line-height:26px; margin-top:10px;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px;}
.chanpin1bg{ padding:40px 0 20px 0;}
.chanpin1_list1{ margin-bottom:40px;}
.chanpin1_list1 .xiangqing{ font-size:14px; line-height:24px;}
.chanpin1_list2{ margin-bottom:40px;}
.chanpin1_list2 .list{ margin-top:10px;}
.chanpin1_list2 .list ul li{ width:100%; margin:0 0 20px 0;}
.chanpin1_list2 .list ul li .txt{ font-size:15px; line-height:25px; margin-top:10px;}
.chanpin1_list2 .list ul li .txt .h2{ margin-bottom:10px;}
.chanpin1_list3{ margin-bottom:40px;}
.chanpin1_list3 .xiangqing{ font-size:16px; line-height:26px; margin-top:10px;}
}

.chanpin_contactbg{ padding:20px 0 80px 0;}
.chanpin_contact{}
.chanpin_contact .form{ max-width:1140px;}
.chanpin_contact .form ul{ display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.chanpin_contact .form ul li{ width:48%; margin-top:20px;}
.chanpin_contact .form ul li.li1{ width:100%;}
.chanpin_contact .form .h4{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:8px;}
.chanpin_contact .form .text1{ border:1px solid #ccc; background:#fff; height:30px; line-height:28px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.chanpin_contact .form select{ border:1px solid #ccc; background:#fff; height:30px; line-height:28px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.chanpin_contact .form .text2{ border:1px solid #ccc; background:#fff; height:210px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.chanpin_contact .form .button1{ border:1px solid #000; background:#000; color:#fff; height:60px; line-height:58px; width:48%; cursor:pointer; font-size:16px; font-weight:bold; transition:all .3s ease; border-radius:4px;}
.chanpin_contact .form .button1:hover{ background:#fff; color:#333;}
@media(max-width:999px){
.chanpin_contactbg{ padding:20px 0 40px 0;}
.chanpin_contact .form ul li{ width:100%; margin-top:15px;}
.chanpin_contact .form .h4{ font-size:14px; line-height:24px; margin-bottom:5px;}
.chanpin_contact .form .text2{ height:150px; }
.chanpin_contact .form .button1{ height:40px; line-height:38px; width:100%; }
}



.solution1bg{ padding:80px 0 40px 0;}
.solution1{ display: flex;justify-content: space-between;/*align-items: center;*/}
.solution1_lt{ width:36%;}
.solution1_lt .h3{ font-size:20px; line-height:30px; margin-top:15px;}
.solution1_rt{ width:60%;}
.solution1_rt video{ display:block; width:100%;}
@media(max-width:999px){
.solution1bg{ padding:40px 0 20px 0;}
.solution1{ display:block;}
.solution1_lt{ width:100%; margin-bottom:20px;}
.solution1_lt .h3{ font-size:14px; line-height:24px; margin-top:15px;}
.solution1_rt{ width:100%;}
}

.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:16px; line-height:50px; border:1px solid #d0d552; background:#d0d552; color:#333; font-weight:bold; width:100%; cursor:pointer; transition:all .3s ease;}
.more1 span:hover{ background:#fff; color:#d0d552;}
.solution2bg{ padding:40px 0 80px 0 ;}
.solution2{ display: flex;justify-content: space-between;/*align-items: center;*/}
.solution2_lt{ width:24%;}
.solution2_lt .h3{ font-size:20px; line-height:30px; }
.solution2_rt{ width:72%;}
.solution2_rt ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.solution2_rt ul li{ width:32%; margin:0 0 20px 2%; text-align:center;}
.solution2_rt ul li:nth-child(3n-2){ margin-left:0;}
.solution2_rt ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.solution2_rt ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.solution2_rt ul li:hover .img img{ transform:scale(1.1);}
.solution2_rt ul li .txt{ margin-top:12px;}
.solution2_rt ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:5px;}
@media(max-width:999px){
.more1 span{ font-size:16px; line-height:40px; }
.solution2bg{ padding:20px 0 40px 0 ;}
.solution2{ display:block;}
.solution2_lt{ width:100%; margin-bottom:20px;}
.solution2_lt .h3{ font-size:14px; line-height:24px; }
.solution2_rt{ width:100%;}
.solution2_rt ul li{ width:100%; margin:0 0 20px 0;}
.solution2_rt ul li .txt{ margin-top:10px;}
.solution2_rt ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
}

.solution3bg{ padding:80px 0 ; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed; position:relative;}
.solution3bg:before{ content:""; width:100%; height:100%; background:var(--secondary-color); opacity:.8; position:absolute; top:0; left:0;}
.solution3{ position:relative; z-index:2;}
.solution3 .tit1{ color:#fff;}
.solution3 .list{ margin-top:40px;}
.solution3 .list ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.solution3 .list ul li{ width:23.5%; margin:0 0 20px 2%; background:#fff;}
.solution3 .list ul li:nth-child(4n-3){ margin-left:0;}
.solution3 .list ul li .nr_box{ padding:15px 5%;}
.solution3 .list ul li .img{ padding-bottom:70%; position:relative; overflow:hidden;}
.solution3 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.solution3 .list ul li:hover .img img{ transform:scale(1.1);}
.solution3 .list ul li .txt{ margin-top:10px;}
    .solution3 .list ul li .txt .h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: bold;
        margin-bottom: 5px;
        height: 68px;
    }
.solution3 .list ul li .txt .h3{ font-size:16px; line-height:26px; margin-bottom:15px; color:#666;}
@media(max-width:999px){
.solution3bg{ padding:40px 0 ; }
.solution3 .list{ margin-top:20px;}
.solution3 .list ul li{ width:100%; margin:0 0 20px 0;}
.solution3 .list ul li .nr_box{ padding:15px 5%;}
.solution3 .list ul li .txt{ margin-top:10px;}
.solution3 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.solution3 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:15px; }
}



.solution_detailbg{ padding:40px 0 80px 0;}
.solution_detail{}
.solution_detail_list1{ display: flex;justify-content: space-between;/*align-items: center;*/ margin-bottom:30px;}
.solution_detail_lt{ width:60%;}
.solution_detail_lt .xiangqing{ font-size:15px; line-height:25px; margin-bottom:20px;}
.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:17px; line-height:50px; padding:0 10px; min-width:160px; box-sizing:border-box; font-weight:bold; background:#d0d552; border:1px solid #d0d552; color:#333; cursor:pointer; transition:all .3s ease;}
.more2 span:hover{ background:#fff; color:#d0d552;}
.solution_detail_rt{ width:36%;}
.solution_detail_rt img{ display:block; width:100%;}

.solution_download{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; font-size:16px; line-height:26px; padding:35px 0; font-weight:bold;}
.solution_download a{ color:#333;}
.solution_download a:hover{ text-decoration:underline;}
.solution_download a i{ display:inline-block; vertical-align:middle; margin-right:10px; width:18px; height:18px; background:url(../images/file-icon.png) center no-repeat; background-size:contain;}
@media(max-width:999px){
.solution_detailbg{ padding:40px 0;}
.solution_detail_list1{ display:block; margin-bottom:30px;}
.solution_detail_lt{ width:100%; margin-bottom:20px;}
.solution_detail_lt .xiangqing{ font-size:14px; line-height:24px; margin-bottom:20px;}
.more2 span{ font-size:17px; line-height:40px; padding:0 10px; min-width:150px; }
.solution_detail_rt{ width:100%;}

.solution_download{ font-size:16px; line-height:26px; padding:20px 0; }
}



.support1bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover; color:#fff;}
.support1{}
.support1_top{ display: flex;justify-content: space-between;/*align-items: center;*/}
.support1_lt{ width:48%;}
.support1_rt{ width:48%;}
.support1_btm{ margin-top:28.12vw;}
.support1 .h2{ font-size:40px; line-height:50px;}
.support1 .h3{ font-size:22px; line-height:32px;}
.support1 .h4{ font-size:14px; line-height:24px; font-weight:bold;}
.support1 .h4 a{ display:inline-block; margin-right:3.12vw; color:#fff;}
.support1 .h4 a:last-child{ margin-right:0;}
.support1 .h4 span{}
.support1 .h4 i{ display:inline-block; width:17px; height:10px; background:url(../images/Arrow.png) center no-repeat; background-size:contain;/*filter: brightness(1) invert(1);*/ margin-left:10px;animation: xmover 1s infinite alternate;}
@media(max-width:999px){
.support1bg{ padding:40px 0; }
.support1_top{ display:block;}
.support1_lt{ width:100%;}
.support1_rt{ width:100%; margin-top:20px;}
.support1_btm{ margin-top:40px;}
.support1 .h2{ font-size:28px; line-height:38px;}
.support1 .h3{ font-size:16px; line-height:26px;}
.support1 .h4{ font-size:14px; line-height:24px; }
.support1 .h4 a{ margin-right:3.12vw;}
}

.support2bg{ padding:80px 0;}
.support2{}
.support2 .list{ }
.support2 .list ul{ display: flex;justify-content:center;/*align-items: center;*/ flex-wrap:wrap;}
.support2 .list ul li{ width:23.125%; margin:0 0 0 2.5%;}
.support2 .list ul li:nth-child(4n-3){ margin-left:0;}
.support2 .list ul li .txt{}
.support2 .list ul li .txt .h2{ font-size:30px; line-height:34px; margin-bottom:30px;}
.support2 .list ul li .txt .h3{ font-size:15px; line-height:25px; margin-bottom:30px;}
.support2 .list ul li .txt .h4{ font-size:15px; line-height:25px; font-weight:bold; margin-bottom:40px;}
.support2 .list ul li .txt .h4 span{}
.support2 .list ul li .txt .h4 i{ display:inline-block; width:17px; height:10px; background:url(../images/Arrow.png) center no-repeat; background-size:contain;filter: brightness(1) invert(1); margin-left:10px;animation: xmover 1s infinite alternate;}
.support2 .list ul li .img{ padding-bottom:145%; position:relative; overflow:hidden;}
.support2 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.support2 .list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.support2bg{ padding:40px 0;}
.support2 .list ul{ display:block;}
.support2 .list ul li{ width:100%; margin:0 0 20px 0;}
.support2 .list ul li .txt .h2{ font-size:24px; line-height:28px; margin-bottom:10px;}
.support2 .list ul li .txt .h3{ font-size:15px; line-height:25px; margin-bottom:10px;}
.support2 .list ul li .txt .h4{ font-size:15px; line-height:25px; margin-bottom:20px;}
}

.support3bg{ padding:80px 0;}
.support3{}
.support3_top{ display: flex;justify-content:space-between;align-items: flex-end;}
.support3_top .txt{ width:50%; font-size:15px; line-height:25px;}
.support3 .list{ margin-top:3.9vw;}
.support3 .list ul{ display: flex;justify-content:space-between;/*align-items: center;*/ flex-wrap:wrap;}
.support3 .list ul li{ width:40%;}
.support3 .list ul li:nth-child(2n){ width:58%;}
.support3 .list ul li .img{ height:24.58vw; position:relative; overflow:hidden;}
.support3 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.support3 .list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.support3bg{ padding:40px 0;}
.support3_top{ display:block;}
.support3_top .txt{ width:100%; font-size:14px; line-height:24px; margin-top:10px;}
.support3 .list{ margin-top:20px;}
.support3 .list ul li{ width:40%;}
.support3 .list ul li:nth-child(2n){ width:58%;}
.support3 .list ul li .img{ height:28.32vw; }
}



.tit3{}
.tit3 .h2{ font-size:60px; line-height:64px; border-bottom:1px solid #e1e1e1;}
.tit3 .h2 span{ display:inline-block; padding-bottom:4.16vw; border-bottom:1px solid #333;}
.newsDetailbg{ padding:40px 0 80px 0;}
.newsDetail{}
.newsDetail_tit{}
.newsDetail_tit .h3{ font-size:12px; line-height:22px; font-weight:bold; margin-bottom:20px;}
.newsDetail_tit .h2{ font-size:5.2vw; line-height:1;}
.newsDetail .xiangqing{ margin-top:4.16vw; font-size:15px; line-height:25px;}
@media(max-width:999px){
.tit3 .h2{ font-size:40px; line-height:44px; }
.tit3 .h2 span{ padding-bottom:10px;}
.newsDetailbg{ padding:40px 0;}
.newsDetail_tit .h3{ font-size:12px; line-height:22px; margin-bottom:5px;}
.newsDetail_tit .h2{ font-size:24px; line-height:1;}
.newsDetail .xiangqing{ margin-top:20px; font-size:14px; line-height:24px;}
}



.aboutus1bg{ padding:160px 0 80px 0; position:relative;}
.aboutus1bg:before{ content:""; width:56.25vw; height:56.25vw; border:1px solid #eee; border-radius:100%; box-sizing:border-box; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:-1;animation: zoominoutsinglefeatured 8s infinite;}
.aboutus1{}
.aboutus1 .list{ margin-top:40px; display: flex;justify-content: space-between;/*align-items: center;*/}
.aboutus1_rt{ width:46%; display: flex;justify-content: space-between;align-items: flex-start;flex-direction: column;}
.aboutus1_rt .line1{ width:10px; height:4px; background:#000;}
.aboutus1_rt .h3{ font-size:15px; line-height:25px;}
.aboutus1_lt{ width:50%; position:relative;}
.aboutus1_lt .img{ padding-bottom:82%; position:relative; overflow:hidden;}
.aboutus1_lt .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.aboutus1_lt:hover .img img{ transform:scale(1.1);}
.aboutus1_lt .video1_open{ width:40px; height:40px; border-radius:100%; background:#fff; position:absolute; bottom:35px; left:35px; cursor:pointer;animation: shadow-pulse-white 1.5s infinite !important;}
.aboutus1_lt .video1_open i{ width:10px; height:10px; background:url(../images/video_icon.png) center no-repeat; background-size:contain;filter: brightness(1) invert(1); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0;}
.aboutus1 .list{ margin-top:20px; display:block}
.aboutus1_rt{ width:100%; display:block; margin-bottom:20px;}
.aboutus1_rt .line1{ width:10px; height:4px; margin-bottom:10px;}
.aboutus1_rt .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
.aboutus1_lt{ width:100%;}
}


.video1_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.video1_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.video1bg{ width:90%; max-width:1200px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.video1_close2{ width:40px; height:40px; border-radius:100%; background:#fff url(../images/close-on.png) center no-repeat; position:absolute; top:-20px; right:-20px; cursor:pointer; transition:all .3s ease; z-index:2; }
.video1_close2:hover{ transform:rotate(90deg); }
.video1{}
.video1 video{ display:block; width:100%; max-height:100vh;}
@keyframes shadow-pulse-white {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}



.aboutus2bg{ padding:80px 0 60px 0;}
.aboutus2{}
.aboutus2 .list2{ margin-top:4.94vw; font-size:15px; line-height:25px;}
.aboutus2 .list{ margin-top:40px;}
.swiper_history{ position:relative;}
.swiper_history .swiper-container { width: 100%; }
.swiper_history .swiper-container .swiper-slide { position:relative; background:rgba(0,0,0,.04);}
.swiper_history .swiper-container .swiper-slide .nr_box{ display: flex;justify-content: space-between;/*align-items: center;*/}
.swiper_history .swiper-container .swiper-slide .imgbg{ width:calc(100% - 400px)}
.swiper_history .swiper-container .swiper-slide .img{ height:540px; position:relative; overflow:hidden;}
.swiper_history .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.swiper_history .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.swiper_history .swiper-container .swiper-slide .txtbg{ width:400px;}
.swiper_history .swiper-container .swiper-slide .txt{ font-size:15px; line-height:25px; padding:0 5%;}
.swiper_history .swiper-container .swiper-slide .txt .line1{ width:10px; height:4px; background:#000; margin-bottom:1.56vw;}
.swiper_history .swiper-container .swiper-slide .txt .h2{ font-size:30px; line-height:40px; font-weight:bold; margin-bottom:1.3vw;}
.swiper_history .swiper-container .swiper-slide .txt .h3{}
.swiper_history .swiper-pagination{ width:auto; position:static; text-align:left; font-size:13px; line-height:23px; font-weight:bold; margin-left:20px;}
.swiper_history .swiper-pagination span{ }
.swiper_history .swiper-button-prev,.swiper_history .swiper-button-next{ width:40px; height:40px; line-height:38px; margin:0 10px 0 0; background:none; text-align:center; border:1px solid #e1e1e1; color:#333; font-size:20px; transition:all .3s ease; box-sizing:border-box; position:static; border-radius:100%;}
.swiper_history .swiper-button-prev:hover,.swiper_history .swiper-button-next:hover{ opacity:1;}
.swiper_history .swiper-button-prev{ left:5%;}
.swiper_history .swiper-button-next{ right:5%;}
.swiper_history .swiper-controls{ margin-top:3.12vw; display: flex;justify-content: flex-start;align-items: center;}
@media(max-width:999px){
.aboutus2bg{ padding:40px 0;}
.aboutus2 .list2{ margin-top:20px; font-size:14px; line-height:24px;}
.aboutus2 .list{ margin-top:20px;}
.swiper_history .swiper-container .swiper-slide .nr_box{ display:block;}
.swiper_history .swiper-container .swiper-slide .imgbg{ width:100%;}
.swiper_history .swiper-container .swiper-slide .img{ height:auto; padding-bottom:48%; }
.swiper_history .swiper-container .swiper-slide .txtbg{ width:100%;}
.swiper_history .swiper-container .swiper-slide .txt{ font-size:14px; line-height:24px; padding:0 5% 20px 5%;}
.swiper_history .swiper-container .swiper-slide .txt .line1{ width:10px; height:4px; margin-bottom:10px;}
.swiper_history .swiper-container .swiper-slide .txt .h2{ font-size:30px; line-height:40px; margin-bottom:10px;}
.swiper_history .swiper-controls{ margin-top:20px;}
}



.aboutus3bg{ padding:60px 0 80px 0;}
.aboutus3{}
.aboutus3 .list{ margin-top:4.16vw;}
.swiper_culture{ position:relative;}
.swiper_culture .swiper-container { width: 100%; }
.swiper_culture .swiper-container .swiper-slide { position:relative; }
.swiper_culture .swiper-container .swiper-slide .nr_box{ }
.swiper_culture .swiper-container .swiper-slide .imgbg{ }
.swiper_culture .swiper-container .swiper-slide .img{ padding-bottom:66%; position:relative; overflow:hidden;}
.swiper_culture .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.swiper_culture .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.swiper_culture .swiper-container .swiper-slide .txtbg{ }
.swiper_culture .swiper-container .swiper-slide .txt{ font-size:15px; line-height:25px; margin-bottom:3.12vw;}
.swiper_culture .swiper-container .swiper-slide .txt .h2{ font-weight:bold; margin-bottom:10px;}
.swiper_culture .swiper-container .swiper-slide .txt .h3{}
.swiper_culture .swiper-pagination{ display:none;}
.swiper_culture .swiper-pagination span{ }
.swiper_culture .swiper-button-prev,.swiper_culture .swiper-button-next{ width:40px; height:40px; line-height:38px; margin-top:-20px; background:none; text-align:center; border:1px solid #e1e1e1; color:#333; font-size:20px; transition:all .3s ease; box-sizing:border-box; border-radius:100%; display:none;}
.swiper_culture .swiper-button-prev:hover,.swiper_culture .swiper-button-next:hover{ opacity:1;}
.swiper_culture .swiper-button-prev{ left:5%;}
.swiper_culture .swiper-button-next{ right:5%;}
@media(max-width:999px){
.aboutus3bg{ padding:40px 0;}
.aboutus3 .list{ margin-top:40px;}
.swiper_culture .swiper-container .swiper-slide .txt{ font-size:14px; line-height:24px; margin-bottom:20px;}
.swiper_culture .swiper-container .swiper-slide .txt .h2{ margin-bottom:10px;}
}


.aboutus4bg{ padding:60px 0 80px 0;}
.aboutus4{ display: flex;justify-content: space-between;align-items: flex-end; border-bottom:1px solid #e1e1e1; padding-bottom:4.16vw; position:relative;}
.aboutus4:before{ content:""; width:24%; height:1px; background:#000; position:absolute; bottom:0; left:0;}
.aboutus4_lt{ width:46%;}
.aboutus4_rt{ width:50%;}
.aboutus4 .h2{ font-size:5.2vw; line-height:1;}
.aboutus4 .h3{ font-size:15px; line-height:25px; margin-bottom:20px;}
.aboutus4 .h4{ font-size:15px; line-height:25px; font-weight:bold;}
.aboutus4 .h4 span{}
.aboutus4 .h4 i{ display:inline-block; width:17px; height:10px; background:url(../images/Arrow.png) center no-repeat; background-size:contain;filter: brightness(1) invert(1); margin-left:10px;animation: xmover 1s infinite alternate;}
@media(max-width:999px){
.aboutus4bg{ padding:40px 0;}
.aboutus4{ display:block; padding-bottom:10px;}
.aboutus4_lt{ width:100%; margin-bottom:20px;}
.aboutus4_rt{ width:100%;}
.aboutus4 .h2{ font-size:40px; }
.aboutus4 .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.aboutus4 .h4{ font-size:15px; line-height:25px; }
}

.aboutus5bg{ padding:80px 0;}
.aboutus5{ display: flex;justify-content: space-between;/*align-items:center; */}
.aboutus5_lt{ width:26%; display: flex;justify-content: space-between;align-items: flex-start;flex-direction: column;}
.aboutus5_lt .box1{}
.aboutus5_lt .box1 .h2{ font-size:30px; line-height:40px; margin-bottom:1.3vw;}
.aboutus5_lt .box1 .h3{ font-size:15px; line-height:25px;}
.aboutus5_lt .line1{ width:10px; height:4px; background:#000;}
.aboutus5_rt{ width:70%;}
.swiper_leader{ position:relative;}
.swiper_leader .swiper-container { width: 100%; }
.swiper_leader .swiper-container .swiper-slide { position:relative; }
.swiper_leader .swiper-container .swiper-slide .nr_box{ }
.swiper_leader .swiper-container .swiper-slide .imgbg{ }
.swiper_leader .swiper-container .swiper-slide .img{ padding-bottom:105%; position:relative; overflow:hidden;}
.swiper_leader .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.swiper_leader .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.swiper_leader .swiper-container .swiper-slide .txtbg{ }
.swiper_leader .swiper-container .swiper-slide .txt{ font-size:15px; line-height:25px; margin-top:30px;}
.swiper_leader .swiper-container .swiper-slide .txt .h2{ font-weight:bold; margin-bottom:1.3vw;}
.swiper_leader .swiper-container .swiper-slide .txt .h2 strong{ margin-right:10px;}
.swiper_leader .swiper-container .swiper-slide .txt .h2 span{ font-size:16px;}
.swiper_leader .swiper-container .swiper-slide .txt .h3{}
.swiper_leader .swiper-pagination{ width:auto; position:static; text-align:left; font-size:13px; line-height:23px; font-weight:bold; margin-left:20px; display:none;}
.swiper_leader .swiper-pagination span{ }
.swiper_leader .swiper-button-prev,.swiper_leader .swiper-button-next{ width:40px; height:40px; line-height:38px; margin:0 10px 0 0; background:none; text-align:center; border:1px solid #e1e1e1; color:#333; font-size:20px; transition:all .3s ease; box-sizing:border-box; position:static; border-radius:100%;}
.swiper_leader .swiper-button-prev:hover,.swiper_leader .swiper-button-next:hover{ opacity:1;}
.swiper_leader .swiper-button-prev{ left:5%;}
.swiper_leader .swiper-button-next{ right:5%;}
.swiper_leader .swiper-controls{ display: flex;justify-content: flex-start;align-items: center;}
@media(max-width:999px){
.aboutus5bg{ padding:40px 0;}
.aboutus5{ display:block;}
.aboutus5_lt{ width:100%; display:block; margin-bottom:20px;}
.aboutus5_lt .box1{ margin-bottom:20px;}
.aboutus5_lt .box1 .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.aboutus5_lt .box1 .h3{ font-size:14px; line-height:24px;}
.aboutus5_lt .line1{ width:10px; height:4px; margin-bottom:20px;}
.aboutus5_rt{ width:100%;}
.swiper_leader .swiper-container .swiper-slide .txt{ font-size:15px; line-height:25px; margin-top:20px;}
.swiper_leader .swiper-container .swiper-slide .txt .h2{ margin-bottom:10px;}
.swiper_leader .swiper-container .swiper-slide .txt .h2 strong{ margin-right:10px;}
.swiper_leader .swiper-container .swiper-slide .txt .h2 span{ font-size:16px;}
}


.aboutus6bg{ padding:80px 0;}
.aboutus6{}
.aboutus6 .list{ margin-top:4.16vw;}
.aboutus6 .list .txt{ font-size:15px; line-height:25px; }
.aboutus6 .list .box1{}
.aboutus6 .list .box1 ul{ display: flex;justify-content:center;/*align-items:center; */ flex-wrap:wrap;}
.aboutus6 .list .box1 ul li{ width:23%; margin:2.08vw 0 0 2.5%;}
.aboutus6 .list .box1 ul li:nth-child(4n-3){ margin-left:0;}
.aboutus6 .list .box1 ul li:nth-child(4n-2){ width:49%}
.aboutus6 .list .box1 ul li:nth-child(4n){ width:89%; margin-left:0;}
.aboutus6 .list .box1 ul li .img{}
.aboutus6 .list .box1 ul li .img img{ display:block; width:100%;}
@media(max-width:999px){
.aboutus6bg{ padding:40px 0;}
.aboutus6 .list{ margin-top:20px;}
.aboutus6 .list .txt{ font-size:14px; line-height:24px; }
}


.aboutus7bg{ padding:80px 0;}
.aboutus7{}
.aboutus7 .list{ font-size:15px; line-height:25px; margin-top:4.16vw;}
@media(max-width:999px){
.aboutus7bg{ padding:40px 0;}
.aboutus7 .list{ font-size:14px; line-height:24px; margin-top:20px;}
}






