html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    height: 100%
}

.container {
    /* width:1366px; */
    /* width:1920px; */
    width: 100%;
    /* height:100%; */
    height: 4435px;
    background-color: #ffffff;
    background-image: url(../image/bg.jpg);
    position: relative;
}

.nav {
    width: 1240px;
    height: 100px;
    margin: 0 auto;
    clear: both;
}

.nav .logo {
    float: left;
    margin-top: 22px;
}

.nav .logo .img {
    width: 70px;
    height: 70px;
    float: left;
}

.img img {
    width: 70px;
    height: 70px;
}

.nav .logo .logon {
    /* width: 197px; */
    height: 25px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    float: left;
    margin-top: 15px;
    margin-left: 5px;
}

.nav .navlist {
    float: right;
    margin-top: 32px;
}

.nav .navlist .common {
    float: left;
    width: 75px;
    height: 25px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 10px;
    text-align: center;
    /* margin-top:10px; */
    font-weight: 600;
    cursor: pointer;
}

.banner {
    width: 100%;
    /* height:720px; */
}

.banner img {
    width: 100%;
    height: 505px;
}

.swiper-container {
    width: 100%;
    /* height:720px; */
}

.piao {
    width: 100%;
    height: 846px;
    background-image: url(../image/cloud.jpg);
}

.sky {
    /* height: 480px; */
    height: 846px;
    background: linear-gradient(#007fd5, #ffffff);
    /* background: #007fd5; */
    position: relative;
    overflow: hidden;
    animation: sky_background 50s ease-out infinite;
    transform: translate3d(0, 0, 0);
}

.sky .clouds_one {
    background: url("../image/cloud_one.png");
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    animation: cloud_one 50s linear infinite;
    transform: translate3d(0, 0, 0);
}

.sky .clouds_two {
    background: url("../image/cloud_two.png");
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    animation: cloud_two 75s linear infinite;
    transform: translate3d(0, 0, 0);
}

.sky .clouds_three {
    background: url("../image/cloud_three.png");
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    animation: cloud_three 100s linear infinite;
    transform: translate3d(0, 0, 0);
}

@keyframes sky_background {
    0% {
        background: #007fd5;
        color: #007fd5
    }
    50% {
        background: #007fd5;
        /*background: #000;*/
        /* color: #a3d9ff */
        color: #007fd5
    }
    100% {
        background: #007fd5;
        color: #007fd5
    }
}

@keyframes cloud_one {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@keyframes cloud_two {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@keyframes cloud_three {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

.sky .info {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 20px;
    z-index: 99;
}

.sky .yf {
    width: 311px;
    height: 160px;
    position: absolute;
    top: 20px;
    right: 10px;
}

.yf img {
    width: 311px;
    height: 160px;
}

.infoos {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 3115px;
    z-index: 99;
}

.bottom {
    width: 100%;
    height: 459px;
    position: absolute;
    top: 3825px;
    z-index: 99;
}

.introduce {
    width: 100%;
    height: 583px;
    position: absolute;
    top: 1340px;
}

.introduces {
    width: 100%;
    height: 583px;
    position: absolute;
    top: 1942px;
}

.perfect {
    width: 100%;
    height: 535px;
    position: absolute;
    top: 2550px;
}

.bottombg {
    width: 100%;
    height: 750px;
    position: absolute;
    bottom: 0;
}

.bottombg img {
    width: 100%;
    height: 935px;
}

.bottom .content {
    width: 1240px;
    height: 459px;
    /* background-color: rgba(235, 235, 235, 0.6); */
    /* box-shadow: 0px 3px 6px 0px 
      rgba(6, 0, 1, 0.1);
      border-radius: 10px; */
    margin: 0 auto;
    position: relative;
}

.info .content,
.infoos .content {
    width: 1240px;
    height: 700px;
    background-color: rgba(235, 235, 235, 0.6);
    box-shadow: 0px 3px 6px 0px rgba(6, 0, 1, 0.1);
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}

.introduce .content,
.introduces .content {
    width: 1240px;
    height: 583px;
    background-color: rgba(235, 235, 235, 0.6);
    box-shadow: 0px 3px 6px 0px rgba(6, 0, 1, 0.1);
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}

.perfect .content {
    width: 1240px;
    height: 535px;
    background-color: rgba(235, 235, 235, 0.6);
    box-shadow: 0px 3px 6px 0px rgba(6, 0, 1, 0.1);
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}

.iimg {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-top: 20px;
    position: relative;
}

.iimg img {
    width: 288px;
    height: 80px;
    margin: 0 auto;
    display: block;
}

.itext {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
}

.itext .title {
    width: 75px;
    height: 19px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0 auto;
}

.itext .text {
    width: 117px;
    height: 30px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    margin: 0 auto;
    margin-top: 6px;
    text-align: center;
}

.introduce .itext .text,
.perfect .itext .text,
.introduces .itext .text,
.bottom .itext .text {
    width: 124px;
    text-align: center;
}

.itext .blue {
    width: 60px;
    height: 6px;
    background-color: #3366ff;
    margin: 0 auto;
    margin-top: 22px;
}

.info .content .blues {
    width: 320px;
    height: 530px;
    background-color: #1183d9;
    border-radius: 10px;
    margin-left: 23px;
    margin-top: 30px;
    padding-top: 22px;
}

.infoos .content .blues {
    float: right;
    width: 320px;
    height: 530px;
    background-color: #1183d9;
    border-radius: 10px;
    margin-right: 23px;
    margin-top: 30px;
    padding-top: 22px;
}

.content .blues .btext {
    width: 111px;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 35px;
    /* margin-top:22px; */
}

.info .idetail {
    width: 1156px;
    height: 420px;
    position: absolute;
    top: 200px;
    left: 53px;
}

.infoos .idetail {
    width: 1156px;
    height: 420px;
    position: absolute;
    top: 200px;
    right: 53px;
}

.commons {
    cursor: pointer;
    width: 360px;
    height: 420px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(6, 0, 1, 0.3);
    border-radius: 10px;
    float: left;
}

.commons:nth-child(1),
.commons:nth-child(2) {
    margin-right: 38px;
}

.dimg img {
    width: 360px;
    height: 250px;
    background-color: #343434;
    border-radius: 10px;
}

.dtitle {
    width: 320px;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #343434;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dtime {
    width: 320px;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    margin: 0 auto;
    margin-top: 10px;
}

.dtext {
    width: 320px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 600;
}

.special {
    color: #3366ff;
}

.cdetail {
    width: 100%;
    height: 400px;
}

.cc {
    float: left;
    margin-left: 30px;
    width: 570px;
    height: 400px;
    border-radius: 10px;
    margin-top: 50px;
}

.cc img {
    width: 570px;
    height: 400px;
    background-color: #f7f7f7;
    box-shadow: 0px 3px 6px 0px rgba(6, 0, 1, 0.3);
    border-radius: 10px;
    /* margin-top:50px; */
}

.cright {
    width: 580px;
    height: 328px;
    margin-top: 60px;
}

.cright .ctitle {
    /* width: 57px; */
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #3467fe;
    font-weight: 600;
}

.cright .cintroduce {
    width: 100%;
    /* height: 24px; */
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #222222;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cright .ccontent {
    width: 575px;
    height: 256px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 40px;
    border-bottom: 1px solid #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-indent: 30px;
}

.cmore {
    cursor: pointer;
    width: 120px;
    height: 36px;
    background-color: #1183d9;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    /* margin-top:40px; */
}

.pdetails {
    width: 100%;
    height: 401px;
    clear: both;
    position: relative;
    overflow: hidden;
}

.pdetail {
    position: absolute;
    top: 0;
    left: 0;
    height: 401px;
}

.pdetail .ff {
    cursor: pointer;
    float: left;
    width: 280px;
    height: 370px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(6, 0, 1, 0.3);
    border: solid 1px #ebebeb;
    margin-left: 25px;
    margin-top: 10px;
}

.fimg img {
    width: 240px;
    height: 240px;
    background-color: #343434;
    border-radius: 50%;
    margin-top: 18px;
    margin-left: 18px;
}

.fname {
    width: 49px;
    height: 17px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #343434;
    margin-left: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: left;
}

.finfo {
    width: 238px;
    height: 42px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #343434;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 20px;
}

.logocommon {
    width: 100%;
    height: 89px;
}

.logocommon .ll {
    float: left;
    width: 178px;
    height: 89px;
    margin-left: 25px;
    margin-top: 35px;
    display: block;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
}

.logocommon .ll img {
    width: 178px;
    height: 89px;
}

.footer {
    width: 100%;
    height: 190px;
    clear: both;
    margin-top: 100px;
}

.footer .ffs {
    float: left;
    height: 180px;
}

.ffs img {
    width: 138px;
    height: 138px;
    display: block;
    /* margin-left:390px; */
}

.nns {
    overflow: hidden;
}

.nns .nn {
    cursor: pointer;
    float: left;
    /* width: 74px; */
    height: 32px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    /* color: #ffffff; */
    padding-right: 26px;
    /* margin-left:36px; */
}

.code {
    width: 138px;
    height: 42px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    /* color: #ffffff; */
    /* margin-left:410px; */
    /* margin-top:10px; */
}

.finfos {
    /* margin-left:36px; */
    margin-top: 40px;
    line-height: 24px;
    font-size: 14px;
    /* color: #ffffff; */
    font-weight: 600;
}

#slider {
    position: relative;
    overflow: hidden;
    height: 124px;
}

.logocommons {
    position: absolute;
    top: 0;
    left: 0;
    height: 124px;
}