/*common start*/
:root{
 --primary-color:#f8b62c;
 --secondary-color:#1a274c;
 --third-color:#127ee3;
 --main-color:#f8b62c;
 --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:3.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:80%; margin:0 auto; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; max-width:1200px; min-width:1000px;}
input,textarea,select{outline:none; }
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:1499px){
.wapper1{ width:90%; }
}
@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{ width:100%; }
.head2{ height:80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .logo{ float:left; width:10%; height:80px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo .img2{ display:none;}
.head .rt{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-end;;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .h_lang{ font-size:16px; line-height:26px; margin-left:1.04vw;}
.head .h_lang a{ color:#333;}
.head .h_lang a:hover{ color:var(--primary-color);}
/*menu*/
.head .menu{ height:80px; line-height:80px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; position:relative; padding:0 1.04vw;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:normal; position:relative;}
.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:5px;}*/
.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before,.head .menu>ul>li.hover>a:before{ width:100%;}
.head .menu>ul>li ul{ width:fit-content; min-width:140px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#333; display:block; font-size:14px; font-weight:normal; padding:10px 5px; line-height:24px; text-align:center; white-space:nowrap;}
.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.active1{ background:#fff !important; box-shadow:0 0 10px rgba(0,0,0,.1) !important;}
.head.active1 .logo .img1{ display:block !important;}
.head.active1 .logo .img2{ display:none !important;}
.head.active1 .h_lang a{ color:#333 !important;}
.head.active1 .h_lang a:hover{ color:var(--primary-color) !important;}
.head.active1 .menu>ul>li>a{ color:#333 !important; }
.head.active1 .menu>ul>li>a:hover,.head.active1 .menu>ul>li:hover>a,.head.active1 .menu>ul>li.hover>a{ color:var(--primary-color) !important; }
.head.active1 .menu>ul>li>a:before{ background:var(--primary-color) !important; }
.head_height{ height:80px;}
@media(max-width:999px){
.head_height{ height:60px !important;}
.head{ background:#fff !important; }
.head2{ height:60px;
-webkit-justify-content: space-between;
justify-content: space-between;}
.head .logo{ width:50%; height:60px; }
.head .logo .img1{ display:block !important;}
.head .logo .img2{ display:none !important;}
.head a{ color:#333 !important;}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:18px; 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:0; transition:all .3s ease;}
.head .nav_open i{ top:50%; transform: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: translateY(8px) rotate(45deg);}
.head .nav_open.active0:after{transform: translateY(-8px) 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%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 5%;}
.head .nav_list>ul>li{ border-bottom:1px solid #ededed; padding:10px 5%;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2;}
.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 0 0 0; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { }
.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{ color:#fff; text-align:center;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:60px; line-height:70px;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:24px; line-height:34px;}
.banner_swiper .swiper-container .swiper-slide .txt .line1{ margin:0 auto; width:65px; height:6px; background:#fff; margin-top:10px; margin-bottom:30px;}
.banner_swiper .swiper-pagination{ bottom:20px; height:10px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; background:#000; opacity:.5;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:8px; background:rgba(0,0,0,.5); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.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 .h2{ font-size:24px; line-height:28px;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px; display:none;}
.banner_swiper .swiper-container .swiper-slide .txt .line1{ width:65px; height:6px; margin-top:5px; margin-bottom:0; display:none;}
.banner_swiper .swiper-pagination{ bottom:10px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
}


.banner_video{ position:relative;}
.banner_video video{ display:block; width:100%;}
.video_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.video_txt{ color:#fff; text-align:center;}
.video_txt .h2{ font-size:65px; line-height:120px;}
.video_txt .h3{ font-size:24px; line-height:34px;}
.video_txt .line1{ margin:0 auto; width:65px; height:6px; background:#fff; margin-top:10px; margin-bottom:30px;}
@media(max-width:999px){
.video_txt .h2{ font-size:24px; line-height:28px;}
.video_txt .h3{ font-size:14px; line-height:18px; display:none;}
.video_txt .line1{ width:65px; height:6px; margin-top:5px; margin-bottom:0; display:none;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:42px; line-height:52px; font-weight:bold; color:var(--secondary-color);}
.more1{}
.more1 span{ display:inline-block; text-align:center; border:1px solid #fff; color:#fff; line-height:43px; width:198px; border-radius:50px; font-size:14px; transition:all .3s ease;}
.more1 span:hover{ background:#fff; color:var(--secondary-color);}
.con01bg{ padding:60px 0 30px 0;}
.con01{}
.con01 .list{ margin-top:40px;}
.con01 .list ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.con01 .list ul li{ width:50%; position:relative; overflow:hidden;}
.con01 .list ul li .img{ padding-bottom:52%; position:relative; overflow:hidden;}
.con01 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:0 auto; transition:all .3s ease;}
.con01 .list ul li:hover .img img{ transform:scale(1.1);}
.con01 .list ul li .img:before{ content:""; width:100%; height:100%; opacity:.5; position:absolute; top:0; left:0; transition:all .3s ease; z-index:2;}
.con01 .list ul li:hover .img:before{ background:var(--secondary-color);}
.con01 .list ul li .txtbg{ width:100%; height:46px; position:absolute; bottom:0; left:0; z-index:3; transition:all .3s ease; display:flex;justify-content: center;align-items: center;}
.con01 .list ul li:hover .txtbg{ height:100%;}
.con01 .list ul li .txt{ padding:0 5%; width:90%; text-align:center;}
.con01 .list ul li .txt .h2{ font-size:36px; line-height:46px; font-weight:bold; color:#333;}
.con01 .list ul li:hover .txt .h2{ color:#fff;}
.con01 .list ul li .txt .line1{ margin:0 auto; width:65px; height:6px; background:#fff; margin-top:10px; margin-bottom:60px;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.more1 span{ line-height:30px; width:100px; font-size:12px; }
.con01bg{ padding:40px 1% 20px 1%;}
.con01 .list{ margin-top:20px;}
.con01 .list ul li{ width:48%; margin:0 1%;}
.con01 .list ul li .img:before{ background:var(--secondary-color);}
.con01 .list ul li .txtbg{ height:auto !important; background:#1a274c; position:static; }
.con01 .list ul li .txt{ padding:15px 5%; width:90%; }
.con01 .list ul li .txt .h2{ font-size:16px; line-height:20px; color:#fff; font-weight:normal; margin-bottom:10px;}
.con01 .list ul li .txt .line1{ display:none;}
}


.more2{}
.more2 span{ display:inline-block; text-align:center; border:1px solid var(--secondary-color); color:var(--secondary-color); line-height:43px; width:218px; border-radius:50px; font-size:14px; transition:all .3s ease;}
.more2 span:hover{ background:var(--secondary-color); color:#fff;}
.con02bg{ padding:30px 0 0 0;}
.con02{}
.con02 .list{ height:692px; background-size:100% 100%; margin-top:40px;}
.con02_lt{ display:none;}
.con02_lt img{ display:block; width:100%;}
.con02_rt{ float:right; width:60%;}
.con02_rt .nr_box{ padding:90px 28% 0 4%;}
.con02_rt .h2{ font-size:30px; line-height:40px ; font-weight:bold; color:var(--secondary-color);}
.con02_rt .line1{ width:80px; height:4px; background:var(--third-color); margin-top:10px; margin-bottom:25px;}
.con02_rt .h3{ font-size:14px; line-height:2em;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.more2 span{ line-height:30px; width:100px; font-size:12px; }
.con02bg{ padding:20px 0 0 0;}
.con02 .list{ height:auto; background:none !important; margin-top:40px;}
.con02_lt{ display:block;}
.con02_rt{ width:100%;}
.con02_rt .nr_box{ padding:20px 5%;}
.con02_rt .h2{ font-size:18px; line-height:28px ; }
.con02_rt .line1{ width:80px; height:4px; margin-top:5px; margin-bottom:10px;}
.con02_rt .h3{ font-size:14px; line-height:24px; margin-bottom:10px; }
}


.con03bg{ padding:60px 0 40px 0;}
.con03{}
.con03 .list{ margin-top:40px;}
.con03 .list ul li{ float:left; width:calc(100%/3); position:relative; overflow:hidden;}
.con03 .list ul li .img{ padding-bottom:64%; position:relative; overflow:hidden;}
.con03 .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;}
.con03 .list ul li:hover .img img{ transform:scale(1.1);}
.con03 .list ul li .txtbg{ width:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; transition:all .3s ease;}
.con03 .list ul li:hover .txtbg{ background:rgba(18,126,227,.5);}
.con03 .list ul li .txt{ padding:15px 5%; text-align:center; color:#fff;}
.con03 .list ul li .txt .h2{ font-size:26px; line-height:36px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.con03bg{ padding:30px 0 20px 0;}
.con03 .list{ margin-top:20px;}
.con03 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 10px 10px;}
.con03 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.con03 .list ul li .txtbg{ background:none !important; position:static;}
.con03 .list ul li .txt{ padding:15px 5%; color:#666;}
.con03 .list ul li .txt .h2{ font-size:14px; line-height:24px; color:#333;}
}


.more3{}
.more3 span{ display:inline-block; text-align:center; border:1px solid var(--secondary-color); color:var(--secondary-color); line-height:38px; width:178px; border-radius:50px; font-size:14px; transition:all .3s ease;}
.more3 span:hover{ background:var(--secondary-color); color:#fff;}
.con04bg{ padding:40px 0 60px 0;}
.con04{}
.con04 .list{ margin-top:40px;}
.news_swiper .swiper-container { width: 100%; }
.news_swiper .swiper-container .swiper-slide {}
.news_swiper .swiper-container .swiper-slide .img{ padding-bottom:62%; position:relative; overflow:hidden;}
.news_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.news_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.news_swiper .swiper-container .swiper-slide .txtbg{ background:#f5f5f5;}
.news_swiper .swiper-container .swiper-slide .txt{ padding:15px 5% 30px 5%;}
.news_swiper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; height:78px; padding-right:90px; margin-bottom:20px; position:relative;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.news_swiper .swiper-container .swiper-slide .txt .h2 span{ font-size:14px; position:absolute; top:0; right:0; color:#999;}
.news_swiper .swiper-pagination{ bottom:20px; height:10px; display:none;}
.news_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; background:#000; opacity:.5;}
.news_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.news_swiper .swiper-button-prev,.news_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:8px; background:rgba(0,0,0,.5); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.news_swiper:hover .swiper-button-prev,.news_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.news_swiper .swiper-button-prev:hover,.news_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.news_swiper .swiper-button-prev{ left:0%;}
.news_swiper .swiper-button-next{ right:0%;}
@media(max-width:999px){
.more3 span{ line-height:30px; width:98px; font-size:14px; }
.con04bg{ padding:20px 0 40px 0;}
.con04 .list{ margin-top:20px;}
.news_swiper .swiper-container .swiper-slide .txt{ padding:15px 5% 30px 5%;}
.news_swiper .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:24px; height:72px; padding-right:70px; margin-bottom:10px; }
.news_swiper .swiper-container .swiper-slide .txt .h2 span{ font-size:12px; }
.news_swiper .swiper-pagination{ bottom:10px; }
.news_swiper .swiper-button-prev,.news_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
}


.foot{ background:#000; color:#999;}
.foot1bg{ padding:40px 0;}
.foot1{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.foot1 .lt{ width:33%;}
.foot .f_logo{ margin-bottom:40px;}
.foot .f_logo img{ max-width:100%; max-height:70px;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:25px;}
.foot .f_contact ul li{ margin-top:10px;}
.foot1 .rt{}
.foot .f_nav{ font-size:14px; line-height:24px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.foot .f_nav dl{ margin-left:1.04vw;}
.foot .f_nav dl dt{ font-size:16px; line-height:28px; color:#fff; margin-bottom:35px; border-bottom:1px solid #2c2c2c; padding-bottom:30px;}
.foot .f_nav dl dd{ margin-top:25px;}
.foot2bg{ padding:20px 0; border-top:1px solid #2c2c2c;}
.foot2{}
.foot .f_info{ font-size:14px; line-height:24px;}
.foot .f_info a{ display:inline-block;}
.foot .f_info img{ vertical-align:middle;}
@media(max-width:999px){
.foot1bg{ padding:40px 0;}
.foot1{ display:block;}
.foot1 .lt{ width:100%;}
.foot .f_logo{ margin-bottom:20px;}
.foot .f_logo img{ max-width:100%; max-height:70px;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact .h2{ font-size:18px; line-height:28px; margin-bottom:15px;}
.foot .f_contact ul li{ margin-top:5px;}
.foot1 .rt{ display:none;}
.foot2bg{ padding:15px 0; }
.foot .f_info{ font-size:12px; line-height:22px; text-align:center;}
}


/*Add------------------------------------------------------------------------------*/

.inbannerbg{ position:relative;}
.inbanner{}
.inbanner img{ display:block; width:100%;height: 350px;}

.inbarbg{ background:#f7f7f7; }
.inbar{ }
.weizhi{ font-size:12px; line-height:36px; padding-left:25px; background:url(../images/ico_home.png) left center no-repeat;}
.innav{ font-size:14px; line-height:24px;}
.innav .h2{ font-size:24px; line-height:34px; font-weight:bold; text-align:center; margin-bottom:25px;}
.innav ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap:wrap;}
.innav ul li{ margin:2px 2px;}
.innav ul li a{ background:#e9e9e9; color:#333; height:48px; width:170px; display:flex;justify-content: center;align-items: center;}
.innav ul li:hover>a,.innav ul li.hover>a{ border-color:var(--secondary-color); background:var(--secondary-color); color:#fff;}
@media(max-width:999px){
.inbarbg{ display:none;}
.innav{ font-size:14px; line-height:18px;}
.innav .h2{ font-size:20px; line-height:30px; margin-bottom:15px;}
.innav ul{
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.innav ul li{ margin:1px 1px; width:calc(50% - 2px);}
.innav ul li a{ background:#e9e9e9; color:#333; height:40px; width:100%; }
}

.insidebg{ padding:40px 0 80px 0;}
.inside{}
.inside .innav{ margin-bottom:30px;}
.inside_lt{ float:left; width:240px;}
.side_a{ font-size:14px; line-height:24px; border:1px solid #eee;}
.side_a .h2{ font-size:24px; line-height:34px; background:var(--primary-color); color:#fff; text-align:center; padding:15px 0;}
.side_a ul li{ border-top:1px solid #eee;}
.side_a ul li a{ display:block; padding:10px 0 10px 10px;}
.side_a ul li a:hover{ background:var(--primary-color); color:#fff;}
.inside_rt{ float:right; width:calc(100% - 280px);}
.inside_con{}
@media(max-width:999px){
.insidebg{ padding:30px 0 60px 0;}
.inside .innav{ margin-bottom:25px;}
}


.culture1{ margin-top:60px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.culture1_lt{ width:50%;}
.culture1_lt .img{ border:10px solid var(--secondary-color);}
.culture1_lt img{ display:block; width:100%;}
.culture1_rt{ width:46%;}
.culture1_rt .txt{ font-size:16px; line-height:2em;}
@media(max-width:999px){
.culture1{ margin-top:30px; display:block;}
.culture1_lt{ width:100%; margin-bottom:10px;}
.culture1_lt .img{ border-width:5px;}
.culture1_rt{ width:100%;}
.culture1_rt .txt{ font-size:16px; line-height:2em;}
}


.solution_complex1bg{}
.solution_complex1{}
.solution_complex1 dl dd{ height:700px; background-repeat:no-repeat; background-position:center; background-size:cover; color:#fff;display: flex;justify-content:center;align-items: center;}
.solution_complex1 dl dd .nr_box{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; display:block;}
.solution_complex1 dl dd .lt{ width:66%; margin:0 auto;}
.solution_complex1 dl dd .lt .h2{ font-size:40px; line-height:50px; font-weight:bold; text-align:center;}
.solution_complex1 dl dd .lt .line1{ width:100px; height:4px; background:#fff; margin-top:10px; margin-bottom:25px; display:none;}
.solution_complex1 dl dd .lt .h3{ font-size:18px; line-height:28px; display:none;}
.solution_complex1 dl dd .rt{ width:58%; display:none;}
.solution_complex1 dl dd .rt ul li{ float:left; width:25%; text-align:center;}
.solution_complex1 dl dd .rt ul li:nth-child(4n-3){ clear:left;}
.solution_complex1 dl dd .rt ul li .img{ height:86px; position:relative;}
.solution_complex1 dl dd .rt ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.solution_complex1 dl dd .rt ul li .h2{ font-size:20px; line-height:30px; color:#fff;}

@media(max-width:999px){
.solution_complex1 dl dd{ height:auto; padding:40px 0;}
.solution_complex1 dl dd .nr_box{ display:block;}
.solution_complex1 dl dd .lt{ width:100%;}
.solution_complex1 dl dd .lt .h2{ font-size:24px; line-height:34px; }
.solution_complex1 dl dd .lt .line1{ width:50px; height:4px; margin-top:10px; margin-bottom:20px;}
.solution_complex1 dl dd .lt .h3{ font-size:16px; line-height:26px;}
.solution_complex1 dl dd .rt{ width:100%;}
.solution_complex1 dl dd .rt ul li{ width:50%; margin-top:20px;}
.solution_complex1 dl dd .rt ul li:nth-child(2n-1){ clear:left;}
.solution_complex1 dl dd .rt ul li .img{ height:86px; }
.solution_complex1 dl dd .rt ul li .h2{ font-size:16px; line-height:26px; }
}



.solution1{ margin-top:60px;}
.solution1 ul li{ float:left; width:calc((100% - 60px)/3); margin:0 0 30px 30px;}
.solution1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.solution1 ul li .img{ padding-bottom:62%; position:relative; overflow:hidden;}
.solution1 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;}
.solution1 ul li:hover .img img{ transform:scale(1.1);}
.solution1 ul li .txtbg{ background:#f7f7f7;}
.solution1 ul li .txt{ text-align:center; padding:15px 5%;}
.solution1 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.solution1{ margin-top:30px;}
.solution1 ul li{ width:100%; margin:0 0 20px 0;}
.solution1 ul li .txt{ padding:15px 5%;}
.solution1 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; }
}


.product1{ margin-top:40px;}
.product1 ul li{ float:left; width:calc((100% - 60px)/4); margin:0 0 20px 20px;}
.product1 ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.product1 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border:1px solid #e9e9e9;}
.product1 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.product1 ul li:hover .img img{ transform:scale(1.1);}
.product1 ul li .txtbg{ }
.product1 ul li .txt{ text-align:center; margin-top:15px;}
.product1 ul li .txt .h2{ font-size:16px; line-height:26px; 
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.product1{ margin-top:30px;}
.product1 ul li{ float:left; width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.product1 ul li:nth-child(4n-3){ margin-left:10px; clear:none;}
.product1 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.product1 ul li .txt{ margin-top:10px;}
.product1 ul li .txt .h2{ font-size:16px; line-height:26px; }
}


.tit2{ border-bottom:1px dashed #e9e9e9; padding-bottom:10px;}
.tit2 .h2{ font-size:16px; line-height:20px; font-weight:bold; padding-left:10px; border-left:4px solid var(--secondary-color);}
.more4{ }
.more4 span{ display:inline-block; text-align:center; font-size:20px; line-height:40px; width:160px; border-radius:4px; background:var(--secondary-color); color:#fff; transition:all .3s ease;}
.more4 span:hover{ background:var(--primary-color);}
.proDetail1{}
.proDetail1 .list1{ margin-bottom:30px;}
.proDetail1 .list1 .lt{ float:left; width:50%;}
.proD_swiper{ border:1px solid #e9e9e9;}
.proD_swiper .swiper-container { width: 100%; }
.proD_swiper .swiper-container .swiper-slide { }
.proD_swiper .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.proD_swiper .swiper-container .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.proD_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.proD_swiper .swiper-button-prev,.proD_swiper .swiper-button-next{ text-align:center; width:40px; height:40px; line-height:40px; margin-top:-20px; border-radius:8px; background:rgba(0,0,0,.5); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.proD_swiper:hover .swiper-button-prev,.proD_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.proD_swiper .swiper-button-prev:hover,.proD_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.proD_swiper .swiper-button-prev{ left:10px;}
.proD_swiper .swiper-button-next{ right:10px;}
.proDetail1 .list1 .rt{ float:right; width:46%; text-align:center;}
.proDetail1 .list1 .rt .h2{ font-size:20px; line-height:30px; font-weight:bold; border-bottom:1px solid #666; padding-bottom:15px; margin-bottom:20px;}
.proDetail1 .list1 .rt .h3{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:20px;}
.proDetail1 .list2{ margin-bottom:60px;}
.proDetail1 .list2 .xiangqing{ margin-top:20px; margin-bottom:30px;}
.prev_next{ font-size:14px; line-height:24px;}
.prev_next ul li{ float:left; max-width:45%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.prev_next ul li:nth-child(2){ float:right;}
@media(max-width:999px){
.tit2{ padding-bottom:10px;}
.tit2 .h2{ font-size:16px; line-height:20px; padding-left:10px; }
.more4 span{ font-size:20px; line-height:40px; width:160px; }
.proDetail1 .list1{ margin-bottom:30px;}
.proDetail1 .list1 .lt{ width:100%; margin-bottom:20px;}
.proD_swiper .swiper-container { width: 100%; }
.proDetail1 .list1 .rt{ width:100%; text-align:left;}
.proDetail1 .list1 .rt .h2{ font-size:20px; line-height:30px; padding-bottom:0; border-bottom:none; margin-bottom:10px;}
.proDetail1 .list1 .rt .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
.proDetail1 .list2{ margin-bottom:60px;}
.proDetail1 .list2 .xiangqing{ margin-top:20px; margin-bottom:30px;}
.prev_next{ font-size:14px; line-height:24px;}
.prev_next ul li{ float:none !important; max-width:100%;}
}

.pro_related{}
.pro_related .tit2{ margin-bottom:30px;}
.pro_related ul li{ float:left; width:calc((100% - 60px)/4); margin:0 0 20px 20px;}
.pro_related ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.pro_related ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border:1px solid #e9e9e9;}
.pro_related ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.pro_related ul li:hover .img img{ transform:scale(1.1);}
.pro_related ul li .txtbg{ }
.pro_related ul li .txt{ text-align:center; margin-top:15px;}
.pro_related ul li .txt .h2{ font-size:16px; line-height:26px; 
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.pro_related{ margin-top:30px;}
.pro_related .tit2{ margin-bottom:30px;}
.pro_related ul li{ float:left; width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.pro_related ul li:nth-child(4n-3){ margin-left:10px; clear:none;}
.pro_related ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.pro_related ul li .txt{ margin-top:10px;}
.pro_related ul li .txt .h2{ font-size:16px; line-height:26px; }
}


.more5{}
.more5 span{ display:inline-block; text-align:center; font-size:14px; line-height:28px; width:98px; border:1px solid #cdcdcd; color:#999;}
.more5 span:hover{ border-color:var(--secondary-color); background:var(--secondary-color); color:#fff;}
.news1{}
.news1 ul li{ margin-bottom:40px;}
.news1 ul li .nr_box{ box-shadow:#e9e9e9 0px 0px 5px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.news1 ul li .date{ width:70px; background:#666; color:#fff; text-align:center; font-size:14px; line-height:24px; padding:10px 0;}
.news1 ul li .date span{ display:block; font-size:18px; line-height:28px;}
.news1 ul li .txtbg{ width:calc(66% - 70px);}
.news1 ul li .txt{ padding:20px 20px 0 20px; color:#666;}
.news1 ul li .txt .h2{ font-size:22px; line-height:32px; color:#333; margin-bottom:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.news1 ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.news1 ul li .imgbg{ width:34%;}
.news1 ul li .img{ padding-bottom:62.5%; position:relative; overflow:hidden;}
.news1 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;}
.news1 ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.more5 span{ font-size:14px; line-height:28px; width:98px; }
.news1 ul li{ margin-bottom:20px; background:#f7f7f7;}
.news1 ul li .nr_box{ display:block;}
.news1 ul li .date{ width:70px; background:#666; color:#fff; text-align:center; font-size:14px; line-height:24px; padding:10px 0;}
.news1 ul li .date span{ display:block; font-size:18px; line-height:28px;}
.news1 ul li .txtbg{ width:100%;}
.news1 ul li .txt{ padding:20px 5%; }
.news1 ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px; }
.news1 ul li .txt .h3{ font-size:12px; line-height:22px; margin-bottom:20px; }
.news1 ul li .imgbg{ width:100%;}
}



.tit3{ text-align:center; border-bottom:1px solid #e9e9e9; padding-bottom:10px;}
.tit3 .h2{ font-size:20px; line-height:30px ; font-weight:bold;}
.tit3 .h3{ font-size:14px; line-height:24px; color:#999; margin-top:5px;}
.tit3 .h3 span{ display:inline-block; margin:0 20px;}
.newsDetail1{}
.newsDetail1 .list1{ margin-bottom:60px;}
.newsDetail1 .list1 .xiangqing{ margin-top:30px; margin-bottom:30px;}
@media(max-width:999px){
.tit3{ padding-bottom:10px;}
.tit3 .h2{ font-size:16px; line-height:26px ; }
.tit3 .h3{ font-size:12px; line-height:22px; margin-top:5px;}
.tit3 .h3 span{ margin:0 10px;}
.newsDetail1 .list1{ margin-bottom:40px;}
.newsDetail1 .list1 .xiangqing{ margin-top:30px; margin-bottom:30px;}
}

.news_related{}
.news_related .tit2{ margin-bottom:30px;}
.news_related ul li{ float:left; width:calc((100% - 40px)/3); margin:0 0 20px 20px;}
.news_related ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.news_related ul li .img{ padding-bottom:56%; position:relative; overflow:hidden; border:1px solid #e9e9e9;}
.news_related 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;}
.news_related ul li:hover .img img{ transform:scale(1.1);}
.news_related ul li .txtbg{ }
.news_related ul li .txt{ margin-top:15px;}
.news_related ul li .txt .h2{ font-size:16px; line-height:26px; 
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.news_related{ margin-top:30px;}
.news_related ul li{ width:100%; margin:0 0 20px 0;}
.news_related ul li .txt{ margin-top:10px;}
.news_related ul li .txt .h2{ font-size:16px; line-height:26px; }
}



.contact1{}
.contact1 .list1{ margin-bottom:30px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.contact1 .list1 .lt{ width:45%; font-size:16px; line-height:26px;}
.contact1 .list1 .lt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:20px;}
.contact1 .list1 .lt ul li{ margin-top:5px;}
.contact1 .list1 .rt{ width:45%;}
.contact1 .list1 .rt .form{}
.contact1 .list1 .rt .form ul li{ margin-top:15px;}
.contact1 .list1 .rt .form .text1{ border:1px solid #e2e2e2; height:36px; line-height:36px; padding:0 10px; width:calc(100% - 22px);}
.contact1 .list1 .rt .form textarea{ border:1px solid #e2e2e2; height:48px; line-height:24px; padding:10px 10px; width:calc(100% - 22px);}
.contact1 .list1 .rt .form .button1{ border:none; background:var(--secondary-color); color:#fff; font-size:16px; line-height:40px; height:40px; width:150px; cursor:pointer; transition:all .3s ease;}
.contact1 .list1 .rt .form .button1:hover{ background:var(--primary-color);}
.contact1 .list2{}
.contact1 .list2 .map{}
.contact1 .list2 .map img,.contact1 .list2 .map iframe{ max-width:100%;}
@media(max-width:999px){
.contact1 .list1{ margin-bottom:30px; display:block;}
.contact1 .list1 .lt{ width:100%; font-size:16px; line-height:26px;}
.contact1 .list1 .lt .h2{ font-size:18px; line-height:28px; margin-bottom:20px;}
.contact1 .list1 .lt ul li{ margin-top:5px;}
.contact1 .list1 .rt{ width:100%;}
.contact1 .list1 .rt .form ul li{ margin-top:10px;}
.contact1 .list1 .rt .form .text1{ height:36px; line-height:36px; padding:0 10px; width:calc(100% - 22px);}
.contact1 .list1 .rt .form textarea{ height:48px; line-height:24px; padding:10px 10px; width:calc(100% - 22px);}
.contact1 .list1 .rt .form .button1{ font-size:16px; line-height:40px; height:40px; width:150px; }
}


















