@charset "utf-8";

/* CSS Document */
*{margin: 0 auto; padding: 0;}
body
{
    font-size: 14px;
    color: #474747;
    font-family:  Microsoft YaHei, 宋体, Arial, Helvetica, sans-serif;
    background: url(../images/bg.jpg) #ededed;
}
ul,li{list-style-type: none;}
img,ul,li,border{padding: 0px;margin: 0px;}
img,border{border: none;}
a{color: #494949;text-decoration: none;}
a:hover{color:#238143;text-decoration: none;}
a:active{text-decoration: none;}
.clear{clear: both;}
img{	border: 0;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;clear: both;height: 0;}
.clearfloat{clear: both;height: 0;font-size: 1px;line-height: 0px;}
.clearfix{display: inline-table;}
input,textarea{outline: none;border: 0px;}
.left{
    float: left;
}
.right{
    float: right;
}

.slideBox {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    height: 30px;
    text-align: center;
    width: 100%;
}

.slideBox .hd ul {
    text-align: center;
}

.slideBox .hd ul li {
    display: inline-block;
    margin-right: 10px;
    width: 42px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

.slideBox .hd ul li.on {
    background: #238143;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 400px;
}

.slideBox .bd li a {
    display: block;
    width: 100%;
    height: 500px;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.clear {
    clear: both;
}



.main{
    width: 1200px;
    margin: 0 auto;
    height: auto;
}
.header{
    width: 100%;
    height: 90px;
}
.header .logo{
    height: 70px;
    margin: 10px 0;
    width: 500px;
    float: left;
}
.header .logo img{
    height: 70px;
}
.header .lang{
    margin-top: 20px;
    width: 145px;
    float: right;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;  
    background: url(../images/cn.png) #fff no-repeat left 10px center;
    background-size: auto 40px;
    color: #d81e06;
    font-weight: bold;
    font-size: 20px;
    padding-left: 60px;
}


.nav{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #238143;
}
.nav ul li{
    box-sizing: border-box;
    width: 150px;
    float: left;
    text-align: center;
    background: url(../images/line.png) no-repeat right center;
    position: relative;
}
.nav ul li:nth-last-of-type(1){
    background: none;
}
.nav ul li a{
    width: 149px;
    color: #fff;
    display: block;
    font-size: 16px;
}
.nav ul li:hover a.item,.nav ul li.hover a.item{
    background: #2b9e59;
}
.nav ul li .sub-menu{
    position: absolute;
    left: 0px;
    top: 55px;
    z-index: 99;
    background: rgba(38,38,38,0.8);
    border-radius: 0 0 10px 10px;
    display: none;

}
.nav ul li:hover .sub-menu{
    display: block;
}
.nav ul li .sub-menu a{
    height: 36px;
    line-height: 36px;
}
.nav ul li .sub-menu a:nth-last-of-type(1){
    border-radius: 0 0 10px 10px;
}
.nav ul li .sub-menu a:hover{
    background: #2b9e59;
}

.foot{
    padding: 20px 0;
}
.foot_nav{
    background: #238143;
    width: 100%;
    height: 36px;
    line-height: 26px;
    border-radius: 5px;
    padding: 5px 15px;
    box-sizing: border-box;
    
}
.foot_nav ul li{
    display: inline-block;
    font-size: 16px;
    width: 120px;
    text-align: center;
    border-right: 1px solid #fff;
    
}
.foot_nav ul li a{
    color: #fff;
    display: block;
}
.foot_txt{
    padding: 10px 0;
    line-height: 24px;
    color: #000;
}
.foot_txt a{
    color: #000;
}
/*page*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li > a,.pagination > li > span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #1E73BE;text-decoration: none;background-color: #fff; border: 1px solid #ddd;}
.pagination > li:first-child > a,
.pagination > li:first-child > span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination > li:last-child > a,
.pagination > li:last-child > span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {z-index: 3;color: #23527c;background-color: #eee;border-color: #ddd;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {z-index: 2;color: #fff;cursor: default;background-color: #FFA800;border-color: #FFA800;}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}
.pagination-sm > li > a,
.pagination-sm > li > span {padding: 5px 10px;font-size: 12px;line-height: 1.5;}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {border-top-right-radius: 3px;border-bottom-right-radius: 3px;}

.pages{ text-align:center; clear:both;}
.pages li.active a{ background:#1E73BE; border:solid 1px #1E73BE;}


