body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p,iframe {
	margin: 0;
	padding: 0
}

input,button,select,textarea {
	outline: none
}

li {
	list-style: none
}

img {
	border: none
}

textarea {
	resize: none
}

body {
	color: #000;
	word-break: break-word;
	word-wrap: break-word
}

body,input,textarea {
	font-size: 12px;
	font-family: arial, Microsoft YaHei
}

i,em {
	font-style: normal
}

a {
	color: #000;
	text-decoration: none;
	outline: none
}

a:hover {
	color: #261FE4
}

table {
	border-collapse: collapse
}

.clearfix:after,.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.pc {
    display: block !important;
}
.mb {
    display: none !important;
}

.fl,.z {
	float: left
}

.fr,.y {
	float: right !important
}

.show {
	display: block
}

.hide {
	display: none
}

.tal {
	text-align: left !important
}

.fz12 {
	font-size: 12px !important
}

.fz14 {
	font-size: 14px !important
}

.tac {
	text-align: center !important
}

.tal {
	text-align: left !important
}

.tar {
	text-align: right !important
}

.pt0 {
	padding-top: 0px !important
}

.mt0 {
	margin-top: 0px !important
}

.mt10 {
	margin-top: 10px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt30 {
	margin-top: 30px !important
}

.mt40 {
	margin-top: 40px !important
}

.mt50 {
	margin-top: 50px !important
}

.mt60 {
	margin-top: 60px !important
}

.mt70 {
	margin-top: 70px !important
}

.mt80 {
	margin-top: 80px !important
}

.mt90 {
	margin-top: 90px !important
}

.mt100 {
	margin-top: 100px !important
}

.mb80 {
	margin-bottom: 80px !important
}

body {
	position: relative;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	min-width: 320px;
	width: 100%
}

.hide {
	display: none !important
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.wrap2 {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.iconfont {
	font-size: inherit
}

.cblue {
	color: #55ADE5 !important
}

.body-en {
	word-break: break-word
}

.iconfont {
	font-size: inherit
}

.flexCentery {
	display: flex;
	align-items: center
}

.flexCenterxy {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center
}

.flexCenterxys {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center
}

.ctArrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #ccc
}

.maintop {
	padding-top: 45px
}

.maintop2 {
	padding-top: 145px
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .7
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@keyframes scaleout {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .7
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .7
	}
}

@-webkit-keyframes huadong {
	0% {
		-webkit-transform: translate(0, -60px);
		transform: translate(0, -60px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-webkit-keyframes shandong {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.burger {
	padding: 15px;
	cursor: pointer;
	position: absolute;
	right: 0;
	margin-top: 8px
}

.burger .burger-in {
	width: 30px;
	margin: 0 auto
}

.burger [class^="line"] {
	background: #152464;
	height: 3px;
	margin-bottom: 5px;
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s
}

.burger .line1 {
	width: 30px
}

.burger .line1:last-of-type {
	margin-bottom: 0
}

.burger .line1:hover {
	width: 30px
}

.burger .line2 {
	width: 25px
}

.burger .line2:last-of-type {
	margin-bottom: 0
}

.burger .line2:hover {
	width: 30px
}

.burger .line3 {
	width: 20px
}

.burger .line3:last-of-type {
	margin-bottom: 0
}

.burger .line3:hover {
	width: 30px
}

.burger.on .line1 {
	-webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
	transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6)
}

.burger.on .line2 {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: matrix(1, 0, 0, 1, -40, 0);
	transform: matrix(1, 0, 0, 1, -40, 0)
}

.burger.on .line3 {
	width: 30px;
	-webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -10);
	transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -10)
}

.bgfixed {
	background-attachment: fixed !important
}

@media screen and (max-width: 750px) {
	.wrap,.wrap2 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px
	}

	.burger {
		display: block
	}

	.maintop,.maintop2 {
		padding-top: 60px
	}

	.bgfixed {
		background-attachment: scroll !important
	}
}

.paging {
	height: 32px;
	line-height: 30px;
	margin: 50px 0;
	text-align: center
}

.paging a {
	display: inline-block;
	padding: 0 12px;
	margin: 5px 3px 0;
	font-size: 14px;
	border: 1px solid #999;
	color: #666;
	transition: all .3s;
	-webkit-transition: all .3s
}

.paging a:hover,.paging a.cur {
	background: #152464;
	border-color: #152464;
	color: #fff
}

.pc-show {
	display: block
}

.wap-show {
	display: none !important
}

@media screen and (max-width: 750px) {
	.pc-show {
		display: none !important
	}

	.wap-show {
		display: block !important
	}
}

.nodata {
	padding: 80px 0;
	text-align: center;
	font-size: 18px;
	color: #666
}

.nodata .ico-nodata {
	display: block;
	width: 153px;
	height: 153px;
	background: url(../images/ico-nodata.png) no-repeat;
	margin: 0 auto 25px
}

.search-title h4 {
	font-size: 24px;
	font-weight: normal;
	color: #333
}

.search-title h4 strong {
	color: #152464;
	font-weight: normal
}

.search-view {
	padding-bottom: 50px
}

.search-view li {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding: 20px
}

.search-view li .tit {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 2;
	transition: all .3s;
	-webkit-transition: all .3s
}

.search-view li .tit:hover {
	color: #152464
}

.search-view li .des {
	font-size: 14px;
	color: #999;
	line-height: 2
}

.search-view li .hand {
	display: inline-block;
	width: 120px;
	height: 32px;
	border: none;
	background: #152464;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 32px;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-top: 10px
}

.pagering {
	text-align: center;
	padding: 50px 0
}

.pagering li {
	display: inline-block;
	margin: 0 3px
}

.pagering a {
	display: block;
	line-height: 32px;
	padding: 0 12px;
	height: 34px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	font-size: 14px
}

.pagering .disabled a {
	background: #ddd;
	color: #fff
}

.pagering .active a {
	background: #152464;
	color: #fff;
	border-color: #152464
}

.pagering a.page-link {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p,iframe {
	margin: 0;
	padding: 0
}

input,button,select,textarea {
	outline: none
}

li {
	list-style: none
}

img {
	border: none
}

textarea {
	resize: none
}

body {
	color: #000;
	background: #fff;
	word-break: break-word;
	word-wrap: break-word
}

body,input,textarea {
	font-size: 12px;
	font-family: arial,PingFangSC-Regular, sans-serif,"微软雅黑"
}

i,em {
	font-style: normal
}

a {
	color: #000;
	text-decoration: none;
	outline: none
}

a:hover {
	color: #ea4648
}

table {
	border-collapse: collapse
}

.clearfix:after,.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.fl,.z {
	float: left
}

.fr,.y {
	float: right !important
}

.show {
	display: block
}

.hide {
	display: none
}

.tal {
	text-align: left !important
}

.fz12 {
	font-size: 12px !important
}

.fz14 {
	font-size: 14px !important
}

.tac {
	text-align: center !important
}

.tal {
	text-align: left !important
}

.tar {
	text-align: right !important
}

.mt10 {
	margin-top: 10px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt30 {
	margin-top: 30px !important
}

.mt40 {
	margin-top: 40px !important
}

.mt50 {
	margin-top: 50px !important
}

.mt60 {
	margin-top: 60px !important
}

.mt70 {
	margin-top: 70px !important
}

.mt80 {
	margin-top: 80px !important
}

.mt90 {
	margin-top: 90px !important
}

.mt100 {
	margin-top: 100px !important
}

.centerXY {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}

.centerY {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

body {
	position: relative;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	min-width: 320px;
	width: 100%
}

.hide {
	display: none !important
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.iconfont {
	font-size: inherit
}

.cblue {
	color: #55ADE5 !important
}

.body-en {
	word-break: break-word
}

.toper {
	position: fixed;
	top: 0;
	height: 0;
	z-index: 99;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	background-color: #000  ;
	/*393939**/
}

.toper .t-logo {
	float: left;
	font-family: Helvetica;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff
}

.toper .t-logo b {
	margin-left: 6px;
	color: #666
}

.toper .t-users {
	float: right;
	margin-right: 20px;
	line-height: 28px;
	color: #777
}

.toper .t-users a {
	padding: 0 10px;
	color: #777
}

.header {
	position: fixed;
	top: 28px;
	height: 60px;
	z-index: 99;
	width: 100%;
	background-color: #202020
}

.header .h-logo {
	float: left;
	padding: 0;
	height: 60px;
	box-sizing: border-box;
	overflow: hidden;
	width: 128px;
	padding-left : 20px;
}

.header .isLoaded .h-logo img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	max-height: 30px
}

.header .menus {
	margin-left: 128px;
	display: block
}

.header .h-logo:hover img {
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out
}

.header .h-links {
	float: left;
	position: relative;
	height: 60px;
	line-height: 60px;
	color: #aaa;
	font-size: 13px
}

.header .h-links .h-menu {
	display: block;
	padding: 0 30px;
	color: #aaa;
	font-size: 13px;
	transition: all .3s;
	-webkit-transition: all 0.3s
}

.header .h-links .h-menu .i-new {
	position: absolute;
	right: 0;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url(../images/tag-new.png) no-repeat center center/100% auto
}

.header .h-links:hover .h-menu,
.header .h-links.zc .h-menu {
	background-color: #0B61F4;
	color : #fff;
}

.header .fl {
	border-right: 1px solid #393939
}

.header .icon-naoling {
	color: #F15A29 !important
}

.header .fr .h-links .h-mores {
	top: none;
	right: 0
}

.header .h-links:hover .h-mores {
	opacity: 1;
	pointer-events: auto
}

.header .h-mores {
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s;
	text-align: left;
	position: absolute;
	top: 60px;
	min-width: 100%;
	background-color: #F4F8FA;
	line-height: 40px;
	font-size: 13px
}

.header .h-mores:before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #fff transparent;
	content: ""
}

.header .h-mores.xmbox:before {
	left: 36px;
	margin-left: 0
}
.header .h-mores.xmbox2:before {
    left: 50px;
    margin-left: 0;
}

.header .h-mores a.hm-jump {
	display: block;
	padding: 10px 30px;
	line-height: 20px;
	color: #2b2b2b;
	transition: all .3s;
	-webkit-transition: all 0.3s;
	white-space: nowrap
}

.header .h-mores a.hm-jump:hover {
	color: #4C72FF
}

.header .h-mores .h-prodMores {
	width: 500px;
	padding: 35px 60px 35px 35px;
	box-sizing: border-box
}

.header .h-mores .h-prodMores .hp-t {
	display: block;
	color: #4C72FF;
	font-size: 16px;
	line-height: 24px;
	padding: 3px 0
}

.header .h-mores .h-prodMores .hp-d {
	color: #999;
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px
}

.header .h-mores .h-prodMores .hp-jump {
	display: block;
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #4C72FF;
	margin-top: 25px;
	transition: all .3s;
	-webkit-transition: all 0.3s
}

.header .h-mores .h-prodMores .hp-jump:hover {
	transform: translateX(10px);
	-webkit-transform: translateX(10px)
}

.header .h-mores .h-sermore {
	width: 350px;
	overflow: hidden;
	padding: 30px 20px;
	box-sizing: border-box
}

.header .h-mores .h-sermore.col-3 {
	width: 500px;
	overflow: hidden;
	padding: 30px 20px;
	box-sizing: border-box
}

.header .h-mores .h-sermore.col-3 .mcol {
	width: 33.33%
}

.header .h-mores .h-sermore .mcol {
	float: left;
	width: 50%
}

.header .h-mores .h-sermore .mcol-tit {
	font-size: 13px;
	color: #4C72FF;
	padding-left: 10px
}

.header .h-mores .h-sermore .hm-jump {
	padding-left: 10px
}


.h-prodMores2 {
	width: 320px;
	height: 300px;
	padding: 16px 0;
	box-sizing: border-box
}
.h-prodMores2.Resource {
    width: 0;
    height: 0;
    padding: 0;
    box-sizing: unset;
}

.h-prodMores2 a,.h-prodMores2 .xm-link {
	display: block;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.8
}

.h-prodMores2 a.act,.h-prodMores2 a:hover,.h-prodMores2 .xm-link.act,.h-prodMores2 .xm-link:hover {
	color: #4C72FF
}

.h-prodMores2 a i,.h-prodMores2 .xm-link i {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	height: 20px;
	line-height: 20px;
	right: 20px
}

.h-prodMores2 a .d,.h-prodMores2 .xm-link .d {
	font-size: 13px;
	color: #A0A0A0
}
.h-prodMores2.Resource .xm-link .d{
    /*font-size: 12px;*/
}


.h-prodMores2 a .t,.h-prodMores2 .xm-link .t {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 500;

	
}
.h-prodMores2.Resource .xm-link .t i {
    position: relative;
}
.h-prodMores2.Resource .xm-link .t i::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -2px;
    width: 16px;
    height: 16px;
    background-image: url(../images/resource/01.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.h-prodMores2.Resource .xm-link .t i.t2::after {
    background-image: url(../images/resource/02.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.h-prodMores2.Resource .xm-link .t i.t3::after {
    background-image: url(../images/resource/03.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.h-prodMores2.Resource .xm-link .t i.t4::after {
    background-image: url(../images/resource/04.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.h-prodMores2.Resource .xm-link .t i.t5::after {
    background-image: url(../images/resource/05.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.h-prodMores2.Resource .xm-link .t i.t6::after {
    background-image: url(../images/resource/06.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.h-prodMores2.Resource .xm-link .t i.t7::after {
    background-image: url(../images/resource/07.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.h-prodMores2.Resource .xm-link .t i.t8::after {
    background-image: url(../images/resource/08.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.h-prodMores2 a:hover .t {
	color: #4C72FF
}

.h-prodMores2 .m-more2 dl {
	height: 300px;
	width: 440px;
	box-sizing: border-box;
	position: absolute;
	padding: 10px 0;
	background: #fff;
	top: 0;
	left: 100%;
	display: none
}
.h-prodMores2.Resource .m-more2 dl{    
	left: -135%;
    height: 320px;
}

.h-prodMores2.Resource .m-more2 dl .res_btn{
    width: 440px;
    height: 52px;
    background: #4D74FF;
    margin: unset;
    padding: unset;
}
.h-prodMores2.Resource .m-more2 dl .res_btn a{
	display: block;
    text-align: center;
    width: 440px;
    margin: unset;
    color : #fff;
    position: relative;
}
.h-prodMores2.Resource .m-more2 dl .res_btn a::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 153px;
    width: 16px;
    height: 16px;
    background-image: url(../images/resource/09.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.h-prodMores2.Resource .m-more2 dl .res_btn a::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 260px;
    width: 16px;
    height: 16px;
    background-image: url(../images/resource/10.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.h-prodMores2 .m-more2 dt,.h-prodMores2 .m-more2 .dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd
}

.h-prodMores2 .m-more2 dd {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px 20px 0
}
.h-prodMores2.Resource .m-more2 dd{
    margin: 10px 20px 15px;
}

.h-prodMores2 .m-more2 dd a {
	width: 50%;
	padding: 5px 10px 5px 0;
	box-sizing: border-box
}
.h-prodMores2.Resource .m-more2 dd a {
    width: 40%;
    margin: 0px 0 0 10%;
}

.h-prodMores2 .moredrop {
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	z-index: -1
}

@media screen and (max-width: 750px) {
	
    .h-prodMores2.Resource {
        width: auto;
        display: block;
        padding: 0;
        height: auto
    }
    .h-prodMores2 {
		width: auto;
		display: block;
		padding: 15px 0;
		height: auto
	}

	.h-prodMores2 dl.moredrop {
		display: none;
		position: static;
		padding-left: 20px;
		height: auto;
		padding: 15px 0 15px 20px;
		background: #111;
		width: auto
	}

	.header .menus {
		min-height: calc(100vh - 88px)
	}
	.h-prodMores2 a .t, .h-prodMores2 .xm-link .t{
	   color : #fff
	}
	.h-prodMores2.Resource dl.moredrop{
	
        padding-left: 0;
	}
}

.header .burger {
	padding: 15px 15px 5px;
	cursor: pointer;
	pointer-events: auto;
	float: right;
	margin-top: 3px;
	display: none;
	margin-left: 5px
}

.header .burger-in {
	width: 30px;
	margin: 0 auto
}

.header .burger .line1,.header .burger .line2,.header .burger .line3 {
	background: #fff;
	height: 3px;
	margin-bottom: 5px;
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.header .burger .line1:last-of-type,.header .burger .line2:last-of-type,.header .burger .line3:last-of-type {
	margin-bottom: 0
}

.header .burger .line1 {
	width: 30px
}

.header .burger .line2 {
	width: 25px
}

.header .burger .line3 {
	width: 20px
}

.header .burger:hover .line1,.header .burger:hover .line2,.header .burger:hover .line3 {
	width: 30px
}

.header .burger.on .line1 {
	transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
	-webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6)
}

.header .burger.on .line2 {
	visibility: hidden;
	opacity: 0;
	transform: matrix(1, 0, 0, 1, -40, 0);
	-webkit-transform: matrix(1, 0, 0, 1, -40, 0)
}

.header .burger.on .line3 {
	width: 30px;
	transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -10);
	-webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -10)
}

.com-banner {
	padding-top: 60px;
	position: relative;
	overflow: hidden
}

.com-banner a {
	display: block;
	height: 480px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative
}

.com-banner .swiper-pagination {
	bottom: 30px
}

.com-banner .swiper-pagination span {
	width: 40px;
	height: 4px;
	border-radius: 0;
	background-color: #fff
}

.com-banner .bcont {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
	color: #fff;
    text-align: left;
}

.com-banner .bcont video {
	width: 100vw;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.com-banner .bcont.tac {
	text-align: center
}

.com-banner .tit {
	font-size: 52px;
	font-weight: normal;
	line-height: 60px;
	padding: 10px 0;
	width: 100%;
	position: relative;
	z-index: 1
}

.com-banner .disc {
	font-size: 15px;
	line-height: 30px;
	max-height: 120px;
	margin-top: 10px;
	max-width: 750px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	position: relative;
	z-index: 1
}

.com-banner .handle {
	display: block;
	width: 140px;
	height: 38px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	margin-top: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.com-banner .handle:hover {
	background-color: #fff;
	border-color: #fff;
	color: #273A55
}

.com-banner .handle.vblue {
	background: #4E74FF;
	border-color: #4E74FF;
	color: #fff
}

.com-banner .handle.purple {
	background: #5536F1;
	border-color: #5536F1;
	color: #fff;
	position: relative;
	overflow: hidden
}

.com-banner .handle.purple:after {
	content: "";
	position: absolute;
	left: -120%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
	transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg)
}

.com-banner .handle.purple:hover:after {
	transition: all .5s ease;
	left: 100%
}

.com-banner .handle.vblue:hover {
	background: #1133b0;
	border-color: #1133b0
}

.com-banner .handle.bigBtn {
	width: 255px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 17px
}

.com-banner .handle.radius {
	border-radius: 20px
}

.hmn-right {
	height: 580px
}

.hmn-left {
	width: 50%;
	float: left;
	background-color: #fff
}

.hmn-left .conts {
	width: 450px;
	margin: 0 auto;
	padding-top: 70px
}

.hmn-left .conts .t1 {
	font-size: 13px;
	color: #858585
}

.hmn-left .conts .t2 {
	font-size: 38px;
	color: #111;
	line-height: 50px;
	margin-top: 18px;
	max-width: 360px
}

.hmn-left .conts .d {
	margin-top: 30px
}

.hmn-left .conts .d p {
	line-height: 22px;
	font-size: 13px;
	color: #868686
}

.hmn-right {
	width: 50%;
	float: right;
	background-color: #1F2945;
	position: relative
}

.hmn-right img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0)
}

.hm-tuxs {
	height: 590px;
	background: url(../images/bg2.jpg) no-repeat center center/cover;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 52px
}

.hm-tuxs .wrap {
	padding: 150px 10px 0
}

.hm-tuxs .wrap p {
	margin-top: 50px
}

.hm-pingtai {
	padding: 130px 0;
	background-color: #1F2945
}

.hm-pingtai .tus {
	float: right;
	margin-right: 150px
}

.hm-pingtai .conts {
	float: left;
	width: 550px
}

.hm-pingtai .conts .t1 {
	font-size: 13px;
	color: #5773FF
}

.hm-pingtai .conts .t2 {
	font-size: 34px;
	color: #fff;
	line-height: 50px;
	margin-top: 18px
}

.hm-pingtai .conts .d {
	margin-top: 30px;
	font-size: 13px;
	color: #fff;
	line-height: 28px
}

.hm-digitized {
	background-color: #1DCB8B;
	padding: 80px 0 120px
}

.hm-digitized .tit {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 37px;
	color: #fff
}

.hm-digMain {
	position: relative
}

.hm-digMain .swiper-button-prev,.hm-digMain .swiper-button-next {
	top: 200px;
	margin-top: 0;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	text-align: center
}

.hm-digMain .swiper-button-prev {
	left: -70px
}

.hm-digMain .swiper-button-next {
	right: -70px
}

.hm-digMain .hm-digSwiper {
	overflow: hidden
}

.hm-digMain ul {
	margin-top: 50px
}

.hm-digMain li {
	float: left;
	background-color: #fff;
	width: 24%;
	margin: 0 .65%;
	height: 380px;
	position: relative;
	overflow: hidden
}

.hm-digMain li .conts {
	width: 210px;
	margin: 0 auto;
	padding-top: 50px
}

.hm-digMain li .pic {
	display: block;
	margin-bottom: 30px
}

.hm-digMain li .pic img {
	max-height: 50px
}

.hm-digMain li .d {
	display: block;
	height: 144px;
	overflow: hidden;
	line-height: 24px;
	color: #868686
}

.hm-digMain li .jump {
	margin-top: 30px;
	display: block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 13px;
	background-color: #4E74FF;
	color: #fff
}

.hm-digMain .marks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear
}

.hm-digMain .marks .minfo {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
	transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
	text-align: center
}

.hm-digMain .marks .m-txt {
	margin-top: 10px;
	line-height: 36px;
	font-size: 21px
}

.hm-digMain li:hover .marks {
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition-delay: .2s;
	-webkit-transition-delay: .2s
}

.hm-digMain li:hover .minfo {
	transform: translateY(-50%) scale(0);
	-webkit-transform: translateY(-50%) scale(0)
}

.hsearch-form {
	width: 204px;
	box-sizing: border-box;
	padding: 10px
}

.hsearch-form button {
	float: right;
	height: 28px;
	line-height: 28px;
	width: 40px;
	font-size: 13px;
	text-align: center;
	border: 0;
	background-color: #333;
	color: #aaa
}

.hsearch-form input {
	display: block;
	width: calc(100% - 40px);
	padding: 0;
	height: 28px;
	line-height: 28px;
	border: 0;
	margin: 0;
	background-color: #666;
	color: #ccc;
	font-size: 14px;
	text-indent: 5px
}

.hm-partner {
	padding: 90px 0 110px;
	background-color: #fff
}

.hm-partner .tit {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 37px;
	color: #1F2745
}

.hm-partner .list {
	text-align: center;
	margin-top: 50px;
	position: relative
}

.hm-partner .list-container {
	padding: 20px 0;
	overflow: hidden;
	height: 100px
}

.hm-partner .list a {
	display: inline-block;
	margin: 0 20px;
	width: auto;
	line-height: 100px;
	vertical-align: middle
}

.hm-partner .list a:after {
	content: ""
}

.hm-partner .list a img {
	max-height: 100px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle
}

.hm-partner .list a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2)
}

.hm-partner .pd-button-prev,.hm-partner .pd-button-next {
	position: absolute;
	top: 50px;
	margin-top: 0;
	background: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	color: #666;
	font-size: 40px;
	line-height: 40px !important;
	text-align: center
}

.hm-partner .pd-button-prev {
	left: -50px
}

.hm-partner .pd-button-next {
	right: -50px
}

.hm-partner .swiper-button-disabled {
	opacity: .2;
	cursor: auto
}

.hm-gongxian {
	background: url(../images/gongx-bg.png) no-repeat center center/cover;
	background-attachment: fixed;
	padding: 100px 0
}

.hm-gongxian .tit {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 37px;
	color: #1F2745
}

.hm-gongxian .list {
	text-align: center;
	margin-top: 30px
}

.hm-gongxian .list li {
	float: left;
	width: 33.33%;
	height: 180px;
	overflow: hidden;
	margin-top: 20px
}

.hm-gongxian .list .pic {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center
}

.hm-gongxian .list .pic img {
	max-width: 100%;
	max-height: 100px
}

.hm-gongxian .list .info {
	font-size: 12px;
	color: #878787;
	line-height: 18px;
	max-width: 70%;
	margin: 10px auto 0
}

.footer {
	padding: 40px 0 60px;
	background-color: #1F2945;
	color: #fff;
}

.ft-infos {
	float: left;
	width: 340px
}

.ft-infos a.ft-logo {
	display: block;
	margin-bottom: 0;
    text-align: left;
}

.ft-infos a.ft-logo img {
	height: 60px
}

.ft-infos .infos {
	line-height: 25px;
	color: #7f7f7f;
    text-align: left;
}

.ft-website {
	float: right
}

.ft-website dl {
	float: left;
	padding-left: 30px;
	padding-right: 20px;
	max-width: 230px;
    text-align: left;
}

.ft-website dt {
	font-size: 15px;
	line-height: 32px;
	margin-bottom: 25px
}

.ft-website dd a {
	display: block;
	line-height: 30px;
	font-size: 13px;
	color: #7f7f7f;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    text-align: left;
}

.ft-website dd a:hover {
	color: #fff
}

.bottomer {
	height: 60px;
	background-color: #202020;
	line-height: 60px;
	color: #aaa
}
.bottomer .ys a {
    height: 60px;
    background-color: #202020;
    line-height: 60px;
    color: #aaa;
    padding-right: 30px;
    float : right;
}


.bottomer .b-links {
	position: relative;
	float: left;
	padding: 0 25px;
	line-height: 60px;
	height: 60px;
	font-size: 14px;
	color: #fff;
	border-left: 1px solid #393939;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.bottomer .b-links .iconfont {
	font-size: 24px
}

.bottomCopyr {
	height: 60px;
	background-color: #202020;
	border-top: 1px solid #393939;
	line-height: 60px;
	color: #aaa;
	text-align : center;
}

.bottomer .b-mask {
	display: none;
	position: absolute;
	bottom: 60px;
	left: -100px;
	width: 180px;
	padding: 15px;
	background-color: #202020;
	text-align: center;
	color: #aaa;
	font-size: 16px;
	line-height: 20px
}

.bottomer .b-mask img {
	display: block;
	margin-top: 10px
}

.bottomer .b-links:hover {
	background-color: #000
}

.bottomer .b-links:hover .b-mask {
	display: block
}

.backTop {
	width: 70px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 70px;
	position: fixed;
	bottom: 30px;
	right: 0;
	background-color: #202020;
	text-align: center;
	color: #aaa;
	box-sizing: border-box;
	padding-top: 10px;
	line-height: 1.1;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap
}

.backTop i {
	font-size: 60px;
	line-height: 10px
}

.backTop:hover {
	color: #fff
}

.backTop.over {
	opacity: 1;
	pointer-events: auto
}

@media screen and (max-width: 750px) {
	.wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px
	}

	.header .menus {
		position: absolute;
		overflow-y: auto;
		top: 60px;
		left: 0;
		background-color: #202020;
		width: 100%;
		display: none;
		border-top: 1px solid #393939;
		margin-left: 0
	}

	.header .menus .h-links {
		float: none;
		height: auto
	}

	.header .menus .h-links.fr {
		float: none !important
	}

	.header .menus .h-links .h-mores {
		position: static;
		display: none
	}

	.header .menus .h-links:hover .h-mores {
		display: block
	}

	.header .menus.open {
		display: block
	}

	.header .h-mores {
		width: 100%
	}

	.hsearch-form {
		width: 100%
	}

	.header .burger {
		display: block
	}

	.com-banner a {
		height: 320px;
		background-image: linear-gradient(#367BFC 10%,#3F52E7) !important;
	}

	.com-banner .bcont {
		position: absolute;
		top: 45%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		padding-top: 0
	}

	.com-banner .bcont video {
		display: none
	}

	.com-banner .tit {
		font-size: 32px;
		line-height: 56px
	}

	.com-banner .disc {
		font-size: 14px;
		line-height: 24px;
		height: 125px
	}

	.com-banner .handle {
		width: 140px;
		height: 38px;
		border: 1px solid #fff;
		color: #fff;
		font-size: 14px;
		text-align: center;
		line-height: 38px;
		margin-top: -40px
	}

	.hmn-left {
		width: 100%
	}

	.hmn-left .conts {
		width: 95%
	}

	.hmn-right {
		display: none
	}

	.hm-tuxs .wrap {
		padding-top: 80px;
		font-size: 24px;
		line-height: 42px
	}

	.hm-digitized li {
		width: 100%;
		margin: 10px auto 0;
		height: auto;
		padding-bottom: 40px
	}

	.hm-digitized li:first-child {
		margin: 10px auto 0
	}

	.hm-digitized li .conts {
		width: 90%
	}

	.hm-digitized li .d {
		height: auto
	}

	.hm-pingtai .tus {
		width: 60%;
		float: none;
		display: block;
		margin: 0 auto 20px
	}

	.hm-pingtai .conts {
		width: 100%
	}

	.hm-partner .list img {
		max-width: 300px
	}

	.hmn-left .conts {
		padding-bottom: 70px
	}

	.hm-digitized .tit {
		height: auto
	}

	.hm-digMain .swiper-button-next,.hm-digMain .swiper-button-prev,.hm-partner .pd-button-prev,.hm-partner .pd-button-next {
		display: none
	}

	.ft-website dl {
		display: none
	}

	.bottomer .fr {
		display: none
	}

	.bottomCopyr {
		padding: 10px 0;
		height: auto;
		line-height: 30px
	}

	.backTop {
		display: none
	}

	.hm-gongxian .tit {
		height: auto
	}

	.hm-gongxian .list li {
		width: 50%
	}

	.hm-gongxian .list .info {
		max-width: 90%
	}
}

.disTit {
	font-size: 35px;
	line-height: 50px;
	color: #202020;
	font-weight: normal;
	text-align: center
}

.disSub {
	font-size: 15px;
	color: #878787;
	line-height: 30px;
	margin-top: 10px;
	text-align: center
}

.case-scene {
	padding: 70px 0
}

.case-scene .list {
	margin-top: 60px
}

.case-scene .list li {
	float: left;
	width: 30%;
	margin: 0 1.66%;
	text-align: center
}

.case-scene .list .pic {
	width: 60px;
	height: 60px;
	margin: 0 auto
}

.case-scene .list .t {
	line-height: 30px;
	padding: 5px 0;
	font-size: 18px;
	color: #444;
	margin-top: 10px
}

.case-scene .list .d {
	line-height: 28px;
	padding: 10px 0;
	font-size: 13px;
	color: #666
}

.images-title {
	padding: 70px 0;
	background: #273A55 url(../images/bg-grid.jpg) no-repeat center center/cover;
	color: #fff;
	text-align: center;
	line-height: 1.8
}

.images-title .disTit {
	color: #fff
}

.images-title .disSub {
	color: #fff
}

.images-title .infos {
	color: #fff;
	line-height: 28px;
	font-size: 15px;
	margin-top: 20px;
	text-align: center
}

.images-title .gz-desc {
	display: block;
	width: 140px;
	width: 140px;
	height: 38px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	margin: 40px auto 0
}

.green-imgTitle {
	background-image: url(../images/fs_bg.jpg);
	background-size: cover
}

.green-imgTitle .gz-desc {
	border-width: 2px;
	border-radius: 4px
}

.green-imgTitle .blue-desc {
	display: block;
	width: 140px;
	width: 140px;
	height: 40px;
	background: #4E74FF;
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin: 40px auto 0
}

.green-imgTitle .blue-desc:hover {
	background: #1133b0
}

.case-scheme .list {
	padding: 30px 0 55px
}

.case-scheme .list li {
	float: left;
	width: 48%;
	box-sizing: border-box;
	border: 1px solid transparent;
	padding: 30px 27px;
	height: 122px;
	margin-top: 20px;
	margin-left: 4%;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.case-scheme .list li:nth-child(2n-1) {
	margin-left: 0
}

.case-scheme .list .pic {
	float: left;
	width: 60px;
	height: 60px
}

.case-scheme .list .d {
	margin-left: 85px;
	padding-top: 3px;
	line-height: 27px;
	height: 54px;
	box-sizing: content-box;
	font-size: 13px;
	color: #666
}

.case-scheme .list li:hover {
	border-color: #118CEE;
	box-shadow: 0 2px 8px 2px rgba(0,0,0,0.15)
}

.train-imgTitle .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 30px 0
}

.train-imgTitle .disTit {
	float: left;
	width: 40%;
	margin-left: 8%;
	text-align: left
}

.train-imgTitle .infos {
	float: right;
	margin-top: 0;
	text-align: left;
	width: 48%;
	line-height: 36px
}

.case-demos {
	padding: 70px 0;
	background-color: #F7F7F7
}

.case-dTab {
	height: 59px;
	border-bottom: 1px solid #ddd;
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.case-dTab a {
	flex: 1;
	text-align: center;
	line-height: 57px;
	border-top: 2px solid #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.case-dTab a.on {
	border-top-color: #108CEE;
	background: url(../images/cur-arr.png) no-repeat center 0;
	color: #108CEE
}

.case-dGroup {
	padding: 30px 0 50px;
	line-height: 25px;
	color: #545454;
	font-size: 14px
}

.case-dMain {
	display: none
}

.case-dMain.on {
	display: block
}

.case-dMain h4 {
	font-size: 24px;
	font-weight: normal;
	color: #444;
	line-height: 36px;
	padding: 20px 0
}

@media screen and (max-width: 750px) {
	.case-scene .list li {
		float: none;
		margin: 30px 0 0 !important;
		width: 100%
	}

	.case-scheme .list li {
		float: none;
		margin: 20px 0 0 !important;
		width: 100%
	}
}

@media screen and (max-width: 750px) {
	.train-imgTitle .wrap {
		display: block;
		padding: 0 10px
	}

	.train-imgTitle .disTit,.train-imgTitle .infos {
		float: none;
		width: auto;
		margin-left: 0
	}
}

.service-page {
	padding-top: 70px
}

.service-main .list {
	padding-bottom: 70px
}

.service-main .list li {
	float: left;
	width: 49%;
	margin-top: 50px;
	margin-left: 2%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.service-main .list li:nth-child(2n-1) {
	margin-left: 0
}

.service-main .list li:hover {
	box-shadow: 0 2px 8px 2px rgba(0,0,0,0.15)
}

.service-main .list .t {
	height: 50px;
	background-color: #365ABF;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #fff
}

.service-main .list .info {
	box-sizing: border-box;
	border-top: 0;
	border: 1px solid #CCC;
	padding: 29px 50px 39px 19px;
	height: 330px;
	overflow: hidden
}

.service-main .list .pic {
	float: left;
	width: 200px;
	height: 200px
}

.service-main .list .pic img {
	width: 100%;
	height: 100%;
	display: block
}

.service-main .list .d {
	margin-left: 220px;
	padding-top: 20px;
	line-height: 27px;
	font-size: 14px;
	color: #666
}

@media screen and (max-width: 750px) {
	.service-main .list li {
		float: none;
		margin: 40px 0 0 !important;
		width: 100%
	}

	.service-main .list li .pic {
		float: none;
		text-align: center;
		width: auto
	}

	.service-main .list li .pic img {
		display: inline-block;
		width: 200px;
		height: 200px
	}

	.service-main .list .info {
		height: auto;
		padding: 30px
	}

	.service-main .list .d {
		margin-left: 0
	}
}

.about-cont {
	padding: 50px 0 80px
}

.about-cont .info {
	margin-top: 50px
}

.about-cont .pic {
	float: left;
	width: 550px;
	text-align: center
}

.about-cont .info {
	margin-left: 550px;
	margin-right: 30px;
	font-size: 14px;
	color: #444;
	line-height: 28px
}

.about-group {
	padding: 70px 0 100px;
	background: #273A55 url(../images/bg-huan.jpg) no-repeat center center/cover
}

.about-group .disTit {
	color: #fff
}

.about-group .list li {
	float: left;
	width: 46%;
	margin: 0 2%;
	text-align: center;
	color: #fff;
	margin-top: 30px
}

.about-group .list .t {
	font-size: 17px;
	line-height: 30px;
	margin-top: 15px
}

.about-group .list .d {
	font-size: 13px;
	line-height: 26px;
	margin-top: 20px;
	text-align: justify;
	text-justify: inter-ideograph
}

.about-course {
	padding: 70px 0 30px;
	background: #fff url(../images/bg-air.jpg) no-repeat center center/80% auto
}

.courseCont-tab {
	width: 68%;
	margin: 50px auto 0;
	position: relative
}

.courseCont-tab .swiper-button-prev,.courseCont-tab .swiper-button-next {
	top: -2px;
	margin-top: 0;
	width: 30px;
	height: 30px;
	background: #000;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%
}

.courseCont-tab .swiper-button-prev {
	left: -10px
}

.courseCont-tab .swiper-button-next {
	right: -10px
}

.course-tab {
	position: relative;
	overflow: hidden
}

.course-tab .line {
	width: 83.3%;
	position: absolute;
	top: 12px;
	left: 8.3%;
	border-top: 1px solid #20283B
}

.courseCont-tab li {
	width: 16.66%;
	float: left;
	position: relative;
	cursor: pointer
}

.courseCont-tab li i {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/radio.png) no-repeat;
	margin: 0 auto
}

.courseCont-tab li span {
	display: block;
	line-height: 24px;
	padding: 12px 4px;
	font-size: 15px;
	color: #111;
	text-align: center
}

.courseCont-tab li.on i {
	background-image: url(../images/radio-h.png)
}

.courseCont-main {
	height: 300px;
	overflow: hidden;
	width: 68%;
	margin: 70px auto 0
}

.courseCont-main li {
	text-align: center;
	font-size: 38px;
	color: #595959
}

.courseCont-main li i {
	position: absolute;
	display: block;
	width: 100%;
	padding-top: 25px;
	border-bottom: 1px solid #20283B
}

.courseCont-main li span {
	position: relative;
	display: block;
	padding: 0 5%;
	width: 60%;
	background-color: #fff;
	line-height: 50px;
	margin: 0 auto
}

.about-honor {
	padding: 70px 0 100px;
	background-color: #F8F8F8
}

.about-honor .list {
	margin-top: 40px;
	text-align: center
}

.about-honor .list li {
	display: inline-block;
	margin: 0 20px;
	width: 300px
}

.about-map .baidumap {
	height: 530px
}

.contactCont {
	padding: 70px 0;
	background: url(../images/bg-contact.jpg) no-repeat center center/cover;
	color: #fff
}

.contactCont .disTit {
	color: #fff
}

.contactCont .list {
	margin-top: 30px
}

.contactCont .list li {
	float: left;
	box-sizing: border-box;
	border: 2px solid #fff;
	width: 49%;
	margin-left: 2%;
	height: 260px;
	margin-top: 20px;
	text-align: center
}

.contactCont .list li:nth-child(2n-1) {
	margin-left: 0
}

.contactCont .list li .t {
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	font-weight: normal;
	vertical-align: middle;
	margin-top: 30px
}

.contactCont .list li .t img {
	vertical-align: middle;
	margin-left: 15px
}

.contactCont .list li .t strong {
	font-weight: normal
}

.contactCont .list .d {
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	text-align: left;
	width: 330px
}

@media screen and (max-width: 750px) {
	.about-cont .pic {
		float: none;
		width: auto;
		margin-top: 30px
	}

	.about-cont .info {
		margin: 20px auto
	}

	.about-group .list .pic img {
		max-width: 100%
	}

	.about-course {
		background-size: cover
	}

	.courseCont-tab {
		width: auto;
		margin: 50px 30px 0
	}

	.courseCont-tab .swiper-button-prev {
		left: -25px
	}

	.courseCont-tab .swiper-button-next {
		right: -25px
	}

	.courseCont-tab li span {
		font-size: 13px
	}

	.courseCont-main {
		width: 100%
	}

	.courseCont-main li {
		font-size: 24px
	}

	.contactCont .list li {
		float: none;
		width: 100%;
		margin-left: 0
	}

	.contactCont .list .d {
		width: 90%
	}
}

.parther-main {
	padding: 70px 0
}

.parther-main .list {
	padding-top: 20px
}

.parther-main .list li {
	float: left;
	width: 48%;
	box-sizing: border-box;
	padding: 40px 35px 20px;
	height: 200px;
	margin-top: 40px;
	margin-left: 4%;
	border: 1px solid #D7D8D9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.parther-main .list li:nth-child(2n-1) {
	margin-left: 0
}

.parther-main .list .pic {
	float: left;
	width: 32px;
	height: 32px
}

.parther-main .list .info {
	margin-left: 64px
}

.parther-main .list .t {
	font-size: 20px;
	color: #333;
	line-height: 28px
}

.parther-main .list .d {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #878787
}

.parther-main .list .d a {
	color: #878787;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.parther-main .list .d a:hover {
	color: #37BE7E
}

.parther-main .list li:hover {
	box-shadow: 0 2px 8px 2px rgba(0,0,0,0.15)
}

.parther-main .list .mores {
	float: left;
	width: 48%;
	box-sizing: border-box;
	padding: 40px 35px 20px 50px;
	height: 200px;
	margin-top: 40px;
	margin-left: 4%
}

.parther-main .list .mores .m-t {
	font-size: 15px;
	color: #878787;
	line-height: 28px
}

.parther-main .list .mores .m-d {
	font-size: 17px;
	color: #111;
	line-height: 34px
}

@media screen and (max-width: 750px) {
	.parther-main {
		padding: 70px 10px
	}

	.parther-main .list li,.parther-main .list .mores {
		float: none;
		width: 100%;
		margin-left: 0
	}
}

.join-bubble {
	padding: 80px 0;
	background: url(../images/bg-bubble.jpg) repeat-y center center/100% auto;
	background-attachment: fixed
}

.join-bubble .info {
	max-width: 900px;
	margin: 0 auto;
	font-size: 15px;
	color: #444;
	line-height: 30px
}

.photo-wall {
	height: 440px;
	background: url(../images/photo-wall.jpg) repeat-x center center/auto 100%
}

.join-main {
	padding: 50px 0
}

.jnm-ul .item {
	float: left;
	width: 45%;
	margin-left: 10%;
	font-size: 14px;
	line-height: 28px;
	color: #444;
	margin-top: 20px
}

.jnm-ul .item:nth-child(2n-1) {
	margin-left: 0
}

.jnm-cont {
	margin-top: 70px
}

.jtit-green {
	margin-top: 20px;
	font-size: 22px;
	color: #4C72FF;
	line-height: 32px;
	text-align: center
}

.jnm-cont .content {
	margin-top: 80px;
	line-height: 24px;
	color: #444;
	font-size: 14px
}

.jnm-cont .content h5 {
	font-size: 16px;
	margin: 20px 0;
	color: #000;
	font-weight: normal
}

.jnm-step {
	position: relative;
	margin: 30px 0 100px
}

.jnm-step .line {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	border-top: 2px solid #4C72FF
}

.jnm-step ul {
	position: relative
}

.jnm-step li {
	width: 16.66%;
	float: left;
	margin-left: 11.11%;
	text-align: center
}

.jnm-step li:first-child {
	margin-left: 0
}

.jnm-step .t {
	margin-top: 15px;
	line-height: 20px;
	font-size: 14px;
	color: #4C72FF
}

.jnm-step .d {
	margin-top: 15px;
	line-height: 20px;
	font-size: 12px;
	color: #202020
}

.jnm-zhaopin {
	border: 1px solid #d9d9d9;
	border-top: 0;
	margin-top: 30px
}

.jnm-zhaopin dl {
	border-top: 1px solid #d9d9d9
}

.jnm-zhaopin dt {
	padding: 10px;
	line-height: 28px;
	font-size: 16px;
	color: #666;
	cursor: pointer
}

.jnm-zhaopin dd {
	height: 0;
	overflow: hidden
}

.jnm-zhaopin dd .infos {
	padding: 15px;
	border-top: 1px solid #d9d9d9;
	color: #666;
	line-height: 1.8
}

.jtimg-t1 {
	font-size: 25px
}

.jtimg-t2 {
	font-size: 44px
}

.join-acquire {
	margin-top: 50px
}

.join-acquire li {
	float: left;
	width: 33.33%;
	position: relative;
	overflow: hidden
}

.join-acquire li img {
	width: 100%;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s
}

.join-acquire li .lays {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	padding: 40px;
	overflow: hidden;
	font-size: 16px;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	line-height: 1.8
}

.join-acquire li:hover .lays {
	opacity: 1
}

.join-acquire li:hover img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15)
}

@media screen and (max-width: 750px) {
	.photo-wall {
		background-size: cover
	}

	.jnm-step li {
		background-color: #fff;
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px
	}

	.jnm-step li:last-child {
		margin-bottom: 0
	}

	.jnm-step .line {
		top: 0;
		left: 50%;
		height: 100%;
		border-top: 0;
		border-left: 2px solid #4C72FF
	}

	.join-acquire li {
		float: none;
		width: 100%
	}

	.join-acquire li .lays {
		font-size: 14px
	}
}

.news-main {
	margin-top: 70px;
	margin-bottom: 80px
}

.newsleft {
	float: left;
	width: 210px
}

.leftmenu li {
	line-height: 28px;
	margin-bottom: 10px
}

.leftmenu li a {
	font-size: 14px;
	border-left: 3px solid #fff;
	display: block;
	padding-left: 15px;
	color: #777
}

.leftmenu li a.on {
	border-left: 3px solid #4C72FF;
	color: #4C72FF
}

.news-mc {
	float: right;
	width: 950px
}

.news-mc-h4 {
	font-size: 22px;
	font-weight: normal;
	color: #525252;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd
}

.news-mlist {
	padding-bottom: 50px
}

.news-mlist li {
	height: 210px;
	margin-top: 45px;
	overflow: hidden
}

.news-mlist .pic {
	float: left;
	width: 330px
}

.news-mlist .pic img {
	display: block;
	width: 100%
}

.news-mlist .info {
	margin-left: 370px
}

.news-mlist .info .t {
	display: block;
	font-size: 24px;
	height: 70px;
	line-height: 35px;
	overflow: hidden;
	color: #3E3E3E
}

.news-mlist .info .time {
	margin-top: 10px;
	font-size: 12px;
	color: #bbb
}

.news-mlist .info .d {
	line-height: 26px;
	height: 78px;
	font-size: 13px;
	color: #868686;
	overflow: hidden;
	margin: 4px 0
}

.news-mlist .info .more {
	text-align: right;
	margin-top: 5px;
	font-size: 14px;
	color: #4C72FF
}

.paging a {
	display: inline-block;
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #555;
	border-radius: 4px;
	margin-right: 4px;
	margin-top: 4px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.paging a.cur,.paging a:hover {
	background: #4C72FF;
	color: #fff
}

.news-conts .nc-title {
	font-size: 28px;
	color: #3E3E3E;
	text-align: center;
	margin-bottom: 18px;
	font-weight: normal
}

.news-conts .nc-time {
	text-align: center;
	margin-bottom: 20px
}

.news-conts .nc-time .sj {
	font-size: 12px;
	color: #B9B9B9
}

.news-conts .nc-time .org {
	font-size: 13px;
	color: #878787;
	margin-left: 20px
}

.news-conts .nc-content {
	margin-top: 50px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	padding-bottom: 80px
}

.news-conts .nc-content p {
	padding: 5px 0
}

.news-conts .nc-content img {
	max-width: 100%
}

@media screen and (max-width: 750px) {
	.newsleft {
		float: none;
		width: 100%
	}

	.newsleft ul {
		overflow: hidden
	}

	.leftmenu li {
		float: left
	}

	.leftmenu li a {
		float: left;
		margin: 0 10px 0 0;
		border-left: 0;
		border-bottom: 3px solid #fff;
		padding: 0 15px
	}

	.leftmenu li a.on {
		border-left: 0;
		border-bottom-color: #4c72ff
	}

	.news-mc {
		float: none;
		width: 100%;
		margin-top: 30px
	}

	.news-mlist li {
		height: auto
	}

	.news-mlist .pic {
		width: 100%;
		float: none
	}

	.news-mlist .info {
		margin-left: 0;
		margin-top: 10px
	}
}

.product-titles {
	height: 64px;
	border-bottom: 1px solid #ddd;
	text-align: center
}

.product-titles a {
	line-height: 64px;
	padding: 0 32px;
	font-size: 14px;
	color: #444;
	display: inline-block;
	height: 64px;
	position: relative
}

.product-titles a:after {
	content: "";
	height: 0;
	position: absolute;
	bottom: 0;
	border-bottom: 3px solid #4E74FF;
	width: 30%;
	left: 35%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0)
}

.product-titles a:hover:after,.product-titles a.on:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1)
}

.disText {
	font-size: 14px;
	color: #878787;
	line-height: 30px;
	text-align: center
}

.disText img {
	max-width: 100%
}

.blueTit {
	font-size: 22px;
	color: #4E74FF;
	line-height: 30px;
	text-align: center
}

.product-main .biao {
	text-align: center
}

.product-main .biao img {
	width: 100%;
	max-width: 1020px
}

.prodList li {
	float: left;
	width: 23%;
	box-sizing: border-box;
	border: 1px solid transparent;
	height: 122px;
	margin-top: 20px;
	margin-left: 2.66%;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 200px
}

.prodList li:nth-child(4n+1) {
	margin-left: 0
}

.prodList li:hover {
	border-color: #4E74FF
}

.prodList .pic {
	margin-top: 20px;
	height: 50px
}

.prodList .t {
	margin-top: 10px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #444
}

.prodList .d {
	margin-top: 12px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	font-size: 12px;
	color: #888
}

.bluer-title {
	padding: 130px 0;
	background: url(../images/bg-bluer.jpg) no-repeat center center/cover;
	color: #fff;
	text-align: center;
	line-height: 1.8
}

.bluer-title .t1 {
	font-size: 24px
}

.bluer-title .t2 {
	font-size: 14px;
	margin-top: 20px
}

.product-wrap2 {
	padding: 40px 0 35px;
	background-color: #F9F9F9
}

.product-wrap3 {
	padding: 40px 0 35px
}

.product-wrap4 {
	padding: 130px 0
}

.bluer-title.pdsm {
	padding: 60px 0
}

.tubiaoku {
	text-align: center;
	margin-top: 20px
}

.tubiaoku li {
	display: inline-block;
	width: 130px;
	height: auto;
	margin: 0 10px;
	font-size: 14px
}

.tubiaoku li img {
	width: 130px;
	height: 130px;
	display: block
}

@media screen and (max-width: 750px) {
	.product-titles {
		height: auto
	}

	.product-titles a {
		padding: 0 10px
	}

	.prodList li {
		width: 49%;
		margin-left: 2%
	}

	.prodList li:nth-child(2n+1) {
		margin-left: 0
	}
}

.train-why {
	padding: 80px 0 90px
}

.train-why .item {
	margin: 30px auto 0;
	line-height: 30px;
	font-size: 14px;
	color: #858585;
	max-width: 80%;
	padding-left: 36px;
	position: relative
}

.train-why .item:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 10px;
	left: 0;
	background: #326CE5;
	border-radius: 50%
}

.train-bbc {
	padding: 80px 0 90px
}

.train-bbc .disText {
	max-width: 60%;
	margin: 0 auto
}

.train-bbc .list {
	margin-top: 60px
}

.train-bbc .list .item {
	float: left;
	width: 46%
}

.train-bbc .list .item:last-child {
	float: right
}

.train-bbc .list dt {
	font-size: 21px;
	line-height: 32px;
	font-weight: normal;
	overflow: hidden;
	color: #326CE5;
	height: 64px;
	margin-bottom: 10px
}

.train-bbc .list dd {
	line-height: 28px;
	font-size: 14px;
	color: #444;
	padding-left: 24px;
	position: relative
}

.train-bbc .list dd:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 11px;
	left: 0;
	background: #326CE5
}

.train-bbc .imgs {
	margin-top: 20px
}

.train-bbc .imgs li {
	float: left;
	width: 46%;
	text-align: center
}

.train-bbc .imgs li:last-child {
	float: right
}

.train-bbc .imgs img {
	max-width: 60%
}

.train-fangan {
	padding: 60px 0;
	background: #F6F6F6 url(../images/lx-bg.png) no-repeat center bottom/100% auto
}

.train-fangan .handle {
	margin-top: 40px
}

.train-fangan .handle a {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 50px;
	background: #4E74FF;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.train-fangan .handle a:hover {
	background: #1133b0
}

.train-fangan .list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0 10%
}

.train-fangan .list .item {
	overflow: hidden;
	flex: 1;
	box-sizing: border-box;
	margin: 0 10;
	border: 1px solid #326CE5;
	background: #fff;
	padding: 20px;
	height: 600px
}

.train-fangan .list .item:last-child {
	float: right
}

.train-fangan .list .dt {
	padding-bottom: 10px;
	border-bottom: 1px solid #326CE5
}

.train-fangan .list .gpic {
	height: 60px;
	display: block;
	margin: 10px auto 0
}

.train-fangan .list .t {
	margin-top: 15px;
	text-align: center;
	line-height: 28px;
	height: 56px;
	font-size: 20px;
	color: #202020;
	overflow: hidden
}

.train-fangan .list .d {
	margin-top: 5px;
	text-align: center;
	line-height: 25px;
	height: 50px;
	font-size: 14px;
	color: #777
}

.train-fangan .list .dd {
	padding-top: 20px;
	line-height: 28px;
	font-size: 14px;
	color: #777
}

@media screen and (max-width: 750px) {
	.train-bbc .list .item {
		float: none;
		width: auto;
		margin-bottom: 60px
	}

	.train-bbc .imgs li {
		float: none;
		width: auto
	}

	.train-bbc .imgs li:last-child {
		float: none;
		width: auto
	}

	.train-fangan .list {
		margin: 0 auto;
		display: block
	}

	.train-fangan .list .item {
		float: none;
		width: auto;
		margin-bottom: 30px;
		height: auto
	}

	.train-fangan .list .item:last-child {
		float: none
	}

	.train-fangan .list .d {
		height: auto
	}
}

.ace-banner a {
	height: 550px
}

.ace-banner .bcont {
	color: #000
}

.ace-banner .bcont .disc {
	max-width: 470px
}

.acp-banner a {
	height: 550px
}

.acp-banner .handle {
	background: #fff;
	color: #3658C2
}

.acp-banner .handle:hover {
	background: #3658C2;
	color: #fff
}

.aml-banner a {
	height: 550px
}

.aml-banner .handle {
	background: #fff;
	color: #3658C2
}

.aml-banner .handle:hover {
	background: #3658C2;
	color: #fff
}

.ace-v1 {
	margin: 0 auto;
	color: #333
}

.ace-main .biao img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.ace-v2 {
	background: linear-gradient(90deg, #816DFF 0%, #5477FF 100%);
	padding: 60px 0 70px
}

.ace-v2 .disTit {
	color: #fff
}

.ace-v2 .list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.ace-v2 .list li {
	flex: 1;
	padding: 0 2%;
	color: #fff
}

.ace-v2 .list .pic {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.ace-v2 .list .pic img {
	display: block;
	max-height: 80%;
	max-width: 80%
}

.ace-v2 .list .t {
	margin-top: 10px;
	font-size: 21px;
	text-align: center
}

.ace-v2 .list .d {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.8
}

.ace-v3 {
	padding: 60px 0 70px
}

.ace-v3 .list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.ace-v3 .list li {
	float: left;
	width: 30%;
	box-sizing: border-box;
	padding: 20px 0 25px;
	border: 1px solid transparent;
	margin-top: 20px;
	margin-left: 3.33%;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.ace-v3 .list li:nth-child(3n+1) {
	margin-left: 0
}

.ace-v3 .list li:hover {
	border-color: #4E74FF
}

.ace-v3 .list .pic {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.ace-v3 .list .pic img {
	display: block;
	max-height: 100%;
	max-width: 100%
}

.ace-v3 .list .t {
	margin-top: 10px;
	color: #4C72FF;
	font-size: 24px
}

.ace-v3 .list .d {
	margin-top: 15px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-align: left
}

.acp-v1 {
	padding: 60px 0 70px;
	background: #F8F8F8
}

.acp-v1 .vmains {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.acp-v1 .vmains .dt {
	width: 48%;
	box-sizing: border-box
}

.acp-v1 .vmains .dd {
	width: 48%;
	box-sizing: border-box
}

.acp-v1 .vmains .item {
	margin-top: 10px;
	padding: 25px 40px;
	border: 1px solid #108CEE;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2)
}

.acp-v1 .vmains .item:first-child {
	margin-top: 0
}

.acp-v1 .vmains .dtitle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #4C72FF;
	font-size: 24px
}

.acp-v1 .vmains .dtitle img {
	display: block;
	width: 42px;
	height: 42px;
	margin-right: 20px
}

.acp-v1 .vmains .dtitle strong {
	font-weight: normal
}

.acp-v1 .vmains .des {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.8;
	color: #666
}

.zyimg-info {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	background: #fff;
	text-align: center
}

.zyimg-info.flexreverse {
	flex-direction: row-reverse
}

.zyimg-info .pic {
	width: 50%;
	position: relative;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.zyimg-info .pic .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block
}

.zyimg-info .pic img,.zyimg-info .pic .img {
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s
}

.zyimg-info .pic:hover img,.zyimg-info .pic:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.zyimg-info .pic img {
	display: block;
	width: 100%
}

.zyimg-info .pic img.autoImg {
	width: auto;
	max-width: 90%
}

.zyimg-info .pic .img {
	display: block;
	width: 100%
}

.zyimg-info .info {
	width: 50%;
	min-height: 600px;
	box-sizing: border-box;
	padding: 110px calc(50vw - 600px) 100px 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap
}

.zyimg-info .info .t {
	font-size: 34px;
	display: block;
	width: 100%
}

.zyimg-info .info .d {
	width: 100%;
	font-size: 20px;
	line-height: 2;
	margin-top: 40px;
	display: block
}

.zyimg-info .info .d2 {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	display: block
}

.zyimg-info .info.bginfo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.zyimg-info .series-text {
	color: inherit
}

.zyimg-info.bgGray {
	background: #FAFAFA
}

@media screen and (max-width: 750px) {
	.ace-banner a,.acp-banner a,.aml-banner a {
		height: 320px
	}

	.zyimg-info {
		display: block
	}

	.zyimg-info .pic {
		width: 100% !important;
		display: block;
		height: 60vw
	}

	.zyimg-info .info {
		width: 100% !important;
		min-height: auto;
		height: auto;
		padding: 40px 4%
	}
}

.aml-v1 {
	padding: 60px 0 70px;
	background: #F8F8F8
}

.aml-v1 .vmains {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.aml-v1 .vmains .item {
	width: 48%;
	box-sizing: border-box;
	padding: 35px 6% 60px;
	border: 1px solid #108CEE;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2)
}

.aml-v1 .vmains .item:first-child {
	margin-top: 0
}

.aml-v1 .vmains .pic {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.aml-v1 .vmains .pic img {
	display: block;
	max-height: 100%;
	max-width: 100%
}

.aml-v1 .vmains .dtitle {
	text-align: center;
	font-size: 24px;
	color: #4C72FF;
	margin-top: 10px
}

.aml-v1 .vmains .des {
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.8;
	color: #666
}

@media screen and (max-width: 750px) {
	.ace-v2 .list {
		display: block
	}

	.ace-v2 .list li {
		margin-bottom: 50px
	}

	.ace-v3 .list {
		display: block
	}

	.ace-v3 .list li {
		float: none;
		width: auto
	}

	.acp-v1 .vmains {
		display: block
	}

	.acp-v1 .vmains .dt,.acp-v1 .vmains .dd {
		width: auto
	}

	.acp-v1 .vmains .dd {
		margin-top: 10px
	}

	.aml-v1 .vmains {
		display: block
	}

	.aml-v1 .vmains .item {
		width: auto;
		margin-bottom: 10px
	}
}

.pm2-sect1 {
	padding: 60px 0 90px;
	/*
	background: linear-gradient(180deg, #43CBF3 0%, #3A53A5 100%)
	*/
	background : #fff;
}

.pm2-sect1 .disTit {
	color: #202020
}

.pm2-sect1 ul {
	display: flex;
    justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
    flex-wrap: wrap;
	margin-top: 40px;
	width : 1200px;
}

.pm2-sect1 ul li {
	width: 240px
}

.pm2-sect1 ul .pic {
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.pm2-sect1 ul img {
	display: block
}

.pm2-sect1 ul .t {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	text-align: center
}

@media screen and (max-width: 750px) {
	.disTit {
		font-size: 28px
	}

	.pm2-sect1 {
		padding: 40px 0 50px
	}

	.pm2-sect1 ul {
		display: block;
		margin-top: 0
	}

	.pm2-sect1 ul li {
		width: 300px;
		display: block;
		margin: 40px auto 0
	}
}

.pm2-logos {
	padding: 60px 0
}

.pm2-logos .nstit {
	font-size: 24px;
	color: #1F5DAA;
	padding: 10px 0;
	line-height: 32px;
	margin-top: 15px;
	border-bottom: 1px solid #d9d9d9
}

.pm2-logos .group {
	padding: 10px 0
}

.pm2-logos .list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.pm2-logos .list li {
	width: 20%;
	height: 100px;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer
}

.pm2-logos .list .pic {
	height: 54px;
	padding: 23px 0
}
.pm2-logos .a .list .pic {
	height : 100px;
}


.pm2-logos .list .img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%
}

.pm2-logos .list .info {
	background: #fff;
	height: 100%;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	pointer-events: none;
	position: absolute;
	box-shadow: 0 2px 15px 1px rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}

.pm2-logos .list .text {
	padding: 0 10% 20px;
	font-size: 13px;
	line-height: 1.6;
	color: #111
}

/*
.pm2-logos .list li:hover .info {
	opacity: 1;
	z-index: 1;
	pointer-events: auto
}
*/
.pm2-logos .list .space-li {
	cursor: auto
}

@media screen and (max-width: 750px) {
	.pm2-logos {
		padding: 40px 0
	}

	.pm2-logos .nstit {
		font-size: 18px
	}

	.pm2-logos .list li {
		width: 50%
	}
}

.lesson-plan {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 0 110px;
	background: #F2F2F2
}

.lesson-plan .list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.lesson-plan li {
	flex: 1;
	border-radius: 10px;
	margin-left: 1%;
	box-sizing: border-box;
	padding: 50px 25px 120px;
	background: #fff url("../images/les_b1.jpg") no-repeat center bottom/100% auto
}

.lesson-plan li:nth-child(4n+1) {
	margin-left: 0
}

.lesson-plan li:nth-child(2) {
	background-image: url(../images/les_b2.jpg)
}

.lesson-plan li:nth-child(3) {
	background-image: url(../images/les_b3.jpg)
}

.lesson-plan li .tit {
	text-align: center;
	font-size: 22px
}

.lesson-plan li .pic {
	display: block;
	margin: 30px 0
}

.lesson-plan li .pic img {
	display: block;
	width: 100px;
	margin: 0 auto
}

.lesson-plan li .info {
	height: 150px;
	font-size: 14px;
	color: #777;
	line-height: 1.8
}

.lesson-plan li .hand {
	display: inline-block;
	width: 170px;
	height: 43px;
	border: none;
	background: #4278E7;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 43px;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin: 0 auto;
	border-radius: 3px;
	display: block
}

.lesson-plan li .hand:not(.disabled):not([disabled]):hover {
	background: #152464;
	color: #fff
}

@media screen and (max-width: 750px) {
	.lesson-plan {
		padding: 50px 0 60px
	}

	.lesson-plan .list {
		display: block
	}

	.lesson-plan li {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
		padding-bottom: 75px
	}
}

.pm2-holder {
	padding: 70px 0;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.pm2-holder .disTit {
	color: #fff
}

.pm2-holder .list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 50px
}

.pm2-holder li {
	width: 22%;
	text-align: center;
	margin-left: 4%
}

.pm2-holder li:nth-child(4n+1) {
	margin-left: 0
}

.pm2-holder li .pic {
	display: block;
	position: relative
}

.pm2-holder li .pic img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto
}

.pm2-holder li .pic:after {
	content: "";
	background: #fff;
	display: block;
	height: 2px;
	width: 35px;
	margin: 25px auto 0
}

.pm2-holder li .tit {
	font-size: 20px;
	margin-top: 25px
}

.pm2-holder li .info {
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.8
}

.pm2-holder .j-hand {
	display: inline-block;
	width: 170px;
	height: 43px;
	border: none;
	background: #4278E7;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 43px;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin: 50px auto 0;
	border-radius: 3px;
	display: block
}

.pm2-holder .j-hand:not(.disabled):not([disabled]):hover {
	background: #152464;
	color: #fff
}

.pm2-process {
	padding: 70px 0 100px
}

.pm2-process .list {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.pm2-process .list li {
	width: 100px
}

.pm2-process .list em {
	display: block;
	font-weight: normal;
	color: #3FB1E8;
	height: 100px;
	border-radius: 50%;
	border: 3px solid #3FB1E8;
	box-sizing: border-box;
	line-height: 94px;
	text-align: center;
	font-size: 68px
}

.pm2-process .list span {
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #242413
}

.pm2-process .list .boline {
	flex: 1;
	font-size: 16px;
	color: #3FB6E6;
	text-align: center;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px dotted #3FB1E8
}

@media screen and (max-width: 750px) {
	.pm2-holder {
		display: block;
		padding: 50px 0 60px
	}

	.pm2-holder .list {
		display: block;
		margin-top: 0
	}

	.pm2-holder li {
		width: 100%;
		margin-left: 0;
		margin-top: 50px
	}

	.pm2-process {
		padding: 50px 0 70px
	}

	.pm2-process .list li {
		width: 48px
	}

	.pm2-process .list em {
		height: 48px;
		line-height: 42px;
		font-size: 32px;
		border-size: 2px
	}

	.pm2-process .list .boline {
		margin-top: 0;
		height: 24px;
		font-size: 12px;
		line-height: 12px
	}

	.pm2-process .list span {
		font-size: 12px
	}
}

.pm2-downer {
	padding: 70px 0;
	background: #383D41
}

.pm2-downer .disTit {
	color: #fff
}

.pm2-downer .list {
	margin-top: 60px
}

.pm2-downer .list a {
	float: left;
	font-size: 14px;
	width: 33.3%;
	line-height: 20px;
	padding: 6px 0;
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s
}

.pm2-downer .list a:hover {
	text-decoration: underline
}

@media screen and (max-width: 750px) {
	.pm2-downer {
		padding: 40px 0 50px;
		padding: 40px 0 50px
	}

	.pm2-downer .list {
		margin-top: 40px
	}

	.pm2-downer .list a {
		float: none;
		display: block
	}
}

.mask-downform {
	width: 600px;
	display: none
}

.mask-downform .m-content {
	padding: 40px 90px 60px
}

.mask-downform h1 {
	font-size: 24px;
	color: #383D3F;
	font-weight: normal
}

.mask-downform h4 {
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	margin-top: 10px
}

.mask-downform form {
	margin-top: 40px
}

.mask-downform .row {
	margin-top: 8px
}

.mask-downform .lab {
	font-size: 14px;
	line-height: 30px
}

.mask-downform .ipt {
	display: inline-block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	font-size: 15px;
	box-sizing: border-box;
	padding: 0 10px;
	transition: all .3s;
	-webkit-transition: all .3s
}

.mask-downform .ipt:focus {
	box-shadow: 0 2px 10px #4278E7;
	border-color: #152464
}

.mask-downform .btn {
	display: inline-block;
	width: 170px;
	height: 43px;
	border: none;
	background: #4278E7;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 43px;
	transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 3px;
	margin-top: 20px
}

.mask-downform .btn:not(.disabled):not([disabled]):hover {
	background: #152464;
	color: #fff
}

@media screen and (max-width: 750px) {
	.mask-downform {
		width: 300px
	}

	.mask-downform .m-content {
		padding: 20px 15px 30px
	}

	.mask-downform h1 {
		font-size: 18px
	}

	.mask-downform form {
		margin-top: 20px
	}

	.mask-downform .row {
		margin-top: 5px
	}

	.mask-downform .lab {
		line-height: 24px
	}

	.mask-downform .ipt {
		height: 36px;
		line-height: 34px
	}
}

.hashbox {
	position: relative
}

.hashTag {
	position: absolute;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	top: -45px
}

.hashTag2 {
	position: absolute;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	top: -145px
}

@media screen and (max-width: 750px) {
	.hashTag,.hashTag2 {
		top: -60px
	}
}

.pageNavKey {
	height: 60px;
	background: #F7F7F7;
	position: relative
}

.pageNavKey .navKeyInfo {
	height: 60px;
	background: #F7F7F7
}

.pageNavKey .navKeyInfo.fixeds {
	position: absolute;
	width: 100%;
	z-index: 10;
	box-shadow: 0 2px 18px rgba(0,0,0,0.15)
}

.pageNavKey .wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 100%
}

.pageNavKey h1 {
	font-size: 17px;
	margin-right: 20px;
	font-weight: normal;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.pageNavKey a {
	font-size: 14px;
	line-height: 20px;
	padding: 0 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	height: 100%
}

.pageNavKey a span {
	transition: all .3s;
	-webkit-transition: all .3s
}

.pageNavKey a:after {
	content: "";
	transition: all .3s;
	-webkit-transition: all .3s;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #4D73FF
}

.pageNavKey a.on span,.pageNavKey a:hover span {
	color: #4D73FF
}

.pageNavKey a.on:after,.pageNavKey a:hover:after {
	opacity: 1
}

.pageNavKey h1+a:after {
	display: none
}

.rscNavkey {
	height: 60px;
	background: #F7F7F7;
	position: relative
}

.rscNavkey .navKeyInfo {
	height: 60px;
	background: #F7F7F7
}

.rscNavkey .sbox {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 100%
}

.rscNavkey a {
	font-size: 16px;
	margin: 0 6px;
	line-height: 20px;
	padding: 0 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	height: 100%
}

.rscNavkey a span {
	transition: all .3s;
	-webkit-transition: all .3s
}

.rscNavkey a:after {
	content: "";
	transition: all .3s;
	-webkit-transition: all .3s;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #4D73FF
}

.rscNavkey a.on span,.rscNavkey a:hover span {
	color: #4D73FF
}

.rscNavkey a.on:after,.rscNavkey a:hover:after {
	opacity: 1
}

.rscNavkey .sbox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 100%
}

.rscNavkey .tac {
	justify-content: center
}

.rscNavkey .tal {
	justify-content: flex-start
}

.rscNavkey .tal a {
	margin-left: 0;
	padding: 0 10px;
	margin-right: 12px
}

#rscTitNav .navKeyInfo {
	background: #fff
}

#rscTitNav .navKeyInfo.fixeds {
	position: absolute;
	width: 100%;
	z-index: 10;
	box-shadow: 0 2px 18px rgba(0,0,0,0.15)
}

#rscTitNav a {
	margin: 0 25px
}

.artContent {
	font-size: 14px;
	line-height: 2;
	color: inherit
}

.artContent img {
	max-width: 100%;
	width : 900px;
}

@media screen and (max-width: 750px) {
	.pageNavKey {
		display: none
	}

	.artContent {
		font-size: 12px
	}

	#rscTitNav {
		display: none
	}
}

.source-intro {
	padding: 70px 0;
	background: #F7F8FA
}

.source-intro .icont {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.source-intro .img {
	width: 32%;
	box-sizing: border-box;
	padding: 0 8% 0 3%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap
}

.source-intro .img img {
	max-width: 100%
}

.source-intro .tap-zan {
	margin-top: 20px;
	font-size: 18px
}

.source-intro .tap-zan i {
	color: #4E74FF;
	margin-right: 6px
}

.source-intro .info {
	flex: 1;
	font-size: 14px;
	line-height: 2
}

.source-intro .links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px
}

.source-intro .links a {
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 155px;
	height: 38px;
	border: 1px solid #B0B1B2;
	font-size: 14px;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	border-radius: 5px
}

.source-intro .links a:hover {
	background: #4E74FF;
	border-color: #4E74FF;
	color: #fff
}

@media screen and (max-width: 750px) {
	.source-intro .icont {
		display: block
	}

	.source-intro .img {
		width: auto;
		padding: 20px 0
	}
}

.source-clause {
	padding: 40px 0
}

.source-clause+.source-clause {
	border-top: 1px solid #d9d9d9
}

.source-clause .sv-dt {
	height: 30px;
	font-size: 24px;
	color: #444;
	line-height: 30px;
	border-left: 8px solid #4E74FF;
	padding-left: 15px
}

.source-clause .sv-info {
	margin-top: 30px
}

.doc-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.doc-list a {
	width: 25%;
	font-size: 14px;
	color: #444;
	transition: all .3s;
	-webkit-transition: all .3s;
	line-height: 1.4;
	padding: 3px 0;
	margin-bottom: 8px
}

.doc-list a:hover {
	color: #261FE4
}

@media screen and (max-width: 750px) {
	.doc-list a {
		width: 50%
	}
}

.brand-box2 {
	padding: 70px 0;
	background: #F7F7F7;
	overflow: hidden
}

.brand-box2 .list {
	position: relative;
	margin-top: 30px
}

.brand-box2 .list-wrap {
	overflow: hidden
}

.brand-box2 .swiper-btn2 {
	position: absolute;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
	cursor: pointer;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #fff;
	font-size: 52px;
	color: #999
}

.brand-box2 .swiper-btn2:not(.swiper-button-disabled):hover {
	color: #000
}

.brand-box2 .swiper-btn2-prev {
	left: -70px
}

.brand-box2 .swiper-btn2-next {
	right: -70px
}

.brand-box2 .swiper-button-disabled {
	cursor: no-drop
}

.brand-box2 li {
	position: relative;
	height: 154px;
	color: #828282
}

.brand-box2 .dliner {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 100%;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center
}

.brand-box2 .dliner:before {
	position: absolute;
	top: 50%;
	content: "";
	background-color: #ACACAC;
	left: 0;
	width: 100%;
	height: 1px
}

.brand-box2 .dliner i {
	position: relative;
	top: 1px;
	z-index: 1;
	background: #fff
}

.brand-box2 .dinfo {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%
}

.brand-box2 .tit {
	height: 40px;
	width: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	background: #828282;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%
}

.brand-box2 .icon-xiajiantou {
	-webkit-transform: rotate3d(0, 0, 1, 180deg);
	transform: rotate3d(0, 0, 1, 180deg);
	overflow: hidden;
	font-size: 24px;
	height: 24px;
	margin-bottom: -8px;
	color: inherit
}

.brand-box2 li:nth-child(odd) .dinfo {
	bottom: auto;
	top: 0;
	flex-direction: column-reverse
}

.brand-box2 li:nth-child(odd) .icon-xiajiantou {
	-webkit-transform: rotate3d(0, 0, 1, 0);
	transform: rotate3d(0, 0, 1, 0);
	margin-top: -10px
}

.brand-box2 li:hover {
	color: #4E74FF;
	transition: all .3s;
	-webkit-transition: all .3s
}

.brand-box2 li:hover .tit {
	background: #4E74FF
}

@media screen and (max-width: 750px) {
	.brand-box2 .des {
		height: 160px;
		font-size: 13px;
		padding: 15px
	}

	.brand-box2 .tit {
		font-size: 14px
	}
}

.osimg-list {
	background: #fff
}

.osimg-list .ocont {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	flex-direction: row-reverse;
	flex-wrap: nowrap
}

.osimg-list:nth-child(2n),.osimg-list.reverse {
	background: #fafafa
}

.osimg-list:nth-child(2n) .ocont,.osimg-list.reverse .ocont {
	flex-direction: row
}

.osimg-list .pic {
	width: 50%;
	position: relative;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.osimg-list .pic .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block
}

.osimg-list .pic img,.osimg-list .pic .img {
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s
}

.osimg-list .pic:hover img,.osimg-list .pic:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.osimg-list .pic img {
	display: block;
	width: 100%
}

.osimg-list .pic img.autoImg {
	width: auto;
	max-width: 90%
}

.osimg-list .pic .img {
	display: block;
	width: 100%;
	height: 100%
}

.osimg-list .info {
	width: 50%;
	min-height: 400px;
	box-sizing: border-box;
	padding: 70px 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap
}

.osimg-list .info .t {
	font-size: 34px;
	display: block;
	width: 100%
}

.osimg-list .info .d {
	width: 100%;
	margin-top: 40px;
	display: block
}

.osimg-list .info.bginfo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.osimg-list .series-text {
	color: inherit
}

.osimg-list.bgGray {
	background: #FAFAFA
}

@media screen and (max-width: 750px) {
	.osimg-list .ocont {
		display: block
	}

	.osimg-list .pic {
		width: 100%;
		padding: 50px 0 20px
	}

	.osimg-list .pic:empty {
		height: 60vw;
		box-sizing: border-box
	}

	.osimg-list .info {
		width: 100%;
		min-height: auto;
		padding: 20px 0 50px
	}

	.osimg-list .info .t {
		font-size: 28px
	}
}

.os-project {
	padding: 60px 0 80px;
	background: #F8F8F8
}

.os-project .vmains {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.os-project .vmains .item {
	width: 48%;
	border: 1px solid #108CEE;
	transition: all .3s;
	-webkit-transition: all .3s;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2)
}

.os-project .vmains .item:hover {
	background: #eee
}

.os-project .vmains .item:first-child {
	margin-top: 0
}

.os-project .vmains .pic {
	height: 88px
}

.os-project .vmains .pic img {
	height: 100%
}

.os-project .vmains .tit {
	font-size: 24px;
	margin-top: 20px;
	line-height: 1.8;
	color: #4C72FF
}

@media screen and (max-width: 750px) {
	.os-project {
		padding: 50px 0 40px
	}

	.os-project .vmains {
		display: block
	}

	.os-project .vmains .item {
		width: auto;
		height: 260px;
		margin-bottom: 20px
	}
}

.act-lights {
	padding: 60px 0 80px
}

.act-lights .vmains {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.act-lights .vmains .item {
	width: 24%;
	margin-left: 1.3%;
	border: 1px solid #d9d9d9;
	border-top: 5px solid #1D1D7D;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
	padding: 40px 25px 70px
}

.act-lights .vmains .item:nth-child(4n+1) {
	margin-left: 0
}

.act-lights .vmains .item:hover {
	background: #eee;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2)
}

.act-lights .vmains .tit {
	font-size: 24px;
	text-align: center;
	line-height: 1.8;
	color: #1F1F1F
}

.act-lights .vmains .d {
	font-size: 13px;
	color: #858585;
	line-height: 2;
	margin-top: 15px
}

.act-guest {
	padding: 60px 0 80px;
	background: #F4F4F4
}

.act-guest .vmains {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.act-guest .vmains .item {
	width: 16%;
	height: 260px;
	margin-left: 0.8%;
	box-sizing: border-box;
	margin-bottom: 15px;
	border: 1px solid #d9d9d9;
	transition: all .3s;
	-webkit-transition: all .3s;
	position: relative;
	overflow: hidden
}

.act-guest .vmains .item .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block
}

.act-guest .vmains .item img,.act-guest .vmains .item .img {
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s
}

.act-guest .vmains .item:hover img,.act-guest .vmains .item:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.act-guest .vmains .item:nth-child(6n+1) {
	margin-left: 0
}

.act-guest .vmains .item:hover {
	background: #eee;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2)
}

.act-guest .vmains .item .img {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.act-guide {
	padding: 60px 0 70px;
	background: #F4F4F4
}

@media screen and (max-width: 750px) {
	.act-lights {
		padding: 50px 0 60px
	}

	.act-lights .vmains {
		display: block
	}

	.act-lights .vmains .item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px
	}

	.act-guest {
		padding: 60px 0 50px
	}

	.act-guest .vmains .item {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 10px;
		height: 65vw
	}

	.act-guest .vmains .item:nth-child(2n+1) {
		margin-left: 0
	}
}

.act-schedule {
	padding: 60px 0 70px
}

.act-schedule .sched-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px
}

.act-schedule .sched-nav a {
	width: 155px;
	height: 40px;
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 16px;
	margin: 0 16px
}

.act-schedule .sched-nav a:hover,.act-schedule .sched-nav a.on {
	background: #5F336E;
	border-color: #5F336E;
	color: #fff
}

.act-schedule .schedule-main {
	display: none
}

.act-schedule .schedule-main .tit {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #525252
}

.act-schedule .schedule-main .dt,.act-schedule .schedule-main .dd {
	height: 54px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 13px;
	color: #535353
}

.act-schedule .schedule-main .list {
	margin-bottom: 40px
}

.act-schedule .schedule-main .list>div:nth-child(odd) {
	background: #E6EDFE
}

.act-schedule .schedule-main .span1 {
	box-sizing: border-box;
	width: 250px;
	padding-left: 50px
}

.act-schedule .schedule-main .span2 {
	flex: 1
}

.act-schedule .schedule-main .span3 {
	box-sizing: border-box;
	width: 200px;
	padding-left: 20px
}

@media screen and (max-width: 750px) {
	.act-schedule {
		padding: 60px 0 40px
	}

	.act-schedule .sched-nav a {
		width: 48%;
		font-size: 15px;
		margin: 0 1% 10px
	}

	.act-schedule .schedule-main .list {
		margin-bottom: 25px
	}

	.act-schedule .schedule-main .span1 {
		padding-left: 10px;
		width: 105px
	}

	.act-schedule .schedule-main .span3 {
		box-sizing: border-box;
		width: 75px;
		padding-left: 10px
	}
}

.layer-openVideo {
	width: 800px;
	height: 500px;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	background: #000
}

.layer-openVideo iframe {
	width: 800px;
	height: 100%
}

@media screen and (max-width: 750px) {
	.layer-openVideo {
		width: 90vw;
		height: 60vw
	}

	.layer-openVideo iframe {
		width: 90vw;
		height: 100%
	}
}

.act-hisvideo {
	padding: 60px 0 50px
}

.act-hisvideo .vmains {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.act-hisvideo .vmains .item {
	width: 32%;
	margin-left: 2%;
	box-sizing: border-box;
	margin-bottom: 15px
}

.act-hisvideo .vmains .item:nth-child(3n+1) {
	margin-left: 0
}

.act-hisvideo .vmains .pic {
	height: 260px;
	position: relative;
	overflow: hidden
}

.act-hisvideo .vmains .pic .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block
}

.act-hisvideo .vmains .pic img,.act-hisvideo .vmains .pic .img {
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s
}

.act-hisvideo .vmains .pic:hover img,.act-hisvideo .vmains .pic:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.act-hisvideo .vmains .pic .img {
	height: 100%
}

.act-hisvideo .vmains .pic i {
	position: absolute;
	transition: all .3s;
	-webkit-transition: all .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 60px;
	background: rgba(0,0,0,0.2)
}

.act-hisvideo .vmains .pic:hover i {
	background: rgba(0,0,0,0.1)
}

.act-hisvideo .vmains .tit {
	text-align: center;
	font-size: 20px;
	margin-top: 15px
}

@media screen and (max-width: 750px) {
	.act-hisvideo .vmains {
		display: block
	}

	.act-hisvideo .vmains .item {
		width: 100%;
		margin-left: 0
	}

	.act-hisvideo .vmains .tit {
		margin-top: 10px
	}
}

.act-photos {
	padding: 60px 0 90px;
	background: #F4F4F4
}

.act-photos .list {
	position: relative;
	margin-top: 30px
}

.act-photos .list-wrap {
	overflow: hidden
}

.act-photos .swiper-btn2 {
	position: absolute;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
	cursor: pointer;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #fff;
	font-size: 52px;
	color: #999
}

.act-photos .swiper-btn2:not(.swiper-button-disabled):hover {
	color: #000
}

.act-photos .swiper-btn2-prev {
	left: -70px
}

.act-photos .swiper-btn2-next {
	right: -70px
}

.act-photos .swiper-button-disabled {
	cursor: no-drop
}

.act-photos li {
	position: relative;
	height: 200px;
	color: #828282
}

.act-photos .pic {
	height: 100%;
	position: relative;
	overflow: hidden
}

.act-photos .pic .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block
}

.act-photos .pic img,.act-photos .pic .img {
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s
}

.act-photos .pic:hover img,.act-photos .pic:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.act-photos .pic .img {
	height: 100%
}

@media screen and (max-width: 750px) {
	.act-photos {
		padding: 50px 0 60px
	}
}

.art-blue {
	display: block;
	width: 140px;
	width: 140px;
	height: 40px;
	background: #4E74FF;
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin: 0 0 15px
}

.art-blue:hover {
	background: #1133b0
}

.rsce-main {
	background: #F7F8FA;
	padding: 20px 0 40px
}

.rsce-panel {
	padding: 30px 0 20px
}

.rsce-panel .art-blue {
	border-radius: 4px
}

.rsce-tit {
	font-size: 24px;
	font-weight: normal;
	color: #333
}

.rsce-tiral {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.rsce-tiral li {
	width: 32%;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-left: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 25px 30px 15px;
	background: #fff;
	border: 1px solid #d9d9d9
}

.rsce-tiral li:hover {
	box-shadow: 0 2px 15px 1px rgba(0,0,0,0.18)
}

.rsce-tiral li:nth-child(3n+1) {
	margin-left: 0
}

.rsce-tiral .rslogo {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 15px;
	color: #666
}

.rsce-tiral .rslogo img {
	height: 30px;
	margin-right: 10px
}

.rsce-tiral .d {
	margin: 18px 0;
	font-size: 13px;
	color: #444;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.rsce-tiral .hand {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-top: 20px;
	border-top: 1px solid #d9d9d9
}

@media screen and (max-width: 750px) {
	.rsce-tiral {
		display: block
	}

	.rsce-tiral li {
		width: auto;
		margin-left: 0
	}

	.rsce-tiral .d {
		height: auto
	}
}

.child-panel {
	display: none
}

.rsce-report {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.rsce-report li {
	width: 32%;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-left: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 25px;
	background: #fff;
	border: 1px solid #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.rsce-report li:hover {
	box-shadow: 0 2px 15px 1px rgba(0,0,0,0.18)
}

.rsce-report li:nth-child(3n+1) {
	margin-left: 0
}

.rsce-report .pic {
	width: 135px
}

.rsce-report .pic img {
	display: block;
	width: 100%
}

.rsce-report .info {
	flex: 1;
	margin-left: 15px
}

.rsce-report .t {
	font-size: 15px;
	color: #4E74FF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
	height: 40px
}

.rsce-report .d {
	margin: 12px 0;
	font-size: 13px;
	color: #666;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.rsce-report .hand {
	margin-top: 12px
}

.rsce-report .art-blue {
	margin-bottom: 0
}

.rsce-video {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.rsce-video li {
	width: 32%;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-left: 2%;
	margin-bottom: 20px;
	box-sizing: border-box
}

.rsce-video li:hover {
	box-shadow: 0 2px 15px 1px rgba(0,0,0,0.18)
}

.rsce-video li:nth-child(3n+1) {
	margin-left: 0
}

.rsce-video .pic {
	height: 180px;
	position: relative;
	overflow: hidden;
	display: block
}

.rsce-video .pic .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block
}

.rsce-video .pic img,.rsce-video .pic .img {
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s
}

.rsce-video .pic:hover img,.rsce-video .pic:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.rsce-video .pic .img {
	display: block;
	height: 100%
}

.rsce-video .pic i {
	position: absolute;
	transition: all .3s;
	-webkit-transition: all .3s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #4E74FF;
	color: #fff;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 24px;
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(76,114,255,0.3)
}

.rsce-video .pic:hover i {
	box-shadow: 0 0 0 15px rgba(76,114,255,0.3)
}

.rsce-video .info {
	padding: 20px 0
}

.rsce-video .t {
	font-size: 15px;
	color: #4E74FF;
	text-align: center
}

.rsce-video .hand {
	margin-top: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.rsce-video .art-blue {
	margin-bottom: 0
}

.rsce-ppt {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.rsce-ppt li {
	width: 24%;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-left: 1.33%;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	padding: 20px
}

.rsce-ppt li:hover {
	box-shadow: 0 2px 15px 1px rgba(0,0,0,0.18)
}

.rsce-ppt li:nth-child(4n+1) {
	margin-left: 0
}

.rsce-ppt .lgtitle {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.rsce-ppt .lgtitle img {
	width: 40px;
	margin-right: 8px
}

.rsce-ppt .t {
	font-size: 15px;
	color: #666;
	flex: 1
}

.rsce-ppt .hand {
	margin-top: 18px;
	padding-top: 20px;
	border-top: 1px solid #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.rsce-ppt .art-blue {
	margin-bottom: 0
}

@media screen and (max-width: 750px) {
	.rsce-panel {
		padding: 20px 0 15px
	}

	.rsce-tiral {
		display: block
	}

	.rsce-tiral li {
		width: auto;
		margin-left: 0;
		margin-bottom: 10px
	}

	.rsce-tiral .d {
		height: auto
	}

	.rsce-report {
		display: block
	}

	.rsce-report li {
		width: auto;
		margin-left: 0;
		margin-bottom: 10px;
		padding: 25px 20px
	}

	.rsce-video {
		display: block
	}

	.rsce-video li {
		width: auto;
		margin-left: 0;
		margin-bottom: 10px;
		background: #fff
	}

	.rsce-video .info {
		border: 1px solid #d9d9d9;
		border-top: 0
	}

	.rsce-ppt {
		display: block
	}

	.rsce-ppt li {
		width: auto;
		margin-left: 0;
		margin-bottom: 10px;
		background: #fff
	}

	.rsce-ppt .info {
		border: 1px solid #d9d9d9;
		border-top: 0
	}
}

.k8service-page .keepHand {
	width: 100%
}

.k8service-page .keepHand a {
	display: block;
	width: 200px;
	height: 40px;
	background: #4E74FF;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.k8service-page .keepHand a:hover {
	background: #1133b0
}

.k8service-page .keepHand.tac a {
	margin: 0 auto
}

.k8service-what {
	padding: 50px 0 80px;
	background: #EEF7FF
}

.k8service-what .kcont {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.k8service-what .pic {
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.k8service-what .pic img {
	max-width: 80%
}

.k8service-what .info {
	font-size: 16px;
	flex: 1;
	line-height: 1.8;
	color: #707070
}

.k8service-why {
	padding: 50px 0 80px;
	background: #FFFFFF
}

.k8service-why .list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.k8service-why li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 2%
}

.k8service-why li .pic {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.k8service-why li .pic img {
	width: 60px;
	height: 60px;
	display: block
}

.k8service-why li .des {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	line-height: 1.6
}

.k8service-wedo {
	padding: 50px 0 80px;
	background: #F8FCFF
}

.k8service-wedo li {
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 25px
}

.k8service-wedo .lpart {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	background: #fff;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	width: 410px;
	padding: 30px
}

.k8service-wedo .lpart .pic {
	width: 100px;
	text-align: center
}

.k8service-wedo .lpart .info {
	flex: 1;
	margin-left: 20px
}

.k8service-wedo .lpart .t {
	font-size: 20px;
	color: #326CE5;
	height: 30px
}

.k8service-wedo .d {
	margin-top: 10px;
	font-size: 13px;
	line-height: 20px;
	color: #707070
}

.k8service-wedo .d p {
	padding: 5px 0 5px 18px;
	position: relative
}

.k8service-wedo .d p:before {
	position: absolute;
	content: "";
	left: 0;
	top: 11px;
	width: 6px;
	height: 6px;
	background: #326CE5
}

.k8service-wedo .rpart {
	background: #EFF2F4;
	box-sizing: border-box;
	padding: 30px;
	flex: 1
}

.k8service-wedo .rpart .t {
	font-size: 20px;
	color: #326CE5;
	height: 30px
}

.k8service-wedo .rpart .k8s-icon {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 24px;
	height: 26px;
	background: url(../images/k8s-icon.png) no-repeat
}

@media screen and (max-width: 750px) {
	.k8service-page .mt50 {
		margin-top: 30px !important
	}

	.k8service-what {
		padding: 40px 0 50px
	}

	.k8service-what .kcont {
		display: block
	}

	.k8service-what .pic {
		width: 100%
	}

	.k8service-what .info {
		margin-top: 40px
	}

	.k8service-why {
		padding: 40px 0 30px
	}

	.k8service-why li {
		width: 50%;
		margin-bottom: 25px
	}

	.k8service-wedo {
		padding: 40px 0 50px
	}

	.k8service-wedo li {
		display: block
	}

	.k8service-wedo .lpart {
		width: 100%;
		border-right: 0;
		padding: 20px;
		border-bottom: 1px solid #ddd;
		display: block
	}

	.k8service-wedo .lpart .pic {
		width: 100%
	}

	.k8service-wedo .lpart .info {
		margin-left: 0;
		margin-top: 15px
	}

	.k8service-wedo .rpart {
		padding: 20px
	}
}

.k8service-level {
	padding: 50px 0 80px;
	background: #fff
}

.k8service-level .ntitle {
	font-size: 14px;
	color: #326CE5;
	text-align: center;
	margin-top: 15px
}

.k8service-level table {
	width: 100%;
	margin-top: 20px;
	line-height: 1.6
}

.k8service-level table th {
	box-sizing: border-box;
	border: 1px solid #326CE5;
	padding: 10px 20px;
	font-weight: normal;
	height: 60px;
	background: #3778DD;
	color: #fff;
	font-size: 20px
}

.k8service-level table td {
	box-sizing: border-box;
	border: 1px solid #326CE5;
	padding: 10px 20px;
	font-size: 16px;
	color: #777
}

.k8service-product {
	padding: 50px 0 60px;
	background: #EEF7FF
}

@media screen and (max-width: 750px) {
	.k8service-level {
		padding: 50px 0 80px
	}

	.k8service-level table th {
		font-size: 16px;
		padding: 15px
	}

	.k8service-level table td {
		font-size: 14px;
		padding: 15px
	}
}

.acpflag-case {
	padding: 50px 0 80px;
	background: #FFFFFF
}

.acpflag-case .list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.acpflag-case li {
	width: 33.3%;
	box-sizing: border-box;
	padding: 50px 4% 70px;
	transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
	text-align: center
}

.acpflag-case li:nth-child(n+2) {
	border-left: 1px solid #F0EFF3
}

.acpflag-case li:hover {
	background: #F0EFF3
}

.acpflag-case li .pic {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.acpflag-case li .pic img {
	width: 120px;
	height: 120px;
	display: block
}

.acpflag-case li .t {
	font-size: 23px;
	margin-top: 25px
}

.acpflag-case li .des {
	margin-top: 15px;
	font-size: 14px;
	color: #797979;
	line-height: 1.6
}

.acpflag-case .getMore {
	text-align: center;
	margin-top: 30px
}

.acpflag-case .getMore a {
	display: inline-block;
	width: 170px;
	height: 42px;
	border: 2px solid #4962FE;
	background: rgba(0,0,0,0);
	color: #4962FE;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 40px;
	transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 22px
}

.acpflag-case .getMore a:not(.disabled):not([disabled]):hover {
	background: #152464;
	color: #fff
}

.acpflag-ness {
	padding: 70px 0 50px;
	background: #252525
}

.acpflag-ness .disTit,.acpflag-ness .disSub {
	color: #fff
}

.acpflag-ness .disSub {
	padding-bottom: 20px
}

.acpflag-ness .list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.acpflag-ness .list li {
	width: 32%;
	margin-left: 2%;
	margin-bottom: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.acpflag-ness .list li:nth-child(3n+1) {
	margin-left: 0
}

.acpflag-ness .list .jpg {
	width: 80px
}

.acpflag-ness .list .info {
	flex: 1;
	margin-left: 30px
}

.acpflag-ness .list .t {
	font-size: 18px;
	color: #fff
}

.acpflag-ness .list .d {
	font-size: 14px;
	color: #878787;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.8;
	height: 84px
}

.acpflag-ness .list .more {
	margin-top: 5px
}

.acpflag-ness .list .more a {
	color: #fff;
	font-size: 14px;
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s
}

.acpflag-ness .list .more a:hover {
	text-decoration: underline
}

@media screen and (max-width: 750px) {
	.acpflag-case .list {
		display: block
	}

	.acpflag-case li {
		width: 100%;
		padding: 30px 0 40px
	}

	.acpflag-case li:nth-child(n+2) {
		border-top: 1px solid #F0EFF3;
		border-left: 0
	}

	.acpflag-ness .list {
		display: block
	}

	.acpflag-ness .list li {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 40px
	}

	.acpflag-ness .list .info {
		margin-left: 20px
	}

	.acpflag-ness .list .d {
		height: auto
	}
}

.acpflag-edcont {
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/bg3.jpg)
}

.acpflag-whys {
	background: #0D0D0D;
	padding: 50px 0 80px
}

.acpflag-whys .disTit {
	color: #fff
}

.acpflag-whys .wbg {
	margin-top: 40px
}

.acpflag-whys .wbg img {
	display: block;
	width: 100%
}

.acpflag-whys .list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.acpflag-whys .list li {
	width: 32%;
	position: relative;
	margin-left: 2%;
	background: #242424;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 60px 30px 45px;
	transition: all .3s;
	-webkit-transition: all .3s
}

.acpflag-whys .list li:nth-child(3n+1) {
	margin-left: 0
}

.acpflag-whys .list li:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	height: 8px;
	border-radius: 4px;
	background: #51ABFF
}

.acpflag-whys .list li:nth-child(2):before {
	background: #52D5D6
}

.acpflag-whys .list li:nth-child(3):before {
	background: #5560FF
}

.acpflag-whys .list .aicon {
	display: block;
	width: 27px;
	height: 27px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/aicon-1.jpg)
}

.acpflag-whys .list .aicon-2 {
	background-image: url(../images/aicon-2.jpg)
}

.acpflag-whys .list .aicon-3 {
	background-image: url(../images/aicon-3.jpg)
}

.acpflag-whys .list .info {
	flex: 1;
	margin-left: 30px
}

.acpflag-whys .list .t {
	font-size: 20px;
	color: #fff
}

.acpflag-whys .list .d {
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.8;
	height: 84px
}

.acpflag-whys .list .more {
	margin-top: 20px
}

.acpflag-whys .list .more a {
	color: #fff;
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	transition: all .3s;
	-webkit-transition: all .3s
}

.acpflag-whys .list .more span {
	margin-left: 10px
}

.acpflag-whys .list .more .circular {
	width: 22px;
	height: 22px;
	background: #fff;
	color: #242424;
	border-radius: 50%;
	margin-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 12px;
	font-weight: bold
}

.acpflag-whys .list li:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

@media screen and (max-width: 750px) {
	.acpflag-whys {
		padding: 40px 0 50px
	}

	.acpflag-whys .wbg {
		display: none
	}

	.acpflag-whys .list {
		display: block
	}

	.acpflag-whys .list li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px
	}

	.acpflag-whys .list .d {
		height: auto
	}
}

.acpflag-resource {
	background: #fff;
	padding: 50px 0 60px
}

.acpflag-resource .list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.acpflag-resource .list li {
	width: 24%;
	margin-left: 1.33%;
	margin-bottom: 10px;
	box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s;
	padding: 30px 20px 70px;
	background: #5560FF;
	color: #fff;
	position: relative
}

.acpflag-resource .list li:nth-child(4n+1) {
	margin-left: 0
}

.acpflag-resource .list li:nth-child(2) {
	background: #52D5D6
}

.acpflag-resource .list li:nth-child(3) {
	background: #51ABFF
}

.acpflag-resource .list li:nth-child(4) {
	background: #7F60FF
}

.acpflag-resource .list .jpg {
	width: 48px;
	height: 48px
}

.acpflag-resource .list .info {
	flex: 1;
	margin-top: 20px
}

.acpflag-resource .list .t {
	font-size: 32px
}

.acpflag-resource .list .d {
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.8
}

.acpflag-resource .list .more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #fff;
	font-size: 16px;
	color: #fff;
	background: #0D0D0D;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden
}

.acpflag-resource .list .more span {
	margin-left: 20px;
	margin-right: -85px;
	transition: all .3s;
	-webkit-transition: all .3s
}

.acpflag-resource .list li:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.15)
}

.acpflag-resource .list li:hover .more span {
	margin-right: 0
}

@media screen and (max-width: 750px) {
	.acpflag-whys {
		padding: 30px 0 40px
	}

	.acpflag-whys .wbg {
		display: none
	}

	.acpflag-whys .list {
		display: block
	}

	.acpflag-whys .list li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px
	}

	.acpflag-whys .list .d {
		height: auto
	}

	.acpflag-resource .list li {
		width: 49%
	}

	.acpflag-resource .list li:nth-child(2n+1) {
		margin-left: 0
	}
}

.acpView {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 65px 0;
	color: #fff
}

.acpView .wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.acpView .title {
	font-size: 28px;
	color: #fff;
	flex: 1
}

.acpView .btn {
	display: inline-block;
	width: 220px;
	height: 50px;
	border: none;
	background: #fff;
	color: #333;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 50px;
	transition: all .3s;
	-webkit-transition: all .3s
}

.acpView .btn:not(.disabled):not([disabled]):hover {
	background: #152464;
	color: #fff
}

@media screen and (max-width: 750px) {
	.acpView .wrap {
		display: block
	}

	.acpView .title {
		font-size: 20px
	}

	.acpView .btn {
		margin-top: 18px
	}
}

.acpflag-superiority {
	padding: 50px 0 80px
}

.acpflag-superiority .disJump {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 20px
}

.acpflag-superiority .disJump a {
	color: #4C72FF;
	font-size: 15px
}

.acpflag-superiority .disJump i {
	margin-right: 15px
}

.acpflag-superiority .list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.acpflag-superiority .list li {
	width: 50%;
	box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s;
	padding: 20px 10%;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s
}

.acpflag-superiority .list li:hover {
	background: #F3F5FF
}

.acpflag-superiority .list .t {
	position: relative;
	font-size: 20px
}

.acpflag-superiority .list .t:before {
	content: "";
	position: absolute;
	left: -25px;
	width: 8px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	background: #4C72FF
}

.acpflag-superiority .list .des {
	margin-top: 15px;
	font-size: 14px;
	color: #797979
}

@media screen and (max-width: 750px) {
	.acpflag-superiority .list li {
		padding: 10px 6%;
		width: 100%
	}
}

.images-title .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap
}

.images-title .wrap.tal {
	/*
	align-items: flex-start
	*/
    align-items: center
}

.images-title .j-btn1 {
	display: inline-block;
	width: 140px;
	height: 48px;
	border: none;
	background: #5536F1;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 48px;
	transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 24px;
	margin-top: 25px
}

.images-title .j-btn1 {
	position: relative;
	overflow: hidden
}

.images-title .j-btn1:after {
	content: "";
	position: absolute;
	left: -120%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
	transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg)
}

.images-title .j-btn1:hover:after {
	transition: all .5s ease;
	left: 100%
}

.images-title .j-btn2 {
	display: inline-block;
	width: 140px;
	height: 48px;
	border: 1px solid #fff;
	background: rgba(0,0,0,0);
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 46px;
	transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 24px;
	margin-top: 25px
}

.images-title .j-btn2 {
	position: relative;
	overflow: hidden
}

.images-title .j-btn2:after {
	content: "";
	position: absolute;
	left: -120%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
	transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg)
}

.images-title .j-btn2:hover:after {
	transition: all .5s ease;
	left: 100%
}

.acpflag-light {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../data/bg5.jpg);
	padding: 50px 0 80px;
	background-attachment: fixed
}

.acpflag-light .disTit,.acpflag-light .disSub {
	color: #fff
}

.acpflag-light .list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	background: #fff
}

.acpflag-light .list li {
	width: 50%;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	box-sizing: border-box;
	padding: 25px 30px 30px;
	transition: all .3s;
	-webkit-transition: all .3s
}

.acpflag-light .list li:nth-child(2n+1) {
	border-right: 1px solid #d9d9d9
}

.acpflag-light .list .jpg {
	width: 64px;
	height: 64px
}

.acpflag-light .list .info {
	margin-left: 25px;
	flex: 1
}

.acpflag-light .list .t {
	font-size: 20px
}

.acpflag-light .list .des {
	font-size: 14px;
	color: #878787;
	margin-top: 12px
}

.acpflag-light .list li:hover {
	background: #F3F5FF
}

@media screen and (max-width: 750px) {
	.acpflag-light .list {
		width: 100%
	}

	.acpflag-light .list li {
		width: 100%;
		padding: 15px 20px 20px
	}

	.acpflag-light .list .jpg {
		width: 50px;
		height: 50px
	}

	.acpflag-light .list .info {
		margin-left: 20px
	}
}

.acpflag-chanpin {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../data/bg7.jpg);
	padding: 50px 0 80px;
	background-attachment: fixed
}

.acpflag-chanpin .list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.acpflag-chanpin .list li {
	width: 32%;
	margin-left: 2%;
	position: relative;
	background: #fff;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	padding: 30px 35px;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow: 0 2px 12px rgba(0,0,0,0.15)
}

.acpflag-chanpin .list li:nth-child(3n+1) {
	margin-left: 0
}

.acpflag-chanpin .list a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	line-height: 20px;
	color: #878787;
	transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s
}

.acpflag-chanpin .list a:hover {
	color: #261FE4
}

.acpflag-chanpin .list a:hover {
	text-decoration: underline
}

@media screen and (max-width: 750px) {
	.acpflag-chanpin {
		padding: 50px 0 50px
	}

	.acpflag-chanpin .list li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px
	}
}

.acpflag-story {
	background: #fff;
	padding: 50px 0 20px
}

.acpflag-story .list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.acpflag-story .list a {
	position: relative;
	overflow: hidden;
	height: 250px;
	flex: 1
}

.acpflag-story .list a .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block
}

.acpflag-story .list a img,.acpflag-story .list a .img {
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s
}

.acpflag-story .list a:hover img,.acpflag-story .list a:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.acpflag-story .list a:nth-child(n+2) {
	margin-left: 2px
}

.acpflag-story .list .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(245deg, rgba(55,77,152,0.8), rgba(17,17,17,0.8));
	color: #fff;
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	transition: all .3s;
	-webkit-transition: all .3s
}

.acpflag-story .list a:hover .info {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0
}

@media screen and (max-width: 750px) {
	.acpflag-story {
		padding: 30px 0 20px
	}

	.acpflag-story .list a {
		height: 48vw;
		flex: none;
		width: 49%;
		margin-bottom: 5px
	}

	.acpflag-story .list a:nth-child(n+2) {
		margin-left: 0
	}

	.acpflag-story .list a:nth-child(2n) {
		margin-left: 2%
	}
}

.tnv-title {
	background: #fff url(../images/bline.jpg) no-repeat center bottom;
	padding: 27px 0 70px;
	font-size: 28px
}

.tnv-title .wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.tnv-title img {
	width: 30px;
	height: 30px;
	margin-right: 15px
}

.tnv-contains {
	background: #F5F7FA
}

.tnv-contains .list {
	padding: 30px 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap
}

.tnv-contains li {
	background: #fff;
	width: 32%;
	border-top: 8px solid #9B9AFF;
	margin-left: 2%;
	box-sizing: border-box;
	padding: 30px 35px 40px;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-bottom: 30px
}

.tnv-contains li:nth-child(3n+1) {
	margin-left: 0
}

.tnv-contains li:nth-child(3n+2) {
	border-top-color: #FACB96
}

.tnv-contains li:nth-child(3n+3) {
	border-top-color: #F79822
}

.tnv-contains .t {
	font-size: 18px;
	height: 60px;
	line-height: 30px;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	border-bottom: 1px solid #000
}

.tnv-contains .d {
	margin-top: 20px;
	font-size: 15px;
	color: #787878;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.tnv-contains .more {
	margin-top: 15px
}

.tnv-contains .more a {
	font-size: 15px;
	color: #4C72FF;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.tnv-contains .more i {
	margin-right: 10px
}

.tnv-contains li:hover {
	box-shadow: 0 2px 18px rgba(0,0,0,0.15)
}

@media screen and (max-width: 750px) {
	.tnv-title {
		padding-bottom: 30px;
		font-size: 24px;
		background: #fff
	}

	.tnv-contains .list {
		padding: 10px 0;
		display: block;
		padding-top: 30px
	}

	.tnv-contains .list li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px
	}

	.tnv-contains .list .t {
		height: auto
	}

	.tnv-contains .list .d {
		height: auto
	}
}

.tme-title {
	background: #fff url(../images/bline.jpg) no-repeat center bottom;
	padding: 50px 0 100px;
	font-size: 28px
}

.tme-title h1 {
	font-size: 20px
}

.tme-title h2 {
	font-size: 40px
}

@media screen and (max-width: 750px) {
	.tme-title {
		padding-bottom: 50px;
		font-size: 24px;
		background: #fff
	}

	.tme-title h1 {
		font-size: 16px
	}

	.tme-title h2 {
		font-size: 24px
	}
}

.tme-main {
	background: #F5F7FA;
	padding: 40px 0 60px
}

.tme-main .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.tme-contain {
	width: 560px
}

.tme-contain .tme-details {
	padding: 20px 0 50px
}

.tme-contain .md-title {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 20px
}

.tme-contain .tme-more {
	margin-top: 10px
}

.tme-contain .tme-more a {
	display: inline-block;
	width: 180px;
	height: 50px;
	border: none;
	background: #5536F1;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 50px;
	transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 25px
}

.tme-contain .tme-more a:not(.disabled):not([disabled]):hover {
	background: #152464;
	color: #fff
}

.tme-right {
	width: 370px
}

.tme-right img {
	width: 100%;
	display: block
}

.tme-right .video {
	position: relative;
	overflow: hidden;
	display: block
}

.tme-right .video .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block
}

.tme-right .video img,.tme-right .video .img {
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s
}

.tme-right .video:hover img,.tme-right .video:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.tme-right .video video {
	width: 100%;
	display: block
}

.tme-right .video i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 60px;
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	transition: all .3s;
	-webkit-transition: all .3s
}

.tme-right .video:hover i {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	background: rgba(0,0,0,0.5)
}

.tme-right .img {
	margin-top: 20px
}

@media screen and (max-width: 750px) {
	.tme-main .wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-direction: column-reverse;
		flex-wrap: nowrap
	}

	.tme-main .tme-contain {
		width: 100%;
		margin-top: 20px
	}

	.tme-main .tme-contain .tme-details {
		padding: 10px 0 30px
	}

	.tme-main .tme-contain .md-title {
		font-size: 20px
	}

	.tme-main .tme-right {
		width: 100%
	}
}

.acp-widget {
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	z-index: 100
}

.acp-widget .icon {
	background: url(../images/aw-1.png) no-repeat;
	width: 100%;
	height: 100%
}

.acp-widget span {
	width: 176px;
	height: 48px;
	position: absolute;
	right: 105%;
	top: 5px;
	background: url(../images/aw-2.png) no-repeat;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	box-sizing: border-box;
	padding-right: 20px;
	padding-bottom: 7px;
	opacity: 0;
	-webkit-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	transition: all .3s;
	-webkit-transition: all .3s
}

.acp-widget:hover span {
	opacity: 1;
	-webkit-transform: translate(0px, 0);
	transform: translate(0px, 0)
}

.acp-widget ~ .backTop {
	display: none
}

.bottomer .my-links {
	display: inline-block;
	position: relative;
	margin-left: 50px;
	height: 60px;
	background-color: #202020;
	line-height: 60px;
	color: #aaa;
	padding: 0 15px
}

.bottomer .my-links:hover {
	background-color: #000
}

.bottomer .my-links ul {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 102%;
	display: none;
	background-color: #202020;
	width: 140px;
	border-radius: 2px;
	overflow: hidden
}

.bottomer .my-links:hover ul {
	display: block
}

.bottomer .my-links ul li {
	text-align: left;
	color: #aaa;
	font-size: 14px;
	line-height: 38px;
	height: 38px;
	width: 140px
}

.bottomer .my-links ul li:hover {
	background: rgba(255,255,255,0.2)
}

.bottomer .my-links ul li a {
	color: #aaa;
	padding-left: 20px
}

.join_community_btn:hover {
	background: #4E74FF;
	border-color: #4E74FF;
	color: #fff
}

.join_community_btn:hover .tips {
	display: block !important
}

.join_community_btn {
	position: relative
}

