﻿@charset 'utf-8';

/**************************************** Base 开始 ****************************************/

.cll {
    color: #e70012;
}


/*header 开始*/

.header .logo {
    /*line-height: 117px;*/
}

.header .head-top {
    height: 117px;
}

.header .head-top .head-con {
    padding-top: 37px;
}

.header .head-top .head-con .t1 {
    line-height: 46px;
}

.header .head-top .head-con .t1 em {
    color: #de3c34;
}

.header .head-top .head-con .search-w .search-btn {
    width: 20px;
    height: 20px;
    background: url(../images/icon/25.png) no-repeat center;
}

.header .head-top .head-con .search-w .search {
    width: 262px;
    height: 46px;
    line-height: 46px;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.header .head-top .head-con .search-w .search .txt {
    float: left;
    width: calc(100% - 55px);
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    background: transparent;
}

.header .head-top .head-con .search-w .search .btn {
    float: left;
    width: 55px;
    height: 46px;
    line-height: 46px;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
}

.header .head-top .head-con .search-w .search2 {
    border-radius: inherit;
}

.header .head-top .head-con .search-w .search2 .txt {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.header .head-top .head-con .search-w .search2 .btn {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.header .head-top .head-con .search-w .bottom {
    margin: 10px 0 0 10px;
    font-size: 12px;
}

.header .head-top .head-con .search-w .bottom .tt1 {
    color: #bab9b9;
}

.header .head-top .head-con .search-w .bottom a {
    color: #7a7a7a;
    margin-left: 15px;
}

.header .head-top .head-con .head-share a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #666;
    margin: 0 7px 0 0 !important;
}

.header .head-top .head-con .head-share .a1 {
    background: url(../images/a1.png);
}

.header .head-top .head-con .head-share .a2 {
    background: url(../images/a2.png);
}

.header .head-top .head-con .head-share .a3 {
    background: url(../images/a3.png);
}

.header .head-top .head-con .head-share .a3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.header .head-top .head-con .head-share .a3:hover .img {
    display: block;
}

.header .head-top .head-con .head-share .a3 .img {
    display: none;
    position: absolute;
    z-index: 9;
    top: 55px;
    right: 0;
    width: 112px;
    height: 112px;
    padding: 5px;
    border: 1px solid #e1d6d9;
    background: #fff;
}

.header .nav {
    background: #eee;
    /*  border-bottom: 2px solid #e70012;*/
}

.header .nav ul li {
    /*width: 10%;*/
    float: left;
    text-align: center;
    position: relative;
}

.header .nav ul li .secrel {
    display: none;
    width: 180px;
    margin-left: -90px;
    position: absolute;
    left: 50%;
    top: 75px;
    background: #fff;
    border-top: 3px solid #e60012;
    z-index: 3;
}

.header .nav ul li .secrel a {
    display: block;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.header .nav ul li h2 a {
    display: block;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    padding: 0 13px;
}

.header .nav ul li h2 a:hover {
    background: #ae0002;
    color: #fff;
}

@media (min-width: 1200px) {
    .mw800 {
        width: 800px;
        margin: 20px auto;
    }
}

@media (max-width: 1199px) {
    .mw800 {
        margin: 20px auto;
        height: 40px;
        overflow: hidden;
    }
    .footer {
        padding: 0 10px;
    }
    .footer .foot-l {
        padding: 0;
        float: none;
    }
    .footer .foot-l .pt25 {
        display: none;
    }
    .footer .foot-l .copright {
        text-align: center;
        line-height: 45px;
        font-size: .29rem;
    }
    .footer .foot-l .copright span {
        display: none;
    }
    .footer .foot-r {
        display: none;
    }
}

@media (max-width: 991px) {
    .btn-nav-wrap {
        display: block;
    }
    .header .head-top {
        height: 1.2rem;
        border-bottom: 1px solid #ccc;
    }
    .header .head-top .head-con {
        display: none;
    }
    .header {
        height: 1.2rem;
    }
    .header .logo {
        line-height: 1.2rem;
    }
    .header .logo img {
        height: 1rem;
    }
    .header .nav {
        display: none;
        /*   top: 1.2rem;*/
        /*top: 0.4rem;*/
        top: 0.8rem;
        z-index: 999;
        width: 100%;
        border-bottom: none;
        background: #fff;
        position: absolute;
    }
    .header .nav ul {
        padding: 0 10px;
        overflow: auto;
    }
    .header .nav ul li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    .header .nav ul li:nth-child(odd) {
        -webkit-animation: slideInLeft .7s both;
        animation: slideInLeft .7s both;
    }
    .header .nav ul li:nth-child(even) {
        -webkit-animation: slideInRight .7s both;
        animation: slideInRight .7s both;
    }
    .header .nav ul li h2 a {
        height: 45px;
        line-height: 45px;
    }
    .header .nav ul li .secrel {
        width: 100%;
        left: 0;
        margin-left: 0;
        position: relative;
        top: 0;
    }
}

.footer {
    background: #072e54;
    color: #b8b8b8;
}

.footer .foot-l .copright {
    color: #7e7e7e;
}

.footer .foot-l .copright em {
    color: #b8b8b8;
}

.footer .foot-r dl dt {
    width: 20px;
    font-size: 12px;
}

.footer .foot-r dl dd {
    width: 75px;
    height: 75px;
}


/**************************************** Base 结束 ****************************************/

.i-main .i-about,
.i-main .i-about,
.i-main .i-news,
.i-main .i-pro,
.i-main .i-case {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.i-main .i-more {
    width: 158px;
    height: 28px;
    line-height: 26px;
    color: #898989;
    border: 1px solid #e2e2e2;
    text-indent: 15px;
    margin: 0 auto;
    background: url(../images/more1.png) no-repeat 103px center;
}

.i-main .i-tt1 em {
    color: #c6c6c6;
    position: relative;
}

.i-main .i-tt1 em::after,
.i-main .i-tt1 em::before {
    position: absolute;
    top: 50%;
    content: '';
    width: 72px;
    height: 1px;
    background: #c9c9c9;
}

.i-main .i-tt1 em::before {
    left: -77px;
}

.i-main .i-tt1 em::after {
    right: -77px;
}

.i-main .i-about {
    background-image: url(../images/bg1.jpg);
    padding: .77rem 0 .9rem 0;
}

.i-main .i-about .i-more {
    margin: 0 auto .77rem auto;
}

.i-main .i-about .box1 h3 {
    text-align: center;
    color: #404040;
}

.i-main .i-about .box1 h3::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 58px;
    height: 4px;
    margin-left: -29px;
    background: #e70012;
}

.i-main .i-about .box1 .txt {
    color: #686868;
}

.i-main .i-about .i-guide {
    display: table;
    margin: 0 auto;
}

.i-main .i-about .i-guide a {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    border: 1px solid #b6b6b6;
    text-align: center;
    margin-left: .24rem;
}

.i-main .i-about .i-guide a:first-child {
    margin-left: 0;
}

.i-main .i-about .i-guide a:hover {
    border-color: #e70012;
}

.i-main .i-about .i-guide a:hover .img1 {
    display: none;
}

.i-main .i-about .i-guide a:hover .img2 {
    display: block;
}

.i-main .i-about .i-guide a .img {
    height: 86px;
    line-height: 98px;
}

.i-main .i-news {
    background-image: url(../images/bg2.jpg);
    padding: .6rem 0 1.2rem 0;
}

.i-main .i-news .album-wrap .gallery-top {
    float: left;
    position: relative;
}

.i-main .i-news .album-wrap .gallery-top .con {
    height: 420px;
}

.i-main .i-news .album-wrap .gallery-top .con a {
    width: 100%;
    height: 100%;
}

.i-main .i-news .album-wrap .gallery-top .con .info {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .2rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.i-main .i-news .album-wrap .gallery-top .swiper-wrapper .swiper-slide,
.i-main .i-news .album-wrap .gallery-thumbs .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: auto;
}

.i-main .i-news .album-wrap .gallery-thumbs {
    height: 420px;
    padding: 27px 30px 27px 30px;
}

.i-main .i-news .album-wrap .gallery-thumbs .swiper-slide {
    padding-top: 10px;
}

.i-main .i-news .album-wrap .gallery-thumbs .swiper-slide .info .date {
    position: relative;
    width: 120px;
}

.i-main .i-news .album-wrap .gallery-thumbs .swiper-slide .info .date::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 2px;
    height: 100%;
    background: #ddd;
}

.i-main .i-news .album-wrap .gallery-thumbs .swiper-slide .info .txt {
    width: calc(100% - 120px);
    /*color: #fff;*/
    /*  color: #363636;*/
}

.i-main .i-news .album-wrap .gallery-thumbs .swiper-slide .info .txt div {
    /*color: #d6d6d6;*/
    /*  color: #656565;*/
}

.i-main .i-news .album-wrap .gallery-thumbs .swiper-slide-active .info {
    color: #ffffff !important;
    background: #c7000a;
}

.i-main .i-news .album-wrap .gallery-thumbs .swiper-slide-active .sdcf1,
.i-main .i-news .album-wrap .gallery-thumbs .swiper-slide-active .sdcf2 {
    color: #fff;
}

.i-main .i-news .album-wrap .gallery-thumbs .swiper-slide-active .info .date::after {
    display: none;
}

.i-main .i-news .album-wrap .swiper-button-next,
.i-main .i-news .album-wrap .swiper-button-prev {
    width: calc(100% - 60px) !important;
    left: .3rem;
    height: 27px !important;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center;
}

.i-main .i-news .album-wrap .swiper-button-prev {
    top: inherit;
    bottom: 0;
    background-image: url(../images/s_b.png) !important;
}

.i-main .i-news .album-wrap .swiper-button-next {
    top: 0;
    margin: 0;
    background-image: url(../images/s_t.png) !important;
    background-color: #d4dadf;
}

.i-main .i-news .album-wrap .gallery-thumbs .swiper-wrapper .swiper-slide {
    cursor: pointer;
    height: 420px;
}

.i-main .i-news .album-bottom {
    height: 285px;
    background: #efefef;
}

.i-main .i-news .album-bottom ul {
    display: table;
    margin: 0 auto;
}

.i-main .i-news .album-bottom ul li {
    float: left;
    width: 156px;
    height: 206px;
    text-align: center;
    background: url(../images/4.jpg);
    background: red;
    font-size: 16px;
    color: #fff;
    margin-left: 60px;
}

.i-main .i-news .album-bottom ul li:first-child {
    margin: 0;
}

.i-main .i-news .album-bottom ul li a {
    padding-top: 130px;
}

.i-main .i-news .album-bottom ul li h3 {
    padding: 0 10px;
    height: 55px;
    font-size: 16px;
    overflow: hidden;
}

.i-main .i-pro {
    /*  background-image: url(../images/bg3.jpg);*/
    padding: .55rem 0 .7rem 0;
}

.i-main .i-pro .list {
    margin: .65rem 0 1.1rem 0;
}

.i-main .i-pro .list .item {
    width: 23.7%;
    height: 285px;
    float: left;
    margin: 0 7px;
}

.i-main .i-pro .list .item:hover .info {
    top: 0;
}

.i-main .i-pro .list .item .info {
    top: 285px;
    left: 0;
    background: rgba(231, 0, 18, 0.73);
}

.i-main .i-pro .list .item .info h4 {
    margin: 105px 0 25px 0;
}

.i-main .i-pro .list .item .info .icon {
    margin: 0 auto;
    width: 41px;
    height: 41px;
    background: url(../images/1.png) no-repeat center;
}

.i-main .i-pro .bx-wrapper .bx-pager {
    bottom: -0.57rem;
}

.i-main .i-pro .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

.i-main .i-pro .bx-wrapper .bx-pager.bx-default-pager a.active,
.i-main .i-pro .bx-wrapper .bx-pager.bx-default-pager a:focus,
.i-main .i-pro .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #e70012;
}

.i-main .i-case .i-tt1 span {
    color: #404040;
}

.i-main .i-case .i-tt1 em {
    color: #888;
}

.i-main .i-case .list li .item:hover .info {
    opacity: 1;
}

.i-main .i-case .list li .item .img {
    height: 560px;
}

.i-main .i-case .list li .item .info {
    opacity: 0;
    top: 0;
    left: 0;
    background: #ccc;
    background: rgba(231, 0, 18, 0.73);
    padding: 13px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.i-main .i-case .list li .item .info .box {
    border: 1px solid #fff;
}

.i-main .i-case .list li .item .info .box h4 {
    font-size: 23px;
    position: relative;
    padding-top: 140px;
}

.i-main .i-case .list li .item .info .box .txt {
    position: relative;
    padding: 1rem 0 .3rem 0;
}

.i-main .i-case .list li .item .info .box .txt::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 25px;
    width: 1px;
    height: 41px;
    background: #fff;
}

.i-main .i-case .list li .item .info .box .txt .li25 {
    height: 100px;
    overflow: hidden;
}

.i-main .i-case .list li .item .info .box a {
    width: 170px;
    height: 43px;
    text-align: left;
    text-indent: 30px;
    line-height: 43px;
    color: #e70012;
    background: #fff url(../images/more2.png) no-repeat 111px center;
}

.i-main .i-case .bx-wrapper .bx-controls-direction a {
    width: 67px;
    height: 67px;
    margin-top: -33.5px;
}

.i-main .i-case .bx-wrapper .bx-prev {
    background: url(../images/s_l.png) no-repeat center;
}

.i-main .i-case .bx-wrapper .bx-next {
    background: url(../images/s_r.png) no-repeat center;
}

.i-main .i-add {
    background-image: url(../images/bg4.jpg);
}

.i-main .i-add form .txt,
.i-main .i-add form textarea {
    border: 1px solid #d8d8d8;
}

.i-main .i-add form .txt {
    width: calc(50% - 5px);
    height: 42px;
    line-height: 40px;
}

.i-main .i-add form textarea {
    width: 100%;
    height: 100px;
    padding: .1rem;
}

.i-main .i-add form .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: #ec1324;
}

.i-main .i-add ul li {
    padding-left: .48rem;
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #7b7b7b;
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #e8e1e2;
}


/**************************************** 内页 开始 ****************************************/

.banner {
    position: relative;
    height: 495px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner .mauto {
    text-align: right;
    padding-top: 1.15rem;
}

.banner .mauto strong {
    font-size: 34px;
}

.banner .mauto span {
    position: relative;
}

.banner .mauto span::after {
    position: absolute;
    right: 0;
    bottom: -50%;
    content: '';
    width: 47px;
    height: 5px;
    background: #e70012;
}

@media (max-width: 1199px) {
    .banner {
        height: 3.1rem;
    }
    .banner .mauto {
        padding-right: .3rem;
    }
    .banner .mauto strong {
        font-size: .5rem;
    }
    .banner .mauto span {
        font-size: .4rem;
    }
    .header {
        margin-top: 0;
        height: 0.4rem;
    }
    .mauto {
        max-width: 96%;
        margin: 0 auto;
    }
    .ha {
        width: 85%;
        background: #ae0002;
        border-radius: 8px 8px 0 0;
    }
    .nav {
        top: 0.4rem;
    }
    .logo {
        display: none;
    }
    .ha1.mr20 {
        margin-right: 0.1rem;
    }
}

.main .menu ul {
    background: #ebebeb;
    height: 60px;
    line-height: 60px;
}

.main .menu ul li {
    display: inline-block;
}

.main .menu ul li.cur a::after,
.main .menu ul li:hover a::after {
    width: 100%;
}

.main .menu ul li a {
    position: relative;
    font-size: 15px;
    margin: 0 15px;
}

.main .menu ul li a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #e70012;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}

.main .news-list li {
    border: 1px solid #e0e0e0;
    padding: .2rem .15rem;
    margin-bottom: .2rem;
}

.main .news-list li:hover .info h3 {
    color: #c8000a;
}

.main .news-list li:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-color: #c8000a;
}

.main .news-list li:hover .info .date .fr {
    background-color: #c8000a;
}

.main .news-list li .img {
    width: 300px;
    height: 200px;
}

.main .news-list li .info {
    width: calc(100% - 300px);
}

.main .news-list li .info .els2 {
    height: 48px;
    overflow: hidden;
}

.main .news-list li .info .date .fr {
    width: 32px;
    height: 32px;
    background-color: #ccc;
    border-radius: 50%;
    background-image: url(../images/icon/2.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-0.1rem);
    -moz-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    -o-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
}

.main .news-info {
    border: 1px solid #dfdfdf;
}

.main .news-info .tt1 {
    border-bottom: 1px dashed #dedede;
}

.main .join-list .join-head {
    line-height: 53px;
    background: #e70012;
    color: #fff;
}

.main .join-list .join-head li {
    float: left;
    display: inline-block;
    font-weight: bold;
    width: 20%;
    text-align: center;
}

.main .join-list .join-body {
    margin-bottom: 5px;
}

.main .join-list .join-body li {
    float: left;
    display: inline-block;
    text-align: center;
    width: 20%;
    height: 53px;
    line-height: 53px;
    background-color: #ebebeb;
}

.main .join-list .join-body li.btn {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/join_1.png);
    cursor: pointer;
}

.main .join-list .join-body li.btn.cur {
    background-image: url(../images/join_2.png);
}

.main .join-list .join-body .txt {
    background: #f6f6f6;
    border: 1px solid #ebebeb;
}

.main .pro-list .pro-menu {
    margin-left: 10px;
    padding-bottom: 135px;
    width: 232px;
    width: 222px;
    border: 1px solid #ececec;
    background: #f8f8f8;
}

.sdcf1 {
    color: #363636;
}

.sdcf2 {
    color: #656565;
}

.7c7c7c {
    color: #7c7c7c;
}

.main .pro-list .pro-menu .tt1 {
    position: relative;
    width: 210px;
    height: 40px;
    line-height: 40px;
    background: #da000c;
    margin-left: -10px;
    margin-top: 40px;
    padding: 0 .45rem;
}

.main .pro-list .pro-menu .tt1::after {
    position: absolute;
    left: 0;
    bottom: -7px;
    content: '';
    width: 10px;
    height: 7px;
    background: url(../images/pro_menu_icon.png) no-repeat center;
}

.main .pro-list .pro-menu ul {
    padding-top: .4rem;
}

.main .pro-list .pro-menu ul li {
    padding: 0 .4rem;
    margin-bottom: .3rem;
}

.main .pro-list .pro-menu ul li.cur a,
.main .pro-list .pro-menu ul li:hover a {
    color: #da000c;
    background: url(../images/pro_a2.png) no-repeat left center;
}

.main .pro-list .pro-menu ul li a {
    padding-left: 15px;
    font-size: 15px;
    background: url(../images/pro_a1.png) no-repeat left center;
}

.main .pro-list .pro-menu ul li a .img {
    height: 2.85rem;
}

.main .pro-list .list {
    padding-left: 4.5%;
    width: calc(100% - 232px);
}

.main .pro-list .list ul {
    margin-left: -2.5%;
}

.main .pro-list .list ul li {
    padding-left: 2.5%;
    margin-bottom: .2rem;
}

.main .pro-list .list ul li:hover a {
    border-color: #e70012;
}

.main .pro-list .list ul li:hover a h3 {
    background: #e70012;
    color: #fff;
}

.main .pro-list .list ul li a {
    border: 1px solid #ebebeb;
}

.main .pro-list .list ul li a .img {
    height: 2.86rem;
}

.main .pro-list .list ul li a h3 {
    height: 45px;
    line-height: 45px;
    background: #ebebeb;
}

.main .pro-info .pro-l {
    width: 530px;
}

.main .pro-info .pro-l .pro-detail-slider li img {
    width: 100%;
    height: 435px;
    max-width: 100%;
}

.main .pro-info .pro-l .bx-wrapper {
    border: 1px solid #e1e1e1;
}

.main .pro-info .pro-l .bx-pager-wrap {
    position: relative;
    height: 68px;
    margin: 20px auto 0;
    overflow: hidden;
}

.main .pro-info .pro-l .bx-pager-wrap .bx-pager {
    width: 1000%;
    position: absolute;
}

.main .pro-info .pro-l .bx-pager-wrap .bx-pager a {
    float: left;
    margin: 0 5px;
    width: 68px;
    height: 68px;
    border: 1px solid #d2d2d2;
}

.main .pro-info .pro-l .bx-pager-wrap .bx-pager a.active {
    border-color: #e70012;
}

.main .pro-info .pro-l .sl-control div {
    width: 30px;
    height: 68px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.main .pro-info .pro-l .sl-prev {
    left: 0;
    background: url(../images/pro_sl.png) no-repeat center;
}

.main .pro-info .pro-l .sl-next {
    right: 0;
    background: url(../images/pro_sr.png) no-repeat center;
}

.main .pro-info .pro-r {
    width: calc(100% - 530px);
    padding-left: 3.7%;
}

.main .pro-info .pro-r .tt1 {
    height: 80px;
    line-height: 80px;
    color: #e70012;
    border-bottom: 1px solid #ebebeb;
}

.main .pro-info .pro-con ul {
    background: #ededed;
}

.main .pro-info .pro-con ul li {
    position: relative;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ededed;
}

.main .pro-info .pro-con ul li::after {
    display: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c8000b;
}

.main .pro-info .pro-con ul li.cur {
    background: #fff;
    color: #c8000b;
}

.main .pro-info .pro-con ul li.cur::after {
    display: block;
}

.main .case-list ul {
    margin-left: -0.5rem;
}

.main .case-list ul li {
    padding-left: .5rem;
    margin-bottom: .5rem;
}

.main .case-list ul li a {
    border: 1px solid #e3e2e2;
    padding: 9px;
}

.main .case-list ul li a:hover {
    background: #e70012;
    color: #fff;
}

.main .case-list ul li a .img {
    height: 405px;
}

.main .case-list ul li a h3 {
    height: 45px;
    line-height: 55px;
}

.main .message form {
    width: 790px;
    margin: 0 auto;
}

.main .message form .txt,
.main .message form textarea {
    border: 1px solid #ebebeb;
    background: #fafafa;
}

.main .message form .txt {
    width: 48.4%;
    height: 56px;
}

.main .message form textarea {
    width: 100%;
    height: 187px;
}

.main .message form .btn input {
    width: 280px;
    height: 56px;
    border: 1px solid #e70012;
    line-height: 54px;
    color: #e70012;
    background: transparent;
    cursor: pointer;
}

.vv {
    visibility: visible !important;
    opacity: 1;
}

.vh {
    opacity: 0;
    visibility: hidden !important;
}

.fix_case {
    width: 1225px;
    height: 680px;
    background: #fff;
    margin: 0 auto;
    padding: 27px;
}

.fix_case li .img {
    width: 536px;
    height: 623px;
}

.fix_case li .info {
    width: calc(100% - 536px);
    padding-left: 5%;
    text-align: left;
    height: 623px;
}

.fix_case li .info h3 {
    font-size: 23px;
    padding: .6rem 0 .35rem 0;
    color: #e70012;
}

.fix_case li .info .li30 {
    height: calc(100% - 127px);
    overflow: auto;
}

.fix_case .bx-wrapper .bx-controls-direction a {
    width: 130px;
    height: 55px;
    background-color: #ededed;
}

.fix_case .bx-wrapper .bx-prev {
    top: inherit;
    left: inherit;
    right: 140px;
    bottom: 0;
    background: url(../images/s_l1.png) no-repeat center;
}

.fix_case .bx-wrapper .bx-next {
    top: inherit;
    bottom: 0;
    background: url(../images/s_r1.png) no-repeat center;
}

.in-page {
    line-height: .3rem;
    color: #666;
}

.in-page a {
    padding: 0 .1rem;
    background: #e3e3e3;
}

.in-page a:hover {
    color: #fff;
    background: #e70012;
}

.zoomDiv {
    z-index: 999;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

.zoomDiv .bigimg {
    max-width: initial;
}

.zoomMask {
    position: absolute;
    background: #fff;
    opacity: .5;
    cursor: move;
    z-index: 1;
    width: 100px;
    height: 100px;
}


/*******************************************************************************/


/**************************************** 弹出层****************************************/

.noscroll,
.noscroll body {
    height: 100%;
    overflow: hidden;
}

.fix-wrap {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.fix-wrap .po-auto {
    display: table;
    width: 100%;
    height: 100%;
}

.fix-wrap .hide {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 25px;
    right: 5%;
    top: 1%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #090908;
    background-image: url(../images/hide.png);
    border-radius: 50%;
    -webkit-transition: all 8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.fix-wrap .hide:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(180deg);
}

.fix-wrap .video-w video {
    width: 55%;
    height: 55%;
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 750px) {
    .fix-wrap .video-w video {
        width: 90%;
        height: 50%;
    }
}

.fix-wraps {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.fix-wraps .po-auto {
    display: table;
    width: 100%;
    height: 100%;
}

.fix-wraps .hide {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 25px;
    right: 5%;
    top: 1%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #090908;
    background-image: url(../images/hide.png);
    border-radius: 50%;
    -webkit-transition: all 8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.fix-wraps .hide:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(180deg);
}

.fix-wraps .video-w video {
    width: 55%;
    height: 55%;
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 750px) {
    .fix-wraps .video-w video {
        width: 90%;
        height: 50%;
    }
}


/**手机端-菜单样式*****************************************************************************/

@media (max-width: 1199px) {
    .btn-nav-wrap {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: auto;
        border: 0;
    }
    .btn-nav-wrap .btn-nav {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0 10px;
        background: transparent;
        border: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        z-index: 888;
    }
    .btn-nav-wrap .btn-nav::focus {
        outline: 0;
    }
    .btn-nav-wrap .btn-nav .icon-bar {
        display: block;
        margin: 4px 0;
        width: 30px;
        height: 3px;
        background-color: #fff;
    }
    .btn-nav-wrap .btn-nav:hover .icon-bar {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all 0.3s ease;
    }
    .btn-nav-wrap .animated {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .btn-nav-wrap .animated .icon-bar {
        z-index: 888;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #fff;
    }
    .btn-nav-wrap .animated .top {
        -webkit-transform: translateY(10px) rotateZ(45deg);
        -moz-transform: translateY(10px) rotateZ(45deg);
        -ms-transform: translateY(10px) rotateZ(45deg);
        -o-transform: translateY(10px) rotateZ(45deg);
        transform: translateY(10px) rotateZ(45deg);
    }
    .btn-nav-wrap .animated .middle {
        width: 0;
    }
    .btn-nav-wrap .animated .bottom {
        -webkit-transform: translateY(-5px) rotateZ(-45deg);
        -moz-transform: translateY(-5px) rotateZ(-45deg);
        -ms-transform: translateY(-5px) rotateZ(-45deg);
        -o-transform: translateY(-5px) rotateZ(-45deg);
        transform: translateY(-5px) rotateZ(-45deg);
    }
}

@media (max-width: 768px) {
    .btn-nav-wrap .btn-nav.animated .top {
        -webkit-transform: translateY(7px) rotateZ(45deg);
        -moz-transform: translateY(7px) rotateZ(45deg);
        -ms-transform: translateY(7px) rotateZ(45deg);
        -o-transform: translateY(7px) rotateZ(45deg);
        transform: translateY(7px) rotateZ(45deg);
    }
    .btn-nav-wrap .btn-nav.animated .middle {
        width: 0;
    }
    .btn-nav-wrap .btn-nav.animated .bottom {
        -webkit-transform: translateY(-5px) rotateZ(-45deg);
        -moz-transform: translateY(-5px) rotateZ(-45deg);
        -ms-transform: translateY(-5px) rotateZ(-45deg);
        -o-transform: translateY(-5px) rotateZ(-45deg);
        transform: translateY(-5px) rotateZ(-45deg);
    }
    .btn-nav-wrap .btn-nav .icon-bar {
        display: block;
        margin: 3px 0;
        width: 25px;
        height: 3px;
    }
}


/**/

.ha1 {
    background-size: 18px 14px;
    display: inline-block;
    background-position: 0 center !important;
}

@media (min-width: 1200px) {
    .ha {
        height: 40px;
        line-height: 40px;
        background: #ae0002;
        border-radius: 8px 8px 0 0;
    }
}

.logo {
    width: 15.8%;
}

.nav_i {
    width: 84%;
}

.nav_ul {
    margin: 0 auto;
}

.logo>img {
    /* margin-top: -38px; */
    margin-top: 25px;
    position: fixed;
    background: #fff;
    padding: 26px;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.1);
    width: 140px;
}

.header {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
}


/*pro*/

.pro_l {
    width: 280px;
    padding: 10px 20px 20px 20px;
    background: #072e54;
}

.pro_l_2 a {
    border-top: 1px solid #254769;
    background-position: 95% center !important;
    background: url(../images/proadd.png) no-repeat;
}

.pro_l_2 a:nth-last-child(1) {
    border-bottom: 1px solid #254769;
}

.pro_r2 {
    background: rgba(0, 0, 0, 0.75);
}

.tra1 {
    transition: all 1s;
}

.pro_r ul li img {
    transition: all 0.5s;
}

.pro_r ul li:hover img {
    transform: rotateY( 180deg);
}

.pro_r ul li .pro_r2 {
    opacity: 0;
    transition: all 1.2s;
}

.pro_r ul li:hover .pro_r2 {
    opacity: 1;
}

.alin {
    width: 120px;
    margin: 15px auto 0 auto;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
}

.pro_r {
    max-width: 900px;
}

.pro_r ul li {
    margin: 0 5px;
}

.pro_r ul li:nth-child(4),
.pro_r ul li:nth-child(5),
.pro_r ul li:nth-child(6) {
    margin-top: 12px;
}


/**/

.i-main .i-brands {
    background: url(../images/brands.png) no-repeat;
    background-position: center;
}


/**/

.ind-about {
    background: url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 5%;
}

.locdle {
    width: 31%;
}

.locdle h3 {
    color: #1c191c;
    font-size: 30px;
    padding-bottom: 10px;
    background: url(../images/dl.jpg) no-repeat left bottom;
}

.locdle .cont {
    color: #686868;
    margin-top: 25px;
    line-height: 1.8;
}

.locdle .erlink {
    margin-top: 15px;
}

.locdle .erlink a {
    width: 150px;
    max-width: 100%;
    line-height: 30px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0 10px;
    background: #fff url(../images/y1.png) no-repeat 90% center;
    transition: all 0.5s ease;
}

.locdle .erlink a:hover {
    color: #fff;
    border-color: #AE0002;
    background: #AE0002 url(../images/y2.png) no-repeat 90% center;
    transition: all 0.5s ease;
}

.picdl {
    width: 67%;
}

.ind-sol {
    background: url(../testimg/t02.jpg) no-repeat center center;
    background-size: cover;
    padding: 45px 0;
}

.bltls {
    color: #fff;
    text-align: center;
}

.bltls .p1 {
    font-size: 30px;
    display: block;
}

.bltls .p2 {
    margin-top: 5px;
    color: #999;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
}

.bltls .p2 span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #999;
}

.bltls .p2 i {
    display: inline-block;
    padding: 0 10px;
}

.mid-pics {
    margin: 30px 0;
}

.mid-pics img {
    max-width: 90%;
}

.mid-pics dl {
    position: absolute;
    width: 300px;
    color: #fff;
    text-align: left;
}

.mid-pics dl dt {
    background: url(../images/dg.png) no-repeat left center;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.mid-pics dl.dl01 {
    left: 30px;
    top: 30px;
}

.mid-pics dl.dl02 {
    right: 30px;
    top: 30px;
}

.mid-pics dl.dl03 {
    left: 0px;
    top: 240px;
}

.mid-pics dl.dl04 {
    right: 0px;
    top: 240px;
}

.mid-pics dl.dl05 {
    left: 30px;
    bottom: 30px;
}

.mid-pics dl.dl06 {
    right: 30px;
    bottom: 30px;
}

.ind-sol .erlink a {
    width: 150px;
    text-align: left;
    max-width: 100%;
    line-height: 30px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0 10px;
    background: url(../images/y1.png) no-repeat 90% center;
    transition: all 0.5s ease;
    color: #fff;
}

.ind-sol .erlink a:hover {
    color: #fff;
    border-color: #23b8ab;
    background: #23b8ab url(../images/y2.png) no-repeat 90% center;
    transition: all 0.5s ease;
}

.ind-teag {
    background: url(../testimg/t04.jpg) no-repeat center center;
    background-size: cover;
    padding: 45px 0;
}

.moloes span {
    display: inline-block;
    width: 95px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    color: #464646;
    cursor: pointer;
}

.moloes span.cur {
    background: #23b8ab;
    color: #fff;
}

.boesl-ost {
    float: right;
    width: 46%;
}

.picScroll-top {
    width: 100%;
    padding: 30px 0;
    position: relative;
}

.picScroll-top .hd .prev,
.picScroll-top .hd .next {
    display: block;
    width: 100%;
    height: 28px;
    cursor: pointer;
    position: absolute;
}

.picScroll-top .hd .prev {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3) url(../images/t1.png) no-repeat center center;
}

.picScroll-top .hd .next {
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3) url(../images/t2.png) no-repeat center center;
}

.picScroll-top .bd {
    padding: 10px 0;
}

.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-top .bd ul li {
    zoom: 1;
}

.picScroll-top .mewls {
    padding: 10px 0;
}

.picScroll-top .mewls a {
    display: block;
    padding: 5px 0 5px 120px;
    position: relative;
}

.picScroll-top .mewls a:hover {
    background: #23b8ab;
    color: #fff;
}

.picScroll-top .mewls a .dates {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    width: 120px;
    background: url(../images/line.png) no-repeat right center;
    text-align: center;
    font-size: 28px;
    color: #333;
}

.picScroll-top .mewls a .dates span {
    display: block;
    font-size: 18px;
    color: #999;
}

.picScroll-top .mewls a .tit {
    padding-left: 40px;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.picScroll-top .mewls a .con {
    padding-left: 40px;
    color: #999;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}

.picScroll-top .mewls a:hover .dates,
.picScroll-top .mewls a:hover .dates span,
.picScroll-top .mewls a:hover .con {
    color: #fff;
}

.cloesl>.bd {
    overflow: hidden;
    height: auto;
}

.cloesl>.helse {
    height: 0;
}

.ind-watl {
    padding: 45px 0;
}

.mtslot a {
    display: inline-block;
    color: #666;
    line-height: 30px;
    margin-right: 50px;
    text-align: center;
}

.i-banner {
    z-index: 2;
}

.bras2 {
    margin: 0 auto;
    /*padding-bottom: 100px;*/
    top: 125px;
}

.bras_l {
    width: 100px;
    height: 100px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    border-radius: 50px;
}

.w300 {
    width: 320px;
}

.w200 {
    width: 180px;
}

.linx {
    height: 2px;
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    background: #fff;
    position: absolute;
    top: 103.5px;
}

.bras2 ul li .bras_l::after {
    content: ' ';
    background: rgba(255, 255, 255, 0.3);
    width: 2px;
    height: 50px;
    left: 50px;
    position: absolute;
    top: 100px;
}

.bras2 ul li::after {
    content: ' ';
    background: #c7000a;
    width: 10px;
    height: 10px;
    margin-left: 47px;
    border-radius: 50%;
    float: left;
    margin-bottom: -10px;
    z-index: 2;
    position: absolute;
}

.bras2 ul li:nth-child(1) a {
    height: 200px;
}

.bras2 ul li:nth-child(1) a .bras_l::after {
    height: 100px;
}

.bras2 ul li:nth-child(1) {
    margin-top: -103px;
}

.bras2 ul li:nth-child(1)::after {
    top: 101px;
}

.bras2 ul li:nth-child(2) a {
    height: 200px;
}

.bras2 ul li:nth-child(2) a .bras_l::after {
    height: 100px;
}

.bras2 ul li:nth-child(2) {
    margin-top: -103px;
    margin-left: 90px;
}

.bras2 ul li:nth-child(2)::after {
    top: 101px;
}

.bras2 ul li:nth-child(3) a {
    height: 200px;
}

.bras2 ul li:nth-child(3) a .bras_l::after {
    height: 100px;
}

.bras2 ul li:nth-child(3) {
    margin-top: -103px;
    margin-left: 90px;
}

.bras2 ul li:nth-child(3)::after {
    top: 101px;
}

.bras2 ul li:nth-child(4) a {
    height: 135px;
}

.bras2 ul li:nth-child(4) a .bras_l::after {
    height: 58px;
    top: -58px;
}

.bras2 ul li:nth-child(4) {
    margin-top: 75px;
    margin-left: 100px;
}

.bras2 ul li:nth-child(4)::after {
    top: 101px;
}

.bras2 ul li:nth-child(5) a {
    height: 135px;
}

.bras2 ul li:nth-child(5) a .bras_l::after {
    height: 58px;
    top: -58px;
}

.bras2 ul li:nth-child(5) {
    margin-top: 75px;
    margin-left: 100px;
}

.bras2 ul li:nth-child(5)::after {
    top: 101px;
}

.bras2 ul li:nth-child(6) a {
    height: 135px;
}

.bras2 ul li:nth-child(6) a .bras_l::after {
    height: 58px;
    top: -58px;
}

.bras2 ul li:nth-child(6) {
    margin-top: 75px;
    margin-left: 100px;
}

.bras2 ul li:nth-child(6)::after {
    top: 101px;
}

.pb90 {
    margin-bottom: 90px;
}

.moloes span {
    display: inline-block;
    width: 95px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    color: #464646;
    cursor: pointer;
}

.moloes span.cur {
    background: #C7000A;
    color: #fff;
}


/**/

.ft1 {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-r {
    float: right;
}

.footer-r .ttl {
    margin-left: -20px;
}

.footer-r .tel {
    font-size: 20px;
    font-family: Verdana;
    color: #fff;
    margin: 5px 0 5px;
}

.footer-b {
    padding: 20px 0;
    color: #747474;
    text-align: center;
    line-height: 30px;
    border-top: 1px solid #444443;
}

.share-f {
    height: 26px;
    margin-bottom: 20px;
}

.share-f .ttl {
    float: left;
    line-height: 26px;
}

.share-f .ttl img {
    vertical-align: middle;
}

.share-f .bdsharebuttonbox {
    float: left;
}

.share-f .bdsharebuttonbox a {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 8px;
    vertical-align: middle;
    background-image: url(../images/icon/icos01.png);
}

.share-f .bdsharebuttonbox .a1 {
    background-position: 0px center;
}

.share-f .bdsharebuttonbox .a2 {
    background-position: -42px center;
}

.share-f .bdsharebuttonbox .a3 {
    background-position: -85px center;
}

.li70 {
    line-height: 70px;
}

.mfoot {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .select {
    width: 255px;
    height: 37px;
    padding-left: 10px;
    border: 1px solid transparent;
    background: #e2e0e2 url(../images/link_icon.png) no-repeat 230px center;
    color: #636363;
    border-radius: 3px;
}

.footer .select option {
    padding: 0 10px;
}

.any {
    min-height: 850px;
}

.logomo {
    display: none;
}

@media (max-width: 1199px) {
    /**/
    .nav_i {
        width: 100%;
    }
    .nav_ul {
        width: 100%;
        margin: 0 auto;
    }
    .mrxs1 {
        margin-right: 0.8rem;
    }
    .btn-nav-wrap .btn-nav {
        right: 0.2rem;
        top: 0.18rem;
    }
    .mrxs1 .pl20 {
        padding-left: .4rem;
    }
    .ha .pl25 {
        padding-left: 0.5rem;
    }
    .m-banner ul li {
        height: 6.5rem;
    }
    .ind-about {
        padding-top: 3%;
    }
    .locdle {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .picdl {
        width: 100%;
        margin-top: 30px;
    }
    .i-main .i-brands {
        background-position: ;
    }
    .i-brands .pb90 {
        margin-bottom: 0;
    }
    .i-brands .mt60 {
        margin-top: 0;
    }
    .any {
        min-height: 14.5rem;
        padding-top: 0.5rem;
    }
    .i-main .i-brands {
        background-position: unset;
    }
    .linx {
        display: none;
    }
    .bras_l::after {
        content: ' ' !important;
        width: 0px !important;
        height: 0px !important;
        position: relative !important;
    }
    .bras2 ul li::after {
        content: ' ' !important;
        width: 0px !important;
        height: 0px !important;
        float: none !important;
        margin-bottom: 0px !important;
        z-index: 2 !important;
        position: relative !important;
    }
    .w300 {
        width: 73%;
    }
    .w200 {
        width: 73%;
    }
    .bras2 ul li:nth-child(1) {
        margin-top: -41px;
    }
    .ffs {
        font-size: 14px;
    }
    .ffc {
        font-size: 12px;
    }
    .bras_l {
        width: 24%;
        height: auto;
        border-radius: 50%;
    }
    .bras2 ul>li {
        float: none;
    }
    .bras2 ul li:nth-child(2),
    .bras2 ul li:nth-child(3),
    .bras2 ul li:nth-child(4),
    .bras2 ul li:nth-child(5),
    .bras2 ul li:nth-child(6) {
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        height: auto !important;
    }
    .bras2 ul li:nth-child(1) a,
    .bras2 ul li:nth-child(2) a,
    .bras2 ul li:nth-child(3) a,
    .bras2 ul li:nth-child(4) a,
    .bras2 ul li:nth-child(5) a,
    .bras2 ul li:nth-child(6) a {
        height: 1.8rem;
    }
    .bras2 {
        padding-bottom: 1rem;
        top: 1.2rem;
    }
    .pro_l {
        width: 100%;
    }
    .pro_r ul li img {
        width: 100%;
    }
    .pro_r ul li {
        margin: 0;
        width: 100%;
    }
    .pro_r ul li:nth-child(1),
    .pro_r ul li:nth-child(2),
    .pro_r ul li:nth-child(3),
    .pro_r ul li:nth-child(4),
    .pro_r ul li:nth-child(5),
    .pro_r ul li:nth-child(6) {
        margin-top: 12px;
        float: none;
    }
    .pro_l {
        float: none;
    }
    .pro_r {
        width: 100%;
        float: none;
    }
    .mbx {
        display: none;
    }
    .mfoot .fl,
    .mfoot .fr {
        float: none;
    }
    .mfoot {
        border-top: 0;
    }
    .mfoot .fl {
        line-height: 40px;
    }
    .select {
        margin: 0 auto 10px auto;
    }
    .float-sild {
        display: none;
    }
    .logomo {
        display: block;
        width: 1rem;
        background: #fff;
        border-radius: 3px;
        padding: 0.03rem;
    }
}


/**/

.float-sild {
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 100px;
}

.opleso {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.opleso>a {
    border-radius: 5px;
    text-align: center;
    padding-top: 45px;
    display: block;
    background-color: #939393;
    width: 100%;
    height: 70px;
    background-position: center 36%;
    background-repeat: no-repeat;
}

.opleso>a.flr01 {
    background-image: url(../images/r1.png);
}

.opleso>a.flr02 {
    background-image: url(../images/r2.png);
}

.opleso>a.flr03 {
    background-image: url(../images/r3.png);
}

.opleso>a.flr04 {
    background-image: url(../images/r4.png);
}

.opleso .sd {
    border-radius: 5px;
    position: absolute;
    right: 70px;
    display: none;
    top: 0;
    background: #fff;
    padding: 10px;
    width: 255px;
    height: 295px;
}

.opleso:hover .sd {
    display: block;
}

.adloe {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 80px;
    border: 1px solid #ddd;
    position: relative;
    left: -5px;
    background: #fff;
}

.adloe>a {
    display: block;
    height: 58px;
    padding-top: 8px;
}

.opleso>a:hover {
    background-color: #ae0002;
}


/**/

.x_nsd li a {
    color: #575757;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.x_nsd li {
    border-top: 1px dashed #c8c8c8;
    background: url(../images/01.png) no-repeat;
    padding-left: 10px;
    background-position: left center;
}

.x_nsd li a:hover {
    color: #AE0002;
}

.x_nsd li:nth-last-child(1) {
    border-bottom: 0px dashed #c8c8c8;
}


/**/

.ntop {
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
}

.nbanner {
    position: relative;
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 130px;
}

.vfs_a {
    padding: 7px 18px;
    text-align: center;
    margin-top: 13px;
}

.vfs_as {
    padding: 7px 3px;
    text-align: center;
    margin-top: 13px;
}

.vfs_a:hover,
.vfs_a.act {
    border-radius: 4px;
    background: #ae0002;
}

.vfs_as:hover,
.vfs_as.act {
    border-radius: 4px;
    background: #ae0002;
}


/**/

.cplist ul li {
    width: 370px;
    margin: 30px 15px 10px 15px;
    float: left;
    border-bottom: 1px solid #cecece;
}

.cb5 {
    color: #5b5b5b;
}

.nlink_a {
    background: url(../images/nar1.png) no-repeat;
    color: #072e54;
    padding-left: 25px;
}

@media (max-width: 1199px) {
    .nbanner {
        height: 6rem;
    }
    .ntop .fl,
    .ntop .fr,
    .page .fl,
    .page .fr {
        float: none;
        width: 100%;
    }
    .ntop {
        height: auto;
    }
    .cplist ul li {
        float: none;
        width: 96%;
        margin: 3% auto;
    }
    .page .fr {
        margin-top: 0.2rem;
    }
    .page .fl,
    .page .fr {
        text-align: center;
    }
}


/**/

.panx li {
    width: 225px;
    margin: 20px 7.5px;
    float: left;
	height: 107px;
}

@media (max-width: 1199px) {
    .panx li {
        width: 3.27rem;
    }
}


/**/

.zcpx .zcpx_ul li {
    width: 270px;
}

@media (max-width: 1199px) {
    .zcpx .zcpx_ul li {
        width: 96%;
    }
    .zcpx .zcpx_ul li img {
        width: 100%;
    }
}


/**/

.team .teamx li {
    width: 50%;
    padding: 15px;
    margin: 0;
    border-bottom: 0;
}

.team_fr {
    width: 56%;
}

.team .teamx li:hover {
    background: #f1f1f1;
}

@media (max-width: 640px) {
    .team .teamx li {
        width: 100%;
        float: none;
    }
    .team .teamx li img {
        float: none;
        width: 100%;
    }
    .team .teamx li .team_fr {
        float: none;
        width: 100%;
    }
}


/**/

.cae {
    color: #ae0002;
}

.linq {
    border-bottom: 5px solid #f7f7f7;
}

.w650 {
    width: 650px;
}

.h80 {
    display: block;
    height: 80px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 640px) {
    .w650 {
        width: 98%;
        margin: 0.3rem auto 0 auto;
    }
    .teadtx .fl,
    .teadtx .fr {
        float: none;
    }
}


/**************************************** 弹出层****************************************/

.fix-wrap {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.fix-wrap .po-auto {
    display: table;
    width: 100%;
    height: 100%;
}

.fix-wrap .hide {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 25px;
    right: 5%;
    top: 5%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #090908;
    background-image: url(../images/icon/hide.png);
    border-radius: 50%;
    -webkit-transition: all 8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.fix-wrap .hide:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(180deg);
}

.fix-wrap .video-w video {
    width: 55%;
    height: 55%;
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 750px) {
    .fix-wrap .video-w video {
        width: 90%;
        height: 50%;
    }
}

.fix-wraps {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.fix-wraps .po-auto {
    display: table;
    width: 100%;
    height: 100%;
}

.fix-wraps .hide {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 25px;
    right: 5%;
    top: 5%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #090908;
    background-image: url(../images/icon/hide.png);
    border-radius: 50%;
    -webkit-transition: all 8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.fix-wraps .hide:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(180deg);
}

.fix-wraps .video-w video {
    width: 55%;
    height: 55%;
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 750px) {
    .fix-wraps .video-w video {
        width: 90%;
        height: 50%;
    }
}

.login-w .tc-login {
    width: 930px;
    /*  height: 378px;*/
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 10px 50px 0 50px;
}

.login-w .tc-login form {
    width: 100%;
}

.login-w .tc-login .tt1 {
    color: #383838;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e0e0e0;
}

.login-w .tc-login label {
    width: 62px;
    line-height: 45px;
    display: block;
}

.login-w .tc-login .txt {
    width: 280px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d6d6d6;
    padding: 0 10px;
}

.login-w .tc-login .txts {
    width: 280px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d6d6d6;
    padding: 0 10px;
    background: url(../images/link_icons.png) no-repeat 98% center;
    cursor: pointer;
}

.login-w .tc-login .yzm .txt {
    width: 118px;
}

.login-w .tc-login .yzm span {
    width: 110px;
    height: 41px;
}

.login-w .tc-login .yzm button {
    width: 31px;
    height: 28px;
    cursor: pointer;
    background: url(../images/icon/15.png) no-repeat center;
}

.login-w .tc-login .a-wrap {
    position: relative;
    color: #ccc;
}

.login-w .tc-login .a-wrap::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 2px;
    height: 15px;
    margin-top: -7px;
    background: #ccc;
}

.login-w .tc-login .a-wrap a {
    color: #019894;
}

.login-w .tc-login .checkbox {
    padding-left: 80px;
    color: #9f9f9f;
}

.login-w .tc-login .btn input {
    width: 282px;
    height: 41px;
    line-height: 42px;
    cursor: pointer;
    color: #fff;
    background: #ae0002;
}

.login-w .hide {
    top: 13% !important;
    right: 12% !important;
    width: 38px !important;
    height: 38px !important;
    background-color: transparent !important;
    background-image: url(../images/icon/16.png) !important;
}

.regsiter .tc-login {
    min-height: 600px;
}

.regsiter .tc-login .a-wrap {
    width: 282px;
}

.regsiter .tc-login .a-wrap::after {
    display: none;
}

.regsiter .hide {
    top: 4% !important;
}

.sdli38 {
    line-height: 90px;
}

.sdtc {
    border-bottom: 1px solid #e0e0e0;
}

.ceee {
    color: #ccc;
}

.linw {
    height: 1px;
    width: 92%;
    background: #ccc;
    margin-top: 13px;
}

.search-top select {
    margin-right: 5px;
    border: 1px solid #d6d6d6;
    width: 133px;
    height: 40px;
    background: transparent;
    color: #333;
    padding-left: 8px;
    background: url(../images/link_icon2.png) no-repeat 92% center;
}

@media (max-width: 750px) {
    .login-w .tc-login {
        width: 100%;
        padding: 2.5%;
        height: auto;
        overflow-y: scroll;
    }
    .login-w .sdli38 {
        line-height: 90px;
        float: left;
        margin-left: 20px;
    }
    .login-w .hide {
        background-color: #eee !important;
    }
    .login-w .tc-login .txt {
        width: 4.8rem;
    }
    .login-w .tc-login .txts {
        width: 4.8rem;
    }
    .login-w .tc-login .yzm .txt {
        width: 1.5rem;
    }
    .search-top select {
        width: 2.25rem;
    }
    .linw {
        width: 81%;
    }
}


/**/

.message p {
    margin-bottom: 18px;
}

.message .mg {
    width: 84.5%;
    margin-left: auto;
    margin-right: auto;
}

.m-p {
    line-height: 34px;
}

.m-p p {
    float: left;
    width: 33.33%;
    color: #646464;
}

.m-p .p-100 {
    width: 100%;
}

.m-p .p-80 {
    width: 100%;
}

.m-p p span {
    width: 93%;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    line-height: 34px;
    margin-right: 0.5%;
    background-color: #fff;
}

.m-p p.p-100 span {
    width: 97.5%;
}

.m-p p.p-80 span {
    width: 97.5%;
}

.m-p p b {
    line-height: 34px;
    border-right: 1px solid #d1d1d1;
    width: 22%;
    font-weight: normal;
    text-align: center;
}

.m-p p.p-100 b {
    width: 7%;
}

.m-p p.p-80 b {
    width: 7%;
}

.m-p p span .inp {
    width: 75%;
    line-height: 34px;
    margin-left: 2%;
}

.m-p p.p-100 span .inp {
    width: 88%;
}

.m-p p.p-80 span .inp {
    width: 50%;
}

.m-p p.p-100 textarea {
    width: 96%;
    height: 120px;
    outline: none;
    padding: 10px;
}

.m-p-b input {
    width: 17%;
    margin: 0 1%;
    color: #fff;
    background-color: #747474;
}

.m-p-b .act {
    background-color: #ae0002;
}

.dib {
    display: inline-block;
}

.red {
    color: #e83416;
}

.c80 {
    color: #808080;
}

@media (max-width: 750px) {
    .m-p {
        line-height: .6rem;
    }
    .m-p p {
        width: 100%;
    }
    .m-p p span {
        line-height: 32px;
    }
    .m-p p.p-100 span {
        width: 93%;
    }
    .m-p p.p-80 span {
        width: 93%;
    }
    .m-p p b {
        line-height: 32px;
        width: 18%;
    }
    .m-p p.p-100 b {
        width: 18%;
    }
    .m-p p.p-80 b {
        width: 18%;
    }
    .m-p p span .inp {
        line-height: 32px;
    }
    .m-p p.p-100 span .inp {
        width: 75%;
    }
    .m-p p.p-80 span .inp {
        width: 75%;
    }
    .m-p p.p-100 textarea {
        width: 96%;
        outline: none;
        padding: 2%;
    }
    .m-p-b a {
        width: 30%;
        margin: 0 1%;
        font-size: 14px;
        line-height: 24px;
        padding: 5px 0;
    }
    .message .mg h1 {
        font-size: 16px;
        line-height: 24px;
    }
}


/**/

.question .question_ul {
    width: 88%;
    margin: 0 auto;
}

.question li {
    margin-bottom: 38px;
}

.question .question_div {
    width: 79.04%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 3.33%;
    background-color: #f8f8f8;
    position: relative;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 23px;
}

.question .question_div:before {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 4px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    line-height: 49px;
    text-align: center;
}

.question .question_div:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 19px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
}

.question .question_div.question_w {
    margin-bottom: 16px;
}

.question .question_div.question_w:before {
    content: "问";
    left: -59px;
    background-color: #072e54;
}

.question .question_div.question_w:after {
    background-image: url(../images/question_ico01.png);
    left: -19px;
}

.question .question_div.question_d:before {
    content: "答";
    right: -59px;
    background-color: #ae0002;
}

.question .question_div.question_d:after {
    background-image: url(../images/question_ico02.png);
    right: -19px;
}


/**/

.classification .tab-head {
    display: table;
    margin: 28px auto;
}

.classification .tab-head li {
    float: left;
    padding: 0 15px;
    margin: 0 7px;
    height: 25px;
    line-height: 26px;
    color: #979797;
    border-radius: 10px;
    cursor: pointer;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.classification .tab-head li.cur {
    border-color: #109e9a;
}

.classification .tab-body>li {
    display: none;
}

.classification .tab-body>li.cur {
    display: block;
}

.case .pro-detail-img {
    /*  background: #f6f6f6;*/
}

.case .pro-detail-slider li .img {
    width: 100%;
    height: 495px;
    margin: 0 auto;
    background: #f6f6f6;
    overflow: hidden;
    text-align: center;
}

.case .info {
    bottom: 0;
    width: 100%;
    height: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 15px;
    line-height: 30px;
}

.case .bx-pager-wrap {
    position: relative;
    width: 1225px;
    /*height: 175px;*/
height: 200px;
    margin: 25px auto 0 auto;
    overflow: hidden;
    /*background: #ebebeb;*/
    padding: 25px;
}

.case .bx-pager-wrap .po-auto {
    max-width: 100%;
    max-height: 100%;
}

.case .bx-pager-wrap .bx-pager {
    width: 1000%;
    position: absolute;
}

.case .bx-pager-wrap .bx-pager a:first-child {
    margin-left: 0;
}

.case .bx-pager-wrap .bx-pager a {
    position: relative;
    float: left;
    margin-left: 15px;
}

.case .bx-pager-wrap .bx-pager a .img {
    width: 195px;
    height: 103px;
}

.case .bx-pager-wrap .bx-pager a .els {
    /*height: 35px;
    line-height: 35px;*/
height: auto;

line-height: 20px;

width: 195px;

white-space: normal;

margin-top: 5px;
}

.case .sl-control div {
    position: absolute;
    bottom: 3px;
    width: 21px;
    height: 175px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.case .sl-prev {
    left: 15px;
    background: url(../images/icon/s_l.png) left center;
}

.case .sl-next {
    right: 15px;
    background: url(../images/icon/s_r.png) right center;
}

.case .pro-d-left .bx-wrapper .bx-controls-direction a {
    visibility: hidden;
}

.case .bx-wrapper .bx-controls-direction a {
    display: none;
    width: 33px;
    height: 62px;
    margin-top: -31px;
}

.case .bx-wrapper .bx-prev {
    left: 3%;
    background: url(../images/icon/13.png) no-repeat 36%;
}

.case .bx-wrapper .bx-next {
    right: 3%;
    background: url(../images/icon/14.png) no-repeat 36%;
}

.case .bx-wrapper .bx-pager {
    bottom: -0.25rem;
}

.case .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
}

.case .tab-body {
    height: 618px;
    overflow: hidden;
}

.case .tab-body>li {
    display: inherit;
    visibility: hidden;
}

.case .tab-body>li.cur {
    display: inherit;
    visibility: visible;
}


/*.case .pro-pic-w {
  position: absolute;
  width: 100%;
}*/

@media (max-width: 750px) {
    .case .tab-body {
        height: 3.9rem;
    }
    .case .bx-wrapper .bx-pager {
        bottom: -0.45rem;
    }
}

.pro-detail-img .bx-wrapper {
    max-width: 935px !important;
    margin: 0 auto;
}

.c42 {
    color: #424242;
}

.sdf14 {
    max-width: 1600px;
    margin: 0 auto;
    background: #ebebeb;
}

@media (max-width: 991px) {
    .sdf14 {
        display: none;
    }
    .case .bx-pager-wrap,
    .case .sl-control {
        display: none;
    }
    .case .pro-detail-slider li .img {
        height: auto;
    }
    .case .tab-body {
        height: 4rem;
    }
    .pro-detail-img .bx-wrapper {
        max-width: 96% !important;
        margin: 0 auto;
    }
    .pro-detail-slider.mauto {
        max-width: 100%;
        margin: 0 auto;
    }
    .asdcas {
        margin-bottom: 0.8rem;
        margin-top: 0.4rem;
    }
}


/**/

.job li {
    margin-bottom: 8px;
    color: #7c7c7c;
}

.job li .j_title {
    line-height: 47px;
    padding-left: 38px;
    background: url(../images/close.png) no-repeat 13px center #f5f5f5;
    color: #7c7c7c;
}

.job li .j_body {
    padding-left: 13px;
    padding-right: 13px;
}

.job li .j_contact i {
    text-decoration: underline;
    color: #e83416;
}

.job li .j_contact span {
    display: inline-block;
    padding-left: 30px;
    margin-left: 32px;
}

.job li .j_contact span.icon01 {
    background: url(../images/j_icon.png) no-repeat left center;
}

.job li .j_contact span.icon02 {
    background: url(../images/j_icon0.png) no-repeat left center;
}

.job li.act .j_body {
    display: block;
}

.job li.act .j_title {
    background-image: url(../images/open.png);
    background-color: #AE0002;
    color: #fff;
}

.job li .j_td_a a {
    background-color: #fabf1b;
    line-height: 24px;
    border-radius: 3px;
}


/**/

.dow-list li a {
    line-height: 57px;
    border-bottom: 1px solid #f3f3f3;
}

.dow-list li a h3 {
    position: relative;
    width: 55%;
    color: #616161;
    padding-left: 50px;
}

.dow-list li a h3::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 27px;
    height: 30px;
    background: url(../images/dow1.png);
    bottom: 0;
    margin: auto;
}

.dow-list li a .icon {
    width: 30px;
    height: auto;
    background: url(../images/dow_icon1.png) no-repeat center;
}

.dow-list li a:hover h3 {
    color: #E60012;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(15px);
}


/*.dow-list li a:hover h3::after {
  background: #ccc;
}*/

.dow-list li a:hover .icon {
    background: url(../images/dow_icon2.png) no-repeat center;
}

.dow-list li {
    background: #f6f6f6;
    margin: 8px auto;
}

@media (max-width: 750px) {
    .nddow .fl,
    .nddow .fr {
        float: none;
    }
    .nddow .fr {
        margin-top: 0.3rem;
    }
    .dow-list li a .date:nth-child(4),
    .dow-list li a .date:nth-child(5) {
        display: none;
    }
}


/**/

.c58 {
    color: #585858;
}

.c53 {
    color: #5b5c5d;
}

.arrs {
    background: url(../images/arr_r1.png) no-repeat right center;
    border-left: 1px solid #e8e8e8;
    width: 700px;
    overflow: hidden;
    padding-right: 70px;
}

.newx1 ul li {
    height: 156px;
    overflow: hidden;
    margin-top: 30px;
}

.newx1 ul li:hover,
.newx1 ul li.act {
    background: #ae0002;
}

.newx1 ul li:hover .slc,
.newx1 ul li.act .slc {
    color: #fff;
}

@media (max-width: 750px) {
    .newx1 ul li a>img {
        display: none;
    }
    .arrs .slc:nth-child(2) {
        display: none;
    }
    .newx1 ul li {
        height: 1.7rem;
        overflow: hidden;
        margin-top: 30px;
    }
    .arrs {
        width: 72%;
    }
}


/**/

.main-homex {
    padding-left: 20px;
    color: #8d8d8d;
    background: url(../images/icon/home.png) no-repeat left center;
}

.news-info .rel::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #e2e2e2;
}

.news-info .return {
    position: absolute;
    right: 0;
    top: 50%;
    color: #919191;
    background: url(../images/icon/return.png) no-repeat left center;
    padding-left: 30px;
}

.news-info .tt1 h3 {
    color: #444;
    font-size: 18px;
    font-weight: bold;
}

.news-info .tt1 span {
    display: block;
    color: #b1b1b1;
}

.news-info .news-share {
    position: absolute;
    left: 0;
    top: 50%;
}

.news-info .news-share span {
    line-height: 24px;
    color: #999;
}

.news-info .news-share .bdsharebuttonbox a {
    display: inline-block;
    height: 21px;
    margin: 0 0px 0 15px;
    padding-left: 0;
    background-repeat: no-repeat;
}

.news-info .news-share .bdsharebuttonbox .a1 {
    width: 26px;
    background: url(../images/icon/share_1.png) no-repeat;
}

.news-info .news-share .bdsharebuttonbox .a2 {
    width: 26px;
    background: url(../images/icon/share_2.png) no-repeat;
}

.news-info .news-share .bdsharebuttonbox .a3 {
    width: 22px;
    height: 23px;
    background: url(../images/icon/share_3.png) no-repeat;
}

.mt130 {
    margin-top: 130px;
}

.in-pagex {
    position: relative;
    padding: 30px 0 0 0;
    color: #7d7d7d;
}

.in-pagex::after {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #e2e2e2;
}

.in-pagex div {
    padding-bottom: 20px;
    padding-right: 150px;
}

.in-pagex .els {
    width: 79%;
}

.in-pagex strong {
    font-weight: bold;
}

.in-pagex .return {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    color: #919191;
    background: url(../images/icon/return.png) no-repeat left center;
    padding-left: 30px;
}

.baf {
    background: #fff;
}

.sd32 {
    background: #f5f5f5;
}

@media (max-width: 750px) {
    .news-info .rel {
        position: inherit;
        padding-top: .1rem;
    }
    .news-info .rel .tt1 h3 {
        font-size: .35rem;
        padding-top: .2rem;
    }
    .news-info .tt1 span {
        padding: .1rem 0 .05rem 0;
    }
    .news-info .return {
        position: relative;
        top: .1rem;
    }
    .news-info .news-share {
        position: inherit;
        display: table;
        margin: .15rem auto .2rem auto;
    }
    .in-pagex div {
        padding-right: 0 !important;
    }
    .in-pagex .return {
        position: inherit;
        margin: 0 auto .4rem auto;
        display: table;
    }
    .main-homex {
        display: none;
    }
    .mt130 {
        margin-top: 40px;
    }
}

.bdshare-button-style0-16 {
    zoom: 1;
    width: 160px;
}

.qapo {
    color: #2c2c2c;
}

.qapo ul li {
    list-style: disc inside;
}

@media (max-width: 750px) {
    .fs100 {
        width: 96% !important;
        margin: 0 auto !important;
    }
}


/**/

.pro-infox .tab-wrap .tab-head {
    /*  background: #f9f9f9;*/
    border-top: 1px solid #dbdbdb;
}

.pro-infox .tab-wrap .tab-head li {
    position: relative;
    float: left;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    color: #727272;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 5px;
    /*  border-right: 1px solid #e7e7e7;*/
}

.pro-infox .tab-wrap .tab-head li::after {
    /*  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #019894;*/
}

.pro-infox .tab-wrap .tab-head li.cur,
.pro-infox .tab-wrap .tab-head li:hover {
    color: #fff;
    background: #ae0002;
}

.pro-infox .tab-wrap .tab-head li.cur::after,
.pro-infox .tab-wrap .tab-head li:hover::after {
    display: block;
}

.pro-infox .tab-wrap .tab-body li {
    display: none;
}

.pro-infox .tab-wrap .tab-body li.cur {
    display: block;
}

.pro-infox .tab-wrap .tab-body li video {
    display: block;
    width: 500px;
    height: 275px;
    margin: 0 auto;
}


/**/

.c4 {
    color: #444444;
}

.c50 {
    color: #505050;
}

.sdk_r {
    width: 510px;
    padding: 25px 20px 25px 25px;
}

.sdk_l {
    width: 635px;
}

.news-infox .news-share {
    /*  position: absolute;
  left: 0;
  top: 66%;*/
}

.news-infox .news-share span {
    line-height: 24px;
    color: #999;
}

.news-infox .news-share .bdsharebuttonbox a {
    display: inline-block;
    height: 21px;
    margin: 0 0px 0 15px;
    padding-left: 0;
    background-repeat: no-repeat;
}

.news-infox .news-share .bdsharebuttonbox .a1 {
    width: 26px;
    background: url(../images/icon/share_1.png) no-repeat;
}

.news-infox .news-share .bdsharebuttonbox .a2 {
    width: 26px;
    background: url(../images/icon/share_2.png) no-repeat;
}

.news-infox .news-share .bdsharebuttonbox .a3 {
    width: 22px;
    height: 23px;
    background: url(../images/icon/share_3.png) no-repeat;
}

.pro-info .tab-wrap .tab-body li {
    display: none;
}

.pro-info .tab-wrap .tab-body li.cur {
    display: block;
}

@media (max-width: 750px) {
    .sdk_l {
        width: 98%;
        margin: 0 auto;
        padding-bottom: 0.3rem;
    }
    .sdk_r {
        width: 98%;
        padding: 0;
        margin: 0 auto;
    }
}


/*分页*/

.page {
    padding-top: 25px;
    padding-bottom: 60px;
}

.pageing {
    text-align: center;
    padding: 4% 0px;
}

.pageing a {
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    color: #898989;
    font-size: 12px;
    font-family: arial;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.pageing a:hover {
    background: #ae0002;
    color: #fff;
}

.pageing .active {
    background: #ae0002;
    color: #fff;
}

.zzjs {
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color: #ae0002;
    font-weight: bold;
    padding-top: 50px;
}

.tips_info {
    position: fixed;
}

.cae {
    color: #ae0002;
}

.c41 {
    color: #414141;
}

.f18 {
    font-size: 18px;
}

.p_btn {
    background: url(../images/tak3.png) no-repeat 10% center #ae0002;
    padding: 6px 15px 6px 35px;
    border-radius: 5px;
    color: #fff;
}

.wbcp_tab {
    background: #dcdddd;
}

.pro-infox .tab-wrap .tab-head.wbcp_tab li {
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    border-radius: 0;
    border-top: 2px solid #dcdddd;
}

.pro-infox .tab-wrap .tab-head.wbcp_tab li.cur,
.pro-infox .tab-wrap .tab-head.wbcp_tab li:hover {
    color: #484848;
    background: #ffffff;
    border-top: 2px solid #ae0002;
}

.p_btnx2 {
    background: url(../images/dwq.png) no-repeat 10% center #ae0002;
}

.team .teamx li:nth-child(1) {
    width: 100%;
    background: #f1f1f1;
}

.team .teamx li:nth-child(1) .team_fr {
    width: 78%;
}

.c262626 {
    color: #262626;
}


.search-T{ width:325px; height:37px; margin-right:12px; border:1px solid #9ab5c5; background:rgba(255,255,255,0.2);}
.search-T .c1{ width:288px; height:35px; color:#ccc; border:none; background:none; padding:0 15px; float:left;}
.search-T .c2{ width:35px; height:35px; border:none; cursor:pointer; float:left;background: url(../images/fd.png) no-repeat center center;}

.search-T .c1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: gray;  
}

.search-T .c1::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: gray;
}

.search-T .c1:-ms-input-placeholder{
    color: gray;
}

.search-T .c1::-webkit-input-placeholder{
    color: gray;
}
.fdlma{ display:none;}

@media (max-width: 991px){
.search-T{ margin-top:10px; margin-right:50px;}
}
@media (max-width: 640px){
.search-T{ position:absolute; margin:0; right:2%; top:50px; display:none;}
.fdlma{ display:block;background: url(../images/fd.png) no-repeat center center; background-size:auto 80%; width:25px; height:25px; top:18px; right:50px; position:absolute;}
}
.result-error,.result-error h4 {
	font-size:16px;
}
.result-error-tips {
	margin:7px 0 30px;
		font-size:18px;
}
.result-error-tips strong {
	font-weight:bold;
}
.result-error ul {
	margin:10px 0 0 0;
	line-height:1.9;
}
.result-error ul li {
	list-style:disc inside none;
}

