html{
	overflow-x: hidden;
}
body{
	font-family: "Nunito",sans-serif;
    /*font-size: .875rem;*/
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: #333;
    min-width: 1473px;
}
p{
	margin: 0;
}
a,a:hover{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.header{
	width: 100%;
	height: 160px;
	position: fixed;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 999;
}
.header-top{
	height: 102px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: url(../images/header_top.jpg) no-repeat center center;
}
.header-bg .header-top{
	background-image: none;
}
/*.not-index-header{
	background: #1f2531
}*/
.header-logo{
	margin: 35px 0 0 35px;
}
.header-lan{
	position: absolute;
	right: 35px;
	top: 48px;
	display: flex;
	text-align: center;
	width: 47px;
}
.header-lan-item{
	display: inline-block;
	width: 21px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	
}
.header-lan-item:first-child{
	margin-right: 1px;
}
.header-bg{
	background: #1f2531;
}
.header-lan-item-active{
	background: #fff;
	font-size: 12px;
	color: #000;
}
.header-navs{
	height: 56px;
	padding: 0 20px;
	line-height: 44px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.navs-item{
	display: inline-block;
	width: 125px;
	height: 56px;
	text-align: center;
	color: #fff;
}
.navs-item-active{
	color: #41aaaa;
	position: relative;
}
.navs-item-active:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #41aaaa; /* 控制颜色和高度 */
	position: absolute;
	bottom: 0;
	left: 52px;
}
.wrapper{
	width: 1473px;
	margin: 0 auto;
	position: relative;
}
.max-wrapper{
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.footer{
	background: #343e43;
	padding: 50px 0;
	color: #fff;
	position: relative;
}
.footer-left{
	display: inline-block;
	width: 435px;
	padding-right: 40px;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.footer-ewm{
	display: inline-block;
	margin-right: 50px;
	width: 147px;
	text-align: center;
	font-size: 17px;
	text-align: center;
	padding: 40px 0;
	float: left;
}
.footer-ewm img{
    width: 100%;
    height: 100%;
}
.footer-texts{
	position: absolute;
	display: inline-block;
	width: 330px;
	right: 0;
	top: 110px;
	text-align: left;
	font-size: 16px;
}
.footer-items{
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.footer-items .footer-icon{
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fn-clear {
	zoom: 1; /* for IE6 IE7 */
}
.no-border-bottom{
	margin-bottom: 0!important;
}
/*.header{
	height: 6.875rem;
	padding-top: 1.4375rem;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
}
.header .head-left-icon{
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}
.header .header-mo-text{
	display: none;
}
.header .logo-02{
	position: absolute;
	left: 0;
	bottom: 0;
}
.header .header-wrapper{
	display: inline-block;
	width: 84%;
	position: relative;
	z-index: 1;
	margin:  0 8%;
	height: 100%;
}
.header .header-logo{
	display: inline-block;
}
.header .hlogo-item{
	margin-right: 1.2rem;
	display: inline-block;
	height: 2rem;
}
.hlogo-item-border{
	padding-right: 1rem;
	margin-right: 0.6rem;
	height: 3rem;
	border-right: 1px solid #f4f4f4;
}
.header .logo-icon{
	margin-left: 1rem;
	height: 5.4375rem;
}
.header .logo-text{
	position: relative;
	top: -0.5rem;
}
.header .header-text{
	display: inline-block;
	padding-left: 1.8rem;
	position: relative;
	top: -10px;
}
.header .head-tel{
	position: absolute;
	right: 60px;	
	z-index: 1;
}
.header .head-cicle{
	position: absolute;
	right: -50px;	
	bottom: 0;
	height: 200%;
}
.header .header-logo-02{
	padding: 20px 0 0 100px ;
}
.navbar{
	text-align: center;
	background: #fff!important;
	padding: 0.5rem 0;
}
.navbar-collapse{
	text-align: center;
	width: 100%;
}
.navbar-nav{
	margin: 0 auto;
}
.nav-link{
	display: inline-block;
	font-size:1rem;
	line-height: 1.375rem;
	margin: 0 3rem;
}
.nav-link p{
	padding-bottom: 0;
	margin-bottom: 0;
}
.nav-link .nav-text{
	color: #666;
}
.nav-link .nav-text-en{
	color: #999;
	font-size: 0.75rem;
}
.wrapper{
	width: 1336px;
	margin: 0 auto;
	position: relative;
}
.footer{
	background: #F5F5F5;
	font-size: 0.875rem;
}
.footer-main{
	padding: 1.8rem 0;
	display: flex;
}
.footer-addr{
	display: inline-block;
	width: 22rem;
	color: #000;
}
.footer-slogen{
	font-size: 1.375rem;
	margin-bottom: 2rem;
}
.footer-addr-par{
	font-size: 1rem;
	margin-bottom: 0.6rem;
}
.footer-addr-par .addr-icon{
	margin-right: 0.5rem;
}
.footer-links-main{
	display: flex;
}
.footer-links{
	width: 10rem;
	font-size: 0.875rem;
}
.footer-link-title{
	margin-bottom: 2rem;
}
.footer-link{
	display: block;
	color: #999;
	margin-bottom: 0.3rem;
}
.footer-link:hover{
	color: #999;
}
.footer-code-tit{
	margin-bottom: 0.5rem;
}
.footer-codes .footer-code-item{
	display: inline-block;
	margin-right: 1rem;
}
.footer-code-par{
	margin-top: 0.5rem;
}
.footer-bottom{
	height: 3.75rem;
	line-height: 3.75rem;
	text-align: center;
	color: #333;
	background: #E7E7E7;
}
.page-top{
	display: inline-block;
	position: fixed;
	width: 104px;
	height: 220px;
	bottom: 120px;
	right: 20px;
	z-index: 10;
	box-shadow: 0 11px 10px rgba(0,0,0,0.08);
	border-radius: 17px;
	text-align: center;
	font-size: 1.125rem;
	background: #fff;
}
.top-head{
	width: 73px;
	margin: 25px 18px 8px ;
	border-bottom: 5px;
	padding-bottom: 8px;
	border-bottom: 2px solid #C4C4C4;
	cursor: pointer;
}
.top-message{
	margin-bottom: 15px;
}
.page-top-con{
	color: #adadad;
	cursor: pointer;
}
.page-top-par{
	margin-bottom: 2px;
}
@media (max-width: 1199px) {
	body{
		width: 100%;
		font-size: 0.7rem;
	}
	.wrapper{
		width: 100%;
	}
	.header{
		height: 3.437rem;
		padding-top: 0.52rem;
		width: 100%;
		overflow-x: hidden;
	}
	.navbar-light .navbar-toggler{
		position: relative;
		left: -5rem;
		margin-left: 100%;
	}
	.header .logo-icon{
		margin-left: 0.5rem;
		height: 2.718rem;
	}
	.header .hlogo-item{
		margin-right: 0.6rem;
	}
	.header .hlogo-item-border{
		margin-right: 0.6rem;
	}
	.header .logo-icon{
		margin-left: 0.5rem;
		height: 2.718rem;
	}
	.header .logo-text{
		position: relative;
		height: 1.28rem;
		margin-top: 0.7rem;
	}
	.phone-none {
		display: none!important;
	}
	.header{
		overflow: visible;
		height: 0;
		border-bottom: none;
		padding-top: 0;
	}
	.header .logo-02{
		position: absolute;
		left: 0;
		bottom: -3.4rem;
		z-index: 1;
		left: 0.3rem;
		height: 3rem;
	}
	.header .header-mo-text{
		display: inline-block;
		position: absolute;
		left: 50%;
		margin-left:-4.5rem;
		bottom: -2.2rem;
		width: 9rem;
		z-index: 1;
	}
	.header .header-wrapper{
		margin-left: 0;
	}
	.header .header-logo{
		display: inline-block;
		position: absolute;
		top: 0.4rem;
	}
	.header .header-logo-02{
		padding: 0 ;
	}
	/*footer*/
	.footer{
		font-size: 0.65rem;
	}
	.footer-main{
		padding: 0.9rem ;
		display: block;
	}
	.footer-addr{
		width: 100%;
		margin-bottom: 1rem;
	}
	.footer-slogen{
		font-size: 0.9rem;
		margin-bottom: 1rem;
	}
	.footer-addr-par{
		font-size: 0.7rem;
		margin-bottom: 0.3rem;
	}
	.footer-addr-par .addr-icon{
		margin-right: 0.25rem;
		width: 0.6rem;
	}
	.footer-links-main{
		display: flex;
		margin-bottom: 1rem;
	}
	.footer-links{
		/*width: 6rem;*/
		font-size: 0.7rem;
		
	}
	.footer-link-title{
		margin-bottom: 1rem;
	}
	.footer-link{
		display: block;
		color: #999;
		margin-bottom: 0.3rem;
	}
	.footer-link:hover{
		color: #999;
	}
	.footer-code-tit{
		margin-bottom: 0.7rem;
	}
	.footer-codes{
		display: flex;
	}
	.footer-codes .footer-code-item{
		display: inline-block;
		margin-right: 1rem;
		text-align: center;
	}
	.code-img{
		width: 4rem;
	}
	.footer-code-par{
		margin-top: 0.5rem;
	}
	.footer-bottom{
		height: 2rem;
		line-height: 2rem;
	}
	.page-top{
		width: 3.6rem;
		height: 8rem;
		bottom: 3rem;
		right: 1rem;
		z-index: 10;
		box-shadow: 0 0.4rem 0.3rem rgba(0,0,0,0.08);
		border-radius: 1rem;
		font-size: 0.6rem;
	}
	.top-message{
		width: 100%;
	}
	.top-head{
		width: 2.4rem;
		margin: 0.7rem 0.6rem 0.4rem ;
		padding-bottom: 0.4rem;
	}
	.top-message{
		margin-bottom: 0.4rem;
	}
	.page-top-par{
		margin-bottom: 0.1rem;
	}
	.top-icon{
		width: 1.2rem;
	}
}*/
