@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 5px;
    }

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}
    /*for ie f6n.net*/
    a:focus {
        outline: none;
    }
    /*for ff f6n.net*/
    a:hover {
        text-decoration: none;
    }
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 "微软雅黑","Arial Narrow",HELVETICA;
}

select, input, button, textarea, button {
    font: 99% "微软雅黑","Arial Narrow",HELVETICA;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/
body {
    background: #f4f4f4;
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/Common/tanchuangBg.png);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #007bc1;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #007bc1;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
   display:block;
   width:70px;
   height:36px;
   line-height:36px; 
   color:#fff; 
   border-radius:5px; 
   margin:36px auto 0; 
   text-decoration:none;
   background:#007bc1;
}

/* 头部样式 */
.header{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.header .width1200{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.header .heaer_up{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e8e8e8;
}
.header .heaer_up p{
    font-size: 13px;
    line-height: 40px;
    color: #797979;
}
.header .width1200 .heaer_upList{
    width: auto;
    height: 40px;
}
.header .heaer_upList ul li a{
    font-size: 13px;
    line-height: 40px;
    color: #797979;
    padding: 0 18px;
    position: relative;
}
.header .heaer_upList ul li a::after{
    content: "";
    width: 0px;
    height: 10px;
    border-right: 1px dotted #666666;
    position: absolute;
    right: 0;
    top: 4px;
}
.header .heaer_upList ul li:nth-last-child(1) a::after{
    border: 0;
}
.header .header_content{
    width: 100%;
    height: 130px;
    padding: 24px 0;
    box-sizing: border-box;
}
.header .header_contentL a{
    display: block;
    width: 200px;
    height: 82px;
    border-right: 1px solid #e8e8e8;
}
.header .header_contentL a img{
    max-width: 100%;
}
.header .heaeder_adv{
    width: auto;
    height: 100%;
    padding-left: 18px;
}
.header .heaeder_adv h5{
    font-size: 16px;
    line-height: 45px;
    color: #333333;
    font-weight: 400;
}
.header .heaeder_adv li{
    width: auto;
    padding-right: 10px;
    padding-left: 23px;
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    float: left;
    position: relative;
}
.header .heaeder_adv li::before{
    content:"";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 2px;
    top: 7.5px;
    background-image: url(../images/Common/itemPic01.png);
}
.header .header_contentR{
    padding-top: 10px;
    padding-left: 52px;
    position: relative;
}
.header .header_contentR::before{
    content:"";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0px;
    top: 18px;
    background-image: url(../images/Common/header_tel.png);
}
.header .header_contentR p{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.header .header_contentR span{
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

/* nav样式 */
.nav{
    height: auto;
    background: #010715;
    overflow: hidden;
}
.nav ul li{
    float:left;
    width: calc((100% - 155px) / 6);
    padding: 7px 0;
    position: relative;
    text-align: center;
}
.nav ul li:hover a{
    background: #e20013;
}
.nav ul li::after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 30px;
    border-right: 1px dashed #434343;
    right: 0;
    top: 19px;
}
.nav ul li:nth-child(1){
    width: 155px;
}
.nav ul li:nth-last-child(1)::after{
    border: 0;
}
.nav ul li a{
    width: 134px;
    height: 100%;
    font-size: 19px;
    color: #ebebeb;
    line-height: 54px;
    display: block;
    margin: 0 auto;
    border-radius: 0px 10px 0 10px;
    font-weight: 700;
}
.nav ul li:nth-child(1) a{
    margin: 0;
} 
.nav ul li.cur a{
    background: #e20013;
}

/* footer */
.footer{
    width: 100%;
    height: auto;
    padding-top: 72px;
    overflow: hidden;
    background: #222222;
}
.footer .width1200{
    padding-bottom: 35px;
    overflow: hidden;
}
.footer .footerList{
    width: 186px;
    height: auto;
    float: left;
    position: relative;
    border-right: 1px solid #2d2d2d;
    box-sizing: border-box;
}
.footer .footerList::before{
    content: "";
    width: 1px;
    height: 9px;
    background: #007bc1;
    position: absolute;
    right: -1px;
    top: 10px;
}
.footer .footerList:nth-child(2){
    width: 218px;
    padding: 0;
    text-align: center;
}
.footer .footerList:nth-child(3){
    width: 465px;
    padding-left: 56px;
}
.footer .footerList p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}
.footer .footerList>ul>li{
    font-size: 14px;
    color: #999999;
    line-height: 34px;
}
.footer .footerList>ul>li>a{
    color: #999999;
}
.footer .footerList>ul>li span{
    color: #fff;
    font-weight: bold;
}
.footer .footerM{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.footer .footerM ul li{
    padding-right: 12px;
    float: left;
}
.footer .footerM ul li a{
    font-size: 13px;
    color: #666666;
    line-height: 30px;
}
.footer .footer_ewm{
    width: 327px;
    height: auto;
    overflow: hidden;
    padding-left: 40px;
    box-sizing: border-box;
}
.footer .footer_ewm>p{
    font-size: 13px;
    color: #fff;
    line-height: 40px;
}
.footer .footer_ewm>span{
    font-size: 24px;
    color: #007bc1;
    line-height: 40px;
}
.footer .ewm{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.footer .ewmList{
    width: 115px;
    height: auto;
    margin-right: 20px;
    padding: 17px 17px 0 17px;
    text-align: center;
    position: relative;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.footer .ewmList:nth-last-child(1){
    margin: 0;
}
.footer .ewmList div{
    width: 81px;
    height: 81px;
}
.footer .ewmList>span{
    font-size: 12px;
    color: #999999;
    line-height: 38px;
}
.footer .ewmList div img{
    width: 100%;
    height: 100%;
}
.footer .ewmList i{
    display: block;
    width: 86%;
    height: 35px;
    background: url(../images/Common/ewm_s.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 7%;
    top: 0;
    z-index: 9;
    -webkit-transform: translateY(330%);
    -moz-transform: translateY(330%);
    transform: translateY(330%);
    -webkit-animation: sEwm 3s ease-out alternate infinite;
    animation: sEwm 3s ease-out alternate infinite;
    -moz-animation: sEwm 3s ease-out alternate infinite;
}
@keyframes sEwm{
    100%{
        transform: translateY(0);
    }
}
.footer .footer_down{
    width: 100%;
    height: 70px;
    background: #2c2c2c;
}
.footer .footer_down a{
    font-size: 13px;
    color: #4e4e4e;
    line-height: 70px;
    float: left;
    margin-right: 25px;
}
.footer .footer_down a:nth-last-child(1){
    float: right;
    margin:0;
}


/*--header_search--*/
.header_search{position:relative;margin-top: 16px;margin-right: 20px;width:240px;height:45px;border:#ddd solid 1px;background:#fff;overflow:hidden;}
.header_search input{display:block;padding:15px;width:100%;height:45px;border:none;box-sizing:border-box;}
.header_search button{display:block;position:absolute;right:0;top:0;width:45px;height:45px;border:none;cursor:pointer;background:#007bc1 url(../images/Index/form_search.png)center no-repeat;}
/*--end header_search--*/