/**
 
 @Copyright
 
 */


body {
	background: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt10 {
	margin-top: 10px;
}

p {
	color: #666666;
	line-height: 34px;
	text-indent: 2rem;
}

a {
	color: #666666;
}

/** 首页 */

/*导航部分*/
.nav {
	width: 100%;
	height: 80px;
	box-shadow: 0 3px 3px 0 #CCC;
	background: #FFF;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: 0.3s
}

.nav.index {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
}

.nav.scroll {
	background: #FFF;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
	transition: 0.3s
}

.nav .layui-container {
	position: relative;
	transition: all 400ms ease-out;
}

.nav .nav-logo {
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px;
	line-height: 80px;
}

.nav .nav-list {
	display: inline-block;
	height: 80px;
}

.nav .nav-list button {
	width: 25px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 15px;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.nav .nav-list button span {
	display: block;
	width: 25px;
	height: 2px;
	background: #2db5a3;
	margin-bottom: 6px;
	transition: 0.5s;
	display: none;
}

.nav .nav-list button span.spa1 {
	transform: rotate(45deg);
}

.nav .nav-list button span.spa3 {
	transform: rotate(-45deg) translate(5px, -5px);
}

.nav .layui-nav {
	width: auto;
	position: absolute;
	/* top: 80px; */
	right: 0;
	color: #000;
	background: transparent;
}

.nav .layui-nav .layui-nav-item {
	display: inline-block;
	margin-left: 15px;
	line-height: 60px;
}

.nav .layui-nav * {
	font-size: 16px;
}

.nav .layui-nav .layui-nav-item a {
	padding: 0 10px;
	color: #000;
}

.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
	height: 2px;
	background-color: #2db5a3;
}

/* .nav .layui-nav .layui-this a,
.nav .layui-nav .layui-nav-item a:hover {
	color: #2db5a3;
} */

.layui-nav .layui-nav-more {
	margin-top: -3px;
}

.layui-nav .layui-nav-more {
	right: -10px;
	border-color: #111010 transparent transparent;
}

.layui-nav-tree .layui-nav-item>a:hover {
	color: #4eabbc !important;
	background: #fff;
}

.nav .layui-nav .layui-nav-child {
	top: 80px;
	text-align: left;
	width: 110px;
	/* padding: 0 30%; */
}

.layui-nav-child dd {
	padding-left: 15px;
}

.layui-nav .layui-nav-child dd:hover {
	background-color: #f2f2f2;
}

.layui-nav .layui-nav-child a:hover {
	background: none !important;
}

.layui-nav-tree>a:hover {
	background: #FFFFFF;
	color: #4eabbc !important
}

/*轮播*/
#banner img {
	min-width: 100%;
	height: 100%;
	display: block;
}

#banner .panel {
	width: 400px;
	position: absolute;
	top: 39%;
	left: 50%;
	margin-left: -200px;
	text-align: center;
}

#banner .panel p {
	color: #FFFFFF;
	font-size: 44px;
	line-height: 80px;
	letter-spacing: 15px;
}

#banner .panel p.title {
	color: #FFFFFF;
	font-size: 54px;
	letter-spacing: 10px;
}

.icon_yw img {
	width: 80%;
}

.img-edge-cover {
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: 30px;
}

.img-edge-cover:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 0 50px 80px #ffffff inset;
}

.img-edge-cover img {
	width: 100%;
	height: 100%;
	display: block;
	margin-bottom: 20px;
}

/* 通知公告 */
.notice {
	position: relative;
	top: 0px;
	height: 36px;
	line-height: 36px;
	background: #f9f9fa;
}

.notice i {
	color: #FF0000;
	font-size: 24px;
	
}

.notice a {
	padding-left: 15px;
	color: #FF0000;
}

/*主体—产品*/
.main-product {
	margin-top: 30px;
	padding-bottom: 30px;
}

.main-product .layui-carousel {
	background-color: #FFFFFF;
}

.main-product p {
	font-size: 16px;
	color: #ababab;
	line-height: 28px;
}

.main-product p.title,
.main-service p.title {
	color: #484848;
	font-size: 24px;
	text-align: center;
	line-height: 160px;
}

.main-product p.title span,
.main-service p.title span {
	color: #2db5a3;
}

.main-product .layui-col-md2,
.main-product .layui-col-md1 {
	background: #FFFFFF;
}

.main-service .layui-carousel {
	top: 15px;
	background: none;
	margin-top: 18px;
}

.main-service .layui-carousel .layui-carousel-arrow {
	left: 0;
	top: 65%;
}

.main-service .layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.main-service .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
	right: 0;
}

.main-product .content {
	border: 1px solid #DEDEDE;
	/* padding: 30px 36px 0 36px; */
	padding-top: 10px;
	text-align: center;
	transition: 0.3s;
	background: #FFFFFF;
	cursor: pointer;
}

.main-product .content .iconfont {
	font-size: 115px;
	color: #2db5a3;
}

.iconfont-hot {
	float: left;
	color: #2db5a3;
	font-size: 16px;
}

.main-product .layui-carousel-arrow {
	font-size: 36px;
	color: #DEDEDE;
	background-color: #FFFFFF;
}

.main-product .layui-carousel-ind {
	top: 0px;
}

.main-product .layui-carousel>[carousel-item]>* {
	background: #FFFFFF;
}

.main-product .content p.label {
	font-size: 18px;
	color: #939393;
	line-height: 46px;
	padding-top: 6px;
	text-indent: 0px;
	white-space: nowrap;
}

.main-product .content a {
	font-size: 18px;
	color: #a1d8cb;
	line-height: 68px;
	white-space: nowrap;
}

.main-product .content:hover {
	box-shadow: 0 0 3px 3px #EEE;
	transition: 0.3s;
}

.main-product .content .icon_yw {
	transition: 2s;
}

.main-product .content .icon_yw:hover {
	transform: rotateY(180deg);
}

/*主体-服务*/
.main-service {
	background: #fff;
}

.main-service .index-title {
	float: left;
	width: 100%;
	border-bottom: 2px solid #d4d4d4;
}

.main-service .index-title span {
	float: left;
	margin-bottom: -2px;
	color: #2db5a3;
	font-weight: bold;
	padding: 10px 15px;
	border-bottom: 2px solid #2db5a3;
}

.main-service .index-title a {
	float: right;
}

.main-service .layui-col-space80>* {
	padding: 40px;
}

.main-service .index-news {
	float: left;
	list-style: none;
	padding-top: 10px;
}

.main-service .index-news li {
	float: left;
	width: 100%;
	line-height: 47px;
	font-size: 13px;
	border-bottom: 1px solid #ecebeb;
}

.main-service .index-news i.hot {
	float: left;
	margin-right: 3px;
	font-size: 36px;
	color: #FF0000;
}

.index-news-title {
	/* float: left; */
	font-size: 14px;
}

.index-news img {
	width: 10px !important;
	margin-top: -3px;
}

.index-news-time {
	float: right;
}

.main-service .content {
	position: relative;
	border: 1px solid #DEDEDE;
}

.main-service .content .content-left {
	width: 50%;
}

.main-service .content .content-left img {
	width: 100%;
}

.main-service .content .content-right {
	box-sizing: border-box;
	background: #FFF;
	padding: 48px 40px 0 48px;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	overflow: hidden;
}

.main-service .content .content-right p {
	color: #adadad;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-service .content .content-right p.label {
	font-size: 16px;
	color: #4a4a4a;
}

.main-service .content .content-right span {
	display: block;
	width: 50px;
	height: 2px;
	background: #2cb6a1;
	margin-bottom: 23px;
}

.main-service .content .content-right .time {
	display: block;
	position: absolute;
	right: 10px;
}

.main-service .content .content-right:hover {
	box-shadow: 2px 2px 2px #EEE;
	transition: 0.3s;
}

.main-service .content .content-news {
	box-sizing: border-box;
	background: #FFF;
	padding: 10px;
	height: 100%;
	transition: 0.3s;
	overflow: hidden;
}

.main-service .content .content-news p {
	color: #adadad;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-service .content .content-news p.label {
	font-size: 16px;
	color: #2cb6a1;
}

.main-service .content .content-news .time {
	display: block;
	right: 10px;
	position: absolute;
}

.main-service .content .content-news span {
	display: block;
	height: 1px;
	background: #cdc9c9;
	margin-bottom: 23px;
}

.main-service .content .content-news:hover {
	box-shadow: 2px 2px 2px #EEE;
	transition: 0.3s;
}

img {
	/* width: 100%; */
}

.main-service .service-more {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.main-service .service-more a {
	padding: 10px 62px;
	font-size: 23px;
	line-height: 46px;
	color: #FFF;
	background: #7fd3c6;
	border-radius: 3px;
}

/*底部*/
.footer {
	/* padding-bottom: 30px; */
	background: #7c8381;
}

.footer .footer-web {
	padding-top: 50px;
	padding-bottom: 63px;
}

.footer .footer-web a {
	color: #a5aaa9;
	line-height: 22px;
	margin-right: 20px;
	transition: 0.3s;
}

.footer .footer-web a:hover {
	color: #dce1e0;
	transition: 0.3s;
}

.footer .footer-contact {
	color: #fff;
}

.footer .footer-contact a {
	color: #a5aaa9;
}

.footer .footer-contact .contact-top {
	padding-top: 20px;
	line-height: 30px;
}

.footer .footer-contact .contact-bottom {
	line-height: 35px;
}


.footer div {
	padding: 15px;
	text-align: left;
}

.footer div span {
	color: #F0F0F0;
	font-size: 16px;
	font-weight: 600;
}

.footer div ul {
	margin-top: 20px;
}

.footer div li {
	color: #ffffff;
	font-size: 14px;
	padding: 3px;
}

.footer div li>a {
	color: #ffffff;
}

.footer div img {
	width: 100px;
	height: 100px;
	margin-top: 5%;
	margin-left: 10px;
}

.footer .saoma {
	color: #FFFFFF !important;
	text-align: left;
	text-indent: 0 !important;
}

.copyright {
	color: #F0F0F0;
	font-size: 12px;
	width: 100%;
	text-align: center !important;
	bottom: 0px;
	position: relative;
	
}
.copyright .img{
	width: 20px;
	height: 20px;
	text-align: middle;

	
}

/** 产品 */
.banner {
	height: 280px;
	margin-top: 80px;
}

.banner.product {
	background: url(../img/banner/banner_aboutus.jpg) no-repeat center top;
	background-size: cover;
}

.main.product {
	padding: 30px 0 75px 0;
}

.main.product .content {
	padding: 50px 0;
	border-bottom: 1px solid #e8e8e8;
}

.main.product .content .content-img {
	text-align: center;
}

.main.product .content .content-img img {
	max-width: 100%;
}

.main.product .content .label {
	color: #565656;
	font-size: 30px;
	line-height: 78px;
	margin-top: 32px;
}

.main.product .content .detail {
	font-size: 16px;
	line-height: 28px;
	color: #d7d7d7;
	padding-bottom: 30px;
}

.main.product .content a {
	color: #a0d2cc;
	font-size: 16px;
	line-height: 38px;
	padding: 10px 11px 10px 23px;
	border: 1px solid #a0d2cc;
	border-radius: 3px;
}

.newslist {
	display: block;
	padding: 10px 12px;
}

.newslist li {
	border-bottom: 1px dotted #dedede;
	position: relative;
	padding: 0 80px 0 16px;
	/* background: url(../images/listnot.png) 0px 15px no-repeat; */
}

.newslist li a {
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}

.newslist li a:hover {
	color: #4eabbc;
}

.newslist li span {
	/* position: absolute;
	right: 0;
	top: 0; */
	line-height: 36px;
	color: #bbb;
	text-align: center;
}

.date {
	position: absolute;
	right: 0;
	top: 7px;
	color: #0000FF;
	font-size: 15px;
}

.newslist li:last-child {
	border: 0;
}

.newslist.ny li {
	padding: 8px 80px 8px 14px;
	/* background: url(../images/listnot.png) 2px 24px no-repeat; */
}

.newslist.ny li a img {
	width: 10px;
	margin-right: 5px;
}

.newslist.ny li a:after {
	display: none;
}

/** 动态 */
.banner.news {
	background: url(../img/nav_img3.jpg) no-repeat center top;
	background-size: cover;
}

.banner .title {
	padding-top: 120px;
}

.banner .title.active {
	padding-top: 120px;
	transition: 1.5s;
}

.banner .title p {
	color: #606060;
	font-size: 36px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 5px;
}

.banner .title p.en {
	font-size: 20px;
	letter-spacing: 3px;
}

.main-news {
	padding: 70px 0 80px 0;
}

.main-news .content>div {
	padding-bottom: 20px;
	border-bottom: 1px dashed #eaeaea;
	position: relative;
	font-size: 20px;
}

.main-news .content .news-img {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.main-news .content .news-img img {
	max-width: 90%;
}

.main-news .content .news-panel {
	display: inline-block;
	width: 70%;
	vertical-align: top;
	padding-left: 5px;
	box-sizing: border-box;
}

.main-news .content .news-panel strong a {
	display: block;
	color: #555;
	font-size: 18px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-news .content .news-panel p.detail {
	color: #777;
	line-height: 24px;
}

.main-news .content .news-panel p.read-push {
	color: #AAA;
	padding-top: 5px;
}

.main-news #newsPage .layui-laypage {
	display: block;
	text-align: center;
	margin-top: 70px;
}

.main-news #newsPage .layui-laypage a,
.main-news #newsPage .layui-laypage span {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 3px;
	color: #e3e3e3;
}

/*动态详情页*/
.main-newsdate {
	margin-top: 0px;
	margin-bottom: 50px;
	/* text-align: center; */
}

.main-newsdate .news {
	text-align: left;
	line-height: 104px;
}

.main-newsdate h1 {
	color: #666666;
	padding-top: 6px;
}

.main-newsdate .pushtime {
	color: #686868;
	font-size: 18px;
	line-height: 82px;
}

.main-newsdate .introTop {
	padding-bottom: 28px;
	font-size: 18px;
	line-height: 36px;
	text-align: left;
	text-indent: 2rem;
}

.main-newsdate .introBott {
	font-size: 18px;
	line-height: 42px;
	text-align: justify;
	padding: 40px 0 102px 0;
}

.main-newsdate img {
	max-width: 100%;
}


/** 案例 */
.banner.case {
	background: url(../img/nav_img2.jpg) no-repeat center top;
	background-size: cover;
}

.main-case {
	padding: 30px 0 75px;
}

.main-case .content {
	width: 48%;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 20px;
	border-bottom: 2px solid #c9c9c9;
}

.main-case .content.even {
	margin-left: 2%;
}

.main-case .content .case-img {
	border: 1px solid #e2e2e2;
	overflow: hidden;
}

.main-case .content .case-img img {
	width: 100%;
	transition: 2s;
}

.main-case .content .case-img img:hover {
	transform: scale(1.2, 1.2);
	transition: 2s;
}

.main-case .content p.lable {
	padding-top: 13px;
	font-size: 30px;
	line-height: 76px;
}

.main-case .content p {
	font-size: 18px;
	line-height: 32px;
	color: #505050;
}

.main-case #casePage .layui-laypage {
	display: block;
	text-align: center;
	margin-top: 100px;
}

.main-case #casePage .layui-laypage a,
.main-case #casePage .layui-laypage span {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 3px;
	color: #e3e3e3;
}


/** 关于 */
.banner.about {
	background: url(../img/nav_img4.jpg) no-repeat center top;
	background-size: cover;
}

.main-about {
	padding-bottom: 130px;
}

.main-about ul.aboutab {
	padding: 100px 0;
	text-align: center;
}

.main-about ul.aboutab li {
	display: inline-block;
	padding: 0 22px;
	margin-left: 15px;
	font-size: 20px;
	line-height: 46px;
	color: #b5b5b5;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	cursor: pointer;
}

.main-about ul.aboutab li:first-child {
	margin-left: 0;
}

.main-about ul.aboutab li.layui-this,
.main-about ul.aboutab li:hover {
	color: #2ab5a3;
	border-color: #afddd7;
	transition: 0.3s;
}

.main-about .tabJob,
.main-about .tabCour {
	display: none;
}

/*公司简介*/
.main-about .tabIntro {
	padding-bottom: 15px;
}

.main-about .tabIntro .content {
	vertical-align: middle;
}

.main-about .tabIntro .content .img {
	width: 50%;
}

.main-about .tabIntro .content .img img {
	width: 100%;
}

.main-about .tabIntro .content .panel {
	width: 50%;
}

.main-about .tabIntro .content p {
	padding: 0 20px;
	line-height: 24px;
	text-align: justify;
}

.main-about .tabIntro .p_hidden {
	padding: 0 20px;
	display: none;
}

/*招贤纳士*/
.main-about .tabJob .content {
	padding: 0 0 40px 20px;
	border: 1px solid #e2e2e2;
	border-top: 4px solid #65d0c5;
	margin-top: 90px;
}

.main-about .tabJob .content:first-child {
	margin-top: 10px;
}

.main-about .tabJob .content p {
	font-size: 18px;
	line-height: 40px;
}

.main-about .tabJob .content p.title {
	font-size: 24px;
	color: #545454;
	line-height: 60px;
}

.main-about .tabJob .content ol {
	padding-left: 20px;
	list-style-type: none;
	counter-reset: sectioncounter;
}

.main-about .tabJob .content ol li {
	color: #8d8d8d;
	font-size: 16px;
	line-height: 30px;
}

.main-about .tabJob .content ol li:before {
	content: counter(sectioncounter) "、";
	counter-increment: sectioncounter;
}

/*发展历程*/
.timeline {
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.main-about .tabCour p.title {
	font-size: 28px;
	line-height: 28px;
	text-align: center;
}

.main-about .tabCour .timeline {
	position: relative;
	margin-top: 75px;
}

.main-about .tabCour .timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	width: 2px;
	background-color: #e2e2e2;
	left: 50px;
}

.main-about .tabCour .timeline li {
	position: relative;
	padding-top: 70px;
}

.main-about .tabCour .timeline li:first-child {
	padding-top: 0;
}

.main-about .tabCour .timeline li .cour-img {
	position: absolute;
	left: 0;
	width: 100px;
	border-radius: 50%;
}

.main-about .tabCour .timeline li .cour-img img {
	width: 100%;
}

.main-about .tabCour .timeline li .cour-panel {
	padding-top: 20px;
	padding-left: 120px;
	text-align: left;
}

.main-about .tabCour .timeline li .cour-panel p.label {
	font-size: 18px;
	color: #000;
}

.main-about .tabCour .timeline li .cour-panel p {
	color: #949494;
	line-height: 30px;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
.layui-carousel{
		height: 450px;
	}	
}
@media screen and (max-width: 1200px) {
	
	.nav {
		overflow: hidden;
	}

	.main-service .content .content-right {
		padding: 10px 10px 0 10px;
	}

	.main-service .content .content-right p {
		line-height: 24px;
	}

	.main-news .content .news-panel p.read-push {
		font-size: 12px;
	}

	.main-case .content {
		padding-top: 60px;
	}

	.main-case .content p.lable {
		padding-top: 10px;
		font-size: 18px;
		line-height: 48px;
	}

	.main-case .content p {
		font-size: 12px;
		line-height: 20px;
		color: #505050;
	}

	.main-about ul.aboutab {
		padding: 70px 0;
	}

	.main-about ul.aboutab li {
		padding: 0 15px;
		font-size: 16px;
		box-sizing: border-box;
	}

	.main-about .tabIntro .content .img {
		width: 100%;
	}

	.main-about .tabIntro .content .panel {
		width: 100%;
	}

	.main-about .tabIntro .content .panel.p_block {
		display: none;
	}

	.main-about .tabIntro .p_hidden {
		display: block;
	}

	.main-news #newsPage .layui-laypage a,
	.main-news #newsPage .layui-laypage span,
	.main-case #casePage .layui-laypage a,
	.main-case #casePage .layui-laypage span {
		padding: 0 12px;
		font-size: 14px;
		line-height: 30px;
		height: 30px;
		margin-right: 4px;
	}
}

/*小屏幕*/
@media screen and (min-width: 1200px) {
	.nav {
		max-height: 80px;
	}

	.nav.index {
		background: #FFFFFF;
	}

	.nav .nav-list button {
		display: none;
	}

	.nav .layui-nav {
		width: auto;
		position: absolute;
		top: 0;
		padding: 0 5px;
		border-radius: 0;
		margin: 0;
	}

	.nav .layui-nav .layui-nav-item {
		display: inline-block;
		/* margin-right: 15px; */
		line-height: 80px;
	}

	.main-product p.title,
	.main-service p.title {
		font-size: 36px;
		line-height: 216px;
	}

	.main.product .content .content-img {
		text-align: left;
	}

	.main-news .content .news-panel strong a {
		font-size: 16px;
		line-height: 30px;
	}

	.main-news .content .news-panel p.read-push {
		padding-top: 0;
		position: absolute;
		bottom: 35px;
	}

	.main-newsdate .pushtime {
		line-height: 142px;
	}

	.main-case .content {
		width: 45%;
	}

	.main-case .content.even {
		margin-left: 9%;
	}

	.main-about ul.aboutab li {
		padding: 0 32px;
		font-size: 24px;
		margin-left: 30px;
		line-height: 50px;
	}

	.main-about .tabIntro .content p {
		padding: 0 30px;
		font-size: 18px;
		line-height: 30px;
	}

	.main-about .tabJob .content p {
		font-size: 24px;
		line-height: 50px;
	}

	.main-about .tabJob .content p.title {
		font-size: 30px;
		line-height: 90px;
	}

	.main-about .tabJob .content ol li {
		font-size: 20px;
		line-height: 60px;
	}

	.main-about .tabCour .timeline:before {
		left: 50%;
	}

	.main-about .tabCour .timeline li {
		min-height: 195px;
		padding-top: 95px;
	}

	.main-about .tabCour .timeline li .cour-img {
		left: 50%;
		margin-left: -97.5px;
		width: 195px;
	}

	.main-about .tabCour .timeline li .cour-panel {
		padding-top: 55px;
		padding-left: 0;
	}

	.main-about .tabCour .timeline li.odd .cour-panel {
		text-align: right;
	}
}

@media screen and (max-width: 768px) {

	.product,
	.footer,
	.nav,
	.left-nav,
	.p-weizhi {
		display: none;
	}

	.footer div {
		text-align: center;
	}

	.main-news {
		padding: 0 !important;
	}

	/* .machine-box .frame-1,
	.machine-box .frame-2 {
		width: 100% !important;
		height: 100% !important;
	} */

	.footer .layui-container .layui-row {
		margin-right: 0 !important;
	}

	.iframeMap {
		width: 100% !important;
		height: 100%;
		float: left;
	}

	.menu {
		display: none !important;
	}

	.machine-box-na .frame-1 {
		width: 100% !important;
		height: 100% !important;

	}

	.machine-box-na .frame-2 {
		width: 100% !important;
		height: 100% !important;
	}

	.hosted-services .frame-1,
	.hosted-services-en .frame-1 {
		width: 100% !important;
	}

	.hosted-services .frame-2,
	.hosted-services-en .frame-2 {
		width: 100% !important;
	}

	.Information-box {
		width: 94% !important;
		height: 100% !important;
		padding: 40px 15px !important;
	}
}

/* @media screen and (min-width: 768px) and (max-width: 992px) {
	.nav{
		overflow: hidden;
	}
	.main.product .content div.right {
		padding-left: 20px;
	}

	.nav .layui-nav .layui-nav-item {
		margin: 0 12px;
	}

	.main-service .content .content-right {
		padding: 10px 10px 0 15px;
	}

	.main-service .content .content-right span {
		margin-bottom: 20px;
	}

	.main-service .content .content-right p {
		line-height: 28px;
	}

	.main.product .content .label {
		line-height: 40px;
		margin-top: 0;
	}

	.main.product .content .detail {
		padding-bottom: 10px;
	}
}
 */
/*大屏幕*/
/* @media screen and (min-width: 992px) {
	.main.product .content {
		padding: 100px 0;
	}

	.main.product .content div.right {
		padding-left: 0;
	}

	.main-news .content .news-img {
		width: 20%;
	}

	.main-news .content .news-panel {
		width: 80%;
	}

	.main-case .content {
		width: 31%;
	}

	.main-case .content.even {
		margin-left: 0;
	}

	.main-case .content.center {
		margin-right: 3%;
		margin-left: 3%;
	}

	.main-about .tabIntro .content p {
		padding: 0 50px;
		font-size: 20px;
		line-height: 40px;
	}
} */

/*超大屏幕*/
/* @media screen and (min-width: 1200px) {
	.main-news .content .news-img {
		width: 35%;
	}

	.main-news .content .news-panel {
		width: 64%;
	}

	.main-news .content:nth-child(odd) {
		padding-right: 20px;
	}

	.main-news .content:nth-child(even) {
		padding-left: 20px;
	}

	.main-about .tabCour .timeline li .cour-panel {
		padding-left: 50px;
	}

	.main-about .tabCour .timeline li.odd .cour-panel {
		padding-left: 0;
		padding-right: 50px;
	}
}
 */
/* @media screen and (min-width: 1300px) {
	.layui-container {
		width: 1200px;
		padding: 0;
	}

	.main-about .tabJob .content:last-child {
		margin-bottom: 180px;
	}

	.nav .nav-logo {
		position: absolute;
		top: 0;
		left: 0;
	}

	.layui-col-space80 {
		margin: -40px;
	}

	.layui-col-space80>* {
		padding: 40px;
	}

	.layui-nav-tree .layui-nav-item a {
		color: rgba(43, 29, 29, 0.7) !important
	}

	.layui-nav-itemed>.layui-nav-child {
		background-color: #fff !important;
		color: #4E5465;
	}

	.layui-nav {
		background-color: #fff
	}

	.layui-nav-tree .layui-nav-child dd.layui-this,
	.layui-nav-tree .layui-nav-child dd.layui-this a,
	.layui-nav-tree .layui-this,
	.layui-nav-tree .layui-this>a,
	.layui-nav-tree .layui-this>a:hover {
		color: #4eabbc !important;
		background-color: #fff;
	}

	.main-news p {
		text-indent: 28px;
		padding: 5px;
		line-height: 30px;
	}

	.weizhi {
		color: #4eabbc;
		font-weight: 500;
	}

	.main-customs img {
		width: 100px;
		height:100px;
		padding-top: 10px;
	}

	.main-customs .name {
		font-weight: 600;
		padding: 5px;
		color: #7d7b7b;
	}

	.main-customs .enName {
		font-weight: 600;
		color: #7d7b7b;
	}

	.title-left {
		padding-left: 20px;
		background: #4eabbc;
		color: #fff;
		text-align: center;
		padding: 10px;
	}
}
 */
.ul-left-under {
	background: #e0e2e1;
	height: 40px;
	width: 100%;
}

.ul-left-upper {
	background: #4eabbc;
	height: 60px;
	width: 70%;
	margin: -25% 15%
}

.ul-left-upper .p-16 {
	color: #fff;
	line-height: 22px !important;
	text-indent: 1rem;
	padding: 0px;
	font-size: 16px;
	font-weight: 600;
	padding-top: 8px
}

.ul-left-upper .p-10 {
	font-size: 10px;
	line-height: 22px !important;
	padding: 0 5px;
	color: #fff;
}

.layui-nav {
	background: #fff;
}

.layui-nav .layui-nav-item a {
	/* color: rgba(25, 20, 20, 0.7) !important; */
	color: #5F5F5F;
}

.layui-nav .layui-nav-child a {
	font-size: 13px;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
	background: #fff;
	color: #4eabbc !important
}

/*公司理念*/
.layui-col-lg9 .text-idea {
	font-size: 15px;
}

.company {
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

/*公司简介*/
.layui-col-lg9 .text-brief-introduction {
	font-size: 15px;
}

/*招聘流程*/
.content-text {
	width: 85%;
	float: right;
	margin-top: -76px;
	line-height: 36px;
	text-align: left;
	margin-right: -23px;
	font-size: 15px;
}

.recruitmentProcess {
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.content-text li {
	list-style: decimal;
}

.image-recruitmentProcess {
	position: relative;
	width: 100px;
	height: 92px;
	text-align: center;

}

.image-recruitmentProcess img {
	margin-left: 34px;
	margin-top: 24px;
	height: 40px;
	width: 40px;
}

.image-recruitmentProcess span {
	margin-left: 31px;
	color: #0086B3;
}

.image-interview {
	position: relative;
	width: 100px;
	height: 92px;
}

.image-interview img {
	margin-left: 45px;
	margin-top: 52px;
	height: 40px;
	width: 40px;
	text-align: center;
}

.image-interview span {
	margin-left: 30px;
	color: #0086B3;
    text-align: center;
}

.image-physicalExamination {
	position: relative;
	width: 100px;
	height: 92px;
}

.image-physicalExamination img {
	margin-left: 43px;
	margin-top: 11px;
	height: 40px;
	width: 40px;
}

.image-physicalExamination span {
	margin-left: 49px;
	color: #0086B3;
}

.image-agreement {
	position: relative;
	width: 100px;
	height: 92px;
}

.image-agreement img {
	margin-left: 41px;
	margin-top: 37px;
	height: 40px;
	width: 40px;
}

.image-agreement span {
	margin-left: 16px;
	color: #0086B3;
}

/* 董事长寄语 */
.messagm {
	display: inline-block;
	line-height: 65px;
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.messagm ul li {
	margin-left: 81px;
	font-size: 15px;
	line-height: 60px;
}

.messagm ul li img {
	height: 11px;
	width: 11px;
	margin-top: -4px;
	padding-right: 5px;
}

/* 校园招聘 */
.recruit h2 {
	text-align: center;
	color: #16469a;
}

.recruit {
	display: inline-block;
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.recruit li {
	list-style-type: disc;
	line-height: 34px;
	float: right;
	width: 97%;
	font-size: 15px;
}

.condition {
	margin-left: 29px;
}

.square {
	width: 5px;
	height: 15px;
	background-color: #007AFF;
	margin-left: -2px;
}

.recruit h3 {
	float: right;
	width: 99%;
	margin-top: -19px;
}

.recruit p {
	font-size: 15px;
}

.recruit span {
	font-size: 15px;
}

/* 公务机业务 */
.business-aircraft-business {
	color: #666666;
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.business-aircraft-business h2 {
	text-align: center;
	color: #16469a;
}

.business-aircraft-business h3 {
	float: right;
	width: 99%;
	margin-top: -19px;
}

.business-aircraft-business h4 {
	padding-left: 10px;
	font-size: 15px;
	text-align: center;
}

.machine-box {
	margin-left: 10px;
}

/* .fts{
	margin-left: -2px;
} */
.business-aircraft-business p {
	font-size: 15px;
}

.business-aircraft-business ul {
	font-size: 15px;
	line-height: 34px;
	padding-left: 34px;
	padding-right: 34px;
}

.business-aircraft-business img {
	height: 11px;
	width: 11px;
	margin-top: -4px;
}

/*选择导航栏公共样式修改*/
.layui-col-lg9 .news,
.layui-col-lg9 .p-weizhi {
	text-indent: 0rem;
	font-size: 15px;
	padding-left: 20px;
	margin-top: -33px;
	/* font-weight: 600; */
	color: #6e6d6d;
}

/* 设计改装 */
.design-modification {
	color: #666666;
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.design-modification h2 {
	text-align: center;
	color: #16469a;
}

.design-modification h3 {
	float: right;
	width: 99%;
	margin-top: -19px;
}

.design-modification p {
	font-size: 15px;
}

.refitting-box {
	padding-left: 10px;
}

.refitting-box-text {
	margin-left: 10px;
}

/* 客改货 */
.customer-to-goods {
	color: #666666;
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.customer-to-goods p {
	font-size: 15px;
	letter-spacing: 1px;
}

.customer-to-goods h2 {
	text-align: center;
	color: #16469a;
}

.customer-to-goods h3 {
	float: right;
	width: 99%;
	margin-top: -18px;
}

.customer-to-goods ul li {
	font-size: 15px;
	line-height: 34px;
	padding-left: 10px;
	text-indent: 0.3rem;
	white-space: nowrap;
}

.modification-box {
	margin-left: 10px;
}

.address {
	text-indent: 1rem;
}

.customer-to-goods img {
	height: 11px;
	width: 11px;
	margin-top: -4px;
}

.layui-col-lg6 {
	width: 47%;
	margin-left: 24px;
}

/* 公共 */
.tupian {
	margin-left: 5px;
}

.tupian li {
	padding: 4px;
}

.roll {
	margin-bottom: 20px;
}

.roll .wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	text-align: center;
}


.roll li {
	float: left;
	list-style: none;
	width: 200px;
	height: 100%;
}


.box {
	width: 1170px;
	height: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.gonggao {
	width: 100%;
	position: absolute;
	left: 70px;
	top: 0;
	
}

.gonggao li {
	color : #FF0000;
	font-size:medium;
	/* width: 200px; */
	line-height: 36px;
	height: 36px;
	padding-left: 20px;
	padding-top: 2px;
	/* float: left; */
	/* text-align: center; */
}
.gonggao a {
	
	color: #FF0000;
}

.box img {
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	width: 25px;
	margin-left: 50px;
	margin-top: 6px;
}

.hosted-services {
	color: #666666;
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.hosted-services p {
	font-size: 15px;
	/* padding: 15px; */
}

.hosted-services ul li {
	padding: 6px 15px;
	font-size: 15px;
}

.hosted-services-en ul li {
	padding: 6px 0;
	padding-left: 15px;
	font-size: 15px;
	line-height: 24px;
}

.hosted-services ul li img,
.hosted-services-en ul li img {
	width: 11px;
	height: 11px;
	margin-top: -2px;
	padding-right: 5px;
}

.box-ftm h3 {
	float: right;
	width: 99%;
	margin-top: -19px;
}

.hosted-services h2,
.hosted-services .contain {
	text-align: center;
	/* color:#16469a; */
}

/* 无损检测 */
.testing {
	margin-left: 9px;
	font-size: 15px;
}

.appliances {
	margin-left: 9px;
}

.wz {
	margin-left: 4px;
	font-size: 15px;
}

/* 培训认证*/
.training-course {
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.training-course h2 {
	text-align: center;
	color: #16469a;
}

.training-course h3 {
	float: right;
	width: 99%;
	margin-top: -19px;
	margin-right: -12px;
}

.training-course h4 {
	padding-left: 10px;
	font-size: 15px;
}

.training-course p {
	font-size: 15px;
}

.training-course ul {
	font-size: 15px;
	line-height: 34px;
	padding: 6px 15px;
}

.training-course img {
	width: 11px;
	height: 11px;
	margin-top: -2px;
	padding-right: 5px;
}

.training-course-p {
	margin-left: -25px;
}

.training-text {
	float: right;
	width: 50%;
	margin-top: -331px;
}

.training-text .square {
	margin-left: -6px;
}

/* 维修许可 */
.weixiu .layui-tab-title li {
	display: block;
}

.weixiu .layui-tab-title .layui-this {
	color: #4eabbc;
}

.weixiu .layui-tab-title .layui-this:after {
	border: none;
}

.layui-tab-title {
	height: 100%;
	border: none;
}

/* 补充公务机业务*/
.machine-box .frame-1 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 334px;
	margin-left: -9px;
	padding: 1px 5px;
	float: left;
	margin-bottom: 10px;
}

.machine-box .frame-2 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 334px;
	float: right;
	margin-right: -2px;
	/* margin-top: -338px; */
	padding: 1px 5px;
	margin-bottom: 10px;
}

.machine-box .frame-3 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 334px;
	margin-top: 18px;
	padding: 1px 5px;
	margin-left: -10px;
}

.machine-box .frame-4 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 334px;
	margin-left: 404px;
	margin-top: -338px;
	padding: 1px 5px;
}

.fts .frame-1 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 334px;
	float: left;
	margin-left: -9px;
	padding: 1px 5px;
	margin-bottom: 10px;
}

.fts .frame-2 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 334px;
	float: right;
	margin-right: -2px;
	margin-bottom: 10px;
	/* margin-top: -338px; */
	padding: 1px 5px;
}

.fts .frame-3 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 334px;
	margin-top: 18px;
	padding: 1px 5px;
	margin-left: -10px;
}

.fts .frame-4 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 334px;
	margin-left: 404px;
	margin-top: -338px;
	padding: 1px 5px;
}

.fts .frame-1 p {
	font-size: 12px;
	text-align: center;
}

/* 无损检测 */
.hosted-services .frame-1,
.hosted-services-en .frame-1 {
	height: 196px;
	border: 1px solid #dfdfdf;
	width: 48%;
	margin-left: -9px;
	padding: 1px 5px;
	float: left;
	margin-bottom: 10px;
}

.hosted-services .frame-2,
.hosted-services-en .frame-2 {
	border: 1px solid #dfdfdf;
	float: right;
	height: 196px;
	width: 48%;
	/* margin-top: -24.8%; */
	padding: 1px 5px;
	margin-right: -2px;
	margin-bottom: 10px;
}

.hosted-services-en .frame-1,
.hosted-services-en .frame-2 {
	height: 220px !important;
}

/* 培训认证和培训课程 */
.training-course .frame-1 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 400px;
	padding: 1px 5px;
	margin-left: -8px;
}

.training-course .frame-2 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 400px;
	float: right;
	margin-right: 3px;
	margin-top: 0px;
	padding: 1px 5px;
}

.training-course .frame-3 {
	float: right;
	width: 48%;
	height: 339px;
	margin-top: 2px;
	margin-right: 4px;
	padding: 1px 5px;
}

.training-course .square {
	width: 5px;
	height: 15px;
	background-color: #007AFF;
	margin-left: 6px;
}

/* 开课计划 */
.begins img {
	width: 15px;
	height: 15px;
	padding: 0px 5px;
	margin-top: -4px;
}

.begins h2 {
	text-align: center;
	color: #16469a;
}

.begins p {
	font-size: 15px;
}

/* 培训课程 */
.curriculum-1 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 410px;
	margin-left: -10px;
	padding: 15px 5px;
}

.curriculum-2 {
	border: 1px solid #dfdfdf;
	width: 96%;
	height: 410px;
	margin-left: 7px;
	margin-top: -111px;
	padding: 15px 5px;
}

/* 联系我们 */
.re img {
	width: 50%;
	height: 250px;
	margin-left: 29px;
}

.re-1 p {
	float: right;
	width: 51%;
	font-size: 15px;
	line-height: 45px;
	letter-spacing: 1px;
}

.re-1 {
	margin-top: -262px;
	margin-right: -137px;
}

.re {
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.re h2 {
	color: #16469a;
}

/* 部件维修 */
.component {
	color: #666666;
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.component h2 {
	text-align: center;
	color: #16469a;
}

.component p {
	font-size: 15px;
	letter-spacing: 1px;
}

/* 基地维修 */
.tupian li img {
	width: 100% !important;
	height: 150px !important;
	;
}

.fancybox-buttons img {
	height: 150px;
	margin-right: 3px;
	width: 250px;
}

.fancybox-opened .fancybox-title {
	text-align: center;
}

.hosted-services .item .frame_left {
	padding: 10%;
	float: left;
}

.hosted-services .item div {
	border: 1px solid #e8e7e7;
	margin-left: 10px;
	padding: 15px 25px;
	width: 48%;
}

.hosted-services .item h4 {
	text-align: center;
}

.permit {
	margin-left: 67px;
}

.permit .fancybox-buttons {
	float: left;
	background-color: #f4faff;
	border: 1px solid #d1e3f2;
	padding: 10px 10px 0px;
	/* margin: 0px 10px 30px; */
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
}

.permit .fancybox-buttons img {
	width: 160px;
	height: 215px;
	padding: 5px 3px 0;
}

.permit .fancybox-buttons span {
	display: inline-block;
	width: 100%;
	color: #17479e;
	font-weight: bold;
	text-align: center;
}

.permit,
.customers {
	text-indent: 0 !important;
	text-align: left;
	padding-top: 0px;
}

.permit a {
	padding: 5px;

}

.customers img {
	max-width: 100px;
	max-height: 100px;
	padding: 10px;
}

.certify-left .layui-this a {
	color: #4eabbc !important;
}

/* 联系我们 */
.information img {
	width: 50%;
	height: 246px;
	margin-left: 3px;
}

.information-1 p {
	font-size: 15px;
	line-height: 40px !important;
	letter-spacing: 1px;
}

.information-1 {
	margin-top: 0;
	margin-right: 0;
}

.Information-box {
	border: 1px solid #dfdfdf;
	width: 95%;
	height: 270px;
	margin-left: -11px;
	padding: 40px 35px;
}

/* 校园招聘 */
.recruit ul li {
	padding: 6px 15px;
	font-size: 15px;
	list-style: none;
}

.recruit ul li img {
	width: 11px;
	height: 11px;
	margin-top: -2px;
	padding-right: 5px;
}

/* 英文版联系我们 */
.information-2 p {
	float: right;
	width: 57%;
	font-size: 15px;
	line-height: 55px;
	letter-spacing: 1px;
}

.information-2 {
	margin-top: -290px;
	margin-right: -360px;
}

.layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
	background: #FFFFFF;
	color: #2db5a3;
}

/* .footer .layui-container .layui-row {
	margin-right: -330px;
} */

.layui-nav-tree {
	width: 100% !important;
}

/* //英文导航宽度 */
/* .en-nav-width {
	width: 1000px;
	margin-right: 100px;
} */
.change-cn,
.change-en {
	float: right;
	position: relative;
	top: -72px;
	right: 10px;
	height: 24px;
	line-height: 15px;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 15px;

}

.change-cn img,
.change-en img {
	width: 14px;
	height: 14px;
	margin-right: 3px;
}

/* 后勤支持 */
.logistics h2 {
	text-align: center;
}

.logistics h3 {
	float: right;
	width: 99%;
	margin-top: -17px;
	margin-right: -4px;
}

.logistics p {
	font-size: 15px;
}

.logistics ul li {
	font-size: 15px;
	line-height: 34px;
	padding-left: 34px;
	padding-right: 34px;
	color: #666666;
}

.logistics ul li img {
	height: 15px;
	width: 15px;
	margin-top: -4px;
	margin-left: 15px
}

.logistics .frame-1 {
	border: 1px solid #dfdfdf;
	width: 43%;
	height: 412px;
	margin-left: 13px;
	padding: 1px 10px;
	float: left;
	margin-bottom: 10px;
}

.logistics .frame-2 {
	border: 1px solid #dfdfdf;
	width: 40%;
	height: 412px;
	float: right;
	margin-right: 60px;
	padding: 1px 10px;
	margin-bottom: 10px;
}

/* 英文版导航栏位置 */
.Navigation .layui-nav .layui-nav-child {
	top: 80px;
	text-align: left;
	width: 190px;
	/* padding: 0 30%; */
}

/* 一级菜单 */
.menu {
	height: 35px;
	width: 200px;
	background-color: #16469a;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.menu span {
	font-size: 18px;
	color: #F0F0F0;
}

/* 公司新闻 */
.journalism img {
	width: 150px;
	height: 110px;
	padding: 15px;
}

.journalism {
	float: left;
}

.journalism-text .news-time {
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	position: absolute;
	top: 100px;
	right: 60px;
	font-size: 18px;
}

.journalism-text {
	position: relative;
	float: right;
	width: 81%;
	height: 125px;
	padding: 15px;
}

.journalism-text span {
	position: absolute;
	bottom: 0;
	padding: 55px 1px;
	color: #666666;
}

.journalism-new span {
	position: relative !important;
	bottom: 0;
	padding: 0;
	color: #939292;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 2;

}

.journalism-new .desc {
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 2; */
	font-size: 14px !important;
	line-height: 24px;
	text-indent: 24px;
	
}

.journalism-new p {
	font-size: 14px !important;
	height: 135px;
}

/* 维修许可 */
.icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 175px;
	*font-family: Arial;
	width: 200px;
	height: 150px;
}

.icon img {
	vertical-align: middle;
	height: 100px;
	width: 100px;
}

.icon1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 175px;
	*font-family: Arial;
	width: 200px;
	height: 150px;
}

.icon1 img {
	vertical-align: middle;
}

.company span {
	color: #16469a;
	font-size: 16px;
	font-family: "微软雅黑";
}

/* Facility */
.facilty {
	color: #666666;
	border-right: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	padding: 0 20px;
}

.facilty h2 {
	text-align: center;
	color: #16469a;
}

/* 基地维修 */
.machine-box-na .frame-1 {
	border: 1px solid #dfdfdf;
	width: 48%;
	min-height: 500px;
	margin-left: -9px;
	padding: 1px 5px;
	float: left;
	margin-bottom: 10px;
}

.machine-box-na .frame-2 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height:500px;
	float: right;
	margin-right: -2px;
	/* margin-top: -338px; */
	padding: 1px 5px;
	margin-bottom: 10px;
}

.machine-box-na .frame-3 {
	border: 1px solid #dfdfdf;
	width: 48%;
	min-height: 350px;
	margin-left: -9px;
	padding: 1px 5px;
	float: left;
	margin-bottom: 10px;
}

.machine-box-na .frame-4 {
	border: 1px solid #dfdfdf;
	width: 48%;
	height: 350px;
	float: right;
	margin-right: -2px;
	/* margin-top: -338px; */
	padding: 1px 5px;
	margin-bottom: 10px;
}

.iframeMap {
	width: 50%;
	height: 100%;
	float: left;
}

