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

body {
    text-align: center;
    background: #f4f8ff;
}

.view-1200px {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.padding-01 {
    padding-top: 0.1px;
}

.header-view {
    position: relative;
    width: 100%;
    /* max-width: 1920px; */
    margin: 0 auto;
    height: 500px;
    background: url(../images/indice_banner.png) top center no-repeat;
    background-size: 100% 100%;
    behavior: url(../../public/lib/js/backgroundsize.htc);
}

.header-view .main-content {
    width: 65%;
    padding-left: 50px;
}

.header-view .main-image {
    width: 35%;
}

.header-view .main-content .main-title {
    font-size: 55px;
    color: #fff;
    text-shadow: 0px 0px 6px #1869f5;
    margin-top: 110px;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: left;
}

.header-view .main-content .main-des {
    position: absolute;
    width: 588px;
    font-size: 27px;
    color: #fff;
    letter-spacing: 3px;
    text-align: justify;
    line-height: 45px;
    text-indent: 2em;
    /* margin-top: 40px; */
    top: 190px;
    left: 50px;
    font-weight: 400;
    z-index: 999;
    padding: 25px 0;
    /* background: #fcbd42;
        border-radius: 25px;
        box-shadow: 0px 0px 15px 1px #fcbd42;
        behavior: url(../../public/lib/js/PIE.htc); */
}

.header-view .main-image .main-img {
    width: 100%;
    margin-top: 30px;
}

.section {
    /* margin-top: 80px; */
}

.section-title {
    position: relative;
    /* background: url(../images/indice_line.png) no-repeat center; */
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #2666fa;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 1px;
}


/*   
.section-title::before {
    display: block;
    position: absolute;
    content: '';
    height: 1px;
    width: 370px;
    background: #2666fa;
    left: 0;
    top: 20px;
}

.section-title::after {
    display: block;
    position: absolute;
    content: '';
    height: 1px;
    width: 370px;
    background: #2666fa;
    right: 0;
    top: 20px;
}
*/

.section-title .left-line {
    display: block;
    position: absolute;
    height: 1px;
    width: 370px;
    background: #2666fa;
    left: 0;
    top: 20px;
}

.section-title .right-line {
    display: block;
    position: absolute;
    height: 1px;
    width: 370px;
    background: #2666fa;
    right: 0;
    top: 20px;
}

.section-title .feature-name {
    font-size: 50px;
    margin-right: 20px;
}

.section .feature-name {
    position: absolute;
    font-size: 40px;
    color: #2666fa;
    font-weight: bold;
}

.section .feature-name img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    margin-left: -10px;
}

.section-one {
    padding: 80px 0;
}

.section-one .feature-name {
    top: -130px;
    right: 20px;
}

.section-one .section-content .image-view-content {
    position: relative;
    width: 60%;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
}

.section-one .section-content .image-view-content .indice-img {
    display: inline-block;
    width: 288px;
}

.section-one .section-content .image-view-content .image-des {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    /* background: antiquewhite; */
    /* width: 200px; */
    /* box-shadow: 0 0 10px 0px #c6c6c6; */
}

.section-one .section-content .image-view-content .des-1 {
    left: 100px;
    top: 10px;
}

.section-one .section-content .image-view-content .des-1::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    background: #2666fa;
    top: 15px;
    right: -34px;
    /* transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); */
}


/* .section-one .section-content .image-view-content .des-1::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 22px;
    background: #2666fa;
    top: 23px;
    right: -53px;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
} */

.section-one .section-content .image-view-content .des-2 {
    left: 55px;
    top: 130px;
}

.section-one .section-content .image-view-content .des-2::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    background: #2666fa;
    top: 15px;
    right: -34px;
}

.section-one .section-content .image-view-content .des-3 {
    left: 100px;
    bottom: 10px;
}

.section-one .section-content .image-view-content .des-3::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    background: #2666fa;
    top: 15px;
    right: -34px;
}

.section-one .section-content .image-view-content .des-4 {
    right: 0px;
    top: 80px;
}

.section-one .section-content .image-view-content .des-4::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    background: #2666fa;
    top: 15px;
    left: -34px;
}

.section-one .section-content .image-view-content .des-5 {
    right: 65px;
    bottom: 80px;
}

.section-one .section-content .image-view-content .des-5::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    background: #2666fa;
    top: 15px;
    left: -34px;
}

.section-one .section-content .image-view-content .image-des .circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #2666fa;
    line-height: 30px;
    margin-right: 5px;
    behavior: url(../../public/lib/js/PIE.htc);
}

.section-one .section-content .image-view-content .image-des .circle-r {
    margin-left: 5px;
    margin-right: 0;
}

.section-one .section-content .image-view-intro {
    position: relative;
    margin: 150px auto 0;
    width: 40%;
}

.section-one .section-content .image-view-intro .image-view-item {
    text-align: center;
    font-size: 18px;
    text-align: left;
    padding: 0 20px 0 70px;
    line-height: 34px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-one .section-content .image-view-intro .image-view-item span {
    font-weight: bold;
    color: #2666fa;
}

.section-two {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
}

.section-two .feature-name {
    top: -130px;
    left: 20px;
}

.section-two .section-content .image-view-content {
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
}

.section-two .section-content .image-view-content .indice-img {
    display: inline-block;
    width: 330px;
}

.section-two .section-content .image-view-content .image-des {
    position: absolute;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    /* background: antiquewhite; */
    /* width: 200px; */
    /* box-shadow: 0 0 10px 0px #c6c6c6; */
}

.section-two .section-content .image-view-content .des-1 {
    right: 90px;
    top: 10px;
    color: #2fc9fd;
}

.section-two .section-content .image-view-content .des-1::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 75px;
    background: #2fc9fd;
    top: 10px;
    left: -90px;
}

.section-two .section-content .image-view-content .des-2 {
    left: 30px;
    bottom: 120px;
    color: #53e1eb;
}

.section-two .section-content .image-view-content .des-2::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 75px;
    background: #53e1eb;
    top: 10px;
    right: -84px;
}

.section-two .section-content .image-view-intro {
    position: relative;
    width: 50%;
    margin-top: 145px;
}

.section-two .section-content .image-view-intro .image-view-item {
    text-align: center;
    font-size: 18px;
    text-align: left;
    padding-left: 60px;
    line-height: 36px;
    letter-spacing: 1px;
}

.section-two .section-content .image-view-intro .image-view-item span {
    font-weight: bold;
    color: #2666fa;
}

.section-three {
    padding-top: 80px;
    padding-bottom: 60px;
}

.section-three .feature-name {
    top: -60px;
    left: 20px;
}

.section-three .section-content {
    position: relative;
}

.section-three .section-content .image-view-content {
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
}

.section-three .section-content .image-view-content .indice-img {
    display: block;
    width: 92%;
    margin: 0 auto;
}