.cjy {
    width: 100%;
    overflow: hidden;
}


/* nav-start */


/* 瀵艰埅 */

nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 800;
}

nav.no {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.top-1 {
    width: 100%;
    height: 80px;
    background-color: rgba(34, 38, 42, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

nav .topscool {
    background-color: rgba(47, 61, 145, 0.9);
}

nav .top-11 {
    background-color: rgba(98, 94, 93, 0.76);
}

.top-1 .container>a {
    display: inline-block;
    margin-top: 20px;
}

.top-1 .container>a img {
    display: block;
}

.top-1 .container>a img:nth-child(2) {
    display: none;
}

nav.no .top-1 {
    background: #FFFFFF;
}

nav.no .top-1 .container>a img:nth-child(1) {
    display: none;
}

nav.no .top-1 .container>a img:nth-child(2) {
    display: block;
    animation: fadeIn 0.3s;
}

.top-1 .rig {
    float: right;
    height: 80px;
    width: 215px;
    font-size: 0.875rem;
    color: #FFFFFF;
}

.top-1 .rig a {
    color: #FFFFFF;
}

.top-1 .rig>span {
    line-height: 80px;
}

.top-1 .rig .sou {
    width: 100px;
    text-align: right;
    position: relative;
}

.top-1 .rig .sou img {
    float: right;
}

.top-1 .rig .sou img:last-child {
    display: none;
}

.top-1 .rig .oa {
    width: 78px;
    float: right;
    text-align: right;
}

.top-1 .rig .oa a {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.top-1 .rig .oa a::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.top-1 .rig .oa a:hover::before {
    width: 100%;
}

.top-1 .rig .oa a:hover {
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.top-1 .rig .sou a input {
    display: none;
    position: absolute;
    right: 20px;
    top: 25px;
    height: 30px;
    border: none;
    padding-left: 5px;
    color: #004084;
    background: none;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

.top-1 .rig .sou img {
    margin-top: 31px;
    line-height: 1;
}

.top-1 .rig div {
    float: right;
    height: 80px;
    line-height: 80px;
}

.top-1 .rig .menu {
    width: 115px;
    text-align: right;
    position: relative;
}

.top-1 .rig .menu a {
    position: relative;
    width: 75px;
    display: inline-block;
    text-align: left;
}

.top-1 .rig .menu a span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.top-1 .rig .menu a i {
    font-style: normal;
    display: inline-block;
    margin-top: 1px;
}

.top-1 .rig .menu a span:nth-child(2) {
    width: 20px;
    height: 2px;
    display: inline-block;
    background-color: #FFFFFF;
    position: absolute;
    line-height: 1;
    right: 3px;
    top: 35px;
}

.top-1 .rig .menu a span:nth-child(3) {
    width: 20px;
    height: 2px;
    display: inline-block;
    background-color: #FFFFFF;
    position: absolute;
    line-height: 1;
    right: 3px;
    top: 40px;
}

.top-1 .rig .menu a span:nth-child(4) {
    width: 20px;
    height: 2px;
    display: inline-block;
    background-color: #FFFFFF;
    position: absolute;
    line-height: 1;
    right: 3px;
    top: 45px;
}

.top-1 .rig .menu ul,
.top-1 .rig .lang ul {
    display: none;
    position: absolute;
    right: 0;
    top: 55px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 15px;
    border-radius: 15px;
    z-index: 15;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

.top-1 .rig .menu ul li,
.top-1 .rig .lang ul li {
    line-height: 2;
}

.top-1 .rig .menu ul li a,
.top-1 .rig .lang ul li a {
    color: #333333;
}

.top-1 .rig .menu ul li:hover a,
.top-1 .rig .lang ul li:hover a {
    color: #B71421;
    font-weight: 600;
}

nav.no .oa a,
nav.no .lang,
nav.no .lang a,
nav.no .menu a {
    color: #003A80 !important;
}

nav.no .menu a span {
    background: #003A80 !important;
}

nav.no .sou img {
    display: none !important;
}

nav.no .sou img:last-child {
    display: block !important;
}

nav.no .sou input {
    background: rgba(0, 0, 0, 0.2) !important;
}

.top-1 .rig .on a span:nth-child(2) {
    transform: translate(0, 5px) rotate(45deg);
}

.top-1 .rig .on a span:nth-child(3) {
    opacity: 0;
}

.top-1 .rig .on a span:nth-child(4) {
    transform: translate(0, -5px) rotate(-45deg);
}

.top-1 .rig .lang {
    width: 120px;
    text-align: right;
    position: relative;
}

.top-1 .rig .lang a {
    margin: 0 10px;
}


/* 涓€绾у鑸?*/

.top-2 {
    width: 100%;
    height: 50px;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 75, 133, 0.88), rgba(0, 75, 133, 0.88) 10%, rgba(180, 152, 90, 0.88) 50%, rgba(0, 75, 133, 0.88) 90%, rgba(0, 75, 133, 0.88));
}

.top-2>ul>span {
    position: absolute;
    height: 50px;
    width: 140px;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.top-2>ul {
    width: 1360px;
    margin: 0 auto;
    position: relative;
}

.top-2>ul>li {
    float: left;
    height: 50px;
    line-height: 50px;
    width: 180px;
    background-image: url(../image/li-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-align: center;
}

.top-2>ul>li:first-child {
    width: 140px;
}

.top-2>ul>li:nth-child(8) {
    background: none;
}

.top-2>ul>li>a {
    font-size: 1.125rem;
    color: #FFFFFF;
    display: inline-block;
    height: 100%;
    width: 100%;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}

.top-2>ul>li>a>img {
    position: absolute;
    top: 16px;
    left: 36px;
}


/* 浜岀骇鑿滃崟 */

.top-2>ul>li .sub {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: rgba(243, 243, 243, 0.94);
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.3);
    height: 240px;
    box-sizing: border-box;
    padding: 30px;
}

.top-2>ul>li .sub>a {
    width: 300px;
    height: 180px;
    overflow: hidden;
    float: left;
}

.top-2>ul>li .sub>a img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.top-2>ul>li .sub>a:hover img {
    transform: scale(1.1, 1.1);
}

.top-2>ul>li .sub>img {
    float: left;
    margin-left: 80px;
    margin-top: 35px;
    max-height: 100%;
    max-width: 100%;
}

.sub ul {
    width: 550px;
    height: 180px;
    display: inline-block;
    padding-left: 60px;
    box-sizing: border-box;
    border-left: 1px solid #DDDDDD;
    text-align: left;
}

.sub ul span {
    display: inline-block;
    width: 100%;
    font-size: 1.125rem;
    color: #0D66C2;
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
}

.sub ul span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 90%;
    width: 35px;
    height: 4px;
    background-color: #0D66C2;
}

.sub ul li {
    box-sizing: border-box;
    background-image: url(../image/nav-l.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-right: 3%;
    float: left;
    height: 50px;
}

.sub ul li a {
    width: 100%;
    font-size: 0.9375rem;
    color: #333333;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sub ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 93%;
    width: 0;
    height: 2px;
    background-color: #0D66C2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.sub ul li.one a::before {
    display: none;
}

.sub ul li a:hover {
    color: #0D66C2;
    margin-left: 5px;
}

.sub-new ul .one a:hover {
    margin: 0;
}

.sub ul li a:hover::before {
    width: 100%;
}

.top-2>ul>li .sub-new {
    /* display: block; */
    height: 400px;
}

.sub-new ul {
    float: left;
    width: 33.33%;
    padding: 10px;
    padding-top: 0;
    height: 350px;
}

.sub-new ul:nth-child(1) {
    border: none;
}

.sub-new ul span {
    margin-bottom: 20px;
}

.sub-new ul .one {
    width: 100%;
    height: 174px;
    overflow: hidden;
    padding: 0;
}

.sub-new ul .one a {
    display: block;
    width: 100%;
    height: 100%;
}

.sub-new ul .one img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.sub-new ul .one:hover {
    padding: 0;
}

.sub-new ul .one:hover img {
    transform: scale(1.1, 1.1);
}

.top-2>ul>li .sub-new ul .one {
    background: none;
    padding: 0;
}

.sub-new ul li {
    width: 100%;
    line-height: 35px;
    height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}


/* 渚ц竟鏍?*/

.ce-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 998;
    display: none;
}

.ce {
    position: fixed;
    right: -530px;
    top: 0;
    width: 530px;
    max-width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    background: url(../image/menu-bg.png) center center;
    z-index: 999;
    padding: 0 30px;
    box-sizing: border-box;
    border-top: 4px solid #B5985A;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.chu {
    right: 0;
}

.ce .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-color: #B5985A;
}

.ce .close span {
    display: inline-block;
    width: 70%;
    margin-left: 15%;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.ce .close span:nth-child(1) {
    transform: translate(0, 4px) rotate(-45deg);
}

.ce .close span:nth-child(2) {
    transform: translate(0, -14px) rotate(45deg);
}

.ce .close:hover span {
    background-color: #FFFFFF;
}

.ce .close:hover span:nth-child(1) {
    transform: translate(0, 4px) rotate(45deg);
}

.ce .close:hover span:nth-child(2) {
    transform: translate(0, -14px) rotate(-45deg);
}

.ce>a {
    position: absolute;
    left: 30px;
    top: 20px;
}

.ce .cd {
    width: 100%;
    margin-top: 100px;
    height: calc(100% - 100px);
}

.cd-coll {
    overflow: scroll;
}

.ce .cd p {
    color: #E76E6B;
    font-size: 0.875rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 1.1s;
    opacity: 0;
    transform: translate(0, 100px);
}

.ce .cd p span {
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 10px;
}

.ce .cd ul {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #EBEBEB;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.3s;
    transform: translate(0, 100px);
    opacity: 0;
}

.ce .cd ul:nth-child(2) {
    transition-delay: 0.4s;
}

.ce .cd ul:nth-child(3) {
    transition-delay: 0.5s;
}

.ce .cd ul:nth-child(4) {
    transition-delay: 0.4s;
}

.ce .cd ul:nth-child(5) {
    transition-delay: 0.6s;
}

.ce .cd ul:nth-child(6) {
    transition-delay: 0.7s;
}

.ce .cd ul:nth-child(7) {
    transition-delay: 0.8s;
}

.ce .cd ul:nth-child(8) {
    transition-delay: 0.9s;
}

.ce .cd ul:nth-child(9) {
    transition-delay: 1s;
}

.chu .cd ul,
.chu .cd p {
    transform: translate(0, 0);
    opacity: 1;
}

.ce .cd ul span {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 600;
}

.ce .cd ul span a {
    color: #B5985A;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.ce .cd ul span a:hover {
    font-size: 1.3rem;
}


/* .ce .cd ul span::before {
	content: "";
	position: absolute;
	top: 120%;
	left: 0;
	width: 35px;
	height: 2px;
	background-color: #333333;
} */

.ce .cd ul li {
    min-width: 25%;
    float: left;
    box-sizing: border-box;
    background-image: url(../image/nav-l-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.ce .cd ul li:hover {
    padding-left: 20px;
}

.ce .cd ul li a {
    color: #777777;
    font-size: 0.9375rem;
    position: relative;
    line-height: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.ce .cd ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 2px;
    background-color: #0D66C2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.ce .cd ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #0D66C2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.ce .cd ul li a:hover {
    color: #B5985A;
}


/* nav-end */


/* banner */

.banner {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .swiper-button-next {
    background-image: url(../image/ban-rig.png);
    background-size: 23px 42px;
    width: 23px;
    height: 42px;
    right: 5%;
}

.banner .swiper-button-prev {
    background-image: url(../image/ban-lef.png);
    background-size: 23px 42px;
    width: 23px;
    height: 42px;
    left: 5%;
}

@keyframes and_none1 {
    from {
        -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
    }
}

.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-container .swiper-wrapper .swiper-slide>img {
    height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.banner .swiper-slide-active>img:nth-child(1) {
    -webkit-animation: and_none1 10s linear 0s both;
    animation: and_none1 10s linear 0s both;
}

.banner .swiper-pagination {
    bottom: 20px;
    z-index: 200;
}

.banner .swiper-pagination span {
    opacity: 1;
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #FFFFFF;
    transition: all 0.3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}

#swiper1::after {
    width: 100%;
    height: 90px;
    bottom: 0;
    left: 0;
    background: url(../image/banfu.png) center top;
    z-index: 100;
}

.ban {
    z-index: 15;
    max-width: 1360px;
}

.ban img {
    position: absolute;
    opacity: 0;
    animation-duration: 1s;
}

.b11 {
    left: 48%;
    top: 31.93%;
    animation-delay: 0.5s;
}

.b12 {
    left: calc(48% + 50px);
    top: calc(26.93% + 15px);
    animation-delay: 1.5s;
}

.b13 {
    left: calc(48% + 48px);
    top: calc(31.93% + 115px);
    animation-delay: 1.7s;
}

.b14 {
    left: calc(48% + 70px);
    top: calc(31.93% + 138px);
    animation-delay: 1.9s;
}

.b21 {
    top: 34.4%;
    left: 12.4%;
    animation-delay: 1.2s;
}

.b22 {
    top: calc(38.4% + 106px);
    left: calc(12.4% - 18px);
    animation-delay: 0.5s;
}

.b23 {
    top: calc(39.4% + 118px);
    left: calc(12.4% + 27px);
    animation-delay: 1.2s;
}

.b31 {
    top: 32.4%;
    left: 50.4%;
    animation-delay: 0.5s;
}

.b32 {
    top: calc(37.4% + 96px);
    left: calc(50.4% - 18px);
    animation-delay: 1s;
}

.b33 {
    top: calc(37.4% + 118px);
    left: calc(50.4% + 27px);
    animation-delay: 1.5s;
}

.b41 {
    top: 26.4%;
    left: 7.4%;
    animation-delay: 0.5s;
}

.b42 {
    top: calc(31.4% + 96px);
    left: calc(7.4% - 18px);
    animation-delay: 1s;
}

.b43 {
    top: calc(31.4% + 118px);
    left: calc(7.4% + 27px);
    animation-delay: 1.5s;
}

.b51 {
    top: 40%;
    left: 20%;
    animation-duration: 2.5s !important;
    animation-delay: 2s !important;
}

.b61 {
    top: 20.5%;
    left: calc(50% - 248.5px);
    animation-delay: 0.5s;
}

.b62 {
    top: calc(20.5% + 414px);
    left: calc(50% - 310px);
    animation-delay: 1.5s;
}

#swiper1 .swiper-slide-active .ban img {
    opacity: 1;
}


/* 鎼滅储 */

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../image/grayBg.png) repeat;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
    opacity: 0;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    height: 116px;
    padding: 40px;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    top: 50%;
    margin-top: -58px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hidden_search .search_wrap {
    border: 1px solid #e4eaec;
    border-radius: 20px;
    position: relative;
    padding-right: 56px;
    padding-left: 20px;
    height: 36px;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    margin: 0;
    font-size: 12px;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
}

.hidden_search .text {
    width: 100%;
    height: 36px;
    padding: 8px 0;
    font-size: 14px;
    color: #444;
    background: none;
    border: none;
    font-family: "Microsoft Yahei";
}

.hidden_search .btn {
    display: block;
    background: url(../image/search_icon.jpg) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    text-indent: -999em;
    border: none;
    cursor: pointer;
}

.hidden_search .close_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    width: 42px;
    height: 42px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hidden_search .close_btn::after,
.hidden_search .close_btn::before {
    background: #cccccc;
    width: 20px;
    height: 3px;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
}

.hidden_search .close_btn::before {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hidden_search .close_btn::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
}

.hidden_search .close_btn:hover::after,
.hidden_search .close_btn:hover::before {
    background: #0073A3;
}

#cjy-1 {
    position: relative;
    z-index: 500;
    background: #4c9ab6;
    margin-top: 100vh;
}

.js {
    height: 626px;
    width: 100%;
    background: url(../image/js-bg.png) center center, #FFFFFF;
    background-attachment: fixed;
}

.js .container {
    align-items: flex-start;
    /* padding-top: 60px; */
}

.js-lef {
    width: 600px;
}

.js-det {
    margin-top: 50px;
    padding-right: 20px;
}

.js-det p {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    text-indent: 2rem;
    text-align: justify;
    margin-bottom: 20px;
}

.js-det>p a {
    color: #0D66C2;
    text-indent: 0;
}

.js-bt {
    width: 100%;
    padding-top: 100px;
    background: url(../image/js-bt-11.png) no-repeat left top 42px;
}

.js-bt p {
    font-size: 30px;
    color: #004B85;
}

.js-bt span {
    display: block;
    font-size: 13px;
    color: #BBBBBB;
    margin-top: 10px;
}

.js-bt img {
    margin-top: 22px;
}

.js-det ul {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.js-det ul li {
    float: left;
    text-align: center;
    width: 25%;
    height: 80px;
    padding: 0 10px;
    border-right: 1px solid rgba(0, 75, 133, 0.16);
}

.js-det ul li:last-child {
    border: none;
}

.js-det ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.875rem;
    color: #0D66C2;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 5px;
}

.js-det ul li a img {
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 7px;
    transform: translate(-50%, 0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.js-det ul li a img:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, 100%);
}

.js-det ul li a p {
    margin: 0;
    margin-top: 50px;
    text-align: center;
    text-indent: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 5;
    font-size: 16px;
    color: #333333;
}

.js-det ul li:hover a img:nth-child(1) {
    opacity: 0;
    transform: translate(-50%, -100%);
}

.js-det ul li:hover a img:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, 0);
}

.js-det ul li:hover a p {
    color: #FFFFFF;
}

.js-det ul li a div {
    /* background: linear-gradient(135deg, rgba(0, 79, 167, 0.3), rgba(0, 163, 62, 0.3)); */
    background: linear-gradient(135deg, rgba(114, 149, 116, 0.5), rgba(183, 167, 130, 0.5));
    position: absolute;
    top: 0;
    width: 0px;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.35;
    box-sizing: border-box;
    z-index: 2;
}

.js-det ul li a .one-1 {
    left: 0;
}

.js-det ul li a .one-2 {
    right: 0;
}

.js-det ul li a .one-3 {
    right: 0;
    opacity: 0.75;
}

.js-det ul li a .one-4 {
    left: 0;
    opacity: 0.75;
}

.js-det ul li a:hover div {
    width: 100%;
}

.js-det ul li a:hover .one-3,
.js-det ul li a:hover .one-4 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.more-1 {
    width: 180px;
    height: 56px;
    text-align: center;
    background: #004B85;
    line-height: 56px;
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.more-1::before {
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(135deg, rgba(114, 149, 116, 1), rgba(183, 167, 130, 1));
    transition: all 0.3s;
}

.more-1 span {
    position: relative;
    z-index: 10;
}

.more-1:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.more-1:hover::before {
    left: 0;
}

.js-rig {
    width: 660px;
    animation-duration: 1s;
    animation-delay: 1.2s;
}

.js-1 {
    width: 100%;
    width: 489px;
    height: 489px;
    margin-top: 60px;
    background: url(../image/js-2.png) no-repeat left top;
    display: flex;
    align-items: center;
}

.js-1>img {
    display: block;
    margin-left: 86px;
}

.js-2 {
    width: 160px;
    padding-left: 40px;
}

.js-2::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 20px;
    background: rgba(182, 155, 94, 0.3);
    border-radius: 50%;
}

.js-2::after {
    width: 10px;
    height: 10px;
    left: 5px;
    top: 25px;
    background: #B69B5E;
    border-radius: 50%;
}

.js-2 p {
    font-size: 22px;
    color: #B5985A;
    font-weight: bold;
}

.js-2 span {
    font-size: 14px;
    color: #333333;
}

.js-1 .one {
    left: 352px;
    top: 20px;
}

.js-1 .two {
    left: 449px;
    top: 204px;
}

.js-1 .three {
    top: 352px;
    left: 401px;
}

.js-1 .four {
    left: 337px;
    top: 445px;
}

.zx {
    width: 100%;
    height: 650px;
    background: #EEF2F9;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.zx::before {
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: url(../image/zx-bg.png) center bottom;
    /* background-attachment: fixed; */
    /* background-repeat: repeat-x; */
    animation-name: yun;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    /* Safari and Chrome: */
    -webkit-animation-name: yun;
    -webkit-animation-duration: 50s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
}

.bt {
    width: 100%;
    padding-top: 60px;
}

.bt-1 p {
    font-size: 32px;
    color: #004B85;
    font-weight: bold;
}

.bt-1 span {
    font-size: 15px;
    color: #B5985A;
    text-transform: uppercase;
    font-family: "瀹嬩綋";
    font-weight: bold;
}

.bt1-1 {
    width: 100%;
    height: 109px;
    background: url(../image/bt1-bg.png) no-repeat center center;
    padding-top: 36px;
}

.zx-bt-p {
    width: 1100px;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
}

.zx-1 {
    height: 480px;
    width: 100%;
}


.zx-2 {
    cursor: pointer;
    width: 17.64%;
    height: 100%;
    position: relative;
    transition: all 0.5s;
    padding: 60px 10px 60px 25px;
    overflow: hidden;
}

.zx-2>img:last-child {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 20;
    transition: all .8s;
}

.zx-2::before {
    left: 22px;
    top: 22px;
    width: 400px;
    height: calc(100% - 44px);
    background: rgba(45, 136, 207, 0.7);
    transition: all .5s;
    transform: translate(-40px, -40px);
    opacity: 0;
}

.zx-2::after {
    left: 30px;
    top: 30px;
    width: 400px;
    height: calc(100% - 44px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all .5s;
    transform: translate(40px, 40px);
    opacity: 0;
}

.zx-1 .zx-2:nth-child(2)::before {
    background: rgba(0, 74, 132, 0.7);
}

.zx-1 .zx-2:nth-child(3)::before {
    background: rgba(131, 97, 24, 0.85);
}

.zx-1 .zx-2:nth-child(4)::before {
    background: rgba(28, 98, 18,0.75);
}

.zx-2.ac {
    width: 47.08%;
    padding: 60px 70px;
    padding-right: 410px;
    padding-right: calc(47.08% - 400px);
}

.zx-2.ac>img:last-child {
    /* transition-delay: 0.5s; */
    right: 85%;
    bottom: 35px;
}

.zx-2>img:first-child {
    top: 0;
    position: absolute;
    height: 100%;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    opacity: 0.3;
}

.zx-2.ac>img:first-child {
    opacity: 1;
}

.zx-2.ac::before,
.zx-2.ac::after {
    transition-delay: 0.8s;
    transform: translate(0, 0);
    opacity: 1;
    z-index: 5;
}

.zx-1 .zx-2:nth-child(1) {
    background: #2D88CF;
}

.zx-1 .zx-2:nth-child(2) {
    background: #004B85;
}

.zx-1 .zx-2:nth-child(3) {
    background: #B5985A;
}
.zx-1 .zx-2:nth-child(4) {
    background: #1C6212;
}

.zx-bt {
    width: 100%;
    padding-bottom: 24px;
    background: url(../image/zx-bt-bg.png) no-repeat left bottom;
    position: relative;
    z-index: 10;
}

.zx-2.ac .zx-det {
    width: 100%;
    position: relative;
    z-index: 10;
}

.zx-bt p {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}

.zx-det {
    margin-top: 20px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s;
}

.zx-det p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: justify;
    -webkit-line-clamp: 7;
}

.zx-det p a {
    color: #FFFFFF;
}

.zx-2.ac .zx-det {
    transition-delay: 1.5s;
    opacity: 1;
    transform: translateY(0);
}

.more-3 {
    display: none;
    width: 137px;
    height: 48px;
    position: relative;
    line-height: 48px;
    text-align: center;
    /* border: 1px solid #FFFFFF; */
    transition: all .3s;
    overflow: hidden;
}

.more-3::before {
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(135deg, rgba(114, 149, 116, 1), rgba(183, 167, 130, 1));
    transition: all 0.3s;
}

.more-3::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s;
    border: 1px solid #FFFFFF;
}

.more-3 span {
    height: 100%;
    position: relative;
    padding-left: 26px;
    z-index: 10;
    font-size: 14px;
    color: #FFFFFF;
    background: url(../image/lian1.png) no-repeat left center;
}

.more-3:hover {
    transform: translateY(-5px);
    border-color: transparent;
}

.more-3:hover::before {
    left: 0;
}

.more-3:hover::after {
    left: 100%;
    border-left: none;
}

.new {
    height: 548px;
    background: #FFFFFF;
    background: url(../image/new-bg.png) center bottom;
}

.new-qie {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #DDDDDD;
}

.new-qie a {
    height: 100%;
    font-size: 22px;
    color: #333333;
    position: relative;
    margin-right: 20px;
}

.new-qie a.ac {
    color: #004B85;
    background: url(../image/new-qie-bg.png) no-repeat center bottom;
}

.new1 {
    height: 400px;
    margin-top: 0;
    align-items: flex-start;
}

.new1 .new2.ac {
    display: flex;
}

.new3 {
    height: 100%;
    width: 52.94%;
    position: relative;
    z-index: 20;
}

#new1 {
    height: 100%;
}

#new1 a {
    width: 100%;
    height: 100%;
    background: #F7F8FA;
    position: relative;
}

#new1 .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#new1 .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

#new1 a:hover .img img {
    transform: scale(1.1);
}

#new1 .det {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 48px;
    transition: 0.5s;
    transform: translateY(48px);
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition-delay: 0.8s;
}

#new1 a.swiper-slide-active .det {
    transform: translateY(0);
    opacity: 1;
}

#new1 .det p {
    line-height: 48px;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 180px;
}

#new1 .det>span {
    padding-left: 26px;
    font-size: 14px;
    color: #999999;
    background: url(../image/new-2.png) no-repeat left center;
}

#new1 .swiper-pagination {
    width: auto;
    left: auto;
    right: 30px;
    bottom: 13px;
}

#new1 .swiper-pagination span {
    background: #D0D0D0;
    width: 8px;
    height: 8px;
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50px;
}

#new1 .swiper-pagination .swiper-pagination-bullet-active {
    background: #004B85;
}

#new1:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

#new1:hover .det p {
    font-weight: bold;
}

.new4 {
    width: 44.8%;
    animation-delay: 0.3s;
}

.list-1 {
    width: 100%;
    display: none;
}

.list-1.ac {
    display: block;
    animation: fadeInUp 0.5s;
}

.list-1 li {
    position: relative;
}

.list-1 a {
    position: relative;
    z-index: 10;
    height: 100%;
    padding: 17px 0;
    border-bottom: 1px dashed #EEEEEE;
    align-items: flex-start;
    overflow: hidden;
}

.list-1 li:last-child a {
    padding-bottom: 0;
    border: none;
}

.list-1 label {
    width: 60px;
    height: 60px;
    background: #EEF2F9;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.list-1 label::before,
.list-1 label::after {
    width: 100%;
    height: 100%;
    background: #004B85;
    transition: all 0.3s;
    opacity: 0;
}

.list-1 label::before {
    left: 50%;
    top: 50%;
}

.list-1 label::after {
    left: -50%;
    top: -50%;
}

.list-1 label span {
    position: relative;
    z-index: 12;
    font-size: 24px;
    color: #999999;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.list-1 label p {
    position: relative;
    z-index: 12;
    font-size: 12px;
    color: #999999;
    transition: all 0.3s;
}

.list-1 .det {
    width: calc(100% - 60px);
    padding: 0 15px;
}

.list-1 .det span {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 2;
    transition: all 0.3s;
}

.list-1 .det p {
    font-size: 14px;
    color: #777777;
}

.list-1 a:hover .det span {
    color: #004B85;
    font-weight: bold;
}

.list-1 a:hover label::before,
.list-1 a:hover label::after {
    left: 0;
    top: 0;
    opacity: 1;
}

.list-1 a:hover label span,
.list-1 a:hover label p {
    color: #FFFFFF;
}

.list-1 a:hover {
    overflow: inherit;
}

.pho {
    width: 100%;
    height: 480px;
    background: url(../image/ph-bg.png) center center, #EEF2F9;
}

.ph-1 {
    width: 61.76%;
    height: 380px;
}

#swi-ph {
    height: 100%;
    width: 100%;
    padding: 10px 0;
}

#swi-ph a {
    height: 100%;
    background: #FFFFFF;
}

#swi-ph .img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

#swi-ph img {
    display: block;
    transition: all 0.8s;
    width: 100%;
    height: 100%;
}

#swi-ph p {
    text-align: center;
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
    font-size: 22px;
    color: #333333;
}

#swi-ph a:hover img {
    transform: scale(1.2);
}

#swi-ph a:hover p {
    font-weight: bold;
}

#swi-ph a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ph-2 {
    width: 33.82%;
    height: 100%;
    padding: 60px 40px;
}

.ph-2 .bt {
    padding-top: 0;
}

.ph-2 .bt-1 p {
    color: #FFFFFF;
    padding-right: 38px;
    background: url(../image/ph-bt.png) no-repeat right center;
}

.ph-2 .bt-1 span {
    color: #FFFFFF;
}

.ph-3 {
    padding-top: 36px;
}

.ph-3>p {
    font-size: 14px;
    color: #FFFFFF;
}

.ph-qie {
    margin-top: 38px;
    width: 66px;
    height: 24px;
    background: url(../image/ph-line.png) no-repeat center center;
}

.ph-qie img {
    cursor: pointer;
}

.ph-bt-vid {
    margin-top: 158px;
}

.sy {
    height: 377px;
    background: #FFFFFF;
}

.more-2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: 29px;
    background: url(../image/sy-bt.png) no-repeat right center;
    font-size: 16px;
    color: #B5985A;
    transition: all 0.3s;
}

.more-2:hover {
    font-weight: bold;
    padding-right: 25px;
}

.sy-1 {
    width: 100%;
    height: 190px;
    margin-top: 20px;
}

#sy {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

#sy a {
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #003C6A;
}

#sy a img {
    display: block;
    transition: all 0.8s;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

#sy a p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
    padding: 0 10px;
}

#sy a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#sy a:hover img {
    transform: scale(1.2);
}

.s {
    height: 657px;
    background: url(../image/s-bg.png) center center, #EEF2F9;
    background-attachment: fixed;
}

.s-1 {
    height: 480px;
    align-items: flex-start;
}

.s-2 {
    width: 58.82%;
    height: 100%;
}

.s-2 a {
    display: none;
}

.s-2 a.ac {
    display: block;
}

.s-2 a.ac p {
    animation: fadeInUp 0.5s;
}

.s-2 a.ac .img {
    animation: bounceIn 0.8s;
}

.s-2 p {
    line-height: 30px;
    /* height: 70px; */
    margin-bottom: 10px;
    min-height: 60px;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2rem;
    color: #777777;
}

.s-2 .img {
    width: 100%;
    height: 410px;
    overflow: hidden;
}

.s-2 .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.s-2 .img:hover img {
    transform: scale(1.1);
}

.s-3 {
    width: 32.94%;
    overflow: hidden;
    overflow-y: scroll;
    padding-left: 20px;
}

.s-3::-webkit-scrollbar {
    background-color: #BBCCDB;
}

.s-3::-webkit-scrollbar-thumb {
    background: #004B85;
}

.s-3 ul {
    width: 100%;
}

.s-3 ul li {
    height: 60px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 60px;
    padding: 0 30px;
    background: #5CA2DB;
    cursor: pointer;
    position: relative;
}

.s-3 ul li::before {
    width: 80%;
    right: 0;
    top: 0;
    height: 100%;
    background: #B5985A;
    opacity: 0;
    transition: all 0.3s;
}

.s-3 ul li::after {
    width: 100%;
    height: 100%;
    left: 50px;
    top: 0;
    transition: all 0.3s;
    background: url(../image/s-3.png) no-repeat right 27px center;
}

.s-3 ul li.ac::before {
    width: 120%;
    opacity: 1;
}

.s-3 ul li.ac::after {
    left: 0;
}

.s-3 ul li span {
    position: relative;
    z-index: 10;
}

.s-3 ul li:nth-child(1) {
    background: #5CA2DB;
}

.s-3 ul li:nth-child(2) {
    background: #4596D6;
}

.s-3 ul li:nth-child(3) {
    background: #2D88D0;
}

.s-3 ul li:nth-child(4) {
    background: #167CCC;
}

.s-3 ul li:nth-child(5) {
    background: #0071C9;
}

.s-3 ul li:nth-child(6) {
    background: #0068B8;
}

.s-3 ul li:nth-child(7) {
    background: #005FA9;
}

.s-3 ul li:nth-child(8) {
    background: #00579B;
}

.s-3 ul li:nth-child(9) {
    background: #005196;
}

.s-3 ul li:nth-child(10) {
    background: #004286;
}

.s-3 ul li:nth-child(11) {
    background: #003c79;
}

.s-3 ul li:nth-child(12) {
    background: #00376f;
}

.s-3 ul li:nth-child(13) {
    background: #002f5f;
}

.s-3 ul li:nth-child(14) {
    background: #002850;
}

.s-3 ul li:nth-child(15) {
    background: #022140;
}

.y {
    height: 564px;
    background: url(../image/y-bg.png) no-repeat center bottom, #FFFFFF;
}

.y-1 {
    height: 402px;
}

.y-1 a {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.y-1 a p {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: -40px;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #FFFFFF;
}

.y-1 a:hover p {
    bottom: 0;
}

.y-1 a>img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.8s;
}

.y-1 a:hover>img {
    transform: scale(1.1);
}

.y-lef {
    width: 60.51%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.y-2,
.y-3 {
    width: 100%;
}

.y-2 {
    height: 196px;
}

.y-3 {
    height: 204px;
}

.y-2 a {
    width: 410px;
}

.y-3 a {
    width: 33.2%;
}

.y-rig {
    width: 39.41%;
    height: 100%;
}

.y-rig a {
    width: 100%;
    position: relative;
}

.y-rig a .det {
    left: 0;
    top: 0;
    z-index: 15;
    background: rgba(0, 0, 0, 0.3);
}

.y-rig a .det span {
    position: absolute;
    right: 0;
    top: 0;
}

.c {
    background: #EEF2F9;
    height: 160px;
}

.c .container {
    padding: 10px 0;
}

.c a {
    height: 100%;
    flex: 1;
    position: relative;
}

.c a::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #B5985A;
    border-radius: 15px;
    opacity: 0;
    transition: all 0.5s;
    transform: scale(0.7);
}

.c img,
.c p {
    position: relative;
    z-index: 10;
}

.c img {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.5s;
    opacity: 0;
}

.c img:nth-child(1) {
    opacity: 1;
}

.c img:nth-child(2) {
    transform: translate(-50%, 30px);
}

.c p {
    margin-top: 72px;
    font-size: 16px;
    color: #004B85;
    transition: all 0.5s;
    line-height: 26px;
}

.c a:hover img:nth-child(1) {
    transform: translate(-50%, -30px);
    opacity: 0;
}

.c a:hover img:nth-child(2) {
    transform: translate(-50%, 0);
    opacity: 1;
}

.c a:hover p {
    color: #FFFFFF;
}

.c a:hover::before {
    opacity: 1;
    transform: scale(1);
}

@keyframes yun {
    0% {
        transform: translate(0, 0);
    }
    16% {
        transform: translate(-8.33%, 0);
    }
    33% {
        transform: translate(-16.66%, 0);
    }
    50% {
        transform: translate(-25%, 0);
    }
    66% {
        transform: translate(-33.32%, 0);
    }
    83% {
        transform: translate(-41.65%, 0);
    }
    100% {
        transform: translate(-50%, 0);
    }
}


/* footer */

footer {
    width: 100%;
    height: 340px;
    background: #014377;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

footer::before {
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: url(../image/fot-bg1.png) center bottom;
    background-repeat: repeat-x;
    animation-name: yun;
    animation-duration: 50s;
    animation-timing-function: linear;
    /* animation-delay: 0.5s; */
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    /* Safari and Chrome: */
    -webkit-animation-name: yun;
    -webkit-animation-duration: 50s;
    -webkit-animation-timing-function: linear;
    /* -webkit-animation-delay: 0.5s; */
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
}

.lian {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
}

.lian .container {
    position: unset;
}

.lian ul {
    width: 100%;
    height: 56px;
}

.lian li {
    height: 100%;
    float: left;
}

.lian li>a {
    height: 100%;
    height: 100%;
    border-radius: 5px;
    line-height: 56px;
    font-size: 1rem;
    color: #FFFFFF;
    padding: 0 10px;
    margin-right: 25px;
}

.lian li:hover>a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.lian li .di-sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    overflow: hidden;
    z-index: 10;
    transition: all 0.5s;
    background: rgba(181, 152, 90, 0.3);
}

.lian li:hover .di-sub {
    height: 60px;
}

.lian li .di-sub .di-cont {
    width: 1380px;
    padding: 0 10px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}

.lian li .di-sub .di-cont a {
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 40px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0 10px;
    border-radius: 5px;
}

.lian li .di-sub .di-cont a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.fot-2 {
    height: 284px;
}

.fot-21 {
    width: 30.73%;
    padding-top: 50px;
}

.fot-22 {
    width: 51.76%;
    padding-left: 100px;
    padding-top: 50px;
}

.fot-23 {
    width: 17.51%;
    padding-top: 50px;
}

.fot-21,
.fot-22 {
    background: url(../image/fot-line.png) no-repeat right center;
}

.fot-21 p {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.7;
    line-height: 30px;
}

.fot-21 a {
    color: #FFFFFF;
    margin-right: 15px;
}

.fot-21 a img {
    margin-top: 15px;
}

.fot-22 p {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.7;
    line-height: 30px;
}

.fot-23 span {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
}

.fot-23 img {
    margin-bottom: 20px;
}

.fot231 {
    width: 120px;
    float: right;
}

.fot-3 {
    height: 48px;
    background: #003C6A;
}

.fot-3 p {
    line-height: 48px;
    font-size: 14px;
    color: #FFFFFF;
}

.fot-3 p span {
    display: inline-block;
    margin-right: 15px;
    opacity: 0.7;
}

.fot-3 p:first-child {
    padding-right: 57px;
    background: url(../image/fot-3.png) no-repeat right center;
}

.fot-3 p a {
    color: #FFFFFF;
}

.fot-3 p span:hover {
    opacity: 1;
}


/* 鍐呴〉 */

.in-1 {
    margin-top: 450px;
    position: relative;
    z-index: 100;
    background-color: #FFFFFF;
}

.in-top {
    width: 100%;
    height: 450px;
    left: 0;
    top: 0;
}

.in-top>img {
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    display: block;
}

.intop-bt {
    margin-top: 240px;
    color: #FFFFFF;
    position: relative;
    z-index: 20;
    text-align: center;
}

.intop-bt span {
    font-size: 36px;
    display: inline-block;
    margin-top: 18px;
}

.intop-bt p {
    font-size: 24px;
}

.in-tiao {
    padding: 20px 0;
    border-bottom: 1px solid #DEDEDE;
}

.in-tiao ul li a {
    padding: 10px 15px;
    font-size: 18px;
    color: #333333;
    border-radius: 5px;
}

.in-tiao ul li a:hover {
    background: #6F6C56;
    color: #FFFFFF;
}

.in-tiao ul li.on a {
    color: #FFFFFF;
    background-color: #004B85;
}

.in-tiao1>p {
    padding-left: 30px;
    background: url(../image/tiao.png) no-repeat left center;
    font-size: 14px;
    color: #333333;
    padding: 5px 0 5px 30px;
}

.in-tiao1>p a {
    color: #333333;
}

.in-tiao1>p a:hover {
    font-weight: bold;
}


/* 钁ｄ簨浼?*/

.dsh {
    padding-top: 40px;
    background-attachment: fixed;
}

.dsh ul {
    width: 100%;
    flex-wrap: wrap;
justify-content: center;
}

.dsh ul:last-child {
    padding-bottom: 50px;
}

.dsh ul:nth-child(2) {
    justify-content: center;
}

.dsh ul:nth-child(2) li {
    margin: 48px 15px 0;
}

.dsh ul:nth-child(3) li {
    /**max-width: 17%;**/
}

.dsh ul li {
    width: 248px;
    height: 320px;
    margin-top: 48px;
margin-left: 15px;
    margin-right: 15px;
}

.dsh ul li a {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: url(../image/dsh-bg2.png) no-repeat center bottom, #fff;
    background-size: contain;
}

.dsh ul li a .img {
    width: 100%;
    height: 180px;
    text-align: center;
    position: relative;
}

.dsh ul li a .img img {
    position: absolute;
    max-width: 90%;
    max-height: 95%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.dsh ul li a .det {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.dsh ul li a .det span {
    font-size: 18px;
    color: #333333;
    line-height: 2;
    font-weight: bold;
}

.dsh ul li a .det p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}


/* 鍏充簬鎴戜滑 */

.jj {
    width: 100%;
}

.jj-13 .js-bt span {
    font-size: 16px;
    color: #B5985A;
}

.jj-1 .js-bt {
    padding-top: 53px;
    background-position: left top;
}

.jj-12 {
    align-items: flex-start;
}

.jj-1 {
    padding: 40px 0 60px;
}

.jj-13 {
    width: 54.41%;
}

.jj-14 {
    width: 41.17%;
    overflow: hidden;
}

.jj-14>img {
    width: 100%;
    display: block;
}

.jj-14 .det {
    width: 100%;
    background: url(../image/jj-12.png) no-repeat center center;
    background-size: cover;
    height: 122px;
    padding: 0 7.14%;
}

.jj-14 .det label {
    color: #FFF;
}

.jj-14 .det label>span {
    font-size: 14px;
}

.jj-14 .det label p span:nth-child(1) {
    font-size: 36px;
    font-weight: bold;
    font-family: fantasy;
}

.jj-14 .det label p span:nth-child(2) {
    font-size: 14px;
}

.jj-14 .det label:nth-child(2) p span:nth-child(2) {
    font-size: 36px;
    font-family: fantasy;
}

.jj-13 .xq {
    overflow: hidden;
    overflow-y: scroll;
    height: 300px;
    padding-right: 16px;
    margin-top: 30px;
}

.jj-13 .xq::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #004B85;
}

.jj-13 .xq p {
    text-indent: 2rem;
    text-align: justify;
    font-size: 16px;
    color: #777777;
    line-height: 30px;
}

.jj-2 {
    height: 274px;
    background: url(../image/jj-2-bg.png) center center;
    background-attachment: fixed;
}

.in-bt1 {
    padding-top: 60px;
}

.in-bt1 span {
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.4;
    text-transform: uppercase;
}

.in-bt1 p {
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 10px;
    background: url(../image/inbt-1-bg.png) no-repeat center center;
}

.in-bt1 a {
    background: url(../image/more-1.png) no-repeat right center;
    font-size: 16px;
    padding-right: 24px;
    color: #FFFFFF;
    right: 0;
    top: 76px;
}

.in-bt1 a:hover {
    font-weight: bold;
}

.jj-3 {
    padding-bottom: 60px;
    background: url(../image/jj3-bg.png) no-repeat center bottom;
    background-attachment: fixed;
}

.jj-2 .det {
    margin-top: 60px;
}

.jj-2 .det p {
    font-size: 22px;
    color: #FFFFFF;
}

.in-bt3 {
    text-align: left;
}

.in-bt3 span {
    opacity: 1;
    color: #B5985A;
}

.in-bt3 p {
    background: none;
    color: #004B85;
    text-align: left;
    background: url(../image/inbt3.png) no-repeat left 154px center;
}

.in-bt3>img {
    right: 0;
    top: 67px;
    cursor: pointer;
}

.in-bt3>img.jj3-lef {
    right: 27px;
}

.in-bt3>img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.jj-31 {
    margin-top: 70px;
}

#jj3 {
    width: 100%;
}

#jj3::before {
    width: 100%;
    top: 48px;
    left: 0;
    height: 2px;
    background-color: #E5E9ED;
}

#jj3 span {
    font-size: 24px;
    color: #004B85;
}

#jj3 span::after {
    width: 14px;
    height: 14px;
    border: 2px solid #004B85;
    border-radius: 50%;
    left: 0;
    top: 44px;
    background-color: #FFFFFF;
}

#jj3 p {
    margin-top: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: justify;
}

#jj3 .swiper-slide-active span {
    color: #B5985A;
}

#jj3 .swiper-slide-active span::after {
    border-color: #B5985A;
}

.in-bt2 span {
    color: #B5985A;
    opacity: 1;
}

.in-bt2 p {
    color: #004B85;
    background-image: url(../image/inbt-2.png);
}

.jj-4 {
    padding-bottom: 40px;
    background: url(../image/jj4-bg.png) no-repeat center bottom;
    background-attachment: fixed;
}

.jj-4 .det {
    margin-top: 50px;
}

.jj-4 .det p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-indent: 2rem;
    text-align: justify;
    margin-bottom: 10px;
}

.qm {
    margin-top: 36px;
    height: 96px;
    background: url(../image/qm.png) no-repeat right top;
}

.qm p {
    line-height: 96px;
}


/* jj-5 */

.jj-5 {
    background: url(../image/jj-5-bg.png) no-repeat center bottom;
    background-attachment: fixed;
}

#certify {
    margin-top: 36px;
    padding: 0 48px;
}

#certify>img {
    left: 0;
    top: 204px;
    cursor: pointer;
}

#certify>img.jj5-rig {
    left: auto;
    right: 0;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 45.88%;
    height: 445px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    padding: 30px 40px 0;
}

#certify .img {
    width: 100%;
    height: 334px;
    overflow: hidden;
}

#certify .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    display: block;
    object-fit: contain;
    cursor: pointer;
}

#certify .swiper-slide:hover .img img {
    transform: scale(1.1);
}

#certify p {
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin-top: 24px;
    padding: 0 10px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
    z-index: 99;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 2px solid #004B85;
    background-color: #FFFFFF;
    width: 12px;
    height: 12px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #004B85;
}

.jj-51 {
    margin-top: 50px;
    padding-bottom: 60px;
}

.jj-51 a {
    width: 33%;
    height: 320px;
    overflow: hidden;
}

.jj-51 a:nth-child(1) {
    width: 29.41%;
}

.jj-51 a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.jj-51 a:hover img {
    transform: scale(1.1);
}

.jj-51 a .det {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: rgba(34, 140, 76, 0.8);
    padding: 30px 6%;
}

.jj-51 a .det span {
    display: inline-block;
    padding-right: 30px;
    background: url(../image/jj-57.png) no-repeat right center;
    font-size: 30px;
    color: #FFFFFF;
    transition: all 0.3s;
}

.jj-51 a .det p {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 15px;
}

.jj-51 a:nth-child(2) .det {
    background-color: rgba(0, 75, 133, 0.8);
}

.jj-51 a:nth-child(3) .det {
    background-color: rgba(181, 152, 90, 0.8);
}

.jj-51 a:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.jj-51 a:hover .det span {
    padding-right: 40px;
    font-weight: bold;
}


/* 鏈嶅姟鑳藉姏 */

.fw-bt1 {
    padding: 44px 0 30px;
}

.fw-bt1 a {
    position: relative;
    height: 64px;
    line-height: 64px;
    padding: 0 5px;
    font-size: 18px;
    color: #B5985A;
    transition: all 0.3s;
    font-weight: bold;
}

.fw-bt1 a::before {
    width: 100%;
    height: 100%;
    background: url(../image/fw-bt1.png) no-repeat center center;
    background-size: 100% 100%;
    left: -8px;
    top: -8px;
}

.fw-bt1 a::after {
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    border: 2px solid #B5985A;
    background: #FFFFFF;
    transition: all 0.3s;
}

.fw-bt1 a span {
    position: relative;
    z-index: 20;
}

.fw-bt1 a.on,
.fw-bt1 a:hover {
    color: #FFFFFF;
}

.fw-bt1 a.on::after,
.fw-bt1 a:hover::after {
    background-color: #B5985A;
}

.fw-bt2 {
    background-color: #FBFAF7;
    padding: 16px 0;
}

.fw-ul li {
    background: url(../image/fw-bt2.png) no-repeat right center;
    padding: 0 1.1%;
}

.fw-bt2 a {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 48px;
}

.fw-bt2 li:last-child {
    background: none;
}

.fw-bt2 a span {
    position: relative;
    display: inline-block;
    border-bottom: 3px solid transparent;
}

.fw-bt2 li.on a,
.fw-bt2 li:hover a {
    color: #B5985A;
}

.fw-bt2 li.on a span,
.fw-bt2 li:hover a span {
    border-color: #B5985A;
}

.fw-bt2 li.on a span::after,
.fw-bt2 li:hover a span::after {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #B5985A;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.fw-ul {
    width: 100%;
    flex-wrap: wrap;
}

.fw-ul li {
    display: inline-block;
}

.fw-1 {
    padding: 60px 0 80px;
width: 100%;
}

.fw-1 {
    align-items: flex-start;
}

.fw-lef {
    width: 56%;
    padding-right: 5.8%;
}

.fw-lef-1 {
    display: none;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px
}

.fw-lef-1.on {
    display: block;
    animation: fadeInUp 0.5s;
}

.fw-rig {
    width: 44%;
}

.fw-1-bt {
    font-size: 24px;
    color: #333333;
    padding-bottom: 24px;
    background: url(../image/fw-1-bt.png) no-repeat left bottom;
    margin-bottom: 30px;
}

.fw-lef-1>p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
}

#fw1 {
    width: 100%;
    height: 400px;
}

#fw1 img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

#fw1 .swiper-slide:hover img {
    transform: scale(1.1);
}

#fw1 p {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.4);
    line-height: 48px;
    padding: 0 100px 0 20px;
}

#fw1 .swiper-pagination {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
}

#fw1 .swiper-pagination span {
    opacity: 0.8;
    background: #FFFFFF;
    width: 8px;
    height: 8px;
}

#fw1 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #004B85;
}


/* 鑱旂郴鎴戜滑 */

.lx {
    padding: 40px 0 80px;
}

.lx-1 {
    height: 483px;
    margin-bottom: 35px;
}

.lx-lef {
    width: 50%;
    background: url(../image/lx-11.png) no-repeat right -25% bottom -40%, #FBFAF7;
    padding: 40px 2.9%;
}

.lx-rig {
    width: 50%;
    background: url(../image/lx-12.png) center center;
    background-size: cover;
    padding: 40px 2.9%;
}

.lx-lef-1 {
    font-size: 30px;
    color: #004B85;
}

.lx-lef-1 span {
    font-size: 20px;
    text-transform: uppercase;
}

.lx-lef-2 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 38px 0 20px;
}

.lx-lef .p1 {
    font-size: 16px;
    color: #777777;
    line-height: 24px;
}

.lx-lef .p1 a {
    color: #777777;
}

.lx-lef img {
    margin-top: 38px;
}

.lx-rig .lx-lef-1 {
    color: #004B85;
}

.lx-2 {
    width: 100%;
    margin-top: 30px;
}

.lx-2 form {
    display: block;
    width: 100%;
}

.lx-3 {
    width: 100%;
    flex-wrap: wrap;
}

.lx-3 label {
    height: 48px;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #EEEEEE;
    margin-bottom: 12px;
}

.lx-31 {
    width: 48%;
}

.lx-32 {
    width: 100%;
}

.lx-3 input,
.lx-3 textarea {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    line-height: 48px;
}

.lx-3 label.lx-33 {
    height: 160px;
}

.lx-3 button {
    width: 240px;
    max-width: 100%;
    line-height: 48px;
    text-align: center;
    border: none;
    background: #004B85;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 3px;
}

.lx-map {
    height: 400px;
    margin-bottom: 12px;
}

.BMap_bubble_title {
    font-size: 14px;
    color: #004B85;
    font-weight: bold;
}

.BMap_bubble_content {
    font-size: 14px;
    color: #555555;
}


/* 浼佷笟鏂囧寲 */

.qy-1 {
    padding-top: 62px;
    background: url(../image/qy-1.png) no-repeat center top;
}

.qy1-lef {
    width: 70.58%;
    height: 425px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 50px 4.4%;
}

.qy1-lef p {
    line-height: 48px;
    font-size: 16px;
    color: #333333;
}

.qy1-lef p span {
    display: inline-block;
    width: 120px;
    font-size: 18px;
    color: #004B85;
    font-weight: bold;
}

.qy-1-img {
    /* width: 32.35%; */
    width: 440px;
    right: 0;
    top: 40px;
}

.in-bt2 a {
    color: #AC946C;
    background-image: url(../image/inbt-21.png);
}

.qy-21 {
    font-size: 16px;
    color: #333333;
    margin: 30px 0;
}

.qy-22>img {
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.qy-22>img.qy-rig {
    left: auto;
    right: -36px;
}

#qy .img {
    width: 100%;
    height: 240px;
}

#qy .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

#qy a:hover img {
    transform: scale(1.1);
}

#qy p {
    margin: 25px 0;
    font-size: 18px;
    color: #333333;
}

#qy a:hover p {
    color: #004B85;
}

#qy {
    margin-bottom: 50px;
}


/* 瀹為獙瀹?*/

.fw-bt21 {
    margin-top: 40px;
}

.sys-1 {
    background-color: #F4F4F4;
    padding: 50px 4.4%;
    margin-top: 40px;
font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
    text-align: justify;
}

.sys-1>span {
    display: block;
    font-size: 30px;
    color: #004B85;
    line-height: 1.5;
    margin-bottom: 30px;
}

.sys-1>p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
    text-align: justify;
}

.sys-2 {
    margin-top: 60px;
    align-items: flex-start;
}

.sys-lef {
    width: 55.88%;
    padding-right: 5.88%;
}

.sys-rig {
    width: 44.12%;
    height: 400px;
}

.sys-2:nth-child(2n) .sys-rig {
    order: 1;
}

.sys-2:nth-child(2n) .sys-lef {
    order: 2;
    padding-left: 5.88%;
    padding-right: 0;
}

.sys-fl {
    padding-bottom: 50px;
}

.sys-3 {
    flex-wrap: wrap;
    margin: 60px 0;
}

.sys-3 li {
    width: 24%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 30px;
}

.sys-3 li img {
    width: 100%;
    display: block;
    height: 100%;
    transition: all 0.5s;
}

.sys-3 li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sys-3 li:hover img {
    transform: scale(1.1);
}

.sys-3 li:nth-child(4n+2):last-child {
    margin-right: 50.66%;
}

.sys-3 li:nth-child(4n+3):last-child {
    margin-right: 25.33%;
}


/* 鍙戝睍鏂瑰悜 */

.fz {
    background: url(../image/fz-1.png) no-repeat center bottom;
    background-attachment: fixed;
    padding: 70px 0 90px;
    text-align: center;
}

.fz p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: justify;
    text-indent: 2rem;
    margin-bottom: 10px;
}

.fz img {
    max-width: 100%;
}

.xw-1 {
    background-color: #F3F8FB;
}

.xw-list {
    padding-bottom: 60px;
    flex-wrap: wrap;
}

.xw-list li {
    width: 48.8%;
}

.xw-list a {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 20px;
}

.xw-list a p {
    transition: all 0.3s;
}

.xw-list .p1 {
    font-size: 24px;
    color: #777777;
}

.xw-list .p1 span {
    font-size: 14px;
}

.xw-list .bt {
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 35px;
    padding: 0;
}

.xw-list .xq {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    height: 60px;
}

.xw-list img {
    margin-top: 35px;
    transition: all 0.3s;
}

.xw-list a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.xw-list a:hover p {
    padding: 0 15px;
}

.xw-list a:hover img {
    margin-left: 15px;
}

.xw-list a:hover .bt {
    font-weight: bold;
}

.xw-2 {
    background-color: #FFFFFF;
}

.xw-4 {
    background: #F2F6F9;
    margin-top: 60px;
}

.xw-4 a {
    padding-bottom: 20px;
}

.xw-4 .img {
    top: -20px;
    width: 44%;
    height: 360px;
    overflow: hidden;
}

.xw-4 .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.xw-4 .det {
    width: 56%;
    padding-left: 4.4%;
    padding-top: 60px;
}

.xw-4 .det .newbt {
    font-size: 24px;
    color: #333333;
}

.xw-4 .det p:nth-child(2) {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    text-align: justify;
    margin: 30px 0;
}

.xw-4 .det p:nth-child(3) {
    font-size: 14px;
    color: #777777;
}

.xw-4 .det p:nth-child(4) {
    font-size: 16px;
    color: #333333;
    transition: all 0.3s;
    margin-top: 55px;
}

.xw-4 .det p:nth-child(4):hover {
    font-weight: bold;
}

.xw-4 a:hover .det .newbt {
    font-weight: bold;
}

.xw-4 a:hover img {
    transform: scale(1.1);
}

.xw-4 a:hover .det p:nth-child(4) {
    margin-left: 20px;
}

.in-page {
    width: 100%;
    text-align: center;
    margin: 40px 0;
    /* float: left; */
}

.in-page span {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.in-page .strong {
    border: none;
    background: #004B85;
    color: #FFFFFF;
}

.in-page a {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.in-page a:hover {
    background-color: #2E6079;
    color: #FFFFFF;
}

.zz {
    text-align: center;
    padding: 60px 0;
}

.zz img {
    max-width: 100%;
}

.xwdet {
    background-color: #EEF2F9;
    padding: 50px 0 80px;
}

.xwdet-1 {
    padding: 60px 5.147%;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.xwdet-bt {
    padding-bottom: 40px;
    border-bottom: 1px solid #DEDEDE;
}

.xwdet-bt .p1 {
    font-size: 30px;
    color: #333333;
}

.xwdet-bt .p2 {
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
}

.xwdet-bt .p3 {
    margin-top: 25px;
}

.xwdet-bt .p3 span {
    font-size: 16px;
    color: #777777;
    display: inline-block;
    margin: 0 10px;
}

.xwdet-det {
    padding: 50px 0;
}

.xwdet-det img {
    
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
}

.xwdet-det p {
    font-size: 18px;
    color: #333333;
    line-height: 2;
    margin-bottom: 10px;
    text-align: justify;
    text-indent: 2rem;
}

.pi {
    background-color: #EEF2F9;
    padding: 30px 40px;
}

.pi p {
    display: flex;
    font-size: 18px;
    color: #777777;
    line-height: 40px;
}

.pi p span {
    display: inline-block;
    width: 75px;
}

.pi p a {
    display: inline-block;
    color: #777777;
    width: calc(100% - 75px);
}

.pi p:hover,
.pi p:hover a {
    color: #004B85;
}

.pi p:hover a {
    font-weight: bold;
}

.img-1 {
    padding: 40px 0;
    flex-wrap: wrap;
}

.img-1 a {
    width: 31.25%;
    margin-bottom: 20px;
}

.img-1 .img {
    width: 100%;
    height: 240px;
}

.img-1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.img-1 a:hover img {
    transform: scale(1.1);
}

.img-1 p {
    font-size: 18px;
    color: #333333;
    padding: 0 10px;
    text-align: center;
    line-height: 2.5;
}

.img-1 a:nth-child(3n-1):last-child {
    margin-right: 34.375%;
}


/* video */

.video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    text-align: center;
    display: none;
}

.video video {
    max-width: calc(100% - 160px);
    max-height: calc(100% - 70px);
    margin-top: 50vh;
    transform: translateY(-50%);
}

.max button,
.video button {
    position: absolute;
    right: 20px;
    bottom: 10px;
    background: none;
    border: none;
    border-radius: 5px;
    background: #ffffff;
    width: 120px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    z-index: 20;
    color: rgba(0, 170, 255, 0.2);
}

@media (max-width:768px) {
    .video video {
        max-width: calc(100% - 20px);
        max-height: calc(100% - 70px);
    }
}

.max {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}

#max {
    width: 100%;
    height: 100%;
}

#max .swiper-slide {
    width: 100%;
    height: 100%;
}

#max .swiper-slide .img {
    width: 100%;
    height: 100%;
    padding: 2%;
}

#max .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

#max .swiper-button-next {
    background-image: url(../image/ban-rig.png);
    background-size: 23px 42px;
    width: 23px;
    height: 42px;
    right: 5%;
}

#max .swiper-button-prev {
    background-image: url(../image/ban-lef.png);
    background-size: 23px 42px;
    width: 23px;
    height: 42px;
    left: 5%;
}

#max .swiper-pagination {
    bottom: 10px;
    z-index: 200;
}

#max .swiper-pagination span {
    opacity: 1;
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #FFFFFF;
    transition: all 0.3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#max .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}


/* add */

.cx {
    width: 100%;
    padding-bottom: 40px;
    text-align: left;
}
.cx.fz {
padding-top: 0;
}

.cx li {
    width: 100%;
    margin-top: 40px;
}

.cx li a {
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    height: 182px;
    background: url(../image/cx-11.png) no-repeat right bottom;
    background-color: #FFFFFF;
    justify-content: left;
}

.cx li:nth-child(2) a {
    background-image: url(../image/cx-22.png);
}

.cx li:nth-child(3) a {
    background-image: url(../image/cx-33.png);
}

.cx li:nth-child(4) a {
    background-image: url(../image/cx-44.png);
}

.cx li:nth-child(5) a {
    background-image: url(../image/cx-55.png);
}

.cx li a .img {
    width: 204px;
    text-align: center;
}

.cx li a .det {
    width: calc(100% - 360px);
}

.cx li a .det span {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #004B85;
    line-height: 30px;
}

.cx li a .det p {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}

.cg {
    background: url(../image/cg-bg.png) no-repeat center bottom;
    background-attachment: fixed;
}

.cg-1 {
    flex-wrap: wrap;
    padding-top: 60px;
}

.cg-1 .img {
    width: 42.64%;
    height: 280px;
}

.cg-1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cg-1 .det {
    width: 54.4%;
}

.cg-bt {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 30px;
    color: #004B85;
}

.cg-1 .det p {
    font-size: 16px;
    text-indent: 2rem;
    color: #555555;
    line-height: 30px;
text-align: justify;
}

.cg-2 {
    width: 100%;
}

.cg-2 p {
    text-indent: 2rem;
    font-size: 16px;
    color: #555555;
    line-height: 2;
    margin-bottom: 5px;
}

.cg-3 {
    padding: 60px 0 40px 0;
    flex-wrap: wrap;
}

.cg-3 .img {
    width: 409px;
}

.cg-3 .img img {
    max-width: 100%;
}

.cg-3 .det {
    width: calc(100% - 410px);
    padding-left: 4%;
    height: 525px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
}

.cg-3 .det p {
    text-indent: 2rem;
    font-size: 16px;
    line-height: 2;
    color: #555555;
    margin-bottom: 0;
}

.cg-4 {
    overflow: hidden;
}

.cg-4 span {
    display: block;
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    line-height: 2;
}

.cg-4 p {
    float: left;
    line-height: 2;
    min-width: 20%;
    text-indent: 1rem;
}
@media (max-width: 1400px) {
   
.cg-4 p {
     min-width: 33.33%;
}
}
@media (max-width: 850px) {
   
.cg-4 p {
     min-width: 50%;
}
}