.product{
    padding-top: 53px;
}
.row_title{
    font-size: 26px;
    color: #094878;
    font-weight: normal;
    text-align: center;
}
.row_title h1{
    letter-spacing: 5px;
}
.row_title h1,.row_title h2{
    font-weight: 400;
    font-size: 36px;
}
.products{
    overflow: hidden;
    padding-top: 78px;
}
.product_item{
    width: 528px;
    height: 496px;
    border: 3px solid #333333;
  
}
.product_desc{
    overflow: hidden;
    color: #333;
    font-size: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #333;
    width: 494px;
    padding-top: 22px;
}
.plusicon{
    position: relative;
    top: 10px;
}
.direction ul li{
    float: left;
    width: 319px;
    height: 123px;
    background: #EEEEEE;
    margin-bottom: 62px;
    margin-right: 106px;
    position: relative;
    padding-left: 36px;
    padding-top: 18px;
    background-repeat: no-repeat;
}
.direction ul li.icon1{
    background-image: url('../img/d1.png');
    background-position: 249px 66px;
}
.direction ul li.icon2{
    background-image: url('../img/d2.png');
    background-position: 259px 64px;
}
.direction ul li.icon3{
    background-image: url('../img/d3.png');
    background-position: 255px 68px;
}
.direction ul li.icon4{
    background-image: url('../img/d4.png');
    background-position: 257px 74px;
}
.direction ul li.icon5{
    background-image: url('../img/d5.png');
    background-position: 267px 66px;
}
.direction ul li.icon6{
    background-image: url('../img/d6.png');
    background-position: 258px 68px;
}
.direction ul{
    overflow: hidden;
}

.direction ul li::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 54px solid;
    border-color: transparent transparent transparent rgba(103,179,219,0.33);
    position: absolute;
    left: -20px;
    top: 7px;
}
.direction_name{
    color: #1E96D4;
    font-size: 18px;
    padding-bottom: 5px;
}
.direction_content{
    font-size: 12px;
    color: #131313;
}

.about{
    overflow: hidden;
}

.about_name{
    color: #131313;
    font-size: 24px;
    padding-bottom: 28px;
    line-height: 1;
    font-weight: 400;
}

.about_content{
    font-size: 16px;
    color: #393939;
    width: 539px;
    line-height: 20px;
    text-align: justify;
    
}
.about_more{
    display: block;
    color: #131313;
    font-size: 14px;
    margin-top: 20px;
    width: 63px;
    text-align: center;
    border-bottom: 1px solid #131313;
    padding-bottom: 6px;
}

.banner_wrap{
    overflow: hidden;
}
.banner_item{
    float: left;
    width: 50%;
    position: relative;
    min-height: 400px;
}
.banner_item img{
    display: block;
    width: 100%;
    height: 100%;
}
.pagination,.pagination2{
    position: absolute;
    bottom: 17px;
    right: 28px;
    z-index:100;
}

.banner_item .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 10px;
}  
.banner_item .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 90;
    color: #fff;
}
.mask .row1,.mask .row2{
    font-size: 36px;
    line-height: 1;
}
.mask .row1{
    padding-bottom: 37px;
}
.mask .row2{
    padding-bottom: 31px;
}

.mask .row3{
    max-width: 703px;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 28px;
    text-align: justify;
}
.mask .row4{
    display: block;
    width: 94px;
    height: 35px;
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    line-height: 33px;
    text-align: center;
    color: inherit;
    cursor: pointer;
}
.mask>div{
    margin-top: 15%;
    margin-left: 12%;
    margin-right: 12%;
}
.cooperation{
    color: #131313;
    padding-bottom: 160px;
}
.cooperation h1{
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 33px;
    text-align: center;
    padding-top: 134px;
}
.cooperation h2{
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 88px;
    text-align: center;
}

.cooperation .images{
    overflow: hidden;
}
.cooperation .images li{
    display: inline-block;
    vertical-align: middle;
}
.contact_wrap{
    background-color: #E8E8E9;
    padding: 82px 0 85px 0;
}
.contact_info h1{
    font-weight: 400;
    color: #131313;
    font-size: 22px;
    padding-bottom:29px;
    line-height: 1;
    padding-top: 16px;
}
.contact_info > div{
    color: #333333;
    font-size: 16px;
    line-height: 1;
    background-repeat: no-repeat;
    
    padding-left: 40px;
    background-position: 0 top;
}

.contact_info .c1{
    background-image: url('../img/contact1.png');
    width: 380px;
    line-height: 30px;
    background-position: 0 30px;
    font-size: 16px;
}

.contact_info .c2{
    background-image: url('../img/contact2.png');
}

.contact_info .c3{
    background-image: url('../img/contact3.png');
}