* {
    margin: 0;
    padding:0;
}
hedaer,nav,article,section,aside,footer {
    display: block;
}
body {
    padding: auto;
    background: url(../imagsweb/login_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.w {
    width: 1200px;
    margin: auto;
}
/* 头部 */
hedaer {
    height: 100px;
    background-color: rgb(100, 20, 15);
    line-height: 100px;
    background-image: url(../imagsweb/h_img0111.png);
    background-repeat:no-repeat;
    background-position: center;
}
.logo {
    height: 100px;
}
.logo  img{
    height: 90px;
}
a {
    display: inline-block;
}
.mid {
    margin: 0 auto;
    height: 100px;
    width: 50px;
}
.rightkf {
    display: block;
    right: 0px;
    float: right;
    height: 100px;
    line-height: 100px;
}
/* 内容 */
nav {
    padding-top: 30px;
    height: 600px;
    position: relative;
    text-align: center;
}
nav .left,nav .right {
    width: 580px;
    height: 580px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    float: right;
    /* border: 1px solid black; */
    box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}
nav .left {
    float: left;
    position: relative;
}

li {
    list-style: none;
}
nav .left .urltop {
    color:black;
    font-size: 28px;
    line-height: 60px;
    height: 60px;
    font-weight: 700;
    /* border: 2px solid black; */
}

nav .left .butt {
    font-size: 14px;
    line-height: 30px;
}
nav .left ul {
    height: 60px;
    /* background-color: aqua; */
    margin-top: 20px;
    line-height: 60px;
}
nav .left ul li {
    margin-left:30px;
    height: 60px;
    width: 350px;
    background-color: rgba(0,0,0,0.1);
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 0px 2px black;
    color: black;
    font-size: 18px;
}

nav .left ul a {
    width: 130px;
    height: 60px;
    background-color: rgb(226, 195, 88);
    float: right;
    margin-right: 30px;
    border-radius: 10px;
    font-size: 18px;
    color: aliceblue;
    box-shadow: 0px 0px 2px black;
}

.urlcontentaa {
    overflow: hidden;
    display: block;
    width: 580px;
    height: 440px;
    /* border: 1px solid black; */
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    /* background-color: rgba(0, 0, 0, 0.5); */

}
/* 动画 */
@keyframes move {
        0% {
           transform: translateY(0px);
        }

        50% {
            transform: translateY(-1170px);
        }
        100% {
            transform: translateY(0px);
        }
}

.urlcontent {
    display: block;
    width: 580px;
    height: 1600px;
    /* background-color: #666; */
    transition: all 1s ease 0s;
    animation: move 20s linear  infinite  ;
}
.urlcontentaa:hover .urlcontent {
    animation-play-state:paused
}
.app_left ,.app_right {
    float: left;
    width: 230px;
    height: 60px;
    line-height: 60px;
    border: 1px solid black;
    border-radius: 30px;
    margin: 45px 0px 25px 30px ;
    font-size: 18px;
    color: black;
    font-weight: 700;
    border: 3px solid rgb(226, 195, 88);
    vertical-align: middle;
}

.app_left a  ,.app_right a  {
    width: 230px;
    height: 60px;
}

nav .right .app_right {
    float: right;
    margin-right: 30px;
}
.app_but {
    width: 500px;
    height: 150px;
    line-height: 150px;
    border: 3px solid rgb(226, 195, 88);
    margin: 30px auto;
    vertical-align: middle;
}
.app_but li{
    float: left;
    height:150px ;
    width: 150px;
}

.app_but .app_but2 {
    width: 250px;
    font-size: 18px;
    line-height:50px;
    text-align: left;
    padding-top: 20px;
}
.app_but .app_but2 p {
    font-size: 14px;
    line-height:25px
}
.app_but .app_but3 {
    float: right;
    width: 92px;
}
/* 网址栏下方 */
.xcsyyds {
    color: rgb(226, 195, 88);
    font-size: 28px;
    text-align: center;
    margin: 10px auto;
}

.grams {
    height: 160px;
}

a {
    text-decoration: none;
    color:rgb(226, 195, 88);
}
.grams ul li {
    float: left;
    width: 165px;
    margin-right: 5px;
    text-align: center;
}
.grams ul p {
    font-size: 18px;
    margin: 5px auto;
    color: rgb(226, 195, 88);
}

.cooperate  {
    line-height:80px ;
    text-align: center;
    background-color: rgb(100, 20, 15);
    height: 80px;
    border-bottom: 1px solid #666;
}

.Reserved {
    text-align: center;
    background-color: rgb(100, 20, 15);
    color: aliceblue;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
