@charset "UTF-8";

/*banner*/
.banner{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
	top:0;
}
.swiper-container,.swiper-container3{
    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:-27px;
    width: 55px;
    height: 55px;
    z-index: 5;
    left: 50px;
    cursor: pointer;
    border-radius: 50px;
    background: #fff url(../images/l_jt.png) no-repeat center center;
    opacity: 0.5;
}
.banjt:hover{
    opacity: 1;
}
.swiper-button-prev{
    right: 50px;
    left: auto;
    background: #fff url(../images/r_jt.png) no-repeat center center;
}
.swiper-pagination{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 15px;
    left: 0;
    z-index: 88;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 4px;    
    cursor: pointer;
    border-radius: 50px;
    background: rgba(103,186,42,0.5)
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(103,186,42,1);
}


/*about*/
.about{
    width: 400px;
    float: left;
}

.about p{
    color: #555555;
    font-size: 14px;
    line-height:25px;
}
.about p img{
    float: left;
    padding-right: 20px;
}

/*pro*/
.pro{
    width: 410px;
    float: left;
    margin-left: 20px;
}
.pro ul {
    margin: 0 -10px;
}
.pro ul .pro-pic{
    text-align: center;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}
.pro li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.pro li a{
    display: block;
    padding: 0 10px;
}
.pro li .pro-pic img{
    width: 100%;
}
.pro li:hover .pro-pic img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.pro li h2{
    text-align: center;
    color: #555555;
    font-size: 14px;
    line-height: 35px;
}
.pro li:hover h2{
    color: #04519f
}

/*wenan*/
.wenan{
    padding: 30px 0;
}

/*news*/
.news{
    width: 350px;
    float: right;
}
.news ul{
    padding: 0 5px;
}
.news li{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:100%;
    height: 34px;
    border-bottom: 1px dashed #d1d1d1;
}
.news .news-box{
    position: relative;
    padding-left: 12px;
}
.news .news-box::before{
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    border-radius: 10px;
    width: 4px;
    height: 4px;
    background: #1893de;
}
.news .news-box h3{
    color: #444444;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    width: 70%;
}
.news .news-box h3 a{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 33px;
    height: 33px;
    word-break: break-all;
}
.news li:hover .news-box h3 a{    
    color: #1893de;
}
.news .news-box span{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    float: right;
}
