body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


q:before,
q:after {
    content: '';
}

fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}


sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1500px;
}

html {
    scroll-behavior: smooth;
}

.height-100 {
    height: 100%;
}

.height-950 {
    width: 100%;
    height: 950px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.flex-content-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}


.padding-tb-0 {
    padding-top: 0;
    padding-bottom: 0;
}




.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.flex-align-center {
    display: flex;
    align-items: center;
}


/* -- */

.header {
    width: 100%;
    max-width: 1920px;
}

.header .cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px;
    height: 95px;
}



.header-top {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../img/top-bg.png) center no-repeat;
}

.top-text {
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
}

.top-text .text {
    font-size: 12px;
    opacity: .7;
    color: #fff;
}

.top-text .top-links a,
.top-text .top-links span {
    color: #fff;
    opacity: .7;
}

.top-text .top-links span {
    margin: 0 5px;
}


/* 导航 */

.con-navigation {
    display: flex;
    align-items: center;
}

.nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav .nLi {
    height: 100%;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 15px;
    line-height: 95px;
}

.nav .nLi.on h3,
.nav .nLi:hover h3 {
    border-bottom: 2px solid #0e5d96;
    height: 93px;
}



.nav .nLi h3 {
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #2e2e2e;
}

.nav .nLi:hover h3 a {
    font-weight: bold;
    color: #0e5d96;
}

.nav .nLi.on h3 a {
    color: #0e5d96;
    font-weight: bold;
}


.nav .sub {
    width: 120%;
    top: 95px;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    left: -10%;
    z-index: 99;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

.nav .nLi:hover .sub {
    opacity: 1;
    transition: all 0.4s ease-out 0s;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    zoom: 1;
    border-top: 1px dashed #0e5d96;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.nav .sub li:first-child {
    border: none;
}

.nav .sub li a {
    color: #333;
    font-size: 16px;
}

.nav .sub li:hover a {
    color: #0e5d96;
}


/* - */
.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-pagination {
    position: absolute;
    bottom: 26px;
}

.banlist .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #0e5d96;
}

.column .name {
    font-size: 36px;
    color: #484848;
    font-weight: bold;
}

.column .name-en {
    font-size: 40px;
    color: #484848;
    text-transform: uppercase;
}


/* - */

.main-about {
    padding: 90px 0 130px 0;
    background: #f5f7fc;
}

.about-list {
    display: flex;
    justify-content: space-between;
    position: relative;
}



.ab-right {
    width: 42.5%;
    position: relative;
}

.ab-right .img {
    overflow: hidden;
}

.ab-right .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.ab-right .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}



.ab-right .ab-right-txt {
    position: absolute;
    right: 50px;
    bottom: -50px;
}

.ab-left {
    width: 57.5%;
    background: url(../img/ab-left-bg.png) top right no-repeat;
    background-position: 85% 0;
    box-sizing: border-box;
    padding-right: 40px;
    position: relative;
}

.ab-left .text .desc {
    color: #484848;
    line-height: 40px;
}

a.more {
    width: 165px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #115d91;
    display: inline-block;
    border: 1px solid #115d91;
    border-radius: 5px;
}

a.more:hover {
    color: #fff;
    background: #115d91;
}

.ab-left .numbers {
    width: 108.7%;
    height: 205px;
    position: absolute;
    left: 0;
    bottom: -50px;
    background: url(../img/numbers-bg.png) no-repeat;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
}

.numbers .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 40px;
}


.numbers .item p {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    text-align: left;
    width: 100%;
}

.numbers .item p span {
    font-size: 50px;
    color: #fff;
}

/* -- */
.main-cpzx {
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-cpzx-bg.jpg);
}

.main-djgz .column,
.main-hzhb .column,
.main-cpzx .column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 65px 0 30px 0;
}

.main-cpzx .column {
    justify-content: center;
}

.main-cpzx .column .name,
.main-cpzx .column .name-en {
    color: #fff;
    text-align: center;
}

.cpzxlist {
    width: 100%;
    height: 635px;
    position: relative;
    background: url(../img/cpzxlist-bg.png) no-repeat;
    box-sizing: border-box;
    padding: 0 60px;
}

.cpzxlist .tab-list {
    height: 100%;
    width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    right: 60px;
    box-sizing: border-box;
    padding: 70px 0;
}

.cpzxlist .tab-list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: .7;
    cursor: pointer;
}

.cpzxlist .tab-list .item.on {
    opacity: 1;
}

.cpzxlist .tab-list .item .ico {
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.cpzxlist .tab-list .item p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 12px;
}

.con-list {
    width: 72.5%;
    position: relative;
}


.con-list .swiper-slide {
    display: flex;
    overflow: hidden;

}

.con-list .swiper-slide .image {
    padding: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 10%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 10%) !important;
}

.con-list .swiper-slide .img {
    border-radius: 50%;
    padding: 15px;
    background: #fff;
}

.con-list .swiper-slide .text {
    box-sizing: border-box;
    padding-top: 60px;
    padding-right: 40px;
    width: 378px;
}

.con-list .swiper-slide .text .title {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.con-list .swiper-slide .text .desc {
    color: #fff;
    line-height: 30px;
    margin: 20px 0 55px 0;
}

.con-list .swiper-slide .text .more {
    color: #fff;
    border: 1px solid #fff;
}


.con-list .swiper-slide .img img {
    border-radius: 50%;
}

.con-list .swiper-slide {
    opacity: 0 !important;
}

.con-list .swiper-slide-active {
    opacity: 1 !important;
}

.con-list .swiper-pagination1 {
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 21%;
}

.con-list .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;

}

.con-list .swiper-pagination-bullet-active {
    opacity: 1;
}

.con-list .swiper-prev {
    position: absolute;
    right: 460px;
    top: 36%;
    z-index: 99;
}

.con-list .swiper-next {
    position: absolute;
    right: -25px;
    top: 36%;
    z-index: 99;
}


.con-list .box {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.con-list .box.on {
    visibility: inherit;
}


.con-list .swiper-container {
    width: 928px;
    height: auto;
}














/* news */

.djgzlist {
    display: flex;
    justify-content: space-between;
}

.djgzlist .djgzside {
    width: 35.5%;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
}

.djgzlist .infolist {
    width: 62.5%;
}

.djgzlist .infolist .box {
    width: 100%;
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
}

.djgzlist .infolist .box ul {
    display: flex;
    box-sizing: border-box;
    padding: 45px 0;
    border: 1px solid #efefef;
}

.djgzlist .infolist .box ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;

}

.djgzlist .infolist .box ul li .title {
    width: 100%;
    height: 21px;
    line-height: 21px;
    color: #373737;
}

.djgzlist .infolist .box ul li .dete {
    color: #373737;
    opacity: .5;
    margin: 10px 0 20px 0;
}

.djgzlist .infolist .box ul li .desc {
    color: #373737;
    opacity: .5;
    line-height: 21px;
    height: 42px;
}

.djgzlist .infolist .box ul li:first-child,
.djgzlist .infolist .box ul li.li3 {
    border-right: 1px solid #f2f2f2;
}

.djgzlist .infolist .box ul li:hover .title {
    color: #0e5d96;
    font-weight: bold;
}

.djgzlist .infolist .box ul li:hover .desc,
.djgzlist .infolist .box ul li:hover .dete {
    opacity: .7;
}

.advlist .swiper-slide .img {
    overflow: hidden;
}

.advlist .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.advlist .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}



.djgzside .swiper-slide .text {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 30px;
}

.djgzside .swiper-slide .title {
    color: #373737;
    height: 24px;
}

.djgzside .swiper-slide .desc {
    color: #373737;
    opacity: .5;
    line-height: 21px;
    height: 42px;
    margin: 12px 0 13px 0;
}

.djgzside .swiper-slide .dete {
    color: #373737;
    opacity: .5;
}

.djgzside .swiper-slide .img {
    overflow: hidden;
}

.djgzside .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.djgzside .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.djgzside .swiper-slide:hover .title {
    color: #0e5d96;
}

.djgzside .swiper-slide:hover .desc,
.djgzside .swiper-slide:hover .dete {
    opacity: .7;
}



.djgzside .swiper-pagination4 {
    position: absolute;
    bottom: 17px;
    right: 15px;
    left: inherit;
    width: auto;
    z-index: 99;
}


.djgzside .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #dbdbdb;
    border-radius: 5px;
    opacity: 1;
}

.djgzside .swiper-pagination-bullet-active {
    background: #0e5d96;
}



/* -- */
.main-hzhb {
    width: 100%;
    background: url(../img/main-hzhb-bg.jpg) center no-repeat;
    padding-bottom: 85px;
    background-size: cover;
}

.hzhblist {
    width: 100%;
    height: 550px;
    position: relative;
}

.hzhblist .box {
    width: 202px;
    height: 172px;
    position: absolute;
    background: url(../img/hzhb-box-bg2.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hzhblist .box.on {
    background: url(../img/hzhb-box-bg1.png) no-repeat;
}

.hzhblist .box1 {
    left: 512px;
    top: 0;
}

.hzhblist .box2 {
    right: 344px;
    top: 0;
}

.hzhblist .box3 {
    left: 340px;
    top: 93px;
}

.hzhblist .box4 {
    left: 684px;
    top: 93px;
}

.hzhblist .box5 {
    right: 172px;
    top: 93px;
}


.hzhblist .box6 {
    left: 172px;
    top: 190px;
}

.hzhblist .box7 {
    right: 344px;
    top: 190px;
}

.hzhblist .box8 {
    right: 0;
    top: 190px;
}

.hzhblist .box14 {
    left: 512px;
    top: 190px;
    background: url(../img/hzhb-box-bg3.png) no-repeat;
}

.hzhblist .box9 {
    left: 0;
    top: 280px;
}

.hzhblist .box10 {
    left: 340px;
    top: 280px;
}


.hzhblist .box11 {
    left: 684px;
    top: 280px;
}

.hzhblist .box12 {
    right: 172px;
    top: 280px;
}

.hzhblist .box13 {
    left: 512px;
    bottom: 0;
}

.hzhblist .box {
    overflow: hidden;
}

.hzhblist .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.hzhblist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


/* -- */
.footer {
    width: 100%;
    /* height: 350px; */
    background: #3d4755;
    overflow: hidden;
}

.footer .foot {
    height: 280px;
    display: flex;
    align-items: center;
}

.footer .yw-logo {
    padding: 15px 0 20px 0;
}

.footer .contact p {
    line-height: 30px;
    color: rgba(255, 255, 255, .5);
}

.footer .zyly .ico {
    display: inline-block;
}


.ft-right {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ft-code {
    display: flex;
    margin-top: 25px;
}

.ft-code .img {
    margin-left: 18px;
}

.ft-code .img p {
    color: rgba(255, 255, 255, .5);
    text-align: center;
    margin-top: 10px;
}


.ft-right .phone p {
    color: rgba(255, 255, 255, .5);
    text-align: right;
}

.ft-right .phone p.p2 {
    font-size: 30px;
    font-weight: bold;
}

.footer .banq {
    width: 100%;
    /* line-height: 65px; */
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 0;
}

.footer .banq p {
    color: rgba(255, 255, 255, .5);
    text-align: center;
    line-height: 30px;
}

.footer .banq p a {
    color: rgba(255, 255, 255, .5);
}

/* ------- */

.pagination {
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    display: inline-block;
    background: #aaa;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #0e5d96;
}

.con-textlist .info li {
    margin-bottom: 30px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 30px;
}

.con-textlist .info li .title {
    color: #333;
}

.con-textlist .info li .desc {
    opacity: .5;
    margin: 15px 0;
    color: #373737;
}

.con-textlist .info li .dete {
    color: #373737;
    opacity: .5;
}

.con-textlist .info li:hover .title {
    color: #0e5d96;
    font-weight: bold;
}

.con-textlist .info li:hover .desc,
.con-textlist .info li:hover .dete {
    opacity: .8;
}

.con-textlist .info li:hover {
    border: 1px solid #0e5d96;
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;

}


.nei-banner {
    position: relative;
}

.nei-banner img {
    width: 100%;
}

.neiye-wz {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.neiye-wz p,
.neiye-wz p a {
    color: #fff;
    text-align: right;
}

.sublist {
    width: 100%;
    height: 110px;
    box-shadow: 0.3125rem 0.25rem 0.5rem 0 rgb(0 0 0 / 5%);
}

.sublist-list {
    display: flex;
}

.sublist .column-name {
    height: 210px;
    position: relative;
    left: 0;
    background: rgba(14, 93, 150, .8);
    box-sizing: border-box;
    padding: 0 40px;
    top: -100px;
    display: flex;
    flex-direction: column;
}

.sublist .column-name::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 38px solid transparent;
    border-right: 50px solid #fff;
}


.sublist .column-name .name {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.sublist .column-name .name span {
    border-top: 2px solid #fff;
    padding-top: 22px;
    display: inline-block;
}

.sublist .column-name .name-en {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    margin: 27px 0 20px;
}

.sublist-nav {
    height: 110px;
    box-sizing: border-box;
    /* padding-left: 400px; */
    padding-left: 48px;
}

.sublist-nav ul {
    height: 100%;
    display: flex;
}

.sublist-nav ul li span {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #dcdcdc;
    border-radius: 50%;
    margin-right: 5px;
}

.sublist-nav ul li {
    padding: 0 33px;
    display: flex;
    align-items: center;
}

.sublist-nav ul li.on,
.sublist-nav ul li:hover {
    border-bottom: 2px solid #0e5d96;
}

.sublist-nav ul li.on span,
.sublist-nav ul li:hover span {
    background: #0e5d96;
}

.sublist-nav ul li.on a,
.sublist-nav ul li:hover a {
    color: #0e5d96;
}

.sublist-nav ul li a {
    color: #0e050a;
    font-size: 16px;
}

.con-picture ul.info li .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #363636;
    text-align: center;
    border: 1px solid #eee;
    border-top: none;
}

.con-picture ul.info li .img {
    overflow: hidden;
}

.con-picture ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-picture ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-picture ul.info li:hover .title {
    background: #0e5d96;
    color: #fff;
}


/* -- */
.con-piclist ul.info li {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}

.con-piclist ul.info li .dete {
    color: #373737;
    opacity: .5;
}


.con-piclist ul.info li .box {
    display: flex;
}

.con-piclist ul.info li .img {
    overflow: hidden;
    width: 22.85%;
}

.con-piclist ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-piclist ul.info li .text {
    width: 77.15%;
    box-sizing: border-box;
    padding: 25px 30px;
}


.con-piclist ul.info li .title {
    color: #333333;
    line-height: 25px;
    height: 25px;
}

.con-piclist ul.info li .desc {
    color: #4a4a4a;
    line-height: 25px;
    opacity: .5;
    height: 50px;
    margin: 12px 0 19px 0;
}

.con-piclist ul.info li:hover {
    border: 1px solid #0e5d96;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
}

.con-piclist ul.info li:hover .title {
    font-weight: bold;
    color: #0e5d96;
}

.con-piclist ul.info li:hover .desc {
    opacity: .7;
}


.con-piclist ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-detail {
    border: 1px solid #e6e6e6;
    margin-bottom: 60px;
}

.con-detail .detail {
    box-sizing: border-box;
    padding: 30px 175px 20px 175px;
}

.con-detail .title {
    font-size: 28px;
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.con-detail .timer {
    text-align: center;
    padding: 20px 0 10px 0;

}

.con-detail .timer span {
    color: #3c3c3c;
    opacity: .5;
    margin: 0 10px;
}

.con-detail .dtl {
    padding: 40px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.con-detail .dtl p {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 35px;
    text-align: justify;
    margin-top: 10px;
}

#prevnext {
    display: flex;
    justify-content: space-between;
}

#prevnext li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

#prevnext li.next {
    text-align: right;
}

#prevnext li a {
    font-size: 16px;
    color: #3c3c3c;
}

#prevnext li:hover a {
    font-weight: bold;
    color: #115d91;
}


.con-danye {
    border: 1px solid #e6e6e6;
    margin-bottom: 60px;
}

.con-danye .danye {
    box-sizing: border-box;
    padding: 30px 155px 20px 155px;
}

.con-danye .title {
    font-size: 28px;
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.con-danye .timer {
    text-align: center;
    padding: 20px 0 10px 0;

}

.con-danye .timer span {
    color: #3c3c3c;
    opacity: .5;
    margin: 0 10px;
}


.con-danye .dtl p {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 35px;
    text-align: justify;
    margin-top: 10px;
}

#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
    transform: rotate(180deg);
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    background: #0e5d96;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #fff;
}


.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.con-textlist center,
.con-piclist center {
    padding-top: 30px;
    margin: 0;
}





/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    width: 85%;
}

.mbheader .header-con .logo a {
    display: inline-block;
}

.mbheader .header-con .logo img {
    height: 50px;
    width: auto;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #0e5d96;
    width: 30px;
    height: 2px;
    position: absolute;
    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: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    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-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

/* -- */

.main-up-cpzx .column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cpzx-box .swiper-slide img {
    width: 100%;
}



.cpzx-box .swiper-slide .title {
    width: 100%;
    line-height: 70px;
    height: 70px;
    color: #2e2e2e;
    text-align: center;
    box-sizing: border-box;
    padding: 0 65px;
    background: #f9f9f9;
}

.cpzx-box .swiper-slide .more {
    line-height: 80px;
    text-align: center;
    color: #2e2e2e;
    background: #f9f9f9;
    border-bottom: 2px solid #fff;
}

.cpzx-box .swiper-slide .more span {
    width: 22px;
    height: 21px;
    background: url(../img/cpzx-side-ico.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 5px;
}

.cpzx-box .swiper-slide:hover .more span {
    background: url(../img/cpzx-side-ico-on.png) no-repeat;
}

.cpzx-box .swiper-slide:hover .title {
    color: #115d91;
    font-weight: bold;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
    background: url(../img/cpzx-side-title-on.png) left top no-repeat;
}

.cpzx-box .swiper-slide:hover .more {
    color: #115d91;
    border-bottom: 2px solid #1182d8;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
}

.cpzx-box .swiper-slide .img {
    overflow: hidden;
    position: relative;
}

.cpzx-box .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.cpzx-box .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.cpzx-box .swiper-slide .text {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.cpzx-box .swiper-slide:hover .text {
    display: flex;
}

.cpzx-box .swiper-slide .text .name {
    color: #fff;
    text-align: center;
}

.cpzx-box .swiper-slide .text .desc {
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0 40px;
    margin-top: 10px;
}

.cpzx-content {
    width: 100%;
    background: url(../img/cpzx-box-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 80px 0 60px 0;
}

.cpzx-box {
    box-sizing: border-box;
    padding: 0 40px;
    background: #fff;
}

.cpzx-box .swiper-container {
    padding: 20px 0 60px 0;
}

.cpzx-box .swiper-slide {
    box-sizing: border-box;
    padding: 0 20px;
}

.cpzx-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #c6c6ca;
    opacity: 1;
}

.cpzx-box .swiper-pagination-bullet-active {
    background: #0e5d96;
}

/* -dszzc-- */

.main-up-gsjj .dszzc {
    width: 100%;
    background: url(../img/dszzc-bg.png) top center no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: space-between;
    padding: 35px 0 100px 0;
    margin-top: 55px;
}

.dszzc .dszzc-left,
.qyjj-right {
    width: 55.35%;
}

.dszzc .dszzc-right {
    width: 33.2%;
    position: relative;
}

.dszzc-right .img {
    overflow: hidden;
}

.dszzc-right .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.dszzc-right .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.dszzc-left .txt p {
    font-size: 18px;
    color: #484848;
    line-height: 30px;
    margin-bottom: 35px;
    text-indent: 2em;
    text-align: justify;
}

.dszzc-left .txt p:last-child {
    margin-bottom: 0;
}

.up-qyjj {
    width: 100%;
    background: url(../img/qyjj-bg.png) center top no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}

.qyjj-left {
    width: 42.5%;
    position: relative;
}

.qyjj-left .img {
    overflow: hidden;
}

.qyjj-left .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.qyjj-left .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.up-qyjj .qyjjlist {
    display: flex;
    justify-content: space-between;
}

.qyjj-left .ab-right-txt {
    position: absolute;
    right: 50px;
    bottom: -50px;
}

.qyjj-right .name {
    font-size: 28px;
    color: #484848;
    font-weight: bold;
    margin: 30px 0;
}

.qyjj-right .desc p {
    font-size: 18px;
    color: #484848;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: justify;
}

.main-up-gsjj .column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* - */
#jyb_index_focus {
    clear: both;
    position: relative;
    margin: auto 0;
    width: 100%;
    height: 510px;
    background: transparent;
}

.jyb_index_focusImg li {
    clear: both;
    position: absolute;
    top: 72px;
    left: 120px;
    width: 440px;
    height: 310px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.jyb_index_focusImg li a,
.jyb_index_focusImg li img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.jyb_index_focusImg li.active {
    z-index: 3;
    top: 0;
    opacity: 1;
    width: 600px;
    height: 425px;
    padding: 0 260px;
    filter: alpha(opacity=100);

}

.jyb_index_focusImg li.active img:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.jyb_index_focusImg li.active p {
    display: block;
}

.jyb_index_focusImg li.next {
    left: 800px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#moe-focus-cover {
    display: none;
}

.focus-pagenation {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
    text-align: center;
}

.focus-pagenation dd {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.focus-pagenation dd.curr {
    background: #0e5d96;
}

.focus-arrow-left,
.focus-arrow-right {
    position: absolute;
    top: 160px;
    left: -30px;
    cursor: pointer;
    opacity: 1 !important;
}

.focus-arrow-right {
    left: auto;
    right: -30px;
}

.jyb_index_focusImg {
    position: absolute;
    left: 1%;
}

/* - */

.up-gsjj-content p.name {
    font-size: 28px;
    font-weight: bold;
    color: #115d91;
    margin-bottom: 20px;
}

.up-gsjj-content p.desc {
    font-size: 18px;
    color: #484848;
    line-height: 40px;
    text-indent: 2em;
}

.qywhlist {
    display: flex;
    justify-content: space-between;
}

.qywh-left {
    width: 47%;
    box-sizing: border-box;
    padding-top: 75px;
}

.qywh-right {
    width: 47%;
    display: flex;
    justify-content: space-between;
}

.qywh-right .box2 {
    margin-top: 80px;
}

.qywh-right .box .img {
    overflow: hidden;
}

.qywh-right .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.qywh-right .box .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.up-gsjj-content {
    width: 100%;
    background: url(../img/up-qywh-bg.png) top center no-repeat;
    background-position-y: 18%;
}

.up-xwzc {
    padding: 100px 0;
    background: url(../img/xwzclist-bg.png) top center no-repeat;
}

.xwzclist .item {
    display: flex;
    justify-content: space-between;
}

.xwzclist .item .img {
    width: 50%;
    overflow: hidden;
}

.xwzclist .item .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xwzclist .item .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.xwzclist .item1 .text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.xwzclist .item2 .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-right: 45px;
}

/* -- */

.main-landing {
    padding: 85px 0;

}

.con-land {
    width: 100%;
    background: url(../img/landing-bg.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0.3125rem 0.25rem 1.5rem 0 rgb(0 0 0 / 10%);
}


.land-contact .box {
    display: flex;
    align-items: center;
    margin-bottom: 47px;
    width: 100%;
}

.land-contact .box .ico {
    width: 50px;
    height: 50px;
    background: #0e5d96;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.land-contact .box span {
    font-size: 20px;
    color: #484848;
    margin-left: 18px;
    display: inline-block;
    width: calc(100% - 50px);
}

.land-contact .column,
.land-form .column {
    text-align: center;
}

.land-contact .column .name,
.land-contact .column .name-en {
    color: #115d91;
}

.land-contact .contact {
    box-sizing: border-box;
    padding-left: 95px;
    padding-bottom: 20px;
}

.land-form {
    box-sizing: border-box;
    padding-right: 55px;
}

.land-form .column .name,
.land-form .column .name-en {
    color: #fff;
}

.layui-input,
.layui-select,
.layui-textarea {
    height: 50px;
    line-height: 50px;
}


.layui-btn {
    font-size: 22px;
    width: 230px;
    height: 60px;
    background: #ffc619;
    border-radius: 50px;
}

#guestbook .name {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #115d91 2px dashed !important;
    /* background-color: #115d91 !important; */
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/* -- */

.mb-ryzz {
    display: none;
}

.mb-ryzz .swiper-slide .img img {
    width: 100%;
}

.mb-ryzz .swiper-pagination4 {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.mb-ryzz .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #dbdbdb;
    border-radius: 5px;
    opacity: 1;
}

.mb-ryzz .swiper-pagination-bullet-active {
    background: #0e5d96;
}