﻿
* {
    padding: 0;
    margin: 0;
}

header {
    width: 100%;
    position: relative;
}

.top1 {
    width: 100%;
    height: 40px;
    background:repeating-linear-gradient(45deg,#393c41 0, #3f4247 5px);
}

.top1 span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
}

.top29 {
    width: 100%;
    max-width: 1170px;
    height: 123px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top2 {
    width: 100%;
    background: #fff;
}

.top21 {
    display: flex;
    align-items: center;
}

.logo {
    width: 200px;
    height: 60px;
    margin-right: 36px;
    background: url("/imgs/logo.png") no-repeat center;
    background-size: 100% 100%;
}

.top211 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
}

.top212 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    color: #18aef5;
}

.top22 {
    display: flex;
    flex-direction: column;
}

.top221 {
    display: flex;
    align-items: center;

}

.top2211 {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 9px;
    background: url("/imgs/phone.png") no-repeat center;
    background-size: 100% 100%;
}

.top2212 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.top2213 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 22px;
}

.top222 {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.top2221 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-right: 22px;
    width: 135px;
    text-align: right;
}

.top2222 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.top3 {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 163px;
    z-index: 100;
}

.top31 {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.top31 li {position:relative; 
    height: 100%;
    display: flex;
}

.top31 .span {
    color: #fefefe;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 0 5px;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
    z-index: 120;
}

.top31-aa {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.erji {left: 0;
    width: 110px;
    position: absolute;
    top: 37px;
    display: none;
    flex-direction: column;
    z-index: 120;
    align-items: center;
}

.erji1 {
    width: 140px;
    height: 30px;
    color: #18aef5;
    font-size: 14px;
    display: flex;
    align-items: center;
    z-index: 122;
}

.taitou1 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.taitou1 span {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 10px;
}

.general_title_new h1 {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "微软雅黑";
    float: left;
    padding: 0px 10px;
}

.general_title_new {
    display: flex;
    height: 80px;
    margin: 0px auto;
    width: 450px;
    justify-content: center;
}

.general_title_new .dian_bg{
    float:left;
    background: none;
    border-bottom: dotted 3px #ddd;
    width:113px;height:1px; margin-top:18px;
}

.erji2 {
    width: 125px;
    color: #18aef5!important;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
}

.erji3 {
    color: #18aef5;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.top31-a {left: 0;
    width: 100%;
    display: inline-block;
    border-bottom: solid 2px #18aef5;
    color: #18aef5;
    position: absolute;
    bottom: 0;
}

.top31-a1 {
     width: 100%;
    display: inline-block;
    border-bottom: solid 2px #18aef5;
    color: #18aef5;
    position: absolute;
    bottom: 0;
    right: 100%;
}

.keyframes {
    animation: slidein 500ms linear forwards;
}

.keyframes2 {
    animation: slidein 1000ms linear forwards;
}

@keyframes slidein {
    0% { right: 100%;}
    10% { right: 90%;}
    20% { right: 80%;}
    30% { right: 70%;}
    40% { right: 60%;}
    50% { right: 50%;}
    60% { right: 40%;}
    70% { right: 30%;}
    80% { right: 20%;}
    90% { right: 10%;}
    to { right: 0;}
}

.keyframes1 {
    animation: slidein1 500ms linear forwards;
}

@keyframes slidein1 {
    0% { right: 0;}
    10% { right: 10%;}
    20% { right: 20%;}
    30% { right: 30%;}
    40% { right: 40%;}
    50% { right: 50%;}
    60% { right: 60%;}
    70% { right: 70%;}
    80% { right: 80%;}
    90% { right: 90%;}
    to { right: 100%;}
}

.vevk {
    width: 100%;
    height: 478px;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 119;
}

/*轮播图*/
.lunbuotus {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.xiaolandian110 {
    position: absolute;
    bottom: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.xiaolandian110-sp1 {
    width: 70px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
}

.xiaolandian110-sp4 {
    width: 70px;
    height: 8px;
    border-radius: 8px;
    background: #ff6915;
    cursor: pointer;
}

.buttons {
    position: absolute;
}

.xiaolandian110>div {
    margin: 0 14px;
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/*轮播图*/

.tupian1 {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("/img/banner2.png") no-repeat center;
}

.tupian2 {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("/img/banner3.png") no-repeat center;
}

.tupian3 {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("/img/banner4.png") no-repeat center;
}

.all {
    width: 100%;
    height: 478px;
    position:relative;
}
.screen {
    width: 100%;
    height: 100%;
    overflow:hidden;
    position:relative;
}
.screen li {
    height: 100%;
    overflow:hidden;
    float:left;
}
.screen ul {
    position:absolute;
    left:0;
    top:0px;
    height: 100%;
}
.all ol {
    width: 100%;
    display: flex;
    justify-content: center;
    position:absolute;
    bottom:40px;
    line-height:20px;
    text-align:center;
}
.all ol li {
    width: 70px;
    height: 8px;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px 0px
    rgba(6, 10, 13, 0.65);
    border-radius: 4px;
    float:left;
    /*border:1px solid #ccc;*/
    margin-left: 28px;
    cursor:pointer;
}
.all ol li.current {
    width: 70px;
    height: 8px;
    background-color: #18aef5;
    box-shadow: 0px 1px 1px 0px
    rgba(6, 10, 13, 0.65);
    border-radius: 4px;
}
#arr {
    display:none;
}
#arr span {
    width:40px;
    height:40px;
    position:absolute;
    left:5px;
    top:50%;
    margin-top:-20px;
    background:#000;
    cursor:pointer;
    line-height:40px;
    text-align:center;
    font-weight:bold;
    font-size:30px;
    color:#fff;
    opacity:0.3;
    border:1px solid #fff;
    display: none;
}
#arr #right {
    right:5px;
    left:auto;
    display: none;
}

/*轮播图结束*/


.main1 {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    height: 716px;
    background: #fff;
    padding: 60px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-top-1 {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}

.main-top-2 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 50px;
    display: block;
}

.main-index1 {
    margin-top: 60px;
}

.main-index {
    width: 100%;
    max-width: 1091px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list {
    width: 210px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list:hover .i-1 {
    background: #28b5d1 url(/imgs/app.png) no-repeat center;
    background-size: 32px 35px;
}
.list:hover .i-2 {
    background: #ffa000 url(/imgs/yivjui.png) no-repeat center;
    background-size: 32px 35px;
}
.list:hover .i-3 {
    background: #18aef5 url(/imgs/rrjmxits.png) no-repeat center;
    background-size: 32px 35px;
}
.list:hover .i-4 {
    background: #ff6915 url(/imgs/uijtueji.png) no-repeat center;
    background-size: 32px 35px;
}
.list:hover .i-5 {
    background: #ff6915 url(/imgs/gsvshk.png) no-repeat center;
    background-size: 32px 35px;
}
.list:hover .i-6 {
    background: #18aef5 url(/imgs/rfliziyr.png) no-repeat center;
    background-size: 32px 35px;
}
.list:hover .i-7 {
    background: #ffa000 url(/imgs/pnplyyxc.png) no-repeat center;
    background-size: 32px 35px;
}
.list:hover .i-8 {
    background: #28b5d1 url(/imgs/whlotvgd.png) no-repeat center;
    background-size: 32px 35px;
}

.list i {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 30px;
}

.main-index-sp1 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.main-index-sp2 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 5px;
    text-align: center;
    display: block;
}

.i-1 {
    background: #a8a8a8 url("/imgs/app.png") no-repeat center;
    background-size: 32px 35px;
}

.i-1:hover {
    background: #28b5d1 url("/imgs/app.png") no-repeat center;
    background-size: 32px 35px;
}

.i-2 {
    background: #a8a8a8 url("/imgs/yivjui.png") no-repeat center;
    background-size: 36px 30px;
}
.i-2:hover {
    background: #ffa000 url("/imgs/yivjui.png") no-repeat center;
    background-size: 36px 30px;
}

.i-3 {
    background: #a8a8a8 url("/imgs/rrjmxits.png") no-repeat center;
    background-size: 37px 33px;
}
.i-3:hover {
    background: #18aef5 url("/imgs/rrjmxits.png") no-repeat center;
    background-size: 37px 33px;
}

.i-4 {
    background: #a8a8a8 url("/imgs/uijtueji.png") no-repeat center;
    background-size: 43px 35px;
}
.i-4:hover {
    background: #ff6915 url("/imgs/uijtueji.png") no-repeat center;
    background-size: 43px 35px;
}

.i-5 {
    background: #a8a8a8 url("/imgs/gsvshk.png") no-repeat center;
    background-size: 20px 36px;
}
.i-5:hover {
    background: #ff6915 url("/imgs/gsvshk.png") no-repeat center;
    background-size: 20px 36px;
}

.i-6 {
    background: #a8a8a8 url("/imgs/rfliziyr.png") no-repeat center;
    background-size: 38px 36px;
}
.i-6:hover {
    background: #18aef5 url("/imgs/rfliziyr.png") no-repeat center;
    background-size: 38px 36px;
}

.i-7 {
    background: #a8a8a8 url("/imgs/pnplyyxc.png") no-repeat center;
    background-size: 33px 37px;
}
.i-7:hover {
    background: #ffa000 url("/imgs/pnplyyxc.png") no-repeat center;
    background-size: 33px 37px;
}

.i-8 {
    background: #a8a8a8 url("/imgs/whlotvgd.png") no-repeat center;
    background-size: 39px 37px;
}
.i-8:hover {
    background: #28b5d1 url("/imgs/whlotvgd.png") no-repeat center;
    background-size: 39px 37px;
}

.main2 {
    width: 100%;
    max-width: 1920px;
    height: 550px;
    background: url("/img/ubyetslj.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}

.main-top1 {
    height: 140px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.main-top-11 {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff9f9;
    margin-top: 60px;
    display: block;
}

.main-top-21 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff9f9;
    margin-top: 15px;
    margin-bottom: 60px;
    display: block;
}

.main2-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
}

.main2-list {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 135px;
    box-sizing: border-box;
}

.main2-list-2 {
    width: 210px;
    height: 320px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main2-sp-1 {
    font-size: 56px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 10px 0 15px 0;
}

.main2-sp-2 {
    position: relative;
    top: -30px;
    color: #fff;
    font-size: 30px;
}

.main2-sp-4 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 25px;
}

.main-list-i1 {
    background: url("/imgs/qian.png") no-repeat center;
    background-size: 100% 100%;
}

.main-list-i2 {
    background: url("/imgs/qian1.png") no-repeat center;
    background-size: 100% 100%;
}

.main-list-i3 {
    background: url("/imgs/qian2.png") no-repeat center;
    background-size: 100% 100%;
}

.main2-sp-3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
}

.main3 {
    width: 100%;
    max-width: 1170px;
    padding: 60px 10px;
    margin: 0 auto;
}

.main3-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main3-list1 {
    /*width: 170px;*/
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main3-list1-is {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 50px;
    display: inline-block;
}

.main3-list1-i1 {
    background: url("/imgs/xuqqgbts.png") no-repeat center;
    background-size: 100% 100%;
}

.main3-list1-i2 {
    background: url("/imgs/cehwueji.png") no-repeat center;
    background-size: 100% 100%;
}

.main3-list1-i3 {
    background: url("/imgs/qmdrvizo.png") no-repeat center;
    background-size: 100% 100%;
}

.main3-list1-i4 {
    background: url("/imgs/jiuuklfa.png") no-repeat center;
    background-size: 100% 100%;
}

.main3-list1-i5 {
    background: url("/imgs/hbqiwzhu.png") no-repeat center;
    background-size: 100% 100%;
}

.main3-list1-sp1 {
    width: 160px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}

.main3-list1-sp2 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}

.main3-list1-is1 {
    width: 29px;
    height: 33px;
    background: url("/imgs/ljjmtb.png") no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    margin-top: 19px;
}

.main4-index {
    width: 100%;
    margin: 0 auto;
    height: 584px;
    margin-bottom: 60px;
    max-width: 1170px;
    background: #2abbc3;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.main4-index-1 {
    position: relative;
    width: 586px;
    height: 292px;
    overflow: hidden;
}

.main4-index-111 {
    background: url("/imgs/qiuu.png") no-repeat center;
    background-size: 100% 100%;
}

.main4-index-12 {
    background: url("/imgs/aiir.png") no-repeat center;
    background-size: 100% 100%;
}

.main4-index-13 {
    background: url("/imgs/jwvh.png") no-repeat center;
    background-size: 100% 100%;
}

.main4-index-14 {
    background: url("/imgs/bzks.png") no-repeat center;
    background-size: 100% 100%;
}

.main4-index-15 {
    background: url("/imgs/daxd.png") no-repeat center;
    background-size: 100% 100%;
}

.main4-index-16 {
    background: url("/imgs/igmi.png") no-repeat center;
    background-size: 100% 100%;
}

.main4-index-2 {
    position: relative;
    width: 292px;
    height: 292px;
    overflow: hidden;
}

.main4-index-11 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 34px;
    box-sizing: border-box;
    font-size: 12px;
}

.keyframes3 {
    animation: slidein3 200ms linear forwards;
}

@keyframes slidein3 {
    0% { top: -100%;}
    10% { top: -90%;}
    20% { top: -80%;}
    30% { top: -70%;}
    40% { top: -60%;}
    50% { top: -50%;}
    60% { top: -40%;}
    70% { top: -30%;}
    80% { top: -20%;}
    90% { top: -10%;}
    to { top: 0;}
}

.keyframes4 {
    animation: slidein4 200ms linear forwards;
}

@keyframes slidein4 {
    0% { top: 0;}
    10% { top: -10%;}
    20% { top: -20%;}
    30% { top: -30%;}
    40% { top: -40%;}
    50% { top: -50%;}
    60% { top: -60%;}
    70% { top: -70%;}
    80% { top: -80%;}
    90% { top: -90%;}
    to { top: -100%;}
}

.main5-index {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    height: 240px;
    border-top: 2px #ddd solid;
    border-left: 2px #ddd solid;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.main5-index-i {
    width: 232px;
    border-right: solid 2px #ddd;
    border-bottom: solid 2px #ddd;
    height: 120px;
}

.main5-index-i1 {
    background: url("/imgs/baidu.png") no-repeat center;
    background-size: 240px 125px;
}
.main5-index-i2 {
    background: url("/imgs/ali.png") no-repeat center;
    background-size: 240px 125px;
}
.main5-index-i3 {
    background: url("/imgs/xiaomi.png") no-repeat center;
    background-size: 240px 125px;
}
.main5-index-i4 {
    background: url("/imgs/didi.png") no-repeat center;
    background-size: 240px 125px;
}
.main5-index-i5 {
    background: url("/imgs/langchao.png") no-repeat center;
    background-size: 240px 125px;
}
.main5-index-i6 {
    background: url("/imgs/benbang.png") no-repeat center;
    background-size: 240px 125px;
}
.main5-index-i7 {
    background: url("/imgs/ruantong.png") no-repeat center;
    background-size: 240px 125px;
}
.main5-index-i8 {
    background: url("/imgs/zkh.png") no-repeat center;
    background-size: 240px 125px;
}
.main5-index-i9 {
    background: url("/imgs/jd.png") no-repeat center;
    background-size: 240px 125px;
}
.main5-index-i10 {
    background: url("/imgs/baiguoyuan.png") no-repeat center;
    background-size: 240px 125px;
}

.main6 {
    width: 100%;
    background: #f2f2f2;
    height: 648px;
    padding: 60px 0;
    box-sizing: border-box;
}

.main6-index {
    width: 1170px;
    height: 401px;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
}

.main6-index-z {
    width: 334px;
    height: 401px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}

.main6-index-z-i {
    width: 100%;
    height: 50%;
    background: url("/imgs/women.png") no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
}

.main6-index-z-div {
    background: #fff;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
}

.main6-index-z-sp1 {
    margin: 10px 0 0 15px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
}

.main6-index-z-sp2 {
    display: block;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #666666;
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
}

.main6-index-z-sp3 {
    color: #18aef5;
    font-size: 10px;
}

.main6-index-y {
    width: 824px;
    height: 414px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main6-index-y-list {
    width: 405px;
    height: 90px;
    margin-bottom: 10px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    border: solid 2px #fff;
    color: #333333;
}

.main6-index-y-list:hover {
    border: solid 2px #18aef5;
    color: #18aef5;
    font-weight: 600;
}

.main6-index-y-list-sp1 {
    width: 119px;
    height: 55px;
    background: url("/imgs/index-lan.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding-left: 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
}

.main6-index-y-list-sp2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main6-index-y-list-sp3 {
    font-size: 14px;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    margin-left: 9px;
    width: 100%;
    display: block;
}

.main6-index-y-list-sp4 {
    width: 255px;
    height: 54px;
    font-size: 10px;
    line-height: 18px;
    color: #666666;
    margin-left: 9px;
    overflow: hidden;
    position: relative;
    display: block;
}

.footer {
    width: 100% !important;
    height: 333px!important;
    background: #252525!important;
    padding: 60px 0!important;
    box-sizing: border-box!important;
}

.footer1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    background: #202020;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer-index {
    width: 100%;
    max-width: 1170px;
    height: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-index1 {
    width: 100%;
    max-width: 1170px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 30px;
}

a {
    text-decoration: none;
}

.footer-index-list {
    display: flex;
    flex-direction: column;
    width: 240px;
    height: 110px;

}

.footer-index-list-t {
    width: 240px;

    border-bottom: solid 1px #ddd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #f2f2f2;
}

.footer-index-list-b {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 10px;
    display: block;
}

.footer-index-list-b1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer-index-list-b11 {
    display: flex;
    /*align-items: center;*/
    margin-top: 10px;
}

.footer-index-list-b11 i {
    display: inline-block;
    margin-right: 10px  ;
}

.footer-index-list-b-i1 {
    width: 17px;
    height: 20px;
    background: url("/imgs/dingwei.png") no-repeat center;
    background-size: 100% 100%;
}
.footer-index-list-b-i2 {
    width: 16px;
    height: 16px;
    background: url("/imgs/shouji.png") no-repeat center;
    background-size: 100% 100%;
}
.footer-index-list-b-i3 {
    width: 18px;
    height: 14px;
    background: url("/imgs/youxiang.png") no-repeat center;
    background-size: 100% 100%;
}

.footer-index-list-b-sp {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    width: 210px;
}

.footer-index-list-b-sp div {
    margin-left: 41px;
    text-align: left;
}

.footer-index-list-b-sp2 {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 210px;
}

.footer-index-list1 {
    display: flex;
    width: 245px;
    height: 110px;
    align-items: center;
    margin-top: 20px;
}

.erwzma {
    width: 105px;
    height: 105px;
    margin-right: 20px;
    background: url("/imgs/erweima.png") no-repeat center;
    background-size: 100% 100%;
}

.erwzma-div {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    width: 120px;
}

.footer-index-list-b1111 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer-index-list-b11-sp1 {
    display: block;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #18aef5;
    margin-top: 15px;
    text-align: left;
}

.footer-index-list-b11-sp2 {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 15px;
}

.footer-index1-div-2 {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.footer-index1-div-sp {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff!important;
    margin-right: 40px;
}

.wechat01 {
    padding-top: 60px;
    box-sizing: border-box;
}

.wechat02 {
    padding-top: 60px;
    box-sizing: border-box;
}

.columns_banner {
    position: relative;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 476px;
    margin-left: -960px;
    overflow: hidden;
}

.columns_banner img {
    width: 100%;
    height: 100%;
}

.swiper-wrapper110 .swiper-wrapper ul {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    right: -10px;
}

.nndewzvi {
    width: 100%;
    max-width: 1170px;
    height: 40px;
    margin: 35px auto;
}

.nndewzvi1 {
    width: 100%;
    max-width: 1170px;
    height: 40px;
    margin: 35px auto;
}

.nndewzvi div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ddd;
}

.nndewzvi1 a {
    color: #333;
    font-size: 14px;
    margin-right: 5px;
}

.nndewzvi1 span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
}

.nndewzvi a {
    color: #333;
    font-size: 14px;
    margin-right: 5px;
}

.nndewzvi span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
}

.nndewzvi-sp1 {
    color: #18aef5;
}

.uejiwfti {
    width: 100%;
    max-width: 1170px;
    height: 470px;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.uejiwfti img {
    width: 606px;
    height: 314px;
}

.uejiwfti-1 {
    width: 230px;
    height: 350px;
}

.uejiwfti-1-1 {
    display: flex;
    flex-direction: column;
}

.uejiwfti-1-1-sp1 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #18aef5;
    margin-bottom: 15px;
}

.uejiwfti-1-1-sp2 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}

.uejiwfti-1-2 {
    margin: 50px 0 35px 0;
}

.uiueji110 {
    width: 100%;
    background: #f2f2f2;
    padding: 60px 0;
    box-sizing: border-box;
}

.uejiwfti-index {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.uejiwfti-list1-s {
    width: 310px;
    height: 116px;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 192px;
}

.uejiwfti-index>div {
    margin-bottom: 16px;
}

.uejiwfti-list1-s-sp1 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}

.uejiwfti-list1-s-sp3:hover {
    background: #18aef5;
    color: #fff;
}

.uejiwfti-list1-s-sp3 {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #18aef5;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #18aef5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uejiwfti-list1-s-sp2 {
    margin: 10px 0 20px;
}

.uejiwfti-list1-s-sp2 span {
    width: 70px;
    height: 26px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    padding: 3px 5px;
}

.uejiwfti-list1 {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo1.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #79d1f7;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.uejiwfti-list2 {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo2.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #79d1f7;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.uejiwfti-list3 {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo3.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #79d1f7;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.uejiwfti-list4 {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo4.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #79d1f7;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.uejiwfti-list5 {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo5.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #79d1f7;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.uejiwfti-list6 {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo6.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #79d1f7;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.uejiwfti-list1:hover {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo11.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #18aef5;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.uejiwfti-list2:hover {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo21.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #18aef5;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.uejiwfti-list3:hover {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo31.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #18aef5;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.uejiwfti-list4:hover {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo41.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #18aef5;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.uejiwfti-list5:hover {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo51.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #18aef5;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.uejiwfti-list6:hover {
    width: 568px;
    height: 216px;
    background: #fff url("/img/womenfuwo61.png") no-repeat 20px center;
    background-size: 142px 142px;
    border-left: solid 8px #18aef5;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}

#test222 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

#test222 a {
    width: 68px;
    height: 30px;
    border: solid 1px #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-size: 14px;
    margin: 0 20px;
}

#test222 a:hover {
    background: #18aef5;
    color: #fff;
    border: none;
}