/* banner */
.banner {
	width:100%;
	min-width: 1200px;
	position: relative;
	height: 580px;
	z-index: 10;
	overflow: hidden;
}
.banner .bd {
	position: relative;
	z-index: 0;
}
.banner .bd ul {
	margin: 0;padding:0;display: block;
}
.banner .bd li {
	height: 580px;
	animation: 5s linear 0s normal none 1 running banner;
	overflow: hidden;
}

.banner .hd {
	width: 20px;
	position: absolute;
	z-index: 1;
	bottom: 80px;
	right: 5%;
}
.banner .hd ul li {
	display: inline-block;
	height: 10px;
	width: 10px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #ee3d22;
	background: none;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
	text-indent: 999px;
	transition: all 0.8s ease 0s;
}
.banner .hd ul .on {
	transition: all 0.8s ease 0s;
	background: #ee3d22;
}
/* banner */
.pro {
	width:100%;
	min-width: 1200px;
	padding: 30px 0;
	background: #f4f4f4;
}
h1 {
	text-align: center;
	line-height: 30px;
	font-size: 28px;
	background: url(../img/line1.png) no-repeat center bottom;
}
h1 span {
	font-weight: normal;
	display: block;
	font-size: 12px;
	color: #999;
}
.about h1 {
	color: #fff;
}
.pro .tabBox .hd {
	overflow: hidden;
	margin: 40px 0;
	padding-left: 385px;
}
.pro .tabBox .hd li {
	float: left;
	line-height: 35px;
	font-size: 14px;
	background: url(../img/line1.jpg) no-repeat right center;
}
.pro .tabBox .hd li a {
	display: inline-block;
	padding: 0 30px;
}
.pro .tabBox .hd li.on a {
	background: #1f3974;
	color: #1f3974;
}
.pro .tabBox .bd {
	overflow: hidden;
}
.pro .tabBox .bd li {
	float: left;
	width: 300px;
	margin: 10px 0px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.pro .tabBox .bd li a {
	width: 300px;
	height: 300px;
	overflow: hidden;
	display: block;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.pro .tabBox .bd li img {
	width: 270px;
	height: 270px;
	padding: 15px;
	overflow: hidden;
	transform: translateZ(0px);
	transition: all 0.6s ease 0s;
}
.pro .tabBox .bd li:hover img {
	transform: scale(1.2, 1.2);
	transition: all 0.6s ease 0s;
}
.pro .tabBox .bd li .zz {
	background: url("../img/bg1.png") repeat;
	bottom: 0;
	display: none;
	height: 300px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 300px;
	font-size: 16px;
	line-height: 300px;
	transition: all 0.6s ease 0s;
}
.pro .tabBox .bd li .zz i {
	display: block;
	position: absolute;
	left: 46%;
	top: 10%;
	font-size: 24px;
}
.pro .tabBox .bd li.hover .zz {
	display: block;
	transition: all 0.6s ease 0s;
}
h2.more a {
	display: block;
	border: 1px solid #dedede;
	width: 200px;
	height: 50px;
	margin: 40px 0 0 500px;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	transition: all 0.6s ease 0s;
}
h2.more a:hover {
	transition: all 0.6s ease 0s;
	background: #1f3974;
	color: #fff;
}
.about {
	width:100%;
	min-width: 1200px;
	background: url("../img/aboutbg.jpg") no-repeat top center;
	height: 342px;
	padding: 50px 0 0 0;
}
.about .container {
	position: relative;
}
.about .about1 {
	 text-align: center;padding-top: 50px; color:#fff; font-size: 18px;line-height: 2.5;
}
.about .about1 h3 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 10px;
	background: url("../images/logo1.png") no-repeat left top;
	padding-left: 60px;
 font-family:
}
.about .about1 h3 span {
	font-weight: normal;
	display: block;
	font-size: 28px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}
.about .about1 p {
	line-height: 30px;
	width: 760px;
}
.about .about1 h2.more a {
	margin-left: 0;
	color: #1f3974;
	border-color: #d3c3aa;
}
.about .about1 h2.more a:hover {
	color: #fff;
}
.news {
	width:100%;
	min-width: 1200px;
	background: #f4f4f4;
	padding-top: 50px;
	padding-bottom: 50px;
}
.news .news_l, .news .news_r {
	width: 45%;
	margin-top: 50px;
}
.news h4 {
	line-height: 40px;
	color: #b59668;
	font-size: 16px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}
.news .news_r h4 {
	color: #1f3974;
}
.news h4 span {
	color: #999;
	font-weight: normal;
	margin-left: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
.news dl dt {
	overflow: hidden;
	margin-bottom: 10px;
}
.news dl dt span.span1 {
	display: inline-block;
	background: #b39364;
	width: 110px;
	color: #fff;
	float: left;
	font-size: 20px;
	line-height: 30px;
	height: 150px;
	padding: 100px 0 0 60px;
}
.news_r dl dt span.span1 {
	background: #1f3974;
}
.news dl dt span.span1 i {
	font-size: 12px;
	border-bottom: 1px solid #fefefe;
	padding-bottom: 5px;
	color: #eee;
}
.news dl dt span.span2 {
	width: 370px;
	height: 250px;
	overflow: hidden;
	float: left;
}
.news dl dt span.span2 img {
	width: 370px;
	height: 250px;
	overflow: hidden;
	transition: all 0.6s ease 0s;
}
.news dl dt span.span2 a:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s ease 0s;
}
.news dl dd {
	line-height: 35px;
	margin-bottom: 5px;
	transition: all 0.4s ease-in-out 0s;
	border-bottom: 1px solid #e7e7e7;
}
.news dl dd span {
	color: #999;
	float: right;
}
.news dl dd:hover {
	border-left: 5px solid #1f3974;
	padding-left: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.equ{padding-top: 50px;}
.equ .tabBox .hd {
	overflow: hidden;
	margin: 40px 0;
	padding-left: 385px;
}
.equ .tabBox .hd li {
	float: left;
	line-height: 35px;
	font-size: 14px;
	background: url(../img/line1.jpg) no-repeat right center;
}
.equ .tabBox .hd li a {
	display: inline-block;
	padding: 0 30px;
}
.equ .tabBox .hd li.on a {
	background: #1f3974;
	color: #1f3974;
}
.equ .tabBox .bd {
	overflow: hidden;
}
.equ .tabBox .bd li {
	float: left;
	width: 395px;
	margin: 10px 0px;
	height: 317px;
	overflow: hidden;
	position: relative;
}
.equ .tabBox .bd li a {
	width: 395px;
	height: 317px;
	overflow: hidden;
	display: block;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.equ .tabBox .bd li img {
	width: 365px;
	height: 287px;
	padding: 15px;
	overflow: hidden;
	transform: translateZ(0px);
	transition: all 0.6s ease 0s;
}
.equ .tabBox .bd li:hover img {
	transform: scale(1.2, 1.2);
	transition: all 0.6s ease 0s;
}
.equ .tabBox .bd li .zz {
	background: url("../img/bg1.png") repeat;
	bottom: 0;
	display: none;
	height: 300px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 300px;
	font-size: 16px;
	line-height: 300px;
	transition: all 0.6s ease 0s;
}
.equ .tabBox .bd li .zz i {
	display: block;
	position: absolute;
	left: 46%;
	top: 10%;
	font-size: 24px;
}
.equ .tabBox .bd li.hover .zz {
	display: block;
	transition: all 0.6s ease 0s;
}

.agent {
	margin: 50px auto;
}
.picScroll-left {
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.picScroll-left .hd a {
	display: block;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 90px;
	z-index: 999;
}
.picScroll-left .hd a i {
	font-size: 36px;
	color: #ccc;
}
.picScroll-left .hd a i:hover {
	color: #1f3974;
}
.picScroll-left .hd .prev {
	right: 0;
	transition: all 0.6s ease 0s;
}
.picScroll-left .hd .next {
	left: 0px;
	transition: all 0.6s ease 0s;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd {
	margin-left: 40px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	float: left;
	margin: 10px;
	overflow: hidden;
	background: #e8e8e8;
	cursor: pointer;
	transition: all 0.6s ease 0s;
}
.picScroll-left .bd ul li dt img {
	width: 250px;
	height: 150px;
	padding: 5px;
	overflow: hidden;
}
.picScroll-left .bd ul li dd {
	line-height: 50px;
	text-align: center;
}
.picScroll-left .bd ul li:hover {
	background: #1f3974;
	transition: all 0.6s ease 0s;
}
.picScroll-left .bd ul li:hover a {
	color: #fff;
}

/*content*/
.site {
	width:100%;
	min-width: 1200px;
	border-bottom: 1px solid #ddd;
	line-height: 60px;
	background: #eaeef1;
	margin-bottom: 40px;
}
.site .container {
	position: relative;
	z-index: 10;
}
.site ul.site_l {
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 1000;
}
.site ul.site_l li {
	float: left;
	font-size: 14px;
	background: url("../img/line.jpg") no-repeat scroll right center;
}
.site ul.site_l li a {
	padding: 0 30px;
}
.site ul.site_l li.current a, .site ul.site_l li:hover a {
	border-bottom: 3px solid #1f3974;
	display: block;
	color: #1f3974;
}
.site .site_r i {
	font-size: 24px;
	color: #1f3974;
	margin-right: 10px;
}
.site .site_r span {
	margin: 0 10px;
	color: #ddd;
}
ul.pro_list {
	overflow: hidden;
}
ul.pro_list li {
	width: 288px;
	height: 338px;
	float: left;
	margin: 5px;
	overflow: hidden;
	border: 1px solid #eee;
	position: relative;
}
ul.pro_list li img {
	width: 270px;
	height: 270px;
	padding: 9px;
	overflow: hidden;
	overflow: hidden;
	transition: all 0.6s ease 0s;
}
ul.pro_list li:hover img {
	transform: scale(1.2, 1.2);
	transition: all 0.6s ease 0s;
}
ul.pro_list li p {
	height: 50px;
	width: 290px;
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	background: #eee;
}
ul.pro_list li:hover p {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url("../img/bg1.png") repeat;
}
ul.pro_list li:hover p a {
	color: #fff;
}
.news_list dl {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	border-bottom: 1px dashed #eee;
}
ul.news_list dl dt {
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 14px;
	float: left;
	background: #eee;
	transition: all 0.6s ease 0s;
	color: #888;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul.news_list li:hover dt {
	background: #1f3974;
	transition: all 0.6s ease 0s;
	color: #fff;
}
ul.news_list dl dt h5 {
	font-size: 36px;
	margin-top: 20px;
}
ul.news_list dl dd {
	float: right;
	width: 1080px;
	line-height: 30px;
}
ul.news_list dl dd h3 {
	font-size: 16px;
	font-weight: normal;
}
ul.news_list dl dd p {
	color: #999;
}