/*common start*/
:root{
 --primary-color:#1f439b;
 --secondary-color:#1f439b;
 --main-color:#1f439b;
 --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:#333;}
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:1300px; 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;}
}
/*common end*/


.head{ width:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ }
.head2{ height:70px; display: flex; justify-content: space-between; align-items: center;}
.head .logo{ width:30%; height:70px; 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;}
/*menu*/
.head .menu{ height:70px; line-height:70px; width:150%;}
.head .menu>ul{display: flex; justify-content:center; align-items: center; /*flex-wrap:wrap;*/}
.head .menu>ul>li{ /*width:25%;*/ text-align:center;}
.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;    margin: 0 30px;}
.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 ul{ width:fit-content; min-width:160px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2); border-top:4px solid var(--primary-color); position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; border-bottom:1px solid #DEDEDE;}
.head .menu>ul>li ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:8px 5px; white-space:nowrap; position:relative; text-align:center;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color); }
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}
.head_height{ height:70px;}
.head.active1{ box-shadow:0 0 10px 0 rgba(0,0,0,.1);}
@media(max-width:999px){
.head_height{ height:50px;}
.head2bg{ padding:0;}
.head2{ height:50px; }
.head .logo{ width:50%; height:50px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:15px; display:none;}
.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% - 54px); border-top:4px solid var(--primary-color); position:fixed; left:0; top:50px;  display:none;}
.head .nav_close1{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#3a3a3a; color:#fff; position:absolute; left:0; top:0; z-index:999; transform:translateX(100%); transition:all .5s ease;}
.head .nav_box.active1 .navbg{ transform:translateX(0);}
.head .nav{ position:relative; 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{ border-bottom:1px solid rgba(255,255,255,0.3); padding:7px 0;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; color:#fff;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f105";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(90deg);}
.head .nav_list ul li ul{ padding:5px 0 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:20px; height:2px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:28px; height:2px; border-radius:0; background:#fff; opacity:1; transition:all .3s ease;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:var(--primary-color); opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ font-size:0; 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{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide img{ min-height:0;}
.banner_swiper .swiper-pagination{ bottom:10px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ display:none;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:40px; line-height:50px;}
.tit1 .line1{ margin:0 auto; width:80px; height:3px; background:var(--secondary-color); margin-top:15px;}
.con01bg{ padding:80px 0 0 0;}
.con01{}
.con01 .list{ margin-top:40px;}
.slideTxtBox_01{}
.slideTxtBox_01 .hd{ font-size:22px; line-height:45px;}
.slideTxtBox_01 .hd ul{ display: flex; justify-content:center; align-items: center;}
.slideTxtBox_01 .hd ul li{ width:calc(100%/6); background:#ed922f;}
.slideTxtBox_01 .hd ul li a{ display:block; text-align:center; color:#fff; position:relative;}
.slideTxtBox_01 .hd ul li.on a{ background:var(--primary-color); color:#fff;}
.slideTxtBox_01 .hd ul li.on a:before{ content:""; border:10px solid transparent; border-top-color:var(--primary-color); position:absolute; bottom:-20px; left:50%; transform:translateX(-50%);}
.slideTxtBox_01 .bd{ background:#f2f4fa; padding:60px 0;}
.con01_list{ display: flex; justify-content:space-between; align-items: center;}
.con01_lt{ width:58%;}
.con01_lt .box1{ margin-bottom:40px;}
.con01_lt .box1 .h2{ font-size:30px; line-height:40px; margin-bottom:20px;}
.con01_lt .box1 .h3{ font-size:18px; line-height:28px;}
.con01_lt .box2{}
.con01_lt .box2 ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con01_lt .box2 ul li{ width:25%; margin:40px 0 0 0; text-align:center;}
.con01_lt .box2 ul li .img{ height:50px; position:relative;}
.con01_lt .box2 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;}
.con01_lt .box2 ul li:hover .img img{ transform:translateY(-10px);}
.con01_lt .box2 ul li .h2{ font-size:18px; line-height:28px; margin-top:20px;background: #1f439b;color: #fff;padding: 10px 0px;border-radius: 20px;}
.con01_rt{ width:40%; text-align:center;}
.con01_rt img{ max-width:100%;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px;}
.con01bg{ padding:40px 0 0 0;}
.con01 .list{ margin-top:30px;}
.slideTxtBox_01 .hd{ font-size:14px; line-height:18px;}
.slideTxtBox_01 .hd ul{ flex-wrap:wrap;}
.slideTxtBox_01 .hd ul li{ width:calc(100%/3); }
.slideTxtBox_01 .hd ul li a{ display: flex; justify-content:center; align-items: center; height:50px;}
.slideTxtBox_01 .hd ul li.on a:before{ display:none;}
.slideTxtBox_01 .bd{ padding:40px 0;}
.con01_list{ display:block;}
.con01_lt{ width:100%; margin-bottom:20px;}
.con01_lt .box1{ margin-bottom:20px;}
.con01_lt .box1 .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con01_lt .box1 .h3{ font-size:12px; line-height:22px;}
.con01_lt .box2 ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con01_lt .box2 ul li{ width:23%; margin:20px 1% 0 1%; }
.con01_lt .box2 ul li .img{ height:40px; }
.con01_lt .box2 ul li .h2{ font-size:12px; line-height:22px; margin-top:10px;}
.con01_rt{ width:100%;}
}


.con02bg{ padding:80px 0;}
.con02{}
.con02 .list{ margin-top:40px;}
.con02 .list ul li{ float:left; width:calc((100% - 75px)/4); margin:0 0 25px 25px; position:relative; overflow:hidden;}
.con02 .list ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.con02 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:10px;}
.con02 .list ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02 .list ul li .img:before{ content:""; width:100%; height:100%; background:rgba(0, 0, 0, 0.2); position:absolute; top:0; left:0; z-index:2; transition:all  .3s ease;}
.con02 .list ul li:hover .img:before{ background:rgba(0, 0, 0, 0.6);}
.con02 .list ul li .txtbg{ width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3;}
.con02 .list ul li .txt{ color:#fff; text-align:center; transition:all .3s ease;}
.con02 .list ul li:hover .txt{ transform:scale(1.1);}
.con02 .list ul li .txt .ico{ height:58px; position:relative;}
.con02 .list ul li .txt .ico img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02 .list ul li .txt .h2{ font-size:25px; line-height:46px; margin-top:20px;}
@media(max-width:999px){
.con02bg{ padding:40px 0;}
.con02 .list{ margin-top:30px;}
.con02 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px; position:relative; overflow:hidden;}
.con02 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.con02 .list ul li .txt .ico{ height:40px; }
.con02 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-top:10px;}
}


.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; border:1px solid #333; color:#333; font-size:16px; line-height:43px; width:168px; border-radius:4px; transition:all .3s ease;}
.more1 span:hover{ color:var(--primary-color);}
.con03bg{ padding:80px 0; background:#f2f4fa;}
.con03{}
.con03 .list{ margin-top:40px; margin-bottom:35px;}
.con03 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con03 .list ul li{ width:calc((100% - 75px)/4); margin:0 0 25px 25px; background:#fff; border-radius:10px; overflow:hidden;}
.con03 .list ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.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 .txt{ color:#333; padding:20px 20px;}
.con03 .list ul li .txt .h2{ font-size:20px; line-height:30px; height:60px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con03 .list ul li:hover .txt .h2{ color:var(--primary-color);}
.con03 .list ul li .txt .line1{ width:24px; height:2px; background:var(--secondary-color); transition:all .3s ease; margin-top:15px; margin-bottom:20px;}
.con03 .list ul li:hover .txt .line1{ width:30px;}
.con03 .list ul li .txt .h3{ font-size:14px; line-height:24px; height:48px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.con03bg{ padding:40px 0; }
.con03 .list{ margin-top:30px; margin-bottom:10px;}
.con03 .list ul li{ width:100%; margin:0 0 20px 0; }
.con03 .list ul li .txt{ padding:20px 20px;}
.con03 .list ul li .txt .h2{ font-size:16px; line-height:26px; height:auto; }
.con03 .list ul li .txt .line1{ width:24px; height:2px; margin-top:15px; margin-bottom:20px;}
.con03 .list ul li:hover .txt .line1{ width:30px;}
.con03 .list ul li .txt .h3{ font-size:12px; line-height:22px; height:auto; }
}



.foot{ }
.foot1bg{ padding:30px 0;}
.foot1{display: flex; justify-content: space-between;/* align-items: center;*/ }
.foot1 .lt{ width:72%; padding:15px 0; border-right:1px dashed #bbbbbb;}
.foot .f_nav{ font-size:14px; line-height:24px; margin-bottom:20px;display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.foot .f_nav dl{/* width:100%;*/ width:33%;}
.foot .f_nav dl dt{ font-size:18px; line-height:28px; margin-bottom:20px;}
.foot .f_nav dl dd{ margin-top:10px;}
.foot1 .rt{ width:20%; padding:15px 0 15px 4%; }
.foot .f_share{ margin-bottom:40px;}
.foot .f_share .h2{ font-size:16px; line-height:26px; margin-bottom:20px;}
.foot .f_share ul li{ display:inline-block;  position:relative; margin:0 10px 0 0;}
.foot .f_share ul li a{}
.foot .f_share ul li a img{ height:35px;}
.foot .f_share ul li .ewm{ position:absolute; bottom:100%; left:50%; transform:translateX(-50%); display:none;}
.foot .f_share ul li:hover .ewm{ display:block;}
.foot .f_share ul li .ewm img{ display:block; width:100px;}
.foot .f_img{}
.foot .f_img a{ display:inline-block; vertical-align:middle; width:32%}
/*.foot .f_img a:nth-child(1){ width:30%;}*/
.foot .f_img a img{ max-width:100%; max-height:90px;}
.foot2bg{ }
.foot2{ padding:0 0 20px 0; text-align:center; color:#666; font-size:16px; line-height:26px;}
.foot .f_info{ }
@media(max-width:999px){
.foot{ padding-bottom:60px;}
.foot{ background:#3a3a3a; color:#fff;}
.foot a{ color:#fff;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:30px 0;}
.foot1{display:block; }
.foot1 .lt{ display:none;}
.foot1 .rt{ width:100%; padding:0; }
.foot .f_share{ margin-bottom:30px;}
.foot .f_share .h2{ font-size:14px; line-height:24px; margin-bottom:20px;}
.foot .f_img a img{ max-width:100%; max-height:27px;}
.foot2{ padding:0 0 20px 0; font-size:14px; line-height:24px; color:#fff;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative; }
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.inbanner_txt{ color:#fff;  }
.inbanner_txt .h2{ font-size:48px; line-height:58px; font-weight:bold; margin-bottom:2.34vw;    text-shadow: 2px 3px 3px rgb(0 0 0 / 80%);}
.inbanner_txt .h3{ font-size:20px; line-height:30px;}

.innavbg{ text-align:center;}
.innav{ font-size:22px; line-height:45px; margin-bottom:30px; background:#a6a7a7;}
.innav ul{ display: flex; justify-content: space-between; align-items: center; }
.innav ul li{ width:100%; border-left:1px dashed #fff;}
.innav ul li:nth-child(1){ border-left:none;}
.innav ul li a{ display:block; text-align:center; color:#fff; position:relative;}
.innav ul li.hover{ color:#fff;}
.innav ul li.hover>a{ color:#fff; background:var(--primary-color); }
.innav ul li.hover>a:before{ content:""; border:10px solid transparent; border-top-color:var(--primary-color); position:absolute; bottom:-20px; left:50%; transform:translateX(-50%);}
.inbarbg{ border-bottom:1px solid #f2f2f2; background:#f8fafb;}
.inbar{display: flex;justify-content:space-between;align-items:center;}
.weizhi{ font-size:14px; line-height:40px; color:#999; }
.inback{ padding-right:25px; background:url(../images/ca1.png) right center no-repeat; font-size:14px; line-height:50px;}
@media(max-width:999px){
.inbanner img{ min-height:240px;}
.inbanner_txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.inbanner_txt .h3{ font-size:14px; line-height:24px;}

.innav{ font-size:18px; line-height:22px; margin-bottom:30px;}
.innav ul{ justify-content: flex-start; flex-wrap:wrap;}
.innav ul li{ width:calc(100%/3); border:none;}
.innav ul li a{ padding:0 5px; height:60px;display: flex;justify-content:center;align-items:center;}
.innav ul li.hover>a:before{ display:none;}
.inbar{ display:block;}
.weizhi{ display:none;}
}

.insidebg{ padding:60px 0 80px 0; background:#f1f3f9;}
.inside{}
.inside_lt{ float:left; width:260px; position:sticky; top:80px;}
.side_a{ background:#fff; padding:30px;}
.side_a .h1{ font-size:30px; line-height:40px; }
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px dashed #d3d3d3; padding:20px 0;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:3px 30px 3px 15px; position:relative; cursor:pointer;}
.side_a>ul>li>span{ padding-left:0;}
.side_a>ul>li.active1>span{ }
.side_a>ul>li>span:hover,.side_a>ul>li.hover>span{ color:var(--primary-color);}
.side_a ul li.has_sub>span:after{ content:"\f105";font: normal normal normal 20px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.active1>span:after{ content:"\f107";}
.side_a ul li a{ display:inline-block; color:#333; font-size:16px;}
.side_a>ul>li>span a{ font-size:18px;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color:var(--primary-color);}
.side_a ul li ul{ padding:5px 0 0 0; display:none;}
.side_a ul li.active1>ul{ display:block;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 30px 10px 18px; position:relative; background:url(../images/nyproductTopBoxTopMore.png) right 13px center no-repeat;}
.side_a ul li ul li span:hover,.side_a ul li ul li.hover>span{ color: var(--primary-color);}
.side_a ul li ul li a{}
.side_a ul li ul li>span:hover a{ color: var(--primary-color);}
.side_a ul li ul li a:before{  }
.inside_rt{ float:right; width:calc(100% - 290px);}
@media(max-width:999px){
.insidebg{ padding:40px 0 60px 0;}
.inside_lt{ width:100%; position:static; display:none;}
.side_a .h1{ font-size:24px; line-height:34px; }
.side_a>ul{ display:none;}
.inside_rt{ width:100%;}
}


.aboutus1{}
.aboutus1_list1{ background:#fff; padding:50px 5%;}
.aboutus1_list1 .txt{ font-size:16px; line-height:26px;}

.aboutus1_list2{ background:#f8f9fc; padding:60px 3%;}
.aboutus1_list2 .list{}
.aboutus1_list2 .list ul li{ float:left; width:30%; margin:60px 0 0 5%; text-align:center;}
.aboutus1_list2 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.aboutus1_list2 .list ul li .img{ height:70px; position:relative;}
.aboutus1_list2 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus1_list2 .list ul li .txt{ margin-top:20px;}
.aboutus1_list2 .list ul li .txt .line1{ margin:0 auto; width:22px; height:3px; background:#666; margin-bottom:20px;}
.aboutus1_list2 .list ul li .txt .h2{ font-size:22px; line-height:32px; margin-bottom:15px;}
.aboutus1_list2 .list ul li .txt .h3{ font-size:18px; line-height:28px;}

.aboutus1_list3{ background:#fff; padding:60px 3%;}
.aboutus1_list3 .list{ margin-top:40px;}
.reform_swiper{ position:relative;}
.reform_swiper .swiper-slide{}
.reform_swiper .swiper-slide.swiper-slide-active{}
.reform_swiper .swiper-slide .nr_box{ background:#f8f9fc; padding:20px; text-align:center;}
.reform_swiper .swiper-slide .img{ height:160px; position:relative; background:#edeef0;}
.reform_swiper .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.reform_swiper .swiper-slide .ico{ height:40px; position:relative; margin-top:10px;}
.reform_swiper .swiper-slide .ico img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.reform_swiper .swiper-slide .h2{ font-size:18px; line-height:28px; margin-top:10px;}
.reform_swiper .swiper-slide .h3{ font-size:18px; line-height:28px;}
.reform_swiper .swiper-controls{ display: flex; justify-content:center; align-items: center; margin-top:30px;}
.reform_swiper .swiper-button-prev,.reform_swiper .swiper-button-next{ margin:0; position:static; width:50px; height:50px; line-height:50px; border-radius:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2); text-align:center; font-size:20px;}
.reform_swiper .swiper-pagination{ width:auto; position:static; font-size:30px; margin:0 20px;}
.reform_swiper .swiper-pagination span{ font-size:12px;}
.reform_swiper .swiper-pagination span.swiper-pagination-current{ color:var(--primary-color); font-size:30px;}

.aboutus1_list4{ background:#f8f9fc; padding:60px 3%;}
.aboutus1_list4 .list{ margin-top:40px;}
.aboutus1_list4 .list ul li{ float:left; width:calc(48% - 15px); padding-left:15px; margin:0 0 15px 4%; font-size:16px; line-height:26px; position:relative;}
.aboutus1_list4 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.aboutus1_list4 .list ul li:before{ content:""; width:5px; height:5px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:10px;}
@media(max-width:999px){
.aboutus1_list1{ padding:30px 5%;}
.aboutus1_list1 .txt{ font-size:14px; line-height:24px;}

.aboutus1_list2{ padding:40px 3%;}
.aboutus1_list2 .list ul li{ width:100%; margin:40px 0 0 0; }
.aboutus1_list2 .list ul li .img{ height:50px; }
.aboutus1_list2 .list ul li .txt{ margin-top:15px;}
.aboutus1_list2 .list ul li .txt .line1{ width:22px; height:3px; background:#666; margin-bottom:10px;}
.aboutus1_list2 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.aboutus1_list2 .list ul li .txt .h3{ font-size:14px; line-height:26px;}

.aboutus1_list3{ padding:40px 3%;}
.aboutus1_list3 .list{ margin-top:40px;}
.reform_swiper .swiper-slide .nr_box{ padding:20px; }
.reform_swiper .swiper-slide .img{ height:160px; }
.reform_swiper .swiper-slide .ico{ height:40px; margin-top:10px;}
.reform_swiper .swiper-slide .h2{ font-size:16px; line-height:26px; margin-top:10px;}
.reform_swiper .swiper-slide .h3{ font-size:16px; line-height:26px;}
.reform_swiper .swiper-controls{ margin-top:30px;}
.reform_swiper .swiper-button-prev,.reform_swiper .swiper-button-next{ width:35px; height:35px; line-height:35px; font-size:20px;}

.aboutus1_list4{ padding:40px 3%;}
.aboutus1_list4 .list{ margin-top:40px;}
.aboutus1_list4 .list ul li{ width:calc(100% - 15px); padding-left:15px; margin:0 0 15px 0; font-size:14px; line-height:24px; }
.aboutus1_list4 .list ul li:before{  top:9px;}
}



.history1{ background:#fff; padding:40px 5%;}
.history_gallery{}
.history_gallery .swiper-button-prev,.history_gallery .swiper-button-next{ margin-top:-25px; width:50px; height:50px; line-height:50px; border-radius:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2); text-align:center; font-size:20px;}
.history_gallery .swiper-button-prev{ left:0;}
.history_gallery .swiper-button-next{ right:0;}
.history_gallery-thumbs{ padding:0 70px; position:relative; margin-bottom:40px;}
.history_gallery-thumbs .swiper-slide{ position:relative; padding-bottom:45px; text-align:center;}
.history_gallery-thumbs .swiper-slide:before{ content:""; width:100%; height:6px; background:#bebebe; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active:before{ background:var(--primary-color);}
.history_gallery-thumbs .h2{ font-size:20px; line-height:45px;}
.history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ color:var(--primary-color); font-size:30px; font-weight:bold;}
.history_gallery-top{}
.history_list{ position:relative;}
.history_list:before{ content:""; width:1px; height:100%; background:#e8e8e8; position:absolute; left:25px; top:0;}
.history_list ul li{ margin-bottom:30px; position:relative; padding-left:100px;}
.history_list ul li:before{ content:""; width:17px; height:17px; background:url(../images/1_03.png) center no-repeat; position:absolute; left:18px; top:30px;}
.history_list ul li .txt{ display:inline-block; background:#f8f9fc; padding:25px 35px;}
.history_list ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:5px;}
.history_list ul li .txt .h3{ font-size:22px; line-height:32px;}
@media(max-width:999px){
.history1{ padding:40px 5%;}
.history_gallery .swiper-button-prev,.history_gallery .swiper-button-next{ margin-top:-15px; width:30px; height:30px; line-height:30px; font-size:20px;}
.history_gallery-thumbs{ padding:0 40px; margin-bottom:20px;}
.history_list:before{ left:20px; }
.history_list ul li{ margin-bottom:30px; padding-left:50px;}
.history_list ul li:before{ left:13px; top:25px;}
.history_list ul li .txt{ display:inline-block; background:#f8f9fc; padding:20px 5%;}
.history_list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.history_list ul li .txt .h3{ font-size:16px; line-height:26px;}
}



.recruit1{}
.recruit1_list1{ background:#fff; padding:50px 5%;}
.recruit1_list1 .list{ margin-top:40px; font-size:18px; line-height:28px;}

.recruit1_list2{ background:#f8f9fc; padding:60px 3%;}
.recruit1_list2 .list{ margin-top:40px;}
.recruit1_list2 .list dl{}
.recruit1_list2 .list dl dt{ font-size:18px; line-height:28px; background:#eee;}
.recruit1_list2 .list dl dd{ font-size:16px; line-height:26px;}
.recruit1_list2 .list table{ width:100%;}
.recruit1_list2 .list table td{ width:20%; padding:15px 20px; text-align:center;}
.recruit1_list2 .list dl dd:nth-child(2n){ background:#fff;}
.recruit1_list2 .list .w1{ text-align:left;}
.recruit1_list2 .list .w2{}
.recruit1_list2 .list .w3{}
.recruit1_list2 .list .w4{}
.recruit1_list2 .list .w5{}

.recruit1_list3{ background:#fff; padding:50px 5%;}
.recruit1_list3 .list{ margin-top:40px; font-size:18px; line-height:28px;}

.recruit1_list4{ background:#f8f9fc; padding:50px 5%;}
.recruit1_list4 .list{ margin-top:40px; font-size:18px; line-height:28px;}

.recruit1_list5{ background:#fff; padding:60px 3%;}
.recruit1_list5 .list{ margin-top:40px;}
.recruit1_list5 .list ul li{ float:left; width:calc((100% - 20px)/2); margin:0 0 20px 20px;}
.recruit1_list5 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.recruit1_list5 .list ul li .img{ padding-bottom:54%; position:relative; overflow:hidden;}
.recruit1_list5 .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;}
.recruit1_list5 .list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.recruit1_list1{ padding:30px 5%;}
.recruit1_list1 .list{ margin-top:20px; font-size:14px; line-height:24px;}

.recruit1_list2{ padding:30px 3%;}
.recruit1_list2 .list{ margin-top:20px;}
.recruit1_list2 .list dl dt{ font-size:14px; line-height:18px; }
.recruit1_list2 .list dl dd{ font-size:12px; line-height:16px;}
.recruit1_list2 .list table td{ width:20%; padding:15px 10px; }
.recruit1_list2 .list .w2{ display:none;}
.recruit1_list2 .list .w3{ display:none;}

.recruit1_list3{ padding:30px 5%;}
.recruit1_list3 .list{ margin-top:20px; font-size:14px; line-height:24px;}

.recruit1_list4{ padding:30px 5%;}
.recruit1_list4 .list{ margin-top:20px; font-size:14px; line-height:24px;}

.recruit1_list5{ padding:30px 3%;}
.recruit1_list5 .list{ margin-top:20px;}
.recruit1_list5 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.recruit1_list5 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
}




.video1_list1{}
.video1_list1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 0 20px 20px; background:#fff; border-radius:4px; overflow:hidden; cursor:pointer;}
.video1_list1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.video1_list1 ul li .img{ padding-bottom:64%; position:relative; overflow:hidden;}
.video1_list1 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;}
.video1_list1 ul li:hover .img img{ transform:scale(1.1);}
.video1_list1 ul li .img i{ border:2px solid #fff; width:40px; height:40px; line-height:40px; text-align:center; font-size:20px; border-radius:100%; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.video1_list1 ul li .txt{ padding:30px 20px;}
.video1_list1 ul li .txt .h2{ font-size:20px; line-height:30px; height:60px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.video1_list1 ul li .txt .line1{ width:36px; height:2px; background:var(--primary-color); margin-top:15px;}

.video1_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.video1_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.video1bg{ width:90%; max-width:1000px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.video1_close2{ width:20px; height:20px; background:url(../images/chahao.png) center no-repeat; position:absolute; top:-20px; right:-20px; cursor:pointer; transition:all .3s ease; z-index:2; }
.video1_close2:hover{ transform:rotate(180deg);}
.video1{}
.video1 video{ display:block; width:100%;}
@media(max-width:999px){
.video1_list1 ul li{ width:100%; margin:0 0 20px 0; }
.video1_list1 ul li .txt{ padding:30px 20px;}
.video1_list1 ul li .txt .h2{ font-size:20px; line-height:30px; height:auto; }
.video1_list1 ul li .txt .line1{ width:36px; height:2px; margin-top:15px;}
}



.download1{}
.download1 ul li{ display: flex; justify-content: space-between;/* align-items: center;*/ background:#fff; padding:20px 4%;}
.download1 ul li:nth-child(2n){ background:#f8f9fd;}
.download1 ul li .lt{ width:calc(100% - 60px); display: flex; justify-content: flex-start; align-items: center; line-height:20px;}
.download1 ul li .lt span{ display:block; color:#999; font-size:14px; border-right:1px solid #666; padding-right:10px; margin-right:10px;}
.download1 ul li .lt strong{ display:block; font-size:20px; font-weight:normal;}
.download1 ul li .rt{}
.download1 ul li .rt a{ font-size:18px;}
@media(max-width:999px){
.download1 ul li{ padding:20px 5%;}
.download1 ul li .lt{ line-height:20px; display:block;}
.download1 ul li .lt span{ font-size:14px; padding-right:0; margin-right:0; border:none; margin-bottom:10px;}
.download1 ul li .lt strong{ font-size:18px; }
.download1 ul li .rt a{ font-size:16px;}
}


/*overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;*/




.chaxunbg{ padding:4.16vw 0; min-height:100vh; background: linear-gradient(#012FA7, #ffffff); box-sizing:border-box;}
.chaxunbg .wapper1{ max-width:1000px;}
.chaxun{}
.chaxun_top{ text-align:center; margin-bottom:2.08vw;}
.chaxun_top .img{ margin-bottom:1.04vw;}
.chaxun_top .img img{ vertical-align:middle; max-width:50%; max-height:230px;}
.chaxun_top .h2{ font-size:40px; line-height:50px; font-weight:bold; color:#00005e;}
@media(max-width:999px){
/*.chaxunbg{ padding:40px 0; }
.chaxun_top{ margin-bottom:20px;}
.chaxun_top .img{ margin-bottom:10px;}
.chaxun_top .img img{ max-width:50%; max-height:100px;}
.chaxun_top .h2{ font-size:20px; line-height:30px; }*/
}

.chaxun1{}
.chaxun1_form{ margin:0 auto; max-width:600px; margin-bottom:2.08vw;}
.chaxun1_form ul li{ display: flex; justify-content: space-between; align-items: center; margin-bottom:1.04vw;}
.chaxun1_form font{ color:#f00; margin-right:10px;}
.chaxun1_form .text_box{ flex:1; position:relative;}
.chaxun1_form .text_box img{ width:20px; height:20px; position:absolute; top:15px; left:15px;}
.chaxun1_form .text1{ border:1px solid #ccc; background:#fff; height:50px; line-height:48px; padding:0 10px 0 50px; width:100%; border-radius:4px; box-sizing:border-box;}
.chaxun1_form .button1{ border:1px solid #333; background:#5b98d2; color:#fff; height:50px; line-height:48px; padding:0; width:100%; border-radius:4px; box-sizing:border-box; cursor:pointer; transition:all .3s ease;}
.chaxun1_form .button1:hover{ background:#02a5e9;}
.chaxun1_btm{}
.chaxun1_btm .box1{ text-align:center; margin-bottom:1.04vw;}
.chaxun1_btm .box1 .h2{ font-size:20px; line-height:50px; position:relative; z-index:1;}
.chaxun1_btm .box1 .h2 span{ display:inline-block; background:#02a5e9; color:#fff; border-radius:40px; padding:0 15px;}
.chaxun1_btm .box1 .txt{ border:1px solid #02a5e9; border-radius:10px; padding:35px 20px 20px 20px; box-shadow:0 0 10px rgba(0,0,0,.1); margin-top:-25px; font-size:20px; line-height:2em; }
.chaxun1_btm .box1 .h3{}
.chaxun1_btm .box1 .h4{ color:#f00;}
.chaxun1_btm .box2{ font-size:20px; line-height:30px; text-align:center;}
@media(max-width:999px){
/*.chaxun1_form{ margin-bottom:20px;}
.chaxun1_form ul li{ margin-bottom:10px;}
.chaxun1_form font{ margin-right:10px;}
.chaxun1_form .text_box img{ width:20px; height:20px; top:10px; left:10px;}
.chaxun1_form .text1{ height:40px; line-height:38px; padding:0 10px 0 40px; }
.chaxun1_form .button1{ height:40px; line-height:38px; }
.chaxun1_btm .box1{ margin-bottom:10px;}
.chaxun1_btm .box1 .h2{ font-size:16px; line-height:40px; }
.chaxun1_btm .box1 .h2 span{ padding:0 15px;}
.chaxun1_btm .box1 .txt{ padding:30px 20px 20px 20px; margin-top:-20px; font-size:14px; line-height:2em; }
.chaxun1_btm .box2{ font-size:12px; line-height:22px; }*/
}


.jieguo1{}
.jieguo1_list{ background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); margin-bottom:20px; padding:10px;}
.jieguo1_list .box{}
.jieguo1_list .box .h1{ background:#164782; color:#fff; text-align:center; font-size:20px; line-height:60px; }
.jieguo1_list .box .xiangqing{ border:1px solid #02a5e9; padding:10px; font-size:20px; line-height:30px;}
.jieguo1_list .box1{}
.jieguo1_list .box1 .xiangqing{ font-size:16px; line-height:26px; text-align:center;}
.jieguo1_list .box1 .xiangqing *{ white-space:normal; word-break:break-word;}
.jieguo1_list .box1 .xiangqing table{ border-collapse:collapse; border:1px solid #02a5e9;}
.jieguo1_list .box1 .xiangqing table th{ padding:10px; font-weight:normal;}
.jieguo1_list .box1 .xiangqing table td{ padding:10px;}
.jieguo1_list .box1 .xiangqing .w1{ width:15%;}
.jieguo1_list .box1 .xiangqing .w2{ width:25%;}
.jieguo1_list .box1 .xiangqing .w3{ width:15%;}
.jieguo1_list .box1 .xiangqing .w4{ width:25%;}
.jieguo1_list .box1 .xiangqing .w5{ width:20%;}
.jieguo1_list .box1 .xiangqing .w21{}
.jieguo1_list .box1 .xiangqing .w22{}
.jieguo1_list .box1 .xiangqing .w23{}
.jieguo1_list .box1 .xiangqing .w24{}
.jieguo1_list .box1 .xiangqing .w5 .img{}
.jieguo1_list .box1 .xiangqing .w5 .img img{ vertical-align:middle; margin:0 auto; width:130px !important; height:160px !important; object-fit:contain;}
.jieguo1_list .box2{}
.jieguo1_list .box2 .xiangqing{ }
.jieguo1_list .box3{}
.jieguo1_list .box3 .xiangqing{ }
.jieguo1_list .box4{}
.jieguo1_list .box4 .xiangqing{ color:#f00; text-align:center;}
.jieguo1_btn{ text-align:center;}
.jieguo1_btn a{ display:inline-block; text-align:center; font-size:14px; line-height:50px; background:#e9e9ea; color:#333; border-radius:50px; padding:0 36px; margin:0 5px;}
.jieguo1_btn a:hover{ background:#02a5e9; color:#fff;}























