/*common start*/
:root {
    --primary-color: #FFF5F7;
    --main-color: #FDE2E4;
    --main-color-white: #fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family: Arial,'Microsoft YaHei'; color:#333; overflow-x:hidden; }
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1440px; 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:#FAFAFC; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ }
.head2{ height:100px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:22%; height:80px; position:relative; transition:all .3s ease;}
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head2 .rt{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_search_btn{ width:24px; height:20px; font-size:20px; color:#666; cursor:pointer; display:none;}
.head .h_search_btn:hover{ }
/*menu*/
.head .menu{ height:60px; line-height:60px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:18px; position:relative; padding:0 1.3vw; font-weight:bold;}
/*.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:var(--primary-color);color:var(--primary-color);}*/
/*.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; left:0; bottom:30px;}
.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.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:200px; background:#fff; box-shadow:1px 4px 10px rgba(0,0,0,0.05); 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 #eee;}
.head .menu>ul>li ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px; text-align:center; white-space:nowrap; position:relative;}
.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:90px;}
.head.active1{ box-shadow:0 10px 50px -2px rgb(0 0 0 / 14%);}
@media(min-width:999px){
.head .h_search_box{ margin-left:1.56vw;}
.head .h_search{}
.head .h_search .form{ width:12.5vw; height:38px; border:1px solid #eee; background:#fff; border-radius:4px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:38px; line-height:38px; padding:0 0 0 10px; width:calc(100% - 50px);}
.head .h_search .form .button1{ float:right; border:none; background:none; color:#666; height:38px; line-height:38px; width:40px; font-size:20px; text-align:center; cursor:pointer; transition:all .3s ease;}
.head .h_search .form .button1:hover{ color:var(--primary-color);}
}
@media(max-width:1399px){
.head .menu>ul>li>a{ font-size:16px; padding:0 1.04vw; }
}
@media(max-width:999px){
.head_height{ height:60px;}
.head{ position:fixed;}
.head2{ height:60px !important;}
.head .logo{ width:50%; height:60px !important; }
.head .h_search_btn{ display:block;}
.head .h_search_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.head .h_search_close1{ width:100%; height:100%; background:rgba(0,0,0,.9); position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; max-width:650px; background:#fff; position:absolute; left:50%; top:40%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ box-shadow:0px 0px 5px #ccc; padding:40px 20px; position:relative;}
.head .h_search_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; position:absolute; top:10px; right:10px; cursor:pointer; transition:all .3s ease;}
.head .h_search_close2:hover{ transform:rotate(360deg);}
.head .h_search .form{ height:40px; border:1px solid #ccc; overflow:hidden; border-radius:4px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 50px);}
.head .h_search .form .button1{ float:right; border:none; background:none; color:#666; height:40px; line-height:40px; width:40px; font-size:16px; text-align:center; cursor:pointer; transition:all .3s ease;}
.head .h_search .form .button1:hover{ background:var(--primary-color);}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; position:relative; display:none; margin-left:15px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#666; 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% - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:999;}
.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 5%;}
.head .nav_list>ul>li{ padding:10px 5%; border-bottom:1px solid #eee;}
.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:"\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 0; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
.head .nav .h_phone{ padding:15px 5%; margin:0; display:none;}
@media(max-width:999px){
.head .nav_open{ display:block;}
.head .nav .h_phone{ display:flex;}
}


.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:40px; height:10px; width:100%;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; border-radius:10px; margin:0 4px; background:#000; opacity:.3; transition:all .3s ease;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:30px; 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:100%; background:rgba(0,0,0,.1); color:#000; font-size:24px; transition:all .3s ease;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:var(--primary-color); color:#000;}
.banner_swiper .swiper-button-prev{ left:40px;}
.banner_swiper .swiper-button-next{ right:40px;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide img{ }
.banner_swiper .swiper-pagination{ bottom:10px; height:6px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ width:6px; height:6px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:20px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
.banner_swiper .swiper-button-prev{ left:10px;}
.banner_swiper .swiper-button-next{ right:10px;}
}


.tit1{ border-bottom:2px solid #E0E0E0; padding-bottom:10px;}
.tit1 .h2{ font-size:22px;}
.tit1 .h2 span{ font-size:3vw; color:black; }
.tit1 .h2 strong{ }
.con01bg{ margin:80px 0;}
.con01{display: flex; justify-content: space-between;/* align-items: center;*/}
.con01_lt{ width:45%; position:relative;}
.con01_lt .list{ margin-top:4.16vw;}
.con01_lt .list .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.con01_lt .list .h3{ font-size:2.6vw; line-height:1em; text-align:center; font-weight:bold; width:18.28vw; height:18.28vw; border-radius:100%; background:linear-gradient(0,#FFFFFF 0%,#FEFDF8 9%,#FEF9E5 22%,#FEF2C6 37%,#FDE99B 53%,#FDDD64 72%,#FCCF22 91%,#FCC800 100%); position:absolute; bottom:-2.34vw; left:0; z-index:-1;}
.con01_lt .list .h3 span{ display:block; padding:9.9vw 0 0 0;}
.con01_rt{ width:54%; position:relative;}
.con01_rt .img1{ width:80%; float:right; margin-bottom:35px;}
.con01_rt .img1 img{ display:block; width:100%;}
.con01_rt .img2{ width:35%; position:absolute; bottom:0; left:0;}
.con01_rt .img2 img{ display:block; width:100%;}
.con01_rt .h4{ font-size:30px; line-height:40px; text-align:right;}
.con01_rt .h4 i{ display:block; }
@media(max-width:999px){
.tit1{ border-bottom:1px solid #E0E0E0; padding-bottom:5px;}
.tit1 .h2{ font-size:14px;}
.tit1 .h2 span{ font-size:24px; }
.con01bg{ margin:40px 0;}
.con01{display:block;}
.con01_lt{ width:100%; margin-bottom:20px;}
.con01_lt .list{ margin-top:20px;}
.con01_lt .list .h2{ font-size:16px; line-height:26px; }
.con01_lt .list .h3{ font-size:2.6vw; line-height:1em; width:18.28vw; height:18.28vw; bottom:-10.34vw; left:0; }
.con01_lt .list .h3 span{ padding:9.9vw 0 0 0;}
.con01_rt{ width:100%; }
.con01_rt .img1{ width:100%; margin-bottom:35px;}
.con01_rt .img2{ width:35%; bottom:0; left:0;}
.con01_rt .h4{ font-size:20px; line-height:30px; }
}


.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; font-size:48px; line-height:94px; padding:0 40px; min-width:460px; background:var(--primary-color); color:#000; transition:all .3s ease; border-radius:90px;display: inline-flex; justify-content: center; align-items: center;}
.more1 span:hover{}
.more1 span i{ display:inline-block; width:44px; height:44px; border-radius:100%; font-size:0; background:url(../images/bg_more1.png) center no-repeat; background-size:contain; margin-left:25px; transition:all .3s ease;}
.more1 span:hover i{ margin-left:15px;}
.con02bg{ margin:80px 0;}
.con02{}
.con02 .list{ margin-top:60px; margin-bottom:60px;}
.hot_swiper{ position:relative; padding:0 90px ;}
.hot_swiper .swiper-container { width: 100%; }
.hot_swiper .swiper-container .swiper-slide { position:relative; background:#f4f4f4; height:auto;}
.hot_swiper .swiper-container .swiper-slide .img{ padding-bottom:67%; position:relative; overflow:hidden; background:#e0e0e0;}
.hot_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;}
.hot_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.hot_swiper .swiper-container .swiper-slide .txt{ padding:10px 20px; color:#333;display: flex; justify-content: space-between;/* align-items: center;*/ flex-direction:row-reverse;}
.hot_swiper .swiper-container .swiper-slide .txt .h2{ font-size:30px; line-height:40px; width:30px; font-weight:bold; text-align:center;}
    .hot_swiper .swiper-container .swiper-slide .txt .h3 {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        font-size: 20px;
        line-height: 30px;
        width: calc(100% - 40px);
    }
.hot_swiper .swiper-pagination{ display:none;}
.hot_swiper .swiper-pagination .swiper-pagination-bullet{  }
.hot_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.hot_swiper .swiper-button-prev,.hot_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:100%; background:#E0E0E0; color:#333; font-size:30px; transition:all .3s ease;}
.hot_swiper .swiper-button-prev:hover,.hot_swiper .swiper-button-next:hover{ background:var(--primary-color); color:#fff;}
.hot_swiper .swiper-button-prev{ left:0px;}
.hot_swiper .swiper-button-next{ right:0px;}
@media(max-width:999px){
.more1 span{ font-size:24px; line-height:60px; padding:0 20px; min-width:calc(100% - 40px); }
.more1 span i{ width:30px; height:30px; margin-left:15px; }
.more1 span:hover i{ margin-left:5px;}
.con02bg{ margin:40px 0;}
.con02 .list{ margin-top:20px; margin-bottom:20px;}
.hot_swiper{ padding:0 ;}
.hot_swiper .swiper-container .swiper-slide .txt{ padding:10px 10px; }
.hot_swiper .swiper-container .swiper-slide .txt .h2{ font-size:20px; line-height:30px; width:24px; }
.hot_swiper .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px; width:calc(100% - 30px);}
.hot_swiper .swiper-button-prev,.hot_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px; }
}


.con03bg{ margin:80px 0;}
.con03{}
.con03 .list{ margin-top:60px;}
.new_swiper{ position:relative; padding:0 90px ;}
.new_swiper .swiper-container { width: 100%; }
.new_swiper .swiper-container .swiper-slide { position:relative; background:#f4f4f4;}
.new_swiper .swiper-container .swiper-slide .img{ overflow:hidden; }
.new_swiper .swiper-container .swiper-slide .img img{ display:block; width:100%; transition:all .3s ease;}
.new_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.new_swiper .swiper-pagination{ display:none;}
.new_swiper .swiper-pagination .swiper-pagination-bullet{  }
.new_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.new_swiper .swiper-button-prev,.new_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:100%; background:#E0E0E0; color:#333; font-size:30px; transition:all .3s ease;}
.new_swiper .swiper-button-prev:hover,.new_swiper .swiper-button-next:hover{ background:var(--primary-color); color:#fff;}
.new_swiper .swiper-button-prev{ left:0px;}
.new_swiper .swiper-button-next{ right:0px;}
@media(max-width:999px){
.con03bg{ margin:40px 0;}
.con03 .list{ margin-top:20px;}
.new_swiper{ padding:0  ;}
.new_swiper .swiper-button-prev,.new_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px; }
}


.con04bg{ margin:80px 0;}
.con04{}
.con04_list1{ margin-top:80px;display: flex; justify-content: space-between; align-items: center;}
.con04_lt{ width:26%;}
.con04_lt ul li{}
.con04_lt ul li .txt{}
.con04_lt ul li .h2{ font-size:21px; font-weight:bold;}
.con04_lt ul li .h2 span{ color:var(--primary-color); font-size:3.4vw; font-weight:normal;}
.con04_rt{ width:70%;}
.con04_rt img{ display:block; width:100%;}
.con04_list2{ margin-top:80px;}
.con04_list2 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con04_list2 ul li{ width:calc(100%/9 - 2px); border:1px solid #eee;}
.con04_list2 ul li .img{ padding-bottom:52%; position:relative; overflow:hidden;}
.con04_list2 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;
-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.con04_list2 ul li:hover .img img{ transform:scale(1.1);
-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none;}
@media(max-width:999px){
.con04bg{ margin:40px 0;}
.con04_list1{ margin-top:20px;display:block;}
.con04_lt{ width:100%; margin-bottom:20px;}
.con04_lt ul li{ margin-bottom:10px;}
.con04_lt ul li .h2{ font-size:16px; }
.con04_lt ul li .h2 span{ font-size:24px; }
.con04_rt{ width:100%;}
.con04_list2{ margin-top:20px;}
.con04_list2 ul li{ width:calc(100%/3 - 2px); }
}


.con05bg{ margin:80px 0;}
.con05{}
.con05 .list{ margin-top:60px;}
.con05 .list ul{display: flex; justify-content: center;/* align-items: center;*/ flex-wrap:wrap;}
.con05 .list ul li{ width:30%; margin:0 0 60px 5%; text-align:center;}
.con05 .list ul li:nth-child(3n-2){ margin-left:0;}
.con05 .list ul li .img{ padding-bottom:50%; position:relative; overflow:hidden;}
.con05 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con05 .list ul li .txt{ margin-top:20px;}
.con05 .list ul li .txt .h2{ font-size:26px; line-height:40px; font-weight:bold;}
.con05 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.con05bg{ margin:40px 0;}
.con05 .list{ margin-top:20px;}
.con05 .list ul li{ width:45%; margin:0 0 20px 10%; }
.con05 .list ul li:nth-child(3n-2){ margin-left:10%;}
.con05 .list ul li:nth-child(2n-1){ margin-left:0;}
.con05 .list ul li .txt{ margin-top:10px;}
.con05 .list ul li .txt .h2{ font-size:13px; line-height:28px; }
.con05 .list ul li .txt .h3{ font-size:12px; line-height:24px;}
}


.con06bg{ margin:80px 0;}
.con06{}
.con06 .list{ margin-top:60px;}
.con06 .list ul{display: flex; justify-content: center;/* align-items: center;*/ flex-wrap:wrap;}
.con06 .list ul li{ width:45%; margin:0 0 40px 10%; background:#F4F4F4; border-radius:10px;}
.con06 .list ul li:nth-child(2n-1){ margin-left:0;}
.con06 .list ul li .txt{ padding:25px 0;}
.con06 .list ul li .txt .h2{ font-size:2.86vw; line-height:1.2em; text-align:center; margin-bottom:20px;}
.con06 .list ul li .txt .h3{ font-size:30px; line-height:40px; text-align:right;display: flex; justify-content: flex-end; align-items: center; padding:0 8% 0 0;}
.con06 .list ul li .txt .h3 i{ display:inline-block; margin-right:5px; width:30px; height:28px; background:url(../images/ico_download.png) center no-repeat; background-size:contain;}
@media(max-width:999px){
.con06bg{ margin:40px 0;}
.con06 .list{ margin-top:20px;}
.con06 .list ul li{ width:100%; margin:0 0 20px 0; }
.con06 .list ul li .txt{ padding:15px 0;}
.con06 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.con06 .list ul li .txt .h3{ font-size:16px; line-height:26px; padding:0 5% 0 0;}
.con06 .list ul li .txt .h3 i{ margin-right:5px; width:22px; height:20px; }
}


.foot{ background:var(--primary-color); color:#000;}
.foot a{}
.foot a:hover{ color:#000;}
.foot1bg{ }
.foot1{}
.foot1 .list1{ padding:40px 0; display: flex; justify-content: space-between; align-items: center;}
.foot .f_logo{ width:20%;}
.foot .f_logo img{max-height:80px; max-width:100%;}
.foot .f_ewm{ width:12%; margin:0 auto;}
.foot .f_ewm img{ display:block; width:100%;}
.foot .f_share{}
.foot .f_share ul{ display: flex; justify-content: flex-start;/* align-items: center;*/}
.foot .f_share ul li{ text-align:center; margin:0 0 0 4.16vw;}
.foot .f_share ul li .img{ margin:0 auto; height:65px; position:relative;}
.foot .f_share 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;}
.foot .f_share ul li:hover .img img{ transform:scale(1.1); }
.foot .f_share ul li .txt{ margin-top:20px;}
.foot .f_share ul li .txt .h2{ font-size:12px; line-height:22px; color:#666;}
.foot .f_share ul li .txt .h3{ font-size:12px; line-height:22px;}
.foot1 .list2{ padding-bottom:20px; border-bottom:1px solid #000;}
.foot .f_contact{ font-size:22px; line-height:32px;}
.foot .f_contact ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap:wrap;}
.foot .f_contact ul li{ margin:0 3.12vw 0 0;}
.foot .f_contact ul li i{ margin-right:5px;}
.foot1 .list3{ padding:20px 0; display: flex; justify-content: space-between; align-items: center; font-size:20px; line-height:30px; color:#666;}
.foot1 .list3 .lt{}
.foot1 .list3 .rt{}
@media(max-width:999px){
.foot{ margin-bottom:60px;}
.foot1 .list1{ padding:30px 0; display:block;}
.foot .f_logo{ width:100%; text-align:center; margin-bottom:20px;}
.foot .f_ewm{ width:40%;}
.foot .f_share ul{ justify-content: center; }
.foot .f_share ul li{ margin:0 1px;}
.foot .f_share ul li .img{ height:65px; }
.foot .f_share ul li .txt{ margin-top:10px;}
.foot .f_share ul li .txt .h2{ font-size:12px; line-height:22px; }
.foot .f_share ul li .txt .h3{ font-size:12px; line-height:22px;}
.foot1 .list2{ padding-bottom:15px;}
.foot .f_contact{ font-size:16px; line-height:26px;}
.foot .f_contact ul li{ width:100%; margin:0 0 10px 0;}
.foot1 .list3{ padding:15px 0; font-size:12px; line-height:22px; display:block; text-align:center;}
}



.index_add1bg{ margin:80px 0;}
.index_add1{}
.index_add1 .list{ margin-top:3.12vw; display: flex; justify-content: space-between;/* align-items: center;*/}
.index_add1_lt{ width:50%; position:relative;}
.index_add1_lt video{ display:block; width:100%;}
.index_add1_rt{display:flex;align-items:center; width:46%; position:relative;}
.index_add1_rt .txt{ font-size:20px; line-height:30px; font-weight:bold;}
@media(max-width:999px){
.index_add1bg{ margin:40px 0;}
.index_add1 .list{ margin-top:20px; display:block;}
.index_add1_lt{ width:100%;  margin-bottom:20px;}
.index_add1_rt{ width:100%;}
.index_add1_rt .txt{ font-size:16px; line-height:26px; }
}


.index_add2bg{ margin:80px 0;}
.index_add2{}
.index_add2 .list{ margin-top:3.12vw; margin-bottom:3.12vw;}
.shipin_swiper{ position:relative; padding:0 90px ;}
.shipin_swiper .swiper-container { width: 100%; }
.shipin_swiper .swiper-container .swiper-slide { position:relative; background:#f4f4f4; height:auto;}
.shipin_swiper .swiper-container .swiper-slide .img{ }
.shipin_swiper .swiper-container .swiper-slide .img video{ display:block; width:100%;}
.shipin_swiper .swiper-container .swiper-slide .txt{ padding:10px 20px; color:#333;  text-align:center;}
.shipin_swiper .swiper-container .swiper-slide .txt .h2{ font-size:30px; line-height:40px; font-weight:bold;}
.con02 .nr_box .h2 {
    font-size: 18px;
    text-align: center;
    padding: 10px 20px;
    color: #333; line-height: 40px;
    font-weight: bold;
}
.shipin_swiper .swiper-pagination{ display:none;}
.shipin_swiper .swiper-pagination .swiper-pagination-bullet{  }
.shipin_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.shipin_swiper .swiper-button-prev,.shipin_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:100%; background:#E0E0E0; color:#333; font-size:30px; transition:all .3s ease;}
.shipin_swiper .swiper-button-prev:hover,.shipin_swiper .swiper-button-next:hover{ background:var(--primary-color); color:#fff;}
.shipin_swiper .swiper-button-prev{ left:0px;}
.shipin_swiper .swiper-button-next{ right:0px;}
@media(max-width:999px){
.index_add2bg{ margin:40px 0;}
.index_add2 .list{ margin-top:20px; margin-bottom:20px;}
.shipin_swiper{ padding:0 ;}
.shipin_swiper .swiper-container .swiper-slide .txt{ padding:10px 10px; }
.shipin_swiper .swiper-container .swiper-slide .txt .h2{ font-size:20px; line-height:30px; }
    .con02 .nr_box .h2 {
        font-size: 20px;
        text-align: center;
       
    }
.shipin_swiper .swiper-button-prev,.shipin_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px; }
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; position:relative; z-index:1;}
.inbanner .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3;}
.inbanner .txt{ color:#fff; text-align:center;}
.inbanner .txt .h2{ font-size:36px; line-height:46px; }
.inbarbg{ border-bottom:1px solid #ddd;}
.inbar{
display: flex;
justify-content: space-between;
align-items: center;}
.innav{ font-size:16px; line-height:60px; }
.innav .h1{ background:var(--primary-color); color:#fff; font-size:20px; line-height:30px; font-weight:bold; padding:10px 10px; text-align:center; display:none;}
.innav .h1:after{content: "\f107"; font: normal normal normal 20px/1 FontAwesome; margin-left:5px;}
.innav>ul{
display: flex;
justify-content: center;
/*align-items: center;*/
flex-wrap:wrap;}
.innav>ul>li{ position:relative; padding:0 1.3vw;}
.innav ul li a{ display:block; text-align:center; position:relative;}
.innav ul li.hover{ color:var(--primary-color);}
.innav ul li.hover>a{ color:var(--primary-color); }
.innav ul li.hover>a:before{ content:""; width:100%; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:0;}
.innav ul li ul{ width:100%; min-width:120px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none; z-index:2;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li a{ font-size:14px; line-height:24px; padding:10px 10px;}
.weizhi{ font-size:14px; line-height:60px; color:#999; }
.weizhi i{ margin-right:5px;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner .txt .h2{ font-size:24px; line-height:34px; }
.inbarbg{ border:none;}
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block;}
.innav{ font-size:16px; line-height:26px; border:1px solid #eee;}
.innav .h1{ display:block;}
.innav>ul{ display:none;}
.innav>ul>li{ padding:0 ; border-bottom:1px solid #eee;}
.innav>ul>li:last-child{ border-bottom:none;}
.innav ul li a{ padding:10px 10px;}
.innav>ul>li>a{ font-weight:bold;}
.innav ul li.hover>a:before{ display:none;}
.innav ul li ul{ box-shadow:none; position:static; transform:translateX(0%); padding:0 0 5px 0;}
.innav ul li ul li a{ font-size:14px; line-height:24px; padding:5px 10px;}
.weizhi{ display:none;}
}

.insidebg{ padding:40px 0 80px 0; }
.inside{}
.inside_lt{ float:left; width:340px;}
.side_a{ background:#fff; overflow:hidden; padding:20px;}
.side_a .h1{ font-size:22px; line-height:32px; color:var(--primary-color); padding:15px 0; border-bottom:1px solid #ddd; margin-bottom:15px;}
.side_a .h1 strong{ }
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #ddd;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:12px 25px 12px 0; position:relative; cursor:pointer; background:url(../images/ico_right1.png) right 10px center no-repeat;}
.side_a ul li span:hover,.side_a ul li.hover>span{ color: var(--primary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f067";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.active1>span:after{ content:"\f068";}
.side_a ul li a{ display:inline-block; color:#333; font-size:14px; position:relative;}
.side_a ul li a:before{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; margin-right:10px;}
.side_a>ul>li>span a{ font-size:16px;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a ul li ul{ padding:0 0 10px 15px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 25px 10px 0; position:relative;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 380px); background:#fff; padding:20px;box-sizing: border-box;}
@media(max-width:999px){
.insidebg{ padding:20px 0 40px 0;}
.inside_lt{ width:100%; margin-bottom:20px;}
.side_a{ padding:0;}
.side_a .h1{ font-size:16px; line-height:26px; color:#fff; background:var(--primary-color); padding:10px 20px; margin-bottom:0;}
.side_a .h1 strong{ font-weight:normal;}
.side_a>ul{ display:none;}
.side_a ul li span{ padding:12px 25px 12px 20px; }
.side_a ul li ul li span{ padding:10px 25px 10px 20px; }
.inside_rt{ width:100%;}
}



.aboutus1bg{ margin:80px 0;}
.aboutus1{}
.aboutus1 .list{ margin-top:60px;display: flex; justify-content: space-between;/* align-items: center;*/}
.aboutus1_lt{ width:40%;}
.aboutus1_lt ul{display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.aboutus1_lt ul li{ width:46%; margin:0 0 0 4%; text-align:center; padding:1.56vw 0; border-top:2px solid #333;}
.aboutus1_lt ul li:nth-child(1),.aboutus1_lt ul li:nth-child(2){ border-top:none;}
.aboutus1_lt ul li:nth-child(2n-1){ margin-left:0;}
.aboutus1_lt ul li .txt{ }
.aboutus1_lt ul li .txt .h2{ font-size:50px; line-height:60px; color:black; font-weight:bold;}
.aboutus1_lt ul li .txt .h3{ font-size:24px; line-height:34px; font-weight:bold;}
.aboutus1_rt{ width:50%; /*max-width:560px;*/}
.aboutus1_rt img{ display:block; width:100%;}
@media(max-width:999px){
.aboutus1bg{ margin:40px 0;}
.aboutus1 .list{ margin-top:20px;display:block;}
.aboutus1_lt{ width:100%;}
.aboutus1_lt ul li{ width:46%; margin:0 0 0 4%; padding:10px 0; border-width:1px;}
.aboutus1_lt ul li .txt .h2{ font-size:24px; line-height:34px; }
.aboutus1_lt ul li .txt .h3{ font-size:14px; line-height:24px; }
.aboutus1_rt{ width:100%; max-width:100%;}
}
.aboutus2bg{ margin:80px 0;}
.aboutus2{}
.aboutus2 .list{ margin-top:40px;}
.aboutus2 .list .txt{ font-size:30px; line-height:40px; margin-bottom:60px;}
.aboutus5 .txt{margin-top:40px; font-size:30px; line-height:40px; margin-bottom:60px;}
.aboutus2 .list .img{display: flex; justify-content: space-between;/* align-items: center;*/}
.aboutus2 .list .img img{ width:45%;}
@media(max-width:999px){
.aboutus2bg{ margin:40px 0;}
.aboutus2 .list{ margin-top:20px;}
.aboutus2 .list .txt{ font-size:16px; line-height:26px; margin-bottom:20px;}
.aboutus5 .txt{ font-size:16px; line-height:26px; margin-bottom:20px;}
}
.aboutus3bg{ margin:80px 0;}
.aboutus3{}
.aboutus3 .list{ margin-top:60px;}
.environment_gallery{ position:relative; }
.environment_gallery-thumbs{ margin-top:30px;}
.environment_gallery-thumbs .swiper-container{}
.environment_gallery-thumbs .swiper-slide{ opacity:.9; cursor:pointer;}
.environment_gallery-thumbs .swiper-slide .img{ padding-bottom:58%; position:relative; overflow:hidden;}
.environment_gallery-thumbs .swiper-slide .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.environment_gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ opacity:1;}
.environment_gallery-top{}
.environment_gallery-top .swiper-container{}
.environment_gallery-top .swiper-slide{ position:relative;}
.environment_gallery-top .swiper-slide .img{ padding-bottom:58%; position:relative; overflow:hidden;}
.environment_gallery-top .swiper-slide .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.environment_gallery-top .swiper-slide.swiper-slide-active{ z-index:2;}
.environment_swiper{ position:relative;}
.environment_swiper .swiper-container { width: 100%; }
.environment_swiper .swiper-container .swiper-slide { position:relative;}
.environment_swiper .swiper-container .swiper-slide .txt{ text-align:center; margin-top:40px; opacity:0; visibility:hidden; transition:all .5s ease;}
.environment_swiper .swiper-container .swiper-slide .txt .h2{ font-size:65px; line-height:94px; color:#000;}
.environment_swiper .swiper-container .swiper-slide.swiper-slide-active .txt{ opacity:1; visibility:visible;}
.environment_swiper .swiper-pagination{ display:none;}
.environment_swiper .swiper-pagination .swiper-pagination-bullet{ }
.environment_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.environment_swiper .swiper-button-prev,.environment_swiper .swiper-button-next{ width:44px; height:44px; margin:0; border-radius:100%; background-color:transparent; background-repeat:no-repeat; background-position:center; background-size:contain; font-size:0; transition:all .3s ease; position:static;}
.environment_swiper .swiper-button-prev:hover,.environment_swiper .swiper-button-next:hover{ }
.environment_swiper .swiper-button-prev{ background-image:url(../images/bg_more2.png);}
.environment_swiper .swiper-button-next{ background-image:url(../images/bg_more1.png);}
.environment_swiper .swiper-controls{display: flex; justify-content: space-between; align-items: center; width:520px; padding:0 40px; border-radius:90px;height:94px; background:var(--primary-color); margin:0 auto; margin-top:-94px;}
@media(max-width:999px){
.aboutus3bg{ margin:40px 0;}
.aboutus3 .list{ margin-top:20px;}
.environment_gallery-thumbs{ margin-top:10px;}
.environment_swiper .swiper-container .swiper-slide .txt{ margin-top:20px; }
.environment_swiper .swiper-container .swiper-slide .txt .h2{ font-size:20px; line-height:60px; }
.environment_swiper .swiper-button-prev,.environment_swiper .swiper-button-next{ width:30px; height:30px; }
.environment_swiper .swiper-controls{ width:calc(100% - 40px); padding:0 20px; height:60px; margin-top:-60px;}
}
.aboutus4bg{ margin:80px 0;}
.aboutus4{}
.aboutus4_list1{ margin-top:60px;}
.aboutus4_list1 .txt{ max-width:1050px; }
.aboutus4_list1 .txt:before{ content:""; display:block; width:100%; height:28px; background:url(../images/quote.png) left center no-repeat;}
.aboutus4_list1 .txt:after{ content:""; display:block; width:100%; height:28px; background:url(../images/unquote.png) right center no-repeat;}
.aboutus4_list1 .h2{ font-size:12px; line-height:2em; padding:20px 50px;}
.aboutus4_list1 .h3{ font-size:26px; line-height:36px; text-align:right; margin-top:20px;}
.aboutus4_list2{ margin-top:60px;}
.case_swiper{ position:relative;}
.case_swiper .swiper-container { width: 100%; }
.case_swiper .swiper-container .swiper-slide { position:relative;}
.case_swiper .swiper-container .swiper-slide ul{display: flex; justify-content: space-between; align-items: center;}
.case_swiper .swiper-container .swiper-slide ul li{ width:50%;}
.case_swiper .swiper-container .swiper-slide ul li .img{ padding-bottom:62%; position:relative; overflow:hidden;}
.case_swiper .swiper-container .swiper-slide ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.case_swiper .swiper-container .swiper-slide .txt{ text-align:center; margin-top:40px; opacity:0; visibility:hidden; transition:all .5s ease;}
.case_swiper .swiper-container .swiper-slide .txt .h2{ font-size:65px; line-height:94px; color:#000;}
.case_swiper .swiper-container .swiper-slide.swiper-slide-active .txt{ opacity:1; visibility:visible;}
.case_swiper .swiper-pagination{ display:none;}
.case_swiper .swiper-pagination .swiper-pagination-bullet{ }
.case_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.case_swiper .swiper-button-prev,.case_swiper .swiper-button-next{ width:44px; height:44px; margin:0; border-radius:100%; background-color:transparent; background-repeat:no-repeat; background-position:center; background-size:contain; font-size:0; transition:all .3s ease; position:static;}
.case_swiper .swiper-button-prev:hover,.case_swiper .swiper-button-next:hover{ }
.case_swiper .swiper-button-prev{ background-image:url(../images/bg_more2.png);}
.case_swiper .swiper-button-next{ background-image:url(../images/bg_more1.png);}
.case_swiper .swiper-controls{display: flex; justify-content: space-between; align-items: center; width:520px; padding:0 40px; border-radius:90px;height:94px; background:var(--primary-color); margin:0 auto; margin-top:-94px;}
@media(max-width:999px){
.aboutus4bg{ margin:40px 0;}
.aboutus4_list1{ margin-top:20px;}
.aboutus4_list1 .h2{ font-size:12px; line-height:2em; padding:10px 40px;}
.aboutus4_list1 .h3{ font-size:20px; line-height:30px; margin-top:10px;}
.aboutus4_list2{ margin-top:20px;}
.case_swiper .swiper-container .swiper-slide .txt{ margin-top:20px; }
.case_swiper .swiper-container .swiper-slide .txt .h2{ font-size:20px; line-height:60px; }
.case_swiper .swiper-button-prev,.case_swiper .swiper-button-next{ width:30px; height:30px; }
.case_swiper .swiper-controls{ width:calc(100% - 40px); padding:0 20px; height:60px; margin-top:-60px;}
}
.aboutus5bg{ margin:80px 0;}
.aboutus5{}
.aboutus5 .list{ margin-top:60px;}
.aboutus5 .list img{ display:block; margin:0 auto; max-width:100%;}
@media(max-width:999px){
.aboutus5bg{ margin:40px 0;}
.aboutus5 .list{ margin-top:20px;}
}

.aboutus6bg{ margin:80px 0;}
.aboutus6{}
.aboutus6_list1{ margin-top:40px; font-size:26px; line-height:26px;}
.aboutus6_list2{ margin-top:20px;}
.aboutus6_list2 ul{display: flex; justify-content: space-between; /*align-items: center;*/ flex-wrap:wrap;}
.aboutus6_list2 ul li{ width:48%; margin:0 0 0 4%; padding:40px 0; border-top:2px solid #333;}
.aboutus6_list2 ul li:nth-child(1),.aboutus6_list2 ul li:nth-child(2){ border-top:none;}
.aboutus6_list2 ul li:nth-child(2n-1){ margin-left:0;}
.aboutus6_list2 ul li .txt{}
.aboutus6_list2 ul li .txt .h2{ font-size:30px;display: flex; justify-content: space-between; align-items: center; margin-bottom:20px;}
.aboutus6_list2 ul li .txt .h2 strong{}
.aboutus6_list2 ul li .txt .h2 span{ text-align:center; font-size:25px; width:52px; line-height:52px; border-radius:100%; background:var(--primary-color); color:#000;}
.aboutus6_list2 ul li .txt .h3{ font-size:18px; line-height:32px;}
@media(max-width:999px){
.aboutus6bg{ margin:40px 0;}
.aboutus6_list1{ margin-top:20px; font-size:16px; line-height:26px;}
.aboutus6_list2{ margin-top:0px;}
.aboutus6_list2 ul li{ width:100%; margin:0 0 0 0; padding:20px 0; border-top:1px solid #333;}
.aboutus6_list2 ul li:nth-child(2){ border-top:1px solid #333;}
.aboutus6_list2 ul li .txt .h2{ font-size:18px; margin-bottom:5px;}
.aboutus6_list2 ul li .txt .h2 span{ font-size:20px; width:40px; line-height:40px; }
.aboutus6_list2 ul li .txt .h3{ font-size:14px; line-height:24px;}
}
.aboutus7bg{ margin:80px 0;}
.aboutus7{}
.aboutus7 .list{ margin-top:60px;}
.aboutus7 .list ul{display: flex; justify-content: space-between; /*align-items: center;*/ flex-wrap:wrap;}
.aboutus7 .list ul li{ width:45%; margin:0 0 60px 10%;}
.aboutus7 .list ul li:nth-child(2n-1){ margin-left:0;}
.aboutus7 .list ul li:nth-child(3){ width:100%; margin-left:0;}
.aboutus7 .list ul li .txt{}
.aboutus7 .list ul li .txt .h2{ font-size:32px; margin-bottom:20px;}
.aboutus7 .list ul li .txt .h2 span{ display:inline-block; vertical-align:text-bottom; color:var(--primary-color); font-size:68px;font-style: italic;}
.aboutus7 .list ul li .txt .h2 strong{ display:inline-block; vertical-align:text-bottom; margin-left:-64px;}
.aboutus7 .list ul li .txt .h3{ font-size:25px; line-height:42px;}
.aboutus7 .list ul li .txt .h3 span{ display:inline-block; background:var(--primary-color); color:#000; border-radius:8px; margin:10px 10px; padding:0 10px; min-width:160px;}
@media(max-width:999px){
.aboutus7bg{ margin:40px 0;}
.aboutus7 .list{ margin-top:20px;}
.aboutus7 .list ul li{ width:100%; margin:0 0 20px 0;}
.aboutus7 .list ul li .txt .h2{ font-size:20px; margin-bottom:10px;}
.aboutus7 .list ul li .txt .h2 span{ font-size:24px; }
.aboutus7 .list ul li .txt .h2 strong{  margin-left:-20px;}
.aboutus7 .list ul li .txt .h3{ font-size:14px; line-height:28px;}
.aboutus7 .list ul li .txt .h3 span{ margin:5px 5px; padding:0 10px; min-width:80px;}
}
.aboutus8bg{ margin:80px 0;}
.aboutus8{}
.aboutus8 .list{ margin-top:60px;}
.aboutus8 .list img{ display:block; margin:0 auto; max-width:100%;}
@media(max-width:999px){
.aboutus8bg{ margin:40px 0;}
.aboutus8 .list{ margin-top:20px;}
}
.aboutus9bg{ margin:80px 0;}
.aboutus9{ text-align:center;}
.aboutus9 .h2{ font-size:32px; line-height:42px; font-weight:bold; margin-top:20px;}
@media(max-width:999px){
.aboutus9bg{ margin:40px 0;}
.aboutus9 .h2{ font-size:20px; line-height:30px; margin-top:20px;}
}




.about3{width: 100%;padding: 115px 0;position: relative;background: url(../images/bg_3.jpg) center no-repeat;background-size: cover; overflow:hidden;}

.abo3Panel{width: 100%;}
.abo3Slide .swiper .swiper-slide{background: transparent;}
.abo3Panel .part{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.abo3Panel .part .img{width: 48%;}
.abo3Panel .part .img img{width: 100%;}
.abo3Panel .part .desc{width: 48%;}
.abo3Panel .part .year{font-size: 50px;font-weight: 600;color: #1a1a1a;}
.abo3Panel .part .txt{font-size: 24px;color: #333;line-height: 1.8;margin-top: 10px;position: relative;}
.abo3Panel .part .txt:after{content: '';width: 40px;display: block;height: 3px;background: #000;margin-top: 20px;}

.abo3Tab{width: 100%;height: 140px;}
.abo3Tab .warp{width: 100%;margin-left: auto;margin-right: auto;margin-top: 60px;background-position-x: center;background-image: url(../images/line1.png);background-repeat: repeat-x;background-position-y: 0;}
.abo3Swiper2{position: relative;overflow: hidden;padding-top: 30px !important;max-width: 1720px;margin: auto;width: 94%;}
.abo3Tab .year{width: 100%;text-align: center;font-size: 24px;font-weight: bold;color: #212529;position: relative;line-height: 50px;padding-top: 10px;cursor: default;}
.abo3Tab .year i{width: 6px;height: 6px;background-color: #999999;position: absolute;left: 50%;transform: translateX(-50%);z-index: 5;top: 0;border-radius: 50%;}

.abo3Tab .swiper .swiper-slide-thumb-active .year{color: #E72B1E;}
.abo3Tab .swiper .swiper-slide-thumb-active .year i{background: #E72B1E;}

.abo3Panel{ position:relative;}
.abo3Swiper1{ overflow:hidden;}
.abo3Panel .swiper-button-next,.abo3Panel .swiper-button-prev{width: 62px;height: 62px ; line-height:60px; text-align:center; background: transparent;border-radius: 0px;transition: all ease .3s;border: 1px solid #ccc;top: auto;bottom: 20px; font-size:30px;}
.abo3Panel .swiper-button-next{left: calc(52% + 80px);right: auto;}
.abo3Panel .swiper-button-prev{left: 52%;right: auto;}
.abo3Panel .swiper-button-next:after,.abo3Panel .swiper-button-prev:after{font-size: 20px;color: #333;}
@media only screen and (max-width: 1200px) {
.wapper_b {
    margin: 0 auto;
    padding: 0 10px;
}
.abo3Panel .part .year{font-size: 38px;}
.abo3Panel .part .txt{font-size: 20px;}
.abo3Panel .part .img img{height: 340px;object-fit: ocover;}


}
@media only screen and (max-width: 980px) {

.abo3Panel .part .year{font-size: 28px;}
.abo3Panel .part .txt{font-size: 16px;}
.abo3Panel .part .img img{height: 260px;object-fit: ocover;}

.abo1Warp .desc{width: 100%;margin-bottom: 20px;}
.abo1Warp .img{width: 100%;}
.abo3Panel .part .img{width: 100%;margin-bottom: 20px;}
.abo3Panel .part .img img{height: auto;}
.abo3Panel .part .desc{width: 100%;}
.abo3Panel .swiper-button-next, .abo3Panel .swiper-button-prev{display: none;}
.abo3Tab .year{font-size: 14px;}
.about3{padding: 80px 0 20px;}


}





