﻿@charset "utf-8";

* {
	transition: all .5s;
}

.banner_box {
	width: 100%;
	height: 500px;
	background: url(barnerBox.jpg) no-repeat center;
}

.case {
	position: relative;
	margin: 16px auto;
	height: 122px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	overflow: hidden;
}

.case h4 {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0 5px;
	width: 34px;
	height: 122px;
	background-color: #2053b4;
	font-size: 18px;
	text-align: center;
}

.case h4 a {
	position: relative;
	top: 16px;
	color: #fff;
	text-decoration: none;
}

.case .strength_content {
	margin-left: 44px;
	position: relative;
	padding: 22px 0px 14px 0px;
}

.case .strength_content ul {
	margin: 0 auto;
	width: 868px;
	overflow: hidden;
}

.case .strength_content li {
	margin: 0 5px;
	float: left;
	width: 114px;
	text-align: center;
}

.case .strength_content li img {
	border: 1px solid #d6d6d6;
	display: block;
}

.case .strength_content li h5 {
	margin-top: 12px;
	font-weight: normal;
}

.case .strength_content li h5 a {
	color: #333;
}

.case .strength_content .btn_left , .case .strength_content .btn_right {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 18px;
	height: 26px;
}

.case .strength_content .btn_left {
	left: 12px;
	background: url(arrow_left.png) no-repeat center;
}

.case .strength_content .btn_right {
	right: 12px;
	background: url(arrow_right.png) no-repeat center;
}

.block_title {
	position: relative;
	height: 38px;
	line-height: 38px;
}

.block_title .title_link {
	padding-left: 18px;
	font-size: 16px;
	color: #2053b4;
	background: url(nav_ico.png) no-repeat left center;
}

.block_title .title_more {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-right: 18px;
	font-size: 13px;
	color: #2b100c;
	font-weight: normal;
	background: url(more_ico.png) no-repeat center right;
}

.product_box {
	margin-bottom: 20px;
}

.product_nav {
	width: 240px;
	height: 750px;
	background-color: #fff;
	padding-bottom: 15px;
	overflow: hidden;
}

.product_nav h4 {
	padding-left: 30px;
	margin-bottom: 3px;
	height: 56px;
	background: url(menu_bar.png) no-repeat center;
	overflow: hidden;
	font-size: 18px;
}

.product_nav h4 a {
	display: inline-block;
	margin-top: 10px;
	color: #fff;
}

.product_nav h4 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #ddd;
}

.product_nav dl {
	margin: 0px 3px 16px 3px;
}

.product_nav dt {
	height: 40px;
	line-height: 40px;
	background-color: #e9e9e9;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.product_nav dl.product_nav_item dt {
	background-image: url(product_ico.png);
}

.product_nav dt a {
	margin-left: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.product_nav dd {
	overflow: hidden;
	line-height: 40px;
	background: url(menu_bg.png) repeat-y center top;
}

.product_nav dd span {
	float: left;
	width: 50%;
}

.product_nav dd span a {
	margin-left: 10px;
	color: #333;
}

.product_list {
	width: 744px;
	height: 750px;
	overflow: hidden;
}

.product_list .block_title {
	margin-bottom: 10px;
	height: 46px;
	line-height: 46px;
	border-top: 2px solid #2053b4;
}

.product_list ul {
	overflow: hidden;
}

.product_list li {
	margin-right: 10px;
	margin-bottom: 16px;
	width: 237px;
	height:210px;
	float: left;
	text-align: center;
	border: 1px solid #e7e7e7;
	background-color:white;
	overflow:hidden;
}

.product_list li.no_margin_right {
	margin-right: 0px;
}

.product_list li img { 
	height:168px
}

.product_list li h5 {
	margin-top: 12px;
	font-weight: normal;
	font-size: 14px;
}

.product_list li h5 a {
	color: #2b100c;
}

.praise_box {
	margin-bottom: 16px;
}

.praise_content {
	width: 728px;
	height: 325px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	overflow: hidden;
}

.praise_content dl {
	float: left;
	height: 126px;
	overflow: hidden;
	padding: 15px 0px;
	margin: 0 2%;
	width: 46%;
	*width: 45.5%;
	border-bottom: 1px dashed #d4d4d4;
}

.praise_content dt img {
	border: 1px solid #e8e8e8;
}

.praise_content dd {
	margin-left: 170px;
}

.praise_content dd h5 {
	margin-bottom: 12px;
	font-size: 14px;
}

.praise_content dd h5 a {
	color: #333;
}

.praise_content dd p {
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}

.cert_box .cert_body {
	position: relative;
	width: 256px;
	height: 325px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	overflow: hidden;
}

.cert_box .cert_body ul {
	padding-top: 38px;
	margin: 0px auto;
	width: 170px;
	overflow: hidden;
}

.cert_box .cert_body li {
	width: 170px;
	float: left;
	text-align: center;
}

.cert_box .cert_body li h5 {
	margin-top: 14px;
	font-weight: normal;
	font-size: 13px;
}

.cert_box .cert_body li h5 a {
	color: #333;
}

.cert_box .cert_body .btn_left , .cert_box .cert_body .btn_right {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 18px;
	height: 26px;
}

.cert_box .cert_body .btn_left {
	left: 12px;
	background: url(arrow_left.png) no-repeat center;
}

.cert_box .cert_body .btn_right {
	right: 12px;
	background: url(arrow_right.png) no-repeat center;
}

.strength_box {
	padding-bottom: 30px;
	background-color: #fff;
}

.strength_box h4 {
	padding: 20px 0px;
	font-size: 18px;
	text-align: center;
	background: url(row_line.png) no-repeat center 32px;
}

.strength_box h4 a {
	padding: 0 4px;
	color: #2053b4;
	background-color: #fff;
}

.strength_box h4 div {
	padding-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #b8b8b8;
	font-weight: normal;
	background: url(row_bg.png) no-repeat center bottom;
}

.strength_body .strength_content {
	position: relative;
}

.strength_body .strength_content ul {
	margin: 0 auto;
	width: 928px;
	overflow: hidden;
}

.strength_body .strength_content li {
	margin: 0 7px;
	float: left;
	width: 218px;
	text-align: center;
}

.strength_body .strength_content li img {
	border: 4px solid #d6d6d6;
}

.strength_body .strength_content li img:hover {
	border-color: #8f8f8f;
}

.strength_body .strength_content li h5 {
	margin-top: 12px;
	font-weight: normal;
}

.strength_body .strength_content li h5 a {
	color: #333;
}

.strength_body .strength_content .btn_left , .strength_body .strength_content .btn_right {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 18px;
	height: 26px;
}

.strength_body .strength_content .btn_left {
	left: 0px;
	background: url(arrow_left.png) no-repeat center;
}

.strength_body .strength_content .btn_right {
	right: 0px;
	background: url(arrow_right.png) no-repeat center;
}

.aboutus_box {
	margin: 20px auto;
}

.aboutus_body {
	width: 666px;
	height: 366px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}

.aboutus dl {
	margin: 15px 12px 20px 12px;
	height: 192px;
	overflow: hidden;
}

.aboutus dt img {
	padding: 3px;
	border: 1px solid #e8e8e8;
}

.aboutus dd {
	margin-left: 266px;
}

.aboutus dd h5 {
	margin-bottom: 12px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
}

.aboutus dd h5 a {
	color: #333;
}

.aboutus dd p {
	line-height: 26px;
	height: 156px;
	overflow: hidden;
}

.aboutus dd p a {
	color: #d5242e;
}

.aboutus ul {
	margin: 18px auto 0px auto;
	width: 664px;
	overflow: hidden;
}

.aboutus li {
	margin: 0 6px;
	float: left;
	width: 154px;
	text-align: center;
}

.aboutus li img {
	padding: 3px;
	border: 1px solid #e8e8e8;
}

.aboutus li h5 {
	margin-top: 10px;
	font-weight: normal;
}

.aboutus li h5 a {
	color: #333;
}

.team_body {
	width: 318px;
	height: 366px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}

.team_body dl {
	margin: 10px auto;
	width: 304px;
}

.team_body dd {
	margin-top: 14px;
	line-height: 24px;
	color: #333;
	height: 120px;
	overflow: hidden;
}

.information {
	margin: 14px auto;
}

.information_box h4 {
	overflow: hidden;
	font-size: 16px;
}

.information_box h4 a {
	float: left;
	margin-right: 3px;
	width: 119px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background: url(title_grey_bg.png) no-repeat center;
	text-decoration: none;
}

.information_box h4 a.cur , .information_box h4 a:hover {
	background-image: url(title_bg.png);
}

.information_box .information_body {
	width: 666px;
	height: 356px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}

.information_box dl {
	margin: 15px;
	height: 178px;
	overflow: hidden;
}

.information_box dt img {
	padding: 3px;
	border: 1px solid #e8e8e8;
}

.information_box dd {
	margin-left: 254px;
}

.information_box dd h5 {
	margin-bottom: 12px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
}

.information_box dd h5 a {
	color: #333;
}

.information_box dd p {
	line-height: 26px;
	height: 156px;
	overflow: hidden;
}

.information_box ul {
	margin: 0 15px;
}

.information_box li {
	position: relative;
	height: 26px;
	line-height: 26px;
}

.information_box li a {
	display: inline-block;
	padding-left: 12px;
	background: url(li02.png) no-repeat left center;
	width: 470px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.information_box li span {
	position: absolute;
	right: 0;
}

.fqa .block_title {
	margin-bottom: 4px;
}

.fqa_body {
	width: 318px;
	height: 356px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}

.fqa_body .fqa_list {
	margin-top: 10px;
	height: 330px;
	overflow: hidden;
}

.fqa_body dl {
	padding: 4px 0;
	margin: 0 10px;
	border-bottom: 1px dashed #d7d7d7;
	font-size: 13px;
}

.fqa_body dt {
	background-image: url(fqa_q.png);
}

.fqa_body dt a {
	color: #333;
	font-weight: bold;
}

.fqa_body dd {
	line-height: 18px;
	background-image: url(fqa_a.png);
	color: #333;
}

.fqa_body dt , .fqa_body dd {
	padding: 4px 22px 4px 30px;
	margin: 4px 0;
	background-position: 4px 6px;
	background-repeat: no-repeat;
}

.gsfc .fcCont {
	position: relative;
}

.gsfc .fcCont ul {
	margin: 0 auto;
	width: 928px;
	overflow: hidden;
}

.gsfc .fcCont li {
	margin: 0 7px;
	float: left;
	width: 218px;
	text-align: center;
}

.gsfc .fcCont li img {
	padding: 3px;
	border: 1px solid #e8e8e8;
}

.gsfc .fcCont li h5 {
	margin-top: 12px;
	font-weight: normal;
}

.gsfc .fcCont li h5 a {
	color: #333;
}

.gsfc .fcCont .btn_left , .gsfc .fcCont .btn_right {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 18px;
	height: 26px;
}

.gsfc .fcCont .btn_left {
	left: 0px;
	background: url(arrow_left.png) no-repeat center;
}

.gsfc .fcCont .btn_right {
	right: 0px;
	background: url(arrow_right.png) no-repeat center;
}

.link_box {
	padding-bottom: 12px;
	background-color: #fff;
}

.link_body {
}

.link_body h4 {
	font-size: 16px;
}

.link_body h4 a {
	color: #d5242e;
}

.link_body h4 span {
	padding: 0 6px;
	font-weight: normal;
}

.link_body p {
	margin-left: -14px; 
	line-height: 36px;
	overflow: hidden;
}

.link_body p a {
	padding: 0 14px;
	display: inline-block;
}

#flashs {
	position: relative;
	height: 500px;
	overflow: hidden;
}

#flashs .ppt_item_bg {
	z-index: 1;
	position: absolute;
	top: 0;
}

#flashs .btn {
	position: absolute;
	z-index: 7;
	bottom: 15px;
	left: 50%;
	margin-left: -95px;
	padding: 0px 6px;
}

#flashs .btn span {
	color: #fff;
	background: #333;
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

#flashs .btn span.cur {
	background: #C40C0C;
}
