body{background-color: #fff; min-width: 1200px;}
body,html{height: 100%;}
.btn{
	display: inline-block;
	padding: 3px 6px;
	cursor: pointer;
}
.btn.btn_blue{
	margin-left:10px;
	color:#fff;
	font-size: 14px;
	background: #0068d7;
	border-radius: 2px;
}
.main{
	width: 1200px;
	margin: 0 auto;
	padding: 0 107px;
}
.domain{
	padding:230px 100px 40px;
	color:#0068d7;
	font-size: 80px;
	font-weight: 600;
	line-height: 70px;
	text-align: center;
	word-wrap:break-word
}
.containe{
	padding: 40px 0;
	border: 1px solid #f0f0f0;
	border-width: 1px 0;
	text-align: center;
}
.containe .h2{
	padding: 10px 0;
	font-size: 32px;
	color: #6e7e8e;
	line-height: 40px;
	word-wrap:break-word;
}
.containe .text{
	padding: 10px 0;
	font-size: 16px;
	color: #6e7e8e;
}
.font{
	height: 385px;
	color: #0068d7;
	font-size: 14px;
}
.font .entext{
	width: 600px;
	padding-top: 35px;
	margin: 0 auto;
	word-wrap:break-word;
}
.header,.footer{
	max-width: 1920px;
	margin: 0 auto;
}

.header{background: url../21/css/header.png) no-repeat top;}
.footer{background: url(../21/css/footer.png) no-repeat bottom;}
@media only screen and (min-height: 915px){
    .header{height:58%;}
    .footer{height:42%;}
}