@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,helvetica,clean,sans-serif,"微软雅黑";
}

select, input, button, textarea, button {
    font: 99% arial,helvetica,clean,sans-serif;
}

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;
    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: #fdc800;
  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: #fdc800;
  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:#fdc800;
}

/* 
    author:PengJin;
    date:2019-05-09;
*/


@font-face {
    font-family: "FetteMittelschrift";
    src:url("../font/FetteMittelschrift.ttf") format("truetype"),
        url("../font/FetteMittelschrift.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}


/*--public--*/
.wrapper{margin:0 auto;width:1200px;}
.wrap-title{position:relative;z-index:999;padding-bottom:30px;text-align:center;line-height:1.4;overflow:hidden;animation:fadeinT 0.5s linear;}
.wrap-title h2{height:40px;line-height:40px;font-size:30px;font-weight:normal;color:#24211d;}
.wrap-title h2 a{color:#24211d;}
.wrap-title h2 strong{color:#fdc800;}
.wrap-title p{height:28px;line-height:28px;font-size:14px;color:#999;}
.wrap-title i{display:block;margin:12px auto 0;width:20px;height:2px;background:url(../images/Common/title_line.png) no-repeat;}
.wrap-title.white h2,.wrap-title.white h2 a,.wrap-title.white p{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:#24211d;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{overflow:hidden;background:#fff;}
.top-wrap{height:44px;line-height:44px;font-size:14px;color:#333;border-bottom:#f1f1f1 solid 1px;}
.top-menu{float:right;}
.top-menu a{color:#333;}
.top-menu a:after{position:relative;top:4px;display:inline-block;content:"";margin:0 18px;width:1px;height:15px;background:#f1f1f1;}
.top-menu a:last-child:after{display:none;}
.top-menu a:hover{color:#fdc800;}
.head-inner{padding:40px 0;height:60px;overflow:hidden;}
.head-inner .logo{float:left;padding-right:35px;width:240px;height:60px;background:url(../images/Common/logo_line.png) no-repeat right center;}
.head-inner .logo img{display:block;width:240px;height:60px;}
.head-inner .slogan{float:left;padding-left:36px;}
.head-inner .slogan h2{height:42px;line-height:42px;font-size:36px;color:#333;}
.head-inner .slogan p{height:18px;line-height:18px;font-size:12px;color:#24211d;letter-spacing:10px;}
.head-inner .slogan p strong{color:#fdc800;}
.head-inner .tel{float:right;padding-top:12px;padding-left:60px;height:45px;line-height:45px;font-size:26px;color:#333;background:url(../images/Common/tel.png) no-repeat 0 bottom;}
.head-inner .tel span{display:inline-block;padding:0 5px;font-family:"FetteMittelschrift";}
.head-inner .T-weChat{float:left;margin-left:80px;margin-top:-25px}
.head-inner .T-weChat img{width:100px;height:100px}
.head-inner .T-weChat p{text-align: center;}
/*--end header--*/

/*-- nav --*/
.nav{position:relative;width:100%;height:66px;line-height:66px;background:#24211d;}
.nav-list{margin:0 auto;width:1200px;}
.nav-list li{position:relative;float:left;;width:133px;text-align:center;background:url(../images/Common/nav_line.png) no-repeat right center;}
.nav-list li:last-child{background-image:none;}
.nav-list li>a{display:block;font-size:14px;color:#fff;transition:background-position-x .5s;}
.nav-list li.cur>a,.nav-list li:hover>a{background:url(../images/Common/hover.png) no-repeat center bottom;}
.nav-list li .dropDown{display:none;position:absolute;z-index:999;left:0;top:100%;width:100%;text-align:center;background:#24211d;}
.nav-list li .dropDown a{display:block;height:50px;line-height:50px;font-size:14px;color:#fff;}
.nav-list li .dropDown a:hover{color:#000;background:#fdc800;}

/*-- end nav --*/


/*-- footer --*/
.footer{overflow:hidden;}
.ft-menu{height:58px;line-height:58px;text-align:center;font-size:14px;overflow:hidden;border-bottom:#4c463e solid 1px;background:#24211d;}
.ft-menu ul{margin:0 auto;width:1200px;overflow:hidden;}
.ft-menu li{float:left;background:url(../images/Common/ft_menu_line.png) no-repeat right center;}
.ft-menu li:last-child{background-image:none;}
.ft-menu li a{display:block;padding:0 30px;color:#fff;}
.ft-menu li a:hover{color:#000;background:#fdc800;}
.ft-inner{margin:0 auto;width:1200px;height:235px;overflow:hidden;}
.ft-logo{float:left;padding:70px 0;width:310px;text-align:center;border-right:#dedede solid 1px;}
.ft-logo img{width:240px;height:60px;}
.ft-logo h3{height:32px;line-height:32px;font-size:16px;color:#333;letter-spacing:0.5px;}
.ft-info{float:left;padding: 80px 30px;width: 500px;}
.ft-info p{line-height:25px;font-size:14px;color:#333;}
.ft-info p a{color:#333;}
.ft-QRcode{float:right;padding-left:32px;width:290px;height:235px;border-left:#dedede solid 1px;}
.ft-QRcode ul{padding-top:46px;overflow:hidden;}
.ft-QRcode li{float:left;margin-left:10px;text-align:center;}
.ft-QRcode li img{display:block;width:118px;height:118px;border:#dedede solid 1px;}
.ft-QRcode li p{font-size:14px;padding-top:10px;color:#333;}
/*-- end footer --*/