@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: #36256b;
  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: #36256b;
  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:#36256b;
}








/* Header YangFangLing 2019年9月2日 */
.Header{background-color: #fff;}

.HeaderTop{width: 100%;line-height: 35px;overflow: hidden;border-bottom: 1px #ebebeb solid;}
.HeaderTop p{font-size: 14px;line-height: 35px;color: #999;float: left;}
.HeaderTop ul {float: right;}
.HeaderTop ul li {font-size: 14px;height: 35px;line-height: 35px;color: #808080;float: left;text-align: right;position: relative;background: url(../images/Common/HeaderXt.png) no-repeat center left;padding-left: 20px;margin-left: 20px;}
.HeaderTop ul li a{text-decoration: none;color: #999;font-size: 14px;}
.HeaderTop ul li:hover a{color: #36256b;}
.HeaderTop ul li:first-child{padding-left: 0;margin-left: 0;background: none;}
.HeaderTop ul li em{width: 100px;height: 100px;display: block;position: absolute;top: 45px;left: -10px;z-index: 999;display: none;border: 1px #ddd solid;}
.HeaderTop ul li em img{display: block;width: 100px;height: 100px;}
.HeaderTop ul li:hover em{display: block;}

.HeaderCent{overflow: hidden;padding: 25px 0;}
.HeaderCent .Logo{overflow: hidden;}
.HeaderCent .Logo a{width: 216px;height: 65px;display: block;float: left;margin-right: 20px;animation: fadeinL 1s ease-out backwards;}
.HeaderCent .Logo a img{width: 216px;height: 65px;display: block;}
.HeaderCent .Logo h1{font-size: 24px;color: #333;float: left;position: relative;top: 5px;font-weight: normal;}
.HeaderCent .Logo h1 em{display: block;font-size: 18px;margin-top: 5px;}
.HeaderCent .Phone{background: url(../images/Common/phone.png) no-repeat center left;padding-left: 50px;position: relative;top: 10px;}
.HeaderCent .Phone h3{font-weight: normal;font-size: 14px;color: #666;}
.HeaderCent .Phone h3 em{display: block;font-size: 24px;color: #333;margin-top: 5px;font-family: "iconfont";}

.Nav{background-color: #36256b;}
.Nav ul{border-left: 1px #463776 solid;border-right: 1px #463776 solid;box-sizing: border-box;}
.Nav ul li{font-size: 18px;float: left;width: 149px;height: 60px;text-align: center;line-height: 60px;position: relative;border-left: 1px #463776 solid;box-sizing: border-box;}
.Nav ul li:first-child{border-left:none;}
.Nav ul li>a{color: #fff;display: block;}
.Nav ul li.cur{background-color: #06ae54;}
.Nav ul li.cur>a{color: #fff;}
/* Header End */

/* 导航下拉 YangFangLing 2019年9月2日 */
.y-submenu07-box {width: 200px;border: solid 1px #dedede;background-color: #fff;margin: 0 auto;position: absolute;left: 0;top: 60px;z-index: 99;display: none;}
.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: 40px;padding-right: 20px;}
.y-submenu07-box a:before {content:'';display: block;width: 11px;height: 1px;background-color: #999;position: absolute;left: 20px;top: 20px;}
.y-submenu07-box a:hover{ background-color: #06ae54;color: #fff;}
.y-submenu07-box a:hover:before{background-color: #fff;}
/* 导航下拉 End */

/* Footer YangFangLing 2019年9月2日 */
.Footer{overflow: hidden;background-color: #36256b;}

.Footer-Top{padding: 60px 0;overflow: hidden;}
.Footer-Top dl{float: left;width: 290px;border-left: 1px #4a3b7a solid;padding: 0 60px;box-sizing: border-box;}
.Footer-Top dl:first-child{border-left: none;padding-left: 0;width: 170px;}
.Footer-Top dl dt{font-size: 20px;}
.Footer-Top dl dt a{color: #fff;}
.Footer-Top dl dt a:hover{text-decoration: underline;}
.Footer-Top dl dd{margin-top: 30px;}
.Footer-Top dl dd a{display: block;font-size: 14px;color: #fff;margin-top: 15px;opacity: .7;}
.Footer-Top dl dd a:first-child{margin-top: 0;}
.Footer-Top dl dd a:hover{opacity: 1;}

.FooterBox{float: right;width:400px;}

.FooterBox-Top{overflow: hidden;}
.FooterBox-Top .ewm{text-align: center;float: right;}
.FooterBox-Top .ewm img{display: block;width: 120px;height: 120px;}
.FooterBox-Top .ewm p{font-size: 14px;color: #fff;margin-top: 10px;}
.FooterBox-Top .phone{text-align: right;float: right;margin-right: 30px;}
.FooterBox-Top .phone h3{font-weight: normal;font-size: 14px;color: #fff;}
.FooterBox-Top .phone h3 em{display: block;font-size: 26px;margin-top: 10px;font-family: "iconfont";}
.FooterBox-Top .phone a{width: 35px;height: 35px;display: inline-block;*display: inline;*zoom: 1;margin-top: 15px;}
.FooterBox-Top .phone a img{width: 35px;height: 35px;display: block;}

.FooterBox-Bot{border-top: 1px #4a3b7a solid;padding-top: 30px;margin-top: 30px;text-align: right;}
.FooterBox-Bot p{font-size: 14px;color: #fff;opacity: .7;margin-top: 10px;}
.FooterBox-Bot p:first-child{margin-top: 0;}
.FooterBox-Bot p a{color: #fff;margin-left: 10px;}
.FooterBox-Bot p a:hover{text-decoration: underline;}

.Footer-Link{line-height: 50px;border-top: 1px #4a3b7a solid;font-size: 14px;}
.Footer-Link a{color: #fff;margin: 0 10px;}
.Footer-Link a:hover{text-decoration: underline;}
.Footer-Link a:first-child{margin-left: 0;}
/* Footer End */

/* 模块标题 YangFangLing 2019年9月2日 */
.wrap-title{position:relative;z-index:99;text-align:center;overflow:hidden;animation:fadeinT 1s ease-out backwards;}
.wrap-title h2{position:relative;height:50px;line-height:50px;font-size:36px;color:#36256b;}
.wrap-title h2 a{color: #36256b;}
.wrap-title h2 i{display:block;position:absolute;top:20px;width:816px;height:18px;}
.wrap-title h2 i.i1{background: url(../images/Common/title_l.png) no-repeat center right;}
.wrap-title h2 i.i2{background: url(../images/Common/title_r.png) no-repeat center left;}
.wrap-title p{font-size: 16px;color: #333;margin-top: 10px;}
.wrap-title p span{margin: 0 7px;}
/* 模块标题 End */

/* 字体引用 */
@font-face {
  font-family: "iconfont";
  src: url("../font/DIN Medium.woff2") format("woff2"),
       url("../font/DIN Medium.woff") format("woff"),
       url("../font/DIN Medium.ttf") format("truetype"),
       url("../font/DIN Medium.eot") format("embedded-opentype"),
       url("../font/DIN Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 字体引用 End */
.bdshare-slide-style-l0 .bdshare-slide-button{background-image:url(../images/Common/share.png) !important;}
.bdshare-slide-button-box .bdshare-slide-button{top:143px !important;}