@charset "utf-8";  
/* css reset*/   
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, em, p, font, img, small, strong, center, dl, dt, dd, ol, ul, li, form, label,  caption {word-break : normal;margin:0;padding:0;border:0;outline:0;font-size:14px;}  
ol, ul {list-style:none}:focus {outline:none; }   
table {border-collapse:collapse;border-spacing: 0}   
caption, th, td { text-align: left; font-weight: normal}   
strong {font-weight:600}   
a{font-family:"Microsoft YaHei";text-decoration:none;color:#404040;cursor:pointer;}   
a:hover{text-decoration:none;color:#006837}   
h1{font-size:16px;font-weight:600;color:#666}  
.left{float:left}  
.right{float:right}  
.clear{clear:both}  

*{background-color:transparent;  
-webkit-appearance:none;  
-webkit-tap-highlight-color:transparent;  }



html{width:100%;overflow-x:hidden;overflow-y:auto;font-family:"Microsoft YaHei";background:#fff;}
body{width:100%;font-family:"Microsoft YaHei";}
.top{width:100%;height:90px;background:#fff;}
.wrap{width:1200px;margin:0 auto;}
.logo{float:left}
.logo img{position:relative;top:22px;}
.nav{float:right}
.nav ul li{float:left;width:auto;padding:0 25px;height:90px;line-height:90px;text-align:center;    transform: skewX(-25deg);}
.nav ul li a{display:inline-block;margin:0;font-size:16px;height:90px;line-height:90px;color:#555559;transform: skewX(25deg);}
.nav ul li.active{background:#007149;color:#fff;}
.nav ul li:hover{background:#007149;color:#fff;}
.nav ul li.active a{color:#fff;}
.nav ul li:hover a{color:#fff;}




.banner{position:relative;width:100%;overflow:hidden}
.banner img{display:block;position:relative;width:100%;min-width:1200px}
.copyright{text-align:center;padding:30px 0;font-size:12px;color:#fff;background:#007149;font-family:"SimSun";}
.copyright a{font-size:12px;color:#fff;font-family:"SimSun";}
.left{float:left;position:relative;}
.right{float:right;position:relative;}

/*company*/
.content{min-height:400px;padding-bottom:130px}
.tit{padding:32px 0;}
.tit img{display:block;margin:0 auto;}
.txt{box-sizing:border-box;background:#f2f3f6;border:5px solid #006837;padding:35px;font-size:14px;color:#000000;line-height:30px;}
.txt2 p{text-indent:2em;}

.ul_bg{display:block;}
.left{margin-left:80px;}
.left ul{width:160px;background:#e7e7e7;padding:10px 0;}
.left ul li{padding:15px 5px;text-align:center;margin-bottom:10px;cursor:pointer;}
.left ul li:hover{background:#f2f3f6;border-left:6px solid #006837}
.left ul li.active{background:#f2f3f6;border-left:6px solid #006837}
.right{width:815px;margin-right:70px;}
.dep ul{display:none;padding:0 20px;margin:0 auto;border-top:1px solid #006837;}
.dep ul li{height:65px;font-size:17px;line-height:65px;border-bottom:1px dashed #e9e9e9;}
.dep ul li img{float:right;position:relative;top:20px;}
.dep_name{height:45px;font-size:17px;line-height:45px;color:#000000;text-indent:20px;background:#f2f3f6;margin-top:7px;cursor:pointer;}
.arrow{float:right;position:relative;top:20px;right:20px;}
