@charset "utf-8";
/* CSS Document */
/*2020.10.29 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.container{
	/*width:1170px;*/
	/*padding: 0;
	margin: 0 auto;*/
}
.box{
	overflow: hidden;
}
/*顶部弹出搜索样式*/
	/*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;
    -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: 50px;
}
.search-box .container{
    position: relative;
}
.search-box .close{
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 14px;
    cursor: pointer;
   
}
.search-box .close i{
	 font-style: normal;
}
.search-form {
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}
.search-form .form-text {
    width: 100%;
    border: none;
    border-bottom: 1px solid #0c4794;
    font-style: italic;
    height: 60px;
    font-size: 16px;
    /*padding: 0 100px 0 15px;*/
}
.search-form .form-text:focus{
    font-style: normal;
    border-bottom-color: #0c4794;
}

.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: #0c4794;
    color: #fff;
}
/*顶部弹出样式 end*/

.tbg{
	
	border-top: 8px solid #224b9b;
}
.wc-top{
	background:  url(../images/tbg.jpg) no-repeat left bottom;
	min-height: 138px;
}
.logo{
	
}

 .searchbg{
	background: url(../images/search.jpg) no-repeat right top;
	width: 198px;
	height: 37px;

}
.searchbg input.inp-text{
	width: 160px;
	padding-left: 15px;
	background: none;
	border: none;
	color: #fff;
	line-height: 35px;
}
.searchbg input.inp-but{
	cursor: pointer;
	width: 37px;
	height: 35px;
	background: none;
	border: none;
	
}
.searchbg ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.searchbg :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.searchbg ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.searchbg :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

img{
	max-width: 100%;
}
.top-right{
	text-align: right;
	padding-top: 52px;
}
.top-right a{
	display: inline-block;
	padding: 0 5px;
}




/*top end*/
.wc-menu{
background: url(../images/mbg.jpg) repeat-x left top;

}


.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   
	

}
.wc-menu ul li{
	
	line-height:55px;	  
	position: relative;	
	/*居中并且转为table-cell*/
	display: table-cell;
	/*float: left;*/
	list-style: none;

	text-align: center;
}
.wc-menu ul li.last{
	background: none;
}
.wc-menu ul li.last a{
	
	background: none;
}
.wc-menu ul li a{
	font-size: 18px;
	color: #fff;
	display: block;
   /*transition: all 0.2s;*/

	text-decoration: none;
   text-align: center;
	
}


.wc-menu ul li a.active,.wc-menu ul li a:hover{
	background:url(../images/tt.png) no-repeat center 48px;
	
	
}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{
 background:url(../images/tt.png) no-repeat center 48px;
}



 .wc-menu ul li a.active, .wc-menu ul li a.move,.wc-menu ul li a.selected, .wc-menu ul li a.parent {
	 background:url(../images/tt.png) no-repeat center 48px;
}


.wc-menu ul li .ernav{
	
	position: absolute;
	left: 0px;
	top: 50px;
	background: #2176c6;
	border-top: 1px solid #dab87b;
	width: 100%;
	/*padding:0 10px;*/
	z-index: 11;
	display: none;	
	/*opacity: 0.8;*/
}
.wc-menu ul li .ernav ul{
	border: none;
}
.wc-menu ul li .ernav ul li{
	/*text-align: center;*/
	float: none;
	display: block;    /*二级下拉有影响，需要转化为块状*/            
	border-bottom: 1px solid #ccc;
	background: none;
	text-align: center;
	border: none;
	line-height: 30px;

}
.wc-menu ul li .ernav ul li:last-child{
	border-bottom: none;
}
.wc-menu ul li .ernav ul li a{
	line-height: 30px;
	font-size: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 4px 2px;
	border-bottom:none;
	border: none;
	font-weight: normal;
}
.wc-menu ul li .ernav ul li a:hover{
	opacity: 1;
	color: #fff;
	background: #0c3a77;
	border-bottom: none;
}

/*menu End*/

.inbg{
	background: url(../images/inbg.jpg) no-repeat center top;
	min-height: 1045px;
	padding: 25px 0;
	background-size: cover;
}



/*banner*/
.banner{
   position: relative;
   /*padding-top: 68px;*/
}
.mar1{
	margin-top: -1px;
	background: #fff;
	padding: 15px;
	
}
.btb{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: url(../images/bt1.png) repeat-x left top;
	height: 289px;
	z-index: 1;
}
.banner .slideBox .bd{

	text-align: center;
}
.banner .slideBox .bd ul li{

	width: 100%;
}
.banner .slideBox .bd ul li img{
	max-width: 100%;
	height: auto;
	
}
.banner .slideBox .page{
	z-index: 111;
	position: absolute;
	text-align: center;
	right: 30px;
	bottom: 0px; 
	width: 102px;
	height: 78px;
	overflow: hidden;
}
.banner .slideBox .page ul{
	text-align: center;
	color: #fff;
  
	
}
.banner .slideBox .page ul li{

	cursor: pointer;
	margin: 0 2px;
	display: inline-block;
	
	font-size: 20px;
	color: #fff;
	
}
.banner .slideBox a.prev{
	position: absolute;
	left: 0px;
	top: 210px;
	text-decoration: none;
	cursor: pointer;
	z-index: 1;
}
.banner .slideBox a.next{
	position: absolute;
	right: 0px;
	top: 210px;
	z-index: 1;
	text-decoration: none;
	cursor: pointer;
}

.banner .pageState{
	cursor: pointer;
	margin: 5px;
	display: inline-block;	
	font-size: 20px;
	color: #fff;
	z-index: 111;
	position: absolute;
	text-align: center;
	right: 30px;
	bottom: 0px; 
        letter-spacing: 5px;
}

.banner .pageState span{
	font-size:52px ;
	font-style: normal;
}

.banner .slideBox .page ul li i{
	font-size:52px ;
	font-style: normal;
}

    
.banner .slideBox .ban-text{
	position: absolute;
	left: 0px;
	width: 80%;
	bottom: 0;
	z-index: 1;
	height: 60px;
}   
.banner .slideBox .ban-text ul li{

	
}   
.banner .slideBox .ban-text ul li a{
	display: block;
	color: #fff;	padding-left: 30px;
	font-size: 32px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}  



.banner .swiper-container{
	
}
.banner .swiper-container .swiper-slide{
	position: relative;
	
}
.banner .swiper-container .swiper-slide .img1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 100%;
}
.banner .swiper-container .swiper-slide .btt{
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 100%;

	
}
.banner .swiper-container .swiper-slide .btt a{
	color: #fff;
	text-decoration: none;
	font-size: 32px;
	font-weight: bold;
	line-height: 35px;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            width: 80%;
            
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #737575;
	opacity: 1;
	margin: 0 5px !important;
	opacity: 0.8;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
	width: 85px;
	border-radius: 10px;
}
.banner .swiper-pagination{
	bottom: 42px;
	right:10px;
}
.banner img{
	cursor: pointer;
}

/*banner end*/

.news{
	margin-top: 30px;
	
}

.new-top{
	background: #ececec;
	height: 48px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	line-height: 48px;
	
}
.new-top .new-tit{
	font-size: 24px;
	color: #fff;
	background: url(../images/ttbg.jpg) repeat-x left top;
	padding-left: 20px;
	border-top-left-radius: 20px;
	padding-right: 15px;
}

.new-top .new-more a{
	font-size: 16px;
	color: #2e5fa9;
	padding-right: 22px;
}


.new-con{
	padding: 20px 40px;
	background: #fff;
	margin-top: -1px;
}


.new-con{
	
}
.new-con ul li{
	line-height: 32px;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	transition: all 0.4s ease-out;
}
.new-con ul li a{
	float: left;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            width: 80%;
}
.new-con ul li span{
	float: right;
	font-size: 16px;
	color: #333;
	width: 20%;
	text-align: right;

}
.new-con ul li:hover{
	  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}





/**/

/**/
.footer{
	background:#173164 ;
	min-height: 150px;
	padding:25px 0 25px;
}

.footer .f-left p{
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}
.footer .f-left p a{
	color: #fff;
	padding: 0 10px;
}
.footer .f-mid p{
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}



.footer .f-right{
	text-align: right;
	
}

    .hudie1, .hudie2, .hudie3 {
        position:absolute;
    }
    .hudie1 {
    left: -85px;
    top: -68px;
}
   
    .hudie2 {
right: -56px;
    top: -55px;
    }
    .hudie3 {
    right: -164px;
    top: 11px;
    }

@media (max-width: 1650px) {
    .hudie3 {
         right: -150px;
         top: 11px;
    }
}

/*.wc-copyEnd*/

@media (min-width: 1201px) {


	
.container{
	width:1200px;
     }

.cont2{
	width: 1170px;
}
.news-con .news-left{
	width: 64%;
}
.news-con .news-right{
	width:36% ;
}
.news-con{
	height: 392px;
}











}



@media (min-width: 1200px)and (max-width: 1500px) {


	
}
@media (min-width: 1200px)and (max-width: 1399px) {
.not-swiper .swiper-button-next{
	right: -25px;
}
  .not-swiper .swiper-button-prev {
        position: absolute;
        left: -80px;
        top: 47%;
        z-index: 1;
        background: none;
    }
	
	
	
	
}
@media (min-width: 1200px)and (max-width: 1299px) {

	.not-swiper .swiper-button-next{
	right: -25px;
}
  .not-swiper .swiper-button-prev {
        position: absolute;
        left: -80px;
        top: 47%;
        z-index: 1;
        background: none;
    }
	.not-swiper .swiper-pagination{
		display: block !important;
		
	}
	.not-swiper .swiper-one .swiper-container{
	padding-bottom: 30px;
}

 
	
	
}



@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
.wc-menu ul li a{
	font-size: 18px;
}
.banner .swiper-container .swiper-slide .btt a{
	font-size: 30px;
}


.inbg{
	min-height: 950px;
}








 


}




@media (max-width: 991px) {
    .container{ width:95%; }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
.wc-menu ul li a{
	font-size: 16px;
}
.banner .swiper-container .swiper-slide .btt a{
	font-size: 24px;
}

.banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.banner .swiper-pagination-bullet-active{
	width: 25px;
}
.banner .swiper-pagination{
	bottom: 4px;
	right: unset;
	text-align: center;
	width: 100%;
	left: 0;
}
.banner .swiper-pagination-bullet-active{
	background: #4d95cf;
}


.top-right{
	padding-top: 20px;
}
.wc-top{
	min-height: 80px;
}
.inbg{
	min-height: 850px;
}












.footer .f-left p{
	font-size: 15px;
}








}



@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
body{
	border-top: none;
}
.navbar{
	margin-top: 0;
}
.logo1 img{
	max-width: 80%;
	
}


 .searchbg{
	background: url(../images/search.png) no-repeat right top;
	width: 211px;
	height: 42px;

}
.searchbg input.inp-text{
	width: 160px;
	padding-left: 15px;
	background: none;
	border: none;
	color: #333;
	line-height: 40px;
}
.searchbg input.inp-but{
	cursor: pointer;
	width: 37px;
	height: 42px;
	background: none;
	border: none;
	
}
.banner .swiper-container{
	padding-bottom: 20px;
}
.banner{
	margin: 20px 15px;
}

.banner .swiper-container .swiper-slide .btt{
	bottom: 5px;
}
.banner .swiper-container .swiper-slide .btt a{
	font-size: 16px;
	font-weight: normal;
	width: 100%;
}

.banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.banner .swiper-pagination-bullet-active{
	width: 25px;
}
.banner .swiper-pagination{
	bottom: -24px;
	right: unset;
	text-align: center;
	width: 100%;
	left: 0;
}
.banner .swiper-pagination-bullet-active{
	background: #4d95cf;
}



.inbg{
	padding: 20px 0;
	min-height: 1000px;
}
.mar1{
	padding: 10px;
	
}




.new-top .new-tit{
	font-size: 18px;
	
}
.new-top{
	height: 38px;
	line-height: 38px;
}




.news{
	margin: 30px 15px 20px;
}

.new-con{
	padding: 20px;
}

.new-con ul li{
	line-height: 25px;
}

.new-con ul li a{
	width: 100%;
	float: none;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.new-con ul li span{
	width: 100%;
	float: none;
	text-align: left;
	display: block;
	margin-top: 5px;
	
}




.footer .f-mid p{
	font-size: 15px;
}
.footer .f-right{
	text-align: left;
}
.footer .f-right img{
	width: 50%;
}



}





