a[href="javascript:;"] {
    cursor: default;
}


@keyframes animloader14 {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

* {
    box-sizing: border-box;
}

p {
    font-size: 14px;
    color: #908e91;
    line-height: 22px;
}

.banner .sw-page .swiper-pagination-bullet-active {
    width: 28px !important;
    background: #0055A2 !important;
    border-radius: 6px !important;
}

#content p {
    margin-bottom: 22px;
}

#content p:last-child,
#content p.no_margin {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* 限制显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.cTil {
    padding: 0px 0 20px;
    margin-bottom: 25px;
}

.cH1 {
    color: rgb(102, 102, 102);
    font-family: æ€æºé»‘ä½“;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: justify;
}

.new-cH1 {
    font-size: 30px
}

.cH2 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0px;
    /* text-align: justify; */
    color: #067ADA;
}

.cImg {
    transition: all .8s;
}

.count {
    display: inline-block;
}

.m-mark {
    display: none;
}

.paging-static {
    position: static;
    margin-top: .1rem;
}

#header {
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, .15); */
    z-index: 99;
    transition: all 2s;
    box-sizing: border-box;
    /* background: rgba(0, 0, 0, 0.4); */
    /* box-sizing: border-box; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.6); */
    /* box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); */
    /* box-sizing: border-box; */
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    background: rgba(255, 255, 255, 0);
    background: url(../inhml_files/tbyin.png) no-repeat;
    background-size: 100% 100%;
}

#header.on {
    background: none;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-color: #eeece7;
}

#header .logo {
    float: left;
    width: 24.4%;
    height: 100%;
    background: url(../inhml_files/logo.png) no-repeat left center;
    background-size: 90%;
    margin: 0;
    /* transition: all .4s; */
}

#header.on .logo {
    background: url(../inhml_files/logohover.png) no-repeat left center;
    background-size: 90%;
}

#header .ri {
    float: right;
    height: 100%;
    margin-right: 0;
}

#header .ri .menu {
    float: left;
    height: 90px;
    margin-right: 0px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

#header .menu .seekBox {
    position: relative;
    float: left;
    width: 52px;
    height: 100%;
    background: url(../inhml_files/iconseek.png) no-repeat center;
    transition: all .4s;
}

#header .menu .seekBox .dd {
    position: absolute;
    top: 100%;
    height: 0;
    transition: all .4s;
    padding-left: 66px;
    padding-right: calc(2.8vw + 51px);
    left: -400px;
    width: 700px;
    background: #fff;
    overflow: hidden;
}

.hzhbtitlemod {
    display: none !important
}

#header .menu .seekBox .icon {
    position: absolute;
    left: 27px;
    top: 0;
    width: 25px;
    height: 80px;
    background: url(../inhml_files/iconseekon.png) no-repeat center;
}

#header .menu .seekBox input {
    width: 360px;
    height: 80px;
    padding: 20px 0;
    font-size: 15px;
    color: #000000;
}

#header .menu .seekBox .btn {
    position: absolute;
    left: 388px;
    top: 0;
    width: 80px;
    height: 80px;
    background: url(../inhml_files/iconto.png) no-repeat center;
    transition: all .4s;
    cursor: pointer;
}

#header .menu .seekBox .btn:hover {
    /* background-image: url(../inhml_files/icontoon.png); */
}

#header .menu .seekBox.on .dd {
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

#header .menu .langBox {
    position: relative;
    display: flex;
    justify-content: center;
    width: 68px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    height: 90px;
    line-height: 90px;
    font-weight: bold;
}

#header .menu .langBox .dt {
    padding-right: 13px;
    background: url(../inhml_files/icondown.png) no-repeat right center;
    transition: all .4s;
}

#header .sub_box {
    display: none;
    position: absolute;
    z-index: 55;
    left: 0;
    top: 0;
    width: 1200px;
    height: 61px;
    padding-left: 30px;
}

#header .sub_box a {
    float: left;
    font-size: 15px;
    line-height: initial;
    transition: all .4s;
    margin-right: 30px;
    font-weight: 500;
    color: rgb(153, 153, 153);
}

#header .sub_box .a2s {
    line-height: 60px;
    color: rgba(136, 136, 136, 1);
    font-family: Noto Sans SC;
    font-size: 16px;
    font-weight: 400;
}

#header .color_line {
    position: absolute;
    left: 0;
    top: 90px;
    right: 0;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    transition: all .6s;
    display: none;
    pointer-events: none;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
}

#header .nav {
    /* position: relative; */
    float: left;
    height: 100%;
}

#header .nav .navSlide {
    position: absolute;
    bottom: -1px;
    height: 2px;
    background: transparent;
    pointer-events: none;
    z-index: 9;
}

#header .nav .dl {
    float: left;
    height: 100%;
    position: relative;
}

#header .nav .dt {
    line-height: 90px;
    height: 100%;
    margin: 0 25px;
    transition: all .3s;
    color: rgba(255, 255, 255, 1);
    font-family: Noto Sans SC;
    font-size: 18px;
}

#header .nav .dt a {
    color: rgba(255, 255, 255, 1);
}

#header .nav .dd {
    height: 70px;
    position: absolute;
    left: 0;
    top: 100%;
}

#header .nav .dd.d7s {
    height: 70px;
    position: absolute;
    left: -800px;
    top: 100%;
}

#header .nav .ul {
    display: inline-block;
    height: 100%;
    background-color: #601d6d
}

#header .nav .dd a:hover {
    /* background: linear-gradient(90.00deg, rgb(0, 147, 221),rgb(0, 78, 189)); */
    font-weight: 400;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* display: inline-block; */
    color: rgba(0, 79, 153, 1);
}

#header .nav .dt a.on {
    /* color: #067ADA; */
}

#header .langBox .dd {
    position: absolute;
    padding-left: 40px;
    padding-right: 70px;
    left: -80px;
    top: 100%;
    height: 0;
    width: 200px;
    background: #fff;
    overflow: hidden;
    transition: all .4s;
}

#header .langBox .dd a {
    float: right;
    margin-left: 20px;
    font-size: 15px;
    height: 80px;
    line-height: 80px;
    color: #494949;
    transition: all .4s;
    cursor: pointer;
}

#header .langBox .dd a:hover {
    color: #c9952b;
}

#header .menu .langBox.on .dd {
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

#header.on .nav .dt {
    color: #333333;
}

#header.on .nav .dt a {
    color: #333333;
}

#header .color_line.on {
    display: block;
    /* height: auto; */
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
}

#header.on .menu .seekBox {
    background-image: url(../inhml_files/iconseekon.png);
}

#header.on .menu .langBox {
    color: #032974;
    display: block;
}

#header.on .nav {
    /* right: 3%; */
}

#header.on .zccz {
    border-radius: 0;
    box-shadow: none;
    background: none;
    width: auto;
    height: auto !important;
    float: left;
    margin-right: 43px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 16%;
}

#header.on .zccz h2 {
    color: #333333;
    font-size: 16px;
}

#header.on .menu .langBox .dt {
    background-image: url(../inhml_files/icondownon.png);
}

#header.on .menu-btn .i {
    background: #2369ad;
}

#header .menu-btn {
    display: none;
    position: relative;
    float: left;
    margin-top: 23px;
    width: 54px;
    height: 54px;
    z-index: 900;
    transition: all .4s;
    margin: 23px 17px 0 10px;
    cursor: pointer;
}

#header .menu-btn .cnt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 29px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#header .menu-btn .i {
    width: 100%;
    height: 3px;
    background: #0055a2;
    -webkit-transition: all .4s;
    transition: all .4s
}

#header .menu-btn.on .i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: rgba(187, 41, 44, 1);
}

#header .menu-btn.on .i:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#header .menu-btn.on .i:nth-child(2) {
    opacity: 0
}

#header .menu-btn.on .i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.headwrap {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    width: 88%;
    /* padding-left: 8.4%; */
    /* padding-right: 8.4%; */
}



#reTop {
    display: none;
    position: fixed;
    z-index: 800;
    right: 2%;
    bottom: 13%;
    cursor: pointer
}

#footer {
    padding: 0;
    height: auto;
    position: relative;
    background: rgba(0, 79, 153, 1);
}

#footer .le {
    float: left;
}

#footer .le li:nth-child(2) {

    margin-left: 120px;
}

#footer .le li {
    position: relative;
    float: left;
    margin-left: 60px;
}

#footer .le li:first-child {
    margin-left: 0;
}

#footer .le .til {

    font-size: 16px;
    line-height: 52px;
    color: rgb(29, 79, 145);
    font-weight: 500;
    letter-spacing: 3px;
}

#footer .le .til a {


    color: rgb(29, 79, 145);

}

#footer .le .dd {
    position: absolute;
    left: 0;
    top: 38px;
}

#footer .le .dd a {
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
    line-height: 28px;
    white-space: nowrap;
    transition: all .4s;
}

#footer .le .dd a:hover {
    color: #fff;
}

#footer .ri {
    float: right;
}

#footer .ri .p {
    font-size: 14px;
    color: #818181;
    line-height: 24px;
    text-align: right;
}

#footer .ri .p a {
    display: inline;
    transition: all .4s;
}

#footer .ri .p a:hover {
    color: #fff;
}

#footer .share {
    margin: 10px 0 20px;
}

#footer .share .item {
    position: relative;
    float: right;
    margin-left: 8px;
}

#footer .share .ma {
    position: absolute;
    bottom: 40px;
}

#footer .share .pos {
    display: none;
    animation: fadeIn 1s forwards;
    width: 140px;
    height: 140px;
    padding: 10px;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 49px;
    box-shadow: 0 0 29px 5px #0000000d;
    z-index: 50;
}

#footer .share .item:hover .pos {
    display: block;
}

#footer .friendLink {
    position: relative;
    float: right;
    width: 200px;
    z-index: 50;
}

#footer .friendLink span {
    display: block;
    border-radius: 52px;
    font-size: 14px;
    color: #a89d8a;
    height: 52px;
    line-height: 50px;
    padding: 0 42px;
    background: #23324b url(../inhml_files/friendlinkicon.png) no-repeat 18px center;
    width: 200px;
    border: 1px solid #424e61;
}

#footer .friendLink span:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 21px;
    top: 19px;
    background: url(../inhml_files/iconup.png) no-repeat center;
}

#footer .friendLink .hid {
    position: absolute;
    padding-bottom: 0;
    left: 0;
    bottom: 100%;
    width: 100%;
    z-index: -1;
    box-shadow: 0 0 29px 5px #0000000d;
    transition: all .4s;
}

#footer .friendLink .box {
    display: none;
    background: #e9d7c3;
    padding: 10px 15px;
    border-radius: 25px;
}

#footer .friendLink .ul {
    max-height: 240px;
    overflow: hidden;
    overflow-y: auto;
}

#footer .friendLink a {
    font-size: 14px;
    color: #c5af97;
    height: 40px;
    line-height: 20px;
    padding: 10px 20px;
    transition: all .4s;
}

#footer .friendLink a:hover {
    color: #c17010;
}

#footer .friendLink .hid.on {
    padding-bottom: 6px;
}

#footer .contactBtn,
#footer .lawBtn {
    cursor: pointer;
}

.footPop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5555;
}

.footPop .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 39, 58, .7);
}

.footPop .cnt {
    display: none;
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 5;
    overflow: hidden;
    border-radius: 20px;
}

.footPop .closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url(../inhml_files/iconclose.png) no-repeat center;
    z-index: 5;
    transition: all .4s;
    cursor: pointer;
}

.footPop .closeBtn:hover {
    background-image: url(../inhml_files/iconcloseon.png);
}

.footPop .dt {
    height: 270px;
    padding: 160px 50px 0;
    background: url(../inhml_files/footpopbg.jpg) no-repeat top center;
}

.footPop .dt h2 {
    font-size: 42px;
    color: #f58a50;
    line-height: 1;
    font-family: "Rajdhani-Semibold";
    text-transform: uppercase;
}

.footPop .dt h3 {
    font-size: 20px;
    color: #695d3c;
    line-height: 30px;
    font-weight: bold;
}

.footPop .dd {
    min-height: 378px;
    margin-top: -16px;
    border-radius: 20px;
    padding: 45px 50px;
    background: #fff;
    position: relative;
    z-index: 5;
}

.footPop .dd h4 {
    position: relative;
    font-size: 16px;
    color: #7c7873;
    line-height: 26px;
    padding-bottom: 7px;
    margin: 20px 0 10px;
    font-weight: bold;
}

.footPop .dd h4:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 3px;
    background: #f58a50;
}

.footPop .dd h4:first-child {
    margin-top: 0;
}

.footPop .dd p {
    font-weight: bold;
    color: #adabaa;
}

.footPop .dd .h1 {
    font-size: 36px;
    color: #68635c;
    font-weight: 300;
    line-height: 46px;
}

.footPop .dd .h1En {
    position: relative;
    padding-bottom: 7px;
    font-size: 24px;
    color: #f1eadb;
    line-height: 1;
    font-family: "Rajdhani-Semibold";
    margin-bottom: 10px;
}

.footPop .dd .h1En:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 3px;
    background: #f58a50;
}

.footPop .contactPop .dd {
    background: #fff url(../inhml_files/footpopadorn.png) no-repeat right bottom;
}

.footPop .contactPop .dd p {
    line-height: 24px;
}


.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative
}

.banner .switch_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 20
}

.banner .switch_btn>div {
    width: 66px;
    height: 66px;
    /* border: 2px solid #dbdbdb; */
    cursor: pointer;
    top: 0;
    transition: all .6s;
    /* border-radius: 33px; */
    /* background: rgb(255, 255, 255,0.3); */
}

.banner .switch_btn .prev {

    width: 66px;
    height: 66px;
    position: absolute;
    border-radius: 33px;
    left: 90px;
    background: url(../inhml_files/icon-prev2.png) no-repeat center
}

.banner .switch_btn .prev::after {
    content: "";
    width: 66px;
    transition: all .6s;
    height: 66px;
    position: absolute;
    background: url(../inhml_files/icon-prev2.png) no-repeat center;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 33px;
}




.banner .switch_btn .next {
    width: 66px;
    height: 66px;
    position: absolute;
    border-radius: 33px;
    right: 90px;
    background: url(../inhml_files/icon-next2.png) no-repeat center
}

.banner .switch_btn .next::after {
    content: "";
    width: 66px;
    transition: all .6s;
    height: 66px;
    position: absolute;

    /* border-left: 0 none; */
    background: url(../inhml_files/icon-next2.png) no-repeat center;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 33px;
}


.banner .switch_btn>div:hover {
    transition: all .6s;

}

.banner .switch_btn>div:hover::after {
    width: 66px;
    transition: all .6s;
    border-radius: 33px;
    height: 66px;
    background-color: #1d428a;
    border-color: #1d428a;
    border-radius: 33px;
}

.banner .swiper-slide .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.banner .swiper-slide .animated {
    display: none
}

.banner .swiper-slide-active .animated {
    display: block
}

.banner .swiper-slide {
    position: relative;
    background: no-repeat 100%;
    background-size: cover;
    height: 100%;
}

.banner .swiper-slide>a>img {
    position: relative;
    background: no-repeat 100%;
    background-size: cover;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.banner .swiper-slide .auto {
    height: 100%;
    position: relative
}

.banner .swiper-slide .pos {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.banner .swiper-slide .pos img {
    max-width: none;
    width: 74%;
    margin-left: 16%;
}

.banner .swiper-slide .st1 {
    margin-top: 53px;
}

.banner .swiper-slide .st1 .h1 {
    margin-bottom: 12px;
    color: rgb(255, 255, 255);
    font-family: Ã¦â‚¬ÂÃ¦ÂºÂÃ©Â»â€˜Ã¤Â½â€œ;
    font-size: 40px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
}

.banner .swiper-slide .st1 .h1En {
    font-size: 60px;
    color: #fff;
    line-height: 48px;
    font-family: "RAJDHANI_BOLD";
    text-transform: uppercase;
    letter-spacing: -1px;
}

.banner .swiper-slide .st2 {
    margin-left: 10px;
    margin-top: 20px;
}

.banner .swiper-slide .st3 {
    left: 50%;
    top: 0;
    transform: translateY(0);
    margin-left: -820px;
}

.banner .swiper-slide .st4 {
    left: auto;
    right: 0;
    margin-right: -160px;
    transform: translateY(0);
}

.banner .swiper-slide .st4 .box {
    padding-left: 294px;
    min-height: 180px;
    background: url(../inhml_files/bant4num.png) no-repeat;
}

.banner .swiper-slide .st4 .h1 {
    font-size: 48px;
    color: #f8edc2;
    line-height: 52px;
    font-weight: 300;
    margin-bottom: 12px;
}

.banner .swiper-slide .st4 .h1En {
    font-size: 36px;
    color: rgba(196, 181, 139, .4);
    line-height: 1;
    font-family: "Rajdhani-Medium";
}

.banner .swiper-slide .st5 {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 92%;
}

.banner .swiper-slide .st5 img {
    margin: 0 auto;
    max-width: 100%;
}

.banner .videoPos {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.banner .videoPos::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .3); */
    z-index: 21
}

.banner .videoPos video {
    min-width: 101vw;
    min-height: 760px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 20
}

.banner .videoPos .videTxt {
    width: 1400px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50
}

.banner .videoPos .videTxt .t {
    position: absolute;
    top: 50%
}

.banner .videoPos .videTxt .t img {
    transform: translateY(-50%)
}

.mySwipersyxw .swiper-pagination {
    bottom: 20px;
    right: 16px;
    padding-right: 20px;
    text-align: right;
}

.mySwipersyxw .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .5);
    width: 14px;
    height: 14px;
    opacity: 1;
}

.mySwipersyxw .swiper-pagination-bullet-active {
    background: #fff;
}

.banner .sw-page {
    width: 1200px;
    height: 0;
    position: absolute;
    left: 48%;
    right: 0;
    bottom: 7vh;
    z-index: 200;
    margin: auto;
    z-index: 20;
}

.banner .sw-page .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #FFF;
    border-radius: 100%;
    margin-right: 10px;
    opacity: 1;
}

.banner .sw-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.indexCont1 {
    padding: 0px 0 70px;
    background: url(../inhml_files/gywmbj.png) no-repeat 100%;
    position: relative;
    background-size: 100% 100%;
}

.indexCont1 .hd {
    position: relative;
    height: 40px;
    border-bottom: none;
    width: 100%;
}

.indexCont1 .hd li {
    float: left;
    font-size: 24px;
    color: #4e4e4e;
    line-height: 40px;
    margin-right: 55px;
    cursor: pointer;
    transition: all .4s;
    font-weight: 600;
}

.indexCont1 .hd li:last-child {
    margin-right: 0;
}

.indexCont1 .hd li.on {
    color: #067ADA;
}

.indexCont1 .hd .slide {
    position: absolute;
    bottom: -2px;
    height: 2px;
    background: #ff9600;
    display: none;
}

.indexCont1 .cTab .item {
    display: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.indexCont1 .cTab .dt {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 28px;
    height: auto;
}

.indexCont1 .cTab .dd {
    width: 50%;
    overflow: hidden;
    border-radius: 10px;
    margin: 0;
}

.indexCont1 .cTab .time {
    position: absolute;
    right: 0;
    top: 26px;
    font-size: 24px;
    color: #067ADA;
    line-height: 28px;
    font-family: "Gilroy_Bold";
}

.indexCont1 .cTab h3 {
    font-size: 24px;
    color: #303E48;
    line-height: 33px;
    margin-right: 130px;
    margin-bottom: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .4s;
}

.indexCont1 .cTab p {
    font-size: 16px;
    color: rgba(87, 87, 87, .6);
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 68%;
}

.indexCont1 .cTab .more {
    font-size: 14px;
    color: #404eb9;
    line-height: 16px;
    text-transform: uppercase;
    font-family: "Gilroy_Bold";
    margin-top: 26px;
    transition: all .4s;
}

.indexCont1 .cTab .item:hover h3 {
    color: #067ADA;
}

.indexCont1 .cTab .item:hover .dd .cImg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.indexCont1 .bom .le {
    float: right;
    width: 45%;
}

.indexCont1 .list {
    display: none;
    border-top: 2px solid #f3f3f3;
}

.indexCont1 .list a {
    overflow: hidden;
    border-bottom: 2px solid #f3f3f3;
}

.indexCont1 .list h4 {
    float: left;
    font-size: 15px;
    color: rgba(78, 78, 78, .7);
    height: 61px;
    line-height: 61px;
    width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .4s;
}

.indexCont1 .list .time {
    float: right;
    font-size: 16px;
    font-family: "Gilroy_Bold";
    line-height: 61px;
    font-weight: 700;
    color: #999999;
}

.indexCont1 .list a:hover h4 {
    color: #067ADA;
}

.indexCont1 .ri {
    float: left;
    width: 800px;
    height: 424px;
    padding: 4px 0 0;
    display: none;
}

.indexCont1 .ri .box {
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.indexCont1 .ri .box:hover .cImg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.indexCont1 .ri .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 46px 30px 0;
}

.indexCont1 .ri .b3 {
    float: right;
}

.indexCont1 .ri .year {
    font-size: 47px;
    color: rgba(254, 231, 191, .18);
    line-height: 40px;
    font-family: "Rajdhani-Semibold";
    letter-spacing: -2px;
}

.indexCont1 .ri h4 {
    font-size: 20px;
    color: #e4d1ac;
    line-height: 24px;
    font-weight: bold;
}

.indexCont1 .ri .en {
    font-size: 25px;
    color: #f2a81a;
    line-height: 24px;
    font-family: "Gilroy_Bold";
    margin-top: 6px;
}

.indexCont2Sw {
    height: 700px;
    overflow: hidden;
    position: relative
}

.indexCont2Sw .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.indexCont2Sw .swiper-slide .auto {
    height: 100%;
    position: relative
}

.indexCont2Sw .swiper-slide .pos {
    top: 49%;
    left: 0;
    position: absolute;
    transform: translateY(-58%);
}

.indexCont2Sw .swiper-slide .animated {
    display: none
}

.indexCont2Sw .swiper-slide-active .animated {
    display: block
}

.indexCont2Sw .txt h2 {
    font-size: 24px;
    color: #fff;
    line-height: 58px;
    margin-bottom: 6px;
    font-weight: 300;
}

.indexCont2Sw .txt h3 {
    font-size: 36px;
    color: #c9952d;
    line-height: 1;
    font-family: "Gilroy_Bold";
    margin-bottom: 16px;
    text-transform: uppercase;
    display: none;
}

.indexCont2Sw .txt p {
    font-size: 16px;
    line-height: 22px;
    color: rgb(210, 219, 230);
}

.indexCont2Sw .txt .btn {
    margin-top: 30px;
    width: 170px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    background: #c9952d url(../inhml_files/iconseek2.png) no-repeat 128px center;
    transition: all .4s;
}

.indexCont2Sw .txt .btn:hover {
    background-color: #b67e0e;
}

.indexCont2>.auto {
    /* height: 0; */
    position: relative;
}

.indexCont2 .huxTab {
    height: auto;
    position: absolute;
    left: 0;
    top: 503px;
    border-radius: 10px;
    padding: 0;
    z-index: 100
}

.indexCont2 .huxTab ul {
    height: auto;
    display: flex;
}

.indexCont2 .huxTab ul li {
    margin-right: 36px;
    font-size: 24px;
    height: 92px;
    line-height: 212px;
    transition: all .4s;
    cursor: pointer;
    font-weight: 700;
    color: rgb(255, 255, 255, 0.5);
    float: left;
}

.indexCont2 .huxTab ul li.on {
    color: #FFFFFF;
}

.indexCont2 .huxTab .btn {
    position: absolute;
    right: -50px;
    top: 50%;
    height: 30px;
    transform: translateY(-50%);
    background: url(../inhml_files/indexcont2-btn.png) no-repeat right center;
    width: 90px
}

.indexCont2 .huxTab .btn .next {
    float: right;
    width: 50px;
    height: 100%;
    cursor: pointer
}

.indexCont2 .huxTab .btn .prev {
    float: left;
    width: 40px;
    height: 100%;
    cursor: pointer
}

.indexCont3 {
    padding-top: 60px;
    background-size: 100% 100%;
    padding-bottom: 80px;
    background: rgb(245 245 245);
}

.indexCont3 .box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.indexCont3 .b1 .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 85px 60px 0;
}

.indexCont3 .b1 h4 {
    font-size: 20px;
    color: #65470a;
    line-height: 30px;
    font-weight: bold;
}

.indexCont3 .b1 h3 {
    font-size: 36px;
    color: #d3bf90;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Gilroy_Bold";
    margin-bottom: 16px;
}

.indexCont3 .b1 p {
    font-size: 15px;
    color: #816d47;
    line-height: 22px;
    font-weight: bold;
}

.indexCont3 .ri .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 30px;
}

.indexCont3 .ri .icon {
    margin-bottom: 10px;
}

.indexCont3 .ri .cn {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
}

.indexCont3 .ri .en {
    font-size: 18px;
    color: #f7f2e6;
    line-height: 22px;
    font-family: "Gilroy_Bold";
    text-transform: uppercase;
}

.indexCont3 .b3 {
    margin-top: 10px;
}

.indexCont3 .box:hover .cImg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.indexCont4 {
    padding: 60px 0 0;
    background: #fff;
    background-size: 100% 100%;
    display: none;
}

.hzhb_title {
    margin-bottom: 25px;
}

.hzhb_title h2 {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #067ADA;
    float: left;
}

.indexCont4 .auto {
    position: relative;
}

.indexCont4 .hTil {
    font-size: 20px;
    font-weight: bold;
    color: #71757a;
    line-height: 30px;
    margin-bottom: 30px;
}

.indexCont4 .more {
    position: absolute;
    right: 0;
    top: 0;
    right: -7px;
    width: 30px;
    height: 30px;
    background: url(../inhml_files/iconmore.png) no-repeat center;
    cursor: pointer;
}

.indexCont4 .ul {
    overflow: hidden;
}

.indexCont4 .dl {
    float: left;
    margin-right: 12px;
    width: 392px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.indexCont4 .dl:last-child {
    margin-right: 0;
}

.indexCont4 .dt {
    position: relative;
    height: 200px;
    padding: 52px 30px 0;
    background: no-repeat center;
}

.indexCont4 .dt .til {
    padding: 10px 0;
    font-size: 26px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    min-height: 66px;
}

.indexCont4 .d1 .til {
    padding-left: 84px;
    font-size: 22px;
    line-height: 26px;
    background: url(../inhml_files/indexc4icon1.png) no-repeat;
}

.indexCont4 .dd {
    position: relative;
    padding: 30px;
    height: 234px;
}

.indexCont4 .dd p {
    font-size: 15px;
    color: #999;
    line-height: 22px;
}

.indexCont4 .dd .next {
    position: absolute;
    left: 30px;
    bottom: 22px;
    font-size: 14px;
    color: #494949;
    line-height: 30px;
}

.indexCont4 .dt:after {
    position: absolute;
    left: 30px;
    bottom: 22px;
    content: "ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¥Ã‚Â¤Ã…Â¡ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦";
    font-size: 14px;
    color: #494949;
    line-height: 30px;
    color: rgba(255, 255, 255, .5);
    opacity: 0;
    transition: all .4s;
    padding-right: 30px;
    background: url(../inhml_files/iconenter2.png) no-repeat right center;
}

.indexCont4 .dd .next:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 62px;
    height: 100%;
    width: 24px;
    background: url(../inhml_files/iconenter.png) no-repeat right center;
    transition: all .4s;
}

.indexCont4 .d3:hover .dd .next:after {
    width: 34px;
}

.indexCont4 .dl:hover .dt:after {
    opacity: 1;
}



.subBan {
    position: relative;
    height: 400px;
    background: no-repeat center;
    z-index: 5;
}

.subBan .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: no-repeat center;
    background-size: cover;
    z-index: -1;
}

.subBan .le {
    position: absolute;
    left: 2.8vw;
    bottom: 35px;
    text-transform: uppercase;
    font-size: 17px;
    color: #c29d63;
    font-family: "Rajdhani-Semibold";
}

.subBan .ri {
    width: 1600px;
    height: 100%;
    margin: 0 auto;
    line-height: 500px;
    box-sizing: border-box;
    padding-top: 13%;
}

.subBan .ri .t1 {
    position: absolute;
    bottom: 100px;
    color: rgb(117, 117, 117);
    font-size: 30px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: left;
}

.subBan .ri .t2 {
    position: absolute;
    bottom: 70px;
    color: rgb(29, 80, 145);
    font-family: Barlow;
    font-size: 26px;
    font-weight: 800;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.subBan .ri .icon {
    float: right;
    margin-top: 14px;
}

.crumbs {
    box-sizing: border-box;
    border-bottom: 1px solid rgb(229, 229, 229);
    background: rgb(255, 255, 255);
}

.crumbs .pageSeat {
    float: left;
}

.crumbs .pageSeat .home {
    padding: 0;
    background: none;
    margin-left: 0;
}

.crumbs .pageSeat a {
    float: left;
    font-size: 14px;
    color: rgb(163, 162, 161);
    height: 66px;
    line-height: 66px;
    margin-left: 14px;
    padding-left: 20px;
    margin-left: 14px;
    background: url(../inhml_files/crumbsicon2.png) no-repeat left center;
}

.crumbs .subNavs1 {
    position: relative;
    float: right;
}

.crumbs .subNavs a {
    float: left;
    height: 66px;
    line-height: 66px;
    margin-left: 45px;
    color: rgb(163, 162, 161);
}

.crumbs .subNavs a.on {
    color: rgb(29, 79, 145);
    font-weight: 700;
    /* border-bottom: 2px solid rgb(29, 79, 145); */
}

.crumbs .subNavs .slide {
    width: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: rgb(29, 79, 145);
}


.aboutCont1news {
    padding: 80px 0 80px;
    /* background: url(../inhml_files/aboutc1bg.jpg) no-repeat bottom center; */
}

.aboutCont1 .le {
    float: left;
    width: 480px;
    min-height: auto;
    padding: 0;
    /* border-top: 2px solid #e3e3e3; */
}

.aboutCont1 .le .icon {
    margin-bottom: 60px;
}

.aboutCont1 .le .time {
    color: rgb(29, 80, 145);
    /* font-family: Poppins; */
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
}


.aboutCont1 .le .time2 {
    color: rgb(102, 102, 102);
    /* font-family: æ€æºé»‘ä½“; */
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
}



.aboutCont1 .ri {
    float: right;
    width: 806px;
}

.aboutCont1 .ri p {
    margin-bottom: 22px;
}

.aboutCont2 {
    height: 819px;
    padding-top: 240px;
    background: url(../inhml_files/aboutc2bg.jpg) no-repeat center;
}

.aboutCont2 .le {
    float: left;
}

.aboutCont2 .ri {
    float: right;
    max-width: 540px;
}

.aboutCont2 .ri h2 {
    font-size: 52px;
    color: #856a4a;
    line-height: 58px;
    font-weight: 300;
    margin-bottom: 16px;
}

.aboutCont2 .ri h3 {
    font-size: 24px;
    color: #d4cfc8;
    line-height: 21px;
    font-family: "Rajdhani-Semibold";
    margin-bottom: 16px;
}

.aboutCont2 .ri .txt {
    border-top: 3px solid #c29a65;
    padding-top: 20px;
}

.aboutCont2 .ri p {
    font-size: 16px;
    line-height: 20px;
    color: #908e91;
}

.about2 {
    padding-bottom: 0;
}

.about2Cont1 .auto {
    position: relative;
}

.about2Cont1 .adorn {
    position: absolute;
    right: -5px;
    top: 80px;
}

.about2Cont1 .public-listul a {
    position: relative;
}

.about2Cont1 .public-listul a:before {
    position: absolute;
    right: 138px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 30px;
    background: url(../inhml_files/about2icon.png) no-repeat center;
    opacity: 0;
    z-index: 5;
    transition: all .4s;
}

.about2Cont1 .public-listul a:hover:before {
    opacity: 1;
}

.about3 {
    padding-bottom: 80px;
}

.about3Cont1 .auto {
    position: relative;
}

.about3Cont1 .adorn {
    position: absolute;
    right: -57px;
    top: 80px;
}

.about3Cont1 .synopsis {
    max-width: 730px;
    margin-bottom: 16px;
}

.about3Cont1 .above {
    display: flex;
    background: #eeece7;
    border-radius: 10px;
    height: 50px;
    padding: 2px;
    margin-bottom: 40px;
}

.about3Cont1 .above .item {
    flex: 1;
    font-size: 16px;
    color: #b3aba2;
    text-align: center;
    width: 25%;
    display: inline-block;
    line-height: 46px;
    cursor: pointer
}

.about3Cont1 .above .item.on {
    background: #fff;
    border-radius: 10px;
    color: #595858
}

.about3Cont1 .public-botitem {
    display: block;
}

.about3Cont1 .below .item {
    display: none;
}

.about4Cont1 {
    overflow: hidden;
    position: relative;
}

.about4Cont1 .auto {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about4Cont1 .adorn1,
.about4Cont1 .adorn2 {
    position: absolute;
}

.about4Cont1 .adorn1 {
    right: 0;
    top: 80px;
}

.about4Cont1 .adorn2 {
    left: -560px;
    bottom: -204px;
}

.about4Swiper {
    margin-left: -300px;
    padding-left: 300px;
    width: calc(84vw + 864px);
}

.swiper-line {
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    top: 163.25px;
    width: 100vw;
    border-bottom: 1px solid rgba(168, 164, 155, .2);
}

.about4Swiper .swiper-pagination {
    position: static;
    margin-bottom: 40px;
    text-align: left;
    line-height: 12px;
}

.about4Swiper .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 12px;
    height: 12px;
    background: rgb(196, 199, 204);
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0px 94px;
    opacity: 1;
}

.about4Swiper .swiper-pagination .swiper-pagination-bullet:before,
.about4Swiper .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    height: 2px;
    width: 10px;
    background: #e5e5e5;
    opacity: 0;
    transition: all .4s;
}

.about4Swiper .swiper-pagination .swiper-pagination-bullet:before {
    left: -17px;
}

.about4Swiper .swiper-pagination .swiper-pagination-bullet:after {
    right: -17px;
}

.about4Swiper .swiper-pagination .swiper-pagination-bullet-active {
    border-color: rgb(217, 175, 116);
    background-color: #fff;
}

.about4Swiper .swiper-pagination .swiper-pagination-bullet-active:before,
.about4Swiper .swiper-pagination .swiper-pagination-bullet-active:after {
    opacity: 1;
}

.about4Swiper .swiper-pagination .swiper-pagination-bullet:first-child:before,
.about4Swiper .swiper-pagination .swiper-pagination-bullet:last-child:after {
    display: none;
}

.swiper-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    top: 69px;
}

.swiper-btns .btn {
    margin-left: 20px;
    width: 55px;
    height: 55px;
    background: no-repeat center;
    transition: all .4s;
    cursor: pointer;
}

.swiper-btns .prev {
    background-image: url(../inhml_files/iconprev2.png);
}

.swiper-btns .next {
    background-image: url(../inhml_files/iconnext2.png);
}

.swiper-btns .prev:hover {
    background-image: url(../inhml_files/iconprev2on.png);
}

.swiper-btns .next:hover {
    background-image: url(../inhml_files/iconnext2on.png);
}

.about4Swiper .swiper-slide {
    z-index: 5;
    width: 510px;
    height: 400px;
    padding: 44px 40px;
    background: #E6E8EB;
    border-radius: 20px;
    overflow: hidden;
    transition: all .7s;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.about4Swiper .swiper-slide-prev {
    transform: perspective(960px) rotateY(-90deg) scale(0.8);
}

.about4Swiper .swiper-slide * {
    transition: all .4s;
}

.about4Swiper .swiper-slide p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 100%;
}

.about4Swiper .swiper-slide.on p:after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 100%;
}

.about4Swiper .swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url(../inhml_files/about4itembgon.jpg) no-repeat center left;
    transition: width 1s;
    /* background-size: 100% 100%; */
}

.about4Swiper .swiper-slide:before {
    /* content: ""; */
    display: block;
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    border-bottom: 1px solid rgba(168, 164, 155, .2);
    z-index: 5;
}

.about4Swiper .swiper-slide .time {
    color: rgb(196, 199, 204);
    font-family: Barlow;
    font-size: 40px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: justify;
}

.about4Swiper .swiper-slide.on .dot {
    background: #E6E8EB;
}

.about4Swiper .swiper-slide .dot {
    position: relative;
    z-index: 10;
    margin: 14px 0;
    width: 40px;
    height: 6px;
    border-radius: 5px;
    background: rgb(29, 79, 145);
    margin-bottom: 21px;
}

.about4Swiper .swiper-slide p {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 10px !important;
    position: relative;
    padding-left: 11px;


















}

.about4Swiper .swiper-slide.on:after {
    left: auto;
    right: 0;
    width: 100%;
    background-position: center right;
}

.about4Swiper .swiper-slide.on .time {
    color: rgb(255, 229, 177);
}

.about4Swiper .swiper-slide.on p {
    color: #eeece7;
    padding-left: 0;
}


.newsBan .subBan .ri .t1 {
    /* color: #002e7c; */
}

.newsBan .subBan .ri .t2 {
    /* color: rgba(75, 79, 87, .5); */
}

.newsCont1 .auto {
    position: relative;
    padding-bottom: 64px;
}

.newsCont1 .filtrateBox {
    position: absolute;
    right: 0;
    top: 88px;
    z-index: 20;
}

.newsCont1 .ul a {
    float: left;
    width: 32.6%;
    margin-right: 1.1%;
    overflow: hidden;
    border-radius: 10px;
    background: #f8f8f8;
}

.newsCont1 .ul a:last-child {
    margin-right: 0;
}

.newsCont1 .ul .dt {
    overflow: hidden;
}

.newsCont1 .ul .dd {
    height: 226px;
    padding: 28px 30px;
}

.newsCont1 .ul h4 {
    font-size: 20px;
    color: #35322f;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsCont1 .ul p {
    font-size: 14px;
    color: #b9b8b8;
    line-height: 22px;
    margin-bottom: 16px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsCont1 .ul .time {
    font-size: 22px;
    color: #d1cabe;
    line-height: 1.4;
    font-family: "Rajdhani-Semibold";
    transition: all .4s;
}

.newsCont1 .ul a:hover .time {
    color: #d80000;
}

.newsCont1 .ul a:hover .cImg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.newsCont1 .filtrateBox .btn {
    display: none;
    position: relative;
    z-index: 5;
    float: left;
    margin-left: 5px;
    width: 44px;
    height: 42px;
    background: linear-gradient(to bottom, #f1e6d8, #e9d8c5);
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 10px;
}

.newsCont1 .filtrateBox .btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 44px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: no-repeat center;
}

.newsCont1 .filtrateBox .calendarBtn {
    transition-delay: .4s;
}

.newsCont1 .filtrateBox .calendarBtn:after {
    background-image: url(../inhml_files/newsiconcalendar.png);
}

.newsCont1 .filtrateBox .seekBtn:after {
    background-image: url(../inhml_files/newsiconseek.png);
}

.newsCont1 .filtrateBox span,
.newsCont1 .filtrateBox input {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 100%;
    z-index: 5;
    border-radius: 10px;
}

.newsCont1 .filtrateBox .show {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.newsCont1 .filtrateBox input {
    font-size: 14px;
    color: #686766;
    line-height: 42px;
    padding: 0 45px 0 15px;
}

.newsCont1 .filtrateBox span {
    width: 150px;
    padding: 0 15px;
    font-size: 15px;
    color: #c17010;
    font-family: "Gilroy_Bold";
    line-height: 42px;
}

.newsCont1 .filtrateBox .hid {
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    padding-top: 4px;
    overflow: hidden;
    max-height: 0;
    transition: all .4s;
}

.newsCont1 .filtrateBox .box {
    padding: 10px 15px;
    width: 100%;
    border-radius: 10px;
    background: #e9d7c3;
}

.newsCont1 .filtrateBox ul {
    max-height: 160px;
    overflow: hidden;
    overflow-y: auto;
}

.newsCont1 .filtrateBox li {
    font-size: 15px;
    color: #c5af97;
    line-height: 26px;
    font-family: "Gilroy_Bold";
    transition: all .4s;
    cursor: pointer;
}

.newsCont1 .filtrateBox li.on,
.newsCont1 .filtrateBox li:hover {
    color: #c17010;
}

.newsCont1 .filtrateBox .calendarBtn:hover {
    width: 150px;
    transition-delay: 0s;
}

.newsCont1 .filtrateBox .calendarBtn:hover .hid {
    max-height: 200px;
    transition-delay: .4s;
}

.newsCont1 .filtrateBox .seekBtn:hover {
    width: 180px;
}

.newsCont2 {
    padding: 60px 0;
    background: #ececec url(../inhml_files/newsc2bg.jpg) no-repeat top center;
}

.newsD {
    padding: 100px 0;
}

.newsDCont1 .tilBox .top {
    overflow: hidden;
}

.newsDCont1 .tilBox h2 {
    float: left;
    font-size: 34px;
    color: #35322f;
    line-height: 40px;
    width: calc(100% - 210px);
}

.newsDCont1 .tilBox .time {
    float: right;
    border-left: 3px solid #f3f2ed;
    width: 152px;
}

.newsDCont1 .tilBox .time .year {
    text-align: right;
    font-size: 20px;
    color: #ff6f00;
    line-height: 24px;
    font-family: "Gilroy-ExtraBold";
}

.newsDCont1 .tilBox .time .day {
    text-align: right;
    font-size: 40px;
    color: #ff6f00;
    line-height: 40px;
    font-family: "Gilroy-ExtraBold";
}

.newsDCont1 .tilBox .bom {
    margin-bottom: 50px;
    padding-top: 14px;
    width: 100%;
    clear: both;
    margin-top: 20px;
    border-top: 3px solid #dfdcd3;
    overflow: hidden;
}

.newsDCont1 .tilBox .p {
    float: left;
    font-size: 14px;
    color: #b3b3b3;
    line-height: 24px;
    margin-right: 30px;
}

.newsDCont1 .tilBox .size {
    float: right;
    font-size: 14px;
    color: #7a7977;
    line-height: 26px;
}

.newsDCont1 .tilBox .btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f3f2ed;
    transition: all .4s;
    cursor: pointer;
}

.newsDCont1 .tilBox .btn:before,
.newsDCont1 .tilBox .btn:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #6e7139;
    transition: all .4s;
}

.newsDCont1 .tilBox .btn:after {
    transform: rotate(90deg);
}

.newsDCont1 .tilBox .minus:after {
    display: none;
}

.newsDCont1 .tilBox .btn:hover {
    background: #242c7d;
}

.newsDCont1 .tilBox .btn:hover:before,
.newsDCont1 .tilBox .btn:hover:after {
    background: #edeae4;
}

.newsDCont1 .main p {
    font-size: 16px;
    color: #868686;
    line-height: 1.6;
    margin-bottom: 26px;
}

.newsDCont1 .main p img {
    display: inline-block;
    margin: 5px 0;
}

.newsDCont1 .pageBtn {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.newsDCont1 .pageBtn .line {
    flex: 1;
    height: 2px;
    background: #d6d6d6;
}

.newsDCont1 .pageBtn .btn {
    width: 70px;
    height: 40px;
    border: 2px solid #d6d6d6;
    border-radius: 4px;
    margin-left: 2px;
    background: #fff no-repeat center;
    transition: all .4s;
}

.newsDCont1 .pageBtn .prev {
    background-image: url(../inhml_files/iconprev.png);
}

.newsDCont1 .pageBtn .next {
    background-image: url(../inhml_files/iconnext.png);
}

.newsDCont1 .pageBtn .retList {
    background-image: url(../inhml_files/iconlist.png);
}

.newsDCont1 .pageBtn .btn:hover {
    background-color: #242c7d;
}

.newsDCont1 .pageBtn .btn:hover {
    border-color: #242c7d;
}

.newsDCont1 .pageBtn .prev:hover {
    background-image: url(../inhml_files/iconprevon.png);
}

.newsDCont1 .pageBtn .next:hover {
    background-image: url(../inhml_files/iconnexton.png);
}

.newsDCont1 .pageBtn .retList:hover {
    background-image: url(../inhml_files/iconliston.png);
}

.newsDCont2 .cTil {
    padding-top: 60px;
}

.newsDCont2 .more {
    text-align: center;
    font-size: 0;
    line-height: 20px;
    margin-top: 30px;
}

.newsDCont2 .more .i {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    background: #e40000;
    animation: zFlicker .8s linear alternate backwards infinite;
    animation-duration: .6s;
}

.newsDCont2 .more .i:nth-child(2) {
    animation-delay: .1s;
}

.newsDCont2 .more .i:nth-child(3) {
    animation-delay: .2s;
}

.seekCont1 {
    padding-bottom: 35px;
}

.seekCont1 .cTil {
    padding-bottom: 6px;
}

.seekCont1 .p {
    font-size: 16px;
    color: #837e6c;
    line-height: 26px;
}

.seekCont2 {
    padding-bottom: 70px;
}


.businessCont1 .auto {
    position: relative;
    z-index: 5;
}

.businessCont1 .dl {
    padding-bottom: 100px;
}

.businessCont1 .synopsis {
    padding-bottom: 25px;
}

.businessCont1 .adorn {
    position: absolute;
    right: -46px;
    top: 63px;
    z-index: -1;
}

.businessCont1 .adorn1 {
    position: absolute;
    right: -103px;
    top: 74px;
    z-index: -1;
}

.businessCont1 .le {
    float: left;
    width: 340px;
}

.businessCont1 .le h2,
.businessTxtTab .synopsis .le h2 {
    font-size: 36px;
    color: #e88714;
    line-height: 46px;
    margin-bottom: 6px;
    font-weight: 300;
}

.businessCont1 .le h3,
.businessTxtTab .synopsis .le h3 {
    font-size: 22px;
    color: #d4cfc8;
    line-height: 18px;
    font-family: 'Rajdhani-Semibold';
    text-transform: uppercase;
}

.businessCont1 .ri {
    float: right;
    width: 806px;
}

.businessCont1 .ri p,
.businessTxtTab .synopsis .ri p {
    margin-bottom: 22px;
}

.businessTxtTab {
    position: relative;
    z-index: 5;
}

.businessTxtTab .hd {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    background: #eeece7;
    border-radius: 10px;
    height: 50px;
    padding: 2px;
    margin-bottom: 40px;
}

.businessTxtTab .hd .li {
    flex: 1;
    font-size: 16px;
    color: #b3aba2;
    text-align: center;
    width: 25%;
    display: inline-block;
    line-height: 46px;
    cursor: pointer;
    transition: all .4s;
}

.businessTxtTab .hd .li.on {
    background: #fff;
    border-radius: 10px;
    color: #595858
}

.businessTxtTab .bd .synopsis {
    overflow: hidden;
    width: 1200px;
    padding-bottom: 55px;
    margin: 0 auto;
}

.businessTxtTab .synopsis .le {
    float: left;
    width: 400px;
}

.businessTxtTab .synopsis .ri {
    float: right;
    width: 750px;
}

.business1Cont2 {
    position: relative;
    height: 683px;
    padding-top: 127px;
    background: url(../inhml_files/business1c2bg.jpg) no-repeat center;
}

.business1Cont2 .auto {
    position: relative;
}

.business1Cont2 .mid {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 30px;
    margin-left: -175px;
    width: 350px;
    height: 350px;
    padding-top: 145px;
    background: url(../inhml_files/business1c2min.png) no-repeat center;
}

.business1Cont2 .mid .icon {
    width: 38px;
    margin: 0 auto 3px;
}

.business1Cont2 .mid h3 {
    font-size: 20px;
    color: #fbf3df;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.business1Cont2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.business1Cont2 li {
    position: relative;
    display: flex;
    align-items: center;
    width: 578px;
    height: 190px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 37px;
}

.business1Cont2 li .num {
    position: absolute;
    top: 19px;
    left: 20px;
    font-size: 21px;
    color: #ebeae7;
    line-height: 1;
    font-family: 'Gilroy_Bold';
}

.business1Cont2 li .icon {
    width: 110px;
    height: 110px;
    background: no-repeat center;
    margin: 0 30px;
}

.business1Cont2 li .txt {
    flex: 1;
}

.business1Cont2 li h4 {
    font-size: 20px;
    color: #625e51;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 4px;
}

.business1Cont2 li h5 {
    font-size: 18px;
    color: #e2dad6;
    line-height: 16px;
    font-family: 'Rajdhani-Semibold';
    text-transform: uppercase;
}

.business1Cont2 li:nth-child(even) {
    padding-left: 80px;
}

.business1Cont2 li:nth-child(even) .icon {
    order: 5;
}

.business1Cont2 li:nth-child(even) .num {
    left: auto;
    right: 20px;
}

.business1Cont3 {
    padding: 70px 0;
}

.business1Cont3 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.business1Cont3 dl {
    width: 590px;
    margin-bottom: 30px;
}

.business1Cont3 dt {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.business1Cont3 dt img {
    transition: all .8s;
}

.business1Cont3 dl:hover dt img {
    transform: scale(1.1);
}

.business1Cont3 dd {
    height: 80px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    border: 1px solid #cacaca;
    border-radius: 0 0 4px 4px;
}

.business1Cont3 dd h4 {
    font-size: 18px;
    color: #837e6c;
    line-height: 28px;
}

.business2Cont2 {
    height: 683px;
    background: url(../inhml_files/business2c2bg.jpg) no-repeat center;
}

.business2Cont2 .auto {
    position: relative;
    padding-top: 530px;
}

.business2Cont2 .h1 {
    position: absolute;
    left: 0;
    top: 132px;
}

.business2Cont2 ul {
    padding-top: 28px;
    display: flex;
    justify-content: flex-end;
    background: url(../inhml_files/business2cline.png) no-repeat top right;
}

.business2Cont2 li {
    margin-left: 56px;
}

.business2Cont2 .num {
    font-size: 14px;
    color: #ed321c;
    line-height: 40px;
}

.business2Cont2 .num em {
    display: inline-block;
    vertical-align: top;
    font-size: 46px;
    font-family: 'Rajdhani-Semibold';
}

.business2Cont2 li p {
    color: #e9d7c3;
}

.business2Cont2 .tilBox {
    position: absolute;
    left: 0;
    top: 196px;
}

.business2Cont2 .tilBox .en {
    font-size: 72px;
    color: #c5a57f;
    font-family: 'Gilroy_Bold';
    line-height: 63px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.business2Cont2 .tilBox .cn {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
}

.business3 .businessCont1 .auto,
.business4 .businessCont1 .auto,
.business5 .businessCont1 .auto,
.business6 .businessCont1 .auto {
    padding-bottom: 0;
}

.business3Cont2 {
    height: 683px;
    padding-top: 190px;
    background: url(../inhml_files/business3c2bg.jpg) no-repeat center;
}

.business3Cont2 .tilEn {
    margin-bottom: 10px;
}

.business3Cont2 .en {
    font-size: 42px;
    color: #e88714;
    font-family: 'Gilroy_Bold';
    line-height: 36px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.business3Cont2 h3 {
    font-size: 40px;
    color: #f0dfc2;
    line-height: 50px;
    margin-bottom: 20px;
}

.business3Cont2 .line {
    width: 37px;
    height: 2px;
    background: #e88714;
    margin-bottom: 30px;
}

.business3Cont2 p {
    font-size: 14px;
    color: #bc9f8e;
    line-height: 30px;
}

.business3Cont2 p em {
    display: inline-block;
    color: #e88714;
    font-family: 'Gilroy_Bold';
    font-size: 36px;
}

.business4 .businessCont1 .le {
    width: 400px;
}

.business4 .businessCont1 .ri {
    width: 750px;
}

.business4Cont2 {
    height: 683px;
    padding-top: 225px;
    background: url(../inhml_files/business4bg.jpg) no-repeat center;
}

.business4Cont2 .tilEn {
    margin-bottom: 15px;
}

.business4Cont2 h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 28px;
    font-weight: 300;
}

.business4Cont2 .line {
    width: 37px;
    height: 2px;
    background: #f8cb02;
    margin-bottom: 30px;
}

.business4Cont2 .line3 {
    background: #4dc7e5;
}

.business4Cont2 p {
    font-size: 14px;
    color: #a2a2a5;
    line-height: 24px;
}

.business4Cont2 p em {
    font-size: 36px;
    color: #f8cb02;
    font-family: 'Gilroy_Bold';
}

.business4Cont2 .h1En {
    font-size: 48px;
    color: #b79c52;
    line-height: 42px;
    font-family: 'Gilroy_Bold';
    margin-bottom: 10px;
}

.business4Cont2 .h1Cn {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
}

.business4Cont2 .til3En {
    font-size: 70px;
    color: #e88714;
    line-height: 60px;
    font-family: 'Gilroy_Bold';
    margin-bottom: 6px;
    text-transform: uppercase;
}

.business4Cont2 li {
    float: left;
    margin-right: 38px;
}

.business4Cont2 li .num {
    font-size: 36px;
    color: #e88714;
    font-family: 'Gilroy_Bold';
    line-height: 40px;
}

.business4Cont2 li p {
    font-size: 14px;
    color: #a2a2a5;
    line-height: 24px;
}

.business5Cont2 {
    height: 683px;
    padding-top: 225px;
    background: url(../inhml_files/business5bg.jpg) no-repeat center;
}

.business5Cont2 h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 28px;
    font-weight: 300;
}

.business5Cont2 p {
    font-size: 14px;
    color: #a2a2a5;
    line-height: 24px;
}

.business5Cont2 p em {
    font-size: 36px;
    color: #c5a57f;
    font-family: 'Gilroy_Bold';
}

.business5Cont2 .line {
    width: 37px;
    height: 2px;
    background: #c5a57f;
    margin-bottom: 30px;
}

.business5Cont2 .tilEn {
    font-size: 70px;
    color: #c5a57f;
    line-height: 60px;
    font-family: 'Gilroy_Bold';
    margin-bottom: 6px;
    text-transform: uppercase;
}

.business5Cont2 .box2 {
    margin-top: 25px;
}

.business5Cont2 .box2 .tilEn {
    font-size: 54px;
    color: #c5a57f;
    line-height: 46px;
    font-family: 'Gilroy_Bold';
    margin-bottom: 6px;
    text-transform: uppercase;
}

.business5Cont2 .box2 p {
    color: #889fc3;
}

.business5Cont2 .box3 {
    margin-top: 25px;
}

.business5Cont2 .box3 .tilEn {
    font-size: 54px;
    color: #c5a57f;
    line-height: 46px;
    font-family: 'Gilroy_Bold';
    margin-bottom: 6px;
    text-transform: uppercase;
}

.business5Cont2 .box3 p {
    color: #7e7f81;
}

.business6Cont2 {
    height: 683px;
    padding-top: 225px;
    background: url(../inhml_files/business6bg.jpg) no-repeat center;
}

.business6Cont2 h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 28px;
    font-weight: 300;
}

.business6Cont2 p {
    font-size: 14px;
    color: #a2a2a5;
    line-height: 24px;
}

.business6Cont2 p em {
    font-size: 36px;
    color: #c5a57f;
    font-family: 'Gilroy_Bold';
}

.business6Cont2 .line {
    width: 37px;
    height: 2px;
    background: #c5a57f;
    margin-bottom: 30px;
}

.business6Cont2 .tilEn {
    font-size: 57px;
    color: #b79c52;
    line-height: 50px;
    font-family: 'Gilroy_Bold';
    margin-bottom: 6px;
    text-transform: uppercase;
}

.business6Cont2 li {
    float: left;
    margin-right: 38px;
}

.business6Cont2 li .num {
    font-size: 14px;
    color: #b79c52;
    line-height: 1;
}

.business6Cont2 li .num em {
    font-size: 36px;
    font-family: 'Gilroy_Bold';
}

.business6Cont2 li p {
    font-size: 14px;
    color: #b5aca3;
    line-height: 24px;
}

.business6Cont2 .box2 {
    margin-top: 35px;
}

.business6Cont2 .box2 .tilEn {
    font-size: 50px;
    line-height: 40px;
    color: #e88714;
}

/* ÃƒÂ¦Ã‚ÂÃ…Â½ */
.party .subBan .ri .t1 {
    color: #fff1d5;
}

.party .subBan .ri .t2 {
    color: rgba(255, 241, 213, .5);
}

.party .par-npm1 .auto {
    position: relative
}

.party .par-npm1 .auto::before {
    content: '';
    width: 156px;
    height: 281px;
    background: url(../inhml_files/img5.png) no-repeat;
    position: absolute;
    right: -90px;
    top: 115px
}

.party .par-npm1 {
    padding-bottom: 100px
}

.par-npm1 .chartBox {
    position: relative;
    background: #f0eee8;
    border-radius: 10px;
    padding: 50px 56px;
    margin-bottom: 20px;
}

.par-npm1 .chartBox .describe {
    position: absolute;
    left: 7.3%;
    top: 50px;
    right: 419px;
    border-top: 1px dashed #d5c4b4;
}

.par-npm1 .chartBox .describe .li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #a37b53;
    line-height: 18px;
    border-bottom: 1px dashed #d5c4b4;
}

.par-npm1 .chartBox .describe .i1 {
    height: 64px;
}

.par-npm1 .chartBox .describe .i2 {
    height: 42px;
}

.par-npm1 .chartBox .describe .i3 {
    height: 58px;
}

.par-npm1 .chartBox .describe .i4 {
    height: 173px;
}

.par-npm1 .chartBox .describe .i5 {
    height: 96px;
}

.par-npm1 .chartBox .chart {
    position: relative;
    z-index: 5;
    width: 727px;
    margin-left: auto;
}

.par-npm1 .chartBox .box1 {
    height: 107px;
    margin-bottom: 5px;
    padding: 26px 0 0;
    background: url(../inhml_files/party2chart1.png) no-repeat top center;
    background-size: contain;
}

.par-npm1 .chartBox .box1 .til {
    font-size: 14px;
    color: #aa6f33;
    text-align: center;
    line-height: 18px;
    margin-bottom: 16px;
}

.par-npm1 .chartBox .box1 ul {
    display: flex;
    justify-content: space-around;
    width: 56%;
    margin: 0 auto;
}

.par-npm1 .chartBox .box1 li {
    font-size: 14px;
    color: #aa6f33;
    line-height: 18px;
}

.par-npm1 .chartBox .box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    background: url(../inhml_files/party2chart2.png) no-repeat top center;
    margin-bottom: 10px;
}

.par-npm1 .chartBox .box2 p {
    max-width: 50%;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    margin: 0;
    text-align: center;
}

.par-npm1 .chartBox .box3 ul {
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
}

.par-npm1 .chartBox .box3 li {
    display: flex;
    margin: 0 5%;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    width: 67px;
    height: 155px;
    text-align: center;
    background: url(../inhml_files/party2chart3.png) no-repeat center;
    background-size: contain;
}

.par-npm1 .chartBox .box4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 97px;
    background: url(../inhml_files/party2chart4.png) no-repeat center;
    background-size: contain;
}

.par-npm1 .chartBox .box4 ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.par-npm1 .chartBox .box4 li {
    width: 15%;
    margin: 0 1.5%;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    text-align: justify;
}

.par-npm1 .chartBox .p {
    font-size: 14px;
    color: #74685b;
    line-height: 18px;
    text-align: center;
    margin-top: 13px;
}

.party4 .party-npm1 .box .fl .cn {
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    color: #e88714
}

.party4 .party-npm1 .box .fl .en {
    font-size: 30px;
    margin-top: 5px;
    line-height: 1;
    font-family: 'Rajdhani-Semibold';
    color: #d4cfc8
}

.party4 .party-npm1 .box {
    position: relative
}

.party4 .party-npm1 .box .fr {
    width: 60.83%
}

.party4 .party-npm1 .box .fr h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #f69123
}

.party4 .party-npm1 .box .fr .p p {
    color: #908e91;
    margin-bottom: 15px
}

.party4 .party-npm1 .box::before {
    content: '';
    width: 156px;
    height: 281px;
    background: url(../inhml_files/img5.png) no-repeat;
    position: absolute;
    top: -50px;
    right: -167px
}

.party4 .party-npm2 {
    background: url(../inhml_files/bg7.jpg) no-repeat;
    padding: 45px 0 40px;
    margin-top: 70px;
    background-size: cover;
    background-position: center
}

.party4 .party-npm2 .fl {
    width: 47.25%
}

.party4 .party-npm2 .fr {
    margin-right: -50px;
    width: 53.42%
}

.party4 .party-npm2 .above {
    margin-top: 70px
}

.party4 .party-npm2 .above .cn {
    font-size: 52px;
    line-height: 46px;
    color: #ffa052;
    font-family: 'Gilroy_Bold'
}

.party4 .party-npm2 .above h5 {
    font-size: 40px;
    margin: 10px 0 15px;
    line-height: 1;
    color: #ffffff;
    font-weight: 300
}

.party4 .party-npm2 .above h6 {
    font-size: 14px;
    line-height: 20px;
    color: #d9d3c5
}

.party4 .party-npm2 .below .toptab {
    display: flex;
    margin-top: 40px;
    border-bottom: 2px solid #224b8f
}

.party4 .party-npm2 .below .toptab .item {
    color: #c5a57f;
    margin-right: 22px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer
}

.party4 .party-npm2 .below .toptab .item::after {
    content: '';
    width: 0;
    height: 2px;
    background: #ff9e4f;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .4s;
    opacity: 0
}

.party4 .party-npm2 .below .toptab .item.on::after {
    opacity: 1;
    width: 100%
}

.party4 .party-npm2 .below .bottab .item {
    display: none;
    margin-top: 25px
}

.party4 .party-npm2 .below .bottab .item:nth-child(1) {
    display: block
}

.party4 .party-npm2 .below .bottab .item h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #8399ba
}

.party4 .party-npm2 .below .bottab .item p {
    font-size: 14px;
    line-height: 22px;
    color: #91a8c8
}

.party5 .party-npm1 .box {
    position: relative
}

.party5 .party-npm1 .box::before {
    content: '';
    width: 156px;
    height: 281px;
    background: url(../inhml_files/img5.png) no-repeat;
    position: absolute;
    top: 0;
    right: -167px
}

.party5 .party-npm1 .box .fl .cn {
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    color: #e88714
}

.party5 .party-npm1 .box .fl .en {
    font-size: 30px;
    margin-top: 10px;
    line-height: 1;
    font-family: 'Rajdhani-Semibold';
    color: #d4cfc8
}

.party5 .party-npm1 .box .item {
    border-top: 2px solid #eeece7;
    position: relative;
    padding: 30px 0;
    min-height: 230px
}

.party5 .party-npm1 .box .item::before {
    content: '';
    width: 65px;
    left: 0;
    height: 2px;
    top: -2px;
    position: absolute;
    background: #c38a5e
}

.party5 .party-npm1 .box .fr {
    width: 60.84%
}

.party5 .party-npm1 .box .fr h5 {
    font-size: 20px;
    color: #837e6c;
    margin-bottom: 15px
}

.party5 .party-npm1 .box .fr .p p {
    line-height: 22px;
    color: #908e91;
    margin-bottom: 20px
}

.party5 .party-npm1 .box .fr .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.party5 .party-npm1 .box .fr .ul .li {
    width: 48%;
    margin-bottom: 35px
}

.party5 .party-npm1 .box .fr .ul .li h5 {
    margin-bottom: 0
}

.party5 .party-npm1 .box .fr .ul .top {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.party5 .party-npm1 .box .fr .ul .top .ico {
    margin-right: 17px
}

.party5 .party-npm1 .box .fr .ul .top h6 {
    font-size: 18px;
    line-height: 15px;
    margin-top: 5px;
    color: #c5a57f;
    font-family: 'Rajdhani-Semibold'
}

.party5 .party-npm1 .box .fr .ul .bot p {
    line-height: 22px;
    color: #908e91
}

.party5 .party-npm1 .box .item .img {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 40px
}

.party5 .party-npm1 {
    padding-bottom: 85px
}

.information1 .cTil {
    padding: 0 0 30px
}

.information2 .info-npm1 {
    background: url(../inhml_files/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.information2 .info-npm1 .inp {
    height: 90px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-top: 35px
}

.information2 .info-npm1 .inp input {
    width: 100%;
    height: 100%;
    padding: 0 80px 0 20px
}

.information2 .info-npm1 .inp input::placeholder {
    font-size: 16px;
    color: #acacac
}

.information2 .info-npm1 .inp .search {
    background: url(../inhml_files/bg2.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer
}

.information2 .info-npm1 .txt {
    display: flex;
    color: #ababae;
    font-size: 14px;
    margin-top: 20px
}

.information2 .info-npm1 .txt em {
    color: #182b7c
}

.information2 .info-npm1 .txt span {
    color: #ababae;
    transition: all .4s;
    cursor: pointer;
    margin: 0 10px
}

.information2 .info-npm1 .txt span:hover {
    color: #182b7c
}

.information2 .info-npm1 .en {
    font-size: 143px;
    line-height: 84px;
    margin: 45px 0 0;
    text-align: right;
    text-transform: uppercase;
    font-family: 'RAJDHANI_BOLD';
    color: #fff
}

.information2 .info-npm2 {
    padding: 70px 0 115px;
    background: url(../inhml_files/bg3.jpg) no-repeat;
    background-position: center bottom
}

.information2 .info-npm2 .seabox h3 {
    color: #ffb116;
    font-size: 18px;
    line-height: 1;
    font-family: 'Rajdhani-Semibold';
    text-transform: uppercase
}

.information2 .info-npm2 .seabox h4 {
    font-size: 20px;
    color: #1e2b7d
}

.information2 .info-npm2 .ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px
}

.information2 .info-npm2 .ul .li {
    width: 32.83%;
    background-image: url(../inhml_files/bg5.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 90px 27px 85px;
    min-height: 293px;
    transition: all .4s;
    margin: 0 0.75% 0.75% 0
}

.information2 .info-npm2 .ul .li:hover {
    background-image: url(../inhml_files/bg4.jpg);
    background-size: cover;
    background-position: center
}

.information2 .info-npm2 .ul .li:nth-child(3n) {
    margin: 0 0 0.75% 0
}

.information2 .info-npm2 .ul .li h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #31302e
}

#content.information2 .info-npm2 .ul .li p {
    font-size: 15px;
    line-height: 24px;
    color: #8b877e;
    transition: all .4s;
    margin: 0;
}

.information2 .info-npm2 .ul .li:hover p {
    color: #865f15
}

.csr1 .csr-npm1 .ul {
    display: flex
}

.csr1 .csr-npm1 .ul .li {
    width: 32.583%;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 1.16%
}

.csr1 .csr-npm1 .ul .li:nth-child(3n) {
    margin-right: 0
}

.csr1 .csr-npm1 .ul .li:hover .play {
    opacity: 1
}

.csr1 .csr-npm1 .ul .li:hover em {
    color: #d80000
}

.csr1 .csr-npm1 .csrSwpper2 li {
    width: 48%;
}

.csr1 .csr-npm1 .csrSwpper2 .img {
    height: 350px;
}

.csr1 .csr-npm1 .csrSwpper2 .txt h5 {
    margin-bottom: 6px;
}

.csr1 .csr-npm1 .csrSwpper2 .txt em {
    margin-top: 0;
}

.csr1 .csr-npm1 .img {
    position: relative;
    height: 235px
}

.csr1 .csr-npm1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.csr1 .csr-npm1 .play {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    background: #d80000 url(../inhml_files/ico4.png) no-repeat;
    background-position: center;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s;
    opacity: 0
}

.csr1 .csr-npm1 .txt {
    background: #f8f8f8;
    padding: 40px 30px 50px
}

.csr1 .csr-npm1 .txt h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #35322f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.csr1 .csr-npm1 .txt p {
    font-size: 14px;
    line-height: 22px;
    min-height: 44px;
    color: #b9b8b8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.csr1 .csr-npm1 .txt em {
    font-size: 22px;
    margin-top: 20px;
    transition: all .3s;
    display: block;
    font-family: 'Gilroy_Bold';
    color: #d1cabe
}

.csr1 .csr-npm2 {
    padding: 60px 0 60px;
    margin-top: 65px;
    background: url(../inhml_files/bg6.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.csr1 .csr-npm2 .pagination {
    display: table;
    width: 40px;
    height: 40px;
    margin: 20px auto;
    padding-top: 20px;
    cursor: pointer
}

.csr1 .csr-npm2 .public-listul a {
    background: #fff
}

.anniversary-npm3 {
    padding: 60px 0 80px;
}

.video-pop {
    display: none;
    position: fixed;
    z-index: 5555;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.video-pop .bg {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .55);
    position: absolute
}

.video-pop .close {
    background: url(../inhml_files/close.png) no-repeat;
    background-position: 50%;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all .4s;
    width: 40px;
    z-index: 5
}

.video-pop .cont {
    height: 450px;
    left: 50%;
    max-height: 600px;
    max-width: 800px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.video-pop .cont video {
    height: 100%;
    width: 100%
}

.information1 .info-npm1 .below .txtbox {
    border-radius: 10px;
    overflow: hidden
}

.information1 .info-npm1 .below .b {
    display: flex;
    margin-bottom: 2px
}

.information1 .info-npm1 .below .txtbox .b1 {
    background: #f2eee4;
    width: 25%;
    font-size: 16px;
    color: #9f9479;
    text-align: center;
    padding: 38px 0
}

.information1 .info-npm1 .below .txtbox .b2 {
    background: #f7f7f7;
    width: 75%;
    padding: 38px 55px;
    font-size: 16px;
    color: #83786c
}

.information1 .info-npm1 .below .txtbox .b:last-child .b2 {
    font-size: 14px
}

.information1 .info-npm1 .below .toptab {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.information1 .info-npm1 .below .toptab .c {
    float: right;
    font-size: 16px;
    margin-left: 23px;
    padding-bottom: 4px;
    position: relative;
    color: #b4b1a8;
    cursor: pointer
}

.information1 .info-npm1 .below .toptab .c::after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #c5a57f;
    transition: all .3s;
    left: 0;
    opacity: 0
}

.information1 .info-npm1 .below .toptab .c.on::after {
    width: 100%;
    opacity: 1
}

.information1 .info-npm1 .below .item {
    display: none
}

.information1 .info-npm1 .below .item:nth-child(1) {
    display: block
}

.information1 .info-npm1 .below .botbox {
    margin-top: 10px
}

.information1 .info-npm1 .below .botbox .public-botitem:nth-child(1) {
    display: block
}

.public-botitem {
    display: none
}

.public-botitem .c {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 49.583%;
    height: 340px;
    float: left;
    margin: 0 0.833% 0.833% 0;
    border-radius: 10px;
    background-image: url(../inhml_files/img4.jpg);
    display: flex;
    align-items: center;
    padding: 0 45px;
}

.public-botitem .c:nth-child(2n) {
    margin: 0 0 0.833% 0
}

.public-botitem .c h5 {
    overflow: hidden;
    font-size: 30px;
    color: #aeaba4;
    position: relative;
    transition: all .3s;
    line-height: 1.1;
}

.public-botitem .c h5::after {
    content: '';
    width: 28px;
    height: 2px;
    display: block;
    background: #f9b135;
    margin: 15px 0 10px
}

.public-botitem .c h6 {
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    color: #aeaba4;
    transition: all .3s
}

.public-botitem .c:hover h5,
.public-botitem .c:hover h6 {
    color: #c7b891;
}

.public-botitem .c em {
    display: inline-block;
    vertical-align: top;
}

.public-botitem .c:hover em {
    animation: reveal3 1s forwards;
    opacity: 0;
}

.public-botitem .c:hover h5::after {
    animation: reveal4 1s .4s forwards;
    width: 0;
}

@keyframes reveal3 {
    from {
        transform: translateY(200%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes reveal4 {
    from {
        width: 0;
    }

    to {
        width: 28px;
    }
}


.hr1 .hr-npm1 {
    padding: 80px 0
}

.hr1 .hr-npm2 {
    padding: 60px 0 55px;
    background: #f7f5f2
}

.hr1 .hr-npm1 .img img,
.hr1 .hr-npm2 .img img,
.hr1 .hr-npm3 .img img {
    text-align: center;
    margin: auto
}

.hr1 .hr-npm3 {
    padding: 108px 0;
    position: relative
}

.hr1 .hr-npm3 .img {
    position: relative;
    z-index: 3
}

.hr1 .hr-npm3 .bg {
    background: url(../inhml_files/bg1.png) no-repeat;
    background-position: center bottom;
    height: 222px;
    width: 108%;
    position: absolute;
    left: 0;
    bottom: 0
}

.hr1 .cTil {
    padding: 0
}

.hr1 .subBan .le {
    color: #3c4c98
}

.hr1 .hr-npm3 .bg.animated {
    animation: ban_bg 20s linear forwards;
}

@keyframes ban_bg {
    0% {
        transform: translate(0) scale(1)
    }

    to {
        transform: translate(-4%) scale(1)
    }
}

.information1 .info-npm1 {
    padding: 80px 0
}

.information1 .info-npm1 .above {
    display: flex;
    background: #eeece7;
    border-radius: 10px;
    height: 50px;
    padding: 2px
}

.information1 .info-npm1 .above .item {
    font-size: 16px;
    color: #b3aba2;
    text-align: center;
    width: 25%;
    display: inline-block;
    line-height: 46px;
    cursor: pointer
}

.information1 .info-npm1 .above .item.on {
    background: #fff;
    border-radius: 10px;
    color: #595858
}

.information .subBan .ri .icon {
    display: none
}

.information .subBan .le {
    color: #907d6b
}

.clear::after {
    content: '';
    clear: both;
    display: block
}

.information1 .info-npm1 .below {
    margin-top: 40px
}

.public-listul a {
    margin-bottom: 10px;
    border-radius: 10px;
    background: #eeece7;
    padding: 30px 35px 30px 30px;
    position: relative;
    overflow: hidden
}

.public-listul a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../inhml_files/bg1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .6s;
    opacity: 0
}

.public-listul a:hover::after {
    opacity: 1
}

.public-listul a:hover .fl {
    color: #fff
}

.public-listul a:hover .fr {
    border-left: 3px solid rgba(255, 255, 255, .2)
}

.public-listul .fl {
    font-size: 18px;
    margin-top: 10px;
    width: 70%;
    color: #7c7873;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
    transition: all .3s
}

.public-listul .fr {
    border-left: 3px solid #f8f8f8;
    padding-left: 17px;
    position: relative;
    z-index: 2;
    transition: all .3s
}

.public-listul .fr>div {
    font-size: 16px;
    color: #d1cabe;
    font-family: 'Gilroy_Bold';
    line-height: 1
}

.public-listul .fr .b1 {
    font-size: 26px;
    line-height: 20px;
    margin-bottom: 3px
}

.public-listul .pagination {
    overflow: hidden;
    margin-top: 40px
}

.public-listul .spage-number {
    float: right
}

.public-listul .spage-number .prev {
    width: 28px;
    height: 28px;
    background: url(../inhml_files/ico1.png) no-repeat;
    transition: all .4s;
}

.public-listul .spage-number .prev:hover {
    background-image: url(../inhml_files/ico1on.png);
}

.public-listul .spage-number .next {
    width: 28px;
    height: 28px;
    background: url(../inhml_files/ico2.png) no-repeat;
    margin: 0 0 0 5px;
    transition: all .4s;
}

.public-listul .spage-number .next:hover {
    background-image: url(../inhml_files/ico2on.png);
}

.public-listul .spage-number button {
    font-size: 16px;
    color: #d1cabe;
    font-family: 'Gilroy_Bold';
    margin: 0 5px;
    line-height: 28px;
    float: left
}

.public-listul .spage-number .active {
    color: #c9952b
}

.newsCont2 a {
    background-color: #fff;
}

.anniversary .csr-npm1 .cTil {
    padding-bottom: 0;
}


.csrCont1 {
    padding-bottom: 66px;
}

.csrCont1 .wr {
    display: flex;
}

.csrCont1 .le {
    position: relative;
    float: left;
    width: 69.6%;
}

.csrCont1 .le .txt {
    position: absolute;
    left: 6.6%;
    top: 14.8%;
}

.csrCont1 .le .year {
    font-size: 76px;
    color: #f2f2e8;
    font-family: 'RAJDHANI_BOLD';
    line-height: .9;
    letter-spacing: 20px;
    margin-bottom: 12px;
}

.csrCont1 .le .tilCn {
    font-size: 24px;
    color: #3d6e6b;
    line-height: 26px;
    margin-bottom: 10px;
}

.csrCont1 .le .tilEn {
    font-size: 22px;
    color: #80a2b6;
    line-height: 20px;
    font-family: "Rajdhani-Medium";
    text-transform: uppercase;
}

.csrCont1 .le .icon {
    margin-top: 26px;
}

.csrCont1 .ri {
    float: right;
    width: 30.2%;
}

.csrCont1 .ri .dt {
    height: calc(50% + 10px);
    background: no-repeat top center;
    border-radius: 6px 6px 0 0;
}

.csrCont1 .ri .dd {
    position: relative;
    z-index: 5;
    height: 50%;
    margin-top: -10px;
    padding: 33px 34px;
    background: url(../inhml_files/csrc1pic3.jpg) no-repeat center;
    background-size: cover;
    border-radius: 6px;
}

.csrCont1 .ri .tilCn {
    font-size: 32px;
    color: #fff;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 6px;
}

.csrCont1 .ri .tilEn {
    font-size: 16px;
    color: #e7cf86;
    line-height: .96;
    font-family: "Gilroy_Bold";
    text-transform: uppercase;
}

.csrCont2 {
    height: 586px;
    background: url(../inhml_files/csrc2bg.jpg) no-repeat center;
}

.csrCont2 .cTil {
    padding-top: 50px;
}

.csrCont2 .csrSwiper {
    padding-bottom: 70px;
}

.csrCont2 .csrSwiper .swiper-wrapper {
    z-index: 20;
}

.csrCont2 .swiper-slide {
    position: relative;
    border-radius: 6px;
    padding: 4px;
    background: #ebe6da;
}

.csrCont2 .swiper-slide img {
    margin: 0 auto;
}

.csrCont2 .swiper-slide:after {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: -75px;
    margin-left: -8px;
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    background: url(../inhml_files/csrc2icon.png) no-repeat bottom center;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}

.csrCont2 .shade {
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    z-index: 5;
    transition: all .4s;
}

.csrCont2 .shade .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -29px 0 0 -29px;
    width: 58px;
    height: 58px;
    background: #d80000 url(../inhml_files/csrc2icon2.png) no-repeat center;
    border-radius: 50%;
}

.csrCont2 .swiper-slide:hover .shade {
    opacity: 1;
}

.csrCont2 .swiper-slide:hover:after {
    bottom: -65px;
    opacity: 1;
}

.csrCont2 .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.csrCont2 .swiper-pagination:before {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

.csrCont2 .swiper-pagination-bullet {
    display: block;
    margin: 0 0 0 8px !important;
    background: #508a98;
    opacity: 1;
}

.csrCont2 .swiper-pagination-bullet-active {
    background: #e2a232;
}

.mobile-nav .bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    background: rgba(0, 0, 0, .8)
}

.mobile-nav .vux {
    opacity: 0;
    position: fixed;
    right: -360px;
    width: 358px;
    top: 0;
    padding-top: 106px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 850;
    background: #fff url(../inhml_files/menu-bg.png) no-repeat bottom left;
    transition: all .4s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-size: 100%
}

.mobile-nav .vux.on {
    opacity: 1;
    right: 0
}

.mobile-nav li {
    position: relative
}

.mobile-nav li .til {
    position: relative;
    padding: 0 45px;
    line-height: 70px;
    font-size: 22px;
    color: #63605d;
    height: 100%;
    height: 70px
}

.mobile-nav li .til:after {
    display: none;
    content: '';
    position: absolute;
    bottom: 24px;
    right: 45px;
    background: url(../inhml_files/icon-this.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    transition: all .3s
}

.mobile-nav li.on .til {
    color: #937124
}

.mobile-nav li.show .til:after {
    display: block
}

.mobile-nav li.n_c .til:after {
    display: none
}

.mobile-nav li .bt {
    display: none;
    padding: 6px 0;
    margin: 0 45px;
    border-top: 1px solid #ebeae9
}

.mobile-nav li .bt a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 40px
}

.mobile-nav li .bt a.on,
.mobile-nav li .bt a:hover {
    color: #2369ad;
}

/* ÃƒÂ§Ã‚Â§Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ§Ã‚Â«Ã‚Â¯ */
.mobile-head .language-con {
    display: none;
    position: absolute;
    right: .3rem;
    padding-bottom: .2rem;
    left: .6rem;
    top: .2rem
}

.mobile-head .language-con a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .8rem;
    font-size: .26rem;
    height: .8rem;
    margin-right: .1rem;
    line-height: .4rem;
    border: 1px solid #ebeae9;
    color: #63605d
}

.mobile-head .language-con a.on {
    color: #fff;
    background: rgba(187, 41, 44, 1);
    border-color: rgba(187, 41, 44, 1);
}

.tach-tips {
    display: none;
    position: absolute;
    top: 2rem;
    right: .6rem;
    width: .9rem;
    pointer-events: none;
}

.tach-tips.animated {
    animation: tachTips 3s forwards;
}



/* hr3 */
.hr3 {
    padding-bottom: 50px;
}

.hr3Cont1 .big {
    margin-bottom: 40px;
}

.hr3Cont1 .list {
    display: flex;
    flex-wrap: wrap;
}

.hr3Cont1 .list a {
    position: relative;
    padding: 28px 25px;
    z-index: 5;
    width: 24.34%;
    height: 136px;
    margin: 0 0.88% 10px 0;
    background: #eeece7;
    border-radius: 10px;
    overflow: hidden;
}

.hr3Cont1 .list a:nth-child(4n) {
    margin-right: 0;
}

.hr3Cont1 .list a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../inhml_files/hr3itembg.jpg) no-repeat center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.hr3Cont1 .list h3 {
    font-size: 20px;
    color: #514e47;
    line-height: 24px;
    margin-bottom: 4px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.hr3Cont1 .list h4 {
    font-size: 18px;
    color: #dbd1b9;
    line-height: 1;
    font-family: "Gilroy_Bold";
    text-transform: uppercase;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.hr3Cont1 .list .more>div {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 14px;
    color: #bbb8af;
    line-height: 20px;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.hr3Cont1 .list .more .p1 {
    opacity: 1;
}

.hr3Cont1 .list .more .p2 {
    right: 18px;
    display: flex;
    align-items: center;
}

.hr3Cont1 .list .more .p2 .c-dot {
    display: none;
}

.hr3Cont1 .list .more .p2 .c-dot .i {
    background: #d8ccb6;
    width: 6px;
    height: 6px;
    margin-left: 4px;
}

.hr3Cont1 .list a:hover:after {
    opacity: 1;
}

.hr3Cont1 .list a:hover .p1 {
    opacity: 0;
}

.hr3Cont1 .list a:hover .p2 {
    opacity: 1;
    color: #e2ddcf;
}

.hr3Cont1 .list a:hover .p2 .c-dot {
    display: flex;
}

.hr3Cont1 .list a:hover h3 {
    color: #fff;
}

.hr3Cont1 .list a:hover h4 {
    color: rgba(205, 190, 173, .5);
}

/* hr3end */

/* 20241010 */
.subBan .ri {}

.indexCont1 .cTab .more {
    font-weight: 600;
}

.aboutCont1 .le {
    margin-top: 0;
}

.crumbs .pageSeat a,
.crumbs .subNavs a,
#header .sub_box a {
    /* font-weight: 600; */
}

#header .sub_box a {
    font-size: 18px;
}

.indexCont1 .cTab .item:hover .dd .cImg,
.indexCont1 .ri .box:hover .cImg,
.indexCont3 .box:hover .cImg,
.newsCont1 .ul a:hover .cImg,
.business1Cont3 dl:hover dt img {
    -webkit-transform: none;
    transform: none;
}

p {
    font-size: 15px;
    line-height: 25px;
    color: #4D4D4D;
}

#header .menu .langBox {
    width: 50px;
    display: none;
}

#header .menu .langBox .dt {
    background: no-repeat !important;
    padding-right: 0;
}

#header .menu .langBox .dt:hover {
    color: #067ADA;
}

.crumbs .subNavs a,
.crumbs .pageSeat a {
    font-size: 16px;
}

#footer .ri .p {
    color: #93918f;
    font-weight: 600;
}

.footPop .dt {
    padding-top: 170px;
}

.footPop .dt h2 {
    line-height: .8;
}

.footPop .dt h3 {
    line-height: 1;
}

.footPop .dd p {
    font-weight: 500;
    color: #9b9b9b;
}

.c-dot {
    display: flex;
}

.c-dot .i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c9952d;
    margin-left: 4px;
}

.c-dot .i:nth-child(2) {
    animation-delay: .1s;
}

.c-dot .i:nth-child(3) {
    animation-delay: .2s;
}

.indexCont1 .cTab .link {
    margin-top: 30px;
    display: none;
}

.indexCont1 .cTab .more {
    float: left;
    line-height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    color: #032974;
}

.indexCont1 .cTab .more:hover {
    color: #c9952d;
}

.indexCont1 .cTab .more2 {
    position: relative;
    margin-left: 33px;
}

.indexCont1 .cTab .more2:after {
    content: "";
    display: block;
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 3px;
    height: 10px;
    background: #bbb;
}

.indexCont1 .cTab .dot {
    display: none;
    padding-left: 6px;
    align-items: center;
}

.indexCont1 .cTab .more:hover .dot {
    display: flex;
}

.indexCont1 .cTab p {
    color: #999999;
}

.indexCont1 .list h4 {
    color: rgba(78, 78, 78, .8);
}

.indexCont1 .cTab .dd .txt {
    position: absolute;
    z-index: 5;
    transform: translate(0, 0);
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 50px;
}

.indexCont1 .cTab .dd .txt .icon {
    height: 90px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.indexCont1 .cTab .dd .txt .tilCn {
    font-size: 32px;
    color: #c9b387;
    line-height: 1.2;
    margin-bottom: 10px;
    overflow: hidden;
}

.indexCont1 .cTab .dd .txt .tilEn {
    font-size: 24px;
    color: rgba(189, 173, 142, .5);
    line-height: 1.2;
    font-family: "RAJDHANI_BOLD";
    letter-spacing: 18px;
    overflow: hidden;
}

.indexCont1 .cTab .item:last-child .txt .tilEn {
    color: rgba(157, 162, 169, .5);
}

.indexCont1 .cTab .dd .txt em {
    display: inline-block;
    vertical-align: top;
    animation: reveal3 1s both;
}

.indexCont1 .cTab .dd .txt .icon em {
    animation-delay: .2s;
}

.indexCont1 .cTab .dd .txt .tilCn em {
    animation-delay: .4s;
}

.indexCont1 .cTab .dd .txt .tilEn em {
    animation-delay: .6s;
}

.indexCont1 .ri .box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 5;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.indexCont1 .ri .txt {
    position: absolute;
    right: 0;
    bottom: 40%;
    top: auto;
    width: 100%;
    padding: 0 42px;
    text-align: left;
}

.indexCont1 .ri .year {
    font-size: 38px;
    color: #ff96628C;
    font-family: "Gilroy_Bold";
    line-height: 1;
    margin-bottom: 5px;
}

.indexCont1 .ri h4 {
    font-size: 22px;
    color: #e4d1ac;
    line-height: 1.4;
    font-weight: bold;
}

.indexCont1 .ri .more {
    position: absolute;
    right: 0;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: flex;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.indexCont1 .ri .more .i {
    display: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #edcfc6;
    margin-left: 6px;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.indexCont1 .ri .more .i:nth-child(2) {
    animation-delay: .1s;
}

.indexCont1 .ri .more .i:nth-child(3) {
    animation-delay: .2s;
}

.indexCont1 .ri .box:hover:after,
.indexCont1 .ri .box .more {
    opacity: 1;
}

.indexCont1 .ri .box:hover .more .i {
    display: block;
}

.indexCont2Sw .txt .btn {
    position: relative;
    font-size: 15px;
    background: linear-gradient(90.00deg, rgb(70, 171, 255), rgb(6, 122, 218) 100%);
    font-weight: 600;
    width: 122px;
}

.indexCont2Sw .txt .btn .c-dot {
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto 0;
}

.indexCont2Sw .txt .btn .c-dot .i {
    background: #fff;
}

.indexCont2Sw .txt .btn:hover .c-dot {
    display: flex;
}

.indexCont4 .dt {
    padding-top: 40px;
}

.indexCont4 .dt .til {
    padding: 0;
    font-size: 24px;
    min-height: auto;
    margin-bottom: 10px;
}

.indexCont4 .dt .time {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.2;
    font-family: "Gilroy_Bold";
}

.indexCont4 .dt:after {
    transform: translateY(10px);
    content: "ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦";
    bottom: 30px;
    font-weight: 600;
    color: rgba(255, 255, 255, .7);
}

.indexCont4 .dt:hover:after {
    transform: translateY(0);
}

.newsCont2 {
    background-size: cover;
}

.business1Cont3 dd {
    border-color: #f8f8f8;
    background: #f8f8f8;
}

.business1Cont3 dd h4 {
    color: #252320;
}

.information1 .info-npm1 .above .item {
    flex: 1;
}

#header.hover+* .subBan:after,
#header.hover+.subBan:after {
    opacity: 1;
}

.subBan:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .4s;
}

.indexCont4 .more {
    right: 0;
    display: flex;
    align-items: center;
    width: auto;
    background: no-repeat;
    font-size: 14px;
    color: #c9952d;
    font-weight: 600;
}

.crumbs .subNavs a:hover {
    color: rgb(29, 79, 145);
    font-weight: 700;
    border-bottom: 2px solid rgb(29, 79, 145);
}

/* 20241010end */


@keyframes tachTips {
    0% {
        opacity: 1;
        transform: translateX(.3rem);
    }

    50% {
        opacity: 1;
        transform: translateX(-.3rem);
    }

    51% {
        opacity: 1;
        transform: translateX(.3rem);
    }

    99% {
        opacity: 1;
        transform: translateX(-.3rem);
    }

    100% {
        opacity: 0;
        display: none;
        transform: translateX(-.3rem);
    }
}

@keyframes zFlicker {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (min-width: 601px) {
    #header:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-color: #eeece7;
        background: rgba(255, 255, 255, 1);
        transition: all 1s;
    }

    #header:hover .logo {
        background: url(../inhml_files/logohover.png) no-repeat left center;
        background-size: 90%;
    }

    #header:hover .nav .dt {
        color: #333333;
    }

    #header:hover .nav .dt a {
        color: #333333;
    }

    #header:hover .menu .seekBox {
        background-image: url(../inhml_files/iconseekon.png);
    }

    #header:hover .menu .langBox {
        color: #032974;
        display: block;
    }

    #header:hover .menu .langBox .dt {
        background-image: url(../inhml_files/icondownon.png);
    }

    #header:hover .nav .navSlide {
        background: #067ADA;
    }

    #header:hover .menu-btn .i {
        background: #2369ad;
    }

    #header:hover .zccz {
        border-radius: 0;
        box-shadow: none;
        background: none;
        width: auto;
        height: auto !important;
        float: left;
        margin-right: 43px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-top: 16%;
    }

    #header:hover .zccz h2 {
        color: #333333;
    }

    #header:hover .nav {
        /* right: 3%; */
    }
}

@media screen and (max-width: 1800px) {
    .banner .swiper-slide .st3 {
        margin: 0;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 92vw;
    }

    .banner .swiper-slide .st3 img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1600px) {
    .banner .swiper-slide .st4 {
        margin-right: 0;
    }
}

@media screen and (max-width: 1240px) {
    html {
        font-size: 60px;
    }

    .auto,
    .banner .sw-page {
        width: 92vw;
    }

    #footer .le {
        display: none;
    }

    #header .menu-btn {
        display: block;
    }

    #header .nav {
        display: none;
    }

    .footPop .cnt {
        width: 92vw;
    }

    .banner {
        height: calc(40vw + 100px);
        min-height: 400px;
    }

    .swiper-fade .swiper-slide {
        background-size: cover !important;
    }

    .banner .videoPos video {
        left: 0;
        top: -1%;
        transform: none;
        width: 100%;
        height: 102%;
        min-width: auto;
        min-height: auto;
        object-fit: cover;
    }

    .banner .videoPos .videTxt {
        width: 92%;
    }

    .banner .swiper-slide .pos,
    .banner .swiper-slide .pos img {
        max-width: 100%;
    }

    .indexCont1 .le {
        width: 45%;
    }

    .indexCont1 .hd ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .indexCont1 .hd li {
        margin-right: 10px;
    }

    .indexCont1 .ri {
        width: 50%;
    }

    .indexCont1 .ri .box {
        width: 49%;
    }

    .indexCont1 .ri .b1 {
        width: 100%;
    }

    .banner .swiper-slide .st1 .h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .banner .swiper-slide .st1 .h1En {
        font-size: 40px;
        line-height: 30px;
    }

    .banner .swiper-slide .st2 {
        margin: 0;
        left: 50%;
        transform: translate(-50%, -40%);
    }

    .banner .swiper-slide .st2 img {
        max-width: 70vw;
    }

    .banner .swiper-slide .st4 .box {
        padding-left: 200px;
        min-height: 160px;
        background-size: 180px;
    }

    .banner .swiper-slide .st4 .h1 {
        font-size: 34px;
        line-height: 1.2;
    }

    .banner .swiper-slide .st4 .h1En {
        font-size: 28px;
    }

    .banner .switch_btn>div {
        display: none;
    }

    .indexCont2 {
        position: relative;
    }

    .indexCont2 .huxTab .btn {
        right: -20px;
    }

    .indexCont2Sw {
        height: 50vh;
        min-height: 400px;
    }

    .indexCont2>.auto {
        position: static;
    }

    .indexCont2 .huxTab {
        top: auto;
        bottom: 6%;
        right: 4vw;
    }

    .indexCont3 {
        padding: 60px 0;
    }

    .indexCont3 .le {
        width: 66%;
    }

    .indexCont3 .ri {
        width: 32%;
    }

    .indexCont4 .dl {
        width: 32%;
    }

    .aboutCont1 .le {
        width: 28%;
    }

    .aboutCont1 .ri {
        width: 68%;
    }

    .aboutCont2 {
        height: 60vh;
        padding-top: 10vw;
        background-size: cover;
    }

    .aboutCont2 .le {
        width: 50%;
    }

    .aboutCont2 .ri {
        width: 48%;
    }

    .aboutCont2 .ri h2 {
        font-size: 42px;
        line-height: 48px;
    }

    .about4Swiper {
        width: 130vw;
        margin-left: -26vw;
        padding-left: 26vw;
    }

    .about4Swiper .swiper-btns {
        width: 92%;
    }

    .newsCont1 .filtrateBox {
        display: none;
    }

    .businessCont1 .ri {
        width: calc(100% - 360px);
    }

    .business1Cont2 li {
        width: 48%;
    }

    .business1Cont3 dl {
        width: 49%;
    }

    .businessTxtTab .hd {
        width: 92vw;
        margin: 0 auto 30px;
    }

    .businessTxtTab .bd .synopsis {
        width: 92vw;
    }

    .businessTxtTab .synopsis .le {
        width: 340px;
    }

    .businessTxtTab .synopsis .ri {
        width: calc(100% - 360px);
    }

    .video-pop .cont {
        width: 80vw;
        height: 40vw;
    }

    .csrCont1 .le .year {
        font-size: 5.8vw;
    }

    .csrCont1 .le .tilCn {
        font-size: 2vw;
        line-height: 1.06;
    }

    .csrCont1 .le .tilEn {
        font-size: 1.8vw;
        line-height: .96;
    }

    .csrCont1 .le .icon {
        max-width: 4vw;
    }

    .csrCont1 .ri .dd {
        padding: 2.5vw 0 0 2.5vw;
    }

    .csrCont1 .ri .tilCn {
        font-size: 2.6vw;
        line-height: 1.1;
    }

    .par-npm1 .chartBox {
        padding: 40px;
    }

    .par-npm1 .chartBox .describe {
        top: 40px;
        left: 40px;
        right: 403px;
    }
}

@media screen and (max-width: 900px) {
    .indexCont1 .hd {
        width: 100%;
    }

    .indexCont1 .cTab .bd {
        padding-top: 40px;
    }

    .indexCont1 .cTab .item {
        flex-wrap: wrap;
    }

    .indexCont1 .cTab .item .dt {
        width: 100%;
    }

    .indexCont1 .cTab .item .dd {
        width: 100%;
        order: -1;
        max-width: 600px;
        margin: 0 auto;
    }

    .indexCont1 .bom .le {
        float: none;
        width: 100%;
    }

    .indexCont1 .bom .ri {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding-top: 40px;
    }

    .indexCont2>.auto {
        height: auto;
    }

    .indexCont2 .huxTab {
        width: 100vw;
        margin-left: -4vw;
        position: static;
        padding: 0 4vw;
        height: 60px;
        border-top: 1px solid #ebebeb;
        border-radius: 0;
    }

    .indexCont2 .huxTab ul {
        display: flex;
        justify-content: space-between;
    }

    .indexCont2 .huxTab ul li {
        height: 60px;
        line-height: 60px;
        border-top: 1px solid transparent;
        margin: 0;
        color: #4e4e4e;
    }

    .indexCont2 .huxTab ul li.on {
        border-top-color: #c9952d;
    }

    .indexCont2 .huxTab .btn {
        display: none;
    }

    .indexCont3 .b1 .txt {
        padding: 40px;
    }

    .indexCont3 .ri .txt {
        padding: 20px;
    }

    .indexCont4 .dt {
        height: 140px;
        padding: 30px 20px;
    }

    .indexCont4 .d1 .til {
        font-size: 16px;
        line-height: 20px;
    }

    .indexCont4 .dt .til {
        font-size: 20px;
        line-height: 26px;
    }

    .indexCont4 .dd {
        padding: 20px;
    }

    .aboutCont1 .le {
        float: none;
        width: 100%;
    }

    .aboutCont1 .ri {
        float: none;
        width: 100%;
    }

    .aboutCont2 {
        height: auto;
        padding: .9rem 0;
    }

    .aboutCont2 .le {
        float: none;
        width: 50%;
        margin-bottom: .4rem;
    }

    .aboutCont2 .ri {
        float: none;
        width: 100%;
    }

    .public-botitem .c {
        height: 30vw;
        background-position: right bottom;
    }

    .businessCont1 .le,
    .businessTxtTab .synopsis .le {
        width: 100%;
        float: none;
        margin-bottom: .4rem;
    }

    .businessCont1 .ri,
    .businessTxtTab .synopsis .ri {
        width: 100%;
        float: none;
    }

    .business1Cont2 li .icon {
        width: 24%;
        margin: 0 4%;
        background-size: contain;
    }

    .party4 .party-npm1 .box .fl,
    .party5 .party-npm1 .box .item .fl {
        float: none;
        width: 100%;
        margin-bottom: .4rem;
    }

    .party4 .party-npm1 .box .fr,
    .party5 .party-npm1 .box .item .fr {
        float: none;
        width: 100%;
    }

    .information2 .info-npm2 .ul .li {
        width: 49.5%;
    }

    .information2 .info-npm2 .ul .li:nth-child(odd) {
        margin: 0 1% 1% 0;
    }

    .information2 .info-npm2 .ul .li:nth-child(even) {
        margin: 0 0 1%;
    }

    .csrCont1 .wr {
        justify-content: space-between;
    }

    .csrCont1 .le {
        overflow: hidden;
        height: 300px;
        width: 60%;
        border-radius: 6px;
    }

    .csrCont1 .le img {
        max-width: none;
        height: 100%;
    }

    .csrCont1 .ri {
        width: 38%;
    }

    .par-npm1 .chartBox {
        overflow: hidden;
        overflow-x: auto;
        padding-left: 80px;
    }

    .par-npm1 .chartBox .describe {
        right: auto;
        width: 405px;
    }

    /* hr3 */
    .hr3Cont1 .list a {
        width: 32.6%;
        height: 136px;
        margin: 0 1.1% 10px 0;
    }

    .hr3Cont1 .list a:nth-child(3n) {
        margin-right: 0;
    }

    .hr3Cont1 .list a:nth-child(4n) {
        margin-right: 1.1%;
    }

    /* hr3end */
}

@media screen and (max-width: 1200px) {
    .hzhbtitlemod {
        display: block !important
    }

    .hzhbtitlepc {
        display: none !important
    }

    #reTop {
        width: .8rem;
        height: .8rem;
        right: .3rem;
    }

    .p-mark {
        display: none;
    }

    .m-mark {
        display: block;
    }

    .tach-tips {
        display: block;
    }

    html {
        font-size: calc(100vw / 7.5);
    }

    #header {
        height: 1.2rem;
        border-color: transparent;
    }

    #header .logo {
        background-image: url(../inhml_files/logo.png);
        background-size: 60% !important;
    }

    #header .logo,
    #header.on .logo {
        margin-left: 4vw;
        width: 4rem;
        background-size: contain;
        /* height: 1.2rem; */
        margin-left: .3rem
    }

    #header.on .logo {
        background-image: url(../inhml_files/logohover.png);
    }

    #header .ri .menu {
        height: 1.2rem;
        margin-left: 0;
    }

    .d7 form {
        display: none;
    }

    #header .nav {
        padding-right: .3rem
    }

    #header .menu .seekBox,
    #header .menu .langBox {
        display: none
    }

    #header .ri {
        margin-right: 0;
    }

    #header .menu-btn {
        width: 1.2rem;
        height: 100%;
        margin-top: .2rem;
        margin: 0;
    }

    #header .menu-btn .cnt {
        width: .48rem;
        height: .36rem;
    }

    #footer {
        height: auto;
    }

    #footer .ri {
        display: flex;
        flex-wrap: wrap;
        float: none;
    }

    #footer .ri .p {
        width: 100%;
        text-align: left;
        color: #bcbfc4;
    }

    #footer .share {
        order: 2;
        margin: .3rem 0 0 .2rem;
    }

    #footer .share .item {
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        width: .6rem;
        height: .6rem;
        margin: 0 .1rem 0 0;
    }

    #footer .friendLink {
        float: left;
        width: 3rem;
        margin-top: .2rem;
    }

    #footer .friendLink a {
        font-size: .24rem;
    }

    #footer .friendLink span:after {
        top: .3rem;
        width: .2rem;
        height: .2rem;
        background-size: contain;
    }

    #footer .friendLink span {
        font-size: .24rem;
        height: .8rem;
        line-height: .8rem;
        width: 3rem;
        background-size: .3rem;
        background-position: .3rem center;
    }

    .footPop .dt {
        padding: 1.4rem .3rem 0;
        height: 3rem;
    }

    .footPop .dt h2 {
        font-size: .52rem;
    }

    .footPop .dt h3 {
        font-size: .3rem;
        line-height: .4rem;
    }

    .footPop .dd {
        min-height: auto;
        padding: .5rem .3rem;
    }

    .footPop .dd .box {
        max-height: calc(90vh - 4rem);
        overflow: hidden;
        overflow-y: auto;
        margin-right: -.2rem;
        padding-right: .2rem;
    }

    .footPop .dd .h1 {
        font-size: .46rem;
        line-height: 1.1;
        padding-bottom: .1rem;
    }

    .footPop .dd .h1En {
        font-size: .34rem;
    }

    .footPop .dd h4 {
        font-size: .26rem;
        line-height: .4rem;
    }

    .footPop .dd p {
        font-size: .24rem;
        line-height: .4rem;
    }

    .footPop .contactPop .dd {
        background-size: 80%;
    }

    .mobile-head .language-con {
        display: flex;
        border-bottom: 1px solid #ebeae9;
    }

    .mobile-nav .vux {
        right: -5.5rem;
        width: 5.4rem;
        padding-top: 1.4rem;
    }

    .mobile-nav li .til {
        position: relative;
        padding: 0 .6rem;
        line-height: .9rem;
        font-size: 18px;
        color: #63605d;
        height: .9rem;
    }

    .mobile-nav li .til:after {
        display: none;
        content: '';
        position: absolute;
        bottom: .32rem;
        right: .6rem;
        background: url(../inhml_files/icon-this.png) no-repeat;
        background-size: contain;
        width: .24rem;
        height: .24rem;
        transition: all .3s
    }

    .mobile-nav li .bt {
        display: none;
        padding: .1rem 0;
        margin: 0 .6rem;
        border-top: 1px solid #ebeae9;
        border-bottom: 1px solid #ebeae9;
    }

    .mobile-nav li .bt a {
        display: block;
        position: relative;
        font-size: .28rem;
        color: #666;
        line-height: .6rem;
    }

    #content p {
        /* font-size: 16px; */
        /* line-height: 35px; */
        /* margin-bottom: 6px !important; */
    }

    .banner {
        height: 6rem;
        min-height: auto;
    }

    .banner .swiper-slide .st2,
    .banner .swiper-slide .st3 {
        max-width: none;
        left: -.3rem;
        right: -.3rem;
        top: 0;
        width: 100vw;
        height: 11rem;
        transform: none;
    }

    .banner .swiper-slide .st2 img {
        max-width: 100%;
    }

    .banner .swiper-slide .st4 {
        transform: translateY(-50%);
    }

    .banner .swiper-slide .st4 .box {
        width: 6.7rem;
        padding: 2.04rem 0 0;
        background-size: 2.7rem;
    }

    .banner .swiper-slide .st4 .h1 {
        font-size: .6rem;
        margin-bottom: .1rem;
    }

    .banner .swiper-slide .st4 .h1En {
        font-size: .36rem;
    }

    .banner .swiper-slide .st1 .h1 {
        font-size: .6rem;
        margin-bottom: .1rem;
    }

    .banner .swiper-slide .st1 .h1En {
        font-size: .5rem;
        line-height: .4rem;
    }

    .banner .sw-page .swiper-pagination-bullet {
        width: .5rem;
        height: .08rem;
        margin: 0 .16rem 0 0;
    }

    .indexCont1 {
        padding: 0;
        height: 930px;
    }

    .indexCont1 .cTab .bd {
        padding: .4rem 0;
    }

    .indexCont1 .cTab .item .dt {
        padding-top: .3rem;
        height: auto;
    }

    .indexCont1 .hd {
        height: .8rem;
    }

    .indexCont1 .hd li {
        font-size: .26rem;
        height: .6rem;
        line-height: .6rem;
    }

    .indexCont1 .cTab h3 {
        font-size: .34rem;
        line-height: .5rem;
        margin-right: 2rem;
        margin-bottom: .2rem;
    }

    .indexCont1 .cTab .time {
        top: .3rem;
        font-size: .3rem;
        line-height: .5rem;
    }

    #content .indexCont1 .cTab p {
        margin-bottom: .2rem;
    }

    .indexCont1 .cTab .more {
        margin: 0;
    }

    .indexCont1 .le .list h4,
    .indexCont1 .le .list .time {
        font-size: .26rem;
        height: .8rem;
        line-height: .8rem;
    }

    .indexCont1 .ri .txt {
        padding: .5rem .3rem;
    }

    .indexCont1 .ri .year {
        font-size: .58rem;
        line-height: .9;
    }

    .indexCont1 .ri h4 {
        font-size: .3rem;
        line-height: .4rem;
    }

    .indexCont1 .bom .ri {
        padding-top: .4rem;
    }

    .indexCont2 .huxTab {
        height: 1rem;
    }

    .indexCont2 .huxTab ul li {
        height: 1rem;
        line-height: 1rem;
        font-size: .26rem;
    }

    .indexCont2 .tach-tips {
        position: absolute;
        z-index: 5;
    }

    .indexCont2Sw {
        height: 6rem;
        min-height: auto;
    }

    .indexCont2Sw .swiper-slide .pos {
        top: 0;
        transform: translateY(0);
        padding-top: 1.2rem;
    }

    .indexCont2Sw .txt h2 {
        font-size: .48rem;
        line-height: 1.2;
    }

    .indexCont2Sw .txt h3 {
        font-size: .36rem;
    }

    #content .indexCont2Sw .txt p {
        line-height: .3rem;
        color: rgba(234, 228, 217, .9);
        max-width: 5rem;
    }

    .indexCont2Sw .txt .btn {
        margin-top: 0;
        width: 1.6rem;
        height: .7rem;
        line-height: .7rem;
        padding: 0 .3rem;
        background-size: .3rem;
        background-position: 1rem;
    }

    .indexCont3 {
        padding-bottom: 50px;
        padding-top: 35px;
    }

    .indexCont3 .le {
        float: none;
        width: 100%;
    }

    .indexCont3 .b1 .txt {
        padding: .6rem .3rem 0;
    }

    .indexCont3 .b1 h4 {
        font-size: .3rem;
        line-height: .4rem;
    }

    .indexCont3 .b1 h3 {
        font-size: .46rem;
        line-height: 1;
    }

    #content .indexCont3 .b1 p {
        line-height: .3rem;
    }

    .indexCont3 .ri {
        float: none;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .indexCont3 .ri .box {
        width: 49%;
        margin-top: .2rem;
    }

    .indexCont3 .ri .box .txt {
        padding: .3rem;
    }

    .indexCont3 .ri .icon {
        height: .5rem;
    }

    .indexCont3 .ri .cn {
        font-size: .3rem;
        line-height: .4rem;
    }

    .indexCont3 .ri .en {
        font-size: .26rem;
        line-height: .32rem;
    }

    .indexCont4 {
        padding: .5rem 0 0rem;
    }

    .indexCont4 .dl {
        width: 100%;
        margin-bottom: .2rem;
    }

    .indexCont4 .dt {
        display: flex;
        align-items: center;
        height: 2.6rem;
        padding: .3rem;
        background-size: cover;
    }

    .indexCont4 .d1 .til {
        padding-left: 1.2rem;
        background-size: 1rem;
        background-position: left center;
    }

    .indexCont4 .dd {
        padding: .3rem;
        height: 3.5rem;
    }

    #content .indexCont4 .dd p {
        font-size: .26rem;
        line-height: .4rem;
    }

    .indexCont4 .dd .next {
        left: .3rem;
        font-size: .24rem;
    }

    .indexCont4 .dd .next:after {
        width: .5rem;
        background-size: auto .2rem;
    }

    .indexCont4 .hTil {
        font-size: .3rem;
        line-height: .5rem;
        margin-bottom: .3rem;
    }

    .indexCont4 .ul {
        overflow: visible;
    }

    .indexSwiper4 .swiper-pagination {
        position: static;
    }

    .subBan {
        display: flex;
        flex-wrap: wrap;
        padding: 2rem .3rem 0;
        height: 270px;
        background-size: cover;
    }

    .subBan .ri {
        position: static;
        width: 100%;
        right: .3rem;
        padding-top: 17%;
    }

    .subBan .ri .t1 {
        /* float: right; */
        /* font-size: .6rem; */
        /* line-height: 1.1; */
        /* letter-spacing: .04rem; */
    }

    .subBan .ri .t2 {
        /* float: right; */
        /* font-size: .28rem; */
        /* line-height: 1; */
        /* max-width: 5rem; */
    }

    .subBan .ri .icon {
        display: none;
        width: .6rem;
    }

    .subBan .le {
        display: none;
        position: static;
        width: 100%;
        text-align: right;
        font-size: .28rem;
        line-height: 1.2;
    }

    .crumbs .pageSeat a {
        height: 1rem;
        line-height: 1rem;
        font-size: 14px;
    }

    .crumbs .subNavs a {
        display: none;
        height: 1rem;
        line-height: 1rem;
    }

    .crumbs .subNavs a.on {
        display: block;
    }

    .cTil {
        padding: .5rem 0 .1rem;
        margin-bottom: 14px;
    }

    .cH1,
    .information2 .info-npm2 .seabox h3 {
        font-size: 18px;
    }

    .cH2,
    .information2 .info-npm2 .seabox h4 {
        font-size: 18px;
        line-height: .4rem;
    }

    .cH2 {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: 0px;
        /* text-align: justify; */
        color: #067ADA;
    }

    .about2 {
        padding-bottom: 0;
    }

    .aboutCont1 {
        padding-bottom: 0;
        padding-top: 0;
    }

    .aboutCont1 .le {
        width: 100%;
        /* padding: .3rem 0 .5rem; */
        min-height: auto;
        background-size: 1.6rem;
        background-position: .5rem .3rem;
        margin-bottom: .1rem;
    }

    .aboutCont1 .le .icon {
        width: .5rem;
        margin-bottom: .6rem;
    }

    .aboutCont1 .le .time {
        font-size: .44rem;
        line-height: 1.4;
        padding-left: .7rem;
        display: none;
    }

    .aboutCont1 .le .time2 {
        display: none;
    }

    .aboutCont2 {
        background-position: 64% center;
    }

    .aboutCont2 .ri h2 {
        font-size: .62rem;
        line-height: 1.1;
    }

    .aboutCont2 .ri h3 {
        font-size: .34rem;
        line-height: 1;
    }

    .public-listul a {
        padding: .3rem;
        margin-bottom: .2rem;
    }

    .public-listul .fl {
        font-size: .28rem;
        margin-top: .1rem;
    }

    .public-listul .fr .b1 {
        font-size: .36rem;
        line-height: .9;
    }

    .public-listul .fr>div {
        font-size: .26rem;
    }

    .about2Cont1 .public-listul a:before {
        right: 1.8rem;
        width: .3rem;
        background-size: contain;
    }

    .public-listul .pagination {
        margin-top: .4rem;
    }

    .about2Cont1 .adorn,
    .about3Cont1 .adorn,
    .businessCont1 .adorn1 {
        width: 2rem;
        right: 0;
        top: .4rem;
    }

    .public-botitem .c {
        width: 100%;
    }

    .about3 {
        padding-bottom: .7rem;
    }

    .about3Cont1 .above,
    .information1 .info-npm1 .above {
        height: auto;
        padding: .04rem;
        margin-bottom: .4rem;
    }

    .about3Cont1 .above .item,
    .information1 .info-npm1 .above .item {
        padding: .18rem;
        line-height: .72rem;
        font-size: .26rem;
        line-height: .36rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .public-botitem .c {
        height: 4rem;
        padding: 0 .6rem;
        margin-bottom: .2rem;
    }

    .public-botitem .c:nth-child(2n) {
        margin-bottom: .2rem;
    }

    .public-botitem .c h5 {
        font-size: .4rem;
        line-height: 1;
    }

    .public-botitem .c h6 {
        font-size: .3rem;
        line-height: .4rem;
    }

    .about4Swiper .swiper-slide {
        width: 6rem;
        height: auto;
        padding: .5rem;
    }

    .about4Swiper .swiper-slide .time {
        font-size: 30px;
        /* letter-spacing: -.04rem; */
    }

    .about4Swiper .swiper-slide .dot {
        margin: .3rem 0;
        /* width: .2rem; */
        height: .09rem;
    }

    .about4Swiper .swiper-slide:before {
        top: 1.55rem;
        border-bottom-width: .01rem;
    }

    .about4Cont1 .swiper-line {
        top: 4.48rem;
        border-bottom-width: .01rem;
    }

    .about4Swiper .swiper-pagination {
        margin-bottom: .6rem;
        display: none;
    }

    .about4Swiper .swiper-btns {
        margin-top: .5rem;
        justify-content: flex-start;
    }

    .about4Swiper .swiper-btns .btn {
        width: .6rem;
        height: .6rem;
        margin: 0 .2rem 0 0;
        background-size: contain;
    }

    .about4Cont1 .auto {
        padding-bottom: .9rem;
        padding-top: 0;
    }

    .about4Cont1 .adorn1 {
        width: 3rem;
        top: .4rem;
    }

    .about4Cont1 .adorn2 {
        width: 5rem;
        left: -.2rem;
        bottom: -2rem;
    }

    .newsSwpper {
        max-width: 392px;
        width: 100%;
        margin: 0 auto;
    }

    .newsCont1 .auto {
        padding-bottom: .9rem;
    }

    .newsCont1 .ul .dd,
    .csr1 .csr-npm1 .txt {
        padding: .3rem;
        height: 3.4rem;
    }

    .newsCont1 .ul h4,
    .csr1 .csr-npm1 .txt h5 {
        font-size: .3rem;
        line-height: .46rem;
        max-height: .92rem;
        height: auto;
        margin-bottom: .2rem;
    }

    #content .newsCont1 .ul p,
    #content.csr1 .csr-npm1 .txt p {
        max-height: .8rem;
        height: auto;
        margin-bottom: .2rem;
    }

    .newsCont1 .ul .time,
    .csr1 .csr-npm1 .txt em {
        font-size: .32rem;
        margin: 0;
    }

    .newsCont2 {
        padding: .9rem 0 .7rem;
    }

    .newsD {
        padding: .9rem 0;
    }

    .newsDCont1 .tilBox h2 {
        font-size: .44rem;
        line-height: .6rem;
        width: 100%;
    }

    .newsDCont1 .tilBox .time {
        float: left;
        display: flex;
        width: auto;
        border: 0 none;
        padding: 0;
        margin-top: .2rem;
    }

    .newsDCont1 .tilBox .time .year {
        margin-right: .1rem;
    }

    .newsDCont1 .tilBox .time .year,
    .newsDCont1 .tilBox .time .day {
        font-size: .34rem;
        line-height: 1;
    }

    .newsDCont1 .tilBox .bom {
        margin: .3rem 0 .6rem;
    }

    .newsDCont1 .tilBox .p {
        font-size: .24rem;
        line-height: .4rem;
        margin-right: .4rem;
    }

    .newsDCont1 .tilBox .size {
        width: 100%;
        margin-top: .2rem;
        font-size: .24rem;
    }

    .newsDCont1 .pageBtn {
        margin-top: .6rem;
    }

    .newsDCont1 .pageBtn .btn {
        width: 1.2rem;
        height: .6rem;
    }

    #content .newsDCont1 .main p {
        line-height: 1.6;
    }

    .newsDCont2 .cTil {
        padding-top: .6rem;
    }

    .businessCont1 .adorn {
        width: 4rem;
        right: 0;
        top: .4rem;
    }

    .businessCont1 .dl {
        padding-bottom: .9rem;
    }

    .businessCont1 .le h2,
    .businessTxtTab .synopsis .le h2,
    .party4 .party-npm1 .box .fl .cn,
    .party5 .party-npm1 .box .fl .cn {
        font-size: .46rem;
        line-height: .6rem;
        margin: 0 0 .1rem;
    }

    .businessCont1 .le h3,
    .businessTxtTab .synopsis .le h3,
    .party4 .party-npm1 .box .fl .en,
    .party5 .party-npm1 .box .fl .en {
        font-size: .36rem;
        line-height: .9;
        margin: 0 0 .4rem;
    }

    .business1Cont2 {
        padding: .9rem 0 .6rem;
        height: auto;
        background-size: cover;
        overflow: hidden;
    }

    .business1Cont2 .mid {
        position: static;
        margin: 0 0 .3rem;
        height: auto;
        width: 100%;
        padding: 0;
        background: no-repeat;
    }

    .business1Cont2 .mid .icon {
        display: none;
        width: .5rem;
        margin-bottom: .1rem;
    }

    .business1Cont2 .mid h3 {
        text-align: left;
        font-size: .3rem;
        line-height: .4rem;
    }

    .business1Cont2 li {
        width: 100%;
        height: 2rem;
        float: none;
        padding: .3rem;
        margin-bottom: .3rem;
    }

    .business1Cont2 li h4 {
        font-size: .3rem;
        line-height: .46rem;
    }

    .business1Cont2 li h5 {
        font-size: .28rem;
        line-height: .9;
    }

    .business1Cont2 li .icon {
        width: 1rem;
        margin: 0 .3rem 0 .8rem;
        background-size: auto 1rem;
    }

    .business1Cont2 li:nth-child(even) {
        padding: .3rem;
    }

    .business1Cont2 li:nth-child(even) .icon {
        order: 0;
    }

    .business1Cont2 li .num,
    .business1Cont2 li:nth-child(even) .num {
        left: .3rem;
        top: .3rem;
    }

    .business1Cont3 {
        padding: .9rem 0 .6rem;
    }

    .business1Cont3 dl {
        width: 100%;
        margin-bottom: .3rem;
    }

    .business1Cont3 dd {
        padding: .3rem;
        height: 1.4rem;
    }

    .business1Cont3 dd h4 {
        font-size: .3rem;
        line-height: .4rem;
    }

    .businessTxtTab .hd {
        height: .8rem;
        padding: .04rem;
        margin-bottom: .4rem;
    }

    .businessTxtTab .hd .li {
        height: .72rem;
        line-height: .72rem;
        font-size: .26rem;
    }

    .businessCont1 .synopsis {
        padding-bottom: .6rem;
    }

    .business2Cont2,
    .business3Cont2,
    .business4Cont2,
    .business5Cont2,
    .business6Cont2 {
        height: 6rem;
        background-size: cover;
        padding-top: .9rem;
    }

    .business2Cont2 .h1 {
        width: 50%;
        top: .9rem;
    }

    .business2Cont2 .auto {
        padding-top: 3.5rem;
    }

    .business2Cont2 .num {
        font-size: .24rem;
        line-height: .4rem;
    }

    .business2Cont2 .num em {
        font-size: .6rem;
    }

    .business2Cont2 ul {
        background-size: 100%;
        padding-top: .3rem;
    }

    .business2Cont2 li {
        margin-left: .3rem;
    }

    .business2Cont2 .tilBox {
        top: .9rem;
    }

    .business2Cont2 .tilBox .cn,
    .business3Cont2 h3,
    .business4Cont2 h3,
    .business4Cont2 .h1Cn,
    .business5Cont2 h3,
    .business6Cont2 h3 {
        font-size: .48rem;
        line-height: .6rem;
        margin-bottom: .3rem;
    }

    .business3Cont2 .tilEn {
        height: .8rem;
        margin-bottom: .2rem;
    }

    .business3Cont2 .tilEn img,
    .business4Cont2 .tilEn img {
        max-height: 100%;
    }

    .business3Cont2 .line,
    .business4Cont2 .line,
    .business5Cont2 .line {
        width: .5rem;
        margin-bottom: .3rem;
    }

    .business3Cont2 p {
        color: #bc9f8e;
    }

    .business3Cont2 p em,
    .business4Cont2 p em,
    .business5Cont2 p em,
    .business6Cont2 li .num em {
        font-size: .46rem;
    }

    .business3Cont2 .en {
        font-size: .5rem;
        line-height: .9;
    }

    .business3Cont2 .item:nth-child(1) p {
        width: 5.2rem;
    }

    .business4Cont2 .tilEn {
        height: 1.4rem;
        margin-bottom: .2rem;
    }

    .business4Cont2 .h1En,
    .business5Cont2 .box2 .tilEn,
    .business5Cont2 .box3 .tilEn,
    .business6Cont2 .tilEn,
    .business6Cont2 .box2 .tilEn,
    .business2Cont2 .tilBox .en,
    .business4Cont2 .til3En,
    .business5Cont2 .tilEn {
        font-size: .6rem;
        line-height: .9;
    }

    .business4Cont2 li {
        margin-right: .3rem;
    }

    .business4Cont2 li .num {
        font-size: .46rem;
        line-height: 1;
    }

    .business5Cont2 .box2,
    .business5Cont2 .box3,
    .business6Cont2 .box2 {
        margin-top: 0;
    }

    .business6Cont2 li .num {
        font-size: .24rem;
    }

    .party .par-npm1 {
        padding-bottom: .9rem;
    }

    .party .par-npm1 .auto::before {
        width: 2rem;
        right: 0;
        top: .4rem;
        background-size: contain;
    }

    .party4 .party-npm1 .box .fl .en {
        margin-bottom: .4rem;
    }

    .party4 .party-npm1 .box .fr h5 {
        font-size: .32rem;
        line-height: 1.4;
        margin-bottom: .2rem;
    }

    .party4 .party-npm2 {
        padding: .5rem 0 .9rem;
        margin-top: .9rem;
    }

    .party4 .party-npm2 .auto {
        display: flex;
        flex-wrap: wrap;
    }

    .party4 .party-npm2 .fr {
        order: -1;
        width: 100%;
        margin: 0 auto .3rem;
    }

    .party4 .party-npm2 .fl {
        width: 100%;
    }

    .party4 .party-npm2 .above {
        margin-top: 0;
    }

    .party4 .party-npm2 .above .cn {
        font-size: .62rem;
        line-height: .9;
    }

    .party4 .party-npm2 .above h5 {
        font-size: .5rem;
        margin: .2rem 0 .3rem;
    }

    .party4 .party-npm2 .above h6 {
        font-size: .24rem;
        line-height: .4rem;
    }

    .party4 .party-npm2 .below .toptab {
        margin-top: .6rem;
    }

    .party4 .party-npm2 .below .toptab .item {
        font-size: .24rem;
        line-height: .4rem;
        margin-right: .4rem;
    }

    .party5 .party-npm1 {
        padding-bottom: .3rem;
    }

    .party5 .party-npm1 .box .fr h5 {
        font-size: .3rem;
        margin-bottom: .2rem;
    }

    .party5 .party-npm1 .box .item {
        padding: .6rem 0;
        margin-bottom: 0;
    }

    .party5 .party-npm1 .box .fr .ul .top .ico {
        width: .9rem;
    }

    .party5 .party-npm1 .box .fr .ul .li {
        margin-bottom: .4rem;
    }

    .csr1 .csr-npm1 .ul .li {
        width: 100%;
    }

    .csr1 .csr-npm1 .play {
        opacity: 1;
    }

    .video-pop .cont {
        width: 92vw;
        height: 50vw;
    }

    .csr1 .csr-npm2 {
        margin: .9rem 0 0;
        padding: .9rem 0;
    }

    .csr1 .csr-npm2 .pagination {
        margin: .3rem auto 0;
    }

    .csr1 .csr-npm1 .img {
        height: 4rem;
    }

    .information1 .info-npm1 {
        padding: .9rem 0;
    }

    .information1 .info-npm1 .below {
        margin-top: 0;
    }

    .information1 .info-npm1 .below .txtbox .b1 {
        padding: .3rem;
        font-size: .26rem;
        line-height: .4rem;
    }

    .information1 .info-npm1 .below .txtbox .b2 {
        padding: .3rem;
        font-size: .24rem;
        line-height: .4rem;
    }

    .information1 .info-npm1 .below .toptab .c {
        font-size: .26rem;
        line-height: .4rem;
        margin-left: .4rem;
    }

    .hr1 .hr-npm1,
    .hr1 .hr-npm2,
    .hr1 .hr-npm3 {
        padding: .9rem 0;
    }

    .hr1 .hr-npm3 .bg {
        height: 2rem;
        background-size: auto 100%;
    }

    .information2 .info-npm1 {
        padding-bottom: .9rem;
    }

    .information2 .info-npm1 .inp {
        margin-top: 0;
        height: 1rem;
        padding: .2rem 1rem .2rem .3rem;
    }

    .information2 .info-npm1 .inp input {
        padding: 0;
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
    }

    .information2 .info-npm1 .inp input::placeholder {
        font-size: inherit;
    }

    .information2 .info-npm1 .inp .search {
        width: .8rem;
        height: .8rem;
        right: .1rem;
        top: .1rem;
    }

    .information2 .info-npm1 .inp .search img {
        width: .3rem;
    }

    .information2 .info-npm1 .txt {
        font-size: .24rem;
        line-height: .4rem;
    }

    .information2 .info-npm1 .txt em {
        white-space: nowrap;
    }

    .information2 .info-npm1 .txt span {
        display: inline-block;
        vertical-align: top;
    }

    .information2 .info-npm1 .en {
        display: none;
        font-size: 1.6rem;
        line-height: .7;
        margin-top: .6rem;
    }

    .information2 .info-npm2 {
        padding: .9rem 0;
        background-position: 15% bottom;
    }

    .information2 .info-npm2 .ul .li:nth-child(odd),
    .information2 .info-npm2 .ul .li:nth-child(even) {
        width: 100%;
        min-height: auto;
        padding: .3rem;
        margin: 0 0 .2rem;
    }

    .information2 .info-npm2 .ul .li h5 {
        font-size: .3rem;
        line-height: .4rem;
        margin-bottom: .3rem;
    }

    #content.information2 .info-npm2 .ul .li p {
        font-size: .25rem;
        line-height: .42rem;
    }

    .information2 .info-npm2 {
        background-size: auto 9.2rem;
    }

    .information2 .info-npm2 .ul {
        margin-top: .4rem;
    }

    .csrCont1 {
        padding-bottom: .9rem;
    }

    .csrCont1 .wr {
        flex-wrap: wrap;
    }

    .csrCont1 .le {
        width: 100%;
        height: 4.2rem;
    }

    .csrCont1 .le .txt {
        top: 14%;
        left: .3rem;
    }

    .csrCont1 .le .year {
        font-size: .86rem;
        letter-spacing: .1rem;
        margin-bottom: .1rem;
    }

    .csrCont1 .le .tilCn {
        font-size: .34rem;
        margin-bottom: .1rem;
    }

    .csrCont1 .le .tilEn {
        font-size: .32rem;
        margin-bottom: .1rem;
    }

    .csrCont1 .le .icon {
        max-width: .6rem;
        margin-top: .2rem;
    }

    .csrCont1 .ri {
        width: 100%;
        margin-top: .3rem;
    }

    .csrCont1 .ri .dt {
        height: 3.5rem;
    }

    .csrCont1 .ri .dd {
        padding: .5rem .3rem;
        margin-top: -.5rem;
        height: 3rem;
    }

    .csrCont1 .ri .tilCn {
        font-size: .42rem;
        line-height: 1.1;
    }

    .csrCont1 .ri .tilEn {
        font-size: .26rem;
    }

    .csrCont2 {
        height: auto;
        padding-bottom: .9rem;
        background-size: cover;
    }

    .csrCont2 .csrSwiper {
        padding-bottom: .7rem;
    }

    .csrCont2 .swiper-slide {
        width: 3rem;
    }

    .csrCont2 .swiper-pagination-bullet {
        margin: 0 .06rem !important;
    }

    .csrCont2 .swiper-pagination:after {
        content: "";
        display: block;
        flex: 1;
        height: 1px;
        background: rgba(255, 255, 255, .2);
    }

    .csrCont2 .shade {
        opacity: 1;
        background: rgba(0, 0, 0, .2);
    }

    .csrCont2 .shade .icon {
        width: .6rem;
        height: .6rem;
        background-size: 40%;
        margin: 0;
        left: auto;
        top: auto;
        right: .1rem;
        bottom: .1rem;
    }

    .csr1 .csr-npm1 .csrSwpper2 .img {
        height: 5rem;
    }

    .csr1 .csr-npm1 .csrSwpper2 .txt {
        height: auto;
    }

    .par-npm1 .chartBox {
        width: 7.5rem;
        margin-left: -.3rem;
        padding: .6rem .3rem .4rem;
        overflow: hidden;
        border-radius: 0;
    }

    .par-npm1 .chartBox .chart {
        width: 6.86rem;
        margin-left: auto;
        margin-right: -.3rem;
    }

    .par-npm1 .chartBox .box1 {
        height: 1.2rem;
        padding: .28rem 0 0;
        background-size: 100% 100%;
        margin-bottom: .05rem;
    }

    .par-npm1 .chartBox .box1 .til {
        font-size: .16rem;
        line-height: .2rem;
        margin-bottom: .24rem;
    }

    .par-npm1 .chartBox .box1 li {
        font-size: .16rem;
        line-height: .2rem;
    }

    .par-npm1 .chartBox .box2 {
        height: .66rem;
        background-size: 100% 100%;
        margin-bottom: .1rem;
    }

    #content .par-npm1 .chartBox .box2 p {
        max-width: 66%;
        font-size: .16rem;
        line-height: .2rem;
    }

    .par-npm1 .chartBox .box3 ul {
        margin-bottom: .06rem;
    }

    .par-npm1 .chartBox .box3 li {
        width: .63rem;
        height: 1.45rem;
        font-size: .16rem;
        line-height: .18rem;
        padding: 0 .2rem;
        margin: 0 .28rem;
        background-size: 100% 100%;
    }

    .par-npm1 .chartBox .box4 {
        height: 1.1rem;
        background-size: 100% 100%;
    }

    .par-npm1 .chartBox .box4 ul {
        margin-top: .1rem;
    }

    .par-npm1 .chartBox .box4 li {
        width: .9rem;
        font-size: .16rem;
        line-height: .2rem;
        margin: 0 .1rem;
    }

    .par-npm1 .chartBox .box4 li:nth-child(2),
    .par-npm1 .chartBox .box4 li:nth-child(3) {
        width: 1rem;
    }

    .par-npm1 .chartBox .p {
        font-size: .2rem;
        line-height: .24rem;
    }

    .par-npm1 .chartBox .describe {
        left: .3rem;
        top: .6rem;
        width: 3.8rem;
    }

    .par-npm1 .chartBox .describe .li {
        font-size: .16rem;
        line-height: .2rem;
    }

    .par-npm1 .chartBox .describe .i1 {
        height: .76rem;
    }

    .par-npm1 .chartBox .describe .i2 {
        height: .49rem;
    }

    .par-npm1 .chartBox .describe .i3 {
        height: .64rem;
    }

    .par-npm1 .chartBox .describe .i4 {
        height: 1.62rem;
    }

    .par-npm1 .chartBox .describe .i5 {
        height: 1.08rem;
        align-items: flex-start;
        padding-top: .24rem;
    }

    /* hr3 */
    .hr3 {
        padding-bottom: .8rem;
    }

    .hr3Cont1 .list a {
        width: 49%;
        height: 2.2rem;
        padding: .3rem;
        margin: 0 2% .16rem 0;
    }

    .hr3Cont1 .list a:nth-child(3n) {
        margin-right: 2%;
    }

    .hr3Cont1 .list a:nth-child(2n) {
        margin-right: 0;
    }

    .hr3Cont1 .list a:after {
        opacity: 1;
    }

    .hr3Cont1 .list h3 {
        font-size: .3rem;
        color: #fff;
    }

    .hr3Cont1 .list h4 {
        font-size: .28rem;
        color: rgba(205, 190, 173, .5);
    }

    .hr3Cont1 .list .more div {
        font-size: .24rem;
        line-height: .3rem;
        opacity: 1;
    }

    .hr3Cont1 .list .more .p1 {
        opacity: 0;
    }

    .hr3Cont1 .big {
        margin-bottom: .4rem;
    }

    /* hr3end */

    /* 20241010 */
    .indexCont1 .cTab .dd .txt {
        padding: .3rem;
    }

    .indexCont1 .cTab .dd .txt .icon {
        height: .8rem;
        width: 1rem;
        margin-bottom: .2rem;
    }

    .indexCont1 .cTab .dd .txt .icon img {
        max-width: 100%;
        max-height: 100%;
    }

    .indexCont1 .cTab .dd .txt .tilCn {
        font-size: .42rem;
    }

    .indexCont1 .cTab .dd .txt .tilEn {
        font-size: .34rem;
        letter-spacing: .2rem;
    }

    .indexCont2Sw .txt .btn {
        font-size: .24rem;
        width: 1.8rem;
    }

    .c-dot .i {
        width: .1rem;
        height: .1rem;
        margin-left: .06rem;
    }

    .indexCont4 .dt {
        display: block;
        height: 3rem;
        padding: .6rem .3rem;
    }

    .indexCont4 .dt:after {
        opacity: 1;
        left: .3rem;
    }

    .subBan:after {
        display: none;
    }

    .mobile-nav li .til.on {
        color: rgba(187, 41, 44, 1);
    }

    .about4Cont1 .swiper-line {
        top: 4.38rem;
    }

    .csrCont1 .ri .dt {
        background-size: 100%;
    }

    .indexCont1 .cTab .more {
        color: #c9952d;
    }

    .indexCont1 .cTab .more2 {
        margin-left: 33px;
    }

    .indexCont1 .cTab .dot {
        display: flex;
    }









    /* 20241010end */
}


.zccz {
    border-radius: 25px;
    box-shadow: 0px 9px 14px 0px rgba(6, 122, 218, 0.2);
    background: linear-gradient(90.00deg, rgb(70, 171, 255), rgb(6, 122, 218) 100%);
    width: 120px;
    height: 40px !important;
    float: left;
    margin-right: 43px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 12%;
    cursor: pointer;
}

.zccz h2 {
    color: #ffffff;
    font-size: 16px;
}

.cTab {
    float: right;
    width: 45%;
}

.bom.wow.fadeInUp50.animated.animated {
    width: 100%;
}

.newsswioer {
    width: 50%;
    height: 425px;
    float: left;
}

.newsswioer .mySwipernews .swiper-slide .mySwipernewsleft {}

.newsswioer .mySwipernews .swiper-slide .mySwipernewsleft img {
    width: 100%;
}

.newsswioer .mySwipernews .swiper-slide .mySwipernewsright h2 a {
    color: rgb(255, 255, 255);

    font-size: 24px;
    font-weight: 700;
    line-height: 140px;
    letter-spacing: 0px;
    text-align: left;
    padding-left: 40px;
}

.newsswioer .mySwipernews .swiper-slide .mySwipernewsright {

    border-radius: 6px;

    background: linear-gradient(0.00deg, rgb(0, 0, 0), rgba(0, 0, 0, 0) 100%);

    position: absolute;

    bottom: 0;

    width: 100%;

    height: 140px;
}


.swiper-paginationnews {

    left: auto !important;

    right: 0 !important;

    width: 20% !important;

    bottom: 12% !important;
}

.swiper-paginationnews span {
    width: 14px;
    height: 14px;
    background: rgb(217 217 217);
}

.entite {

    margin-top: 30px;

    margin-bottom: 40px;
}

.entite h2 {
    color: rgb(48, 62, 72);
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: justify;
    line-height: normal;
}

.entite p {
    color: rgb(48, 62, 72);
    font-family: Arimo;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    line-height: normal;
}

.entite1 {

    margin-top: 30px;

    margin-bottom: 40px;

    z-index: 999;

    position: absolute;

    top: 41px;

}

.entite1 h2 {
    color: rgb(210, 219, 230);
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: justify;
    line-height: normal;
}

.entite1 p {
    color: #D2DBE6;
    font-family: Arimo;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    line-height: normal;
}



.indexCont2 .huxTab ul li:nth-child(1) {
    background: url(../inhml_files/sjxx.png) no-repeat center;
    background-size: 76px 76px;
}

.indexCont2 .huxTab ul li:nth-child(2) {
    background: url(../inhml_files/czsk.png) no-repeat center;
    background-size: 76px 76px;

}

.indexCont2 .huxTab ul li:nth-child(3) {

    background: url(../inhml_files/zcjy.png) no-repeat center;
    background-size: 76px 76px;
}

.indexCont2 .huxTab ul li:nth-child(4) {
    background: url(../inhml_files/tyyy.png) no-repeat center;
    background-size: 76px 76px;

}

.indexCont2 .huxTab ul li:nth-child(5) {
    background: url(../inhml_files/zcgl.png) no-repeat center;
    background-size: 76px 76px;

}

.indexCont2 .huxTab ul li:nth-child(6) {
    background: url(../inhml_files/jjtz.png) no-repeat center;
    background-size: 76px 76px;

}





.indexCont2 .huxTab ul li:nth-child(1):hover {
    background: url(../inhml_files/sjxxhover.png) no-repeat center;
    background-size: 76px 76px;
}

.indexCont2 .huxTab ul li:nth-child(2):hover {
    background: url(../inhml_files/czskhover.png) no-repeat center;
    background-size: 76px 76px;

}

.indexCont2 .huxTab ul li:nth-child(3):hover {

    background: url(../inhml_files/zcjyhover.png) no-repeat center;
    background-size: 76px 76px;
}

.indexCont2 .huxTab ul li:nth-child(4):hover {
    background: url(../inhml_files/tgyyhover.png) no-repeat center;
    background-size: 76px 76px;

}

.indexCont2 .huxTab ul li:nth-child(5):hover {
    background: url(../inhml_files/zcglhover.png) no-repeat center;
    background-size: 76px 76px;

}

.indexCont2 .huxTab ul li:nth-child(6):hover {
    background: url(../inhml_files/jjtzhover.png) no-repeat center;
    background-size: 76px 76px;

}




.indexCont2 .huxTab ul li:nth-child(1).on {
    background: url(../inhml_files/sjxxhover.png) no-repeat center;
    background-size: 76px 76px;
}

.indexCont2 .huxTab ul li:nth-child(2).on {
    background: url(../inhml_files/czskhover.png) no-repeat center;
    background-size: 76px 76px;

}

.indexCont2 .huxTab ul li:nth-child(3).on {

    background: url(../inhml_files/zcjyhover.png) no-repeat center;
    background-size: 76px 76px;
}

.indexCont2 .huxTab ul li:nth-child(4).on {
    background: url(../inhml_files/tgyyhover.png) no-repeat center;
    background-size: 76px 76px;

}

.indexCont2 .huxTab ul li:nth-child(5).on {
    background: url(../inhml_files/zcglhover.png) no-repeat center;
    background-size: 76px 76px;

}

.indexCont2 .huxTab ul li:nth-child(6).on {
    background: url(../inhml_files/jjtzhover.png) no-repeat center;
    background-size: 76px 76px;

}

.jyywP {}

.jyywP p {
    color: rgb(115, 114, 111);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: justify;
}

.jyywul {
    margin-top: 35px;
}

.jyywul ul li {
    width: 520px;
    height: 300px;
    border-radius: 6px;
    background: rgb(240, 245, 250);
    float: left;
    margin-left: 20px;
    transition: 1s;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 50px;
}

.jyywul ul li:nth-child(3n+1) {
    margin-left: 0;
}

.jyywul ul li img {
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-left: 360px;
}

.jyywul ul li h2 {
    color: rgb(48, 62, 72);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
    margin-top: 26px;
    margin-bottom: 24px;
}

.jyywul ul li p {
    color: rgb(115, 114, 111);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
}


.jyywul ul li:hover {
    border-radius: 6px;
    box-shadow: 0px 9px 14px 0px rgba(6, 122, 218, 0.2);
    background: linear-gradient(180.00deg, rgb(230, 237, 245), rgb(255, 255, 255) 100%);

}


.wrapleftds {
    float: left;
    width: 688px;
}

.wrapleftds p {
    color: rgb(48, 62, 72);
    font-size: 40px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
}

.wraprights {
    float: right;
    width: 600px;
}

.wraprights h2 {
    color: rgb(6, 122, 218);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: justify;
    margin-bottom: 20px;
}

.wraprights p {
    color: rgb(115, 114, 111);
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: justify;
}

.csbt {
    width: 170px;
    height: 60px;
    border-radius: 6px;
    box-shadow: 0px 9px 14px 0px rgba(6, 122, 218, 0.2);
    background: linear-gradient(90.00deg, rgb(70, 171, 255), rgb(6, 122, 218) 100%);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 36px;
}

.jyywwrap {
    margin-top: 30px;
}

.zcczs {
    border-radius: 25px;
    width: 120px;
    height: 40px;
    margin-top: 7px;
    box-shadow: 0px 9px 14px 0px rgba(6, 122, 218, 0.2);
    background: linear-gradient(90.00deg, rgb(70, 171, 255), rgb(6, 122, 218) 100%);
}


.zcczs div {
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 42px !important;
}

.r12 {}

.r12 img {
    width: 194px;
    height: 194px;
}

.r12 h2 {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 9px;
}

.r13 {
    justify-content: center;
    width: 100%;
    height: 75px;
    background: #2369ad;
}

.r13 p {}

.auto1 {
    position: relative;
    height: 328px;
    /* background: #fbfbfd; */
    /* padding-top: 56px; */
}

.c3s1 {
    background: url(../inhml_files/eamel.png) no-repeat 0;
    padding-left: 50px;
    background-size: 36px 36px;
    margin-left: 524px !important;
}

.c4s1 {
    background: none !important;
    margin-left: 90px !important;
}

.c4s11 {
    background: none !important;
    margin-left: 0 !important;

}

@media screen and (max-width: 1600px) {
    .auto {
        width: 1400px;
    }

    .fajswrap3 {
        margin-bottom: 0 !important;
        ;
    }

    .news_1s_nchg .fajswrapright {
        width: 720px !important;
    }

    .news_1s_nc .fajswrapleft {
        width: 44% !important;
        ;
        float: left;
    }

    .news_1s_ncwrap .fajswrapleft {
        width: 100% !important;
        ;
        float: none;
    }

    .indexCont1 .cTab h3 {

        -webkit-line-clamp: 1;

    }

    .indexCont1 .list h4 {

        height: 55px;

        line-height: 55px;
    }

    .indexCont1 .list .time {

        line-height: 55px;
    }

    .jyywul ul li {
        width: 452px;
        height: 300px;
    }

    .jyywul ul li img {
        width: 60px;
        height: 60px;
        margin-top: 0;
        margin-left: 295px;
    }


    #footer .le li:nth-child(2) {
        margin-left: 79px;
    }

    #footer .le li {
        position: relative;
        float: left;
        margin-left: 35px;
    }

    .headwrap {
        width: 1400px;

    }

    .banner .videoPos .videTxt {
        width: 1100px;
    }















}

@media screen and (max-width: 1400px) {
    .banner .videoPos .videTxt {
        width: 900px;
    }
}



.d7 {
    /* margin-top: 37px; */
    /* position: absolute; */
    /* right: 0; */
}

.d7:after {
    content: "";
    clear: both;
    display: table
}

.d7 form {
    width: auto;
    float: right;
    margin-right: 0;
    position: relative;
}

.d7 input {
    width: 209px;
    height: 43px;
    padding-left: 15px;
    border-radius: 19px;
    outline: none;
    position: relative;
    transition: .3s linear;
    background: url(../inhml_files/sousk.png) no-repeat 100%;
    background-size: 100% 100%;
    color: rgb(255, 255, 255, 0.5);

    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
}

.d7 input:focus {
    width: 300px;
    background: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.d7 button {
    width: 42px;
    height: 42px;
    background: none;
    border: none;
    position: absolute;
    top: -2px;
    right: 0;
    background: url(../inhml_files/iconseek.png) no-repeat 30%;
    background-size: 20px;
}

.d7 button:before {}



#header:hover .d7 input {
    background: url(../inhml_files/souskon.png) no-repeat 100%;
    background-size: 100% 100%;
}

#header:hover .d7 button {
    background: url(../inhml_files/iconseekon.png) no-repeat 30%;
    background-size: 20px;

}

#header:hover .d7 input:focus {
    background: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}


#header.on .d7 input {
    background: url(../inhml_files/souskon.png) no-repeat 100%;
    background-size: 100% 100%;
}

#header.on .d7 button {
    background: url(../inhml_files/iconseekon.png) no-repeat 30%;
    background-size: 20px;
}

#header.on .d7 input:focus {
    background: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

input[type="text"] {
    color: rgb(0, 0, 0, 0.5);

}

.d7 input::placeholder {
    color: rgba(255, 255, 255, 0.5);

}

#header:hover .d7 input::placeholder {
    color: rgba(128, 122, 122, 0.5);

}

#header.on .d7 input::placeholder {
    color: rgba(128, 122, 122, 0.5);

}


#header .nav .dl:hover .dt {
    color: #065aa6;
}

#header .nav .dl:hover .dt:hover {
    /* border-bottom: 3px solid  rgba(187, 41, 44, 1); */
}

#header .nav .dl:hover .dt a {
    color: rgba(0, 79, 153, 1);
    box-sizing: border-box;
    background: url(../inhml_files/4671.png) no-repeat bottom;
    background-size: 100% 3px;
}

.tils1 {
    color: rgb(51, 63, 72, 0.5) !important;
}

.tils2 {
    color: rgb(51, 63, 72) !important;
}

.tils3 {
    color: rgb(50, 63, 71) !important;

    font-size: 18px !important;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: left;
}

.tils3 span {
    color: rgb(51, 63, 72);
    font-family: Impact;
    font-size: 20px;
    font-weight: 400;
    line-height: -1px;
    letter-spacing: 3px;
    text-align: left;
}

.c1s {}

.c2s {

    margin-left: 23px !important;
}

.c3s {
    background: url(../inhml_files/eamel.png) no-repeat 0;
    padding-left: 50px;
    background-size: 36px 36px;
    margin-left: 35px !important;
}

.c4s {
    background: url(../inhml_files/phone.png) no-repeat 0;
    padding-left: 50px;
    background-size: 36px 36px;
}

.le1 {
    margin-top: 30px;
}

.r13 p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    width: 100%;
}

.r13 .csf {
    display: flex;
    height: 75px;
    align-items: center;
    justify-content: space-between;
}

.r13 .csf p:nth-child(2) {
    text-align: right;
}


.zhxx_gywm {
    padding-top: 72px;
}

.zhxx_gywm h2 {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #305695;
    line-height: normal;
    background: url(../inhml_files/1379.png) no-repeat bottom;
    background-size: 100%;
    padding-bottom: 20px;
}

.zhxx_gywm span {
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #305695;
    line-height: normal;
}

.zhxx_gywm h3 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #112f3e;
    /* font-family: SourceHanSansCN-Medium; */
    margin-top: 40px;
    margin-bottom: 43px;
}

.ckxq a {
    width: 126px;
    height: 40px;
    color: rgb(139, 198, 62);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    border: 1px solid rgb(139, 198, 62);
    line-height: 40px;
    margin-top: 107px;
}

.zhxx_gywm p:nth-child(1) {
    color: rgb(48, 62, 72);
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: justify;
}

.zhxx_gywm p {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: rgb(115, 114, 111);
    /* opacity: 0.68; */
    margin-bottom: 22px !important;
    text-align: justify;
}

.zhxx_gywmul {

    margin-top: 50px;

    margin-bottom: 25px;
}

.zhxx_gywmul ul li {

    float: left;

    margin-left: 78px;

    text-align: center;
}

.zhxx_gywmul ul li:nth-child(1) {

    margin-left: 0;
}

.zhxx_gywmul ul li h2 {
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2a3644;
    font-family: Impact;
    line-height: normal;
}

.zhxx_gywmul ul li h2 span {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2a3644;
    font-family: SourceHanSansCN-Regular;
}

.zhxx_gywmul ul li p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #808080;
    text-align: center;
}

.gymlefts {
    float: left;
    width: 46.6%;
    margin-top: 68px;
}

.zhxx_gywmtab {
    float: right;
    width: 42%;
    margin-top: 68px;
}

.zhxx_gywmtab img {
    width: 100%;
}

.zhxx_gywmtab ul li {}

.zhxx_gywmtab ul li span {

    cursor: pointer;

    width: 8px;

    height: 8px;

    background-color: #246aae;

    border: solid 1px #8fc1f2;
}

.zhxx_gywmtab ul li .block_gywmimg1 {
    width: 250px;
    height: 195px;
    background: url(../inhml_files/5829.png) no-repeat 100%;
    background-size: 100% 100%;
    display: none;
    position: absolute;
    top: -220px;
    left: -116px;
    z-index: 9
}

.zhxx_gywmtab ul li .block_gywmimg1 .imggywblco {
    width: 230px;
    height: 116px;
    background-color: #ffffff;
    border-radius: 6px;
    margin: 0 auto;
    padding-top: 8px;
    overflow: hidden;
}

.zhxx_gywmtab ul li .block_gywmimg1 .imggywblco img {
    width: auto;
    height: 116px;
    margin: 0 auto;
}

.zhxx_gywmtab ul li .block_gywmimg1 h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #808080;
    text-align: center;
    margin-top: 11px;
}

.zhxx_gywmtab ul {
    position: relative;
}




.loader-26 {
    width: 48px;
    border-radius: 50%;
    height: 48px;
    display: inline-block;
    position: absolute;
}

.loader-26::after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #246aae;
    position: absolute;
    left: -22px;
    top: -22px;
    -webkit-animation: animloader14 2s linear infinite;
    animation: animloader14 2s linear infinite;
}

.loader-26::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -22px;
    top: -22px;
    width: 50px;
    height: 50px;
    background-color: #246aae;
    opacity: 0.1;
}


.zhxx_gywmtab ul li:nth-child(1) {

    position: absolute;

    right: 315px;

    top: 250px;

}

.zhxx_gywmtab ul li:nth-child(2) {

    position: absolute;

    right: 329px;

    top: 272px;
}

.zhxx_gywmtab ul li:nth-child(3) {

    position: absolute;

    right: 295px;

    top: 323px;
}

.zhxx_gywmtab ul li:nth-child(4) {

    position: absolute;

    right: 329px;

    top: 419px;
}

.zhxx_gywmtab ul li:nth-child(5) {

    position: absolute;

    right: 266px;

    top: 494px;
}

.zhxx_gywmtab ul li:nth-child(6) {

    position: absolute;

    right: 236px;

    top: 399px;
}

.zhxx_gywmtab ul li:nth-child(1):hover .block_gywmimg1 {
    display: block;
}

.zhxx_gywmtab ul li:nth-child(2):hover .block_gywmimg1 {
    display: block;
}

.zhxx_gywmtab ul li:nth-child(3):hover .block_gywmimg1 {
    display: block;
}

.zhxx_gywmtab ul li:nth-child(4):hover .block_gywmimg1 {
    display: block;
}

.zhxx_gywmtab ul li:nth-child(5):hover .block_gywmimg1 {
    display: block;
}


.zhxx_gywmtab ul li:nth-child(6):hover .block_gywmimg1 {
    display: block;
}

.footig {
    margin-top: -208px;
    position: relative;
}

.zs181 {
    display: none;
    width: 182px;
    position: absolute;
    right: 125%;
}

.zs181 img {
    width: 100%;
    height: auto;
}

.footig ul li:hover~.zs181 {
    display: block;
}


.footig ul li {
    width: 53px;
    height: 53px;
    float: left;
    border-radius: 50%;
    background-color: rgb(150, 156, 162, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 36px;
    cursor: pointer;
}

.footig ul li:nth-child(1) {
    margin-left: 0;
}

.footig ul li img {
    width: 52%;
    height: auto;
}

.woffot {
    /* background: rgb(48, 86, 149); */
    padding-bottom: 20px;
}

.indexCont2 {
    background: url(../inhml_files/4856.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px;
    padding-top: 72px;
}

.xwzx_wrap {

    /* padding-top: 85px; */
}

.newsimg_left {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    overflow: hidden;
    transition: all 0.8s;
    border-radius: 20px;
    /* background: rgba(255, 255, 255, 1); */
    box-sizing: border-box;
    /* padding: 30px; */
}

.newsimg_left>img {
    width: 100%;
    height: auto;
    transition: all 0.8s;
}

.newsimg_left>h2 {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    /* line-height: 64px; */
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.6) 0.348%, rgba(0, 0, 0, 0) 34.595%), url(../inhml_files/bc5509352fce456ab93e6d25ae084b07.gif);
}

div#Content-86729 a img {
    width: 100%;
    height: 100%;
    transition: 0.8s;
    object-fit: none;
}

div#Content-86729 .syxw-item>a {
    height: 470px;
}

.newsimg_left>h2>a {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 32px;
    padding-left: 28px;
    position: absolute;
    bottom: 30px;
    width: 80%;
    text-align: justify;
}

.newslb_right {
    float: left;
    width: 960px;
    height: auto;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    box-sizing: border-box;
}

.newslb_right ul li {
    border-bottom: 2px solid rgba(240, 240, 239, 1);
}

.newslb_right ul li:nth-child(1):hover h2 a::after {
    width: 100%;
}


.newslb_right ul li:nth-child(1) h2 a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #065aa6;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition-duration: .6s;
    display: none;
}

.newslb_right ul li:hover h2 a::after {
    width: 100%;
}


.newslb_right ul li h2 a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #065aa6;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition-duration: .6s;
}

.newslb_right ul li:nth-child(1) {
    /* border-bottom: 1px solid rgb(238, 238, 238); */
}

.newslb_right ul li h2 {
    float: left;
    /* width: 82%; */
}

.newslb_right ul li h2 a {
    font-size: 20px;
    font-weight: normal;
    transition: all 0.8s;
    font-stretch: normal;
    line-height: 79px;
    letter-spacing: 0px;
    color: #2e4052;
    white-space: nowrap;
    /* ç¡®ä¿æ–‡æœ¬ä¸æ¢è¡Œ */
    /* overflow: hidden; */
    /* éšè—è¶…å‡ºå®¹å™¨çš„æ–‡æœ¬ */
    /* text-overflow: ellipsis; */
    /* è¶…å‡ºéƒ¨åˆ†æ˜¾ç¤ºçœç•¥å· */
    width: auto;
    /* å®šä¹‰å®¹å™¨å®½åº¦ */
    /* white-space: nowrap; */
}

.newslb_right ul li span {
    font-stretch: normal;
    letter-spacing: 0px;
    float: right;
    color: rgba(153, 153, 153, 1);
    font-family: Arimo;
    font-size: 16px;
    font-weight: 600;
}

.xwxz_title {
    margin-bottom: 40px;
    background: url(../inhml_files/4117.png) no-repeat bottom;
    padding-bottom: 10px;
    text-align: center;
}

.xwxz_title span {
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: normal;
    color: rgba(51, 51, 51, 1);
    font-family: Noto Sans SC;
    font-size: 40px;
}

.xwxz_title h2 {
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-family: Noto Sans SC;
    font-size: 40px;
}

.xwxz_title a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2e4052;
    float: right;
    line-height: 60px;
}


.newsimg_left ul li:hover img {
    transform: scale(1.1);
    transition: all 0.8s;
}

.newslb_right ul li:hover h2 a {
    /* margin-left: 10px; */
    transition: all 0.8s;
    color: rgba(52, 113, 192, 1);
}



.gsyw_wrap {
    padding-top: 0;
}

.gsyw_title {
    margin-bottom: 25px;
}

.gsyw_title h2 span {
    font-weight: 700;
}

.gsyw_title h2 {
    color: rgba(51, 51, 51, 1);
    font-family: Noto Sans SC;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    line-height: normal;
}


.development_3 .item {
    width: 459px;
    height: 300px;
    border-radius: 6px;
    position: relative;
    cursor: default;
    overflow: hidden;
    /* transition-duration: .5s; */
    /* background: red; */
    float: left;
    margin-left: 31px;
    margin-bottom: 31px;
    cursor: pointer;
}

.development_3 .item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s;
}

.development_3 .item:hover>img {
    transform: scale(1.1);
    transition: all 0.8s;
    transition: 0.8s;
}

.development_3 .item .bjimg img {
    width: 46px;
    position: absolute;
    bottom: 92px;
    margin-left: 40px;
}

.development_3 .item:last-child {
    margin-right: 0;
}

.development_3 .item .box {
    position: relative;
    overflow: initial;
    width: 90%;
    margin: 0 auto;
}

.development_3 .item .hoverMask {
    position: absolute;
    top: 0;
    opacity: 0;
    transition-duration: .5s;
    transform: translateY(50px);
}

.development_3 .item:hover {
    /* padding-top: 153px; */
    /* background-image: linear-gradient(0deg, rgb(0, 0, 0, 0.8) 0%, rgb(0, 0, 0, 0.8) 100%); */
}

.development_3 .item:hover .bjimg {}

.development_3 .item .bjimg {
    background: url(../inhml_files/h2imghover.png) no-repeat 100%;
    background-size: 100% 100%;
    height: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.cn1 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: normal;
    margin-bottom: 9px;
}

.development_3 .item:hover .cn {
    opacity: 1;
}

.development_3 .item:nth-child(2):hover,
.development_3 .item:nth-child(3):hover {
    /* padding-top: 60px; */
}

.development_3 .item:hover .hoverMask {
    opacity: 1;
    transform: translateY(15px);
}

.development_3 .item:hover .en {
    opacity: 0;
    transform: translateY(50px);
}

.development_3 .item .hoverMask p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255, 0.95);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* å®šä¹‰æ˜¾ç¤ºçš„è¡Œæ•° */
    overflow: hidden;
    text-overflow: ellipsis;
}

.development_3 .item .cn {
    margin-top: 12px;
    font-size: 26px;
    color: #ffffff;
    line-height: 36px;
    position: absolute;
    bottom: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    opacity: 1;
    transition: 0.6s;
}

.development_3 .item .en {
    margin-top: 8px;
    font-size: 46px;
    color: rgba(44, 147, 109, .15);
    line-height: 42px;
    font-family: 'GESANS-REGULAR';
    text-transform: uppercase;
    letter-spacing: -4px;
    transition-duration: .5s;
    opacity: 0;
}

.development_3 .more {
    display: inline-block;
    position: relative;
    padding-right: 60px;
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    color: #d9af74;
}

.development_3 .more:hover {
    color: #ce9c44;
}

.development_3 .more .dot {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45px;
}

.development_3 .dot span {
    float: left;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #43463e;
    transition-duration: .3s;
}

.development_3 .more:hover .dot span {
    margin-right: 10px;
    background-color: #ce9c44;
}

.development_3 .item:nth-child(3n+1) {

    margin-left: 0;
}


/* 
.development_3 .item:nth-child(2) {
    background: url(../inhml_files/znzaimg2.png) no-repeat 100%;
    background-size: 100% 100%;
    object-fit: cover;
}


.development_3 .item:nth-child(3) {
    background: url(../inhml_files/znzaimg3.png) no-repeat 100%;
    background-size: 100% 100%;
    object-fit: cover;
}


.development_3 .item:nth-child(4) {
    background: url(../inhml_files/znzaimg4.png) no-repeat 100%;
    background-size: 100% 100%;
    object-fit: cover;
}


.development_3 .item:nth-child(5) {
    background: url(../inhml_files/znzaimg5.png) no-repeat 100%;
    background-size: 100% 100%;
    object-fit: cover;
}

.development_3 .item:nth-child(6) {
    background: url(../inhml_files/znzaimg6.png) no-repeat 100%;
    background-size: 100% 100%;
    object-fit: cover;
} */

.a_gsyw {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 9;
}

.about2 .team-top {
    /* padding-top: 100px; */
    position: relative;
    /* padding-bottom: 17px; */
    /* border-bottom: 3px solid #e7e3e0; */
}

.about2 .team-top .tab {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #595959;
    width: 100%;
    border-bottom: 2px solid rgba(240, 240, 239, 1);
}

.about2 .team-top .tab span {
    float: left;
    margin-right: 44px;
    padding-bottom: 17px;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    color: rgba(153, 153, 153, 1);
}

.about2 .team-top .tab span.on {
    color: rgba(52, 113, 192, 1);
    font-weight: 600;
}

.about2 .team-top .tab span:last-of-type {
    margin-right: 0;
}

.about2 .team-top .tab .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: rgba(52, 113, 192, 1);
}

.about2 .team-list {
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 0;
}

.about2 .team-list .box {
    display: none;
}

.about2 .team-list .box:first-child {
    display: block;
}

.about2 .team-list br {
    clear: both;
}

.about2 .team-list .item {
    margin-right: 24px;
    background-color: #ebebeb;
    overflow: hidden;
    margin-bottom: 22px;
}

.about2 .team-list .item:last-child {
    margin-bottom: 0;
}

.about2 .team-list .item .img {
    overflow: hidden;
    float: left;
    width: 222px;
    height: 260px;
    background-color: #f2f1f0;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

.about2 .team-list .item .img img {
    float: right;
}

.about2 .team-list .item .cont {
    float: left;
    padding-top: 48px;
    padding-left: 46px;
    padding-right: 46px;
    width: calc(100% - 222px);
    height: 260px;
}

.about2 .team-list .item .cont p {
    color: #707070;
    opacity: .7;
    margin-bottom: 0;
    font-weight: normal;
}

.about2 .team-list .item .cont .wrap .i {
    display: none;
}

.about2 .team-list .item .cont .des {
    margin-top: 16px;
    overflow: hidden;
}

.about2 .team-list .item .cont .wrap {
    margin-right: -10px;
    overflow: auto;
    padding-right: 10px;
    max-height: 96px;
}

.about2 .team-list .item .es {
    margin-top: 14px;
    overflow: hidden;
    cursor: pointer;
}

.about2 .team-list .item .es img {
    float: left;
}

.about2 .team-list .item .es .more {
    float: left;
    position: relative;
    margin-top: 12px;
    margin-left: 7px;
    padding-right: 60px;
    font-size: 14px;
    line-height: 22px;
    color: #43463e;
}

.about2 .team-list .item .es .more .dot {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45px;
}

.about2 .team-list .item .es .more span {
    float: left;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ce9c45;
    transition-duration: .3s;
}

.about2 .team-list .item .es .more:hover span {
    margin-right: 10px;
}

.about2 .team-list .item .name {
    font-size: 18px;
    line-height: 26px;
    color: #ce9c45;
}

.about2 .team-list .item .pos {
    font-size: 14px;
    color: #878787;
    line-height: 26px;
}

.hzhb_tab {
    width: 100%;
    margin-top: 0;
}


.hzhb_wrap {
    position: relative;
}

.nbkh_wrap {}

.nbkh_wrap_box_left {
    float: left;
    width: 785px;
    margin-right: 20px;
}

.nbkh_wrap_box_left_l {
    float: left;
    width: 388px;
}

.nbkh_wrap_box_left_r {
    float: right;
    width: 388px;
    margin-left: 0px;
}

.nbkh_wrap_box_left_l img {
    width: 100%;

}

.nbkh_wrap_box_left_r img {

    width: 100%;
}


.nbkh_wrap_box_right {
    float: right;
    width: 785px;
}


.nbkh_wrap_box_right_l {
    float: left;
    margin-right: 0;
    width: 388px;
}

.nbkh_wrap_box_right_r {
    float: right;
    width: 388px;
}


.nbkh_wrap_box_right_l img {
    width: 100%;

}

.nbkh_wrap_box_right_r img {
    width: 100%;
}


.hzhbtitle {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.hzhbtitle h2 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1d4f91;
}


.development_6 {
    height: auto;
}

.development_6 .box a {

    color: #807659;

}

.development_6 .box {
    position: relative;
    height: 60px;
    line-height: 61px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #807659;
    display: block !important;
}

.development_6 .box::after {
    content: '';
    width: 48px;
    height: 118px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../inhml_files/enco1.png) no-repeat;
    background-size: 100%;
}

.development_6 .box::before {
    content: '';
    width: 48px;
    height: 118px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../inhml_files/enco2.png) no-repeat;
    background-size: 100%;
}

.development_6 .prev {
    left: 0 !important;
    ;
}

.development_6 .next {
    right: 0;
}

.development_6 .prev {
    width: 66px;
    height: 66px;
    position: absolute;
    border-radius: 33px;
    left: 90px;
    top: 55% !important;
    background: url(../inhml_files/icon-prev2.png) no-repeat center
}

.development_6 .prev::after {
    content: "";
    width: 66px;
    transition: all .6s;
    height: 66px;
    position: absolute;
    background: url(../inhml_files/icon-prev2.png) no-repeat center;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 33px;
}




.development_6 .next {
    width: 66px;
    height: 66px;
    position: absolute;
    border-radius: 33px;
    right: 0;
    background: url(../inhml_files/icon-next2.png) no-repeat center;
    top: 55% !important;
    ;
}

.development_6 .next::after {
    content: "";
    width: 66px;
    transition: all .6s;
    height: 66px;
    position: absolute;

    /* border-left: 0 none; */
    background: url(../inhml_files/icon-next2.png) no-repeat center;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 33px;
}

.development_6 .prev:hover::after {
    width: 66px;
    transition: all .6s;
    border-radius: 33px;
    height: 66px;
    background-color: #1d428a;
    border-color: #1d428a;
    border-radius: 33px;
}

.development_6 .next:hover::after {
    width: 66px;
    transition: all .6s;
    border-radius: 33px;
    height: 66px;
    background-color: #1d428a;
    border-color: #1d428a;
    border-radius: 33px;
}













.about1 .honor .swrap .swiper-button-prev,
.development_6 .swiper-button-prev {
    outline: none;
    background: url(../inhml_files/prev_on.png) no-repeat left center;
    right: 1300px;
    left: auto;
    margin-right: 4px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.newsSwiper .swiper-button-prev {
    outline: none;
    background: url(../inhml_files/newsle.png) no-repeat left center;
    left: 20px;
    right: auto;
    opacity: 1;
    margin-right: 4px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.imgccs {

    width: 100%;

    height: 210px;

    overflow: hidden;
}

.imgccs img {

    height: 100%;

    width: 100%;

    object-fit: cover;

    transition: all 0.8s;
}



.swiper-container .swiper-slide:hover img {
    transform: scale(1.1);
    transition: all 0.8s;
}




.headwrap .ri .nav .dl:nth-child(3) {}

.headwrap .ri .nav .dl:nth-child(3) .dd {
    width: 100%;
    height: auto !important;
    transition: all .6s;
    z-index: 9;
    opacity: 0;
}

.headwrap .ri .nav .dl:nth-child(3):hover .dd {



    opacity: 1;
}

.headwrap .ri .nav .dl:nth-child(3) .dd .sub_box {
    /* position: initial !important; */
    /* width: 1600px!important; */
    /* padding-left: 0 !important; */
    /* height: 420px !important; */
    /* transition: all .6s; */
    /* margin: 0 auto; */
}

.sub_box {}



.cp_box_c {
    position: relative;
    z-index: 9;
}

/*


.headwrap .ri .nav .dl:nth-child(3) .on{

height: 420px;
}*/


.subMenu_wrap_up {
    margin-top: 60px;
}

.subMenu_wrap_up .subMenu_ul:nth-child(1) {
    margin-left: 0px;
    /* width: 355px; */
}

.dcm1 {
    /* width: 2rem !important; */
}

.dcm2 {
    /* width:1.82rem !important; */
    /* margin-left: 0.8385rem !important; */
}

.dcm3 {
    /* float: right !important; */
    /* width: 2.46rem !important; */
}

.subMenu_wrap_up .subMenu_ul:nth-child(2) {
    /* width: 355px; */
    /* margin-left: 0.5rem; */
}

.subMenu_wrap_up .subMenu_ul:nth-child(3) {
    /* width: 355px; */
    /* margin-left: .5rem; */
}

.subMenu_wrap_up .subMenu_ul:nth-child(3) .subMenu_li ul li {
    width: auto;
}

.subMenu_wrap_up .dcm3:nth-child(3) .subMenu_li ul li {
    width: auto;
}


.subMenu_wrap_up .subMenu_ul:nth-child(3) .subMenu_li_zwyy ul li {
    width: auto;
}

.sy2_inside li:nth-child(2) .subMenu_wrap_up .subMenu_ul:nth-child(2) .subMenu_li ul li {
    width: 50%;
}

.subMenu_wrap_up .subMenu_ul {
    float: left;
    margin-left: 60px;
    width: 355px;
}

.subMenu_wrap_up .subMenu_ul h2::after {
    content: '';
    display: block;
    width: 355px;
    height: .005rem;
    background: #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.subMenu_wrap_up .subMenu_ul h2::before {
    content: '';
    display: block;
    width: 0;
    transition: width .75s;
    height: .006rem;
    background: rgb(0, 147, 221);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.subMenu_ul:hover h2::before {
    width: 100%;
}

.subMenu_wrap_up .subMenu_ul h2 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    padding-bottom: 10px;
    position: relative;

    /*è®¾ç½®æ¸å˜çš„æ–¹å‘ä»Žå·¦åˆ°å³ é¢œè‰²ä»Žff0000åˆ°ffff00*/
    /*å°†è®¾ç½®çš„èƒŒæ™¯é¢œè‰²é™åˆ¶åœ¨æ–‡å­—ä¸­*/
    /*ç»™æ–‡å­—è®¾ç½®æˆé€æ˜Ž*/
    color: rgb(102, 102, 102);
    margin-bottom: 10px;
    display: inline-block;
    /* width: 100%; */
}

.subMenu_ul:hover h2 {
    background: linear-gradient(87deg, rgb(66 164 213), rgb(8 67 151));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.subMenu_wrap_up .subMenu_ul .subMenu_li {

    margin-top: .1406rem;
}


.subMenu_wrap_up .subMenu_ul .subMenu_li ul li {
    float: left;
    margin-bottom: 10px;
}

.subMenu_wrap_up .subMenu_ul .subMenu_li .w100 li {
    width: 100%;
}

.subMenu_wrap_up .subMenu_ul .subMenu_li ul {
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subMenu_wrap_up .subMenu_ul .subMenu_li .pcdpsp {
    display: block;
}

.subMenu_wrap_up .subMenu_ul .subMenu_li .pcdpsp li {
    width: 100% !important;
}

.subMenu_wrap_up .subMenu_ul .subMenu_li ul:after {

    display: none;
}

.subMenu_wrap_up .subMenu_ul .subMenu_li ul li a:hover {
    color: #1062f1 !important;
    opacity: 1;
}

.subMenu_wrap_up .subMenu_ul .subMenu_li ul li a {
    font-size: .0833rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
    display: block;
}

.subMenu_wrap_down {
    margin-top: .15rem;
}

.dgxg {
    margin-top: 0;
}

.subMenu_wrap_down .subMenu_ul_zwyy:nth-child(1) {
    margin-left: 0px;
    width: 2rem !important;
    margin-right: 0.25rem;
}

.subMenu_ul:hover h2 {
    /* color: #1062f1 !important; */
}

.subMenu_wrap_down .subMenu_ul:nth-child(1) {
    margin-left: 0px;
    width: 355px;
}

.subMenu_wrap_down .subMenu_ul_zwyy:nth-child(2) {
    width: 22% !important;
    margin-left: 1.099rem !important;
}


.subMenu_wrap_down .subMenu_ul:nth-child(2) {
    width: 355px;
    margin-left: .8385rem;
}



.subMenu_ul:nth-child(2) ul {
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.subMenu_ul:nth-child(2) ul li {
    width: 100%;
}

.subMenu_wrap_down .subMenu_ul:nth-child(3) {
    width: 355px;
    margin-left: .2708rem;
    float: right;
}

.subMenu_wrap_down .subMenu_ul:nth-child(4) {
    width: 355px;
    float: right;
    margin-left: 0;
}

.subMenu_wrap_down .subMenu_ul:nth-child(3) .subMenu_li ul li {
    /* width: 129px; */
}

.subMenu_wrap_down .subMenu_ul {
    float: left;
    margin-left: 1.099rem;
}

.dgxg .subMenu_ul {
    float: right;
}

.subMenu_wrap_down .subMenu_ul h2::after {
    content: '';
    display: block;
    width: 100%;
    height: .005rem;
    background: #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.subMenu_wrap_down .subMenu_ul h2::before {
    content: '';
    display: block;
    width: 0;
    transition: width .75s;
    height: .006rem;
    background: #1062f1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.subMenu_ul:hover h2::before {
    width: 355px;
}

.subMenu_wrap_down .subMenu_ul h2 {
    font-size: .1042rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
    opacity: 0.8;
    /* border-bottom: 1px solid; */
    padding-bottom: .1354rem;
    position: relative;
}

.subMenu_wrap_down .subMenu_ul .subMenu_li {

    margin-top: .1406rem;
}


.subMenu_wrap_down .subMenu_ul .subMenu_li ul li {
    float: left;
    margin-bottom: 20px;
}

.subMenu_wrap_down .subMenu_ul .subMenu_li ul {

    display: flex;
    flex-direction: column
}


.subMenu_wrap_down .subMenu_ul .subMenu_li ul:after {

    display: none;
}

.subMenu_wrap_down .subMenu_ul .subMenu_li ul li a:hover {
    color: #1062f1 !important;
    opacity: 1;
}


.subMenu_wrap_down .subMenu_ul .subMenu_li ul li a {
    font-size: .0833rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
    display: block;
}






















































































@media screen and (max-width: 1600px) {
    .headwrap .ri .nav .dl:nth-child(3) .dd .sub_box {
        /* position: initial !important; */
        /* width: 1400px !important; */
        /* padding-left: 0 !important; */
        /* height: 420px !important; */
        /* transition: all .6s; */
        /* margin: 0 auto; */
    }

    .subMenu_wrap_up .subMenu_ul {
        float: left;
        margin-left: 60px;
        width: 305px;
    }

    .subMenu_wrap_up .subMenu_ul h2::after {

        width: 305px;

    }

    .subMenu_ul:hover h2::before {
        width: 305px;
    }

    .subBan .ri {
        width: 1400px;

    }

    .case-example-item {
        float: left;
        width: 339px;
        height: 370px;
    }

    .case-item-info {

        height: 145px;

        padding-left: 16px;

        padding-right: 16px;
    }

    .xwzx_wrap {

        /* margin-top: 85px; */

    }

    .newsimg_left {
        width: 100%;
        height: auto;
        float: right;
        position: relative;
        overflow: hidden;
        /* transition: all 0.8s; */
    }

    .newsimg_left img {
        width: 100%;
        height: auto;
        transition: all 0.8s;
    }

    .mySwipersyxw .swiper-wrapper .swiper-slide {
        height: 400px;
    }

    .newsimg_left>h2 {
        width: 100%;
        height: 70px;
        background-color: rgb(0, 0, 0, 0.4);
        position: absolute;
        bottom: 0;
        /* line-height: 64px; */
    }

    .newsimg_left>h2>a {
        font-size: 20px;
        /* font-weight: normal; */
        /* font-stretch: normal; */
        /* letter-spacing: 0px; */
        /* color: #ffffff; */
        line-height: 70px;
        /* padding-left: 28px; */
        overflow: hidden;
        text-overflow: ellipsis;
        width: 69%;
        bottom: 2px;
        white-space: nowrap;
    }

    .newslb_right {
        width: 930px;
        float: left;
    }

    .newslb_right ul li {
        /* border-bottom: 1px solid #d8e3ee; */
        /* height: 67px; */
    }

    .newslb_right ul li:nth-child(1) {}

    .newslb_right ul li h2 {

        float: left;
    }

    .newslb_right ul li h2 a {
        font-size: 20px;
        font-weight: normal;
        transition: all 0.8s;
        font-stretch: normal;
        line-height: 67px;
        letter-spacing: 0px;
        color: #2e4052;
    }

    .newslb_right ul li span {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #065aa6;
        float: right;
        line-height: 67px;
    }

    .xwxz_title {

        margin-bottom: 25px;
    }

    .xwxz_title h2 {
        /* font-size: 40px; */
        /* font-weight: normal; */
        /* font-stretch: normal; */
        /* line-height: normal; */
        /* letter-spacing: 0px; */
        /* color: #067ADA; */
        /* float: left; */
    }

    .xwxz_title a {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #2e4052;
        float: right;
        line-height: 60px;
    }


    .newsimg_left img:hover {
        transform: scale(1.1);
        transition: all 0.8s;
    }

    .newslb_right ul li:hover h2 a {
        margin-left: 0;
        transition: all 0.8s;
        color: #065aa6;
    }

    .zhxx_gywmul ul li {
        float: left;
        margin-left: 30px;
        text-align: center;
    }

    .footig {
        margin-top: -203px;
    }

    .development_3 .item {
        width: 446px;
        height: 296px;
        border-radius: 6px;
        position: relative;
        cursor: default;
        overflow: hidden;
        /* transition-duration: .5s; */
        /* background: red; */
        float: left;
        margin-left: 31px;
        margin-bottom: 31px;
    }

    .development_3 .item:hover {
        /* padding-top: 102px; */
        /* background-image: linear-gradient(0deg, rgb(0, 0, 0, 0.8) 0%, rgb(0, 0, 0, 0.8) 100%); */
    }

    .nbkh_wrap_box_right {
        float: right;
        width: 685px;
    }


    .nbkh_wrap_box_right_l {
        float: left;
        margin-right: 0;
        width: 339px;
    }

    .nbkh_wrap_box_right_r {
        float: right;
        width: 339px;
    }

    .nbkh_wrap_box_left {
        float: left;
        width: 685px;
    }

    .nbkh_wrap_box_left_l {
        float: left;
        width: 339px;
    }

    .nbkh_wrap_box_left_r {
        float: right;
        width: 339px;
        margin-left: 0px;
    }
}


@media screen and (max-width: 1665px) {
    #header .ri .menu {
        float: left;
        height: 90px;
        margin-right: 0;
        margin-left: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: auto;
    }

    #header .nav .dt {
        line-height: 90px;
        height: 100%;
        margin: 0 17px;
        transition: all .3s;
        color: rgba(255, 255, 255, 1);
        font-family: Noto Sans SC;
        font-size: 18px;
    }
}

@media screen and (max-width: 1400px) {
    .auto {
        width: 1200px;
    }

    .indexCont1 .cTab h3 {

        -webkit-line-clamp: 1;

    }

    .indexCont1 .list h4 {

        height: 55px;

        line-height: 55px;
    }

    .indexCont1 .list .time {

        line-height: 55px;
    }

    .jyywul ul li {
        width: 452px;
        height: 300px;
    }

    .jyywul ul li img {
        width: 60px;
        height: 60px;
        margin-top: 0;
        margin-left: 295px;
    }


    #footer .le li:nth-child(2) {
        margin-left: 79px;
    }

    #footer .le li {
        position: relative;
        float: left;
        margin-left: 15px;
    }

    .headwrap .ri .nav .dl:nth-child(3) .dd .sub_box {
        /* position: initial !important; */
        /* width: 1200px !important; */
        /* padding-left: 0 !important; */
        /* height: 420px !important; */
        /* transition: all .6s; */
        /* margin: 0 auto; */
    }

    .subMenu_wrap_up .subMenu_ul {
        float: left;
        margin-left: 60px;
        width: 255px;
    }

    .subMenu_wrap_up .subMenu_ul h2::after {

        width: 255px;
    }

    .subMenu_ul:hover h2::before {
        width: 255px;
    }

    .d7 input:focus {
        width: 240px;

    }

    #header .ri .menu {
        margin-left: 33px;
    }

    #header .nav .dt {
        padding: 0 0;
        margin: 0 17px;
    }

    .headwrap {
        width: 1200px;
    }

    .auto {
        width: 1200px;

    }

    .development_3 .item:hover .hoverMask {
        opacity: 1;
        transform: translateY(-29px);
    }

    .subBan .ri {
        width: 1200px;

    }

    .case-example-item {
        float: left;
        width: 289px;
        height: 322px;
    }

    .case-item-info {
        height: 136px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .zhxx_gywmtab {
        width: 470px;
        background: url(../inhml_files/gywmmap.png) no-repeat right 120px;
        background-size: 100%;
    }


    .zhxx_gywmtab ul li:nth-child(1) {

        position: absolute;

        right: 256px;

        top: 291px;
    }

    .zhxx_gywmtab ul li:nth-child(2) {

        position: absolute;

        right: 268px;

        top: 311px;
    }

    .zhxx_gywmtab ul li:nth-child(3) {

        position: absolute;

        right: 242px;

        top: 353px;
    }

    .zhxx_gywmtab ul li:nth-child(4) {

        position: absolute;

        right: 270px;

        top: 430px;
    }

    .zhxx_gywmtab ul li:nth-child(5) {

        position: absolute;

        right: 216px;

        top: 479px;
    }

    .newslb_right {
        width: 729px;
        float: left;
    }

    .newslb_right ul li h2 {
        float: left;
        width: 79%;
    }


    .newslb_right ul li h2 a {


        white-space: nowrap;
        /* ç¡®ä¿æ–‡æœ¬ä¸æ¢è¡Œ */
        overflow: hidden;
        /* éšè—è¶…å‡ºå®¹å™¨çš„æ–‡æœ¬ */
        text-overflow: ellipsis;
        /* è¶…å‡ºéƒ¨åˆ†æ˜¾ç¤ºçœç•¥å· */
        /* å®šä¹‰å®¹å™¨å®½åº¦ */
        white-space: nowrap;
    }


    .development_3 .item {
        width: 378px;
        height: 241px;

    }

    .nbkh_wrap_box_right {

        float: right;

        width: 695px;
    }


    .nbkh_wrap_box_right_l {
        float: left;
        margin-right: 0;
        width: 290px;
    }

    .nbkh_wrap_box_right_r {
        float: right;
        width: 290px;
    }

    .nbkh_wrap_box_left {
        float: left;
        width: 585px;
        margin-right: 30px;
    }

    .nbkh_wrap_box_left_l {
        float: left;
        width: 290px;
    }

    .nbkh_wrap_box_left_r {
        float: right;
        width: 290px;
        margin-left: 0px;
    }

    .nbkh_wrap_box_right {
        float: right;
        width: 585px;
    }

    .tils3 {
        color: rgb(50, 63, 71) !important;
        font-size: 16px !important;
        font-weight: 400;
        letter-spacing: 2px;
        text-align: left;
    }

    .footig {
        margin-top: -209px;
    }

    .c2s {
        margin-left: 15px !important;
    }

    .c4s {
        background: url(../inhml_files/phone.png) no-repeat 0;
        padding-left: 20px;
        background-size: 36px 36px;
    }

    #footer .le1 .til {
        font-size: 14px;

    }

    .tils3 span {
        color: rgb(51, 63, 72);
        font-family: Impact;
        font-size: 16px;
        font-weight: 400;
        line-height: -1px;
        letter-spacing: 3px;
        text-align: left;
    }

    .c3s {
        margin-left: 30px !important;
    }

    .c3s1 {
        background: url(../inhml_files/eamel.png) no-repeat 0;
        padding-left: 50px;
        background-size: 36px 36px;
        margin-left: 449px !important;
    }

    .c4s1 {
        margin-left: 71px !important;
    }




}


@media screen and (max-width: 1200px) {
    .zhxx_gywm p {
        width: 100%
    }

    .ckxq a {
        font-size: 16px;
        /* padding: 5px 20px; */
        /* line-height: 40px; */
        margin-top: 44px;
    }

    #header .ri .menu {
        margin-left: 0;
        width: auto;
        height: 1.2rem;
    }

    .d7 {

        display: none;
    }

    .d1s {
        display: none;
    }

    .d2s {
        display: none;
    }

    .d3s {
        display: none;
    }

    .auto {
        width: 92%;
    }

    .hzhb_tab {
        width: 100%;
        margin-top: 0;
    }

    .headwrap {
        width: 100% !important;

    }

    .banner .videoPos .videTxt {
        width: 100%;
    }

    .banner .swiper-slide .st1 {
        margin-top: 0;
    }

    .zhxx_gywm {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 23px;
    }

    .zhxx_gywmtab {
        bottom: inherit;
        height: auto;
        width: 100%;
        background: url(../inhml_files/gywmmap.png) no-repeat;
        background-size: 100% 100%;
        right: 0;
        margin-top: 25px;
    }




    .zhxx_gywmtab ul li:nth-child(1) {
        position: absolute;
        top: 101px;
        right: 37%;
    }

    .zhxx_gywmtab ul li:nth-child(2) {
        position: absolute;

        top: 114px;
        right: 38%;
    }

    .zhxx_gywmtab ul li:nth-child(3) {
        position: absolute;
        right: 34%;
        top: 137px;
    }

    .zhxx_gywmtab ul li:nth-child(4) {
        position: absolute;
        right: 40%;
        top: 179px;
    }

    .zhxx_gywmtab ul li:nth-child(5) {
        position: absolute;
        right: 32%;
        top: 216px;
    }

    .zhxx_gywmtab ul li:nth-child(6) {
        position: absolute;
        right: 28%;
        top: 177px;
    }

    #dnn_ctr86727_HtmlModule_lblContent {
        position: relative;
    }


    .zhxx_gywm h3 {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 31px;
        letter-spacing: 0px;
        color: #112f3e;
        /* font-family: SourceHanSansCN-Medium; */
        margin-top: 13px;
        margin-bottom: 17px;
    }



    .zhxx_gywm h2 {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        /* color: #067ADA; */
        line-height: normal;
    }

    .zhxx_gywmul {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .zhxx_gywmul ul li h2 {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #2a3644;
        font-family: Impact;
        line-height: normal;
    }

    .zhxx_gywmul ul li h2 span {
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #2a3644;
        font-family: SourceHanSansCN-Regular;
    }

    .zhxx_gywmul ul li p {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #808080;
        text-align: center;
    }

    .zhxx_gywmul ul li {
        float: left;
        margin-left: 19%;
        width: 37%;
        text-align: center;
    }

    .zhxx_gywmul ul li:nth-child(3) {
        margin-left: 0;
    }

    .xwzx_wrap {
        /* margin-top: -.8rem; */
    }

    .newsimg_left {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        overflow: hidden;
        transition: all 0.8s;
    }

    .newsimg_left img {
        width: 100%;
        height: auto;
        transition: all 0.8s;
    }

    .newsimg_left>h2 {
        width: 100%;
        height: 40px;
        /* background-color: rgb(0, 0, 0, 0.4); */
        /* position: absolute; */
        /* bottom: 0; */
        /* line-height: 64px; */
    }

    .newsimg_left>h2>a {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        line-height: 40px;
        padding-left: 17px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 84%;
    }

    .mySwipersyxw .swiper-pagination {
        bottom: 7px;
        padding-right: 13px;

    }

    .newslb_right {
        width: 100%;
        float: none;
        padding: 15px;
    }

    .newslb_right ul li {
        /* border-bottom: 1px solid #d8e3ee; */
        /* height: 55px; */
        /* width: 82%; */
    }

    .newslb_right ul li:nth-child(1) {}

    .newslb_right ul li h2 {
        float: left;
        width: 73% !important;

        /* ç¡®ä¿æ–‡æœ¬ä¸æ¢è¡Œ */

        /* éšè—è¶…å‡ºå®¹å™¨çš„æ–‡æœ¬ */
    }

    .newslb_right ul li h2 a {
        font-size: 16px;
        font-weight: normal;
        transition: all 0.8s;
        font-stretch: normal;
        line-height: 55px;
        letter-spacing: 0px;
        color: #2e4052;
        width: 100%;
        white-space: nowrap;
        /* ç¡®ä¿æ–‡æœ¬ä¸æ¢è¡Œ */
        overflow: hidden;
        /* éšè—è¶…å‡ºå®¹å™¨çš„æ–‡æœ¬ */
        text-overflow: ellipsis;
    }

    .newslb_right ul li span {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #065aa6;
        float: right;
        line-height: 55px;
    }

    .xwxz_title {
        margin-bottom: 17px;
        /* background-size: 8%; */
        padding-bottom: 7px;
    }

    .xwxz_title h2 {
        font-size: 22px;
        font-weight: 600;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0px;
        text-align: center;
    }

    .xwxz_title span {
        font-weight: 600;
        font-stretch: normal;
        letter-spacing: 0px;
        line-height: normal;
        color: rgba(51, 51, 51, 1);
        font-family: Noto Sans SC;
        font-size: 22px;
        text-align: center;
    }

    .xwxz_title a {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #2e4052;
        float: right;
        line-height: 36px;
    }


    .newsimg_left img:hover {
        transform: scale(1.1);
        transition: all 0.8s;
    }

    .newslb_right ul li:hover h2 a {
        margin-left: 10px;
        transition: all 0.8s;
        color: #065aa6;
    }

    .auto1 {
        position: relative;
        height: auto;
        /* background: #fbfbfd; */
        padding-top: 0;
        display: block;
    }

    .footig {
        margin-top: 0;
        display: none;
    }

    #footer .le {
        display: block;
        margin-top: 16px;
    }

    #footer .le>li {
        display: none;
    }

    #footer .le>li:nth-child(1) {
        display: block;
        width: 63%;
    }

    .c1s {
        width: auto !important;

    }

    .c2s {
        display: block !important;
    }

    .c3s {
        background: url(../inhml_files/eamel.png) no-repeat 0;
        padding-left: 50px;
        background-size: 36px 36px;
        margin-left: 150px !important;
    }

    .c4s {
        background: url(../inhml_files/phone.png) no-repeat 0;
        padding-left: 50px;
        background-size: 36px 36px;
    }

    .woffot {
        /* background: none; */
        /* background-size: 100%; */
        padding-bottom: 0;
        display: none;
    }

    .r13 {
        justify-content: center;
        width: 100%;
        height: auto;
        background: #2369ad;
    }

    .r13 .csf {
        width: 92%;
        display: block;
        height: auto;
        align-items: center;
        justify-content: space-between;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .r13 p {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        width: 100%;
        text-align: center;
    }

    .r13 .csf p:nth-child(2) {
        text-align: center;
    }

    .development_3 .item {
        width: 100%;
        height: 200px;
        border-radius: 6px;
        position: relative;
        cursor: default;
        overflow: hidden;
        /* transition-duration: .5s; */
        /* background: red; */
        float: left;
        margin-left: 0;
        margin-bottom: 24px;

    }

    .development_3 .item:nth-child(3n+1) {
        margin-left: 0;
    }

    .cn1 {
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        line-height: normal;
        margin-bottom: 9px;
    }

    .development_3 .item:nth-child(odd) {
        margin-left: 0;
    }

    .development_3 .item:hover .hoverMask {
        opacity: 1;
        transform: translateY(-81px);
    }

    .development_3 .item .cn {

        bottom: 15px;

        padding-left: 15px;

        font-size: 20px;
    }

    .gsyw_title h2 {
        font-size: 22px;
        font-weight: normal;
        /* font-stretch: normal; */
        /* line-height: normal; */
        /* letter-spacing: 0px; */
        /* color: #067ADA; */
    }

    .hzhb_title h2 {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0px;
        color: #067ADA;
        float: left;
    }

    .about2 .team-top .tab span {
        margin-right: 25px;
        font-size: 20px;
    }

    .about2 .team-top .tab {
        position: absolute;
        bottom: -17px;
        right: 0;
        font-size: 14px;
        color: #595959;
    }

    .about2 .team-top .tab span {

        line-height: 12px;

    }

    .nbkh_wrap_box_right {

        float: none;

        width: 100%;

    }


    .nbkh_wrap_box_right_l {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 9px;
    }

    .nbkh_wrap_box_right_r {

        float: none;

        width: 100%;
    }

    .nbkh_wrap_box_left {

        float: none;

        width: 100%;
    }

    .nbkh_wrap_box_left_l {
        float: none;
        width: 100%;
        margin-bottom: 9px;
    }

    .nbkh_wrap_box_left_r {
        float: none;
        width: 100%;
        margin-left: 0px;
    }



    .hzhbtitle {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .imgccs {
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .development_6 .box {
        position: relative;
        height: 47px;
        line-height: 47px;
        background: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #807659;
        display: block !important;
    }

    .about4Swiper .swiper-slide p {
        font-size: 16px;
        line-height: 28px;
        color: #666666;
        margin-bottom: 10px !important;
        position: relative;
        padding-left: 11px;
    }

    .about4Swiper .swiper-slide:after {
        content: "";

        background-size: auto 100%;
    }





}




@media screen and (min-width: 2000px) {
    .banner {
        height: 900px;
    }

    .banner .swiper-slide {
        background-size: 100%;

    }

    .zhxx_gywmtab {
        right: 10%
    }
}

@media screen and (min-width: 3000px) {
    .zhxx_gywmtab {
        right: 20%
    }
}

@media screen and (min-width: 4000px) {
    .zhxx_gywmtab {
        right: 25%
    }
}

.team-list .box ul li {
    /* line-height: 36px; */
    position: relative;
    /* border: 2px solid rgba(240, 240, 239, 1); */
}

.team-list .box ul li h2 a {
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 53px;
    text-align: justify;
    color: rgba(115, 114, 111, 1);
    font-family: Noto Sans SC;
    font-size: 16px;
}

.team-list .box ul li:hover h2 a {
    font-weight: 600;
    margin-left: 4px;
    color: rgba(52, 113, 192, 1);
    transition: all 0.2s;
}

.team-list .box ul li h2 {
    width: 76%;
}

.team-list .box ul li span {
    float: right;
    line-height: 50px;
    color: rgba(153, 153, 153, 1);
}

.team-list .box ul li:nth-child(1) {
    margin-bottom: 32px;
    padding-top: 50px;
    border-bottom: none;
}

.team-list .box ul li:nth-child(1)>div {
    float: left;
    width: 45%;
    margin-top: 15px;
}

.team-list .box ul li:nth-child(1) h2 {
    width: 100% !important;
    margin-bottom: 20px;
    /* float: left; */
    /* width: 45%; */
}

.team-list .box ul li:nth-child(1) h2 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: rgb(51, 51, 51);
    white-space: normal;
}

.team-list .box ul li:hover:nth-child(1) h2 a {
    color: rgba(52, 113, 192, 1);
    margin-left: 0;
}









.team-list .box ul li:nth-child(1) p {
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: justify;
    margin-bottom: 37px !important;
    /* padding-bottom: 32px; */
    /* float: left; */
    /* width: 43%; */
}

.team-list .box ul li:nth-child(1) span {
    float: left;
    color: rgba(153, 153, 153, 1);
    font-family: Arimo;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
}

.team-list .box ul li:nth-child(1) .xq1 {
    float: right;
    color: rgba(230, 0, 18, 1);
    font-family: Noto Sans SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: justify;
    background: url(../inhml_files/506.png) no-repeat 38px;
    display: inline-block;
    width: 76px;
    transition: 0.5s;
}

.team-list .box ul li:hover:nth-child(1) .xq1 {
    background: url(../inhml_files/506.png) no-repeat 38px;
    background-position-x: 42px;
}

.team-list .box ul li:nth-child(1) img {
    float: right;
    width: 50%;
    height: 280px;
    object-fit: cover;
}

.mores {
    width: 126px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid rgb(139, 198, 62);
    position: absolute;
    bottom: 0;
    display: none;
}

.mores a {
    color: rgb(139, 198, 62);
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
}

.gsyw_title {
    margin-bottom: 40px;
    padding-bottom: 10px;
    background: url(../inhml_files/4117.png) no-repeat bottom;
}

.gsyw_title a {
    width: 126px;
    height: 40px;
    border: 1px solid rgb(139, 198, 62);
    color: rgb(139, 198, 62);
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    float: right;
}


.kj_wrap {
    width: 100%;
}

.kj_wrap:after {
    clear: both;
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
}

.kj_wrap>div {
    float: left;
    width: 445px;
    height: 282px;
    clear: none;
    margin-bottom: 20px;
    margin-left: 20px;
}

.kj_wrap>div:nth-of-type(1) {
    width: 510px;
    height: 585px;
    margin-left: 0;
}

.kj_wrap .kj_swiper {
    width: 100%;
    height: 282px;
}

.kj_wrap .kj_swiper01 {
    width: 100%;
    height: 585px;
}

.kj_wrap .swiper-container .swiper-slide {
    cursor: pointer;
}

.kj_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    //background:url(../inhml_files/logo1.png) center center no-repeat;
}

.kj_img img {
    height: 100%;
    width: 100%;
    /* margin-left: 50%; */
    /* transform: translateX(-50%); */
    transition: all 0.8s;
    object-fit: cover;
}

.kj_wrap .swiper-container .kj_page {
    width: 100%;
    bottom: 0;
    top: inherit;
    right: 0;
    /* background: rgba(0,0,0,.5); */
    height: 40px;
    transform: translate3d(0px, 0, 0);
    transition: .4s;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
    height: 146px;
}

.kj_wrap .swiper-container .kj_page span {
    font-size: 18px;
    color: #fff;
    width: 90%;
    height: 100%;
    background: none;
    line-height: 146px;
    text-align: left;
    opacity: 0;
    position: absolute;
    top: 26px;
    left: 5%;
    padding-left: 10px;
    margin: 0 !important;
    transition: .4s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url(../inhml_files/4295.png) no-repeat left;
    background-size: 3px 16px;
    border-radius: 0;
}

.kj_wrap .kj_swiper .kj_page:hover {
    height: 282px;
}

.kj_wrap .kj_swiper .kj_page:hover span {
    line-height: 280px;
}

.kj_wrap .kj_swiper01 .kj_page:hover {
    height: 440px;
}

.kj_wrap .kj_swiper01 .kj_page:hover span {
    line-height: 440px;
}

.kj_wrap .swiper-container .kj_page span.swiper-pagination-bullet-active {
    opacity: 1;
}



.fotthn {
    padding-top: 102px;
    border-bottom: 4px solid rgb(255, 255, 255, 0.1);
    padding-bottom: 22px;
}

.fotthnleft {
    width: 30%;
    float: left;
}

.fotthnright {
    float: left;
    padding-left: 60px;
}

.fotthnright ul li:nth-child(1) {

    margin-left: 00px;
}

.fotthnright ul li {
    float: left;
    margin-left: 40px;
}

.fotthnright ul li a {
    color: rgb(255, 255, 255);
    font-family: æ€æºé»‘ä½“;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
    opacity: 0.8;
}

.yqljs {
    width: 130px;
    float: right;
    /* height: 20px; */
    /* background: red; */
}


.youqing {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    box-sizing: border-box;
}

.youqing:nth-child(3) {
    margin-right: 0;
}

.youqing p {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: rgba(255, 255, 255);
    position: relative;
    cursor: pointer;
    line-height: 40px;
    font-weight: 500;
    padding-left: 33px;
    background: url(../inhml_files/qiu.png) no-repeat left;
}

.youqing p::after {
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 9px;
    background: url(../inhml_files/sanjiao.png) center center no-repeat;
    background-size: cover;
    right: 0;
    top: 50%;
    transition: .4s;
    transform: translateY(-50%);
}

.youqing p.active::after {
    transform: translateY(-50%) rotateZ(180deg);
    transform-origin: center;
}

.hide_list {
    width: 200%;
    position: absolute;
    bottom: 40px;
    height: 0;
    right: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    transition: .4s;
    z-index: 9;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.hide_list ul li {
    width: 94%;
    padding: 5px 3%;

    text-align: center;
}

.hide_list ul li:hover {
    background-color: rgba(255, 255, 255, .5);
}

.hide_list ul li a {
    color: #666;
    line-height: 22px;
    font-size: 16px;
}

.youqing::after {
    position: absolute;
    display: block;
    content: "";
    width: 130px;
    height: 4px;
    background: #fff;
    bottom: -26px;
}

.fotboto {}

.fotbotoleft {
    float: left;
    margin-top: 40px;
}

.fotbotoleft p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    opacity: 0.5;
}

p.no_margin a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    /* opacity: 0.5; */
    display: inline-block;
}

.fotbotoright {
    float: right;
    margin-top: 40px;
}

.fotbotoright ul li {
    float: left;
    margin-left: 30px;
    cursor: pointer;
}

.fotbotoright ul li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: left;
    opacity: 0.6;
}

.fotbotoright ul li:nth-child(3) {
    position: relative;
}

.fotbotoright ul li:nth-child(3)>img {
    width: 60px;
    height: 60px;
}

.fotbotoright ul li:nth-child(3) div {
    width: 150px;
    display: none;
    position: absolute;
    bottom: 77px;
    right: 0;
    cursor: pointer;
}

.fotbotoright ul li:nth-child(3) div img {
    width: 100%;
}



.fotbotoright ul li:nth-child(3):hover div {
    display: block;
    /* position: absolute; */
}


@media screen and (max-width: 1600px) {

    .kj_wrap>div {
        width: 424px;

    }

    .team-list .box ul li:nth-child(1) h2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .team-list .box ul li:nth-child(1) p {
        margin-bottom: 17px !important;
    }

    .team-list .box ul li:nth-child(1) {
        margin-bottom: 17px;
    }

    .team-list .box ul li h2 a {
        color: rgb(51, 51, 51);
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: left;
        line-height: 61px;
        text-align: justify;
    }

    .team-list .box ul li span {
        float: right;
        line-height: 40px;
        color: rgb(51, 51, 51);
    }

    .about2 .team-top .tab {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 14px;
        color: #595959;
    }

    .fotthnright ul li {
        margin-left: 33px;
    }

}


@media screen and (max-width: 1400px) {

    .gymlefts {
        float: left;
        width: 55.6%;
        margin-top: 68px;
    }

    .ckxq a {
        width: 126px;
        height: 40px;
        color: rgb(139, 198, 62);
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0px;
        text-align: center;
        border: 1px solid rgb(139, 198, 62);
        line-height: 40px;
        margin-top: 44px;
    }

    .kj_wrap>div {
        width: 350px;
    }

    .kj_wrap>div:nth-of-type(1) {
        width: 460px;
        height: 585px;
        margin-left: 0;
    }

    .fotthnright ul li {
        margin-left: 21px;
    }

    .fotthnright {
        float: left;
        padding-left: 46px;
    }

    .hide_list {

        right: 0;

    }
}


@media screen and (max-width: 1200px) {

    .gymlefts {
        float: left;
        width: 100%;
        margin-top: 13px;
    }

    .zhxx_gywm h2 {
        background: url(../inhml_files/1379.png) no-repeat bottom;
        background-size: 100%;
        padding-bottom: 7px;
    }

    .gsyw_title a {
        width: 89px;
        height: 40px;
        border: 1px solid rgb(139, 198, 62);
        color: rgb(139, 198, 62);
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0px;
        text-align: center;
        float: right;
    }

    .mores {
        width: 89px;
        height: 40px;
        box-sizing: border-box;
        border: 1px solid rgb(139, 198, 62);
        position: absolute;
        bottom: 37px;
    }

    .mores a {
        color: rgb(139, 198, 62);
        font-size: 14px;

    }

    .about2 .team-top .tab {
        position: absolute;
        bottom: 13px;
        left: 0;
        font-size: 14px;
        color: #595959;
    }

    .about2 .team-list {
        margin-top: 90px;
        overflow: hidden;
        padding-bottom: 0;
    }

    .mySwipersyxw .swiper-wrapper .swiper-slide {
        height: 245px;
    }

    .mySwipersyxw .swiper-wrapper .swiper-slide img {
        height: 245px !important;
        object-fit: cover !important;
    }

    .team-list .box ul li:nth-child(1) h2 a {
        color: rgb(51, 51, 51);
        font-size: 21px;
        font-weight: 700;
        line-height: 35px;
        letter-spacing: 0px;
        text-align: left;
    }

    .development_3 .item .bjimg img {
        width: 46px;
        position: absolute;
        bottom: 60px;
        margin-left: 15px;
    }

    .kj_wrap>div:nth-of-type(1) {
        width: 100%;
        height: 585px;
        margin-left: 0;
    }

    .kj_wrap>div {
        width: 100%;
        margin-left: 0px;
    }

    .gsyw_title {
        padding-bottom: 7px;
        /* background-size: 100%; */
    }

    .fotthn {
        display: none;
    }

    .fotbotoright {
        display: none;
    }

    .fotbotoleft {
        float: left;
        margin-top: 40px;
        padding-bottom: 40px;
    }
























}