@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/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: #0169ca;
  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: #0169ca;
  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:#0169ca;
}



/* Header YangFangLing 2019年2月20日 */
.Header{background-color: #fff;}

.Nav{height: 60px;line-height: 60px;background-color: #0169ca;position: relative;z-index: 9;}
.Nav ul li{float: left;font-size: 15px;position: relative;}
.Nav ul li:first-child{background: none;}
.Nav ul li>a{color: #fff;display: block;padding: 0 23.5px;}
.Nav ul li.cur{background-color: #f57f30;}
.Nav ul li:hover{background-color: #f57f30;}

.HeaderCenter{padding: 15px 0;height:78px;overflow:hidden;}
.HeaderCenter .logo{float:left;padding-right: 20px;width: 103px;height: 51px;overflow:hidden;border-right: 1px #dadada solid;margin-right: 20px;margin-top: 15px;}
.HeaderCenter .logo img{display:block;width: 103px;height: 51px;}
.HeaderCenter .slogan{float:left;position: relative;top: 15px;}
.HeaderCenter .slogan h3{font-size: 19px;color: #f57f30;}
.HeaderCenter .slogan p{font-size: 15px;color: #666;margin-top: 10px;}
.HeaderCenter .slogan p span{border-left: 1px #c2c2c2 dotted;padding-left: 10px;margin-left: 10px;}
.HeaderCenter .slogan p span:first-child{border-left: none;padding-left: 0;margin-left: 0;}
.HeaderCenter .slogan p span b{color: #333;}
.HeaderCenter .tel{float:right;margin-top: 12px;}
.HeaderCenter .tel dt{font-size: 14px;color: #fff;background: url(../images/Common/PromBg.png) no-repeat center center;width: 130px;height: 29px;text-align: center;line-height: 20px;}
.HeaderCenter .tel dd{font-size: 26px;color: #333;font-weight: bold;}

.headerTop{width: 100%;line-height: 45px;border-bottom: 1px #dadada solid;}
.headerTop p{font-size: 14px;line-height: 45px;color: #999;float: left;}
.headerTop .container ul {float: right;}
.headerTop .container ul li {font-size: 14px;height: 45px;line-height: 45px;color: #999;float: left;text-align: right;background: url(../images/Common/HeaderXt.png) no-repeat center left;padding-left: 15px;margin-left: 15px;}
.headerTop .container ul li a{text-decoration: none;color: #999;font-size: 14px;}
.headerTop .container ul li:first-child{padding-left: 0;margin-left: 0;background: none;}

.Nav.cur{position: fixed;top: 0;left: 0;background-color: #0169ca;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年2月20日 */
.y-submenu07-box {width: 170px;border: solid 1px #dedede;background-color: #fff;margin: 0 auto;position: absolute;left: 0;top: 60px;z-index: 9;}
.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: 60px;}
.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年2月20日 */
.Footer{background-color: #fff;}

.FooterBot{height: 90px;line-height: 40px;margin-top:40px;text-align: center;border-top: 1px #f3f3f3 solid;}
.FooterBot a{font-size: 14px;color: #666;margin: 0 10px;}
.FooterBot a:hover{text-decoration: underline;}
.FooterBot a:first-child{color: #333;font-size: 16px;}

.FooterTop{padding-top: 50px;}

.FooterLeft{width: 510px;}
.FooterLeft h3{font-weight: normal;font-size: 18px;margin-bottom: 30px;}
.FooterLeft h3 a{color: #333;margin-left: 50px;}
.FooterLeft h3 a:first-child{margin-left: 0;}
.FooterLeft h3 a:hover{text-decoration: underline;}
.FooterLeft p{color: #666;font-size: 14px;margin-top: 10px;}
.FooterLeft p a{color: #666;margin: 0 10px;}
.FooterLeft p a:hover{text-decoration: underline;}

.FooterRight{overflow: hidden;}
.FooterRight dl{background: url(../images/Common/FooterIcon02.png) no-repeat center left;padding-left: 60px;float: left;margin-left: 30px;}
.FooterRight dl:first-child{background: url(../images/Common/FooterIcon01.png) no-repeat center left;margin-left: 0;}
.FooterRight dl dt{font-size: 14px;color: #666;}
.FooterRight dl dd{font-size: 22px;color: #f57f30;font-weight: bold;margin-top: 5px;}

.FooterCenter{background: url(../images/Common/EwmBg.png) no-repeat center left;width: 216px;height: 203px;margin-top: -72px;}
.FooterCenter img{display: block;width: 123px;height: 123px;display: block;margin: 30px auto 15px;}
.FooterCenter p{color: #fff;font-size: 14px;text-align: center;}
/* Footer End */