@charset "utf-8";

/* CSS Document */


/* common */

body {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Microsoft YaHei', sans-serif;
    color: #333333;
}

ul,
ol {
    list-style: none;
    text-indent: 0;
    list-style-position: outside;
}

img {
    border: 0;
}

b {
    font-weight: normal
}

h2,
h3,
h4,
p,
div,
span {
    line-height: 1;
}


/* link : style */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

.p-bg {
    background: #f7f7f7;
}


/*clear*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    min-width: 1024px;
    position: relative;
    overflow: hidden;
}


/*  */

.cont-tit {
    padding-bottom: 40px;
}

.cont-tit .tit-sub {
    color: #33c686;
    border: 1px solid #33c686;
    background: #fff;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 4px;
    height: 44px;
    width: 480px;
    margin: auto;
}

.cont-tit .tit-sub .tit-left {
    color: #fff;
    background: #33c686;
    padding: 0 15px;
    line-height: 44px;
}

.cont-tit .tit-sub .tit-right {
    padding-left: 10px;
    line-height: 44px;
}


/* banner */

.banner {
    width: 100%;
    height: 580px;
    position: relative;
    background: url("../img/banner1.jpg") no-repeat center top;
}

.nav-wrap {
    width: 100%;
    height: 80px;
    background: #ff831e;
}

.nav {
    width: 1000px;
    height: 80px;
    margin: auto;
    overflow: hidden;
}

.navList {
    height: 80px;
    display: flex;
    justify-content: space-between;
    line-height: 80px;
}

.navList li {
    flex-grow: 1;
    position: relative;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.navList li span {
    color: #fff;
}

.navList li>div {
    display: inline-block;
}

.navList li:after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #ffcba0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.navList li:last-child:after {
    width: 0;
}

.navList li span {
    display: inline-block;
    padding-left: 27px;
    padding-right: 16px;
    height: 42px;
    line-height: 42px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
}

.navList li.act span {
    background: #fff;
    color: #ff831e;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.navList li span i {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.navList li.act span i {
    background: #ff831e;
}

.navList li.actPre:after,
.navList li.act:after {
    width: 0;
}


/*************************************/

.footer {
    background: #222222;
}

.footer p {
    font-size: 15px;
    text-align: center;
    line-height: 80px;
    color: #999999;
}

.tit-wrap {
    padding: 70px 0 59px;
}

.tit-wrap h2 {
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: normal;
    position: relative;
}

.tit-wrap h2::after {
    content: '';
    display: block;
    clear: both;
    width: 60px;
    height: 3px;
    background: #ff831e;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.tit-wrap h2 span {
    color: #ff831e;
    font-weight: bold;
}

.part {
    width: 1000px;
    margin: auto;
}

.part1 *,
.part2 *,
.part3 * {
    box-sizing: border-box;
}


/*part1************/

.part1 .fl {
    float: left;
}

.part1 .fr {
    float: right;
}

.part1 {
    padding-bottom: 40px;
}


/*sub-tit*/

.sub-tit {
    text-align: center;
    font-size: 30px;
    color: #333;
    padding-bottom: 50px;
}

.sub-tit span {
    position: relative;
    display: inline-block;
}

.sub-tit span:after {
    content: '';
    display: block;
    width: 120%;
    height: 22px;
    top: 22px;
    left: -10%;
    background: #18bb77;
    position: absolute;
    z-index: -1;
}


/*cont1*/

.part1 .cont1 {}

.part1 .cont1>div {
    display: flex;
    justify-content: space-between;
}

.part1 .cont1>div {
    height: 330px;
}

.part1 .cont1 .left {
    width: 495px;
    position: relative;
}

.part1 .cont1 .left>img {
    display: block;
    width: 100%;
}

.part1 .cont1 .right {
    width: 478px;
}

.part1 .cont1 .right li {
    height: 110px;
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
    padding-left: 0;
    position: relative;
    padding-top: 25px;
    transition: all .3s;
}

.part1 .cont1 .right li:first-child {
    padding-top: 0;
}

.part1 .cont1 .right li:last-child {
    border-bottom: 0;
}

.part1 .cont1 .right li:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid #18bb77;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0;
    transition: all .3s;
}

.part1 .cont1 .right li:nth-child(2):hover:after,
.part1 .cont1 .right li:nth-child(3):hover:after {
    top: 25px;
    transition: all .3s;
}

.part1 .cont1 .right li .text {
    padding-left: 15px;
}

.part1 .cont1 .right li .text h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 14px;
}

.part1 .cont1 .right li .text p {
    font-size: 15px;
    color: #888;
    line-height: 1.5;
}

.part1 .cont1 .right li:hover {
    padding-left: 24px;
    transition: all .3s;
}

.part1 .cont1 .right li:hover:after {
    opacity: 1;
    transition: all .3s;
}

.part1 .cont1 .right li:hover .text h3 {
    color: #33c686;
    transition: all .3s;
}

.p1-wrap {
    background: #f7f7f7;
    padding-top: 42px;
    padding-bottom: 30px;
}

.p1-list {
    display: flex;
    justify-content: space-between;
}

.p1-list li {
    padding-left: 72px;
    position: relative;
}

.p1-list li:nth-child(1) {
    width: 320px;
}

.p1-list li:nth-child(2) {
    width: 330px;
}

.p1-list li:nth-child(3) {
    width: 310px;
}

.p1-list li::after {
    content: '';
    display: block;
    clear: both;
    width: 52px;
    height: 52px;
    background: url('../img/p1-icon.png') no-repeat left center;
    position: absolute;
    left: 0;
    top: 0;
}

.p1-list li:nth-child(1)::after {
    background: url('../img/p1-icon.png') no-repeat left center;
}

.p1-list li:nth-child(2)::after {
    padding-right: 0;
    background: url('../img/p1-icon.png') no-repeat -52px center;
}

.p1-list li:nth-child(3)::after {
    background: url('../img/p1-icon.png') no-repeat -104px center;
}

.p1-list li h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 18px;
}

.p1-list li p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}


/*cont2*/

.part1 .cont2 {}

.part1 .cont2>div {
    display: flex;
    justify-content: space-between;
}

.part1 .cont2>div {
    height: 330px;
}

.part1 .cont2 .left {
    width: 495px;
    position: relative;
}

.part1 .cont2 .left>img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.part1 .cont2 .right {
    width: 478px;
}

.part1 .cont2 .right li {
    height: 110px;
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
    padding-left: 0;
    position: relative;
    padding-top: 25px;
    transition: all .3s;
}

.part1 .cont2 .right li:first-child {
    padding-top: 0;
}

.part1 .cont2 .right li:last-child {
    border-bottom: 0;
}

.part1 .cont2 .right li:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid #ff831e;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0;
    transition: all .3s;
}

.part1 .cont2 .right li:nth-child(2):hover:after,
.part1 .cont2 .right li:nth-child(3):hover:after {
    top: 25px;
    transition: all .3s;
}

.part1 .cont2 .right li .text {
    padding-left: 15px;
}

.part1 .cont2 .right li .text h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 14px;
}

.part1 .cont2 .right li .text p {
    font-size: 15px;
    color: #888;
    line-height: 1.5;
}

.part1 .cont2 .right li:hover {
    padding-left: 24px;
    transition: all .3s;
}

.part1 .cont2 .right li:hover:after {
    opacity: 1;
    transition: all .3s;
}

.part1 .cont2 .right li:hover .text h3 {
    color: #ff831e;
    transition: all .3s;
}

.p1-wrap.p1-wrap2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p1-list-video {
    display: flex;
    justify-content: space-between;
}

.p1-list-video li {
    width: 315px;
    height: 200px;
    position: relative;
}

.p1-list-video li>img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.p1-list-video li h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 16px;
    width: 100%;
}


/*btn*/

.btn {
    text-align: center;
    padding-top: 40px;
}

.btn a {
    width: 240px;
    height: 54px;
    display: inline-block;
    border-radius: 27px;
    line-height: 54px;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(#ff678b 0, #ff5a71 100%);
    position: relative;
    box-shadow: 0 5px 20px rgba(255, 93, 120, 0.5);
}

.btn a i {
    font-style: normal;
    height: 54px;
    display: inline-block;
    background: url('../img/btn-icon.png') no-repeat left center;
    padding-left: 40px;
}


/*cont*/


/*part2****************/

.part2 {
    position: relative;
}

.part2 .des {
    font-size: 15px;
    color: #666;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.5;
}

.part2 .cont-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.part2 .cont1 li {
    width: 230px;
    height: 340px;
    position: relative;
}

.part2 .cont1 li .img>img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.part2 .cont1 li .text {
    position: absolute;
    width: 210px;
    height: 195px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 27px 15px 0 17px;
    text-align: center;
}

.part2 .cont1 li .text h3 {
    font-size: 20px;
    color: #333;
    padding-bottom: 13px;
}

.part2 .cont1 li .text p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

.part2 .cont1 li .tag {
    width: 140px;
    height: 40px;
    background: #ff831e;
    border-radius: 4px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.part2 .cont1 li .tag a {
    color: #fff;
}

.p2-wrap {
    background: #fff9f7;
    padding: 50px 0 30px;
}

.p2-wrap .img>img {
    width: 100%;
    display: block;
}

.part2-list2 {
    padding: 44px 0 70px;
}

.part2 .cont2 {
    margin-bottom: 35px;
}

.part2 .cont2 li {
    width: 228px;
    height: 430px;
    background: url('../img/p2-list2-bg.png') no-repeat center top #fff;
    border-radius: 6px;
    border: 1px solid #4dc591;
    position: relative;
}

.part2 .cont2 li .des {
    padding: 30px 20px 0 16px;
}

.part2 .cont2 li::after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 20px;
    background: #dbf3e9;
    bottom: -5px;
    border-radius: 6px;
}

.part2 .cont2 li h3 {
    height: 70px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 68px;
}

.part2 .cont2 li .tag {
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 70px;
    height: 26px;
    background: #33c686;
    border-radius: 13px;
    line-height: 26px;
    margin-bottom: 15px;
}

.part2 .cont2 li p {
    padding-bottom: 25px;
    text-align: left;
}

.cont2-des {
    font-size: 15px;
    color: #fff;
    width: 400px;
    height: 32px;
    background: #ff831e;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    margin: auto;
}


/*part3*/

.part3-wrap {
    background: #f7f7f7;
    padding-bottom: 58px;
}

.part3 {
    width: 1008px;
}

.part3 .main {
    margin: 0 auto;
    width: 1008px;
}

.part3 .content .course {}

.part3 .main div {
    float: left;
}

.part3 .ctn {
    float: left;
    width: 502px;
}

.part3 .ctn1 {
    width: 100%;
}

.part3 .ctn2 {
    width: 50%;
}

.part3 .box {
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.part3 .box.big {
    width: 244px;
    height: 244px;
}

.part3 .box.middle {
    width: 244px;
    height: 117px;
}

.part3 .box.small {
    width: 117px;
    height: 117px;
}

.part3 .box img {
    display: block;
}

.part3 .box.big img {
    width: 244px;
    height: 244px;
}

.part3 .box.middle img {
    width: 244px;
    height: 117px;
}

.part3 .box.small img {
    width: 117px;
    height: 117px;
}

.part3 .box .info {
    top: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.5s;
    overflow: hidden;
    background: #000000;
    background: rgba(0, 0, 0, 0.8);
}

.part3 .box:hover .info {
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.part3 .box .info a {
    display: block;
}

.part3 .box .info h3 {
    text-align: center;
    font-size: 20px;
    color: #e74717;
}

.part3 .box .info p {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.part3 .box.big .info h3 {
    font-size: 16px;
    margin-top: 40%;
}

.part3 .box.middle .info h3 {
    margin-top: 15%;
    font-size: 14px;
}

.part3 .box.small .info h3 {
    font-size: 14px;
    margin-top: 30%;
}


/*part4*/

.part4 {
    padding-bottom: 50px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
}

.part4 ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #cccccc;
}

.part4 ul li {
    flex-grow: 1;
    text-align: center;
    position: relative;
    padding-bottom: 16px;
}

.part4 ul li a {
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #000000;
    padding-bottom: 16px;
}

.part4 ul li img {
    left: 50%;
    margin-left: -5px;
    bottom: 0;
    width: 10px;
    height: 5px;
    display: none;
    position: absolute;
}

.part4 ul li.act img {
    display: block;
}

.part4 ul li.act:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 2px;
    background: #ca4880;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.part4 .teacher .teacher-banner {
    width: 100%;
    margin: 20px 0;
    max-height: 340px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.part4 .teacher .teacher-banner .swiper-slide {
    box-sizing: border-box;
    overflow: hidden;
    width: 190px;
}

.part4 .teacher .teacher-banner .box {
    max-width: 100%;
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.part4 .teacher .teacher-banner .box img {
    left: 50%;
    margin-left: -50%;
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
}

.part4 .teacher .teacher-banner .box .info {
    top: 280px;
    width: 100%;
    height: 200px;
    position: absolute;
    background: #000000;
    background: rgba(31, 31, 31, 0.8);
    transition: 0.2s;
}

.part4 .teacher .teacher-banner .box .info h2 {
    margin-top: 12px;
    margin-left: 12px;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.part4 .teacher .teacher-banner .box .info h3 {
    margin-top: 8px;
    margin-left: 12px;
    line-height: 14px;
    color: #ffffff;
}

.part4 .teacher .teacher-banner .box .info p {
    margin: 12px 12px 0;
    padding-top: 12px;
    line-height: 22px;
    color: #ffffff;
    border-top: 1px solid #ffffff;
}

.part4 .teacher .teacher-banner .box:hover .info {
    top: 140px;
    transition: 0.2s;
}

.part4 .teacher .swiper-slide {
    display: none;
}

.part4 .teacher .swiper-slide.uid {
    display: block;
}


/*part5*/

.part5 {
    padding-bottom: 70px;
}

.part5 .cont {
    width: 1000px;
    padding-bottom: 50px;
    position: relative;
}

.part5 .swiper-container {
    width: 1000px;
    height: 454px;
}

.part5 .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;
}

.part5 .swiper-pagination {
    bottom: 0;
    width: 100%;
    text-align: center;
}

.part5 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #33c686;
    opacity: 1;
}

.part5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 3px;
    width: 40px;
    height: 10px;
    border-radius: 5px;
    background: #33c686;
    opacity: 1;
}

.part5 .cont .list1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part5 .list1 li {
    width: 320px;
    height: 220px;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    background: url('../img/p5-bg.png') no-repeat center bottom;
}

.part5 .list1 li span {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.part5 .list1 li span img {
    width: 100%;
    border-radius: 100%;
    border: 10px solid #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.part5 .list1 li h3 {
    font-size: 20px;
    text-align: left;
    padding-bottom: 15px;
}

.part5 .list1 li p {
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
}


/*part6*/

.part6 {
    padding-bottom: 70px
}

.part6 .cont1 {
    /* display: flex;
  justify-content: space-between;*/
    height: 160px;
    margin-bottom: 20px;
}


/*.part6 .cont1 .left{
    flex: 0 0 380px;
    width: 380px;
    height: 298px;
    border-radius: 4px;
    background: #ccc;

}*/

.part6 .cont1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part6 .cont1 ul li {
    width: 158px;
    height: 158px;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 18px;
    border: 1px solid #e5e5e5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.part6 .cont1 ul li>div img {}

.part6 .cont1 ul li>div h3 {
    font-size: 18px;
    color: #ff831e;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    padding-top: 7px;
}

.part6 .cont1 ul li .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 131, 30, 0.95);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(90deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.part6 .cont1 ul li .text p {
    color: #fff;
    font-size: 15px;
    padding: 0 20px;
    text-align: center;
}

.part6 .cont1 ul li .text p span {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding-bottom: 7px;
}

.part6 .cont1 ul li:hover .text {
    transform: rotateY(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.part6 .cont2 {
    background: #fff;
    border-radius: 4px;
    display: flex;
    padding: 15px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}

.part6 .cont2 ul {
    width: 50%;
}

.part6 .cont2 ul:nth-child(1) {
    border-right: 1px solid #e2e2e2;
    padding-right: 10px;
    margin-right: 10px;
}

.part6 .cont2 ul li {
    display: flex;
    justify-content: space-between;
    line-height: 26px;
    position: relative;
}

.part6 .cont2 ul li p a {
    font-size: 14px;
    color: #666;
}

.part6 .cont2 ul li span {
    font-size: 13px;
    color: #ff5a71;
}


/*.part6 .cont2 ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #666;
    margin-top: -3px;
}*/

.part6 .cont2 ul li p a:hover {
    color: #18bb77;
    text-decoration: underline;
}


/* part8 */

.part8 {
    padding-bottom: 70px;
}

.part8 .list-video {
    display: flex;
    justify-content: space-between;
}

.part8 .list-video li {
    width: 230px;
    height: 230px;
    cursor: pointer;
}

.part8 .list-video li img {
    border-radius: 4px;
    display: block;
    width: 100%;
}

.part8 .list-video li .video-box {
    position: fixed;
    width: 740px;
    height: 540px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    padding: 40px 20px 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 99;
    border-radius: 6px;
    display: none;
}

.part8 .list-video li .video-box .close {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.part8 .list-video li .video-box iframe {
    width: 100%;
    height: 100%;
}

.part8 .news {
    padding: 20px 35px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-top: 26px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part8 .news p {
    width: 454px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dotted #e5e5e5;
    padding-left: 16px;
    position: relative;
}

.part8 .news p::after {
    content: '';
    display: block;
    clear: both;
    width: 4px;
    height: 4px;
    background: #ff5c2f;
    border-radius: 100%;
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.part8 .news p a {
    color: #333;
    font-size: 15px;
}

.part8 .news p a:hover {
    color: #ff5c2f;
}

.part8 .news p:nth-child(9),
.part8 .news p:nth-child(10) {
    border-bottom: 0;
}


/* part9 */

.part9 {}

.part9 .cont1 {
    padding-bottom: 58px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
}

.part9 .cont1 {
    display: flex;
    justify-content: space-between;
}

.part9 .cont1 .left {
    width: 400px;
    height: 480px;
    position: relative;
}

.part9 .cont1 .left>img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.part9 .cont1 .left .text {
    position: absolute;
    width: 360px;
    height: 180px;
    padding: 23px;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.part9 .cont1 .left .text h3 {
    font-size: 16px;
    color: #ff831e;
    font-weight: bold;
    padding-bottom: 15px;
}

.part9 .cont1 .left .text p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.part9 .cont1 .right {
    width: 580px;
    height: 480px;
}

.part9 .cont1 .right .list1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part9 .cont1 .right .list1 li {
    width: 275px;
    height: 150px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 3;
    margin-bottom: 25px;
    padding: 23px 30px;
}

.part9 .cont1 .right .list1 li::before {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.part9 .cont1 .right .list1 li::after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    background: #e3f1eb;
    border-radius: 4px;
    z-index: -1;
    position: absolute;
    right: -6px;
    bottom: -6px;
}

.part9 .cont1 .right .list1 li .icon {
    position: relative;
    z-index: 3;
    width: 55px;
    height: 45px;
    display: block;
    background: url('../img/p9-icon.png') no-repeat left center;
}

.part9 .cont1 .right .list1 li:nth-child(2) .icon {
    background: url('../img/p9-icon.png') no-repeat -55px center;
}

.part9 .cont1 .right .list1 li:nth-child(3) .icon {
    background: url('../img/p9-icon.png') no-repeat -110px center;
}

.part9 .cont1 .right .list1 li:nth-child(4) .icon {
    background: url('../img/p9-icon.png') no-repeat -165px center;
}

.part9 .cont1 .right .list1 li>div {
    font-size: 18px;
    color: #333;
    position: relative;
    z-index: 3;
    padding-top: 5px;
    line-height: 1.8;
}

.part9 .cont1 .right .list1 li>div span {
    display: block;
}

.part9 .cont1 .right .list2 {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 4px;
    position: relative;
    height: 130px;
}

.part9 .cont1 .right .list2::after,
.part9 .cont1 .right .list2::before {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
}

.part9 .cont1 .right .list2::after {
    background: #f7ebe1;
    right: -6px;
    bottom: -6px;
    z-index: 1;
}

.part9 .cont1 .right .list2::before {
    background: #fff;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.part9 .cont1 .right .list2 li {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part9 .cont1 .right .list2 li>div {
    position: relative;
    z-index: 2;
    border-right: 1px solid #f7e7e3;
    width: 100%;
    text-align: center;
}

.part9 .cont1 .right .list2 li:last-child>div {
    border-right: 0;
}

.part9 .cont1 .right .list2 li>div span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #ff831e;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
}

.part9 .cont1 .right .list2 li>div p {
    font-size: 18px;
    font-weight: bold;
    color: #ff831e;
    padding-top: 16px;
}

.p9-cont-tit {
    font-size: 26px;
    color: #333;
    text-align: center;
    padding-bottom: 36px;
}

.part9 .cont2 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

.part9 .cont2 li {
    width: 232px;
    height: 180px;
    border-radius: 6px;
    border: 1px solid #ff831e;
    background: #fff;
    box-shadow: 0 2px 3px #f9e0cc;
}

.part9 .cont2 li h3 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #ff831e;
    border-radius: 6px 6px 0 0;
}

.part9 .cont2 li p {
    padding: 15px;
    line-height: 1.5;
    color: #666;
}

.part9 .img-wrap {
    margin-bottom: 60px;
}

.part9 .cont3 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.part9 .cont3 li {
    width: 482px;
    height: 210px;
    display: flex;
    /*  align-items: center;
    justify-content: space-between;*/
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 35px 40px;
}

.part9 .cont3 li .img {
    width: 142px;
    height: 142px;
    flex: 0 0 142px;
    background: url("../img/p2-cont4-p1.jpg") no-repeat left top;
}

.part9 .cont3 li:nth-child(2) .img {
    width: 142px;
    height: 142px;
    background: url("../img/p2-cont4-p1.jpg") no-repeat left bottom;
}

.part9 .cont3 li .text {
    padding-left: 40px;
}

.part9 .cont3 li .text h3 {
    font-size: 22px;
    color: #33c686;
    font-weight: bold;
    padding-bottom: 20px;
}

.part9 .cont3 li .text p {
    font-size: 15px;
    color: #666;
    height: 26px;
    position: relative;
    padding-left: 15px;
}

.part9 .cont3 li:nth-child(2) .text p {
    height: 30px;
}

.part9 .cont3 li .text p:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #18bb77;
    margin-top: -3px;
}


/*part9 cont4 */

.part9 .cont4 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.part9 .cont4 li {
    width: 150px;
    height: 180px;
    position: relative;
}

.part9 .cont4 li:after {
    width: 100%;
    height: 100%;
    background: #dedede;
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 8px;
    right: -8px;
    border-radius: 6px;
    z-index: -1;
}

.part9 .cont4 li>div {
    background: #fff;
    width: 150px;
    height: 180px;
    border-radius: 6px;
    padding-top: 20px;
    position: relative;
    box-shadow: 7px 7px 0 #e3f1eb;
}

.part9 .cont4 li .icon {
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
    background: url("../img/p2-cont5-icon.png") no-repeat left top;
}

.part9 .cont4 li:nth-child(1) .icon {
    background: url("../img/p2-cont5-icon.png") no-repeat left top;
}

.part9 .cont4 li:nth-child(2) .icon {
    background: url("../img/p2-cont5-icon.png") no-repeat -80px top;
}

.part9 .cont4 li:nth-child(3) .icon {
    background: url("../img/p2-cont5-icon.png") no-repeat -160px top;
}

.part9 .cont4 li:nth-child(4) .icon {
    background: url("../img/p2-cont5-icon.png") no-repeat -240px top;
}

.part9 .cont4 li:nth-child(5) .icon {
    background: url("../img/p2-cont5-icon.png") no-repeat -320px top;
}

.part9 .cont4 li:nth-child(6) .icon {
    background: url("../img/p2-cont5-icon.png") no-repeat -400px top;
}

.part9 .cont4 li h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-align: center;
    padding-top: 13px;
}


/* part7 */

.p7-cont-tit {
    font-size: 26px;
    color: #333;
    text-align: center;
    position: relative;
    width: 400px;
    margin: auto;
    font-weight: bold;
}

.p7-cont-tit::after {
    content: '';
    display: block;
    clear: both;
    width: 96px;
    height: 114px;
    position: absolute;
}

.p7-cont-tit.p7-cont-tit1::after {
    background: url('../img/p7-titbg1.png') no-repeat left bottom;
    bottom: -14px;
    left: -30px;
    z-index: -1;
}

.p7-cont-tit.p7-cont-tit2::after {
    background: url('../img/p7-titbg2.png') no-repeat left bottom;
    bottom: -14px;
    right: -40px;
    z-index: -1;
}

.part7 .cont1 {
    display: flex;
    justify-content: space-between;
    padding-top: 52px;
    padding-bottom: 52px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 70px;
}

.part7 .cont1 li {
    flex: 1;
    padding: 0 40px;
}

.part7 .cont1 li .img {
    text-align: center;
}

.part7 .cont1 li h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 34px 0 18px;
    font-weight: bold;
}

.part7 .cont1 li p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.part7 .cont1 li .text {
    font-size: 15px;
    color: #ff831e;
    line-height: 2;
    position: relative;
    padding-top: 12px;
}

.part7 .cont1 li .text span {
    display: block;
    padding-left: 35px;
}

.part7 .cont1 li .text span::after {
    content: '';
    display: block;
    clear: both;
    width: 30px;
    height: 1px;
    background: #ff831e;
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 0;
}


/*  */

.part7 .cont2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    padding-top: 50px;
}

.part7 .cont2 li {
    width: 480px;
    height: 260px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #33c686;
    padding: 29px 20px 29px 28px;
}

.part7 .cont2 li:nth-child(2) {
    border-left: 4px solid #ff831e;
}

.part7 .cont2 li .text h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 19px;
}

.part7 .cont2 li .text p {
    padding-bottom: 5px;
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    position: relative;
    padding-left: 13px;
}

.part7 .cont2 li .text p::after {
    content: '';
    display: block;
    clear: both;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #aaa;
    position: absolute;
    top: 8px;
    left: 0;
}

.part7 .cont2 li .text p span {
    color: #ff831e;
    font-weight: bold;
}

.part7 .cont2 li:nth-child(2) .text {
    background: url('../img/p7-icon.png') no-repeat 300px 40px;
}

.downLoad-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    display: none;
}

.downLoad-wrap .downLoad {
    width: 540px;
    height: 234px;
    background: #ffffff;
    border-radius: 30px 30px 10px 10px;
}

.downLoad-wrap .downLoad .downTop {
    height: 54px;
    background: url('../img/downTit.png') no-repeat center top;
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: 54px;
    padding-left: 60px;
}

.downLoad-wrap .downLoad .downMain {
    padding: 25px 17px;
}

.downLoad-wrap .downLoad p {
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    line-height: 1.4;
    padding-left: 13px;
    position: relative;
}

.downLoad-wrap .downLoad .downClose {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 30px;
    height: 30px;
    display: block;
}

.downLoad-wrap .downLoad p::before {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #ff5c00;
    border-radius: 100%;
}

.downLoad-wrap .downLoad p span {
    color: #ff5c00;
}

.downLoad-wrap .downLoad a {
    display: block;
    height: 21px;
    background: url('../img/down.png') no-repeat left center;
    line-height: 21px;
    color: #666666;
    font-size: 14px;
    padding-left: 30px;
    margin-top: 20px;
}

.downLoad-wrap .downLoad a span {
    text-decoration: underline;
}