/*common start*/
:root{
 --primary-color:#00d7a0;
 --secondary-color:#00a9ff;
 --main-color:#00d7a0;
 --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:1200px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; max-width:1400px; 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{ }
.head2{
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_search_btn{ font-size:20px; line-height:30px; color:#fff; margin-left:1.56vw; cursor:pointer;}
.head .h_search_btn:hover{ color:var(--primary-color);}
.head .h_search_box{ width:100%; height:100%; position:absolute; top:0; left: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:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; max-width:1600px; background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ padding:0 50px 0 0; }
.head .h_search_close2{ width:50px; height:50px; background:url(../images/chahao3.png) center no-repeat; position:absolute; right:0; top:0; cursor:pointer;}
.head .h_search .form{ height:50px; overflow:hidden; background:#Fff; border-radius:4px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:1px solid #f5f5f5; background:none; height:48px; line-height:48px; padding:0 0 0 10px; width:calc(100% - 132px);}
.head .h_search .form .button1{ float:right; border:none; background:var(--primary-color); width:120px; height:50px; line-height:50px; cursor:pointer; font-size:20px; color:#fff; transition:all .3s ease;}
.head .h_search .form .button1:hover{ background:var(--secondary-color);}
.head .h_search .form .button1 i{ margin-right:5px;}
/*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:16px; font-weight:normal; position:relative; padding:0 1.04vw; z-index:1;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.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>a:before{ content:""; width:0; height:5px; background:var(--secondary-color); position:absolute; top: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:200px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.2); 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:#333; 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{ background:var(--primary-color); color:#fff;}
.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 15px rgba(0,0,0,.2);}
.head.active2{ background:#fff;}

@media(max-width:999px){
.head_height{ height:60px;}
.head{ background:#fff;}
.head2bg{ background:#fff;}
.head2{ height:60px; }
.head .logo{ width:50%; height:60px; }

.head .h_search_btn{ color:#333; }
.head .h_search_box{ top:100%;}
.head .h_search{ padding:0 40px 0 0; }
.head .h_search_close2{ width:40px; height:40px; }
.head .h_search .form{ height:40px; }
.head .h_search .form .text1{ height:38px; line-height:38px; padding:0 0 0 10px; width:calc(100% - 92px);}
.head .h_search .form .button1{ width:80px; height:40px; line-height:40px; 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:var(--primary-color); 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(100% - 61px); border-top:1px solid #ededed; position:fixed; left:0; top:60px; display:none;}
.head .nav_close1{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; background:#fff; position:absolute; left:0; top:0; z-index:999; transition:all .3s ease;}
.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 }
.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:"\f107";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-pagination{ bottom:30px; height:6px; width:100%;}
.banner_swiper .swiper-pagination span{ width:30px; height:6px; background:#aaa; opacity:1; margin:0 4px; border-radius:0; transition:all .3s ease;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:50px; height:50px; line-height:50px; text-align:center; background:rgba(0,0,0,.5); color:#fff; font-size:24px; transition:all .3s ease; border-radius:100%; 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; background:var(--primary-color); color:#fff;}
.banner_swiper .swiper-button-prev{ left:20px;}
.banner_swiper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.banner_swiper .swiper-pagination{ bottom:10px; height:10px; }
.banner_swiper .swiper-pagination span{ width:10px; height:10px; margin:0 4px; border-radius:10px;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:30px; height:30px; line-height:30px; font-size:16px; }
.banner_swiper .swiper-button-prev{ left:10px;}
.banner_swiper .swiper-button-next{ right:10px;}
}



.more1{}
.more1 span{ display:inline-block; text-align:center; background:var(--primary-color); color:#fff; font-size:16px; line-height:48px; padding:0 10px; min-width:120px; transition:all .3s ease; font-weight:bold;}
.more1 span:hover{ background:var(--secondary-color);}
.con01bg{ background:#efeaea;}
.con01{display: flex; justify-content: space-between;/* align-items: center;*/ }
.con01_lt{ width:50%;}
.con01_lt .img{ height:100%}
.con01_lt img{ display:block; width:100%; height:100%;}
.con01_rt{ width:46%;display: flex; justify-content: center; align-items: center; background:url(../images/Hero-S.png) right center no-repeat; background-size:contain;}
.con01_rt .nr_box{ padding:20px 0; width:100%;}
.con01_rt .h2{ font-size:40px; line-height:50px; font-weight:bold; margin-bottom:10px;}
.con01_rt .h3{ font-size:16px; line-height:26px; color:#666; margin-bottom:25px;}
@media(max-width:999px){
.more1 span{ font-size:16px; line-height:40px; padding:0 10px; min-width:100px; }
.con01bg .wapper2{ width:100%;}
.con01{display:block; }
.con01_lt{ width:100%;}
.con01_rt{ width:100%;display:block;}
.con01_rt .nr_box{ padding:40px 5%; width:90%;}
.con01_rt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con01_rt .h3{ font-size:14px; line-height:24px; margin-bottom:25px;}
}


.tit1{}
.tit1 .h2{ font-size:24px; line-height:34px; font-weight:bold;}
.tit1 .h3{ font-size:16px; line-height:26px; margin-top:10px;}
.con02bg{ margin-top:-30px; position:relative; z-index:2;}
.con02{ max-width:790px; background:#1c304b; color:#fff; box-shadow:0px 0px 23px 0px rgba(0,0,0,0.5); border-radius:20px; }
.con02 .list{ padding:40px 5%;}
.con02 .form{ margin-top:40px;}
.con02 .form ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con02 .form ul li{ width:calc((100% - 40px)/3); margin:0 0 20px 20px;}
.con02 .form ul li:nth-child(3n-2){ margin-left:0;}
.con02 .form ul li.li1{ width:100%; margin-left:0;}
.con02 .form .text1{ border:none; background:#fff; height:46px; line-height:46px; padding:0 10px; width:calc(100% - 20px);}
.con02 .form select{ border:none; background:#fff; height:46px; line-height:46px; padding:0 10px; width:100%;}
.con02 .form .button1{ border:none; background:var(--primary-color); color:#fff; height:46px; line-height:46px; width:100%; transition:all .3s ease; cursor:pointer; text-transform:uppercase; font-weight:bold;}
.con02 .form .button1:hover{ background:var(--secondary-color);}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.con02bg{ margin-top:0px; padding:40px 0;}
.con02 .list{ padding:40px 5%;}
.con02 .form{ margin-top:40px;}
.con02 .form ul li{ width:100%; margin:0 0 20px 0;}
.con02 .form .text1{ height:46px; line-height:46px; }
.con02 .form select{ height:46px; line-height:46px; }
.con02 .form .button1{ height:46px; line-height:46px; }
}


.con03bg{}
.con03{ padding:10.42vw 0 80px 0; background:url(../images/Spot-Grid.svg) right top no-repeat; background-size:50% auto;}
.con03 .list{}
.con03 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con03 .list ul li{ width:calc((100% - 90px)/4); margin:0 0 30px 30px; text-align:center;}
.con03 .list ul li:nth-child(4n-3){ margin-left:0;}
.con03 .list ul li .img{ height:148px; position:relative;}
.con03 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03 .list ul li .txt{ margin-top:15px;}
.con03 .list ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold;}
@media(max-width:999px){
.con03{ padding:40px 0; }
.con03 .list ul li{ width:100%; margin:0 0 20px 0; }
.con03 .list ul li .img{ height:74px; }
.con03 .list ul li .txt{ margin-top:15px;}
.con03 .list ul li .txt .h2{ font-size:20px; line-height:30px; }
}


.tit2{ border-bottom:1px solid #e1e1e1;}
.tit2 .h2{ font-size:40px; line-height:50px; font-weight:bold; color:var(--primary-color); padding-bottom:20px; position:relative;}
.tit2 .h2:before{ content:""; width:70px; height:6px; background:var(--primary-color); position:absolute; bottom:0; left:0;}
.con04bg{ padding:80px 0;}
.con04{}
.con04 .list{ padding-top:7.3vw; background:url(../images/Spot-Grid.svg) left top no-repeat; background-size:50% auto; margin-top:20px;}
.con04 .list .video{ margin:0 0 0 auto; max-width:890px;}
.con04 .list video{ display:block; width:100%; box-shadow:0px 0px 27px 0px rgba(0,0,0,0.5);}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px; padding-bottom:10px; }
.tit2 .h2:before{ width:40px; height:4px; }
.con04bg{ padding:40px 0;}
.con04 .list{ padding-top:20px; margin-top:20px;}
}


.more2{}
.more2 span{ display:inline-block; text-align:center; background:var(--primary-color); color:#fff; font-size:24px; line-height:56px; padding:0 10px; min-width:210px; transition:all .3s ease; font-weight:bold;}
.more2 span:hover{ background:var(--secondary-color);}
.con05bg{ padding:80px 0;}
.con05{}
.con05 .list{ margin-top:60px;}
.con05 .list ul{display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;}
.con05 .list ul li{ width: calc((100% - 40px) / 3);
    margin-bottom: 40px;
    background: linear-gradient(135deg, #112135 0%, #1C304B 100%);
    border-radius: 20px;}
/*.con05 .list ul li:nth-child(4n-3){ margin-left:0;}*/
.con05 .list ul li .nr_box{ padding:30px 5%;}
.con05 .list ul li .txt{ color:#fff;}
.con05 .list ul li .txt .h2{    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 10px;}
.con05 .list ul li .txt .h3{ font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 60px;}
.con05 .list ul li .txt .h4{display: flex; justify-content: space-between; align-items: center;}
.con05 .list ul li .txt .h4 i{ width:6.24vw; height:28px; background:url(../images/arrow.svg) right center no-repeat; background-size:contain;}
@media(max-width:999px){
.more2 span{ font-size:14px; line-height:40px; padding:0 10px; min-width:100px; }
.con05bg{ padding:40px 0;}
.con05 .list{ margin-top:20px;}
.con05 .list ul li{ width:100%; margin:0 0 20px 0;}
.con05 .list ul li .nr_box{ padding:20px 5%;}
.con05 .list ul li .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con05 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
.con05 .list ul li .txt .h4 i{ width:13vw; height:28px; }
}


.foot{ background:#1c304b; color:#fff;}
.foot a{ color:#fff;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ }
.foot1{}
.foot1 .list1{display: flex; justify-content: space-between;/* align-items: center; */ padding:60px 0;}
.foot .f_logo{ width:20%;}
.foot .f_logo img{ max-width:100%;}
.foot .f_nav{ max-width:80%; font-size:20px; line-height:30px;}
.foot .f_nav ul li{ margin-bottom:10px;}
.foot .f_nav ul li a{}
.foot1 .list2{display: flex; justify-content: space-between;/* align-items: center; */ padding:20px 0; font-size:16px; line-height:26px; border-top:1px solid #fff;}
.foot2bg{ background:#112135; padding:15px 0;}
.foot2{ font-size:16px; line-height:26px; text-align:center;}
@media(max-width:999px){
.foot1 .list1{display:block; padding:30px 0;}
.foot .f_logo{ width:50%; margin-bottom:20px;}
.foot .f_nav{ max-width:100%; font-size:16px; line-height:26px;}
.foot .f_nav ul li{ margin-bottom:10px;}
.foot1 .list2{display:block; padding:20px 0; font-size:14px; line-height:24px; text-align:center;}
.foot2bg{ padding:15px 0;}
.foot2{ font-size:14px; line-height:24px; }
}




/*Add------------------------------------------------------------------------------*/

.inbanner_box{ position:relative;}
.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbarbg{ border-bottom:1px solid #eee;}
.inbar{}
.innav{ font-size:16px; line-height:60px; display: flex;justify-content:flex-start;align-items:center; }
.innav .h1{ font-size:20px; line-height:50px; font-weight:bold; padding:0 40px 0 20px; background:var(--primary-color); color:#fff; position:relative; display:none;}
.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: flex;
justify-content: center;
align-items: flex-start;
flex-wrap:wrap;}
.innav ul li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative;}
.innav ul li a{ display:block; padding:0 20px;}
.innav ul li.hover{ color:#fff; background:var(--primary-color); }
.innav ul li.hover>a{ color:#fff !important; background:var(--primary-color); }
.innav ul li:hover{ color:var(--primary-color); }
.innav ul li:hover>a{ color:var(--primary-color); }
.innav ul li ul{ width:fit-content; min-width:200px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:0; display:none; z-index:2;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li{ }
.innav ul li ul li a{ font-size:14px; line-height:24px; padding:10px 5px 10px 1.04vw; text-align:left; color:#333; white-space:nowrap;}
.innav ul li ul li a:hover{ color:#fff; background:var(--primary-color);}
.weizhi{ font-size:14px; line-height:24px; color:#999;}
.weizhi i{ margin-right:5px; }
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbarbg{ position:static; transform:translateX(0%); }
.inbarbg .wapper1{ width:100%;}
.innav{ font-size:14px; line-height:24px; display: block; padding:0;}
.innav .h1{ display:block;}
.innav>ul{ display:none; }
.innav>ul>li{ border-top:1px solid #eee;}
.innav ul li a{ padding:10px 20px;}
.innav ul li ul{ width:100%; box-shadow:none; position:static; display:none; }
.innav ul li ul li a{ font-size:14px; line-height:24px; padding:5px 20px 5px 40px; white-space:normal;}

.inbar .weizhi{ display:none;}
}

.insidebg{ padding:60px 0 100px 0; }
.inside{}
.inside_lt{ float:left; width:25%;/* position:sticky; top:100px;*/}
.side_a{ overflow:hidden; margin-bottom:20px; background:#f5f5f5;}
.side_a .h1{ font-size:20px; line-height:30px; background:var(--primary-color); color:#fff; padding:20px 60px 20px 20px; position:relative;}
.side_a .h1 strong{ display:block; font-weight:normal;}
.side_a .h1 svg{ width:30px; height:30px;fill: currentColor; vertical-align:middle; margin-right:10px;}
.side_a .h1:after{ content:"\f0c9"; font: normal normal normal 22px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}
.side_a>ul{ }
.side_a ul li{}
.side_a>ul>li{}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 40px 15px 20px; position:relative; cursor:pointer;  border-bottom:1px solid rgba(0,0,0,.05);}
.side_a ul li span:hover,.side_a ul li.hover>span{ color: #fff; background:var(--fifth-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:20px; 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:#fff;}
.side_a ul li ul{ display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 40px 10px 20px; border-left:#cecece 5px solid;}
.side_a ul li ul li span:hover,.side_a ul li ul li.hover>span{ color:var(--fifth-color); background:none;}
.side_a ul li ul li a{}
.side_a ul li ul li span:hover a,.side_a ul li ul li.hover>span a{ color:var(--fifth-color);}
.inside_rt{ float:right; width:calc(75% - 20px);/* box-sizing: border-box;*/}
.inside_con{ }
@media(max-width:999px){
.insidebg{ padding:20px 0 40px 0; }
.inside_lt{ width:100%; }
.side_a{ margin-bottom:10px;}
.side_a .h1{ font-size:20px; line-height:30px; padding:15px 60px 15px 20px; }
.side_a>ul{ display:none;}
.inside_rt{ float:right; width:100%; }
.inside_con{ }
}


.inbanner2bg{ background:#efeaea;}
.inbanner2{display: flex; justify-content: space-between;/* align-items: center;*/ }
.inbanner2_lt{ width:50%;}
.inbanner2_lt .img{ height:100%}
.inbanner2_lt img{ display:block; width:100%; height:100%;}
.inbanner2_rt{ width:46%;display: flex; justify-content: center; align-items: center; background:url(../images/Hero-S.png) right center no-repeat; background-size:contain;}
.inbanner2_rt .nr_box{ padding:20px 0; width:100%;}
.inbanner2_rt .h2{ font-size:40px; line-height:50px; font-weight:bold; margin-bottom:10px;}
.inbanner2_rt .h3{ font-size:16px; line-height:26px; color:#666; margin-bottom:25px;}
@media(max-width:999px){
.inbanner2bg .wapper2{ width:100%;}
.inbanner2{display:block; }
.inbanner2_lt{ width:100%;}
.inbanner2_rt{ width:100%;display:block;}
.inbanner2_rt .nr_box{ padding:40px 5%; width:90%;}
.inbanner2_rt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.inbanner2_rt .h3{ font-size:14px; line-height:24px; margin-bottom:25px;}
}



.aboutus1bg{ padding:80px 0;}
.aboutus1{}
.aboutus1 .list{ margin-top:60px;display: flex; justify-content: space-between; align-items: center; }
.aboutus1_lt{ width:56%;}
.aboutus1_lt .txt{ font-size:16px; line-height:26px; color:#000;}
.aboutus1_rt{ width:40%;}
.aboutus1_rt img{ display:block; width:100%;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0;}
.aboutus1 .list{ margin-top:20px;display:block; }
.aboutus1_lt{ width:100%; margin-bottom:20px;}
.aboutus1_lt .txt{ font-size:14px; line-height:24px; }
.aboutus1_rt{ width:100%;}
}


.service1bg{}
.service1{ padding:10.42vw 0 80px 0; background:url(../images/Spot-Grid.svg) right top no-repeat; background-size:50% auto;}
.service1 .list{}
.service1 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.service1 .list ul li{ width:calc((100% - 90px)/4); margin:0 0 30px 30px; text-align:center;}
.service1 .list ul li:nth-child(4n-3){ margin-left:0;}
.service1 .list ul li .img{ height:200px; position:relative;}
.service1 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0;}
.service1 .list ul li .txt{ margin-top:15px;}
.service1 .list ul li .txt .h2{     font-size: 16px;
    line-height: 34px;
    font-weight: bold;}
@media(max-width:999px){
.service1{ padding:40px 0; }
.service1 .list ul li{ width:100%; margin:0 0 20px 0; }
.service1 .list ul li .img{ height:74px; }
.service1 .list ul li .txt{ margin-top:15px;}
.service1 .list ul li .txt .h2{ font-size:20px; line-height:30px; }
}
.service2bg{}
.service2{ padding:80px 0;}
.service2 .list{ margin-top:60px;display: flex; justify-content: space-between; align-items: center; }
.service2_lt{ width:56%;}
.service2_lt .txt{ font-size:16px; line-height:26px; color:#666;}
.service2_rt{ width:40%;}
.service2_rt img{ display:block; width:100%;}
@media(max-width:999px){
.service2{ padding:40px 0;}
.service2 .list{ margin-top:20px;display:block; }
.service2_lt{ width:100%; margin-bottom:20px;}
.service2_lt .txt{ font-size:14px; line-height:24px; }
.service2_rt{ width:100%;}
}
.service3bg{ padding:80px 0;}
.service3{ }
.service3 .list{}
.service3 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.service3 .list ul li{ width:calc((100% - 120px)/5); margin:0 0 30px 30px; }
.service3 .list ul li:nth-child(5n-4){ margin-left:0;}
.service3 .list ul li .img{ padding-bottom:50%; position:relative;}
.service3 .list ul li .img img{ max-width:80%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.service3bg{ padding:40px 0;}
.service3 .list ul li{ width:60%; margin:0 auto 20px auto !important; }
}



.inNews1{}
.inNews1 .list{}
.inNews1 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.inNews1 .list ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px; }
.inNews1 .list ul li:nth-child(3n-2){ margin-left:0;}
.inNews1 .list ul li .img{ padding-bottom:54%; position:relative; overflow:hidden; border-radius:20px;}
.inNews1 .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;}
.inNews1 .list ul li:hover .img img{ transform:scale(1.1);}
.inNews1 .list ul li .txt{ margin-top:15px;}
.inNews1 .list ul li .txt .h2{ font-size:24px; line-height:28px; font-weight:bold; margin-bottom:10px;}
.inNews1 .list ul li .txt .h3{ font-size:16px; line-height:20px; color:#666; margin-bottom:10px;}
.inNews1 .list ul li .txt .h4{ font-size:18px; line-height:22px; color:#999;}
@media(max-width:999px){
.inNews1 .list ul li{ width:100%; margin:0 0 20px 0; }
.inNews1 .list ul li .txt{ margin-top:10px;}
.inNews1 .list ul li .txt .h2{ font-size:20px; line-height:24px; margin-bottom:5px;}
.inNews1 .list ul li .txt .h3{ font-size:14px; line-height:18px; margin-bottom:5px;}
.inNews1 .list ul li .txt .h4{ font-size:16px; line-height:20px; }
}


.inContact1bg{ background:#efeaea;}
.inContact1{display: flex; justify-content: space-between;/* align-items: center;*/ padding:80px 0; background:url(../images/Hero-S.png) right center no-repeat; background-size:contain;}
.inContact1_lt{ width:26%; font-size:16px; line-height:26px;}
.inContact1_lt .h2{ font-size:40px; line-height:50px; font-weight:bold; margin-bottom:10px;}
.inContact1_lt .h3{ color:#666; margin-bottom:10px;}
.inContact1_lt .h4{ color:#666;}
.inContact1_lt .h4 ul{}
.inContact1_lt .h4 li{ margin-bottom:10px;}
.inContact1_lt .h4 strong{}
.inContact1_lt .h4 a{ color:var(--primary-color);}
.inContact1_lt .h4 a:hover{ color:#000;}
.inContact1_rt{ width:70%;}
.inContact1 .form{ }
.inContact1 .form ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.inContact1 .form ul li{ width:calc((100% - 20px)/2); margin:0 0 20px 20px;}
.inContact1 .form ul li:nth-child(2n-1){ margin-left:0;}
.inContact1 .form ul li.li1{ width:100%; margin-left:0;}
.inContact1 .form .text1{ border:1px solid #333; background:#fff; height:46px; line-height:46px; padding:0 10px; width:calc(100% - 22px); border-radius:4px;}
.inContact1 .form .text2{ border:1px solid #333; background:#fff; height:120px; line-height:24px; padding:10px 10px; width:calc(100% - 22px); border-radius:4px;}
.inContact1 .form .button1{ border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; height:48px; line-height:46px; width:100%; transition:all .3s ease; cursor:pointer; text-transform:uppercase; font-weight:bold; border-radius:4px;}
.inContact1 .form .button1:hover{ background:var(--secondary-color);}
@media(max-width:999px){
.inContact1bg{ }
.inContact1{display:block; padding:40px 0; background-position:right bottom;}
.inContact1_lt{ width:100%; font-size:16px; line-height:26px; margin-bottom:20px;}
.inContact1_lt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.inContact1_lt .h3{ margin-bottom:10px;}
.inContact1_lt .h4 li{ margin-bottom:10px;}
.inContact1_rt{ width:100%;}
.inContact1 .form ul li{ width:100%; margin:0 0 20px 0;}
.inContact1 .form .text1{ height:46px; line-height:46px; }
.inContact1 .form .text2{ height:120px; line-height:24px; }
.inContact1 .form .button1{ height:48px; line-height:46px; }
}




