* {
    padding: 0px;
    margin: 0px;
    outline: none;
}

button {
    cursor: pointer !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.eot") format("woff2"),
    url("../fonts/SourceHanSansCN-Bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
         url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype"),
         url("../fonts/SourceHanSansCN-Bold.svg") format("svg");
}
@font-face {
    font-family: "SofiaProRegular";
    src: url("../fonts/SofiaProRegular.eot") format("woff2"),
    url("../fonts/SofiaProRegular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/SofiaProRegular.woff") format("woff"),
         url("../fonts/SofiaProRegular.ttf") format("truetype"),
         url("../fonts/SSofiaProRegular.svg") format("svg");
}
  html {
    font-family:SofiaProRegular,arial,"SourceHanSansCN-Bold";
  }

.banner_c {
    position: relative;
}

.fu_cc {
    position: absolute;
    right: 75px;
    top: 290px;
    width: 445px;
    height: 310px;
    background: #3c3c3c;
    z-index: 999;
    border-radius: 10px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    margin: auto;
    height: 75px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #3c3c3c;
}

.hed_left {
    display: flex;
    align-items: center;
}

.hed_span span {
    color: #373434;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-left: -4px;
}
.hed_span span:first-child {
    font-weight: 700;
}
.pin_pp {
    margin-left: 10px;
}
.lian_lf .zlygu {
    margin-left: 0px;
}

.hed_span {
    position: relative;
    margin-left: 25px;
}

.hed_right {
    display: flex;
    align-items: center;
}

.hed_right ul {
    display: flex;
    align-items: center;
    height: 100%
}

.hed_right ul li {
    height: 100%;
    display: flex;
    align-items: center;
}

.hed_right ul li a {
    position: relative;
    font-size: 18px;
    color: #3f3a39;
    margin-right: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SIYUAN";
    padding: 5px 15px;
    transition: all 0.5s ease;
}
/* .hed_right ul li a i {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 3px;
    background: #3c3c3c;
    transition: 0.5s ease;
}*/

.hed_right ul li a:hover {
    background: #0f0;
    transition: all 0.5s ease;
} 

.hed_right ul li .no_x {
    margin-right: 0px;
}

.banner_c {
    width: 100%;
    margin: auto;
}

.swiper-pagination-bullet {
    position: relative;
    width: 9px !important;
    height: 9px !important;
    background: rgba(255, 255, 255, 0) !important;
    opacity: 1 !important;
    border: 3px solid #fff;
}

.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0) !important;
    border: 3px solid #0abf1c !important;
}

.dong_c {
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.dong_rg {
    width: 770px;
    padding-left: 80px;
    box-sizing: border-box;
    padding-right: 75px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dong_rg h1 {
    position: relative;
    font-size: 61px;
    color: #3c3c3c;
  
}

.dong_rg h1::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    background: #c1c1c1;
    top: -40px;
    left: 0;
}

.dong_rg .proc {
    font-size: 27px;
    font-weight: 500;
    color: #afafaf;
    letter-spacing: 1.4px;
    text-align: left;
}

.tai_box {
    width: 610px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #3c3c3c;
    cursor: pointer;
}

.tai_lf {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tai_rg {
    width: 20%;
    text-align: right;
    padding-right: 10px;
}

.tai_lf span {
    position: relative;
    padding-left: 29px;
    font-size: 19px;
    /* transition: all 1s ease; */
}
.tai_rg span {
    font-size: 17px;
}

.tai_lf span::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #3c3c3c;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
    left: 10px;
    transition: all 0.5s ease;
}
.tai_box {
    border-bottom: 1px #dadada dashed;
}
.tai_homm {
    margin-top: 100px;
}

.tai_box {
    background: #fff;
    transition: all 0.5s ease;
}

.tai_box:hover {
    background: #0f0;
    color: #3c3c3c;
    transition: all 0.5s ease;
}

.tai_box:hover .tai_lf span::before {
    background: #3c3c3c;
    /* transition: all 1s ease; */
}
.user_pwd {
    display: inline-block;
    color:white;
}
.user_pwd .a {
    display: inline;
    font-size: 10px;
}
.user_pwd .a:hover {
    background: #0f0;
    color: #3c3c3c;
    transition: all 0.5s ease;
}

.more {
    display: flex;
    justify-content: flex-end;
}

.more a {
    width: 130px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3c3c3c;
    color: #fff;
    margin-top: 45px;
    font-size: 17px;
}

.dong_lf1 {
    order: 1;
}

.dong_rg1 h1 {
    text-align: right;

}

.dong_rg1 .gege {
    text-align: right;
}

.dong_rg1 h1::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    background: #c1c1c1;
    top: -40px;
    left: 700px;
}

.more1 {
    display: inline-block;
}

.foter {
    width: 100%;
    margin: auto;
    display: flex;
}

.foter_one {
    width: calc((100% - 0px) / 3);
    position: relative;
    overflow: hidden;
    height: 419px;
}

.active_class{
    background: #0f0;

}

.foter_one span {
    position: absolute;
    left: 50px;
    font-size: 28px;
    color: #242424;
    top: 25px;
    z-index: 999;
}

.foter_one a {
    color: #2d2d2d;
    font-size: 16px;
    position: absolute;
    left: 50px;
    top: 75px;
    z-index: 999;
    width:200px;
}

.foter_one a span {
    font-size: 16px;
}

.foter_one a:hover {
    text-decoration: underline;
}

.foter_one img {
    width: 100%;
}

.lian_con {
    width: 1570px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /*padding: 0px 175px;*/
    padding: 0;
    height: 100px;
    align-items: center;
    box-sizing: border-box;
}

.lian_lf {
    display: flex;
    align-items: center;
}

.lian_lf span {
    color: #000;
    font-size: 16px;
}

.lian_lf a {
    color: #000;
    font-size: 16px;
    margin-left: 10px;
}

.lian_lf a:hover {
    text-decoration: underline;
}

.lian_lf img {
    object-fit: contain;
    margin-right: 5px;
}

.lian_rg {
    display: flex;
    align-items: center;
}

.lian_rg img {
    object-fit: contain;
    margin-right: 5px;
}

.lian_rg span {
    color: #000;
    font-size: 16px;
}

.fott {
    width: 100%;
    height: 90px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: auto;
}

.fott span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.swiper-wrapper {
    font-size: 0;
}

.dong_mm {
    font-size: 0;
    overflow: hidden;
}

.foter_one:hover img {
    transform: scale(1.05);
    transition: transform 0.8s;
}

.foter_one img {
    transition: transform 0.8s;
    height: 100%;
}

.dong_mm:hover img {
    transform: scale(1.05);
    transition: transform 0.8s;
}

.dong_mm img {
    width: 1150px;
    transition: transform 0.8s;
}

.dong_rg .proc1 {
    text-align: right;
}

.phomm {
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.phomm1 {
    display: flex;
    align-items: center;
}

.fu_cc .a1 {
    width: 245px;
}

.fu_cc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .fu_cc a {
        width: 245px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #3c3c3c;
        background: #fff;
        margin-bottom: 20px;
    }

.fu_cc a img {
    margin-right: 10px;
    width: 22px;
}

.fu_cc p {
    margin-bottom: 40px;
    font-size: 25px;
    color: #fff;
    padding-right: 0px;
    margin-top: 10px;
    letter-spacing: 3px;
}

.fu_cc .m1 {
    margin-top: 20px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 121px !important;
}

.swiper-slide img {
    width: 100%;
}

.list_top {
    width: 1570px;
    margin: auto;
    margin-top: 100px;
}

.list_tou {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 125px;
}

.list_tou h1 {
    color: #3c3c3c;
    font-size: 36px;
}

.mian_dd {
    padding-bottom: 25px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 43px;
}

.mian_dd span {
    color: #716a6a;
    font-size: 16px;
}

.mian_dd a {
    color: #716a6a;
    font-size: 16px;
}

.mian_dd a:hover {
    text-decoration: underline;
}

.list_con {
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 60px 165px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 60px;
    transition: all 0.5s ease;
}

.list_lf {
    margin-right: 82px;
}

.list_rg {
    height: 265px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.list_rg .tong1 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-bottom: 26px;
}

.list_rg .tong2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    margin-bottom: 43px;
}

.timm {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.timm_lf {
    display: flex;
    align-items: center;
}

.zhong_b {
    display: flex;
    margin-right: 8px;
}

.timm_lf .pn1 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    margin-right: 8px;
}

.timm_lf .pn2 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
}

.timm_rg a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    width: 118px;
    height: 30px;
    background: rgba(254, 254, 254, 1);
    border: 1px solid rgba(60, 60, 60, 1);
    border-radius: 15px;
}

.timm_rg a:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    width: 118px;
    height: 30px;
    background: #000;
    border: 1px solid rgba(60, 60, 60, 1);
    border-radius: 15px;
}

.list_con:hover {
    box-shadow: 0px 11px 38px 11px rgba(64, 64, 64, 0.1);
    border: 1px solid rgba(211, 211, 211, 0.35);
    transition: all 0.5s ease;
}

.fan_ye {
    display: flex;
    justify-content: center;
}

.fan_ye button {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(144, 144, 144, 1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    margin-right: 12px;
}

.mian_dd1 {
    margin-top: 65px;
}

.deta_con {
    display: flex;
    justify-content: center;
    align-items: center;
}

.deta_con h2 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(60, 60, 60, 1);
}

.timm_lf1 {
    display: flex;
    justify-content: center;
    margin-top: 43px;
    margin-bottom: 55px;
}

.wei img {
    object-fit: cover;
    width: 100%;
    display: inherit;
}

.wei {
    padding-bottom: 56px;
    border-bottom: 1px solid #C4C2C2;
}

.nei_xx {
    margin-top: 52px;
    margin-bottom: 67px;
}

.nei_xx p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    line-height: 30px;
}

.ye_mmn button {
    color: #716a6a;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background: none;
    border: none;
}
.ye_mmn button:hover{
    color: #000;
}
.ye_mmn {
    display: flex;
    justify-content: space-between;
}

.ye_mmn {
    padding-bottom: 49px;
    border-bottom: 1px solid #C4C2C2;
}


.hedff {
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}


@media (max-width: 1919px) {
    .dong_c {
        width: 100%;
    }

    .dong_lf {
        width: 50%;
    }

    .dong_mm {
        width: 100%;

    }

    .dong_rg {
        width: 50%;
    }

    .dong_rg {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dong_mm img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .foter_one img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .tai_box {
        width: 100%;
        border-bottom: 1px #dadada dashed;
    }
}

@media (max-width: 1700px) {
    .fu_cc {
        width: 350px;
        top: 190px;
    }
}

@media (max-width: 1600px) {
    .swiper-pagination-bullet {
        position: relative;
        width: 6px !important;
        height: 6px !important;
        background: rgba(255, 255, 255, 0) !important;
        opacity: 1 !important;
        border: 3px solid #fff;
        outline: none;
    }

    .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 0) !important;
        border: 3px solid #0abf1c !important;
    }
}

@media (max-width: 1430px) {
    .dong_rg h1 {
        font-size: 30px;
    }
    .tai_lf span {
        position: relative;
        font-size: 15px;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
  .banner_c {
    margin-top: 30px;
}
    .list_tou {
        padding-top: 75px;
    }
    .mian_dd1 {
      margin-top: 100px;
    }
}

@media (max-width: 1580px) {
    .dong_mm {
        width: 100%;
    }

    .dong_c {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .dong_rg {
        margin-top: 20px;
    }

    .tai_box {
        width: 100%;
    }

    .dong_rg h1::before {
        display: none;
    }



    .dong_rg1 h1 {
        text-align: left;
    }

    .dong_rg .proc1 {
        text-align: left;
    }

    .foter_one {
        height: auto;
    }
  .more a {
  margin-top: 30px;
  }
  .tai_homm {
   margin-top: 40px;
}
  .tai_box {
  	    height: 45px;
  }
}

@media (max-width: 1570px) {
    .list_top {
        width: 90%;
        margin: auto;
        margin-top: 105px;
    }

    .list_con {
        padding: 30px 50px;
    }

    .hedff {
        width: 90%;
    }

    .lian_con {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .hedff {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hed_left {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: center;
    }
    .hed_right {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header {
        flex-direction: column;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .lian_con {
        padding: 0px;
        flex-direction: column;
        justify-content: center;
    }

    .lian_rg {
        margin-top: 20px;
    }

    .list_con {
        flex-direction: column;
    }

    .list_lf {
        margin-right: 0px;
        display: flex;
        justify-content: center;
    }

    .list_rg .tong1 {
        text-align: center;
    }

    .list_lf img {
        width: 100%;
        object-fit: cover;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px !important;
    }

    .hed_right {
        margin-bottom: 0px;
    }

    .hed_right ul li a {
        padding-bottom: 10px;
    }

}

@media (max-width: 1100px) {
    .fu_cc {
        right: 25px;
    }
}

@media (max-width: 1000px) {
    .fu_cc {
        height: 260px;
    }

    .fu_cc p {
        margin-bottom: 20px;
    }

    .fu_cc .m1 {
        margin-top: 10px;
    }
}

@media (max-width: 950px) {
    .dong_rg{
        width: 100%;
    }
    .dong_c {
        flex-direction: column;
    }
    .dong_lf{
        width: 100%;
 		 order: -4;

    }
    .list_tou {
        padding-top: 0px;
    }
    .banner_c {
    margin-top: 0px;
}
    .header{
        position: static;
    }
    .foter_one {
        width: calc((100% - 0px) / 1);
    }

    .foter {
        display: inline-block;
    }

    .foter_one img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: inherit;
    }

    .fu_cc {
        height: 250px;
    }

    .fu_cc {
        width: 200px;
        top: 100px;
    }

    .fu_cc a {
        width: 153px;
    }
     .swiper-pagination-bullet {
        position: relative;
        width: 6px !important;
        height: 6px !important;
        background: rgba(255, 255, 255, 0) !important;
        opacity: 1 !important;
        border: 1px solid #fff;
        outline: none;
    }

    .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 0) !important;
        border: 1px solid #0abf1c !important;
    }
}

@media (max-width: 800px) {
    .fu_cc {
        top: 50px;
    }
}

@media (max-width: 750px) {
    .hedff{
        box-sizing: border-box;
        padding-top: 15px;
    }
    .hed_span span {
        font-size: 16px;
    }
    .hed_span{
        margin-top: 0px;
    }
    #home img{
        width: 310px;
    }
    .list_tou {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
        margin: 10px auto 30px;
    }
    .list_tou h1 {
        color: #3c3c3c;
        font-size: 25px;
    }
    .fu_cc{
        display: none;
    }
    .list_rg .tong1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .list_rg .tong2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .mian_dd a {
        font-size: 16px;
    }

    .mian_dd span {
        font-size: 16px;
    }

    .list_con {
        margin-bottom: 20px;
    }

    .tai_lf span {
        font-size: 14px;
    }

    .tai_rg {
        width: auto;
    }

    .dong_rg h1 {
        font-size: 30px;
    }

    .dong_rg .proc {
        font-size: 20px;
    }

    .tai_homm {
        margin-top: 10px;
          margin-bottom: 20px;
    }

    .more {
        display: flex;
        justify-content: center;
    }

    .dong_mm {
        width: 100%;
        height: 200px;
    }

    .dong_mm img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .foter_one {
        height: 200px;
    }

    .hed_right ul li a {
        margin-right: 0px;
    }

    .hed_right ul li a {
        font-size: 14px;
    }
    .hed_left {
        margin-bottom: 0px;
    }

    .lian_rg {
        margin-top: 10px;
    }

    .deta_con h2 {
        text-align: center;
        font-size: 18px;
    }

    .timm_lf1 {
        margin-top: 10px;
    }

    .wei {
        padding-bottom: 20px;
    }

    .nei_xx {
        margin-top: 20px;
    }

    .nei_xx p {
        font-size: 14px;
    }

    .nei_xx {
        margin-bottom: 20px;
    }

    .ye_mmn {
        padding-bottom: 20px;
    }

    .mian_dd1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .self {
        color:ghostwhite;
    }

    .fu_cc {
        position: initial;
        width: 100%;
        border-radius: 0px;
    }

    .fu_cc p {
        font-size: 16px;
    }

    .fu_cc a {
        margin-bottom: 10px;
    }

    .fu_cc {
        height: auto;
    }

    .fu_cc p {
        margin-bottom: 10px;
    }

    .fu_cc a {
        height: 30px;
        font-size: 14px;
    }

    .fu_cc a img {
        height: 15px;
    }

    .fu_cc .m1 {
        height: 30px;
    }

    .ye_mmn button {
        width: 45%;
    }

    .lian_rg img {
        width: 15px;
        height: 15px;
    }

    .lian_lf img {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 550px) {
    .timm {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .timm_lf {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .timm_rg {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list_rg {
        margin-top: 20px;
    }

    .timm_lf .pn1 {
        font-size: 13px;
    }

    .timm_lf .pn2 {
        font-size: 13px;
    }

    .list_con {
        padding: 30px 10px;
    }

    .lian_rg {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .phomm {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        padding-left: 5%;
        box-sizing: border-box;
    }

    .lian_con {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /*.fott span {*/
    /*    color: #fff;*/
    /*    font-size: 16px;*/
    /*    text-align: center;*/
    /*    font-weight: 300;*/
    /*    padding-left: 10px;*/
    /*    padding-right: 10px;*/
    /*}*/

    .nei_xx p {
        font-size: 16px;
    }

    .ye_mmn button {
        font-size: 14px;
    }

    .lian_lf {
        width: 100%;
        padding-left: 5%;
        box-sizing: border-box;

    }

    .phomm1 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .lian_con {
        width: 100%;
    }
    .lian_lf span {
        color: #000;
        font-size: 13px;
    }
    .lian_lf a {
        color: #000;
        font-size: 13px;
        margin-left: 10px;
    }
    .lian_rg span {
        color: #000;
        font-size: 13px;
    }
}
@media (max-width: 400px){
    .hed_right ul li a {
        margin-right: 10px;
    }
    .hed_right ul li a {
        padding: 5px 3px;
    }
}

@media (min-width: 1920px) {
    .dong_lf {
        width: 50%;
    }

    .dong_rg {
        width: 50%;
    }

    .dong_c {
        justify-content: end;
    }

    .dong_mm img {
        width: 100%;
    }

    .tai_box {
        width: 100%;
    }
}

#home {
    display: inline-block;
}

.meng_cc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
}

.nei_xx .p1xx {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    text-align: center;
}

.nei_xx11 {
    margin-top: 47px;
    margin-bottom: 47px;
}

.formm {
    width: 817px;
    margin: auto;
}

.xiang_mn input {
    width: 710px;
    height: 25px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 12px;
}

.xiang_mn span {
    position: relative;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(62, 62, 62, 1);
}

.xiang_mn span i {
    color: #FF0000;
    position: absolute;
    right: -4px;
    top: -1px;
    font-size: 12px;
}

.xiang_mn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}

.xiang_mn1 {
    flex-direction: column;
    align-items: baseline;
    margin-top: 21px;
}

.xiang_mn1 p {
    font-size: 12px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: rgba(144, 144, 144, 1);
    margin-bottom: 5px;
    margin-left: 108px;
}

.an_cc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 53px;
    margin-top: 52px;
}

.chong_zz {
    width: 78px;
    height: 24px;
    background: linear-gradient(0deg, rgba(26, 179, 148, 1), rgba(58, 238, 201, 1));
    border-radius: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-right: 8px;
}

.qu_xiao {
    width: 78px;
    height: 24px;
    background: linear-gradient(0deg, rgba(229, 147, 58, 1), rgba(252, 198, 140, 1));
    border-radius: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-right: 8px;
}

.ti_iao {
    width: 79px;
    height: 24px;
    background: linear-gradient(0deg, rgba(28, 132, 198, 1), rgba(96, 185, 242, 1));
    border-radius: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.xian_lk {
    border-bottom: 1px solid #C4C2C2;
}

.xiang_mn .ipttellmore {
    width: 710px;
    height: 168px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    border-radius: 4px;
    box-sizing: border-box;
    padding-top: 7px;
    padding-left: 20px;
    resize: none
}

.liu_mk {
    position: absolute;
    right: 14px;
    top: 4px;
    font-size: 10px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: rgba(62, 62, 62, 1);
    width: 57px;
    height: 17px;
    background: linear-gradient(0deg, rgba(194, 194, 194, 1), rgba(229, 226, 226, 1));
    border-radius: 9px;
}

.xiang_mn2 {
    display: flex;
    justify-content: baseline;
}

.xiang_mn2 input {
    width: auto;
}

.jian_hh {
    width: 710px;
    height: 25px;
}

.jian_hh {
    display: flex;
    align-items: center;
}

.jian_hh span {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(62, 62, 62, 1);
}

.jian_hh span {
    margin-right: 18px;
}

.jian_hh input {
    margin-right: 7px;
}

@media (max-width: 900px) {
    .formm {
        width: 90%;
    }

    .xiang_mn input {
        width: 100%;
    }

    .xiang_mn .ipttellmore {
        width: 100%;
    }

    .jian_hh {
        width: 90%;
    }

    .xiang_mn2 input {
        width: auto;
    }

    .xiang_mn1 p {
        margin-left: 0%;
    }

    .xiang_mn {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 17px;
        flex-direction: column;
    }

    .xiang_mn span {
        margin-bottom: 10px;
    }

    .xiang_mn {
        margin-bottom: 10px;
    }

    .liu_mk {
        right: 0px;
    }
}

.help_mk {
    width: 1538px;
    margin: auto;
    margin-bottom: 50px;
}

.help_comm h2 {
    color: #3C3C3C;
    font-size: 20px;
    margin-bottom: 20px;
}

.help_comm p {
    text-indent: 2em;
    color: #3C3C3C;
    font-size: 20px;
    line-height: 53px;
}

@media (max-width: 15400px) {
    .help_mk {
        width: 100%;
    }
}

.tai_lf a {
    color: #3c3c3c;
    transition: all 0.5s ease;

}

.tai_lf a:hover {
    color: #fff;
    transition: all 0.5s ease;
}

.tai_box:hover a {
    color: #3c3c3c;
    transition: all 0.5s ease;
}

.myrow {
    display: flex;
    flex-direction: row;
    /*margin-left:1em;*/
}

.xxxx {
    height: 2px;
    background: #999999;
    margin-top: 16px;
    width: 2em;
    margin-left: 1em;
    margin-right: 1em;
}
.hed_span {
	display:none;
}
.fu_cc a {
    transition:all 0.5s ease;
  }
  .fu_cc a:hover {
      background: #0f0;
    transition:all 0.5s ease;
  }