<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: puhui;
    font-size: 0.16rem;
    background-color: #f3f8fe;
    color: rgb(51, 51, 51);
    overflow-x: hidden;
}

@font-face {
    font-family: puhui;
    src: url(fonts/AlibabaPuHuiTi-3-55-RegularL3.otf);
}

@font-face {
    font-family: Gkktt;
    src: url(fonts/BlackOpsOne.ttf);
}

@keyframes up {
    0% {
        transform: translate(-50%, 0px);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, 8px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 0px);
        opacity: 1;
    }
}

/* @keyframes animtran {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

@keyframes animtrans {
	0% {
		transform: rotateZ(360deg);
	}

	100% {
		transform: rotateZ(0deg);
	}
} */
@keyframes linkArrow {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(100%, -100%);
        opacity: 1;
    }

    51% {
        transform: translate(-100%, 100%);
        opacity: 1;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes ud {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

html {
    font-size: 100px;
}

.cyy-header-warp {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: linear-gradient(180deg, rgba(7, 35, 71, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.bodyPage .cyy-header-warp {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
}

.cyy-nav-box .cyy-contain-box {
    padding: 0;
    z-index: 5
}

.bodyHome .cyy-header-warp.fixed {
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.cyy-header-warp.fixed .cyy-nav-box {
    background: none;
}

.cyy-logo .logo1 {
    display: none;
}

.bodyPage .cyy-logo .logo {
    display: none;
}

.bodyPage .cyy-logo .logo1 {
    display: block;
}

.cyy-header-warp.fixed .cyy-logo .logo {
    display: none;
}

.cyy-header-warp.fixed .cyy-logo .logo1 {
    display: block;
}

.cyy-contain-box {
    max-width: 15.2rem;
    margin: 0 auto;
    padding: .6rem 0;
    position: relative;
}

.cyy-bg2 .cyy-contain-box {
    padding: .8rem 0 1rem 0;
}

.cyy-bg3 .cyy-contain-box {
    padding: 1rem 0 1.2rem 0;
}

.cyy-bg4 .cyy-contain-box {
    padding: 1.1rem 0 1.3rem 0;
}

.cyy-bg5 .cyy-contain-box {
    padding: 1.1rem 0 0 0;
}

.cyy-header-warp .cyy-contain-box {
    padding: .14rem 0;
    display: flex;
    align-items: center;
}

.cyy-logo {
    transition: .3s;
    width: 30%;
}

.cyy-logo img {
    max-width: 100%;
}

.cyy-nav&gt;li {
    float: left;
    /* width: 12.5%; */
    position: relative;
    z-index: 999;
    margin-left: .51rem;
}

.cyy-nav&gt;li&gt;a {
    display: block;
    line-height: .6rem;
    font-size: .18rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: .2s;
}

.bodyPage .cyy-nav&gt;li&gt;a {
    color: #333;
}

.cyy-header-warp.fixed .cyy-nav&gt;li&gt;a {
    color: #333333;
}

.cyy-nav&gt;li&gt;a::after {
    content: "";
    position: relative;
    width: 0;
    height: .04rem;
    display: block;
    z-index: 100;
    background-color: #fff;
    transition: .3s ease-out all;
    left: 50%;
    top: .3rem;
    transform: translateX(-50%)
}

.cyy-suNnav {
    position: absolute;
    left: 50%;
    top: 160%;
    min-width: 1.6rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, top .45s ease;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 5px 50px rgba(0, 0, 0, .3);
    padding: .1rem 0;
}

.cyy-suNnav::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 25px;
    left: 0;
    right: 0;
    background-color: transparent;
}

.cyy-suNnav::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-style: solid;
    margin-left: -7px;
    border-width: 7px;
    border-color: transparent transparent #fff;
}

.cyy-nav-box li:hover .cyy-suNnav {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.cyy-nav-box li .cyy-suNnav li {
    border-bottom: 1px solid #efefef;
    margin: 0 .1rem;
}

.cyy-nav-box li .cyy-suNnav li:last-child {
    border-bottom: none;
}

.cyy-nav-box li .cyy-suNnav li a {
    display: block;
    color: #979797;
    font-size: .15rem;
    padding: .13rem;
    text-align: center;
    position: relative;
}

.cyy-nav-box li .cyy-suNnav li a:hover {
    color: #F54E29 !important;
}

.cyy-nav-box li .cyy-suNnav li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -.1rem;
    width: 3px;
    height: 0;
    background: #0172d8;
    /* background: #000;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.162, .85, .45, 1); */
    transition: .3s
}

.cyy-nav-box li .cyy-suNnav li a:hover::before {
    /* -ms-transform-origin: top;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1) */
    height: 60%;
}

.cyy-header-right-box {
    width: 70%;
    position: relative;
}

.cyy-nav-box {
    margin-right: 3%;
}

.cyy-banner {
    position: relative;
    overflow: hidden;
}

.cyy-banner .swiper-slide {
    height: 100vh;
}

.cyy-banner .swiper-slide img,
.cyy-banner .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cyy-banner .swiper-pagination {
    right: 4% !important;
    left: auto !important;
    bottom: -.2rem;
    color: #fff;
    font-size: .2rem;
    text-align: right;
    width: auto;
}

.currenttxt,
.cyy-banner .swiper-pagination .swiper-pagination-current {
    font-size: .32rem;
}

.cyy-banner .swiper-pagination .swiper-pagination-total {
    font-size: .32rem;
}

.cyy-banner .swiper-pagination .line {
    font-size: .28rem;
}

.cyy-banner .cyy-contain-box {
    padding: 0;
    top: -.4rem;
}

.cyy-banner .swiper-button-prev {
    width: .4rem;
    height: .4rem;
    left: 88%;
    background: url(../images/left.png) no-repeat !important;
    background-size: cover !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.cyy-banner .swiper-button-next {
    width: .4rem;
    height: .4rem;
    background: url(../images/right.png) no-repeat !important;
    background-size: cover !important;
}

.cyy-footer-box {
    background: #fff;
}

.cyy-footer-box .cyy-contain-box {
    padding: 0.4rem 0px 0px;
}

.cyy-footer-box .cyy-contain-box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #E5EAF2;
    padding-bottom: .34rem;
}

.cyy-footer-box .cyy-contain-box .top .cyy-footer-logo img {
    max-width: 100%;
}

.cyy-footer-list ul {
    display: flex;
}

.cyy-footer-list ul li {
    margin-left: .3rem;
}

.cyy-footer-list ul li img {
    width: .54rem;
    height: .54rem;
    overflow: hidden;
}

.cyy-footer-list ul li.wx a {
    position: relative;
}

.cyy-footer-list ul li.wx a .img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.75rem;
    width: 1rem;
    height: 1rem;
    padding: .1rem;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    display: none;
}

.cyy-footer-list ul li.wx a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cyy-footer-box .cyy-contain-box .center {
    display: flex;
    justify-content: space-between;
    padding: .3rem 0;
}

.cyy-footer-box .cyy-contain-box .center .nav {
    width: 86%;
}

.cyy-footer-nav {
    display: flex;
    flex-wrap: wrap;
}

.cyy-footer-nav&gt;li {
    width: 14.28571428571429%;
}

.cyy-footer-nav&gt;li&gt;a {
    display: block;
    margin-bottom: .2rem;
    color: #333;
    font-size: .18rem;
    border-bottom: solid 1px rgba(255, 255, 255, .4);
    transition: .2s;
}

.cyy-footer-nav&gt;li&gt;a:hover {
    color: #333
}

.cyy-footer-nav li .cyy-footer-subNav {
    margin-top: .15rem;
}

.cyy-footer-nav li .cyy-footer-subNav a {
    display: block;
    padding-bottom: .1rem;
    color: #727C89;
    font-size: .14rem;
    transition: .5s;
}

.cyy-footer-nav li .cyy-footer-subNav a:hover {
    color: #1C7AF4;
}

.cyy-footer-box .cyy-contain-box .center .contact {
    width: 14%;
}

.cyy-footer-box .cyy-contain-box .center .contact .tel {
    margin-bottom: .3rem;
}

.cyy-footer-box .cyy-contain-box .center .contact .tel h3,
.cyy-footer-box .cyy-contain-box .center .contact .address h3 {
    margin-bottom: .1rem;
    font-size: .18rem;
    color: #727C89;
    display: flex;
    align-items: center;
}

.cyy-footer-box .cyy-contain-box .center .contact .tel h3 img,
.cyy-footer-box .cyy-contain-box .center .contact .address h3 img {
    margin-right: .05rem;
    width: .2rem;
    height: .2rem;
    overflow: hidden;
}

.cyy-footer-box .cyy-contain-box .center .contact .tel p,
.cyy-footer-box .cyy-contain-box .center .contact .address p {
    margin-left: .2rem
}

.cyy-footer-box .cyy-contain-box .bottom {
    display: flex;
    border-bottom: solid 1px #E5EAF2;
    padding-bottom: .3rem;
}

.cyy-footer-box .cyy-contain-box .bottom h3 {
    width: .72rem;
    font-size: .18rem;
    margin-right: .4rem;
}

.cyy-footer-box .cyy-contain-box .bottom ul {
    width: calc(100% - .72rem - .4rem);
    display: flex;
    flex-wrap: wrap;
}

.cyy-footer-box .cyy-contain-box .bottom ul li a {
    display: inline-block;
    font-size: .14rem;
    color: #727C89;
    margin-right: .3rem;
    margin-bottom: .1rem;
    transition: .5s;
}

.cyy-footer-box .cyy-contain-box .bottom ul li a:hover {
    color: #1C7AF4;
}

.cyy-footer-box .cyy-contain-box .copyright {
    padding: .2rem 0;
    font-size: 12px;
    color: #727C89;
    text-align: center;
}

.cyy-page-scrolling {
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: .2rem;
    text-align: center;
    overflow: hidden;
    z-index: 15;
    animation: ud 2s linear 0s infinite;
    transform: translateX(-50%);
    cursor: pointer;
}

.cyy-page-scrolling p {
    color: #fff;
}

.cyy-content-warp {
    padding-top: .6rem;
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #f1f8ff;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    overflow: auto;
    outline: none;
    z-index: 20;
}

.cyy-content-warp.showdiv {
    top: 0;
    /* position: relative; */
}

.outbox:before,
.outbox1:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.outbox,
.nav-outbox,
.nav-outbox1 {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    z-index: 100
}

.nav-outbox-close,
.nav-outbox-close:hover,
.nav-outbox-close1,
.nav-outbox-close1:hover {
    background: url(../images/close.png) no-repeat
}

.nav-outbox-close,
.nav-outbox-close1 {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: .1rem;
    cursor: pointer;
    z-index: 20;
    background-position: 0 0
}

.nav-outbox-close:hover,
.nav-outbox-close1:hover {
    background-position: 0 -16px
}

.cyy-show-search-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: transparent;
    width: 8rem
}

.cyy-show-search {
    width: 8rem;
    margin: 0 auto;
    padding: .2rem 0
}

.cyy-input-text {
    float: left;
    width: 80%;
    height: .25rem;
    line-height: .25rem;
    padding: .14rem .3rem;
    font-family: "syh";
    font-size: .16rem;
    color: #333;
    outline: none;
    border-radius: 30px
}

.cyy-input-button {
    float: left;
    padding: 0px .32rem;
    margin-left: -0.22rem;
    height: .53rem;
    line-height: 0.53rem;
    font-family: "syh";
    font-size: .16rem;
    color: #fff;
    outline: none;
    cursor: pointer;
    border-radius: 0 .3rem .3rem 0;
    background-color: #F54E29;
}

.cyy-input-button:hover {
    /* background-color: #F64545; */
}

.cyy-search-icon {
    width: .18rem;
    height: .18rem;
    display: block;
    position: absolute;
    right: 0;
    top: .22rem;
    background: url(../images/search-w.png) no-repeat center center;
    background-size: contain;
}

.bodyPage .cyy-search-icon {
    background: url(../images/search-b.png) no-repeat center center;
    /* padding: .08rem; */
    /* border-radius: 50%; */
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}

.cyy-header-warp.fixed .cyy-search-icon {
    background: url(../images/search-b.png) no-repeat center center;
    /* padding: .08rem; */
    /* border-radius: 50%; */
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}

.cyy-title-box {
    margin-bottom: .4rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cyy-title-box .des {
    text-align: center;
}

.cyy-title-box .des {
    color: #fff;
    font-size: .22rem;
    margin-top: .1rem;
}

.cyy-bg2 .cyy-title-box .des {
    color: #333;
    text-align: left;
    font-weight: normal;
}

.cyy-bg3 .cyy-title-box,
.cyy-bg4 .cyy-title-box,
.cyy-bg5 .cyy-title-box {
    display: block;
    text-align: center;
}

.cyy-title {
    font-size: .4rem;
    color: #333;
    font-weight: bold;
}

.cyy-bg3 .cyy-title {
    text-align: center;
    color: #fff;
}

.cyy-more {
    font-size: .22rem;
    color: #333;
    padding: 0 .3rem 0 0;
    position: relative;
    vertical-align: 1px;
    text-align: center;
}

.cyy-more a {
    color: #002554;
    position: relative;
    padding-right: .5rem;
    font-weight: bold;
}

.cyy-more::after {
    content: "";
    width: .2rem;
    height: .18rem;
    display: block;
    background: url(../images/more-icon.png) no-repeat top center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    transition: .2s ease;
}

.cyy-more:hover::after {
    /* animation: linkArrow .5s ease; */
    right: -.05rem;
}

.cyy-bg1 {
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.cyy-yqxw-box {
    display: flex;
    justify-content: space-between;
    margin-left: .4rem;
    position: relative;
    flex-wrap: wrap;
}

.cyy-yqxw-box::before {
    content: "";
    position: absolute;
    left: -.4rem;
    top: .4rem;
    background: url(../images/news-bg.png) no-repeat;
    width: 6.93rem;
    height: 4.1rem;
    background-size: cover;
}

.cyy-jgdt-img-list {
    position: relative;
    width: 6.93rem;
}

.cyy-jgdt-img-list .img {
    width: 6.93rem;
    height: 4.1rem;
    overflow: hidden;
}

.cyy-jgdt-img-list .img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cyy-jgdt-img-list:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cyy-jgdt-img-list .box h3 {
    height: .25rem;
    line-height: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .6rem;
    margin-left: -.4rem;
    font-size: .24rem;
}

.cyy-jgdt-img-list:hover .box h3 {
    color: #1C7AF4;
}

.cyy-yqxw-list {
    width: calc(100% - 6.93rem - .5rem);
    overflow: hidden;
    margin-top: -.3rem;
    margin-left: .5rem;
}

.cyy-yqxw-list li {
    padding: .25rem 0;
    border-bottom: solid 1px #DCE2EB;
}

.cyy-yqxw-list li .box {
    display: flex;
    align-items: center;
}

.cyy-yqxw-list li .box .time {
    display: flex;
    width: .94rem;
    height: .81rem;
    background: url(../images/calendar.png) no-repeat;
    align-items: center;
    text-align: center;
    background-size: contain;
}

.cyy-yqxw-list li .box .time .day {

    width: 100%;

    font-size: .24rem;

    color: #1C7AF4;

    text-align: center;

    margin-top: .2rem;
}

.cyy-yqxw-list li .box .time .year {
    font-size: .14rem;
    color: #1C7AF4;
    margin-left: .1rem;
}

.cyy-yqxw-list li .inf {
    width: calc(100% - .94rem - .3rem);
    margin-left: .3rem
}

.cyy-yqxw-list li .inf .title {
    height: .25rem;
    line-height: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: .24rem;
    margin-bottom: .12rem;
}

.cyy-yqxw-list li .inf .des {
    height: .25rem;
    line-height: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
    font-size: .16rem;
}

.cyy-yqxw-list li:hover .inf .title {
    color: #1C7AF4;
}

.xgxy-tzgg-box {
    padding-bottom: 1rem;
}

.xgxy-tzgg-box .box {
    padding: .44rem .4rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    background: #fff url(../images/hua.png) no-repeat center right;
    background-size: 40%;
}

.xgxy-tzgg-box .box .time {
    width: .5rem;
    color: #333;
    text-align: center;
    color: #1C7AF4;
    position: relative;
}

.xgxy-tzgg-box .box .time::before {
    content: "";
    width: 1px;
    height: .39rem;
    background: #DADADA;
    position: absolute;
    left: .68rem;
    top: 50%;
    transform: translateY(-50%);
}

.xgxy-tzgg-box .box .time .day {
    font-size: .34rem;
}

.xgxy-tzgg-box .box .time .year {
    font-size: .16rem;
}

.xgxy-tzgg-box .box .h3 {
    width: calc(100% - 1rem);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: .24rem;
}

.xgxy-tzgg-box .box:hover .h3 {
    color: #1C7AF4;
}

.xgxy-tzgg-box .swiper-pagination {
    bottom: .9rem;
    width: 100%;
}

.xgxy-tzgg-box .swiper-pagination-bullet {
    width: .26rem;
    height: .06rem;
    background: #DCE2EB;
    border-radius: .49rem;
    opacity: 1;
    margin: 0 .08rem;
}

.xgxy-tzgg-box .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.xgxy-tzgg-box .swiper-pagination-bullet-active {
    width: .26rem;
    height: .06rem;
    background: #1C7AF4;
    border-radius: 49px 49px 49px 49px;
    opacity: 1;
}

.cyy-bg3 {
    background: url(../images/bg3.png) no-repeat;
    background-size: cover;
}

.cyy-yqgs-box {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: .1rem;
}

#gushi {
    width: 10.12rem;
    height: 6.01rem;
    overflow: hidden;
}

.img16_9 {
    height: 100%;
    overflow: hidden;
}

.img16_9 img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.img16_9:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.hz_small {
    width: calc(100% - 10.12rem);
    height: 6.01rem;
    position: relative;
    z-index: 10;
}

.hz_small ul {
    width: 100%;
    height: 100%;
}

.hz_small ul li {
    width: 100%;
    height: 25%;
    position: relative;
    z-index: 1;
}

.hz_small ul li::before {
    content: "";
    width: 0;
    height: 100%;
    background: url(../images/choose.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}

.hz_small ul li::after {
    content: "";
    width: .03rem;
    height: .3rem;
    background: #FFFFFF;
    position: absolute;
    top: 0.4rem;
    left: .3rem;
    z-index: -1;
    transition: all .3s;
}

.hz_small ul li a {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-indent: .5rem;
}

.hz_small ul li a h3 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: .3rem;
    margin-bottom: .16rem;
}

.hz_small ul li a p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: .2rem;
}

.hz_small ul li.choose::before {
    width: calc(100%) !important;
    transition: all .3s;
}

.hz_small ul li.choose::after {
    background: #1C7AF4;
    height: .76rem;
    transition: all .5s;
}

.choose h3 {
    color: #1C7AF4 !important;
    transition: all .35s;
}

.choose p {
    color: #727C89 !important;
    transition: all .35s;
}

.cyy-bg4 {
    background: url(../images/bg4.png) no-repeat center center;
    background-size: cover;
}

.cyy-bg5 {
    background: url(../images/bg5.png) no-repeat center center;
    background-size: cover;
}

.cyy-bg4 .cyy-title {
    text-align: center;
}

.cyy-bg4 .cyy-title-box .des {
    color: #333;
    font-size: .22rem;
}

.cyy-wmdfw-list ul {
    display: flex;
    margin-left: -2%;
    margin-bottom: 1.27rem;
    flex-wrap: wrap;
}

.cyy-wmdfw-list ul li {
    width: 23%;
    margin-left: 2%;
}

.cyy-wmdfw-list ul li:hover .box {
    transition: all 0.5s;
    letter-spacing: 1.5px;
}

.cyy-wmdfw-list ul li .img {
    width: 100%;
    height: 4.36rem;
    overflow: hidden;
}

.cyy-wmdfw-list ul li .img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cyy-wmdfw-list ul li:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cyy-wmdfw-list ul li .box {
    position: relative;
}

.cyy-wmdfw-list ul li.li1 .box,
.cyy-wmdfw-list ul li.li3 .box {
    margin: .16rem 0 0 0;
}

.cyy-wmdfw-list ul li.li2 .box,
.cyy-wmdfw-list ul li.li4 .box {
    margin: 0 0 .16rem 0;
}

.cyy-wmdfw-list ul li .box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .32rem;
    height: .32rem;
    background: url(../images/more.png) no-repeat;
    background-size: contain;
}

.cyy-wmdfw-list ul li .box h3 {
    font-size: .24rem;
    margin-bottom: .08rem
}

.cyy-wmdfw-list ul li:hover .box h3 {
    color: #1C7AF4
}

.cyy-wmdfw-list ul li .box p {
    font-size: .16rem;
    color: #777777;
}

.cyy-cyysj-list {
    background: url(../images/data-img.png) no-repeat 1.2rem bottom;
    height: 7.26rem;
    margin-top: 1.4rem;
    background-size: contain;
}

.cyy-cyysj-list ul {
    position: relative;
}

.cyy-cyysj-list ul li {
    position: absolute;
    animation: 2s linear 0s infinite normal none running up;
}

.cyy-cyysj-list ul li .box {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cyy-cyysj-list ul li .title {
    font-family: Gkktt;
    font-size: .46rem;
    color: #FFFFFF;
    text-align: center;
}

.cyy-cyysj-list ul li .txt {
    font-size: .14rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: .05rem;
}

.cyy-cyysj-list ul li.li1 {
    width: 3.21rem;
    height: 3.15rem;
    background: url(../images/dy.png) no-repeat;
    left: 10%;
    top: .25rem;
    background-size: contain;
}

.cyy-cyysj-list ul li.li2 {
    width: 2.03rem;
    height: 1.99rem;
    background: url(../images/xy.png) no-repeat;
    left: 26%;
    top: 1.6rem;
    border-radius: 50%;
    background-size: contain;
}

.cyy-cyysj-list ul li.li3 {
    width: 3.21rem;
    height: 3.15rem;
    background: url(../images/dy.png) no-repeat;
    left: 33%;
    top: -1.2rem;
    background-size: contain;
}

.cyy-cyysj-list ul li.li4 {
    width: 3.21rem;
    height: 3.15rem;
    background: url(../images/dy.png) no-repeat;
    left: 48%;
    top: 1rem;
    background-size: contain;
}

.cyy-cyysj-list ul li.li5 {
    width: 3.21rem;
    height: 3.15rem;
    background: url(../images/dy.png) no-repeat;
    left: 64%;
    top: -.45rem;
    background-size: contain;
}

.cyy-cyysj-list ul li.li6 {
    width: 2.03rem;
    height: 1.99rem;
    background: url(../images/xy.png) no-repeat;
    left: 77%;
    top: 1.5rem;
    border-radius: 50%;
    background-size: contain;
}

.cyy-cyysj-list ul li.li7 {
    width: 2.03rem;
    height: 1.99rem;
    background: url(../images/xy.png) no-repeat;
    left: 85%;
    top: -.45rem;
    background-size: contain;
}

.cyy-cyysj-list ul li.li8 {
    width: 2.03rem;
    height: 1.99rem;
    background: url(../images/xy.png) no-repeat;
    right: -4%;
    top: 1.6rem;
    border-radius: 50%;
    background-size: contain;
}

.cyy-bg2 {
    background: url(../images/bg2.png) no-repeat;
    background-size: cover;
}

.cyy-ny-banner {
    margin-top: .96rem;
    position: relative;
}

.cyy-ny-banner img {
    width: 100%;
    height: 5.72rem;
    object-fit: cover;
}

.cyy-ny-banner .cyy-column-box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cyy-column-h3 {
    font-size: .36rem;
    color: #fff;
    font-weight: bold;
}

.cyy-place {
    font-size: .14rem;
    color: #fff;
    margin-bottom: .1rem;
}

.cyy-place a {
    color: #fff;
    font-size: .14rem;
}

.cyy-place a:hover {
    color: #fff;
}

.cyy-ny-box {
    display: flex;
}

.cyy-ny-left {
    width: 3rem;
}

.cyy-ny-left-fixed {
    position: relative;
    border-left: solid 1px #c3c3c3;
    padding-bottom: .3rem;
}

.cyy-ny-left-fixed .en {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'syh';
    font-weight: bold;
    font-size: .8rem;
    background: linear-gradient(90deg, rgba(225, 229, 235, 0) 0%, rgba(225, 229, 235, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    writing-mode: vertical-rl;
    z-index: -1;
}

.cyy-nav-list&gt;ul&gt;li {
    position: relative;
}

.cyy-nav-list&gt;ul&gt;li.on::before {
    content: "";
    position: absolute;
    left: -.1rem;
    top: 0;
    width: .1rem;
    height: .1rem;
    background: #f54e29;
    border: solid 5px #f6bcc0;
    border-radius: 50%;
}

.nav .cyy-nav-list&gt;ul&gt;li&gt;a {
    font-size: .14rem;
    margin: 0;
}

.cyy-nav-list&gt;ul&gt;li&gt;a {
    position: relative;
    display: block;
    margin-bottom: .3rem;
    font-size: .2rem;
    color: #979797;
    text-indent: .35rem;
    transition: .5s;
}

.zh .cyy-nav-list&gt;ul&gt;li&gt;a {
    font-size: .16rem;
}

.cyy-nav-list&gt;ul&gt;li:last-child&gt;a {
    border-bottom: none;
}

.cyy-nav-list&gt;ul&gt;li&gt;a:hover {
    color: #f54e29
}

.cyy-nav-list&gt;ul&gt;li.on&gt;a {
    color: #f54e29;
    font-weight: bold;
}

.cyy-ny-right {
    position: relative;
    width: calc(100% - 3rem - 5%);
    margin-left: 5%;
    min-height: 8rem;
}

.cyy-list li:first-child {
    padding: 0 0 .43rem 0;
}

.cyy-list li {
    position: relative;
    padding: .36rem 0 .43rem 0;
    border-bottom: solid .01rem #e9edf8;
}

.cyy-list li:hover {
    border-bottom: solid .01rem #1C7AF4;
}

.cyy-list li a {
    display: block;
}

.cyy-list li:hover::before {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    width: .6rem;
    height: .6rem;
    background: url(../images/mingxing_03.png) no-repeat;
    background-size: contain;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
}

.cyy-list li .time {
    margin-bottom: .2rem;
}

.cyy-list li .time .day {
    font-size: .3rem;
    color: rgba(51, 51, 51, 1);
}

.cyy-list li .time .year {
    font-size: .2rem;
    color: #979797;
}

.cyy-list li .box .tit {
    font-size: .2rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cyy-list li .box .subtit {
    font-size: .16rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .05rem;
}

.cyy-list li:hover .box .tit,
.cyy-list li:hover .box .subtit,
.cyy-list li:hover .time .year,
.cyy-list li:hover .time .day {
    color: #1C7AF4;
}

.cyy-list li:hover .box .tit,
.cyy-list li:hover .box .subtit {
    font-weight: bold;
}

.cyy-schd-list li {
    margin-bottom: .3rem;
    border: solid 1px #f3f8fe;
}

.cyy-schd-list li:hover {
    background: #e4efff;
    border: solid 1px #fff;
    box-shadow: 0px 0px 10px 8px rgba(228, 239, 255, 1);
}

.cyy-schd-list li a {
    display: flex;
    padding: 22px;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.cyy-schd-list li a:hover::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: .8rem;
    height: .8rem;
    background: url(../images/lianjie.png) no-repeat center right;
    transition: .5s;
    transform: translateY(-50%);
    background-size: contain;
}

.news .cyy-schd-list li a:hover::after {
    display: none;
}

.cyy-schd-list .time {
    width: .75rem;
    color: #F54E29;
    font-size: .2rem;
    text-align: right;
    margin-top: -.6rem;
    position: relative;
    padding-top: .15rem;
}



.cyy-schd-list .time::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: .74rem;
    height: .02rem;
    background: #F54E29;
}

.cyy-schd-list .time .day {
    font-size: .3rem;
}

.cyy-schd-list .img {
    width: 2.57rem;
    height: 1.53rem;
    overflow: hidden;
    margin-left: .4rem;
    background: url(../images/news-pic.png) no-repeat center center;
    background-size: cover;
}

.cyy-schd-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cyy-schd-list li:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.cyy-schd-list .box {
    width: calc(100% - 2.57rem - .75rem - .35rem - .4rem);
    margin-left: .35rem;
}

.cyy-schd-list .box h3 {
    /* width: 90%; */
    height: .25rem;
    line-height: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: .22rem;
    font-weight: bold;
}

.cyy-schd-list .box p {
    /* width: 90%; */
    font-size: .16rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cyy-schd-list .box p {
    margin-top: .3rem;
}

.cyy-schd-list li:hover .time,
.cyy-schd-list li:hover .box h3 {
    color: #1C7AF4;
}

.cyy-schd-list li:hover .time::before {
    background: #1C7AF4;
}

.cyy-schd-list li:hover .box h3 {
    font-weight: bold;
}

.cyy-schd-list.notCalendar .time {
    display: none;
}

.cyy-schd-list.notCalendar .img {
    margin-left: 0;
}

.cyy-schd-list.notCalendar .box {
    width: calc(100% - 2.57rem - .35rem);
}

.cyy-about .datalist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: .6rem 0 0 0;
}

.cyy-about .datalist li {
    width: 25%;
    margin-bottom: .6rem;
    text-align: center;
}

.cyy-about .datalist li .item .num {
    font-size: .36rem;
    font-weight: bold;
    color: #1C7AF4;
    position: relative;
}

.cyy-about .datalist li .item .box {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.cyy-about .datalist li .item .box .dw {
    font-size: .16rem;
    color: #1C7AF4;
    margin-left: .05rem;
}

.cyy-about .datalist li .item .num::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.17rem;
    width: .2rem;
    height: 1px;
    background: #D7D7D7;
}

.cyy-about .datalist li .item .txt {
    margin-top: .4rem;
}

.cyy-ny-box .title h1 {
    font-size: 0.32rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: .05rem;
}

.cyy-ny-box .title h2 {
    font-size: 0.32rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: .16rem;
}

.cyy-ny-box .arc-info {
    padding-bottom: .12rem;
    border-bottom: solid 1px #EEEEEE;
    position: relative;
}

.cyy-ny-box .inf-left {
    text-align: center;
}

.cyy-ny-box .inf-left span {
    font-size: 16px !important;
    color: #777777;
}

.cyy-ny-box .inf-right {
    position: absolute;
    right: 0;
    top: 0;
}

.cyy-ny-box .inf span {
    font-size: 14px !important
}

.arc-con {
    margin-top: .25rem;
}

.arc-con span,
.arc-con p,
.arc-con p span,
.cyy-ny-cont span,
.cyy-ny-cont p,
.cyy-ny-cont p span {
    font-family: 'Microsoft YaHei';
    color: #333;
    font-size: 18px !important;
    line-height: 2em !important;
}

.arc-con.small-size span,
.arc-con.small-size p,
.arc-con.small-size p span,
.arc-con h1 {
    font-size: 14px !important;
}

.arc-con.normal-size span,
.arc-con.normal-size p,
.arc-con.normal-size p span,
.arc-con h1 {
    font-size: 16px !important;
}

.arc-con.large-size span,
.arc-con.large-size p,
.arc-con.large-size p span,
.arc-con h1 {
    font-size: 18px !important;
}

.arc-info .resize a {
    position: relative;
    vertical-align: bottom;
}

.arc-info a.large-size {
    font-size: 19px;
    margin: 0 5px
}

.arc-info a.large-size:after {
    content: '+';
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -7px
}

.arc-info a.normal-size {
    font-size: 16px;
    margin: 0 5px6
}

.arc-info a.small-size {
    font-size: 14px;
    margin: 0 5px
}

.arc-info a.small-size:after {
    content: '-';
    font-size: 12px;
    position: absolute;
    top: -3px;
    right: -5px
}

.arc-con.small-size span,
.arc-con.small-size p,
.arc-con.small-size p span,
.arc-con h1 {
    font-size: 16px !important;
}

.arc-con.normal-size span,
.arc-con.normal-size p,
.arc-con.normal-size p span,
.arc-con h1 {
    font-size: 18px !important;
}

.arc-con.large-size span,
.arc-con.large-size p,
.arc-con.large-size p span,
.arc-con h1 {
    font-size: 20px !important;
}

.cyy-ny-cont .vsbcontent_img {
    text-align: center;
}

.cyy-ny-cont img,.cyy-ny-cont video {
    max-width: 100%;
    height: auto !important;
}

.cyy-ny-box .left {
    width: calc(85% - .6rem);
    margin-right: .24rem;
}

.cyy-ny-box .left .bg {
    padding: .4rem .4rem 1rem .4rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 11px 0px rgba(171, 171, 171, 0.25);
}

#share {
    text-align: right;
    position: absolute;
    top: 0;
    right: 10%;
    font-size: 16px;
}

#share .icon-tencent,
#share .icon-douban,
#share .icon-linkedin,
#share .icon-diandian,
#share .icon-facebook,
#share .icon-twitter,
#share .icon-google {
    display: none;
}

.social-share a {
    margin-left: 5px !important;
}

.arc-page {
    position: relative;
}

.arc-page a {
    display: inline-block;
    width: 80%;
}

.arc-page p {
    font-size: 14px !important;
    color: #333333;
    font-family: 'syh' !important;
    display: flex;
}

.arc-page .pre {
    margin-bottom: .12rem;
}

.arc-page p a:hover {
    color: #115740;
}

.arc-page .return {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 31px;
    line-height: 31px;
    background: #115740;
    border-radius: .04rem;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.arc-page .return:hover {}

.cyy-tab-box ul {
    display: flex;
    border-top: solid 1px #0172D8;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem;
    margin-top: .2rem;
}

.cyy-tab-box ul li a {
    font-size: .24rem;
    color: #0172D8;
    padding: .2rem .4rem;
    margin: 0 .6rem;
    background-color: #f3f8fe;
    position: relative;
}

.cyy-tab-box ul li.on a {
    background-color: #e4efff
}

.cyy-tab-box ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: #0172D8;
}

.cyy-tab-box ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: #0172D8;
}

.cyy-tab-box ul li {
    margin-top: -.18rem;
}

.cyy-map-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.cyy-map-left {
    width: 6.92rem;
}

.cyy-map-left img {
    max-width: 100%;
}

.cyy-map-right {
    width: calc(100% - 6.92rem - .45rem);
    margin-left: .45rem;
}

.cyy-map-right .box {
    position: relative;
    font-size: 14px;
}

.cyy-map-right .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
}

.cyy-map-right h3 {
    font-size: .36rem;
    margin-bottom: .56rem;
}

.cyy-map-right&gt;div p {
    margin-bottom: .1rem;
}

.cyy-map-right&gt;div p:last-child {
    margin-bottom: 0;
}

.cyy-map-right div.tel,
.cyy-map-right div.email,
.cyy-map-right div.address {
    padding-left: .6rem;
    margin-bottom: .3rem;
    position: relative;
}

.cyy-map-right div.address {
    margin-bottom: .0;
}

.cyy-map-right div.address a img {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    vertical-align: middle;
    margin-left: .05rem;
}

.cyy-map-right div.tel::before,
.cyy-map-right div.email::before,
.cyy-map-right div.address::before {
    content: "";
    position: absolute;
    left: .15rem;
    top: 0;
    width: .3rem;
    height: .3rem;
    background-size: cover !important;
}

.cyy-map-right div.tel::before {
    background: url(../images/lianxi_01.png) no-repeat top center;
}

.cyy-map-right div.email::before {
    background: url(../images/lianxi_02.png) no-repeat top center
}

.cyy-map-right div.address::before {
    background: url(../images/lianxi_03.png) no-repeat top center;
}

.cyy-wqhg-list li a {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.cyy-wqhg-list li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: .68rem;
    height: .68rem;
    background: url(../images/mingxiang_03_.png) no-repeat;
    background-size: contain;
}

.cyy-wqhg-list li a:hover::after {
    width: .43rem;
    height: .43rem;
    background: url(../images/mingxing_03.png) no-repeat;
    background-size: contain;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    right: .3rem;
    bottom: .3rem;
}

.cyy-wqhg-list li {
    margin-bottom: .5rem;
}

.cyy-wqhg-list li:hover {
    background-color: #e5edf8;
}

.cyy-wqhg-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: .42rem;
    height: 3.23rem;
    background: url(../images/mingxing_02.png) no-repeat;
    z-index: 2;
}

.cyy-wqhg-list li .img {
    width: 5.38rem;
    height: 3.24rem;
    overflow: hidden;
    background: url(../images/defau-img.png) no-repeat center center;
    background-size: cover;
}

.cyy-wqhg-list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cyy-wqhg-list li:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cyy-wqhg-list li .box {
    width: calc(100% - 5.38rem - .39rem);
    margin-left: .39rem;
    margin-top: .56rem;
    position: relative;
}

.cyy-wqhg-list li a .box h3 {
    width: 90%;
    height: .25rem;
    line-height: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: .22rem;
    font-weight: bold;
}

.cyy-wqhg-list li a .box p {
    font-size: .16rem;
    width: 90%;
    line-height: 2em;
    color: #333333;
    margin: .3rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-left: .3rem;
    position: relative;
}

.cyy-wqhg-list li .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
    width: 1px;
    height: 1.01rem;
    background: #000;
}

.cyy-wqhg-list li:hover a .box h3 {
    color: #1C7AF4;
    font-weight: bold;
}

.cyy-alfx-list&gt;h3 {
    height: .77rem;
    line-height: .77rem;
    background: url(../images/chengguo.png) no-repeat;
    font-size: .3rem;
    color: #FFFFFF;
    padding: 0 .32rem;
}

.cyy-alfx-list ul {
    display: flex;
}

.cyy-alfx-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
}

.cyy-alfx-list ul li {
    width: 47%;
    background: #e4efff;
    margin: 3% 0 0 3%;
}

.cyy-alfx-list ul li a {
    display: block;
    padding: .37rem .22rem .45rem .22rem;
}

.cyy-alfx-list ul li .box {
    position: relative;
}

.cyy-alfx-list ul li .box .title {
    position: relative;
}

.cyy-alfx-list ul li .box .title span {
    display: inline-block;
    max-width: 90%;
    font-weight: bold;
    font-size: .24rem;
    color: #1C7AF4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cyy-alfx-list ul li .box .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.14rem;
    width: 100%;
    height: 2px;
    background: url(../images/line.png) no-repeat;
    background-size: contain;
}

.cyy-alfx-list ul li .box .title img {
    width: .36rem;
    height: .39rem;
    overflow: hidden;
}

.cyy-alfx-list ul li .box .title img {
    vertical-align: top;
    margin-left: .13rem;
}

.cyy-alfx-list ul li .box .des {
    font-size: .16rem;
    line-height: 1.8em;
    color: #333333;
    margin: .3rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cyy-alfx-list ul li .box .more {
    font-size: .18rem;
    text-align: center;
    position: relative;
}

.cyy-alfx-list ul li .box .more::after {
    content: "";
    width: .2rem;
    height: .18rem;
    display: block;
    background: url(../images/more-icon.png) no-repeat top center;
    position: absolute;
    left: 59%;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    transition: .2s ease;
}

.cyy-alfx-list ul li:hover .box .more::after {
    left: 60%;
}

.cyy-jlb-list .top {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: .98rem;
}

.cyy-jlb-list .top .img {
    width: 6.61rem;
    height: 4.04rem;
    overflow: hidden;
}

.cyy-jlb-list .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cyy-jlb-list .top:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.cyy-jlb-list .top .box {
    background: url(../images/mingxingbg.png) no-repeat;
    position: absolute;
    right: .29rem;
    top: 50%;
    transform: translateY(-50%);
    width: 5.4rem;
    background-size: contain;
}

.cyy-jlb-list .top .box::after {
    /* content: "";
	width: .29rem;
	height: 2.84rem;
	background: url(../images/sx.png) no-repeat;
	position: absolute;
	right: -.3rem;
	bottom: 0; */
}

.cyy-jlb-list .top .box .txt {
    padding: .34rem;
}

.cyy-jlb-list .top .box .txt h3 {
    font-size: .24rem;
    margin-bottom: .36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.cyy-jlb-list .top .box .txt p {
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.cyy-mxqy-list ul li {
    /* display: flex; */
    position: relative;
    margin-bottom: .98rem;
}

.cyy-mxqy-list ul li .img {
    width: 6.11rem;
    height: 3.72rem;
    overflow: hidden;
    background: url(../images/defau-img.png) no-repeat center center;
    background-size: cover;
}

.cyy-mxqy-list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cyy-mxqy-list ul li:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.cyy-mxqy-list ul li .box {
    background: #fff url(../images/mingxing_bgg.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5.97rem;
    background-size: contain;
}

.cyy-mxqy-list ul li .box::after {
    /* content: "";
	width: .06rem;
	height: 100%;
	background: rgba(203, 22, 33, 1);
	position: absolute;
	right: 0;
	top: 0; */
}

.cyy-mxqy-list ul li .box .txt {
    padding: .37rem .4rem;
}

.cyy-mxqy-list ul li .box .txt h3 {
    margin-bottom: .36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: .24rem;
    font-weight: bold;
    color: #1C7AF4;
}

.cyy-mxqy-list ul li .box .txt::before {
    /* content: "";
	position: absolute;
	left: 50%;
	top: 82px;
	transform: translateX(-50%);
	width: 87%;
	height: 2px;
	background: url(../images/line.png) no-repeat;
	background-size: cover; */
}

.cyy-mxqy-list ul li .box .des {
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: .2rem;
}

.cyy-mxqy-list ul li .box .more {
    font-size: .18rem;
    text-align: center;
    position: relative;
}

.cyy-mxqy-list ul li .box .more::after {
    content: "";
    width: .2rem;
    height: .18rem;
    display: block;
    background: url(../images/more-icon.png) no-repeat top center;
    position: absolute;
    left: 59%;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    transition: .2s ease;
}

.cyy-mxqy-list ul li:hover .box .more::after {
    left: 60%;
}

.cyy-jlb-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
}

.cyy-jlb-list ul li {
    width: 31.33333333333333%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.cyy-jlb-list ul li .box {
    position: relative;
}

.cyy-jlb-list ul li .box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    background: linear-gradient(180deg, rgba(28, 122, 244, 0) 0%, rgba(28, 122, 244, 1) 100%);
    z-index: 1;
    border-radius: 0 0 5px 5px;
}

.cyy-jlb-list ul li .img {
    width: 100%;
    height: 2.59rem;
    overflow: hidden;
    background: url(../images/defau-img.png) no-repeat center center;
    background-size: cover;
}

.cyy-jlb-list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cyy-jlb-list ul li:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cyy-jlb-list ul li .box h3 {
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: .3rem;
    transform: translateX(-50%);
    color: #fff;
    font-size: .18rem;
    text-align: center;
    z-index: 2;
    height: .25rem;
    line-height: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* color: #333; */
}

.cyy-yqsp-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
}

.cyy-yqsp-list ul li {
    width: 31.33333333333333%;
    margin-left: 2%;
    position: relative;
}

.cyy-yqsp-list ul li .box {
    padding: .16rem .16rem .28rem .16rem;
    position: relative;
}

.cyy-yqsp-list ul li .box .img {
    width: 100%;
    height: 2.21rem;
    overflow: hidden;
    position: relative;
    background: url(../images/defau-img.png) no-repeat center center;
    background-size: cover;
}

.cyy-yqsp-list ul li .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cyy-yqsp-list ul li:hover .box .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cyy-yqsp-list ul li .box .img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .6rem;
    height: .6rem;
    background: url(../images/shipin_01.png) no-repeat;
    z-index: 2;
    background-size: contain;
}

.cyy-yqsp-list ul li .box h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    margin-top: .36rem;
}

.cyy-yqsp-list ul li:hover .box::after {
    content: "";
    position: absolute;
    right: .2rem;
    bottom: .32rem;
    width: .32rem;
    height: .32rem;
    background: url(../images/shipin_03.png) no-repeat;
    background-size: contain;
}

.cyy-yqsp-list ul li:hover {
    background-color: #0172d8;
}

.cyy-yqsp-list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background-color: #f54e29;
    transition: .4s;
}

.cyy-yqsp-list ul li:hover::after {
    width: 100%;
}

.cyy-yqsp-list ul li:hover .box h3 {
    color: #fff;
    width: 88%;
}

.cyy-fwtx .item h3 {
    padding: .53rem .46rem;
    font-size: .3rem;
    font-weight: bold;
    color: #0172D8;
    background: #e4efff;
    border: solid 1px #fff;
    box-shadow: 0px 0px 10px 8px rgba(228, 239, 255, 1);
    position: relative;
    text-indent: .5rem;
    cursor: pointer;
}

.cyy-fwtx .item h3::before {
    content: "";
    position: absolute;
    left: .46rem;
    top: 50%;
    transform: translateY(-50%);
    width: .2rem;
    height: .2rem;
    border: solid 3px #0172D8;
    border-radius: 50%;
    background-color: #fff;
}

.cyy-fwtx .item h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .46rem;
    width: .38rem;
    height: .23rem;
    background: url(../images/jiantou.png) no-repeat;
    background-size: contain;
}

.cyy-fwtx .item .box {
    padding: .3rem;
}

.cyy-fwtx .item .box p {
    line-height: 2em;
}

.cyy-fwtx .item .box p img {
    max-width: 100%;
}

.cyy-about p {
    line-height: 2em;
}

.cyy-about .top {
    display: flex;
}

.cyy-about .top .txt {
    margin-right: .4rem;
    /* margin-top: .1rem; */
    position: relative;
    width: calc(100% - 5.48rem - .4rem);
}

.cyy-about .top .txt::before {
    content: "";
    position: absolute;
    left: -.26rem;
    top: .05rem;
    width: 1px;
    height: 1.01rem;
    background: #000;
}

.cyy-about .top .txt p {
    margin-bottom: .4rem;
}

.cyy-about .top .img {
    width: 5.48rem;
    height: 2.95rem;
    overflow: hidden;
}

.cyy-about .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.zxjj .cyy-about {
    padding: .3rem;
    background: url(../images/zhongxinbg.png) no-repeat;
}

.cyy-about img {
    max-width: 100%;
    margin: -.03rem;
}

.cyy-sz-list ul li {
    display: flex;
    position: relative;
    margin-bottom: .2rem;
    background: linear-gradient(90deg, rgba(229, 237, 248, .08) 0%, rgba(229, 237, 248, 1) 100%);
    flex-wrap: wrap;
}

.cyy-sz-list ul li .item {
    width: 2.15rem;
}

.cyy-sz-list ul li .item .img {
    width: 2.15rem;
    height: 2.15rem;
    overflow: hidden;
    background: url(../images/defau-img.png) no-repeat center center;
    background-size: cover;
}

.cyy-sz-list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    /* transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s; */
}

/* .cyy-sz-list ul li:hover .img img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
} */
.cyy-sz-list ul li .item .name {
    padding: .2rem 0;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, rgba(1, 114, 216, 1) 0%, rgba(1, 114, 216, .5) 100%);
    font-weight: bold;
}

.cyy-sz-list ul li .box {
    background: url(../images/zhuanjia_bg.png) no-repeat bottom right;
    width: calc(100% - 2.15rem - .4rem);
    margin-left: .4rem;
    position: relative;
    background-size: contain;
}

.cyy-sz-list ul li .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
    width: 1px;
    height: 1.01rem;
    background: #000;
}

.cyy-sz-list ul li .box .txt {
    padding: .32rem .35rem;
}

.cyy-sz-list ul li .box .txt h3 {
    margin-bottom: .4rem;
    position: relative;
    font-weight: bold;
}

.cyy-sz-list ul li .box .txt h3 p {
    margin-bottom: .1rem;
}

.cyy-sz-list ul li .box .des {
    line-height: 1.75em;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    /* margin-bottom: .2rem; */
    /* max-height: .9rem; */
    /* overflow-y: auto; */
    /* padding-right: .2rem; */
    min-height: 1.6rem;
}

#certify .swiper-slide img {
    display: block;
}

#certify {
    position: relative;
    width: 100%;
}

#certify .swiper-container {
    padding: 30px 0;
}

#certify .swiper-slide {
    width: 7.5rem;
}

#certify .swiper-slide .img {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
}

#certify .swiper-slide .img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#certify .swiper-slide:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

#certify .swiper-slide.swiper-slide-active .box {
    display: block;
}

#certify .swiper-slide .box {
    display: none;
    position: relative;
    margin-top: .2rem;
}

#certify .swiper-slide .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: #1C7AF4;
}

#certify .swiper-slide .box h2 {
    font-size: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: .2rem;
}

#certify .swiper-slide:hover .box h2 {
    color: #1C7AF4;
}

/* #certify .swiper-button-prev {
	width: .54rem;
	height: .54rem;
	left: 0;
	background: url(../images/left-arr.png) no-repeat !important;
	background-size: cover !important;
}


#certify .swiper-button-next {
	width: .54rem;
	height: .54rem;
	right: 0;
	background: url(../images/right-arr.png) no-repeat !important;
	background-size: cover !important;
} */
.pb_sys_common {
    font-family: Microsoft YaHei !important;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #1C7AF4 !important;
    background-color: #1C7AF4 !important;
}

.cyy-list li.update,
.cyy-schd-list li.update,
.cyy-wqhg-list li.update,
.cyy-alfx-list li.update,
.cyy-jlb-list li.update,
.cyy-yqsp-list li.update,
.cyy-mxqy-list li.update,
.cyy-pic-list.tpj li.update {
    text-align: center;
}

.cyy-list li.update img,
.cyy-schd-list li.update img,
.cyy-wqhg-list li.update img,
.cyy-alfx-list li.update img,
.cyy-jlb-list li.update img,
.cyy-yqsp-list li.update img,
.cyy-mxqy-list li.update img,
.cyy-pic-list.tpj li.update img {
    max-width: 100%;
}

.cyy-list li.update,
.cyy-list li.update:hover {
    border-bottom: none;
}

.cyy-list li.update:hover::before {
    display: none;
}

.cyy-schd-list li.update,
.cyy-schd-list li.update:hover {
    background: none;
    border: none;
    box-shadow: none;
}

.cyy-wqhg-list li.update:hover {
    background-color: transparent;
}

.cyy-alfx-list li.update {
    width: 100%;
    background: none;
}

.cyy-jlb-list li.update {
    width: 100%;
}

.cyy-yqsp-list li.update {
    width: 100%;
}

.cyy-pic-list.tpj li.update {
    width: 100%;
    background: none;
    margin-left: 0;
}

.cyy-yqsp-list li.update:hover {
    background-color: transparent;
}

.cyy-yqsp-list ul li.update::after {
    display: none;
}

.cyy-fhcx-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
}

.cyy-fhcx-list li {
    width: 23%;
    margin-left: 2%;
    margin-bottom: 2%;
    background: #fff url(../images/fhcx-bg.png) no-repeat center right;
    text-align: center;
    height: 2.1rem;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
    background-size: contain;
}

.cyy-fhcx-list li .item .box {
    display: flex;
    align-items: baseline;
    margin-bottom: .08rem;
    justify-content: center;
}

.cyy-fhcx-list li .num {
    font-size: .4rem;
    font-weight: bold;
    color: #1C7AF4;
    margin-right: .05rem;
}

.cyy-fhcx-list li .dw,
.cyy-fhcx-list li .txt {
    font-size: .2rem;
    color: #1C7AF4;
}

.cyy-fhcx-list li .txt {
    width: 100%;
}

.cyy-cxds-list ul li {
    margin-bottom: .3rem;
}

.cyy-cxds-list ul li .item .top {
    display: flex;
    height: .58rem;
    background: url(../images/sc.png) no-repeat;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background-size: contain;
}

.cyy-cxds-list ul li .item .top h3 {
    width: 100%;
}

.cyy-cxds-list ul li .item .top h3&gt;a {
    font-size: .24rem;
    text-indent: .6rem;
    font-weight: bold;
    display: block;
}

.cyy-cxds-list ul li .item .top a {
    font-size: .16rem;
    color: #fff;
    padding-right: .1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.cyy-cxds-list ul li .item .box {
    display: flex;
    background-color: #e5edf8;
    padding: .3rem;
    flex-wrap: wrap;
}

.cyy-cxds-list ul li .item .box .img {
    width: 3.69rem;
    height: 2.11rem;
    overflow: hidden;
}

.cyy-cxds-list ul li .item .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cyy-cxds-list ul li .item .box .txt {
    width: calc(100% - 3.69rem - .3rem);
    margin-left: .3rem;
}

.cyy-cxds-list ul li .item .box .txt p {
    line-height: 2em;
}

.cyy-pic-list.tpj ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
}

.cyy-pic-list.tpj li {
    width: 32.33333333333333%;
    margin-left: 1%;
    margin-bottom: 2%;
    background: url(../images/tpj-bg.png) no-repeat top center;
    background-size: contain;
}

.cyy-pic-list.tpj li a {
    display: block;
    padding: .15rem .19rem;
}

.cyy-pic-list.tpj li .img {
    height: 2.46rem;
    overflow: hidden;
    background: url(../images/defau-img.png) no-repeat center center;
    background-size: cover;
}

.cyy-pic-list.tpj li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cyy-pic-list.tpj li:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cyy-pic-list.tpj li .img {
    position: relative;
}

.cyy-pic-list.tpj li .img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    background: linear-gradient(180deg, rgba(28, 122, 244, 0) 0%, rgba(28, 122, 244, 1) 100%);
    z-index: 1;
    border-radius: 0 0 5px 5px;
}

.cyy-pic-list.tpj li h3 {
    font-size: .18rem;
    color: #1C7AF4;
    text-align: center;
    margin: .15rem 0 .05rem 0;
    height: .25rem;
    line-height: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.navbar-toggle {
    display: none;
    position: fixed;
    width: 20px;
    padding: 0;
    border: none;
    z-index: 20000;
    background-color: transparent;
    background-image: none;
    right: .15rem;
    top: .25rem;
    cursor: pointer
}

.navbar-toggle.on {
    top: .35rem;
}

.navbar-toggle .icon-bar {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #000;
    width: 100%;
    height: 2px;
    border-radius: 0;
    margin-top: 0.1rem;
    display: block
}

.navbar-toggle.on .icon-bar {
    background: #000;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle.on .icon-bar.icon-bar1 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -12px;
}

.navbar-toggle.on .icon-bar.icon-bar2 {
    background: transparent
}

.navbar-toggle.on .icon-bar.icon-bar3 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cyy-layer-box.on {
    height: 100%;
}

.navbar-toggle.active .icon-bar {
    background-color: rgba(14, 65, 156, .96);
}

.cyy-layer-box {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background-color: #fff;
}

.cyy-layer-box .cyy-nav {
    margin-top: .25rem;
}

.cyy-layer-box.on .cyy-layer-nav {
    display: block;
}

.cyy-layer-nav .cyy-layer-suNnav.on {
    display: block
}

.cyy-layer-nav {
    display: none;
    margin-top: 1.2rem;
}

.cyy-layer-nav li {
    margin: 0 .1rem;
    position: relative;
}

.cyy-layer-nav li strong {
    color: #333;
    position: absolute;
    right: .2rem;
    top: .08rem;
    font-size: .25rem;
    cursor: pointer;
    width: .5rem;
    height: .5rem;
    text-align: center;
    line-height: .4rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cyy-layer-nav li.li1 strong,
.cyy-layer-nav li.li2 strong,
.cyy-layer-nav li.li6 strong,
.cyy-layer-nav li.li7 strong,
.cyy-layer-nav li.li8 strong,
.cyy-layer-nav li.li9 strong {
    display: none;
}

.cyy-layer-nav li strong.on {
    transform: rotate(45deg)
}

.cyy-layer-nav li a {
    display: block;
    padding: .15rem;
    color: #333;
    font-size: 16px;
    border-bottom: solid 1px #f0f0f0;
    font-weight: bold;
}

.cyy-layer-nav .cyy-layer-suNnav {
    display: none;
}

.cyy-layer-nav .cyy-layer-suNnav li a {
    font-size: 14px;
    color: #333;
    text-indent: .05rem;
}

.cyy-layer-nav .cyy-layer-suNnav li a:hover {
    color: #333;
}

.cyy-layer-box.on .cyy-layer-search {
    display: block;
}

.cyy-layer-search {
    display: none;
    position: relative;
    padding: .1rem;
    margin-top: .1rem;
    transition: .6s;
}

.cyy-layer-txt {
    width: 98%;
    height: .3rem;
    line-height: .3rem;
    padding: .1rem 1%;
    font-family: 'sy';
    font-size: 12px;
    color: #333;
    outline: none;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #333;
}

.cyy-layer-btn {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/search-b.png) no-repeat top center;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    top: .28rem;
    right: .2rem;
    background-size: 80%;
}</pre></body></html>