/*common start*/
:root{
 --primary-color:#d04d89;
 --secondary-color:#a92884;
 --third-color:#004ea2;
 --main-color:#d04d89;
 --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:1600px; min-width:1000px;}
.wapper2{ width:90%; 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%; border-bottom:1px solid rgba(255,255,255,0.1); position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:90px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:20%; height:90px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo .img1{ display:none;}
.head2 .rt{ position:relative;
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_search_btn{ font-size:20px; line-height:30px; color:#fff; margin-left:1.04vw; cursor:pointer;}
.head .h_search_box{ width:100%; height:calc(100% - 90px); position:fixed; top:90px; 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%; background:#f2f2f2; position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:100%; background:#fff; position:absolute; left:50%; top:0; transform:translate(-50%,0); z-index:999;}
.head .h_search{ padding:25px 5%; max-width:700px; margin:0 auto;}
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:50px; overflow:hidden; background:#Fff; border:1px solid #ddd; border-radius:4px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:50px; line-height:50px; padding:0 0 0 10px; width:calc(100% - 140px);}
.head .h_search .form .button1{ float:right; border:none;  background:var(--secondary-color); width:130px; height:50px; line-height:50px; cursor:pointer; font-size:16px; color:#fff; transition:all .3s ease;}
.head .h_search .form .button1:hover{ background:var(--primary-color);}
.head .h_search .form .button1 i{ margin-right:5px;}
/*menu*/
.head .menu{ height:90px; line-height:90px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#fff; display:block; font-size:18px; font-weight:normal; position:relative; padding:0 1.04vw; z-index:1;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:#fff !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:100%; height:0; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; z-index:-1;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ height:100%;}
.head .menu>ul>li ul{ width:fit-content; min-width:180px; padding:10px 0; background:rgba(255,255,255,0.97); box-shadow:0 0 10px rgba(0,0,0,.2); position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#333; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px 10px 1.04vw; text-align:left; white-space:nowrap; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ background:var(--primary-color); color:#fff;}
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}

.head_height{ }

.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_search_btn{ color:#333; }
.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_search_btn{ color:#333; }
.head.active2 .menu>ul>li>a{ color:#333; }
@media(max-width:1499px){
.head .h_search_btn{ margin-left:.78vw; }
.head .menu>ul>li>a{ font-size:16px; padding:0 .78vw; }
}
@media(max-width:999px){
.head_height{ height:60px;}
.head{ background:#fff;}
.head2{ height:60px; }
.head .logo{ width:50%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .h_search_btn{ color:#333; }
.head .h_search_box{ height:calc(100% - 60px); top:60px; }
.head .h_search{ padding:25px 5%; }
.head .h_search .form{ height:40px; }
.head .h_search .form .text1{ height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 100px);}
.head .h_search .form .button1{ float:right; border:none; width:90px; height:40px; line-height:40px; font-size:16px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; 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: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% - 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:#f2f2f2; color:#333; 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 0;}
.head .nav_list>ul>li{ padding:10px 0; border-bottom:1px solid rgba(0,0,0,.05);}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; color:#333;}
.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 15px 0 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}

.head.active1 .nav_open i,.head.active1 .nav_open:before,.head.active1 .nav_open:after{ background:#333;}
.head.active2 .nav_open i,.head.active2 .nav_open:before,.head.active2 .nav_open:after{ background:#333;}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-container .swiper-slide .txt{ color:#fff; max-width:880px;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:50px; line-height:60px; text-shadow:3px 0 0px rgba(0,0,0,.4);}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:22px; line-height:32px; text-shadow:3px 0 0px rgba(0,0,0,.4); margin-bottom:20px;}
.banner_swiper .swiper-container .swiper-slide .txt .line1{ width:60px; height:2px; background:#fff; margin-top:25px; margin-bottom:15px;}
.banner_swiper .swiper-pagination{ bottom:50px; height:10px; width:100%;}
.banner_swiper .swiper-pagination span{ 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 #fff; background:none; color:#fff; font-size:24px; transition:all .3s ease;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:rgba(255,255,255,.6); color:var(--primary-color);}
.banner_swiper .swiper-button-prev{ left:20px;}
.banner_swiper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:22px; line-height:32px; }
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.banner_swiper .swiper-container .swiper-slide .txt .line1{ width:25px; height:2px; margin-top:10px; margin-bottom:15px;}
.banner_swiper .swiper-pagination{ bottom:20px; height:6px; }
.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:38px; height:38px; line-height:38px; font-size:20px; display:none;}
.banner_swiper .swiper-button-prev{ left:10px;}
.banner_swiper .swiper-button-next{ right:10px;}
}

.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:14px; line-height:43px; border-radius:40px; border:1px solid #fff; color:#fff; transition:all .3s ease; padding:0 15px; min-width:120px;}
.more1 span:hover{ background:#fff; color:#333;}
@media(max-width:999px){
.more1 span{ font-size:14px; line-height:38px; padding:0 15px; min-width:90px;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:40px; line-height:50px; font-weight:bold;}
.tit1 .h3{ font-size:20px; line-height:30px; color:#999;}
.tit1 .line1{ margin:0 auto; width:50px; height:4px; margin-top:15px; margin-bottom:15px;
background: linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179);
background-image: linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179);}
.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:15px; line-height:46px; padding:0 15px; min-width:150px; border-radius:4px; transition:all .3s ease; color:#fff;
background: #ad1116;
background-image: linear-gradient(89.0deg, rgba(49, 47, 134, 1) 0.0, rgba(169, 43, 131, 1) 33.5%, rgba(209, 79, 141, 1) 66.5%, rgba(227, 129, 121, 1) 100.0%);}
.more2 span:hover{
background: #ad1116;
background-image: linear-gradient(271.0deg, rgba(69, 47, 134, 1) 0.0, rgba(169, 43, 131, 1) 29.0%, rgba(209, 79, 141, 1) 66.5%, rgba(227, 129, 121, 1) 100.0%);}
.con01bg{ padding:60px; background:#f6f6f5;}
.con01{}
.con01_list1{display: flex; justify-content: space-between; align-items: center;}
.con01_lt{ width:46%;}
.con01_lt .tit1{ text-align:left;}
.con01_lt .tit1 .line1{ margin-left:0;}
.con01_lt .list{ margin-top:35px;}
.con01_lt .txt{ font-size:16px; line-height:2em; margin-bottom:30px;}
.con01_rt{ width:50%;}
.con01_rt img{ display:block; width:100%; border-radius:0 5.2vw 0 0;}
.con01_list2{}
.con01_list2 ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.con01_list2 ul li{ width:100%; display: flex; justify-content: flex-start;/* align-items: center;*/ margin:60px 0 0 0;}
.con01_list2 ul li .img{ width:50px; height:50px; position:relative; margin-right:10px;}
.con01_list2 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con01_list2 ul li .txt{ width:calc(100% - 60px); max-width:180px;}
.con01_list2 ul li .txt .h2{ font-size:16px; border-bottom:1px solid #e5e5e5; padding-bottom:15px; margin-bottom:10px;}
.con01_list2 ul li .txt .h2 strong{ font-size:42px; margin-right:5px;}
.con01_list2 ul li .txt .h2 span{}
.con01_list2 ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.tit1 .h3{ font-size:14px; line-height:24px; }
.tit1 .line1{ width:50px; height:4px; margin-top:10px; margin-bottom:10px; }
.more2{ text-align:center;}
.more2 span{ font-size:12px; line-height:40px; padding:0 15px; min-width:120px; }
.con01bg{ padding:40px 0; }
.con01_list1{display:block;}
.con01_lt{ width:100%; margin-bottom:20px;}
.con01_lt .tit1{ text-align:center;}
.con01_lt .tit1 .line1{ margin-left:auto;}
.con01_lt .list{ margin-top:20px;}
.con01_lt .txt{ font-size:14px; line-height:2em; margin-bottom:10px;}
.con01_rt{ width:100%;}
.con01_rt img{ border-radius:0 20px 0 0;}
.con01_list2 ul{ flex-wrap:wrap;}
.con01_list2 ul li{ width:50%; margin:20px 0 0 0;}
.con01_list2 ul li .img{ width:30px; height:40px; margin-right:10px;}
.con01_list2 ul li .txt{ width:calc(100% - 40px); max-width:120px;}
.con01_list2 ul li .txt .h2{ font-size:16px; padding-bottom:10px; margin-bottom:5px;}
.con01_list2 ul li .txt .h2 strong{ font-size:36px; margin-right:5px;}
.con01_list2 ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.con02bg{ padding:60px 0;}
.con02{}
.con02 .list{ margin-top:40px;}
.con02 .list ul{display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.con02 .list ul li{ width:calc((100% - 45px)/4); margin:0 0 15px 15px; position:relative;}
.con02 .list ul li:nth-child(4n-3){ margin-left:0;}
.con02 .list ul li svg{ width:100%; height:100%;}
.con02 .list ul li i{ color:var(--primary-color); font-size:70px; line-height:1em; position:absolute; top:0; right:0; z-index:3; transform:rotate(-30deg); transition:all .3s ease;}
.con02 .list ul li:hover i{ transform:rotate(45deg);}
.con02 .list ul li a{ width:100%; position:absolute; top:0; left:0; z-index:2;}
.con02 .list ul li .nr_box{ padding:1.56vw 15px 0 15px;}
.con02 .list ul li .txt{ margin-bottom:1.04vw;}
.con02 .list ul li .txt .h2{ font-size:22px; line-height:32px; color:#333;}
.con02 .list ul li:hover .txt .h2{
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179);}
.con02 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:#999;}
.con02 .list ul li .img{ padding-bottom:66%; position:relative; overflow:hidden; border-radius:10px;}
    .con02 .list ul li .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto;
        object-fit: contain;
    }
@media(max-width:999px){
.con02bg{ padding:40px 0;}
.con02 .list{ margin-top:20px;}
.con02 .list ul li{ width:100%; margin:0 0 15px 0; }
.con02 .list ul li i{ display:none;}
.con02 .list ul li .nr_box{ padding:30px 15px 0 15px;}
.con02 .list ul li .txt{ margin-bottom:20px;}
.con02 .list ul li .txt .h2{ font-size:22px; line-height:32px; }
.con02 .list ul li .txt .h3{ font-size:16px; line-height:26px; }
}


.con03bg{}
.con03{}
.faq_gallery { position: relative; padding:0 0 55px 0; overflow:hidden;}
.faq_gallery .faq_gallery-thumbs { position:absolute; bottom:0; left:50%; transform:translateX(-50%); z-index:3;}
.faq_gallery .faq_gallery-thumbs .swiper-container { overflow:visible;}
.faq_gallery .faq_gallery-thumbs .swiper-slide { padding:0 0 15px 0;}
.faq_gallery .faq_gallery-thumbs .swiper-slide .nr_box{ background:#fff; border-radius:10px; box-shadow:0px 0px 15px rgba(50,77,106,.17); padding:30px;display: flex; justify-content: space-between;/* align-items: center;*/ cursor:pointer;}
.faq_gallery .faq_gallery-thumbs .swiper-slide .txtbg{ width:calc(100% - 80px);}
.faq_gallery .faq_gallery-thumbs .swiper-slide .txt{}
.faq_gallery .faq_gallery-thumbs .swiper-slide .txt .h2{ font-size:22px; line-height:32px; font-weight:bold; margin-bottom:10px;}
.faq_gallery .faq_gallery-thumbs .swiper-slide .txt .h3{ font-size:14px; line-height:24px; opacity:.4;}
.faq_gallery .faq_gallery-thumbs .swiper-slide .imgbg{ width:66px;}
.faq_gallery .faq_gallery-thumbs .swiper-slide .img{ padding-bottom:100%; position:relative;}
.faq_gallery .faq_gallery-thumbs .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.faq_gallery .faq_gallery-thumbs .swiper-slide .img .img2{ display:none;}
.faq_gallery .faq_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .nr_box{ background:url(../images/c3_bg.png) center no-repeat; background-size:cover; color:#fff;}
.faq_gallery .faq_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img .img1{ display:none;}
.faq_gallery .faq_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img .img2{ display:block;}
.faq_gallery .faq_gallery-top { }
.faq_gallery .faq_gallery-top .swiper-container { }
.faq_gallery .faq_gallery-top .swiper-slide { position: relative; }
.faq_gallery .faq_gallery-top .swiper-slide.swiper-slide-active { z-index: 2; }
.faq_gallery .faq_gallery-top .swiper-slide .nr_box {}
.faq_gallery .faq_gallery-top .swiper-slide .imgbg { }
.faq_gallery .faq_gallery-top .swiper-slide .img { padding-bottom: 34%; position: relative; overflow: hidden; }
.faq_gallery .faq_gallery-top .swiper-slide .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; z-index: 1; transition: all .3s ease; }
.faq_gallery .faq_gallery-top .swiper-slide.swiper-slide-thumb-active .img img { transform: scale(1.1); }
.faq_gallery .faq_gallery-top .swiper-slide .txtbg { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.faq_gallery .faq_gallery-top .swiper-slide .txt { color:#fff;}
.faq_gallery .faq_gallery-top .swiper-slide .txt .h2 { font-size:52px; line-height:62px; margin-bottom:5px;}
.faq_gallery .faq_gallery-top .swiper-slide .txt .h3 { font-size:17px; line-height:27px; margin-bottom:2.6vw;}
.faq_gallery .swiper-button-prev,.faq_gallery .swiper-button-next{ display:none;}
.faq_gallery .swiper-pagination{ display:none;}
@media(max-width:999px){
.faq_gallery { padding:0 0 55px 0;}
.faq_gallery .faq_gallery-thumbs { position:static; transform:translateX(0%); }
.faq_gallery .faq_gallery-thumbs .swiper-slide { padding:0 0 15px 0;}
.faq_gallery .faq_gallery-thumbs .swiper-slide .nr_box{ padding:10px; }
.faq_gallery .faq_gallery-thumbs .swiper-slide .txtbg{ width:calc(100% - 35px); }
.faq_gallery .faq_gallery-thumbs .swiper-slide .txt .h2{ font-size:14px; line-height:18px; margin-bottom:5px;}
.faq_gallery .faq_gallery-thumbs .swiper-slide .txt .h3{ font-size:12px; line-height:16px; }
.faq_gallery .faq_gallery-thumbs .swiper-slide .imgbg{ width:30px; margin:0 auto;}
.faq_gallery .faq_gallery-top .swiper-slide .txt .h2 { font-size:20px; line-height:30px; margin-bottom:5px;}
.faq_gallery .faq_gallery-top .swiper-slide .txt .h3 { font-size:14px; line-height:24px; margin-bottom:10px;}
}


.con04bg{ padding:60px 0;}
.con04{}
.con04 .list{ margin-top:40px; display: flex; justify-content: space-between; align-items: flex-start;}
.con04_lt{ width:49%; background:#eff2f4; border-radius:20px; overflow:hidden;}
.con04_lt .img{ padding-bottom:54%; position:relative; overflow:hidden;}
.con04_lt .img img{ width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; z-index: 1; transition: all .3s ease; }
.con04_lt:hover .img img { transform: scale(1.1); }
.con04_lt .txtbg{ color:#666; padding:20px; display: flex; justify-content: space-between;/* align-items: center;*/}
.con04_lt .date{ width:148px; font-size:18px; line-height:28px; text-align:center;}
.con04_lt .date strong{ display:block; font-size:36px; line-height:46px; font-weight:normal;}
.con04_lt .date span{ display:block;}
.con04_lt .txt{ width:calc(100% - 150px);}
.con04_lt .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con04_lt .txt .h3{ font-size:14px; line-height:24px; height:48px; color:#999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con04_rt{ width:49%;}
.con04_rt ul li{ padding:20px 0; border-bottom:1px #eee solid;}
.con04_rt ul li .nr_box{ color:#666; display: flex; justify-content: space-between;/* align-items: center;*/}
.con04_rt ul li .date{ width:148px; font-size:18px; line-height:28px; text-align:center;}
.con04_rt ul li .date strong{ display:block; font-size:36px; line-height:46px; font-weight:normal;}
.con04_rt ul li .date span{ display:block;}
.con04_rt ul li .txtbg{ width:calc(100% - 150px);}
.con04_rt ul li .txt{}
.con04_rt ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con04_rt ul li:hover .txt .h2{
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179);}
.con04_rt ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; color:#999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.con04bg{ padding:40px 0;}
.con04 .list{ margin-top:20px; display:block;}
.con04_lt{ width:100%; border-radius:10px; }
.con04_lt .txtbg{ padding:20px 0; }
.con04_lt .date{ width:100px; font-size:18px; line-height:28px; }
.con04_lt .date strong{ font-size:36px; line-height:46px; }
.con04_lt .txt{ width:calc(100% - 100px);}
.con04_lt .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px; }
.con04_lt .txt .h3{ font-size:14px; line-height:24px; height:auto; }
.con04_rt{ width:100%;}
.con04_rt ul li{ padding:20px 0; }
.con04_rt ul li .date{ width:100px; font-size:18px; line-height:28px; }
.con04_rt ul li .date strong{ font-size:36px; line-height:46px; }
.con04_rt ul li .txtbg{ width:calc(100% - 100px);}
.con04_rt ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px; }
.con04_rt ul li .txt .h3{ font-size:14px; line-height:24px; height:auto; }
}



.foot{ background:url(../images/footbg.jpg) center no-repeat; background-size:cover; color:#fff;}
.foot a{ color:rgba(255,255,255,.59);}
.foot a:hover{ color:#fff;}
.foot1bg{ }
.foot1{}
.foot1 .list1{ padding:50px 0 20px 0; border-bottom:1px solid rgba(255,255,255,0.12); display: flex; justify-content: flex-start; align-items: center;}
.foot .f_logo{ margin-right:50px;}
.foot .f_logo img{ width:100%; max-width:240px;}
.foot .f_logo_txt{ font-size:20px; line-height:30px; padding-left:20px; border-left:1px solid #fff;}
.foot1 .list2{ padding:20px 0;}
.foot .f_nav{ font-size:14px; line-height:24px;
display: flex;
justify-content: space-between;
/*align-items: center;*/}
.foot .f_nav dl{ width:100%;}
.foot .f_nav dl dt{ font-size:18px; line-height:28px; margin-bottom:15px; color:#fff;}
.foot .f_nav dl dt a{ color:#fff;}
.foot .f_nav dl dd{ margin-top:5px;}
.foot1 .list3{ padding:40px 0; border-top:1px solid rgba(255,255,255,0.12); display: flex; justify-content: space-between; align-items: center; font-size:14px; line-height:24px;}
@media(max-width:999px){
.foot{ margin-bottom:60px;}
.foot1 .list1{ padding:30px 0 20px 0; }
.foot .f_logo{ margin-right:10px;}
.foot .f_logo img{ width:100%; max-width:140px;}
.foot .f_logo_txt{ font-size:16px; line-height:20px; padding-left:10px; }
.foot1 .list2{ padding:20px 0;}
.foot .f_nav{ font-size:14px; line-height:24px; display:block;}
.foot .f_nav dl{ width:100%;}
.foot .f_nav dl dt{ font-size:18px; line-height:28px; margin-bottom:15px; position:relative;}
.foot .f_nav dl dt:before{content: "\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:0; top:10px;}
.foot .f_nav dl dd{ margin-top:5px; display:none;}
.foot1 .list3{ padding:20px 0; display:block; text-align:center; font-size:12px; line-height:22px;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inbanner_txt{ text-align:center; color:#fff;}
.inbanner_txt .h2{ font-size:40px; line-height:50px; }
.inbarbg{ border-bottom:1px solid rgba(0,0,0,.1);}
.inbar{ display: flex;justify-content:space-between;align-items:center;}
.innav{ font-size:16px; line-height:70px; }
.innav .h1{ font-size:15px; line-height:50px; padding-right:20px; position:relative; display:none; font-weight:bold;}
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.innav .h1.active1:before{ content:"\f106";}
.innav ul{
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap:wrap;}
.innav ul li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative;}
.innav ul li:before{ content:""; width:1px; height:15px; background:#ddd; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.innav ul li a{ display:block; padding:0 1.56vw;}
/*.innav ul li.hover{ color:#fff;background-image: linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179);}
.innav ul li.hover>a{ color:#fff; }*/
.innav ul li:hover{ color:#fff;background-image: linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179);}
.innav ul li:hover>a{ color:#fff; }
.weizhi{ font-size:14px; line-height:70px; text-align:right; color:#999;}
.weizhi i{ margin-right:5px; color:var(--primary-color);}
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner_txt .h2{ font-size:20px; line-height:24px; }
.inbarbg{ border-bottom:7px solid #f2f2f2;}
.inbar{ display:block;}
.innav{ font-size:14px; line-height:24px; }
.innav .h1{ display:block;}
.innav ul li{ margin:5px 0;}
.innav ul li a{ padding:5px 30px;}
.weizhi{ display:none;}
}

.insidebg{ padding:60px 0 100px 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{ }
@media(max-width:999px){
.insidebg{ padding:20px 0 40px 0; }
.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{ }
}


.aboutus1bg{ padding:60px; }
.aboutus1{}
.aboutus1_list1{display: flex; justify-content: space-between; align-items: center;}
.aboutus1_lt{ width:46%;}
.aboutus1_lt .tit1{ text-align:left;}
.aboutus1_lt .tit1 .line1{ margin-left:0;}
.aboutus1_lt .list{ margin-top:35px;}
.aboutus1_lt .txt{ font-size:16px; line-height:2em; margin-bottom:30px;}
.aboutus1_rt{ width:50%;}
.aboutus1_rt img{ display:block; width:100%; border-radius:0 5.2vw 0 0;}
.aboutus1_list2{}
.aboutus1_list2 ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.aboutus1_list2 ul li{ width:100%; display: flex; justify-content: flex-start;/* align-items: center;*/ margin:60px 0 0 0;}
.aboutus1_list2 ul li .img{ width:50px; height:50px; position:relative; margin-right:10px;}
.aboutus1_list2 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus1_list2 ul li .txt{ width:calc(100% - 60px); max-width:180px;}
.aboutus1_list2 ul li .txt .h2{ font-size:16px; border-bottom:1px solid #e5e5e5; padding-bottom:15px; margin-bottom:10px;}
.aboutus1_list2 ul li .txt .h2 strong{ font-size:42px; margin-right:5px;}
.aboutus1_list2 ul li .txt .h2 span{}
.aboutus1_list2 ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0; }
.aboutus1_list1{display:block;}
.aboutus1_lt{ width:100%; margin-bottom:20px;}
.aboutus1_lt .tit1{ text-align:center;}
.aboutus1_lt .tit1 .line1{ margin-left:auto;}
.aboutus1_lt .list{ margin-top:20px;}
.aboutus1_lt .txt{ font-size:14px; line-height:2em; margin-bottom:10px;}
.aboutus1_rt{ width:100%;}
.aboutus1_rt img{ border-radius:0 20px 0 0;}
.aboutus1_list2 ul{ flex-wrap:wrap;}
.aboutus1_list2 ul li{ width:50%; margin:20px 0 0 0;}
.aboutus1_list2 ul li .img{ width:30px; height:40px; margin-right:10px;}
.aboutus1_list2 ul li .txt{ width:calc(100% - 40px); max-width:120px;}
.aboutus1_list2 ul li .txt .h2{ font-size:16px; padding-bottom:10px; margin-bottom:5px;}
.aboutus1_list2 ul li .txt .h2 strong{ font-size:36px; margin-right:5px;}
.aboutus1_list2 ul li .txt .h3{ font-size:14px; line-height:24px;}
}
.aboutus2bg{ padding:80px; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed;}
.aboutus2{}
.aboutus2 .list{ margin-top:60px;}
.aboutus2 .list ul{display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.aboutus2 .list ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px; text-align:center;}
.aboutus2 .list ul li:nth-child(3n-2){ margin-left:0;}
.aboutus2 .list ul li .img{ height:70px; position:relative; }
.aboutus2 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus2 .list ul li .txt{ margin-top:20px;}
.aboutus2 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:15px; font-weight:bold;}
.aboutus2 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.aboutus2bg{ padding:40px; }
.aboutus2 .list{ margin-top:20px;}
.aboutus2 .list ul li{ width:100%; margin:0 0 20px 0; }
.aboutus2 .list ul li .img{ height:70px; }
.aboutus2 .list ul li .txt{ margin-top:10px;}
.aboutus2 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px; }
.aboutus2 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}
.aboutus3bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover; }
.aboutus3{}
.aboutus3 .list{ margin-top:60px;}
.history_swiper{ position:relative;}
.history_swiper:before{ content:""; width:100%; height:1px; background:#ddd; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.history_swiper .swiper-container { width: 100%; }
.history_swiper .swiper-container .swiper-slide { position:relative; display: flex; justify-content: space-between;/* align-items: center;*/flex-direction: column; text-align:center;}
.history_swiper .swiper-container .swiper-slide:nth-child(2n){flex-direction: column-reverse;}
.history_swiper .swiper-container .swiper-slide .kong{ height:250px;}
.history_swiper .swiper-container .swiper-slide .txtbg{ height:250px;}
.history_swiper .swiper-container .swiper-slide .txt{ padding:30px 0 0 0;}
.history_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:36px; margin-bottom:20px;}
.history_swiper .swiper-container .swiper-slide .txt .h2 span{ display:inline-block; text-align:center; padding:0 12px; background-image:linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179); color:#fff; border-radius:6px;}
.history_swiper .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px; margin-bottom:20px; font-weight:bold;}
.history_swiper .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:24px; }
.history_swiper .swiper-pagination{ display:none;}
.history_swiper .swiper-pagination span{ }
.history_swiper .swiper-pagination span.swiper-pagination-bullet-active{ }
.history_swiper .swiper-button-prev,.history_swiper .swiper-button-next{ width:30px; height:30px; line-height:30px; margin-top:-15px; text-align:center; background:var(--primary-color); color:#fff; font-size:20px; transition:all .3s ease; border-radius:100%;}
.history_swiper .swiper-button-prev:hover,.history_swiper .swiper-button-next:hover{ background:var(--third-color);}
.history_swiper .swiper-button-prev{ left:0px;}
.history_swiper .swiper-button-next{ right:0px;}
@media(max-width:999px){
.aboutus3bg{ padding:40px; }
.aboutus3 .list{ margin-top:20px;}
.history_swiper:before{ top:70px; transform:translateY(0%);}
.history_swiper .swiper-container .swiper-slide { display:block;}
.history_swiper .swiper-container .swiper-slide .kong{ height:0;}
.history_swiper .swiper-container .swiper-slide .txtbg{ height:auto;}
.history_swiper .swiper-container .swiper-slide .txt{ padding:0 0 0 0;}
.history_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:36px; margin-bottom:60px;}
.history_swiper .swiper-container .swiper-slide .txt .h2 span{ padding:0 12px; }
.history_swiper .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px; margin-bottom:20px; }
.history_swiper .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:24px; }
.history_swiper .swiper-button-prev,.history_swiper .swiper-button-next{ top:70px;}
}





.faq1{ background:#fff; padding:60px 40px;}
.faq1 .list{ margin-top:40px;}
.faq1 .list ul li{ border:1px solid #dee2e6; border-radius:4px; overflow:hidden; margin:0 0 20px 0;}
.faq1 .list ul li .txt1{ padding:10px 120px 10px 60px; position:relative; cursor:pointer; background:#f8f9fa;}
.faq1 .list ul li .txt1 i{ display:inline-block; text-align:center; width:22px; height:22px; line-height:22px; border-radius:2px; border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; font-style:normal; position:absolute; left:20px; top:13px;}
.faq1 .list ul li .txt1 span{ font-size:14px; line-height:30px; color:#999; position:absolute; right:20px; top:10px;}
.faq1 .list ul li .txt1 span:after{ content:""; display:inline-block; border:6px solid transparent; border-right-color:#ccc; }
.faq1 .list ul li .txt1 .h2{ font-size:16px; line-height:30px; }
.faq1 .list ul li .txt2{ padding:10px 120px 10px 60px; border-top:1px solid #dee2e6; position:relative; display:none;}
.faq1 .list ul li .txt2 i{ display:inline-block; text-align:center; width:22px; height:22px; line-height:22px; border-radius:2px; border:1px solid var(--primary-color); background:#fff; color:var(--primary-color); font-style:normal; position:absolute; left:20px; top:10px;}
.faq1 .list ul li .txt2 .h3{ font-size:14px; line-height:24px; }
@media(max-width:999px){
.faq1{ padding:0;}
.faq1 .list{ margin-top:20px;}
.faq1 .list ul li{ margin:0 0 20px 0;}
.faq1 .list ul li .txt1{ padding:10px 100px 10px 45px; }
.faq1 .list ul li .txt1 i{ width:22px; height:22px; line-height:22px; left:10px; top:13px;}
.faq1 .list ul li .txt1 span{ font-size:14px; line-height:30px; right:10px; top:10px;}
.faq1 .list ul li .txt1 .h2{ font-size:16px; line-height:30px; }
.faq1 .list ul li .txt2{ padding:10px 100px 10px 45px;}
.faq1 .list ul li .txt2 i{width:22px; height:22px; line-height:22px;left:10px; top:10px;}
.faq1 .list ul li .txt2 .h3{ font-size:14px; line-height:24px; }
}



















