@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    bottom: 0;
    outline: 0;
}

body {
    font-family: 'Microsoft YaHei', 'Menlo';
    color: #1a1a1a;
    background: #fff;
    overflow-x: hidden;
    font-size: 18px;
    min-width: 1000px;
}

ul,
li {
    list-style: none;
}

.clear {
    zoom: 1;
    clear: both;
    *zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
    transition: .3s;
}

a:hover {
    /* color: #3587c0; */
    transition: .3s;
}

a.title:hover {
    font-weight: bold;
    transition: .5s;
    color: #214c99;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.scale-wrapper:hover .scale-img {
    transform: scale(1.05);
    transition: .5s;
    overflow: hidden;
}

.scale-img {
    transform: scale(1);
    transition: .5s;
}

.moreM,
.pcNone {
    display: none !important;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.banner {
    position: relative;
    margin-bottom: 40px;
}

.logo {
    left: calc((100% - 1400px) / 2);
    position: absolute;
    z-index: 2;
    top: 40px;
}

.banner img.banner-img {
    width: 100%;
}

.module-title h3 {
    color: #214c99;
    font-weight: bold;
    font-size: 36px;
}

.module-title {
    overflow: hidden;
    background: url(qhkx2603_titleBg.png) no-repeat left bottom;
    padding-bottom: 20px;
    line-height: 50px;
}

.module-title .module-more {
    float: right;
}

.module-title h3 {
    float: left;
}

.module-more a {
    font-size: 18px;
    color: #214c99;
}

.module-more a:hover {
    font-weight: bold;
}

.mobule1-con {
    overflow: hidden;
    padding-top: 30px;
}

.mobule1-con .left-slide {
    position: relative;
    float: left;
    height: 468px;
    width: 780px;
}

.mobule1-con .swiper-container {
    width: 100%;
    height: 100%;
}

.mobule1-con .left-slide .swiper-slide {
    position: relative;

}

.mobule1-con .left-slide .swiper-slide .txt-con {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    line-height: 70px;
    padding-left: 20px;
    padding-right: 100px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient(to bottom, transparent, #000);
}

.mobule1-con .left-slide .swiper-slide .img-con,
.mobule1-con .left-slide .swiper-slide .img-con img {
    height: 100%;
    width: 100%;
}

.slide-pagi {
    z-index: 9;
    position: absolute;
    right: 20px;
    bottom: 5px;
    color: #fff;
    font-size: 20px;
}

.slide-pagi .cur {
    font-size: 34px;
}

.mobule1-con .right-list {
    width: 570px;
    float: right;
}

.mobule1-con .right-list li {
    position: relative;
    font-size: 20px;
    color: #1f222e;
    padding: 12px 0;
    padding-left: 20px;
    background: url();
}

.mobule1-con .right-list li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0188f1;
    transform: rotate(45deg) translateY(-50%);
    left: 0;
    top: 50%;

}

.mobule1-con .right-list li a.title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobule1-con .right-list li.first {
    padding-left: 0;
    border-bottom: 1px solid #dbe5ed;
}

.mobule1-con .right-list li.first::before {
    display: none;
}

.mobule1-con .right-list li.first .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    /* color: #1f222e; */
    white-space: normal;
    padding-bottom: 10px;
}

.mobule1-con .right-list li.first .desc {
    color: #79889a;
    font-size: 16px;
    line-height: 30px;
}

.module2 {
    height: 860px;
    margin-top: 60px;
    background: url(qhkx2603_module2Bg.jpg) no-repeat;
    padding-top: 1px;
}

.module2 .m2-nav {
    position: relative;
    background: url(qhkx2603_module2Img.png) no-repeat top right;
    overflow: hidden;
    height: 80px;
    margin-top: 55px;
}

.module2 .m2-nav::after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: url(qhkx2603_m2NavBg.png) no-repeat center bottom;
}

.module2 .m2-nav li {
    float: left;
    font-size: 28px;
    color: #1f222e;
    height: 68px;
    line-height: 75px;
    margin: 0 50px;
    cursor: pointer;
}

.module2 .m2-nav li.on {
    position: relative;
    font-weight: bold;
    color: #214c99;
    background: url(qhkx2603_m2LiBd.png) no-repeat bottom center;
}

.module2 .m2-nav li.on::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(qhkx2603_star.png) no-repeat;
    top: 14px;
    right: -11px;
}

.module2 .m2-list {
    display: none;
    margin-top: 30px;
}

.module2 .m2-list li {
    position: relative;
    float: left;
    width: 330px;
    height: 290px;
    background: #fff;
    box-sizing: border-box;
    margin-right: 25px;
    margin-bottom: 25px;

}

.module2 .m2-list li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.module2 .word-list li::before,
.module2 .word-list li::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
}

.module2 .word-list li::before {
    top: 0;
    right: 0;
    border-top: 1px solid #2c95d9;
    border-right: 1px solid #2c95d9;
}

.module2 .word-list li::after {
    bottom: 0;
    left: 0;
    border-left: 1px solid #2c95d9;
    border-bottom: 1px solid #2c95d9;
}

.module2 .m2-list li:nth-child(4n) {
    margin-right: 0;
}

.module2 .word-list li {
    background: url(qhkx2603_m2Bg.png) no-repeat;
}

.module2 .word-list li a {
    display: block;
    padding: 30px 15px;
}

.module2 .word-list li .title {
    font-size: 20px;
    color: #1f222e;
    font-weight: bold;
    background: url(qhkx2603_m2tbg.png) no-repeat left bottom;
    padding-bottom: 14px;
    margin-bottom: 6px;
    line-height: 34px;
    transition: .5s;
}

.module2 .word-list li .time,
.module2 .word-list li .desc {
    font-size: 16px;
    color: #79889a;
}

.module2 .word-list li .desc {
    line-height: 30px;
}

.module2 .word-list li .time {
    margin-top: 5px;
}

.module2 .word-list li:hover .title {
    color: #214c99;
    background: url(qhkx2603_m2tbg.png) no-repeat left 15px bottom;
    transition: .5s;
}

.module2 .img-list .img-con {
    width: 330px;
    height: 198px;
    overflow: hidden;
}
.module2 .img-list .img-con img{
        width: 100%;
        height: 100%;
    }

.module2 .img-list .title {
    font-size: 20px;
    color: #1f222e;
    line-height: 34px;
    padding: 9px 15px;
}

.module2 .img-list li:hover .title {
    font-weight: bold;
}

.module3 {
    padding: 60px 0;
}

.module3 .m3-con ul {
    overflow: hidden;
    margin-top: 40px;
}

.module3 .m3-con li {
    float: left;
    position: relative;
    width: 330px;
    height: 310px;
    margin-right: 26px;
}

.module3 .m3-con li a {
    display: block;
    width: 100%;
    height: 100%;
}

.module3 .m3-con li:last-child {
    margin-right: 0;
}

.module3 .m3-con li .img-con {
    width: 330px;
    height: 198px;
    overflow: hidden;
}

.module3 .m3-con li .img-con img {
    width: 100%;
    height: 100%;
}

.module3 .m3-con li .time-con {
    position: absolute;
    width: 65px;
    height: 65px;
    background: #4f87c2;
    left: 0;
    top: 165px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.module3 .m3-con li .time-con span {
    display: block;
}

.module3 .m3-con li .time-con .date {
    font-size: 30px;
    font-weight: bold;
}

.module3 .m3-con li .title-con {
    font-size: 20px;
    line-height: 34px;
    margin-top: 40px;
}

.module3 .m3-con li:hover .title-con {
    font-weight: bold;
    color: #214c99;
}

.footer {
    width: 100%;
    height: 233px;
    background: #f0f7ff;
    position: relative;
}

.footer_main {
    width: 1400px;
    height: 176px;
    margin: 0 auto;
    padding-top: 33px;
}

.footer_icon {
    float: left;
}

.footer_content {
    float: left;
    margin-left: 25px;
    font-size: 16px;
}

.footer_content p a {
    padding: 0 20px 0 0;
    color: #333333;
}

.footer_content p a:hover {
    /* color: #1755c1; */
}

.footer_content p a::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #b3c3d4;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 2px;
}

.footer_content p a:last-child::after {
    display: none;
}

.footer_content .p1 {
    font-weight: bold;
    margin-bottom: 22px;
}

.footer_content .p2 {
    margin-bottom: 24px;
}

.footer_code {
    float: right;
}

.footer_code li {
    width: 103px;
    font-size: 14px;
    text-align: center;
    float: left;
    margin-left: 20px;
}

.footer_code li div {
    width: 100%;
    height: 103px;
    background: #d8e2ed;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 13px;
}

.footer_code li div img {
    display: block;
    width: 100%;
}

.footer-bottom {
    width: 100%;
    height: 40px;
    background: #639bcf;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.footer-bottom span {
    padding: 0 15px;
}

.footer-bottom a {
    color: #eee;
    margin-left: 40px;
}

.footer-bottom a:hover {
    color: #fff;
}

.footer-bottom img {
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.footer-bottom a::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #b3c3d4;
    display: inline-block;
    margin-left: 40px;
    position: relative;
    top: 4px;
}

.footer-bottom a:last-child::after {
    display: none;
}

@media screen and (max-width: 1440px) {
    .w1400 {
        width: 1000px;
        margin: 0 auto;
    }

    .banner {
        position: relative;
        margin-bottom: 28px;
    }

    .logo {
        left: calc((100% - 1000px) / 2);
        position: absolute;
        z-index: 2;
        top: 28px;
    }

    .banner img.banner-img {
        width: 100%;
    }

    .module-title h3 {
        color: #214c99;
        font-weight: bold;
        font-size: 30px;
    }

    .module-title {
        overflow: hidden;
        background: url(qhkx2603_titleBg.png) no-repeat left bottom;
        background-size: 1000px auto;
        padding-bottom: 14px;
        line-height: 40px;
    }

    .module-title .module-more {
        float: right;
    }

    .module-title h3 {
        float: left;
    }

    .module-more a {
        font-size: 14px;
        color: #214c99;
    }

    .module-more a:hover {
        font-weight: bold;
    }

    .mobule1-con {
        overflow: hidden;
        padding-top: 22px;
    }

    .mobule1-con .left-slide {
        position: relative;
        float: left;
        height: 334px;
        width: 557px;
    }

    .mobule1-con .swiper-container {
        width: 100%;
        height: 100%;
    }

    .mobule1-con .left-slide .swiper-slide {
        position: relative;

    }

    .mobule1-con .left-slide .swiper-slide .txt-con {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        height: 46px;
        line-height: 56px;
        padding-left: 14px;
        padding-right: 80px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: linear-gradient(to bottom, transparent, #000);
    }

    .mobule1-con .left-slide .swiper-slide .img-con,
    .mobule1-con .left-slide .swiper-slide .img-con img {
        height: 100%;
        width: 100%;
    }

    .slide-pagi {
        z-index: 9;
        position: absolute;
        right: 20px;
        bottom: 5px;
        color: #fff;
        font-size: 14px;
    }

    .slide-pagi .cur {
        font-size: 26px;
    }

    .mobule1-con .right-list {
        width: 407px;
        float: right;
    }

    .mobule1-con .right-list li {
        position: relative;
        font-size: 16px;
        color: #1f222e;
        padding: 5px 0;
        padding-left: 16px;
        background: url();
    }

    .mobule1-con .right-list li::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background: #0188f1;
        transform: rotate(45deg) translateY(-50%);
        left: 0;
        top: 50%;

    }

    .mobule1-con .right-list li a.title {
        display: block;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobule1-con .right-list li.first {
        padding-left: 0;
        border-bottom: 1px solid #dbe5ed;
        padding-top: 0;
    }

    .mobule1-con .right-list li.first::before {
        display: none;
    }

    .mobule1-con .right-list li.first .title {
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
        /* color: #1f222e; */
        white-space: normal;
        padding-bottom: 2px;
    }

    .mobule1-con .right-list li.first .desc {
        color: #79889a;
        font-size: 14px;
        line-height: 24px;
    }

    .module2 {
        height: 590px;
        margin-top: 40px;
        background: url(qhkx2603_module2Bg.jpg) no-repeat;
        padding-top: 1px;
    }

    .module2 .m2-nav {
        position: relative;
        background: url(qhkx2603_module2Img.png) no-repeat top right;
        overflow: hidden;
        height: 58px;
        margin-top: 25px;
    }

    .module2 .m2-nav::after {
        bottom: 0;
        left: 0;
        position: absolute;
        content: "";
        width: 100%;
        height: 4px;
        background: url(qhkx2603_m2NavBg.png) no-repeat center bottom;
    }

    .module2 .m2-nav li {
        float: left;
        font-size: 22px;
        color: #1f222e;
        height: 48px;
        line-height: 40px;
        margin: 0 20px;
        cursor: pointer;
    }

    .module2 .m2-nav li.on {
        position: relative;
        font-weight: bold;
        color: #214c99;
        background: url(qhkx2603_m2LiBd.png) no-repeat bottom center;
    }

    .module2 .m2-nav li.on::after {
        position: absolute;
        content: "";
        width: 12px;
        height: 12px;
        background: url(qhkx2603_star.png) no-repeat;
        background-size: contain;
        top: 2px;
        right: -11px;
    }

    .module2 .m2-list {
        display: none;
        margin-top: 22px;
    }

    .module2 .m2-list li {
        position: relative;
        float: left;
        width: 235px;
        height: 207px;
        background: #fff;
        box-sizing: border-box;
        margin-right: 18px;
        margin-bottom: 18px;

    }

    .module2 .m2-list li a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .module2 .word-list li::before,
    .module2 .word-list li::after {
        position: absolute;
        content: "";
        width: 14px;
        height: 14px;
    }

    .module2 .word-list li::before {
        top: 0;
        right: 0;
        border-top: 1px solid #2c95d9;
        border-right: 1px solid #2c95d9;
    }

    .module2 .word-list li::after {
        bottom: 0;
        left: 0;
        border-left: 1px solid #2c95d9;
        border-bottom: 1px solid #2c95d9;
    }

    .module2 .m2-list li:nth-child(4n) {
        margin-right: 0;
    }

    .module2 .word-list li {
        background: url(qhkx2603_m2Bg.png) no-repeat;
    }

    .module2 .word-list li a {
        display: block;
        padding: 18px 9px;
    }

    .module2 .word-list li .title {
        font-size: 18px;
        color: #1f222e;
        font-weight: bold;
        background: url(qhkx2603_m2tbg.png) no-repeat left bottom;
        background-size: 76px auto;
        padding-bottom: 12px;
        margin-bottom: 3px;
        line-height: 28px;
        transition: .5s;
    }

    .module2 .word-list li .time,
    .module2 .word-list li .desc {
        font-size: 12px;
        color: #79889a;
    }

    .module2 .word-list li .desc {
        line-height: 22px;
    }

    .module2 .word-list li .time {
        margin-top: 5px;
    }

    .module2 .word-list li:hover .title {
        color: #214c99;
        background: url(qhkx2603_m2tbg.png) no-repeat left 15px bottom;
        transition: .5s;
    }

    .module2 .img-list .img-con {
        width: 235px;
        height: 141px;
        overflow: hidden;
    }

    .module2 .img-list .img-con img{
        width: 100%;
        height: 100%;
    }

    .module2 .img-list .title {
        font-size:16px;
        color: #1f222e;
        line-height: 24px;
        padding: 9px 15px;
    }

    .module2 .img-list li:hover .title {
        font-weight: bold;
    }

    .module3 {
        padding: 40px 0;
    }

    .module3 .m3-con ul {
        overflow: hidden;
        margin-top: 40px;
    }

    .module3 .m3-con li {
        float: left;
        position: relative;
        width: 235px;
        height: 221px;
        margin-right: 18px;
    }

    .module3 .m3-con li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .module3 .m3-con li:last-child {
        margin-right: 0;
    }

    .module3 .m3-con li .img-con {
        width: 235px;
        height: 141px;
        overflow: hidden;
    }

    .module3 .m3-con li .img-con img {
        width: 100%;
        height: 100%;
    }

    .module3 .m3-con li .time-con {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #4f87c2;
        left: 0;
        top: 118px;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }

    .module3 .m3-con li .time-con span {
        display: block;
    }

    .module3 .m3-con li .time-con .date {
        font-size: 24px;
        font-weight: bold;
    }

    .module3 .m3-con li .title-con {
        font-size: 16px;
        line-height: 24px;
        margin-top: 28px;
    }

    .module3 .m3-con li:hover .title-con {
        font-weight: bold;
        color: #214c99;
    }

    .footer {
		width: 100%;
		height: 206px;
		background: #f0f7ff;
		position: relative;
	}

	.footer_main {
		width: 1000px;
		height: 146px;
		margin: 0 auto;
	}

	.footer_icon {
		float: left;
		margin-top: 10px;
	}

	.footer_content {
		float: left;
		margin-left: 16px;
		margin-top: 10px;
		font-size: 14px;
	}

	.footer_content p a {
		padding: 0 12px 0 0;
		color: #333333;
	}

	.footer_content p a::after {
		content: '';
		width: 1px;
		height: 12px;
		background: #b3c3d4;
		display: inline-block;
		margin-left: 12px;
		position: relative;
		top: 2px;
	}

	.footer_content p a:last-child::after {
		display: none;
	}

	.footer_content .p1 {
		font-weight: bold;
		margin-bottom: 14px;
	}

	.footer_content .p2 {
		margin-bottom: 16px;
	}

	.footer_code {
		float: right;
	}

	.footer_code li {
		width: 88px;
		font-size: 12px;
		text-align: center;
		float: left;
		margin-left: 14px;
	}

	.footer_code li div {
		width: 100%;
		height: 88px;
		background: #d8e2ed;
		padding: 3px;
		box-sizing: border-box;
		margin-bottom: 8px;
	}

	.footer_code li div img {
		width: 100%;
		height: 100%;
	}

	.footer_code p {
		font-size: 12px;
	}

	.footer-bottom {
		width: 100%;
		height: 30px;
		background: #639bcf;
		line-height: 26px;
		text-align: center;
		font-size: 12px;
		color: #fff;
	}

	.footer-bottom a {
		color: #eee;
		margin-left: 40px;
	}

	.footer-bottom a:hover {
		color: #fff;
	}

	.footer-bottom img {
		position: relative;
		top: -2px;
	}

	.footer-bottom a::after {
		content: '';
		width: 1px;
		height: 20px;
		background: #b3c3d4;
		display: inline-block;
		margin-left: 40px;
		position: relative;
		top: 4px;
	}

	.footer-bottom a:last-child::after {
		display: none;
	}
}