*{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: black;
}
/*top区*/
.top{
	width: 100%;
	background-color: #171717;
	height: 35px;
	overflow: hidden;
}
.top .top_1200{
	width: 90%;
	margin: 0 auto;
}
.top .top_1200 .center{
	margin: 0 auto;
	position: absolute;
	right: 43.51%;
}
.top .top_1200 .center p{
	font-family: SourceHanSansCN-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	line-height: 35px;
	color: #e6e6e6;
	margin: 0 auto;
}
.top .top_1200 .right{
	float: right;
}
.top .top_1200 .right li{
	float: left;
	margin: 4px auto;
	padding-right: 17px;
}
/*导航区*/  
.nav{
	width: 100%;
	background-image: url(.././img/新官网-首页_004.png);
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
}
.nav .nav_1200{
	width: 90%;
	margin: 0 auto;
}
.nav .nav_1200 .logo{
	float: left;
	margin: 5px 0;
	overflow: hidden;
}
.nav_1200 .logo img{
	display: block;
	width: 50%;
}
.nav_1200 .nav_list{
	float: right;
	margin:10px auto 0;
	width: 480px;
}
.nav_list a{
	margin-right:3%;
	font-family: SourceHanCN;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
.nav_list .act{
	width: 100%;
	height: 20px;
	border-bottom:3px solid #cd4694;
}
/*内容区*/
.content{
	width:100%;
	background-color: #ffffff;
}
.content .content_1200{
	width: 90%;
	margin: 0 auto;
}
.content_1200 .content_title{
	display: block;
	width:20%;
	margin:62px auto 30px;
	text-align: center;
}
.content_1200 .box p{
	font-family: SourceHanSansCN;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	text-indent: 2em;
	color: #666666;
	display: block;
	text-align: center;
}
.content_1200 .input {
	width: 468px;
	height: 650px;
	background-color: #ffffff;
	box-shadow: 0px 1px 13px 0px 
		rgba(7, 7, 7, 0.16);
	border-radius: 16px;
	margin: 50px auto;
}
.content_1200 .input p{
	font-family: SourceHanSansCN;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	color: #333333;
	margin-left: 46px;
	padding-top: 25px;
}
.content_1200 .input input{
	width: 376px;
	height: 50px;
	background-color: #e5e5e5;
	border-radius: 5px;
	border: solid 1px #7c7c7c;
	margin-left: 46px;
	margin-top: 10px;
}
#su{
	width: 238px;
	height: 45px;
	background-color: #0fb2c1;
	border-radius: 5px;
	font-family: SourceHanSansCN;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 45px;
}
/*foot区*/
.foot {
	width: 100%;
	background-color: #222b3f;
	overflow:hidden;
}
.foot .foot_1200{
	width: 90%;
	margin: 0 auto;
}
.foot_1200 .contact{
	width: 100%;
	margin: 26px auto;
	text-align: center;
	overflow:hidden;
}
.foot_1200 .contact .wechat{
	float: left;
	overflow: hidden;
	width: 50%;
}
.foot_1200 .contact .add{
	width: 50%;
	float:right;
	text-align: left;
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #ffffff;
}
.foot_1200 .foot_list{
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	overflow: hidden;
	color: #ffffff;
}
.foot_1200 .foot_list a{
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	letter-spacing: 1px;
	color: #e7e7e7;
	text-align: center;
}
.foot_1200 .inf{
	display: block;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	color: #e7e7e7;
}
/*返回顶部及上级*/
.back_top{
	display:block;
	position:fixed;
	right:0px;
	bottom:20px;
}
.back{
	display:block;
	position:fixed;
	right:0px;
	bottom:60px;
}
.back_top img{
	width: 50%;
}
.back img{
	width: 50%;
}