a{text-decoration:none}
        li {
            list-style: none;
        }

        .swiper-container {
            width: 100%;
            height: 10.4rem;
        }

        .swiper-wrapper {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            width: 100%;
            height: 100%;
        }

        .headbox {
            color: #fff;
            box-sizing: border-box;
            width: 100%;
            padding: 0 .5rem;
            padding-right: 0.3rem;
            height: 10.4rem;
            position: relative;
        }

        .swiperimg1 {
            background: url("../images/hdbg1.jpg")no-repeat;
            background-size: 100% 100%;
        }

        .swiperimg2 {
            background: url("../images/hdbg2.jpg")no-repeat;
            background-size: 100% 100%;
        }

        .logobox {
            padding: .4rem 0 1rem;
            position: relative;
        }

            .logobox img {
                width: .42rem;
                height: .34rem;
                margin-right: .1rem;
                display: inline-block;
            }

            .logobox a {
                width: .5rem;
                height: .5rem;
                display: block;
                position: absolute;
                top: .36rem;
                right: 0;
            }

            .logobox .home {
                width: .5rem;
                height: .5rem;
                display: block;
            }

        .logotxt {
            font-size: 0.4rem;
            font-weight: 500;
            display: inline-block;
        }
        .headbox .title{
            margin-left: .5rem;
        }
        .title {
            font-size: .6rem;
            color: #ffe401;
            font-weight: none;
            padding: .7rem 0 .4rem;
        }
        .title span{
            color: #fff;
            font-size: .6rem;
        }
        .shuomin {
            width: 96%;
            font-size: .3rem;
            line-height: .5rem;
            color: #fff;
            position: relative;
            margin: 0 auto;
        }
        .shuomin span:nth-child(1){
            display: block;
            position: absolute;
            width: .28rem;
            height: .28rem;
            border-top: #fff .04rem solid;
            border-left: #fff .04rem solid;
            left: -.22rem;
            top: -.14rem;
        }
        .shuomin span:nth-child(2){
            display: block;
            position: absolute;
            width: .28rem;
            height: .28rem;
            border-bottom: #fff .04rem solid;
            border-right: #fff .04rem solid;
            right: 0;
            bottom: -.08rem;
        }

        p {
            font-size: .4rem;
        }

        .loginbox {
            width: 100%;
            position: absolute;
            left: 0;
            top: -2.2rem;
            z-index: 9;
        }

        .login {
            width: 6.9rem;
            margin: 0 auto;
            background: #fff;
            border-radius: 0.16rem;
            color: #262626;
            padding-bottom: .6rem;
            box-shadow: 0 0 10px #666;
        }

            .login h2 {
                font-size: .43rem;
                text-align: center;
                color: #333;
                font-weight: 500;
            }

                .login h2:nth-child(1) {
                    padding: .6rem 0 .12rem
                }

        .telbox {
            width: 5.5rem;
            margin: 0 auto;
            margin-top: .3rem;
        }

        .login .telbox p {
            font-size: .27rem;
            color: #333;
            text-align: left;
        }

        .inputbox {
            display: flex;
            align-items: center;
            height: .8rem;
            width: 100%;
            justify-content: flex-start;
            border-bottom: #eee 1px solid;
        }

            .inputbox div {
                background: #f3f3f3;
                width: 1.08rem;
                padding-left: .16rem;
                height: .46rem;
                line-height: .46rem;
                border-radius: .08rem;
                margin-right: .3rem;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .inputbox div img {
                    width: .26rem;
                    height: .28rem;
                    display: block;
                    margin-right: .1rem;
                }

                .inputbox div span {
                    font-size: .26rem;
                }

            .inputbox input {
                border: none;
                color: #666;
                outline: none;
                height: .6rem;
                font-size: .26rem;
            }

        .btn {
            width: 5.5rem;
            height: .88rem;
            border-radius: 0.12rem;
            background: #0078ff;
            color: #fff;
            text-align: center;
            line-height: .88rem;
            font-size: .32rem;
            margin: 0 auto;
            margin-top: .6rem;
        }

        .info {
            position: relative;
            padding-top: 10.4rem;
            background: #fff;
        }

        .infotxt1 {
            color: #333;
            font-size: .4rem;
            font-weight: 600;
            width: 100%;
            text-align: center;
            margin-bottom: .5rem;
        }

        .infotxt2 {
            color: #333;
            font-size: .26rem;
            text-transform: Uppercase;
            line-height: .68rem;
        }

        .infotxt3 {
            color: #333;
            font-size: .26rem;
            line-height: .4rem;
            padding: 0 .5rem;
            position: relative;
            margin-bottom: .15rem;
            text-align: center;
        }
        .infotxt4 {
            color: #999;
            font-size: .32rem;
            line-height: .6rem;
        }

        .info .infotxt5 {
            width: 78%;
            margin: 0 auto;
            color: #666;
            font-size: .24rem;
            line-height: .38rem;
        }
        .infoimg {
            width: 7rem;
            margin: .8rem auto;
            height: 4.56rem;
        }

        .infoimg img {
            width: 100%;
            height: 100%
        }
        .addcolor{
            background: #f6f6f8!important;
        }
        .main1{
            width: 100%;
            background: #f1f0f5;
            padding-bottom: .2rem;
        }
        .main1 .infotxt1 {
            width: 100%;
            font-size: .42rem;
            text-align: center;
            color: #333;
            padding: .66rem 0;
            margin: 0;
        }
        .main1 p{
            font-size: .24rem;
            color: #333;
            text-align: center;
            margin: 0 .35rem;
            line-height: .38rem;
        }
        .main {
            width: 100%;
            background: #0078ff;
            padding-bottom: .2rem;
        }
        .main p{
            font-size: .24rem;
            color: #fff;
            text-align: center;
            margin: 0 .35rem;
            line-height: .38rem;
        }
        .main .infotxt1{
            width: 100%;
            font-size: .42rem;
            text-align: center;
            color: #fff;
            padding: .66rem 0;
            margin: 0;
        }

        .mainimg{
            width: 6.9rem;
            height: auto;
            margin: .78rem auto;
        }
        .mainimg img{
            width: 100%;
            height: 100%;
        }
        .addbg{
            background: url(../images/mainbg2.png)no-repeat!important;
            background-size: 100%;
        }
        .main2 {
            width: 100%;
            background: #fff;
            padding-bottom: .3rem;
        }

        .main2 p {
            width: 100%;
            text-align: center;
        }

        .main2 .infotxt5 {
            width: 90%;
            margin: 0 auto;
            color: #333;
            font-size: .24rem;
            line-height: .38rem;
            padding-bottom: .5rem;
            text-align: center;
        }

        .main2 .infotxt1 {
            padding-top: 1rem;
            margin-bottom: .3rem;
        }

        .main2 ul {
            width: 7.2rem;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            background: #fff;
            border-radius: 10px;
            padding: .3rem 0;
        }

        .main2 ul li {
            width: 50%;
            box-sizing: border-box;
            padding: .12rem;
            color: #999;
            font-size: .22rem;
            list-style: none;
            text-align: center;
        }

        .liitem2 {
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            background: #fff;
            padding-bottom: .2rem;
            box-shadow: 0 .16rem .16rem #e6e6e6;
        }

        .liitem2 img {
            width: 100%;
            height: auto;
        }

        .liitem2 h1 {
            width: 96%;
            min-height: 1.14rem;
            margin: 0 auto;
            color: #666;
            text-align: center;
            font-size: .2rem;
            line-height: .38rem;
            font-weight: normal;
        }

        .liitem2 .title {
            color: #333;
            font-weight: 600;
            font-size: .28rem;
            line-height: .8rem;
            height: .8rem;
            min-height: .8rem;
            padding: 0;
        }

        .main3 {
            width: 100%;
            height: 11rem;
            background: url("../images/mainbg.jpg")no-repeat;
            background-size: 100% 100%;
        }

        .main3 p {
            width: 100%;
            text-align: center;
            color: #fff
        }

        .main3 p:nth-child(1) {
            font-size: .46rem;
            padding-top: .8rem;
        }

        .main3 p:nth-child(2) {
            font-size: .3rem;
            line-height: .6rem;
            text-transform: Uppercase;
        }

        .main3 ul {
            width: 7.1rem;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            margin-top: .8rem;
        }

        .main3 ul li {
            width: 50%;
            box-sizing: border-box;
            padding: .2rem;
            color: #999;
            font-size: .22rem;
            list-style: none;
            text-align: center;
        }

        .liitem3 {
            width: 100%;
            padding-bottom: .4rem;
        }

        .liitem3 h1 {
            width: 96%;
            color: #fff;
            margin: 0 auto;
            text-align: center;
            font-size: .22rem;
            line-height: .38rem;
            font-weight: normal;
        }

        .liitem3 h1:nth-child(2) {
            font-size: .28rem;
        }

        .liitem3 .title {
            font-size: .28rem;
            height: 1.8rem;
            line-height: 1.8rem;
            margin: 0;
            margin-bottom: .3rem;
            padding: 0;
        }

        .liitem3 .title span {
            font-size: 1.5rem;
            font-weight: 100;
            font-family: 'Times New Roman', Times, serif;
        }
        .main4{
            width: 100%;
            background: #0078ff;
            color: #fff;
        }
        .main4 .infotxt1{
            color: #fff;
            padding-top: .74rem;
        }
        .main4 .infotxt5 {
            width: 76%;
            margin: 0 auto;
            font-size: .24rem;
            line-height: .38rem;
            text-align: center;
        }
        .tipsbox{
            display: flex;
            justify-content: space-between;
            padding: .5rem .3rem ;
        }
        .tipsbox span{
            background: #fff;
            color: #0078ff;
            padding: .08rem .12rem;
            border-radius: .06rem;
        }
        .main4 img{
            width: 7.1rem;
            display: block;
            margin: 0 auto;
        }
        .footbox {
            width: 100%;
            height: 1rem;
            display: flex;
            background: #1d44d1;
            position: fixed;
            left: 0;
            bottom: 0;
            z-index: 99;
        }

            .footbox div {
                flex: 1;
                text-align: center;
                line-height: 1rem;
                font-size: .32rem;
                color: #fff;
            }

                .footbox div a {
                    width: 100%;
                    height: 100%;
                    text-decoration: none;
                    line-height: 1rem;
                    font-size: .32rem;
                    color: #fff;
                    display: block;
                }

        .newp1 {
            font-size: .4rem;
            color: #333;
            padding: 0.12rem 0;
            font-weight: 500;
        }

        .newp2 {
            font-size: .26rem;
            color: #666;
            line-height: .48rem;
            padding: 0 .4rem;
            box-sizing: border-box;
            text-align: center;
            width: 100%;
            margin: 0 auto;
        }

        .login ul {
            width: 6.5rem;
            margin: 0 auto;
            display: flex;
            justify-content: space-around;
            margin-top: .6rem;
            margin-bottom: .6rem;
            text-align: center;
        }

        .login li img {
            display: block;
            margin: 0 auto;
            width: .6rem;
            height: .6rem;
        }

        .login li div {
            font-size: .26rem;
            line-height: .5rem;
            font-weight: 600;
        }

        .shiyong {
            width: 6rem;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            margin-bottom: 1rem;
        }

            .shiyong div {
                flex: 1;
                margin: 0 .12rem;
                text-align: center;
                height: .8rem;
                line-height: .8rem;
                border-radius: .1rem;
                color: #fff;
                background: #ff7a45;
                font-size: .32rem;
            }

            .shiyong a {
                width: 100%;
                height: 100;
                display: block;
                text-decoration: none;
                color: #fff;
                font-size: .32rem;
            }

        .company {
            width: 100%;
            height: 1.7rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            background: #000;
            box-sizing: border-box;
            padding: 0.3rem 0;
            margin-bottom: .9rem;
        }

            .company p {
                width: 100%;
                text-align: center;
                font-size: .22rem;
                color: #fff;
            }

            .company .addcolor {
                color: #03a9f4
            }