@charset "utf-8";
banner{
	display: block;
	width: 100%;
	height: 260px;
	background: url(../img/contact_banner.jpg) no-repeat center center;
}
/*内容*/
/*头部*/
.content{
	color: #808080;
	width: 1200px;
	padding-left: calc(50% - 600px);
	float: left;
	padding-bottom: 90px;
	
}
.content a{
	color: #808080;
}
.content h3{
	float: left;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e8e9eb;
    font-weight: normal;
    padding-top: 40px;
}
.content h3 .title{
	width: 240px;
	float: left;

}
.content h3 .title p:first-child{
	font-size: 20px;
	color: #333;
}
.content h3 .title p:last-child{
	font-size: 16px;
}
.content h3 ul{
	float: left;
	position: absolute;
	left: 240px;
	bottom: 15px;
}

.content h3 ul li i,.content h3 ul li a{
	float: left;
}
.content h3 ul li i{
	float: left;
    line-height: 21px;
    margin-right: 8px;
    font-size: 20px;
}
.content h3 ul i.rightJiantou{
	float: left;
    margin: 5px 18px;
    font-size: 14px;
    color: #999;
}
.content h3 ul li{
	float: left;
}
.content h3 ul li a{
	color: #999;
}
.content h3 ul li a.active{
	color: #666;
}



/*左侧*/
.left{
	width: 180px;
	float: left;
	font-size: 16px;
	
}
.left ul{
	
}
.left ul li{
	width: 100%;
  	padding: 15px 0;
  	border-bottom: 1px solid #e8e9eb;
}
.left ul li a{
	width: 100%;
	padding-left: 12px;
	height: 15px;
	line-height: 16px;
	color: #808080;
	border-left:4px solid #fff;	
}
.left ul li a.active{
	color: #366fe2;
	border-left:4px solid #366fe2;
}


/*右侧*/
.right{
	width: calc(100% - 240px);
	float: right;
	margin-top: 25px;
}


/*集团新闻*/

.right .pages{}


.right .news,.right .pages{
	width: 100%;
	color: #999;
	float: left;
}
.right .news .newsList,.right .pages p{
	float: left;
	width: 100%; 
	
	margin-bottom: 20px;
	line-height: 25px;
}
.right .pages img{
	width:45%; margin: 20px auto;
}
.right .pages h2{
	border-bottom: 0;
	padding: 0!important;
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 32px;
	color: #666;
	text-align: center;
}
.right .pages p{
	text-indent: 2em;
	margin-bottom: 20px;
	line-height: 25px;
	}
.right .pages .sub_time{
	height: 30px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 25px;
}
.right .pages .sub_nextpage{padding-top:10px;line-height:24px;color:#666;border-top:1px solid #dfdfdf;}

.right .news figure{
	cursor: pointer;
	display: inline-block;
	width: calc(100% - 30px);
	padding: 15px;
	float: left;
	position: relative;
	box-shadow: 0px 2px 15px 0px rgba(7,26,57,0.1);
	margin-bottom: 30px;
}
.right .news figure.active{
	box-shadow: 0px 0px 0px 3px #366fe2;
}
.right .news figure h3{
	border-bottom: 0;
	padding: 0!important;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 22px;
	color: #666;
}
.right .news figure.active h3{
	color: #366fe2;
}
.right .news figure .cover{
	width: 230px;
    height: 140px;
	float: left;
}
.right .news figure .cover img{
	width: 100%;
	height: 100%;
}
.right .news figure .newsTxt{
	float: left;
	margin-left: 25px;
	width: 490px;
}
.right .news figure .describe{
	line-height: 25px;
	width: 100%;
	height: 50px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.right .news figure .newsTxt .tags{
	position: relative;
	float: left;
    margin-top: 15px;
}
.right .news figure .newsTxt .tags i{
	float: left;
    margin-top: 7px;
    color: #e3e4e6;
	}
.right .news figure .newsTxt .tags img{
	float: left;
 	width: 20px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 0;
}
.right .news figure .newsTxt .tags span{
	float: left;
	background: #f2f3f5;
	border-radius: 3px;
	padding: 3px 13px;
	margin-left: 5px;
}
.right .news figure .date{
	position: absolute;
	right: 10px;
	color: #999;
	width: 73px;
}
.right .news figure .date p{
	width: 100%;
	text-align: left;
}
.right .news figure .date .month_day{
	font-size: 24px;
}
.right .news figure .date .year{
	font-size: 16px;
}
.right .news figure .arrow {
	position: absolute;
	display: none;
	right: 55px;
	bottom: 45px;
}
.right .news figure.active .arrow{
	display: block;
	color: #366fe2;
	font-size: 22px;

}
.right .news .pagtion{
	margin-top: 60px;
	text-align: center;
	display: inline-block;
}
.right .news .pagtion li{
	cursor: pointer;
	display: inline-block;
	width: 45px;
	height: 35px;
	line-height: 37px;
	border-radius: 2px;
	margin: 0 5px;
	border: 1px solid #e6e6e6;
}
.right .news .pagtion li:first-child,
.right .news .pagtion li:last-child{
	padding: 0 10px;
}
.right .news .pagtion li.active{
	background: #366fe2;
	border: 1px solid #366fe2;
	color: #fff;
}
/*联系我们*/
.right .industry{
	width: 100%;
	color: #999;
	float: left;
}

.right .industry .newsList{
	float: left;
	width: 100%;
}
.right .industry figure{
	cursor: pointer;
	display: inline-block;
	width: calc(100% - 30px);
	padding: 15px;
	float: left;
	position: relative;
	box-shadow: 0px 0px 15px 0px rgba(7,26,57,0.2);
	margin-bottom: 20px;
}
.right .industry figure.active{
	box-shadow: 0px 0px 0px 3px #366fe2;
}
.right .industry figure h3{
	border-bottom: 0;
	padding: 0!important;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 22px;
	color: #666;
}
.right .industry figure.active h3{
	color: #366fe2;
}
.right .industry figure .cover{
	width: 230px;
    height: 140px;
	float: left;
}
.right .industry figure .cover img{
	width: 100%;
	height: 100%;
}
.right .industry figure .newsTxt{
	float: left;
	margin-left: 25px;
	width: 490px;
}
.right .industry figure .describe{
	line-height: 25px;
	width: 100%;
	height: 50px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.right .industry figure .newsTxt .tags{
	position: relative;
	float: left;
    margin-top: 15px;
}
.right .industry figure .newsTxt .tags i{
	float: left;
    margin-top: 7px;
    color: #e3e4e6;
	}
.right .industry figure .newsTxt .tags img{
	float: left;
 	width: 20px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 0;
}
.right .industry figure .newsTxt .tags span{
	float: left;
	background: #f2f3f5;
	border-radius: 3px;
	padding: 3px 13px;
	margin-left: 5px;
}
.right .industry figure .date{
	position: absolute;
	right: 10px;
	color: #999;
	width: 80px;
}
.right .industry figure .date p{
	width: 100%;
	text-align: left;
}
.right .industry figure .date .month_day{
	font-size: 24px;
}
.right .industry figure .date .year{
	font-size: 16px;
}
.right .industry figure .arrow {
	position: absolute;
	display: none;
	right: 55px;
	bottom: 45px;
}
.right .industry figure.active .arrow{
	display: block;
}
.right .industry .pagtion{
	margin-top: 60px;
	text-align: center;
	display: inline-block;
}
.right .industry .pagtion li{
	cursor: pointer;
	display: inline-block;
	width: 45px;
	height: 35px;
	line-height: 35px;
	border-radius: 2px;
	margin: 0 5px;
	border: 1px solid #e6e6e6;
}
.right .industry .pagtion li:first-child,
.right .industry .pagtion li:last-child{
	padding: 0 10px;
}
.right .industry .pagtion li.active{
	background: #366fe2;
	border: 1px solid #366fe2;
	color: #fff;
}

/*线*/
@-moz-keyframes animateRight{
	from{left: -380px;}
	to{left: 0px;}
}
@-ms-keyframes animateRight{
	from{left: -380px;}
	to{left: 0px;}
}
@-webkit-keyframes animateRight{
	from{left: -380px;}
	to{left: 0px;}
}
@keyframes animateLeft{
	from{left: -380px;}
	to{left: 0px;}
}

@-moz-keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}
@-ms-keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}
@-webkit-keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}
@keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}

.animateLeft{
	animation: animateLeft both 0.8s;

}
.animateRight{
	animation: animateRight both 0.8s;
}





}