/*
 移动 和 PC 端都是用的样式

*/
.content {
    width: 1000px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.part-bg {
    background: #f7f7f7;
}

.btn {
    display: block;
    color: #fff;
    background: #616ff1;

    text-align: center;
    margin: auto;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.btn:hover {
    background: #6c7afb;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


p, h1, h2, h3, h4 {
    line-height: 1
}


/*banner*/
.banner {
    position: relative;
}
#banner .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
    height: 12px;
    background: #fff;
}
#banner .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 0.8;
}

/*part1*/
.part1 {
}

.part1 .cont {
    width: 100%;
}

.part1 .cont .p1 {
    color: #333;
    font-weight: bold;
}

.part1 .cont .p2 {
    color: #333;
}

.part1 .cont .p3 {
    color: #ff5400;
    font-weight: bold;
}

.part1 .cont .p4 {
    color: #333;
    font-weight: bold;
}

/*title*/
.cont-tit {
    padding-top: 2rem;

}
.cont-tit-other{
    padding-bottom: 2rem;
}
.cont-tit-other h3{
  line-height: 1.2;
    position: relative;
}
.cont-tit-other h3:after{
  content: '';
  display: block;

    width: 1.75rem;
    height: 0.2rem;
    background: #ff5400;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1rem;

}
.cont-tit-other h3 span{
    display: block;
}
.cont-tit h3 {
    font-size: 1.2rem;
    color: #333;
    text-align: center;
}

.cont-tit .tit-sub {
    color: #ff5400;
    border: 1px solid #ff5400;
    background: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    display: flex;
    align-items: stretch;
    border-radius: 4px;
    height: 2.8rem;
}

.cont-tit .tit-sub .tit-left {
    color: #fff;
    background: #ff5400;
    padding: 0 0.1rem;
}

.cont-tit .tit-sub .tit-right {

}

/*part2 cont0 list1*/
.part2 .cont0,
.part2 .cont1,
.part2 .cont2,
.part2 .cont3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
}
.part2 .cont0 .btn,
.part2 .cont1 .btn,
.part2 .cont2 .btn,
.part2 .cont3 .btn{

    margin-top: 1.2rem;
}

.part2 .cont-tit{
    padding-bottom:1rem;
}

.part2 .cont0 ul.list1 {
    margin: 0 -0.65rem;
    overflow: hidden;
}

.part2 .cont0 ul.list1 li {
    width: calc(1 / 4 * 100%);
    font-size: 0.5rem;
    padding: 0 0.65rem 0.55rem;
    float: left;
    position: relative;
}

.part2 .cont0 ul.list1 li div {
    width: 100%;
    height: 2rem;
    border-radius: 0.2rem;
    background: #e52e87;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part2 .cont0 ul.list1 li .box p {
    text-align: center;
    font-weight: bold;
}

.part2 .cont0 ul.list1 li:nth-child(1) div {
    background: #e52e87;
}

.part2 .cont0 ul.list1 li:nth-child(2) div {
    background: #28bbc5;
}

.part2 .cont0 ul.list1 li:nth-child(3) div {
    background:#f69f2c;
}

.part2 .cont0 ul.list1 li:nth-child(4) div {
    background: #6454df ;
}

.part2 .cont0 ul.list1 li:nth-child(5) div {
    background: #df573c;
}

.part2 .cont0 ul.list1 li:nth-child(6) div {
    background: #39a8d2;
}

.part2 .cont0 ul.list1 li:nth-child(7) div {
    background: #297be8;
}

.part2 .cont0 ul.list1 li:nth-child(8) div {
    background: #f9791a;
}

.part2 .cont0 ul.list1 li p span {
    display: block;
}

/*part2 三角 统一使用pc 端的*/
.part2 .cont0 ul.list1 li:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    right: -8px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 14px solid #ccc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;

}

.part2 .cont0 ul.list1 li:nth-child(4):after,
.part2 .cont0 ul.list1 li:nth-child(8):after {
    display: none;
}

/*part2 cont0 list2*/
.part2 .cont0 ul.list2 {
    margin: 0 -0.3rem;
    overflow: hidden;
}

.part2 .cont0 ul.list2 li {
    width: calc(1 / 2 * 100%);
    padding: 0.3rem;
    float: left;
    position: relative;
    font-size: 0.6rem;
}

.part2 .cont0 ul.list2 li .box {
    background: #ccc;
    border-radius: 6px;
   /* height: 3.85rem;*/
    position: relative;
    cursor: pointer;
}
.part2 .cont0 ul.list2 li .box img{
  width: 100%;
    display: block;
    border-radius: 4px;
}
.part2 .cont0 ul.list2 li .box > span{
  width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.part2 .cont0 ul.list2 li:hover span{
  opacity: 1;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.part2 .cont0 ul.list2 li p{
  font-size: 14px;
  color: #333;
  text-align: left;
  padding: 0.5rem 0;
  line-height: 1.4;
}

.part2 .cont0 ul.list2 li p span{
    display: block;
}

/* part2 cont1 list1*/
.part2 .cont1 ul.list1 {
    overflow: hidden;
    margin: 0 -0.25rem;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}

.part2 .cont1 ul.list1 li {
    width: calc(1 / 2 * 100%);
    padding: 0.25rem;
    float: left;
}

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

}


.part2 .cont2 ul,
.part2 .cont3 ul {
    /*overflow: hidden;*/
}

.part2 .cont2 ul:after,
.part2 .cont2 ul:before,
.part2 .cont3 ul:after,
.part2 .cont3 ul:before,
.part2 .cont4 ul:after,
.part2 .cont4 ul:before,
.part4 ul:after,
.part4 ul:before,
.part6 ul:after,
.part6 ul:before,
.part2 .cont4 .list2-wrap:after,
.part2 .cont4 .list2-wrap:before

 {
   content: '';
    display: block;
    clear: both;
}



/* part2 cont2*/
.part2 .cont2 ul {
    margin: 0 -0.25rem;
    display: flex;
    flex-wrap: wrap;
}

.part2 .cont2 ul li {
    width: calc(1 / 2 * 100%);
    padding: 0.25rem;
    float: left;
}

.part2 .cont2 ul li .box {
    background: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.part2 .cont2 ul li:nth-child(1) .box,
.part2 .cont2 ul li:nth-child(2) .box {
    min-height: 17rem;
}

.part2 .cont2 ul li:nth-child(3) .box,
.part2 .cont2 ul li:nth-child(4) .box {
    min-height: 15rem;
}

.part2 .cont2 ul li .box h3 {
    font-size: 0.7rem;
    padding: 0.8rem 0.7rem 0.5rem;
    color: #333;
    line-height: 1.4;
}

.part2 .cont2 ul li .box p {
    font-size: 0.65rem;
    color: #666;
    padding: 0 0.8rem 0.8rem;
    text-align: justify;
    line-height: 1.5;
}

.part2 .cont2 ul li .box img {
    border-radius: 4px;
    width: 100%;
    display: block;
}

/* part2 cont3*/
.part2 .cont3 .text {
    text-align: left;
    font-size: 0.7rem;
    color: #333;
}

.part2 .cont3 .text p {
    padding-bottom: 0.5rem;
    line-height: 1.5;
}

.part2 .cont3 ul {
    margin: 0 -0.25rem;
}

.part2 .cont3 ul li {
    float: left;
    width: calc(1 / 2 * 100%);
    padding: 2.0rem 0.25rem 0.25rem;
}

.part2 .cont3 ul li .box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 5rem;
    padding-top: 2.6rem;
}

.part2 .cont3 ul li .box .icon {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #e4eaff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    top: -1.5rem;
}

.part2 .cont3 ul li .box .icon:before {
    content: '';
    display: block;
    background: #6180f1;
    border-radius: 100%;
    width: 2.5rem;
    height: 2.5rem;
}

.part2 .cont3 ul li .box h3 {
    text-align: center;
    color: #333;
    font-size: 0.85rem;
}

.part2 .cont3 ul li .box .icon span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/p2-icon.png") no-repeat left center;
    background-size: auto 100%;
}

.part2 .cont3 ul li:nth-child(1) .box .icon span {
    background: url("../img/p2-icon.png") no-repeat 0 center;
    background-size: auto 100%;
}

.part2 .cont3 ul li:nth-child(2) .box .icon span {
    background: url("../img/p2-icon.png") no-repeat -1.25rem center;
    background-size: auto 100%;
}

.part2 .cont3 ul li:nth-child(3) .box .icon span {
    background: url("../img/p2-icon.png") no-repeat -2.5rem center;
    background-size: auto 100%;
}

.part2 .cont3 ul li:nth-child(4) .box .icon span {
    background: url("../img/p2-icon.png") no-repeat -3.75rem center;
    background-size: auto 100%;
}

.part2 .cont3 ul li:nth-child(5) .box .icon span {
    background: url("../img/p2-icon.png") no-repeat -5rem center;
    background-size: auto 100%;
}

.part2 .cont3 ul li:nth-child(6) .box .icon span {
    background: url("../img/p2-icon.png") no-repeat -6.25rem center;
    background-size: auto 100%;
}

/*展开更多*/

.more {
  text-align: center;
  font-size: 16px;
  color: #616ff1;
  line-height: 16px;
  padding-top: 30px;
}
.more span{
    display: inline-block;
    cursor: pointer;
}
.more span:before{
    content: '';
    display: block;
    background: url("../img/up-down.png") no-repeat center center;
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.more.act span:before{
  transform: rotate(180deg);
}

/*part2 cont4*/
.part2 .cont4 .list1{
    margin: 0 -0.1rem;
}

.part2 .cont4 .list1 li{
    float: left;
    width: calc(1 / 5 * 100%);
    padding: 0.15rem 0.1rem;
}
.part2 .cont4 .list1 li > img{
  width: 100%;
  border-radius:4px;
  border: 1px solid #e5e5e5;
  display: block;
}
/*list2*/
.part2 .cont4 .list2-wrap{
  padding-top: 30px;
}

.part2 .cont4 .list2-wrap ul{

}

.part2 .cont4 .list2-wrap ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}
.part2 .cont4 .list2-wrap ul li > div{
    font-size: 16px;
    color: #333;
    height: inherit;
    line-height: 44px;
}
.part2 .cont4 .list2-wrap ul li > div:nth-child(1),
.part2 .cont4 .list2-wrap ul li > div:nth-child(3)
{
    width: 70%;
    padding-left: 30px;
    text-align: left;

}
.part2 .cont4 .list2-wrap ul li > div:nth-child(2),
.part2 .cont4 .list2-wrap ul li > div:nth-child(4)
{
    width:30%;
    padding-right: 30px;
    text-align: right;
}

.part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(1),
.part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(2)
{
    background: #e2e2e2;
    border-top: 2px solid #f7f7f7;
}
.part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(3),
.part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(4)
{
    background: #eee;
    border-top: 2px solid #f7f7f7;
}


/*t-head*/
.part2 .cont4 .list2-wrap ul.t-head{
    background: #ff8c25;
    font-weight: bold;
    height: 46px;
    border-radius: 6px 6px 0 0;
}
.part2 .cont4 .list2-wrap ul.t-head li>div{
    color: #fff;
    line-height: 46px;
}

.part2 .cont4 .list2-wrap ul.t-head li>div:nth-child(3),
.part2 .cont4 .list2-wrap ul.t-head li>div:nth-child(4)
{
    display: none;
}


/*t-body*/
.part2 .cont4 .list2-wrap ul.t-body li{
    background: #e2e2e2;
}
.part2 .cont4 .list2-wrap ul.t-body li:last-child{
  border-radius: 0 0 6px 6px;
}
.part2 .cont4 .list2-wrap ul.t-body li>div{
    color: #333333;
}



/*part3*/
.part3 ul {
    margin: 0 -0.2rem;
    overflow: hidden;
}

.part3 ul li {
    float: left;
    width: calc(1 / 5 * 100%);
    padding: 0.2rem;
}

.part3 ul li img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

/*part4*/
.part4 {
}

.part4 ul {
    margin: auto -0.25rem;
}

.part4 ul li {
    width: calc(1 / 2 * 100%);
    padding: 0.5rem 0.25rem;

    float: left;
}

.part4 ul li .box {
    background: #fff;
    border: 1px solid #616ff1;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 0.8rem;

    height: 7.75rem;
    border-radius: 6px;
    position: relative;
}

.part4 ul li .box .tip {
    font-size: 0.75rem;
    width: 80%;
    height: 1.35rem;
    line-height: 1.35rem;
    border-radius: 2px;
    display: block;
    background: #616ff1;
    margin: auto;
    color: #fff;
    font-weight: bold;
    text-align: center;

    box-shadow: 0 4px 20px rgba(97, 111, 241, 0.3);

}

.part4 ul li .box p {
    padding-top: 0.6rem;
    font-size: 0.7rem;
    color: #333;
    line-height: 1.4;
    text-align: center;
}

.part4 ul li .box:after {
    content: '';
    display: block;
    width: 1.4rem;
    height: 0.2rem;
    border-radius: 0.1rem;
    background: #616ff1;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    margin: auto;
}

/* part5*/
/*默认移动端 隐藏*/
.part5 .cont-pc {
    display: none;
}

.p5-video-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
z-index: 99;
}

.p5-video-wrap.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p5-video-wrap .video-box {
    background: #fff;
    padding: 15px;
    position: relative;
}

.p5-video-wrap .video-box .close-video{
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
    font-size: 18px;
    cursor: pointer;
}

.p5-video-wrap .video-box > div{
    display: none;
}
.p5-video-wrap .video-box > div.show{
    display: block;
}

.p5-video-wrap .video-box video {
    width: 300px;
}



/*part6*/
.part6 {
}

.part6 .cont:after,
.part6 .cont:before{
  content: '';
    display: block;
    clear: both;
}

.part6 .left-pc {
    display: none;
}

.part6 ul {

    margin: 0 -0.25rem;
}

.part6 ul li {
    width: 50%;
    float: left;
    padding: 0.25rem;
}

.part6 ul li .box {
    border-radius: 4px;
    position: relative;
    background: #fff;
    color: #666;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    font-size: 0.65rem;
    padding: 0.8rem 0.6rem 0.6rem;
    min-height: 7.5rem;

}

.part6 ul li .box h3 {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
    color: #ff5400;
    text-align: left;
    line-height: 1.2;
}

.part6 ul li .box p {
    font-size: 0.65rem;

    color: #666;
    line-height: 1.4;
    text-align: justify;
}

.part6 ul li .box span {
    font-size: 0.7rem;
    width: 1.5rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 4px 0 4px 0;

    background: #ff8f34;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.foot {
    background: #222;
    text-align: center;
    font-size: 0.7rem;
    color: #999;
    padding: 1rem 1.5rem;
}

.foot p {
    line-height: 1.4;
}


/*移动端****************************/
@media (max-width: 768px) {
    .content {
        width: 100%;
        padding: 0 1.05rem;

        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .btn-wrap{
        padding-bottom: 2rem;
        padding-top: 1.5rem;
    }
    .btn {
        height: 2.5rem;
        border-radius: 1.25rem;
        font-size: 0.75rem;
        line-height: 2.5rem;
        width: 95%;
        box-shadow: 0 0 10px rgba(97, 111, 241, 0.8);
    }

    /*title*/
    .cont-tit .tit-sub .tit-left {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        padding-top: 0.2rem;
    }

    .cont-tit .tit-sub .tit-right {
        font-size: 0.7rem;
        padding-top: 0.3rem;
        line-height: 1.5;
        text-align: justify;
        padding-left: 0.5rem;
    }
    .part2 .cont3 .cont-tit .tit-sub .tit-right,
    .part2 .cont4 .cont-tit .tit-sub .tit-right{
        padding-top: 0.8rem;
    }

    .cont-tit .tit-sub .tit-right span {
        display: block;
    }

    .part2 .cont .cont-tit {
        padding-top: 1.2rem;
        padding-bottom: 1.25rem;
    }

    .part2 .cont.cont0 .cont-tit {
        padding-top: 0.1rem;
    }

    /*banner*/
    .banner {
        height: auto;
    }

    .banner .pc-banner {
        display: none;
    }

    .banner .yd-banner {
        display: block;
        width: 100%;
        height: auto;
    }


    /*part1*/
    .part1 {
    }

    .part1 .cont {
        padding-top: 1.75rem;
        text-align: center;
        padding-bottom: 2rem;
    }

    .part1 .cont .p1 {
        font-size: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .part1 .cont .p2 {
        font-size: 0.7rem;
        padding-bottom: 1rem;
        line-height: 1.8;
    }

    .part1 .cont .p2 span {
        display: block;

    }

    .part1 .cont .p3 {
        font-size: 1.45rem;
        padding-bottom: 0.6rem;
    }

    .part1 .cont .p4 {
        font-size: 0.8rem;
        padding-bottom: 1.5rem;
    }

    /*part2*/
    .part2 .cont0 ul.list1 li p span {
        padding-top: 0.1rem;
    }

    .part2 .cont0 ul.list1 li:after {
        margin-top: -14px;
        border-left: 8px solid #ccc;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        right: -5px;
    }

    .part2 .cont1 .list1.showPicList li:nth-of-type(n+7){
       display: none;
    }


    .part2 .cont0 ul.list2 li .box > span{
        width: 2rem;
        height: 2rem;
    }
    .part2 .cont0 ul.list2 li:hover span{
        opacity: 1;
    }

    .part2 .cont0 ul.list2 li p{
        font-size:0.65rem;
        padding: 0.2rem 0;
    }

    .part2 .cont0 ul.list2.showVideoList li:nth-of-type(n+5){
      display: none;
    }

    /*part2 cont3*/
    .part2 .cont3 .text p span {
        display: block;
        font-weight: bold;
    }


    /*part2 cont4*/
    .part2 .cont4 .list2-wrap{
        padding-top: 1rem;
    }

    .part2 .cont4 .list2-wrap ul li{
      flex-wrap: wrap;
    }

    .part2 .cont4 .list2-wrap ul li > div{
        font-size: 0.6rem;
        line-height: 1.5rem;
    }
    .part2 .cont4 .list2-wrap ul li > div:nth-child(1),
    .part2 .cont4 .list2-wrap ul li > div:nth-child(3)
    {
        width: 70%;
        padding-left: 1rem;
        text-align: left;
    }
    .part2 .cont4 .list2-wrap ul li > div:nth-child(2),
    .part2 .cont4 .list2-wrap ul li > div:nth-child(4){
        width: 30%;
        padding-right: 1rem;

    }

    .part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(1),
    .part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(2)
    {
      background: #e2e2e2;
      border-top: 2px solid #f7f7f7;
    }
    .part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(3),
    .part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(4)
    {
        background: #eee;
        border-top: 2px solid #f7f7f7;
    }


    /*t-head*/
    .part2 .cont4 .list2-wrap ul.t-head{
        height: 1.5rem;
    }
    .part2 .cont4 .list2-wrap ul.t-head li>div{
        line-height: 1.5rem;

    }



    /*part3*/
    .part3 ul li:nth-of-type(n+31) {
        display: none;
    }

    /*part5*/
    .part5 .cont-yd{
        display: block;
    }
    .part5 .cont-yd .swiper-container{}
    .part5 .cont-yd .swiper-wrapper{}
    .part5 .cont-yd .swiper-wrapper .swiper-slide{

    }
    .part5 .cont-yd .swiper-slide .box{

    }
    .part5 .cont-yd .swiper-slide .box img{
        width: 100%;
        height: auto;
        display: block;
        border-radius:6px;
    }
    .part5 .cont-yd .swiper-slide .box .img{
        position: relative;
        border-radius:6px;
        background: #0e0e0e;
    }
    .part5 .cont-yd .swiper-slide .box .img video{
       width: 100%;
    }

    .part5 .cont-yd .swiper-slide .box .img .name{
        position: absolute;
        left: 0.2rem;
        bottom: 0;
        color: #fff;
        font-size: 0.75rem;
        font-weight: bold;
        width: 100%;
        height: 25%;
        padding-top: 0.23rem;
        padding-left: 0.3rem;
        background: linear-gradient(rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 100% );


    }
    .part5 .cont-yd .swiper-slide .box .img .yd-playVideo{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;

        display: flex;
        align-items: center;
        justify-content: center;
    }
    .part5 .cont-yd .swiper-slide .box .img .yd-playVideo span{
       width: 2rem;
        height: 2rem;
        display: block;
        background: url("../img/videoPlay.png") no-repeat left top;
        background-size: 100%;

    }


    .part5 .cont-yd .swiper-slide .box .text{
        font-size: 0.6rem;
        color: #333;
        padding: 0.4rem 0;
        line-height: 1.5;
    }
    .part5 .cont-yd .swiper-slide .text span{
        display: block;
    }



}


/*平板****************************/
@media (min-width: 767px) {
    .content {
        width: 100%;
        padding: 0 30px;

        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .btn-wrap{
       padding-bottom: 70px;
        padding-top: 50px;
    }
    .btn {
        width: 260px;
        height: 54px;
        line-height: 54px;
        border-radius: 4px;
        font-size: 22px;
    }
    .part2 .cont4 .btn{
        width: 460px;
    }

        /*title*/
    .cont-tit {
        padding-top: 60px;

    }

    .cont-tit h3 {
        font-size: 44px;
        /*padding-bottom: 30px;*/
    }

    .cont-tit .tit-sub {
        font-size: 20px;
        height: 44px;
    }

    .cont-tit .tit-sub .tit-left {
        padding: 0 20px;
        line-height: 44px;
    }

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

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

    .part2 .cont.cont0 .cont-tit {
        padding-bottom: 25px;
        padding-top: 0;
    }

    .cont-tit-other{
        padding-bottom: 70px;
    }

    .cont-tit-other h3:after{
        width: 60px;
        height: 5px;
        bottom: -25px;

    }



    /*banner*/
    .banner .pc-banner {
        display: block;
    }

    .banner .yd-banner {
        display: none;
    }

    .banner {
        height: auto;
    }

    .banner .pc-banner {
        width: 100%;
    }



   /*轮播*/
    .banner .swiper-container{

    }
    .banner .swiper-container .swiper-slide{

    }
    .banner .swiper-container .swiper-slide{

    }

    .banner .swiper-container .swiper-slide img{
      width: 100%;
    }




    /*part1*/
    .part1 {
        height: 400px;
    }

    .part1 .cont {
        padding-top: 40px;

    }

    .part1 .cont {
        text-align: center;
    }

    .part1 .cont .p1 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .part1 .cont .p2 {
        font-size: 16px;
        padding-bottom: 25px;
        line-height: 28px;
    }

    .part1 .cont .p2 span {
        display: block;
    }

    .part1 .cont .p3 {
        font-size: 54px;
        padding-bottom: 20px;
    }

    .part1 .cont .p4 {
        font-size: 26px;
        padding-bottom: 35px;
    }

    /*part2*/
    .part2 .cont0,
    .part2 .cont1,
    .part2 .cont2,
    .part2 .cont3{
        padding-bottom: 50px;
    }
    /*part2*/
    .part2 .cont0 .btn,
    .part2 .cont1 .btn,
    .part2 .cont2 .btn,
    .part2 .cont3 .btn{
        margin-top: 40px;
    }

    .part2 .cont0 ul.list1 {
        margin: 0 -20px;
        overflow: hidden;
    }

    .part2 .cont0 ul.list1 li {
        width: calc(1 / 4 * 100%);
        font-size: 15px;
        padding: 15px 20px;
    }

    .part2 .cont0 ul.list1 li div {
        width: 100%;
        height: 62px;
    }

    .part2 .cont0 ul.list1 li .box p span {
        padding-top: 5px;
    }


    .part2 .cont0 ul.list2.showVideoList li:nth-of-type(n+7){
        display: none;
    }

    /*part2 三角*/
    .part2 .cont0 ul.list1 li:after {
        content: '';
        display: block;
        clear: both;
        position: absolute;
        right: -8px;
        top: 50%;
        width: 0;
        height: 0;
        border-left: 14px solid #ccc;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        margin-top: -10px;

    }

    .part2 .cont0 ul.list2 {
        margin: 0 -10px;
        overflow: hidden;
    }

    .part2 .cont0 ul.list2 li {
        padding: 10px;
        float: left;
        position: relative;
        font-size: 16px;
    }

    .part2 .cont0 ul.list2 li .box {
        background: #ccc;
        border-radius: 6px;
        min-height: 100px;
    }

    /*part2 cont2*/
    .part2 .cont2 ul {
        margin: 0 -10px;
    }

    .part2 .cont2 ul li {
        width: calc(1 / 2 * 100%);
        padding: 10px;
    }

    .part2 .cont2 ul li:nth-child(1) .box,
    .part2 .cont2 ul li:nth-child(2) .box {
        min-height: 460px;
    }

    .part2 .cont2 ul li:nth-child(3) .box,
    .part2 .cont2 ul li:nth-child(4) .box {
        min-height: 460px;
    }

    .part2 .cont2 ul li .box h3 {
        font-size: 18px;
        padding: 15px 20px 10px;
    }

    .part2 .cont2 ul li .box p {
        font-size: 16px;
        padding: 0 20px 20px;

    }

    /*part2 cont3*/
    .part2 .cont3 .text {
        text-align: center;
        font-size: 16px;
        color: #333;
        width: 825px;
        margin: auto;
    }

    .part2 .cont3 .text p {
        padding-bottom: 5px;
        line-height: 1.5;
    }

    .part2 .cont3 ul {
        margin: 0 -18px;
    }

    .part2 .cont3 ul li {
        float: left;
        width: calc(1 / 2 * 100%);
        padding: 70px 18px 0;
    }

    .part2 .cont3 ul li .box {
        height: 140px;
        padding-top: 80px;
    }

    .part2 .cont3 ul li .box .icon {
        width: 106px;
        height: 106px;
        top: -46px;
    }

    .part2 .cont3 ul li .box .icon:before {
        width: 80px;
        height: 80px;
    }

    .part2 .cont3 ul li .box h3 {
        font-size: 22px;
    }

    .part2 .cont3 ul li .box .icon span {
        width: 40px;
        height: 40px;
        background: url("../img/p2-icon.png") no-repeat left center;
        background-size: auto 100%;
    }

    .part2 .cont3 ul li:nth-child(1) .box .icon span {
        background: url("../img/p2-icon.png") no-repeat 0 center;
        background-size: auto 100%;
    }

    .part2 .cont3 ul li:nth-child(2) .box .icon span {
        background: url("../img/p2-icon.png") no-repeat -40px center;
        background-size: auto 100%;
    }

    .part2 .cont3 ul li:nth-child(3) .box .icon span {
        background: url("../img/p2-icon.png") no-repeat -80px center;
        background-size: auto 100%;
    }

    .part2 .cont3 ul li:nth-child(4) .box .icon span {
        background: url("../img/p2-icon.png") no-repeat -120px center;
        background-size: auto 100%;
    }

    .part2 .cont3 ul li:nth-child(5) .box .icon span {
        background: url("../img/p2-icon.png") no-repeat -160px center;
        background-size: auto 100%;
    }

    .part2 .cont3 ul li:nth-child(6) .box .icon span {
        background: url("../img/p2-icon.png") no-repeat -200px center;
        background-size: auto 100%;
    }


    .part2 .cont1 .list1.showPicList li:nth-of-type(n+7){
        display: none;
    }




    /*part2 cont4*/
    .part2 .cont4 .list1{
        margin: 0 -9px;
    }

    .part2 .cont4 .list1 li{
        padding: 10px 9px;
    }
    .part2 .cont4 .list1 li > img{
        border-radius:8px;
    }








    /*part3*/
    .part3 ul {
        margin: 0 -8px;
    }

    .part3 ul li {
        width: calc(1 / 8 * 100%);
        padding: 8px;
    }

    /*part4*/
    .part4 {
    }

    .part4 ul {
        margin: auto -10px;
    }

    .part4 ul li {
        width: calc(1 / 2 * 100%);
        padding: 10px;
    }

    .part4 ul li .box {
        padding: 24px 30px;
        height: 200px;
    }

    .part4 ul li .box .tip {
        font-size: 18px;
        width: 110px;
        height: 34px;
        line-height: 34px;
    }

    .part4 ul li .box p {
        padding-top: 15px;
        font-size: 15px;
    }

    .part4 ul li .box:after {
        width: 30px;
        height: 6px;
        border-radius: 3px;
        bottom: 18px;
        left: 0;
        right: 0;
        margin: auto;
    }

    /*part5*/
    .part5 {
    }
    .part5 .cont-yd{
        display: none;
    }

    .part5 .cont-pc {
        display: block;
        overflow: hidden;
        margin: 0 -10px;
    }

    .part5 .cont-pc li {
        width: 20%;
        float: left;
        padding: 0 10px;
    }

    .part5 .cont-pc li .box {
        position: relative;
        background: #000;
        border-radius: 4px;
        cursor: pointer;
    }

    .part5 .cont-pc li .box img {
        width: 100%;
        border-radius: 4px;
        display: block;

        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .part5 .cont-pc li .box span {

    }

    .part5 .cont-pc li .box h3 {
        position: absolute;
        left: 0;
        bottom: 0;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        width: 100%;
        height: 25%;
        padding-top: 20px;
        padding-left: 15px;
        background: linear-gradient(rgba(0,0,0,0) 0, rgba(0,0,0,0.8) 100% );
    }

    .part5 .cont-pc li .text {
        padding: 10px 0;
        font-size: 15px;
        color: #333;
    }

    .part5 .cont-pc li .text p {
        padding-bottom: 10px;
    }

    .part5 .cont-pc li .box .video-play {
        position: absolute;
        width: 52px;
        height: 52px;
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;

        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;

    }

    .part5 .cont-pc li .box:hover .video-play {
        opacity: 1;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;

    }

    .part5 .cont-pc li .box:hover img {
        opacity: 0.7;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    /*part6*/
    .part6 ul {
        margin: 0 -10px;
    }

    .part6 ul li {
        width: 50%;
        padding: 10px;
    }

    .part6 ul li .box {
        font-size: 15px;
        padding: 25px 30px;
        min-height: 140px;

        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    }

    .part6 ul li .box h3 {
        font-size: 18px;
        padding-bottom: 5px;
        line-height: 1.2;
    }

    .part6 ul li .box p {
        font-size: 15px;
        line-height: 1.4;
    }

    .part6 ul li .box span {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 36px;
        height: 18px;
        color: #fff;
        text-align: center;
        line-height: 18px;
        border-radius: 4px 0 0 0;
        display: inline-block;
        background: #ff8f34;
        font-size: 14px;
    }


    .foot {
        background: #222;
        text-align: center;
        font-size: 15px;
        color: #999;
        height: 80px;
        padding: 0;

    }

    .foot p {
        line-height: 80px;
    }

}

/*PC 端****************************/

@media (min-width: 1000px) {
    .content {
        width: 1000px;
        padding: 0;
    }

    /*title*/
    .cont-tit {
        padding-top: 70px;
    }

    .cont-tit .tit-sub {
        font-size: 24px;
    }

    .part2 .cont-tit .tit-sub {
        margin: auto;
    }

    .part2 .cont-tit .tit-sub {
        width: 800px;
    }

    .part2 .cont1 .cont-tit .tit-sub {
        width: 730px;
    }

    .part2 .cont2 .cont-tit .tit-sub {
        width: 610px;
    }

    .part2 .cont3 .cont-tit .tit-sub {
        width: 474px;
    }
    .part2 .cont4 .cont-tit .tit-sub {
        width: 474px;
    }


    /*banner*/
    .banner {
        height: 560px;
        width: 100%;
    }

    .banner .pc-banner {

    }

    /*轮播*/
    .banner .swiper-container{
        height: 560px;
    }
    .banner .swiper-container .swiper-wrapper{

    }
    .banner .swiper-container .swiper-slide{
        width:100%;
        position: relative;
        height: 560px;
        overflow: hidden;
    }

    .banner .swiper-container .swiper-slide img{
        width:1920px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px;
    }



    /*part1*/
    .part1 {
        height: 463px;
        background: url("../img/p1-bg.jpg") no-repeat right bottom;
    }

    .part1 .cont {
        padding-top: 60px;

    }

    .part1 .btn {
        float: left;
    }

    .part1 .cont {
        text-align: left;
    }


    /*part2*/
    .part2 .cont-tit{
        padding-bottom: 30px;
    }
    .part2 .cont0 ul.list1 {
        margin: 0 -15px;
        overflow: hidden;
    }

    .part2 .cont0 ul.list1 li {
        width: calc(1 / 8 * 100%);
        font-size: 15px;
        padding: 15px 15px;
    }

    .part2 .cont0 ul.list1 li div {
        width: 100%;
        height: 62px;
    }

    .part2 .cont0 ul.list1 li .box p span {
        padding-top: 5px;
    }

    .part2 .cont0 ul.list1 li:after {
        display: block;
    }

    /*part2 cont0 list2*/
    .part2 .cont0 ul.list2 {
        margin: 0 -10px;
        overflow: hidden;
    }

    .part2 .cont0 ul.list2 li {
        width: calc(1 / 4 * 100%);
        padding: 10px;
        float: left;
        position: relative;
        font-size: 16px;
    }

    .part2 .cont0 ul.list2 li .box {
        background: #ccc;
        border-radius: 6px;
        min-height: 100px;
    }


    .part2 .cont0 ul.list2.showVideoList li:nth-child(7),
    .part2 .cont0 ul.list2.showVideoList li:nth-child(8)

    {
        display: block;
    }


    .part2 .cont0 ul.list2.showVideoList li:nth-of-type(n+9){
        display: none;
    }


    /* part2 cont1 */
    .part2 .cont1 ul.list1 {
        overflow: hidden;
        margin: 0 -10px;


    }

    .part2 .cont1 ul.list1 li {
        width: calc(1 / 4 * 100%);
        padding: 10px;
        float: left;
    }

    .part2 .cont1 ul.list1 li img {
        width: 100%;
        border-radius: 4px;

    }

    /*part2 cont2*/
    .part2 .cont2 ul {
        margin: 0 -10px;
    }

    .part2 .cont2 ul li {
        width: calc(1 / 4 * 100%);
        padding: 10px;
    }

    .part2 .cont2 ul li:nth-child(1) .box,
    .part2 .cont2 ul li:nth-child(2) .box,
    .part2 .cont2 ul li:nth-child(3) .box,
    .part2 .cont2 ul li:nth-child(4) .box {
        min-height: 400px;
    }

    .part2 .cont1 .list1.showPicList li:nth-child(7),
    .part2 .cont1 .list1.showPicList li:nth-child(8)
    {
        display: block;
    }

    .part2 .cont1 .list1.showPicList li:nth-of-type(n+9){

        display: none;
    }

    /*part2 cont3*/
    .part2 .cont3 ul li {
        width: calc(1 / 3 * 100%);
    }


    /*part2 cont4*/
    .part2 .cont4 .list2-wrap ul li{
        height: 46px;
    }

    .part2 .cont4 .list2-wrap ul li>div:nth-child(2){
        border-right: 2px solid #f7f7f7;
    }
    .part2 .cont4 .list2-wrap ul li > div:nth-child(1),
    .part2 .cont4 .list2-wrap ul li > div:nth-child(3)
    {
        width: 30%;
        padding-left: 30px;

    }
    .part2 .cont4 .list2-wrap ul li > div:nth-child(2),
    .part2 .cont4 .list2-wrap ul li > div:nth-child(4)
    {
        width: 20%;
        padding-right: 30px;
        text-align: right;
    }


    .part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(1),
    .part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(2)
    {
        background: none;
        border-top: 0;
    }
    .part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(3),
    .part2 .cont4 .list2-wrap ul.t-body li > div:nth-child(4)
    {
        background: none;
        border-top:0;
    }




    .part2 .cont4 .list2-wrap ul li > div{
        font-size: 16px;
        line-height: 44px;
    }
    /*t-head*/
    .part2 .cont4 .list2-wrap ul.t-head{

        border-radius: 6px 6px 0 0;
    }

    .part2 .cont4 .list2-wrap ul.t-head li>div:nth-child(3),
    .part2 .cont4 .list2-wrap ul.t-head li>div:nth-child(4)
    {
        display: block;
    }

    /*t-body*/
    .part2 .cont4 .list2-wrap ul.t-body li{
        background: #e2e2e2;
        height: 44px;
    }
    .part2 .cont4 .list2-wrap ul.t-body li:last-child{
        border-radius: 0 0 6px 6px;
    }
    .part2 .cont4 .list2-wrap ul.t-body li:nth-child(2n){
        background: #eeeeee;
    }
    .part2 .cont4 .list2-wrap ul.t-body li:nth-child(2n+1){
       background: #e2e2e2;
    }



    /*part3*/
    .part3 ul li {
        width: calc(1 / 8 * 100%);
    }

    /*part4*/
    .part4 ul li {
        width: calc(1 / 4 * 100%);
        padding: 0 10px;
    }

    /*part6*/
    .part6 .left-pc {
        display: flex;
        width: 236px;
        height: 450px;
        float: left;
        background: #ff5400;
        position: relative;
        padding: 0 30px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 15px;
        border-radius: 2px;
    }

    .part6 .left-pc .box:before {
        content: '';
        display: block;
        width: 68px;
        height: 68px;
        margin: auto;
        background: url("../img/p6-icon.png") no-repeat left top;
    }

    .part6 .left-pc .box h3 {
        font-size: 22px;
        padding: 30px 0 20px;
    }

    .part6 .left-pc .box p {
        text-align: center;
        line-height: 1.6;
    }

    .part6 .left-pc span {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 48px;
        height: 24px;
        color: #fff;
        text-align: center;
        line-height: 24px;
        border-radius: 4px 0 0 0;
        display: inline-block;
        background: #fdaf34;
        font-size: 18px;
        font-weight: bold;
    }

    .part6 ul {
        width: 764px;
        float: right;
        margin: 0;
    }

    .part6 ul li {
        width: 33.33%;
        padding: 0;
        overflow: hidden;
    }

    .part6 ul li:nth-child(1) {
        display: none;
    }

    .part6 ul li .box {
        min-height: 140px;
        width: 240px;
        margin-bottom: 15px;
        float: right;

    }


}