body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei";
}
a{
	text-decoration: none;
}

.wk_slide-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.wk_slide-wrap ul {
	width: 100%;
	height: 100%;
}
li{
	list-style: none;
}
.index_title{
    width: 90%;
    margin-left: 5%;
    text-align: center;
    color: #fff;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.index_title2{
    font-size: 32px;
}
.index_title3{
    font-size: 16px;
    margin-top: 5px;
}
.banner_pagination .swiper-pagination-bullet{
    background: #fff;
}
.banner_pagination .swiper-pagination-bullet-active{
    background: #ff0000;
}
.index_mobile_section1{
    overflow: hidden;
    position: relative;
}
.index_mobile_section2{
    margin: 20px 0;
    padding-bottom: 20px;
}

.index_mobile_section2 .index_title2{
    color: #474747;
}
.index_mobile_section2 .index_title3{
    color: #474747;
}

.index_mobile_section2 .index_product{
    width: 96%;
    margin: 20px auto;
}

.index_mobile_section2 .index_product_box{
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.index_mobile_section2 .swiper-pagination-bullet{
    margin: 0 2px;
}

.index_mobile_section2 .product_pagination{
    width: 100%;
}

.index_mobile_section2 .swiper-slide{
    text-align: center;
    font-size: 14px;
    color: #474747;
}

.index_mobile_section3 .index_title2{
    color: #474747;
}
.index_mobile_section3 .index_title3{
    color: #474747;
}

.index_mobile_section3 .company_img{
    margin: 20px 0;
}
.index_mobile_section4{
    background: url(../images/bg4.jpg) no-repeat center center;
    width: 100%;
    padding: 20px 0;
}
.index_mobile_section4 .news_box{
    margin: 20px ;
}

.index_mobile_section4 .news_box .item{
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    border-bottom: 1px solid #888;
    font-size: 14px;
    line-height: 26px;
}

.index_mobile_section4 .news_box .item .title{
    width: 100%;
    font-weight: bold;
    color: #fff;
}

.index_mobile_section4 .news_box .item .description{
    
    color: #ddd;
}


.index_mobile_section5{
    padding: 20px 0;
}

.index_mobile_section5 .index_title2{
    color: #474747;
}
.index_mobile_section5 .index_title3{
    color: #474747;
}

.index_mobile_section5 .equipment_box{
    width: 90%;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    padding: 20px 0;
}
.index_mobile_section5 .swiper-pagination-bullet{
    margin: 0 2px;
}

.index_mobile_section5 .equipment_box .title{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #474747;
}

.equipment_pagination{
    width: 100%;
}

.index_mobile_section6{
    background: url(../images/mbg6.jpg) no-repeat center;
    width: 100%;
    height: 240px;
    padding: 20px 0;
    position: relative;
    background-size: cover;
}

.cooper_box{
    position: relative;
    background: rgba(255, 255, 255,.2);
    margin: 15px;
    padding: 15px;
    overflow: hidden;
}


.cooper_pagination{
    width: 100%;
}

.cooper_pagination .swiper-pagination-bullet{
    background: #fff;
    margin: 0 3px;
}


.cooper_box .swiper-pagination-bullet-active{
    background: #ff0000;
}
@media (max-width:1400px) {
	
}