﻿@charset "utf-8";
@media screen and (max-width: 1815px) {
    .enweb{
        display: none;
    }
}

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Microsoft YaHei;
  font-size: 14px;
  margin: 0 auto;
}
a, input, textarea {
    outline: 0 none;
    text-decoration: none;
}
li {
	list-style:none;	
}
img {
	border:none;
}
.clear {
	clear:both;	
}
div {
	margin:0 auto;	
}
a.topimg {
	display:block;
}
a.topimg img {
	width:100%;
}

header{
    position: fixed;
    z-index: 9999;
    border-bottom: 1px solid #eeeeee;
    height: 94px;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 100%;
}
.wrap{width: 800px;margin: 0 auto;float: left;}
#nav {display: flex;display: flex;flex-direction: row;justify-content: center;align-items: center;flex-wrap: wrap;}

.logo{width: 499px;overflow: hidden; float:left; margin-left: 56px;}
.logo a{display:block; float:left;}
.logo a img {
    height: 75px;
    margin-top: 6px;
}
.logo h3 {
    overflow: hidden;
    float: left;
    font-size: 20px;
    line-height: 56px;
    margin-left: 15px;
    border-left: 1px solid #dcdcdc;
    padding-left: 16px;
    margin-top: 16px;
    color: #666666;
}

.enweb {
   float: right;
   margin-right: 16px;
}
.enweb h3 {
   overflow: hidden;
    color: #434343;
    line-height: 56px;
    margin-top: 16px;
    background-image: url(24h.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 56px;
    background-size: 56px;
    width: 200px;
    padding-left: 60px;
}
.enweb h3 span {
  font-size: 23px;
    font-weight: bold;
    color: #FF0000;
}
.cshead {
    height:94px;
    width:100%;
}
ul.nav {display: inline-flex;flex: 1;padding-left:36px;}
li.nav-item {flex: 1;}
li.nav-item>a{color:#333333; display: block;text-align: center;line-height: 94px;font-size: 18px;position: relative;}

li.nav-item:hover>a ,li.nav-item.active>a{color: #019237;}
li.nav-item:hover>a::before,li.nav-item.active>a::before{display: block;}
/* 二级菜单 */
.subMenu{
    display: none;
    position: absolute;
    top: 94px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 1px -4px 3px #eeeeee;
}
.subMenu .submc {
    width:1200px;
    padding-bottom:36px;
}
.subMenu .submc .subtit{
    padding:16px 0px 16px 0px;
    font-size: 24px;
    font-weight:400;
    text-align: left;
    color: #272727;
    margin-bottom: 10px;
}
.subMenu .submc .subimg {
    height:139px;
    float:left;
    box-shadow: 1px 0px 6px #666666;
}
.subMenu .subcont {
    float:right;
    width:926px;
}
.subMenu .subcont li{
    float: left;
    width: 18%;
    margin-right: 2%;
    margin-bottom: -1px;
}
.subMenu .subcont li a{
    display: block;
    height: 54px;
    line-height: 54px;
    padding: 0 6%;
    color: #242424;
    font-size: 16px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.subMenu .subcont li a:hover {
    color:#019237;
}
a.neiimg img {
   width:100%;
}
p.sanjtit {
    font-size:36px;
    text-align:center;
    color:#4f4f4f;
    padding-top:66px;
}
p.sanjtit span {
    background-color: #dcdcdc;
    width: 66px;
    height: 1px;
    display: inline-block;
    margin: 12px 26px;
}
p.sjmiaoshu {
    font-size: 24px;
    text-align: center;
    padding: 16px 0 36px 0;
    color: #808080;
}
.acont {
    width:1200px;
    margin:36px auto;
    padding-bottom: 36px;
}
.acont .cleft {
    width:260px;
    float:left;
    padding:12px;
}
.acont .cleft .mknr {
    margin-bottom:36px;
}
.acont .cleft .mknr h3 {
    font-size: 18px;
    color: #444;
    line-height: 36px;
    font-weight: normal;
    text-align:center;
}
.acont .cleft .mknr .mklm{
    background-color:#ffffff;
    border-top: 2px solid #019237;
    padding: 8px 0;
}
.acont .cleft .mknr .mklm a {
    background: #f5f5f5;
    line-height: 42px;
    height:42px;
    font-size:14px;
    color: #333333;
    display: block;
    text-align: center;
    width: 226px;
    margin: 10px auto;
}
.acont .cleft .mknr .mklm a:hover, .acont .cleft .mknr .mklm a.on {
    background-color:#019237;
    color:#ffffff;
}
.acont .cleft .mknr .fwmk ul{
   background: #019237;
   text-align: center;
   padding: 10 10px;
}
.acont .cleft .mknr .fwmk li {
    color: #fff;
    border-bottom: 1.5px solid #f1f2f3;
    line-height: 42px;
}
.acont .cleft .mknr .fwmk li.last {
    border-bottom:none;
}
.acont .cleft .mknr .fwmk h2 {
    font-size: 18px;
}
.acont .cleft .mknr .fwmk h3 {
    font-size: 16px;
    font-weight: normal;
    color:#ffffff;
}
.w100 {
    width:100%;
    border-bottom: solid 1px #ededed;
    box-shadow: 1px 2px 3px #ededed;
    background-color: #ffffff;
}
.topdh {
    line-height: 68px;
    height: 68px;
    background: #fff;
    width:1200px;
}
.topdh a {
    color:#333333;
    font-size:14px;
}
.topdh a:hover {
    color:#019237;
}
.topdh .mianbao {
   float: left;
    background-image: url(mianbao.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: left center;
    padding-left: 30px;
}
.topdh .alanmu {
    float:right;
}
.topdh .alanmu a {
    display: inline-block;
    padding: 0 10px;
    font-size:16px;
}
.topdh .alanmu a:hover, .topdh .alanmu a.on{
    background-color:#019237;
    color:#ffffff;
}
.cright {
       width: 900px;
    float: right;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 2px 3px #eeeeee;
    border-radius: 5px;
}
.cright .arct {
    line-height: 29px;
    letter-spacing: 1px;
    color: #212121;
    padding: 20px 45px;
}
.cright .arct img {
    max-width:100%;
}
.cright .arct .arctit {
    font-size: 18px;
    line-height: 35px;
    color: #212121;
    font-weight: normal;
    text-align: center;
    margin-bottom:26px;
}


.cright .arct p.gxtime {
    font-size: 14px;
    color: #666666;
    line-height: 56px;
    text-align: center;
}

.sxnrye {
    margin-top: 36px;
}
.sxnrye a {
    color: #666666;
}
.footer {
  width: 100%;
  background: #535353;
  padding: 56px 0;

}

.footer .mid {
    width:1280px;
}
.footer .btr {
  width: 171px;
  float: left;
}
.footer a {
  color: #e7e7e7;
}

.footer .btr p.ftbt {
  height: 32px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 5px;
}

.footer .btr p.ftbt a {
  color: #f9f9f9;
  text-transform: capitalize;
}

.footer .btr p.ftbt:hover a {
  color: #019237;
}

.footer .fchild ul li {
  list-style: none;
  line-height: 25px;
  background: url(fbg.png) left center no-repeat;
}

.footer .fchild ul li a {
  color: #bebebe;
  font-size: 12px;
  line-height: 25px;
  text-transform: capitalize;
}

.footer .fchild ul li:hover a {
  color: #019237;
}

.footer .contact {
  width: 420px;
  float: left;
}

.footer .contact .tel {
  height: 70px;
  border-bottom: 1px solid #808080;
}

.footer .contact .tel p {
  color: #e7e7e7;
  font-size: 16px;
  line-height: 25px;
}

.footer .contact .tel div {
  color: #e7e7e7;
  font-size: 28px;
}

.footer .contact .tel div em {
  color: #e7e7e7;
  font-size: 14px;
}

.footer .contact .address {
  color: #e7e7e7;
  line-height: 25px;
  margin-top: 10px;
}

.footer .contact .icp {
  color: #e7e7e7;
  font-size: 12px;
  line-height: 25px;
}

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:260px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar li {
    background-color: #019237;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 10px 10px;
}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background-image: url(c4.png);}
.yb_bar .yb_phone{background-image:url(c1.png);}
.yb_bar .yb_QQ{text-indent:0;background-image:url(c2.png);}
.yb_bar .yb_ercode{background-image:url(c3.png);}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

