html,
body {
    color: #444;
}
.p-title {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
}
.btns {
    font-size: 0;
    text-align: center;
}

.btns button {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    background: none;
    border: none;
    font-size: 24px;
    outline: none;
    cursor: pointer;
}

.content1 .btns button {
    background: #fff;
    color: #023894;
    margin-top: 40px;
}
.content1 .btns button:hover{
     background: #fe22c2;
     color: #fff;
}
.content1{
    height: 620px;
    background: url(../images/gl_banner1.png) no-repeat center center;
    background: auto 100%;
}
.content1>div{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
   
}
.content1>div>p{
    font-size: 30px;
    color: #fff;
    letter-spacing: 3px;
    padding-top: 100px;
}
.content1>div>h1 {
    position: relative;
    font-size: 120px;
     color: #fff;
     text-shadow: -3px 0 0 #fe22c2;
}
.content1>div>h1>img {
    position: absolute;
    top: 0;
    left: 50%;
    top: 50%;
    width: 1100px;
    margin-top: -70px;
    margin-left: -550px;
}
.c1-div1{
    border: 1px solid #fff;
    width: 480px;
    margin:20px auto;
}
.c1-div1 p{
    color: #fff;
    font-size: 28px;
    margin: 10px 0;
}
.content1>div>span{
    font-size: 14px;
    color: #fff;
}
.content2{
    width: 1200px;
    margin: 100px auto 0 auto;
}
.content2>p{
    font-size: 24px;
    line-height: 40px;
    margin: 20px 0;
}
.content2>p span{
 color: #023894;
}
.content2>div{
    background: #023894;
    padding: 30px 65px;
}
.content2>div>p{
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}
.content2>div>p>span{
    font-weight: bold;
}
.content2 .btns button {
    background: #fff;
    color: #023894;
    margin-top: 40px;
}

.content2 .btns button:hover {
    background: #be5959;
    color: #fff;
}
.content3{
    width: 1200px;
    margin: 100px auto 0 auto;
}
.content3>p.p-title{
    margin-bottom: 30px;
}
.content3>p{
    text-align: center;
}
.content3>p>span{
    font-size: 24px;
    color: #023894;
    padding: 30px 0;
}
.content3>ul{
    /* overflow: hidden; */
    margin: 60px 0;
    padding: 0 40px;
}
.content3>ul>li{
    float: left;
    position: relative;
    width: 320px;
    height: 300px;
    margin-left: 40px;
    box-shadow: 0 0 24px rgba(77, 77, 77,0.5);
    overflow: hidden;
    border-radius: 10px;
}
.content3>ul>li>img{
    height: 240px;
}
.content3>ul>li>p{
    height: 60px;
    line-height: 54px;
    background: #fff;
    font-size: 24px;
    text-align: center;
    color: #222;
}
.content3>ul>li:hover>div{
    top: 0;
}
.content3>ul>li>div{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 56, 148, 0.9);
    padding: 25px;
    overflow: hidden;
    transition: top 0.5s ;
}
.content3>ul>li>div>p{
    color: #fff;
    font-size: 24px;
    line-height: 36px;;
}
.content3>ul>li>div>button{
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 270px;
    background: #fff100;
    border: none;
    border-radius: 20px;
    height: 40px;
    font-size: 24px;
    color: #444;
    outline: none;
    cursor: pointer;
}
.content3 .btns button {
    background: #023894;
    color: #fff;
}

.content3 .btns button:hover {
    background: #444444;
    color: #fff;
}
.form1{
    margin-top: 100px;
}
.content4{
    width: 1200px;
    margin: 100px auto 0 auto; 
}
.content4>p{
    color: #023894;
}
.content4>div{
    text-align: center;
    margin-top: 50px;
}
.content5{
    height: 570px;
    background: url(../images/gl_start.png) no-repeat center center;
    background-size: auto 100%;
}
.content5>div{
    width: 1200px;
    margin: 100px auto 0 auto;
}
.content5>div>h2{
    font-size: 60px;
    padding-top: 100px;
    color: #8bc8ff;
    font-weight: bold;
    text-align: center;
}
.content5>div>p{
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-indent: 2em;
    padding: 30px;
}
.content5 .btns button {
    background: #fff;
    color: #023894;
    margin-top: 30px;
}
.content5 .btns button:hover {
    background: #8bc8ff;
    color: #fff;
}
.content5 .btns button.btns-btn2{
    background: #8bc8ff;
    color: #fff;
    margin-left: 220px;
}
.content5 .btns button.btns-btn2:hover {
    background: #fff;
    color: #023894;
}
.content6{
    width: 1200px;
    margin: 100px auto 0 auto;
}
.content6 .c6-list1{
    position: relative;
    margin: 40px 0;
    padding: 40px 60px;
    text-align: center;
    border: 1px solid #023894;
}
.content6 .c6-list1 p{
    font-size: 24px;
    line-height: 36px;
    
}
.content6 .c6-list1 span{
    font-size: 30px;
    color: #023894;
    position: absolute;
    top: -20px;
    width: 470px;
    left: 50%;
    margin-left: -235px;
    background: #fff;
}

.content6>ul{
    display: flex;
    justify-content:space-between;
}
.content6>ul>li{
    width: 280px;
    height: 160px;
    background: #444444;
    text-align: center;
}
.content6>ul>li.active{
    background: #023894;
}
.content6>ul>li>p{
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
}
.content6>ul>li>div{
    height: 15px;
}
.content6>.tables table {
    border-collapse: collapse;
    margin: 20px 0;
}
.content6>.tables table th {
    border-right: 1px solid #fff;
    background: #023894;
    color: #fff;
    height: 80px;
    font-size: 30px;
}
.content6 .tables table td {
    vertical-align: middle;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #023894;
    padding:15px 10px;
}

.content6 .tables table td button {
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background: #ff5a00;
    font-size: 24px;
    margin: 10px 0;
}
.tables table{
     display: none;
}

.content6 .btns button {
    background: #959595;
    color: #fff;
    margin-top: 30px;
}

.content6 .btns button:hover {
   background: #023894;
   color: #fff;
}

.content6 .btns button.btns-btn2 {
    background: #023894;
    color: #fff;
    margin-left: 220px;
}

.content6 .btns button.btns-btn2:hover {
     background: #959595;
     color: #fff;
}

.content7{
    width: 1200px;
    margin: 100px auto 0 auto;
}
.content7>div>p{
    font-size: 24px;
    line-height: 36px;
    margin: 20px 0;
}
.content7>div.divimg{
    text-align: center;
}
.content7 .btns button {
    background: #959595;
    color: #fff;
    margin-top: 30px;
}

.content7 .btns button:hover {
    background: #023894;
    color: #fff;
}

.content7 .btns button.btns-btn2 {
    background: #023894;
    color: #fff;
    margin-left: 220px;
}

.content7 .btns button.btns-btn2:hover {
    background: #959595;
    color: #fff;
}
.content8{
    width: 1200px;
    margin: 100px auto 0 auto;
}
.content8>div{
    text-align: center;
}
.content8>div img{
    max-width: 100%;
}
#footer {
    background: #100c0a;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    background: #100c0a;
    height: 80px;
}

.footer p {
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    color: #fff;
}