@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: #d82128;
  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: #d82128;
  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:#d82128;
}



/* Header YangFangLing 2019年2月13日 */
.Header{background-color: #fff;}

.HeaderCenter{padding: 25px 0;height:78px;overflow:hidden;}
.HeaderCenter .logo{float:left;padding-right: 30px;width: 174px;height: 59px;overflow:hidden;border-right: 1px #ddd solid;margin-right: 30px;margin-top: 10px;}
.HeaderCenter .logo img{display:block;width: 174px;height: 59px;}
.HeaderCenter .slogan{float:left;position: relative;top: 10px;}
.HeaderCenter .slogan h3{font-size: 24px;color: #d82128;}
.HeaderCenter .slogan p{font-size: 18px;color: #666;margin-top: 5px;}
.HeaderCenter .tel{float:right;margin-top: 13px;}
.HeaderCenter .tel dl{padding-left: 75px;background:url(../images/Common/tel.png) no-repeat 0 center;}
.HeaderCenter .tel dt{font-size: 14px;color: #333;margin-bottom: 5px;}
.HeaderCenter .tel dd{font-size: 30px;color: #d82128;}

.HeaderNav{height: 60px;border-top: 1px #dedede solid;}
.HeaderNav ul li{float: left;border-left: 1px #dedede solid;line-height: 60px;height: 60px;padding: 0 24px;position: relative;}
.HeaderNav ul li:first-child{border-left: none;}
.HeaderNav ul li>a{font-size: 16px;color: #242021;padding-bottom: 19px;position: relative;}
.HeaderNav ul li.cur>a{border-bottom: 3px #d82128 solid;color:#d82128 ; font-weight:bold;}
.HeaderNav ul li:hover>a{border-bottom: 3px #d82128 solid;color:#d82128 ;font-weight:bold;}
.HeaderNav ul li>a::after{content: "";position: absolute;left: 50%;margin-left: -3.5px;bottom: 0;background:url(../images/Common/sjx.png) no-repeat center center;width: 7px;height: 4px;display: none;}
.HeaderNav ul li.cur>a::after{display: block;}
.HeaderNav ul li:hover>a::after{display: block;}

.wrapper{margin:0 auto;width:1200px;}
.top-wrap{height: 45px;line-height: 45px;font-size:13px;color:#333;background-color: #f1f1f1;}
.top-menu{float:right;}
.top-menu li{float:left;}
.top-menu li>a{display:block;color: #333;font-size: 14px;}
.top-menu li>a:before{display:block;content:"";float:right;margin: 0 20px;width:1px;height: 45px;background:url(../images/Common/top_menu_line.png) no-repeat center;}
.top-menu li>a:hover{color:#d82128;}
.top-menu li.lang{position:relative;text-align:right;cursor:pointer;}
.top-menu li.lang span{display:block;height: 45px;color:#333;padding-left: 30px;background:url(../images/Common/lang.png) no-repeat 0 center;}
.top-menu li.lang span i{background:url(../images/Common/HearderSjx.png) no-repeat center center;width: 7px;height: 4px;display: inline-block;*display: inline;*zoom: 1;vertical-align: 2px;margin-left: 10px;}
.top-menu li.lang dl{display:none;position:absolute;z-index:999;top:100%;right:0;padding: 0 20px;width:100%;text-align:center;border:#eaeaea solid 1px;overflow:hidden;box-shadow:0 0 10px #ddd;background:#fff;}
.top-menu li.lang:hover dl{display:block;}
.top-menu li.lang:hover dl a:hover{color:#d82128;}

.HeaderFooter{background: url(../images/Common/dizhi.png) no-repeat center left;padding-left: 20px;}
.HeaderFooter select{border: none;outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;}
.HeaderFooter #province{height: 45px;line-height: 45px;width: 98px;font-size: 14px;}
#province{background: url(../images/Common/HearderSjx.png) no-repeat scroll right 20px transparent;}
.HeaderFooter select::-ms-expand { display: none; }
.HeaderFooter select option{color: #666;}

.HeaderFooter p{float: left;margin-left: 20px;font-size:14px;color: #333;}
.HeaderFooter p b{font-weight: normal;font-size: 14px;color:#999;margin: 0 10px;}

.HeaderFooter ul {float: right;}
.HeaderFooter ul li:hover{color: #d82128;font-weight: bold;}
.HeaderFooter ul li {font-size: 14px;height: 50px;line-height: 50px;color: #999;float: left;text-align: right;position: relative;padding-left: 20px;margin-left: 20px;}
.HeaderFooter ul li a{text-decoration: none;color: #999;font-size: 12px;}
.HeaderFooter ul li:first-child{background: none;padding-left: 0;margin-left: 0;}
.HeaderFooter ul li.li04 a:first-child{margin-left: 0;}
.HeaderFooter ul li.li04 a{margin-left: 15px;}

.province{position:relative;height:50px;float: left;}
.province span{display:block;color:#333;height: 45px;line-height: 45px;cursor:pointer;}
.province ul{display:none;position:absolute;z-index:9999;top: 45px;width:98px;background:#fff;border:#ddd solid 1px;border-top:none;}
.province li{float:none !important;margin:0 !important;padding:0 !important;color:#666;width:98px !important;height: 35px !important;line-height: 35px !important;text-align:center !important;background:none !important;cursor:pointer;}
.province li:hover{background: url(../images/Common/FooterBox02.jpg) no-repeat center left !important;}
#city{float:left; font-size:14px;color: #333;}
#city p{display:none;}
#city p b{font-weight: normal;font-size: 14px;color:#999;margin: 0 10px;}
/* Header End */

/* 导航下拉 YangFangLing 2019年2月14日 */
.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月13日 */
.Footer{background-color: #fff;overflow:  hidden;}

.FooterTop{padding: 40px 0;background-color: #333;}
.FooterTop dl{width: 230px;float: left;padding-left: 35px;}
.FooterTop dl dt{font-size: 18px;margin-bottom: 25px;}
.FooterTop dl dt a{color: #fff;font-weight: bold;}
.FooterTop dl dt a:hover{text-decoration: underline;}
.FooterTop dl dd a{display: block;color: #fff;font-size: 16px;margin-top: 20px;}
.FooterTop dl dd a:first-child{margin-top: 0;}
.FooterTop dl dd a:hover{text-decoration: underline;}

.FooterBox{overflow: hidden;}
.FooterBox span{width: 119px;height: 119px;display: block;float: left;}
.FooterBox span img{width: 119px;height: 119px;display: block;}
.FooterBox .Box{float: right;margin-left: 20px;}
.FooterBox .Box h3{font-weight: normal;font-size: 30px;color: #fff;margin-top: 13px;}
.FooterBox .Box h3:first-child{margin-top: 0;}
.FooterBox .Box h3 em{display: block;font-size: 14px;color: #fff;}

.FooterBot{padding: 25px 0;border-top: 1px #e0e0e0 solid;text-align: center;}
.FooterBot p{font-size: 14px;color: #666;margin-top: 10px;}
.FooterBot p:first-child{margin-top: 0;}
.FooterBot p a{color: #666;margin: 0 5px;}
.FooterBot p a:hover{text-decoration: underline;}
.FooterBot p span{margin-left: 25px;}

.FooterCenter{height: 60px;line-height: 60px;text-align: center;}
.FooterCenter a{font-size: 14px;color: #333;width: 120px;text-align: center;display: inline-block;*display: inline;*zoom: 1;background: url(../images/Common/FooterBox.jpg) no-repeat center left;}
.FooterCenter a:first-child{background: none;}
.FooterCenter a:hover{text-decoration: underline;}
/* Footer End */

/*站内互链去高亮*/
a.keys {
    color: inherit;
}