﻿*{margin: 0;padding: 0;}
html{margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6,p,a,figcaption,span,em{font-family: Microsoft YaHei;color: rgb(68,68,68); font-weight: normal;font-style: normal}
a,ul,li,ol,dl,dt,dd{text-decoration:none;list-style-type:none;}
a{color:#000;}
body{margin: 0 auto;}

#contentBox{
    width:1200px;
    margin: 0 auto;
}
/*   nav部分   */
section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom:30px;
}

.head-left img{
    padding-right:30px;
}
.head-right a{
    color: #222222;
    font-size: 14px;
}
.head-left,.head-right{
    padding-top: 40px;
    cursor: pointer;
}

/*   banner部分   */
.banner-box p{
    font-size: 37px;
}
.banner-box span{
    display: block;
    font-size: 18px;
}
.banner-top{
    position: absolute;
    top: -450px;
    margin: 0 450px;
}
.bc-point{
    position: absolute;
    top:-460px;
    left:150px;
    width: 1000px;
    height: 400px;
}
.bc-point ul{
    display: flex;
    margin-bottom: 75px;
}
.bc-point li{
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 50%;
    margin: 0 20px;
    opacity: 0.15;
}
.article-title p,
.article-title span{
    width:100%;
    position: absolute;
    top: -395px;
    color:white;
    text-align: center;
}
.article-title span{
    margin-top:50px;
}
.banner-title{
    position:absolute;
    top: -280px;
    margin: 0 310px;
}
.banner-box .banner-linel{
    position:absolute;
    top: -180px;
    left:460px;
    width:2px;
    height:100px;
    background-color: white;
    opacity: 0.2;
}
.banner-box .banner-liner{
    position:absolute;
    top: -180px;
    left:750px;
    width:2px;
    height:50px;
    background-color: white;
    opacity: 0.2;
}
.banner-point{
    position:absolute;
    top: -80px;
    margin: 0 590px;
    cursor: pointer;
}
.banner-border{
    display: block;
    position: absolute;
    top:578px;
    width:100%;
    height:60px;
    background-color: rgb(247,247,247);
}
/*   banner部分--阴影  */
.shadow-left{
    position: absolute;
    left: -43px;
    top: 313px;
}
.shadow-right{
    position: absolute;
    left: 1023px;
    top: 313px;
}
/***************特效实现***************/
.tilter {
    display: block;
    position: relative;
    color: #fff;
    flex: none;
    perspective: 1000px;
}
.tilter__figure{
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.tilter__figure > * {
    transform: translateZ(0px); /* Force correct stacking order */
}
.tilter__figure,.article-title{
    transition: transform 0.2s ease-out;
}
/*   menu部分    */
.menu-border{
    cursor: pointer;
    width: 380px;
    height: 555px;
    text-align: center;
    display: inline-block;
    z-index: -200;
    background-color: white;
}
.menulist-box{
    margin-top:50px;
    display: flex;
    justify-content: center;
}
.menuBox-top{
    display: inline-block;
    width: 100%;
    background-color: #e4e4e4;
    border-bottom: 1px #e4e4e4 solid;
    height: 180px;
}
.menuBox-top article span,
.menuBox-top article em{
    color:#b0b0b0;
    font-size: 18px;
}
.article-buy{
    margin-top: 28px;
    color: #b0b0b0;
    font-size: 13px;
}
.menu-title{
    height: 20px;
    margin:13px 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}
.menu-top{
    margin-top:20px;
}
.menu-cont{
    background-color: white;
    margin:0 45px;
}
.menu-listtop{
    border-bottom: 1px #e4e4e4 solid;
    margin: 30px 0;
    padding-bottom: 40px;
    display: block;
    text-align: left;
    line-height: 25px;
}
.menu-list{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.newlist{
    text-align: left;
    display: block;
    line-height: 27px;
    width:130px;
    height: 25px;
}
.menu-cont p{
    font-size: 15px;
    color: #b0b0b0;
}
.menu-cont span{
    font-size: 15px;
    color: #b0b0b0;
}
/*hover事件*/
.activity .menu-border .menu-title img{
    width:30px;
    height:30px;
}
.activity .menu-border .menuBox-top article p{
    font-size: 50px;
}
.activity .activity .menu-border .menuBox-top article span,
.activity .menu-border .menuBox-top article em{
    font-size: 22px;
}
.menuBox-top article em{
    margin-top: 30px;
}
.activity .menu-border .article-buy{
    margin-top: 20px;
    color: #b0b0b0;
    font-size: 15px;
}
.activity{
    box-shadow: 0px 0px 65px 0px rgba(9,110,255,0.39);
    transform: scale(1.1,1.1);
    transition:0.6s transform;
    z-index: 200;
}
.activity p{
    color: #222222;
}
.activity .menu-border .menu-titlenew {
    color: #5a5a5a;
}
.activity .menuBox-top{
    background-color: rgb(57,138,255);
}
.activity .menu-border  p{
    color: #222222;
}
.activity .menu-border .article-buy,
.activity .menu-border article em,
.activity .menu-border article p,
.activity .menu-border article span
{
    color: white;
}
.activity .menu-border .menu-listtop {
    border-bottom: 1px rgb(177,209,255) solid;
    background-color: white;
}
/*   serve部分    */
.article-hn{
    text-align: center;
    line-height: 65px;
}
.hn1{
    margin-top: 60px;
}
.hn2{
    margin-top: 100px;
}
.article-hn h1{
    color: #222222;
    font-size: 28px;
}
.article-hn h5{
    color: #222222;
    font-size: 18px;
}
.article-border{
    cursor: pointer;
    width: 270px;
    height: 365px;
    text-align: center;
    display: inline-block;
    vertical-align:middle;
    border:2px solid rgb(247,247,247);
    padding-left: 4px;
    margin-right: 15px;
    margin-top: 40px;
}
.border01{
    margin-top: 30px;
}
figcaption{
    margin-top: 19px;
    font-size: 16px;
    color: white;
}
article{
    display: flex;
    justify-content: center;
    letter-spacing: 4px;
    margin-top: 20px;
}
article p{
    color: #b0b0b0;
    padding:0 2px;
}
article span,
article em{
    color: #5a5a5a;
    padding:0 2px;
}
article span{
    font-size: 13px;
    font-weight: bold;
}
article p{
    font-size: 30px;
    font-weight: bold;
}
article em{
    margin-top: 15px;
    font-size: 7px;
    font-weight: bold;
}
figure button{
    font-weight: 200;
    color: rgb(0,105,255);
    margin-top: 20px;
    width: 70px;
    height:30px;
    background-color: white;
    border: 1px solid rgb(0,105,255);
}
.article-foot{
    font-size: 16px;
    margin: 70px 500px 0;
    width: 200px;
    height:40px;
    color: white;
    background-color:rgb(57,138,255);
    border: 0;
    font-family: Microsoft YaHei;
    cursor: pointer;
}
.article-qq{
    width: 180px;
    font-size: 15px;
    color:rgb(90,90,90);
    margin: 10px 515px 20px;
    letter-spacing: 1px;
}
.qq-bottom{
    margin-bottom: 120px;
}
.serve-border{
    width: 234px;
    height: 65px;
    text-align: center;
    margin: 15px 15px;
    padding-top: 24px;
    line-height: 20px;
}
.stylenew p{
    align-items: center;
    font-size: 15px;
    font-weight:600;
    margin-bottom: 10px;
    color: #222222;
}
.stylenew span{
    margin-top: 3px;
    color: #b0b0b0;
}
.serve-value{
    margin-top: 20px;
}
.serve-list{
    display: flex;
    justify-content: space-between
}
.serve-cont{
    padding-left:4px;
    margin:10px 15px;
    font-size: 15px;
}
.serve-cont span{
    color: #b0b0b0;
}
.serve-cont p{
    color: #222222;
}
.serve-list{
    display: flex;
    justify-content: space-between;
    padding: 1px 0;
    text-align: left;
    margin: 0 15px;
}
.serve-btn{
    width: 200px;
    margin: 10px 35px;
}
.servelist{
    display: block;
    line-height: 27px;
    width:150px;
    height: 15px;
    margin-left: 10px;
    padding-bottom: 50px;
}
.servelist p,
.servelist span{
    font-size: 13px;
}
.serve-tit{
    margin-top: 10px;
}
.serve-p{
    font-size: 38px;
}
.serve-em{
    margin-top: 25px;
}
.serve-span{
    margin-top: 10px;
    font-size: 15px;
}
.serve .article-border{
    box-shadow: 0px 0px 65px 0px rgba(9,110,255,0.39);
    border: 0;
}
.serve .article-border .serve-border{
    box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.11) inset;
    border: 0;
}
.serve .article-border .serve-p {
    color: rgb(57,138,255);
}
/*  footer部分--阴影  */
footer{
    height:100%;
    background-color: rgb(46,50,52);
}
.foot-left{
    padding:30px 0;
}
.footBox{
    display: flex;
    justify-content: space-between;
    width:1200px;
    margin: 0 auto;
}
footer h3,
footer h4,
footer h6{
    margin-top: 15px;
    color:white;
}
footer h6{
    margin: 40px 0;
}
footer a{
    font-size:8px ;
    color: white;
    margin-top: 70px;
}