/* CSS Document */

/* focus */
.focus {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1920px;
	height: 720px;
	overflow: hidden;
}
.focus .bd {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}
.focus .bd ul {
	margin: 0;
	padding: 0;
}
.focus .bd li {
	display: none;
	list-style: none;
}
.focus_post {
	z-index: 10;
}
.focus .pic {
	display: block;
	height: auto;
}
.focus .slide_nav {
	position: absolute;
	left: 0;
	bottom: 105px;
	width: 100%;
	text-align: center;
}
.focus .slide_nav a {
	display: inline-block;
	margin: 0 4px;
	width: 50px;
	height: 2px;
	background: url(../img/focus_slide_nav.png) no-repeat -50px 0;
	cursor: pointer;
}
.focus .slide_nav li:hover, .focus .slide_nav .on {
	background: url(../img/focus_slide_nav.png) no-repeat 0 0;
}
.focus_pre, .focus_next {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 60px;
	height: 40px;
	text-indent: -9999px;
	z-index: 10;
	background: url(../img/focus_slide_btn.png) no-repeat;
}
.focus_pre {
	left: 0;
	background-position: 0 0;
}
.focus_pre:hover {
	background-position: 0 -40px;
}
.focus_next {
	right: 0;
	background-position: -60px 0;
}
.focus_next:hover {
	background-position: -60px -40px;
}

/* service */
.service {
	position: relative;
	margin: -80px auto 0;
	width: 1200px;
	height: 400px;
	z-index: 100;
}
.service li {
	float: left;
	padding: 10px;
	width: 380px;
	height: 180px;
	background: #FFF;
}
.service li a {
	display: block;
	padding-top: 16px;
	border: 1px solid rgba(255,255,255,0.2);
	height: 162px;
	text-align: center;
}
.service li.col1 {
	background: url(../img/ser_mod_1.jpg);
}
.service li.col3 {
	background: url(../img/ser_mod_3.jpg);
}
.service li.col5 {
	background: url(../img/ser_mod_5.jpg);
}
.service li:nth-of-type(odd) a {
	color: #FFF;
}
.service li:nth-of-type(odd) a:hover {
	border: 1px solid rgba(255,255,255,0.5);
	transition: 0.3s;
}
.service li:nth-of-type(even) a {
	color: #333;
}
.service li:nth-of-type(even) a:hover {
	border: 1px solid rgba(0,0,0,0.1);
	transition: 0.3s;
}
.service li a h3 {
	position: relative;
	height: 38px;
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
}
.service li:nth-of-type(odd) a h3:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 2px;
	background: #FFF;
	content: "";
}
.service li:nth-of-type(even) a h3:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 2px;
	background: #666;
	content: "";
}
.service li a p {
	font-family: Arial;
	font-size: 13px;
	line-height: 26px;
}
.service li:nth-of-type(even) a p {
	color: #666;
}

/* about */
.about {
	margin-top: 40px;
	height: 560px;
	background: url(../img/about_bg.jpg) no-repeat center bottom;
}
.about .intro {
	padding-top: 80px;
	width: 680px;
	height: 320px;
}
.about .intro .tit {
	height: 110px;
	color: #083FB0;
}
.about .intro h2 {
	font-family: Arial;
	font-size: 32px;
	font-weight: normal;
}
.about .intro h3 {
	padding-top: 4px;
	font-size: 22px;
	font-weight: normal;
}
.about .intro .con {
	height: 125px;
	font-size: 14px;
	line-height: 32px;
}
.about .intro a.more {
	display: inline-block;
	width: 108px;
	height: 30px;
	background: url(../img/about_more.png) no-repeat right center;
	color: #999;
	line-height: 30px;
}
.about .intro a:hover.more {
	color: #083FB0;
	transition: 0.3s;
}
.about .column {
	width: 480px;
	height: 80px;
	background: url(../img/column_line.png) no-repeat center #6686FF;
}
.about .column a {
	display: inline-block;
	padding-left: 40px;
	width: 200px;
	height: 80px;
	font-size: 16px;
	color: #FFF;
	line-height: 80px;
	text-align: center;
}
.about .column a.ico1 {
	background: url(../img/about_ico_1.png) no-repeat 70px center;
}
.about .column a.ico2 {
	background: url(../img/about_ico_2.png) no-repeat 70px center;
}

/* product */
.product {
	height: 860px;
	background: url(../img/product_bg.jpg) center top;
	background-size: cover;
}
.product .tit {
	padding-top: 80px;
	height: 120px;
	color: #FFF;
}
.product .tit h2 {
	font-family: Arial;
	font-size: 32px;
	font-weight: normal;
}
.product .tit h3 {
	padding-top: 4px;
	font-size: 22px;
	font-weight: normal;
}
.product .column {
	float: right;
	padding-top: 50px;
	line-height: 20px;
}
.product .column a {
	color: #FFF;
}
.product .column .space {
	display: inline-block;
	width: 50px;
	height: 14px;
	background: url(../img/column_line.png) no-repeat center;
	vertical-align: middle;
}
.product .list {
	width: 1200px;
	overflow: hidden;
}
.product .list ul {
	width: 1220px;
}
.product .list li {
	float: left;
	margin: 0 20px 20px 0;
}
.product .list li a {
	position: relative;
	display: block;
	width: 285px;
	height: 280px;
	background: #FFF;
}
.product .list li a .imgstyle{
	width: 285px;
	height: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}
.product .list li a .con {
	padding: 15px 20px 0;
}
.product .list li a .con h4 {
	font-size: 15px;
	line-height: 30px;
}
.product .list li a .con p {
	font-size: 13px;
	color: #999;
	line-height: 28px;
}
.product .list li a .over {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: url(../img/product_over_mask.png);
	opacity: 0;
}
.product .list li a .over span {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,.2);
	background: url(../img/product_over_arrow.png) no-repeat center top;
}
.product .list li a:hover .over {
	opacity: 1;
	transition: 0.3s;
}
.product .list li a:hover .over span {
	background: url(../img/product_over_arrow.png) no-repeat center;
	transition: 0.3s;
}

/* news */
.news {
	margin: auto;
	width: 1200px;
}
.news .tit {
	padding-top: 80px;
	height: 120px;
	color: #073FB0;
}
.news .tit h2 {
	font-family: Arial;
	font-size: 32px;
	font-weight: normal;
}
.news .tit h3 {
	padding-top: 4px;
	font-size: 22px;
	font-weight: normal;
}
.news .column {
	float: right;
	padding-top: 50px;
	line-height: 20px;
}
.news .column .space {
	display: inline-block;
	width: 50px;
	height: 14px;
	background: url(../img/column_line_gray.png) no-repeat center;
	vertical-align: middle;
}
.news .first {
	float: left;
	position: relative;
	width: 590px;
}
.news .first .con {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 480px;
	height: 80px;
	background: #FFF;
}
.news .first .date {
	float: left;
	padding: 18px 0 0 15px;
	width: 65px;
	height: 62px;
	font-family: Arial;
	background: #6686FF;
}
.news .first .date span {
	display: block;
	color: #FFF;
	line-height: 24px;
}
.news .first h4 {
	float: right;
	padding: 18px 30px;
	width: 340px;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
}
.news .list {
	float: right;
	width: 540px;
}
.news .list ul {
	margin-top: -25px;
}
.news .list li {
	padding: 25px 0 24px;
	height: 80px;
	border-bottom: 1px solid #E6E6E6;
}
.news .list li .date {
	float: left;
	padding: 18px 0 0 15px;
	width: 65px;
	height: 62px;
	font-family: Arial;
	background: #6686FF;
}
.news .list li .date span {
	display: block;
	color: #FFF;
	line-height: 24px;
}
.news .list li .con {
	float: right;
	width: 440px;
}
.news .list li h4 {
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
}
.news .list li p {
	padding-top: 6px;
	font-size: 13px;
	color: #666;
	line-height: 24px;
}

/* culture */
.culture_tit {
	margin: auto;
	padding-top: 80px;
	width: 1200px;
	height: 120px;
	color: #073FB0;
}
.culture_tit h2 {
	font-family: Arial;
	font-size: 32px;
	font-weight: normal;
}
.culture_tit h3 {
	padding-top: 4px;
	font-size: 22px;
	font-weight: normal;
}
.culture_tit .more {
	float: right;
	padding-top: 50px;
	line-height: 20px;
}
.culture_con {
	height: 440px;
	background: url(../img/culture_bg.jpg) center top;
	background-size: cover;
}
.culture_con .style {
	float: left;
	padding-top: 80px;
	width: 610px;
	overflow: hidden;
	zoom: 1;
}
.culture_con .style li {
	float: left;
	margin-right: 20px;
}
.culture_con .style li a {
	position: relative;
	display: block;
	width: 285px;
	height: 280px;
	background: #FFF;
}
.culture_con .style li a .con {
	padding: 15px 20px 0;
}
.culture_con .style li a .con h4 {
	font-size: 15px;
	line-height: 30px;
}
.culture_con .style li a .con p {
	font-size: 13px;
	color: #999;
	line-height: 28px;
}
.culture_con .style li a .over {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: url(../img/product_over_mask.png);
	opacity: 0;
}
.culture_con .style li a .over span {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,.2);
	background: url(../img/product_over_arrow.png) no-repeat center top;
}
.culture_con .style li a:hover .over {
	opacity: 1;
	transition: 0.3s;
}
.culture_con .style li a:hover .over span {
	background: url(../img/product_over_arrow.png) no-repeat center;
	transition: 0.3s;
}
.culture_con .column {
	float: right;
	margin-top: 80px;
	padding: 10px;
	width: 460px;
	height: 260px;
	background: url(../img/culture_column_bg.png);
}
.culture_con .column ul {
	height: 258px;
	border: 1px solid rgba(255,255,255,.2);
	background: url(../img/culture_column_line.png) no-repeat center;
}
.culture_con .column li {
	float: left;
	width: 229px;
}
.culture_con .column li a {
	display: block;
	padding-top: 35px;
	color: #FFF;
	text-align: center;
}
.culture_con .column li a img {
	padding: 20px;
}
.culture_con .column li a h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
.culture_con .column li a p {
	font-family: Arial;
	font-size: 13px;
	line-height: 24px;
}