@charset "utf-8";
@font-face {
  font-family: 'SourceHanSans';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_ae6p3hksc0p.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_ae6p3hksc0p.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_ae6p3hksc0p.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_ae6p3hksc0p.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_ae6p3hksc0p.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_ae6p3hksc0p.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

/* 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;
}
html,body{
    scroll-behavior:smooth;
}
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 "微软雅黑","SourceHanSans","Arial Narrow",HELVETICA;
    min-width:1300px;
}

select, input, button, textarea, button {
    font: 99% "微软雅黑","SourceHanSans","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: 1300px;
}

/* 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: #ffc501;
  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: #000;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #ffc501;
  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:#ffc501;
}


/* 
    author:PengJin;
    date:2020-10-19;
*/

@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:1300px;}
.width1200 { margin: 0 auto; width: 1200px;}
.wrap-title{position:relative;z-index:99;margin-bottom:35px;text-align:center;overflow:hidden;animation:fadeinT 1s ease-out backwards;}
.wrap-title h2{line-height:40px;font-weight:normal;font-size:32px;color:#000;}
.wrap-title h2 a{color:#000;}
.wrap-title p{margin-top:8px;line-height:27px;font-size:18px;color:#000;}
.wrap-title p em{font-family:"DIN Medium";font-size:16px;text-transform:uppercase;color:#999;}
.wrap-title.white *{color:#fff;}
/*--end public--*/

/*--header--*/
.header{position:absolute;z-index:999;left:0;top:0;width:100%;height:135px;}
.topBar{width:100%;height:50px;line-height:50px;overflow:hidden;background:#fff;}
.topBar .welcome{float:left;width:200px;font-size:14px;color:#666;overflow:hidden;}
.topBar .tel{float:right;padding-left:20px;}
.topBar .tel span{font-size:14px;color:#666;}
.topBar .tel em{font-family:"DIN Medium";font-size:18px;color:#000;}
.topBar .top-menu{float:right;overflow:hidden;}
.topBar .top-menu li{position:relative;float:left;font-size:14px;}
.topBar .top-menu li:after{display:block;position:absolute;right:0;top:50%;margin-top:-7px;width:1px;height:14px;content:"";background:#e5e5e5;}
.topBar .top-menu li a{display:block;padding:0 20px;color:#666;}
.navBar{width:100%;height:85px;line-height:85px;background:rgba(0,0,0,0.7);}
.navBar .logo{float:left;padding:20px 0;width:186px;height:45px;}
.navBar .logo img{display:block;width:186px;height:45px;}
.navBar .wblink{float:right;padding:20px 0;height:45px;line-height:45px;font-size:16px;text-align:center;}
.navBar .wblink a{display:block;width:131px;height:45px;color:#000;background:#ffc501;border-radius:25px;transition:all 0.5s;}
.navBar .wblink a:hover{color:#fff;background:#0f0f0f;}
.navBar .nav{float:right;padding-right:40px;}
.navBar .nav-list li{position:relative;float:left;}
.navBar .nav-list li:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-18px;width:36px;height:3px;content:"";background:#ffc501;transform:scale(0,1);transition:all 0.5s;}
.navBar .nav-list li>a{display:block;padding:0 20px;font-size:18px;color:#fff;}
.navBar .nav-list li:hover>a,.navBar .nav-list li.cur>a{color:#ffc501;}
.navBar .nav-list li:hover:after,.navBar .nav-list li.cur:after{transform:scale(1);}
.dropDown{display:none;position:absolute;z-index:999;left:0;top:100%;width:200px;background:rgba(0,0,0,0.5);backdrop-filter:saturate(180%) blur(20px);}
.dropDown a{display:block;padding:0 20px;height:50px;line-height:50px;font-size:16px;color:#fff;border-top:rgba(0,0,0,0.1) solid 1px;transition:all 0.5s;}
.dropDown a:before{display:inline-block;margin-right:10px;content:"-";}
.dropDown a:hover{color:#000;background:#ffc501;}
/*--end header--*/

/*--footer--*/
.footer{position:relative;overflow:hidden;background:#0f0f0f;}
.ft-inner{position:relative;padding:80px 0;height:225px;overflow:visible;}
.ft-inner:after{display:block;position:absolute;z-index:1;top:40px;left:-60px;width:140px;height:280px;content:"";background:url(../images/Common/footer_bg.png);}
.ft-tel{position:relative;z-index:3;float:left;padding-right:50px;width:206px;height:225px;border-right:#222 solid 1px;}
.ft-tel dl{height:114px;line-height:1.5;}
.ft-tel dt{font-size:16px;color:#fff;}
.ft-tel dd{font-family:"DIN Medium";font-size:26px;color:#fff;}
.ft-tel a{display:block;position:relative;width:141px;height:45px;line-height:45px;text-indent:28px;font-size:16px;color:#000;background:#ffc501;border-radius:25px;box-shadow:0 10px 10px rgba(255,197,1,0.05);transition:all 0.5s;}
.ft-tel a:after{display:block;position:absolute;top:50%;right:10px;width:27px;height:27px;content:"";background:#fff url(../images/Index/read.png) no-repeat center;border-radius:50%;transform:translateY(-50%);}
.ft-tel a:hover{color:#000;background:#fff;}
.ft-tel a:hover:after{background-color:#ffc501;}
.ft-menu{position:relative;z-index:3;float:left;width:900px;overflow:hidden;}
.ft-menu dl{float:left;margin-left:60px;width:160px;}
.ft-menu dt{height:30px;line-height:30px;font-size:22px;}
.ft-menu dt a{color:#fff;}
.ft-menu dt a:hover{color:#ffc501;}
.ft-menu dd{padding-top:30px;font-size:16px;line-height:30px;overflow:hidden;}
.ft-menu dd a{display:block;color:#666;}
.ft-menu dd a:hover{color:#fff;}
.ft-QRcode{position:relative;z-index:3;float:right;width:140px;overflow:hidden;}
.ft-QRcode .hd{height:30px;line-height:30px;background:#444;}
.ft-QRcode .hd li{float:left;width:50%;text-align:center;font-size:12px;color:#ebebeb;cursor:pointer;}
.ft-QRcode .hd li.cur{color:#999;background:#fff;}
.ft-QRcode .bd{height:140px;overflow:hidden;}
.ft-QRcode .bd img{width:140px;}
.copyright{clear:both;padding:20px 0;line-height:24px;font-size:14px;color:#666;overflow:hidden;border-top:#222 solid 1px;}
.copyright .fl{}
.copyright .fl span{display:inline-block;margin-right:20px;}
.copyright .fl span.icon-tag{padding-left:20px;background:url(../images/Common/tag.png) no-repeat 0 center;}
.copyright .fl a{color:#666;}
.copyright .fl a:hover{color:#fff;}
.copyright .fr{text-align:right;}
.copyright .fr span{display:inline-block;margin-left:20px;}
.copyright .fr span#backTop{padding-right:12px;cursor:pointer;background:url(../images/Common/backTop.png) no-repeat right center;}
/*--end footer--*/

/*--video-pop--*/
.video-pop{display:none;position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);backdrop-filter:saturate(100%) blur(5px);}
.video-pop .inner{position:absolute;top:50%;left:50%;margin-left:-500px;margin-top:-300px;width:1000px;height:600px;background:#000;}
.video-pop .inner .close{position:absolute;z-index:999;right:-20px;top:-20px;width:40px;height:40px;line-height:40px;font-size:20px;cursor:pointer;text-align:center;color:#000;background:#fff;border-radius:50%;transition:all 0.5s;}
.video-pop .inner .close:hover{transform:rotate(360deg);}
.video-pop .inner #iframeBox{width:1000px;height:600px;overflow:hidden;}
.video-pop .inner #iframeBox iframe,.video-pop .inner #iframeBox video{display:block;width:1000px;height:600px;}
/*--end video-pop--*/

/*--pop-form--*/
.pop-form-mask{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.3);}
.pop-form{display:none;position:fixed;top:50%;left:50%;margin-left:-500px;margin-top:-205px;width:1000px;height:410px;background:#fff;}
.pop-form .close{position:absolute;right:10px;bottom:100%;width:38px;height:61px;cursor:pointer;background:url(../images/Common/pop_form_close.png) no-repeat;}
.pop-form .pic{float:left;margin-top:50px;margin-left:50px;width:500px;height:310px;overflow:hidden;}
.pop-form .pic img{display:block;width:500px;height:310px;}
.pop-form .form{float:right;margin-top:40px;margin-right:50px;width:350px;} 
.pop-form .form h3{height:45px;line-height:45px;font-size:26px;color:#333;font-weight:normal;margin-left: 16px;}
.pop-form .form ul{overflow:hidden;}
.pop-form .form li{margin-top:18px;}
.pop-form .form li input{display:block;padding:20px;width:310px;height:20px;font-size:16px;border:none;background:url(../images/Common/pop_form_ipt.png) no-repeat;}
.pop-form .form li a{display:block;width:350px;height:60px;line-height:60px;text-align:center;font-size:16px;color:#000;background:url(../images/Common/pop_form_submit.png) no-repeat;}
.pop-form .form li a:hover{background-image:url(../images/Common/pop_form_submit_cur.png);}
.pop-form .form p{margin-top:20px;font-size:14px;color:#666;text-align:center;line-height:1.5;}
/*--end pop-form--*/
