/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: "Microsoft Yahei", "微软雅黑", Helvetica, sans-serif;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

/* Box Model */
*,*:before,*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Basic */
html,body {
	width: 100%;
	height: 100%;
	min-width: 300px;
	position: relative;
	display: block;
}

strong,b {
	font-weight: 700;
}

em,i {
	font-style: italic;
}

a.no-decoration {
	text-decoration: none !important;
}
/*
 *  flex锛氬畾涔夊竷灞�负鐩掓ā鍨� *	flex-v锛氱洅妯″瀷鍨傜洿甯冨眬
 *  flex-1锛氬瓙鍏冪礌鍗犳嵁鍓╀綑鐨勭┖闂� *  flex-align-center锛氬瓙鍏冪礌鍨傜洿灞呬腑
 *  flex-pack-center锛氬瓙鍏冪礌姘村钩灞呬腑
 *  flex-pack-justify锛氬瓙鍏冪礌涓ょ瀵归綈
 */

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-col {
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

/* text */
.text-white {
	color: #fff;
}


/* margin,padding */
.p44-60 {
	padding: 44px 60px;
}

.p50-60 {
	padding: 50px 60px;
}

.p8-0 {
	padding: 8px 0;
}

.m0 {
	margin: 0;
}

.mr6 {
	margin-right: 8px;
}

.mb8 {
	margin-bottom: 8px;
}

.ml4 {
	margin-left: 4px;
}

.p16 {
	padding: 16px;
}

.pt60 {
	padding-top: 60px;
}

.ml20 {
	margin-left: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb25 {
	margin-bottom: 25px;
}
.mb50 {
	margin-bottom: 30px;
}

/* 定位 */
.por {
	position: relative;
}

.poa {
	position: absolute;
}

/* border */
.no-border {
	border: none;
}

/**
 * 鎻愮ず淇℃伅鏍峰紡
 */
.okayHint, .errorHint {
	float: left;
	display: none;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	position: fixed;
	height: 60px;
	left: 50%;
	top: 30%;
	width: 300px;
	margin-left: -150px;
	border-radius: 4px;
	z-index: 100000;
	text-align: center;
}

.okayHint {
	background: #21cb19;
}

.errorHint {
	background: #f44;
}


/* landing */
body.landing {
	text-decoration: none;
}

body.landing:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Microsoft Yahei", "寰蒋闆呴粦", Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

body.landing:before {
	-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide
	0.25s ease-in-out forwards !important;
	-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide
	0.25s ease-in-out forwards !important;
	-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide
	0.25s ease-in-out forwards !important;
	animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s
	ease-in-out forwards !important;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	color: rgba(255, 255, 255, 0.15);
	content: '';
	cursor: default;
	display: block;
	font-size: 2em;
	height: 2em;
	left: 50%;
	line-height: 2em;
	margin: -1em 0 0 -1em;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 2em;
	z-index: -1;
}

body.landing:after {
	-moz-animation: overlay-hide 1.5s ease-in forwards !important;
	-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
	-ms-animation: overlay-hide 1.5s ease-in forwards !important;
	animation: overlay-hide 1.5s ease-in forwards !important;
	background: #1c1d26;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

body.landing.is-loading:before {
	-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate
	0.75s infinite linear !important;
	-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards,
	spinner-rotate 0.75s infinite linear !important;
	-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate
	0.75s infinite linear !important;
	animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s
	infinite linear !important;
	z-index: 100001;
}

body.landing.is-loading:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	opacity: 1;
	z-index: 100000;
}

@media ( -webkit-min-device-pixel-ratio : 2) {
	body.landing:before {
		line-height: 2.025em;
	}
}

/* Loader */
@-moz-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
	opacity: 1;
	}
}
@-webkit-keyframes spinner-show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-ms-keyframes spinner-show {
	0% {
		opacity: 0;
 	}
	100% {
		opacity: 1;
	}
}
@keyframes spinner-show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
	}
	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(.5) rotate(360deg);
	}
	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(.5) rotate(360deg);
	}
}
@-webkit-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-webkit-transform: scale(1) rotate(0deg);
	}
	99% {
		color: #1c1d26;
		z-index: 100001;
		-webkit-transform: scale(.5) rotate(360deg);
	}
	100% {
		color: #1c1d26;
		z-index: -1;
		-webkit-transform: scale(.5) rotate(360deg);
	}
}
@-ms-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-ms-transform: scale(1) rotate(0deg);
	}
	99% {
		color: #1c1d26;
		z-index: 100001;
		-ms-transform: scale(.5) rotate(360deg);
	}
	100% {
		color: #1c1d26;
		z-index: -1;
		-ms-transform: scale(.5) rotate(360deg);
	}
}
@keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		transform: scale(1) rotate(0deg);
	}
	99% {
		color: #1c1d26;
		z-index: 100001;
		transform: scale(.5) rotate(360deg);
	}
	100% {
		color: #1c1d26;
		z-index: -1;
		transform: scale(.5) rotate(360deg);
	}
}
@-moz-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
	}
	100% {
		-moz-transform: scale(1) rotate(360deg);
	}
}
@-webkit-keyframes spinner-rotate {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(360deg);
	}
}
@-ms-keyframes spinner-rotate {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(360deg);
	}
}
@keyframes spinner-rotate {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(360deg);
	}
}
@-moz-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}
	15% {
	 	opacity: 1;
		z-index: 100000;
	}
	99% {
		opacity: 0;
		z-index: 100000;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
@-webkit-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}
	15% {
		opacity: 1;
		z-index: 100000;
	}
	99% {
		opacity: 0;
		z-index: 100000;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
@-ms-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}
	15% {
		opacity: 1;
		z-index: 100000;
	}
	99% {
		opacity: 0;
		z-index: 100000;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
@keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}
	15% {
		opacity: 1;
		z-index: 100000;
	}
	99% {
		opacity: 0;
		z-index: 100000;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}


/* header */
#page-wrapper {
	height: 100%;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	z-index: 100;
}

.logo {
	margin: 5px 0 0 60px;
	width: 60px;
	height: 60px;
	background: url(../image/logo.png) no-repeat;
	background-size: 100%;
}

.nav-list {
	margin-right: 23px;
}

.nav-list li {
	float: left;
	height: 70px;
	padding: 0 30px;
	line-height: 70px;
	cursor: pointer;
	text-align: center;
}

.nav-list li a {
	color: #fff !important;
	text-decoration: none !important;
}

.nav-icon {
	display: inline-block;
	width: 29px;
	height: 20px;
	background: url(../image/icon.png) no-repeat;
	position: relative;
	top: 4px;
	margin-right: 13px;
}

.nav-icon1 {
	background-position: 0 0;
}

.nav-icon2 {
	background-position: 0 -50px;
}

.nav-icon3 {
	background-position: 0 -100px;
}

.nav-icon4 {
	background-position: 0 -150px;
}

.nav-list li:hover .nav-icon:not(.nav-icon4) {
	background-position-x: -59px;
}

/* footer */
#footer {
	bottom: 0;
	width: 100%;
	background: url(../image/footerbg.png) no-repeat center bottom;
	background-size: cover;
	vertical-align: bottom;
	z-index: 100;
	align-items: flex-end;
}

#footer ul {
	float: left;
}

#footer ul li {
	float: left;
	padding: 0 10px;
	font-size: 0.9em;
}

#footer ul li.divider {
	padding: 0;
	width: 2px;
	height: 15px;
	background: #9c9c9c;
	margin-top: -1px;
}

#footer a {
	color: #bcbcbc !important;
}
#footer p {
	width: 100%;
	text-align: center;
	color: #bcbcbc;
	font-size: 0.8em;
}

/* wraper */
#wrap {
	height: 100%;
	overflow: hidden;
}

#home-carousel {
	height: 100%;
	max-height: 100%;
}

#home-carousel .carousel-inner,
#home-carousel .carousel-inner .item,
#home-carousel .carousel-inner .item a
{
	height: 100%;
}

#home-carousel .item {
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	left: 0 !important;
	opacity: 0;
}

#home-carousel .item.active {
	opacity: 1;
}

#home-carousel .carousel-inner .item a img {
	max-width: none;
}

#home-carousel .carousel-indicators-box {
	position: absolute;
	width: 100%;
	bottom: 60px;
	z-index: 15;
}

#home-carousel .carousel-indicators {
	position: relative;
	left: 0;
	font-size: 0;
	width: auto;
	-webkit-text-size-adjust:none;
	margin-left: 0;
	border-bottom: 3px solid #92a0b4;
	border-color: rgba(255, 255, 255, .2);
}

#home-carousel .carousel-indicators li {
	width: 70px;
	height: auto;
	border: none;
	border-radius: 0;
	margin: 0;
}

#home-carousel .carousel-indicators li + li {
	margin-left: 30px;
}

#home-carousel .carousel-indicators li.active {
	background: transparent;
}

#home-carousel .carousel-indicators li > div {
	height: 64px;
	width: 64px;
	margin: 0 auto;
}

#home-carousel .carousel-indicators li > div > img {
	display: none;
}

#home-carousel .carousel-indicators li > div.item-bg1 {
	background: url(../image/iot.png) no-repeat;
	background-size: 100%;
}

#home-carousel .carousel-indicators li > div.item-bg2 {
	background: url(../image/online.png) no-repeat;
	background-size: 100%;
}

#home-carousel .carousel-indicators li > div.item-bg3 {
	background: url(../image/software.png) no-repeat;
	background-size: 100%;
}

#home-carousel .carousel-indicators li > div.item-bg4 {
	background: url(../image/inovation.png) no-repeat;
	background-size: 100%;
}

#home-carousel .carousel-indicators li.active > div {
	background-position-y: 0;
}

#home-carousel .carousel-indicators li > p {
	font-size: 14px;
	color: #fff;
	padding: 8px 0 12px;
	text-indent: 0;
}

#carLine {
	position: absolute;
	bottom: 120px;
	height: 3px;
	width: 70px;
	bottom: -3px;
	left: 0;
	z-index: 20;
	background: #fff;
}

.goBtn {
	background: #2669bb;
	height: 44px;
	line-height: 44px;
	color: #fff;
	float: left;
	border-radius: 4px;
	text-align: center;
}
.goBtn:hover {
	color: #c9c9c9 !important;
}

@media screen and (min-width: 960px) {
	#home-carousel .item a img {
		transition: transform 15s linear;
		-webkit-transition: transform 15s linear;
		-moz-transition: transform 15s linear;
	}

	#home-carousel .item.active a img {
		transform: scale(1.2);
		-ms-transform: scale(1.2); 	/* IE 9 */
		-moz-transform: scale(1.2); 	/* Firefox */
		-webkit-transform: scale(1.2); /* Safari 和 Chrome */
		-o-transform: scale(1.2); 	/* Opera */
	}
	
	#footer.footer {
	    min-height: 160px;
	}
	
	#footer ul {
		width: 30%;
		margin: 10px 35%;
	}
	
	.goBtn {
	    width: 50%;
		margin: 0 25%;
	}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    #header .logo {
        margin-left: 4%;
    }

    #header .nav-list {
        margin-right: 16px;
    }

    #header .nav-list li {
        padding: 0 20px;
    }
    
#footer ul {
		width: 30%;
		margin: 10px 35%;
	}
	
.goBtn {
	    width: 50%;
		margin: 0 25%;
	}
}

@media screen and (max-width: 767px) {
    #header {
        height: 3em;
    }

    #header .logo {
        margin: 0.5em 0 0 0.5em;
        width: 2em;
        height: 2em;
        background: url(../image/logo.png) no-repeat;
        background-size: 100%;
    }

    .nav-list {
        margin-right: 0;
    }

    .nav-list li {
        height: 3em;
        line-height: 3em;
        padding: 0 0.6em;
    }

    .nav-list > li > a {
        font-size: 0.9em;
    }

    #home-carousel .carousel-indicators-box {
        bottom: 4em;
    }

    #home-carousel .carousel-indicators {
        font-size: 0;
        width: 80%;
        border-bottom: 2px solid #92a0b4;
        border-color: rgba(255, 255, 255, .2);
    }

    #home-carousel .carousel-indicators li {
        /*font-size: 14px;*/
        width: 25%;
        height: auto;
    }

    #home-carousel .carousel-indicators li + li {
        margin-left: 0;
    }

    #home-carousel .carousel-indicators li p {
        font-size: 0.8rem;
        padding: 6px 0 10px;
    }

    #home-carousel .carousel-indicators li > div {
        width: 90%;
        height: auto;
        background: none!important;
    }

    #home-carousel .carousel-indicators li > div > img {
        display: block;
        width: 84%;
        margin: 0 auto;
    }

    #home-carousel .carousel-indicators li.active > div {
        background-position-y: 0;
    }

    #carLine {
        height: 2px;
        width: 25%;
        bottom: -2px;
    }

    #footer {
    	padding-top: 30px !important;
        min-height: 8em;
    }
	#footer ul {
		width: 30%;
		margin: 15px 35%;
	}

    #footer .footer-text ul li a {
        font-size: 0.9em;
    }
    
.goBtn {
	    width: 50%;
		margin: 0 25%;
	}
}

@media screen and (max-width: 480px) {
	.contact-bg form {
	    width: 100% !important;
	}
	#footer ul {
		width: 60%;
		margin: 15px 20%;
	}
	
.goBtn {
	    width: 100%;
	margin: 0;
	}
}

@media screen and (max-width: 380px) {
	#footer ul {
		width: 64%;
		margin: 15px 18%;
}
	#header .nav-list li {
		padding: 0 0.2em;
	}

	#footer ul a {
		font-size: 0.9em;
	}
	#footer p {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 320px) {
	#footer ul {
		width: 70%;
		margin: 15px 15%;
	}
}

/* 地图 */
.iw_poi_title {
	font-size: 1em;
	line-height: 30px;
	font-weight: 500;
	color: #3d3d3d;
}

.iw_poi_content {
	font-size: 0.8em;
	line-height: 24px;
	color: #878686;
}