﻿@charset "utf-8";
/* CSS Document */
/*2025.9.17*/

.box {
	overflow: hidden;
}

body {
	background:#fafcff url(../images/bg1.jpg) no-repeat center top;
	
	
}
.container {
	max-width: 1430px;
	width: 90%;
	/*padding: 0 120px;*/
	margin: 0 auto;
    position: relative;
}
/*顶部弹出搜索样式*/
/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
	
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	top: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 30px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
	color: #b71c22;
	opacity: 1;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	box-shadow: none;
	/*padding: 0 100px 0 15px;*/
	border-radius: 0;
}

.search-form .form-text:focus {
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	border-bottom-color: #0d3692;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #23519d;
	color: #fff;
}

/*顶部弹出样式 end*/

.top {
	padding: 18px 0;
	
}





.top-right {}

.top-searchbg {
	/*display: flex;*/
}

.logo {}

.wc-menu {
	
	
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #e2ecfa;
	border-radius: 30px;
	padding: 0 40px;
}

.wc-menu ul li {
	line-height: 30px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	/*display: table-cell;*/
	/*float: left;*/
	list-style: none;
	/*padding: 0 20px;*/
	/*margin: 0px ;*/
	
	
	
}

.wc-menu ul li a {
	font-size: 18px;
	color: #246cc6;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	padding: 0 5px;
line-height: 52px;
	text-decoration: none;
}

.wc-menu ul li>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
    background-color: #246cc6;
    transform: scaleX(0) scaleY(1);
    transition: all .5s ease-in-out;
    border-radius: 2px;
}

.wc-menu ul li a.active>a:after, .wc-menu ul li>a:hover:after{
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}


.wc-menu ul li a.active:after,
.wc-menu ul li a.move:after,
.wc-menu ul li a.selected:after,
.wc-menu ul li a.parent:after,
.wc-menu ul li a:hover:after {
	
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}
.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a:hover{
	color: #005f9f;
	
}


.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: -25%;
	top: 100%;
/*background: rgba(36,108,198,0.86);*/
/*background: #e5effa;*/
	width: 150%;
	z-index: 111 !important;
	display: none;
	opacity: 1;
	/*border-top: 2px solid #4abad2;*/
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: layui-upbit1;
    animation-name: layui-upbit1;
}

@keyframes layui-upbit1 {
    0% {
        transform: translate3d(0%, 15px, 0);
        opacity: .3;
    }
    100% {
        transform: translate3d(0%, 0, 0);
        opacity: 1;
    }
}
.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: center;
	border: none;
border-radius: 0;
padding: 0;
background: rgba(36,108,198,0.86);
/*background: #4b82d0;*/
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	
	line-height: 26px;
	border: none;
	margin: 0;
	padding: 0;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 5px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	color: #fff;
	background: #246cc6;
}

.wc-menu ul li .ernav ul li>a:after {
    content:none;
    
    }
  
/*menu End*/

.qlink{
	
}
.qlink ul{
	padding: 0;
	margin: 0;
}
.qlink ul li{
	display: inline-block;
	margin-left: 38px;
}
.qlink ul li:nth-child(1){
	margin-left: 0;
}


.break{
	margin-top: 50px;
}
.break-top{
	display: flex;
	    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.break-top .br-tit{
	
	
	
}
.break-top .br-tit span{
	display: block;
	font-size: 32px;
	color: #246cc6;
	text-transform: uppercase;
	
}
.break-top .br-tit p{
	font-size: 32px;
	font-weight: bold;
	color: #333;	
}
.break-top a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height:34px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #9fbadd;
	font-size: 38px;
	font-weight: lighter;
	text-decoration: none;
	font-family: "微软雅黑";
	
}
.break-con{
	margin-top: 10px;
}
.banner {
	
}

.banner .swiper-slide {
   
    height: 100%;
   
    position: relative;
    overflow: hidden;
    width: 100%;
}



.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
	text-align: center;
}
.banner .swiper-container .swiper-slide a  img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.banner .swiper-container {
	/*padding-bottom: 20px;*/
}

.banner .swiper-container a {
	text-decoration: none;
	display: block;
	position: relative;
}

.banner .swiper-pagination {
	width: 100%;
	bottom: 10px;
	text-align: left;
	left: 15px;
}

.banner .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #c9ccd0;
    cursor: pointer;
    opacity: 1;
    border-radius: 100%;
    margin-right: 13px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
   background: #246cc6;
}
.banner .swiper-container .ban-text {

min-height: 120px;
background: #fff;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
padding: 16px 20px;

}

.banner .swiper-container .ban-text p {
	
	font-size: 20px;
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	/*line-height: 32px;*/
	margin-bottom: 0;
	text-align: left;
}

/*banner end*/

img {
	max-width: 100%;
}


.break-right{
	
}
.break-right ul{
	padding-left: 30px;
}
.break-right ul li{
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 20px 45px;
	margin-bottom: 38px;
	transition: all 0.4s ease-out;
    cursor: pointer;
}
.break-right ul li:hover{
	 box-shadow: 0px 15px 27px -17px rgba(0, 0, 0, 0.57);
        transform: scale(1.02);
	transition: all 0.4s ease-out;
}
.break-right ul li span{
	display: block;
	font-size: 18px;
	color: #246cc6;
	margin-bottom: 5px;
}
.break-right ul li p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom: 0;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
	
	
}
.break-right ul li a{
	text-decoration: none;
	
}
.break-right ul li:hover p{
	color: #21497a;
}
/**/
.newbg{
	padding-bottom: 80px;
	margin-top: 30px;
}
.newbg .row{
	margin: 0 -22px;
}
.newbg .new-left,.newbg .new-mid,.newbg .new-right{
	padding: 0 22px;
}
.new-leftcon,.new-midcon,.new-rightcon{
	background: #fff;
	border-radius: 20px;
	padding: 22px 20px;
	
}

.new-leftul,.new-midul,.new-rul{
	padding-top: 15px;
	min-height: 485px;
}
.new-leftul ul{
	padding: 0;
	margin: 0;
}
.new-leftul ul li{
	margin-bottom: 35px;
	position: relative;
}
.new-leftul ul li span{
	display: block;
	font-size: 18px;
	color: #333;
	margin-bottom: 16px;
	
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:1;
            -webkit-box-orient: vertical;
	
}
.new-leftul ul li p{
	font-size: 16px;
	color: #999;
	
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;

}
.new-leftul ul li:hover p{
	color: #246cc6;
}


.new-midul .new-m-li{
	margin-bottom: 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-content: center;
    align-items: center;
}
.new-m-li .new-mimg {
	width:100px;
	
}
.new-m-li .new-mimg img{
	border-radius: 10px;
	
}
.new-m-li .new-mtt{
	width: calc(100% - 100px );
	padding-left: 10px;
	
}
.new-m-li .new-mtt h4{
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;

}
.new-m-li .new-mtt .intro{
	
}
.new-m-li .new-mtt .intro p{
	font-size: 14px;
	color: #246cc6;
	line-height: 30px;
	margin-bottom: 0;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}


.new-rul .new-rli{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
	margin-bottom: 16px;
	padding-bottom: 16px;
	position: relative;
	border-bottom: 1px solid transparent;
}
.new-rul .new-rli:hover{
	border-bottom: 1px solid #246cc6;
	
}
.new-rul .new-rli .rli-date{
	 background: #246cc6;
	 border-radius: 11px;
	 width: 60px;
	 height: 60px;
	 text-align: center;
	 color: #fff;
	padding-top: 3px;
	 
}
.new-rul .new-rli .rli-date p{
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
	
}
.new-rul .new-rli .rli-date span{
	display: block;
	margin-top: -5px;
}
.new-rul .new-rli .rli-dtt{
	width: calc(100% - 60px);
	padding-left: 20px;
}
.new-rul .new-rli .rli-dtt p{
	margin-bottom: 0;
	font-size: 18px;
	color: #333;
	line-height: 32px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
}

.joinus{
	background: #fff;
	padding: 50px 0 70px;
	
}
.join-top{
	background: url(../images/blue.jpg) no-repeat 75% 70%;
	
	position: relative;
}

.join-top .br-tit{
	    background: #fff;
    padding-right: 40px;
}
.join-top .b-more{
	background: #fff;
	position: relative;
	
	padding: 10px 0;padding-left: 25px;
}
.join-top .b-more::after{
	content: "";
	position: absolute;
	right: 67px;
	top: 45%;
	width:107px;
	height:2px;
	background: #246cc6;
}
	



.join-con{
	padding-top: 30px;
}
.join-con .joinli1{
	padding: 22px 0;
	border-radius: 20px;transition: all 0.4s ease-out;
	background: #e9eff5 url(../images/zhao.png) no-repeat right bottom;
}
.join-con .joinli1 a{
	text-decoration: none;
	display: block;
	
	
	padding:0 28px 0 22px;
	color: #333;
	font-size: 18px;
	
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
	
	
}
.join-con .joinli1:hover{
		 box-shadow: 0px 15px 27px -17px rgba(0, 0, 0, 0.57);
        transform: scale(1.02);
	transition: all 0.4s ease-out;
	background: #246cc6 url(../images/zhao.png) no-repeat right bottom;
	
	
}
.join-con .joinli1:hover a{
	color: #fff;
}
.footer{
	background: #21497a;
	padding: 50px 0 30px;
}

.footer .row{
	/*align-items: flex-end;*/
}
.footer h4{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.f-left{
	
}
.f-left p{
	color: #fff;
	padding-left: 23px;
	background: url(../images/fic1.png) no-repeat left 8px;
	
	font-size: 16px;
	margin-bottom:12px;
	line-height: 28px;
}

.f-mid{
	
}
.f-mid ul{
	padding: 0;
	margin: 0;
}
.f-mid ul li{
	
}
.f-mid ul li a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	margin-bottom:12px;
	line-height: 28px;
		padding-left: 26px;
	background: url(../images/fic2.png) no-repeat left center;
}

.f-right{
	
}
.f-right ul{
	padding: 0 ;
	margin: 0;

}
.f-right ul li{
	/*float: left;*/

	text-align: center;
}
.f-right ul li span{
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	
}


.jishu{
	margin-top: 20px;
	
}
.jishu p{
	font-size: 16px;
	color: #bbb;
}
.jishu p a {
	font-size: 16px;
	color: #bbb;
}


/*.footerEnd*/
@media (min-width: 1400px) {
	
	
	
	
}
@media (min-width: 1200px) {
	.f-left {
		        flex: 0 0 43%;
                max-width: 43%;
}
	.f-mid {
		        flex: 0 0 45%;
                max-width: 45%;
}
.f-right{
	           flex: 0 0 12%;
                max-width: 12%;
}	
	
	
	
	
}

@media (max-width: 1440px) {
	
.break-right ul li{
	margin-bottom: 22px;
	
}

}

@media (max-width: 1400px) {
.break-top .br-tit span{
	font-size: 26px;
}	
.break-top .br-tit p{
	font-size: 28px;
}
.break-right ul {
    padding-left: 0px;
}
.break-right ul li{
	padding: 19px 20px;
}

.joinus{
	padding: 40px 0 50px;
}

}

@media (max-width: 1366px) {
.break-right ul li{
	padding-top: 10px;
}



	
	
	
}



@media (max-width: 1300px) {
	.newbg {
    padding-bottom: 40px;
}
.banner .swiper-container .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	
}
.banner .swiper-container .ban-text p{
	font-size: 18px;
	
}	
.break-top .br-tit span{
	font-size: 22px;
	
}
.break-top .br-tit p{
	font-size: 24px;
}
	 
	.footer{
		padding: 30px 0 10px;
	} 
	 
	
}

@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/

    .break-top .br-tit span {
        font-size: 20px;
    }
.break-top .br-tit p {
        font-size: 20px;
    }
.break-top a{
	width: 35px;
	height: 35px;
	line-height: 30px;
	font-size: 33px;
}
.footer h4{
	font-size: 20px;
}
.new-rul .new-rli .rli-dtt p{
	font-size: 16px;
}



	
}
@media (max-width:1111px) {
	.break-right ul li {
        padding: 7px 20px;
    }
.break-right ul li span{
	font-size: 16px;
	margin-bottom: 3px;
	
}
.new-rul .new-rli .rli-dtt{
	padding-left: 13px;
}
.new-m-li .new-mimg {
    width: 80px;
}
.new-m-li .new-mtt {
    width: calc(100% - 80px);
    padding-left: 10px;
}
.new-m-li .new-mtt h4{
	margin-bottom: 10px;
}
.new-rul .new-rli{
	margin-bottom: 11px;
	padding-bottom: 11px;
}
.new-leftul, .new-midul, .new-rul {
    padding-top: 11px;
    min-height: 445px;
}

	
	
}
@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}
	.en{
		margin-bottom: 10px;
	}
	.en a{
		color: #333;
		text-transform: uppercase;
		padding: 0 5px;
		text-decoration: none;
		
	}
	.en a:hover{
		color: #246cc6;
	}
.logo1 img{
	max-width: 80%;
}	
	.break {
    margin-top: 120px;
    
}
.break-right ul li p{
	font-size: 16px;
	
}
.newbg .row {
    margin: 0 -15px;
}
.newbg .new-left, .newbg .new-mid, .newbg .new-right {
    padding: 0 15px;
}

.new-rightcon{
	margin-top: 30px;
}
.joinli{
	margin-bottom: 25px;
	
}

    .newbg {
       margin-top: 20px;
    }
.new-leftul, .new-midul, .new-rul {
 padding-top: 10px;
    min-height: 465px;
}







  
	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		text-align: left;
		float: left;
	}
	
	.mobile-header-btn i {}
	#img {}
	.logo1 img {
		max-width: 70%;
	}
	.container {
		width: 100%;
	}

    .break {
        margin-top: 80px;
    }
    .break-top .br-tit span {
        font-size: 14px;
    }
.break-top .br-tit p {
        font-size:18px;
        margin-bottom: 0;
    }

.break-top a{
	width: 30px;
	height: 30px;
	line-height: 25px;
}
.banner .swiper-container .ban-text p{
	font-size: 16px;
	
}
.break-right {
	margin-top: 30px;
	
}
.break-right ul li{
	padding-top: 10px;
}
    .newbg {
        margin-top: 10px;
    }

.new-leftul ul li span{
	margin-bottom: 10px;
	font-size: 16px;
}
.new-leftul ul li p{

	font-size: 15px;
}
.new-leftul ul li{
	margin-bottom: 20px;
}
    .new-leftul, .new-midul, .new-rul {
        
        min-height: auto;
    }
.new-mid{
	margin-top:30px;
	
}
.new-m-li .new-mtt h4{
	font-size: 16px;
	margin-bottom: 10px;
}
.new-leftcon, .new-midcon, .new-rightcon{
	padding-bottom: 10px;
}
.new-rul .new-rli .rli-dtt p{
	font-size: 16px;
	
}
.new-rul .new-rli{
	
	    margin-bottom: 11px;
    padding-bottom: 11px;
}
.newbg{
	padding-bottom: 35px;
}
.joinus{
	padding: 25px 0 15px;
}
.join-top .b-more::after{
	width: 50px;
	right: 58px;
}
.join-top .br-tit{
	padding-right: 20px;
}
.join-con {
    padding-top: 21px;
}
    .footer h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
.join-con .joinli1 a{
	font-size: 16px;
	
}
.f-mid{
	margin: 10px 0;
	
}
.f-left p{
	font-size: 14px;
	margin-bottom: 4px;
}
.f-mid ul li a{
	font-size: 14px;
	margin-bottom: 5px;
}
.jishu p{
	margin-bottom: 0;
	font-size: 14px;
}
.jishu p a{
	
	font-size: 14px;
}




    
	
}

@media (max-width: 600px) {}