@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;
}
@media (max-width: 1450px) {
    .hd-tit{display: none;}
    }
@media (max-width: 1250px) {
        .hd-logo{display: none;}
        }
@media (max-width: 1082px) {
.head{display: none;}
}
@media (max-width: 767px) {
    .header {
        padding: 20px 0;
    }
    .header h1 img{width: 60px;}

    .header .hd-logo {
        float: left;
        padding-left: 0;
        border-left: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .header .hd-tit{padding-top:12px;float: left;}
    .hd-ri{float: right;}
    .header .hd-tit h2{
        font-size: 16px;
    }
    .header .hd-ri .number{display: none;}
    .phone-icon {background: url("/static/images/index_06.png") no-repeat ; background-size: cover;display: block;width: 50px;height: 35px;}
  
    .header .hd-ri .search-input {
        top: 0;
        right: auto;
        width: 100%;
    }
    .hd-Nav,.pc-banner,.video,.footer,.flinks{display: none;}
}
@media (min-width: 767px) {
    .wrapper { margin: 0 auto;width: 1400px;}


    .m-banner{display: none;}
    /* header */
    .header{overflow: hidden; background: #fff; padding: 12px 0;}
    .header .hd-logo { float: left; width: 50px; font-size: 0; margin-right: 27px;}
    .header .hd-logo img { width: 100%;}
    .header .hd-tit {float: left;padding-left: 24px;margin: 6px 0;border-left: 1px solid #e3e3e3;}
    .header .hd-tit h2 { font-size: 19px; color: #e80000; font-weight: normal;}
    .header .hd-tit p { font-size: 18px; color: #222; margin-top: 5px;}
    .header .hd-ri { float: right;}
    .header .hd-ri .code { float:left; width: 76px; font-size: 0; border: 1px solid #f0f0f0;}
    .header .hd-ri .code img { width: 100%;}
    .header .hd-ri .hd-phone { float: left;}
    .header .hd-ri .phone-icon { float: left; background: url("/static/images/phone-icon01.png") no-repeat center; width: 39px; height: 39px; margin: 10px 10px;}
    .header .hd-ri .number { margin:6px 0;float:left;padding: 0 30px 0 20px; border-left: 1px solid #e3e3e3; border-right:1px solid #e3e3e3;box-sizing: border-box;}
    .header .hd-ri .number p { font-size: 14px; color: #999;}
    .header .hd-ri .number em { font-size: 24px; color: #222; display: block; font-family: "DIN Medium";}
    .header .hd-ri .search-icon {float: left;margin: 23px 0 23px 40px;background: url("/static/images/search-icon.png") no-repeat center;width: 30px;height: 30px;position: relative;}
    .header .hd-ri .search-input { position: absolute;right: 0;top: -8px;display: none;width: 246px;font-size: 14px;}
    .header .hd-ri .search-input input { float: left; width: 200px;padding-left: 20px; height: 46px;line-height: 46px;outline: none;border-left: 1px solid #ccc;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc; border-right:none;box-sizing: border-box;}
    .header .hd-ri .search-input button {float: left;width: 46px;height: 46px;line-height: 46px;border:none;outline: none;background: #e80000;color: #fff;text-align: center;box-sizing: border-box;}
    /* header end */

}
    


table {
    border-collapse: collapse;
    border-spacing: 0;
}
#content h2{font-size: 26px;padding: 12px 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(/static/images/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: #fb0301;
    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: #fb0301;
    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:#fb0301;
}




@media (min-width: 767px) {
/* header */
.header{overflow: hidden; background: #fff; padding: 12px 0;}
.head .hd-logo { float: left; width: 166px; font-size: 0; margin-right: 27px;}
.head .hd-logo img { width: 100%;}
.head .hd-tit {float: left;padding-left: 24px;margin: 15px 0;border-left: 1px solid #e3e3e3;}
.head .hd-tit h2 { font-size: 19px; color: #ffffff; font-weight: normal;}
.head .hd-tit p { font-size: 16px; color: #ffffff; margin-top: 5px;}
.head .hd-ri { float: right;}
.head .hd-ri .code { float:left; width: 76px; font-size: 0; border: 1px solid #f0f0f0;}
.head .hd-ri .code img { width: 100%;}
.head .hd-ri .hd-phone { float: left;}
.head .hd-ri .phone-icon { float: left; background: url("/static/images/phone-icon01.png") no-repeat center; width: 39px; height: 39px; margin: 10px 10px;}
.head .hd-ri .number { margin:6px 0;float:left;padding: 0 30px 0 20px; border-left: 1px solid #e3e3e3; border-right:1px solid #e3e3e3;box-sizing: border-box;}
.head .hd-ri .number p { font-size: 14px; color: #ffffff;}
.head .hd-ri .number em { font-size: 24px; color: #fffefe; display: block; font-family: "DIN Medium";}
.header .hd-ri .search-icon {float: left;margin: 23px 0 23px 40px;background: url("/static/images/search-icon.png") no-repeat center;width: 30px;height: 30px;position: relative;}
.header .hd-ri .search-input { position: absolute;right: 0;top: -8px;display: none;width: 246px;font-size: 14px;}
.header .hd-ri .search-input input { float: left; width: 200px;padding-left: 20px; height: 46px;line-height: 46px;outline: none;border-left: 1px solid #ccc;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc; border-right:none;box-sizing: border-box;}
.header .hd-ri .search-input button {float: left;width: 46px;height: 46px;line-height: 46px;border:none;outline: none;background: #e80000;color: #fff;text-align: center;box-sizing: border-box;}
/* header end */
}

/* hd-nav */
.head{position: fixed;z-index: 99;top: 0;width: 100%;padding-top: 20px;padding-left: 40px;box-sizing: border-box;
    border-bottom: 1px solid rgb(255, 255, 255,0.5);background-color: transparent;transition:background-color 2s;}
.hd-Nav { position: relative;  padding-bottom: 12px;padding-top:5px;float: right;}
.hd-Nav li { float: left; margin-right: 15px;text-align: center; position: relative;}
.hd-Nav li > a { display: block; font-size:18px; color:rgb(255, 255, 255); box-sizing: border-box;padding:12px 0;}
.hd-Nav li:first-of-type > a { border: none;}
.hd-Nav li:hover,.hd-Nav li.cur { border-bottom: solid 1px #e80000; }

.cur a{color: #e80000;}
.hd-Nav li:hover a { border: none;}
.hd-Nav li.cur  a { border: none;}
.hd-Nav li:hover + li a ,.hd-Nav li.cur + li a{ border: none;}
/* hd-nav end */

/* 导航下拉 */
#navBox li:hover .y-submenu07-box{display: block;}
.y-submenu07-box {border: solid 1px #dedede;background-color: #fff;position: absolute;left: 0;top:47px;z-index: 999999;display: none;}
.y-submenu07-box > a {display: block;text-align: left;color: black;font-size: 14px;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height: 40px;line-height: 40px;padding-left: 10px;padding-right: 10px;}

.y-submenu07-box a:hover{ background-color: #fb0301;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{ position:relative;font-size: 36px; font-weight: normal; color: #333;}
.wrap-tit h2 a { color: #333;}
.wrap-tit p { font-size: 18px; line-height: 48px; color: #000;}


/* --视频弹框-- */
.video-pop{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background:#000\9;background:rgba(0,0,0,0.8);}
.video-inner{position:fixed;top:50%;left:50%;margin-top:-300px;margin-left:-512px;width:1024px;height:600px;background:#000;}
.video-inner iframe{display:block;width:1024px;height:600px;}
.video-close{position:absolute;left:100%;top:0;padding:10px;width:32px;height:32px;cursor:pointer;background:#fff url(/static/images/closebtn.png) no-repeat center;}
.video-close:hover{background-color:#fb0301;}
/* --end 视频弹框-- */


/*--footer--*/
.footer{ padding:50px 0 74px;overflow:hidden;background:#131313; position: relative;}
.ft-menu{float:left;width: 41%;overflow:hidden;}
.ft-menu .item{position:relative;float:left;margin-right: 16%;width: 28%;}
.ft-menu .item:nth-of-type(1) {width: 40%;}
.ft-menu .item:after{display:block;position:absolute;top:0;right:0;width:1px;height:217px;content:"";background:#393939;}
.ft-menu .item::before { display: block; content: ""; position: absolute; top: 0; right: 0; width: 1px;height: 18px; background: #fb0301; z-index: 2;}
.ft-menu .item h3{font-weight:normal; font-size:16px; color:#fff;overflow:hidden;}
.ft-menu .item h3 a{display:block;color:#fff;}
.ft-menu .item h3 a:hover{font-weight:bold;}
.ft-menu .item ul{ margin-top:25px;overflow:hidden;}
.ft-menu .item li{  padding:6px 0;font-size:14px;}
.ft-menu .item li a{display:block;color:#666;}
.ft-menu .item li a:hover{text-decoration:underline; color: #fff;}
.ft-infos{position:relative;float:left;width: 33%;}
.ft-infos h3{font-weight:normal;overflow:hidden; font-size: 16px;}
.ft-infos h3 a{display:block;color:#fff;}
.ft-infos .con{margin-top:25px;color:#666;overflow:hidden;}
.ft-infos .con p{ padding: 9px 0; font-size: 14px;}
.ft-infos .con p a{ color:#666; margin:0 10px;}
.ft-infos .con p em { font-family: "DIN Bold"; font-size: 16px;}
.ft-infos .con p a:hover{color: #fff;text-decoration:underline; }
.ft-QRcode{overflow:hidden;}
.ft-QRcode .tel{color:#fff;}
.ft-QRcode .tel span{display:block;font-size:12px; color: #fff; width: 65px; height: 22px; line-height: 22px; border-radius: 0 10px 0 0; background: #fb0301;  text-align: center;}
.ft-QRcode .tel em{ margin-top:5px;display:block;font-size:24px;font-family:"DIN Bold"; color: #fff;}
.ft-QRcode .QRcode-list{margin-top:35px;overflow:hidden;}
.ft-QRcode .QRcode-list .item{float:left; width:130px;background:#fff; border-radius: 0 20px 0 0; padding-bottom: 10px;}
.ft-QRcode .QRcode-list .item:nth-of-type(2) { margin-left: 20px;}
.ft-QRcode .QRcode-list .item p{ font-size: 12px; color: #999; padding: 10px 0; text-align: center;}
.ft-QRcode .QRcode-list .item i {position:relative;display:block;overflow:hidden; width: 95px; margin: 0 auto;}
.ft-QRcode .QRcode-list .item i img { width:100%;}



.flinks { overflow: hidden; background: #131313; }
.flinks .wrapper { padding: 40px 0; overflow: hidden;  border-top: 1px solid #393939;}
.flinks dt { float: left;padding-right: 25px;  height:37px;line-height: 37px; position: relative;color: white;font-size: 22px;}
.flinks dt:after { content: ''; display: block; position: absolute; right:0; top: 0;background: url("/static/images/link-icon.png") no-repeat center; width: 10px; height: 37px;}
.flinks dt a {font-size: 14px; color: #fff; }
.flinks dd { float: left; line-height: 37px;}
.flinks dd a { font-size: 14px; color: #fff; border-right: 1px solid #404040;padding: 0 25px;}
.flinks dd a:hover { text-decoration:underline;}
.flinks dd a:last-of-type  { border: none;}


@font-face {
    font-family: "DIN Medium";
    src: 
    url("/static/fonts/din medium.svg") format("embedded-opentype");
url("/static/fonts/din medium.woff") format("embedded-opentype");
url("/static/fonts/din medium.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "DIN Bold";
    src: url("/static/fonts/din-bold.woff") format("woff2"),
    url("/static/fonts/din-bold.ttf") format("truetype"),
    url("/static/fonts/din-bold.eot") format("embedded-opentype"),
    url("/static/fonts/din-bold.svg") format("svg");
}
