﻿.main_box {
	background-image: url(../images/bg_about.jpg);
	background-repeat: repeat-x;
}
.about_box {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
}
.about_pic {
	float: left;
	width: 410px;
}
.about_ti1 {
	background-color: #e70012;
	float: left;
	height: 92px;
	width: 318px;
	line-height: 92px;
	color: #FFFFFF;
}
.about_ti1 h2 {
	padding-left: 20px;
	font-size: 24px;
}
.about_ti2 {
	float: left;
}
.about_content {
	float: right;
	width: 750px;
}
.about_content h2 {
	padding-bottom: 40px;
}
.about_content p {
	font-size: 14px;
	color: #666666;
}



.about_link {margin-top: 115px;right: 0;bottom: 15px;}

.about_link ul{ text-align:right; }

.about_link li{ display:inline-block; margin-right:60px; text-align:center; float:left;   }

.about_link li a{ display:block;}

.about_link li .icon_box{ height:84px; margin-bottom:15px;}

.about_link li:hover .icon_box{ transform:rotateY(180deg);-webkit-transform:rotateY(180deg); /* Safari and Chrome */-moz-transform:rotateY(180deg); /* Firefox */}

.about_link li h1{font-size: 14px;color: #4c4e54; display:block; text-align:center; text-transform:uppercase; padding-bottom:10px;}

.about_link li p{font-size: 12px; line-height:18px; color: #a2a2a7; display:block; text-align:center;}

.about_link li.li1 .icon_box{ background:url(../images/icon_link_about1.png) center no-repeat;}

.about_link li.li1:hover .icon_box{background:url(../images/icon_link_about1_hover.png) center no-repeat;}

.about_link li.li2 .icon_box{ background:url(../images/icon_link_about2.png) center no-repeat;}

.about_link li.li2:hover .icon_box{background:url(../images/icon_link_about2_hover.png) center no-repeat;}

.about_link li.li3 .icon_box{ background:url(../images/icon_link_about3.png) center no-repeat;}

.about_link li.li3:hover .icon_box{background:url(../images/icon_link_about3_hover.png) center no-repeat;}

.about_link li.li4 .icon_box{ background:url(../images/icon_link_about4.png) center no-repeat;}

.about_link li.li4:hover .icon_box{background:url(../images/icon_link_about4_hover.png) center no-repeat;}


/*缓动*/

.about_link *{ -moz-transition: all 0.8s ease-in-out;

-webkit-transition: all 0.8s ease-in-out;

-o-transition: all 0.8s ease-in-out;

-ms-transition: all 0.8s ease-in-out;

transition: all 0.8s ease-in-out; } 



/*新闻样式*/
.news_box {
	background-color: #eeeeee;
}
.news3 {
	float: right;
	width: 740px;
}

.newtip {
	background-color: #fff;
	height: 100px;
	color:#666666;
	margin-bottom: 18px;
}
.newtip:hover {
	color:#FFFFFF;
	background-color: #1e2089;-webkit-transition: all 0.5s;transition: all 0.5s;
}

.new01 {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 32px;
}
.new01 h4 {
	font-size: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin-bottom: 5px;
}
.new01 h5 {
	font-size: 14px;
}

.new01 p {
	font-size: 14px;
	padding-top: 8px;
	
}
.new02 {
	float: left;
	width: 590px;
	margin-left: 30px;
	font-size: 12px;
	line-height: 24px;
	padding-top: 15px;
}
.newbt {
	font-weight: bold;
}




/******************banner样式***********************/
.fullSlide {
	width:100%;
	position:relative;
	height:650px;
	background:#000;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:650px;
	overflow:hidden;
	text-align:center;
	list-style-type: none;
}
.fullSlide .bd li a {
	display:block;
	height:650px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#999;
	filter:alpha(opacity=60);
	opacity:0.6;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#e70012;
}

.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	z-index:1;
	width:60px;
	height:80px;
	background:url(../images/slider-arrow.png) -120px -130px #333 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:0%;
	background-position:-0px -130px;
}