﻿a:hover {
	color: #0193dd;
}

.bg0 {
	background-color: #ffffff;
}

.bg1 {
	background-color: #f8f8f8;
}

.bg2 {
	background-color: #f6f6f6;
}

.bg3 {
	background-color: #f9f9f9;
}

.colr_main {
	color: #0193dd;
}

.colr_main2 {
	color: #e22646;
}

.colr0 {
	color: #fff;
}

.colr1 {
	color: #000;
}

.colr2 {
	color: #333;
}

.colr3 {
	color: #666;
}

.colr4 {
	color: #999;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #777777;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #777777;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #777777;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #777777;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background-color: #dddddd;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	border-radius: 3px;
	background-color: #dddddd;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #0193dd;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
	border-radius: 3px;
	background-color: #0193dd;
}

::-webkit-scrollbar-thumb:horizontal {
	background-color: #0193dd;
	border-radius: 3px;
}

::-webkit-scrollbar-track-piece:horizontal:decrement,
::-webkit-scrollbar-track-piece:horizontal:increment {
	background-color: rgba(166, 166, 166, 0.2);
}

.imgBox {
	position: relative;
}

.imgBox img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/**动画**/
*[data-animation] {
	opacity: 0;
}

.animated {
	opacity: 1;
}

@media (min-width:1350px) {
	.container {
		width: 1330px;
	}
}

.AutoTitle {
	text-align: center;
	padding: 73px 0 45px;
}

.AutoTitle .h3 {
	font-size: 30px;
	line-height: 1.4em;
	color: #333333;
	font-weight: bold;
}

.AutoTitle .h3::after {
	content: "";
	display: block;
	height: 2px;
	width: 20px;
	background: #0193dd;
	margin: 4px auto 0;
}

.MoreBox a,
.MoreBox .a {
	font-size: 14px;
	color: #0193dd;
	line-height: 38px;
	padding: 0 15px;
	border: 1px solid #0193dd;
	display: inline-block;
	transition: all .5s;
}

@media only screen and (min-width: 1200px) {

	.MoreBox a:hover,
	.MoreBox .a:hover {
		color: #fff;
		background-color: #0193dd;
	}
}

@media only screen and (max-width: 1200px) {
	.AutoTitle {
		padding: 25px 0 15px;
	}

	.AutoTitle .h3 {
		font-size: 22px;
	}

	.MoreBox a,
	.MoreBox .a {
		line-height: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.AutoTitle {
		padding: 20px 0 10px;
	}

	.AutoTitle .h3 {
		font-size: 20px;
	}
}

/*发展历程*/
.history_one {
	overflow: hidden;
	background: url(/img/history_bg1.jpg) left bottom repeat-x;
	margin-top: 4%;
}

.history_two {
	margin-top: 4%;
	margin-bottom: 6%
}

.history_two .history_two_con {
	display: none;
}

.history_two ul li {
	transition: all 0.3s;
	display: block;
	margin-bottom: 3%;
	background: #f5f5f5;
	overflow: hidden;
}

.history_two ul li:hover {
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 3px 3px 10px 3px;
	box-shadow: rgba(0, 0, 0, 0.05) 3px 3px 10px 3px;
}

.history_two ul li .date {
	float: left;
	width: 170px;
	text-align: center;
	position: relative;
	color: #000;
	background: #ededed;
	line-height: 200px;
	font-size: 30px;
	transition: all 0.3s;
}

.history_two ul li:hover .date {
	background: #0193dd;
	color: #fff;
}

.history_two ul li .date:after {
	position: absolute;
	content: "";
	right: -8px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	border-color: transparent transparent transparent #ededed;
}

.history_two ul li:hover .date:after {
	border-color: transparent transparent transparent #0193dd;
}

.history_two ul li .imgs {
	margin-left: 3%;
	width: 240px;
	height: 140px;
	margin-top: 30px;
	float: left;
	overflow: hidden;
}

.history_two ul li .imgs img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.history_two ul li:hover .imgs img {
	-webkit-transform: scale(1.12, 1.12);
	-moz-transform: scale(1.12, 1.12);
	-o-transform: scale(1.12, 1.12);
	-ms-transform: scale(1.12, 1.12);
	transform: scale(1.12, 1.12);
}

.history_two ul li .txts {
	overflow: hidden;
	padding-left: 3%;
	padding-right: 3%;
	margin-top: 30px;
	height: 140px;
}

.history_two ul li .txts .td {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.history_two ul li .txts .h4 {
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	line-height: 26px;
	color: #000;
	font-size: 20px;
}

/**底部**/
#footer {
	background-color: #222222;
	color: #777777;
	font-size: 14px;
	line-height: 20px;
	padding: 1px 0;
}

#footer a {
	color: #777;
}

#footer .top {
	padding: 50px 0 50px 0;
}

#footer .menu {}

#footer .menu li {
	float: left;
	display: inline-block;
	max-width: 250px;
}

#footer .menu li+li {
	margin-left: 84px;
}

#footer .menu .title {
	font-size: 16px;
	color: #cdcece;
	margin-bottom: 20px;
}

#footer .menu .aBox {}

#footer .menu .aBox .div {
	padding: 3px 0;
}

#footer .menu .aBox .div a {
	color: #777777;
}

#footer .menu .aBox .div a:hover {
	color: #fff;
}

#footer .menu .code {
	padding-top: 6px;
}

#footer .menu .code .txt {
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
}

#footer .message {
	text-align: right;
}

#footer .message .mobile {
	display: block;
	margin-bottom: 30px;
	color: #fff;
	padding: 2px 63px 2px 0;
	background: url(/img/icon_phone.png) no-repeat right 0 center;
}

#footer .message .mobile .word {
	font-size: 14px;
	line-height: 20px;
}

#footer .message .mobile .num {
	font-size: 30px;
	line-height: 26px;
}

#footer .message .contact {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

#footer .message .contact a {
	color: #777;
}

#footer .bot {
	border-top: 1px solid #333333;
	padding: 20px 0;
}

#footer .bot a {
	color: #777777;
}

#footer .bot a:hover {
	color: #90c31f;
}

#footer .shareBox {
	font-size: 0;
}

#footer .shareBox a {
	height: 24px;
	width: 24px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	position: relative;
}

#footer .shareBox a+a {
	margin-left: 10px;
}

#footer .shareBox .qq {
	background: url(/images/icon_fot1.png) no-repeat center/contain;
}

#footer .shareBox .wechat {
	background: url(/images/icon_fot2.png) no-repeat center/contain;
}

#footer .shareBox .sina {
	background: url(/images/icon_fot3.png) no-repeat center/contain;
}

#footer .shareBox .codeBox {
	padding: 8px;
	width: 120px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-bottom: 10px;
	margin-left: -60px;
	display: none;
}

#footer .shareBox .wechat:hover .codeBox {
	display: block;
}

@media only screen and (min-width: 1200px) {
	#footer .message {
		max-width: 320px;
	}

	#footer .friendlink {
		position: relative;
		line-height: 32px;
		border: 1px solid #333;
	}

	#footer .friendlink .t {
		text-align: center;
		width: 90px;
		background: #333333;
	}

	#footer .friendlink .links {
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 32px;
		overflow: hidden;
		text-align: left;
		width: calc(100% - 90px);
		padding: 0 27px 0 15px;
		background: url(images/jt3.png) no-repeat right 10px bottom 10px;
		transform: all .3s
	}

	#footer .friendlink .links:hover {
		height: auto;
		border: 1px solid #333;
		background-color: #222;
	}

	#footer .friendlink .links a {
		display: block;
	}

	#footer .friendlink .links a:hover {
		color: #fff;
	}
}

@media only screen and (max-width: 1200px) {

	/**底部**/
	#footer {}

	#footer .top {
		text-align: center;
		padding: 20px 0;
	}

	#footer .menu {
		display: none;
	}

	#footer .message {
		float: none;
		width: 100%;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}

	#footer .message .mobile {
		display: inline-block;
		padding: 0 0 0 28px;
		background-position: left center;
		background-size: contain;
		margin-bottom: 5px;
		order: 2;
		opacity: .6;
	}

	#footer .message .mobile .word {
		display: none;
	}

	#footer .message .mobile .num {
		font-size: 14px;
		line-height: 20px;
	}

	#footer .message .contact {
		margin: 0;
		width: 100%;
		order: 2;
	}

	#footer .friendlink {
		order: 1;
		width: 100%;
		margin-bottom: 15px;
	}

	#footer .friendlink .t {
		float: none;
		color: #ccc;
		margin-bottom: 2px;
	}

	#footer .friendlink .links {
		margin: 0 -5px;
	}

	#footer .friendlink .links a {
		margin: 2px 5px;
	}

	#footer .bot {
		text-align: center;
		padding: 10px 0;
	}

	#footer .bot .f_l,
	#footer .bot .f_r {
		float: none;
		display: block;
	}

	#footer .shareBox {
		margin-top: 3px;
	}
}

/**右侧悬浮**/
#NavFixed {
	position: fixed;
	right: 20px;
	top: 50%;
	text-align: center;
	width: 65px;
	z-index: 9;
}

#NavFixed .li {
	display: block;
	padding: 23px 5px 17px;
	position: relative;
	background: #fff;
	transition: all .3s;
	border: 1px solid #dddddd;
	margin-top: -1px;
}

#NavFixed .li+.li {
	border-top: 1px solid #ddd;
}

#NavFixed .li .icon {
	display: block;
	height: 22px;
	width: 22px;
	background: no-repeat center;
	margin: 0 auto 3px;
}

#NavFixed .li.qqBox .icon {
	background-image: url(../images/nav_right1.png);
}

#NavFixed .li.phoneBox .icon {
	background-image: url(../images/nav_right2.png);
}

#NavFixed .li.Returntop .icon {
	background-image: url(../images/nav_right3.png);
}

#NavFixed .li .txt {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

#NavFixed .phoneNumber {
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	word-break: keep-all;
	white-space: nowrap;
	padding: 0 15px;
	line-height: 85px;
	margin-right: -20px;
	opacity: 0;
	transform: scale(0);
	transition: margin .3s, opacity .3s;
	font-size: 22px;
	font-style: italic;
	border: 1px solid #0193dd;
	background: #0193dd;
	color: #fff;
}

#NavFixed .li:hover {
	background: #0193dd;
	color: #fff;
}

#NavFixed .li:hover .txt {
	color: #fff;
}

#NavFixed .li:hover .phoneNumber {
	margin-right: 0;
	transform: scale(1);
	opacity: 1;
}

#NavFixed .li.qqBox:hover .icon {
	background-image: url(../images/nav_right1_h.png);
}

#NavFixed .li.phoneBox:hover .icon {
	background-image: url(../images/nav_right2_h.png);
}

#NavFixed .li.Returntop:hover .icon {
	background-image: url(../images/nav_right3_h.png);
}

@media only screen and (max-width: 768px) {
	#NavFixed {
		display: none;
	}
}

/**首页**/
/***Banner**/
#IndexBan {
	position: relative;
}

#IndexBan .pc {
	display: block;
}

#IndexBan .phone {
	display: none;
}

#IndexBan .point {
	z-index: 2;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 18px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

#IndexBan .point .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background-color: #0193dd;
	border-radius: 50%;
	opacity: .16;
	margin: 0 5px;
}

#IndexBan .point .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

#AutoBan {
	position: relative;
	overflow: hidden;
}

#AutoBan img {
	animation: scaleAnim 5s ease forwards;
}

#AutoBan .pc {
	display: block;
}

#AutoBan .mobile {
	display: none;
}

#AutoBan .Box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#AutoBan .table {
	display: table;
	width: 100%;
	height: 100%;
}

#AutoBan .tab-cell {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

#AutoBan .h1 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
}

#AutoBan .h1::after {
	content: "";
	width: 1em;
	display: block;
	height: 2px;
	background: #fff;
	margin: 10px auto 0;
}

@media only screen and (max-width: 1200px) {
	#IndexBan .point {
		bottom: 15px;
	}
}

@media (max-width:768px) {
	#IndexBan .pc {
		display: none;
	}

	#IndexBan .phone {
		display: block;
	}

	#IndexBan .point {
		bottom: 10px;
	}

	#AutoBan .pc {
		display: none;
	}

	#AutoBan .mobile {
		display: block;
	}

	#AutoBan .h1 {
		font-size: 24px;
		line-height: 32px;
	}
}

@keyframes scaleAnim {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.IndexBlockA {
	background: #f8f8f8;
}

.IndexBlockA .TabBox {}

.IndexBlockA .Tabtit {
	font-size: 0;
	text-align: center;
}

.IndexBlockA .Tabtit .wid {
	display: inline-block;
	vertical-align: top;
	margin: 0 36px;
}

.IndexBlockA .Tabtit .img {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-color: #eeeeee;
	border-radius: 50%;
}

.IndexBlockA .Tabtit .img img {
	display: block;
	height: 56px;
	width: 56px;
}

.IndexBlockA .Tabtit .img .i {
	opacity: 1;
}

.IndexBlockA .Tabtit .img .i_h {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.IndexBlockA .Tabtit .txt {
	color: #777777;
	font-size: 14px;
	line-height: 18px;
	margin-top: 7px;
}

.IndexBlockA .Tabtit .on .img {
	background: #0193dd;
}

.IndexBlockA .Tabtit .on .img .i {
	opacity: 0;
}

.IndexBlockA .Tabtit .on .img .i_h {
	opacity: 1;
}

.IndexBlockA .Tabtit .on .txt {
	color: #0193dd;
}

.IndexBlockA .Tabcon {
	padding-top: 60px;
}

.IndexBlockA .ul {
	margin: -5px;
}

.IndexBlockA .ul li {
	float: left;
	display: inline-block;
	padding: 5px;
}

.IndexBlockA .ul li .Box {
	background: #fff;
	display: block;
	padding: 25px 30px;
	position: relative;
	transition: all .8s;
	transform: scale(1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	overflow: hidden;
}

.IndexBlockA .ul li .Box::after {
	content: "";
	position: absolute;
	width: 100%;
	padding-top: 100%;
	background: rgba(38, 127, 255, .2);
	border-radius: 100%;
	left: -100px;
	top: -150px;
	-webkit-animation: blob 12s linear infinite alternate;
	animation: blob 12s linear infinite alternate;
	opacity: 0;
	-moz-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	-ms-transition-duration: .8s;
	transition-duration: .5s;
}

.IndexBlockA .ul li .imgwid {
	width: 240px;
	max-width: 100%;
	margin: 0 auto;
}

.IndexBlockA .ul li .imgBox {
	padding-top: 100%;
}

.IndexBlockA .ul li .title {
	font-size: 18px;
	line-height: 1.2em;
	color: #333333;
	transition: all .8s;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}

.IndexBlockA .ul li .line {
	position: relative;
	z-index: 1;
}

.IndexBlockA .ul li .line::after {
	content: "";
	display: block;
	width: 105px;
	max-width: 100%;
	height: 1px;
	background: transparent;
	margin-top: 10px;
	transition: all .8s;
}

.IndexBlockA .ul li .des {
	font-size: 14px;
	line-height: 1.4em;
	color: #777777;
}

.IndexBlockA .ul li .Box:hover .line::after {
	background: #999999;
}

.IndexBlockA .ul li .imgh:hover .i_h {
	opacity: 1;
}

.IndexBlockA .MoreBox {
	padding: 80px 0;
}

@-webkit-keyframes blob {

	0%,
	100% {
		border-radius: 43% 77% 80% 40% / 40% 40% 80% 80%;
	}

	20% {
		border-radius: 47% 73% 61% 59% / 47% 75% 45% 73%;
	}

	40% {
		border-radius: 46% 74% 74% 46% / 74% 58% 62% 46%;
	}

	60% {
		border-radius: 47% 73% 61% 59% / 40% 40% 80% 80%;
	}

	80% {
		border-radius: 50% 70% 52% 68% / 51% 61% 59% 69%;
	}
}

@keyframes blob {

	0%,
	100% {
		border-radius: 43% 77% 80% 40% / 40% 40% 80% 80%;
	}

	20% {
		border-radius: 47% 73% 61% 59% / 47% 75% 45% 73%;
	}

	40% {
		border-radius: 46% 74% 74% 46% / 74% 58% 62% 46%;
	}

	60% {
		border-radius: 47% 73% 61% 59% / 40% 40% 80% 80%;
	}

	80% {
		border-radius: 50% 70% 52% 68% / 51% 61% 59% 69%;
	}
}

@media only screen and (min-width: 1200px) {
	.IndexBlockA .ul li .Box::after {
		opacity: 0;
	}

	.IndexBlockA .ul li .Box:hover {
		z-index: 1;
		transform: scale(1.12);
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	}

	.IndexBlockA .ul li .Box:hover::after {
		opacity: 1;
	}
}

@media only screen and (max-width: 1200px) {
	.IndexBlockA .Tabtit .wid {
		margin: 0 15px;
	}

	.IndexBlockA .Tabcon {
		padding-top: 20px;
	}

	.IndexBlockA .MoreBox {
		padding: 35px 0;
	}

	.IndexBlockA .ul li .Box {
		padding: 15px;
	}

	.IndexBlockA .ul li .title {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.IndexBlockA .Tabtit {
		text-align: left;
		margin: -3px;
	}

	.IndexBlockA .Tabtit .wid {
		margin: 0;
		padding: 3px;
		width: 25%;
		text-align: center;
	}

	.IndexBlockA .Tabtit .wid .Box {
		/*background:#eeeeee;*/
		padding: 10px 5px 5px;
		border-radius: 5px;
	}

	.IndexBlockA .Tabtit .img img {
		height: auto;
		width: 30px;
		padding: 3px;
	}

	.IndexBlockA .Tabtit .txt {
		margin-top: 3px;
	}

	.IndexBlockA .MoreBox {
		padding: 20px 0 25px;
	}
}

.IndexBlockB {
	padding: 80px 0 30px 0;
	overflow: hidden;
}

.IndexBlockB .Box {
	position: relative;
}

.IndexBlockB .word {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 160px;
	font-weight: bold;
	color: #4a555a;
	line-height: 1.1em;
	opacity: .04;
}

.IndexBlockB .l_con {
	width: 46%;
	position: relative;
	z-index: 1;
}

.IndexBlockB .title {
	font-size: 54px;
	line-height: 56px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 14px;
}

.IndexBlockB .ltitle {
	font-size: 28px;
	line-height: 30px;
	color: #333333;
}

.IndexBlockB .des {
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	margin: 40px 0 65px;
}

.IndexBlockB .numBox {
	margin-bottom: 115px;
}

.IndexBlockB .numBox .wid {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.IndexBlockB .numBox .wid+.wid {
	position: relative;
	margin-left: 34px;
	padding-left: 35px;
}

.IndexBlockB .numBox .wid+.wid::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 96%;
	width: 1px;
	background: #eeeeee;
}

.IndexBlockB .numBox img {
	vertical-align: top;
}

.IndexBlockB .numBox .txt {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-top: 10px;
}

.IndexBlockB .r_img {
	width: 630px;
}

.IndexBlockB .swiperBox {
	overflow: hidden;
	position: relative;
	margin-right: -195px;
	padding-right: 195px;
}

.IndexBlockB .swiperBox .swiper-container {
	overflow: visible;
	width: 630px;
}

.IndexBlockB .swiperBox .swiper-slide {
	opacity: .1;
	transform: translateX(-70%) scale(.88);
	transition: all .3s;
}

.IndexBlockB .swiperBox .swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	z-index: 2;
}

.IndexBlockB .swiperBox .swiper-slide.swiper-slide-next {
	opacity: .1;
	transform: translateX(-70%) scale(.88);
}

.IndexBlockB .swiperBox .imgBox {
	padding-top: 93.65%;
}

.IndexBlockB .swiperBox .paginations {
	z-index: 2;
	position: absolute;
	left: 0;
	width: 630px;
	max-width: 100%;
	bottom: 18px;
	text-align: right;
	font-size: 0;
	line-height: 0;
	padding: 0 5px;
}

.IndexBlockB .swiperBox .paginations .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #0193dd;
	border-radius: 50%;
	opacity: .16;
	margin: 0 5px;
}

.IndexBlockB .swiperBox .paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

@media only screen and (max-width: 1200px) {
	.IndexBlockB {
		padding: 40px 0;
	}

	.IndexBlockB .l_con {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 20px;
	}

	.IndexBlockB .title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 0;
	}

	.IndexBlockB .ltitle {
		font-size: 20px;
	}

	.IndexBlockB .des {
		margin: 5px 0 15px;
	}

	.IndexBlockB .numBox {
		margin-bottom: 15px;
	}

	.IndexBlockB .word {
		display: none;
	}

	.IndexBlockB .r_img {
		margin: 0 auto;
		display: block;
		float: none;
	}
}

@media only screen and (max-width: 768px) {
	.IndexBlockB {
		padding: 20px 0 25px;
	}

	.IndexBlockB .title {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 2px;
	}

	.IndexBlockB .ltitle {
		font-size: 16px;
		line-height: 22px;
	}

	.IndexBlockB .des {
		line-height: 22px;
	}

	.IndexBlockB .numBox {
		font-size: 0;
		margin: 0 -10px 10px;
	}

	.IndexBlockB .numBox .wid {
		width: 33.33%;
		margin: 0;
		padding: 0 10px;
	}

	.IndexBlockB .numBox .wid+.wid {
		margin-left: 0;
		padding: 0 10px;
	}

	.IndexBlockB .numBox img {
		width: 32px;
	}

	.IndexBlockB .numBox .txt {
		margin-top: 5px;
	}

	.IndexBlockB .r_img {
		width: 100%;
	}

	.IndexBlockB .swiperBox {
		margin: 0;
		padding: 0;
	}

	.IndexBlockB .swiperBox .swiper-container {
		overflow: hidden;
		width: 100%;
	}

	.IndexBlockB .swiperBox .swiper-slide.swiper-slide-next,
	.IndexBlockB .swiperBox .swiper-slide {
		transition: all 0s;
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

.IndexBlockC {
	padding-bottom: 90px;
	background: #f8f8f8;
	overflow: hidden;
}

.IndexBlockC .DBox {
	position: relative;
	text-align: center;
	width: 1200px
}

.IndexBlockC .DBox .Btns a {
	position: absolute;
	top: 0;
	height: 100%;
	width: 10px;
	display: block;
	z-index: 2;
}

.IndexBlockC .DBox .Btns .prev {
	left: 0;
	background: url(../images/jt2_1.png) no-repeat center;
}

.IndexBlockC .DBox .Btns .next {
	right: 0;
	background: url(../images/jt2_2.png) no-repeat center;
}

.IndexBlockC .DBox .Btns .prev:hover {
	background-image: url(../images/jt2_1_h2.png);
}

.IndexBlockC .DBox .Btns .next:hover {
	background-image: url(../images/jt2_2_h2.png);
}

.IndexBlockC .DBox .swiper-container {
	margin: 0 55px;
}

.IndexBlockC .DBox .Box {
	display: block;
	background: #fff;
	color: #666666;
	padding: 30px 0 25px;
	filter: grayscale(100%);
	transition: all .3s;
}

.IndexBlockC .DBox .Box:hover {
	filter: grayscale(0%);
}

.IndexBlockC .DBox .imgwid {
	width: 180px;
	margin: 0 auto;
	max-width: 100%;
}

.IndexBlockC .DBox .imgBox {
	display: block;
	padding-top: 38.88%;
}

.IndexBlockC .txt {
	font-size: 14px;
	line-height: 20px;
	padding: 4px 15px;
}

@media (max-width: 1350px) {
	.IndexBlockC .same .dl dt {
		margin-top: 15px;
		padding-bottom: 10px;
	}
}

@media (max-width: 1200px) {
	.IndexBlockC {
		padding-bottom: 30px;
	}

	.IndexBlockC .DBox .swiper-container {
		margin: 0;
	}

	.IndexBlockC .DBox .Btns a {
		width: 25px;
	}
}

@media only screen and (max-width: 768px) {
	.IndexBlockC {
		padding-bottom: 25px;
	}

	.IndexBlockC .DBox .Box {
		padding: 15px 0 10px;
	}
}

.IndexBlockD {
	padding-bottom: 60px;
}

.IndexBlockD .ul {
	margin: -15px;
	font-size: 0;
}

.IndexBlockD .ul li {
	padding: 15px;
	display: inline-block;
	vertical-align: top;
}

.IndexBlockD .ul li .imgh {
	display: block;
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.IndexBlockD .ul li .imgh::before {
	opacity: 0;
	content: "";
	background: url(../images/back2.png) no-repeat center;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(-25%, 25%);
	height: 277px;
	width: 297px;
	transition: all .3s;
}

.IndexBlockD .ul li:first-child .imgh::before {
	opacity: 1;
	right: 0;
	left: auto;
	transform: translate(10%, 25%);
}

.IndexBlockD .ul .imgDiv {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.IndexBlockD .ul .imgBox {
	padding-top: 60%;
}

.IndexBlockD .ul li:first-child .cont {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 4.5% 4.5% 0;
}

.IndexBlockD .ul .cont {
	padding: 15% 40px 35px;
	position: relative;
}

.IndexBlockD .ul .cont .title {
	font-size: 18px;
	line-height: 1.4em;
	color: #333333;
}

.IndexBlockD .ul .cont .des {
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	height: 4.2em;
	color: #888888;
	margin-bottom: 60px;
}

.IndexBlockD .ul li:first-child .cont .des {
	margin: 20px 0 100px;
}

.IndexBlockD .ul li .MoreBox {
	display: block;
	text-align: right;
}

.IndexBlockD .ul li .MoreBox .a span {
	display: block;
	position: relative;
}

.IndexBlockD .ul li .MoreBox .a {
	border-color: #f8f8f8;
	color: #999999;
	position: relative;
}

.IndexBlockD .ul li .MoreBox .a::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	box-sizing: content-box;
	padding: 0;
	background: #f8f8f8;
}

.IndexBlockD .ul li:first-child .MoreBox {
	display: inline-block;
}

.IndexBlockD .ul li:first-child .MoreBox .a {
	border-color: #0193dd;
	color: #0193dd;
}

.IndexBlockD .ul li:first-child .time {
	float: right;
	display: inline-block;
	margin: 0;
}

.IndexBlockD .ul li .time {
	font-size: 16px;
	line-height: 40px;
	display: block;
	color: #999999;
	margin: 15px 0;
}

@media (min-width: 1200px) {
	.IndexBlockD .ul li .MoreBox .a:hover {
		color: #0193dd;
		background: transparent;
	}

	.IndexBlockD .ul li .imgh:hover {
		background: #0193dd;
	}

	.IndexBlockD .ul li .imgh:hover::before {
		opacity: .1;
	}

	.IndexBlockD .ul li .imgh:hover .title,
	.IndexBlockD .ul li .imgh:hover .des,
	.IndexBlockD .ul li .imgh:hover .time {
		color: #fff;
	}

	.IndexBlockD .ul li .imgh:hover .MoreBox .a {
		color: #0193dd;
		background: #ffffff;
		border-color: #ffffff;
	}

	.IndexBlockD .ul li:nth-child(2) .imgh:hover .MoreBox .a,
	.IndexBlockD .ul li:nth-child(3) .imgh:hover .MoreBox .a,
	.IndexBlockD .ul li:nth-child(4) .imgh:hover .MoreBox .a {
		transform: translate(32px, 27px);
	}

	.IndexBlockD .ul li:nth-child(2) .imgh:hover .MoreBox .a::before,
	.IndexBlockD .ul li:nth-child(3) .imgh:hover .MoreBox .a::before,
	.IndexBlockD .ul li:nth-child(4) .imgh:hover .MoreBox .a::before {
		top: -8px;
		left: -8px;
		padding: 9px;
	}
}

@media (max-width: 1200px) {
	.IndexBlockD {
		padding-bottom: 30px;
	}

	.IndexBlockD .ul {
		margin: -5px;
	}

	.IndexBlockD .ul li {
		padding: 5px;
	}

	.IndexBlockD .ul li .cont {
		padding: 20px;
	}

	.IndexBlockD .ul li .cont .title {
		font-size: 16px;
	}

	.IndexBlockD .ul li .time {
		margin: 0;
		font-size: 14px;
	}

	.IndexBlockD .ul li .cont .des {
		margin-bottom: 20px;
	}

	.IndexBlockD .ul li:first-child .cont {
		padding: 25px;
	}

	.IndexBlockD .ul li:first-child .cont .des {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.IndexBlockD .ul li:first-child .cont {
		padding-top: 15px;
	}

	.IndexBlockD .ul li:first-child .cont .des {
		margin: 20px 0;
	}
}

@media (max-width: 768px) {
	.IndexBlockD {
		padding-bottom: 25px;
	}

	.IndexBlockD .ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.IndexBlockD .ul .imgDiv {
		width: 100%;
	}

	.IndexBlockD .ul li:nth-child(4),
	.IndexBlockD .ul li:nth-child(5) {
		display: none;
	}

	.IndexBlockD .ul li:first-child .cont,
	.IndexBlockD .ul li .cont {
		width: 100%;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
	}

	.IndexBlockD .ul li .title {
		order: 1;
		width: 100%;
	}

	.IndexBlockD .ul li:first-child .cont .des,
	.IndexBlockD .ul li .cont .des {
		order: 3;
		margin: 0;
	}

	.IndexBlockD .ul li .time {
		order: 2;
		line-height: 26px;
	}

	.IndexBlockD .ul li:first-child .MoreBox,
	.IndexBlockD .ul li .MoreBox {
		display: none;
	}
}

/**面包屑地址**/
.WebSite {
	font-size: 0;
	line-height: 0;
	padding: 24px 0;
}

.WebSite.line {
	border-bottom: 1px solid #eee;
}

.WebSite .container::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.WebSite a,
.WebSite span {
	color: #999999;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
}

.WebSite span {
	margin: 0 5px;
}

.WebSite .home {
	padding-left: 25px;
	background: url(/img/icon_home.png) no-repeat left center/14px auto;
}

.WebSite span:last-child {
	margin: 0;
}

.WebSite a:hover {
	color: #0193dd;
}

@media (max-width:1200px) {
	.WebSite {
		padding: 18px 0;
	}

	.WebSite .home {
		padding-left: 18px;
	}
}

@media (max-width:992px) {
	.WebSite {
		padding: 12px 0;
	}
}

/**二级菜单**/
.NextMenu {
	border-top: 1px solid #eee;
}

.NextMenu .container {
	height: 0;
	text-align: right;
}

.NextMenu .Box {
	display: inline-block;
	vertical-align: top;
	position: relative;
	bottom: 70px;
}

.NextMenu a {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	line-height: 70px;
	position: relative;
}

.NextMenu a+a {
	margin-left: 45px;
}

.NextMenu a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: transparent;
	transition: all .4s;
}

.NextMenu a:hover,
.NextMenu .on {
	color: #0193dd;
}

.NextMenu a:hover::after,
.NextMenu .on::after {
	background: #0193dd;
	width: 100%;
}

@media (min-width:992px) {
	.NextMenu .Box {
		right: 0px;
	}
}

@media (max-width:1200px) {
	.NextMenu .Box {
		bottom: 58px;
	}

	.NextMenu a {
		line-height: 58px;
		font-size: 15px;
	}

	.NextMenu a+a {
		margin-left: 25px;
	}
}

@media (max-width:992px) {
	.NextMenu .container {
		height: auto;
		text-align: center;
	}

	.NextMenu .Box {
		bottom: 0;
		border-bottom: 1px solid #eee;
		display: block;
	}

	.NextMenu a {
		line-height: 46px;
	}

	.NextMenu a+a {
		margin-left: 20px;
	}
}

/**分页按钮**/
.PageBtns {
	text-align: center;
	font-size: 0;
	line-height: 0;
	padding: 30px 10px;
}

.PageBtns a {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	color: #999999;
	min-width: 44px;
	padding:
		0 5px;
	margin: 5px;
	background: #eeeeee;
	transition: all .4s;
}

.PageBtns a:first-child,
.PageBtns a:last-child {
	font-family: '宋体';
}

.PageBtns a:hover,
.PageBtns .on {
	color: #fff;
	background: #0193dd;
}

@media (max-width:1200px) {
	.PageBtns {
		padding: 45px 10px;
	}
}

@media (max-width:992px) {
	.PageBtns {
		padding: 35px 10px;
	}

	.PageBtns a {
		margin: 3px;
		min-width: 38px;
		line-height: 36px;
	}
}

@media (max-width:768px) {
	.PageBtns {
		padding: 20px 10px 30px;
	}
}

/**产品**/
.ProductList {
	background-color: #f8f8f8;
	padding: 30px 0 60px;
}

.ProductList .Screen {}

.ProductList .Screen .pad {
	padding: 15px 3.07% 22px;
	border: 1px solid #eee;
}

.ProductList .Screen .ul {
	font-size: 0;
	line-height: 0;
}

.ProductList .Screen .ul li {
	display: inline-block;
}

.ProductList .Screen .ul a {
	font-size: 14px;
	line-height: 32px;
	display: block;
	color: #666666;
}

.ProductList .Screen .l1 {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 18px;
}

.ProductList .Screen .l2 {}

.ProductList .Screen .l3 {}

.ProductList .Screen .l2 li.on,
.ProductList .Screen .l2 li:hover {
	z-index: 2;
}

.ProductList .Screen .l1 li {
	margin-right: 36px;
}

.ProductList .Screen .l2 li {
	margin-right: 45px;
	position: relative;
}

.ProductList .Screen .l3 li {}

.ProductList .Screen .sub li {
	display: block;
}

.ProductList .Screen .sub a {
	line-height: 26px;
	padding: 0 20px;
}

.ProductList .Screen .l1 a {
	font-size: 16px;
	color: #333333;
	padding: 12px 0;
	position: relative;
}

.ProductList .Screen .l1 a::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 2px;
	width: 100%;
	background: transparent;
}

.ProductList .Screen .l2 a {}

.ProductList .Screen .l3 a {}

.ProductList .Screen .l2 a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 8px;
}

.ProductList .Screen .ul .on>a,
.ProductList .Screen .ul a:hover {
	color: #0193dd;
}

.ProductList .Screen .l1 .on a::after {
	background: #0193dd;
}

.ProductList .Infos {
	margin: 25px 0 30px;
}

.ProductList .Infos .Box {
	padding: 2.3% 2.3% 3%;
}

.ProductList .Infos .Imgs {
	width: 465px;
	margin-right: 5.46%;
}

.ProductList .Infos .Big {
	margin-bottom: 8px;
	border: 1px solid #eee;
}

.ProductList .Infos .imgBox {
	padding-top: 100%;
	display: block;
}

.ProductList .Infos .swiperBox {
	position: relative;
}

.ProductList .Infos .swiper-container {
	margin: 0 32px;
}

.ProductList .Infos .swiper-container .imgBox {
	border: 1px solid #eee;
}

.ProductList .Infos .swiper-container .on .imgBox {
	border-color: #0193dd;
}

.ProductList .Infos .Btns a {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	background: #e8e8e8 no-repeat center/11px auto;
	width: 25px;
	transition: all .3s;
	z-index: 2;
}

.ProductList .Infos .Btns .prev {
	left: 0;
	background-image: url(../images/jt1_1.png);
}

.ProductList .Infos .Btns .next {
	right: 0;
	background-image: url(../images/jt1_2.png);
}

.ProductList .Infos .Btns a:hover {
	background-color: #0193dd;
}

.ProductList .Infos .Btns .prev:hover {
	background-image: url(../images/jt1_1_h.png);
}

.ProductList .Infos .Btns .next:hover {
	background-image: url(../images/jt1_2_h.png);
}

.ProductList .Infos .cont {
	overflow: hidden;
	padding-top: 0px;
}

.ProductList .Infos .h2 {
	font-size: 32px;
	line-height: 38px;
	color: #333333;
}

.ProductList .Infos .des {
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	margin: 12px 0 29px;
}

.ProductList .Infos .h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

.ProductList .Infos .word {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin: 6px 0 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.ProductList .Infos .qq {
	display: inline-block;
	padding: 0 17px;
	background: #0193dd;
	transition: all .3s;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
}

.ProductList .Infos .qq span {
	display: block;
	padding-left: 27px;
	background: url(/images/icons1.png) no-repeat left center/16px auto;
}

.ProductList .Infos .qq:hover {
	background: #428efb;
}

.ProductList .List .pad {
	padding: 2.3% 2.3% 3%;
}

.ProductList .List .h3 {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 17px;
	margin-bottom: 25px;
}

.ProductList .List .dl {
	font-size: 14px;
	line-height: 22px;
	color: #888;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	display: table;
	width: 100%;
}

.ProductList .List .dt,
.ProductList .List .dd {
	display: table-row;
}

.ProductList .List .dt {
	background: #eeeeee;
	color: #333333;
}

.ProductList .List .dl .wid {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 10px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.ProductList .List .dl a {
	color: #888;
}

.ProductList .List .dl .down {
	display: block;
	margin: 0 auto;
	height: 19px;
	width: 19px;
	background: url(../images/icon_down1.png) no-repeat center/contain;
}

.ProductList .List .dl .wid1 {
	width: 105px;
}

.ProductList .List .dl .wid2 {
	width: 115px;
}

.ProductList .List .dl .wid3 {
	width: 105px;
}

.ProductList .List .dl .wid4 {
	width: 115px;
}

.ProductList .List .dl .wid5 {
	width: 105px;
}

.ProductList .List .dl .wid6 {
	width: 100px;
}

.ProductList .List .dl .wid7 {
	width: 120px;
}

.ProductList .List .dl .wid8 {
	width: 115px;
}

.ProductList .List .dl .wid9 {
	width: 175px;
}

.ProductList .List .dl .wid10 {
	width: 105px;
}

.ProductList .List .dl .wid11 {
	width: 80px;
}

.ProductList .List .dl .down:hover {
	background-image: url(../images/icon_down1_h.png);
}

.ProductList .List .dl a:hover {
	color: #0193dd;
}

/**产品详情**/
.ProductInfo {
	background: #f8f8f8;
	padding: 55px 0 65px;
}

.ProductInfo .pad {
	padding: 28px 30px 58px;
}

.ProductInfo .pad .h1 {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 16px;
	margin-bottom: 28px;
}

.ProductInfo .pad .content {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.ProductInfo .pad .content img {
	height: auto !important;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #0193dd;
}

@media (min-width: 1200px) {
	.ProductList .Screen .l3 {
		display: none;
	}

	.ProductList .Screen .l2 li.on .sub,
	.ProductList .Screen .l2 li:hover .sub {
		opacity: 1;
		margin-top: 8px;
		transform: scale(1);
	}

	.ProductList .Screen .l2 li:hover~li .sub,
	.ProductList .Screen .sub {
		position: absolute;
		word-break: keep-all;
		white-space: nowrap;
		width: 160px;
		border: 1px solid #eeeeee;
		background: #fff;
		padding: 10px 0;
		margin-top: 0;
		opacity: 0;
		transform: scale(0);
		transition: margin .4s, opacity .4s;
	}

	.ProductList .Screen .sub::after {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 34px;
		width: 15px;
		height: 10px;
		background: url(../images/icons2.png) no-repeat center/contain;
	}
}

@media (min-width: 992px) {
	.ProductList .Imgs {
		max-width: 45%
	}
}

@media (max-width: 1200px) {
	.ProductList {
		padding: 40px 0 45px;
	}

	.ProductList .Screen .l1 {
		margin-bottom: 10px;
	}

	.ProductList .Screen .l1 li {
		margin-right: 28px;
	}

	.ProductList .Screen .l1 a {
		padding: 8px 0;
	}

	.ProductList .Screen .l2 li {
		margin-right: 25px;
	}

	.ProductList .Infos {
		margin: 20px 0 25px;
	}

	.ProductList .Screen .l3 {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #eee;
	}

	.ProductList .Screen .l3 li {
		margin-right: 20px;
	}

	.ProductList .Screen .sub {
		display: none;
	}

	.ProductList .Infos .cont {
		padding-top: 20px;
	}

	.ProductList .Infos .h2 {
		font-size: 26px;
	}

	.ProductList .Infos .des {
		margin: 8px 0 20px;
		padding-bottom: 20px;
		line-height: 22px;
	}

	.ProductList .Infos .word {
		margin-bottom: 25px;
	}

	.ProductList .Infos .qq {
		font-size: 14px;
		line-height: 36px;
	}

	.ProductList .List .h3 {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.ProductInfo {
		padding: 40px 0 45px;
	}

	.ProductInfo .pad {
		padding: 20px 25px 35px;
	}

	.ProductInfo .pad .h1 {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}

@media (max-width: 992px) {
	.ProductList {
		padding: 30px 0 35px;
	}

	.ProductList .Screen .pad {
		padding: 10px 20px;
	}

	.ProductList .Screen .l1 li {
		margin-right: 20px;
	}

	.ProductList .Screen .l1 a {
		padding: 5px 0;
	}

	.ProductList .Screen .l2 li {
		margin-right: 20px;
	}

	.ProductList .Infos .Box {
		padding: 20px;
	}

	.ProductList .Infos .Imgs {
		max-width: 100%;
		margin: 0 auto;
		float: none;
		display: block;
	}

	.ProductList .Infos .h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.ProductList .Infos .des {
		margin: 5px 0 15px;
	}

	.ProductList .Infos .word {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	.ProductList .List .pad {
		padding: 15px 20px 20px;
	}

	.ProductList .List .Box {
		overflow-y: auto;
	}

	.ProductList .List .dl {
		width: 900px;
		line-height: 20px;
	}

	.ProductList .List .dl .wid {
		padding: 10px;
	}

	.ProductInfo {
		padding: 30px 0 35px;
	}

	.ProductInfo .pad {
		padding: 15px 20px 30px;
	}
}

@media (max-width: 768px) {
	.ProductList {
		padding: 20px 0 25px;
	}

	.ProductList .Screen .pad {
		padding: 10px 15px;
	}

	.ProductList .Screen .l1 {
		margin-bottom: 5px;
	}

	.ProductList .Screen .l1 a {
		padding: 3px 0;
		font-size: 15px;
	}

	.ProductList .Screen .l3 {
		margin-top: 5px;
		padding-top: 5px;
	}

	.ProductList .Infos {
		margin: 15px 0 20px;
	}

	.ProductList .Infos .Box {
		padding: 15px;
	}

	.ProductList .Infos .cont {
		padding-top: 15px;
	}

	.ProductList .Infos .h2 {
		font-size: 20px;
	}

	.ProductList .List .pad {
		padding: 15px;
	}

	.ProductList .List .h3 {
		margin-bottom: 15px;
	}

	.ProductInfo {
		padding: 20px 0 25px;
	}

	.ProductInfo .pad {
		padding: 10px 15px 20px;
	}
}

/**关于我们**/
.AboutDesA {
	padding: 85px 0;
}

.AboutDesA .Box {
	position: relative;
}

.AboutDesA .l_con {
	width: 46%;
	position: relative;
	z-index: 1;
}

.AboutDesA .title {
	font-size: 160px;
	line-height: 120px;
	color: #4a555a;
	font-weight: bold;
	position: relative;
}

.AboutDesA .title p {
	opacity: .04
}

.AboutDesA .title span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 20%;
	font-size: 40px;
	line-height: 1.2em;
	color: #0193dd;
}

.AboutDesA .des {
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	margin: 40px 0 65px;
}

.AboutDesA .r_img {
	width: 630px;
}

.AboutDesA .swiperBox {
	overflow: hidden;
	position: relative;
	margin-right: -195px;
	padding-right: 195px;
}

.AboutDesA .swiperBox .swiper-container {
	overflow: visible;
	width: 630px;
}

.AboutDesA .swiperBox .swiper-slide {
	opacity: .1;
	transform: translateX(-70%) scale(.88);
	transition: all .3s;
}

.AboutDesA .swiperBox .swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	z-index: 2;
}

.AboutDesA .swiperBox .swiper-slide.swiper-slide-next {
	opacity: .1;
	transform: translateX(-70%) scale(.88);
}

.AboutDesA .swiperBox .imgBox {
	padding-top: 93.65%;
}

.AboutDesA .swiperBox .paginations {
	z-index: 2;
	position: absolute;
	left: 0;
	width: 630px;
	max-width: 100%;
	bottom: 18px;
	text-align: right;
	font-size: 0;
	line-height: 0;
	padding: 0 5px;
}

.AboutDesA .swiperBox .paginations .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #0193dd;
	border-radius: 50%;
	opacity: .16;
	margin: 0 5px;
}

.AboutDesA .swiperBox .paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.heght55 {
	margin-top: -30px;
	margin-bottom: -30px
}

.AboutDesB {
	padding: 85px 0 90px;
}

.AboutDesB .Images {
	margin: -10px;
	font-size: 0;
	line-height: 0;
}

.AboutDesB .Images .li {
	display: inline-block;
	padding: 10px;
}

.AboutDesB .Images .imgBox {
	padding-top: 55.47%;
	background-color: #000;
}

.AboutDesB .Images .imgBox img {
	opacity: .5;
}

.AboutDesB .Images .Box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	text-align: center;
}

.AboutDesB .Images .table {
	display: table;
	width: 100%;
	height: 100%;
}

.AboutDesB .Images .tab-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 25px;
}

.AboutDesB .Images .title {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}

.AboutDesB .Images .des {
	font-size: 20px;
	line-height: 26px;
	max-height: 104px;
	overflow: hidden;
}

.AboutDesB .ul {
	margin: -8px;
	font-size: 0;
	line-height: 0;
	padding: 7px 0;
}

.AboutDesB .ul li {
	padding: 8px;
	display: inline-block;
}

.AboutDesB .ul .Box {
	background: #f3f3f3;
	text-align: center;
	transition: all .3s;
	transform: translateY(0);
	padding: 55px 25px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}

.AboutDesB .ul .title {
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	margin-top: 15px;
}

.AboutDesB .ul .Box:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

@media only screen and (max-width: 1200px) {
	.AboutDesA {
		padding: 40px 0;
	}

	.AboutDesA .l_con {
		width: 100%;
		float: none;
		display: block;
	}

	.AboutDesA .title {
		font-size: 80px;
		line-height: 80px;
	}

	.AboutDesA .title span {
		font-size: 26px;
	}

	.AboutDesA .des {
		margin: 5px 0 15px;
		line-height: 26px;
	}

	.AboutDesA .r_img {
		margin: 0 auto;
		display: block;
		float: none;
	}

	.AboutDesB {
		padding: 40px 0;
	}

	.AboutDesB .Images {
		margin: -7px;
	}

	.AboutDesB .Images .li {
		padding: 7px;
	}

	.AboutDesB .Images .title {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.AboutDesB .Images .des {
		font-size: 16px;
		line-height: 20px;
		max-height: 80px;
	}

	.AboutDesB .ul {
		margin: -6px;
	}

	.AboutDesB .ul li {
		padding: 6px;
	}

	.AboutDesB .ul .Box {
		padding: 30px 20px;
	}

	.AboutDesB .ul .Box img {
		width: 56px;
	}

	.AboutDesB .ul .title {
		font-size: 18px;
		line-height: 24px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 992px) {
	.AboutDesB .Images {
		margin: -5px;
	}

	.AboutDesB .Images .li {
		padding: 5px;
	}

	.AboutDesB .Images .tab-cell {
		padding: 10px;
	}

	.AboutDesB .Images .title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.AboutDesB .Images .des {
		font-size: 15px;
	}

	.AboutDesB .ul {
		margin: -5px;
		display: flex;
		flex-wrap: wrap;
	}

	.AboutDesB .ul li {
		padding: 5px;
	}

	.AboutDesB .ul .Box img {
		width: 46px;
	}

	.AboutDesB .ul .title {
		font-size: 16px;
		line-height: 22px;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 768px) {
	.AboutDesA {
		padding: 25px 0;
	}

	.AboutDesA .title {
		font-size: 60px;
		line-height: 50px;
	}

	.AboutDesA .title span {
		font-size: 18px;
	}

	.AboutDesA .des {
		line-height: 22px;
	}

	.AboutDesA .r_img {
		width: 100%;
	}

	.AboutDesA .swiperBox {
		margin: 0;
		padding: 0;
	}

	.AboutDesA .swiperBox .swiper-container {
		overflow: hidden;
		width: 100%;
	}

	.AboutDesA .swiperBox .swiper-slide.swiper-slide-next,
	.AboutDesA .swiperBox .swiper-slide {
		transition: all 0s;
		opacity: .7;
		transform: translateX(0) scale(1);
	}

	.AboutDesB {
		padding: 25px 0;
	}
}

/**荣誉证书**/
.HonorList {
	padding: 65px 0;
}

.HonorList ul {
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.HonorList ul li {
	display: inline-block;
	transition: all 0.3s;
}

.HonorList ul li .imgh {
	display: block;
}

.HonorList ul li .box {
	display: block;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
}

.HonorList ul li .box:after {
	width: 0;
	position: absolute;
	content: "";
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	background: #0193dd;
	transition: all 0.6s;
	z-index: 1;
}

.HonorList ul li:hover .box:after {
	width: 100%;
	left: 0;
	right: 0;
}

.HonorList ul li .imgBox {
	overflow: hidden;
	max-width: 280px;
	margin: 0 auto;
	width: 90%;
	margin-top: 8%;
	margin-bottom: 7%;
}

.HonorList ul li .imgBox::after {
	content: "";
	display: block;
	padding-top: 125.2%;
	width: 100%;
}

.HonorList ul li .h3 {
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	font-size: 15px;
	color: #555555;
	padding: 0 2%;
	margin-bottom: 4%;
}

.HonorList ul li a:hover .h3 {
	color: #0193dd;
}

#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
}

#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	max-width: 100%;
}

#zoom .content.loading {
	background-image: url('../images/loading.gif');
}

#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('/images/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}

#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}

#zoom .previous {
	left: 0;
	background: url('/images/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}

#zoom .next {
	right: 0;
	background: url('/images/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}

#zoom .close:hover {
	background-color: #da4f49;
}

#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}

@media only screen and (max-width: 1200px) {
	.HonorList {
		padding: 35px 0;
	}
}

@media only screen and (max-width: 992px) {
	.HonorList {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 768px) {
	.HonorList ul li .h3 {
		font-size: 14px;
		line-height: 22px;
	}
}

/**合作品牌**/
.PartnerList {
	padding: 50px 0 70px;
}

.PartnerList .ul {
	font-size: 0;
	line-height: 0;
}

.PartnerList .ul li {
	border: 1px solid #eeeeee;
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;
	margin-left: -1px;
}

.PartnerList .ul .Box {
	background: #fff;
	color: #666666;
	display: block;
	text-align: center;
	padding: 25px 10px 45px;
	transition: all .3s;
	transform: translate(0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.PartnerList .ul .imgBox {
	width: 180px;
	max-width: 100%;
	margin: 0 auto 0px;
}

/*.PartnerList .ul .imgBox img{ filter: grayscale(100%); }*/
.PartnerList .ul .imgBox::after {
	content: "";
	display: block;
	width: 100%;
	padding-top: 80%;
}

.PartnerList .ul .title {
	font-size: 14px;
	line-height: 20px;
}

.PartnerList .ul .Box:hover {
	transform: translate(0, -3px);
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.PartnerList .ul .Box:hover img {
	filter: grayscale(0%);
}

@media only screen and (max-width: 1200px) {
	.PartnerList {
		padding: 25px 0;
	}
}

@media only screen and (max-width: 992px) {
	.PartnerList {
		padding: 10px 0;
	}

	.PartnerList .ul .Box {
		padding: 20px 10px 30px;
	}
}

@media only screen and (max-width: 768px) {
	.PartnerList .ul li {
		width: 33.33%;
	}

	.PartnerList .ul .imgBox {
		margin-bottom: 0;
	}

	.PartnerList .ul .Box {
		padding: 15px 10px 15px;
	}
}

/**联系我们**/
.ContactBlock {
	padding: 65px 0 20px;
}

.ContactBlock .ul {
	margin: -10px;
	font-size: 0;
}

.ContactBlock .ul li {
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}

.ContactBlock .ul .Box {
	display: block;
	border-radius: 5px;
	background: #f8f8f8;
	padding: 30px 20px 25px;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	transform: translateY(0);
	transition: all .3s;
}

.ContactBlock .ul .Box img {
	display: block;
	margin: 0 auto;
}

.ContactBlock .ul .Box .word {
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	margin: 15px 0 2px;
}

.ContactBlock .ul .Box .val {
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	font-weight: bold;
}

.ContactBlock .ul .Box:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	transform: translateY(-5px);
}

.ContactBlock .Map {
	margin: 45px 0;
	padding-top: 35%;
}

.ContactBlock .Map img {
	max-width: 999px;
}

.ContactBlock .form {
	display: block;
	width: 100%;
}

.ContactBlock .form .h3 {
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	color: #222222;
	font-weight: normal;
	padding: 40px 0;
}

.ContactBlock .form .Box {
	margin: -9px;
	font-size: 0;
}

.ContactBlock .form .Box .label {
	padding: 9px;
	display: inline-block;
}

.ContactBlock .form .Box .title {
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	padding-bottom: 5px;
}

.ContactBlock .form .Box .title .tip {
	color: #fe1212;
	margin-right: 5px;
}

.ContactBlock .form .Box .title .icon {
	display: block;
	padding-left: 25px;
	background: url(../images/icons1_2.png) no-repeat left center/17px auto;
}

.ContactBlock .form .Box .input {
	display: block;
	width: 100%;
	border: 1px solid #eee;
	background: #f8f8f8;
	font-size: 15px;
	line-height: 58px;
	height: 60px;
	padding: 0 15px;
	box-shadow: 0 0 0 transparent;
	transition: all .3s;
	-webkit-appearance: none;
}

.ContactBlock .form .Box .input:focus {
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.ContactBlock .form .Box textarea.input {
	display: block;
	height: 185px;
	padding: 15px;
	line-height: 20px;
}

.ContactBlock .form .Box .submit {
	display: block;
	color: #fff;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
	width: 110px;
	font-size: 14px;
	text-align: center;
	background: #0193dd;
	box-shadow: 0 0 0 transparent;
	-webkit-appearance: none;
}

.ContactBlock .form .Box .submit:hover {
	background: #4792fd;
}

@media only screen and (max-width: 1200px) {
	.ContactBlock {
		padding: 45px 0 70px;
	}

	.ContactBlock .ul {
		margin: -7px;
		font-size: 0;
	}

	.ContactBlock .ul li {
		padding: 7px;
		display: inline-block;
	}

	.ContactBlock .ul .Box {
		padding: 25px 15px 20px;
	}

	.ContactBlock .ul .Box img {
		width: 44px;
	}

	.ContactBlock .ul .Box .word {
		margin: 10px 0 2px;
	}

	.ContactBlock .Map {
		margin: 40px 0;
	}

	.ContactBlock .form .h3 {
		font-size: 26px;
		padding: 20px 0;
	}

	.ContactBlock .form .Box {
		margin: -7px;
	}

	.ContactBlock .form .Box .label {
		padding: 7px;
	}

	.ContactBlock .form .Box .title {
		font-size: 15px;
	}

	.ContactBlock .form .Box .input {
		line-height: 44px;
		height: 44px;
		font-size: 14px;
	}

	.ContactBlock .form .Box textarea.input {
		padding: 10px 15px;
	}
}

@media only screen and (max-width: 992px) {
	.ContactBlock {
		padding: 35px 0 45px;
	}

	.ContactBlock .ul .Box .val {
		font-size: 15px;
	}

	.ContactBlock .form .h3 {
		padding: 0 0 10px;
		font-size: 20px;
	}

	.ContactBlock .form .Box .submit {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.ContactBlock {
		padding: 25px 0 35px;
	}

	.ContactBlock .ul {
		margin: -5px;
		font-size: 0;
	}

	.ContactBlock .ul li {
		padding: 5px;
		display: inline-block;
	}

	.ContactBlock .ul .Box {
		padding: 20px 15px 15px;
	}

	.ContactBlock .ul .Box img {
		width: 36px;
	}

	.ContactBlock .ul .Box .val {
		font-size: 14px;
	}

	.ContactBlock .Map {
		margin: 30px 0;
		height: 350px;
	}
}

/**新闻动态**/
.NewsList {
	padding-top: 20px;
}

.NewsList .ul {}

.NewsList .ul li {
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
}

.NewsList .ul .Box {
	display: block;
	transition: all .6s;
	transform: translateY(0);
}

.NewsList .ul .imgBox {
	float: left;
	display: inline-block;
	margin-right: 3.69%;
	width: 375px;
}

.NewsList .ul .imgBox::after {
	content: "";
	display: block;
	padding-top: 60%;
}

.NewsList .ul .cont {
	padding-top: 5px;
}

.NewsList .ul .h3 {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	font-weight: normal;
	transition: all .3s;
}

.NewsList .ul .des {
	font-size: 14px;
	line-height: 20px;
	color: #888888;
	margin: 10px 0 45px;
}

.NewsList ul .more {
  font-size: 14px;
  color: #0193dd;
  line-height: 38px;
  border: 1px solid #0193dd;
  padding: 0 15px;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
}

.NewsList ul .more::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
  opacity: 0; /* 初始隐藏背景 */
}

.NewsList ul .more:hover::before {
  width: 20%;   /* 放大效果 */
  height: 120%;
  opacity: 0.1; /* 半透明背景 */
}

.NewsList ul .more span {
  position: relative;
  z-index: 1;
  color: #0193dd;
}

.NewsList .ul .time {
	font-size: 16px;
	line-height: 40px;
	color: #999999;
	text-align: right;	
}

.NewsList .ul .Box:hover {
	transform: translateY(-5px);
}

.NewsList .ul .Box:hover .h3 {
	color: #0193dd;
}

.NewsList .ul .Box:hover .more {
	color: #fff;
}

.NewsList .ul .Box:hover .more::before {
	width: 130%;
}

.NewsInfo {
	padding: 60px 0 70px;
}

.NewsInfo .h1 {
	font-size: 26px;
	line-height: 32px;
	color: #333;
	text-align: center;
	padding: 0 15px;
}

.NewsInfo .h1+.content {
	margin-top: 25px;
}

.NewsInfo .time {
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin: 10px 0 35px;
}

.NewsInfo .content {
	border-top: 1px solid #eeeeee;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	padding: 35px 0 60px;
}

.NewsInfo .content img {
	height: auto !important;
	padding: 30px 0px 0px
}

.PNLinks {
	border-top: 1px dashed #eeeeee;
	padding-top: 32px;
}

.PNLinks .links {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.PNLinks .links .line {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 1px;
	background: #ddd;
	margin: 0 45px;
}

.PNLinks p {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 16px;
	line-height: 38px;
	color: #999999;
	padding-left: 72px;
	max-width: calc(50% - 46px);
}

.PNLinks .returnList {
	display: inline-block;
	line-height: 36px;
	border: 1px solid #eee;
	padding: 0 15px;
	color: #666;
	transition: all .5s;
	margin-left: 35px;
	text-align: center;
}

.PNLinks .returnList:hover {
	border-color: #0193dd;
	background: #0193dd;
	color: #fff
}

.PNLinks .tit {
	display: block;
	position: absolute;
	left: 0;
}

.PNLinks a {
	color: #333;
}

.PNLinks a:hover {
	color: #0193dd;
}

@media only screen and (max-width: 1200px) {
	.NewsInfo {
		padding: 45px 0 40px;
	}

	.NewsInfo .h1 {
		font-size: 22px;
		line-height: 28px;
	}

	.NewsInfo .time {
		margin: 5px 0 20px;
	}

	.NewsInfo .content {
		padding: 30px 0;
	}

	.PNLinks {
		padding-top: 25px;
	}

	.PNLinks .links .line {
		margin: 0 35px;
	}

	.PNLinks p {
		max-width: calc(50% - 36px);
	}
}

@media only screen and (max-width: 992px) {
	.NewsList {
		padding-top: 10px;
	}

	.NewsList .ul li {
		padding: 25px 0;
	}

	.NewsList .ul .imgBox {
		width: 280px;
	}

	.NewsList .ul .des {
		margin-bottom: 25px;
	}

	.NewsList .ul .more {
		line-height: 32px;
		font-size: 13px;
	}

	.NewsList .ul .time {
		font-size: 14px;
		line-height: 34px;
	}

	.NewsInfo {
		padding: 35px 0 30px;
	}

	.NewsInfo .h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.NewsInfo .time {
		margin: 5px 0 10px;
	}

	.NewsInfo .content {
		padding: 20px 0;
		font-size: 14px;
		line-height: 24px;
	}

	.PNLinks {
		padding-top: 15px;
	}

	.PNLinks .links .line {
		margin: 0 25px;
	}

	.PNLinks p {
		font-size: 14px;
		max-width: calc(50% - 26px);
	}
}

@media only screen and (max-width: 768px) {
	.NewsList {
		padding-top: 5px;
	}

	.NewsList .ul li {
		padding: 15px 0;
	}

	.NewsList .ul .imgBox {
		width: 250px;
		margin-right: 20px;
	}

	.NewsList .ul .Box .h3 {
		font-size: 18px;
	}

	.NewsList .ul .des {
		margin: 5px 0 15px;
	}

	.NewsInfo {
		padding: 25px 0 20px;
	}

	.NewsInfo .h1 {
		font-size: 16px;
	}

	.NewsInfo .h1+.content {
		margin-top: 15px;
	}

	.NewsList .ul .time {
		margin-top: 0;
	}

	.PNLinks {
		display: flex;
		flex-wrap: wrap;
		padding-top: 0;
	}

	.PNLinks .links {
		padding: 10px 0;
		border-bottom: 1px dashed #eee;
		margin-bottom: 15px;
		width: 100%;
	}

	.PNLinks .links .line {
		display: none;
	}

	.PNLinks p {
		padding-left: 56px;
		max-width: 100%;
		line-height: 30px;
		display: block;
	}

	.PNLinks .returnList {
		float: none;
		order: 2;
		line-height: 30px;
		padding: 0 15px;
		margin: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.NewsList .ul .imgBox {
		width: 160px;
		margin-right: 15px;
	}

	.NewsList .ul .cont {
		padding-top: 5px;
	}

	.NewsList .ul .Box .h3 {
		font-size: 16px;
	}

	.NewsList .ul .des {
		margin-bottom: 0;
	}

	.NewsList .ul .cont .clearfix {
		display: none;
	}
}

@media only screen and (max-width: 450px) {
	.NewsList .ul .imgBox {
		width: 140px;
		margin-right: 10px;
	}

	.NewsList .ul .Box .h3 {
		font-size: 16px;
	}

	.NewsList .ul .cont {
		padding-top: 0;
	}
}

/**应用方案**/
.SolutionList {}

.SolutionList .Menu {
	font-size: 0;
	line-height: 0;
	padding: 60px 0 0px;
}

.SolutionList .Menu .wid {
	display: inline-block;
	vertical-align: top;
	width: 14.28%;
	text-align: center;
	padding: 10px;
}

.SolutionList .Menu .Box {
	display: block;
}

.SolutionList .Menu .img {
	display: block;
	margin: 0 auto;
	width: 56px;
	max-width: 100%;
	position: relative;
	border-radius: 50%;
	background: #eeeeee;
	transition: all .5s;
}

.SolutionList .Menu .img img {
	display: block;
	width: 100%;
	height: auto;
	transition: all .5s;
	opacity: 1;
	border-radius: 50%;
}

.SolutionList .Menu .img .i {}

.SolutionList .Menu .img .i_h {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.SolutionList .Menu .txt {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-top: 6px;
}

.SolutionList .Menu .on .Box .img,
.SolutionList .Menu .Box:hover .img {
	background: #0193dd;
}

.SolutionList .Menu .on .Box .i,
.SolutionList .Menu .Box:hover .i {
	opacity: 0;
}

.SolutionList .Menu .on .Box .i_h,
.SolutionList .Menu .Box:hover .i_h {
	opacity: 1;
}

.SolutionList .Menu .on .Box .txt,
.SolutionList .Menu .Box:hover .txt {
	color: #0193dd;
}

.SolutionList .ul {
	margin: -14px;
	font-size: 0;
	line-height: 0;
}

.SolutionList .ul li {
	padding: 14px;
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
}

.SolutionList .ul li .Box {
	display: block;
	transition: all .5s;
	transform: translateY(0);
	box-shadow: 0 0 14px rgba(0, 0, 0, 0);
	text-align: center;
}

.SolutionList .ul li .imgBox {
	padding-top: 67.535%;
	background: #000;
}

.SolutionList .ul li .more {
	font-size: 14px;
	line-height: 36px;
	border: 1px solid #fff;
	color: #fff;
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
	opacity: 0;
}

.SolutionList .ul li .title {
	font-size: 16px;
	line-height: 90px;
	color: #333333;
	padding: 0 15px;
	transition: all .5s;
	background: #f8f8f8;
}

.SolutionList .ul li .Box:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 14px rgba(0, 0, 0, .08);
}

.SolutionList .ul li .Box:hover img {
	opacity: .45;
}

.SolutionList .ul li .Box:hover .more {
	opacity: 1;
}

.SolutionList .ul li .Box:hover .title {
	color: #fff;
	background: #0193dd;
}

.SolutionList .ul li .more:hover {
	border-color: #0193dd;
	background: #0193dd;
	color: #fff;
}

@media only screen and (max-width: 1200px) {
	.SolutionList .Menu {
		padding: 30px 0 25px;
	}

	.SolutionList .Menu .img {
		width: 48px;
	}

	.SolutionList .ul {
		margin: -9px;
	}

	.SolutionList .ul li {
		padding: 9px;
	}

	.SolutionList .ul li .title {
		line-height: 70px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 992px) {
	.SolutionList .Menu {
		padding: 25px 0 20px;
	}

	.SolutionList .Menu .wid {
		width: 25%;
	}

	.SolutionList .Menu .img {
		width: 44px;
	}

	.SolutionList .ul {
		margin: -7px;
	}

	.SolutionList .ul li {
		padding: 7px;
	}

	.SolutionList .ul li .title {
		line-height: 50px;
		font-size: 14px;
	}

	.SolutionList .ul li .more {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.SolutionList .Menu {
		padding: 20px 0 15px;
	}

	.SolutionList .Menu .wid {
		width: 33.33%;
	}

	.SolutionList .Menu .img {
		width: 40px;
	}

	.SolutionList .ul {
		margin: -5px;
	}

	.SolutionList .ul li {
		padding: 5px;
		width: 50%;
	}

	.SolutionList .ul li .title {
		line-height: 40px;
		font-size: 14px;
	}
}

/**招贤纳士**/
.JobBlock {}

.JobBlock .Block {
	padding: 5% 0 6.9%;
}

.JobBlock .Block .h1 {
	text-align: center;
	font-size: 30px;
	line-height: 34px;
	color: #222222;
	font-weight: normal;
	margin-bottom: 18px;
}

.JobBlock .Block .cont {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}

.JobBlock .Block .cont a {
	color: #0193dd;
	font-weight: bold;
}

.JobBlock .dl {
	color: #666666;
	padding-bottom: 11.5%;
}

.JobBlock .dl .dd {
	font-size: 0;
	padding: 10px 0;
}

.JobBlock .dl .dd .wid {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px;
}

.JobBlock .dl .dd .wid1 {
	width: calc(100% - 728px);
	text-align: left;
	padding-left: 0;
	padding-right: 15px;
}

.JobBlock .dl .dd .wid2 {
	width: 270px;
}

.JobBlock .dl .dd .wid3 {
	width: 210px;
}

.JobBlock .dl .dd .wid4 {
	width: 220px;
}

.JobBlock .dl .dd .wid5 {
	width: 200px;
}

.JobBlock .dl .dd .wid6 {
	width: 28px;
}

.JobBlock .dl .dd .jt {
	display: block;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: #dddddd url(/images/jt5.png) no-repeat center/13px auto;
	transition: all .4s;
	transform: scaleY(1);
}

.JobBlock .dl .paramers {
	background: #f8f8f8;
	padding: 2.3% 3.07%;
}

.JobBlock .dl .job {
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	display: block;
	background: url(/images/icons3.png) no-repeat left top/27px auto;
	padding-left: 40px;
}

.JobBlock .dl .cont {
	display: none;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	border: 1px solid #eee;
	border-top: 0 none;
	padding: 3.05% 3.07% 3.5%;
}

.JobBlock .dl .dd .jt:hover {
	background-color: #0193dd;
	background-image: url(/images/jt5_h.png);
}

.JobBlock .dl .dd.on .jt {
	transform: scaleY(-1);
	background-image: url(/images/jt5_h.png);
}

@media only screen and (max-width: 1500px) {
	.JobBlock .Block {
		padding: 4% 0 1%;
	}

	.JobBlock .dl {
		padding-bottom: 4%;
	}
}

@media only screen and (max-width: 1200px) {
	.JobBlock .Block .h1 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.JobBlock .dl {
		padding-bottom: 45px;
	}

	.JobBlock .dl .job {
		font-size: 20px;
		line-height: 26px;
		padding-top: 1px;
		padding-bottom: 1px;
	}
}

@media only screen and (max-width: 992px) {
	.JobBlock .Block {
		padding: 30px 0 20px;
	}

	.JobBlock .Block .h1 {
		font-size: 22px;
	}

	.JobBlock .dl .dd {
		padding: 8px 0;
	}

	.JobBlock .dl .paramers {
		position: relative;
	}

	.JobBlock .dl .dd .wid {
		width: auto;
		padding: 0;
	}

	.JobBlock .dl .dd .wid1 {
		width: 100%;
		padding: 0 0 5px;
		margin-right: 0;
	}

	.JobBlock .dl .dd .wid3,
	.JobBlock .dl .dd .wid4,
	.JobBlock .dl .dd .wid5 {
		margin-left: 15px;
	}

	.JobBlock .dl .dd .wid6 {
		position: absolute;
		top: 0;
		margin-top: 2.3%;
		right: 3.07%;
	}

	.JobBlock .dl .job {
		font-size: 18px;
		line-height: 24px;
		padding: 0 0 0 30px;
		background-size: 22px auto;
	}
}

@media only screen and (max-width: 768px) {
	.JobBlock .Block {
		padding: 25px 0 15px;
	}

	.JobBlock .Block .h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.JobBlock .dl {
		padding-bottom: 35px;
	}

	.JobBlock .dl .dd {
		padding: 6px 0;
	}

	.JobBlock .dl .paramers {
		background: #f8f8f8;
		padding: 15px;
	}

	.JobBlock .dl .paramers::after {
		content: "";
		clear: both;
		width: 100%;
		height: 0;
		display: block;
	}

	.JobBlock .dl .dd .wid2,
	.JobBlock .dl .dd .wid3,
	.JobBlock .dl .dd .wid4,
	.JobBlock .dl .dd .wid5 {
		float: left;
	}

	.JobBlock .dl .dd .wid4 {
		clear: both;
		margin-left: 0;
	}

	.JobBlock .dl .job {
		font-size: 16px;
		line-height: 22px;
	}

	.JobBlock .dl .dd .jt {
		padding: 15px;
	}

	.JobBlock .dl .cont {
		padding: 15px;
		line-height: 24px;
	}
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init*/
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon*/
.grabbing {
	cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
	/*margin-bottom:20px;*/
	text-align: center;
}

/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 38px;
	height: 74px;
	/*IE7 life-saver*/
	text-indent: 40px;
	margin-top: -16%;
	z-index: 9;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	/*background:url(../images/i_pro_left.png) no-repeat;*/
	float: left;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	/*background:url(../images/i_pro_left_on.png) no-repeat;*/
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	/* background:url(../images/i_pro_right.png) no-repeat;*/
	float: right;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	/*background:url(../images/i_pro_right_on.png) no-repeat;*/
}

/* Clickable class fix problem with hover on touch devices*/
/* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver*/
	display: none;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 5px;
	/*filter: Alpha(Opacity=50);opacity: 0.5;*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ccc;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #4cb6ed;
}

/* If PaginationNumbers is true 
.owl-theme .owl-controls.clickable .owl-page:hover span*/
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images*/
.owl-item.loading {
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}

/*首页手机轮显*/
.flash_div {
	display: none;
}

#owl-flash {
	text-align: center;
}

#owl-flash.owl-theme .owl-controls {
	bottom: 0px;
	text-align: center;
	position: absolute;
	width: 100%;
}

#owl-flash.owl-theme .owl-controls .owl-pagination {}

/* Styling Pagination*/
#owl-flash.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver*/
}

#owl-flash.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px 5px;
	/*filter: Alpha(Opacity=50);opacity: 0.5;*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: url(../images/dian.png) no-repeat;
}

#owl-flash.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
}

#owl-flash.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 30%;
	width: 100%;
	left: 0;
	height: 0;
	display: none;
}

#owl-flash.owl-theme .owl-controls .owl-page {
	display: inline-block;
}

#owl-flash .item {
	margin: 0px;
}

#owl-flash .item img {
	display: block;
	width: 100%;
	height: 100%;
}

#owl-flash .item dd {
	width: 100%;
}

/*历程*/
#owl-demo7 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#owl-demo7 .owl-item.loading {
	min-height: 80px;
}

#owl-demo7.owl-theme .owl-controls {
	top: 0;
	height: 0;
}

#owl-demo7.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0;
}

#owl-demo7.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 30px;
	height: 30px;
	/*IE7 life-saver*/
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: -15px;
}

#owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url(../images/about_left.png) center bottom no-repeat;
	float: left;
	margin-left: -5%;
	background-size: 100% 100%;
}

#owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

#owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../images/about_right.png) center bottom no-repeat;
	float: right;
	margin-right: -5%;
	background-size: 100% 100%;
}

#owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

#owl-demo7 .item {
	margin: 0px 4px;
}

#owl-demo7 .item img {
	display: block;
	height: 70px;
	width: 100%;
	border: 1px solid #ebebeb;
	background-color: #fff;
}

#owl-demo7 .item dd {
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

#owl-demo7 .item dd:hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

#owl-demo7 .item dd a {
	display: inline-block;
	font-size: 24px;
	color: #000;
	height: 98px;
	line-height: 95px;
}

#owl-demo7 .owl-item.psel dd a {
	color: #0193dd;
	border-bottom: 3px solid #0193dd;
	height: 98px;
}

/*产品详细*/
.owl-demo8.owl-carousel .owl-wrapper-outer {
	/*padding-top:10px; padding-bottom:6px;*/
}

.owl-demo8 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

/* Styling Next and Prev buttons*/
.owl-demo8.owl-theme .owl-controls {
	/* bottom:60%;*/
	height: 0;
	top: 50%;
}

.owl-demo8.owl-theme .owl-controls .owl-pagination {
	display: none;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	bottom: 50%;
	width: 100%;
	left: 0;
	height: 0;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 30px;
	height: 30px;
	/*IE7 life-saver*/
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: -15px;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url(../images/about_left.png) center center no-repeat;
	float: left;
	background-size: 100% 100%;
	margin-left: 3%;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	background-size: 100% 100%;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../images/about_right.png) center center no-repeat;
	float: right;
	background-size: 100% 100%;
	margin-right: 3%;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	background-size: 100% 100%;
}

.owl-demo8.owl-theme .owl-controls .owl-page {
	display: inline-block;
}

.owl-demo8 .item {
	margin: 0 0%;
}

.owl-demo8 .item img {
	display: block;
	width: 100%;
}

.owl-demo8 .item dd {
	text-align: center;
}

.owl-demo8 .item dd .imgs {
	overflow: hidden;
}

.owl-demo8 .item dd:hover .imgs img {}

/*产品推荐*/
.owl-demo4.owl-carousel .owl-wrapper-outer {
	/*padding-top:10px; padding-bottom:6px;*/
}

.owl-demo4 {
	margin: 0 auto;
	text-align: center;
}

/* Styling Next and Prev buttons*/
.owl-demo4.owl-theme .owl-controls {
	text-align: center;
}

.owl-demo4.owl-theme .owl-controls {
	/* bottom:60%;*/
	height: 0px;
	top: 50%;
}

.owl-demo4.owl-theme .owl-controls .owl-pagination {
	display: none;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	left: 50%;
	top: 44%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 0px;
	margin: 0 auto;
	display: none;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 32px;
	height: 32px;
	/*IE7 life-saver*/
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: 0;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev {
	/*background:url(../images/left5.png) center center no-repeat;*/
	float: left;
	background-size: 100% 100%;
	margin-left: -32px;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	/*background-image:url(../images/left5_on.png);*/
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next {
	/* background:url(../images/right5.png) center center no-repeat; */
	float: right;
	background-size: 100% 100%;
	margin-right: -32px;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	/*background-image:url(../images/right5_on.png);*/
}

.owl-demo4.owl-theme .owl-controls .owl-page {
	display: inline-block;
}

.owl-demo4 .item {
	margin: 0 2%;
}

.owl-demo4 .item dd {
	position: relative;
	background: #fff;
	overflow: hidden;
	margin-bottom: 2%;
	margin-top: 2%;
}

.owl-demo4 .item dd .imgs {
	overflow: hidden;
	position: relative;
}

.owl-demo4 .item dd .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.owl-demo4 .item dd:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.owl-demo4 .item dd .txts {
	width: 94%;
	max-width: 406px;
	margin: 0 auto;
	overflow: hidden;
}

.owl-demo4 .item dd .txts .h3 {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 24px;
	color: #000000;
}

.owl-demo4 .item dd:hover {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	/*-webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);*/
}

.owl-demo4 .item dd:hover .txts .h3 {
	color: #000;
}

.owl-demo4 .item dd .txts .p {
	overflow: hidden;
	font-size: 18px;
	color: #666666;
	margin-top: 6px;
	height: 24px;
	line-height: 24px;
}

.owl-demo4 .item dd .txts .line {
	margin-top: 24px;
	border-top: 1px dashed #999999;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 26px;
	overflow: hidden;
}

.owl-demo4 .item dd .txts .line em {
	font-style: normal;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	padding-right: 30px;
	background: url(../images/product_bg1.png) right center no-repeat;
	color: #000;
	font-size: 16px;
	transition: all 0.3s;
}

.owl-demo4 .item dd .txts .line em:hover {
	margin-left: 5px;
}

/*合作伙伴*/
.owl-demo6.owl-carousel .owl-wrapper-outer {
	/*padding-top:10px; padding-bottom:6px;*/
}

.owl-demo6 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5%;
	margin-top: 4%;
}

/* Styling Next and Prev buttons*/
.owl-demo6.owl-theme .owl-controls {
	/* bottom:60%;*/
	height: 0;
	top: 50%;
}

.owl-demo6.owl-theme .owl-controls .owl-pagination {
	display: none;
}

.owl-demo6.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	bottom: 50%;
	width: 100%;
	left: 0;
	height: 0;
}

.owl-demo6.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 14px;
	height: 26px;
	/*IE7 life-saver*/
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: -13px;
}

.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url(../images/left2.png) center center no-repeat;
	float: left;
	background-size: 100% 100%;
	margin-left: -16px;
}

.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	background-size: 100% 100%;
}

.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../images/right2.png) center center no-repeat;
	float: right;
	background-size: 100% 100%;
	margin-right: -16px;
}

.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	background-size: 100% 100%;
}

.owl-demo6.owl-theme .owl-controls .owl-page {
	display: inline-block;
}

.owl-demo6 .item {
	margin: 0 4%;
}

.owl-demo6 .item img {
	display: block;
	width: 100%;
	transition: all 0.6s;
	/* -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/
}

.owl-demo6 .item dd {
	text-align: center;
	position: relative;
}

.owl-demo6 .item dd .imgs {
	overflow: hidden;
	transition: all 0.6s;
	border: 1px solid #dfdfdf;
}

.owl-demo6 .item dd:hover .imgs img {
	/*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/
}

.owl-demo6 .item dd:hover .imgs {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	border: 1px solid #008ade;
}

.owl-demo6 .item dd:hover .imgs img {
	transform: rotateY(-180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
}

/*图片弹窗*/
.owl-demo9.owl-carousel .owl-wrapper-outer {
	/*padding-top:10px; padding-bottom:6px;*/
}

.owl-demo9 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 4%;
	overflow: hidden;
}

/* Styling Next and Prev buttons*/
.owl-demo9.owl-theme .owl-controls {
	/* bottom:60%; height:0; top:50%;*/
}

.owl-demo9.owl-theme .owl-controls .owl-pagination {
	display: none;
}

.owl-demo9.owl-theme .owl-controls .owl-buttons {
	width: 94%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 3%;
	overflow: hidden;
	border-top: 1px solid #e8e8e8;
	padding-top: 3%;
}

.owl-demo9.owl-theme .owl-controls .owl-buttons div {
	color: #333333;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 160px;
	overflow: hidden;
	/*margin-left: 3%; margin-right: 3%; */
	font-size: 18px;
	background: #e8e8e8;
	text-indent: 0;
	margin-top: 0;
}

.owl-demo9.owl-theme .owl-controls .owl-buttons div label {
	font-family: "宋体";
	font-size: 22px;
	vertical-align: baseline;
}

.owl-demo9.owl-theme .owl-controls .owl-buttons div label.a {
	padding-right: 12%;
}

.owl-demo9.owl-theme .owl-controls .owl-buttons div label.b {
	padding-left: 12%;
}

.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-prev {
	float: left;
}

.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	transition: all 0.3s;
	color: #fff;
	background: #005bb0;
	text-decoration: none;
}

.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-next {
	float: right;
}

.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	transition: all 0.3s;
	color: #fff;
	background: #005bb0;
	text-decoration: none;
}

.owl-demo9.owl-theme .owl-controls .owl-page {
	display: inline-block;
}

.owl-demo9 .item {
	margin: 0 0%;
}

.owl-demo9 .item dd {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.owl-demo9 .item dd .imgs {
	overflow: hidden;
}

@media screen and (max-width: 1360px) {}

@media screen and (max-width: 1200px) {

	/*产品推荐*/
	.owl-demo4 .item dd .txts .h3 {
		font-size: 22px;
	}

	.owl-demo4 .item dd .txts .line {
		margin-top: 18px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 1100px) {

	/*历程*/
	#owl-demo7 .item dd a {
		font-size: 22px;
	}
}

@media screen and (max-width: 980px) {

	/*合作伙伴*/
	.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev {
		margin-left: -14px;
	}

	.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next {
		margin-right: -14px;
	}

	/*图片弹窗*/
	.owl-demo9.owl-theme .owl-controls .owl-buttons div {
		width: 130px;
		height: 44px;
		line-height: 44px;
		font-size: 15px;
	}

	.owl-demo9.owl-theme .owl-controls .owl-buttons div label {
		font-size: 15px;
	}

	.owl-demo9.owl-theme .owl-controls .owl-buttons div label.a {
		padding-right: 10%;
	}

	.owl-demo9.owl-theme .owl-controls .owl-buttons div label.b {
		padding-left: 10%;
	}
}

@media screen and (max-width: 830px) {

	/*产品推荐*/
	.owl-demo4 .item dd .txts .h3 {
		font-size: 20px;
		height: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width: 789px) {

	/*图片弹窗*/
	.owl-demo9.owl-theme .owl-controls .owl-buttons div label.a {
		padding-right: 6%;
	}

	.owl-demo9.owl-theme .owl-controls .owl-buttons div label.b {
		padding-left: 6%;
	}

	.owl-demo9.owl-theme .owl-controls .owl-buttons div {
		margin-left: 0;
	}

	.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-next {
		margin-right: 0;
	}
}

@media screen and (max-width: 640px) {
	.flash_div {
		display: block;
	}

	#slider {
		display: none;
	}

	#a1portalSkin_ctr211899211899_mainArea {
		display: none;
	}

	/*历程*/
	#owl-demo7 .item dd a {
		font-size: 20px;
		height: 70px;
		line-height: 67px;
	}

	#owl-demo7 .owl-item.psel dd a {
		height: 67px;
	}

	/*合作伙伴*/
	.owl-demo6.owl-theme .owl-controls .owl-buttons div {
		width: 10px;
		height: 19px;
		margin-top: -10px;
	}

	.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev {
		margin-left: -9px;
	}

	.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next {
		margin-right: -9px;
	}
}

@media screen and (max-width: 480px) {

	/*历程*/
	#owl-demo7.owl-theme .owl-controls .owl-buttons div {
		width: 26px;
		height: 26px;
		margin-top: -13px;
	}

	#owl-demo7 .item dd a {
		font-size: 18px;
	}

	/*产品推荐*/
	.owl-demo4 .item dd .txts .h3 {
		font-size: 18px;
	}

	.owl-demo4 .item dd .txts .p {
		font-size: 16px;
	}

	.owl-demo4 .item dd .txts .line {
		margin-top: 12px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	/*图片弹窗*/
	.owl-demo9.owl-theme .owl-controls .owl-buttons div {
		width: 100px;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}

	.owl-demo9.owl-theme .owl-controls .owl-buttons div label.a {
		padding-right: 5%;
	}

	.owl-demo9.owl-theme .owl-controls .owl-buttons div label.b {
		padding-left: 5%;
	}
}

@media screen and (max-width: 360px) {

	/*图片弹窗*/
	.owl-demo9.owl-theme .owl-controls .owl-buttons div {
		width: 96px;
	}

	.owl-demo9.owl-theme .owl-controls .owl-buttons div label.a {
		padding-right: 3%;
	}

	.owl-demo9.owl-theme .owl-controls .owl-buttons div label.b {
		padding-left: 3%;
	}
}

.serve-list {
	width: 100%;
	box-sizing: border-box;
}

.serve-list .serverxq {
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.serve-list .serverxq img {
	max-width: 100%;
}

.serve-list .serverxq .title .tit {
	font-size: 30px;
	color: #083a95;
	font-weight: bold;
}

.serve-list .serverxq .title .line {
	width: 18px;
	height: 3px;
	background-color: #083a95;
	margin-top: 20px;
}

.serve-list .serverxq .top {
	width: 100%;
}

.serve-list .serverxq .top .editor {
	margin-top: 40px;
	font-size: 0;
	padding-bottom: 20px;
}

.serve-list .serverxq .top .editor .left {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	font-size: 14px;
}

.serve-list .serverxq .top .editor .right {
	width: 49%;
	vertical-align: top;
}

.serve-list .serverxq .bottom .title {
	font-size: 24px;
	color: #da0017;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.serve-list .serverxq .bottom .title span {
	padding-bottom: 8px;
	display: inline-block;
	padding-right: 90px;
	border-bottom: 1px solid #da0017;
}

.serve-list .serverxq .bottom .classfiy {
	width: 100%;
	border: 1px solid #e8e8e8;
}

.serve-list .serverxq .bottom .classfiy .list1 {
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	justify-content: space-between;
	font-size: 0;
	align-items: center;
}

.serve-list .serverxq .bottom .classfiy .list1 .left {
	width: 188px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 20px;
}

.serve-list .serverxq .bottom .classfiy .list1 .right {
	width: 50%;
	flex-grow: 1;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	padding: 15px 20px;
	line-height: 20px;
	border-left: 1px solid #e8e8e8;
}

.serve-list .serverxq .bottom .classfiy .list1.name {
	background-color: #ffe7ea;
}

.serve-list .serverxq .bottom .classfiy .list1.name .left {
	font-size: 16px;
	color: #333;
}

.serve-list .serverxq .bottom .classfiy .list1.name .right {
	background-color: #f4f5fa;
	color: #333;
	font-size: 16px;
}

.serve-list .serverxq .bottom .desc1 {
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}

.serve-list .serverxq .bottom .desc1 span {
	margin-right: 30px;
}

.serve-list .serverxq .bottom .desc1 .red {
	color: #da0017;
}

.serve-list .serverxq .bottom .desc1 .blue {
	color: #0054ff;
}

.serve-list .serverxq .bottom .nextpage {
	margin-top: 40px;
}

.serve-list .serverxq .bottom .nextpage p {
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
}

.serve-list .serverxq .bottom .nextpage p a {
	color: #333;
}

.serve-list .serverxq .bottom .nextpage p:hover a {
	color: #da0017;
}

.serve-list .serverxq .about2-editor {
	text-align: center;
}

.serve-list .serverxq .about2-nav {
	position: absolute;
	right: 80px;
	top: 100px;
	font-size: 18px;
	line-height: 34px;
}

.serve-list .serverxq .about2-nav li {
	position: relative;
	padding-left: 14px;
}

.serve-list .serverxq .about2-nav li::before {
	position: absolute;
	content: "";
	clear: both;
	width: 10px;
	height: 2px;
	background-color: #999;
	left: 0;
	top: 50%;
}

.serve-list .serverxq .about2-nav .active::before {
	background-color: #083a95;
}

.serve-list .serverxq .about2-nav .active a {
	color: #083a95;
}

.serve-list .serverxq .about2-nav a {
	color: #999;
}

.serve-list .serverxq .about1 {
	font-size: 0;
}

.serve-list .serverxq .about1 .video {
	display: inline-block;
	width: 49%;
	position: relative;
	background-color: #000;
}

.serve-list .serverxq .about1 .video video {
	width: 100%;
}

.serve-list .serverxq .about1 .video .shadow {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.serve-list .serverxq .about1 .video .shadow img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.serve-list .serverxq .about1 .left {
	width: 49%;
	margin-right: 2%;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.serve-list .serverxq .about1 .left .fixednum {
	width: 100%;
	height: 110px;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 40px;
}

.serve-list .serverxq .about1 .left .fixednum li {
	height: 100%;
	color: #666;
	flex-grow: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.serve-list .serverxq .about1 .left .fixednum li .title {
	color: #083a95;
	font-weight: bold;
	font-size: 16px;
}

.serve-list .serverxq .about1 .left .fixednum li .title span {
	font-size: 48px;
}

.serve-list .serverxq .about3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.serve-list .serverxq .about3 li {
	width: 100px;
	margin-right: 18px;
	flex-grow: 1;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.serve-list .serverxq .about3 li .bg {
	width: 100%;
}

.serve-list .serverxq .about3 li .font {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
}

.serve-list .serverxq .about3 li .font .top {
	margin: 0 auto;
	margin-top: 56px;
	width: 80%;
}

.serve-list .serverxq .about3 li .font .top .tit {
	font-size: 22px;
	margin-top: 15px;
}

.serve-list .serverxq .about3 li .font .top .line {
	display: inline-block;
	width: 18px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}

.serve-list .serverxq .about3 li .font .top .desc {
	font-size: 14px;
}

.serve-list .serverxq .about3 li .font .bottom {
	width: 80%;
	margin: 0 auto;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
}

.serve-list .serverxq .about3 li .font .bottom .tit {
	font-size: 18px;
	margin-top: 14px;
	margin-bottom: 4px;
}

.serve-list .serverxq .about3 li .font .bottom .desc {
	font-size: 14px;
	line-height: 22px;
}

.serve-list .serverxq .about3 li:last-child {
	margin-right: 0;
}

.serve-list .serverxq .about4 {
	font-size: 0;
}

.serve-list .serverxq .about4 li {
	display: inline-block;
	width: 24%;
	margin-right: 1.33%;
	box-sizing: border-box;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 20px #f4f4f4;
}

.serve-list .serverxq .about4 li img {
	width: 100%;
}

.serve-list .serverxq .about4 li p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 54px;
	height: 54px;
}

.serve-list .serverxq .about4 li:nth-of-type(4n) {
	margin-right: 0;
}

.serve-list .serverxq .about5 li {
	width: 100%;
	background-color: #fff;
	box-shadow: 1px 1px 15px #f4f4f4;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	height: 270px;
}

.serve-list .serverxq .about5 li .img {
	float: left;
	width: 22%;
	height: 100%;
	background-color: #efefef;
	text-align: center;
	position: relative;
}

.serve-list .serverxq .about5 li .img img {
	max-width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.serve-list .serverxq .about5 li .font {
	padding-left: 20px;
	margin-left: 22%;
}

.serve-list .serverxq .about5 li .font .title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 46px;
}

.serve-list .serverxq .about5 li .font .desc {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 96px;
}

.serve-list .serverxq .about5 li .font a {
	display: inline-block;
	width: 150px;
	height: 40px;
	font-size: 14px;
	color: #083a95;
	text-align: center;
	line-height: 40px;
	border: 1px solid #083a95;
	margin-top: 30px;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
}

.serve-list .serverxq .about5 li .font a:hover {
	background-color: #083a95;
	color: #fff;
}

.serve-list .serverxq .team-list {
	width: 100%;
	font-size: 0;
}

.serve-list .serverxq .team-list li {
	width: 49%;
	vertical-align: top;
	margin-right: 2%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	display: inline-block;
	margin-bottom: 20px;
	box-shadow: 1px 1px 15px #f4f4f4;
}

.serve-list .serverxq .team-list li .img {
	width: 30%;
	overflow: hidden;
	float: left;
}

.serve-list .serverxq .team-list li .img img {
	width: 100%;
	transition: transform .5s ease-out;
	-webkit-transition: transform .5s ease-out;
	-moz-transition: transform .5s ease-out;
}

.serve-list .serverxq .team-list li .right {
	margin-left: 33%;
}

.serve-list .serverxq .team-list li .right .title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.serve-list .serverxq .team-list li .right .desc {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 22px;
}

.serve-list .serverxq .team-list li:nth-of-type(2n) {
	margin-right: 0;
}

.serve-list .serverxq .help1 .title {
	text-align: center;
	font-size: 24px;
	color: #333;
}

.serve-list .serverxq .help1 .title span {
	color: #da0017;
}

.serve-list .serverxq .help1 .help-list {
	font-size: 0;
	margin-top: 30px;
}

.serve-list .serverxq .help1 .help-list li {
	display: inline-block;
	width: 24%;
	margin-right: 1.33%;
	height: 240px;
	font-size: 14px;
	vertical-align: top;
	background: none;
	position: relative;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin-bottom: 20px;
	color: #666666
}

.serve-list .serverxq .help1 .help-list li .num {
	position: absolute;
	font-size: 60px;
	color: #018ed6;
	opacity: .4;
	top: 30px;
	left: 10px;
	line-height: 60px;
}

.serve-list .serverxq .help1 .help-list li .text {
	position: absolute;
	text-align: center;
	width: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.serve-list .serverxq .help1 .help-list li .text .tit {
	font-size: 22px;
	color: #333;
}

.serve-list .serverxq .help1 .help-list li .text .desc {
	color: #666666;
	text-align: left;
	line-height: 1.8;
	margin-top: 80px;
}

.serve-list .serverxq .help1 .help-list li:hover {
	box-shadow: 1px 1px 15px #f4f4f4;
}

.serve-list .serverxq .help1 .help-list li:nth-of-type(4n) {
	margin-right: 0;
}

.serve-list .serverxq .help2 ul {
	display: flex;
	flex-wrap: wrap;
}

.serve-list .serverxq .help2 ul li {
	width: 49%;
	height: 130px;
	border: 1px solid #e5e5e5;
	margin-right: 1.333333%;
	padding: 0px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	margin-bottom: 20px;
	transition: box-shadow .5s ease-out;
	-webkit-transition: box-shadow .5s ease-out;
	-moz-transition: box-shadow .5s ease-out;
}

.serve-list .serverxq .help2 ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.serve-list .serverxq .help2 ul li a .title {
	color: #333;
	font-size: 24px;
}

.serve-list .serverxq .help2 ul li a .pic {
	width: 30px;
	height: 27px;
}

.serve-list .serverxq .help2 ul li a .pic img {
	width: 100%;
	height: 100%;
}

.serve-list .serverxq .help2 ul li:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	color: #083a95;
}

.serve-list .serverxq .help2 ul li:hover .title {
	color: #083a95;
}

.serve-list .serverxq .help2 ul li:nth-of-type(2n) {
	margin-right: 0;
}

.serve-list .serverxq .help3 .title {
	color: #000;
	font-size: 24px;
	text-align: center;
}

.serve-list .serverxq .help3 ul {
	width: 45%;
	margin: 0 auto;
}

.serve-list .serverxq .help3 ul li {
	width: 100%;
	height: 85px;
	font-size: 18px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}

.serve-list .serverxq .help3 ul li span {
	color: #da0017;
	display: inline-block;
	margin-right: 20px;
}

.serve-list .serverxq .help3 ul li label {
	color: #333;
}

.serve-list .serverxq .help3 ul li input {
	width: 75%;
	outline: none;
	border: none;
}

.serve-list .serverxq .help3 ul li .upload-box {
	width: 60%;
	position: relative;
}

.serve-list .serverxq .help3 ul li .upload-box .upload {
	opacity: 0;
	z-index: 9999;
	height: 50px;
	position: absolute;
	top: -20px;
	width: 150px;
	left: 13px;
}

.serve-list .serverxq .help3 ul li .upload-box .up1 {
	position: absolute;
	top: -20px;
	z-index: 99;
	display: flex;
	align-items: center;
}

.serve-list .serverxq .help3 ul li .upload-box .up1 a {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #083a95;
	border: 1px solid #083a95;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	transition: background-color .5s ease-out;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
}

.serve-list .serverxq .help3 ul li .upload-box .up1 a:hover {
	background-color: #083a95;
	color: #fff;
}

.serve-list .serverxq .help3 ul li .upload-box .up1 em {
	color: #999;
	font-style: normal;
}

.serve-list .serverxq .help3 ul li:nth-of-type(8) {
	height: auto;
	border: none;
}

.serve-list .serverxq .help3 .help-btn {
	margin-top: 50px;
}

.serve-list .serverxq .help3 .help-btn button {
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: none;
	background: #da0017;
	color: #fff;
	margin-right: 10px;
}

.serve-list .serverxq .help3 .help-btn span {
	color: #999;
	font-size: 14px;
}

@media only screen and (max-width: 768px) {
	.serve-list .serverxq .help1 .help-list li {
		display: inline-block;
		width: 100%;
		height: 320px;
		font-size: 14px;
		vertical-align: top;
		background: none;
		position: relative;
		border: 1px solid #e5e5e5;
		box-sizing: border-box;
		margin-bottom: 20px;
		color: #666666
	}

	.serve-list .serverxq .help1 .help-list li .num {
		position: absolute;
		font-size: 60px;
		color: #018ed6;
		opacity: .4;
		top: 30px;
		left: 10px;
		line-height: 60px;
	}

	.serve-list .serverxq .help1 .help-list li .text {
		position: absolute;
		text-align: center;
		width: 90%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	}

	.serve-list .serverxq .help1 .help-list li .text .tit {
		font-size: 22px;
		color: #333;
	}

	.serve-list .serverxq .help1 .help-list li .text .desc {
		color: #666666;
		text-align: left;
		line-height: 1.8;
		margin-top: 80px;
	}

	.serve-list .serverxq .help1 .help-list li:hover {
		box-shadow: 1px 1px 15px #f4f4f4;
	}
}

.timeline-box {
	padding: 60px 0;
	position: relative;
}

#timeline {
	width: 100%;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#timeline:before {
	content: "";
	width: 2px;
	height: 100%;
	background: #e5e5e5;
	left: 50%;
	margin-left: -1px;
	top: 0;
	position: absolute;
}

#timeline:after {
	content: "";
	clear: both;
	display: table;
	width: 100%;
}

#timeline .timeline-item {
	position: relative;
	text-align: right;
	margin-bottom: 25px;
}

#timeline .timeline-item .timeline-icon {
	border: 2px solid #e5e5e5;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 50%;
	overflow: hidden;
	margin-left: -6px;
	border-radius: 100%;
}

#timeline .timeline-item .timeline-content {
	width: 47%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#timeline .timeline-item:nth-child(2n) {
	text-align: left;
}

#timeline .timeline-item:nth-child(2n) .timeline-content {
	float: right;
}

.timeline-txt,
.timeline-year {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.timeline-year {
	color: #018dd4;
	font-size: 30px;
	padding-bottom: 0px;
	font-family: "ITCAvantGardeStd-Bk";
}

.timeline-txt {
	font-size: 16px;
	color: #555555;
	line-height: 1.6;
}

.h001 {
	margin-top: -100px
}

.load-more a {
	display: block;
	border: 2px solid #e5e5e5;
	width: 140px;
	height: 40px;
	line-height: 36px;
	color: #999;
	margin: 0 auto;
	cursor: pointer;
}

.honor-footer {}

.honor-footer .col-sm-6 {
	padding: 0;
	color: #ffffff;
}

.honor-footer .col-sm-6 .box {
	padding: 8.3333%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.2;
}

.honor-footer .box .title {
	font-size: 46px;
	font-weight: bold;
	font-family: "ITCAvantGardeStd-Bk";
}

.honor-footer .box .text {
	font-size: 26px;
	padding-bottom: 15px;
	font-family: "ITCAvantGardeStd-Bk";
}

.honor-footer .box .border {
	height: 3px;
	width: 50px;
	background: rgba(255, 255, 255, 0.2);
}

.honor-footer .box .more {
	font-size: 18px;
	color: #ffffff;
	margin-top: 90px;
	display: inline-block;
	padding-right: 16px;
	background: url(../images/icon04.png) no-repeat right center;
}

.honor-footer .box .more-video {
	background: url(../images/icon09.png) no-repeat right center;
	padding-right: 30px;
}








