@charset "utf-8";

/* CSS Document */


/* common */

html,
body {
    min-width: 1200px;
}

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

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: 0;
}


/* 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;
}

.part {
    position: relative;
    width: 1200px;
    margin: auto;
}

.logo1 {
    display: inline-block;
    padding-left: 15px;
    margin-left: 20px;
    border-left: 1px solid #ddd;
}

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


/* @media(max-width:1000px) {
    .max-width {
        max-width: 1000px;
    }
} */

.footer {
    /* padding-top: 80px; */
    /* position: absolute; */
    width: 1200px;
    margin: auto;
    padding-bottom: 40px;
    /* bottom: 20px;
    left: 50%;
    margin-left: -600px; */
}

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


/* title-wrapper */

.title-wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 44px;
    text-align: center;
}

.title-wrapper .title {
    padding: 0 16px;
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 45px;
    font-weight: bold;
    color: #222222;
}

.title-wrapper .title::after,
.title-wrapper .title::before {
    content: '';
    display: block;
    width: 84px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
}

.title-wrapper .title::before {
    left: -84px;
    background: url('../img/titleleft.png') no-repeat right top;
}

.title-wrapper .title::after {
    right: -84px;
    background: url('../img/titleright.png') no-repeat right top;
}

.title-wrapper .title p {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 0;
    box-shadow: 0 0 15px 10px #fbf1e1;
    z-index: -1;
}

.banner {
    /* position: absolute;
    left: 0;
    top: 0; */
    position: relative;
    width: 100%;
    padding-top: 590px;
    min-width: 1200px;
    overflow: hidden;
    /* background: url('../img/banner.jpg') no-repeat center top; */
    /* background-size: 1922px 800px; */
}

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


/* nav */

.nav-wrapper {
    width: 100%;
    height: 60px;
    background: #fff;
}

.nav-wrapper .nav {
    margin: auto;
    width: 1200px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-wrapper .nav a {
    font-size: 14px;
    color: #888888;
}


/* part1 */

.part1 {
    position: relative;
    margin: -40px auto 0;
    width: 1200px;
    padding-bottom: 88px;
}


/* .part1 .title-wrapper .title {
   
}

.part1 .title-wrapper .title::after,
.part1 .title-wrapper .title::before {
    margin-top: -24px;
} */

.part1 .des {
    margin: 40px auto 0;
    width: 960px;
}

.part1 .des p {
    padding-bottom: 23px;
    text-indent: 30px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.part1 .year-wrapper {
    margin: auto;
    width: 695px;
}

.part1 .year-wrapper .year-title {
    padding: 60px 0 46px;
    font-size: 20px;
    color: #222;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.part1 .year-wrapper .step {
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}

.part1 .year-wrapper .step li {
    width: 100px;
}

.part1 .year-wrapper .step li span {
    margin-bottom: 7px;
    display: inline-block;
    width: 100px;
    height: 40px;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #ff8f63;
}

.part1 .year-wrapper .step li.item1 span {
    background: #ff8f63;
}

.part1 .year-wrapper .step li.item2 span {
    background: #ffbb3b;
}

.part1 .year-wrapper .step li.item3 span {
    background: #5faeff;
}

.part1 .year-wrapper .step li.item4 span {
    background: #6082e5;
}

.part1 .step-title {
    position: relative;
    margin-top: 24px;
    height: 60px;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

.part1 .step-title span {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1;
}

.part1 .step-title span.text1 {
    left: 63px;
}

.part1 .step-title span.text2 {
    left: 236px;
}

.part1 .step-title span.text3 {
    left: 408px;
}

.part1 .step-title span.text4 {
    left: 580px;
}


/* part3 */

.part3-wrapper {
    padding-top: 70px;
    z-index: -2;
    position: relative;
    background: #fbfeff;
}

.part2-wrapper {
    padding-top: 168px;
    height: 600px;
    background: url('../img/p1-bg.jpg') no-repeat center top;
}

.part2 {
    margin: auto;
    width: 1200px;
}

.part2 .title-wrapper .title {
    color: #fff;
}

.part2 .title-wrapper .title p {
    box-shadow: 0 0 15px 10px #4193d6;
}

.part2 .title-wrapper .title::before {
    left: -84px;
    background: url('../img/titleleft1.png') no-repeat right top;
}

.part2 .title-wrapper .title::after {
    right: -84px;
    background: url('../img/titleright1.png') no-repeat right top;
}

.part2 .part2cont {
    margin-top: 70px;
    position: relative;
    padding: 0 100px;
    width: 100%;
    height: 260px;
}

.part2 .swiper-container {
    width: 100%;
    height: 186px;
}

.part2 .swiper-button {
    position: absolute;
    top: 70px;
    width: 30px;
    height: 50px;
}

.part2 .swiper-button-prev {
    left: 0;
    background: url('../img/arrow.png') no-repeat left top;
}

.part2 .swiper-button-next {
    right: 0;
    background: url('../img/arrow.png') no-repeat right top;
}

.part2 .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.part2 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2086cf;
    opacity: 1;
}

.part2 .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.part2 .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    height: 186px;
}

.part2 .swiper-container .swiper-slide .item {
    position: relative;
}

.part2 .swiper-container .swiper-slide .item p {
    position: absolute;
    top: 100px;
    left: 96px;
    font-size: 32px;
    color: #fff;
}

.part2 .p2List {
width: 1000px;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
}


/* part3 */

.part3 {
    padding-bottom: 78px;
}

.part3-wrapper {
    background: #fff;
}

.part3-wrapper .part3List {
    margin: 45px auto 0;
    width: 790px;
    height: 114px;
    display: flex;
    justify-content: space-between;
}

.part3-wrapper .part3List li {
    position: relative;
}

.part3-wrapper .part3List li p {
    position: absolute;
    top: 47px;
    left: 100px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.part3-wrapper .part3cont {
    width: 1000px;
    margin: 44px auto 0;
    display: flex;
    justify-content: space-between;
}

.part3-wrapper .part3cont li {
    width: 33%;
}

.part3-wrapper .part3cont li:nth-child(2) {
    flex: 0 0 388px;
    text-align: center;
    position: relative;
}

.part3-wrapper .part3cont li:nth-child(2)::after,
.part3-wrapper .part3cont li:nth-child(2)::before {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 8px;
    width: 1px;
    height: 115px;
    background: #ededed;
}

.part3-wrapper .part3cont li:nth-child(2)::after {
    left: 0;
}

.part3-wrapper .part3cont li:nth-child(2)::before {
    right: 0;
}

.part3-wrapper .part3cont li:nth-child(3) {
    text-align: right;
}


/* part4 */

.part4 {
    padding-top: 70px;
    padding-bottom: 50px;
    margin: auto;
    width: 1200px;
}

.part4-wrapper {
    position: relative;
    border-top: 1px solid #f2f2f2;
    background: #fbfeff;
}

.part4-wrapper .cont {
    padding-top: 56px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part4-wrapper .cont li {
    margin-bottom: 15px;
    width: 287px;
    height: 190px;
}

.part4-wrapper .cont li img {
    width: 100%;
    border-radius: 4px;
}


/* part5 */

.part5 {
    width: 1200px;
    margin: auto;
}

.part5-wrapper {
    padding: 46px 0;
    /* background: #4aa0de; */
}

.part5 .title-wrapper {
    position: relative;
}

.part5 .title-wrapper .subtit {
    padding-top: 44px;
    width: 490px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -245px;
    bottom: -126px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: url('../img/p5-tit.png') no-repeat center top;
}


/* .part5 .title-wrapper .title {
    color: #fff;
}

.part5 .title-wrapper .title p {
    box-shadow: 0 0 15px 10px #4193d6;
}

.part5 .title-wrapper .title::before {
    left: -84px;
    background: url('../img/titleleft1.png') no-repeat right top;
}

.part5 .title-wrapper .title::after {
    right: -84px;
    background: url('../img/titleright1.png') no-repeat right top;
} */

.part5-wrapper .cont {
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part5-wrapper .cont li {
    position: relative;
    margin-bottom: 25px;
    width: 180px;
    height: 180px;
    overflow: hidden;
    transition: 0.4s;
}

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

.part5-wrapper .cont li .des {
    padding: 34px 24px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    background: #f98a31;
}

.part5-wrapper .cont li .des h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
}

.part5-wrapper .cont li .des h2 span {
    padding-bottom: 3px;
    margin-right: 15px;
    border-bottom: 1px solid #fff;
}

.part5-wrapper .cont li .des p {
    padding-bottom: 10px;
    line-height: 1.4;
}

.part5-wrapper .cont li .des p span {
    margin-right: 15px;
}

.part5-wrapper .cont li:hover .des {
    top: 0;
    transition: 0.4s;
}


/* part6 */

.part7-wrapper {
    position: relative;
}

.part6-wrapper,
.part7-wrapper {
    /* position: absolute;
    left: 0;
    top: 0; */
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    /* background: url('../img/banner.jpg') no-repeat center top; */
    /* background-size: 1922px 800px; */
}

.part6-wrapper a,
.part7-wrapper a {
    padding-top: 450px;
    display: block;
    position: relative;
}

.part6-wrapper img,
.part7-wrapper img {
    position: absolute;
    width: 1920px;
    height: 450px;
    left: 50%;
    top: 0;
    margin-left: -960px;
}


/* part7 */

.part7-wrapper {
    position: relative;
    width: 100%;
    /* height: 583px; */
    background: url('../img/part7bg.png') no-repeat center bottom #4aa0de;
}

.part7 {
    padding-bottom: 40px;
    padding-top: 50px;
    width: 1200px;
    margin: auto;
}

.part7 .box {
    margin-bottom: 40px;
}

.part7 .box .tip {
    display: inline-block;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    color: #1f84cd;
    font-size: 20px;
    background: #fff;
}

.part7 .box .tip span {
    display: inline-block;
    /* padding-right: 10px; */
    font-weight: bold;
}

.part7 .box .text {
    margin-top: 21px;
    position: relative;
    padding: 20px;
    border-radius: 4px;
    line-height: 1.6;
    font-size: 15px;
    color: #fff;
    background: #1f84cd;
}

.part7 .box .text::before {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 11px;
    left: 23px;
    top: -11px;
    background: url('../img/p7Arrow.png') no-repeat center top;
}

@media(max-width:1000px) {
    .nav-wrapper {
        height: 120px;
    }
    .nav-wrapper .nav {
        height: 120px;
        padding: 0 30px;
    }
    .nav-wrapper .nav a {
        font-size: 34px;
    }
    .part1,
    .part2,
    .part3,
    .part4,
    .part5,
    .part7 {
        padding-left: 30px;
        padding-right: 30px;
        overflow: hidden;
    }
    .part1 .des {
        width: 100%;
    }
    .part1 .des p {
        font-size: 26px;
        line-height: 1.8;
    }
    .part1 .year-wrapper {
        /* width: 100%; */
        transform: scale(1.5);
    }
    .part4-wrapper .cont li {
        width: 49%;
        height: auto;
    }
    .part4-wrapper .cont li:nth-child(3),
    .part4-wrapper .cont li:nth-child(4),
    .part4-wrapper .cont li:nth-child(7),
    .part4-wrapper .cont li:nth-child(8) {
        margin-bottom: 60px;
    }
    .footer {
        padding: 30px 0 50px;
        bottom: -30px;
    }
    .part5-wrapper .cont li {
        height: auto;
        width: 32%;
    }
    .footer p {
        font-size: 36px;
        line-height: 1.6;
        padding: 0 40px;
    }
    .part7 {
        padding-bottom: 200px;
    }
    .part7 .box .text,
    .part7 .box .tip {
        font-size: 26px;
    }

  .title-wrapper{
      transform: scale(1.5);
      margin-top: 30px;
      margin-bottom: 60px;
  }
  .part5-wrapper .cont li .des h2{
      font-size: 38px;
      margin-bottom: 30px;
  }
  .part5-wrapper .cont li .des p{
      font-size: 32px;
  }
}