.banner {
    width:100%;
    background: url(../images/banner.jpg) no-repeat center top;
    height:420px;
    color: #fff;
    text-align: right;
}
.banner .text1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    padding:104px 0 0 0;
    letter-spacing: 2px;
}
.banner .text2 {
    font-size:26px;
    letter-spacing: 4px;
    margin:34px 0 0 0;
}
.banner .btn {
    display: inline-block;
    width:205px;
    height:50px;
    line-height:50px;
    font-size: 24px;
    color:#fff;
    text-align: center;
    letter-spacing: 2px;
    background: #db6700;
    border-radius: 5px;
    margin:44px 0 0 0;
}
.banner .btn:hover {
    background: #d5721a;
}
.intro {
    width:100%;
    background: #fff;
    padding:34px 0 30px 0;
    font-size: 14px;
    color:#333;
    line-height: 26px;
    letter-spacing: 2px;
}
.intro .sort {
    width: 33.3%;
    float: left;
    text-align: center;
}
.intro .sort .title {
    font-size: 24px;
    color: #000;
    margin:14px 0 8px 0;
}
.safe {
    width:100%;
    background: #efefef;
    padding: 46px 0;
}
.safe .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
}
.safe .sort {
    float: left;
    width: 334px;
    margin:50px 24px 0 0;
    background: #fff;
}
.safe .sort .img {
    display: block;
    width:334px;
    height:137px;
}
.safe .sort .content {
    padding:20px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height:180px;
}
.safe .sort .content ul {
    width: 100%;
    line-height: 28px;
    margin:8px 0 0 0;
}
.safe .sort .content li {
    padding:0 5px;
    position: relative;
    list-style: disc;
    list-style-position: inside;
}
.safe .btn,.service .btn,.howregister .btn {
    display: block;
    width:328px;
    height:50px;
    background: #db6700;
    color:#fff;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 5px;
    margin: 44px auto 0 auto;
    line-height: 50px;
    font-size: 24px;
}
.safe .btn:hover,.service .btn:hover,.howregister .btn:hover {
    background: #d5721a;
}
.service {
    background: #fff;
    width: 100%;
    padding:50px 0 60px 0;
}
.service .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color:#000;
}
.service .main {
    background: url(../images/index-service-bg.gif) no-repeat center center;
    width: 1050px;
    height:236px;
    margin:40px auto 0 auto;
    color: #333;
    font-size: 14px;
    line-height: 25px;
}
.service .main .sort {
    float: left;
    padding-top:20px;
}
.service .main .sort1 {
    padding-left: 65px;
}
.service .main .sort p {
    padding:0 0 0 15px;
}
.service .main .sort .dt {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding:0px;
}
.service .main .sort .dt-s {
    font-weight: bold;
    margin:10px 0 0 0;
    position: relative;
}
.service .main .sort .dt-s:before {
    content: ' ';
    position: absolute;
    left:0px;
    top:9px;
    background: #000;
    width:6px;
    height:6px;
    border-radius: 6px;
}
.service .main .sort2 {
    padding-left: 200px;
}
.service .main .sort3 {
    padding-left: 170px;
}
.howregister {
    width: 100%;
    background: #efefef;
    padding:35px 0 60px 0;
}
.howregister .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color:#000;
}
.howregister .main {
    margin-top:60px;
}
.howregister .sort {
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 34px;
}
.howregister .sort1 {
    width: 230px;
}
.howregister .sort2 {
    width: 230px;
    padding-right:30px;
}
.howregister .sort3 {
    width: 260px;
    padding-right:30px;
}
.howregister .sort4 {
    width: 270px;
}
.howregister .sort .dt {
    font-size:18px;
    color:#000;
    font-weight: bold;
    letter-spacing: 2px;
    border-top:4px solid #1884fc;
    display: inline-block;
    line-height: 50px;
}
.howregister .sort p {
    position: relative;
    padding-left:32px;
}
.howregister .sort i {
    display: block;
    background: url(../images/index-number-icon.gif) no-repeat center center;
    width:19px;
    height:19px;
    line-height: 19px;
    text-align: center;
    color: #64b406;
    font-size: 14px;
    font-style: normal;
    position: absolute;
    left:0px;
    top:7px;
}








