/*common start*/
body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input,
button,
textarea,
dl,
dt {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
    font-family: normal;
    /*font-weight: normal;*/
}

body {
    font-size: 14px;
    color: #111;
    overflow-x: hidden; 
}

a img {
    border: 0;
}

em {
    font-style: normal;
}

body.head_on {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
    transition: all .3s;
}

* {
    box-sizing: border-box;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.inside table {
    border: 0;
    margin: 0;
    border-collapse: collapse
}

.inside table tr td {
    border: 0;
    margin: 0;
    border-collapse: collapse
}

.inside table {
    margin: auto;
}

.inside strong {
    color: #034a8a;
}

.wapper {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

@media only screen and (min-width: 1400px) {
    .wapper {
        width: 1400px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1400px) {
    .wapper1 {
        width: 1400px;
        margin: 0 auto;
    }
}

:root {
    --primary-color: #2a62ac;
    --font-color: #666;
    --main-white: #fff;
}


/* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â® */
::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {
    margin-right: 10px;
    background-color: #EEE;
    -webkit-border-radius: 8px;
}





/* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.overflow1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
}

.overflow2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflow3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª */
.headerbox {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.75);
}

.headerbox.active {
    background-color: rgba(25, 45, 53, 0.34);
    ;
}

.headerbox .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerbox .header .menu ul li {
    position: relative;
    display: inline-block;
}

.headerbox .header .menu ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 35px 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.headerbox .header .menu ul li>a:after {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--main-white);
}

.headerbox .header .menu ul li:hover>a:after,
.headerbox .header .menu ul li.curr>a:after {
    content: "";
}

.headerbox .header .menu ul li .twomenu {
    width: 1140px;
    position: absolute;
    top: 100%;
    left: -400%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: rgb(255, 255, 255, 0.9);
    transition: all 400ms ease;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.headerbox .header .menu ul li .twomenu .item {
    width: 50%;
    padding: 20px 4%;
    border-right: 1px solid #efefef;
}

.headerbox .header .menu ul li .twomenu .item:last-child {
    border-right: 0;
}

.headerbox .header .menu ul li .twomenu .item h3 a {
    font-size: 16px;
    color: #034a8a;
    font-weight: bold;
    text-align: left;
}

.headerbox .header .menu ul li .twomenu .item h3 a:hover {
    text-decoration: underline;
}

.headerbox .header .menu ul li .twomenu .item dl {
    display: flex;
    flex-wrap: wrap;
}

.headerbox .header .menu ul li .twomenu .item dl dd {
    width: 100%;
    text-align: left;
}

.headerbox .header .menu ul li .twomenu .item dl dd a {
    font-size: 14px;
    color: #444;
    font-weight: normal;
    padding: 20px 0;
}

.headerbox .header .menu ul li .twomenu .item dl dd:hover a {
    color: #034a8a;
}

.headerbox .header .menu ul li:hover>.twomenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}




.tel {}

.tel span {
    font-size: 24px;
    color: #ff3366;
    font-weight: bold;
}

.wechat {
    position: relative;
}

.wechat img {
    width: 40px;
}

.wechat .ewm {
    position: absolute;
    left: 0;
    top: 120%;
    width: auto;
    display: none;
}

.wechat .ewm img {
    width: 150px;
}

.wechat:hover .ewm {
    display: block;
}


.language {}

.language a {
    font-size: 12px;
    color: #fff;
    transition: all 0.5s ease;
    margin-right: 25px;
}

.language a:hover {
    color: #333;
}





/*mMenu*/
.m_header {
    width: 100%;
}

.sp_header {
    height: 70px;
    overflow: hidden;
    background: var(--main-white);
    position: fixed;
    z-index: 999;
    width: 100%;
    display: none;
    top: 0;
}

.sp_logo {
    float: left;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.sp_logo img {
    margin: auto;
    max-height: 50px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 25px
}

/* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â  */
.sp_nav span {
    display: block;
    background: #000000;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9999;
    background: var(--main-white);
    width: 100%;
    height: calc(100% - 70px);
    font-size: 14px;
    line-height: 40px;
    top: 70px;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    display: none;
    transition: all ease 0.35s
}

.nav_show {
    display: block;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-bottom: 1px dashed #ddd;
    ;
    position: relative;
    line-height: 45px;
    font-size: 16px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px dashed #ddd;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: var(--font-color);
    width: 100%;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
}

.sjj_nav ul li a:hover {
    color: #000000;
}

.sjj_nav ul li ul li a {
    color: var(--font-color);
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 25px;
    height: 25px;
    fill: var(--main-white);
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: var(--main-white)
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.sjj_nav ul li ul li {
    border-top: none;
}

.sjj_nav ul li ul li a {
    padding: 0 30px;
}




/* bannerbox */
.bannerbox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 80vh;
}

.bannerbox p {
    width: 100%;
    height: 100%;
}

.bannerbox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerbox .textbox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 42%;
    transform: translateX(-50%);
}

.bannerbox .textbox h1 {
    font-size: 42px;
    color: #fff;
    font-weight: bold;

}

.bannerbox .textbox h3 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 30%;
}

.bannerbox .textbox h4 {
    font-size: 30px;
    color: #fff;

}

.bannerbox .textbox h4 span {
    margin-left: 30px;
}

.banner_btn {
    margin-top: 60px;
    width: 100%;
}

.banner_btn ul {
    display: flex;
    flex-wrap: wrap;
}

.banner_btn ul li {
    width: 25%;
    padding: 0 10px;
}

.banner_btn ul li a {
    background-color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    color: #034a8a;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
}




.pd50 {
    padding: 50px 0;
}

/* footer */
.footerbox {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_left {
    width: 25%;
    border-right: 1px solid rgb(255, 255, 255, 0.3);
    padding-right: 40px;
}

.footer_left ul {}

.footer_left ul li {
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255, 0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_left ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.footer_left ul li .icon {
    width: 30px;
}

.footer_left ul li .textbox {
    width: calc(100% - 50px);
}

.footer_left ul li .textbox h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.footer_left ul li .textbox span {
    font-size: 14px;
    color: #999;
    display: block;
}

.footer_center {
    width: 30%;
}
.footer_center ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer_center ul li{width: 45%;}
.footer_center ul li .f_ewm{font-size: 0;margin-bottom: 10px;display: flex;align-items: center;justify-content: center;width: 100%;}
.footer_center ul li .f_ewm img{max-width: 150px;width: auto;}
.footer_center ul li p{text-align: center;font-size: 16px;color: #fff;}

/* .footer_center .title {
    width: 100%;
    margin-bottom: 10px;
}

.footer_center .title h3 {
    font-size: 16px;
    color: #ccd5d3;
}

.footer_center .f_pro ul {
    display: flex;
    flex-wrap: wrap;
}

.footer_center .f_pro ul li {
    width: 33.33%;
}

.footer_center .f_pro ul li h4 {
    margin-bottom: 8px;
}

.footer_center .f_pro ul li h4 a {
    font-size: 14px;
    color: #ccd5d3;
}

.footer_center .f_pro ul li dl dd {
    margin-bottom: 8px;
}

.footer_center .f_pro ul li dl dd a {
    font-size: 12px;
    color: #999;
}

.footer_center .f_pro ul li dl dd a:hover {
    color: #fff;
} */

.footer_right {
    width: 40%;padding: 0 3%;
}

.footer_right h3 {
    font-size: 16px;
    color: #ccd5d3;
    margin-bottom: 15px;
}

.footer_right ul li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.footer_right ul li .icon {
    width: 20px;
}

.footer_right ul li .icon img {
    width: auto;
    max-width: 100%;
}

.footer_right ul li span {
    font-size: 14px;
    color: #999;
    padding: 0 10px;
    display: block;
    width: 50px;
    white-space: nowrap;
}

.footer_right ul li a {
    font-size: 14px;
    color: #999;
    display: block;
    width: calc(100% - 60px);
}

.link {
    margin-top: 20px;
    display: flex;
}

.link span {
    white-space: nowrap;
}

.link ul {
    display: flex;
    flex-wrap: wrap;
}

.link ul li {
    margin-right: 15px;
}

.link ul li a {
    font-size: 14px;
    color: #555;
}


.footer_botbox {
    width: 100%;
    padding: 30px 0;
}

.footer_bot {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_bot p {
    font-size: 12px;
    color: #989898;
    margin-bottom: 20px;
}

.footer_bot p:last-child {
    margin-bottom: 0;
}

.footer_bot p a {
    color: #989898;
}

.footer_bot p span {
    padding: 0 5px;
}




/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€¦Ã‚Â¡ */
.slidebox {
    position: fixed;
    right: -135px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.slidebox:hover {
    right: 3px;
}

.slidebox ul li {
    line-height: 60px;
    background-color: #034a8a;
    border-radius: 4px;
    margin-bottom: 2px;
}

.slidebox ul li:hover {
    background-color: #0086ff;
}

.slidebox ul li .li_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.slidebox ul li .li_inner .icon {
    width: 60px;
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: center;
}

.slidebox ul li .li_inner span {
    display: block;
    width: 135px;
    color: #fff;
}

.slidebox ul li .imgbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    display: none;
}

.slidebox ul li .imgbox img {
    width: 100%;
}

.slidebox:hover ul li .imgbox {
    display: block;
}







/* ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ */
.inbannerbox {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 390px;
    background-position: 50% 50%;
}



.insidebox {
    width: 100%;
    margin: 0 auto;
}

.insidebox .inside {
    width: 100%;
    box-sizing: border-box;
}


/* ================ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â================== */
.index1box {
    width: 100%;
    margin: 0 auto;
}

.index1 {
    width: 100%;
    margin: 0 auto;
}

.index1 ul {
    display: flex;
    flex-wrap: wrap;
}

.index1 ul li {
    width: 20%;
}

.index1 ul li .li_inner {
    width: 100%;
    margin-bottom: 20px;
}

.index1 ul li .imgbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.index1 ul li .imgbox .border {
    border-radius: 50%;
    width: 68px;
    height: 68px;
    border: 1px solid #034a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.index1 ul li .imgbox .border img {
    max-width: 100%;
    width: auto;
    transition: all 0.5s ease;
}

.index1 ul li .textbox {
    width: 100%;
    text-align: center;
}

.index1 ul li .textbox h3 {
    font-size: 18px;
    color: #192d35;
    font-weight: bold;
    margin-bottom: 10px;
}

.index1 ul li .textbox p {
    font-size: 16px;
    color: #aaa;
    max-width: 75%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8em;
}

.index1 ul li:hover .imgbox .border {
    background-color: #034a8a;
}

.index1 ul li:hover .imgbox .border img {
    filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);
}



.index2box {
    width: 100%;
    margin: 0 auto;
}

.index2 {
    width: 100%;
}

.index2 .main_title {
    width: 100%;
    text-align: center;
}

.index2 .main_title h1 {
    font-size: 32px;
    color: #192d35;
    font-weight: normal;
}

.index2_content {
    margin-top: 30px;
    width: 100%;
}

.index2_content ul {
    display: flex;
    flex-wrap: wrap;
}

.index2_content ul li {
    width: 31.3%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.index3 ul li:nth-child(4n) {
    margin-right: 0;
}

.index2_content ul li a {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

.index2_content ul li:hover a {
    transform: translateY(-8px);
    box-shadow: 0 5px 12px rgb(0 0 0 / 10%);
}

.index2_content ul li a .imgbox {
    width: 100%;
    font-size: 0;
}

.index2_content ul li a .imgbox img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.index2box2 .index2_content ul li {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 20px;
}
    .index2box2 .index2_content ul li:nth-child(6n) {
        margin-right: 0;
    }
.index2box2 .index2_content ul li a .imgbox img {
    height: 350px;
}
.index2box3 .index2_content ul li a .imgbox img{ height:310px;}

.index2_content ul li a .textbox {
    padding: 10px;
}

.index2_content ul li a .textbox h3 {
    font-size: 14px;
    color: #404040;
    font-weight: bold;
    margin-bottom: 8px;
}

.index2_content ul li a .textbox h3:hover {
    text-decoration: underline;
    color: #E43939;
}

.index2_content ul li a .textbox p {
    font-size: 12px;
    color: #999;
}

.newindex2_content ul li {
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.newindex2_content ul li:nth-child(5n) {
    margin-right: 0;
}

.newindex3_content ul li {
    width: 22.3%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.newindex3_content ul li:nth-child(4n) {
    margin-right: 0;
}



.index3box {
    width: 100%;
    margin: 0 auto;
    background-color: #f3f3f3;
}

.index3 {
    width: 100%;
    margin: 0 auto;
}

.index3 ul {
    display: flex;
    flex-wrap: wrap;
}

.index3 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.index3 ul li:nth-child(3n) {
    margin-right: 0;
}

.index3 ul li a {
    display: block;
    width: 100%;
}

.index3 ul li a {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

.index3 ul li:hover a {
    transform: translateY(-8px);
    box-shadow: 0 5px 12px rgb(0 0 0 / 10%);
}

.index3 ul li a .imgbox {
    width: 100%;
    font-size: 0;
}

.index3 ul li a .imgbox img {
    width: 100%;
}

.index3 ul li a .textbox {
    padding: 10px;
}

.index3 ul li a .textbox h3 {
    font-size: 14px;
    color: #404040;
    font-weight: bold;
    margin-bottom: 8px;
}

.index3 ul li a .textbox h3:hover {
    text-decoration: underline;
    color: #E43939;
}

.index3 ul li a .textbox p {
    font-size: 12px;
    color: #999;
}




.index4box {
    width: 100%;
    margin: 0 auto;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.index4 {
    width: 100%;
    margin: 0 auto;
}

.index4_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index4_top h1 {
    width: 49%;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}

.index4_top .desc {
    width: 49%;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 50px;
}

.index4_bot {
    width: 100%;
    margin-top: 50px;
}

.index4_bot ul {
    display: flex;
    flex-wrap: wrap;
}

.index4_bot ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
    border-right: 1px solid #fff;
}

.index4_bot ul li:last-child {
    border-right: 0;
}

.index4_bot ul li h1 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.index4_bot ul li p {
    font-size: 14px;
    color: #fff;
}

.index4_bot ul li i {
    position: absolute;
    right: -37%;
    top: 0;
    font-size: 21px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
}

.index4_bot ul li:nth-child(1) i {
    right: -20%;
}

.index4_bot ul li:nth-child(2) i {
    right: -18%;
}

.index4_bot ul li:nth-child(3) i {
    right: -75%;
}

.main_title {
    width: 100%;
    text-align: center;
}

.main_title h1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
}

.main_title p {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 30px;
}

.index5box {
    width: 100%;
    margin: 0 auto;
}

.index5 {
    width: 100%;
    margin: 0 auto;
}

.index5_content {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

.index5_content ul {
    display: flex;
    flex-wrap: wrap;
}

.index5_content ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.index5_content ul li:nth-child(4n) {
    margin-right: 0;
}

.index5_content ul li a {
    display: block;
    width: 100%;
}

.index5_content ul li a .imgbox {
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.index5_content ul li a .imgbox img {
    width: 100%; height:200px; object-fit:cover;
    transition: all 0.5s ease;
}

.index5_content ul li:hover a .imgbox img {
    transform: scale(1.1);
}

.index5_content ul li a .textbox {
    width: 100%;
    text-align: left;
    padding: 8px 0;
}

.index5_content ul li a .textbox h3 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 8px;
}

.index5_content ul li a .textbox .date {
    display: block;
    font-size: 14px;
    color: #999;
}



.index6box {
    background-color: #034a8a;
    width: 100%;
    margin: 0 auto;
}

.index6 {
    width: 100%;
    margin: 0 auto;
}

.picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picMarquee-left .bd {
    padding: 10px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    width: 16.67%;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 100%;
    border: 1px solid #ddd;
    height: 100px;
    object-fit: contain;
    background: #fff
}

.picMarquee-left .bd ul li .pic p {
    font-size: 16px;
    color: #fff;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}



/* about */
.aboutbox {
    width: 100%;
    margin: 0 auto;
}

.about {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.about_left {
    width: 55%;
}

.about_left .main_title {
    text-align: left;
}

.about_left .desc {
    margin-top: 50px;
}

.about_left .desc p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    line-height: 30px;
}

.about_right {
    width: 43%;
    font-size: 0;
}

.about_right img {
    width: 100%;
}




/* recruit */
.recruitbox {
    width: 100%;
    margin: 0 auto;
}

.recruit {
    width: 100%;
    margin: 0 auto;
}

.recruit ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.recruit ul li a {
    display: block;
    width: 100%;
}

.recruit ul li a h3 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 10px;
    font-weight: bold;
}

.recruit ul li a p {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.recruit ul li a span {
    display: block;
    font-size: 14px;
    color: #999;
}




/* news */
.newsbox {
    width: 100%;
    margin: 0 auto;
}

.news {
    width: 100%;
    margin: 0 auto;
}

.news ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.news ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news ul li a .imgbox {
    width: 30%;
}

.news ul li a .imgbox img {
    width: 100%;
}

.news ul li a .textbox {
    width: 68%;
}

.news ul li a .textbox h3 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 10px;
    font-weight: bold;
}

.news ul li a .textbox p {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    line-height: 25px;
}

.news ul li a .textbox span {
    display: block;
    font-size: 14px;
    color: #999;
}



/* contact */
.contact1box {
    width: 100%;
    margin: 0 auto;
}

.contact1 {
    width: 100%;
    margin: 0 auto;
}

.main_title1 {
    text-align: left;
}

.contact1_content {
    width: 100%;
    margin-top: 40px;
}

.contact1_content ul {
    display: flex;
    flex-wrap: wrap;
}

.contact1_content ul li {
    width: 33.33%;
    border-right: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.contact1_content ul li dl dd {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.contact1_content ul li dl dd .icon {
    width: 20px;
}

.contact1_content ul li dl dd .icon img {
    width: auto;
    max-width: 100%;
}

.contact1_content ul li dl dd span {
    font-size: 14px;
    color: #999;
    padding: 0 10px;
    display: block;
    width: 50px;
    white-space: nowrap;
}

.contact1_content ul li dl dd a {
    font-size: 14px;
    color: #999;
    display: block;
    width: calc(100% - 60px);
}

.c_telbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_tel {
    display: flex;
}

.c_tel .icon img {
    width: 36px;
}

.c_tel .icon {
    margin-right: 10px
}

.c_tel .textbox {}

.c_tel .textbox p {
    font-size: 16px;
    color: #192d35;
}

.c_tel .textbox h3 {
    font-size: 34px;
    color: #034a8a;
    font-weight: bold;
}


.ewmbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ewmbox img {
    width: auto;
    max-width: 100%;
}


.contact2box {
    width: 100%;
    margin: 0 auto;
    background-color: #f3f3f3;
}

.contact2 {
    width: 100%;
    margin: 0 auto;
}

.contact2_content {
    width: 100%;
    font-size: 0;
    margin-top: 40px;
}

.contact2_content img {
    width: 100%;
}




@media only screen and (max-width: 1350px) {
    .tel span {
        font-size: 20px;
    }

    .headerbox .header .menu ul li a {
        padding: 35px 15px;
    }

    .logo img {
        height: 45px;
    }

    .bannerbox .textbox h1 {
        margin-left: 0;
        font-size: 40px;
    }

    .bannerbox .textbox h3 {
        margin-left: 0;
        font-size: 30px;
    }

    .bannerbox .textbox h4 {
        margin-left: 0;
        font-size: 20px;
    }

    .banner_btn ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .pd50 {
        padding: 25px 0;
    }
}

@media only screen and (max-width: 980px) {
    .headerbox {
        display: none;
    }

    .sp_header {
        display: block;
    }

    .bannerbox {
        margin-top: 70px;
    }

    .inbannerbox {
        margin-top: 70px;
    }

    .bannerbox .textbox {
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 95%;
    }

    .footer_left {
        width: 100%;
        margin-bottom: 20px;
        border-right: 0;
    }

    .footer_center {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_center .f_pro ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer_right {
        width: 100%;
    }

    .index5_content ul li {
        width: 50%;
    }

    .index5_content ul li:nth-child(2n) {
        margin-right: 0;
    }

    .main_title h1 {
        font-size: 30px;
    }

    .index4_top h1 {
        width: 100%;
        margin-bottom: 15px;
        font-size: 30px;
    }

    .index4_top .desc {
        width: 100%;
    }

    .index4_bot ul li {
        width: 50%;
        border-right: 0;
    }

    .index4_bot ul li h1 {
        font-size: 30px;
    }

    .index2_content ul li {
        width: 49%;
    }

    .index2_content ul li:nth-child(2n) {
        margin-right: 0;
    }

    .index1 ul li {
        width: 33.33%;
    }

    .about_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_right {
        width: 100%;
    }

    .about_left .desc {
        margin-top: 20px;
    }

    .contact1_content ul li {
        width: 100%;
        border-right: 0;
    }

    .c_telbox {
        justify-content: flex-start;
    }

    .ewmbox {
        justify-content: flex-start;
    }

    .c_tel .textbox h3 {
        font-size: 30px;
    }

    .newindex2_content ul li {
        width: 49%;
    }

    .newindex2_content ul li:nth-child(2n) {
        margin-right: 0%;
    }

    .newindex2_content ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .picMarquee-left .bd ul li {
        width: 33.33%;
    }
}


@media only screen and (max-width: 680px) {
    .bannerbox .textbox h1 {
        margin-left: 0;
        font-size: 30px;
    }

    .bannerbox .textbox h3 {
        margin-left: 0;
        font-size: 20px;
    }

    .bannerbox .textbox h4 {
        margin-left: 0;
        font-size: 16px;
    }

    .banner_btn ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner_btn ul li a {
        font-size: 14px;
    }

    .index5_content ul li {
        width: 100%;
        margin-right: 0 !important;
    }

    .main_title h1 {
        font-size: 25px;
    }

    .main_title p {
        font-size: 14px;
    }

    /* .index4_bot ul li{width: 100%;} */
    .index4_bot ul li h1 {
        font-size: 25px;
    }

    .index4_top h1 {
        font-size: 25px;
    }

    .index3 ul li {
        width: 100%;
    }

    .index2_content ul li {
        width: 100%;
        margin-right: 0 !important;
    }
    .index2box2 .index2_content ul li{ width:100%;}
    .index2box2 .index2_content ul li a .imgbox img{ height:auto;}
    .index2 .main_title h1 {
        font-size: 25px;
    }

    .index1 ul li {
        width: 50%;
    }

    .c_tel .textbox h3 {
        font-size: 25px;
    }

    .newindex2_content ul li {
        width: 100%;
        margin-right: 0 !important;
    }

    .picMarquee-left .bd ul li {
        width: 50%;
    }
}