* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'mormal';
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'mormal';
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Bold';
    src: url(../fonts/Montserrat-Bold.ttf);
}

.title_bold {
    font-family: 'Bold' !important;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.f_r a {
    color: #fff;
}
a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (max-width: 1440px) {
    .bannerpos a {
        margin-left: 200px !important;
    }
    .bannerpos {
        padding: 0 45px !important;
    }
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        height: 100px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .pcheader {
        max-width: 1400px;
        margin: 0 auto;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pclogo img {
        height: 58px;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav li a {
        color: #4f4f4f;
        font-size: 23px;
        padding: 0 20px;
        display: block;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .banner {
        width: 100%;
        position: relative;
    }
    .banner img {
        width: 100%;
    }
    .sep {
        height: 100px;
    }
    .bannerpos {
        width: 50%;
        position: absolute;
        left: 0;
        background-color: #fff;
        height: 100%;
        z-index: 99;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 150px;
    }
    .bannerpos h1 {
        font-size: 35px;
        color: #000;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .bannerpos p {
        font-size: 30px;
        color: #000;
        margin-bottom: 50px;
        text-transform: uppercase;
    }
    .bannerpos a {
        width: 180px;
        height: 65px;
        background-color: #04539e;
        display: block;
        line-height: 65px;
        text-align: center;
        border-radius: 10px;
        font-size: 18px;
        color: #fff;
    }
    .banner .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        margin: 0 10px !important;
    }
    .banner .swiper-pagination-bullet-active {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: #04539e !important;
        ;
    }
    .bannerpage {
        width: 50% !important;
        text-align: left !important;
        left: 8% !important;
        bottom: 15% !important;
    }
    .con1 {
        padding: 60px 0;
    }
    .con1con {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .con1conleft {
        width: 48%;
    }
    .con1conright {
        width: 48%;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
    }
    .con1conright p {
        color: #303133;
        line-height: 25px;
    }
    .con1conleft strong {
        display: block;
        font-size: 30px;
        color: #000;
        margin-bottom: 40px;
    }
    .con1conleft img {
        width: 100%;
        border-radius: 10px;
    }
    .con2 {
        width: 100%;
        padding-bottom: 60px;
    }
    .con2con {
        max-width: 1400px;
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2con ul li {
        width: 23%;
        border-radius: 10px;
        padding: 25px;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .con2con ul li p {
        color: #00509d;
        margin-top: 20px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .con2con ul li span {
        color: #303133;
        font-size: 17px;
        line-height: 25px;
        display: block;
    }
    .con3 {
        max-width: 1400px;
        margin: 0 auto;
    }
    .con3 img {
        width: 100%;
        border-radius: 20px;
    }
    .con4 {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 50px;
        padding-top: 150px;
        padding-bottom: 80px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
        margin-top: -100px;
    }
    .con4 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4 ul li {
        width: 31%;
    }
    .con4 ul li h1 {
        color: #eeeeee;
        font-size: 100px;
    }
    .con4 ul li p {
        color: #00509d;
        font-size: 26px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .con4 ul li span {
        color: #303133;
        font-size: 17px;
        line-height: 25px;
    }
    .con5 {
        max-width: 1400px;
        margin: 0 auto;
        padding: 80px 0;
    }
    .con5 strong {
        display: block;
        margin-bottom: 60px;
        color: #000;
        font-size: 40px;
        font-weight: normal;
        text-transform: uppercase;
    }
    .con5 ul {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background-color: #fff;
    }
    .con5 ul li {
        width: calc(100% / 6);
        padding: 10px;
        margin-bottom: 25px;
    }
    .con5 ul li img {
        width: 100%;
    }
    .con6 {
        padding: 80px 0;
        width: 100%;
    }
    .con6con {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con6conleft {
        width: 48%;
    }
    .con6conleft img {
        width: 100%;
    }
    .con6conright {
        width: 48%;
    }
    .con6conright strong {
        display: block;
        font-weight: normal;
        margin-bottom: 65px;
        font-size: 40px;
        color: #000;
    }
    .con6conright ul li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .con6conright ul li p {
        /* font-weight: bold;*/
        display: block;
        margin-left: 5px;
        font-size: 20px;
        color: #00509d;
        text-transform: uppercase;
    }
    .con6conright ul li span {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .con7 {
        max-width: 1400px;
        border-radius: 20px;
        margin: 0 auto;
        padding: 80px 0;
        background-image: url(../images/contactbg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .con7con {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con7conleft {
        width: 48%;
    }
    .con7conleft input {
        height: 60px;
        padding-left: 15px;
        background-color: #fff;
        outline: none;
        display: block;
        border: none;
        width: 100%;
        margin-bottom: 22px;
    }
    .con7conright {
        width: 48%;
    }
    .con7conright textarea {
        height: 225px;
        padding-left: 15px;
        padding-top: 15px;
        background-color: #fff;
        outline: none;
        display: block;
        border: none;
        width: 100%;
        margin-bottom: 22px;
    }
    .con7conright a {
        display: block;
        text-align: center;
        background-color: #00509d;
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-size: 20px;
        color: #fff;
    }
    .foot {
        padding: 50px 0;
        width: 100%;
    }
    .footer {
        max-width: 1400px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 996px) {
    .la {
        display: block;
        width: 100%;
    }
    .foot {
        padding: 30px 15px;
        width: 100%;
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }
    .footer a img {
        /*width: 100%;*/
        display: block;
        margin-bottom: 20px;
    }
    .con7 {
        width: 100%;
        padding: 40px 15px;
        border-radius: 15px;
        margin: 0 auto;
        background-image: url(../images/contactbg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .con7con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con7conleft {
        width: 100%;
    }
    .con7conleft input {
        height: 60px;
        padding-left: 15px;
        background-color: #fff;
        outline: none;
        display: block;
        border: none;
        width: 100%;
        margin-bottom: 22px;
    }
    .con7conright {
        width: 100%;
    }
    .con7conright textarea {
        min-height: 100px;
        padding-left: 15px;
        padding-top: 15px;
        background-color: #fff;
        outline: none;
        display: block;
        border: none;
        width: 100%;
        margin-bottom: 22px;
    }
    .con7conright a {
        display: block;
        text-align: center;
        background-color: #00509d;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
    }
    .con6 {
        padding: 30px 15px;
        width: 100%;
    }
    .con6con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con6conleft {
        width: 100%;
    }
    .con6conleft img {
        width: 100%;
    }
    .con6conright {
        width: 100%;
    }
    .con6conright strong {
        display: block;
        font-weight: normal;
        margin-bottom: 35px;
        font-size: 30px;
        color: #000;
    }
    .con6conright ul li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .con6conright ul li p {
        /*font-weight: bold;*/
        display: block;
        margin-left: 5px;
        font-size: 20px;
        color: #00509d;
    }
    .con6conright ul li span {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .con5 {
        width: 100%;
        padding: 40px 15px;
    }
    .con5 strong {
        display: block;
        margin-bottom: 30px;
        color: #000;
        font-size: 30px;
        font-weight: normal;
    }
    .con5 ul {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background-color: #fff;
    }
    .con5 ul li {
        width: calc(100% / 3);
        padding: 10px;
        margin-bottom: 25px;
    }
    .con5 ul li img {
        width: 100%;
    }
    .con3 {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
    }
    .con3 img {
        width: 100%;
        border-radius: 10px;
    }
    .con4 {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
    }
    .con4 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4 ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .con4 ul li h1 {
        color: #eeeeee;
        font-size: 40px;
    }
    .con4 ul li p {
        color: #00509d;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .con4 ul li span {
        color: #303133;
        font-size: 15px;
        line-height: 25px;
    }
    .con2 {
        width: 100%;
        padding: 50px 15px;
    }
    .con2con {
        width: 100%;
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2con ul li {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 30px;
        padding: 25px;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .con2con ul li p {
        color: #00509d;
        margin-top: 20px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .con2con ul li span {
        color: #303133;
        font-size: 17px;
        line-height: 25px;
        display: block;
    }
    .con1 {
        padding: 50px 15px;
    }
    .con1con {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1conleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .con1conright {
        width: 100%;
    }
    .con1conright p {
        color: #303133;
        line-height: 25px;
    }
    .con1conleft strong {
        display: block;
        font-size: 30px;
        color: #000;
        margin-bottom: 30px;
    }
    .con1conleft img {
        width: 100%;
        border-radius: 10px;
    }
    .banner {
        width: 100%;
        position: relative;
    }
    .banner img {
        width: 100%;
        height: 320px;
        object-fit: contain;
    }
    .bannerpos {
        width: 100%;
        position: absolute;
        left: 0;
        /* background-color: #fff; */
        height: 100%;
        z-index: 99;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }
    .bannerpos h1 {
        font-size: 21px;
        color: #000;
        margin-bottom: 20px;
    }
    .bannerpos p {
        font-size: 20px;
        color: #000;
        margin-bottom: 20px;
    }
    .bannerpos a {
        width: 180px;
        height: 65px;
        background-color: #04539e;
        display: block;
        line-height: 65px;
        text-align: center;
        border-radius: 10px;
        font-size: 18px;
        color: #fff;
		    margin-left: 0 !important;
    }
    .banner .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        margin: 0 10px !important;
    }
    .banner .swiper-pagination-bullet-active {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: #04539e !important;
        ;
    }
    .sep {
        height: 55px;
    }
    .mbnav {
        width: 100%;
        position: fixed;
        top: 55px;
        left: 0;
        z-index: 9999;
        background-color: #fff;
        height: calc(100% - 55px);
        overflow: scroll;
        display: none;
    }
    .mbnav ul li a {
        display: block;
        height: 50px;
        border-bottom: 1px solid #ccc;
        font-size: 15px;
        color: #303133;
        text-align: center;
        line-height: 50px;
    }
    .mbhead {
        width: 100%;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .mblogo img {
        height: 50px;
    }
    .pchead {
        display: none;
    }
}