@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 {
    min-width:1200px;
    margin:0 auto;
    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: #155da6;
  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: #155da6;
  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:#155da6;
}



/* 
    author:PengJin;
    date:2019-11-27;
*/
@font-face {
    font-family: "DINPro-Bold";
    src:url("../font/DINPro-Bold.woff") format("woff"),
        url("../font/DINPro-Bold.ttf") format("truetype"),
        url("../font/DINPro-Bold.eot") format("embedded-opentype"),
        url("../font/DINPro-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@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{margin-bottom:45px;text-align:center;overflow:hidden;animation:zoomInDown 1s;}
.wrap-title h2{line-height:50px;font-size:32px;color:#212121;font-weight:normal;}
.wrap-title h2 a{color:#212121;transition:all 0.5s;}
.wrap-title h2 a:hover{letter-spacing:5px;color:#155da6;}
.wrap-title p{height:30px;line-height:30px;font-size:18px;color:#333;opacity:0.8;}
.wrap-title em{height:30px;line-height:30px;font-size:14px;color:#666;text-transform:uppercase;}
.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:#83bf34;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:relative;padding:0 2%;height:142px;background:#fff;border:transparent;}
.header .inner{margin:0 auto;min-width:1200px;max-width:1600px;}
.header .logo{position:relative;float:left;padding:27px 10px 27px 0;width:88px;height:88px;overflow:hidden;}
.header .logo img{display:block;width:88px;height:88px;}
.header .logo:after{display:block;position:absolute;top:27px;bottom:27px;right:0;width:1px;content:"";background:#ddd;}
.header .slogan{float:left;padding:27px 20px;width:320px;height:88px;overflow:hidden;}
.header .slogan h2{position:relative;margin-top:6px;height:40px;line-height:40px;font-weight:normal;font-size:25px;color:#155da6;}
.header .slogan h2:after{position:absolute;left:0;top:0;width:10px;height:40px;content:"";background:rgba(255,255,255,0.85);transform:rotate(-20deg);animation:light 2s ease infinite;}
.header .slogan p{height:35px;line-height:35px;font-size:18px;color:#212121;}
.header .slogan p i{display:inline-block;margin:0 20px;color:#cecece;}
.header .tel{float:right;padding:60px 0;font-family:"DINPro-Bold";}
.header .tel em{display:block;padding-left:20px;height:22px;line-height:22px;font-size:20px;color:#155da6;border-left:#cecece solid 1px;}
.nav{float:right;}
.nav-list li{position:relative;float:left;}
.nav-list li>a{display:block;padding:0 30px;height:142px;line-height:142px;font-size:17px;color:#212121;}
.nav-list li:hover>a,.nav-list li.cur>a{color:#fff;background:#155da6;}

.dropDown {display:none;position: absolute;z-index:9999;left:0;top:100%;width: 200px; border: solid 1px #dedede; background-color: #fff; margin: 0 auto; border-top: solid 3px #155da6; box-shadow: 5px 5px 30px rgba(0,0,0,.2);}
.dropDown a { display: block; padding: 15px 0 15px 45px;; text-align: left; color: #999; font-size: 14px; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.dropDown a:before { content:''; display: block; width: 11px; height: 1px; background-color: #999;  position: absolute; left: 25px; top:25px;}
.dropDown a:hover { background-color: #f1f1f1; }

@media screen and (max-width:1600px){
.header .nav-list li>a{padding:0 16px;}
}
@media screen and (max-width:1440px){
.header .nav-list li>a{padding:0 13px;}
}
@keyframes light{
  0%{left:0;opacity:0.5}
  50%{opacity:1;}
  100%{left:100%;opacity:0.5}
}
/*--end header--*/


/*--footer--*/
.footer{overflow:hidden;background:#010915;}
.ft-inner{padding:50px 0;overflow:hidden;}
.ft-menu{float:left;width:579px;overflow:hidden;}
.ft-menu dl{float:left;padding:0 20px;width:152px;height:220px;border-left:#343434 solid 1px;}
.ft-menu dt{height:40px;line-height:40px;font-size:20px;}
.ft-menu dt a{color:#f2f2f2;}
.ft-menu dt a:hover{color:#fff;font-weight:bold;}
.ft-menu dd{padding-top:20px;}
.ft-menu dd a{display:block;height:34px;line-height:34px;font-size:14px;color:#a6a6a6;}
.ft-menu dd a:before{position:relative;top:-4px;display:inline-block;width:0;height:1px;content:"";background:#a6a6a6;}
.ft-menu dd a:hover{color:#fff;}
.ft-menu dd a:hover:before{width:20px;margin-right:10px;transition:all 1s;}
.ft-info{float:left;padding:0 20px;width:280px;height:220px;border-left:#343434 solid 1px;}
.ft-info dt{height:40px;line-height:40px;font-size:20px;}
.ft-info dt a{color:#f2f2f2;}
.ft-info dt a:hover{color:#fff;font-weight:bold;}
.ft-info dd{padding-top:20px;}
.ft-info dd p{height:34px;line-height:34px;font-size:14px;color:#a6a6a6;}
.ft-info dd p em{color:#fff;font-size:20px;font-family:"DIN Medium";}
.ft-QRcode{float:right;overflow:hidden;}
.ft-QRcode .item{float:right;margin-left:10px;width:140px;height:195px;overflow:hidden;background:#fff;border-radius:5px;}
.ft-QRcode .pic{position:relative;margin:20px 5px 10px;width:130px;height:130px;overflow:hidden;}
.ft-QRcode .pic img{display:block;width:130px;height:130px;}
.ft-QRcode .pic:after{display:block;position:absolute;left:5px;top:0;width:120px;height:40px;content:"";background:url(../images/Common/scan.png) no-repeat;animation:scan 3s linear infinite;}
.ft-QRcode .tit{height:24px;line-height:24px;font-size:14px;color:#666;text-align:center;} 
.ft-btm{clear:both;padding:30px 0;line-height:30px;font-size:14px;color:#c6c6c6;overflow:hidden;border-top:#343434 solid 1px;}
.ft-btm .fl span{display:inline-block;margin-right:20px;color:#c6c6c6;}
.ft-btm .fr a{display:inline-block;margin-left:20px;color:#c6c6c6;}
.ft-btm .fr a:hover{clear:#fff;text-decoration:underline;}
@keyframes scan{
  0%{top:0;opacity:0.5}
  50%{top:100%;opacity:1;}
  100%{top:0;opacity:0.5}
}
/*--end footer--*/