
/* 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(http://www.wahtaisz.com/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: #e67819;
  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: #e67819;
  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:#e67819;
}


/* 
    author:PengJin;
    date:2020-03-31;
*/

@font-face {
  font-family: "DIN-Medium";
  src: url("http://www.wahtaisz.com/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:50px;text-align:center;overflow:hidden;animation:fadeinT 1s;}
.wrap-title i{display:block;margin:0 auto 20px;width:40px;height:5px;background:url(../image/title_line.png) no-repeat;}
.wrap-title h2{position:relative;height:50px;line-height:50px;font-size:42px;font-weight:normal;color:#000;}
.wrap-title h2 a{color:#000;}
.wrap-title h2 a:hover{color:#225f8e;transition:all 0.5s;}
.wrap-title p{height:30px;line-height:30px;font-size:18px;color:#666;}
.wrap-title.white *{color:#fff;}
.mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.85);}
/*--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:#e5000d;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:45px 0 55px;height:58px;overflow:hidden;background:#fff url(../image/header_bg.png) no-repeat center 146px;}
.header .logo{float:left;padding-right:18px;width:235px;height:58px;overflow:hidden;border-right:#dedede solid 1px;}
.header .logo img{display:block;width:235px;height:58px;}
.header .slogan{float:left;padding-left:22px;width:320px;overflow:hidden;}
.header .slogan h2{font-size:24px;color:#000;}
.header .slogan p{font-size:24px;color:#333;}
.header .tlinks{float:left;padding-top:20px;overflow:hidden;}
.header .tlinks li{float:left;padding:0 9px;font-size:16px;border-right:#e5e5e5 solid 1px;}
.header .tlinks li a{display:block;padding-left:25px;color:#666;background-repeat:no-repeat;background-position:0 center;}
.header .tlinks li a:hover{color:#e67819;}
.header .tlinks li:nth-child(1) a{background-image:url(../image/Ticon01.png);}
.header .tlinks li:nth-child(2) a{background-image:url(../image/Ticon02.png);}
.header .tel{float:right;padding-left:18px;height:58px;line-height:58px;background:url(../image/tel.png) no-repeat 0 center;}
.header .tel span{display:block;float:left;font-size:16px;color:#333;}
.header .tel em{font-size:26px;color:#e67819;font-family:"DIN Medium";overflow:hidden;}
/*--end header--*/

/*--nav--*/
.nav-wrap{position:relative;z-index:3;margin-top:-70px;transform:translateY(70px);height:70px;background:url(../image/nav_bg.png) no-repeat center 0;}
.nav{position:absolute;top:0;left:0;z-index:33;width:100%;height:70px;line-height:70px;overflow:hidden;}
.nav-list li{position:relative;float:left;}
.nav-list li>a{display:block;padding:0 26px 0 27px;font-size:18px;color:#fff;}
.nav-list li:after{display:block;position:absolute;left:50%;bottom:16px;margin-left:-19px;width:38px;height:3px;content:"";background:#fff;transition:all 0.5s;transform:scale(0,1);}
.nav-list li:hover:after,.nav-list li.cur:after{transform:scale(1,1);}
.dropDown{display:none;position:absolute;z-index:32;left:0;top:100%;width:100%;height:300px;background:#fff;}
.dropDown .item{float:left;text-align:center;padding-top:30px;height:300px;border-right:#f0f0f0 solid 1px;box-sizing:border-box;}
.dropDown .item dd{margin-bottom:10px;height:35px;line-height:35px;font-size:16px;}
.dropDown .item dd a{display:block;color:#666;}
.dropDown .item dd a:hover{color:#fff;background:#225f8e;}
.dropDown .item:nth-child(8),.dropDown .item:nth-child(9){visibility:hidden;}
/*--end nav--*/

/*--footer--*/
.footer{padding-top:80px;overflow:hidden;background:#333;}
.ft-inner{overflow:hidden;}
.ft-menu{float:left;width:675px;height:336px;overflow:hidden;border-right:#484848 solid 1px;}
.ft-menu dl{float:left;width:33.33%;}
.ft-menu dt{height:30px;line-height:30px;font-size:26px;color:#fff;overflow:hidden;}
.ft-menu dt a{color:#fff;transition:all 0.5s;}
.ft-menu dt a:hover{letter-spacing:2px;}
.ft-menu dd{padding-top:40px;overflow:hidden;}
.ft-menu dd a{display:block;height:38px;line-height:38px;font-size:16px;color:#999;}
.ft-menu dd a:hover{color:#fff;}
.ft-info{float:right;overflow:hidden;}
.ft-info .tel{padding-left:25px;text-align:right;height:30px;line-height:30px;overflow:hidden;background:url(http://www.wahtaisz.com/images/Common/ft_tel.png) no-repeat 0 center;}
.ft-info .tel span{font-size:16px;color:#fff;vertical-align:middle;}
.ft-info .tel em{font-family:"DIN Medium";font-size:26px;color:#e67819;vertical-align:middle;}
.ft-info .QRcode{margin-top:26px;overflow:hidden;}
.ft-info .QRcode .item{float:left;margin-left:20px;padding:20px;height:95px;width:170px;overflow:hidden;background:#fff;}
.ft-info .QRcode .pic{float:left;padding-right:18px;width:80px;height:80px;border-right:#eee solid 1px;}
.ft-info .QRcode .pic img{width:100px;height:100px;}
.ft-info .QRcode .text{padding-left:16px;line-height:1.3;overflow:hidden;}
.ft-info .QRcode .text span{display:block;font-size:20px;color:#000;}
.ft-info .QRcode .text small{display:block;font-size:16px;color:#666;}
.ft-info .QRcode .text i{display:block;margin-top:8px;width:22px;height:22px;}
.ft-info .QRcode .item-1{margin-left:0;}
.ft-info .QRcode .item-1 .text i{background:url(../image/code_icon01.png) no-repeat 0 center;}
.ft-info .QRcode .item-2 .text i{background:url(../image/code_icon02.png) no-repeat 0 center;}
.ft-info .address{padding-top:30px;padding-bottom:15px;text-align:right;overflow:hidden;border-bottom:rgba(255,255,255,0.1) solid 1px;}
.ft-info .address p{padding-right:20px;line-height:30px;font-size:14px;color:#999;background:url(http://www.wahtaisz.com/images/Common/address.png) no-repeat 0 center;}
.ft-info .ft-logo{margin:36px auto 0;width:154px;}
.ft-info .ft-logo img{display:block;width:100%;}
.copyright{margin-top:50px;padding:22px 0;line-height:25px;font-size:14px;overflow:hidden;border-top:#484848 solid 1px;}
.copyright .fl{color:#999;}
.copyright .fl span{display:inline-block;}
.copyright .fl a{color:#999;}
.copyright .fl a:hover{color:#fff;}
.copyright .fr .backTop{display:block;padding-right:12px;font-size:14px;font-family:"DIN Medium";color:#666;background:url(../image/backTop.png) no-repeat right center;}
.copyright .fr .backTop:hover{color:#fff;}
.flinks{padding:22px 0;line-height:25px;font-size:14px;color:#666;overflow:hidden;border-top:#484848 solid 1px;}
.flinks dt{float:left;}
.flinks dt a{color:#666;}
.flinks dd{padding-left:15px;overflow:hidden;}
.flinks dd a{color:#666;}
.flinks dd a:after{margin:0 15px;content:"|";}
.flinks dd a:last-child:after{display:none;}
.flinks dt a:hover,.flinks dd a:hover{color:#fff;}
.flinks dd a:hover:after{color:#666;}
/*--end footer--*/