@font-face {
    font-family: 'SCoreDream';
    font-weight: 100; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 200; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 300; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 400; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 500; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 600; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 700; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 800; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 900; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff) format('woff');
    font-display: swap;
}



    *{margin: 0;padding: 0;
        font-family: 'SCoreDream';
        font-weight: 600;
    }
    body{
        background-color: #e8e9ff;
    }
    a{text-decoration: none; color: #333;}
    li{list-style: none;}

    .main{
        width: 100%;
        margin-top: 40px;
        display: flex;
        justify-content:center
    }

    .main .main_in{
        width: 40%;
        height: 90%;
        margin-right: 50px;
    }
    .main .main_in img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    
    
    .main .main_in ul li{
        width: 100%;
        height: 90px;
        background-color: #29b9cc;
        text-align: center;
        line-height: 90px;
        border-radius: 15px;
        margin-top: 2%;
    }
    .main .main_in ul li a{
        width: 100%;
        height: 100%;
        display: block;
        color: white;
        font-size: 30px;
        background: url(img/text11.png) 50% 70% no-repeat;

    }




    

    .tab_content{
    margin-right: 20px;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;

}
input[type="radio"]{display: none}
input[type="radio"] + label {
    float: left;
    display: block;
    width:25%;
    height: 80px;
    background-color: #29b9cc;
    color: #fff;
    cursor: pointer;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    margin: 0 0;
   
}
input[type="radio"] + label:hover{
    background-color:  #29b9cc;
	 
}
input[type="radio"]:checked + label {background: #fff; color:#29b9cc;}

.conbox {
    width: 100%;
    height:auto;
    background: rgb(255, 255, 255);
    margin: 0 auto;
    display: none;
}

input[id="tab01"]:checked ~ .con1 {display: block;}
input[id="tab02"]:checked ~ .con2 {display: block;}
input[id="tab03"]:checked ~ .con3 {display: block;}
input[id="tab04"]:checked ~ .con4 {display: block;}


.text1{
    background-color: white;
    box-sizing: border-box;
    padding: 0 40px 0px 40px;
    border-radius: 10px 10px 0 0 ;
    text-align: center;
}

.text1 dl{
    font-size: 24px;
    text-align: left;
}
.text1 dl dt {}
.text1 dl dd {}

.text1 ul {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    border: 2px solid #0075C1;
    border-radius: 10px;
    text-align: left;
}
.text1 ul li{
    font-size: 22px;
    padding: 25px 30px;
    font-weight: normal;
}
.text1 p{
    margin: 10px auto;
    width: 70%;
    height: 70px;
    line-height: 70px;
    background-color: #0075C1;
    border-radius: 10px;
    text-align: center;
}
.text1 p a{
    color: white;
    font-size: 25px;
    width: 100%;
    height: 100%;
    display: block;
}
.text1 p {
	animation: p 4s linear infinite alternate;
}
@keyframes p {
  0% {
    background-color: #af8b54;
  }
  25% {
    background-color: #bd914f;
  }
  50% {
    background-color: #e0c191;
  }
  75% {
    background-color: #ebc183;
  }
  
  100% {
    background-color: #5f4010;
  }
}

.text2{
    background-color: white;
    box-sizing: border-box;
    padding: 00px 40px 20px 40px;
    border-radius: 10px 10px 0 0 ;
}

.text2 ul dt{
    text-align: left;
    background: url(img/text8.png) 0px 27px no-repeat;
    font-size: 28px;
    padding: 30px 0px 15px 30px;
    font-weight: 800;
}

.text2 ul dd{
    font-size: 25px;
    background: url(img/text6.png) 12px 25px no-repeat;
    padding: 20px 10px 10px 35px;
    font-weight: bold;
    text-align: left;
}
.text2 ul li{
    margin: 5px 0 5px 40px;
    padding: 0 0 0 20px;
    background: url(img/text7.png) 0px 5px no-repeat;
    font-size: 19px;
    white-space:pre-wrap
}
.text2 ul img{
    width: 80%;
    margin-left: 5%;
}
.text2 ul p:hover{
    background-color: #1c95e6;
}
.text2 ul p{
    margin: 10px auto;
    width: 55%;
    height: 70px;
    line-height: 70px;
    background-color: #0075C1;
    border-radius: 20px;
    text-align: center;
}
.text2 ul p a{
    color: white;
    font-size: 26px;
    width: 100%;
    height: 100%;
    display: block;
}
.text2 ul p1{
    width: 100%;
}
.text2 ul img{
    width: 90%;
    border-radius: 20px;
}
.text2 ul li a{
    color: #ea535d;
    font-size: 25px;
}
.text2 ul .box1{
    background: none;
    color: #ea535d;
    margin: 0 0 10px 0px;
}
.text2 table {
    margin: 0 auto;
    width: 90%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 20px;
}
.text2 table tr{
    height: 50px;
    width: 100%;
}
.text2 table tr:first-child{
    border-top: 1px solid #d04e4f;
}
.text2 table tr:nth-child(2){
    border-top: 1px solid #d04e4f;
}
.text2 table tr:nth-child(3){
    border-top: 1px solid #d04e4f;
    border-bottom: 1px solid #d04e4f;
}
.text2 table tr td:nth-child(1){
    width: 33.333%;
}
.text2 table tr td:nth-child(2){
    background-color: #ea535d2d;
    border-left: 1px solid #d04e4f;
    border-right: 1px solid #d04e4f;
    text-align: center;
    width: 33.333%;
}
.text2 table tr td:nth-child(3){
    text-align: center;
    width: 33.333%;
}
.text2 ul a1{
    font-size: 20px;
    color: #d04e4f;
    line-height: 23px;
    margin: 0 0 0 20px;
}
.text2 ul a2{
    font-size: 16px;
    color: #d04e4f;
    line-height: 23px;
    margin: 0 0 0 40px;
}


.in22{
    background-color: #FCEDF0;
    width: 75%;
    height: 50px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
}
.in22 a{
    white-space: pre-wrap;
    font-size: 17px;
}


.vi img{
    width: 100%;
}

.vi3 img{
    width: 100%;
}

iframe{
    width: 500px;
}
.vi2 dd{
    text-align: left;
    background: url(img/text8.png) 40px 7px no-repeat;
    font-size: 30px;
    padding: 10px 0px 10px 70px;
    font-weight: 800;
}
.vi2 p{
    margin: 0px auto;
    width: 80%;
}
.vi2 ul li:hover{
    background-color: #1c95e6;
}
.vi2 ul li{
    
    margin: 20px auto;
    width: 85%;
    height: 60px;
    background-color: #0075C1;
    line-height: 60px;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
}
.vi2 ul li a{
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}
.vi2 dt{
    text-align: left;
    background: url(img/text8.png) 40px 107px no-repeat;
    font-size: 30px;
    padding: 110px 0px 10px 70px;
    font-weight: 800;
}
.vi3 p:hover{
    background-color: #1c95e6;
}
.vi3 p{
    margin: 20px auto;
    width: 55%;
    height: 60px;
    line-height: 60px;
    background-color: #0075C1;
    border-radius: 10px;
    text-align: center;
}
.vi3 p a{
    color: white;
    font-size: 22px;
    width: 100%;
    height: 100%;
    display: block;
}

.text2 ul li:first-child{
    margin-top: 40px;
}
iframe{
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:1400px){

.text1 ul li{
    font-size: 20px;
    padding: 10px 10px;
}
input[type="radio"] + label{
    font-size: 18px;
}

}


@media screen and (max-width:1050px){

.main{
    display: block;
    margin-top: 20px;
}

.main .main_in{
        display: block;
        width: 95%;
        margin: 0 auto;
}
.main .main_in img{
        width: 100%;
        height: 100%;
        border-radius: 20px;
}
input[type="radio"] + label{
    font-size: 20px;
}


.tab_content{
    width: 95%;
    margin: 20px auto;
}



.text{
        margin: 20px auto;
    }
    .text1 dt{
        font-size: 25px;
        padding: 80px 0 20px 23px;
        background: url(img/text8.png) 0px 75px no-repeat;
    }
    .text1{
        padding: 20px 20px 0 20px;

    }
    .text1 ul{
        width: 100%;
    }
    .text1 ul li{
        padding: 20px;
        font-size: 18px;
        
    }
    .text1 p{
        width: 95%;
    }
    .text1 p a{
        font-size: 23px;
    }
    .text2{
        padding: 0 20px 20px 20px;
    }
    .text2 ul dt{
        font-size: 23px;
        padding: 50px 0 20px 23px;
        background: url(img/text8.png) 0px 45px no-repeat;
    }
    .text2 ul dd{
        font-size: 21px;
    }
    .text2 ul li{
        font-size: 18px;
    }


}

@media screen and (max-width:550px){
    input[type="radio"] + label{
    font-size: 15px;
    line-height: 60px;
    height: 60px;
}
.text2 ul dt{
    text-align: left;
    background: url(img/text8.png) 0px 65px no-repeat;
    font-size: 25px;
    padding: 70px 0px 15px 20px;
}
.text1 ul li{
        padding: 10px;
        font-size: 16px;
        
}
.text2 p a{
    font-size: 18px
}

.text2 ul p{
    width: 80%;
    margin: 10px auto;
}
.text2 ul a1{
    font-size: 16px;
}
.text1 p a{
        font-size: 22px;
    }

.text2 ul li{
    margin: 0 0 10px 30px;
}
.text2 ul dd{
    padding: 0px 10px 10px 25px;
    background: url(img/text6.png) 10px 5px no-repeat;
}
.main .main_in ul li a{
    font-size: 25px;
}
.main .main_in ul li{
    height: 70px;
    line-height: 70px;
}



}
@media screen and (max-width:390px){
    input[type="radio"] + label{
    font-size: 11px;
}
.text1 dt{
    font-size: 20px;
}
.text2 dt{
    font-size: 20px;
}
.text2 ul li{
    font-size: 17px;
}
.text2 p a{
    font-size: 20px;
}
}