* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft yahei';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

body {
    overflow-x: hidden;
}

 :root {
    --main-color: #073EA0;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.rit{ float:right;}

@media only screen and (min-width: 996px) {
    .pchead {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        height: 120px;
        z-index: 99;
        transition: var(--main-transition);
    }
    .pcleft {
        width: 25%;
        height: 100%;
        display: flex;
        align-items: center;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        justify-content: center;
        background-color: var(--main-color-white);
    }
    .pcleft a img {
        width: 100%;
    }
    .pcheader {
        width: 82%;
        transition: var(--main-transition);
        height: 100%;
        margin: 0 auto;
        background-color: var(--main-color);
        border-radius: 10px;
        display: flex;
        align-items: center;
    }
    .pcright {
        width: 50%;
        padding-left: 40px;
        height: 100%;
    }
    .head_topstyle {
        top: 0;
        height: 90px !important;
        width: 100% !important;
    }
    .head_topstyle .pcheader {
        border-radius: 0px !important;
        width: 100% !important;
    }
    .head_topstyle .pcheader .pcleft {
        border-radius: 0 !important;
    }
    .pcnav {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between;
    }
    .pcnav>li {
        position: relative;
        height: 100%;
    }
    .pcnav>li:hover .second_a {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .first_a {
        color: var(--main-color-white);
        font-size: 16px;
        height: 100%;
        line-height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .second_a {
        position: absolute;
        width: 180px;
        top: 100%;
        transition: var(--main-transition);
        left: 0;
        transform: translate(-60px);
        border-top: 2px solid var(--main-color-white);
        opacity: 0;
        visibility: hidden;
    }
    .second_a_item {
        position: relative;
    }
    .third_a {
        position: absolute;
        width: 100%;
        left: 100%;
        top: 0;
        transition: var(--main-transition);
        opacity: 0;
        visibility: hidden;
    }
    .second_a_item:hover .third_a {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .third_a a {
        height: 40px;
        display: block;
        line-height: 40px;
        text-align: center;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 15px;
    }
    .second_a_item>a {
        height: 40px;
        display: block;
        line-height: 40px;
        text-align: center;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 15px;
    }
    .first_a_active {
        border-bottom: 2px solid var(--main-color-white);
    }
    .pc_phone {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pc_phone img {
        width: 31px;
        height: 31px;
    }
    .pc_phone strong {
        color: var(--main-color-white);
        display: block;
        font-size: 24px;
        margin-left: 20px;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
        position: relative;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        background-color: var(--main-color);
    }
    .copycon {
        text-align: center;
        max-width: 1550px;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: #ffffff;
    }
    .inside {
        width: 100%;
        padding: 50px 0;
    }
    .insidecon {
        width: 82%;
        margin: 0 auto;
    }
    .insidecon p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .con1 {
        width: 100%;
        padding: 5vw 0 3vw;
        background-size: 100% 100%;
        background-color: #f9f9f9;
    }
    .con1con {
        width: 82%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1left {
        width: 48%;
    }
    .con1right {
        width: 48%;
    }
    .con1left img {
        width: 100%;
    }
    .con1top strong {
        color: var(--main-color-333);
        font-size: 2vw;
        display: block;
    }
    .con1top p {
        font-size: 18px;
        color: var(--main-color-999);
        margin-bottom: 35px;
    }
    .con1top span {
        font-size: 16px;
        color: var(--main-color-333);
        line-height: 28px;
        display: block;
        text-align: justify;
    }
    .con1Num {
        margin-top: 35px;
    }
    .con1Num ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1Num ul h2 {
        font-size: 2vw;
        color: var(--main-color-333);
    }
    .con1Num .mun_top {
        display: flex;
    }
    .con1Num .mun_top span {
        margin-left: 10px;
    }
    .con1Num p {
        text-align: left;
        margin-top: 10px;
        font-size: 15px;
        color: var(--main-color-555);
    }
    .knowmore {
        display: block;
        width: 200px;
        height: 60px;
        background-color: var(--main-color);
        line-height: 60px;
        text-align: center;
        color: var(--main-color-white);
        border-radius: 40px;
        font-size: 16px;
        margin-top: 35px;
    }
    .knowmore:hover {
        display: block;
        width: 200px;
        height: 60px;
        background-color: #ef8200;
        line-height: 60px;
        text-align: center;
        color: var(--main-color-white);
        border-radius: 40px;
        font-size: 16px;
        margin-top: 35px;
    }
    .con2 {
        width: 100%;
        padding: 3vw 0 1vw;
    }
    .con2con {
        width: 82%;
        margin: 0 auto;
    }
    .con2title {
        margin-bottom: 80px;
    }
    .con2title strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 2vw;
    }
    .con2title p {
        font-size: 18px;
        margin-top: 10px;
        color: var(--main-color-999);
        text-align: center;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc((100% - 160px) / 5);
        margin-right: 40px;
        margin-bottom: 40px;
        position: relative;
        transition: var(--main-transition);
    }
    .con2con ul li:nth-child(5n) {
        margin-right: 0;
    }
    .con2con ul li img {
        width: 100%;
        height: 30vw;
    }
    .con2pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 20px;
        background: rgba(0, 0, 0, .2);
    }
    .con2pos strong {
        display: block;
        color: var(--main-color-white);
        font-size: 1.5vw;
        margin-bottom: 10px;
    }
    .con2pos p {
        font-size: .8vw;
        color: var(--main-color-white);
        line-height: 25px;
    }
    .con2con ul li:hover {
        transform: translateY(-20px);
    }
    .con3 {
        width: 100%;
    }
    .con3con {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con3left {
        width: 85%;
    }
    .mySwiper2_con3 {
        width: 100%;
    }
    .con3left_item {
        display: flex;
        flex-wrap: wrap;
    }
    .con3left_itemleft {
        width: 40%;
        background-image: url(../images/con3bg.png);
        background-size: cover;
        padding: 3vw;
    }
    .con3left_itemright {
        width: 60%;
    }
    .con3left_itemright img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con3right {
        width: 15%;
    }
    .con3left_itemleft strong {
        display: block;
        font-weight: normal;
        color: var(--main-color-white);
        font-size: 2vw;
    }
    .con3left_itemleft p {
        font-size: 16px;
        color: var(--main-color-white);
        margin-top: 10px;
        margin-bottom: 55px;
        text-align: justify;
    }
    .con3left_itemleft span {
        color: var(--main-color-white);
        font-size: 14px;
        line-height: 30px;
        display: block;
        width: 80%;
        margin-bottom: 55px;
    }
    .con3left_itemleft a {
        display: block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: var(--main-color-white);
        border-radius: 40px;
        background-color: var(--main-color);
    }
    .con3left_itemleft a:hover {
        display: block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: var(--main-color-white);
        border-radius: 40px;
        background-color: #ef8200;
    }
    .mySwiper_con3 {
        width: 100%;
        height: 100%;
    }
    .con3txt {
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: 24px;
        justify-content: center;
    }
    .mySwiper_con3 .swiper-slide-thumb-active {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .mySwiper_con3 .swiper-wrapper {
        display: block;
    }
    .mySwiper_con3 .swiper-wrapper .swiper-slide {
        height: 17%;
        width: 100% !important;
        transition: var(--main-transition);
    }
    .con4 {
      
    }
    .con4con {
        width: 82%;
        margin: 0 auto;
    }
    .con4title strong {
        font-size: 2vw;
        color: var(--main-color-333);
    }
    .con4title p {
        font-size: 18px;
        color: var(--main-color-999);
        margin-top: 10px;
    }
    .con4title span {
        color: var(--main-color-333);
        font-size: 16px;
        line-height: 30px;
        display: block;
        margin-top: 30px;
        margin-bottom: 75px;
    }
    .con4box {
        width: 65%;
    }
    .mySwiper_indexhonor {
        padding-bottom: 50px !important;
    }
    .mySwiper_indexhonor img {
        width: 100%;
    }
    .indexhonorpage .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
    .indexhonorpage .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }
    .con5 {
        width: 100%;
        padding: 3vw 0;
    }
    .con5con {
        width: 82%;
        margin: 0 auto;
    }
    .indexnewbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .in_item {
        width: 49%;
        display: flex;
        flex-wrap: wrap;
        padding: 25px;
        border-radius: 10px;
        margin-bottom: 25px;
        transition: var(--main-transition);
        background-color: var(--main-color-white);
    }
    .in_item:hover {
        box-shadow: var(--main-shadow);
    }
    .in_itemleft {
        width: 35%;
        overflow: hidden;
    }
    .in_itemleft img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .in_itemright {
        width: 65%;
        padding-left: 25px;
    }
    .in_itemright_top {
        display: flex;
        align-items: center;
        margin-bottom: 17px;
        justify-content: space-between;
    }
    .in_itemright_top a {
        display: block;
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 16px;
        color: var(--main-color-333);
    }
    .in_itemright_top a:hover {
        color: var(--main-color);
    }
    .in_itemright_top span {
        color: var(--main-color-999);
        font-size: 14px;
    }
    .in_itemright p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .toView {
        display: block;
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: var(--main-color-white);
        border-radius: 4px;
        font-size: 14px;
        margin-top: 20px;
        background-color: var(--main-color);
    }
    .toView:hover {
        display: block;
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: var(--main-color-white);
        border-radius: 4px;
        font-size: 14px;
        margin-top: 20px;
        background-color: #ef8200;
    }
    .moreNew {
        display: block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 30px;
        font-size: 16px;
        border-radius: 40px;
    }
    .moreNew:hover {
        display: block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #ef8200;
        margin: 0 auto;
        margin-top: 30px;
        font-size: 16px;
        border-radius: 40px;
    }
    .con6 {
      
    }
    .con6con {
        width: 82%;
        margin: 0 auto;
    }
    .con6con .con4title {
        text-align: center;
    }
    .con6con .con4title strong {
        color: var(--main-color-white);
    }
    .con6con .con4title p {
        color: var(--main-color-white);
    }
    .con6con ul {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6con ul li {
        flex: 1;
        text-align: center;
    }
    .con6con ul li img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    .con6con ul li strong {
        text-align: center;
        display: block;
        font-size: 22px;
        color: var(--main-color-white);
        margin: 15px 0;
    }
    .con6con ul li p {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .foot {
        width: 100%;
        background-color: var(--main-color);
        padding: 3vw 0;
    }
    .footer {
        width: 82%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        align-items: center;
    }
    .f_right ul {
        display: flex;
        flex-wrap: wrap;
    }
    .f_left a img {
        height: 86px;
    }
    .f_right ul li a {
        color: var(--main-color-white);
        font-size: 18px;
        margin-left: 2vw;
    }
    .inbanner {
        width: 100%;
        position: relative;
    }
    .inbanner img {
        width: 100%;
    }
    .in_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 9vw;
    }
    .in_pos h1 {
        display: block;
        color: var(--main-color-white);
        font-size: 1vw;
        text-align: center;
    }
    .in_pos span {
        display: block;
        color: #f29500;
        font-size: 1.8vw;
        text-align: center;
        line-height:1.5;
        font-weight:bold;
    }
    .in_pos em {
        display: block;
        width:100px;
        height:2px;
        background-color:#ffffff;
        margin:10px auto 0px;
    }
    .in_pos p {
        font-size: 1vw;
        margin-top: 20px;
        color: var(--main-color-white);
        text-align:center;
    }
    .bread {
        width: 100%;
        padding: 20px 0;
    }
    .breadcon {
        width: 82%;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .breadcon i {
        color: var(--main-color-666);
        font-size: 22px !important;
        margin-right: 10px;
    }
    .breadcon a:hover {
        color: var(--main-color);
    }
    .breadcon a {
        color: var(--main-color-666);
        font-size: 14px;
    }
    .breadcon span {
        color: var(--main-color-666);
        font-size: 14px;
        display: block;
        margin: 0 5px;
    }
    .aboutus1 {
        width: 100%;
        padding: 50px 0;
    }
    .aboutus1con {
        width: 82%;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .aboutus2 {
        padding: 50px 0;
        width: 100%;
    }
    .aboutus2con {
        width: 82%;
        margin: 0 auto;
    }
    .aboutus2con strong {
        display: block;
        font-size: 2vw;
        color: var(--main-color-333);
        margin-bottom: 20px;
    }
    .aboutus2con p {
        font-size: 16px;
        color: var(--main-color-666);
        line-height: 30px;
    }
    .ab2swiper {
        margin-top: 30px !important;
        padding-bottom: 50px !important;
    }
    .ab2swiper img {
        width: 100%;
    }
    .ab2btn {
        width: 40px !important;
        height: 40px !important;
        background-image: none !important;
        background: rgba(0, 0, 0, .8);
        line-height: 40px;
        text-align: center;
    }
    .ab2btn i {
        color: var(--main-color-white);
        font-size: 20px !important;
    }
    .ab2page .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .ab2page .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }
}

@media only screen and (max-width: 996px) {
    .aboutus2 {
        padding: 30px 15px;
        width: 100%;
    }
    .aboutus2con {
        width: 100%;
        margin: 0 auto;
    }
    .aboutus2con strong {
        display: block;
        font-size: 22px;
        color: var(--main-color-333);
        margin-bottom: 15px;
    }
    .aboutus2con p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 30px;
    }
    .ab2swiper {
        margin-top: 30px !important;
        padding-bottom: 50px !important;
    }
    .ab2swiper img {
        width: 100%;
    }
    .ab2btn {
        width: 40px !important;
        height: 40px !important;
        background-image: none !important;
        background: rgba(0, 0, 0, .8);
        line-height: 40px;
        text-align: center;
    }
    .ab2btn i {
        color: var(--main-color-white);
        font-size: 20px !important;
    }
    .ab2page .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .ab2page .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
    }
    .bread {
        width: 100%;
        padding: 15px;
    }
    .breadcon {
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .breadcon i {
        color: var(--main-color-666);
        font-size: 18px !important;
        margin-right: 10px;
    }
    .breadcon a:hover {
        color: var(--main-color);
    }
    .breadcon a {
        color: var(--main-color-666);
        font-size: 14px;
    }
    .breadcon span {
        color: var(--main-color-666);
        font-size: 14px;
        display: block;
        margin: 0 5px;
    }
    .inbanner {
        width: 100%;
        position: relative;
    }
    .inbanner img {
        width: 100%;
    }
    .in_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 9vw;
        background: rgba(0, 0, 0, .3);
        display: none;
    }
    .in_pos h1 {
        display: block;
        color: var(--main-color-white);
        font-size: 22px;
    }
    .in_pos p {
        font-size: 16px;
        margin-top: 15px;
        color: var(--main-color-white);
    }
    .foot {
        width: 100%;
        background-color: var(--main-color);
        padding: 50px 15px;
		display: none;
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        align-items: center;
    }
    .f_right ul {
        display: flex;
        flex-wrap: wrap;
    }
    .f_left a img {
        height: 100px;
    }
    .f_right ul li a {
        color: var(--main-color-white);
        font-size: 18px;
        margin-left: 2vw;
        display: block;
        margin-bottom: 15px;
    }
    .con6 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/con6bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con6con {
        width: 100%;
        margin: 0 auto;
    }
    .con6con .con4title {
        text-align: center;
    }
    .con6con .con4title strong {
        color: var(--main-color-white);
    }
    .con6con .con4title p {
        color: var(--main-color-white);
    }
    .con6con ul {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .con6con ul li {
        width: 31%;
        text-align: center;
        margin-bottom: 25px;
    }
    .con6con ul li img {
        display: block;
        margin: 0 auto;
        width: 80px;
    }
    .con6con ul li strong {
        text-align: center;
        display: block;
        font-size: 18px;
        font-weight: normal;
        color: var(--main-color-white);
        margin: 10px 0;
    }
    .con6con ul li p {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .con5 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/con5bg.webp);
        background-size: cover;
    }
    .con5con {
        width: 100%;
        margin: 0 auto;
    }
    .indexnewbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .in_item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 25px;
        transition: var(--main-transition);
        background-color: var(--main-color-white);
    }
    .in_item:hover {
        box-shadow: var(--main-shadow);
    }
    .in_itemleft {
        width: 100%;
        overflow: hidden;
    }
    .in_itemleft img {
        width: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .in_itemright {
        width: 100%;
    }
    .in_itemright_top {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: space-between;
    }
    .in_itemright_top a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 16px;
        color: var(--main-color-333);
    }
    .in_itemright_top a:hover {
        color: var(--main-color);
    }
    .in_itemright_top span {
        color: var(--main-color-999);
        font-size: 14px;
    }
    .in_itemright p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .toView {
        display: block;
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: var(--main-color-white);
        border-radius: 4px;
        font-size: 14px;
        margin-top: 20px;
        background-color: var(--main-color);
    }
    .moreNew {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 30px;
        font-size: 14px;
        border-radius: 40px;
    }
    .con4 {
        width: 100%;
        padding: 50px 15px;
        background-image: url(../images/con4bg.webp);
        background-size: cover;
    }
    .con4con {
        width: 100%;
        margin: 0 auto;
    }
    .con4title strong {
        font-size: 22px;
        color: var(--main-color-333);
    }
    .con4title p {
        font-size: 18px;
        color: var(--main-color-999);
        margin-top: 10px;
    }
    .con4title span {
        color: var(--main-color-333);
        font-size: 14px;
        line-height: 30px;
        display: block;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .con4box {
        width: 100%;
    }
    .mySwiper_indexhonor {
        padding-bottom: 50px !important;
    }
    .mySwiper_indexhonor img {
        width: 100%;
    }
    .indexhonorpage .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .indexhonorpage .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }
    .con3 {
        width: 100%;
        padding: 30px 15px;
    }
    .con3con {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con3left {
        width: 100%;
    }
    .mySwiper2_con3 {
        width: 100%;
    }
    .con3left_item {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .con3left_itemleft {
        width: 100%;
        background-image: url(../images/con3bg.png);
        background-size: cover;
        padding: 30px 15px;
    }
    .con3left_itemright {
        width: 100%;
    }
    .con3left_itemright img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con3right {
        width: 100%;
        display: none;
    }
    .con3left_itemleft strong {
        display: block;
        font-weight: normal;
        color: var(--main-color-white);
        font-size: 20px;
    }
    .con3left_itemleft p {
        font-size: 16px;
        color: var(--main-color-white);
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .con3left_itemleft span {
        color: var(--main-color-white);
        font-size: 14px;
        line-height: 30px;
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
    .con3left_itemleft a {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        border-radius: 40px;
        background-color: var(--main-color);
        margin: 0 auto;
    }
    .mySwiper_con3 {
        width: 100%;
        height: 100%;
    }
    .con3txt {
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: 18px;
        justify-content: center;
    }
    .mySwiper_con3 .swiper-slide-thumb-active {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .mySwiper_con3 .swiper-wrapper .swiper-slide {
        transition: var(--main-transition);
        padding: 30px 30px;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        width: 100%;
        margin: 0 auto;
    }
    .con2title {
        margin-bottom: 30px;
    }
    .con2title strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 25px;
    }
    .con2title p {
        font-size: 16px;
        margin-top: 5px;
        color: var(--main-color-999);
        text-align: center;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1first {
        width: 100% !important;
    }
    .con2con ul li {
        width: 50%;
        position: relative;
        transition: var(--main-transition);
        height: 250px;
    }
    .con2con ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con2pos {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        left: 0;
        top: 0;
        padding: 20px;
        background: rgba(0, 0, 0, .2);
    }
    .con2pos strong {
        display: block;
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 10px;
    }
    .con2pos p {
        font-size: 15px;
        color: var(--main-color-white);
        line-height: 25px;
    }
    .con2con ul li:hover {
        transform: translateY(-20px);
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con1con {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con1right {
        width: 100%;
    }
    .con1left img {
        width: 100%;
    }
    .con1top strong {
        color: var(--main-color-333);
        font-size: 25px;
        display: block;
        text-align: center;
    }
    .con1top p {
        font-size: 15px;
        margin-bottom: 25px;
        text-align: center;
        color: var(--main-color-999);
    }
    .con1top span {
        font-size: 14px;
        color: var(--main-color-333);
        line-height: 28px;
        display: block;
    }
    .con1Num {
        margin-top: 35px;
    }
    .con1Num ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1Num ul h2 {
        font-size: 25px;
        color: var(--main-color-333);
    }
    .con1Num .mun_top {
        display: flex;
    }
    .con1Num .mun_top span {
        margin-left: 10px;
    }
    .con1Num p {
        text-align: left;
        margin-top: 10px;
        font-size: 15px;
        color: var(--main-color-555);
    }
    .knowmore {
        display: block;
        width: 150px;
        height: 40px;
        background-color: var(--main-color);
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        border-radius: 40px;
        font-size: 14px;
        margin: 35px auto 0px;
    }
    .pchead {
        display: none;
    }
    html {
        overflow-x: hidden;
    }
    .inside {
        padding: 30px 15px;
        padding-top: 10px;
        margin: 0 auto;
    }
    .insidecon {
        width: 100%;
        margin: 0 auto;
    }
    .insidecon p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 37px 15px;
        background-color: var(--main-color);
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-white);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-white);
		float: inherit !important;
    }
    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-666);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 50px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99999;
    }
    .ml_pcheader {
        display: none;
    }
    .bnr1
    {
        top: 22% !important;
    }
    .bnr1 h1
    {
        font-size: 16px !important;
    }
    .bnr1 span
    {
        font-size: 14px !important;
    }
    .bnr1 em
    {
        width: 33px !important;
    }
    .bnr1 p
    {
        font-size: 12px !important;
    }
    .bnr2
    {
        top: 20% !important;
    }
    .bnr2 h1
    {
        font-size: 16px !important;
    }
    .bnr2 span
    {
        font-size: 14px !important;
        left: 50px !important;
    }
    .bnr2 em
    {
        width: 50px !important;
        top: 19px !important;
    }
    .bnr2 p
    {
        font-size: 12px !important;
    }
    .bnr3
    {
        top: 21% !important;
    }
    .bnr3 h1
    {
        font-size: 14px !important;
    }
    .bnr3 h1 b
    {
        font-size: 20px !important;
    }
    .bnr3 span
    {
        font-size: 14px !important;
    }
    .bnr3 em
    {
        width: 57px !important;
    }
    .bnr3 p
    {
        font-size: 12px !important;
    }
    .bnr4
    {
        top: 24% !important;
    }
    .bnr4 h1
    {
        font-size: 16px !important;
    }
    .bnr4 span
    {
        font-size: 14px !important;
    }
    .bnr4 em
    {
        width: 60px !important;
    }
    .bnr4 p
    {
        font-size: 12px !important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 12px !important;
    }
    .lang2 a
    {
        color:#000000;
        font-size:16px;
    }
    .neiye_nav .right {
        display: none;
    }
    .about_content {
        padding-top: 0px !important;
    }
    .production_box {
        margin-bottom: 35px !important;
    }
    .neiye_nav {
        font-size: 14px !important;
    }
    .rit{ float:none;}
}


.proPage,.newPage{ background-repeat: no-repeat; background-position:bottom center; overflow:hidden; box-sizing:border-box; margin-top: 50px;}
.proPage .title,.newPage .title{ text-align:center; width:80%; margin:0 auto 80px; color: #212529;}
.proSwiper .swiper-slide,.newSwiper .swiper-slide{ width:100%; height:100%; border-radius:8px;box-shadow: 6px 6px 20px rgb(0,0,0,0.12); float:left; margin-bottom: 37px; }
.proSwiper .swiper-slide:hover,.newSwiper .swiper-slide:hover{box-shadow: 8px 8px 30px rgb(0,0,0,0.18);}
.proSwiper,.newSwiper{ padding-right:20px; padding-left:20px;}
.proMain{ position:relative;}
.proMain .swiper-button-prev{ position:absolute; right:130px; top:-30px; background:url(../images/icon3.png) no-repeat center center; background-size:75%; width:25px; height:25px; left:auto;}
.proMain .swiper-button-next{ position:absolute; right:85px; top:-30px; background:url(../images/icon4.png) no-repeat center center; background-size:75%; width:25px; height:25px; left:auto;}
.swiper-button-next:after,.swiper-button-prev:after{ display:none;}
.proPage .proInfo{ position:relative; width:100%; height:100%; overflow:hidden;border-radius:8px; cursor: pointer; border:1px solid #rgba(255,255,255,0.5);}
.proPage .proInfo .zz{ position:absolute; left:0; bottom:0; width:100%; height:100%;}
.proPage .proInfo .txt{ background-color: #ffffff; width: 100%; height: 57px; line-height: 57px; text-align: center; }
.proPage .proInfo .txt span{ color:#000000; font-size:16px;}
.proPage .proInfo a{ display:block;}


.news .more a i,.news .more a:hover i,
.proSwiper .swiper-slide,.newSwiper .swiper-slide,.proSwiper .swiper-slide:hover,.newSwiper .swiper-slide:hover{-webkit-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;}
.proPage .proInfo .txt span{ background-position:95% center;}
.proPage .proInfo:hover .txt span{-webkit-animation:you 0.8s infinite linear; animation:you 0.8s infinite linear;}

@keyframes you{
	0% { background-position:95% center;}
	50% { background-position:100% center;}
	100% { background-position:95% center;}
}

@-webkit-keyframes you{
	0% { background-position:95% center;}
	50% { background-position:100% center;}
	100% { background-position:95% center;}
}




.neiye_nav {
	line-height: 65px;
	background: #ffffff;
	font-size: 16px;
	border-bottom: 1px solid rgba(21, 73, 154, 0.2);
	width: 100%;
    float: left;
    margin-bottom: 50px;
}

.neiye_nav .left {
	float: left;
}

.neiye_nav .left .ico_home {
	width: 21px;
	margin-right: 10px;
	vertical-align: middle;
}

.neiye_nav .left .ico_jt {
	width: 4px;
	margin-right: 10px;
	vertical-align: middle;
}

.neiye_nav .left a {
	color: #777777;
}

.neiye_nav .left a.now {
	color: #333333;
}

.neiye_nav .left a:before {
	content: '';
	background: url('../images/ico_jt.png') center center no-repeat;
	width: 4px;
	height: 65px;
	line-height: 65px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.neiye_nav .right {
	float: right;
}

.neiye_nav .right a {
	color: #777777;
	/* min-width: 100px; */
	margin-left: 25px;
	text-align: right;
}

.neiye_nav .right a.on,
.neiye_nav .right a:hover {
	color: #333333;
	border-bottom: 1px solid #073EA0;
	display: inline-block;
}



.box {
	max-width: 1550px;
	margin: auto;
	width:90%;
}



.bnr1
{
    position: absolute;
    top:40%;
    left:12%;
}
.bnr1 h1
{
    font-size:56px;
    color:#ef8200;
    line-height:1.5;
    font-weight:700;
}
.bnr1 span
{
    font-size:26px;
    color:#888889;
    line-height:1.5;
}
.bnr1 em
{
    width:70px;
    height:2px;
    background-color:#595757;
    display:block;
    margin:5px 0px;
}
.bnr1 p
{
    font-size:20px;
    color:#888889;
    line-height:1.5;
}
.bnr2
{
    position: absolute;
    top:50%;
    right: 8%;
    text-align: right;
}
.bnr2 h1
{
    font-size:56px;
    color:#ffffff;
    line-height:1.5;
}
.bnr2 span
{
    font-size:24px;
    color:#ffffff;
    line-height:1.5;
    font-weight:700;
    position: relative;
    left: 100px;
}
.bnr2 em
{
    width: 100px;
    height: 2px;
    background-color: #ffffff;
    display: inline-block;
    margin: 5px 0px;
    position: relative;
    top: 26px;
}
.bnr2 p
{
    font-size:20px;
    color:#ffffff;
    line-height:1.5;
    margin-top: 10px;
}
.bnr3
{
    position: absolute;
    top:40%;
    left:12%;
}
.bnr3 h1
{
    font-size:32px;
    color:#ffffff;
    line-height:1.5;
    font-weight:700;
}
.bnr3 h1 b
{
    font-size:56px;
    color:#ef8200;
    line-height:1.5;
    font-weight:700;
}
.bnr3 span
{
    font-size:26px;
    color:#ffffff;
    line-height:1.5;
}
.bnr3 em
{
    width: 103px;
    height:2px;
    background-color:#ffffff;
    display:block;
    margin:5px 0px;
}
.bnr3 p
{
    font-size:20px;
    color:#ffffff;
    line-height:1.5;
}
.bnr4
{
    position: absolute;
    top:40%;
    left:12%;
}
.bnr4 h1
{
    font-size: 50px;
    color:#ef8200;
    line-height:1.5;
    font-weight:700;
}
.bnr4 span
{
    font-size:26px;
    color:#ef8200;
    line-height:1.5;
}
.bnr4 em
{
    width: 112px;
    height:2px;
    background-color:#073EA0;
    display:block;
    margin:5px 0px;
}
.bnr4 p
{
    font-size: 46px;
    color:#073EA0;
    line-height:1.5;
    font-weight:700;
}

@media only screen and (min-width: 1500px)  and (max-width: 1750px) 
{
     .pc_phone strong {
        font-size: 18px !important;
     }
}
@media only screen and (min-width: 996px)  and (max-width: 1500px) 
{
    .pc_phone {
        display: none;
    }
    .pcright {
        width: 60%;
    }
    .in_itemright_top {
        display: inline;
    }
    .container {
        margin: 0 auto;
    }
    .about3-list a {
        width: 22.5% !important;
        height: 331px !important;
    }
    .production_img {
        height: 194px !important;
    }
    .production_box {
        min-height: auto !important;
    }
}





.map_list{ width:100%; float:left;}
.map_list li{ float:left; margin-right:10px; line-height:35px; margin-bottom:20px; margin-right:25px;}
.map_list li a{ font-size:16px; color:#666666;}
.map_list li a span{ margin-right:5px;}
.map_list li a:hover{ color: #073EA0;}


.nodata{ width:100%; float:left; text-align:center; font-size:18px; margin-top:100px; margin-bottom:50px;}


.page{ float:left; width:100%; margin-bottom:50px; margin-top:30px; text-align:center;}
.page a{ display:inline-block; background:#fff; border:1px solid #eee; border-left:none; font-size:16px; color:#666; line-height:40px; padding:0 20px; text-transform:uppercase;}
.page a.cur,.page a:hover{ background:#073EA0; border-top-color:#073EA0; border-bottom-color:#073EA0; color:#fff;}
.page a:first-child{ border-left:1px solid #eee;}
.p_rt a{ font-size:14px; border-right:none; border-left:1px solid #eee;}
.p_rt a:last-child{ border-right:1px solid #eee;}