*{
	padding:0;
	margin:0;
	text-decoration:none;
	list-style:none;
	outline:none;
	border:0;
	font-family:Microsoft YaHei;
	-webkit-tap-highlight-color :rgba(0, 0, 0, 0);
}
html{font-size:62.5%; /* 10÷16=62.5% */} body{font-size:12px;font-size:1.2rem ; /* 12÷10=1.2 */} p{font-size:14px;font-size:1.4rem;}
h1,h2,h3,h4,h5,b{
	font-weight:normal;
}
body{
	width:100%;
	overflow-x:hidden;
	overflow-y:auto;
	background-color:#FFF;
}

.clear{
	clear:both;
}
/*动画*/
.banner{min-height: 100px;}
@-webkit-keyframes swi {
	from {
		-webkit-transform: rotateY(0);
		-ms-transform: rotateY(0);
		-o-transform: rotateY(0);
		transform: rotateY(0);
	}
	to {
		-webkit-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
@keyframes swi {
	from {
		-webkit-transform: rotateY(0);
		-ms-transform: rotateY(0);
		-o-transform: rotateY(0);
		transform: rotateY(0);
	}
	to {
		-webkit-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
} 

::-webkit-scrollbar
{
	width:5px;
	background-color:#ccc;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px background-color: transparent;
	border-radius: 10px;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px transparent;
	background-color: #7e0000;
}
.header{
	width:100%;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	top:0;
	left:0;
	z-index:100;

}
.header div.header-box{
	width:1200px;
	margin:0 auto;
	height:110px;
	overflow:hidden;
	position:relative;
}
.header div.header-box div.tel{
	position:absolute;
	right:0;
	top:16px;
	font-size:16px;
	color:#7e0000;
}
.header div.header-box div.tel span{
	font-size:21px;
}
.header div.header-box div.logo{
	float:left;
	height:100%;
	display:flex;
	align-items:center;
}
.header div.header-box div.logo a img{
	height:75px;
	display:block;
}
.header div.header-box ul.menu-box{
	float:right;
	overflow:hidden;
	margin-top:55px;
}
.header div.header-box ul.menu-box li{
	float:left;
	padding:0 35px;
	font-size:16px;
	border-left:1px dotted #ddd;
	padding-bottom:5px;
}
.header div.header-box ul.menu-box li:first-child{
	border-left:none;
}
.header div.header-box ul.menu-box li:last-child{
	padding-right:0;
}
.header div.header-box ul.menu-box li a{
	color:#333333;
	position:relative;
	padding-bottom:5px;
}
.header div.header-box ul.menu-box li.active a{
	color:#7e0000;
}
.header div.header-box ul.menu-box li.active a:after{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background-color:#7e0000;
}

.banner img{
	display:block;
	width:100%;
}
.banner .swiper-pagination{
	bottom:4%;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	border-radius:0;
	width:50px;
	height:4px;
	background-color:#999999;
}
.banner .swiper-pagination-bullet-active{
	background-color:#7e0000;
}


.index-log-box{
	width:1200px;
	margin:0 auto;
	padding-top:80px;
	overflow:hidden;
}
.index-log-box div.left{
	width:50%;
	float:left;
}
.index-log-box div.left ul li{
	width:100%;
	height:152px;
	background-color:#f7f7f7;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:16px;
	color:#000000;
}
.index-log-box div.left ul li h5{
	margin-top:10px;
	font-weight:bold;
}
.index-log-box div.left ul li:nth-of-type(2){
	background-color:#7e0000;
	font-size:18px;
	color:#ffffff;
}
.index-log-box div.left ul li:nth-of-type(2) h5{
	font-size:18px;
}

.index-log-box div.right{
	width:50%;
	float:right;
}
.index-log-box div.right ul{
	width:100%;
	overflow:hidden;
}
.index-log-box div.right ul li{
	width:50%;
	float:left;
	position:relative;
}
.index-log-box div.right ul li div.img{
	width:100%;
	height:152px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}
.index-log-box div.right ul li div.img img{
	width:100%;
	min-height:100%;
	display:block;
}
.index-log-box div.right ul li div.hover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:18px;
	color:#333;
}
.index-log-box div.right ul li div.log{
	width:65px;
	height:65px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
}
.index-log-box div.right ul li div.log img{
	height:100%;
	display:block;
	width:100%;
}
.index-log-box div.right ul li:first-child div.hover,.index-log-box div.right ul li:last-child  div.hover{
	color:#fff;
}

.index-log-box div.right ul li:hover div.log img{
	-webkit-animation: swi 1s ease-in-out;
	-o-animation: swi 1s ease-in-out;
	animation: swi 1s ease-in-out;
}
.index-case-box{
	width:100%;
	padding-top:60px;
}
.index-case-box h3{
	text-align:center;
	margin-bottom:35px;
	width:1200px;
	margin:0 auto;
}
.index-case-box h3 img{
	width:32%;
	display:block;
	margin:0 auto;
}

.index-case-box div.menu .swiper-container{
	padding:10px 90px;
	position:relative;
	margin-bottom:20px;
	width:calc(100% - 180px);
}

.index-case-box div.menu .swiper-container:before{
	content:"";
	position:absolute;
	left:0;
	top:8px;
	width:4%;
	height:52px;
	background-color:#FFF;
	z-index:100;
}
.index-case-box div.menu .swiper-container:after{
	content:"";
	position:absolute;
	right:0;
	top:8px;
	width:4%;
	height:52px;
	background-color:#FFF;
	z-index:100;
}
.index-case-box div.menu .swiper-container .swiper-slide{
	height:45px;
	text-align:center;
	line-height:45px;
	font-size:18px;
	color:#333333;
	cursor:pointer;
	box-shadow:#333 0px 0px 1px;
}
.index-case-box div.menu .swiper-container .swiper-slide a{
	font-size:18px;
	color:#333333;
	display: block;
}
.index-case-box div.menu .swiper-container .swiper-slide-active{
	background-color:#7e0000;
	color:#fff;
	box-shadow:#7e0000 0px 0px 1px;
}
.index-case-box div.menu .swiper-container .swiper-slide-active a{

	color:#fff;
}
.index-case-box .swiper-button-prev{
	z-index:1000;
	width:3%;
	height:45px;
	top:calc(50% - 2px);
	background-image:url(../images/prev-hover.png);
	border:1px solid #666666;
	background-size:15px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	background-color:#7e0000;
	opacity:1;
	border:1px solid #7e0000;
}

.index-case-box .swiper-button-next{
	z-index:1000;
	width:3%;
	height:45px;
	top:calc(50% - 2px);
	background-image:url(../images/next-hover.png);
	border:1px solid #666666;
	background-size:15px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	background-color:#7e0000;
	opacity:1;
	border:1px solid #7e0000;
}
.index-case-box .swiper-button-disabled{
	background-color:#fff;
	border:1px solid #333;
}

.index-case-box .swiper-button-prev.swiper-button-disabled{
	background-image:url(../images/prev.png);
}
.index-case-box .swiper-button-next.swiper-button-disabled{
	background-image:url(../images/next.png);
}
.index-case-box .content-show{
	width:100%;
}
.index-case-box .content-show ul{
	width:100%;
	overflow:hidden;
}
.index-case-box .content-show ul li{
	width:calc(20% - 1px);
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	float:left;
	position:relative;
}
.index-case-box .content-show ul li:nth-of-type(5n){
	border-right:none;
	width:20%;
}
.index-case-box .content-show ul li div.img{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}
.index-case-box .content-show ul li div.img img{
	width:100%;
	min-height:100%;
	display:block;
}
.index-case-box .content-show ul li div.img img{
	display:block;
	transition:500ms ease-out;
	-webkit-transition:500ms ease-out;
	-ms-transition:500ms ease-out;
	-moz-transition:500ms ease-out;
	-o-transition:500ms ease-out;
}
.index-case-box .content-show ul li:hover div.img img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
}
.index-case-box .content-show ul li div.txt{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.index-case-box .content-show ul li:hover div.txt{
	background-color:rgba(0,0,0,0.5);
}
.index-case-box .content-show ul li div.txt div.box{
	width:calc(100% - 60px);
	height:calc(100% - 60px);
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	border:1px solid #fff;
	font-size:18px;
	color:#fff;
}
.index-case-box .content-show ul li div.txt div.box h5{
	font-size:20px;
}


.index-about-box{
	width:100%;
}
.index-about-box .top{
	width:1200px;
	margin:0 auto;
	padding:100px 0 75px;
	position:relative;
}
.index-about-box .top h5{
	font-size:18px;
	color:#410000;
	font-weight:600;
	margin-bottom:10px;
}
.index-about-box .top div.ct{
	font-size:14px;
	line-height:28px;
	color:#666666;
	width:66%;
}
.index-about-box .top div.img{
	position:absolute;
	top:50px;
	right:0;
	width:288px;
}
.index-about-box .top div.img img{
	width:100%;
	display:block;
}
.index-about-box .bottom{
	width:100%;
	background-color:#f8f8f8;
}
.index-about-box .bottom-show{
	padding:70px 0;
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.index-about-box .bottom-show div.left{
	width:290px;
	float:left;
	margin-top:15px;
}
.index-about-box .bottom-show div.left div.img img{
	width:100%;
	display:block;
}
.index-about-box .bottom-show div.right{
	width:680px;
	float:right;
	margin-top:55px;
	margin-right:120px;
}
.index-about-box .bottom-show div.right ul{
	width:100%;
	overflow:hidden;
}
.index-about-box .bottom-show div.right ul li{
	width:25%;
	float:left;
	text-align:center;
}
.index-about-box .bottom-show div.right ul li div.img{
	width:50%;
	margin:0 auto;
}
.index-about-box .bottom-show div.right ul li div.img img{
	width:100%;
	display:block;
	border-radius:50%;
}
.index-about-box .bottom-show div.right ul li:hover div.img img{
	-webkit-animation: swi 1s ease-in-out;
	-o-animation: swi 1s ease-in-out;
	animation: swi 1s ease-in-out;
}
.index-about-box .bottom-show div.right ul li h5{
	font-size:14px;
	color:#db3717;
	margin-top:25px;
	padding-bottom:15px;
	position:relative;
}
.index-about-box .bottom-show div.right ul li h5:after{
	content:"";
	width:10px;
	height:2px;
	background-color:#000000;
	position:absolute;
	bottom:0;
	left:calc(50% - 5px);
}
.index-about-box .bottom-show div.right ul li div.des{
	margin-top:15px;
	color:#aea7a7;
}

.index-news-box{
	width:1200px;
	margin:0 auto;
	padding:60px 0;
}
.index-news-box h3{
	margin-bottom:30px;
}
.index-news-box h3 img{
	display:block;
	margin:0 auto;
	width:41.25%;
}

.index-news-box .swiper-slide a{
	width:100%;
	display:block;
	position:relative;
}
.index-news-box .swiper-slide div.date{
	position:absolute;
	top:0;
	left:0;
	width:75px;
	height:55px;
	background-color:#7e0000;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#ffffff;
	font-size:14px;
}
.index-news-box .swiper-slide div.img{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}
.index-news-box .swiper-slide div.img img{
	width:100%;
	min-height:100%;
	display:block;
}
.index-news-box .swiper-slide div.img img{
	display:block;
	transition:500ms ease-out;
	-webkit-transition:500ms ease-out;
	-ms-transition:500ms ease-out;
	-moz-transition:500ms ease-out;
	-o-transition:500ms ease-out;
}
.index-news-box .swiper-slide:hover div.img img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
}
.index-news-box .swiper-slide div.txt{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	height:105px;
	background-color:#f5f5f5;
}
.index-news-box .swiper-slide div.txt div.box{
	width:85%;
}
.index-news-box .swiper-slide div.txt div.box h5{
	font-size:16px;
	color:#444444;
}
.index-news-box .swiper-slide div.txt div.box div.des{
	font-size:14px;
	color:#888888;
	margin-top:10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;/*第几行*/
	-webkit-box-orient: vertical; 
}
.index-news-box .swiper-container{
	padding:0 100px;
	width:100%;
	margin-left:-100px;
}
.index-news-box .swiper-container:before{
	content:"";
	display:block;
	width:100px;
	height:100%;
	position:absolute;
	background-color:#FFF;
	left:0;
	top:0;
	z-index:100;
}
.index-news-box .swiper-container:after{
	content:"";
	display:block;
	width:100px;
	height:100%;
	position:absolute;
	background-color:#FFF;
	right:0;
	top:0;
	z-index:100;
}

.index-news-box .swiper-button-prev{
	z-index:1000;
	width:35px;
	height:60px;
	left:40px;
	background-image:url(../images/prev1.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}

.index-news-box .swiper-button-next{
	z-index:1000;
	width:35px;
	height:60px;
	left:auto;
	right:40px;
	background-image:url(../images/next1.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}
.index-news-box .swiper-button-prev:hover{
	background-image:url(../images/prev1-hover.png);
}
.index-news-box .swiper-button-next:hover{
	background-image:url(../images/next1-hover.png);
}

.footer{
	width:100%;
	background-color:#333333;
}
.footer-box{
	width:1200px;
	margin:0 auto;
	padding:40px 0;
	overflow:hidden;
}
.footer-box ul{
	float:left;
	padding:0 60px;
	border-right:1px solid #484848;
	height:190px;
}
.footer-box ul:first-child{
	padding-left:0;
}
.footer-box ul li a{
	font-size:14px;
	color:#999999;
	line-height:30px;
	display:block;
}
.footer-box ul li:first-child a{
	font-size:16px;
	color:#ffffff;
	margin-bottom:5px;
}
.footer-box ul:nth-of-type(5){
	border-right:none;
}

.footer-box div.right{
	float:right;
}
.footer-box div.right dl{
	display:flex;
	align-items:center;
	justify-content:center;
}
.footer-box div.right dl dt{
	width:132px;
}
.footer-box div.right dl dt img{
	width:100%;
	display:block;
}
.footer-box div.right dl dd{
	margin-left:20px;
}
.footer-box div.right dl dd div.wechat{
	display:flex;
	align-items:flex-start;
	font-size:14px;
	color:#999999;
}
.footer-box div.right dl dd div.wechat div.txt{
	margin-left:5px;
}
.footer-box div.right dl dd div.wechat img{
	display:block;
}
.footer-box div.right dl dd div.tel{
	font-size:14px;
	color:#999999;
	margin-top:20px;
}
.footer-box div.right dl dd div.tel a{
	font-size:24px;
	color:#999999;
	font-weight:bold;
	display:block;
}
.footer .copyright{
	width:100%;
	background-color:#262626;
}
.footer .copyright .copyright-show{
	width:1200px;
	margin:0 auto;
	height:50px;
	line-height:50px;
	overflow:hidden;
	font-size:14px;
	color:#ffffff;
}
.footer .copyright .copyright-show div.left{
	float:left;
}
.footer .copyright .copyright-show div.right{
	float:right;
}
.footer .copyright .copyright-show div.right a{
	color:#fff;
}

.page-title{
	width:100%;
	margin:50px auto 40px;
	text-align:center;
}
.page-title h3{
	font-size:30px;
	color:#7e0000;
	position:relative;
	padding-bottom:16px;
	border-bottom:1px dotted #7e0000;
}
.page-title h3:after{
	content:"●";
	position:absolute;
	bottom:-8px;
	left:calc(50% - 5px);
	padding:0 5px;
	background-color:#FFF;
	font-size:14px;
	color:#7e0000;
}
.page-title div.en{
	margin-top:10px;
	font-size:16px;
	color:#7e0000;
	font-weight:500;
}
.other-box{
	width:100%;
	margin-top:40px;
}
.case-box{
	width:1200px;
	margin:0 auto;
}

.case-box div.menu{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.case-box div.menu ul{
	overflow:hidden;
}
.case-box div.menu ul li{
	width:160px;
	height:45px;
	text-align:center;
	line-height:45px;
	font-size:18px;
	float:left;
	margin:0 7px;
	border:1px solid #333;
}
.case-box div.menu ul li a{
	display:block;
	color:#333333;
}
.case-box div.menu ul li.active{
	background-color:#7e0000;
	border:1px solid #7e0000;
}
.case-box div.menu ul li.active a{
	color:#fff;
}


.case-box div.menu .swiper-container{
	padding:10px 60px;
	position:relative;
	margin-bottom:20px;
	width:calc(100% - 120px);
}

.case-box div.menu .swiper-container:before{
	content:"";
	position:absolute;
	left:0;
	top:8px;
	width:4%;
	height:52px;
	background-color:#FFF;
	z-index:100;
}
.case-box div.menu .swiper-container:after{
	content:"";
	position:absolute;
	right:0;
	top:8px;
	width:4%;
	height:52px;
	background-color:#FFF;
	z-index:100;
}
.case-box div.menu .swiper-container .swiper-slide{
	height:45px;
	text-align:center;
	line-height:45px;
	font-size:18px;
	color:#333333;
	cursor:pointer;
	box-shadow:#333 0px 0px 1px;
}
.case-box div.menu .swiper-container .swiper-slide a{
	color:#333;
	display:block;
}
.case-box div.menu .swiper-container .swiper-slide-active{
	background-color:#7e0000;
	color:#fff;
	box-shadow:#7e0000 0px 0px 1px;
}
.case-box div.menu .swiper-container .swiper-slide-active a{
	color:#fff;
}
.case-box .swiper-button-prev{
	z-index:1000;
	width:45px;
	left:0;
	height:45px;
	top:calc(50% - 2px);
	background-image:url(../images/prev-hover.png);
	border:1px solid #666666;
	background-size:15px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	background-color:#7e0000;
	opacity:1;
	border:1px solid #7e0000;
}

.case-box .swiper-button-next{
	z-index:1000;
	width:45px;
	right:0;
	height:45px;
	top:calc(50% - 2px);
	background-image:url(../images/next-hover.png);
	border:1px solid #666666;
	background-size:15px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	background-color:#7e0000;
	opacity:1;
	border:1px solid #7e0000;
}
.case-box .swiper-button-disabled{
	background-color:#fff;
	border:1px solid #333;
}

.case-box .swiper-button-prev.swiper-button-disabled{
	background-image:url(../images/prev.png);
}
.case-box .swiper-button-next.swiper-button-disabled{
	background-image:url(../images/next.png);
}

.case-box .content-show{
	width:100%;
}
.case-box .content-show ul{
	width:100%;
	overflow:hidden;
}
.case-box .content-show ul li{
	width:24.375%;
	margin-right:0.83%;
	float:left;
	position:relative;
	margin-bottom:10px;
}
.case-box .content-show ul li:nth-of-type(4n){
	margin-right:0;
}
.case-box .content-show ul li div.img{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}
.case-box .content-show ul li div.img img{
	width:100%;
	min-height:100%;
	display:block;
}
.case-box .content-show ul li div.img img{
	display:block;
	transition:500ms ease-out;
	-webkit-transition:500ms ease-out;
	-ms-transition:500ms ease-out;
	-moz-transition:500ms ease-out;
	-o-transition:500ms ease-out;
}
.case-box .content-show ul li:hover div.img img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
}
.case-box .content-show ul li div.txt{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.case-box .content-show ul li:hover div.txt{
	background-color:rgba(0,0,0,0.5);
}
.case-box .content-show ul li div.txt div.box{
	width:calc(100% - 60px);
	height:calc(100% - 60px);
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	border:1px solid #fff;
	font-size:18px;
	color:#fff;
}
.case-box .content-show ul li div.txt div.box h5{
	font-size:20px;
}
.case-details{
	width:1200px;
	margin:20px auto;
}
.case-details div.pic{
	width:100%;
}
.case-details div.pic .swiper-container{
	width:100%;
	padding-bottom:120px;
}
.case-details div.pic .swiper-slide div.img{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}
.case-details div.pic .swiper-slide div.img img{
	display:block;
	height:100%;
	margin:0 auto;
}
.case-details .pic-des{
	margin-top:-120px;
	display:flex;
	align-items:center;
	padding:25px 0;
	background-color:#333333;
}
.case-details .pic-des div.txt{
	margin-left:50px;
	width:910px;
}
.case-details .pic-des div.txt h5{
	font-size:18px;
	color:#ffffff;
}
.case-details .pic-des div.txt div.des{
	font-size:14px;
	line-height:24px;
	margin-top:10px;
	color:#ffffff;
}
.case-details .swiper-button-prev{
	background-image:url(../images/prev-hover.png);
	width:50px;
	height:50px;
	border-radius:50%;
	border:1px solid #fff;
	background-size:30%;
	top:auto;
	bottom:35px;
	left:auto;
	right:125px;
}
.case-details .swiper-button-next{
	background-image:url(../images/next-hover.png);
	width:50px;
	height:50px;
	border-radius:50%;
	border:1px solid #fff;
	background-size:30%;
	top:auto;
	bottom:35px;
	left:auto;
	right:50px;
}

.case-details .ct{
	font-size:14px;
	color:#666666;
	line-height:30px;
	margin:30px auto;
}
.case-details .ct img{
	max-width:100%;
	display:block;
	margin:10px auto;
}

.news-box{
	width:1200px;
	margin:20px auto;
}
.news-box div.menu{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.news-box div.menu ul{
	overflow:hidden;
}
.news-box div.menu ul li{
	width:160px;
	height:45px;
	text-align:center;
	line-height:45px;
	font-size:18px;
	float:left;
	margin:0 7px;
	border:1px solid #333;
}
.news-box div.menu ul li a{
	display:block;
	color:#333333;
}
.news-box div.menu ul li.active{
	background-color:#7e0000;
	border:1px solid #7e0000;
}
.news-box div.menu ul li.active a{
	color:#fff;
}
.news-box div.list ul{
	width:100%;
	overflow:hidden;
	margin:40px auto;
}
.news-box div.list ul li{
	width:48%;
	float:left;
	margin-right:4%;
	padding:30px 0 20px;
	border-bottom:1px dotted #ddd;
}
.news-box div.list ul li:nth-of-type(2n){
	margin-right:0;
}
.news-box div.list ul li a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
}
.news-box div.list ul li a div.img{
	width:146px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}
.news-box div.list ul li a div.img img{
	width:100%;
	min-height:100%;
	display:block;
}
.news-box div.list ul li a div.txt{
	width:410px;
	margin-left:20px;
}
.news-box div.list ul li a div.txt h5{
	font-size:18px;
	color:#444444;
}
.news-box div.list ul li a div.txt div.des{
	font-size:14px;
	color:#666666;
	line-height:24px;
	margin-top:10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;/*第几行*/
	-webkit-box-orient: vertical; 
}
.news-details{
	width:100%;
	margin:60px auto;
}
.news-details h1{
	text-align:center;
	font-size:24px;
	color:#333333;
}
.news-details .author{
	width:100%;
	padding:10px 0;
	margin-top:30px;
	border-bottom:1px dotted #b2b2b2;
}
.news-details .author-show{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.news-details .author-show p{
	float:left;
	width:33%;
	text-align:center;
	font-size:14px;
	color:#999999;
}
.news-details div.content{
	width:1200px;
	margin:0 auto;
}
.news-details div.content .ct{
	font-size:14px;
	color:#666666;
	line-height:30px;
	margin:40px auto;
}
.news-details div.content .ct img{
	max-width:100%;
	display:block;
	margin:10px auto;
}
.news-details div.content a.btn{
	display:block;
	width:170px;
	height:45px;
	border:1px solid #999999;
	text-align:center;
	line-height:45px;
	font-size:18px;
	color:#666666;
	margin-top:20px;
}
.about-box{
	width:1200px;
	margin:0 auto;
	padding:40px 0;
}
.about-show{
	width:100%;
	margin:40px auto;
	overflow:hidden;
}
.about-show div.left{
	float:left;
	width:50%;
}
.about-show div.left h5{
	font-size:22px;
	color:#7e0000;
}
.about-show div.left div.ct{
	font-size:14px;
	color:#666666;
	line-height:36px;
	margin-top:20px;
}
.about-show div.left div.ct span.red{
	color:#7e0000;
}
.about-show div.right{
	float:right;
	width:40%;
}
.about-show div.right img{
	width:100%;
}
.about-show.second{
	margin-top:60px;
}
.about-show.second div.left{
	float:right;
}
.about-show.second div.left span.ddd{
	font-weight:bold;
}
.about-show.second div.right{
	float:left;
}
.recruit-box{
	width:1200px;
	margin:40px auto;
}
.recruit-box div.ct{
	font-size:14px;
	color:#555555;
	line-height:26px;
}
.recruit-box div.ct span.red{
	color:#7e0000;
	font-weight:bold;
}
.recruit-box .list{
	margin-top:30px;
}
.recruit-box .list div.tt{
	width:100%;
	overflow:hidden;
}
.recruit-box .list div.tt p{
	width:calc(25% - 40px);
	padding-left:40px;
	float:left;
	height:60px;
	background-color:#a7a7a7;
	color:#fff;
	line-height:60px;
	font-size:16px;
	font-weight:bold;
}
.recruit-box .list ul li div.dt{
	width:calc(100% - 2px);
	height:70px;
	border:1px solid #ddd;
	overflow:hidden;
	border-top:none;
	position:relative;
}
.recruit-box .list ul li div.dt p{
	width:calc(25% - 40px);
	padding-left:40px;
	float:left;
	color:#555555;
	line-height:70px;
	font-size:15px;
}
.recruit-box .list ul li div.dt div.more{
	position:absolute;
	right:40px;
	top:0;
	width:30px;
	text-align:center;
	height:70px;
	display:flex;
	align-items:center;
	font-size:26px;
	cursor:pointer;
	color:#7e0000;
}
.recruit-box .list ul li div.cont{
	padding:35px 50px;
	width:calc(100% - 100px);
	overflow:hidden;
	background-color:#f8f8f8;
	display:none;
}
.recruit-box .list ul li div.cont a.ask{
	display:block;
	width:160px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background-color:#7e0000;
	margin-top:25px;
}
.recruit-box .list ul li div.cont div.txt{
	width:50%;
	float:left;
}
.recruit-box .list ul li div.cont div.txt h5{
	font-size:20px;
	color:#333333;
	font-weight:bold;
}
.recruit-box .list ul li div.cont div.txt div.ct{
	width:94%;
	font-size:14px;
	color:#666666;
	line-height:30px;
	margin-top:10px;
}
.recruit-details h5{
	font-size:24px;
	color:#7e0000;
	margin-bottom:20px;
}
.recruit-details div.form{
	width:100%;
	margin-top:50px;
}
.recruit-details div.form ul{
	overflow:hidden;
}
.recruit-details div.form ul li{
	width:48%;
	float:left;
	height:50px;
	background-color:#f7f7f7;
	margin-bottom:15px;
	margin-right:4%;
	line-height:50px;
	overflow:hidden;
}
.recruit-details div.form ul li:nth-of-type(2n){
	margin-right:0;
}
.recruit-details div.form ul li label{
	color:#666666;
	padding:0 10px;
	font-size:14px;
}
.recruit-details div.form ul li input.txt{
	width:460px;
	height:100%;
	font-size:14px;
	background-color:transparent;
}
.recruit-details div.form ul li span.red{
	color:red;
	float:right;
	margin-right:20px;
}
.recruit-details div.form ul li select{
	width:460px;
	height:100%;

	background-color:transparent;
}
.recruit-details div.form ul li select option{
	font-size:14px;
}
.recruit-details div.form ul li.textarea{
	width:100%;
	height:200px;
}
.recruit-details div.form ul li.textarea textarea{
	width:1080px;
	margin-top:10px;
	float:right;
	margin-right:20px;
	height:180px;
	background-color:transparent;
}
.recruit-details div.form div.btn{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:30px;
}
.recruit-details div.form div.btn input{
	width:170px;
	height:45px;
	background-color:#7e0000;
	font-size:18px;
	color:#fff;
	margin:0 10px;
	cursor:pointer;
}
.recruit-details div.form div.btn input.reset{
	background-color:#909090;
}

.contact-box{
	width:1200px;
	margin:0 auto;
	padding:30px 0;
}
.contact-box .pos{
	width:100%;
	background-image:url(../images/ct0.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;
	background-size:auto 100%;
}
.contact-box .pos ul li{
	line-height:44px;
	color:#666666;
	font-size:16px;
	display:flex;
	align-items:center;
}
.contact-box .pos ul li img{
	margin-right:10px;
	max-height:20px;
}
.contact-box .map iframe{
	width:100%;
	height:380px;
	margin-top:20px;
}
.lx{
	overflow:hidden;
	margin-top:40px;
}
.lx p.lx-title{
	text-align:left;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.lx p.lx-title span.lxl{
	font-size:38px;
	color:black;
	border-bottom:1px solid #137fad;
	padding-bottom:10px;
}
.lx p.lx-title span.lxr{
	float:right;
	font-size:16px;
	color:#ccc;
	margin-top:30px;
}
.lx p span.blue{
	font-size:38px;
	color:#7e0000;
}
.lx form{
	float:left;
	width:500px;
	margin-top:20px;
}
.lx td{
	text-align:left;
	font-size:14px;
	width:60px;
}
.lx td.right{
	text-align:right;
}
.lx td input{
	width:360px;
	height:30px;
	padding:0 10px;
	border:1px solid #ddd;
}
.lx td .textarea{
	height:130px;
	width:360px;
	padding:10px;
	border:1px solid #ddd;
}
.lx td button{
	width:100px;
	height:35px;
	border-radius:6px;
	border:none;
	font-size:15px;
	margin-right:30px;
}
.lx td button.active{
	color:#fff;
	background-color:#7e0000;
}
.lx td input.reset{
	width:100px;
	height:35px;
	border-radius:6px;
	background-color:#cccccc;
	font-size:15px;
}
.lxt{
	float:right;
	width:540px;
	background-image:url(../images/contact-last.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;
	height:370px;
	text-align:left;
	line-height:30px;
} 
.lxt p{
	font-size:38px;
	color:#ccc;
	margin-top:35px;
	margin-bottom:60px;
}
.lxt span.blue{
	color:#7e0000;
}
.honor-box{
	margin:50px auto;
}
.honor-box ul{
	width:100%;
	overflow:hidden;
}
.honor-box ul li{
	width:23.75%;
	float:left;
	margin-right:1.6%;
	margin-bottom:20px;
}
.honor-box ul li:nth-of-type(4n){
	margin-right:0;
}
.honor-box ul li a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	overflow:hidden;
}
.honor-box ul li img{
	width:100%;
	min-height:100%;
	display:block;
}




/*分页*/
.page {
    margin: 40px 0 40px 0;
    text-align: center;
    padding: 5px
}

.page ul li {
    display: inline
}

.page ul li a {
    display: inline-block;
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 9px;
    text-decoration: none;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e3e3e3;
    padding: 0 12px;
    color: #333
}

.page.page ul li a:hover {
    background-color: #333;
    color: #FFF
}

.page.page ul li a:active {
    background-color: #333;
    color: #FFF
}

.page ul li.active a {
    background-color: #333;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin-left: 9px;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #333
}

.page ul li.disabled a {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd
}
/*分页*/
@media (max-width: 1800px){
	.index-case-box div.menu .swiper-container:before,.index-case-box div.menu .swiper-container:after{
		width:6%;
	}
	.index-case-box .swiper-button-prev,.index-case-box .swiper-button-next{
		width:4%;
		top:calc(50% - 1px);
	}
}
  /*****************************************************************/
.fy{margin-top: 10px;}
.fy a{color: #555; text-decoration: none; display:block;
	width:170px;
	height:45px;
	border:1px solid #999999;
	text-align:center;
	line-height:45px;
	font-size:18px;
	color:#666666;
	margin-top:20px;}

.wxzx{position: fixed;
    top: 290px;
    left: 0;
    z-index: 100;}





