﻿a:hover {
    text-decoration: none;
    color: #028ccd;
}

.banner {
   
}

.banner .swiper-slide>img {
    width: 100%;
    display: block;
}

.banner .swiper-slide .inner {
    position: absolute;
    left: 8%;
    top: 46%;
}

.banner .swiper-slide .inner h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height:1.4;
}

.swiper-button-prev-banner,
.swiper-button-next-banner {
    width: 50px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
}

.swiper-button-prev-banner {
    background: url(../images/jt-l.png) no-repeat 10px center;
    z-index: 2;
    left: 0;
    border-radius: 0px 12px 12px 0px;
    background-color: rgba(255, 255, 255, .2);
}

.swiper-button-next-banner {
    background: url(../images/jt-r.png) no-repeat 15px center;
    z-index: 2;
    right: 0;
    border-radius: 12px 0px 0px 12px;
    background-color: rgba(255, 255, 255, .2);
}

.banner-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-pagination .swiper-pagination-bullet {

    text-align: center;
    margin-bottom: 6px;
    opacity: 1;
    background: url(../images/b-icon.png) no-repeat;
    margin-left: 10px;
    cursor: pointer;
    transition: .3s;
}

.banner-pagination .swiper-pagination-bullet-active {
    background: url(../images/b-active.png) no-repeat;
    width: 14px;
    height: 20px;
    margin-bottom: 0px;
}

.hhkj-content {
    background: url(../images/hxyw-bg.png) no-repeat;
    background-size: cover;
    padding-top: 80px;

}

.hhkj-inner {
    width: 83.5%;
    margin: 0 auto;
    max-width:1600px;
}

.about-left {
    float: left;
    width: 49%;
}

.about-right {
    float: right;
    width: 43%;
}

.about-right img {
    width: 100%;
}

.hhkj-title {
    margin-bottom: 70px;
}

.hhkj-title h2 {
    font-size: 32px;
    line-height: 32px;
    color: #028ccd;
    margin-bottom: 10px;
}

.hhkj-title span {
    font-size: 20px;
    color: #000;
    opacity: 0.2;
    width: 175px;
    font-weight: bold;
    border-bottom: 2px solid rgba(0, 0, 0, .6);
    display: inline-block;
    padding-bottom: 2px;
}

.hxyw-box{
	margin-top:100px;
}

.about-title {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
    line-height:40px;
}

.about-sum {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 50px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hhkj-detail {
    width: 140px;
    height: 46px;
    border-radius: 23px;
    border: solid 1px #999999;
    line-height: 46px;
    text-align: center;
}

.hhkj-detail a {
    display: inline-block;
    font-size: 16px;
    color: #666;
    padding-right: 40px;
    background: url(../images/ljxq-hui.png) no-repeat 74px;
    transition: .3s
}

.hhkj-detail a:hover {
    background: url(../images/ljxq-hui.png) no-repeat 78px;
    color: #666;
}

.about-bottom {
    margin-top: 60px;
}

.about-bottom ul {
    display: flex;
    width: 90%;
}

.about-bottom ul li {
    width: 31%;
    height: 100px;
    line-height: 100px;
    background-color: rgba(2, 140, 205, 0.22);
    border-radius: 10px;
    text-align: center;
    margin-right:20px;
}

.about-bottom ul li a {
    display: inline-block;
    font-size: 20px;
    color: #028ccd;
    padding-left: 70px;
    transition: .3s;
    cursor: pointer;
    background-size: 34%
}

.about-zzjg a {
    background: url(../images/zjjg-active.png) no-repeat left;

}

.about-fzlc a {
    background: url(../images/fzlc-active.png) no-repeat left;
}

.about-qywh a {
    background: url(../images/qywh-active.png) no-repeat left;
}

.about-bottom ul li:hover {
    background: linear-gradient(90deg, #1169ab 0%, #028ccd 100%)
}

.about-bottom ul li:hover a {
    color: #fff !important;
}

.about-bottom ul li.about-zzjg:hover a {
    background: url(../images/zjjg-icon.png) no-repeat left;
}

.about-bottom ul li.about-fzlc:hover a {
    background: url(../images/fzlc-icon.png) no-repeat left;
}

.about-bottom ul li.about-qywh:hover a {
    background: url(../images/qywh-icon.png) no-repeat left;
}

.hxyw-module {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	overflow: hidden;
	padding-bottom: 100px;
}

.hxyw-item {
	width: 23.125%;
	position: relative;
	transition: all .5s;
	overflow: hidden;
}

.hxyw-item-title {
	position: absolute;
	font-size: 32px;
	bottom: 60px;
	width: 100%;
	text-align: center;
}

.hxyw-item-title a {
	color: #fff;
	text-align: center;
}

.hxyw-item-title a:hover {
	color: #fff;
}

.hxyw-item-pic {
	overflow: hidden;

}

.hxyw-item-pic img {
	width: 100%;
	transition: all .8s;
	display: block;
}

.hxyw-item:hover .hxyw-item-pic img {
	transform: scale(1.1)
}

.kjcx-content {
    background: url(../images/kjcx-bg1.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
    min-height: 800px;
}

.kjcx-inner {
    width: 83.5%;
    margin: 0 auto;
    max-width:1600px;
}

.kjxz-left .hhkj-title h2 {
    color: #fff;
}

.kjxz-left .hhkj-title span {
    font-size: 20px;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, .6);
}

.kjxz-left {
    width: 52%;
}

.kjcx-title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    line-height:40px;
}

.kjcx-sum {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 60px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kjxz-left .hhkj-detail {
    border: solid 1px #fff;
}

.kjxz-left .hhkj-detail a {
    color: #fff;
    background: url(../images/ljxq-bai.png) no-repeat 74px;
}

.kjxz-left .hhkj-detail a:hover {
    background: url(../images/ljxq-bai.png) no-repeat 78px;
}

.new-left {
    float: left;
    width: 61.8%;
    margin-left: 2%;
}

.new-right {
    width: 29.5%;
    float: right;
}

.new-right img {
    width: 100%;
    height: 1.25rem;
}

.xwzx-content {
    padding: 80px 0px;
}

.xwzx-inner {
    width: 83.5%;
    margin: 0 auto;
    max-width:1600px;
}

.new-module {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 60px;
}

.hhkj-more {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 16px;
}

.hhkj-more a {
    color: #999;
    transition: .3s;
}

.new-date {
    font-size: 18px;
    color: #999999;
    opacity: 0.8;
    margin-bottom: 30px;
}

.new-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.new-title a {
    color: #1a1a1a;
    transition: .3s;
}

.new-sum {
    font-size: 16px;
    color: #999;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new-more {
    margin-top: 50px;
}

.new-more a {
    transition: margin .3s;
}

.new-more a:hover {
    margin-left: 10px;
}

.new-module .hhkj-title {
    margin-bottom: 40px;
}

.news-pagination {
    position: absolute;
    bottom: 20px;
    right: 38%
}

.news-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: url(../images/news-hui.png) no-repeat;
    margin-left: 10px;
    opacity: 1;
}

.news-pagination .swiper-pagination-bullet-active {
    background: url(../images/news-lan.png) no-repeat;
}

.xwzx-left {
    /* float:left; */
    /* width:7.5%; */
}

.xwzx-right {
    /* float:right; */
    /* width:85.5%; */
}

.xwzx-left .i-tabs {
    overflow: hidden;
}

.xwzx-left .i-tabs-nav {
    float: left;
    margin-top: 40px;
}

.xwzx-left .i-tabs-container {
    float: right;
    width: 85.5%;
}

.xwzx-left .i-tabs-items {
    display: flex;
    flex-direction: column;
}

.xwzx-left .i-tabs-items span.i-tabs-item {
    margin-bottom: 29px;
    padding-right: 20px;
}

.xwzx-left .i-tabs-items span.i-tabs-item a {
    color: #999999;
    font-size: 24px;
}

.xwzx-left .i-tabs-items span.i-tabs-item-active {
    background: url(../images/title-icon.png) no-repeat right;
}

.xwzx-left .i-tabs-items span.i-tabs-item-active a {
    color: #028ccd;
    transition: .3s;
}

.xw-module-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xw-item {
    width: 47%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    padding: 30px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.xw-item-title {
    width: 80%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xw-item-title a {
    color: #333;
    transition: .3s;
}

@keyframes Hx {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes Zq {
    0% {
        transform: rotate(0deg);
    }

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

}

.xcp-content {
    background: url(../images/xcp-bg.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
    min-height: 800px;
}

.xcp-inner {
    width: 83.5%;
    margin: 0 auto;
    max-width:1600px;
}

.xcp-left .hhkj-title h2 {
    color: #fff;
}

.xcp-left .hhkj-title span {
    font-size: 20px;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, .6);
}

.xcp-left {
    width: 49%;
}

.xcp-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 55px;
}

.xcp-sum {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 60px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xcp-btn {
    font-size: 20px;
    color: #fff;
    position: relative;
    height: 221px;
    width: 229px;
    cursor: pointer;
}

.xcp-btn i.video-p {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;

}

.xcp-btn i img {
    position: absolute;
    top: 50%;
    transform: translate(-39%, -49%);
    left: 50%;
    transition: .5s;
}

.xcp-btn:hover i.video-p img {
    transform: translate(-39%, -49%) scale(1.2)
}

.xcp-btn i.video-n {
    content: '';
    display: block;
    background: url(../images/video-n.png) no-repeat;
    width: 166px;
    height: 172px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.xcp-btn i.video-w {
    content: '';
    display: block;
    background: url(../images/video-w.png) no-repeat;
    width: 229px;
    height: 221px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -53%);
    left: 50%;
}

.xcp-btn span {
    display: block;
    position: absolute;
    top: 50%;
    /* transform: translate(-50%,-54%); */
    left: 50%;
    animation: Zq 8s linear infinite;
}

.xcp-btn a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
    color: #fff;
}

.xcp-btn a:hover {
    color: #fff;
}

.xcp-outer {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: none;
}

.xcp-video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65%;
    z-index: 99;
}

.xcp-video video {
    width: 100%;
}

.xcp-close {
    font-size: 60px;
    color: #fff;
    position: absolute;
    right: -35px;
    top: -55px;
    cursor: pointer;
}

.phone_nav{

    display:none;
}

@media screen and (max-width: 1600px) {

    .banner .swiper-slide .inner h2{

        font-size:50px;
    }

.banner .swiper-slide .inner{

   top:40%;
}
}

@media screen and (max-width: 1400px) {
    .banner .swiper-slide .inner h2 {
        font-size: 40px;
    }

    ul.navmenu>li.level-0>a>span,
    .right-list a,
    .about-sum,
    .kjcx-sum,
    .xcp-sum {
        font-size: 15px !important;
    }

    .about-title,
    .kjcx-title,
    .xcp-title {
        font-size: 26px;
        
    }

    .about-bottom ul li {
        height: 80px;
        line-height: 80px;
    }

    .about-bottom ul li a {
        font-size: 18px;
        padding-left: 50px;
        background-size: 32%;
    }

    .botMenu .level-0 {
        margin-left: 35px !important;
    }

    .xwzx-left .i-tabs-items span.i-tabs-item a {
        font-size: 20px;
    }

    .xw-item {
        font-size: 16px;
    }

    .xw-item {
        padding: 25px 0px;
    }
}

@media screen and (max-width:1024px) {
    
    .banner {
        margin-top:0px;
    }

    .banner .swiper-slide .inner {
        top: 40%;
    }

    .banner .swiper-slide .inner h2 {
        font-size: 18px;
    }

    .swiper-button-prev-banner,
    .swiper-button-next-banner {
        width: 25px;
        height: 40px;

        margin-top: -20px;
    }

    .banner-pagination {
        display: none;
    }

    .swiper-button-prev-banner {
        background: url(../images/jt-l.png) no-repeat 5px center rgba(255, 255, 255, .2);
        background-size: 50%;

    }

    .swiper-button-next-banner {
        background: url(../images/jt-r.png) no-repeat 10px center rgba(255, 255, 255, .2);
        background-size: 50%;

    }

    .hhkj-inner,
    .kjcx-inner,
    .xwzx-inner,
    .xcp-inner {
        width: 90%;
    }

    .about-left,
    .about-right,
    .new-left,
    .new-right {
        float: inherit;
        width: 100%
    }

    .about-right {
        margin-top: 40px;
    }

    .hhkj-title h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .hhkj-title span {
        font-size: 16px;
        width: 160px;
    }

    .hhkj-content,
    .kjcx-content,
    .xwzx-content,
    .xcp-content {
        padding: 40px 0px;
    }

    .hhkj-title {
        margin-bottom: 28px;
    }

      .hxyw-module {
		flex-wrap: wrap;
		margin-top: 20px;
		padding-bottom: 60px;
	}

	.hxyw-item {
		width: 48%;
		margin-top: 20px;
	}

	.hxyw-item-title {
		font-size: 20px;
		bottom: 20px;
		line-height: 32px;
	}

    .about-sum,
    .kjcx-sum,
    .xcp-sum {
        font-size: 16px !important;
        margin-bottom: 30px;
        line-height:28px;
    }

    .hhkj-detail {
        width: 110px;
        height: 30px;
        line-height: 30px;
    }

    .hhkj-detail a {
        font-size: 14px;
        background: url(../images/ljxq-hui.png) no-repeat 70px !important;
        background-size: 25% !important;
    }

    .about-bottom {
        margin-top: 30px;
    }

    .about-bottom ul {
        width: 100%;
    }

    .about-bottom ul li {
        height: 60px;
        line-height: 60px;
    }

    .about-bottom ul li a {
        font-size: 16px;
        padding-left: 25px;
        background-size: 23% !important;
    }

    .kjxz-left {
        width: 100%;
    }

    .kjcx-content ,.xcp-content{
        min-height: 400px;
    }

    .new-right img {
        height: 200px;
    }

    .new-date {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .new-title {
        font-size: 20px;
        line-height:30px;
    }

    .new-sum {
        font-size: 14px;
    }

    .new-more {
        margin-top: 10px;
    }

    .new-more img {
        width: 7%;
    }

    .new-right {
        margin-top: 20px;
    }

    .new-module {
        padding-bottom: 30px;
    }

    .xwzx-left .i-tabs-nav {
        margin-top: 30px;
    }

    .xwzx-left .i-tabs-items span.i-tabs-item a {
        font-size: 17px;
    }

    .xwzx-left .i-tabs-items span.i-tabs-item {
        margin-bottom: 20px;
        padding-right: 13px;
    }

    .xwzx-left .i-tabs-container {
        width: 70%;
    }

    .xw-module-content {
        display: block;
    }

    .xw-item {
        width: 100%;
        padding: 10px 0px;
        font-size: 13px;
    }

    .xwzx-left .i-tabs-items span.i-tabs-item-active {
        background: url(../images/title-icon.png) no-repeat right;
        background-size: 8%;
    }

    .xcp-left {
        width: 100%;
    }

    .about-title,
    .kjcx-title,
    .xcp-title {
        font-size: 22px;
        line-height:30px;
    }

    .xcp-btn {
        font-size: 18px;
    }

    .xcp-btn a {
        right: -40px;
    }

    .xcp-video {
        width: 90%;
        top: 30%
    }

    .xcp-close {
        font-size: 34px;
        right: -20px;
        top: -36px;
    }

   .banner .swiper-slide>img {
  
height: 260px;
   
 object-fit: cover;

}
}

