@charset "utf-8";
body {
    margin:0 auto;background: #fff;
    font-family: "Microsoft YaHei","Arial";
    font-size: 14px;
    color:#222;
	/* min-width: 1200px; */
	position: relative;
}
html{
    padding:0;
    height:0;
    /* min-width: 1200px; */
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,button {
    margin:0;
    padding:0;
}
ul,ol {
    list-style: none;
}
img{
    border:none;
}
.lf{
    float: left;
}
.rt{
    float:right;
}
input,button,textarea {
    outline:none;
    font-family: "Microsoft YaHei";
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
em{
    font-style: normal;
}
.link {
    display: block;
    width: 100%;
}

input, button, textarea,select, optgroup, option { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;}

ul, li, dl, dt, dd, ol { display: block; list-style: none; }

img{border:0;}

.clear {clear:both;height: 0; }

.clear-fix:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}

a{text-decoration:none;outline:0;}
.w1200{
    width:1200px; 
    margin:0 auto;
}
.top{
    width: 100%;min-width: 1200px;
    height:35px;
    line-height:35px;
    background:#e9e9e9;
    text-align: right;
    font-size:12px;
    color:#888888;
}
.top span{
    color:#000000;
}
header{
    width:100%;
    height:76px;
    background: #fff;
    min-width: 1200px;
}
header .logo{
    float:left;
    background: url(../img/logo.png) no-repeat;
/*    background-size: cover;*/
    width:350px;
    height:42px;
    margin-top:17px;
}
header ul{
    float:right;
}
header ul li{
    float:left;
    height:76px;
    line-height: 76px;
    padding:0 24px;
}
header ul li:last-child{
    padding-right:0px;
}
header ul li a{
    font-size:15px;
    color:#444444;
}
header ul li a:hover{
    color:#47aa42;
}
header ul li.cur a{
    color:#47aa42;
}
.banner{
    min-width: 1200px;
    width:100%;
}
.banner .item img{
    display: block;
    width:100%;
    height:100%;
}
.footer{
    width:100%;
}
.friendLink{
    width:100%;
    height:80px;
    line-height: 79px;
    background: #2a2a2a;
    border-bottom:1px solid #363636;
    min-width: 1200px;
    box-sizing: border-box;
    padding-left:10px;
}
.friendLink span{
    font-size:14px;
    color:#cbcbcb
}
.friendLink a{
    font-size:14px;
    color:#989898;
}
.friendLink a:hover{
    color:#cbcbcb
}
footer{
    width:100%;
    min-width: 1200px;
    background:#2a2a2a;
    padding-top:30px;
    padding-bottom:30px;
}
footer ul li{
    float:left;
    color: #c6c6c6;
}
footer ul li a{
    font-size:14px;
    color:#c6c6c6;
    padding-left:6px;
    padding-right:6px;
}
footer .lf .erweima{
    margin-top:36px;
    box-sizing: 10px;
}
footer .lf .pic{
    width:89px;
    height:89px;
    float:left;
}
footer .lf .pic img{
    display: block;
    width:100%;
    height:100%;
}
footer .lf .erweima>img{
    float:left;
}
footer .rt{
    float:right;
    width:415px;
}
footer .rt em{
    display: block;
    width:100%;
    height:1px;
    background:#4abf00;
    position: relative;
}
footer .rt em::after{
    position: absolute;
    content: '';
    width:124px;
    height:7px;
    background:#4abf00;
    left:0;
    top:0;
}
footer .rt h2{
    font-size:20px;
    color:#e3e3e3;
    padding-top:20px;
}
footer .rt p {
    line-height:35px;
    font-size:14px;
    color:#bbbbbb;
    margin-top:20px;
}
footer .lf span.logo{
    width:166px;
    height:45px;
    margin-top:30px;
    display: block;
}
.footer{
    width:100%;
    min-width: 1200px;
    text-align: center;
    height:47px;
    line-height:47px;
    font-size:14px;
    color:#bbbbbb;
    background: #424242;
}
.footer span{
    margin-left:20px;
}
.footer span a{
    color:#bbbbbb;
}