/*common start*/
:root{
 --primary-color:#FF5860;
 --secondary-color:#ffd9dc;
 --third-color:#fd6268;
 --main-color:#FF5860;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; color:#333; overflow-x:hidden;}
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:30px; /*padding:5px 0;*/}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:1200px; margin:0 auto;}
input,textarea,select{outline:none; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; }
}
/*common end*/



.head{ width:100%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head1bg{ width:100%; }
.head1{ height:80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .logo{ width:40%; height:100px; position:relative; margin-left:4%}
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head1 .rt{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-end;;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head1 .rt .h2{ font-size:12px; line-height:22px; font-weight:bold;}
.head1 .rt .h2 a{ color:#333;}
.head .h_search{ margin-left:30px;}
.head .h_search .form{ height:20px; border:1px solid #666;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:20px; line-height:20px; padding:0 0 0 10px; width:calc(100% - 30px);}
.head .h_search .form .button1{ float:right; border:none; background:none; height:20px; line-height:20px; width:20px; text-align:center; font-size:12px; cursor:pointer;}
.head .h_search .form .button1:hover{ opacity:.9;}
.head2bg{ width:100%; }
.head2{ height:40px; }
/*menu*/
.head .menu{ height:40px; line-height:40px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; position:relative; padding:0 2.56vw;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:bold; position:relative;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:var(--primary-color); font-weight:bold;}
.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:5px;}
.head .menu>ul>li ul{ width:fit-content; min-width:170px; background:#f9f9f9; box-shadow:0 5px 7px 0 rgba(0, 0, 0, 0.1); border-radius:10px; padding:10px 0; position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#333; display:block; font-size:14px; font-weight:normal; padding:5px 5px; line-height:24px; text-align:center; white-space:nowrap;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color); }
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}
.head.active1{ background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1);}
.head_height{ height:120px;}
@media(max-width:999px){
.head_height{ height:60px !important;}
.head{ background:#fff !important; box-shadow:0 0 10px rgba(0,0,0,.1) !important;}
.head1{ height:60px; }
.head .logo{ float:left; width:75%; height:60px; margin-right:0;}
.head1 .rt .h2{ display:none;}
.head .h_search{ display:none;}
.head2bg{ 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:#666; position:absolute; left:0; transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translate(0,-50%);}
.head .nav_open:before{ content:""; top:0; }
.head .nav_open:after{ content:""; bottom:0; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform: translateY(8px) rotate(45deg);}
.head .nav_open.active0:after{transform: translateY(-8px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 61px); border-top:1px solid #ededed; position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 5%;}
.head .nav_list>ul>li{ border-bottom:1px solid #ededed; padding:10px 5%;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 0 0 0; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative; }
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%;}
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-container .swiper-slide .txt{ color:#fff; text-align:center;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:32px; line-height:42px; font-weight:bold; text-shadow:#555 3px 3px 3px;}
.banner_swiper .swiper-pagination{ bottom:20px; height:16px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:12px; height:12px; border:2px solid #fff; background:none; opacity:1;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:8px; background:rgba(0,0,0,.5); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:15px; line-height:25px; }
.banner_swiper .swiper-pagination{ bottom:10px; height:12px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px; border:2px solid #fff; }
.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;}
.tit1 .h2{ font-size:38px; line-height:48px; position:relative; padding-bottom:20px;}
.tit1 .h2:before{ content:""; width:100px; height:3px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%);}
.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; border:1px solid var(--primary-color); color:var(--primary-color); background:#fff; font-size:16px; line-height:44px; width:153px; transition:all .3s ease;}
.more1 span:hover{ background:var(--primary-color); color:#fff;}
.con01bg{ padding:60px 0;}
.con01{}
.con01 .list{ margin-top:60px;}
.newsclass_gallery2{ position:relative;}
.newsclass_gallery2 .newsclass_gallery-thumbs{ margin-bottom:10px;}
.newsclass_gallery2 .newsclass_gallery-thumbs .swiper-container{}
.newsclass_gallery2 .newsclass_gallery-thumbs .swiper-slide{ width:auto; text-align:center; padding:1px 0;}
.newsclass_gallery2 .newsclass_gallery-thumbs .swiper-slide .h2{ display:inline-block; text-align:center; border:1px solid #E5E5E5; color:#333; cursor:pointer; font-size:16px; line-height:44px; width:142px;}
.newsclass_gallery2 .newsclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ border-color:var(--primary-color); background:var(--primary-color); color:#fff; }
.newsclass_gallery2 .newsclass_gallery-top{}
.newsclass_gallery2 .newsclass_gallery-top .swiper-container{}
.newsclass_gallery2 .newsclass_gallery-top .swiper-slide{ }
.newsclass_list{ margin-bottom:40px;}
.newsclass_list1{}
.newsclass_list1 ul li{ float:left; width:calc((100% - 60px)/3); margin:30px 0 0  30px; }
.newsclass_list1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.newsclass_list1 ul li .nr_box{ }
.newsclass_list1 ul li .img{ padding-bottom:68%; position:relative; overflow:hidden; background:#fff;}
.newsclass_list1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;object-fit: contain}
.newsclass_list1 ul li:hover .img img{ transform:scale(1.1);}
.newsclass_list1 ul li .txtbg{}
.newsclass_list1 ul li .txt{ color:#666; margin-top:20px;}
.newsclass_list1 ul li .txt .h2{ font-size:14px; line-height:30px; margin-bottom:10px; }
.newsclass_list1 ul li .txt .h2 strong{ display:inline-block; margin-right:20px; background:var(--secondary-color); color:var(--third-color); font-weight:normal; padding:0 15px;}
.newsclass_list1 ul li .txt .h2 span{ display:inline-block; color:#999; font-size:16px;}
.newsclass_list1 ul li .txt .h3{ font-size:20px; line-height:30px; font-weight:bold; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.newsclass_list1 ul li:hover .txt .h3{ color:var(--primary-color);}
.newsclass_list2{}
.newsclass_list2 ul li{ padding:30px 0; border-bottom:1px solid #ccc;}
.newsclass_list2 ul li .nr_box{ display: flex; justify-content: space-between;/* align-items: center;*/}
.newsclass_list2 ul li .date{ width:125px; height:100px; padding:0 10px; background:#F8F8F8; text-align:center; color:var(--primary-color);}
.newsclass_list2 ul li .date span{ display:block; border-bottom:1px solid #ccc; font-size:18px; line-height:28px; padding:20px 0 0 0;}
.newsclass_list2 ul li .date strong{ display:block; font-size:25px; line-height:35px;}
.newsclass_list2 ul li .txtbg{ width:calc(100% - 175px);}
.newsclass_list2 ul li .txt{ color:#666;}
.newsclass_list2 ul li .txt .h2{ font-size:22px; line-height:32px; font-weight:bold; color:#333; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.newsclass_list2 ul li .txt .h3{ font-size:16px; line-height:26px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.tit1 .h2{ font-size:38px; line-height:48px; padding-bottom:20px;}
.more1 span{ font-size:16px; line-height:44px; width:153px; }
.con01bg{ padding:60px 0;}
.con01 .list{ margin-top:40px;}
.newsclass_gallery2 .newsclass_gallery-thumbs{ margin-bottom:10px;}
.newsclass_gallery2 .newsclass_gallery-thumbs .swiper-slide .h2{ font-size:14px; line-height:40px; width:auto; display:block; margin:0 1px;}
.newsclass_gallery2 .newsclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ border-color:var(--primary-color); background:var(--primary-color); color:#fff; }
.newsclass_gallery2 .newsclass_gallery-top{}
.newsclass_gallery2 .newsclass_gallery-top .swiper-container{}
.newsclass_gallery2 .newsclass_gallery-top .swiper-slide{ }
.newsclass_list{ margin-bottom:40px;}
.newsclass_list1 ul li{ width:100%; margin:20px 0 0 0; }
.newsclass_list1 ul li .txt{ margin-top:20px;}
.newsclass_list1 ul li .txt .h2{ font-size:14px; line-height:30px; margin-bottom:10px; }
.newsclass_list1 ul li .txt .h2 strong{ margin-right:20px; padding:0 15px;}
.newsclass_list1 ul li .txt .h2 span{ font-size:16px;}
.newsclass_list1 ul li .txt .h3{ font-size:20px; line-height:30px; }
.newsclass_list2 ul li{ padding:20px 0; }
.newsclass_list2 ul li .date{ width:80px; height:100px; padding:0 5px; }
.newsclass_list2 ul li .date span{ font-size:18px; line-height:28px; padding:20px 0 0 0;}
.newsclass_list2 ul li .date strong{ font-size:25px; line-height:35px;}
.newsclass_list2 ul li .txtbg{ width:calc(100% - 100px);}
.newsclass_list2 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px; }
.newsclass_list2 ul li .txt .h3{ font-size:14px; line-height:24px; }
}


.con02bg{ padding:60px 0; background:#F8F8F8;}
.con02{}
.con02 .list{}
.newsclass_gallery{ position:relative;}
.newsclass_gallery .newsclass_gallery-thumbs{ }
.newsclass_gallery .newsclass_gallery-thumbs .swiper-container{}
.newsclass_gallery .newsclass_gallery-thumbs .swiper-container .swiper-wrapper{ justify-content: center;}
.newsclass_gallery .newsclass_gallery-thumbs .swiper-slide{ width:auto; text-align:center; padding:1px 0;}
.newsclass_gallery .newsclass_gallery-thumbs .swiper-slide .h2{ display:inline-block; text-align:center; border:1px solid #E5E5E5; color:#333; cursor:pointer; font-size:16px; line-height:44px; width:142px;}
.newsclass_gallery .newsclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ border-color:var(--primary-color); background:var(--primary-color); color:#fff; }
.newsclass_gallery .newsclass_gallery-top{}
.newsclass_gallery .newsclass_gallery-top .swiper-container{}
.newsclass_gallery .newsclass_gallery-top .swiper-slide{ }
.newsclass_list3{}
.newsclass_list3 ul li{ float:left; width:calc((100% - 60px)/3); margin:40px 0 0  30px; }
.newsclass_list3 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.newsclass_list3 ul li .txt{ color:#666;}
.newsclass_list3 ul li .txt .h2{ font-size:21px; line-height:25px; height:25px; color:#333; border-left:3px solid var(--primary-color); padding-left:7px; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.newsclass_list3 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; color:#999; margin-bottom:20px; padding-left:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.newsclass_list3 ul li .txt .h4{ font-size:14px; line-height:24px; color:var(--primary-color); padding-left:10px;}
.newsclass_list3 ul li .txt .h4 span{ display:inline-block; position:relative;}
.newsclass_list3 ul li .txt .h4 span:before{ content:""; width:0; height:3px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.newsclass_list3 ul li .txt .h4 span:hover:before{ width:100%;}
@media(max-width:999px){
.con02bg{ padding:60px 0; }
.newsclass_gallery .newsclass_gallery-thumbs .swiper-container .swiper-wrapper{ justify-content: flex-start;}
.newsclass_gallery .newsclass_gallery-thumbs .swiper-slide .h2{ display:block; font-size:14px; line-height:40px; width:auto; margin:0 1px;}
.newsclass_list3 ul li{ width:100%; margin:20px 0 0 0; }
.newsclass_list3 ul li .txt .h2{ font-size:20px; line-height:24px; height:24px; margin-bottom:20px; }
.newsclass_list3 ul li .txt .h4{ font-size:14px; line-height:24px; }
}


.con03bg{ padding:40px 0; background:#171a3d; color:#B5B5B5;}
.con03{ display: flex; justify-content: space-between; align-items: flex-start;}
.con03_lt{ width:50%;}
.con03_lt .h2{ font-size:18px; line-height:28px; color:var(--primary-color); margin-bottom:40px;}
.con03_lt .h3{ font-size:36px; line-height:46px; font-weight:bold; margin-bottom:10px;}
.con03_lt .h4{ font-size:16px; line-height:26px; margin-bottom:10px;}
.con03_lt .h5{ font-size:14px; line-height:24px; margin-bottom:30px;}
.con03_lt .h6{ font-size:16px; line-height:26px; display: flex; justify-content: space-between;/* align-items: center;*/}
.con03_lt .h6 a{ color:var(--primary-color);}
.con03_rt{ width:38%; position:relative;}
.con03_rt .img{}
.con03_rt .img img{ display:block; width:100%;}
.video1_open{ width:100px; height:100px; line-height:100px; border-radius:100%; background:var(--primary-color); color:#fff; font-size:40px; text-align:center; position:absolute; left:-50px; bottom:50px; cursor:pointer;}
.video1_open i{}
.video1_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.video1_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.video1bg{ width:90%; max-width:1200px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.video1_close2{ width:20px; height:20px; background:url(../images/chahao.png) center no-repeat; position:absolute; top:-20px; right:-20px; cursor:pointer; transition:all .3s ease; z-index:2; }
.video1_close2:hover{ transform:rotate(180deg);}
.video1{}
.video1 video{ display:block; width:100%;}
@media(max-width:999px){
.con03bg{ padding:40px 0; }
.con03{ display:block;}
.con03_lt{ width:100%; margin-bottom:20px;}
.con03_lt .h2{ font-size:18px; line-height:28px; margin-bottom:15px;}
.con03_lt .h3{ font-size:24px; line-height:34px; margin-bottom:5px;}
.con03_lt .h4{ font-size:16px; line-height:26px; margin-bottom:5px;}
.con03_lt .h5{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con03_lt .h6{ font-size:16px; line-height:26px; }
.con03_rt{ width:100%; }
.video1_open{ width:100px; height:100px; line-height:100px; font-size:40px; position:absolute; left:50%; bottom:auto; top:50%; transform:translate(-50%,-50%); }
}


.con04bg{ padding:60px 0; }
.con04{}
.con04 .list{}
.newsclass_gallery3{ position:relative;}
.newsclass_gallery3 .newsclass_gallery-thumbs{ margin-bottom:20px;}
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-container{}
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-container .swiper-wrapper{ justify-content: center;}
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-slide{ width:auto; text-align:center; padding:1px 0;}
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-slide .h2{ display:inline-block; text-align:center; border:1px solid #E5E5E5; color:#333; cursor:pointer; font-size:16px; line-height:44px; width:142px;}
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ border-color:var(--primary-color); background:var(--primary-color); color:#fff; }
.newsclass_gallery3 .newsclass_gallery-top{}
.newsclass_gallery3 .newsclass_gallery-top .swiper-container{}
.newsclass_gallery3 .newsclass_gallery-top .swiper-slide{ }
@media(max-width:999px){
.con04bg{ padding:60px 0; }
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-container .swiper-wrapper{ justify-content: flex-start;}
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-slide .h2{ display:block; font-size:14px; line-height:40px; width:auto; margin:0 1px;}
}


.foot{ background:#17193D; color:#B5B5B5;}
.foot a{ color:#B5B5B5;}
.foot a:hover{ color:#fff;}
.foot1bg{ padding:80px 0; border-bottom:1px solid #36384f;}
.foot1{}
.foot .f_link{ display: flex; justify-content: space-between; align-items: center; font-size:14px; line-height:24px;}
.foot .f_link .lt{ font-size:24px; line-height:34px; color:#fff;}
.foot .f_link .rt{ width:calc(100% - 200px);}
.foot .f_link .rt ul li{ float:left; width:25%; margin:5px 0;}
.foot2bg{ padding:60px 0;}
.foot2{ display: flex; justify-content: space-between; align-items: center;}
.foot2 .lt{ width:41%;}
.foot .f_logo{ margin-bottom:40px;}
.foot .f_logo img{ max-width:100%; max-height:70px;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot2 .ct{ width:33%;}
.foot .f_info{ font-size:14px; line-height:24px; text-align:center;}
.foot2 .rt{ width:33%;}
.foot .f_ewm{ text-align:center;}
.foot .f_ewm img{ display:block; margin:0 auto; width:100%; max-width:110px;}
.foot .f_ewm span{ display:block; font-size:14px; line-height:24px; margin-top:5px;}
.foot .foot_mobile{ display:none;}
.backToTop{ display:block; width:60px; height:60px; border-radius:100%; background:var(--primary-color) url(../images/top.png) center no-repeat; background-size:30px auto; position:fixed; right:60px; bottom:120px;}
.backToTop:hover{ opacity:.9;}
@media(max-width:999px){
.foot1bg{ padding:40px 0; }
.foot .f_link{ display: block; font-size:12px; line-height:22px;}
.foot .f_link .lt{ font-size:18px; line-height:28px; text-align:center; margin-bottom:10px;}
.foot .f_link .rt{ width:100%;}
.foot .f_link .rt ul li{ width:50%; margin:2px 0;}
.foot2bg{ padding:40px 0;}
.foot2{ align-items: flex-start; flex-wrap:wrap;}
.foot2 .lt{ width:50%;}
.foot .f_logo{ margin-bottom:20px;}
.foot .f_logo img{ max-height:50px;}
.foot .f_contact{ font-size:12px; line-height:22px;}
.foot2 .ct{ display:none;}
.foot .f_info{ font-size:12px; line-height:22px; }
.foot2 .rt{ width:50%;}
.foot .f_ewm img{ width:100%; max-width:90px;}
.foot .f_ewm span{ font-size:12px; line-height:22px; margin-top:5px;}
.foot .foot_mobile{ display:block; margin-top:20px;}
.backToTop{ width:45px; height:45px; background-size:20px auto; right:50px; bottom:100px;}
}


/*Add------------------------------------------------------------------------------*/

.inbannerbg{ position:relative;}
.inbanner{}
.inbanner img{ display:block; width:100%;}



.innav{}
.innav ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.innav ul li{ line-height:36px; margin-left:10px;}
.innav ul li a{ display:inline-block; vertical-align:top; text-align:center; border:1px solid #eee; background:#fafafa; color:#333; padding:0 20px; font-size:16px;}
.innav ul li:hover>a,.innav ul li.hover>a{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
@media(max-width:999px){
.innav{ display:none;}
}

.insidebg{ padding:40px 0 80px 0;}
.inside{}
.inside_lt{ float:left; width:240px;}
.side_a{ border:1px solid #ccc; font-size:14px; line-height:24px;}
.side_a .h1{ font-size:22px; line-height:32px; font-weight:bold; color:#333; padding:15px 15px; border-bottom:1px solid #ccc;}
.side_a ul{ }
.side_a ul li{}
.side_a>ul>li{ border-top:1px solid #ccc;}
.side_a>ul>li:nth-child(1){ border:none;}
.side_a ul li span{ display:block; padding:10px 10px 10px 15px; position:relative; cursor:pointer;}
.side_a ul li span:hover{ color:var(--primary-color);}
.side_a ul li.hover>span{ color:var(--primary-color);}
.side_a>ul>li>span:before{ content:""; width:3px; height:100%; position:absolute; left:0; top:0;}
.side_a>ul>li.hover>span:before,.side_a>ul>li.active1>span:before{ background:var(--primary-color);}
.side_a ul li a{ display:inline-block;}
.side_a ul li span:hover a{ color:var(--primary-color);}
.side_a ul li.hover>span a,.side_a ul li.active1>span a{ color:var(--primary-color);}
.side_a ul li.has_sub>span:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%);}
.side_a ul li.has_sub.active1>span:after{ content:"\f106";}
.side_a ul li ul{ padding:0 10px 10px 20px; display:none;}
.side_a ul li ul li span{ padding:5px 10px 5px 15px;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 270px);}
.weizhi{ font-size:14px; line-height:44px; height:44px; border-bottom:1px solid #ccc; padding-bottom:20px; margin-bottom:20px;}
.weizhi strong{ float:left; font-size:34px; color:var(--primary-color); font-weight:normal;}
.weizhi span{ float:right; color:#999; padding-left:20px; background:url(../images/icon-home.png) left center no-repeat;}
.weizhi span a{ color:#999;}
.inside_con{}
@media(max-width:999px){
.insidebg{ padding:30px 0 60px 0;}
.inside_lt{ display:none;}
.inside_rt{ width:100%;}
.weizhi{ font-size:14px; line-height:34px; height:34px; padding-bottom:10px; margin-bottom:20px;}
.weizhi strong{ font-size:24px; }
.weizhi span{ display:none;}
}



.leader1{ max-width:650px; margin:0 auto;}
.leader1 ul{ display: flex; justify-content: center;/*align-items: center;*/ flex-wrap:wrap;}
.leader1 ul li{ width:calc((100% - 45px)/4); margin:20px 0 20px 15px; box-shadow:0 0 10px rgba(0,0,0,.1); text-align:center;}
.leader1 ul li:nth-child(4n-3){ margin-left:0;}
.leader1 ul li .txt{ padding:40px 5px;}
.leader1 ul li .txt .h2{ font-size:24px; line-height:34px; margin-bottom:20px;}
.leader1 ul li .txt .h3{ font-size:14px; line-height:24px; min-height:72px; color:#999;}
@media(max-width:999px){
.leader1 ul li{ width:calc((100% - 15px)/2); margin:20px 0 20px 15px; }
.leader1 ul li:nth-child(4n-3){ margin-left:15px;}
.leader1 ul li:nth-child(2n-1){ margin-left:0;}
.leader1 ul li .txt{ padding:30px 5px;}
.leader1 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.leader1 ul li .txt .h3{ font-size:12px; line-height:22px; min-height:66px; color:#999;}
}



.honor1{}
.honor1 .list1{ font-size:16px; line-height:26px; margin-bottom:60px;}
.honor1 .list2{}
.honor_swiper{ padding-bottom:40px; position:relative;}
.honor_swiper .swiper-container { width: 100%; }
.honor_swiper .swiper-container .swiper-slide { position:relative; }
.honor_swiper .swiper-container .swiper-slide .img{ padding-bottom:140%; position:relative;}
.honor_swiper .swiper-container .swiper-slide .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.honor_swiper .swiper-pagination{ width:100%; bottom:0; }
.honor_swiper .swiper-pagination .swiper-pagination-bullet{ margin:0 2px;}
.honor_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.honor_swiper .swiper-button-prev,.honor_swiper .swiper-button-next{ text-align:center; width:40px; height:40px; line-height:40px; margin-top:-20px; border-radius:8px; background:rgba(0,0,0,.5); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.honor_swiper:hover .swiper-button-prev,.honor_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.honor_swiper .swiper-button-prev:hover,.honor_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.honor_swiper .swiper-button-prev{ left:0;}
.honor_swiper .swiper-button-next{ right:0;}
@media(max-width:999px){
.honor1 .list1{ font-size:16px; line-height:26px; margin-bottom:40px;}
}



.news1{}
.news1 ul li{ padding:30px 0; border-bottom:1px solid #ccc;}
.news1 ul li .nr_box{ display: flex; justify-content: space-between;/* align-items: center;*/}
.news1 ul li .date{ width:125px; height:100px; padding:0 10px; background:#F8F8F8; text-align:center; color:var(--primary-color);}
.news1 ul li .date span{ display:block; border-bottom:1px solid #ccc; font-size:18px; line-height:28px; padding:20px 0 0 0;}
.news1 ul li .date strong{ display:block; font-size:25px; line-height:35px;}
.news1 ul li .txtbg{ width:calc(100% - 175px);}
.news1 ul li .txt{ color:#666;}
.news1 ul li .txt .h2{ font-size:22px; line-height:32px; font-weight:bold; color:#333; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.news1 ul li .txt .h3{ font-size:16px; line-height:26px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.news1 ul li{ padding:20px 0; }
.news1 ul li .date{ width:80px; height:100px; padding:0 5px; }
.news1 ul li .date span{ font-size:18px; line-height:28px; padding:20px 0 0 0;}
.news1 ul li .date strong{ font-size:25px; line-height:35px;}
.news1 ul li .txtbg{ width:calc(100% - 100px);}
.news1 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px; }
.news1 ul li .txt .h3{ font-size:14px; line-height:24px; }
}



.intercollaborate1{}
.intercollaborate1 .list1{ margin-top:40px; margin-bottom:60px;}
.pic1_swiper{ margin:0 auto; max-width:894px; padding-bottom:40px; position:relative;}
.pic1_swiper .swiper-container { width: 100%; }
.pic1_swiper .swiper-container .swiper-slide { position:relative; }
.pic1_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.pic1_swiper .swiper-pagination{ width:100%; bottom:0; }
.pic1_swiper .swiper-pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#fff; border:2px solid #C9C9C9; margin:0 4px; opacity:1;}
.pic1_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:var(--primary-color); border-color:var(--primary-color); opacity:1;}
.pic1_swiper .swiper-button-prev,.pic1_swiper .swiper-button-next{ text-align:center; width:40px; height:40px; line-height:40px; margin-top:-20px; border-radius:8px; background:rgba(0,0,0,.5); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease; display:none;}
.pic1_swiper:hover .swiper-button-prev,.pic1_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.pic1_swiper .swiper-button-prev:hover,.pic1_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.pic1_swiper .swiper-button-prev{ left:0;}
.pic1_swiper .swiper-button-next{ right:0;}
.intercollaborate1 .list2{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.intercollaborate1 .list1{ margin-bottom:40px;}
}



.cygs1{}
.cygs1 ul li{ float:left; width:calc((100% - 60px)/3); margin:40px 0 0  30px; }
.cygs1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.cygs1 ul li .txt{ color:#666;}
.cygs1 ul li .txt .h2{ font-size:21px; line-height:25px; height:25px; color:#333; border-left:3px solid var(--primary-color); padding-left:7px; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.cygs1 ul li .txt .h3{ font-size:14px; line-height:24px; height:72px; color:#999; margin-bottom:20px; padding-left:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.cygs1 ul li .txt .h4{ font-size:14px; line-height:24px; color:var(--primary-color); padding-left:10px;}
.cygs1 ul li .txt .h4 span{ display:inline-block; position:relative;}
.cygs1 ul li .txt .h4 span:before{ content:""; width:0; height:3px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.cygs1 ul li .txt .h4 span:hover:before{ width:100%;}
@media(max-width:999px){
.cygs1 ul li{ width:100%; margin:20px 0 0 0; }
.cygs1 ul li .txt .h2{ font-size:20px; line-height:24px; height:24px; margin-bottom:20px; }
.cygs1 ul li .txt .h4{ font-size:14px; line-height:24px; }
}




.contact1{}
.contact1 .list{}
.contact1 .list .h2{ font-size:14px; line-height:24px; border-bottom:1px solid #D9D9D9; padding-bottom:15px; margin-bottom:20px;}
.contact1 .list .h2 strong{ display:block; color:var(--primary-color); font-size:18px; line-height:28px;}
.contact1 .list .h2 span{ display:block;}
.contact1 .list .h3{ font-size:16px; line-height:26px;}
.contact1 .list .h3 ul li{ margin-bottom:20px; display: flex; justify-content: space-between;/* align-items: center;*/}
.contact1 .list .h3 ul li span{ width:50%;}
.contact1 .list .h3 ul li span i{ color:var(--primary-color); font-style:normal;}
.contact1 .list .h3 ul li strong{ width:50%; text-align:center; font-weight:normal;}
@media(max-width:999px){
.contact1 .list .h2{ font-size:14px; line-height:24px; padding-bottom:15px; margin-bottom:20px;}
.contact1 .list .h2 strong{ font-size:18px; line-height:28px;}
.contact1 .list .h3{ font-size:16px; line-height:26px;}
.contact1 .list .h3 ul li{ margin-bottom:20px; display:block;}
.contact1 .list .h3 ul li span{ display:block; width:100%;}
.contact1 .list .h3 ul li strong{ display:block; width:auto; text-align:left; padding-left:14px;}
}





















