*{ padding: 0; margin: 0; }
html{ font-size:62.5%;}
body,html{ position: relative; width: 100%; height: 100%;}
body { background: #ffffff; font-family:'微软雅黑' !important; color:#000;}
li { list-style: outside none none;}
img { border: medium none; border:none;display: block;}
a img { border:none;}
.clear:after {content: "."; display: block; height: 0; clear: both;visibility: hidden; }
.clear { *zoom: 1;}
h1{ font-family:'微软雅黑' !important;}
a{ text-decoration:none; outline:none;}
input,button,textarea{ outline:none;}
input[type=text], input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
input[type="text"] { -webkit-appearance: none;}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px #26272a inset;
 -webkit-text-fill-color: #fff;
}

.bodybg{
	background: url(../images/protocol-bg.jpg) no-repeat center center fixed;
  background-size:100%;
}
.center{
	width: 1000px;
	margin: 0 auto;
}
.header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding:20px 0;
	align-items: center;
}
.header p{
	color: #f88424;
	font-size: 22px;
	font-family:'黑体' !important;
}
.text{
	width: 100%;
	background: #fff;
	border:1px solid #e6e7e8;
    margin-bottom:10px;
}
.text h1{
	border-bottom: 1px solid #e6e7e8;
	color: #161616;
	font-size: 20px;
	line-height: 75px;
	padding-left: 30px;
}
.text div{
	padding:30px;
	padding-top: 0;
}
.text div p{
	color: #666;
	font-size: 14px;
	margin-top: 30px;
}
.jiacu {
    font-weight:bold;
}
.hongzi {
    color:red;
}

@media (max-width:1024px) {
	.center{
		width: 90%;
	}
}
@media (max-width:800px) {
	.bodybg{
		background: url(../images/protocol-bg.jpg) center 0% no-repeat; 
		background-size: 100% 2000px; height: 2000px;}
}
@media (max-width:630px) {
	.bodybg{
		background: url(../images/protocol-bg.jpg) center 0% no-repeat; 
		background-size: 100% 2200px; height: 2200px;
	}
	.header{padding: 10px 0;}
	.header .logo img{width: 140px;}
}
@media (max-width:530px) {
	.bodybg{
		background: url(../images/protocol-bg.jpg) center 0% no-repeat; 
		background-size: 100% 2300px; height: 2300px;
	}
	.text div p{margin-top: 15px;}
}
@media (max-width:375px) {
	.bodybg{
		background: url(../images/protocol-bg.jpg) center 0% no-repeat; 
		background-size: 100% 2400px; height: 2400px;
	}
	.text h1{font-size: 17px;line-height: 55px;}
	.text div{padding: 15px;padding-top: 0;	}
	.header .logo img{width: 120px;}
	.header p{font-size: 18px;}
}
@media (max-width:320px) {
	.text h1{font-size: 16px; text-align:center;padding-left: 0;}
	.text div p{font-size: 13px;}
}







































































































