@charset "utf-8";

/* 
 * Project Name:泽耀
 * 
 */


/*@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("fonts/SourceHanSansCN-Regular.woff") format("woff"), url("fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("fonts/SourceHanSansCN-Regular.svg") format("svg");
}*/

.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	/*touch-action: pan-y;*/
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #BE0000;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
	font: 14px/1.8 "微软雅黑", "Microsoft Yahei", sans-serif, "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #333;
	overflow-x: hidden;
	background: #F5F8FF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.tx-c {
	text-align: center;
}

.tx-l {
	text-align: left !important;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.db {
	display: block;
}

.wzbs {
	color: #fff !important;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

.fixedImg {
	background-repeat: no-repeat;
	background-size: cover;
}

.imgw {
	width: 100%;
	display: block;
}

.eT {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/w0.png) no-repeat;
	z-index: 99;
}

.pageC a:link,
.pageC a:visited {
	color: #183D82;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
}

.pageC table {
	width: 100% !important;
}

.pageC video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nimg.target {
	visibility: hidden;
}

.nimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 87px;
	line-height: 87px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.head-wrap {
	/*position: relative;*/
}

.head-logo {
	position: relative;
	z-index: 11;
	float: left;
	margin-left: 3%;
}

.head-logo img {
	vertical-align: middle;
	width: 100%;
}

.plogo {
	display: inline-block;
}

.mlogo {
	display: none;
}

.header .nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 30%;
	box-sizing: border-box;
}

.header .yj-bot li {
	/*position: relative;*/
	display: inline-block;
	vertical-align: top;
	text-align: center;
	z-index: 10;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 3;
	color: #404040;
	font-size: 16px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0 13px;
	z-index: 3;
}

.yljt {
	display: inline-block;
	vertical-align: top;
	color: #404040;
	font-size: 12px;
	margin-left: 5px;
	transition: 0.45s;
	font-weight: bold;
}

.header .yj-bot li.active .yj-link {
	color: #1592CC;
}

.header .yj-bot li.active .yljt {
	transform: rotate(180deg);
	color: #0D8CD8;
}


/*.header .yj-bot .yj-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 7px;
	background: #1592CC;
	z-index: -3;
	transition: 0.45s;
}

.header .yj-bot li.active .yj-link:before {
	width: 100%;
	left: 0;
	right: auto;
}*/

.header .yj-bot li:hover .ej-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	pointer-events: visible;
}

.ej-list {
	position: absolute;
	z-index: 999;
	/*left: 50%;*/
	margin-left: -15px;
	width: 140px;
	top: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: 0.45s;
	box-sizing: border-box;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
	pointer-events: none;
	/*border-radius: 20px;*/
	padding: 15px 0;
}
.ellh{
	height: auto;
	line-height: 1.5;
}
.el-link {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #999999;
	font-size: 14px;
	margin: 10px 0;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 13px;
}

.el-link:hover {
	background: #1592CC;
	color: #fff;
}

.head-right {
	position: relative;
	float: right;
}

.head-right:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 53px;
	background: #D6D6D6;
}

.hryg {
	position: relative;
	float: left;
}

.hryg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 53px;
	background: #D6D6D6;
}

.hrdsf {
	display: inline-block;
	vertical-align: top;
	color: #404040;
	font-size: 16px;
	margin-left: 33px;
}

.hrdsf i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-repeat: no-repeat;
	background-size: contain;
}

.header-edit {
	float: left;
	position: relative;
	margin: 0 44px 0 94px;
}

.header-edit:before {
	content: "";
	width: 2px;
	height: 17px;
	background: #9F9F9F;
	position: absolute;
	left: 54%;
	top: 50%;
	transform: translateY(-50%);
}

.header-edit a {
	display: block;
	float: left;
	color: #333;
	font-size: 14px;
}

.header-edit a:first-child {
	margin-right: 24px;
}

.header-edit a:hover,
.header-edit a.active {
	color: #1592CC;
}

.header-search {
	float: right;
}

.header-search a {
	display: block;
	width: 87px;
	height: 87px;
	line-height: 87px;
	text-align: center;
	color: #1592CC;
	font-size: 26px;
	background: #F3F3F3;
}

.header-search a:hover {
	background: #1592CC;
	color: #fff;
}

.search-fix {
	width: 100%;
	margin-top: 1px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	z-index: 88;
	padding: 60px 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	display: none;
}

.search-fix .search-close {
	display: block;
	line-height: 1;
	color: #333;
	font-size: 28px;
	position: absolute;
	right: 30px;
	top: 12px;
	transition: 0.48s;
	cursor: pointer;
}

.search-fix .search-close:hover {
	transform: rotate(180deg);
	color: #1592CC;
}

.search-fix .search-f {
	width: 1000px;
	position: relative;
	max-width: 90%;
	margin-top: 0;
}

.search-fix .search-f .text {
	width: 100%;
	border: 1px solid #B5B5B5;
}

.search-fix .search-f .sub {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
}

.data-search {
	width: 492px;
	margin: auto;
	margin-top: 23px;
}

.data-search .text {
	padding: 0;
	margin: 0;
	border: 0;
	padding-left: 18px;
	width: 398px;
	height: 43px;
	line-height: 43px;
	color: #9B9B9B;
	font-size: 14px;
	background: #fff;
	box-sizing: border-box;
	float: left;
}

.data-search .text::-webkit-input-placeholder {
	color: #9B9B9B;
}

.data-search .sub {
	width: 94px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	border: 0;
	background: #1592CC;
	text-align: center;
	float: right;
	font-size: 22px;
	cursor: pointer;
	transition: 0.36s;
}

.data-search .sub:hover {
	background: #F08519;
}

.head-cp {
	left: 0;
	width: 100%;
	margin-left: 0;
	height: calc(100vh - 87px);
	overflow-y: scroll;
	background: #fff;
	z-index: 999;
	box-sizing: border-box;
	padding: 40px 300px;
	border-top: 2px solid #0D8CD8;
	line-height: 1.5;
	text-align: left;
	border-radius: 0;
}

.head-cp::-webkit-scrollbar {
	width: 8px;
	background: none;
}

.head-cp::-webkit-scrollbar-thumb {
	width: 8px;
	background: #F5F8FF;
}

.head-cp::-webkit-scrollbar-corner {
	background: none;
}

.head-cp::-webkit-scrollbar:horizontal {
	height: 9px;
}
.hclist{
	display: flex;
}
.hclitem {
	flex: auto;
	display: block !important;
	vertical-align: auto !important;
	float: left;
	text-align: left !important;
}
.hcil{
	margin-bottom: 40px;
}
.hlbt {
	display: block;
	color: #007CC3;
	font-size: 14px;
	padding: 0 5px;
}

.hlbt i {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
}

.hllink {
	display: inline-block;
	color: #404040;
	font-size: 14px;
	margin-top: 10px;
	padding: 2px 5px;
	border-radius: 13px;
}
.head-cp .hllink{
	margin-left: 35px;
}
.hllink:hover {
	background: #0D8CD8;
	color: #fff;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	/*background-color: #fff;*/
	transition: 0.35s;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px auto 0;
	width: 22px;
	height: 2px;
	background-color: #505050;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #505050;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	/*background-color: #1B5C9B;*/
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}


/*.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
	background: #003ABC;
}*/

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
	color: #fff;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 55px;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding: 30px 0 45px 0;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	margin: 10px 0 100px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	color: #007CC3 !important;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 8%;
}

.menuMoblie .subnav {
	/*display: none;*/
}

.menuMoblie .subnav .item {
	float: left;
	width: 50%;
	margin-top: 15px;
	/*padding: 0px 5% 0 10%;*/
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
	color: #003ABC !important;
}

.menuMoblie .subnav a {
	display: block;
	position: relative;
	line-height: 1.4;
	font-size: 14px;
	color: #212121;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mbsearch {
	width: 84%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border: 1px solid #D4D4D4;
}

.mbssrk {
	display: block;
	float: left;
	width: 80%;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 20px 0 50px;
	text-align: center;
	border: none;
	background: url(../images/search.png) 5% center no-repeat;
	background-size: 26px 25px;
	color: #A4A4A4;
}

.mbsbtn {
	display: block;
	float: right;
	width: 20%;
	line-height: 40px;
	text-align: center;
	background: #007CC3;
	color: #fff !important;
	font-size: 14px;
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;
	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		max-width: none;
	}
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/black_80.png) repeat;
	background: none rgba(0, 0, 0, 0.8);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in {
	.pswp__bg,
	.pswp__zoom-wrap {
		-webkit-transition: none;
		transition: none;
	}
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
	a {
		color: #CCC;
		text-decoration: underline;
	}
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	&:focus,
	&:hover {
		opacity: 1;
	}
	&:active {
		outline: 0;
		opacity: .9;
	}
	&::-moz-focus-inner {
		padding: 0;
		border: 0;
	}
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button {
		background-image: url(../images/default-skin.svg);
	}
	.pswp__button--close {
		color: #fff;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: hidden;
	}
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%;
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left:before {
	content: "\e7ea";
}

.pswp__button--arrow--right:before {
	content: "\e662";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #1A1A1A;
}

.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	a {
		display: block;
		padding: 8px 12px;
		color: #000;
		text-decoration: none;
		font-size: 14px;
		line-height: 18px;
		&:hover {
			text-decoration: none;
			color: #000;
		}
		&:first-child {
			border-radius: 2px 2px 0 0;
		}
		&:last-child {
			border-radius: 0 0 2px 2px;
		}
	}
}

.pswp__share-modal--fade-in {
	opacity: 1;
	.pswp__share-tooltip {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

.pswp__counter {
	float: left;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption__center {
	text-align: center;
	max-width: 600px;
	font-size: 15px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff;
}

.xzy-zan {
	float: right;
	display: block;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
	.pswp__preloader__icn {
		background: url(preloader.gif) 0 0 no-repeat;
	}
}

.pswp--css_animation {
	.pswp__preloader--active {
		opacity: 1;
		.pswp__preloader__icn {
			-webkit-animation: clockwise .5s linear infinite;
			animation: clockwise .5s linear infinite;
		}
		.pswp__preloader__donut {
			-webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
			animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
		}
	}
	.pswp__preloader__icn {
		background: 0 0;
		opacity: .75;
		width: 14px;
		height: 14px;
		position: absolute;
		left: 15px;
		top: 15px;
		margin: 0;
	}
	.pswp__preloader__cut {
		position: relative;
		width: 7px;
		height: 14px;
		overflow: hidden;
	}
	.pswp__preloader__donut {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 2px solid #FFF;
		border-radius: 50%;
		border-left-color: transparent;
		border-bottom-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
		background: 0 0;
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		-webkit-backface-visibility: hidden;
		will-change: opacity;
		-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
		transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: visible;
	}
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit {
	.pswp__caption,
	.pswp__top-bar {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.pswp__ui--idle {
	.pswp__top-bar {
		opacity: 1;
	}
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		opacity: 0;
	}
}

.pswp__ui--hidden {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__caption,
	.pswp__top-bar {
		opacity: .001;
	}
}

.pswp__ui--one-slide {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__counter {
		display: none;
	}
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-image: none !important;
}

.mtop {
	height: 87px;
}


/* banner */

.banner-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .41);
}

.banner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 60px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.banner .slick-prev:before {
	content: "\e7ea";
}

.banner .slick-next:before {
	content: "\e662";
}

.banner .slick-prev {
	left: 2%;
}

.banner .slick-next {
	right: 2%;
}

.banner .slick-arrow:hover {
	color: #0D8CD8;
}

.banner .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 46px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 5px;
	text-align: center;
	vertical-align: middle;
	background: #0D8CD8;
	margin: 0 5px;
	transition: 0.45s;
}

.banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	background: #fff;
}

.banner .bwitem {
	position: relative;
	overflow: hidden;
}

.bitp {
	position: relative;
}

.bivideo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	cursor: pointer;
}

.banner .bwitem .pimg {
	position: relative;
	display: block;
	width: 100%;
}

.slick-active .pimg {
	visibility: visible !important;
	/*-webkit-animation: scaleUpDown1 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);*/
}

@keyframes scaleUpDown1 {
	from {
		transform: scale(1.2);
	}
	to {
		transform: scale(1);
	}
}

.slick-active .bicover {
	opacity: 1;
	visibility: visible;
}

.bicover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 1.5s;
	z-index: 10;
	text-align: left;
}

.bcl {
	float: left;
	width: 43%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.bictxt1 {
	display: block;
	color: #fff;
	font-size: 50px;
	line-height: 1.2;
	font-weight: normal;
}

.biclabel {
	margin-top: 20px;
}

.bltxt {
	color: #D6DCDF;
	font-size: 19px;
	margin-right: 40px;
}

.bltxt i {
	display: inline-block;
	color: #D6DCDF;
	font-size: 18px;
	margin-right: 10px;
}

.bictxt2 {
	display: block;
	font-size: 16px;
	color: #D2D2D2;
	line-height: 1.5;
	margin-top: 25px;
}

.bicbtn {
	position: relative;
	display: block;
	width: 133px;
	height: 50px;
	border: 1px solid #4E84AB;
	text-align: center;
	line-height: 50px;
	color: #DCDCDC;
	font-size: 22px;
	margin-top: 70px;
	font-weight: normal;
	z-index: 3;
}

.bicbtn:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #0D8CD8;
	transition: 0.45s;
	z-index: -3;
}

.bicbtn:hover {
	color: #fff;
	border: 1px solid #0D8CD8;
}

.bicbtn:hover:before {
	left: 0;
	width: 100%;
}

.bcr {
	position: relative;
	float: right;
	width: 57%;
	text-align: center;
}

.bcr img {
	display: inline-block;
	max-width: 100%;
}


/* banner end */

.index-tab {
	/*background: #fff;*/
}

.itbox {
	display: flex;
}

.itbitem {
	position: relative;
	flex: 1;
	padding: 40px 0;
	text-align: center;
}

.itbitem:hover .ibiicon {
	transform: rotateY(180deg);
}

.ibiicon {
	display: block;
	color: #0D8CD8;
	font-size: 40px;
	line-height: 1.5;
	transition: 0.45s;
}

.iwt1 {
	display: block;
	color: #0D8CD8;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
}

.iwt2 {
	display: block;
	color: #404040;
	font-size: 16px;
}

.index-products {
	padding: 100px 0 87px 0;
}

.gbt1 {
	display: block;
	color: #404040;
	font-size: 42px;
	line-height: 1.5;
}

.gbt2 {
	display: block;
	color: #818181;
	font-size: 18px;
	line-height: 1.5;
}

.iscont {
	position: relative;
	margin-top: 40px;
}

.ipmb {
	display: none;
}

.iscleft {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 19%;
	background: #0D8CD8;
	box-sizing: border-box;
	padding: 40px 0;
}

.iclbt {
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 30px;
	font-weight: normal;
}

.iclmenu {
	margin-top: 20px;
}

.icmlink {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	padding: 20px 30px;
	z-index: 3;
}

.icmlink:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: #E77817;
	transition: 0.45s;
	z-index: 1;
}

.icmlink:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	z-index: -3;
	transition: 0.45s;
}

.icmlink.active {
	color: #007CC3;
}

.icmlink.active:before {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.icmlink.active:after {
	width: 100%;
}

.iclall a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
}

.iclicon {
	display: block;
	float: right;
	font-size: 15px;
	line-height: 29px;
}

.iscrB {
	float: right;
	width: 81%;
}

.irbitem {
	display: none;
}

.icrbox {
	display: flex;
}

.icrbox li {
	position: relative;
	flex: 1;
	background: #fff;
	padding: 18px 0 60px 0;
	transition: 0.45s;
}
.icrbox li:last-child{
	padding: 0;
}
.icrbox li:last-child .icrth{
	padding: 18px 0 60px 0;
}
.icrbox li:nth-child(1):hover,.icrbox li:nth-child(2):hover,.icrth:hover  {
	box-shadow: 0 3px 20px rgba(0, 0, 0, .16);
	position: relative;
	z-index: 1;
}

.icrbox li:nth-child(1):hover .icrpic img,
.icrbox li:nth-child(2):hover .icrpic img,.icrth:hover .icrpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.icrdb:hover .irbr{
	transform: translateX(15px);
}
.icrth{
	position: relative;
	transition: 0.45s;
}
.icrpic {
	position: relative;
	margin: 0 60px;
	height: 230px;
}

.icrpic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: 0.45s;
}

.icrwz {
	padding: 0 30px 0 70px;
}

.icrbt {
	color: #404040;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.icrxh {
	display: block;
	color: #818181;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
}

.icrsy {
	margin-top: 60px;
}

.irstxt {
	display: block;
	color: #818181;
}

.ichtxt {
	display: block;
	color: #404040;
	font-size: 16px;
}

.icrlabel {
	margin-top: 20px;
}

.irlbq {
	display: inline-block;
	border: 1px solid #DFDFDF;
	padding: 6px 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #818181;
}

.icrth {
	position: relative;
}

.icrdb {
	position: relative;
	border-top: 1px solid #DFDFDF;
	/*margin-top: 60px;*/
	padding: 30px 70px 0 70px;
}

.irbl {
	float: left;
	text-align: left;
}

.irstxt {
	color: #818181;
}

.irbr {
	display: block;
	float: right;
	font-weight: normal;
	color: #007CC3;
	font-size: 16px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #007CC3;
	margin-top: 25px;
	transition: 0.45s;
}

.index-service {
	padding: 70px 0 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.iflist {
	margin-top: 160px;
	text-align: center;
}

.iflist li {
	position: relative;
	display: inline-block;
	width: 299px;
	box-sizing: border-box;
	background: #fff;
	padding: 35px 44px;
	border-radius: 20px;
	margin: 0 7px;
	text-align: left;
}

.iflist li:hover .ificon {
	transform: rotateY(180deg);
}

.iflist li:hover .ifbtn:before {
	width: 100%;
}

.iflist li:hover .ifbtn {
	color: #fff;
}

.iflt1 {
	color: #717374;
	font-size: 24px;
	line-height: 1.5;
}

.iflt2 {
	color: #818181;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
	height: 72px;
	overflow: hidden;
}

.iflbt {
	margin-top: 30px;
}

.ifbtn {
	position: relative;
	display: block;
	float: left;
	width: 75px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #68A7D5;
	color: #818181;
	font-size: 12px;
	font-weight: normal;
	margin-top: 16px;
	z-index: 3;
}

.ifbtn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #0D8CD8;
	transition: 0.45s;
	z-index: -3;
}

.ificon {
	display: block;
	float: right;
	color: #DBEAF3;
	font-size: 60px;
	line-height: 1;
	transition: 0.45s;
}

.index-solution {
	margin-top: 70px;
	overflow: hidden;
}

.islnr {
	margin-top: 43px;
}

.islitem {
	margin-left: -1%;
}

.islitem li {
	position: relative;
	float: left;
	width: 49%;
	margin-left: 1%;
	margin-top: 17px;
	transition: 0.45s;
}


/*.islitem li.sx-w {
	width: 19.333%;
}

.islitem li.wf-w {
	width: 38%;
}*/

.islitem li:hover .ilicv {
	transform: translateY(0);
}

.islitem li:hover .ilct2,
.islitem li:hover .ilct3 {
	opacity: 1;
	visibility: visible;
}

.islitem li:hover .ilipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.islitem li:hover .ilipic:before {
	background: rgba(0, 0, 0, .6);
}

.ilipic {
	position: relative;
	overflow: hidden;
}

.ilipic:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 1;
	transition: 0.45s;
}

.ilipic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ilicv {
	position: absolute;
	z-index: 10;
	left: 54px;
	right: 54px;
	bottom: 40px;
	width: 430px;
	transform: translateY(70px);
	transition: 0.45s;
}

.ilct1 {
	display: block;
	color: #fff;
	font-size: 18px;
}

.ilct2 {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
	height: 42px;
	overflow: hidden;
}

.ilct3 {
	display: block;
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
}

.ilct2,
.ilct3 {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
}

.index-news {
	padding: 100px 0;
}

.inbot {
	margin-top: 60px;
	display: flex;
	margin-left: -2%;
}

.inbitem {
	position: relative;
	width: 31.333%;
	margin-left: 2%;
	background: #EBF0F6;
}

.inipic {
	position: relative;
	overflow: hidden;
}

.inipic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.inplable {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	line-height: 1.5;
}

.iniwz {
	padding: 40px 20px;
}

.inwbt {
	color: #232323;
	font-size: 20px;
	line-height: 1.5;
	max-height: 30px;
	overflow: hidden;
	font-weight: normal;
}

.inbsup {
	display: inline-block;
	vertical-align: text-top;
	position: relative;
	background: #E77817;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 0 2px;
	line-height: 1;
	margin-left: 10px;
}

.inbsup:before {
	content: "";
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #E77817;
}

.inwdate {
	display: block;
	color: #818181;
	font-size: 12px;
	margin-top: 10px;
}

.inwms {
	color: #404040;
	font-size: 14px;
	margin-top: 20px;
}

.inblast {
	padding-bottom: 34px;
}

.inilist {
	border-top: 13px solid #C1D0DF;
	padding: 10px 28px 0 28px;
}

.inilist li {
	position: relative;
	margin-top: 40px;
}

.inltitle {
	color: #3E3E3E;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	max-height: 30px;
	overflow: hidden;
}

.inldate {
	display: block;
	color: #818181;
	font-size: 12px;
}

.inimore a {
	display: block;
	width: 102px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #0D8CD8;
	color: #fff;
	font-size: 12px;
	margin: 50px auto 0;
}

.inbtw:hover .inipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.inbtw:hover .inwbt,
.inilist li:hover .inltitle {
	color: #0D8CD8;
}

.footer-wrap {
	background: #007CC3;
	padding: 86px 0 70px 0;
}

.footer-wrap .w1400 {
	padding: 0 105px 0 30px;
	box-sizing: border-box;
}

.fwleft {
	float: left;
	width: 50%;
	display: flex;
}

.fwleft li {
	flex: 1;
}

.fwlbt {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
}

.fwltz {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 5px;
}

.fwright {
	position: relative;
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 60px;
}

.fwright:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 208px;
	background: #D6D6D6;
}

.fwrl {
	float: left;
}

.fwrr {
	float: right;
	width: 75%;
}

.fwtp {
	display: block;
	float: left;
	width: 26%;
}

.fwtp img {
	display: block;
	width: 100%;
}

.fwwz {
	float: right;
	width: 71%;
}

.fwt1 {
	display: block;
	color: #D6D6D6;
	font-size: 12px;
}

.fwt2 {
	display: block;
	color: #fff;
	font-size: 35px;
	line-height: 1.2;
}

.fwt3 {
	font-weight: normal;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
}

.fwt4 {
	color: #FFFFFF;
	font-size: 12px;
}

.fwrbw {
	margin-top: 45px;
}

.frbtxt {
	color: #D6D6D6;
	font-size: 12px;
}

.fwmbadr {
	display: none;
	color: #fff;
	font-size: 14px;
}

.ftmbt1 {
	display: none;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.ftmbt2 {
	display: none;
	color: #fff;
	font-size: 14px;
}

.srbot1 {
	padding: 65px 0 80px 0;
	background: #fff;
}

.srb1k {
	width: 990px;
	margin: 0 auto;
}

.sk1wbk {
	display: block;
	float: left;
	width: 85%;
	height: 52px;
	line-height: 52px;
	box-sizing: border-box;
	padding: 0 20px;
	color: #9F9F9F;
	font-size: 14px;
	border: 1px solid #B5B5B5;
	background: none;
}

.sk1btn {
	display: block;
	float: right;
	width: 15%;
	height: 52px;
	text-align: center;
	line-height: 52px;
	background: #0D8CD8;
	color: #fff;
	font-size: 20px;
}

.srbt {
	color: #404040;
	font-size: 24px;
	font-weight: normal;
}

.srjg {
	background: #fff;
}

.serach-list {
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	margin-top: 20px;
}

.search-li {
	line-height: 0;
}

.search-li li {
	float: left;
	padding: 0 12px;
	margin-right: 30px;
	position: relative;
}

.search-li li:before {
	content: "";
	width: 0;
	height: 2px;
	background: #008FD7;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.4s;
	z-index: -1;
}

.search-li li.active {
	background-color: #008FD7;
	padding: 0 12px;
	color: white;
}

.search-li li:hover {
	padding: 0 12px;
}

.search-li li:hover:before,
.search-li li.active:before {
	width: 100%;
	right: auto;
	left: 0;
}

.search-li li:before {
	bottom: -1px;
	z-index: 1;
}

.search-li li.active a {
	color: white;
}

.search-li li:hover a {
	color: #1592CC;
}

.search-li li a {
	position: relative;
	display: inline-block;
	color: #828282;
	font-size: 20px;
	line-height: 69px;
}

.search-li li a:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/hd_cl.gif) no-repeat center;
	/* background-size: 20px; */
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.search-li li.active a:after {
	display: none;
}

.srbot {
	padding: 56px 0 60px 0;
}

.srlist li {
	position: relative;
	margin-top: 20px;
	line-height: 32px;
}

.srlist li:hover .srlms {
	color: #0D8CD8;
}

.srlms {
	float: left;
	width: 70%;
	position: relative;
	color: #404040;
	font-size: 18px;
	padding-left: 30px;
}

.srlms:before {
	content: ">";
	color: #404040;
	font-size: 18px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.srldate {
	display: block;
	float: right;
	color: #9F9F9F;
	font-size: 14px;
}

.pages-list {
	margin-top: 60px;
	background: #fff;
	text-align: center;
	padding: 14px 0;
}

.pltotal {
	display: inline-block;
	vertical-align: middle;
	color: #404040;
	font-size: 14px;
}

.plym {
	display: inline-block;
	vertical-align: middle;
}

.plpn {
	display: inline-block;
	vertical-align: middle;
	color: #C5C5C5;
	font-size: 20px;
	margin: 0 20px;
	font-weight: bold;
}

.plpn:hover {
	color: #727272;
}

.plnum {
	display: inline-block;
	vertical-align: middle;
	color: #404040;
	font-size: 14px;
	width: 34px;
	height: 39px;
	text-align: center;
	line-height: 39px;
}

.plnum:hover,
.plnum.active {
	background: #0D8CD8;
	color: #fff;
}

.plenter {
	display: inline-block;
	vertical-align: middle;
}

.plek {
	display: block;
	float: left;
	width: 70px;
	height: 39px;
	border-top: 1px solid #B1ADAD;
	border-left: 1px solid #B1ADAD;
	border-bottom: 1px solid #B1ADAD;
	border-right: none;
	text-align: center;
	line-height: 39px;
	box-sizing: border-box;
}

.plebtn {
	display: block;
	float: left;
	border: 1px solid #B1ADAD;
	color: #404040;
	font-size: 16px;
	width: 54px;
	height: 39px;
	line-height: 39px;
	box-sizing: border-box;
}

.products-wrap {
	padding: 68px 0 200px 0;
}

.pwleft {
	float: left;
	width: 22%;
	padding: 20px 0 45px 0;
	background: #fff;
}

.pwltp {
	background: linear-gradient(45deg, #047FBB, #008ED6);
	padding: 20px 10px 40px 30px;
}

.pwltitle {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

.pwleng {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

.pwlmenu {
	background: #fff;
}

.pwlmenu li {
	position: relative;
	margin-top: 23px;
}


/*.pwlmenu li:not(:first-child) {
	border-top: 1px solid #E6E6E6;
}*/

.pwmyj {
	position: relative;
	display: block;
	/*line-height: 59px;*/
	padding: 0 17px;
	color: #404040;
	font-size: 16px;
	z-index: 3;
	font-weight: bold;
}

.pwmyj i {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 16px;
}

.pwmyj:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #008ED6;
	transition: 0.45s;
	z-index: -3;
}

.pwmt {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	word-break: break-all;
}

.pwmt:before {
	content: "";
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 35px;
	background: #C5C5C5;
}


/*.pwmyj.active:before {
	width: 100%;
}*/

.pwmyj.active .pwyicon {
	transform: rotate(90deg);
	color: #fff;
}

.pwmyj.active {
	color: #008ED6;
}

.pwyicon {
	display: inline-block;
	vertical-align: middle;
	color: #404040;
	font-size: 15px;
	margin-right: 10px;
	transition: 0.45s;
}

.pwetxt {
	position: relative;
	display: block;
	color: #404040;
	font-size: 16px;
	padding: 6px 0 6px 60px;
}

.pwtjt {
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	vertical-align: middle;
	color: #0D8CD8;
	font-size: 12px;
	margin-left: 10px;
}

.pwetxt:before {
	content: "";
	position: absolute;
	left: 48px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #C5C5C5;
}


/*.pwetxt:not(:first-child) {
	border-top: 1px solid #E6E6E6;
}*/

.pwetxt:hover,
.pwetxt.active {
	color: #0D8CD8;
	font-weight: bold;
}

.pwetxt:hover .pwtjt,
.pwetxt.active .pwtjt {
	opacity: 1;
	visibility: visible;
}


/*.pwetxt:hover:before,
.pwetxt.active:before {
	background: #007CC3;
}*/

.pwmej {
	display: none;
}

.pwright {
	float: right;
	width: 76%;
}

.pwrtop {
	background: #fff;
	padding: 35px 30px;
}

.prtbt {
	color: #007CC3;
	font-size: 20px;
}

.prtms {
	color: #404040;
	font-size: 16px;
	margin-top: 10px;
}

.pwrtable {
	margin-top: 17px;
}

.pthead {
	background: #EAF4FE;
	display: flex;
	line-height: 44px;
	border: 1px solid #D8D8D8;
}

.phtxt:nth-child(1) {
	width: 17%;
}

.phtxt:nth-child(2) {
	width: 31%;
}

.phtxt:nth-child(3),
.phtxt:nth-child(4) {
	width: 26%;
}

.phtxt {
	color: #404040;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.pwrlist {
	border: 1px solid #D8D8D8;
	background: #fff;
}

.pwrlist li {
	position: relative;
	display: flex;
}

.pwrlist li:not(:first-child) {
	border-top: 1px solid #D8D8D8;
}

.pwrlist li:nth-of-type(odd) {
	background: #FFFFFF;
}

.pwrlist li:nth-of-type(even) {
	background: #FAFAFA;
}

.pwrlist li:hover .ptcpic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.ptct {
	position: relative;
	width: 17%;
}

.ptcpic {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 145px;
}

.ptcpic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	transition: 0.45s;
}

.pttd,
.pttz,
.ptly {
	box-sizing: border-box;
	padding: 20px;
	border-left: 1px solid #D8D8D8;
}

.pttd {
	position: relative;
	width: 31%;
}
.ptcv{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.ptdz {
	color: #404040;
	font-size: 16px;
	font-weight: bold;
}

.ptxz {
	margin-top: 20px;
}

.ptxtxt {
	color: #404040;
	font-size: 14px;
}

.pttz {
	width: 26%;
}

.ptly {
	width: 26%;
}

.ptl {
	display: block;
	color: #404040;
	font-size: 14px;
	line-height: 1.5;
}

.bg1 {
	background: #9FB7CC;
}

.bg2 {
	background: #B0C8A2;
}

.bg3 {
	background: #C0E9A0;
}

.bg4 {
	background: #71D8A4;
}

.bg5 {
	background: #95CEE3;
}

.bg6 {
	background: #D9C985;
}

.bg7 {
	background: #E6BB90;
}

.mb-products {
	display: none;
	padding: 0 0 70px 0;
}

.mptbg {
	padding: 20px 0;
	background: #fff;
}

.mpsearch {
	width: 92%;
	margin: 0 auto;
	line-height: 42px;
	border: none;
	border-bottom: 1px solid #D2D2D2 !important;
	box-sizing: border-box;
}

.msicon {
	display: block;
	float: left;
	color: #B9B9B9;
	font-size: 20px;
}

.mssrk {
	display: block;
	float: left;
	width: 80%;
	line-height: 42px;
	color: #C4C4C4;
	font-size: 16px;
	border: none;
	background: none;
	margin-left: 10px;
}

.mpct {
	background: #007CC3;
	padding: 5px 4%;
	line-height: 36px;
}

.mpctitle {
	float: left;
	width: 70%;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.mpcmenu {
	float: right;
	color: #fff;
	font-size: 14px;
}

.mpmicon {
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
}

.w92 {
	width: 92%;
	margin: 0 auto;
}

.mpbox {
	margin-top: 35px;
}

.mpbt {
	color: #707070;
	font-size: 16px;
	line-height: 1.5;
}

.mpblist li {
	position: relative;
	margin-top: 14px;
	background: #fff;
	padding: 14px 12px 20px 12px;
}

.mplpic {
	float: left;
	width: 18%;
	border: 1px solid #F1F1F1;
}

.mplpic img {
	display: block;
	width: 100%;
}

.mplwz {
	float: right;
	width: 80%;
}

.mpwt1 {
	color: #007CC3;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}

.mpwt2 {
	color: #007CC3;
	font-size: 16px;
	line-height: 1.5;
}

.mt3txt {
	color: #707070;
	font-size: 14px;
}

.mpwt4 {
	margin-top: 10px;
}

.mt4txt {
	display: inline-block;
	margin: 5px 5px 0 0;
	border-radius: 4px;
	/*padding: 2px 10px;*/
	color: #000000;
	font-size: 12px;
}

.mptk.active {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}

.mptk {
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 55px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.mtbot {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 78%;
	height: 100%;
	overflow-y: scroll;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 30px 100px 30px;
}

.mtbt {
	float: left;
	color: #7E7E7E;
	font-size: 20px;
}

.mtclose {
	display: block;
	float: right;
	color: #707070;
	font-size: 26px;
	line-height: 1.5;
}

.mblist li {
	margin-top: 30px;
}

.mblist li:not(:first-child) {
	border-top: 1px solid #C5C5C5;
	padding-top: 30px;
}

.mlyj {
	display: block;
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.metxt {
	display: block;
	float: left;
	width: 50%;
	margin-top: 25px;
	color: #404040;
	font-size: 16px;
	line-height: 1.5;
}

.pdbot1 {
	background: #fff;
	padding: 60px 0 56px 0;
}

.pb1left {
	float: left;
	width: 37%;
}

.pb1right {
	float: right;
	width: 60%;
}

.pl1banner1 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.pb1item {
	position: relative;
	float: left;
	height: 400px;
	background: #F5F8F9;
}

.pb1item img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.pl1banner2 {
	position: relative;
	overflow: hidden;
	margin-left: -16px;
	margin-top: 46px;
}

.pb2item {
	position: relative;
	overflow: hidden;
	margin-left: 16px;
	background: #F5F8F9;
	transition: 0.35s;
	cursor: pointer;
}

.pl1banner2 .slick-current.pb2item {
	background: #DCE3E9;
}

.pb2item img {
	display: block;
	width: 100%;
}

.pr1title {
	color: #404040;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5;
}

.pr1ly {}

.pl1txt {
	color: #007CC3;
	font-size: 18px;
	margin-right: 15px;
}

.pr1td {
	margin-top: 28px;
}

.pt1txt {
	position: relative;
	color: #404040;
	font-size: 16px;
	padding-left: 13px;
	line-height: 1.5;
}

.pt1txt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #007CC3;
	border-radius: 50%;
}

.pr1ms {
	color: #404040;
	font-size: 16px;
	margin-top: 13px;
}

.pr1btn {
	margin-top: 70px;
}

.pb1load {
	background: #007CC3;
}

.pb1read {
	background: #E77817;
}

.pb1load,
.pb1read {
	display: inline-block;
	width: 151px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	margin-right: 18px;
	border-radius: 9px;
}

.pb1load i,
.pb1read i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 20px;
}

.pdbot2 {
	padding: 38px 0 0 0;
}

.pb2right {
	float: right;
	width: 77%;
	background: #fff;
}

.pr2tab {
	background: #EFF3F5;
}

.pt2qh {
	position: relative;
	display: block;
	float: left;
	color: #404040;
	font-size: 16px;
	padding: 24px 47px;
	transition: 0.35s;
	cursor: pointer;
	font-weight: bold;
}

.pt2qh::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 4px;
	background: #0D8CD8;
	transition: 0.45s;
}

.pt2qh.active {
	color: #0D8CD8;
	background: #fff;
}

.pt2qh.active::before {
	width: 100%;
}

.pr2content {
	margin-top: 40px;
	padding: 0 40px 200px 40px;
}

.pc2box {
	display: none;
}

.pcgb {
	color: #404040;
	font-size: 20px;
	border-bottom: 1px solid #707070;
	padding-bottom: 14px;
}

.pc2table {
	width: 100%;
	margin-top: 20px;
}

.pc2table th {
	color: #fff;
	font-size: 14px;
	background: #66889A;
	text-align: center;
	padding: 15px 20px;
	border: 1px solid #707070;
}

.pc2table th:last-child,
.pc2table td:last-child {
	text-align: left;
}

.pc2table td {
	padding: 15px 20px;
	color: #404040;
	font-size: 14px;
	text-align: center;
	border: 1px solid #707070;
	word-break: break-all;
}

.pb2cs:not(:first-child) {
	margin-top: 30px;
}

.pc2nr {
	margin-top: 30px;
}

.pc2table2 {
	width: 100%;
	margin-top: 100px;
}

.pc2table2 th {
	background: #E6E6E6;
	color: #3B3A39;
	font-size: 18px;
	padding: 15px;
	text-align: center;
	border: none;
	font-weight: normal;
}

.pc2table2 td {
	padding: 15px;
	text-align: center;
	color: #3B3A39;
	font-size: 18px;
	border: 1px solid #E6E6E6;
}

.pc2table2 td:last-child {
	text-align: left;
}

.pc2table2 tr:last-child td {
	text-align: center;
}

.pl2head {
	background: #EFEFF1;
	padding: 10px 24px;
	line-height: 1.5;
}

.ph2bt {
	float: left;
	width: 80%;
	color: #474747;
	font-size: 20px;
}

.ph2txt {
	float: right;
	width: 20%;
	text-align: center;
	color: #474747;
	font-size: 16px;
}

.pl2list li {
	display: flex;
	line-height: 58px;
	position: relative;
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

.pl2list li:hover .pl2btn {
	color: #007CC3;
}

.pl2txt,
.pl2ms,
.pl2btn {
	float: left;
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	padding: 0 15px;
	box-sizing: border-box;
}

.pl2txt {
	display: block;
	color: #959595;
	font-size: 20px;
	width: 10%;
	text-align: center;
}

.pb2load {
	margin-top: 40px;
}

.pl2ms {
	color: #585858;
	font-size: 16px;
	width: 70%;
}

.pl2btn {
	color: #959595;
	font-size: 16px;
	width: 20%;
	font-weight: normal;
}

.pl2btn i {
	display: inline-block;
	color: #0D8CD8;
	font-size: 22px;
	margin-right: 10px;
}

.ps2way {
	padding: 68px 20px;
}

.pw2l {
	float: left;
	width: 17%;
}

.pw2l img {
	display: block;
	width: 100%;
}

.pw2r {
	float: left;
	width: 75%;
	margin-left: 5%;
}

.pw2dp {
	color: #404040;
	font-size: 18px;
	margin-top: 15px;
}

.pw2txt {
	color: #404040;
	font-size: 16px;
	margin-top: 15px;
}

.pb2cp li {
	display: flex;
	border: 1px solid #D8D8D8;
	margin-bottom: 20px;
}

.pc2pic {
	position: relative;
	width: 18%;
}

.pc2wz {
	width: 55%;
	box-sizing: border-box;
	padding: 15px;
	border-left: 1px solid #D8D8D8;
}

.pc2label {
	width: 27%;
	box-sizing: border-box;
	padding: 15px;
	border-left: 1px solid #D8D8D8;
}

.mbpl1rt a {
	display: none;
	position: fixed;
	top: 102px;
	left: 0;
	width: 72px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #959595;
	font-size: 16px;
	background: #fff;
	z-index: 1;
	border-radius: 0 25px 25px 0;
	border: 1px solid #0D8CD8;
	border-left: none;
	box-sizing: border-box;
}

.mbpl1fx {
	display: none;
	position: fixed;
	top: 102px;
	right: 0;
	width: 72px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #fff;
	z-index: 1;
	border-radius: 25px 0 0 25px;
	background: #E77817;
}

.mbpl1fx i {
	font-size: 15px;
	margin-left: 5px;
}

.mb-pw {
	margin-top: 40px;
}

.pc-ps {
	padding-bottom: 270px;
}

.pswtype {
	margin-left: -1%;
}

.pstqh {
	display: block;
	float: left;
	width: 15.666%;
	margin: 5px 0 0 1%;
	background: #DDE2E6;
	color: #404040;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
}

.pstqh.active {
	color: #fff;
	background: #0D8CD8;
}

.pswsx {
	margin-top: 25px;
	border-top: 1px solid #DBDBDB;
}

.pswsx li {
	display: flex;
	border-bottom: 1px solid #DBDBDB;
}

.pwsbt {
	width: 10%;
	box-sizing: border-box;
	padding: 23px 22px;
	color: #404040;
	font-size: 16px;
	background: #EBEFF3;
	font-weight: normal;
}

.pwsfl {
	width: 80%;
	height: 60px;
	overflow: hidden;
	padding: 13px 0 5px 0;
	transition: 0.65s;
}

.pwsfl.active {
	height: auto;
	overflow: visible;
}

.pfxz {
	position: relative;
	display: inline-block;
	margin: 0 0 5px 20px;
	color: #404040;
	font-size: 18px;
	padding: 6px 14px;
	transition: 0.35s;
	border: 1px solid rgba(255, 255, 255, 0);
}

a.pfxz:hover,
a.pfxz.active {
	color: #007CC3;
	background: #fff;
	border: 1px solid #0D8CD8;
}

a.pfxz:hover::before,
a.pfxz.active::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 16px;
	background: url(../images/i3.png) no-repeat;
	background-size: contain;
}

.pwwsmore {
	display: block;
	width: 10%;
}

.psmw {
	position: relative;
	float: right;
	color: #404040;
	font-size: 14px;
	border: 1px solid #CFCFCF;
	border-radius: 5px;
	padding: 2px 5px;
	line-height: 1.5;
	margin-top: 24px;
	cursor: pointer;
}

.psmw.active .psmicon {
	transform: rotate(180deg);
}

.psmicon {
	display: inline-block;
	color: #BBBBBB;
	font-size: 12px;
	margin-left: 5px;
	transition: 0.35s;
}

.nc {
	color: #C1C1C1;
}

.pswhidden {
	text-align: center;
	color: #404040;
	font-size: 16px;
	margin-top: 20px;
	cursor: pointer;
}

.pswhidden i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 15px;
}

.productmodel {
	width: 100%;
	border: 1px solid #e4e4e4;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}

.productmodel thead tr {
	background: #1592CC;
}

.productmodel thead tr th {
	height: 61px;
	border-right: 1px solid #3bb3e9;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}

.productmodel thead tr th,
.productmodel tbody tr td {
	padding: 0 5px;
}

.productmodel tbody tr {
	border-bottom: 1px solid #e4e4e4;
	transition: 750ms;
}

.productmodel tbody tr:hover {
	background: #f1f9fd;
}

.productmodel tbody tr td {
	border-right: 1px solid #e4e4e4;
	color: #666666;
	height: 53px;
	text-align: center;
}

.productmodel tbody tr td:nth-child(1) a {
	color: #666;
}

.modeload {
	display: block;
	width: 100%;
	height: 53px;
	background: url(../images/load1.png) center no-repeat;
	margin: auto;
	transition: 670ms;
}

.buying {
	display: block;
	width: 100%;
	height: 53px;
	background: url(../images/cart.png) center no-repeat;
	transition: 670ms;
}

.pswbox {
	margin-top: 40px;
}

.pbbt {
	color: #404040;
	font-size: 18px;
}

.mtno {
	margin-top: 0;
}

.load-banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 75px 0;
}

.lbts {
	color: #fff;
	font-size: 24px;
}

.lbload {
	margin-left: -5%;
	margin-top: 50px;
}

.lbload li {
	float: left;
	width: 45%;
	margin-left: 5%;
	padding: 22px;
	border-bottom: 1px solid #484848;
	box-sizing: border-box;
}

.ibll {
	float: left;
	width: 80%;
}

.ibltp {
	display: inline-block;
	vertical-align: middle;
	width: 14%;
}

.ibltp img {
	display: block;
	width: 100%;
}

.iblwz {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	margin-left: 18px;
}

.ilt1 {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}

.ilt2 {
	display: block;
	color: #fff;
	font-size: 14px;
}

.iblr a {
	display: block;
	float: right;
	border-radius: 6px;
	background: #0EA550;
	width: 58px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 20px;
	margin-top: 15px;
}

.load-select {
	padding: 57px 0 200px 0;
}

.lstop {
	margin-left: -5%;
	padding-bottom: 40px;
	border-bottom: 1px solid #DEEDF9;
}

.ltitem {
	float: left;
	width: 45%;
	margin-left: 5%;
}

.ltibt {
	color: #474747;
	font-size: 24px;
	font-weight: normal;
}

.ltilx {
	margin-top: 15px;
	margin-left: -1%;
}

.liselect {
	float: left;
	width: 32.333%;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	padding: 0 15px;
	margin-left: 1%;
	border: 1px solid #C7C7C7;
	background-color: #fff !important;
	appearance: none;
	background: url(../images/jt.png) 93% center no-repeat;
	background-size: 19px 19px;
	font-size: 16px;
	color: #474747;
}

.liselect option {
	color: #474747;
	font-size: 20px;
}

.ltisearch {
	width: 100%;
	height: 54px;
	line-height: 54px;
	margin-top: 15px;
	border: 1px solid #C7C7C7;
	overflow: hidden;
}

.itswbk {
	display: block;
	float: left;
	width: 85%;
	line-height: 54px;
	box-sizing: border-box;
	padding: 0 24px;
	color: #C4C4C4;
	border: none;
	font-size: 16px;
}

.itsbtn {
	display: block;
	float: right;
	width: 15%;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 24px;
	background: #0D8CD8;
}

.lsbox {
	margin-top: 60px;
}

.lsbhead {
	background: #EFEFF1;
	line-height: 70px;
}

.lhdz {
	display: block;
	float: left;
	width: 58%;
	box-sizing: border-box;
	padding: 0 24px;
	color: #474747;
	font-size: 22px;
}

.lhdate {
	display: block;
	float: left;
	width: 26%;
	box-sizing: border-box;
	padding: 0 20px;
	color: #474747;
	font-size: 16px;
}

.lhcz {
	display: block;
	float: left;
	width: 16%;
	text-align: center;
	color: #474747;
	font-size: 16px;
}

.lsblist {
	background: #FFF;
}

.lsblist li {
	position: relative;
	display: flex;
	border: 1px solid #E8E8E8;
	margin-top: -1px;
	transition: 0.35s;
}

.lsblist li:hover {
	background: #0D8CD8;
}

.lsblist li:hover .lblnum,
.lsblist li:hover .lblms,
.lsblist li:hover .lbldate,
.lsblist li:hover .lblbtn {
	color: #fff;
}

.lsblist li:hover .lbicon {
	background-image: url(../images/bload.png);
	background-size: contain;
}

.lblnum {
	display: block;
	text-align: center;
	color: #959595;
	font-size: 16px;
	width: 8%;
	padding: 20px 0;
}

.lblms {
	display: block;
	padding: 20px 18px;
	color: #585858;
	font-size: 16px;
	width: 50%;
	border-left: 1px solid #E8E8E8;
}

.lbldate {
	display: block;
	color: #959595;
	font-size: 16px;
	padding: 20px 18px;
	width: 26%;
	border-left: 1px solid #E8E8E8;
}

.lblbtn {
	display: block;
	color: #959595;
	font-size: 16px;
	text-align: center;
	width: 16%;
	padding: 20px 0;
	border-left: 1px solid #E8E8E8;
}

.lbicon {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background-image: url(../images/load.png);
	background-size: contain;
	margin-right: 10px;
}

.load-more a {
	display: block;
	width: 147px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #959595;
	font-size: 16px;
	border-radius: 40px;
	background: #fff;
	border: 1px solid #707070;
	margin: 22px auto 0;
}

.load-more a:hover {
	color: #fff;
	background: #0D8CD8;
	border: 1px solid #0D8CD8;
}

.mbpxz {
	display: none;
}

.mpxclose {
	float: left;
	color: #7E7E7E;
	font-size: 18px;
}

.mpxbtn {
	float: right;
}

.mxbreset,
.mxbsure {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 30px;
	border-radius: 8px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 1.5;
}

.mxbreset {
	background: #E6E6E6;
	color: #404040;
}

.mxbsure {
	background: #007CC3;
	color: #fff;
}

.mpbtitle {
	color: #2B2B2B;
	font-size: 18px;
	border-bottom: 1px solid #D6D6D6;
	line-height: 1.5;
	padding-bottom: 13px;
}

.mb-ps {
	display: none;
	padding: 30px 0 50px;
	background: #fff;
}

.mpssx a {
	position: fixed;
	top: 60px;
	right: 0;
	background: #0D8CD8;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	border-radius: 40px 0 0 40px;
	color: #fff;
	font-size: 20px;
	padding: 5px 15px;
	line-height: 1.5;
}

.mpblable {}

.mplxz {
	display: inline-block;
	position: relative;
	color: #007CC3;
	background: #fff;
	border: 1px solid #0D8CD8;
	font-size: 14px;
	margin: 15px 5px 0 0;
	padding: 0 5px;
}

.mplxz::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 16px;
	background: url(../images/i3.png) no-repeat;
	background-size: contain;
}

.mpslist {
	margin-top: 40px;
}

.mpslist li {
	margin-top: 1px;
}

.mplbt {
	background: #E1E1E1;
	padding: 10px 15px;
}

.mplbt.active {
	background: #007CC3;
}

.mplbt.active .plbms,
.mplbt.active .plbjt {
	color: #fff;
}

.mplbt.active .plbjt {
	transform: rotate(180deg);
}

.plbms {
	float: left;
	color: #212121;
	font-size: 14px;
	width: 75%;
}

.plbjt {
	display: block;
	float: right;
	color: #9B9B9B;
	font-size: 22px;
	line-height: 1;
	transition: 0.45s;
}

.mplzk {
	display: none;
	background: #F5F8FF;
	padding: 20px 30px;
}

.mltwz {
	color: #212121;
	font-size: 14px;
}

.mlzbtn {
	margin-top: 30px;
	margin-left: -3%;
}

.mzb {
	float: left;
	width: 30.333%;
	margin-left: 3%;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #5A5A5A;
	font-size: 14px;
	background: #EAEFF3;
	border-radius: 8px;
	box-sizing: border-box;
}

.mzb i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
}

.mpsts {
	text-align: center;
	color: #9F9F9F;
	font-size: 14px;
	margin-top: 30px;
}

.mblb-bt {
	display: none;
}

.mbtt1 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
}

.mbtt2 {
	display: block;
	color: #C9C9C9;
	font-size: 14px;
}

.swbanner {
	position: relative;
}

.swbpic {
	overflow: hidden;
}

.swbpic img {
	display: block;
	width: 100%;
}

.swbcv {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.swct1 {
	display: block;
	color: #FFF;
	font-size: 42px;
	line-height: 1.5;
	font-weight: normal;
}

.swct2 {
	color: #C9C9C9;
	font-size: 20px;
}

.swcicon {
	display: block;
	color: #fff;
	font-size: 20px;
}

.swcont {
	padding: 40px 0 50px 0;
}

.swcleft {
	float: left;
	width: 23%;
	background: #fff;
	padding-bottom: 40px;
}

.sclss {
	margin: 30px 15px 50px 15px;
	border-bottom: 1px solid #A7A7A7;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.scssrk {
	display: block;
	float: left;
	border: none;
	color: #AFAFAF;
	font-size: 12px;
	line-height: 26px;
}

.scsbtn {
	display: block;
	float: right;
	color: #9E9F9F;
	font-size: 20px;
	margin-right: 5px;
}

.scllink {
	position: relative;
	display: block;
	color: #404040;
	font-size: 20px;
	padding: 10px 27px 10px 30px;
	line-height: 45px;
	z-index: 3;
}

.scllink:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #0D8CD8;
	z-index: -3;
	transition: 0.48s;
}

.scllink i {
	display: block;
	float: right;
	font-size: 15px;
}

.scllink.active,
.scllink.active i {
	color: #fff;
}

.scllink.active:before {
	width: 100%;
}

.swcright {
	float: right;
	width: 76%;
	overflow: hidden;
}

.scrlist {
	margin-left: -2%;
	background: #fff;
	box-sizing: border-box;
	padding: 36px 60px 20px 36px;
}

.scrlist li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 0 0 40px 2%;
}

.scrlist li:hover .srlpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.scrlist li:hover .srlbt {
	color: #0D8CD8;
}

.scrlist li:hover .srlbtn:before {
	height: 100%;
}

.scrlist li:hover .srlbtn {
	color: #fff;
}

.srlpic {
	text-align: center;
	overflow: hidden;
}

.srlpic img {
	display: inline-block;
	max-width: 100%;
	transition: 0.45s;
}

.srlbt {
	font-weight: normal;
	color: #404040;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
}

.srlnr {
	color: #404040;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
	height: 42px;
	overflow: hidden;
}

.srlbtn {
	position: relative;
	display: block;
	width: 108px;
	height: 34px;
	background: #E1E1E1;
	color: #404040;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	margin-top: 20px;
	z-index: 3;
	transition: 0.45s;
}

.srlbtn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #0D8CD8;
	z-index: -3;
	transition: 0.45s;
}

.swcont .pages-list {
	margin-top: 6px;
}

.swcont .pages-list.w1300 {
	width: 100%;
}

.mbsw {
	width: 100%;
	background-color: #007CC3 !important;
}

.mb-slselect {
	display: none;
	width: auto;
	padding: 0 5% 0 2%;
	margin: auto;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: none;
	appearance: none;
	font-weight: bold;
	background-color: #007CC3 !important;
	background: url(../images/down.png) 100% 50% no-repeat;
	background-size: 14px 8px;
}

.mb-slselect option {
	width: 100%;
	text-align: center;
	color: #333;
	background: #fff;
}

.sdwrap {
	padding: 50px 0 0 0;
	background: #fff;
}

.sdwnr {
	padding: 0 30px;
}

.sdwtitle {
	color: #444444;
	font-size: 40px;
	line-height: 1.5;
	font-weight: normal;
}

.sdwxq {
	margin-top: 20px;
}

.swxtxt {
	display: inline-block;
	vertical-align: middle;
	color: #A1A1A1;
	font-size: 14px;
	margin-right: 30px;
}

.swxshare {
	display: inline-block;
}

.swsicon {
	display: inline-block;
	vertical-align: middle;
	/*width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: contain;*/
	margin-left: 15px;
	font-size: 18px;
	color: #9E9E9E;
}

.sdwxw li {
	margin-top: 60px;
	padding-top: 30px;
}

.sdwxw li:not(:first-child) {
	border-top: 1px solid #CFCFCF;
}

.sdwbt {
	margin-top: 64px;
	border-top: 5px solid #F5F8FF;
	padding: 30px 50px 30px 17px;
}

.sdbl {
	float: left;
	width: 70%;
}

.sdltxt {
	display: block;
	color: #404040;
	font-size: 16px;
	margin-top: 5px;
}

.sdltxt:hover {
	color: #0D8CD8;
}

.sdbr a {
	display: block;
	float: right;
	width: 125px;
	height: 45px;
	background: #0D8CD8;
	border-radius: 28px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	margin-top: 12px;
}

.sptwraq {
	background: #fff;
	padding: 35px 30px 14px 30px;
	box-sizing: border-box;
}

.spwlist li {
	position: relative;
	border-bottom: 1px solid #D2D2D2;
	padding: 25px 25px 30px 25px;
}

.technology-data {
	width: 72px;
	height: 72px;
	float: left;
	background: #BEBEBE;
	text-align: center;
	transition: 0.48s;
}

.technology-data b {
	display: block;
	line-height: 1;
	padding-top: 10px;
	color: #fff;
	font-size: 30px;
	font-family: "Gilroy-ExtraBold";
	font-weight: normal;
	transition: 0.35s;
}

.technology-data time {
	display: block;
	margin-top: 6px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-family: "Gilroy-ExtraBold";
	transition: 0.35s;
}

.technology-contents {
	margin-left: 90px;
}

.technology-contents strong {
	display: block;
	line-height: 1.2;
	color: #666666;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.technology-contents p {
	margin-top: 16px;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.technology-contents span {
	display: inline-block;
	margin-top: 18px;
	color: #999999;
	font-size: 14px;
	line-height: 1;
}

.sptwraq .pages-list {
	margin-top: 20px;
}

.sp2cont {
	padding-bottom: 200px;
}

.sp2tab {
	background: #fff;
	padding: 25px 40px;
}

.spt2link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #404040;
	font-size: 16px;
	margin-right: 55px;
	text-align: center;
	line-height: 1.5;
}

.spt2link i {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	line-height: 1;
	color: #0D8CD8;
	font-size: 12px;
	font-weight: bold;
}

.spt2link:hover,
.spt2link.active {
	color: #0D8CD8;
}

.spt2link:hover i,
.spt2link.active i {
	opacity: 1;
	visibility: visible;
}

.sp2list {
	margin-left: -3%;
}

.sp2list li {
	position: relative;
	float: left;
	width: 30.333%;
	margin: 70px 0 0 3%;
}

.sp2list li:hover .spl2tp img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.sp2list li:hover .spl2bt {
	color: #0D8CD8;
}

.spl2tp {
	overflow: hidden;
}

.spl2tp img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.spl2bt {
	color: #232323;
	font-size: 16px;
	margin-top: 10px;
}

.spl2date {
	display: block;
	color: #232323;
	font-size: 12px;
}

.spl2date i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-right: 10px;
}

.sp2cx {
	margin-top: 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	overflow: hidden;
}

.spc2wbk {
	display: block;
	float: left;
	width: 80%;
	line-height: 40px;
	border: none;
	background: none;
	color: #AFAFAF;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 15px;
}

.spc2btn {
	display: block;
	float: right;
	color: #9E9F9F;
	font-size: 20px;
	margin-right: 15px;
}

.spd2wrap {
	padding: 50px 0 100px 0;
}

.spt2l {
	float: left;
	width: 80%;
}

.spltitle {
	color: #404040;
	font-size: 24px;
	line-height: 1.5;
}

.spt2r {
	float: right;
	color: #404040;
	font-size: 16px;
	margin-top: 10px;
}

.spt2r i {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-right: 5px;
}

.spt2nr {
	margin-top: 30px;
}

.spd2bt {
	background: #fff;
	margin-top: 30px;
}

.sp3list {
	background: #fff;
}

.spl3bt {
	padding: 20px 45px;
	border-bottom: 1px solid #D2D2D2;
}

.spl3bt.active {
	background: #0D8CD8;
}

.spl3bt.active .spb3wt,
.spl3bt.active .spb3s {
	color: #FFF;
}

.spb3wt {
	float: left;
	width: 80%;
	color: #474747;
	font-size: 18px;
}

.spb3wt span,
.spz3d span {
	margin-right: 13px;
}

.spb3s {
	display: block;
	float: right;
	color: #404040;
	font-size: 18px;
}

.spl3zk {
	display: none;
	background: #F1F7FB;
	padding: 14px 48px 48px 48px;
}

.spz3d {
	color: #404040;
	font-size: 18px;
	font-weight: normal;
}

.spz3nr {
	margin-left: 25px;
	color: #404040;
	font-size: 14px;
	margin-top: 15px;
}

.spz3xq {
	display: block;
	margin-left: 25px;
	margin-top: 25px;
	color: #0D8CD8;
	font-size: 16px;
}

.sp3wrap .pages-list {
	margin-top: 50px;
}

.sp3list li {
	cursor: pointer;
}

.mb-sp3tp {
	display: none;
	padding: 30px 4%;
}

.mbs3bt {
	float: left;
	color: #404040;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}

.mbs3r {
	float: right;
}

.mbs3r {
	display: inline-block;
	vertical-align: middle;
	color: #8B8B8B;
	font-size: 16px;
}

.mr3fk {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 8px;
	border: 1px solid #707070;
	color: #404040;
	font-size: 14px;
	margin-left: 10px;
}

.technology-tts strong {
	display: block;
	margin-bottom: 12px;
	line-height: 1;
	color: #404040;
	font-size: 30px;
	font-weight: normal;
}

.technology-tts p {
	color: #6B6B6B;
	font-size: 18px;
	line-height: 1.4;
}

.feedback-input {
	margin-top: 56px;
}

.feedback-input {
	margin-top: 56px;
}

.feedback-info {
	margin-bottom: 16px;
}

.feedbck-item {
	float: left;
}

.feedbck-item span {
	display: block;
	float: left;
	color: #999999;
	font-size: 14px;
	line-height: 53px;
	min-width: 70px;
}

.feedbck-item:nth-child(2n+2) {
	float: right;
}

.feedbck-item:nth-child(2n+2) .feedback-row {
	margin-left: 116px;
}

.feedback-row {
	margin-left: 70px;
	width: 432px;
}

.feedback-row .text {
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #E1E1E1;
	background: #fff;
	color: #BEBEBE;
	font-size: 14px;
	height: 51px;
	line-height: 51px;
	padding-left: 13px;
}

.feedback-row .text::-webkit-input-placeholder {
	color: #BEBEBE;
}

.feedback-row .text:focus::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.feedback-info1 .feedbck-item {
	width: 100%;
	float: none;
}

.feedback-info1 .feedbck-item .feedback-row {
	width: auto;
}

.message-content {
	margin-left: 70px;
	border: 1px solid #E1E1E1;
	background: #fff;
	padding: 8px 14px;
}

.message-model {
	border-bottom: 1px solid #E1E1E1;
}

.message-model.no-border {
	border-bottom: none;
}

.message-model span {
	display: block;
	float: left;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 40px;
}

.scfj {
	border: 1px solid #E1E1E1;
}

.scfj span {
	float: none;
	line-height: 1.5;
	text-align: center;
	margin: 30px 0;
	font-size: 18px;
}

.message-right {
	margin-top: 5px;
	position: relative;
	overflow: hidden;
}

.message-right .message-btn {
	display: block;
	width: 168px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #0D8CD8;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 20px auto 0;
}

.message-right .file {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.message-img {
	padding: 11px;
}

.messageinfo {
	float: left;
	width: 70px;
	margin-right: 5px;
}

.messageinfo img {
	display: block;
	width: 100%;
	height: auto;
}

.message-left {
	margin-left: 100px;
}

.message-left input {
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	color: #BEBEBE;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border: none;
}

.message-left .message-textar {
	width: 100%;
	height: 70px;
	padding: 10px 0;
	color: #BEBEBE;
	font-size: 14px;
	line-height: 1.6;
	font-family: "Microsoft YaHei New";
	resize: none;
}

.yz {
	float: left;
	display: block;
	width: 130px;
	margin-left: 6px;
	margin-top: 10px;
}

.feedback-row1 {
	float: left;
	margin-left: 0;
}

.feedback-sub {
	padding: 15px 0 0 70px;
}

.feedback-sub .sub {
	border: none;
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 17px;
	background: #0D8CD8;
	cursor: pointer;
}

.message-left .message-textar {
	width: 100%;
	height: 70px;
	padding: 10px 0;
	color: #BEBEBE;
	font-size: 14px;
	line-height: 1.6;
	font-family: "Microsoft YaHei New";
	resize: none;
	border: none;
}

.sp4wrap {
	background: #fff;
}

.sp4bot {
	padding: 40px 0 200px 0;
}

.sp4tk.active {
	opacity: 1;
	visibility: visible;
}

.sp4tk {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 999;
}

.st4bot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #0D8CD8;
	width: 817px;
	box-sizing: border-box;
	padding: 90px 40px 40px 40px;
	text-align: center;
}

.sb4close {
	position: absolute;
	top: 0;
	right: 5px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.sb4t1 {
	color: #fff;
	font-size: 58px;
	line-height: 1.5;
	font-weight: normal;
}

.sb4t2 {
	color: #fff;
	font-size: 36px;
}

.sb4t3 {
	display: block;
	color: #fff;
	font-size: 20px;
	margin-top: 100px;
}

.about-banner {
	position: relative;
}

.abtp img {
	display: block;
	width: 100%;
}

.abhz {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.abhleft {
	float: left;
	width: 57%;
	background: #fff;
	box-sizing: border-box;
	padding: 50px 200px 95px 50px;
}

.ahlt1 {
	color: #0D8CD8;
	font-size: 60px;
	margin-top: 70px;
	line-height: 1.5;
}

.ahlt2 {
	display: block;
	color: #0D8CD8;
	font-size: 40px;
	line-height: 1.5;
}

.ahlnum li {
	float: left;
	margin: 40px 50px 0 0;
}

.ahnsz {
	display: block;
	color: #404040;
	font-size: 50px;
	line-height: 1.2;
	font-weight: normal;
}

.ahnxz {
	display: block;
	font-style: normal;
	color: #404040;
	font-size: 18px;
}

.ahnsz sup {
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
}

.abhright {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 51%;
}

.ahlvideo {
	position: relative;
}

.ahlvideo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.ahlvideo i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 83px;
	height: 83px;
	border-radius: 50%;
	text-align: center;
	line-height: 83px;
	color: #fff;
	font-size: 39px;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
	cursor: pointer;
	transition: 0.45s;
}

.ahlvideo i:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.ahlvideo img {
	display: block;
	width: 100%;
}

.ahllable {
	border: 1px solid #707070;
	border-radius: 28px;
	width: 348px;
	margin: 17px auto 0;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 0;
}

.ahltxt {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 1;
	font-size: 21px;
}

.ahltxt:not(:first-child) {
	border-left: 1px solid #404040;
}

.about-intro {
	padding: 65px 0 117px 0;
	background: #fff;
}

.aigtxt1 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #404040;
	font-size: 38px;
	line-height: 1.5;
}

.aigtxt1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 76px;
	height: 2px;
	background: #0D8CD8;
}

.aigtxt2 {
	display: inline-block;
	vertical-align: middle;
	color: #404040;
	font-size: 20px;
	margin-left: 30px;
	line-height: 1.5;
}

.aibot {
	margin-top: 30px;
	padding: 30px 50px;
	background: #F5F8FF;
}

.aibl {
	float: left;
	width: 39%;
}

.aibl img {
	display: block;
	width: 100%;
}

.aibr {
	float: right;
	width: 49%;
	color: #404040;
	font-size: 20px;
}

.about-honor {
	padding: 50px 0 60px 0;
}

.wzbs {
	color: #fff;
}

.nol .aigtxt1:before {
	display: none;
}

.ahtp {
	text-align: center;
	margin-top: 45px;
}

.ahtp img {
	max-width: 100%;
}

.aht1 {
	display: inline-block;
}

.aht2 {
	display: none;
}

.ahlist {
	text-align: center;
	margin-top: 10px;
}

.ahlist li {
	display: inline-block;
	margin: 0 20px;
	text-align: center;
}

.ahllogo {
	position: relative;
	height: 45px;
}

.ahllogo img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.ahltxt {
	color: #D4D4D4;
	font-size: 14px;
}

.about-hj {
	padding: 75px 0;
	overflow: hidden;
}

.ahjbanner {
	position: relative;
	width: 725px;
	margin: 120px auto 0;
}

.ahjbanner .slick-list {
	overflow: visible;
}

.ahjbanner .slick-active.ajbitem {
	transform: scale(1);
}

.ahjbanner .slick-active.ajbitem:before {
	opacity: 0;
	visibility: hidden;
}

.ahjbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 69px;
	height: 69px;
	text-align: center;
	line-height: 69px;
	border-radius: 50%;
	color: #fff;
	background: rgba(212, 212, 212, .8);
}

.ahjbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ahjbanner .slick-prev:before {
	content: "\e7ea";
}

.ahjbanner .slick-next:before {
	content: "\e662";
}

.ahjbanner .slick-prev {
	left: -69px;
}

.ahjbanner .slick-next {
	right: -69px;
}

.ahjbanner .slick-arrow:hover {
	background: #007CCF;
}

.ajbitem {
	position: relative;
	float: left;
	transform: scale(0.8);
	transition: 0.45s;
}

.ajbitem img {
	display: block;
	width: 100%;
}

.ajbitem:before {
	transition: 0.45s;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.about-zr {
	padding: 75px 0 200px 0;
}

.azrpic {
	text-align: center;
	margin-top: 70px;
}

.azrpic img {
	display: inline-block;
	max-width: 100%;
}


/* 弹框 */

.tk-bg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 9999;
}

.tb-cb {
	position: relative;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	transform: translate(-50%, -50%);
}

.tbclose {
	position: absolute;
	right: -54px;
	top: 0;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.tbclose:hover i {
	transform: rotate(360deg);
}

.tbclose i {
	display: block;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	transition: 0.55s;
}

.tbvideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apply-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.news-list {
	margin-bottom: 100px;
}

.news-list li {
	position: relative;
	margin-top: 10px;
	line-height: 32px;
}

.news-list li:hover .nlms {
	color: #0D8CD8;
}

.nlms {
	position: relative;
	float: left;
	width: 70%;
	color: #3E3E3E;
	font-size: 18px;
	padding-left: 18px;
}

.nlms:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #646464;
}

.nldate {
	float: right;
	color: #818181;
	font-size: 12px;
}

.contact-bot1 {
	padding: 84px 0 150px 0;
}

.cb1left {
	float: left;
	width: 48%;
}

.cb1right {
	float: right;
	width: 48%;
}

.maps {
	width: 100%;
	height: 419px;
}

.cl1ietm {
	position: relative;
	margin-bottom: 30px;
	padding-left: 40px;
}

.cl1ietm:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #4D4D4D;
}

.cl1t1,
.cl1t2 {
	display: inline-block;
	vertical-align: text-top;
	color: #404040;
	font-size: 20px;
}

.cl1ewm {
	padding-top: 27px;
	border-top: 1px solid #707070;
	padding-left: 56px;
}

.cl1ewm img {
	width: 143px;
	display: inline-block;
	vertical-align: middle;
}

.cl1ewm span {
	display: inline-block;
	vertical-align: middle;
	color: #404040;
	font-size: 20px;
	margin-left: 30px;
}

.anchorBL {
	display: none;
}

.contact-bot2 {
	padding: 70px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.cb2bt {
	color: #404040;
	font-size: 38px;
	font-weight: normal;
}

.cb2box {
	width: 495px;
	background: #fff;
	box-sizing: border-box;
	padding: 25px 25px 50px 25px;
	margin-top: 30px;
}

.cb2txt {
	color: #404040;
	font-size: 20px;
}

.cb2td {
	display: block;
	color: #0D8CD8;
	font-size: 20px;
	margin-top: 20px;
}

.cb2qw {
	display: block;
	color: #404040;
	font-size: 20px;
	margin-top: 60px;
}

.cl2tz {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	margin-top: 30px;
}

.cl2tz img {
	display: block;
	width: 100%;
}

.mb-slx {
	display: none;
}

.nocont {
	width: 1000px;
	margin: 0 auto;
	padding: 130px 0 150px 0;
}

.nctp {
	text-align: center;
}

.nctp img {
	display: inline-block;
	max-width: 100%;
}

.nctxt {
	color: #000000;
	font-size: 22px;
	margin-top: 40px;
	text-align: center;
}

.nclx {
	position: relative;
	width: 100%;
	height: 185px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 190px;
}

.nclbt {
	position: absolute;
	top: -41px;
	left: 50%;
	transform: translateX(-50%);
	color: #404040;
	font-size: 20px;
	padding-bottom: 5px;
}

.nclbt:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 5px;
	background: #0D8CD8;
}

.nclway {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.ncwlink {
	display: inline-block;
	vertical-align: middle;
	margin: 0 35px;
	color: #404040;
	font-size: 13px;
	text-align: center;
}

.ncwlink i {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto 15px 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.nclts {
	color: #404040;
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
}

.head-zn {
	left: 0;
	width: 100% !important;
	height: calc(100vh - 87px);
	background: #fff;
	z-index: 999;
	overflow-y: scroll;
	border-top: 2px solid #0D8CD8;
	margin-left: 0;
	line-height: 1.5;
	border-radius: 0;
}

.head-zn::-webkit-scrollbar {
	width: 8px;
	background: none;
}

.head-zn::-webkit-scrollbar-thumb {
	width: 8px;
	background: #F5F8FF;
}

.head-zn::-webkit-scrollbar-corner {
	background: none;
}

.head-zn::-webkit-scrollbar:horizontal {
	height: 9px;
}

.hznbot {
	width: 1100px;
	margin: 0 auto;
}

.hzleft {
	float: left;
	width: 29%;
	background: #E4F0F5;
	box-sizing: border-box;
	padding: 30px 12px 40px 12px;
}

.hzlitem {
	display: block !important;
	position: relative;
	padding: 0 15px;
	line-height: 41px;
	font-weight: bold;
	transition: 0.45s;
	border-radius: 21px;
	cursor: pointer;
	margin: 2px 0;
}

.hzlitem.active {
	background: #0D8CD8;
}

.hzlitem.active .hzbt,
.hzlitem.active .hljt {
	color: #fff;
}

.hzbt {
	display: block;
	float: left;
	color: #000000;
	font-size: 15px;
}

.hljt {
	display: block;
	float: right;
	color: #3B3B3B;
	font-size: 12px;
}

.hzright {
	display: none;
	position: relative;
	float: right;
	width: 70%;
}

.hzright li {
	position: relative;
	padding: 35px 25px 50px 0;
	z-index: 3;
}

.hzright li:not(:first-child) {
	border-top: 1px dashed #C5C5C5;
}

.hzright li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #EDF3F6;
	z-index: -3;
	transition: 0.45s;
}

.hzright li:hover:before {
	height: 100%;
}

.hzright li:hover .hrpic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.hrpic {
	float: left;
	width: 21%;
}

.hrpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.hrwz {
	float: right;
	width: 70%;
	text-align: left;
}

.hrwt1 {
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
}

.hrwt2 {
	color: #818181;
	font-size: 15px;
	margin-top: 10px;
}

.head-sl {
	margin-left: -35px;
	width: 760px;
	line-height: 1.5;
	text-align: left !important;
	box-sizing: border-box;
	padding: 30px 30px 40px 45px;
}

.hslist li {
	display: block !important;
	float: left;
	width: 25%;
	height: 160px;
	text-align: left !important;
}

.mb-xc {
	display: none;
}

.zdbanner {
	position: relative;
	padding: 67px 0 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.zd1cv {
	position: relative;
}

.zc1left {
	float: left;
	width: 52%;
}

.zl1name {
	color: #fff;
	font-size: 32px;
	line-height: 1.5;
}

.zl1nr {
	color: #fff;
	margin-top: 40px;
}

.zl1nr p {
	margin-top: 5px;
}

.zc1right {
	float: right;
	width: 41%;
	border-radius: 20px;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 50px 25px;
}

.zr1pic {
	text-align: center;
}

.zr1pic img {
	display: inline-block;
	max-width: 100%;
}

.zr1txt {
	color: #fff;
	margin-top: 10px;
}

.zdbrand {
	margin-top: 20px;
}

.zbtxt {
	display: inline-block;
	vertical-align: middle;
	color: #404040;
	font-size: 14px;
}

.zd1tab {
	margin-top: 55px;
	border-bottom: 1px solid #0D8CD8;
}

.ztqh {
	display: inline-block;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(#96BBDB, #FFFFFF);
	text-align: center;
	padding: 10px 5px;
	line-height: 1.3;
	color: #404040;
	font-size: 14px;
	transition: 0.45s;
}

.ztqh:hover,
.ztqh.active {
	background: #0D8CD8;
	color: #fff;
}

.ztqh em {
	display: block;
	font-style: normal;
	font-size: 12px;
}

.zd1bot1 {
	position: relative;
	background: #fff;
	padding: 45px 35px;
}

.zd1bot1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 45%;
	width: 1px;
	height: 100%;
	background: linear-gradient(rgba(212, 212, 212, 0), rgba(212, 212, 212), rgba(212, 212, 212, 0));
}

.zd2bot1:before {
	display: none;
}

.zb1item:nth-child(1) {
	float: left;
	width: 40%;
}

.zb1item:nth-child(2) {
	float: right;
	width: 50%;
}

.zb2item:nth-child(1) {
	float: left;
	width: 45%;
}

.zb2item:nth-child(2) {
	float: left;
	width: 48%;
	margin-left: 65px;
}

.zb2rt {
	margin-top: 36px;
}

.zb2rt img {
	display: block;
	width: 100%;
}

.zi1bt {
	color: #000000;
	font-size: 16px;
	line-height: 1;
	border-left: 6px solid #0D8CD8;
	padding-left: 5px;
}

.zi1nr {
	color: #000000;
	font-size: 14px;
	margin-top: 20px;
	text-align: justify;
}

.zi1nr p {
	margin-bottom: 5px;
}

.zd1cp {
	background: #fff;
	padding: 45px 0 60px 0;
	margin-top: 24px;
}

.zc1bt {
	color: #000000;
	font-size: 16px;
	margin-left: 25px;
}

.zb1jt {
	display: inline-block;
	vertical-align: middle;
	color: #0D8CD8;
	font-size: 12px;
	margin-right: 6px;
}

.zc1table {
	margin-top: 20px;
}

.zt1head {
	display: flex;
	background: #5D6F87;
}

.zt1head span {
	color: #fff;
	padding: 10px;
	text-align: center;
}

.zt1head span,
.ztlg span {
	display: inherit;
	justify-content: center;
	align-items: center;
	border: 1px solid #BDD7EE;
	line-height: 1.5;
	margin-left: -1px;
	word-break: break-all;
	width: 100px;
}
.zt1head span:last-child{
	flex-shrink: 0;
}
.ztlg span:last-child{
	flex-shrink: 0;
}
/*.zt1head span:first-child,
.ztlg span:first-child {
	flex: 2;
}*/

/*.zt1head span:last-child,
.ztlg span:last-child {
	flex: 2;
}*/

/*.zt2head span:nth-child(1),
.zt2head span:nth-child(12),
.zt2head span:nth-child(13),
.zt2list span:nth-child(1),
.zt2list span:nth-child(12),
.zt2list span:nth-child(13) {
	flex: 2 !important;
}

.zt2head span:nth-child(11),
.zt2list span:nth-child(11) {
	flex: 3 !important;
}*/

.ztlg {
	display: flex;
}

.ztlg span {
	padding: 10px;
	color: #000000;
	text-align: center;
}

.zt1list {
	position: relative;
}

.zt1list li {
	position: relative;
	transition: 0.45s;
	cursor: pointer;
}

.zt1list li:hover .ztcv {
	opacity: 1;
	visibility: visible;
}

.zt1list li:nth-of-type(even) {
	background: #EFF6FE;
}

.zt1list li:hover {
	background: #0D8CD8;
}

.zt1list li:hover .ztlg span,
.zt1list li:hover .zlxx {
	color: #fff;
}

.ztcv {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #BDD7EE;
	background: #fff;
	box-sizing: border-box;
	padding: 0 40px;
	transition: 0.25s;
	z-index: 10;
}

.ztctp {
	float: left;
	width: 20%;
	text-align: center;
}

.ztctp img {
	display: inline-block;
	max-width: 100%;
}

.ztclink {
	float: left;
	margin-left: 54px;
	margin-top: 30px;
}

.zlbtn {
	display: block;
	color: #0D8CD8;
	font-size: 14px;
	margin: 5px 0;
}

.zlbtn:hover {
	font-weight: bold;
}

.zlbtn i {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
}

.ztcfz {
	float: left;
	margin-left: 80px;
}

.ztftxt {
	display: inline-block;
	vertical-align: top;
	color: #404040;
	font-size: 14px;
	margin-top: 30px;
}

.ztfpic {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.ztfpic i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 23px;
	background: rgba(0, 0, 0, .55);
}

.ckdt.active {
	opacity: 1;
	visibility: visible;
}

.ckdt {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .49);
	z-index: 9999;
}

.ckbot {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 944px;
	box-sizing: border-box;
	padding: 26px 36px 90px 36px;
}

.cbclose {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #303030;
	font-size: 24px;
	line-height: 1.5;
	cursor: pointer;
}

.cbtb {
	color: #000000;
	font-size: 16px;
}

.cbtxz {
	margin-left: 25px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

.cbtxz a {
	color: #0D8CD8;
}

.cbdt {
	text-align: center;
	margin-top: 20px;
}

.cbdt img {
	display: inline-block;
	max-width: 100%;
}

.zd1pj {
	margin-top: 24px;
	background: #fff;
	padding: 38px 0 88px 0;
}

.zp1desc {
	color: #000000;
	margin: 40px 47px 0 47px;
}

.zp1cont {
	display: flex;
	margin-top: 80px;
	margin-left: 57px;
}

.zcbg1 {
	background: #FFFEEC;
}

.zcbg2 {
	background: #ECFAFF;
}

.zcbg3 {
	background: #ECFFEC;
}

.zc1item {
	border: 1px solid #C5C5C5;
	margin-right: 20px;
}

.zi1tp {
	padding: 15px 15px 20px 15px;
	text-align: center;
}

.zt1bt {
	color: #404040;
	line-height: 1.5;
}

.zt1pic {
	position: relative;
	height: 85px;
	margin-top: 20px;
	text-align: center;
}

.zt1pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.zt1btn {
	display: block;
	margin-top: 20px;
	color: #0D8CD8;
}

.zt1btn i {
	display: inline-block;
	font-size: 16px;
	margin-right: 5px;
}

.zi1list {
	margin-top: 20px;
	border-top: 1px solid #C5C5C5;
}

.zi1list li {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #C5C5C5;
	margin-bottom: -1px;
}

.zl1bt {
	flex: 1;
	align-items: center;
	justify-content: center;
	color: #404040;
	font-size: 12px;
	padding: 20px;
	line-height: 1.5;
}

.zl1bt:last-child,
.zl1wz:last-child {
	border-left: 1px solid #C5C5C5;
}

.zl1wz {
	flex: 1;
	padding: 25px;
	line-height: 1.5;
	color: #404040;
	font-size: 12px;
	word-break: break-all;
}

.zd1pb {
	padding-bottom: 200px;
}

.zb2ts {
	text-align: center;
	color: #404040;
	font-size: 14px;
	margin-top: 50px;
}

.zhwh {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #fff;
	margin-left: 5px;
}

.zlxx {
	display: inline-block;
	vertical-align: middle;
	color: #0D8CD8;
	font-size: 12px;
	margin-right: 6px;
}
.zlxx:last-child{
	margin-right: 0;
}

.zd2ts {
	color: #E77817;
	margin-top: 38px;
	margin-left: 10px;
}

.zd2sm {
	margin-top: 24px;
	background: #fff;
	padding: 47px 0 68px 0;
}

.zs2bot {
	margin: 30px 80px 0 26px;
}

.zb2left {
	float: left;
	width: 14%;
	border-radius: 10px;
	background: #F3F3F3;
	box-sizing: border-box;
	padding: 10px 0 100px 25px;
}

.zl2qh {
	display: block;
	color: #404040;
	padding: 6px 10px;
	border-radius: 5px 0 0 5px;
}

.zl2qh.active {
	background: #fff;
	color: #0D8CD8;
	font-weight: bold;
}

.zl2qh:hover {
	color: #0D8CD8;
}

.zb2right {
	float: right;
	width: 76%;
}

.zr2box {
	display: none;
}

.zb2bt {
	color: #000000;
	font-size: 14px;
}

.zb2nr {
	margin-top: 20px;
	color: #000000;
}

.zb2mt {
	margin-top: 80px;
}

.zb2list {
	margin-top: 38px;
}

.zb2list li {
	position: relative;
	display: flex;
	border: 1px solid #D8D8D8;
	margin-top: -1px;
	transition: 0.45s;
}

.zb2list li:nth-of-type(even) {
	background: #F8F8F8;
}

.zb2list li:hover {
	background: #0D8CD8;
}

.zb2list li:hover .zw2t1,
.zb2list li:hover .zw2t2 {
	color: #fff;
}

.zl2pic {
	flex: 1;
	display: inherit;
	align-items: center;
	justify-content: center;
	padding: 0 35px;
}

.zl2pic img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.zl2wz {
	flex: 1;
	padding: 20px 38px;
	border-left: 1px solid #D8D8D8;
}

.zl2wz:nth-child(1) {
	flex: 2 !important;
}

.zw2t1 {
	display: block;
	color: #404040;
	font-size: 16px;
}

.zw2t2 {
	color: #404040;
}

.zd2kf {
	margin-top: 24px;
	background: #fff;
	padding: 40px 0 58px 0;
}

.zk2list {
	margin: 60px 120px 0 30px;
}

.zk2list li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 0 1%;
	text-align: center;
}

.zk2list li:hover .zl2tp img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.zl2tp {
	position: relative;
	height: 120px;
	margin-bottom: 10px;
}

.zl2tp img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	transition: 0.45s;
}

.zl2txt {
	color: #404040;
	line-height: 1.5;
}

.zl2xq {
	display: block;
	margin-top: 25px;
	color: #0D8CD8;
	line-height: 1.5;
}

.zl2xq i {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 5px;
}

.slmenu {
	float: left;
	width: 23%;
}

.slmbt {
	background: #0D8CD8;
	color: #fff;
	font-size: 18px;
	padding: 25px 36px;
	line-height: 1.5;
}

.slmbt.active {
	color: #0D8CD8;
}

.slmlist {
	background: #fff;
	padding: 27px 35px 80px 35px;
}

.smlyj {
	display: block;
	color: #404040;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 0;
	font-weight: bold;
}

.smlyj.active {
	color: #0D8CD8;
}

.smlyj.active i {
	transform: rotate(90deg);
}

.smlyj i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-right: 5px;
	transition: 0.45s;
}

.smlej {
	display: none;
	margin-left: 17px;
}

.selink {
	display: block;
	color: #404040;
	font-size: 16px;
	margin: 3px 0;
}

.selink:hover,
.selink.active {
	color: #0D8CD8;
}

.slrlist li {
	position: relative;
	background: #fff;
	margin-bottom: 12px;
	padding: 25px 25px 80px 25px;
}

.slrlist li:hover .srlpic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.slrlist li:hover .srlbtn {
	background: #0D8CD8;
	color: #fff;
}

.sdxl {
	float: left;
	width: 50%;
	text-align: justify;
}

.sdxr {
	float: right;
	width: 47%;
	margin-top: 66px;
}

.sdxr img {
	display: block;
	width: 100%;
}

.sdbt {
	color: #404040;
	font-size: 20px;
	font-weight: normal;
}

.sdxnr {
	margin-top: 30px;
	color: #404040;
	line-height: 20px;
}

.sdtp {
	margin-top: 15px;
}

.sdtp img {
	display: block;
	max-width: 100%;
}

.ndnr {
	color: #444444;
	margin-top: 100px;
}

.fixed-right {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 99;
}

.fritem {
	position: relative;
	margin: 10px 0;
}

.fritem:hover .frinr {
	opacity: 1;
	visibility: visible;
}

.fritem:hover .friicon {
	color: #0D8CD8;
}

.friicon {
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 4px;
	color: #4B4B4B;
	font-size: 26px;
	text-align: center;
	line-height: 48px;
	box-shadow: 0 3px 6px rgba(75, 75, 75, .3);
	cursor: pointer;
}

.frinr {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	transform: translateX(10px);
	position: absolute;
	width: 200px;
	top: -20px;
	right: 78px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(75, 75, 75, .3);
	padding: 20px 30px;
}

.frinr:before {
	content: "";
	position: absolute;
	right: -15px;
	top: 30px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
}

.fltb {
	display: inline-block;
	vertical-align: text-top;
	color: #0D8CD8;
	font-size: 20px;
}

.fltxt {
	display: inline-block;
	vertical-align: text-top;
	margin-top: 3px;
	width: 80%;
	margin-left: 10px;
	color: #333;
	font-size: 18px;
	line-height: 1.5;
}

.ftjs {
	display: block;
	color: #E77817;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

.fnl {
	display: block;
	margin: 15px 0;
}

.fths {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}