@charset "utf-8";
/* CSS Document */

/*
@font-face {
  font-family: 'fzltchjw';
  src: url('../fonts/FZLTCHJW/FZLTCHJW.eot');
  src: url('../fonts/FZLTCHJW/FZLTCHJW.eot#iefix') format('embedded-opentype'),
       url('../fonts/FZLTCHJW/FZLTCHJW.woff') format('woff'),
       url('../fonts/FZLTCHJW/FZLTCHJW.ttf') format('truetype'),
       url('../fonts/FZLTCHJW/FZLTCHJW.svg#FZLTCHJW') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

.header {
	width: 100%;
	height: 100px;
	background-color: #fff;
	font-size: 0;
	position: relative;
	z-index: 9;
	-webkit-box-shadow:0 0px 6px 2px rgba(170,170,170,0.6);
	-moz-box-shadow:0 0px 6px 2px rgba(170,170,170,0.6);
	box-shadow:0 0px 6px 2px rgba(170,170,170,0.6);
}
.header .logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*float: left;
	width: 416px;
	height: 45px;
	margin-top: 27px;
	overflow: hidden;
	vertical-align: top;
}
.header .logo img {
	width: 416px;
	height: 45px;
}

.header-menu {
	float: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: auto;
	height: auto;
	word-wrap:break-word;
}
.header-menu ul {
	width: 100%;
	height: auto;
}
.header-menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	position: relative;
	vertical-align: top;
	padding-right: 27px;
	padding-left: 20px;
	background: url(../images/nav-line.png) no-repeat right center;
}
.header-menu li.last-nav {
	padding-right: 20px;
	background: none;
}
.header-menu li a.one-nav {
	display: block;
	width: 100%;
	height: 60px;
	margin: 20px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #7f7f7f;
	overflow: hidden;
	position: relative;
}
/*
.header-menu li.active a.one-nav,
.header-menu li a.one-nav:hover {
	color: #d3171a;
}
*/
.header-menu li a.one-nav .nav-name {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.header-menu li a.one-nav .nav-name span {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #7f7f7f;
	font-size: 14px;
}
.header-menu li a.one-nav .nav-name span.active {
	color: #d3171a;
}
.header-menu li.active a.one-nav .nav-name {
	top: -60px;
}
.header-menu li .sub-category {
	position: absolute;
	top: 100px;
	left: 0;
	width: 0;
	height: 0;
	background-color: #595959;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
	transition:all .5s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	font-size: 0;
}
.header .header-menu li .sub-category.active {
	width: auto;
	height: auto;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.header .header-menu li .sub-category.solution {
	left: -134px;
	width: 372px;
}
.header .header-menu li .sub-category.case-performance {
	width: 246px;
	padding: 0 20px;
	left: -91px;
}

.header-menu li .sub-menu {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #595959;
	vertical-align: top;
}
.header-menu li .sub-menu .sub-con {
	padding-top: 10px;
	padding-bottom: 5px;
}
.header-menu li .sub-menu a.two-nav {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #eee;
	vertical-align: top;
}
.header-menu li .sub-menu a.two-nav span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 20px;
}
.header-menu li .sub-menu a:hover {
	color: #fff;
	background-color: #d3171a;
}
.header-menu li .solution .sub-menu a:hover {
	background: none;
}
.header-menu li .sub-menu a.parent-nav {
	background-color: #d3171a;
	color: #fff;
	margin-bottom: 0;
}
.header-menu li .sub-menu a.parent-nav:hover {
	color: #eee;
	background-color: #d3171a;
}
.header-menu li .operation-service {
	width: 126px;
}
.header-menu li .multilevel-menu {
	width: 246px;
	height: 100%;
	background-color: #6c6c6c;
}
.header-menu li .case-performance .multilevel-menu {
	background-color: #595959;
}
.header-menu li .multilevel-menu a.parent-nav {
	background-color: #e8383b;
}
.header-menu li .multilevel-menu a.parent-nav:hover {
	background-color: #e8383b;
}
.header-menu li .multilevel-menu .sub-con a.two-nav {
	width: 50%;
}

a.more-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 152px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0;
	padding: 1px 0;
	background-color: #70a6f2;
}
a.more-btn span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 40px;
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
}
a.more-btn .more-icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 20px;
	height: 40px;
	text-align: right;
	vertical-align: middle;
	background: url(../images/icon/01.png) no-repeat right center;
}
a.more-btn .more-icon:before {
	content: "";
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
}
a.more-btn .more-icon img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
a.more-btn:active,
a.more-white-btn {
	background-color: #fff;
}
a.more-btn:active span,
a.more-white-btn span {
	color: #0069ff;
}
a.more-btn:active .more-icon,
a.more-white-btn .more-icon {
	background: url(../images/icon/02.png) no-repeat right center;
}
a.more-white-btn:active {
	background-color: #70a6f2;
}
a.more-white-btn:active span {
	color: #fff;
}
a.more-white-btn:active .more-icon {
	background: url(../images/icon/01.png) no-repeat right center;
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #212121;
	padding-top: 40px;
	padding-bottom: 15px;
	font-size: 0;
}
.footer .copyinfo {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #3e3e3e;
	font-size: 14px;
	color: #7e7f80;
}
.footer .copyinfo a {
	color: #7e7f80;
}
.footer .copyinfo a:hover {
	color: #fff;
}
.footer-qrcode {
	float: right;
	display: inline;
	width: 232px;
	height: 140px;
	overflow: hidden;
}
.footer-qrcode .footer-qrcode-box {
	float: left;
	width: 96px;
	height: 140px;
	margin-left: 40px;
	text-align: center;
}

.footer-qrcode .footer-qrcode-box img {
	width: 96px;
	height: 96px;
}

.footer-qrcode .footer-qrcode-box span {
	display: block;
	width: 100%;
	height: auto;
	line-height: 18px;
	font-size: 12px;
	color: #7d7d7d;
	overflow: hidden;
	margin-top: 8px;
}
.footer-left-info {
	float: left;
	display: inline-block;
	width: auto;
	height: auto;
}
.footer-menu {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 0;
}
.footer-menu a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 30px;
	font-size: 16px;
	color: #acacac;
	vertical-align: top;
	margin-right: 70px;
}
.footer-menu a:hover {
	color: #fff;
}
.footer-menu span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	color: #999;
	height: 30px;
	vertical-align: top;
}
.footer-logo {
	float: left;
	width: 416px;
	height: 45px;
	margin-top: 7px;
	margin-right: 120px;
}
.footer-logo img {
	width: 416px;
	height: 45px;
}
.footer-contact-box {
	float: left;
	width: 220px;
	height: 60px;
}
.footer-contact-box .item {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 0;
	text-align: left;
}
.footer-contact-box .item .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.footer-contact-box .item .icon:before {
	content: "";
	display: inline-block;
	width: auto;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
}
.footer-contact-box .item .icon img {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
}
.footer-contact-box .item span {
	display: inline-block;
	width:auto;
	height: 30px;
	vertical-align: middle;
	font-size: 24px;
	color: #7f7f7d;
}
.page-banner {
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.page-banner img {
	position: absolute;
	width: 1920px;
	height: 600px;
	top: 0;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}
.contact-map {
	width: 100%;
	height: 600px;
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
}

.company-con {
	overflow: hidden;
	position: relative;
}
.company-con .company-information,
.company-con .company-img {
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.company-con .company-img .img-con {
	position: relative;
	width: 780px;
	height: 520px;
}
.company-con .company-img .img-con img {
	display: block;
	position: relative;
	width: 765px;
	height: 505px;
	z-index: 2;
}
.company-con .company-img .img-con .img-line {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 741px;
	height: 481px;
	border: 2px solid #fff;
	z-index: 3;
}
.company-con .company-img .img-con .img-grounding {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 685px;
	height: 425px;
	background: #eeeeee;
	z-index: 1;
}
.company-con .company-information {
	float: right;
}
.company-con .company-information .company-box {
	float: right;
	width: 770px;
	height: auto;
	position: relative;
	font-size: 0;
	overflow: hidden;
}
.company-con .company-name-box {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 15px;
	width: auto;
	height: 100px;
	position: relative;
	padding: 15px 32px;
}
.company-con .company-name-box .top-icon,
.company-con .company-name-box .bottom-icon {
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url(../images/icon/08.png);
	background-repeat: no-repeat;
}
.company-con .company-name-box .top-icon {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.company-con .company-name-box .bottom-icon {
	right: 0;
	bottom: 0;
	background-position: 0 -32px;
}
.company-con .company-name-box .company-zh-name,
.company-con .company-name-box .company-en-name {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.company-con .company-name-box .company-zh-name {
	font-size: 36px;
	color: #5b96ea;
}
.company-con .company-name-box .company-en-name {
	font-size: 46px;
	color: #b3d2ff;
}
.company-con .company-information .company-profile {
	margin-top: 40px;
	width: 100%;
	height: auto;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}
.company-con .company-information .company-profile p {
	text-indent: 28px;
}
.company-con .company-information a.company-more {
	float: right;
	margin-top: 15px;
}

.about-head-title {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 45px;
}
.about-head-title .title {
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	text-align: center;
	font-size: 36px;
	color: #5b96ea;
}
.about-head-title .title-line {
	width: 100%;
	height: 24px;
	background: url(../images/main-line.gif) no-repeat center center;
}
.corporate-culture-list {
	overflow: hidden;
}
.corporate-culture-list ul {
	width: 1630px;
	height: auto;
	overflow: hidden;
	font-size: 0;
}
.corporate-culture-list ul li {
	display: inline-block;
	width: 513px;
	height: auto;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 30px;
	vertical-align: top;
}
.corporate-culture-list ul li .img-con {
	width: 513px;
	height: 176px;
	position: relative;
	overflow: hidden;
}
.corporate-culture-list ul li img {
	width: 513px;
	height: 176px;
}
.corporate-culture-list ul li .img-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 513px;
	height: 176px;
	background:#000;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.corporate-culture-list ul li:hover .img-mask {
	top: 0;
	filter:alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.corporate-culture-list ul li .info-box {
	width: 493px;
	height: auto;
	overflow: hidden;
	padding: 15px 10px;
	background-color: #f3f3f3;
}
.corporate-culture-list ul li .info-box b {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #3b639a;
	font-weight: normal;
}
.corporate-culture-list ul li .info-box p {
	line-height: 30px;
	font-size: 18px;
	color: #666;
}
.service-area {
	width: 1600px;
	height: auto;
	overflow: hidden;
	background-color: #f9f9f9;
	border-top: 1px solid #e2e0e0;
	position: relative;
}
.service-area .bottom-line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #e2e0e0;
}
.service-area:before,
.service-area:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	border-left: 1px solid #e2e0e0;
}
.service-area:after {
	left: auto;
	right: 0;
	border-left: 0;
	border-right: 1px solid #e2e0e0;
}
.service-area li {
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	padding: 48px 0;
	position: relative;
	border-bottom: 1px solid #e2e0e0;
	text-align: center;
}
.service-area li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	border-right: 1px solid #e2e0e0;
}
.service-area li .service-icon {
	margin: 0 auto;
	width: 134px;
	height: 210px;
	line-height: 134px;
	font-size: 30px;
	color: #fff;
	background: url(../images/icon/05.png) no-repeat top center;
	margin-bottom: 20px;
}
.service-area li a {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #5b96ea;
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}
.service-area li a:hover {
	background-color: #417acb;
}

.company-qualification {
	padding: 70px 0;
	height: auto;
	overflow: hidden;
}
.company-qualification .title {
	width: 1000px;
	margin-left: 70px;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon/06.png) no-repeat left center;
	margin-bottom: 40px;
}
.company-qualification .title span {
	display: block;
	width: 300px;
	height: 40px;
	margin-left: 70px;
	font-size: 36px;
	color: #5b96ea;
}
.company-qualification-box {
	margin-left: 70px;
	width: 1530px;
	height: auto;
	overflow: hidden;
}
.company-qualification-img {
	float: left;
	width: 560px;
	height: auto;
	margin-left: 70px;
	margin-right: 70px;
	text-align: center;
}
.company-qualification-img img {
	width: 100%;
}
.company-qualification-list {
	float: left;
	width: 830px;
	height: auto;
	overflow: hidden;
	margin-top: 7px;
}
.company-qualification-list li {
	float: left;
	width: 327px;
	padding-left: 18px;
	margin-right: 70px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #515151;
	overflow: hidden;
	background: url(../images/icon/07.png) no-repeat left center;
}

.corporate-honor-box .company-qualification-img {
	margin-left: 0;
}
.corporate-honor-box .company-qualification-list {
	margin-left: 70px;
	margin-top: 20px;
}


.category-head-con {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
}
.category-head-con .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	color: #fff;
	overflow: hidden;
}
.category-head-con .desc {
	display: inline-block;
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #c5c5c5;
}
.news-category-head-con {
	margin-top: 60px;
	margin-bottom: 40px;
}
.news-category-head-con .title {
	color: #747474;
}
.news-category-head-con .desc {
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.news-category-head-con .category-line {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #cccccc;
}
.categroy-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin-bottom: 20px;
}
.categroy-box a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 30px;
	line-height: 30px;
	padding: 0 18px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 10px 20px 10px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #ddd;
}
.categroy-box a:hover {
	color: #fff;
	border: 1px solid #fff;
}

.news-list {
	overflow: hidden;
}
.news-list ul {
	width: 1640px;
	height: auto;
	overflow: hidden;
}
.news-list li {
	float: left;
	width: 370px;
	height: auto;
	overflow: hidden;
	background-color: #f3f3f3;
	margin-right: 40px;
	margin-bottom: 40px;
}
.news-list li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list li .img-con {
	width: 370px;
	height: 230px;
	position: relative;
	overflow: hidden;
}
.news-list li .img-con img {
	width: 370px;
	height: 230px;
}
.news-list li .img-icon {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	z-index: 2;
	-webkit-transition:all .3s ease-out 0.1s;
	-moz-transition:all .3s ease-out 0.1s;
	-ms-transition:all .3s ease-out 0.1s;
	transition:all .3s ease-out 0.1s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.news-list li .img-icon img {
	width: 30px;
	height: 30px;
}
.news-list li .img-mask {
	position: absolute;
	top: 230px;
	left: 0;
	width: 100%;
	height: 230px;
	background: #000;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.news-list li a:hover .img-icon {
	top: 50%;
	margin-top: -15px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.news-list li a:hover .img-mask {
	top: 0;
	filter:alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.news-list li .info-box {
	width: 320px;
	padding: 50px 25px 45px 25px;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.news-list li .info-box h2 {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	font-size: 16px;
	color: #000;
	padding: 0;
	font-weight: bold;
}
.news-list li .info-box p {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color:#000;
	overflow: hidden;
}
.news-list li .info-box span {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	margin-top: 45px;
}
.news-list li:hover .info-box h2 {
	color:#2a61ad;
}

.pages,
.pages ul {
	width: 100%;
	height: auto;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.pages {
	margin-bottom: 80px;
}

.pages ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 36px;
}
.pages ul li a,
.pages ul li span {
	display: inline-block;
	width: auto;
	min-width: 34px;
	height: 34px;
	color: #4e4e4e;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	margin: 0 5px;
	border: 1px solid #efefef;
}
.pages ul li a.other {
	padding: 0 20px;
}
.pages ul li a:hover,
.pages ul li a:active,
.pages ul li a.on,
.pages ul li a.active {
	color: #fff;
	border: 1px solid #2a61ad;
	background:#2a61ad;
}

.news-detail-head {
	text-align: center;
	margin-bottom: 40px;
}
.news-detail-head h1{
	display: block;
	width: 100%;
	height: auto;
	line-height: 36px;
	overflow: hidden;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.news-detail-head p {
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.page-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto 20px auto;
	font-size: 14px;
	line-height: 26px;
	color: #555555;
}
.page-content p {
	text-indent: 28px;
	margin-bottom: 15px;
}
.page-content .xd-images-list,
.page-content .wz-images-list {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 30px 0;
}
.page-content img,
.page-content .xd-images-list img,
.page-content .wz-images-list img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.page-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-content b,
.page-content strong {
	color: #3e70b5;
}

.page-content table {
	margin: 10px auto;
	width: auto;
	display: table;
	background-color: #c3c3c3;
	border-spacing: 1px;
}
.page-content table th {
	background-color: #5b96ea;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.page-content table td{
	background-color: #f2f2f2;
	color: #555555;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.page-content table th,
.page-content table td {
	padding: 0 10px;
}
.page-content table th p,
.page-content table td p {
	margin-bottom: 0;
}

.page-nearby {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
	margin-bottom: 50px;
}
.page-nearby a {
	display: block;
	width: 48%;
	height: 60px;
	color: #666;
	overflow: hidden;
	font-size: 0;
}
.page-nearby a:hover {
	color: #2a61ad;
}
.page-nearby .icon {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url(../images/icon/14.png) no-repeat;
}
.page-nearby .title {
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	width: auto;
	overflow: hidden;
	font-size: 16px;
}
.page-nearby span {
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	font-size: 16px;
}
.page-nearby a.prev {
	float: left;
	text-align: left;
}
.page-nearby a.prev .icon {
	margin-left: 25px;
	margin-right: 10px;
	background-position: 0 0;
}
.page-nearby a.next {
	float: right;
	text-align: right;
}
.page-nearby a.next .icon {
	margin-left: 10px;
	margin-right: 25px;
	background-position: 0 -22px;
}

.solution-con {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: -75px;
	margin-bottom: 75px;
	z-index: 1;
}
.category-menu {
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
	margin-top: 0;
}
.category-menu .category-menu-head-con {
	width: 270px;
	padding: 30px 15px;
	height: 92px;
	overflow: hidden;
	background-color: #2a61ad;
	margin-bottom: 10px;
}
.category-menu .category-menu-head-con .category-enname,
.category-menu .category-menu-head-con .category-name {
	width: 100%;
	overflow: hidden;
	color: #fff;
}
.category-menu .category-menu-head-con .category-enname {
	height: 50px;
	line-height: 50px;
	font-size: 32px;
}
.category-menu .category-menu-head-con .category-name {
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	margin-bottom: 2px;
	text-indent: 3px;
}

.category-menu ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.category-menu li {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.category-menu li a {
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
	transition:all .2s ease-out;
}
.category-menu li a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #000;
	background-color: #f3f3f3;
	margin-bottom: 10px;
}
.category-menu li a.left-one-nav {
	width: 100%;
}
.category-menu li a:hover,
.category-menu li a.blue,
.category-menu li a.active,
.category-menu li.active a.left-one-nav {
	background-color: #3e70b5;
	color: #fff;
}
.category-menu li a.left-one-nav span {
	display: block;
	float: left;
	width: 245px;
	height: 44px;
	margin-left: 15px;
	overflow: hidden;
}
.category-menu li a.left-one-nav .icon {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-right: 10px;
	background: url(../images/icon/13.png) no-repeat center center;
}
.category-menu li.active a.left-one-nav .icon {
	background: url(../images/icon/12.png) no-repeat center center;
}
.category-menu li .category-child {
	width: 100%;
	height: 0;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.category-menu li .category-child a.left-two-nav {
	width: 270px;
	padding-left: 30px;
}
.category-menu li a.blue:hover {
	background-color: #315e9c;
}
.category-menu li.active .category-child {
	height: auto;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.solution-right-con {
	float: right;
	width: 1260px;
	height: auto;
}
.crumbs-nav {
	margin-top: 105px;
	width: 100%;
	height: 45px;
	line-height: 44px;
	font-size: 14px;
	color: #666;
	text-align: right;
	border-bottom: 1px solid #d8d8d8;
}
.crumbs-nav a {
	color: #666;
}
.crumbs-nav a:hover {
	color: #2a61ad;
}

.solution-list {
	width: 1260px;
	height: auto;
	overflow: hidden;
}
.solution-list ul {
	width: 1290px;
	height: auto;
	overflow: hidden;
}
.solution-list li {
	float: left;
	width: 400px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
}
.solution-list li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.solution-list li .img-con,
.solution-list li .img-con img {
	width: 400px;
	height: 264px;
}
.solution-list li .title {
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 3;
	text-align: center;
}
.solution-list li .title span{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	color: #fff;
	z-index: 3;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.solution-list li .title .title-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background:#000;
	filter:alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 1;
	vertical-align: middle;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.solution-list li .border-line {
	width: 390px;
	height: 254px;
	overflow: hidden;
	position: absolute;
	z-index: 4;
	top: 5px;
	left: 5px;
}
.solution-list li .border-line .line1 {
	width: 0;
	height: 20px;
	border-top: 1px solid #dedfe2;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.solution-list li .border-line .line2 {
	width: 0;
	height: 20px;
	border-bottom: 1px solid #dedfe2;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.solution-list li .border-line .line3 {
	width: 20px;
	height: 0;
	border-left: 1px solid #dedfe2;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.solution-list li .border-line .line4 {
	width: 20px;
	height: 0;
	border-right: 1px solid #dedfe2;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.solution-list li .border-line div {
	-webkit-transition:all .4s ease-out 0.2s;
	-moz-transition:all .4s ease-out 0.2s;
	-ms-transition:all .4s ease-out 0.2s;
	transition:all .4s ease-out 0.2s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.solution-list li a:hover .title,
.solution-list li a:hover .title .title-bg{
	height: 100%;
}
.solution-list li a:hover .title span {
	height: 100%;
	line-height: 264px;
}
.solution-list li a:hover .border-line div {
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.solution-list li a:hover .border-line .line1,
.solution-list li a:hover .border-line .line2 {
	width: 100%;
}
.solution-list li a:hover .border-line .line3,
.solution-list li a:hover .border-line .line4 {
	height: 100%;
}

.case-list {
	width: 1260px;
	height: auto;
	overflow: hidden;
}
.case-list ul {
	width: 1272px;
	height: auto;
	overflow: hidden;
}
.case-list li {
	float: left;
	width: 392px;
	height: auto;
	overflow: hidden;
	margin-right: 12px;
	margin-bottom: 20px;
	padding: 0 10px 10px 10px;
}
.case-list li a {
	display: block;
	width: 392px;
	height: auto;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.case-list li .img-con {
	width: 392px;
	height: 244px;
	position: relative;
	overflow: hidden;
}
.case-list li .img-con img {
	width: 392px;
	height: 244px;
}
.case-list li .img-icon {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	z-index: 2;
	-webkit-transition:all .3s ease-out 0.1s;
	-moz-transition:all .3s ease-out 0.1s;
	-ms-transition:all .3s ease-out 0.1s;
	transition:all .3s ease-out 0.1s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.case-list li .img-icon img {
	width: 30px;
	height: 30px;
}
.case-list li .img-mask {
	position: absolute;
	top: 244px;
	left: 0;
	width: 100%;
	height: 244px;
	background: #000;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.case-list li a:hover .img-icon {
	top: 50%;
	margin-top: -15px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.case-list li a:hover .img-mask {
	top: 0;
	filter:alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.case-list li .info-box {
	width: 362px;
	padding: 15px;
	height: auto;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
	position: relative;
}
.case-list li .info-box h2 {
	display: block;
	width: 362px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #0069ff;
	padding: 0;
	font-weight: bold;
}
.case-list li .info-box p {
	display: block;
	width: 362px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color:#7a7a7a;
	margin-top: 2px;
	overflow: hidden;
}
.case-list li .info-box .more-icon {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 25px;
	right: -26px;
	background: url(../images/icon/17.png) no-repeat center center;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.case-list li a:hover {
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
	 -o-box-shadow:0 0 10px rgba(0,0,0,0.2);
	box-shadow:0 0 10px rgba(0,0,0,0.2)
}
.case-list li a:hover .info-box h2,
.case-list li a:hover .info-box p {
	width: 312px;
}
.case-list li a:hover .info-box .more-icon {
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	right: 20px;
}

.contact-con {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: -140px;
	margin-bottom: 140px;
	z-index: 1;
}
.contact-box {
	margin: 0 auto;
	width: 1440px;
	height: auto;
	overflow: hidden;
	padding: 80px;
	padding-top: 0;
}

.contact-info {
	float: left;
	width: 750px;
	height: auto;
	overflow: hidden;
}
.contact-info h1 {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 28px;
	color: #5b96ea;
	font-weight: normal;
	overflow: hidden;
	margin-bottom: 20px;
}
.contact-info li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.contact-info li .icon {
	float: left;
	width: 35px;
	height: 50px;
	font-size: 0;
}
.contact-info li .icon:before {
	content: "";
	display: inline-block;
	width: auto;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
}
.contact-info li .icon img {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}
.contact-info li span {
	display: block;
	float: left;
	width: 715px;
	height: 50px;
	overflow: hidden;
	font-size: 18px;
	color: #929292;
}

.book-form {
	float: right;
	width: 658px;
	height: auto;
	overflow: hidden;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
}

.book-form .form-line {
	float: left;
	width: 280px;
	height: 46px;
	overflow: hidden;
	margin-right: 98px;
	border-bottom: 1px solid #e1e1e1;
}
.book-form .form-line span {
	display: block;
	float: left;
	width: 45px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #929292;
}
.book-form .form-line .form-input {
	float: left;
	width: 230px;
	height: 30px;
	border: 0;
	background-color: #fff;
	outline: 0;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	margin-top: 8px;
}
.book-form .form-line2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}
.book-form .form-line2 span {
	float: left;
	display: block;
	width: 45px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #929292;
}
.book-form .form-line2 .form-textarea {
	float: left;
	width: 613px;
	height: 115px;
	border: 0;
	outline: 0;
	background-color: #fff;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	margin-top: 8px;
	resize:none;
}
.book-form .form-line.active,
.book-form .form-line2.active {
	border-bottom: 1px solid #929292;
}
.book-form .form-btn {
	display: block;
	margin-top: 60px;
	width: 156px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #5b96ea;
	color: #fff;
	font-size: 22px;
	outline: 0;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.book-form .form-btn:active {
	background: #4491ff;
}

.book-form-success {
	width: 400px;
	height: auto;
	overflow: hidden;
	margin: 60px auto 0 auto;
	text-align: center;
}
.book-form-success .book-form-icon {
	width: 160px;
	height: 160px;
	margin: 0 auto;
}
.book-form-success .book-form-info {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
	line-height: 24px;
	font-size: 14px;
	color: #000;
}
.book-form-success a.book-form-close-btn {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 40px;
	*height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #eee;
	font-size: 14px;
	color: #000;
	background: #fff;
}
.book-form-success a.book-form-close-btn:active {
	background:#1ab500;
	border: 1px solid #1ab500;
	color: #fff;
}
.no-info {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin: 60px auto;
}

.job-table {
	margin: 0 auto;
	width: 100%;
	display: table;
	background-color: #d9d9d9;
	border-spacing: 1px;
}
.job-table th {
	background-color: #fff;
	color: #191919;
	font-weight: normal;
	font-size: 18px;
	line-height: 90px;
	text-align: center;
}
.job-table td{
	background-color: #fff;
	color: #191919;
	text-align: center;
	line-height: 90px;
	font-size: 18px;
	text-align: center;
}
.job-table tr:hover td,
.job-table tr.even td {
	background-color: #f6f6f6;
}
/*
.job-table .job-post {
	padding-left: 30px;
}
.job-table td .job-post {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.job-table .job-action {
	text-align: right;
	padding-right: 30px;
}
*/
.job-table .job-action a{
	vertical-align: middle;
	display: inline-block;
	width: 154px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #2a61ad;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.job-table .job-action a:hover {
	background:#25589f;
}

.staff-world-con {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.staff-world-con ul {
	width: 1620px;
	height: auto;
	overflow: hidden;
}
.staff-world-con li {
	float: left;
	width: 385px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
.staff-world-con li a {
	cursor:default;
}
.staff-world-con li img {
	width: 385px;
	height: 270px;
}

.job-detail-box {
	background: #fff;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
	 -o-box-shadow:0 0 10px rgba(0,0,0,0.2);
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.job-content {
	width: 1540px;
	height: auto;
	overflow: hidden;
	padding: 30px;
}
.job-content .job-detail-head {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 30px;
}
.job-content .job-detail-head .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 20px;
	color: #333;
}
.job-content .job-detail-head span {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	margin: 10px 0;
	font-size: 16px;
	color: #666;
}
.job-content .sub-title {
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #3e70b5;
	margin-bottom: 20px;
}
.job-content .page-content {
	margin-bottom: 30px;
}
.job-content .page-content p {
	text-indent: 0;
}
.job-content .bottom-email {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
}
.job-content .bottom-email span {
	color: #3e70b5;
}
.job-content a.back-btn {
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	outline: 0;
	font-size: 14px;
	margin-top: 12px;
	background: #3e70b5;
}
.job-content a.back-btn:active {
	background: #3564a5;
}

@media screen and (max-width:1640px){
	.company-con .company-information .company-box {
		width: 595px;
	}
	.company-con .company-img .img-con {
		width: 565px;
		height: 377px;
	}
	.company-con .company-img .img-con img {
		width: 550px;
		height: 362px;
	}
	.company-con .company-img .img-con .img-line {
		width: 516px;
		height: 338px;
	}
	.company-con .company-img .img-con .img-grounding {
		width: 460px;
		height: 282px;
	}
	
	.corporate-culture-list ul {
		width: 1220px;
	}
	.corporate-culture-list ul li {
		width: 386px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.corporate-culture-list ul li .img-con {
		width: 386px;
		height: 132px;
	}
	.corporate-culture-list ul li img {
		width: 386px;
		height: 132px;
	}
	.corporate-culture-list ul li .img-mask {
		width: 386px;
		height: 132px;
	}
	.corporate-culture-list ul li .info-box {
		width: 366px;
		padding: 10px;
	}
	.corporate-culture-list ul li .info-box b {
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}
	.corporate-culture-list ul li .info-box p {
		line-height: 20px;
		font-size: 13px;
	}
	
	.service-area {
		width: 1200px;
	}
	.service-area li {
		padding: 25px 0;
	}
	.service-area li .service-icon {
		width: 100px;
		height: 156px;
		line-height: 100px;
		font-size: 24px;
		color: #fff;
		background: url(../images/icon/16.png) no-repeat top center;
		margin-bottom: 20px;
	}
	.service-area li a {
		width: 152px;
		height: 38px;
		line-height: 38px;
		background-color: #5b96ea;
		font-size: 16px;
	}
	
	.company-qualification {
		padding: 60px 0;
	}
	.company-qualification .title {
		margin-left: 60px;
	}
	.company-qualification-box {
		margin-left: 60px;
		width: 1140px;
	}
	.company-qualification-img {
		width: 420px;
		margin-left: 0;
		margin-right: 60px;
	}
	.company-qualification-list {
		width: 660px;
		margin-top: 10px;
	}
	.company-qualification-list li {
		width: 252px;
		padding-left: 18px;
		margin-right: 60px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.corporate-honor-box .company-qualification-list {
		margin-left: 0;
	}
	
	.news-list ul {
		width: 1230px;
	}
	
	.category-menu {
		width: 270px;
	}
	.category-menu .category-menu-head-con {
		width: 240px;
	}
	.category-menu .category-menu-head-con .category-enname {
		font-size: 28px;
	}
	.category-menu .category-menu-head-con .category-name {
		font-size: 18px;
	}
	.category-menu li a {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.category-menu li a.left-one-nav span {
		width: 215px;
		height: 40px;
	}
	.category-menu li .category-child a.left-two-nav {
		width: 240px;
	}
	.category-menu li a.left-one-nav .icon {
		margin-top: 10px;
	}
	
	.solution-right-con {
		width: 890px;
	}
	.solution-list {
		width: 890px;
	}
	.solution-list ul {
		width: 920px;
	}
	.solution-list li {
		width: 276px;
	}
	.solution-list li .img-con,
	.solution-list li .img-con img {
		width: 276px;
		height: 182px;
	}
	.solution-list li .title span{
		height: 38px;
		line-height: 38px;
		font-size: 24px;
	}
	.solution-list li .title .title-bg{
		height: 38px;
	}
	.solution-list li .border-line {
		width: 266px;
		height: 172px;
	}
	.solution-list li a:hover .title span {
		line-height: 182px;
	}
	
	.case-list {
		width: 890px;
	}
	.case-list ul {
		width: 902px;
	}
	.case-list li {
		width: 270px;
		margin-right: 10px;
	}
	.case-list li a {
		width: 270px;
	}
	.case-list li .img-con {
		width: 270px;
		height: 168px;
	}
	.case-list li .img-con img {
		width: 270px;
		height: 168px;
	}
	.case-list li .img-icon img {
		width: 30px;
		height: 30px;
	}
	.case-list li .img-mask {
		top: 168px;
		height: 168px;
	}
	.case-list li .info-box {
		width: 250px;
		padding: 10px;
	}
	.case-list li .info-box h2,
	.case-list li .info-box p {
		width: 250px;
	}
	.case-list li a:hover .info-box h2,
	.case-list li a:hover .info-box p {
		width: 190px;
	}
	
	.contact-box {
		width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}
	.contact-info {
		width: 580px;
	}
	.contact-info li span {
		width: 540px;
		font-size: 16px;
	}
	.book-form {
		width: 540px;
	}
	.book-form .form-line {
		width: 225px;
		margin-right: 90px;
	}
	.book-form .form-line span {
		width: 42px;
		font-size: 16px;
	}
	.book-form .form-line .form-input {
		width: 183px;
		font-size: 16px;
	}
	.book-form .form-line2 span {
		width: 42px;
		font-size: 16px;
	}
	.book-form .form-line2 .form-textarea {
		float: left;
		width: 540px;
		height: 115px;
		font-size: 16px;
	}
	
	.staff-world-con ul {
		width: 1220px;
	}
	.staff-world-con li {
		width: 285px;
	}
	.staff-world-con li img {
		width: 285px;
		height: 200px;
	}
	.job-content {
		width: 1140px;
	}
}