/* 电脑端样式 */


/*box*/

.container {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

ul li {
    cursor: default;
}

.img100 img {
    width: 100%;
}

.imghover img {
    transition: all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition: all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-out;
    /* Opera */
}

.imghover img:hover {
    transform: scale(1.09, 1.09);
}


/*box end*/


/*title*/

.title {
    overflow: hidden;
    margin: 3% 0;
    text-align: center;
}

.title h3 {
    font-size: 1.5rem;
    font-weight: lighter;
    text-align: center;
    color: #999;
}

.title h2 {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    color: #282828;
}

.title h4 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: normal;
    color: #666666;
}


/*title end*/


/*banner*/

.bannerbox {
    overflow: hidden;
    position: relative;
}

.swiper-slide .sig {
    position: absolute;
    margin-left: 24%;
    margin-top: 30%;
}

.sig img {
    float: left;
    cursor: pointer;
}

.swiper-slide .register,
.swiper-slide .Signin {
    width: 100px;
    height: 60px;
}

#banner {
    display: block;
}

#banner2 {
    display: none;
}

.top-box {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.top {
    overflow: hidden;
}

.top .top-left {
    position: relative;
    width: 180px;
    height: 60px;
    font-size: 1.5rem;
    /* text-transform: uppercase; */
    float: left;
    padding-top: 0;
    padding-left: 13%;
    z-index: 99999;
    /* border: 1px solid red; */
}

.top .top-left img {
    height: auto;
}

.top .top-right {
    position: relative;
    float: right;
    width: 20%;
    overflow: hidden;
    border: 1px #FFFFFF solid;
    border-radius: 80px;
    margin-top: 0.3%;
    margin-right: 5%;
    z-index: 99999;
}

.top .top-right a {
    display: block;
    line-height: 45px;
    color: #FFFFFF;
    text-align: center;
    width: 50%;
    float: left;
}

.top .top-right a:hover {
    background: #2D78F2;
}

.nav-box {
    position: relative;
    top: -92px;
}

.nav-bg {
    background: #FFFFFF;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    height: 90px;
}

.nav {
    position: absolute;
    top: 30px;
    width: 90%;
    float: right;
    /* margin-left: 3%; */
    z-index: 999;
}

.nav ul li {
    overflow: hidden;
    width: 60px;
    float: right;
    /* margin: 0 -20px; */
    text-align: center;
    line-height: 60px;
    color: #FFFFFF;
}

.nav ul li a {
    color: #FFFFFF;
    display: block;
}

.nav ul li a:hover {
    font-weight: bold;
}

.language {
    position: absolute;
    float: right;
    right: 1%;
    top: 35%;
    line-height: 60px;
    color: #fff;
}

.language .iconfont {
    margin-left: -2px;
    color: #fff;
}


/*banner*/


/*pingtai*/

.pingtai {
    overflow: hidden;
    margin: 0 13%;
    margin-top: 100px;
}

.pingtai ul li {
    width: 20%;
    float: left;
    border-right: 1px #ddd solid;
    overflow: hidden;
    box-sizing: border-box;
}

.pingtai ul li:nth-child(5) {
    border-right: none;
}

.pingtai ul li h1 {
    text-align: center;
}

.pingtai ul li h1 img {
    width: 40%;
}

.pingtai ul li h2 {
    text-align: center;
    font-weight: normal;
    font-size: 1.0rem;
}


/*pingtai end*/


/*zhandian*/

.zhandian-content {
    background: url(../Image/zhandian-bg.png);
    background-size: 100% 100%;
    margin: 10% 0 0;
    padding-bottom: 5%;
}

.zhandian {
    overflow: hidden;
}

.zhandian ul li {
    width: 12.28%;
    margin: 1.0%;
    float: left;
    background: #007AFF;
    border-radius: 50%;
    overflow: hidden;
}

.zhandian ul li h1 {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    /* margin-top: 20%; */
}

.zhandian ul li h1 img {
    width: 100%;
    height: 100%;
}

.zhandian ul li:nth-child(1) {
    background: #44a7dd;
    -moz-box-shadow: 1px 1px 8px #44a7dd;
    /* for firefox */
    -webkit-box-shadow: 1px 1px 8px #44a7dd;
    /* for safari or chrome */
    box-shadow: 1px 1px 8px #44a7dd;
    /* for opera or ie9 */
    background: linear-gradient(#70ebe7, #44a7dd);
}

.zhandian ul li:nth-child(2) {
    background: #5ebf8e;
    -moz-box-shadow: 1px 1px 8px #5ebf8e;
    /* for firefox */
    -webkit-box-shadow: 1px 1px 8px #5ebf8e;
    /* for safari or chrome */
    box-shadow: 1px 1px 8px #5ebf8e;
    /* for opera or ie9 */
    background: linear-gradient(#7aef92, #5ebf8e);
}

.zhandian ul li:nth-child(3) {
    background: #228cfb;
    -moz-box-shadow: 1px 1px 8px #228cfb;
    /* for firefox */
    -webkit-box-shadow: 1px 1px 8px #228cfb;
    /* for safari or chrome */
    box-shadow: 1px 1px 8px #228cfb;
    /* for opera or ie9 */
    background: linear-gradient(#4ebffc, #228cfb);
}

.zhandian ul li:nth-child(4) {
    background: #7654fa;
    -moz-box-shadow: 1px 1px 8px #7654fa;
    /* for firefox */
    -webkit-box-shadow: 1px 1px 8px #7654fa;
    /* for safari or chrome */
    box-shadow: 1px 1px 8px #7654fa;
    /* for opera or ie9 */
    background: linear-gradient(#c99efd, #7654fa);
}

.zhandian ul li:nth-child(5) {
    background: #f3a237;
    -moz-box-shadow: 1px 1px 8px #f3a237;
    /* for firefox */
    -webkit-box-shadow: 1px 1px 8px #f3a237;
    /* for safari or chrome */
    box-shadow: 1px 1px 8px #f3a237;
    /* for opera or ie9 */
    background: linear-gradient(#f9ce32, #f3a237);
}

.zhandian ul li:nth-child(6) {
    background: #5ebf8e;
    -moz-box-shadow: 1px 1px 8px #5ebf8e;
    /* for firefox */
    -webkit-box-shadow: 1px 1px 8px #5ebf8e;
    /* for safari or chrome */
    box-shadow: 1px 1px 8px #5ebf8e;
    /* for opera or ie9 */
    background: linear-gradient(#7af093, #5ebf8e);
}

.zhandian ul li:nth-child(7) {
    background: #228dfb;
    -moz-box-shadow: 1px 1px 8px #228dfb;
    /* for firefox */
    -webkit-box-shadow: 1px 1px 8px #228dfb;
    /* for safari or chrome */
    box-shadow: 1px 1px 8px #228dfb;
    /* for opera or ie9 */
    background: linear-gradient(#4ebefc, #228dfb);
}

.seven {
    display: none;
}

.container-sevenpc {
    width: 77%;
    margin: 0 auto;
}

.zhandian2 {
    overflow: hidden;
    text-align: center;
    margin: 3% 0;
}

.zhandian2 img {
    width: 70%;
}

.zhandian4 {
    overflow: hidden;
    text-align: center;
}

.zhandian4 img {
    width: 75%;
}


/*zhandian end*/


/*youshi*/

.youshi {
    overflow: hidden;
    /* background: url(/Image/TempOne/bdbg_02.jpg) no-repeat top; */
    padding-top: 10%;
    margin-top: -100px;
}

.youshi .youshi-img {
    text-align: center;
    margin-bottom: 7%;
    display: block;
}

.youshi .youshi-img2 {
    text-align: center;
    margin-bottom: 7%;
    display: none;
}

.youshi .youshi-img img {
    width: 95%;
}


/*youshi end*/


/*zizhu*/

.zizhu {
    overflow: hidden;
    text-align: center;
    background: url(../Image/zhandian-bg.png);
    background-size: 100% 100%;
    margin: 2% 0 0;
    padding-bottom: 5%;
}

.zizhuimg {
    display: block;
    width: 75%;
    margin: 0 auto;
}


/* .zizhuimg2 {
    display: none;
    width: 75%;
} */


/*zizhu end*/


/*hexin*/

.hexin {
    overflow: hidden;
    padding: 5% 0;
    width: 75%;
    margin: 0 auto;
}

.hexin ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.hexin ul li {
    overflow: hidden;
    width: 28%;
    margin: 2% 0.6%;
    padding: 2%;
}

.hexin ul li h1 {
    width: 100%;
    border-radius: 20px;
    font-size: 0;
    text-align: center;
    padding: 5% 0;
}

.hexin ul li h1 img {
    width: 100%;
}

.hexin ul li h2 {
    width: 65%;
    float: right;
    overflow: hidden;
    font-size: 1.1rem;
}

.hexin ul li p {
    overflow: hidden;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.7rem;
    line-height: 23px;
}


/*heixn end*/


/*maishou*/

.maishou {
    overflow: hidden;
    margin-top: -100px;
}

.maishou .maishou-img {
    text-align: center;
}

.maishou .maishou-img img {
    width: 90%;
}


/*maishou end*/


/*footer*/

.footer {
    overflow: hidden;
    margin-top: -3%;
}

.footer a {
    display: block;
    width: 100%;
}

.footer img {
    width: 100%;
    height: auto;
}


/*footer*/


/*kefu*/

.kefu {
    overflow: hidden;
    width: 220px;
    padding: 10px;
    position: fixed;
    top: 20%;
    right: 2%;
    z-index: 9999;
}

.kefu .kefu-nav {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #ddd;
    padding-top: 20px;
}

.iconfont {
    width: 3%;
    color: #333;
    margin: 0 10px;
}

.kefu-nav h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.kefu-nav ul li {
    display: flex;
    align-items: center;
    width: 180px;
    height: 40px;
    background: #dddddd;
    border-radius: 20px;
    margin: 10px 20px;
}

.kefu-nav ul li:hover {
    background: #0052D9;
    border-radius: 20px;
}

.kefu-nav ul li:hover a,
.kefu-nav ul li:hover i {
    color: #fff;
}

.kefu-nav img {
    width: 60%;
    margin-left: 20%;
    padding-bottom: 20px;
}

.content-img {
    display: none;
}


/* #contact {
    position: fixed;
    float: right;
    right: 0.5%;
    top: 22%;
    width: 30px;
    height: 30px;
    align-items: center;
    background: #f3a237;
    padding: 20px;
    border-radius: 50%;
} */


/*kefu end*/


/*footer end*/


/* 添加动画 */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}