@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
img{
    outline: none;
}
a {
    text-decoration: none  !important;
    color: white;
}

a:focus, a:hover{
	 text-decoration: none  !important;
    /* color: white ; */
}
body{
    background: #F1F5F8;
    width:100%;
}

input:focus{
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:  rgba(255,255,255,0.56);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:  rgba(255,255,255,0.56);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:  rgba(255,255,255,0.56);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  rgba(255,255,255,0.56);
}
div:focus {
    outline: none;
}

.title {
    font-size: 20px;
    line-height: 56px;
    margin-top: 21px;
}

.title img {
    width: 28px;
    vertical-align: -7px;
    padding-right: 5px;
}


.header {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: linear-gradient(180deg, rgba(13, 40, 65, 1) 0%, rgba(116, 162, 205, 0) 100%);
    display: flex;
    justify-content: space-between;
    position: absolute;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    z-index: 20;
}

.solid{
    background: linear-gradient(180deg,rgba(13,40,65,1) 0%,rgba(116,162,205,1) 100%);
}
.header .logo {
    height: 60%;
    margin-left: 20px;
    border-right: 1px solid #F1F5F8;
    margin-top: 15px;
    padding-right: 10px;
}

.header .logo img {
    height: 100%;
    vertical-align:top !important;
}

.header .logo .name {
    display: inline-block;
    vertical-align: 5px;
    color: #fff;
}

.header .logo .name p {
    line-height: 20px;
    font-weight: 100;
}

.header .logo .name p:nth-child(1) {
    font-size: 20px;
    letter-spacing: 5px;
}

.header .logo .name p:nth-child(2) {
    font-size: 14px;
}

.header .nav ul li {
    float: left;
    padding: 0 20px;
    transition: background 0.5s;
}

.header .nav ul li:hover {
    background: rgba(0, 18, 35, 0.2);
}

.header .nav ul li.active {
    background: rgba(0, 18, 35, 0.2);
}

.header .search {
    margin-right: 20px;
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    width: 100px;
}

.header .search input{
    width:0;
    height:35px;
    border:0;
    position: absolute;
    background:rgba(0,18,35,0.3);
    border-radius:100px 0px 0px 100px;
    color:#fff;
    right:42px;
    transition: width 1s;
}
.header .search input.show{
    width:266px;
    padding-left:15px;
}
.header .search .searchList{
    position: absolute;
    top:60px;
    right:42px;
    border-radius:25px;
    background:rgba(0,18,35,0.3);
    z-index: 1000;
    padding: 10px;
    display: none;
}
.searchList ul{
    width:266px;
}
.searchList ul li{
    text-align: left;
}

.header .search .searchIcon{
    background: none;
    width:42px;
    height:35px;
    text-align: center;
    display: inline-block;
    justify-content: space-around;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    position: absolute;
    right:0;
}

.header .search img {
    width: 22px;
    height: 22px;
    vertical-align: 12px;
}

.header .line {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-bottom: 1px solid #F1F5F8;
}

.unscramble {
    position: relative;
    position: absolute;
    width: 250px;
    height: 240px;
    background: url("../img/data-bg.png") no-repeat center center;
    background-size: 100% 100%;
    left: 0;
    top: 70px;
    z-index: 10;
    color: #fff;
    padding: 56px;
}

.unscramble header {
    font-size: 21px;
    margin-bottom: 5px;
}
.unscramble ul{
    margin-left: -10px;
}
.unscramble ul li,.searchList li {
    font-size: 14px;
    width: 98%;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    line-height: 28px;
    padding-left: 10px;
    text-overflow: ellipsis;
    color:#fff;
}
.unscramble ul li:hover{
    padding-right: 1%;
}
.unscramble ul li:hover,.searchList li:hover{
    background:rgba(0,75,255,1);
    /* border-radius:18px; */
    cursor: pointer;
    color:#fff;
}
.unscramble .more{
    font-size: 14px;
    text-align: right;
    position: absolute;
    bottom:40px;
    right: 40px;
    cursor: pointer;
}
.unscramble .more img{
    width: 33px;
    vertical-align: -11px;
}
.swiper-container1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: -70px;
    position: relative;
}

.swiper-container1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    /* Center slide text vertically */
    height: 476px;
}

.swiper-container1 .swiper-slide img {
    height: 100%;
    width: 100%;
}

.swiper-container1 .swiper-slide .description {
    position: absolute;
    height: 200px;
    width: 100%;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 18, 35, 0) 0%, rgba(0, 18, 35, 1) 100%);
    bottom: 0;
}

.swiper-container1 .swiper-slide .description p:first-child {
    margin-top: 100px;
}

.swiper-container1 .swiper-slide .description p:nth-child(2) {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

.swiper-container1 .swiper-pagination {
    width: 100%;
    bottom: 20px;
    position: absolute;

}

.swiper-pagination-bullet {
    width: 28px;
    height: 6px;
    background: rgba(241, 245, 248, 1);
    border-radius: 4px;
    opacity: 0.1956;
}

.swiper-pagination-bullet-active {
    background: rgba(241, 245, 248, 1);
    opacity: 1;
}
.content {
    width: 74%;
    margin: 0 auto;
    position: relative;
}
.code{
    width:105px;
    height:105px;
    border:11px solid #0067FF;
    box-shadow:0px 5px 20px 0px rgba(0,103,255,0.5);
    position: absolute;
    right: -160px;
    top:30px;
    border-radius: 5px;
}
.code img{
    width:100%;
}
.top{
    display: flex;
    justify-content: space-between;
}
.top .dataSearch{
    width:76%;
    position: relative;
}
.top .dataSearch .dataBox,.top .hotWord .wordBox{
    height:196px;
    width: 100%;
    background: #fff;
}
.top .dataSearch .title{
    display: inline-block;
}
.top .dataSearch .tabs{
    display: inline-block;
    margin-left: 20px;
    vertical-align: 2px;
}
.top .dataSearch .tabs p{
    display: inline-block;
    margin:0 10px;
    cursor: pointer;
    position: relative;
}
.top .dataSearch .tabs p.active{
    color: #0067FF;
}
.top .dataSearch .tabs p.active::after{
    content: '';
    width:4px;
    height:8px;
    background: url("../img/tab-left.png") no-repeat center center;
    position: absolute;
    background-size: 100% 100%;
    right:-8px;
    top:50%;
    margin-top: -4px;
}
.top .dataSearch .tabs p.active::before{
    content: '';
    width:4px;
    height:8px;
    background: url("../img/tab-right.png") no-repeat center center;
    position: absolute;
    background-size: 100% 100%;
    left:-8px;
    top:50%;
    margin-top: -4px;
}
.dataBox ul{
    padding:20px 30px;
}
.dataBox ul li{
    width: 33%;
    float: left;
    list-style: disc inside;
    line-height: 28px;
}
.dataBox ul li a{
    color:#000;
    font-size: 13px;
    margin-left: -10px;
}
.dataBox ul li:hover,.hotWord ul li:hover{
    color:#0067FF;
    cursor: pointer;
}
.dataBox ul li:hover a{
    color:#0067FF;
}

.top .hotWord{
    width: 20%;
}
.top .hotWord ul{
    padding: 10px 0;
    display: flex;
    flex-wrap:wrap;
}
.top .hotWord ul li{
    width:50%;
    font-size: 13px;
    line-height:44px;
    text-align: center;
}
.top .hotWord ul li.active{
    background:rgba(0,103,255,1);
    border-radius:20px;
    height:30px;
    line-height: 30px;
    width:45%;
    color:#fff;
    margin: 7px 2.5%;
    box-shadow:0px 2px 5px 0px rgba(0,103,255,0.5);
}

.productions ul{
    display:flex;
    width: 100%;
    justify-content: space-between;
}
.productions ul li{
    background: #fff;
    width: 30%;
    cursor: pointer;
    position: relative;
}
.productions ul li:hover{
    box-shadow:0px 5px 30px 0px rgba(0,103,255,0.15);
}

.productions ul li img{
    width: 100%;
    height:75%;
}

.productions ul li p,.detail button{
    width:91px;
    height:13%;
    text-align: center;
    margin: 4% auto;
}
.productions ul li .detail{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    text-align: center;
    display: none;
}
.productions ul li .detail .mask{
    width: 100%;
    height:75%;
    background:rgba(0,18,35,1);
    opacity:0.6992;
    color:#fff;
    text-align: center;
}
.productions .detail .mask header{
    padding-top: 15%;
    line-height: 40px;
    font-size: 20px;
}
.productions .detail .mask div{
    font-size: 14px;
}

.productions .detail button{
    width:91px;
    text-align: center;
    background:rgba(0,103,255,1);
    border-radius:20px;
    color:#fff;
    border:none;
    box-shadow:0px 2px 10px 0px rgba(0,103,255,0.5);
    cursor: pointer;
}
#certify {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#certify .swiper-container2 {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 560px;
    background: #fff;
    height: 300px;
    position: relative;
}

#certify .swiper-slide div {
    display: block;
    width: 100%;
    height: 100%;
}

#certify .swiper-slide p {
    line-height: 40px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
    position: absolute;
    top:0;
    left:0;
    z-index: 10;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev, .swiper-button-next {
    width: 84px;
    height: 84px;
    background: url(../img/right-button.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.swiper-button-prev {
    left: 5vw;
    transform: rotateY(180deg);
}

.swiper-button-next {
    right: 5vw;
}

.childPage{
    width: 74%;
    margin: 0 auto;
    /*margin-top:70px;*/
    min-height:calc(100vh - 140px - 5vh);
}

.childPage .title{
    display: inline-block;
    margin-top: 0;
}
.childPage .location{
    margin-left: 20px;
    vertical-align: -2px;
    display: inline-block;
}
.childPage .location li{
    float: left;
    margin-right: 20px;
    position: relative;
}
.childPage .location li:after{
    content:'';
    width:9px;
    height:9px;
    background: url("../img/left-arrow.png") no-repeat center center;
    position: absolute;
    background-size: 100% 100%;
    top:50%;
    margin-top: -4px;
    right: -13px;
}
.childPage .location li:last-child{
    color:#0067FF;
}
.childPage .location li:last-child:after{
    width:0;
}
.childPage iframe{
    width:100%;
    background: #fff;
}
.showOther {
}

.footer {
    background: #001223;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 5vh;
}

.footer p {
    font-size: 12px;
    line-height: 25px;
}


@media screen and (min-width: 1900px) {
    .childPage{
        /*margin-top: 100px;*/
    }
    .header {
        height: 100px;
        line-height: 100px;
    }

    .header .logo {
        height: 60%;
        margin-top: 20px;
    }

    .header .logo .name p {
        line-height: 30px;
        font-weight: 100;
    }
    .header .logo .name p:nth-child(1) {
        font-size: 25px;
    }

    .header .nav li {
        font-size: 24px;
    }
    .header .search input.show{
        width:380px;
        height:50px;
        right:52px;
    }
    .header .search .searchList{
        top:90px;
        right:52px;
    }
    .searchList ul{
        width:380px;
    }
    .unscramble ul li,.searchList li {
        font-size: 18px;
        line-height: 40px;
    }
    .unscramble ul li:hover,.searchList li:hover{
        border-radius:20px;
    }
    .header .search .searchIcon{
        width: 60px;
        height:50px;
    }
    .header .search  .searchIcon img{
        width: 35px;
        height: 35px;
    }
    .title {
        font-size: 27px;
        line-height: 70px;
    }

    .title img {
        width: 40px;
        vertical-align: -10px;
        padding-right: 5px;
    }
    .unscramble{
        padding:80px;
        width:340px;
        height:340px;
    }
    .unscramble header{
        font-size: 30px;
    }
    .unscramble ul li{
        line-height: 36px;
        font-size: 18px;
    }
    .unscramble .more{
        bottom: 60px;
        right: 60px;
    }
    .top .dataSearch .tabs p{
        font-size: 22px;
        margin: 0 20px;
    }
    .top .dataSearch .tabs p.active::after{
        width:6px;
        height:12px;
        right:-10px;
        margin-top: -6px;
    }
    .top .dataSearch .tabs p.active::before{
        width:6px;
        height:12px;
        left:-10px;
        margin-top: -6px;
    }
    .top .dataSearch .dataBox,.top .hotWord .wordBox{
        height:280px;
    }
    .top .dataSearch .dataBox li a,.top .hotWord .wordBox li{
        font-size: 18px;
    }

    .top .dataSearch .dataBox li{
        line-height: 45px;
    }
    .top .hotWord .wordBox ul li{
        line-height: 63px;
    }
    .top .hotWord ul li.active{
        height:40px;
        line-height: 40px;
        width:45%;
        margin: 11px 2.5%;
    }
    .productions .detail .mask header{
        padding-top: 18%;
        line-height: 60px;
        font-size: 28px;
    }
    .productions .detail button{
        width:130px;
        text-align: center;
        background:rgba(0,103,255,1);
        border-radius:20px;
        color:#fff;
        border:none;
        box-shadow:0px 2px 10px 0px rgba(0,103,255,0.5);
        cursor: pointer;
    }
    .swiper-container1 .swiper-slide {
        height: 680px;
    }

    .swiper-container1 .swiper-slide .description {
        font-size: 24px;
    }

    .swiper-container1 .swiper-slide .description p:first-child {
        margin-top: 80px;
    }

    #certify .swiper-slide {
        width: 800px;
        background: #fff;
        height: 500px;
    }

    #certify .swiper-button-prev, .swiper-button-next {
        width: 120px;
        height: 120px;
    }

    .footer p {
        font-size: 12px;
        line-height: 40px;
    }
}