@charset "utf-8";

/* CSS Document */

 .book-container .swiper-wrapper {
                -webkit-transition-timing-function: linear;
               
            }


.new-box a:hover{
    opacity: 0.8;
}


.fl .fr{
margin-top: 26px;
}

/*2021.08.02 */

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	overflow: hidden;
}

.container {
	max-width: 1320px;
	width: 90%;
}


/*顶部弹出搜索样式*/


/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 50px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	font-style: normal;
	border-bottom-color: #402465;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #402465;
	color: #fff;
}


/*顶部弹出样式 end*/

.top-tit {
	background: #f3c553;
	text-align: right;
	height: 26px;
	overflow: hidden;
}

.top-tit ul {
	float: right;
	line-height: 26px;
}

.top-tit ul li {
	float: left;
	padding-left: 20px;
	line-height: 26px;
}

.top-tit ul li a {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	font-weight: 300;
}

.top-tit ul li a img {
	padding-right: 3px;
}

.top-logo {
	background: #402465;
	border-bottom: 1px solid #402465;
	min-height: 148px;
}

.top-logo img {
	margin-top: -26px;
}


/*top end*/

.wc-menu {
	background: #402465;
	min-height: 55px;
	border-top: 1px solid #2e1b47;
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
	margin-bottom: 0;
}

.wc-menu ul li {
	line-height: 55px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
}

.wc-menu ul li a {
    font-size: 22px;
    color: #f5c750;
    position: relative;
    display: block;
    /*transition: all 0.2s;*/
    text-decoration: none;
    padding: 0 18px;
    line-height: 58px;
    font-weight:400;
}


.wc-menu ul li a:hover,
.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	background: #f5c750;
	color: #402465;
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: 0px;
	top: 57px;
	background: #402465;
	width: 130px;
	min-width: 100%;
	z-index: 111 !important;
	display: none;
	opacity: 0.95;
}

.wc-menu ul li .ernav ul {
	padding-left: 0;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: left;
	line-height: 34px;
	border: none;
	border-bottom: 1px solid #563288;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 15px;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #f5c750;
	color: #fff;
}


/*menu End*/

img {
	max-width: 100%;
}


/* 本例子css */

.banner {}

.banner img {
	cursor: pointer;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.banner .bpos{
	position: absolute;
	 bottom:40px;
	 z-index:11;
	 text-align:center;
	 width:100%;
}
.banner .swiper-container .swiper-slide {
	position: relative;
}

.banner .swiper-container .swiper-pagination {
	position: relative;
	 display: inline-block;
	 width:auto;
	 bottom:-3px;
	 padding-left: 20px;
	
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #93918c;
	cursor: pointer;
	opacity: 1;
	margin: 0 26px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	background: #f5c750;
	opacity: 1;
}

.banner .swiper-container .swiper-button-next {
	background: none;
	top: -50px;
	cursor: pointer;
	z-index: 11;
	position: initial; display: inline-block;
}

.banner .swiper-container .swiper-button-next img {
	width: 46px;
	height: 45px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
}

.banner .swiper-container .swiper-button-prev {
	background: none;
	top: -50px;
	cursor: pointer;
	z-index: 11;position: initial; display: inline-block;
}

.banner .swiper-container .swiper-button-prev img {
	width: 46px;
	height: 45px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
}


/*banner end*/

.inbg {
	background: url(/_upload/tpl/0c/c4/3268/template3268/images/inbg.jpg) no-repeat center top;
	background-size: cover;
	min-height: 500px;
	padding: 60px 0;
}

.newbg {}

.new-top a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #f5c750;
	padding: 10px 15px;
	text-decoration: none;
	transition: all 1s;
	position: absolute;
	right: 35px;
	top: 72px;
        z-index: 111;
}

.new-top a:hover {
	opacity: 0.8;
	transition: all 1s;
}

.new-top span img:last-child {
	padding-left: 10px;
}

.new-left {
	padding-bottom: 35px;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 11;
}

.new-top span {
	z-index: 111;
	padding: 0 70px;
	position: relative;
	background: #f0f7fe;
}

.zibg {
	width: 90%;
	float: right;
	background: #402465;
	padding-bottom: 52px;
}

.huangxx {
	border: 3px solid #f5c750;
	width: 83%;
	min-height: 642px;
	z-index: 11;
	position: absolute;
	right: 35px;
	top: -92px;
}

.new-left .swiper-container {}

.new-left .swiper-container .swiper-button-next {
	background: none;
	left: 49%;
	top: 89%;
	width: 46px;
	height: 45px;
}

.new-left .swiper-container .swiper-button-next img {
	width: 46px;
	height: 45px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
}

.new-left .swiper-container .swiper-button-prev {
	background: none;
	left: 42%;
	top: 89%;
	width: 46px;
	height: 45px;
}

.new-left .swiper-container .swiper-button-prev img {
	width: 46px;
	height: 45px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
}

.zbg {
	margin-top: 20px;
}

.new-right {
	/*background: #402465;*/
	z-index: 11;
	margin-right: 35px;
	padding-right: 20px;
}

.new-right ul {
	padding-top: 25px;
}

.new-right ul li {
	margin-bottom: 30px;
	border-bottom: 1px solid #5c398b;
	position: relative;
	padding-bottom: 10px;
}

.new-right ul li a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	/*font-weight: bold;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
}

.new-right ul li a:hover {
    color: #e8b74a;
    text-decoration: underline;
}

.new-right ul li p {
	font-size: 14px;
	color: #9484aa;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
}

.new-right ul li span {
	display: block;
	font-size: 18px;
	color: #e8b74a;
	font-weight: bold;
	position: absolute;
	left: 0px;
	bottom: -10px;
	background: #402465;
	padding-right: 5px;
}


/*newbg end*/

.noticebg {
	padding-top: 70px;
}

.new-top2 {}

.new-top2 a {
	color: #fff;
	text-decoration: none;
	background: #f5c750;
	padding: 11px 15px;
	transition: all 1s;
        float: right;
        margin-top: 18px;
}

.new-top2 a:hover {
	opacity: 0.8;
	transition: all 1s;
}

.notice-lul {
	margin-top: 36px;
}

.notice-rul {
	margin-top: 36px;
}

.notice-lul ul {
	padding-left: 0;
}

.notice-lul ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	position: relative;
}

.notice-lul ul li:nth-child(2) {
	margin-right: 0;
}

.notice-lul ul li a {
	cursor: pointer;
	text-decoration: none;
}

.notice-lul ul li a  .nt-img{
  overflow: hidden;
}

.notice-lul ul li .date1 {
	position: absolute;
	left: 17px;
	top: 0;
	background: #402465;
	padding: 5px 15px 15px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
        z-index: 1000;
}

.notice-lul ul li .date1 p {
	font-size: 28px;
	color: #f5c750;
	margin-bottom: 0;
	font-weight: bold;
}

.notice-lul ul li .date1 span {
	font-size: 14px;
	color: #f5c750;
	font-weight: bold;
}

.notice-lul ul li a .nt-img img {
      -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.notice-lul ul li a .nt-img:hover  img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.notice-lul ul li a .nt-tt {
	border: 2px solid #f5c750;
	border-top: 1px solid #f5c750;
	padding: 10px 21px 18px;
}

.notice-lul ul li a .nt-tt h4 {

	color: #402465;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
	font-family:'Noto Serif SC';
	font-weight: 900;
}

.notice-lul ul li a .nt-tt span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #777;
	line-height: 28px;
	
}

.notice-lul ul li a .nt-tt p{
	border-top: 1px solid #bbb;
	margin-top: 10px;
	padding-top: 10px;font-family: 'SourceHanSerifCN-Regular';
}
.notice-lul ul li a .nt-tt p:last-child{
	border-top: none;
	padding-top: 0;
}


.notice-lul ul li a .nt-tt p {
	font-size: 16px;
	color: #402465;
	margin-top: 10px;
}

.notice-lul ul li a .nt-tt p img {
	padding-right: 5px;
	vertical-align: -3px;
}

.notice-lul ul li:hover a .nt-tt {
	border-color: #4b3672;
}

.notice-rul {}

.notice-rul ul {
	padding-left: 0;
}

.notice-rul ul li {
	position: relative;
	margin-bottom: 30px;
	border: 2px solid #f5c750;
	border-top: 4px solid #402465;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.notice-rul ul li:hover {
	border: 2px solid #402465;
	border-top: 4px solid #f5c750;
      box-shadow: 0px 30px 20px -17px rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
}

.notice-rul .date2 {
	position: absolute;
	left: -2px;
	top: -5px;
	background: #402465;
	padding: 5px 15px 15px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	text-align: center;
}

.notice-rul .date2 p {
	font-size: 28px;
	color: #f5c750;
	margin-bottom: 0;
	font-weight: bold;
	
}

.notice-rul .date2 span {
	font-size: 14px;
	color: #f5c750;
}

.notice-rul ul li a {
	display: block;
	text-decoration: none;
	padding: 20px 23px 15px 80px;
}

.notice-rul ul li a i {
	display: block;
	font-size: 18px;
	color: #402465;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-style: normal;

	
	
}

.notice-rul ul li a span {
	display: block;
	font-size: 14px;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	margin-top: 14px;

	
	
}


/**/


/*mingbg*/

.mingbg {
	min-height: 750px;
}

.huangx2 {
	border: 3px solid #f5c750;
	width: 100%;
	min-height: 656px;
	z-index: 11;
	position: absolute;
	left: 0px;
	top: 66px;
}

.new-top-2 a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #f5c750;
	padding: 10px 15px;
	text-decoration: none;
	transition: all 1s;
	position: absolute;
	right: 0px;
	top: 69px;    
        z-index: 11;
}

.new-top-2 span.span-mp {
	background: #fff;
	padding: 0 45px 0 35px;
	z-index: 11;
	position: relative;
	margin-left: 25px;
}

.mbg-container {
	background: url(/_upload/tpl/0c/c4/3268/template3268/images/m1bg.jpg) no-repeat center top;
}

.mbg-container {}

.msw {
	padding: 50px 50px;
	position: relative;
	z-index: 11;
}


.msw .swiper-slide {
	  transition: 300ms;
	  transform: scale(0.95);
}

.msw .swiper-slide-active,.msw .swiper-slide-duplicate-active{
        transform: scale(1.1);
}

.msw .swiper-slide-active .new-box a, .msw .new-box a:hover
{
    opacity: 1;
}

.mbg-container .new-box {
       margin-top: 20px;
}

.mbg-container .new-box a {
	display: block;
	position: relative;
	text-decoration: none;
        opacity: 0.7;
}



.mbg-container .new-box a .date3 {
	position: absolute;
	left: 43px;
	top: 0;
	background: #402465;
	padding: 5px 15px 15px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	text-align: center;
}

.mbg-container .new-box a .date3 p {
	margin-bottom: 0;
	font-size: 28px;
	color: #f5c750;
	font-weight: bold;
}

.mbg-container .new-box a .date3 span {
	font-size: 14px;
	color: #f5c750;
	display: block;
	font-weight: bold;
}

.mbg-container .new-box a .re-tt {
	background: #f5c750;
	padding: 23px 30px;
}

.mbg-container .new-box a .re-tt h4 {
	font-size: 18px;
	color: #402465;
	font-weight: bold;
	margin-top: 0;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mbg-container .new-box a .re-tt p {
	font-size: 14px;
	color: #5a4f69;
	/*font-weight: bold;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mbg-container .swiper-container {
	padding-bottom: 30px;
}

.huangx2 .aa{
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	top: 98%;
	
	
}
.mbg-con .swiper-button-next {
	background: none;
	/*left: 46.7%;
	top: 100%;*/
	left: 0;
	right: 0;
	width: 62px;
	height: 50px;
	opacity: 1;
	cursor: pointer;
	z-index: 11;
	position: relative;
	display: inline-block;
}

.mbg-con .swiper-button-next img {
	width: 62px;
	height: 50px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
	opacity: 1;
	z-index: 11;
	margin-left: -7px;
}

.mbg-con .swiper-button-prev {
	background: none;
	/*left: 42%;
	top: 100%;*/
	left: 0px;
	right: 0px;
	position: relative;
	width: 62px;
	height: 50px;
	opacity: 1;
	cursor: pointer;
	z-index: 11;
	display: inline-block;
}

.mbg-con .swiper-button-prev img {
	width: 62px;
	height: 50px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
	opacity: 1;
	z-index: 11;
}


/*chengbg*/

.chengbg {
	/*background: url(/_upload/tpl/0c/c4/3268/template3268/images/mcshbg.jpg) no-repeat center top;*/
	/*background: url(/_upload/tpl/0c/c4/3268/template3268/images/zhicheng.jpg) no-repeat center top;*/
	margin-top: 80px;
}

.chengbg .cheng-top {
	/*position: absolute;*/
	/*right: 0px;
	top: 0;*/
	width: 100%;
	text-align: right;
	position: relative;
	height: 30px;
}

.cheng-top img {
	margin-right: 112px;
	z-index: 1;
	position: absolute;
	right: 0px;
	top: -80px;
}

.cheng-top a {
	margin-top: 12px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 11px 13px;
	font-weight: bold;
	text-decoration: none;
	transition: all 1s;
	background: #f5c750;
	position: absolute;
	right: 0px;
	top: -26px;
}

.chengxx {
	width: 100%;
	border: 3px solid #f5c750;
	min-height: 640px;
	position: absolute;
	left: 0px;
	top: -14px;
}

.cheng-container {
	background: url(/_upload/tpl/0c/c4/3268/template3268/images/zhicheng.jpg) no-repeat center top;
	min-height: 700px;
}


.cheng {
	float: left;
	margin-left: -70px;
	z-index: 1;
	position: relative;
	background: #e5dfec;
	padding: 10px 0;
}

.chengbg .cheng-container .swiper-container {
	padding-bottom: 30px;
	padding-left: 25px;
	padding-top: 65px;
}


.cheng-container .new-box {
position: relative;
z-index: 1;
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.cheng-container .new-box:hover {
    z-index: 2;
    box-shadow: 0px 20px 20px -15px #402465;
    transform: scale(1.02);
}

.cheng-container .new-box a:hover{
   opacity:1 !important;
}

.cheng-container .new-box a {
	display: block;
	position: relative;
	text-decoration: none;
}

.cheng-container .new-box a .date3 {
	position: absolute;
	left: 23px;
	top: 0;
	background: #402465;
	padding: 5px 15px 15px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	text-align: center;
}

.cheng-container .new-box a .date3 p {
	margin-bottom: 0;
	font-size: 28px;
	color: #f5c750;
	font-weight: bold;
}

.cheng-container .new-box a .date3 span {
	font-size: 14px;
	color: #f5c750;
	display: block;
	font-weight: bold;
}

.cheng-container .new-box a .re-tt {
	background: #402465;
	padding: 20px 30px 30px;
	position: relative;
}

.cheng-container .new-box a .re-tt span img {
	position: absolute;
	left: 0px;
	top: -50px;
}

.cheng-container .new-box a .re-tt h4 {
	font-size: 18px;
	color: #f5c750;
	font-weight: bold;
	margin-top: 0;
	padding-top: 5px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cheng-container .new-box a .re-tt p {
	font-size: 14px;
	color: #8b7aa2;
	/*font-weight: bold;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 29px;
}
.chengxx .aa{
	position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    top: 98%;
}


.chengbg .swiper-button-next {
	background: none;
	/*left: 46.7%;
	top: 100%;*/
	left: 0;
	right: 0;
	width: 62px;
	height: 50px;
	opacity: 1;
	cursor: pointer;
	z-index: 11;
	position: relative;
	display: inline-block;
}

.chengbg .swiper-button-next img {
	width: 62px;
	height: 50px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
	opacity: 1;
	z-index: 11;
	margin-left: -7px;
}

.chengbg .swiper-button-prev {
	background: none;
	/*left: 42%;
	top: 100%;*/
	left: 0px;
	right: 0px;
	position: relative;
	width: 62px;
	height: 50px;
	opacity: 1;
	cursor: pointer;
	z-index: 11;
	display: inline-block;
}

.chengbg .swiper-button-prev img {
	width: 62px;
	height: 50px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
	opacity: 1;
	z-index: 11;
}


/*bookbg*/

.bookbg {
	padding-bottom: 70px;
}

.book-top {
	padding: 10px 0 50px;
}

.book-top img {
	margin-bottom: 15px;
}

.book-top a {
	margin-top: 12px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 11px 13px;
	font-weight: bold;
	text-decoration: none;
	transition: all 1s;
	background: #f5c750;
	position: absolute;
	right: 0px;
	bottom: 40px;
}

.bookxx {
	border: 3px solid #f5c750;
	width: 90%;
	min-height: 670px;
	position: absolute;
	left: 5%;
	top: -40px;
}

.book-con {
	background: url(/_upload/tpl/0c/c4/3268/template3268/images/teachbg.jpg) no-repeat center center;
	max-height: 600px;
}

.book-container {
	padding-top: 70px;
}

.book-container .swiper-container {
	padding-bottom: 30px;
}


.book-container .new-box a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.book-container .new-box a img {
	border-radius: 100%;
}

.book-container .new-box a span {
	display: block;
	font-size: 24px;
	color: #f5c750;
	margin: 25px 0 35px;
}

.book-container .new-box a i {
	display: inline-block;
	padding: 20px 35px;
	font-style: normal;
	font-size: 18px;
	color: #f5c750;
	border: 2px solid #f5c750;
	margin-bottom: 65px;
	/*font-weight: bold;*/
}

.bookxx .aa{
	position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    top: 98%;
}


.book-con .swiper-button-next {
	background: none;
	/*left: 46.7%;
	top: 100%;*/
	left: 0;
	right: 0;
	width: 62px;
	height: 50px;
	opacity: 1;
	cursor: pointer;
	z-index: 11;
	position: relative;
	display: inline-block;
}

.book-con .swiper-button-next img {
width: 62px;
	height: 50px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
	opacity: 1;
	z-index: 11;
	margin-left: -7px;
}

.book-con .swiper-button-prev {
	background: none;
	/*left: 42%;
	top: 100%;*/
	left: 0px;
	right: 0px;
	position: relative;
	width: 62px;
	height: 50px;
	opacity: 1;
	cursor: pointer;
	z-index: 11;
	display: inline-block;
}

.book-con .swiper-button-prev img {
	width: 62px;
	height: 50px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
	opacity: 1;
	z-index: 11;
}


/*videobg*/

.videobg {
	padding-top: 75px;
	padding-bottom: 95px;
}

.video-top {
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 11;
}

.video-top img {
	display: inline-block;
	text-align: right;
	background: #fff;
}

.video-top p {
	text-align: right;
}

.video-top a {
	margin-top: 12px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 11px 13px;
	font-weight: bold;
	text-decoration: none;
	transition: all 1s;
	background: #f5c750;
}

.video-top a:hover {
	opacity: 0.8;
	transition: all 1s;
}

.video-con {
	padding-bottom: 47px;
}

.video-con .swiper-container {
	padding-bottom:20px;
}

.video-con .video-img {
	position: relative;
	width: 57%;
	z-index: 1;
}

.video-con .video-img span {
	position: absolute;
	width: 100%;
	left: 0px;
	text-align: center;
	top: 45%;
}

.video-con .video-tt {
	/*border: 3px solid #f5c750;*/
	width: 52%;
	position: absolute;
	right: 0px;
	top: 190px;
	padding: 50px 80px 30px 140px;
}

.video-con i {
	position: absolute;
	right: -70px;
	bottom: -10px;
	z-index: 11;
}

.video-con .video-tt span {
	display: block;
	font-size: 18px;
	color: #f5c750;
	/*font-weight: bold;*/
}

.video-con .video-tt a {
	display: block;
	text-decoration: none;
	font-size: 26px;
	color: #402465;
	/*font-weight: bold;*/
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 20px 0;
}

.video-con .video-tt a:hover {
    color: #f5c750;
}

.video-con .video-tt p {
	font-size: 14px;
	color: #777;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 400;
}
.video-tt3{
	border: 3px solid #f5c750;
	width: 52%;
	position: absolute;
	right: 15px;
	top: 190px;
	
	min-height: 345px;
}
.video-con .aa{
	position: absolute;
	width: 100%;
	right: 10%;
	top: 97%;
	text-align: right;
	z-index: 1;
}
.video-con  .swiper-button-next {
	background: none;
	/*left: 46.7%;
	top: 100%;*/
	left: 0;
	right: 0;
	width: 62px;
	height: 50px;
	opacity: 1;
	cursor: pointer;
	z-index: 11;
	position: relative;
	display: inline-block;
}

.video-con  .swiper-button-next img {
	width: 62px;
	height: 50px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
	opacity: 1;
	z-index: 11;
	
}

.video-con  .swiper-button-prev {
	background: none;
	/*left: 42%;
	top: 100%;*/
	left: 0px;
	right: 0px;
	position: relative;
	width: 62px;
	height: 50px;
	opacity: 1;
	cursor: pointer;
	z-index: 11;
	display: inline-block;
}

.video-con  .swiper-button-prev img {
	width: 62px;
	height: 50px;
	width: 100%;
	min-width: 46px;
	cursor: pointer;
	opacity: 1;
	z-index: 11;
	margin-right: -4px;
}


/**/

.footer {
	min-height: 120px;
	background: #f5f5f5;
	padding: 35px 0 20px;
}

.footer h4 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 23px;
}

.footer p {
	font-size: 16px;
	color: #777;
	line-height: 32px;
	margin-bottom: 0;
}

.flogo {}

.flogo h5 {
	font-size: 18px;
	color: #553e75;
	font-weight: bold;
	margin-bottom: 15px;
}

.flogo ul {
	padding-left: 0;
}

.flogo ul li {
	float: left;
	width: 50%;
	line-height: 30px;
}

.flogo ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #777;
}

.flogo ul li a:hover {
    color: #553e75;
}

.footer p.fcopy {
	font-weight: bold;
	margin-top: 60px;
}

.wc-copy h4 {
	margin-bottom: 18px;
}
.cheng-top .mchengsh2{
    max-width: 50%;
    left: 0;
    top: -60px;
    display: none;
}

/*.wc-copyEnd*/
@media (min-width: 1400px) and (max-width: 1680px){
	
	.notice-lul ul li a .nt-tt p{
		font-size: 15px;
	}
	.notice-lul ul li a .nt-tt p:last-child{
		font-size: 16px;
	}
	
}
@media (max-width: 1440px) {
	
.huangxx{
	min-height: 625px;
	
}

	.notice-lul ul li a .nt-tt p {
		font-size: 14px;
	}
	.notice-lul ul li a .nt-tt p:last-child {
		font-size: 15px;
	}
	.notice-rul ul li a span {
		margin-top: 11px;
	}
	.inbg {
		padding-bottom: 40px;
	}
	.video-con .video-tt{
		padding: 40px 60px 30px 150px;
	}
	.video-tt3{
		min-height: 310px;
	}
	
	
}

@media (max-width: 1366px) {
	.cheng-container .new-box a .re-tt span img {
		top: -45px;
	}
.notice-rul ul li a{
	padding-top: 16px;
}
	.new-top span {
		padding: 0 50px;
	}
	.flogo ul li a {
		font-size: 14px;
	}
}

@media (max-width: 1300px) {

	.notice-lul ul li a .nt-tt {
		padding: 10px 16px 18px;
	}
	.notice-rul ul li a {
		padding-top: 13px;
	}
	.chengxx {
		min-height: 546px;
	}
	.cheng-container .new-box a .re-tt span img {
		top: -46px;
	}
	.video-con .video-tt {
		min-height: 200px;
		padding: 40px 80px 32px 140px;
	}
}

@media (max-width: 1242px) {
	.cheng-container .new-box a .re-tt span img {
		top: -40px;
	}
	.video-con .video-tt{
		padding: 30px 60px 20px 120px;
	}
	.video-tt3{
		min-height: 280px;
	}
	.video-con .video-tt a{
		margin-bottom: 10px;
	}
	
	
	
}
@media (min-width: 1260px) and (max-width: 1300px){
	
	.cheng-container{
		min-height: 640px;
		background-size: 127%;
	}
	
	
	
}

@media (min-width: 1232px) {
	.new-right {
		width: 46.6%;
	}
}

@media (max-width: 1262px) {
	.mbg-container {
		max-height: 500px;
	}
	.huangx2 {
		min-height: 604px;
	}
	.chengxx {
		min-height: 537px;
	}
	.cheng-container {
		/* background-size: contain; */
		background-size: 128%;
		min-height: 560px;
	}
	.bookbg {
		padding-top: 0;
	}
	.book-con {
		background: url(/_upload/tpl/0c/c4/3268/template3268/images/teachbg.jpg) no-repeat center center;
		max-height: 550px;
	}
	.bookxx {
		min-height: 626px;
	}
	.video-con .video-tt {
		min-height: 200px;
		padding: 40px 80px 15px 140px;
	}
	.new-top span img:first-child {
		max-width: 34%;
	}
	.new-top-2 span.span-mp img:first-child {
		max-width: 34%;
	}
	.book-top img {
		max-width: 34%;
	}
	.video-top img {
		max-width: 34%;
	}
	.flogo ul li {
		width: 100%;
		float: none;
	}
	.flogo ul li a {
		font-size: 16px;
	}
}

@media (max-width: 1232px) {
	.cheng-container {
		background: url(/_upload/tpl/0c/c4/3268/template3268/images/zhicheng.jpg) no-repeat center top;
		/*min-height: 700px;*/
		background-size: contain;
		background-size: 132%;
	}
	
.chengxx {
    min-height: 554px;
}	
	.cheng-container .new-box a .re-tt span img {
    top: -42px;
}
	
	.new-right {
		width: 47%;
	}
	.new-right ul {
		padding-top: 15px;
	}
	.notice-rul ul li a {
		padding-top: 14px;
	}
}

@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
	
	
	
	
	.bookbg{
		padding-top: 60px;
	}
	.mingbg {
		min-height: 690px;
	}
	.cheng-container {
		min-height: 500px;
	}
	.mbg-container {
		max-height: 485px;
	}
	.huangx2 {
		min-height: 594px;
	}
	.cheng img{
		width: 80%;
		left: 70%;
	}
	.inbg{
		padding-bottom: 20px;
	}
	.cheng-container .new-box a .re-tt span img {
		top: -30px;
	}
	.chengxx {
		min-height: 529px;
	}
	.book-con {
		max-height: 520px;
	}
	.bookxx {
		min-height: 615px;
	}
	.video-con .video-tt {
		padding-top: 31px;
	}
	.notice-rul ul li a {
		padding-top: 10px;
	}
	.notice-rul ul li a span {
		margin-top: 0px;
	}
.video-tt3{
	min-height: 250px;
}

.video-con .video-tt a{
	-webkit-line-clamp:1;
	font-size: 24px;
}
.new-right ul li:last-child{
	/*display: none;*/
}
.huangxx{
	/*min-height: 600px;*/
}

.flogo ul li {
		float: left;
		width: 30%;
	}

	
}

@media (max-width: 1100px) {
	/*中等屏幕设备 桌面*/
	
	.cheng-container {
		background: url(/_upload/tpl/0c/c4/3268/template3268/images/zhicheng.jpg) no-repeat center top;
		/*min-height: 700px;*/
		background-size: contain;
		background-size: 153%;
	}
	.new-right ul li:last-child{
	display: none;
}
.huangxx{
	min-height: 480px;
}

	
	.video-con .video-tt{
		padding: 30px 60px 10px 120px;
	}
	.video-tt3{
		min-height: 220px;
	}
	.video-con .video-tt a{
		margin: 10px 0;
	}
	.chengxx{
		min-height: 550px;
	}
	
	
	
}

@media (max-width: 991px) {
	/*小屏幕设备 平板*/
.cheng-top .mchengsh3{
	width: 28%;
	}

	.container {
		width: 94%;
	}
	.logo1 {
		text-align: center;
	}
	.logo1 img {
    display: inline-block;
    width: 60%;
    padding-bottom: 8px !important;
    padding-top: 5px !important;
	}
	.inbg{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.new-right ul li:last-child {
		display: none;
	}
	.huangx2 {
		min-height: 500px;
	}
	.huangxx{
		min-height: 442px;
	}
	.banner .swiper-container .swiper-pagination {
		bottom: 0;
	}
	.banner .bpos{
		bottom: 20px;
	}
	.banner .swiper-container .swiper-pagination-bullet {
		margin: 0 15px;
	}
	.new-top2 .new-tit img {
		max-width: 80%;
	}
	.new-top2 .new-tit {
		width: 60%;
	}
	.notice-rul ul li a {
		padding-top: 10px;
	}
	.notice-rul ul li a i {
		font-size: 16px;
	}
	.notice-rul ul li a span {
		margin-top: 5px;
	}
	.video-con .swiper-container .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 5px;
		background: #93918c;
		opacity: 1;
	}
	.video-con .swiper-container .swiper-pagination-bullet-active {
		background: #f5c750;
	}

.msw .swiper-container .swiper-pagination{
      bottom: 0px;
}
	.msw .swiper-container .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 5px;
		background: #93918c;
		opacity: 1;
	}
	.msw .swiper-container .swiper-pagination-bullet-active {
		background: #f5c750;
	}
	.new-left .swiper-container .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 5px;
		background: #93918c;
		opacity: 1;
	}
	.cheng-container{
		background-size: 173%;
	}
	.cheng-container .swiper-pagination{
		bottom: 0;
	}
	
	.new-left .swiper-container .swiper-pagination-bullet-active {
		background: #f5c750;
	}
	.cheng-container .swiper-container .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 5px;
		background: #93918c;
		opacity: 1;
	}
	.cheng-container .swiper-container .swiper-pagination-bullet-active {
		background: #f5c750;
	}
	.book-container .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 5px;
		background: #93918c;
		opacity: 1;
	}
	.book-container .swiper-pagination-bullet-active {
		background: #f5c750;
	}
	.videobg {
		margin-top: 0px;
	}
	
	.notice-rul ul li{
		margin-bottom: 18px;
	}
	.notice-rul ul li:last-child{
		margin-bottom: 18px;
	}
	
	.mbg-container .swiper-container {
		padding-bottom: 45px;
	}
	.cheng {
		display: none;
	}
	.cheng-container .new-box a .re-tt span img {
		top: -27px;
	}
	.chengbg .cheng-container .swiper-container {
		padding-bottom: 44px;
	}
	.mingbg {
		min-height: 50px;
	}
	.chengxx {
		min-height: 461px;
	}
	.chengbg .cheng-container .swiper-container {
		padding-top: 50px;
	}
	.book-top a {
		right: 1px;
	}
	.book-container .new-box a i {
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	.bookbg {
    padding-top: 40px;
}
.video-con{
	padding-bottom: 20px;
}
	.bookxx{
		width: 94%;
		left: 3%;
		min-height: 560px;
	}
	.book-container .swiper-container{
		padding-bottom: 40px;
		
	}
	.book-container .swiper-pagination{
		    bottom: 5px;
    width: 100%;
	}
	
	.videobg {
		padding: 30px 0 15px;
	}
	.video-top {
		position: relative;
	}
	.video-top p {
		text-align: left;
	}
	.video-top img {
		max-width: 34%;
	}
	.video-top a {
		position: absolute;
		right: 15px;
		bottom: 10px;
		font-size: 14px;
		padding: 7px 10px;
	}
	.video-con .video-img {
		width: 100%;
	}
	.video-con .video-tt {
		padding: 20px 10px;
		width: 100%;
		position: relative;
		top: 0;
	}
	.video-con .video-tt a {
		font-size: 18px;
		margin: 10px 0;
	}
	.video-con {
		padding-top: 15px;
	}
	.video-con i img {
		max-width: 45%;
	}
	.video-con .swiper-container {
		padding-bottom: 41px;
	}
	.video-con .video-img span {
		top: 35%;
	}
	.video-tt3{
		display: none;
		
	}
	.video-con .video-tt{
		border:3px solid  #f5c750;
		min-height: 100px;
	}
	.flogo ul li {
		float: left;
		width: 50%;
	}
	
	.notice-lul ul li a .nt-tt span{
		-webkit-line-clamp: 1;
	}
	.zibg{
		padding-bottom: 25px;
	}
	.video-con .video-tt span{
		font-size: 16px;
	}
	.book-container {
    padding-top: 50px;
}
.book-container .new-box a i{
	font-size: 16px;
}


	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
.notice-lul .nt-img img{
    width: 100%;
}
.swiper-container .swiper-cube-shadow{
    display: none;
}
.site-tree-mobile {
    height: 70px;
    line-height: 70px;
}
.cheng-top .mchengsh2{
    display: inline-block;
}
.chengxx{
border:0;
}
.cheng-top img{
    margin-right: 70px;
    top: -96px;
}
.cheng-top a{
    font-size: 14px;
    padding: 7px 10px;
}
.shuyuanjianjie{
font-size: 16px;
}
.ab-mingone .row .b-top,
.ab-mingone .ab-jleft {
    padding: 0 35px;
}
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-top: 5px;
		text-align: left;
	}
	.container {
		width: 100%;
	}
	
	.banner .bpos{
		bottom: 10px;
	}
	.banner .swiper-container .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}
	.huangxx {
		display: none;
	}
	.new-left {
		position: relative;
		width: 100%;
	}
	.new-right {
		width: 100%;
		float: none;
	}
	.new-right ul {
		padding-left: 0;
	}
	.zibg {
		width: 100%;
		/*float: none;*/
		padding-bottom: 30px;
	}
	.new-right ul li:last-child {
		display: block;
	}
	.inbg {
                background:none;
		padding: 10px 0;
	}
	.cheng-container{
		min-height: 400px;
		background-size: cover;
		padding-bottom: 20px;
	}
	.bookbg{
		padding-bottom: 2px;
		padding-top: 10px;
	}
	.video-con{
		padding-bottom: 10px;
	}
	.video-con .video-tt a{
		margin: 5px 0;
		line-height: 30px;
	}
	.new-top span img:first-child {
		max-width: 44%;
	}
	.new-top span {
		padding: 0;
               background: none;
	}

	.new-top {
		text-align: left;
	}
	.new-top a {
		right: 15px;
		font-size: 14px;
		padding: 7px 10px;
	}
	.new-top2 a {
		font-size: 14px;
		padding: 7px 10px;
	}
	.new-top-2 a {
		font-size: 14px;
		padding: 7px 10px;
	}
	.book-top a {
		font-size: 14px;
		padding: 7px 10px;
	}
	.new-top-2 {
		text-align: left;
	}
	.new-top-2 span.span-mp {
		padding: 0;
		margin-left: -4px;
	}
	.noticebg {
		padding-top: 30px;
	}
	.notice-lul ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.notice-lul {
		margin-top: 20px;
	}
	.notice-lul ul li a .nt-tt h4 {
		margin-top: 5px;
	}
	.notice-rul {
		margin-top: 20px;
	}
	.notice-lul ul li:nth-child(2) {
		margin-bottom: 10px;
	}
	.notice-rul ul li a {
		padding-left: 70px;
	}
	.notice-rul ul li:last-child {
		margin-bottom: 10px;
	}
	.videobg {
		margin-top: 2px;
	}
	.huangx2 {
		display: none;
	}
	.cheng {
		display: none;
	}
	.new-top-2 span.span-mp img:first-child {
		max-width: 54%;
	}
	.msw {
		padding: 30px 20px;
	}
	.mbg-container .swiper-container {
		padding-bottom: 44px;
	}
	.chengbg .cheng-container .swiper-container {
		padding-bottom: 36px;
	}
	.chengbg {
		margin-top: 100px;
	}
	.book-top img {
		max-width: 43%;
	}
	.bookxx {
		display: none;
	}
	.book-container .new-box a i {
		padding: 10px 15px;
		font-size: 14px;
	}
	.book-container .new-box a span {
		margin: 15px 0;
		font-size: 20px;
	}
	.book-container .swiper-container {
		padding-bottom: 15px;
	}
	.book-container {
		padding-top: 42px;
		padding-bottom: 10px;
	}
	.book-top {
		padding: 20px 0 10px;
	}
	.book-top a {
		bottom: 10px;
		right: 15px;
	}
	.video-top img {
		max-width: 44%;
	}
	.video-con i img {
		max-width: 35%;
	}
	.video-con .video-tt{
		padding-bottom: 10px;
	}
	.video-con .video-tt span{
		font-size: 14px;
	}
	
	.footer {
		padding: 20px 0;
	}
	.wc-copy {
		text-align: center;
		margin-bottom: 20px;
	}
	.flogo {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer p.fcopy {
		font-size: 14px;
		margin-top: 2px;
		line-height: 26px;
	}
	.flogo ul li a {
		font-size: 14px;
	}


}