body {
           font: 12px Arial,"微软雅黑",Helvetica, sans-serif,Verdana;
           color: #5a5a5a;
           margin: 0 auto;
           background: #FFF;
			padding-top:53px
          
        }

 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1; 
    letter-spacing: 1px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
    letter-spacing: 1px;
}

input:-ms-input-placeholder{
    color: #fff;opacity:1;
    letter-spacing: 1px;
}

input::-webkit-input-placeholder{
    color: #fff;opacity:1;
    letter-spacing: 1px;
}

/*清除浮动*/

.clear{
	zoom: 1;
}

.clear:after{
	content:"";
	display: block;
	height:0;
	visibility: hidden;
	clear: both;
}


/*主页部分*/

div.head-box{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:78px;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 100;
	border-bottom:1px solid #e3e7ed;
    background:#000000;
}

div.head-content{
	display: block;
	width:1200px;
	height:auto;
	margin:0 auto;
	box-sizing:border-box;
	height:100%;
	/*border:1px solid black;*/
	position: relative;
}

div.head-content img.logo{
	display: block;
	float:left;
	height:50px;
	width:auto;
	margin-top: 14px;
}

div.head-content ul.nav{
	float:right;
	box-sizing:border-box;
	/*border:1px solid #38f;*/
	margin-top: 14px;
}

div.head-content ul.nav li{
	float:left;
	width:130px;
	height:50px;
	/*border:1px solid red;*/
	box-sizing:border-box;
	position: relative;
}





div.head-content ul.nav li a.yi-ji{
	display: block;
	width:100%;
	height:100%;
	text-align: center;
	line-height: 50px;
	font-size:14px;
	color:white;
}

div.head-content ul.nav li a.yi-ji:hover{
	color:#da2420;
}

div.lunbo{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:800px;
	position:relative;
}

div.lunbo div.swiper-container{
	display: block;
	width:100%;
	height:100%;
}

div.lunbo div.swiper-container img{
	display: block;
	width:100%;
	height:100%;
}


/*子菜单*/

div.zicaidan{
	position: absolute;
	z-index: 10000;
	width:140px;
	height:auto;
	top:65px;
	left:50%;
	margin-left:-70px;
	/*border:1px solid white;*/
	background-color: rgba(217,216,214,0.6);
	background-color: rgba(38,37,36,0.5);
	border-radius: 0px 0px 3px 3px;
	border-top:none;
	overflow: hidden;
	margin-top:0px;
	opacity: 1;
	display: none;
	
}

div.zicaidan a.er-ji{
	display: block;
	width:100%;
	height:40px;
	line-height: 40px;
	font-size:14px;
	letter-spacing: 1px;
	overflow: hidden;
	text-align: center;
	color:white;
	transition:all 0.3s;
}
div.zicaidan a.er-ji:hover{
	background-color: #da2420;
	color:white;
}

div.lunbo .swiper-pagination-bullet{
	width:14px;
	height:14px;
	background-color: white;
	border:2px solid white;
	opacity: 1;
}

div.lunbo .swiper-pagination-bullet-active{
	background-color: transparent;
	opacity: 1;

}

div.lunbo .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;
}


div.lunbo-xuanfu{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:550px;
	height:200px;
	position: absolute;
	z-index: 1000;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	padding-top: 600px;
}

div.lunbo-xuanfu span{
	display: block;
	font-size:36px;
	color:white;
	font-weight:bold;
	width:100%;
	letter-spacing: 1px;
	text-align: center;
}

div.lunbo-xuanfu p{
	display: block;
	width:100%;
	text-align:center;
	line-height: 1.5;
	font-size:16px;
	letter-spacing: 1px;
	color:white;
	margin:10px auto;
}

div.lunbo-xuanfu a{
	display: block;
	width:150px;
	height:40px;
	/*border-radius: 3px;*/
	line-height: 40px;
	text-align: center;
	margin:15px auto;
	color:white;
	font-size:16px;
	letter-spacing: 1px;
	border:1px solid white;
	margin-top: 34px;
	transition:all 0.3s;
}
div.lunbo-xuanfu a:hover{
	background-color:#da2420;
	border-color:#da2420;
	color:white;
}

div.fuwu-box{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:30px 0px;
}

div.fuwu-box div.fuwu-content{
	display: block;
	width:1200px;
	height:auto;
	margin:0 auto;
}

div.ggbt-1{
	display: block;
	width:400px;
	height:auto;
	margin:6px auto;

}


div.ggbt-1 span.e-1{
	display: block;
	font-size:44px;
	color:#b43434;
	text-align:center;
	font-family: "宋体";
	font-weight:bold;
}

div.ggbt-1 span.e-2{
	display: block;
	font-size:32px;
	width:100%;
	text-align: center;
	color:black;
	margin:0px auto;
	/*font-weight: bold;*/
}

div.ggbt-1 i.e-3{
	display: block;
	width:30px;
	height:4px;
	margin:10px auto;
	background-color: #b43434;
}

ul.fuwu-nav{
	width:1200px;
	/*border:1px solid red;*/
	box-sizing:border-box;
	margin:40px auto;
	
}

.xg-1{
	animation:mya 0.4s ease-in forwards 1;
}

@keyframes mya{
	
	form{
		margin-top:100px;
		opacity: 0.5;
	}

	to{
		margin-top: 0px;
		opacity: 1;
	}


}



ul.fuwu-nav li{
	float:left;
	width:25%;
	height:auto;
	/*border:1px solid black;*/
	box-sizing:border-box;
	margin-top: 100px;
	opacity: 0;
}


ul.fuwu-nav li div.ln-1{
	width:80px;
	height:80px;
	border:2px solid #8a8a8a;
	margin:3px auto;
	position: relative;
	border-radius:3px;
}

ul.fuwu-nav li div.ln-1 img{
	display: block;
	width:50px;
	height:50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	margin-top:-25px;
	top:50%;
}


ul.fuwu-nav li div.ln-2 {
	width:100%;
	margin:10px auto;
	height:auto;
}

ul.fuwu-nav li div.ln-2 span:nth-child(1){
	display: block;
	width:100%;
	font-size:18px;
	text-align: center;
	color:black;
	margin-bottom:5px;
	font-weight:bold;

}
ul.fuwu-nav li div.ln-2 span:nth-child(2){
	display: block;
	width:100%;
	font-size:14px;
	text-align: center;
	color:rgb(67, 67, 67);
}

ul.fuwu-nav li p.ln-3{
	text-align: center;
	line-height: 1.5;
	font-size:14px;
	color:rgb(67, 67, 67);
	margin:0 auto;
	box-sizing:border-box;
	width:90%;
	display: box;
	display: -webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;

}

div.ys-box{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	min-height: 700px;
	background-image: url(../img/222.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 90px;

}

div.ys-content{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:1150px;
	margin:0 auto;
}

div.ys-aaa{
	width:100%;
	height:auto;
	margin:20px auto;
	float: left;
}

div.ys-content-1{
	float:left;
	width:50%;
	/*border:1px solid red;*/
	box-sizing:border-box;
}

div.ys-content-1 div.ys-left{
	width:500px;
	height:500px;
	border:4px solid white;
	margin:0 auto;
	box-sizing:border-box;
	padding-left:36px;
	padding-top:147px;
	width:0px;
	opacity: 0;
}

.xg-3{
	animation:myc 0.8s ease-in-out forwards 1;
}


@keyframes myc{
	
	form{
		width:0px;
		opacity: 0.5;
	}

	to{
		width:500px;
		opacity: 1;
	}


}

div.ys-content-1 div.ys-left span{
	font-size:32px;
	/*font-weight:bold;*/
	color:white;
	display: block;
	margin-bottom: 46px;
}

div.ys-content-1 div.ys-left p{
	color:white;
	font-size:14px;
	line-height: 2;
	width:330px;
}

div.ys-content-2{
	float:right;
	width:50%;
	/*border:1px solid red;*/
	box-sizing:border-box;
}

div.ys-content-2 div.ys-right{
	width:400px;
	margin:0 auto;
	/*border:1px solid white;*/
	box-sizing:border-box;
	padding-top: 50px;
}
div.ys-content-2 div.ys-right>span{
	display: block;
	font-size:24px;
	color:white;
	font-weight:bold;
	letter-spacing: 2px;
}

div.ys-content-2 div.ys-right ul{
	width:100%;
	height:auto;
	margin:30px auto;
}

div.ys-content-2 div.ys-right ul li{
	width:100%;
	height:auto;
	margin-bottom: 50px;
}
div.ys-content-2 div.ys-right ul li img{
	float:left;
	display: block;
	width:32px;
	height:32px;
	margin-top: 5px;
}
div.ys-content-2 div.ys-right ul li div{
	float: left;
	width:350px;
	margin-left:-600px;
	opacity: 0;
}

div.ys-content-2 div.ys-right ul li:nth-child(1) div{
	animation-delay:300ms;
}
div.ys-content-2 div.ys-right ul li:nth-child(2) div{
	animation-delay:500ms;
}
div.ys-content-2 div.ys-right ul li:nth-child(3) div{
	animation-delay:700ms;
}
div.ys-content-2 div.ys-right ul li:nth-child(4) div{
	animation-delay:900ms;
}

.xg-2{
	animation:myb 0.6s ease-in-out forwards 1;
}


@keyframes myb{
	
	form{
		margin-left:-600px;
		opacity: 0.5;
	}

	to{
		margin-left: 16px;
		opacity: 1;
	}


}
div.ys-content-2 div.ys-right ul li div span{
	display: block;
	color:white;
	font-size:18px;
	margin-bottom: 6px;
}
div.ys-content-2 div.ys-right ul li div p{
	font-size:14px;
	color:white;
	display: box;
	display: -webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
}

div.about-box{
	width:100%;
	/*border:1px solid red;*/
	box-sizing:border-box;
	height:auto;
	padding:25px 0px;
	background-image: url(../img/au9q.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-size:auto 100% ;
	height:630px;
}

div.about-content{
	width:1150px;
	/*border:1px solid black;*/
	box-sizing:border-box;
	margin:0 auto;
	height:auto;
	max-height: 630px;
}

div.about-content-1{
	float:left;
	width:400px;
	height:auto;
	/*border:1px solid red;*/
	box-sizing:border-box;
	padding-top:100px;
}

div.about-biaoti-1{
	width:100%;
	/*border:1px solid red;*/
	box-sizing:border-box;
	margin-bottom: 23px;
}

div.about-biaoti-1 span:nth-child(1){
	display: block;
	font-size:32px;
	/*font-weight:bold;*/
	color:#000000;
}

div.about-biaoti-1 span:nth-child(2){
	font-size:16px;
	color:#e2252e;
	margin-top: 10px;
}

div.about-content-1 p{
	font-size:14px;
	line-height: 1.85;
	color:#5a5a5a;
	height:auto;
	letter-spacing: 1px;
	text-indent: 2em;

	display: box;
	display: -webkit-box;
	line-clamp:8;
	-webkit-line-clamp:8;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
}

a.ddd{
	display: block;
	margin:25px 0px;
	border-radius: 20px;
	width:150px;
	height:40px;
	line-height: 40px;
	text-align:center;
	color:white;
	background-color:#e2252e;
	font-size:14px;
	letter-spacing: 1px;
}

div.about-content-2{
	float:left;
	width:630px;
	height:auto;
	padding-top: 70px;
	/*border:1px solid red;*/
	margin-left: 110px;
}

div.about-content-2 ul{
	width:100%;
	height:auto;
}

div.about-content-2 ul li{
	float:left;
	width:288px;
	height:200px;
	position: relative;
	margin-right: 50px;
	margin-bottom: 25px;
	cursor: pointer;
}






div.about-content-2 ul li:nth-child(2n){
	margin-right: 0px;
}



div.about-content-2 ul li img{
	display: block;
	width:100%;
	height:100%;
	margin-left: -600px;
	opacity: 0;
}

div.about-content-2 ul li:nth-child(1) img{
	animation-delay:900ms;
}
div.about-content-2 ul li:nth-child(2) img{
	animation-delay:700ms;
}
div.about-content-2 ul li:nth-child(3) img{
	animation-delay:500ms;
}
div.about-content-2 ul li:nth-child(4) img{
	animation-delay:300ms;
}


.xg-4{
	animation:myd 0.8s ease-in-out forwards 1;
}


@keyframes myd{
	
	form{
		margin-left: -600px;
		opacity: 0.5;
	}

	to{
		margin-left: 0px;
		opacity: 1;
	}


}

div.about-content-2 ul li div{
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -144px;
	margin-top: -100px;
	width:100%;
	height:100%;
	line-height: 200px;
	text-align: center;
	color:white;
	background-color:#e2252e;
	font-size:24px;
	letter-spacing: 1px;
	overflow: hidden;
	display: none;

}

div.anli-box{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:70px 0px;
	background-color: #111016;
}

div.anli-content{
	width:1200px;
	height:auto;
	margin:0 auto;
	/*border:1px solid white;*/
	margin-top: 200px;
	opacity: 0;
}


.xg-5{
	animation:mye 0.6s ease-in-out forwards 1;
}


@keyframes mye{
	
	form{
		margin-top: 200px;
		opacity: 0.5;
	}

	to{
		margin-top: 0px;
		opacity: 1;
	}


}


ul.anli-neirong{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin:20px auto;
}


ul.anli-neirong li{
	float:left;
	/*border:1px solid white;*/
	box-sizing:border-box;
	width:380px;
	height:280px;
	margin-right: 29px;
	margin-bottom: 18px;
}

ul.anli-neirong li a{
	display: block;
	width:100%;
	height:100%;
	position: relative;
	overflow: hidden;
}

ul.anli-neirong li a img{
	display: block;
	width:100%;
	height:100%;
}


ul.anli-neirong li a div{
	position: absolute;
	z-index: 100;
	left:0px;
	top:0px;
	/*border:1px solid red;*/
	background-color:rgba(24,25,23,0.5);
	box-sizing:border-box;
	padding:10px;
	width:100%;
	height:100%;
	display: none;
}

ul.anli-neirong li a div p{
	display: block;
	width:100%;
	height:100%;
	border:1px solid white;
	line-height:260px; 
	text-align: center;
	color:white;
	font-size:24px;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}



ul.anli-neirong li:nth-child(3n){
	margin-right: 0px;
}

div.anli-nav{
	width:100%;
	height:auto;
	text-align:center;
	margin:50px auto;
}

div.anli-nav a{
	display: inline-block;
	width:120px;
	height:35px;
	border:1px solid white;
	line-height: 35px;
	text-align: center;
	color:white;
	font-size:16px;
	letter-spacing: 1px;
	overflow: hidden;
	margin:4px 4px;
	transition:all 0.3s;
}
div.anli-nav a:hover{
	color:#e2252e;
	border-color:#e2252e;
}

p.huayu{
	display: block;
	width:1000px;
	margin:20px auto;
	color:white;
	font-size:16px;
	letter-spacing: 1px;
	text-align:center;
	line-height: 1.65;
}


ul.shuju{
	width:1200px;
	/*border:1px solid red;*/
	box-sizing:border-box;
	margin:40px auto;

}

ul.shuju li{
	float:left;
	width:25%;
	/*border:1px solid red;*/
	box-sizing:border-box;
}

ul.shuju li div{
	width:100%;
	text-align: center;
}

ul.shuju li div span{
	color:white;
	font-size:60px;
	font-family: "宋体";
	margin:0px 2px;
}

ul.shuju li p{
	width:100%;
	font-size:24px;
	color:white;
	letter-spacing: 1px;
	text-align:center;
	margin-top: 3px;
}


/*新闻部分*/

div.xinwen-box{
	width:100%;
	/*border:1px solid red;*/
	box-sizing:border-box;
	padding:120px 0px;
	background-image: url(../img/bg_hk6t.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;

}

div.xinwen-content{
	width:1200px;
	/*border:1px solid black;*/
	box-sizing:border-box;
	margin:0 auto;
	height:auto;
	margin-top: 400px;
	opacity: 0;
}

div.xinwen-biaoti{
	width:100%;
	height:auto;
}

div.xinwen-biaoti span.cn{
	font-size:30px;
	color:#e2252e;
	display: block;
	letter-spacing: 1px;

}

div.xinwen-biaoti span.en{
	color:#5a5a5a;
	font-size:20px;
	display: block;
	margin:1px auto;

}
div.xinwen-biaoti p{
	font-size:14px;
	margin:3px auto;
}


div.xinwen-rongqi{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top: 35px;
}

div.xinwen-rongqi-fen{
	float:left;
	width:345px;
	height:auto;
	/*border:1px solid red;*/
	margin-right: 77px;
}

div.xinwen-rongqi-fen:nth-child(3n){
	margin-right:0px;
}

div.xinwen-rongqi-fen img{
	display:block;
	width:100%;
	height:165px;
	margin-bottom: 30px;
}

div.xinwen-rongqi-fen ul{
	width:100%;
	height:auto;
}

div.xinwen-rongqi-fen ul li{
	width:100%;
	height:auto;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom:1px dashed #d5d2d2;
}
div.xinwen-rongqi-fen ul li span{
	color:#b43434;
	font-size:14px;
	float: left;
}
div.xinwen-rongqi-fen ul li a{
	width:200px;
	display: inline-block;
	font-size:14px;
	float: left;
	margin-left: 3px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color:black;
	letter-spacing: 1px;
	text-align:left;

}

div.xinwen-rongqi-fen ul li a:hover{
	color:#b43434;
}

div.xinwen-rongqi-fen ul li span.time{
	float:right;
	color:#5a5a5a;
}

div.lianxi-box{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:55px 0px;
	height:480px;
	background-position: center center;
	background-image: url(../img/z_bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
div.lianxi-content{
	width:1200px;
	height:auto;
	/*border:1px solid red;*/
	box-sizing:border-box;
	margin:0 auto;


}

div.lxfs{
	float:left;
	/*border:1px solid red;*/
	width:340px;
	height:auto;

}

div.lxfs-1{
	/*border:1px solid white;*/
	box-sizing:border-box;
	width:100%;
}

span.lxfs-1-1{
	display: block;
	font-size:24px;
	color:white;
	letter-spacing: 1px;
	/*font-weight:bold;*/
}
span.lxfs-1-2{
	display: block;
	font-size:16px;
	color:white;
	margin:10px auto;
	padding-bottom:18px;
	border-bottom:1px solid white;
	letter-spacing: 1px;
}

span.lxfs-1-3{
	display: block;
	font-size:24px;
	/*font-weight:bold;*/
	color:#e2252e;
	margin:10px auto;
}

div.lxfs-2 ul{
	width:100%;
	height:auto;
	margin:10px auto;
}

div.lxfs-2 ul li{
	width:100%;
	height:30px;
	font-size:14px;
	line-height: 30px;
	color:white;
}

div.biaodan{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:420px;
	margin:0px 50px;
	float:left;
}

div.biaodan form{
	
	width:100%;
	height:auto;
	/*border:1px solid red;*/
	box-sizing:border-box;


}

div.biaodan form ul{
	width:100%;
	height:auto;
}

div.biaodan form ul li{
	height:auto;
	margin-bottom: 20px;
}

div.biaodan form ul li input{
	background-color:transparent;
	border:1px solid white;
	height:40px;
	line-height: 40px;
	box-sizing:border-box;
	padding:6px;
	font-size:14px;
	letter-spacing: 1px;
	overflow: hidden;
	display: block;
	width:100%;
	outline: none;
	color:white;
}


div.biaodan form ul input[type=submit]{
	
	display: block;
	width:150px;
	height:40px;
	border-radius: 3px;
	border:1px solid #da231d;
	background-color: #da231d;
	font-size:14px;
	letter-spacing: 1px;
	color:white;
	cursor: pointer;
	margin-top:15px;
	outline: none;
}

div.erweima{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	float:right;
	width:260px;
}

ul.erweima-mm li{
	float:left;
	width:120px;
	height:150px;
	/*border:1px solid white;*/
	box-sizing:border-box;
	margin-bottom: 8px;
}

ul.erweima-mm li:nth-child(2n){
	float:right;
}

ul.erweima-mm li img{
	display: block;
	width:100%;
	height:120px;
	margin-bottom: 3px;
}


ul.erweima-mm li span{
	display: block;
	font-size:14px;
	color:white;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

div.dangqian{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:1200px;
	margin:10px auto;
}

div.dangqian p{
	width:100%;
	height:auto;
}

div.dangqian p span,div.dangqian a{
	color:#666666;
	font-size:14px;
	margin:0px 2px;
}

div.rongqi{
	/*border:1px solid red;*/
	margin:10px auto;
	height:auto;
	width:1200px;
}

div.rongqi-biaoti{
	width:100%;
	height:auto;
}

div.rongqi-biaoti span{
	display: block;
	text-align: center;
}

div.rongqi-biaoti span:nth-child(1){
	font-size:32px;
	color:black;
	font-weight:bold;
}
  
 div.rongqi-biaoti span:nth-child(2){
	font-size:22px;
	color:#535252;
	/*font-weight:bold;*/
	letter-spacing: 1px;
}

div.rongqi-nav{
	width:1000px;
	margin:30px auto;
	border:1px solid #cccccc;
	box-sizing:border-box;
	text-align: center;

}

div.rongqi-nav a{
	display: inline-block;
	width:120px;
	height:60px;
	line-height: 60px;text-align:center;
	font-size:14px;
	text-align: center;
	color:#171515;
	letter-spacing: 1px;
}

div.rongqi-nav a.active{
	background-color:#171515;
	color:white;
}
div.rongqi-nav a:hover{
	background-color:#171515;
	color:white;
}

div.danye{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:99%;
	margin:0 auto;
}

div.danye p.danye-1{
	font-size:20px;
	height:auto;
	line-height: 1.5;
	color:black;
	font-weight:bold;
	letter-spacing: 1px;
	width:600px;
	margin:0 auto;
	text-align: center;
}

div.danye p.danye-2{
	font-size:14px;
	height:auto;
	line-height: 1.5;
	color:#5a5a5a;
	/*font-weight:bold;*/
	letter-spacing: 1px;
	width:600px;
	margin:2px auto;
	text-align: center;
}

div.danye div.danye-3{
	width:100%;
	height:auto;
}
div.danye div.danye-3 img{
	max-width: 100%;
	margin:3px auto;
	height:auto;
	display: block;
}
div.danye div.danye-3 p{
	font-size:16px;
	color:black;
	line-height: 1.75;
	text-indent: 2em;
	padding:5px 0px;
}

div.page1{
	width:99%;
	height:auto;
	margin:6px auto;
	border-top:1px dashed #5a5a5a;
	padding:5px 0px;
}

div.page1 a{
	display: inline-block;
	font-size:14px;
	letter-spacing: 1px;
	color:#666666;
	margin-bottom: 2px;
}

div.page2{
	width:99%;
	margin:6px auto;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding:10px 0px;
	text-align: center;
	cursor: pointer;
}

div.page2 span,div.page2 a{
	margin:0px 2px;
	padding:2px 5px;
	font-size:14px;
	border:1px solid black;
}

div.page2 span.show{
	background-color: black;
	color:white;
	border-color:black;
}

div.page2 a:hover{
	background-color: black;
	color:white;
	border-color:black;
}

div.page2 a.sss{
	background-color: #ccc;
	border-color:#ccc;
	color:gray;
}

ul.cp-nnn{
	width:100%;
	height:auto;
	/*border:1px solid red;*/
	box-sizing:border-box;
}

ul.cp-nnn li{
	float:left;
	/*border:1px solid black;*/
	box-sizing:border-box;
	width:380px;
	height:auto;
	margin-bottom: 20px;
	margin-right: 29px;
}

ul.cp-nnn li:nth-child(3n){
	margin-right:0px;
}

ul.cp-nnn li a{
	display: block;
	width:100%;
	/*height:100%;*/
	height:280px;
}

ul.cp-nnn li a img{
	border-radius: 3px;
	display: block;
	width:100%;
	/*height:280px;*/
	height:100%;
	margin-bottom: 8px;
	object-fit: cover;
}

ul.cp-nnn li a span{
	display: block;
	box-sizing:border-box;
	padding:0px 6px;
	font-size:20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	letter-spacing: 1px;
	font-weight:bold;
	color:black;
	margin-bottom: 3px;
}


ul.cp-nnn li a p{
	font-size:14px;
	color:#5a5a5a;
	height:auto;
	line-height: 1.3;
	box-sizing:border-box;
	padding:0px 6px;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow:ellipsis;
	line-clamp:2;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;

}

/*在线留言*/

div.liuyanqu{
	border:1px solid #eeeeee;
	box-sizing:border-box;
	margin:35px auto;
	width:742px;
	height:auto;
	padding-bottom: 10px;
}

div.liuyanqu form img.head-tu{
	display: block;
	width:100%;
	height:auto;
	margin-bottom: 20px;
}

div.liuyanqu form div{
	width:440px;
	height:auto;
	/*border:1px solid red;*/
	margin:0px auto;
	margin-bottom: 20px;
}

div.liuyanqu form div span{
	display: block;
	font-size:14px;
	letter-spacing: 1px;
	color:#5a5a5a;
}

div.liuyanqu form div input{
	display: block;
	width:100%;
	height:40px;
	border-radius: 3px;
	box-sizing:border-box;
	border:none;
	outline: none;
	border:1px solid #d9d9d9;
	margin-top:10px;
}

div.liuyanqu form div textarea{
	display: block;
	width:100%;
	max-width: 100%;
	min-height:150px;
	border-radius: 3px;
	box-sizing:border-box;
	border:none;
	outline: none;
	border:1px solid #d9d9d9;
	margin-top:15px;
	overflow-x:hidden 
}


div.liuyanqu form input[type=submit]{
	width:70%;
	height:40px;
	border-radius: 3px;
	margin:0 auto;
	background-color: black;
	color:white;
	font-size:16px;
	border:none;
	display: block;
}


ul.xinwen-ww{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
}

ul.xinwen-ww li{
	width:100%;
	height:auto;
	margin-bottom:18px;
	box-sizing:border-box;
	padding:0px 5px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 16px;
}

ul.xinwen-ww li a{
	display: block;
	width:100%;
	height:100%;
}

ul.xinwen-ww li a img{
	float: left;
	width:190px;
	height:125px;
	display: block;
	/*border:1px solid red;*/
	padding-bottom: 6px;

}
ul.xinwen-ww li a div{
	width:964px;
	height:auto;
	float: left;
	/*border:1px solid black;*/
	box-sizing:border-box;
	margin-left: 30px;
}

p.danye-4{
	width:90%;
	margin:8px auto;
	height:auto;
	/*line-height: 1.5;*/
	font-size:14px;
	text-align: left;
	min-height: 30px;
	height:auto;
	letter-spacing: 1px;
	border:1px dashed #ccc;
	background-color: #f3f3f2;
	line-height: 30px;
	color:#999999;
	padding:5px 5px 5px 20px;
}


/*热门文章*/

div.rmwz{
	display: block;
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin:5px auto;
}

div.rmwz p{
	width:100%;
	height:40px;
	line-height:40px;
	background-color: #2c2e2b;
	color:white;
	box-sizing:border-box;
	padding:0px 8px;
	font-size:16px;
	letter-spacing: 2px;
}

div.rmwz ul{
	height:auto;
	margin:4px auto;
	width:100%;
	margin-top: 6px;
}

div.rmwz ul li{
	float: left;
	width:33.33333%;
	box-sizing:border-box;
	height:auto;
	margin-bottom: 6px;
}

div.rmwz ul li a{
	display: block;
	width:96%;
	margin:0 auto;
	height:25px;
	line-height: 25px;
	font-size:14px;
	color:#666666;
	text-align:left;
	letter-spacing: 1px;
	border-bottom:1px dashed #999999;
	overflow: hidden;
	text-align: left;
	text-overflow:ellipsis;
	white-space: nowrap;

}

div.rmwz ul li a:hover{
	color:#da231d;
}



ul.xinwen-ww li a div span.bg-1{
	display: block;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow:ellipsis;
	margin-bottom: 6px;
	white-space: nowrap;
	color:#514e4e;
}

ul.xinwen-ww li a div span.bg-2{
	display: block;
	font-size:15px;
	/*font-weight:bold;*/
	overflow: hidden;
	text-overflow:ellipsis;
	margin-bottom: 10px;
	white-space: nowrap;
	color:#666666;
}

ul.xinwen-ww li a div p{
	line-height: 1.75;
	font-size:14px;
	color:#666666;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow:ellipsis;
	line-clamp:3;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	/*text-indent: 2em;*/
}

.anli-neirong b{
         	position: absolute;
         	left:0px;
         	bottom:0px;
         	height:35px;
         	background-color: #e2252e;
         	text-align: center;
         	display: block;
         	color:white;
         	font-size:16px;
         	width:100%;
         	letter-spacing: 1px;
         	line-height: 35px;
         	font-weight:lighter;
         	display: none;
         }



/*主页动态效果*/

.fr{
	animation:myss 0.5s ease-in forwards 1;
}

@keyframes myss{
	from{
		transform:scale(1,1);
	}
	to{
		transform:scale(1.2,1.2);
	}
}

div.fooo-box{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:10px 0px;
	background-color:#222222; 
	padding-bottom: 0px;
}

div.fooo-content{
	width:1200px;
	height:auto;
	margin:0 auto;
}

div.fooo-content span{
	display: block;
	color:white;
	font-size:16px;
	letter-spacing: 1px;
	font-weight:bold;
}

div.fooo-content ul{
	width:100%;
	height:auto;
	margin:10px auto;
	font-size:14px;
}

div.fooo-content ul li{
	float:left;
	padding:0px 2px;
	margin:0px 5px;
	margin-bottom: 6px;
	color:#e2dfdf;
}

div.zuoyou{
	width:100%;
	height:auto;
	padding:16px 0px;
	background-color: #141313;
	display: block;
	margin:3px auto;
	color:#e2dfdf;
	text-align: center;
	font-size:14px;
}

div.zuoyou span,div.zuoyou a{
	display: block;
	margin:3px auto;
	color:#e2dfdf;
	text-align: center;
	font-size:14px;
}


/*响应式辅助样式*/

span.yd-anniu{
	display: block;
	position: absolute;
	width:30px;
	height:30px;
	border:2px solid white;
	right:0px;
	top:50%;
	margin-top: -15px;
	background-image: url(../img/sss.png);
	background-position: center center;
	background-size: 20px auto;
	background-repeat: no-repeat;
	border-radius: 3px;
	display: none;
}

ul.phone-nav{
	display: block;
	width:100%;
	height:auto;
	/*border:1px solid red;*/
	box-sizing:border-box;

	display: none;
	/*border-bottom:1px solid white;*/
	background-color: #151517;
}

ul.phone-nav li{
	border-bottom:1px solid white;
	box-sizing:border-box;
	height:auto;
	/*background-color:#3b3b3d;*/
}

ul.phone-nav li:last-child{
	border:none;
}

ul.phone-nav li span{
	display: block;
	width:100%;
	height:40px;
	/*border:1px solid black;*/
	box-sizing:border-box;
	padding:0px 4%;
	line-height: 40px;
	/*text-align: center;*/
	
}

ul.phone-nav li span a{
	display: inline-block;
	font-size:16px;
	box-sizing:border-box;
	vertical-align: middle;
	color:white;
	letter-spacing: 1px;
}


ul.phone-nav li span img{
	display: inline-block;
	height:16px;
	width:auto;
	vertical-align: middle;
	/*border:1px solid red;*/
	box-sizing:border-box;
	margin-left: 5px;
	
}

ul.phone-nav li div.xing{
	width:100%;
	height:auto;
	/*border:1px solid red;*/
	box-sizing:border-box;
	padding:5px 6%;
	background-color: #272728;
	display: none;
}

ul.phone-nav li div.xing a{
	display: block;
	width:100%;
	height:35px;
	line-height: 35px;
	font-size:14px;
	color:white;
	border-bottom:1px dashed white;
	margin-bottom: 6px;
	letter-spacing: 1px;
	box-sizing:border-box;
	padding:0px 3px;

}

ul.phone-nav li div.xing a:last-child{
	
	border:none;

}


	div.pox{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:44px;
	background-color: #f2f2f2;
	position: fixed;
	z-index: 1000;
	left:0px;
	bottom:0px;
	display: none;
}

div.pox ul{
	width:100%;
	height:100%;
	border-top:1px solid #c9c9c9;
}

div.pox ul li{
	float:left;
	width:33.3333%;
	border-right:1px solid #e1e1e1;
	box-sizing:border-box;
	height:100%;
}

div.pox ul li:last-child{
	border:none;
}

div.pox ul li a{
	display: block;
	width:100%;
	height:100%;
	line-height: 44px;
	text-align: center;
}

div.pox ul li a img{
	display: inline-block;
	height:30px;
	width:auto;
	vertical-align: middle;
}
 form.lol div b{
	display: none;
	color: red;
    font-size: 12px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
}

 form.fff li b{
	display: none;
	color: red;
    font-size: 12px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
}
div.fuwu-box{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:30px 0px;
	background-color: #454647;
}

div.fuwu-box div.fuwu-content{
	display: block;
	width:1200px;
	height:auto;
	margin:0 auto;
}

div.ggbt-1{
	display: block;
	width:400px;
	height:auto;
	margin:6px auto;

}


div.ggbt-1 span.e-1{
	display: block;
	font-size:30px;
	color:#e2252e;
	text-align:center;
	font-family: "宋体";
	font-weight:bold;
}

div.ggbt-1 span.e-2{
	display: block;
	font-size:32px;
	width:100%;
	text-align: center;
	color:black;
	margin:0px auto;
	/*font-weight: bold;*/
	color:white;
}

div.ggbt-1 i.e-3{
	display: block;
	width:30px;
	height:4px;
	margin:10px auto;
	background-color: #e2252e;
}

ul.fuwu-nav{
	width:1200px;
	/*border:1px solid red;*/
	box-sizing:border-box;
	margin:40px auto;
	
}

.xg-1{
	animation:mya 0.4s ease-in forwards 1;
}

@keyframes mya{
	
	form{
		margin-top:100px;
		opacity: 0.5;
	}

	to{
		margin-top: 0px;
		opacity: 1;
	}


}



ul.fuwu-nav li{
	float:left;
	width:25%;
	height:auto;
	/*border:1px solid black;*/
	box-sizing:border-box;
	margin-top: 100px;
	opacity: 0;
}


ul.fuwu-nav li div.ln-1{
	width:80px;
	height:80px;
	border:2px solid white;
	margin:3px auto;
	position: relative;
	border-radius:3px;
}

ul.fuwu-nav li div.ln-1 img{
	display: block;
	width:50px;
	height:50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	margin-top:-25px;
	top:50%;
}


ul.fuwu-nav li div.ln-2 {
	width:100%;
	margin:10px auto;
	height:auto;
}

ul.fuwu-nav li div.ln-2 span:nth-child(1){
	display: block;
	width:100%;
	font-size:18px;
	text-align: center;
	color:black;
	margin-bottom:5px;
	font-weight:bold;
	color:white;
	letter-spacing: 2px;

}
ul.fuwu-nav li div.ln-2 span:nth-child(2){
	display: block;
	width:100%;
	font-size:14px;
	text-align: center;
	color:rgb(67, 67, 67);
	color:white;
}

ul.fuwu-nav li p.ln-3{
	text-align: center;
	line-height: 1.5;
	font-size:14px;
	color:white;
	margin:0 auto;
	box-sizing:border-box;
	width:90%;
	display: box;
	display: -webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;

}





