body{
    margin:0;
    padding:0;
    font-size:12px;
    font-family: "Microsoft Yahei", sans-serif;
}
ul,li{
    margin:0;
    padding:0;
    list-style:none;
}
form,p,input,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
img{
    border:0;
}
a,button{
    color:#000;
    text-decoration:none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*添加在浮动层的父元素上*/
.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
/*头部*/
.welcome{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #75af3a;
    color: #fff;
}
.welcome .fr{
    height: 40px;
}
.welcome .fr img{
    vertical-align: middle;
    width: 22px;
    height: 22px;
}
.welcome .fr a{
    margin: 0 5px;
    color: #fff;
}
.nav_bar{
    padding: 20px 0;
}
.nav_bar .nav{
    padding-top: 20px;
}
.nav_bar .nav li{
    float: left;
    padding: 0 10px;
}
.nav_bar .nav li a{
    font-size: 14px;
    padding: 10px;
    display: block;
    text-align: center;
}
.nav_bar .nav li a:hover{
    border-bottom: 2px solid #75af3a;
}
.nav_bar .nav li.active a{
    border-bottom: 2px solid #75af3a;
}
/*轮播图*/
.swiper-container{
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
    height:auto;
    text-align:center;
    margin:0 auto;
    z-index:5;
}
.swiper-slide img{
    width:100%;
    height:auto;
    vertical-align:middle;
    position:relative;
}
.slide_body{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slide_img{
    transition: all .5s;
}
.slide_img li{
    float: left;
}
.slide_img li img{
    width: 100%;
    min-width: 1200px;
    height: auto;
}
.slide_btn{
    position: absolute;
    left: 50%;
    bottom: 30px;
}
.slide_btn li{
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.slide_btn li.active{
    background: #ff0000;
}
/*底部*/
.footer{
    color: #fff;
    background: #606060;
}
.footer .section1{
    padding: 20px 50px 20px 0;
}
.footer .section1 .left h3{
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
}
.footer .section1 .left h4{
    font-size: 24px;
    padding: 10px 0;
}
.footer .section1 .left .list_box{
    padding: 20px 0;
}
.footer .section1 .left .list{
    float: left;
    padding-right: 20px;
}
.footer .section1 .left .list h5{
    font-size: 15px;
    padding-bottom: 5px;
}
.footer .section1 .left .list a{
    display: block;
    color: #fff;
    padding: 5px 0;
}
.footer .section1 .mid h3{
    font-size: 20px;
    font-weight: normal;
    padding: 20px 0;
}
.footer .section1 .mid p{
    font-size: 14px;
    line-height: 30px;
}
.footer .section1 .right{
    padding: 20px 0 0 50px;
}
.footer .section1 .right img{
    width: 120px;
    height: 120px;
}
.footer .section1 .right p{
    text-align: center;
    padding-top: 10px;
}
.footer .zixun{
    font-size: 20px;
    padding: 10px 0;
}
.footer .section2{
    padding-bottom: 30px;
}
.footer .section2 .message_box{
    width: 121px;
    font-size: 14px;
    padding: 10px 10px 10px 20px;
    border-right: 1px solid #fff;
}
.footer .section2 .message_box:first-child{
    padding-left: 0;
}
.footer .section2 .message_box:last-child{
    border: none;
}
.footer .section2 .message_box p{
    padding: 5px 0;
}
.footer .section2 .message_box p i{
    padding-right: 10px;
}
.footer .section3{
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.footer .section3 a{
    color: #fff;
    font-size: 14px;
}
.footer .section4{
    font-size: 14px;
    padding: 10px 0 20px 0;
}
.footer .section4 a{
    color: #fff;
}