﻿@charset utf-8;
/** { CSS Reset **/
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 ;}
body,a,input,button{font-size:14px;font-family: "Hiragino Sans GB","ST Heiti","微软雅黑","Microsoft YaHei",SimHei,"HelveticaNeue",Helvetica,Arial,sans-serif !important;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust:100% ;}
fieldset, img {border: 0;}
input, img {vertical-align: middle;}
address, cite, code,dfn , em, th, var , optgroup{ font-style:normal ;font-weight: normal;}
h1, h2 , h3, h4, h5 , h6{ font-size:100% ;font-weight: normal;}
input, textarea , select{ color:#666 ;font-family: Arial,Helvetica,sans-serif;}
input, button , textarea, select, optgroup , option{font-size: 100%;}
ol, ul {list-style: none;}
table{border-collapse :collapse; border-spacing:0 ;}
sup, sub {font-size: 100%;vertical-align :baseline;}
:link, :visited , ins{ text-decoration:none ;}
a {color: #333333;}
a:focus{outline :0; -moz-outline-style:0 ;text-decoration: none;}
a:hover{color: #3196f4;}

/** CSS Reset } **/
/** { CSS Base **/
body{background-color:#fff;}
.left{float:left;}
.right{float:right;}
.clearfix:after {content : "\0020"; display: block ;height: 0;visibility : hidden; clear:both ;}
.clearfix {zoom : 1;}
.clear{clear : both; line-height: 0 ;height: 0;display : block; overflow: hidden ;width: 0;font-size :0;}
.hide{display :none;}
.relative{position :relative;}
.absolute{position :absolute;}
.text-center{text-align:center;}
.mb30{margin-bottom: 30px;}
.mb70{margin-bottom: 70px;}
.bold{font-weight:bold;}
/**  CSS Base } **/
.container{
	min-width: 1080px;
	background: #fff;
    clear: both;
    width: 100%;
    float: left;
}
.wrap{
	width: 1080px;
	margin: 0 auto;
}
.header{
	height: 100px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.logo-box{
	width: 280px;
	height: 68px;
	margin-top: 15px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.logo{
	width: 100%;
}
.nav-list{
	float: right;
}
.nav-list-item{
	float: left;
	width: 112px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-list-item a{
	display: block;
	height: 100%;
	font-size: 16px;
}
.nav-list-item a:hover{
	color: #FF4343;
}
.nav-list-item.selected{
	background-color: #FF4343;
}
.nav-list-item.selected a{
	color: #fff;
}
/** small-header **/
.header-sm{
	height: 60px;
}
.header-sm .logo-box{
	width: 190px;
	margin-top: 20px;
}
.header-sm .nav-list-item {
    height: 60px;
    line-height: 60px;
}
/** footer **/
.footer {
    position: relative;
    background-color: #202020;
    font-size: 14px;
    color: #999;
    width:100%;
    float:left;
}
.footer a{
  color:#fff;
}
.footer a:hover{
  color: #999;
}
.footer .copyright{
  border-top:1px solid #999;
  text-align:center;
  padding:50px 0
}
.footer .links{
  padding:50px 0;
}
.footer .left-links,.footer .right-links{
  display:inline-block;
}
.footer .left-links a{
  padding-right:15px;
}
.footer .right-links{
    float: right;
    margin-top: -20px;
}
.footer .right-links a{
    margin-left: 5px;
    position: relative;
}
.footer .right-links a i{
    font-size: 36px;
}
.footer .right-links a i:before {
    position: relative;
    z-index: 5;
}

.footer .right-links a:first-child i{
    color: #f34252;
}
.footer .right-links a:nth-child(2) i{
    color: #34bd28;
}
.footer .right-links a:nth-child(2) img{
    position: absolute;
    top: -220px;
    left: 50%;
    width: 140px;
    height: 201px;
    margin-left: -70px;
    display: none;
}
.footer .right-links a:nth-child(3) i{
    color: #009fff;
}
.footer .right-links a:last-child i{
    color: #f7b908;
}
.share-btn{
	position: absolute;
	top: 9px;
	right: 50px;
	width: 40px;
	height: 40px;
	background: url(images/icon-common.png) 0 -60px no-repeat;
	background-size: 150px 150px;
	-ms-behavior: url(images/backgroundsize.min.htc);
    behavior: url(images/backgroundsize.min.htc);
    display: inline-block;
}
.share-btn:hover{
	background-position: 0px -110px;
}
.weixin-btn{
	right: 0;
	background-position: -50px -60px;
}
.weixin-btn .wx-qrcode{
	position: absolute;
	top: -201px;
	left: 50%;
	width: 140px;
	height: 201px;
	margin-left: -70px;
	display: none;
}
.weixin-btn:hover{
	background-position: -50px -110px;
}
.list-wrap{
	width: 100%;
	overflow: hidden;
}