/*common start*/
:root{
 --primary-color:#a88567;
 --secondary-color:#f5ebe0;
 --main-color:#a88567;
 --main-color-white:#fff;
}
@font-face {
  font-family: "zfct";
  src: url("/fonts/OPPOSans-R.ttf") format("truetype");
}
*{ font-family:"zfct"}
@font-face {
  font-family: "zfct1";
  src: url("/fonts/OPPOSans-H.ttf") format("truetype");
}

body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; color:#333; overflow-x:hidden;}
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:100%; margin:0 auto; max-width:1400px; min-width:1000px;}
.wapper2{ width:100%; margin:0 auto; max-width:1400px; min-width:1000px;}
.wapper3{ width:100%; margin:0 auto; max-width:1400px; min-width:1000px;}
input,textarea,select{outline:none; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
.wapper3{ width:90%; min-width:0;}
}
/*common end*/



.head{ width:100%; background:#000; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ width:100%; }
.head2{ height:80px; margin-top:20px;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:20%; height:80px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo .img1 { display: none; }
.head .logo .img2 { display: block; }
.head .rt{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_search_btn{ text-align:center; font-size:18px; cursor:pointer;}
.head .h_search_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.head .h_search_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; max-width:720px; background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ border:3px solid #aaa; padding:30px 20px; position:relative;}
.head .h_search_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; position:absolute; top:10px; right:10px; cursor:pointer; transition:all .3s ease;}
.head .h_search_close2:hover{ transform:rotate(360deg);}
.head .h_search .h2{ font-size:18px; line-height:28px; margin-bottom:15px;}
.head .h_search .form{ height:50px; background:#f2f2f2;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:50px; line-height:50px; padding:0 0 0 10px; width:calc(100% - 60px);}
.head .h_search .form .button1{ float:right; border:none; background:none; height:50px; line-height:50px; width:50px; text-align:center; font-size:24px; cursor:pointer;}
.head .h_search .form .button1:hover{ color:#fff; background:var(--primary-color);}
/*menu*/
.head .menu{ height:80px; line-height:80px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; position:relative; padding:0 1.56vw;}
.head .menu>ul>li>a{ color:#fff; display:block; font-size:16px; font-weight:normal; position:relative;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:var(--primary-color) !important; }
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:5px;}*/
.head .menu>ul>li ul{ width:fit-content; min-width:140px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#333; display:block; font-weight:normal; padding:10px 5px; font-size:14px; line-height:24px; text-align:center; white-space:nowrap;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color); }
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}
.head.active1{ background:#fff !important; box-shadow:0 1px 2px rgba(0, 0, 0, 0.15) !important;}
.head.active1 .logo .img1{ display:block !important;}
.head.active1 .logo .img2{ display:none !important;}
.head.active1 .menu>ul>li>a{ color:#333 !important; }
.head.active1 .menu>ul>li>a:hover,.head.active1 .menu>ul>li:hover>a,.head.active1 .menu>ul>li.hover>a{ color:var(--primary-color) !important;}
.head_height{ height:100px;}
@media(max-width:999px){
.head_height{ height:60px;}
.head{ background:#fff; }
.head2{ height:60px; margin-top:0;}
.head .logo{ width:50%; height:60px; }
.head .logo .img1{ display:block !important;}
.head .logo .img2{ display:none !important;}
.m4_head .h_search_btn{ width:24px;}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:18px; cursor:pointer; display:none; position:relative; margin-left:20px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#999; position:absolute; left:0; transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translate(0,-50%);}
.head .nav_open:before{ content:""; top:0; }
.head .nav_open:after{ content:""; bottom:0; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform: translateY(8px) rotate(45deg);}
.head .nav_open.active0:after{transform: translateY(-8px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 61px); border-top:1px solid #ededed; position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 5%;}
.head .nav_list>ul>li{ border-bottom:1px solid #ededed; padding:10px 5%;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 0 0 0; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative; overflow:hidden;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { }
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%;}
.banner_swiper .swiper-pagination{ display:none;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; width:70px; height:70px; line-height:70px; margin-top:-35px; border-radius:100%; background:rgba(0,0,0,.1); border:1px solid #fff; color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease; z-index:3;}
.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:#fff; color:#333;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide img{ width:100%; height:200px;}
.banner_swiper .swiper-pagination{ bottom:10px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
}

.banner_txt{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; color:#fff; text-align:center;}
.banner_txt .h2{ font-size:90px; line-height:90px; margin-bottom:.52vw; letter-spacing:20px}
.banner_txt .h3{ font-size:18px; line-height:28px;}
.banner_txt .line1{ margin:0 auto; width:100px; height:2px; background:#fff; margin-top:2.08vw; margin-bottom:1.04vw;}
.banner_txt .h4{ font-size:40px; line-height:50px; margin-bottom:4.16vw;}
.more1{ text-align:center;}
.more1 a{ display:inline-block; text-align:center; margin:0 4.94vw;}
.more1 span{ display:inline-block; text-align:center; border:1px solid #fff; color:#fff; font-size:18px; line-height:58px; width:198px; border-radius:60px; transition:all .3s ease;}
.more1 span:hover{ background:#fff; color:#333;}
@media(max-width:999px){
.banner_txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px; letter-spacing:10px}
.banner_txt .h3{ font-size:10px; line-height:16px;}
.banner_txt .line1{ width:100px; height:2px; margin-top:15px; margin-bottom:10px;}
.banner_txt .h4{ font-size:16px; line-height:20px; margin-bottom:20px;}
.more1 a{ margin:0 5px;}
.more1 span{ font-size:14px; line-height:38px; width:118px; }
}


.con01bg{ position:relative; z-index:2;}
.con01{ background:#fff; padding:35px 0; margin-top:-60px;}
.con01 .list{}
.con01 .list ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.con01 .list ul li{ width:25%; border-left:1px solid #ccc; text-align:center;}
.con01 .list ul li:nth-child(1){ border-left:none;}
.con01 .list ul li .txt{ padding:0 5%;}
.con01 .list ul li .txt .h2{ font-size:40px; line-height:50px; font-weight:bold; color:var(--primary-color);font-style: italic; font-family:"zfct1" !important;}
.con01 .list ul li .txt .h3{ font-size:18px; line-height:28px; }
@media(max-width:999px){
.con01{ padding:30px 0; margin-top:0;}
.con01 .list ul{ flex-wrap:wrap;}
.con01 .list ul li{ width:calc(50% - 1px); margin:10px 0;}
.con01 .list ul li:nth-child(2n-1){ border-left:none;}
.con01 .list ul li .txt .h2{ font-size:24px; line-height:34px; }
.con01 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
}


.tit1{ margin:0 auto; max-width:1400px;}
.tit1 .h2{ font-size:56px; line-height:46px;color:#a88567; font-weight:bold}
.tit1 .h3{ font-size:20px; line-height:35px; color:#000; margin-top:50px;}
.con02bg{ margin:80px 0;}
.con02{}
.con02 .list{ margin-top:20px;}
.con02 .list ul{display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.con02 .list ul li{ width:31%; margin:30px 0 30px 3.5%; background:#f7f7f7; border-radius:10px;}
.con02 .list ul li:nth-child(3n-2){ margin-left:0;}
.con02 .list ul li .nr_box{ padding:7% 30px 7% 30px;display: flex; justify-content: space-between;/* align-items: center;*/}
.con02 .list ul li .imgbg{ width:80px;}
.con02 .list ul li .img{ padding-bottom:100%; position:relative;}
.con02 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02 .list ul li .txtbg{ width:calc(100% - 100px);}
.con02 .list ul li .txt{ color:#666;}
.con02 .list ul li .txt .h2{ font-size:24px; line-height:34px; color:var(--primary-color); /*margin-bottom:5px;*/}
.con02 .list ul li .txt .h3{ font-size:14px; line-height:23px;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px;}
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:10px;}
.con02bg{ margin:20px 0;}
.con02 .list{ margin-top:30px;}
.con02 .list ul li{ width:100%; margin:10px 0; }
.con02 .list ul li .nr_box{ padding:20px 5%; }
.con02 .list ul li .imgbg{ width:80px;}
.con02 .list ul li .txtbg{ width:calc(100% - 100px);}
.con02 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.con02 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:56px; line-height:46px; color:#a88567; font-weight:bold}
.tit2 .line1{ margin:0 auto; width:24px; height:2px; background:#333; margin-top:30px;}
.con03bg{ margin:10px 0 0 0;}
.con03{}
.con03 .list{ margin-top:70px;}
.con03 .list ul{display: flex; justify-content: space-between;/* align-items: center;*/ }
.con03 .list ul li{ width:20%; background:#f7f7f7; min-height:calc(100vh - 100px); position:relative;}
.con03 .list ul li .txt{ color:var(--primary-color); padding:4.68vw 9%;}
.con03 .list ul li:nth-child(2n-1){ background:var(--primary-color);}
.con03 .list ul li:nth-child(2n-1) .txt{ color:#fff;}
.con03 .list ul li .txt .h2{ font-size:60px; line-height:70px; text-align:center; padding-bottom:55px; position:relative; margin-bottom:30px;}
.con03 .list ul li .txt .h2:before{ content:"\f107";font: normal normal normal 24px/1 FontAwesome; position:absolute; bottom:0; left:50%; transform:translateX(-50%);}
.con03 .list ul li .txt .h2 strong{ display:block;}
.con03 .list ul li .txt .h3{ font-size:16px; line-height:26px; text-align:justify;letter-spacing:1px}
.con03 .list ul li:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:3; opacity:0; visibility:hidden; transition:all .3s ease;}
.con03 .list ul li.active1:before{ opacity:0; visibility:hidden;}
.con03 .list ul li.active2:before{ opacity:1; visibility:visible;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px;}
.tit2 .line1{ width:24px; height:2px; margin-top:10px;}
.con03bg{ margin:50px 0 0 0;}
.con03 .list{ margin-top:40px;}
.con03 .list ul{ flex-wrap:wrap;}
.con03 .list ul li{ width:100%; min-height:0;}
.con03 .list ul li .txt{ padding:40px 5%;}
.con03 .list ul li .txt .h2{ font-size:20px; line-height:30px; padding-bottom:30px; margin-bottom:20px;}
.con03 .list ul li .txt .h2:before{ font-size:24px;}
.con03 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.con04bg{ margin:120px 0;}
.con04{}
.con04 .list{ margin-top:70px;}
.indexnews_swiper{ position:relative; padding-bottom:80px;}
.indexnews_swiper .swiper-container { width: 100%; }
.indexnews_swiper .swiper-container .swiper-slide { transform:scale(.9); transition:all .3s ease; position:relative;}
.indexnews_swiper .swiper-container .swiper-slide.swiper-slide-active{ transform:scale(1); z-index:3;}
.indexnews_swiper .swiper-container .swiper-slide .img{ padding-bottom:52%; position:relative; overflow:hidden;}
.indexnews_swiper .swiper-container .swiper-slide .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.indexnews_swiper .swiper-container .swiper-slide .txtbg{ width:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; z-index:3; opacity:0; visibility:hidden; transition:all .3s ease;}
.indexnews_swiper .swiper-container .swiper-slide.swiper-slide-active .txtbg{ opacity:1; visibility:visible;}
.indexnews_swiper .swiper-container .swiper-slide .txt{ color:#fff; padding:20px 10px;}
.indexnews_swiper .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; text-align:center;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.indexnews_swiper .swiper-pagination{ display:none;}
.indexnews_swiper .swiper-pagination .swiper-pagination-bullet{ }
.indexnews_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.indexnews_swiper .swiper-button-prev,.indexnews_swiper .swiper-button-next{ text-align:center; line-height:40px; margin:0 70px; font-size:40px; background:none; color:#333; transition:all .3s ease; z-index:3; position:static;}
.indexnews_swiper .swiper-button-prev:hover,.indexnews_swiper .swiper-button-next:hover{ color:var(--primary-color);}
.indexnews_swiper .swiper-button-prev{ }
.indexnews_swiper .swiper-button-next{ }
.indexnews_swiper .swiper-controls{ width:100%;display: flex; justify-content:center; align-items: center;  position:absolute; bottom:0; left:0;}
@media(max-width:999px){
.con04bg{ margin:60px 0;}
.con04 .list{ margin-top:40px;}
.indexnews_swiper{ padding-bottom:60px;}
.indexnews_swiper .swiper-container .swiper-slide .txt{ padding:10px 10px;}
.indexnews_swiper .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:24px;}
.indexnews_swiper .swiper-button-prev,.indexnews_swiper .swiper-button-next{ line-height:40px; margin:0 10px; font-size:40px; }
}


.con05bg{ margin:120px 0;}
.con05{}
.con05 .list1{ margin-top:70px;}
.indexhonor_swiper{ position:relative; }
.indexhonor_swiper .swiper-container { width: 100%; }
.indexhonor_swiper .swiper-container .swiper-slide { position:relative; transition:all .3s ease; padding:45px 0; }
.indexhonor_swiper .swiper-container .swiper-slide.swiper-slide-prev,.indexhonor_swiper .swiper-container .swiper-slide.swiper-slide-next{ transform:scale(1.2); z-index:2;}
.indexhonor_swiper .swiper-container .swiper-slide.swiper-slide-active{ transform:scale(1.4); z-index:3;}
.indexhonor_swiper .swiper-container .swiper-slide .img{ padding-bottom:68%; position:relative; overflow:hidden;}
.indexhonor_swiper .swiper-container .swiper-slide .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.indexhonor_swiper .swiper-pagination{ display:none;}
.indexhonor_swiper .swiper-pagination .swiper-pagination-bullet{ }
.indexhonor_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.indexhonor_swiper .swiper-button-prev,.indexhonor_swiper .swiper-button-next{ text-align:center; line-height:40px; margin-top:-20px; font-size:40px; background:none; color:#fff; opacity:0; visibility:hidden; transition:all .3s ease; z-index:3;}
.indexhonor_swiper:hover .swiper-button-prev,.indexhonor_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.indexhonor_swiper .swiper-button-prev:hover,.indexhonor_swiper .swiper-button-next:hover{ color:var(--primary-color);}
.indexhonor_swiper .swiper-button-prev{ left:10px;}
.indexhonor_swiper .swiper-button-next{ right:10px;}
.con05 .list2{ margin-top:60px;}
.con05 .list2 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con05 .list2 ul li{ width:calc(49% - 20px); font-size:20px; line-height:30px; color:var(--primary-color); margin:5px 0 5px 2%; padding-left:20px; position:relative;}
.con05 .list2 ul li:nth-child(2n-1){ margin-left:0;}
.con05 .list2 ul li:before{ content:""; width:8px; height:8px; background:var(--primary-color); border-radius:100%; position:absolute; left:0; top:11px;}
@media(max-width:999px){
.con05bg{ margin:60px 0;}
.con05 .list1{ margin-top:40px;}
.indexhonor_swiper .swiper-container .swiper-slide { padding:16px 0; }
.con05 .list2{ margin-top:30px;}
.con05 .list2 ul li{ width:calc(100% - 20px); font-size:14px; line-height:24px; margin:5px 0; padding-left:20px; }
.con05 .list2 ul li:before{ width:6px; height:6px; top:9px;}
}


.tit3{ text-align:center;}
.tit3 .h2{ display:inline-block; text-align:left; padding-left:135px; position:relative; min-height:115px;}
.tit3 .h2 img{ width:115px; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.tit3 .h2 strong{ display:block; font-size:56px; line-height:66px;}
.tit3 .h2 span{ display:block; font-size:40px; line-height:50px;}
.con06bg{ margin:120px 0;}
.con06{}
.con06 .list{ margin-top:60px;}
.con06 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con06 .list ul li{ width:calc(82.5%/8); margin:10px 0 10px 2.5%; background:#f7f7f7;}
.con06 .list ul li:nth-child(8n-7){ margin-left:0;}
.con06 .list ul li .img{ padding-bottom:100%; position:relative; background:#fff;}
.con06 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con06 .list ul li .txt{ padding:5px 5px; text-align:center;}
.con06 .list ul li .txt .h2{ font-size:18px; line-height:28px;}
.con06 .list ul li .txt .h3{ font-size:18px; line-height:24px;}
@media(max-width:999px){
.tit3 .h2{ padding-left:65px; min-height:55px;}
.tit3 .h2 img{ width:55px; }
.tit3 .h2 strong{ font-size:20px; line-height:30px;}
.tit3 .h2 span{ font-size:14px; line-height:24px;}
.con06bg{ margin:60px 0;}
.con06 .list{ margin-top:30px;}
.con06 .list ul li{ width:calc((100% - 20px)/3); margin:10px 0 10px 10px; }
.con06 .list ul li:nth-child(8n-7){ margin-left:10px;}
.con06 .list ul li:nth-child(3n-2){ margin-left:0;}
.con06 .list ul li .txt{ padding:5px 5px; }
.con06 .list ul li .txt .h2{ font-size:14px; line-height:18px;}
.con06 .list ul li .txt .h3{ font-size:12px; line-height:16px;}
}


.tit4{ text-align:center; position:relative; z-index:1;}
.tit4 .h2{ font-size:56px; line-height:1em; font-weight:bold; color:var(--primary-color);}
.tit4 .h3{ color:#fff; font-size:11vw; line-height:1em; text-transform:uppercase; text-align:center; width:100%; position:absolute; bottom:0; left:50%; transform:translateX(-50%); z-index:-1; word-break:break-all;}
.con07bg{ padding:120px 0; background:#f7f7f7; }
.con07{ }
.con07 .list{ margin-top:60px;}
.con07 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con07 .list ul li{ width:calc(100%/3 - 1px); text-align:center; border-left:1px solid #ccc;}
.con07 .list ul li:nth-child(3n-2){ border-left:none;}
.con07 .list ul li .txt{ display:inline-block; text-align:left;display: flex; justify-content:center; align-items: center;}
.con07 .list ul li .txt .h2{ font-size:50px; line-height:60px; margin-right:10px;}
.con07 .list ul li .txt .h3{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.tit4 .h2{ font-size:24px; line-height:34px; }
.con07bg{ padding:60px 0; }
.con07 .list{ margin-top:20px;}
.con07 .list ul li{ width:calc(100% - 1px); border-left:none; border-top:1px solid #ccc; text-align:left;}
.con07 .list ul li:nth-child(1){ border-top:none;}
.con07 .list ul li .txt{ padding:20px 0; justify-content:flex-start;}
.con07 .list ul li .txt .h2{ font-size:32px; line-height:36px; margin-right:10px;}
.con07 .list ul li .txt .h3{ font-size:14px; line-height:18px;}
}


.foot{ background:#000 url(../images/footbg.png) center bottom no-repeat; background-size:100% auto; color:#fff;}
.foot a{ color:#fff;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:100px 0 200px 0;}
.foot1{display: flex; justify-content: space-between;/* align-items: center;*/}
.foot1 .lt{ width:510px;}
.foot .f_intro{ font-size:40px; line-height:44px; color:var(--primary-color); margin-bottom:45px; font-weight:bold}
.foot .f_intro ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.foot .f_intro ul li{ padding:0 10px; border-left:1px solid var(--primary-color); margin:0 0 20px 0;}
.foot .f_intro ul li:nth-child(3n-2){ border-left:none;}
.foot .f_ewm{}
.foot .f_ewm ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.foot .f_ewm ul li{ text-align:center; width:150px; margin:0 0 0 30px;}
.foot .f_ewm ul li:nth-child(3n-2){ margin-left:0;}
.foot .f_ewm ul li img{ display:block; margin:0 auto; width:100%;}
.foot .f_ewm ul li span{ display:block; font-size:14px; line-height:24px; margin-top:5px;}
.foot1 .rt{ width:calc(93% - 500px);}
.foot .f_nav{ font-size:20px; line-height:30px; margin-bottom:40px;}
.foot .f_nav a{ display:inline-block;}
.foot .f_nav i{ display:inline-block; font-style:normal; margin:0 20px;}
.foot .f_contact{ font-size:16px; line-height:26px;}
.foot .f_contact ul li{ margin-bottom:20px;}
.foot .f_contact ul li .h2{}
.foot .f_contact ul li .h3{}
.foot .f_contact ul li .h3 strong{ color:var(--primary-color); font-weight:normal; font-size:30px; line-height:40px;}
.foot .f_info{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.foot1bg{ padding:40px 0 60px 0;}
.foot1{display:block;}
.foot1 .lt{ width:100%; margin-bottom:20px;}
.foot .f_intro{ font-size:24px; line-height:28px; margin-bottom:20px;}
.foot .f_intro ul li{ padding:0 10px; margin:0 0 10px 0;}
.foot .f_intro ul li:nth-child(3n-2){ border-left:none;}
.foot .f_ewm ul li{ width:100px; margin:0 0 0 10px;}
.foot .f_ewm ul li:nth-child(3n-2){ margin-left:0;}
.foot .f_ewm ul li span{ font-size:14px; line-height:24px; margin-top:5px;}
.foot1 .rt{ width:100%;}
.foot .f_nav{ font-size:16px; line-height:26px; margin-bottom:20px;}
.foot .f_nav i{ margin:0 10px;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact ul li{ margin-bottom:10px;}
.foot .f_contact ul li .h3 strong{ font-size:24px; line-height:34px;}
.foot .f_info{ font-size:12px; line-height:22px;}
}







/*Add------------------------------------------------------------------------------*/

.inbanner{}
.inbanner img{ display:block; width:100%;}


.inbarbg{ }
.inbar{
/*display: flex;
justify-content: space-between;
align-items: center;*/}
.weizhi{ font-size:14px; line-height:24px;}
.innav{ font-size:30px; line-height:80px; margin-bottom:40px;}
.innav ul{ display: flex; justify-content: center; align-items: center; flex-wrap:wrap;}
.innav ul li{ margin:0 10px 20px 10px;}
.innav ul li a{ display:block; text-align:center; border:1px solid #eee; border:1px solid #999; background:#fff; color:#333; padding:0 4.68vw; border-radius:80px;}
.innav ul li:hover>a,.innav ul li.hover>a{ border-color:var(--primary-color); color:var(--primary-color);}
@media(max-width:999px){
.weizhi{ display:none;}
.innav{ font-size:14px; line-height:18px; margin-bottom:20px;}
.innav ul li{ width:calc((100% - 20px)/3); margin:0 0 10px 10px;}
.innav ul li:nth-child(3n-2){ margin-left:0;}
.innav ul li a{ display: flex; justify-content: center; align-items: center; padding:0; height:40px;}
}

.insidebg{ padding:80px 0 100px 0;}
.inside{}
.inside_lt{ float:left; width:240px;}
.side_a{ border:1px solid #ccc; background:#fafafa; font-size:14px; line-height:24px;}
.side_a .h1{ font-size:24px; line-height:34px; font-weight:bold; background:var(--primary-color); color:#fff; padding:15px 20px; border-bottom:1px solid #fff;}
.side_a ul{ }
.side_a ul li{}
.side_a>ul>li{ border-top:1px dashed #ccc;}
.side_a>ul>li:nth-child(1){ border:none;}
.side_a ul li span{ display:block; padding:10px 10px 10px 20px; position:relative; cursor:pointer;}
.side_a ul li span:hover{ color:var(--primary-color);}
.side_a ul li.hover>span{ background:var(--primary-color); color:#fff;}
.side_a ul li a{ display:inline-block;}
.side_a ul li span:hover a{ color:var(--primary-color);}
.side_a ul li.hover>span a{ color:#fff;}
.side_a ul li.has_sub>span:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%);}
.side_a ul li.has_sub.active1>span:after{ content:"\f107";}
.side_a ul li ul{ padding:0 10px 10px 20px; display:none;}
.side_a ul li ul li span{ padding:5px 10px 5px 15px;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 280px);}
@media(max-width:999px){
.insidebg{ padding:40px 0 60px 0;}
.inside_lt{ display:none;}
.inside_rt{ width:100%;}
}



.inbanner2{ position:relative;}
.inbanner2 img{ display:block; width:100%;}
.inbanner2_txtbg{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);display: flex; justify-content: flex-end; align-items: center;}
.inbanner2_txt{ width:75%; max-width:870px;}
.inbanner2_txt .h2{ font-size:60px; line-height:70px; height:120px; }
.inbanner2_txt .line1{ width:180px; height:2px; background:var(--primary-color); margin-top:3.32vw; margin-bottom:3.32vw;}
.inbanner2_txt .h3{ font-size:20px; line-height:30px; color:var(--primary-color);}
@media(max-width:999px){
.inbanner2 img{ height:140px;}
.inbanner2_txt .h2{ font-size:18px; line-height:22px; height:44px; }
.inbanner2_txt .h2 br{ display:none;}
.inbanner2_txt .line1{ width:180px; height:2px; margin-top:5px; margin-bottom:5px;}
.inbanner2_txt .h3{ font-size:12px; line-height:16px; }
}


.tit5{ text-align:center;}
.tit5 .h2{ font-size:80px; line-height:90px;}
.aboutus1bg{ padding:150px 0 100px 0; background:url(../images/aboutus1bg.png) top center no-repeat; background-size:100% auto;}
.aboutus1{}
.aboutus1 .list{ margin-top:70px;}
.aboutus1 .list ul{display: flex; justify-content:center; align-items: center;}
.aboutus1 .list ul li{ width:14%; margin:0 3%; text-align:center;}
.aboutus1 .list ul li .txt{ border:1px solid var(--primary-color); background:#fff; color:var(--primary-color); padding-bottom:100%; position:relative; border-radius:100%;}
.aboutus1 .list ul li .txt .h2{ width:100%; font-size:40px; line-height:50px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.aboutus1 .list ul li:nth-child(2n) .txt{ background:var(--primary-color); color:#fff;}
@media(max-width:999px){
.tit5 .h2{ font-size:24px; line-height:34px;}
.aboutus1bg{ padding:60px 0; }
.aboutus1 .list{ margin-top:30px;}
.aboutus1 .list ul{ flex-wrap:wrap;}
.aboutus1 .list ul li{ width:31%; margin:1% 1%; }
.aboutus1 .list ul li .txt .h2{ font-size:20px; line-height:30px; }
}

.aboutus2bg{ }
.aboutus2{ position:relative;}
.aboutus2>img{ display:block; width:100%;}
.aboutus2_lt{ width:84%; position:absolute; left:50%; top:60%; transform:translate(-50%,-50%);}
.aboutus2_lt .nr_box{ width:57%;}
.aboutus2_lt .h2{ color:var(--primary-color); margin-bottom:1.3vw;}
.aboutus2_lt .h2 strong{ display:block; /*font-weight:normal;*/ font-size:66px; line-height:76px;}
.aboutus2_lt .h2 span{ display:block; font-size:20px; line-height:30px;}
.aboutus2_lt .h3{ font-size:30px; line-height:40px; margin-bottom:2.6vw;}
.aboutus2_lt .h4{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.aboutus2bg{ margin:60px 0 40px 0;}
.aboutus2_lt{ width:90%; top:auto; transform:translate(-50%,0); bottom:0;}
.aboutus2_lt .nr_box{ width:100%;}
.aboutus2_lt .h2{ margin-bottom:5px;}
.aboutus2_lt .h2 strong{ font-size:16px; line-height:20px;}
.aboutus2_lt .h2 span{ font-size:12px; line-height:16px;}
.aboutus2_lt .h3{ font-size:14px; line-height:18px; margin-bottom:10px;}
.aboutus2_lt .h4{ font-size:12px; line-height:16px;}
}

.aboutus3bg{ margin:60px 0 100px 0;}
.aboutus3{ background:#f7f7f7; border-radius:1.5vw; padding:40px 8%;}
.aboutus3 .list{}
.aboutus3 .list dl{ padding:40px 0;}
.aboutus3 .list dl dt{ font-size:40px; line-height:50px; color:var(--primary-color); margin-bottom:40px; font-weight:bold}
.aboutus3 .list dl dd{ font-size:24px; line-height:2em;}
.aboutus3 .list dl dd .txt{}
@media(max-width:999px){
.aboutus3bg{ margin:40px 0;}
.aboutus3{ border-radius:1.5vw; padding:20px 5%;}
.aboutus3 .list dl{ padding:20px 0;}
.aboutus3 .list dl dt{ font-size:18px; line-height:28px; margin-bottom:10px;}
.aboutus3 .list dl dd{ font-size:14px; line-height:2em;}
}

.tit6{ text-align:center;}
.tit6 .h2{ font-size:60px; line-height:70px;}
.tit6 .h3{ font-size:30px; line-height:40px; color:var(--primary-color); margin-top:15px;}
.aboutus4bg{ padding:100px 0 60px 0; background:#f7f7f7;}
.aboutus4{ }
.aboutus4 .list{ margin-top:70px;}
.aboutus4 .list ul{display: flex; justify-content:flex-start; /*align-items: center; */flex-wrap:wrap;}
.aboutus4 .list ul li{ width:30%; margin:0 0 0 5%; position:relative; overflow:hidden;}
.aboutus4 .list ul li:nth-child(3n-2){ margin-left:0;}
.aboutus4 .list ul li .img{ padding-bottom:118%; position:relative; overflow:hidden;}
.aboutus4 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus4 .list ul li .txtbg{ width:100%; position:absolute; bottom:1.04vw; left:0;}
.aboutus4 .list ul li .txt{ padding:1.04vw 5%; color:#fff;}
.aboutus4 .list ul li .txt .h2{ font-size:24px; line-height:34px; margin-bottom:1.56vw;}
.aboutus4 .list ul li .txt .h3{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.tit6 .h2{ font-size:24px; line-height:34px;}
.tit6 .h3{ font-size:12px; line-height:22px; margin-top:5px;}
.aboutus4bg{ padding:60px 0 40px 0; }
.aboutus4 .list{ margin-top:40px;}
.aboutus4 .list ul li{ width:100%; margin:0 0 20px 0; }
.aboutus4 .list ul li .txtbg{ bottom:0; }
.aboutus4 .list ul li .txt{ padding:10px 5%; }
.aboutus4 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.aboutus4 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}

.tit7{ text-align:center;}
.tit7 .h2{ font-size:60px; line-height:70px; color:var(--primary-color); font-weight:bold;}
.tit7 .h3{ font-size:36px; line-height:46px; margin-top:20px;}
.aboutus5bg{ padding:60px 0 100px 0; background:#f7f7f7;}
.aboutus5{}
.aboutus5 .list{ margin-top:60px; text-align:center;}
.aboutus5 .list img{ max-width:100%;}
@media(max-width:999px){
.tit7 .h2{ font-size:24px; line-height:34px; }
.tit7 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.aboutus5bg{ padding:40px 0; }
.aboutus5 .list{ margin-top:30px; }
}

.tit8{ text-align:center; position:relative; z-index:1;}
.tit8 .h2{ font-size:56px; line-height:1em; font-weight:bold; color:var(--primary-color);}
.tit8 .h3{ color:#fff; font-size:13.27vw; line-height:1em; text-transform:uppercase; text-align:center; width:100%; position:absolute; bottom:40px; left:50%; transform:translateX(-50%); z-index:-1; word-break:break-all;}
.tit8 .h4{ font-size:30px; line-height:40px; color:var(--primary-color); margin-top:50px;}
.aboutus6bg{ padding:120px 0; background:#f7f7f7;}
.aboutus6{}
.aboutus6 .list{ margin-top:70px; }
.aboutus6 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.aboutus6 .list ul li{ width:calc(100%/3 - 1px); text-align:center; border-left:1px solid #ccc;}
.aboutus6 .list ul li:nth-child(1){ border-left:none;}
.aboutus6 .list ul li .txt{ }
.aboutus6 .list ul li .txt .h2{ font-size:30px; line-height:40px; margin-bottom:5px;}
.aboutus6 .list ul li .txt .h3{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.tit8 .h2{ font-size:24px; line-height:34px; }
.tit8 .h4{ font-size:14px; line-height:24px; margin-top:5px;}
.aboutus6bg{ padding:60px 0; }
.aboutus6 .list{ margin-top:30px; }
.aboutus6 .list ul li{ width:100%; border-left:none; border-top:1px solid #ccc;}
.aboutus6 .list ul li:nth-child(1){ border-top:none;}
.aboutus6 .list ul li .txt{ padding:20px 0;}
.aboutus6 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.aboutus6 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}



.inbanner3{ position:relative;}
.inbanner3 img{ display:block; width:100%;}
.inbanner3_txtbg{ position:absolute; left:50%; top:52%; transform:translate(-50%,-50%);display: flex; justify-content: flex-start; align-items: center;}
.inbanner3_txt{ width:70%; }
.inbanner3_txt .h2{ font-size:46px; line-height:56px; height:168px; color:var(--primary-color); margin-bottom:1.82vw;}
.inbanner3_txt .h3{ font-size:24px; line-height:34px;}
@media(max-width:999px){
.inbanner3 img{ height:150px;}
.inbanner3_txtbg{ top:50%; }
.inbanner3_txt{ width:100%; }
.inbanner3_txt .h2{ font-size:20px; line-height:24px; height:72px; margin-bottom:5px;}
.inbanner3_txt .h2 br{ display:none;}
.inbanner3_txt .h3{ font-size:12px; line-height:16px;}
}

.tit9bg{ background:#f5f5f5; margin-bottom:50px}
.tit9{ padding:25px 0;}
.tit9 .h2{ font-size:30px; line-height:40px;}
.tit9 .h2 i{ margin-right:10px; color:var(--primary-color);}
.methodology1_box{}
.methodology1bg{}
.methodology1{}
.methodology1 .list{}
.methodology1 .list ul li{ margin-bottom:200px; }
.methodology1 .list ul li .nr_box{ display: flex; justify-content: space-between;/* align-items: center;*/ position:relative; overflow:hidden;}
.methodology1 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.methodology1 .list ul li .nr_box:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; transform:translateY(100%); opacity:0; visibility:hidden; transition:all .3s ease;}
.methodology1 .list ul li .nr_box:hover:before{ transform:translateY(0); opacity:1; visibility:visible;}
.methodology1 .list ul li .txtbg{ width:45%;}
.methodology1 .list ul li .txt{ color:#666;}
.methodology1 .list ul li .txt .h2{ font-size:40px; line-height:50px; color:var(--primary-color); margin-bottom:5px;}
.methodology1 .list ul li .txt .h3{ font-size:20px; line-height:30px; color:#999; margin-bottom:4.16vw;}
.methodology1 .list ul li .txt .h4{ font-size:20px; line-height:30px;}
.methodology1 .list ul li .imgbg{ width:45%;}
.methodology1 .list ul li .img{ text-align:center;}
.methodology1 .list ul li .img img{ max-width:100%;}
@media(max-width:999px){
.tit9bg{ margin-bottom:40px}
.tit9{ padding:15px 0;}
.tit9 .h2{ font-size:24px; line-height:34px;}
.tit9 .h2 i{ margin-right:10px; }
.methodology1 .list ul li{ margin-bottom:100px;}
.methodology1 .list ul li .nr_box{ display:block;}
.methodology1 .list ul li .txtbg{ width:100%; margin-bottom:20px;}
.methodology1 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.methodology1 .list ul li .txt .h3{ font-size:12px; line-height:16px; margin-bottom:10px;}
.methodology1 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
.methodology1 .list ul li .imgbg{ width:100%;}
}



.tit10{ text-align:center;}
.tit10 .h2{ font-size:48px; line-height:58px; color:var(--primary-color);}
.tit10 .h3{ font-size:30px; line-height:40px; color:var(--primary-color); margin-top:5px;}
.methodology_page1bg{ margin:100px 0;}
.methodology_page1{}
.methodology_page1 .list1{ text-align:center; font-size:20px; line-height:30px; color:var(--primary-color); margin-top:50px; margin-bottom:120px;}
.methodology_page1 .list1 .txt{ margin-bottom:50px;}
.methodology_page1 .list1 .img{ }
.methodology_page1 .list1 img{ max-width:100%;}
.methodology_page1 .list2{}
.methodology_page1 .list2 dl{ margin-top:80px;}
.methodology_page1 .list2 dl dt{ font-size:40px; line-height:50px; color:var(--primary-color); margin-bottom:40px;}
.methodology_page1 .list2 dl dt img{ width:150px; margin-right:20px; vertical-align:text-bottom;}
.methodology_page1 .list2 dl dd{}
.methodology_page1 .list2 dl dd ul li{ font-size:30px; line-height:40px; margin-top:20px;}
.methodology_page1 .list2 dl dd ul li .txt{ display: flex; justify-content: space-between;/* align-items: center;*/}
.methodology_page1 .list2 dl dd ul li .txt .h2{ width:42%; position:relative;}
.methodology_page1 .list2 dl dd ul li .txt .h2 span{ display:inline-block; background:#fff; padding-right:20px;}
.methodology_page1 .list2 dl dd ul li .txt .h2:before{ content:""; width:100%; height:1px; background:var(--primary-color); position:absolute; right:0; top:19px; z-index:-1;}
.methodology_page1 .list2 dl dd ul li .txt .h3{ width:56%;}
@media(max-width:999px){
.tit10 .h2{ font-size:22px; line-height:32px; }
.tit10 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.methodology_page1bg{ margin:60px 0;}
.methodology_page1 .list1{ font-size:16px; line-height:26px; margin-top:30px; margin-bottom:60px;}
.methodology_page1 .list1 .txt{ margin-bottom:30px;}
.methodology_page1 .list2 dl{ margin-top:40px;}
.methodology_page1 .list2 dl dt{ font-size:20px; line-height:30px; margin-bottom:20px;}
.methodology_page1 .list2 dl dt img{ width:40px; margin-right:10px; }
.methodology_page1 .list2 dl dd ul li{ font-size:16px; line-height:26px; margin-top:10px;}
.methodology_page1 .list2 dl dd ul li .txt{ display:block;}
.methodology_page1 .list2 dl dd ul li .txt .h2{ width:100%; }
.methodology_page1 .list2 dl dd ul li .txt .h2 span{ padding-right:0;}
.methodology_page1 .list2 dl dd ul li .txt .h2:before{ display:none;}
.methodology_page1 .list2 dl dd ul li .txt .h3{ width:100%;}
}

.methodology_page2bg{ margin:100px 0;}
.methodology_page2{}
.methodology_page2 .list1{ margin:0 auto; max-width:1000px; margin-top:70px;}
.methodology_page2 .list1 ul{}
.methodology_page2 .list1 ul li{ margin:40px 0; font-size:28px; line-height:38px; text-align:center;}
.methodology_page2 .list1 ul li .txt{ display: flex; justify-content: space-between;/* align-items: center;*/ box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:10px; overflow:hidden;}
.methodology_page2 .list1 ul li .txt .h2{ width:35%; padding:25px 0; background:var(--primary-color); color:#fff;}
.methodology_page2 .list1 ul li .txt .h3{ width:65%; padding:25px 0; color:var(--primary-color);}
.methodology_page2 .list2{ margin-top:100px; text-align:center;}
.methodology_page2 .list2 .img{}
.methodology_page2 .list2 img{ max-width:100%;}
@media(max-width:999px){
.methodology_page2bg{ margin:60px 0;}
.methodology_page2 .list1{ margin-top:30px;}
.methodology_page2 .list1 ul li{ margin:20px 0; font-size:18px; line-height:28px; }
.methodology_page2 .list1 ul li .txt{ display: block; }
.methodology_page2 .list1 ul li .txt .h2{ width:100%; padding:15px 0; }
.methodology_page2 .list1 ul li .txt .h3{ width:100%; padding:15px 0; }
.methodology_page2 .list2{ margin-top:60px; }
}


.methodology_page3bg{ padding:80px 0;}
.methodology_page3{}
.methodology_page3 .list1{ text-align:center; margin-top:40px;}
.methodology_page3 .list1 .txt{ margin:0 auto; max-width:800px; background:var(--secondary-color); color:var(--primary-color); font-size:30px; line-height:40px; padding:25px 0;}
.methodology_page3 .list2{ text-align:center; margin-top:40px; font-size:20px; line-height:30px; color:var(--primary-color);}
.methodology_page3 .list2 .txt{ margin-bottom:120px;}
.methodology_page3 .list2 .img{}
.methodology_page3 .list2 img{ max-width:100%;}
@media(max-width:999px){
.methodology_page3bg{ padding:40px 0;}
.methodology_page3 .list1{ margin-top:30px;}
.methodology_page3 .list1 .txt{ font-size:20px; line-height:30px; padding:15px 0;}
.methodology_page3 .list2{ margin-top:30px; font-size:16px; line-height:26px; }
.methodology_page3 .list2 .txt{ margin-bottom:60px;}
}

.methodology_page4bg{ padding:80px 0;}
.methodology_page4{}
.methodology_page4 .list1{ margin-top:80px;}
.methodology_page4 .list1 .txt1{ font-size:28px; line-height:38px; margin-bottom:80px;}
.methodology_page4 .list1 .txt1 ul{ display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.methodology_page4 .list1 .txt1 ul li{ width:calc(47% - 50px); margin:0 0 15px 3%; padding-left:50px; position:relative;}
.methodology_page4 .list1 .txt1 ul li:before{ content:""; width:24px; height:24px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:7px;}
.methodology_page4 .list1 .txt1 ul li:nth-child(2n-1){ margin-left:0;}
.methodology_page4 .list1 .txt2{ text-align:center; margin-bottom:60px;}
.methodology_page4 .list1 .txt2 span{ display:inline-block; background:var(--secondary-color); color:var(--primary-color); font-size:40px; line-height:50px; padding:5px 100px;}
.methodology_page4 .list1 .txt3{ font-size:28px; line-height:38px;}
.methodology_page4 .list1 .txt3 ul li{ margin:0 0 15px 0; padding-left:50px; position:relative;}
.methodology_page4 .list1 .txt3 ul li:before{ content:""; width:24px; height:24px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:7px;}
@media(max-width:999px){
.methodology_page4bg{ padding:40px 0;}
.methodology_page4 .list1{ margin-top:30px;}
.methodology_page4 .list1 .txt1{ font-size:18px; line-height:28px; margin-bottom:30px;}
.methodology_page4 .list1 .txt1 ul li{ width:calc(100% - 30px); margin:0 0 10px 0; padding-left:30px; }
.methodology_page4 .list1 .txt1 ul li:before{ width:18px; height:18px; top:5px;}
.methodology_page4 .list1 .txt2{ margin-bottom:30px;}
.methodology_page4 .list1 .txt2 span{ font-size:20px; line-height:30px; padding:5px 20px;}
.methodology_page4 .list1 .txt3{ font-size:18px; line-height:28px;}
.methodology_page4 .list1 .txt3 ul li{ margin:0 0 15px 0; padding-left:30px; }
.methodology_page4 .list1 .txt3 ul li:before{ width:18px; height:18px; top:5px;}
}

.methodology_page5bg{ padding:80px 0 160px 0;}
.methodology_page5{}
.methodology_page5 .list{ background:var(--secondary-color); border-radius:10px; padding:25px 3%;}
.methodology_page5 .list .h2{ font-size:28px; line-height:38px; margin-bottom:20px;}
.methodology_page5 .list .h3{ font-size:24px; line-height:34px; color:#999;}
@media(max-width:999px){
.methodology_page5bg{ padding:40px 0 60px 0;}
.methodology_page5 .list{ padding:15px 5%;}
.methodology_page5 .list .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.methodology_page5 .list .h3{ font-size:14px; line-height:24px; }
}



.inbanner4{ position:relative;}
.inbanner4 img{ display:block; width:100%;}
.inbanner4_txtbg{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);display: flex; justify-content: center; align-items: center;}
.inbanner4_txt{ text-align:center;}
.inbanner4_txt .h2{ font-size:80px; line-height:90px; height:180px; color:var(--primary-color); }
@media(max-width:999px){
.inbanner4_txt .h2{ font-size:20px; line-height:24px; height:48px; }
}

.case1_box{ }
.case1bg{ padding:0 0 100px 0;}
.case1{}
.case1 .list{}
.case1 .list ul{ display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.case1 .list ul li{ width:calc((100% - 10px)/3); margin:0 0 5px 5px; position:relative;}
.case1 .list ul li:nth-child(3n-2){ margin-left:0;}
.case1 .list ul li .img{ padding-bottom:56.25%; position:relative; overflow:hidden;}
.case1 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.case1 .list ul li:hover .img img{ transform:scale(1.1);}
.case1 .list ul li .img:before{ content:""; width:100%; height:100%; background:var(--primary-color); position:absolute; top:0; left:0; opacity:0; visibility:hidden; transition:all .3s ease; z-index:2;}
.case1 .list ul li:hover .img:before{ opacity:.9; visibility:visible;}
.case1 .list ul li .txtbg{ width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3; opacity:0; visibility:hidden; transition:all .3s ease;}
.case1 .list ul li:hover .txtbg{ opacity:.9; visibility:visible;}
.case1 .list ul li .txt{ padding:0 5%; text-align:center; color:#fff;}
.case1 .list ul li .txt .h2{ font-size:24px; line-height:34px;}
@media(max-width:999px){
.case1bg{ padding:0 0 60px 0;}
.case1 .list ul li{ width:calc((100% - 5px)/2); margin:0 0 5px 5px; }
.case1 .list ul li:nth-child(3n-2){ margin-left:5px;}
.case1 .list ul li:nth-child(2n-1){ margin-left:0;}
}



.news1{}
.news1 .list1{}
.news1 .list1 ul li{ margin-bottom:60px;}
.news1 .list1 ul li .nr_box{ display: flex; justify-content: space-between;/* align-items: center;*/ box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:10px; overflow:hidden;}
.news1 .list1 ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.news1 .list1 ul li .imgbg{ width:50%;}
.news1 .list1 ul li .img{ padding-bottom:80%; position:relative; overflow:hidden;}
.news1 .list1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.news1 .list1 ul li:hover .img img{ transform:scale(1.1);}
.news1 .list1 ul li .txtbg{ width:50%;}
.news1 .list1 ul li .txt{ padding:9% 8%; height:100%; display: flex; justify-content: space-between;/* align-items: center;*/flex-direction: column; color:#666;box-sizing: border-box;}
.news1 .list1 ul li .txt .h2{ font-size:28px; line-height:38px; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.news1 .list1 ul li .txt .h2:hover{ color:var(--primary-color);}
.news1 .list1 ul li .txt .h3{ font-size:24px; line-height:34px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.news1 .list1 ul li .txt .h4{ font-size:24px; line-height:34px; color:#999;}
.news1 .list2{}
.news1 .list2 ul{ display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.news1 .list2 ul li{ width:calc((100% - 80px)/3); margin:0 0 40px 40px;}
.news1 .list2 ul li:nth-child(3n-2){ margin-left:0;}
.news1 .list2 ul li .img{ padding-bottom:64%; position:relative; overflow:hidden; border-radius:10px;}
.news1 .list2 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.news1 .list2 ul li:hover .img img{ transform:scale(1.1);}
.news1 .list2 ul li .txt{ margin-top:15px;}
.news1 .list2 ul li .txt .h2{ font-size:20px; line-height:30px; text-align:center;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.news1 .list1 ul li{ margin-bottom:30px;}
.news1 .list1 ul li .nr_box{ display:block;}
.news1 .list1 ul li .imgbg{ width:100%;}
.news1 .list1 ul li .txtbg{ width:100%;}
.news1 .list1 ul li .txt{ padding:20px 5%; height:auto; }
.news1 .list1 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.news1 .list1 ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.news1 .list1 ul li .txt .h4{ font-size:14px; line-height:24px; }
.news1 .list2 ul li{ width:100%; margin:0 0 20px 0;}
.news1 .list2 ul li .txt{ margin-top:10px;}
.news1 .list2 ul li .txt .h2{ font-size:18px; line-height:28px;}
}



.news2{}
.news2 .list1{ margin-bottom:40px;}
.news2 .list1 ul{ display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.news2 .list1 ul li{ width:calc((100% - 80px)/3); margin:0 0 40px 40px; box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:10px; overflow:hidden;}
.news2 .list1 ul li:nth-child(3n-2){ margin-left:0;}
.news2 .list1 ul li .img{ padding-bottom:64%; position:relative; overflow:hidden; }
.news2 .list1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.news2 .list1 ul li:hover .img img{ transform:scale(1.1);}
.news2 .list1 ul li .txt{ padding:30px 7%; color:#333;}
.news2 .list1 ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:30px;}
.news2 .list1 ul li .txt .h2:hover{ color:var(--primary-color);}
.news2 .list1 ul li .txt .h3{ font-size:24px; line-height:34px; margin-bottom:25px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.news2 .list1 ul li .txt .h4{ font-size:20px; line-height:30px; color:var(--primary-color);}
.news2 .list2{}
.news2 .list2 ul li{ margin-bottom:60px;}
.news2 .list2 ul li .nr_box{ display: flex; justify-content: space-between;/* align-items: center;*/ box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:10px; overflow:hidden;}
.news2 .list2 ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.news2 .list2 ul li .imgbg{ width:40%;}
.news2 .list2 ul li .img{ padding-bottom:60%; position:relative; overflow:hidden;}
.news2 .list2 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.news2 .list2 ul li:hover .img img{ transform:scale(1.1);}
.news2 .list2 ul li .txtbg{ width:60%;}
.news2 .list2 ul li .txt{ padding:4% 6%; height:100%; display: flex; justify-content: space-between;/* align-items: center;*/flex-direction: column; color:#666;box-sizing: border-box;}
.news2 .list2 ul li .txt .h2{ font-size:28px; line-height:38px; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.news2 .list2 ul li .txt .h2:hover{ color:var(--primary-color);}
.news2 .list2 ul li .txt .h3{ font-size:24px; line-height:34px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.news2 .list2 ul li .txt .h4{ font-size:24px; line-height:34px; color:#999; display: flex; justify-content: space-between; align-items: center;}
.news2 .list2 ul li .txt .h4 span{ color:var(--primary-color);}
.news2 .list2 ul li .txt .h4 strong{ font-weight:normal;}
@media(max-width:999px){
.news2 .list1{ margin-bottom:20px;}
.news2 .list1 ul li{ width:100%; margin:0 0 20px 0; }
.news2 .list1 ul li .txt{ padding:20px 5%; }
.news2 .list1 ul li .txt .h2{ font-size:14px; line-height:24px; margin-bottom:10px;}
.news2 .list1 ul li .txt .h3{ font-size:18px; line-height:28px; margin-bottom:5px; }
.news2 .list1 ul li .txt .h4{ font-size:14px; line-height:24px; }
.news2 .list2 ul li{ margin-bottom:30px;}
.news2 .list2 ul li .nr_box{ display:block;}
.news2 .list2 ul li .imgbg{ width:100%;}
.news2 .list2 ul li .txtbg{ width:100%;}
.news2 .list2 ul li .txt{ padding:20px 5%; height:auto; }
.news2 .list2 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.news2 .list2 ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.news2 .list2 ul li .txt .h4{ font-size:14px; line-height:24px; }
}


.contact1bg{ padding:120px 0 80px 0;}
.contact1{}
.contact1 .list{ margin-top:70px;}
.contact1 .list .txt{ font-size:28px; line-height:38px; text-align:center; margin-bottom:70px;}
.contact1 .list .txt .h2{}
.contact1 .list .txt .h3{ font-size:60px; line-height:70px; margin:20px 0;}
.contact1 .list .txt .h4{}
.contact1 .list .txt .h4 span{ color:var(--primary-color);}
.contact1 .list .c_ewm{}
.contact1 .list .c_ewm ul{ display: flex; justify-content:center;/* align-items: center;*/}
.contact1 .list .c_ewm ul li{ text-align:center; margin:0 10px;}
.contact1 .list .c_ewm ul li img{ display:block; margin:0 auto; width:220px;}
.contact1 .list .c_ewm ul li span{ display:block; font-size:20px; line-height:30px; margin-top:15px;}
@media(max-width:999px){
.contact1bg{ padding:60px 0 40px 0;}
.contact1 .list{ margin-top:30px;}
.contact1 .list .txt{ font-size:14px; line-height:24px; margin-bottom:30px;}
.contact1 .list .txt .h3{ font-size:24px; line-height:34px; margin:5px 0;}
.contact1 .list .c_ewm ul li{ margin:0 10px;}
.contact1 .list .c_ewm ul li img{ width:100px;}
.contact1 .list .c_ewm ul li span{ font-size:14px; line-height:24px; margin-top:5px;}
}

.contact2bg{ padding:80px 0; background:#fafafa;}
.contact2{}
.contact2 .list1{}
.contact2 .list1 .h2{ font-size:50px; line-height:60px; font-weight:bold; color:var(--primary-color); margin-bottom:35px;}
.contact2 .list1 .h3{ font-size:20px; line-height:30px; color:var(--primary-color);}
.contact2 .form{ margin-top:70px;}
.contact2 .form ul{ display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.contact2 .form ul li{ width:48%; margin-top:30px; display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.contact2 .form ul li.li1{ width:100%; }
.contact2 .form .h3{ font-size:20px; line-height:80px; width:120px;}
.contact2 .form .text1{ border:none; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); height:80px; line-height:80px; padding:0 10px; width:calc(100% - 140px); border-radius:4px; font-size:20px;}
.contact2 .form .text2{ border:none; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); height:200px; line-height:80px; padding:10px 10px; width:calc(100% - 140px); border-radius:4px; font-size:20px;}
.contact2 .form .file_button{ width:100%;}
.contact2 .form .file_button span{ display:inline-block; cursor:pointer; position:relative; font-size:24px; line-height:60px; width:220px; border-radius:5px; background:var(--primary-color); color:#fff; text-align:center; transition:all .3s ease;}
.contact2 .form .file_button span:hover{ opacity:.9;}
.contact2 .form .file_button span i{ margin-right:5px;}
.contact2 .form .file_button span input{ width:100%; height:100%; position:absolute; top:0; left:0; opacity:0; cursor:pointer;}
.contact2 .form .button1{ display:block; margin:0 auto; border:none; background:var(--primary-color); color:#fff; border-radius:5px; font-size:24px; height:80px; line-height:80px; width:240px; cursor:pointer; transition:all .3s ease; margin-top:50px;}
.contact2 .form .button1:hover{ opacity:.9;}
@media(max-width:999px){
.contact2bg{ padding:60px 0; }
.contact2 .list1 .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.contact2 .list1 .h3{ font-size:14px; line-height:24px; }
.contact2 .form{ margin-top:20px;}
.contact2 .form ul li{ width:100%; margin-top:20px; }
.contact2 .form .h3{ font-size:12px; line-height:40px; width:80px;}
.contact2 .form .text1{ height:40px; line-height:40px; width:calc(100% - 100px); font-size:14px;}
.contact2 .form .text2{ height:80px; line-height:40px; width:calc(100% - 100px); font-size:14px;}
.contact2 .form .file_button span{ font-size:14px; line-height:40px; width:160px; }
.contact2 .form .button1{ font-size:16px; height:40px; line-height:40px; width:200px; margin-top:20px;}
}

.contact3bg{ padding:80px 0; }
.contact3{}
.contact3 .list{ margin-top:60px;}
.contact3 .list ul li{ margin-bottom:60px;}
.contact3 .list ul li .nr_box{ display: flex; justify-content:space-between;/* align-items: center;*/ border-radius:15px; box-shadow:0 0 10px rgba(0,0,0,.1); overflow:hidden;}
.contact3 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.contact3 .list ul li .txt1bg{ width:50%; position:relative;}
.contact3 .list ul li .txt1{ padding:40px 5%;}
.contact3 .list ul li .txt1 .h2{ font-size:40px; line-height:50px; color:var(--primary-color); margin-bottom:80px;}
.contact3 .list ul li .txt1 .h3{ font-size:30px; line-height:40px; margin-bottom:60px;}
.contact3 .list ul li .txt1 .h4{ font-size:20px; line-height:40px;}
.contact3 .list ul li .txt1 img{ max-width:50%; position:absolute; bottom:0; right:0; z-index:-1;}
.contact3 .list ul li .txt2bg{ width:50%; background:var(--primary-color); color:#fff;}
.contact3 .list ul li .txt2{ padding:40px 5%;}
.contact3 .list ul li .txt2 .h3{ font-size:30px; line-height:40px; margin-bottom:60px;}
.contact3 .list ul li .txt2 .h4{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.contact3bg{ padding:60px 0; }
.contact3 .list{ margin-top:30px;}
.contact3 .list ul li{ margin-bottom:40px;}
.contact3 .list ul li .nr_box{ display:block;}
.contact3 .list ul li .txt1bg{ width:100%; }
.contact3 .list ul li .txt1{ padding:20px 5%;}
.contact3 .list ul li .txt1 .h2{ font-size:24px; line-height:34px; margin-bottom:20px;}
.contact3 .list ul li .txt1 .h3{ font-size:20px; line-height:30px; margin-bottom:10px;}
.contact3 .list ul li .txt1 .h4{ font-size:14px; line-height:24px;}
.contact3 .list ul li .txt1 img{ position:absolute; bottom:0; right:0;}
.contact3 .list ul li .txt2bg{ width:100%; }
.contact3 .list ul li .txt2{ padding:20px 5%;}
.contact3 .list ul li .txt2 .h3{ font-size:20px; line-height:30px; margin-bottom:10px;}
.contact3 .list ul li .txt2 .h4{ font-size:14px; line-height:24px;}
}


.course1bg{ padding:80px 0;}
.course1{}
.course1 .list{box-shadow: 0px 4px 21px 0px rgba(198, 198, 198, 0.3); border-radius:20px; padding:20px 3%;}
.course1 .list .h2{ font-size:24px; margin-bottom:20px;}
.course1 .list .h2 strong{ font-size:45px; font-weight:normal; margin-right:40px;}
.course1 .list .h2 span{}
.course1 .list .h2 span i{ color:#f60;}
.course1 .list .h3{ font-size:36px; margin-bottom:20px;}
.course1 .list .h3 span{ margin-right:80px;}
.course1 .list .h3 span b{ color:#f60; font-weight:normal;}
.course1 .list .h4{ font-size:24px; color:#666;}
@media(max-width:999px){
.course1bg{ padding:40px 0;}
.course1 .list{ padding:20px 5%;}
.course1 .list .h2{ font-size:14px; margin-bottom:10px;}
.course1 .list .h2 strong{ font-size:24px; margin-right:10px;}
.course1 .list .h3{ font-size:20px; margin-bottom:10px;}
.course1 .list .h3 span{ margin-right:20px;}
.course1 .list .h4{ font-size:14px; }
}

.course2bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;}
.course2bg:before{ content:""; width:100%; height:100%; background:var(--primary-color); position:absolute; top:0; left:0; opacity:.5;}
.course2bg:after{ content:""; width:100%; height:60px; background:url(../images/c2_bg1.png) center no-repeat; background-size:contain; position:absolute; bottom:-60px; left:0; }
.course2{ position:relative; z-index:2;}
.course2 .list{ color:#fff; text-align:center;}
.course2 .list .h2{ font-size:60px; line-height:70px;}
.course2 .list .h3{ font-size:36px; line-height:46px; margin-top:20px;}
@media(max-width:999px){
.course2bg{ padding:40px 0;}
.course2bg:after{ height:30px; bottom:-30px;}
.course2 .list .h2{ font-size:24px; line-height:34px;}
.course2 .list .h3{ font-size:14px; line-height:24px; margin-top:5px;}
}

.tit11{ text-align:center; background:url(../images/c3_bg1.png) center no-repeat; background-size:contain; min-height:180px; padding-top:60px;box-sizing: border-box;}
.tit11 .h2{ font-size:60px; line-height:70px; color:#fff;}
.tit11 .h3{ font-size:36px; line-height:46px; color:var(--primary-color); margin-top:25px;}
.course3bg{ margin:120px 0;}
.course3{}
.course3 .list1{ margin-top:80px; margin-bottom:80px;}
.course3 .list1 ul{ display: flex; justify-content:center;/* align-items: center;*/ flex-wrap:wrap;}
.course3 .list1 ul li{ width:48%; background:#f5f2ee; border-radius:10px; margin:20px 1%;}
.course3 .list1 ul li .txt{ font-size:30px; line-height:40px; padding:20px 5%;}
.course3 .list2{}
.course3 .list2 ul{}
.course3 .list2 ul li{ display: flex; justify-content:flex-start;/* align-items: center;*/ margin-top:35px;}
.course3 .list2 ul li .txt{ width:50%;}
.course3 .list2 ul li:nth-child(2n){ justify-content:flex-end;}
.course3 .list2 ul li .txt .h2{ font-size:38px; line-height:50px; display:inline-block; background:url(../images/c3_bg2.png) right center no-repeat; background-size:contain; /*margin-bottom:10px;*/}
.course3 .list2 ul li .txt .h3{ font-size:34px; line-height:44px;}
@media(max-width:999px){
.tit11{ min-height:100px; padding-top:40px; }
.tit11 .h2{ font-size:24px; line-height:34px; }
.tit11 .h3{ font-size:14px; line-height:24px; margin-top:10px;}
.course3bg{ margin:60px 0;}
.course3 .list1{ margin-top:30px; margin-bottom:30px;}
.course3 .list1 ul li{ width:100%; margin:10px 0;}
.course3 .list1 ul li .txt{ font-size:16px; line-height:26px; padding:20px 5%;}
.course3 .list2 ul li{ margin-top:20px;}
.course3 .list2 ul li .txt{ width:100%;}
.course3 .list2 ul li .txt .h2{ font-size:20px; line-height:40px; margin-bottom:5px;}
.course3 .list2 ul li .txt .h3{ font-size:14px; line-height:24px;}
}

.tit12{ text-align:center; background:url(../images/c4_bg1.png) bottom left 43% no-repeat; background-size:auto 117px; padding-bottom:30px;}
.tit12 .h2{ font-size:60px; line-height:70px;}
.tit12 .h3{ font-size:36px; line-height:46px; color:var(--primary-color); margin-top:25px;}
.course4bg{ padding:100px 0; background:#f2f2f2;}
.course4{}
.course4 .list{ margin-top:80px;}
.course4 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.course4 .list ul li{ width:calc(40% - 10px); margin:0 0 80px 4%; position:relative; z-index:2;}
.course4 .list ul li:nth-child(2n-1){ margin-left:0;}
.course4 .list ul li:nth-child(3){ margin-left:16%;}
.course4 .list ul li:before{ content:""; width:calc(100% - 10px); height:100%; background:#fff; border-left:10px solid var(--primary-color); border-radius:20px; position:absolute; top:0; left:0; z-index:-1;transform: skew(-10deg);}
.course4 .list ul li .nr_box{ height:100%; display: flex; justify-content:center; align-items: center;}
.course4 .list ul li .imgbg{ width:90px; transform:translateX(-50%);}
.course4 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; background:var(--primary-color);}
.course4 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.course4 .list ul li .txtbg{ width:calc(100% - 90px);}
.course4 .list ul li .txt{ padding:40px 5% 40px 0;}
.course4 .list ul li .txt .num{ font-size:50px; line-height:1em; font-weight:bold; font-style:italic; display:inline-block; transform:translateX(-50%);}
.course4 .list ul li .txt .h2{ font-size:24px; line-height:34px; margin-bottom:20px;}
.course4 .list ul li .txt .h3{ font-size:18px; line-height:28px; color:#666;}
.course4 .list ul li:nth-child(1){ border-color:#487AE0;}
.course4 .list ul li:nth-child(1):before{ border-color:#487AE0;}
.course4 .list ul li:nth-child(1) .img{ background-color:#487AE0;}
.course4 .list ul li:nth-child(2){ border-color:#1AB69D;}
.course4 .list ul li:nth-child(2):before{ border-color:#1AB69D;}
.course4 .list ul li:nth-child(2) .img{ background-color:#1AB69D;}
.course4 .list ul li:nth-child(3){ border-color:#FF7F46;}
.course4 .list ul li:nth-child(3):before{ border-color:#FF7F46;}
.course4 .list ul li:nth-child(3) .img{ background-color:#FF7F46;}
.course4 .list ul li:nth-child(4){ border-color:#FF4849;}
.course4 .list ul li:nth-child(4):before{ border-color:#FF4849;}
.course4 .list ul li:nth-child(4) .img{ background-color:#FF4849;}
@media(max-width:999px){
.tit12{ background-position:bottom left 15%; background-size:auto 60px; padding-bottom:15px;}
.tit12 .h2{ font-size:24px; line-height:34px;}
.tit12 .h3{ font-size:14px; line-height:24px; margin-top:0px;}
.course4bg{ padding:60px 0; }
.course4 .list{ margin-top:30px;}
.course4 .list ul li{ width:calc(90% - 10px); margin:0 0 30px 5% !important; }
.course4 .list ul li .imgbg{ width:60px; }
.course4 .list ul li .txtbg{ width:calc(100% - 60px);}
.course4 .list ul li .txt{ padding:20px 5% 20px 0;}
.course4 .list ul li .txt .num{ font-size:30px; line-height:1em; }
.course4 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.course4 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
}

.tit13{ text-align:center;}
.tit13 img{ max-width:100%;}
.course5bg{ padding:80px 0; }
.course5{}
.course5 .list{ margin-top:80px;}
.course5 .list dl{ display: flex; justify-content:flex-start; align-items: center; flex-wrap:wrap;}
.course5 .list dl dd{ width:50%; margin:10.42vw 0 0 0; position:relative; z-index:0;}
.course5 .list dl dd:nth-child(2n-1){ margin:0 0 10.42vw 0; z-index:1;}
.course5 .list dl dd .nr_box{ float:left; width:105%; box-shadow:0 0 10px rgba(0,0,0,.1); background:#fff; border-radius:20px;}
.course5 .list dl dd:nth-child(2n) .nr_box{ float:right;}
.course5 .list dl dd .txtbg{ padding:40px 10%;}
.course5 .list dl dd .txt{ font-size:27px; line-height:37px;}
.course5 .list dl dd .h2{ font-size:45px; line-height:55px; text-align:center; margin-bottom:40px;}
.course5 .list dl dd ul li{ display: flex; justify-content:flex-start; align-items: center; margin:30px 0;}
.course5 .list dl dd ul li strong{ width:180px; font-size:45px; color:var(--primary-color);}
.course5 .list dl dd ul li span{ width:calc(100% - 180px);}
@media(max-width:999px){
.course5bg{ padding:60px 0; }
.course5 .list{ margin-top:30px;}
.course5 .list dl dd{ width:100%; margin:0 0 30px 0;}
.course5 .list dl dd .nr_box{ float:none !important; width:100%;}
.course5 .list dl dd .txtbg{ padding:20px 5%;}
.course5 .list dl dd .txt{ font-size:14px; line-height:24px;}
.course5 .list dl dd .h2{ font-size:24px; line-height:34px; margin-bottom:20px;}
.course5 .list dl dd ul li{ margin:10px 0;}
.course5 .list dl dd ul li strong{ width:100px; font-size:24px; }
.course5 .list dl dd ul li span{ width:calc(100% - 100px);}
}

.course6bg{ padding:120px 0 80px 0; }
.course6{}
.course6 .list{ display: flex; justify-content:space-between; align-items: center;}
.course6 .list .txtbg{ width:56%;}
.course6 .list .txt{ font-size:27px; line-height:44px;}
.course6 .list .img{ width:40%;}
.course6 .list .img img{ display:block; width:100%; border-radius:10px;}
@media(max-width:999px){
.course6bg{ padding:60px 0; }
.course6 .list{ display:block;}
.course6 .list .txtbg{ width:100%; margin-bottom:20px;}
.course6 .list .txt{ font-size:14px; line-height:24px;}
.course6 .list .img{ width:100%;}
}


.course7bg{ padding:80px 0; }
.course7{}
.course7 .list{ margin-top:60px;}
.course7 .list ul li{ font-size:36px; line-height:46px; margin-bottom:30px;}
.course7 .list ul li .nr_box{ display: flex; justify-content:space-between; align-items: flex-start;}
.course7 .list ul li .txt1{ width:290px; background:var(--primary-color); color:#fff; text-align:center; border-radius:10px; position:relative; z-index:2;}
.course7 .list ul li .txt2{ width:calc(100% - 290px); margin-top:30px;}
.course7 .list ul li .h2{ padding:20px 0;}
.course7 .list ul li .h3{ float:right; width:110%; background:#f6f5f3; border-radius:10px; text-align:center; padding:40px 0;}
@media(max-width:999px){
.course7bg{ padding:60px 0; }
.course7 .list{ margin-top:30px;}
.course7 .list ul li{ font-size:14px; line-height:24px; margin-bottom:20px;}
.course7 .list ul li .txt1{ width:100px; }
.course7 .list ul li .txt2{ width:calc(100% - 100px); margin-top:20px;}
.course7 .list ul li .h2{ padding:10px 0;}
.course7 .list ul li .h3{ width:110%; padding:20px 0;}
}

.course8bg{ padding:100px 0; background:#f2f2f2;}
.course8{}
.course8 .list{ display: flex; justify-content:space-between; align-items: center;}
.course8 .list .txtbg{ width:49%;}
.course8 .list .txt{ }
.course8 .list .txt .h2{font-size:60px; line-height:70px; margin-bottom:40px; color:var(--primary-color);}
.course8 .list .txt .h3{font-size:36px; line-height:46px; margin-bottom:60px;}
.course8 .list .txt .h4{font-size:26px; line-height:36px;}
.course8 .list .img{ width:44%;}
.course8 .list .img img{ display:block; width:100%; border-radius:10px;}
@media(max-width:999px){
.course8bg{ padding:60px 0; }
.course8 .list{ display:block;}
.course8 .list .txtbg{ width:100%;}
.course8 .list .txt .h2{font-size:24px; line-height:34px; margin-bottom:10px;}
.course8 .list .txt .h3{font-size:20px; line-height:30px; margin-bottom:20px;}
.course8 .list .txt .h4{font-size:14px; line-height:24px;}
.course8 .list .img{ width:100%; margin-bottom:20px;}
}

.tit14{ text-align:center;}
.tit14 .h2{font-size:60px; line-height:120px;}
.tit14 .h2 span{ display:inline-block; color:#fff; background:url(../images/c9_bg1.png) center no-repeat; background-size:contain; padding:0 40px;}
.tit14 .h3{font-size:36px; line-height:46px; color:var(--primary-color);}
.course9bg{ margin:100px 0; }
.course9{}
.course9 .list{ margin-top:60px;}
.course9 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.course9 .list ul li{ width:32%; margin:0 0 40px 2%; position:relative; border-radius:20px; overflow:hidden;}
.course9 .list ul li:nth-child(3n-2){ margin-left:0;}
.course9 .list ul li .img{ padding-bottom:68%; position:relative; overflow:hidden;}
.course9 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.course9 .list ul li .txtbg{ width:100%; background:var(--primary-color); position:absolute; bottom:0; left:0; z-index:3;}
.course9 .list ul li .txt{ color:#fff; text-align:center; padding:15px 5%;}
.course9 .list ul li .txt .h2{ font-size:24px; line-height:34px;}
@media(max-width:999px){
.tit14 .h2{font-size:24px; line-height:48px;}
.tit14 .h2 span{ padding:0 20px;}
.tit14 .h3{font-size:14px; line-height:24px; }
.course9bg{ margin:60px 0; }
.course9 .list{ margin-top:30px;}
.course9 .list ul li{ width:48%; margin:0 0 20px 4%; }
.course9 .list ul li:nth-child(3n-2){ margin-left:4%;}
.course9 .list ul li:nth-child(2n-1){ margin-left:0;}
.course9 .list ul li .txt{ padding:5px 5%;}
.course9 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
}

.course10bg{ margin:80px 0; }
.course10{}
.course10 .list{ margin-top:60px; text-align:center;}
.course10 .list img{ max-width:100%;}
@media(max-width:999px){
.course10bg{ margin:60px 0; }
.course10 .list{ margin-top:30px; }
}


.course11bg{ margin:80px 0; }
.course11{ border-radius:20px; box-shadow:0 0 10px rgba(0,0,0,.1); padding:40px 3%;}
.course11 .h1{ font-size:36px; line-height:46px;}
.course11 .list{ margin-top:40px;}
.course11 .list ul li{ padding:20px 0; border-bottom:1px solid #ccc;}
.course11 .list ul li:last-child{ border-bottom:none;}
.course11 .list ul li .box1{ display: flex; justify-content:space-between;/* align-items: center;*/ margin-bottom:20px;}
.course11 .list ul li .box1 .img{ width:65px; height:65px; position:relative; border-radius:100%; overflow:hidden;}
.course11 .list ul li .box1 .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.course11 .list ul li .box1 .txtbg{ width:calc(100% - 80px);}
.course11 .list ul li .box1 .txt{}
.course11 .list ul li .box1 .txt .h2{ font-size:20px; line-height:30px;}
.course11 .list ul li .box1 .txt .h2 span{ color:#999;}
.course11 .list ul li .box2{}
.course11 .list ul li .box2 .txt{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.course11bg{ margin:60px 0; }
.course11{ padding:30px 5%;}
.course11 .h1{ font-size:24px; line-height:34px;}
.course11 .list{ margin-top:10px;}
.course11 .list ul li{ padding:20px 0; }
.course11 .list ul li .box1{ margin-bottom:10px;}
.course11 .list ul li .box1 .img{ width:50px; height:50px; }
.course11 .list ul li .box1 .txtbg{ width:calc(100% - 60px);}
.course11 .list ul li .box1 .txt .h2{ font-size:20px; line-height:30px;}
.course11 .list ul li .box2 .txt{ font-size:14px; line-height:24px;}
}




.pro_gallery{ }
.pro_gallery-top { }
.pro_gallery-top .gallery-top{}
.pro_gallery-top .gallery-top .swiper-slide { }
.pro_gallery-top .gallery-top .swiper-slide .img{ padding-bottom:100%; position:relative;}
.pro_gallery-top .gallery-top .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery-thumbs { position:relative;}
.pro_gallery-thumbs .gallery-thumbs{}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide { opacity: 0.5; }
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img{ padding-bottom:100%; position:relative; cursor:pointer;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active { opacity: 1; }
.pro_gallery .swiper-button-prev,.pro_gallery .swiper-button-next{}
.pro_gallery .swiper-button-prev{ left:-30px;}
.pro_gallery .swiper-button-next{ right:-30px;}