.main-wrap{
    width: 1200px;
    margin: 0 auto;
}
.main-wrap *{
    box-sizing: border-box;
}
.first-wrap{
    height: 200px;
    padding-top: 50px;
    box-sizing: border-box;
}
.pull-left{
    float: left;
}
.main-wrap ul{
    font-size: 0px;
}
.first-wrap ul li.item{

    display: inline-block;
    height: 102px;
    vertical-align: middle;
    color: #000000;
    border-right: 1px solid #ebebeb;
    box-sizing: border-box;
    padding-top: 16px;
}
.first-wrap ul li.item:first-of-type{
    padding-left: 8px;
    width: 235px;
}
.first-wrap ul li.item:nth-of-type(2),.first-wrap ul li.item:nth-of-type(3){
    padding-left: 137px;
    width: 377px;
}
.first-wrap ul li.item:last-of-type{
    border-right:0px;
    padding-left: 124px;
    width: 211px;
}
.first-wrap ul li.item>div{
    position: relative;
    margin-bottom: 32px
}
.first-wrap ul li.item>div em{
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
}
.first-wrap ul li.item>div .item-unit{
    position: absolute;
    font-size: 13px;
    top: -8px;
    margin-left: 10px;
}
.first-wrap ul li.item p{
    font-size: 16px;
}

.second-wrap{
    background-color: #f6f7fb;
    padding: 80px 0px 66px 0px;
}
h1.wrap-title{
    font-size: 31px;
    line-height: 31px;
    text-align: center;
    color: #000000;
}
.second-wrap ul{
    margin-top: 82px;
    padding: 0 12px;
}
.second-wrap ul li.item{
    display: inline-block;
    width: 235px;
    margin-right: 77px;
    vertical-align: middle;
    box-shadow: 0 -1px 11px 0 rgba(0,0,0,.15);
    border-radius: 20px;
    transition: 0.4s;
}

.second-wrap ul li.item:last-of-type{
    margin-right: 0px;
}
.second-wrap ul li.item .top-item{
    height: 170px;
    text-align: center;
    padding-top: 24px;
    position: relative;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.second-wrap ul li.item .top-item h2{
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    bottom: 15px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
}
.second-wrap ul li.item:first-of-type .top-item{
    background: -webkit-linear-gradient(50deg, #fa709a, #fee140); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(50deg, #fa709a, #fee140); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(50deg, #fa709a, #fee140); /* Firefox 3.6 - 15 */
    background: linear-gradient(50deg, #fa709a, #fee140); /* 标准的语法（必须放在最后） */
}
.second-wrap ul li.item:last-of-type .top-item{
    background: -webkit-linear-gradient(50deg, #4facfe, #00f2fe); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(50deg, #4facfe, #00f2fe); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(50deg, #4facfe, #00f2fe); /* Firefox 3.6 - 15 */
    background: linear-gradient(50deg, #4facfe, #00f2fe); /* 标准的语法（必须放在最后） */
}
.second-wrap ul li.item:nth-of-type(3) .top-item{
    background: -webkit-linear-gradient(50deg, #ff0844, #ffb199); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(50deg, #ff0844, #ffb199); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(50deg, #ff0844, #ffb199); /* Firefox 3.6 - 15 */
    background: linear-gradient(50deg, #ff0844, #ffb199); /* 标准的语法（必须放在最后） */
}
.second-wrap ul li.item:nth-of-type(2) .top-item{
    background: -webkit-linear-gradient(50deg, #50c9c3, #93ddd9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(50deg, #50c9c3, #93ddd9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(50deg, #50c9c3, #93ddd9); /* Firefox 3.6 - 15 */
    background: linear-gradient(50deg, #50c9c3, #93ddd9); /* 标准的语法（必须放在最后） */
}
.second-wrap ul li.item .bottom-item{
    height: 150px;
    padding: 18px 18px 0px;
    position: relative;
    background-color: #ffffff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.second-wrap ul li.item .bottom-item p{
    color: #666666;
    font-size: 12px;
    line-height: 24px;
}
.second-wrap ul li.item .bottom-item a{
    font-size: 12px;
    display: block;
    width: 102px;
    height: 28px;
    line-height: 26px;
    border-radius: 15px;
    border: 1px solid;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 15px;
    margin: 0 auto;
    text-align: center;
}

.second-wrap ul li.item:first-of-type .bottom-item a{
    color: #fc9c77;
    border-color: #fb927f;
}
.second-wrap ul li.item:first-of-type .bottom-item a:hover{
    background-color: #fb927f;
    color: #ffffff;
}
.second-wrap ul li.item:nth-of-type(2) .bottom-item a{
    color: #35abfb;
    border-color: #35abfb;
}
.second-wrap ul li.item:nth-of-type(2) .bottom-item a:hover{
    background-color: #35abfb;
    color: #ffffff;
}
.second-wrap ul li.item:nth-of-type(3) .bottom-item a{
    color: #ff5c6e;
    border-color: #ff5c6e;
}
.second-wrap ul li.item:nth-of-type(3) .bottom-item a:hover{
    background-color: #ff5c6e;
    color: #ffffff;
}
.second-wrap ul li.item:last-of-type .bottom-item a{
    color: #5cccc7;
    border-color: #5cccc7;
}
.second-wrap ul li.item:last-of-type .bottom-item a:hover{
    background-color: #5cccc7;
    color: #ffffff;
}
.second-wrap ul li:hover{
    transform: translate(0,-5px);
}
.third-wrap .wrap-content{
    margin-top: 70px;
}
.third-wrap .wrap-content .content-img{
    width: 500px;
    display: inline-block;
    margin-right: 80px;
    vertical-align: top;
    margin-left: 120px;
}
.third-wrap .wrap-content .content-img i{
    opacity: 0;
    display: none;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease-out 0.05s;
    -moz-transition: all 0.15s ease-out 0.05s;
    -ms-transition: all 0.15s ease-out 0.05s;
    -o-transition: all 0.15s ease-out 0.05s;
    transition: all 0.15s ease-out 0.05s;
}
.third-wrap .wrap-content .content-img i.active{
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -moz-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -ms-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -o-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
}
.third-wrap .wrap-content .content-word{
    display: inline-block;
    width: 350px;
}
.third-wrap .wrap-content .content-word li{
    cursor: pointer;
    margin-bottom: 21px;
}
.third-wrap .wrap-content .content-word li .numTitle{
    color: #b4b4b4;
    font-size: 31px;
    margin-right: 25px;
    margin-top: 12px;
}

.third-wrap .wrap-content .content-word li .pull-left h4{
    font-size: 15px;
    margin-bottom: 8px;
    color: #999999;
}
.third-wrap .wrap-content .content-word li.active .numTitle, .third-wrap .wrap-content .content-word li.active h4{
    color: #3fbafe;
}
.third-wrap .wrap-content .content-word li p{
    font-size: 13px;
    color: #999999;
}
.third-wrap .wrap-content .content-word li.active p{
    color: #666666;
}
.third-wrap,.fourth-wrap{
    padding: 80px 0;
}
.fourth-wrap{
    background-color: #f6f7fb;
}
.fourth-wrap .detail-content{
    margin-top: 112px;
}
.fourth-wrap .detail-content ul li{
    float: left;
    display: block;
    width: 194px;
    text-align: center;
    margin-bottom: 60px;
}
.fourth-wrap .detail-content ul li p{
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.fourth-wrap .detail-content ul li i{
    display: block;
    height: 60px;
    margin-bottom: 34px;
}
.fifth-wrap {
    padding: 80px 0 70px;
}
.fifth-wrap .detail-content{
    font-size: 0px;
    margin-top: 70px;
}
.fifth-wrap .detail-content .detail-img{
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
    margin-right: 170px;
}
.fifth-wrap .detail-content .detile-word{
    display: inline-block;
    vertical-align: top;
    padding-top: 45px;
}
.fifth-wrap .detail-content .detile-word p{
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}
.sixth-wrap{
    background-image: url(../images/sixthBg.png);
    background-size: 100%;
    min-height: 448px;
    padding-top: 113px;
    box-sizing: border-box;
    position: relative;
}
.sixth-wrap .main-wrap{
    position: relative;
}
.sixth-wrap h2{
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.sixth-wrap p{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.sixth-wrap .main-wrap a{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #32a1ff;
    margin-top: 106px;
}
.sixth-wrap .main-wrap a:hover{
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
.seventh-wrap{
    padding: 80px 0 70px;
}
.seventh-wrap .main-wrap{
    padding: 0 8px;
}
.seventh-wrap .detail-content{
    margin-top: 60px;
}
.seventh-wrap .detail-content ul{
    font-size: 0px;
}
.seventh-wrap .detail-content ul li{
    display: inline-block;
    width: 380px;
    margin-right: 20px;
    transition: all .15s cubic-bezier(.4,0,.2,1);
}
.seventh-wrap .detail-content ul li:hover{
    box-shadow: 0 0 15px rgba(186,204,207,.7);
}
.seventh-wrap .detail-content ul li:last-of-type{
    margin-right: 0px;
}
.seventh-wrap .detail-content ul li .top-title{
    height: 95px;
    padding: 23px 0 0 28px;
}
.seventh-wrap .detail-content ul li:first-of-type .top-title{
    background-image: url(../images/sevenItmebg1.png);
    background-size: 100%;
}
.seventh-wrap .detail-content ul li:nth-of-type(2) .top-title{
    background-image: url(../images/sevenItmebg2.png);
    background-size: 100%;
}
.seventh-wrap .detail-content ul li:last-of-type .top-title{
    background-image: url(../images/sevenItmebg3.png);
    background-size: 100%;
}
.seventh-wrap .detail-content ul li .top-title h3{
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}
.seventh-wrap .detail-content ul li .top-title p{
    font-size: 14px;
    color: #ffffff;
}
.seventh-wrap .detail-content ul li .bottom-cor{
    border: 1px solid #dfdfdf;
    padding: 20px 27px 14px 27px;
}

.seventh-wrap .detail-content ul li .bottom-cor h4{
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}
.seventh-wrap .detail-content ul li .bottom-cor .item-word p{
    color: #000000;
    font-size: 14px;
    line-height: 25px;
}
.seventh-wrap .detail-content ul li .bottom-cor .item-word p label{
    width: 2px;
    height: 2px;
    background-color: #32a1ff;
    display: inline-block;
    margin-right: 4px;
    border-radius: 100%;
    vertical-align: middle;
}
.seventh-wrap .detail-content ul li .bottom-cor .item-btn{
    width: 315px;
    padding-top: 20px;
    border-top: 1px dashed #dfdfdf;
    text-align: center;
    margin: 0 auto;
    margin-top: 7px;
}
.seventh-wrap .detail-content ul li .bottom-cor .item-btn a{
    display: block;
    text-align: center;
    width: 130px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #32a1ff;
    color: #32a1ff;
    font-size: 13px;
    float: right;
}
.seventh-wrap .detail-content ul li .bottom-cor .item-btn span{
    float: left;
    color: #32a1ff;
    font-size: 14px;
}
.seventh-wrap .detail-content ul li .bottom-cor .item-btn span em{
    font-size: 24px;
}
.seventh-wrap .detail-content ul li .bottom-cor .item-btn a:hover{
    background-color: #32a1ff;
    color: #ffffff;
}
.eighth-wrap{
    min-height: 280px;
    background-color: #41b8fe;
    padding: 28px 0px 22px;
    box-sizing: border-box;
}
.eighth-wrap .main-wrap{
    font-size: 0px;
    padding: 0 95px;
    box-sizing: border-box;
}
.eighth-wrap .detail-img{
    display: inline-block;
    vertical-align: top;
    margin-right: 115px;
}
.eighth-wrap .detile-word{
    display: inline-block;
    vertical-align: top;
}
.eighth-wrap .detile-word h2{
    font-size: 31px;
    color: #ffffff;
    display: inline-block;
    margin: 32px 0 22px;
}
.eighth-wrap .detile-word label{
    font-size: 26px;
    color: #ffffff;
    margin: 0 10px;
}
.eighth-wrap .detile-word span{
    font-size: 26px;
    color: #ffffff;
}
.eighth-wrap .detile-word p{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.eighth-wrap .detile-word a{
    display: block;
    width: 160px;
    height: 42px;
    line-height: 40px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 14px;
    margin-top: 33px;
    text-align: center;
}
.eighth-wrap .detile-word a:hover{
    background-color: #ffffff;
    color: #41b8fe;
}
.ninth-wrap{
    padding: 80px 0 70px;
}
.ninth-wrap .detail-content .detail-img{
    margin-top: 50px;
}

.cover {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}