﻿*{
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

input{
	outline: none;
}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	background: #eaeff3;
}
*{font-family: "微软雅黑";}

@font-face {
  font-family: 'iconfont';  /* Project id 1951951 */
  src: url('//at.alicdn.com/t/font_1951951_vhbo6r1vjho.woff2?t=1632993661938') format('woff2'),
       url('//at.alicdn.com/t/font_1951951_vhbo6r1vjho.woff?t=1632993661938') format('woff'),
       url('//at.alicdn.com/t/font_1951951_vhbo6r1vjho.ttf?t=1632993661938') format('truetype');
}


i{font-style:normal;}
.fr {
	float: right;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
.clear {
	clear: both;
}
.fl{width:65%;}
.content{width:100%;box-sizing:border-box;position:relative;max-width:1200px;margin:0 auto;}
.content .bg{position:fixed;left:0;top:0;width:100%;height:360px;background:url(../images/main-bg.png) no-repeat right top #6eb92b;z-index:-1; background-size:auto 100%;}
.main{width:100%;z-index:999;}
.main .top{width:100%;height:80px;color:#fff;line-height:80px;}
.main .top #title{font-size:20px;padding-left:30px;font-weight:bold;}
.main .top ul{float:right;padding-right:30px;}
.main .top ul li{float:left;font-size:16px;padding-left:20px;}
.main .top ul li span{padding-right:5px;font-size:18px;font-family:iconfont;}
.main .top ul li a{color:#fff;}

.container{width:100%;padding:20px 20px 0 20px;box-sizing:border-box;}
.container #container{background:#fff;width:100%;border-radius:10px;box-sizing:border-box;padding:20px;min-height:600px;}

.container h1{text-align:center;font-size:22px;color:#f90;font-weight:bold;}

#companyname,#realname,#mobile{width:90% !important;max-width:240px;}

.bottom{width:100%;text-align:center;padding:30px 0;}
.bottom img{width:60%;max-width:300px;}
.protocol{padding:50px 0;}