/*
 *	Created by Edward on 22/08/23
 *	Copyright (c) 2022 ishutime.com All rights reserved
*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2?t=1663740702126') format('woff2'),
       url('iconfont.woff?t=1663740702126') format('woff'),
       url('iconfont.ttf?t=1663740702126') format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: montserrat;
	src: url(../fonts/AlibabaSans-BoldItalic.otf)
}
.boxes{
	z-index: 1;
}
.pchide{
	display: none;
}
.header {
	width: 100%;
	height: auto;
	z-index: 100;
	-webkit-transition: all .5s;
	position: fixed;
	align-items: center;
	top: 0px;
	display: flex;
	justify-content: space-between;
	padding: 0px 5vw;
	
}
.header.active{
	background-color: #fff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.logo {
	width: 150px;
	position: relative;
}

.header .logo img{
	display: none;
}
.logo img:nth-child(1) {
    display: block;
}
.logo img:nth-child(2){
	display: none;
}
.header.active .logo img:nth-child(1){
	display: none;
}
.header.active .logo img:nth-child(2){
	display: block;
}
.detail_box .dpr .list a .name{
    font-size: 16px;
    text-align: center;
}
.detail_box .dpr .list a .name.xw{
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
}
.detail_box .dpr .list a .thum{
    margin-bottom: 10px;
}
.detail_box .dpr .title{
    background: #b0944f;
    color: #fff;
    line-height: 65px;
    font-size: 20px;
    font-weight: bold;
    text-indent: 20px;
}
.detail_box .dpl .title.pt{
    font-size: 28px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 50px;
    border-left: 5px solid #b0944f;
    padding-left: 15px;
    font-weight: bold;
    background: #f9f9f9;
    padding: 10px 0px 10px 15px;
}

.header .nav ul a{
	color: #fff;
}

.header.active .nav ul a{
	color: #3e3e3e;
}

.header .nav ul a::after{
	background: transparent;
}
.header.active .nav ul a::after{
	background: #b0944f;
}
.nav {
	width: auto;
	position: relative;
}

.nav ul {
	display: flex;
	justify-content: space-between;
}

.nav ul a {
	position: relative;
	padding: 0px 2vw;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 70px;
	display: flex;
	align-items: center;
	opacity: .8;
	-webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
	
}

.nav ul a::after {
	width: 50%;
	height: 0px;
	position: absolute;
	left: 25%;
	bottom: 0%;
	background: #fff;
	content: '';
	-webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav ul li{
	position: relative;
}

.nav ul li:hover a,.nav ul li.active a{
	opacity: 1;

}

.nav ul li:hover a::after,.nav ul li.active a::after {
	height: 4px;
}

.nav ul a p {
	display: flex;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.nav ul .list{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 70px;
	background: #fff;
	width: 100%;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
	-webkit-transition: all .5s;
}

.nav ul .list a{
	color: #3e3e3e;
	font-weight: normal;
	line-height: 40px;
	font-size: 14px;
	height: auto;
	padding: 0px 5px;
	width: 100%;
	text-align: center;
	display: block;
}
.nav ul .list a::after{
	display: none;
}
.nav ul .list a:hover{
	color: #b0944f;
}
.nav ul li:hover .list{
	visibility: visible;
	opacity: 1;
}

.b0 .commonTitle{
	margin-bottom: 2vw;
}

.commonTitle {
	width: 100%;
	text-align: center;
	margin-bottom: 4vw;
	position: relative;
	z-index: 10;
}
.commonTitle.l{
	text-align: left;
}
.commonTitle.pos{
	position: absolute;
	top: 15vw;
	left: 0px;
}

.commonTitle.w,.commonTitle.w .cn{
	color: #fff;
}
.commonTitle.w .en{
	background: transparent;
	-webkit-text-fill-color:#fff;
}
.commonTitle .en {
	font-size: 48px;
	font-family: montserrat;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
	line-height: 40px;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	opacity: 0.1;
}

.commonTitle .cn {
	font-size: 44px;
	display: block;
	position: relative;
	font-weight: bold;
}

.swiper-container.swiperNomal{
	position: fixed;
	left: 0%;
	top: 0%;
	width: 100%;
	z-index: 0;
}

.boxes.b0{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	left: 0%;
	margin-top: 100vh;
	background: #f9f9f9;
	padding-bottom: 0px;
}
.projectList{
	width: 100%;
	height: auto;
	position: relative;
}
.projectList ul{
	width: 100%;
	position: relative;
	height: 90vh;
}
.projectList li{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.projectList li:nth-child(1){
	width: calc(30vw - 10px);
	height: 90vh;
}

.projectList li:nth-child(2),.projectList li:nth-child(5){
	width: 25vw;
	height: 30vh;
}
.projectList li:nth-child(3),.projectList li:nth-child(4){
	width: calc(45vw - 10px);
	height: 30vh;
}
.projectList li:nth-child(6),.projectList li:nth-child(7){
	width: calc(35vw - 10px);
	height: calc(30vh - 10px);
}
.projectList li:nth-child(2){
	left: 30vw;
	top: 0px;
	height: calc(30vh - 10px);
}
.projectList li a{
	width: 100%;
	height: 100%;
}
.projectList li a .thum{
	width: 100%;
	height: 100%;
}
.projectList li:nth-child(3){
	left: calc(55vw + 10px);
	top: 0px;
	height: calc(30vh - 10px);
}
.projectList li:nth-child(4){
	left: 30vw;
	top: 30vh;
}
.projectList li:nth-child(5){
	left: 75vw;
	top: 30vh;
}
.projectList li:nth-child(6){
	left: 30vw;
	top: calc(60vh + 10px);
}
.projectList li:nth-child(7){
	left: 65vw;
	top: calc(60vh + 10px);
}

.projectList li a{
	display: block;
	position: relative;
	background: #000;
}
.projectList li a .icon{
	width: 200px;
	height: 200px;
	position: absolute;
	right: -50px;
	bottom: -50px;
	background: #b0944f;
	color: #fff;
	border-radius: 200px;
	-webkit-transform: scale(0);
	opacity: 0;
	-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: none;
}
.projectList li a:hover .icon{
	-webkit-transform: scale(2);
	opacity: 1;
	right: -100px;
	bottom: -100px;
}
.projectList li a i{
	position: absolute;
	right: 100px;
	bottom: 50px;
	color: #fff;
	font-size: 24px;
	-webkit-transition: all .5s;
	opacity: 0;
	width: 50px;
	display: none;
}
.projectList li a:hover i{
	right: 50px;
	opacity: 1;
}
.projectList li a .thum{
	background: center center no-repeat;
	background-size: cover;
	opacity: .8;
	-webkit-transition: all .8s;
}
.projectList li a:hover .thum{
	-webkit-transform: scale(1.05);
}
.projectList li img{
	display: none;
}


.projectList li a .name{
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-webkit-transition: all .6s;
	line-height: 1;
}
.projectList li a .name p{
	font-size: 36px;
	font-family: montserrat;
	text-transform: uppercase;
}
.projectList li a .name b{
	display: block;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.7;
}

.boxes.b1{
	z-index: 1;
	background: #fff;
	padding: 0px 0px;
	color: #fff;
	margin-top: 300vh;
	height: 100vh;
}
.boxes.b2{
	box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}
.jwBrand{
	background: url(../images/cul_bg.jpg) no-repeat;
	background-size: cover;
}
.brandTip{
	width:100%;
}
.brandTip ul{
	display: flex;
	justify-content: space-between;
}
.brandTip ul li{
	width: 30%;
	height: 150px;
	position: relative;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.brands{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.brands ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.brands ul li{
	width: 48%;
	height: auto;
	position: relative;
	padding: 25px;
	border: 1px solid rgba(255,255,255,.6);
	color: #fff;
	margin-bottom: 25px;
}
.brands ul li .name{
	font-size: 20px;
	height: auto;
	line-height: 35px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.brands ul li .name::after{
	width: 30px;
	height: 4px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #fff;
}
.brands ul li .info{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.brands ul li .info span{
	padding: 5px 10px 5px 0px;
	font-size: 16px;
	margin-right: 10px;
}
.brandTip ul li b{
	display: block;
	width: 100%;
	font-size: 32px;
	padding-top: 35px;
	padding-bottom: 5px;
}
.brandTip ul li p{
	font-size: 16px;
}
.backTop{
	position: relative;
	bottom: 0px;
	background: transparent;
	box-shadow: none;
	color: #fff;
	right: 0px;
	font-size: 14px;
	justify-content: center;
}

.backTop:hover {
    background-color: transparent;
    color: #fff;
}


.commonTitle .en span{
	display: block;
}
.iprogress{
	width: 0%;
	height: 10px;
	position: fixed;
	left: 0%;
	bottom: 0%;
	background-color: #b0944f;
	z-index: 10;
}
.iprogress span{
	width: auto;
	height: auto;
	position: absolute;
	right: 0%;
	bottom: 0px;
	color: #b0944f;
	font-size: 28px;
	font-family: montserrat;
}
.swiper-container.jinguan .swiper-slide {
    overflow: hidden;
}
.jinguan{
	height: 100%;
	width: 100%;
	position: relative;
}

.TabUl{
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	z-index: 10;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	display: flex;
}

.TabUl ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.TabUl ul li{
	width: calc(100% / 3);
	color: #fff;
	text-align: center;
	position: relative;
	cursor: pointer;
	border-right: 1px solid rgba(255,255,255,.1);
}
.TabUl ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.TabUl ul li:last-child{
	border-right: none;
}

.TabUl ul li .info{
	width: 100%;
	height: auto;
	padding: 0px 75px 0px 25px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	text-align: left;
	color: #fff;
}

.TabUl ul li .info .name{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 0px;
	-webkit-transition: all 600ms
}

.TabUl ul li .info .des{
	font-size: 16px;
	line-height: 2;
	opacity: .7;
}

.TabUl ul li:before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #a38c50;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.TabUl ul li.active:before{
	opacity: 0.8;
}

.TabUl ul li .info::after{
	width: 46px;
	height: 46px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -23px;
	content: '';
	background: url(../images/button_right.png) no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
	-webkit-transform: scale(0);
}

.TabUl ul li:hover .info::after,.TabUl ul li.active .info::after{
	-webkit-transform: scale(1);
}

.TabUl ul li .info .name::after{
	width: 0px;
	height: 4px;
	position: absolute;
	left: 0%;
	margin-left: -0px;
	content: '';
	background-color: #fff;
	bottom: 0px;
	-webkit-transition: all 600ms;
}

.TabUl ul li.active .info .name::after{
	width: 20px;
	margin-left: 0px;
}

.TabUl ul li.active .info .name{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.home_news{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 70vh;
	margin-bottom: 5vw;
}
.home_news ul{
	width: 32%;
	margin-right: 2%;
}
.home_news ul:last-child{
	margin-right: 0%;
}

.home_news ul:nth-child(1) li{
	height: 100%;
}
.home_news ul li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.home_news ul li a .thum,.home_news ul li a .pic{
	height: 100%;
	position: relative;
}
.home_news ul li a:hover .name{
	text-decoration: underline;
}
.home_news ul li .info{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	padding: 25px;
	background-color: rgba(0, 0, 0, .4);
	color: #fff;
} 
.home_news ul:nth-child(2) li{
	width: 100%;
	height: calc(50% - 10px);
}
.home_news ul:nth-child(2) li:nth-child(1){
	margin-bottom: 20px;
}
.common_more{
	width: 100%;
	height: 60px;
	position: relative;
	background-color: #b0944f;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
}
.common_more:hover{
	opacity: .9;
}
.home_news ul:nth-child(3){
	background: #f6f6f6;
}
.home_news ul:nth-child(3) li{
	position: relative;
	height: calc((100% - 60px) / 3);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.home_news ul:nth-child(3) li .info{
	background: transparent;
	color: #3e3e3e;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	bottom: auto;
}
.home_news ul:nth-child(3) li:nth-child(3){
	
}

.home_news ul li .time{
	font-size: 12px;
	opacity: .5;
	margin-bottom: 5px;
}
.home_news ul li .name{
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.7;
	font-weight: bold;
}
.home_news ul li .des{
	line-height: 1.5;
	opacity: .7;
}
.map_network{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 65px;
}
.network_box{
	background: url(../images/network_bg.jpg) center bottom no-repeat;
	background-size: cover;
	position: relative;
}
.map_network .left{
	width: 55%;
	position: relative;
}
.map_network .right{
	width: 35%;
	position: relative;
	margin-top: 50px;
}
.map_network .r_name{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.map_network .r_name p{
	opacity: .6;
	font-size: 12px;
}
.map_network .r_name b{
	display: block;
	font-size: 24px;
	color: #b0944f;
}
.map_network .r_des{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 45px;
}
.r_search{
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	line-height: 50px;
	margin-bottom: 15px;
}
.r_search ul{
	width: 100%;
	display: flex;
}
.home_case{
    overflow: hidden;
    padding-bottom: 50px;
}
.home_case .thum{
    margin-bottom: 10px;
}
.home_case a:hover .pic{
    -webkit-transform: scale(1.05);
}
.home_case .name{
    text-align: center;
}

.home_case .swiper-pagination-bullet{
    width: 4px;
    border-radius: 50px;
    height: 4px;
}
.home_case .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 20px;
    background: #b0944f;
}
.home_case ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home_case ul li{
	width: 49%;
	height: auto;
	position: relative;
	margin-bottom: 15px;
	background-color: #000;
}
.home_case ul li .pic{
	opacity: .7;
}
.home_case ul li .name{
	width: 90%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.r_search ul li .list{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 40px;
	display: none;
}
.r_search ul li{
	width: auto;
	margin-right: 20px;
}
.r_search ul li .s{
	width: 150px;
	height: auto;
	position: relative;
	font-size: 16px;
}
.r_search ul li .s::after{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0%;
	top: 50%;
	margin-top: -10px;
	content: '';
	background: url(../images/arr_icon.png) no-repeat;
	background-size: cover;
}
.map_network .dot{
	position: absolute;
	top: 400px;
	min-width: 100px;
}
.map_network .dot::before{
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0px;
	top: -20px;
	background-color: #b0944f;
	border-radius: 50%;
	content: '';
}
.map_network .dot p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
}
.map_network .dot.dot1{
	top: 0px;
	left: 150px;
}
.map_network .dot.dot2{
	top: 300px;
	left: 0px;
}
.map_network .dot.dot3{
	top: 150px;
	left: 250px;
}
.map_network .dot b{
	display: block;
	font-size: 50px;
	font-family: montserrat;
	color: #b0944f;
	line-height: 1.2;
}
.map_network .dot b span{
	font-size: 16px;
}
.map_network .dot.dot4{
	top: 50px;
	left: auto;
	right: 0%;
}
.map_network .dot.dot5{
	top: 280px;
	left: 350px;
	border: 1px solid #b0944f;
	padding: 15px;
	border-radius: 5px;
}
.map_network .dot.dot5 b,.map_network .dot.dot6 b,.map_network .dot.dot7 b,.map_network .dot.dot8 b{
	font-size: 20px;
	margin-bottom: 5px;
}
.map_network .dot.dot5::before{
	left: auto;
	right: 0px;
}
.map_network .dot.dot6{
	left: 500px;
	top: 310px;
	border: 1px solid #b0944f;
	padding: 15px;
	border-radius: 5px;
}
.map_network .dot.dot7{
	left: 620px;
    top: 280px;
	border: 1px solid #b0944f;
	padding: 15px;
	border-radius: 5px;
}
.map_network .dot.dot7::before{
	top: 0px;
	left: -20px;
}
.map_network .dot.dot8{
    left: 650px;
    top: 180px;
    border: 1px solid #b0944f;
    padding: 15px;
    border-radius: 5px;
}
.footer{
	width: 100%;
	height: auto;
	position: relative;
	background-color: #0a3053;
	color: #fff;
	padding: 25px 0px 0px;
	z-index: 1;
}
.footer .w1400{
	display: flex;
	justify-content: space-between;
}
.f_address{
	width: 450px;
}
.f_logo{
	width: 200px;
	margin-bottom: 25px;
}

.f_add{
		font-size: 14px;
    line-height: 1.7;
    margin-bottom: 45px;
    width: 80%;
}
.f_add ul li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.f_add ul li .icon{
	width: 35px;
	height: 35px;
	line-height: 33px;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 50px;
	text-align: center;
}
.f_add ul li:first-child .icon{
	font-size: 18px;
}
.f_add ul li .txt{
	width: calc(100% - 45px);
	height: auto;
	padding: 5px 0px;
	line-height: 25px;
}
.socals{
	width: 130px;
	text-align: center;
	color: rgba(255, 255, 255, .6);
}
.socals img{
	margin-bottom: 10px;
}
.f_nav{
	width: calc(100% - 500px);
}
.f_nav ul{
	display: flex;
}
.f_nav ul li{
	width: calc(100% / 6);
}
.f_nav ul li a{
	display: block;
	width: 100%;
	line-height: 40px;
	color: rgba(255, 255, 255, .5);
}
.f_nav ul li a:first-child{
	color: rgba(255, 255, 255, 1);
}
.f_nav ul li a:hover{
	color: #fff;
}
.footer .w1400:nth-child(2){
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-top: 25px;
	line-height: 40px;
	font-size: 12px;
}
.footer .f_bar{
	width: auto;
	display: flex;
	display: none;
}
.footer .f_bar a{
	color: rgba(255, 255, 255, .5);
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}
.footer .f_bar a:first-child{
	padding-left: 0px;
}
.footer .f_bar a::before{
	width: 1px;
	height: 40%;
	position: absolute;
	right: 0%;
	top: 30%;
	content: '';
	background: rgba(255, 255, 255, .1);
}
.copyright{
	display: flex;
	width: auto;
	color: rgba(255, 255, 255, .5);
}
.copyright a{
	color: rgba(255, 255, 255, .5);
	margin-left: 15px;
}
.commonTitle.pos{
	position: absolute;
	top: 20%;
	width: 100%;
	left: 0%;
}
.home_news.n ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.home_news.n ul li{
	height: auto;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 35px;
}

.home_news.n ul li:nth-child(3n){
	margin-right: 0%;
}
.home_news.n ul li a .thum, .home_news.n ul li a .pic{
	height: auto;
}
.home_news.n ul li .info{
	position: relative;
	padding: 0px;
	background: transparent;
	color: #3e3e3e;
	padding: 15px 0px;
}
.home_news.n ul li a{
	height: auto;
}
.home_news.n{
	height: auto;
	margin-bottom: 0px;
}
.cons {
	width: 100%;
	margin-bottom: 50px;
}

.cons ul {
	display: flex;
	justify-content: space-between;
}

.cons ul li {
	width: 32%;
	position: relative;
	text-align: center;
}

.cons ul li .icon {
	width: 100px;
	height: 100px;
	background: #a38c50;
	color: #fff;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	font-size: 32px;
	margin: 0px auto;
	padding: 25px;
}

.cons ul li .info {
	width: 100%;
	padding-top: 10px;
}

.cons ul li .info b {
	color: #a38c50;
	font-size: 18px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.cons ul li .info p {
	font-size: 16px;
	line-height: 1.7;
}

.cons ul li .info a {
	font-size: 32px;
	font-family: montserrat;
	display: block;
    line-height: 1.2;
}

.map {
	height: 400px;
}

.joinus {
  width: 100%;
  display: flex;
  justify-content: space-between;
  
}

.joinus-left {
  width: 22%;
}

.jl-cont {
  width: 100%;
  padding: 50px 25px;
  padding-top: 140px;
  
  background: #a38c50;
  color: #fff;
  position: relative;
}

.jl-cont::after {
  content: '';
  width: 35px;
  height: 26px;
 
  position: absolute;
  top: 45px;
  left: 35px;
}

.joinus-left h3 {
  padding-bottom: 10px;
  font-size: 20px;
}

.joinus-right {
  width: 100%;
  background: #fff;
}

.joinus-right>ul>li {
  width: 100%;

}

.joinus-right ul li .jtop {
  width: 100%;
  height: auto;
  padding: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
display: flex;
}

.joinus-right ul li .jtop .name {
  width: 30%;
  height: auto;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
 
}

.joinus-right ul li:first-child .jtop .name {
	font-size: 18px;
	
	font-weight: bold;
}

.joinus-right ul li .jtop .more{
	width: 10%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.joinus-right ul li .jtop .more span{
	display: block;
	position: relative;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	margin: auto;
	background: #b0944f;
	transition: all 0.3s ease-out 0s;
}

.joinus-right ul li .jtop .more span::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	width: 2px;
	height: 12px;
	background: #FFFFFF;
}

.joinus-right ul li .jtop .more span::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background: #FFFFFF;
}

.joinus-right ul li.active .jtop .more span{
	-webkit-transform: rotate(45deg);
}


.joinus-right ul li .jtop .name:nth-child(4){
	width: 10%;
}

.joinus-right ul li:nth-child(odd) .jtop{
	background-color: #fff;
}

.joinus-right ul li:nth-child(even) .jtop{
	background-color: #F2F2F2;
}

.joinus-right ul li .jtop.first{
	background: #b0944f;
	color: #fff;
}

/* .joinus-right ul li .jtop::after {
  width: 16px;
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
  background: #000;
  display: block;
  content: '';
}

.joinus-right ul li .more::before {
  width: 2px;
  height: 16px;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -8px;
  background: #000;
  display: block;
  content: '';
} */

.joinus-right ul li .jtop .des {
  width: calc(100% - 250px);
  float: left;
  font-size: 14px;
  line-height: 30px;
  opacity: .7;
}

.joinus-right ul li .jtop .des span {

  position: relative;
  padding: 0 12px 0 10px;
}

.joinus-right ul li .jtop .des span::after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  background: rgba(0,0,0,.1);
  content: '';
  display: block;
}

.joinus-right ul li .jtop .des span:last-child::after {
  display: none;
}

.joinus-right ul li .jdes {
  width: 100%;
  height: auto;
  position: relative;
  padding: 25px;
  font-size: 16px;
  line-height: 1.7;
  display: none;
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.joinus-right ul li.active .jdes {
  display: block;
}

.joinus-right ul li .jdes p {
  margin-bottom: 10px;
}

.joinus-right ul li.active .jtop .name {
  color: #a38c50;
}

.joinus-right ul li.active .jtop::before {
  display: none;
}
.newsText ul li:hover,.newsText ul li a .time{
	background-color: #a38c50;
}
.newsText ul li:hover a .time{
	color: #a38c50;
}
.sub_bar{
	width: 100%;
	height: 60px;
	background-color: #fafafa;
	
	position: relative;
	line-height: 60px;
}
.sub_bar .bar{
	width: 100%;
	display: flex;
	position: relative;
	background-color: #fafafa;
	border-bottom: 1px solid #f2f2f2;
	z-index: 10;
}
.sub_bar .bar.active{
	position: fixed;
	top: 70px;
}
.sub_bar .bar .w1400{
	display: flex;
}
.sub_bar .bar a{
	width: auto;
	display: block;
	margin-right: 50px;
	position: relative;
	color: rgba(0, 0, 0, .5);
	font-size: 16px;
}
.sub_bar .bar a::after{
	width: 0%;
	height: 3px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	content: '';
	background-color: #b0944f;
	-webkit-transition: all .4s;
}
.sub_bar .bar a:hover::after,.sub_bar .bar a.active::after{
	width: 100%;
}
.sub_bar .bar a:hover,.sub_bar .bar a.active{
	color: rgba(0, 0, 0, .8);
}
.commonTitle.l{
	text-align: left;
}
.boxes.a1{
	background:#ecf1f5 url(../images/about_bg.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 150px;
}
.boxes.a10{
	background:#ecf1f5 url(../images/network_bg2.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	margin-top: -75px;
}
.boxes.a3{
	background: #f9f9f9;
}
.boxes.a1::before{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0%;
	height: auto;
	line-height: 1;
	font-size: 240px;
	content: 'about us';
	text-transform: uppercase;
	font-family: montserrat;
	color: rgba(254, 240, 240, 0);
	-webkit-text-stroke: 1px rgba(0, 0, 0, .3);
	text-align: right;
	opacity: .3;
	display: block;
}
.boxes.a2{
	padding: 0px;
	display: flex;
	background: transparent;
	z-index: 5;
}
.boxes.a2 .w1400{
	width: 100%;
	max-width: 100%;
}
.boxes.a2 .cul_box{
	width: 50%;
	background-color: #b0944f;
	padding:100px 5%;
	color: #fff;
	position: relative;
	top: -75px;
}
.cul_box .name{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}
.show_cul{
	width: 100%;
	
}
.show_cul .title{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}
.show_cul .title .icon{
	width: 100px;
	height: 100px;
	position: relative;
	background: url(../images/cul_icon.png) no-repeat;
	background-size: auto 200px;
}
.show_cul .title .txt{
	width: auto;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.show_cul .des{
	width: 100%;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 35px;
	min-height: 96px;
}
.boxes.a2 .cul_img{
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.boxes.a2 .cul_img .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background: center center no-repeat;
	background-size: cover;
}
.cul_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.cul_list ul li{
	width: 20%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
}
.cul_list ul li:nth-child(n+6){
	margin-bottom: 0px;
}
.cul_list ul li .icon{
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-bottom: 10px;
	background: url(../images/cul_icon.png) no-repeat;
	background-size: auto 140px;
}
.cul_list ul li .txt{
	width: 70px;
}
.cul_list ul li.active .icon{
	background-color: #fff;
	background-position: 0px -70px;
}
.cul_list ul li:nth-child(2) .icon{
	background-position: -70px 0px;
}
.cul_list ul li:nth-child(3) .icon{
	background-position: -140px 0px;
}
.cul_list ul li:nth-child(4) .icon{
	background-position: -210px 0px;
}
.cul_list ul li:nth-child(5) .icon{
	background-position: -280px 0px;
}
.cul_list ul li:nth-child(6) .icon{
	background-position: -350px 0px;
}
.cul_list ul li:nth-child(7) .icon{
	background-position: -420px 0px;
}
.cul_list ul li:nth-child(8) .icon{
	background-position: -490px 0px;
}
.cul_list ul li:nth-child(9) .icon{
	background-position: -560px 0px;
}
.cul_list ul li:nth-child(10) .icon{
	background-position: -630px 0px;
}
.cul_list ul li:nth-child(2).active .icon{
	background-position: -70px -70px;
}
.cul_list ul li:nth-child(3).active .icon{
	background-position: -140px -70px;
}
.cul_list ul li:nth-child(4).active .icon{
	background-position: -210px -70px;
}
.cul_list ul li:nth-child(5).active .icon{
	background-position: -280px -70px;
}
.cul_list ul li:nth-child(6).active .icon{
	background-position: -350px -70px;
}
.cul_list ul li:nth-child(7).active .icon{
	background-position: -420px -70px;
}
.cul_list ul li:nth-child(8).active .icon{
	background-position: -490px -70px;
}
.cul_list ul li:nth-child(9).active .icon{
	background-position: -560px -70px;
}
.cul_list ul li:nth-child(10).active .icon{
	background-position: -630px -70px;
}
.boxes.a1 .w1400,.boxes.a2 .w1400{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_img{
	width: 40%;
}
.about_box{
	width: 55%;
}
.boxes.a1 .singePage b{
	color: #b0944f;
	display: block;
	
}
.number_show{
	width: 70%;
	height: auto;
	position: relative;
}
.number_show ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.number_show ul li{
	width: 25%;
	text-align: center;
}
.number_show ul li b{
	display: block;
	font-size: 24px;
	margin-bottom: 15px;
}

.curlist{
	width: 100%;
	position: relative;
	padding: 50px 0px 100px;
}
.curlist ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.curlist ul li{
	width: 25%;
	height: auto;
	position: relative;
	color: #fff;
}
.curlist ul li .icon{
	width: 80px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 50px;
}
.curlist ul li .name{
	width: 100%;
	height: auto;
	padding: 0px 10%;
	text-align: center;
	
}
.curlist ul li .name b{
	display: block;
	font-size: 24px;
	margin-bottom: 25px;
}
.curlist ul li .name p{
	line-height: 1.7;
}
.historyList{
	
}
.historyList .swiper-slide{
	padding-left: 45px;
	position: relative;
}
.historyList .swiper-slide .year{
	font-size: 36px;
	line-height: 1;
	font-family: montserrat;
	margin-bottom: 85px;
}
.historyList .swiper-slide .des{
	font-size: 14px;
	line-height: 2;
}
.historyList .swiper-slide .des p{
	margin-bottom: 10px;
}
.historyList .swiper-slide::before{
	width: 24px;
	height: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	background: url(../images/list-yuan2.png) no-repeat;
}
.number_show.all{
	width: 100%;
	margin-bottom: 50px;
}
.number_show.all ul li b{
	font-size: 68px;
	line-height: 1;
	font-family: montserrat;
}
.number_show.all ul li p{
	font-size: 16px;
}
#certify {
	position: relative;
	width: 100%;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 400px;
	height: 566px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	padding: 25px;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	outline: none;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
	outline: none;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

#certify .swiper-button-next:after,#certify .swiper-container-rtl .swiper-button-prev:after{
	content: '';
}
#certify .swiper-button-prev:after,#certify .swiper-container-rtl .swiper-button-next:after{
	content: '';
}
.ceo_page{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 50px;
}
.ceo_page p{
	margin-bottom: 15px;
}
.ceo_page .ceo{
	width: 334px;
	height: auto;
	float: right;
	margin-left: 100px;
}
.ceo_name{
	width: 100%;
	display: block;
	font-size: 16px;
}
.ceo_name img{
	width: 161px;
	margin-bottom: 10px;
}
.zr_list{
	position: relative;
}
.zr_list ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.zr_list ul li{
	width: 100%;
	height: auto;
	background: #fff;
	margin-bottom: 50px;
}
.zr_list ul li a{
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-between;
	align-items: center;
}
.zr_list ul li:nth-child(even) a{
	direction: rtl;
}
.zr_list ul li:nth-child(even) a .info{
	direction: initial;
}
.zr_list ul li a .thum{
	width: 50%;
}
.zr_list ul li a .info{
	width: 50%;
	position: relative;
	padding: 35px;
}
.zr_list ul li a .info .name{
	width: 100%;
	height: auto;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
	-webkit-transition: all .35s;
}

.zr_list ul li a .info .name::after{
	width: 40px;
	height: 4px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	content: '';
	background: #000;
	opacity: .8;
	border-radius: 5px;
	-webkit-transition: all .45s;
}

.zr_list ul li a .info .des{
	width: 100%;
	height: auto;
	position: relative;
	padding: 55px 0px;
	font-size: 16px;
	line-height: 1.7;
}
.zr_list ul li a .info .des::after,.zr_list ul li a .info .des::before{
	width: 50px;
	height: 50px;
	position: absolute;
	content: '';
	background-size: cover;
}
.zr_list ul li a .info .des::after{
	right: 0px;
	bottom: 0px;
	background: url(../images/down_arrow.png) no-repeat;
	background-size: cover;
}
.zr_list ul li a .info .des::before{
	left: 0px;
	top: 0px;
	background: url(../images/up_arrow.png) no-repeat;
	background-size: cover;
}
.zr_list ul li a:hover .pic{
	-webkit-transform: scale(1.05);
}
.zr_list ul li a:hover .name{
	color: #b0944f;
}
.zr_list ul li a:hover .info .name::after{
	background: #b0944f;
	width: 80px;
}
.sub_banner{
	height: 60vh;
	background: center center no-repeat;
	background-size: cover;
}
.sub_banner .txt{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.sub_banner .txt .cn{
	font-size: 42px;
	font-weight: bold;
}
.sub_banner .txt .en{
	font-size: 28px;
	font-family: montserrat;
	text-transform: uppercase;
}
.focus_news{
	width: 100%;
	height: 400px;
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
}
.focus_news .firsts{
	width: 55%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.home_news.n ul li a .thum{
	border-radius: 5px;
	overflow: hidden;
}
.focus_news .firsts a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.focus_news .firsts a .thum,.focus_news .firsts a .pic{
	width: 100%;
	height: 100%;
	position: relative;
}

.focus_news .list{
	width: 40%;
}
.focus_news .list a{
	display: block;
	height: auto;
	position: relative;
	line-height: 1;
}
.focus_news .list a .time{
	font-size: 14px;
	opacity: .5;
	margin-bottom: 15px;
}
.focus_news .list a .name{
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: bold;
}
.focus_news .list a{
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 30px;
}
.focus_news .list a:last-child{
	margin-bottom: 0px;
}
.focus_news .firsts .thum::after{
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	content: '';
	top: auto;
}
.focus_news .firsts .name{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	z-index: 5;
}
.focus_news .firsts a:hover .pic,.home_news ul li a:hover .pic{
	-webkit-transform: scale(1.05);
}
.td_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.applytip {
	width: 50%;
	background: #fff;
	padding: 25px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .05);
}

.applytip b,
.applyBox .name {
	display: block;
	font-size: 28px;

	line-height: 1.7;
	color: #b0944f;
	position: relative;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.applytip b::after,.applyBox .name::after {
	width: 30px;
	height: 3px;
	background: #b0944f;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	content: '';
	display: block;
}



.applyBox {
	width: 48%;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	padding: 25px;

}

.applyBox .name {
	text-align: center;
	font-weight: bold;
}
.applytip strong{
	font-size: 16px;
	font-weight: bold;
}
.applytip>p {
	font-size: 14px;
	line-height: 2;
}

.applytip a p {
	font-size: 14px;
	line-height: 20px;
	opacity: .7;

}

.applytip a.address p {
	margin-bottom: 5px;

}
.applytip a {
    display: flex;
    margin-top: 25px;
    line-height: 50px;
    font-family: montserrat;
    font-size: 18px;
}
.applytip a .icon {
    width: 50px;
    height: 50px;
    background: #b0944f;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
	padding: 10px;
}
.applytip a span {
    margin-left: 10px;
    line-height: 1;
}
.applytip a.tel span {
    font-size: 28px;
}



.applyBox .box {
	width: 100%;
}

.applyBox .box .bdiv {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}


.applyBox .box .inpuD {
	width: 49%;
	height: auto;
	position: relative;
}

.applyBox .box .inpuD label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	opacity: .7;
}

.applyBox .box .inpuD>input,
.applyBox .box .inpuD>select {
	width: 100%;
	height: 45px;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, .1);
	text-indent: 15px;
	outline: none;
}

.applyBox .box .inpuD.full {
	width: 100%;
}



.applyBox .box .inpuD>textarea {
	width: 100%;
	height: auto;
	padding: 25px 15px;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, .1);
	text-align: left;
	font-family: "microsoft yahei";
	color: #3e3e3e;
	outline: none;
}

.common_more.c{
	width:250px;
	margin: 0px auto;
	margin-top: 30px;
}
.sub_banner::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: rgba(0,0,0,.3);
}
.top_text{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px;
	background: #FFFFFF;
	margin-top: 50px;
}
.top_text h3{
	font-size: 44px;
	position: relative;
	line-height: 1.7;
}
.top_text p{
	font-size: 22px;
	font-weight: 300;
	text-align: right;
	line-height: 1.7;
}
.join_thums{
	margin-bottom: 70px;
}
.join_thums ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.join_thums ul li{
	width: calc(50% - 15px);
	margin-bottom: 30px;
}
.join_thums ul li:first-child{
	width: 100%;
}
.map_name{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	color: #0a3053;
	margin-top: 100px;
}
.map_name::before{
	width: 100%;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	height: auto;
	line-height: 1;
	font-size: 240px;
	content: 'about';
	text-transform: uppercase;
	font-family: montserrat;
	color: rgba(254, 240, 240, 0);
	-webkit-text-stroke: 1px rgba(0, 0, 0, .05);
	text-align: center;
	left: 0%;
}
.about_num{
	width: auto;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 20%;
}
.about_num ul li{
	width: auto;
	margin-bottom: 35px;
}
.about_num ul li:last-child{
	margin-bottom: 0px;
}
.about_num ul li b{
	display: block;
	color: #b0944f;
	font-size: 60px;
	font-family: montserrat;
	line-height: 1.2;
}
.about_num ul li b span{
	font-size: 18px;
}
.wh_list{
	position: relative;
	height: auto;
}
.wh_list ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	justify-content: space-between;
}
.wh_list ul li{
	width: 18.5%;
	height: auto;
	padding: 35px 25px;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgb(192 192 192 / 10%);
	border-radius: 10px;
	cursor: pointer;
}
.culSwiper{
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 50px;
}
.culSwiper .swiper-slide {
	width: 60%;
	border-radius: 5px;
	overflow: hidden;
}
.culSwiper .swiper-slide a{
	position: relative;
	width: 100%;
	height: auto;
}
.culSwiper .swiper-slide a .thum:before{
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	content: '';
	top: auto;
	z-index: 1;
}
.culSwiper .swiper-pagination-bullet-active{
	background-color: #b0944f;
}
.culSwiper .swiper-slide a .name{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	z-index: 2;
}
.culSwiper .swiper-slide a .name b{
	position: relative;
}

.culSwiper .swiper-slide a .name b::after{
	width: 0px;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: -8px;
	content: '';
	background: #fff;
	-webkit-transition: all .5s;
	opacity: .5;
}

.rcg{
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/join_bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px;
}

.rcg:before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	backdrop-filter: blur(10px);
	content: '';
	top: auto;
}
.rcg .info{
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rcg .info .name{
	width: 150px;
	height: 150px;
	border: 5px solid #fff;
	border-radius: 50%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.rcg .info .name b{
	display: block;
	margin-top: 35px;
	font-size: 28px;
	margin-bottom: 5px;
}

.tsBox{
	width: 50%;
	max-width: 800px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 35px;
	border-radius: 10px;
	background: #fff;
}
.tsBox .title{
	font-size: 28px;
	font-weight: bold;
	line-height: 2;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 15px;
}
.tsBox .des{
	width: 100%;
	font-size: 14px;
	line-height: 2;
	max-height: 70vh;
	overflow-y: auto;
}
.tsBox .des b{
	font-size: 18px;
	display: block;
	width: 100%;
}
.tsBox .des p{
	margin-bottom: 0px;
}
.hideBtn{
	width: 35px;
	height: 35px;
	position: absolute;
	right: 30px;
	top: 20px;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
	padding: 5px;
}

.rcg .info .des{
	width: calc(100% - 200px);
	font-size: 16px;
	    line-height: 2;
}
.culSwiper .swiper-slide a:hover .name b::after{
	width: 100%;
}
.culSwiper .swiper-slide a:hover .pic{
	-webkit-transform: scale(1.1);
}

.wh_list ul li .icon{
	width: 80px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 20px;
	-webkit-transition: all .5s;
}

.wh_list ul li:hover .icon{
	-webkit-transform: scale(1.1);
}


.wh_list ul li .info{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	padding: 25px 15px 35px;
	color: #fff;
}
.wh_list ul li .des{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255,255,255,1);
	padding: 0px 5%;
	position: absolute;
	display: none;
	font-size: 16px;
}
.wh_list ul li .des b{
	display: block;
	width: 100px;
	height: 30px;
	background: #fff;
	border-radius: 50px;
	color: #3e3e3e;
	font-size: 14px;
	line-height: 30px;
	margin: 0px auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}


.wh_list ul li .name{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	-webkit-transition: all 0.5s;
}

.boxes.a4{
	background: url(../images/history_bg.jpg) center center no-repeat;
	background-size: cover;
}
.his_list {
	margin-bottom: 50px;
}
.his_list ul{
	display: flex;
	justify-content: space-between;
}
.his_list ul li{
	width: 23.5%;
	height: auto;
	position: relative;
	padding: 15px 25px;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .45s;
}
.his_list ul li b{
	display: block;
	font-size: 18px;
	margin-top: 5px;
}
.his_list ul li.active{
	background: #b0944f;
}
.his_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.his_box .thum{
	width: 45%;
	height: 600px;
	overflow: initial;
}
.his_box .thum .pic{
	height: 100%;
	-webkit-transform: translateY(10%);
	opacity: 0;
	-webkit-transition: all 0s;
}
.his_box .thum .pic.active{
	-webkit-transform: translateY(0%);
	opacity: 1;
	-webkit-transition: all .7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.his_box .thum .year{
	width: 66px;
	height: 400px;
	writing-mode: tb-rl;
	font-size: 68px;
	line-height: 1;
	letter-spacing: 3px;
	position: absolute;
	left: -29px;
	top: 50%;
	font-family: montserrat;
	color: #b0944f;
	-webkit-transform: translateY(-40%);
	
	opacity: 0;
}
.his_box .thum .year.active{
	-webkit-transform: translateY(-50%);
	opacity: 1;
	-webkit-transition: all .7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.his_box .list{
	width: 50%;
	
	-webkit-transform: translateY(10%);
	opacity: 0;
}
.his_box .list.active{
	-webkit-transition: all .7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
	-webkit-transform: translateY(0%);
	opacity: 1;
}
.his_box .list li{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	line-height: 25px;
	font-size: 16px;
	padding: 5px 0px;
	margin-bottom: 5px;
}
.his_box .list li .year{
	width: 100px;
	font-family: montserrat;
	color: #b0944f;
	font-size: 22px;
	line-height: 25px;
}
.his_box .list li .des{
	width: calc(100% - 100px);
}
.product_list ul li{
	margin-bottom: 50px;
}
.product_list ul li:last-child{
	margin-bottom: 0px;
}
.pSwiper{
	width: 100%;
	height: 70vh;
	overflow: hidden;
	position: relative;
}
.pSwiper .swiper-pagination-bullet{
    background: rgba(255,255,255,.5);
}
.pSwiper .swiper-pagination-bullet-active{
	background: #fff;
}
.pSwiper .swiper-slide{
	background: center center no-repeat;
	background-size: cover;
	position: relative;
}

.pSwiper .swiper-slide::before{
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	content: '';
	top: auto;
}

.pSwiper .swiper-slide .infos{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
}

.pSwiper .swiper-slide .infos a{
    padding:50px 200px 50px 5%;
    color: #fff;
    display: block;
    -webkit-transition:all .5s;
}

.pSwiper .swiper-slide .infos a:hover{
    padding-bottom: 70px;
}

.pSwiper .swiper-slide .infos a:after{
    width: 46px;
    height: 46px;
    position: absolute;
    right: 35px;
    top: 60%;
    margin-top: -23px;
    content: '';
    background: url(../images/button_right.png) no-repeat;
    background-size: cover;
    -webkit-transform: scale(0);
    -webkit-transition: all .5s;
}

.pSwiper .swiper-slide .infos a:hover .name::after{
    width: 100px;
}
.pSwiper .swiper-slide .infos a:hover:after{
    -webkit-transform: scale(1);
}
.pSwiper .swiper-slide .infos .name{
	width: 100%;
	font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
	color: #fff;
}

.pSwiper .swiper-slide .infos .name::after{
	width: 50px;
	height: 3px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	content: '';
	background-color: #fff;
	border-radius: 5px;
	-webkit-transition: all .5s;
}

.pSwiper .swiper-slide .infos .des{
	line-height: 1.8;
    color: #fff;
    font-size: 16px;
}
.product_list ul li .info{
	width: 100%;
	height: auto;
	position: relative;
	padding: 50px 20% 30px;
	text-align: center;
}

.product_list ul li .info::after{
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
	content: '';
	z-index: 5;
}

.product_list ul li .info .name{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #b0944f;
}
.singePage td{
    width: 100% !important;
    height: auto !important;
}
.singePage video{
    display: block;
    width: 100%;
    height: auto;
}
.product_list ul li .info .name::after{
	width: 30px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	content: '';
	background-color: #b0944f;
	border-radius: 50px;
}

.product_list ul li .info .des{
	width: 100%;
	height: auto;
	line-height: 1.7;
	font-size: 16px;
}

.boxes.a5{
	/*background: url(../images/honor_bg.jpg) center bottom no-repeat;*/
	/*background-size: cover;*/
	padding: 0px;
}

.boxes.a5 .right{
    width: 50%;
    height: 100vh;
    position: relative;
    background: url(../images/honor_pic.jpg) center bottom no-repeat;
	background-size: cover;
}
.boxes.a5 .left{
    width: 50%;
    height: auto;
    padding: 0px 100px;
}
.boxes.a5 .w1400{
    max-width: 100%;
    width: 100%;
    display: flex;
    direction: rtl;
    align-items: center;
}
.honor_list{
    justify-content: center;
    width: 500px;
    margin: 0px auto;
}
.honor_list ul{
    display: block;
    width: 100%;
}
.honor_list ul li{
    color: #b38346;
    text-align: center;
    position: relative;
    padding: 0px 50px;
    margin-bottom: 25px;
}
.honor_list ul li::before {
    width: 46px;
    height: 76px;
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    content: '';
    background: url(../images/yIcon.png) no-repeat;
    background-size: cover;
}
.honor_list ul li::after {
    width: 46px;
    height: 76px;
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    content: '';
    background: url(../images/yIconr.png) no-repeat;
    background-size: cover;
}
.honor_list ul li b {
    width: 100%;
    display: block;
    text-align: center;
    font-family: din;
    font-size: 38px;
}
.honor_list ul li p{
    font-size: 16px;
    line-height: 1.6;
    display: block;
}
.focus_news .firsts .name b{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.focus_news .firsts .name p{
	font-size: 14px;
	font-weight: normal;
	opacity: .7;
}
.focus_news .list a:hover .name{
	color:#b0944f ;
}
.menu_btn {
	position: absolute;
	right: 0;
	display: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: transparent;
	color: #b0944f;
	border: none;
	outline: none;
	
}

.menu_btn span {
	top: 29px;
	left: 20px;
	width: 20px
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
	position: absolute;
	height: 2px;
	background-color: #b0944f;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.menu_btn span:after,
.menu_btn span:before {
	content: "";
	left: 0;
	-webkit-transform: translateY(0) rotate(0)
}

.menu_btn span:before {
	top: -6px;
	width: 14px
}

.menu_btn span:after {
	top: 6px;
	width: 12px
}

.menu_btn.active span {
	background-color: transparent
}

.menu_btn.active span:before {
	-webkit-transform: translateY(6px) rotate(-45deg)
}

.menu_btn.active span:after {
	-webkit-transform: translateY(-6px) rotate(45deg)
}

.menu_btn.active span:after,
.menu_btn.active span:before {
	width: 20px
}
.jinguan .swiper-slide .info{
	display: none;
}
.boxes.a2 .w1400{
	direction: rtl;
}
.boxes.a2 .cul_box{
	direction: initial;
}
@media screen and (max-width: 1440px) {
	.show_cul .des{
		font-size: 14px;
		min-height: 85px;
	}
	
}
@media screen and (max-width: 1200px) {
	.map_network .right{
		width: 40%;
	}
	.map_network .dot.dot3{
		left: 100px;
	}
	.map_network .dot.dot5{
		left: 200px;
	}
	.map_network .dot.dot6{
		left: 400px;
		top: 350px;
	}
	.map_network .dot.dot7{
		left: 350px;
	}
	.map_network .dot p,.map_network .r_des{
		font-size: 14px;
	}
	.TabUl ul li .info .name{
		font-size: 20px;
	}
	.projectList li a .name p{
		font-size: 28px;
	}
	.projectList li a .name b{
		font-size: 20px;
		font-weight: bold;
	}
	.f_address{
		width: 400px;
	}
	.f_add{
		width: 90%;
	}
	.f_nav {
	    width: calc(100% - 400px);
	}
	.singePage{
		font-size: 14px;
	}
	.wh_list ul li:hover .name{
		font-size: 20px;
	}
	.honor_list{
		width: 100%;
	}
	.zr_list ul li a .info .name{
		font-size: 24px;
	}
	.sub_banner .txt .cn{
		font-size: 32px;
	}
	.sub_banner .txt .en{
		font-size: 24px;
	}
}

@media screen and (max-width: 900px) {
	.logo{
		width: 100px;
	}
	.nav ul a{
		font-size: 14px;
		padding: 0px 1.5vw;
	}
	.TabUl ul li .info .name {
	    font-size: 16px;
	}
	.TabUl ul li .info .des{
		font-size: 12px;
	}
	.map_network .dot.dot5 b, .map_network .dot.dot6 b, .map_network .dot.dot7 b{
		font-size: 16px;
	}
	.map_network .dot.dot6{
		left: 350px;
	}
	.cul_list ul li .icon{
		-webkit-transform: scale(0.9);
	}
	.his_list{
		margin-bottom: 20px;
	}
	.his_list ul li b{
		font-size: 14px;
	}
	.honor_list ul li b{
		font-size: 24px;
	}
	.honor_list ul li p{
		font-size: 14px;
	}
	.boxes{
		padding: 55px 0px;
	}
	.focus_news .firsts .name{
		font-size: 16px;
	}
	.focus_news .firsts .name p{
		font-size: 12px;
	}
	#page{
		padding-top:0px;
	}
	.product_list ul li .info .name{
		font-size: 28px;
	}
	.product_list ul li .info .des,.pSwiper .swiper-slide .infos .des,.joinus-right ul li .jdes{
		font-size: 14px;
	}
	.pSwiper .swiper-slide .infos .name{
		font-size: 24px;
	}
	.product_list ul li{
		margin-bottom: 0px;
	}
	.top_text{
		padding: 50px;
	}
	.top_text h3{
		font-size: 28px;
	}
	.top_text p{
		font-size: 16px;
	}
	.applytip{
		width: 300px;
	}
	.applyBox{
		width: calc(100% - 320px);
	}
	.cons ul li .info a{
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	.header{
		height: 60px;
		left: 0%;
		top: 0px;
		padding: 0px;
		background: #fff;
		width: 100%;
		margin-left: 0%;
	}
	.header.active{
		background: #b0944f;
	}
	.nav{
		width: 100%;
		height: calc(100vh - 60px);
		right: 0;
		top: 60px;
		position: fixed;
		background: #b0944f;
		-webkit-transition: all .6s cubic-bezier(.23,1,.32,1);
		display: none;
		pointer-events: none;
	}
	.menu_btn {
	    display: block;
	}
	.nav.active {
	    
		pointer-events: all;
		display: block;
	}
	
	.nav ul {
	    height: auto;
	    padding: 0px 5%;
	    padding-top: 25px;
	    flex-wrap: wrap;
	}
	.nav ul li {
	    height: auto;
	    display: flex;
	    align-items: flex-start;
	    border-bottom: 1px solid rgba(255, 255, 255, .1);
	    margin-bottom: 15px;
	    padding-bottom: 15px;
		width: 100%;
	}
	.nav ul li a {
	    text-align: left;
	    width: 70px;
	    line-height: 30px;
	    padding: 0px;
		    height: auto;
	}
	.nav ul li .list {
	    position: relative;
	    -webkit-transform: translateY(0px);
	    opacity: 1;
	    background: transparent;
	    width: 100%;
	    left: 0%;
	    padding: 0px;
	    display: flex;
	    flex-wrap: wrap;
	    box-shadow: none;
	    pointer-events: auto;
	    width: calc(100% - 70px);
		top: 0px;
		visibility: visible;
	}
	.nav ul li .list a {
	    width: auto;
	    background: transparent;
	    color: #fff;
	    padding: 0px 0px;
	    margin-right: 15px;
	    line-height: 20px;
	    padding: 5px 0px;
	}
	.logo{
		margin-left: 3%;
	}
	.swiper-container.swiperNomal{
		height: 40vh;
		margin-top: 60px;
		position: relative;
	}
	.boxes.b0{
		position: relative;
		height: auto;
		top: 0px;
		margin-top: 0px;
	}
	.boxes.b1{
		margin-top: 0px;
		height: 45vh;
	}
	.boxes.b0 .w1400{
		max-width: 90%;
		position: relative;
		left: 0px;
		top: 0px;
		-webkit-transform: translateY(0%);
	}
	.commonTitle .en{
		font-size: 20px;
	}
	.commonTitle .cn{
		font-size: 28px;
	}
	.b0 .commonTitle{
		margin-bottom: 5vw;
	}
	.projectList ul{
		width: 100%;
		display: flex;
		height: auto;
		flex-wrap: wrap;
	}
	.projectList li{
		position: relative;
		width: 49%;
		left: 0px;
		top: 0px;
		margin-left: 0%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.projectList li:nth-child(1) {
	    width: 49%;
	    height: 25vh;
	}
	.projectList li:nth-child(2){
		left: 0px;
		height: 25vh;
		width: 49%;
	}
	.projectList li:nth-child(3) {
	    left: 0px;
	    top: 0px;
	    height: 25vh;
	    width: 49%;
	}
	.projectList li:nth-child(4) {
	    left: 0px;
	    top: 0px;
	    width: 49%;
	    height: 25vh;
	}
	.projectList li:nth-child(5) {
	    left: 0px;
	    top: 0px;
	    width: 49%;
	    height: 25vh;
	}
	.projectList li:nth-child(6) {
	    left: 0px;
	    top: 0px;
	    width: 49%;
	    height: 25vh;
	}
	.projectList li:nth-child(7) {
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 25vh;
	}
	.projectList li:nth-child(even){
		margin-right: 0%;
	}
	.projectList li a .name p{
		font-size: 20px;
		line-height: 1.2;
	}
	.swiperNomal .swiper-pagination-bullet{
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 25px;
		font-size: 12px;
	}
	.swiperNomal .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
		width: 50px;
		right: -50px;
	}
	.swiperNomal .swiper-pagination-bullet.swiper-pagination-bullet-active{
		margin-right: 50px;
	}
	.projectList li:last-child{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 0px;
	}
	.boxes{
		padding: 35px 0px;
	}
	.projectList li:last-child .thum{
		height: 25vh;
	}
	.projectList li:last-child img{
		display: none;
	}
	.TabUl{
		display: none;
	}
	.commonTitle.pos{
		top: 10%;
	}
	.jinguan .swiper-slide .info{
		display: block;
		position: absolute;
		left: 0px;
		bottom: 0px;
		padding: 10px 25px;
		text-align: center;
		width: 100%;
		background: rgba(0,0,0,0);
		backdrop-filter: blur(5px);
	}
	.jinguan .swiper-slide .info .des{
		font-size: 14px;
		opacity: .7;
		margin-bottom: 3px;
	}
	.jinguan .swiper-slide .info .name{
		font-size: 16px;
		font-weight: bold;
	}
	.home_news{
		height: auto;
	}
	.home_news ul{
		width: 100%;
		margin-right: 0%;
	}
	.home_news ul:nth-child(1) li{
		height: 30vh;
		margin-bottom: 15px;
	}
	.home_news ul li .info{
		padding: 15px;
	}
	.home_news ul li .des{
		display: none;
	}
	.home_news ul li .name{
		margin-bottom: 0px;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: break-spaces;
		-webkit-box-orient: vertical;
		line-height: 1.5;
	}
	.home_news ul:nth-child(2) li,.home_news ul:nth-child(3) li{
		height: 30vh;
	}
	.home_news ul:nth-child(3) li{
		margin-bottom: 15px;
	}
	.home_news ul:nth-child(2) li:nth-child(1){
		margin-bottom: 15px;
	}
	.home_news ul li .time{
		margin-bottom: 5px;
	}
	.home_news ul:nth-child(3) li{
		height: auto;
	}
	.home_news ul:nth-child(3) li .info{
		position: relative;
		top: 0px;
		-webkit-transform: translateY(0%);
	}
	.home_news ul:nth-child(3) li:last-child{
		margin-bottom: 0px;
	}
	.common_more{
		height: auto;
		line-height: 50px;
	}
	.network_box{
		padding-top: 25px;
		background: transparent;
	}
	.map_network .left,.map_network .right{
		width: 100%;
	}
	.map_network .dot.dot1{
		left: 10%;
		display: none;
	}
	.map_network .dot.dot2{
		top: 30%;
		display: none;
	}
	.map_network .dot.dot3{
		left: 5%;
		top: 0%;
	}
	.map_network .dot::before{
		display: none;
	}
	
	.map_network .dot.dot4{
		top: 0%;
		right: 5%;
	}
	.map_network .dot.dot5,.map_network .dot.dot6,.map_network .dot.dot7,.map_network .dot.dot8{
		position: relative;
		width: 100%;
		left: 0%;
		top: 0%;
		margin-bottom: 15px;
		display: flex;
		flex-wrap: wrap;
	}
	.map_network .dot.dot5 b, .map_network .dot.dot6 b, .map_network .dot.dot7 b, .map_network .dot.dot8 b{
		width: 100px;
	}
	.map_network{
		width: 100%;
		
	}
	.map_network .left{
		height: auto;
		background: url(../images/network_bg.jpg) center bottom no-repeat;
		background-size: cover;
		padding: 0px 5%;
	}
	.map_network .dot.dot5{
		margin-top: 120px;
	}
	.map_network .dot.dot5,.map_network .dot.dot6,.map_network .dot.dot7,.map_network .dot.dot8{
		padding: 10px;
		border-color: #0a3053;
	}
	.map_network .dot b{
		color: #0a3053;
	}
	.map_network .dot.dot5 b, .map_network .dot.dot6 b, .map_network .dot.dot7 b, .map_network .dot.dot8 b{
		font-size: 16px;
		margin-bottom: 0px;
		width: 70px;
		line-height: 30px;
	}
	.map_network .dot.dot5 span,.map_network .dot.dot6 span,.map_network .dot.dot7 span,.map_network .dot.dot8 span{
		display: flex;
		width: calc(100% - 70px);
		flex-wrap: wrap;
		line-height: 30px;
	}
	.map_network .dot.dot5 span p,.map_network .dot.dot6 span p,.map_network .dot.dot7 span p,.map_network .dot.dot8 span p{
		margin-right: 10px;
		line-height: 30px;
	}
	.map_network .dot p, .map_network .r_des{
		font-size: 12px;
	}
	.map_network .dot p{
		font-size: 14px;
	}
	.map_network .right{
		margin-top: 20px;
		padding: 0px 5%;
	}
	.map_network .r_name b{
		font-size: 20px;
	}
	.map_network .r_name p{
		text-transform: uppercase;
	}
	.map_network .r_name{
		margin-bottom: 5px;
	}
	.map_network .r_des{
		margin-bottom: 25px;
	}
	.map_network .r_des{
		font-size: 14px;
	}
	.f_nav{
		display: none;
	}
	.f_address{
		width: 100%;
	}
	.f_logo{
		width: 150px;
		margin-bottom: 15px;
	}
	.f_add {
	    width: 100%;
	    margin-bottom: 25px;
	}
	.socals{
		font-size: 12px;
		width: 110px;
		margin: 0px auto;
	}
	.a10 .w1400{
		width: 100%;
	}
	.copyright{
		width: 100%;
		flex-wrap: wrap;
		line-height: 1.6;
		padding: 10px 0px;
	}
	.logo img:nth-child(1){
		display: none;
	}
	.logo img:nth-child(2){
		display: block;
	}
	.header.active .logo img:nth-child(1) {
	    display: block;
	}
	.header.active .logo img:nth-child(2) {
	    display: none;
	}
	.header.active .menu_btn span,.header.active .menu_btn span:after,.header.active .menu_btn span:before{
		background-color: #fff;
	}
	.copyright a{
		margin-left: 0px;
	}
	.header.active .nav ul a{
		color: #fff;
	}
	.sub_bar{
		display: none;
	}
	.boxes.a1 .w1400, .boxes.a2 .w1400{
		flex-wrap: wrap;
	}
	.about_img,.about_box{
		width: 100%;
	}
	.about_img{
		margin-bottom:35px;
	}
	.boxes.a1::before{
		font-size: 100px;
	}
	.boxes.a1{
		padding-bottom: 100px;
	}
	.boxes.a2 .w1400{
		direction: initial;
	}
	.boxes.a2 .cul_img{
		width: 100%;
		height: 50vh;
	}
	.boxes.a2 .cul_box{
		width: 100%;
		top: 0px;
		padding: 35px 5%;
	}
	.cul_box .name{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.show_cul .title{
		display: none;
	}
	.show_cul .des{
		min-height: auto;
		margin-bottom: 15px;
	}
	.cul_list ul li{
		margin-bottom: 5px;
	}
	.cul_list ul li .icon{
		margin-bottom: 0px;
		-webkit-transform: scale(0.8);
	}
	.map_name::before{
		display: none;
	}
	.map_name{
		margin-top: 0px;
		font-size: 24px;
	}
	.boxes.a10{
		margin-top: 0px;
	}
	.about_num{
		width: 100%;
		position: relative;
		bottom: 0px;
		padding: 0px 5%;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.about_num ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.about_num ul li{
		margin-bottom: 0px;
		width: 49%;
	}
	.about_num ul li b{
		font-size: 40px;
	}
	.wh_list ul{
		flex-wrap: wrap;
	}
	.wh_list ul li{
		width: 49%;
		height: auto;
		margin: 0px;
		margin-right: 0%;
		margin-bottom: 10px;
		padding: 25px 5px;
		    border-radius: 0px;
	}
	.wh_list ul li .icon{
		width: 50px;
		margin-bottom: 10px;
	}
	.wh_list ul li:nth-child(even){
		margin-right: 0%;
	}
	.wh_list ul li:last-child{
		width: 100%;
	}
	.wh_list ul li .des{
		position: relative;
		top: 0px;
		opacity: 1;
		visibility: visible;
		color: #3e3e3e;
		font-size: 12px;
		padding: 0px 15px;
		width: 50%;
		height: calc(40vh - 20px);
		overflow-y: auto;
	}
	.wh_list ul li .thum, .wh_list ul li .pic{
		height: 40vh;
		
	}
	.wh_list ul li .thum{
		width: 50%;
	}
	.wh_list{
		height: auto;
	}
	.nav ul li.active .list a{
		opacity: .8;
	}
	.header .menu_btn.active span{
		background: transparent;
	}
	.wh_list ul li .des b{
		width:100%;
		height: auto;
		line-height: 30px;
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 0px;
		background: transparent;
		text-align: left;
	}
	.his_list ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.his_list ul li{
		width: 49%;
		padding: 10px;
		margin-bottom: 10px;
	}
	.his_box{
		flex-wrap: wrap;
	}
	.his_box .thum{
		width: 100%;
		height: 30vh;
		margin-bottom: 15px;
	}
	.his_box .list{
		-webkit-transform: translateY(0%);
		opacity: 1;
		width: 100%;
	}
	.his_box .thum .year{
		display: none;
	}
	.his_box .list li .year{
		width: 70px;
		font-size: 16px;
		line-height: 20px;
	}
	.his_box .list li{
		line-height: 20px;
		padding: 0px;
		margin-bottom: 10px;
	}
	.his_box .list li .des{
		width: calc(100% - 70px);
		font-size: 14px;
	}
	.his_list{
		margin-bottom: 0px;
	}
	.boxes.a5 .w1400{
		direction: initial;
		flex-wrap: wrap;
	}
	.boxes.a5 .right{
		width: 100%;
		height: 50vh;
	}
	.boxes.a5 .left{
		padding: 0px;
		width: 100%;
		padding: 30px 10%;
	}
	.sub_banner{
		height: 40vh;
		margin-top: 60px;
	}
	.sub_banner .txt .cn{
		font-size: 24px;
	}
	.sub_banner .txt .en{
		font-size: 16px;
	}
	.focus_news{
		height: auto;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.focus_news .firsts{
		width: 100%;
		height: 25vh;
		margin-bottom: 15px;
	}
	.focus_news .list{
		width: 100%;
	}
	.focus_news .firsts .name {
	    font-size: 16px;
	    padding: 15px 10px;
	}
	.focus_news .list a .time{
		font-size: 12px;
		opacity: .5;
		margin-bottom: 5px;
	}
	.focus_news .list a .name{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.focus_news .list a{
		margin-bottom: 15px;
	}
	.home_news.n ul:nth-child(1) li{
		height: auto;
	}
	.home_news.n ul li{
		width: 100%;
		margin-right: 0%;
	}
	.home_news ul li .name{
		font-size: 16px;
	}
	.home_news.n ul li .info{
		padding: 5px 0px;
	}
	.detail_page{
		padding: 0px;
	}
	.detail_box{
		width: 100%;
	}
	.detail_box .dpl{
		width: 100%;
		padding: 35px 5%;
	}
	.detail_box .dpr{
		display: none;
	}
	.detail_box .dpl .info{
		margin-bottom: 20px;
	}
	.ndc_npnews .post_next, .ndc_npnews .post_prev{
		padding: 20px 10px;
		font-size: 12px;
	}
	.f_add ul li{
		margin-bottom: 5px;
	}
	.product_list ul li .info{
		padding: 35px 5% 0px;
	}
	.product_list ul li .info .name{
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 24px;
	}
	.pSwiper .swiper-slide .infos a{
		padding: 25px 5%;
	}
	.pSwiper .swiper-slide .infos .name{
		font-size: 24px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.pSwiper .swiper-slide .infos .name::after{
		width: 40px;
	}
	.pSwiper .swiper-slide .infos a:after{
		display: none;
	}
	.pSwiper{
		height: 50vh;
	}
	.pSwiper .swiper-slide .infos a:hover {
	    padding-bottom: 25px;
	}
	.detail_box .dpl .title.pt{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.newsText ul li a{
		padding: 15px;
		align-items: center;
	}
	.newsText ul li a .time{
		width: 80px;
		height: 80px;
	}
	.newsText ul li a .time b{
		padding-top: 15px;
	}
	.newsText ul li a .info{
		width: calc(100% - 90px);
	}
	.newsText ul li a .info .des{
		display: none;
	}
	.newsText ul li a .info .name{
		font-size: 14px;
		text-overflow: initial;
		white-space: initial;
		line-height: 25px;
		border-bottom: none;
		padding-bottom: 0px;
	}
	.newsText ul li{
		margin-bottom: 10px;
	}
	.top_text{
		padding: 25px 5%;
		flex-wrap: wrap;
		text-align: center;
		justify-content: space-between;
		margin-top: 20px;
	}
	.top_text h3 {
	    font-size: 20px;
	}
	.join_thums ul li{
		margin-bottom: 15px;
		width: 100%;
	}
	.join_thums{
		margin-bottom: 30px;
	}
	.joinus-right ul li .jtop{
		padding: 25px 15px;
	}
	.joinus-right ul li:first-child .jtop .name{
		font-size: 14px;
	}
	.joinus-right ul li .jtop .name,.joinus-right ul li .jtop .name:nth-child(4){
		width: 25%;
	}
	.joinus-right ul li .jtop .name{
		font-size: 14px;
		height: 25px;
		line-height: 25px;
	}
	.joinus-right ul li .jtop .more{
		width: 25%;
	}
	.joinus-right ul li .jdes{
		padding: 15px;
	}
	.applytip{
		width: 100%;
		padding: 25px 15px;
		margin-bottom: 15px;
	}
	.td_box{
		flex-wrap: wrap;
	}
	.applyBox{
		width: 100%;
	}
	.applytip b, .applyBox .name{
		font-size: 24px;
		margin-bottom: 5px;
	}
	.applyBox .box .bdiv{
		flex-wrap: wrap;
	}
	.applyBox .box .inpuD{
		width: 100%;
		margin-bottom: 10px;
	}
	.applyBox{
		width: 100%;
	}
	.applyBox .box .bdiv{
		margin-bottom: 10px;
	}
	.applyBox .box .inpuD:last-child{
		margin-bottom: 0px;
	}
	.applytip a.tel span {
	    font-size: 24px;
	}
	.cons ul{
		flex-wrap: wrap;
		width: 100%;
	}
	.cons ul li{
		width: 100%;
		display: flex;
	}
	.cons ul li .icon{
		width: 70px;
		height: 70px;
	}
	.cons ul{
		flex-wrap: wrap;
	}
	.cons ul li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
		background: #f9f9f9;
		padding: 15px;
		border-radius: 5px;
	}
	.cons ul li .icon{
		width: 60px;
		height: auto;
		line-height: 70px;
		padding: 15px;
	}
	.cons ul li .info{
		width: calc(100% - 80px);
		padding-top: 0px;
	}
	.cons ul li .info b{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.cons ul li .info p{
		font-size: 14px;
	}
	.cons ul li .info a {
	    font-size: 20px;
	}
	.cons{
		margin-bottom: 10px;
	}
	.map{
		height: 300px;
	}
	.zr_list ul li a{
		flex-wrap: wrap;
	}
	.zr_list ul li a .thum{
		width: 100%;
	}
	.zr_list ul li a .info{
		width: 100%;
		padding: 25px 15px;
	}
	.zr_list ul li a .info .name{
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.zr_list ul li a .info .des::after, .zr_list ul li a .info .des::before{
		width: 30px;
		height: 30px;
	}
	.zr_list ul li a .info .des{
		padding: 35px 0px;
		font-size: 14px;
	}
	.zr_list ul li{
		margin-bottom: 15px;
	}
	.zr_list ul li:last-child{
		margin-bottom: 0px;
	}
	.home_news.n ul li a .thum{
		border-radius: 0px;
	}
	.pchide{
		display: block;
	}
	.pcshow{
		display: none;
	}
	.commonTitle{
		margin-bottom: 5vw;
	}
	.brandTip ul li{
		width: 32%;
		height: auto;
		padding:25px 0px 10px;
	}
	.brandTip ul li b{
		font-size: 16px;
		padding-top: 0px;
	}
	.brandTip ul li p {
	    font-size: 14px;
		padding: 0px 5%;
	}
	.brands{
		margin-top: 20px;
	}
	.brands ul li{
		padding: 15px;
		width: 100%;
		margin-bottom: 10px;
	}
	.brands ul li .name{
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.brands ul li .info span{
		font-size: 14px;
	}
	.top_text p{
		font-size: 14px;
	}
	.culSwiper .swiper-slide{
		width: 100%;
	}
	.culSwiper .swiper-slide a .name{
		padding: 15px;
		font-size: 14px;
	}
	.rcg{
		padding: 30px 15px;
	}
	.rcg .info .des{
		width: 100%;
	}
	.rcg .info .name {
	    width: 100%;
	    height: auto;
	    border: none;
	    border-radius: 0px;
	    text-align: center;
	    position: relative;
	    overflow: hidden;
	    margin: 0px auto;
	    text-align: left;
		margin-bottom: 10px;
	}
	.rcg .info .name b{
		margin-top: 0px;
		font-size: 24px;
	}
	.rcg .info .des{
		font-size: 14px;
	}
	.tsBox{
	    width: 90%;
	    padding: 25px;
	}
	.tsBox .title{
	    font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        padding-bottom: 10px;
	}
	.hideBtn{
	    right: 10px;
        top: 10px;
        padding: 7px;
	}
	.wh_list ul li:hover .name {
        font-size: 16px;
    }
}