@import "../iconfont/iconfont.css";

.fyc {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center
}

.wrap {
	width: 92vw;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto
}

.ver>* {
	display: inline-block;
	vertical-align: middle
}

.t {
	transition: .4s
}

.table-cell {
	display: table;
	width: 100%
}

.table-cell>* {
	display: table-cell;
	vertical-align: middle
}

.row-pv0 {
	margin-left: 0;
	margin-right: 0
}

.row-pv0>* {
	padding-left: 0;
	padding-right: 0
}

.mv0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.pv0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.pt0 {
	padding-top: 0px !important
}

.pb0 {
	padding-bottom: 0px !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mt0 {
	margin-top: 0 !important
}

.bg-gray {
	background: #f5f5f5
}

.c {
	color: #00a1e6
}

.bgc {
	background: #00a1e6
}

.cf {
	color: #fff
}

.c-red {
	color: red
}

.bg-red {
	background: red
}

.hv:hover {
	color: #00a1e6;
	color: #00a1e6 !important
}

.hv-f:hover {
	color: #fff
}

.hv-red:hover {
	color: red;
	color: #00a1e6
}

.bghover {
	transition: .4s;
	transition: all .4s ease 0s
}

.bghover:Hover {
	background: #00a1e6;
	color: #fff
}

.line {
	border: 1px solid #eaeaea
}

.line-b {
	border-bottom: 1px solid #eaeaea
}

.line-t {
	border-top: 1px solid #eaeaea
}

.trans {
	transition: .5s
}

.coverimg.contain .cover {
	background-size: contain
}

.cover-box {
	position: relative;
	display: block;
	overflow: hidden
}

.cover-box .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s
}

.cover-box .coverimg.contain {
	background-size: contain
}

.cover-box ._bg {
	width: 100%;
	visibility: hidden;
	display: block
}

.cover-box .icon-bofang1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	font-size: .4rem;
	color: #fff;
	transition: .4s;
	transition: all .4s ease 0s
}

@media (min-width:993px) {
	.cover-box:hover .cover-tip {
		opacity: 1;
		filter: alpha(opacity=1)
	}

	.cover-box:hover .coverimg {
		transform: scale(1.05, 1.05)
	}

	.cover-box:hover .icon-bofang1 {
		font-size: .6rem
	}
}

.cover-tip {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease 0s;
	z-index: 55
}

.cover-tip .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}

.cover-tip .bgbox.blue {
	background-color: rgba(0, 161, 230, 0.8)
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all .6s ease 0s
}

.cover-tip .linet {
	top: 0
}

.cover-tip .lineb {
	bottom: 0
}

.cover-tip:hover .line {
	width: 6px;
	margin-left: -3px;
	opacity: .6;
	filter: alpha(opacity=60)
}

.red {
	color: red
}

.ver>* {
	display: inline-block;
	vertical-align: middle
}

.hv-scale {
	overflow: hidden
}

.hv-scale img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.hv-scale:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.t,
.tran3 {
	transition: all .4s ease 0s
}

.t5 {
	transition: all .5s ease 0s
}

.table-cell {
	display: table;
	width: 100%
}

.table-cell>* {
	display: table-cell;
	vertical-align: middle;
	float: none
}

.row-pv0 {
	margin-left: 0;
	margin-right: 0
}

.row-pv0>* {
	padding-left: 0;
	padding-right: 0
}

.mv0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.pv0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.pt0 {
	padding-top: 0px !important
}

.pb0 {
	padding-bottom: 0px !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mt0 {
	margin-top: 0 !important
}

.c {
	color: #00a1e6 !important
}

.bgc {
	background: #00a1e6
}

.hv:hover {
	color: #00a1e6
}

.hv-f:hover {
	color: #fff
}

.cover-box {
	position: relative;
	display: block;
	overflow: hidden
}

.cover-box .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s
}

.cover-box ._bg {
	width: 100%;
	visibility: hidden;
	display: block
}

@media (min-width:993px) {
	.cover-box:hover .cover-tip {
		opacity: 1;
		filter: alpha(opacity=1)
	}

	.cover-box:hover .coverimg {
		transform: scale(1.05, 1.05)
	}
}

.cover-tip {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease 0s;
	z-index: 3
}

.cover-tip .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all .6s ease 0s
}

.cover-tip .linet {
	top: 0
}

.cover-tip .lineb {
	bottom: 0
}

.cover-tip:hover .line {
	width: 6px;
	margin-left: -3px;
	opacity: .6;
	filter: alpha(opacity=60)
}

.c-red {
	color: #00a1e6
}

.cItem {
	display: none
}

.cItem.active {
	display: block
}

@keyframes downico {
	0% {
		left: 0;
		opacity: 1
	}

	35% {
		left: 50%;
		opacity: 0
	}

	65% {
		left: -50%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@keyframes downico2 {
	0% {
		left: 0;
		opacity: 1
	}

	35% {
		left: 50%;
		opacity: 0
	}

	65% {
		left: -50%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

.v-link {
	background: #00a1e6;
	border-radius: 2em;
	padding: .12rem .3rem;
	line-height: 1.2;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	transition: all .4s ease 0s
}

@media (max-width:768px) {
	.v-link {
		padding: .2rem .5rem
	}
}

.v-link .ic-arr {
	width: 28px;
	height: 7px;
	display: inline-block;
	margin-left: 5px;
	position: relative
}

.v-link .ic-arr i {
	width: 28px;
	height: 7px;
	position: absolute;
	background-image: url('../images/arr.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	left: 0
}

@media (max-width:992px) {
	.v-link .ic-arr i {
		animation: downico 1.5s ease-out infinite
	}
}

.v-link:hover {
	color: #fff
}

.v-link:hover .ic-arr i {
	animation: downico 1.5s ease-out infinite
}

.v-link-line {
	background: #e60d1e;
	border-radius: 2em;
	padding: .15rem .5rem;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	transition: all .4s ease 0s
}

@media (max-width:768px) {
	.v-link-line {
		padding: .2rem .5rem
	}
}

@media (max-width:480px) {
	.v-link-line {
		padding: .14rem .3rem;
		font-size: 12px
	}
}

.v-link-line i {
	padding-left: 8px;
	color: #fff;
}

/* .v-link-line .ic-arr i {
	width: 28px;
	height: 7px;
	position: absolute;
	background-image: url('../images/arr.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center
} */

/* @media (max-width:992px) {
	.v-link-line .ic-arr i {
		animation: downico 1.5s ease-out infinite
	}
} */

.v-link-line:hover {
	color: #fff;
	background: #122b87;
}

/* .v-link-line:hover .ic-arr i {
	animation: downico 1.5s ease-out infinite
} */

.rbtn {
	width: .5rem;
	height: .5rem;
	transition: all .4s ease 0s;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.rbtn i {
	width: 28px;
	height: 100%;
	position: absolute;
	background-image: url('../images/arr.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	animation: downico 1.5s ease-out infinite
}

.rbtn2 {
	width: .48rem;
	height: .48rem;
	transition: all .4s ease 0s;
	border: 1px solid #00a1e6;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.rbtn2 i {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('../images/arr3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-size: 28px
}

.rbtn2:hover {
	background: #00a1e6
}

.rbtn2:hover i {
	animation: downico 1.5s ease-out infinite;
	background-image: url('../images/arr.png')
}

@media (max-width:768px) {
	.rbtn2 {
		width: 30px;
		height: 30px
	}

	.rbtn2 i {
		left: 0;
		background-size: 60% auto
	}
}

.rbtn2.on {
	background: #00a1e6
}

.rbtn2.on i {
	animation: downico 1.5s ease-out infinite;
	background-image: url('../images/arr.png')
}

.medium {
	font-family: medium
}

.swiper-container {
	--swiper-theme-color: #00a1e6
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .6s !important
}

.iconfont {
	color: inherit
}

.medium {
	font-family: medium
}

/*底部*/
.footer {
	background: #1f2227;
	overflow: hidden;
}

.footbox {}

.footbox_l {
	float: left;
	padding: 40px 0 20px 0;
}

.footbox_r {
	float: right;
	padding: 110px 0 26px 0;
}

.footbox:after {
	display: block;
	content: '';
	clear: both;
}

.footlogo {
	margin-bottom: 40px;
}

.footlogo img {
	display: block;
}

.footcontact {}

.footcontact ul li {
	margin-bottom: 20px;
	line-height: 36px;
	padding-left: 56px;
	color: #a0a6b2;
	font-size: 16px;
}

.footcontact ul li.li1 {
	background: url(../images/fb1.png) left center no-repeat;
}

.footcontact ul li.li2 {
	background: url(../images/fb2.png) left center no-repeat;
}

.footcontact ul li.li3 {
	background: url(../images/fb3.png) left center no-repeat;
}

.footcode {}

.footcode ul li {
	float: left;
	margin-left: 80px;
	text-align: center;
	color: #a0a6b2;
	line-height: 3.2;
}

.footcode ul li img {
	display: block;
	height: 130px;
}

.footcopy {
	background: #191a1c;
	padding: 15px 0;
	text-align: center;
	color: #a0a6b2;
}

.footcopy a {
	color: #a0a6b2;
}

.footcopy a:hover {
	color: #fff;
}

@media (max-width:768px) {
	.footbox_l {
		float: none;
		padding: 24px 10px 16px 10px;
	}

	.footbox_r {
		float: none;
		padding: 8px 0 20px 0;
	}

	.footlogo {
		margin-bottom: 32px;
	}

	.footlogo img {
		height: 34px;
	}

	.footcontact ul li {
		margin-bottom: 14px;
		font-size: 14px;
		line-height: 16px;
		padding: 4px 0 4px 38px;
	}

	.footcontact ul li.li1 {
		background-size: 24px auto;
	}

	.footcontact ul li.li2 {
		background-size: 24px auto;
	}

	.footcontact ul li.li3 {
		background-size: 24px auto;
	}

	.footcode ul li {
		width: 50%;
		margin-left: 0;
	}

	.footcode ul li img {
		height: auto;
		width: 80%;
		margin: 0 auto;
	}

	.footcopy {
		padding: 12px 0;
		font-size: 12px;
	}
}
}

.menu_btn_wrap {
	height: 80px;
	position: relative;
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

@media (max-width:768px) {
	.menu_btn_wrap {
		height: 60px
	}
}

.menu_btn {
	width: 50px;
	height: 60px;
	z-index: 101;
	cursor: pointer;
	right: 0;
	top: 50%;
	position: absolute;
	transform-origin: center center;
	transform: translateY(-50%) translateX(0) scale(.8);
	-webkit-transform: translateY(-50%) translateX(0) scale(.8);
	-moz-transform: translateY(-50%) translateX(0) scale(.8);
	-ms-transform: translateY(-50%) translateX(0) scale(.8);
	-o-transform: translateY(-50%) translateX(0) scale(.8)
}

.menu_btn i {
	position: absolute;
	width: 26px;
	height: 2px;
	background: #666;
	left: 12px;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.menu_btn i:nth-of-type(1) {
	top: 20px
}

.menu_btn i:nth-of-type(2) {
	top: 30px
}

.menu_btn i:nth-of-type(3) {
	top: 40px;
	width: 14px
}

.menu_btn.active i:nth-of-type(1) {
	-webkit-transform: rotate(225deg) translate(-7px, -7px);
	-moz-transform: rotate(225deg) translate(-7px, -7px);
	-ms-transform: rotate(225deg) translate(-7px, -7px);
	-o-transform: rotate(225deg) translate(-7px, -7px);
	transform: rotate(225deg) translate(-7px, -7px)
}

.menu_btn.active i:nth-of-type(3) {
	opacity: 0
}

.menu_btn.active i:nth-of-type(2) {
	-webkit-transform: rotate(-225deg) translate(0, 0);
	-moz-transform: rotate(-225deg) translate(0, 0);
	-ms-transform: rotate(-225deg) translate(0, 0);
	-o-transform: rotate(-225deg) translate(0, 0);
	transform: rotate(-225deg) translate(0, 0)
}

.menu_btn:hover i:nth-of-type(3) {
	width: 28px
}

.header {
	background: #fff;
	transition: all .4s ease 0s;
	width: 100%;
	z-index: 9999;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.header.transparent {
	box-shadow: none
}

.header .hdinner {
	width: 83vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	position: relative;
	z-index: 999;
	min-height: 80px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

@media (max-width:480px) {
	.header .hdinner {
		width: 92%
	}
}

.header .logo {
	display: block;
	width: 190px;
	height: 80px;
	background: url('../images/logo.png') no-repeat 0 center;
	background-size: 100%;
}

@media (max-width:992px) {
	.header .hdinner {
		height: 80px
	}

	.header .logo {
		height: 80px
	}
}

@media (max-width:768px) {

	.header .hd-tool,
	.header .hdinner {
		min-height: auto;
		height: 60px
	}

	.header .logo {
		height: 60px;
		background-size: 80%
	}
}

@media (max-width:480px) {
	.header .logo {
		width: 160px
	}
}

.header.transparent:not(:hover) {
	background: url(../images/banner_cover.png) repeat-x 0 0;
	background-size: contain
}

.header.transparent:not(:hover) .menu_btn i {
	background: #fff
}

.header.transparent:not(:hover) .logo {
	background-image: url('../images/logo_f.png')
}

.header.transparent:not(:hover) .pc-menus .tit {
	color: #fff
}

.header.transparent:not(:hover) .hd-tool {
	color: #fff
}

.header.transparent:not(:hover) .hd-tool a {
	color: #fff
}

.header.transparent:not(:hover) .hd-tool .iconfont {
	color: inherit
}

.header:not(.transparent)+main {
	margin-top: 80px
}

@media (max-width:768px) {
	.header:not(.transparent)+main {
		margin-top: 60px
	}
}

.hd-tool {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	height: 80px;
	line-height: 80px;
	color: #333
}

.hd-tool .txt {
	font-size: 18px;
	color: #0083d3;
	font-weight: bold;
	text-transform: uppercase
}

.hd-tool .item {
	display: flex;
	align-items: center;
	padding: 0 .1rem;
	cursor: pointer;
	vertical-align: middle
}

.header.transparent:not(:hover) .hd-tool .txt {
	color: #fff;
}

.hd-tool .icon-tel {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	background-image: url('../images/tel.png');
	background-size: 30px 30px
}

.hd-tool .item:hover {
	color: #00a1e6
}

.hd-tool .iconfont {
	color: #0083d3;
}

.header.transparent:not(:hover) .hd-tool .icon-tel {
	background-image: url('../images/tel_f.png')
}

@media (max-width:768px) {
	.hd-tool {
		height: 60px;
		line-height: 60px
	}

	.hd-tool .item {
		padding: 0 4px;

	}

	.hd-tool .item:first-child {
		display: none;
	}
}

.pc-menus {
	max-width: 850px;
	margin: 0 .3rem;
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	text-align: left
}

.pc-menus li {
	text-align: center;
	transition: all .4s ease 0s
}

.pc-menus .tit {
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	display: block;
	transition: all .4s ease 0s;
	line-height: 80px;
	height: 80px;
	position: relative;
	text-transform: uppercase
}

.pc-menus .tit>.iconfont {
	font-size: 12px;
	margin-left: 5px
}

.pc-menus .tit::after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 3px;
	border-bottom: 3px solid #e60d1e;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: all .4s ease 0s
}

.pc-menus .tit.active {
	color: #2a2f88 !important
}

.pc-menus li:hover .tit {
	color: #2a2f88
}

.pc-menus li:hover .tit::after {
	width: 100%;
}

.pc-menus .tit-home.active::after,
.pc-menus li:hover .tit-home::after {
	width: 100%
}

@media (max-width:1400px) {
	.pc-menus .tit {
		font-size: 16px
	}
}

.hd-dropinfo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	width: 100%;
	top: 100%;
	z-index: 555;
	background: #fff;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .4s ease 0s;
	min-width: 990px
}

.hd-dropinfo .inners {
	position: relative;
	z-index: 222;
	font-size: 16px;
	display: table;
	width: 100%;
	border-top: 4px solid #00a1e6;
	height: 100%;
	transition: all .4s ease 0s;
	background: #fff
}

.hd-dropinfo .inners>* {
	display: table-cell;
	vertical-align: middle;
	float: none
}

.hd-dropinfo .inners .navs,
.hd-dropinfo .inners .infobox {
	vertical-align: top
}

.hd-dropinfo .inners .navs {
	padding: .34rem 0;
	width: 196px;
	background-color: #f6f6f6
}

.hd-dropinfo .infobox {
	padding: .34rem .46rem .5rem;
	transition: all .4s ease 0s;
	text-align: left
}

.hd-dropinfo .infobox .title {
	font-size: .28rem;
	margin-bottom: .2rem;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.hd-dropinfo .infobox .title:Hover {
	color: #00a1e6
}

.hd-dropinfo .infobox .title .icon {
	width: .3rem;
	height: .3rem;
	display: block;
	margin-right: 12px
}

.hd-dropinfo .infobox .txt {
	color: #666;
	line-height: 22px;
	height: 66px;
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-align: left
}

.hd-dropinfo .infobox .v-link {
	margin-top: .5rem
}

.hd-dropinfo .sub-nav {
	padding-top: .2rem
}

.hd-dropinfo .sub-nav a {
	display: block;
	text-align: left;
	padding-left: 20px;
	position: relative;
	margin-bottom: .1rem;
	transition: all .4s ease 0s;
	color: #00a1e6
}

.hd-dropinfo .sub-nav a::before {
	content: '';
	display: block;
	width: 6px;
	height: 1px;
	background: #00a1e6;
	position: absolute;
	top: 50%;
	z-index: 5;
	left: 0
}

.hd-dropinfo .inners .sub-nav a:hover em {
	border-bottom: 1px solid #00a1e6
}

.hd-dropinfo .inners .sub-nav+.v-link {
	margin-top: .3rem
}

.hd-dropinfo .navs .item {
	line-height: 1.5;
	padding: 10px 36px 10px 22px;
	margin-bottom: 10px;
	opacity: 1;
	transition: all .4s ease 0s;
	text-align: left;
	position: relative;
	display: block;
	white-space: nowrap;
	cursor: pointer;
	border-left: 3px solid transparent
}

.hd-dropinfo .navs .iconfont {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.hd-dropinfo .navs .item.active,
.hd-dropinfo .navs .item:hover {
	background: #fff;
	color: #00a1e6;
	border-left-color: #00a1e6
}

.hd-language {
	position: relative
}

.hd-language::after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border: 0 solid transparent;
	border-bottom-color: #00a1e6;
	left: 100%;
	margin-left: -34px;
	bottom: 0;
	transition: border .4s ease 0s
}

.hd-language:hover::after {
	border-width: .18rem
}

.hd-language:hover .dropinfo {
	padding: 20px .1rem;
	height: auto;
	border-top: 4px solid #00a1e6
}

.hd-language .dropinfo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	top: 100%;
	margin-top: -1px;
	width: 2rem;
	background: #fff;
	transition: all .1s ease 0s;
	height: 0;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center
}

.hd-language .dropinfo a {
	display: block;
	line-height: 40px;
	margin-bottom: 10px;
	color: #666;
	text-align: left;
	padding-left: .5rem
}

.hd-language .dropinfo a:hover {
	color: #00a1e6
}

@media (max-width:640px) {
	.hd-language .dropinfo a {
		margin-bottom: 0;
		padding-left: .3rem
	}
}

@media (max-width:640px) {
	.hd-language::after {
		margin-left: -30px
	}
}

.pc-menus li:hover .hd-dropinfo {
	height: 365px;
	overflow: visible;
	opacity: 1;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1)
}

@media (max-width:1300px) {
	.pc-menus li:hover .navs .item {
		width: 100% !important;
		float: left !important
	}
}

.coverimg {
	position: relative;
	overflow: hidden
}

.coverimg ._bg {
	visibility: hidden;
	display: block;
	width: 100%
}

.coverimg .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all .4s ease 0s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.coverimg:hover .cover {
	transform: scale(1.05)
}

.coverimg.contain {
	background-size: contain
}

main {
	overflow: hidden
}

.m-menus {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 60px;
	right: -100%;
	background: #fff;
	overflow: hidden;
	line-height: 40px;
	font-size: 15px;
	z-index: 999;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

@media (min-width:768px) {
	.m-menus {
		top: 80px
	}
}

.m-menus .inner {
	height: calc(100vh - 50px);
	overflow-y: auto;
	border-top: 1px solid #e3e3e3;
	padding-bottom: 30px
}

.m-menus .hd-tel {
	text-align: center;
	display: block;
	margin: 50px 0 0
}

.m-menus .hd-tel .iconfont {
	font-size: 30px;
	margin-right: 10px;
	color: #000
}

.m-menus a {
	color: #333
}

.m-menus.active {
	right: 0
}

.m-menus ul {
	overflow-y: auto;
	border-bottom: 1px solid #e3e3e3
}

.m-menus .item:not(:first-child) {
	border-top: 1px solid #e3e3e3
}

.m-menus .item {
	cursor: pointer;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	position: relative
}

.m-menus .item .iconfont {
	position: absolute;
	right: 8%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	color: #999;
	font-weight: bold;
	transition: .3s
}

.m-menus .item>a,
.m-menus h5 {
	display: block;
	padding: 0 8%;
	line-height: 54px;
	color: #333;
	position: relative;
	font-size: 16px
}

.m-menus h5 {
	text-transform: uppercase
}

.m-menus h5.active>* {
	color: #00a1e6
}

.m-menus .xs-dropinfo {
	display: none;
	background: rgba(0, 0, 0, 0.05);
	padding: 15px 9%;
	font-size: 14px
}

.m-menus .xs-dropinfo a {
	color: #666;
	display: block;
	line-height: 40px
}

.m-menus .trans {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.m-menus .open h5 {
	background: #00a1e6;
	border-top: 0
}

.m-menus .open h5 .iconfont {
	color: #fff
}

.m-menus .open h5 .iconfont::before {
	content: "\e625"
}

.m-menus .open h5>a,
.m-menus .open h5 p {
	font-weight: bold;
	color: #fff !important
}

.m-menus .xs-dropinfo dl.br {
	border-right: 1px solid #ccc
}

.m-menus .hd-tel {
	font-size: 26px;
	font-family: medium;
	color: #666
}

.hd-search-box {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	padding: 20px 5%;
	display: none;
	border-top: 4px solid #00a1e6
}

.hd-search-box .inner {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: end;
	box-pack: end;
	-webkit-justify-content: end;
	justify-content: end
}

.hd-search-box form {
	border: 1px solid #00a1e6;
	max-width: 500px;
	display: block;
	position: relative;
	border-radius: 3px;
	width: 80%;
	min-width: 500px
}

.hd-search-box .key {
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	display: block
}

.hd-search-box .submit {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 1px solid #00a1e6;
	text-align: center;
	width: 50px;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	color: #00a1e6
}

.hd-search-box .submit .iconfont {
	font-size: 20px
}

.hd-search-box .submit:hover {
	background: #00a1e6;
	color: #fff
}

.hd-search-box .close {
	float: right;
	height: 40px;
	line-height: 42px;
	width: 60px;
	text-align: center;
	font-size: 20px;
	color: #333 !important
}

.hd-search-box .close:hover {
	color: #00a1e6
}

@media (min-width:993px) {
	.hd-search-box {
		top: 80px
	}
}

@media (max-width:768px) {
	.hd-search-box {
		top: 50px
	}

	.hd-search-box .inner {
		float: none;
		width: 100%
	}

	.hd-search-box form {
		min-width: auto;
		width: 90%
	}

	.hd-search-box .close {
		position: relative
	}
}

@media (max-width:480px) {
	.hd-search-box {
		bottom: 0;
		height: auto
	}
}

.pagination {
	text-align: center;
	margin-top: .3rem;
	display: block
}

.pagination.s2 li span,
.pagination.s2 li a {
	border: 1px solid #dedede;
	border-radius: 2px !important
}

.pagination.s2 .active span {
	border: 1px solid #00a1e6 !important
}

.pagination li {
	margin: 0 5px
}

@media (max-width:480px) {
	.pagination li {
		margin: 0 2px
	}

	.pagination li>* {
		padding: 5px 12px
	}
}

.pagination .active>a,
.pagination .active>span,
.pagination .active>a:hover,
.pagination .active>span:hover,
.pagination .active>a:focus,
.pagination .active>span:focus {
	background: #00a1e6;
	color: #fff;
	border: 0
}

.pagination li>a,
.pagination li>span {
	float: none;
	display: inline-block;
	cursor: pointer;
	color: #333;
	border-radius: 0 !important;
	border: 0;
	background: #fdfdfd;
	padding: 10px 15px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999
}

.swiper-pagination-bullet {
	border: 0px solid #00a1e6;
	opacity: 1;
	background: none
}

.swiper-pagination-bullet-active {
	background: #00a1e6
}

.pnext-box .swiper-button-prev,
.pnext-box .swiper-button-next {
	top: 0;
	margin-top: 0
}

.vcrumbs {
	padding: .3rem 0 !important
}

.index-banner {
	position: relative;
	height: 9.6rem;
	max-height: 100vh
}

.index-banner .swiper-pagination {
	bottom: .5rem
}

.index-banner .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.3);
	opacity: 1;
	transition: all .4s ease 0s;
	width: .1rem;
	height: .1rem;
	border-radius: .2rem;
	display: inline-block;
	background: #fff;
	margin: 0 6px !important
}

.index-banner .swiper-pagination-bullet-active {
	background: #122b87
}

.index-banner .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.index-banner .swiper-slide img {
	visibility: hidden;
	width: 100%
}

.index-banner .img {
	position: relative
}

.index-banner video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0
}

.index-banner .content {
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translateX(-50%) translateY(-50%);
	bottom: 0;
	width: 88vw;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	width: 82%;
	max-width: 1600px;
	z-index: 55
}

.index-banner .textbox {
	color: #fff;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	min-width: 550px;
	max-width: 100%
}

.index-banner h5 {
	font-size: .6rem;
	font-weight: bold;
	line-height: 1.1;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase
}

.index-banner .en {
	font-size: .18rem;
	padding-bottom: .25rem;
	margin-bottom: .25rem;
	line-height: 2;
	margin-top: .1rem
}

.index-banner .vmore {
	display: block;
	margin: 0 auto
}

@media (max-width:1680px) {
	.index-banner {
		height: auto
	}

	.index-banner .swiper-pagination {
		bottom: .3rem
	}
}

@media (max-width:1200px) {
	.index-banner {
		height: 7rem
	}

	.index-banner h5 {
		font-size: .56rem
	}

	.index-banner .textbox .en {
		font-size: 16px
	}
}

@media (max-width:768px) {
	.index-banner .swiper-pagination {
		bottom: .2rem
	}

	.index-banner .xsimg {
		width: 100%
	}

}

@media (max-width:640px) {
	.index-banner {
		height: 320px
	}

	.index-banner .swiper-slide {
		overflow: hidden
	}

	.index-banner .swiper-slide img {
		height: 100%;
		max-width: none;
		position: relative;
		left: 50%;
		transform: translateX(-50%)
	}

	.index-banner .content {
		width: 92%;
		top: 50%;
	}

	.index-banner .textbox {
		padding: .3rem .1rem;
		line-height: 34px;
		min-width: 300px;
	}

	.index-banner .textbox .en {
		font-size: 14px
	}

	.index-banner .textbox h5 {
		font-size: 26px;
		margin-bottom: 0
	}
}

@media (max-width:480px) {
	.index-banner .swiper-pagination-bullet-active {
		border-width: 2px
	}

	.index-banner .en {
		font-size: 14px;
		padding-bottom: 0
	}

	.index-banner h5 {
		font-size: 30px
	}
}


.ihd {
	position: relative;
	padding: .16rem 0;
	background: #f6f7fb;
}

.ihd h2 {
	font-size: .38rem;
	font-weight: bold;
	color: #333;
}

.ihd p {
	color: #b2b2b2;
	font-size: 16px;
}

@media (max-width:640px) {
	.ihd {
		font-size: 22px
	}
}

.ihd.center {
	text-align: center
}


/* 关于我们 */
.iabout {
	padding-top: .8rem;
	padding-bottom: .8rem;
	position: relative
}

.iabout .wrap {
	position: relative;
	z-index: 5
}

.iabout .content {
	background: #fff;
	display: flex;
	align-items: center;
}

.iabout .content .left {
	width: 45%;
	position: relative;
}

.iabout .content .left img {
	max-width: 100%;
	display: block;
}

.iabout .content .right {
	width: 55%;
	padding: 0 85px;
	position: relative;
}

.iabout .content .right .title {
	font-size: 24px;
	color: #b2b2b2;
	margin-bottom: 10px;
}

.iabout .content .right h2 {
	font-size: 38px;
	font-weight: bold;
	color: #122b87;
	padding-bottom: 30px;
}

.iabout .content .right p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	padding-bottom: 25px;
}

.iabout .content .right .in {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	display: flex;
	align-items: center;
}

.iabout .content .right .in i {
	display: inline-block;
	width: 20px;
	height: 12px;
	margin-right: 10px;
	background: url(../images/jt.png) no-repeat;
	background-position: 0 0;
	background-size: 20px 12px;
}

.iabout .content .right .more {
	width: 150px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	background: #e60d1e;
	border-radius: 50px;
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iabout .content .right .more>a {
	display: flex;
	align-items: center;
}

.iabout .content .right .more>a>span {
	position: relative;
	color: #fff;
}

.iabout .content .right .more>a>i {
	color: #fff;
	padding-left: 8px;
}

@media (max-width:1200px) {
	.iabout .content .right {
		padding: 0 25px;
	}

	.iabout .content .right .title {
		font-size: 18px;
	}

	.iabout .content .right h2 {
		font-size: 32px;
		padding-bottom: 15px;
	}

	.iabout .content .right p {
		padding-bottom: 15px;
	}

	.iabout .content .right .more {
		margin-top: 20px;
	}

	.iabout .content .right .more {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}

@media (max-width:768px) {
	.iabout {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.iabout .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.iabout .content .left {
		width: 100%;
		float: none;
	}

	.iabout .content .right {
		width: 100%;
		float: none;
		padding: 25px 0 0 0;
	}

}

@media (max-width:640px) {
	.iabout .content .right {
		padding: 15px 0 0 0;
	}

	.iabout .content .right h2 {
		font-size: 24px;
		padding-bottom: 15px;
	}

	.iabout .content .right p {
		font-size: 14px;
		line-height: 24px;
	}

	.iabout .content .right .in {
		font-size: 14px;
		line-height: 24px;
	}

}

/*业务范围*/
.ibusiness {
	background: url(../images/ibusiness.jpg) center center no-repeat #eef3f6;
	background-size: cover;
	background-attachment: fixed;
	padding: .5rem 0 .5rem 0;
}

.ibusiness .businessList {
	position: relative;
}

.ibusiness .businessList li {
	width: 30.666%;
	float: left;
	margin-right: 4%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 6px 15px 0 rgba(66, 60, 80, .1);
	border-radius: 8px;
	padding: 10px 20px;
	text-align: center;
}

.ibusiness .businessList li:last-child {
	margin-right: 0;
}

.ibusiness .businessList li .info {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.ibusiness .businessList li .info img {
	width: 100px;
	height: 100px;
	margin-right: 25px;
}

@media (max-width:768px) {
	.ibusiness .businessList li {
		width: 32%;
		margin-right: 2%;
	}

	.ibusiness .businessList li .info img {
		width: 80px;
		height: 80px;
		margin-right: 10px;
	}

	.ibusiness .businessList li .info {
		font-size: 16px;
	}
}

@media (max-width:640px) {
	.ibusiness .businessList li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/*解决方案*/
.isolution {
	padding-top: .8rem;
	padding-bottom: .8rem;
	position: relative
}

.isolution_nav {
	height: .72rem;
	margin-top: .58rem;
	margin-bottom: .38rem;
}

.isolution_nav ul li {
	float: left;
	width: 33.333%;
	cursor: pointer;
	text-align: center;
	height: .72rem;
	font-weight: bold;
	font-size: 20px;
	line-height: .72rem;
	background: #f6f7fb;
	color: #122b87;
	position: relative;
	transition: all 300ms ease;
}

.isolution_nav ul li:before {
	display: block;
	content: '';
	position: absolute;
	left: -1px;
	top: 50%;
	width: 1px;
	height: 34px;
	background: rgba(0, 0, 0, 0.2);
	margin-top: -17px;
}

.isolution_nav ul li:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: -8px;
	width: 0;
	height: 0;
	border-left: 12px transparent solid;
	border-right: 12px transparent solid;
	border-top: 8px #122b87 solid;
	opacity: 0;
	transition: all 300ms ease;
}

.isolution_nav ul li:first-child:before {
	display: none;
}

.isolution_nav ul li i {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 14px;
	width: 40px;
	height: 40px;
}

.isolution_nav ul li i.b1 {
	background: url(../images/nav_01.png) no-repeat;
	background-size: 40px 40px;
}

.isolution_nav ul li i.b2 {
	background: url(../images/nav_02.png) no-repeat;
	background-size: 40px 40px;
}

.isolution_nav ul li i.b3 {
	background: url(../images/nav_03.png) no-repeat;
	background-size: 40px 40px;
}

.isolution_nav ul li.on {
	background: #122b87;
	color: #fff;
}

.isolution_nav ul li.on:after {
	opacity: 1;
}

.isolution_nav ul li.on:before {
	display: none;
}

.isolution_nav ul li.on i.b1 {
	background: url(../images/nav_01_hover.png) no-repeat;
	background-size: 40px 40px;
}

.isolution_nav ul li.on i.b2 {
	background: url(../images/nav_02_hover.png) no-repeat;
	background-size: 40px 40px;
}

.isolution_nav ul li.on i.b3 {
	background: url(../images/nav_03_hover.png) no-repeat;
	background-size: 40px 40px;
}

.isolution_content .item {
	display: none;
}

.isolution_content .item_m {
	background: #f7f9fb;
	position: relative;
}

.isolution_content .item .img {
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.isolution_content .item .img img {
	display: block;
	height: 420px;
	transform: scale(1);
	transition: transform 0.2s;
}

.isolution_content .item .con {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 560px;
	height: 420px;
	background: #f7f9fb;
	padding: 0 50px;
	z-index: 11;
}

.isolution_content .item .t {
	font-size: 24px;
	font-weight: bold;
	line-height: 2.8;
	padding-top: 28px;
}

.isolution_content .item .m {
	line-height: 2;
	color: #666666;
	height: 14em;
	overflow: hidden;
	margin-bottom: 10px;
}

.isolution_content .item:first-child {
	display: block;
}

.isolution_content .item .img a:hover img {
	transform: scale(1.04);
}

.imore {
	display: block;
	border-radius: 2px;
	width: 198px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px #81a4ce solid;
	font-weight: bold;
	color: #122b87;
}

.imore:hover {
	border: 1px #122b87 solid;
	background: #122b87;
	color: #fff;
}

.imore i {
	color: #122b87;
	padding-left: 15px;
}

.imore:hover i {
	color: #fff;
}

@media (max-width:1200px) {
	.isolution_content .item .img img {
		height: 336px;
	}

	.isolution_content .item .con {
		width: 448px;
		height: 336px;
		padding: 0 40px;
	}

	.isolution_content .item .m {
		margin-bottom: 8px;
		height: 12em;
	}

	.imore {
		border-radius: 2px;
		width: 158px;
		height: 36px;
		line-height: 36px;
	}
}

@media (max-width:768px) {
	.isolution_nav ul li {
		font-size: 16px;
	}

	.isolution_nav ul li i {
		width: 30px;
		height: 30px;
	}

	.isolution_nav ul li:before {
		height: 30px;
		margin-top: -15px;
	}

	.isolution_nav ul li i.b1 {
		background-size: 30px 30px;
	}

	.isolution_nav ul li i.b2 {
		background-size: 30px 30px;
	}

	.isolution_nav ul li i.b3 {
		background-size: 30px 30px;
	}

	.isolution_nav ul li.on i.b1 {
		background-size: 30px 30px;
	}

	.isolution_nav ul li.on i.b2 {
		background-size: 30px 30px;
	}

	.isolution_nav ul li.on i.b3 {
		background-size: 30px 30px;
	}

	.isolution_nav ul li:after {
		margin-left: -8px;
		bottom: -6px;
		border-left: 8px transparent solid;
		border-right: 8px transparent solid;
		border-top: 6px #0b50a2 solid;
	}

	.isolution_content .item .img img {
		width: 100%;
		height: auto;
	}

	.isolution_content .item .con {
		position: relative;
		width: auto;
		height: auto;
		padding: 0 15px 22px 15px;
	}

	.isolution_content .item .t {
		font-size: 24px;
		padding-top: 5px;
		text-align: center;
	}

	.isolution_content .item .m {
		height: auto;
		margin-bottom: 14px;
	}

	.imore {
		margin: 0 auto;
		border-radius: 2px;
		width: 128px;
		height: 32px;
		line-height: 32px;
	}
}

@media (max-width:640px) {
	.isolution_nav ul li {
		font-size: 14px;
	}

	.isolution_nav ul li i {
		margin-right: 5px;
		width: 20px;
		height: 20px;
	}

	.isolution_nav ul li:before {
		height: 20px;
		margin-top: -10px;
	}

	.isolution_nav ul li i.b1 {
		background-size: 20px 20px;
	}

	.isolution_nav ul li i.b2 {
		background-size: 20px 20px;
	}

	.isolution_nav ul li i.b3 {
		background-size: 20px 20px;
	}

	.isolution_nav ul li.on i.b1 {
		background-size: 20px 20px;
	}

	.isolution_nav ul li.on i.b2 {
		background-size: 20px 20px;
	}

	.isolution_nav ul li.on i.b3 {
		background-size: 20px 20px;
	}

	.isolution_nav ul li:after {
		margin-left: -6px;
		bottom: -4px;
		border-left: 6px transparent solid;
		border-right: 6px transparent solid;
		border-top: 4px #0b50a2 solid;
	}

	.isolution_content .item .img img {
		width: 100%;
		height: auto;
	}

	.isolution_content .item .con {
		position: relative;
		width: auto;
		height: auto;
		padding: 0 15px 22px 15px;
	}

	.isolution_content .item .t {
		font-size: 18px;
		padding-top: 5px;
		text-align: center;
	}

	.isolution_content .item .m {
		height: auto;
		margin-bottom: 14px;
	}

	.imore {
		margin: 0 auto;
		border-radius: 2px;
		width: 128px;
		height: 32px;
		line-height: 32px;
	}
}

/* 成功案例 */
.icase {
	background-image: url(../images/icase_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: .8rem 0;
}

.icase .caseList {
	padding-top: .58rem;
}

.icase .caseList li {
	width: 18.4%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;

}

.icase .caseList li:nth-child(5n) {
	margin-right: 0;
}

.icase .caseList li img {
	width: 100%;
	display: block;
	border-radius: 8px;
}

@media (max-width:640px) {
	.icase .caseList li {
		width: 49%;
		margin-bottom: 12px;
	}

	.icase .caseList li:nth-child(2n) {
		margin-right: 0;
	}
}

/*发展历程*/
.idevelopment {
	background: url(../images/idevelopment_bg.jpg) center bottom no-repeat #ffffff;
	padding-top: .8rem;
	padding-bottom: .8rem;
	position: relative
}

.istep {
	padding-top: .58rem;
	position: relative;
}

.istep .tab-cont {
	max-width: 560px;
	height: 300px;
	margin: 0 auto;
	padding: 0 70px;
	border-radius: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 6px 14px rgb(60, 97, 231, 0.4);
	background-image: url(../images/step_box.jpg);
	overflow: hidden;
	position: relative;
	font-size: 0;
	z-index: 2;
}

.istep .tab-cont:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.istep .tab-cont-m {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.istep .tab-cont .child {
	display: none;
	opacity: 0;
	animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.istep .tab-cont .child.active {
	display: block;
}

.istep .tab-cont h3 {
	position: relative;
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-weight: normal;
}

.istep .tab-cont .para {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	min-height: 96px;
}

/* .istep .tab-cont h3:before {
	content: '';
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/air.png);
	position: absolute;
	left: 0;
	top: 0;
} */

.istep .year {
	max-width: 1400px;
	margin: 40px auto 0 auto;
	position: relative;
	z-index: 2;
}

.istep .year .item {
	position: relative;
}

.istep .year .item .box {
	text-align: center;
	cursor: pointer;
}

.istep .year .item .box:before {
	content: '';
	width: 28px;
	height: 35px;
	display: block;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/pos.png);
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s ease;
}

.istep .year .item .box .dot {
	width: 16px;
	height: 16px;
	margin: 20px auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/istep_li.png);
	transition: all 0.3s ease;
}

.istep .year .item .box h3 {
	font-size: 18px;
	line-height: 1;
	color: #666666;
	font-weight: normal;
	transition: all 0.3s ease;
}

.istep .year .item .line2 {
	position: absolute;
	left: 100%;
	top: 56px;
	width: 80px;
	height: 4px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/istep_line.png);
}

.istep .year .item .line2:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 4px;
	border-radius: 2px;
	background-color: #122b87;
}

.istep .year .item.active .box:before {
	opacity: 1;
	transform: translateY(0);
}

.istep .year .item.active .box .dot {
	background-image: url(../images/istep_lis.png);
}

.istep .year .item.active .box h3 {
	color: #122b87;
	font-weight: bold;
}

.istep .year .item.active .line:after {
	width: 100%;
	transition: all 2s ease;
}

.istep .button {
	position: absolute;
	top: 135px;
	width: 43px;
	height: 47px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/prev.png);
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 2;
}

.istep .button:hover {
	background-image: url(../images/prevs.png);
}

.istep .button-prev {
	left: 150px;
}

.istep .button-next {
	right: 150px;
	transform: rotateY(180deg);
}

@keyframes o-upfade-top {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width:768px) {
	.istep .tab-cont {
		max-width: 448px;
		height: 200px;
		padding: 0 26px;
		border-radius: 18px;
	}

	.istep .tab-cont h3 {
		font-size: 28px;
	}

	.istep .tab-cont .para {
		margin-top: 12px;
		font-size: 14px;
		min-height: 78px;
	}

	.istep .tab-cont h3:before {
		width: 32px;
		height: 32px;
	}

	.istep .year {
		max-width: 1120px;
		margin: 32px auto 0 auto;
	}

	.istep .year .item .box:before {
		width: 20px;
		height: 24px;
	}

	.istep .year .item .box .dot {
		width: 14px;
		height: 14px;
		margin: 16px auto;
	}

	.istep .year .item .box h3 {
		font-size: 16px;
	}

	.istep .year .item .line2 {
		top: 46px;
		width: 40px;
		height: 2px;
		margin-left: -10px;
	}

	.istep .year .item .line:after {
		height: 2px;
		border-radius: 2px;
	}

	.istep .button {
		display: none;
		top: 108px;
		width: 34px;
		height: 37px;
	}

	.istep .button-prev {
		left: 10px;
	}

	.istep .button-next {
		right: 10px;
	}
}

/* 新闻中心 */
.inews {
	padding-top: .8rem;
	padding-bottom: .8rem;
	position: relative
}

.inews_list {
	padding-top: .58rem;
}

.inews_list ul li {
	width: 49%;
	float: left;
	margin-right: 2%;
	padding: .32rem .5rem .4rem;
	background: #fafafa;
	margin-bottom: .2rem;
	border-left: 3px solid transparent;
}

.inews_list ul li:nth-child(2n) {
	margin-right: 0;
}

.inews_list ul li .name {
	font-size: .18rem;
	line-height: .36rem;
}

.inews_list ul li .desc {
	margin: 7px auto .29rem;
}

.inews_list ul li .desc {
	font-size: 14px;
	color: #999;
	height: .3rem;
	line-height: .3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.inews_list ul li:hover {
	border-color: #122b87;
	background: #fff;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.page-more {
	display: inline-block;
	width: 47px;
	height: 33px;
	border: 2px solid #48413e;
	border-radius: 15px;
	background: #ffffff url(../images/more.png) no-repeat center center;
}

.inews_list ul li:hover .page-more {
	border: 2px solid #122b87;
	background: #122b87 url(../images/more2.png) no-repeat center center;
}

@media (max-width:1200px) {
	.inews_list ul li .name {
		font-size: .24rem;
		line-height: .48rem;
		font-weight: bold;
	}

	.inews_list ul li .desc {
		line-height: .28rem;
		height: .8rem;
		-webkit-line-clamp: 1;
		margin-top: 7px;
	}
}

@media (max-width:768px) {
	.inews_list ul li .name {
		font-size: .32rem;
		line-height: .56rem;
		font-weight: bold;
	}

	.inews_list ul li .desc {
		line-height: .56rem;
		height: 1.12rem;
		-webkit-line-clamp: 2;
		margin-top: 7px;
	}
}

@media (max-width:640px) {
	.inews_list ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		padding: .4rem;
		margin-bottom: .2rem;
		border-width: 2px;
	}

}

.vbanner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	height: 5.7rem;
	margin-bottom: .8rem
}

@media (max-width: 640px) {
	.vbanner {
		height: 2rem
	}
}

.vbanner .wrap {
	width: 92vw;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	text-align: center;
	color: #fff
}

.vbanner h2 {
	font-size: .36rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: .1rem;
	padding-top: .06rem
}

.vbanner .desc {
	font-size: .48rem;
	text-transform: uppercase
}

.vbanner .bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
	transform: scale(1.2)
}

.vbanner .bg.animated {
	transform: scale(1)
}

@media (max-width: 1200px) {
	.vbanner {
		height: 5rem
	}
}

@media (max-width: 768px) {
	.vbanner {
		height: 4rem
	}
}

.ny_banner_link a:nth-child(2) {
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	background-color: #0360c3;
	border: none;
	height: 40px;
	line-height: 40px;
}

.ny_banner_link a:after {
	transform: translateY(-1px);
	content: "";
	transition: all .4s ease;
	font-family: "iconfont";
	display: inline-block;
	vertical-align: middle;
}

.ny_banner_link a:hover:after {
	content: "\e683";
	margin-left: 5px;
}

.page-title-box {
	width: 100%;
	text-align: center;
}

.page-title-box .name {
	/* font-weight: 700; */
	font-size: .36rem;
	color: #333;
	margin-bottom: .1rem;
}

.page-title-box .en {
	font-family: Arial;
	position: relative;
	font-size: 16px;
	color: rgba(53, 55, 68, 0.3);
	padding-bottom: .5rem;
}

@media (max-width:768px) {
	.page-title-box .name {
		font-size: .56rem;
	}
}

/*关于昌炎*/
.jj-box {
	padding: 1.3rem 0 .6rem;
	position: relative
}

.jj-box::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/brand_bg.jpg) no-repeat right bottom;
	background-size: 48% auto;
	right: 0;
	bottom: 0;
	z-index: -1
}

.jj-box.wrap {
	position: relative
}

.jj-box .inner {
	margin-right: 40%
}

.jj-box h2 {
	font-size: .36rem;
	margin-bottom: .2rem
}

.jj-box .info {
	font-size: 16px;
	color: #999;
	line-height: 1.875
}

.jj-box .info p {
	margin-bottom: 1em
}

.jj-box .bottom {
	margin-top: .5rem
}

.jj-box .bottom .c {
	color: #122b87 !important;
	font-weight: bold;
	font-size: .36rem
}

.jj-box .txt {
	font-size: 16px;
	color: #666;
	line-height: 1.9
}

@media (max-width:1400px) {
	.jj-box::after {
		opacity: .1
	}

	.jj-box .inner {
		margin-right: 20%
	}

	.jj-box .inner {
		padding-right: 1rem
	}
}

@media (max-width:992px) {
	.jj-box .inner {
		padding-right: 0;
		margin-right: 0
	}

	.jj-box .bottom {
		text-align: right
	}
}

@media (max-width:768px) {
	.jj-box {
		padding-top: .6rem;
		padding-bottom: .6rem
	}

	.jj-box::after {
		background-size: contain
	}

	.jj-box h2 {
		font-size: .56rem;
	}
}

@media (max-width:480px) {
	.jj-box .info {
		font-size: 14px
	}
}

.zs-box {
	padding: .8rem 0 1rem
}

.zs-box .ihd {
	text-align: center;
	margin-bottom: .3rem
}

.zs-box .bd {
	width: 92vw;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 .6rem;
	position: relative
}

@media (max-width: 992px) {
	.zs-box .bd {
		padding: 0
	}

	.zs-box .bd .zs-swiper {
		padding-bottom: 1rem
	}
}

.zs-box .inner {
	margin: 0 .16rem
}

.zs-box .inner .img {
	margin-bottom: .2rem;
	padding: .3rem;
	background: #fff;
	border: 1px solid #ddd
}

.zs-box .inner .img:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)
}

.zs-box .inner .tit {
	text-align: center;
	font-size: 18px;
	line-height: 1.2
}

@media (max-width: 1360px) {
	.zs-box .inner .tit {
		font-size: 16px
	}
}

@media (max-width: 768px) {
	.zs-box .inner .tit {
		font-size: 14px
	}
}

.zs-box li {
	width: 25%
}

@media (max-width: 992px) {
	.zs-box li {
		width: 33.3%
	}
}

@media (max-width: 640px) {
	.zs-box li {
		width: 50%
	}
}

.fz-box {
	background: url('../images/fzbg.jpg') no-repeat center center;
	background-size: cover;
	padding: .6rem 0 1.8rem;
	min-height: 9.2rem
}

.fz-box .ihd {
	text-align: center;
	margin-bottom: .5rem
}

@media (max-width: 768px) {
	.fz-box {
		background-size: auto;
		background-position: center bottom;
		padding-bottom: 3rem;
		background-color: #cfdfef
	}
}

.wx-swiper-bd {
	position: relative;
	overflow: hidden;
	width: 92vw;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 768px) {
	.wx-swiper-bd {
		padding: 0 60px
	}

	.wx-swiper-bd::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #122b87;
		left: 0;
		right: 0;
		top: 50%;
		z-index: 55
	}

	.wx-swiper-bd .pnext {
		cursor: pointer;
		top: 50%;
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		background: #fff;
		color: #122b87;
		margin-top: -18px;
		position: absolute;
		border-radius: 50%;
		z-index: 5555;
		opacity: 1
	}

	.wx-swiper-bd .pnext::after {
		font-size: 14px;
		font-style: normal;
		color: inherit
	}

	.wx-swiper-bd .pnext:hover {
		background-color: #122b87;
		color: #fff
	}

	.wx-swiper-bd .swiper-button-prev {
		left: 0
	}

	.wx-swiper-bd .swiper-button-next {
		right: 0
	}
}

@media (min-width: 768px) and (max-width:1200px) {
	.wx-swiper-bd {
		padding: 0 40px
	}
}

@media (min-width: 768px) {
	.wx-swiper {
		position: relative;
		height: 500px
	}

	.wx-swiper .wrapper {
		white-space: nowrap;
		overflow: hidden;
		display: flex;
		opacity: 0;
		position: absolute;
		z-index: 5;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		transition: .6s
	}

	.wx-swiper .wrapper.active {
		opacity: 1
	}

	.wx-swiper li {
		flex: 1;
		height: 500px;
		position: relative
	}

	.wx-swiper li:nth-child(6) {
		flex: 2
	}

	.wx-swiper li:nth-child(6) .inner {
		width: 100%
	}

	.wx-swiper li .inner {
		position: absolute;
		left: 0;
		width: 200%;
		max-width: 340px
	}

	.wx-swiper li:nth-child(2n) .inner {
		top: 50%
	}

	.wx-swiper li:nth-child(2n) dl {
		padding: 40px 20px 0 22px
	}

	.wx-swiper li:nth-child(2n) dl::before {
		top: 0px;
		height: 72px
	}

	.wx-swiper li:nth-child(2n+1) .inner {
		top: auto;
		bottom: 50%
	}

	.wx-swiper li:nth-child(2n+1) dl {
		padding: 0 20px 40px 22px
	}
}

.wx-swiper dl {
	position: relative;
	font-style: italic;
	border-left: 1px solid #122b87
}

.wx-swiper dl dt {
	font-weight: bold !important;
	font-size: .36rem;
	transition: .5s ease-in-out;
	position: relative;
	line-height: 40px;
	line-height: 1.3;
	padding-bottom: .2rem;
	transition: .6s
}

.wx-swiper dl dt span {
	font-size: .18rem;
	display: block;
	margin-top: 2px;
	font-style: normal
}

@media (max-width: 992px) {
	.wx-swiper dl dt {
		font-size: 24px
	}

	.wx-swiper dl dt span {
		font-size: 16px
	}
}

.wx-swiper dl dd {
	font-size: 14px;
	color: #666;
	white-space: normal;
	line-height: 1.6
}

.wx-swiper dl p {
	padding-bottom: 5px
}

@media (max-width: 768px) {
	.wx-swiper dl {
		padding-left: 20px;
		margin-left: 4px;
		font-style: normal;
		border-color: #ccc;
		padding-bottom: 40px
	}

	.wx-swiper dl::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		border-bottom: 1px dashed #ccc
	}

	.wx-swiper dl dt {
		font-family: medium
	}

	.wx-swiper dl dt span {
		color: #333;
		display: inline-block;
		padding-left: .1rem
	}

	.wx-swiper dl dt::before {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		background-color: #122b87;
		border-radius: 50%;
		position: absolute;
		top: 14px;
		left: -24px;
		z-index: 55
	}
}

.swiper-round-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #cccccc;
	color: #fff
}

.swiper-round-btn::after {
	font-size: 12px;
	color: inherit;
	font-weight: bold
}

.swiper-round-btn:hover {
	background-color: #122b87;
	color: #fff
}

.about-idea {
	overflow: hidden;
}

.about-idea-t {
	position: relative;
	height: 690px;
}

.about-idea-t img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
}

.about-idea-b {
	display: table;
	position: relative;
	width: 100%;
	background: #8d8d8d;
}

.about-idea-b-in {
	float: right;
	position: relative;
	margin-top: -281px;
	/* width: 100%; */
}

/* .letmove .about-idea-b-in {
	transform: translateX(60px);
	transition: transform 1.3s .0s, opacity 1.3s .0s;
	opacity: 0;
} */
/* .move .about-idea-b-in {
	transform: translateX(0);
	opacity: 1;
} */
.idea-title {
	position: absolute;
	left: 95px;
	top: -162px;
	color: #fff;
}

.idea-title h2,
.idea-title h4 {
	margin: 0;
}

.idea-title h2 {
	font-size: .36rem;
	margin-bottom: .1rem;
}

.idea-title h4 {
	font-family: Arial;
	position: relative;
	font-size: 16px;
	color: #fff;
}

.idea-one {
	font-size: 0;
	background: #1d1f24;
}

.idea-one-desc,
.idea-one-img {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.idea-one-img {
	overflow: hidden;
}

.idea-one-img img {
	width: 100%;
	height: 100%;
	transition: .6s .05s;
}

.idea-one-img:hover img {
	transform: scale(1.1);
}

.idea-one-desc {
	padding: 60px 125px 0 100px;
}

.idea-one:nth-of-type(3) .idea-one-desc {
	float: left;
}

.idea-one-desc h3 {
	margin: 0;
	margin-bottom: 22px;
	font-size: 24px;
	color: #fff;
}

.idea-one-desc p.desc {
	position: relative;
	margin-bottom: 0;
	/*height: 84px;*/
	line-height: 28px;
	font-size: 14px;
	color: #898989;
}

.idea-one-desc p.desc::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 28px;
	height: 3px;
	background: #d51b32;
}

@media (max-width: 1524px) {
	.about-idea-b-in {
		width: 100%;
	}

}

@media (max-width: 1300px) {
	.idea-one-desc {
		padding: 60px 70px 0 100px;
	}
}

@media (max-width: 1200px) {

	.idea-one-desc,
	.idea-one-img {
		display: block;
		width: 100%;
	}

	.idea-one-desc {
		padding: 60px 25px 80px;
	}

	.idea-one-desc h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.about-idea-b-in {
		margin-top: 0;
	}

	.idea-title {
		left: 15px;
		top: -210px;
		top: -2.8rem;
	}

	.idea-title h2 {
		font-size: .56rem;
	}

	.about-idea-t {
		height: 396px;
		height: 5.28rem;
	}

	.about-idea-t img {
		min-width: 100%;
		height: 396px;
		height: 5.28rem;
	}
}

/*业务范围*/
.solution-pa {
	padding-bottom: .8rem;
}

.solution-fun-box {
	position: relative;
	overflow: hidden;
	margin-top: .58rem;
}

.solution-fun-con {
	float: left;
	width: 20%;
	padding: 0px 12px;
	text-align: center;
	margin-bottom: 10px;
}

.solution-fun-txt {
	background: #ffffff;
	box-shadow: 5px 5px 20px 0 rgba(237, 237, 248, 0.26);
	padding: 57px 0 46px 0;
	height: 202px;
	position: relative;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	color: #122b87;
	font-size: 18px;
	line-height: 1;
}

.solution-fun-txt img {
	margin-bottom: 20px;
}

.solution-fun-txt:hover {
	box-shadow: 0px 20px 50px 0px rgba(118, 141, 201, 0.2);
	z-index: 1;
}

@media (max-width: 1050px) {
	.solution-fun-con {
		width: 25%;
	}
}

@media (max-width: 768px) {
	.solution-fun-con {
		width: 50%;
	}

	.solution-fun-txt img {
		width: 1rem;
	}

	.solution-fun-txt {
		background: #ffffff;
		box-shadow: 5px 5px 20px 0 rgba(237, 237, 248, 0.26);
		padding: 0.25rem 0;
		height: auto;
		font-size: 0.32rem;
	}
}

.solution-business {
	background: url("../images/s2_bg.png") no-repeat center;
	background-size: cover;
}

.solution-business-box {
	padding: 110px 124px;
	position: relative;
}

.wrap {
	width: 100%;
	box-sizing: content-box;
}

.solution-business-con {
	padding-left: 470px;
}

.solution-business .solution-title {
	text-align: left;
	margin-bottom: 80px;
	color: #fff;
	font-size: .36rem;
}

.solution-business .solution-title .text {
	color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.solution-business-text {
	color: #ffffff;
	display: none;
}

.solution-business-text .tit {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 25px;
}

.solution-business-text .text {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}

.solution-business-text .more {
	width: 150px;
	line-height: 36px;
	border: 1px solid rgba(214, 214, 214, 0.5);
	text-align: center;
	font-size: 14px;
	display: inline-block;
	color: #ffffff;
}

.solution-business-text .img img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.solution-business-line {
	margin-bottom: 40px;
}

.solution-business-line .line {
	background: #D6D6D6;
	height: 1px;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	margin-top: 50px;
}

.solution-business-left {
	position: absolute;
	top: 0;
	left: 125px;
	height: 100%;
	width: 300px;
	background: url("../images/s2_bg1.png") no-repeat center;
	background-size: cover;
	padding-top: 200px;
	z-index: 222;
}

.solution-business-left div {
	cursor: pointer;
	line-height: 80px;
	padding-left: 35px;
	position: relative;
	color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	font-size: 18px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;

}

.solution-business-scol {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}

.solution-business-left div.on {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.solution-business-left div span {
	position: relative;
	z-index: 1;
}

.solution-business-left div::after,
.solution-business-left div::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	content: '';
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.solution-business-left div::after {
	width: 5px;
	background: #1363ef;
}

.solution-business-left div.on::before {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.solution-business-left div.on::after {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.mobile-show {
	display: none;
}
@media (max-width: 1524px) {
	.wrap {
		width: 85%;
	}
	.solution-business-con {
		padding-left: 370px;
	}
}
@media (max-width: 1300px) {
	.solution-business-box {
		padding: 110px 54px;
	}

	.solution-business-left {
		left: 55px;
	}
	.wrap {
		width: 90%;
	}
}

@media (max-width: 768px) {
	.solution-business-con {
		padding-left: 0;
	}

	.mobile-hidden {
		display: none;
	}

	.mobile-show {
		display: block;
	}

	.solution-title .tit {
		font-size: 0.56rem;
	}

	.solution-business {
		background-image: url(../images/s2_bg_ph.png);
	}

	.solution-business-box {
		padding: 0.9rem 0.4rem;
	}

	.solution-business .solution-title {
		text-align: center;
		margin-bottom: 0.74rem;
	}

	.solution-business-btn1 {
		padding-bottom: 0.2rem;
		height: .9rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);

	}

	.solution-business-btn1 div {
		color: #fff;
		font-size: 0.32rem;
		padding: 0rem 0.12rem;
		line-height: 0.58rem;
		float: left;
		margin-right: 0.1rem;
		margin-bottom: .1rem;
		border: 1px solid rgba(255, 255, 255, .3);
	}

	.solution-business-btn1 div.on {
		background: #0084ff;
	}

	.solution-business-line {
		margin: 0.5rem 0 0.38rem 0;
	}

	.solution-business-text .tit {
		font-size: 0.4rem;
		margin-bottom: 0.23rem;
	}

	.solution-business-line .tit {
		font-size: 0.4rem;
	}

	.solution-business-text .text {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 0.3rem;
	}

	.solution-business-line .line {
		margin-top: 0.78rem;
	}

	.solution-business-text .img img {
		height: 0.56rem;
	}
}
@media (max-width: 640px) {
	.solution-business-btn1 {
		height: 1.8rem;
	}
}

.solution-card {
	padding-top: .8rem;
}

.car-d-list {
	margin-top: .58rem;
}

.car-d-list li {
	position: relative;
	float: left;
	width: 20%;
	overflow: hidden;
}

.car-d-list li img {
	position: relative;
	left: 50%;
	margin-left: -335px;
}

.car-d-list li .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(18, 43, 135, .8);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
}

.car-d-list li .box {
	position: absolute;
	width: 100%;
	top: 200px;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
}

.car-d-list li .box .ico {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s;
}

.car-d-list li .box .ico1 {
	background-image: url(../images/ico1.png);
}

.car-d-list li .box .ico2 {
	background-image: url(../images/ico2.png);
}

.car-d-list li .box .ico3 {
	background-image: url(../images/ico3.png);
}

.car-d-list li .box .ico4 {
	background-image: url(../images/ico4.png);
}

.car-d-list li .box .ico5 {
	background-image: url(../images/ico5.png);
}

.car-d-list li .box h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.car-d-list li .box p {
	width: 70%;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
}

.car-d-list li:hover .bg {
	opacity: 1;
	filter: alpha(opacity=100);
}

.car-d-list li:hover .box p {
	padding-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.car-d-list li:hover .box {
	top: 132px;
}

.car-d-list li:hover .box .ico1 {
	background-image: url(../images/ico1_1.png);
}

.car-d-list li:hover .box .ico2 {
	background-image: url(../images/ico2_2.png);
}

.car-d-list li:hover .box .ico3 {
	background-image: url(../images/ico3_3.png);
}

.car-d-list li:hover .box .ico4 {
	background-image: url(../images/ico4_4.png);
}

.car-d-list li:hover .box .ico5 {
	background-image: url(../images/ico5_5.png);
}

@media (max-width: 970px) {
	.car-d-list {
		width: 80%;
		margin: 50px auto 0;
	}

	.car-d-list li {
		width: 100%;
		margin-bottom: 40px;
	}

	.car-d-list li img {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.car-d-list li .box {
		top: 30%;
	}

	.car-d-list li .box p {
		opacity: 1;
		filter: alpha(opacity=100);
		padding-top: 0;
	}

	.car-d-list li:hover .box {
		top: 30%;
	}
}

@media (max-width: 768px) {
	.car-d-list {
		width: 100%;
		margin: 0.5rem auto 0;
	}

	.car-d-list li {
		margin-bottom: 0.4rem;
	}

	.car-d-list li .box {
		top: 0.8rem;
	}

	.car-d-list li .box .ico {
		width: 1.2rem;
		height: 1.2rem;
	}

	.car-d-list li .box h3 {
		font-size: 0.36rem;
		margin: 0.3rem 0 0.4rem;
		line-height: 1;
	}

	.car-d-list li .box p {
		width: auto;
		padding: 0 0.6rem;
		font-size: 14px;
		line-height: 28px;
	}

	.car-d-list li:hover .box {
		top: 0.8rem;
	}
}
/*昌炎优势*/
.car-c{
	width: 100%;
	padding: .8rem 0;
	background:#f9f9fa url(../images/bg2.jpg) no-repeat center top;
	overflow: hidden;
}
.car-c-cont{
	/* padding: 0 30px; */
}
.car-c-cont h2{
	font-size: .36rem;
	text-align: center;
	line-height: 50px;
	color: #373d41;
}
.car-c-list{
	margin-top: .58rem;
}
.car-c-list ul{
	margin-left: -0.65%;
	margin-right: -0.65%;
}
.car-c-list ul li{
	float: left;
	margin: 0 0.65% 20px;
	width: 48.7%;
	height: 160px;
	background: #fff;
	box-sizing:border-box;
	-webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.car-c-list ul li .text{
	padding: 30px 38px;
	padding-right: 22%;
	background-repeat: no-repeat;
	background-position: right 38px center;
	box-sizing:border-box;
}
.car-c-list ul li .text h3{
	margin-bottom: 5px;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	font-weight: bold;
	
}
.car-c-list ul li .text p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	
}
.car-c-list ul li:hover{
	background: -webkit-gradient(linear, 0 0, 100% 100%, from(#188cc7), to(#18a9c7));
	box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 5px 30px rgba(24,169,169,.5);
}
.car-c-list ul li:hover h3,
.car-c-list ul li:hover p{
	color: #fff;
}
@media (max-width: 970px){
	.car-c-list{
		width: 80%;
		margin: 50px auto 0;
	}
	.car-c-list ul li{
		width: 100%;
		margin: 0 0 20px;
	}
}
@media (max-width: 768px){
	.car-c-cont h2{
		font-size: 0.56rem;
	}
	.car-c-list{
		width: 100%;
		margin: 0.5rem auto 0;
	}
	.car-c-list ul li{
		height: auto;
	}
	.car-c-list ul li .text{
		padding: 0.5rem 0.38rem;
		padding-right: 22%;
		background-size: 0.5rem 0.5rem;
		background-position: right 0.38rem center;
	}
	/* .car-c-list ul li .text h3{
		font-size: 0.35rem;
		line-height: 1;
		margin-bottom: 0.2rem;
	}
	.car-c-list ul li .text p{
		font-size: 0.28rem;
		line-height: 0.4rem;
	} */
}
.deliver{
	padding: .8rem 0;
	background: #f5f7ff;
	text-align: center;
}
.dyd_row{
	margin-top: .58rem;
}
.dyd_row li{
	float: left;
	width: 25%;
	position: relative;
}
.dyd_row li:after {
  content: '';
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  width: 1px;
  height: 120px;
  left: 0px;
  position: absolute;
  background: #dbdbdb;
  bottom: 0;
}
.dyd_row li:first-child:after {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: none;
}
.dyd_row li .dyd_img {
  margin-bottom: 30px;
}
.dyd_row li .dyd_img img {
  height: 48px;
}
.dyd_row li .dyd_title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.dyd_row li .dyd_text {
  padding: 0 10%;
  height: 70px;
  color: #666;
  font-size: 14px;
}
@media (max-width: 768px){
	.dyd_row li{
		width: 50%;
	}
	.dyd_row li:nth-child(3n):after {
	  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
	  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
	  display: none;
	}
}
@media (max-width: 640px){
	.dyd_row li{
		float: none;
		width: 100%;
	}
	.dyd_row li:after {
		display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
		display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
		display: none;
	}
	.dyd_row li .dyd_title {
	  font-size: 18px;
	  font-weight: bold;
	}
}
.manage{
	padding: .8rem 0;
}
.img{
	margin-top: .58rem;
}
.img img{
	max-width: 100%;
	display: block;
}
/*昌炎资讯*/
.news-wrapper {
	margin-bottom: .4rem;
}

.news-wrapper .list ul li {
	background: #f7f7f7;
}

.news-wrapper .list ul li .name {
	display: block;
	font-weight: 700;
	color: #353744;
	font-size: .24rem;
	line-height: .4rem;
	margin: .24rem auto .13rem;
}

.news-wrapper .list ul li .desc {
	font-size: 14px;
	color: #999;
	line-height: .3rem;
	height: .6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: .3rem;
}

.news-wrapper .list ul li .date {
	font-family: Arial;
	font-size: 14px;
	color: #999;
}

.news-wrapper .list ul li .date .detail {
	font-family: "bold";
	font-weight: 700;
	font-size: .36rem;
	color: #767676;
}

.news-wrapper .list ul li .date i {
	color: #122b87;
	display: inline-block;
	margin: 0 7px;
}

.news-wrapper .list ul li:hover .page-more {
	border-color: #122b87;
	background: #122b87 url(../images/more2.png) no-repeat center center;
}

.news-wrapper .list ul {
	margin-bottom: .4rem;
}

.news-wrapper .list ul li {
	padding: .3rem 0;
}

.news-wrapper .list ul li:nth-child(odd) {
	background: #fff;
}

.news-wrapper .list ul li .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*资讯详情*/
.newsifno-wrapper {
	margin: .88rem auto;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.newsifno-wrapper .newsinfo-box {
	flex: 0 0 750px;
	width: 750px;
	margin-right: 50px;
}

.newsifno-wrapper .top {
	margin-bottom: .35rem;
}

.newsifno-wrapper .top .name {
	font-weight: 700;
	font-size: .3rem;
	color: #231e37;
	line-height: .5rem;
}

.newsifno-wrapper .top .other-box {
	font-family: "bold";
	font-size: 14px;
	color: #ccc;
	line-height: 24px;
	margin-top: .23rem;
	letter-spacing: 1px;
}

.newsifno-wrapper .top .other-box span {
	display: inline-block;
	margin-right: .2rem;
}

.newsifno-wrapper .top .other-box img {
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	margin-right: .1rem;
}

.newsifno-wrapper .news-content .p {
	line-height: .32rem;
	color: #828282;
	font-size: 14px;
	margin-bottom: .33rem;
}

.newsifno-wrapper .news-content img {
	max-width: 100%;
	height: auto !important;
}

.newsifno-wrapper .news-content .img {
	font-size: 0;
	width: 100%;
	margin-bottom: .3rem;
}

.newsifno-wrapper .relative-box {
	flex: 0 0 400px;
	width: 400px;
}

.newsifno-wrapper .relative-box .page-title-box,
.newsifno-wrapper .relative-box ul,
.newsifno-wrapper .relative-box .info-box {
	background: #fafafa;
	padding: 0 .5rem;
}

.newsifno-wrapper .relative-box .page-title-box {
	padding-top: .44rem;
}

.newsifno-wrapper .relative-box ul {
	padding-top: .2rem;
}

.newsifno-wrapper .relative-box ul li {
	padding: .3rem 0;
	border-bottom: 1px solid #ededed;
}

.newsifno-wrapper .relative-box ul li:last-child {
	border-bottom: none;
}

.newsifno-wrapper .relative-box ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.newsifno-wrapper .relative-box ul li:hover .page-more {
	border-color: #b9160f;
	background: #b9160f url(../images/more_on.png) no-repeat center center;
}

.newsifno-wrapper .relative-box ul li:hover .name {
	color: #b9160f;
}

.newsifno-wrapper .relative-box ul li a {
	display: block;
}

.newsifno-wrapper .relative-box ul li .pic {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.newsifno-wrapper .relative-box ul li .pic img {
	width: 100%;
	height: auto;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.newsifno-wrapper .relative-box ul li .name {
	line-height: .36rem;
	color: #666;
	font-size: 16px;
	margin: .2rem auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsifno-wrapper .relative-box .info-box {
	margin-top: .2rem;
	padding: .3rem .5rem .53rem;
}

.newsifno-wrapper .relative-box .info-box p {
	font-size: 16px;
	color: #999;
	margin-bottom: .25rem;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.newsifno-wrapper .relative-box .info-box p span {
	flex: 1;
}

.newsifno-wrapper .relative-box .info-box p a {
	flex: 0 0 78%;
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	vertical-align: middle;
}

.newsifno-wrapper .relative-box .info-box p a:hover {
	color: #b9160f;
}

.newsifno-wrapper .relative-box .info-box .share-box {
	font-size: 0;
	margin-bottom: 20px;
}

.newsifno-wrapper .relative-box .info-box .share-box a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #353744;
	font-size: 20px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	margin-right: 15px;
	text-align: center;
}

.newsifno-wrapper .relative-box .info-box .share-box a:hover {
	background: #353744;
	color: #fff;
}

.newsifno-wrapper .relative-box .info-box .return {
	display: block;
	width: 100%;
	height: .5rem;
	line-height: .5rem;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #353744;
}

.newsifno-wrapper .relative-box .info-box .return img {
	max-width: 100%;
	vertical-align: middle;
	margin-left: 10px;
}

@media (max-width: 1004px) {
	.news-wrapper {
		margin-bottom: .8rem;
	}

	.news-wrapper .list ul li {
		padding: .6rem 0;
	}

	.news-wrapper .list ul li .name {
		font-size: .36rem;
		line-height: .56rem;
		margin: .24rem auto .13rem;
	}

	.news-wrapper .list ul li .desc {
		font-size: .28rem;
		line-height: .48rem;
		height: 1rem;
		margin-bottom: .5rem;
	}

	.news-wrapper .list ul li .date {
		font-size: .28rem;
	}

	.news-wrapper .list ul li .date .detail {
		font-size: .4rem;
	}

	.news-wrapper .list ul li .date i {
		margin: 0 5px;
	}

	.news-wrapper .list ul {
		margin-bottom: .6rem;
	}

	.newsifno-wrapper {
		margin: .88rem auto;
		flex-flow: wrap;
	}

	.newsifno-wrapper .newsinfo-box {
		flex: 0 0 100%;
		width: 100%;
		margin-right: 0;
	}

	.newsifno-wrapper .top {
		margin-bottom: .35rem;
	}

	.newsifno-wrapper .top .name {
		font-size: .4rem;
		line-height: .56rem;
	}

	.newsifno-wrapper .top .other-box {
		font-size: .24rem;
	}

	.newsifno-wrapper .news-content .p {
		line-height: .56rem;
		font-size: .28rem;
	}

	.newsifno-wrapper .relative-box {
		flex: 0 0 100%;
		width: 100%;
		padding-top: .44rem;
	}

	.newsifno-wrapper .relative-box .page-title-box,
	.newsifno-wrapper .relative-box ul,
	.newsifno-wrapper .relative-box .info-box {
		padding: .6rem 10px;
	}

	.newsifno-wrapper .relative-box ul {
		padding-top: 0;
	}

	.newsifno-wrapper .relative-box ul li {
		padding: .3rem 0;
		border-bottom: 1px solid #ededed;
	}

	.newsifno-wrapper .relative-box ul li:last-child {
		border-bottom: none;
	}

	.newsifno-wrapper .relative-box ul li .name {
		line-height: .56rem;
		font-size: .32rem;
		margin: .2rem auto;
	}

	.newsifno-wrapper .relative-box .info-box {
		margin-top: .4rem;
		padding: .6rem 10px;
	}

	.newsifno-wrapper .relative-box .info-box p {
		margin-bottom: .3rem;
		font-size: .28rem;
	}

	.newsifno-wrapper .relative-box .info-box p span {
		flex: 1;
	}

	.newsifno-wrapper .relative-box .info-box p a {
		flex: 0 0 78%;
		font-size: .28rem;
	}

	.newsifno-wrapper .relative-box .info-box .share-box {
		display: none;
	}

	.newsifno-wrapper .relative-box .info-box .return {
		height: .9rem;
		line-height: .9rem;
		margin-top: .4rem;
	}
}

/*成功案例*/
.logos-main {
	padding-bottom: 1rem
}

.logos-main ul {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee
}

.logos-main .tip {
	text-align: right;
	margin-top: 40px;
	font-size: 16px
}

.logos-main li {
	text-align: center;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	position: relative;
	width: 25%
}

.logos-main li::before,
.logos-main li::after {
	content: '';
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	z-index: 55
}

.logos-main li::before {
	background: url('../images/add2.png') no-repeat center center;
	left: -6px;
	top: -6px
}

.logos-main li::after {
	background: url('../images/add2.png') no-repeat center center;
	left: -6px;
	bottom: -6px
}

.logos-main li li {
	width: 25%
}

.logos-main li .inner {
	padding: .4rem .2rem
}

.logos-main li .inner::before,
.logos-main li .inner::after {
	content: '';
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	z-index: 55;
	background: url('../images/add2.png') no-repeat center center
}

.logos-main li .inner::before {
	right: -6px;
	top: -6px
}

.logos-main li .inner::after {
	right: -6px;
	bottom: -6px
}

@media (max-width: 992px) {
	.logos-main li {
		width: 33.33%
	}

	.logos-main .inner {
		padding: .2rem
	}
}

@media (max-width: 768px) {
	.logos-main .inner {
		padding: 2px
	}

	.logos-main li {
		width: 50%
	}
}
