/*common start*/
:root{
 --primary-color:#dba36a;
 --secondary-color:#ffe8d0;
 --third-color:#7e6b57;
 --main-color:#dba36a;
 --main-color-white:#fff;
 --main-transition:all .5s ease;
}
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:14px; color:var(--secondary-color); overflow-x:hidden; background:#0d1317;}
a{ color:var(--secondary-color);}
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:1400px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family:inherit; }
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%; background:#0d1317; border-bottom:1px solid rgba(255,255,255,.27); position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:99px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ /*width:22%; height:99px; position:relative; */ 
    height: 60px}
.head .logo img{       image-rendering: auto; max-height: 100%;/* max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;*/}
.head .logo .img1{ display:none;}
.head2 .rt{ position:relative;
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_btn{ margin-left:1vw;}
.head .h_btn span{ display:inline-block; font-size:14px; line-height:50px; padding:0 1.5vw; border:1px solid var(--primary-color); box-sizing:border-box; text-transform:uppercase;}
.head .h_btn span:hover{}
.head .h_search_btn{ width:80px; height:80px; font-size:20px;display: flex; justify-content:center; align-items: center; background:var(--primary-color); color:#fff; margin-left:1.04vw; cursor:pointer;}
.head .h_search_box{ width:100%; height:calc(100% - 80px); position:fixed; top:80px; left:0; z-index:999; opacity:0; visibility:hidden; transition:all .3s ease;}
.head .h_search_box.active1{ opacity:1; visibility:visible;}
.head .h_search_close1{ width:100%; height:100%; background:#f2f2f2; position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:100%; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; left:50%; top:0; transform:translate(-50%,0); z-index:999;}
.head .h_search{ padding:40px 5%; max-width:1000px; margin:0 auto;}
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:60px; overflow:hidden; background:#fff; border:1px solid #ddd; border-radius:5px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:60px; line-height:60px; padding:0 0 0 10px; width:calc(100% - 60px); box-sizing:border-box;}
.head .h_search .form .button1{ float:right; border:none;  background:var(--primary-color); width:60px; height:60px; line-height:60px; cursor:pointer; font-size:20px; color:#fff; transition:all .3s ease;}
.head .h_search .form .button1:hover{ opacity:.9;}
/*menu*/
.head .menu{ height:99px; line-height:99px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:var(--secondary-color); display:block; font-size:16px; font-weight:normal; position:relative; padding:0 1vw; z-index:1;}
.head .menu>ul>li>a:hover,.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:100%; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; opacity:0; visibility:hidden;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ opacity:1; visibility:visible;}
.head .menu>ul>li ul{ width:fit-content; min-width:220px; background:#11191f; box-shadow:0 4px 10px -2px rgba(0, 0, 0, 0.1); position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; border-bottom:1px solid #565a5d;}
.head .menu>ul>li ul li a{ color:var(--secondary-color); display:block; font-weight:normal; font-size:14px; line-height:24px; padding:17px 5px 17px 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: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_height{ height:100px;}
.head.active1{ box-shadow:0 4px 10px -2px rgba(0, 0, 0, 0.1);}
.head.active2{ }
@media(min-width:1921px){
.head .h_btn{ margin-left:20px;}
.head .h_btn span{ padding:0 30px;}
.head .menu>ul>li>a{ padding:0 20px;}
.head .menu>ul>li.menu_down>a:after{ margin-left:5px;}
}
@media(max-width:1420px){
.head .h_btn span{ font-size:12px;}
.head .menu>ul>li>a{ font-size:14px;}
}
@media(max-width:999px){
.head_height{ height:60px;}
.head{ }
.head2{ height:60px; }
.head .logo{ width:40%; height:40px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .h_btn span{ font-size:12px; line-height:38px; padding:0 10px;}
.head .h_search_btn{ width:20px; height:20px; font-size:20px; margin-left:0; background:transparent; color:#666;}
.head .h_search_box{ height:calc(100% - 60px); top:60px; }
.head .h_search{ padding:20px 5%; }
.head .h_search .form{ height:40px; }
.head .h_search .form .text1{ height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 40px); }
.head .h_search .form .button1{ width:40px; height:40px; line-height:40px; font-size:16px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:20px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:var(--secondary-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:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100vh - 60px); 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:#11191f; position:absolute; left:0; top:0; z-index:999; transition:all .6s ease;/* transform:translateX(100%);*/}
/*.head .nav_box.active1 .navbg{ transform:translateX(0);}*/
.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 #565a5d;}
.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 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 .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-container .swiper-slide .txt{ color:#fff; max-width:680px;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:60px; line-height:70px; margin-bottom:1.56vw; font-weight:bold;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:50px; line-height:60px;}
.banner_swiper .swiper-pagination{ bottom:10px; height:32px; width:100%; display:none;}
.banner_swiper .swiper-pagination span{ width:32px; height:32px; background:transparent; border:2px solid transparent; opacity:1; margin:0 5px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.banner_swiper .swiper-pagination span:before{ content:""; width:8px; height:8px; border-radius:100%; background:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ border-color:#fff;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:58px; height:58px; line-height:58px; text-align:center; border:1px solid #fff; background:none; color:#fff; font-size:30px; transition:all .3s ease; box-sizing:border-box; border-radius:100%;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ border-color:var(--primary-color); color:var(--primary-color);}
.banner_swiper .swiper-button-prev{ left:3%;}
.banner_swiper .swiper-button-next{ right:3%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:28px; margin-bottom:10px; }
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px;}
.banner_swiper .swiper-pagination{ display:block;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; font-size:24px; display:none;}
}


.more1{}
.more1 span{ display:inline-block; font-size:14px; line-height:50px; padding:0 2.08vw; border:1px solid var(--primary-color); box-sizing:border-box; text-transform:uppercase; transition:all .3s ease;}
.more1 span:hover{ transform:translateY(-5px);}
.con01bg{ padding:60px 0;}
.con01{ display: flex;justify-content: space-between;align-items: center;}
.con01_lt{ width:49%;}
.con01_lt .h2{ font-size:14px; line-height:24px; margin-bottom:25px;}
.con01_lt .h3{ font-size:40px; line-height:90px; margin-bottom:25px;}
.con01_lt .h4{ font-size:16px; line-height:26px; margin-bottom:32px;}
.con01_rt{ width:49%; position:relative;}
.con01_rt .img{}
.con01_rt .img img{ display:block; width:100%;}
.con01_rt .bg{ width:53%; position:absolute; top:0; left:0; transform:translate(-65%,-10%);}
.con01_rt .bg img{ display:block; width:100%;}
.con01_rt .h2{writing-mode: tb-rl; position:absolute; top:0; right:-5%; }
.con01_rt .i_share{ width:50%; background:#0d1317; position:absolute; bottom:0; right:0; font-size:14px; line-height:24px;}
.con01_rt .i_share ul{ padding:30px 6%; display: flex;justify-content: space-between;/*align-items: center;*/}
.con01_rt .i_share ul li{ width:25%; text-align:center;}
.con01_rt .i_share ul li a{}
@media(max-width:999px){
.more1 span{ font-size:14px; line-height:38px; padding:0 20px;}
.con01bg{ padding:40px 0;}
.con01{ display:block;}
.con01_lt{ width:100%; margin-bottom:20px;}
.con01_lt .h2{ font-size:13px; line-height:23px; margin-bottom:10px;}
.con01_lt .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con01_lt .h4{ font-size:15px; line-height:25px; margin-bottom:15px;}
.con01_rt{ width:100%; }
.con01_rt .bg{ width:53%; top:0; left:0; transform:translate(-65%,-10%); display:none;}
.con01_rt .h2{writing-mode: tb-rl; top:0; right:-5%; }
.con01_rt .i_share{ width:100%; font-size:14px; line-height:24px; position:static;}
.con01_rt .i_share ul{ padding:20px 5%; }
.con01_rt .i_share ul li{ width:25%; }
}


.con02bg{ padding:60px 0;}
.con02{ background:#11191f;}
.con02 .list{}
.con02 .list ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con02 .list ul li{ width:calc(100%/3); text-align:center;}
.con02 .list ul li .nr_box{ padding:40px 11%;}
.con02 .list ul li .imgbg{ margin:0 auto; width:100%; max-width:120px;}
.con02 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; background:#0d1317;}
.con02 .list ul li .img img{ display:block; max-width:80%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02 .list ul li .txtbg{}
.con02 .list ul li .txt{ margin-top:18px;}
.con02 .list ul li .txt .h2{ font-size:24px; line-height:34px; margin-bottom:15px;}
.con02 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.con02bg{ padding:40px 0;}
.con02 .list ul li{ width:100%;}
.con02 .list ul li .nr_box{ padding:20px 5%;}
.con02 .list ul li .imgbg{ max-width:120px;}
.con02 .list ul li .txt{ margin-top:10px;}
.con02 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.con02 .list ul li .txt .h3{ font-size:15px; line-height:25px;}
}


.con03bg{ padding:60px 0 0 0; background-repeat:no-repeat; background-position:left center; background-size:32% auto; position:relative; }
.con03bg:before{ content:""; width:100%; height:100%; background:#0d1317; opacity:.8; position:absolute; top:0; left:0;}
.con03{ display: flex;justify-content: space-between;align-items: center; position:relative; z-index:2;}
.con03_lt{ width:48%;}
.con03_lt .img{}
.con03_lt .img img{ display:block; width:100%;}
.con03_rt{ width:46%;}
.con03_rt .h2{ font-size:14px; line-height:24px; margin-bottom:22px;}
.con03_rt .h3{ font-size:40px; line-height:50px; margin-bottom:25px;}
.con03_rt .h4{ font-size:16px; line-height:26px; margin-bottom:30px;}
.con03_rt .box1{ display: flex;justify-content: space-between;align-items: center;}
.con03_rt .i_phone{ font-size:14px; line-height:24px;}
.con03_rt .i_phone i{ font-size:30px; vertical-align:middle; margin-right:10px;}
.con03bg .bg{ text-align:right; position:relative; z-index:2; margin:30px 0 20px 0;}
.con03bg .bg img{ vertical-align:top; width:15%;}
@media(max-width:999px){
.con03bg{ padding:40px 0; background-size:32% auto; }
.con03{ display:block;}
.con03_lt{ width:100%; margin-bottom:20px;}
.con03_rt{ width:100%;}
.con03_rt .h2{ font-size:13px; line-height:23px; margin-bottom:10px;}
.con03_rt .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con03_rt .h4{ font-size:15px; line-height:25px; margin-bottom:15px;}
.con03_rt .box1{ display:block;}
.con03_rt .i_phone{ font-size:15px; line-height:25px; margin-top:10px;}
.con03_rt .i_phone i{ font-size:30px; margin-right:10px;}
.con03bg .bg{ margin:30px 0 20px 0; display:none;}
.con03bg .bg img{ width:15%;}
}


.tit1{ text-align:center; padding-bottom:40px; background:url(../images/color-line.png) bottom center no-repeat;}
.tit1 .h2{ font-size:14px; line-height:24px; margin-bottom:20px;}
.tit1 .h3{ font-size:40px; line-height:50px;}
.con04bg{ padding:80px 0; background:#11191f;}
.con04{}
.con04 .list{ margin-top:40px;}
.con04 .list ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con04 .list ul li{ width:48.5%; margin:0 0 40px 3%; }
.con04 .list ul li:nth-child(2n-1){ margin-left:0;}
.con04 .list ul li .nr_box{ display: flex;justify-content: space-between;/*align-items: center;*/}
.con04 .list ul li .imgbg{ width:80px; margin-right:3%;}
.con04 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; }
.con04 .list ul li .img img{ display:block; width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con04 .list ul li .txtbg{ width:calc(86% - 160px);}
.con04 .list ul li .txt{ }
.con04 .list ul li .txt .h2{ font-size:22px; line-height:34px; margin-bottom:15px;}
.con04 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:var(--secondary-color);}
.con04 .list ul li .line1{ width:8%; height:1px; background:var(--primary-color); margin:16.5px 0 0 1.5%;}
.con04 .list ul li .price{ width:80px; color:var(--primary-color); font-size:24px; line-height:34px; margin-left:1.5%;}
.con04 .more1{ text-align:center;}
@media(max-width:999px){
.tit1{ padding-bottom:20px; }
.tit1 .h2{ font-size:13px; line-height:23px; margin-bottom:10px;}
.tit1 .h3{ font-size:24px; line-height:34px;}
.con04bg{ padding:40px 0; }
.con04 .list{ margin-top:20px;}
.con04 .list ul li{ width:100%; margin:0 0 20px 0;}
.con04 .list ul li .nr_box{ flex-wrap:wrap;}
.con04 .list ul li .imgbg{ width:80px; margin:0 0 10px 0;}
.con04 .list ul li .txtbg{ width:100%;}
.con04 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.con04 .list ul li .txt .h3{ font-size:15px; line-height:25px;}
.con04 .list ul li .line1{ width:100%; height:1px; margin:10px 0 0 0;}
.con04 .list ul li .price{ width:100%; font-size:22px; line-height:32px; margin:10px 0 0 0;}
}


.con05bg{ background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed; position:relative;}
.con05bg:before{ content:""; width:100%; height:100%; background:#0d1317; opacity:.8; position:absolute; top:0; left:0;}
.con05{ padding:120px 0; position:relative; z-index:2; background:url(../images/arrow.png) right center no-repeat; background-size:20% auto;}
.con05 .list{}
.con05 .list .h2{ font-size:14px; line-height:24px; margin-bottom:20px;}
.con05 .list .h3{ font-size:40px; line-height:50px; margin-bottom:25px;}
.con05 .list .h4{ font-size:16px; line-height:26px; margin-bottom:40px;}
.con05 .list .h5{ font-size:18px; line-height:40px; margin-bottom:25px;}
.con05 .list .box1{ display: flex;justify-content: space-between;align-items: center;}
.con05 .list .img{ width:60px; height:60px; overflow:hidden; border-radius:100%;display: flex;justify-content: space-between;align-items: center;}
.con05 .list .img img{ display:block; width:100%; height:100%; }
.con05 .list .h6{ width:calc(100% - 75px); font-size:20px; line-height:30px;}
@media(max-width:999px){
.con05{ padding:40px 0; }
.con05 .list .h2{ font-size:13px; line-height:23px; margin-bottom:10px;}
.con05 .list .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con05 .list .h4{ font-size:15px; line-height:25px; margin-bottom:15px;}
.con05 .list .h5{ font-size:20px; line-height:30px; margin-bottom:15px;}
.con05 .list .img{ width:60px; height:60px; }
.con05 .list .h6{ width:calc(100% - 70px); font-size:18px; line-height:28px;}
}


.con06bg{ padding:80px 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:23.5%; margin:0 0 30px 2%;  transition:all .3s ease;}
.con06 .list ul li:hover{ transform:translateY(-5px);}
.con06 .list ul li:nth-child(4n-3){ margin-left:0;}
.con06 .list ul li .nr_box{ }
.con06 .list ul li .imgbg{ }
.con06 .list ul li .img{ padding-bottom:130%; position:relative; overflow:hidden;}
.con06 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con06 .list ul li .txtbg{ }
.con06 .list ul li .txt{ margin-top:28px;}
.con06 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px; display: flex;justify-content: space-between;/*align-items: center;*/}
.con06 .list ul li .txt .h2 strong{ font-weight:normal;}
.con06 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:var(--secondary-color);}
.con06 .list ul li .txt .price{ color:var(--primary-color); margin-left:10px;}
@media(max-width:999px){
.con06bg{ padding:40px 0;}
.con06 .list{ margin-top:20px;}
.con06 .list ul li{ width:100%; margin:0 0 20px 0;}
.con06 .list ul li .txt{ margin-top:10px;}
.con06 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px; }
.con06 .list ul li .txt .h3{ font-size:15px; line-height:25px; }
}


.con07bg{}
.con07{ border-top:1px solid var(--third-color); border-bottom:1px solid var(--third-color); padding:30px 0;}
.con07 .list{}
.con07 .list ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con07 .list ul li{ width:23.5%; margin:0 0 0 2%; }
.con07 .list ul li:nth-child(4n-3){ margin-left:0;}
.con07 .list ul li .nr_box{ padding:30px 0; display: flex;justify-content: space-between;/*align-items: center;*/}
.con07 .list ul li .imgbg{ width:58px;}
.con07 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.con07 .list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con07 .list ul li .txtbg{ width:calc(100% - 80px);}
.con07 .list ul li .txt{}
.con07 .list ul li .txt .h2{ font-size:40px; line-height:1em; margin-bottom:8px;}
.con07 .list ul li .txt .h2 strong{ font-weight:normal;}
.con07 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.con07{ padding:20px 0;}
.con07 .list ul li{ width:49%; margin:0 0 0 2%; }
.con07 .list ul li:nth-child(2n-1){ margin-left:0;}
.con07 .list ul li .nr_box{ padding:20px 0; display:block;}
.con07 .list ul li .imgbg{ width:58px;}
.con07 .list ul li .txtbg{ width:100%; margin-top:10px;}
.con07 .list ul li .txt .h2{ font-size:24px; line-height:1em; margin-bottom:5px;}
.con07 .list ul li .txt .h3{ font-size:15px; line-height:25px;}
}


.con08bg{ padding:80px 0;}
.con08{ display: flex;justify-content: space-between;align-items: center;}
.con08_lt{ width:48%;}
.con08_lt .img{}
.con08_lt .img img{ display:block; width:100%;}
.con08_rt{ width:48%;}
.con08_rt .box1{}
.con08_rt .box1 .h2{ font-size:14px; line-height:24px; margin-bottom:24px;}
.con08_rt .box1 .h3{ font-size:40px; line-height:50px; margin-bottom:25px;}
.con08_rt .box1 .h4{ font-size:16px; line-height:26px; margin-bottom:32px;}
.con08_rt .box2{}
.con08_rt .box2 ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con08_rt .box2 ul li{ width:48%; margin:0 0 40px 4%; border:1px solid var(--third-color); box-sizing:border-box;}
.con08_rt .box2 ul li:nth-child(2n-1){ margin-left:0;}
.con08_rt .box2 ul li .nr_box{ padding:25px 8%;}
.con08_rt .box2 ul li .ico{ height:30px; display: flex;justify-content: flex-start;align-items: center;}
.con08_rt .box2 ul li .ico img{ display:block; max-width:100%; max-height:100%;}
.con08_rt .box2 ul li .txt{ margin-top:25px;}
.con08_rt .box2 ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:15px;}
.con08_rt .box2 ul li .txt .h3{ font-size:16px; line-height:26px;}
.con08_rt .more1{}
@media(max-width:999px){
.con08bg{ padding:40px 0;}
.con08{ display:block;}
.con08_lt{ width:100%; margin-bottom:20px;}
.con08_rt{ width:100%;}
.con08_rt .box1 .h2{ font-size:13px; line-height:23px; margin-bottom:10px;}
.con08_rt .box1 .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con08_rt .box1 .h4{ font-size:15px; line-height:25px; margin-bottom:15px;}
.con08_rt .box2 ul li{ width:100%; margin:0 0 20px 0; }
.con08_rt .box2 ul li .nr_box{ padding:20px 5%;}
.con08_rt .box2 ul li .ico{ height:30px;  }
.con08_rt .box2 ul li .txt{ margin-top:15px;}
.con08_rt .box2 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con08_rt .box2 ul li .txt .h3{ font-size:15px; line-height:25px;}
}


.con09bg{ padding:120px 0; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;}
.con09bg:before{ content:""; width:100%; height:100%; background:#0d1317; opacity:.8; position:absolute; top:0; left:0;}
.con09{ position:relative; z-index:2;}
.con09 .list{ text-align:center;}
.con09 .list .h2{ font-size:14px; line-height:24px; margin-bottom:25px;}
.con09 .list .h3{ font-size:40px; line-height:50px; margin-bottom:20px;}
.con09 .list .h4{ font-size:16px; line-height:26px; margin-bottom:50px;}
.con09 .form{ margin:0 auto; max-width:690px; display: flex;justify-content: space-between;align-items: center;}
.con09 .form .text1{ border:1px solid var(--primary-color); background:none; height:52px; line-height:50px; padding:0 10px; width:calc(100% - 150px); box-sizing:border-box; color:var(--secondary-color);}
.con09 .form .button1{ border:1px solid var(--primary-color); background:none; color:var(--secondary-color); height:52px; line-height:50px; width:140px; box-sizing:border-box; cursor:pointer; transition:all .3s ease; text-transform:uppercase;}
.con09 .form .button1:hover{ color:var(--primary-color);}
.con09 input::-webkit-input-placeholder{ color:var(--secondary-color); }
.con09 input:-moz-placeholder{ color:var(--secondary-color); }
.con09 input::-moz-placeholder{ color:var(--secondary-color); }
.con09 input:-ms-input-placeholder{ color:var(--secondary-color); }
@media(max-width:999px){
.con09bg{ padding:40px 0; }
.con09 .list .h2{ font-size:13px; line-height:23px; margin-bottom:15px;}
.con09 .list .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con09 .list .h4{ font-size:15px; line-height:25px; margin-bottom:20px;}
.con09 .form{ justify-content:center; flex-wrap:wrap;}
.con09 .form .text1{ height:40px; line-height:38px; width:100%; }
.con09 .form .button1{ height:40px; line-height:38px; width:140px; margin-top:20px;}
}


.con10bg{ padding:80px 0; background:#11191f;}
.con10{}
.con10 .list{ margin-top:40px;}
.con10 .list ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con10 .list ul li{ width:32%; margin:0 0 20px 2%; background:#0d1317; transition:all .3s ease;}
.con10 .list ul li:hover{ transform:translateY(-5px);}
.con10 .list ul li:nth-child(3n-2){ margin-left:0;}
.con10 .list ul li .nr_box{ }
.con10 .list ul li .imgbg{ }
.con10 .list ul li .img{ padding-bottom:58%; position:relative; overflow:hidden;}
.con10 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con10 .list ul li .txtbg{ }
.con10 .list ul li .txt{ padding:40px 9%;}
.con10 .list ul li .txt .h2{ font-size:24px; line-height:34px; margin-bottom:25px;}
.con10 .list ul li .txt .h3{ font-size:14px; line-height:24px; color:var(--secondary-color); margin-bottom:25px;}
.con10 .list ul li .txt .h4{ font-size:14px; line-height:24px; color:var(--secondary-color);}
.con10 .list ul li .txt .h4 span:hover{ color:var(--primary-color);}
@media(max-width:999px){
.con10bg{ padding:40px 0; }
.con10 .list{ margin-top:20px;}
.con10 .list ul li{ width:100%; margin:0 0 20px 0;}
.con10 .list ul li .txt{ padding:20px 5%;}
.con10 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.con10 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con10 .list ul li .txt .h4{ font-size:14px; line-height:24px; }
}




.foot{ font-size:16px; line-height:26px;}
.foot1bg{ padding:60px 0;}
.foot1{ display: flex;justify-content: space-between;/*align-items: center;*/}
.foot1 .box1{ width:21%;}
.foot .f_logo{ margin-bottom:30px;}
.foot .f_logo img{ display:block; max-width:100%;}
.foot .f_txt{ margin-bottom:28px;}
.foot .f_share{}
.foot .f_share ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.foot .f_share ul li{ border:1px solid var(--third-color); width:30px; height:30px; line-height:28px; border-radius:100%; margin:0 10px 10px 0; font-size:15px; box-sizing:border-box; text-align:center;}
.foot .f_share ul li i{ color:var(--primary-color);}
.foot1 .box2{ width:21%;}
.foot1 .box2 .h1{ font-size:24px; line-height:34px; margin-bottom:30px;}
.foot1 .box2 ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.foot1 .box2 ul li{ width:50%; margin:0 0 20px 0;}
.foot1 .box3{ width:24%;}
.foot1 .box3 .h1{ font-size:24px; line-height:34px; margin-bottom:30px;}
.foot1 .box3 ul{ }
.foot1 .box3 ul li{ margin:0 0 20px 0; padding-left:45px; position:relative; min-height:26px;}
.foot1 .box3 ul li i{ width:20px; height:26px; line-height:26px; font-size:20px; text-align:center; position:absolute; top:0; left:0; color:var(--primary-color);}
.foot1 .box4{ width:24%;}
.foot1 .box4 .h1{ font-size:24px; line-height:34px; margin-bottom:30px;}
.foot1 .box4 ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.foot1 .box4 ul li{ width:32%; margin:0 0 10px 2%;}
.foot1 .box4 ul li:nth-child(3n-2){ margin-left:0;}
.foot1 .box4 ul li .img{ padding-bottom:50%; position:relative; overflow:hidden;}
.foot1 .box4 ul li .img img{ display:block; width:100%; height:100%;/* position:absolute; */top:0; right:0; bottom:0; left:0; margin:auto auto;}
.foot2bg{ border-top:1px solid #293741; padding:15px 0;}
.foot2{}
.foot .f_info{ font-size:16px; line-height:26px; text-align:center;}
@media(max-width:999px){
.foot{ font-size:14px; line-height:24px; margin-bottom:60px;}
.foot1bg{ padding:40px 0;}
.foot1{ display:block;}
.foot1 .box1{ width:100%; margin-bottom:20px;}
.foot .f_logo{ margin-bottom:20px;}
.foot .f_txt{ margin-bottom:20px;}
.foot .f_share ul li{ width:30px; height:30px; line-height:28px; margin:0 10px 10px 0; font-size:15px; }
.foot1 .box2{ width:100%; margin-bottom:20px;}
.foot1 .box2 .h1{ font-size:24px; line-height:34px; margin-bottom:20px;}
.foot1 .box2 ul li{ width:50%; margin:0 0 10px 0;}
.foot1 .box3{ width:100%; margin-bottom:20px;}
.foot1 .box3 .h1{ font-size:24px; line-height:34px; margin-bottom:20px;}
.foot1 .box3 ul li{ margin:0 0 10px 0; padding-left:45px; min-height:26px;}
.foot1 .box3 ul li i{ width:20px; height:26px; line-height:26px; font-size:20px; }
.foot1 .box4{ width:100%;}
.foot1 .box4 .h1{ font-size:24px; line-height:34px; margin-bottom:20px;}
.foot1 .box4 ul li{ width:32%; margin:0 0 10px 2%;}
.foot2bg{ padding:15px 0;}
.foot .f_info{ font-size:12px; line-height:22px; }
}




/*Add------------------------------------------------------------------------------*/

.insideBanner{ position:relative;}
.insideBanner img{ display:block; width:100%; }
.insideBanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.insideBanner_txt{ text-align:center;}
.insideBanner_txt .h2{ font-size:4.16vw; line-height:1.15em; margin-bottom:1.04vw;}
.inbarbg{ }
.inbar{ }
.innav{ font-size:16px; line-height:60px; }
.innav .h1{ font-size:16px; line-height:50px; text-align:left; padding:0 40px 0 20px; position:relative; border-bottom:1px solid #293741; font-weight:bold; display:none; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.innav .h1.active1:before{ transform:rotate(180deg);}
.innav>ul{ display: flex; justify-content:center; align-items: center; flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; padding:0 1.04vw; }
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; text-align:center; transition:all .3s ease;}
.innav>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.innav>ul>li.hover>a{ color:var(--primary-color);}
.innav>ul>li:hover>a{ color:var(--primary-color);}
.innav>ul>li.hover>a:before{ width:100%;}
.innav>ul>li:hover>a:before{ width:100%;}
.innav ul li ul{ width:fit-content; min-width:120px; padding:5px 0; background:#11191f; box-shadow:0 4px 10px -2px rgba(0, 0, 0, 0.1); 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; }
.innav ul li ul li a:hover{ color:var(--primary-color);}
.weizhi{ font-size:14px; line-height:24px; }
.weizhi i{ margin-right:5px; }
@media(max-width:999px){
.insideBanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:5px;}
.inbarbg{ position:static; }
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block; border-top:none; padding:0;}
.innav{ font-size:16px; line-height:26px; background:#11191f;}
.innav .h1{ display:block;}
.innav>ul{ display:none; }
.innav>ul>li{ border-bottom:1px solid #293741; padding:10px 20px 10px 20px !important;}
.innav>ul>li>a{ padding:0; display:inline; }
.innav>ul>li>a:before{ display:none;}
.innav>ul>li.hover>a{ color:var(--primary-color);}
.innav>ul>li:hover>a{ color:var(--primary-color);}
.innav ul li ul{ background:none; box-shadow:none; position:static; transform:translateX(0%); }
.innav ul li ul li{ line-height:24px; padding:5px 20px 5px 14px; text-align:left;}
.innav ul li ul li a{ font-size:14px; }
.weizhi{ display:none;}
}

.insideContentbg{ padding:60px 0 80px 0;}
.insideContent{}
.insideContent_lt{ float:left; width:240px;/* position:sticky; top:100px;*/}
.side_a{ overflow:hidden;  border:1px solid #293741; background:#11191f;}
.side_a .h1{ font-size:24px; line-height:34px; border-bottom:1px solid #293741; padding:20px 20px; position:relative;}
.side_a .h1 strong{ display:block; }
.side_a>ul{ padding:0 20px;}
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px dashed #293741;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 0; 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:"\f107"; font: normal normal normal 16px/1 FontAwesome; text-align:center; width:16px; height:16px; line-height:16px; position:absolute; right:0px; top:20px; transition:all .3s ease;}
.side_a ul li.has_sub.active1>span:after{ transform:rotate(180deg);}
.side_a ul li a{ display:inline-block; font-size:14px; line-height:24px;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px; position:relative; }
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a ul li ul{ padding:0 10px 10px 15px; 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{}
.insideContent_rt{ float:right; width:calc(96% - 240px); box-sizing: border-box;}
.insideContent_con{}
@media(max-width:999px){
.insideContentbg{ padding:0 0 40px 0; }
.insideContentbg .wapper1{ width:100%;}
.insideContent_lt{ width:100%; position:static;}
.side_a{ border:none;}
.side_a .h1{ font-size:16px; line-height:50px; padding:0 40px 0 20px; }
.side_a .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.side_a .h1.active1:before{ transform:rotate(180deg);}
.side_a>ul{ padding:0; display:none;}
.side_a>ul>li{ border-bottom:1px solid #293741 !important;}
.side_a ul li span{ padding:10px 20px 10px 20px;}
.side_a ul li a{ font-size:14px; line-height:24px;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px;}
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li.has_sub>span:after{ top:15px; right:15px;}
.side_a ul li ul{ padding:0 0 10px 40px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.insideContent_rt{ float:right; width:100%; }
.insideContent_con{ padding:20px 5%;}
}



.aboutus1bg{ padding:80px 0;}
.aboutus1{ display: flex;justify-content:space-between;align-items:center;}
.aboutus1_lt{ width:38%;}
.aboutus1_lt .h2{ font-size:14px; line-height:24px; margin-bottom:22px;}
.aboutus1_lt .h3{ font-size:40px; line-height:50px; margin-bottom:10px;}
.aboutus1_lt .h4{ font-size:16px; line-height:26px; margin-bottom:35px;}
.aboutus1_lt .h5{ margin-bottom:20px;}
.aboutus1_lt .h5 img{ vertical-align:top; max-width:100%; max-height:30px;}
.aboutus1_lt .h6{ font-size:14px; line-height:24px;}
.aboutus1_rt{ width:50%;}
.aboutus1_rt ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.aboutus1_rt ul li{ width:48%; margin:10px 0 10px 4%; position:relative;}
.aboutus1_rt ul li:nth-child(2n-1){ margin-left:0;}
.aboutus1_rt ul li .img{ padding-bottom:150%; position:relative; overflow:hidden;}
.aboutus1_rt ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus1_rt ul li .txtbg{ width:80%; background:#11191f; position:absolute; bottom:0; right:0; z-index:3;}
.aboutus1_rt ul li .txt{ padding:35px 7.5%; }
.aboutus1_rt ul li .txt .h2{ font-size:40px; line-height:1em; margin-bottom:8px;}
.aboutus1_rt ul li .txt .h2 strong{ font-weight:normal;}
.aboutus1_rt ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0;}
.aboutus1{ display:block;}
.aboutus1_lt{ width:100%; margin-bottom:20px;}
.aboutus1_lt .h2{ font-size:13px; line-height:23px; margin-bottom:10px;}
.aboutus1_lt .h3{ font-size:24px; line-height:34px; margin-bottom:5px;}
.aboutus1_lt .h4{ font-size:15px; line-height:25px; margin-bottom:15px;}
.aboutus1_lt .h5{ margin-bottom:10px;}
.aboutus1_lt .h5 img{ max-width:100%; max-height:30px;}
.aboutus1_lt .h6{ font-size:13px; line-height:23px;}
.aboutus1_rt{ width:100%;}
.aboutus1_rt ul li{ width:48%; margin:10px 0 10px 4%;}
.aboutus1_rt ul li .txtbg{ width:100%; position:static;}
.aboutus1_rt ul li .txt{ padding:20px 5%; }
.aboutus1_rt ul li .txt .h2{ font-size:24px; line-height:1em; margin-bottom:5px;}
.aboutus1_rt ul li .txt .h3{ font-size:15px; line-height:25px;}
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:14px; line-height:24px; margin-bottom:22px}
.tit2 .h3{ font-size:40px; line-height:50px;}
.tit2 .h4{ font-size:16px; line-height:26px; margin-top:24px;}
.aboutus2bg{ padding:80px 0 60px 0; background:#10171d;}
.aboutus2{ }
.aboutus2 .list{ margin-top:40px;}
.aboutus2 .list ul{     display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;}
.aboutus2 .list ul li{ width:30.5%; margin:0 0 20px 2%; border:1px solid var(--primary-color); box-sizing:border-box; text-align:center;}
.aboutus2 .list ul li:nth-child(4n-3){ margin-left:0;}
.aboutus2 .list ul li .nr_box{ padding:30px 8%;}
.aboutus2 .list ul li .img{ height:75px; display: flex;justify-content:center;align-items:center; }
.aboutus2 .list ul li .img img{ display:block; max-width:100%; max-height:100%;}
.aboutus2 .list ul li .txt{ margin-top:25px;}
.aboutus2 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:16px;}
.aboutus2 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.tit2 .h2{ font-size:13px; line-height:23px; margin-bottom:10px}
.tit2 .h3{ font-size:24px; line-height:34px;}
.tit2 .h4{ font-size:15px; line-height:25px; margin-top:10px;}
.aboutus2bg{ padding:40px 0 30px 0; }
.aboutus2 .list{ margin-top:20px;}
.aboutus2 .list ul li{ width:100%; margin:0 0 20px 0;}
.aboutus2 .list ul li .nr_box{ padding:20px 5%;}
.aboutus2 .list ul li .img{ height:75px; }
.aboutus2 .list ul li .txt{ margin-top:20px;}
.aboutus2 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.aboutus2 .list ul li .txt .h3{ font-size:15px; line-height:25px;}
}

.aboutus3bg{ padding:60px 0 80px 0; background:#10171d;}
.aboutus3{ display: flex;justify-content:space-between;align-items:center;}
.aboutus3_lt{ width:25%;}
.aboutus3_lt .h2{ font-size:14px; line-height:24px; margin-bottom:22px;}
.aboutus3_lt .h3{ font-size:40px; line-height:50px; margin-bottom:30px;}
.aboutus3_lt .h4{ font-size:16px; line-height:26px;}
.aboutus3_lt .h4 ul{ padding-left:20px;}
.aboutus3_lt .h4 li{ border-bottom:1px solid rgba(126,107,87,.4); list-style:disc outside; padding:10px 0;}
.aboutus3_lt .h4 li:last-child{ border-bottom:none;}
.aboutus3_ct{ width:48%;}
.aboutus3_ct .img{}
.aboutus3_ct .img img{ display:block; width:100%;}
.aboutus3_rt{ width:22%;}
.aboutus3_rt .box1{ margin-bottom:4.16vw;}
.aboutus3_rt .box1 .h2{ font-size:30px; line-height:40px; margin-bottom:32px;}
.aboutus3_rt .box1 .h3{ font-size:16px; line-height:26px;}
.aboutus3_rt .box1 .h3 ul{}
.aboutus3_rt .box1 .h3 ul li{ border-bottom:1px solid rgba(126,107,87,.4); padding:16px 0; display: flex;justify-content:space-between;align-items:center;}
.aboutus3_rt .box1 .h3 ul li:last-child{ border-bottom:none;}
.aboutus3_rt .box1 .h3 ul li strong{ width:50%; font-weight:normal;}
.aboutus3_rt .box1 .h3 ul li span{ width:50%; text-align:right;}
.aboutus3_rt .box2{}
.aboutus3_rt .box2 .h2{ font-size:30px; line-height:40px; margin-bottom:32px;}
.aboutus3_rt .box2 .h3{ font-size:16px; line-height:26px;}
.aboutus3_rt .box2 .h3 ul{}
.aboutus3_rt .box2 .h3 ul li{ border-bottom:1px solid rgba(126,107,87,.4); padding:16px 0; display: flex;justify-content:flex-start;align-items:center;}
.aboutus3_rt .box2 .h3 ul li:last-child{ border-bottom:none;}
.aboutus3_rt .box2 .h3 ul li i{ width:20px; height:20px; line-height:20px; font-size:20px; text-align:center; margin-right:10px;}
@media(max-width:999px){
.aboutus3bg{ padding:30px 0 40px 0; }
.aboutus3{ display:block;}
.aboutus3_lt{ width:100%; margin-bottom:20px;}
.aboutus3_lt .h2{ font-size:13px; line-height:23px; margin-bottom:10px;}
.aboutus3_lt .h3{ font-size:24px; line-height:34px; margin-bottom:15px;}
.aboutus3_lt .h4{ font-size:15px; line-height:25px;}
.aboutus3_lt .h4 ul{ padding-left:20px;}
.aboutus3_lt .h4 li{ padding:15px 0;}
.aboutus3_ct{ width:100%; margin-bottom:20px;}
.aboutus3_rt{ width:100%;}
.aboutus3_rt .box1{ margin-bottom:20px;}
.aboutus3_rt .box1 .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.aboutus3_rt .box1 .h3{ font-size:15px; line-height:25px;}
.aboutus3_rt .box1 .h3 ul li{ padding:10px 0; }
.aboutus3_rt .box1 .h3 ul li strong{ width:50%; }
.aboutus3_rt .box1 .h3 ul li span{ width:50%; }
.aboutus3_rt .box2 .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.aboutus3_rt .box2 .h3{ font-size:15px; line-height:25px;}
.aboutus3_rt .box2 .h3 ul li{ padding:10px 0; }
.aboutus3_rt .box2 .h3 ul li i{ width:20px; height:20px; line-height:20px; font-size:20px; margin-right:10px;}
}


.aboutus4bg{ padding:80px 0 0px 0; }
.aboutus4{ }
.aboutus4 .list{ margin-top:40px;}
.aboutus4 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.aboutus4 .list ul li{ width:32%; margin:0 0 0px 2%;}
.aboutus4 .list ul li:nth-child(3n-2){ margin-left:0;}
.aboutus4 .list ul li .img{ padding-bottom:134%; position:relative; overflow:hidden;}
.aboutus4 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus4 .list ul li .txtbg{ margin:0 auto; width:82%; transform:translateY(-50%);}
.aboutus4 .list ul li .txt{ background:#11191f; border-bottom:2px solid var(--primary-color); padding:32px 5%; text-align:center; }
.aboutus4 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:12px;}
.aboutus4 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:var(--secondary-color);}
@media(max-width:999px){
.aboutus4bg{ padding:40px 0 0px 0; }
.aboutus4 .list{ margin-top:20px;}
.aboutus4 .list ul li{ width:100%; margin:0 0 0px 0;}
.aboutus4 .list ul li .txtbg{ width:82%; }
.aboutus4 .list ul li .txt{ padding:20px 5%; }
.aboutus4 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.aboutus4 .list ul li .txt .h3{ font-size:15px; line-height:25px; }
}


.aboutus5bg{ padding:60px 0 80px 0; }
.aboutus5{ }
.aboutus5:before{content: "\f10e"; font: normal normal normal 75px/1 FontAwesome; display:block; text-align:center; margin-bottom:20px;}
.swiper_review{ position:relative; padding-bottom:35px;}
.swiper_review .swiper-container { width: 100%; }
.swiper_review .swiper-container .swiper-slide { position:relative; text-align:center;}
.swiper_review .swiper-container .swiper-slide .box1{}
.swiper_review .swiper-container .swiper-slide .box2{}
.swiper_review .swiper-container .swiper-slide .imgbg{ margin:0 auto; width:70px;}
.swiper_review .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%;}
.swiper_review .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.swiper_review .swiper-container .swiper-slide .h2{ font-size:20px; line-height:30px; margin-top:15px;}
.swiper_review .swiper-container .swiper-slide .h3{ font-size:30px; line-height:40px; margin-bottom:60px;}
.swiper_review .swiper-pagination{ bottom:0; height:10px; width:100%; }
.swiper_review .swiper-pagination span{ width:10px; height:10px; background:#d9d9d9; opacity:1; margin:0 5px; border-radius:10px; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_review .swiper-pagination span.swiper-pagination-bullet-active{ background:var(--primary-color);}
.swiper_review .swiper-button-prev,.swiper_review .swiper-button-next{ width:40px; height:40px; line-height:38px; text-align:center; border:1px solid var(--primary-color); background:none; font-size:20px; transition:all .3s ease; box-sizing:border-box; display:none;}
.swiper_review .swiper-button-prev:hover,.swiper_review .swiper-button-next:hover{ color:var(--primary-color);}
.swiper_review .swiper-button-prev{ left:3%;}
.swiper_review .swiper-button-next{ right:3%;}
@media(max-width:999px){
.aboutus5bg{ padding:30px 0 40px 0; }
.aboutus5:before{ font-size:40px; margin-bottom:20px;}
.swiper_review{ padding-bottom:30px;}
.swiper_review .swiper-container .swiper-slide .imgbg{ width:70px;}
.swiper_review .swiper-container .swiper-slide .h2{ font-size:18px; line-height:28px; margin-top:15px;}
.swiper_review .swiper-container .swiper-slide .h3{ font-size:20px; line-height:30px; margin-bottom:20px;}
.swiper_review .swiper-pagination{ height:8px; }
.swiper_review .swiper-pagination span{ width:8px; height:8px; margin:0 3px; }
}

.aboutus6bg{ }
.aboutus6{ }
.aboutus6 .list{ }
.aboutus6 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.aboutus6 .list ul li{ width:calc(100%/5); position:relative;}
.aboutus6 .list ul li:nth-child(3n-2){ margin-left:0;}
.aboutus6 .list ul li .img{ /*padding-bottom:55%; position:relative;*/ overflow:hidden;}
.aboutus6 .list ul li .img img{ display:block; width:100%; height:100%; /*position:absolute;*/ top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus6 .list ul li .img:before{ content:""; width:100%; height:0%; /*background:rgba(0,0,0,.5);*/ position:absolute; bottom:0; left:0; transition:all .3s ease; opacity:0; visibility:hidden; z-index:1;}
.aboutus6 .list ul li:hover .img:before{ height:100%; opacity:1; visibility:visible;}
.aboutus6 .list ul li .img:after{/*content: "+"; */font-size:60px; line-height:1em; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); transition:all .3s ease; opacity:0; visibility:hidden; z-index:2;}
.aboutus6 .list ul li:hover .img:after{ opacity:1; visibility:visible;}
@media(max-width:999px){
.aboutus6 .list ul li{ width:100%; margin-bottom:10px;}
}









