@charset "utf-8";
/* CSS Document */
/*2022.05.13 */

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	overflow: hidden;
	
}

.container {
	max-width: 1320px;
	width: 90%;
}

.eng{
	background: #fff;
	line-height: 40px;
	
}
.eng a{
	font-size: 18px;
	color: #023b8c;
	
}
.eng a img{
	vertical-align: -6px;
	padding-right: 5px;
}


.top{
	/*background: #034bb1;*/
	/*padding-top: 10px;*/
	min-height: 150px;
		
}

.logo{
	text-align: left;
}
.top-right{
   
}



.searchbg{
	background: url(../images/search.jpg) no-repeat right -18px top;
	width: 220px;
	height: 39px;
	padding-left:2px;
	margin-top: 16px;
	    border: 1px solid #1e3b65;
}
.searchbg input.inp-text{
	background: none;
	border: none;
	line-height: 39px;
	padding-left:5px;
	font-size: 14px;
	width: 177px;
	color: #333;
	
}
.searchbg input.inp-but{
	background: none;
	border: none;
	height:39px;
	width: 39px;
	padding: 0;
	
}

.wc-menu {

	
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 98%;
	margin: auto;
	margin-bottom: 0;
	background: #fff;
	min-height: 70px;
	padding: 0;
}

.wc-menu ul li {
	line-height: 68px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	/*margin: 0 20px;*/
}


.wc-menu ul li a {
	font-size: 18px;
	    color: #0d3978;
    font-weight: bold;
	position: relative;
	display:inline-block;
	transition: all 0.2s;
	text-decoration: none;
        padding: 0 15px;
        border-bottom: 4px solid transparent;
}


.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
	border-bottom:4px solid #3bb4e8;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	border-bottom:4px solid #3bb4e8;
}

.wc-menu ul li a:hover {
	border-bottom:4px solid #3bb4e8;
}

.wc-menu ul li a.active,
.wc-menu ul li a:hover {
	border-bottom:4px solid #3bb4e8;
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: 0px;
	top: 100%;
	/*background: #19386d;*/
	min-width: 100%;
	z-index: 111 !important;
	display: none;
	opacity: 0.95;
	
}


        .wc-menu ul li:nth-child(3) .ernav {
            display: none !important;
        }

        .wc-menu ul li:nth-child(6) .ernav {
            display: none !important;
        }

.wc-menu ul li .ernav ul {
	padding-left: 0;
	margin: 0;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: left;
	line-height: 34px;
	border: none;
	border-bottom: 1px solid #f3edeb;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 26px;
	font-size: 15px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #123783;
	margin: 0;
	display: block;
	padding: 11px 28px;
	text-align: center;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #3bb4e8;
	color: #fff;
}

/*menu End*/

img {
	max-width: 100%;
}


/* 本例子css */

.banner {
	
	border-top: 5px solid #023b8c;
}

.wmbg{
	position: absolute;
	left: 0px;
	top: -35px;
	width: 100%;
	z-index: 1;
}
.banner img {
	cursor: pointer;
}


.banner .swiper-container {
	width: 100%;
	margin: 0;
	
	padding: 0;
}

.banner .swiper-wrapper {
	width: 100%;
	
}

.banner .swiper-container .swiper-slide {
	    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
	
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner .swiper-container a{
	text-decoration: none;
	display: block;
	
	
}
.banner .swiper-container a .b-tt{
	position: absolute;
	left: 0%;
	bottom: 95px;
	text-align: center;
	width:100%;
	z-index: 11;
}
.banner .swiper-container a .b-tt span{
	display: block;
	font-size: 62px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 10px;	
}

.banner .swiper-container a .b-tt p{
	font-size: 18px;
	line-height: 28px;
	padding: 0 16%;
	color: #fff;
	 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}


.banner .swiper-container .swiper-pagination {
	width: 100%;
	
	bottom: 32px;
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 10.5%;
	height: 6px;
	background:#fff;
	cursor: pointer;
	opacity: 0.35;
	border-radius: 0;
	margin-right:5px;
	
}

.banner .swiper-container .swiper-pagination-bullet-active {
	
	opacity: 1;
}
.bbg{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index:2;
	/*background: url(../images/banbg.png) repeat-x left bottom;*/
	   background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	
}



/*banner end*/

.newsbg{
	padding: 48px 0 20px;
	
}



.new-top{
	overflow: hidden;	
    position: relative;
}
.new-top .new-tit {
    float: none;
    text-align: center;
}
.new-top .new-tit h4{
	font-size: 42px;
	color:#000;
	font-weight: bold;
	display: inline-block;
	
}

.new-top .new-more{
    position: absolute;
    top: 0;
    right: 0;
}

.new-top .new-more a{
	font-size: 16px;
	color: #333;
	display: block;
	margin-top:25px;
	background: #fff;
	padding: 0 13px;
	text-align: center;
	line-height:40px;
	text-decoration: none;
	transition:all 0.8s;
}
.new-top .new-more a:hover{
	opacity: 0.9;
	transition:all 0.8s;
}

.new-con1{
	border-bottom: 1px solid #1e3b65;
}
.new-con1 ul{
	padding: 0;
	padding-top: 35px;
	
}
.new-con1 ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	/*margin-bottom: 35px;*/
	
}
.new-con1 ul li:nth-child(3),.new-con1 ul li:nth-child(6){
	margin-right: 0;
}
.new-con1 ul li a{
	display: block;
	text-decoration: none;
	
}

.new-con1 ul li .li-img{
	display: block;
	overflow: hidden;
	position: relative;
	
}
.new-con1 ul li .li-img img{
	
}




.new-con1 ul li .li-img img{
	 transform: scale(1.0);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
	
	
}
.new-con1 ul li .li-img:hover img{
	  transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transition: all 0.2s linear;
}
.new-con1 ul li .li-tt{

	min-height: 150px;
	
	
}
.new-con1 ul li .li-tt span{
font-size: 16px;
color: #0f3e93;
	margin-top: 17px;
	display: block;
	
	
}
.new-con1 ul li .li-tt h4{
font-size: 18px;
font-weight: bold;
color: #000;
line-height: 28px;
  overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.new-con1 ul li .li-tt p{
	 font-size: 16px;
	 color: #999;
	 line-height: 28px;
	    overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    
}

.new-con{
	margin-top: 30px;
    padding-bottom: 30px;
	border-bottom: 1px solid #1e3b65;
}
.new-con .swiper-container{
	padding-bottom: 40px;
	
}
.new-con .swiper-container .swiper-slide{
	display: block;
	
}
.new-con .swiper-container .swiper-slide a{
	display: block;
	text-decoration: none;
	
}
.new-con .swiper-container .swiper-slide .li-img{
	display: block;
	overflow: hidden;
	position: relative;
	
}
.new-con .swiper-container .swiper-slide .li-img img{
	
}




.new-con .swiper-container .swiper-slide .li-img img{
	 transform: scale(1.0);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
	
	
}
.new-con .swiper-container .swiper-slide .li-img:hover img{
	  transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transition: all 0.2s linear;
}
.new-con .swiper-container .swiper-slide .li-tt{

	min-height: 150px;
	
	
}
.new-con .swiper-container .swiper-slide .li-tt span{
font-size: 16px;
color: #0f3e93;
	margin-top: 17px;
	display: block;
	
	
}
.new-con .swiper-container .swiper-slide .li-tt h4{
font-size: 18px;
font-weight: bold;
color: #000;
line-height: 28px;
   overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
	
}
.new-con .swiper-container .swiper-slide .li-tt p{
	 font-size: 16px;
	 color: #999;
	 line-height: 26px;
	    overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    
}




.new-con .swiper-container .swiper-pagination{
	bottom: 0px;
	
}
.new-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background:#fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin:0 7px;
	border: 1px solid #ccc;
	
}

.new-con .swiper-container .swiper-pagination-bullet-active {
	background:#023b8c;
	opacity: 1;
}

/**/

/*footer*/

.footer {

	padding: 15px 0 15px;
	text-align: left;
	/*cursor: pointer;
	background: #023b8c;*/

}

.fp-left p{
	font-size: 16px;
	color: #1e3b65;
	margin-bottom: 1px;
	line-height: 24px;
}
.fp-right{
	
}
.fp-right img{
display: none;
}
.fp-right a{
	margin-bottom: 15px;
	/*display: block;*/
}
.fp-right p{
	font-size: 16px;
	color: #1e3b65;
	margin-bottom: 1px;
	line-height: 32px;
}

/*.wc-copyEnd*/


@media (min-width: 1300px) {
			.container1290{
	width: 1290px;
}

	
	
	
}




@media (min-width: 1200px) {
		.container1290{
	max-width: 1290px;
	width: 90%;
}

	
	
	
	
}

@media (max-width: 1400px) {
	
.banner .swiper-container a .b-tt{
	bottom: 55px;
	
}
.banner .swiper-container .swiper-pagination{
	bottom: 20px;
	
}	
.banner .swiper-container a .b-tt span{
	font-size: 50px;
	
}	
.banner .swiper-container a .b-tt p{
	font-size: 16px;
	
}	
	
	
	

	
	
	
	
}


@media (max-width: 1300px) {
	.eng a{
		font-size: 16px;
		
	}
	



}


@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
	
.banner .swiper-container a .b-tt span{
	font-size: 36px;
	
}
.banner .swiper-container .swiper-pagination-bullet{
	width: 5%;
}
.banner .swiper-container a .b-tt p{
	padding: 0 10%;
}


.wc-menu ul li a{
	font-size: 16px;
	
}
.wc-menu ul li .ernav ul li a{
	padding: 5px 10px;
}
.new-top .new-tit h4{
	font-size: 38px;
	
}















	
}


@media (max-width: 991px) {
	/*小屏幕设备 平板*/

	.container {
		width: 95%;
	}
	.header-nav .container{
		width: 100%;
	}
	
	
	
	.logo1 img{
		padding-bottom: 10px;
		height:70px;
		padding-top: 6px;
	}

.new-con .swiper-container .swiper-slide .li-tt h4{
	font-size: 16px;
	
}

.newsbg{
	padding: 30px 0;
}
.new-con{
	margin-top: 20px;
	
}
.new-top .new-tit h4{
	font-size: 30px;
	
}
.new-top .new-more a{
	margin-top: 5px;
	line-height: 35px;
	
}
.banner .swiper-container a .b-tt span{
	font-size: 30px;
}









.footer{
	padding: 20px 0;
}

.fp-left p{
	line-height: 29px;
	font-size: 15px;
}
.fp-right p{
	font-size: 15px;line-height: 25px;
}



	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		width: 100%;
		text-align: left;
	}


	.container {
		width: 100%;
	}
	.banner{
		margin-top: 0px;
	}
.banner .swiper-container a .b-tt p{
	display: none;
	
}
.banner .swiper-container a .b-tt span{
	font-size: 18px;
}
.banner .swiper-container a .b-tt{
	bottom: 30px;
	
}
.banner .swiper-container .swiper-pagination{
	bottom: 5px;
	
}
.newsbg {
    padding: 20px 0;
}
.new-top .new-tit{
    float: left;
    text-align: left;
}
.new-top .new-tit h4{
	font-size: 22px;
	
}
.new-top .new-more a{
	padding: 0 8px;
	line-height: 30px;
	
}
.new-con .swiper-container .swiper-slide .li-tt h4{
	margin: 5px 0;
}

.new-con{
	margin-top: 15px;
	padding-bottom:20px;
}

.new-con .swiper-container .swiper-slide .li-tt{
min-height:auto;
}







.fp-right{
	text-align: center;
	margin-top: 20px;
	
}
.footer{
	padding: 15px 0 10px;
}








}