@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: 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;
  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;
  border: 1px solid #e5e5e5;
  min-height:160px;
  padding-top: 20px;
  text-align: center;
  position: relative;
  padding-bottom:50px;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #0074c5;
  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: #0074c5;
  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:#0074c5;
}



/* Footer YangFangLing 2019年6月3日 */
.Footer{background-color: #333;overflow: hidden;}

.FooterTop{padding: 55px 0;}

.FooterBox{height: 70px;line-height: 70px;text-align: center;}
.FooterBox p{color: #fff;font-size: 14px;}
.FooterBox p a{color: #fff;}
.FooterBox p a:hover{font-weight: bold;}
.FooterBox p span{margin: 0 15px;}

.FooterTop dl{float: left;width:170px;}
.FooterTop dl dt{font-size: 18px;}
.FooterTop dl dt a{color: #fff;}
.FooterTop dl dt a:hover{font-weight: bold;}
.FooterTop dl dd{margin-top: 20px;}
.FooterTop dl dd a{display: block;font-size: 14px;color: #fff;margin-top: 10px;}
.FooterTop dl dd a:hover{font-weight: bold;}
.FooterTop dl dd a:first-child{margin-top: 0;}

.FooterEwm{width: 176px;text-align: center;}
.FooterEwm img{width: 176px;height: 176px;display: block;}
.FooterEwm p{font-size: 14px;color: #fff;height: 45px;line-height: 45px;background-color: #666;}
.FooterEwm h3{font-weight: normal;font-size: 13px;color: #fff;margin: 15px 0;font-family: "icomoont";}
.FooterEwm h4{font-weight: normal;font-size: 14px;}
.FooterEwm h4 a{color: #fff;border-left: 1px #fff solid;padding-left: 10px;margin-left: 10px;}
.FooterEwm h4 a:first-child{border-left: none;padding-left: 0;margin-left: 0;}

.Link{height: 76px;line-height: 76px;background-color: #0074c5;overflow: hidden;padding: 0 30px;}
.Link p{float: left;font-size: 14px;}
.Link p a{color: #fff;margin: 0 10px;}
.Link p a:hover{font-weight: bold;}
.Link p a:first-child{margin-left: 0;}
.Link a.More{float: right;font-size: 14px;color: #fff;border-left: 1px #ca4b24 solid;padding-left: 30px;}
.Link a.More:hover{font-weight: bold;}
/* Footer End */



.header_top { width:100%; height:40px; background-color:#ececec; position:relative; z-index:5555}
.header_top p{float:left;line-height:40px;padding-left:40px;color:#777;font-size:14px;}
.header_top .menu{  height:16px; padding-top:12px; float:right;}
.header_top .menu>li{ float:left; padding:0 20px; border-right:1px dotted #cecece; font-size:14px; color:#777; position:relative;}
.header_top .menu>li>a{ color:#777}
.header_top .menu li:last-child{border-right:none;margin-right:40px}
.header_top i{ display:block; position:absolute; left:0; top:12px; width:100%; height:23px;}

/* Header YangFangLing 2019年6月6日 */
.Header{background-color: #fff;height: 120px;padding: 0 2%;width: 96%;}

.Header.cur{top: 0;left: 0;position: fixed;z-index: 999;background-color: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);border-bottom: 1px #ddd solid;}

.HeaderLeft{float: left;overflow: hidden;position: relative;top: 28px;}
.HeaderLeft a{width: 159px;height: 59px;display: block;margin-right:15px;float: left;}
.HeaderLeft a img{width: 159px;height: 59px;display: block;}
.HeaderLeft h3{font-size: 24px;color: #232649;float: left;background: url(../images/Header.png) no-repeat center left; padding-left: 15px;position: relative;top: 10px;}
.HeaderLeft h3 b{color: #0074c5;}
.HeaderLeft h3 p{font-size: 16px; line-height: 20px; margin-top: 3px;}

.HeaderRight{float: right;line-height: 120px;position: relative;}
.HeaderRight::after{content: "";width: 49px;height: 50px;display: block;position: absolute;left: -20px;top: 24px;background: url(../images/phone.png) no-repeat center center;z-index: 1;}
.HeaderRight h3{color: #0074c5;font-size: 36px;font-weight: normal;position: relative;z-index: 9;font-family: "icomoont";}

.Nav{float: right;}
.Nav ul li{float: left;font-size: 14px;height: 120px;line-height: 120px;position: relative;}
.Nav ul li.cur>a{color:#0074c5;font-weight:bold;}
.Nav ul li>a{color: #333;display: block;padding: 0 30px;}
/* Header End */

/* 导航下拉 YangFangLing 2019年6月6日 */
.y-submenu07-box {width: 150px;border: solid 1px #dedede;background-color: #fff;margin: 0 auto;position: absolute;left: 0;top: 120px;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: #f1f1f1;}
/* 导航下拉 End */

/* 媒体查询 YangFangLing 2019年6月6日 */
@media screen and (max-width: 1440px) {
    .HeaderRight h3{font-size: 30px;}
    .Nav ul li>a{padding: 0 21px;}
}

@media screen and (max-width: 1400px) {
   .HeaderLeft h3{display:none;}
}

@media screen and (max-width: 1570px) {
   .Nav ul li>a{padding:0 20px;}
}
/* 媒体查询 End */

/* 字体引用 */
@font-face {
  font-family: "icomoont";
  src: url("../font/AmpleSoft Bold_0.woff2") format("woff2"),
       url("../font/AmpleSoft Bold_0.woff") format("woff"),
       url("../font/AmpleSoft Bold_0.ttf") format("truetype"),
       url("../font/AmpleSoft Bold_0.eot") format("embedded-opentype"),
       url("../font/AmpleSoft Bold_0.svg") format("svg");
}
/* 字体引用 End */