body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: Arial, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, "微软雅黑", SimHei, sans-serif;
	color: #2b2b2b;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
li,
ol {
	padding: 0;
	margin: 0;
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color 0.3s;
}

a:hover {
	text-decoration: none;
}

.clear:after {
	content: "";
	float: none;
	clear: both;
	display: block;
	height: 0;
}

.warp {
	width: 100%;
}

.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.pc-block {
	display: block;
}

.app-block {
	display: none;
}

.index-banner {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#header {
	width: 100%;
	height: 62px;
	background: #e78014;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	transition: all .2s ease-in-out;
	z-index: 50;

}

#header .nav-content {
	width: 85%;
	margin: 0 auto;
	line-height: 62px;
	position: relative;

}

#header .logo {
	float: left;
	text-align: center;
}

#header .logo a{
	display: flex;
    align-items: center;
    height: 62px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

#header .logo a.wlogo{
	visibility: visible;
	opacity: 1;
}
#header .search {
	float: right;
	font-size: 14px;
	color: #fff;
}

#header .search>a>img {
	margin-bottom: -3px;
	-webkit-transform: all 0.3s;
}

#header .search>img {
	cursor: pointer;
}

#header .nav {
	height: 62px;
	float: right;
	line-height: 62px;
	margin-right: 4%;
}

#header .nav li:first-of-type:after {
	display: none;
}

#header .nav>li {
	position: relative;
	float: left;
	height: 100%;
	font-size: 14px;
	text-align: center;
	
}

#header .nav>li.hover a {
	font-weight: bold;
	color: #fff;
}

#header .nav>li>a {
	position: relative;
	display: block;
	padding: 0 25px;
	font-weight: 500;
	background-color: transparent;
color: #fff;
	font-size: 16px;
	transition: all .2s ease-in-out;
}

#header .mnav>li>a {
	color: #fff;
}

#header .nav>li>a span {
	position: relative;
	display: inline-block;
	-webkit-transition: all ease-out .3s;
}

#header .nav>li>a span:after {
	position: absolute;
	left: 0;
	width: 100%;
	color: #ffffff;
	content: attr(data-title);
	-webkit-transform: translateY(0);
}

.browser-lt11 #header .nav>li>a span:after {
	top: 100%
}

#header .nav .subnav {
	top: 100%;
	position: absolute;
	left: -15%;
	z-index: 199;
	visibility: hidden;
	overflow: hidden;
	width: 120px;
	height: auto;
	opacity: 0;
	-webkit-transition: all .36s ease;
	background-color: #fff;
	z-index: 20;
	/* margin-left:-15%; */
}

#header .nav .subnav.sub1 {
	width: 130%;
}

#header .nav .navitem:last-child .subnav {
	right: 0;
	left: auto
}

#header .nav .subnav li {
	width: 100%;
	text-align: center;
	line-height: 50px;
}

#header .nav .subnav li a {
	display: block;
	padding: 12px 0;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	-webkit-transition: all .2s ease-in-out;
}

#header .nav-content .body-nav-but {
	width: 30px;
	position: absolute;
	right: 0;
	top: 36%;
	cursor: pointer;
	display: none;
}

#header .nav-content .body-nav-but span {
	height: 2px;
	background: #fff;
	display: block;
	margin-bottom: 8px;
}

#header.scrollfixed{
	background: rgba(255,255,255,1);
}
#header.scrollfixed .logo a.wlogo{
	visibility: hidden;
	opacity: 0;
}
#header.scrollfixed .logo a.blogo{
	visibility: visible;
	opacity: 1;
}
#header.scrollfixed .nav>li a {
    color: #333;
}
#header.scrollfixed .nav>li.hover a {
    color: #f6852b;
}
#header.scrollfixed .nav-content .body-nav-but span{
	background: #333;
}
.body-nav-but.close span {}

.body-nav-but.close .span1 {
	-webkit-transform: rotate(400deg);
	-moz-transform: rotate(400deg);
	-ms-transform: rotate(400deg);
	-o-transform: rotate(400deg);
	transform: rotate(400deg);
	margin-top: 11px;
	background: #e60012;
}

.body-nav-but.close .span2 {
	-webkit-transform: rotate(316deg);
	-moz-transform: rotate(316deg);
	-ms-transform: rotate(316deg);
	-o-transform: rotate(316deg);
	transform: rotate(316deg);
	margin-top: -10px;
	background: #e60012;
}

.body-nav-but.close .span3 {
	-webkit-transform: rotate(345deg);
	-moz-transform: rotate(345deg);
	-ms-transform: rotate(345deg);
	-o-transform: rotate(345deg);
	transform: rotate(345deg);
	opacity: 0;
}



/*home-bannner*/
.home-banner {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.home-banner ul {
	width: 100%;
	height: 100%;
}

.home-banner ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
}

.home-banner ul li .pc-banner {
	width: 100%;
	height: 100%;
	background: url(images/bannner-img1.jpg) no-repeat center;
	background-size: 100% auto;
	display: block;
	overflow: hidden;
}

.home-banner .video {
	width: 100%;
	height: 641px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.home-banner .video>video {
	position: absolute;
	margin: 0 auto;
	margin-left: 50%;
	transform: translate(-50%,-0%);
	/*left: -960px;*/
}

.home-banner ul li>img {
	width: 100%;
	margin: 0 auto;
}

.home-banner ul li {
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	opacity: 0;
}

.home-banner ul li.in {
	opacity: 1;
}

.home-banner .btn-L,
.home-banner .btn-R {
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.home-banner:hover .btn-R {
	opacity: 1;
}

.home-banner:hover .btn-L {
	opacity: 1;
}

.home-banner .btn-L,
.home-banner .btn-L:after,
.home-banner .btn-R,
.home-banner .btn-R:after {
	width: 40px;
	height: 40px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 2%;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 2;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
}

.home-banner .btn-L,
.home-banner .btn-L:after {
	left: 2%;
	-webkit-transform: rotate(-45deg);
}

.home-banner .btn-R,
.home-banner .btn-R:after {
	right: 2%;
	-webkit-transform: rotate(135deg);
	left: auto;
}


.home-banner .btn-L:after,
.home-banner .btn-R:after {
	content: ' ';
	display: block;
	opacity: 1;
	left: -3px;
	top: -3px;
	-webkit-transform: rotate(0) translate(-0, -0) !important;
}

.home-banner .btn-L:hover:after,
.home-banner .btn-R:hover:after {
	-webkit-transform: rotate(0) translate(-6px, -6px) !important;
	opacity: 0;
}






.home-banner .banner-text {
	text-align: center;
	position: absolute;
	margin: auto;
	right: 0;
	top: 30%;
	left: 0;
	color: #fff;
}

.home-banner .banner-text>h1 {
	width: 1046px;
	height: 117px;
	background: url(images/banner-text.png) no-repeat center center;
	margin: 0 auto;
}

.home-banner .banner-text>p {
	margin: 0 auto;
	font-size: 21px;
	line-height: 25px;
	margin-top: 24px;
}

.home-banner .banner-text>p>span {
	display: block;
}

.home-banner .banner-text>a {
	display: block;
	width: 167px;
	height: 54px;
	margin: 0 auto;
	margin-top: 1.5%;
	border: 2px solid rgba(245, 118, 19, 0.5);
	line-height: 54px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	letter-spacing: 3px;
	font-weight: 600;
}

.home-banner .top-icon {
	width: 18px;
	height: 30px;
	border-radius: 10px;
	border: 2px solid #fff;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 2%;
}

.home-banner .top-icon span {
	display: block;
	width: 2px;
	height: 4px;
	background-color: #aaabad;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 7px;
	-webkit-animation: k-dian1 0.5s linear infinite alternate;
	-moz-animation: k-dian1 0.5s linear infinite alternate;
	-ms-animation: k-dian1 0.5s linear infinite alternate;
	-o-animation: k-dian1 0.5s linear infinite alternate;
	animation: k-dian1 0.5s linear infinite alternate;
}

@-webkit-keyframes k-dian1 {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes k-dian1 {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes k-dian1 {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes k-dian1 {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@keyframes k-dian1 {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

.home-banner .top-icon label {
	display: block;
	width: 2px;
	height: 4px;
	background-color: #aaabad;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 18px;
	-webkit-animation: k-dian 0.5s 0.3s linear infinite alternate;
	-moz-animation: k-dian 0.5s 0.3s linear infinite alternate;
	-ms-animation: k-dian 0.5s 0.3s linear infinite alternate;
	-o-animation: k-dian 0.5s 0.3s linear infinite alternate;
	animation: k-dian 0.5s 0.3s linear infinite alternate;
}

@-webkit-keyframes k-dian {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes k-dian {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes k-dian {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes k-dian {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@keyframes k-dian {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

.home-banner .app-banner {
	display: none;
}

.home-banner-video {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}

.home-banner-video video {
	width: 65%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.home-intro {
	text-align: center;
	margin: 0 auto;
	line-height: 26px;
	padding: 4% 0 5% 0;
	/*background: url(../img/index_content_bg.png) no-repeat;*/
}

.home-intro>img {
	width: 260px;
	display: block;
	margin: auto;
	margin-bottom: 0.8%;
	margin-top: -10px;
}

.home-intro p {
	font-size: 14px;
}

.home-business {
	height: 650px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.home-business>div>div {
	position: relative;
	height: 100%;
	float: left;
	width: 20%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}

.home-business>div>div a {
	width: 100%;
	display: block;
}

.home-business>div>div:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.6);
	top: 0;
	opacity: 0.8;
	-webkit-transition: all 0.5s;
}

.home-business>div>div img {
	height: 650px;
}

.home-business>div>div .icon {
	width: 130px;
	height: 100px;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -145px;
	bottom: 0;
	margin: auto;
	opacity: 1;
	z-index: 1;
}

.home-business>div>div .icon.ico1 {
	background: url(../img/servers_icon_01_hover.png);
	background-size: 100%;
}

.home-business>div>div .icon.ico2 {
	background: url(../img/servers_icon_02_hover.png);
	background-size: 100%;
}

.home-business>div>div .icon.ico3 {
	background: url(../img/servers_icon_03_hover.png);
	background-size: 100%;
}

.home-business>div>div .icon.ico4 {
	background: url(../img/servers_icon_04_hover.png);
	background-size: 100%;
}

.home-business>div>div .icon.ico5 {
	background: url(../img/servers_icon_05_hover.png);
	background-size: 100%;
}

.home-business>div>div h2 {
	position: absolute;
	top: 50%;
	color: #fff;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.2s;
	font-size: 26px;
	z-index: 1;
}

.home-business>div>div span {
	width: 40px;
	height: 2px;
	background: #f6852b;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 58%;
	display: block;
	-webkit-transition: all 0.2s;
	z-index: 1;
}

.home-about {
	margin: 0 auto;
	text-align: center;
	width: 1680px;
	padding: 4% 0;
	/*background: url(../img/index_content_bg.png) no-repeat;*/
}

.home-about>a {
	display: block;
}

.home-about>div {
	float: left;
	height: 200px;
	padding: 0 25px;
	width: 255px;
	height: 250px;
	margin: 0 55px;
	position: relative;
	cursor: pointer;
}

.home-about h3 {
	font-size: 72px;
	letter-spacing: -8px;
	margin-top: 10%;
	letter-spacing: -2px;
	display: inline-block;
	width: 100%;
	height: 52px;
	margin-top: 52px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.home-about>div:nth-child(1) h3 {
	background-image: url(../img/about_icon1.png);
}

.home-about>div:nth-child(2) h3 {
	background-image: url(../img/about_icon2.png);
}

.home-about>div:nth-child(3) h3 {
	background-image: url(../img/about_icon3.png);
}

.home-about>div:nth-child(4) h3 {
	background-image: url(../img/about_icon4.png);
}

.home-about span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3%;
	padding-bottom: 8%;
}

.home-about p {
	line-height: 22px;
	-webkit-transition: all 0.5s;
	font-size: 14px;
	overflow: hidden;
}

.home-about label {
	display: block;
}

.home-about a {
	display: block;
	margin-top: 20%;
	position: absolute;
	width: 156px;
	height: 48px;
	border: 1px solid #f6852b;
	bottom: 15%;
	left: 0;
	right: 0;
	margin: auto;
	color: #000000;
	line-height: 48px;
	font-size: 13px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-webkit-transform: translate(0, 30px);
	letter-spacing: 1px;
	font-weight: 600;
}

.home-about a:hover {
	background-color: #f6852b;
	color: #000;
}

.home-news {
	background: #000000;
}


.home-news>div>div {
	overflow: hidden;
	float: left;
	width: 33.3333%;
	position: relative;
	z-index: 0;
}

.home-news img {
	display: block;
	width: 100%;
	max-height: 428px;
	-webkit-transition: all 0.5s;
	transform: scale(1, 1);
}

.home-news>div>div a:after {
	content: ' ';
	position: absolute;
	top: 0;
	width: 100%;
	height: 200%;
	background: url(images/news-bg.png) repeat-x;
	-webkit-transition: all 0.8s;
}

.home-news .text {
	position: absolute;
	bottom: 0;
	z-index: 0;
	padding: 20px;
	-webkit-transition: opacity 0.5s;
	padding-bottom: 25px;
	z-index: 1;
}

.home-news .text h3 {
	font-size: 20px;
	height: 26px;
	overflow: hidden;
	color: #f6852b;
}

.home-news .text time {
	color: #b0b0b0;
	line-height: 30px;
	font-weight: 600;
	font-size: 14px;
}

.home-news .text p {
	color: #b0b0b0;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	width: 80%;
}

.home-news .text p>label {
	display: block;
}

.home-news span {
	border: 2px solid #f6852b;
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 50%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	-webkit-transition: all 0.5s;
	opacity: 0;
}

.home-news span:after {
	content: ' ';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #f6852b;
	border-right: 2px solid #f6852b;
	margin-top: 18px;
	margin-left: 18px;
	-webkit-transform: rotate(45deg) scale(0.1, 0.1);
	-webkit-transition: transform 0.4s 0.1s;
}

.home-project {
	text-align: center;
	width: 100%;
	/*background: url(../img/index_content_bg.png) no-repeat;*/
}

.home-project>div {
	background: #000000;
}

.home-project h2 {
	font-size: 36px;
	text-align: center;
	color: #000000;
	padding: 3% 0;
}

.home-project .tab-but {
	text-align: center;
	border: 1px solid #e5e5e5;
	display: inline-block;
	border-radius: 30px;
	margin: 3% 0;
	margin-top: 1.5%;
	display: none;
	/*north*/
}

.home-project .tab-but li {
	display: inline-block;
	padding: 8px 25px;
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
}

.home-project .tab-but li.in {
	background: #333333;
	color: #ffffff;
	border-radius: 30px;
}


.home-project .tab-pic div {
	width: 34%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s;
}

.home-project .tab-pic div img {
	-webkit-transform: scale(1, 1);
	-webkit-transition: all 0.5s;
}

.home-project .tab-pic div img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s;
}

.home-project .tab-pic div:nth-child(1),
.home-project .tab-pic div:nth-child(3),
.home-project .tab-pic div:nth-child(5) {
	float: left;
}

.home-project .tab-pic div:nth-child(2) {
	z-index: 12;
}

.home-project .tab-pic div:nth-child(2),
.home-project .tab-pic div:nth-child(4) {
	float: right;
}

.home-project .tab-pic div:nth-child(6),
.home-project .tab-pic div:nth-child(7) {
	width: 32%;
}

.home-project .tab-pic div:nth-child(5) {
	z-index: 11;
	position: absolute;	
	bottom: 0;
	left: 0;
	width: 43%;
}

.home-project .tab-pic div:nth-child(7) {
	margin-top: -8px;
	float: right;
	width: 23%;
}

.home-project .tab-pic div:nth-child(4) {
	margin-top: -36px;
}

.home-project .tab-pic a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.8);
	top: 0;
	opacity: 0.9;
	-webkit-transition: all 0.5s;
}

.home-project .tab-pic a>div {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	padding: 3%;
	width: 94%;
	z-index: 1;
	opacity: 1;
	padding-bottom: 5%;
}

.home-project .tab-pic a h3 {
	font-size: 20px;
	width: 85%;
}

.home-project .tab-pic a span {
	display: block;
	padding-bottom: 10px;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	color: #f6852b;
}




.home-project .tab-pic .icon {
	position: absolute;
	right: 5%;
	bottom: 20px;
	width: 35px;
	height: 35px;
	border: 2px solid #f6852b;
	border-radius: 50%;
	opacity: 0;
	display: none;
}

.home-project .tab-pic .icon:after {
	content: '';
	display: block;
	margin-top: 13px;
	margin-left: 11px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #f6852b;
	border-right: 2px solid #f6852b;
	-webkit-transition: all 0.5s;
	-webkit-transform: rotate(45deg);
}

.home-customer {
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	padding: 5% 0;
	/*background: url(../img/index_content_bg.png) no-repeat;*/
}

.home-customer h2 {
	text-align: center;
	font-size: 30px;
}

.home-customer ul {
	margin-top: 3%;
	-webkit-transition: all 0.5s;
}

.home-customer ul li {
	float: left;
	width: 20%;
	text-align: center;
}








.home-customer a {
	width: 156px;
	height: 48px;
	display: block;
	border: 1px solid #f6852b;
	text-align: center;
	line-height: 48px;
	margin: auto;
	font-size: 16px;
	margin-top: 4%;
	font-weight: bold;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.home-customer a:hover {
	background-color: #f6852b;
	color: #000;
}

.home-customer a span {
	display: block;
	font-size: 13px;
}

.home-customer .left-but {
	position: absolute;
	left: -5%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: #f6852b;
	cursor: pointer;
}

.home-customer .left-but.out {
	background: #d3d3d3;
}

.home-customer .left-but:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 13px;
	margin-top: 11px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(-45deg);
}

.home-customer .left-but.out:after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.home-customer .right-but {
	position: absolute;
	right: -5%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: #f6852b;
	cursor: pointer;
}

.home-customer .right-but.out {
	background: #d3d3d3;
}

.home-customer .right-but:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 9px;
	margin-top: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
}

.home-customer .list {
	width: 100%;
	overflow: hidden;
	margin-top: 1%;
}

.footNav {
	background: #3F3F3F;
	padding-top: 1px;

}

.footNav>div {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 50px;
}

.footNav h2 {
	text-align: center;
	font-size: 30px;
	margin: 3% 0;
	margin-top: 4%;
}

.footNav h3,
.footNav ul li h3 a {
	font-size: 15px;
	padding-bottom: 12px;
	color: #fff;
	line-height: 18px;
	font-weight: 600;
}

.footNav ul li h3 span {
	display: block;
}

.footNav ul li h3 a {
	padding: 0;
}

.footNav ul li h3:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #969696;
	margin-top: 12px;
}


.footNav ul li {
	float: left;
	width: 20%;
}

.footNav ul li a {
	color: #888;
	display: block;
	font-size: 13px;
	line-height: 30px;
	-webkit-transition: all 0.3s;
}

.footNav ul li.center {
	text-align: center;
	width: 9%;
}

.footNav ul li.center h3:after {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.footNav ul li.right {
	text-align: right;
}

.footNav ul li.right h3:after {
	float: none;
	display: inline-block;
}


.footer {
	background: url(../img/footer_bg.jpg) no-repeat #2d2d2d center center;
	padding-top: 1px;
	color: #767676;
	font-size: 13px;
	line-height: 26px;
	padding-top: 60px;
}

.footer>div {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

.footer h2 {
	color: #f6852b;
	font-size: 30px;
	text-align: center;
	margin-top: 5%;
}

.footer h3 {
	color: #f6852b;
	font-size: 15px;
	margin-bottom: 20px;
	position: relative;
}

.footer h3:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 32px;
	height: 1px;
	width: 20px;
	background: #f6852b;
}

.footer .right h3:after {
	left: 0;
	left: auto;
}

.footer .center {
	text-align: center;
	padding-top: 90px;
	clear: both;
}

.footer .center span {
	display: block;
	margin: auto;
	width: 90px;
	height: 0px;
	padding-top: 1px;
	background: #2c2c2c;
	margin-top: 15px;
	margin-bottom: 30px;
}

.footer .center span:after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #ffffff;
	margin: auto;
	margin-top: -2px;
}

.footer .center lable {
	display: none;
}

.footer .center a {
	display: inline-block;
	border: 1px solid #4e4e4e;
	border-radius: 50%;
	margin: 5px;
	position: relative;
}

.footer .center a img {
	display: block;
	opacity: .5;
}

.footer .center a.weixin:after {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	background: url(images/weixin.jpg);
	background-size: 100%;
	bottom: 50px;
	left: -35px;
	display: none;
}

.footer .center a.weixin:hover:after {
	display: block;
}

.footer .right {
	float: right;
	text-align: left;
	margin-left: 25px;
}

.footer .left {
	float: left;
}

.footer .left h1 {
	color: #f6852b;
	font-size: 36px;
	margin-bottom: 15px;
}

.footer .bottom {
	margin-top: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	padding-top: 10px;
	border-top: 1px solid #3a3a3a;
}

.footer .bottom .txt-left {
	float: left;
}

.footer .bottom .txt-left a {
	display: none;
}

.footer .bottom .txt-right {
	float: right;
}

.footer .bottom .txt-right a {
	color: #767676;
}

.footer .bottom .txt-right img {
	position: relative;
	padding: 0px 3px 0px 8px;
}

.twentytwenty-container{
	min-height:580px!important;
}

#header.scorll {
	background-color: rgba(17, 17, 17, 0.8);
}

@media only screen and (min-width: 2560px) {
	.home-banner .video>video {
		/*left: -1280px;*/
		width: 100%;
	}

	.home-banner {
		height: 581px !important;
	}

	.home-project .tab-pic div:nth-child(7) {
		margin-top: -8px;
	}

}

@media only screen and (max-width: 1920px) {
	.home-banner .video>video {
		/*left: -960px;*/
		width: auto;
	}

	.home-project .tab-pic div:nth-child(7) {
		margin-top: -8px;
	}
}


@media only screen and (max-width: 1680px) {
	.home-about {
		width: 1200px;
	}

	.home-about>div {
		margin: 0 20px;
		width: 210px;
	}

	.home-about label {
		display: inline;
	}

	.home-business>div>div h2 {
		font-size: 18px;
		top: 46%
	}

	.home-business {
		height: 550px;
	}

	.home-business>div {
		height: 100%;
	}

	.home-project h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1550px) {
	.home-banner ul li .pc-banner {
		background-size: initial
	}

	.home-banner .video>video {
		width: 1600px;
		/*left: -800px;*/
	}
}

@media only screen and (max-width: 1440px) {
	#header .nav {
		margin-right: 0%;
	}

	.home-business {
		height: 460px;
	}

	.home-business>div>div img {
		height: 460px;
	}
}

@media only screen and (max-width: 1280px) {
	#header .nav-content {
		width: 95%;
		height: 80px;
	}

	#header .nav>li>a {
		padding: 0 18px 0 20px;
	}

	#header .nav {
		margin-right: 0;
	}

	#header .nav>li>a {
		font-size: 15px;
	}

	.home-banner .banner-text>h1 {
		font-size: 90px;
		background-size: 100%;
		width: 800px;
	}

	.home-business {
		height: 400px;
	}

	.home-business>div>div img {
		height: 400px
	}

	.home-about {
		width: 1008px;
	}

	.home-about>div {
		margin: 0 -2px;
		width: 205px;
	}

	.home-customer {
		width: 80%;
	}

	.home-banner .banner-text>p {
		font-size: 12px;
	}

	.home-about label {
		display: inline;
	}

	.home-about>div p {
		overflow: hidden;
	}

	.home-news .text h3 {
		font-size: 16px;
		height: 24px;
		overflow: hidden;
	}

	.home-news .text {
		padding-bottom: 30px;
	}

	.home-project .tab-pic a h3 {
		font-size: 16px;
	}

	#header .nav>li {
		font-size: 13px;
	}

	.home-about>p,
	.home-about p,
	.footNav ul li a,
	.footer {
		font-size: 12px;
	}

	.home-project h2,
	.home-customer h2 {
		font-size: 26px;
	}

	.home-project .tab-pic .icon {
		width: 35px;
		height: 35px;
	}

	.home-project .tab-pic .icon:after {
		margin-top: 13px;
		margin-left: 11px;
	}

	.home-news span {
		width: 40px;
		height: 40px;
	}

	.home-news span:after {
		margin-top: 15px;
		margin-left: 12px;
	}

	.footNav h2,
	.footer h2 {
		font-size: 26px;
	}

	.home-business>div>div h2 {
		font-size: 16px;
	}

	.home-banner .video>video {
		width: 1300px;
		/*left: -650px;*/
	}
}

@media only screen and (max-width: 1024px) {
	#header .nav {
		display: block;
	}

	#header .logo{
		width:180px;
	}
	#header .logo img{
		width:100%;
	}
	#header .nav-content .body-nav-but {
		display: none;
	}

	#header .nav>li>a {
		padding: 0 10px;
		font-size: 14px;
	}

	#header .nav>li {
		font-size: 14px;
	}

	#header .nav .subnav {
		width: 105px;
	}

	#header .nav-content .body-nav-but {
		top: 26%;
	}

	.home-banner {
		height: 481px !important;
	}

	.home-banner .banner-text {
		top: 20%;
	}

	.home-banner .banner-text>p {
		line-height: 18px;
		height: 37px;
		overflow: hidden;
	}

	.home-about {
		width: 100%
	}

	.home-about>div {
		margin: 0 0.5%;
		width: 17%;
	}

	.home-banner .banner-text>P {
		width: 70%;
	}

	.home-banner .banner-text>p>span {
		display: inline;
	}

	.home-banner .banner-text>h1 {
		width: 600px;
	}

	.home-business>div>div h2 {
		font-size: 16px
	}

	.home-news .text p {
		display: none;
	}

	.home-news .text {
		padding-bottom: 10px;
	}
}


	
@media only screen and (max-width: 750px) {
	.footer .center lable {
		display: block;
		color: #fff;
		opacity: 0.8;
	}

	.zsyOne {
		display: none !important;
	}

	.shot-price .price-icon .baifenb .flash-9 {
		display: block;
	}

	.shot-price .price-icon .baifenb .flash-6 {
		display: none;
	}

	#header .nav .subnav.sub1 {
		width: 100%;
	}

	.home-banner .video {
		display: none;
	}

	.index-banner {
		display: block;
	}

	#header .nav-content .body-nav-but {
		display: block;
	}

	.home-business>div>div span {
		display: none;
	}

	#header .nav-content {
		line-height: 70px;
		width: 95%;
	}

	#header .nav-content .logo {
		position: absolute;
		margin: 0 auto;
		left: 0;
		top: 0%;
		line-height: 45px;
		height: 45px;
		text-align:left;
	}

	#header .nav-content .logo img {
		width: 140px;
	}

	#header .search>a>img {
		opacity: 0.7;
	}

	#header .search a {
		color: #999898;
	}

	#header .nav-content .search {
		float: left;
		margin-top: -2%;
		margin-left: 50px;
	}

	#header .nav {
		position: fixed;
		background: #161616;
		height: 100%;
		width: 150px;
		right: 0;
		top: 45px;
		line-height: 50px;
		overflow: auto;
		display:none;
	}
	#header .logo a{
	    height:45px;
	}

	.home-banner {
		top: 0px;
		height: auto !important;
	}

	.home-banner .top-icon {
		display: none
	}

	.home-banner ul li .pc-banner {
		display: none;
	}
	.home-banner .banner-text>h1{
		margin-top: 20px;;
	}

	.home-banner .banner-text>p {
		width: 68%;
		margin-top:0px;
	}

	.home-intro>img {
		width: 130px;
		margin-top: 30px;
	}

	#header .nav>li {
		height: auto;
		text-align: center;
		width: 100%;
	}

	#header .nav li ul li {
		position: relative;
	}

	#header .nav li ul li:after {
		width: 10px;
	}

	#header .nav li:after {
		width: 30px;
		height: 1px;
		border-radius: inherit;
		background: #444343;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	#header .nav>li.hover a {
		color: #f6852b;
	}

	#header .nav>li.hover .subnav li a {
		color: #fff;
	}

	#header .nav .subnav {
		position: relative;
		visibility: inherit;
		opacity: 1;
		width: 100%;
		left: 0;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		background: none;
		margin-bottom: 20px;
		margin-top: 0;
		display: none;
	}

	#header .nav .subnav li {
		position: relative;
	}

	.home-banner .banner-text>h1 {
		font-size: 60px;
	}

	.home-banner .banner-text>span {
		width: 221px;
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
	
	.twentytwenty-container{
    	min-height:210px!important;
    }

	#header {
		height: 45px;
		line-height: 45px;
	}

	#header .nav-content .body-nav-but {
		top: 15%;
	}

	.home-banner .app-banner {
		display: block;
	}

	.home-banner .btn-R,
	.home-banner .btn-L {
		margin-top: 32%;
	}

	/*.pc-block{display: none;}*/
	.app-block {
		display: block;
	}

	.home-banner .btn-R,
	.home-banner .btn-L,
	.home-banner .btn-R:after,
	.home-banner .btn-L:after {
		width: 20px;
		height: 20px;
	}

	.home-banner .banner-text>a {
		height: 35px;
		line-height: 35px;
		width: 130px;
	}

	.home-about {
		width: 90%;
		    display: flex;
    flex-wrap: wrap;
	}
	

	.home-about p {
		display: inline;
		line-height: 18px;
	}

	.home-about>img {
		width: 60px;
	}

	.home-business {
		height: auto;
		overflow-x: auto;
	}

	.home-business>div {
		width: 100%;
	}

	.home-business>div>div {
		width: 20%;
	}

	.home-business>div>div img {
		height: auto;
		width: 100%;

	}

	.home-business>div>div h2 {
		top: 53%;
	}

	.home-business>div>div .icon {
		width: 70px;
		height: 70px;
		opacity: 1;
		top: -37px
	}

	.home-about {
		width: 100%;
		margin-top: 5%;
		background:#fff;
	}

	.home-about>div {
		width: 36%;
		margin: auto;
		margin: 0 2%;
		height: auto;
	}

	.home-about span {
		padding: 2% 0;
	}

	.home-about h3 {
		font-size: 36px;
		height: 38px;
		letter-spacing: px;
		margin-top: 0;
	}

	.home-about .more {
		width: 100px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		border: 1px solid #000000;
		margin-top: 8%;
		display: none;
	}

	.home-about .more a {
		display: inline;
		opacity: 1;
		position: inherit;
		border: 0;
	}
	.home-business{
		height: auto!important;
		overflow-x: auto;
	}
	.home-business>div{
		width: 100%;
	}
	.home-business>div>div {
		width: 100%;
		float: none;
		}
	.home-news {
		overflow: inherit;
		background:#fff;
	}

	.home-news>div {
		width: 100%;
	}
	.home-news>div>div{
		width: 100%;
		margin-bottom:1%;
	}

	.home-news .text h3 {
		font-size: 16px;
		height: 23px;
	}

	.home-news .text time {
		line-height: 20px;
	}

	.home-news .text {
		padding: 13px;
	}

	.home-project{
		background:none;
	}
	.home-customer{
		background:#fff;	
	}
	.home-project>div{
		height:auto!important;
	    background: #fff;
	}
	.home-project .tab-pic>div:nth-child(1),
	.home-project .tab-pic>div:nth-child(3),
	.home-project .tab-pic>div:nth-child(5) {
		width: 51.5%;
	}

	.home-project .tab-pic>div:nth-child(2),
	.home-project .tab-pic>div:nth-child(4) {
		display: none;
	}

	.home-project .tab-pic>div:nth-child(6),
	.home-project .tab-pic>div:nth-child(7) {
		width: 48.5%;
	}

	.home-project .tab-pic a>div {
		opacity: 1;
		padding: 5px;
		padding-bottom: 10px;
	}

	.home-project .tab-pic .icon:after {
		-webkit-transform: rotate(45deg) translate(0, 0);
	}

	.home-project .tab-pic a h3 {
		-webkit-transform: translate(0, 0);
		padding-left: 10px;
	}

	.home-project .tab-pic a span {
		-webkit-transform: translate(0, 0);
	}
	.home-project .tab-pic>div:nth-child(1), .home-project .tab-pic div:nth-child(2), .home-project .tab-pic div:nth-child(3),.home-project .tab-pic>div:nth-child(4), .home-project .tab-pic>div:nth-child(5),.home-project .tab-pic>div:nth-child(6), .home-project .tab-pic>div:nth-child(7){
		    width: 100%;
			margin-bottom:1%;
			display: block!important;
			margin-top: 0px;
	}
	.home-project .tab-pic div:nth-child(5){
		    position: inherit;
	}
	

	.home-project .tab-pic .icon {
		right: 0%;
		width: 26px;
		height: 26px;
	}

	.home-project .tab-pic .icon:after {
		margin-top: 9px;
		margin-left: 9px;
		width: 6px;
		height: 6px;
	}

	.home-project .tab-pic>div:nth-child(7) {
		display: none;
	}

	.home-project .tab-but li {
		padding: 8px 10px;
	}

	.home-customer {
		width: 100%;
	}

	.home-customer ul li img {
		width: 75%;
	}

	.home-customer .list {
		overflow-x: auto;
	}

	.home-customer a {
		width: 115px;
		height: 36px;
		line-height: 36px;
		font-weight: normal;
		font-size: 13px;
	}

	.home-project h2,
	.home-customer h2,
	.footer h2 {
		font-size: 20px;
		margin-top: 6%;
		margin-bottom: 4%;
	}

	.home-customer .left-but,
	.home-customer .right-but {
		display: none;
	}


	.footer .center a {
		margin: 6px;
	}

	.footer .center a img {
		width: 30px;
	}

	.footer {
		padding-bottom: 8px;
		background:#2d2d2d;
	}

	.footer .center {
		margin-top: 20px;
		padding-top: 10px;
	}

	.footer .center span {
		margin-bottom: 13px;
	}

	.footer .right {
		float: none;
		clear: both;
		margin-left: 0px;
		padding-top: 30px;
	}

	.footer .bottom .txt-right {
		float: left;
	}

	.footNav>div {
		padding-top: 5%;
	}

	.prolist h1 {
		font-size: 18px;
		padding-top: 10%;
	}


}

.borderAdd {
	border: 1px solid #fff;
	position: absolute;
	width: 100%;
	bottom: 32%;

}

.big-show {
	display: block;
}

.big-hide {
	display: none;
}



@media only screen and (max-width: 750px) {
	.big-show {
		display: none;
	}

	.big-hide {
		display: block;
	}

	.home-intro p {
		display: inline;
	}

	.home-intro>div {
		width: 80%;
		margin: 0 auto;
	}

	#header .nav .subnav li a {
		color: #fff;
	}
	.home-business>div>div:after{
		background: rgba(33, 33, 33, 0.5);
	}
}



@media only screen and (min-width:750px) {

	#header .search>a>img:hover {
		opacity: 0.7;
	}

	#header .search a:hover {
		color: #999898;
	}


	.browser-lt11 #header .nav>li a.active span,
	.browser-lt11 #header .nav>li:hover a span {
		color: #e40807
	}

	#header .nav>li:hover a span:after {
		opacity: 0;
		-webkit-transition: all 0.5s;
	}

	#header .nav>li.hover>a span {
		color: #000;
	}

	#header .nav>li:hover .subnav {
		visibility: visible;
		opacity: 1
	}

	#header .nav .subnav li a:hover {
		color: #000;
		font-weight: bold;
	}

	.home-banner .banner-text>a span {
		position: absolute;
		background: #f6852b;
	}

	.home-about>div>div {
		position: absolute;
		background: #f6852b;
	}

	.home-banner .banner-text>a span:nth-child(1),
	.home-about>div>div:nth-child(1) {
		top: -2px;
		left: 0;
		height: 2px;
		width: 0;
	}

	.home-banner .banner-text>a span:nth-child(2),
	.home-about>div>div:nth-child(2) {
		top: 0;
		right: -2px;
		height: 0;
		width: 2px;
	}

	.home-banner .banner-text>a span:nth-child(3),
	.home-about>div>div:nth-child(3) {
		bottom: -2px;
		right: 0;
		height: 2px;
		width: 0;
	}

	.home-banner .banner-text>a span:nth-child(4),
	.home-about>div>div:nth-child(4) {
		bottom: 0;
		left: -2px;
		height: 0;
		width: 2px;
	}

	.home-about>div>div:nth-child(1),
	.home-about>div>div:nth-child(3) {
		height: 5px;
	}

	.home-about>div>div:nth-child(2),
	.home-about>div>div:nth-child(4) {
		width: 5px;
	}

	.home-banner .banner-text>a:hover span:nth-child(1),
	.home-about>div:hover>div:nth-child(1) {
		width: 100%;
		-webkit-transition: all 0.1s linear;
	}

	.home-banner .banner-text>a:hover span:nth-child(2),
	.home-about>div:hover>div:nth-child(2) {
		height: 100%;
		-webkit-transition: all 0.1s 0.1s linear;
	}

	.home-banner .banner-text>a:hover span:nth-child(3),
	.home-about>div:hover>div:nth-child(3) {
		width: 100%;
		-webkit-transition: all 0.1s 0.2s linear;
	}

	.home-banner .banner-text>a:hover span:nth-child(4),
	.home-about>div:hover>div:nth-child(4) {
		height: 100%;
		-webkit-transition: all 0.1s 0.3s linear;
	}

	.home-banner .banner-text>a:hover {
		background: #f6852b;
		color: #000000;
		-webkit-transition: all 1s 0.3s;
	}

	.home-business:hover>div>div {
		width: 9.75%;
	}

	.home-business:hover>div>div:after {
		opacity: 0.3;
	}

	.home-business:hover>div>div h2,
	.home-business:hover>div>div span {}

	.home-business:hover>div>div span {}

	.home-business>div>div:hover {
		width: 61%;
	}
	
	.home-business>div>div:hover:after{
		background: rgba(248, 121, 0, 1);
		opacity: .7;
	}

	.home-business>div>div:hover img {
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-ms-filter: grayscale(0);
		-o-filter: grayscale(0);
		filter: grayscale(0);
	}

	.home-business>div>div:hover .icon {
		opacity: 1;
	}

	.home-business>div>div:hover .icon.ico1 {
		background: url(../img/servers_icon_01_hover.png);
		background-size: 100%;
	}

	.home-business>div>div:hover .icon.ico2 {
		background: url(../img/servers_icon_02_hover.png);
		background-size: 100%;
	}

	.home-business>div>div:hover .icon.ico3 {
		background: url(../img/servers_icon_03_hover.png);
		background-size: 100%;
	}

	.home-business>div>div:hover .icon.ico4 {
		background: url(../img/servers_icon_04_hover.png);
		background-size: 100%;
	}

	.home-business>div>div:hover .icon.ico5 {
		background: url(../img/servers_icon_05_hover.png);
		background-size: 100%;
	}

	.home-about>div:hover p {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}

	.home-about>div:hover a {
		opacity: 1;
		-webkit-transform: translate(0, 0px);
	}

	.home-business>div>div:hover h2 {
		color: #fff;
	}

	.home-business>div>div:hover span {
		background: #fff;
	}

	.home-news>div>div:hover {
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
	}

	.home-news>div>div:hover a:after {
		-webkit-transform: translate(0, -45%);
		opacity: .8;
	}

	.home-news>div>div:hover span:after {
		-webkit-transform: rotate(45deg) scale(1, 1);
	}

	.home-news>div>div:hover .text {
		opacity: 0;
	}

	.home-news>div>div:hover span {
		-webkit-transfomr: translate(0, -10px);
		opacity: 1;
	}

	.home-news>div>div:hover img {
		transform: scale(1.05, 1.05);
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		-o-filter: none;
		filter: none;

	}

	.news-trends .news-nav li {
		width: 49%;
		float: right;
	}

	.home-project .tab-pic>div:hover a:after {
		opacity: 0;
	}

	.home-project .tab-pic>div:hover a>div {}

	.home-project .tab-pic>div:hover {
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
	}

	.home-project .tab-pic>div:hover img {
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		-o-filter: none;
		filter: none;
	}

	.home-project .tab-pic:hover div:nth-child(4) {
		z-index: 10;
	}

	.home-project .tab-pic>div:hover a .icon {
		opacity: 1;
	}

	.home-project .tab-pic>div:hover a h3 {
		color: #f6852b;
	}

	.home-project .tab-pic>div:hover a span {
		opacity: 1;
	}

	.home-project .tab-but li:hover {
		background: #e3e3e3;
		border-radius: 20px;
	}

	.home-customer ul li img {
		width: 75%;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
		opacity: 0.3;
		-webkit-transition: all 0.5s;
	}

	.home-customer ul li:hover img {
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-ms-filter: grayscale();
		-o-filter: grayscale(0);
		filter: grayscale(0);
		filter: gray;
		opacity: 1;
	}

	.footNav ul li a:hover {
		color: #f6852b;
	}

	.footer .center a:hover {
		-webkit-animation: footerIcon 0.5s;
	}

	@-webkit-keyframes footerIcon {
		0% {
			-webkit-transform: skewX(0deg);
		}

		30% {
			-webkit-transform: skewX(-20deg);
		}

		60% {
			-webkit-transform: skewX(10deg);
		}

		90% {
			-webkit-transform: skewX(-5deg);
		}

		100% {
			-webkit-transform: skewX(0deg);
		}
	}

	.home-news .text p {
		font-size: 12px;
	}

	.home-project .tab-pic div:hover img {
		-webkit-transform: scale(1.05, 1.05);
	}
}



@media only screen and (max-width: 1550px) and (min-height: 830px) {
	.home-banner .video>video {
		height: 100%;
	}
}

@media only screen and (max-width: 1280px) and (min-height: 740px) {
	.home-banner .video>video {
		width: 1920px;
		height: 675px;
		/*left: -960px;*/
	}
}

@media only screen and (max-width:750px) {
	.pc-blockFooter {
		display: none;
	}
	#dituContent{
		width:100%!important;
		height:320px!important;

	}
}

@media only screen and (max-width: 640px) {
    #header.scrollfixed .nav>li a {
        color: #fff;
    }
	.home-banner .banner-text>h1 {
		width: 400px;
		height: 40px;
	}

	.home-banner .banner-text>span {
		width: 110px;
		height: 35px;
		line-height: 35px;
	}
}

@media only screen and (max-width: 414px) {

	.footNav h2,
	.footer h2 {
		margin: 8%;
	}

	.home-banner .banner-text>h1 {
		width: 350px;
	}

	.home-about>div {
		margin: auto;
		margin-bottom: 30px;
	}

	.footNav ul li {
		float: left;
		width: 33.3333%;
		margin-bottom: 2%;
	}
}

@media only screen and (max-width: 375px) {
	.home-banner .banner-text>h1 {
		font-size: 28px;
		width: 300px;
	}
}


.footNav ul li {}

.footNav ul li.center .news-xwdt:after {
	margin-right: 0;
}

#dituContent{
	margin:0 auto;
}


@media only screen and (max-width: 320px) {
	.home-about>div {
		margin: auto;
		margin-bottom: 30px;
		width: 32%;
	}	
}

.home-twentytwenty{
		max-width: 1150px;
		margin: 0 auto;
		position: relative;
		padding: 5% 0;
	}
	.home-twentytwenty h2 {
		text-align: center;
		font-size: 30px;
		padding-top: 3%;
	}
	.home-twentytwenty h5{
		text-align:center;
		margin-top: 1%;
		font-size: 16px;
		line-height: 24px;
		font-weight:300;
	}
	.home-twentytwenty .content {
		width: 100%;
		margin-top: 3%;
		margin-bottom: 3%;
	}
	@media only screen and (max-width: 1280px) {
		.home-twentytwenty{
		    width: 80%;
		}	
		.home-twentytwenty h2{
			font-size: 26px;
		}
	}
	@media only screen and (max-width: 750px){
		.home-twentytwenty {
			width: 100%;
		}
	}
