@charset "utf-8";
/* CSS Document */
/*2022.08.22 */
/*2022.10.18*/
/*2023.2.22*/
.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: 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: 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;
	box-shadow: none;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	border-bottom-color: #9a161c;
}

.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: #9a161c;
	color: #fff;
}

/*顶部弹出样式 end*/

.wc-topbg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 11;
	padding-top: 15px;
}

.logo{
	text-align: left;
	
	
}
.top-right{
	padding: 0;
padding-top: 11px;
}
.top-right ul{
	float: right;
	width: 100%;
	display: table;
}
.top-right ul li{
	/*float: left;*/
	text-align: center;
	/*margin: 0 20px;*/
	display: table-cell;
	
}

.top-right img{
	max-width: 100%;
}
.logo img{
	max-width: 100%;
}

.wc-menu {
	margin-top: 15px;
	transition: all 0.3s ease-out;
	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 a {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	position: relative;
	display:block;
	transition: all 0.2s;
	text-decoration: none;
	/*padding: 0 15px;*/
	line-height: 35px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
	color: #c8bf7e;
	/*background: #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;
	/*background: #c8bf7e;*/
}

.wc-menu ul li a:hover {
	color: #c8bf7e;
	/*background: #c8bf7e;*/
}

.wc-menu ul li a.active, 
.wc-menu ul li a:hover {
	color: #c8bf7e;
	/*background: #c8bf7e;*/
}

.wc-menu ul li a i{
	position: absolute;
	left: 46%;
	bottom:0px;
	display: block;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid transparent;
	border-bottom: 10px solid #b31a21;
	/*display: none;*/
	opacity: 0;
	
}

/*.wc-menu ul li:hover i{
	
	opacity: 1;
}*/
.wc-menu ul li a.move i{ 
	opacity: 1;
}




.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left:0%;
	top: 45px;
	background:rgba(173,28,34,0.8);
	/*background: #fff;*/
	/*background: #c8bf7e;*/
	/*width: 190px;
	min-width: 100%;*/
	width: 100%;
	/*border-top: 2px solid #c8bf7e;*/
	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: center;
	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: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	/*color: #fff;*/
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 8px ;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	/*background: #882120;*/
	background: rgba(186,16,12,0.99);
	color: #fff;
}

.wc-menu ul li .ernav ul li .sandiv{
	position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
	/*background:rgba(173,28,34,0.8);*/
	background: #fff;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	opacity: 0;
}
.wc-menu ul li .ernav ul li .sandiv li{
	border-bottom: 1px solid #ccc;
}
.wc-menu ul li .ernav ul li .sandiv li a{
	/*color: #fff;*/
	color: #333;
	
}
.wc-menu ul li .ernav ul li .sandiv  li:last-child {
	border-bottom: none;
}
.wc-menu ul li .ernav ul li .sandiv li a:hover{
	color: #fff;
	
}
.wc-menu ul li .ernav ul li:hover .sandiv{
	opacity: 1;
	transition: all 0.3s ease-out;
}




/*menu End*/

img {
	max-width: 100%;
}


/* 本例子css */

.banner {
	 /*overflow: hidden;*/
	
}


.banner .bbg img{
	max-width: 100%;
}
.banner img {
	cursor: pointer;
	
}


.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;
	width: 100%;
}


.banner .swiper-container a{
	text-decoration: none;
	display: block;
	font-family: georgia;
	line-height: auto;
	
}

.banner .swiper-container .swiper-pagination {
	

	text-align: left;
	bottom: -60px;
	
	
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
	background:#fff;
	cursor: pointer;
	opacity: 0.55;
	border-radius: 100%;
	margin-right: 39px;
	
}

.banner .swiper-container .swiper-pagination-bullet-active {
	background:#f1c47b;
	opacity: 1;
}

.banner .bbg1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index:2;
	height: 100%;
	 /*background-image: linear-gradient(rgba(13,23,43,0), rgba(13,23,43,1));*/
	background: url(../images/bbg.png) repeat-x left top;
	
}


.banner .b-tt{
	text-align: left;
	position: absolute;
	left: 0px;
	bottom:60px;
	width: 100%;
	z-index: 111 !important;
	
}
.banner .b-tt span{
	display: block;
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px; 
	font-family:"微软雅黑";
}
.banner .b-tt p{
	display: block;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	line-height: 38px;

	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            border-bottom: 1px solid rgba(255,255,255,0.9);
           padding-bottom: 20px;
           
}

.banner .bpage {
	position: absolute;
	left: 0px;
	bottom: 95px;
	width: 100%;
	z-index: 1111;
}

.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: none;
}

.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: none;
}
.banner	.zuo{
		position: absolute;
		left: 0px;
		bottom: 40px;
		width: 100%;
		z-index: 11;
	}
.banner .zuo span{
	display: inline-block;
	color: #fff;
	font-size: 20px;
}
.banner .zuo img{
	vertical-align:0px;
}
.banner .zuo .swiper-button-next{
	right: 10px;
}
.banner .zuo .swiper-button-prev{
	right: 55px;
	left: auto;
}

.banner .zuo .swiper-button-next, .swiper-button-prev{
	
	
}




/*banner end*/

.newsbg{
	background: url(../images/newbg.jpg) no-repeat center center;
	background-size: cover;
	
	
}
.new-top{
	
	
}
.new-top .new-tit{
	font-size: 32px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.new-top .new-tit span{
	font-size: 20px;
	font-weight: bold;
	color: #c8bf7e;
}
.new-top .new-tit span i{
	display: inline-block;
	width: 3px;
	height: 24px;
	background: #c8bf7e;
	margin-right: 5px;
}

.new-top .new-more{
	
}
.new-top .new-more a{
	color: #b69d62;
	display: block;
	margin-top: 20px;
}
.new-left{
	padding-top: 36px;
	
}
.new-onecon {
	padding-top: 25px;
}
.new-onecon .new-img{
	width: 49%;
}

.new-onecon .new-img{
	
}

.new-onecon  .swiper-container .swiper-pagination {
	
text-align: left;
left: 39%;

bottom:8px;
	width: auto;
	
	
}

.new-onecon  .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background:#fff;
	cursor: pointer;
	opacity: 0.85;
	border-radius: 100%;
	margin-right: 9px;
	
}

.new-onecon  .swiper-container .swiper-pagination-bullet-active {
	background:#ba2b24;
	opacity: 1;
}





.new-onecon .new-tt{
	width: 48.5%;
	
}
.new-onecon .new-tt a{
	text-decoration: none;
	display: block;
	
	
}
.new-onecon .new-tt a h4{
	font-size: 20px;
	color: #0b1936;
	line-height: 30px;
	
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;

}
.new-onecon .new-tt a p{
	font-size: 16px;
	color: #888;
	line-height: 26px;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:5;
            -webkit-box-orient: vertical;

	
}
.new-onecon .new-tt a i{
	display: inline-block;
	font-size: 16px;
	color: #cbba95;
	background: #b31a21;
	line-height:40px;
	font-style: normal;
	padding: 0 15px;
	transition: all 0.8s;
	
}

.new-onecon .new-tt a i:hover{
	opacity: 0.8;
	transition: all 0.8s;
}


.new-twocon{
	
}
.new-twocon ul{
	margin-top: 0;
	overflow: hidden;
}
.new-twocon ul li{
	float: left;
margin-top: 38px;
	border-bottom: 2px solid #c8bf7e;
	width: 48%;
	background: url(../images/shan.jpg) no-repeat right bottom;
}
.new-twocon ul li:nth-child(odd){
	margin-right:4%;
}
.new-twocon ul li a{
	text-decoration: none;
	display: block;
	
}
.new-twocon ul li a .li-date{
	width: 59px;
	height: 70px;
	text-align: center;
	background:url(../images/dbg.jpg) no-repeat center center;
	background-size: cover;
	
}
.new-twocon ul li a .li-date p{
	font-size: 22px;
	color: #e5da88;
	margin-bottom: 0;
	padding-top: 9px;
	
}
.new-twocon ul li a .li-date span{
	display: block;
	font-size: 14px;
	color: #e5da88;
	
}
.new-twocon ul li a .li-tt{
	width: calc(100% - 76px );
	
	
	
}
.new-twocon ul li a .li-tt p{
	font-size: 18px;
	color: #333;
	line-height: 28px;
	margin-bottom: 0;
	
}
.new-twocon ul li:hover {
	border-bottom: 2px solid #b31a21;
}

.new-right{
	/*position: absolute;
	right: 0px;
	top: -10px;
	z-index: 111 !important;*/
	position: relative;
	
}
.new-right .new-top2{
	background: url(../images/ntbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 115px;
	padding: 40px 30px 25px;
     position: absolute;
  right: 15px;
    top: -10px;
    width: 93%;
    z-index: 1;
}
.new-right .new-top2 .new-tit{
	color: #fff;
}
.new-right .new-top2 .new-more a{
	color: #fff;
}

.new-rcon{
	background: #fff;
	box-shadow:-2px 16px 21px 3px #f6f6f6;
	min-height: 530px;
	padding-bottom: 30px;
	

}
.new-rcon ul{
	border-left: 1px solid #d6d6d6;
	margin-left: 33px;
	padding-top: 125px;
	
}
.new-rcon ul li{
	background: url(../images/xiang.png) no-repeat right bottom;
	margin-left: 27px;
	border-bottom: 1px dotted #ccc;
	position: relative;
	padding: 20px 0;
	margin-right: 30px;
	transition: all 0.4s ease-out;
   /* box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);*/
}
.new-rcon ul li a{
	text-decoration: none;
	display: block;
	position: relative;
	
}
.new-rcon ul li a i {
	position: absolute;
	left: -44px;
	top: 0px;
	background: #fff;
	box-shadow: 1px 2px 4px 2px #ccc;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 100%;
	
}
.new-rcon ul li a  span{
	display: block;
	font-size: 16px;
	color: #b31a21;
	margin-bottom: 10px;
	
}
.new-rcon ul li a  p{
	font-size: 18px;
	color: #000;
	line-height: 28px;
	margin-bottom: 0;
}
.new-rcon ul li:hover {
	border-bottom: 1px solid #7e0b02;
	
	
}


/*yanbg*/
.yanbg{
	background: url(../images/yanbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 200px;
	padding: 60px 0 50px;
	position: relative;
	
}
.yanbg .new-top2 .new-tit{
	color: #fff;
	
}




.yan-right{
	
}
.yan-right ul{
	margin-top: 35px;
	
}
.yan-right ul li{
	/*background:#efdddc url(../images/yimg2bg.png) no-repeat right bottom;*/
	background: #c0a66e;
	opacity: 0.85;
	margin-bottom: 18px;
	position: relative;
	min-height:97px;
	
}
.yan-right ul li .ii{
	position: absolute;
	width: 100%;
	height: 100%;
	background:#efdddc url(../images/yimg2bg.png) no-repeat right bottom;
	left:-5px;
	top: -5px;
	/*background: #c0a66e;*/
}
.yan-right ul li a{
	display: block;
	text-decoration: none;
	
	
}
.yan-right ul li a .li-img{
	width: 203px;
	overflow: hidden;
}
.yan-right ul li a .li-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;
    }
.yan-right ul li:hover .li-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;
    }
.yan-right ul li a .li-tt{
	padding:20px 25px;
	width: calc(100% - 205px);
}
.yan-right ul li a .li-tt p{
	font-size: 18px;
	color: #333;
	line-height: 28px;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;

	
}
.yan-right ul li:hover a .li-tt p{
	color: #fff;
}
.yan-right ul li:hover .ii{
	background:#560605 url(../images/yimg2bg.png) no-repeat right bottom;
}



.yan-left{
	padding-top: 30px;
	
}
.yan-left .swiper-container{
	padding-bottom: 70px;
}
.yan-left a{
	display: block;
	text-decoration: none;
	background:#fff url(../images/xiang2.jpg) no-repeat center center;
	background-size: cover;
	
	position: relative;
 box-shadow: 0px 25px 47px -17px rgb(0,0,0,0.91);


}
.yan-left a .li-img{
	width: 48%;
	
}
.yan-left a .li-img img{
	box-shadow: 0px 25px 47px -17px rgb(0,0,0,0.91);
	
}

.yan-left a .li-tt{
	width: 52%;
	padding: 30px 25px;
	
}
.yan-left a .li-tt span{
	font-size: 16px;
	color: #c8bf7e;
}
.yan-left a .li-tt p{
	margin-top: 10px;
	font-size: 16px;
	color: #b41d23;
	line-height: 26px;
	     overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
	
}





.yan-left  .swiper-pagination {
	
text-align: center;
width: 100%;
	bottom: 0px;
	
	
}

.yan-left .swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	background:#5d0506;
	cursor: pointer;
	opacity: 0.55;
	border-radius: 100%;
	margin-right: 19px;
	
}

.yan-left  .swiper-pagination-bullet-active {
	background:#c8bf7e;
	opacity: 1;
}



/*lab*/
.lab{
	background: url(../images/labbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 200px;
	padding: 50px 0;
}

.lab-con{
	margin-top: 35px;
	
}
.lab-con .swiper-container{
	
}
.lab-con .swiper-container a{
	display: block;
	text-decoration: none;
	background: url(../images/lab.png) no-repeat right bottom;
	border-bottom: 4px solid #e1dcb8;
	border-right: 4px solid #e1dcb8;
	border-top: 4px solid transparent;
	border-left: 4px solid transparent;
	padding: 30px;
	
}
.lab-con .swiper-container a:hover{
	border-top: 4px solid #b31a21;
	border-left: 4px solid #b31a21;
}
.lab-con .swiper-container a h4{
	font-size: 18px;
	color: #b31a21;
	line-height: 28px;
      height: 60px;
      margin-bottom: 5px;
      
}
.lab-con .swiper-container a p{
	font-size: 14px;
	color: #888;
	line-height: 24px;
	   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
.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;
}

.video{
	background: #fcfcf7;
	padding: 45px 0;
	
}
.v-left{
	margin-top: 33px;
}
.v-left i{
	 display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
width: 100%;
height: 100%;
position: absolute;
 left: 0px;
 top: 0px;
 z-index: 1;
}
.v-left a{
	text-decoration: none;
    display: block;
    
}
.v-left h5{
	display: block;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	line-height: 32px;
	z-index: 11;
	padding: 0 36px;margin-bottom: 15px;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;

}
.v-left span.vbg{
	position: absolute;
	left: 15px;
	bottom: 0px;
	width: calc(100% - 30px);
	height: 100%;
	 background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
}







.v-right{
	margin-top: 33px;
}
.v-right ul li{
	position: relative;
	margin-bottom: 22px;
	 transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}
.v-right ul li i{
	/*position: absolute;
	 display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;*/
/*width: 100%;
height: 100%;*/
position: absolute;
 left: 0px;
 top: 22%;
 width: 100%;
 text-align: center;
 
}
.v-right ul li a{
	display: block;
	text-decoration: none;
}
.v-right ul li h5{
	margin: 0;
	text-decoration: none;
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	padding: 7px 20px;
	background: #b81c22;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;

}

.v-right ul li:hover{
	  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02); transition: all 0.4s ease-out;
    cursor: pointer;
}

/*add*/
.v-left span.vbg{
		width: 100%;
		left: 0;
	}
	.v-left .v-tt{
		padding: 20px ;background: #fff;
		border: 1px solid #eee;
		border-top: none;
		
	}
	.v-left .v-tt h5{
		position: relative;
		left: auto;
		bottom: auto;
		overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #b81c22;
	}
	.v-tt:hover{
		
		background: #b81c22;
	}
	.v-tt:hover h5{
		color: #fff;
	}
	
	.v-right ul li h5{
		-webkit-line-clamp:1;
		padding: 0;
		height: auto;
		background: none;
		line-height: 34px;
	}
	.v-right ul li .v-tt{
		padding: 3px 20px 3px;
		background: #b81c22;
	}
	.v-right ul li i{
		 display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
			width: 100%;
			height: 100%;
			position: absolute;
			 left: 0px;
			 top: 0px;
	}
	.v-right ul li .v-tt:hover{
		background: #fff;
	}
	.v-right ul li .v-tt:hover h5{
		color: #b81c22;
	}
/*footer*/

.footer {
	min-height: 200px;
	padding: 18px 0 20px;

	cursor: pointer;
	background:url(../images/fbg.jpg) no-repeat center center;
	background-size: cover;
	

}

.fnav{
	overflow: hidden;
}
.fnav ul{
	width: 100%;
	margin-bottom: 0;
	display: table;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.fnav ul li{
	/*display: table-cell;*/
	padding-right: 10%;
	float: left;
	/*text-align: center;*/
	line-height: 45px;
	padding-bottom: 10px;
	
}
.fnav ul li:nth-child(7){
	padding-right: 0;
}
.fnav ul li a{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	
	
}

.f-cont{
	/*margin-top: 10px;
	padding: 35px 0 ;*/
}
.f-contleft{
	margin-top: 33px;
}
.f-contleft ul li{
	float: left;
	width: 50%;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	
}
.f-contleft ul li img{
	padding-right: 5px;
	
}
.f-contright{
	margin-top: 33px;
	
}



.wc-copy {
	padding-top: 45px;
	
}
.wc-copy p{
	font-size: 14px;
	color: #fff;
	opacity: 0.25;
}






/*.wc-copyEnd*/

.mnmd-offcanvas__title{
	background: #b81c22;
}
.mnmd-offcanvas-close{
	color: #fff;
}
.mnmd-offcanvas-close:hover{
	color: #fff;
}
.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) {
 .fnav ul li {
     display: table-cell; 
    padding:0px !important;
    float:none;
     text-align: center; 
    line-height: 45px;
    padding-bottom: 10px;
}
   
.yan-left a img{
	/*position: relative;
	right: auto;
	top: auto;*/
	
}
.yan-left a p{
	/*width: 100%;
	min-height: auto;*/
	/*width: 36%;*/
}
.yan-right ul li{
	margin-bottom: 38px;
}



}

@media (max-width: 1366px) {
	.new-top .new-tit{
		font-size: 28px;
		
	}
	
.new-right .new-top2{
	min-height: 100px;
}	
	
	.wc-menu ul li a{
		font-size: 20px;
	}
.container {

	width: 85%;
}	

.new-onecon  .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background:#fff;
	cursor: pointer;
	opacity: 0.85;
	border: 1px solid #ccc;
	border-radius: 100%;
	margin-right: 9px;
	
}
.new-onecon  .swiper-container .swiper-pagination-bullet-active {
	background:#ba2b24;
	opacity: 1;
}


	
	
	
	
}
@media (max-width: 1350px) {
	.yan-left a .li-img img{
		width: 200px;	
	}
	
.yan-left a .li-tt{
	padding: 25px 25px 0;
}	
	
	
	
	
	
	
}


@media (max-width: 1300px) {
	
	.wc-menu ul li .ernav{
		width: 165px;
	}
	
	
	
.banner .swiper-container .swiper-pagination-bullet{
	margin-right: 20px;
	
}
.banner .b-tt{
	bottom: 30px;
	
}	
.banner .bpage{
	bottom: 75px;
	
}
.banner .zuo{
	bottom: 25px;
	
}
.banner .b-tt p{
	font-size: 24px;
	
}
.banner .b-tt span{
	font-size: 18px;
	margin-bottom: 5px;
}
.new-top .new-tit{
	font-size: 26px;
}

.new-onecon .new-tt a h4{
	font-size: 18px;
	
}
.new-twocon ul li a .li-tt p{
	font-size: 16px;
}
.new-rcon ul li a p{
   font-size: 16px;
   
}

.new-right .new-top2{
	padding:20px 30px;
	min-height: auto;
}
.new-rcon ul{
	padding-top: 83px;
	
}
.v-left span.vbg{
	/*width: 96.5%;*/
}
.v-right ul li h5{
	font-size: 15px;
	line-height: 22px;
}
.v-right ul li{
	margin-bottom: 12px;
	
}

.yan-left a{
	/*width: 90%;
	padding: 20px;*/
}
.wc-menu{
	margin-top: 15px;
}
.wc-menu ul li a{
	font-size: 18px;
}	
	.v-left h5{
		font-size: 20px;
		
	}
	.yan-left a img{
		width: 74%;
	}
.container {

	width: 82%;
}		
	.wc-copy{
		padding-top: 5px;
	}
.footer{
	padding: 10px 0;
}	

.new-onecon .new-tt a p{
	-webkit-line-clamp: 3;
}
.lab-con .swiper-container a{
	padding: 20px 20px 10px;
}
.f-contright{
	margin-top: 22px;
}

.f-contleft {
    margin-top: 22px;
}
.yanbg{
	padding: 30px 0;
}
.lab{
	padding: 30px 0;
}
.video{
	padding: 30px 0;
}

.new-onecon .swiper-container .swiper-pagination{
	left: 37%;
}

.v-left .v-tt h5{
              	        			margin-bottom: 0;
              	        		}


	
}


@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
.wc-menu ul li a{
	font-size: 20px;
}
.banner .b-tt p{
	font-size: 26px;
	
}
.new-top .new-tit{
	font-size: 26px;
	
}
.new-top .new-tit span{
	font-size: 16px;
}

.new-onecon .new-tt a i{
	display: none;
}

.yan-left a{
	width: 100%;
}
.new-top .new-tit{
	font-size: 22px;
	
}
.yan-left a h4{
	width: 100%;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.yan-left a img{
	position: relative;
	right: auto;
	top: auto;
	width: auto;
	
}
.yan-left a p{
	width: 100%;
	min-height: auto;

}
.new-rcon ul li a p{
	font-size: 16px;
}
.new-twocon ul li a .li-tt p{
	font-size: 16px;
	
}
.new-onecon .new-tt a h4{
	font-size: 18px;
	
}
.yanbg{
	padding: 40px 0;
}

.lab-con .swiper-container a{
	min-height: 220px;
	
}

.v-right ul li h5{
	font-size: 16px;
	-webkit-line-clamp: 1;
	height: 55px;
}
.v-left span.vbg{
	/*width: 95%;*/
}
.v-left h5{
	font-size: 20px;
}
.new-right .new-top2{
	width: 92%;
	padding: 30px 20px;
	min-height: 90px;
}
.new-rcon ul{
	padding-top: 90px;
	
}

.yan-right ul li{
	margin-bottom: 48px;
}

.container {

	width: 90%;
}	
.yan-left a .li-img img{
	width: auto;
	
}	




}

@media (max-width: 991px) {
	/*小屏幕设备 平板*/

	.container {
		width: 94%;
	}
	.logo1 img{
		padding-top: 10px;
		padding-bottom: 10px;
		
	}
.mobile-header-btn{
	top: 20px;
}

.v-right ul li img{
	width: 100%;
}
.v-right ul li i img{
	max-width: 100%;
	width: auto;
}
.v-right ul li i{
	top: 38%;
}

.yan-left a h4{
	font-size: 18px;
	width: 100%;
	
}
.new-top .new-tit {
    font-size: 20px;
}
.new-top .new-tit span {
    font-size: 14px;
}
.new-onecon .new-tt a p{
	font-size: 14px;
}
.new-right .new-top2{
	padding: 40px 10px 30px;
}
.banner .b-tt p{
	font-size: 22px;
	-webkit-line-clamp: 1;
	padding-bottom: 0;
}
.banner .b-tt span{
	margin-bottom: 5px;
}

.yan-left a{
	/*padding: 20px ;*/
}
.yan-right ul li a .li-img{
	width: 150px;
	
}
.yan-right ul li a .li-img img{
	width: 100%;
	height: 97px;
}
.yan-right ul li a .li-tt {
    padding: 20px 15px;
    width: calc(100% - 155px);
}
.yan-right ul li a .li-tt p{
	font-size: 16px;
}
.yan-right ul li {
    margin-bottom: 34px;
}
.lab{
	padding: 30px 0;
}
.lab-con {
    margin-top: 25px;
}
.video{
	padding: 30px 0;
}

.new-rcon ul li:last-child{
	display: none;
}


.new-onecon .new-tt a h4{
	font-size: 16px;
	
}
.v-right ul li h5{
	height: auto;
	-webkit-line-clamp: 3;
}
.new-onecon .swiper-container .swiper-pagination{
	left: 35%;
}





.footer{
	padding: 20px 0;
}

.header-nav .nav > li a.shebei{
	background: #e44b4b;
	font-weight: bold;
	display: inline-block;
	padding: 0 20px;
}
.v-left .v-tt{
		padding: 3px 20px 3px;
		background: #b81c22;
	}
	.v-left .v-tt h5{
		font-size: 16px;
		padding: 0;
		color: #fff;
	}
	.v-left .v-tt:hover {
		/*color: #fff;*/
		background: #fff;
	}
	.v-left .v-tt:hover h5{
		color: #b81c22;
	}
	.v-right ul li{
		margin-bottom: 32px;
	}
              	        		

	
}

@media (max-width: 850px) {
.yan-right ul li {
    margin-bottom: 43px;
}
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	html{
		zoom: 1 !important;
	}
	.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: -1px;
		
	}
#img{
	/*height: 72px;*/
}	
.yan-left a .li-img{
	width: auto;
}
.yan-left a .li-tt{
	float: left;
	
}
.yan-left a .li-tt{
	padding: 20px 20px 25px;
}


	.logo1 img{
		/*height: 60px;*/
	}
	.container {
		width: 100%;
	}
.banner{
	padding-top: 16px;
	
}
.banner .bbg1{
	display: none;
	
}
.banner .b-tt span{
	display: none;
}
.banner .b-tt p {
    font-size: 16px;
    -webkit-line-clamp:1;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: normal;
    
}
.banner .swiper-container .swiper-pagination-bullet{
	margin-right: 10px;
	width: 10px;
	height: 10px;
	
}
.banner .swiper-container .swiper-pagination{
	bottom: -70px;
}
.new-onecon .new-img{
	width: 100%;
	text-align: center;
}
.new-onecon .new-tt{
	width: 100%;
	margin-top: 10px;
}
.new-onecon .new-tt a p{
	-webkit-line-clamp:10;
}
/*.new-onecon .new-tt a i{
	display: inline-block;
	text-align: center;
	
}*/
.new-top .new-more a{
	margin-top: 10px;
}
.new-twocon ul{
	margin-top: 0;
	overflow: hidden;
}
.new-twocon ul li{
	margin-top: 15px;
	width: 100%;
	margin-right: 0 !important;
}
.new-left{
	padding-top: 20px;
}
.yan-right ul li{
	margin-bottom: 30px;
}
.new-onecon{
	padding-top: 20px;
	
}
.new-right{
	margin-top: 20px;
	
}
.yan-left a{
	/*text-align: center;*/
}
.yan-left a h4{
	font-size: 16px;
	line-height: 27px;
	text-align: left;
}
.yan-left a p{
	
	text-align: left;
}



.new-right .new-top2{
	min-height: 30px;
	padding: 10px;
}
.new-rcon ul li:last-child{
	display: block;
}
.lab{
	padding: 20px 0;
}
.lab-con {
    margin-top: 15px;
}
.video{
	padding: 20px 0 10px;
}
.v-left span.vbg{
	width: 92%;
}
.v-left{
	margin-top: 10px;
}
.v-left h5{
	font-size: 16px;
	margin-bottom: 5px;
}
.v-left i{
	text-align: center;
	top: 32%;
}


.v-right ul li i {
    top: 22%;
}
.f-contleft ul li{
	width: 100%;
}
.f-contleft{
	margin-top: 0;
}
.f-contright{
	margin-top: 20px;
	text-align: center;
}

.wc-copy{
	padding-top: 20px;
	
}
.new-top .new-tit{
	font-size: 18px;
	
}
.yanbg{
	padding: 20px 0;
}
.new-rcon ul {
    padding-top: 50px;
}

.footer{
	padding-bottom: 10px;
}

.new-onecon  img{
	width: 100%;
}
.new-onecon  .swiper-container .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	
}
.new-onecon .swiper-container {
	padding-bottom: 15px;
	
}
.new-onecon .swiper-container .swiper-pagination{
	left: 0;
	text-align: center;
	width: 100%;
}

.yan-left .swiper-container {
    padding-bottom: 40px;
}

.yan-left a{
	box-shadow: 0px 15px 27px -17px rgb(0 0 0 / 91%);

}
.v-right{
		margin-top: 20px;
		
	}
	
	.v-right ul li{
		margin-bottom: 20px;
	}
              	        		

}

@media (max-width: 507px) {
	.yan-left a .li-img{
	width: 48%;
}
.yan-left a .li-tt{
	float: right;
	
}
}

