﻿
.banner {
    background: url(../images/bannerbg.png) no-repeat top center;
    height: 1176px;
    box-sizing: border-box;
    position: relative;
}
.banner h4{
    background: url(../images/time-titile.png) no-repeat center;
    width: 342px;
    height: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(157, 7, 39);
    font-size: 60px;
    letter-spacing: 12px;
}
.banner h2 {
	height: 467px;
	width: 942px;
	background: url("../images/big-title.png") no-repeat center;
	margin: 42px auto 20px;
    font-size: 0;
    animation: banner_ani 3s linear infinite alternate;
    -webkit-animation: banner_ani 3s linear infinite alternate;
    -moz-animation: banner_ani 3s linear infinite alternate;
    -o-animation: banner_ani 3s linear infinite alternate;
    -ms-animation: banner_ani 3s linear infinite alternate;
}

@keyframes banner_ani {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: .9;
    }
}
.banner h3 {
	height: 141px;
	width: 879px;
	background: url("../images/min-title.png") no-repeat center;
	margin: 0 auto 0;
    font-size: 0;
}

.title{
    background: url(../images/title-bg.png) no-repeat center;
    width: 960px;
    height: 121px;
    margin: 100px auto 50px;
    line-height: 110px;
}
.title h3 {
    font-size: 60px;
    color: rgb(16, 64, 159);
    text-align: center;
    text-shadow: 2.487px 1.678px 0px rgba(125, 94, 20, 0.4);
  }
  
  .Databox{
    display: flex;
    justify-content: space-between;
  }
  .Databox .left {
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 7.757px 13.994px 57px 0px rgba(121, 175, 254, 0.1);
    width: 704px;
    padding-bottom: 30px;
  }
  .Databox .left .top {
    border-radius: 16px;
    background-image: -moz-linear-gradient( -178deg, rgb(121,170,255) 0%, rgb(114,145,239) 95%, rgb(107,120,222) 100%);
    background-image: -webkit-linear-gradient( -178deg, rgb(121,170,255) 0%, rgb(114,145,239) 95%, rgb(107,120,222) 100%);
    background-image: -ms-linear-gradient( -178deg, rgb(121,170,255) 0%, rgb(114,145,239) 95%, rgb(107,120,222) 100%);
    box-shadow: 7.757px 13.994px 57px 0px rgba(121, 175, 254, 0.1);
    width: 100%;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 24px;
  }
  .Databox .left .shuju_img{
    display: block;
    margin: 18px auto 0;
  }
  .Databox .right{
    background: url(../images/shuju_right_bg.png);
    width: 452px;
    height: 470px;
    margin-top: -16px;
    box-sizing: border-box;
    padding-top: 60px;
  }
  .Databox .right ul li{
    height: 64px;
    width: 86%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .Databox .right ul li>div{
    height: 52px;
    border-left: 2px solid #ffa200;
    padding-left: 14px;
    margin-left: 54px;
    box-sizing: border-box;
  }
  .Databox .right ul li h4{
    color: #ffa607;
    font-weight: normal;
    font-size: 32px;
  }
  
  .Databox .right ul li h5{
    font-size: 24px;
    line-height: 1;
    color: #fff;
  }
  .Databox .right ul li p{
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
  }

  .box02 ul{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 110px;
  }
  .box02 ul li{
    box-sizing: border-box;
    height: 120px;
    width: 220px;
    padding-top: 32px;
    padding-left: 18px;
  }
  .box02 .ul01 li{
    background: url(../images/sjz_top.png) no-repeat left;   
  }
  .box02 .ul02 li{
    padding-top: 20px;
    background: url(../images/sjz_bottom.png) no-repeat left;   
  }
  .box02 ul li h4{
    font-size: 24px;
    color: #6572dc;
  }
  .box02 ul li p{
    font-size: 20px;
    line-height: 1.5;
    color: #565656;
  }
  .box02 .Timeline{
    height: 85px;
    margin: -20px 0;
    background: url(../images/shijianzhou.png) center no-repeat;
  }

  .box03,.box05{
    background: url(../images/box_bg.png) no-repeat center;
    padding: 40px 0;
  }
  .box03 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box03 ul li {
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    width: 360px;
    height: 108px;
    margin: 0 18px 32px;
    display: flex;
    align-items: center;
    padding-left: 18px;
    box-sizing: border-box;
  }
  .box03 ul li .icon {
    border-radius: 50%;
    background-image: -moz-linear-gradient( -90deg, rgb(121,170,255) 0%, rgb(114,145,239) 46%, rgb(107,120,222) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(121,170,255) 0%, rgb(114,145,239) 46%, rgb(107,120,222) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(121,170,255) 0%, rgb(114,145,239) 46%, rgb(107,120,222) 100%);
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }
  .box03 ul li h4{
    color: #6c7ce1;
    font-size: 24px;
  }
  .box03 ul li p{
    font-size: 20px;
    color: #565656;
  }

  .btn{
    display: block;
    width: 400px;
    height: 70px;
    line-height: 70px;
    border-width: 2px;
    box-sizing: border-box;
    text-align: center;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50px;
    box-shadow: 0px 12px 0px 0px rgba(47, 81, 187, 0.5);
    background-color: rgb(255, 197, 57);
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    color: #10409f;
    animation: banner_ani 3s linear infinite alternate;
    -webkit-animation: banner_ani 3s linear infinite alternate;
    -moz-animation: banner_ani 3s linear infinite alternate;
    -o-animation: banner_ani 3s linear infinite alternate;
    -ms-animation: banner_ani 3s linear infinite alternate;
}
.nav{
    display: flex;
    justify-content: left;
    align-items: flex-end;
    box-sizing: border-box;
}
.nav span {
    background-image: -moz-linear-gradient( -90deg, rgb(121,170,255) 0%, rgb(114,145,239) 46%, rgb(107,120,222) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(121,170,255) 0%, rgb(114,145,239) 46%, rgb(107,120,222) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(121,170,255) 0%, rgb(114,145,239) 46%, rgb(107,120,222) 100%);
    width: 224px;
    height: 46px;
    margin-right: 10px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
  }
  .nav .on {
    background-image: -moz-linear-gradient( -90deg, rgb(255,197,57) 0%, rgb(255,182,32) 46%, rgb(255,166,7) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,197,57) 0%, rgb(255,182,32) 46%, rgb(255,166,7) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,197,57) 0%, rgb(255,182,32) 46%, rgb(255,166,7) 100%);
    width: 260px;
    height: 64px;
    font-size: 30px;
    color: #565656;
  }
  
  .list {
    background-color: rgb(255, 255, 255);
    box-shadow: 7.757px 13.994px 57px 0px rgba(121, 175, 254, 0.3);
    padding: 16px;
    border-radius: 0 0 16px 16px;
    border-top: 2px solid rgb(107,120,222);
  }
  
  .table{
    width: 100%;
    background: #fff;
    display: block;
    margin: 0 auto;
    color: #565656;
    font-size: 18px;
    line-height: 24px;
    border: 2px solid #97a8dd;
    border-radius: 0;
    overflow: hidden;
  }
  .table table{
    width: 100%;
  }
  .table th,.table td{
    border: 1px solid #97a8dd;
  }
  .table tr th:first-child,.table tr td:first-child{
    border-left: none;
  }
  .table tr th:last-child,.table tr td:last-child{
    border-right: 0;
  }
  .table tr:first-child th,.table tr:first-child td{
    border-top: none;
  }
  .table tr:last-child th,.table tr:last-child td{
    border-bottom: none;
  }
  .table th{
    line-height: 48px;
    background-image: -moz-linear-gradient( 90deg, rgb(121,170,255) 0%, rgb(114,145,239) 95%, rgb(107,120,222) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(121,170,255) 0%, rgb(114,145,239) 95%, rgb(107,120,222) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(121,170,255) 0%, rgb(114,145,239) 95%, rgb(107,120,222) 100%);
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  .table td{
    text-align: center;
    padding: 10px;
  }
  .table td b{
    color: #dd1815;
    font-weight: bolder;
  }
  .table td span{
    color: #dd1815;
    font-weight: bolder;
  }
  .table td a{
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(0deg,#ec630f,#efb40c);
    color: #10409f;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
  }
  .box05{
    margin-top: 60px;
    text-align: center;
  }
  .box05 h3{
    font-size: 36px;
    color: #ffb825;
  }
  .box05 p{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
  }
  .box05 .code {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    width: 240px;
    height: 240px;
    padding: 16px;
    box-sizing: border-box;
    margin: 16px auto 0;
  }
  
@media only all and (max-width:1080px) {
    .banner{
        height: 14rem;
        background-size: auto 90%;
        margin-bottom: -2rem;
    }
    .banner h4 {
        background-size: 100% 100%;
        width: 5.8rem;
        height: 1.6rem;
        font-size: 1rem;
        letter-spacing: .2rem;
    }
    .banner h2 {
        height: 5.2rem;
        width: 10rem;
        background-size: 100% 100%;
        margin: .2rem auto;
    }
    .banner h3 {
        height: 1.3rem;
        width: 10rem;
        background-size: 100% 100%;
        margin: 0 auto 0;
        font-size: 0;
    }

    .title{
        background-size: 100% 100%;
        width: 16rem;
        height: 2.2rem;
        margin: 2.4rem auto .8rem;
        line-height: 2rem;
    }
    .title h3 {
        font-size: 1.06rem;
        text-shadow: 2.487px 1.678px 0px rgba(125, 94, 20, 0.4);
      }
      
      .Databox{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
      .Databox .left {
        border-radius: .4rem;
        width: 98%;
        padding-bottom: .3rem;
        margin: 0 auto;
      }
      .Databox .left .top {
        border-radius: .4rem;
        height: 2rem;
        padding: 0 .6rem;
      }
      .Databox .left .top img{
        max-height: 1.4rem;
      }
      .Databox .left .top img:first-child{
        height: 1rem;
      }
      .Databox .left .shuju_img{
        width: 94%;
        margin: .3rem auto 0;
      }
      .Databox .right{
        background-size: 100% 100%;
        width: 98%;
        height: auto;
        margin: .4rem auto 0;
        padding-top: 1.6rem;
      }
      .Databox .right ul li{
        height: 2.2rem;
        width: 94%;
      }
      .Databox .right ul li>div{
        height: 1.8rem;
        padding-left: .6rem;
        margin-left: 2rem;
        box-sizing: border-box;
      }
      .Databox .right ul li h4{
        font-size: 1.2rem;
        margin-left: 1rem;
      }
      
      .Databox .right ul li h5{
        font-size: .8rem;
        line-height: 1;
      }
      .Databox .right ul li p{
        font-size: .7rem;
        line-height: 1.6;
      }
    
      .box02 ul{
        padding-left: 12.5%;
      }
      .box02 ul li{
        height: 3.5rem;
        width: 25%;
        padding-top: .8rem;
        padding-left: .5rem;
      }
      .box02 .ul01 li{
        background: url(../images/sjz_top.png) no-repeat left; 
        background-size: auto 100%;  
      }
      .box02 .ul02 li{
        padding-top: .3rem;
        background: url(../images/sjz_bottom.png) no-repeat left; 
        background-size: auto 100%;    
      }
      .box02 ul li h4{
        font-size: .75rem;
        line-height: 1.2;
      }
      .box02 ul li p{
        font-size: .6rem;
        line-height: 1.4;
 
      }
      .box02 .Timeline{
        height: 1.5rem;
        margin: -.4rem 0;
        background-size: 100% 100%;
      }
    
      .box03,.box05{
        background-size: auto 100%;
        padding: .6rem 0;
      }
      .box03 ul li {
        border-radius: .4rem;
        width: 48%;
        height: auto;
        margin: 0 1% .3rem;
        flex-wrap: wrap;
        padding: .3rem 0 .1rem .2rem;
      }
      .box03 ul li .icon {
        width: 1.8rem;
        height: 1.8rem;
        margin-right: .2rem;
      }
      .box03 ul li .icon img{
        max-width: 70%;
      }
      .box03 ul li .right{
        width: calc(100% - 2rem);
      }
      .box03 ul li h4{
        font-size: .8rem;
        line-height: 1.2;
      }
      .box03 ul li p{
        font-size: .5rem;
        line-height: 1.2rem;
      }
    
      .btn{
        width: 10rem;
        height: 1.8rem;
        line-height: 1.6rem;
        font-size: 1rem;
        box-shadow: 0px .3rem 0px 0px rgba(47, 81, 187, 0.5);
    }
    .nav{
        flex-wrap: wrap;
    }
    .nav span {
        width: 22%;
        height: 1.4rem;
        margin-right: .2rem;
        border-radius: .4rem .4rem 0 0;
        font-size: .55rem;
      }
      .nav .on {
        width: 26%;
        height: 1.6rem;
        font-size: .7rem;
      }
      
      .list {
        box-shadow: 7.757px 13.994px 57px 0px rgba(121, 175, 254, 0.3);
        padding: .25rem;
        border-radius: 0 0 .4rem .4rem;
        border-top: 1px solid rgb(107,120,222);
      }
      
      .table{
        width: 100%;
        font-size: .55rem;
        line-height: .7rem;
        box-sizing: border-box;
        border: 1px solid #97a8dd;
      }
      .table th{
        line-height: 1.2;
        font-size: .65rem;
        padding: .3rem 0;
        box-sizing: border-box;
      }
      .table td{
        text-align: center;
        padding: .2rem 0;
        line-height: 1.4;
        box-sizing: border-box;
      }
      .table td a{
        width: 5rem;
        height: 1.4rem;
        line-height: 1.4rem;
        font-size: .8rem;
        margin: 0 auto;
      }
      .box05{
        margin-top: 1rem;
      }
      .box05 h3{
        font-size: 1.1rem;
      }
      .box05 p{
        font-size: .65rem;
      }
      .box05 .code {
        border-radius: .4rem;
        width: 8rem;
        height: 8rem;
        padding: .3rem;
        margin: .3rem auto 0;
      }
}
