*{
	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: 62.5%;
	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: 75%;
	margin: 0 auto;
}
.nav .nav_1200 .logo{
	float: left;
	margin: 5px 0;
	overflow: hidden;
}
.nav_1200 .logo img{
	display: block;
	width: 100%;
}
.nav_1200 .nav_list{
	float: right;
	margin: 30px auto 0px;
	width:700px;
}
.nav_list a{
	margin-right:4%;
	font-family: SourceHanCN;
	font-weight: bold;
	color: #333333;
	font-size: 18px;
}
.nav_1200 .act{
	width: 100%;
	height: 20px;
	border-bottom:4px solid #cd4694;
}
/*内容区*/
.content{
	width:100%;
	background-image: url(.././img/新官网-联系我们_02.png);
	background-size: contain;
	background-repeat: repeat-y;
	overflow:hidden;
}
.content .content_1200{
	width: 1200px;
	margin: 0 auto;
	overflow:hidden;
}
.content_1200 .content_item_01{
	width: 90%;
	margin: 0 auto;
}
.content_1200 .content_item_01 .content_title img{
	display: block;
	margin: 62px auto 30px;
}
.content_1200 .content_item_01 .box p{
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	text-indent: 2em;
	color: #333333;
	padding-top:30px;
}
.content_item_01 .more {
	width: 105px;
	height: 37px;
	display: block;
	border-radius: 6px;
	border: solid 2px #999999;
	margin: 50px auto;
	text-align: center;
	display: block;
}
.content_item_01 .more a{
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 1px;
	color: #333333;
	display: block;
}
.content_1200 .content_item_02{
	width: 90%;
	margin: 0 auto;
}
.content_1200 .content_item_02 .content_title img{
	display: block;
	margin: 62px auto 30px;
}
.content_1200 .content_item_02 .box02 ul{
	text-align: center;
	margin: 50px auto;
}
.content_1200 .content_item_02 .box02 li{
	width: 360px;
	margin: 17px auto;
	text-align: center;
}
.content_1200 .content_item_02 .box02 li .icon{
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 18px;
}
.content_1200 .content_item_02 .box02 p{
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
	text-align: left;
}
/*foot区*/
.foot {
	width: 100%;
	height: 277px;
	background-color: #222b3f;
	overflow:hidden;
}
.foot .foot_1200{
	width: 1200px;
	margin: 0 auto;
}
.foot_1200 .contact{
	width: 39.9%;
	margin: 46px auto;
	text-align: center;
	overflow:hidden;
}

.foot_1200 .contact .wechat{
	float: left;
	overflow: hidden;
}
.foot_1200 .contact .add{
	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: 18px;
	letter-spacing: 1px;
	color: #e7e7e7;
	padding-right:15px ;
	padding-left:15px;
}
.foot_1200 .inf{
	display: block;
	margin: 0 auto;
	margin-top: 19px;
	text-align: center;
	overflow: hidden;
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	color: #e7e7e7;
}
/*返回顶部及上级*/
.back_top{
	display:block;
	position:fixed;
	right:20px;
	bottom:20px;
}
.back{
	display:block;
	position:fixed;
	right:20px;
	bottom:80px;
}