@charset "utf-8";
/**css document**/

.top_ball{
    height: 65px;
    line-height: 65px;
    background: #fff;
}

.logo{
    width: 225px;
}

.logo a{
    display: inline-block;
    padding-top: 15px;
}

.logo span{
    padding-left: 15px;
    border-left: 1px solid #ddd;
    font-size: 16px;
    height: 65px;
}

.logo_right a{
    color: #666;
}

.logo_right a:hover{
    color: #000;
    text-decoration: none;
}


.top_ball .logo_right ul li{
    text-align: center;
    display: block;
    float: left;
    font-size: 16px;
    padding: 0 25px;
    -webkit-transition: all .5s ease-in-out 0.1s;
    -o-transition: all .5s ease-in-out 0.1;
    -moz-transition: all .5s ease-in-out 0.1s;
    transition: all .5s ease-in-out 0.1s;
}


.top_ball .logo_right ul li:hover{
    display: block;
    float: left;
    background: #ddd;
}


.bannar{
    -webkit-transition: all .5s ease-in-out 0.5s;
    -o-transition: all .5s ease-in-out 0.5s;
    -moz-transition: all .5s ease-in-out 0.5s;
    transition: all .1s  0.5s;
    background: url("../images/hd_bg.png") no-repeat;
    height: 580px;
}

.bannar:hover{
    background: url("../images/hd_hove.png") no-repeat;
}

.bannar_bg{
    position: relative;
}

.bannar .iphone{
    position: absolute;
    top: 88px;
    left: 0;
}

.bannar .iphone_text{
    position: absolute;
    top: 130px;
    left: 340px;
}

.iphone_text .iphone_title .b{
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
}

.iphone_text .iphone_title .c{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.iphone_text .iphone_icon{
    margin-top: 25px;
}

.iphone_text .iphone_icon .p{
    padding-left: 25px;
}

.iphone_text .iphone_icon .p a{
    display: block;
    width: 181px;
    margin-bottom: 15px;
}

.iphone_text .iphone_icon .p.iphone_icon{
    padding-right: 25px;
}

.iphone_text .iphone_icon .p .ip_bg{
    background: url("../images/ip.png") no-repeat;
    height: 59px;
}

.iphone_text .iphone_icon .p .ip_bg:hover{
    background: url("../images/ip_s.png") no-repeat;
    height: 59px;
}

.iphone_text .iphone_icon .p .ad_bg{
    background: url("../images/ad.png") no-repeat;
    height: 59px;
}

.iphone_text .iphone_icon .p .ad_bg:hover{
    background: url("../images/ad_s.png") no-repeat;
    height: 59px;
}



.box_1{
    padding:45px 0px;
}

.box_1 h1{
    margin-top: 120px;
    font-size: 56px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}

.box_1 h1 span{
    display: inline-block;
    padding-left: 25px;
}

.con_t p{
    font-size: 20px;
    color: #666;
    line-height: 1.6em;
}

.con_a{
    margin-top: 35px;
}

.con_a .bottom_1{
    display: block;
    background: url("../images/icon_2.png") no-repeat;
    height: 64px;
    width: 63px;
    padding-left: 25px;
    float: left;
    -webkit-transition: all .1s ease-in-out 0.5s;
    -o-transition: all .1s ease-in-out 0.5s;
    -moz-transition: all .1s ease-in-out 0.5s;
    transition: all .1s  0.5s;
}

.con_a .bottom_1:hover{
    background: url("../images/icon_2_2.png") no-repeat;
}

.con_a .bottom_2{
    display: block;
    background: url("../images/icon_3.png") no-repeat;
    height: 64px;
    width: 63px;
    float: left;
    padding-left: 25px;
    -webkit-transition: all .1s ease-in-out 0.5s;
    -o-transition: all .1s ease-in-out 0.5s;
    -moz-transition: all .1s ease-in-out 0.5s;
    transition: all .1s  0.5s;
}
.con_a .bottom_2:hover{
    background: url("../images/icon_3_3.png") no-repeat;
}

.box_3{
    background: #ff7a4f;
    height: 200px;
    text-align: center;
    color: #fff;
    transition: all .1s ease-in 0.7s;
    -moz-transition: all .1s linear 0.7s;
}

.box_3:hover{
    background: #f67145;
}

.box_3 p{
    font-size: 24px;
    padding-top: 45px;
}


/**底部**/
.footer{
    height: 230px;
    background: #f1f1f1;
    position:relative;
    z-index:30;
}

.footer .link {
}

.footer .link dd {
    width: 120px;
    margin-top: 50px;

}

.footer .link dd a{
    display: block;
    height: 30px;
    line-height: 30px;
}

.footer .wx{
    margin-top: 50px;
    margin-left: 10px;
}

.footer .beian{
    margin-top: 60px;
}

.footer .beian p{
    color: #666;
    margin-bottom: 10px;
}

.footer .beian p span a ,.footer .beian p span{
    background: #379be9;
    color: #fff;
    padding: 2px 10px;
}

.footer .benan_cion{
    margin-top: 30px;
}




















