@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;
  -webkit-touch-callout: none;
  //user-select: none;
}

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: 14px/1.231 arial,helvetica,clean,sans-serif;    
     /* font-size: 14px; */color: #333;font-family: "微软雅黑";
}

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;
}
.bodyBg{background: #fff;}
.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: #000;
  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: #000;
  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:#000;
}



/* Header YangFangLing 2019年3月4日 */
.Header{background-color: #fff;}

.HeaderBox{height: 110px;}
.HeaderBox a.Logo{width: 196px;height: 73px;display: block;position: relative;top: 20px;}
.HeaderBox a.Logo img{width: 287px;

height: 90px;

display: block;

position: relative;

top: -10px;}

.HeaderBox ul li{float: left;font-size: 16px;line-height: 110px;margin-left: 33px;position: relative;}
.HeaderBox ul li:first-child{margin-left: 0;}
.HeaderBox ul li>a{color: #333;padding-bottom: 5px;font-weight: bold;}
.HeaderBox ul li:hover>a{border-bottom: 4px #000 solid;text-decoration:none;}
.HeaderBox ul li.cur>a{border-bottom: 4px #ffce00 solid;}

.HeaderTop{width: 100%;line-height: 40px;background-color: #f7f7f7;}
.HeaderTop p{font-size: 15px;line-height: 40px;color: #313131;float: left;background: url(../images/Common/HearderIcon02.jpg) no-repeat center right;padding-right: 25px;}
.HeaderTop p b{margin-right:5px; font-size:16px}
.HeaderTop .container ul {float: right;}
.HeaderTop .container ul li {font-size: 15px;height: 40px;line-height: 40px;color: #313131;float: left;text-align: right;background: url(../images/Common/HeaderXt.jpg) no-repeat center right;padding-right: 15px;margin-right: 15px;}
.HeaderTop .container ul li a{text-decoration: none;color: #313131;font-size: 15px;}
.HeaderTop .container ul li:last-child{padding-right: 0;margin-right: 0;background: none;}
.HeaderTop .container ul li.li03{background: url(../images/Common/HeaderIcon.png) no-repeat center left;padding-left: 26px;/*font-weight: 600;*/}

.HeaderTop .container ul li.lang{position:relative;text-align:right;cursor:pointer;}
.HeaderTop .container ul li.lang span{display:block;height: 45px;color:#333;}
.HeaderTop .container ul li.lang span i{background:url(../images/Common/HearderSjx.png) no-repeat center center;width: 14px;height: 8px;display: inline-block;*display: inline;*zoom: 1;vertical-align: 2px;margin-left: 10px;}
.HeaderTop .container ul li.lang:hover span i{background:url(../images/Common/HearderSjx02.png) no-repeat center center;}
.HeaderTop .container ul 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;}
.HeaderTop .container ul li.lang:hover dl{display:block;}
.HeaderTop .container ul li.lang:hover dl a:hover{color:#000;}
/* Header End */

/* 导航下拉 YangFangLing 2019年3月5日 */
/*.y-submenu07-box {width: 140px;border: solid 1px #dedede;background-color: #fff;margin: 0 auto;position: absolute;left: 0;top: 74px;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: 15px;}
//.y-submenu07-box a:before {content:'';display: block;width: 11px;height: 1px;background-color: #999;position: absolute;left: 10px;top: 20px;}
.y-submenu07-box a:hover { background-color: #f1f1f1; }*/

.y-submenu07-box {width: 140px; border: solid 1px #f3f3f3; background-color: rgba(255,255,255,.8);position: absolute;left: -50%;top: 80px;z-index: 9;}
.y-submenu07-box a {display: block;text-align: left;color: #333;font-size: 14px;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height: 40px;line-height: 40px;padding: 0 5px;text-align: center;}
/*.y-submenu07-box a:before {content:'';display: block;width: 11px;height: 1px;background-color: #999;position: absolute;left: 10px;top: 20px;}*/
.y-submenu07-box a:hover { background-color: #fff;text-decoration:underline }


/* 导航下拉 End */

.HeaderBox.cur{position: fixed;top: 0;left: 0;background-color: #fff;width: 100%;height: 110px;z-index: 9999;border-bottom: 1px #ddd solid;box-shadow:  0 5px 20px rgba(0,0,0,0.1);}
/*.HeaderBox.cur ul li{height: 80px;line-height: 80px;}
.HeaderBox.cur ul li .y-submenu07-box{top: 80px;}
.HeaderBox.cur a.Logo{width: 150px;height: 50px;top: 15px;}
.HeaderBox.cur a.Logo img{width: 150px;height: 50px;}*/

/* Footer YangFangLing 2019年3月4日 */
.Footer{background: #121212;overflow: hidden;}

.FooterTop{padding: 25px 0;}
.FooterTop span{width: 112px;height: 119px;display: block; margin-top: -4px;}
.FooterTop span img{width: 110px;height: 116px;display: block;}

.FooterTop dl{margin-left: 20px;}
.FooterTop dl dt{width: 120px;/* height: 120px; */}
.FooterTop dl dt img{width: 110px;height: 110px;display: block;}
.FooterTop dl dd{margin-left: 20px;}
.FooterTop dl dd p{color: #888888;font-size: 16px;margin-top: 11px;}
.FooterTop dl dd p:first-child{margin-top: 0;font-size: 16px;}

.FooterBox{width: 311px;}
.FooterBox ul{margin-left: -45px;margin-top: -3px;}
.FooterBox ul li{font-size: 16px;float: left;margin-bottom: 16px;margin-left: 25px;}
.FooterBox ul li a{color: #888888;}
.FooterBox ul li a:hover{text-decoration: underline;}

.FooterBox p{margin-top: 20px;}
.FooterBox p a{font-size: 15px;color: #a2a2a2;margin-left: 33px;}
.FooterBox p a:first-child{margin-left: 0;}
.FooterBox p a:hover{text-decoration: underline;}

.FooterBot{height: 46px;line-height: 46px;background: #121212;}
.FooterBot p{font-size: 14px;color: #9b9b9b;background: url(../images/Common/IconBox.png) no-repeat center left;padding-left: 30px;}
.FooterBot p a{color:#9b9b9b;}
.FooterBot p.Link{background:none;padding-left: 272px;font-size: 16px;width: 225px;overflow: hidden;height: 50px;}
.FooterBot p.Link a{padding-right:8px;color:#a2a2a2}

.FooterBot ul li{float: left;margin-left: 20px;}
.FooterBot ul li:first-child{margin-left: 0;}
.FooterBot ul li a{font-size: 14px;color: #a2a2a2;}
.FooterBot ul li a:hover{text-decoration: underline;}
.FooterBot ul li.li01{background: url(../images/Common/FooterIcon01.png) no-repeat center right;padding-right: 20px;}
.FooterBot ul li.li02 a{/*border-right: 1px #5f5f5f dotted;*/padding-right: 15px;}
.FooterBot ul li.li03{background: url(../images/Common/FooterIcon02.png) no-repeat center right;padding-right: 70px;}
.FooterBot ul li a i{width:54px;height:13px;display:inline-block;vertical-align:middle;background: url(../images/Common/FooterIcon02.png) no-repeat center center;margin-left: 10px;}
/* Footer End */


@font-face {
  font-family: "icomoon";
  src: url("../font/DIN MEDIUM_0.woff2") format("woff2"),
       url("../font/DIN MEDIUM_0.woff") format("woff"),
       url("../font/DIN MEDIUM_0.ttf") format("truetype"),
       url("../font/DIN MEDIUM_0.eot") format("embedded-opentype"),
       url("../font/DIN MEDIUM_0.svg") format("svg");
}