/* CSS Document */

/* 背景色 */
.lightgray_bg {
	background: #F6F6F6;
}

/* 关于 */
.about_banner {
	height: 500px;
	background: url(../img/about_banner.jpg) center top;
	background-size: cover;
}

.about_vision {
	padding: 80px 0 70px;
	background: url(../img/vision_bg.jpg) repeat-x left 240px;
}
.vision_tit {
	padding-left: 12px;
	height: 40px;
	border-left: 3px solid #db2726;
	overflow: hidden;
}
.vision_tit h2 {
	margin-top: -4px;
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
}
.vision_tit h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.vision_slogan {
	margin: 40px auto;
	padding-top: 20px;
	width: 314px;
	height: 94px;
	border: 3px solid #db2726;
	text-align: center;
}
.vision_slogan h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
}
.vision_slogan h5 {
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	color: #db2726;
	line-height: 36px;
}
.vision_shenzhen {
	text-align: center;
}
.vision_shenzhen .tit {
	padding: 20px 0 40px;
}
.vision_shenzhen .tit h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
}
.vision_shenzhen .tit h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
}
.vision_shenzhen .con {
	padding: 40px 238px 0;
	font-size: 14px;
	line-height: 30px;
}
.vision_shenzhen .con p {
	padding-bottom: 15px;
}

.about_value {
	padding-top: 80px;
	height: 480px;
	background: url(../img/value_bg.jpg) center top;
	background-size: cover;
}
.value_tit {
	padding-left: 12px;
	height: 40px;
	border-left: 3px solid #FFF;
	overflow: hidden;
}
.value_tit h2 {
	margin-top: -4px;
	font-family: Arial;
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	line-height: 26px;
}
.value_tit h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	line-height: 20px;
}
.value_con {
	position: relative;
	margin: auto;
	width: 1200px;
}
.value_con li {
	position: relative;
	padding-top: 80px;
	float: left;
	width: 300px;
	text-align: center;
}
.value_con li .ico {
	display: inline-block;
	width: 108px;
	height: 108px;
	background: url(../img/value_white_ico.png) no-repeat;
}
.value_con li .ico1 {
	background-position: 0 0;
}
.value_con li .ico2 {
	background-position: -108px 0;
}
.value_con li .ico3 {
	background-position: -216px 0;
}
.value_con li .ico4 {
	background-position: -324px 0;
}
.value_con li h4 {
	padding-top: 35px;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	line-height: 32px;
}
.value_con li p {
	padding-top: 12px;
	font-size: 13px;
	color: #FFF;
	line-height: 24px;
}
.value_con li .line {
	position: absolute;
	top: 132px;
	right: -9px;
}

.about_news {
	padding-top: 80px;
	height: 460px;
	background: #F6F6F6;
}
.news_tit {
	position: relative;
	padding-left: 12px;
	height: 40px;
	border-left: 3px solid #db2726;
	overflow: hidden;
}
.news_tit h2 {
	margin-top: -4px;
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
}
.news_tit h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.news_tit a.more {
	position: absolute;
	top: 20px;
	right: 0;
	color: #888;
	line-height: 24px;
}
.news_tit a:hover.more {
	color: #db2726;
}
.news_con {
	margin: 0 -15px;
	padding: 60px 0 20px;
	width: 1230px;
}
.news_con li {
	float: left;
	margin: 0 15px;
	width: 380px;
}
.news_con li .tit {
	padding: 16px 20px 0;
	height: 74px;
	background: #FFF;
}
.news_con li .tit h4 {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	line-height: 24px;
}
.news_con li .tit h5 {
	font-size: 15px;
	color: #333;
	font-weight: normal;
	line-height: 32px;
}
.news_con li:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* 新闻 */
.news_banner {
	height: 500px;
	background: url(../img/news_banner.jpg) center top;
	background-size: cover;
}

.news_tab {
	text-align: center;
}
.news_tab a {
	display: inline-block;
	height: 36px;
	font-size: 16px;
	color: #666;
	line-height: 36px;
	vertical-align: middle;
}
.news_tab a.crt {
	border-bottom: 2px solid #db2726;
	color: #db2726;
}
.news_tab .space {
	display: inline-block;
	width: 65px;
	height: 36px;
	background: url(../img/news_tab_space.png) no-repeat center center;
	vertical-align: middle;
}
.news_list {
	padding: 30px 0 50px;
}
.news_list li {
	position: relative;
	padding: 30px 0;
	height: 160px;
	border-bottom: 1px solid #E6E6E6;
}
.news_list li a {
	display: block;
	padding-right: 200px;
}
.news_list li img {
	float: left;
	margin-right: 30px;
}
.news_list li h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
}
.news_list li p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.news_list li .view_btn {
	position: absolute;
	top: 90px;
	right: 0;
	display: inline-block;
	padding-left: 24px;
	width: 100px;
	height: 36px;
	border: 1px solid #CCC;
	border-radius: 20px;
	background: url(../img/view_btn_arrow.png) no-repeat right center #FFF;
	font-size: 14px;
	color: #888;
	line-height: 36px;
}
.news_list li a:hover .view_btn {
	border: 1px solid #db2726;
	background: url(../img/view_btn_arrow_over.png) no-repeat right center #FFF;
	color: #db2726;
}

/* 分页 */
.page {
	height: 40px;
	text-align: center;
	overflow: hidden;
}
.page a {
	display: inline-block;
	margin-right: -1px;
	width: 38px;
	height: 38px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	font-family: Arial;
	font-size: 14px;
	color: #666;
	line-height: 38px;
	text-align: center;
}
.page a:hover {
	background: #F6F6F6;
	color: #DD1015;
}
.page a.crt {
	border: 1px solid #db2726;
	background: #db2726;
	font-weight: bold;
	color: #FFF;
}
.page a.disable {
	background: #FAFAFA;
	color: #999;
}

/* 文章页 */
.article_head {
	padding: 100px 0 35px;
	border-bottom: 1px solid #E6E6E6;
}
.crumb {
	height: 20px;
	color: #888;
	line-height: 20px;
}
.crumb a {
	color: #888;
}
.crumb a:hover {
	color: #db2726;
}
.article_tit {
	float: left;
	padding-left: 18px;
	width: 779px;
	height: 50px;
	border-left: 3px solid #db2726;
	overflow: hidden;
}
.article_tit h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 36px;
}
.article_tit h3 {
	margin-top: -4px;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	line-height: 20px;
}
.article_share {
	float: right;
	width: 320px;
}
.article_share h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
}

.article_con {
	font-size: 14px;
	line-height: 200%;
}
.article_con  img{ max-width:800px; height:auto;}
.article_con p {
	padding-bottom: 20px;
}

.article_side h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
}
.article_side li {
	margin-bottom: 15px;
	width:320px;
	overflow:hidden;
}
.article_side li img{ min-width:320px; height:432px;}
.article_side li .tit {
	padding: 12px 0;
	background: #FFF;
}
.article_side li .tit h4 {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	line-height: 20px;
}
.article_side li .tit h5 {
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
}

/* 项目 */
.project_banner {
	height: 500px;
	background: url(../img/project_banner.jpg) center top;
	background-size: cover;
}

.project_item {
	position: relative;
	margin-bottom: 50px;
	height: 570px;
	border-bottom: 1px solid #E0E0E0;
}
.project_item .item_con {
	position: absolute;
	top: 0;
	right: 0;
	padding: 80px 0 0 60px;
	width: 540px;
	height: 400px;
	background: url(../img/project_item_bg.png);
	color: #FFF;
}
.project_item .item_con.bg2 {
	background: url(../img/project_item_bg_2.png);
}
.project_item .item_tit {
	padding-top: 28px;
	background: url(../img/project_line.png) no-repeat left top;
}
.project_item .item_tit h4 {
	font-size: 32px;
	font-weight: normal;
	line-height: 50px;
}
.project_item .item_tit h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
}
.project_item .item_intro {
	padding-top: 36px;
	font-size: 14px;
	line-height: 30px;
	padding-right:60px;
}
.project_item .item_more {
	padding-top: 40px;
}
.project_item a.more_btn {
	display: inline-block;
	padding-left: 38px;
	width: 120px;
	height: 38px;
	border: 1px solid #FFF;
	border-radius: 20px;
	background: url(../img/more_btn_arrow_over.png) no-repeat right center;
	font-size: 13px;
	color: #FFF;
	line-height: 38px;
}
.project_item a:hover.more_btn {
	border: 1px solid #FFF;
	background: url(../img/more_btn_arrow.png) no-repeat right center #FFF;
	color: #db2726;
}
.project_item a.zs_btn {
	margin-right: 12px;
	display: inline-block;
	width: 160px;
	height: 40px;
	background: url(../img/project_zs_btn.png) no-repeat 0 0;
	vertical-align: middle;
}
.project_item a:hover.zs_btn {
	background: url(../img/project_zs_btn.png) no-repeat 0 -40px;
}
.project_item a.false_btn {
	display: inline-block;
	padding-left: 38px;
	width: 120px;
	height: 38px;
	border: 1px solid #CCC;
	border-radius: 20px;
	background: url(../img/more_btn_arrow_over.png) no-repeat right center;
	font-size: 13px;
	color: #FFF;
	line-height: 38px;
	cursor: default;
	opacity: 0.8;
}
.project_item .item_plus {
	position: absolute;
	top: 438px;
	left: 0;
}
.project_item .item_contact {
	position: absolute;
	left: 0;
	bottom: 15px;
	font-size: 14px;
	line-height: 20px;
}
.project_item .item_contact .address {
	padding-left: 22px;
	background: url(../img/project_ico_address.png) no-repeat left center;
}
.project_item .item_contact .tel {
	padding-left: 22px;
	background: url(../img/project_ico_tel.png) no-repeat left center;
}
.project_item .item_ico {
	position: absolute;
	right: 0;
	bottom: -1px;
}
.project_item .zs {
	position: absolute;
	top: 356px;
	right: 195px;
}

.project_show_banner {
	height: 500px;
	background-position: center top;
	background-size: cover;
}
.project_show_banner.segeco {
	background-image: url(../img/segeco_banner.jpg);
}
.project_show_banner .con {
	margin: auto;
	padding-top: 200px;
	width: 1200px;
}
.project_show_banner .tit {
	padding-top: 20px;
	background: url(../img/project_item_line.png) no-repeat left top;
	color: #FFF;
}
.project_show_banner .tit h2 {
	font-size: 54px;
	font-weight: normal;
	line-height: 80px;
}
.project_show_banner .tit h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
}
.project_show_contact {
	height: 70px;
	border-bottom: 1px solid #E0E0E0;
	background: #F6F6F6;
}
.project_show_contact .con {
	position: relative;
	margin: auto;
	padding: 20px 0;
	width: 1200px;
	font-size: 14px;
	line-height: 30px;
}
.project_show_contact .con .address {
	padding-left: 22px;
	background: url(../img/project_ico_address.png) no-repeat left center;
}
.project_show_contact .con .tel {
	padding-left: 22px;
	background: url(../img/project_ico_tel.png) no-repeat left center;
}
.project_show_contact .con .ico {
	position: absolute;
	right: 0;
	bottom: -1px;
}

.project_show_item {
	position: relative;
	margin-bottom: 50px;
	height: 430px;
	border-bottom: 1px solid #E0E0E0;
}
.project_show_item .con {
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 320px;
	background: url(../img/project_show_item_bg.png);
}
.project_show_item .con ul {
	padding: 10px 30px;
	width: 540px;
	height: 300px;
	background: url(../img/project_show_item_lattice.png) no-repeat center center;
}
.project_show_item .con li {
	float: left;
	padding-top: 20px;
	width: 180px;
	height: 130px;
	text-align: center;
}
.project_show_item .con li .ico {
	display: block;
	padding: 20px 0 10px;
}
.project_show_item .con li h5 {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	line-height: 24px;
}
.project_show_item .plus {
	position: absolute;
	top: 278px;
	left: 0;
}
.project_show_item .tit_en {
	position: absolute;
	top: 368px;
	left: 0;
	font-family: Arial;
	font-size: 18px;
	color: #db2726;
	line-height: 22px;
}
.project_show_item .tit_cn {
	position: absolute;
	top: 340px;
	left: 140px;
}
.project_show_item .tit_cn h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
}
.project_show_item .tit_cn h4 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	line-height: 38px;
}
.project_show_item .more {
	position: absolute;
	top: 360px;
	right: 0;
}
.project_show_item a.more_btn {
	display: inline-block;
	padding-left: 38px;
	width: 110px;
	height: 36px;
	border: 1px solid #CCC;
	border-radius: 20px;
	background: url(../img/view_btn_arrow.png) no-repeat right center #FFF;
	font-size: 14px;
	color: #666;
	line-height: 36px;
}
.project_show_item a:hover.more_btn {
	border: 1px solid #db2726;
	background: url(../img/view_btn_arrow_over.png) no-repeat right center #FFF;
	color: #db2726;
}

.project_sub_banner {
	height: 500px;
	background-position: center top;
	background-size: cover;
}
.project_sub_banner.so {
	background-image: url(../img/segeco_so_banner.jpg);
}
.project_sub_banner.so2 {
	background-image: url(../img/segeco_so2_banner.jpg);
}
.project_sub_banner .con {
	position: relative;
	margin: auto;
	padding-top: 220px;
	width: 1200px;
	height: 280px;
}
.project_sub_banner .tit {
	padding-top: 10px;
	background: url(../img/project_item_line.png) no-repeat left top;
	color: #FFF;
}
.project_sub_banner .tit h2 {
	font-family: Arial;
	font-size: 54px;
	font-weight: normal;
	line-height: 80px;
}
.project_sub_banner .tit h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 36px;
}
.project_sub_banner .tit h4 {
	padding-top: 32px;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}
.project_sub_banner .back {
	position: absolute;
	right: 0;
	bottom: -40px;
}
.project_sub_banner .back a.back_btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../img/project_sub_back.png) no-repeat 0 0;
}
.project_sub_banner .back a:hover.back_btn {
	background: url(../img/project_sub_back.png) no-repeat 0 -80px;
}

.subnav {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	height: 60px;
	background: url(../img/header_line.png) repeat-x left bottom;
	z-index: 999;
}
.subnav h2 {
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	line-height: 60px;
}
.subnav .con {
	float: right;
}
.subnav .con a {
	display: inline-block;
	padding: 0 16px;
	font-size: 13px;
	color: #CCC;
	line-height: 60px;
}
.subnav .con a:hover, .subnav .con a.crt {
	color: #FFF;
}

.subnav_fixed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	border-bottom: 1px solid #E6E6E6;
	background: #FFF;
	z-index: 999;
}
.subnav_fixed h2 {
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #db2726;
	line-height: 60px;
}
.subnav_fixed .con {
	float: right;
}
.subnav_fixed .con a {
	display: inline-block;
	padding: 0 16px;
	font-size: 13px;
	color: #333;
	line-height: 60px;
}
.subnav_fixed .con a:hover, .subnav_fixed .con a.crt {
	color: #db2726;
}

.project_info {
	width: 900px;
	overflow: hidden;
	zoom: 1;
}
.project_info li {
	float: left;
	margin-bottom: 30px;
	line-height: 24px;
}
.project_info li img {
	float: left;
	margin-right: 15px;
}

.project_sub_wrap {
	background: url(../img/project_sub_bg.png) repeat-y center top #F6F6F6;
}
.project_sub_item {
	position: relative;
}
.project_sub_item .ico {
	position: absolute;
	top: 278px;
	left: 0;
	padding: 16px;
	background: #db2726;
}
.project_sub_item .num {
	position: absolute;
	top: 368px;
	left: 0;
	font-family: Arial;
	font-size: 27px;
	color: #db2726;
	line-height: 40px;
}
.project_sub_item .con {
	padding: 25px 0 0 120px;
}
.project_sub_item .con h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
}
.project_sub_item .con p {
	font-size: 13px;
	color: #666;
	line-height: 24px;
}

.project_company .tit {
	background: url(../img/gray_solid.png) repeat-x center;
	text-align: center;
}
.project_company .tit h3 {
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	font-weight: normal;
	background: #F6F6F6;
	line-height: 30px;
}
.project_company .con {
	padding: 30px 0;
	margin-left: -10px;
	width: 1220px;
	overflow: hidden;
	zoom: 1;
}
.project_company .con ul {
	padding: 0 4px;
}
.project_company .con li {
	float: left;
	margin: 6px;
	border: 1px solid #F0F0F0;
	border-radius: 3px;
}
.project_company .con li img {
	opacity: 0.6;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.project_company .con li img:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.project_sub_contact {
	height: 200px;
	background: url(../img/project_sub_contact.jpg) no-repeat center top;
	background-size: cover;
}
.project_sub_contact .con {
	margin: auto;
	width: 540px;
	padding: 60px 0 0 660px;
}

/* 服务 */
.service_banner {
	height: 500px;
	background: url(../img/service_banner.jpg) center top;
	background-size: cover;
}

.service {
	/*margin-top: 180px;*/
	border-top: 1px solid #E0E0E0;
	background: #fff;
}
.service_con {
	position: relative;
	margin: auto;
	width: 1200px;
}
.service_slogan {
	position: absolute;
	top: -100px;
	left: 0;
	padding: 25px 25px 15px;
	background: #db2726;
	color: #FFF;
}
.service_slogan h2 {
	font-family: Arial;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
}
.service_slogan h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
}
.service_slogan p {
	font-family: Arial;
	font-size: 18px;
	line-height: 40px;
}

.service_item_1 {
	border-bottom: 1px solid #E0E0E0;
}
.service_item_1 .con {
	position: relative;
	margin: auto;
	padding-top: 180px;
	width: 1200px;
	height: 280px;
}
.service_item_1 .tit {
	padding-bottom: 20px;
	background: url(../img/service_item_tit_line.png) no-repeat left bottom;
}
.service_item_1 .tit h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
.service_item_1 .tit h4 {
	font-family: Arial;
	font-size: 36px;
	font-weight: normal;
	color: #db2726;
	line-height: 56px;
}
.service_item_1 .text {
	padding-top: 40px;
	font-size: 14px;
	line-height: 28px;
}
.service_item_1 .pic {
	position: absolute;
	top: 160px;
	right: 0;
}

.service_item_2 {
	border-bottom: 1px solid #E0E0E0;
}
.service_item_2 .con {
	position: relative;
	margin: auto;
	padding-top: 120px;
	width: 1200px;
	height: 300px;
	background: url(../img/service_item_pic2.jpg) no-repeat left bottom;
	text-align: right;
}
.service_item_2 .tit {
	padding-bottom: 20px;
	background: url(../img/service_item_tit_line.png) no-repeat right bottom;
}
.service_item_2 .tit h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
.service_item_2 .tit h4 {
	font-family: Arial;
	font-size: 36px;
	font-weight: normal;
	color: #db2726;
	line-height: 56px;
}
.service_item_2 .text {
	padding-top: 40px;
	font-size: 14px;
	line-height: 28px;
}

.service_item_3 {
	background: url(../img/service_item_bg3.jpg) center top;
	background-size: cover;
}
.service_item_3 .con {
	position: relative;
	margin: auto;
	padding-top: 120px;
	width: 1200px;
	height: 360px;
}
.service_item_3 .tit {
	padding-bottom: 20px;
	background: url(../img/service_item_tit_line.png) no-repeat left bottom;
}
.service_item_3 .tit h3 {
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	line-height: 28px;
}
.service_item_3 .tit h4 {
	font-family: Arial;
	font-size: 36px;
	font-weight: normal;
	color: #db2726;
	line-height: 56px;
}
.service_item_3 .text {
	padding-top: 40px;
	font-size: 14px;
	color: #FFF;
	line-height: 28px;
}
.service_item_3 .pic {
	position: absolute;
	top: 70px;
	right: 0;
}

.service_item_4 {
	border-bottom: 1px solid #E0E0E0;
}
.service_item_4 .con {
	position: relative;
	margin: auto;
	padding-top: 90px;
	width: 1200px;
	height: 300px;
	text-align: right;
}
.service_item_4 .tit {
	padding-bottom: 20px;
	background: url(../img/service_item_tit_line.png) no-repeat right bottom;
}
.service_item_4 .tit h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
.service_item_4 .tit h4 {
	font-family: Arial;
	font-size: 36px;
	font-weight: normal;
	color: #db2726;
	line-height: 56px;
}
.service_item_4 .text {
	padding-top: 40px;
	font-size: 14px;
	line-height: 28px;
}

.service_item_5 .con {
	position: relative;
	margin: auto;
	padding-top: 90px;
	width: 1200px;
	height: 420px;
}
.service_item_5 .tit {
	padding-bottom: 20px;
	background: url(../img/service_item_tit_line.png) no-repeat left bottom;
}
.service_item_5 .tit h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
.service_item_5 .tit h4 {
	font-family: Arial;
	font-size: 36px;
	font-weight: normal;
	color: #db2726;
	line-height: 56px;
}
.service_item_5 .text {
	padding-top: 40px;
	font-size: 14px;
	line-height: 28px;
}
.service_item_5 .pic {
	position: absolute;
	top: 70px;
	right: 0;
}

.ScrollPic {
	position: relative;
	zoom: 1;
}
.ScrollPic .LeftBotton {
	position: absolute;
	top: 10px;
	left: 0;
	width: 30px;
	height: 100px;
	background: url(../img/finance_scroll_arrow.png) no-repeat 0 0;
	cursor: pointer;
}
.ScrollPic .LeftBotton:hover {
	background: url(../img/finance_scroll_arrow.png) no-repeat 0 -100px;
}
.ScrollPic .RightBotton {
	position: absolute;
	top: 10px;
	right: 0;
	width: 30px;
	height: 100px;
	background: url(../img/finance_scroll_arrow.png) no-repeat -30px 0;
	cursor: pointer;
}
.ScrollPic .RightBotton:hover {
	background: url(../img/finance_scroll_arrow.png) no-repeat -30px -100px;
}
.ScrollPic .Cont {
	margin: auto;
	width: 528px;
	overflow: hidden;
}
.ScrollPic .box {
	float: left;
	margin: 10px 8px;
	width: 160px;
	text-align: center;
}
.ScrollPic .box img {
	opacity: 0.8;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.ScrollPic .box img:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* 联系 */
.contact_banner {
	height: 500px;
	background: url(../img/contact_banner.jpg) center top;
	background-size: cover;
}
.contact_tel {
	border-bottom: 1px solid #E0E0E0;
}
.contact_tel .con {
	margin: auto;
	width: 1200px;
	padding: 80px 0 40px;
}
.contact_con {
	position: relative;
	margin: auto;
	width: 1200px;
}
.contact_con .item {
	float: left;
	padding-top: 30px;
	width: 799px;
	height: 570px;
	border-right: 1px solid #F0F0F0;
}
.contact_con .address {
	padding: 20px 0 30px 50px;
	border-bottom: 1px solid #F0F0F0;
	background: url(../img/contact_ico_address.png) no-repeat left 20px;
}
.contact_con .address h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}
.contact_con .address p {
	font-size: 14px;
	line-height: 24px;
}
.contact_con .mail {
	padding: 20px 0 30px 50px;
	border-bottom: 1px solid #F0F0F0;
	background: url(../img/contact_ico_mail.png) no-repeat left 20px;
}
.contact_con .mail h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}
.contact_con .mail p {
	font-size: 14px;
	line-height: 24px;
}
.contact_con .web {
	padding: 20px 0 30px 50px;
	background: url(../img/contact_ico_web.png) no-repeat left 20px;
}
.contact_con .web h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}
.contact_con .web p {
	font-size: 14px;
	line-height: 24px;
}
.contact_con .weixin {
	float: right;
	padding-top: 100px;
	width: 400px;
	text-align: center;
}
.contact_con .weixin img {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
}
.contact_con .weixin p {
	padding-top: 10px;
	font-size: 13px;
	line-height: 24px;
}
.contact_con .pic {
	position: absolute;
	left: 230px;
	bottom: 0;
}
.contact_map {
	height: 500px;
	background: url(../img/contact_map.jpg) no-repeat center top;
	background-size: cover;
}