﻿@charset "utf-8";
/* CSS Document */

/*2024.5.6*/

.box {
   overflow: hidden;
}

.container {
  max-width: 1430px;
}

/*顶部弹出搜索样式*/
/*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;
	margin-top: 11px;
}

.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;
}

.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: 37px 0;
	background: #edf2f9 url(../images/topbg.jpg) no-repeat right top;

}
.logo {
	width: 35%;
}
.top-right{
	width: 60%;
}
.top-tit{
	/**/
	
	
	color: #fff;
	text-align: right;
	z-index: 11;
	position: relative;
}

.top-tit a{
	font-size: 16px;
	color: #072f8f;
	padding: 0 22px;
}


.top-tit a:nth-child(2){
	padding-right: 0;
	
}
.wc-menu {
	padding-top: 52px;
	width: 100%;
}

.wc-menu ul {
	margin: 0;
	width: 100%;
	 display: flex;
  flex-wrap: wrap;

    justify-content: space-between;
}

.wc-menu ul li {
	text-align: center;
	position: relative;

 /*flex: 1; */
	list-style: none;
	
}

.wc-menu ul li a {
	font-size: 18px;
	color: #333;
	padding-bottom:12px;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;

}


.wc-menu ul li a:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #fbc600;
    transform: scaleX(0) scaleY(1);
    transition: all .3s ease-in-out;
}


.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 {
	/*color: #fff;*/
	color: #fbc600;
        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: #fff;*/
	color: #fbc600;

}

.wc-menu ul li .ernav {
	position: absolute;
	
	left: -60%;
	top: 100%;
	background: #fff;
	width: 220%;
	z-index: 111 !important;
	display: none;

	/*border-top: 2px solid #4abad2;*/
    /*padding:5px;*/
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
}


.wc-menu ul li:last-child .ernav{
    	display: none!important;
}

.wc-menu ul li:nth-last-child(2) .ernav{
    	display: none!important;
}

.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: left;
	border: none;
}

.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: 27px;
	font-size: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;
	padding: 8px 5px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:after{
   display:none;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #23519d;
	color: #fff;
}
/*menu End*/
img {
	max-width: 100%;
}
.banner .bg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.26);
}

.banner .swiper-container .swiper-slide{
	position: relative;
	
}

.banner .swiper-slide .swiper-bg {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    z-index: 1;
}

.banner .swiper-container .swiper-slide .ban-text{
	position: absolute;
	left: 0px;
	width: 100%;	
	bottom: 10px;
	text-align: left;
	
	
}
.banner .swiper-container .swiper-slide .ban-text .btbg{
	max-width: 770px;
	/*background:url(../images/btbg.png) no-repeat left top;*/
	height: 133px;
	padding: 26px 110px 30px 35px;
}
.banner .swiper-container .swiper-slide .ban-text p{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
	line-height: 1.4;
text-shadow: 2px 2px 2px #333;
	
}

.banner .b-page{
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 35px;
}
.banner .swiper-pagination {
	position: relative;
	text-align: right;
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 19px;
	height: 19px;
	background:#fff;
	cursor: pointer;
	opacity: 0.45;

	margin-right: 30px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;

}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	cursor: pointer;
	opacity: 0.25;
	border-radius: 0%;
	margin-right:20px;
	border: 1px solid #e8e8e5;
	border-top: none;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}


.banner .swiper-button-next, .banner .swiper-button-prev{
    background-image: url(../images/btn-left.png);
    width: 50px;
    height: 50px;background-size: contain;
    transition: all 0.4s ease-out;opacity: 0.5;
}

.banner .swiper-button-next{  transform: rotate(180deg);}    

.banner .swiper-button-next{
right: 40px;
left: auto;
}

 .banner .swiper-button-prev{
right: auto;
left: 40px;
}

.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{ opacity: 1;
    transition: all 0.4s ease-out; 
}



.newsbg{
	 background: url(../images/newbg.jpg) no-repeat center center;
	 background-size: cover;
	 padding: 65px 0 95px;
}

.new-top{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.new-top .new-tit span{
	display: block;
	font-size: 14px;
	color: #688ee1;
	margin-bottom: 11px;
	text-transform: uppercase;
}
.new-top .new-tit h4{
	font-size: 52px;
	color: #333;
	font-weight: bold;
        margin-bottom: 0;
}


.new-top .new-more a{
	color: #234cae;
	display: block;
	line-height: 47px;
	border:1px solid #234cae;
	padding: 0 37px;
	background: #fff;
	font-size: 18px;
	transition: all 0.5s;
	margin-bottom: 5px;
}
.new-top .new-more a:hover{
	background: #234cae;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}


.news-con{
	border: 1px solid #234cae;
	min-height: 300px;
	margin-top: 32px;	
}

.news-con ul{
	padding: 0;
	margin: 0;
}
.news-con .hd{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 502px;
	background: #234cae;
}
.news-con .hd ul{
	
}
.news-con .hd ul li{
	border-bottom:1px solid #99aad3;
	height: 137px;
	padding: 21px 50px;
	position: relative;
}
.news-con .hd ul li i{
	position: absolute;
	left: -31px;
	top: 45%;
	border-left:18px solid transparent;
	border-right:14px solid #304578;
	border-bottom:18px solid transparent;
	border-top:18px solid transparent;
	display: none;
}



.news-con .hd ul li:last-child{
	border-bottom: none;
}
.news-con .hd ul li a{
	text-decoration: none;
	display: block;
}
.news-con .hd ul li a span{
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.news-con .hd ul li a p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 0;
	           overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.news-con .hd ul li.on{
	background: #2a4074 url(../images/nhbg.jpg) no-repeat right bottom;
}
.news-con .hd ul li.on i{
	display: block;
	
}
.news-con .hd ul li:hover i{
	display: block;
}

.research{

	background: url(../images/rebg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 50px 0 40px;
}

.new-top2{
	
}
.new-top2 .new-tit h4{
	color: #fff;
	
}


.research-con{
	margin-top: 32px;
}


.re-left .swiper-container{
	padding-bottom:40px;
}
.re-left a{
	text-decoration: none;
	display: block;
	position: relative;
}
.re-left a .ban-text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(35,76,174,0.75);
	padding: 15px 30px ;
	
}

.re-left a .ban-text span{
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
	
}
.re-left .ban-text p{
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	
}
.re-left .swiper-pagination {
	/*position: relative;*/
	bottom: 0;
}

.re-left .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	background:#fff;
	cursor: pointer;
	opacity: 0.45;

	margin-right: 20px;
}

.re-left .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;

}

.re-left-img a{
   display:none;
}

.re-left-img a:first-child{

   display:block;
}



.re-right .ul-item{
	background: #fff;
	position: relative;
        transition: all 0.4s ease-out;
}

.re-right .row .col-lg-6:nth-child(1){
	display: none;
}



.re-right .ul-item a{
	text-decoration: none;
	display: block;
	
}
.re-right .ul-item a .reli-img{
overflow: hidden;

}
.re-right .ul-item a .reli-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;
    }
.re-right .ul-item a .reli-text{
    padding: 25px 25px 56px;
}

.re-right .ul-item a .reli-text strong{
display: block;
font-size: 18px;
color: #333;
}

.re-right .ul-item a .reli-text span{
display: block;
font-size: 18px;
color: #234cae;
line-height: 30px;
   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            margin: 10px 0;
min-height: 90px;
}
.re-right .ul-item a .reli-text p{
			font-size: 14px;
			color: #999;
			line-height: 26px;
			 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            margin-bottom: 0;
}

.re-right .ul-item a .reli-text i{
   display: inline-block;
	font-style: normal;
	color: #fff;
	background: #234cae;
	line-height: 30px;
	padding: 0 10px;
	border:4px solid #f5f5f5;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.re-right .ul-item:hover{
	transition: all 0.4s ease-out;
	transform: translateY(-20px);
}
.re-right .ul-item:hover i{
	background: #0e4bdd;
}
.re-right .ul-item:hover a .reli-img 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;
}

.re-right .swiper-container{
    padding-bottom: 35px;
}

.re-right .swiper-button-prev {
    left: -80px;
    top: 55%;
    background: none;
    width: 48px;
}

.re-right .swiper-button-next {
    right: -80px;
    top: 55%;
    background: none;
    width: 48px;
}

.re-right .swiper-pagination {
    width: 100%;
    bottom: 0px;
    text-align: center;
    left: 0%;
    z-index: 1;
}

.re-right .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #0056B3;
    cursor: pointer;
    opacity: 0.35;
    border-radius: 100%;
    margin-right: 13px;
}

.re-right .swiper-container .swiper-pagination-bullet-active {
    opacity: 0.8;
}




/*xuebg*/

.xuebg{
	background: url(../images/xuebg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 500px;	
	padding: 75px 0 25px;
}

.xue-leftcon{
	margin-top: 32px;
}

.xue-leftcon ul li a{
	text-decoration: none;
	display: block;
        margin-bottom:45px;
	background: #fff url(../images/yan2.png) no-repeat right top;
	cursor: pointer;
	padding: 20px 20px 20px 34px;
}


.xue-leftcon ul li a .xue-aimg img{
	width: 69px;
	height: 69px;
	border-radius: 100%;
}

.xue-leftcon ul li a .xue-atext{
	
}
.xue-leftcon ul li a .xue-atext span{
	display: block;
	font-size: 18px;

    height: 54px;
	color: #234cae;
	margin: 20px 0 10px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xue-leftcon ul li a .xue-atext p{
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
	line-height: 28px;
	
}
.xue-leftcon ul li a .xue-atext p img:nth-child(2){
	display: none;
}


.xue-leftcon ul li:hover a{
	background: #234cae url(../images/yan2h.png) no-repeat right top;
}

.xue-leftcon ul li:hover a .xue-atext p,.xue-leftcon ul li:hover a .xue-atext span{
	color: #fff;
	
}
.xue-leftcon ul li:hover a .xue-atext p img:nth-child(1){
	display: none;
}
.xue-leftcon ul li:hover a .xue-atext p img:nth-child(2){
	display:inline-block;
}


.xue-rul{
	
}
.xue-rul ul{
	padding: 0;
	margin: 0;
}
.xue-rul ul li{
	/*border-bottom:1px dotted #333;*/
	background: url(../images/dian.png) repeat-x left bottom;
	padding-bottom: 28px;
	padding-top: 33px;
}
.xue-rul ul li a{
	text-decoration: none;
	display: block;
	
}
.xue-rul ul li a .date{
	width: 70px;
	height: 80px;
	background: #fff;
	border: 2px solid #325092;
	text-align: center;
	padding-top: 8px;
	float: left;
}
.xue-rul ul li a .date span{
	display: block;
	font-size: 24px;
	color: #333;
}
.xue-rul ul li a .date p{
	font-size: 16px;
	color: #333;
	margin-top: -5px;
}
.xue-rul ul li a  .da-pp{
	width: calc(100% - 100px);
	float: right;
	
}
.xue-rul ul li a  .da-pp span{
	display: block;
	font-size: 18px;
	color: #333;           overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 6px;
            margin-top: -4px;
}
.xue-rul ul li a  .da-pp p{
	           overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 16px;
            color: #999;
           line-height: 28px;
           margin-bottom: 0;
            
}
.xue-rul ul li a:hover  .da-pp p{
	color: #333;
}
.xue-rul ul li a:hover .date{
	 background: #234cae;
}
.xue-rul ul li a:hover .date span{
	color: #fff;
}
.xue-rul ul li a:hover .date p{
	 color: #fff;
}

/*footer*/

.footer {
	background:#1f3362;
	padding: 35px 0 12px;
}


.foot-left p:nth-child(2){
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	
}

.f-place{
	background: #2f4476;
	padding: 18px 13px;
     display: flex;
    justify-content: space-between;
}

.f-place .f-pp{
    width: 75%;
    padding-right: 5%;
}

.f-place p{
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 0;
}

.f-right select{
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: #2f4476;
	border: none;
	margin-bottom: 25px;
	color: #fff;
	padding:0 17px;	
        font-size: 16px;
}

/*.wc-copyEnd*/




@media (min-width: 1200px) {

.re-left {
    max-width: 54.7%;
    flex: 0 0 54.7%;
}

/*.re-right {
    max-width: 45.3%;
    flex: 0 0 45.3%;
}

.re-right .row .col-lg-6 {
  padding-left: 28px;
}
*/

.xue-left{
    padding-right: 38px;
}

.xue-right{
    padding-left: 21px;
}

    .xue-leftcon ul{
        margin-right: -30px;
    } 

    .xue-leftcon ul li{
       padding-right: 30px;
   }
   
}


@media (max-width: 991px) {
    .container {
        width: 96%;
    }

    .logo1 img {
        max-width: 80%;
    }

    .new-top .new-tit h4 {
        font-size: 32px;
    }

    .news-con2 .swiper-slide a:hover{
         text-decoration: none;
    }
 
    .news-con2 .swiper-slide .ban-text{
         background: #234cae;
         padding:15px 15px 30px;
   }

    .news-con2 .swiper-slide .ban-text span{
          display: block;
          font-size: 16px;
          color: #fff;
          margin-bottom: 5px;
    }

    .news-con2 .swiper-slide .ban-text p{
          font-size: 18px;
          color: #fff;
        margin-bottom: 0;
    }

.news-con2 .swiper-pagination{
	width: 100%;
	bottom: 0px;
	text-align: center;
	left: 0%;
	z-index: 1;
}

.news-con2 .swiper-pagination-bullet {
	display: inline-block;
	width: 13px;
	height: 13px;
	background:#fff;
	cursor: pointer;
	opacity: 0.45;
	margin-right: 12px;
}

.news-con2 .swiper-pagination-bullet-active {
      opacity: 1;
}

.re-left-img a{
     display: block;
     margin-bottom: 20px;
}

.re-left a .ban-text{
     position: relative;
}

.foot-mid{
    margin-top: 10px;
}

.foot-right {
   margin-top:30px;
}
 
}


@media (max-width: 767px) {
    .container {
        width: 100%;
    }
 
    .logo1 img {
        max-width: 70%;
    }

    .banner {
        margin-top: 70px;
    }

.banner .b-page{
      bottom: -5px;
     display: none;
}

.banner .swiper-container .swiper-slide .ban-text p{
       font-size: 16px;
        margin-bottom: 0;
        -webkit-line-clamp: 1;
        text-align: center;
}

.banner .swiper-pagination{
       text-align: center;
}

.banner .swiper-container .swiper-slide .ban-text .btbg{
        padding: 0;
        height: auto;
}

.banner .swiper-container .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-right: 15px;
}

.news-con{
  border:none;
}

.banner .swiper-slide a img{
    height: 80vw;
    object-fit: cover;
}


.banner .swiper-button-next{
right: 6px;
left: auto;
}

 .banner .swiper-button-prev{
right: auto;
left: 6px;
}


.newsbg {
      padding: 30px 0 35px;
}

.research{
   padding: 30px 0
}

.xuebg{
     padding: 30px 0 35px;
}

.xue-leftcon , .research-con, .news-con{
      margin-top: 22px;
}

.xue-rul ul li{
     padding-bottom: 20px;
    padding-top: 22px;
}

.new-top .new-tit h4{
    font-size: 24px;
}

.new-top .new-more a{
    line-height: 36px;
    font-size: 16px;
}

.new-top .new-tit span{
      margin-bottom: 6px;
}


.xue-leftcon ul li a{
     margin-bottom: 20px;
    padding: 15px;
}

.xue-rul ul li a .da-pp{
   width: calc(100% - 90px);
}



.f-right select{
     margin-bottom:15px;
}

}
