/*首页区域的样式*/
.homebg{
    background:url("../images/homebgimg.jpg") no-repeat center #92991e;
    background-size: 100% 100%;
    padding: 50px 0;
}
.homebg #landing-content{
    width: 1400px;
    margin: 0 auto;
    display: block;
    padding: 50px 40px;
    background: #ffffff;
}
.homepage-banner{
    display: block;
    overflow: hidden;
}
.homepage-banner a{
    width: 33%;
    padding: 0 10px;
    overflow: hidden;
    float: left;

}
.homepage-banner a>div{
    display: block;
    font-size: 0;
    border: 1px #cdcdcd solid;
    position: relative;
}
.homepage-banner a p{
    font-size: 0;
    overflow: hidden;
    line-height: 0;
}
.homepage-banner a span{
    width: 100%;
    padding: 0 10px;
    display: block;
    background:url("../images/bg-arrow.png") no-repeat 98% center #88b800;
    background-size: 8px;
    overflow: hidden;
    font-size: 22px;
    color: #ffffff;
    text-align: left;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translate(0%,-50%);
    line-height: 48px;
}
.homepage-banner a p img{
    width: 100%;
    transition: all 0.3s;
}
.homepage-banner a:hover span{
    background-color: #a76c50;
}
.homepage-banner a:hover p img{
    transform: scale(1.1);
}

.landing-links{
    display: block;
    overflow: hidden;
    margin:20px 0 0 0;
}
.landing-links a{
    width: 33%;
    padding: 0 10px;
    display: inline-block;
    float: left;
}
.landing-links  a span{
    width: 100%;
    padding: 0 10px;
    display: block;
    background:url("../images/bg-arrow.png") no-repeat 98% center #88b800;
    background-size: 8px;
    overflow: hidden;
    font-size: 17px;
    color: #ffffff;
    text-align: left;
    line-height: 40px;
    margin: 0 0 6px 0;
}
.landing-links  a:hover span {
    background-color: #a76c50;
}



.homebg .container{
    max-width: 1400px;
    display: block;
    margin: 0 auto;
}
.homebg .title{ width:100%; margin-left:auto; margin-right:auto; margin-top:0px; text-align:center;}
.homebg .title span{ display:block; width:130px; margin-left:auto; margin-right:auto; line-height:50px; font-size:24px; font-weight:bold; border-bottom:#ffffff 3px solid; color:#ffffff;}
.homebg .title_1{ width:100%; line-height:35px;text-align:center;  font-size:14px; color: #ffffff; margin-bottom:10px;}










/*pc轮播图区域*/
.swiperBox{
    padding: 0;
    margin-top: 0px;

}
.swiperBox  .swiper-button-prev,
.swiperBox  .swiper-button-next{
    position: absolute;
    width: 81px;
    height: 82px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    z-index: 11111;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .3s;
}
.swiperBox  .swiper-button-prev:before,
.swiperBox  .swiper-button-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/pres.png) no-repeat center;
    background-size: 100%;
}
.swiperBox  .swiper-button-next:before {
    background: url(../images/nexts.png) no-repeat center;
}
.swiperBox  .swiper-button-prev:hover,
.swiperBox  .swiper-button-next:hover{
    background: rgba(0,0,0,0.4);
}
.swiperBox .swiper-pagination span{
    width: 16px;
    height: 16px;
    background: #01458e;
    opacity: 0.5;
}
.swiperBox .swiper-pagination-bullet-active {
    background: #bbb8b8;
    text-align: center;
    position: relative;
}
.swiperBox .swiper-pagination-bullet-active:before{
    width: 10px;
    height: 10px;
    display: inline-block;
    text-align: center;
    background: #fff;
    opacity: 0.7;
    content: " ";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0  0 -5px;
}






.index_news{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f8f8fa;
}

.newall .news_con{
    display: none;
}
.newall .news_con.active{
    display: block;
}
.index_fuwu {
    background: #ffffff;
}


.dome{
    display: inline-block;
    width: 50%;
    overflow: hidden;
    float: left;
}
.dome:nth-child(2) .youshi_div:nth-child(1),
.dome:nth-child(1) .youshi_div:nth-child(1){
    float: right;
}

.index_youshi{
    padding-bottom: 40px;
}

.index_fuwu .fuwu_con{
    margin: 10px -10px;
}
.index_fuwu .fuwu_con .fuwu_div{
    height: auto;
    font-size: 0;
    width: 360px;
    margin: 20px;
        width: 280px;
    margin:0 10px 20px 10px;
}
.index_fuwu .fuwu_con .fuwu_div img{
    width: 100%!important;
    height:auto !important;
}
.index_fuwu .fuwu_con .fuwu_div .ico{
    display: block;
    margin: 0 auto 10px auto;
}



/*修改颜色区域*/
.homepage-banner a:hover span {
    background-color: #ff9900;
}
.homepage-banner a span {
    background: url(../images/bg-arrow.png) no-repeat 98% center #ff9900;
}
.landing-links a:hover span {
    background-color: #ff9900;
}
.landing-links a span {
    background: url(../images/bg-arrow.png) no-repeat 98% center #669900;
}

.index_fuwu .fuwu_con .fuwu_div:hover .ico {
    background-color: #ff9900;
}
.index_fuwu .fuwu_con .fuwu_div:hover .ico {
    background-color: #ff9900;
}
.index_fuwu .fuwu_con .fuwu_div .ico {
    background-color: #92d050;
}
.index_fuwu .fuwu_con .fuwu_div:hover {
    border: 1px solid #ff9900 !important;
    box-shadow: 0px 0px 10px #ff9900 !important;
}
.index_news a:hover {
    color: #92d050;
}
.index_news a:hover p {
    color: #333333;
}



.index_fuwu .title span {
    border-color: #669900;
    color: #669900;
}

.index_fuwu .fuwu_con .fuwu_div .ico {
    background-color: #669900;
}
.index_news .news_title .this {
    background-color: #669900;
}
.index_news a:hover {
    color: #669900 !important;
}
.index_company .logo span {
   color: #669900 !important;
}




