@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;
    }
.slogan h3 
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,"Microsoft YaHei","微软雅黑";
}

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: #039a46;
  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: #039a46;
  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:#039a46;
}

/* 
    author:PengJin;
    date:2019-6-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:1200px;}
.wrap-title{position:relative;z-index:99;padding-bottom:30px;line-height:1.5;text-align:center;overflow:hidden;animation:fadeinT 1s ease-out backwards;}
.wrap-title h3{font-weight:normal;font-size:40px;color:#333;}
.wrap-title h3 a{color:#333;}
.wrap-title h3 em{color:#039a46;font-weight:bold;border-radius:50%;}
.wrap-title p{font-size:16px;color:#333;}
.wrap-title.white *{color:#333;}
/*--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:#03401e;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 按钮动画*/

/*-- top-wrap --*/
.top-wrap{position:relative;z-index:999;padding:0 2%;height:42px;line-height:42px;color:#fff;font-size:14px;overflow:hidden;border-bottom:#ddd solid 1px;background:#fff;}
.top-menu{float:right;}
.top-menu a{display:inline-block;color:#999;}
.top-menu a:first-child{font-weight:bold;color:#039a46;font-size:18px;}
.top-menu a:after{display:inline-block;position:relative;top:4px;margin:0 15px;width:1px;height:15px;content:"";background:url(../images/Common/top_line.png) no-repeat;}
.top-menu a:last-child:after{display:none;}
.top-menu a:hover{color:#039a46;}
.welcome{color:#666;}
/*-- end top-wrap --*/

/*-- header --*/
.header{position:relative;z-index:999;top:0;padding:21px 2%;height:100px;background:#fdfdfc;}
.logo{float:left;padding-right:10px;width:130px;height:100px;overflow:hidden;}
.logo img{display:block;width:130px;}
.slogan{float:left;padding-left:14px;width:200px;overflow:hidden;}
.slogan em{display:block;margin-top:10px;width:52px;height:31px;line-height:31px;text-align:center;font-size:20px;color:#fff;background:#039a46;border-radius:5px;}
.slogan h3{margin-top:8px;height:24px;line-height:24px;font-size:18px;font-weight:normal;color:#333;}
.gan{  float: left; padding-left: 6px;overflow: hidden;margin-top: 50px;}
.gan h3{ height: 21px;line-height: 21px;font-size: 18px;color: #333;margin-top: 1px;}
.gan p{height: 24px;    line-height: 24px;font-size: 15px;color: #666;}
.imgg{ width: 45px;height: 42px;margin-top: 50px;}
.slogan p{height:24px;line-height:24px;font-size:15px;color:#666;}
.nav{float:right;height:48px;line-height:48px;}
.nav-list li{float:left;padding:26px 0;background:url(../images/Common/nav_line.png) no-repeat right center;}
.nav-list li>a{position:relative;display:block;margin:0 30px;font-size:16px;color:#333;}
.nav-list li:last-child{background-image:none;}
.nav-list li:last-child>a{margin-right:0;}
.nav-list li>a:after{display:block;position:absolute;left:0;bottom:0;width:0;height:3px;content:"";background:#039a46;transition:all 1s;}
.nav-list li:hover>a:after,.nav-list li.cur>a:after{width:100%;}
.nav-list li:hover>a,.nav-list li.cur>a{color:#039a46;}
.dropDown{display:none;position:absolute;z-index:999;left:0;top:85%;width:100%;height:354px;overflow:hidden;background:#fff ;;border-top:#eee solid 1px;}
.dropDown .wrapper{height:354px;background:url(../images/Common/dropDonw_bg.png) no-repeat right bottom;}
.dropDown .subNav{margin-top:30px;width:1250px;overflow:hidden;}
.dropDown .subNav .item{display:block;float:left;padding-right:27px;margin-right:27px;width:153px;height:158px;border-right:#ddd dashed 1px;}
.dropDown .subNav .item:last-child{margin-right:0;padding-right:0;border-right:none;}
.dropDown .subNav .item img{display:block;margin-bottom:12px;width:153px;height:101px;transition:all 0.5s;}
.dropDown .subNav .item span{display:block;font-size:16px;color:#666;height:22px;line-height:22px;overflow:hidden;}
.dropDown .subNav .item p{font-size:13px;color:#999;height:20px;line-height:20px;overflow:hidden;}
.dropDown .subNav .item:hover span{color:#039a46;}
.dropDown .subNav .item:hover img{opacity:0.8;}
.dropDown .text{padding-top:70px;line-height:1.5;overflow:hidden;}
.dropDown .text span{display:block;font-size:25px;color:#039a46;}
.dropDown .text p{font-size:20px;color:#333;}
.mask{display:none;position:fixed;z-index:333;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.7);}
@media screen and (max-width: 1600px){
.nav-list li>a{margin:0 12px;}
}
@media screen and (max-width: 1400px){
.slogan{display:none;}
}
/*-- end header --*/


/*-- footer --*/
.footer{overflow:hidden;background:url(../images/Common/footer_bg.jpg) no-repeat center 0;}
.flinks{padding-top: 12px;display:none;height: 118px;line-height: 36px;background:#fff;overflow:hidden;border-radius:0 0 0 68px;}
.flinks .addlink{display:block;float:right;font-size:14px;color:#333;}
.flinks .addlink:hover{text-decoration:underline;}
.flinks dl{padding-right:50px;overflow:hidden;}
.flinks dt{float:left;padding-left:50px;font-size:18px;color:#333;background:url(../images/Common/flinks.png) no-repeat 0 center;}
.flinks dd{overflow:hidden;}
.flinks dd a{display:inline-block;padding:0 10px;font-size:14px;color:#333;}
.flinks dd a:hover{text-decoration:underline;}
.ft-inner{margin:0 auto;padding:53px 0;width:1200px;overflow:hidden;}
.ft-menu{float:left;width:866px;overflow:hidden;border-right:rgba(255,255,255,0.15) solid 1px;}
.ft-menu dl{float:left;width:24%;height:230px;border-left:rgba(255,255,255,0.15) solid 1px;}
.ft-menu dt{padding-left:40px;height:25px;line-height:25px;font-size:20px;}
.ft-menu dt a{color:#fff;}
.ft-menu dt a:hover{font-weight:bold;}
.ft-menu dd{padding-left:40px;padding-top:22px;font-size:14px;overflow:hidden;}
.ft-menu dd a{display:block;margin-top:10px;height:20px;line-height:20px;color:#999;}
.ft-menu dd a:hover{color:#fff;}
.ft-menu dl:nth-child(1){width:245px;}
.ft-menu dl:nth-child(2){width:230px;}
.ft-menu dl:nth-child(3){width:195px;}
.ft-menu dl:nth-child(4){width:185px;}
.ft-QRcode{float:right;overflow:hidden;}
.ft-QRcode li{float:left;margin-left:20px;}
.ft-QRcode li img{display:block;}
.ft-QRcode li p{height:28px;line-height:28px;text-align:center;font-size:12px;color:#999;background:#fff;}
.ft-info{height:50px;line-height:50px;background:#000;}
.ft-info *{color:#999;}
.ft-info a:hover{color:#fff;}
@media screen and (max-width: 1400px){
.flinks{border-radius:0;}
}
/*-- end footer --*/

/*-- commonForm --*/
.commonForm-pop{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.55);}
.commonForm{position:fixed;left:50%;top:50%;margin-left:-407px;margin-top:-273px;width:814px;height:546px;background:#fff;border-radius:5px;}
.commonForm .closeBtn{position:absolute;right:-26px;top:-26px;width:52px;height:52px;cursor:pointer;background:url(../images/Common/closeBtn.png) no-repeat;transition:all 1s;}
.commonForm .closeBtn:hover{transform:rotate(360deg);}
.commonForm .hd{text-align:center;padding:45px 45px 20px;overflow:hidden;}
.commonForm .hd h3{position:relative;height:45px;line-height:45px;font-weight:normal;font-size:30px;color:#000;}
.commonForm .hd h3:after{display:block;position:absolute;z-index:1;top:22px;left:0;width:100%;height:1px;content:"";background:#d9d9d9;}
.commonForm .hd h3 span{position:relative;z-index:3;display:inline-block;padding:0 10px;background:#fff;}
.commonForm .hd p{height:30px;line-height:30px;font-size:16px;color:#666;}
.commonForm .bd{padding:0 56px;overflow:hidden;}
.commonForm .bd ul{overflow:hidden;}
.commonForm .bd li{margin-bottom:16px;overflow:hidden;border:#bdbdbd solid 1px;border-radius:5px;}
.commonForm .bd li .label{float:left;width:115px;height:55px;line-height:55px;color:#333;font-size:18px;text-indent:48px;overflow:hidden;background-repeat:no-repeat;background-position:10px center;}
.commonForm .bd li .iptBox{overflow:hidden;}
.commonForm .bd li .iptBox input{display:block;width:580px;height:55px;line-height:55px;color:#333;font-size:18px;border:none;}
.commonForm .bd li .iptBox textarea{display:block;padding:15px 0;width:580px;height:115px;line-height:25px;color:#333;font-size:18px;border:none;resize:none;}
.commonForm .bd li.userName .label{background-image:url(../images/Common/userName.png);}
.commonForm .bd li.userPhone .label{background-image:url(../images/Common/userPhone.png);}
.commonForm .bd li.userTxts .label{background-image:url(../images/Common/userTxts.png);}
.commonForm .bd .submit{display:block;clear:both;margin:15px auto 0;width:217px;height:50px;line-height:50px;font-size:18px;text-align:center;color:#fff;background:#009945;}
/*-- end commonForm --*/