@charset "utf-8";

@font-face {
	font-family: 'HELVETICANEUELTPRO-THEX';
	/*src: url(../images/HELVETICANEUELTPRO-THEX.OTF);*/
	font-weight: normal;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
/*	float: left;*/
	max-width: 100%;
}

input {
	border: none;
	background: none;
}

input,
textarea {
	font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	outline: 0;
	font-size: 16px;
	-webkit-appearance: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}

html,
body {
	font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
/*	font-size: 12px;*/
	color: #3b3b3b;
	width: 100%;
	height: 100%;
	background: #fff
}

.fw {
	margin: 0 auto;
	width: 1180px;
}

body {
	overflow-x: hidden;
	min-width: 1200px
}

#pageWrapper {}

#header {
	width: 100%;
	height: auto;
/*	position: fixed;
    top: 0px;*/
	padding-top: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-size: 18px;
	transition: all ease .3s;
	z-index: 99;
}
/*#indexheader {
	width: 100%;
	height: auto;
	height: 50px;
/*	position: fixed;
    top: 0px;*/
/*	padding-top: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-size: 18px;
	transition: all ease .3s;
	z-index: 99;
}*/
#indexheader {
    width: 100%;
    height: 50px;
    padding-top: 25px;
/*    padding-bottom: 25px;*/
    position: fixed;
    z-index: 6 !important;
    left: 0;
    top: 0;
    font-size: 18px;
}


/*#indexheader .content {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}*/
.content {
	width: 62.5%;
	min-width: 62.5%;
	margin: 0 auto;
}
.wp {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.wps {
	margin: 0 12px;
}

.cl {
	zoom: 1;
}
.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*头部*/
.trans {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.indexheader {
	background: #090b1a;
	min-width: 1200px;
}
.indexheader h1 {
	float: left;
	margin: 0;
	padding: 6px 0;
	height: 60px;
}
.indexheader h1 a {
	display: block;
}
.indexheader h1 img {
	height: 60px;
	vertical-align: middle;
}
.indexheader .yyui_menu1 {
	float: right;
	margin-left: 40px;
	width: 680px;
	text-align: right;
}
.indexheader .yyui_menu1 li {
	display: inline-block;
*display:inline;
	zoom: 1;
	margin: 0 -2px;
	position: relative;
	z-index: 100;
}
.indexheader .yyui_menu1 li a {
	display: block;
	height: 72px;
	line-height: 72px;
	padding: 0 20px;
	font-size: 16px;
	color: #ddd;
	text-decoration: none;
}
.indexheader .yyui_menu1 li.hover a {
	background: #12152c;
	color: #fff;
}
.indexheader .yyui_menu1 .sub-menu {
	display: none;
	position: absolute;
	height: 0;
	left: 0;
	top: 72px;
	z-index: 100;
	overflow: hidden;
}
.indexheader .yyui_menu1 li.hover .sub-menu {
	display: block;
}
.indexheader .yyui_menu1 .sub-menu a {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	background: #12152c;
	width: 108px;
	padding: 0;
	text-align: center;
	color: #ddd;
font-size:14px-webkit-transition:background .2s;
	-moz-transition: background .2s;
	transition: background .2s;
}
.indexheader .yyui_menu1 li.hover li a:hover {
	background: #242847;
	color: #fff;
}

.nobanner #header {
	background: rgba(33, 33, 33, 0.9);
}

#header .content {
	padding: 0 40px;
/*	position:fixed;*/
	top:0;
	left:0;
	height:50px;
	width:100%;
}

#indexheader.mini {
	background: rgba(23, 28, 32, 1);
	padding: 5px 0;
}

#indexheader.mini ul li.navitem {
	padding-bottom: 0;
}

#indexheader #logo {
	width: auto;
	height: 40px;
	display: block;
	float: left;
	margin-right: 50px
}

#sitecontent {
	height: auto;
	min-height: 700px;
}

/*  轮播图 */
#indexPage #mslider {
	height: 500px;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#indexPage #mslider .bx-wrapper {
	position: fixed;
	width: 100%;
}

#indexPage #mslider ul li {
	width: 100%;
	height: 700px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

#indexPage #mslider ul li div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: auto;
}

#indexPage #mslider ul li p {
	color: #fff;
	text-align: center;
}

#indexPage #mslider ul li p.title {
	font-size: 52px;
	line-height: 70px;
	height: 70px;
	transition-delay: 0
}

#indexPage #mslider ul li p.subtitle {
	font-size: 16px;
	height: 20px;
	transition-delay: 0.2s
}

#indexPage #mslider ul li a {
	width: 100%;
	height: 100%;
	display: table;
	top:86px;
}

#indexPage #mslider ul li a i {
	text-indent: 20px;
	font-size: 24px;
}

#indexPage #mslider ul li p,
#indexPage #mslider ul li a {
	transform: translateY(25px);
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	opacity: 0
}

#indexPage #mslider ul li.active p,
#indexPage #mslider ul li.active a {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	opacity: 1
}

#indexPage #mproject .bgmask,
#indexPage #mnews .bgmask,
#indexPage #mservice .bgmask,
#indexPage #mpage .bgmask,
#indexPage #mpartner .bgmask{
	background-color: rgba(255, 255, 255, .8);
}

#indexPage .module {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 2
}

#indexPage .module:last-child {
	border: none
}

#indexPage .module .bgmask {
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none
}

#indexPage .module.bgShow {
	background-attachment: fixed
}

#indexPage .module.bgShow .bgmask {
	display: block
}

#indexPage .module.bgShow .content {
	position: relative;
}

.bx-controls-direction .bx-next:hover,
.bx-controls-direction .bx-prev:hover {}

@-webkit-keyframes bxbutton {
	10% {
		-webkit-transform: translateZ(6px) rotate(4deg) skewX(7deg);
	}

	20% {
		-webkit-transform: translateZ(-6px) rotate(-4deg) skewX(-7deg);
	}

	30% {
		-webkit-transform: translateZ(5px) rotate(4deg) skewX(6deg);
	}

	40% {
		-webkit-transform: translateZ(-5px) rotate(-4deg) skewX(-6deg);
	}

	50% {
		-webkit-transform: translateZ(4px) rotate(4deg) skewX(5deg);
	}

	60% {
		-webkit-transform: translateZ(-4px) rotate(-4deg) skewX(-5deg);
	}

	70% {
		-webkit-transform: translateZ(3px) rotate(5deg) skewX(4deg);
	}

	80% {
		-webkit-transform: translateZ(-3px) rotate(-5deg) skewX(-4deg);
	}

	90% {
		-webkit-transform: translateZ(2px) rotate(4deg skewX(3deg));
	}

	100% {
		-webkit-transform: translateZ(-2px) rotate(-4deg) skewX(-3deg);
	}
}

@keyframes bxbutton {
	10% {
		transform: translateZ(6px) rotate(4deg) skewX(7deg);
	}

	20% {
		transform: translateZ(-6px) rotate(-4deg) skewX(-7deg);
	}

	30% {
		transform: translateZ(5px) rotate(4deg) skewX(6deg);
	}

	40% {
		transform: translateZ(-5px) rotate(-4deg) skewX(-6deg);
	}

	50% {
		transform: translateZ(4px) rotate(4deg) skewX(5deg);
	}

	60% {
		transform: translateZ(-4px) rotate(-4deg) skewX(-5deg);
	}

	70% {
		transform: translateZ(3px) rotate(5deg) skewX(4deg);
	}

	80% {
		transform: translateZ(-3px) rotate(-5deg) skewX(-4deg);
	}

	90% {
		transform: translateZ(2px) rotate(4deg skewX(3deg));
	}

	100% {
		transform: translateZ(-2px) rotate(-4deg) skewX(-3deg);
	}
}

#indexPage #mservice {
	background-color: #fff;
	padding-bottom: 80px;
	overflow: hidden;
}

#indexPage #mservice .content {
	padding-bottom: 100px;
	/*height:340px*/
}

#indexPage #mSenary {
	background-color: #fff;
	padding-bottom: 80px;
	overflow: hidden;
}

#indexPage #mSenary .content {
	padding-bottom: 100px;
/*	height: 340px*/
}

.content .header {
	padding-top: 150px;
	padding-bottom: 30px
}

.content .header p {
	text-align: center;
}
/*
.content .header p.title {
	color: #444;
	font-size: 26px
}
*/
.content .header p.title {
	color: #444;
	font-size: 36px
}

.content .header p.subtitle {
	color: #c1c1c1;
	font-size: 12px;
	line-height: 30px;
}

#indexPage .slider_control {
	display: block;
	font-size: 36px;
}

#indexPage .slider_control i {
	color: #a1a1a1
}

#indexPage .slider_control.fr {
	text-align: right
}

#indexPage #mSenary .slider_wrapper {
	width: 100%;
}

#indexPage #mSenary .slider_control {
	width: 60px;
	height: 180px;
}

#indexPage #mSenary .slider_control i {
	margin-top: 80px
}

#indexPage #mSenary .slider_wrapper .slider,
.caseCon .slider,
.sCon .slider {
	width: 1050px;
	margin: 0 auto;
}

.caseCon .slider li {
	padding-bottom: 35px;
}

.caseCon .slider li:after {
	content: '';
	display: block;
	clear: both;
}

.sCon {
	padding: 50px 0;
	overflow: hidden;
	*zoom: 1;
}

.senaryitem {
	margin: 0 25px;
	width: 300px;
	height: 300px;
	float: left;
	text-align: center;
}

.senaryitem a {
	display: block;
	width: 100%;
	text-align: center;
}

.senaryitem a img {
	float: none;
	max-width: 100%;
	transition: all ease-out .3s
}

.senaryitem div {
	text-align: center;
	margin-top: 15px
}

.senaryitem div p.title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #595959;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

.senaryitem div p.title a {
	color: #595959;
	font-size: 16px;
}

.senaryitem div p.description {
	margin-top: -85px;
	position: relative;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	height: 50px;
	padding: 5px 10px;
	visibility: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	width: 100%;
/*	text-align: left;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.senaryitem:hover div p.description {
	margin-top: -105px;
	visibility: visible;
}

.senaryitem div p.description .mask {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.senaryitem div p.description .des {
	position: relative;
	z-index: 5;
}

.senaryitem:hover .title a {
	color: #1636bb
}

#indexPage #mservice .slider_control {
	color: #898989
}

#indexPage #mservice .slider_control:hover {
	color: #141414;
}

#indexPage #mSenary .slider_control {
	color: #898989
}

#indexPage #mSenary .slider_control:hover {
	color: #141414;
}

#indexPage #mproject {
	background-color: #f3f3f3;
}

#projectlist .projectitem {
	width: 25%;
	height: auto;
	float: left;
	position: relative;
	background: #FFF

}

#projectlist .projectitem a {
	display: block;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden
}


#projectlist .projectitem a img {
	width: 100%;
/*	height: 100%;*/
	height: auto;
	transition: all ease-out .3s
}

#projectlist .projectitem a:hover img {
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
}

#projectlist .projectitem .project_info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
/*	float: left;*/
	transition: all ease-out .3s;
}

#projectlist .projectitem a:hover .project_info {
	background: rgba(0, 0, 0, .5)
}

#projectlist .projectitem .project_info p {
	text-align: center;
	color: #fff;
	padding: 0 20px
}

#projectlist .projectitem .project_info div {
	position: absolute;
	height: 100px;
	width: 100%;
	bottom: -100px;
	margin-top: -15px;
	top: auto;
}

#projectlist .projectitem .project_info p.title {
	margin-top: 10px;
	font-size: 16px;
	transition: all ease-out .3s;
	color: #4E4E4E;
	padding: 10px 0px;
}

#projectlist .projectitem a:hover .project_info p.title {
	margin-top: -35px;
	color: #fff;
}

#projectlist .projectitem .project_info p.subtitle {
	margin-top: 16px;
	color: rgba(0, 0, 0, 0);
	font-size: 12px;
	transition: all ease-out .3s;
}

#projectlist .projectitem a:hover .project_info p.subtitle {
	margin-top: 0px;
	color: #b7b7b7;
	font-size: 12px
}

#projectmore {
	width: 100%;
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: block;
	background: #343434;
	transition: all ease-out .3s;
	text-indent: 0px;
	position: relative;
	z-index: 1
}

#projectmore:hover {
	width: 100%;
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: block;
	background: #00C0FF;
	text-indent: -50px;
}

.module-slider .description {
	width: 720px;
	text-align: center;
	height: 50px;
	margin: 0 auto;
	font-size: 16px;
	color: #848484;
	line-height: 24px;
	overflow: hidden
}

#indexPage a.more {
	border: #dfdfdf 1px solid;
	background: rgba(255, 255, 255, .0);
	width: 360px;
	height: 58px;
	display: block;
	margin: 50px auto;
	line-height: 58px;
	font-size: 20px;
	color: #1636bb;
	text-align: center;
	border-radius: 30px;
	transition: all ease-out .3s;
}

#indexPage a.more:hover {
	border-color: #b6b6b6;
	text-indent: 130px;
}

#indexPage a.more i {
	text-indent: -10px;
	font-size: 24px;
	color: transparent;
	transition: all ease-out .3s
}

#indexPage a.more:hover i {
	text-indent: 18px;
	color: #707070;
}

#indexPage #mpage {
	background-color: #f9fafc;
}


#indexPage #mpage .slider_wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto
}

#indexPage #mpage .slider_wrapper li {
	width: 100%;
	height: auto;
}

#indexPage #mpage .slider_wrapper li .fimg {
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 400px
}
/*
#indexPage #mteam {
	background-color: #303030;
	height: 540px
}

#indexPage #mteam .header img {
	float: none;
	display: block;
	margin: 10px auto 24px auto;
	border-radius: 90px;
	-webkit-backface-visibility: hidden;
}

#indexPage #mteam .header p.title {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #fff;
	font-size: 24px
}

#indexPage #mteam .header p.subtitle {
	color: #a5a5a5;
	font-size: 12px
}

#indexPage #mteam .description {
	color: #bebebe
}

#indexPage #mteam .slider_control {
	height: 300px;
	width: 60px;
	margin-top: 200px
}

#indexPage #mteam .slider_wrapper {
	width: 1060px;
	height: 480px;
	overflow: hidden
}

#indexPage #mteam .slider_control a i {
	color: #a1a1a1;
	transition: all ease-out .3s;
}

#indexPage #mteam .slider_control a:hover i {
	color: #fff
}
*/

#indexPage #mnews {
	background-color: #fff;
	height: auto
}

#newslist .newstitem {
	width: 100%;
	height: 150px;
	border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
	transition: all ease-out .2s;
	position: relative;
}

#newslist .newscontent {
	width: 960px;
	height: 90px;
	padding-top: 40px;
	margin: 0px auto;
	display: block;
	position: relative;
	z-index: 1
}

#newslist .newsinfo {
	margin-left: 160px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newsdate {
	width: 180px
}

#newslist .newsdate p {
	font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}

#newslist .newsinfo .md {
	color: #dcdcdc;
	font-size: 60px;
	line-height: 50px;
	text-align: right
}

#newslist .newsinfo .year {
	color: #bdbdbd;
	font-size: 16px;
	text-align: right;
}

#newslist .newsbody {
	margin-left: 50px
}

#newslist .newsbody .title {
	width: 460px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #464646;
}

#newslist .newsbody .description {
	width: 460px;
	height: 42px;
	line-height: 22px;
	font-size: 13px;
	color: #6a6a6a;
	margin-top: 10px;
	overflow: hidden
}

#newslist .newstitem i {
	font-size: 36px;
	margin-top: 20px;
	color: rgba(0, 0, 0, 0);
	transition: all ease-out .3s;
	text-indent: -30px;
}

#newslist .newstitem:hover i {
	font-size: 36px;
	margin-top: 20px;
	color: #fff;
	text-indent: 0px;
}

#newslist .newstitem:hover .newsinfo {
	transform: translate3d(-50px, 0, 0);
	-webkit-transform: translate3d(-50px, 0, 0);
	-moz-transform: translate3d(-50px, 0, 0);
}

#newslist .newstitem:hover p {
	color: #fff
}

#newslist .newstitem:hover a {
	color: #fff
}

#newslist .newstitem:hover {
	background: #1136bb;
}

#newslist .newstitem:hover .description {
	color: #fff !important;
}

#indexPage #mnews .news_wrapper {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#indexPage #mpartner {
	background-color: #f9fafc;
/*	height: 200px*/
}

/*#indexPage #mpartner .content {
	padding: 60px 0
}*/

#indexPage #mpartner .slider_wrapper {
	width: 960px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto
}

#indexPage #mpartner .slider_control {
	height: 40px;
	width: 40px;
	margin-top: 16px
}

#indexPage #mpartner .slider_control a {
	height: 40px;
	width: 40px;
	display: block;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	transition: all ease-out .3s;
}

#indexPage #mpartner .slider_control a i {
	color: #ffffff;
	margin-left: 16px;
	margin-top: 7px;
	font-size: 24px
}

#indexPage #mpartner .slider_control.next {
	text-align: left
}

#indexPage #mpartner .slider_control.next a i {
	margin-left: 18px
}

#indexPage #mpartner .slider_control a:hover {
	background-color: #1636bb
}

#indexPage #mpartner .slider_wrapper ul li {
	width: 160px;
	height: 80px;
	float: left
}

#indexPage #mpartner .slider_wrapper ul li img {
	width: 160px;
	height: 80px;
}

#indexPage #mcontact {
	background-color: #080808;
	height: 600px
}

#indexPage #mcontact .content {
	width: 940px
}

#indexPage #mcontact .header p.title {
	color: #fff;
}

#indexPage #mcontact .header p.subtitle {
	color: #c1c1c1;
}

#contactinfo {
	width: 540px;
	/*float: left;*/
	transform: translate(-50%, -50%);
}

#contactform {
	float: right;
	width: 360px;
}

#contactinfo h3 {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 25px;
	font-weight: 100
}

#contactinfo p {
	position: relative;
	padding: 5px 0;
	line-height: 20px;
	font-size: 13px;
	color: #989898;
	padding-left: 55px;
}

#contactinfo p label {
	position: absolute;
	top: 5px;
	left: 0;
	line-height: 24px;
	width: 55px;
}

#contactinfo>a {
	color: #989898;
	text-decoration: underline
}

#contactinfo div {
	margin-top: 24px
}

#contactinfo div a {
	padding-left: 0;
	color: #efefef;
	width: 30px;
	height: 30px;
	display: block;
	font-size: 16px;
	background: #2e2f2f;
	margin-right: 10px;
	text-align: center;
	border-radius: 15px;
	transition: all 0.2s ease-out 0s;
}

#contactinfo div a:hover {
	color: #fff;
	background: #5c5c5c;
}

#contactinfo div a i {
	margin-top: 7px;
	font-size: 16px
}

#contactform p .inputtxt {
	width: 320px;
	height: 20px;
	line-height: 20px;
	padding: 10px 20px;
	color: #bcbcbc;
	background-color: #000;
	border: #3f3f3f 1px solid;
	margin-bottom: 10px;
}

#contactform p textarea.inputtxt {
	height: 100px;
	resize: none;
	overflow: hidden
}

#contactform p .inputsub {
	width: 100%;
	background-color: #1636bb;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 0
}

#contactform .inputtxt.active {
	border-color: #1636bb
}

#pages {
	padding: 40px 0;
	height: 36px;
	text-align: center
}

#pages a {
	padding: 0 15px;
	height: 36px;
	background: f8f8f8;
	display: inline-block;
	color: #a9a9a9;
	line-height: 36px;
	text-align: center;
	font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	margin-right: 5px;
	transition: background-color 0.2s ease-out
}

#pages span {
	margin-right: 5px
}

#pages a i {
	font-size: 24px;
	top: 2px;
	position: relative
}

#pages a.active,
#pages a:hover {
	background: #1636bb;
	color: #fff;
}

.nobanner .npagePage {
	padding-top: 80px
}

.npagePage #banner {
	width: 100%;
	height: 380px;
	position: relative;
	top:86px;
}

.npagePage #banner div {
	background-color: #39383E;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
/*	position: fixed;*/
	width: 100%;
	height: 380px;
}

.npagePage  {
	background: #fff;
/*	position: relative;*/
	z-index: 1
}
.content {
/*	background: #fff;*/
	position: relative;
/*	z-index: 1*/
}


#plheader {
	padding-bottom: 30px
}


#category {
	text-align: center;
}

#category li {
	display: inline-block
}

#category li.hasmore {
	height: 107px
}

#category li.hasmore div {
	position: absolute;
	width: 100%;
	left: 0
}

#category li.hasmore div ul {
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: rgba(0, 0, 0, 0.10) 1px solid
}

#category a {
	line-height: 16px;
	height: 16px;
	padding: 8px 16px;
	color: #616161;
	border: #d2d2d2 1px solid;
	margin-right: 2px;
	display: inline-block;
}

#category li.hasmore div ul a {
	border: none
}

#category a.active,
#category a:hover {
	background: #1636bb;
	color: #fff;
	border-color: #1636bb
}

#category li.hasmore div ul a.active,
#category li.hasmore div ul a:hover {
	background: #7d7d7d;
	color: #fff
}


/*
#teamlist {
	margin: 0 auto;
	width: 1100px;
}

#teamlist .wrap {
	margin-right: -70px
}

.teamitem {
	float: left;
	width: 320px;
	height: 460px;
	margin-right: 70px;
	margin-bottom: 50px
}

.teamitem a {
	width: 320px;
	height: 320px;
	display: block;
	position: relative;
	overflow: hidden
}

.teamitem a div.wrap {
	height: 50px;
	width: 100%;
	background: #da0000;
	position: absolute;
	bottom: -50px;
	color: #fff;
	transition: all ease-out .2s;
	transform: translate(0, 0px)
}

.teamitem a:hover div.wrap {
	transform: translate(0, -50px)
}

.teamitem a div.wrap div {
	width: 14px;
	height: 14px;
	margin: 18px auto;
	position: relative
}

.teamitem a div.wrap span {
	display: block;
	background: #fff;
	position: absolute;
}

.teamitem a div.wrap span.h {
	width: 14px;
	height: 2px;
	top: 6px
}

.teamitem a div.wrap span.v {
	width: 2px;
	height: 14px;
	left: 6px
}

.teamitem .teaminfo {
	margin-top: 33px;
	text-align: center
}

.teamitem .teaminfo .title {
	font-size: 18px;
	color: #000000;
}

.teamitem .teaminfo .subtitle {
	font-size: 12px;
	color: #9a9a9a;
	margin-top: 5px
}

.teamitem .teaminfo .description {
	font-size: 12px;
	color: #949494;
	margin-top: 15px;
	line-height: 20px;
	height: 38px;
	overflow: hidden
}

#teampost {
	padding-top: 50px
}

#teampost #teamimage {
	width: 408px;
	float: left;
}

#teampost #teamimage img {
	float: none;
	width: 408px;
}

#teampost #teambody {
	margin-left: 450px;
}

#teambody .theader .title {
	color: #343434;
	font-size: 30px
}

#teambody .theader .subtitle {
	color: #626262;
	font-size: 14px
}

#teambody .theader .postbody {
	margin-top: 36px
}

*/
#servicelist {
	width: 1060px;
	margin: 0 auto
}

#servicelist .wrap {
	margin-right: -50px
}

#servicelist .serviceitem {
	margin-bottom: 50px
}


#mpartner {
	background: #fff;
}



#projectwrap {
	padding-top: 50px;
	min-height: 600px
}

#projectbody {
	width: 800px;
	float: left;
}

#projectimages {
	background: #fff;
}

#projectimages li {
	margin-bottom: 10px
}

#projectimages li img {
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 100%
}

#projectbody .postbody {
	padding-bottom: 20px;
}

#projectinfo {
	width: 340px;
	margin-left: 40px;
	float: left
}

#projectih {
	width: 340px
}

#projecttags {
	margin-top: 40px
}

#projecttags a {
	transition: all ease-out .3s;
	float: left;
	font-size: 13px;
	color: #989898;
	padding: 5px 10px;
	background: #f3f3f3;
	margin-right: 5px;
	margin-bottom: 5px
}

#projecttags a:hover {
	color: #fff;
	background: #ADADAD;
}

#projectib {
	margin-right: -10px;
	margin-top: 20px
}

#projectib .projectitem {
	width: 165px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 14px
}

#projectib .projectitem img {
	width: 100%;
	height: auto;
	float: none
}

#projectib .projectitem a .project_info {
	width: 100%;
	height: 30px
}

#projectib .projectitem a .project_info p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#projectib .projectitem a .project_info p.title {
	margin-top: 10px;
	color: #333;
	font-size: 12px;
	transition: all ease-out .3s;
}

#projectib .projectitem a .project_info p.subtitle {
	margin-top: 0px;
	color: #b7b7b7;
	font-size: 12px;
	transition: all ease-out .3s;
}

#projectinfo .header {
	padding: 0;
	border-bottom: #cccccc 1px dotted;
	width: 340px
}

#projectinfo .header p {
	text-align: left
}

#projectinfo .header .description {
	color: #6a6a6a;
	font-size: 13px;
	line-height: 24px;
	margin: 30px 0
}

.postbody {
	line-height: 24px;
	font-size: 13px;
	color: #6a6a6a;
	overflow: hidden;
}

.postbody a {
	color: #1636bb
}

.postbody a:hover {
	text-decoration: underline
}

.postbody img {
	float: none;
	max-width: 100%;
}

/*
.lowB #header,
.lowB #indexPage #mslider .bx-wrapper,
.lowB .npagePage #banner div {
	position: relative
}

.lowB #indexPage .module.bgShow {
	background-attachment: scroll
}

.lowB #header {
	background: rgb(23, 28, 32)
}

.lowB .nobanner .npagePage {
	padding: 0
}
*/

#footer {
	background: #000;
	width: 100%;
	position: relative;
	z-index: 1
}

#footer p {
	text-align: right;
	padding: 20px 60px;
	font-size: 12px;
	color: #8e8e8e;
	height: auto;
	line-height: 20px
}

#footer a {
	width: 47px;
	height: 20px;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 40px;
	color: #ccc;
}

#footer a img {
	float: none
}

#shares {
	height: 140px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99
}

#shares a {
	width: 30px;
	height: 30px;
	display: block;
	background: #1636bb;
	background-color: #1636bb;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#shares a i {
	margin-top: 7px
}

#shares a#sshare {
	cursor: default;
}

#shares a#sweibo {
	background-color: #ea493c
}

#shares a#sweixin {
	background-color: #24b727
}

#shares a#gotop {
	background-color: #666666;
	background-color: #1636bb;
	margin-top: 20px;
	font-size: 22px
}

#shares a#gotop i {
	margin-top: 3px
}

.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .6);
	overflow-y: auto;
	z-index: 100;
	display: none
}

/*   {
	height: auto;
	cursor: default;
}   */

#fixed_weixin .fixed-container {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
	width: 220px;
	height: auto;
	padding: 20px 20px 0 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -140px
}

#fixed_weixin .fixed-container div {
	height: 220px
}

#fixed_weixin .fixed-container p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #000
}

#fixed_mp .fixed-container {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
	width: 258px;
	height: 298px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -129px;
	margin-top: -149px
}

#fixed_mp .fixed-container p {
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	color: #000
}

.hide,
.popup {
	display: none;
}

.show {
	display: block;
}

#projectinfo .description a {
	padding: 10px 40px;
	color: #fff;
	background: #1636bb;
	transition: all ease .3s
}

#projectinfo .description a:hover {
	background: #02b2ed
}

#online_open {
	width: 30px;
	height: 30px;
	background: #1636bb;
	;
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 160px;
	z-index: 99999;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

#online_open i {
	margin-top: 6px
}

#online_lx {
	width: 180px;
	height: auto;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
	box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
	position: fixed;
	right: -200px;
	bottom: 160px;
	z-index: 99999
}

#olx_head {
	padding: 20px;
	line-height: 16px;
	height: 16px;
	background: #1636bb;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 14px
}

#olx_head i {
	font-size: 18px;
	color: #fff;
	cursor: pointer
}

#olx_qq li a {
	padding: 12px 28px;
	height: 18px;
	line-height: 18px;
	background: #f5f5f5;
	color: #353434;
	display: block;
	border-bottom: #fff 1px solid;
	transition: all ease-out .3s;
	font-size: 12px
}

#olx_qq li a i {
	transition: all 0.3s ease-out 0s;
	color: #5e5e5e;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 16px
}

#olx_qq li a:hover {
	color: #fff;
	background: #565656
}

#olx_qq li a:hover i {
	color: #1636bb;
}

#olx_tel {
	padding: 20px 28px
}

#olx_tel div {
	color: #434343;
	line-height: 14px;
	height: 14px;
	margin-bottom: 10px
}

#olx_tel div i {
	font-size: 18px;
	margin-right: 20px;
	vertical-align: middle
}

#olx_tel p {
	line-height: 18px;
	font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	font-size: 16px
}

#mslider li video {
	position: absolute;
}

#indexPage #mslider ul li div.mask {
	background-color: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.netmask {
	display: block
}

.netmask div {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px
}

.netmask.loading div i {
	display: block;
	background: url(../images/loading.gif);
	width: 40px;
	height: 40px
}

.netmask div i:before {
	display: none;
	font-size: 40px;
	color: #fff;
}

.netmask.success div i:before {
	display: block
}

.sliderArrow {
	display: none;
	font-size: 0;
}

#page404 {
	padding-top: 200px
}

#page404 span {
	font-size: 150px;
	font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	color: #efefef;
}

#page404 div {
	margin-left: 320px;
	padding-left: 26px;
	border-left: #e9e9e9 1px solid;
	height: 70px;
}

#page404 div p.title {
	color: #787878;
	font-size: 36px;
	line-height: 36px
}

#page404 div p.subtitle {
	color: #787878;
	font-size: 14px;
	margin-top: 10px
}

#projectlist.masonry {
	margin: 0 auto;
}

#headSHBtn {
	display: none;
}

.postbody hr {
	height: 1px;
	border: none;
	border-top: 1px dotted rgb(211, 211, 211);
	margin-top: 20px;
	margin-bottom: 20px;
}

.navitem .fa-angle-down {
	color: transparent;
	font-size: 0;
}

@font-face {
	font-family: 'NeoSansStd-Regular';
	src: url(../images/NeoSansStd-Regular.otf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NeoSansStd-Light';
	src: url(../images/NeoSansStd-Light.otf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NeoSansStd-Medium';
	src: url(../images/NeoSansStd-Medium.otf);
	font-weight: normal;
	font-style: normal;
}

/*#indexPage #mslider ul li div.sliderArrow {
	width:0;
	color:transparent;
}
*/

#indexPage #martner {
	background-color: #fff;
	overflow: hidden;
}

.partner_bg {
	width: 100%;
	min-width: 1200px;
	height: auto;
	background-color: #f9fafc;
	position: relative;
	/*background-color: transparent*/
}

.partner {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	padding-top: 35px;
	position: relative;
	z-index: 10
}

.partner_ul {
	position: relative;
	width: 1050px;
	height: 60px;
	margin: 0 75px;
	overflow: hidden;
	z-index: 10
}

.partner_ul li {
	width: 150px;
	height: 80px;
	float: left;
	/*
	text-align: center;
	line-height: 60px;*/
	position:relative;
}

.partner_ul li a img {
	/*
	display: inline-block;
    vertical-align:middle ;
    vertical-align:middle*/
    position:absolute;
    top:10%;
    transform:franslateY(-50%);
}

.partner_ul li  a img:hover {
	filter: grayscale(0)
}


.par_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100000px;
}

.parnter_arrow_a {
	color: #c3c6ca;
	font-size: 26px;
	height: 28px;
	width: 28px;
	text-align: center;
	padding: 4px;
	background-color: transparent;
	border-radius: 24px;
	transition: all .3s ease-out 0s
}

.parnter_arrow_l {
	float: left;
	position: absolute;
	top: 46px;
	left: 0
}

.parnter_arrow_r {
	float: right;
	position: absolute;
	top: 46px;
	right: 0
}

.parnter_arrow a:hover {
	color: #fff;
	background-color: #1636bb
}

@media screen and (max-width:1200px) {

	/* index.html */
	.partner_bg {
		min-width: 0px;
	}

	.partner {
		width: 970px;
	}

	.partner_ul {
		width: 750px;
		margin: 0 auto;
	}
}

@media screen and (max-width:992px) {

	/* index.html */
	.partner {
		width: 740px;
	}

	.partner_ul {
		width: 600px;
	}
}

@media screen and (max-width:768px) {

	/* index.html */
	.partner {
		width: 460px;
	}

	.partner_ul {
		width: 300px;
	}

	.partner_ul li {
		width: 100px;
		height: 60px;
		line-height: 60px;
	}

	.partner_ul li img {
		vertical-align: middle;
	}
}

@media screen and (max-width:480px) {

	/* index.html */
	.partner {
		width: 300px;
	}

	.partner_ul {
		width: 200px;
	}
}

@media screen and (max-width:320px) {

	/* index.html */
	.partner {
		width: 100%;
	}

	.parnter_arrow_l {
		left: 5px;
	}

	.parnter_arrow_r {
		right: 5px;
	}
}
/*
.footer {
	background: #090b1a;
	padding: 30px 0;
	min-width: 1200px;
	border-bottom: 1px #020205 solid
}
*/
.footer dl {
	float: left;
}
.footer a, .footer dd {
	color: #787d80;
}
.footer a:hover {
	color: #aaa;
}
.footer dt {
	line-height: 36px;
	height: 36px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #eee;
}
.footer dd, .footer dd a {
	line-height: 26px;
	font-size: 13px;
}
.footer .about {
	width: 180px;
	margin-right: 50px;
}
.footer .about dd, .footer .solution dd {
	float: left;
	width: 50%;
}
.footer .solution {
	width: 260px;
	margin-right: 50px;
}
.footer .flow {
	float: right;
}
.footer .flow dt {
	height: 16px;
	line-height: 16px;
}

#indexPage .footer {
	background-color: #080808;
	height: 200px
}

#indexPage .footer .content {
	padding: 60px 0
}
/*.projectitem img{
	width:100%;
	height: 100%;
}*/


.projectlistaccordion{
    display: flex;
    width: 100%;
    padding: 4% 2%;
    box-sizing: border-box;
    height: 100vh;
}
.box{
    flex:1;
    overflow: hidden;
    transition: .5s;
    margin: 0 2%;
    box-shadow: 0 20px 30px rgba(0,0,0,.4);
    line-height: 0;
}
.box a > img{
    width: 200%;
    height: calc(100% - 10vh);
    object-fit: cover;
    transition: .5s;
}
.box a span{
    font-size: 2.8vh;
    display: block;
    text-align: center;
    height: 6vh;
    line-height: 2.6;
}
.box:hover{
    flex:1 1 50%;
}
.box:hover > img{
    height: 100%;
    width: 100%;
}


.container{
	max-width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	transition: 0.5s;
}
.container .card{
	position: relative;
/*	width: 250px;
	height: 300px;*/
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
}
.container:hover .card{
	filter: blur(5px);
	transform: scale(.7);
}
.container .card:hover{
	filter: blur(0px);
	transform: scale(1);
}
.container .card:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	transition: 0.5s;
}
.container .card:hover:before{
	background: #3659e7;
	transform: scaleY(1.15);
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
.container .card .content{
	text-align: center;
	z-index: 2;
	padding: 0 20px;
	transition: 0.5s;
}
.container .card:hover .content{
	color: #fff;
}
.container .card .content span{
/*	font-size: 3em;*/
    text-align: center;
    font-size: 2.8vh;
    display: block;
    text-align: center;
    height: 6vh;
    line-height: 2.6;
}
.container .card .content p{
	font-size: 0.9em;
}
.container .card .content a{
	display: inline-block;
	margin-top: 15px;
	padding: 5px 10px;
	background: #262626;
	color: #fff;
	text-decoration: none;
}
.container .card:hover .content a{
	background: #2196f3;
}

.container .card .content img{
	display:flex;
	justify-content: center;
	align-items: center;
}


.projectitemcontainer{
	all: initial;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100 vh;
	background: #fff;
}
.projectitemcontainer .card{
	position: relative;
	background: #FFF;
	width: 400px;
	height: 700px;
	margin: 0 auto;
}
.card .projectitem{
	width: 400px;
	padding: 30px;
	box-sizing: border-box;
}
.card .projectitem p{
	margin: 5px;
}
.card .demo-img{
	width: 400px;
	box-sizing: border-box;
}
.card .demo-img img{
	width: 100%;
}
.card .projectitem a{
	display: inline-block;
	margin: 10px 0 0;
	padding: 10px 20px;
	text-decoration: none;
	border: 2px solid #262626;
	color: #262626;
	font-weight: 600;
}
.card .sliderText{
	position: relative;
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
}
.card .sliderText h3{
	color: #FFF;
	font-size: 3em;
}
.swiper-slide{
	width: 400px;
}
.swiper-slide:nth-child(1) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(2) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(3) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(4) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(5) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(6) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(7) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(8) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(9) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(10) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(11) .sliderText{
	background: #2196f3;
}
/*.swiper-slide:nth-child(12) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(13) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(14) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(15) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(16) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(17) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(18) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(19) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(20) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(21) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(22) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(23) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(24) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(25) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(26) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(27) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(28) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(29) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(30) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(31) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(32) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(33) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(34) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(35) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(36) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(37) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(38) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(39) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(40) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(41) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(42) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(43) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(44) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(45) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(46) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(47) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(48) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(49) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(50) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(51) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(52) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(53) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(54) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(55) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(56) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(57) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(58) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(59) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(60) .sliderText{
	background: #c33ada;
}
.swiper-slide:nth-child(61) .sliderText{
	background: #2196f3;
}
.swiper-slide:nth-child(62) .sliderText{
	background: #e91e63;
}
.swiper-slide:nth-child(63) .sliderText{
	background: #c3d41a;
}
.swiper-slide:nth-child(64) .sliderText{
	background: #ff9800;
}
.swiper-slide:nth-child(65) .sliderText{
	background: #c33ada;*/
}
