@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: #0063b3;
    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: #0063b3;
    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:#0063b3;
}


/* header */
.header { position: relative; overflow: hidden; background: #fff; padding: 25px 0 25px;}
.header .hd-logo { float: left; margin-right: 30px; width: 183px; font-size: 0;}
.header .hd-logo img { width: 100%;}
.header .hd-tit { float: left; padding-left: 24px; border-left: 1px solid #e3e3e3;}
.header .hd-tit h2 { font-size: 22px; color: #0063b3; font-weight: normal;}
.header .hd-tit p { font-size: 14px; color: #222;margin-top: 7px;}
.hd-phone { margin-top:5px;float: right; padding-left: 20px; border-left: 1px solid #e3e3e3; position: relative;}
.hd-phone:after{ content: ''; display: block; position: absolute; left:-62px; top: 0; background: url("../images/Common/hd-phone.png") no-repeat center; width: 39px;height: 39px;}
.hd-phone p { font-size: 14px; color: #999;}
.hd-phone em { display: block;  font-family: "DIN Medium"; font-size: 24px; color: #222;}
/* header end */

/* hd-Nav */
.hd-Nav {  display: block; border-top: 1px solid #e6e6e6;background: #fff; box-sizing: border-box;}
.hd-Nav li {  position:relative;float: left; margin-top:-1px;border-right: 1px solid #e6e6e6; box-sizing: border-box; font-size: 18px; width: 10%; height: 67px; line-height: 67px; text-align: center;}
.hd-Nav li:last-of-type {border-right:none;}
.hd-Nav li > a { display: block; color: #212121;}
.hd-Nav li.cur, .hd-Nav li:hover { background: #0063b3; border-right: 1px solid #0063b3;}
.hd-Nav li.cur > a,.hd-Nav li:hover > a {color: #fff;}
/* hd-Nav end */


/* 导航下拉 */
.y-submenu07-box {width: 146px;border: solid 1px #dedede;background-color: #fff;position: absolute;left: 49%;top: 67px;margin-left:-68px;z-index: 999;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: #0063b3;color: #fff;}
.y-submenu07-box a:hover:before{background-color: #fff;}
/* 导航下拉 End */


.wrap-tit{text-align: center;overflow: hidden;animation: fadeinT 1s ease-out backwards;}
.wrap-tit h2 { display: inline-block;}
.wrap-tit h2 span { float:left; margin:0 10px;font-size: 40px; font-weight: normal; color: #222;}
.wrap-tit h2 span a { color: #222;}
.wrap-tit h2 .i1,.wrap-tit h2 .i2 { margin-top: 25px; float: left; width: 280px; height: 1px; background: #e3e3e3; position: relative; vertical-align: middle;}
.wrap-tit h2 .i1:after { content: ''; display: block; position: absolute; right: 0; top: 0; width: 10px; height: 1px; background: #ed1b23;}
.wrap-tit h2 .i2:after { content: ''; display: block; position: absolute; left: 0; top: 0; width: 10px; height: 1px; background: #ed1b23;}
.t2 h2 .i1:after {background: #0063b3;}
.t2 h2 .i2:after { background: #0063b3;}
.wrap-tit p { font-size: 16px; color: #222;  margin-top: 2px;}

/* footer */
.footer { overflow: hidden; position: relative; background: #0063b3;}
.ft-info { overflow: hidden; display: block;}
.ft-info .ft-Top { margin-top: 60px; overflow: hidden;}
.ft-info .ft-Top li { float: left; font-size: 18px; padding: 0 28px;  border-right: 1px dashed #80b1d9; box-sizing: border-box;}
.ft-info .ft-Top li:first-of-type {padding-left: 0;}
.ft-info .ft-Top li:last-of-type {padding-right: 0; border-right: none;}
.ft-info .ft-Top li a { color: #fff;}
.ft-info .ft-Top li a:hover { color: #ed1b23;}
.ft-info .ft-Bm { margin-top: 90px; overflow: hidden;margin-bottom: 65px; }
.ft-info .ft-logo { float: left; margin-right: 100px;}
.ft-info .ft-logo a {margin-top: 20px;display: block;font-size: 0;width: 183px;filter:contrast(0%) brightness(200%);}
.ft-info .ft-logo a img { width: 100%;}
.ft-info .ft-logo p {font-size: 22px;color: #fff;margin-top: 25px;}
.ft-info .ft-address { float:left;padding-left: 85px; padding-right: 100px; border-right: 1px solid #1a73bb; border-left: 1px solid #1a73bb;}
.ft-info .ft-address p {font-size: 16px;color: #fff;margin-bottom: 12px;}
.ft-info .ft-address p i { display: inline-block; width: 45px;}
.ft-info .ft-address p a { color: #fff;}
.ft-info .ft-address p a:hover { color: #ed1b23;}
.ft-info .ft-address p span { margin-left:20px;font-size: 30px; font-family: "DIN Medium";}
.ft-phone{position: relative;padding-left: 35px;}
.ft-phone:after {content: '';display: block;position: absolute;left: 0;top: 12px;background: url("../images/Common/ft-phone.png") no-repeat center;width: 23px;height: 23px;}
.ft-code { float: right;}
.ft-code .code { float:left;margin-left: 20px; background: #fff; width: 115px; padding-bottom: 10px;}
.ft-code .code span { position:relative;display:block; margin:14px auto 0;width: 90px; height: 90px; overflow: hidden;}
.ft-code .code span:after{display:block;position:absolute;left:1px;top:0;width:90px;height:12px;content:"";background:url(../images/Common/light.png) no-repeat center; animation:light 3s linear infinite;}
.ft-code .code span img { width: 100%;}
.ft-code .code p { font-size: 12px; color: #999; text-align: center; margin-top: 10px;}
.ft-link {  padding:28px 0;overflow: hidden; border-top: 1px solid #1a73bb;}
.ft-link dl {float: left;width: 93%;}
.ft-link dl dt { float: left; margin-right:25px;font-size: 13px; color: #f5f5f5; line-height:1.75;}
.ft-link dl dt a { color: #f5f5f5;}
.ft-link dl dd {margin-right: 20px;float: left;line-height: 1.75;}
.ft-link dl dd a { font-size: 13px; color: #f5f5f5;}
.ft-link .content > a  {float: right;font-size: 13px;width: 7%;text-align: right;color: #f5f5f5; line-height:1.75;}
.ft-link a:hover { color: #ed1b23;}

@media screen  and (min-width: 1500px){
    .footer .content { width: 1400px;}
}

@media screen  and (max-width: 1500px){
     .footer .content { width: 1200px;}
    .ft-info .ft-logo { margin-right: 50px;}
    .ft-info .ft-address { padding-left:35px; padding-right: 50px;}
    .ft-info .ft-Top li { padding: 0 19px;}
}

@font-face {
    font-family: "DIN Medium";
    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");
}

@keyframes light {
    0% {
        top: 0;
    }
    50% {
        top: 100%;
    }
    100% {
        top: -18px;
    }
}

/* footer end */




.kf-box{position:fixed;z-index:9999;width: 116px;height: 374px;top: 10%;right: 0;background: url(../images/Common/kf_bg.png) no-repeat;background-size: 100%;padding-top: 38px;}
.kf-box a{display:block;background:#0e5b9f;color:#fff;font-size: 12px;text-align:center;width: 80%;margin: 6px auto;line-height: 24px;transition: all .5s;}
.kf-box a:hover{box-shadow: 2px 2px 0px 1px #c2bdbd;background:#ed1b24;}
.kf-box p.text{font-size: 11px;text-align:center;border-bottom: 2px solid #0e5b9f;padding: 0 0 5px;width: 85%;margin: 0 auto;color:#000;font-weight:bold;line-height: 13px;}
.kf-box p.tel{font-size: 13px;text-align:center;margin-top: 5px;margin-bottom: 62px;color:#0063b3;font-weight:bold;}

