
.banner-wrap {
    height: 716px;
    width: 100%;
    /* background-color: #333333; */
    background: url('../image/banner-shhyxyj_1.png') #333333 no-repeat center;
    background-size: cover;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.bg-text {
    width: 50%;
    background: #047DF9;
    height: 716px;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 0px 39px 39px 0px;
    -webkit-border-radius: 0px 39px 39px 0px;
    -moz-border-radius: 0px 39px 39px 0px;
    -ms-border-radius: 0px 39px 39px 0px;
    -o-border-radius: 0px 39px 39px 0px;
    z-index: 1001;
}

.font-text {
    position: absolute;
    left: 25%;
    top: 50%;
    z-index: 1002;
    color: #FFFEFE;
    margin-left: -110px;
    margin-top: -110px;
}

.text-title {
    font-size: 50px;
        line-height: 40px;
    
}

.text-desc {
    font-size: 17px;
}
.text-chinese{
font-size: 34px;
margin-top: -20px;
}

.link-wrap {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px auto !important;
    
}

.link-wrap .link-item {
    width: 400px;
    padding: 40px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #73757E;
    line-height: 34px;
}

.link-wrap .link-item.cur {
    width: 400px;
    background: #FFFFFF;
    box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0 20px;
    flex-shrink: 0;
}

.link-wrap .link-item:hover {
    cursor: pointer;
}

.link-wrap .link-item .title {
    font-size: 24px;
    font-weight: bold;
    margin: 21px 0 19px 0;
    color: #333333;
}


.link-wrap .link-item .title-en {
    font-size: 9px;
    color: #666666;
    margin-top: 15px;
}

.icon-img{
    width: 130px;
    height: 130px;
}
.icon-img img{
    width: 100%;
    height: 100%;
}

.advertise-area{
    width: 100%;
        height: 500px;
        background: url(../image/ad-area-bg.png) no-repeat;
        background-position: center;
        background-size: cover;
}
.ad-con{
    width: 1200px;
    color: #FFFEFE;
    padding-top: 80px;
}
.ad-con .title{
    font-size: 34px;
    text-align: center;
}
.area-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
}
.area-list li {
    width: 200px;
    height: 80px;
    line-height: 80px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-right: 28px;
    margin: 0 28px 34px 0;
    position: relative;
    font-size: 21px;
    cursor: pointer;
}
.area-list li::after{
    content: '';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #FF9D43;
    position: absolute;
    right: -7px;
    bottom: -7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


.footer{
    margin-top: 0;
}