﻿@charset "UTF-8";

/*整站样式*/

html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input {
	margin: 0;
	padding: 0;
	border: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: 'Microsoft Yahei';
	background-color: #fff;
	color: #333;
	font-size: 14px;
}

input,
textarea,
button {
	font-family: 'Microsoft Yahei';
	padding: 0;
}

i {
	list-style: none;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Microsoft Yahei';
	font-weight: normal;
}

images {
	border: 0;
}

li {
	list-style-type: none;
	/*white-space: nowrap;*/
}

input[type=submit]:hover,
button:hover {
	cursor: pointer;
}

input:focus,
textarea:focus,
button:focus,
input:active {
	outline-color: transparent;
	border: 0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	text-decoration: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

.picture {
	position: relative;
	overflow: hidden;
}

.picture img {
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}

.each-item:hover .picture img {
	transform: scale(1.09);
	-moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	zoom: 1.09\9;
}

.scalepic {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	zoom: 1\9;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}

.wrap {
	position: relative;
	border: 0;
	padding: 0;
	margin: 0 auto;
	*zoom: 1;
}

.wrap:after {
	clear: both;
	content: "";
	display: table;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.box {
	width: 1200px;
	margin: 0px auto;
}

.relative {
	position: relative;
}


/*header*/

.header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;background: #fff;
}

.header-wrap {
	height: 80px;
}

.header-wrap .header-logo {
	float: left;
	margin-top: 10px;
	display: block;
}

.header-logo .logo1 {}

.header-logo .logo2 {
	display: none;
}

.header-wrap .header-nav {
	float: right;
	/* margin-top: 30px; */
}

.header-wrap .header-nav li {
	float: left;
	position: relative;
  	font-size: 15px;
}
.header-wrap .header-nav li:last-child .nav2{left: -312px;}
.header-wrap .header-nav a {
	font-family: 'Gotham-book', "微软雅黑";
	font-weight: normal;
	display: inline-block;
	padding: 0px 16px;
	line-height: 80px;
	color: #000;
	height: 80px;
	/*border-bottom: 2px solid transparent;*/
}

.header-wrap .header-nav a:hover,
.header-wrap .header-nav a.on {
	/*border-bottom: 2px solid #FFFFFF;*/
	color: #B90000!important;
	/*transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
	-webkit-transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;*/
}
.header-wrap .header-nav .tel{background: url(../images/tel.png) left center no-repeat; background-size: 40px; padding-left: 42px; float: right;font-size: 24px; margin-top: 15px;margin-left: 20px;}
.header-wrap .header-nav .tel span{font-size: 14px; color: #333; display: block;}
/*footer*/

.icons {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.footer {
	background-color: #444444;
	color: #d6d6d6;
}

.footer .footer-top {
	padding-top: 30px;
}

.footer .footer-top a {
	display: inline-block;
}

.footer-top .footer-href {
	width: 850px;
	float: left;
}

.footer-href li {
	float: left;
	margin-right: 45px;
	font-size: 13px;
}

.footer-href li strong {
	display: block;
	font-family: 'gotham-medium', "微软雅黑";
}

.footer-href a {
	color: #d6d6d6;
	display: inline-block;
	font-family: 'Gotham-Book', "微软雅黑";
	height: 40px!important;
}

.icon-wx {
	background-position: 0px 0px;
}

.icon-wb {
	background-position: -20px 0px;
}

.footer .footer-icon {
	margin: 30px 0px;
}

.footer-icon a {
	background-color: #999999;
	margin-right: 30px;
	height: 20px!important;
	width: 20px!important;
	display: inline-block!important;
}

.footer-icon a:hover {
	background-color: #666;
}

.footer .crname {
	line-height: 64px;
	display: inline-block!important;
}

.footer-top .footer-ewm {
	width: 350px;
	float: right;
	margin-top: 20px;
}

.footer-ewm .footer-ewm-left {
	float: left;
	width: 120px;
}

.footer-ewm .footer-ewm-right {
	float: right;
	line-height: 30px;
	width: 200px;
}

.footer-ewm-right .footer-phone {
	font-size: 25px;
}

.footer-ewm-right .footer-loc {
	font-size: 15px;
}

.icon-top {
	display: block;
	width: 40px!important;
	height: 23px!important;
	padding-top: 17px;
	border-radius: 50%;
	text-align: center;
	background-color: #333333;
	float: right;
	margin-top: 40px;
}

.icon-top .tra-right {
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.page-list .tra-left {
	display: block;
	width: 8px;
	height: 8px;
	text-align: center;
	margin-top: 10px;
	margin-left: 8px;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.page-list .tra-right {
	display: block;
	width: 8px;
	height: 8px;
	text-align: center;
	margin-top: 10px;
	margin-left: 4px;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}

.icon-top:hover {
	background-color: #222;
}

.footer-bottom {
	border-top: 1px solid #575757;
    padding: 6px 0px;
    background-color: #444444;
    color: #57ff8b;
}

.footer-bottom a {
	color: #d6d6d6;
	line-height: 24px;
	display: inline-block!important;
	margin-right: 15px;
	margin-left: 3px;
	height: 24px!important;
}


/*index*/
.indexsum{padding-top: 80px;}
.indexsum .banner {
	height: calc(100vh - 80px);
	min-width: 1200px;
	position: relative;
}

.banner .pictures a {
	display: block;
}

.liaojie:hover {
	background-color: #FFFFFF;
	color: #B3000D;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.banner .item {
	width: 100%;
	height: calc(100vh - 80px);
	display: block;
}

.banner .banner-center {
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	position: absolute;
	/* z-index: 10; */
	top: 20%;
	left: 37.5%;
	opacity: 1\0;
	margin-top: 7.5%\0;
}

.banner-center .banner-title {
	font-size: 42px;
	line-height: 67px;
}

.banner-center .banner-cname {
	font-family: "Gotham-Book", 'Microsoft Yahei';
	font-size: 18px;
	line-height: 28px;
	margin-top: 30px;
	min-width: 450px;
}

.banner-center .liaojie {
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #FFFFFF;
	margin: 50px auto;
	margin-bottom: 0px;
}

.banner .banner-line {
	position: absolute;
	bottom: 135px;
	margin: 0px -650px;
	left: 50%;
	right: 50%;
}

.banner .bottom-lan {
	width: 1360px;
	position: absolute;
	bottom: 0px;
	margin: 0px -650px;
	left: 50%;
	right: 50%;
	z-index: 3;
}

.bottom-lan li {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	float: left;
	width: 270px;
	padding-left: 60px;
	text-align: left;
	border-right: 1px solid #808384;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	margin-bottom: 40px;
}

.am1 {
	margin-top: 7.5%!important;
	opacity: 1!important;
}

.bottom-lan li:last-child {
	border: 0px;
}

.bottom-lan .boldlan {
	font-size: 18px;
	font-weight: bold;
	font-family: "Gotham-Bold", 'Microsoft Yahei';
}

.slick-dots {
	position: absolute;
	bottom: 180px;
	text-align: right;
	width: 1200px;
	margin: 0px -600px;
	left: 50%;
	right: 50%;
}

.slick-dots li {
	display: inline-block;
	margin: 0px 5px;
	width: 10px;
	height: 10px;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	transition: all 1s linear;
	cursor: pointer;
}

li.slick-active {
	background-color: transparent!important;
}

.slick-dots li button {
	display: none;
}

.CBusiness {}

.box .titles,
.case-wrap .titles {
	/*width: 300px;*/
	text-align: center;
	margin: 30px auto;
	margin-top: 100px;
}

.titles .heng {
	display: inline-block;
	width: 65px;
	height: 1px;
	background-color: #ccc;
	margin: 0px 5px;
	margin-bottom: 30px;
}

.titles .title-lans {
	display: inline-block;
}

.title-lans .cname {
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	font-family: "Gotham-Book", 'Microsoft Yahei';
}

.title-lans .ename {
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	font-family: 'gotham-medium', 'Microsoft Yahei';
}

.CBusiness {
	padding-bottom: 100px;
}

.CBusiness .business-list {
	text-align: center;
	overflow: hidden;
	height: 555px;
	width: 1200px;
}

.business-list li.slideInUp {
	position: relative;
	width: 230px;
	overflow: hidden;
	height: 555px;
	float: left;
	border-left: 5px solid #FFFFFF;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.business-list li.slideInUp:hover,
.business-list li.slideInUp.on {
	width: 460px!important;
	cursor: pointer;
}

.business-list li:hover .bus-top,
.business-list li.on .bus-top {
	opacity: 0;
}

.business-list li:hover .bus-bottom,
.business-list li.on .bus-bottom {
	opacity: 1;
}

.business-list li a {
	display: inline-block;
	color: #fff;
}

.business-list .bus-bg {
	position: relative;
}

.business-list .bus-top {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	margin-top: 245px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	display: block;
	opacity: 1;
	z-index: 2;
}

.bus-bottom {
	color: #FFFFFF;
	width: 480px;
	height: 555px;
	box-sizing: border-box;
	padding: 40px 35px;
	position: absolute;
	z-index: 2;
	top: 0px;
	opacity: 0;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.bus-bottom .c-title {
	font-family: 'gotham-medium', 'Microsoft Yahei';
	font-size: 36px;
	line-height: 50px;
	margin: 0px 5px;
	text-align: left;
}

.c-name {
	font-size: 18px;
	line-height: 30px;
	margin: 0px 5px;
	text-align: left;
	font-weight: bold;
}

.bus-bottom .name {
	font-size: 14px;
	line-height: 24px;
	margin: 25px 5px;
	margin-right: 25px;
	margin-top: 20px;
	text-align: left;
}

.bus-bottom .bus-href-list {
	font-family: 'Gotham-Bold', 'Microsoft Yahei';
	font-size: 14px;
	line-height: 36px;
	margin-bottom: 25px;
}

.bus-href-list a {
	display: inline-block;
	width: 120px;
	height: 35px;
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	text-align: center;
	float: left;
	margin: 0px 3px;
}

.bus-bottom .bus-img-list {}

.bus-img-list li {
	position: relative;
	width: 185px;
	height: 95px;
	display: inline-block;
	float: left;
	margin: 5px;
	overflow: hidden;
	max-width: 185px;
	transform: translateY(50px);
	transition: all 0.5s ease 0s;
	opacity: 1;
}

.bus-img-list a {
	display: block;
	width: 180px;
	overflow: hidden;
	height: 95px;
}

.bus-href-list a:hover {
	color: #e60112;
	background-color: #FFFFFF;
}

.bus-img-list .bus-cell-lan {
	width: 185px;
	bottom: 0px;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}

@keyframes myseconds {
	0% {
		display: none;
	}
	50% {
		display: none;
	}
	100% {
		display: block;
	}
}

@-moz-keyframes myseconds {
	0% {
		display: none;
	}
	50% {
		display: none;
	}
	100% {
		display: block;
	}
}

@-webkit-keyframes myseconds {
	0% {
		display: none;
	}
	50% {
		display: none;
	}
	100% {
		display: block;
	}
}

@keyframes myfirst {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes myfirst {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes myfirst {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.caseSum {
	background-color: #f3f3f3;
	width: 100%;
}

.caseSum .case-wrap {
	width: 1320px;
	margin: 0px auto;
	padding-top: 1px;
	/* padding-bottom: 80px; */
}

.case-list li {
	width: 400px;
	height: 325px;
	overflow: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	float: left;
	margin: 20px;
	position: relative;
}

.case-list li a {
	display: block;
	background-color: #FFFFFF;
	width: 400px;
	height: 325px;
}

.case-list li:hover {
	-moz-box-shadow: 1px 1px 15px 5px #d8d8d8;
	/* 老的 Firefox */
	box-shadow: 1px 1px 15px 5px #d8d8d8;
}

.case-list li a:hover .lans {
	height: 155px;
}

.case-list li .img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.case-list li a:hover .lans-top {
	margin-top: 25px;
}

.case-list .lans {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 25px;
	height: 54px;
	color: #999999;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	z-index: 5;
	margin-bottom: 30px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.case-list li:hover .lans {
	margin-bottom: 0px;
	height: 160px;
}

.lans .lans-top {
	line-height: 24px;
	margin-top: 25px;
}

.lans-top .lans-top-left {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	float: left;
}

 .lans-top-right {
	float: right;
}

.lans .lans-bottom {
	display: none;
	margin-top: 15px;
}

.pad70 {
	padding-bottom: 70px;
}

.pad100 {
	padding-bottom: 40px;
}

.mapsum.pad30 {
	padding-top: 10px;
	padding-bottom: 0px;
}

.play {
	background-position: 0px -20px;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 70px;
}

.zhezhao {
	position: absolute;
	width: 365px;
	height: 175px;
	vertical-align: bottom;
	top: 0px;
	left: 0px;
	display: none;
	animation: myfirst .7s;
	-moz-animation: myfirst .7s;
	-webkit-animation: myfirst .7s;
}

.case-list li:hover .zhezhao {
	display: block;
}

.animateNumber {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.animateNumber .anumber {
	color: #FFFFFF;
	position: absolute;
	top: 10%;
	left: 50%;
	right: 50%;
	margin-left: -600px;
	margin-right: -600px;
	z-index: 100;
}

.anumber-list li {
	float: left;
	text-align: center;
	width: 398px;
	height: 240px;
	padding-top: 70px;
}

.anumber-list li:nth-child(2),
.anumber-list li:nth-child(5) {
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.anumber-list li:nth-child(1),
.anumber-list li:nth-child(2),
.anumber-list li:nth-child(3) {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.anumber-list .numbertitle {
	font-family: "DIN", "微软雅黑";
	font-size: 96px;
}


/*.anumber-list .numbertitle span{
	font-family: 'Gotham-Book';
	font-weight: normal;
}*/

.anumber-list .numbermess {
	font-size: 16px;
}

.anumber-list .icon-add {
	font-size: 64px;
	font-style: normal;
}

.joint {
	padding-bottom: 100px;
}

.joint-list li {
	float: left;
	width: 238px;
	text-align: center;
	position: relative;
	height: 150px;
	border-right: 1px solid #e6e6e6;
}

.joint-list li:nth-child(1),
.joint-list li:nth-child(2),
.joint-list li:nth-child(3),
.joint-list li:nth-child(4),
.joint-list li:nth-child(5) {
	border-bottom: 1px solid #e6e6e6;
}

.joint-list li:nth-child(5),
.joint-list li:nth-child(10) {
	border-right: 0px;
}

.joint-list a {
	display: block;
}

.relian {
	width: 180px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 28px;
	top: 25px;
}

.relian .pic {
	width: 180px;
	height: 100px;
	position: relative;
}

.relian .pic2 {
	width: 180px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.newsum li {
	display: block;
	float: left;
	background-color: #FFFFFF;
	margin: 0px 20px;
	position: relative;
}

.newsum .new-cell:hover {
	border-left: 2px solid #b90000;
}

.newsum li i.icon-title {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 3px;
	z-index: 4;
	color: #FFFFFF;
	width: 77px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.newsum a {
	display: block;
}

.newsum .new-cell:hover a {
	color: #B90000;
}

.newsum .new-cell a {
	color: #555;
}

.newsum .new-cell {
	color: #555;
	line-height: 48px;
	border-left: 2px solid #FFFFFF;
}

.newsum li .new-cell:last-child a {
	border-bottom: 0px;
}

.newsum .new-cell a {
	border-bottom: 1px solid #e5e5e5;
	width: 306px;
	margin: 0px auto;
}

.page-list {
	width: 1200px;
	text-align: center;
	/*float: left;*/
	margin: 0px auto;
	padding: 30px 0px;
	padding-top: 10px;
}

.page-list a {
	color: #FFFFFF;
	line-height: 35px;
	width: 10px;
	background-color: #f3f3f3;
	color: #333;
	padding: 0px 12px;
	border-radius: 50%;
	display: inline-block;
	margin: 15px 5px;
}

.page-list a.prev1:hover,
.page-list a.next1:hover,
.page-list a.on,
.page-list a:hover {
	background-color: #b3000d;
	color: #FFFFFF;
}

.page-list a.prev1,
.page-list a.next1 {
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	font-size: 20px;
	background-color: #666666;
	padding: 2px 7px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: -11px;
}

.ptop40 {
	padding-top: 1px;
}

.bgtitle {
	text-align: center;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	padding-top: 220px;
	font-family: 'gotham-medium', 'Microsoft Yahei';
}

h2.bgtitle {
	padding-top: 250px;
}

.bg-smlltitle {
	font-size: 24px;
}

.bgtitle1 {
	text-align: center;
	width: 100%;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	padding-top: 220px;
	font-family: 'gotham-medium', 'Microsoft Yahei';
}

.bgtitle1 h3 {
	font-size: 48px;
	margin-top: 110px;
	margin-bottom: 20px;
	font-family: 'gotham-medium', 'Microsoft Yahei';
}

.map-mess1 {
	font-family: 'gotham-book', 'Microsoft Yahei';
}

.bg-smlltitle1 {
	font-size: 20px;
	line-height: 36px;
	width: 620px;
	margin: 0px auto;
}

.bgtitle2 {
	text-align: right;
	width: 1200px;
	margin: 0px auto;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	padding-top: 220px;
	font-family: 'gotham-medium', 'Microsoft Yahei';
}

.bg-smlltitle2 {
	font-size: 40px;
	line-height: 36px;
	width: 1200px;
	margin: 0px auto;
	text-align: right;
}

.bg-smlltitle3 {
	font-size: 24px;
	line-height: 36px;
	width: 1200px;
	margin: 0px auto;
	text-align: center;
}

.animation-select {
	padding: 0px 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.bgno {
	padding: 0px 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.animation-select a {
	display: inline-block;
	width: auto;
	height: 35px;
	padding: inherit;
	border-radius: 30px;
	line-height: 35px;
	text-align: center;
	color: #666;
	background-color: #fff;
	font-weight: bold;
	margin: 5px 10px;
	margin-left: 0px;
}

.animation-select a:hover,
.animation-select a.on {
	background-color: #b3000d;
	color: #fff;
}

.display-select {}

.display-select .display-top {
	font-weight: bold;
	font-size: 24px;
	margin: 15px;
}

.display-select .display-top a {
	color: #333;
	border-right: 1px solid #999999;
	padding-left: 5px;
	padding-right: 10px;
	line-height: 24px;
	cursor: default;
}

.display-top a:last-child {
	border-right: 0px;
}

.display-select .display-bottom {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 20px 20px;
	margin-bottom: 30px;
}

.ai-lan1 {
	width: 900px;
	margin: 50px auto;
	text-align: center;
}

.ai-lan1 .title {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: bold;
}

.ai-lan1 .mess {
	font-size: 20px;
	line-height: 36px;
	color: #666;
}

.ai-list {
	margin-bottom: 100px;
}

.ai-list li {
	width: 280px;
	vertical-align: top;
	text-align: center;
	margin: 20px 60px;
	float: left;
}

.ai-list .icons {
	width: 100px;
	height: 100px;
	background-color: #666;
}

.bgicon1 {
	background-position: 0px -100px;
}

.bgicon2 {
	background-position: 0px -200px;
}

.bgicon3 {
	background-position: 0px -300px;
}

.bgicon4 {
	background-position: 0px -400px;
}

.bgicon5 {
	background-position: 0px -500px;
}

.bgicon6 {
	background-position: 0px -600px;
}

.bgicon7 {
	background-position: 0px -700px;
}

.bgicon8 {
	background-position: 0px -800px;
}

.bgicon9 {
	background-position: 0px -900px;
}

.bgicon10 {
	background-position: 0px -1000px;
}

.bgicon11 {
	background-position: 0px -1100px;
}

.bgicon12 {
	background-position: 0px -1200px;
}

.ai-list .title {
	margin: 20px 0px;
	font-size: 20px;
}

.ai-list .mess {
	font-size: 16px;
	line-height: 30px;
}

.ai-list li a {
	display: block;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
	color: #666;
}

.bgfff {
	background-color: #fff;
	padding: 50px 0px!important;
}

.bgfff h2 {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    margin: 16px 0;
    padding: 10px 0;
    line-height: 16px;
    border-bottom: 1px solid #eee;
}

.bgfff .h2heng,
.map-heng {
	width: 30px;
	height: 1px;
	background-color: #ccc;
	text-align: center;
	display: block;
	margin: 10px auto;
}

.liuyan {
	width: 890px;
	margin: 0px auto;
	margin-top: 15px;
}

.liuyan .input1 {
	width: 395px;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	color: #000;
	background-color: #f1f1f1;
	float: left;
	margin: 5px;
}

.liuyan .input2 {
	width: 840px;
	height: 140px;
	border: 0px;
	margin: 5px;
	padding: 20px;
	resize: none;
	color: #000;
	background-color: #f1f1f1;
	overflow: auto;
}

.liuyan .input3 {
	width: 395px;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	color: #000;
	background-color: #f1f1f1;
	float: left;
	margin: 5px;
}

.liuyan .input4 {
	width: 840px;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	color: #000;
	background-color: #f1f1f1;
	float: left;
	margin: 5px;
}

.liuyan .search-btns {
	width: 230px;
	height: 55px;
	margin: 20px auto;
	border-radius: 30px;
	background-color: #b3000d;
	color: #fff;
	font-size: 16px;
	display: block;
}

.about-nav {
	height: 60px;
	position: absolute;
	bottom: 20px;
	width: 1170px;
	margin: 0px -585px;
	left: 50%;
	right: 50%;
	background-color: #fff;
}

.about-nav .side-left {
	float: left;
	width: 900px;
	box-sizing: border-box;
	padding-left: 35px;
}

.about-nav .side-left a {
	font-size: 16px;
	line-height: 57px;
	color: #333;
	border-bottom: 3px solid #fff;
	display: inline-block;
	margin: 0px 30px;
}

.about-nav .side-left a:hover,
.about-nav .side-left a.on {
	border-bottom: 3px solid #b3000d;
	font-weight: bold;
}

.about-nav .side-right {
	float: right;
	font-family: 'gotham-medium', 'Microsoft Yahei';
	margin-right: 40px;
}

.side-right {}

.about-nav .side-right a {
	display: block;
	margin-top: 20px;
	color: #333;
}

.icon-arrow {
	width: 40px!important;
	background-position: -40px 0px;
	margin-bottom: -5px;
}

.news-lan {}

.news-lan h1 {
	font-size: 24px;
	text-align: center;
	line-height: 30px;
}

.news-lan .time {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.news-content {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	width: 945px;
	margin: 25px auto;
	padding: 40px 0px;
	font-size: 14px;
	color: #444;
	line-height: 26px;
	font-family: 宋体, SimSun;
}

.news-content p{
  text-indent: 2em;
}

.news-content img {
	max-width: 945px;
	text-align: center;
}



.news-page {
	width: 945px;
	margin: 0px auto;
}

.news-page .news-page-cell {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.news-page-cell a {
	color: #333;
}

.news-page-cell a:hover {
	color: #b3000d;
}

.map-wrap {
	width: 1170px;
	margin: 0px auto;
	background-color: #fff;
}

.top_nav{
	background-color: #f3f3f3;
}

.top_nav1{
    height: 40px;
    border-bottom: 1px solid #eeeded;
    line-height: 40px;
	width: 1170px;
	margin: 0px auto;
    color: #333;
}

.top_nav1 a {
	color: #333;
}



.map-mess {
	width: 810px;
	margin: 0px auto;
	padding: 50px 0px;
	font-size: 16px;
	line-height: 30px;
}

.map-mess .map-title {
	font-size: 24px;
	line-height: 48px;
}

.mapsum {
	background-color: #f3f3f3;
	padding: 20px 0px;
	padding-bottom: 60px;
}

.map-heng {
	text-align: left;
	margin: 10px 0px;
}


/*about*/

.about1-top {
	font-size: 28px;
	line-height: 40px;
	text-align: left;
	width: 100%;
}

.about1-top .ename {
	width: 100%;
	color: #333;
	text-align: left;
	font-size: 40px;
	font-family: 'gotham-medium', 'Microsoft Yahei';
	margin-top: 20px;
	display: block;
	font-weight: normal; line-height: 40px;margin-bottom: 0
}

.about1-top .cname {
	width: 100%;
	color: #999;
	text-align: left;
	margin-top: 0;
	font-size: 22px; line-height: 24px;
}

.about1-content {
	font-size: 16px;
	line-height: 28px;
}

.about1-list {
	width: 1040px;
	margin: 0px auto;
}

.about1-list li {
	width: 24%;
	float: left;
	display: inline-block;
	margin-left: -3px;
	vertical-align: top;
	margin: 0px 40px;
}

.about1-list li .img-bg {
	width: 100%;
	border-radius: 30px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	min-height: 265px;
	font-family: 'gotham-medium', 'Microsoft Yahei';
	;
}

.about1-content {
	width: 950px;
	margin: 25px auto;
	/* padding: 40px 0px; */
	font-size: 14px;
	color: #444;
	line-height: 26px;
	margin-bottom: 100px;
}

.about1-list .about1-lan {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding: 25px 0px;
	height: 100px;
	margin-bottom: 35px;
}

.new-wrap {
	width: 1200px;
	margin: 0px auto;
}

.news-list {
	width: 1200px;
	margin: 45px auto 0;
}

.news-list li {
	background-color: #FFFFFF;
	width: 365px;
	height: 405px;
	display: inline-block;
	margin: 0px 15px;
	margin-bottom: 45px;
}

.news-list a {
	display: block;
	width: 365px;
	height: 405px;
}

.news-list .news-lan {
	width: 100%;
	box-sizing: border-box;
	padding: 28px;
	padding-top: 20px;
}

.news-list h3 {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-list .mess {
	color: #888888;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 0px;
}

.news-list .time {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	text-align: left;
}

.case-wrap {
	width: 1050px;
	margin: 0px auto;
}

.vrsum {}

.vrsum .section {
	width: 100%;
	height: 100vh;
}

.section a {
	color: #FFFFFF;
	height: 100vh;
	display: block;
}

.section .vr-wrap {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	height: 100vh;
	display: none;
}

.section .vrlan {
	
	height: 350px;
	position: absolute;
	top: 50%;
	bottom: 50%;
	margin-top: -125px;
	margin-bottom: -125px;
	z-index: 10;
}

.vrsum .section:nth-child(odd) .vrlan {
	left: 0px;
}

.vrsum .section:nth-child(even) .vrlan {
	right: 0px;
}

.vrsum .section:last-child .vrlan {
	width: 600px;
}

.vrlan h2 {
	font-size: 55px;
	line-height: 60px;
	margin-bottom: 30px;
	font-family: 'gotham-medium', 'Microsoft Yahei';
}

.vrlan .lanmess {
	font-size: 16px;
	line-height: 30px;
	width: 460px;
	font-family: "微软雅黑";
}

.vrlan .search-btns {
	width: 180px;
	height: 50px;
	border-radius: 30px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 50px;
	margin-top: 50px;
}

.bigbg {
	padding-top: 18%;
}

.mapsum .caseSum .case-wrap {
	width: 1170px;
}

.redheng {
	width: 50px;
	height: 3px;
	background-color: #B3000D;
	margin: 20px 0px;
}

.map2 {
	padding-top: 0px;
	margin-top: 0px;
}

.about1-content-cell {
	font-size: 16px;
	line-height: 28px;
}

.bgtitle h3 {
	font-size: 48px;
	line-height: 63px;
	font-family: 'gotham-medium', 'Microsoft Yahei';
}

.bgtitle1 h2 {
	font-size: 45px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'gotham-medium', 'Microsoft Yahei';
}

.display-lan {
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}

.business-list li.slideInUp:before {
	content: "";
	width: 480px;
	height: 100%;
	background: #000;
	padding: 14px 18px;
	position: absolute;
	top: 0;
	left: 0%;
	opacity: 0.5;
	transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
	-webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
	/*background-color: red;*/
	z-index: 2;
}

.business-list li.slideInUp:hover .bus-img-list>li,
.business-list li.slideInUp.on .bus-img-list>li {
	transform: translateY(0px);
	transition-delay: 0.5s;
	opacity: 1;
}

.vrlan .search-btns:hover {
	color: #B90000;
	background-color: #FFFFFF;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.newsum a.picture {
	height: 238px;
	width: 365px;
	overflow: hidden;
}

.bannerbg {
	position: relative;
}

.newimg {
	width: 365px;
	height: 274px;
	overflow: hidden;
}

.jjfa_fasp {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 52px;
}

.jjfa_fasp .img {
	width: 776px;
	margin: auto;
	position: relative;
}

.jjfa_fasp_imgzz {
	width: 100%;
	height: 100%;
	background: url(../images/tb21.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	transition: all ease .3s;
}

.jjfa_fasp_imgzz:hover {
	background: url(../images/tb20.png) center center no-repeat;
}

.jjfa_fasp .txt {
	font-size: 16px;
	line-height: 32px;
	color: #333;
	text-align: center;
	padding: 18px;
}

.jjfa_fags {
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	color: #404040;
	padding-top: 10px;
}

.jjfa_fasp_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.jjfa_fasp_layer .box {
	width: 900px;
	height: 560px;
	background: #fff;
	position: relative;
	margin: auto;
}

.jjfa_fasp_layer .box {
	width: 900px;
	height: 560px;
	background: #fff;
	position: relative;
	margin: auto;
}

.jjfa_fasp_layer .box .title {
	width: 100%;
	height: 70px;
	background: #333;
	font-size: 20px;
	line-height: 70px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 35px;
}

.jjfa_fasp_layer .box .video {
	width: 830px;
	margin: auto;
	margin-top: 10px;
}

.jjfa_fasp_layer .box .video img {
	width: 100%;
}

.jjfa_fasp_layer .box .end {
	width: 88px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
}


/*6.12*/

.banner-video {
	position: relative;
	z-index: 0;
	height: calc(100vh - 80px);
}

.case-list .picture {
	height: 330px
}


/*6.15*/

.case-list li:hover .lans-bottom {
	display: block;
}

.relian .pic2 img {
	transform: translateY(-0%) rotateY(0deg);
	transition: all .5s linear 10ms;
	-webkit-transition: all .5s linear 10ms;
}

.relian .pic2 img:first-child {
	opacity: 1;
}

.relian .pic2 img:last-child {
	opacity: 0;
	transform: translateY(-100%);
}

li .relian:hover img:first-child {
	transform: translateY(-0%) rotateY(0deg);
	opacity: 0;
}

li .relian:hover img:last-child {
	transform: translateY(-100%) rotateY(180deg);
	opacity: 1;
}

.joint-list .relian:hover {
	/*transition: all .5s linear 10ms;*/
	-webkit-transition: all .5s linear 10ms;
	transform: translateY(-0%) rotateY(180deg);
}

.nav2 {
	position: absolute;
	min-width: 300px;
	background-color: #333333;
	padding: 10px;
	top: 80px;
	left: 20px;
	display: none;
}

.nav2 li {}

.nav2 li a {
	color: #FFFFFF!important;
	line-height: 24px!important;
	height: 24px!important;
	display: block;
}

.header-wrap .nav2 li a:hover,
.nav2 li a.on {
	color: #999999!important;
}

.banner-video video {
	height: calc(100vh - 80px);
}
.banner .swiper-slide{height: calc(100vh - 80px);}
@media only screen and (max-width: 1680px) {
	.nav2 {
		/*width: 770px;*/
	}
	.banner .banner-center {
		left: 35.5%
	}
	.banner .banner-line {
		margin-bottom: 0;
	}
	.banner .bottom-lan {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1600px) {
	.nav2 {
		/*width: 730px;*/
	}
	.banner .banner-line {
		margin-bottom: 0;
	}
	.banner .bottom-lan {
		margin-bottom: 0;
	}
	.banner .banner-center {
		left: 35%
	}
}

@media only screen and (max-width: 1440px) {
	.nav2 {
		/*width: 640px;*/
	}
	.banner .banner-center {
		left: 33%
	}
	.banner .banner-line {
		margin-bottom: 0px;
	}
	.banner .bottom-lan {
		margin-bottom: 0px;
	}
	.animateNumber .anumber {
		top: 0%;
	}
}

@media only screen and (max-width: 1400px) {
	.nav2 {
		/*width: 620px;*/
	}
	.banner .banner-center {
		left: 32.5%
	}
	.banner .banner-center {
		top: 10%;
	}
	.banner .banner-line {
		margin-bottom: 0%;
	}
	.banner .bottom-lan {
		margin-bottom: 0%;
	}
}

@media only screen and (max-width: 1366px) {
	.nav2 {
		/*width: 600px;*/
	}
	.banner .banner-center {
		left: 31%;
		transform: scale(0.9);
		-moz-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		zoom: 0.9\9;
	}
	.banner .banner-line {
		margin-bottom: -2.5%;
	}
	.banner .bottom-lan {
		/* margin-bottom: 2%; */
	}
	.banner .banner-center {
		top: 5%;
	}
}

@media only screen and (max-width: 1200px) {
	.banner .bottom-lan {
		margin: 2% -650px;
	}
	.banner .banner-line {
		margin: 3% -650px;
	}
}


/*6.26new*/

.cr-list {
	margin-top: 60px;
	margin-bottom: 30px;
}

.cr-list li {
	border-bottom: 1px solid #dfdfdf;
}

.cr-list .top {
	color: #666666;
	font-weight: bold;
	cursor: pointer;
}

.cr-list .top-left {
	font-size: 16px;
	line-height: 55px;
	float: left;
	margin-left: 30px;
}

.cr-list .top-right {
	font-size: 24px;
	line-height: 55px;
	font-family: 'gotham-medium', "微软雅黑";
	float: right;
	margin-right: 30px;
	font-weight: normal;
}

.cr-list .bottom {
	font-size: 14px;
	line-height: 26px;
	color: #444444;
	box-sizing: border-box;
	padding: 30px;
	display: none;
}

.cr-list li .top.on {
	background-color: #666666;
	color: #FFFFFF;
}

.top-right .heng {
	width: 13px;
	height: 3px;
	background-color: #FFFFFF;
	margin-top: 25px;
}


/*6.27*/

.radius-wrap {
	width: 44px;
	height: 44px;
	top: 75vh;
	left: 50%;
	right: 50%;
	margin: 0px -22px;
	z-index: 1000;
	position: absolute;
	cursor: pointer;
}

.radius {
	width: 44px;
	height: 44px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.jiantou {
	background: url(../images/down-icon2.png) center center no-repeat;
	width: 10px;
	height: 20px;
	animation: downico 1.5s ease-out infinite;
	position: absolute;
	left: 17px;
	top: 0%;
}

@keyframes downico {
	0% {
		top:0%;
		opacity: 1;
	}
	35% {
		top: 50%;
		opacity: 0;
	}
	65% {
		top: -50%;
		opacity: 0;
	}
	100% {
		top:0%;
		opacity: 1;
	}
}


layui-layer-ico {
    background: url(../images/img40.jpg) center center no-repeat!important;
    background-size: 100%!important;
}
.layui-layer-setwin, .layui-layer-close2 {
	 background: url(../images/img40.jpg) center center no-repeat!important;
    width: 88px!important;
    height: 70px!important;
    right: 0!important;
    top: 0!important;
    display: block;
}

.mainPage{text-align: center;}
.mainPage ul{width: 1200px;height: 32px;display:block; margin:0 auto;}
.mainPage ul li{float: left; display: inline; height: 20px; line-height: 20px; padding: 0 10px;color:#000;font-size:15px; margin: 0 5px; border:1px solid #dedede; font-size:16px;}
.mainPage ul li a{color:#000;font-size:16px; }
.mainPage ul li.thisclass{background:#b3000d;border:1px solid ##218EC1;color:#fff; font-size:16px;}
.mainPage ul li.thisclass a{color:#fff;}
.mainPage ul li a:hover, a:focus {
    color: hsl(209, 93%, 48%);
    text-decoration: none;
}	

.adbox{
    background-size: 79px 165px;
    height: 36px;
    text-indent: 20px;
    font-size: 1rem;
    border: 1px solid #d9e2e9;
    display: block;
    line-height: 36px;
    color: red;
    background-color: #f3f3f3;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    margin-top: 1rem;
}
.vid-wrap{
    width:100%;background: #000;
    position:relative;
    padding-bottom:56.25%;    /*需要用padding来维持16:9比例,也就是9除以16*/
    height: 0;
}
.vid-wrap video{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%
}

.tips{ width:80%;margin: 1rem auto; padding: 12px; overflow: hidden; background-image: url(../images/tishi_icon.png); background-position: 12px center; background-repeat: no-repeat;border: 2px solid #f3f3f3;}
.tips p{ font-size:14px; color:#222; margin-left:110px; margin-bottom:10px; text-indent:0; line-height:24px; margin-top:4px;}
.tips span{ font-size:15px; float:left; color:#222; margin-left:110px; line-height:42px;}
.tips span strong{ font-weight:normal;}
.tips span a{ font-size: 24px; color: #ff0813; text-decoration: none; font-weight: bold; line-height: 42px; display: inline-block;}
.tips_online{ float:right; width:180px; line-height:42px; background-color:#0059a9; color:#fff; background-image:url(../images/line_equipment111.png); background-position:36px center; background-repeat:no-repeat; text-indent:72px; font-size:16px;}

.kf{position:fixed;z-index:99;right:0;bottom:40%;background:#333}
.kf a{width:45px;height:45px;display:block;position:relative}
.kf a:hover{background:#e60112}
.kf a .zx{width:94px;box-sizing:border-box;color:#fff;font-size:16px;line-height:45px;background:#e60112;padding:0 10px 0 20px;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute;top:0;right:45px;display:none}
.kf a:hover .zx{display:block}
.kf a .wx{width:120px;height:120px;box-sizing:border-box;background:#fff;padding:7px;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute;right:45px;top:0;display:none}
.kf a:hover .wx{display:block}

.page-wraper{ text-align:center;padding:20px 0;}
.page{ overflow:hidden;font-size: 0;    display: inline-block;}
.page a,.page span{width:30px;height:30px; font-size:13px;line-height:30px;margin-right:6px; display:inline-block;background:#fff;color:#999; font-size:13px; border-radius: 4px;}
.page a:hover,.page span{background:#e60112;color:#fff;}
.page a.next-btn{ width:75px;}