* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    caret-color: rgba(0, 0, 0, 0)
}

body {
    min-width: 1280px;
}


#slideshow {
    height: 620px;
    overflow: hidden;
    position: relative;
}

#pre {
    background: url(/web/iprr/assets/img/newindex/prev.png) center no-repeat;
}

#next {
    background: url(/web/iprr/assets/img/newindex/next.png) center no-repeat;
}

#imglist li {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s linear;
}

#imglist a {
    display: block;
    width: 100%;
    height: 620px;
}

#dotlist {
    position: absolute;
    bottom: 140px;
    width: 1280px;
    left: 50%;
    margin-left: -640px;
    display: flex;
    justify-content: center;
}

#dotlist > li {
    display: inline-block;
    width: 80px;
    height: 2px;
    border-radius: 10px;
    background-color: #015bfe;;
    opacity: 0.3;
    cursor: pointer;
    user-select: none;
    margin: 0 10px;
}

#imglist > li.appear,
#dotlist > li.appear {
    opacity: 1;
}

.slide-btn {
    position: absolute;
    margin-top: 450px;
    text-align: right;
    width: 1280px;
    left: 50%;
    margin-left: -640px;

}

.slide-btn a {
    display: inline-block;
    width: 16px;
    height: 18px;
    cursor: pointer;
}

em {
    display: inline-block;
    width: 1px;
    height: 18px;
    vertical-align: top;
    margin: 0 24px;
    background: #015bfe;
}

.index-entrance {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

/*.index-entrance .notice a:before {*/
/*    content: "公告：";*/

/*}*/

.notice {
    font-size: 15px;
    border-radius: 5px;
    height: 35px;
    text-align: left;
    background: rgba(0, 0, 0, 0.2) url(/web/iprr/assets/img/newindex/notice.png) no-repeat left 10px center;
    padding-left: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    overflow: hidden;
}
.gonggao{
    top: 0;
    margin-left:40px ;
    position: absolute;
    color: #ff9436;
    float: left;
    line-height: 35px;
}
    
.notice a {
    display: block;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 50px;
    margin-left: 50px;
}

a {
    text-decoration: none;
}

.containers dl {
    height: 170px;
    background-color: rgba(220, 38, 38, 0.0);
}

.containers dt {
    float: right;
    display: inline-block;
    width: 320px;
}

.containers dd {
    width: 960px;
    float: left;
    display: inline-block;
}

.item {
    padding: 10px 16px 16px 85px;
    float: left;
    background-size: 100px;
    width: 240px;
    height: 160px;
    transition: background-color 1ms ease-out;
    cursor: pointer;
}

.item:hover {
    box-shadow: 0 4px 6px 2px rgba(14, 12, 12, 0.05);
    background-color: #fff !important;
}

.index-entrance a:hover h3 {
    color: #ef6d16;
}

.index-entrance .notice a:hover span {
    color: #035bfe;
}

#item1 {
    background: url(/web/iprr/assets/img/newindex/batten1.png) #f8f8f8 no-repeat 10px center / auto 95px;
}

#item2 {
    background: url(/web/iprr/assets/img/newindex/batten2.png) #f8f8f8 no-repeat 10px center / auto 95px;
}

#item3 {
    background: url(/web/iprr/assets/img/newindex/batten3.png) #f8f8f8 no-repeat 10px center / auto 95px;
}

#item4 {
    background: url(/web/iprr/assets/img/newindex/batten4.png) #f8f8f8 no-repeat 10px center / auto 95px;
}

.item h3 {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 30px;
    padding-bottom: 10px;
}

.item p {
    font-size: 12px;
    padding-bottom: 10px;
    color: #666666;
}

.item h3:before {
    content: none;
}

.top {
    margin-top: -72px ;
    height: 720px;
    position: relative;
}

.service {
    background-color: #fff;
    padding-bottom: 100px;
}

.service > div {
    width: 1280px;
    margin: 0 auto;
}

.service h1 {
    font-weight: 500;
    display: block;
    font-size: 36px;
    color: #000;
    padding-top: 40px;
    text-align: center;
}

.service > div > p {
    margin: 1em 1em 1em 1em;
    font-size: 16px;
    padding: 20px;
    color: #666666;
    text-align: center;
}


.jy-ser {
    height: 350px;
    position: relative;
}

.jy-serve {
    display: inline-block;
    border: 1px solid #b8b9b9;
    color: #000;
    width: 305px;
    padding: 25px;
    position: absolute;
    bottom: 0;
    height: 342px;
    /*鼠标移入箭头*/
    cursor: pointer;
    transition: height 300ms ease-out;
}

.jy-serve:hover {
    height: 380px;
}


#jy-serve1 {
    left: 0;
}

#jy-serve2 {
    left: 325px;
}

#jy-serve3 {
    right: 325px;
}

#jy-serve4 {
    right: 0;
}

.jy-serve h2 {
    font-size: 1.7em;
    font-weight: bolder;
}

.jy-serve > span {
    margin-top: 5px;
    font-size: 1em;
}

.smallbox {
    margin-top: 0.85em;
}

.smallbox span {
    border: 1px solid #ff9900;
    border-radius: 2px;
    background: #fdf6ec;
    margin-right: 1px;
    color: #ff9900;
    padding: 0 5px 0 5px;
    font-size: 12px;
}

.small-price {
    display: block;
    font-size: 1.52em;
    color: #ff6a00;
    margin-top: 20px;
    margin-bottom: 10px;

}

.imgmore {
    width: 8%;
    position: absolute;
    bottom: 70px;
    float: left;
    padding-top: 50px;
    left: 40px;
    vertical-align: middle;
}

.imgback {
    height: 128px;
    left: 150px;
    position: absolute;
    bottom: 20px;
    float: right;
}


.rent {
    background: url(/web/iprr/assets/img/newindex/bigbackground.png) no-repeat;
    background-size: cover;
    height: 472px;
    padding-top: 20px;
}

.rent > div {
    width: 1280px;
    margin: 0 auto;
}

.rent-title {
    font-size: 24px;
    line-height: 24px;
    color: #262626;
    padding-top: 27px;
    padding-bottom: 21px;
    text-align: left;
    padding-left: 14px;
}

.rent-title-span {
    color: #989DA6;
    font-size: 14px;
    margin-left: 10px;
}

.width {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.rent-moudles {
    float: left;
    width: 320px;
    height: 324px;
    background: #ffffff;
}

.rent-box2 {
    width: 340px;
}

.rent-moudles:hover {
    box-shadow: 0 2px 5px 6px rgba(0, 0, 0, 0.05);
}

.rent-moudles-h3 {
    height: 84px;
    background: url(/web/iprr/assets/img/newindex/smallbackground.png);
    color: #262626;
    font-size: 16px;
    font-weight: bold;
    padding-top: 22px;
    padding-left: 26px;
    box-sizing: border-box;
    display: block;
}

.bacnone {
    background: none;

}

.rent-moudles p {
    font-size: 12px;
    color: #989DA6;
    margin-top: 5px;
    font-weight: normal;
}

.rent-moudles ul {
    display: block;
    margin-top: 14px;
    padding-left: 41px;
}

.rent-moudles ul li {
    font-size: 13px;
    position: relative;
    line-height: 30px;
    height: 30px;
    color: #262626;
    opacity: 0.9;
    list-style: none;
}

.rent-moudles ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    bottom: 14px;
    left: -12px;
    background: linear-gradient(-90deg, #28BB85, #28ABBB);
}

.rent-moudles-more {
    font-size: 12px;
    color: #989DA6;
    height: 62px;
    line-height: 62px;
    border-top: 1px solid #E6E9EC;
    margin-top: 14px;
}

.rent-moudles-more > a > i {
    width: 7px;
    height: 11px;
    background-position: -200px -0px;
    margin-top: 0;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/web/iprr/assets/img/newindex/symbol.png);
}

.rent-moudles-more > i {
    font-style: normal;
    font-size: 25px;
    color: #EC4357;
    margin-left: 20px;
}

.rent-moudles-more > a {
    color: #28B8A1;
    margin-left: 20px;
    margin-bottom:10px ;
    display: inline-block;
}

.rent-moudles > a > button {
    cursor: pointer;
    position: absolute;
    left: 260px;
    bottom: 18px;
    height: 30px;
    width: 100px;
    border: none;
    background: linear-gradient(-90deg, #28BB9A, #1AADBE);
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.rent-box3 {
    width: 570px;
    margin-right: 14px;
    background: url(/web/iprr/assets/img/newindex/rent3back.png);
    position: relative;
}

.rent-box3 .rent-moudles-more {
    border-top: none;
}

.contact {
    height: 84px;
    box-shadow: 0 2px 7px 0 #f0f4f7;
}

.contact-box {
    height: 84px;
    padding-top: 20px;
    box-sizing: border-box;
}

.contact-img-box {
    float: left;
    display: inline-block;
    width: 50px;
    height: 47px;
}

.contact-img-box1 {
    float: left;
    display: inline-block;
    width: 44px;
    height: 44px;
}

.contact-img-box1 img {
    width: 44px;
    height: 44px;
}

.contact-text-box {
    float: right;
    margin-top: 5px;
    padding-left: 20px;
    flex-grow: 1;
}

.contact-title {
    font-size: 20px;
    font-family: 'iconfont',Akrobat;
    color: #262626;
    font-weight: bold;
}

.contact-title1 {
    color: #262626;
    font-size: 14px;
    font-weight: bold;
}

.contact-title-phone {
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    margin-left: 6px;
}

.fixed {
    color: #989DA6;
    font-size: 12px;
}

.contact-pane {
    margin-top: 5px;
    position: relative;
}

.contact-pane-a {
    display: inline-block;
    font-size: 12px;
    border: 1px solid rgba(40, 185, 159, 0.5);
    color: #28B99F;
    padding: 2px 4px;
    cursor:pointer ;
}

.contact-pane-pron {
    background: url("/web/iprr/assets/img/newindex/kefu-body.png");
    width: 227px;
    height: 170px;
    position: absolute;
    top: 20px;
    left: -73px;
    z-index: 999;
    padding: 30px;
    box-sizing: border-box;
    display: none;
}

.contact-wx {
    width: 72px;
    float: left;
    font-size: 12px;
    color: #989DA6;
    line-height: 16px;
}

.contact-wq-img {
    margin-bottom: 10px;
    width: 100%;
}

.contact-qq {
    width: 72px;
    float: right;
    font-size: 12px;
    color: #989DA6;
    line-height: 16px;
}

.contact-qq-a {
    margin-top: 8px;
    font-size: 12px;
    border: 1px solid rgba(40, 185, 159, 0.5);
    color: #28B99F;
    padding: 2px 4px;
    text-align: center;
    display: block;
}

.contact-pane-a:hover {
    background-color: #28B99F;
    color: #FFFFFF;
}

.contact-pane:hover .contact-pane-pron {
    display: block;
}

.studio-title {
    padding-top: 48px;
    padding-bottom: 20px;
    color: #262626;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}

.studio-title-span {
    color: #989DA6;
    font-size: 14px;
    margin-left: 10px;
}

.studio-box {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.studio-box,
.studio-list {
    width: 1280px;
    height: 340px;
}

.studio-list {
    position: absolute;
    display: flex;
}

.studio-content-li {
    width: 1280px;
    height: 304px;
    list-style: none;
}

.studio-circle {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.studio-circle li {
    display: inline-block;
    width: 32px;
    height: 5px;
    border-radius: 0;
    background: #DDDDDD;
    transition-duration: .3s;
    cursor: pointer;
    margin: 0 3px;
    font-size: 14px;
}

.studio-circle li.current {
    background: linear-gradient(-90deg, #015bfe, #015bfe);
}

.dingwei {
    position: relative;
    max-width: 1400px;
    min-width: 1280px;
    margin: 0 auto;
}

/*@media screen and (max-width: 1400px) {*/
/*    body{*/
/*        zoom: 0.9;*/
/*    }*/
/*}*/

.left {
    left: 0;
    background-position: 0 -100px;
}

.left:hover {
    background-position: 0 -150px;
}

.right {
    right: 0;
    background-position: -50px -100px;
}

.right:hover {
    background-position: -50px -150px;
}

.left,
.right {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/web/iprr/assets/img/newindex/common-icon.png);
    background-color: #FFFFFF;
    transition: background-position .3s ease-in-out;
    z-index: 10;
     cursor: pointer;
}


.studio {
    padding: 0 0 50px 0;
}

.studio-content-box {
    height: 304px;
}

.studio-content-item {
    width: 300px;
    height: 304px;
    border: 1px solid #E6E9EC;
    box-shadow: 0 2px 7px 0 #F2F5F7;
    position: relative;
    cursor: pointer;
}

.studio-content-item:hover .studio-content-h3 {
    color: #28B99F;;
}

.studio-content-item:hover {
    box-shadow: 0 3px 14px 0 rgba(38, 42, 63, 0.1);
}

.studio-content-item-image {
    width: 298px;
    height: 126px;
    overflow: hidden;
}

.studio-content-item-image img,
.studio-content-item-location img {
    width: 100%;
}

.studio-content-item-location {
    position: absolute;
    top: 0;
    left: 0;
}

.studio-content-h3 {
    font-size: 15px;
    line-height: 15px;
    padding-left: 26px;
    margin-top: 19px;
    margin-bottom: 8px;
    font-weight: bold;
    color: rgb(38, 38, 38);
}

.studio-content-ul {
    font-size: 12px;
    color: #46484D;
    line-height: 24px;
    padding-left: 25px;
}

.studio-content-ul li {
    position: relative;
    text-indent: 10px;
}

.studio-content-ul li :before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 14px;
    top: 10px;
    left: 0;
    background: linear-gradient(-90deg, #28BB85, #28ABBB);
}

.dianxin, .liantong, .yidong {
    font-size: 12px;
    line-height: 12px;
    padding: 1px 4px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: top;
}

.yidong {
    color: #28B99F;
    border: 1px solid rgba(40, 185, 159, 0.7);
}

.dianxin {
    border: 1px solid rgb(3 91 254);
    color: #035bfe;
}

.liantong {
    border: 1px solid rgba(239, 109, 22, .7);
    color: #ef6d16;
}

.studio-content-ul li span {
    color: #989DA6;
}

.studio-content-item-money {
    font-size: 22px;
    color: #46484C;
    padding-left: 26px;
    margin-top: 16px;
}
.studio-content-item-money-j{
    font-family: 'iconfont',Akrobat;
}
.studio-content-item-money-i {
    font-size: 12px;
    color: #989DA6;
    margin-right: 5px;
}

.studio-content-item-money-span {
    font-size: 12px;
    color: #989DA6;
    margin-right: 4px;
}

.apply-box {
    width: 625px;
    background: #FFFFFF;
    padding: 28px 0 28px 0;
    box-sizing: border-box;
}

.apply-title {
    color: #262626;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 28px;
    display: flex;
    justify-content: center;
}

.apply-content {
    width: 100%;
    height: 180px;
    background: #FFFFFF;
    border: 1px solid #E6E9EC;
    box-shadow: 0 2px 7px 0 #F2F5F7;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.apply-content-left {
    width: 450px;
    padding: 28px 0 0 26px;
}

.apply-content-left-h3 {
    font-size: 18px;
    color: #262626;
    margin-bottom: 6px;
    font-weight: 400;
}

.apply-content-left-p {
    font-size: 14px;
    color: #6A6D73;
    line-height: 24px;
    height: 58px;
}

.apply-content-left-a {
    display: block;
    width: 80px;
    height: 28px;
    border: 1px solid #015bfe;
    text-align: center;
    color: #015bfe;
    font-size: 12px;
    line-height: 28px;
}

.apply-content-right {
    width: 170px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply-content-right img {
    height: 118px;
    width: 118px;
}

.advantage-main,.news{
    background: #f2f5fa;
    padding: 100px 0;
    min-width: 1280px;
}

.container{
    display: block;
    width: 1280px;
    height: 600px;
    margin: 0 auto;
}

.module-title,.partner-title,.news-title{
    font-weight: 400;
    text-align: left;
    color: #000;
    font-size: 36px;
    margin: 0 0 80px;
}

.module-title span,.partner-title span,.news-title span{
    font-weight: 400;
    font-size: 16px;
    margin: 13px 0 0;
    color: #666666;
}

.advantage-main .option {
    width: 550px;
    float: left;
    text-align: center;
    font-size: 20px;
    height: 430px;
    overflow: hidden;
}

.advantage-main .option li {
    margin: 0 10px 30px 0;
    width: 170px;
    height: 170px;
    padding: 20px 0 0;
    cursor: pointer;
    float: left;
    background: #fff;
    list-style: none;
}

.advantage-main .option li:before {
    content: "";
    display: block;
    width: 65px;
    height: 74px;
    margin: 0 auto 22px;
    background: url(/web/iprr/assets/img/newindex/icons.png) no-repeat;
    font-size: 20px;
    font-weight: normal;
}

.advantage-main .option .item4, .advantage-main .option .item5 {
    width: 257px;
    margin-right: 15px;
}

.advantage-main .option .item1:before {
    background-position: 0 -52px;
}

.advantage-main .option .active.item1:before {
    background-position: 0 -137px;
}

.advantage-main .option .item2:before {
    background-position: -72px -52px;
}

.advantage-main .option .active.item2:before {
    background-position: -72px -137px;
}

.advantage-main .option .item3:before {
    background-position: -144px -52px;
}

.advantage-main .option .active.item3:before {
    background-position: -144px -137px;
}

.advantage-main .option .item4:before {
    background-position: -216px -52px;
}

.advantage-main .option .active.item4:before {
    background-position: -216px -137px;
}

.advantage-main .option .item5:before {
    background-position: -288px -52px;
}

.advantage-main .option .active.item5:before {
    background-position: -288px -137px;
}

.advantage-main .option .active {
    background: url(/web/iprr/assets/img/newindex/av-active.jpg) center no-repeat;
    color: #fff;
}

.advantage-main .option .active.item4, .advantage-main .option .active.item5 {
    background: url(/web/iprr/assets/img/newindex/av-active1.jpg) center no-repeat;
    color: #fff;
}

.advantage-main .indexmain h3 {
    font-size: 32px;
    color: #000;
}

.advantage-main .indexmain p {
    font-size: 18px;
    margin: 16px 0 80px;
    color: #666666;
    line-height: 34px;
    width: 485px;
}

.advantage-main .indexmain {
    float: right;
    padding: 60px 0 0 60px;
    height: 370px;
    width: 724px;
    display: none;
}

.advantage-main .indexmain.active {
    display: block;
}

.advantage-main .indexmain .btn {
    float: left;
    width: 178px;
    height: 48px;
    font-size: 18px;
    color: #666666;
    margin-right: 20px;
    border: 1px solid #ddd;
    line-height: 33px;
    text-align: center
}

.advantage-main .indexmain .link {
    border: 1px solid #015bfe;
    background: #015bfe;
    color: #fff;
}

.advantage-main .main1 {
    background: url(/web/iprr/assets/img/newindex/av-bg5.jpg) center no-repeat;
}

.advantage-main .main2 {
    background: url(/web/iprr/assets/img/newindex/av-bg4.jpg) center no-repeat;
}

.advantage-main .main3 {
    background: url(/web/iprr/assets/img/newindex/av-bg3.jpg) center no-repeat;
}

.advantage-main .main4 {
    background: url(/web/iprr/assets/img/newindex/av-bg2.jpg) center no-repeat;
}

.advantage-main .main5 {
    background: url(/web/iprr/assets/img/newindex/av-bg1.jpg) center no-repeat;
}
.honor{
    display: block;
    padding: 10px 0;
}
.honor-box{
    width: 100%;
    height: 150px;
    padding: 14px 0 0;
    cursor: pointer;
    text-align: center;
}
.honor-img{
    display: block;
}
.honor-img-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}
.honor-title{
    margin-top: 15px;
    font-size: 18px;
}
.honer-text{
    margin: 5px 0 0;
    color: #666666;
}
.honor-box:hover{
    background: #fff;
    border: 1px solid #015bfe;
}
.honor-box:hover {
    color: #666666;
}

.news-title{
    width: 100%;
    position: relative;
}
.news-title a{
    position: absolute;
    right: 0;
    top: 32px;
    width: 180px;
    height: 50px;
    color: #fff;
    background: #015bfe;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.news dl{
    width: 600px;
    background: #fff;
}
.news dt{
    font-size: 24px;
    line-height: 78px;
    color: #333;
    padding: 0 20px 0 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.news dt span{
    font-size: 14px;
    line-height: 90px;
    color: blue;
    float: right;
    margin-right:20px;
}
.news dd{
    height: 250px;
    padding: 5px 0 10px;
    overflow: hidden;
}
.news dd p {
    padding: 0 30px;
    font-size: 16px;
    line-height: 46px;
    overflow: hidden;
}
.news dd a {
    float: left;
    color: black;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news dd span {
    float: right;
    padding-left: 24px;
    background: url(/web/iprr/assets/img/newindex/date.png) left center no-repeat;
}
.index-register{
    background: url(/web/iprr/assets/img/newindex/foot-banner.jpg) center #0278fe no-repeat;
    overflow: hidden;
    min-width: 1280px;
    padding: 50px 0;
}
.index-register-title{
    color: #fff;
    font-size: 30px;
}
.index-register-btn{
    float: right;
    width: 200px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    color: #015bfe;
    font-size: 16px;
}
.float {
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 111;
}

.float-a {
    display: block;
    border-bottom: 1px solid rgb(10, 68, 145);
    height: 66px;
    width: 68px;
    background-color: #015bfe;
}

.float-a:hover {
    background-color: rgb(10, 68, 145);
}

#float-qq, #float-top {
    border: none;
    margin-bottom: 20px;
}

#float-customized, #float-scan {
    position: relative;
    cursor: pointer;
}

#float-customized-box {
    display: none;
    color: black;
    position: absolute;
    right: 68px;
    top: 0;
    margin-top: -67px;
}
#float-customized-box.active,#float-scan-box.active{
    display: block;
}

.float-customized-img {
    width: 120px;
}

.float-customized-box {
    background: #fff;
    margin-right: 10px;
    border: 1px solid #eee;
    padding: 20px 15px;
}

.float-customized-top {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.float-customized-img img {
    width: 100px;
    height: 100px;
}

.float-customized-right {
    width: 170px;
}

.float-customized-title {
    font-size: 20px;
    font-weight: bold;
}

.float-customized-right p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
}

.float-customized-btn {
    display: block;
    text-align: center;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    background-color: #0067ed;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    width: 130px;
    height: 40px;
    line-height: 40px;
}

.float-customized-bottom {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.float-customized-bottom a {
    display: inline-block;
    color: #015bfe;
}

#float-scan-box {
    display: none;
    color: black;
    position: absolute;
    right: 68px;
    top: 0;
    margin-top: -67px;
}

.float-scan-box {
    background: #fff;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #eee;
}

.float-scan-box img {
    display: block;
    width: 118px;
    height: 118px;
    margin: 5px;
}
.float-scan-box p{
    display: block;
    text-align: center;
    font-size: 12px;
}
#float-top{
    display: none;
}
#float-top.active{
    display: block;
}

.partner{
    padding: 100px 0;
    overflow: hidden;
}
.partner-img{
    width: 1280px;
    margin: 0 auto;
}
.partner-img-box{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 159px;
    float: left;
    width: 256px;
    position: relative;
    border: 1px solid #ddd;
    margin: -1px 0 0 -1px;
    overflow: hidden;
}
.partner-img-box img{
    width: 220px;
    height: 100px;
}

.partner-img-box::after{ 
    content:""; 
    position:absolute; 
    left:0;
    bottom:0;
    height:1px; 
    width:0; 
    background:#059fff;
    transition: 0.2s all linear;
}
.partner-img-box:hover::after{
    width:100%;
}


.module-title,.partner-title,.news-title{
    font-weight: 400;
    text-align: left;
    color: #000;
    font-size: 36px;
    margin: 0 0 80px;
}

.module-title span,.partner-title span,.news-title span{
    font-weight: 400;
    font-size: 16px;
    margin: 13px 0 0;
    color: #666666;
}