@charset "utf-8";
/* CSS Document */
/*2021.08.02 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.box{
	overflow: hidden;
	
}
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 80%);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 80%);
}


.wc-top{
	background:  url(../images/topbg.jpg) no-repeat center top;
	min-height: 120px;
	background-size: cover;
}


.logo{
	text-align: left;
}
.searchbg{
	border: 1px solid #CDCBCC;
    border-radius: 15px;
	width: 204px;
	height: 32px;
	margin-top: 44px;
	float: right;
}
 .searchbg .inp-text{
	background: none;
	border: none;
	width: 160px;
	padding-left:6px;
	color: #333;
	line-height: 30px;
	
}
 .searchbg .inp-but{
	background: url(../images/sous.png) no-repeat center;
	border: none;
	width: 40px;
	height: 32px;
}

/*top end*/


.wp-search .search-input input.search-title{
	height: 30px;
}

.wc-menu{
	background: #ededed;
	min-height: 40px;
	
}
.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   
	margin-bottom: 0;
}
.wc-menu ul li{
	line-height:48px;	  
	position: relative;	
	/*居中并且转为table-cell*/
	text-align: center;   
	display: table-cell;
	/*float: left;*/
	list-style: none;
	border-left: 1px solid #fff;
	border-right:1px solid #c6c6c6;
}

.wc-menu ul li a{
	font-size: 18px;
	color: #58748e;
     position: relative;
	line-height:22px;	
	padding-top: 10px;
	 
	display:inline-block;
   transition: all 0.2s;

	text-decoration: none;
	border-bottom: 3px solid transparent;

}
.wc-menu ul li a span{
	display: block;
	font-size: 14px;
	color: #58748e;
	padding-bottom: 5px;
	line-height: 20px;
	padding-top: 5px;
	font-family: "微软雅黑";
}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{

border-bottom: 3px solid #58748e;

}
 .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: 3px solid #58748e;
}
.wc-menu ul li a:hover{
		border-bottom: 3px solid #58748e;
}


.wc-menu ul li a.active,.wc-menu ul li a:hover{
	border-bottom: 3px solid #58748e;
	
}


.wc-menu ul li .ernav{
	position: absolute;
	/*position: relative;*/
	left: 0px;
	top: 67px;
	background:#fff;
	width: 130px;
	min-width: 100%;
	z-index: 111 !important;
	display: none;	
	opacity: 0.95;
	
}
.wc-menu ul li .ernav ul{
	padding-left: 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: 14px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;
	padding: 10px 15px;
	border-bottom:none;
	font-weight: normal;
}
.wc-menu ul li .ernav ul li a:hover{
	background: #58748e;
	color: #fff;
	
}

/*menu End*/
img{
	max-width: 100%;
	
}
/* 本例子css */
.banner {
 background: url(../images/banbg.jpg) no-repeat center center;
 background-size: cover;
 min-height: 320px;
 padding: 44px 0;

}

.banner img {
	cursor: pointer;
}

.banner .ban-left .swiper-container {
	width: 100%;
	height: 100%;
	border: 4px solid #fff;
	box-shadow: 4px 4px 8px 3px #adabad;
}
.banner .swiper-wrapper{
	
	width: 100%;
	height: 100%;
}


.banner .swiper-container .swiper-slide {
	position: relative;
	
	}
.banner .swiper-container .swiper-slide .btt{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background:rgba(28,46,62,0.65) ;
	min-height: 50px;
	text-align: left;
}

.banner .swiper-container .swiper-slide .btt p {
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            width: 80%;
padding-left: 20px;
padding-bottom: 0;
margin-bottom: 0;
}

.banner .swiper-pagination {
	overflow: hidden;
	zoom: 1;
	text-align: right;
	bottom: 9px;
	width: 100%;
	padding-right: 12px;
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height:10px;
	
	background:#767672;
	cursor: pointer;
	

	opacity:1;
	margin-right: 5px;
}

.banner .swiper-pagination-bullet-active {
	background:#fff;
	
	opacity: 1;
}

.ban-right{
	
}
.ban-right p{
	margin-bottom: 41px;
	
}
.ban-right p img{
	border:4px solid #fff;
	box-shadow: 4px 4px 8px 3px #adabad;
}
.ban-right p:last-child{
	margin-bottom: 0;
}


/*banner end*/



/*news*/
.news{
	background: #fff;
	padding: 25px 0;
	min-height: 405px;
	
}
.new-top{
	
}
.new-top h4 img{
	padding-right: 5px;
}
.new-top h4{
	text-align: center;
	font-size: 20px;
	color: #58748e;
	font-weight: bold;
        margin:10px 0;
	display: inline-block;
	
}
.new-top h4 span{
	padding-left: 5px;
	font-size: 16px;
	font-weight: normal;
	
}
.new-top a{
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

.new-lcon{
	padding-top: 15px;
}
.new-imgbox{
	width: 71%;
}
.new-imgbox ul{
	padding-left: 0;
	margin-left: 0;
}
.new-imgbox ul li{
	float: left;
	width: 47%;
	margin-right: 5%;
}
.new-imgbox ul li:last-child{
	margin-right: 0;
}
.new-imgbox ul li a{
	display: block;
	text-decoration: none;
	}
.new-imgbox ul li img{
	
}
.new-imgbox ul li h4{
	font-size: 16px;
	color: #0f3557;
	line-height:28px;
	margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
       -webkit-line-clamp:2;
       -webkit-box-orient: vertical;
        height: 56px;
}

.new-imgbox ul li span{
	display: block;
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}

.new-imgbox ul li p{
	font-size: 12px;
	color: #666;
	line-height: 25px;
	overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
         height: 50px;
}

.new-ttul{
	width: 27%;
}
.new-ttul ul{
	padding-left: 0;
	margin-left: 0;
	margin-top: -3px;
}
.new-ttul ul li{
	text-align: left;
	border-bottom: 1px solid #bbb;
	margin-bottom: 27px;
	position: relative;
	padding-bottom: 30px;
}
.new-ttul ul li a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #0f3557;
	line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
       height: 52px;
}
.new-ttul ul li span{
	display: block;
	font-size: 12px;
	color: #999;
	position: absolute;
	left: 0px;
	bottom: -6px;
	display: inline-block;
	background: #fff;
	padding-right: 6px;
	
}
.new-ttul ul li:hover{
	border-bottom: 1px solid #095096;
}
.new-ttul ul li:last-child{
	margin-bottom: 0;
}





.new-rcon{
padding-top: 16px;	
}
.new-rcon ul{
	padding-left: 0;
}
.new-rcon ul li{
	border-bottom:1px solid #ccc;
	margin-bottom: 28px;
}
.new-rcon ul li:last-child{
	margin-bottom: 0px;
	
}
.new-rcon ul li .li-date{
	width: 52px;
	height: 80px;
	background: #58748e;
	color: #fff;
	text-align: center;
}
.new-rcon ul li .li-date p{
	font-size: 18px;
	padding-top: 18px;
	margin-bottom: 0;
}
.new-rcon ul li .li-date span{
	font-size: 14px;
	
}
.new-rcon ul li .li-tt{
	 width: calc(100% - 70px);
}
.new-rcon ul li .li-tt a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #0f3557;
	line-height: 27px;
	overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
        height: 54px;
}

.new-rcon ul li:hover{
	border-bottom:1px solid #58748e;
}







/*news end*/
.resebg{
	background: #f6fbff;
	padding: 20px 0 15px;
	
}

.zhe-box{
	
}
.zhe-box .zhe-top{
	padding-top:10px;
}
.zhe-box .zhe-top ul {
	padding-left: 0;
}
.zhe-box .zhe-top ul li{
	float: left;
	width: 21%;
	margin-right: 5%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background: #58748e;
	margin-bottom: 18px;
	border-bottom: 2px solid #58748e;
}
.zhe-box .zhe-top ul li:last-child{
	margin-right: 0;
}
.zhe-box .zhe-top ul li:nth-child(4n){
	margin-right: 0;
}
.zhe-box .zhe-top ul li.active,.zhe-box .zhe-top ul li:hover{
	cursor: pointer;
	background: #fff;
	color: #2e4b66;
	
	
}

.zhe-bcon{
	padding-top: 10px;
	
}
.zhe-con{
	
}
.zhe-con p{
	font-size: 14px;
	color: #0f3557;
}
.zhe-con a{
	font-size: 14px;
	color: #999;
	
}





/**/






.wc-copy p{
	font-size: 14px;
	color: #000;
	line-height: 41px;
	
}
.wc-copy p a:first-child{
	padding-left: 45px;
}
.wc-copy p a{
	color: #000;
	padding: 0 10px;
}


/*.wc-copyEnd*/

@media (min-width: 1232px){
.container {
    width: 1230px;
}

.ban-left{
	width:67% ;
}
.ban-right{
	width: 33%;
}






}





@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
.banner .swiper-container .swiper-slide .btt p{
	font-size: 20px;
}
.ban-right p {
    margin-bottom: 27px;
}






}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/
   
   .container{
	width: 94%;
}

.banner .swiper-container .swiper-slide .btt p{
	line-height: 40px;
	font-size: 18px;
}
.banner .swiper-container .swiper-slide .btt{
	line-height: 40px;
	min-height: 40px;
}
.new-ttul ul li{
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.new-rcon ul li{
	margin-bottom: 13px;
}
.new-ttul ul li a{
	font-size: 15px;
}
.new-rcon ul li .li-tt a{
	font-size: 15px;
}
.zhe-box .zhe-top ul li{
	width: 30%;
	margin-right: 3%;
}
.zhe-box .zhe-top ul li:nth-child(4){
	margin-right: 3%;
}
.zhe-box .zhe-top ul li:nth-child(3n){
	margin-right: 0%;
}

.new-top h4{
	font-size: 18px;
}


}


@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
.right-nr table td, .right-nr table th {
    white-space: nowrap;
}
.logo1{
	padding-top: 5px;
}
.container{
	width: 100%;
}

.zhe-box .zhe-top ul li{
	font-size: 14px;
	
}
.banner{
	padding-bottom: 5px;
}
.ban-right{
	margin-top: 30px;
	overflow: hidden;
	
}
.ban-right p{
	width: 47%;
	float: left;
	margin-right: 5%;
}
.ban-right p:last-child{
	
	margin-right: 0%;
}



.ban-right p:last-child{
	margin-right: 0;
}
.new-ttul ul li {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

body:before{
	box-shadow: none;
}

.new-imgbox{
	width: 100%;
}
.new-ttul{
	width: 100%;
	margin: 10px 0;
}
.zhe-box .zhe-top ul li{
	width: 45%;
	margin-right: 5%;
}
.zhe-box .zhe-top ul li:nth-child(3n){

	margin-right: 5%;
}
.zhe-box .zhe-top ul li:nth-child(2n){

	margin-right: 0%;
}



.flogo{
	text-align: center;
	
}


.ban-box {
	margin-bottom: 20px;
}
.ban-box .ban-tit{
	position: relative;
}
.ban-box .ban-tit p{
    background: #58748e;
    margin-bottom: 1px;
    border-bottom: 2px solid #58748e;
    
    color: #fff;
    line-height: 40px;
    padding: 0 2px 0 20px;
    font-size: 15px;
}
.ban-box .ban-tit i {
    position: absolute;
    right: 10px;
    top: 6px;
}
.ban-box .view-cnt{
	background: #fff;
	padding: 20px;
	display: none;
}
.ban-box .view-cnt p{
	line-height: 25px;
}


}
















