.text1{
    font-size: 36px;
    letter-spacing: 3px;
    border-bottom: 1px solid #fff;
    width: 430px;
    margin: 100px auto 10px;
    padding-bottom: 10px;
}
.text2{
    font-size: 20px;
}
.main_box{
    overflow: hidden;
}
.title{
    text-align: center;
    font-size: 22px;
    margin: 40px 0 30px;
}
.can_box{
    height: 162px;
    width:100%;
}
.need{
    margin-top: 30px;
}
.can_t{
    width:160px;
    height:162px;
    text-align: center;
    color:#fff;
}
.bg1{
    background: ;
}
.bg2{
    background: ;
}
.can_list{
    width: 210px;
    height: 160px;
    padding: 0 20px;
    box-sizing: border-box;
}
.can_text1{
    font-size: 25px;
    margin-top: 50px;
}
.can_text2{
    font-size: 16px;
}
.left_img{
    margin: 25px auto 20px;
    width: 45px;
    height: 40px;
}
.can_list{
    position:relative;
}
.intro{
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}
.content{
    color:#999;
    font-size: 12px;
}
.list_box1{
    border:1px solid #0c9be7;
    border-left: none;
}
.list_box2{
    border:1px solid #f39033;
    border-left: none;
}
.fengexian1{
    width:2px;
    height: 45px;
    background: #0c9be7;
    margin-top: 75px;
}
.fengexian2{
    width:2px;
    height: 45px;
    background: #f39033;
    margin-top: 75px;
}
.contact_box{
    height:220px;
    background:  no-repeat;
}
.contact_box ul{
    padding-top: 50px;
}
.contact_box li{
    width:33.3%;
    text-align: center;
    cursor: pointer;
}
.contact_tip{
    margin: 5px 0 10px;
    font-weight: 600;
}
.contact_box i{
    width: 59px;
    height: 59px;
    display: inline-block;
}

.page_box .contact_box{
    margin-bottom: 0;
}
.address_img{
    background:  no-repeat center;
}
.address_box:hover .address_img{
    background:  no-repeat center;
}
.email_img{
    background:  no-repeat center;
}
.email_box:hover .email_img{
    background:  no-repeat center;
}
.tel_img{
    background:  no-repeat center;
}
.tel_box:hover .tel_img{
    background:  no-repeat center;
}