* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
.m {
    width: 1200px;
    margin: 0 auto;
}
p {
    margin-bottom: 0;
}


.header .h-1 {
    padding: 10px 0;
}
.header .h-1 .ner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .h-1 .logo {
    display: flex;
    align-items: center;
}
.header .h-1 .logo img {
    height: 63px;
    margin-right: 20px;
}
.header .h-1 .logo p {
    color: rgb(109, 109, 109);
    font-size: 15px;
    font-weight: 600;
}
.header .h-1 form {
    display: flex;
    justify-content: right;
    position: relative;
}
.header .h-1 form input {
    width: 300px;
    height: 40px;
    padding-left: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #9E9E9E;
}
.header .h-1 form button {
    position: absolute;
    top: 3px;
    width: 40px;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 0;
}
.header .h-1 form button svg {
    width: 20px;
    height: 20px;
}
.header .h-2 {
    background-color: #0D2E5A;
}
.header .h-2 ul {
    display: flex;
    justify-content: space-between;
    height: 50px;
}
.header .h-2 ul li {
    flex: 1;
    text-align: center;
    line-height: 50px;
    position: relative;
}
.header .h-2 ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
}
.header .h-2 ul .active {
    background-color: #00A0E9;
}
.header .h-2 ul li .sub {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: none;
    padding-top: 15px;
    z-index: 9;
}
.header .h-2 ul li .sub p a {
    text-align: center;
    line-height: 50px;
    display: block;
    width: 100%;
    background-color: #0D2E5A;
    position: relative;
}
.header .h-2 ul li:hover .sub {
    display: block;
}
.header .h-2 ul li .sub a:hover {
    background-color: #00A0E9;
}
.header .h-2 ul li .sub p:nth-child(1) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    width: 0;
	height: 0;
	border-left: 10px solid transparent;  
	border-right: 10px solid transparent;  
	border-bottom: 10px solid #0D2E5A; 
}
.header .h-2 ul li .sub p:nth-child(1) a:hover::before {
    border-bottom: 10px solid #00A0E9; 
}
/* footer */
.footer {
    background-color: #0D2E5A;
    padding: 50px 0;
    position: relative;
    z-index: 9999;
}
.footer .ner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .ner .le h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px;
    letter-spacing: 2px;
}
.footer .ner .le p {
    color: #fff;
    margin-top: 16px;
}
.footer .ner .ri {
    display: flex;
}
.footer .ner .ri img {
    width: 120px;
    height: 120px;
    background-color: #fff;
    display: block;
    margin-left: 15px;
}

.banner img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
}

.index1 {
    background-color: #0D2E5A;
    padding: 60px 0;
    text-align: center;
}
.index1 h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
    letter-spacing: 1px;
}
.index1 p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
}
.index2 {
    padding: 60px 0;
}
.index2 .ner {
    display: flex;
    justify-content: space-between;
}
.index2 .ner .le img {
    width: 450px;
    margin-top: 20px;
}
.index2 .ner .ri {
    width: 600px;
}
.index2 .ner .ri .r-1 {
    margin-top: 20px;
}
.index2 .ner .ri .r-1 .bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.index2 .ner .ri .r-1 .bt h4 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #262626;
}
.index2 .ner .ri .r-1 .bt a {
    color: #0D2E5A;
    font-weight: 700;
    letter-spacing: 1px;
}
.index2 .ner .ri .r-2 {
    border-left: 1px solid #d8d8d8;
    margin-top: 20px;
    margin-left: 20px;
}
.index2 .ner .ri .r-2 li {
    padding-bottom: 80px;
    padding-left: 20px;
    position: relative;
    margin-top: -5px;
}
.index2 .ner .ri .r-2 li::before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #9E9E9E;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: 5px;
}
.index2 .ner .ri .r-2 li::after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background-color: rgba(158, 158, 158, .2);
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 1px;
}
.index2 .ner .ri .r-2 li a {
    color: #262626;
    letter-spacing: 0.5px;
}
.index2 .ner .ri .r-2 li a:hover {
    color: #0D2E5A;
    font-weight: 700;
}
.bt-01 {
    padding-bottom: 20px;
}
.bt-01 h3 {
    display: flex;
    color: #202020;
    font-size: 30px;
    align-items: center;
    letter-spacing: 1px;
}
.bt-01 h3 span {
    color: #E2E2E2;
    font-size: 32px;
    margin-left: 10px;
    letter-spacing: 1px;
}
.index3 {
    background-color: #0D2E5A;
    padding: 60px 0 100px 0;
}
.index3 .ner .to {
    display: flex;
    justify-content: center;
}
.index3 .ner .to li {
    color: #fff;
    width: 135px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.index3 .ner .to li.active {
    background-color: #2C4E9E;
}
.index3 .ner .bo {
    margin-top: 20px;
}
.index3 .ner .bo .bo-1 {
    display: none;
}
.index3 .ner .bo .bo-1:nth-child(1) {
    display: block;
}
.index3 .swiper-grid-column>.swiper-wrapper {
    flex-direction: row;
}
.index3 .swiper-slide {
    margin-top: 30px;
    cursor: pointer;
}
.index3 .swiper-slide img {
    width: 100%;
    height: 290px;
    display: block;
}
.index3 .ner .bo .bo-2 {
    position: relative;
}
.mySwiper {
    width: 1020px;
}
.index3 .swiper-button-prev, 
.index3 .swiper-rtl .swiper-button-next {
    left: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.index3 .swiper-button-prev:after, 
.index3 .swiper-rtl .swiper-button-next:after {
    font-size: 18px;
    color: #fff;
}
.index3 .swiper-button-next, 
.index3 .swiper-rtl .swiper-button-prev {
    right: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.index3 .swiper-button-next:after, 
.index3 .swiper-rtl .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}
.index3 .swiper-horizontal>.swiper-pagination-bullets, 
.index3 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.index3 .swiper-pagination-custom, 
.index3 .swiper-pagination-fraction {
    bottom: -30px;
}
.index3 .swiper-pagination-bullet {
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .3);
    background-color: #fff;
}
.index3 .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    width: 20px;
    border-radius: 4px;
}

.index4 .ner {
    position: relative;
}
.mySwiper11 {
    width: 1200px;
}
.index4 .swiper-button-prev, 
.index4 .swiper-rtl .swiper-button-next {
    left: -70px;
    border: 1px solid #202020;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.index4 .swiper-button-prev:after, 
.index4 .swiper-rtl .swiper-button-next:after {
    font-size: 16px;
    color: #202020;
}
.index4 .swiper-button-next, 
.index4 .swiper-rtl .swiper-button-prev {
    right: -70px;
    border: 1px solid #202020;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.index4 .swiper-button-next:after, 
.index4 .swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
    color: #202020;
}
.index4 .swiper-horizontal>.swiper-pagination-bullets, 
.index4 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.index4 .swiper-pagination-custom, 
.index4 .swiper-pagination-fraction {
    bottom: -30px;
}
.index4 .swiper-pagination-bullet {
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .3);
    background-color: #202020;
}
.index4 .swiper-pagination-bullet-active {
    background-color: #202020;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    width: 20px;
    border-radius: 4px;
}

.bt-02 {
    text-align: center;
    padding-bottom: 50px;
}
.bt-02 h2 {
    color: #283E72;
    font-size: 40px;
    letter-spacing: 1px;
}
.bt-02 h3 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
}
.bt-03 {
    text-align: center;
    padding-bottom: 50px;
}
.bt-03 h2 {
    color: #E4E4E4;
    font-size: 40px;
    letter-spacing: 1px;
}
.bt-03 h3 {
    color: #202020;
    font-size: 24px;
    letter-spacing: 1px;
}
.index4 {
    padding: 60px 0;
}
.index4 .ner {
    display: flex;
    justify-content: space-between;
}
.index4 .ner .n {
    width: 24%;
}
.index4 .ner .n img {
    width: 100%;
    height: 195px;
}
.index5 {
    position: relative;
}
.index5 {
    display: block;
    width: 100%;
    height: 70px;
}
.index5 .tex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index5 .tex h3 {
    color: #202020;
    font-size: 24px;
    padding-bottom: 16px;
    letter-spacing: 1px;
}
.index5 .tex span {
    background-color: #202020;
    width: 40px;
    height: 4px;
}
.index6 {
    padding: 40px 0 60px 0;
}
.index6 .ner {
    display: flex;
    flex-wrap: wrap;
}
.index6 .ner .n {
    width: 19%;
    margin: 0.5% 0.5%;
    cursor: pointer;
    height: 153px;
    overflow: hidden;
    position: relative;
    background: #fafafa;
}
.index6 .ner .n img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.index6 .ner .n img:hover {
    transform: scale(1.1);
    transition: all .3s;
}
.bt-04 {
    text-align: center;
    padding-bottom: 50px;
}
.bt-04 h2 {
    color: #E4E4E4;
    font-size: 40px;
    letter-spacing: 1px;
}
.bt-04 h3 {
    color: #0D2E5A;
    font-size: 24px;
    letter-spacing: 1px;
}
.news {
    padding: 60px 0;
}
.news .ner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news .ner .n {
    display: flex;
    align-items: center;
    width: 590px;
    height: 175px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.news .ner .n .img {
    width: 250px;
    border-radius: 5px 0 0 5px;
    height: 175px;
}
.news .ner .n .img img {
    width: 100%;
    height: 175px;
    border-radius: 5px 0 0 5px;
    object-fit: cover;
}
.news .ner .n .tex {
    background-color: #fff;
    box-shadow: 0 0 2px 0 #ccc;
    border-radius: 0 5px 5px 0;
    padding: 15px;
    height: 175px;
    box-sizing: border-box;
    width: calc(100% - 250px)
}
.news .ner .n .tex h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1.5;
    color: #202020;
}
.news .ner .n .tex p {
    color: #969696;
    font-size: 14px;
}
.news .ner .n .tex span {
    margin-top: 30px;
    display: block;
    color: #969696;
    font-size: 13px;
}
.wjfh-1 {
    padding: 60px 0;
}
.wjfh-1 .bt {
    text-align: center;
}
.wjfh-1 .bt h3 {
    color: #0D2E5A;
    font-size: 24px;
    padding-bottom: 40px;
}
.wjfh-1 .ner .to {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.wjfh-1 .ner .to li {
    color: #0D2E5A;
    width: 135px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.wjfh-1 .ner .to li.active {
    background-color: #2C4E9E;
    color: #fff;
}
.wjfh-1 .ner .bo .bo-2 {
    display: flex;
    flex-wrap: wrap;
}
.wjfh-1 .ner .bo .bo-2 .b {
    width: 32%;
    margin-top: 2%;
}
.wjfh-1 .ner .bo .bo-2 .b img {
    width: 100%;
}
.wjfh-1 .ner .bo .bo-2 .b:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}
.wjfh-1 .ner .bo .bo-1 {
    display: none;
}
.wjfh-1 .ner .bo .bo-1:nth-child(1) {
    display: block;
}
.wjfh-2 {
    padding: 0 0 60px 0;
}
.wjfh-2 .bt h3 {
    color: #0D2E5A;
    font-size: 24px;
    padding-bottom: 40px;
    text-align: center;
    letter-spacing: 1px;
}
.wjfh-2 .ner {
    display: flex;
    flex-wrap: wrap;
}
.wjfh-2 .ner .n {
    width: 32%;
    box-shadow: 0 0 5px 0 #ccc;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 2%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.wjfh-2 .ner .n:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}
.wjfh-2 .ner .n h4 {
    color: #0D2E5A;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}
.wjfh-2 .ner .n h5 {
    color: #202020;
    font-size: 16px;
}
.wjfh-2 .ner .n span {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #262626;
    margin: 20px 0 15px 0;
}
.wjfh-2 .ner .n p {
    line-height: 1.7;
    color: #262626;
}

.wjfh-2 .ner .n:hover {
    background-color: rgb(0, 51, 120);
    transition: all .6s;
}
.wjfh-2 .ner .n:hover h4,
.wjfh-2 .ner .n:hover h5,
.wjfh-2 .ner .n:hover p{
    color: #fff;
}
.wjfh-2 .ner .n:hover span {
    background-color: #fff;
}
.wjfh-2 .ner .n img {
    width: 100%;
    display: none;
    height: 180px;
    margin-top: 20px;
}
.wjfh-2 .ner .n:hover img {
    display: block;
}

.jb-1 {
    padding: 60px 0;
}
.jb-1 .bt {
    text-align: center;
}
.jb-1 .bt h3 {
    color: #0D2E5A;
    font-size: 24px;
    padding-bottom: 40px;
}
.jb-1 .ner .to {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.jb-1 .ner .to li {
    color: #0D2E5A;
    width: 135px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.jb-1 .ner .to li.active {
    background-color: #2C4E9E;
    color: #fff;
}
.jb-1 .ner .bo .bo-2 {
    display: flex;
    flex-wrap: wrap;
}
.jb-1 .ner .bo .bo-2 .b {
    width: 18.8%;
    margin: 0 0.6%;
    margin-top: 1.2%;
}
.jb-1 .ner .bo .bo-2 .b img {
    width: 100%;
    height: 363px;
    display: block;
}
.jb-1 .ner .bo .bo-1 {
    display: none;
}
.jb-1 .ner .bo .bo-1:nth-child(1) {
    display: block;
}
.jb-1 .ner .bo .bo-2 .b .tex {
    background-color: #00091b;
    color: #fff;
    text-align: center;
    padding: 10px;
    height: 84px;
}
.jb-1 .ner .bo .bo-2 .b .tex h5 {
    font-size: 16px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}
.jb-1 .ner .bo .bo-2 .b .tex p {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.bt-05 form {
    display: flex;
    justify-content: center;
    position: relative;
    width: 440px;
    margin: 0 auto 50px;
}
.bt-05 form input {
    width: 440px;
    height: 44px;
    padding-left: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #9E9E9E;
}
.bt-05 form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}
.bt-05 form button svg {
    width: 20px;
    height: 20px;
}

.contact {
    padding: 80px 0;
}
.contact .ner {
    display: flex;
    justify-content: space-between;
}
.contact .ner .le img {
    width: 360px;
    /*height: 300px;*/
    background-color: #fff
}
.contact .ner .ri {
    width: 700px;
}
.contact .ner .ri h3 {
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    color: #202020;
}
.contact .ner .ri p {
    line-height: 1.8;
}
.contact1 {
    padding: 80px 0;
}
.contact1 .ner {
    display: flex;
    justify-content: space-around;
}
.contact1 .ner .n {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}
.contact1 .ner .n .n-1 {
    background-color: #0D2E5A;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
.contact1 .ner .n .n-1 svg {
    width: 40px;
    height: 40px;
    position: absolute; 
    top: 0; 
    left: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.contact1 .ner .n .n-2 {
    text-align: center;
    margin-top: 40px;
}
.contact1 .ner .n .n-2 h4 {
    font-size: 18px;
    padding-bottom: 16px;
    letter-spacing: 1px;
    color: #3D3D3D;
}
.contact1 .ner .n .n-2 p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #616161;
    font-weight: 500;
}

.chrk {
    padding: 80px 0;
}
.chrk .ner1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.chrk .ner1 h3 {
    color: #0D2E5A;
    font-size: 30px;
    letter-spacing: 1px;
}
.chrk .ner1 span {
    background-color: rgb(169, 169, 169);
    width: 40px;
    height: 4px;
    display: block;
    margin: 30px 0;
}
.chrk .ner1 p {
    font-size: 16px;
    color: #666;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 60px;
}
.chrk .ner1 a {
    display: block;
    width: 160px;
    height: 50px;
    margin-top: 160px;
    background-color: #1e50ae;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border-radius: 5px;
}

.sqzw {
    padding: 80px;
}
.sqzw .bt h3 {
    text-align: center;
    font-size: 20px;
    color: #202020;
    letter-spacing: 2px;
    padding-bottom: 30px;
}
.sqzw .ner {
    padding: 50px 80px;
    max-width: 900px;
    background-color: #fff;
    margin: 0 auto;
}
.sqzw .ner .f {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}
.sqzw .ner .f p {
    font-size: 16px;
    font-weight: 700;
    color: #313030;
    width: 130px;
    text-align: right;
    padding-right: 15px;
}
.sqzw .ner .f input {
    width: calc(100% - 130px);
    height: 60px;
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
}
.sqzw .ner .t input {
    width: 60%;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
    background-color: #0D2E5A;
    margin: 0 auto;
    margin-left: 200px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.czlc {
    padding: 60px 0;
}
.czlc .bt h4 {
    color: #202020;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
}
.czlc .bt h3 {
    color: #2C4E9E;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    padding-top: 5px;
}
.czlc .ner {
    margin-top: 40px;
    border-left: 2px solid #d8d8d8;
    padding: 0 0 40px 0;
}
.czlc .ner .n {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.czlc .ner .le {
    width: 50px;
    height: 50px;
    border: 1px solid #616161;
    border-radius: 50%;
    margin-left: -25px;
    text-align: center;
    line-height: 50px;
    z-index: 9;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #767676;
}
.czlc .ner .ri {
    width: 1100px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    padding: 30px;
}
.czlc .ner .ri h3 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    color: rgb(0, 51, 120);
}
.czlc .ner .ri p {
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: rgb(153, 153, 153);
}
.czlc .ner .ri a {
    background-color: #2C4E9E;
    text-align: center;
    line-height: 40px;
    width: 150px;
    color: #fff;
    display: block;
    border-radius: 5px;
    letter-spacing: 1px;
}

.sidebar-menu.open .desktop-menu ul li:hover {
        background-color: #00A0E9;
}
.banner .banner-content .viewtube-btn {
    background-color: #00A0E9;
}
.banners .slick-dots .slick-active button {
    background-color: #00A0E9;
}