.page {
    /*background-color: rgba(249, 249, 249, 1);*/
    position: relative;
    /* max-width: 1920px; */
    width: 100%;
    height: auto;
    overflow: hidden;
}

.header {
    position: fixed !important; /* 固定定位 */
    top: 0 !important; /* 距离顶部 0 */
    /* left: 0; 距离左侧 0 */
    width: 100%; /* 宽度 100% */
    /*max-width: 1920px; */
    background-color: white; /* 背景颜色，可根据需要调整 */
    z-index: 1000; /* 确保在其他元素之上 */
    text-align: center; /* 居中对齐内容 */
    margin: auto;
}

.page .logotext{
    margin-top: 140px;
}
.separate{
    color: #fff;
    margin: 0 15px;
}
.block_1 {
    background-color: rgba(7, 98, 67, 1);
    position: relative;
    width: 100%;
    /* height: 60px; */
    display: flex;
    justify-content: space-between;
}
.block_1 .logo img{
    width: 70%;
    padding: 10px 0;
}
.block_1 .oldlink{
    margin-right: 200px;
    position: relative;
}
.block_1 .oldlink .search{
    position: absolute;
    right: 0;
}

.link_1{
    margin-top: 15px;
    /* margin-left: 115px; */
}
.link_2{
    margin-top: 15px;
    margin-left: 722px;
}

.text_1 {
    width: 342px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
    margin-right: 40px;
}

.text_2 {
    display: inline-block;
    width: 94px;
    height: 30px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
    margin-right: 30px;
}

.text_3 {
    width: 171px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
    margin: 21px 0 0 0;
}

.thumbnail_1 {
    width: 20px;
    height: 20px;
    margin: 8px 0 0 15px;
    z-index: 2;
}

.thumbnail_2 {
    width: 20px;
    height: 20px;
    margin: 20px 112px 0 28px;
}

.search{
    margin-top: -10px;
    /* margin-left: 39px; */
}

.search_on{
    /* display: none; */
    width: 250px;
}

.search_on img{
    position: relative;
    left: -100px;
    top: 30px;
}

.search .inp{
    width: 250px;
    padding-left: 40px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    font-size: 16px;
}

.section_1 {
    border-radius: 16px;
    position: absolute;
    left: 1396px;
    top: 15px;
    width: 94px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.block_2 {
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/7c559497a666462f8e6bc323acd9a15a_mergeImage.png); */
    height: 1002px;
    width: 1758px;
    /* margin: 2173px 0 0 162px; */
}

#slideBanner  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
    left: 43%;
    bottom: 60px !important;
}
#slideBanner  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#slideBanner  .ws_bullets li {
	line-height: 0;
    /* font:14px/48px 'Tinos',Georgia,serif;  */
	font-weight: bold;
	color:#fff;
	text-align:center;
    margin: 0 15px !important;
    width: 25px !important;
    height: 25px !important;
	/* background: url(../image/bannerbtn.png) center center no-repeat !important; */
	float: left; 
	position:relative;
    border-radius:0% !important;
    border-radius: 50%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#slideBanner  .ws_bullets li span{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    opacity: .6;
    display: inline-block;
    width: 60px;
    height: 60px;
}
#slideBanner .ws_bullets li.on{
    background: none !important;
}
/* 定义动画 */
@keyframes rotate-background {
    0% {
        transform: rotate(0deg); /* 开始旋转 */
    }
    100% {
        transform: rotate(360deg); /* 旋转一圈 */
    }
}

/* 选择器及伪类 */
#slideBanner .ws_bullets li.on span {
    opacity: 1;
    font-size: 24px;
    position: relative;
}
#slideBanner .ws_bullets li.on span::after{
    content: "";
    position: absolute;
    top: -50%;
    left: 0%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%); /* 使用transform使其完全居中 */
    background: url(../image/bannerbtn.png) center center no-repeat !important;
    animation: rotate-background 5s linear infinite; /* 添加动画 */
    z-index: -1;
}

.ws_bullets .line{
    width: 20px;
    height: 2px;
    position: relative;
    left: -30px !important;
    top: 0px;
    background-color: #fff;
    opacity: .2;
}

.box_1 {
    height: 623px;
    /* background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/167858492b5646ad9e6f19344fe7ba68_mergeImage.png) 100% no-repeat; */
    background-size: 100% 100%;
    width: 1825px;
    position: relative;
    margin: 379px 0 0 -67px;
}

.section_33 {
    position: relative;
    width: 363px;
    height: 84px;
    margin: 80px 0 0 251px;
}

.text_4 {
    width: 232px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    text-transform: uppercase;
    font-family: ArialMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
    margin: 67px 0 0 34px;
}

.text_5 {
    width: 144px;
    height: 47px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin: 18px 0 0 -232px;
}

.image_1 {
    width: 93px;
    height: 9px;
    margin: 71px 0 0 92px;
}

.image_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 80px;
}

.section_34 {
    width: 1572px;
    height: 354px;
    margin: 9px 0 0 253px;
}

.text_6 {
    width: 200px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: PingFangTC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin-top: 42px;
}

.image-text_49 {
    width: 113px;
    height: 28px;
    margin: 326px 0 0 20px;
}

.text-group_1 {
    width: 80px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: PingFangTC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
}

.image_3 {
    width: 24px;
    height: 8px;
    margin-top: 9px;
}

.group_1 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 434px;
    height: 340px;
    margin-left: 39px;
}

.image-text_50 {
    width: 394px;
    height: 290px;
    margin: 20px 0 0 20px;
}

.box_4 {
    border-radius: 4px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/e6526bff98a246019c3580fc18c5cdcc_mergeImage.png); */
    width: 394px;
    height: 242px;
    border: 1px solid rgba(151, 151, 151, 1);
}

.text-group_2 {
    width: 380px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin-top: 20px;
}

.group_2 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 434px;
    height: 340px;
    margin-left: 40px;
}

.image-text_51 {
    width: 394px;
    height: 290px;
    margin: 20px 0 0 20px;
}

.group_3 {
    border-radius: 4px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/6c3e160923b8473b83ad94a43db1023c_mergeImage.png); */
    width: 394px;
    height: 242px;
    border: 1px solid rgba(151, 151, 151, 1);
}

.text-group_3 {
    width: 387px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin-top: 20px;
}

.group_4 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 262px;
    height: 340px;
    margin-left: 30px;
}

.image-text_52 {
    width: 242px;
    height: 290px;
    margin: 20px 0 0 20px;
}

.section_2 {
    border-radius: 4px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/09c7b51ad9f94c6c8a9d6bd1414255b1_mergeImage.png); */
    width: 242px;
    height: 242px;
    border: 1px solid rgba(151, 151, 151, 1);
}

.text-group_4 {
    width: 242px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin-top: 20px;
}

.section_35 {
    width: 509px;
    height: 19px;
    margin: 25px 0 52px 1055px;
}

.image_4 {
    width: 129px;
    height: 18px;
    margin-top: 1px;
}

.box_6 {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 1);
    margin: 8px 0 0 60px;
}

.box_7 {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 1);
    margin: 8px 0 0 20px;
}

.box_8 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 8px 0 0 20px;
}

.box_9 {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 1);
    margin: 8px 0 0 20px;
}

.box_10 {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 1);
    margin: 8px 0 0 20px;
}

.image_5 {
    width: 130px;
    height: 19px;
    margin-left: 60px;
}

.image_6 {
    position: absolute;
    left: -95px;
    top: -119px;
    width: 306px;
    height: 743px;
}

.block_3 {
    background-color: rgba(7, 98, 67, 1);
    width: 100%;
    height: 418px;
    margin-top: 2594px;
}

.thumbnail_3 {
    width: 10px;
    height: 6px;
    margin: 8px 0 0 1734px;
}

.group_48 {
    width: 1600px;
    height: 42px;
    margin: 16px 0 0 160px;
}

.text-wrapper_1 {
    width: 435px;
    height: 32px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin-top: 10px;
}

.text_7 {
    width: 435px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.text_8 {
    width: 435px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.text_9 {
    width: 435px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.text_10 {
    width: 435px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.text_11 {
    width: 435px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.text_12 {
    width: 435px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.text_13 {
    width: 435px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.text_14 {
    width: 435px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.label_1 {
    width: 42px;
    height: 42px;
    margin-left: 678px;
}

.label_2 {
    width: 42px;
    height: 42px;
    margin-left: 20px;
}

.label_3 {
    width: 42px;
    height: 42px;
    margin-left: 20px;
}

.label_4 {
    width: 42px;
    height: 42px;
    margin-left: 27px;
}

.label_5 {
    width: 42px;
    height: 42px;
    margin-left: 20px;
}

.label_6 {
    width: 42px;
    height: 42px;
    margin-left: 20px;
}

.image-text_53 {
    width: 102px;
    height: 22px;
    margin: 10px 0 0 26px;
}

.text-group_5 {
    width: 72px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.thumbnail_4 {
    width: 20px;
    height: 11px;
    margin-top: 6px;
}

.block_5 {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 1px;
    width: 1600px;
    height: 1px;
    margin: 20px 0 0 160px;
}

.group_49 {
    width: 1600px;
    height: 234px;
    margin: 27px 0 64px 160px;
}

.section_36 {
    position: relative;
    width: 1430px;
    height: 234px;
}

.image-text_54 {
    width: 673px;
    height: 120px;
    margin-top: 29px;
}

.image_7 {
    width: 120px;
    height: 120px;
}

.text-group_45 {
    width: 540px;
    height: 81px;
    margin-top: 17px;
}

.text_15 {
    width: 540px;
    height: 54px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 54px;
    font-family: HYn1gj;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 54px;
}

.text_16 {
    width: 381px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    letter-spacing: 2px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin-top: 7px;
}

.block_7 {
    width: 1149px;
    height: 234px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng2bbdc07e0eac689ae851ae3596213ca0d4d6346eaa37c25eeb39a22e18460894) 100% no-repeat; */
    background-size: 100% 100%;
    margin-left: -392px;
}

.group_6 {
    background-color: rgba(255, 255, 255, 0.6);
    width: 1px;
    height: 158px;
    margin: 41px 0 0 778px;
}

.section_37 {
    width: 16px;
    height: 70px;
    margin: 41px 0 0 20px;
}

.thumbnail_5 {
    width: 16px;
    height: 16px;
}

.paragraph_1 {
    width: 16px;
    height: 44px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    line-height: 22px;
    margin-top: 10px;
}

.section_38 {
    width: 379px;
    height: 148px;
    margin: 41px -63px 0 18px;
}

.image-text_55 {
    width: 378px;
    height: 22px;
}

.label_7 {
    width: 22px;
    height: 22px;
}

.text-group_7 {
    width: 349px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.block_36 {
    width: 135px;
    height: 22px;
    margin-top: 20px;
}

.label_8 {
    width: 22px;
    height: 22px;
}

.text_17 {
    width: 105px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.image-text_56 {
    width: 310px;
    height: 22px;
    margin-top: 20px;
}

.label_9 {
    width: 22px;
    height: 22px;
}

.text-group_8 {
    width: 280px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.image-text_57 {
    width: 379px;
    height: 22px;
    margin-top: 20px;
}

.label_10 {
    width: 22px;
    height: 22px;
}

.text-group_9 {
    width: 349px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.text_18 {
    position: absolute;
    left: 0;
    top: 172px;
    width: 824px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.group_9 {
    background-color: rgba(255, 255, 255, 0.6);
    width: 1px;
    height: 158px;
    margin: 41px 0 0 102px;
}

.section_39 {
    width: 17px;
    height: 92px;
    margin: 41px 0 0 19px;
}

.thumbnail_6 {
    width: 16px;
    height: 16px;
}

.paragraph_2 {
    width: 16px;
    height: 66px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    line-height: 22px;
    margin: 10px 0 0 1px;
}

.group_11 {
    background-color: rgba(255, 255, 255, 0.6);
    width: 1px;
    height: 158px;
    margin: 41px 0 0 30px;
}

.section_40 {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 2174px;
}

.text-wrapper_2 {
    box-shadow: 0px 2px 10px 0px rgba(117, 117, 117, 0.2);
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 70px;
    justify-content: flex-center;
    z-index: 2;
    padding: 0px 130px;
}

.text-wrapper_2>ul{
    width: 100%;
    display: flex;
  justify-content: space-between;
    align-items: center;
    list-style: none;
}

.text-wrapper_2>ul>li{
    width: 80px;
    overflow-wrap: break-word;
    padding: 25px 0;
 
}

.text-wrapper_2>ul>li p{
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    text-align: center;
    position: relative;
    /* margin: 27px 0 0 60px; */
}
/* .text-wrapper_2>ul>li>a p:after{
    content:"";border-bottom:3px solid #076243;margin-top:5px;display:block;width:100%;transition:all 0.2s ease-out 0s;transform:scaleX(0);
}
.text-wrapper_2>ul>li>a p:before{
    content:"";border-left:3px solid #076243;height:25px;transition:all 0.2s ease-out 0s;transform:scaleY(0);position:absolute;left:50%;top:100%;transform-origin:center top;
}
.text-wrapper_2>ul>li>a p.hover:after{
    transform:none;
}
.text-wrapper_2>ul>li>a p.hover:before{
    transform:none;
} */
/* .text-wrapper_2>ul>li:hover{
    border-bottom: 3px solid #076243;
} */

.text-wrapper_2 ul .logo{
    position: absolute;
    top: 15px;
    left: 44.5%;
    width: 200px;
    height: 200px;
    background: #076243;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.text_19 {
    width: 80px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin: 27px 0 0 160px;
}

.text_20 {
    width: 80px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin: 27px 0 0 52px;
}

.text_21 {
    width: 80px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin: 27px 0 0 53px;
}

.text_22 {
    width: 80px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin: 27px 0 0 52px;
}

.text_23 {
    width: 80px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin: 27px 0 0 53px;
}

.text_24 {
    width: 80px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin: 27px 0 0 370px;
}

.text_25 {
    width: 80px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin: 27px 0 0 60px;
}

.text_26 {
    width: 60px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin: 27px 0 0 60px;
}

.text_27 {
    width: 80px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin: 27px 0 0 60px;
}

.text_28 {
    width: 80px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin: 27px 160px 0 60px;
}

.block_9 {
    background-color: rgba(255, 255, 255, 1);
    height: 148px;
    width: 100%;
}

.group_50 {
    width: 77.1%;
    /* height: 55px; */
    margin: 34px 0 0 223px;
}

.image_8 {
    width: 483px;
    height: 100%;
}

.text_29 {
    width: 500px;
    height: 50px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 50px;
    font-family: HYn1gj;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 50px;
    margin-top: 5px;
}

.text-wrapper_21 {
    width: 494px;
    height: 26px;
    margin: 0 0 33px 223px;
}

.text_30 {
    width: 374px;
    height: 20px;
    overflow-wrap: break-word;
    /* color: rgba(255, 255, 255, 1); */
    font-size: 17px;
    text-transform: uppercase;
    font-family: ArialMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
    margin-top: 5px;
}

.text_31 {
    width: 120px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
}

.block_10 {
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/d23692d0b71e4d21a60085afbcb93e4c_mergeImage.png); */
    width: 100%;
    height: 710px;
    margin-top: 2px;
}

.text-wrapper_4 {
    height: 338px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng4119679604eeafa3f64860aad5976aa8f6cf7ea4b5a09e8c299341a565d998ea) 100% no-repeat; */
    background-size: 100% 100%;
    width: 100%;
}

.paragraph_3 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    width: 1034px;
    height: 264px;
    overflow-wrap: break-word;
    color: rgba(253, 221, 134, 1);
    font-size: 94px;
    font-family: STSongti-SC-Black;
    font-weight: normal;
    text-align: center;
    line-height: 132px;
    margin: 106px 0 0 443px;
}

.box_12 {
    position: relative;
    width: 100%;
    height: 160px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng6db1836417b565a38cd08408082bcfb65ce920ea946925380a0f70438f946d82) 100% no-repeat; */
    background-size: 100% 100%;
    margin-top: 212px;
    justify-content: flex-center;
}

.block_11 {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 1px;
    width: 20px;
    height: 2px;
    margin: 87px 0 0 799px;
}

.text_32 {
    width: 22px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 75px 0 0 10px;
}

.text_33 {
    width: 22px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 75px 0 0 30px;
}

.text_34 {
    width: 30px;
    height: 31px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 31px;
    margin: 72px 0 0 40px;
}

.text_35 {
    width: 22px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 75px 0 0 44px;
}

.text_36 {
    width: 22px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 75px 0 0 30px;
}

.block_12 {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 1px;
    width: 20px;
    height: 2px;
    margin: 87px 799px 0 10px;
}

.image_9 {
    position: absolute;
    left: 930px;
    top: 60px;
    width: 60px;
    height: 58px;
}

.box_55 {
    width: 1566px;
    height: 364px;
    margin: 39px 0 0 194px;
}

.block_37 {
    width: 147px;
    height: 80px;
    /* margin-top: 39px; */
}

.text_37 {
    width: 144px;
    height: 47px;
    overflow-wrap: break-word;
    color: rgba(200, 0, 0, 1);
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.group_51 {
    width: 147px;
    height: 17px;
    margin-top: 2px;
}

.text_38 {
    width: 48px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(200, 0, 0, 1);
    font-size: 16px;
    text-transform: uppercase;
    font-family: ArialMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
}

.image_10 {
    width: 93px;
    height: 9px;
    margin-top: 5px;
}

.group_14 {
    height: 364px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPnga42d5e176d04711b44c2ff8e7fb68489153cd6b16eae42242b632a05329db4fb) 100% no-repeat; */
    background-size: 100% 100%;
    margin-left: 169px;
    width: 900px;
}

.box_13 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 640px;
    height: 120px;
    /* margin: 145px 0 0 610px; */
}

.group_15 {
    background-color: rgba(200, 0, 0, 1);
    width: 7px;
    height: 120px;
}

.group_16 {
    width: 78px;
    height: 88px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng86c5722d4ef91c1a31373581f1b807a4ef099821a0ebd9fa76519037071d2131) 100% no-repeat; */
    background-size: 100% 100%;
    margin: 16px 0 0 25px;
}

.text-group_46 {
    position: relative;
    width: 52px;
    height: 61px;
    margin: 10px 0 0 13px;
}

.text_39 {
    width: 50px;
    height: 52px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 40px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 52px;
    margin-left: 1px;
}

.text_40 {
    position: absolute;
    left: 0;
    top: 45px;
    width: 52px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 14px;
    font-family: ArialMT;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
}

.text_41 {
    width: 464px;
    height: 64px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    line-height: 32px;
    margin: 27px 40px 0 26px;
}

.image-text_58 {
    width: 66px;
    height: 26px;
    /* margin: 50px 0 0 284px; */
}

.text-group_11 {
    width: 40px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(200, 0, 0, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 26px;
}

.thumbnail_7 {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.block_14 {
    background-color: rgba(200, 0, 0, 1);
    border-radius: 4px;
    width: 640px;
    height: 120px;
    /* margin: 70px 0 0 1120px; */
}

.box_14 {
    width: 88px;
    height: 88px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPngaa657d49776d1d006f2a2197b8372915839826c28ee2fe8fcc7b04e8b08e25bf) 100% no-repeat; */
    background-size: 100% 100%;
    margin: 16px 0 0 24px;
}

.text-group_47 {
    position: relative;
    width: 52px;
    height: 61px;
    margin: 11px 0 0 18px;
}

.text_42 {
    width: 50px;
    height: 52px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 40px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 52px;
    margin-left: 1px;
}

.text_43 {
    position: absolute;
    left: 0;
    top: 45px;
    width: 52px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 14px;
    font-family: ArialMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
}

.group_52 {
    width: 360px;
    height: 54px;
    margin: 27px 0 0 24px;
}

.text_44 {
    width: 360px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.group_17 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 3px;
    width: 80px;
    height: 2px;
    margin-top: 20px;
}

.image_11 {
    width: 1px;
    height: 78px;
    margin: 19px 0 0 50px;
}

.image_12 {
    width: 20px;
    height: 32px;
    margin: 44px 40px 0 33px;
}

.block_15 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 640px;
    height: 120px;
    /* margin: 25px 0 496px 1120px; */
}

.group_18 {
    background-color: rgba(200, 0, 0, 1);
    width: 7px;
    height: 120px;
}

.group_19 {
    width: 78px;
    height: 88px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng86c5722d4ef91c1a31373581f1b807a4ef099821a0ebd9fa76519037071d2131) 100% no-repeat; */
    background-size: 100% 100%;
    margin: 16px 0 0 25px;
}

.text-group_48 {
    position: relative;
    width: 52px;
    height: 61px;
    margin: 10px 0 0 13px;
}

.text_45 {
    width: 50px;
    height: 52px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 40px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 52px;
    margin-left: 1px;
}

.text_46 {
    position: absolute;
    left: 0;
    top: 45px;
    width: 52px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 14px;
    font-family: ArialMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
}

.text_47 {
    width: 464px;
    height: 64px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    line-height: 32px;
    margin: 27px 40px 0 26px;
}

.block_16 {
    position: absolute;
    left: 160px;
    top: 1778px;
    width: 780px;
    height: 638px;
}

.box_56 {
    position: relative;
    width: 770px;
    height: 84px;
}

.text_48 {
    width: 61px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    text-transform: uppercase;
    font-family: ArialMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
    /* margin: 67px 0 0 34px; */
}

.text_49 {
    width: 144px;
    height: 47px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    /* margin: 18px 0 0 -61px; */
}

.image_13 {
    width: 93px;
    height: 9px;
    margin: 71px 0 0 -79px;
}

.image-text_59 {
    width: 66px;
    height: 26px;
    margin-top: 29px;
}

.text-group_14 {
    width: 40px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 26px;
}

.thumbnail_8 {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.image_14 {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 80px;
}

.section_5 {
    position: relative;
    width: 770px;
    height: 65px;
    margin-top: 16px;
}

.text_50 {
    width: 77px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 20px;
}

.thumbnail_9 {
    width: 18px;
    height: 18px;
    margin: 35px 0 0 20px;
}

.text_51 {
    width: 528px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 96px 0 11px;
}

.box_16 {
    background-color: rgba(7, 98, 67, 1);
    position: absolute;
    left: 125px;
    top: 0;
    width: 1px;
    height: 110px;
}

.image_15 {
    width: 624px;
    height: 1px;
    margin-left: 146px;
}

.image_16 {
    width: 624px;
    height: 1px;
    margin: 88px 0 0 146px;
}

.section_6 {
    width: 770px;
    height: 88px;
}

.text_52 {
    width: 77px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 20px;
}

.image-text_60 {
    width: 565px;
    height: 32px;
    margin: 28px 88px 0 20px;
}

.thumbnail_10 {
    width: 18px;
    height: 18px;
    margin-top: 7px;
}

.text-group_15 {
    width: 536px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.image_17 {
    width: 624px;
    height: 1px;
    margin-left: 146px;
}

.section_7 {
    width: 770px;
    height: 88px;
}

.text_53 {
    width: 77px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 20px;
}

.image-text_61 {
    width: 601px;
    height: 32px;
    margin: 28px 52px 0 20px;
}

.thumbnail_11 {
    width: 18px;
    height: 18px;
    margin-top: 7px;
}

.text-group_16 {
    width: 572px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.image_18 {
    width: 624px;
    height: 1px;
    margin-left: 146px;
}

.section_8 {
    width: 770px;
    height: 88px;
}

.text_54 {
    width: 77px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 20px;
}

.image-text_62 {
    width: 601px;
    height: 32px;
    margin: 28px 52px 0 20px;
}

.thumbnail_12 {
    width: 18px;
    height: 18px;
    margin-top: 7px;
}

.text-group_17 {
    width: 572px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.image_19 {
    width: 624px;
    height: 1px;
    margin-left: 146px;
}

.section_9 {
    width: 770px;
    height: 88px;
}

.text_55 {
    width: 77px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 20px;
}

.image-text_63 {
    width: 609px;
    height: 32px;
    margin: 28px 44px 0 20px;
}

.thumbnail_13 {
    width: 18px;
    height: 18px;
    margin-top: 7px;
}

.text-group_18 {
    width: 580px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.image_20 {
    width: 624px;
    height: 1px;
    margin-left: 146px;
}

.section_10 {
    background-color: rgba(7, 98, 67, 1);
    /* position: absolute;
    left: 0;
    top: 193px; */
    width: 770px;
    height: 88px;
}

.text_56 {
    width: 77px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 20px;
}

.group_20 {
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 60px;
    margin: 14px 0 0 28px;
}

.text_57 {
    width: 572px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 52px 0 20px;
}

.block_17 {
    height: 638px;
    width: 770px;
    position: absolute;
    left: 990px;
    top: 1778px;
}

.block_18 {
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/cda42615570f49bd818044e83e70de88_mergeImage.png); */
    width: 780px;
    height: 783px;
    margin: -56px 0 0 -10px;
}

.box_57 {
    position: relative;
    width: 770px;
    height: 84px;
    margin: 56px 0 0 10px;
}

.text_58 {
    width: 168px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    text-transform: uppercase;
    font-family: ArialMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
    margin: 67px 0 0 34px;
}

.text_59 {
    width: 144px;
    height: 47px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin: 18px 0 0 -168px;
}

.image_21 {
    width: 93px;
    height: 9px;
    margin: 71px 0 0 28px;
}

.image-text_64 {
    width: 66px;
    height: 26px;
    margin: 29px 0 0 405px;
}

.text-group_19 {
    width: 40px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 26px;
}

.thumbnail_14 {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.image-text_65 {
    position: absolute;
    left: 704px;
    top: 29px;
    width: 66px;
    height: 26px;
}

.text-group_19 {
    width: 40px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 26px;
}

.thumbnail_14 {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.image_22 {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 80px;
}

.box_18 {
    width: 770px;
        height: 65px;
    line-height: 65px;
      margin-top: 15px
   
}

.text-wrapper_5 {
      width: 109px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    height: 40px;
    border: 1px solid rgba(7, 98, 67, 1);
    margin-top: 15px;
  /*  min-width: 84px;
    max-width: 140px;*/
}

.text_60 {
    min-width: 64px;
    /*height: 21px;*/
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
    /*margin: 9px 0 0 10px;*/
    overflow: hidden;
    /*max-width: 110px;*/
    padding: 8px 5px;
      text-align: center;
}

.text_61 {
    width: 500px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 20px 0 0 16px;
}

.text_62 {
    width: 109px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 61px;
}

.image_23 {
    width: 770px;
    height: 1px;
    margin-left: 10px;
}

.box_19 {
    width: 770px;
    height: 88px;
    margin-left: 10px;
}

.text-wrapper_6 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    height: 40px;
    border: 1px solid rgba(7, 98, 67, 1);
    margin-top: 24px;
    width: 84px;
}

.text_63 {
    width: 64px;
    height: 21px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
    margin: 9px 0 0 10px;
}

.text_64 {
    width: 504px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 27px 0 0 16px;
}

.text_65 {
    width: 109px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 57px;
}

.image_24 {
    width: 770px;
    height: 1px;
    margin-left: 10px;
}

.box_20 {
    width: 770px;
    height: 88px;
    margin-left: 10px;
}

.text-wrapper_7 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    height: 40px;
    border: 1px solid rgba(7, 98, 67, 1);
    margin-top: 24px;
    width: 84px;
}

.text_66 {
    width: 64px;
    height: 21px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
    margin: 9px 0 0 10px;
}

.text_67 {
    width: 500px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 16px;
}

.text_68 {
    width: 109px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 61px;
}

.image_25 {
    width: 770px;
    height: 1px;
    margin-left: 10px;
}

.box_21 {
    width: 770px;
    height: 88px;
    margin-left: 10px;
}

.text-wrapper_8 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    height: 40px;
    border: 1px solid rgba(7, 98, 67, 1);
    margin-top: 24px;
    width: 84px;
}

.text_69 {
    width: 64px;
    height: 21px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
    margin: 9px 0 0 10px;
}

.text_70 {
    width: 500px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 16px;
}

.text_71 {
    width: 109px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 61px;
}

.image_26 {
    width: 770px;
    height: 1px;
    margin-left: 10px;
}

.box_22 {
    width: 770px;
    height: 88px;
    margin-left: 10px;
}

.text-wrapper_9 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    height: 40px;
    border: 1px solid rgba(7, 98, 67, 1);
    margin-top: 24px;
    width: 84px;
}

.text_72 {
    width: 64px;
    height: 21px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
    margin: 9px 0 0 10px;
}

.text_73 {
    width: 500px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 16px;
}

.text_74 {
    width: 109px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 61px;
}

.image_27 {
    width: 770px;
    height: 1px;
    margin-left: 10px;
}

.box_23 {
    width: 770px;
    height: 88px;
    margin-left: 10px;
}

.text-wrapper_10 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    height: 40px;
    border: 1px solid rgba(7, 98, 67, 1);
    margin-top: 24px;
    width: 84px;
}

.text_75 {
    width: 64px;
    height: 21px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
    margin: 9px 0 0 10px;
}

.text_76 {
    width: 500px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 16px;
}

.text_77 {
    width: 109px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 32px;
    margin: 28px 0 0 61px
}

.image_28 {
    position: absolute;
    left: 160px;
    top: 1000px;
    width: 68px;
    height: 80px;
}

.block_19 {
    border-radius: 8px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/d8a656e882274f79bfdc36b14350ec7e_mergeImage.png); */
    height: 554px;
    border: 1px solid rgba(151, 151, 151, 1);
    width: 900px;
    /* position: absolute;
    left: 160px;
    top: 1124px; */
}

.box_24 {
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/f8aafc5806fa422eabfce4b07871adde_mergeImage.png); */
    width: 990px;
    height: 128px;
    /* margin-top: 426px; */
}

.text-group_49 {
    width: 492px;
    height: 70px;
    margin: 28px 0 0 40px;
}

.text_78 {
    width: 469px;
    height: 34px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 34px;
}

.text_79 {
    width: 492px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    margin-top: 20px;
}

.image_29 {
    width: 286px;
    height: 16px;
    margin: 82px 40px 0 0;
}

.block_20 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    /* position: absolute;
    left: 1120px;
    top: 1269px; */
    width: 100%;
    height: 100px;
}

.group_21 {
    background-color: rgba(200, 0, 0, 1);
    width: 7px;
    height: 100px;
}

.group_22 {
    width: 78px;
    height: 86px;
    background: url(../image/xdywbg.png) 100% no-repeat;
    background-size: 100% 100%;
    margin: 7px 0 0 25px;
}

.text-group_50 {
    position: relative;
    width: 52px;
    height: 61px;
    margin: 9px 0 0 13px;
}

.text_80 {
    width: 50px;
    height: 52px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 40px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 52px;
    margin-left: 1px;
}

.text_81 {
    position: absolute;
    left: 0;
    top: 25px;
    width: 52px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 18px;
    font-family: ArialMT;
    font-weight:bold ;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
}

.block_38 {
    width: 336px;
    height: 54px;
    margin: 27px 170px 0 26px;
}

.text_82 {
    width: 336px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
}

.group_24 {
    background-color: rgba(200, 0, 0, 1);
    border-radius: 3px;
    width: 80px;
    height: 2px;
    margin-top: 20px;
}

.image_30 {
    position: absolute;
    left: 979px;
    top: 2415px;
    width: 781px;
    height: 1px;
}

.image_31 {
    position: absolute;
    left: 855px;
    top: -50px;
    width: 200px;
    height: 200px;
}

.section_41 {
    position: absolute;
    left: 0;
    top: 3235px;
    width: 100%;
    height: 2595px;
}

.block_39 {
    width: 1566px;
    height: 47px;
    margin: 118px 0 0 194px;
}

.text_83 {
    width: 144px;
    height: 47px;
    overflow-wrap: break-word;
    color: rgba(134, 6, 158, 1);
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.image-text_66 {
    width: 66px;
    height: 26px;
    margin-top: 11px;
}

.text-group_22 {
    width: 40px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(134, 6, 158, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 26px;
}

.thumbnail_15 {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.block_40 {
    width: 271px;
    height: 17px;
    margin: 2px 0 0 194px;
}

.text_84 {
    width: 174px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(134, 6, 158, 1);
    font-size: 16px;
    text-transform: uppercase;
    font-family: ArialMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
}

.image_32 {
    width: 93px;
    height: 9px;
    margin-top: 4px;
}

.block_41 {
    width: 1580px;
    height: 468px;
    margin: 40px 0 0 160px;
}

.section_11 {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.14);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    width: 380px;
    height: 468px;
}

.text-group_51 {
    width: 300px;
    height: 118px;
    margin: 60px 0 0 40px;
}

.text-wrapper_11 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_85 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(134, 6, 158, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_86 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_87 {
    width: 93px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin: 30px 0 0 3px;
}

.group_28 {
    border-radius: 0px 0px 8px 8px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/dd717a24a1144757b886e8a329d29cdd_mergeImage.png); */
    width: 380px;
    height: 250px;
    margin-top: 40px;
}

.section_12 {
    width: 380px;
    height: 468px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng73af3f59a1af85000308e028c3594557be350e2c6bb32ec5c7db4148efabae23) -20px -10px no-repeat; */
    background-size: 420px 508px;
    margin-left: 20px;
}

.text-group_52 {
    width: 300px;
    height: 118px;
    margin: 60px 0 0 40px;
}

.text-wrapper_12 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_88 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(254, 186, 38, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_89 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_90 {
    width: 93px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin: 30px 0 0 3px;
}

.paragraph_4 {
    width: 300px;
    height: 112px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
    margin: 50px 0 0 34px;
}

.box_25 {
    background-color: rgba(254, 186, 38, 1);
    border-radius: 20px;
    width: 130px;
    height: 40px;
    margin: 40px 0 48px 34px;
}

.image-text_67 {
    width: 90px;
    height: 21px;
    margin: 10px 0 0 20px;
}

.text-group_25 {
    width: 64px;
    height: 21px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 21px;
}

.thumbnail_16 {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.section_13 {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.14);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    width: 380px;
    height: 468px;
    margin-left: 20px;
}

.text-group_53 {
    width: 300px;
    height: 118px;
    margin: 60px 0 0 40px;
}

.text-wrapper_13 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_91 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(134, 6, 158, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_92 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_93 {
    width: 93px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin: 30px 0 0 3px;
}

.box_26 {
    border-radius: 0px 0px 8px 8px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/118e3c54c0bc4a01a27ed0ac32bd859f_mergeImage.png); */
    width: 380px;
    height: 250px;
    margin-top: 40px;
}

.section_14 {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.14);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    width: 380px;
    height: 468px;
    margin-left: 20px;
}

.text-group_54 {
    width: 300px;
    height: 118px;
    margin: 60px 0 0 40px;
}

.text-wrapper_14 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_94 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(134, 6, 158, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_95 {
    width: 300px;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_96 {
    width: 93px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin: 30px 0 0 3px;
}

.block_22 {
    border-radius: 0px 0px 8px 8px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/434c85ff720d478081ef12a8d48bff6a_mergeImage.png); */
    width: 380px;
    height: 250px;
    margin-top: 40px;
}

.block_42 {
    width: 509px;
    height: 19px;
    margin: 59px 0 0 706px;
}

.image_33 {
    width: 129px;
    height: 18px;
    margin-top: 1px;
}

.group_30 {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(7, 98, 67, 1);
    margin: 8px 0 0 60px;
}

.group_31 {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(7, 98, 67, 1);
    margin: 8px 0 0 20px;
}

.group_32 {
    background-color: rgba(7, 98, 67, 1);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 8px 0 0 20px;
}

.group_33 {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(7, 98, 67, 1);
    margin: 8px 0 0 20px;
}

.group_34 {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(7, 98, 67, 1);
    margin: 8px 0 0 20px;
}

.image_34 {
    width: 130px;
    height: 19px;
    margin-left: 60px;
}

.block_43 {
    width: 1600px;
    height: 819px;
    margin: 85px 0 0 160px;
}

.box_58 {
    width: 1252px;
    height: 787px;
    margin-top: 32px;
}

.box_59 {
    width: 1218px;
    height: 47px;
    margin-left: 34px;
}

.text_97 {
    width: 144px;
    height: 47px;
    overflow-wrap: break-word;
    color: rgba(255, 105, 0, 1);
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.image-text_68 {
    width: 66px;
    height: 26px;
    margin-top: 11px;
}

.text-group_28 {
    width: 40px;
    height: 26px;
    overflow-wrap: break-word;
    color: rgba(238, 107, 15, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 26px;
}

.thumbnail_17 {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.box_60 {
    width: 263px;
    height: 17px;
    margin: 2px 0 0 34px;
}

.text_98 {
    width: 159px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(255, 105, 0, 1);
    font-size: 16px;
    text-transform: uppercase;
    font-family: ArialMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
}

.image_35 {
    width: 93px;
    height: 9px;
    margin-top: 4px;
}

.box_61 {
    width: 100%;
    height: 411px;
    margin-top: 24px;
}

.box_27 {
    border-radius: 8px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/0708177e2d0f44e58f03d8af55a53c5e_mergeImage.png); */
    height: 411px;
    border: 1px solid rgba(151, 151, 151, 1);
    width: 616px;
}

.box_28 {
    width: 616px;
    height: 60px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng895d826595e7cba4ea7ad429ea866c0e17ed217cc3236fa6aecfb887f2d46f68) 100% no-repeat; */
    background-size: 100% 100%;
    margin-top: 351px;
}

.image-text_69 {
    width: 616px;
    /* height: 40px; */
    /* margin: 10px 0 0 30px; */
}

.label_11 {
    width: 40px;
    height: 40px;
}

.text-group_29 {
    width: 504px;
    /* height: 33px; */
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 33px;
    margin-top: 4px;
}

.box_29 {
    border-radius: 8px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/98b787bce583460e91071c0d609dc5cd_mergeImage.png); */
    width: 616px;
    height: 411px;
    border: 1px solid rgba(151, 151, 151, 1);
}

.box_62 {
    width: 100%;
    height: 270px;
    margin-top: 20px;
}

.block_27 {
    border-radius: 4px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/1b2c8e05ae614bf6ac96e62130676b46_mergeImage.png); */
    width: 404px;
    height: 270px;
    border: 1px solid rgba(151, 151, 151, 1);
}

.block_28 {
    border-radius: 4px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/21e5752fec2c4a0baeb14b07f73dd44e_mergeImage.png); */
    width: 404px;
    height: 270px;
    border: 1px solid rgba(151, 151, 151, 1);
    margin-left: 20px;
}

.block_29 {
    border-radius: 4px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/891224e6e6284047b9b7cade4ac8edcb_mergeImage.png); */
    width: 404px;
    height: 270px;
    border: 1px solid rgba(151, 151, 151, 1);
    margin-left: 20px;
}

.image-wrapper_1 {
    border-radius: 150px 0px 0px 0px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/a68cdd6d2e6649128bc06f60830f683a_mergeImage.png); */
    height: 819px;
    width: 328px;
}

.image_36 {
    width: 42px;
    height: 568px;
    margin: 118px 0 0 75px;
}

.group_36 {
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/312d6187edbc4baea6f3bd5d2f672568_mergeImage.png); */
    height: 651px;
    width: 100%;
    position: relative;
    margin: 269px 0 1px 0;
}

.image-wrapper_6 {
    width: 1764px;
    height: 55px;
    margin: 24px 0 0 78px;
}

.image_37 {
    width: 52px;
    height: 52px;
    margin-top: 3px;
}

.image_38 {
    width: 52px;
    height: 52px;
}

.box_63 {
    position: relative;
    width: 280px;
    height: 84px;
    margin: 190px 0 0 870px;
}

.text_99 {
    width: 149px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    text-transform: uppercase;
    font-family: ArialMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
    /* margin: 67px 0 0 34px; */
}

.text_100 {
    width: 180px;
    height: 47px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    /* margin: 18px 0 0 -149px; */
}

.image_39 {
    width: 93px;
    height: 9px;
    margin: 71px 0 0 -27px;
}

.image_40 {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 80px;
}

.image-wrapper_7 {
    width: 1125px;
    height: 80px;
    margin: 109px 0 109px 396px;
}

.image_41 {
    width: 80px;
    height: 80px;
}

.image_42 {
    width: 1050px;
    height: 2px;
    margin: 39px 0 0 -45px;
}

.image_43 {
    width: 80px;
    height: 80px;
    margin-left: -40px;
}

.section_17 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    height: 139px;
    border: 1px 1, 2 rgba(7, 98, 67, 1);
    width: 139px;
    position: absolute;
    left: 536px;
    top: 432px;
}

.group_53 {
    width: 8px;
    height: 8px;
    margin: 11px 0 0 23px;
}

.group_38 {
    background-color: rgba(7, 98, 67, 1);
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.group_54 {
    width: 72px;
    height: 88px;
    margin: 6px 0 26px 34px;
}

.image-text_70 {
    width: 72px;
    height: 88px;
}

.label_12 {
    width: 48px;
    height: 48px;
    margin-left: 11px;
}

.text-group_30 {
    width: 72px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
    margin-top: 16px;
}

.section_18 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    height: 139px;
    border: 1px 1, 2 rgba(7, 98, 67, 1);
    width: 139px;
    position: absolute;
    left: 889px;
    top: 432px;
}

.box_64 {
    width: 72px;
    height: 86px;
    margin: 27px 0 0 34px;
}

.image-text_71 {
    width: 72px;
    height: 86px;
}

.label_13 {
    width: 48px;
    height: 48px;
    margin-left: 13px;
}

.text-group_31 {
    width: 72px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
    margin-top: 14px;
}

.box_65 {
    width: 8px;
    height: 8px;
    margin: 0 0 18px 116px;
}

.group_42 {
    background-color: rgba(7, 98, 67, 1);
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.section_19 {
    border-radius: 50%;
    height: 167px;
    border: 1px 260, 256 rgba(7, 98, 67, 1);
    width: 167px;
    position: absolute;
    left: 1228px;
    top: 416px;
}

.box_30 {
    border-radius: 50%;
    height: 159px;
    border: 3px 130, 116 rgba(7, 98, 67, 1);
    width: 159px;
    margin: 4px 0 0 4px;
}

.section_20 {
    background-color: rgba(7, 98, 67, 1);
    border-radius: 50%;
    height: 139px;
    border: 1px 1, 2 rgba(7, 98, 67, 1);
    width: 139px;
    margin: 10px 0 0 10px;
}

.box_31 {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 123px;
    height: 123px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 8px 0 0 8px;
}

.image-text_72 {
    width: 72px;
    height: 84px;
    margin: 21px 0 0 26px;
}

.label_14 {
    width: 48px;
    height: 48px;
    margin-left: 12px;
}

.text-group_32 {
    width: 72px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
    margin-top: 12px;
}

.box_32 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: absolute;
    left: 70px;
    top: 162px;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(7, 98, 67, 1);
}

.section_21 {
    position: absolute;
    left: 460px;
    top: -169px;
    width: 1000px;
    height: 404px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng466d23ae56af4eca4d8904e6f72b5ebd66266072ddc667c9bb87da8a907a4638) 100% no-repeat; */
    background-size: 100% 100%;
}

.text_101 {
    width: 123px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    text-transform: uppercase;
    font-family: ArialMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
    /* margin: 67px 0 0 444px; */
}

.text_102 {
    width: 144px;
    height: 47px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1) !important;
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold !important;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    /* margin: 18px 0 0 -123px; */
}

.image_44 {
    width: 93px;
    height: 9px;
    margin: 71px 336px 0 -17px;
}

.box_33 {
    position: absolute;
    left: -300px;
    top: 110px;
    width: 1600px;
    height: 224px;
    overflow: hidden;
}

.text-wrapper_15 {
    box-shadow: 0px 11px 22px 0px rgba(0, 0, 0, 0.14);
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/167757fe1ee348af91b0bcdda4210cca_mergeImage.png); */
    border-radius: 13px;
    height: 156px;
    width: 518px;
    margin: 38px 0 0 271px;
}

.text_103 {
    text-shadow: 0px 2px 3px rgba(175, 85, 4, 1);
    background-image: linear-gradient(180deg,
            rgba(248, 231, 207, 1) 0,
            rgba(254, 206, 144, 1) 100%);
    width: 216px;
    height: 50px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 36px;
    font-family: STSongti-SC-Black;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 53px 0 0 151px;
}

.section_22 {
    height: 156px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng576753ddfc5fc217a150bfd6ec90ba869b0d00be26df74c2827cf5c32ded066c) -22px -11px no-repeat; */
    background-size: 562px 197px;
    width: 518px;
    margin: 38px 273px 0 0;
}

.block_30 {
    height: 155px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPnge5789bccadd76e7631b79ab99e8909c43aea5c16f7c99b92ea89255b55483750) 0px 0px no-repeat; */
    background-size: 518px 156px;
    margin-top: 1px;
    width: 518px;
}

.text-wrapper_16 {
    height: 89px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng669c8fff376f2dc85bc029fa913ea29d4d47fc11472f890f2c7fb47aeb9e927f) -1px 0px no-repeat; */
    background-size: 90px 89px;
    width: 89px;
    margin: 33px 0 0 215px;
}

.text_104 {
    text-shadow: 0px 2px 2px rgba(149, 7, 16, 0.6);
    background-image: linear-gradient(180deg,
            rgba(252, 216, 160, 1) 0,
            rgba(255, 241, 227, 1) 100%);
    width: 108px;
    height: 50px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 36px;
    font-family: STSongti-SC-Black;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0 0 -10px;
}

.text-wrapper_17 {
    box-shadow: 0px 11px 22px 0px rgba(0, 0, 0, 0.14);
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/1e8459d290014a1bac40acf733aeab65_mergeImage.png); */
    border-radius: 13px;
    height: 156px;
    width: 518px;
    position: absolute;
    left: -267px;
    top: 38px;
}

.text_105 {
    text-shadow: 0px 1px 2px rgba(12, 85, 46, 1);
    background-image: linear-gradient(180deg,
            rgba(22, 107, 43, 1) 0,
            rgba(22, 107, 59, 1) 100%);
    width: 144px;
    height: 50px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 36px;
    font-family: STSongti-SC-Black;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 53px 0 0 187px;
}

.section_23 {
    box-shadow: 0px 11px 22px 0px rgba(0, 0, 0, 0.14);
    border-radius: 13px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/1862610f5da04d8890e52c9d59d47e19_mergeImage.png); */
    position: absolute;
    left: 1347px;
    top: 38px;
    width: 518px;
    height: 156px;
}

.text_106 {
    background-image: linear-gradient(180deg,
            rgba(57, 109, 255, 1) 0,
            rgba(5, 44, 148, 1) 100%);
    width: 216px;
    height: 50px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 36px;
    font-family: STSongti-SC-Black;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 55px 0 0 102px;
}

.box_34 {
    position: absolute;
    left: 46px;
    top: 34px;
    width: 338px;
    height: 81px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng49fce94e78349263dd1da13b91b39225a64224ba18561a5530fffc867c20ca8d) 4px 0px no-repeat; */
    background-size: 203px 82px;
}

.image_45 {
    width: 338px;
    height: 81px;
}

.text_107 {
    position: absolute;
    left: 30px;
    top: -1px;
    width: 145px;
    height: 15px;
    overflow-wrap: break-word;
    color: rgba(16, 57, 170, 1);
    font-size: 14px;
    font-family: HYn1gj;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 15px;
}

.label_15 {
    position: absolute;
    left: 43px;
    top: 26px;
    width: 29px;
    height: 29px;
}

.image_46 {
    position: absolute;
    left: 410px;
    top: 0;
    width: 68px;
    height: 80px;
}

.image_47 {
    position: absolute;
    left: 160px;
    top: 869px;
    width: 68px;
    height: 80px;
}

.text-wrapper_18 {
    height: 70px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPng356d618090bf25449bd93d183caa92a7226c6d919d19cf5ff053c39564a360e8) -20px -10px no-repeat; */
    background-size: 236px 110px;
    width: 196px;
    position: absolute;
    left: 1451px;
    top: 2540px;
}

.paragraph_5 {
    width: 176px;
    height: 44px;
    overflow-wrap: break-word;
    color: rgba(7, 98, 67, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 22px;
    margin: 10px 0 0 10px;
}

.group_43 {
    height: 70px;
    /* background: url(https://lanhu-oss.lanhuapp.com/SketchPngc3026cf316f3126e8fe7c565985fe4c3108d73a4a01106ba09ca852eaca9825f) -20px -10px no-repeat; */
    background-size: 104px 110px;
    width: 64px;
    position: absolute;
    left: 1652px;
    top: 2540px;
}

.box_35 {
    background-color: rgba(231, 231, 231, 1);
    border-radius: 4px;
    width: 58px;
    height: 58px;
    margin: 3px 0 0 3px;
}

.image_48 {
    position: absolute;
    left: 160px;
    top: 100px;
    width: 68px;
    height: 80px;
}

.group_44 {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.14);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    position: absolute;
    left: 1760px;
    top: 224px;
    width: 380px;
    height: 468px;
}

.text-group_55 {
    width: 120px;
    height: 118px;
    margin: 60px 0 0 40px;
}

.text-wrapper_19 {
    width: 120px;
    height: 60px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_108 {
    width: 120px;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(134, 6, 158, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_109 {
    width: 120px;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.text_110 {
    width: 93px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin: 30px 0 0 3px;
}

.section_24 {
    border-radius: 0px 0px 8px 8px;
    /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/dc95e54c19a543abbc87391e8f291199_mergeImage.png); */
    width: 160px;
    height: 250px;
    margin-top: 40px;
}
.page .header .text-wrapper_2 ul ul{
    position: relative;
}
.page .header .text-wrapper_2 ul li{
    position: relative;
}
/* .page .header .text-wrapper_2 ul ul::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 30px;
    background: #076243;
    margin: auto;
    margin-top: -30px;
    z-index: -1;
}  */
.page .header .text-wrapper_2 ul ul{
    width: 160px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 5px;
    /* top: 120%; */
    top: 97%;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s; /* 增加延迟 */
}
.page .header .text-wrapper_2 ul li:hover ul{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0s; /* 无延迟 */
}
.page .header .text-wrapper_2 ul [class$="_ul"] {
    left: -38px;
}


.page .header .text-wrapper_2 ul ul li{
    width: 100%;
    /* padding: 12px 0; */
    margin: auto;
    text-align: center;
    background: #fff;
    border-radius: 12px;
}

.page .header .text-wrapper_2 ul ul li p{
    width: 100%;
    line-height: 50px;
    text-align: center;
    margin: auto;
    font-size: 14px;
    color: #000;
}
.page .header .text-wrapper_2 ul ul li:hover p{
    color: #076243;
}
.page .banner_1 .slideBox{
    display: none;
}
header .phone-header{
	display:none;
    background-color: rgba(7, 98, 67, 1);
}
header .phone-header .logo img{
    width: 80vw;
}
.page .banner_1 .slideBox{
    height: 50vw !important;
}
.xdyw{
    width: 83.184%;
    height: 100%;
    /* background: url(../picture/bg_red.png) 100% no-repeat; */
    background-size: 900px 364px;
    background-position:top center;
    margin: auto;
    /*margin-top: 10px;*/
    padding-top: 21px;
}
.xdyw .flbanner{
    width: 50%;
    margin-right: 60px;
}
.xdyw .flbanner .title_1 .txt{
    position: relative;
    top: -65px;
    left: 35px;
}
.xdyw .flbanner .title_1 .txt .group_51{
    margin-top: -2px;
}
.xdyw .flbanner .banner_2{
    margin-top: 44px;
}
.xdyw .flbanner .banner_2 .block_19 .box_24{
    position: relative;
    top: -128px;
    background-color: #C80000;
}
.xdyw .flbanner .banner_2 .block_19 .box_24 .text-group_49 .text_79{
    opacity: .6;
}
.xdyw .flbanner .banner_2 .slideBox .switch li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .3;
    margin: 0 10px;
}
.xdyw .flbanner .banner_2 .slideBox .prev{
    background: url(../image/prev.png) no-repeat center center;
}
.xdyw .flbanner .banner_2 .slideBox .next{
    background: url(../image/next.png) no-repeat center center;
}
.xdyw .frlist{
    width: 50%;
    height: 554px;
}
.xdyw .frlist .image-text_58{
    margin: 29px 0 69px 89.8%;
}
.xdyw .frlist .list_1 .tit{
    margin-bottom: 15px;
    transition: background-color 1s ease; /* 设置过渡效果 */
}
.xdyw .frlist .list_1 .tit:hover .group_22{
    width: 88px;
    height: 88px;
    background: url(../image/xdywbg2.png) 100% no-repeat;
    background-size: 100% 100%;
}
.xdyw .frlist .list_1 .tit:hover .text-group_50{
    margin: 9px 0 0 17px;
}
.xdyw .frlist .list_1 .tit:hover span{
    color: rgba(255, 255, 255, 1);
}
.xdyw .frlist .list_1 .tit:hover{
    background-color: #C80000;
}
.xdyw .frlist .list_1 .tit:hover .line2{
    background-color: #FFF;
}
.xdyw .frlist .list_1 .tit .link{
    width: 93px;
    height: 80px;
    margin-top: 10px;
    border-left: 1px dotted #fff;
}
.xdyw .frlist .list_1 .tit .link img{
    width: 20px;
    height: 32px;
    margin: 23px 0 0 40px;
}
.con2{
    width: 83.184%;
    height: 100%;
    margin: auto;
    margin-top: 50px;
    z-index: 10;
    position: relative;
}
.con2 .tzgg{
    width: 48%;
      background: url(../picture/schoolbadge2.png) no-repeat center center;
}

.con2 .tzgg .title_2 .txt{
    position: relative;
    left: -35px;
    top: 17px;
}
.con2 .tzgg .list_2{
    overflow: hidden;
}
.con2 .tzgg .list_2 a>div{
    background-color: transparent;
}
.con2 .tzgg .list_2 a>div .time{
    margin: 20px 0 0 20px;
}
.con2 .tzgg .list_2 a>div .txt{
    width: 580px;
    margin: 20px 52px 0 20px;
}
.con2 .tzgg .list_2 a>div span{
    color: #000;

}
.con2 .tzgg .list_2 a>div:hover{
    background-color: rgba(7, 98, 67, 1);
}
.con2 .tzgg .list_2 a>div:hover span{
    color: #fff;
}
.con2 .tzgg .list_2 a>div{
    width: 100%;
}
.con2 .mtsy{
    width: 48%;
    /*background: url(../picture/schoolbadge2.png) no-repeat center center;*/
}
.con2 .mtsy .title_3 .txt{
    position: relative;
    left: -35px;
    top: 17px;
}
.con2 .mtsy .title_3 .txt img{
    position: relative;
    left: 100px;
}
.con2 .mtsy .list_3 a>div{
    width: 100%;
    border-bottom: 1px dashed rgba(153, 153, 153, .2);
}
.con2 .mtsy .list_3 a>div .tit{
    width: 500px;
    color: #000;
    font-weight: normal;
}
.con2 .mtsy .list_3 a>div .tit:hover{
    color: #076243;
    font-weight: 700;
}
.con2 .mtsy .list_3 a>div .time{
    margin: 20px 0 0 24px;
}
.con3{
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 120px;
    margin-top: -40px;
    background: url(../picture/xzxd_bg2.png) no-repeat;
    background-size: 112%;
    overflow: hidden;
}
.con3 .banner_3 {
    width: 100%;
}
.con3 .xzxd{
    margin: auto;
    width: 84%;
    padding-left: 20px;
    justify-content: left;
}
.con3 .xzxd .title_4 .svg{
    opacity: .6;
}
.con3 .xzxd .title_4 .txt{
    position: relative;
    left: -35px;
    top: 17px;
}
.con3 .xzxd .title_4 .txt span{
    color: rgba(255, 255, 255, 1);
}
.con3 .xzxd .title_4 .txt img{
    position: relative;
    left: 70px;
    opacity: .6;
}
.con3 .xzxd .text_6{
    display: inline-block;
    margin-top: 51px;
}
.con3 .xzxd .image-text_49{
    margin: 180px 0 0 0;
}
.con3 .xzxd .newslist{
    margin: 0 40px 60px 160px;
}
.con3 .xzxd .newslist ul{
    display: flex;
    margin: auto;
    justify-content: space-around;
}
.con3 .xzxd .newslist ul li{
    text-align: center;
    margin-right: 68px;
    cursor: pointer;
    position: relative;
}
.con3 .xzxd .newslist ul li:nth-child(1){
    margin-left: 50px;
}
.con3 .xzxd .newslist ul li:nth-child(5){
    margin-right: 0;
}
.con3 .picScroll .hd {
    margin-left: 80px;
}
.con3 .xzxd .newslist ul li p{
    font-weight: bold;
    font-size: 26px;
    color: #024C8F;
}
/* .con3 .xzxd .newslist ul li:hover p{
    color: #257fd3;
    font-weight: bold;
} */
.con3 .xzxd .newslist ul li:hover::before {
    content: "";
    position: absolute;
    width: 64px; /* 外圆的直径 */
    height: 64px; /* 外圆的直径 */
    bottom: 50%; /* 调整底部定位 */
    left: 50%; /* 调整左边定位 */
    border: 1px solid #024C8F;
    border-radius: 50%; /* 使形状为圆形 */
    box-sizing: border-box; /* 确保宽度和高度包括边框 */
    transform: translate(-50%, 50%); /* 通过transform属性让元素的中心对齐 */
    opacity: .2; /* 透明度 */
}
.con3 .xzxd .newslist ul li:hover::after {
    content: "";
    position: absolute;
    width: 42px; /* 外圆的直径 */
    height: 42px; /* 外圆的直径 */
    background-color: #024C8F; /* 内圆的颜色 */
    bottom: 50%; /* 调整底部定位 */
    left: 50%; /* 调整左边定位 */
    border-radius: 50%; /* 使形状为圆形 */
    box-sizing: border-box; /* 确保宽度和高度包括边框 */
    transform: translate(-50%, 50%); /* 通过transform属性让元素的中心对齐 */
    opacity: .2; /* 透明度 */
}
.con3 .xzxd .newslist ul li.on::before{
    content: "";
    position: absolute;
    width: 64px; /* 外圆的直径 */
    height: 64px; /* 外圆的直径 */
    bottom: 50%; /* 调整底部定位 */
    left: 50%; /* 调整左边定位 */
    border: 1px solid #024C8F;
    border-radius: 50%; /* 使形状为圆形 */
    box-sizing: border-box; /* 确保宽度和高度包括边框 */
    transform: translate(-50%, 50%); /* 通过transform属性让元素的中心对齐 */
    opacity: .2; /* 透明度 */
}
.con3 .xzxd .newslist ul li.on::after{
    content: "";
    position: absolute;
    width: 42px; /* 外圆的直径 */
    height: 42px; /* 外圆的直径 */
    background-color: #024C8F; /* 内圆的颜色 */
    bottom: 50%; /* 调整底部定位 */
    left: 50%; /* 调整左边定位 */
    border-radius: 50%; /* 使形状为圆形 */
    box-sizing: border-box; /* 确保宽度和高度包括边框 */
    transform: translate(-50%, 50%); /* 通过transform属性让元素的中心对齐 */
    opacity: .2; /* 透明度 */
}
.con3 .xzxd .more{
    margin-top: -25px;
  	margin-left:61%
}
.con4 .xdkd{
    width: 100%;
    margin: auto;
    margin-top: 40px;
}
.con4 .xdkd .title_5{
    width: 84.86%;
    margin: auto;
}

.con4 .xdkd .title_5 .txt{
    position: relative;
    left: -35px;
    top: 17px;
}
.con4 .xdkd .title_5 .txt .group_51 .image_10{
    margin-left: 4px;
}
.con4 .xdkd .banner_4 .picScroll_2 .picList .show{
    z-index: 5;
    opacity: 1;
    transition: opacity 0.5s ease;  /* 添加过渡效果 */
    transform: translateY(0);
}
.con4 .xdkd .banner_4 .picScroll_2 .picList .hide{
    width: 380px;
    height: 468px;
    background: radial-gradient( 50% 97% at 50% 2%, #85099A 0%, #5A047C 100%);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.14);
    border-radius: 8px;
    padding: 60px 40px 48px 40px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.5s ease;  /* 添加过渡效果 */
    transform: translateY(-10);
}
.con4 .xdkd .banner_4 .picScroll_2 .picList .hide .title2{
    width: 300px;
    height: 60px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}
.con4 .xdkd .banner_4 .picScroll_2 .picList .hide .title2 span{
    color: #FEBA26;
    font-weight: Bold;
    margin-right: 10px;
}
.con4 .xdkd .banner_4 .picScroll_2 .picList .hide .title2 p{
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin: 30px 0 50px 0;
}
.con4 .xdkd .banner_4 .picScroll_2 .picList .hide .Introduction{
    margin-bottom: 40px;
    margin-top: 108px;
}
.con4 .xdkd .banner_4 .picScroll_2 .picList .hide .Introduction span{
    width: 300px;
    height: 112px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(255, 255, 255,.8);
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.con4 .xdkd .banner_4 .picScroll_2 .picList .hide .btn{
    width: 130px;
    height: 40px;
    background: #FEBA26;
    border-radius: 20px;
    cursor: pointer;
}
.con4 .xdkd .banner_4 .picScroll_2 .picList .hide .btn img{
    position: relative;
    top: 3px;
    left: 5px;
}
.con4 .xdkd .banner_4 .picScroll_2 .picList li:hover .show{
    opacity: 0;  /* 鼠标悬停时将透明度设置为0 */
    transform: translateY(-10px); /* 可根据需要调整 */
    pointer-events: none;  /* 防止在透明时仍然响应事件 */
}
.con4 .xdkd .banner_4 .picScroll_2 .picList li:hover .hide{
    opacity: 1;  /* 鼠标悬停时将透明度设置为1 */
    transform: translateY(-470px); /* 可根据需要调整 */
}

.con5 .xdrm{
    width: 84.86%;
    margin: auto;
    margin-top: 40px;
}
.con5 .xdrm .title_6{
    width: 79%;
}

.con5 .xdrm .title_6 .txt{
    position: relative;
    left: -35px;
    top: 17px;
}
.con5 .xdrm .mvList{
    width: 100%;
}

.con5 .xdrm .mvList .bg{
    position: relative;
    bottom: 80px;
    width: 19%;
}
.con5 .xdrm .mvList .list{
    width: 81%;
    margin-right: 20px;
  height: 100%;
  
}
.con5 .xdrm .mvList .list a>div {
    position: relative;
}
.con5 .xdrm .mvList .list span{
    color: transparent;
    position: absolute;
    display: flex;
    font-size: 24px;
    padding-left: 30px;
    padding-bottom: 10px;
    line-height: 40px;
    width: 100%;
    bottom: 0;
}
.touch{
    color: #fff !important;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
}
.con5 .xdrm .mvList .list .image-text_69{
    overflow: hidden;
}
.con5 .xdrm .mvList .list .image-text_69>img{
    transition: transform 1s; /* 添加此行以设置过渡时间 */
}
.con5 .xdrm .mvList .list .image-text_69>img:hover{
    transform: scale(1.1);
}
.con5 .xdrm .mvList .list .pic3 img, .con5 .xdrm .mvList .list .pic4 img, .con5 .xdrm .mvList .list .pic5 img{
    max-width: 455px;
}
.con5 .xdrm .mvList .list .pic1, .con5 .xdrm .mvList .list .pic2 {
    width: 32vw !important;
}
.con5 .xdrm .mvList .list .pic1 img, .con5 .xdrm .mvList .list .pic2 img{
    width: 100%;
}
.con5 .xdrm .mvList .list .pic3 span,
.con5 .xdrm .mvList .list .pic4 span,
.con5 .xdrm .mvList .list .pic5 span{
    font-size: 16px;
}
.con5 .xdrm .mvList .list a{
    margin-right: 20px;
}
.con5 .xdrm .mvList .list .pic1,
.con5 .xdrm .mvList .list .pic2,
.con5 .xdrm .mvList .list .pic3,
.con5 .xdrm .mvList .list .pic4,
.con5 .xdrm .mvList .list .pic5{
    border-radius: 5px;
}
.con5 .xdrm .mvList .list .pic1,
.con5 .xdrm .mvList .list .pic2{
    width: 100%;
    height: 411px;
}

.con5 .xdrm .mvList .list .pic3,
.con5 .xdrm .mvList .list .pic4,
.con5 .xdrm .mvList .list .pic5{
    width: 100%;
    height: 270px;
}

.con5 .xdrm .mvList .bg .icon{
    position: absolute;
    top: 118px;
    left: 75px;
    bottom: 133px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.con5 .xdrm .mvList .bg .icon img{
    margin-top: 30px;
}
.con5 .xdrm .mvList .bg .code{
    position: absolute;
    top: 118px;
    right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.con5 .xdrm .mvList .bg .code img{
    position: absolute;
    width: 100px;
    height: auto;
    top: 0px;
    right: 0;
    display: none;
}
.con6 .zlzt{
    width: 86%;
    margin: auto;
    margin-top: 40px;
    background: url(../picture/bg_green.png) 100% no-repeat;
    background-size: 900px 364px;
    background-position:top center;
}
.con6 .zlzt .title_7 .block_37{
    margin: auto;
}
.con6 .zlzt .title_7 .txt{
    position: relative;
    left: -35px;
    top: 17px;
}
.con7{
    width: 100%;
    padding-top: 8.5%;
    padding-bottom: 45px;
    margin-top: -8.5%;
    background: url(../picture/bg_xyztc.png) 100% no-repeat;
    background-size: cover;
    background-position:top center;
}
.con7 .xyztc{
    width: 59.15%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.con7 .xyztc .title_8 .block_37{
    margin: auto;
}
.con7 .xyztc .title_8 .txt{
    position: relative;
    left: -35px;
    top: 17px;
}
.con7 .xyztc .direct_train{
    margin-top: 40px;
}

.circle1, .circle2, .center {
    position: relative;
    border-radius: 50%; /* 使其呈现为圆形 */
}
@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.con7 .xyztc .direct_train .circle1 {
    width: 80px;
    height: 80px;
    box-shadow: inset 0px 0px 20px 0px rgba(7, 98, 67, .2);
    margin-top: 4%;
    animation: scaleAnimation 2s infinite; /* 添加动画 */
}

.con7 .xyztc .direct_train .circle2 {
    width: 50px;
    height: 50px;
    box-shadow: inset 0px 0px 20px 0px rgba(7, 98, 67, .2);
    top: 19%;
    left: 19%;
    animation: scaleAnimation 2s infinite; /* 添加动画 */
}

.con7 .xyztc .direct_train .center{
    width: 24px;
    height: 24px;
    background: rgba(7, 98, 67, .8);
    top: -28%;
    left: 35%;
}

.con7 .xyztc .direct_train .link_3,
.con7 .xyztc .direct_train .link_4,
.con7 .xyztc .direct_train .link_5{
    width: 139px;
    height: 139px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}
.con7 .xyztc .direct_train .container {
    position: relative; /* 为了使绝对定位的伪元素正确定位 */
    padding: 15px;
    overflow: hidden; /* 确保伪元素不超出容器边界 */
    z-index: 1;
}

.con7 .xyztc .direct_train .container::before {
    display: none;
    content: ""; /* 创建一个伪元素 */
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    background-image: url(../image/Innerring.png); /* 使用第一个背景图 */
    background-repeat: no-repeat; 
    background-size: contain; /* 根据需要设置背景图的大小 */
    animation: rotateClockwise 10s linear infinite; /* 应用顺时针动画 */
    transform-origin: center; /* 设置旋转中心 */
    z-index: -1; /* 确保伪元素在容器后面 */
}

.con7 .xyztc .direct_train .container::after {
    display: none;
    content: ""; /* 创建第二个伪元素 */
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    background-image: url(../image/OuterRing.png); /* 使用第二个背景图 */
    background-repeat: no-repeat; 
    background-size: contain; /* 根据需要设置背景图的大小 */
    animation: rotateCounterClockwise 10s linear infinite; /* 应用逆时针动画 */
    transform-origin: center; /* 设置旋转中心 */
    z-index: -1; /* 确保伪元素在容器后面 */
}

@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateCounterClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translate(69.5px); /* 半径为69.5px */
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg) translate(69.5px); /* 半径为69.5px */
    }
}
@keyframes rotate2 {
    0% {
        transform: translate(-50%, -50%) rotate(360deg) translate(69.5px); /* 半径为69.5px */
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg) translate(69.5px); /* 半径为69.5px */
    }
}

.con7 .xyztc .direct_train .container:hover::before,
.con7 .xyztc .direct_train .container:hover::after {
    display: inline-block;
    content: ""; /* 添加一个空内容，确保伪元素可见 */
}
.con7 .xyztc .direct_train .container .drop{
    width: 8px;
    height: 8px;
    background: #076243;
    border-radius: 50%;
    position: absolute; /* 绝对定位使它绕着 link_3 */
    top: 50%; /* 根据需要调整 */
    left: 50%; /* 根据需要调整 */
    transform: translate(-50%, -50%); /* 使它以 center 为中心 */
    animation: rotate 4s linear infinite; /* 设置动画 */
}
.con7 .xyztc .direct_train .container .drop2{
    animation: rotate2 4s linear infinite; /* 设置动画 */
}

.con7 .xyztc .direct_train .link_3 img,
.con7 .xyztc .direct_train .link_4 img,
.con7 .xyztc .direct_train .link_5 img{
    margin-top: 25px;
    margin-bottom: 16px;
}
.con7 .xyztc .direct_train .link_3 p,
.con7 .xyztc .direct_train .link_4 p,
.con7 .xyztc .direct_train .link_5 p{
    text-align: center;
    color: #076243;
}
.con7 .xyztc .xyztcline{
    margin: auto;
    position: relative;
    bottom: 84px;
    width: 92%;;
    height: 1px;
    border: 1px dashed #076243;
    z-index: 0;
}

.con8{
    width: 100%;
    height: 418px;
    background-color: #076243;
}
.con8 .footer{
    width: 84.86%;
    margin: auto;
    background: url(../picture/bg_footer.png) 100% no-repeat;
    background-size: 80% 73%;
    background-position: 80% 100%;
}
.con8 .footer .link_6{
    font-size: 20px;
    margin-top: 40px;
}
.con8 .footer>.flex{
    border-bottom: 1px solid rgba(255, 255, 255,.4);
    padding-bottom: 20px;
}
.con8 .footer .link_6 span{
    color: rgba(255, 255, 255,.7);
    margin: 0 20px;
}
.con8 .footer .share{
    margin-top: 30px;
}
.con8 .footer .share a{
    display: inline-block;
    margin-right: 20px;
}
.con8 .footer .share a img{
    /* margin-right: 20px; */
}
.con8 .footer .share .code{
    width: 100px;
    position: absolute;
    margin-top: -130px;
    margin-bottom: 30px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    /* visibility: hidden; */
    transition: opacity 0.5s, visibility 0s 0.5s; /* 增加延迟 */
    z-index: 10;
}
.con8 .footer .share a:hover img:nth-child(1){
    opacity: 1;
    /* visibility: hidden; */
    transition: opacity 0.5s, visibility 0s 0.5s; /* 增加延迟 */
}
.con8 .footer .share .wx{
    right: 20%;
}
.con8 .footer .share .wb{
    right: 16.5%;
}
.con8 .footer .share .dy{
    right: 13.3%;
}
.con8 .footer .share .backtop img{
    opacity: .7;
    margin-right: 0;
}
.con8 .footer .share .backtop{
    position: relative;
    bottom: 15px;
}
.con8 .footer .share .backtop span{
    margin-right: 10px;
    color: rgba(255, 255, 255,.7);
}
.con8 .footer .info{
    margin-top: 56px;
    padding-bottom: 35px;
    border: none;
}
.con8 .footer .info .footerlogo img{
    margin-bottom: 23px;
}
.con8 .footer .info .footerlogo p{
    color: #fff;
    font-size: 16px;
}
.con8 .footer .info .moreinfo>div{
    display: flex;
    padding: 0 20px;
}
.con8 .footer .info .moreinfo .xy{
    border-left: 1px solid rgba(255, 255, 255,.6);
}
.con8 .footer .info .moreinfo .zsb{
    border-left: 1px solid rgba(255, 255, 255,.6);
    border-right: 1px solid rgba(255, 255, 255,.6);
}
.con8 .footer .info .moreinfo .open{
    margin-right: 18px;
}
.con8 .footer .info .moreinfo .open em{
    width: 40px;
    height: 40px;
    display: block;
    background: url(../image/close.png) center center no-repeat;
    position: relative;
    left: -8px;
}
.con8 .footer .info .moreinfo .on em{
    background: url(../image/open.png) center center no-repeat;
}
.con8 .footer .info .moreinfo .open p {
    color: rgba(255, 255, 255,.6);
    writing-mode: vertical-rl; /* 从右到左竖排 */
    text-orientation: upright; /* 保持字体方向 */
}
/*.con8 .footer .info .moreinfo .call{
    display: none;
}*/
.con8 .footer .info .moreinfo .call>div{
    margin-bottom: 20px;
}
.con8 .footer .info .moreinfo .call span{
    color: #fff;
}
.con8 .footer .info .moreinfo .call>div img{
    position: relative;
    top: 5px;
    margin-right: 7px;
}
.con8 .footer .others{
    margin-top: -40px;
}
.con8 .footer .others a{
    margin-right: 20px;
}

/* zzjg */
.containerzzjg{ width: 1440px;position: relative;margin: auto;display: flex;justify-content: space-between;margin-top: 190px;}
.containerzzjg .left-c{ width: 280px; margin-top: 40px; }
.containerzzjg .pull-left{
    position: relative;
}
.containerzzjg .pull-left>img{
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    display: none;
}
.containerzzjg .left-c-top{ font-size: 22px; color: #fff; background: rgba(7, 98, 67, 1); line-height: 70px;text-align: center;}
.containerzzjg .left-nav li a{ display: block; font-size: 18px; color: #333; line-height: 55px; text-align: center; border-bottom: solid 1px #ddd; position: relative; background: #f6f6f5; }
.containerzzjg .left-nav li.active a,.left-nav li a:hover{ background: #fff; color: rgba(7, 98, 67, 1); }
.containerzzjg .left-nav li.active a:before,.left-nav li a:hover:before{ display: block; content: ""; position: absolute; left: 0;top: 0; bottom: 0; width: 4px; background: rgba(7, 98, 67, 1); }
.containerzzjg .right-c{ width: 1080px; margin-top: 40px; padding-bottom: 30px; }
.containerzzjg .right-c-title{ font-size: 18px; color: #333; }
.containerzzjg .right-c-top{ padding-bottom: 15px; border-bottom: solid 1px #ddd;display: flex;justify-content: space-between;}
.containerzzjg .nav-home{ color: #777; background: url(../image/icon-home.png) left center no-repeat; padding-left: 28px; }
.containerzzjg .nav-home a{color: #555;}
.containerzzjg .nav-home a:hover{ color: #049cde; }
.containerzzjg .gdlm{font-size: 18px; color: #fff;background: rgba(7, 98, 67, 1);width: 240px;height: 36px;line-height: 36px;text-align: center;margin-top: 20px;margin-bottom: 10px;}
.containerzzjg .right-list-txt li{ position: relative; padding-right: 225px; line-height: 42px; }
.containerzzjg .right-list-txt li a{ font-size: 16px; color: #555; padding-left: 20px;}
.containerzzjg .right-list-txt li span{ position: absolute; right:0; top: 0; font-size: 14px; color: #999; }
.containerzzjg .right-list-txt{ padding:15px 0; border-bottom: solid 1px #ddd; }
.containerzzjg .page-box{ margin-top: 30px; }
.containerzzjg .right-list-txt li a:hover,.right-c-nav a:hover{ color: #049cde; }
.containerzzjg .article-p{ padding-top: 10px; }
.containerzzjg .img-ul-list li{width: 33.333333%; padding:0 15px; margin-top: 20px; text-align: center;}
.containerzzjg .img-ul-list{ margin:0 -15px; display: flex;flex-wrap: wrap;}
.containerzzjg .img-ul-list li a{ position: relative; display: block; padding-top: 60%; }
.containerzzjg .img-ul-list li img{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.containerzzjg .img-ul-list .img-ul-tt{ height: 40px; background: #ddd; margin-top: 0; line-height: 40px; display: block; font-size: 16px; color: #333; padding:0 10px; }
.containerzzjg .img-ul-list .img-ul-tt:hover{ background: rgba(7, 98, 67, 1); color: #fff; }


/* list */
.xd_list{
    background: url(../picture/background.png) center bottom no-repeat;
    padding-bottom: 74px;
    margin-top: 190px;
}
.xd_list .header{
    height: 320px;
    background: url(../picture/listrouterbg.png) 100% no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative !important;
    z-index: 1;
}
.xd_list .header .router{
    width: 1440px;
    height: 100%;
    margin: auto;
    padding-top: 96px;
    position: relative;
}
.xd_list .header .router .fl .title{
    width: 200px;
}
.xd_list .header .router .fl h1{
    color: #fff;
    font-size: 28px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    padding-bottom: 19px;
    border-bottom: #fff solid 1px;
}
.xd_list .header .router .fl ul{
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
.xd_list .header .router .fl ul li{
    margin-right: 40px;
}
.xd_list .header .router .fr{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 105px;
    color: #fff;
    font-size: 20px;
}
.xd_list .header .router .fr span{
    font-size: 20px;
    margin:0 1rem;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 26px;
}
.xd_list .list{
    width: 1440px;
    margin: auto;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}
.xd_list .list ul li{
    width: 100%;
    height: 340px;
    background-color: #fff;
    margin-bottom: 40px;
    border-radius: 8px;
}
.xd_list .list ul li .pic{
    width: 560px;
    height: 320px;
    margin-top: 10px;
}
.xd_list .list ul li .pic img{
    width: 100%;
    height: 100%;
}
.xd_list .list ul li .info{
    width: 720px;
    margin-top: 80px;
    margin-right: 80px;
}
.xd_list .list ul li .info .info_title{
    margin-bottom: 40px;
}
.xd_list .list ul li .info .info_title p{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 31px;
    text-align: left;
    font-style: normal;
}
.xd_list .list ul li .info .info_title{
    margin-bottom: 50px;
}
.xd_list .list ul li .info .info_sammary p{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    padding-right: 16px;
}
.xd_list .list ul li .info .btn{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #c7c6c6;
    position: relative;
    top: 50px;
    left: 90%;
    opacity: 0.5;
}
.xd_list .list ul li .info .btn a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.xd_list .list ul li .info .btn:hover{
    background-color: #076243;
    opacity: 1;
}
.xd_list .list ul li .info .btn img{
    position: absolute;
    left: 25%;
    top: 40%;
}
/*nowlist*/
.xinwen .zuo .mingcheng>img{
	display:none;
}

/* content */
.xd_content{
    background: url(../picture/background.png) center bottom no-repeat;
    padding-bottom: 74px;
    margin-top: 150px;
}
.xd_content .header{
    height: 320px;
    background: url(../picture/listrouterbg.png) 100% no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative !important;
    z-index: 1;
}
.xd_content .header .router{
    width: 1440px;
    height: 100%;
    margin: auto;
    padding-top: 96px;
    position: relative;
}
.xd_content .header .router .fl .title{
    width: 200px;
}
.xd_content .header .router .fl h1{
    color: #fff;
    font-size: 28px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    padding-bottom: 19px;
    border-bottom: #fff solid 1px;
}
.xd_content .header .router .fl ul{
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
.xd_content .header .router .fl ul li{
    margin-right: 40px;
}
.xd_content .header .router .fr{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 105px;
    color: #fff;
    font-size: 20px;
}
.xd_content .header .router .fr span{
    font-size: 20px;
    margin:0 1rem;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 26px;
}
.xd_content .content{
    width: 1440px;
    height: 1420px;
    margin: auto;
    margin-top: -50px;
    padding: 50px 60px 0;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 10;
}
.xd_content .content>.fl{
    width: 70%;
}
.xd_content .content .fl .title h1{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}
.xd_content .content .fl .info{
    margin-top: 35px;
    height: 50px;
    border-bottom: 1px solid #07624366;
    padding-bottom: 18px;
}
.xd_content .content .fl .info span{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
}
.xd_content .content .fl .info .share{
    display: flex;
}
.xd_content .content .fl .info .share span{
    margin-right: 10px;
}
.xd_content .content .fl .info .share img{
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background-color: rgba(216, 216, 216, 1);
    border: 1px solid rgba(151, 151, 151, 1);
    margin-right: 6px;
}
.xd_content .content .fl .content_text{
    width: 100%;
    margin: 28px 0;
}
.xd_content .content .fl .more_content{
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid #07624366;
    position: relative;
}
.xd_content .content .fl .more_content p{
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
}
.xd_content .content .fl .more_content p:hover{
    color: #076243;
}
.xd_content .content .fl .more_content .prev{
    margin-bottom: 10px;
}
.xd_content .content .fl .more_content .backlist{
    width: 160px;
    height: 44px;
    background-color: #076243;
    border-radius: 4px;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    font-style: normal;
    color: #fff;
    margin-top: 10px;
}
.xd_content .content>.fr{
    width: 26%;
    margin-top: 70px;
    padding-left:50px;
    border-left: 1px solid #E6E6E6;
    margin-left: 50px;
}
.xd_content .content .fr .title{
    height: 40px;
    margin-bottom: 48px;
}
.xd_content .content .fr .title span{
    color: rgba(7, 98, 67, 1);
    font-size: 28px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 40px;
}
.xd_content .content .fr .title .fr img{
    width: 12px;
    margin: 15px;
    cursor: pointer;
}
.xd_content .content .fr .listbanner img{
    width: 100%;
    height: 200px;
    border-radius: 8px;
    display: none;
}
.xd_content .content .fr .listbanner ul li:nth-child(1) img{
    display: block;
}
.xd_content .content .fr .listbanner ul li{
    padding-bottom: 20px;
    border-bottom: 1px dashed #E6E6E6;
}
.xd_content .content .fr .listbanner ul li p{
    color: rgba(51, 51, 51, 1);
}
.xd_content .content .fr .listbanner ul li .title{
    height: auto;
    margin-top: 25px;
    margin-bottom: 10px;
}
.xd_content .content .fr .listbanner ul li:hover .title{
    color: rgba(7, 98, 67, 1);
}
.xd_content .content .fr .listbanner ul li .sammary{
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.xd_content .content .fr .listbanner ul li .time{
    color: rgba(7, 98, 67, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 20px;
}
                                             
                                             
/* phheader */
.mobile-inner {
    display: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fafafa;
    position: relative;
    z-index: 100;
    position: fixed !important;
    top: 0 !important;
}
.mobile-inner .mobile-inner-header .logo{
    padding: 10px 0 10px 15px;
}
.mobile-inner .mobile-inner-header .logo img{
    width: 40%;
}
.mobile-inner .mobile-inner-header .search_on{
    display: flex;
}.mobile-inner .mobile-inner-header .search_on::after{
    content: "";
    display: inline-block;
    clear: both;
}
.mobile-inner .mobile-inner-header .search_on{
    margin-top: 4%;
    margin-left: 20vw;
    border-radius: 50px;
}
.mobile-inner .mobile-inner-header .search_on input{
    width: 250px;
    height: 35px;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    padding-left: 5%;
    border-radius: 50px;
}
.mobile-inner .mobile-inner-header .search_on img{
    width: 25px;
    height: 25px;
    top: 5px;
    left: -35px;
}
/* .mobile-inner img {
    width: 100%;
    margin-bottom: 30px;
} */

.mobile-inner p {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px;
}

.mobile-inner-header {
    background-color: #076243;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 72px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 72px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 40px) / 2);
    top: calc((100% - 0px) / 2);
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
    top: calc((100% - 10px) / 2);
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    top: calc((100% - -10px) / 2);
    transform: translateY(-4px) rotate(0deg);
}





.mobile-inner-header-icon-click span:nth-child(1) {
    top: calc((100% - 0px) / 2);
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    top: calc((100% - 0px) / 2);
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}



@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);

    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}



@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}



@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(7, 98, 67,.8);
    width: 100%;
    position: absolute;
    top: 72px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
}
.mobile-inner-nav ul li ul{
    display: none;
}
.mobile-inner-nav ul li ul li{
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    padding-left: 1%;
    color: #FFFFFF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.mobile-inner-nav ul li>div{
    position: relative;
    width: 80%;
    margin-left: 10%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.mobile-inner-nav .nav-click{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.mobile-inner-nav .nav-click::before{
    transform: rotate(90deg);
}
.mobile-inner-nav .nav-click::before, .mobile-inner-nav .nav-click::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #fff;
    transition: all .36s;
}
.mobile-inner-nav li>div.act .nav-click::after {
    transform: rotate(90deg) !important;
}

.mobile-inner-nav ul li:hover {
    color: rgba(255, 255, 255, 0.4);
}
/* phheader */
                                       
