html {

	-ms-text-size-adjust: 100%;

	-webkit-text-size-adjust: 100%;

	line-height: 1.15;

	-webkit-tap-highlight-color: rgba(0,0,0,0);

}

body {

	margin: 0;

	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;

	line-height: 1.42857143;

	font-size: 14px;

	min-width: 1230px;

	background: #fff;

	color: #333;

}

figure {

	margin: 1em 40px;

}

hr {

	-webkit-box-sizing: content-box;

	box-sizing: content-box;

	height: 0;

	overflow: visible;

}

a {

	-webkit-text-decoration-skip: objects;

	background-color: transparent;

}

abbr[title] {

	border-bottom: none;

	-webkit-text-decoration: underline dotted;

	text-decoration: underline dotted;

}

b, strong {

	font-weight: bolder;

}

dfn {

	font-style: italic;

}

mark {

	background-color: #ff0;

	color: #000;

}

small {

	font-size: 80%;

}

sub, sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sub {

	bottom: -.25em;

}

sup {

	top: -.5em;

}

audio:not([controls]) {

	display: none;

	height: 0;

}

img {

	border-style: none;

}

svg:not(:root) {

	overflow: hidden;

}

button, input, optgroup, select, textarea {

	line-height: 1.42857143;

	margin: 0;

	outline: none;

}

body, button, input, select, textarea {

	text-rendering: optimizeLegibility;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	-moz-font-feature-settings: "liga", "kern";

}

button, input {

	overflow: visible;

	width: 260px;

	line-height: 30px;

}

button, select {

	text-transform: none;

}

button, html [type=button],/* 1 */ [type=reset], [type=submit] {

-webkit-appearance:button;

}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {

border-style:none;

padding:0;

}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {

outline:1px dotted ButtonText;

}

fieldset {

	padding: .35em .75em .625em;

}

legend {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	color: inherit;

	display: table;

	max-width: 100%;

	padding: 0;

	white-space: normal;

}

progress {

	display: inline-block;

	vertical-align: baseline;

}

textarea {

	overflow: auto;

}

[type=checkbox], [type=radio] {

-webkit-box-sizing:border-box;

box-sizing:border-box;

padding:0;

}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {

height:auto;

}

[type=search] {

-webkit-appearance:textfield;

outline-offset:-2px;

}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {

-webkit-appearance:none;

}

::-webkit-file-upload-button {

-webkit-appearance:button;

font:inherit;

}

summary {

	display: list-item;

}

article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {

	display: block;

}

pre, code, kbd, samp {

	font-family: monospace, monospace;

	font-size: 1em;

}

audio, video, canvas {

	display: inline-block;

}

template, [hidden] {

display:none;

}

.clearfix {

	zoom: 1;

}

.clearfix:before, .clearfix:after {

	display: table;

	line-height: 0;

	content: "";

}

.clearfix:after {

	clear: both;

}

a {

	color: #333;

	text-decoration: none;

}

a:hover {

	color: #8454cc;

}

ul {

	margin: 0;

	list-style: none;

	padding: 0;

}

.img-center {

	text-align: center;

	font-size: 0;

	overflow: hidden;

}

.img-center img {

	display: inline-block;

	width: 100%;

	height: 100%;

	max-width: 100%;

	max-height: 100%;

	vertical-align: middle;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;

}

.img-cover {

	overflow: hidden;

}

.img-cover span {

	display: block;

	width: 100%;

	background: no-repeat center / cover;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;

}

.container {

	padding: 0 15px;

	width: 1200px;

	margin: 0 auto;

}

.m-txt1 {

	overflow: hidden;

	margin-top: 5px;

	margin: 0;

	padding-left: 38px;

}

.m-txt1 .tit {

	font-size: 16px;

	padding-bottom: 9px;

	margin-bottom: 9px;

	border-bottom: 1px dotted #a9a9a9;

	font-weight: 600;

}

.m-txt1 .txt {

/*margin-right: 100px;*/

}

.m-txt1 .txt p {

	line-height: 28px;

	margin-bottom: 10px;

	font-size: 14px;

	color: #2f2f2f;

}

.m-txt1 .btn {

	display: block;

	width: 98px;

	height: 32px;

	line-height: 32px;

	padding-left: 15px;

	background-color: #828fd3;

	color: #fff;

	border-radius: 5px;

}

.m-txt1 .btn:hover {

	background-color: #444;

}

.m-txt1 .btn span {

	display: block;

	padding-left: 15px;

	background-repeat: no-repeat;

	background-position: left center;

}

#message {

	position: fixed;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	z-index: 1000;

	transform: scale(0);

	transition: .3s;

}

.messagebg {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,.6);

	z-index: 1001;

}

#message .m-content {

	margin-top: 10%;

}

#message .m-content .m-message {

	background: #fff;

	width: 580px;

	background: #fff;

	padding: 50px;

	margin: 0 auto;

	position: relative;

	z-index: 1002;

	box-shadow: 1px 1px 50px rgba(0,0,0,.3);

}

.m-message {

	width: 60%;

	margin: 48px auto 0;

}

.m-message label {

	margin-bottom: 15px;

	display: block;

	font-size: 14px;

}

.m-message label em {

	display: block;

	float: right;

	color: red;

	height: 32px;

	line-height: 32px;

}

.m-message label span {

	width: 70px;

	height: 34px;

	line-height: 34px;

	color: #2F2F2F;

	float: left;

	font-weight: bold;

	text-align: right;

	margin-right: 30px;

	display: inline-block;

}

.m-message label input.inp, .m-message label textarea, .m-message label.code input {

	width: 73%;

	overflow: hidden;

	height: 32px;

	line-height: 32px;

	border: #cccccc 1px solid;

	border-radius: 3px;

	padding: 0 14px;

	box-sizing: border-box;

	color: #555;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.m-message label input:focus, .m-message label textarea:focus {

	border-color: #66afe9;

	outline: 0;

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

}

.m-message label textarea {

	height: 72px;

	line-height: 24px;

	padding: 10px 14px;

}

.m-message label.code {

	line-height: 34px;

}

.m-message label.code input {

	width: 30%;

	float: left;

	margin-right: 30px;

}

.m-message label.code .pic {

	display: inline-block;

	vertical-align: top;

	width: 80px;

	height: 32px;

}

.m-message label.code img {

	display: block;

	width: 100%;

	height: 100%;

}

.btn {

	display: block;

	width: 90px;

	height: 32px;

	line-height: 32px;

	padding-left: 15px;

	background-color: #2d7953;

	color: #fff;

	margin-top: 10px;

}

.btn:hover {

	background-color: #444;

	color: white;

}

.btn span {

	display: block;

	padding-left: 15px;

	background-repeat: no-repeat;

	background-position: left center;

}

.btn-1 input {

	width: 52px;

	height: 32px;

	line-height: 32px;

	background: #e8e8e8;

	border: none;

	color: #333;

	margin-right: 22px;

	cursor: pointer;

	transition: 0.3s;

}

.btn-1 {

	padding-left: 100px;

}

.btn-1 input.focus {

	background: #2d7953;

	color: #fff;

}

.btn-1 input.focus:hover {

	background: #444;

}

.btn-1 input:hover {

	background: #ccc;

}

/*客服*/

.kf {

	width: 208px;

	position: fixed;

	/* right: 20px; */

	right: -208px;

	top: 50%;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%);

	z-index: 999;

}

.kt-top {

	height: 40px;

	line-height: 40px;

	background: url("../images/kefu.png") 12px center no-repeat #828fd3;

	-o-background-size: auto 20px;

	-ms-background-size: auto 20px;

	-moz-background-size: auto 20px;

	-webkit-background-size: auto 20px;

	background-size: auto 20px;

	padding-left: 46px;

	font-size: 14px;

	color: #fff;

}

.kt-top span:hover {

	transform: rotate(90deg);

}

.kt-top span {

	width: 18px;

	height: 16px;

	float: right;

	position: relative;

	margin: 10px 10px 0px 0px;

	cursor: pointer;

	transition: 0.5s;

	-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

}

.kt-top span b {

	width: 100%;

	height: 2px;

	background: #fff;

	display: block;

	position: absolute;

	top: 50%;

	left: 0;

}

.kt-top span b:first-child {

	transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	-o-transform: rotate(45deg);

}

.kt-top span b:last-child {

	transform: rotate(-45deg);

	-webkit-transform: rotate(-45deg);

	-moz-transform: rotate(-45deg);

	-ms-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

}

.kf .con {

	overflow: hidden;

	background: #fff;

}

.kf .qq li {

	height: 36px;

	line-height: 36px;

	border-bottom: #f5f5f5 solid 1px;

	padding-left: 16px;

}

.kf .qq li a {

	height: 36px !important;

	color: #666;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	text-decoration: initial;

	display: block;

}

.kf .qq li a img {

	padding-right: 6px;

}

.kf .con h5 {

	height: 26px;

	line-height: 26px;

	margin-top: 12px;

	background: url('../images/lianxi.png') 16px center no-repeat;

	padding-left: 45px;

	color: #666;

	font-size: 14px;

	margin-bottom: 0;

}

.kf .contact {

	margin-top: 1px;

}

.kf .contact p {

	height: 26px;

	line-height: 26px;

	color: #666;

	font-size: 14px;

	padding-left: 22px;

	margin: 0;

}

.kf .contact p:nth-child(2n) {

	padding-left: 32px;

}

.kf .con h5.qr-icon {

	background: url('../images/erweima.png') 16px center no-repeat;

}

.kf .con .qr {

	margin-top: 10px;

	padding-left: 40px;

}

.kf .con .qr img {

	width: 110px;

	height: 110px;

}

.kf .backTop {

	width: 100%;

	height: 40px;

	margin-top: 10px;

	background: url('../images/huidaodingbu.png') center center no-repeat #828fd3;

	background-size: 18px auto;

	cursor: pointer;

}

.kf-side {

	padding: 18px 10px 10px;

	background: #828fd3;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	left: -34px;

	cursor: pointer;

}

.kf-side b {

	display: block;

	color: #fff;

	line-height: 18px;

	font-size: 14px;

	font-weight: normal;

}

.kf-side span.arrow {

	width: 12px;

	height: 12px;

	background: url('../images/jt-1.png') no-repeat;

	-o-background-size: auto 12px;

	-ms-background-size: auto 12px;

	-moz-background-size: auto 12px;

	-webkit-background-size: auto 12px;

	background-size: auto 12px;

	display: block;

	margin-top: 10px;

}

.kf-side span.on {

	background: url('../images/jt-2.png') no-repeat;

	-o-background-size: auto 12px;

	-ms-background-size: auto 12px;

	-moz-background-size: auto 12px;

	-webkit-background-size: auto 12px;

	background-size: auto 12px;

}





.exCaseCon{padding:106px 0 90px;background-size:cover;}

.exCaseCon .container{padding:0 70px!important;position:relative;}

.exCaseCon .itabox:before{position:absolute;content: "";width: 50px;height: 38px;background:url(../img/ita.png)no-repeat center;background-size:contain; top:-38px;left:-20px;}

.exCaseCon .itabox:after{position:absolute;content: "";width: 50px;height: 38px;background:url(../img/ita.png)no-repeat center;background-size: contain; top:50%;right:0;margin-top:40px;}

.exCaseCon .row{margin:0 -30px;}

.exCaseCon .slick-caseinfo,.exCaseCon .slick-caseimg{padding:0 30px;}

.slick-caseinfo .slick-prev,.slick-caseinfo .slick-next{ width:55px;height:55px;top:auto;bottom:-170px; }

.slick-caseinfo .slick-prev{ left:44%; z-index:9; }

.slick-caseinfo .slick-next{ right:33%; }

.slick-caseinfo .slick-prev{ background: url("../img/prev.png") no-repeat center; background-size:cover;transition:300ms;}

.slick-caseinfo .slick-next{ background: url("../img/next.png") no-repeat center;  background-size:cover;transition:300ms;}

.exCaseCon .slick-caseinfo{position:relative;top:104px;}

.exCaseCon .slick-caseinfo h4{ font-size:24px;margin-bottom:30px;height:24px;overflow: hidden;}

.exCaseCon .slick-caseinfo p{ font-size:18px;line-height:2em;min-height:72;max-height:108px;overflow: hidden;}

.exCaseCon .more{position: absolute;bottom: -40px; right: 0;}

/*.kefu{position:fixed;right:-170px;top:50%;z-index:900;}*/

/*.kefu li a{text-decoration:none;}*/

/*.kefu li{margin-top:1px;clear:both;height:71px;position:relative;}*/

/*.kefu li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}*/

/*.kefu li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}*/

/*.kefu .kefu-qq i{background-position:4px 5px;}*/

/*.kefu .kefu-tel i{background-position:0 -21px;}*/

/*.kefu .kefu-liuyan i{background-position:4px -53px;}*/

/*.kefu .kefu-weixin i{background-position:-34px 4px;}*/

/*.kefu .kefu-weibo i{background-position:-30px -22px;}*/

/*.kefu .kefu-ftop{display:none;}*/

/*.kefu .kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}*/

/*.kefu .kefu-left{float:left;width:77px;height:47px;position:relative;}*/

/*.kefu .kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}*/

/*.kefu .kefu-right{width:20px;}*/

/*.kefu .kefu-tel-main{background:#258C44;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}*/

/*.kefu .kefu-main{background:#258C44;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}*/

/*.kefu .kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}*/

/*.kefu-weixin-pic img{width:115px;height:115px;}*/



.header {

	background-color: #fff;

}

.header .topbar {

	line-height: 34px;

	background-color: #f5f5f5;

	font-size: 15px;

	color: #040404;

}

.header .topbar ul {

	float: right;

}

.header .topbar li {

	float: left;

	color: #ddd;

}

.header .topbar li.pipe {

	padding: 0 10px;

}

.header .logo {

	float: left;

	text-align: left;

}

.header .logo a {
	display: block;
	overflow: hidden;
	float: left;
	width: 280px;
	height: 54px;
}

.logo1 {

	float: left;

	margin-top: 20px;

	height: 100px;

	line-height: 120px;

}



.rightLogin {

  float: right;

  margin-right: 7px;

}

.loginBefore {

  display: flex;

  flex-direction: row;

  flex-wrap: nowrap;

  justify-content: center;

  align-items: center;

}

.loginBeforeLeft{

    width: 50px;

    height: 50px;

    border-radius: 50%;

    overflow: hidden;

    margin-right: 8px;

}

.loginBeforeLeft img{

    width: 100%;

}

.loginBeforeRight p {margin: 0;}

.loginBeforeRight .p-ro span {

    color: #8454cc;

    cursor: pointer;

}

.loginBeforeRight .p-ro span:first-child {

    margin-right: 5px;

}

.loginBeforeRight .p-ro span:last-child {

    margin-left: 5px;

}



.nav_main {

	width: 100%;

	height: 45px;

	line-height: 45px;

 

	position: relative;

	z-index: 3000;

}

 

.nav_main .nav {

	/* width: 800px; */
	width: 1200px;

	margin: 0 auto;

} 



.nav_main .nav li {

    width: 100px;

	float: left;

	display: block;

	position: relative;

	z-index: 10;

	font-size: 16px;

	text-align: center;

}

.nav_main .nav li a {

	display: block;

	color: #333333;

	font-size: 15px;

}

.nav_main .nav li a img {
	width: 22px;
	vertical-align: middle;
}

.nav_main .nav dl.dropdownfixed {

    background:#4a2a86;

}

 

.nav_main .nav dl {

	width: 100%;

	background: #363e45b3;

	left: 0;

	top: 45px;

	z-index: 12;

}

.nav_main .nav dl {

    border-radius: 5px;

	position: absolute;

	background: #f8f8f8;

	color: #333333;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);

	opacity: 0;

	visibility: hidden;

	transition: all .6s ease 0s;

	transform: translate3d(0, 10px, 0);

	-moz-transform: translate3d(0, 10px, 0);

	-webkit-transform: translate3d(0, 10px, 0);

}

.nav_main .nav li:hover dl {

	opacity: 1;

	visibility: visible;

	transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-webkit-transform: translate3d(0, 0, 0);

}

.nav_main .nav dl dd {

	line-height: 35px;

	margin-inline-start: 1px;

 

	text-align: left;

	position: relative;

	z-index: 12;

	display: block;

	width: 100%;

}

.nav_main .nav dl dd:first-child {

	border: none;

}

.nav_main .nav dl dd a {

	color: #333333;

	font-size: 14px;

	padding: 0;

	width: 100%;

	text-align: center;

}

.nav_main .nav li a:hover, .nav_main .nav li a.hover{

    color: #8454cc;

}

.nav_main .nav dl dd a:hover, .nav_main .nav dl dd a.hover {

 

	text-align: center;

}



.nav{width: 100%;

    height: 45px;

    line-height:45px;

 

    position: relative;

    z-index: 3;}

/*.nav ul{width: 100%;display:inline-block;}

.nav ul li{float:left; list-style:none; margin-left:30px}

*/

.nav ul{width: 100%;font-size: 0px;}

.nav ul li{font-size: 16px;text-align: center;float: left;position: relative;}



.nav ul li a{display: block;padding: 0 5px;overflow: hidden;}

.nav ul li a:hover,.nav ul li.cu a,.nav ul li.on a{color:#8454cc;}

.nav ul li .two_box{width: 160px;background: #f2f2f2;border-bottom: 2px solid #8454cc;height: auto;overflow: hidden;position: absolute;display: none;z-index: 3;}

.nav ul li ul{width: 90px;height: auto;overflow: hidden;}

.nav ul li ul li{width: 100%;font-size: 14px;border-bottom: 1px solid #fff;}

.nav ul li ul li a,.nav ul li.cu ul li a,.nav ul li.on ul li a{line-height: 30px;height: 30px;color: #808080;font-weight: normal;}

.nav ul li ul li a:hover{color: #8454cc;font-weight: bold;}

.nav ul li .two_box .nav_img{width: 290px;height: auto;overflow: hidden;padding: 20px;position: relative;}

.nav ul li .two_box .nav_img i{width: 250px;height: 180px;font-size: 0px;}

.nav ul li .two_box{width: 378px;}

.nav ul li .two_box:before{width: 236px;}

.nav ul li ul{width: 142px;}

.nav ul li .two_box .nav_img{width: 236px;padding: 18px;}

.nav ul li .two_box .nav_img i{width: 200px;height: 144px;}



/* 左侧导航 */

.navbar {font-size: 16px;float: left;position: relative;min-width: 240px;height: 45px;}

.forYou {background: rgb(132,84,204);
	color: white;
	cursor: pointer;
	font-size: 16px;
	float: left;
	position: relative;
	min-width: 225px;
	height: 45px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;}

.forYou img {
	vertical-align: middle;
}
.forYou span {
	vertical-align: middle;
	margin-left: 10px;
	letter-spacing: 2px;
	color: #fff;
}

.cityName {
	margin-left: 6px;
	position: relative;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cityName p {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	padding-left: 11px;
	cursor: pointer;
}
.cityList {
	display: none;
	position: absolute;
	top: 45px;
	left: -9px;
	width: 108px;
	padding: 0px 10px;
	background: #FFFFFF;
	z-index: 991;
	max-height: 475px;
	overflow-x: hidden;
	text-align: left;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

.cityName:hover .cityList {
    display: block;
}

.cityList ul li {
	border-bottom: 1px solid #EEEEEE;
}
.cityList ul li a {
	display: block;
	padding: 6px 6px;
	font-size: 14px;
	font-family: '微软雅黑';
	font-weight: 500;
	color: rgba(119, 119, 119, 1) !important;
	padding-left: 11px;
}

.navbar-menu {position: absolute;

top: 0px;

left: calc((100% - 1200px) / 2);

width: 225px;

height: 500px;

background: rgba(246,246,246,.8);

padding-left: 20px;

box-sizing: border-box;

z-index: 99;}

.navbar-menu .sub:first-child {padding-top:10px;}

.navbar-menu .sub {padding-bottom: 10px;}

.navbar-menu .sub > div:nth-child(1) img {width:16px;height:18px;vertical-align:middle;}

.navbar-menu .sub > div:nth-child(1) a {vertical-align: middle;padding-left:10px;font-weight:bold;}

.navbar-menu .sub2 {line-height: normal;}

.navbar-menu .sub2 a {font-size:14px;}



.nav-flexd {

    position: fixed;

    z-index: 999;

    left: 0;

    top: 0;

    width: 100%;

    background: #4a2a86!important;

    box-shadow: none!important;

}

.a-fiexd {

    color: #ffffff!important;

}

.a-fiexd:hover {

    text-decoration: underline;

}

 

 .floor-pub{

    background-color: white;

}

.floor-public{

    width: 1200px;

    margin: 0 auto;

    height: 684px;

    border: 1px solid transparent;

}

.floor-public .public-course{

    width: 100%;

    height: 420px;

    /* border: 1px solid black; */

    margin-top: 30px;

}

.floor-public .public-course .public-class{

    position: relative;

    float: left;

    width: 894px;

    height: 100%;

    /* border: 1px solid black; */

}

.floor-public .public-course .public-class .header-line{

    position: absolute;

    top: 26px;

    left: 0px;

    width: 100%;

    height: 0px;

    border-top: 1px solid rgb(221, 221, 221);

}

.floor-public .public-course .public-class .date-class{

    

    position: absolute;

    top: 0;

    left: -25px;

    width: 940px;

    height: 420px;

    overflow: hidden;

    /* border: 1px solid black; */

}

.floor-public .public-course .public-class .date-class .class-list{

    position: absolute;

    top: 0;

    left: 0;

    /* width: 200%; */

    height: 100%;

    /* border: 1px solid red; */

}

.floor-public .public-course .public-class .date-class .class-list .class-item{

    float: left;

    width: 284px;

    height: 100%;

    /* border: 1px solid yellow; */

}

.floor-public .public-course .public-class .date-class .class-list .class-item:nth-child(n+2){

    margin-left: 20px;

}

.floor-public .public-course .public-class .date-class .class-list .class-item:nth-child(3n+1){

    /*margin-left: 46px;*/

    margin-left: 26px;

}

.floor-public .public-course .public-class .date-class .class-list .class-item:nth-child(1){

    margin-left: 26px;

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-time{

    width: 130px;

    height: 50px;

    margin: 0 auto;

    background-color: white;

    text-align: center;

    color: #333333;

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -ms-transition: 0.4s;

    -o-transition: 0.4s;

    font-size: 14px;

}



.floor-news .news-header .news-tab .news-item.active{

    background-color: #8454cc;

    color: white;

}



.floor-public .public-course .public-class .date-class .class-list .class-item:hover .class-time{

    color: #ff6e00;

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-time span:first-child{

    font-size: 15px;

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc{

    width: 100%;

    height: 330px;

    margin-top: 24px;

    border: 1px solid rgb(238, 238, 238);

    border-radius: 4px;

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -ms-transition: 0.4s;

    -o-transition: 0.4s;

    overflow: hidden;

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc:hover{

    box-shadow: 0px 12px 26px 0px rgba(226, 210, 203, 0.5);

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .header-live-img{

    width: 284px;

    height: 160px;

    background-color: rgb(238, 238, 238);

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-img{

    width: 100%;

    height: 160px;

}

.news-footer .class-img{

    width: 100%;

    height: 220px;

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc p{

    padding-left: 20px;

    padding-right: 20px;

    margin-top: 16px;

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-appoint-num{

    color: #999999;

    font-size: 14px;

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-appoint-num span{

    display: inline-block;

    width: 44px;

    height: 20px;

    background-color: #8454cc;

    border-radius: 2px;

    text-align: center;

    line-height: 20px;

    color: white;

    margin-right: 12px;

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-title{

    color: #333333;

    font-size: 16px;

    letter-spacing: 0.2px;

    font-weight: bold;

    height: 25px;

    overflow: hidden;

    /* white-space: nowrap; */

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    line-clamp: 2;

    -webkit-box-orient: vertical;

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-appoint{

    font-size: 16px;

    line-height: 24px;

    margin-top: 8px;

    cursor: pointer;

    color: rgb(255, 110, 0);

}

.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-appoint .class-btn{

    width: 24px;

    height: 24px;

    margin-right: 8px;

    vertical-align: bottom;

}



.arrow{

    position: absolute;

    top: 49%;

    /* margin-top: -20px; */

    width: 30px;

    height: 30px;

    border-bottom: 1px solid #cccccc;

    cursor: pointer;

    transition: 0.4s;

}

.arrow-left{

    left: -40px;

    border-left: 1px solid #cccccc;

    transform: rotate(45deg);

}

.arrow-right{

    right: -40px;

    border-right: 1px solid #cccccc;

    transform: rotate(-45deg);

}

.class-right {

    border-color: transparent #8454cc #8454cc transparent;

}

.class-left {

    border-color: transparent transparent #8454cc #8454cc;

}



.floor-public .public-course .user-login{

    position: relative;

    float: left;

    margin-left: 60px;

    margin-top: 73px;

    border: 1px solid rgb(238, 238, 238);

    background-color: white;

    width: 210px;

    height: 312px;

    border-radius: 4px;

    overflow: hidden;

}

.floor-public .public-course .user-login .user-live{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    /* border: 1px solid black; */

}

.floor-public .public-course .user-login .user-live .user-avatar{

    margin-top: 30px;

    height: 100px;

    width: 100%;

    text-align: center;

}

.floor-public .public-course .user-login .user-live .user-avatar img{

    width: 100px;

}

.floor-public .public-course .user-login .user-live .hello{

    font-size: 16px;

    text-align: center;

    margin-top: 10px;

}

.floor-public .public-course .user-login .user-live .btn-login{

    width: 178px;

    height: 40px;

    color: white;

    border-radius: 4px;

    line-height: 40px;

    text-align: center;

    background-color: #8454cc;

    font-size: 14px;

    margin: 20px auto 30px;

    cursor: pointer;

}

.floor-public .public-course .user-login .user-live .btn-register{

    width: 100%;

    text-align: center;

    color: #f96203;

    font-size: 14px;

}

.floor-public .public-course .user-login .user-list{

    position: absolute;

    top: 0;

    left: 0;

    display: none;

    width: 100%;

    height: 100%;

    background-color: white;

}

.floor-public .public-course .user-login .user-list p{

    width: 178px;

    margin: 0 auto;

}

.floor-public .public-course .user-login .user-list .live-header{

    color: #ff6e00;

    font-size: 14px;

    margin-top: 20px;

    margin-bottom: 18px;

}

.floor-public .public-course .user-login .user-list .live-header .play-icon{

    vertical-align: middle;

    margin-right: 10px;

}

.floor-public .public-course .user-login .user-list .user-live-list{

    width: 178px;

    height: 188px;

    margin: 0 auto;

    overflow: hidden;

    /* border: 1px solid black; */

}

.floor-public .public-course .user-login .user-list .user-live-list .no-play{

    display: block;

    margin: 10px auto 16px;

    width: 118px;

    height: 98px;

}

.floor-public .public-course .user-login .user-list .user-live-list .no-live{

    display: block;

    margin: 0px auto 0;

    margin-left: 6px;

    color: #999999;

    line-height: 30px;

    font-size: 14px;

    text-align: center;

    /* margin-right: 32px; */

}

.floor-public .public-course .user-login .user-list .user-live-list .live-time{

    color: #999999;

    font-size: 12px;

}

.floor-public .public-course .user-login .user-list .user-live-list .live-title{

    font-size: 14px;

    color: #333333;

    margin-top: 8px;

    margin-bottom: 20px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}

.floor-public .public-course .user-login .user-list .live-btn{

    height: 40px;

    line-height: 40px;

    text-align: center;

    color: white;

    font-size: 14px;

    background-color: #ff6e00;

    border-radius: 4px;

    margin-top: 10px;

}

.floor-public .to-all-live{

    margin-top: 10px;

    width: 100%;

    height: 54px;

}

.floor-public .to-all-live a{

    display: block;

    height: 100%;

    width: 190px;

    margin: 0 auto;

    border: 1px solid #8454cc;

    line-height: 54px;

    text-align: center;

    color: #8454cc;

    font-size: 14px;

    border-radius: 8px;

}

 .gd-title{

    margin-top: 50px;

    font-size: 36px;

    margin-bottom: 0px;

    opacity: 1;

    font-weight: bold;

}

.gd-title span{

    font-weight: normal;

}

.gd-desc{

    margin-top: 0px;

    letter-spacing: 3px;

    font-size: 16px;

    font-weight: normal;

    opacity: 1;

}

 

.floor-new{

    /* background-color: #fff; */

}

.floor-news{

    width: 1200px;

    /* min-height: 1040px; */

    margin: 0 auto;

    /* overflow: hidden; */

    border: 1px solid transparent;

}

.floor-news .gd-title{

    /*color: #f17116;*/

}

.floor-news .news-header1{

    width: 100%;
    height: 80px;
    /*border-top: 1px solid transparent;*/

}
.floor-news .news-header{

    width: 100%;

    /*height: 150px;*/

    /* overflow: hidden; */

    border-top: 1px solid transparent;

    /* border-bottom: 2px solid rgb(230, 230, 230); */

}

.floor-news .news-header .news-tab{

    margin-top: -50px;

    user-select: none;

    text-align: right;

    opacity: 0;

}

.floor-news .news-header .news-tab .news-item{

    display: inline-block;

    font-size: 16px;

    cursor: pointer;

    color: #999999;

    width: 100px;

    height: 42px;

    text-align: center;

    line-height: 42px;

    border-radius: 21px;

    font-size: 14px;

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

}

.floor-news .news-header .news-tab .news-item:hover{

    background-color: #8454cc;

    box-shadow: 0px 8px 26px 0px rgba(130, 143, 211, 0.5);

    color: white;

}

.floor-news .news-header .news-tab .news-item:hover a {

    color: white;

}

.floor-news .news-header .news-tab .news-item.active a{

    color: white;

}

.floor-news .news-header .news-tab .news-item span{

    margin-left: 4px;

    margin-right: 4px;

}

.footer .container2 a {

    color: #888;

}

.floor-news .news-footer{

    position: relative;

    width: 100%;

    min-height: 340px;

    opacity: 0;

    margin-top: 40px;

    /* overflow: hidden; */

    border: 1px solid transparent;

    /* border-bottom: 2px solid rgb(230, 230, 230); */

}

.floor-news .news-footer .news-list{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 620px;

    /* overflow-y: scroll; */

    opacity: 0;

    /* border: 1px solid black; */

    transition: opacity 0.2s;

    -webkit-transition: opacity 0.2s;

    -moz-transition: opacity 0.2s;

    -o-transition: opacity 0.2s;

    -ms-transition: opacity 0.2s;

}

.floor-news .news-footer .news-list .list-item{

    float: left;

    height: 300px;

    width: 280px;

    margin-bottom: 28px;

    padding: 16px 24px 0;

    background-color: #fff;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -o-box-sizing: border-box;

    border: 1px solid rgb(238, 238, 238);

    border-radius: 6px;

    transition: 0.4s;

}

.list-item-pro{

    float: left;

   

    width: 280px;

    margin-bottom: 28px;

    margin-left: 20PX;

    background-color: #fff;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -o-box-sizing: border-box;

    border: 1px solid #8454cc;

    border-radius: 6px;

    transition: 0.4s;

}



.list-item-coo{

    float: left;

    width: 280px;			height: 280px;

    margin-bottom: 28px;

    margin-left: 20PX;

    background-color: #fff;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -o-box-sizing: border-box;

    border: 1px solid rgb(238, 238, 238);

    border-radius: 6px;

    transition: 0.4s;

}

 

.floor-news .news-footer .news-list .list-item:hover{

    box-shadow: 0px 12px 26px 0px rgba(226,210,203,0.5);

}

.floor-news .news-footer .news-list .list-item:nth-child(n+2){

    margin-left: 24px;

}

.floor-news .news-footer .news-list .list-item .item-left{

    float: left;

    /* height: 100%; */

    height: 64px;

    overflow: hidden;

    width: 95px;

    /* line-height: 150px; */

    margin-right: 10px;

}

.floor-news .news-footer .news-list .list-item .item-left img{

    width: 100%;

}

.floor-news .news-footer .news-list .list-item .item-right{

    float: right;

    width: 100%;

    height: 220px;

}

.floor-news .news-footer .news-list .list-item .item-right h3{

    font-size: 18px;

    color: #2b2b2b;

    margin-bottom: 14px;

    margin-top: 10px;

    letter-spacing: 2px;

    word-wrap: break-word;

}

.floor-news .news-footer .news-list .list-item .item-right p{

    color: #5b5b5b;

    font-size: 14px;

    letter-spacing: 2px;

    word-break: normal;

    word-wrap: break-word;

}

.floor-news .news-more{

    height: 72px;

    width: 100%;

    opacity: 0;

    text-align: center;

    line-height: 72px;

    margin-bottom: 30px;

    color: #e7792b;

}

.floor-news .news-more a{

    display: block;

    margin: 10px auto 0;

    width: 190px;

    height: 54px;

    color: #8454cc;

    text-align: center;

    line-height: 54px;

    border-radius: 8px;

    font-size: 14px;

    border: 1px solid #8454cc;

}

 .lx-index-bs { background:#fff; padding:50px 0 30px 0}

.lx-index-bs h5 { height:22px; font:22px/22px "Microsoft YaHei"; background:url(../images/bg_btm_bstit.png) center 0 no-repeat; text-align:center; color:#8454cc;}

.lx-index-bs h6 { width:280px; height:60px; background:url(../images/icon_bs_txt.png) no-repeat; margin:0 auto; margin-top:30px; text-indent:-9999px}

.lx-index-bs-con { width:1040px; margin:0 auto; padding:15px 0 110px; border-bottom:1px solid #e4e4e4;}

.lx-index-bs-con dl { width:260px; height:60px; float:left;}

.lx-index-bs-con dl dt { width:60px; float:left;  }

.lx-index-bs-con dl dd { width:190px; float:left; padding-top:10px;  font:16px/22px "Microsoft YaHei";margin-inline-start: 4px;}



 .site_map{width: 65%;height: auto;overflow: hidden;float: left;}

.site_map ul{width: 100%;height: auto;overflow: hidden;}

.site_map ul li{width: 20%;height: auto;overflow: hidden;float: left;font-size: 18px;}

.site_map ul li a{display: block;/*color: rgb(132,84,204);*/line-height: 40px;height: 40px;padding-right: 10px;overflow: hidden;}

 

.site_map ul li ul{}

.site_map ul li ul li{font-size: 14px;width: 100%;}

.site_map ul li ul li a{color: #888;line-height: 36px;height: 36px;}

 

 

 

 

 

 



.header .tel {
	margin-top: 15px;
	margin-left: 25px;
	float: left;
}
.header .tel img {
	margin: -5px 5px 0 -5px;
	width: 23px;
	vertical-align: middle;
}
.header .tel span {
	color: rgb(132,84,204);
	vertical-align: middle;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 22px;
	display: inline-block;
	margin-top: -5px;
}

.header .text {

	float: left;
	width: 435px;
	height: 19px;
	margin: 6px 0 0 40px;
	border: 1px solid rgb(132,84,204);
	padding: 8px 0 8px 8px;
	position: relative;
	background: white;
	box-shadow: 1px 1px 1px rgba(132,84,204,.5);

}

.header .text .search-icon {
	margin: -4px 5px 0 0;
	width:19px;
	vertical-align: middle;
}

.header .text form {
	display: inline-flex;
	height: 35px; 
	position: relative;
	bottom: 8px;
	float: right;
}

.header .text form input {
	border: none;
	width: 328px;
	font-size: 16px;
}

.header .text form button {
	background:rgb(132,84,204);
	color: #ffffff;
	width: 75px;
	border:none;
	font-size: 16px;
	cursor: pointer;
}

.header .nav {

	font-size: 0;

	background: -webkit-linear-gradient(bottom, #828fd3, #35b75c);

	background: -o-linear-gradient(bottom, #828fd3, #35b75c);

	background: -mos-linear-gradient(bottom, #828fd3, #35b75c);

	background: -moz-linear-gradient(bottom, #828fd3, #35b75c);

	background: linear-gradient(bottom, #828fd3, #35b75c);

	color: #fff;

}

.header .nav li {

	display: inline-block;

	vertical-align: middle;

	background: url(../images/su.png) no-repeat right center;

}

.header .nav li:last-child {

	background: none;

}

.header .nav li a {

	display: block;

	font-size: 16px;

	line-height: 70px;

	padding: 0 35px;

	color: #fff;

}

.header .nav li .arr {

	float: right;

	height: 40px;

	width: 40px;

	position: relative;

	display: none;

}

.header .nav li .arr:after {

	content: '';

	border-top: 2px solid #ccc;

	border-left: 2px solid #ccc;

	-webkit-box-sizing: content-box;

	box-sizing: content-box;

	display: block;

	width: 8px;

	height: 8px;

	margin: auto;

	position: absolute;

	top: 0;

	bottom: 0;

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

	right: 15px;

}

.header .nav li.dropdown {

	position: relative;

}

.header .nav li.dropdown:before {

	content: "";

	position: absolute;

	border: 4px solid transparent;

	border-bottom: 0;

	border-top-color: currentColor;

	top: 50%;

	margin-top: -2px;

	right: 15px;

}

.header .nav .dropdown-box {

	position: absolute;

	left: 0;

	min-width: 100%;

	top: 100%;

	display: none;

	z-index: 10;

	text-align: center;

}

.header .nav .dropdown-box p {

	margin: 0;

}

.header .nav .dropdown-box a {

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	padding: 0 10px;

	font-size: 14px;

	background-color: rgba(0, 0, 0, 0.5) !important;

	line-height: 40px;

	border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.header .nav .dropdown-box a:hover {

	background-color: #ffae00 !important;

}

.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {

	color: #fff;

	background-color: #ffae00;

}

.header .nav li.open .dropdown-box {

	display: block;

}

.menu-btn {

	display: none;

	padding: 18px 0;

	float: right;

	margin-left: 15px;

}

.menu-btn:before, .menu-btn:after, .menu-btn span {

	display: block;

	height: 2px;

	background-color: #828fd3;

	content: '';

}

.menu-btn:before {

	width: 24px;

}

.menu-btn:after {

	width: 18px;

	margin-left: 6px;

}

.menu-btn span {

	width: 12px;

	margin: 6px 0 6px 12px;

}

.banner .swiper-slide {

	background: no-repeat center / cover;

	height: 500px;

}

.banner .swiper-slide a{

	display: inline-block;

	width: 100%;

	height: 460px;

}

.banner .swiper-slide img {

	display: block;

	width: 100%;

	height: auto;

}

.yunu-showcase {

	margin: 0 auto 20px;

}

.yunu-showcase-info {

	margin-left: 430px;

}

.yunu-showcase-info h1 {

	font-size: 20px;

	margin: 0;

	border-bottom: 1px dashed #ddd;

	padding-bottom: 15px;

}

.yunu-showcase-info p {

	margin: 15px 0 0;

	color: #666;

	line-height: 1.8;

}

.yunu-showcase-info .tel {

	margin-top: 15px;

}

.yunu-showcase-info .tel a {

	line-height: 42px;

	color: #fff;

	display: inline-block;

	width: 120px;

	text-align: center;

	border-radius: 5px;

	background-color: #828fd3;

}

.pc-slide {

	float: left;

	width: 400px;

}

.view .swiper-slide .imgauto {

	width: 100%;

	height: 300px;

	line-height: 300px;

}

.view .swiper-container {

	width: 100%;

}

.preview {

	width: 100%;

	margin-top: 10px;

	position: relative;

}

.preview .swiper-container {

	margin: 0 30px;

}

.preview .swiper-slide .imgauto {

	height: 80px;

	border: 1px solid #ddd;

	text-align: center;

	cursor: pointer;

	position: relative;

}

.preview .swiper-slide .imgauto img {

	max-width: 100%;

	max-height: 100%;

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

}

.preview .arrow-left {

	background: url(../images/feel3.png) no-repeat left top;

	position: absolute;

	left: 0;

	top: 50%;

	margin-top: -9px;

	width: 9px;

	height: 18px;

	z-index: 10;

}

.preview .arrow-right {

	background: url(../images/feel4.png) no-repeat left bottom;

	position: absolute;

	right: 0;

	top: 50%;

	margin-top: -9px;

	width: 9px;

	height: 18px;

	z-index: 10;

}

.preview img {

	padding: 1px;

}

.preview .active-nav .imgauto {

	border: 1px solid #828fd3;

}

div.zoomDiv {

	z-index: 999;

	position: absolute;

	top: 0;

	left: 0;

	background: #ffffff;

	border: 1px solid #ddd;

	display: none;

	text-align: center;

	overflow: hidden;

	font-size: 0;

}

div.zoomMask {

	position: absolute;

	background: url(../images/mask.png) repeat scroll 0 0 transparent;

	cursor: move;

	z-index: 1;

}

.yunu-sou {

	padding: 15px 0;

	background-color: #f5f5f5;

}

.yunu-sou .hot {

	float: left;

	padding: 5px 0;

}

.yunu-sou .hot a {

	margin-right: 10px;

}

.yunu-sou .hot strong {

	color: #828fd3;

}

.yunu-sou .hform {

	float: right;

}

.yunu-sou .hform input {

	float: left;

	font-size: 12px;

	border: 1px solid #eee;

	padding: 6px 12px;

	line-height: 16px;

	width: 210px;

}

.yunu-sou .hform button {

	border: 0;

	border-bottom: 1px solid transparent;

	padding: 0;

	float: left;

	cursor: pointer;

	outline: none;

	width: 49px;

	height: 30px;

	background: #828fd3;

	color: #fff;

}

.yunu-link {

	padding: 5px 0;

}

.yunu-link h3 {

	border-bottom: 1px solid #ddd;

	margin: 0;

	font-size: 18px;

	color: #828fd3;

	padding-bottom: 15px;

}

.yunu-link h3 small {

	text-transform: uppercase;

	font-size: 16px;

	font-weight: normal;

	color: #999;

}

.yunu-link ul {

	margin-left: -20px;

}

.yunu-link li {

	float: left;

	margin-left: 20px;

	margin-top: 20px;

}

.section-title {

	margin-bottom: 40px;

	text-align: center;

	font-size: 24px;

}

.section-title i {

	display: block;

	border-bottom: 1px solid #eee;

	margin-top: 10px;

}

.section-title i:after {

	display: block;

	height: 2px;

	width: 70px;

	content: '';

	background-color: #f58c53;

	margin: 0 auto -1px;

}

.section-title small {

	display: block;

	margin-top: 10px;

	font-size: 12px;

	text-transform: uppercase;

}

.section-title p {

	margin: 10px auto 0;

	font-size: 14px;

	color: #777;

	max-width: 80%;

}

.list-1 {

	margin: -20px 0 0 -20px;

}

.list-1 li {

	float: left;

	width: 25%;

}

.list-1 li a {

	display: block;

	margin: 10px 0 0 20px;

	-webkit-box-shadow: 0 0 8px #dbdbdb;

	box-shadow: 0 0 8px #dbdbdb;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;

	border: 2px solid #fff;

	background-color: #fff;

}

.list-1 li .img-center {

	height: 200px;

	line-height: 200px;

}

.list-1 li .text {

	text-align: center;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	padding: 8px;

	background-color: #828fd3;

	color: #fff;

}

.list-1 li a:hover {

	border-color: #828fd3;

}

.list-1 li a:hover .img-center img {

	-webkit-transform: scale(1.1);

	transform: scale(1.1);

}

.list-1-1 li {

	width: 33.333333%;

}

.in-prd-cate {

	float: left;

	width: 240px;

}

.in-prd-cate h2 {

	margin-top: 10px;

	margin-bottom: 10px;

	line-height: 60px;

	text-align: center;

	background: url(../images/jiao.png) no-repeat right 0 #828fd3;

	color: #fff;

	font-size: 20px;

	font-weight: bold;

}

.in-prd-cate dl {

	margin: 0;

	border: 1px solid #ddd;

	padding: 0 10px 10px;

}

.in-prd-cate dt {

	margin-bottom: 10px;

	line-height: 60px;

	text-align: center;

	background: url(../images/jiao.png) no-repeat right 0 #828fd3;

	color: #fff;

	font-size: 20px;

	font-weight: bold;

}

.in-prd-cate dd {

	margin: 0;

}

.in-prd-cate dd a {

	display: block;

	padding: 10px 15px;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	background-color: #f1f1f1;

	margin-top: 5px;

}

.in-prd-cate dd a:hover {

	background-color: #828fd3;

	color: #fff;

}

.in-prd-con {

	float: right;

	width: 890px;

	padding: 20px;

	background-color: #f0f0f0;

}

.in-prd-con .list-1 li {

	width: 33.333333%;

}

.in-prd-con .list-1 li .img-center {

	height: 260px;

	line-height: 260px;

}

.in-about {

	margin: 0;

}

.in-about dt {

	float: left;

	width: 528px;

}

.in-about dd {

	margin-left: 560px;

}

.in-about dd p {

	margin: 0;

	line-height: 1.8;

	text-indent: 2em;

	text-align: justify;

}

.in-about dd .more {

	float: left;

	margin-top: 15px;

	padding: 5px 15px;

	border: 1px solid #777;

	background-color: #777;

	color: #fff;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;

	font-size: 12px;

}

.in-about dd .more:hover {

	background-color: #fff;

	color: #777;

}

.bg1 {

	background-color: #828fd3;

	color: #fff;

}

.bg1 .section-title i {

	border-color: #3db361;

}

.bg1 .section-title p {

	color: #fff;

}

.in-choose {

	width: 580px;

}

.in-choose dl {

	margin: 0 0 40px;

	background: no-repeat 0 0;

	padding-left: 70px;

}

.in-choose dt {

	padding: 10px 0;

	font-weight: bold;

	background: url(../images/strong_bg.png) 0 bottom repeat-x;

	font-size: 22px;

	color: #828fd3;

}

.in-choose dt small {

	color: #999;

	font-weight: normal;

	padding-left: 10px;

	font-size: 12px;

}

.in-choose dd {

	margin: 10px 0 0;

	background: url(../images/chooselist_bg.png) no-repeat left 5px;

	padding-left: 30px;

	text-align: justify;

	color: #666;

}

.in-choose-left {

	float: left;

}

.in-choose-right {

	float: right;

}

.in-choose-right dl {

	margin: 40px 0 0;

}

.in-dd {

	background: url(../images/bj_jg.jpg) no-repeat center / cover;

	min-height: 100px;

}

.in-dd h4 {

	margin: 0;

	font-size: 42px;

	color: #fff;

}

.in-dd p {

	margin: 10px 0 0;

	font-size: 26px;

	color: #fff;

}

.list-2 {

	margin: -20px 0 0 -20px;

}

.list-2 li {

	float: left;

	width: 25%;

}

.list-2 li a {

	display: block;

	margin: 20px 0 0 20px;

	-webkit-box-shadow: 0 0 5px #999;

	box-shadow: 0 0 5px #999;

	border-radius: 5px;

	border: 5px solid #fff;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;

}

.list-2 li .img-center {

	height: 196px;

	line-height: 196px;

}

.list-2 li .text {

	text-align: center;

	background-color: #f7f7f7;

	padding: 10px;

}

.list-2 li .text p {

	margin: 0;

	color: #666;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}

.list-2 li a:hover {

	border-color: #828fd3;

}

.list-2 li a:hover .img-center img {

	-webkit-transform: scale(1.1);

	transform: scale(1.1);

}

.in-news {

	width: 580px;

}

.in-news .tit {

	background: url(../images/c6t.png) repeat-x bottom;

	padding-bottom: 30px;

	margin-bottom: 20px;

	font-size: 0;

}

.in-news .tit span {

	line-height: 1;

	border-left: 4px solid #828fd3;

	display: inline-block;

	padding-left: 15px;

	font-weight: bold;

	font-size: 20px;

}

.in-news .tit small {

	color: #999;

	text-transform: uppercase;

	font-size: 14px;

	padding-left: 10px;

}

.in-news .tit .more {

	float: right;

	font-size: 14px;

	background: url(../images/iconmore.png) no-repeat right center;

	padding-right: 15px;

}

.in-news-left {

	float: left;

}

.in-news-right {

	float: right;

}

.list-3 li {

	border-bottom: 1px dashed #a7a7a7;

}

.list-3 li a {

	display: block;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	line-height: 40px;

	background: url(../images/dian.png) no-repeat 0 center;

	padding-left: 25px;

}

.list-3 li span {

	float: right;

	color: #999;

}

.footer {

	background-color: #1c1c1c;

	color: #fff;

	padding-bottom: 30px;

}

.footer a {

	color: #888;

}

.footer-link {

	margin-bottom: 30px;

	font-size: 0;

	padding: 30px 0 20px;

	border-bottom: 1px solid #2ead54;

	text-align: center;

}

.footer-link a {

	display: inline-block;

	vertical-align: middle;

	font-size: 14px;

	margin: 0 20px;

}

.footer-link span {

	color: #294a72;

	padding: 0 20px;

}

.footer-logo {

	float: left;

	margin-right: 30px;

	padding: 10px 0;

}

.footer-info {

	float: left;

	line-height: 1.8;

}

.footer-info p {

	margin: 0;

}

.footer-ewm {

	float: right;

	width: 220px;

}

.footer-ewm img {

	width: 120px;

}

.footer-ewm p {

	text-align: center;

	margin: 10px 0 0;

}

.container1{

    width: 1200px;

    padding-top: 67px;

    margin: 0 auto;

    height: auto;

    padding-bottom: 30px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.container2{

    width: 1200px;

    padding-top: 15px;

    color: #999;

    margin: 0 auto;

    text-align: center;

    padding-bottom: 20px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}





.con_bt {

    line-height: 40px;

    height: 40px;

    overflow: hidden;

    font-size: 18px;

    /*color: #ff6e0e;*/

}





.banner-sub {

	height: 350px;

	background: no-repeat center / cover;

}

.position {

	padding: 20px 0;

	background-color: #f1f1f1;

}

.position span {

	background: url(../images/crumbs_bg.png) no-repeat 0 center;

	padding-left: 25px;

}

.daodu {

	background-color: #fafafa;

	color: #999;

	margin: 16px;

	padding: 15px 30px;

	line-height: 2em;

}

.ct2-sd {

	float: right;

	width: 240px;

}

.ct2-mn {

	float: left;

	width: 920px;

}

.mrt {

	background-color: #e7e7e7;

	height: 47px;

	line-height: 47px;

	border-left: #828fd3 5px solid;

	font-size: 16px;

	font-weight: bold;

	text-indent: 20px;

    margin-top: 0;

    margin-bottom: 25px;

}

.lmms {

	background: #fff;

	border-bottom: 1px #828fd3 dashed;

	padding: 10px;

	margin-top: 10px;

	line-height: 28px;

	font-size: 16px;

	margin-bottom: 10px;

}

/*.panel-sd {

	margin-bottom: 20px;

	background-color: #f6f6f6;

}*/

.panel-sd:last-child {

	margin-bottom: 0;

}

.panel-sd .tit {

	text-align: center;

	color: #fff;

	font-size: 20px;

	background-color: #8454cc;

	padding: 15px 0;

}

.panel-sd .tit span {

	display: block;

	text-transform: uppercase;

	font-size: 14px;

	color: #fff;

}

.title{

    display: flex;

    justify-content: center;

    align-items: center;

}

.title hr{

    height: 1px;

    border: none;

    border-bottom: 1px dashed #AC9CDA;

}

.title label{

    height: 46px;

    padding: 0 39px;

    border-radius: 0 23px 23px 0;

    background: #592a96;

    line-height: 46px;

    font-size: 22px;

    font-weight: bold;

    color: rgba(255, 255, 255, 1);

}

.lanmu li:last-child {

	border-bottom: 0;

}

.lanmu li>a {

	display: block;

	line-height: 44px;

	padding: 0  20px;

}

.lanmu li .arr {

	float: right;

	height: 45px;

	width: 40px;

	position: relative;

	cursor: pointer;

}

.lanmu li .arr:after {

	content: '';

	border-top: 2px solid #ccc;

	border-left: 2px solid #ccc;

	-webkit-box-sizing: content-box;

	box-sizing: content-box;

	display: block;

	width: 8px;

	height: 8px;

	margin: auto;

	position: absolute;

	top: 0;

	bottom: 0;

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

	right: 15px;

}

.lanmu-box {

	display: none;

}

.lanmu-box p {

	margin: 0;

	border-top: 1px dotted #ddd;

	padding-left: 15px;

}

.lanmu-box p a {

	padding: 0 25px;

	display: block;

	line-height: 40px;

}

.lanmu-box p a.on {

	color: #828fd3;

}

.lanmu li>a:hover, .lanmu li.active>a {

    color: #ffffff;

   font-size: 20px;

    background-color: #592a96 ;

    padding: 1px 40px;

}

.lanmu li.open .lanmu-box {

	display: block;

}

.lanmu li.open .arr:after {

	-webkit-transform: rotate(225deg);

	transform: rotate(225deg);

}

.list-7 {

	padding: 15px;

}

.list-7 li a {

	display: block;

	line-height: 26px;

	font-size: 14px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	border-bottom: 1px #e6e6e6 solid;

	padding-bottom: 3px;

	margin-bottom: 3px;

}

.list-7 li span {

	display: inline-block;

	vertical-align: top;

	width: 20px;

	line-height: 20px;

	text-align: center;

	background-color: #999;

	color: #fff;

	margin-top: 3px;

	margin-right: 5px;

	-webkit-transform: scale(0.8);

	transform: scale(0.8);

}

.list-7 li:nth-of-type(1) span, .list-7 li:nth-of-type(2) span, .list-7 li:nth-of-type(3) span {

	background-color: #8454cc;

}

.pages {

	margin: 30px 0 0;

	text-align: center;

	font-size: 0;

}

.list-4 li {

	border-bottom: 1px solid #ddd;

	padding-bottom: 20px;

	margin-bottom: 20px;

}

.list-4 li a {

	display: block;

	overflow: hidden;

}

.list-4 li .img-center {

	float: right;

	width: 165px;

}

.list-4 li .date {

	float: left;

	border-right: 3px solid #e3e1e2;

	color: #999;

	font-size: 12px;

	text-align: center;

	padding: 24px 0;

	width: 130px;

}

.list-4 li .date span {

	display: block;

	font-size: 45px;

	line-height: 1;

	margin-bottom: 10px;

}

.list-4 li .text {

	margin: 0 195px 0 160px;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;

}

.list-4 li .text h3 {

	margin: 0;

	font-size: 18px;

}

.list-4 li .text p {

	margin: 15px 0 0;

	color: #888;

	line-height: 1.8;

}

.list-4 li a:hover .img-center img {

	-webkit-transform: scale(1.1);

	transform: scale(1.1);

}

.list-4 li a:hover .text {

	-webkit-transform: translateX(10px);

	transform: translateX(10px);

}

.content-title {

	margin-bottom: 20px;

	text-align: center;

}

.content-title h1 {

	font-size: 22px;

	margin: 0;

}

.content-title p {

	margin: 15px 0 0;

	font-size: 12px;

	color: #999;

	border-top: 1px dashed #ddd;

	padding-top: 15px;

}

.content-title p span {

	padding: 0 10px;

	display: inline-block;

}

.wztuijian span {

	height: 55px;

	font-size: 16px;

	line-height: 55px;

	color: #828fd3;

}

.wztuijian li {

	height: 46px;

	font-size: 16px;

	line-height: 46px;

	color: #828fd3;

	border-top: 1px dashed #828fd3;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.content-body p {

	margin: 15px 0;

	font-size: 16px;

}

.content-body h2 {

	font-size: 18px;

	line-height: 40px;

	color: #828fd3;

	padding-left: 20px;

	background-color: #f5f5f5;

	font-weight: bold;

	margin-top: 20px;

	border-left: 3px #828fd3 solid;

	border-right: 3px #828fd3 solid;

}

.content-body {

	line-height: 1.8;

}

.content-body img {

	max-width: 100% !important;

	height: auto !important;

}

.content-exp {

	padding: 10px 15px;

	font-size: 14px;

	background-color: #f5f5f5;

	margin-top: 20px;

	border-radius: 5px;

}

.content-exp li {

	line-height: 2;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.contact {

    float: left;

	font-size: 14px;

	color: #888;

}

.contact p {

	margin-top: 0;

}

.map {

	height: 400px;

}

.yunu-footer-fix {

	position: fixed;

	bottom: 0;

	left: 0;

	width: 100%;

	background-color: #828fd3;

	z-index: 10;

	display: none;

}

.yunu-footer-fix li {

	float: left;

	width: 33%;

}

.yunu-footer-fix li a {

	display: block;

	text-align: center;

	color: #fff;

	padding: 7px 0;

	font-size: 12px;

	line-height: 1;

}

.yunu-footer-fix li i {

	display: block;

	height: 20px;

	background: no-repeat center;

	background-size: contain;

	margin-bottom: 4px;

}

.yunu-footer-fix li i.i1 {

	background-image: url(../images/f_01.png);

}

.yunu-footer-fix li i.i2 {

	background-image: url(../images/f_02.png);

}

.yunu-footer-fix li i.i3 {

	background-image: url(../images/f_03.png);

}

.yunu-footer-fix li i.i4 {

	background-image: url(../images/f_04.png);

}

 @media screen and (max-width: 767px) {

body {

	min-width: 320px;

	padding-top: 50px;

	padding-bottom: 50px;

}

.container {

	width: auto;

}

#message .m-content .m-message {

	width: 90%;

	padding: 20px;

}

.kf {

	display: none;

}

.header {

	padding: 10px 0;

	position: fixed;

	z-index: 10;

	width: 100%;

	top: 0;

	left: 0;

	-webkit-box-shadow: 0 0 10px #ddd;

	box-shadow: 0 0 10px #ddd;

}

.header .topbar, .header .text, .header .tel {

	display: none;

}

.header .logo {

	height: 82px;

	line-height: 30px;

	float: none;

	padding: 0;

}

.header .nav {

	margin: 10px 0 -10px;

	text-align: left;

	display: none;

	background: transparent;

	border-bottom: 0;

}

.header .nav ul {

	margin: 0 -15px;

}

.header .nav li {

	display: block;

	margin: 0;

	border-top: 1px solid #eee;

	background: none;

}

.header .nav li a {

	line-height: 40px;

	padding: 0 15px;

	color: #333;

}

.header .nav li .arr {

	display: block;

}

.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {

	background-color: transparent;

	color: #828fd3;

}

.header .nav li.open .arr:after {

	border-color: #828fd3;

	-webkit-transform: rotate(225deg);

	transform: rotate(225deg);

}

.header .nav .dropdown-box {

	position: static;

	background-color: #f5f5f5;

	min-width: auto;

	text-align: left;

}

.header .nav .dropdown-box a {

	color: #333 !important;

	border-top: 1px dotted #ddd;

	padding: 0 15px;

	line-height: 40px;

	background-color: transparent !important;

	border-bottom: 0;

}

.header .nav .dropdown-box a:hover {

	background-color: transparent !important;

}

.menu-btn {

	display: block;

}

.banner .swiper-slide {

	height: 200px;

}

.pc-slide {

	float: none;

	width: auto;

	margin-bottom: 16px;

}

.yunu-showcase-info {

	margin: 20px 0 0;

}

.yunu-showcase-info h1 {

	padding-bottom: 10px;

}

.yunu-showcase-info p {

	margin-top: 10px;

}

.yunu-sou {

	padding: 0;

}

.yunu-sou .container {

	padding: 0;

}

.yunu-sou .hot {

	display: none;

}

.yunu-sou .hform {

	float: none;

	position: relative;

}

.yunu-sou .hform input {

	font-size: 14px;

	border-color: transparent;

	width: 100%;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	line-height: 20px;

	padding: 9px 60px 9px 15px;

	border-radius: 0;

	background-color: #f5f5f5;

}

.yunu-sou .hform button {

	position: absolute;

	right: 0;

	top: 0;

	width: 50px;

	height: 40px;

	font-size: 14px;

}

.section {

	padding: 30px 0;

}

.section-title {

	font-size: 20px;

	margin-bottom: 20px;

}

.section-title small {

	font-size: 12px;

}

.section-title p {

	max-width: none;

}

.list-1, .list-2 {

	margin: -10px 0 0 -10px;

}

.list-1 li, .list-2 li {

	width: 50%;

}

.list-1 li a, .list-2 li a {

	margin: 10px 0 0 10px;

}

.list-1 li .img-center {

	height: 118px;

	line-height: 118px;

}

.in-prd-cate {

	display: none;

}

.in-prd-con {

	float: none;

	width: auto;

	background-color: transparent;

	padding: 0;

}

.in-prd-con .list-1 li {

	width: 50%;

}

.in-prd-con .list-1 li .img-center {

	height: 160px;

	line-height: 160px;

}

.in-about dt {

	float: none;

	width: auto;

}

.in-about dd {

	margin: 20px 0 0;

}

.in-choose-left, .in-choose-right {

	float: none;

}

.in-choose {

	width: auto;

}

.in-choose dl {

	background-size: 30px auto;

	margin: 0 0 20px;

	padding-left: 40px;

}

.in-choose dt {

	padding-top: 0;

	font-size: 18px;

}

.in-choose dd {

	padding-left: 20px;

}

.in-choose .img-center {

	display: none;

}

.in-choose-right dl {

	margin: 20px 0 0;

}

.in-dd {

	background-position: center right;

	min-height: 0;

}

.in-dd h4 {

	font-size: 20px;

}

.in-dd p {

	font-size: 14px;

}

.list-2 li .img-center {

	height: 110px;

	line-height: 110px;

}

.in-news-left, .in-news-right {

	float: none;

}

.in-news-left {

	margin-bottom: 30px;

}

.in-news {

	width: auto;

}

.in-news .tit {

	margin-bottom: 10px;

	padding-bottom: 20px;

}

.in-news .tit span {

	font-size: 18px;

}

.in-news .tit small {

	font-size: 12px;

}

.in-news .tit .more {

	font-size: 12px;

}

.list-3 li span {

	font-size: 12px;

}

.footer {

	padding: 30px 0;

}

.footer-logo {

	display: none;

}

.footer-ewm {

	float: none;

	width: auto;

	margin-top: 20px;

}

.footer-info {

	float: none;

	font-size: 12px;

	text-align: center;

}

.footer-link {

	display: none;

}

.pages {

	margin-top: 15px;

}

.pages a {

	font-size: 12px;

	line-height: 30px;

	padding: 0 12px;

}

.position {

	padding: 10px 0;

	font-size: 12px;

}

.position span {

	padding-left: 15px;

	background-size: auto 15px;

}

.banner-sub {

	height: 234px;

}

.ct2-sd {

	display: none;

}

.ct2-mn {

	float: none;

	width: auto;

}

.list-4 li {

	padding-bottom: 15px;

	margin-bottom: 15px;

}

.list-4 li .img-center {

	display: none;

}

.list-4 li .date {

	width: 60px;

	text-align: left;

	padding: 0;

}

.list-4 li .date span {

	font-size: 30px;

}

.list-4 li .text {

	margin: 0 0 0 80px;

}

.list-4 li .text h4 {

	font-size: 14px;

}

.list-4 li .text p {

	font-size: 12px;

	margin-top: 10px;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;

	overflow: hidden;

}

.content-title {

	margin-bottom: 15px;

}

.content-title p {

	margin-top: 10px;

	padding-top: 10px;

}

.content-title p span {

	padding: 0 5px;

}

.content-exp {

	margin-top: 15px;

}

.panel-sd .tit {

	font-size: 18px;

	padding: 10px 0;

}

.panel-sd .tit span {

	font-size: 12px;

}

.contact {

	font-size: 14px;

}

.map {

	height: 300px;

}

.yunu-footer-fix {

	display: block;

}

.m-message {

	width: 100%;

	margin: 48px auto 0;

}



.m-message label {

	width: 100%;

	margin-bottom: 15px;

	display: block;

	font-size: 14px;

	overflow: hidden;

}

.m-message label em {

	display: block;

	float: right;

	color: red;

	height: 32px;

	line-height: 32px;

}

.m-message label span {

	width: 20%;

	height: 34px;

	line-height: 34px;

	color: #2f2f2f;

	float: left;

	font-weight: bold;

	text-align: right;

	margin-right: 0px;

	display: inline-block;

}

.m-message label input.inp, .m-message label textarea, .m-message label.code input {

	width: 77%;

	overflow: hidden;

	height: 32px;

	line-height: 32px;

	border: #cccccc 1px solid;

	border-radius: 3px;

	padding: 0 14px;

	box-sizing: border-box;

	color: #555;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

	-webkit-transition: border-color ease-in-out 0.15s,  -webkit-box-shadow ease-in-out 0.15s;

	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}

.m-message label input:focus, .m-message label textarea:focus {

	border-color: #66afe9;

	outline: 0;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),  0 0 8px rgba(102, 175, 233, 0.6);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),  0 0 8px rgba(102, 175, 233, 0.6);

}

.m-message label textarea {

	height: 72px;

	line-height: 24px;

	padding: 10px 14px;

}

.m-message label.code {

	line-height: 34px;

}

.m-message label.code input {

	width: 112px;

	float: left;

	margin-right: 30px;

}

.m-message label.code .pic {

	display: inline-block;

}

.m-message label.code img {

	width: 60px;

	height: 17px;

	vertical-align: middle;

}

.btn-1 input {

	width: 52px;

	height: 32px;

	line-height: 32px;

	background: #e8e8e8;

	border: none;

	color: #333;

	margin-right: 22px;

	cursor: pointer;

	transition: 0.3s;

}

.btn-1 {

	padding-left: 100px;

}

.btn-1 input.focus {

	background: #828fd3;

	color: #fff;

}

.btn-1 input.focus:hover {

	background: #444;

}

.btn-1 input:hover {

	background: #ccc;

}



}

.pagination p {

	margin: 0;

	cursor: pointer

}

.pagination {

	height: 40px;

	padding: 20px 0px;

	text-align: center;

}

.pagination a {

	display: inline-block;

	margin-right: 10px;

	padding: 2px 12px;

	height: 24px;

	border: 1px #cccccc solid;

	background: #fff;

	text-decoration: none;

	color: #808080;

	font-size: 12px;

	line-height: 24px;

}

.pagination a:hover {

	color: #828fd3;

	background: white;

	border: 1px #828fd3 solid;

}

.pagination a.cur {

	border: none;

	background: #828fd3;

	color: #fff;

}

.pagination p {

	display: inline-block;

	padding: 2px 12px;

	font-size: 12px;

	height: 24px;

	line-height: 24px;

	color: #bbb;

	border: 1px #ccc solid;

	background: #fcfcfc;

	margin-right: 8px;

	float: left;

}

.pagination p.pageRemark {

	border-style: none;

	background: none;

	margin-right: 0px;

	padding: 4px 0px;

	color: #666;

}

.pagination p.pageRemark b {

	color: red;

}

.pagination p.pageEllipsis {

	border-style: none;

	background: none;

	padding: 4px 0px;

	color: #808080;

}

.dates li {

	font-size: 14px;

	margin: 20px 0

}

.dates li span {

	float: right

}

.liuyan-title {

	text-align: center;

	font-size: 14px;

	font-weight: bold;

	padding-top: 10px

}

/*手机端*/

@media (max-width: 767px) {

	.ueditor_baidumap{

		width: 100%;

	}

}

/*平板电脑*/

@media (min-width: 768px) and (max-width: 991px) {

	.ueditor_baidumap{

		width: 100%;

	}

}

/*PC端*/

@media (min-width: 768px) {

	.ueditor_baidumap{

		width: 100%;

	}

}

