/*
*{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
*/
html,body {
	width: 100%;
	padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'Microsoft Yahei','微软雅黑',Arial;
  color: #333;
  background-color: #fff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h3,ul,p {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  display: block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
img{
  display: block;
}
input,select{
  font-family: 'Microsoft Yahei','微软雅黑',Arial;
}
input:focus{
  outline: none;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.hidden{
  display: none !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: '';
}
.back_to_top{
	display: none;
	position: fixed;
	right: 0.2rem;
	bottom: 0.5rem;
	z-index: 9;
}
.back_to_top>img{
	width: 0.8rem;
}
.page_container>div{
  width: 100%;
}
.container{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
/*header*/
.header{
  position: relative;
  height: 101px;
  padding-top: 15px;
  background-color: rgba(255,255,255,.8);
  box-shadow: 0 4px 4px rgba(0,0,0,.2);
  z-index: 9;
}
.header .topLogo img{
	height: 0.69rem;
}
.header .hd_menu{
  margin-left: 56px;
}
.header .hd_menu li{
  float: left;
  padding: 20px;
}
.header .hd_menu li>a,
.header .notLogin>a{
  font-size: 20px;
}
.header .hd_menu li>a:hover,
.header .hd_menu li.active>a{
  color: #d32d1f;
}
.header .notLogin{
  margin-top: 20px;
}
.header .notLogin>a{
  display: inline-block;
  position: relative;
  margin: 0 0.15rem;
}
.header .notLogin>a+a:before{
  position: absolute;
  top: 4px;
  left: -18px;
  font-size: 14px;
  color: #333;
  content: '|';
}
.header .hasLogin{
  margin-top: 10px;
}
.header .hasLogin>a{
	display: inline-block;
	vertical-align: middle;
}
.header .hasLogin .user_head{
  border-radius: 50%;
  overflow: hidden;
}
.header .hasLogin .user_head>img{
  width: 50px;
  height: 50px;
}
.header .hasLogin .username{
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 10px;
	font-size: 18px;
}
/*footer*/
.footer{
  height: 166px;
  padding-top: 20px;
  text-align: center;
  background-color: #f8f8f8;
}
.footer .logos,.footer .logos>img,.footer .logos>span,
.footer .hotline,.footer .hotline>i{
  display: inline-block;
  vertical-align: middle;
}
.footer .logos>img{
	height: 0.52rem;
}
.footer .logos>span{
  width: 1px;
  height: 0.3rem;
  margin: 0 0.2rem;
  background-color: #333;
}
.footer .hotline{
  margin-left: 30px;
  font-size: 20px;
}
.footer .hotline>i{
  width: 20px;
  height: 18px;
  margin-top: -2px;
  margin-right: 8px;
  background: url('/Public_new/images/common/hotline.png') no-repeat;
}
.footer .links{
  margin: 0.2rem 0 0.1rem;
}
.footer .links>a{
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
}
.footer p a{
  display: inline-block;
}
.nav_tab>li{
	float: left;
}

@media screen and (max-width: 768px){
	html,body{
		font-size: 0.24rem;
	}
	.container{
	  width: 100%;
	}
	.header{
		position: fixed;
		top: 0;
		height: 1.2rem;
		padding: 0 0.2rem;
		box-shadow: none;
	}
	.header .hd_menu{
		float: right;
	}
	.header .hd_menu .toggle{
		padding: 0.1rem;
		margin-top: 0.25rem;
	}
	.header .hd_menu .toggle>i{
		display: block;
		width: 0.5rem;
		height: 0.5rem;
		background: url('/Public_new/images/common/icon_menu.png') no-repeat;
		background-size: 100% !important;
	}
	.header .hd_menu.open .toggle>i{
		background: url('/Public_new/images/common/icon_menu_open.png') no-repeat;
	}
	.header .hd_menu>ul{
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 1.2rem;
		background-color: #fff;
		box-shadow: 0 5px 20px #ccc;
	}
	.header .hd_menu>ul>li{
		float: none;
		padding: 0;
	}
	.header .hd_menu>ul>li+li{
		border-top: 1px solid #c2c2c2;
	}
	.header .hd_menu li>a{
		padding: 0.3rem 0;
		font-size: 0.28rem;
		text-align: center;
	}
	.header .topLogo{
		margin-top: 0.25rem;
	}
	.header .operate{
		float: none;
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	.header .operate a{
		font-size: 0.32rem;
	}
	.header .operate>div{
		display: inline-block;
	}
	.header .notLogin{
		margin: 0;
		padding-top: 0.4rem;
	}
	.header .notLogin>a+a:before{
		top: 0;
		left: -0.22rem;
		font-size: 0.3rem;
	}
	.header .hasLogin{
		margin-top: 0.2rem;
        margin-left: 0.3rem;
	}
	.header .hasLogin .user_head{
		margin-right: 0.1rem;
	}
	.header .hasLogin .user_head>img{
		width: 0.8rem;
		height: 0.8rem;
	}
	.header .hasLogin .username{
		max-width: 1.6rem;
		margin-right: 0.1rem;
		font-size: 0.3rem;
	}
	.header .hasLogin .exit_login{
		font-size: 0.3rem;
		color: #666;
	}
	.footer{
		height: auto;
		padding: 0.3rem 0;
	}
	.footer .logos{
		display: block;
	}
	.footer .hotline{
		display: block;
		margin: 0.2rem 0 0;
		font-size: 0.3rem;
	}
	.footer .links>a{
		font-size: 0.24rem;
		color: #666;
	}
	.footer p,.footer p a{
		font-size: 0.2rem;
		color: #999;
	}
}
