@charset "utf-8";
/* CSS Document */
/*2022.09.1*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	/*overflow: hidden;*/	
}
.container {
	max-width: 1320px;
	width: 90%;
}
.top-tit{
	background: #d9d9d9;
	height: 35px;
	
}
.top-tright{
	
}
.top-tright ul {
	margin-right:75px;
	
}
.top-tright ul li{
	line-height: 35px;
	margin-right: 32px;
	
	display: inline-block;
}
.top-tright ul li a{
	color: #999;
	font-size: 16px;
	
}
.top-tright ul li a img{
	padding-right:3px;
	
}

.en{
	position: absolute;
	right: 15px;
	top: 0px;
	color: #fff;
	
}
.en a{
	background: url(../images/en.png) no-repeat left top;
	width: 71px;
	height: 76px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	
}








.wc-topbg{
	
}

.logo{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.search{
	background: url(../images/search.png) no-repeat center top;
	width: 193px;
	height: 31px;
	margin-top: 50px;
	
}
.search input.inp-text{
	background: none;
	border: none;
	box-shadow: none;
	
	padding-left: 10px;
	width: 150px;
}
.search input.inp-but{
	background: none !important ;
	border: none !important;
	width: 33px;
	box-shadow: none;
	
}
.banner{
	padding-top: 50px;
	
}
.wc-menu {
	background: #c40000;
	height: 50px;
	 transition: height ease 0.5s;
    -moz-transition:height ease 0.5s; /* Firefox 4 */
	-webkit-transition:height ease 0.5s; /* Safari and Chrome */
	-o-transition:height ease 0.5s; 
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 11;
	box-shadow: 0px 15px 27px -17px rgb(0 0 0 / 54%);

}
.menu-box {
    height: 50px;
    z-index: 11 !important;
    transition: height ease 0.5s;
    -moz-transition:height ease 0.5s; /* Firefox 4 */
-webkit-transition:height ease 0.5s; /* Safari and Chrome */
-o-transition:height ease 0.5s; 
}

    .menu-box:hover {
        height: 300px;
        background: url(../images/mbg2.jpg) no-repeat center top ;
       /*background-size: cover;*/
    }

        .menu-box:hover .ernav {
            display: block;
            transition: ease 0.5s;
        }


.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
}

.wc-menu ul li {
	line-height: 48px;
	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: #fff;
	
	position: relative;
	display: inline-block;
	/*transition: all 0.2s;*/
	text-decoration: none;
	padding: 0 5px;

	text-transform: uppercase;
font-weight: bold;
}

.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
	color: #c8bf7e;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	color: #c8bf7e;
}

.wc-menu ul li a:hover {
	color: #c8bf7e;
}

.wc-menu ul li a.active, 
.wc-menu ul li a:hover {
	color: #c8bf7e;
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: 0px;
	top: 50px;
	/*background: #ad1c22;*/
	width: 100%;
	z-index: 111 !important;
display: none;
	/*opacity: 0.95;*/
	
}

.wc-menu ul li .ernav ul {
	padding-left: 0;
	padding-top: 10px;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: center;
	line-height: 26px;
	border: none;
	
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 21px;
	font-size: 14px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 10px 10px 11px;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	/*background: #882120;*/
	color: #fff;
	text-decoration: underline;
}

/*menu End*/

img {
	max-width: 100%;
}


/* 本例子css */

.banner {
	 /*overflow: hidden;*/
	
}

.banner img {
	cursor: pointer;
	width: 100%;
}


.banner .swiper-container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.banner .swiper-wrapper {
	width: 100%;
	
}

.banner .swiper-container .swiper-slide {
	
	
}
.banner .swiper-container .swiper-slide a img{
z-index: 2;
	
}


.banner .swiper-container a{
	text-decoration: none;
	display: block;
	font-family: georgia;
	line-height: auto;
	
}

.banner .swiper-container .swiper-pagination {
	

	text-align: center;
	bottom: 24px;
	
	
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 17px;
	height: 17px;
	background:#fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin: 0 10px;
	
}

.banner .swiper-container .swiper-pagination-bullet-active {
	background:#c40000;
	opacity: 1;
}

/*banner end*/

.newsbg{
	background: url(../images/newbg.jpg) no-repeat center center;
	background-size: cover;
	padding: 45px 0;
	
}
.new-top{
	    overflow: hidden;
	
}
.new-top .new-tit{
	font-size: 32px;
	color: #000;
}


.new-top .new-more{
	
}
.new-top .new-more a{
	color: #bc0000;
	display: block;
	margin-top: 10px;
	font-size: 16px;
}

.pad34{
	padding-top: 30px;
	
}

.new-leftcon{
	
}
.new-leftcon .swiper-container{
	
}
.new-leftcon .swiper-container a{
	text-decoration: none;
	
}
.new-leftcon .li-tt{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 88px;
	padding: 0 20px;
	padding-top: 10px;
	background: url(../images/ybgimg1.jpg) no-repeat center center;
	background-size: cover;
	
}

.new-leftcon .swiper-container .swiper-pagination {
	text-align: center;
	bottom: 107px;
	
}
.new-leftcon .li-tt span{
	display: block;
	font-size: 20px;
	color: #fff;
	
}
.new-leftcon .li-tt p{
	font-size: 24px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 0;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}


.new-leftcon .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 17px;
	height: 17px;
	background:#fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin: 0 10px;
	
}

.new-leftcon .swiper-container .swiper-pagination-bullet-active {
	background:#c40000;
	opacity: 1;
}




.new-rcon{
	
}
.new-rcon ul{
	padding: 0;
	margin: 0;
}
.new-rcon ul li{
	margin-bottom: 26px;
	background: #f6f6f6;
	border: 1px solid #f2f2f2;
    padding: 20px;
}
.new-rcon ul li .li-img{
	float: left;
	width: 168px;	
    display: none;
}
.new-rcon ul li .li-tt{
	/*width: calc( 100% - 192px);*/
        width: 100%;
	float: right;
	
}
.new-rcon ul li .li-tt span{
	display: block;
	font-size: 16px;
	color: #999;
	margin: 3px 0;
	
}
.new-rcon ul li .li-tt p{
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
	
}
.new-rcon ul li:hover{
	background: #c40000;
}
.new-rcon ul li:hover .li-tt span{
	color: #fff !important;
}
.new-rcon ul li:hover .li-tt p{
	color: #fff !important;
}


/*xueshu*/
.xueshu{
	background: url(../images/xuebg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0 20px;
	
}

.new-top2 .new-tit{
	color: #fff;
	
}
.new-top2 .new-more a{
	color: #fff;
	
}

.xue-con{
	padding-top: 15px;
	
}
.xue-con .swiper-container{
	padding-bottom: 30px;
	padding-top: 10px;
}
.xue-con .swiper-container a{
	display: block;
	text-decoration: none;
	transition: all 0.8s;
	
}
.xue-con .swiper-container .li-img{
	
	
}
.xue-con .swiper-container .li-tt{
	
	
}
.xue-con .swiper-container .li-tt span{
	display: block;
	font-size: 16px;
	color: #fff;
	margin: 15px 0 10px;
	
}
.xue-con .swiper-container .li-tt p{
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	
	
}
.xue-con .swiper-container a:hover{
	margin-top: -10px;
	transition: all 0.8s;
}



.xue-con .swiper-container .swiper-pagination {
	

	text-align: center;
	bottom: 4px;
	
	
}

.xue-con  .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	background:#be2b2b;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin: 0 10px;
	
}

.xue-con  .swiper-container .swiper-pagination-bullet-active {
	background:#c9ae64;
	opacity: 1;
}

/*xinbg */
.xinbg{
	background: url(../images/xinbg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0 35px;
}

.xin-leftcon{
	
}
.xin-leftcon ul{
	padding-top: 15px;
	
}
.xin-leftcon ul li{
	margin-bottom: 30px;
	
	
}
.xin-leftcon ul li .li-date{
	background: url(../images/databg.jpg) no-repeat center center;
	width: 89px;
	height: 91px;
	padding-top: 15px;
	text-align: center;
}
.xin-leftcon ul li .li-date span{
	display: block;
	color: #fff;
	font-size: 24px;
	color: #fff;
	
	
}
.xin-leftcon ul li .li-date p{
	font-size: 20px;
	color: #fff;
	font-family:'stxingka';
	
}
.xin-leftcon ul li .li-tt{
	width: calc( 100% - 106px);
	border-bottom: 1px dotted #494949;
	height: 91px;
	
}
.xin-leftcon ul li .li-tt p{
	font-size: 18px;
	color: #333;
	line-height: 28px;
	
	
}
.xinbg .amore a{
	font-size: 16px;
	color: #bc0000;
	
}
.xin-leftcon ul li a:hover .li-tt p{
	color: #bc0101;
}
.xin-leftcon ul li a:hover .li-tt{
	border-bottom: 1px solid #bc0101;
}
.xin-rcon{
	
}
.xin-rcon{
	margin-top: 14px;
	
}

.xin-rcon a{
	display: block;
	text-decoration:none;
	font-size: 18px;
	color: #fff;
	position: relative;
	transition: all 0.8s;
}
.xin-rcon a img{
	
}
.xin-rcon a p{
	background: url(../images/mrbg.jpg) no-repeat center center;
	background-size: cover;
	padding: 0 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 64px;
	margin-bottom: 0;
	padding-top: 6px;
	line-height: 26px;
	transition: all 0.8s;
}



.xin-rul{
	overflow: hidden;
	
}
.xin-rul ul{
	padding: 0;
	margin: 0;
}
.xin-rul ul li{
	width: 48%;
	margin-right: 3%;
	float: left;
	margin-bottom: 23px;
	
}
.xin-rul ul li:nth-child(2n){
	margin-right: 0;
}
.xin-rul ul li:hover a{
	opacity: 0.8;
	transition: all 0.8s;
}

.xin-rul ul li:hover a p{
	height: 70px;
	
}


.lab-con .swiper-container{
	padding-bottom: 30px;
}
.lab-con .swiper-container .swiper-pagination {
	
text-align: center;
width: 100%;
	bottom: 0px;
	
	
}

.lab-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background:#f1c47b;
	cursor: pointer;
	opacity: 0.55;
	border-radius: 100%;
	margin-right: 19px;
	
}

.lab-con .swiper-container .swiper-pagination-bullet-active {
	background:#b31a21;
	opacity: 1;
}


/*footer*/

.footer {
	min-height: 200px;
	padding: 30px 0 0px;
	background:#333;
}


.f-cont{
	padding-bottom: 10px;
}
.f-contleft{
	
}
.f-contleft ul li{
	
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	padding-left: 15px;
	background: url(../images/hui1.jpg) no-repeat left  18px;
}
.f-contleft ul li p{
margin-bottom: 0px;
}

.f-contright{
margin-top: 5px;
	
}

.f-contright a{
   /*margin-left: 30px;*/	
}



.wc-copy {
	border-top: 1px solid #5f5f5f;
	width: 98%;
	margin: auto;
}
.wc-copy p{
	padding-top: 1px;
	
	font-size: 14px;
	color: #999;
	line-height: 60px;
	margin-bottom: 0;
}






/*.wc-copyEnd*/

/*.mnmd-offcanvas__title{
	background: #b81c22;
}*/
.mnmd-offcanvas-close{
	color: #bc0000;
}
.mnmd-offcanvas-close:hover{
	color: #bc0000;
}
.navigation--offcanvas li > a:after{
	border-right: 3px solid  #b81c22;
}
/*另一种方法，宽度百分百*/
/*.navigation--offcanvas .submenu-toggle{
	width: 100%;
	
}
.navigation--offcanvas .submenu-toggle i{
	right: 0px;
	left: auto;
}*/



@media (min-width: 1200px) {
	
	
	
	
	
}

@media (max-width: 1440px) {

	
	
	
	
	
	
	
	
	
	
	
	
	
	
}


@media (max-width: 1400px) {
 
 .new-rcon ul li{
 	margin-bottom: 17px;
 	    padding: 17px;
 }
 
.xin-leftcon ul li{
	margin-bottom: 22px;
	
} 





 
 
 
 
 
 
 
 
 


}
@media (max-width: 1300px) {
.xin-leftcon ul li{
	margin-bottom: 18px;
	
} 
.new-rcon ul li .li-tt {
    /*width: calc( 100% - 179px);*/
   width: 100%;
}	
	.new-rcon ul li {
    margin-bottom: 5px;
}
	
	
	
}


@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
.new-leftcon .li-tt{
	position: relative;
	
}

.new-leftcon .li-tt p{
	font-size: 20px;
	
}
.new-leftcon .li-tt{
	height: 80px;
	
}
.xin-leftcon ul li .li-date{
	height: 80px;
	padding-top: 8px;
	
}
.xin-leftcon ul li .li-tt{
	height: 80px;
}


.f-contleft ul li{
	line-height: 32px;
	
}
.xin-leftcon ul li .li-tt p{
	font-size: 16px;
	
}
	.new-rcon ul li {
    margin-bottom: 18px;
    padding: 10px;
}
	
.f-contright a{
	margin: 0 5px;
}

.xin-rul ul li{
	margin-bottom: 30px;
	
}
.f-contleft ul li{
	line-height: 36px;
	
}


.mobile-header-btn{
	top: 20px;color:#bc0000;
}

.mobile-header-btn:hover{
	color:#bc0000;
}
.navbar-default{
	padding:20px 10px  10px;
	border-bottom: 1px solid #ccc;
}
.banner{
	padding-top: 0;
}
	
}
@media (max-width: 1150px) {
	
	.new-rcon ul li {
    margin-bottom: 8px;
}
	
}



@media (max-width: 991px) {
	/*小屏幕设备 平板*/

	.container {
		width: 94%;
	}
	.logo1 img{
		padding-top: 10px;
		padding-bottom: 10px;
		
	}

.xin-leftcon ul li .li-tt p{
	font-size: 18px;
}
.banner{
	padding-top:60px;
}
.banner .swiper-container .swiper-pagination{
	bottom: 5px;
	
}
.banner .swiper-container .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.new-leftcon .swiper-container .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	
}

.footer{
	padding: 20px 0;
}

.header-nav .nav > li a.shebei{
	background: #e44b4b;
	font-weight: bold;
	display: inline-block;
	padding: 0 20px;
}

.xin-rcon  .swiper-container {
	padding-bottom: 40px;
	
}
.xin-rcon a p{
	font-size: 16px;
	
}
.xin-rcon  .swiper-pagination{
	bottom: 0px;
}
.xin-rcon  .swiper-container .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	
	display: inline-block;

	background:#fff;
	cursor: pointer;
	opacity: 1;
border: 1px solid #c40000;
	margin: 0 10px;
	
}

.xin-rcon .swiper-container .swiper-pagination-bullet-active {
	background:#c40000;
	opacity: 1;
}
.xinbg .amore {
    display: none;
}
.new-right{
	margin-top: 30px;
	
}
.new-leftcon  a img{
	width: 100%;
}









	
}


@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
    width: 90%;
    text-align: left;
    float: left;
	}
	.logo1 img{
		padding-top: 6px;
	}
	.mobile-header-btn{
		top: 10px;
		
	}
	.mobile-header-btn i{
		color: #c40000;
	}
#img{
	/*height: 72px;*/
}	

	.logo1 img{
		/*height: 60px;*/
	}
	.container {
		width: 100%;
	}
.banner{
	padding-top: 36px;
	
}
.banner .swiper-container .swiper-pagination{
	bottom: 5px;
	
}

.banner .swiper-container .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 5px;
	
}
.new-top .new-tit{
	font-size: 20px;
	
}
.new-top .new-more a{
	margin-top: 2px;
	font-size: 14px;
}
.newsbg{
	padding: 20px 0;
}
.pad34{
	padding-top: 10px;
	
}
.xin-leftcon ul li .li-tt p{
	font-size: 16px;
}
.new-leftcon .swiper-container .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 5px;
	
}
.new-leftcon .swiper-container .swiper-pagination{
	bottom: 70px;
	
}
.new-leftcon .li-tt p{
	font-size: 16px;
	
}
.new-leftcon .li-tt span{
	font-size: 16px;
	
}

.new-leftcon .li-tt{
	height: auto;
	padding-bottom: 6px;
	
}

.new-rcon{
	margin-top:20px;
	
}
.xueshu{
	padding: 20px 0 10px;
}
.xue-con{
	padding-top: 10px;
	
}
.xue-con .swiper-container .li-tt p{
	font-size: 16px;
	
}
.xue-con .swiper-container .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	
}
.xin-leftcon ul li .li-date{
	height: auto;
	
}
.xin-leftcon ul li .li-tt{
	height: auto;
}
.xinbg{
	padding: 20px 0;
}
.xinbg .amore {
	display: none;
}
.xin-rcon  .swiper-container {
	padding-bottom: 40px;
	
}
.xin-rcon a p{
	font-size: 16px;
	
}
.xin-rcon  .swiper-pagination{
	bottom: 0px;
}
.xin-rcon  .swiper-container .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	
	display: inline-block;

	background:#fff;
	cursor: pointer;
	opacity: 1;
border: 1px solid #c40000;
	margin: 0 10px;
	
}

.xin-rcon .swiper-container .swiper-pagination-bullet-active {
	background:#c40000;
	opacity: 1;
}

.f-contleft1{
	margin-bottom: 15px;
	
	text-align: center;
}
.f-contright {
	margin-top:10px;
	margin-bottom: 10px;
	
	text-align: center;
}
.wc-copy{
	width: 96%;
}
.f-contleft ul{
	margin-bottom: 0px;
}
.wc-copy p{
	line-height: 28px;
	padding-top: 5px;
	
}

.footer{
	padding-bottom: 10px;
	
}






}