#header{
    min-width: 1180px;
    height: 500px;
    background: url("../images/nav.jpg") no-repeat top center;
    overflow: hidden;
    background-size: cover;
    padding: 0 10px;
}

.header{
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 65px;
}

.batten{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.08);
}

.top{
    width: 1160px;
    margin: 0 auto;
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    padding: 0 10px;
}

.logo{
    float: left;
}

.logo>img{
    vertical-align: middle;
}

.nav>ul{
    float: left;
}

.nav>ul:last-child{
    float: right;
}

.nav>ul li:first-child{
    margin-left: 86px;
}

.nav>ul li{
    display: inline-block;
    margin-left: 65px;
    color: #ffffff;
}

.nav>ul .login{
    margin-left: 30px;
}

.nav>ul li a:hover{
    color: #73c2fd;
}

.middle{
    float: left;
    width: 720px;
    padding-top: 80px;
    color: #ffffff;
    margin-left: 38px;
}

.figure{
    float: left;
    margin-top: 30px;
    margin-left: 70px;
}

.caption{
    font-size: 40px;
    line-height: 1;
}

.title{
    font-size: 24px;
    color: #fff;
    line-height: 74px;
}

.mess{
    font-size: 16px;
    line-height: 28px;
}

.btn{
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 9px 36px;
    background: url("../images/btn.jpg") no-repeat;
    background-size: 100% 100%;
    margin-top: 35px;
    line-height: 1;
    cursor: pointer;
}

#effect{
    min-width: 1180px;
    background: url("../images/effect.jpg") no-repeat center center;
    overflow: hidden;
    background-size: cover;
    padding: 0 10px;
}

.effect{
    width: 1180px;
    margin: 0 auto;
    padding: 50px 0 20px;
    overflow: hidden;
}

.effect>ul li{
    position: relative;
    float: left;
    width: 320px;
    height: 69px;
    padding: 15px 0 15px 50px;
    margin-bottom: 30px;
    margin-left: 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px rgba(230, 230, 230,1);
    -webkit-box-shadow: 0 0 5px rgba(230, 230, 230,1);
    -moz-box-shadow: 0 0 5px rgba(230, 230, 230,1);
    -o-box-shadow: 0 0 5px rgba(230, 230, 230,1);
    background: url("../images/pic.jpg") no-repeat  30px -3px;
    transition: all 1s;
    overflow: hidden;
}

.effect>ul li.change{
    margin: 0;
}

.effect>ul li.dischange .hidden{
    opacity: 1;
}

.effect>ul li img{
    float: left;
}

.aws-body{
    float: left;
    margin-left: 22px;
}

.aws-body p{
    font-size: 18px;
    color: #333;
    line-height: 69px;
}

#classify{
    min-width: 1180px;
    background: url("../images/classify.jpg") no-repeat center;
    padding: 10px 10px 60px;
    background-size: cover;
}

.classify,
.details,
.intege{
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.classify p.title,
.details p.title,
.intege p.title{
    font-size: 24px;
    color: #333;
    line-height: 134px;
    text-align:  center;
}

.intege img{
    float: left;
}

.titles{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
}

.classify>ul li{
    float: left;
    width: 368px;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff;
    margin-right: 38px;
    box-shadow: 0 0 5px 0 rgba(31, 50, 82, 0.16);
}

.classify>ul li:last-child{
    margin: 0;
}

.defin{
    background-color: #2f85d6;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}

.cost{
    font-size: 12px;
    color: #b3b3b3;
    padding: 55px 0 5px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.cost p{
    font-size: 14px;
    line-height: 50px;
}

.price{
    display: inline-block;
    font-size: 12px;
    position: relative;
}

.icon{
    font-size: 18px;
    color: #ff1b20;
    position: absolute;
    left: -15px;
}

.tip{
    width: 72px;
    height: 27px;
    line-height: 22px;
    color: #fff;
    background: url("../images/tip.png") no-repeat;
    position: absolute;
    top: -30px;
    right: -34px;
}

.tips{
    width: 77px;
    height: 27px;
    line-height: 22px;
    color: #2f85d6;
    background: url("../images/tip_gray.png") no-repeat;
    position: absolute;
    top: -30px;
    right: -38px;
}

.num{
    font-size: 24px;
    color: #ff1b20;

}

.detail{
    padding: 20px 0 43px 0;
    background: url("../images/bg.png") no-repeat;
}

.detail p{
    font-size: 14px;
    color: #888;
    line-height: 36px;
}

span.check {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: #0576dc;
    padding: 0 27px;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 40px;
}

span.check:hover{
    color: #fff;
    background-color: #0d85f6;
}

#details{
    min-width: 1180px;
    background: #fff;
    padding: 10px 10px 60px 10px;
    font-size: 0;
}

.content{
    font-size: 16px;
    color: #888;
    line-height: 36px;
    padding-top: 26px;
    padding-right: 556px;
    padding-bottom: 22px;
}

.content p{
    line-height: 36px;
}

span.change{
    color: #0576dc;
}

.advert{
    position: absolute;
    top: 59px;
    right: -55px;
}

#intege{
    min-width: 1180px;
    height: 419px;
    background: #f1f1f1 url("../images/star.jpg") no-repeat center;
    padding: 10px 10px 38px;
    background-size: cover;
}

.intege>ul{
    overflow: hidden;
    padding-top: 10px;
}

.intege>ul li{
    float: left;
    width: 278px;
    height: 207px;
    margin-right: 21px;
    cursor: pointer;
    overflow: hidden;
}

.intege>ul li:last-child{
    margin: 0;
}

#footer{
    min-width: 1180px;
    background-color: #353a40;
    clear: both;
    padding: 0 10px;
}

.footer{
    width: 1180px;
    margin: 0 auto;
    color: #dedede;
    font-size: 12px;
    line-height: 70px;
}

.download{
    margin-left: 15px;
}

.right{
    float: right;
}

#pop-up,
#vision,
#visioner,
#visions{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}

#pop-up.is-visible,
#vision.is-visible,
#visioner.is-visible,
#visions.is-visible{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.pop-up-close{
    position: absolute;
    right:10px;
    top:10px;
    z-index: 10;
    width:auto;
    height:1.25rem;
    display: block;
    font-size:14px;
}

.pop-up {
    max-width: 1030px;
    text-align: left;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -270px 0 0 -523px;
}

.video-js .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.close{
    display: inline-block;
    width: 14px;
    line-height: 14px;
    background-color: #ddd;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10000;
}

.hidden{
    width: 276px;
    font-size: 14px;
    color: #fff;
    background-color: #0576dc;
    line-height: 24px;
    padding: 30px 46.5px;
    position: absolute;
    top: 101px;
    left: 0;
    opacity: 0;
}

#Ul1 li{
    font-size: 13px;
    color: #999;
}

.tit{
    line-height: 40px;
}