.syz {
    width: 100%;
}


/* 导航 */

nav {
    width: 100%;
    z-index: 900;
}

.top-1 {
    height: 96px;
    background: url(../media/images/top-11.png) no-repeat left 68% center, url(../media/images/top-12.png) no-repeat left 70% center, rgba(122, 6, 6, 0.8);
    transition: all .5s;
}

.top-1 .logo {
    transition: all 0.5s;
    overflow: hidden;
    height: 79px;
    width: 521px;
}

.top-1 .logo img {
    display: block;
    height: 100%;
    transition: all 0.5s;
}

.top-11 {
    height: 100%;
}

.top-11>p {
    text-align: right;
    padding: 15px 0;
}

.top-11>p a {
    font-size: 12px;
    color: #ffffff;
}

.top-11>p a:hover {
    font-weight: bold;
}

.top-sou {
    float: right;
    width: 200px;
    height: 36px;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
    margin-top: 30px;
}

.top-sou input {
    width: 160px;
    height: 100%;
    background: none;
    border: none;
    padding: 0 0 0 10px;
    color: #ffffff;
    transition: all 0.3s;
}

.top-sou button {
    border: none;
    width: 40px;
    height: 100%;
    background: none;
    background: url(../images/home/sou.png) no-repeat center center;
}

.top-sou:hover {
    width: 200px;
}

.top-sou:hover input {
    padding: 0 10px;
    width: calc(100% - 40px);
}

.top-2 {
    height: 56px;
    position: relative;
}

.top-2>span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 104px;
    background: rgba(112, 10, 0, 0.4);
    background-size: 100% 100%;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.5s;
}

.top-2:hover>span {
    transition-delay: 0s !important;
}

.nav {
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
    transition: all 0.5s;
    background-color: #2764b3;
}

.nav>li {
    height: 100%;
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.nav>li>a {
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 56px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    z-index: 10;
}


/* 二级菜单 */

.top-2>ul>li .sub {
    display: none;
    z-index: 300;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(142, 32, 21, 0.9);
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 20px 0;
}

.sub .container {
    align-items: flex-start;
}

.sub .img {
    background: rgb(228 227 227);
    padding: 2px;
    width: 360px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.sub .img::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(255 255 255 / 30%);
    z-index: 10;
}

.sub .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.sub .img:hover img {
    transform: scale(1.1);
}

.sub ul {
    width: calc(100% - 360px);
    padding-left: 6%;
    flex-wrap: wrap;
    justify-content: start;
}

.sub ul span {
    display: block;
    width: 100%;
}

.sub ul span a {
    width: 158px;
    height: 48px;
    background: url(../../media/images/sub-1.png) no-repeat left top;
    line-height: 45px;
    margin: 20px 0;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}

.sub ul li {
    min-width: 25%;
}

.sub ul li a {
    padding: 0 20px;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    line-height: 2;
}

.sub ul li a::before {
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sub ul li a::after {
    width: 0;
    left: 20px;
    height: 1px;
    background: #ffffff;
    bottom: 0;
    transition: all 0.3s;
}

.sub ul li a:hover::after {
    width: calc(100% - 40px);
}


/* banner */

.banner {
    width: 100%;
    height: 820px;
    max-height: 100vh;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-container::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(../../media/images/ban-di.png) no-repeat center center;
    z-index: 20;
}

.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,
.banner .swiper-button-prev {
    width: 64px;
    height: 64px;
    background-size: cover;
    margin: 0;
    top: 55%;
}

.banner .swiper-button-next {
    background-image: url(../images/home/ban-rig.png);
    right: 5.2%;
}

.banner .swiper-button-prev {
    background-image: url(../images/home/bna-lef.png);
    left: 5.2%;
}

@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 .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;
    margin: 0 5px !important;
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

.banner video {
    width: 100%;
    height: 100%;
    margin-top: 146px;
    height: calc(100% - 146px);
    object-fit: cover;
}


.swiper-slide-active .ban img {
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
}


/* 手机端 */

.menu-button {
    display: none;
    position: absolute;
    top: 12px;
    right: 16px;
    padding: 8px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #b80010;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
    z-index: 999;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 3px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.menu-button.cross {
    background: none;
    box-shadow: none;
    transition: all 0.3s;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}


/* new1 */

.new1 {
    background: url(../../media/images/new1.png) center center;
    padding: 20px 0 40px;
}

.new11 {
    height: 140px;
    background: url(../../media/images/new1-bg.png) left bottom;
    position: relative;
    padding-left: 272px;
    padding-top: 10px;
    padding-right: 20px;
}

.new11::before {
    width: 240px;
    height: 140px;
    left: 0;
    top: 0;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}

.new11::before {
    width: calc(100% - 240px);
    height: 130px;
    left: 240px;
    top: 10px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
}

#new11 {
    width: 100%;
    height: 100%;
}

#new11 a>span {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    font-size: 32px;
    color: #b80010;
    font-weight: bold;
    text-align: center;
    transition: all 0.8s;
    transform: translateX(-50%);
    opacity: 0;
    transition-delay: 0.6s;
}

#new11 a p {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-top: 15px;
    transition: all 0.8s;
    transform: translateX(50%);
    opacity: 0;
    transition-delay: 0.6s;
}

#new11 a.swiper-slide-active>span,
#new11 a.swiper-slide-active p {
    transform: translateX(0);
    opacity: 1;
}

.new12 {
    margin-top: 30px;
    align-items: flex-start;
}

.new13 {
    width: 67%;
    height: 440px;
}

.new14 {
    width: 402px;
}

#new13 {
    width: 425px;
	height: 100%;
}

#new13 img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

#new13 .det {
    left: 0;
    bottom: 0;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 10px;
}

#new13 .det label {
    display: block;
    width: 60px;
    height: 60px;
    background: #b80010;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    transform: translate(0, 0) scale(0.5, 0.5);
    transition: all 0.5s;
}

#new13 .det label span {
    font-size: 22px;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}

#new13 .det label p {
    font-size: 12px;
}

#new13 .det>p {
    width: calc(100% - 60px);
    padding: 0 30px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0;
    transform: translate(50px, 0) scale(1, 1);
    transition: all 0.5s;
}

#new13 .swiper-pagination {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
}

#new13 .swiper-pagination span {
    width: 10px;
    height: 10px;
    opacity: 0.4;
    background: #ffffff;
}

#new13 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

#new13 a:hover img {
    transform: scale(1.1);
}

#new13 .swiper-slide-active label {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
}

#new13 .swiper-slide-active .det>p {
    transition-delay: 0.8s;
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
}

.nwe-qie {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #c9daf1;
}

.nwe-qie p a {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 52px;
    padding-right: 37px;
    background: url(../../media/images/new14-2.png) no-repeat right 14px center;
}

.nwe-qie p a:last-child {
    background: none;
    padding-right: 0;
}
.nwe-qie1 p {
    padding: 0 20px;
    background-color: #2764b3;
}
.nwe-qie1 p a {
    color: #fff !important;
}

.nwe-qie p a span {
    display: block;
    height: 100%;
}


.more-1 {
    padding-right: 25px;
    background: url(../images/home/more.png) no-repeat right center;
    font-size: 16px;
    color: #2764b3;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.more-1:hover {
    font-weight: bold;
}

.new141 {
    width: 100%;
    margin-top: 30px;
}

.new141 ul {
    display: none;
    margin-top: 10px;
}

.new141 ul.on {
    display: block;
    animation: fadeInUp 0.5s;
}

.new141 ul li {
    width: 100%;
    margin-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #dadada;
}

.new141 ul li a {
    width: 100%;
    position: relative;
}

.new141 ul li a label {
    display: block;
    width: 54px;
    height: 48px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    z-index: 10;
}

.new141 ul li a label span {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    line-height: 26px;
}

.new141 ul li a label p {
    font-size: 12px;
}

.new141 ul li a .det {
    width: calc(100% - 60px);
    padding-left: 20px;
    transition: all 0.3s;
    position: relative;
    z-index: 10;
}

.new141 ul li a .det span {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.new141 ul li a .det p {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}

.new141 ul li a::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ce333b;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(0.7);
}

.new141 ul li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.new141 ul li a:hover label {
    background: none;
}

.new141 ul li a:hover .det {
    padding-right: 10px;
}

.new141 ul li a:hover .det span,
.new141 ul li a:hover .det p {
    color: #ffffff;
}

.new2 {
    background-attachment: fixed;
    padding: 40px 0;
}

.new21 {
    align-items: flex-start;
}

.new22 {
    width: 31.81%;
    padding: 0 20px;
    padding-bottom: 15px;
    /* background-color: rgba(255, 255, 255,0.95); */
    background: url(../images/home/banyuan.png) bottom center rgba(255, 255, 255,0.95) no-repeat;
}

.new22-bt {
    height: 80px;
    margin-bottom: 25px;
    line-height: 80px;
}

.new22-bt span {
    position: relative;
    z-index: 10;
    font-size: 22px;
    color: #b80010;
    font-weight: bold;
}
.syz-blue .new22-bt p {
    font-size: 20px;
    font-weight: bold;
    color: #2764b3;
    opacity: 0.26;
    margin-top: -50px;
}

.new22-bt img {
    position: absolute;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.new22-bt img:nth-child(3) {
    opacity: 0;
}

.new22>a {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.new22>a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.new22>a:hover img {
    transform: scale(1.1);
}

.new22 ul {
    width: 100%;
    margin-top: 15px;
}

.new22 li {
    width: 100%;
}

.new22 li a {
    width: 100%;
    line-height: 40px;
    border-radius: 5px;
}

.new22 li a p {
    padding-left: 15px;
    font-size: 16px;
    color: #003333;
    transition: all 0.3s;
    position: relative;
}
.new22 li a p::before {
    content: "";
    width: 6px;
	height: 6px;
	background-color: #2764b3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.new22 li a span {
    font-size: 14px;
    color: #999999;
    width: 60px;
    width: 80px;
    text-align: right;
}

.new22 li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.new22 li a:hover p {
    color: #b80010;
    font-weight: bold;
    padding-left: 20px;
}

.new22 ul>a {
    margin-top: 20px;
}

.more-2 {
    color: #b80010;
    background-image: url(../../media/images/more-2.png);
}


/* new3 */

.new3 {
    background: url(../images/home/icon3.png) no-repeat center bottom;
    height: 220px;
    background-attachment: fixed;
    padding-top: 40px;
    overflow: hidden;
}

#new31 {
    height: 140px;
    margin-bottom: 28px;
}

.new3-1 a {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.new3-1 a img {
    position: absolute;
    min-width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}

.new3-1 a:hover img {
    transform: translateX(-50%) scale(1.1);
}

.new3-2 {
    align-items: flex-start;
}

.new3-3 {
    width: 65.9%;
    flex-wrap: wrap;
}

.new211-lef {
    width: 45.97%;
}

.new211-rig {
    width: 51.95%;
}

.new212 {
    width: 31.06%;
}

.new3-3 .nwe-qie,
.new3-4 .nwe-qie {
    margin-bottom: 20px;
}

.new211-lef a {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.new211-lef a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.new211-lef a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.new211-lef a:hover img {
    transform: scale(1.1);
}

.new211-lef a:hover .det p {
    font-weight: bold;
}

.new211-lef .det {
    position: absolute;
    left: 0;
    width: 100%;
    height: 48px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    padding: 0 20px;
    line-height: 48px;
}

.new211-lef .det p {
    font-size: 16px;
    color: #ffffff;
}

.new211-lef .det span {
    font-size: 14px;
    color: #ffffff;
}

.new211-rig a {
    width: 100%;
    padding: 11px 0;
    /* border-bottom: 1px dashed #dadada; */
}

.new211-rig a:first-child {
    padding-top: 0;
}

.new211-rig a span {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    transition: all 0.3s;
}

.new211-rig a p {
    margin-top: 5px;
    font-size: 14px;
    color: #777777;
    line-height: 24px;
    opacity: 0.8;
    transition: all 0.3s;
}

.new211-rig a:hover span {
    font-weight: bold;
    color: #b80010;
}

.new211-rig a:hover {
    border-bottom-style: solid;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}

.new211-rig a:hover span,
.new211-rig a:hover p {
    padding: 0 5px;
}

.new3-4 {
    width: 402px;
}

.new3-4>a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.new3-4>a img {
    position: absolute;
    left: 50%;
    height: 100%;
    min-width: 100%;
    transform: translateX(-50%);
    transition: all 0.5s;
}

.new3-4 .new3-411>a{
    overflow: hidden;
}
.new3-4 .new3-411>a img{
    transition: all 0.5s;
}
.new3-4 .new3-411>a:hover img {
    transform: scale(1.1);
}
.new3-411 {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.new3-41 {
    height: 150px;
    padding: 25px 55px 35px;
    flex-wrap: wrap;
    background: #fff;
    margin-top: -4px;
    justify-content: space-between;
}


.new3-41 a span {
    font-size: 30px;
	font-weight: bold;
    color: #333333;
}
.new3-41 a:hover span {
    color: #2266d1;
}
.new3-41 a div.icon1 {
    width: 43px;
    height: 43px;
    margin: 0 auto 17px;
    background: url(../images/home/ic1.png) left no-repeat;
}
.new3-41 a div.icon2 {
    width: 43px;
	height: 43px;
    margin: 0 auto 16px;
}
.new3-41 a div.icon3 {
    width: 37px;
	height: 41px;
    margin: 0 auto 17px;
}



.new3-41 a:hover {
    font-weight: bold;
}

.new4 {
    background-attachment: fixed;
    padding-bottom: 50px;
    overflow: hidden;
}

.bt-1 {
    height: 100px;
    margin-bottom: 40px;
    line-height: 100px;
}

.bt-1 span {
    position: relative;
    z-index: 10;
    font-size: 22px;
    font-weight: bold;
}
.bt-1 p {
    font-size: 20px;
    font-weight: bold;
    color: #2764b3;
    opacity: 0.26;
    margin-top: -30px;
    line-height: 1;
}

.bt-1 img {
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.bt-1 img:nth-child(3) {
    opacity: 0;
}

.bt-1 a {
    right: 0;
    top: 60px;
}



.fc-1 {
    height: 200px;
}

.fc-1>img {
    top: 50%;
    transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
    transition: all 0.3s;
}

.fc-1>img.fc-rig {
    left: auto;
    right: -34px;
}

.fc-1>img:nth-child(3),
.fc-1>img:nth-child(4) {
    opacity: 0;
}

#fc {
    height: 100%;
}

#fc a {
    position: relative;
    overflow: hidden;
}

#fc a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

#fc a:hover img {
    transform: scale(1.1);
}

#fc a p {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 10px;
}


/* footer */

footer {
    width: 100%;
}

.fot-1 {
    width: 100%;
    height: 148px;
    position: relative;
    z-index: 2;
    background: url(../../media/images/fot1bg.png) center center;
}

.fot-1 .tu {
    float: left;
    height: 100px;
    border: 1px solid #ffffff;
    margin-right: 10px;
    margin-top: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.fot-1 .tu img {
    width: 100%;
    height: 100%;
}

.fot-1 .tu:hover {
    transform: translate(0, -10px);
    box-shadow: 0 10px 10px 1px rgba(255, 255, 255, 0.3);
}

.fot-1 .riger {
    float: left;
    margin-top: 10px;
    overflow: hidden;
    margin-left: 40px;
    max-width: calc(100% - 145px);
}

.fot-1 .rig a {
    float: left;
    text-align: center;
    flex: 1;
    height: 70px;
    position: relative;
}

.fot-1 .rig p {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 0.875rem;
    color: #ffffff;
}

.fot-1 .rig a:hover img {
    -webkit-animation: rubberBand 1s;
    animation: rubberBand 1s;
}

.fot-1 .rig a:hover p {
    font-weight: 600;
    -webkit-animation: tada 1s;
    animation: tada 1s;
}

.fot-2 {
    height: 180px;
    background: url(../images/home/foot2.png) center center;
}

.fot-2 .container>div {
    min-height: 100px;
    background: url(../images/home/fot-line.png) no-repeat right center;
}

.fot-2 .container>div:last-child {
    background: none;
}

.fot-21 {
    display: flex;
    align-items: center;
    background: none !important;
}

.fot-21 a,
.fot-21 img {
    max-width: 100%;
    max-height: 100%;
}

.fot-22 {
    padding-right: 50px;
}

.fot-22 p {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 30px;
}

.fot-22 p a {
    color: #ffffff;
}

.fot-22 p a:hover {
    text-decoration: underline;
}

.fot-23 {
    padding-right: 50px;
}

.fot-23 .det span {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 26px;
}

.fot-23 .det p {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 30px;
}

.fot-24 {
    text-align: right;
    padding-right: 50px;
}
.fot-25 {
    text-align: right;
}

.fot-24 a {
    margin-left: 20px;
}

.fot-24 a p {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    opacity: 0.8;
}


/* blue */

.syz-blue .loading {
    background: linear-gradient( 135deg, #2266d1, #0ba9d6);
}

.syz-blue .top-1 {
    background: url(../images/home/top-11.png) no-repeat left 68% center, url(../images/home/top-12.png) no-repeat left 76% top 66%, rgba(9, 46, 107, 0.8);
    margin-bottom: 40px;
}


.syz-blue .top-2>ul>li .sub {
    background-color: rgba(34, 102, 209, 0.9);
}

.syz-blue .sub ul span a {
    background-image: url(../media/images/sub-2.png);
}

.syz-blue .top-2>span {
    background: #4aa3ff;
}


/* bug-1 */

.syz-blue::-webkit-scrollbar-thumb {
    background: #37B4B9;
}


.syz-blue .new1 {
    background-image: url(../images/home/icon2.png);
}


.syz-blue #new13 .det label {
    background: #2266d1;
}



.zybj {
    display: flex;
    justify-content: space-between;
}
.rotation{
    width: 425px;
	height: 370px;
    position: relative;
    float: left;
    margin-top: 29px;
}
.rotation ul li {
    position: relative;
    height: 370px;
    overflow: hidden;
}

.rotation ul li img {
    width: 100%;
    height: 310px;
    transition: all 0.5s;
}
.rotation ul li:hover img {
    transform: scale(1.1);
}

.rotation ul li p {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    bottom: 0;
    padding: 0 20px;
    background: #000;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rotation .hd a {
    position: absolute;
    display: block;
    width: 78px;
	height: 26px;
	background-color: rgba(39, 100, 179, 0.62);
    right: 0;
    z-index: 2;
    text-align: center;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
}

.rotation .hd a.prev {
    left: 13px;
    bottom: 17px;
}
.rotation .hd a.next {
    right: 13px;
    bottom: 17px;
}






.syz-blue .nwe-qie p a {
    width: 142px;
    text-align: center;
    line-height: 1;
    height: 50px;
}
.syz-blue .nwe-qie p a.on {
    color: #2764b3;
    position: relative;
}
.syz-blue .nwe-qie p a.on::before {
    content: "";
    width: 142px;
	height: 3px;
	background-color: #2764b3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.syz-blue .new141 ul li a label {
    border: 2px solid #2764b3;
}
.syz-blue .new141 ul li a label p {
    height: 20px;
    line-height: 20px;
    background-color: #2764b3;
    color: #fff;
}
.syz-blue .new141 ul li a label span {
    color: #2764b3;
}

.syz-blue .new141 ul li a:hover label {
    background: none;
}
.syz-blue .new141 ul li a:hover label span {
    color: #fff;
}

.syz-blue .new141 ul li a::before {
    background: #4aa3ff;
}


.syz-blue .new22-bt span {
    color: #2764b3;
    font-size: 30px;
}

.syz-blue .new22-bt img:nth-child(2) {
    opacity: 0;
}

.syz-blue .new22-bt img:nth-child(3) {
    opacity: 1;
}



.syz-blue .new22 li a:hover p {
    color: #2266d1;
}

.syz-blue .more-2 {
    color: #2266d1;
}

.syz-blue .new211-rig a:hover span {
    color: #2266d1;
}


.syz-blue .new3-41 a:hover {
    color: #2266d1;
}

.syz-blue .new2 {
    background: url(../images/home/icon1.png) center center, linear-gradient(135deg, #42b7e8, #215fc1);
    background-attachment: fixed;
}

.syz-blue .new3 {
    background: url(../images/home/icon3.png) no-repeat center bottom;
    /* background-attachment: fixed; */
}

.syz-blue .bt-1 img:nth-child(2) {
    opacity: 0;
}

.syz-blue .bt-1 img:nth-child(3) {
    opacity: 1;
}

.syz-blue .bt-1 span {
    color: #2764b3;
    font-size: 30px;
}

/* .syz-blue .fc-1>img:nth-child(1),
.syz-blue .fc-1>img:nth-child(2) {
    opacity: 0;
} */

.syz-blue .fc-1>img:nth-child(3),
.syz-blue .fc-1>img:nth-child(4) {
    opacity: 1;
}

.syz-blue .fot-1 {
    background-image: url(../images/home/foot1.png);
    padding: 23px 0;
}

.syz-blue .fot-1 .title {
    width: 104px;
	height: 90px;
	background-color: rgba(39, 100, 179, 0.62);
    padding: 20px 30px;
    font-size: 22px;
	font-weight: bold;
	color: #ffffff;
    float: left;
}
.syz-blue .fot-1 .riger ul li {
    font-size: 16px;
	line-height: 36px;
	color: #ffffff;
    float: left;
    margin-right: 34px;
}
.syz-blue .fot-1 .riger ul li a {
    color: #ffffff;
}


.syz-blue .fu ul li {
    background: #2266d1;
}

.syz-blue .fu ul li a::after {
    border: 1px solid #6594df;
}

.syz-blue .fu li a::before {
    background: linear-gradient(135deg, #2266d1, #0ba9d6);
}

.syz-blue .menu-button {
    background: #2266d1;
}

.syz-blue .zt .more {
    background: #2266d1;
}

.syz-blue .zt-2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4ecdfb;
}


