/*common start*/
@font-face {
    font-family: "aldosemi-bold0.12";
    src: url("../fonts/aldosemi-bold0.12.woff2") format("woff2"), 
    	 url("../fonts/aldosemi-bold0.12.woff") format("woff"), 
         url("../fonts/aldosemi-bold0.12.ttf") format("truetype"), 
         url("../fonts/aldosemi-bold0.12.eot") format("embedded-opentype"), 
         url("../fonts/aldosemi-bold0.12.svg") format("svg");
}
:root{
 --primary-color:#fec61c;
 --main-color:#fec61c;
 --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; 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:1500px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select,button{outline:none; font-family:inherit; font-size:14px;}
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:#000; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:85px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:20%; height:85px; 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{ display: flex; justify-content: flex-end; align-items: center;}
.h_contact{}
.h_contact a{ display:inline-block; text-align:center; font-size:14px; line-height:46px; border:1px solid #fff; color:#fff; border-radius:40px; padding:0 1.3vw;}
.h_contact a:hover{}
.head .h_search_btnbg{ }
.head .h_search_btn{ display:block; width:16px; height:16px; background:url(../images/search.png) center no-repeat; background-size:contain; cursor:pointer;}
.head .h_search_btn.active0{ background-image:url(../images/close.png);}
.head .h_search_box{ width:100%; padding:10px 0; background:rgba(0, 0, 0, 0.7); position:absolute; top:100%; 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{ display:none;}
.head .h_searchbg{ margin:0 auto; width:90%; max-width:830px; position:relative;}
.head .h_search{ }
.head .h_search_close2{ width:30px; height:30px; border-radius:100%; background:var(--primary-color) url(../images/close.png) center no-repeat; background-size:50% auto; cursor:pointer; position:absolute; right:-40px; top:50%; transform:translateY(-50%);}
.head .h_search_close2:hover{ opacity:.9;}
.head .h_search .form{ height:40px; background:#fff; border-bottom:1px solid #333; overflow:hidden; border-radius:4px;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 80px); box-sizing:border-box;}
.head .h_search .form .button1{ float:right; border:none; background:var(--primary-color); color:#fff; width:80px; height:40px; line-height:40px; cursor:pointer; transition:all .3s ease;}
.head .h_search .form .button1:hover{ opacity:.9;}
.head .h_search .form .button1 i{ }
.h_search .form input::-webkit-input-placeholder{ color: #999; }
.h_search .form input:-moz-placeholder{ color:#999; }
.h_search .form input::-moz-placeholder{ color:#999; }
.h_search .form input:-ms-input-placeholder{ color:#999; }
/*menu*/
.head .menu{ height:85px; line-height:85px; }
.head .menu>ul{display: flex; justify-content:flex-end; align-items: center;}
.head .menu>ul>li{ }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#fff; display:block; font-size:14px; font-weight:normal; position:relative; z-index:1; padding:0 1.04vw; border-radius:0; transition:all .3s ease;}
.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:"\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:0px; 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.menu_down ul{ width:fit-content; min-width:200px; background:#000; box-shadow:0 1px 6px rgba(0,0,0,.15); position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li.menu_down ul li{ position:relative; }
.head .menu>ul>li.menu_down ul li a{ color:#fff; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px 10px 1.56vw; text-align:left; position:relative;}
.head .menu>ul>li.menu_down ul li a:hover,.head .menu>ul>li.menu_down>ul li:hover>a{ color:var(--primary-color);}
/*.head .menu>ul>li ul li a:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}*/
.head .menu>ul>li.menu_down ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li.menu_down ul li:hover>ul{ display:block;}

.head_height{ height:85px;}
.head.active1{ box-shadow:1px 1px 10px rgba(0,0,0,0.1); }
.head.active1 .head1bg{ height:0;}
.head.active2{ }

@media(max-width:999px){
.head_height{ height:60px ;}
.head{ }
.head2{ height:60px; }
.head .logo{ width:50%; height:60px;}
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .h_search_btn{ background-image:url(../images/search-on.png);}
.head .h_search_btn.active0{ background-image:url(../images/close-on.png);}
.head2 .rt{ width:auto;}
.h_contact{ display:none;}
.head .h_search{ padding-right:40px;}
.head .h_search_close2{ right:0px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:20px; height:16px; cursor:pointer; position:relative; display:none; }
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:100%; height:2px; background:#fff; 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:0; }
.head .nav_open:after{ content:""; bottom:0; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(7px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-7px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100vh - 60px); box-shadow: 0 0 1px rgba(0,0,0,0.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:100%; height:100%; background:#fff; position:absolute; right:0; top:0; z-index:999; transition:all .5s ease;/* transform:translateX(100%);*/}
.head .nav_box.active1 .navbg{/* transform:translateX(0);*/}
.head .nav{ position:relative; padding: 0 5%;}
.head .nav_close2{ width:20px; height:20px; background:url(../images/close.png) center no-repeat; background-size:contain; position:absolute; top:20px; left:-40px; 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 5px 0;}
.head .nav_list>ul>li{ padding:10px 0 10px 0; }
.head .nav_list ul li span{ display:block; position:relative; padding:0 30px 0 0;}
.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:bold;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 20px/1 FontAwesome; width:14px; height:14px; line-height:14px; text-align:center; position:absolute; top:6px; right:0px; transition:all .3s ease;}
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 10px 0 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
.head .nav_list ul li ul li.nav_down>span:after{ top:5px; }
@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%; transition:all 4s ease;}
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.banner_swiper .swiper-container .swiper-slide .txt{ margin:0 auto; max-width:720px; color:#fff; text-align:center;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:50px; line-height:60px; font-weight:bold; margin-bottom:15px;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px;}

.banner_swiper .swiper-pagination{ height:8px; width:100%; bottom:30px; display:none;}
.banner_swiper .swiper-pagination span{ vertical-align:top; width:20px; height:8px; border-radius:10px; background:rgba(255,255,255,.5); opacity:1; margin: 0 5px; transition:all .3s ease; position:relative; box-sizing:border-box;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:50px; background:var(--primary-color); }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; margin-top:-20px; background-size:50% 100%; color:transparent; font-size:0; transition:all .3s ease; }
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ }
.banner_swiper .swiper-button-prev:after,.banner_swiper .swiper-button-next:after{ display:none;}
.banner_swiper .swiper-button-prev{ left:20px;}
.banner_swiper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:28px; margin-bottom:5px;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px;}

.banner_swiper .swiper-button-prev{ left:10px;}
.banner_swiper .swiper-button-next{ right:10px;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:32px; line-height:42px; font-weight:bold;}
.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; font-size:14px; line-height:44px; padding:0 25px; min-width:150px; border:2px solid #000; color:#000; border-radius:40px; box-sizing:border-box; transition:all .3s ease; font-weight:bold;}
.more1 span:hover{ background:#000; color:var(--primary-color);}
.more1 span i{ margin-left:5px;}
.con01bg{ padding:60px 0; background:#f5f7fa;}
.con01{}
.con01_top{display: flex; justify-content: space-between; align-items: center;}
.con01 .list{ margin-top:40px;}
.swiper_indexPro{ position:relative; padding-bottom:40px;}
.swiper_indexPro .swiper-container { width: 100%; }
.swiper_indexPro .swiper-container .swiper-slide { position:relative; background:#fff; border-radius:15px; overflow:hidden;}
.swiper_indexPro .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.swiper_indexPro .swiper-container .swiper-slide .img{ padding-bottom:66%; position:relative; overflow:hidden;}
.swiper_indexPro .swiper-container .swiper-slide .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; }
.swiper_indexPro .swiper-container .swiper-slide .txt{ padding:40px 5.5%; font-size:14px; line-height:24px;}
.swiper_indexPro .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.swiper_indexPro .swiper-container .swiper-slide .txt .h3{ color:#999;}

.swiper_indexPro .swiper-pagination{ height:10px; width:100%; bottom:0px; }
.swiper_indexPro .swiper-pagination span{ vertical-align:top; width:10px; height:10px; border-radius:10px; background:rgba(0,0,0,.3); opacity:1; margin: 0 12px; transition:all .3s ease; position:relative; box-sizing:border-box;}
.swiper_indexPro .swiper-pagination span.swiper-pagination-bullet-active{ background:#000; }
.swiper_indexPro .swiper-button-prev,.swiper_indexPro .swiper-button-next{ width:40px; height:40px; margin-top:-20px; background-size:50% 100%; color:transparent; font-size:0; transition:all .3s ease; display:none;}
.swiper_indexPro .swiper-button-prev:hover,.swiper_indexPro .swiper-button-next:hover{ }
.swiper_indexPro .swiper-button-prev:after,.swiper_indexPro .swiper-button-next:after{ display:none;}
.swiper_indexPro .swiper-button-prev{ left:20px;}
.swiper_indexPro .swiper-button-next{ right:20px;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.more1 span{ font-size:14px; line-height:36px; padding:0 20px; min-width:150px; }
.con01bg{ padding:40px 0; }
.con01_top{display:block;}
.con01 .more1{ margin-top:10px;}
.con01 .list{ margin-top:20px;}
.swiper_indexPro{ padding-bottom:30px;}
.swiper_indexPro .swiper-container .swiper-slide .txt{ padding:20px 5%; font-size:14px; line-height:24px;}
.swiper_indexPro .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}

.swiper_indexPro .swiper-pagination{ height:8px; }
.swiper_indexPro .swiper-pagination span{ width:8px; height:8px; margin: 0 5px; }
}


.con02bg{ padding:60px 0; background:#f5f7fa;}
.con02{}
.con02 .list{ margin-top:40px;}
.con02 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con02 .list ul li{ width:calc((100% - 40px)/3); margin:0 0 20px 20px; text-align:center;}
.con02 .list ul li:nth-child(3n-2){ margin-left:0;}
.con02 .list ul li .img{ padding-bottom:66%; position:relative; overflow:hidden; border-radius:15px;}
.con02 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; }
.con02 .list ul li .txt{ margin-top:10px;}
.con02 .list ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold;}
@media(max-width:999px){
.con02bg{ padding:40px 0; }
.con02 .list{ margin-top:20px;}
.con02 .list ul li{ width:100%; margin:0 0 20px 0;}
.con02 .list ul li .txt{ margin-top:10px;}
.con02 .list ul li .txt .h2{ font-size:14px; line-height:24px; }
}


.con03bg{ padding:80px 0 200px 0; background-repeat:no-repeat; background-position:center; background-size:cover; color:#fff;}
.con03{}
.con03 .list{ font-size:18px; line-height:28px;}
.con03 .list .h2{ font-size:38px; line-height:48px; font-weight:bold; margin-bottom:20px;}
.con03 .list .txt{}
@media(max-width:999px){
.con03bg{ padding:40px 0; }
.con03 .list{ font-size:14px; line-height:24px;}
.con03 .list .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
}


.con04bg{ padding:60px 0; background:#f5f7fa;}
.con04{}
.con04 .list{ margin-top:40px;}
.con04 .list dl{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con04 .list dl dd{ width:calc((100% - 40px)/3); margin:0 0 30px 20px;}
.con04 .list dl dd:nth-child(3n-2){ margin-left:0;}
.con04 .list dl dd .txt{ font-size:14px; line-height:24px;}
.con04 .list dl dd .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.con04 .list dl dd .txt .h3{}
.con04 .list dl dd .txt .h3 ul{ padding-left:17px;}
.con04 .list dl dd .txt .h3 li{ list-style:disc;}
@media(max-width:999px){
.con04bg{ padding:40px 0; }
.con04 .list{ margin-top:20px;}
.con04 .list dl dd{ width:100%; margin:0 0 30px 0;}
.con04 .list dl dd .txt{ font-size:14px; line-height:24px;}
.con04 .list dl dd .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
}


.con05bg{ padding:60px 0; background:#f5f7fa;}
.con05{}
.con05 .list{ margin-top:40px;}
.con05 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con05 .list ul li{ width:calc((100% - 40px)/3); margin:0 0 20px 20px;}
.con05 .list ul li:nth-child(3n-2){ margin-left:0;}
.con05 .list ul li .img{ padding-bottom:66%; position:relative; overflow:hidden; border-radius:15px;}
.con05 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; }
.con05 .list ul li .txt{ font-size:14px; line-height:24px; margin-top:20px;}
.con05 .list ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.con05 .list ul li .txt .h3{}
@media(max-width:999px){
.con05bg{ padding:40px 0; }
.con05 .list{ margin-top:20px;}
.con05 .list ul li{ width:100%; margin:0 0 20px 0;}
.con05 .list ul li .txt{ font-size:14px; line-height:24px; margin-top:10px;}
.con05 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:38px; line-height:48px; font-weight:bold; color:var(--primary-color);}
.con06bg{ padding:80px 0; background:#f5f5f5;}
.con06{}
.con06 .list{ margin-top:40px; background:#fff; border-radius:15px; padding:40px 2.7%;display: flex; justify-content: space-between;/* align-items: center;*/}
.con06_lt{ width:48%;}
.con06_lt ul li{ margin-bottom:15px;}
.con06_lt ul li .txt{ font-size:14px; line-height:24px;}
.con06_lt ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; color:var(--primary-color); margin-bottom:10px;}
.con06_lt ul li .txt .h3{}
.con06_rt{ width:48%; font-size:14px; line-height:24px;}
.con06_rt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.con06_rt .form{}
.con06_rt .form ul li{ margin-bottom:10px;}
.con06_rt .form .h3{ font-weight:bold; margin-bottom:4px;}
.con06_rt .form .text1{ border:1px solid #ccc; background:#fff; height:38px; line-height:36px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.con06_rt .form .text2{ border:1px solid #ccc; background:#fff; height:58px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.con06_rt .form .button1{ border:2px solid #000; background:#fff; height:48px; line-height:44px; width:150px; cursor:pointer; transition:all .3s ease; border-radius:40px; margin-top:5px; font-weight:bold;}
.con06_rt .form .button1:hover{ background:#000; color:var(--primary-color);}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px; }
.con06bg{ padding:40px 0; }
.con06 .list{ margin-top:20px; padding:20px 5%;display:block;}
.con06_lt{ width:100%; margin-bottom:20px;}
.con06_lt ul li{ margin-bottom:15px;}
.con06_lt ul li .txt{ font-size:14px; line-height:24px;}
.con06_lt ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con06_rt{ width:100%; font-size:14px; line-height:24px;}
.con06_rt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con06_rt .form ul li{ margin-bottom:10px;}
.con06_rt .form .h3{ margin-bottom:4px;}
.con06_rt .form .button1{ height:40px; line-height:36px; width:150px; margin-top:5px; }
}



.foot{ background:#f5f5f5; border-top:1px solid rgba(0,0,0,.15);}
.foot1bg{ padding:60px 0;}
.foot1{display: flex; justify-content: space-between;/* align-items: center;*/}
.foot1 .lt{ width:20%;}
.foot .f_logo{}
.foot .f_logo img{ max-width:100%; max-height:60px;}
.foot1 .rt{ width:76%;}
.foot .f_nav{ font-size:16px; line-height:26px;display: flex; justify-content: flex-start;/* align-items: center;*/}
.foot .f_nav dl{ width:25%;}
.foot .f_nav dl dt{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot2bg{ padding:10px 0; background:#fff;}
.foot2{}
.foot .f_info{ text-align:center; font-size:12px; line-height:22px;}
@media(max-width:999px){
.foot1bg{ padding:30px 0 20px 0;}
.foot1{display:block;}
.foot1 .lt{ width:100%; margin-bottom:20px;}
.foot .f_logo{ text-align:center;}
.foot .f_logo img{ max-width:100%; max-height:60px;}
.foot1 .rt{ width:100%;}
.foot .f_nav{ font-size:14px; line-height:24px; flex-wrap:wrap;}
.foot .f_nav dl{ width:50%; margin:0 0 15px 0;}
.foot .f_nav dl dt{ font-size:16px; line-height:26px; margin-bottom:10px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot2bg{ padding:10px 0; }
.foot .f_info{ font-size:12px; line-height:22px;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.inbanner_txt{ color:var(--primary-color); text-align:center;}
.inbanner_txt .h2{ font-size:1.56vw; line-height:1.35em; font-weight:bold; }
.inbarbg{ border-bottom:1px solid rgba(0,0,0,.15);}
.inbar{/* display: flex;justify-content:space-between;align-items:center;*/}
.innav{ font-size:16px; line-height:60px; }
.innav .h1{ font-size:16px; line-height:50px; background:#f2f2f2; color:#000; text-align:left; padding:0 40px 0 20px; 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: center; }
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative;}
/*.innav>ul>li:before{ content:""; width:1px; height:16%; background:#c3c3c3; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.innav>ul>li:last-child:before{ display:none;}*/
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; color:#333; text-align:center; transition:all .3s ease; padding:0 20px;}
.innav>ul>li.hover>a{ color:var(--primary-color);}
.innav>ul>li:hover>a{ color:var(--primary-color);}
/*.innav>ul>li>a:before{ content:""; width:0; height:1px; background:var(--primary-color); position:absolute; bottom:0; left:0; transition:all .3s ease;}
.innav>ul>li:hover>a:before,.innav>ul>li.hover>a:before{ width:100%;}*/
.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:#666;}
.innav ul li ul li a:hover{ color:var(--primary-color);}
.weizhi{ font-size:14px; line-height:50px; color:#fff; }
.weizhi i{ margin-right:5px; color:#fff;}
.weizhi a{ color:#fff;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner_txt .h2{ font-size:24px; line-height:28px; }
.innav{ font-size:14px; line-height:40px; }
.innav>ul{ justify-content:flex-start; overflow-x:auto;}
.innav>ul>li{ }
.innav>ul>li>a{ padding:0 15px;}
.weizhi{ font-size:14px; line-height:40px; }
}
.insidebg{ padding:40px 0 80px 0; }
.inside{ }
.inside_lt{ float:left; width:280px; }
.side_a{ overflow:hidden; }
.side_a .h1{ font-size:30px; line-height:90px; background:#f1f1f1; font-weight:bold; margin-bottom:5px; text-align:center;}
.side_a .h1 strong{ display:block; }
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ margin-bottom:5px;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:16px 30px 16px 15px; position:relative; cursor:pointer; }
.side_a>ul>li>span{ background:var(--primary-color); color:#fff;}
.side_a>ul>li>span:hover{ background:#f1f1f1; color: var(--primary-color);}
.side_a>ul>li.hover>span{}
.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; width:10px; height:10px; line-height:10px; text-align:center; position:absolute; right:10px; top:24px; transform-origin:center; transition:all .3s ease;}
.side_a ul li.has_sub.active1>span:after{ transform:rotate(180deg);}
.side_a ul li a{ display:inline-block; color:#333; font-size:14px; line-height:24px;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px; position:relative; color:#fff;}
.side_a ul li span:hover a{ color: var(--primary-color); }
.side_a ul li.hover>span a{}
.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.has_sub>span:after{ content:"\f067"; font-size:12px; top:15px; }
.side_a ul li ul li a{}
.side_a ul li ul li a:before{content: "\f105"; font: normal normal normal 16px/1 FontAwesome; margin-right:5px;}

.inside_rt{ float:right; width:calc(96% - 280px); box-sizing: border-box;}
.inside_con{ }
@media(max-width:999px){
.insidebg{ padding:20px 0 40px 0; }
.inside{ }
.inside_lt{ width:100%; position:static; margin-bottom:20px;}
.side_a .h1{ font-size:18px; line-height:50px; margin-bottom:5px; }
.side_a>ul>li{ margin-bottom:5px;}
.side_a ul li span{ padding:7px 30px 7px 15px; }
.side_a ul li.has_sub>span:after{ width:10px; height:10px; line-height:10px; right:10px; top:15px; }
.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 ul{ padding:0 10px 10px 15px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}

.inside_rt{ float:right; width:100%; }
.inside_con{ }
}



.inContact1bg{ padding:60px 0; }
.inContact1{}
.inContact1 .list{ margin:0 auto; max-width:960px; margin-top:40px; display: flex; justify-content: space-between;/* align-items: center;*/}
.inContact1_lt{ width:48%;}
.inContact1_lt ul li{ margin-bottom:15px;}
.inContact1_lt ul li .txt{ font-size:14px; line-height:24px;}
.inContact1_lt ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.inContact1_lt ul li .txt .h3{}
.inContact1_rt{ width:48%; font-size:14px; line-height:24px;}
.inContact1_rt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.inContact1_rt .form{}
.inContact1_rt .form ul li{ margin-bottom:10px;}
.inContact1_rt .form .h3{ font-weight:bold; margin-bottom:4px;}
.inContact1_rt .form .text1{ border:1px solid #ccc; background:#fff; height:38px; line-height:36px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.inContact1_rt .form .text2{ border:1px solid #ccc; background:#fff; height:58px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.inContact1_rt .form .button1{ border:2px solid #000; background:#fff; height:48px; line-height:44px; width:150px; cursor:pointer; transition:all .3s ease; border-radius:40px; margin-top:5px; font-weight:bold;}
.inContact1_rt .form .button1:hover{ background:#000; color:var(--primary-color);}
@media(max-width:999px){
.inContact1bg{ padding:40px 0; }
.inContact1 .list{ margin-top:20px; padding:20px 5%;display:block;}
.inContact1_lt{ width:100%; margin-bottom:20px;}
.inContact1_lt ul li{ margin-bottom:15px;}
.inContact1_lt ul li .txt{ font-size:14px; line-height:24px;}
.inContact1_lt ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.inContact1_rt{ width:100%; font-size:14px; line-height:24px;}
.inContact1_rt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.inContact1_rt .form ul li{ margin-bottom:10px;}
.inContact1_rt .form .h3{ margin-bottom:4px;}
.inContact1_rt .form .button1{ height:40px; line-height:36px; width:150px; margin-top:5px; }
}

.tit3{}
.tit3 .h2{ font-size:38px; line-height:48px; font-weight:bold;}
.tit3 .h3{ font-size:14px; line-height:24px; margin-top:10px;}
.inContact2bg{ padding:60px 0; background:#f5f7fa;}
.inContact2{}
.inContact2 .list{ margin-top:40px;}
.inContact2 .list img{ max-width:100%;}
@media(max-width:999px){
.tit3 .h2{ font-size:24px; line-height:34px; }
.tit3 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.inContact2bg{ padding:40px 0; }
.inContact2 .list{ margin-top:20px;}
}


.more2{ text-align:center;}
.more2 span{ display:inline-block; font-size:14px; line-height:46px; padding:0 25px; min-width:150px; border:2px solid var(--primary-color); background:var(--primary-color) ; color:#fff; border-radius:40px; transition:all .3s ease;}
.more2 span:hover{ opacity:.8;}
.inProduct1bg{ padding:40px 0 80px 0; background:#f5f7fa;}
.inProduct1{}
.inProduct1 .list{ margin:0 auto; max-width:1200px;}
.inProduct1 .list dl dd{ background:#fff; border-radius:15px; padding:40px 2.7%; margin-bottom:40px;}
.inProduct1 .list dl dd .nr_box{ display: flex; justify-content: space-between;/* align-items: center;*/}
.inProduct1 .list dl dd .imgbg{ width:48%;}
.inProduct1 .list dl dd .img{ position:relative;}
.inProduct1 .list dl dd .img img{ display:block; width:100%; border-radius:15px;}
.inProduct1 .list dl dd .more2{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inProduct1 .list dl dd .txtbg{ width:48%;}
.inProduct1 .list dl dd .txt{}
.inProduct1 .list dl dd .txt .h2{ font-size:32px; line-height:42px; font-weight:bold; margin-bottom:25px;}
.inProduct1 .list dl dd .txt .h3{ font-size:24px; line-height:34px; font-weight:bold; color:var(--primary-color); margin-bottom:10px;}
.inProduct1 .list dl dd .txt .h4{ font-size:18px; line-height:28px; margin-bottom:25px;}
.inProduct1 .list dl dd .txt .h4 ul{ padding-left:19px;}
.inProduct1 .list dl dd .txt .h4 li{ list-style:disc;}
.inProduct1 .list dl dd .txt .h5{ margin-bottom:25px;}
.inProduct1 .list dl dd .txt .h5 img{ max-width:100%;}
.inProduct1 .list dl dd .txt .h6{ font-size:18px; line-height:28px; margin-bottom:25px;}
.inProduct1 .list dl dd .txt .h7{}
.inProduct1 .list dl dd .txt .h7 ul{ display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.inProduct1 .list dl dd .txt .h7 ul li{ width:32%; margin:0 0 10px 2%;}
.inProduct1 .list dl dd .txt .h7 ul li:nth-child(3n-2){ margin-left:0;}
.inProduct1 .list dl dd .txt .h7 ul li .ico{ padding-bottom:54%; position:relative; overflow:hidden;}
.inProduct1 .list dl dd .txt .h7 ul li .ico img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.more2 span{ font-size:14px; line-height:38px; padding:0 20px; min-width:120px; border-width:1px;}
.inProduct1bg{ padding:40px 0;}
.inProduct1 .list dl dd{ padding:20px 5%; margin-bottom:20px;}
.inProduct1 .list dl dd .nr_box{ display:block;}
.inProduct1 .list dl dd .imgbg{ width:100%; margin-bottom:20px;}
.inProduct1 .list dl dd .txtbg{ width:100%;}
.inProduct1 .list dl dd .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.inProduct1 .list dl dd .txt .h3{ font-size:18px; line-height:28px; margin-bottom:5px;}
.inProduct1 .list dl dd .txt .h4{ font-size:14px; line-height:24px; margin-bottom:10px;}
.inProduct1 .list dl dd .txt .h4 ul{ padding-left:17px;}
.inProduct1 .list dl dd .txt .h5{ margin-bottom:25px;}
.inProduct1 .list dl dd .txt .h6{ font-size:14px; line-height:24px; margin-bottom:10px;}
}

.inProduct2_box{}
.inProduct2bg{ padding:60px 0; background:#f5f7fa;}
.inProduct2_box .inProduct2bg:nth-child(2n-1){ background:var(--primary-color);}
.inProduct2{}
.inProduct2 .list{ margin:0 auto; max-width:1200px; margin-top:40px;}
.inProduct2 .list dl dd{ background:#fff; border-radius:15px; padding:40px 2.7%; margin-bottom:40px;}
.inProduct2 .list dl dd .nr_box{ display: flex; justify-content: space-between;/* align-items: center;*/}
.inProduct2 .list dl dd .imgbg{ width:48%;}
.inProduct2 .list dl dd .img{ position:relative;}
.inProduct2 .list dl dd .img img{ display:block; width:100%; border-radius:15px;}
.inProduct2 .list dl dd .more2{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inProduct2 .list dl dd .txtbg{ width:48%;}
.inProduct2 .list dl dd .txt{}
.inProduct2 .list dl dd .txt .h2{ font-size:32px; line-height:42px; font-weight:bold; margin-bottom:25px;}
.inProduct2 .list dl dd .txt .h3{ font-size:24px; line-height:34px; font-weight:bold; color:var(--primary-color); margin-bottom:10px;}
.inProduct2 .list dl dd .txt .h4{ font-size:18px; line-height:28px; margin-bottom:25px;}
.inProduct2 .list dl dd .txt .h4 ul{ padding-left:19px;}
.inProduct2 .list dl dd .txt .h4 li{ list-style:disc;}
.inProduct2 .list dl dd .txt .h5{ margin-bottom:25px;}
.inProduct2 .list dl dd .txt .h5 img{ max-width:100%;}
.inProduct2 .list dl dd .txt .h6{ font-size:18px; line-height:28px; margin-bottom:25px;}
.inProduct2 .list dl dd .txt .h7{}
.inProduct2 .list dl dd .txt .h7 ul{ display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.inProduct2 .list dl dd .txt .h7 ul li{ width:32%; margin:0 0 10px 2%;}
.inProduct2 .list dl dd .txt .h7 ul li:nth-child(3n-2){ margin-left:0;}
.inProduct2 .list dl dd .txt .h7 ul li .ico{ padding-bottom:54%; position:relative; overflow:hidden;}
.inProduct2 .list dl dd .txt .h7 ul li .ico img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.inProduct2bg{ padding:40px 0; }
.inProduct2 .list{ margin-top:20px;}
.inProduct2 .list dl dd{ padding:20px 5%; margin-bottom:20px;}
.inProduct2 .list dl dd .nr_box{ display:block;}
.inProduct2 .list dl dd .imgbg{ width:100%; margin-bottom:20px;}
.inProduct2 .list dl dd .txtbg{ width:100%;}
.inProduct2 .list dl dd .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.inProduct2 .list dl dd .txt .h3{ font-size:18px; line-height:28px; margin-bottom:5px;}
.inProduct2 .list dl dd .txt .h4{ font-size:14px; line-height:24px; margin-bottom:10px;}
.inProduct2 .list dl dd .txt .h4 ul{ padding-left:17px;}
.inProduct2 .list dl dd .txt .h5{ margin-bottom:25px;}
.inProduct2 .list dl dd .txt .h6{ font-size:14px; line-height:24px; margin-bottom:10px;}
}














