* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol,
ul {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: arial, 'hiragino sans gb', 'microsoft yahei', 'Simsun', sans-serif
}

a {
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 12px;
}

span {
    font-size: 12px;
}

img {
    border: 0px;
}

.main {
    width: 1100px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w-clear {
    clear: both;
}

.eg-logo {
    border-bottom: 1px solid #f2f2f2;
    height: 42px;
    display: flex;
    align-content: center;
}

.eg-logo span {
    line-height: 42px;
}

.eg-logo img {
    height: 15px;
    padding-right: 6px;
    display: inline-block;
}

/* 本案例CSS*/
.hy-1 {
    position: relative;
    z-index: 9999;
    box-sizing: border-box;
    padding: 25px 0;
}

.wrap {
    width: 1100px;
    margin: 0 auto;
}

#nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.nav-top {
    display: flex;
    justify-content: flex-end;
}

.nav-top1 {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

.heng:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 17px 0 16px;
    background: #dddddd;
    vertical-align: middle;
}

.zoomIn {
    width: 17px;
    height: 17px;
    margin-left: 5px;
    background: url(../img/btn_fontsize.png) no-repeat top left;
}

.zoomOut {
    width: 17px;
    height: 17px;
    margin-left: 5px;
    background: url(../img/btn_fontsize.png) no-repeat bottom left;
}

.nav-top1 a {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}

.nav-top1 img {
    display: block;
}

.nav-fl {
    width: calc(100% - 90px);
}

.nav-bottom {
    display: flex;
    padding-left: 50px;
    margin-top: 29px;
    align-items: center;
}

.hy-2 {
    width: 89px;
    overflow: hidden;
}

.hy-2 a {
    display: block;
}

.hy-2 a img {
    max-width: 100%;
}

ul.dh-nav {
    display: inline-flex;
    flex: 1;
}

li.dh-navitem {
    flex: 1;
}

li.dh-navitem > a {
    display: block;
    text-align: center;
    font-size: 16px;
    position: relative;
    color: #000;
}

li.dh-navitem > a::before {
    display: none;
    content: '';
    position: absolute;
    left: 20%;
    bottom: 0;
    background: #1059f0;
    width: 60%;
}

li.dh-navitem:hover > a,
li.dh-navitem.active > a {
    color: #1059f0;
}

li.dh-navitem:hover > a::before,
li.dh-navitem.active > a::before {
    display: block;
}

/* 二级菜单 */
.subMenu {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 25px 0;
}

.subMenu-1 > .wrap > li > a:before {
    content: '-';
    display: inline-block;
    position: absolute;
    top: 1px !important;
    left: 0;
    color: #333333;
    font-size: 14px;
    line-height: 1;
}

.subMenu > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.subMenu-1::after {
    content: "";
    display: block;
    clear: both;
}

.subMenu-1 {
    display: flex;
}

.subMenu-2 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 20%);
}

.subMenu-n {
    width: 20%;
}

.subMenu-n p {
    font-size: 26px;
    position: relative;
}

.subMenu-n p:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #333333;
}

.fenx::after {
    background: url(../img/blt_newwin.png) no-repeat right;
    width: 12px;
    height: 12px;
    margin-left: 12px;
    margin-top: -2px;
    vertical-align: middle;
    display: inline-block;
    content: "";
}

.subMenu-2 li {
    width: 25%;
    padding: 10px 0;
}

.subMenu-2 li p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subMenu-2 li a {
    display: block;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.subMenu-2 li a:hover {
    color: #346d94;
    text-decoration: underline;
}

.subMenu > ul > li > a:hover {
    color: #333;
}

.nav-allmenu {
}

.nav-allmenu-1 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-allmenu-1 img {
    width: 20px;
    display: block;
    margin-right: 8px;
}

.now {
    display: block;
    background: url(../img/bg_lang.png) no-repeat 100% 5px;
    padding-right: 25px;
    color: #333333;
    cursor: pointer;
}

.lang-op {
    background: #fff;
    /*border: 1px solid #346d94;*/
    padding: 1px 12px;
    position: relative;
}

.lang-options {
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 26px;
    padding: 0 13px;
    border: 1px solid #346d94;
}

.lang-options a {
    display: block;
    padding: 5px 0;
    color: #333;
    text-decoration: none;
}

.y_06 {
    margin-top: -6px;
    width: 50px;
}

.y_06 img {
    width: 22px;
}

.y_07 {
    width: 100%;
    display: none;
    top: 133px;
    left: 0;
    height: 145px;
    box-sizing: border-box;
    position: absolute;
    z-index: 99;
    border-top: 2px solid #346d94;
    border-bottom: 1px solid #c0c0c0;
    background: #ffffff;
    transition: background 0.3s ease-in-out;
}

.y_08 {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding-top: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.y_08 p {
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    vertical-align: middle
}

.y_09 {
    position: relative;
    width: 430px;
    height: 50px;
    padding: 0 18px 0 5px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    border: 2px solid #5d92af;
    background: #f0f0f0;
}

.y_08 input {
    width: 480px;
    height: 40px;
    border: none;
    font-size: 14px;
    outline: none;
    padding-left: 16px;
    line-height: 40px;
    float: left;
    background: none;
    box-sizing: border-box;
}

.y_08 a {
    float: right;
    width: 80px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.y_08 a:hover {
    color: #fff;
}


.jwt_3 {
    width: 100%;
    height: calc(100% - 90px);
    position: relative;
}

.ds_02 {
    width: 44px !important;
    height: 44px !important;
    background-image: none !important;
    top: 50% !important;
    right: 10% !important;
}

.ds_03 {
    width: 44px !important;
    height: 44px !important;
    background-image: none !important;
    top: 50% !important;
    left: 10% !important;
}

/*.banner_1 {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	vertical-align: middle;*/
/*	display: table-cell;*/
/*	text-align: center;*/
/*}*/

/*.banner_1 img {*/
/*	width: 100%;*/
/*	display: block;*/
/*}*/

/*.swiper-button-prev:after,*/
/*.swiper-rtl .swiper-button-next:after {*/
/*	content: none !important;*/
/*}*/

/*.swiper-button-next:after,*/
/*.swiper-rtl .swiper-button-prev:after {*/
/*	content: none !important;*/
/*}*/


/*#jwt_4 {*/
/*	overflow: hidden;*/
/*}*/

/*.jwt_4>.swiper-pagination-bullet {*/
/*	background: rgba(0, 0, 0, 1) !important;*/
/*}*/
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none !important;
}


#jwt_4 {
    overflow: hidden;
}

.jwt_4 > .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 1) !important;
}

#jwt_4,
#jwt_4 .swiper-wrapper,
#jwt_4 .swiper-slide {
    height: 560px;
}

.banner_1 {
    width: 100%;
    height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.banner_1 img {
    height: 560px;
    width: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* 整体右侧隐藏 */
.nav-allmenu-2 {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: left .35s ease;
    z-index: 99999;
}

/* 整体容器：默认在右侧不可见 */
.nav-allmenu-2 {
    position: fixed;
    inset: 0;
    left: 100%;
    transition: left .35s ease;
    z-index: 99999;
    pointer-events: none;
    /* 默认不接收点击 */
}

/* 黑色背景遮罩（默认透明） */
.nav-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity .35s ease .2s;
}

/* 白色菜单面板 */
.nav-panel {
    width: 1100px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 1;
}

/* 打开菜单：滑入 + 遮罩淡入 */
.nav-allmenu-2.active {
    left: 0;
    pointer-events: auto;
}

.nav-allmenu-2.active .nav-mask {
    opacity: 1;
}

/* 关闭动画：遮罩淡出（重要） */
.nav-allmenu-2.closing .nav-mask {
    opacity: 0;
    background: rgba(0, 0, 0, 0);
    transition: opacity .35s ease .2s;
}

/* 完成关闭后，再把菜单移回右侧 */
.nav-allmenu-2.closed {
    left: 100%;
}

.nav-allmenu-4 {
    padding: 50px 45px 50px 50px;

}

.nav-allmenu-5 {
    height: calc(100vh - 140px);
    overflow: hidden;
    overflow-y: auto;
}

.nav-allmenu-3 {
    height: 86px;
    padding: 0 40px;
    border-bottom: 2px solid #346d94;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nac-logo {
    width: 70px;
    display: block;
}

.nac-gb img {
    width: 24px;
    display: block;
}


.side_com {
    width: 100%;
    padding: 50px 0;
}

.com_info {
    width: 100%;
    margin: 0 auto 24px auto;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.com_info ul {
    display: flex;
}

.com_info ul li {
    cursor: pointer;
    text-align: center;
    margin-left: 35px;
}

.com_info ul li a {
    color: #666;
    font-size: 18px;
    display: block;
}

.com_info ul li.hover a {
    color: #115788;
    border-bottom: 1px solid #115788;
    font-weight: bold;
}

.info_bt {
    font-size: 26px;
    color: #222;
}

.two_lb {
    display: flex;
}

.two_lb1 {
    width: 25%;
    background: #007ca5;
    padding: 30px;
    margin-top: -1px;
    box-sizing: border-box;
    position: relative;
}

.two_lb1 p {
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
}

.two_lb1 a {
    display: inline-block;
    height: 28px;
    padding: 0 16px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
    bottom: 35px;
    position: absolute;
}

.two_lb1 a:hover {
    color: #fff;
}

.two_lb2 {
    width: 75%;
    box-sizing: border-box;
}

.two_lb2 ul {
    display: flex;
    flex-wrap: wrap;
}

.two_lb2 ul li {
    width: 33.3333%;
    line-height: 74px;
    margin: -1px 0 0 -1px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    height: 74px;
    position: relative;
}

.two_lb2 ul li a {
    color: #333;
    font-size: 18px;
}

.two_lb2 ul li img {
    width: 50px;
    display: inline-block;
    margin-top: -6px;
    margin-right: 10px;
}

.two_lb2 ul li:hover {
    background: #436ca9;
    outline: none;
}

.two_lb2 ul li:hover a {
    color: #ffffff;
    background: #436ca9;
}

.two_lb2 ul li:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 34px;
    right: 28px;
    width: 68px;
    height: 13px;
    background: url(../img/bg_maintab.png) no-repeat top left;
}


.two_lb12 {
    width: 75%;
    box-sizing: border-box;
}

.two_lb12 ul {
    display: flex;
    flex-wrap: wrap;
}

.two_lb12 ul li {
    width: 33.3333%;
    line-height: 74px;
    margin: -1px 0 0 -1px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    height: 74px;
    position: relative;
}

.two_lb12 ul li a {
    color: #333;
    font-size: 18px;
}

.two_lb12 ul li img {
    width: 50px;
    display: inline-block;
    margin-top: -6px;
    margin-right: 10px;
}

.two_lb12 ul li:hover {
    background: #436ca9;
    outline: none;
}

.two_lb12 ul li:hover a {
    color: #ffffff;
    background: #436ca9;
}

.two_lb12 ul li:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 34px;
    right: 28px;
    width: 68px;
    height: 13px;
    background: url(../img/bg_maintab.png) no-repeat top left;
}

.hui_bg {
    background: #d9dde0;
}

.side_com1 {
    width: 100%;
    padding: 50px 0;
}

.com_info1 {
    width: 100%;
    margin: 0 auto 24px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.com_info1 ul {
    display: flex;
}

.com_info1 ul li {
    cursor: pointer;
    text-align: center;
    margin-left: 35px;
}

.com_info1 ul li a {
    color: #666;
    font-size: 18px;
    display: block;
}

.com_info1 ul li.hover a {
    color: #115788;
    border-bottom: 1px solid #115788;
    font-weight: bold;
}


.two1_lb {
    display: flex;
}

.two1_lb1 {
    width: 25%;
    background: #3c70b7;
    height: 303px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

.two1_lb1 p {
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
}

.two1_lb1 span {
    display: block;
    margin-top: 14px;
    font-size: 16px;
}

.info1_bt {
    font-size: 26px;
    color: #222;
}

.info1_bt span {
    padding-left: 5px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.two1_lb1 a {
    display: inline-block;
    height: 28px;
    padding: 0 16px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
    bottom: 35px;
    position: absolute;
}

.two1_lb1 a:hover {
    color: #fff;
}

.two1_lb2 {
    width: 75%;
    box-sizing: border-box;
}

.two1_lb2 ul {
    display: flex;
    flex-wrap: wrap;
}

.two1_lb2 ul li {
    width: 33.3333%;
    background: #fff;
    height: 305px;
    border: 1px solid rgb(221, 221, 221);
    margin: -1px -1px 0 0;
    padding: 26px 25px;
    position: relative;
}

.two1_lb2 ul li p {
    height: 55px;
    line-height: 26px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
    white-space: normal;
    -ms-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
}

.two1_lb2 ul li span {
    display: inline-block;
    margin: 17px 0 8px 0;
    padding: 6px 15px;
    background: #d8dfea;
    color: #333333 !important;
    line-height: 19px;
}

.two1_lb2 ul li i {
    display: block;
    height: 60px;
    margin-top: 5px;
    -webkit-line-clamp: 3;
    color: #666666 !important;
    overflow: hidden;
    font-style: normal;
}

.two1_lb2 ul li em {
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-size: 14px;
    color: #333;
    position: absolute;
    width: calc(100% - 50px);
    bottom: 26px;
}

.two1_lb2 ul li:hover:after {
    display: block;
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 1;
    border: 2px solid #345d94;
}

.lb2_p {
    color: rgb(51, 51, 51);
    line-height: 22px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    -ms-word-wrap: normal;
    -ms-text-overflow: ellipsis;
    max-width: 87%;
    margin-top: 12px;
}

.lb2_img {
    width: 100%;
    height: 135px;
    overflow: hidden;
    display: block;
    min-height: 135px;
}

.two1_lb2 ul li span b {
    display: block;
    color: #074a73;
    font-weight: bold;
}

.tv_look {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.tvBox {
    width: 25%;
    height: 147px;
    margin-left: -5px;
    margin-top: -2px;
    padding: 0 20px;
    border: 1px solid #dddddd;
    border-left: 0;
    text-align: left;
    box-sizing: border-box;
}

.tvBox p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 0;
}

.tvBox > a {
    display: block;
    position: relative;
}

.tvBox > a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tvBox > a:hover:after {
    background: url(../img/ico_play_on.png) center center no-repeat;
    background-size: 40px 40px;
}

.huaguo:hover {
    background: #fff !important;
}

.xinwen_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.xinwen_2 img {
    width: 120px;
}

.xinwen_3 {
    position: relative;
    display: inline-block;
    padding: 5px 15px 5px 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.025em;
    color: #333;
}

.xinwen_3:hover {
    color: #333;
}

.xinwen_3:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 10px;
    background-color: #757575;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.xinwen_3:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #757575;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xinwen_4 {
    display: flex;
}

.xinwen_4 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    overflow: hidden;
}

.xinwen_4 ul li:first-child {
    border-left: 0;
}

.xinwen_4 ul li {
    padding: 0 20px;
    margin: 10px 0 25px 0;
    flex: 1;
    min-width: 200px;
    width: 100%;
    border-left: 1px solid #e7e7e7;
}

.xinwen_4 ul li a {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
}

.xinwen_4 ul li p {
    font-size: 16px;
    color: #212529;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 180px;
}

.xinwen_4 ul li span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 180px;
    color: #757575;
    margin-top: 6px;
}

.xinwen_4 ul li span i {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 80px);
    vertical-align: middle;
    font-style: normal;
    font-size: 14px;
    color: #757575;
    margin-left: 5px;
}

.xinwen_5 {
    width: 180px;
    height: 120px;
    margin-bottom: 15px;
}

.xinwen_5 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.scroll-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
}

.scroll-list {
    width: 920px;
    /* ★ 固定宽度容器 */
    overflow: hidden;
    white-space: nowrap;
    /* 不换行，横向展示 */
}

.scroll-list .item {
    width: 230px;
    /* ★ 固定 item 宽度 */
    display: inline-block;
    /* 不用 flex */
    margin-right: 0;
    /* 如果需要间距再加 */
    text-align: center;
}

.scroll-list .item img {
    height: 40px;
}

.controls button {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
    font-size: 16px;
    margin-left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.controls button:hover {
    background: #f5f5f5;
}

.controls {
    display: flex;
}

/* 弹窗 */
.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: rgb(255, 255, 255);
    margin: 0px auto;
    padding: 30px 40px 60px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 650px;
    position: relative;
    z-index: 10;
}

.tanc_bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.close111 {
    position: absolute;
    right: 40px;
    top: 36px;
    cursor: pointer;
}

.close111 img {
    width: 20px;
}

.tanc_bt {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
}

.neirong_1 {
    max-height: 365px;
    overflow-y: auto;
    padding-right: 30px;
    letter-spacing: -0.8px;
    color: #606060;
}

.neirong_1 table {
    border-top-color: rgb(51, 51, 51);
    border-top-width: 2px;
    border-top-style: solid;
    width: 100%;
}

.neirong_1 table tr:first-child > th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.neirong_1 thead th {
    background: rgb(245, 245, 245);
    padding: 13px 0px 12px;
    text-align: center;
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
}

.neirong_1 tbody th {
    text-align: center;
    padding: 17px 20px 16px;
    border-right-color: rgb(221, 221, 221);
    border-right-width: 1px;
    border-right-style: solid;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.neirong_1 tbody td {
    text-align: center;
    padding: 17px 20px 16px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.neirong_1 tbody td a {
    color: #333;
}

.neirong_1 tbody td a::after {
    background: url(../img/blt_newwin.png) no-repeat right;
    width: 12px;
    height: 12px;
    margin-left: 12px;
    margin-top: -2px;
    vertical-align: middle;
    display: inline-block;
    content: "";
}

.bottom_but {
    display: flex;
    justify-content: flex-end;
}

.bottom_but a {
    position: relative;
    padding: 0 20px 0 28px;
    border: 1px solid #dddddd;
    border-bottom: 0;
    background: #f6f4f3;
    font-weight: bold;
    font-size: 15px;
    line-height: 48px;
    color: #666;
}

.bottom_but a:hover {
    color: #666;
}

.bottom_but > a:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 8px;
    margin-left: 8px;
    vertical-align: middle;
}

.bottom_but a.open:after {
    background: url(../img/bg_sitebtn.png) no-repeat top left;
}

.bottom_but a.closee:after {
    background: url(../img/bg_sitebtn.png) no-repeat 0 -8px;
}

/* 动画区域 */
.bottom_neir {
    overflow: hidden;
    height: 0;
    transition: height 0.35s ease;
    background: #f7f4f3;
    box-sizing: border-box;
    margin-top: -1px;
}

/* 内容真正的内层（用于自动计算高度） */
.bottom_neir_inner {
    border-top: 1px solid #dddddd;
}

.bottom_li ul li:first-child {
    border: none;
}

.bottom_li ul li {
    position: relative;
    padding: 40px 0 10px 0;
    border-top: 1px solid #dddddd;
}

.bottom_li > ul > li > a {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding-top: 18px;
    color: #333333;
    display: inline-block;
    position: relative;
}

.bottom_li > ul > li > a:before {
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    background: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.li_bt {
    display: inline-block;
    position: absolute !important;
    left: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding-top: 18px;
    color: #333333;
}

.li_cd {
    padding-left: 250px;
    text-align: left;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
}

.li_cd > a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: block;
    width: 170px;
    margin-bottom: 30px;
}

.li_list {
    width: calc(100% - 170px);
    border-left: 0;
}

.li_list > a {
    display: inline-block;
    color: #666666;
    border-left: 1px solid #d5d5d5;
    padding: 0 28px;
    margin-bottom: 30px;
    line-height: 16px;
    font-size: 14px;
}

.li_list > a:nth-child(6n+1) {
    border-left: 0;
    padding-left: 0;
}

.li_list > a:hover {
    color: #666;
}


.botton-db {
    width: 100%;
    border-top: 1px solid #c2c2c2;
    background: #ededed;
    text-align: center;
    margin-top: 1px;
}

.botton-db0 {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
}

.botton-db2 {
    padding-right: 100px;
}

.botton-db2 ul {
    display: flex;
    margin-bottom: 15px;
}

.botton-db2 ul li {
    padding: 0 10px;
    border-right: 1px solid #d5d5d5;
    line-height: 16px;
}

.botton-db2 ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.botton-db2 ul li:nth-child(2) a {
    color: rgb(52, 109, 148);
    font-weight: bold;
    text-decoration: underline;
}

.botton-db2 ul li:last-child {
    margin-left: 0;
    border: 0;
}

.botton-db2 ul a {
    display: inline-block;
    font-size: 15px;
    color: #333;
}

.botton-db2 ul a:hover {
    color: #333;
}

.botton-db2 p {
    text-align: left;
    margin-top: 2px;
    font-size: 14px;
}

.botton-db2 p span:nth-child(2) {
    border-left: 1px solid #d5d5d5;
    padding-left: 10px;
    margin-left: 10px;
}

.botton-db3 ul {
    display: flex;
    align-items: center;
}

.botton-db3 li:first-child a {
    overflow: hidden;
    display: block;
    width: 50px;
    height: 33px;
    background: url(../img/ico_wa.png) no-repeat top left;
    text-indent: -999px;
}

.botton-db3 li:nth-child(2) a {
    overflow: hidden;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 6px;
    border-radius: 18px;
    text-indent: -9999px;
    vertical-align: top;
    background: #f6f4f3 url(../img/bg_sns.png) no-repeat 0 0;
}

.botton-db3 li:nth-child(3) a {
    overflow: hidden;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 6px;
    border-radius: 18px;
    text-indent: -9999px;
    vertical-align: top;
    background: #f6f4f3 url(../img/bg_sns.png) no-repeat 0 -36px;
}

.botton-db3 li:nth-child(4) a {
    overflow: hidden;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 6px;
    border-radius: 18px;
    text-indent: -9999px;
    vertical-align: top;
    background: #f6f4f3 url(../img/bg_sns.png) no-repeat 0 -72px;
}

.botton-db3 li:nth-child(5) a {
    overflow: hidden;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 6px;
    border-radius: 18px;
    text-indent: -9999px;
    vertical-align: top;
    background: #f6f4f3 url(../img/bg_sns.png) no-repeat 0 -108px;
}

.gengduo {
    display: none;
}


@media (max-width: 1025px) {
    .top_dh {
        width: 100%;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dh_logo {
        padding-left: 20px;
    }

    .dh_logo img {
        width: 46px;
    }

    .dh_ch {
        display: flex;

    }

    .btn {
        width: 56px;
        height: 56px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .dh_ch img {
        width: 24px;
    }

    .main {
        width: 100%;
    }

    .side_com {
        padding: 40px 15px;
    }

    .com_info {
        flex-direction: column;
    }

    .info_bt {
        margin-bottom: 18px;
        font-size: 22px;
    }

    .com_info ul li {
        margin: 0 18px;
    }

    .two_lb1 {
        display: none;
    }

    .hui_bg,
    .tv_look,
    .scroll-wrapper {
        padding: 40px 15px 40px 15px;
    }

    .xinwen {
        padding: 10px 15px 10px 15px;
    }

    .two_lb2 {
        width: 100%;
    }

    .two_lb2 ul li {
        line-height: 58px;
        height: 58px;
    }

    .com_info ul li a {
        font-size: 15px;
    }

    .two_lb2 ul li img {
        width: 42px;
    }

    .two_lb2 ul li a {
        font-size: 14px;
    }

    .side_com1 {
        padding: 0;
    }

    .com_info1 {
        flex-direction: column;
    }

    .com_info1 ul li {
        margin: 0 18px;
    }

    .info1_bt {
        margin-bottom: 18px;
        font-size: 22px;
    }

    .info1_bt span {
        display: none;
    }

    .com_info1 ul li a {
        font-size: 14px;
    }

    .two1_lb1 {
        display: none;
    }

    .two1_lb2 {
        width: 100%;
    }

    .lb2_img {
        height: 25vw;
    }

    .two1_lb2 ul li {
        height: auto;
        min-height: 310px;
    }

    .gengduo {
        display: block;
        width: calc(100% - 2px);
        height: 43px;
        border: 1px solid #dddddd;
        border-top: 0;
        background: #ffffff;
        font-size: 14px;
        line-height: 42px;
        text-align: center;
        color: #333;
    }

    .gengduo img {
        width: 8px;
        margin-top: -2px;
        margin-left: 6px;
    }

    .two_lb12 {
        width: 66.66666%;
    }

    .tvBox {
        width: 33.33333%;
        height: 121px;
        margin-top: -1px;
    }

    .two_lb12 ul li {
        width: 50%;
        height: 41px;
        padding: 0 18px 0 10px;
        line-height: 41px;
    }

    .two_lb12 ul li a {
        font-size: 13px;
    }

    .tvBox p {
        height: 14px;
    }

    .tvBox > a img {
        width: 100%;
    }

    .two_lb12 ul li:after {
        background: none;
    }

    .bottom_but {
        width: calc(100% - 30px);
        margin: 0 auto 25px auto;
    }

    .bottom_but a {
        display: block;
        width: 100%;
        height: 43px;
        border: 1px solid #dddddd;
        font-weight: bold;
        font-size: 15px;
        line-height: 41px;
        text-align: center;
        background: #fff;
    }

    .botton-db0 {
        position: relative;
        display: block;
    }

    .botton-db1 {
        position: absolute;
        top: 25px;
        left: 40px;
    }

    .botton-db2 p {
        position: relative;
        left: 130px;
        width: fit-content;
    }

    .botton-db2 ul {
        position: absolute;
        top: 130px;
        flex-wrap: wrap;
        width: 100%;
    }

    .botton-db3 ul {
        justify-content: center;
        margin-top: 180px;
    }

    .botton-db2 ul li {
        width: 50%;
        border-bottom: 1px solid #d5d5d5;
    }

    .botton-db2 ul a {
        font-size: 14px;
        line-height: 34px;
    }

    .botton-db2 ul li:last-child {
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }

    .y_061 {
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .y_071 {
        top: 48px;
        background: #fff;
        height: 50px;
        border-bottom: 1px solid #eee;
        display: none;
        /* 初始隐藏 */
        transition: opacity .3s ease;
        position: absolute;
        left: 0;
        box-sizing: border-box;
        z-index: 99;
        width: 100%;
        border-bottom: 1px solid #c0c0c0;
    }

    .y_081 {
        padding: 0;
        height: 44px;
        background: #346d94;
        border-radius: 30px;
        margin: 0 10px;
        width: calc(100% - 20px);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .y_091 {
        height: 38px;
        border: none;
        width: calc(100% - 50px);
        padding: 0 10px 0 5px;

        position: relative;
        display: flex;
        align-items: center;
        border-radius: 25px;
        background: #f0f0f0;
    }

    .y_081 p {
        line-height: 44px;
        padding: 0 15px 0 10px;
    }

    .y_081 p img {
        width: 14px;
        display: block;
    }

    .y_081 input {
        width: calc(100% - 20px);
        height: 40px;
        border: none;
        font-size: 14px;
        outline: none;
        padding-left: 16px;
        line-height: 40px;
        float: left;
        background: none;
        box-sizing: border-box;
    }

    .y_081 a {
        width: 40px;
        float: right;
        height: 40px;
        display: block;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
    }

    .y_081 p:active .y_07 {
        display: none;
    }

    .y_071.hide {
        opacity: 0;
        display: none;
    }

    .y_071.show {
        display: block;
        opacity: 1;
    }

    .menu-close-top {
        height: 70px;
        background: #346d94;
        text-align: center;
    }

    .menu-close-top span {
        font-size: 22px;
        color: #ffffff;
        line-height: 62px;
        text-align: center;
    }

    .closeMenuBtn {
        font-size: 36px;
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
        line-height: 1;
        position: absolute;
        right: 18px;
        top: 10px;
    }

    .shouji_nav {
        background: #346d94;
        height: 40px;
    }

    .shouji_nav > .nav-top {
        justify-content: center;
    }

    .heng:before {
        margin: 0 18px;
    }

    .lang-op {
        background: none;
    }

    .now {
        display: block;
        background: url(../img/bg_lang_m.png) no-repeat 100% 6px;
        background-size: 12px 7px;
    }

    .nav1-top1 {
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
    }

    .nav-top1 a {
        color: #fff;
    }

    .nav1-top1 a {
        font-size: 12px;
        color: #fff;
        display: flex;
        align-items: center;
    }

    .lang1-options {
        background: #fff;
        position: absolute;
        width: 100%;
        left: 0;
        top: 26px;
        padding: 2px 13px;
        border: 1px solid #346d94;
    }

    .lang1-options a {
        color: #333 !important;
        line-height: 28px;
    }


    .side1_com {
        width: 100%;
        height: calc(100vh - 110px);
        display: flex;
    }

    .com1_info {
        width: 90px;
        height: 100%;
        background: #ebebeb;
        text-align: center;
    }

    .com1_info ul {
        display: flex;
        flex-direction: column;
    }

    .com1_info ul li {
        cursor: pointer;
        text-align: center;
        height: 65px;
        border-bottom: 1px solid #dddddd;
    }

    .com1_info ul li a {
        color: #666;
        font-size: 14px;
        display: block;
        height: 65px;
        line-height: 65px;
    }

    .com1_info ul li.hover a {
        color: #115788;
        background: #fff;
        font-weight: bold;
    }

    .contentbox2 {
        width: calc(100% - 90px);
        background: #fff;
    }

    .eg-logo img {
        padding-left: 24px;
        box-sizing: border-box;
    }

    a {

        color: #333;
    }

    .daohang {
        margin: 0 20px;
        line-height: 65px;
        border-bottom: 1px solid #333333;
        font-size: 18px;
        font-weight: bold;
    }

    .new1 img {
        width: 12px;
        height: 12px;
        margin-top: -4px;
    }

    .bottom_neir.open {
        top: 0;
        bottom: 0;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
    }

    .am-slider .am-slides img{
        max-width: 100% !important;
        width: auto !important;
    }
}

@media (max-width: 768px) {
    .two_lb2 ul li {
        width: 50%;
    }

    .two1_lb2 ul li {
        width: 50%;
    }

    .two1_lb2 ul li:nth-child(3) {
        display: none;
    }

    .two_lb12 {
        width: 100%;
    }

    .tvBox {
        width: calc(100% - 1px);
        height: auto;
        border: 1px solid #dddddd;
        margin-left: -3px;
    }

    .tvBox p {
        padding: 25px 0;
    }

    .tv_look {
        flex-direction: column;
    }

    .bottom_li {
        padding: 0 15px 25px 15px
    }

    .li_cd {
        padding: 0;
        flex-wrap: wrap;
    }

    .bottom_li > ul > li > a {
        position: relative !important;
        padding-top: 17px;
        font-weight: bold;
        font-size: 20px;
        line-height: 1;
        color: #333333;
        margin-bottom: 20px;
    }

    .li_cd > a {
        margin-bottom: 16px;
        font-size: 14px;
        font-weight: bold;
        color: #333333;
    }

    .li_list > a {
        border: 0;
        padding: 0;
        width: 49%;
        margin-bottom: 16px;
    }
}

@media (max-width: 426px) {
    .xinwen_4 ul li a {
        flex-direction: row;
        align-items: center;
        position: relative;
    }

    .xinwen_5 {
        width: 110px;
        height: 75px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .xinwen_4 ul li p {
        position: absolute;
        width: calc(100% - 110px);
        left: 120px;
        top: 0;
    }

    .xinwen_4 ul li {
        padding: 16px 0;
        margin: 0;
        border-top: 1px solid #e7e7e7;
        border-left: 0
    }

    .xinwen_4 ul li span {
        position: absolute;
        left: 120px;
        width: calc(100% - 110px);
        bottom: 0;
    }

    .xinwen_4 ul li span i {
        display: none;
    }

    .com_info1 ul li {
        margin: 0 10px;
    }
}