* {

    margin: 0;
    padding: 0;
    /* font-family: '思源黑体','微软雅黑','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important; */

}
@font-face{
    font-family: "AlimamaShuHeiTi-Bold";
	src: url('/public/fonts/AlimamaShuHeiTi-Bold.ttf') format('truetype'),
url('/public/fonts/AlimamaShuHeiTi-Bold.otf') format('opentype'),
url('/public/fonts/AlimamaShuHeiTi-Bold.woff') format('woff');
}
body,
html {
    font-size: 50px;
    height: 100%;
    max-width: 750px;
    margin: auto;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 0.2rem;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.Banner {
    position: relative;
}

.Banner img {
    width: 100%;
}

.nav_header {
    height: 106px;
}


/* 公共样式 */

.main {
    width: 100%;
    margin: auto;
}

.modular {
    overflow: hidden;
}

@-webkit-keyframes tag {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes tag {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


.modular_Content .b_p {
    font-size: 0.26rem;
    width: 95%;
    margin: auto;
    color: #fff;
    text-align: center;
    line-height: .4rem;
}


.main h2:nth-child(1) {
    color: #fff;
    letter-spacing: 2px;
}

.L {
    float: left;
}

.R {
    float: right;
}

.clear {
    clear: both;
}

 /* 按钮 */
 .banniu {
    width: 3rem;
    height: 1rem;
    animation: .8s tag linear infinite;
    border-radius: 0.7rem;
    text-align: center;
    color: #fff;
    margin: .3rem auto;
    overflow: hidden;
    position: relative;
    -webkit-animation: .8s tag linear infinite;
    background: url(/public/images/model3d/button.png) no-repeat center;
    background-size: contain;
}

.banniu>a {
    color: #fff;
    height: 1rem;
    font-size: .25rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1rem;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
}

.banniu :after {
    content: "";
    background: #d8e0fd;
    position: absolute;
    width: 4rem;
    height: 0.7rem;
    left: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: .7rem;
    transform: scale(1);
    animation: 2s btn ease-in-out infinite;
}


 /* end按钮 */

/**start标题按钮*/
h2{
    font-size: .6rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    font-family: "AlimamaShuHeiTi-Bold";
    /* text-shadow: 1px 1px 0px rgb(1,94,234),1px 1px 0px rgb(1,94,234),-1px -1px 0px rgb(0,194,250),-1px -1px 0px rgb(0,194,250); */
    /* -webkit-text-stroke: 2px rgb(0, 44, 112); */
    /* background-image: linear-gradient(to right, rgb(1,94,234), rgb(0,194,250)); */
 }
 p{
    font-size: .22rem;
    font-family: '思源黑体','微软雅黑','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
 }
 .smk{
    margin: .4rem 0 0.3rem 0;

 }
 .smk h2{
    display: inline;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to top,rgb(141,190,246), rgb(231,240,253));
    background-clip: text;
 }

 .smk p{
    font-weight: bold;
 }
/**end标题-按钮*/

.swiper-pagination{
    margin-top: .3rem;
    display: block;
    position: unset !important;
    height: .2rem;
}
.swiper-paginationsss .swiper-pagination-bullet{
    width: .4rem;
    height: .1rem;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important;
}
.swiper-paginationsss .swiper-pagination-bullet-active{
    width: .8rem;
    height: .1rem;
}
.swiper-pagination-bullet{
    width: .4rem;
    height: .1rem;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 5px 0px #111111d1;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 20px) !important;
}
.swiper-pagination-bullet-active {
    width: .8rem;
    height: .1rem;
    border-radius: 4px;
    background: #fff;
}

/* 板块二 */
.xz_ul {
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.xz_ul li {
    width: 48.5%;
    margin-top: .1rem;
}

.xz_ul li .postBox {
    overflow: hidden;
    position: relative;
}

.xz_ul li img {
    width: 100%;
}

.post-info {
    font-size: .2rem;
}

.postBox .postContent {
    position: absolute;
    bottom: .63rem;
    left: 0;
    right: 0;
    margin: auto;
}

.postContent h4 {
    color: #fff;
    font-size: .35rem;
    letter-spacing: 1px;
    text-shadow: 2px 2px #000;
}

.postContent h1 {
    color: #fff;
    text-align: center;
    font-size: .30rem;
    text-shadow: 2px 2px #000;
}

/* 和你同样选择的人 */
.guaranteeBox {
	height: 10.2rem;
}

.selectTypeBelow ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}
.selectTypeBelow  ul li:hover {
    transition: .6s;
    margin-top: 10px;
}

.selectTypeBelow li{
    margin: 0.1rem 0;
    width: 3.6rem;
    height: auto;
	
}
.selectTypeBelow div {
    height: 3.6rem;
    background-size: 95% !important;
}

.selectTypeBelow p {
	font-weight:900;
    font-size: .4rem;
    margin:0 2% 2% 2%;
	
}
/* end和你同样选择的人 */


/* 板块三 */
 
.main3 {
    width: 100%;
}

.CourseBox {
    position: relative;
}

.CourseContent{
    height: 7.5rem;
}

.kc1 {
    width: 100%;
    margin: 0 auto;
    background: url(/public/images/model3d/course1.jpg) no-repeat center;
    background-size: cover;
}

.kc2 {
    width: 100%;
    margin: 0 auto;
    background: url(/public/images/model3d/course2.jpg) no-repeat center;
    background-size: cover;
}

.kc3 {
    width: 100%;
    margin: 0 auto;
    background: url(/public/images/model3d/course3.jpg) no-repeat center;
    background-size: cover;
}

.kc4 {
    width: 100%;
    margin: 0 auto;
    background: url(/public/images/model3d/course4.jpg) no-repeat center;
    background-size: cover;
}
.kc5 {
    width: 100%;
    margin: 0 auto;
    background: url(/public/images/model3d/course5.jpg) no-repeat center;
    background-size: cover;
}



.CourseInfo {
    display: block;
    width: 100%;
    height: 100%;
}

.InfoContent {
    width: 92%;
    margin: auto;
    height: 100%;
    padding-top: 77%;
    /* position: relative; */
}

.CourseInfo h3 {
    padding-top: .28rem;
    font-size: .38rem;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 1px 1px #000;
}

.CourseInfo p {
    color: #fff;
    font-size: .24rem;
    line-height: .3rem;
    text-align: justify;
   
}

/* 板块五 */

.modularFive {
    position: relative;
    overflow: hidden;
}

.teacherBox {
    height: 5.35rem;
    width: 97%;
    position: relative;
    margin: auto;
    overflow: hidden;
   
}

.teacher-title {
    margin-bottom: .1rem;
    text-align: center;
}

.teacher-title h1 {
    color: #fff;
    font-size: .45rem;
    letter-spacing: 2px;
   
}

.teacher-title h3 {
    color: #fff;
    font-size: .25rem;
    text-align: right;
    margin-right: 1.5em;
}

.teacherContent {
    height: 99%;
    text-align: left;
    position: relative;
    border: 1px solid;
    border-image: linear-gradient(to bottom, rgb(70,174,247),rgb(29,213,230)) 1;
}
.teacherDesc{
    margin-left: 50%;
    padding-top: 5%;
}

.teacherContent p {
    color: #fff;
    font-size: .25rem;
    line-height: .35rem;
    padding-right: 5%;
}



/* 板块九 */
.studentWorksBox{
    width: 100%;
    height: 16rem;
    background: url(/public/images/model3d/work.jpg) no-repeat center;
    background-size: cover;
}

/* 板块八-高品质 */

.modularEight {
    background-position-y: -3.2rem;
}

.ajyxyBox {
    margin: auto;
    position: relative;
}

.ajyxyList li img {
	height: 2.8rem;
}
.ajyxyList li {
    width: 50%;
    height: 3rem;
    box-sizing: border-box;
}
.mySwiper3 div li{ 
    display: flex;
    flex-wrap: nowrap;
}
.mySwiper3 li{
    height: 5rem;
}
.mySwiper3 li img {
    max-width: 48%;
    margin-left: .1rem;
    margin-top: .1rem;
	height: auto;
}

.ajyxyList .swiper-slide-active {
    position: relative;
    box-sizing: border-box;
}

.ajyxyList li {
	width: 45%;
	
}

.ajyxyList li{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
li .ajyxyContent {
	position: relative;
	padding: 3px;
	overflow: hidden;
}
/* end板块八-高品质 */


.enterpriseLogo{
    margin: 0 auto;
    width: 96%;
}


/* 板块十二 */

.modularTwelve {
    width: 100%;
    margin: 0 auto;
    background: url(/public/images/model3d/bj-2.jpg) no-repeat center;
    background-size: cover;
    padding: .4rem 0 1rem 0;
}

.infoBox {
    width: 80%;
    position: relative;
    margin: auto;
}

.infoBox .form-item {
    margin-top: .2rem;
}

.form-item input {
    color: #fff;
}

.form-item input::placeholder {
    color: #fff;
}

#item_column img {
    width: .3rem;
    position: absolute;
    right: .2rem;
    top: .2rem;
}

.infoBox .form-item select {
    line-height: .7rem;
    height: .7rem;
    outline: none;
    background-color: rgba(238, 238, 238, 0.1);
    width: 100%;
    border-radius: .1rem;
    text-indent: .1rem;
    border: 1px solid #CCC;
    display: block;
    color: #fff;
    -webkit-appearance: none;
}

.form-item select option {
    color: #000;
}

.form-item .form-text {
    height: .7rem;
    outline: none;
    background-color: rgba(238, 238, 238, 0.1);
    width: 100%;
    display: block;
    border-radius: .1rem;
    text-indent: .1rem;
    border: 1px solid #CCC;
}

#submitItem {
    border-radius: .1rem;
    background: url(/public/images/model3d/foorbutton.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    margin: 10px auto;
    font-size: .3rem;
    -webkit-animation: .8s tag linear infinite;
    width: 100%;
}

#submitItem .btn-submit {
    color: #FFF;
    width: 100%;
    text-align: center;
    line-height: .9rem;
    display: inline-block;
    cursor: pointer;
    margin: .1rem auto;
    font-size: .38rem;
    font-weight: 900;
    font-family: "AlimamaShuHeiTi-Bold";;
}


/* 右侧固定 */