@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: #333;
    text-decoration: none;
    cursor:pointer;
}
    /*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: 14px/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:#f2f2f2;
}

.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: #2763eb;
  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: #2763eb;
  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:#2763eb;
}


/* 
    author:PengJin;
    date:2019-10-26;
*/

@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:1200px;}
.wrap-title{position:relative;z-index:99;padding-bottom:45px;color:#181818;line-height:1.5;text-align:center;overflow:hidden;animation:fadeinT 1s ease-out backwards;transition:all 1s;}
.wrap-title h2{font-size:36px;font-weight:normal;}
.wrap-title h2 a{color:#181818;}
.wrap-title h2 a:hover{color:#2763eb;}
.wrap-title p{font-size:18px;color:#666;}
.wrap-title em{font-size:14px;color:#999;font-family:"DIN Medium";}
.wrap-title.white *{color:#fff;}
/*--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:#98070e;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{position:absolute;z-index:9999;top:0;width:100%;height:60px;border-bottom:#e9e9e9 solid 1px;}
.header-inner{padding:0 2%;height:60px;}*/
/*.logo{float:left;padding-top:10px;width:47px;height:38px;overflow:hidden;}*/
/*.logo img{display:block;width:47px;height:38px;}*/
.slogan{float:left;padding-left:17px;padding-top:10px;line-height:20px;color:#333;overflow:hidden;}
.slogan h2{font-weight:normal;font-size:18px;}
.slogan p{font-size:16px;}
/*.nav{float:right;}
.nav-list li{position:relative;float:left;margin:0 30px;height:60px;line-height:60px;}
.nav-list li:after{display:block;position:absolute;z-index:1;left:0;bottom:-1px;width:0;height:1px;content:"";background:#000;transition:all 0.5s linear;}
.nav-list li>a{display:block;font-size:15px;color:#000;}
.nav-list li:hover:after,.nav-list li.cur:after{width:100%;}
.dropDown{display:none;position:absolute;left:50%;top:100%;margin-left:-60px;width:120px;background:#fff;}
.dropDown a{display:block;height:50px;line-height:50px;font-size:14px;color:#333;transition:all 0.5s linear;text-align: center;}
.dropDown a:before{display:none;margin-right:10px;content:"·";font-weight:bold;}
.dropDown a:hover{color:#fff;background:#2763eb;}*/
/*--end header--*/

/*--footer--*/
/*.footer{overflow:hidden;background:url(../images/Common/footer_bg.jpg) no-repeat center 0;background-size: 1903px 800px;}*/
.ft-inner{padding:20px 0;overflow:hidden;height: 323px;}
.ft-menu{position:relative;float:left;width:1200px;height: 322px; overflow:hidden;}
.ft-menu li{float:left;width:149px;height:48px;line-height:48px;font-size:18px;}
.ft-menu li a{display:block;color:#fff;}
.ft-menu li a:hover{font-weight:bold;}
.ft-menu li div a {
    color: #a9a9a9;
    font-size: initial;
}
.ft-info{position:relative;float:right;width:400px;height:144px;margin-top: -333px;margin-right: -100px;}
/*****background:#3a3a3a;background:#3a3a3a;******/
.ft-info:before{display:block;position:absolute;left:0;top:15px;bottom:15px;width:1px;content:"";}
.ft-info:after{display:block;position:absolute;right:0;top:15px;bottom:15px;width:1px;content:"";}
.ft-info dl{margin:15px 0;padding-left:62px;}
.ft-info dl.dl1{background:url(../images/Common/infos_address.png) no-repeat 0 center;}
.ft-info dl.dl2{margin-top:20px;background:url(../images/Common/infos_tel.png) no-repeat 0 center;}
.ft-info dt{font-size:18px;color:#2763eb;}
.ft-info dd{margin-top:10px;font-size:14px;color:#fff;}
.ft-QRcode{float:right;text-align:center;overflow:hidden;position: relative;margin-top: -311px;margin-right: 383px;}
.ft-QRcode img{width:90px;border:#fff solid 4px;border-radius:2px;}
.ft-QRcode p{margin-top:5px;font-size:12px;color:#fff;}
.copyright{clear:both;padding:16px 0;height:25px;line-height:25px;font-size:13px;color:#666;overflow:hidden;border-top:#303030 solid 1px;}
.copyright a{color:#666;}
.copyright a:hover{color:#fff;}
/*--end footer--*/

.kf-weChat2{background: none !important;border: none !important;margin-top: 10px;    position: relative;}
.kf-weChat2 img{width: 90px !important;margin-left: -56px;padding: 10px 10px 25px;background: #fff;border: 1px solid #ddd;}
.kf-weChat2 p{width: 100px;margin-left: -50px;position: absolute;left: 0px;bottom: 8px;}
.y-kefu-box01 .back-top {display: block;width: 52px;padding: 8px 0 12px;background-color: #fff;border-left: solid 1px #efefef;border-top: solid 1px #efefef;border-right: solid 1px #efefef;position: relative;margin-top: 15px;}
.kf-weChat{border-bottom: 1px solid  #efefef;}


.player-btn{position:fixed;z-index:999;top:50%;left:10px;width:80px;height:80px;cursor:pointer;border-radius:50%;transform:translateY(-50%);background:rgba(0,0,0,0.5) url(../images/Common/player.png) no-repeat center;}
.player-btn:hover{background-color:rgba(0,0,0,0.8);}
.video-pop{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8)}
.video-pop .inner{position:absolute;left:50%;top:50%;margin-left:-600px;margin-top:-300px;width:1200px;height:600px;background:#000;border-radius:5px;}
.video-pop .inner .close{position:absolute;left:100%;bottom:100%;width:40px;height:40px;line-height:40px;text-align:center;font-size:20px;color:#666;cursor:pointer;background:#fff;border-radius:50%;}
