/*reset*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

/*防止拖动*/
img {
    border: 0;
    vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
table {
    border-collapse: collapse;
}

body {
    font: 12px/150% Arial, Verdana, 'microsoft yahei';
    color: #666;
    background: #fff
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #C81623;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

.col-red {
    color: #C81623 !important;
}

/*reset*/
/*公共类*/
.w { /*版心 提取 */
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none
}
/*公共类*/
/*header*/
.top{
    background-color:#f5f5f5;
    box-shadow:0 1px 0 #dddddd;
}
.topline{
    line-height:36px;
    font-size:12px;
    color:#888888;
}
.topline ul li a{
    padding:0 15px;
    display: inline-block;
    border-right:solid 2px #dddddd;
    line-height:18px;
    color:#888888;
}
.topline ul li:hover{
    background-color:#eeeeee;
}
.topline ul li:hover a{
    color:#ff5a00;
}
.logo-container{
    height:120px;
}
.logo-container .logo{
    padding-top:20px;
    width: 609px;
    height:81px;
    background:url(../images/logo.jpg) no-repeat left bottom;
    text-indent:-1000em;

}
.logo-tel{
    height:44px;
    padding-left:58px;
    background:url(../images/tel.jpg) no-repeat left bottom;
    padding-top:34px;
}
.logo-tel h2{
    font-size:13px;
    color:#999999;
    line-height:21px;
}
.logo-tel p{
    font:700 22px/25px 'Arial';
    color:#ff5a00;

}
/*header*/
/*nav*/
.main-nav{
background-color:#0195d5;
}
.main-nav li{
    position: relative;
}
.main-nav li a{
    display: inline-block;
    font-size:14px;
    color:#fff;
    line-height:48px;
    padding:0 27px;
}
.main-nav li a:hover{
    background-color:#13c925;
    color:#fff200;
    text-decoration: underline;
}
.dorpdown {
    background-color:#fff;
    position: absolute;
    z-index: 999;
    display: none;
}
.dorpdown ul li a{
    width:110px;
    text-align: center;
    font-size:12px;
    color:#000;
    padding:0;
}
/*nav*/
/*banner*/
.main_banner {
    position: relative;
    height: 380px;
    width:100%;
    overflow: hidden;
}

.main_banner img {
    float: left;
}

.main_banner .banner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.main_banner ul .currentLi {
    background-color: #fff;
}

.main_banner ul {
    position: absolute;
    bottom: 24px;
    left: 50%;
    z-index: 1;
    margin-left: -44px;
}

.main_banner ul li {
    float: left;
    height: 16px;
    width: 16px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    border: solid 3px #fff;
}

/*banner*/
/*footer*/
footer{
    background-color:#066600;
    padding-top:20px;
    padding-bottom:30px;
	height:270px; width:100%;
}
.footer-nav{
    border-top:solid 1px #088e00;
    border-bottom:solid 1px #088e00;
}
footer .footer-nav ul{
    width:670px;
    margin:0 auto;
}
footer ul li{
    line-height:59px;
    padding-left:18px;

}
footer ul li a{
    font-size:14px;
    color:#fff;
    padding-right:18px;
    border-right:solid 1px #31ff25;
}
.footer-content{
    width:800px;
    margin:0 auto;
    padding-top:32px;
}
.footer-left-logo{
    padding-right:94px;
    background:url(../images/bottom-style.jpg) no-repeat right center;
}
.footer-center-text{
    padding-left:44px;
}
.footer-center-text p{
    font-size: 14px;
    color:#a19f9e;
    line-height:24px;
}
.footer-center-text p span{
    color:#fff;
    padding-left:30px;
}
.footer-center-text p span a{
    color:#fff;
}
/*footer*/


.honorlist{ width:350px; height:285px; float:left; margin-left:50px; margin-top:15px;}
.honorlist img{ width:350px; height:260px;}
.honorlist span{ width:350px; text-align:center; height:25px; display:block; margin-top:10px;}

.bhonorlist{ width:350px; height:460px; float:left; margin-left:50px; margin-top:15px;}
.bhonorlist img{ width:350px; height:460px;}
.bhonorlist span{ width:350px; text-align:center; height:25px; display:block; margin-top:10px;}