@charset "utf-8";

*{
  -webkit-touch-callout:none;  /*默认菜单被禁用*/
  -webkit-user-select:none; /*webkit浏览器*/
  -khtml-user-select:none; /*早期浏览器*/
  -moz-user-select:none; /*火狐*/
  -ms-user-select:none;  /*IE10*/
  user-select:none;
}

/* 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 {
  margin:0 auto;
  min-width:1400px;
  background: #f0f0f0;
}

.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: #ce0800;
  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: #ce0800;
  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:#ce0800;
}


/* 
    author:PengJin;
    date:2019-12-27;
*/

@font-face {
  font-family: "DIN-Medium";
  src: url("../font/DIN-Medium.woff2") format("woff2"),
       url("../font/DIN-Medium.ttf") format("truetype"),
       url("../font/DIN-Medium.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

/*--public--*/
.wrapper{margin:0 auto;width:1400px;}
.wrap-title{text-align:center;overflow:hidden;animation:fadeinT 1s;}
.wrap-title h2{position:relative;height:68px;line-height:68px;font-size:46px;font-weight:normal;color:#000;}
.wrap-title h2 a{color:#000;}
.wrap-title h2 a:hover{color:#ce0800;transition:all 0.5s;}
.wrap-title p{height:35px;line-height:35px;font-size:20px;color:#333;}
.wrap-title.white *{color:#fff;}
.mask{position:fixed;z-index:99998;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);}
.main{position:relative;z-index:997;overflow:hidden;}
/*--end public--*/

/*按钮动画*/
.btn-wave{position:relative;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);overflow:hidden;}
.btn-wave:before{content:'';display: block;width: 120%;height: 0;padding: 60% 0;background-color:#0c3078;border-radius: 50%;position: absolute;left: -10%;top: 50%;-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);z-index: -1;}
.btn-wave:hover:before{-webkit-animation: btnWave 2s ease;animation: btnWave 2s ease infinite;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards;}
@-webkit-keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
@keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
/*end 按钮动画*/

/*--header--*/
.header{left:0px;right:0px;top:0;z-index:9999;overflow:hidden;background:#fff;}
.header .topBar{height:49px;line-height:49px;font-size:14px;color:#666;overflow:hidden;border-bottom:rgba(204,204,204,0.2) solid 1px;}
.header .topBar .tel{float:right;}
.header .topBar .tel span{padding-right:2px;}
.header .topBar .tel em{display:inline-block;font-family:"DIN-Medium";font-size:18px;padding-left:12px;padding-right:52px;}
.header .inner{position:relative;margin-top:10px;margin-bottom:20px;overflow:hidden;}
.header .logo{float:left;width:288px;height:35px;padding-left:52px;}
.header .nav{float:right;padding-top:8px;padding-right:94px;height:32px;line-height:32px;font-size:16px;overflow:hidden;}
.header .nav li{float:left;margin:0 2px;}
.header .nav li a{display:block;padding:0 18px;color:#666;border-radius:20px;}
.header .nav li.cur a,.header .nav li:hover a{background:#ce0800;}
.header .search-btn{position:absolute;z-index:3;top:8px;right:36px;width:58px;height:32px;cursor:pointer;border-radius:5px;background:url(../images/Common/search_btn.png) no-repeat center;}
.header .search-btn:hover{background-color:#ce0800;}
.header .menu-btn{position:absolute;top:8px;right:0;width:36px;height:32px;border-radius:5px;cursor:pointer;background:url(../images/Common/menu_btn.png) no-repeat right center;transition:all 0.5s;}
.header .menu-btn:hover{background-position:center;background-color:#ce0800;}
/*--end header--*/

/*--search-pop--*/
.search-pop{display:none;position:absolute;left:0;right:0;top:0;z-index:99999;padding:30px 0;overflow:hidden;background:#fff;}
.search-pop .inner{position:relative;margin:0 auto;width:960px;}
.search-pop input{display:block;padding:15px;width:100%;height:50px;font-size:16px;color:#333;border:#ddd solid 1px;box-sizing:border-box;}
.search-pop button{display:block;position:absolute;right:0;top:0;width:50px;height:50px;cursor:pointer;border:none;background:#ffffff url(../images/Common/search_btn.png) no-repeat center;}
/*--end search-pop--*/

/*--footer--*/
.footer{overflow:hidden;background:#111;}
.ft-inner{padding:80px 0 50px;overflow:hidden;border-bottom:#333 solid 1px;}
.ft-menu{float:left;width:1000px;overflow:hidden;}
.ft-menu dl{float:left;width:140px;}
.ft-menu dt{height:32px;line-height:32px;font-size:18px;}
.ft-menu dt a{color:#fff;}
.ft-menu dt a:hover{font-weight:bold;}
.ft-menu dd{padding-top:40px;}
.ft-menu dd a{display:block;height:32px;line-height:32px;font-size:16px;color:#999;}
.ft-menu dd a:hover{color:#fff;}
.ft-info{float:right;width:340px;overflow:hidden;}
.ft-info .QRcode{float:left;padding:10px;width:126px;background:#fff;}
.ft-info .QRcode img{display:block;width:126px;}
.ft-info .QRcode p{height:30px;line-height:30px;text-align:center;font-size:16px;color:#666;}
.ft-info .text{float:right;width:166px;}
.ft-info .text dl{margin-bottom:10px;line-height:1.25;overflow:hidden;}
.ft-info .text dt{font-size:16px;color:#fff;}
.ft-info .text dd{height:30px;line-height:30px;font-size:24px;color:#ce0800;font-family:"DIN-Medium"}
.ft-info .text a{display:block;margin-top:25px;height:44px;line-height:44px;text-align:center;font-size:16px;color:#fff;background:#ce0800;border-radius:22px;}
.ft-info .text a:hover{background:#0041ac;}
.copyright{padding:30px 0;line-height:25px;font-size:15px;color:#999;overflow:hidden;}
.copyright a{color:#999;}
.copyright a:hover{text-decoration:underline;}
.flinks{padding:30px 0;line-height:25px;font-size:14px;color:#666;overflow:hidden;border-top:#333 solid 1px;}
.flinks .addlink{display:block;float:right;color:#666;}
.flinks dl{overflow:hidden;}
.flinks dt{float:left;color:#666;}
.flinks dt a{color:#666;}
.flinks dd{padding-left:12px;overflow:hidden;}
.flinks dd a{display:inline-block;padding:0 12px;color:#666;}
.flinks a:hover{text-decoration:underline;}
/*--end footer--*/

/*--fixedNav--*/
.fixedNav{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.8);}
.fixedNav .closeBtn{position:absolute;z-index:99;right:50px;top:50px;width:50px;height:50px;line-height:50px;text-align:center;color:#fff;cursor:pointer;font-family:"宋体";font-size:20px;border:#fff solid 1px;border-radius:50px;transition:all .5s ease-in-out;}
.fixedNav .closeBtn:hover{transform:rotate(360deg);}
.nav-main{position:absolute;z-index:1;left:0;top:0;padding-left:100px;padding-right:450px;display:table;width:100%;height:100%;vertical-align:middle;box-sizing:border-box;}
.nav-main ul{display:table-cell;vertical-align:middle;}
.nav-main li{position:relative;font-size:32px;font-weight:bold;}
.nav-main li:after{display:block;position:absolute;left:0;bottom:0;width:0;height:1px;content:"";background:#fff;transition: width .5s ease-out;}
.nav-main li a{display:block;line-height:80px;color:#fff;}
.nav-main li:hover:after{width:100%;}
.nav-sub-box{position:absolute;z-index:2;right:0;top:0;display:table;padding:40px;width:400px;height:100%;box-sizing:border-box;background:rgba(0,0,0,0.8);}
.nav-sub{display:table-cell;vertical-align:middle;}
.nav-sub .sub-logo{width:228px;height:35px;overflow:hidden;}
.nav-sub .sub-tel{padding:50px 0;}
.nav-sub .sub-tel p{height:50px;line-height:50px;color:#fff;font-size:16px;}
.nav-sub .sub-tel p em{font-size:30px;font-family:"DIN-Medium";}
.nav-sub .sub-QRcode{text-align:center;overflow:hidden;}
.nav-sub .sub-QRcode img{display:block;width:145px;height:145px;}
/*--end fixedNav--*/