 

@charset "UTF-8";

/*banner*/
#banner{
    width: 100%;
    overflow: hidden;
    position: relative;
	top:0;
}
.swiper-container{
    width: 100%;
    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: 40%;
    width: 40px;
    height: 60px;
    z-index: 5;
    left: 10px;
    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: 10px;
    left: auto;
}

/*profl*/
#profl{
    padding: 40px 0;
}

#profl ul{
    margin: 0 -10px;
}
#profl ul li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    margin-bottom: 10px;
}
#profl ul li .pro_fl{
    margin: 0 10px;
}
#profl ul li h4{
    font-size: 16px;
    padding-top: 10px;
}
#profl ul li h4 a{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

/*product*/
#product{
    background: #f5f5f5;
    padding: 40px 0;
}
#product .ho_til h4{
    color: #f0f0f0;
}
#product ul{
    margin:-15px;
    padding-bottom: 30px;
}
#product ul li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#product ul li a{
    display: block;
    position: relative;
    margin: 15px;
    background: #fff;
    -moz-box-shadow: 0 2px 10px #c7c7c7;
    -webkit-box-shadow: 0 2px 10px #c7c7c7;
    box-shadow: 0 2px 10px #c7c7c7;
}
#product ul li img{
    width: 100%;
}
#product ul li h3{
    width: 100%;
    height: 40px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #272727;
    line-height: 40px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/*advan*/
#advan {
    padding: 50px 0;
}
#advan .ho_til2{
    text-align: center;
}
#advan .ho_til2 h4{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #0f58d6;
    font-weight: 400;
    padding-top: 20px;
    font-weight: 700;
}
#advan .ho_til2 h4::before,#advan .ho_til2 h4::after{
	content: "";
	position: absolute;
	left: -100px;
	top: 45px;
	width: 80px;
	height: 3px;
	background: #0f58d6;
}
#advan .ho_til2 h4::after{
	left: auto;
	right: -100px;
}
#advan .ho_til2 span{
    position: absolute;
    color: #eaeaea;
    font-size: 30px;
    left: 50%;
    margin-left: -90px;
    line-height: 50px;
    z-index: -1;
    top: 0;
}
#advan .ho_til2 em{
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}
#advan .ho_til2 p{
    color: #8a8a87;
    font-size: 14px;
    line-height: 24px;
}
.advan_main{
    padding: 20px 0;
}
.advan1 .advan_font{
    position: relative;
    border: 3px solid #0f58d6;
    width: 90%;
    margin-top: 20px;
    padding: 15px 15px 15px 12%;
    margin-left: 10%;
}
.advan1 .advan_font::before{
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 100%;
    text-align: center;
    background:  url(../bgimg/ys_til_icon1.png) no-repeat center center;
    width: 20%;
    height: 100%;
    background-size: contain;
}
.advan_maina {
    padding: 10px 0;
}
.advan_maina h3{
    color: #000000;
    font-size: 18px;
    line-height: 28px;
}
.advan_maina p{
    color: #2f2f2f;
    font-size: 14px;
    line-height: 20px;
}
.advan2 .advan_font{
    position: relative;
    border: 3px solid #0f58d6;
    width: 90%;
    margin-top: 20px;
    padding: 15px 12% 15px 15px;
    margin-right: 10%;
}
.advan2 .advan_font::before{
    content: "";
    position: absolute;
    top: 0;
    right: -10%;
    width: 100%;
    text-align: center;
    background:  url(../bgimg/ys_til_icon2.png) no-repeat center center;
    width: 20%;
    height: 100%;
    background-size: contain;
}
.advan3 .advan_font{
    position: relative;
    border: 3px solid #0f58d6;
    width: 90%;
    margin-top: 20px;
    padding: 15px 15px 15px 12%;
    margin-left: 10%;
}
.advan3 .advan_font::before{
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 100%;
    text-align: center;
    background:  url(../bgimg/ys_til_icon3.png) no-repeat center center;
    width: 20%;
    height: 100%;
    background-size: contain;
}

/*guanggao*/
#guanggao{
    position: relative;
    width: 100%;
    height: 289px;
}
.guang_box{
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 289px;
    margin-left: -960px;
}

/*news*/
.news_nav {
    position: relative;
    padding-top: 38px;
}
.news_nav::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    border: 2px solid #0f58d6;
    left: 0;
    top: 0;
    margin-left: 0;
    z-index: -1;
}
.news_nav li a{
    color: #8a8a87;
    font-size: 14px;
    background: #fff;
    padding: 0 10px;
}
.news_nav li a:hover{
    color: #000000;
}
.news_main {
    padding-top: 40px;
}
.news_main ul{
    margin: 0 -20px;
}
.news_main ul li{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.news_main ul li .news_box2{
    margin: 0 20px;
}
.news_main ul li .news_dabox{
    margin-top: 10px;
    background: #000;
    padding: 15px;
}
.news_dabox h3{
    width: 70px;
    float: left;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding-right: 20px;
}
.news_dabox h3 span{
    color: #949494;
    font-size: 12px;
    display: block;
    line-height: 20px;
}
.news_dabox h3::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #949494;
}
.news_dabox h4{
    width: 60%;
    float: left;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
}

.news_dabox h4 a{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_dabox a.news_cirel{
    float: right;
}

