* {
	box-sizing: border-box;
}
input, textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-appearance: none;
   	border-radius:0;
}
p {
	font-size: 14px;
	line-height: 22.4px;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* 表单验证样式开始 */
.formtips {font-size: 13px;}
.onError {color: red;}
.onSuccess {color: green;}

.btn {
	background-color: transparent;
	color: #3496d8;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #3496d8;
}
.btn:hover, .btn:focus {
	background-color: #3496d8;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color: #232323;
    padding:40px;
    color: #848484;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #454545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "微软雅黑","Open Sans", Arial, sans-serif;
	font-weight: 400;
	color: #454545;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

h1, .h1, h2, .h2, h3, .h3 {
 	margin-top: 0;
 	margin-bottom: 0;
}

.section {
	padding: 40px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}

.ban_index ul li img {
	width: 100%;
}

.ban_gy {
	background:url(../images/ban_gy.jpg) no-repeat center;
	background-size: cover;
}
.ban_cp {
	background:url(../images/ban_cp.jpg) no-repeat center;
	background-size: cover;
}
.ban_jj {
	background:url(../images/ban_jj.jpg) no-repeat center;
	background-size: cover;
}
.ban_sb {
	background:url(../images/ban_sb.jpg) no-repeat center;
	background-size: cover;
}
.ban_xw {
	background:url(../images/ban_xw.jpg) no-repeat center;
	background-size: cover;
}
.ban_lx {
	background:url(../images/ban_lx.jpg) no-repeat center;
	background-size: cover;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
.page_top {
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
.page_top .sec_nav {
	display: none;
}
#header {
	display: flex;
	align-items: center;
	height: 120px;
	background-color: rgba(255,255,255,.8);
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}
#header.fixed {
	background-color:rgba(255,255,255,.95);
}
#header.fixed a {
	color: #000;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #000;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	height: 74px;
	line-height: 74px;
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	font-size: 16px;
	color: #333;
	margin-left: 40px;
	text-transform: uppercase;
}
.navigation a.on {
	color: #335092;
}

.nav-toggle {
	display: none;
	height: 50px;
	overflow: hidden;
	position: absolute;
	right: 5%;
	text-indent: 100%;
	white-space: nowrap;
	width: 24px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #f05da3;
}
.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #f05da3;
}
.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #000;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.sec_nav {
	width: 100%;
}
.sec_nav ul li{
	position: relative;
	float: left;
	width: 25%;
	box-sizing: border-box;
	background: -webkit-linear-gradient(#4b85bb, #335092);
    background: -o-linear-gradient(#4b85bb, #335092);
    background: -moz-linear-gradient(#4b85bb, #335092);
    background: linear-gradient(#4b85bb, #335092);
}
.sec_nav ul li:hover{
	background-color: #1c3392;
}
.sec_nav ul li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sec_nav ul li.border_b:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sec_nav ul li:nth-child(4):before, .sec_nav ul li:nth-child(8):before {
	background-color:transparent;
}
.sec_nav ul li a{
	display: block;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.banner {
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	width:100%;
	height: 582px;
	padding-top: 120px;
	text-align: center;
	overflow:hidden;
}
.banner-txt {
	padding: 0 20px;
	color: #fff;
}
.banner-txt h3 {
	color: #fff;
	font-size: 58px;
	margin-bottom: 10px;
}
.banner-txt p {
	font-size: 20px;
}

/* ==========================================================================
	$intro
========================================================================== */
.about {
	background: url(../images/about_bg.jpg);
	background-position: center;
	background-size: cover;
}
.about .about_l {
	color: #fff;
}
.about .about_l h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
}
.about .about_l p {
	line-height: 24px;
}
.about .about_r ul li {
	margin: 20px 0;
	color: #fff;
}
.about .about_r ul li img {
	margin-right: 40px;
}
.about .about_r ul li b {
	margin: 0 10px;
	font-size: 30px;
}
.about_ti {
	text-align: center;
	color: #fff;
}
.about_ti a {
	display: block;
	color: #fff;
}
.about_ti span {
	font-size: 35px;
	font-weight: lighter;
}
.about_ti h2 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	font-weight: lighter;
}
.about_ti i {
	display: block;
	width: 80px;
	height: 2px;
	margin: 20px auto;
	background-color: #fff;
}
.index_icon {
	margin-top: 30px;
}
.intro h3 {
	color: #fff;
	margin-top: 0;
}
.intro p { 
	color: #fff;
	font-weight: 400;
}
/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */

.category {
	background-image: url(../images/pro_bg.jpg);
	background-position: center;
	background-size: cover;
}

.category ul li {
	margin: 20px 0;
}

.cate_wrap .cate_item {
	width: 100%;
	position: relative;
}
.cate_item .cate_pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.cate_item .cate_pic img {
	width: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s ;
}
.cate_item:hover .cate_pic img {
	transform: scale(1.2);
	-webkit-transform:scale(1.2);
}
.cate_item .cate_pic p {
	position: absolute;
    text-align: center;
    top: 80%;
    opacity: 0;
    padding: 20px;
    transition: all 0.5s ease 0s;
    color: #fff;
    font-size: 14px;
    z-index: 1001;
}
.cate_item .cate_pic:before {
	content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    z-index: 1000;
}
.cate_item:hover .cate_pic:before {
	width: 100%;
	left: 0;
	opacity: 0.5;
}
.cate_item:hover .cate_pic p {
	top: 50%;
	margin-top: -68px;
	opacity: 1;
}
.cate_item .cate_txt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	background-color: rgba(255,255,255,.8);
}

.index_icon dl {
	text-align: center;
}
.index_icon dl dd {
	line-height: 38px;
}

.section-header{	
text-align: center;	
padding-bottom: 30px;
}
.section-header h2{
	
}
.section-header p{
	
}


/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/

.application {
	background-image: url(../images/appl_bg.jpg);
	background-position: center;
	background-size: cover;
}
.tab ul li.on .tab_r h5 {
	font-size: 18px;
	transition: all .3s;
}
.tab .tab_item {
	display: flex;
	align-items: center;
}
.content {
	margin-bottom: 40px;
}
.content ul li {
	width: 100%;
}
.content ul li img {
	width: 100%;
}
.appl_con {padding-top: 20px;}
.appl_con .tab ul li {
	height: 68px;
	line-height: 68px;
}
.appl_con .tab ul li h5 {
	color: #fff;
}
.appl_con .tab_l {
	margin-right: 30px;
}
.appl_con .tab_l i {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/appl_dot.png) no-repeat center;
}
.service-section {
	padding-top: 100px;
}
.services {
	margin-bottom: 50px;
}
.services-content {
	padding: 30px 30px 20px;
	margin-top: 30px;
	background: #eaeaea;
	border: 1px solid #fff;
}
.services .icon {
	color: #ffffff;
	font-size: 38px;
	padding-left: 15px;
	float: left;
	background: #3496d8;
	padding: 20px;
	width: 90px;
}
/* ------------------------------------------------------------------------------
	 gallery
-------------------------------------------------------------------------------*/
.design {
	background-image: url(../images/desi_bg.jpg);
	background-position: center;
	background-size: cover;
}
.desi_ti span {
	color: #292929;
}
.desi_ti h2 {
	color: #292929;
}
.desi_ti i {
	background-color: #335092;
}
.desi_con ul li dl dt {
	height: 40px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
}
.desi_con ul li dl img {
	width: 100%;
}




/*	CONTENT BLOCK 3-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-10 .image-container {
		height: 100%;
	}
	
	.content-3-10 .content {
		margin-top: 0px;
		padding: 80px 15px 80px 80px;
		background: #eaeaea;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}


/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.news {
	background-image: url(../images/news_bg.jpg);
	background-position: center;
	background-size: cover;
}

.news_sub_ti h4 {
	font-size: 22px;
	margin-bottom: 16px;
	color: #fff;
}
.news_l {
	margin-bottom: 28px;
}
.news_l_con {
	margin-bottom: 30px;
}

.news_l_con .news_list ul li {
	line-height: 30px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_l_con .news_list ul li a {
	color: #fff;
}
.news_l_pic img {
	width: 100%;
}
.news_wrap .news_con {
	margin-top: 40px;
}
.news_b_pic {
	width: 100%;
	height: 204px;
	overflow: hidden;
}
.news_b_pic img {
	width: 100%;
}

.form_item {margin-bottom: 10px;}
.form_item textarea {width: 100%; height: 95px; resize: none; outline: none; padding: 20px; font-size: 14px; color: #fff; border: 1px solid #fff; background: transparent; box-sizing: border-box;}
.form_item input {width: 48%; height:38px; float:left; font-size: 14px; color: #fff; padding: 0 24px; border: 1px solid #fff; background: transparent; margin-bottom: 15px; box-sizing: border-box; }
.form_item .input_1 {margin-right: 4%; }
.form_con {margin-bottom: 6px; }
.form_btn .tijiao {width: 100%; height: 40px; line-height: 40px; border: none; color: #333; background: -webkit-linear-gradient(#afcffa, #fecfe2); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#afcffa, #fecfe2); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#afcffa, #fecfe2); /* Firefox 3.6 - 15 */
  background: linear-gradient(#afcffa, #fecfe2); /* 标准的语法 */ text-align: center; font-size: 18px;  cursor: pointer; }
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
footer {
	width: 100%;
	padding: 28px 0;
	color: #bbbbbc;
	background-color: #1a1920;
	box-sizing: border-box;
}
/*footer .foot_con .foot_links , footer .foot_con .foot_key {
	height: 23px;
	line-height: 23px;
}*/
footer .foot_con .foot_links a , footer .foot_con .foot_key a {
	font-size: 14px;
	display: inline-block;
    height: 18px;
    line-height: 18px;
    padding-right: 12px;
	color: #bbbbbc;
}
footer .foot_con .foot_links span , footer .foot_con .foot_key span {
	display: inline-block;
	margin-right: 10px;
}
footer .foot_con .mgb {
	margin-bottom: 10px;
}
footer .foot_con .bot_nav ul li {
	float: left;
}
footer .foot_con .bot_nav ul li a {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px solid #fff;
	color: #fff;
}

.foot_con_l {
	width: 86%;
	float: left;
}
.foot_con .code {
	width: 10%;
	float: right;
}
.foot_con .code img {
	width: 100%;
}

.copy {
	width: 100%;
	text-align: center;
	background-color: #fdfdfd;
}
.copy .copy_con {
	line-height: 24px;
	padding: 13px 0;
}