.header, .content, .footer{
	width: 100%;
	height: auto;
}
.header{
	height: 900px;
	/*background-image: url(../images/banner01.jpg);*/
}
.header .top{
	height: 120px;
	background-color: rgba(0,0,0,.7);
}
.header .top .logo {
	width:30%;
	height: 120px;
	line-height: 120px;
}
.header .top .logo img{
	display: inline-block;
	vertical-align: middle;
}
.header .top .nav{
	width:70%;
	height: 120px;
}
.header .top .nav ul li, .header .top .nav ul li a{
	width: 12%;
 	display: inline-block;	
 	color: white;
 	text-align: center;	
 	height: 120px;
 	line-height: 120px;
 	font-size: 18px;
 	transition: transform .5s;	
 	position: relative;
 }
 .header .top .nav ul li a{
 	width:100%;
 	z-index: 2;
 	transition: all 1s;
 }
.header .top .nav ul li i{
	position: absolute;
	z-index: 1;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #e40013;
	transition: height .5s;
}
.header .top .nav ul li a:hover{
	color: #ff0003;
	font-weight: bold;
	transition: all 1s;
	}
.header .top .nav ul li:hover i{
	height: 20px;
	width: 100%;
	transition: height .5s;
	
}
/*.header .top .nav ul li .nav-i{
	height: 60px;
}*/

.content .title{
	font-size: 60px;
	font-family: "微软雅黑";
	font-weight: lighter;
	line-height: 56px;
	color: #ccc;
	position: relative;
}
.content .title .text{
	color: #333;
	font-size: 36px;
	font-weight: bold;
	z-index: 1;
	width: 100%;
}
.content .more{
	width: 20%;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	-webkit-border-radius: 25px;	
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #bc0002;
	color: white;	
	font-size: 16px;
	transition: width .5s;		
}
.content .more:hover{
	width: 30%;
	transition: width .5s;
	text-decoration: none;
}
/*.content .more span, .content .more i{
	display: inline-block;
	vertical-align: middle;
}
.content .more i{
	width: 0;
	height: 0;
	font-size: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ccc;
	transition:all .5s;
}
.content .more:hover i{
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #E40013;
	transition: border-left-width .5s;
}*/

.content .caidan li{
	width: 22%;
	display: inline-block;
	transition: all .5s;
	border: 3px solid #EAEAEA;
	margin-right: 4%;
	text-align: center;
	padding: 3.9%;
	font-size: 16px;
}
.content .caidan li:last-child{
	margin-right: 0;
}
.content .caidan span, .content .caidan a{
	display: block;	
}
.content .caidan span{
	color: #999;
	margin-top: 30px;
}
.content .caidan span:first-child{
	color: #333333;
}
.content .caidan li:hover{
	padding: 4.5% 4%;
	transition: padding .5s;
	border-color: #bc0002;
}
.content .caidan .icon-img{
	border: 1px solid #bc0002;	
	width: 80px;
	height: 80px;
	margin: auto;
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	
}
.content .caidan .icon01{ background-position: 13px 15px;}
.content .caidan .icon02{ background-position: -135px 13px;}
.content .caidan .icon03{ background-position: -299px 15px;}
.content .caidan .lianjie{}
.content .caidan a{
	/*width: 0;
	height: 0;
	font-size: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #e40013;*/
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	-webkit-border-radius: 25px;	
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #bc0002;
	color: white;	
}

.content .ys{
	background-image: url(../images/ys-bg.jpg);
	height: 786px;
}
.content .ys .centera {
	padding:20px;
	overflow:hidden;
}
.content .ys #oranger{
	background-color: #333333;
}
.content .ys p a{
	width: 200px;
	height: 106px;
	line-height: 106px;
	display: block;
	border-bottom: 1px solid #5a5a5a;
	color: white;
}
.content .ys .hover {
	color: white;	
	background:#bc0002;
	border-width: 0;
}
.content .ys #tablea {
	/*background:#eee;*/
	width: 1000px;
}
.content .ys .tablea .box {
	/*margin:10px;*/
	display:none
}
.content .ys .tablea .box{
	background-color: #ea9f19;
	width: 100%;
	overflow: hidden;
}
.content .ys .tablea .box img{
	display: block;
	float: left;
	/*padding-right: 30px;*/	
}
.content .ys .tablea .box .ys-con{
	float: left;
	margin: 50px;
	width: 215px;
}

.jianjie-l,.news-l{
	float: left;
}
.jianjie-l{
	width: 50%;
}
.news-l{
	width: 520px;
} 
.news-r{
	width: 50%;
}
/*.news-r, .jianjie-r{
	width: 500px;
	float: right;
}*/
.news-l .news-img{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.news-l .news-img img{
	transition: all .5s;
}
.news-l .news-img:hover img{
	transform: scale(1.1);
	transition: all .5s;
}
.news-title{
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-title a {
	text-decoration: none;
    color: #333333;
}
.news-title a:hover {
	color: #e40013;
}
.news-text{
	color: #aeaeae;
	line-height: 22px;
	text-transform: uppercase;
	height: 44px;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow : hidden;
  text-overflow: ellipsis;
}

.news-con{
	width: 390px;
	float: right;
}
.news-l ul li{
	border-bottom: 1px solid #f6f6f6;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}
.news-l ul li i{
	width: 0;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0px;
	background-color: #E40013;
	z-index: 1;
	transition: width .5s;
}
.news-l ul li:hover .news-con .news-title,
.news-l ul li:hover .news-con .news-text{
	color: #E40013;
}
.news-l ul li:hover i{
	width: 100%;
	transition: width .5s;
}
.news-l ul li:first-child{
	padding-top: 0;
}
.news-time{
	width: 80px;
	float: left;	
}
.news-time p{
	color: #999999;
}
.news-time p:first-child{
	height: 50px;
	line-height: 50px;
	background-color: #ececec;
}
.news-time p:last-child{
	height: 30px;
	line-height: 30px;
	background-color: #f4f4f4;
}


.news-l a:hover .news-title, .news-l a:hover .news-text,
.news-r a:hover .news-title, .news-r a:hover .news-text{
	color: #E40013;
}
.news-r ul li:hover .news-time p{
	color: white;
}
.news-r ul li:hover .news-time p:first-child{
	background-color: #c70011;
}
.news-r ul li:hover .news-time p:last-child{
	background-color: #e40013;
}
.news-r ul li img,.news-r ul li .news-r-con{
	float: left;
}
.news-r ul li{
	border-bottom: 1px dashed #f6f6f6;
	overflow: hidden;
	padding: 20px 0;
}
.news-r ul li:first-child{
	padding-top: 0;
}
.news-r ul li:hover{
	border-bottom-color: #bc0002;
}
.news-r ul li img{
	width: 240px;
	height: 136px;
}
.news-r ul li .news-r-con{
	width: 55%;
	float: right;
}
.content .title-white{
	font-size: 48px;
	color: #d27d7c;
	position: relative;
}
.content .title-white .text{
	color: white;
	font-size: 24px;
	font-weight: bold;
	z-index: 1;
	position: absolute;
	top: 25px;
	width: 100%;
}
.content .more-white{
	width: 30%;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;		
}
.content .more-white span, .content .more-white i{
	display: inline-block;
	vertical-align: middle;
}
.content .more-white i{
	width: 0;
	height: 0;
	font-size: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ccc;
	transition:all .5s;
}
.content .more-white:hover{
	color: white;
}
.content .more-white:hover i{
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid white;
	transition: border-left-width .5s;
}
.jianjie{
	background: url(../images/jianjie-bg.jpg) no-repeat;
	height: 626px;	
}
.jianjie:hover{
	transform: scale(1);
	transition: all .5s;
}
.jianjie .jianjie-img{
	height: 360px;	
	overflow: hidden;
}
.jianjie .jianjie-img img{
	transition: all .5s;
}
.jianjie .jianjie-img:hover img{	
	transform: scale(1.1);
	transition: all .5s;
}
.content .tqzh li{
	float: left;
	width: 220px;
	height: 486px;
	overflow: hidden;
	margin-right: 25px;
	position: relative;
}
.content .tqzh li:last-child{
	margin-right: 0;
}
.content .tqzh li .tqzh-bg{
	width: 100%;
}
.content .tqzh li .tqzh-bg .tqzh-text{
	position: absolute;
	z-index: 2;
	padding: 30px;
}
.content .tqzh li .tqzh-bg .tqzh-text-bg{
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 150px solid rgba(288, 0, 19, .7);
	border-right: 600px solid transparent;
}
/*.content .tqzh li .tqzh-bg .tqzh-text-bg:nth-child(even){
	border-top-color: rgba(248, 134, 15, .7);
}*/
.content .tqzh li a,
.content .tqzh li a:hover .tqzh-bg .tqzh-text{
	color: white;
}
.content .tqzh li img{
	transform: scale(1.1);
	transition: all .5s;
}
.content .tqzh li:hover img{
	transform: scale(1);
	transition: all .5s;
}


.content .hzmt{
	overflow:hidden;
}

.content .hzmt li{
	float: left;
	width: 30%;
	height:213px;
	margin-bottom: 50px;
	/*background: #AEAEAE;*/
	margin-right: 5%;
	position: relative;
}
.content .hzmt li:nth-child(3n){
	margin-right:0;
}
.content .hzmt li img{
	width: 100%;
}
.content .hzmt .hzmt-a{
	position: absolute;
	top: 0;
	z-index: 1;
	height: 0;
	width: 90%;
	padding: 5%;
	overflow: hidden;		
}
.content .hzmt .hzmt-hover{
	height: 330px;
	display: block;
	transition: all .5s;
	background-color: rgba(188, 0, 2, .65);
}	
.content .hzmt li:first-child{
	margin-top:0;
	transition:margin-top .8s;
}

.footer{
	background-color: #2f2f2f;
	padding-top: 60px;
	color: white;
	overflow: hidden;
	color: #bebebe;
	padding-bottom:50px;
}

.footer .foot-logo, .footer .foot-add{
	float: left;
	margin-right: 50px;
}

.footer .foot-logo{
	width: 218px;
	height: 175px;
	overflow: hidden;
}
.footer .foot-add{
	width: 47%;
}
.footer .foot-add ul li{
	float: left;
	width: 40%;
	height: 60px;
	/*margin-bottom: 30px;*/
}
.footer .foot-add ul li:first-child{
	float: none;
	width: 100%;
}
.footer .foot-add ul li font, .footer .foot-add ul li span{
	display: inline-block;
	vertical-align: middle;
	font-size:16px;
}
.footer .foot-add ul li font{
	width: 30px;
	height: 27px;
	margin-right: 5px;
	background-image: url(../images/foot-icon.png);
}
.footer .foot-add ul li:nth-child(1) font{
	background-position: 0 -228px;
}
.footer .foot-add ul li:nth-child(2) font{
	background-position: -50px -228px;
}
.footer .foot-add ul li:nth-child(3) font{
	background-position: -50px -228px;
	/*background-position: -105px -228px;*/
}
.footer .foot-add ul li:nth-child(4) font{
	background-position: -214px -228px;
	/*background-position: -159px -228px;*/
}
.footer .foot-add ul li:nth-child(5) font{
	/*background-position: -214px -228px;*/
}
.footer .foot-cp{
	float: right;
	width: 16%;
	border-left: 1px solid #4c4c4c;
	padding-left: 10%;
}
