﻿* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none
}

@charset "utf-8";

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    color: #666666;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
}

* {
    font-family: "微软雅黑";
}

li {
    list-style: none
}

ul {
    padding-left: 0;
    margin: 0 0
}

a {
    color: #666;
}

.center {
    max-width: 1200px;
    margin: 0 auto
}

h2,
h3,
h4,
h5,
p {
    margin: 0 0;
    padding: 0 0;
    font-weight: 500;
}

h1 {
    font-size: 2rem;
}

.ctrl span {
    float: left;
    cursor: pointer;
}

input,
textarea,
select {
    outline: none;
    font-family: "微软雅黑";
}

img {
    border: none;
	display:block;
	margin: auto;
}

.swiper-slide img {
    width: 100%
}

.clear {
    clear: both
}

@media screen and (min-width:320px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 90%
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 97.5%
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 112.5%
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 100%
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.three-card .ico svg {
    font-size: 50px;
    margin-right: 20px;
}

.card li svg {
    font-size: 55px;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 固定导航栏部分开始 */

.tel_fixed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 360px;
    position: absolute;
}

.fix_display {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.fix_display .ico-phone {
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 5px;
    color: #3e584d;
}

.fix_display .ico-phone i {
    font-size: 30px;
}

.ico-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.fix_display h4 {
    font-size: 16px;
    margin-top: 20px;
}

.phone i {
    font-size: 44px;
    color: #ff6000;
}

.fix_display span {
    font-size: 14px;
}

.fix_display p {
    color: #ff6000;
    font-size: 30px;
    margin: 15px 0;
    font-family: Impact;
}

.fix_display {
    height: 100px;
    color: #333;
    background: none;
    margin-left: 10px;
}

.tel_left img {
    height: 130px;
}

.tel_cont img {
    height: 130px;
    width: 200px;
}

.tel_right img {
    height: 130px;
}

.fix .phone {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.fix .phone:hover {
    cursor: pointer;
}

.back {
    text-align: center;
    color: #ff6000;
}

.back i {
    font-size: 56px;
}

.back:hover {
    cursor: pointer;
}

.fix .back {
    position: absolute;
    top: 90px;
    right: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aside {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
}

.fixed {
    display: none;
}


/* .fixed {
    display: none;
    position: fixed;
    top: 70%;
    right: 0;
    width: 4.0rem;
    height: 4.0rem;
    background: #ff6000;
    border-radius: 50%;
    color: #fff;
    z-index: 9999;
}  */


/* .fixed a {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 100%;
} */


/* .fixed i {
    color: #fff;
    font-size: 30px;
} */


/* 
.fixed {
    width: 100%;
    height: 50px;
    background-color: #926123;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
}

.fixed a {
    color: #fff;
    line-height: 50px;
    font-size: 20px;
}

.fixed i {
    margin-right: 10px;
}

.fixed p {
    display: inline;
}

 */

.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    width: 97%;
}

.fixed a {
    border-radius: 10px 10px 0 0;
    line-height: 70px;
    text-align: center;
    width: 100%;
    height: 70px;
    background-color: #ff6000;
    color: #fff;
    display: block;
    justify-content: center;
    align-items: center;
}

.fixed a i {
    font-size: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.fixed a p {
    display: inline;
    font-size: 25px;
    font-weight: bold;
}

.phone_nav_list {
    display: none;
}

.banner_mo {
    display: none;
}


/* 首页部分 */

.header {
    width: 100%;
    background-color: #ff6000;
}

.header_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_con_content {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 0;
}

.nav_list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav_list li {
    margin-right: 35px;
}

.nav_list li a {
    font-size: 18px;
    color: #fff;
}

.address div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/small_bg.png) no-repeat;
    background-size: 100%;
    width: 340px;
    height: 97px;
}

.address a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
}

.logo img {
    width: 100%;
}

.banner img {
    width: 100%;
}

.card {
    width: 100%;
    background-color: #fff;
}

.card_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    background-color: #fff;
}

.card_list {
    margin-top: -120px;
    position: relative;
    z-index: 9999;
}

.card_list ul {
    display: flex;
    justify-content: space-between;
}

.card_list li {
    background-color: #fff;
    border-radius: 10px;
    width: 24%;
    overflow: hidden;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.card_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
}

.card_list_img img {
    width: 100%;
    vertical-align: middle;
}

.card_list li a h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 15px 0;
}

.card_list li a p {
    font-size: 14px;
    text-align: center;
    color: #464646;
    line-height: 30px;
}

.school {
    width: 100%;
    background-color: #fff;
    padding: 70px 0;
}

.school_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.school_img {
    width: 49%;
    overflow: hidden;
}

.school_img img {
    width: 100%;
    vertical-align: middle;
}

.school_txt {
    width: 40%;
}

.school_txt h2 {
    font-size: 30px;
    color: #ff6000;
    font-family: "造字工房力黑";
    font-weight: bold;
    margin-bottom: 10px;
}

.school_txt b {
    font-family: "造字工房力黑";
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.school_txt span {
    display: block;
    width: 10%;
    height: 4px;
    background-color: #ff6000;
    margin: 15px 0 30px 0;
    border-radius: 90px;
}

.school_txt p {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 15px;
    text-indent: 2em;
}

.course {
    width: 100%;
    background: url(../images/bg_b.jpg) no-repeat;
    padding: 85px 0;
}

.course_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    background-color: #f4f7fc;
}

.course_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.course_title_left {
    width: 30%;
}

.course_title_right {
    width: 60%;
}

.course_title_left h2 {
    font-size: 30px;
    color: #ff6000;
    font-family: "造字工房力黑";
    font-weight: bold;
    margin-bottom: 10px;
}

.course_title_left b {
    font-family: "造字工房力黑";
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.course_title_left span {
    display: block;
    width: 20%;
    height: 4px;
    background-color: #ff6000;
    margin: 15px 0 30px 0;
    border-radius: 90px;
}

.course_title_right p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.course_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.course_list li {
    width: 32%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.list_img img {
    width: 100%;
    vertical-align: middle;
}

.cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ico {
    width: 25%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #ff6000;
    color: #fff;
}

.half_cover {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.course_list li {
    position: relative;
    overflow: hidden;
}

.course_list li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 64%;
}

.list_img img {
    position: absolute;
    top: 0;
    left: 0;
}

.good {
    width: 100%;
    background: url(../images/bg_a.jpg) no-repeat;
    padding: 90px 0;
}

.good_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.good_img {
    overflow: hidden;
    width: 55%;
    border-radius: 15px;
}

.good_img img {
    width: 100%;
    vertical-align: middle;
}

.good_txt {
    width: 30%;
}

.good_txt h2 {
    font-size: 30px;
    color: #ff6000;
    font-family: "造字工房力黑";
    font-weight: bold;
    margin-bottom: 10px;
}

.good_txt b {
    font-family: "造字工房力黑";
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.good_txt span {
    display: block;
    width: 20%;
    height: 4px;
    background-color: #ff6000;
    margin: 15px 0 30px 0;
    border-radius: 90px;
}

.good_list li {
    padding-bottom: 20px;
    border-bottom: 2px dotted #666;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.good_list li i {
    font-size: 50px;
    color: #ff6000;
    margin-right: 35px;
}

.good_list li div {
    color: #fff;
}

.good_list li div h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.good_list li div p {
    font-size: 16px;
}

.process {
    width: 100%;
    background-color: #fff;
    padding: 60px 0;
    position: relative;
}

.process_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.process_title {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.process_title h2 {
    font-size: 30px;
    color: #ff6000;
    font-family: "造字工房力黑";
    font-weight: bold;
    margin-bottom: 10px;
}

.process_title b {
    font-family: "造字工房力黑";
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.process_title span {
    display: block;
    width: 20%;
    height: 4px;
    background-color: #ff6000;
    margin: 15px 0 30px 0;
    border-radius: 90px;
}

.process_list {
    margin-top: 140px;
}

.process_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.process_list li {
    width: 24%;
    overflow: hidden;
}

.process_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process_img img {
    vertical-align: middle;
}

.process_list li a p {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
}

.news {
    width: 100%;
    background-color: #f4f7fc;
    padding: 70px 0;
    position: relative;
}

.news_content {
    width: 100%;
    background-color: #fff;
    padding: 70px 0;
    position: relative;
}

.news_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.news_title {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news_title h2 {
    font-size: 30px;
    color: #ff6000;
    font-family: "造字工房力黑";
    font-weight: bold;
    margin-bottom: 10px;
}

.news_title b {
    font-family: "造字工房力黑";
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.news_title span {
    display: block;
    width: 20%;
    height: 4px;
    background-color: #ff6000;
    margin: 15px 0 30px 0;
    border-radius: 90px;
}

.news_list {
    margin-top: 150px;
}

.news_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list li {
    width: 32%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.news_list li:hover .news_txt h3 {
    color: #ff6000;
}

.news_img img {
    width: 100%;
    vertical-align: middle;
}

.news_txt {
    margin: 25px 15px;
}

.news_txt h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_txt p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_txt div {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
}

.news_txt div:hover p {
    color: #ff6000;
}

.news_txt div:hover i {
    color: #ff6000;
}

.news_txt div p {
    font-size: 14px;
}

.link {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
}

.link_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.link_con ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.link_con p {
    font-size: 16px;
    color: #000;
}

.link_con li {
    margin: 0 10px;
}

.link_con li a {
    font-size: 16px;
    color: #666;
}

.footer_nav {
    width: 100%;
    background-color: #333;
    padding: 15px 0;
    border-bottom: 1px solid #666;
}

.footer_nav_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.footer_nav_con ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_nav_con li {
    margin: 0 10px;
}

.footer_nav_con li a {
    font-size: 16px;
    color: #666;
}

.footer {
    width: 100%;
    background-color: #333;
    padding: 30px 0 30px 0;
}

.footer_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer_ma {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_ma p {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.footer_tel h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.footer_tel li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer_tel p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer_tel li i {
    margin-right: 15px;
}


/* 新闻资讯页面 */

.yema {
    width: 100%;
    background-color: #fff;
    margin-bottom: 50px;
}

.yema_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.yema_list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.prev {
    width: 85px;
    height: 35px;
    border-radius: 30px;
    display: block;
    background-color: #e9e9e9;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.next {
    width: 85px;
    height: 35px;
    border-radius: 30px;
    display: block;
    background-color: #d1d1d1;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.yema_list li {
    margin: 0 15px;
}

.yema_list li a:hover {
    background-color: #ff6000;
    color: #fff;
}

.yema_list .y_current a {
    background-color: #ff6000;
    color: #fff;
}

.yema_list li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e9e9e9;
    line-height: 35px;
    text-align: center;
    color: #000;
    display: block;
}

.banner_con {
    position: relative;
}

.banner_con img {
    width: 100%;
    vertical-align: middle;
}

.banner_con_txt {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    position: absolute;
    top: 38%;
    left: 55%;
    transform: translateX(-50%);
}

.banner_con_txt h2 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.small_nav {
    width: 100%;
    background-color: #f4f7fc;
    padding: 20px 0;
}

.small_nav_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
}

.small_nav_con i {
    margin: 0 10px;
}

.small_nav_con a:hover {
    color: #ff6000;
}

.course_ab {
    width: 100%;
    background-color: #fff;
    padding: 85px 0 0 0;
}

.course_ab_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.course_ab_con .course_list {
    margin-top: 85px;
}

.a_school {
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
    position: relative;
}

.a_school_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.a_school_title {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.a_school_title h2 {
    font-size: 30px;
    color: #ff6000;
    font-family: "造字工房力黑";
    font-weight: bold;
    margin-bottom: 10px;
}

.a_school_title b {
    font-family: "造字工房力黑";
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.a_school_title span {
    display: block;
    width: 30%;
    height: 4px;
    background-color: #ff6000;
    margin: 15px 0 30px 0;
    border-radius: 90px;
}

.about_school_bd {
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
}

.about_img {
    width: 48%;
    overflow: hidden;
}

.about_img img {
    width: 100%;
    vertical-align: middle;
}

.about_txt {
    width: 40%;
}

.about_txt p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
}

.cai {
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
    position: relative;
}

.cai_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.cai_title {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.cai_title h2 {
    font-size: 30px;
    color: #ff6000;
    font-family: "造字工房力黑";
    font-weight: bold;
    margin-bottom: 10px;
}

.cai_title b {
    font-family: "造字工房力黑";
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.cai_title span {
    display: block;
    width: 30%;
    height: 4px;
    background-color: #ff6000;
    margin: 15px 0 30px 0;
    border-radius: 90px;
}

.cai_bd {
    margin-top: 90px;
}

.cai_bd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cai_bd li {
    width: 32%;
    margin-bottom: 20px;
    overflow: hidden;
}

.product_show {
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
}

.product_show_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.product_show_title {
    padding-bottom: 20px;
    border-bottom: 2px dashed #ccc;
}

.product_show_title h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}

.product_show_title p {
    font-size: 16px;
    color: #ff6000;
}

.product_show_title i {
    font-style: normal;
}

.product_show_bd {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.product_show_bd_imgs {
    width: 35%;
    overflow: hidden;
}

.product_show_bd_img img {
    width: 100%;
    max-width: 100%;
}

.product_show_bd_txt {
    width: 60%;
}

.product_show_bd_txt p {
    font-size: 16px;
    color: #363636;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 20px;
}

.product_show_bd_imgs {
    position: relative;
}

.covers {
    position: absolute;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
}

.icos {
    width: 25%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #ff6000;
    color: #fff;
    border-radius: 0 0 0 10px;
}

.half_covers {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.product_show_bd_img {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 110%;
    overflow: hidden;
    border-radius: 10px;
}

.product_show_bd_img img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fanye {
    padding: 15px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
    color: #999;
    margin-top: 60px;
}

.fanye div {
    margin-bottom: 10px;
}

.fanye p {
    display: inline;
}

.fanye div a {
    font-size: 16px;
    color: #999;
}

.fanye div:hover a {
    color: #ff6000;
}

.another_course {
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
    position: relative;
}

.another_course_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.another_title {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.another_title h2 {
    font-size: 30px;
    color: #ff6000;
    font-family: "造字工房力黑";
    font-weight: bold;
    margin-bottom: 10px;
}

.another_title b {
    font-family: "造字工房力黑";
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.another_title span {
    display: block;
    width: 20%;
    height: 4px;
    background-color: #ff6000;
    margin: 15px 0 30px 0;
    border-radius: 90px;
}

.another_course_con .course_list {
    margin-top: 50px;
}

.small_nav_con .small_current {
    color: #ff6000;
}

.address a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.address a i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.address a .i1 {
    font-size: 25px;
}

.ico i {
    font-size: 40px;
    color: #fff;
}

.news_txt div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_txt div i {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}

.news_content .news_txt div:hover i {
    color: #ff6000;
}

.news_content .news_txt div i {
    font-size: 12px;
    color: #666;
}

.icos i {
    font-size: 40px;
}

.cai_bd_img img {
    width: 100%;
    max-width: 100%;
}

.news_list li {
    position: relative;
}

.time {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff6000;
    color: #fff;
    position: absolute;
    top: 10%;
    left: 0;
}

.course_list li:hover .half_cover p {
    margin-left: 20px;
    transition: all 0.3s;
}

.course_list li:hover .ico {
    background-color: #fff;
}

.course_list li:hover .ico i {
    color: #ff6000;
}

.nav {
    margin-left: 70px;
}

.process_list li {
    position: relative;
}

.process_list li:hover .big_circle {
    cursor: pointer;
    animation: moveBiggest 1.5s infinite;
}

.process_list li:hover .center_circle {
    cursor: pointer;
    animation: moveMiddle 1.0s infinite;
}

.process_list li:hover.small_circle {
    cursor: pointer;
    animation: moveInner 0.5s infinite;
}

.circle {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 46%;
    left: 20px;
    transform: translateY(-50%);
}

.big_circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ff6000;
    line-height: 80px;
    text-align: center;
    z-index: 9;
    opacity: .4;
    outline: none;
    z-index: -999;
}

.center_circle {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ff6000;
    opacity: .4;
    text-align: center;
    outline: none;
}

.small_circle {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff6000;
    text-align: center;
    line-height: 40px;
    opacity: .4;
    outline: none;
}

.text {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 999;
    color: #fff;
}


/* 小圆圈 */

@keyframes moveInner {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}


/* 中间圆圈 */

@keyframes moveMiddle {
    from {
        transform: scale(1);
        opacity: .4;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}


/* 大圆圈 */

@keyframes moveBiggest {
    from {
        transform: scale(1);
        opacity: .4;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

.contact_bd {
    max-width: 800px;
    width: 98%;
    margin: 170px auto 0 auto;
}

.contact_bd ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact_bd li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.contact_circle {
    margin-right: 60px;
}

.contact_circle_a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ff6000;
    line-height: 100px;
    text-align: center;
    z-index: 9;
    opacity: .4;
    outline: none;
}

.contact_circle_b {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ff6000;
    opacity: .6;
    text-align: center;
    outline: none;
}

.contact_circle_c {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ff6000;
    text-align: center;
    line-height: 40px;
    opacity: 1;
    outline: none;
}

.contact_circle i {
    position: absolute;
    top: 35px;
    left: 29px;
    z-index: 999;
    color: #fff;
    text-align: center;
    font-size: 43px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.contact_circle .i1 {
    font-size: 43px;
    text-align: center;
}

.contact {
    width: 100%;
    background-color: #fff;
    padding: 80px 0 150px 0;
    position: relative;
}

.contact_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.contact_title {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.contact_title h2 {
    font-size: 30px;
    color: #ff6000;
    font-family: "造字工房力黑";
    font-weight: bold;
    margin-bottom: 10px;
}

.contact_title b {
    font-family: "造字工房力黑";
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.contact_title span {
    display: block;
    width: 20%;
    height: 4px;
    background-color: #ff6000;
    margin: 15px 0 30px 0;
    border-radius: 90px;
}

.contact_bd {
    margin-top: 170px;
}

.contact_bd li {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact_bd li p {
    font-size: 16px;
}

.wei_po {
    position: relative;
}

.wei {
    position: absolute;
    top: 10%;
    left: 115%;
}

.wei p {
    text-align: center
}

.hotcity {
    width: 100%;
    background-color: #f4f7fc;
    padding: 20px 0;
}

.hotcitys {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.hotcitys ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.hotcitys li {
    margin-right: 15px;
    margin-bottom: 10px;
}

.hotcitys li p,
.hotcitys li a {
    font-size: 16px;
    color: #363636;
}

.hotchoose {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
}

.hotchoose_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    border: 1px solid #dfe1e5;
    overflow: hidden;
}

.hotchoose_title {
    background-color: #ffe5d6;
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    padding-left: 40px;
}

.hotchoose_enter {
    padding: 20px 0;
    background-color: #f6f9fd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
}

.hotchoose_enter p,
.hotchoose_enter a {
    font-size: 16px;
    color: #363636;
}

.hotchoose_enter a:hover {
    color: #ff6000;
}

.hotchoose_enter div:hover i {
    color: #ff6000;
}

.hotchoose_enter i {
    font-size: 12px;
    color: #363636;
    margin-right: 10px;
    font-weight: bold;
}

.hotchoose_enter .hot_current a {
    color: #ff6000;
}

.hotchoose_enter .hot_current i {
    color: #ff6000;
}

.hotabc {
    height: 500px;
    padding: 30px 70px;
    overflow-y: scroll;
}

.hotabc ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hotabc li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.hotabc li p {
    margin-right: 30px;
    font-size: 16px;
    color: #000;
}

.hotabc_con a {
    font-size: 16px;
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
}

.hotabc_con {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width:750px) {
    .nav_list {
        display: none;
    }
    .about_school_bd {
        flex-wrap: wrap;
    }
    .about_img {
        width: 100%;
    }
    .about_txt {
        width: 100%;
        padding: 0 10px;
        margin-top: 20px;
    }
    .footer_ma {
        display: none;
    }
    .footer_con {
        flex-wrap: wrap;
        padding-left: 15px;
        margin-bottom: 35px;
    }
    .footer_tel {
        width: 100%;
        margin-top: 15px;
    }
    .footer_nav_con ul {
        flex-wrap: wrap;
    }
    .footer_nav_con li {
        margin-bottom: 10px;
    }
    .banner_con_txt h2 {
        font-size: 20px;
    }
    /* 标题部分 */
    .a_school_title,
    .cai_title,
    .news_title,
    .another_title {
        position: static;
        top: 0;
        left: 0;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about_school_bd,
    .cai_bd,
    .news_list,
    .course_ab_con .course_list,
    .another_course_con .course_list {
        margin-top: 0;
    }
    .a_school,
    .cai,
    .news_content,
    .course_ab,
    .product_show,
    .another_course {
        padding: 20px 0;
    }
    /* 标题部分 */
    .news_list li {
        width: 98%;
        margin: 0 10px 20px 10px;
    }
    .banner_con_txt {
        width: 85%;
    }
    .course_ab_con .course_list {
        padding: 0 10px;
    }
    .course_list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .small_nav_con {
        font-size: 12px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .product_show_title h2 {
        font-size: 22px;
    }
    .product_show_bd {
        margin-top: 20px;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .product_show_bd_imgs {
        width: 100%;
    }
    .product_show_bd_txt {
        width: 100%;
        margin-top: 20px;
    }
    .course_list {
        padding: 0 10px;
    }
    .fanye {
        margin-top: 20px;
    }
    .covers {
        bottom: 0;
    }
    .phone_nav_list {
        display: block;
    }
    .aside {
        display: none;
    }
    .fixed {
        display: block;
    }
    .contact_bd .wei_po {
        display: none;
    }
    .contact {
        padding: 20px 0;
    }
    .contact_title {
        position: static;
        top: 0;
        left: 0;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact_bd {
        margin: 0;
        padding: 0 10px;
    }
    .contact_circle {
        margin-right: 30px;
    }
    .hotabc {
        padding: 25px 10px;
    }
    .card_list {
        margin-top: 20px;
        padding: 0 10px;
    }
    .card_list ul {
        flex-wrap: wrap;
    }
    .card_list li {
        width: 48%;
        margin-bottom: 20px;
    }
    .school {
        padding: 20px 0;
    }
    .school_con {
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .school_img {
        width: 100%;
    }
    .school_txt {
        margin-top: 20px;
        width: 100%;
    }
    .link {
        display: none;
    }
    .news,
    .good {
        padding: 20px 0;
    }
    .good_con {
        flex-wrap: wrap;
    }
    .good_img {
        width: 100%;
    }
    .good_txt {
        width: 100%;
    }
    .process_title {
        position: static;
        top: 0;
        left: 0;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .process {
        padding: 20px 0;
    }
    .process_list {
        margin-top: 0;
    }
    .course {
        padding: 20px 0;
    }
    .course_title {
        flex-wrap: wrap;
    }
    .course_title_left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .course_title_right {
        width: 100%;
    }
    .course_title_right p {
        text-indent: 2em;
    }
    .process_list ul {
        flex-wrap: wrap;
    }
    .process_list li {
        width: 50%;
        overflow: visible;
    }
    .circle {
        left: 0;
    }
    .address div {
        width: 85%;
        background: none;
        margin-right: 40px;
    }
    .address a {
        font-size: 12px;
    }
    .logo {
        padding-left: 10px;
    }
    .card_list {
        z-index: 1;
    }
    .good_txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .good_txt h2 {
        color: #363636;
    }
    .good_txt span {
        background-color: #363636;
    }
    .good {
        background-size: auto 100%;
    }
    .school_txt {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card_list li a p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .news .news_list li:nth-child(4) {
        display: none;
    }
    .news .news_list li:nth-child(5) {
        display: none;
    }
    .news .news_list li:nth-child(6) {
        display: none;
    }
    .course .course_list li {
        width: 48%;
    }
    .course .course_list li .half_cover p {
        font-size: 14px;
    }
    .course .course_list li .ico i {
        font-size: 30px;
    }
    .cover {
        line-height: normal;
    }
}

@media screen and (max-width:320px) {
    .yema_con {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .yema_list {
        margin: 10px 0;
    }
    .cover {
        line-height: normal;
    }
}