@charset "utf-8";
/* 通用 */
*{margin: 0;padding: 0;border: 0;outline: none;box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;-ms-box-sizing: border-box; -moz-box-sizing: border-box;}
html {width: 100%; font-weight: normal; -webkit-text-size-adjust:none; -ms-text-size-adjust: 100%;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}
body{position: relative;min-width: 1200px;overflow-x: hidden;font-family: "微软雅黑",'Microsoft Yahei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;}
ul,ul li,ol,li {list-style: none outside none;}
h1,h2,h3,h4,h5,h6,i{font-weight: normal; font-style: normal;}
img {vertical-align: middle;border: none;}
input,select,option,label,th{vertical-align: middle;border: none}
a {text-decoration: none;color: inherit;}
a:hover {text-decoration: none; }
.clear{
  clear: both;
}
.layout {
  width: 62.5%;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
}
.wrap{
  width: 1200px;
  height: 100%;
  margin:auto;
}
/* 头部logo+导航 */
header{
  width: 100% ;
  height: 80px ;
  position: absolute;
  top:0;
  z-index: 2;
}
.logo{
  width: 1200px;
  margin: auto;
  height: 80px;
  position: relative;
}
.logo_l{
  float: left;
}
.logo_l img{
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}  
.navs{
  width:calc(100% - 390px);
  margin: 0 auto;
  float: right;
}
.navs ul{
  float: right;
  height: 86px;
  color: #555555;
}
.navs li{
  float: left;
  #padding:0 15px;
  padding:0 11px;
  height: 86px;
  line-height: 86px;
  font-size:14px;
  cursor:pointer;
}
.navs a{
  color: #555;
}
.navs a:hover{
  color: #555;
}
.navs span{
  float: left;
  height: 86px;
  line-height: 86px;
  font-size:14px;
  color: #555555;
}
.nav_sel{
  background-image: url(../img/nav-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 61px;
  z-index: 999;
  position:relative;
  color: #fff !important;
}
.head_ewm{
    float: right;
    width: 52px;
    height: 52px;
    background: url(../images/headewm03.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
    margin-top: 0;
    cursor: pointer;
    margin-top: 16px;
}
.head_ewm:hover .head_ewm_erji{
    display: block;
}
.head_ewm_erji{
    display: none;
    position: absolute;
    top: 52px;
    left: -49px;
    width: 150px;
    height: 175px;
    background: url(../images/headewm02.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.head_ewm_erji span{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    font-size: 12px;
    color: #000000;
    line-height: 36px;
    text-align: center;
}

/* banner */
.banner{
  width: 100%;
  height: 390px;
  position:relative;
  background: url(../img/list_header_bg-1.png) no-repeat;
  background-size: 100% 100%;
}
.header-img {
  width: 430px;
  height: 100px;
  position: absolute;
  top: 35%;
  left: 10%;
}

/* 二级导航 */
.banner_w{
  height: 66px;
  width: 100%;
  position:absolute;
  top: 324px;
  background-color: rgb(0,0,0,0.45);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.45) 50%); 
}
.nav_sec{
  width: 1200px;
  margin: 0 auto;
}
.nav_sec ul{
  width: 100%;
}
.nav_sec li{
  height: 66px;
  line-height: 66px;
  color: #FFFFFF;
  float: left;
  width: 20%;
  text-align: center;
  cursor:pointer;
}
.nav_sec a{
  color: #FFFFFF;
}
.nav_sec a:hover{
  color: #FFFFFF;
}
.nav_sec_sel{
  background-color: #ca0202;
}
.box{
  margin:12px auto 0;
  width: 200px;
  height: auto;
  box-shadow: 0px 0px 6px #ccc;
  position: absolute;
  border-radius: 4px;
  z-index: 999;
  background: #fff;
  display:none;
}
.box:before,.box:after{
  position:absolute;
  content:'';
  left:65%;
  overflow:hidden;
  pointer-events:none;
  -webkit-transform:rotate(45deg);
  -mz-transform:rotate(45deg);
  transform:rotate(45deg);
}
.box:before{
  box-shadow:0px 0px 6px #ccc;
  top:-7px;
  width:14px;
  height:14px;
  margin-left:-37px;
}
.box:after{
  top:-6px;
  width:18px;
  height:18px;
  margin-left:-39px;
  background:#fff;
  box-shadow:none;
}
.nav_sec li span{
  margin: 0 0 0 10px;
}
.box_color{
  color: #000;
  width: 90%;
  margin: 0 auto;
}
.box_color a{
  color: #5d5d5d;
}
.box_color a:hover{
  color: #d96c6c;
}
.box_color_l{
  border-bottom: 2px solid #f1f1f1;
}
.box_color:hover{
  color: #d96c6c;
}

/* 当前位置 */
.center_dq{
  height: 100px;
  line-height: 100px;
  font-size: 16px;
}
.center_dq img{
  margin: 0 15px 4px 0;
}
.center_dq a:last-child{
  color:#CA0202;
}
.center_dq a{
  color: #000000;
}

/* 底部 */
.footer {
  width: 100%;
  height: 140px;
  background: #1e1e1e;
  margin-top: 30px;
}
.footer-left {
  display: inline-block;
  float: left;
  position: relative;
}
.footer-left span {
  width: 700px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  position: absolute;
  top: 48px;
}
.footer-left p {
  width: 680px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  position: absolute;
  top: 30px;
}
.footer-left p a{
  color: #ffffff;
  position: absolute;
  top: 48px;
}
.footer-left p img {
  display: inline-block;
  position: absolute;
  top: 47px;
  left: 250px;
}
.footer-left p span {
  position: absolute;
  top: 0px;
  left: 280px;
}
.footer-phone {
  position: absolute;
  top: 40px;
}
.footer-right {
  width: 421px;
  float: right;
  position: relative;
}
.footer-right span {
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 40px;
  left: 60px;
}
.footer-right p {
  font-size: 18px;
  color: #ffffff;
  padding-top: 16px;
  position: absolute;
  top: 75px;
  left: 60px;
}
.footer-bottom {
  height: 10px;
  background: #000000;
}