body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}

.fix {
*zoom:1;
}
.fix:after, .fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
header{
	background: #FFFFFF;
	position: relative;
}
.n-fixed{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	margin-top: 0;
    transition-duration: .5s;
}

.logo{
	float: left;
	margin-top: 1.75rem;
}
.logo img{
	max-width: 95%;
}
.header-right{
	float: right;
}
.h-right-top{
	margin-top: 1.75rem;
	line-height: 1.5rem;
}
.h-right-top a.language{
	display: inline-block;
	line-height: 1.5rem;
	float: left;
	padding-left: 1.875rem;
	color: #666666;
	background: url(../images/en.jpg) left no-repeat;
	text-decoration: none;
}
/*.h-right-top span{
	float: right;
	display: inline-block;
	padding-left: 2.125rem;
	background: url(../images/tel.jpg) left no-repeat;
	font-size: 1.5rem;
	font-weight: bold;
}*/
.h-right-top span{
	/*float: right;*/
	display: inline-block;
	padding-left: 2.125rem;
	margin-left:70px;
	/*background: url(../images/tel.jpg) left no-repeat;*/
	background: url(../images/email.jpg) left no-repeat;
	font-size: 1.2rem;
	/*font-weight: bold;*/
}
.search{
	margin-top: 10px;
	position: relative;
	padding-right: 5.4375rem;
}
.search input.text{
	width: 15.625rem;
	height: 2.25rem;
	border: 1px solid #999999;
	border-top-left-radius: 2.25rem;
	border-bottom-left-radius: 2.25rem;
	text-indent: 1.5rem;
	font-size: 0.875rem;
	color: #666666;
}
.search input.sbtn{
	position: absolute;
	top: 0;
	right: 0;
	width: 6.4375rem;
	height: 2.25rem;
	border: none;
	border-radius: 2.25rem;
	background: #db0118 url(../images/sea.jpg) center no-repeat;
}
.menu{
	display: none;
}

nav{
	margin-top: 10px;
	height: 3.75rem;
	background: #FFFFFF;
}
.navList{
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex; 
	display: box;
	display: flexbox;
	display: flex;
	height: 3.75rem;
}
.navList li{
	flex: 1;
	text-align: center;
	position: relative;
}
.navList li a.nLi1{
	display: block;
	line-height: 3.75rem;
	color: #333333;
	text-decoration: none;
}
.navList li.crt a.nLi1{
	color: #db0118;
}
.navList li .sub{
	position: absolute;
	top: 3.75rem;
	left: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.8);
	padding: 1rem 0;
	min-width: 18rem;
	display: none;
}
.navList li .sub li{
	text-align: left;
	padding: 0 1.5rem;
	position: relative;
}
.navList li .sub li a.nLi2{
	color: #FFFFFF;
	line-height: 2.25rem;
	padding-left: 10px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-size: 0.875rem;
	text-align: center;
}
.navList li .sub li dl{
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 22rem;
	background-color: rgba(0,0,0,0.6);
	padding: 1rem 0;
	display: none;
}
.navList li .sub li dl dd{
	padding: 0 1rem;
}
.navList li .sub li dl dd a{
	color: #FFFFFF;
	line-height: 2rem;
	padding-left: 10px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-size: 0.875rem;
}
.navList li:hover a.nLi1{
	color: #db0118;
}
.navList li .sub li:hover a.nLi2{
	background-color: #db0118;
	-webkit-transform: -webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
	transition-duration: .5s;
}
.navList li .sub li dl dd:hover a{
	background-color: #db0118;
	-webkit-transform: -webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
	-ms-transform: -webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
	-o-transform: -webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
	transform: -webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
	transition-duration: .5s;
}
/*banner*/
.banner img{
	max-width: 100%;
}
.nbanner img{
	max-width: 100%;
}


/* 底部 */
footer{
	background-color: #333333;
}
.foot{
	margin-top: 3.75rem;
	background: url(../images/footbg.jpg) left 10px no-repeat;
}
.foot-title{
	line-height: 2rem;
	border-bottom: 1px solid #5c5c5c;
}
.foot-title .ftitle{
	float: left;
	color: #dbdbdb;
	font-size: 1.125rem;
	padding-bottom: 1rem;
}
.ft1{
	width: 20%;
	padding-left: 0.875rem;
}
.ft2{
	width: 40%;
}
.ft3{
	width: 40%;
}

.footpro{
	margin-top: 1.5rem;
	padding-left: 0.875rem;
	width: 20%;
	float: left;
}
.footpro ul li{	
	line-height: 1.5rem;
	padding-bottom: 10px;
}
.footpro ul li a{
	color: #999999;
	font-size: 0.875rem;
	text-decoration: none;
}

.footcont{
	margin-top: 1.5rem;
	width: 40%;
	float: left;
}
.footcont ul li{	
	line-height: 1.5rem;
	padding-bottom: 10px;
	color: #999999;
	font-size: 0.875rem;
}
.footcont ul li a{
	color: #999999;
	font-size: 0.875rem;	
	text-decoration: none;
}

.fmessage{
	width: 40%;
	float: left;
	margin-top: 1.75rem;
}
.fmessage .foot-input{
	width: 50%;
	float: left;
	margin-bottom: 0.75rem;
}
.fmessage .fbox{
	background-color: #e4e4e4;
	overflow: hidden;
}
.fmessage .foot-input .name{
	width: 6rem;
	float: left;
	padding-left: 1.25rem;
	color: #666666;
	font-size: 14px;
	line-height: 2.5rem;
}
.fmessage .foot-input .input{
	width: calc(100% - 6rem);
	float: left;
}
.fmessage .foot-input .input input{
	width: 100%;
	height: 2.5rem;
	border: none;
	background: none;
	line-height: 2.5rem;
}
.fmessage .left-input{
	padding-right: 6px;
}
.fmessage .right-input{
	padding-left: 6px;
}

.ftext{
	width: 100%;
	padding-left: 1.25rem;
	float: left;
}
.ftext span{
	display: inline-block;
	line-height: 2.5rem;
	margin-top: 3px;
	font-size: 0.875rem;
	color: #666666;
}
.ftxt{
	width: 100%;
	float: left;
}
.ftxt textarea{
	width: 100%;
	height: 4rem;
	padding: 0.75rem 1rem 0;
	line-height: 1.5rem;
	border: none;
	background: none;
	resize: none;
}
.fmessage .fsub{
	margin-top: 1rem;
	background-color: #d40205;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.875rem;
	float: right;
	width: 9.375rem;
	height: 2.5rem;
	border: none;
}

.copy{
	text-align: center;
	font-size: 0.875rem;
	color: #999999;
	line-height: 1.5rem;
	padding: 0.5rem 0;
	margin-top: 1.875rem;
	border-top: 1px solid #5c5c5c;
}
.copy a{
	color: #999999;
	font-size: 0.875rem;
	text-decoration: none;
}

.goup{
	position: fixed;
	bottom: 2rem;
	right: 1rem;
	width: 4rem;
	display: none;
	z-index: 10000;
}
.goup img{
	max-width: 100%;
	border-radius: 5px;
}
@media (max-width:1200px)
{
	.fmessage .foot-input .name{
		font-size: 0.875rem;
	}
	
}
@media (max-width:992px)
{
	.logo{
		max-width: 80%;
		margin-top: 2.5rem;
	}
	.h-right-top span{
		background-size: auto 100%;
	}
	
	.fmessage .foot-input .name{
		width: 6rem;
	}
	.fmessage .foot-input .input{
		width: calc(100% - 6rem);
	}
	.goup{
		display: block;
	}
}
@media (max-width:768px)
{
	.container{
		padding: 1rem;
	}
	.logo{
		margin-top: 0;
	}
	.header-right{
		display: none;
	}
	nav{
		display: none;
	}
	.menu{
		display: block;
	}
	

	.foot{
		margin-top: 1.5rem;
	}
	.ft1{
		display: none;
	}
	.ft2{
		display: none;
	}
	.ft3{
		width: 100%;
	}
	.footpro{
		display: none;
	}
	.footcont{
		display: none;
	}
	.fmessage{
		width: 100%;
		margin-top: 1rem;
	}
	.copy{
		margin-top: 0;
		border-top: 0;
		padding: 0.5rem 1rem;
	}
	
}

@media (max-width:480px)
{
	
}