/* 全局属性开始 */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    }


body {
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}
a{
    color: #000000;
}
a:hover{
    color: #e11358;
}

body,
p,
ul,
ol,
dl,
dd,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
ul,
ol,
th,
td,
button,
input,
fieldset,
legend,
textarea,
option {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	cursor: pointer
}

li {
	list-style: none
}

img {
	cursor: pointer;
}

.clear {
	clear: both;
}

.float-l {
	float: left;
}

.float-r {
	float: right
}

.fl {
	float: left;
}

.fr {
	float: right
}

.bg{
    width: 100%;
	height: auto;
	background: #f8f8f8;
	padding-bottom: 50px;
}

.mgTop-30{
    margin-top: 30px;
}

.mgTop-50{
    margin-top: 50px;
}

.mgTop-100{
    margin-top: 100px;
}
.mgBom-50{
    margin-bottom: 50px;
}

.mgBom-100{
    margin-bottom: 100px;
}

.pdTop-30{
    padding-top: 30px;
}

.pdTop-50{
    padding-top: 50px;
}

.pdTop-100{
    padding-top: 100px;
}

.margin {
	margin: 0 !important;
	padding: 0 !important;
}


.d-none {
	display: none;
}
/* 全局属性结束 */


/* head开始 */

.head-top{
    width: 100%;
	height: 90px;
	margin: auto;
    background-color: #ffffff;
}
.head-img{
    width: 416px;
    height: 50px;
    float: left;
    padding-top: 20px;
}
.head-img img{
    width: 100%;
}
.head-menu {
    height: 90px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
    background-color: #ffffff;
}
.menu-container {
    width: 80%;
    margin: 0 auto;
}
.menu-container .menu{
    float: right;
}
.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    margin-top: 20px;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}


.menu-active{
    background-color: #e11358 !important;
    transition: all 0.6s ease-in-out;
    color: #ffffff;
}
.menu-active > a{
    color: #ffffff;
}

.menu > ul > li {
    float: left;
    border-radius: 8px;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 0.8em 1em;
    font-size: 16px;
    display: block;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f5f5f5;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 90px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-align: center;
}
.menu > ul > li > ul > span {
    display: flex;
    justify-content: center;
}

.menu > ul > li > ul > span > li > a > img{
    width: 155px;
    height: 102px;
}

.menu > ul > li > ul > span > li > a > p{
    line-height: 35px;
    font-size: 15px;
}

.menu > ul > li > ul > span > li > a {
    padding: 1em 0.5em 0 0.5em;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    background: none;
    float: left;
    margin: 0 auto;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

/* head结束 */

/* banner开始 */
.banner-mb{
    width: 100%;
    height: 780px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    filter: Alpha(Opacity=60);
    opacity: 0.4;
    overflow: hidden;
}
.banner-mb-img{
    width: 526px;
	height: 252px;
	margin: auto;
	padding-top: 280px;
}
.banner-mb-img img{
    width: 100%;
    height: auto;
}

.banner-next{
    z-index: 20;
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -32px;
    cursor: pointer;
}
.banner-next .bi, .banner-prev .bi{
    font-size: 3em;
    color: #e11358;
}
.banner-prev{
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 35px;
    margin-top: -32px;
    cursor: pointer;
}
/*banner结束*/

/*专区开始*/

.region li {
	width: 20%;
	height: 155px;
	border: 1px solid #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    position: relative;
    display: block;
}
.region-left{
    display: block;
    width: 40%;
    height: 100%;
    float: left;
    padding-left: 5%;
}
.region-left > .bi{
    font-size: 2.1em;
    margin-left: 10%;
    line-height: 70px;
}
.region-right{
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.region li dt{
        width: 143px;
        height: 25px;
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #464546;
        line-height: 25px;
        margin-top: 25px;
        margin-left: 10%;
}
.region li dd{
    width: 143px;
	height: 17px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 17px;
	margin-top: 5px;
	margin-left: 10%;
}

/*专区结束*/


/*报名动态开始*/
.bmdt-title{
    width: 1200px;
	height: auto;
	margin: auto;
	line-height: 45px;
}
.bmdt-title dt {
	width: 400px;
	height: 25px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}

.bmdt-title i {
    font-size: 2em;
    display: inline-block;
    margin-top: -5px;
}

.bmdt {
	width: 1200px;
	height: auto;
	margin: auto;
	margin-top: 40px;
}
.bmdt-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}
.bmdt-left{
    width: 670px;
    height: 363px;
    border: 1px solid #e11358;
    overflow: hidden;
}
.bmdt-left h3{
    line-height: 60px;
    background: #e11358;
    text-align: center;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.bmdt-nav{
    display: flex;
    border-bottom: 1px solid #e11358;;
}
.bmdt-nav .bmdt-nav-item{
    text-align: center;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	border-top: 1px solid #ddd;
	color: #e11358;
	font-size: 16px;
	font-weight: bold;
}
.bmdt-nav-item:nth-child(1){
    -webkit-box-flex: 15;
    -webkit-flex: 15;
    -moz-box-flex: 15;
    -ms-flex: 15;
    flex: 15;
}
.bmdt-nav-item:nth-child(2){
    -webkit-box-flex: 25;
    -webkit-flex: 25;
    -moz-box-flex: 25;
    -ms-flex: 25;
    flex: 25;
}
.bmdt-nav-item:nth-child(3){
    -webkit-box-flex: 35;
    -webkit-flex: 35;
    -moz-box-flex: 35;
    -ms-flex: 35;
    flex: 35;
}
.bmdt-nav-item:nth-child(4){
    -webkit-box-flex:25;
    -webkit-flex:25;
    -moz-box-flex:25;
    -ms-flex:25;
    flex:25;
}

.bmdt-tab-item{
    display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	text-align: center;
	line-height: 44px;
}
.tab-item{
    border-bottom: 1px dashed #ddd;
	color: #666;
	font-size: 14px;
    line-height: 50px;
}
.tab-item:nth-child(1){
    -webkit-box-flex: 15;
	-webkit-flex: 15;
	-moz-box-flex: 15;
	-ms-flex: 15;
	flex: 15;
}
.tab-item:nth-child(2){
    -webkit-box-flex: 25;
	-webkit-flex: 25;
	-moz-box-flex: 25;
	-ms-flex: 25;
	flex: 25;
}
.tab-item:nth-child(3){
    -webkit-box-flex: 35;
	-webkit-flex: 35;
	-moz-box-flex: 35;
	-ms-flex: 35;
	flex: 35;
}
.tab-item:nth-child(4){
    -webkit-box-flex: 25;
	-webkit-flex: 25;
	-moz-box-flex: 25;
	-ms-flex: 25;
	flex: 25;
}

.tab-item img{
    margin: 0 0 -5px 5px;
}

.bmdt-right{
    width: 520px;
    height: 363px;
}

.bmdt_swiper {
    width: 100%;
    height: 100%;
  }

.bmdt_swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
/*报名动态结束*/

/*热门课程开始*/

.rmkc {
	width: 1200px;
    display: block;
	margin: auto;
	margin-top: 30px;
}
.rmkc-body {
	width: 1200px;
	height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.rmkc-body li {
	width: 289px;
	height: 237px;
	margin-top: 20px;

}

.rmkc-body li:hover {
	box-shadow: #000000 5px 5px 15px -6px;
}

.rmkc-li-top1 {
	width: 289px;
	height: 172px;
	background-image: url(../image/rmkc-bg1.png);
}
.rmkc-li-top2 {
	width: 289px;
	height: 172px;
	background-image: url(../image/rmkc-bg2.png);
}
.rmkc-li-top3 {
	width: 289px;
	height: 172px;
	background-image: url(../image/rmkc-bg3.png);
}
.rmkc-li-top4 {
	width: 289px;
	height: 172px;
	background-image: url(../image/rmkc-bg4.png);
}
.rmkc-li-top5 {
	width: 289px;
	height: 172px;
	background-image: url(../image/rmkc-bg5.png);
}
.rmkc-li-top6 {
	width: 289px;
	height: 172px;
	background-image: url(../image/rmkc-bg6.png);
}
.rmkc-li-top7 {
	width: 289px;
	height: 172px;
	background-image: url(../image/rmkc-bg7.png);
}
.rmkc-li-top8 {
	width: 289px;
	height: 172px;
	background-image: url(../image/rmkc-bg8.png);
}
.rmkc-li1 {
	width: 289px;
	height: 50px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	text-indent: 20px;
}

.rmkc-li2 {
	width: 289px;
	height: 14px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 25px;
	text-indent: 20px;

}

.rmkc-li3 {
	width: 289px;
	height: 15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 15px;
	margin-top: 10px;
	text-indent: 20px;
}

.rmkc-li4 {
	width: 73px;
	height: 15px;
	margin-top: 20px;
	margin-left: 20px;
}

.rmkc-li-bt {
	width: 289px;
	height: 65px;
	background: #fff;

}

.rmkc-li-bt1 {
	width: 250px;
	height: 17px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 17px;
	margin: auto;
	padding-top: 15px;
	transition-duration: 0.5s;
}

.rmkc-li-bt2 {
	width: 250px;
	height: 13px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #939393;
	line-height: 13px;
	margin: auto;
	margin-top: 5px;
	transition-duration: 0.5s;
    padding-top: 15px;
}

.rmkc-dj {
	color: #E0224D;

}

.more{
    width: 209px;
    height: 50px;
    border: 1px solid #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.more dt{
    width: 20px;
	height: 20px;
	background-image: url(../image/close.png);
    background-size: 100% 100%;
    transition:all .4s;
}
.more:hover dt{
    transform: rotate(-90deg);
  }
.more p{
   padding-left: 8px;
}

/*关闭框旋转*/
.modal_close{
    width: 30px;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;

  }
  .modal_close img{
    background: #545b62;
    width: 100%;
    transition:all .4s;
  }

  .modal_close img:hover{
    background: #dc3545;
    transform: rotate(180deg);
  }
/*关闭框旋转*/

/*热门课程结束*/

/*校园环境开始*/
.xyhj-box {
	width: 1200px;
	height: auto;
	margin: auto;
	margin-top: 45px;
}
.xyhj-left{
    width: 300px;
    height: 360px;
    margin-top: 30px;
}
.xyhj-left-1{
    width: 300px;
    height: 115px;
}
.xyhj-left-1 p{
    font-size: 33px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #454545;
	line-height: 40px;
}
.xyhj-left-2{
    width: 300px;
    height: 220px;
}
.xyhj-left-2 li{
    width: 150px;
	height: 110px;
	float: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #525252;
	line-height: 30px;
}
.xyhj-left-2 li dt span{
    font-size: 50px;
	font-family: Arial;
	font-weight: bold;
	color: #E11358;
	line-height: 21px;
}
.xyhj-right{
    width: 850px;
    height: 368px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.xyhj-right li{
    width: 278px;
	height: 175px;
}



/*校园环境结束*/

/*师资力量开始*/
.szll-item{
    padding: 0.4em 1em;
    display: inline-block;
    line-height: 25px;
    border-radius: 5px;
    font-size: 0.8em;
    cursor: pointer;
    background: #b5b5b5;
}
.szll-item:hover{
    background: #e11358;
    color: #ffffff;
}
.szll-box {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
    display: none;
    
}
.szll-box-fiex{
    display: flex;
    justify-content: space-between;

}
.szll-box li{
    width: 286px;
}

.szll-box li dt {
	width: 286px;
	height: 379px;
}
.szll-box li dt img {
	width: 286px;
	height: 379px;
}
.szll-box li dd {
	width: 286px;
	height: 85px;
	background: #fff;
	transition-duration: 0.5s;
}

.szll-box li dd {
	width: 286px;
	height: 85px;
	background: #fff;
	transition-duration: 0.5s;
}
.szll-box-bt {
	width: 230px;
	height: auto;
	margin: auto;
	padding-top: 20px;
}

.szll-box-name {
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
    padding-top: 10px;
    line-height: 0;
}

.szll-box-js {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
    line-height: 45px;
}
.szll-box li:hover .szll-bg{
    background: #e11358;
    color: #ffffff;
    font-weight: bold;
}
.szll-box li:hover .szll-box-name{
    color: #ffffff;
}
.szll-box li:hover .szll-box-js{
    color: #ffffff;
}

/*师资力量结束*/

/*学校荣誉开始*/

.szll-box {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
	overflow: hidden;
    display: none;
}


.xxry {
	width: 1200px;
	margin: auto;

}

.xxry-swiper {
    width: 100%;
    height: 100%;
  }

  .xxry-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #afa;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.xxry-item {
	width: 270px;
	height: 300px;
}

.xxry-item dt {
	width: 270px;
	height: 300px;
}

.xxry-item dt img {
	width: 100%;
	height: 100%;
}

.xxry-item dd {
	width: 270px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #000;
	opacity: 0.62;
	color: #fff;
	position: relative;
	bottom: 40px;
}
.swiper-xxyr{
    position: relative;
}
.xxry-next{
    z-index: 20;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    cursor: pointer;
}
.xxry-next .bi, .xxry-prev .bi{
    font-size: 1.7em;
    color: #ffffff;
}
.xxry-prev{
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    cursor: pointer;
}
.swiper-xxyr .bi-arrow-right-circle::before, .swiper-xxyr .bi-arrow-left-circle::before{
    background: #000;
    opacity: 0.7;
    padding: 3px;
}

/*学校荣誉结束*/



/*作品展示开始*/
.zpzs{
    width: 1200px;
	margin: auto;
	margin-top: 60px;
	overflow: hidden;
}
.zpzs .swiper-slide {
	width: 270px !important;
	height: 336px !important;
}
.zpzs .swiper-slide .xxry-item{
	width: 270px;
	height: 336px;
}
.zpzs .swiper-slide .xxry-item img{
	width: 100%;
	height: 100%;
}
.swiper-zpzs{
    width: 100%;
    height: 336px;
    position: relative;
}


/*作品展示结束*/


/*走秀banner开始*/
.zouxiu{
    width: 100%;
    height: auto;
}
.zouxiu img{
    width: 100%;
}
/*走秀banner结束*/


/* 新闻动态开始 */
.xwdt{
    width: 1200px;
	margin: auto;
	overflow: hidden;
}
.xwdt .news{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}
.xwdt .news li {
	width: 300px;
    margin: 10px;
	transition-duration: 0.2s;
}
.xwdt .news li:hover{
	box-shadow: 3px 1px 10px 2px rgba(132, 132, 132, 0.2);
}
.xwdt .news .news-img {
	width: 300px;
	height: 186px;
}
.xwdt .news .news-box {
    width: 300px;
    height: 170px;
    margin-top: -5px;
    background: #fff;
}
.xwdt .news .news-box .news-title{
    width: 280px;
    height: 80px;
    margin: auto;
    border-bottom: 1px solid #e7e7e7;
}
.xwdt .news .news-box .news-title dt{
    width: 280px;
    height: 45px;
    display: block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    padding-top: 15px;
    overflow: hidden;
}
.xwdt .news .news-box .news-title dd{
    width: 280px;
    height: 12px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #A8A8A8;
    margin-top: 3px;
}
.xwdt .news .news-box .news-js{
    width: 280px;
    height: auto;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 24px;
    margin: auto;
    margin-top: 10px;
}

/* 新闻动态结束 */


/* 合作企业开始 */

.hezuo{
    width: 1200px;
	margin: auto;
	margin-top: 60px;
	overflow: hidden;
}
.hezuo-box{
    width: 1200px;
	margin: auto;
}
.swiper-hezuo{
    transition-duration:0.5s;
    padding: 8px 0;
}
.swiper-hezuo li{
    width: 95%;
    border-radius: 12px 12px 0 0 ;
    background: #f8f8f8;
    position: relative;
    cursor: pointer;
}
.swiper-hezuo li img{
    border-radius: 12px 12px 0 0 ;
    width: 100%;
    height: auto !important;
}
.swiper-hezuo li p{
    width: 224px;
    height: 30px;
    display: block;
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #e11358;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}
.hezuo-solid{
    width: 45px;
	height: 2px;
	background: #e11358;
	margin: auto;
	margin-top: 10px;
}
.hezuo-img{
    width: 169px;
	height: 40px;
	margin: auto;
	margin-top: 15px;
}
.hezuo-img img{
    border-radius: 0 !important;
}
.hezuo-bottom{
    width: 100%;
	height: 10px;
	background: #f8f8f8;
	position: absolute;
	bottom: 0;
	transition-duration: 0.5s;
}
.swiper-hezuo li:hover .hezuo-bottom{
    background: #e11358;
}
.swiper-hezuo li:hover{
    box-shadow: 3px 1px 10px 2px rgba(132, 132, 132, 0.2);

}

/* 合作企业结束 */



/* 右侧在线客服 */
.serverTop{
    width: 60px;
    height: 300px;
    z-index: 2;
    position: fixed;
    right: -20px;
    top: 50%;
  
  }
  .serverTop ul{
    width: 100%;
    height: 100%;
  }
  .serverTop ul li{
    list-style: none;
    width: 245px;
    height: 50px;
    left: -5px;
    top: 0;
    position: absolute;
    color: #e8e8e8;
    background: #000;
    line-height: 30px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
  }
  .serverTop ul li:hover{
    background: #e11358;
    
  }
  .serverTop ul li:nth-child(2){
    top: 51px;
  }
  .serverTop ul li:nth-child(3){
    top: 102px;
  }
  .serverTop ul li:nth-child(4){
    top: 153px;
  }
  .serverTop ul li i {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    text-indent: 6px;
    color: #ffffff;
  }
  .serverTop ul li p{
    text-indent: 10px;
    font-size: 16px;
    color: #ffffff !important;
  }
  .serverTop ul li a{
    text-indent: -4px;
    font-size: 16px;
    color: #ffffff !important;
  }
  .serverTop ul li:nth-child(4){
    width: 63px;
  }
    .serverTop ul li:nth-child(1) i{
    background-image: url('../image/side_01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
  }
  .serverTop ul li:nth-child(2) i{
    background-image: url('../image/side_02.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
  }
  .serverTop ul li:nth-child(3) i{
    background-image: url('../image/side_03.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
  }
  .serverTop ul li:nth-child(4) i{
    background-image: url('../image/side_04.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
  }
    .wechat_img{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 63px;
    top: 60px;
    z-index: -1;
    background: url('../image/zhang.jpg');
    background-size: 100% 100%;
  }
  .serverTop ul{
    position: relative;
  }

/* 右侧在线客服 */


/* footer开始 */

.footer-bg{
    width: 100%;
    background: #1b1b1b;
}
.footer-bg .footer{
    width: 1200px;
    height: auto;
    padding-top: 50px;
    margin: 0 auto;
    color: #ffffff;
}
.footer-left {
    width: 840px;
    height: auto;
}

.footer-left-f1{
    width: 280px;
    height: auto;
    float: left;
}

.footer-left dt {
	width: 280px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

.footer-left dd {
	width: 280px;
	height: auto;
	font-size: 14px;
}

.footer-left dd li {
	width: 280px;
	height: 35px;
	line-height: 35px;
}

.footer-left dd li a {
	color: #fff;
}

.footer-left dd li i {
    font-size: 1.4em;
	padding-right: 10px;
}

.footer-xiaohongshu{
    width: 20px !important;
    height: 20px !important;
    background: url(../image/icon_xiaohongshu.png);
    background-size: 100% 100%;
    margin: 7px 9px 0 0;
}
.footer-tencent{
    width: 20px !important;
    height: 20px !important;
    background: url(../image/icon_tencent.png);
    background-size: 100% 100%;
    margin: 7px 9px 0 0;
}

.footer-right {
    width: 360px;
    height: auto;
}
.footer-right-f1 {
    font-size: 1.6em;
    line-height: 60px;
}
.footer-right-f2 {
    font-size: 14px;
}
.footer-name{
    background: #f5f5f5;
	border: none;
	outline: none;
	color: #000;
	width: 100%;
	height: 30px;
    font-size: 14px;
	line-height: 30px;
	text-indent: 1em;
    margin-top: 25px;
}
.footer-iphone{
    background: #f5f5f5;
	border: none;
	outline: none;
	color: #000;
	width: 48%;
	height: 30px;
    font-size: 14px;
	line-height: 30px;
	text-indent: 1em;
    margin-top: 20px;
}
.footer-course{
    background: #f5f5f5;
	border: none;
	outline: none;
	color: #000;
	width: 48%;
	height: 30px;
    font-size: 14px;
	line-height: 30px;
	text-indent: 1em;
    margin-top: 20px;
}
.btn_Nosub{
    font-size: 14px;
    margin-left: 15px;
    font-weight: bold;
    color: #e11358;
}
  .footer-sub {
    background: #ffffff;
    color: #000000;
    padding: 5px 20px;
    text-align: center;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
	animation-iteration-count:infinite; 
    animation-name: Pulse; 
    animation-duration: 1.5s;
}
.pop-bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9998;
	display: none;
}

.pop-up {
	width: 482px;
	height: 382px;
	border-radius: 12px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	z-index: 9999;
}

.close {
	width: 26px;
	height: 26px;
	position: relative;
	top: 3px;
	left: 480px;
}

.pop-img {
	width: 482px;
	height: 210px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

.pop-bt {
	width: 482px;
	height: 171px;
	background-image: url(../image/pop-bg.png);
	background-size: 100% 100%;

}

.pop-title1 {
	width: 350px;
	height: 25px;
	font-size: 25px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	padding-top: 35px;
	margin-left: 33px;
}

.pop-title2 {
	width: 350px;
	height: 18px;
	font-size: 17px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #727272;
	line-height: 18px;
	padding-top: 40px;
	margin-left: 33px;
}

.pop-dj {
	width: 192px;
	height: 61px;
	margin-left: 265px;
	margin-top: 20px;
}

.pop-btn {
	width: 200px;
	height: 40px;
	margin-left: 260px;
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

.pop-btn dt {
	width: 93px;
	height: 41px;
	background: #F1F3F2;
	border-radius: 8px;
	float: left;
	color: #000000;

}

.pop-btn dd {
	width: 93px;
	height: 41px;
	background: #D60F4B;
	border-radius: 8px;
	float: right;
	color: #ffffff;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
}
@keyframes Pulse {
    from {box-shadow: 0 0 5px #ffffff; }
    50% {box-shadow: 0 0 15px #ffffff; }
    /* to {box-shadow: 0 0 5px #ffffff; } */
  }

  .footer-solid{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #333;
  }
  .footer-beian{
    padding-top: 20px;
    text-align: center;
  }
  
.footer a {
    color: #fff;
}
/* footer结束 */

@media only screen and (max-width: 1400px) {
    .menu-container{
        width: 95%;
    }
    .head-img{
        width: 300px;
        height: 36px;
        padding-top: 27px;
    }
    .menu > ul{
        margin-top: 25px;
    }
    .menu > ul > li a{
        padding: 0.6em 0.8em;
        font-size: 15px;
    }
}


@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}


