@charset "UTF-8";
.clear::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.clear-float::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

html body {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

.header,
.footer {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.header {
    height: 50px;
    position: relative;
}

.header .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.header .content .logo {
    width: 140px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header .content .nav-wrap {
    /* float: left; */
    height: 100%;
    margin-left: 215px;
}

.header .content .nav-wrap a {
    width: 120px;
    height: 100%;
    line-height: 50px;
    font-size: 15px;
    color: #5B5B5B;
    text-align: center;
    float: left;
    position: relative;
}

.header .content .nav-wrap a:hover {
    color: #fff;
    background-color: #E60012;
}

.header .content .nav-wrap a:hover::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #84000A;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.header .content .nav-wrap .active {
    color: #fff;
    background-color: #E60012;
}

.header .content .nav-wrap .active::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #84000A;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.header .content .call-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header .content .call-wrap .number {
    /* font-size: 34px; */
    font-size: 22px;
    font-family: Impact;
    font-weight: 400;
    color: #E90101;
    text-align: center;
    vertical-align: middle;
}

.header .sub-menu-wrap .sub-menu {
    display: none;
    width: 100%;
    text-align: center;
    min-width: 1200px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 101;
    overflow: hidden;
    background: #fff;
}

.header .sub-menu-wrap .sub-menu:hover {
    display: block;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    min-height: 160px;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .tab-wrap {
    display: inline-block;
    width: 110px;
    vertical-align: top;
    position: relative;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .tab-wrap::before {
    content: "";
    width: 1px;
    height: 100px;
    background-color: #ddd;
    position: absolute;
    top: 35px;
    right: 0;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .tab-wrap .tab {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 600;
    margin: 18px 0 10px;
    padding-left: 5px;
    border-left: 3px solid transparent;
    cursor: pointer;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .tab-wrap .active {
    color: #c13939;
    border-left: 3px solid #c13939;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap {
    width: calc(100% - 120px);
    display: inline-block;
    padding: 30px 0;
    position: relative;
    margin-left: 120px;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap {
    vertical-align: top;
    display: none;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap:nth-child(1) {
    display: block;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap .list {
    padding: 0 20px;
    display: inline-block;
    width: calc((100% - 40px * 2) / 3);
    box-sizing: border-box;
    vertical-align: top;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap .list b,
.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap .list a {
    display: block;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap .list b {
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333;
    font-weight: bold;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap .list a {
    line-height: 2;
    font-size: 14px;
}

.header .sub-menu-wrap .sub-menu:nth-child(3) .resolution-case {
    padding-bottom: 20px;
}

.header .sub-menu-wrap .sub-menu:nth-child(3) .resolution-case dl {
    width: 375px;
    text-align: center;
}

.header .sub-menu-wrap .sub-menu:nth-child(3) .resolution-case dl dt {
    text-align: center;
    padding-right: 30px;
}

.header .sub-menu-wrap .sub-menu:nth-child(3) .resolution-case dl dd {
    display: inline-block;
    margin-right: 30px;
}

.header .sub-menu-wrap .sub-menu dl {
    display: inline-block;
    zoom: 1;
    margin: 0 32px;
    vertical-align: top;
}

.header .sub-menu-wrap .sub-menu dt {
    font-size: 15px;
    color: #999;
    text-align: left;
    line-height: 40px;
    height: 40px;
}

.header .sub-menu-wrap .sub-menu dt a {
    color: #999;
}

.header .sub-menu-wrap .sub-menu dd {
    text-align: left;
}

.header .sub-menu-wrap .sub-menu a {
    padding: 0;
    height: 34px;
    line-height: 34px;
    float: none;
    color: #555;
    font-size: 15px;
    border-top-color: #fff;
}

.header .sub-menu-wrap .sub-menu a:hover {
    color: #dd3730;
}

.container {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.container .banner-wrap {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.container .banner-wrap .banner-swiper-container {
    width: 100%;
    height: 100%;
}

.container .banner-wrap .banner-swiper-container .swiper-slide {
    position: relative;
}

.container .banner-wrap .banner-swiper-container .swiper-slide .banner {
    width: 100%;
    height: 100%;
}

.container .banner-wrap .banner-swiper-container .swiper-pagination-bullet-active {
    background-color: #E60012 !important;
    opacity: 1 !important;
}

.container .content .title-wrap {
    text-align: center;
}

.container .content .title-wrap .zh {
    font-size: 35px;
    font-weight: bold;
    color: #1F1F1F;
    margin-top: -32px;
}

.container .content .title-wrap .zh .red {
    color: #D7000E;
}

.container .content .more-btn {
    display: block;
    width: 118px;
    height: 33px;
    background-color: #D7000E;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    outline: 1px solid #D7000E;
}

.container .content .more-btn:hover::after {
    bottom: 0;
}

.container .content .more-btn::after {
    content: "more+";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -100%;
    z-index: 1;
    color: #D7000E;
    font-size: 18px;
    line-height: 33px;
    outline: 1px solid #D7000E;
    transition: bottom 0.5s ease-out;
}

.container .production-wrap {
    padding: 87px 0 76px;
    height: 700px;
    box-sizing: border-box;
}

.container .production-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container .production-wrap .content .descr-wrap {
    text-align: center;
    position: relative;
    margin-top: 22px;
    z-index: 1;
}

.container .production-wrap .content .descr-wrap::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E3E3E3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.container .production-wrap .content .descr-wrap p {
    width: 270px;
    height: 28px;
    font-size: 14px;
    color: #686868;
    line-height: 28px;
    border: 1px solid #DEDEDE;
    display: inline-block;
    position: relative;
    z-index: 8;
    background-color: #fff;
}

.container .production-wrap .content .descr-wrap p::before,
.container .production-wrap .content .descr-wrap p::after {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.container .production-wrap .content .descr-wrap p::before {
    left: -5px;
}

.container .production-wrap .content .descr-wrap p::after {
    right: -5px;
}

.container .production-wrap .content .swiper-wrap {
    width: 100%;
    display: inline-block;
    margin-top: 85px;
    position: relative;
}

.container .production-wrap .content .swiper-wrap .production-swiper-container {
    width: 100%;
}

.container .production-wrap .content .swiper-wrap .production-swiper-container .swiper-slide {
    width: 260px;
    display: block;
    text-align: center;
    padding-bottom: 1px;
}

.container .production-wrap .content .swiper-wrap .production-swiper-container .swiper-slide .img-wrap {
    width: 200px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    display: inline-block;
}

.container .production-wrap .content .swiper-wrap .production-swiper-container .swiper-slide .img-wrap .img {
    max-width: 200px;
    max-height: 95px;
}

.container .production-wrap .content .swiper-wrap .production-swiper-container .swiper-slide .name {
    font-size: 20px;
    color: #272727;
}

.container .production-wrap .content .swiper-wrap .production-swiper-container .swiper-slide .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
    margin: 14px 0 17px;
}

.container .production-wrap .content .swiper-wrap .production-swiper-container .swiper-slide .descr {
    font-size: 14px;
    color: #8C8C8C;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .production-wrap .content .swiper-wrap .production-swiper-container .swiper-slide .more {
    width: 77px;
    height: 26px;
    outline: 1px solid #D8D8D8;
    font-size: 14px;
    color: #717171;
    line-height: 26px;
    text-align: center;
    display: block;
    margin: 26px auto 0;
    text-transform: uppercase;
    background-color: #fff;
    box-sizing: border-box;
}

.container .production-wrap .content .swiper-wrap .production-swiper-container .swiper-slide .more:hover {
    background-color: #D7000E;
    color: #fff;
}

.container .production-wrap .content .swiper-wrap .arrow {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    z-index: 2;
    cursor: pointer;
}

.container .production-wrap .content .swiper-wrap .swiper-btn-prev {
    left: -70px;
    background: url(../images/arrow_left.png) center center no-repeat;
    background-size: contain;
}

.container .production-wrap .content .swiper-wrap .swiper-btn-prev:hover {
    transform: rotateZ(180deg);
    transform-origin: center;
    background: url(../images/arrow_right_active.png) center center no-repeat;
    background-size: contain;
}

.container .production-wrap .content .swiper-wrap .swiper-btn-next {
    right: -70px;
    transform: rotateZ(180deg);
    transform-origin: center;
    background: url(../images/arrow_left.png) center center no-repeat;
    background-size: contain;
}

.container .production-wrap .content .swiper-wrap .swiper-btn-next:hover {
    transform: rotateZ(0);
    transform-origin: center;
    background: url(../images/arrow_right_active.png) center center no-repeat;
    background-size: contain;
}


/* .container .production-wrap .content .list-wrap {
    font-size: 0;
}

.container .production-wrap .content .list-wrap .li {
    width: 260px;
    display: inline-block;
    text-align: center;
    margin-right: 53px;
    margin-top: 20px;
}

.container .production-wrap .content .list-wrap .li:nth-child(4n+4) {
    margin-right: 0;
}

.container .production-wrap .content .list-wrap .li .img-wrap {
    width: 200px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    display: inline-block;
}

.container .production-wrap .content .list-wrap .li .img-wrap .img {
    max-width: 200px;
    max-height: 95px;
}

.container .production-wrap .content .list-wrap .li .name {
    font-size: 20px;
    color: #272727;
}

.container .production-wrap .content .list-wrap .li .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
    margin: 14px 0 17px;
}

.container .production-wrap .content .list-wrap .li .descr {
    font-size: 14px;
    color: #8C8C8C;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .production-wrap .content .list-wrap .li .more {
    width: 77px;
    height: 26px;
    outline: 1px solid #D8D8D8;
    font-size: 14px;
    color: #717171;
    line-height: 26px;
    text-align: center;
    display: block;
    margin: 26px auto 0;
    text-transform: uppercase;
    background-color: #fff;
    box-sizing: border-box;
}

.container .production-wrap .content .list-wrap .li .more:hover {
    background-color: #D7000E;
    color: #fff;
} */

.container .solution-wrap {
    background-color: #F8F8F8;
}

.container .solution-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 80px 0 70px;
}

.container .solution-wrap .content .title-wrap .zh {
    position: relative;
}

.container .solution-wrap .content .title-wrap .zh::before,
.container .solution-wrap .content .title-wrap .zh::after {
    content: "";
    width: calc((100% - 140px - 10px) / 2);
    height: 1px;
    background-color: #E1E1E1;
    position: absolute;
    bottom: 0;
}

.container .solution-wrap .content .title-wrap .zh::before {
    left: 0;
}

.container .solution-wrap .content .title-wrap .zh::after {
    right: 0;
}

.container .solution-wrap .content .tab-wrap {
    text-align: center;
    margin-top: 30px;
}

.container .solution-wrap .content .tab-wrap .tab {
    display: inline-block;
    width: 112px;
    height: 36px;
    border: 1px solid #9A9A9A;
    font-size: 20px;
    color: #6A6A6A;
    line-height: 36px;
    text-align: center;
}

.container .solution-wrap .content .tab-wrap .tab:nth-child(1) {
    margin-right: 15px;
}

.container .solution-wrap .content .tab-wrap .active {
    color: #fff;
    background-color: #D7000E;
    border-color: #D7000E;
}

.container .solution-wrap .content .list-wrap {
    margin-top: 25px;
    font-size: 0;
    text-align: center;
}

.container .solution-wrap .content .list-wrap .li {
    width: 297px;
    margin: 17px 4px 0 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.container .solution-wrap .content .list-wrap .li:nth-child(2) {
    margin: 0 30px;
}

.container .solution-wrap .content .list-wrap .li:hover .img-wrap .img {
    transform: scale(1.1);
}

.container .solution-wrap .content .list-wrap .li:hover .descr {
    opacity: 0;
}

.container .solution-wrap .content .list-wrap .li:hover .mask {
    top: 0;
}

.container .solution-wrap .content .list-wrap .li:nth-child(4n+4) {
    margin-right: 0;
}

.container .solution-wrap .content .list-wrap .li .img-wrap {
    display: inline-block;
    width: 100%;
    height: 192px;
    position: relative;
    overflow: hidden;
    line-height: 192px;
}

.container .solution-wrap .content .list-wrap .li .img-wrap .img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    /*    position: absolute;
    top: 50%;
    left: 50%;
    margin: -96px 0 0 -96px; */
    transition: all 0.5s ease-in-out;
}

.container .solution-wrap .content .list-wrap .li .descr {
    font-size: 18px;
    color: #828282;
    padding: 18px 0;
    text-align: center;
    transition: opacity 0.5s ease-in-out;
}

.container .solution-wrap .content .list-wrap .li .mask {
    width: 100%;
    height: 192px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.27);
    box-sizing: border-box;
    padding: 50px 0 0 0;
    transition: top 0.5s ease-in-out;
}

.container .solution-wrap .content .list-wrap .li .mask .text {
    font-size: 34px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
}

.container .solution-wrap .content .list-wrap .li .mask .circle {
    width: 36px;
    height: 36px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    margin: 15px 0 25px;
}

.container .solution-wrap .content .list-wrap .li .mask .mask-descr {
    width: 278px;
    height: 40px;
    background-color: #D7000E;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.container .solution-wrap .content .more-btn {
    margin: 40px auto 0;
}

.container .about-us-wrap {
    height: 666px;
    background: url(../images/bg.png) center center no-repeat;
}

.container .about-us-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container .about-us-wrap .content .img {
    margin: 160px 60px 0 0;
}

.container .about-us-wrap .content .text-wrap {
    float: right;
    width: 571px;
    margin-top: 295px;
}

.container .about-us-wrap .content .text-wrap .text {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 30px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .about-us-wrap .content .text-wrap .more-btn {
    margin-top: 30px;
}

.container .qualification-wrap {
    background-color: #F3F3F3;
    padding: 90px 0 80px;
}

.container .qualification-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container .qualification-wrap .content .title-wrap .zh {
    position: relative;
}

.container .qualification-wrap .content .title-wrap .zh::before,
.container .qualification-wrap .content .title-wrap .zh::after {
    content: "";
    width: calc((100% - 140px - 10px) / 2);
    height: 1px;
    background-color: #E1E1E1;
    position: absolute;
    bottom: 0;
}

.container .qualification-wrap .content .title-wrap .zh::before {
    left: 0;
}

.container .qualification-wrap .content .title-wrap .zh::after {
    right: 0;
}

.container .qualification-wrap .content .list-wrap {
    margin-top: 45px;
    font-size: 0;
}

.container .qualification-wrap .content .list-wrap .li {
    width: 280px;
    display: inline-block;
    margin-right: 26px;
}

.container .qualification-wrap .content .list-wrap .li:nth-child(4n+4) {
    margin-right: 0;
}

.container .qualification-wrap .content .list-wrap .li:hover .img-wrap {
    border-color: #D7000E;
}

.container .qualification-wrap .content .list-wrap .li:hover .descr {
    background-color: #D7000E;
}

.container .qualification-wrap .content .list-wrap .li .img-wrap {
    display: inline-block;
    width: 100%;
    height: 350px;
    overflow: hidden;
    box-sizing: border-box;
    border: 3px solid #CCCCCC;
}

.container .qualification-wrap .content .list-wrap .li .img-wrap .img {
    width: 100%;
    height: 100%;
}

.container .qualification-wrap .content .list-wrap .li .descr {
    width: 280px;
    height: 42px;
    background-color: #A7A7A7;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin-top: 6px;
    transition: all 0.5s ease-in-out;
}

.container .qualification-wrap .content .more-btn {
    margin: 42px auto 0;
}

.container .news-wrap {
    background-color: #fff;
    padding: 80px 0 90px;
}

.container .news-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container .news-wrap .content .title-wrap .zh {
    position: relative;
}

.container .news-wrap .content .title-wrap .zh::before,
.container .news-wrap .content .title-wrap .zh::after {
    content: "";
    width: calc((100% - 140px - 10px) / 2);
    height: 1px;
    background-color: #E1E1E1;
    position: absolute;
    bottom: 0;
}

.container .news-wrap .content .title-wrap .zh::before {
    left: 0;
}

.container .news-wrap .content .title-wrap .zh::after {
    right: 0;
}

.container .news-wrap .content .list-wrap {
    font-size: 0;
    margin-top: 30px;
}

.container .news-wrap .content .list-wrap .news {
    display: inline-block;
    width: 581px;
    height: 106px;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-top: 23px;
    margin-right: 38px;
    transition: box-shadow 0.5s ease-in-out;
}

.container .news-wrap .content .list-wrap .news:hover {
    box-shadow: 0px 0px 15px 1px rgba(108, 108, 108, 0.19);
}

.container .news-wrap .content .list-wrap .news:hover .time-wrap {
    background-color: #D7000E;
}

.container .news-wrap .content .list-wrap .news:nth-child(2n+2) {
    margin-right: 0;
}

.container .news-wrap .content .list-wrap .news .time-wrap {
    display: inline-block;
    width: 114px;
    height: 100%;
    background-color: #474747;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
    vertical-align: top;
    transition: all 0.5s ease-in-out;
}

.container .news-wrap .content .list-wrap .news .time-wrap .day {
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.container .news-wrap .content .list-wrap .news .time-wrap .year {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.container .news-wrap .content .list-wrap .news .text-wrap {
    width: 467px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 25px 0 20px;
}

.container .news-wrap .content .list-wrap .news .text-wrap .title {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4B4A4A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .news-wrap .content .list-wrap .news .text-wrap .text {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A8A8A8;
    line-height: 18px;
    margin-top: 10px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .news-wrap .content .more-btn {
    margin: 50px auto 0;
}

.footer {
    height: 240px;
    background-color: #2D2D2D;
    color: #fff;
    position: relative;
}

.footer .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.footer .content .title-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer .content .phone-wrap {
    position: absolute;
    top: 50%;
    left: 195px;
    transform: translateY(-50%);
}

.footer .content .phone-wrap .title .icon {
    vertical-align: top;
}

.footer .content .phone-wrap .title .zh {
    font-size: 15px;
    color: #FFFFFF;
}

.footer .content .phone-wrap .title .en {
    font-size: 15px;
    color: #FFFFFF;
    opacity: 0.21;
}

.footer .content .phone-wrap .p-1 {
    font-size: 15px;
    color: #FF0011;
    text-indent: 8px;
    /* font-weight: bold; */
}

.footer .content .phone-wrap .p-2 {
    font-size: 15px;
    margin-top: 6px;
}

.footer .content .email-addr-wrap {
    width: 400px;
    position: absolute;
    top: 50%;
    right: 260px;
    transform: translateY(-50%);
}

.footer .content .email-addr-wrap p {
    font-size: 15px;
}

.footer .content .email-addr-wrap p span {
    color: #9ba0ac;
}

.footer .content .email-addr-wrap .p-2 {
    margin: 10px 0 15px;
}

.footer .content .email-addr-wrap .p-2 .label {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.footer .content .email-addr-wrap .p-2 .addr {
    display: inline-block;
    width: 80%;
}

.footer .content .email-addr-wrap .p-3 {
    color: #9ba0ac;
    font-size: 12px;
}

.footer .content .email-addr-wrap .p-3 a {
    color: #9ba0ac;
}

.footer .content .qr-code-img {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


/*悬浮*/

.float {
    width: 200px;
    position: fixed;
    right: -150px;
    transition: all 0.5s;
    top: 20%;
    z-index: 100;
}

.float ul li {
    position: relative;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    background: #E60012;
    border-radius: 5px;
    margin-bottom: 3px;
    cursor: pointer;
}

.float ul li span {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.float ul li .iconfont {
    color: #FFFFFF;
    font-size: 30px;
}

.float ul li .icon-huidingbu {
    font-size: 20px !important;
}

.float ul li p {
    font-size: 18px;
    color: #FFFFFF;
}

.float ul li .wx {
    width: 90px;
    height: 0px;
    margin-left: 60px;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.5s;
}

.float:hover {
    right: 0;
}

.float:hover .wx {
    height: 90px;
    padding-bottom: 10px;
}