.yyz_container {
    width: 100%;
    background-color: #001d54;
}

.yyz_gn {
    width: 100%;
    height: 820px;
}

.yyz_gn .gn_box {
    background-color: #313546;
    height: 565px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gn_box div {
    width: 710px;
}

.gn_text {
    margin-top: 60px;
}

.gn_text p {
    font-size: 20px;
    color: white;
}

.gn_title h2 {
    font-size: 30px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #00d2ff, #246af3);
}

.gn_title .line {
    width: 90px;
    height: 4px;
    background-image: linear-gradient(to right, #00d2ff, #246af3);
}

.gn_btn {
    margin-top: 50px;
}

.more:hover{
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #00d2ff, #246af3);    
}

.more {
    float: right;
    text-align: center;
    line-height: 50px;
    width: 122px;
    height: 50px;
    border: 1px white solid;
    font-size: 20px;
    color: white;
    transition: all 0.1s;
}

.gn_img img {
    width: 485px;
    height: 350px;
    position: relative;
    top: 360px;
    right: 260px;
}

.jsbj {
    width: 100%;
    height: 667px;
    background-color: #313546;
}


.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title h2 {
    margin-top: 40px;
    font-size: 30px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #00d2ff, #246af3);
}

.title .line {
    width: 88px;
    height: 4px;
    margin-right: 60px;
    background-image: linear-gradient(to right, #00d2ff, #246af3);
}

.jsbj_container {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

ul li {
    list-style: none;
}

.hd li {
    box-sizing: border-box;
    width: 244px;
    height: 60px;
    font-size: 24px;
    font-weight: 400;
    color: white;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    transition: all 0.1s;
    position: relative;
    z-index: 1;
}

.hd li:hover {
    border: none;
    color: white;
    background-image: linear-gradient(to right, #00d2ff, #246af3);
}

.bg {
    background-color: #313546;
    display: flex;
}

/* .content {
    width: 747px;
    height: 440px;
    background: url(ttg_jsbj_03.png) no-repeat;
} */

.content ul li {
    width: 420px;
    height: 420px;
    position: relative;
    left: 149px;
    top: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.bg_img{
    position: absolute;
}

.yyz_tx {
    height: 1380px;
}

.yyz_tx .jsbj_title h2 {
    margin-top: 80px;
    font-size: 30px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #00d2ff, #246af3);
}

.tx_content {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}

.content_box {
    padding: 0 10px;
}

.tx_text {
    width: 470px;
    height: 180px;
    color: #000;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 1;
    top: -100px;
    left: 105px;
    border: 2px solid black;
    border-image: linear-gradient(to right, #00d2ff, #246af3) 2;
}

.tx_text h2 {
    font-size: 24px;
}

.tx_text p {
    font-size: 16px;
    width: 393px;
}

.tx_text:hover {
    cursor: pointer;
    color: white;
    background: linear-gradient(to right, #00d2ff, #246af3);
}

.yyz_gz {
    width: 100%;
    height: 860px;
}

.gz_container {
    width: 100%;
    height: 630px;
    margin-top: 100px;
    background: url('../images/ttg_yyzgz.png') no-repeat center bottom;
}

.gz_box {
    display: flex;
    justify-content: space-around;
}

.gz_text1 {
    width: 312px;
    height: 80px;
    background-color: #303444;
    position: relative;
    z-index: 1;
    border: 1px solid black;
    border-image: linear-gradient(to right, #00d2ff, #246af3) 1;
}


.text_bg1 {
    width: 312px;
    height: 80px;
    background-color: #f47826;
    position: relative;
    top: -75px;
    left: 5px;
}

.gz_text1 h4 {
    margin-left: 17px;
    font-size: 24px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #00d2ff, #246af3);
}

.gz_text1 p {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.gz_text2 {
    width: 145px;
    height: 80px;
    background-color: #303444;
    position: relative;
    z-index: 1;
    border: 1px solid black;
    border-image: linear-gradient(to right, #00d2ff, #246af3) 1;
}

.gz_text2 h4 {
    margin-left: 17px;
    font-size: 24px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #00d2ff, #246af3);
}

.gz_text2 p {
    margin-left: 17px;
    font-size: 16px;
    color: #fff;
}

.text_bg2 {
    width: 145px;
    height: 80px;
    background-color: #f47826;
    position: relative;
    top: -75px;
    left: 5px;
}

.gz_footer {
    width: 100%;
    height: 580px;
    background: linear-gradient(to right, #00d2ff, #246af3);
    margin-top: 280px;
}

.gz_box2{
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.gz_text3 {
    width: 355px;
    height: 115px;
    background-color: #303444;
    position: relative;
    z-index: 1;
    border: 1px solid black;
    border-image: linear-gradient(to right, #00d2ff, #246af3) 1;
}


.text_bg3 {
    width: 355px;
    height: 115px;
    background-color: #f47826;
    position: relative;
    top: -110px;
    left: 5px;
}

.gz_text3 h4 {
    margin-left: 17px;
    font-size: 24px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #00d2ff, #246af3);
}

.gz_text3 p {
    margin-left: 17px;
    font-size: 16px;
    color: #fff;
}

.gz_text4 {
    width: 243px;
    height: 95px;
    background-color: #303444;
    position: relative;
    z-index: 1;
    border: 1px solid black;
    border-image: linear-gradient(to right, #00d2ff, #246af3) 1;
}


.text_bg4 {
    width: 243px;
    height: 95px;
    background-color: #f47826;
    position: relative;
    top: -90px;
    left: 5px;
}

.gz_text4 h4 {
    margin-left: 17px;
    font-size: 24px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #00d2ff, #246af3);
}

.gz_text4 p {
    margin-left: 17px;
    font-size: 16px;
    color: #fff;
}

.gz_text5 {
    width: 390px;
    height: 180px;
    background-color: #303444;
    position: relative;
    z-index: 1;
    border: 1px solid black;
    border-image: linear-gradient(to right, #00d2ff, #246af3) 1;
}


.text_bg5 {
    width: 390px;
    height: 180px;
    background-color: #f47826;
    position: relative;
    top: -175px;
    left: 5px;
}

.gz_text5 h4 {
    margin-left: 17px;
    font-size: 24px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #00d2ff, #246af3);
}

.gz_text5 p {
    margin-left: 17px;
    font-size: 16px;
    color: #fff;
}

.gz_text6 {
    width: 385px;
    height: 180px;
    background-color: #303444;
    position: relative;
    z-index: 1;
    border: 1px solid black;
    border-image: linear-gradient(to right, #00d2ff, #246af3) 1;
}


.text_bg6 {
    width: 385px;
    height: 180px;
    background-color: #f47826;
    position: relative;
    top: -175px;
    left: 5px;
}

.gz_text6 h4 {
    margin-left: 17px;
    font-size: 24px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #00d2ff, #246af3);
}

.gz_text6 p {
    margin-left: 17px;
    font-size: 16px;
    color: #fff;
}

.yyz_hyyy{
    margin-top: 130px;
    width: 100%;
    height: 1350px;
}

.hyyy_container{
    margin-top: 50px;
}

.hyyy_content{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.hyyy_box{
    margin: 0 10px;
    width: 708px;
    height: 270px;
}

.box_title{
    color: white;
    font-size: 24px;
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 300px;
}

.box_title2{
    color: white;
    font-size: 24px;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 250px;
}

.hyyy_box{
    position: relative;
}

.hyyy_box:hover .box_title{
    display: none;
}

.text{
    display: none;
}

.hyyy_box:hover .text{
    width: 708px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    top: 0px;
}

.zzc{
    width: 484px;
    text-align: center;
}

.zzc a h2{
    font-size: 24px;
    font-weight: 800;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #00d2ff, #246af3);
}

.zzc a p{
    color: #fff;
    font-size: 16px;
}

