/*common start*/
:root{
 --primary-color:#4da8da;
 --secondary-color:#2d466b;
 --third-color:#e3eaf3;
 --fourth-color:#131e2e;
 --main-color:#4da8da;
 --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:1280px; 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%; position:absolute; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:110px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:16%; height:80px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head2 .rt{ max-width:16%;
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_share{display: flex; justify-content: flex-end; align-items: center;}
.head .h_share a{ display:inline-block; text-align:center; width:28px; line-height:28px; font-size:14px; border-radius:100%; background:var(--primary-color); color:#fff; margin:0 0 0 .26vw;}
.head .h_share a:hover{ animation:pulse .3s linear 1;}
.head .h_share i{}
.head .h_search_btn{ font-size:20px; line-height:28px; color:#333; cursor:pointer; margin-left:.78vw; padding-left:.78vw; border-left:1px solid #333;}
.head .h_search_box{ width:100%; height:100%; background:rgba(0,0,0,.87); position:fixed; top:0; 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:rgba(12,18,28,.3); position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; max-width:800px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ max-width:1200px; margin:0 auto;}
.head .h_search_close2{ width:42px; line-height:42px; text-align:center; border:1px solid #fff; color:#fff; font-size:20px; position:absolute; top:20px; right:20px;z-index:999; border-radius:100%; cursor:pointer; transition:all .3s ease;}
.head .h_search_close2:hover{ border-color:#000; background:#000;}
.head .h_search .form{ height:70px; overflow:hidden; border:2px solid #fff; border-radius:70px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:70px; line-height:70px; padding:0 0 0 20px; width:calc(100% - 90px); color:#fff; }
.head .h_search .form .button1{ float:right; border:none;  background:#333; width:70px; height:70px; line-height:70px; cursor:pointer; font-size:16px; color:#fff; transition:all .3s ease;}
.head .h_search .form .button1:hover{ color:#fff;}
.head .h_search .form .button1 i{ }
.h_search .form input::-webkit-input-placeholder{ color: #fff; }
.h_search .form input:-moz-placeholder{ color:#fff; }
.h_search .form input::-moz-placeholder{ color:#fff; }
.h_search .form input:-ms-input-placeholder{ color:#fff; }
/*menu*/
.head .menu{ height:80px; line-height:80px; background:var(--fourth-color); box-shadow:0 7px 0 var(--primary-color); border-radius:20px; width:85%;}
.head .menu>ul{display: flex; justify-content:center; align-items: center; flex-wrap:wrap;}
.head .menu>ul>li{ padding:0 0.6vw;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#fff; display:block; font-size:15px; font-weight:normal; position:relative; z-index:1;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:var(--primary-color); }
.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}
/*.head .menu>ul>li>a:before{ content:""; width:0; height:2px; 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{ width:100%;}*/
.head .menu>ul>li ul{ width:fit-content; min-width:130px; background:var(--fourth-color); box-shadow:0 4px 0 var(--primary-color); border-radius:0 0 20px 20px; position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#fff; display:block; font-weight:normal; 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{ color:#fff; background:var(--secondary-color);}
.head .menu>ul>li ul li:last-child a{ border-radius:0 0 20px 20px;}
.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{ }
.head.active2{ }
@media(max-width:1399px){
.head .menu>ul>li>a{ font-size:14px; }
}
@media(max-width:999px){
.head_height{ height:0;}
.head.active1{ background:var(--third-color); box-shadow:0 0 15px rgba(0,0,0,.2); position:fixed;}
.head{}
.head2{ height:60px; }
.head .logo{ width:40%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .rt{ max-width:60%;}
.head .h_share{ display:none;}
.head .h_search_btn{ font-size:20px; line-height:28px; margin-left:0; padding-left:0; border-left:none;}
.head .h_search_close2{ width:38px; line-height:38px; font-size:20px; top:20px; right:20px; }
.head .h_search .form{ height:50px; }
.head .h_search .form .text1{ height:50px; line-height:50px; padding:0 0 0 20px; width:calc(100% - 70px); }
.head .h_search .form .button1{ width:50px; height:50px; line-height:50px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:40px; height:40px; border-radius:100%; background:var(--fourth-color); box-shadow:0 4px 0 var(--primary-color); cursor:pointer; display:none; position:relative; margin-left:20px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:20px; height:2px; background:var(--primary-color); 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:12px; }
.head .nav_open:after{ content:""; bottom:12px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(7px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-7px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 61px); border-top:1px solid rgba(255,255,255,.1); 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:rgba(0,0,0,.9); color:#fff; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative; padding:0 5%;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 0;}
.head .nav_list>ul>li{ padding:10px 0; border-bottom:1px solid rgba(255,255,255,.01);}
.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:#fff;}
.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; width:14px; height:14px; line-height:14px; text-align:center; 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);}
@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.swiper-slide-active img{ }
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; color:#fff;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:6.25vw; line-height:1.1em; font-style:italic; font-weight:bold; margin-bottom:1.3vw;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:2.6vw; line-height:1.2em; font-style:italic; letter-spacing:1.56vw;}
.banner_swiper .swiper-pagination{ bottom:50px; height:10px; width:100%; display:none;}
.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:38px; height:38px; line-height:38px; text-align:center; border:1px solid rgba(255,255,255,.5); background:none; color:#fff; font-size:20px; transition:all .3s ease; border-radius:20px; opacity:0; visibility:hidden;}
.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:rgba(0,0,0,.1); color:#fff;}
.banner_swiper .swiper-button-prev:after,.banner_swiper .swiper-button-next:after{ display:none;}
.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:24px; line-height:28px; margin-bottom:5px;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px; letter-spacing:2px;}

.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:28px; height:28px; line-height:28px; font-size:20px; }
.banner_swiper .swiper-button-prev{ left:10px;}
.banner_swiper .swiper-button-next{ right:10px;}
}


.tit1{}
.tit1 .h2{ font-size:16px; line-height:26px; font-weight:bold; color:var(--primary-color); margin-bottom:1.04vw;}
.tit1 .h3{ font-size:40px; line-height:50px; font-weight:bold;}
.tit1 .h4{ font-size:16px; line-height:26px; color:#999; margin-top:1.04vw;}
.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:16px; line-height:48px; padding:0 20px; min-width:70px; border-radius:40px; background:var(--fourth-color); color:#fff; transition:all .3s ease;}
.more1 span:hover{ background:var(--primary-color);}
.con01bg{ padding:160px 0 0 0; position:relative;}
.con01bg:before{ content:""; width:100%; height:88%; background:var(--third-color) url(../images/Background_FAQs.png) top center no-repeat; background-size:130% auto; position:absolute; top:0; left:0; z-index:-1;}
.con01{display: flex; justify-content: space-between;/* align-items: center;*/ flex-direction:row-reverse;}
.con01_lt{ width:46%;}
.con01_lt .img{ background:#2d466b; padding:0 0 15px 15px; border-radius:20px;}
.con01_lt img{ display:block; width:100%; height:36.46vw; border-radius:20px;}
.con01_rt{ width:50%;}
.con01_rt .nr_box{ height:100%; padding:2.08vw 0; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center;flex-direction: column;}
.con01_rt .box1{ width:100%; padding:0 0 0 12%; box-sizing: border-box;}
.con01_rt .box1 .more1{ margin-top:1.56vw;}
.con01_rt .box2{ width:100%; background:var(--fourth-color); border-radius:20px;}
.index1_swiper{ position:relative; padding:30px;}
.index1_swiper .swiper-container { width: 100%; }
.index1_swiper .swiper-container .swiper-slide { position:relative;}
.index1_swiper .swiper-container .swiper-slide.swiper-slide-active{ }
.index1_swiper .swiper-container .swiper-slide .img{ padding-bottom:30%; position:relative;}
.index1_swiper .swiper-container .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.index1_swiper .swiper-pagination{ display:none;}
.index1_swiper .swiper-pagination span{ }
.index1_swiper .swiper-pagination span.swiper-pagination-bullet-active{ }
.index1_swiper .swiper-button-prev,.index1_swiper .swiper-button-next{ display:none;}
.index1_swiper .swiper-button-prev{ }
.index1_swiper .swiper-button-next{ }
@media(max-width:999px){
.tit1 .h2{ font-size:14px; line-height:18px; margin-bottom:5px;}
.tit1 .h3{ font-size:24px; line-height:28px; }
.tit1 .h4{ font-size:14px; line-height:18px; margin-top:10px;}
.more1 span{ font-size:14px; line-height:40px; padding:0 15px; min-width:70px; }
.con01bg{ padding:80px 0 0 0; }
.con01bg:before{ height:93%; background-position:center; background-size:cover; }
.con01{display:block;}
.con01_lt{ width:100%;}
.con01_lt .img{ padding:0 0 10px 10px; }
.con01_lt img{ height:auto; }
.con01_rt{ width:100%; margin-bottom:20px;}
.con01_rt .nr_box{ padding:0; display:block;}
.con01_rt .box1{ width:100%; padding:0 0 0 0; margin-bottom:20px;}
.con01_rt .box1 .more1{ margin-top:10px;}
.con01_rt .box2{ width:100%; }
.index1_swiper{ padding:20px;}
}


.con02bg{ margin:80px 0;}
.con02{}
.con02_list1{display: flex; justify-content: space-between; align-items: center;}
.con02_lt{ width:48%;}
.con02_lt .more1{ margin-top:1.56vw;}
.con02_rt{ width:48%;}
.con02_rt ul{}
.con02_rt ul li{ margin:20px 0;}
.con02_rt ul li .nr_box{display: flex; justify-content: space-between; align-items: center;}
.con02_rt ul li .imgbg{ width:84px;}
.con02_rt ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; background:var(--third-color);}
.con02_rt ul li .img img{ max-width:50%; max-height:50%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02_rt ul li .txtbg{ width:calc(100% - 100px);}
.con02_rt ul li .txt{}
.con02_rt ul li .txt .h2{ font-size:25px; line-height:35px; margin-bottom:10px;}
.con02_rt ul li .txt .h3{ font-size:16px; line-height:26px; color:#999;}
.con02_list2{ margin-top:60px;}
.con02_list2 ul{display: flex; justify-content: space-between; align-items: center;}
.con02_list2 ul li{ width:100%; border-radius:20px; overflow:hidden; position:relative; text-align:center;}
.con02_list2 ul .li1{ height:15.62vw; background:var(--third-color); display: flex; justify-content: center; align-items: center;}
.con02_list2 ul .li1 .nr_box{ width:90%;}
.con02_list2 ul .li1 .txtbg{}
.con02_list2 ul .li1 .txt{}
.con02_list2 ul .li1 .txt .h2{ font-size:25px; line-height:35px; margin-bottom:5px;}
.con02_list2 ul .li1 .txt .h3{ font-size:14px; line-height:24px; color:#999;}
.con02_list2 ul .li1 .more1bg{ width:100%; height:100%; background:#fff url(../images/Background_abstract_3.png) center no-repeat; background-size:cover; position:absolute; top:0; left:0;display: flex; justify-content: center; align-items: center; transform:translateX(100%); transition:all .3s ease;}
.con02_list2 ul .li1:hover .more1bg{ transform:translateX(0);}
.con02_list2 ul .li2{}
.con02_list2 ul .li2 .imgbg{}
.con02_list2 ul .li2 .img{ height:26.04vw; position:relative; overflow:hidden;}
.con02_list2 ul .li2 .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02_list2 ul .li2 .txtbg{ width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.con02_list2 ul .li2:hover .txtbg{ opacity:0; visibility:hidden;}
.con02_list2 ul .li2 .txt{ color:#fff; padding:0 5%;}
.con02_list2 ul .li2 .txt .ico{ height:56px; position:relative; margin-bottom:5px;}
.con02_list2 ul .li2 .txt .ico img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02_list2 ul .li2 .txt .h2{ font-size:25px; line-height:35px; margin-bottom:5px;}
.con02_list2 ul .li2 .txt .h3{ font-size:14px; line-height:24px;}
.con02_list2 ul .li2 .more1bg{ width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3; opacity:0; visibility:hidden; transition:all .3s ease;}
.con02_list2 ul .li2:hover .more1bg{ opacity:1; visibility:visible;}
.con02_list2 ul .li2:before{ content:""; width:100%; height:100%; background:rgba(12,18,28,.3); position:absolute; top:0; left:0; z-index:1;}
@media(max-width:999px){
.con02bg{ margin:40px 0;}
.con02_list1{display:block;}
.con02_lt{ width:100%; margin-bottom:20px;}
.con02_lt .more1{ margin-top:1.56vw;}
.con02_rt{ width:100%;}
.con02_rt ul li{ margin:0 0 20px 0;}
.con02_rt ul li .imgbg{ width:56px;}
.con02_rt ul li .txtbg{ width:calc(100% - 70px);}
.con02_rt ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:10px;}
.con02_rt ul li .txt .h3{ font-size:14px; line-height:18px; }
.con02_list2{ margin-top:40px;}
.con02_list2 ul{display:block;}
.con02_list2 ul .li1{ height:auto; }
.con02_list2 ul .li1 .txt{ padding:20px 0;}
.con02_list2 ul .li1 .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.con02_list2 ul .li1 .txt .h3{ font-size:14px; line-height:px;}
.con02_list2 ul .li2 .img{ height:91vw; }
.con02_list2 ul .li2 .txt .ico{ height:56px; margin-bottom:5px;}
.con02_list2 ul .li2 .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.con02_list2 ul .li2 .txt .h3{ font-size:14px; line-height:px;}
}


.con03bg{ padding:80px 0; position:relative; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con03bg:before{ content:""; width:100%; height:100%; background:var(--fourth-color); opacity:.4; position:absolute; top:0; left:0; z-index:1;}
.con03{ float:right; width:100%; max-width:580px; position:relative; z-index:2; color:#fff;}
.con03 .tit1 .h4{ color:#fff;}
.con03 .list{ margin-top:40px;}
.con03 .list ul li{ margin:0 0 20px 0;}
.con03 .list ul li .nr_box{display: flex; justify-content: space-between;/* align-items: center;*/}
.con03 .list ul li .imgbg{ width:56px;}
.con03 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; background:var(--primary-color);}
.con03 .list ul li .img img{ max-width:50%; max-height:50%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03 .list ul li .txtbg{ width:calc(100% - 70px);}
.con03 .list ul li .txt{}
.con03 .list ul li .txt .h2{ font-size:25px; line-height:35px; margin-bottom:5px;}
.con03 .list ul li .txt .h3{ font-size:16px; line-height:26px; }
@media(max-width:999px){
.con03bg{ padding:40px 0; }
.con03 .list{ margin-top:20px;}
.con03 .list ul li{ margin:0 0 20px 0;}
.con03 .list ul li .imgbg{ width:42px;}
.con03 .list ul li .txtbg{ width:calc(100% - 55px);}
.con03 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.con03 .list ul li .txt .h3{ font-size:14px; line-height:18px; }
}


.con04bg{ margin:80px 0;}
.con04{display: flex; justify-content: space-between;/* align-items: center;*/}
.con04_lt{ width:46%;}
.con04_lt .list{ margin-top:40px;}
.con04_lt .list ul li{ margin-bottom:10px;}
.con04_lt .list ul li .h2{ background:var(--third-color); font-size:20px; line-height:30px; padding:15px 15px 15px 60px; position:relative; border-radius:30px; cursor:pointer;font-weight:bold;}
.con04_lt .list ul li .h2:before{content: "\f067";font: normal normal normal 20px/1 FontAwesome; width:30px; height:30px; line-height:30px; text-align:center; position:absolute; left:15px; top:15px;}
.con04_lt .list ul li .txt{ padding:15px; display:none;}
.con04_lt .list ul li .h3{ font-size:16px; line-height:26px; color:#999;}
.con04_lt .list ul li.active1 .h2{ color:var(--primary-color);  }
.con04_lt .list ul li.active1 .h2:before{content: "\f068";}
.con04_rt{ width:50%; position:relative;}
.con04_rt:before{ content:""; width:44px; height:44px; background:var(--primary-color); border-radius:100%; position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:1;}
.con04_rt:after{ content:""; width:98px; height:98px; background:var(--primary-color); border-radius:100%; position:absolute; right:0; bottom:0; z-index:1;}
.con04_rt .imgbg{ margin:0 auto; width:94%; max-width:600px;}
.con04_rt .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%;}
.con04_rt .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con04_rt .txtbg{ width:300px; height:300px; border-radius:100%; background:var(--primary-color); color:#fff; text-align:center; position:absolute; bottom:0; left:0;display: flex; justify-content:center; align-items: center; z-index:3;}
.con04_rt .txt{ width:90%;}
.con04_rt .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:10px;}
.con04_rt .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.con04bg{ margin:40px 0;}
.con04{display:block;}
.con04_lt{ width:100%; margin-bottom:20px;}
.con04_lt .list{ margin-top:20px;}
.con04_lt .list ul li{ margin-bottom:10px;}
.con04_lt .list ul li .h2{ font-size:16px; line-height:20px; padding:10px 10px 10px 40px; }
.con04_lt .list ul li .h2:before{ font-size:16px; width:20px; height:20px; line-height:20px; left:10px; top:10px;}
.con04_lt .list ul li .txt{ padding:10px; }
.con04_lt .list ul li .h3{ font-size:14px; line-height:18px; }
.con04_rt{ width:100%; }
.con04_rt:before{ width:44px; height:44px; top:40%;}
.con04_rt:after{ width:88px; height:88px; }
.con04_rt .imgbg{ width:94%; max-width:350px; padding-bottom:150px;}
.con04_rt .txtbg{ width:300px; height:300px;}
.con04_rt .txt{ width:90%;}
.con04_rt .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.con04_rt .txt .h3{ font-size:14px; line-height:18px;}
}


.con05bg{ margin:80px 0;}
.con05{ background:var(--third-color) url(../images/Background_abstract_2.png) center no-repeat; background-size:cover; border-radius:20px; padding:60px 0;}
.con05 .list{}
.con05 .list ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.con05 .list ul li{ width:100%; text-align:center;}
.con05 .list ul li .txt{}
.con05 .list ul li .txt .h2{ font-size:60px; line-height:70px; font-weight:bold;}
.con05 .list ul li .txt .h2 strong{}
.con05 .list ul li .txt .h2 span{}
.con05 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.con05{ margin:40px 0;}
.con05 .list ul{ flex-wrap:wrap;}
.con05 .list ul li{ width:50%; margin:10px 0;}
.con05 .list ul li .txt .h2{ font-size:32px; line-height:36px;}
.con05 .list ul li .txt .h3{ font-size:14px; line-height:18px;}
}


.con06bg{ margin:80px 0;}
.con06{}
.con06 dl{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con06 dl dt{ width:calc((100% - 40px)/3); margin:0 0 20px 0;}
.con06 dl dd{ width:calc((100% - 40px)/3); margin:0 0 20px 20px; position:relative; border-radius:20px; overflow:hidden;}
.con06 dl dd:nth-child(3n-2){ margin-left:0;}
.con06 dl dd .img{ padding-bottom:73%; position:relative; overflow:hidden;}
.con06 dl dd .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con06 dl dd .img:before{ content:""; width:100%; height:100%; background:rgba(12,18,28,.3); position:absolute; top:0; left:0; z-index:1;}
.con06 dl dd .txtbg{ width:100%; position:absolute; bottom:0; left:0; z-index:3;}
.con06 dl dd .txt{ color:#fff; padding:0 5% 1.82vw 5%;}
.con06 dl dd .txt .ico{ height:35px; position:relative; margin-bottom:1.3vw;}
.con06 dl dd .txt .ico img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.con06 dl dd .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:1.04vw;}
.con06 dl dd .txt .h3{ font-size:14px; line-height:24px;}
.con06 dl dd .txt2bg{ width:100%; height:100%; background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); position:absolute; top:0; left:0; z-index:4;display: flex; justify-content:center; align-items: center; transform:scale(.5); opacity:0; visibility:hidden; transition:all .3s ease;}
.con06 dl dd:hover .txt2bg{ transform:scale(1); opacity:1; visibility:visible;}
.con06 dl dd .txt2{ color:#fff; text-align:center; width:90%;}
.con06 dl dd .txt2 .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:1.04vw;}
.con06 dl dd .txt2 .h3{ font-size:14px; line-height:24px; margin-bottom:1.3vw;}
@media(max-width:999px){
.con06bg{ margin:40px 0;}
.con06 dl dt{ width:100%; margin:0 0 20px 0;}
.con06 dl dd{ width:100%; margin:0 0 20px 0;}
.con06 dl dd .txt{ padding:0 5% 20px 5%;}
.con06 dl dd .txt .ico{ height:35px; margin-bottom:20px;}
.con06 dl dd .txt .h2{ font-size:18px; line-height:22px; margin-bottom:10px;}
.con06 dl dd .txt .h3{ font-size:14px; line-height:18px;}
.con06 dl dd .txt2 .h2{ font-size:18px; line-height:22px; margin-bottom:10px;}
.con06 dl dd .txt2 .h3{ font-size:14px; line-height:18px; margin-bottom:20px;}
}


.con07bg{}
.con07{display: flex; justify-content: space-between; align-items: flex-start;}
.con07_lt{ width:50%;}
.con07_lt img{ display:block; width:100%;}
.con07_rt{ width:50%; background:var(--fourth-color); color:#fff; }
.con07_rt .nr_box{ padding:6.24vw 12%;}
.con07_rt .tit1 .h4{ color:#fff;}
.con07_rt .box1{ margin-top:1.82vw;}
.con07_rt .box1 ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.con07_rt .box1 ul li{ width:100%; }
.con07_rt .box1 ul li .txt{}
.con07_rt .box1 ul li .txt .h2{ font-size:48px; line-height:58px; font-weight:bold; color:var(--primary-color); }
.con07_rt .box1 ul li .txt .h2 strong{}
.con07_rt .box1 ul li .txt .h2 span{}
.con07_rt .box1 ul li .txt .h3{ font-size:14px; line-height:24px;}
.con07_rt .box2{ margin-top:1.56vw;}
.con07_rt .box2 .h1{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:.26vw; padding-top:.52vw; position:relative;}
.con07_rt .box2 .h1:before{ content:""; width:50px; height:1px; background:#fff; position:absolute; top:0; left:0;}
.con07_rt .box2 ul li{ position:relative; font-size:16px; line-height:26px; min-height:26px; padding:5px 0 5px 50px;}
.con07_rt .box2 ul li i{ width:36px; height:36px; line-height:36px; text-align:center; border-radius:100%; background:var(--secondary-color); position:absolute; left:0; top:0;}
@media(max-width:999px){
.con07{display:block;}
.con07_lt{ width:100%;}
.con07_rt{ width:100%; }
.con07_rt .nr_box{ padding:40px 5%;}
.con07_rt .box1{ margin-top:20px;}
.con07_rt .box1 ul li .txt .h2{ font-size:30px; line-height:34px; }
.con07_rt .box1 ul li .txt .h3{ font-size:12px; line-height:16px;}
.con07_rt .box2{ margin-top:20px;}
.con07_rt .box2 .h1{ font-size:16px; line-height:20px; margin-bottom:5px; padding-top:10px; }
.con07_rt .box2 .h1:before{ width:50px; height:1px; }
.con07_rt .box2 ul li{ font-size:14px; line-height:24px; min-height:24px; padding:5px 0 5px 50px;}
.con07_rt .box2 ul li i{ width:34px; height:34px; line-height:34px; }
}



.tit2{ text-align:center;}
.tit2 .ico{ font-size:50px; line-height:60px; color:var(--primary-color); margin-bottom:.78vw;}
.tit2 .h2{ font-size:16px; line-height:26px; font-weight:bold; color:var(--primary-color); margin-bottom:1.04vw;}
.tit2 .h3{ font-size:40px; line-height:50px; font-weight:bold;}
.tit2 .h4{ font-size:16px; line-height:26px; color:#999; margin-top:1.04vw;}
.con08bg{ margin:80px 0;}
.con08{}
.con08 .list{ margin-top:60px;}
.con08 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con08 .list ul li{ width:calc((100% - 60px)/4); margin:0 0 20px 20px; box-shadow:0px 0px 60px 0px rgba(0, 0, 0, 0.1); border-radius:20px; text-align:center;}
.con08 .list ul li:nth-child(4n-3){ margin-left:0;}
.con08 .list ul li .nr_box{ padding:30px;}
.con08 .list ul li .imgbg{ width:56px; margin:0 auto;}
.con08 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; background:var(--third-color);}
.con08 .list ul li .img img{ max-width:50%; max-height:50%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con08 .list ul li .txt{ margin-top:15px;}
.con08 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:10px;}
.con08 .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#999; margin-bottom:20px;}
@media(max-width:999px){
.tit2 .ico{ font-size:50px; line-height:60px; margin-bottom:5px;}
.tit2 .h2{ font-size:14px; line-height:18px; margin-bottom:5px;}
.tit2 .h3{ font-size:24px; line-height:28px; }
.tit2 .h4{ font-size:14px; line-height:18px; margin-top:10px;}
.con08bg{ margin:40px 0;}
.con08 .list{ margin-top:20px;}
.con08 .list ul li{ width:100%; margin:0 0 20px 0; }
.con08 .list ul li .nr_box{ padding:20px 20px;}
.con08 .list ul li .imgbg{ width:56px; }
.con08 .list ul li .txt{ margin-top:10px;}
.con08 .list ul li .txt .h2{ font-size:16px; line-height:20px; margin-bottom:5px;}
.con08 .list ul li .txt .h3{ font-size:12px; line-height:16px; margin-bottom:16px;}
}


.con09bg{ padding:80px 0 0 0; background:var(--third-color) url(../images/Background_abstract_2.png) center no-repeat; background-size:cover;}
.con09{}
.con09 .list{ margin-top:60px; position:relative;}
.con09 .list .box1{ margin:0 auto; width:40%;}
.con09 .list .box1 .img{}
.con09 .list .box1 .img img{ display:block; width:100%;}
.con09 .list .box1 .txtbg{ background:var(--secondary-color); color:#fff; text-align:center; padding:20px 30px 30px 30px; border-radius:20px; margin-top:-3.9vw; position:relative; z-index:1;}
.con09 .list .box1 .txt{}
.con09 .list .box1 .txt .ico{ font-size:30px; line-height:40px; color:var(--primary-color); margin-bottom:10px;}
.con09 .list .box1 .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; font-style:italic;}
.con09 .list .box2{ width:100%; position:absolute; top:0; left:0;}
.con09 .list .box2 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con09 .list .box2 ul li{ width:50%;display: flex; justify-content: flex-start;/* align-items: center;*/ margin:0 0 2.86vw 0;}
.con09 .list .box2 ul li:nth-child(2n){justify-content: flex-end;}
.con09 .list .box2 ul li .nr_box{ width:100%; max-width:320px;}
.con09 .list .box2 ul li:nth-child(2n) .nr_box{ text-align:right;}
.con09 .list .box2 ul li .txtbg{}
.con09 .list .box2 ul li .txt{}
.con09 .list .box2 ul li .txt .ico{ font-size:30px; line-height:40px; color:var(--primary-color); margin-bottom:10px;}
.con09 .list .box2 ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:5px;}
.con09 .list .box2 ul li .txt .h3{ font-size:14px; line-height:24px; color:#999;}
@media(max-width:999px){
.con09bg{ padding:40px 0 0 0; }
.con09 .list{ margin-top:20px; }
.con09 .list .box1{ width:100%; margin-bottom:20px;}
.con09 .list .box1 .txtbg{ padding:20px 20px 20px 20px; margin-top:-14vw; }
.con09 .list .box1 .txt .ico{ font-size:30px; line-height:40px; margin-bottom:10px;}
.con09 .list .box1 .txt .h2{ font-size:16px; line-height:20px; }
.con09 .list .box2{ position:static; }
.con09 .list .box2 ul li{ width:calc((100% - 10px)/2);display:block; margin:0 0 20px 10px;}
.con09 .list .box2 ul li:nth-child(2n-1){ margin-left:0;}
.con09 .list .box2 ul li .nr_box{ width:100%; max-width:100%; text-align:left !important;}
.con09 .list .box2 ul li .txt .ico{ font-size:30px; line-height:40px; margin-bottom:10px;}
.con09 .list .box2 ul li .txt .h2{ font-size:16px; line-height:20px; margin-bottom:5px;}
.con09 .list .box2 ul li .txt .h3{ font-size:12px; line-height:16px; }
}


.con10bg{ padding:7.82vw 0; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;}
.con10bg:before{ content:""; width:100%; height:100%; background:var(--fourth-color); opacity:.4; position:absolute; top:0; left:0; z-index:1;}
.con10{ color:#fff; max-width:640px; position:relative; z-index:2;}
.con10 .tit1 .h4{ color:#fff;}
.con10 .more1{ margin-top:35px;}
@media(max-width:999px){
.con10bg{ padding:40px 0; }
.con10 .more1{ margin-top:20px;}
}


.con11bg{ margin:80px 0;}
.con11{display: flex; justify-content: space-between; align-items: center; flex-direction:row-reverse;}
.con11_lt{ width:46%; position:relative; z-index:1;}
.con11_lt .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%;}
.con11_lt .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.video1_open{ width:70px; height:70px; line-height:70px; text-align:center; font-size:28px; border-radius:100%; color:#fff; cursor:pointer; background:var(--primary-color); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.video1_open:before{ content:""; width:100%; height:100%; border-radius:100%; opacity:.6; z-index:-1; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); animation:button-ripple 3s infinite; animation-delay:.9s;}
.video1_open:after{ content:""; width:100%; height:100%; border-radius:100%; opacity:.6; z-index:-1; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); animation:button-ripple 3s infinite; animation-delay:.3s;}
.video1_open i:after{ content:""; width:100%; height:100%; border-radius:100%; opacity:.6; z-index:-1; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); animation:button-ripple 3s infinite;}
@-webkit-keyframes button-ripple{
	70%{-webkit-box-shadow:0 0 0 15px #fff;box-shadow:0 0 0 15px #fff;opacity:0}
	100%{-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff;opacity:0}
}
@keyframes button-ripple{
	70%{-webkit-box-shadow:0 0 0 15px #fff;box-shadow:0 0 0 15px #fff;opacity:0}
	100%{-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff;opacity:0}
}
.con11_rt{ width:50%;}
.con11_rt .list{ margin-top:40px;}
.con11_rt .list ul li{ margin-bottom:20px;}
.con11_rt .list ul li .nr_box{display: flex; justify-content: space-between;/* align-items: center;*/}
.con11_rt .list ul li .imgbg{ width:56px;}
.con11_rt .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; background:var(--third-color);}
.con11_rt .list ul li .img img{ max-width:50%; max-height:50%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con11_rt .list ul li .txtbg{ width:calc(100% - 70px);}
.con11_rt .list ul li .txt{}
.con11_rt .list ul li .txt .h2{ font-size:25px; line-height:35px; margin-bottom:5px;}
.con11_rt .list ul li .txt .h3{ font-size:16px; line-height:26px; color:#999;}
.video1_box{ width:100%; height:100%; background:rgba(0,0,0,.87); position:fixed; top:0; left:0; z-index:999; display:none;}
.video1_close1{ width:100%; height:100%; background:rgba(12,18,28,.3); position:absolute; top:0; left:0; z-index:1;}
.video1_close2{ width:42px; line-height:42px; text-align:center; border:1px solid #fff; color:#fff; font-size:20px; position:absolute; top:20px; right:20px;z-index:999; border-radius:100%; cursor:pointer; transition:all .3s ease;}
.video1_close2:hover{ border-color:#000; background:#000;}
.video1bg{ width:90%; max-width:880px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.video1{}
.video1 video{ display:block; width:100%; max-height:100vh;}
@media(max-width:999px){
.con11bg{ margin:40px 0;}
.con11{display:block; }
.con11_lt{ width:100%; }
.video1_open{ width:60px; height:60px; line-height:60px; font-size:22px; }
.con11_rt{ width:100%; margin-bottom:20px;}
.con11_rt .list{ margin-top:20px;}
.con11_rt .list ul li{ margin-bottom:20px;}
.con11_rt .list ul li .imgbg{ width:56px;}
.con11_rt .list ul li .txtbg{ width:calc(100% - 70px);}
.con11_rt .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.con11_rt .list ul li .txt .h3{ font-size:14px; line-height:18px; }
.video1_close2{ width:38px; line-height:38px; font-size:20px; top:20px; right:20px; }
}


.con12bg{ padding:80px 0 0 0; background:var(--third-color) url(../images/Background_abstract_2.png) center no-repeat; background-size:cover;}
.con12{ position:relative; z-index:2;}
.con12 .list{display: flex; justify-content: space-between;/* align-items: center;*/ margin-top:60px;}
.con12_lt{ width:56%;}
.say_swiper{ position:relative; }
.say_swiper .swiper-container { width: 100%; }
.say_swiper .swiper-container .swiper-slide { position:relative; background:#fff; border-radius:20px;}
.say_swiper .swiper-container .swiper-slide.swiper-slide-active{ }
.say_swiper .swiper-container .swiper-slide .nr_box{ padding:30px 30px;}
.say_swiper .swiper-container .swiper-slide:nth-child(2n) .nr_box{ text-align:right;}
.say_swiper .swiper-container .swiper-slide .box1{ margin-bottom:20px;}
.say_swiper .swiper-container .swiper-slide .h4{ font-size:14px; line-height:24px; color:#999;}
.say_swiper .swiper-container .swiper-slide .box2{display: flex; justify-content: space-between; align-items: center;}
.say_swiper .swiper-container .swiper-slide:nth-child(2n) .box2{ flex-direction:row-reverse; }
.say_swiper .swiper-container .swiper-slide .imgbg{ width:50px;}
.say_swiper .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%;}
.say_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.say_swiper .swiper-container .swiper-slide .txtbg{ width:calc(100% - 70px);}
.say_swiper .swiper-container .swiper-slide .txt{}
.say_swiper .swiper-container .swiper-slide .h2{ font-size:14px; line-height:24px; font-weight:bold;}
.say_swiper .swiper-container .swiper-slide .h3{ font-size:14px; line-height:24px; color:#666;}
.say_swiper .swiper-pagination{ display:none;}
.say_swiper .swiper-pagination span{ }
.say_swiper .swiper-pagination span.swiper-pagination-bullet-active{ }
.say_swiper .swiper-button-prev,.say_swiper .swiper-button-next{ display:none;}
.say_swiper .swiper-button-prev{ }
.say_swiper .swiper-button-next{ }
.con12_rt{ width:40%;}
.con12_rt .img{ padding:0 10px 10px 0; background:var(--secondary-color); border-radius:20px;}
.con12_rt .img img{ display:block; width:100%; height:31.25vw; border-radius:20px;}
@media(max-width:999px){
.con12bg{ padding:40px 0 0 0; }
.con12 .list{display:block; margin-top:20px;}
.con12_lt{ width:100%; margin-bottom:20px;}
.say_swiper .swiper-container .swiper-slide .nr_box{ padding:20px 20px;}
.say_swiper .swiper-container .swiper-slide .box1{ margin-bottom:20px;}
.say_swiper .swiper-container .swiper-slide .h4{ font-size:14px; line-height:18px; }
.say_swiper .swiper-container .swiper-slide .imgbg{ width:50px;}
.say_swiper .swiper-container .swiper-slide .txtbg{ width:calc(100% - 70px);}
.say_swiper .swiper-container .swiper-slide .h2{ font-size:14px; line-height:18px;}
.say_swiper .swiper-container .swiper-slide .h3{ font-size:14px; line-height:18px; }
.con12_rt{ width:100%;}
.con12_rt .img{ padding:0 10px 10px 0; }
.con12_rt .img img{ width:100%; height:auto; }
}


.con13bg{ background:var(--fourth-color); color:#fff; padding:140px 0 80px 0; margin-top:-60px;}
.con13{}
.con13 .list{ margin-top:60px;}
.con13 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con13 .list ul li{ width:calc((100% - 60px)/4); margin:0 0 20px 20px;}
.con13 .list ul li:nth-child(4n-3){ margin-left:0;}
.con13 .list ul li .img{ padding-bottom:39%; position:relative; overflow:hidden; border-radius:20px; background:rgba(45,70,107,.3);}
.con13 .list ul li .img img{ max-width:80%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.con13bg{ padding:80px 0 40px 0; margin-top:-40px;}
.con13 .list{ margin-top:20px;}
.con13 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.con13 .list ul li:nth-child(2n-1){ margin-left:0;}
}


.con14bg{ padding:80px 0; background:url(../images/background_line-circle.png) bottom left no-repeat; background-size:22% auto; position:relative;}
.con14bg:before{ content:""; width:100%; height:100%; background:url(../IMAGES/background_shape-circle-right.png) top right no-repeat; background-size:16% auto; position:absolute; top:0; left:0; z-index:-1;}
.con14{}
.con14 .list{ margin-top:60px;}
.con14 .list ul{display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap:wrap;}
.con14 .list ul li{ width:calc((100% - 20px)/2); margin:0 0 20px 20px; box-sizing: border-box; border:1px solid var(--third-color); border-radius:20px; overflow:hidden;}
.con14 .list ul li:nth-child(2n-1){ margin-left:0;}
.con14 .list ul li .h2{ background:var(--third-color); padding:20px 60px 20px 20px; position:relative; font-size:16px; line-height:20px; font-weight:bold; cursor:pointer;}
.con14 .list ul li .h2:before{content: "\f067";font: normal normal normal 20px/1 FontAwesome; width:20px; height:20px; line-height:20px; text-align:center; position:absolute; right:20px; top:20px;}
.con14 .list ul li .txt{ padding:20px 20px; display:none;}
.con14 .list ul li .h3{ font-size:16px; line-height:26px; color:#999;}
.con14 .list ul li.active1{ border-color:var(--fourth-color);}
.con14 .list ul li.active1 .h2{ background:var(--fourth-color); color:#fff;}
.con14 .list ul li.active1 .h2:before{content: "\f068";}
@media(max-width:999px){
.con14bg{ padding:40px 0; }
.con14 .list{ margin-top:20px;}
.con14 .list ul li{ width:100%; margin:0 0 10px 0; }
.con14 .list ul li .h2{ padding:10px 40px 10px 10px; font-size:16px; line-height:20px; }
.con14 .list ul li .h2:before{ font-size:20px; width:20px; height:20px; line-height:20px; right:10px; top:10px;}
.con14 .list ul li .txt{ padding:10px 10px; }
.con14 .list ul li .h3{ font-size:14px; line-height:18px; }
}



.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:16px; line-height:48px; padding:0 20px; min-width:70px; border-radius:40px; background:var(--primary-color); color:#fff; transition:all .3s ease;}
.more2 span:hover{ background:var(--fourth-color);}
.more2 span i{ margin-right:5px;}
.foot{ color:#fff;}
.foot a{ color:#fff;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:40px 0; border-radius:20px 20px 0 0; overflow:hidden; box-shadow:0 -4px 0 var(--third-color); position:relative; background-repeat:no-repeat; background-position:center; background-size:cover;}
.foot1bg:before{ content:""; width:100%; height:100%; background:var(--secondary-color); opacity:.86; position:absolute; top:0; left:0;}
.foot1{ position:relative; z-index:2;display: flex; justify-content: space-between; align-items: center;}
.foot1 .lt{}
.foot1 .lt .h2{ font-size:30px; line-height:40px; font-weight:bold; margin-bottom:15px;}
.foot1 .lt .h3{ font-size:16px; line-height:26px;}
.foot1 .rt{}
.foot2bg{ background:var(--fourth-color);}
.foot2{}
.foot2 .list1{ padding:40px 0;display: flex; justify-content: space-between;/* align-items: center;*/}
.foot2 .list1 .lt{ width:28%;}
.foot .f_logo{ margin-bottom:15px;}
.foot .f_logo img{ max-width:100%; max-height:80px;}
.foot .f_txt{ font-size:14px; line-height:24px; margin-bottom:30px;}
.foot .f_share{display: flex; justify-content: flex-start; align-items: center;}
.foot .f_share a{ display:inline-block; text-align:center; width:32px; line-height:32px; font-size:14px; border-radius:100%; background:var(--primary-color); color:#fff; margin:0 .26vw 0 0 ;}
.foot .f_share a:hover{ background:var(--third-color); color:#333; animation:pulse .3s linear 1;}
.foot2 .list1 .ct1{ width:19%;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact .h1{ font-size:20px; line-height:30px; font-weight:bold; padding-bottom:20px; position:relative; margin-bottom:20px;}
.foot .f_contact .h1:before{ content:""; width:50px; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:0;}
.foot .f_contact ul li{ padding:6px 0 6px 50px; position:relative; min-height:24px; margin-bottom:10px;}
.foot .f_contact ul li i{ width:36px; height:36px; line-height:36px; border-radius:100%; background:var(--secondary-color); text-align:center; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.foot2 .list1 .ct2{ width:17%; font-size:14px; line-height:24px;}
.foot2 .list1 .ct2 .h1{ font-size:20px; line-height:30px; font-weight:bold; padding-bottom:20px; position:relative; margin-bottom:20px;}
.foot2 .list1 .ct2 .h1:before{ content:""; width:50px; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:0;}
.foot2 .list1 .ct2 ul li{ margin-bottom:5px;}
.foot2 .list1 .ct2 ul li a:before{ content: "\f105"; font: normal normal normal 14px/1 FontAwesome; color:var(--primary-color); margin-right:5px;}
.foot2 .list1 .rt{ width:22%;}
.foot .f_newsletter{}
.foot .f_newsletter .h1{ font-size:20px; line-height:30px; font-weight:bold; padding-bottom:20px; position:relative; margin-bottom:20px;}
.foot .f_newsletter .h1:before{ content:""; width:50px; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:0;}
.foot .f_newsletter .h2{ font-size:14px; line-height:24px; margin-bottom:20px;}
.foot .f_newsletter .form{ height:56px; border-radius:56px; background:var(--third-color); overflow:hidden;}
.foot .f_newsletter .form .text1{ float:left; border:none; background:none; height:56px; line-height:56px; padding:0 0 0 15px; width:calc(100% - 80px);}
.foot .f_newsletter .form .button1{ float:right; border:none; background:var(--primary-color); color:#fff; height:56px; line-height:56px; width:65px; font-size:20px; cursor:pointer; transition:all .3s ease;}
.foot .f_newsletter .form .button1:hover{ background:var(--secondary-color); color:#fff;}
.foot .f_newsletter .form .button1 i{/* background:#fff; color:var(--primary-color); border-radius:100%;*/}
.foot2 .list2{ padding:20px 0; font-size:13px; line-height:23px; border-top:1px solid #414f62;}
@media(max-width:999px){
.more2 span{ font-size:14px; line-height:40px; padding:0 15px; min-width:70px; }
.foot{ margin-bottom:60px;}
.foot1bg{ padding:40px 0; }
.foot1{ display:block;}
.foot1 .lt{ margin-bottom:20px;}
.foot1 .lt .h2{ font-size:18px; line-height:22px; margin-bottom:10px;}
.foot1 .lt .h3{ font-size:14px; line-height:18px;}
.foot2 .list1{ padding:40px 0;display:block;}
.foot2 .list1 .lt{ width:100%; margin-bottom:20px;}
.foot .f_logo{ margin-bottom:10px;}
.foot .f_logo img{ max-width:100%; max-height:42px;}
.foot .f_txt{ font-size:14px; line-height:18px; margin-bottom:20px;}
.foot .f_share a{ width:32px; line-height:32px; font-size:14px; margin:0 10px 0 0 ;}
.foot2 .list1 .ct1{ width:100%; margin-bottom:20px;}
.foot .f_contact{ font-size:14px; line-height:18px;}
.foot .f_contact .h1{ font-size:16px; line-height:20px; padding-bottom:10px; margin-bottom:15px;}
.foot .f_contact ul li{ padding:9px 0 9px 50px; min-height:18px; margin-bottom:10px;}
.foot .f_contact ul li i{ width:36px; height:36px; line-height:36px; }
.foot2 .list1 .ct2{ width:100%; font-size:14px; line-height:24px; margin-bottom:20px;}
.foot2 .list1 .ct2 .h1{ font-size:16px; line-height:20px; padding-bottom:10px; margin-bottom:15px;}
.foot2 .list1 .ct2 ul li{ margin-bottom:5px;}
.foot2 .list1 .rt{ width:100%;}
.foot .f_newsletter .h1{ font-size:16px; line-height:20px; padding-bottom:10px; margin-bottom:15px;}
.foot .f_newsletter .h2{ font-size:14px; line-height:18px; margin-bottom:20px;}
.foot .f_newsletter .form{ height:50px; }
.foot .f_newsletter .form .text1{ height:50px; line-height:50px; padding:0 0 0 20px; width:calc(100% - 80px);}
.foot .f_newsletter .form .button1{ height:50px; line-height:50px; width:60px; font-size:20px; }
.foot2 .list2{ padding:20px 0; font-size:12px; line-height:16px;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner_box{  background-size:cover; border-radius:0 0 20px 20px; overflow:hidden; min-height:450px;}
.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ padding:110px 0 0 0;}
.inbanner_txt{ text-align:center; padding:85px 0 140px 0;}
.inbanner_txt .h2{ font-size:48px; line-height:58px; font-weight:bold; margin-bottom:20px;}
.inbanner_txt .h3{ font-size:24px; line-height:34px; }
.inbarbg{ border-bottom:1px solid #eee; }
.inbar{/* display: flex;justify-content:space-between;align-items:center;*/}
.innav{ font-size:16px; line-height:3em; }
.innav .h1{ font-weight:bold; font-size:16px; line-height:46px; background:#000; color:#fff; 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: flex-start;
align-items: center;
flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; margin:0 1vw 0 0;}
.innav>ul>li>a{ display:block; padding:0 5px; position:relative; color:#333; white-space:nowrap;}
.innav>ul>li>a:before{ content:""; width:0; height:3px; background:var(--fifth-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:before{ width:100%;}
.innav>ul>li:hover>a{ color:var(--primary-color); }
.innav>ul>li:hover>a:before{ }
.innav ul li ul{ width:100%; min-width:120px; padding:5px 0; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:0 0 10px 10px; 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:#333;}
.innav ul li ul li a:hover{ color:var(--primary-color); }
.weizhi{ font-size:14px; line-height:3em; color:#999;white-space: nowrap;}
.weizhi i{ margin-right:5px; color:#999;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner_box{ min-height:230px; border-radius:0;}
.inbanner_txtbg{ padding:60px 0 0 0;}
.inbanner_txt{ text-align:center; padding:30px 0 50px 0;}
.inbanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:10px;}
.inbanner_txt .h3{ font-size:14px; line-height:18px; }
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block;}
.innav{ font-size:16px; line-height:26px; }
.innav .h1{ display:block; }
.innav>ul{ display:none;}
.innav>ul>li{ margin:0; border-top:1px solid #eee; padding:10px 20px 10px 20px;}
.innav>ul>li>a{ padding:0; display:inline; }
.innav ul li ul{ 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;}
.weizhi{ display:none;}
}
.insidebg{ padding:60px 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{ }
@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:80px 0; background:var(--third-color) url(../images/Background_abstract_2.png) center no-repeat; background-size:cover;}
.aboutus1{}
.aboutus1_top{display: flex;justify-content:space-between;align-items:center;}
.aboutus1_top .lt{ width:48%;}
.aboutus1_top .rt{ width:48%;}
.aboutus1_top .rt .h4{ font-size:16px; line-height:26px; color:#999; margin-bottom:30px;}
.aboutus1 .list{ margin-top:60px;}
.aboutus1 .list ul{display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.aboutus1 .list ul li{ width:calc((100% - 60px)/4); margin:0 0 20px 20px;}
.aboutus1 .list ul li:nth-child(4n-3){ margin-left:0;}
.aboutus1 .list ul li .imgbg{ padding:0 0 15px 15px; background:url(../images/Rectangle.png) center no-repeat; background-size:100% 100%;}
.aboutus1 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:20px;}
.aboutus1 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus1 .list ul li .img:before{ content:""; width:100%; height:0; background:rgba(12,18,28,.5); position:absolute; bottom:0; left:0; z-index:1; transition:all .3s ease;}
.aboutus1 .list ul li:hover .img:before{ height:100%;}
.aboutus1 .list ul li .txt{ margin-top:15px; text-align:center;}
.aboutus1 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.aboutus1 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:var(--primary-color);}
.aboutus1 .list ul li .share{ display: flex; justify-content:center; align-items: center; width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(.5); z-index:2; transition:all .5s ease; opacity:0; visibility:hidden; }
.aboutus1 .list ul li:hover .share{ opacity:1; visibility:visible; transform:translate(-50%,-50%) scale(1);}
.aboutus1 .list ul li .share a{ display:inline-block; text-align:center; width:40px; line-height:40px; font-size:16px; border-radius:100%; background:var(--primary-color); color:#fff; margin:0 .26vw;}
.aboutus1 .list ul li .share a:hover{/* animation:pulse .3s linear 1;*/ background:var(--secondary-color);}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0; }
.aboutus1_top{display:block;}
.aboutus1_top .lt{ width:100%; margin-bottom:10px;}
.aboutus1_top .rt{ width:100%;}
.aboutus1_top .rt .h4{ font-size:16px; line-height:26px; margin-bottom:30px;}
.aboutus1 .list{ margin-top:20px;}
.aboutus1 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.aboutus1 .list ul li:nth-child(2n-1){ margin-left:0;}
.aboutus1 .list ul li .imgbg{ padding:0 0 10px 10px; }
.aboutus1 .list ul li .txt{ margin-top:10px; }
.aboutus1 .list ul li .txt .h2{ font-size:16px; line-height:20px; }
.aboutus1 .list ul li .txt .h3{ font-size:14px; line-height:18px; }
}



.teachers1bg{ padding:80px 0; background:url(../images/Background_meet-team.png) center no-repeat; background-size:cover;}
.teachers1{display: flex;justify-content:space-between;align-items:center;}
.teachers1_lt{ width:50%;}
.teachers1_lt .more1{ margin-top:30px;}
.teachers1_rt{ width:43%;}
.teachers1_rt .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%;}
.teachers1_rt img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.teachers1bg{ padding:40px 0; }
.teachers1{display:block;}
.teachers1_lt{ width:100%; margin-bottom:20px;}
.teachers1_lt .more1{ margin-top:20px;}
.teachers1_rt{ width:100%;}
}
.teachers2bg{ padding:80px 0; background:url(../images/background_line-circle-right.png) bottom right no-repeat; background-size:28% auto; position:relative;}
.teachers2bg:before{ content:""; background:url(../images/background_shape-circle.png) top left no-repeat; background-size:18% auto; width:100%; height:100%; position:absolute; top:0; left:0; z-index:1;}
.teachers2{ position:relative; z-index:2;}
.teachers2_top{display: flex;justify-content:space-between;align-items:center;}
.teachers2_top .lt{ width:48%;}
.teachers2_top .rt{ width:48%;}
.teachers2_top .rt .h4{font-size:16px; line-height:26px; color:#999;}
.teachers2 .list{ margin-top:60px;}
.teachers2 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.teachers2 .list ul li{ width:calc((100% - 60px)/4); margin:0 0 20px 20px; box-shadow:0px 0px 60px 0px rgba(0, 0, 0, 0.1);  background:#fff; border-radius:20px; }
.teachers2 .list ul li:nth-child(4n-3){ margin-left:0;}
.teachers2 .list ul li .nr_box{ padding:15px;}
.teachers2 .list ul li .imgbg{ }
.teachers2 .list ul li .img{ padding-bottom:80%; position:relative; overflow:hidden; border-radius:20px; background:var(--third-color);}
.teachers2 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.teachers2 .list ul li .txt{ margin-top:15px;}
.teachers2 .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px;}
.teachers2 .list ul li .txt .h3{ font-size:12px; line-height:22px; color:#999; }
@media(max-width:999px){
.teachers2bg{ padding:40px 0;}
.teachers2_top{display: block;}
.teachers2_top .lt{ width:100%; margin-bottom:10px;}
.teachers2_top .rt{ width:100%;}
.teachers2_top .rt .h4{font-size:14px; line-height:18px; }
.teachers2 .list{ margin-top:20px;}
.teachers2 .list ul li{ width:100%; margin:0 0 20px 0; }
.teachers2 .list ul li .nr_box{ padding:15px;}
.teachers2 .list ul li .txt{ margin-top:15px;}
.teachers2 .list ul li .txt .h2{ font-size:16px; line-height:20px; margin-bottom:10px;}
.teachers2 .list ul li .txt .h3{ font-size:12px; line-height:16px; }
}



.admissions1bg{ margin:80px 0;}
.admissions1{display: flex;justify-content:space-between;align-items:center;}
.admissions1_lt{ width:48%;}
.admissions1_lt .more1{ margin-top:30px;}
.admissions1_rt{ width:48%;}
.admissions1_rt .img{ padding:0 0 15px 15px; background:url(../images/Rectangle-2.png) bottom center no-repeat; background-size:100% 100%;}
.admissions1_rt img{ display:block; width:100%; border-radius:20px;}
@media(max-width:999px){
.admissions1bg{ margin:40px 0;}
.admissions1{display:block;}
.admissions1_lt{ width:100%; margin-bottom:20px;}
.admissions1_lt .more1{ margin-top:20px;}
.admissions1_rt{ width:100%;}
.admissions1_rt .img{ padding:0 0 10px 10px; }
}

.admissions2bg{ padding:80px 0; background:var(--third-color) url(../images/Background_abstract_2.png) center no-repeat; background-size:cover;}
.admissions2{display: flex;justify-content:space-between;align-items:center;}
.admissions2_lt{ width:50%;} 
.admissions2_lt .list{ margin-top:40px;}
.admissions2_lt .list ul{display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.admissions2_lt .list ul li{ width:calc((100% - 40px)/3); margin:0 0 20px 20px;}
.admissions2_lt .list ul li:nth-child(3n-2){ margin-left:0;}
.admissions2_lt .list ul li .imgbg{ margin:0 auto; width:53px;}
.admissions2_lt .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; background:var(--primary-color); z-index:2;}
.admissions2_lt .list ul li .img img{ max-width:50%; max-height:50%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.admissions2_lt .list ul li .txtbg{ margin-top:-26px; border:1px dashed var(--primary-color); background:#fff; border-radius:100%; padding-bottom:100%; position:relative;}
.admissions2_lt .list ul li .txt{ width:90%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; z-index:2;}
.admissions2_lt .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px;}
.admissions2_lt .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#999;}
.admissions2_lt .list ul li .num{ font-size:120px; line-height:1em; color:var(--third-color); position:absolute; top:30px; left:10px; z-index:1;}
.admissions2_rt{ width:40%;}
.admissions2_rt img{ display:block; width:100%; border-radius:20px;}
@media(max-width:999px){
.admissions2bg{ padding:40px 0; }
.admissions2{display:block;}
.admissions2_lt{ width:100%; margin-bottom:20px;} 
.admissions2_lt .list{ margin-top:20px;}
.admissions2_lt .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.admissions2_lt .list ul li:nth-child(3n-2){ margin-left:10px;}
.admissions2_lt .list ul li:nth-child(2n-1){ margin-left:0;}
.admissions2_lt .list ul li .imgbg{ width:53px;}
.admissions2_lt .list ul li .txtbg{ margin-top:-26px; }
.admissions2_lt .list ul li .txt .h2{ font-size:14px; line-height:18px; margin-bottom:5px;}
.admissions2_lt .list ul li .txt .h3{ font-size:12px; line-height:16px; }
.admissions2_lt .list ul li .num{ font-size:100px; line-height:1em; top:30px; left:10px; }
.admissions2_rt{ width:100%;}
}


.faqs1bg{ margin:80px 0;}
.faqs1{display: flex;justify-content:space-between;/*align-items:center;*/}
.faqs1_lt{ width:46%;}
.faqs1_rt{ width:50%;}
.faqs1_rt ul li{ margin:0 0 20px 0; box-sizing: border-box; border:1px solid var(--third-color); border-radius:20px; overflow:hidden;}
.faqs1_rt ul li .h2{ background:var(--third-color); padding:20px 60px 20px 20px; position:relative; font-size:16px; line-height:20px; font-weight:bold; cursor:pointer;}
.faqs1_rt ul li .h2:before{content: "\f067";font: normal normal normal 20px/1 FontAwesome; width:20px; height:20px; line-height:20px; text-align:center; position:absolute; right:20px; top:20px;}
.faqs1_rt ul li .txt{ padding:20px 20px; display:none;}
.faqs1_rt ul li .h3{ font-size:16px; line-height:26px; color:#999;}
.faqs1_rt ul li.active1{ border-color:var(--fourth-color);}
.faqs1_rt ul li.active1 .h2{ background:var(--fourth-color); color:#fff;}
.faqs1_rt ul li.active1 .h2:before{content: "\f068";}
@media(max-width:999px){
.faqs1bg{ margin:40px 0;}
.faqs1{display:block;}
.faqs1_lt{ width:100%; margin-bottom:20px;}
.faqs1_rt{ width:100%;}
.faqs1_rt ul li{ width:100%; margin:0 0 10px 0; }
.faqs1_rt ul li .h2{ padding:10px 40px 10px 10px; font-size:16px; line-height:20px; }
.faqs1_rt ul li .h2:before{ font-size:20px; width:20px; height:20px; line-height:20px; right:10px; top:10px;}
.faqs1_rt ul li .txt{ padding:10px 10px; }
.faqs1_rt ul li .h3{ font-size:14px; line-height:18px; }
}

.faqs2bg{ position:relative;}
.faqs2bg .bg1{ width:100%; height:86%; background-repeat:no-repeat; background-position:center; background-size:cover; position:absolute; left:0;top:50% ; transform:translateY(-50%); z-index:-1;}
.faqs2bg:before{ content:""; width:100%; height:86%; background:var(--fourth-color); opacity:.4; position:absolute; left:0; top:50% ; transform:translateY(-50%); z-index:1;}
.faqs2{ max-width:512px; background:#fff; box-shadow:0px 0px 60px 0px rgba(0, 0, 0, 0.1); border-radius:20px; position:relative; z-index:2; overflow:hidden; }
.faqs2 .tit2{ background:var(--fourth-color); color:#fff; padding:30px 30px;}
.faqs2 .tit2 .h4{ color:#fff;}
.faqs2 .list{ padding:30px 30px;}
.faqs2 .list .form{}
.faqs2 .list .form ul{display: flex;justify-content:space-between;/*align-items:center;*/ flex-wrap:wrap;}
.faqs2 .list .form ul li{ width:calc((100% - 10px)/2); margin:0 0 10px 0;}
.faqs2 .list .form ul li.li1{ width:100%; margin-left:0;}
.faqs2 .list .form .text1{ border:1px solid rgba(65,79,98,.17); background:#e3eaf3; height:38px; line-height:38px; padding:0 15px; width:calc(100% - 32px); border-radius:30px;}
.faqs2 .list .form select{ border:1px solid rgba(65,79,98,.17); background:#e3eaf3; height:40px; line-height:38px; padding:0 15px; width:100%; border-radius:30px;}
.faqs2 .list .form .text2{ border:1px solid rgba(65,79,98,.17); background:#e3eaf3; height:72px; line-height:24px; padding:10px 15px; width:calc(100% - 32px); border-radius:20px;}
.faqs2 .list .form .button1{ border:1px solid var(--fourth-color); background:var(--fourth-color); color:#fff; height:40px; line-height:38px; width:100%; cursor:pointer; border-radius:30px; font-size:16px; transition:all .3s ease;}
.faqs2 .list .form .button1:hover{ border-color:var(--primary-color); background:var(--primary-color);}
.faqs2 .list .form .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
.faqs2 .list .tips1{ font-size:13px; line-height:23px; color:#999;}
@media(max-width:999px){
.faqs2 .tit2{ padding:20px 20px;}
.faqs2 .list{ padding:20px 20px;}
.faqs2 .list .form .h3{ font-size:12px; line-height:16px; margin-bottom:5px;}
.faqs2 .list .tips1{ font-size:12px; line-height:16px; }
}











