* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑", 'STHeiti', "SimHei", "黑体";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #1465de;
	text-decoration: underline;
}

a:active {
	color: #333333;
}

p,
div {
	color: #333;
}

strong {
	font-weight: bold;
}

.not-animated {
	opacity: 0;
}

.container:after,
.pro-list:after,
.nav:after,
.service-list:after,
.cases-list:after,
.performance-list:after,
.i-contact:after {
	content: "";
	display: table;
	clear: both;
}

body {
	background: #fff;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.top {
	padding: 10px 25px;
	background: #f3f3f3;
}

.top .welcome {
	float: left;
}

.top .hotline {
	float: right;
}

.top .welcome p,
.top .hotline p {
	text-shadow: 0 1px 0 #fff;
}

.header {
	background: #fff;
}

.header .container {
	position: relative;
	display: flex;
	align-items: center;
	height: 90px;

}

.header.cur {
	position: fixed;
	height: 90px;
	background: rgba(255, 255, 255, 1);
	-webkit-animation: caption-down .5s;
	animation: caption-down .5s;
	z-index: 999999;
	width: 100%;
	top: 0;
	box-shadow: 0 0 5px #bdbdbd;
}

.logo {
	width: 191px;
	float: left;
}

.logo img {
	display: block;
	width: 100%;
}

.header-contact {
	padding-top: 10px;
	float: right;
	overflow: hidden;
}

.table-box {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.qr-code {
	display: inline-block;
	width: 100px;
	margin-left: 20px;
	vertical-align: middle;
	text-align: center;
}

.qr-code img {
	width: 100%;
}

.qr-code p {
	color: #fff;
}

.tel {
	display: inline-block;
	vertical-align: middle;
}

.tel .txt {
	padding-bottom: 10px;
	vertical-align: middle;
}

span.tel-icon {
	display: inline-block;
	vertical-align: middle;
}

span.tel-icon img {
	display: block;
	width: 40px;
}

.tel .txt b {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}

.tel p {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	color: #fff;
}

.nav {
	position: absolute;
	right: 0;
	margin-left: 80px;
	float: right;
}

.nav>li {
	position: relative;
	padding: 0 25px;
	float: left;
}

.nav>li>a {
	position: relative;
	display: inline-block;
	line-height: 40px;
	overflow: hidden;
}

.nav>li>a:hover {
	text-decoration: none;
}

.nav>li>a span {
	display: block;
	color: #444;
	padding: 0 3px;
	font-size: 15px;
	transition: all ease-out .3s;
}

.nav>li>a div {
	width: 0;
	border-bottom: 1px solid #3F51B5;
	margin: 10px auto 0 auto;
	transition: all ease-out .3s;

}

.nav>li>a span:after {
	content: attr(data-title);
	position: absolute;
	color: #3F51B5;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(100%);
	width: 100%;
}

.nav>li>a:hover span,
.nav>li:hover span,
.nav>li>a.cur span {
	color: #3F51B5;
	transform: translateY(-100%);
}

.nav>li>a:hover div,
.nav>li:hover>a>div,
.nav>li>a.cur div {
	width: 100%;
}

/*下拉菜单*/
.down-menu {
	display: none;
	position: absolute;
	padding-top: 21px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99999;
}

.down-menu-list {
	padding: 7px 0;
	border-top: 2px solid #3F51B5;
	background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0 !important;
	/*实现FF背景透明，文字不透明*/
	background: #fff;
	filter: Alpha(opacity=98);
	/*实现IE背景透明*/
	border-radius: 0 0 5px 5px;
}

.down-menu-list a {
	display: block;
	color: #444;
	border-bottom: 1px solid #F1F1F1;
	font-size: 13px;
	padding: 7px 0;
	text-align: center;
}

.down-menu-list a:hover {
	color: #fff;
	background: #3F51B5;
	text-decoration: none;
}

.down-menu-list a:last-child {
	border-bottom: none;
}

@keyframes caption-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes caption-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

#banner {
	min-width: 1200px;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	/*  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px !important;
}

#banner .swiper-pagination-bullet-active:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: -5px;
	left: -5px;
	border: solid 2px #fff;
	border-radius: 50%;
}

#banner .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #fff;
}


#banner .swiper-pagination-bullet {
	position: relative;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 10px;
	margin: 0 20px;
	background: #fff;
	opacity: 1;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
}

/*.swiper-button-next, .swiper-button-prev {
	display: none;
}
*/
/*.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	display: block;
}*/

#banner .swiper-container .hide {
	opacity: 0;
}

#banner .swiper-button-next,
.swiper-button-prev {
	transition: opacity 0.5s;
}

#banner .swiper-button-prev {
	left: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

#banner .swiper-button-next {
	right: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

#banner .swiper-button-next,
.swiper-button-prev {
	width: 18px !important;
	height: 29px !important;
	background-size: 18px 29px !important;
}

#banner .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

#banner .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

.about {
	padding: 50px 0;
	background: #f5f5f5;
}

.about-content {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 5px #ececec;
}

.about-content h3 {
	color: #c3c3c3;
	margin-bottom: 10px;
}

.about-content h2 {
	line-height: 28px;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

.about-content p {
	line-height: 28px;
}

.about-content .more {
	margin-top: 15px;
}

.about-content .more a {
	position: relative;
	display: inline-block;
	padding: 15px 50px 15px 30px;
	color: #fff;
	background: linear-gradient(to right, #5d96f4 0%, #0963d2);
	/* 标准的语法 */
}

.about-content .more a .arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0px, -50%);
}

.about-content .more .arrow img {
	width: 10px;
}

.business {
	margin: 0 -10px;
	margin-top: 30px;
}

.business dl {
	display: inline-block;
	float: left;
	text-align: center;
	width: 386px;
	height: 150px;
	margin: 0 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.business dl:hover {
	box-shadow: 0 5px 15px #b0b0b0;
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

.business dl dt {
	width: 150px;
	height: 150px;
	text-align: center;
	float: left;
}

.business dl dt .circle {
	display: flex;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	background: #e9f1ff;
}

.business dl dt img {
	display: block;
	width: 50px;
	margin: 0 auto;
	align-self: center;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.business dl:hover dt img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transition: rotate(360deg);
	transform: rotate(360deg);
}

.business dl dd {
	width: 200px;
	margin-top: 35px;
	text-align: center;
	float: left;
}

.business dl dd h3 {
	font-size: 20px;
	color: #000000;
	margin-bottom: 7px;
}

.business dl dd p {
	font-size: 16px;
	color: #999999;
	line-height: 24px;
}

.tit {
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
}

.tit h3 {
	display: inline-block;
	border-bottom: 2px solid #0084ff;
	padding-bottom: 10px;
	position: relative;
	bottom: -12px;
	padding-right: 20px;
}


.tit h3 img {
	display: inline;
	width: 40px;
}

.tit h3 span {
	display: inline;
	font-size: 20px;
}

.tit h3 span,
.tit h3 img {
	vertical-align: middle;
}

.tit .more {
	display: inline-block;
	line-height: 60px;
	padding-right: 5px;
	float: right;
}

.tit .more a {
	font-size: 14px;
}

.tit .more a span {
	padding-left: 5px;
	font-family: serif;
}

.cases {
	padding: 50px 0;
}

.cases-list {
	margin: 30px -10px 0 -10px;
}

.cases-list .swiper-container {
	padding-bottom: 45px;
}

.cases-list dl {
	width: 285px;
	margin: 0 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	background: #f5f5f5;
	box-shadow: 0 0 5px #e0e0e0;
	float: left;
}

.cases-list dl:hover {
	box-shadow: 0 5px 15px #b0b0b0;
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

.cases-list dl dt {
	width: 285px;
	height: 180px;
	overflow: hidden;
}

.cases-list dl dt img {
	display: block;
	max-width: 285px !important;
	margin: 0 auto;
}

.cases-list dl dd {
	padding: 15px 10px;
}

.cases-list dl dd h2 {
	font-size: 17px;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

.cases-list dl dd p {
	font-size: 13px;
	line-height: 22px;
	color: #333;
	text-align: justify;
	text-shadow: 0 1px 0 #fff;
}

.cases-list .swiper-pagination-bullet-active {
	background: #1268d6;
}

.news {
	padding: 50px 0;
	background: #f5f5f5;
}

.news-list {
	margin: 0 -10px;
	overflow: hidden;
	margin-top: 35px;
}

.news-list li {
	position: relative;
	width: 285px;
	margin: 0 10px;
	background: #fff;
	height: 300px;
	float: left;
}

.news-list li .xian {
	width: 50px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -25px;
}

.news-list li .xian .hong {
	width: 50%;
	float: left;
	height: 3px;
	background: #ec271e;
}

.news-list li .xian .lan {
	width: 50%;
	float: left;
	height: 3px;
	background: #097ee5;
}

.news-list li h3 {
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.news-list li .small-list {
	padding: 15px 15px 15px 25px;
}

.news-list li .small-list a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: capitalize;
	overflow: hidden;
}

.news-list li .small-list a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: -12px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.news-list li .small-list a:before {
	background: #0084ff;
}

.infos {
	font-size: 14px;
	margin: 5px 0;
	text-align: center;
	color: #666;
}

#i-banner {
	position: relative;
	min-width: 1200px;
	height: 250px;
	overflow: hidden;
}

#i-banner img {
	position: absolute;
	display: block;
	width: 2000px;
	height: 250px;
	margin-left: -1000px;
	left: 50%;
}

#i-banner .slide-full {
	background: rgba(0, 16, 137, 0.2);
	z-index: 99;
}

.slogan,
.banner-slogan {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slogan p,
.slogan h2,
.banner-slogan p,
.banner-slogan h2 {
	color: #fff;
	font-weight: bold;
	font-family: 'AlibabaPuHuiTi-Heavy';
	letter-spacing: 2px;
	text-transform: upperodd;
}

.slogan h2 {
	font-size: 44px;
	color: #fff;
	margin-bottom: 15px;
}

.slogan p {
	font-size: 36px;
	font-family: 'AlibabaPuHuiTi';
}


.inner {
	position: relative;
	padding-bottom: 30px;
	min-height: 500px;
}

.i-left {
	width: 250px;
	padding: 30px 0;
	margin-bottom: 20px;
	float: left;
}

.i-catalog {
	margin-bottom: 40px;
}

.i-column-tit {
	color: #fff;
	margin-bottom: 20px;
	background: #1465de;
	background: linear-gradient(to right, #0963d2 0%, #1465de);
	padding: 8px 15px;
}

.i-column-tit h3 {}

.i-column-tit h3 img {
	width: 40px;
}

.i-column-tit h3 span {
	font-size: 18px;
}

.i-column-tit h3 img,
.i-column-tit h3 span {
	vertical-align: middle;
}

.i-left-line {
	width: 28px;
	height: 2px;
	background: #1465de;
	margin: 10px 0;
}

.i-left-list {}

.i-left-list a {
	display: block;
	font-size: 14px;
	padding: 0 15px 15px 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}

.i-left-list a:hover {
	text-decoration: none;
	border-bottom: 1px solid #1465de;
}

.i-left-contact {}

.i-left-contact-list {
	padding: 0 10px;
}

.i-left-contact-list li {
	margin-bottom: 15px;
}

.i-left-contact-list li p {
	display: inline;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
}

.i-left-contact-list li p img {
	width: 35px !important;
	padding-right: 10px;
	vertical-align: middle;
}

.i-left-contact-list li span {
	padding-left: 5px;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
}

.i-cases-bread-nav {
	margin-top: 20px;
}

.i-cases-list dl {
	margin-bottom: 20px;
}

.i-right {
	width: 900px;
	padding-top: 30px;
	float: right;
}

.i-bread-nav {}

.i-bread-nav span {
	font-family: serif;
}

.i-bread-nav a,
.i-bread-nav span {
	display: inline-block;
	font-size: 14px;
	padding-left: 3px;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	color: #666;
}

.i-right-content {
	padding-bottom: 20px;
}

.i-right-tit {
	padding: 25px 0;
}

.i-right-tit h2 {
	font-size: 24px;
	margin-bottom: 5px;
	text-align: left;
}

.i-right-tit .update-time {
	font-size: 12px;
}

.i-list {
	margin-top: 25px;
}

.i-list dl {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	box-shadow: 0 1px 0 #fff;
	overflow: hidden;
}

.i-list dl dt,
.i-list dl dd {
	display: inline-block;
}

.i-list dl dt {
	font-size: 14px;
	float: left;
}

.i-list dl dd {
	font-size: 12px;
	line-height: 20px;
	float: right;
}



.i-detail {
	padding-top: 40px;
	text-align: justify;
}

.i-detail h1 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}

.i-detail p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}

.i-detail-con {
	padding-top: 30px;
}

.i-detail-con img {
	max-width: 900px;
}


.i-product-list dl,
.i-cases-list dl {
	margin-bottom: 20px;
}

.i-contact {
	padding: 30px 0;
}

.i-tit {
	margin-bottom: 30px;
}

.i-tit h2 {
	text-align: center;
	font-size: 26px;
}

.i-contact-list dl {
	width: 23%;
	margin: 0 1%;
	padding: 40px 30px;
	/*	background: #f9f9f9;
*/
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	float: left;
}

.i-contact-list dl dt {
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
}

.i-contact-list dl dt img {
	width: 100%;
}

.i-contact-list dl dd {}

.i-contact-list dl dd h3,
.i-contact-list dl dd p {
	text-shadow: 0 1px 0 #fff;
}

.i-contact-list dl dd h3 {
	margin: 15px 0;
	font-size: 15px;
	color: #666;
}

.i-contact-list dl dd p {
	font-size: 16px;
	color: #000;
}

.i-contact-list dl:hover {
	box-shadow: 0 5px 15px #a5a5a5;
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

.i-contact-list dl:hover dd h3,
.i-contact-list dl:hover dd p {
	color: #0084ff;
}

.wechat {
	margin-bottom: 20px;
}

.wechat img {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.wechat p {
	font-size: 12px;
	color: #666;
	text-align: center;
}

#footer {
	position: relative;
	padding: 30px 0;
	background: #333;
	border-top: 2px solid #0084ff;
	z-index: 99;
}

.service {
	margin: 0 -10px;
	margin-bottom: 40px;
	overflow: hidden;
}

.service dl {
	width: 224px;
	margin: 0 10px;
	overflow: hidden;
	float: left;
}

.service dl dt {
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #afafaf;
	float: left;
}

.service dl dt img {
	width: 30px;
	align-self: center;
	margin: 0 auto;
}

.service dl dd {
	display: inline-block;
	padding-left: 15px;
	padding-top: 5px;
	float: left;
}

.service dl dd h3 {
	color: #afafaf;
	font-size: 16px;
	margin-bottom: 5px;
}

.service dl dd p {
	color: #afafaf;
	font-size: 12px;
}

.f-nav {
	float: left;
}

.f-nav li {
	margin-right: 105px;
	float: left;
}

.f-nav li h3 {
	font-size: 16px;
	color: #a4a4a4;
	margin-bottom: 20px;
}

.f-nav li a {
	display: block;
	font-size: 13px;
	color: #F5F5F5;
	margin-bottom: 10px;
}

.f-code {
	padding-left: 50px;
	border-left: 1px solid #565656;
	float: left;
}

.f-code img {
	display: block;
	width: 130px;
	margin-bottom: 5px;
}

.f-code p {
	font-size: 13px;
	text-align: center;
	color: #A5A5A5;
}

.f-tel {
	width: 200px;
	margin-left: 85px;
	float: left;
}

.f-tel .b-logo {
	width: 60px;
	margin: 0 auto;
}

.f-tel .b-logo img {
	display: block;
	width: 60px;
}

.f-tel .txt {
	padding: 5px 15px;
	border: 1px solid #0084ff;
	text-align: center;
	margin-bottom: 15px;
}

.f-tel .txt img {
	width: 25px;
	vertical-align: middle;
}

.f-tel .txt span {
	color: #0084ff;
	font-size: 13px;
	line-height: 24px;
}

.f-tel .f-num {
	font-size: 22px;
	text-align: center;
	color: #0084ff;
	font-weight: bold;
}

#copy {
	position: relative;
	padding: 8px 0;
	background: #000;
	z-index: 99;
}

#copy p,
#copy p a {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}

#copy a,
#copy p {
	color: #8A8A8A;
}