﻿.banners {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banners img.banner {
    width: 600px;
    height: 310px;
    margin-top: 60px;
    margin-left: -500px;
    /* transform: translate(-220px,-15px); */
    position: absolute;
    object-fit: fill;
    flex: 1;
}

.titleHeader {
    flex: 1;
    font-size: 24px;
    line-height: 1;
    text-align: left;
    margin-top: 60px;
    padding: 86px 0 72px 678px;
    background-image: url("../image/1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    z-index: 22;
    position: relative;
    min-width: 1200px;
    position: relative;
}

.titleHeader .moveItem {
    position: absolute;
    top: 0;
    left: 0;
}

.titleHeader .moveItem:nth-child(1) {
    left: 300px;
}

.titleHeader .moveItem:nth-child(2) {
    left: 220px;
    z-index: -2;
}

.titleHeader .moveItem:nth-child(3) {
    left: 380px;
}

.titleHeader .moveItem:nth-child(4) {
    width: 280px;
    min-width: 30px;
    max-width: 540px;
    overflow: hidden;
    left: 380px;
}

.titleHeader .moveItem:nth-child(5) {
    left: 525px;
}

.titleHeader .titleLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 530px;
    height: 360px;
}

/* .titleHeader .titleLeft div:nth-child(2) {
    width: 265px;
    overflow: hidden;
} */
.titleHeader h1 {
    font-size: 58px;
    margin-bottom: 25px;
    margin-left: 410px;
}

.titleHeader p {
    margin-left: 410px;
}

.titleHeader .oA {
    display: block;
    margin: 40px auto 0 410px;
    width: 350px;
    line-height: 60px;
    background-color: #e82255;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.titleHeader .oA:hover {
    background-color: #ed4e77;
}
.titleHeader .oA img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 15px;
}

.titleHeader .lp {
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

.titleHeader .lizi {
    text-align: left;
    font-size: 14px;
    margin-top: 32px;
    margin-left: 410px;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    justify-content: start;
}

.titleHeader .lizi .photoHisList {
    margin-left: 20px;
}

.titleHeader .lizi .itmes {
    cursor: pointer;
    width: 50px;
    height: 50px;
    /* border: 1px solid #eee; */
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.titleHeader .lizi img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.repairVideo {
    line-height: 1;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 46px;
}
.repairVideo .recommend {
    display: flex;
    justify-content: center;
    align-items: center;
}
.repairVideo .margin .repairItem {
    display: block;
    width: 590px;
    height: 160px;
    border-radius: 8px;
    /*background: linear-gradient(rgba(218, 236, 251, 1),rgba(177, 218, 251, 1));*/
    background: linear-gradient(#eadafb, #d7b1fb);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px;
    box-sizing: border-box;
    cursor: pointer;
}
.repairVideo .margin .repairItem:first-child {
    margin-right: 20px;
    background: linear-gradient(#FCE6E8, #FCC4C8);
}

.repairVideo .margin .repairItem .repair_left {
    text-align: left;
}
.repairVideo .margin .repairItem:first-child .repair_left h3 {
    font-size: 32px;
    text-shadow: 0.03em 0.03em #f085a0;
    margin-bottom: 16px;
    color: #000;
}
.repairVideo .margin .repairItem:first-child .repair_left p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    width:288px;
    text-shadow: 0.03em 0.03em #f085a0;
}
.repairVideo .margin .repairItem:last-child .repair_left h3 {
    font-size: 32px;
    text-shadow: 0.03em 0.03em #b98beb;
    margin-bottom: 16px;
    color: #000;
}
.repairVideo .margin .repairItem:last-child .repair_left p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    width:320px;
    text-shadow: 0.03em 0.03em #b98beb;
}
.repairVideo .margin .repairItem .repair_middle video{
    width: 192px;
    height: 108px;
    border-radius: 5px;
}
.repairVideo .margin .repairItem .repair_middle img{
    width: 108px;
    height: 108px;
    border-radius: 5px;
}
.repairVideo .margin .repairItem .repair_right div{
    width: 140px;
    height: 50px;
    background-color: #fff;
    color: #e82255;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    box-shadow: 7px 7px #f085a0;
    border-radius: 8px;
    cursor: pointer;
}


.headers {
    padding: 40px 0;
    line-height: 1;
    text-align: center;
}

.headers .margin>div>div {
    position: relative;
}

.headers .margin>.item {
    margin: 0 auto;
    font-size: 20px;
    color: #181818;
    text-align: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E5E5E5;
}

.headers .margin>.item img {
    margin-right: 5px;
    width: 30px;
    height: 26px;
}

.headers .margin>.item .flex {
    margin-right: 90px;
    padding-bottom: 14px;
    box-sizing: border-box;
    border: 2px solid transparent;
}

.headers .margin>.item .flex:nth-child(4) {
    margin-right: 0;
}

/* .headers .margin>.item .flex:first-child img{
    width: 25px;
    height: 22px;
}
.headers .margin>.item .flex:nth-child(2) img{
    width: 29px;
    height: 22px;
}
.headers .margin>.item .flex:nth-child(3) img{
    width: 24px;
    height: 26px;
}
.headers .margin>.item .flex:nth-child(4) img{
    width: 24px;
    height: 22px;
} */
.headers .margin>.item .flex:hover {
    border-bottom: 2px solid #e82255;
    color: #e82255;
}

.headers .margin>.item .flex.active {
    border-bottom: 2px solid #e82255;
    color: #e82255;
}

.headers .rel span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    width: 90px;
    text-align: center;
    border-radius: 13px;
    font-family: "Microsoft YaHei";
    font-weight: 600;
    margin-top: 15px;
    color: #fff;
    background-color: #e82255;
}

.headers .rel .right span {
    color: #21a9e8;
}

.headers .rel .flex {
    justify-content: space-between;
}

.headers .rel p {
    font-size: 24px;
}

.headers .rel .item {
    justify-content: space-between;
    text-align: left;
    width: 560px;
    padding: 35px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
    margin-bottom: 20px;
}

.headers .rel .item.artItem {
    width: 388px;
    height: 310px;
    align-items: center;
}

.headers .rel .item .itemL {
    width: 190px;
}
.headers .rel .artItem .itemL {
    width: 140px;
}

.headers .rel .item i {
    font-size: 18px;
    margin-top: 15px;
    line-height: 26px;
}

.headers .rel .item span {
    display: none;
}

.headers .rel .item:hover i {
    display: none;
}

.headers .rel .item:hover span {
    display: block;
}

.headers .rel {
    position: relative;
    height: 420px;
}

.headers .rel .b_content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.headers .rel .b_content .sty_item {
    margin-right: 18px;
}

.headers .rel .b_content:first-child {
    z-index: 1000;
    opacity: 1;
}

/* .headers .rel .b_content a {
    float: left;
} */
.headers .rel .b_content a:first-child {
    margin-right: 18px;
}

/* focus */
.xmSlide {
    background-color: transparent;
}

.xmSlide-pagination {
    background-color: #fff;
    padding-top: 10px;
    text-align: center;
    height: 20px;
}

.xmSlide-pagination li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.xmSlide-pagination li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    background-color: #ccd1d9;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}

.xmSlide-pagination li a.active {
    background-color: #656d78;
}

.xmSlide-control {
    overflow: hidden;
}

.headers .item .focus{
    display: block;
    width: 240px;
    height: 240px;
    overflow: hidden;
}
.headers .artItem .focus {
    width: 140px;
    height: 140px;
}
.repairItem .focus{
    display: block;
    width: 108px;
    height: 108px;
    overflow: hidden;
}

.headers .item .focus .slideImg {
    width: 240px;
    height: 240px;
}
.headers .artItem  .focus .slideImg {
    width: 140px;
    height: 140px;
}
.headers .item h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 24px;
}
.headers .art h2 {
    margin-top: 52px;
}
.headers .item p {
    font-size: 14px;
    line-height: 30px;
    color: #9c9c9c;
}

.bgchange .anli {
    background-color: #fff;
    padding: 40px 0 137px 0;
    line-height: 1;
    text-align: center;
    min-width: 1200px;
}

.loop {
    padding: 40px 0 137px 0;
    line-height: 1;
    text-align: center;
    min-width: 1200px;
}

.loop h1,
.bgchange h1,
.API h1,
.anli h1 {
    font-size: 38px;
}

.loop .margin>p,
.bgchange .margin>p,
.API .margin>p,
.anli .margin>p {
    font-size: 18px;
    color: rgb(103, 103, 103);
    margin: 24px 0 40px 0;
}

.loop .item {
    justify-content: center;
    font-size: 20px;
    line-height: 36px;
}

.loop .contactUs {
    width: 200px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    background-color: #e82255;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 50px;
}
.el-dialog .submit {
    width: 160px;
    height: 50px;
    background-color: #e82255;
    color: #fff;
    border-radius: 8px;
    border: none;
    margin: 36px auto 49px auto;
}

.loop .fourGoodTips {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.loop .fourGoodTips>li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 290px;
    width: 230px;
    border: 1px solid transparent;
    padding: 30px 20px 0;
    border-radius: 20px;
}
.loop .fourGoodTips>li:hover {
    border: 1px solid #dcdcdc;
    box-shadow: 1px 1px 1px 1px #dcdcdc;
    transform: translateY(-5px);
    transition: all .5s ease;
}

.loop .fourGoodTips>li p {
    width: 220px;
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 19px;
}

.loop .fourGoodTips>li h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 17px;
}

.loop .fourGoodTips>li .imgBox {
    width: 70px;
    height: 70px;
}

.loop .fourGoodTips>li img {
    width: 70px;
    height: 70px;
    margin-bottom: 23px;
}

.bgchange {
    padding: 80px 0 97px 0;
    background-color: #fff;
}

.bgchange .margin {
    text-align: center;
    background: url('../image/cjingBg.png') 0 0/100%;
}

.bgchange .content_bg {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.bgchange .content_bg .leftImage img {
    width: 534px;
    height: 350px;
    display: none;
}

.bgchange .content_bg .leftImage img:first-child {
    display: block;
}

.bgchange .rightChoice ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.bgchange .rightChoice ul li {
    width: 400px;
    height: 70px;
    line-height: 35px;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding-top: 5px;
    padding-left: 15px;
    border-radius: 5px;
    box-sizing: border-box;
}
.bgchange .rightChoice ul li h3 {
    font-size: 20px;
    margin-bottom: 9px;
}
.bgchange .rightChoice ul li p {
    font-size: 14px;
    color: #666;
    line-height: 0;
}
.bgchange .rightChoice ul li::after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    border-right: 6px solid #F2F2F3;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.bgchange .rightChoice ul li:hover {
    background-color: #F2F2F3;
}
.bgchange .rightChoice ul li a {
    color: #000;
}

.activeLi {
    background-color: #F2F2F3;
}

li.activeLi::after {
    display: block !important;
}

.bgchange .margin>p {
    margin-bottom: 60px;
}

.API {
    padding: 100px 0 0 0;
    line-height: 1;
    text-align: center;
    min-width: 1200px;
}

.API .margin {
    background: url('../image/partnerBg.png')0 0/100%;
    padding-bottom: 106px;
}

.API .margin .title {
    font-size: 44px;
    font-weight: bold;
}

.API .lunboBox {
    width: 1080px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 103px;
    margin-bottom: 63px;
}

.API .lunbokuang {
    width: 6794px;
    margin-left: 0;
}

.API .lunboPartner {
    width: 3367px;
    float: left;
}
.API .lunboPartner:last-child {
    width: 3427px;
}

.API .lunboPartner img {
    margin: 0;
    padding: 0;
}
.API .userComment ul{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.API .userComment ul .userItem {
    width: 210px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 13px;
    background-color: #fff;
    border-radius: 8px;
    padding: 25px 26px 0 26px;
    box-sizing: border-box;
}
.API .userComment ul .userItem:last-child {
    margin-right: 0;
}
.API .userComment ul .userItem img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 14px;
}
.API .userComment ul .userItem h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.API .userComment ul .userItem h5 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 21px;
}
.API .userComment ul .userItem p {
    color: #666666;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
}
.bgBig .first {
    position: relative;
    height: 462px;
    width: 800px;
    margin: 0 auto;
}

.bgBig .first img {
    position: absolute;
    top: 0;
    right: 0;
}

.bgBig .first img:last-child {
    z-index: 66;
}

.bt {
    margin-top: 22px;
    justify-content: center;
}

.bt div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 24px;
    overflow: hidden;
    cursor: pointer;
}

.bt div img {
    display: block;
    width: 100%;
    height: 100%;
}

.bt div:first-child img {
    width: auto;
    height: auto;
}

.bt div.active {
    border: 2px solid #e82255;
}

footer {
    background-color: #191919;
    color: rgb(152, 152, 152);
    font-size: 14px;
    line-height: 22px;
    padding: 40px 0 80px 0;
    min-width: 1200px;
    border-bottom: 1px solid rgb(152, 152, 152);
}

footer h5 {
    line-height: 1;
    font-size: 20px;
    color: #fff;
}
footer .contactP img {
    display: none;
}
footer .contactP:hover img{
    display: block;
}

footer .F_l {
    width: 325px;
    margin-right: 85px;
}

footer .F_l img,
footer h5 {
    margin-bottom: 25px;
}

footer .margin div a,
footer .margin div span {
    display: block;
    color: rgb(152, 152, 152);
    line-height: 30px;
}

footer .F_l~div {
    margin-right: 90px;
}

footer .labelTages {
    margin-top: 20px;
    color: #354545;
}

footer .labelTages a {
    color: #2a3030;
    margin-right: 8px;
}

footer .labelTages span {
    margin-left: 15px;
}

footer  .socialList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
}
footer .socialList a {
    text-decoration: none;
    margin-right: 1.5rem;
}
footer .wxGzh {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    width: max-content;
}
footer .wxGzh:hover .noC{display: flex;}
footer .wxGzh .noC{
    position: absolute;
    top: -157px;
    left: -50px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    display: none;
}
.f_last {
    font-size: 16px;
    color: rgb(152, 152, 152);
    text-align: center;
    line-height: 57px;
    background-color: #191919;
    min-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guo,
.lv {
    position: relative;
}

.guo:hover img,
.lv:hover img {
    display: block;
}

.guo img,
.lv img {
    position: absolute;
    right: -100%;
    bottom: 0;
    background-color: #fff;
    display: none;
}

.zhezhao {
    display: none;
    position: fixed;
    z-index: 2222;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
}

.loading {
    display: none;
    position: fixed;
    padding: 10px;
    width: 80px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 15px;
    text-align: center;
    background-color: rgba(250, 250, 250, .8);
    color: #333;
    z-index: 3333;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.diglog {
    position: fixed;
    padding: 40px 60px;
    background-color: #fff;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3333;
    border-radius: 15px;
}

.diglog h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.diglog img {
    display: block;
    width: 140px;
    margin: 0 auto 20px;
}

.diglog p {
    font-size: 14px;
    color: #9c9c9c;
}

.diglog i,
.hisList i {
    position: absolute;
    font-size: 24px;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    background: url("../image/5e3d6826bc0045a4b8808d4fb1d50724.png") no-repeat center;

}

.boke {
    background-color: #535353;
    font-size: 20px;
    line-height: 1;
    padding: 67px 0 34px;
    min-width: 1200px;
}

.boke h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin: 0 12px 60px 0;
}

.boke a {
    width: 50%;
    color: #fff;
    margin-bottom: 30px;
}

.boke a div {
    margin-bottom: 10px;
}

.boke a p {
    font-size: 16px;
    color: #999;
}

.boke .over {
    font-weight: bold;
}

.suanfa {
    padding: 80px 0 80px 0;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    text-align: center;
    min-width: 1200px;
    height: 390px;
    box-sizing: border-box;
    background-color: #fff;
    background: url("../image/bottomBg.png") #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.suanfa .margin {
    display: flex;
    justify-content: center;
    align-items: center;
}
.suanfa .margin .middle_S {
    margin-left: 55px;
    margin-right: 44px;
}
.suanfa .margin .left_S {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.suanfa .margin .left_S h1{
    font-size: 60px;
    margin-bottom: 18px;
    color: #000;
}
.suanfa .margin .left_S p {
    font-size: 26px;
    color: #666;
}
.suanfa .margin .middle_S img {
    width: 64px;
    height: 65px;
}
.suanfa .margin .right_S {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.suanfa .margin .right_S .right_t {
    margin-bottom: 20px;
    width: 360px;
    height: 160px;
    background-color: #fff;
    box-shadow: 0px 0px 9px -5px #000;;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.suanfa .margin .right_S .right_t .oA {
    width: 280px;
    height: 56px;
    border-radius: 8px;
    line-height: 56px;
    background-color: #e82255;
    color: #fff;
    font-size: 26px;
    margin-bottom: 17px;
    text-align: center;
    cursor: pointer;
}
.suanfa .margin .right_S .right_t .oA:hover {
    background-color: #ed4e77;
}
.suanfa .margin .right_S .right_t .oA img {
    margin-right: 16px;
    margin-top: -6px;
}
.suanfa .margin .right_S .right_t .lp {
    font-size: 14px;
    color: #999;
    text-align: center;
}
.suanfa .margin .right_S .lizi {
    text-align: left;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    justify-content: start;
}

.suanfa .margin .right_S .lizi .photoHisList {
    margin-left: 20px;
}

.suanfa .margin .right_S .lizi .itmes {
    cursor: pointer;
    width: 50px;
    height: 50px;
    /* border: 1px solid #eee; */
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.suanfa .margin .right_S .lizi img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.redSpan {
    color: #e82255;
    font-weight: bold;
}
.slideItem {
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: all .5s ease;
}

.message {
    min-width: 380px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #fde2e2;
    position: fixed;
    left: 50%;
    top: 20px;
    z-index: 6018;
    transform: translateX(-50%);
    transition: opacity .3s,transform .4s,top .4s;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    display: none;
    align-items: center;
    background-color: #fef0f0;
}
.message img {
    width: 20px;
    margin-right: 10px
}
.message span {
    color: #f56c6c;
    font-size: 14px;
}