@charset "utf-8";

/* 
 * Project Name:华飞
 * 
 */

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Lt';
	src: url('fonts/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
	font: 14px/1.8 "Roboto", "SourceHanSansCN-Regular", "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #333;
	overflow-x: hidden;
}

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;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.db {
	display: block;
}

.wzbs {
	color: #fff !important;
}

.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 table img {
	width: 100% !important;
}

.pageC table td {
	padding: 5px !important;
}

.load-words.target span {
	opacity: 0;
	visibility: hidden;
}

.action.load-words span {
	visibility: visible;
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: wordsRightFade;
	animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes wordsRightFade {
	0% {
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

@keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

.nimg.target {
	visibility: hidden;
}

.nimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.mtop {
	margin-top: 115px;
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.45s;
}

.hdtop {
	background: #0057c9;
	height: 45px;
	line-height: 45px;
	padding: 0 6%;
}

.htleft {
	float: left;
}

.htllink {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	margin-right: 74px;
}

.htllink i {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
	margin-right: 10px;
}

.htright {
	float: right;
}

.htrtp {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	margin-left: 16px;
}

.head-wrap {
	position: relative;
	padding: 0 6%;
	width: 100%;
	box-sizing: border-box;
	height: 70px;
	line-height: 60px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.head-logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6%;
}

.head-logo a {
	display: block;
}

.head-logo img {
	display: inline-block;
	vertical-align: sub;
	width: 100%;
}

.header .nav {
	float: right;
}

.header .yj-bot {
	float: left;
}

.navr {
	float: right;
	margin-top: 26.5px;
}

.gybtn {
	width: 150px;
	position: relative;
}

.gybtn:before {
	content: "";
	position: absolute;
	top: -10px;
	right: -10px;
	width: 10px;
	height: 10px;
	
}

.gybtn a {
	position: relative;
	display: block;
	width: 150px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	color: #fff;
	font-size: 16px;
	z-index: 5;
}

.gybtn a:hover:before {
	left: 10px;
}

.gybtn a:hover:after {
	right: 10px;
}

.gybtn a:before,
.gybtn a:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 37px;
	background: #0558bf;
	z-index: -3;
	transition: 0.25s;
}

.gybtn a:before {
	top: 0;
	left: 0;
}

.gybtn a:after {
	bottom: 0;
	right: 0;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	transition: 0.35s;
	text-align: center;
	z-index: 10;
}

.ybcp {
	position: static !important;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 3;
	color: #333333;
	font-size: 18px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0 28px;
	z-index: 3;
}

.yj-link i {
	font-style: normal;
	margin-left: 10px;
	color: #0057c9;
	font-size: 16px;
}

.header .yj-bot li.active .yj-link {
	color: #0057c9;
}

.header .nav li:hover .ej-list {
	transition: 0.45s;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	top: 100%;
	transform: translateY(20px);
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.cp-list {
	width: 100% !important;
	left: 0;
	right: 0;
	margin-left: 0 !important;
	box-sizing: border-box;
	padding: 0 6%;
	display: -webkit-flex;
	display: flex;
}

.elcp {
	-webkit-flex: 1;
	flex: 1;
	padding: 50px 50px 60px 50px;
	text-align: left;
}

.elcp:not(:first-child) {
	border-left: 1px solid rgba(112, 112, 112, .15);
}

.ecej {
	display: block;
	color: #231815;
	font-size: 22px;
	line-height: 1.5;
}

.ecej i {
	display: inline-block;
	vertical-align: middle;
	font-size: 38px;
	color: #999999;
	margin-right: 20px;
}

.ecsj {
	margin: 15px 0 0 58px;
}

.eslink {
	position: relative;
	display: block;
	color: #999999;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
	padding-left: 15px;
}

.eslink:hover {
	color: #0057c9;
}

.eslink:hover:before {
	background: #0057c9;
}

.eslink:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #999999;
}

.el-link {
	position: relative;
	display: block;
	color: #6B6B6B;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 12px 0;
}

.el-link:not(:first-child) {
	border-top: 1px solid #eee;
}

.el-link:hover {
	color: #0057c9;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	transition: 0.35s;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px 0 0 17.5px;
	width: 10px;
	height: 2px;
	background-color: #333;
	-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: 20px;
	height: 2px;
	left: 0;
	background-color: #333;
	-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 {
	height: 2px;
	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 {
	-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);
}

.menu-handler.active {
	top: 0;
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
	background: #0057c9;
}

.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: 100%;
	height: 100vh;
	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: 0 0 100px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	transform: scale(1.1) translateX(100px);
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie li:nth-child(1) {
	transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
	transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
	transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
	transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
	transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
	transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
	transition-delay: 0.6s;
}

.menuMoblie .subnav {
	padding: 12px 5% 12px 10%;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	/*padding: 0px 5% 0 10%;*/
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
	/*background: #999;*/
	color: #30688E !important;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 12px 0;
	line-height: 1.4;
	font-size: 16px;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menuOpen .menuBox li {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translateX(0);
}


/* 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.1);
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	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: "\e892";
}

.pswp__button--arrow--right:before {
	content: "\e893";
}

.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;
}

a {
	&.pswp__share--facebook {
		&:before {
			content: '';
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			top: -12px;
			right: 15px;
			border: 6px solid transparent;
			border-bottom-color: #FFF;
			-webkit-pointer-events: none;
			-moz-pointer-events: none;
			pointer-events: none;
		}
		&:hover {
			background: #3E5C9A;
			color: #FFF;
			&:before {
				border-bottom-color: #3E5C9A;
			}
		}
	}
	&.pswp__share--twitter:hover {
		background: #55ACEE;
		color: #FFF;
	}
	&.pswp__share--pinterest:hover {
		background: #CCC;
		color: #CE272D;
	}
	&.pswp__share--download:hover {
		background: #DDD;
	}
}

.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;
}


/* banner */

.index-bg {
	position: relative;
	z-index: 10;
	margin-top: 100vh;
	background: #fff;
}

.banner-wrap {
	position: fixed;
	top:114px;
	left: 0;
	width: 100%;
	height: calc(100vh - 145px);
	overflow: hidden;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .16);
}

.banner {
	position: relative;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

#swiper-container1 .swiper-pagination-bullet {
	position: relative;
	display: block;
	margin: 20px 0;
	background: #fff;
	width: 7px;
	height: 7px;
	opacity: 1;
	border-radius: 0;
}

#swiper-container1 .swiper-pagination-bullet-active {
	background: #0057c9;
}

#swiper-container1 .swiper-pagination {
	right: 7%;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	left: auto;
	width: auto;
}

.item {
	position: relative;
	overflow: hidden;
}

#swiper-container1 .swiper-slide {
	text-align: center;
	background: #fff;
	overflow: hidden;
}

.banner .pimg {
	position: relative;
	display: block;
	/*width: 100%;
	height: 100%;*/
	object-fit: cover;
	transition: transform 3.5s;
	-webkit-transition: transform 3.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.banner .swiper-slide-active .pimg {
	visibility: visible !important;
	transform: scale(1);
	-webkit-transform: scale(1);
}

@keyframes scaleUpDown1 {
	from {
		transform: scale(1.2);
	}
	to {
		transform: scale(1);
	}
}

.banner .swiper-slide-active .bscover {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}

.bscover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.8s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: 0.8s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition: 0.8s cubic-bezier(0.445, 0.145, 0.355, 1);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-20%, -50%);
	z-index: 10;
	text-align: left;
}
.bclk{
	font-family: 'Roboto';
	position: absolute;
	left: -80px;
	top: -60px;
	font-size: 140px;
	text-transform: uppercase;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, 0);
	line-height: 1;
}
.bclable {
	display: block;
	color: #0057c9;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bct1 {
	color: #fff;
	font-size: 54px;
	font-weight: normal;
	line-height: 65px;
}

.bct2 {
	margin-top: 30px;
}

.bt2txt {
	position: relative;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	padding-left: 37px;
	margin-top: 10px;
}

.bt2txt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background: #0057c9;
}

.bct3 {
	font-size: 34px;
	color: #fff;
}

.bctbtn {
	margin-top: 80px;
}


/* banner end */

.scoll {
	position: absolute;
	bottom: 65px;
	right: 6%;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	z-index: 1;
}

.scoll i {
	display: block;
	color: #fff;
	font-size: 22px;
	margin-bottom: 12px;
	line-height: 1;
	animation: downtrans 1s infinite alternate;
}

@keyframes downtrans {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(10px);
	}
}

.index-provide {
	padding: 70px 0 80px 0;
}

.gytitle {
	display: block;
	color: #333333;
	font-size: 48px;
	line-height: 1.5;
}

.iplist {
	margin-top: 60px;
	margin-left: -2%;
	perspective: 1000px;
}

.iplist li {
	position: relative;
	float: left;
	width: 23%;
	margin-left: 2%;
}

.iplist li:hover .iplpic:before {
	background: #00173C;
}

.iplist li:hover .iplcv {
	top: 35px;
}

.iplist li:hover .ipcyj:before,
.iplist li:hover .ipcej,
.iplist li:hover .ipcmore {
	opacity: 1;
	visibility: visible;
}

.iplist li:hover .ipcyj:before {
	width: 30px;
}

.iplpic {
	position: relative;
	overflow: hidden;
}

.iplpic:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .45);
	transition: 0.45s;
}

.iplpic img {
	display: block;
	width: 100%;
}

.iplcv {
	position: absolute;
	top: 39%;
	left: 10px;
	right: 10px;
	text-align: center;
	transition: 0.45s;
}

.ipcyj {
	position: relative;
	display: block;
	color: #fff;
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: normal;
	line-height: 1.5;
}

.ipcyj:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background: #0057c9;
	transition: 0.85s;
}

.ipcej {
	margin-top: 35px;
}

.ipetxt {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
}

.ipcmore {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
	text-decoration: underline !important;
}

.ipcicon {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 70px;
	height: 70px;
	background: #2881ff;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 28px;
}

.ipcyj:before,
.ipcej,
.ipcmore {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
}

.index-products {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 100px 0;
}

.ipbanner {
	position: relative;
	margin: 60px 162px 0 162px;
	padding: 0 70px;
}

.ipbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .49);
}

.ipbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ipbanner .slick-prev:before {
	content: "\e823";
}

.ipbanner .slick-next:before {
	content: "\e82a";
}

.ipbanner .slick-prev {
	left: 0;
}

.ipbanner .slick-next {
	right: 0;
}

.ipbanner .slick-arrow:hover {
	color: #0057c9;
}

.ipbitem {
	position: relative;
	float: left;
	margin: 0 18px;
}

.ipipic {
	position: relative;
	background: #fff;
	height: 380px;
}

.iplable {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #0057c9;
	padding: 3px 13px;
	color: #fff;
	font-size: 14px;
	z-index: 1;
}

.ipipic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	transition: 0.45s;
}

.ipitxt {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
	line-height: 1.5;
	transition: 0.45s;
}

.ipbitem:hover .ipipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ipbitem:hover .ipitxt {
	color: #0057c9;
}

.index-about {
	padding: 0px 0 20px 0;
}

.iapic {
	position: relative;
	float: left;
	width: 40%;
}

.iapic img {
	display: block;
	width: 100%;
}

.iacont {
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding: 60px 50px 0 80px;
}

.iact1 {
	display: block;
	color: #0057c9;
	font-size: 24px;
	line-height: 32px;
}

.iact2 {
	display: block;
	color: #231815;
	font-size: 28px;
	margin-top: 20px;
	line-height: 38px;
}

.iact3 {
	color: #3e3e3e;
	font-size: 14px;
	margin-top: 20px;
	line-height: 25px;
	height: 180px;
	overflow: hidden;
}

.iacbtn {
	margin-top: 90px;
}

.index-solution {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 95px 0 105px 0;
}

.iscont {
	float: left;
	width: 39%;
}

.iscms {
	color: rgba(255, 255, 255, .6);
	font-size: 20px;
	margin-top: 35px;
	font-family: 'Roboto Lt';
	line-height: 30px;
}

.isctype {
	margin-top: 40px;
}

.istqh {
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	font-family: 'Roboto Lt';
	transition: 0.45s;
	cursor: pointer;
}

.istqh:hover,
.istqh.active {
	color: #0057c9;
}

.istqh i {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 20px;
}

.iscbtn {
	margin-top: 70px;
}

.ispics {
	float: right;
	width: 51%;
}

.isptp {
	position: relative;
	display: none;
}

.isptp img {
	display: block;
	width: 100%;
}

.index-blogroll {
	position: relative;
	padding: 70px 0;
	overflow: hidden;
}

.ibitem {
	position: relative;
	cursor: pointer;
	filter: grayscale(90%);
	transition: 0.45s;
	height: 35px !important;
}

.ibitem:hover {
	filter: none;
}

.ibitem img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.footer-wrap {
	position: relative;
	background: #24292D;
	overflow: hidden;
}

.footer-wrap .w1400 {
	position: relative;
	z-index: 10;
}

.fwbg1 {
	position: absolute;
	top: 24px;
	left: 0;
	width: 39%;
}

.fwbg1 img,
.fwbg2 img {
	display: block;
	width: 100%;
}

.fwbg2 {
	position: absolute;
	top: 24px;
	right: 0;
	width: 39%;
}

.fwbot1 {
	padding: 66px 0 106px 0;
}

.fb1left {
	float: left;
}

.fl1list {
	margin-top: 70px;
}

.fl1list li {
	float: left;
}

.fl1list li:not(:first-child) {
	margin-left: 70px;
}

.fl1yj {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
}

.fl1ej {
	display: block;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	margin-top: 10px;
	font-family: 'Roboto Lt';
}

.fl1ej:hover {
	color: #fff;
}

.fb1right {
	float: right;
	width: 32%;
}

.fr1email {
	width: 100%;
}

.fm1sr {
	float: left;
	width: 69%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 25px;
	overflow: hidden;
}

.fm1sr i {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 15px;
	margin-right: 15px;
}

.fm1sr input {
	line-height: 60px;
	color: #999999;
	font-size: 14px;
	border: none;
}

.fm1btn {
	float: left;
	width: 31%;
	line-height: 60px;
	background: #0057c9;
	text-align: center;
	font-size: 16px;
}

.fm1btn a {
	color: #fff;
}

.fr1bt {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 50px;
	font-weight: normal;
}

.fr1way {
	margin-top: 20px;
}

.fw1icon {
	display: inline-block;
	vertical-align: top;
	color: #0057c9;
	font-size: 18px;
	margin-right: 9px;
	width: 23px;
}

.fw1txt {
	display: inline-block;
	vertical-align: sub;
	width: 85%;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
}

.fwbot2 {
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding: 24px 0;
}

.fb2txt {
	color: #666666;
	font-size: 14px;
}

.fb2txt a {
	color: #666666;
}

.fb2l {
	float: left;
}

.fb2r {
	float: right;
}

.insides-banner {
	position: relative;
}

.ibtp {
	position: relative;
	overflow: hidden;
}

.ibtp:before,.ipbpic::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.ibtp img {
	display: block;
	width: 100%;
}

.ibcover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.ibbtxt {
	display: inline-block;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
}

.ibctitle {
	display: block;
	color: #fff;
	font-size: 50px;
	line-height: 1.5;
	font-weight: normal;
}

.ibcload {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
	line-height: 1.5;
}

.ibcload:hover {
	color: #0057c9;
}

.ibcload i {
	display: inline-block;
	margin-left: 14px;
	font-size: 16px;
}

.insides-tab {
	display: -webkit-flex;
	display: flex;
	line-height: 60px;
	background: #F7F7F7;
	border-bottom: 1px solid rgba(112, 112, 112, .3);
}

.itlink {
	position: relative;
	display: block;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	color: #666666;
	font-size: 18px;
	z-index: 3;
}

.itlink:not(:first-child) {
	border-left: 1px solid rgba(112, 112, 112, .3);
}

.itlink:before {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 100%;
	background: #0057c9;
	z-index: -3;
	transition: 0.45s;
}

.itlink:hover,
.itlink.active {
	color: #fff;
}

.itlink:hover:before,
.itlink.active:before {
	left: 0;
	width: 100%;
}

.bg-F7F7F7 {
	background: #F7F7F7;
}

.pdlist {
	margin-left: -2%;
}

.pdlist li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 80px 0 0 2%;
}

.products-wrap {
	padding: 40px 0 110px 0;
}

.pdlist .ipitxt {
	color: #231815;
}

.pdlist li:hover .ipipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.pdlist li:hover .ipitxt {
	color: #0057c9;
}

.pages-list {
	text-align: center;
	margin-top: 140px;
}

.pltxt,
.plselect,
.plpn,
.plnum,
.pages {
	display: inline-block;
	vertical-align: middle;
}

.pltxt {
	color: #999999;
	font-size: 16px;
	font-family: 'Roboto Lt';
}

.plselect {
	margin: 0 22px;
	border: 1px solid #CCCCCC;
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #999999;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 10px;
	appearance: none;
	background: url(../images/dbx.png) 80% no-repeat;
	background-size: 8px 7px;
}

.plpn {
	color: #999999;
	font-size: 14px;
	margin: 0 35px;
}

.plnum {
	width: 34px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #999999;
	font-size: 16px;
}

.plpn:hover {
	color: #0057c9;
}

.plnum:hover,
.plnum.active {
	color: #fff;
	background: #0057c9;
}

.insides-brand {
	background: #333333;
	padding: 20px 0;
}

.ibtxt {
	display: inline-block;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 1.5;
}

.pd-bot1 {
	padding: 90px 0 80px 0;
}

.pb1pic {
	position: relative;
	float: left;
	width: 50%;
	height: 510px;
	background: #fff;
}

.pb1pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.pb1cont {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 34px 0 0 74px;
}

.pc1type {
	display: block;
	color: #0057c9;
	font-size: 48px;
	line-height: 1.5;
	font-weight: normal;
}

.pc1name {
	display: block;
	color: #231815;
	font-size: 28px;
	line-height: 1.5;
}

.pc1desc {
	color: #666666;
	font-size: 18px;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid rgba(112, 112, 112, .22);
}

.pc1btn {
	margin-top: 80px;
}

.pd-bot2 {
	padding: 0 0 130px 0;
}

.pb2tab {
	border-bottom: 1px solid rgba(112, 112, 112, .15);
}

.pt2qh {
	position: relative;
	display: inline-block;
	color: #231815;
	font-size: 18px;
	margin-right: 108px;
	padding: 25px 0;
}

.pt2qh:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #0057c9;
	transition: 0.45s;
}

.pt2qh:hover,
.pt2qh.active {
	color: #0057c9;
}

.pt2qh:hover:before,
.pt2qh.active:before {
	left: 0;
	width: 100%;
}

.pc2k1 {
	margin-top: 50px;
}

.pb2txt {
	position: relative;
	color: #666666;
	font-size: 18px;
	padding-left: 23px;
	margin-top: 20px;
}

.pb2txt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #0057c9;
}

.pc2k2 {
	margin-top: 70px;
}

.pc2k2 li {
	display: -webkit-flex;
	display: flex;
	margin-top: 3px;
	margin-left: -3px;
}

.pc2k2 li:nth-of-type(odd) .pk2txt {
	background: #F7F7F7;
}

.pc2k2 li:nth-of-type(even) .pk2txt {
	background: #E4E4E4;
}

.pk2txt {
	display: block;
	word-break: break-word;
	-webkit-flex: 1;
	flex: 1;
	color: #666666;
	font-size: 18px;
	padding: 15px 50px;
	line-height: 1.5;
	margin-left: 3px;
}

.pc2k3 {
	margin-top: 50px;
}

.pc2k3 ul {
	margin-left: -1%;
}

.pc2k3 li {
	position: relative;
	float: left;
	width: 24%;
	height: 240px;
	margin: 20px 0 0 1%;
	background: #EBECEC;
}

.pc2k3 li img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.pc2box {
	display: none;
}

.about-bot1 {
	padding: 120px 0 100px 0;
}

.ab1pic {
	float: left;
	width: 40%;
}

.ab1pic img {
	display: block;
	width: 100%;
}

.ab1cont {
	float: right;
	width: 54%;
}

.nygb {
	position: relative;
	display: block;
	color: #333333;
	font-size: 48px;
	line-height: 1.2;
}

.nygb em {
	position: relative;
	display: block;
	width: 40px;
	height: 5px;
	background: #0057c9;
	margin-top: 15px;
}

.nygb em:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10px;
	height: 5px;
	background: #231815;
	z-index: 1;
}

.ngtc {
	text-align: center;
}

.ngtc em {
	margin: 15px auto 0;
}

.ngwrite {
	color: #fff;
}

.ngwrite em:before {
	background: #fff;
}

.ac1lable {
	display: block;
	color: #231815;
	font-size: 24px;
	margin-top: 40px;
	font-weight: bold;
	line-height: 1.5;
}

.ac1desc.active {
	height: auto;
}

.ac1desc {
	color: #666666;
	font-size: 18px;
	margin-top: 30px;
	height: 292px;
	overflow: hidden;
	transition: 0.45s;
}

.ac1all.active i {
	transform: rotate(-180deg);
}

.ac1all {
	color: #0057c9;
	font-size: 16px;
	margin-top: 35px;
	cursor: pointer;
	transition: 0.35s;
}

.ac1all:hover {
	font-weight: bold;
}

.ac1all i {
	display: inline-block;
	margin-left: 18px;
	font-size: 16px;
	transition: 0.45s;
}

.about-bot2 {
	display: -webkit-flex;
	display: flex;
}

.ab2item {
	position: relative;
	-webkit-flex: 1;
	flex: 1;
	overflow: hidden;
}

.ab2item:hover .ai2pic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.ab2item:hover .ai2cont {
	top: 50%;
	transform: translateY(-50%);
}

.ab2item:hover .ac2desc {
	opacity: 1;
	visibility: visible;
}
.ab2item:hover:before{
	height: 100%;
	background: linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75));
}
.ab2item:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	z-index: 1;
	transition: 0.65s;
}
.ai2pic {
	position: relative;
	overflow: hidden;
}

.ai2pic img {
	position: relative;
	display: block;
	width: 100%;
	transition: 0.65s;
}

.ai2cont {
	position: absolute;
	width: 66%;
	top: 80%;
	z-index: 10;
	transition: 0.45s;
	z-index: 5;
}

.ab2item:nth-child(1) .ai2cont {
	left: 27%;
}

.ab2item:nth-child(2) .ai2cont {
	left: 11%;
}

.ac2title {
	position: relative;
	display: block;
	color: #fff;
	font-size: 30px;
	padding-bottom: 20px;
}

.ac2title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 5px;
	background: #0057c9;
}

.ac2title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10px;
	height: 5px;
	background: #fff;
	z-index: 1;
}

.ac2desc {
	opacity: 0;
	visibility: hidden;
	font-family: 'Roboto Lt';
	color: #fff;
	font-size: 18px;
	margin-top: 60px;
	font-weight: lighter;
	transition: 0.65s;
}

.about-bot3 {
	padding: 90px 0 100px 0;
}

.ab3banner {
	position: relative;
	overflow: hidden;
	padding-bottom: 68px;
	margin-top: 80px;
}

.ab3banner .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
	-1.0 0
}

.ab3banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	text-align: center;
	line-height: 8px;
	vertical-align: middle;
	background: #0057c9;
	margin: 0 7.5px;
	transition: 0.45s;
}

.ab3banner .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;
}

.ab3banner .slick-dots li a:focus {
	outline: none;
}

.ab3banner .slick-dots li.slick-active {
	width: 47px;
	background: #E4E4E4;
}

.ab3item {
	position: relative;
	float: left;
	margin: 0 13px;
	border: 1px solid #E4E4E4;
	padding: 46px 33px 90px 33px;
}

.ab3item:hover .ai3icon:before {
	animation: music-move .8s infinite alternate ease-in-out;
	-webkit-animation: music-move .8s infinite alternate ease-in-out;
	transform-origin: bottom;
	-webkit-transform-origin: bottom;
}

@keyframes music-move {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	33% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	66% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes music-move {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	33% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	66% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.ai3icon {
	position: relative;
	display: block;
	color: #0057c9;
	font-size: 46px;
	line-height: 1;
}

.ai3icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 16px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(237, 28, 36, .13);
}

.ai3title {
	display: block;
	color: #231815;
	font-size: 24px;
	margin-top: 40px;
	line-height: 1.5;
	font-weight: normal;
}

.ai3ms {
	color: #666666;
	font-size: 18px;
	margin-top: 40px;
	height: 162px;
	overflow: hidden;
}

.about-bot4 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 140px 0;
}

.about-bot4 .w1400 {
	overflow: hidden;
}

.ab4desc {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 60px;
	padding: 0 100px;
}

.ab4tp {
	position: relative;
	overflow: hidden;
}

.ab4tp img {
	display: block;
	width: 100%;
}

.ab4txt {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 10;
}

.ab4banner {
	position: relative;
	margin: 30px auto 0;
}

.ab4banner .slick-list {
	overflow: visible;
}

.ab4banner .swiper-slide {
	position: relative;
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 0.65s;
	/*transform: scale(0.64);*/
}

.ab4banner .swiper-slide:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ab4banner .swiper-slide img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ab4tp:before {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(237, 28, 36, 0) 70%, rgba(237, 28, 36, 1));
	z-index: 1;
}

.ab4tp:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
}

.ab4banner .swiper-slide-active .ab4tp:after {
	opacity: 0;
	visibility: hidden;
}

.ab4banner .swiper-slide-active,
.ab4banner .swiper-slide-duplicate-active {
	transform: scale(1) !important;
}

.ab4banner .swiper-slide-active .ab4txt,
.ab4banner .swiper-slide-active .ab4tp:before {
	opacity: 1;
	visibility: visible;
}

.ab4banner .swiper-button-prev,
.ab4banner .swiper-rtl .swiper-button-next {
	left: 200px !important;
}

.ab4banner .swiper-button-next,
.ab4banner .swiper-rtl .swiper-button-prev {
	right: 200px !important;
}

.ab4banner .swiper-button-next:after,
.ab4banner .swiper-button-prev:after {
	font-size: 20px !important;
}

.ab4banner .swiper-button-next,
.ab4banner .swiper-button-prev {
	color: #fff;
	font-weight: bold;
	transition: 0.45s;
}

.ab4banner .swiper-button-next:hover,
.ab4banner .swiper-button-prev:hover {
	color: #0057c9;
}

.solution-wrap {
	padding: 1px 0 194px 0;
}

.swbot {
	margin-top: 125px;
}

.swbtitle {
	display: block;
	color: #333333;
	font-size: 30px;
	font-weight: normal;
}

.swblist {
	margin-left: -5%;
}

.swblist li {
	position: relative;
	float: left;
	width: 28.333%;
	margin: 76px 0 0 5%;
	padding-bottom: 30px;
	line-height: 30px;
	border-bottom: 2px solid #CCCCCC;
	transition: 0.45s;
}

.swblist li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #0057c9;
	transition: 0.45s;
}

.swblist li:hover {
	border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.swblist li:hover .sbltxt,
.swblist li:hover .sblicon {
	color: #0057c9;
}

.swblist li:hover:before {
	width: 100%;
}

.sbltxt {
	display: block;
	float: left;
	width: 85%;
	color: #231815;
	font-size: 20px;
}

.sblicon {
	display: block;
	float: right;
	color: #999999;
	font-size: 14px;
}

.slwrap {
	padding: 90px 0 150px 0;
}

.slwlist li {
	position: relative;
	margin-top: 30px;
	background: #F7F7F7;
}

.slwlist li:nth-of-type(odd) .sllpic {
	float: left;
}

.slwlist li:nth-of-type(odd) .sllcont {
	float: right;
}

.slwlist li:nth-of-type(even) .sllpic {
	float: right;
}

.slwlist li:nth-of-type(even) .sllcont {
	float: left;
}

.sllpic {
	width: 50%;
	overflow: hidden;
}

.sllpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.sllcont {
	width: 50%;
	box-sizing: border-box;
	padding: 70px 60px 0 60px;
}

.slctitle {
	position: relative;
	display: block;
	color: #231815;
	font-size: 30px;
	line-height: 1.5;
	padding-bottom: 25px;
	font-weight: normal;
}

.slctitle:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 5px;
	background: #0057c9;
}

.slctitle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10px;
	height: 5px;
	background: #231815;
}

.slcdesc {
	color: #666666;
	font-size: 18px;
	margin-top: 30px;
	height: 130px;
	overflow: hidden;
	text-align: justify;
}

.slcbtn {
	display: block;
	color: #999999;
	font-size: 14px;
	margin-top: 50px;
	text-decoration: underline;
}

.slwlist li:hover .sllpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.slwlist li:hover .slcbtn {
	color: #0057c9;
}

.sdwbot1 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0 160px 0;
}

.sb1pic {
	float: left;
	width: 50%;
	overflow: hidden;
}

.sb1pic img {
	display: block;
	width: 100%;
}

.sb1wz {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 25px 0 0 60px;
}

.sw1bz {
	color: #fff;
}

.sw1bz:after {
	background: #fff;
}

.sc1nr {
	margin-top: 50px;
	color: #fff;
	font-size: 16px;
	text-align: justify;
	height: 260px;
	overflow-y: scroll;
	padding-right: 15px;
}

.sc1nr::-webkit-scrollbar {
	width: 5px;
	background: none;
}

.sc1nr::-webkit-scrollbar-thumb {
	width: 5px;
	background: rgba(255, 255, 255, .5);
}

.sc1nr::-webkit-scrollbar-corner {
	background: none;
}

.sc1nr::-webkit-scrollbar:horizontal {
	height: 9px;
}

.sb1menu {
	position: relative;
	z-index: 1;
	margin-top: -60px;
	display: flex;
	border-bottom: 1px solid #C9CBD2;
}

.sm1qh {
	position: relative;
	flex: 1;
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 60px;
	background: #fff;
	z-index: 3;
}

.sm1qh:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #0057c9;
	z-index: -3;
	transition: 0.45s;
}

.sm1qh:not(:first-child) {
	border-left: 1px solid #C9CBD2;
}

.sm1qh:hover,
.sm1qh.active {
	color: #fff;
}

.sm1qh:hover:before,
.sm1qh.active:before {
	left: 0;
	width: 100%;
}

.sdwbot2 {
	padding: 120px 0 220px 0;
}

.sb2box {
	font-size: 16px;
	display: none;
}

.service-wrap {
	padding: 120px 0 130px 0;
}

.service-wrap li:not(:first-child) {
	margin-top: 50px;
}

.service-wrap li {
	position: relative;
}
.service-wrap li:hover .sw1pic img{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transform: scale(1.02);
}
.sw1pic {
	position: relative;
	width: 48%;
}

.sw1pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}
.swlcont {
	position: absolute;
	width: 47%;
	top: 50%;
	transform: translateY(-50%);
}

.service-wrap li:nth-of-type(odd) .sw1pic {
	float: left;
}

.service-wrap li:nth-of-type(odd) .swlcont {
	right: 0;
}

.service-wrap li:nth-of-type(even) .sw1pic {
	float: right;
}

.service-wrap li:nth-of-type(even) .swlcont {
	left: 0;
}

.sc1t1 {
	display: block;
	color: #231815;
	font-size: 40px;
	line-height: 1.5;
}

.sc1t2 {
	color: #666666;
	font-size: 18px;
	margin-top: 10px;
}

.sc1t3 {
	display: block;
	color: #231815;
	font-size: 18px;
	margin-top: 10px;
}

.st4txt {
	position: relative;
	display: block;
	color: #666666;
	font-size: 18px;
	padding-left: 18px;
	margin-top: 10px;
}

.st4txt:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #CCCCCC;
}

.service2-wrap {
	padding: 90px 0 80px 0;
}

.sw2list {
	margin-top: 60px;
}

.sw2list li {
	position: relative;
	padding: 80px 0;
	z-index: 3;
}

.sw2list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #F6F7F9;
	z-index: -3;
	transition: 0.45s;
}

.sw2list li:nth-of-type(odd) .sl2pic {
	float: left;
}

.sw2list li:nth-of-type(odd) .sl2cont {
	float: right;
}

.sw2list li:nth-of-type(even) .sl2pic {
	float: right;
}

.sw2list li:nth-of-type(even) .sl2cont {
	float: left;
}

.sl2pic {
	width: 54%;
	overflow: hidden;
}

.sl2pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.sl2cont {
	width: 36%;
	margin-top: 45px;
}

.sc2title {
	position: relative;
	display: block;
	color: #231815;
	font-size: 40px;
	padding-bottom: 30px;
	line-height: 1.5;
}

.sc2title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 2px;
	background: #CCCCCC;
}

.sc2desc {
	color: #666666;
	font-size: 18px;
	margin-top: 50px;
}
.sw2list li:hover:before{
	height: 100%;
}
.sw2list li:hover .sl2pic img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.contact-bot1{
	padding: 120px 0 110px 0;
}
.cw1list{
	display: flex;
	margin-left: -7%;
}
.cw1list li{
	float: left;
	width: 26.333%;
	margin-left: 7%;
	position: relative;
	box-shadow: 0 3px 30px rgba(153,153,153,.22);
	box-sizing: border-box;
	padding: 40px 30px 60px 30px;
	text-align: center;
}
.cw1list li:hover .cb1pic img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.cb1t1{
	display: block;
	color: #231815;
	font-size: 24px;
	line-height: 1.5;
}
.cb1t2{
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}
.cb1pic{
	position: relative;
	width: 160px;
	margin: 30px auto 0;
	border-radius: 50%;
	overflow: hidden;
}
.cb1pic:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(0,0,0,.34);
	z-index: 1;
}
.cb1pic img{
	display: block;
	width: 100%;
	transition: 0.45s;
}
.cb1pic span{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	font-size: 24px;
	z-index: 5;
}
.cb1t3{
	color: #666666;
	font-size: 18px;
	margin-top: 20px;
}
.cb1line{
	display: block;
	width: 70%;
	height: 1px;
	margin: 30px auto 0;
	background: #E4E4E4;
}
.cb1t4{
	display: block;
	margin-top: 25px;
	color: #231815;
	font-size: 18px;
}
.contact-bot2{
	padding: 87px 0 124px 0;
}
.cb2form{
	margin-top: 67px;
}
.cf2item{
	margin-top: 20px;
	margin-left: -1%;
}
.ci2h{
	float: left;
	width: 49%;
	height: 60px;
	line-height: 60px;
	margin-left: 1%;
	border: 1px solid rgba(255,255,255,.3);
	box-sizing: border-box;
	padding: 0 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.ci2last{
	margin-left: 1%;
	border: 1px solid rgba(255,255,255,.3);
	box-sizing: border-box;
	padding: 20px 30px;
	box-sizing: border-box;
}
.ci2bt{
	display: block;
	float: left;
	color: rgba(255,255,255,.8);
	font-size: 14px;
	width: 100px;
}
.ci2bt sup{
	color: #F45222;
	font-size: 21px;
	line-height: 1;
	margin-left: 8px;
}
.ci2srk{
	display: block;
	float: left;
	width: 70%;
	line-height: 60px;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
}
.ci2l{
	float: none;
	width: 99%;
}
.ci2area{
	display: block;
	width: 100%;
	height: 60px;
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
	background: none;
	border: none;
	resize: none;
	font-family: 'Roboto';
}
.ci2last .ci2bt{
	float: none;
	width: auto;
}
.ctbtn{
	margin: 57px auto 0;
}
.ietk.active{
	opacity: 1;
	visibility: visible;
}
.ietk{
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	z-index: 9999;
}
.iebot{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	transform: translate(-50%,-50%);
	background: #fff;
	box-sizing: border-box;
	padding: 50px;
}
.iebot .ci2h,
.iebot .ci2last{
	border: 1px solid #ccc;
}
.iebot .ci2bt,.iebot .ci2srk,
.iebot .ci2area{
	color: #333;
}
.ieclose{
	position: absolute;
	color: #fff;
	font-size: 45px;
	line-height: 1.5;
    right: -50px;
    top: 0;
    cursor: pointer;
    transition: 0.65s;
}
.ieclose:hover{
	transform: rotate(360deg);
}

.ibpbanenr{
	position: relative;
	overflow: hidden;
}
.ibpbanenr .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 20px;
	display: inline-block;
}

.ibpbanenr .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	text-align: center;
	line-height: 8px;
	vertical-align: middle;
	background: #0057c9;
	margin: 0 7.5px;
	transition: 0.45s;
}

.ibpbanenr .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;
}

.ibpbanenr .slick-dots li a:focus {
	outline: none;
}

.ibpbanenr .slick-dots li.slick-active {
	width: 47px;
	background: #E4E4E4;
}
.ipbpic{
	position: relative;
	float: left;
}
.ipbpic img{
	display: block;
	width: 100%;
}