
*{
    padding: 0px;
    margin: 0px;
}
.clear{
    height: 0px;
    line-height: 0px;
    clear: both;
    overflow: hidden;
}
html{
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}
body {
    padding: 0px;
    overflow-x: hidden;
    margin: 0px;
    background: #fff;
}
a{ text-decoration: none;}
.wrap{
    width: 1299px;
    margin: 0 auto;
    position: relative;
}
.header{
    overflow: hidden;
    height: 103px;
}
.header .logo{
    float: left;
    margin-left: 50px;
    margin-right: 30px;
}
.nav{
    height: 31px;
    width: 734px;
    line-height: 31px;
    float: left;
    padding-top: 40px;
    margin-right: 10px;
}
.nav a{
    display: inline-block;
    height: 31px;
    background-image: url(../images/nav.png);
    width: 84px;
    margin-right: 40px;
}
.nav a.nav1{
    width: 45px;
    background-position: 0 0;
}
.nav a.nav2{
    background-position: -91px 0;
}
.nav a.nav3{
    background-position: -231px 0;
}
.nav a.nav4{;
    background-position: -371px 0;
}
.nav a.nav5{
    background-position: -511px 0;
}
.nav a.nav6{
    background-position: -651px 0;
}
.nav a.nav1:hover,.nav a.nav1.current{
    background-position: 0 -31px;
}
 .nav a.nav2:hover,.nav a.nav2.current{
    background-position: -91px -32px;
 }
 .nav a.nav3:hover,.nav a.nav3.current{
    background-position: -231px -32px;
 }
 .nav a.nav4:hover,.nav a.nav4.current{
    background-position: -371px -32px;
 }
 .nav a.nav5:hover,.nav a.nav5.current{
    background-position: -511px -32px;
 }
 .nav a.nav6:hover,.nav a.nav6.current{
    background-position: -651px -32px;
 }  
.contact{
    padding-top: 15px;
    float: left;
}
.contact p{
    height: 34px;
    padding-left: 25px;
    line-height: 34px;
    color: #7f7f7f;
}
.contact p.join{
    background: url(../images/icon.jpg) no-repeat left center;
}
.contact p.email{
    background: url(../images/icon_email.jpg) no-repeat left center;
}
.main{
    position: relative;
    height: 587px;
    width: 100%;
}
.mainList{
    width: 40000px;
    overflow: hidden;
    height: 587px;
}
.mainItem{
    float: left;
    height: 587px;
}
.item1{
    background: url(../images/img.jpg) no-repeat center top #87d2e9;
}
.item2{
    background: url(../images/img5.jpg) no-repeat center top #7a9bd7;
}
.item3{
    background: url(../images/img6.jpg) no-repeat center top #fff;
}
.item4{
    background: url(../images/img7.jpg) no-repeat center top #fff;
}

.main .ctrlBtn{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -645px;
    text-align: center;
}
.main .ctrlBtn a{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/ctrlBtn.png) no-repeat 0 0;
    margin: 0 10px;
}
.main .ctrlBtn a.current,.main .ctrlBtn a:hover{
    background: url(../images/ctrlBtn.png) no-repeat -10px 0;
}
.main .focus{
    position: absolute;
    right: -140px;
    width: 225px;
    top: 250px;
}
.main .focus div{
    width: 155px;
    height: 50px;
    line-height:50px;
    padding-left:25px;
    border-radius:5px;
    text-align:center;
    color:#fff;
    font-family:"微软雅黑";
    cursor:pointer;
    background: url(../images/ios.png) left center no-repeat #00a0ea;
    -webkit-background-size: 25%;
    background-size: 25%;
    margin-bottom: 16px;
    -webkit-box-shadow:2px 2px 5px #0088c7 inset;
    -moz-box-shadow:2px 2px 5px #0088c7 inset;
    box-shadow:2px 2px 5px #0088c7 inset;
    box-sizing:border-box;
}
.main .focus div.android{
    background: url(../images/anzhuo.png) left center no-repeat #38b46b;
    -webkit-background-size: 25%;
    background-size: 25%;
    -webkit-box-shadow:2px 2px 5px #00953d inset;
    -moz-box-shadow:2px 2px 5px #00953d inset;
    box-shadow:2px 2px 5px #00953d inset;
    
}
.content .module{
    padding:0 40px;
    border-bottom: solid 1px #bfbebe;
}
.content .m1 h1{
    color: #ffc200;
}
.content .m2 h1{
    color: #9de134;
}
.content .m3 h1{
    color: #87d2e9;
}
.content .m4 h1{
    color: #f54670;
}
.mLeft img{
    float: right;
}
.mLeft .words{
    text-align: left;
    padding-top: 80px;
    width: 485px;
}
.mLeft .words h1{
    font-size: 36px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.mLeft .words p{
    line-height: 48px;
    font-size: 24px;
    color: #7f8985;
}
.mRight img{
    float: left;
}
.mRight .words{
    padding-top: 80px;
    margin-right: 50px;
    width: 485px;
    float: right;
}
.mRight .words h1{
    font-size: 36px;
    color: #ffc200;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.mRight .words p{
    line-height: 48px;
    font-size: 24px;
    text-align: left;
    color: #7f8985;
}
.footer{
    background: #636161;
    height: 170px;
}
.footer .wrap{
    font-family: "Microsoft YaHei", "微软雅黑";
    width: 870px;
}
.footer .ftop{
    padding-left: 110px;
    padding-top: 30px;
    background: url(../images/logo_footer.png) no-repeat left 30px;
    position: relative;
}
.footer .ftop p{
    height: 20px;
    line-height: 20px;
    padding: 0px;
    color: #fff;
    margin-bottom: 8px;
}
.footer .ftop p img{
    float: left;
    margin-right: 8px;
    width: 100%;
    height: 100%;
}
.footer .ftop img{
    position: absolute;
    top: 24px;
    right: 40px;
    width: 125px;
    height: 125px;
}
.footer .copyright{ color: #dddcdc;}

#xunlei_com_thunder_helper_plugin_d462f475-c18e-46be-bd10-327458d045bd{
    display: none;
}

.second{
    padding-bottom: 90px;
}
.s1{
    background: #f6f6f6;
    padding-top: 90px;
}
.s2{
    background: #f8f8f8;
    padding-top: 90px;
}
.second div.img{
    border-bottom: solid 2px #c8c8c8;
}
.s1 div.img img{
    display: block;
    margin: 0 auto;
}
.s3{
    background:#f8f8f8 ;
}
.sc_wrap{
    width: 1199px;
    margin: 0 auto;
}
.sc_content{
    border: solid 9px #eae9e9;
    border-bottom: none;
    padding: 20px 30px;
}
.about{
    background: url(../images/alogo.jpg) no-repeat 1020px 20px;
}
.sc_content .partner{
    padding: 40px 80px;
    background: url(../images/slide.jpg) no-repeat center bottom;
}
.sc_content .partner img{
    border: solid 1px #dbdbdb;
    float: left;
    margin-right: 20px;
}
.sc_content .intro{
    float: left;
    width: 600px;
}
.sc_content .intro a{
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #d6241d;
}
.sc_content .intro p{
    font-size: 20px;
    color: #676666;
    line-height: 30px;
}
.sc_bottom{
    height: 230px;
    background: url(../images/s3bg.jpg) no-repeat center top;
}
.partnerList{
    padding: 20px 80px;
}
.partnerList .pItem{
    float: left;
    margin-right: 20px;
    width: 300px;
}
.partnerList .pItem img{
    border: solid 1px #dbdbdb;
    margin-bottom: 10px;
}
.partnerList .pItem h1{
    text-align: center;
    color: #4497d7;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
}
.partnerList .pItem p{
    color: #676666;
    font-size: 20px;
    line-height: 30px;
}
.about p{
    padding: 80px 130px 150px 130px;
    font-size: 30px;
    line-height: 50px;
    color: #676666;
}
.s5{
    background: #f6f6f6;
}
.s5 .sc_wrap{
    padding-top: 129px;
    width: 1200px;
}
.s5 .sc_wrap .zhaopin{
    margin-top: 40px;
}
.sidebar{
    width: 290px;
    background: #fefcfc;
    padding: 28px 10px;
    border: solid 5px #ededed;
    float: left;
    margin-right: 20px;
    height: 445px;
}
.sidebar h1{
    height: 69px;
    line-height: 69px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    background: #00a0e9;
    border-radius: 5px;
}
.sidebar h1 span{
    font-size: 16px;
}
.sidebar a{
    display: block;
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
    color: #00a0e9;
}
.sidebar a.current{
    background: url(../images/current.jpg) no-repeat;
}
.s5_content{
    background: #f7f7f7;
    padding: 40px;
    border: solid 5px #ededed;
    float: left;
    width: 770px;
    height: 420px;
}
.s5_content h2{
    font-size: 20px;
    color: #00a0e9;
    font-weight: normal;
    margin-bottom: 40px;
}
.s5_content p{
    font-size: 16px;
    color: #676666;
    margin-bottom: 20px;
}
.s5_content ul{
    padding:0 0 0 20px;
    list-style: none;
}
.s5_content ul li{
    font-size: 16px;
    color: #676666;
    height: 26px;
    line-height: 26px;
}
.s5_content .mail{
    margin-top: 50px;
    font-size: 20px;
    color: #7d7d7d;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
}
.s5_content .mail span{
    display: inline-block;
    width:80px;
    background: url(../images/mail2.jpg) no-repeat;
    margin-right: 10px;
    height: 31px;
    vertical-align: middle;
}