@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;
}

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

.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 {
    position: absolute;
    width: 1200px;
    bottom: 50px;
    left: 50%;
    margin-left: -600px;
}

.footer p {
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.banner {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 1920px;
    height: 800px;
    min-width: 1200px;
    background: url('../img/banner.jpg') no-repeat center top;
    /* background-size: 1922px 800px; */
}


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


/* video */

.video-wrapper {
    position: relative;
    margin: auto;
    width: 1200px;
    /* height: 360px; */
    height: 380px;
}

.video-wrapper .video {
    position: absolute;
    /* height: 480px; */
    height: 560px;
    width: 1000px;
    top: -170px;
    left: 50%;
    margin-left: -500px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.video-wrapper .video .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-wrapper .video .cover>img {
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.video-wrapper .video .cover .paly {
    position: absolute;
    width: 180px;
    height: 142px;
    top: 244px;
    left: 50%;
    /* margin-top: -71px; */
    margin-left: -90px;
    text-align: center;
}

.video-wrapper .video .cover .paly p {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.video-wrapper .video .cover .paly p span {
    display: block;
    margin-top: 10px;
    line-height: 1;
    font-size: 16px;
}


/* part1 */

.part1-wrapper {
    padding-top: 135px;
    margin-top: 40px;
    width: 100%;
    height: 742px;
    background: url('../img/part1Bg.jpg') no-repeat center top;
}

.part1 {
    position: relative;
    padding: 0 100px 0 70px;
    overflow: hidden;
    width: 1200px;
    height: 560px;
    margin: auto;
}

.part1 .swiper-container {
    width: 100%;
    height: 560px;
}

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

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

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

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

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

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

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

.part1 .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
}

.part1 .swiper-container .swiper-slide .left {
    width: 400px;
    height: 382px;
    flex: 0 0 400px;
}

.part1 .swiper-container .swiper-slide .right {
    margin-left: 25px;
    flex: 1;
}

.part1 .swiper-container .swiper-slide .right li {
    position: relative;
    padding: 20px;
    margin-bottom: 16px;
    border-radius: 4px;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    background: #2086cf;
}

.part1 .swiper-container .swiper-slide .right li::before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: -12px;
    width: 26px;
    height: 1px;
    background: #fff;
}

.part1 .swiper-container .swiper-slide3 .right li::before {
    top: 46px;
}

.part1 .swiper-container .swiper-slide4 .right li::before {
    top: 46px;
}

.part1 .swiper-container .swiper-slide4 .right li:nth-child(1)::before {
    top: 30px;
}

.part1 .swiper-container .swiper-slide5 .right li::before {
    top: 40px;
}

.part1 .swiper-container .swiper-slide5 .right li:nth-child(1)::before {
    top: 30px;
}

.part1 .swiper-container .swiper-slide .right li span {
    display: block;
    line-height: 1;
    padding-bottom: 5px;
}

.part1 .swiper-container .swiper-slide .right li i {
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
}


/* title-wrapper */

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

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

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


/* part2 */

.part2,
.part3,
.part4 {
    padding-top: 70px;
    padding-bottom: 46px;
    margin: auto;
    width: 1200px;
}

.part2,
.part3,
.part4,
.part5,
.part6 {
    overflow: hidden;
}

.part2-wrapper,
.part3-wrapper,
.part7-wrapper {
    /* z-index: -2;
    position: relative; */
    background: #fbfeff;
}

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

.part2-wrapper .cont-list {
    margin-top: 50px;
}

.part2-wrapper .cont-list li {
    margin-bottom: 24px;
    width: 182px;
    height: 100px;
    background: #fff;
}

.part2-wrapper .cont-list li>img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
}


/* part3 */

.part3-wrapper {
    background: #f7f7f7;
}

.part3 .cont-list {
    margin-top: 50px;
}

.part3 .cont-list li {
    margin-bottom: 24px;
    width: 182px;
    height: 100px;
}

.part3-wrapper .cont-list li>img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}


/* part4 */

.part4-wrapper {
    z-index: -2;
    position: relative;
    min-height: 790px;
    background: url('../img/part3Bg.jpg') no-repeat center bottom;
}

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

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

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

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

.part4 .cont-list {
    margin-top: 50px;
}

.part4 .cont-list li {
    margin-bottom: 20px;
    margin-right: 20px;
    width: 100px;
}

.part4 .cont-list li img {
    width: 100%;
    border-radius: 4px;
    background: #fff;
    /* border: 1px solid #ddd; */
}

.part4 .cont-list li p {
    margin-top: 12px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.part5-wrapper {
    padding: 70px 0 60px;
    width: 100%;
    background: #f7f7f7;
}

.part5 {
    margin: auto;
    width: 532px;
    position: relative;
    z-index: 10;
}

.part5 .p5cont {
    margin-top: 50px;
}

.part5 .p5cont li {
    display: flex;
    align-items: stretch;
    padding: 17px 0;
    margin-bottom: 17px;
    background: none;
    transition: 0.3s;
    cursor: pointer;
}

.part5 .p5cont .left {
    flex: 0 0 176px;
    margin-right: 36px;
    text-align: right;
}

.part5 .p5cont .left span {
    display: inline-block;
    width: 118px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    color: #ff9000;
    background: none;
    transition: 0.3s;
}

.part5 .p5cont .right h2 {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 24px;
    color: #666;
    font-weight: normal;
    transition: 0.3s;
}

.part5 .p5cont .right p {
    line-height: 1;
    font-size: 18px;
    color: #bbb;
    transition: 0.3s;
}

.part5 .p5cont li.act {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.part5 .p5cont li.act .left span {
    background: #ff9000;
    color: #fff;
    transition: 0.3s;
}

.part5 .p5cont li.act .right h2 {
    color: #2086cf;
    font-weight: bold;
    transition: 0.3s;
}

.part5 .p5cont li.act .right p {
    color: #888;
    transition: 0.3s;
}


/* part6 */

.part6,
.part7 {
    padding-top: 70px;
    padding-bottom: 60px;
    width: 1200px;
    margin: auto;
}

.part6-wrapper {
    background: #f7f7f7;
}

.part6 {}

.part6 .p6Cont {
    margin-top: 50px;
    width: 100%;
    height: 520px;
    position: relative;
}

.part6 .p6Cont .swiper-container {
    height: 480px;
}

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

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

.part6 .swiper-pagination .swiper-pagination-bullet-active {
    background: #ff9000;
}

.part6 .p6Cont .swiper-container .swiper-slide {
    display: flex;
}

.part6 .p6Cont .swiper-slide .left {
    flex: 0 0 390px;
    margin-right: 14px;
}

.part6 .p6Cont .swiper-slide .left img {}

.part6 .p6Cont .swiper-slide .right {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 460px;
}

.part6 .p6Cont .swiper-slide .right li {
    margin-bottom: 13px;
    position: relative;
    padding: 50px 24px 0;
    width: 390px;
    height: 223px;
    background: #fff;
}

.part6 .p6Cont .swiper-slide.swiper-slide-active .right li {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.part6 .p6Cont .swiper-slide.swiper-slide-active .left img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.part6 .p6Cont .swiper-slide .right li .source {
    position: absolute;
    padding: 8px 15px;
    display: inline-block;
    top: 0;
    right: 0;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    background: #ff7800;
}

.part6 .p6Cont .swiper-slide .right li h2 a {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 18px;
    color: #444;
    font-weight: normal;
    position: relative;
}

.part6 .p6Cont .swiper-slide .right li h2 a:hover {
    color: #ff7800;
}

.part6 .p6Cont .swiper-slide .right li h2 a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #e5e5e5;
}

.part6 .p6Cont .swiper-slide .right li p {
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}


/* part7 */

.part7-wrapper {
    background: #4aa0de;
}

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

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

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

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

.part7 .p7Cont {
    padding-top: 60px;
    width: 100%;
    height: 740px;
    position: relative;
}

.part7 .p7Cont .swiper-container {
    height: 630px;
}

.part7 .p7Cont .swiper-container .swiper-slide {}

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

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

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

.part7 .p7Cont .swiper-slide .contList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part7 .p7Cont .swiper-slide .contList li {
    width: 290px;
    height: 200px;
    margin-bottom: 14px;
}

.part7 .p7Cont .swiper-slide .contList li img {
    display: block;
    width: 100%;
}

.part7 .swiper-button {
    position: absolute;
    top: 365px;
    width: 34px;
    height: 60px;
    z-index: 10;
}

.part7 .swiper-button-prev {
    left: -17px;
    background: url('../img/arrowp7.png') no-repeat left top;
}

.part7 .swiper-button-next {
    right: -17px;
    background: url('../img/arrowp7.png') no-repeat right top;
}


/*part8*/
.part8-wrapper{
    background: #f7f7f7;
}
.part8{
    width: 1200px;
    margin: auto;
    padding: 70px 0;
}
.p8cont{
    display: flex;
    justify-content: space-between;
}
.p8cont li{
    width: 280px;
    min-width: 230px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.p8cont li img{
    border-radius: 4px;
}
.p8cont li p{
    padding: 15px 20px;
    line-height: 1.6;
    font-size: 15px;
    color: #444;
}
/* part9*/
.part9-wrapper{
    background: #fbfeff;
}
.part9{
    margin: auto;
    padding: 70px 0;
    width: 1200px;
}
.p9cont{
    margin-top: 50px;
    position: relative;
    width: 100%;
    height: 660px;
}

.p9cont .swiper-container{
    height: 660px;
}
.p9cont .swiper-container .swiper-wrapper{
    height: 660px;
}
.p9cont .swiper-slide{
    height: 660px;
}
.part9 .swiper-pagination {
    position: absolute;
    bottom: 26px;
    left: 0;
    width: 100%;
    text-align: center;
}

.part9 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}

.part9 .swiper-pagination .swiper-pagination-bullet-active {
    background: #4aa0de;
}



@media(max-width:1000px) {
    .part7,
    .part6,
    .part9 {
        overflow: hidden;
        width: 100%;
    }
    .banner {
        width: 100%;
    }
    .nav-wrapper {
        height: 120px;
    }
    .nav-wrapper .nav {
        height: 120px;
        padding: 0 30px;
    }
    .nav-wrapper .nav a {
        font-size: 34px;
    }
    .part2,
    .part3,
    .part4,
    .part6,
    .part7,
    .part8,
    .part9 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .part2-wrapper .cont-list li,
    .part3-wrapper .cont-list li {
        width: 30%;
        height: auto;
    }
    .part4 {
        padding-bottom: 300px;
    }
    .part5-wrapper {
        padding: 200px 0 200px;
    }
    .part5 {
        transform: scale(1.5);
    }
    .part5 .title-wrapper {
        transform: scale(1);
    }
    .part4-wrapper {
        height: auto;
        background: #4aa0de;
    }
    .part4-wrapper .cont-list {
        justify-content: flex-start;
    }
    .part4 .cont-list li {
        width: 25%;
        /* padding: 0 10px; */
        margin-right: 0;
        padding: 10px;
    }
    .part1 .swiper-button-prev {
        left: 20px;
        background: url('../img/arrow.png') no-repeat left top;
    }
    .part1 .swiper-button-next {
        right: 20px;
        background: url('../img/arrow.png') no-repeat right top;
    }
    .part4 .cont-list li p {
        font-size: 36px;
    }
    .footer {
        padding: 30px 0 50px;
    }
    .footer p {
        font-size: 36px;
        line-height: 1.8;
        padding: 0 40px;
    }
    /* .title-wrapper{
        transform: scale(1.5);
    } */
    .title-wrapper {
        transform: scale(1.5);
        margin-bottom: 90px;
    }
    .part5 {
        width: 50%;
    }
    .part5 .p5cont li .left span {
        font-size: 24px;
        width: auto;
        padding: 0 5px;
    }
    .part5 .p5cont .right h2 {
        font-size: 28px;
    }
    .part5 .p5cont .right p {
        font-size: 24px;
    }
    .part7 .p7Cont .swiper-slide .contList li {
        width: 24%;
        height: auto;
    }
    .part6 .p6Cont .swiper-slide .right.right1 li {
        width: 48%;
    }
    .part6 .p6Cont .swiper-slide .right.right2 li {
        width: 32%;
    }
    .part6 .p6Cont .swiper-slide .right li h2 a {
        font-size: 18px;
    }
    .part7 .swiper-button-prev {
        left: 0;
    }
    .part7 .swiper-button-next {
        right: 0;
    }
    .p8cont{
        flex-wrap: wrap;
    }
    .p8cont li{
        margin-bottom: 20px;
        width: 48%;
    }
    .p8cont li img{
        width: 100%;
    }
    .p8cont li p{
        font-size: 28px;
    }
   
}