@charset "UTF-8";

/*banner*/
.banner{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
	top:0;
}
.swiper-container{
    width:1920px;
    height: 600px;
    position: absolute;
    left: -960px;
    margin-left: 50%;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}
.banjt{
    position: absolute;
    top: 50%;
    margin-top:-30px;
    width: 40px;
    height: 60px;
    z-index: 5;
    left: 50px;
    cursor: pointer;
    color:#fff;
    font-size: 20px;
    font-family: "宋体";
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
}
.swiper-button-prev{
    right: 50px;
    left: auto;
}
.swiper-pagination{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 15px;
    left: 0;
    z-index: 88;
}
.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 4px;    
    cursor: pointer;
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.35);
    box-shadow: 0 0px 4px rgba(0,0,0,0.35);
    background: rgba(255,255,255,0.5);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
}
.bottom_next{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 12;
}
.bottom_next i{
    width: 52px;
    height: 52px;
    background-position: -40px -57px;
}

/*service*/
.service ul{
    margin:20px -20px;
}
.service ul li{
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width:25%;
    border-right: 1px dashed #e7e7e7;
    text-align: center;
}
.service ul li:last-child{
    border-right: none;
}
.service ul li .s-box{
    margin: 0 20px;
}
.service ul li h2{
    color: #444444;
    font-size: 22px;
    position: relative;
    line-height: 50px;
}
.service ul li h2::after{
    content: "";
    position: absolute;
    left: 50%;
    width: 32px;
    height: 4px;
    background: #acce22;
    display: block;
    margin-left: -16px;
    bottom: 0;
}
.service ul li p{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}

/*pro*/
.pro{
    margin-top: 30px;
    background: #fcfcfc;
}
.pro .ho_til{
    margin-bottom: 20px;
}
.pro_left{
    float: left;
    width: 420px;
    height: 310px;
    border: 1px solid #cecece;
    position: relative;
}
.pro_left .pro_left_font{
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    padding-right: 20px;
    padding-left: 40px;
}
.pro_left_font h2{
    padding-top: 20px;
    line-height: 35px;
    color: #444444;
    font-size: 22px;
}
.pro_left_font p{    
    padding: 10px 0;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}
.pro_left_font span,.about_right a,.news .news-more{    
    width: 125px;
    height: 35px;
    border-radius:20px;
    display: inline-block;
    border: 1px solid #acce22;
    text-align: center;
    color: #acce22;
    font-size: 14px;
    line-height: 35px;
}

.pro ul{
    float: left;
    width: 665px;
    margin-left:10px;
    margin-top: 62px;
}
.pro ul li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%;
}
.pro ul li a{
    margin: 0 10px;
    position: relative;
    display: block;
}
.pro ul li h3{    
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(153,185,22,0.8);
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.pro_more{
    float: right;
}

/*about*/
.about{
    margin: 40px 0 10px 0;
    width: 100%;
    background: url(../images/news_ba_08.png) no-repeat center top;
    background-size: cover;
}
.about .ho_til h2{
    color: #fff;
}
.about .ho_til p{
    color: rgba(255,255,255,0.8);
}
.about .ho_til h2::before{
    background: url(../images/ho_til3.png) no-repeat left center;
}
.about .ho_til h2::after{
    background: url(../images/ho_til4.png) no-repeat right center;
}
.about-box{
    margin: 40px 0;
}
.about-box{
    position: relative;
    padding-top: 50px;
}
.about-box::after{
    content: "";
    position: absolute;
    width: 95%;
    height: 90%;
    z-index: -1;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(left,#01b9ef,#2a5395 );
    background: -o-linear-gradient(left,#01b9ef,#2a5395 );
    background: -moz-linear-gradient(left,#01b9ef ,#2a5395 );
    background: linear-gradient(left,#01b9ef,#2a5395);
    display: block;
}
.about_left{
    float: left;
    width: 540px;
}
.about_right{
    width: 520px;
    float: right;
    padding-right: 65px;
}
.about_right p{
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}
.about_right a{
    color:#fff;
    border: 1px solid #fff;
    margin-top: 20px;
}

/*news*/
.news ul{
    position: relative;
    margin-top: 35px;
}
.news ul::after{    
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    display: block;
    background: #ebebeb;
    z-index: -1;
}
.news ul li{
    padding: 10px 60px;
    position: relative;
    margin: 10px 0;
    height: 150px;
}
.news ul li .news_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    z-index: 1;
}
.news ul li:hover .news_bg{
    background: -webkit-linear-gradient(left,#01b9ef,#2a5395 );
    background: -o-linear-gradient(left,#01b9ef,#2a5395 );
    background: -moz-linear-gradient(left,#01b9ef ,#2a5395 );
    background: linear-gradient(left,#01b9ef,#2a5395);
    opacity: 1;
}
.news ul li:nth-child(even) .news-left {
    float: right;
}
.news ul li:nth-child(even) .news-left .news_date{
    float: right;
    text-align: left;
}
.news ul li:nth-child(even) .news-left .news_date h2 span{
    text-align: left;
}
.news ul li:nth-child(even) .news-left .news_pic{
    float: left;
    padding-left: 40px;
    padding-right: 0;
}
.news ul li:nth-child(even) .news_right{
    float: left;
    padding-left: 0;
    padding-right: 40px;
}
.news ul li em{
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 20px;
    display: block;
    left: 50%;
    margin-left: -4px;
    bottom: -10px;
    background: #acce22;
    z-index: 2;
}
.news ul li:last-child em{
    display: none;
}
.news ul .news-left{
    width: 50%;
    float: left;
    z-index: 8;
    position: relative;
}
.news ul li:hover .news-left .news_date{
    width: 80px;
}
.news-left .news_date{
    float: left;
    text-align: right;
    width: 500px;
}
.news-left .news_date h2{
    color: #777777;
    font-size: 30px;
    line-height: 30px;
}
.news-left .news_date h2 span{
    font-size: 14px;
    display: block;
    text-align: right;
    color: #777777;
    line-height: 20px;
}
.news-left .news_date a{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    display: inline-block;
    margin-top: 20px;
    opacity: 0;
}
.news ul li:hover .news-left .news_date a{
    opacity: 1;
}
.news-left .news_date a i{
    width: 25px;
    height: 25px;
    background-position: -62px -3px;
    top: 10px;
    left: 10px;
}
.news ul li:hover .news_pic{
    width: 340px;
}
.news_pic{
    width: 0;
    overflow: hidden;
    float: right;
    height: 130px;
    padding-right: 40px;
}
.news ul .news_right{
    float: right;
    width: 50%;
    padding-left: 40px;
    position: relative;
    z-index: 8;
}
.news_right h3{
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    margin-top: 10px;
}
.news_right h3 a{
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}
.news ul li:hover .news_right h3 a,.news ul li:hover .news_right p,.news ul li:hover .news-left .news_date h2,.news ul li:hover .news-left .news_date h2 span{
    color: #fff;
}
.news_right p{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}
.news .news-more{
    margin: 30px auto 50px;
    display: block;
}