/*common start*/
:root{
 --primary-color:#019cd5;
 --secondary-color:#3e88bc;
 --third-color:#03a9f4;
 --main-color:#019cd5;
 --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{    font-size: 15px;line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1200px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto;}
input,textarea,select{outline:none; font-family:inherit;}
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
}
/*common end*/



.head{ width:100%;/* position:absolute;*/ z-index:55; left:0; top:0; }
.head1bg{ background:var(--primary-color); color:#fff; font-size:12px; line-height:22px;}
.head1{ height:45px;
display: flex;
justify-content: flex-end;
align-items: center;}
.head1 .rt{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_lang{ position:relative;}
.head .h_lang span{ display:block; line-height:45px; cursor:pointer;}
.head .h_lang span i{ margin-left:5px;}
.head .h_lang ul{ width:180px; background:rgba(10,9,9,0.87); position:absolute; top:100%; left:-10px; z-index:2; display:none;}
.head .h_lang:hover ul{ display:block;}
.head .h_lang ul li{ border-bottom:1px solid #e5e5e5;}
.head .h_lang ul li a{ display:block; padding:10px 10px; color:#fff;}
.head .h_link{ margin-left:25px;}
.head .h_link a{ color:#fff;}
.head .h_link a:hover{}
.head2bg{ width:100%; }
.head2{ 
display: flex;
justify-content: space-between;
align-items: center;}

.head .logo{     width: 30%;
    height: 100px;
    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 .rt{ position:relative;
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_search_btn{ text-align:center; font-size:16px; cursor:pointer; color:#fff; margin-left:.62vw;}
.head .h_search_box{ width:100%; height:100%; background:#000; position:absolute; top:0; left:0; z-index:999; display:none;}
.head .h_search_close1{ display:none;}
.head .h_searchbg{ padding:15px 0;}
.head .h_search{ padding:0 50px 0 15px; position:relative;}
.head .h_search_close2{ width:50px; height:50px; background:url(../images/chahao.png) center no-repeat; position:absolute; top:0; right:0; cursor:pointer; transition:all .3s ease;}
.head .h_search_close2:hover{ transform:rotate(360deg);}
.head .h_search .form{ height:50px; background:#fff;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:50px; line-height:50px; padding:0 0 0 10px; width:calc(100% - 60px);}
.head .h_search .form .button1{ float:right; border:none; background:#000; height:50px; line-height:50px; width:50px; text-align:center; font-size:20px; color:#fff; cursor:pointer;}
.head .h_search .form .button1:hover{ color:#fff; background:var(--primary-color);}
/*menu*/
.head .menu{ height:80px; line-height:80px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; position:relative; padding:0 .62vw;}
.head .menu>ul>li>a{ color:#000; display:block; font-size:14px; font-weight:normal; position:relative; letter-spacing:2px;}
.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 ul{ width:fit-content; min-width:180px; background:rgba(10,9,9,0.87); box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#fff;     display: block;
    font-weight: normal;
    padding: 5px 5px 5px 0.62vw;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color: var(--primary-color);
    background: #fff; }
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}
.head_height{/* height:45px;*/}
@media(max-width:999px){
.head_height{ height:100px;}
.head{ background:#fff; position:fixed;}
.head2{ height:55px; }
.head .logo {
    width: 100%;
    height: 100%;
}
.head .h_search_btn{ color:#999;}
.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% - 100px); border-top:1px solid #ededed; position:fixed; left:0; top:100px;  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 - 100px); 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-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; 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:0;}
.banner_swiper .swiper-button-next{ right:0;}
@media(max-width:999px){
.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;}
}


.tit1{ text-align:center; position:relative; z-index:2;}
.tit1 .h2{ font-size:32px; line-height:42px; position:relative;}
.tit1 .h2 span{ display:inline-block; text-align:center; background:#ededed; padding:0 2.34vw;}
.tit1 .h2:before{ content:""; width:100%; height:1px; background:#e0dede; position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:-1;}
.tit1 .h3{ font-size:15px; line-height:25px; color:#777; margin-top:5px;}
.more1{}
.more1 span{ display:inline-block; text-align:center; border:1px solid var(--primary-color); color:var(--primary-color); font-weight:bold; border-radius:4px; transition:all .3s ease; font-size:12px; line-height:32px; padding:0 20px; text-transform:uppercase;}
.more1 span:hover{ background:var(--primary-color); color:#fff;}
.con01bg{ padding:60px 0; background:#ededed;}
.con01{}
.con01 .list{ margin-top:60px;}
.con01 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con01 .list ul li{ width:calc((100% - 25px)/2); margin: 0 0 25px 25px; background:#fff;}
.con01 .list ul li:nth-child(2n-1){ margin-left:0;}
.con01 .list ul li .nr_box{ padding:25px 5%; display: flex; justify-content: space-between; align-items: center;}
.con01 .list ul li .imgbg{ width:60%;}
.con01 .list ul li .img{}
.con01 .list ul li .img img{display: block;
    margin: 0 auto;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: contain;}
.con01 .list ul li .txtbg{ width:36%;}
.con01 .list ul li .txt{ color:#666;}
.con01 .list ul li .txt .h2{ font-size:15px; line-height:25px; margin-bottom:10px;}
.con01 .list ul li .txt .h3{ font-size:20px; line-height:30px; font-weight:bold; border-bottom:1px solid #333; color:#333; padding-bottom:15px; margin-bottom:15px;}
.con01 .list ul li .txt .h4{ font-size:15px; line-height:25px; margin-bottom:15px;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.tit1 .h2 span{ padding:0 2.34vw;}
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.con01bg{ padding:60px 0; }
.con01 .list{ margin-top:40px;}
.con01 .list ul li{ width:100%; margin: 0 0 20px 0; }
.con01 .list ul li .nr_box{ padding:25px 5%; display:block;}
.con01 .list ul li .imgbg{ width:100%;}
.con01 .list ul li .txtbg{ width:100%; margin-top:25px; text-align:center;}
.con01 .list ul li .txt .h2{ font-size:15px; line-height:25px; margin-bottom:10px;}
.con01 .list ul li .txt .h3{ font-size:20px; line-height:30px; padding-bottom:15px; margin-bottom:15px;}
.con01 .list ul li .txt .h4{ font-size:15px; line-height:25px; margin-bottom:15px;}
}


.con02bg{    padding: 60px 0;}
.con02{}
.con02 .list{}
.con02 .list ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.con02 .list ul li{ float:left; width:49%; position:relative;}
.con02 .list ul li .img{ /*padding-bottom:54%; position:relative; overflow:hidden;*/}
.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; transition:all .3s ease;}
/*.con02 .list ul li:hover .img img{ transform:scale(1.1);}*/
/*.con02 .list ul li .img:before{ content:""; width:100%; height:100%; background:rgba(3,169,244,0.91); position:absolute; top:0; left:0; z-index:2;}
.con02 .list ul li:nth-child(2n) .img:before{ background:rgba(0,0,0,0.69);}*/
.con02 .list ul li .txtbg{     display: none;width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3;}
.con02 .list ul li .txt{ padding:0 5%; color:#fff; text-align:center;}
.con02 .list ul li .txt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:12px;}
.con02 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.con02 .list ul li{ width:100%; }
.con02 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con02 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.con03bg{ padding:60px 0; background:#ededed;}
.con03{}
.con03 .list{ margin-top:60px;}
.con03 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con03 .list ul li{ width:calc((100% - 60px)/3); margin: 0 0 30px 30px; }
.con03 .list ul li:nth-child(3n-2){ margin-left:0;}
.con03 .list ul li .nr_box{ }
.con03 .list ul li .imgbg{ }
.con03 .list ul li .img{ padding-bottom:63%; position:relative; overflow:hidden;}
.con03 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con03 .list ul li:hover .img img{ transform:scale(1.1);}
.con03 .list ul li .txtbg{ margin-top:15px;}
.con03 .list ul li .txt{ color:#777;}
.con03 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:15px; color:#333;}
.con03 .list ul li:hover .txt .h2{ color:var(--primary-color);}
.con03 .list ul li .txt .h3{ font-size:15px; line-height:25px;}
@media(max-width:999px){
.con03bg{ padding:60px 0; }
.con03 .list{ margin-top:40px;}
.con03 .list ul li{ width:100%; margin: 0 0 30px 0; }
.con03 .list ul li .txtbg{ margin-top:15px;}
.con03 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:15px; }
.con03 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.con04bg{ padding:0 0 60px 0;}
.con04{}
.con04 .list{}
.con04 .list .img{}
.con04 .list .img img{ display:block; width:100%;}
.con04 .list .txt{ font-size:15px; line-height:25px; color:#777; margin-top:40px;}
@media(max-width:999px){
.con04bg{ padding:0 0 60px 0;}
.con04 .list .txt{ font-size:14px; line-height:24px; margin-top:20px;}
}


.tit2{ text-align:center; position:relative; z-index:2;}
.tit2 .h2{ font-size:32px; line-height:42px; font-weight:bold; position:relative;}
.tit2 .h2 span{ display:inline-block; text-align:center; background:var(--third-color); padding:0 2.34vw;}
.tit2 .h2:before{ content:""; width:100%; height:1px; background:#e0dede; position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:-1;}
.tit2 .h3{ font-size:15px; line-height:25px; color:#777; margin-top:5px;}
.con05bg{ padding:60px 0; background:var(--third-color);}
.con05{}
.con05 .list{ margin-top:60px;}
.con05 .list ul{display: flex;     justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.con05 .list ul li{ width:calc((100% - 90px)/2); margin: 0 0 30px 30px;/* background:#fff; border-bottom:6px solid var(--primary-color);*/}
.con05 .list ul li:nth-child(2n-1){ margin-left:0;}
.con05 .list ul li .nr_box{/* padding:50px 5%; */}
.con05 .list ul li .imgbg{ width:100%; margin:0 auto;}
.con05 .list ul li .img{ /*padding-bottom:100%; border-radius:100%; position:relative; background:#333;*/}
.con05 .list ul li .img img{width:100%;/* max-width:70%; max-height:70%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;*/}
.con05 .list ul li .txtbg{ margin-top:50px;}
.con05 .list ul li .txt{ text-align:center;}
.con05 .list ul li .txt .h2{ font-size:15px; line-height:25px; margin-bottom:20px; color:#777;}
.con05 .list ul li .txt .h3{ font-size:28px; line-height:38px; font-weight:bold; }
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px; }
.tit2 .h2 span{ padding:0 2.34vw;}
.tit2 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.con05bg{ padding:60px 0; }
.con05 .list{ margin-top:40px;}
	.con05 .list ul li{ width:100%; }
/*.con05 .list ul li{ width:calc((100% - 10px)/2); margin: 0 0 20px 10px; }
.con05 .list ul li:nth-child(2n-1){ margin-left:0;}
.con05 .list ul li .nr_box{ padding:20px 5%; }*/
.con05 .list ul li .txtbg{ margin-top:20px;}
.con05 .list ul li .txt .h2{ font-size:14px; line-height:24px; margin-bottom:10px; }
.con05 .list ul li .txt .h3{ font-size:24px; line-height:34px; }
}


.tit3{ text-align:center; position:relative; z-index:2;}
.tit3 .h2{ font-size:32px; line-height:42px; position:relative;}
.tit3 .h2 span{ display:inline-block; text-align:center; background:#fff; padding:0 2.34vw;}
.tit3 .h2:before{ content:""; width:100%; height:1px; background:#e0dede; position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:-1;}
.tit3 .h3{ font-size:15px; line-height:25px; color:#777; margin-top:5px;}
.con06bg{ padding:60px 0; }
.con06{}
.con06 .list{ margin-top:60px;}
.con06 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con06 .list ul li{ width:calc((100% - 10px)/2); margin: 0 0 10px 10px; background:#fff;}
.con06 .list ul li:nth-child(2n-1){ margin-left:0;}
.con06 .list ul li.li1{ width:100%; margin-left:0;}
.con06 .list .text1{ border:1px solid #d2d2d2; background:#fff; height:38px; line-height:38px; padding:0 10px; width:calc(100% - 22px);}
.con06 .list .text2{ border:1px solid #d2d2d2; background:#fff; height:120px; line-height:24px; padding:10px 10px; width:calc(100% - 22px);}
.con06 .list .text3{ border:1px solid #d2d2d2; background:#fff; height:38px; line-height:38px; padding:0 10px; width:calc(100% - 182px);}
.con06 .list .yzm{display: flex; justify-content: space-between; align-items: center;}
.con06 .list .yzm img{ display:block; width:150px; height:40px; cursor:pointer;}
.con06 .list .h3{ font-size:15px; line-height:25px; color:#777; margin-bottom:5px;}
.con06 .list .button1{ display:block; margin:0 auto; border:none; background:var(--secondary-color); color:#fff; font-weight:bold; text-align:center; font-size:14px; width:150px; height:40px; line-height:40px; cursor:pointer; transition:all .3s ease; text-transform:uppercase;}
.con06 .list .button1:hover{ background:var(--primary-color);}
@media(max-width:999px){
.tit3 .h2{ font-size:24px; line-height:34px; }
.tit3 .h2 span{ padding:0 2.34vw;}
.tit3 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.con06bg{ padding:60px 0; }
.con06 .list{ margin-top:40px;}
}


.foot{ background:var(--secondary-color); color:#fff;}
.foot a{ color:#fff;}
.foot a:hover{ color:#84abbc;}
.foot1bg{ padding:60px 0 20px 0;}
.foot1{display: flex; justify-content: space-between; align-items: center;}
.foot .f_logo{     width: 100%;
    max-width: 400px;}
.foot .f_logo img{ max-width:100%;}
.foot .f_nav{ font-size:15px; line-height:25px;}
.foot .f_nav a{}
.foot .f_nav i{ display:inline-block; margin:0 5px; font-style:normal;}
.foot2bg{ padding:20px 0;}
.foot2{display: flex; justify-content: space-between; align-items: center;}
.foot .f_info{ font-size:12px; line-height:22px;}
.foot .f_share{ font-size:18px; line-height:28px;}
.foot .f_share a{ display:inline-block; margin:0 0 0 20px;}
@media(max-width:999px){
.foot1bg{ padding:20px 0;}
.foot1{display:block;}
.foot .f_logo{ width:100%; }
.foot .f_nav{ font-size:15px; line-height:25px;}
.foot .f_nav i{ margin:0 5px; }
.foot2bg{ padding:20px 0;}
.foot2{display:block; text-align:center;}
.foot .f_info{ font-size:12px; line-height:22px;}
.foot .f_share{ font-size:18px; line-height:28px;}
.foot .f_share a{ display:inline-block; margin:0 10px;}
}


/*Add------------------------------------------------------------------------------*/

.inbannerbg{ position:relative;}
.inbanner{}
.inbanner img{ display:block; width:100%;}

.weizhi{ font-size:20px; line-height:30px; text-align:right; margin-bottom:40px;}
.innav{ border:1px solid #f0f0ed; font-size:18px; line-height:22px; }
.innav ul{
display: flex;
justify-content: space-between;
align-items: center;}
.innav ul li{ width:100%;}
.innav ul li a{ display:block; text-align:center; border-top:3px solid transparent; background:#f1f2f2; color:#333; height:44px;display: flex; justify-content: center; align-items: center;}
.innav ul li:hover>a,.innav ul li.hover>a{ border-color:var(--primary-color); background:#fff; color:#333;}
@media(max-width:999px){
.weizhi{ display:none;}
.innav{ font-size:14px; line-height:18px;}
}

.insidebg{ padding:60px 0 80px 0;}
.inside{}
.inside_lt{ float:left; width:290px;}
.side_a{ font-size:14px; line-height:24px;}
.side_a .h1{ font-size:24px; line-height:34px; }
.side_a ul{ }
.side_a ul li{}
.side_a>ul>li{ border-bottom:1px solid #e0dede;}
.side_a>ul>li:nth-child(1){/* border:none;*/}
.side_a ul li span{ display:block; padding:13px 15px 13px 0; position:relative; cursor:pointer;}
.side_a ul li span:hover{ color:var(--primary-color);}
.side_a ul li.hover>span{ }
.side_a ul li a{ display:inline-block;}
.side_a ul li a:before{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; margin-right:10px;}
.side_a ul li span:hover a{ color:var(--primary-color);}
.side_a ul li.hover>span a{     font-size: 12px;}
.side_a ul li.has_sub>span:after{ content:"\f067";font: normal normal normal 12px/1 FontAwesome; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.side_a ul li.has_sub.active1>span:after{ content:"\f068";}
.side_a ul li ul{ padding:0 0 10px 15px; display:none;}
.side_a ul li ul li span{ padding:5px 15px 5px 0;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 370px);}
@media(max-width:999px){
.insidebg{ padding:40px 0 60px 0;}
.inside_lt{ display:none;}
.inside_rt{ width:100%;}
}



.in_product1{}
.in_product1 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.in_product1 ul li{ width:calc((100% - 20px)/3 - 2px); margin: 0 0 20px 10px; border:1px solid #ebeaea;}
.in_product1 ul li:nth-child(3n-2){ margin-left:0;}
.in_product1 ul li .nr_box{}
.in_product1 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; background:#e4e4e4;}
.in_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;}
.in_product1 ul li .img .img2{ opacity:0; visibility:hidden;}
.in_product1 ul li:hover .img .img1{ opacity:0; visibility:hidden;}
.in_product1 ul li:hover .img .img2{ opacity:1; visibility:visible;}
.in_product1 ul li .txt{ padding:25px 10px; text-align:center;}
.in_product1 ul li .txt .h2{ font-size:20px;}
@media(max-width:999px){
.in_product1 ul li{ width:calc(100% - 2px); margin: 0 0 20px 0; }
.in_product1 ul li .txt{ padding:20px 10px; }
.in_product1 ul li .txt .h2{ font-size:24px; line-height:34px;}
}

.in_product2{}
.in_product2 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.in_product2 ul li{ width:calc((100% - 20px)/3 - 2px); margin: 0 0 20px 10px; border:1px solid #ebeaea;}
.in_product2 ul li:nth-child(3n-2){ margin-left:0;}
.in_product2 ul li .nr_box{}
.in_product2 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; background:#e4e4e4;}
.in_product2 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;}
.in_product2 ul li .img .img2{ opacity:0; visibility:hidden;}
.in_product2 ul li:hover .img .img1{ opacity:0; visibility:hidden;}
.in_product2 ul li:hover .img .img2{ opacity:1; visibility:visible;}
.in_product2 ul li .txt{ padding:25px 10px; text-align:center;}
.in_product2 ul li .txt .h2{ font-size:24px; line-height:34px;}
@media(max-width:999px){
.in_product2 ul li{ width:calc(100% - 2px); margin: 0 0 20px 0; }
.in_product2 ul li .txt{ padding:20px 10px; }
.in_product2 ul li .txt .h2{ font-size:24px; line-height:34px;}
}



.in_proDetail1{}
.in_proDetail1 .list1{ margin-bottom:60px;display: flex; justify-content: space-between;/* align-items: center;*/}
.in_proDetail1 .list1 .lt{ width:500px;}
.pro_gallery{ }
.pro_gallery-top { position:relative; background:#e4e4e4; margin-bottom:10px;}
.pro_gallery-top .gallery-top{}
.pro_gallery-top .gallery-top .swiper-slide { }
.pro_gallery-top .gallery-top .swiper-slide .img{ padding-bottom:100%; position:relative;}
.pro_gallery-top .gallery-top .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery-thumbs { position:relative;}
.pro_gallery-thumbs .gallery-thumbs{}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide { opacity: 0.5; }
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img{ padding-bottom:100%; position:relative; cursor:pointer; background:#e4e4e4;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active { opacity: 1; }
.pro_gallery .swiper-button-prev,.pro_gallery .swiper-button-next{ width:40px; height:40px; margin-top:-20px; background-color:rgba(0,0,0,.5); background-size:10px 20px;}
.pro_gallery .swiper-button-prev{ left:0px;}
.pro_gallery .swiper-button-next{ right:0px;}
.in_proDetail1 .list1 .rt{ width:calc(100% - 630px);}
.in_proDetail1 .list1 .rt .h2{ font-size:22px; line-height:32px; font-weight:bold; margin-bottom:25px;}
.in_proDetail1 .list1 .rt .h3{ font-size:15px; line-height:25px; color:#777; margin-bottom:20px;}
.in_proDetail1 .list1 .rt .h4{ font-size:15px; line-height:25px; ;}
.in_proDetail1 .list1 .rt .h4 strong{}
.in_proDetail1 .list1 .rt .h4 ul{ margin:20px 0 0 0;}
.in_proDetail1 .list1 .rt .h4 li{ list-style:outside disc;}
.in_proDetail1 .list2{}
.in_proDetail1 .xiangqing{}
@media(max-width:999px){
.in_proDetail1 .list1{ margin-bottom:40px; display:block;}
.in_proDetail1 .list1 .lt{ width:100%; margin-bottom:20px;}
.in_proDetail1 .list1 .rt{ width:100%;}
.in_proDetail1 .list1 .rt .h2{ font-size:22px; line-height:32px; margin-bottom:10px;}
.in_proDetail1 .list1 .rt .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
.in_proDetail1 .list1 .rt .h4{ font-size:14px; line-height:24px; }
.in_proDetail1 .list1 .rt .h4 ul{ margin:5px 0 0 0;}
}

.in_share1bg{ border:1px solid #e0dede;}
.in_share1{}
.in_share1 ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.in_share1 ul li{ width:100%; border-left:1px solid #e0dede;}
.in_share1 ul li:nth-child(1){ border-left:none;}
.in_share1 ul li a{ display:block; padding:20px 30px; font-size:15px; line-height:35px;}
.in_share1 ul li i{ display:inline-block; width:35px; height:35px; line-height:35px; text-align:center; background:#333; color:#fff; font-size:18px; border-radius:100%; margin-right:10px;}
.in_share1 ul li:hover i{ background:var(--primary-color);}
@media(max-width:999px){
.in_share1bg{ padding:10px 0;}
.in_share1 ul{display:block;}
.in_share1 ul li{ width:100%; border-left:none;}
.in_share1 ul li a{ padding:10px 30px; font-size:15px; line-height:35px;}
}

.tit4{ text-align:center; }
.tit4 .h2{ font-size:32px; line-height:42px; }
.tit4 .h3{ font-size:15px; line-height:25px; color:#777; margin-top:5px;}
.in_quote1bg{ padding:60px 0;}
.in_quote1{}
.in_quote1 .list{ margin-top:60px;}
.in_quote1 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.in_quote1 .list ul li{ width:calc((100% - 10px)/2); margin: 0 0 10px 10px; background:#fff;}
.in_quote1 .list ul li:nth-child(2n-1){ margin-left:0;}
.in_quote1 .list ul li.li1{ width:100%; margin-left:0;}
.in_quote1 .list .text1{ border:1px solid #d2d2d2; background:#fff; height:38px; line-height:38px; padding:0 10px; width:calc(100% - 22px);}
.in_quote1 .list .text2{ border:1px solid #d2d2d2; background:#fff; height:120px; line-height:24px; padding:10px 10px; width:calc(100% - 22px);}
.in_quote1 .list .text3{ border:1px solid #d2d2d2; background:#fff; height:38px; line-height:38px; padding:0 10px; width:calc(100% - 182px);}
.in_quote1 .list .yzm{display: flex; justify-content: space-between; align-items: center;}
.in_quote1 .list .yzm img{ display:block; width:150px; height:40px; cursor:pointer;}
.in_quote1 .list .h3{ font-size:15px; line-height:25px; color:#777; margin-bottom:5px;}
.in_quote1 .list .button1{ display:block; margin:0 auto; border:none; background:var(--secondary-color); color:#fff; font-weight:bold; text-align:center; font-size:14px; width:150px; height:40px; line-height:40px; cursor:pointer; transition:all .3s ease; text-transform:uppercase;}
.in_quote1 .list .button1:hover{ background:var(--primary-color);}
@media(max-width:999px){
.tit4 .h2{ font-size:24px; line-height:34px; }
.tit4 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.in_quote1bg{ padding:60px 0;}
.in_quote1 .list{ margin-top:40px;}
}

.pro_related1bg{ padding:60px 0;}
.pro_related1{}
.pro_related1 .h1{ font-size:20px; line-height:30px;}
.pro_related1 .list{ margin-top:60px;}
.pro_related1 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.pro_related1 .list ul li{ width:calc((100% - 30px)/4 - 2px); margin: 0 0 20px 10px; border:1px solid #ebeaea;}
.pro_related1 .list ul li:nth-child(4n-3){ margin-left:0;}
.pro_related1 .list ul li .nr_box{}
.pro_related1 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; background:#e4e4e4;}
.pro_related1 .list 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_related1 .list ul li .img .img2{ opacity:0; visibility:hidden;}
.pro_related1 .list ul li:hover .img .img1{ opacity:0; visibility:hidden;}
.pro_related1 .list ul li:hover .img .img2{ opacity:1; visibility:visible;}
.pro_related1 .list ul li .txt{ padding:25px 10px; text-align:center;}
.pro_related1 .list ul li .txt .h2{ font-size:24px; line-height:34px;}
@media(max-width:999px){
.pro_related1bg{ padding:60px 0;}
.pro_related1 .h1{ font-size:20px; line-height:30px;}
.pro_related1 .list{ margin-top:40px;}
.pro_related1 .list ul li{ width:calc(100% - 2px); margin: 0 0 20px 0; }
.pro_related1 .list ul li .txt{ padding:20px 10px; }
.pro_related1 .list ul li .txt .h2{ font-size:24px; line-height:34px;}
}



.in_case1{}
.in_case1 .list1{display: flex; justify-content: space-between;/* align-items: center;*/ border-bottom:1px solid #aaa; margin-bottom:25px;}
.in_case1 .list1 .lt{ width:calc((100% - 80px)/3*2 + 40px);}
.case1_swiper .swiper-container { width: 100%; }
.case1_swiper .swiper-container .swiper-slide { }
.case1_swiper .swiper-container .swiper-slide .img{ height:525px; position:relative;}
.case1_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;}
.case1_swiper .swiper-container .swiper-slide .txtbg{ width:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0;}
.case1_swiper .swiper-container .swiper-slide .txt{ color:#fff; padding:20px 20px;}
.case1_swiper .swiper-container .swiper-slide .txt .h2{ font-size:28px; line-height:38px; margin-bottom:10px;}
.case1_swiper .swiper-container .swiper-slide .txt .h3{ font-size:15px; line-height:25px;}
.case1_swiper .swiper-pagination{ display:none;}
.case1_swiper .swiper-pagination .swiper-pagination-bullet{ }
.case1_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.case1_swiper .swiper-button-prev,.case1_swiper .swiper-button-next{ text-align:center; width:40px; height:40px; line-height:40px; margin-top:-20px; background:rgba(0,0,0,.5) !important; color:#fff; font-size:20px; opacity:0; visibility:hidden; transition:all .3s ease;}
.case1_swiper:hover .swiper-button-prev,.case1_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.case1_swiper .swiper-button-prev:hover,.case1_swiper .swiper-button-next:hover{ background:var(--primary-color) !important;}
.case1_swiper .swiper-button-prev{ left:0;}
.case1_swiper .swiper-button-next{ right:0;}
.in_case1 .list1 .rt{ width:calc((100% - 80px)/3);}
.in_case1 .list1 .rt ul li{ margin-bottom:25px;}
.case2_swiper .swiper-container { width: 100%; }
.case2_swiper .swiper-container .swiper-slide { }
.case2_swiper .swiper-container .swiper-slide .img{ height:250px; position:relative;}
.case2_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;}
.case2_swiper .swiper-container .swiper-slide .txtbg{ width:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0;}
.case2_swiper .swiper-container .swiper-slide .txt{ color:#fff; padding:10px 10px;}
.case2_swiper .swiper-container .swiper-slide .txt .h2{ font-size:15px; line-height:25px;}
.case2_swiper .swiper-pagination{ bottom:20px; height:10px;}
.case2_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; background:#000; opacity:.5;}
.case2_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.case2_swiper .swiper-button-prev,.case2_swiper .swiper-button-next{ text-align:center; width:40px; height:40px; line-height:40px; margin-top:-20px; background:rgba(0,0,0,.5) !important; color:#fff; font-size:20px; opacity:0; visibility:hidden; transition:all .3s ease;}
.case2_swiper:hover .swiper-button-prev,.case2_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.case2_swiper .swiper-button-prev:hover,.case2_swiper .swiper-button-next:hover{ background:var(--primary-color) !important;}
.case2_swiper .swiper-button-prev{ left:0;}
.case2_swiper .swiper-button-next{ right:0;}
.in_case1 .list2{}
.in_case1 .list2 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.in_case1 .list2 ul li{ width:calc((100% - 80px)/3); margin: 0 0 40px 40px; background:#000;}
.in_case1 .list2 ul li:nth-child(3n-2){ margin-left:0;}
.in_case1 .list2 ul li .nr_box{}
.in_case1 .list2 ul li .img{ padding-bottom:72%; position:relative; overflow:hidden; }
.in_case1 .list2 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;}
.in_case1 .list2 ul li .img:before{ content:""; width:100%; height:100%; background:-webkit-linear-gradient(top, rgba(1,156,213,0.5) 0%, #019CD5 100%) !important; position:absolute; top:0; left:0; z-index:1; opacity:0; visibility:hidden; transition:all .3s ease;}
.in_case1 .list2 ul li:hover .img:before{ opacity:1; visibility:visible;}
.in_case1 .list2 ul li .img:after{ content:"\f0c1";font: normal normal normal 40px/1 FontAwesome; max-width:100%; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; opacity:0; visibility:hidden; transition:all .3s ease;}
.in_case1 .list2 ul li:hover .img:after{ opacity:1; visibility:visible;}
.in_case1 .list2 ul li .txtbg{ border-top:1px solid #fff;}
.in_case1 .list2 ul li .txt{ padding:35px 20px; color:#fff;}
.in_case1 .list2 ul li .txt .h2{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.in_case1 .list1{display:block; margin-bottom:25px;}
.in_case1 .list1 .lt{ width:100%; margin-bottom:25px;}
.case1_swiper .swiper-container .swiper-slide .img{ height:auto; padding-bottom:72%;}
.case1_swiper .swiper-container .swiper-slide .txt{ padding:20px 20px;}
.case1_swiper .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.case1_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px;}
.in_case1 .list1 .rt{ width:100%;}
.in_case1 .list1 .rt ul li{ margin-bottom:25px;}
.case2_swiper .swiper-container .swiper-slide .img{ height:auto; padding-bottom:72%;}
.case2_swiper .swiper-container .swiper-slide .txt{ padding:10px 10px;}
.case2_swiper .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:24px;}
.in_case1 .list2 ul li{ width:100%; margin: 0 0 20px 0; }
.in_case1 .list2 ul li .txt{ padding:20px 10px; }
.in_case1 .list2 ul li .txt .h2{ font-size:20px; line-height:30px;}
}


.in_case2{}
.in_case2 ul{     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.in_case2 ul li{      margin: 0 0 40px 0;
    width: 48%;}
.in_case2 ul li .nr_box{}
.in_case2 ul li .img{/* padding-bottom:72%; position:relative; overflow:hidden;*/ }
.in_case2 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;}
/*.in_case2 ul li .img:before{ content:""; width:100%; height:100%; background:-webkit-linear-gradient(top, rgba(1,156,213,0.5) 0%, #019CD5 100%) !important; position:absolute; top:0; left:0; z-index:1; opacity:0; visibility:hidden; transition:all .3s ease;}*/
/*.in_case2 ul li:hover .img:before{ opacity:1; visibility:visible;}
.in_case2 ul li .img:after{ content:"\f0c1";font: normal normal normal 40px/1 FontAwesome; max-width:100%; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; opacity:0; visibility:hidden; transition:all .3s ease;}
.in_case2 ul li:hover .img:after{ opacity:1; visibility:visible;}*/
.in_case2 ul li .txtbg{ border-top:1px solid #fff;    display: none;}
.in_case2 ul li .txt{ padding:35px 20px; text-align:center;}
.in_case2 ul li .txt .h2{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.in_case2 ul li{  margin: 0 0 20px 0; }
.in_case2 ul li .txt{ padding:20px 10px; }
.in_case2 ul li .txt .h2{ font-size:20px; line-height:30px;}
}


.newsDetail1{}
.newsDetail1 .list1{ margin-bottom:60px;}
.newsDetail1 .list1 .h1{ font-size:20px; line-height:30px; text-align:center; margin-bottom:25px;}
.newsDetail1 .list1 .xiangqing{}
.prev_next1{ border-top:1px solid #e7e6e6; border-bottom:1px solid #e7e6e6; font-size:15px; line-height:35px; text-align:right; margin-bottom:30px;}
.prev_next1 a{ display:inline-block; margin-left:10px;}
.prev_next1 a:hover{}
.inshare2{ background:rgba(0,0,0,0.03); padding:20px; color:var(--primary-color); font-size:18px; line-height:28px;display: flex; justify-content: space-between; align-items: center; margin-bottom:60px;}
.inshare2 .lt{}
.inshare2 .rt{}
.inshare2 .rt a{ color:var(--primary-color); margin-left:10px;}
.inshare2 .rt a:hover{ opacity:.9;}
.post_related{}
.post_related .h1{ font-size:20px; line-height:30px; margin-bottom:10px;}
.post_related .list{}
.news_swiper .swiper-container { width: 100%; }
.news_swiper .swiper-container .swiper-slide { }
.news_swiper .swiper-container .swiper-slide .img{ padding-bottom:76%; position:relative;}
.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 .img:before{ content:""; width:100%; height:100%; background:-webkit-linear-gradient(top, rgba(1,156,213,0.5) 0%, #019CD5 100%) !important; position:absolute; top:0; left:0; z-index:1; opacity:0; visibility:hidden; transition:all .3s ease;}
.news_swiper .swiper-container .swiper-slide:hover .img:before{ opacity:1; visibility:visible;}
.news_swiper .swiper-container .swiper-slide .img:after{ content:"\f0c1";font: normal normal normal 40px/1 FontAwesome; max-width:100%; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; opacity:0; visibility:hidden; transition:all .3s ease;}
.news_swiper .swiper-container .swiper-slide:hover .img:after{ opacity:1; visibility:visible;}
.news_swiper .swiper-container .swiper-slide .txtbg{ }
.news_swiper .swiper-container .swiper-slide .txt{ margin-top:5px;}
.news_swiper .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px;}
.news_swiper .swiper-container .swiper-slide .txt .h4{ font-size:12px; line-height:22px; color:#777;}
.news_swiper .swiper-pagination{ display:none;}
.news_swiper .swiper-pagination .swiper-pagination-bullet{}
.news_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.news_swiper .swiper-button-prev,.news_swiper .swiper-button-next{ text-align:center; width:40px; height:40px; line-height:40px; margin-top:-20px; background:rgba(0,0,0,.5) !important; color:#fff; font-size:20px; transition:all .3s ease; top:40%;}
.news_swiper .swiper-button-prev:hover,.news_swiper .swiper-button-next:hover{ background:var(--primary-color) !important;}
.news_swiper .swiper-button-prev{ left:0;}
.news_swiper .swiper-button-next{ right:0;}
@media(max-width:999px){
.newsDetail1 .list1{ margin-bottom:60px;}
.newsDetail1 .list1 .h1{ font-size:18px; line-height:28px; margin-bottom:25px;}
.prev_next1{ font-size:15px; line-height:35px; margin-bottom:30px;}
.inshare2{ padding:20px; font-size:18px; line-height:28px; margin-bottom:60px;}
}



.aboutus1bg{ padding:100px 0;}
.aboutus1{}
.aboutus1 .list1{display: flex; justify-content: space-between; align-items: center; margin-bottom:40px;}
.aboutus1_lt{ width:48%; text-align:right;}
.aboutus1_lt .h2{ font-size:55px; line-height:65px;}
.aboutus1_lt .h3{ font-size:24px; line-height:34px;}
.aboutus1_lt .line1{ width:150px; height:1px; background:#333; margin:1.56vw 0 3.12vw auto;}
.aboutus1_rt{ width:48%;}
.aboutus1_rt img{ display:block; width:100%;}
.aboutus1 .list2{}
.aboutus1 .list2 .txt{ font-size:15px; line-height:25px;}
@media(max-width:999px){
.aboutus1bg{ padding:60px 0;}
.aboutus1 .list1{display:block; margin-bottom:40px;}
.aboutus1_lt{ width:100%; text-align:left; margin-bottom:20px;}
.aboutus1_lt .nr_box{ padding:0 5%;}
.aboutus1_lt .h2{ font-size:38px; line-height:24px;}
.aboutus1_lt .h3{ font-size:24px; line-height:34px;}
.aboutus1_lt .line1{ margin:15px auto 5px 0;}
.aboutus1_rt{ width:100%;}
.aboutus1 .list2 .txt{ font-size:14px; line-height:24px;}
}

.tit5{ text-align:center;}
.tit5 .h2{ font-size:55px; line-height:65px; font-weight:bold;}
.tit5 .line1{ margin: 0 auto; width:150px; height:1px; background:#fff; margin-top:1.56vw;}
.aboutus2bg{ padding:150px 0; color:#fff; background-repeat:no-repeat; background-position:center; background-size:cover;}
.aboutus2{}
.aboutus2 .list{ margin-top:40px;}
.aboutus2 .list ul{display: flex;     justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.aboutus2 .list ul li{    width: calc((100% - 40px) / 2);/* width:calc((100% - 90px)/4); margin:0 0 30px 30px; background:rgba(3,169,244,0.9); border-bottom:6px solid var(--primary-color); text-align:center;*/}
.aboutus2 .list ul li:nth-child(2n-1){ margin-left:0; }
.aboutus2 .list ul li .nr_box{/* padding:50px 5%;*/}
.aboutus2 .list ul li .imgbg{width:100%; /*width:90px; margin:0 auto;*/}
.aboutus2 .list ul li .img{/* padding-bottom:100%; position:relative; background:var(--third-color); border-radius:100%; border:1px solid #fff; */}
.aboutus2 .list ul li .img img{width:100%;/* max-width:70%; max-height:70%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;*/}
.aboutus2 .list ul li .txt{ margin-top:50px;}
.aboutus2 .list ul li .txt .h2{ font-size:15px; line-height:25px; margin-bottom:25px;}
.aboutus2 .list ul li .txt .h3{ font-size:28px; line-height:38px; font-weight:bold;}
@media(max-width:999px){
.tit5 .h2{ font-size:38px; line-height:48px; }
.tit5 .line1{ margin-top:10px;}
.aboutus2bg{ padding:60px 0; }
.aboutus2 .list{ margin-top:40px;}
.aboutus2 .list ul li{ width:100%/* width:calc((100% - 10px)/2); margin:0 0 20px 10px; */}
/*.aboutus2 .list ul li:nth-child(2n-1){ margin-left:0; }
.aboutus2 .list ul li .nr_box{ padding:20px 5%;}*/
.aboutus2 .list ul li .imgbg{ width:100%; }
.aboutus2 .list ul li .txt{ margin-top:20px;}
.aboutus2 .list ul li .txt .h2{ font-size:15px; line-height:25px; margin-bottom:5px;}
.aboutus2 .list ul li .txt .h3{ font-size:28px; line-height:38px; }
}



.in_news1_txt{ text-align:center; margin-bottom:30px;}
.in_news1_txt .h2{ font-size:32px; line-height:42px; font-weight:bold; color:var(--primary-color);}
.in_news1_txt .h3{ font-size:15px; line-height:25px; margin-top:20px;}

.in_news1{ border:1px solid #f0f0ed; padding:20px;}
.in_news1 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.in_news1 ul li{ width:calc((100% - 80px)/3 - 2px); margin:0 0 40px 40px; border:1px solid #ebeaea; border-bottom-width:3px;}
.in_news1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.in_news1 ul li .nr_box{}
.in_news1 ul li .img{ padding-bottom:56%; position:relative; overflow:hidden;}
.in_news1 ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.in_news1 ul li .img:before{ content:""; width:100%; height:100%; background:-webkit-linear-gradient(top, rgba(1,156,213,0.5) 0%, #019CD5 100%) !important; position:absolute; top:0; left:0; z-index:1; opacity:0; visibility:hidden; transition:all .3s ease;}
.in_news1 ul li:hover .img:before{ opacity:1; visibility:visible;}
.in_news1 ul li .img:after{ content:"\f0c1";font: normal normal normal 40px/1 FontAwesome; max-width:100%; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; opacity:0; visibility:hidden; transition:all .3s ease;}
.in_news1 ul li:hover .img:after{ opacity:1; visibility:visible;}
.in_news1 ul li .txt{ padding:25px 20px;}
.in_news1 ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.in_news1 ul li .txt .h3{ font-size:12px; line-height:22px; color:#777;}
@media(max-width:999px){
.in_news1_txt{ margin-bottom:30px;}
.in_news1_txt .h2{ font-size:24px; line-height:34px; }
.in_news1_txt .h3{ font-size:14px; line-height:24px; margin-top:10px;}

.in_news1 ul li{ width:calc(100% - 2px); margin:0 0 30px 0; }
.in_news1 ul li .txt{ padding:25px 20px;}
.in_news1 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px; }
.in_news1 ul li .txt .h3{ font-size:12px; line-height:22px; }
}


.in_support1bg{ padding:100px 0;}
.in_support1{}
.in_support1 ul li{ float:left; width:calc((100% - 80px)/3); margin:0 0 40px 40px;}
.in_support1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.in_support1 ul li .img{ height:80px; position:relative;}
.in_support1 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; }
.in_support1 ul li .txt{ margin-top:60px; text-align:center;}
.in_support1 ul li .txt .h2{ font-size:24px; line-height:34px;}
.in_support1 ul li .txt .h3{ font-size:15px; line-height:25px; color:#777; margin-bottom:20px;}
.in_support1 ul li .txt .line1{ margin:0 auto; width:70px; height:1px; background:#827f7f; margin-top:30px; margin-bottom:20px;}
.in_support1 ul li .txt .btn{ font-size:14px; line-height:34px;}
.in_support1 ul li .txt .btn a{ display:inline-block; width:50px; border:1px solid transparent;}
.in_support1 ul li .txt .btn a:hover{ border-color:var(--primary-color); color:var(--primary-color);}
@media(max-width:999px){
.in_support1bg{ padding:60px 0;}
.in_support1 ul li{ width:100%; margin:0 0 30px 0;}
.in_support1 ul li .img{ height:80px; }
.in_support1 ul li .txt{ margin-top:20px; }
.in_support1 ul li .txt .h2{ font-size:18px; line-height:28px;}
.in_support1 ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
.in_support1 ul li .txt .line1{ margin-top:20px; margin-bottom:10px;}
}




.in_contact1bg{ padding:60px 0;}
.in_contact1{}
.in_contact1 .list{ margin-top:60px;}
.in_contact1 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.in_contact1 .list ul li{ width:calc((100% - 10px)/2); margin: 0 0 10px 10px; background:#fff;}
.in_contact1 .list ul li:nth-child(2n-1){ margin-left:0;}
.in_contact1 .list ul li.li1{ width:100%; margin-left:0;}
.in_contact1 .list .text1{ border:1px solid #d2d2d2; background:#fff; height:38px; line-height:38px; padding:0 10px; width:calc(100% - 22px);}
.in_contact1 .list .text2{ border:1px solid #d2d2d2; background:#fff; height:120px; line-height:24px; padding:10px 10px; width:calc(100% - 22px);}
.in_contact1 .list .text3{ border:1px solid #d2d2d2; background:#fff; height:38px; line-height:38px; padding:0 10px; width:calc(100% - 182px);}
.in_contact1 .list .yzm{display: flex; justify-content: space-between; align-items: center;}
.in_contact1 .list .yzm img{ display:block; width:150px; height:40px; cursor:pointer;}
.in_contact1 .list .h3{ font-size:15px; line-height:25px; color:#777; margin-bottom:5px;}
.in_contact1 .list .button1{ display:block; margin:0 auto; border:none; background:var(--secondary-color); color:#fff; font-weight:bold; text-align:center; font-size:14px; width:150px; height:40px; line-height:40px; cursor:pointer; transition:all .3s ease; text-transform:uppercase;}
.in_contact1 .list .button1:hover{ background:var(--primary-color);}
@media(max-width:999px){
.in_contact1bg{ padding:40px 0;}
.in_contact1 .list{ margin-top:40px;}
}

.in_contact2bg{ padding:60px 0;}
.in_contact2{}
.in_contact2 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.in_contact2 ul li{ width:calc((100% - 120px)/3); margin:0 0 40px 40px; border-top:5px solid transparent; padding-top:5px;    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;}
.in_contact2 ul li:hover{ border-top-color:var(--primary-color);}
.in_contact2 ul li:nth-child(3n-2){ margin-left:0; }
.in_contact2 ul li:nth-child(7),.in_contact2 ul li:nth-child(8){ width:calc((100% - 40px)/2);}
.in_contact2 ul li:nth-child(7) img{
    display: none!important;
}
.in_contact2 ul li:nth-child(8) img{
    display: none!important;
}
.in_contact2 ul li .txt{ margin-bottom:20px;}
.in_contact2 ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:10px; text-align:center;}
.in_contact2 ul li .txt .h3{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:10px;}
.in_contact2 ul li .txt .h4{ font-size:14px; line-height:24px; color:#777;}
.in_contact2 ul li .txt .h4 dl dd{ padding-left:35px; position:relative; margin-bottom:5px;}
.in_contact2 ul li .txt .h4 dl dd i{ width:30px; line-height:24px; text-align:center; position:absolute; left:0; top:0; color:var(--primary-color);}
.in_contact2 ul li .img{ /*padding-bottom:75%; position:relative;*/}
.in_contact2 ul li .img img{width:100%; height:100%;/* position:absolute;*/ top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.in_contact2bg{ padding:40px 0;}
.in_contact2 ul li{ width:100% !important; margin:0 0 30px 0; }
.in_contact2 ul li .txt{ margin-bottom:20px;}
.in_contact2 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px; }
.in_contact2 ul li .txt .h3{ font-size:18px; line-height:28px; margin-bottom:10px;}
}


.in_service1bg{ padding:100px 0;}
.in_service1{}
.in_service1 .tit5 .line1{ background:#ccc;}
.in_service1 .list{ margin-top:60px;}
.in_service1 .list ul li{ float:left; width:calc((100% - 120px)/4); margin:0 0 40px 40px;}
.in_service1 .list ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.in_service1 .list ul li .img{ height:115px; position:relative;}
.in_service1 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.in_service1 .list ul li .txt{ margin-top:20px; text-align:center;}
.in_service1 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.in_service1 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.in_service2bg{}
.in_service2{ padding:60px 0; border-top:1px solid #e0dede;}
.in_service2 .h1{ font-size:24px; line-height:34px; font-weight:bold; color:var(--primary-color); margin-bottom:20px;}
.in_service2 .list{ font-size:15px; line-height:25px;}
@media(max-width:999px){
.in_service1bg{ padding:60px 0;}
.in_service1 .list{ margin-top:40px;}
.in_service1 .list ul li{ width:100%; margin:0 0 30px 0;}
.in_service1 .list ul li .img{ height:115px; }
.in_service1 .list ul li .txt{ margin-top:20px; }
.in_service1 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.in_service1 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.in_service2{ padding:40px 0; }
.in_service2 .h1{ font-size:24px; line-height:34px; margin-bottom:20px;}
.in_service2 .list{ font-size:14px; line-height:24px;}


	.head .h_search_box {
    width: 349px;
    height: 79px;
    top: 42px;
    right: 0; left:inherit;}
	
}




















