@charset "UTF-8";

/**
* 通用样式文件
*@file:common.css;
*@create author:gj;
*@create time 2017/11/6
**/
html,body{width:100%;height:100%}
*, html, 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;
}
fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

em, cite {
  font-style: normal;
}
input, button, textarea, select, optgroup, option {
  outline: none;
}

input, button, textarea, select {
  *font-size: 100%;
  font-family:"Microsoft YaHei";
}

img {
  vertical-align: top;
  border: 0;
}

html, body {
  font: normal 14px/24px "Microsoft YaHei" !important;/*"cochinArchaic",*/
  background: url(../../image/jianbian_bg.jpg) repeat-x;
}
a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
/* 清除浮动 */
.clear{ clear:both}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content:" ";clear: both;height: 0;}
.clearfix{*zoom:1;}

.left{ float:left}
.right{ float:right}

body{
  width: 100%;
}
/*公用*/

/*头部 开始*/
.header{
  width:100%;
  height: 71px; min-width:1200px;
  overflow: hidden;
 
}
.header .headerMain{
  width:1205px;
  height:71px;
  line-height: 71px;
  overflow: hidden;
  margin:0 auto;
}
.header .headerMain h1 a{
  width: 171px;
  height: 39px;
  display: inline-block;
  float: left;
  background: url(../../image/common/logo.png) no-repeat; background-size:100% 100%;
  text-indent: -9999px;
  margin-top: 13px;
}
.header .headerMain h1 span{
  width: 204px;
  height: 60px;
  display: inline-block;
  float: left;
  background: url(../../image/common/pc_03_1.png) no-repeat; background-size:100% 100%;
  text-indent: -9999px;
  margin-top: 6px;
}
.header .headerMain ul{
  height: auto;
  overflow:hidden;
  float: left;
  margin-left: 60px;
}
.header .headerMain ul li{
  float: left;
  margin-right: 25px;
}
.header .headerMain ul li a{
  font-size: 16px;
  color:#2e2e2e;
}
.header .headerMain ul li a.Cur{
  color:#4ba1de;
}
.header .headerMain .userInfo{
  float: right;
  color:#2e2e2e;
  height: auto;
  overflow:hidden;
}
.header .headerMain .userInfo em{
  width: 13px;
  height: 15px;
  display: inline-block;
  float: left;
  background: url(../../image/common/peoIcon.png) no-repeat;
  margin-right: 15px;
  margin-top: 28px;
}
.header .headerMain .userInfo span{
  display: inline-block;
  font-size: 14px;
  margin-right: 3px;
}
.header .headerMain .userInfo a{
  color: #2e2e2e;
  font-size: 14px;
  display: inline-block;
  margin-left: 3px;
}
/*头部 结束*/
.bannerMain{
  width: 100%;
  height: 97px; min-width:1200px;
  overflow: hidden;
  background:url(../../image/common/bannerPic.jpg) no-repeat;
  background-size: cover;
}
.bannerMain .bannerInfo{
  width: 1205px;
  height: 97px;
  line-height: 97px;
  overflow: hidden;
  margin:0 auto;
  font-size: 14px;
  color:#ffffff;
}
.footer{
  width:100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color:#676767;
  margin:40px 0;
}
/*页数*/
.pageMain{
  min-width: 340px;
  height: auto;
  overflow:hidden;
  text-align: center;
  margin:30px 0 60px;
}
.pageMain a{
  display:inline-block;
  padding:0 20px;
  height: 40px;
  line-height: 40px;
  border:1px solid #dedfe3;
  font-size: 16px;
  color:#737373;
  margin-left: 3px;
}
.pageMain a.Cur{
  border:1px solid #4ba1de;
  color:#fff;
  background: #4ba1de;
}