/* 
    本网站使用了MiSans字体为主要字体
    本网站遵循Open Font License (OFL)协议。
 */
@font-face {
    font-family: 'MiSans';
    src: url('../font/MiSans-Normal.woff2') format('opentype');
}

html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    position: relative;
    font-size: 14px;
    font-family: 'MiSans';
}


a,
a:hover {
    text-decoration: none;
    color: #000;
}

img {
    width: 100%;
}

.w90 {
    width: 90%;
}

.w80 {
    width: 1440px;
    margin: 0 auto;
}


.navbox {
    width: 100%;
    display: none;
}

section {
    margin: 0;
    position: relative;
}


.pcnav {
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    z-index: 100;
}

.pcnav .nav_row {
    display: flex;
    /* justify-content: end; */
    align-items: center;
    justify-content: center;
}

.pcnavbox {
    width: 1440px;
    height: 112px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pcnavbox .navbox2 .navtop {
    /* padding: 5px 30px 5px 0; */
    padding: 5px 0px 5px 0;
}

.pcnavbox .navbox2 {
    width: 60%;

}



.navbox .navbox2 .navtop .item .contact_icon {
    position: relative;
}

.navbox .navbox2 .navtop .item .contact_icon .wxnavbox {
    width: 100px;
    height: 0;
    border-radius: 4px;
    box-shadow: 0 0 8px #dedede;
    position: absolute;
    left: -35px;
    top: 130%;
    background: #333333;
    color: #dedede;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    opacity: 0;
    line-height: 1;
    z-index: 20;
}

.navbox .navbox2 .navtop .item .contact_icon .wxnavbox .ewmtext {
    position: relative;
    line-height: 30px;
    text-align: center;
    color: #dedede;
    font-size: 12px;
}

.navbox .navbox2 .navtop .item .contact_icon:hover .wxnavbox {
    height: auto;
    opacity: 1;
}

.navbox .navbox2 .navtop .item .qqiconbox .qqnavbox {
    width: 200px;
    height: 0;
    border-radius: 4px;
    box-shadow: 0 0 8px #dedede;
    position: absolute;
    left: -100px;
    top: 130%;
    background: #ffffff;
    color: #333333;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    opacity: 0;
    line-height: 40px;
    z-index: 20;
}

.navbox .navbox2 .navtop .item .qqiconbox:hover .qqnavbox {
    height: 40px;
    opacity: 1;
    line-height: 40px;
}



.navbox .navbox2 .navtop .item .contact_icon .dynavbox {
    width: 100px;
    height: 0;
    border-radius: 4px;
    box-shadow: 0 0 8px #dedede;
    position: absolute;
    left: -35px;
    top: 130%;
    background: #333333;
    color: #dedede;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    opacity: 0;
    line-height: 1;
    z-index: 20;
}

.navbox .navbox2 .navtop .item .contact_icon .dynavbox .ewmtext {
    position: relative;
    line-height: 30px;
    text-align: center;
    color: #dedede;
    font-size: 12px;
}

.navbox .navbox2 .navtop .item .douyinbox:hover .dynavbox {
    height: auto;
    opacity: 1;
}


.pc_download {
    width: calc((100% - 1440px) / 2);
    height: 112px;
    background: #094aaa;
    padding: 15px;
}

.pc_download .innerbox {
    width: 85px;
}

.pc_download .innerbox .icon {
    width: 48px;
    margin: 0 auto;
}


.pc_download .innerbox .text {
    color: #ffffff !important;
    text-align: center;
    margin-top: 15px;

}

.navbox .navbox2 .navbottom .nav-item:hover>a {
    color: #094aaa;
    /* font-weight: bold; */
}

.navbox1 {
    width: 43.75%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.navbox1 .logobox {
    width: 40.47%;
}

.navbox1 .logobox img {
    width: 100%;
}

.navbox1 .corporationbox {
    /* font-weight: bold; */
    margin-left: 20px;
}

.navbox1 .corporationbox .companyname {
    font-size: 28px;
}


.banner {
    margin-top: 98px;
    width: 100%;
    position: relative;
}

.banner .swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: none;
}

.navbox .navbox2 .navtop .item {
    margin-left: 20px;
}

.navbox .navbox2 .navtop .item .drop {
    position: relative;
    display: inline-block;
    vertical-align: top;
}


.navbox .navbox2 .navtop .item .contact_icon {
    margin-left: 5px;
    width: 32px;
}

.navbox .navbox2 .navtop .item .contact_icon:last-child .icon {
    width: 32px;
    margin: 0 auto;
}

.navbox .navbox2 .navtop .item .phonebox {
    margin-left: 20px;
}


.navbox .navbox2 .navtop .item .emailbox .email_content {
    margin-left: 10px;
    font-size: 14px;
    color: #aaaaaa;
}

.navbox .navbox2 .navtop .item .phonebox .phone_content {
    margin-left: 10px;
    font-size: 14px;
    color: #aaaaaa;
}

.navbox .navbox2 .navtop .dropdownbox button {
    width: 95px;
    height: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: solid 1px #ddd !important;
    border-radius: 0.25rem !important;
    background: transparent;
    line-height: 1.5;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.navbox .navbox2 .navtop .dropdownbox button>img {
    margin-left: 5px;
    width: 18px;
}

.navbox .navbox2 .navtop .dropdownbox button>.icon {
    width: 15px;
    margin-left: 10px;
}

.navbox .navbox2 .navtop .dropdownbox .dropdown {

    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    width: 95px;
    min-width: 95px;
    z-index: 9999;
    text-align: center;
    margin-top: 1rem;
    transition: all 0.5s ease 0.2s;
}

.navbox .navbox2 .navtop .dropdownbox .drop:not(.drop-toggle):hover>.dropdown,
.drop.drop-open>.dropdown {
    visibility: visible;
    margin-top: 2px;
    opacity: 1;
    z-index: 10001;
}

.navbox .navbox2 .navtop .dropdownbox .dropdown .list-box {
    background: #ffffff;
    border: solid 1px #ddd;
    border-radius: 0.25rem;
}

.navbox .navbox2 .navtop .dropdownbox .dropdown .list-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    padding: 0.5em 1em;
}

.navbox .navbox2 .navtop .dropdownbox .dropdown .list-box a:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

.navbox .navbox2 .navtop .dropdownbox .dropdown .list-box a img {
    margin-left: 5px;
    width: 18px;
}

.navbox .navbox2 .navbottom .nav-item {
    display: list-item;
    position: relative;
    padding: 0 30px;
}

.navbox .navbox2 .navbottom .nav-item>a {
    text-align: right;
    font-size: 15px;
    padding: 15px 0;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    color: #333;
    outline: 0;
    transition: all 0.5s ease;
}

.navbox .navbox2 .navbottom .active>a {
    color: #094aaa;
    font-weight: bold;

}

.navbox .navbox2 .navbottom .nav-item .pc_navbropdown {
    min-width: 100%;
    padding: 0;
    border: 1px solid #dddddd;
    top: 95%;
    position: absolute;
    left: 50%;

    z-index: 1000;
    display: none;
    float: left;
    margin: 0.125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transform: translateX(-50%);
}

.navbox .navbox2 .navbottom .nav-item:hover .pc_navbropdown {
    display: block;
    left: 50%;

    transform: translateX(-50%);

}


.navbox .navbox2 .navbottom .nav-item .pc_navbropdown .dropdown-item {
    color: #000;
    text-align: center;
}

.navbox .navbox2 .navbottom .nav-item .pc_navbropdown .dropdown-item:hover {
    color: #094aaa;
}

.navbox .navbox2 .navbottom .nav-item .pc_navbropdown .dropdown-item:first-child {
    margin-top: 15px;

}

.navbox .navbox2 .navbottom .nav-item .pc_navbropdown .dropdown-item:last-child {
    margin-bottom: 15px;
}

.banner .swiper-container {
    width: 100%;

}

.banner .swiper-container .banner-next {
    color: #ffffff;
}

.banner .swiper-container .banner-prev {
    color: #ffffff;
}

/* .banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transform: scale(1.2);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1);
} */

.banner .swiper-pagination-bullet-active {
    background-color: #3b3283;
}

/* 营业范围 */
.yyfwbox {
    /* margin: 40px auto 0; */
    position: relative;
    top: -85px;
    z-index: 2;
}

.yyfwbox .yyfwitembox {
    padding: 0 40px;
}

.yyfwbox .yyfwitembox:first-child {
    padding: 0 80px 0 0;
}

.yyfwbox .yyfwitembox:last-child {
    padding: 0 0 0 80px;
}

.yyfwbox .yyfwitembox .yyfwitem .imgbox {
    position: relative;
}

.yyfwbox .yyfwitembox .yyfwitem .imgbox .content {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
}

.yyfwbox .yyfwitembox .yyfwitem .imgbox:hover .content .icon {
    left: calc(50%);
    transition: 0.5s;
}


.yyfwbox .yyfwitembox .yyfwitem .imgbox .content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0d41aa;
    border-radius: 10px;
    opacity: .6;
}

.yyfwbox .yyfwitembox .yyfwitem .imgbox .content .title {
    z-index: 10;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #ffffff;
    text-align: center;
}

.yyfwbox .yyfwitembox .yyfwitem .imgbox .content .icon {
    position: absolute;
    bottom: 20%;
    left: calc(50% - 25px);
    transform: translate(-50%, -50%);
}

.yyfwbox .yyfwitembox .yyfwitem .imgbox .content .icon::before {
    content: "";
    position: absolute;
    left: 40px;
    top: -7px;
    width: 15px;
    height: 15px;
    z-index: 10;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotateZ(-45deg) skew(15deg, 15deg);
    transition: 1s;
}

.yyfwbox .yyfwitembox .yyfwitem .imgbox .content .icon::after {
    content: "";
    position: absolute;
    width: 59px;
    height: 1px;
    z-index: 9;
    background-color: #ffffff;
    transition: 1s;
}


@-webkit-keyframes flicker {

    /* Safari and Chrome */
    from {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
    }


}



.footerbox {
    background: #f4f4f4;
    color: #ffffff;
    padding: 25px 0;
}

.footerbox .Innerbox .addressbox {

    font-size: 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}


.footerbox .Innerbox .addressbox .addressitem {
    width: 50%;
}

.footerbox .Innerbox .addressbox .addressitem .province {
    font-size: 16px;
    color: #333333;
}

.footerbox .Innerbox .addressbox .addressitem .address {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 20px 0;
    color: #333333;
}

.footerbox .Innerbox .column {
    padding: 1rem 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dddddd;

}

.footerbox .Innerbox .column .colitem {}



.footerbox .Innerbox .column .dropdown-item {
    margin: 20px 0;
    color: #333333;
    font-size: 14px;
    padding: 0;
    text-align: left;
}

.footerbox .Innerbox .column .dropdown-item:first-child {
    font-size: 18px;
}

.footerbox .Innerbox .column .dropdown-item:hover {
    color: #999999;
    background-color: transparent;
    color: #094aaa;
}


.emailaddress .itembox {
    width: 100%;
}

.emailaddress .itembox .contact_icon {
    width: 2%;
    margin: 0 0.1rem;
}

.emailaddress .itembox .contact_icon {
    position: relative;
}

.emailaddress .itembox .wxiconbox .wxnavbox {
    width: 100px;
    height: 0;
    border-radius: 4px;
    box-shadow: 0 0 8px #dedede;
    position: absolute;
    left: -35px;
    bottom: 130%;
    background: #333333;
    color: #dedede;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    opacity: 0;
    line-height: 1;
    z-index: 20;
}

.emailaddress .itembox .wxiconbox .wxnavbox .ewmtext {
    position: relative;
    line-height: 30px;
    text-align: center;
    color: #dedede;
    font-size: 12px;
}

.emailaddress .itembox .wxiconbox:hover .wxnavbox {
    height: auto;
    opacity: 1;
}

.emailaddress .itembox .qqiconbox .qqnavbox {
    width: 200px;
    height: 0;
    border-radius: 4px;
    box-shadow: 0 0 8px #dedede;
    position: absolute;
    left: -100px;
    bottom: 130%;
    background: #ffffff;
    color: #333333;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    opacity: 0;
    line-height: 40px;
    z-index: 20;
}

.emailaddress .itembox .qqiconbox:hover .qqnavbox {
    height: 40px;
    opacity: 1;
    line-height: 40px;
}



.emailaddress .itembox .douyinbox .dynavbox {
    width: 100px;
    height: 0;
    border-radius: 4px;
    box-shadow: 0 0 8px #dedede;
    position: absolute;
    left: -35px;
    bottom: 130%;
    background: #333333;
    color: #dedede;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    opacity: 0;
    line-height: 1;
    z-index: 20;
}

.emailaddress .itembox .douyinbox .dynavbox .ewmtext {
    position: relative;
    line-height: 30px;
    text-align: center;
    color: #dedede;
    font-size: 12px;
}

.emailaddress .itembox .douyinbox:hover .dynavbox {
    height: auto;
    opacity: 1;
}




.recordbox {
    background: #f4f4f4;
    border-top: 1px solid #dddddd;
}

.recordbox .Innerbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.recordbox .Innerbox a {
    color: #333333;
    font-size: 14px;
}



.right_message {
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 99;
    display: none;
}

.right_message>ul {
    width: 50px;
    display: inline-block;
    box-shadow: 0 0 2px #e0e0e0;
    background-color: #fff;
    list-style: none;
    padding: 0;
}

.right_message>ul>li {
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 150;
    list-style: none;

}

.right_message>ul>.TOP {
    border-bottom: none;
}

.right_message>ul>li>div {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.right_message>ul>li>div>div {
    width: 100%;
    height: 49px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #fff;
    font-size: 20px;
}

.right_message>ul>li>div>div:nth-of-type(1) {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.right_message>ul>li>div>div:nth-of-type(2) {
    background-color: #094aaa;
    top: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.right_message>ul>li>div>div:nth-of-type(2)>span {
    color: #fff;
}

.right_message .right_erweima {
    padding-top: 0px !important;
}

.right_message>ul>li>div>div>img {
    margin-top: 10px;
    width: 20px;
    margin-bottom: 5px;
}

.right_message>ul>li>div>div>span {
    display: block;
    font-size: 14px;
    color: #363636;
    display: none;
}

.right_message>ul>li>ul {
    width: 0px;
    position: absolute;
    left: -180px;
    top: 0px;
    overflow: hidden;
    display: none;
    width: 180px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.right_message>ul>li>ul.show {
    width: 180px;
    display: block;
}



.right_message>ul>li>ul.show>li {
    display: block;
    -webkit-animation: message 0.5s;
    animation: message 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.icon-up:before {
    content: "";

}

@-webkit-keyframes message {
    0% {
        margin-left: 100%;
    }

    100% {
        margin-left: 0%;
    }
}

@keyframes message {
    0% {
        margin-left: 100%;
    }

    100% {
        margin-left: 0%;
    }
}

@-webkit-keyframes fmessage {
    0% {
        margin-left: 0%;
    }

    100% {
        margin-left: 100%;
    }
}

@keyframes fmessage {
    0% {
        margin-left: 0%;
    }

    100% {
        margin-left: 100%;
    }
}

.right_message>ul>li>ul>li {
    width: 180px;
    height: 73px;
    background-color: #094aaa;
    color: #fff;
    text-align: center;
    margin-left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.right_message>ul>li>ul .qq {
    line-height: 49px;
    font-size: 16px;
}

.right_message>ul>li>div>div .vx {
    width: 25px;
}

.right_message>ul>li>ul .imgbox {
    height: 100%;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
}

.right_message>ul>li>ul .imgbox>img {
    width: 100%;
    border: 1px solid #094aaa;
}

.right_message>ul>li .dh_box {
    /*margin-top: -(@message-1px);*/
}

.right_message>ul>li>ul .dh {
    text-align: left;
}

.right_message>ul>li>ul>.dh:nth-of-type(even) {
    background-color: #094aaa;
}

.right_message>ul>li>ul .dh>img {
    float: left;
}




.right_message>ul>li .dh_box>li:nth-of-type(1)>img {
    margin: 23px 13px;
    width: auto;
}

.right_message>ul>li .dh_box>li:nth-of-type(2)>img {
    margin: 23px 10px;
    width: auto;
}

.right_message>ul>li .dh_box>li:nth-of-type(3)>img {
    margin: 22px 12px;
    width: auto;
}

.right_message>ul>li>ul .dh>div.fl {
    /* margin: 11px 0px; */
    font-size: 14px;
    padding: 11px 0;
}

.right_message>ul>li>div>div .yuy {
    width: 30px;
}

.right_message>ul .yuyue {
    cursor: pointer;
}

.right_message>ul>li>ul>li>div>p {
    margin-bottom: 5px;
}

.TOP .iconfont {
    position: absolute;
    top: 0;
    left: 22%;
    border: 0;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.right_message>ul>.TOP>div>div {
    background-color: #094aaa;
    position: relative;
}

.right_message>ul>li>div:hover>div:nth-of-type(2) {
    top: 0px;
}


/* 新闻 */
.index_page .newsbox {
    position: relative;
    padding: 80px 0;
}

.index_page .newsbox .cxyybox {
    width: 50%;
}

.index_page .newsbox .cxyybox .cxyy_title {
    font-size: 38px;
    color: #094aaa;
    font-weight: bold;
}

.index_page .newsbox .cxyybox .itembox {
    width: 100%;
    padding-top: 40px;
    padding-right: 50px;
    position: relative;
    border-right: 1px solid #ededed;
}

.index_page .newsbox .cxyybox .itembox .NewsSwiper {
    width: calc(100% - 20px);
    height: 680px;
    margin: 0;
}

/* .index_page .newsbox .cxyybox .itembox .item:first-child {
                padding-top: 0;
            } */

.index_page .newsbox .cxyybox .itembox .swiper-slide {
    border-bottom: 1px solid #aaaaaa;
    position: relative;
}

.index_page .newsbox .cxyybox .itembox .swiper-slide::before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #094aaa;
    transition: all .8s;
}

.index_page .newsbox .cxyybox .itembox .swiper-slide:hover:before {
    content: "";
    width: 100%;

}

.index_page .newsbox .cxyybox .itembox .item {
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.index_page .newsbox .cxyybox .itembox .item a {
    display: block;
}

.index_page .newsbox .cxyybox .itembox .item .imgbox {
    width: 260px;
    height: 176px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.index_page .newsbox .cxyybox .itembox .item .imgbox img {
    object-fit: cover;
    height: 176px;
}

.index_page .newsbox .cxyybox .itembox .item .textbox {
    width: calc(100% - 260px);
    padding-left: 20px;
}

.index_page .newsbox .cxyybox .itembox .item .textbox .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
}

.index_page .newsbox .cxyybox .itembox .item .textbox .text {
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 80px;
}

.index_page .newsbox .cxyybox .itembox .item .textbox .time {
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 0;
    bottom: 30px;
    line-height: 14px;
}

.index_page .newsbox .cxyybox .itembox .swiper-scrollbar {
    height: 160px;
    top: calc(50% - 80px);
    right: 50px;
}

.index_page .newsbox .cxyybox .itembox .swiper-scrollbar .swiper-scrollbar-drag {
    background: #094aaa;
}

/* 企业动态 */
.index_page .newsbox .qydtbox {
    width: 50%;
    padding-left: 50px;
}

.index_page .newsbox .qydtbox .cxyy_title {
    font-size: 38px;
    color: #094aaa;
    font-weight: bold;
}

.index_page .newsbox .qydtbox .qydtitembox {
    /* margin-top: 40px; */
}

.index_page .newsbox .qydtbox .qydtitembox .item {
    height: 120px;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 32px;
}

.index_page .newsbox .qydtbox .qydtitembox .item .icon {
    width: 20px;
    height: 20px;
    border: 1px solid #333333;
    border-radius: 100%;
    position: relative;
    margin: 0 20px 0 10px;
}

.index_page .newsbox .qydtbox .qydtitembox .item:hover .icon {
    border: 1px solid #094aaa;
}

.index_page .newsbox .qydtbox .qydtitembox .item .icon::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #333333;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.index_page .newsbox .qydtbox .qydtitembox .item:hover .icon::before {
    background: #094aaa;
}


.index_page .newsbox .qydtbox .qydtitembox .item .txtbox {
    width: calc(100% - 135px);
}

.index_page .newsbox .qydtbox .qydtitembox .item .txtbox .title {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

.index_page .newsbox .qydtbox .qydtitembox .item .txtbox .text {
    margin-top: 25px;
    line-height: 14px;
    font-size: 14px;
    color: #666666;
    color: #666666 !important;
}

.index_page .newsbox .qydtbox .qydtitembox .item .time {
    width: 85px;
    font-size: 14px;
    color: #666666;
}

.index_page .newsbox .qydtbox .qydtitembox .item:hover .txtbox .title {
    color: #094aaa;
}





/* 经营范围 */
.index_page .jyfwbox {
    padding: 70px 0;
    background: #f8fafc;
}

.index_page .jyfwbox .titlebox {}

.index_page .jyfwbox .titlebox .texte_en {
    font-weight: bold;
    color: #094aaa;
    font-size: 56px;
    line-height: 56px;
    text-transform: uppercase;
}

.index_page .jyfwbox .titlebox .title {
    font-weight: bold;
    color: #094aaa;
    font-size: 36px;
    line-height: 36px;
    margin-top: 40px;
}

.index_page .jyfwbox .titlebox .desc_title {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    margin-top: 30px;
}

.index_page .jyfwbox .itembox {
    margin-top: 60px;
}

.index_page .jyfwbox .itembox .item {
    width: 420px;
    padding-bottom: 30px;
    border-bottom: 1px solid #666666;
    position: relative;
}

.index_page .jyfwbox .itembox .item .imgbox {
    width: 100%;
    height: 280px;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.index_page .jyfwbox .itembox .item .imgbox img {
    width: 100%;
    transition: all .5s;
}

.index_page .jyfwbox .itembox .item:hover .imgbox img {
    transform: scale(1.2);
}

.index_page .jyfwbox .itembox .item .title {
    margin-top: 20px;
    font-weight: bold;
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
}

.index_page .jyfwbox .itembox .item .textbox {
    margin-top: 20px;
    color: #666666;
    font-size: 16px;
    line-height: 1.1;
    height: 60px;
    overflow: hidden;
}

.index_page .jyfwbox .itembox .item .more {
    margin-top: 24px;
    color: #666666;
    font-size: 14px;
}

.index_page .jyfwbox .itembox .item::before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #094aaa;
    transition: all .8s;
}

.index_page .jyfwbox .itembox .item:hover::before {
    width: 100%;
}

.index_page .jyfwbox .itembox .item:hover .more {
    color: #094aaa;
}



/* ODM产品介绍 */
.index_page .odmbox {
    padding: 80px 0 80px 0;
    position: relative;
}

.index_page .odmbox::before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #f8f9fb;
    position: absolute;
}

.index_page .odmbox .titlebox {}

.index_page .odmbox .titlebox .linebox {}

.index_page .odmbox .titlebox .linebox .bule_title {
    color: #094aaa;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    padding-right: 20px;
    border-right: 4px solid #094aaa;
}

.index_page .odmbox .titlebox .linebox .title {
    color: #000000;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    margin-left: 20px;
}

.index_page .odmbox .titlebox .desc_title {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin-top: 50px;
    padding-right: 120px;
}

.index_page .odmbox .itembox {
    margin-top: 50px;
}

.index_page .odmbox .itembox .item {
    width: 340px;
    height: 300px;
    border: 1px solid #aaaaaa;
    border-radius: 6px;
}

.index_page .odmbox .itembox .item .imgbox {
    padding: 10px;
}

.index_page .odmbox .itembox .item .title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.index_page .odmbox .itembox .item:hover {
    border: 1px solid #094aaa;
}

.index_page .odmbox .itembox .item:hover .title {
    color: #094aaa;
}

/* OEM产品介绍 */
.index_page .oembox {
    padding: 80px 0 40px 0;
}

.index_page .oembox .titlebox {}

.index_page .oembox .titlebox .linebox {}

.index_page .oembox .titlebox .linebox .bule_title {
    color: #094aaa;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    padding-right: 20px;
    border-right: 4px solid #094aaa;
}

.index_page .oembox .titlebox .linebox .title {
    color: #000000;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    margin-left: 20px;
}

.index_page .oembox .titlebox .desc_title {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin-top: 50px;
    padding-right: 120px;
}

.index_page .oembox .itembox {
    margin-top: 50px;
    padding: 0 40px;
}

.index_page .oembox .itembox .item {
    width: 660px;
    border-radius: 6px;
    box-shadow: 0 0 6px #d4d4d4;
    overflow: hidden;
    margin-bottom: 40px;
}

.index_page .oembox .itembox .item .imgbox {
    width: 100%;
    height: 320px;
}

.index_page .oembox .itembox .item .title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    height: 60px;
    line-height: 60px;
}

.index_page .oembox .itembox .item:hover .title {
    color: #ffffff;
    background-color: #094aaa;
}


/* 合作伙伴 */
.index_page .hzhbbox {
    width: 100%;
    height: 480px;
    background: url("../img/hzhb_bg.jpg") no-repeat center center;
    position: relative;
    padding-top: 50px;
}

.index_page .hzhbbox .Innerbox {
    padding: 40px 40px 30px 40px;
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
}

.index_page .hzhbbox .Innerbox .title {
    font-size: 38px;
    font-weight: bold;
    color: #094aaa;
    position: relative;
}

.index_page .hzhbbox .Innerbox .itembox {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.index_page .hzhbbox .Innerbox .itembox .item {
    width: 256px;
    height: 60px;
    margin-bottom: 40px;
}



/* 公司介绍 */
.index_page .aboutbox {
    padding: 80px 0 40px 0;
}

.index_page .aboutbox .titlebox {}

.index_page .aboutbox .titlebox .title_en {
    color: #094aaa;
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
    text-transform: uppercase;
}

.index_page .aboutbox .titlebox .title {
    color: #094aaa;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 40px;
}

.index_page .aboutbox .cententbox {
    position: relative;
    margin-top: 60px;
}

.index_page .aboutbox .cententbox .lbox {
    width: 50%;
    position: relative;
}

.index_page .aboutbox .cententbox .lbox .namebox {}

.index_page .aboutbox .cententbox .lbox .namebox .name1 {
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    text-transform: uppercase;
}

.index_page .aboutbox .cententbox .lbox .namebox .name2 {
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    text-transform: uppercase;
}


.index_page .aboutbox .cententbox .lbox .cttbox {
    margin-top: 35px;
    width: 100%;
    height: 420px;
}

.index_page .aboutbox .cententbox .lbox .cttbox .aboutSwiper {
    width: 100%;
    height: 100%;
    padding-right: 40px;
}

.index_page .aboutbox .cententbox .lbox .cttbox .swiper-scrollbar {
    height: 160px;
    top: calc(50% - 80px);
    /* right: 50px; */
}

.index_page .aboutbox .cententbox .lbox .cttbox .swiper-scrollbar .swiper-scrollbar-drag {
    background: #094aaa;
}

.index_page .aboutbox .cententbox .lbox .cttbox .aboutSwiper .swiper-slide {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    height: auto;
}

.index_page .aboutbox .cententbox .rbox {
    width: 50%;
    padding: 20px 0 0 40px;
}

.index_page .aboutbox .cententbox .rbox img {
    width: 680px;
    height: 500px;
}

.index_page .aboutbox .more {}

.index_page .aboutbox .more .morea {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
    height: 60px;
    border-radius: 30px;
    background: #094aaa;
    padding: 0 35px 0 20px;
    margin-top: 30px;
}

.index_page .aboutbox .more .morea .mroetext {
    font-size: 16px;
    color: #ffffff;
}

.index_page .aboutbox .more .morea .icon {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative;
}

.index_page .aboutbox .more .morea .icon::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #ffffff;
    z-index: 2;
}

.index_page .aboutbox .more .morea .icon::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
    background: #a1beea;
    -webkit-animation: circle 1s linear infinite;
    animation: circle 1s linear infinite;
}

@-webkit-keyframes circle {

    /* Safari and Chrome */
    from {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(2);
    }
}




/* 关联企业 */
.index_page .glqybox {
    padding: 50px 0 40px 0;
    position: relative;
}

.index_page .glqybox::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background-color: #f8f9fb;
    position: absolute;
}

.index_page .glqybox .titlebox {}

.index_page .glqybox .titlebox .linebox {}

.index_page .glqybox .titlebox .linebox .bule_title {
    width: 19px;
}

.index_page .glqybox .titlebox .linebox .title {
    color: #000000;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    margin-left: 20px;
}

.index_page .glqybox .titlebox .desc_title {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin-top: 50px;
}

.index_page .glqybox .titlebox .desc_title2 {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin-top: 50px;
}

.index_page .glqybox .itembox {
    margin-top: 50px;

}

.index_page .glqybox .itembox .item {
    width: 340px;
}

.index_page .glqybox .itembox .item .imgbox {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.index_page .glqybox .itembox .item .title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    height: 60px;
    line-height: 60px;
}

.index_page .glqybox .itembox .item:hover img {
    transition: all .5s;

}

.index_page .glqybox .itembox .item:hover img {
    transform: scale(1.2);
}


/* 关联企业 */
.index_page .gysbox {
    padding: 50px 0 40px 0;
    position: relative;
}

.index_page .gysbox::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background-color: #f8f9fb;
    position: absolute;
}

.index_page .gysbox .titlebox {}

.index_page .gysbox .titlebox .linebox {}

.index_page .gysbox .titlebox .linebox .bule_title {
    width: 19px;
}

.index_page .gysbox .titlebox .linebox .title {
    color: #000000;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    margin-left: 20px;
}

.index_page .gysbox .titlebox .desc_title {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin-top: 50px;
}

.index_page .gysbox .titlebox .desc_title2 {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin-top: 20px;
}

.index_page .gysbox .itembox {
    margin-top: 50px;

}

.index_page .gysbox .itembox .item {
    width: 420px;
}

.index_page .gysbox .itembox .item .imgbox {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.index_page .gysbox .itembox .item .title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    height: 60px;
    line-height: 60px;
}

.index_page .gysbox .itembox .item:hover img {
    transition: all .5s;

}

.index_page .gysbox .itembox .item:hover img {
    transform: scale(1.2);
}

.index_page .gysbox .itembox .more {
    width: 45px;
    height: 185px;
    border-radius: 22px;
    background-color: #094aaa;
    margin-top: 45px;
}

.index_page .gysbox .itembox .more a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    padding: 30px 10px;
    text-align: center;
}

.index_page .pzbzbox {
    position: relative;
    background: #f5f9fe;
    padding: 80px 0;
}

.index_page .pzbzbox .titlebox .title_en {
    color: #094aaa;
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
    text-transform: uppercase;
}

.index_page .pzbzbox .titlebox .title {
    color: #094aaa;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 25px;
}

.index_page .pzbzbox .Innerbox>.imgbox {
    width: 100%;
    margin-top: 85px;
}

.index_page .pzbzbox .Innerbox .pzbzswiperbox {
    margin-top: 60px;
}


.index_page .eamilbox {
    width: 645px;
    height: 100px;
    border: 1px solid #ffffff;
    background: linear-gradient(to right, #0a4aab, #135ecd);
    border-radius: 0.5rem;
    position: relative;
    padding: 0 40px;
    margin: 50px auto 20px;
}

.index_page .eamilbox a {
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.index_page .eamilbox a .emailitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_page .eamilbox a .emailitem img {
    width: 70px;
}

.index_page .eamilbox a .emailitem .item {
    margin-left: 40px;
    font-size: 20px;
}

.index_page .eamilbox a .dot {
    position: relative;
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.index_page .eamilbox a .dot::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #a0beea;
    -webkit-animation: flicker 2s linear 0s infinite;
    /* Safari and Chrome */
    animation: flicker 2s linear 0s infinite;
}

.index_page .telephone a {
    color: #094aaa;
    margin: 0 auto;
    font-size: 18px;
}

.index_page .telephone {
    padding-bottom: 40px;
}



@media (max-width: 1441px) {
    .pcnavbox {
        width: 100%;
    }

    .navbox1 {
        width: 40%;
    }

    .navbox1 .logobox {
        padding-left: 20px;
    }

    .navbox1 .corporationbox .companyname {
        font-size: 18px;
        font-weight: bold;
    }

    .navbox .navbox2 .navbottom .nav-item {
        padding: 0 20px;
    }

    .navbox2 {
        width: 65%;
    }

    .pc_download {
        padding: 15px;
        width: auto;
    }

    .eabox .Innerbox .row .ealbox .case {

        margin: 40px 0 20px 0;
    }

    .navbox .navbox2 .navtop .item .contact_icon {
        margin-left: 10px;
        width: 24px;
    }

    .navbox .navbox2 .navtop .item .phonebox .phone_content {
        font-size: 12px;
    }

    .navbox .navbox2 .navtop .item .emailbox .email_content {
        font-size: 12px;
    }

    /* .navbox .navbox2 .navtop .item .contact_icon:last-child {
        width: 60px;
    } */
    .w80 {
        width: 100%;
        padding: 0 20px;
    }

}

@media (min-width: 1440px) and (max-width:1650px) {
    .pcnavbox {
        width: calc(100% - 100px);
    }

    .pc_download {
        width: auto;
        padding: 15px;
    }

    .navbox1 {
        padding-left: 20px;
    }

    .navbox1 .corporationbox .companyname {
        font-size: 24px;
    }

}


@media (min-width: 1600px) and (max-width: 1750px) {
    .pc_download {
        padding: 15px 0 0 15px
    }
}


@media (min-width: 768px) and (max-width: 1441px) {
    .pc_download {
        padding: 15px 0 0 15px
    }

    .navbox1 .corporationbox {
        margin-left: 10px;
    }

    .navbox1 .corporationbox .companyname {
        font-size: 21px;
    }

    .navbox .navbox2 .navbottom .nav-item {
        padding: 0 10px;
    }

    .navbox .navbox2 .navtop .item {
        margin-left: 0;
    }

    .pc_download {
        padding: 5px;
    }

    .index_page .newsbox .cxyybox .itembox .item .textbox .title {
        font-size: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index_page .newsbox .cxyybox .itembox .item .textbox .text {
        height: 78px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index_page .jyfwbox .itembox .item {
        width: calc(100% / 3 - 10px);
    }

    .index_page .jyfwbox .itembox .item .imgbox {
        height: auto;
    }

    .index_page .odmbox .itembox .item {
        width: calc(100% / 4 - 10px);
        height: auto;
    }

    .index_page .oembox .itembox .item {
        width: calc(50% - 20px);
    }

    .index_page .oembox .itembox .item .imgbox {
        height: auto;
    }

    .index_page .hzhbbox .Innerbox {
        width: 95%;
    }

    .index_page .hzhbbox .Innerbox .itembox .item {
        width: calc(100% / 5);
        height: auto;
    }

    .index_page .glqybox .itembox .item {
        width: calc(100% / 4 - 10px);
    }

    .index_page .glqybox .itembox .item .imgbox {
        height: auto;
    }

    .index_page .gysbox .itembox .item .imgbox {
        height: auto;
    }

    .index_page .gysbox .itembox .item {
        width: calc(100% / 3 - 30px);
    }
}

@media (min-width: 768px) {
    .pcnav {
        display: block;
    }
}

@media (max-width: 768px) {


    .p98 {
        width: 98vw;
        margin: 0 auto;
        padding: 0;
    }

    .h5nav {
        display: block;
    }

    .navbox {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
        background: #ffffff;
    }

    .banner {
        margin-top: 40px;
    }



    .h5nav .navbar {
        width: 100%;
        z-index: 12;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        white-space: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        height: 40px;
    }

    .h5nav .navbar .logo {
        width: 20%;
    }

    .h5nav .navbar-body {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        z-index: 2;
        display: none;
    }

    .h5nav .navbar:not(.navbar-show)>.navbar-body,
    .h5nav .navbar-outer:not(.navbar-show) .navbar-body {
        width: 100%;
    }

    .h5nav .navbar-body>.nav {
        flex-direction: column;
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ddd;
    }

    .h5nav .navbar-body>.nav>li {
        display: list-item;
        position: relative;
        padding: 5px;
        border-top: solid 1px #ddd;
    }

    .h5nav .navbar-body>.nav>li>a {
        border: 0;
        display: initial;
    }

    .h5nav .nav>li.active>a {
        color: #094aaa;
        z-index: 1;
        padding: 0.5em 1em;

    }

    .h5nav .navbar .nav.nav-switch {
        position: relative;
        width: 2em;
        height: 1.5em;
        color: #999;
        cursor: pointer;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
        border: solid 1px rgba(0, 0, 0, 0);
    }

    .h5nav .navbar .nav.nav-switch>li {
        background: currentColor;
        width: 100%;
        height: 1px;
        transform-origin: 0 0;
        transition: all 0.5s ease;
    }

    .h5nav .navbar .nav.nav-switch.nav-open>li:not(:first-child):not(:last-child) {
        background-color: transparent;
    }

    .h5nav .navbar .nav.nav-switch.nav-open>li:first-child {
        transform: rotate(45deg);
    }

    .h5nav .navbar .nav.nav-switch.nav-open>li:last-child {
        transform: rotate(-45deg);
    }

    .h5nav .navbar .nav-divider .nav-item.active .pc_navbropdown {
        display: block;
        position: relative;
        width: 100%;
        font-size: 14px;
    }

    .h5nav .navbar .nav-divider .nav-item.active .notcontend {
        padding: 0;
        margin: 0;
        border: 0;
    }


    header .h5_navbox {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        left: 0;
        height: 71px;
        padding: 0 10px;
        background: #ffffff;
        justify-content: space-between;
        display: inline-flex;
        align-items: center;
    }

    header .h5_navbox .logo {
        width: 142px;
    }

    header .h5_navbox .logo img {
        width: 100%;
    }

    header .h5_navbox .companyname a {
        color: #333333;
        font-size: 16px;
    }



    .yyfwbox {
        top: 0;
    }

    .yyfwbox .yyfwitembox {
        padding: 10px 0;
    }

    .yyfwbox .yyfwitembox:first-child {
        padding: 10px 0;
    }

    .yyfwbox .yyfwitembox:last-child {
        padding: 10px 0;
    }

    .boxmargin {
        margin: 40px 0;
    }




    .eabox .Innerbox {
        padding: 0 15px;
    }

    /* .eabox .Innerbox .row .earbox .eaimgbox1 {
        display: none;
    } */

    .eabox .Innerbox .row .earbox .eaimgbox2 {
        display: none;
    }

    .eabox .Innerbox .row .earbox .eaimgbox3 {
        width: 100%;
        position: relative;
    }

    .eabox .Innerbox .row .earbox .eaimgbox4 {
        display: none;

    }

    .eabox .Innerbox .row .earbox {
        padding: 0;
    }

    .eabox .Innerbox .row .ealbox h1 {
        font-size: 24px !important;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .eabox .Innerbox .row .ealbox .subheading {
        font-size: 12px;
    }

    .eabox .Innerbox .row .ealbox .branch {
        font-size: 14px;
        color: #3b3283;
        line-height: 20px;
    }

    .eabox .Innerbox .row .earbox .earlnnerbox {
        padding-top: 1rem;
    }

    .eabox .Innerbox .row .ealbox .case {
        margin-top: 1rem;
        width: 240px;
        margin: 75px 0;
    }

    .eabox .Innerbox .row .ealbox .case a .item {
        line-height: 60px;
    }


    .footerbox .Innerbox .column {
        display: none;
    }

    .emailaddress .itembox .contact_icon {
        width: 10%;
        margin: 6px;
    }


    .recordbox .Innerbox {
        display: block;
        text-align: center;
    }

    .footerbox .Innerbox .addressbox {
        margin: 0;
    }

    .footerbox .Innerbox .addressbox .addressitem {
        width: 100%;
    }

    .right_message {
        display: none;
    }

    .index_page .newsbox .cxyybox {
        width: 100%;
    }

    .index_page .newsbox .cxyybox .itembox {
        padding-top: 40px;
        padding-right: 10px;
    }

    .index_page .newsbox .qydtbox {
        width: 100%;
        padding-left: 10px;
        padding-top: 40px;
        height: 445px;
        overflow: hidden;
    }


    .index_page .newsbox .cxyybox .itembox .NewsSwiper {
        width: calc(100% - 10px);
        height: 400px;
    }

    .index_page .newsbox .cxyybox .itembox .swiper-scrollbar {
        right: 10px;
    }

    .index_page .newsbox .cxyybox .itembox .item .imgbox {
        width: 100%;
        height: auto;
    }

    .index_page .newsbox .cxyybox .itembox .item .textbox {
        width: 100%;
        padding-top: 10px;
    }

    .index_page .newsbox .cxyybox .itembox .item .textbox .text {
        height: 75px;
        overflow: hidden;
    }

    .index_page .newsbox .cxyybox .itembox .item .textbox .time {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .index_page .newsbox .qydtbox .cxyy_title {
        font-size: 28px;
    }

    .index_page .newsbox .qydtbox .qydtitembox .item .txtbox .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .index_page .newsbox .qydtbox .qydtitembox .item .txtbox .text {
        margin-top: 10px;
        color: #666666 !important;
    }

    .index_page .newsbox .qydtbox .qydtitembox .item .icon {
        margin: 0 auto;
    }

    .index_page .newsbox .qydtbox .qydtitembox .item .time {
        margin-left: 10px;
    }

    .index_page .jyfwbox .titlebox .texte_en {
        font-size: 28px;
        line-height: 28px;
    }

    .index_page .jyfwbox .titlebox .title {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px;
    }

    .index_page .jyfwbox .titlebox .desc_title {
        font-size: 16px;
    }

    .index_page .jyfwbox .itembox .item .imgbox {
        height: auto;
    }

    .index_page .jyfwbox .itembox .item .textbox {
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: auto;
        font-size: 14px;
    }

    .index_page .jyfwbox .itembox .item {
        margin-bottom: 40px;
    }

    .index_page .jyfwbox .itembox .item .more {
        text-align: right;
    }

    .index_page .newsbox {
        padding: 60px 0;
    }

    .index_page .newsbox .cxyybox .cxyy_title {
        font-size: 28px;
    }

    .index_page .oembox {
        padding: 60px 0 30px 0;
    }

    .index_page .oembox .titlebox .linebox .bule_title {
        font-size: 18px;
        line-height: 38px;
    }

    .index_page .oembox .titlebox .linebox .title {
        margin-left: 5px;
        margin-top: 0px;
        font-size: 28px;
    }

    .index_page .oembox .titlebox .desc_title {
        padding-right: 0px;
        line-height: 24px;
        margin-top: 20px;
    }

    .index_page .oembox .itembox {
        padding: 0;
    }

    .index_page .oembox .itembox .item .imgbox {
        height: auto;
    }

    .index_page .hzhbbox {
        height: auto;
        background-size: cover;
        padding-bottom: 10px;
    }

    .index_page .hzhbbox .Innerbox {
        padding: 10px 10px 5px 10px;
    }

    .index_page .hzhbbox .Innerbox .itembox .item {
        width: 50%;
    }

    .index_page .aboutbox .cententbox .lbox {
        width: 100%;
        position: relative;
    }

    .index_page .aboutbox .cententbox .rbox {
        width: 100%;
        padding: 0;
    }

    .index_page .aboutbox .cententbox .rbox img {
        width: 100%;
        height: auto;
    }

    .index_page .aboutbox .titlebox .title_en {
        font-size: 28px;
        line-height: 36px;
    }

    .index_page .aboutbox .titlebox .title {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px;
    }

    .index_page .aboutbox .cententbox {
        margin-top: 20px;
    }

    .index_page .aboutbox .cententbox .lbox .namebox .name1 {
        font-size: 18px;
        line-height: 24px;
    }

    .index_page .aboutbox .cententbox .lbox .namebox .name2 {
        font-size: 18px;
        line-height: 24px;
    }

    .index_page .glqybox .titlebox .linebox .title {
        font-size: 28px;
        line-height: 38px;
    }

    .index_page .glqybox .titlebox .desc_title {
        margin-top: 20px;
        line-height: 24px;
    }

    .index_page .glqybox .itembox .item {
        width: 100%;
    }

    .index_page .gysbox .titlebox .linebox .title {
        font-size: 28px;
    }

    .index_page .gysbox .titlebox .desc_title {
        margin-top: 20px;
        line-height: 24px;
    }

    .index_page .gysbox .titlebox .desc_title2 {
        margin-top: 10px;
        line-height: 24px;
    }

    .index_page .gysbox .itembox .item .imgbox {
        height: auto;
    }

    .index_page .gysbox .itembox .more {
        display: none;
    }

    .index_page .pzbzbox {
        padding: 60px 0;
    }

    .index_page .pzbzbox .titlebox .title_en {
        font-size: 28px;
        line-height: 36px;
    }

    .index_page .pzbzbox .titlebox .title {
        font-size: 18px;
        line-height: 18px;
        margin-top: 5px;
    }

    .index_page .pzbzbox .Innerbox>.imgbox {
        margin-top: 20px;
    }

    .index_page .pzbzbox .Innerbox .pzbzswiperbox {
        margin-top: 10px;
    }

    .index_page .eamilbox {
        width: 98%;
        height: 60px;
    }

    .index_page .eamilbox a .emailitem img {
        width: 40px;
    }

    .index_page .eamilbox a .emailitem .item {
        font-size: 12px;
    }

    .index_page .eamilbox a .dot {
        width: 10px;
        height: 10px;
    }

    .index_page .eamilbox a .dot::before {
        width: 10px;
        height: 10px;
    }

    .index_page .jyfwbox .itembox .item .title {
        font-size: 18px;
        text-transform: uppercase;
    }

    .index_page .odmbox .titlebox .linebox .bule_title {
        font-size: 24px;
        line-height: 38px;
    }

    .index_page .odmbox .titlebox .linebox .title {
        margin-left: 15px;
        margin-top: 0px;
        font-size: 28px;
    }

    .index_page .odmbox .titlebox .desc_title {
        padding-right: 0px;
        line-height: 24px;
        margin-top: 20px;

    }

    .index_page .odmbox .itembox .item {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .index_page .odmbox .itembox .item .title {
        font-size: 18px;
    }

    .index_page .oembox .itembox .item .title {
        font-size: 18px;
    }

    .index_page .hzhbbox .Innerbox .title {
        font-size: 28px;
    }

    .index_page .glqybox .titlebox .linebox {
        font-size: 28px;
    }

    .index_page .glqybox .itembox .item .title {
        font-size: 18px;
    }

    .index_page .gysbox .itembox .item .title {
        font-size: 18px;
    }
}