﻿.gallery_box>span i, .title_3 i {
	display: none;
}
* {
	margin: 0;
	padding: 0
}
img {
	border: none;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}
iframe {
	max-width: 100%;
	margin: 20px 0;
}
@media (max-width: 1023px) {
iframe {
	height: auto;
	width: auto;
}
}
html {
	font-size: 100%
}
body {
	position: relative;
	color: #212121;
	font-family: 'tt', Arial, '微软雅黑';
	background-color: #f5f5f5;
}
ul {
	list-style-type: none;
}
a {
	color: #4f79c5;
	text-decoration: none;
	border: none;
}
p {
	font-size: 14px;
	line-height: 22px;
}
h2 {
	font-size: 36px;
	line-height: 48px;
}
h3 {
	font-size: 30px;
	line-height: 40px;
}
h4 {
	font-size: 25px;
	line-height: 28px;
}
h5 {
	font-size: 18px;
	line-height: 22px;
}
 @media screen and (max-width: 960px) {
h2 {
	font-size: 24px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 18px;
}
h4 {
	font-size: 16px;
	line-height: 16px;
}
h5 {
	font-size: 14px;
	line-height: 16px;
}
}
pre {
	white-space: pre-wrap!important;
}
.content {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	/*background-color: #ccc;*/
	box-sizing: border-box;
}
.h_100 {
	position: relative;
	height: 90px;/*display: none;*/
}
.slider~.h_100 {
	display: none;
}
/*--------------------------------------------服务----------------------------------------------*/
.section {
	position: relative;
	width: 1200px;
	margin: 50px auto;
	margin-bottom: 60px;
}
.section_title_1 {
	position: relative;
	margin: 10px 0;
	box-sizing: border-box;
}
.section_title_1 .setting {
	position: relative;
	padding: 4px 0;
	margin-bottom: 20px;
}
.section_title_1 .setting span {
	position: relative;
	color: #4f79c5;
	font-size: 30px;
	font-family: "tt", Arial, 'MingLiU';/*text-transform: uppercase;*/
}
.section_title_1 .setting span:after {
	content: "";
	display: block;
	position: absolute;
	padding: 4px 0;
	width: 100%;
	border-bottom: 1px solid #4f79c5;
	z-index: 1;
}
.section_title_1 .setting a {
	position: absolute;
	right: 0;
}
.section_title_1 .setting:after {
	content: "";
	display: block;
	position: absolute;
	padding: 4px 0;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	z-index: 0;
}
.home {
	margin-top: 80px;
}
.home .section_title_1 {
	text-align: center;
}
.home .section_title_1 .setting:after {
	display: none;
}
.home .section_title_1>p:after, .home .section_title_3>p:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -16px;
	margin-left: -30px;
	width: 60px;
	height: 3px;
	background-color: #000;
}
.home .section_title_1>p, .home .section_title_3>p {
	position: relative;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 30px;
	font-family: 'blank', 'tt', Arial, '微软雅黑';
	font-weight: 700;
}
.home .section_title_1 .setting p, .home .section_title_3 .setting p {
	font-size: 16px;
	color: #999;
	letter-spacing: 1px;
	font-family: 'blank', 'tt', Arial, '微软雅黑';
	font-weight: 700;
}
.home .section_title_3 p {
	color: #fff;
}
.service_box {
	position: relative;
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 10px;
	box-shadow: 1px 1px 4px rgba(11,11,11,.06);
	background-color: #fff;
	box-sizing: border-box;
}
.service_box:last-child {
	margin: 0;
	margin-top: 10px;
}
.service_box img {
	width: 100%;
	-webkit-filter: contrast(1);
	transition: 0.3s;
	opacity: 1;
}
.service_box_text {
	min-height: 150px;
	padding: 20px 30px;
	box-sizing: border-box;
}
.service_box_text h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
/*.service_box_text h4:before{
	content: "";
	position: relative;
	display: inline-block;
	height: 16px;width: 6px;
	background-color: #4f79c5;
	margin-right: 5px;
	top: 2px;
}*/
.service_box_text p {
	/*	max-height: 70px;
	overflow: hidden;*/
	margin-bottom: 10px;
}
.section:after, .section_2_cell:after, .list_item:after, .footer_cell:after, .second_page:after, .side_contact:after, .foot_extend:after, .gallery_list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.service_box_text p a {
	position: relative;
	margin-top: 16px;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	color: #222;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #EDEDED;
	text-align: center;
	transition: 0.3s;
}
.service_box_text p a:hover {
	background-color: #000;
	color: #fff;
}


/*--------------------------------------------about----------------------------------------------*/

.section_2 {
	position: relative;
	background-color: #a2a7ab;
	min-height: 360px;
	padding: 60px;
	padding-top: 80px;
	box-sizing: border-box;
}
.section_2.home_about {
	padding: 100px;
}
.bg_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/blur.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center !important;
	/*opacity: 0.4;*/
	z-index: 1;
}
@media screen and (max-device-width: 1024px) {
.bg_blur {
	background-attachment: scroll;
}
}
.bg_light {
	/*position: absolute;*/
	width: 100%;
	background-color: #f7f7f8 !important;
	z-index: 1;
}
.alpha_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/blur.jpg);
	background-size: cover;
	background-attachment: fixed;
	opacity: 1;
	z-index: 1;
}
.section_2_brief p {
	white-space: pre-line;
	font-size: 16px;
	line-height: 30px;
}
.section_2_cell {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	z-index: 4;
}
.section_2_left {
	position: relative;
	/*float: left;*/
	text-align: center;
	width: 70%;
	margin: 0 auto;
	color: #fff;
	background: rgba(11,11,11,.2);
	padding: 30px 80px;
	z-index: 10;
	box-sizing: border-box;
}
.section_title_2 .setting {
	margin-top: 6px;
}
.section_title_2 .setting span {
	position: relative;
	padding-top: 10px;
	font-size: 36px;
	font-family: 'blank', Arial, '微软雅黑';
	font-weight: 700;
}
/*.section_title_2 .setting span:after{
	content: "";
	display: block;
	position: absolute;
	width: 50px;height: 2px;
	bottom: -16px;left: 0;
	background-color: #fff;
}*/
.section_title_2 {
	margin-top: 20px;
	margin-bottom: 40px;
}
.btn_1 a {
	position: relative;
	display: block;
	padding: 14px;
	margin: 30px auto;
	width: 200px;
	color: #fff;
	border: 2px solid #fff;
	z-index: 2;
	transition: 0.4s;
	box-sizing: border-box;
}
.btn_1 a:before {
	content: ">";
	display: inline-block;
	position: absolute;
	right: 20px;
}
.btn_1 a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #4f79c5;
	z-index: -1;
	transition: 0.2s;
}
.section_2_right {
	position: relative;
	width: 48%;
	float: right;
	overflow: hidden;
	z-index: 3;
}
.section_2_right img {
	width: 100%;
	transform: scale(1);
	-webkit-filter: contrast(1);
	transition: 0.4s;
}
 @media screen and (min-width: 1024px) {
.btn_1 a:hover:after {
	width: 100%;
}
.btn_1 a:hover {
	border-color: #4f79c5;
}
.section_2_right:hover img {
	transform: scale(1.1);
	-webkit-filter: contrast(1.2);
}
a.more:hover {
	color: #222;
}
}