@charset "utf-8";

body{
	background: #f2f2f2;
}

html, body{
	font: 12px/1.5 "Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
html {
	color: #666666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
/*
	***********格式化******
*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	border: 0;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	font-family: "Microsoft YaHei",arial;
	margin: 0;
	padding: 0;
}
a {
	color: #666666;
	text-decoration: none;
	background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
	/* blr:expression(this.onFocus=this.blur()); */
}
a:focus {
	outline: 0;
}
a:active,
a:hover {
	outline: 0;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode:bicubic;
}
/*legend*/
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline:none;
	vertical-align: middle;
}
button,
input {
	line-height: normal;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input.submit {
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
}
input[type="text"],
input[type="number"]{
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,
ol,
li {
	list-style: none;
	/*float: left;*/
}
i, em{
	font-style: normal;
}
/*清除浮动*/
.clearfixss:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfixss {
	zoom: 1;
}
.clear {
	clear: both;
}

.fl {
	float:left;
	display: block;
}
.fr {
	float:right;
	display: block;
}


.i_wraps {
	margin: 0 auto;
	width: 1200px;
}


/*.banner {*/
/*	min-width: 1200px;*/
/*	position: relative;*/
/*}*/


/*头部部分*/
.hd_header_wrap{
	width: 100%;
	height: 80px;
	position:relative;
	z-index: 10;
	background: #252525;
}
.hd_header_wrap::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #252525;
	opacity: 0.5;
	z-index: -1;
}
.hd_header{
	height: 80px;
	display: flex;
	align-items: center;
	z-index: 1;
	position: relative;
}
.hd-logo img{
	width: 170px;
	-height: 37px;
}
.hd-ullists{
	margin-left: 57px;
}
.hd-ullists>li{
	display: inline-block;
}
.hd-ullists>li.active a{
	color: #ff6c00;
}
.hd-ullists>li{
	margin-right: 30px;
}
.hd-ullists>li:last-child{
	margin-right: 0;
}
.hd-ullists a{
	color: #fff;
	font-size: 16px;
	transition: all 0.5s;
}
.hd-ullists a:hover{
	text-decoration: none;
	color: #ff6c00;
}
.hd-login{
	position: absolute;
	right: 0;
	top: 27px;
}
.hd-login>span{
	width:42px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 2px;
	margin-right: 5px;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
}
#logines{
	background-color: #ff6c00;
	color: #fff;
	border: none;
}
#registers{
	border: solid 1px #ff6c00;
	color: #ff6c00;
}
.headTitle{
	height: 80px;
	line-height: 80px;
	width: 800px;
	padding-left:310px;
	margin-right: 0!important;
}
.headTitle span{
	margin-right: 40px;
	font-size: 18px;
	cursor: pointer;
}
.loginReg{
	float: right;
	margin-top: -55px;
}
.loginReg span{
	width: 74px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.login{
	border: 1px solid #ff6c00;
	margin-right: 15px;
	color: #ff6c00;
}
.registe{
	color: white;
	background-color: #ff6c00;
	border: none;
}
/* 
****************登陆*************
 */
.login-banner {
	width:300px;
	height: 480px;
	position: absolute;
	top: 130px;
	z-index: 9999999;
	right: 148px;
	display: none;
}
.login-banner .login-banner-box {
	width:300px;
	height: 480px;
}

.login-banner-box .login-alert {
    background-color: #fff;
    width: 300px;
	height: 386px;
	border-radius: 4px;
	box-shadow: 2px 2px 15px #ddd;
}

.login-alert-list {
	margin-bottom: 15px;
	text-align: center;
}
.login-alert-list-text {
	display: inline-block;
	font-size: 22px;
    color: #333333;
	padding: 12px 13px 10px;
	border-bottom: 2px #66b1ff solid;
}
.login-alert-form {
	padding: 0 10px;
}
.login-alert-form .login-alert-form-ctrls {
    border-bottom: 1px solid #d2d2d5;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
}
  
.login-alert-form-name label {
    background: url('/static/index/moban1/icon-name.png')no-repeat center center;
}
.login-alert-form-ctrls label {
    width: 40px;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}
.login-alert-form-ctrls input[type="text"], .login-alert-form-ctrls input[type="password"] {
	width: 240px;
	height: 50px;
    line-height: 50px;
    float: left;
    text-indent: 3px;
    border: none;
    outline: none;
    background-color: transparent!important;
}
.login-alert-form-password label {
    background: url('/static/index/moban1/icon-password.png')no-repeat center center;
}
.login-alert-form-code label {
    background: url('/static/index/moban1/icon-code.png')no-repeat center center;
}
.login-alert-form .form-no-password {
	font-size: 14px;
	color: #333333;
    height: 24px;
	line-height: 24px;
	margin: 15px 0 20px;
	padding: 0 13px;
}

.form-no-password .form-no-password-right {
    display: block;
    float: right;
    color: #333333;
    text-align: right;
}
.login-alert-form .login-alert-form-btn {
    margin: 0 0 20px;
}
.login-alert-form-btn .btn {
	display: block;
	width: 264px;
    height: 46px;
    margin: 0 auto;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    line-height: 46px;
    outline: 0 none;
    text-align: center;
    transition: all 0.4s ease 0s;
	background-color: #66b1ff;
    border-radius: 22px;
}
  
.login-alert-form .enrols {
	color: #169BD5;
	float: right;
}
.login-alert-form-nroll {
	font-size: 14px;
	text-align: center;
	color: #333333;
}
.login-alert-form-nroll a.enroll {
	font-size: 14px;
    text-decoration: underline;
    color: #66b1ff;
}

/* 
***********************注册*************
*/
.pop-mask {
	display: none;
	top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 60000;
    background-color: rgb(0, 0, 0)
}
.pop-register {
	min-width: 1200px;
	font-size: 14px;
	height: 740px;
	background-color: #fff;
}
.pop-register-item {
	width: 1200px;
	margin: 0 auto;
}


.register-alert {
	margin-top: 20px;
	/* width: 390px; */
	/*border-radius: 4px;*/
	position: relative;
	margin: auto;
}
.register-alert-close {
	position: absolute;
    top: -16px;
	right: -17px;
	cursor: pointer;
}
.register-alert-list {
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #eaeaea;
}
.registerd_header_ul {
	width: 175px;
	margin: 0 auto;
}
.registerd_header li.on {
	color: #66b1ff;
}
.register-alert-list-text {

	width: 175px;
	position: relative;
	text-align: center;
	font-size: 18px;
	padding: 0 0 15px;
	color: #ff6c00;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.register-alert-list-text:after {
	display: block;
	content: '';
	width: 175px;
	position: absolute;
	top: 42px;
	border-bottom: 2px solid #66b1ff;
}
.register-alert-form {
	padding: 0 20px;
}
.register-alert-form .register-alert-form-ctrls {
    border: 1px solid #d2d2d5;
    background-color: #ffffff;
    width: 100%;
    height: 60px;
	margin-top: 15px;
}
  
.register-alert-form-name label {
    background: url('/static/index/moban1/icon-name.png')no-repeat center center;
}

.register-alert-form-phone label {
    background: url('/static/index/moban1/icon-phone.png')no-repeat center center;
}

.register-alert-form-qq label {
	background: url('/static/index/moban1/icon-qq.png')no-repeat center center;
}

.register-alert-form-code-info {
    width: 120px;
	height: 58px;
	line-height: 58px;
	text-align: center;
    color: #66b1ff;
	border: none;
    border-left: 1px solid #d2d2d5;
	font-size: 14px;
	background-color: #ffffff;
	border-radius: 3px;
	/*margin-top: 10px;*/
}

.register-alert-form-code label {
    background: url('../images/icon-safe.png')no-repeat center center;
}

.register-alert-form-porn label {
    background: url('../images/icon-code.png')no-repeat center center;
}
.register-alert-form-ctrls label {
    width: 40px;
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 0;
}
.register-alert-form-ctrls input[type="text"], .register-alert-form-ctrls input[type="password"] {
	width: 308px;
	height: 60px;
    line-height: 60px;
    float: left;
    text-indent: 3px;
    border: none;
    outline: none;
    background-color: transparent;
}
.register-alert-form-ctrls.register-alert-form-code input[type="text"]{
    width: 188px;
}
.register-alert-form-password label {
    background: url('../images/icon-password.png')no-repeat center center;
}
.register-alert-form .form-no-password {
	font-size: 14px;
	color: #999999;
    height: 24px;
	line-height: 24px;
	margin: 15px 0 20px;
	padding: 0 13px;
}
.form-no-password .enroll {
	font-size: 14px;
    color: #66b1ff;
}
.register-no-password .register-no-password-right {
    display: block;
    float: right;
    color: #333333;
    text-align: right;
}
.register-alert-form .register-alert-form-btn {
    margin: 0 0 20px;
}
.register-alert-form-btn .btn {
	display: block;
	width: 340px;
    height: 46px;
    margin: 0 auto;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    line-height: 46px;
    outline: 0 none;
    text-align: center;
    transition: all 0.4s ease 0s;
	background-color: #66b1ff;
    border-radius: 22px;
}
  
.register-alert-form .enrols {
	color: #169BD5;
	float: right;
}
.register-alert-form-nroll {
	font-size: 14px;
	text-align: center;
	color: #999999;
	padding-bottom: 25px;
}
.register-alert-form-nroll a.enroll {
	font-size: 14px;
    text-decoration: underline;
	color: #66b1ff;
}

/*footer*/
.mj_footer {
	min-width: 1200px;
	color: #999999;
	box-sizing: border-box;
	background-color: #ffffff;
}
.mj_footer a:hover p{
	color: #66b1ff;
}
.mj_c_12 .mj_top{
	padding-top: 40px;
}
.mj_footer .footer_fl {
	margin-right: 75px;
}
.footer_fl_tit {
	color: #333;
	font-size: 16px;
	padding: 0px 0 15px;
}
.footer_p {
	line-height: 32px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.footer_fl_tit {
	color: #333;
	font-size: 16px;
	padding: 0px 0 15px;
	font-weight: normal;
}
.footer_contact p.footer_p {
	width: 340px;
	text-align: left;
}
.footer_code .footer_weixin {
	/*width: 125px;*/
	margin-left: 60px;
	font-size: 16px;
	color: #666;
}
.footer_weixin img {
	width: 100%;
	vertical-align: middle;
}
.footer_weixin .footer_follow {
	font-size: 14px;
	padding: 20px 0 15px;
	color: #666;
	text-align: center;
}
.hr {
	width: 100%;
	height: 1px;
	/* background-color: #dcdcdc; */
	/* margin-top: 20px; */
}
.mj_copy {
	padding: 20px 0;
	font-size: 14px;
}
.mj_copy .common_wid{
	padding: 0 0 10px;
}
.common_wid span{
	color: #666;
}
.common_wid a{
	margin-right: 5px;
	color: #999;
}
.mjq_footer_fr {
	height: 52px;
}
.center {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	align-items: center;
}
.mj_footer_fr a{
	margin-left: 10px;
}

.login-tip {
	color: #ff6000;
	text-align: center;
}

/* 登录框位置定位配置 */

@media only screen and (min-width:1180px) and (max-width: 1640px) {
	.login-banner{
		right: 0;
	}
}
@media only screen and (min-width:1660px) and (max-width: 1700px) {
	.login-banner{
		right: 28px;
	}
}    
	.headTitle a{
		color: #666;
	}
	.headTitle a:link {color: #666; text-decoration:none;}
	.headTitle a:visited {color: #666;text-decoration:none;}
	a:visited{
		text-decoration: none;
	}
	.loginReg a span{
		border-radius:2px ;
	}
	.login,.registe{
		font-size: 14px!important;
	}
	.clearfixss a:hover{
		color: #66b1ff;
	}
	.actives{
		color: #66b1ff !important
	}
	#myCarousel img{
		height: 480px;
		width: 100%;
	}
	#zygetSmsCode{
		width: 120px;
		height: 42px;
		margin-top: 4px;
		background-color: #f5f5f5;
		border: 1px solid #d0d0d0;
		border-radius: 5px;
		font-size: 14px;
	}
	#shortmessagecode{
		display: none;
	}
	.democlasses .layui-layer-title,.democlasse .layui-layer-title{
		text-align: center;
		padding: 0;
		font-size: 16px;
		color: #333;
	}
	.democlasses>div.layui-layer-btn,.democlasse>div.layui-layer-btn{
		text-align: center;
	}
	.democlasses>div.layui-layer-btn>a,.democlasse>div.layui-layer-btn>a{
		border-color: #ff6c00;
		background-color: #ff6c00;
	}
	.democlasses>div.layui-layer-btn>a:last-child{
		background-color: #fff;
		color: #ff6c00;
		border: 1px solid #ff6c00;
	}
.carousel-fade .carousel-inner .item>img{
	width: 100%;
}
.floatRightPos{
	position: fixed;
	top: 60%;
	right: 10px;
	z-index: 99999999;
}
.zaixianzixunbufen{
	width: 50px;
	height: 130px;
	background-image: linear-gradient(0deg, #66b1ff 0%, #66b1ff 100%);
	box-shadow: 0px 0px 13px 0px 
		rgba(167, 81, 18, 0.61);
	border-radius: 2px;
	position: relative;
	transition: 0.4s;
	cursor: pointer;
}
.zaixianzixunbufen>section>span{
	display: block;
	padding: 12px;
	padding-bottom: 0;
	cursor: pointer;
}
.zaixianzixunbufen>section>span:last-child{
	writing-mode:tb;
	font-size: 16px;
	color: #fefefe;
}
.lianxiQQs {
	transition: 0.4s;
	position: absolute;
	right: 0px;
	top: 0;
	padding-top: 8px;
	width: 200px;
	height: 130px;
	background-image: linear-gradient(0deg, #66b1ff 0%, #66b1ff 100%);
	opacity: 0;
}
.lianxiQQs>p{
	padding-left: 25px;
	transition: 0.4s;
	height: 25px;
	line-height: 38px;
	border-right: 1px solid #fefefe;
}
.lianxiQQs>p>a{
	color: #fefefe;
	font-size: 14px;
}
.zaixianzixunbufen:hover{
	width: 250px;
}
.zaixianzixunbufen:hover .lianxiQQs{
	opacity: 1;
	right: 50px;
}	
#logines{
background-color: #66b1ff;
color: #fff;
border: none;
}
#registers {
border: solid 1px #66b1ff;
color: #66b1ff;
}


#contentShowData{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.container-fluid {
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-right: auto;
	margin-left: auto;
}


.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media (min-width:768px) {
	body {
		min-width: 1280px;
	}
}

@media screen and (min-width: 768px) {
    body {
		min-width: 1280px;
	}
	
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

#carousel{
	margin-top: -80px;
}
.carousel-indicators .active {
	width: auto!important;
	height:180px;
	background-color: rgba(255,255,255,0.2)!important;
	color: #fff!important;
	cursor: pointer!important;
	width:25%!important
}
.carousel-indicators>div{
	padding: 20px!important;
	transition: all 0.3s;
}
.carousel-indicators>div .bannerContentTitle{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.banner-js{
	position:absolute;bottom:0;z-index: 999999;width:100%;background:rgba(0,0,0,0.3);
}
.col-lg-3{
    width: 25%;
    float:left;
}
.col-lg-3-lv2{
	margin:0;
	color:#fff;
	cursor:pointer
}
.col-lg-3-lv2>p{
	font-size:14px;
	color:#9e9e9c;
	line-height: 1.8;
	height: 100px;
}
@keyframes sha{
	0% {
		box-shadow: 0 0 0 #ff6c00;
	}
	100% {
		box-shadow: 0 0 70px 1px #ff6c00;
	}
}

.carousel-fade .carousel-inner .item{
  -webkit-transition:opacity 2s linear;-moz-transition:opacity 2s linear ;height: 738px;
  -ms-transition:opacity 2s linear;-o-transition:opacity 2s linear;transition:opacity 2s linear;opacity:0;}
 .carousel-fade .carousel-inner .active{ opacity: 1;}
 .carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left: 0;opacity: 0;}
 .carousel-fade .carousel-inner .next.left,
 .carousel-fade .carousel-inner .prev.right {opacity: 1;}
 @keyframes fadeInUp{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 500px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-fade .carousel-inner .item>img{
	height: 738px;
}
/*平台资源*/
.ptzy{
	width: 100%;
	background-color: #fff;
}
.ptzys{
	width: 1200px;
	margin:30px auto 67px auto;
	text-align: center;
}
.ptzyTitle{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	color: #333333;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.ptzyTitle::after{
	content:'PROVIDE';
	font-size: 58px;
	color: #e7e7e7;
	position: absolute;
	top: 25px;
	left: 50%;
	z-index: -1;
	margin-left: -130px;
}
.ptzyLists{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ptzyLists>div{
	width: 285px;
	height: 200px;
	color: #fefefe;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
.ptzyLists>div:hover>div{
	background-color: rgba(206, 88, 2,0.8);
	-webkit-transition:all 0.3s ;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition:all 0.3s ;
	transition:all 0.3s ;
}
.ptzyLists>div:hover>div .ptzySmallTitle{
	-webkit-transform: translateY(-160px);
	-moz-transform: translateY(-160px);
	-ms-transform: translateY(-160px);
	-o-transform: translateY(-160px);
	transform: translateY(-160px);
}
.ptzyLists>div:hover>div .ptzySmallContent{
	-webkit-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-o-transform: translateY(-60px);
	transform: translateY(-60px);
	opacity: 1;
}
.ptzyLists>div>div{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ptzySmallTitle{
	font-size: 24px;
	text-align: center;
	margin-top: 80px;
	-webkit-transition:all 0.3s ;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition:all 0.3s ;
	transition:all 0.3s ;
}
.ptzySmallContent{
	font-size: 14px;
	padding: 0 18px 0 15px;
	line-height: 1.8;
	text-align: justify;
	-webkit-transition:all 0.3s ;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition:all 0.3s ;
	transition:all 0.3s ;
	opacity: 0;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}

/*资源渠道*/
.zyqd{
	width: 100%;
	height: 600px;
}
.zyqds{
	width: 1200px;
	margin:36px auto 90px auto;
}
.zyqdItem{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.zyqdTitle{
	font-size: 40px;
	color: #fefefe;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.zyqdSmallTitle{
	font-size: 20px;
	color: #ffffff;
	opacity: 0.5;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 15px 0 68px 0;
}
.leftChooseItems{
	width: 128px;
	padding: 14px 0;
	border-right: 1px solid #e5e5e5;
}
.leftChooseItems>li{
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition:all 0.3s ;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.leftChooseItems>li>span{
	display: inline-block;
}
.icos{
	width: 20px;
	height: 20px;
	background-color:#e5e5e5;
	border-radius: 50%;
	margin-right: -10px;
}
.leftChooseItems>li.active{
	color: #ff6c00;
}
.leftChooseItems>li.active .icos{
	background-image: linear-gradient(-31deg, 
		#ff9649 0%, 
		#f6724b 50%, 
		#ed4d4d 100%), 
	linear-gradient(
		#e5e5e5, 
		#e5e5e5);
	background-blend-mode: normal, 
		normal;
		position: relative;
		z-index: 11;
}
.leftChooseItems>li.active .icos::after{
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-image: linear-gradient(-31deg, 
		#ff9649 0%, 
		#f6724b 50%, 
		#ed4d4d 100%), 
	linear-gradient(
		#e5e5e5, 
		#e5e5e5);
	background-blend-mode: normal, 
		normal;
	opacity: 0.3;
	position: absolute;
	top: -5px;
	left: -5px;
}
.zyqdRightItem{
	margin-left: 100px;
	flex: 1;
}
.zyqdRightItem h2{
	font-size: 20px;
	color: #ff6c00;
	margin-bottom: 30px;
}
.zyqdRightItem button{
	margin: 40px 0 25px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition:all 0.3s ;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.zyqdRightItem button:hover{
	opacity: 0.9;
}
.zyqdRightItem p{
	color: #fff;
	font-size: 14px;
}
.zyqdRightItem hr{
	background-color: #999;
	margin-bottom: 22px;
}
.zixunOnliness{
	width: 196px;
	height: 47px;
	background-image: linear-gradient(-90deg, 
		#ed4d4d 0%, 
		#ff9649 100%);
	border-radius: 24px;
	color: #fff;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
.zyqdRightItem>div{
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	position: relative;
}
.zyqdRightItem>div>section{
	position: absolute;
}
.zyqdRightItem>div.active{
	opacity: 1;
	z-index: 1;
}


.whiteLine{
	width: 100%;
	height: 4px;
	background-color: #fff;
	margin: 0;
}

/*代理权益*/
.dlqy{
	width: 100%;
	height: 1580px;
	padding-top: 145px;
}
.headerChooses{
	text-align: center;
	width: 100%;
	height: 60px;
}
.headerChooses>button{
	width: 230px;
	height: 45px;
	background-color: #13141f;
	font-size: 20px;
	color: #fff;
	border: none;
	cursor: pointer;
	border: 1px solid #fff;
}
.headerChooses>button.active1{
	background: url(/newIndex/img/QYxiao1.png) no-repeat;
	background-size: cover;
	border: none;
}
.headerChooses>button.active2{
	background: url(/newIndex/img/DBxiao2.png) no-repeat;
	background-size: cover;
	border: none;
}
.quanyiTable{
	margin: 0 auto;
	width: 1200px;
	height: 1160px;
}
.quanyiTable tr td{
	width: 300px;
	text-align: center;
	border-bottom: solid 1px #eaeaea;
	height: 33px;
	line-height: 33px;
}
.quanyiTable tr:last-child td{
	border: none;
}
.quanyiTable tr{
	display: flex;
}
.quanyiTable tr:first-child td{
	height: 80px;
	font-family: SourceHanSansCN-Medium;
}
.quanyiTable tr td:first-child{
	background-color: #ffffff;
}
.quanyiTable tr td:nth-child(2){
	background-color: #b3b3b3;
	box-shadow: -8px 1px 9px 0px 
		rgba(143, 143, 143, 0.52);
	opacity: 0.85;
}
.quanyiTable tr td:nth-child(3){
	background-color: #3f4548;
	box-shadow: -8px 1px 9px 0px 
		rgba(66, 49, 32, 0.52);
	opacity: 0.85;
}
.quanyiTable tr td:nth-child(4){
	background-color: #112028;
	box-shadow: -8px 1px 9px 0px 
		rgba(44, 22, 0, 0.52);
	opacity: 0.9;
}
.verMiddle{
	vertical-align: middle;
}
.ffc{
	color: #ff6c00!important;
}
.cenjus{
	text-align: center;
	padding-top: 20px;
}
.cenjus>span{
	display: block;
	text-align: center;
}
.cenjus>span:first-child{
	height: 20px;
	line-height: 20px;
}
.cenjus>span:last-child{
	height: 15px;
	line-height: 15px;
	margin-top: 4px;
}
.lianmengjias{
	text-align: center;
	padding-top: 20px;
}
.lianmengjias>span{
	display: inline-block;
	vertical-align: middle;
}
.lianmengjias>span:first-child{
	margin-right: 15px;
}
.lianmengjias>span>b{
	display: block;
	text-align: center;
}
.quanyiTable tr td:first-child{
	font-size: 14px;
}
.quanyiTables{
	margin: 0 auto;
	width: 1200px;
	height: auto;
}
.quanyiTables tr:first-child td{
	padding: 0;
	height: 58px;
	line-height: 58px;
	font-size: 20px;
}
.quanyiTables tr td{
	padding: 18px 0;
	font-size: 14px;
	width: 300px;
	text-align: center;
	border-bottom: solid 1px #eaeaea;
}
.quanyiTables tr td:first-child{
	background-color: #ffffff;
	color: #333;
	opacity: 0.8;
}
.quanyiTables tr td:nth-child(2){
	background-color: #171a24;
	box-shadow: -8px 1px 9px 0px 
		rgba(44, 22, 0, 0.52);
	opacity: 0.9;
	color: #fff;
}
.quanyiTables tr td:nth-child(3){
	background-color: #363636;
	box-shadow: -8px 1px 9px 0px 
		rgba(44, 22, 0, 0.52);
	opacity: 0.9;
	color: #fff;
}
.quanyiTables tr td:nth-child(4){
	background-color: #676767;
	box-shadow: -8px 1px 9px 0px 
		rgba(44, 22, 0, 0.52);
	opacity: 0.9;
	color: #fff;
}
.tabCompares>p{
	display: none;
	width: 1200px;
	margin: 0 auto;
}
.tabCompares>p.active{
	display: block;
}
/*著作权*/
.zzq{
	width: 100%;
	height: 733px;
	background: url(/newIndex/img/zuozuoquanBGM.png) center no-repeat;
	background-size: cover;
}
.zzq .zzqBT{
	font-size: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fefefe;
	margin-top: 50px;
}
.zzq .zzqNR{
	font-size: 20px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #e7e7e7;
	opacity: 0.2;
	margin: 18px 0 54px 0;
}
.zzqs {
    width: 1200px;
    height: 500px;
	display: none;
}
.zzqLists{
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
.zzqItem{
	width: 273px;
	height: 425px;
	border-radius: 5px;
}
.zzqItem>span{
	display: block;
}
.zzqItem>span:first-child{
	width: 100%;
	height:370px;
}
.zzqItem>span:first-child img{
	width: 100%;
	height: 100%;
}
.zzqItem>span:last-child{
	position: relative;
	width: 100%;
	height:58px;
	line-height: 58px;
	text-align: center;
	font-size: 19px;
	color: #fefefe;
}
.zzqItem>span:last-child::after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color:#475978 ;
	opacity: 0.4;
}
.lunbotiao{
	top: 480px!important;
}
.lunbotiao .swiper-pagination-bullet{
	width: 30px;
	height: 6px;
	background-color: #f4f7fe;
	opacity: 0.5;
	border-radius: initial;
}
.lunbotiao .swiper-pagination-bullet-active{
	background-image: linear-gradient(-31deg, 
		#ff9649 0%, 
		#f6724b 50%, 
		#ed4d4d 100%), 
	linear-gradient(
		#f4f7fe, 
		#f4f7fe);
	background-blend-mode: normal, 
		normal;
		opacity: 1;
}
.gywm{
	width: 100%;
	height: 500px;
	background-color: #fff;
	background: url(/newIndex/img/nihaoNews.png) center no-repeat;
	background-size: cover;
}
.gywms{
	margin: 0 auto;
	width: 1200px;
	height: 500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gywm-left{
	width: 540px;
	height: 350px;
	position: relative;
}
.gywmes{
	width: 100%;
	height: 100%;
}
	
.gywmLists img{
	width: 540px;
	height: 285px;
}
.gywmes div.swiper-button-next{
	margin-right: 140px;
	margin-top: 122px;
}
.gywmes div.swiper-button-prev{
	margin-left: 140px;
	margin-top: 122px;
}
:root{
	--swiper-navigation-size: 20px!important;
	--swiper-theme-color:#666!important;
}
.tuces{
	position: absolute;
	color: #00183f;
	font-size: 16px;
	z-index: 999;
	top: 294px;
	left: 240px;
}
.bgess{
	display: block;
	position: absolute;
	width: 516px;
	height: 247px;
	background-image: linear-gradient(-90deg, 
		#ed4d4d 0%, 
		#ff9649 100%);
	top: -14px;
	left: -14px;	
}
.gywm-right>p{
	margin: 57px 0 37px 0;
	font-size: 16px;
	color: #666666;
}
.gywm-right>button{
	width: 196px;
	height: 47px;
	background-image: linear-gradient(-90deg, 
		#ed4d4d 0%, 
		#ff9649 100%);
	border-radius: 24px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 47px;
	border: none;
}
.dt{
	width: 100%;
	height: 836px;
	background: url(/newIndex/img/shujuBG.png) no-repeat;
	background-size: cover;
}
.topHasLine{
	position: relative;
	margin-bottom: 16px;
}
.topHasLine::after{
	position: absolute;
	content: '';
	width:80px;
	height: 2px;
	background-color: #e5e5e5;
	top: -20px;
	left: 0;
}
.topHasLine>span:first-child{
	color: #ff6c00;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 16px;
}
.topHasLine>span:last-child{
	font-size: 14px;
	color: #999999;
}

/*合作流程*/
.hzlc{
	width: 100%;
	height: 586px;
	background: url(/static/index/moban1/b2.png) no-repeat;
	background-size: cover;
}
.hhlcTitle{
	text-align: center;
	height: 49px;
	line-height: 49px;
	font-size: 49px;
	color: #FEFEFE;
	position: relative;
	z-index: 1;
	margin-top: 54px;
	margin-bottom: 90px;
}
.hhlcTitle::after{
	content:"COOPERATION PROCESS";
	font-size: 58px;
	color: #e7e7e7;
	opacity: 0.2;
	position: absolute;
	top: 25px;
	left: 50%;
	width: 750px;
	z-index: -1;
	margin-left: -375px;
}
.hzlcs{
	width: 1200px;
	margin: 0 auto;
}
.liuchengTitle{
	width: 400px;
	margin: 0 auto;
	padding-bottom: 26px;
	border-bottom: 1px solid #d2d2d2;
}
.liuchengTitle>span{
	display: inline-block;
	width: 46%;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}
.liuchengTitle>span.active{
	position: relative;
}
.liuchengTitle>span.active::after{
	position: absolute;
	bottom: -28px;
	left: 48px;
	content: '';
	width: 100px;
	height: 4px;
	background-image: linear-gradient(-90deg, 
		#ef584d 0%, 
		#fc8d4a 100%);
	border-radius: 2px;
}
.FGLC{
}
.FGLC span{
	font-size: 16px;
	color: #ffffff;
}
.FGLC>.FGLCs{
	display: flex;
	padding: 0 50px;
}
.FGLC>.FGLCs>p{
	margin-right: 30px;
	display: inline-block;
	flex: 1;
	height: 100px;
	background-image: linear-gradient(72deg, 
		#181820 0%, 
		#282c34 100%), 
	linear-gradient(
		#f4f5f7, 
		#f4f5f7);
	background-blend-mode: normal, 
		normal;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	position: relative;
	    margin-left: 8px;
		padding-top: 40px;
		box-sizing: border-box;
}
.FGLC>.FGLCs>p:hover{
	background-image: linear-gradient(90deg, 
			#ff9649 0%, 
			#ed4e4d 100%), 
		linear-gradient(
			#f4f5f7, 
			#f4f5f7);
}
.FGLC>.FGLCs>p:hover em{
	color: #ff6c00;
}
.FGLC>.FGLCs>p:hover a{
	background-image: linear-gradient(90deg, 
		#ff9649 0%, 
		#ed4e4d 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
		background-color: initial;
}
.FGLC em{
	position: absolute;
	font-size: 32px;
	color: #ffffff;
	left: 45%;
	bottom: -55px;
}
.FGLC>.FGLCs>p:last-child{
	margin-right: 0;
}
.FGLC b{
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto;
}
.FGLC b{
	display: none;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	-ms-transition:all 0.3s ;
	-o-transition:all 0.3s ;
	transition:all 0.3s ;
	opacity: 0;
	cursor: pointer;
}
.FGLC b.active{
	display: block;
	opacity: 1;
}
.liuchengContent>section{
	display: none;
}
.liuchengContent>section.active{
	display: block;
}



.pictureSlider{height: 100%;transform: rotate(90deg)  translateY(-420px) translateX(116px);}
.poster-list{
	width: 100%;
	height: 100%;
}
.poster-item{background: #fff;height: 354px;width:458px;border-radius: 10px;
	transition: all 0.5s;cursor: default;
	-moz-transition: all 0.5s;cursor: default;
	-webkit-transition: all 0.5s;cursor: default;
	-o-transition: all 0.5s;cursor: default;
	transform: rotate(-90deg);
	overflow: hidden;
}
.xxgy{font-size: 30px;font-weight: 900;padding-left: 10px;}
.poster-item .say{font-size: 18px;margin-bottom: 5px;padding-left: 10px;}
.students_star{padding:10px 10px 0 10px ;}
.cell_list{margin-bottom: 20px;color:#999;font-size: 18px;overflow: hidden;}
.darks{color: #000;padding-left: 10px;}
.zwjs{border-top:1px solid #d0cddb;line-height: 26px;padding-top: 5px;color: #999;font-size: 12px;max-height: 84px;overflow: hidden;}
.for_btn{position: relative;height:354px;overflow:hidden}
.in_page{position: absolute;left: 50%;top:50%;width:40px;height: 40px;margin-left: -20px;margin-top: -20px;}
.in_page>img{width: 40px;height: 40px;}

.check_more{width: 180px;height: 50px;line-height: 50px;text-align: center;color:#fff;background: #bc241d;margin:0 auto;display: block;}

#firstLines,#secondLines{
	display: inline-block;
}
.rightZZQ{
	padding-top: 100px;
}
.rightZZQ .zhuzuoquanH2{
	font-size: 42px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	margin-bottom: 13px;
}
.rightZZQ .zhuzuoquanH3{
	font-size: 36px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	margin-bottom: 42px;
}
.rightZZQ .zhuzuoquanH7{
	font-size: 16px;
	color: #fff;
	height: 16px;
	line-height: 16px;
	
}
.rightZZQ>button{
	display: block;
	width: 126px;
	height: 48px;
	background-image: linear-gradient(-90deg, 
		#ed4e4d 0%, 
		#ffa364 100%), 
	linear-gradient(
		#f8e2c6, 
		#f8e2c6);
	background-blend-mode: normal, 
		normal;
	box-shadow: 3px 4px 8px 0px 
		rgba(245, 115, 87, 0.45);
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	border: none;
	margin-top: 42px;
}


.shanshuoss{
	display: none;
}
.classNameees {
	-webkit-animation: twinkling 1s infinite ease-in-out;
	display: inline-block!important;
}

.animatededd {
	display: inline-block!important;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes twinkling {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes twinkling {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.liaojieMore{
	border: none;
	margin-top: 30px;
	width: 126px;
	height: 48px;
	background-image: linear-gradient(-90deg, 
		#ed4e4d 0%, 
		#ffa364 100%), 
	linear-gradient(
		#ff6c00, 
		#ff6c00);
	background-blend-mode: normal, 
		normal;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
}
.FGLCs{
	margin: 78px 0 62px 0;
}
.FGLCs>p {
	-webkit-transition: all 0.2s ;
	-moz-transition:  all 0.2s;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	transition: all 0.2s;
}
.FGLCs>p span,.FGLCs>p em {
	-webkit-transition: all 0.2s ;
	-moz-transition:  all 0.2s;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	transition: all 0.2s;
}
.FGLCs>p:hover span,.FGLCs>p:hover em{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.liuchengContent>section>p>span{
	display: inline-block;
}
.dixianBGs{
	width: 1200px;
	display: flex;
}
.sameLiness{
	flex: 1;
	height: 2px;
	background-color: #939598;
}
.beffss{
	position: absolute;
	left: 45%;
	bottom: -72px;
	width: 20px;
	height: 20px;
	background-color: #939598;
	border-radius: 50%;
}
.FGLCs>p>span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.FGLCs>p>span img{
	display: none;
	margin-bottom: 12px;
}
.FGLCs>p>span img:first-child{
	display: block;
}
.FGLCs>p:hover>span img:first-child{
	display: none!important;
}
.FGLCs>p:hover>span img:last-child{
	display: block!important;
}

.TJYD{
	width: 100%;
	height: auto;
	background: url('/static/index/moban1/b1.jpg') no-repeat center;
	background-size: cover;
}
.TJYDs{
	padding: 60px 0;
	width: 1200px;
	margin: 0 auto;
}
.yueduTitleD{
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	font-size: 40px;
	color: #fff;
}
.tjydLists{
	margin-top: 40px;
	display: flex;
}
.tjydUL{
	flex: 1;
}
.tjydUL{
	margin-right: 40px;
}
.tjydUL:last-child{
	margin-right: 0px;
}
.tjydUL>li{
	margin-bottom: 30px;
}
.tjydUL>li>a{
	color: #fff;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
	width: 380px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: block;
}
.tjydUL>li>a::after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	left: 0;
	top: 10px;
}

#footer {
	width: 100%;
	height: 300px;
	background: #252525;
	clear: both;
}
#footer .footer_main {
	width: 1200px;
	height: 100%;
	min-width: 1200px;
	margin: auto;
}
#footer .footer_main .footer_top {
	width: 100%;
	height: 195px;
	padding-top: 40px;
	border-bottom: 1px solid #5d5c5e;
	/* background: red; */
}
#footer .footer_main .footer_top .footer_top_left {
	width: 800px;
	height: 100%;
	float: left;
}
#footer .footer_main .footer_top .footer_top_left .first_ul {
	height: 47px;
}
#footer .footer_main .footer_top .footer_top_left ul {
	width: 100%;
	height: 26px;
	display: inline-block;
	float: left;
	font-size: 14px;
	padding: 0 5px;
}
#footer .footer_main .footer_top .footer_top_left li {
	width: 120px;
	display: inline-block;
	float: left;
	font-size: 14px;
	padding: 0 5px;
}
#footer .footer_main .footer_top .footer_top_left li {
	color: #a7a7a7;
}
#footer .footer_main .footer_top .footer_top_left .first_ul li {
	font-weight: 900;
	color: #fff;
}
#footer .footer_main .footer_top .footer_top_left li a {
	color: #a7a7a7;
}
#footer .footer_main .footer_top .footer_top_left li:last-child {
	width: auto;
}
#footer .footer_main .footer_top .footer_top_left li {
	width: 120px;
	display: inline-block;
	float: left;
	font-size: 14px;
	padding: 0 5px;
}
#footer .footer_main .footer_top_right {
	width: 390px;
	height: 100%;
	float: right;
}
#footer .footer_main .footer_top_right .footer_top_right_left {
	width: 110px;
	height: 100%;
	color: #a7a7a7;
	font-size: 14px;
	text-align: center;
	margin-left: 40px;
	float: left;
}
#footer .footer_main .footer_top_right .footer_top_right_left img {
	width: 110px;
	height: 120px;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 10px;
}
#footer .footer_main .footer_top_right .footer_top_right_right {
	width: 230px;
	height: 100%;
	float: right;
	color: #fff;
	padding-left: 20px;
}
#footer .footer_main .footer_top_right .footer_top_right_right div:first-child {
	height: 90px;
	width: 100%;
	border-bottom: 1px solid #5d5c5e;
}
#footer .footer_main .footer_top_right .footer_top_right_right .lianxi span:first-child {
	display: inline-block;
	width: 100%;
	height: 20px;
	font-size: 14px;
}
#footer .footer_main .footer_top_right .footer_top_right_right .lianxi span:nth-child(2) {
	display: inline-block;
	width: 100%;
	height: 30px;
	font-size: 24px;
	font-weight: 900;
	padding: 3px 0 1px 0px;
}
#footer .footer_main .footer_top_right .footer_top_right_right .lianxi span:nth-child(3) {
	display: inline-block;
	width: 100%;
	height: 20px;
	font-size: 12px;
	color: #a7a7a7;
}
.lianxiaQQ {
	float: left;
}
.lianxiaQQ img {
	float: left;
	margin-top: 8px;
}
.lianxiaQQ ul li {
	width: 130px;
	margin-top: 2px;
	margin-left: 35px;
}
.lianxiaQQ ul li:first-child a {
	color: #a7a7a7;
	font-size: 14px;
}
.lianxiaQQ ul li:last-child a {
	color: #66b1ff;
	font-size: 14px;
	padding: 2px;
	border: 1px solid #66b1ff;
	border-radius: 5px;
}
#footer .footer_main .footer_top .footer_top_left span {
	display: inline-block;
	height: 75%;
	width: 1px;
	border-right: 1px solid #5d5c5e;
	float: right;
	margin-top: -140px;
}
#footer .footer_main .footer_bottom {
	width: 100%;
	height: 20px;
	color: #a7a7a7;
	padding: 30px 0;
	font-size: 14px;
	text-align: center;
	/* background: skyblue; */
}