@charset "utf-8";
/*reset*/
*{margin:0;padding:0;color: #8c8c8c;font-size:12px;font-family:Microsoft yahei,Hiragino Sans GB,arial;}
a,a:hover,a.visited,a:link,a:active{text-decoration:none;}
ul,li{margin:0;padding:0;list-style-type:none;}
input:focus{outline: 0;}
/*reset*/
html,body{
	margin:0;
	padding:0;
	height:100%
}
/*导航部分*/
.nav{
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #E8E8E8;
}
.nav_left{
	height: 80px;
	line-height: 80px;
	float: left;
	margin-left: 30px;
}
.nav_logo{
	display: inline-block;
	height: 45px;
	margin-top:20px;
}
.nav_logo img{
	float: left;
}

.nav_right{
	float: right;
	margin-right: 30px;
}
.nav_right span{
	font-size: 20px;
    font-family: 'Arial';
    font-weight: bold;
    height: 80px;
    color: #2bb8aa;
}
.nav_right img{
	margin-right: 10px;
}
/*导航部分*/
/*内容部分*/
.title{
	width: 1100px;
	margin:0 auto;
	font-size: 18px;
	line-height: 68px;
	height: 68px;
	color: rgb(50,50,50);
	text-align: center;
}
.contain{
	width: 1118px;
	margin:-20px auto;
	font-size: 12px;
	line-height: 22px;
	font-family: 'SimSun Regular';
}
.contain p{
	margin-top: 20px;
	color: rgb(50,50,50);
}
/*底部部分*/
.footer_msg_copy{
	margin-top: 60px;
	height: 40px;
	line-height: 40px;
    width:100%;
    background: #2E3643;
    font-family:'宋体';
    font-size:12px;
    color:#e5e5e5;
    text-align:center;
    font-weight: 700;
    clear:both;
}
.footer_msg_copy span{
    font-family:'Arial';
    font-size:12px;
    color:#e5e5e5;
}
/*底部部分*/

@media screen and (max-width: 720px){
	.nav_right span{
		display: none;
	}
	.contain{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.title{
		width: 100%;
	}
	.nav_left {
	    height: 80px;
	    line-height: 80px;
	    float: right;
	    margin-right: 30px;
	}
}