/**index**/
html,body,h3,h2,ul,li,p{padding:0;margin:0;}
p{padding:0;margin:0;}
body{min-width:1120px;font-family:PingFangSC, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;}
ul,li{list-style:none;padding:0;margin:0;}
a{text-decoration:none;}
.clear{clear:both;}
.hd{
	position:fixed;
	top:0px;
	width:100%;
	overflow:hidden;
	z-index:10;
	background: #fff;
	border-bottom:3px solid rgb(255, 36, 66);
}
.hd .inner{
	width:1120px;
	margin:auto;
}
.hd .inner .logo{
	padding:10px 0px;
	width:200px;
	float: left;
    text-decoration: none;
}
.hd .inner .logo img{
	width:100%;
}
.hd .inner .nav{}

.hd .inner .nav ul{
	padding:0;
	margin:0;
	float:right;
}
.hd .inner .nav ul li{
	float:left;
	text-align:center;
	letter-spacing:4px;
	font-size:18px;
}
.hd .inner .nav ul li a{
	color:#000;
	display:block;
	line-height:50px;
	transition: all .6s ease 0s;
	padding:20px 20px 10px 20px;
}
.hd .inner .nav ul li a:hover{
	color:rgb(255, 36, 66);
	transition: all .6s ease 0s;
}
.hd .inner .nav #menu .active{
	color:rgb(255, 36, 66);
	-webkit-transition:0.5s;
	transition:0.5s;
}

#main{
	width:1180px;
	margin: auto;
}

.about-us{

}

.section-title{
	font-size: 40px;
}

.section-title-en{
	margin-bottom: 30px;
}
.about-us .aboutBox{
	line-height: 38px;
}
.honor{
	padding: 30px 0;
}
.honor .list{}
.honor .list ul{}
.honor .list ul li{
	float: left;
	margin-right: 20px;
	width: 200px;
}
.honor .list ul li img{
	width: 100%;
}
.honor .list ul::after{
	content: " ";
	clear: both;
}

.mores{
	display:block;
	margin:auto;
	margin-top:30px;
	width:100%;
	text-align:center;
}
.more{
	padding:8px 20px;
	margin:auto;
	color:#fff;
	opacity:0;
	border:1px solid #fff;
}
.active .more{
	opacity:1;
	transition:all 1s;
}
.active .more:hover{
	transition:all 1s;
	border:3px solid #fff;
	color:#029aff;
}

.footer{
	line-height:36px;
	background:#333;
	color:#fafafa;
	text-align:center;
	width:100%;
	padding: 30PX 0;
	font-size:14px;
	font-family:AppleGothic, Arial, 'Microsoft Yahei', Simsun;
}
.footer .box{
	width: 1190px;
	margin: auto;
	text-align: left;
}
.contact {
	padding:30px 0;
}
.contact .item{
	margin-bottom: 20px;
}
.contact .item label{
	width: 100px;
	display: inline-block;
}
form input{
	height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 10px;
    border-radius: 2px;
	width: 500px;
	border-color: #5097e9;
}
form textarea{
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 10px;
    border-radius: 2px;
	width: 500px;
	border-color: #5097e9;
}

form button{
	border: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #5097e9;
    border-radius: 4.29px;
    color: #5097e9;
    font-size: 16px;
    text-align: center;
    height: 42.86px;
    width: 350px;
    line-height: 42.86px;
    cursor: pointer;
	background: #fff;
	width: 620px;
	transition: 0.5s;
}
form button:hover{
	background: #5097e9;
	color:#fff;
}