@charset "utf-8";
/* CSS Document */
html{color:#000;background:#FFF;font-family:"microsoft yahei";}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;-moz-user-select:none; /* Firefox私有属性 */ -webkit-user-select:none; /* WebKit内核私有属性 */ -ms-user-select:none; /* IE私有属性(IE10及以后) */ -khtml-user-select:none; /* KHTML内核私有属性 */ -o-user-select:none; /* Opera私有属性 */ user-select:none; /* CSS3属性 */}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:700;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:100%;}
i{font-style:normal;}
a{color: #313131;text-decoration: none;}
button {cursor: pointer;outline: none;border: none;padding: 0;}
body{overflow-x: hidden;}
/* 头部 */
.clearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
.fl{float:left}
.fr{float:right}
.overh{overflow:hidden}
.w1200{width:1200px;margin:0 auto}
.icon{
	display:block;
}
.head{
	width:100%;
	height:70px;
	position:fixed;
	z-index:2;
	background:#fff;
	top: 0;
}
.head h1 a{
	width:115px;
	height:70px;
	line-height: 70px;
}
.head h1 a img{
	vertical-align: middle;
}
.head .nav li{
	float:left;
	width:110px;
	height:70px;
	line-height:70px;
	text-align:center;
	position:relative;
}
.head .nav li a{
	font-size:16px;
	color:#888;
	display:block;
}
.head .nav li:hover{
	background:#7171FE;
}
.head .nav li:hover>a{
	color:#fff;
}
.head .nav li.on>a{
	background:#7171FE;
	color:#fff;
}
.head .nav dl{
	display:none;
	background:#fff;
	position:absolute;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	width:140px;
	box-shadow:rgba(16,32,58,.23) 0 3px 10px;
}
.head .nav dl dd{
	height:50px;
	line-height:50px;
}
.head .nav dl dd a:hover{
	color:#7171FE;
}
.logo{    
	margin-right: 10px;
}
.tel{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	margin-left: 10px;
	font-size: 14px;
}
.tel img{
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
}
.head .op{
	margin-top:17px;
}
.head .op a.opr{
	display:block;
	height:35px;
	line-height:35px;
	color:#888;
	border-radius:15px;
	font-size:16px;
	float:left;
	text-align:center;
}
.head .op a.opr:hover{
	background:#7171FE;
	color:#fff;
}
.head .op .register{
	width:85px;
}
.head .op .unlogin{
	display:block;
	height:30px;
}
.head .op .login{
	min-width:85px;
	max-width:110px;
	overflow:hidden;
}


/* 底部 */
.foot{background:#333;background-size: cover;margin: 0 auto;padding-top: 50px;padding-bottom: 100px;box-sizing: border-box;min-width: 1200px;}
.foot .footer{color:#fff;position: relative;width: 1000px;margin: 0 auto;}
.foot .other {overflow: hidden;width: 992px;}
.foot .other .fl{float: left;}
.foot .other .fl p{font-size:16px;line-height:2;}
.foot .other .fl p a{color:#fff;}
.foot  .fr{overflow: hidden;position: absolute;top: 0;right: 0;}
.foot  .fr span{display:block;text-align:center;font-size:18px;/* margin-bottom: 20px; */float: left;margin-left: 40px;/* background: #fff; *//* color: #333; */}
.foot  .fr span img{display:block;width: 100%;margin: 10px 0;}
.foot .friendlink a{color:#fff;}
.fix-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: #656464;
  -webkit-box-shadow: 0 0 5px #656464;
  -moz-box-shadow: 0 0 5px #656464;
  box-shadow: 0 0 5px #656464;
}
.fix-footer .content {
  position: relative;
  padding: 0 !important;
  width: 1200px;
  margin: 0 auto;
  bottom: 0;
}
.fix-footer img {
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.fix-footer span {
  display: inline-block;
  line-height: 1;
  margin-left: 180px;
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}
.fix-footer span strong {
  vertical-align: text-bottom;
  font-size: 38px;
  color: #fff;
}
.fix-footer input {
  vertical-align: middle;
  width: 260px;
  height: 42px;
  line-height: 42px;
  border-radius: 25px;
  border: none;
  outline: none;
  padding: 0 10px;
  margin-left: 20px;
}
.fix-footer .get {
  display: inline-block;
  /* vertical-align: middle; */
  width: 148px;
  height: 42px;
  line-height: 42px;
  border-radius: 25px;
  text-align: center;
  background: #ffffff;
  border: none;
  outline: none;
  color: #fff;
  background: #616AFF;
  font-size: 18px;
  margin-left: 96px;
}