@charset "utf-8";

* {
    margin: 0 0;
    padding: 0 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
}

html {
    width: 100%;
    height: 100%;
}


body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    background-color: #CDE5F8;
    overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
    body {
        margin: 0 auto;
        width: 750px;
    }
}

@font-face { 
    font-family: jxzk; 
    src: url('../font/jxzk.ttf');
}

input, button {
    color: #616468;
    font-size: 16px;
}

img {
    display: block;
	width: auto;
	height: auto;
	max-width: 100%;
    max-height: 100%;
    object-fit: cover;/*-- 使图片不会被拉伸变形 --*/
}

@media screen and (min-width: 1024px) {
    img {
        image-rendering: -webkit-optimize-contrast;/*-- 使图片改变尺寸之后依然清晰 --*/
    }
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
    color: rgba(0,0,0,.3);   
}

/*-------------------iphone button style reset-------------------*/

input[type=button], input[type=file], input[type=text], textarea, select { 
    -webkit-appearance: none;
}

/*-- bootstrap hack --*/

p, ol, ul, li, dl, h1, h3, h4, h5, h6, label, select, input {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    color: #434343;
}

a {
    color: #434343;
}

a:hover {
    color: #16a085;
    text-decoration: none;
}

span {
    color: #f0f0f0;
}

h2 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

button:active {
    opacity: .5;
}

/*-- public --*/

.hidden {
    visibility: hidden;
}

.flex {
    display: flex;
}

.flex-jcsb {
    display: flex;
    justify-content: space-between;
}

.flex-jcsb-aic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.flex-aic {
    display: flex;
    align-items: center;
}

.flex-2c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-radius {
    width: 30%;
    height: 2.5em;
    border: none;
    border-radius: 10em;
    color: #fff;
}

.btn-radius-full {
    width: 100%;
    height: 3em;
    border: none;
    border-radius: 10em;
    color: #fff;
}

.btn-radius-sm {
    padding: .2em .8em;
    border: none;
    border-radius: 10em;
    color: #fff;
}

.btn-line {
    padding: .2em .7em;
    border: 2px solid #d2d9da;
    border-radius: 100px;
    color: #616468;
    background-color: transparent;
}

.i-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background-color: #ff9500;
    border-radius: 50%;
}

.color-red {
    color: #e74c3c;
}

.color-green {
    color: #16a085;
}

.animate__animated.animate__slowest{-webkit-animation-duration:20s;animation-duration:20s;-webkit-animation-duration:calc(var(--animate-duration)*20);animation-duration:calc(var(--animate-duration)*20)}

/*-- common --*/

.cover-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
	position: relative;
    background: linear-gradient(170deg, #B0D7FF, #DAEBF3, #FFFCEA, #E8FAEF, #CAF9F1) no-repeat;
}

.cover-wrap::after{
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	
	background-size:  contain;
	background-position: top right;
	opacity: .5;
	z-index: 1;
	left: 0%;
	top: 0%;
	
}

.con-wrap{
	position: relative;
	box-shadow: 0 4px 16px rgb(12 146 166 / 40%);
}

.bottom-linear::before{
	content: ' ';
	width: 100%;
	height: 30px;
	position: absolute;
	background: linear-gradient(to bottom,#CDF9F0,transparent);
	width: 750px;
	left: -0.6em;
	top: -2.6em;
}




.animate__animated{
	z-index: 3;
}

.cover-tit-wrap{
	z-index: 2;
}

.cover-tit-wrap img {
    margin: 5em auto 0 auto;
    width: 75%;
}

.cover-img {
    display: flex;
    justify-content: center;
    width: 100%;
}

.cover-img > div {
    flex-shrink: 0;
    position: absolute;
    margin: 5em auto 0 auto;
    width: 75%;
}

@media screen and (min-width: 1920px) {
    .cover-tit-wrap img {
        margin: 80px auto 0 auto;
        width: 450px;
    }
    
    .cover-img > div {
        margin: 80px auto 0 auto;
        width: 450px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .cover-tit-wrap img {
        margin: 80px auto 0 auto;
        width: 400px;
    }
    
    .cover-img > div {
        margin: 80px auto 0 auto;
        width: 400px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
    .cover-tit-wrap img {
        margin: 60px auto 0 auto;
        width: 300px;
    }
    
    .cover-img > div {
        margin: 60px auto 0 auto;
        width: 320px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .cover-tit-wrap img {
        margin: 60px auto 0 auto;
        width: 280px;
    }
    
    .cover-img > div {
        margin: 60px auto 0 auto;
        width: 280px;
    }
}

.tips-wrap {
    position: absolute;
    bottom: 2em;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .tips-wrap {
        display: none;
    }
}

.tips-wrap p {
    width: 100%;
    color: rgba(255,255,255,.8);
    text-align: center;
}

.tips-wrap img {
    margin: 0 auto;
    width: 1em;
    opacity: .6;
}

.con-wrap {
    margin: 2.6em .6em 0 .6em;
    padding: 1.2em;
    background-color: #fff;
    border-radius: 1em;
    box-shadow: 0 4px 16px rgba(12,166,120,.4);
}

@media screen and (min-width: 1024px) {
    .con-wrap {
        padding: 40px;
    }
}

.tit-wrap {
    display: flex;
    justify-content: center;
    margin-top: -4px;
    margin-bottom: 1em;
}

.tit-wrap h2 {
    margin-top: -1.1em;
    padding: .2em 1em .4em 1em;
    width: 75%;
    color: #fff;
    background: linear-gradient(0deg, #ffd15f, #FF8A00) no-repeat;
    font-family: jxzk;
    font-size: 1.5em;
    text-align: center;
    border-radius: 4px 4px .6em .6em;
}

@media screen and (min-width: 1024px) {
    .tit-wrap {
        margin-top: -20px;
    }
}



.timeline-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em 0;
    height: 6em;
}

.timeline-wrap > img {
    position: absolute;
    width: 6em;
}

.timeline-wrap > span {
    font-size: 3.8em;
    font-weight: 100;
}

.article-wrap {
    margin-bottom: 2em;
    font-family: jxzk;
}

.article-wrap > p {
    margin-bottom: 1em;
    font-size: 1.3em;
}

.article-wrap > p > span {
/*
    display: inline-flex;
    align-items: flex-end;
*/
    margin: 0 .2em;
    font-family: arial;
    font-weight: 800;
    font-size: 1.2em;
    color: #fd7e14;
    border-bottom: 2px dashed rgba(255,146,43,.2);
}

.video-wrap video {
    margin: 0 auto 1em auto;
    width: 100%;
    border-radius: 4px;
}

.video-wrap p {
    margin-bottom: .3em;
    font-size: 1em;
    color: #20c997;
    font-weight: bold;
}

.ul-circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ul-circle li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
    width: 33.3%;
}

.ul-circle li > p {
    margin-top: .4em;
    font-size: .9em;
}

.shield-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6em;
    height: 6em;
    background: url(../images/img-cjd01.png) no-repeat center;
    background-size: contain;
}

.shield-wrap > h2 {
    margin-top: 0;
    font-size: 1.6em;
    font-weight: 800;
    color: #fd7e14;
    text-align: center;
	margin-top: -3.5rem;
	margin-left: -1rem;
}

.shield-wrap > span {
    position: absolute;
    margin-top: 3em;
    font-size: .8em;
    color: #434343;
}

@media screen and (min-width: 1024px) {
    
    .ul-circle {
        justify-content: space-around;
    }
    
    .shield-wrap {
        width: 12em;
        height: 12em;
    }
    
    .ul-circle li > p {
        font-size: 16px;
        font-weight: bold;
    }
    
    .shield-wrap > h2 {
        font-size: 2em;
    }

    .shield-wrap > span {
        margin-top: -1em;
		margin-left: -1.25em;
        font-size: .8em;
    }
}

.hotclass-wrap h2 {
    margin: 0 auto;
    padding: .4em .5em;
    width: 70%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 800;
    color: #fff;
    background-color: #7de1cf;
    border-radius: 10em;
}

.hotclass-wrap.triple h2 {
    margin-top: 3em;
    margin-bottom: 1.6em;
    padding: .8em .4em;
    width: 100%;
    font-size: 1em;
    background: url(../images/bg-btn.png);
    background-size: cover;
}

.hotclass-wrap.triple h2:first-child {
    margin-top: 1.5em;
}

.hotclass-wrap.triple h2:last-child {
    margin-bottom: 1em;
}

.ul-hotclass {
    margin: 0 auto;
    margin-bottom: 1.5em;
    padding: 1em;
    width: 90%;
    background-color: #54a2fd;
    border-radius: .8em;
}

.ul-hotclass li {
    display: flex;
    align-items: center;
    margin-bottom: .5em;
}

.ul-hotclass li:last-child {
    margin-bottom: 0;
}

.ul-hotclass li > h4 {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .2em;
    width: 1.6em;
    height: 1.6em;
    color: #54a2fd;
    background: url(../images/i-hot.png) no-repeat;
    background-size: contain;
    font-size: 1.2em;
    font-weight: 800;
}

.ul-hotclass li > p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 800;
    text-overflow: clip;
    white-space: nowrap;
    overflow-x: auto;
}

.ul-hotclass li > p::-webkit-scrollbar {
    display: none;
}

.cube-wrap {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 70%;
}

.cube-wrap span {
    display: block;
    width: .8em;
    height: .8em;
    background-color: #54a2fd;
}

.footer-wrap {
    margin: 3em auto 0 auto;
    width: 80%;
}

.radar-wrap {
    margin: 2em 0;
}

.radar-wrap > h2 {
    font-family: jxzk;
    font-size: 1.5em;
    text-align: center;
}

.radar-wrap > h2 > span {
    color: #20c997;
}

.img-radar {
    margin: 1.5em auto;
    width: 70%;
}

@media screen and (min-width: 1024px) {
    .img-radar {
        width: 50%;
    }
	
}

@media screen and (max-width: 1024px) {
    .img-radar {
        width: 50%;
    }
	
	.shield-wrap span{
		display: none;
	}
	
	.shield-wrap > h2{
		margin-top: -1.5rem;
		margin-left: -0.5rem;
	}
	.cover-img > div {
	    margin: 16em auto 0 auto;
	    width: 75%;
	}
}


.radar-wrap > h4 {
    margin-bottom: 1.5em;
    font-family: jxzk;
    font-size: 1.3em;
    line-height: 1.5;
    text-align: center;
}

.con-radar {
    margin: 0 auto;
    width: 100%;
    height: 18em;
    background-color: #fff;
    border-radius: 50%;
    overflow: visible;
}

@media screen and (min-width: 1024px) {
    .con-radar {
        height: 36em;
    }
}

.i-music {
    position: absolute;
    z-index: 999;
    top: .1em;
    left: .2em;
    font-size: 2em;
    color: #fff;
    opacity: .5;
    cursor: pointer;
}

.tit-music {
    position: absolute;
    z-index: 999;
    top: 1.1em;
    left: 3.7em;
    opacity: .6;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .i-music {
        left: auto;
        margin-left: .2em;
    }
    
    .tit-music {
        left: auto;
        margin-left: 3.7em;
    }
}

.hide {
    display: none;
}

.details-wrap {
    margin-bottom: 2em;
    padding: .6em;
    border: 2px dashed rgba(96,194,211,.4);
    border-radius: .4em;
}

.details-wrap p > span {
    margin: 0 .2em;
    color: #3296a7;
}

.article-wrap h4 {
    color: #ff922b;
    font-size: 1.3em;
    line-height: 1.6;
}

.article-wrap > img {
    margin-top: 3.2em;
    margin-bottom: 4.8em;
}

.img-wrap {
    margin-bottom: 2em;
}

.img-wrap img {
    margin-bottom: .6em;
}

@media screen and (min-width: 1024px) {
    .img-wrap img {
        margin-bottom: 18px;
    }
}

.hc-con {
    text-align: center;
    margin-bottom: 1em;
    padding: .4em;
    border: 2px dashed rgba(96,194,211,.4);
    border-radius: 0.4em;
}

.hc-con p {
    padding: .4em;
    font-size: 1em;
    border-bottom: 1px dashed rgba(96,194,211,.4);
    border-radius: 8px;
}

.hc-con p:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
	text-align: left;
}

.hc-con img {
    margin: 1em auto;
}

.mar-top {
    margin-top: 3em;
}

.end-wrap {
    margin: 4em auto;
    padding-bottom: 4em;
    width: 80%;
}

.end-wrap p {
    margin-bottom: .4em;
    color: rgba(0,0,0,.8);
    text-align: center;
    font-family: jxzk;
    font-size: 1.5em;
}

@media screen and (max-width: 600px) {
    .cover-img > div {
        margin: 8.5em auto 0 auto;
        width: 80%;
    }
	
	.hotclass-wrap.triple h2{
		padding: .8em .5em;
	}
}

.hotclass-wrap.triple h2 {
    margin-top: 3em;
    margin-bottom: 1.6em;
    padding: .8em 1.25em;
	border-radius: .5em;
	
    width: 100%;
    font-size: 1.1em;
    background: url(../images/bg-btn.png) no-repeat;
    background-size: cover;
    background-position: center;
	color: #fff;
	    text-shadow: -1px 1px 4px rgb(60 117 220);
	font-family: jxzk; 
	
}