@charset "utf-8";

/* CSS Document */
/*2021.11.04 */
/*2021.12.23*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	/*overflow: hidden;*/
	
}

.container {
	max-width: 1320px;
	width: 90%;
}


/*顶部弹出搜索样式*/
/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	font-size: 18px;
	cursor: pointer;
text-align: right;
    color: #333;
    display: block;
}

.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: 40px;
	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;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	font-style: normal;
	border-bottom-color: #58748e;
}

.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: #58748e;
	color: #fff;
}



/*顶部弹出样式 end*/
.topbg{
	position: absolute;
padding-top: 20px;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 11;
	min-height:126px;	
	
	background: rgba(255, 255, 255, 0.8);
}

.logo{
	text-align: left;
}
.top-right{
padding-top: 42px;
}




.wc-menu {
	padding: 22px 0 4px;
	min-height: 55px;
	
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
}

.wc-menu ul li {
	line-height: 35px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	/*margin: 0 20px;*/
}
.wc-menu ul li:last-child{
       /*text-align: right;*/


}
.wc-menu ul li:first-child a:hover{
	border-bottom: 2px solid transparent;

}

.wc-menu ul li a {
	font-size: 20px;
	color: #333;
font-weight: bold;
	position: relative;
	display: inline-block;
	transition: all 0.2s;
	text-decoration: none;
	padding: 0 8px;
	line-height: 34px;
	/*padding-bottom: 5px;*/
	border-bottom:2px solid transparent
}

.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
	border-bottom: 2px solid #b71119;
}

.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: 2px solid #b71119;
}

.wc-menu ul li a:hover {
	border-bottom: 2px solid #b71119;
}

.wc-menu ul li a.active,
.wc-menu ul li a:hover {
	border-bottom:2px solid #b71119;
}

.wc-menu ul li .ernav {
	position: absolute;
	left: 0px;
	top: 97%;
	background: #264b6e;
	width: 130px;
	min-width: 100%;
	z-index: 111 !important;
	display: none;
	opacity: 0.95;
       background: rgba(0, 0, 0, 0.6);
}

.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;
	line-height: 34px;
	border: none;
	border-bottom: 1px solid #5a5554;
}

.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: 18px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 20px 10px 15px;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #b71119;
	color: #fff;
        border-bottom:0;
}

/*menu End*/

img {
	max-width: 100%;
}


/* 本例子css */

.banner {
	 overflow: hidden;

}

.banner img {
	cursor: pointer;
}


.banner .swiper-container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.banner .swiper-wrapper {
	width: 100%;
	
}

.banner .swiper-container .swiper-slide {
	position: relative;
}


.banner .swiper-container .bpage{
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 40px;
	z-index: 11;
	
	
}
.banner .swiper-container .swiper-pagination {
	
	width: 100%;
	text-align: center;
	position: relative;
	
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 58px;
	height: 8px;
	background:#fff;
	cursor: pointer;
	opacity: 0.55;
	margin: 0 7px;
	border-radius: 5px;
	
}

.banner .swiper-container .swiper-pagination-bullet-active {
	background:#fff;
	opacity: 1;
}

/*banner end*/

.newbg{
	background:url(../images/newbg.jpg) no-repeat center top;
	min-height: 500px;
	 background-size: cover;
	padding: 35px 0 15px;	
}

.new-top{
	
}
.new-top .new-tit{
	
}
.new-top .new-tit h4{
	font-size: 32px;
	font-weight: bold;
	color: #b71119;
	margin-bottom:2px;
}
.new-top .new-tit span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #999;
	
}
.new-top .new-more a{
	display: block;
	font-size: 16px;
	color: #b71119;
	margin-top: 30px;
}

.new-con{
	margin-top: 20px;
	
}

.new-con .swiper-container{
	padding-bottom: 30px;
}
.new-con .swiper-container .swiper-slide {
	
}
.new-con a{
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
}
.new-con a .nli-img2{
	overflow: hidden;
	
}
.new-con a .nli-img2 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 a:hover .nli-img2 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 a  .nli-tt{
	background: #dbdbdb;
	color: #fff;
	padding: 16px 22px 10px;
	
}
.new-con a .nli-tt span{
	font-size: 16px;
	color: #333;
	
}
.new-con a .nli-tt  h4{
	font-size: 18px;
color: #333;
	font-weight: bold;
	line-height: 31px;
    min-height: 62px;
	margin-top: 5px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.new-con a:hover .nli-tt  h4{
    color: #b71119;
}

.new-con a  .nli-tt  p{
	font-size: 14px;
	color: #666;
	line-height: 21px;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
               min-height: 62px;
}

.new-con .swiper-container .swiper-pagination {
	
	width: 100%;
	text-align: center;
	position: relative;
	bottom: -20px;
}

.new-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	background:#58748e;
	cursor: pointer;
	opacity: 0.55;
	margin-right:5px;
	border-radius: 5px;
	
}

.new-con .swiper-container .swiper-pagination-bullet-active {
	background:#58748e;
	opacity: 1;
}


.huo-con{
	padding-top: 25px;
}
.huo-con .swiper-container{
	padding-bottom: 30px;
}
.huo-con .swiper-container .swiper-slide{
	
}
.huo-con a{
	 display: block;
	 background: #fff;
	 border-bottom:3px solid #dbdbdb;
	 text-decoration: none;
	 padding: 15px 22px;
	 margin-bottom:30px;
	 
}
.huo-con a h4{
	 font-size: 18px;
	 font-weight: bold;
	 color: #9a0606;
	 line-height: 31px;
	 /*border-bottom:1px solid #ddd;*/
	 margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
height: 63px;
}
.huo-con .cz{
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.huo-con a p{
	font-size: 16px;
	color: #666;
	
}
.huo-con a:hover{
	border-bottom: 3px solid #9a0606;
}



.huo-con .swiper-container .swiper-pagination {
	
	width: 100%;
	text-align: center;
	position: relative;
}

.huo-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	background:#58748e;
	cursor: pointer;
	opacity: 0.55;
	margin-right:5px;
	border-radius: 5px;
	
}

.huo-con .swiper-container .swiper-pagination-bullet-active {
	background:#58748e;
	opacity: 1;
}







/*lectbg*/

.shiyan{
	background: url(../images/shibg.jpg) no-repeat center top;
	min-height: 400px;
	padding:45px 0 20px;
	background-size: cover;
	
}

.new-top2 h4{
	color: #fff;
	
}
.lec-sw{
	margin-top: 15px;
}

.lec-sw .swiper-container{
	padding: 10px 5px 30px 5px;
}
.lec-sw .lec-pic{
	position: relative;
	box-shadow: 0px 0px 9px 0px #666;
    margin-bottom: 30px;
}
.lec-sw .lec-pic a{
	text-decoration: none;
	display: block;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
	transition: all 0.4s ease-out;
}
.lec-sw .lec-pic a:hover{
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    transition: all 0.4s ease-out;
}



.lec-sw .swiper-container .swiper-slide {
	position: relative;
	
}


.lec-sw .lec-pic .nli-tt{
	 background:#efefef;
	width: 100%;
	z-index: 11;
	 padding:15px 20px;

 
}
.lec-sw .lec-pic .nli-tt h4{
	font-size:18px;
	color: #333;
	font-weight: bold;
	line-height: 21px;
	       overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.lec-sw .swiper-container .swiper-pagination {	
	width: 100%;
	text-align: center;
	position: relative;
}

.lec-sw .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	background:#58748e;
	cursor: pointer;
	opacity: 0.55;
	margin-right:5px;
	border-radius: 5px;
	
}

.lec-sw .swiper-container .swiper-pagination-bullet-active {
	background:#58748e;
	opacity: 1;
}


/**/





/*footer*/

.footer {
	min-height: 20px;
	padding: 45px 0 35px;
	background: #333;
}
.footer p{
	color: #fff;
	font-size: 16px;
	line-height: 31px;
	margin-bottom: 1px;
}



/*.wc-copyEnd*/



@media (min-width: 1200px) {
	
	
	

	
	
	
	
	
	
	
}

@media (max-width: 1440px) {
	
	
	
	
	
}


@media (max-width: 1340px) {

	
}



@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
	
	
.top-right {
    padding-top: 32px;
}
	
.new-top .new-tit h4{
	font-size: 28px;
	
}


.lec-sw .lec-pic .nli-tt{
	padding: 10px;
}






	
}




@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}
.logo1{
	padding-bottom: 10px;
}  
.new-con a .nli-tt h4{
	font-size: 16px;
	line-height: 27px;
}
.banner .swiper-container .bpage{
	
	bottom: 20px;
	z-index: 11;
	
	
}
.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 28px;
	
	
}
.new-top .new-tit h4{
	font-size: 26px;
}
.new-top .new-tit span{
	font-size: 18px;
}

.footer{
	padding: 20px 0;
}

.header-nav .nav > li a.shebei{
	background: #e44b4b;
	font-weight: bold;
	display: inline-block;
	padding: 0 20px;
}




	
}

@media (max-width: 767px) {
.lec-sw .pad10{
    padding:0px 10px; 
}

	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		width: 90%;
		text-align: left;
	}
	
	
	.site-tree-mobile {
		top: 7px;
                height: auto;
                line-height: initial;
	}
	
	.logo1 img{
		/*height: 60px;*/
	}
	.container {
		width: 100%;
	}
.banner .swiper-container .bpage{
	
	bottom: 5px;
	z-index: 11;
}

.new-top .new-tit h4{
	font-size: 22px;
}
.new-top .new-tit span{
	font-size: 16px;
}
.new-top .new-more a{
	margin-top: 20px;
	font-size: 14px;
}
.newbg{
	padding: 15px 0;
}
.shiyan{
	padding: 15px 0 10px;
}
.huo-con a h4{
	font-size: 16px;
}
.huo-con a{
	padding: 10px 15px;
}
.lec-sw .lec-pic .nli-tt h4{
	font-size: 16px;
	text-align: center;
    min-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lec-sw .lec-pic .nli-tt{
	padding: 5px;
}
.footer{
	padding: 15px 0;
}

.footer p{
	font-size: 14px;
	line-height: 26px;
}



}



@media (max-width: 480px){

.new-con .xss-12{
    width:100%;
}

}



