/*common start*/
@font-face {
    font-family: "aldosemi-bold0.12";
    src: url("../fonts/aldosemi-bold0.12.woff2") format("woff2"), 
    	 url("../fonts/aldosemi-bold0.12.woff") format("woff"), 
         url("../fonts/aldosemi-bold0.12.ttf") format("truetype"), 
         url("../fonts/aldosemi-bold0.12.eot") format("embedded-opentype"), 
         url("../fonts/aldosemi-bold0.12.svg") format("svg");
}
:root{
 --primary-color:#f5481d;
 --secondary-color:#db0a17;
 --third-color:#b50914;
 --main-color:#f5481d;
 --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:80%; margin:0 auto; min-width:1000px;}
.wapper2{ width:80%; margin:0 auto; 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;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; box-shadow:0 1px 0 rgba(255,255,255,.2); position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:80px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:20%; height:80px; position:relative;}
.head .logo img{ max-width:100%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo .img1{ display:none;}
.head2 .rt{ display: flex; justify-content: flex-end; align-items: center;}
.head .h_phone{ color:#fff; font-size:22px; line-height:32px; font-weight:bold; margin-left:1.04vw;}
.head .h_phone i{ font-size:16px; width:24px; height:24px; line-height:24px; text-align:center; border-radius:100%; background:#fff; color:var(--primary-color); margin-right:5px;}
.head .h_search_btnbg{ margin-left:1.04vw; }
.head .h_search_btn{ display:block; font-size:20px; background:var(--primary-color); color:#fff; width:80px; height:80px; line-height:80px; text-align:center; cursor:pointer;}
.head .h_search_box{ width:100%; padding:35px 0; background:#f2f2f2; position:absolute; top:100%; left:0; z-index:999; opacity:0; visibility:hidden; transition:all .3s ease;}
.head .h_search_box.active1{ opacity:1; visibility:visible;}
.head .h_search_close1{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1; }
.head .h_searchbg{ width:90%; max-width:1150px; margin:0 auto; position:relative; z-index:2;}
.head .h_search{ }
.head .h_search_close2{ width:30px; height:30px; background:url(../images/gb.png) center no-repeat; background-size:contain; position:absolute; top:-50px; right:0px; cursor:pointer; transition:all .3s ease; display:none;}
.head .h_search_close2:hover{ transform:rotate(90deg);}
.head .h_search .form{ height:60px; background:#fff; border:1px solid #ccc; overflow:hidden; }
.head .h_search .form .text1{ float:left; border:none; background:none; height:60px; line-height:60px; padding:0 0 0 10px; width:calc(100% - 110px); }
.head .h_search .form .button1{ float:right; border:none; background:var(--primary-color); width:100px; height:60px; line-height:60px; cursor:pointer; font-size:16px; color:#fff; transition:all .3s ease;}
.head .h_search .form .button1:hover{ opacity:.9;}
.head .h_search .form .button1 i{ margin-left:5px;}
.h_search .form input::-webkit-input-placeholder{ color: #999; }
.h_search .form input:-moz-placeholder{ color:#999; }
.h_search .form input::-moz-placeholder{ color:#999; }
.h_search .form input:-ms-input-placeholder{ color:#999; }
.head3bg{ background:var(--primary-color);}
.head3{ }
/*menu*/
.head .menu{ height:80px; line-height:80px; }
.head .menu>ul{display: flex; justify-content:center; align-items: center;}
.head .menu>ul>li{ padding:0 1.04vw;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#fff; display:block; font-size:20px; font-weight:bold; position:relative; z-index:1; }
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color) !important;}
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
.head .menu>ul>li>a:before{ content:""; width:0; border:8px solid transparent; border-bottom-color:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; opacity:0; visibility:hidden;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ opacity:1; visibility:visible;}
.head .menu>ul>li ul{ width:fit-content; min-width:220px; background:var(--primary-color); box-shadow:0 2px 6px rgba(0,0,0,.3); 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:#fff; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px; text-align:center; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:#fff; text-decoration:underline;}
/*.head .menu>ul>li ul li a:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}*/
.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:0;}
.head.active1{ background:#fff; box-shadow:0 0 15px rgba(0,0,0,.2);}
.head.active1 .logo .img1{ display:block ;}
.head.active1 .logo .img2{ display:none ;}
.head.active1 .h_phone{ color:#333; }
.head.active1 .h_phone i{ background:var(--primary-color); color:#fff; }
.head.active1 .menu>ul>li>a{ color:#333 ; }
.head.active2{ background:#fff;}
.head.active2 .logo .img1{ display:block ;}
.head.active2 .logo .img2{ display:none ;}
.head.active2 .h_phone{ color:#333; }
.head.active2 .h_phone i{ background:var(--primary-color); color:#fff; }
.head.active2 .menu>ul>li>a{ color:#333 ; }
@media(max-width:1799px){
.head .h_phone{ font-size:20px; }
.head .h_phone i{ font-size:16px; }
.head .menu>ul>li>a{ font-size:18px; }
}
@media(max-width:1699px){
.head .h_phone{ font-size:18px; margin-left:.78vw;}
.head .h_phone i{ font-size:14px; margin-right:5px;}
.head .h_search_btnbg{ margin-left:.78vw; }
.head .menu>ul>li{ padding:0 .78vw;}
.head .menu>ul>li>a{ font-size:16px; }
}
@media(max-width:1699px){
.head .h_phone{ font-size:18px; margin-left:.78vw;}
.head .h_phone i{ font-size:14px; margin-right:5px;}
.head .h_search_btnbg{ margin-left:.78vw; }
.head .h_search_btn{ width:60px;}
.head .menu>ul>li{ padding:0 .78vw;}
.head .menu>ul>li>a{ font-size:15px; }
}
@media(max-width:999px){
.head_height{ height:60px !important;}
.head{ position:fixed;}
.head2{ height:60px !important; }
.head .logo{ width:50%; height:60px; }
.head .logo .img1{ display:block !important;}
.head .logo .img2{ display:none !important;}
.head2 .rt{ max-width:60%;}
.head .h_phone{ display:none;}
.head .h_search_btnbg{ margin-left:0; }
.head .h_search_btn{ width:20px; height:20px; line-height:20px; font-size:20px; background:none; color:#333 !important; }
.head .h_search_box{ padding:10px 0; }
.head .h_search .form{ height:40px; }
.head .h_search .form .text1{ height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 70px); }
.head .h_search .form .button1{ width:60px; height:40px; line-height:40px; font-size:14px;}

.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:15px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:100%; 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:0; }
.head .nav_open:after{ content:""; bottom:0; }
.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(100vh - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.8); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; position:absolute; right:0; top:0; z-index:999; transition:all .5s ease; }
.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 0;}
.head .nav_list>ul>li{ padding:10px 0; border-bottom:1px solid #f0f0f0; }
.head .nav_list ul li span{ display:block; position:relative; padding:0 30px 0 15px;}
.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 16px/1 FontAwesome; width:16px; height:16px; line-height:16px; text-align:center; position:absolute; top:6px; right:10px; transition:all .3s ease;}
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 0 0 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
.head .nav_list ul li ul li span{ background:url(../images/o_ico_18.gif) left center no-repeat;}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; transition:all 4s ease;}
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; left:57%; top:46%; transform:translate(-50%,-50%); color:#fff; z-index:2; }
.banner_swiper .swiper-container .swiper-slide .txt{ }
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:2.82vw; line-height:1.2em; margin-bottom:.52vw; font-weight:bold;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:1.14vw; line-height:1.45em; font-weight:bold; }
.banner_swiper .swiper-container .swiper-slide .txt .line1{ width:30px; height:4px; background:#fff; margin-top:.78vw; margin-bottom:1.3vw;}
.banner_swiper .swiper-container .swiper-slide .txt .h4{ font-size:.94vw; line-height:1.55em; margin-bottom:1.56vw;}

.banner_swiper .swiper-pagination{ bottom:2.6vw; height:10px; width:100%; padding:0 5%; text-align:left; box-sizing: border-box;}
.banner_swiper .swiper-pagination span{ vertical-align:top; width:10px; height:10px; background:rgba(255,255,255,.4); opacity:1; margin:0 5px; border-radius:10px; transition:all .3s ease;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:30px; background:#fff;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:48px; height:48px; line-height:48px; text-align:center; border:1px solid rgba(255,255,255,.5); background:none; color:#fff; font-size:20px; transition:all .3s ease; margin:0 0 0 20px; position:static;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:rgba(255,255,255,.6); color:var(--secondary-color);}
.banner_swiper .swiper-button-prev:after,.banner_swiper .swiper-button-next:after{ display:none;}
.banner_swiper .swiper-button-prev{ }
.banner_swiper .swiper-button-next{ }
.banner_swiper .swiper-controls{ position:absolute; right:5%; bottom:2.08vw; z-index:5;display: flex; justify-content: space-between; align-items: center;}
.banner_swiper .p_scroll{ color:#fff; text-align:center; position:absolute; bottom:2.08vw; left:50%; transform:translateX(-50%); z-index:1;}
.banner_swiper .p_scroll i{ display:block; margin:0 auto; width:20px; height:30px; border:2px solid #fff; border-radius:12px; position:relative; box-sizing:border-box;}
.banner_swiper .p_scroll i:before{ content:""; width:4px; height:10px; background:#fff; border-radius:2px; position:absolute; top:3px; left:50%; transform:translateX(-50%); animation:scrollmouse 2s linear infinite;}
.banner_swiper .p_scroll span{ display:block; font-size:12px; line-height:22px; text-transform:uppercase; margin-top:10px;}
@keyframes scrollmouse{
	from{transform:translate(-50%,0);opacity:1}
	to{transform:translate(-50%,10px);opacity:0}
}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:20px; line-height:24px; margin-bottom:10px; }
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px; display:none;}
.banner_swiper .swiper-container .swiper-slide .txt .line1{ width:30px; height:4px; margin-top:5px; margin-bottom:10px; display:none;}
.banner_swiper .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:18px; margin-bottom:10px; display:none;}

.banner_swiper .swiper-pagination{ bottom:10px; height:6px; text-align:center;}
.banner_swiper .swiper-pagination span{ width:6px; height:6px; margin:0 2px; }
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:20px; }

.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:28px; height:28px; line-height:28px; font-size:20px; margin:0 0 0 10px;}
.banner_swiper .swiper-controls{ right:5%; bottom:20px; display:none;}
.banner_swiper .p_scroll{ display:none;}
}


.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:15px; line-height:44px; padding:0 15px; border-radius:4px; background:var(--secondary-color); color:#fff; transition:all .3s ease;}
.more1 span:hover{ background:var(--third-color); color:#fff;}
@media(max-width:999px){
.more1 span{ font-size:12px; line-height:30px; padding:0 5px; }
}



.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:16px; line-height:60px; padding:0 15px; min-width:200px; border-radius:4px; background:var(--secondary-color); color:#fff; transition:all .3s ease; box-sizing:border-box;}
.more2 span:hover{ background:var(--third-color); color:#fff;}
.con01bg{ padding:7.82vw 0; background:url(../images/c1bg.jpg) center no-repeat; background-size:cover;}
.con01{}
.indexPro_gallery{ display: flex; justify-content: space-between;/* align-items: center;*/}
.indexPro_gallery-top{ width:calc(85% - 312px); position:relative;}
.indexPro_gallery-top .swiper-container { width: 100%; }
.indexPro_gallery-top .swiper-container .swiper-slide { position:relative;}
.indexPro_gallery-top .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.indexPro_gallery-top .swiper-container .swiper-slide .nr_box{ display: flex; justify-content: space-between; align-items: center;}
.indexPro_gallery-top .swiper-container .swiper-slide .txtbg{ width:45%;}
.indexPro_gallery-top .swiper-container .swiper-slide .txt{}
.indexPro_gallery-top .swiper-container .swiper-slide .txt .h2{ font-size:40px; line-height:44px; font-weight:bold; margin-bottom:1.56vw;}
.indexPro_gallery-top .swiper-container .swiper-slide .txt .h3{ font-size:40px; line-height:44px; font-weight:bold; margin-bottom:1.56vw;}
.indexPro_gallery-top .swiper-container .swiper-slide .txt .h4{ font-size:18px; line-height:28px; margin-bottom:4.16vw;}
.indexPro_gallery-top .swiper-container .swiper-slide .imgbg{ width:51%; border:1px #ccc solid; padding:19px; border-radius:100%; box-sizing:border-box;}
.indexPro_gallery-top .swiper-container .swiper-slide .img{ padding-bottom:100%; border-radius:100%; background:#fff; position:relative;}
.indexPro_gallery-top .swiper-container .swiper-slide .img img{ max-width:80%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.indexPro_gallery-top .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.indexPro_gallery-thumbs{ width:312px; position:relative;}
.indexPro_gallery-thumbs .swiper-container { width: 100%; }
.indexPro_gallery-thumbs .swiper-container .swiper-slide { position:relative; cursor:pointer;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active{ z-index:2;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .nr_box{ display: flex; justify-content: space-between; align-items: center;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .txtbg{ width:calc(100% - 120px);}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .txt{ text-align:right;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:29px; margin-bottom:10px;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:20px; color:#999;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .imgbg{ width:80px; padding:14px; border-radius:100%; background:#fff; box-sizing:border-box;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .img{ padding-bottom:100%; border-radius:100%; background:#fff; position:relative;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .img img{ max-width:80%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .txt .h2{ color:var(--primary-color);}
.indexPro_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .imgbg{ background:var(--primary-color);}
.indexPro_gallery .swiper-pagination{ bottom:0; height:6px; width:100%; display:none;}
.indexPro_gallery .swiper-pagination span{ vertical-align:top; width:6px; height:6px; background:rgba(0,0,0,.4); opacity:1; margin:0 3px; border-radius:10px; transition:all .3s ease;}
.indexPro_gallery .swiper-pagination span.swiper-pagination-bullet-active{ width:20px; background:var(--primary-color);}
.indexPro_gallery .swiper-button-prev,.indexPro_gallery .swiper-button-next{ display:none;}
.indexPro_gallery .swiper-button-prev:after,.indexPro_gallery .swiper-button-next:after{ display:none;}
.indexPro_gallery .swiper-button-prev{ }
.indexPro_gallery .swiper-button-next{ }
@media(max-width:999px){
.more2 span{ font-size:12px; line-height:30px; padding:0 10px; min-width:0px; }
.con01bg{ padding:40px 0; }
.indexPro_gallery{ display:block;}
.indexPro_gallery-top{ width:100%; padding-bottom:25px;}
.indexPro_gallery-top .swiper-container .swiper-slide .nr_box{ background:#99755b; color:#fff;}
.indexPro_gallery-top .swiper-container .swiper-slide .txtbg{ width:60%;}
.indexPro_gallery-top .swiper-container .swiper-slide .txt{ padding:20px 0 20px 10%;}
.indexPro_gallery-top .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.indexPro_gallery-top .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px; margin-bottom:5px;}
.indexPro_gallery-top .swiper-container .swiper-slide .txt .h4{ font-size:12px; line-height:16px; margin-bottom:10px;}
.indexPro_gallery-top .swiper-container .swiper-slide .imgbg{ width:40%; border:none; padding:0; }
.indexPro_gallery-top .swiper-container .swiper-slide .img{ padding-bottom:100%; border-radius:0; background:none; }
.indexPro_gallery-thumbs{ width:100%; margin-top:20px; display:none;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .nr_box{ display:block;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .txtbg{ width:100%; margin-bottom:10px;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .txt{ text-align:center;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:20px; margin-bottom:5px;}
.indexPro_gallery-thumbs .swiper-container .swiper-slide .txt .h3{ font-size:12px; line-height:16px; }
.indexPro_gallery-thumbs .swiper-container .swiper-slide .imgbg{ width:100px; padding:10px; margin:0 auto;}
.indexPro_gallery .swiper-pagination{ display:block;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:40px; line-height:50px; font-weight:bold;}
.con02bg{ padding:80px 0;}
.con02{}
.con02 .list{ margin-top:40px;}
.con02 .list ul{}
.con02 .list ul li{ float:left; width:calc((100% - 60px)/4); margin:0 0 20px 20px; background:linear-gradient(to bottom, #f9f9f9 65%, #f3f3f3 35%); height:340px; box-sizing:border-box; padding:30px 20px;}
.con02 .list ul li .nr_box{}
.con02 .list ul li .txtbg{ text-align:center;}
.con02 .list ul li .txt{}
.con02 .list ul li .txt .h2{ display:inline-block; text-align:center; font-size:20px; line-height:48px; height:50px; margin-bottom:30px;  border:1px #818181 solid; border-radius:10px; padding:0 10px; min-width:48%; transition:all .3s ease;}
.con02 .list ul li .txt .h2:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
.con02 .list ul li .txt .h2 span{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con02 .list ul li .txt .h3{ font-size:18px; line-height:28px; height:84px; color:#999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.con02 .list ul li .imgbg{}
.con02 .list ul li .img{ position:relative; height:190px;}
.con02 .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;}
.con02 .list ul li:hover .img img{ transform:scale(1.1);}
.con02 .list ul li:nth-child(5n-4){ margin-left:0;}
.con02 .list ul li:nth-child(5n-3){ width:calc((100% - 60px)/4*2 + 20px);}
.con02 .list ul li:nth-child(5n-3) .nr_box{ display: flex; justify-content: space-between; align-items: center;}
.con02 .list ul li:nth-child(5n-3) .txtbg{ width:46%; text-align:left;}
.con02 .list ul li:nth-child(5n-3) .imgbg{ width:50%;}
.con02 .list ul li:nth-child(5n-3) .img{ height:260px;}
.con02 .list ul li:nth-child(5n-2){ float:right;}
.con02 .list ul li:nth-child(5n-4),.con02 .list ul li:nth-child(5n-2){ height:700px;}
.con02 .list ul li:nth-child(5n-4) .img,.con02 .list ul li:nth-child(5n-2) .img{ height:340px;}
.con02 .list ul li:nth-child(5n-4) .txt,.con02 .list ul li:nth-child(5n-2) .txt{ padding:50px 0;}
.con02 .list ul li:nth-child(5n-1) .txt .h2,.con02 .list ul li:nth-child(5n) .txt .h2{ margin-bottom:15px; }
.con02 .list ul li:nth-child(5n-1) .txt .h3,.con02 .list ul li:nth-child(5n) .txt .h3{ height:56px;-webkit-line-clamp: 2;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:28px; }
.con02bg{ padding:40px 0;}
.con02 .list{ margin-top:20px;}
.con02 .list ul li{ float:none !important; width:100% !important; margin:0 0 20px 0 !important; height:auto !important; padding:20px 5%;}
.con02 .list ul li .nr_box{ display:block !important;}
.con02 .list ul li .txtbg{ width:100% !important; text-align:center !important;}
.con02 .list ul li .txt{ padding:20px 0 !important;}
.con02 .list ul li .txt .h2{ font-size:16px; line-height:38px; height:auto; margin-bottom:20px; padding:0 10px; min-width:48%; }
.con02 .list ul li .txt .h3{ font-size:14px; line-height:24px; height:auto !important; -webkit-line-clamp: 3 !important;}
.con02 .list ul li .imgbg{ width:100% !important;}
.con02 .list ul li .img{ height:auto !important; text-align:center;}
.con02 .list ul li .img img{ position:static;}
}


.more3{}
.more3 span{ display:inline-block; text-align:center; font-size:16px; line-height:50px; padding:0 10px; min-width:180px; border-radius:50px; background:var(--primary-color); color:#fff; transition:all .3s ease; box-sizing:border-box;}
.more3 span:hover{ background:var(--third-color); color:#fff;}
.con03bg{ padding:80px 0; position:relative; overflow:hidden;}
.con03_scroll{ font-size:10vw; line-height:1; color:rgba(238,238,238,0.6); white-space:nowrap; position:absolute; top:0; left:0; animation: scroll 120s linear infinite; z-index:-1;}
.con03{ }
.con03_lt{ float:left; width:50%; background:url(../images/c3bg.png) bottom center no-repeat; background-size:contain;}
.con03_lt .nr_box{}
.con03_lt .box1{ margin-bottom:50px;}
.con03_lt .box1 .h2{ font-size:16px; line-height:68px; font-style:italic; font-weight:bold; margin-bottom:5px;}
.con03_lt .box1 .h2 strong{ font-size:68px;}
.con03_lt .box1 .h2 span{}
.con03_lt .box1 .h3{ font-size:24px; line-height:34px; color:#999;}
.con03_lt .box2{}
.con03_lt .box2 ul{ display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con03_lt .box2 ul li{ width:50%; margin:0 0 40px 0;}
.con03_lt .box2 ul li .nr_box{ display: flex; justify-content: space-between; align-items: center;}
.con03_lt .box2 ul li .imgbg{ width:70px;}
.con03_lt .box2 ul li .img{ padding-bottom:100%; background:#eee; position:relative; border-radius:4px;}
.con03_lt .box2 ul li .img img{ max-width:70%; max-height:70%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03_lt .box2 ul li .txtbg{ width:calc(100% - 90px);}
.con03_lt .box2 ul li .txt{}
.con03_lt .box2 ul li .txt .h2{ font-size:22px;}
.con03_lt .box2 ul li .txt .h2 strong{ font-size:50px; font-weight:normal;}
.con03_lt .box2 ul li .txt .h2 span{}
.con03_lt .box2 ul li .txt .h3{ font-size:16px; line-height:20px; color:#999;}
.con03_rt{ float:right; width:50%;}
.con03_rt .h2{ font-size:30px; line-height:40px; font-weight:bold; margin-bottom:30px;}
.con03_rt .h3{ font-size:16px; line-height:26px; color:#999; margin-bottom:50px;}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
@media(max-width:999px){
.more3 span{ font-size:14px; line-height:40px; padding:0 10px; min-width:140px; }
.con03bg{ padding:40px 0; }
.con03_scroll{ font-size:80px; animation: scroll 120s linear infinite; }
.con03_lt{ width:100%; }
.con03_lt .box1{ margin-bottom:20px;}
.con03_lt .box1 .h2{ font-size:16px; line-height:30px; margin-bottom:5px;}
.con03_lt .box1 .h2 strong{ font-size:30px;}
.con03_lt .box1 .h3{ font-size:14px; line-height:24px; }
.con03_lt .box2 ul li{ width:50%; margin:0 0 20px 0;}
.con03_lt .box2 ul li .imgbg{ width:56px;}
.con03_lt .box2 ul li .txtbg{ width:calc(100% - 65px);}
.con03_lt .box2 ul li .txt .h2{ font-size:14px;}
.con03_lt .box2 ul li .txt .h2 strong{ font-size:26px; }
.con03_lt .box2 ul li .txt .h3{ font-size:12px; line-height:16px; }
.con03_rt{ width:100%; margin-bottom:20px;}
.con03_rt .h2{ font-size:24px; line-height:28px; margin-bottom:10px;}
.con03_rt .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
}


.con04bg{ padding:10.42vw 0; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed;}
.con04{}
.con04 .txt{ text-align:center; color:#fff;}
.con04 .txt .h2{ font-size:48px; line-height:58px; font-weight:bold; margin-bottom:15px;}
.con04 .txt .h3{ font-size:26px; line-height:36px;}
@media(max-width:999px){
.con04bg{ padding:40px 0; }
.con04 .txt .h2{ font-size:24px; line-height:34px; margin-bottom:15px;}
.con04 .txt .h3{ font-size:18px; line-height:28px;}
}



/*overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
*/

.foot {background:#2a2a2a; color:#999;}
.foot a{ color:#999;}
.foot a:hover{ color:#fff;}
.foot1bg{ }
.foot1{}
.foot1 .list1{ padding:60px 0;  display: flex; justify-content: space-between;/* align-items: center;*/}
.foot .f_logo{ width:12%;}
.foot .f_logo img{ display:block; max-width:100%; max-height:50px;}
.foot .f_nav{ width:calc(80% - 280px); display: flex; justify-content: space-around;/* align-items: center;*/ font-size:14px; line-height:24px;}
.foot .f_nav dl{ }
.foot .f_nav dl dt{ font-size:17px; line-height:27px; color:#fff; font-weight:bold; margin-bottom:15px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot .f_contact{ width:280px; font-size:14px; line-height:24px;}
.foot .f_contact .h2{ font-size:20px; line-height:30px; color:#fff; margin-bottom:15px;}
.foot .f_contact .h2 span{ display:block; font-weight:bold; margin-bottom:25px;}
.foot .f_contact .h2 strong{ display:block; font-weight:normal; font-size:38px; line-height:1;}
.foot .f_contact ul li{ margin-bottom:5px;}
.foot1 .list2{ padding:20px 0; border-top:1px solid rgba(255,255,255,0.26);}
.foot .f_links{ font-size:14px; line-height:24px;}
.foot .f_links ul{ display: flex; justify-content: center;/* align-items: center;*/ flex-wrap:wrap;}
.foot .f_links ul li{ margin:0 20px 20px 20px; text-align:center;}
.foot .f_links ul li .img{ height:56px; position:relative;display: flex; justify-content: center; align-items: center;}
.foot .f_links ul li .img img{ display:block; max-width:100%; max-height:100%;}
.foot .f_links ul li .h2{ margin-top:5px;}
.foot .f_info{ font-size:14px; line-height:24px; text-align:center;}
@media(max-width:999px){
.foot{ margin-bottom:60px;}
.foot1 .list1{ padding:40px 0;  display: block;}
.foot .f_logo{ width:100%; margin-bottom:20px;}
.foot .f_logo img{ display:block; max-width:100%; max-height:50px;}
.foot .f_nav{ width:100%;justify-content: flex-start; flex-wrap:wrap; font-size:12px; line-height:22px;}
.foot .f_nav dl{ width:25%; margin:0 0 20px 0;}
.foot .f_nav dl dt{ font-size:14px; line-height:24px; margin-bottom:10px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot .f_contact{ width:100%; font-size:14px; line-height:24px;}
.foot .f_contact .h2{ font-size:14px; line-height:24px; margin-bottom:10px;}
.foot .f_contact .h2 span{ margin-bottom:5px;}
.foot .f_contact .h2 strong{ font-size:24px; }
.foot .f_contact ul li{ margin-bottom:5px;}
.foot1 .list2{ padding:20px 0; }
.foot .f_links{ font-size:14px; line-height:24px;}
.foot .f_links ul li{ margin:0 10px 20px 10px; }
.foot .f_links ul li .img{ height:30px; }
.foot .f_links ul li .h2{ margin-top:5px;}
.foot .f_info{ font-size:12px; line-height:22px; }
}




/*Add------------------------------------------------------------------------------*/

.inbanner_box{ position:relative;}
.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.inbanner_txt{ color:#fff;}
.inbanner_txt .h2{ font-size:1.86vw; line-height:1.25em; margin-bottom:1.56vw;}
.inbanner_txt .h3{ font-size:.84vw; line-height:1.6em; margin-bottom:.26vw;}
.inbanner_txt .dot{}
.inbanner_txt .dot:before{ content:""; display:inline-block; width:16px; height:16px; border-radius:100%; background:var(--primary-color);}
.inbanner_txt .dot:after{ content:""; display:inline-block; width:16px; height:16px; border-radius:100%; background:#fff; opacity:.6; margin-left:-6px;}

.inbarbg{ width:100%; border-bottom:1px solid rgba(0,0,0,0.1);}
.inbar{ display: flex;justify-content:space-between;align-items:center;}
.innav{ font-size:15px; line-height:60px; }
.innav .h1{ font-size:16px; line-height:50px; border-bottom:1px solid rgba(0,0,0,.05); background:#eee; color:#000; text-align:left; padding:0 40px 0 20px; position:relative; display:none; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}
.innav .h1.active1:before{ content:"\f106";}
.innav>ul{ display: flex; justify-content:center; align-items: center; flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; padding:0 15px;}
.innav>ul>li:before{ content:""; width:1px; height:15px; background:#ccc; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.innav>ul>li:nth-child(1):before{ display:none;}
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; color:#333; text-align:center; transition:all .3s ease;}
.innav>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.innav>ul>li.hover>a{ color:var(--primary-color); }
.innav>ul>li:hover>a{ color:var(--primary-color); }
.innav>ul>li.hover>a:before{ width:100%;}
.innav>ul>li:hover>a:before{ width:100%;}
.innav ul li ul{ width:150%; padding:5px 0; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.05); 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{ text-align:center; line-height:24px; padding:5px 5px;}
.innav ul li ul li a{ font-size:14px; color:#666;}
.innav ul li ul li a:hover{ color:var(--primary-color);}
.weizhi{ font-size:14px; line-height:24px; color:#999; }
.weizhi i{ margin-right:5px; color:#999;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner_txt{ text-align:center;}
.inbanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:5px;}

.inbarbg{ position:static; background:#fff;}
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block;}
.innav{ font-size:14px; line-height:24px; background:#eee;}
.innav .h1{ display:block;}
.innav>ul{ display:none;}
.innav>ul>li{ margin:0; border-bottom:1px solid rgba(0,0,0,.05); padding:10px 20px 10px 20px;}
.innav>ul>li>a{ padding:0; display:inline; background:none; color:#333;}
.innav>ul>li>a:before{ display:none;}
.innav>ul>li.hover>a{ color:var(--primary-color); background:none;}
.innav>ul>li:hover>a{ color:var(--primary-color); background:none;}
.innav ul li ul{ background:none; box-shadow:none; position:static; transform:translateX(0%); }
.innav ul li ul li{ line-height:24px; padding:5px 20px 5px 20px; text-align:left;}
.innav ul li ul li a{ font-size:14px; color:#666;}
.innav ul li ul li a:hover{ color:var(--primary-color);}
.weizhi{ font-size:12px; line-height:16px; display:none;}
}
.insidebg{ margin:40px 0 80px 0; }
.inside{ }
.inside_lt{ float:left; width:300px; position:sticky; top:100px;}
.side_a{ border-radius:30px 0 0 0; overflow:hidden; margin-bottom:20px; background:#fff;}
.side_a .h1{ font-size:28px; line-height:38px; background:linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179); color:#fff; padding:20px 20px 20px 40px; }
.side_a .h1 strong{ display:block; font-weight:normal;}
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #ebebeb;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 40px; position:relative; cursor:pointer; }
.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:"\f105"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.active1>span:after{ content:"\f107"; }
.side_a ul li a{ display:inline-block; color:#333; font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; position:relative;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a>ul>li>span a:before{ content:"●"; display:inline-block; vertical-align:text-top; line-height:1em; width:20px; overflow:hidden; transition:all .3s ease;}
.side_a>ul>li>span:hover a:before{ width:0; opacity:0;}
.side_a ul li ul{ padding:0 0 10px 60px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 20px 10px 0;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 340px); background:#fff; padding:20px; box-sizing: border-box;}
.inside_con{ margin-top:40px;}
@media(max-width:999px){
.insidebg{ margin:20px 0 40px 0; }
.inside{ }
.inside_lt{ width:100%; position:static;}
.side_a{ border-radius:0 0 0 0; margin-bottom:20px; }
.side_a .h1{ font-size:16px; line-height:26px; padding:10px 20px; text-align:center; cursor:pointer;}
.side_a>ul{ display:none;}
.side_a ul li span{ padding:10px 20px 10px 20px;}
.side_a ul li a{ font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; }
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li ul{ padding:0 0 10px 40px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.inside_rt{ float:right; width:100%; padding:10px;}
.inside_con{ margin-top:0; padding:20px 5%; }
}


.aboutus1bg{ padding:120px 0 80px 0; position:relative; overflow:hidden;}
.aboutus1_scroll{ font-size:10vw; line-height:1; color:rgba(238,238,238,0.6); white-space:nowrap; position:absolute; top:40px; left:0; animation: scroll 120s linear infinite; z-index:-1;}
.aboutus1{  }
.aboutus1_lt{ float:left; width:50%; background:url(../images/c3bg.png) bottom center no-repeat; background-size:contain;}
.aboutus1_lt .nr_box{position: sticky; top: 100px;}
.aboutus1_lt .box1{ margin-bottom:50px;}
.aboutus1_lt .box1 .h2{ font-size:16px; line-height:68px; font-style:italic; font-weight:bold; margin-bottom:5px;}
.aboutus1_lt .box1 .h2 strong{ font-size:68px;}
.aboutus1_lt .box1 .h2 span{}
.aboutus1_lt .box1 .h3{ font-size:24px; line-height:34px; color:#999;}
.aboutus1_lt .box2{}
.aboutus1_lt .box2 ul{ display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.aboutus1_lt .box2 ul li{ width:50%; margin:0 0 40px 0;}
.aboutus1_lt .box2 ul li .nr_box{ display: flex; justify-content: space-between; align-items: center;}
.aboutus1_lt .box2 ul li .imgbg{ width:70px;}
.aboutus1_lt .box2 ul li .img{ padding-bottom:100%; background:#eee; position:relative; border-radius:4px;}
.aboutus1_lt .box2 ul li .img img{ max-width:70%; max-height:70%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus1_lt .box2 ul li .txtbg{ width:calc(100% - 90px);}
.aboutus1_lt .box2 ul li .txt{}
.aboutus1_lt .box2 ul li .txt .h2{ font-size:22px;}
.aboutus1_lt .box2 ul li .txt .h2 strong{ font-size:50px; font-weight:normal;}
.aboutus1_lt .box2 ul li .txt .h2 span{}
.aboutus1_lt .box2 ul li .txt .h3{ font-size:16px; line-height:20px; color:#999;}
.aboutus1_rt{ float:right; width:50%;}
.aboutus1_rt .h2{ font-size:30px; line-height:40px; font-weight:bold; margin-bottom:30px;}
.aboutus1_rt .h3{ font-size:16px; line-height:26px; color:#999; margin-bottom:20px;}
.aboutus1_rt .img{}
.aboutus1_rt .img img{ display:block; width:100%;}
@media(max-width:999px){
.aboutus1bg{ padding:60px 0 40px 0; }
.aboutus1_scroll{ font-size:80px; top:20px; animation: scroll 120s linear infinite; }
.aboutus1_lt{ width:100%; }
.aboutus1_lt .box1{ margin-bottom:20px;}
.aboutus1_lt .box1 .h2{ font-size:16px; line-height:30px; margin-bottom:5px;}
.aboutus1_lt .box1 .h2 strong{ font-size:30px;}
.aboutus1_lt .box1 .h3{ font-size:14px; line-height:24px; }
.aboutus1_lt .box2 ul li{ width:50%; margin:0 0 20px 0;}
.aboutus1_lt .box2 ul li .imgbg{ width:56px;}
.aboutus1_lt .box2 ul li .txtbg{ width:calc(100% - 65px);}
.aboutus1_lt .box2 ul li .txt .h2{ font-size:14px;}
.aboutus1_lt .box2 ul li .txt .h2 strong{ font-size:26px; }
.aboutus1_lt .box2 ul li .txt .h3{ font-size:12px; line-height:16px; }
.aboutus1_rt{ width:100%; margin-bottom:20px;}
.aboutus1_rt .h2{ font-size:24px; line-height:28px; margin-bottom:10px;}
.aboutus1_rt .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
}

.tit2{ text-align:center;}
.tit2 .h2{ font-size:30px; line-height:40px; font-weight:bold;}
.tit2 .line1{ margin:0 auto; width:40px; height:3px; background:var(--primary-color); margin-top:10px;}
.aboutus2bg{ padding:40px 0 80px 0;}
.aboutus2{}
.aboutus2 .list{ margin-top:50px;}
.aboutus2 .list ul{ display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.aboutus2 .list ul li{ width:calc((100% - 90px)/4); margin:0 0 30px 30px; box-shadow:5px 5px 30px rgba(0,0,0,0.15); transition:all .3s ease;}
.aboutus2 .list ul li:hover{ transform:translateY(-10px);}
.aboutus2 .list ul li:nth-child(4n-3){ margin-left:0;}
.aboutus2 .list ul li .nr_box{ padding:50px 9%;}
.aboutus2 .list ul li .imgbg{ margin:0 auto; width:100px;}
.aboutus2 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; background:var(--primary-color);}
.aboutus2 .list ul li .img img{ max-width:38%; max-height:38%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .5s ease;}
.aboutus2 .list ul li:hover .img img{ transform:rotate(360deg);}
.aboutus2 .list ul li .txt{ text-align:center; margin-top:50px;}
.aboutus2 .list ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:10px;}
.aboutus2 .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#999;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:28px; }
.tit2 .line1{ width:40px; height:3px; margin-top:10px;}
.aboutus2bg{ padding:20px 0 40px 0;}
.aboutus2 .list{ margin-top:20px;}
.aboutus2 .list ul li{ width:100%; margin:0 0 20px 0;}
.aboutus2 .list ul li .nr_box{ padding:20px 5%;}
.aboutus2 .list ul li .imgbg{ width:100px;}
.aboutus2 .list ul li .txt{ margin-top:20px;}
.aboutus2 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.aboutus2 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
}










