body{
    background:linear-gradient(90deg,rgba(45,49,70,1) 0%,rgba(23,26,42,1) 100%);
}
/*头部导航内容*/
.upper_apex{
    background:linear-gradient(180deg,rgba(64,76,132,0.7) 0%,rgba(29,31,74,0) 100%);
}
header{
    background:transparent;
    border-bottom:1px solid rgba(255,255,255,0.2);
}
header .header{
    height:80px;
    border-bottom:none;
}
header:hover{
    background:rgba(61,70,77,1);
    border-bottom:none;
}
header:hover .header .nav li>a{
    color:rgba(255,255,255,1);
}
header:hover .header .nav li>a.active{
    border-bottom:3px solid #FFFFFF;
}
header:hover .header .nav li>a:hover{
    color:rgba(61,70,77,1);
    font-weight:600;
    font-family:PingFangSC-Semibold;
    border-bottom:3px solid #FFFFFF;
    opacity: 1;
}
header:hover .header .nav li a.special{
    font-weight:400;
    font-family:PingFangSC-Regular
}
header:hover .header .nav li>a:hover,header:hover .header .nav li>a.active{
    color:rgba(255,255,255,1);
}
header:hover .header .operate .register{
    border:1px solid rgba(255,255,255,1);
    color:rgba(255,255,255,1);
}
header:hover .header .operate .register:hover{
    border:1px solid rgba(235,235,235,1);
}
header:hover .header .operate .login{
    background:rgba(255,255,255,1);
    color:rgba(50,135,255,1);
}
header:hover .header .operate .login:hover{
    background:rgba(235,235,235,1);
}
header .alreadyLogin .enterControl,header:hover .alreadyLogin .enterControl{
    color:#3287FF;
}
header .alreadyLogin .user .username,header:hover .alreadyLogin .user .username{
    color:rgba(255,255,255,1);
}
.banner{
    height:330px;
    width:649px;
    margin:0 auto;
    position: relative;
}
.banner .bannerShow{
    position: absolute;
    top:68px;
    z-index: 10;
}
.banner .bannerShow h1{
    font-size:56px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    margin-bottom:32px;
    text-align: center;
}
.banner .bannerShow p{
    font-size:20px;
    color:rgba(255,255,255,1);
}
/*动态展示内容*/
.dynamic{
    height:360px;
    width:930px;
    margin:0 auto;
    position: relative;
}
.dynamic ul{
    position: absolute;
    z-index: 10;
}
.dynamic ul li{
    width:210px;
    float:left;
    margin:0 50px;
}
.dynamic ul li img{
    display: block;
    height:196px;
    width:182px;
    margin:0 auto;
}
.dynamic ul li h3{
    font-size:24px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    margin-bottom:10px;
    text-align: center;
}
.dynamic ul li p{
    color:rgba(255,255,255,1);
    text-align: center;
}
.dynamic .dynamicbg1{
    height:553px;
    width:575px;
    position:absolute;
    top:-275px;
    right:-280px;
    background: url("/website/img/index/dynamic-bg1.png") no-repeat center center;
}
.dynamic .dynamicbg2{
    height:136px;
    width:136px;
    position:absolute;
    top:-160px;
    left:-60px;
    background: url("/website/img/index/dynamic-bg2.png") no-repeat center center;
}
.dynamic .dynamicbg3{
    height:635px;
    width:629px;
    position:absolute;
    top:-83px;
    left:-350px;
    background: url("/website/img/index/dynamic-bg3.png") no-repeat center center;
}
/*广告展示内容*/
.adshow {
    height:1900px;
    width:1000px;
    margin:0 auto;
    position: relative;
}
.adshow .adshowone .left{
    position:absolute;
    top:100px;
    left:36px;
    z-index: 10;
}
.adshow .adshowone .right{
    position:absolute;
    top:127px;
    left:562px;
    width:418px;
    z-index: 10;
}
.adshow .adshowone .right p{
    font-size:20px;
    color:rgba(255,255,255,1);
    margin:32px 0 40px;
}
.adshow .adshowone .right a{
    display: block;
    width:120px;
    height:40px;
    background:rgba(50,135,255,1);
    border-radius:4px;
    line-height: 40px;
    text-align: center;
    color:rgba(255,255,255,1);
}
.adshow .adshowone .right a:hover{
    background:rgba(30,115,235,1);
}
.adshow .adshowtwo .left{
    position:absolute;
    top:646px;
    left:50px;
    width:383px;
    z-index: 10;
}
.adshow .adshowtwo .left p{
    font-size:20px;
    color:rgba(255,255,255,1);
    margin:32px 0 40px;
}
.adshow .adshowtwo .left a{
    display: block;
    width:120px;
    height:40px;
    background:rgba(50,135,255,1);
    border-radius:4px;
    line-height: 40px;
    text-align: center;
    color:rgba(255,255,255,1);
}
.adshow .adshowtwo .left a:hover{
    background:rgba(30,115,235,1);
}
.adshow .adshowtwo .right{
    position:absolute;
    top:620px;
    left:510px;
    z-index: 10;
}
.adshow .adshowthree{
    position:absolute;
    top:1154px;
    width:1000px;
    z-index: 10;
}
.adshow .adshowthree .imgtitle{
    display: block;
    width:197px;
    height:38px;
    margin:0 auto;
}
.adshow .adshowthree .show_text{
    width:708px;
    margin:31px auto 48px;
    font-size:20px;
    color:rgba(255,255,255,1);
    text-align: center;
}
.adshow .adshowthree ul{
    overflow: hidden;
    clear: both;
    margin-bottom:48px;
}
.adshow .adshowthree ul li{
    width:170px;
    float:left;
    margin:0 15px;
}
.adshow .adshowthree ul li img{
    width:170px;
}
.adshow .adshowthree ul li p{
    margin-top:15px;
    font-size:16px;
    color:rgba(255,255,255,1);
    text-align: center;
}
.adshow .adshowthree a{
    display: block;
    width:120px;
    height:40px;
    background:rgba(50,135,255,1);
    border-radius:4px;
    line-height: 40px;
    text-align: center;
    color:rgba(255,255,255,1);
    margin:0 auto;
}
.adshow .adshowthree a:hover{
    background:rgba(30,115,235,1);
}
.adshow .showbg1{
    height:140px;
    width:140px;
    position:absolute;
    top:0px;
    left:0px;
    background: url("/website/img/index/ad-bg1.png") no-repeat center center;
}
.adshow .showbg2{
    height:280px;
    width:280px;
    position:absolute;
    top:19px;
    right:-90px;
    background: url("/website/img/index/ad-bg2.png") no-repeat center center;
}
.adshow .showbg3{
    height:644px;
    width:644px;
    position:absolute;
    top:200px;
    left:-144px;
    background: url("/website/img/index/ad-bg3.png") no-repeat center center;
}
.adshow .showbg4{
    height:149px;
    width:157px;
    position:absolute;
    top:400px;
    left:568px;
    background: url("/website/img/index/ad-bg4.png") no-repeat center center;
}
.adshow .showbg5{
    height:425px;
    width:559px;
    position:absolute;
    top:470px;
    left:635px;
    background: url("/website/img/index/ad-bg5.png") no-repeat center center;
}
.adshow .showbg6{
    height:644px;
    width:644px;
    position:absolute;
    top:780px;
    left:291px;
    background: url("/website/img/index/ad-bg6.png") no-repeat center center;
}
.adshow .showbg7{
    height:199px;
    width:199px;
    position:absolute;
    top:1189px;
    left:70px;
    background: url("/website/img/index/ad-bg7.png") no-repeat center center;
}
.adshow .showbg8{
    height:447px;
    width:443px;
    position:absolute;
    top:1420px;
    left:-222px;
    background: url("/website/img/index/ad-bg8.png") no-repeat center center;
}
/*用户给我们的评价*/
.evaluate{
    background:#fff;
    padding-top:80px;
}
.evaluate h1{
    width:485px;
    margin:0 auto;
    padding-top:15px;
    background: url(/website/img/index/evaluate_bg.png) no-repeat center top;
    text-align: center;
    font-size:40px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
}
.evaluate .sign_picture{
    display: block;
    width:20px;
    height:20px;
    margin:10px auto 50px;
}
.evaluate .content ul{
    width:512px;
    margin:0 auto;
    clear: both;
    overflow: hidden;
}
.evaluate .content ul li{
    height:80px;
    width:80px;
    float:left;
    margin:0 24px;
    cursor: pointer;
    opacity: 0.5;
}
.evaluate .content ul li.active{
    opacity: 1;
}
.evaluate .content ul li img{
    height:60px;
    width:60px;
    margin:10px;
    border-radius: 30px;
}
.evaluate .content ul li.active img{
    height:80px;
    width:80px;
    margin:0px;
    border-radius: 40px;
}
.evaluate .content .evalText{
    text-align: center;
    padding-bottom:48px;
    width:915px;
    margin:48px auto 0;
}
.evaluate .content .evalText p{
    font-size:16px;
    color:rgba(61,70,77,1);
    line-height:22px;
    margin-bottom:24px;
}
.evaluate .content .evalText h3{
    font-size:20px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(61,70,77,1);
    margin-bottom:5px;
}
.evaluate .content .evalText span{
    font-size:12px;
    color:rgba(133,142,149,1);
}
