@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,helvetica,clean,sans-serif;
}

select, input, button, textarea, button {
    font: 99% arial,helvetica,clean,sans-serif;
}

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/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: #df1f29;
  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: #df1f29;
  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:#df1f29;
}





/* Header YangFangLing 2019年1月17日 */
.Header{background-color: #fff;}

.top-wrap{height: 40px;line-height: 40px;font-size:13px;color: #fff;background-color: #1041ba;}
.top-menu{float:right;}
.top-menu li{float:left;font-size: 14px;}
.top-menu li>a{display:block;color: #fff;}
.top-menu li>a::before{display:block;content:"";float:right;margin: 12px 25px;width:7px;height:14px;background:url(../images/top_menu_line.png) no-repeat center center;}
.top-menu li>a:hover{color:#c30010;}
.welcome{font-size: 14px;color:#fff;}
.top-menu li:last-child a::before{background: none;margin: 0;width: auto;}

.HeaderCenter{padding: 31px 0;height:78px;overflow:hidden;}
.HeaderCenter .logo{float:left;width:213px;height:77px;overflow:hidden;margin-right: 25px;}
.HeaderCenter .logo img{display: block;
    width: 75%;
    margin: 0 auto;}
.HeaderCenter .slogan{float:left;position: relative;top: 15px;border-left: 1px #ddd solid;padding-left: 25px;}
.HeaderCenter .slogan h3, .HeaderCenter .slogan h2{font-size: 30px;color: #333;}
.HeaderCenter .slogan p{font-size: 16px;color: #666;margin-top: 5px;}
.HeaderCenter .tel{float:right;margin-top: 20px;}
.HeaderCenter .tel dl{padding-left:45px;background:url(../images/phone_03.jpg) no-repeat 0 center;float:left;margin-left: 35px;height: 50px;}
/* .HeaderCenter .tel dl:first-child{margin-left: 0;background:url(../images/tel.png) no-repeat 0 center;} */
.HeaderCenter .tel dt{font-size: 16px;color: #333;margin-top: 5px;display: flex;}
.HeaderCenter .tel dt:first-child{margin-top: 0;}
.HeaderCenter .tel dt em{font-size: 20px;color: #333;display:block;line-height: 50px;margin-right: 20px;}

.Nav{height: 70px;line-height: 70px;background-color: #1041ba;position: relative;z-index: 99;}
.Nav ul li{float: left;font-size: 18px;background: url(../images/NavBox.png) no-repeat center left;position: relative;}
.Nav ul li::after{background:url(../images/sjx.png) no-repeat center center;width: 8px;height: 4px;display: block;content: "";position: absolute;left: 50%;margin-left: -4px;bottom: 15px;display: none;}
.Nav ul li:first-child{background: none;}
.Nav ul li:first-child::after{margin-left: -20px;}
.Nav ul li:last-child::after{margin-left: 13px;}
.Nav ul li:first-child > a{padding-left: 0;}
.Nav ul li:last-child a{padding-right: 0;}
.Nav ul li>a{color: #fff;display: block;padding: 0 28px;}
.Nav ul li.cur::after{display: block;}
.Nav ul li:hover::after{display: block;}

.Nav.cur{position: fixed;top: 0;left: 0;background-color: #1041ba;width: 100%;height: 60px;z-index: 99;}
.Nav.cur ul li{height: 60px;line-height: 60px;}
.Nav.cur ul li .y-submenu07-box{top: 60px;}
/* Header End */

/* 导航下拉 YangFangLing 2019年1月17日 */
.y-submenu07-box {width: 180px;border: solid 1px #dedede;background-color: #fff;margin: 0 auto;position: absolute;z-index:99999;left: 0;top: 70px;}
.y-submenu07-box a {display: block;text-align: left;color: #999;font-size: 14px;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height: 40px;line-height: 40px;padding-left: 55px;padding-right: 10px;}
.y-submenu07-box a:before {content:'';display: block;width: 11px;height: 1px;background-color: #999;position: absolute;left: 25px;top: 20px;}
.y-submenu07-box a:hover { background-color: #f1f1f1; }
/* 导航下拉 End */

/* Footer YangFangLing 2019年1月17日 */
.Footer{background-color: #110909;overflow: hidden;}

.FooterBot{height: 55px;line-height: 55px;border-top: 1px #333 solid;}
.FooterBot a.a1{font-size: 14px;color: #999;}
.FooterBot a.a1:hover{color: #fff;}
.FooterBot p a{font-size: 14px;color: #999;margin: 0 11px;}
.FooterBot p a:hover{color: #fff;}

.FooterTop{padding: 70px 0 50px;}
.FooterTop dl{float: left;width: 185px;}
.FooterTop dl dt{font-size: 18px;color: #fff;text-align: center;}
.FooterTop dl dt a{color: #fff;border-left: 2px #fff solid;padding-left: 10px;}
.FooterTop dl dd{margin-top: 40px;text-align: center;}
.FooterTop dl dd a:hover{color: #fff;}
.FooterTop dl dd a{display: block;color: #fff;font-size: 14px;color: #999;margin-top: 15px;}
.FooterTop dl dd a:first-child{margin-top: 0;}

.FooterEwm .item{float: left;width: 150px;text-align: center;margin-left: 50px;}
.FooterEwm .item img{width: 150px;height: 150px;display: block;}
.FooterEwm .item p{color: #999;font-size: 14px;margin-top: 10px;}

.FooterBox h3, .FooterBox h2{font-weight: normal;font-size: 18px;color: #fff;margin-bottom: 35px;}
.FooterBox h3 i, .FooterBox h2 i{width: 2px;height: 20px;display: inline-block;*display: inline;*zoom: 1;background-color: #fff;margin-right: 10px;vertical-align: middle;}
.FooterBox h3 em, .FooterBox h2 em{font-size: 22px;color: #c30010;}
.FooterBox p{font-size: 14px;color: #999;margin-top: 15px;}
.FooterBox p a{color: #999;}
.FooterBox p a:hover{color: #fff;}
/* Footer End */
a.keys {
    color: inherit;
}