@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    text-decoration: none!important;
    list-style: none;
}

a:hover, a:focus {
    outline: none!important;
    color: #af0e22;
}
html,
body {
    width: 100%;
    overflow-x: hidden;
    font-family: HYWenHei, "microsoft yahei";
}
/*头部*/

.header {
    background: #fff;
    position: relative;
    color: #717071;
    display: table;
    width: 100%;
}
.header>* {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
}
.header .logo, .header .icon {
    width: 220px;
}
.header .nav {
    text-align: center;
}
.header .nav li {
    list-style: none;
    display: inline-block;
    padding: 20px;
}
.header .nav li.active a {
    color: #af0e22;
}

@media (max-width: 767px) {
    .header>* {
        display: block;
    }
    .header .nav li {
        display: block;
        padding: 0;
        float: left;
        width: 16.666%;
    }
    .header .icon {
        display: none;
    }
}
.header .nav li a {
    text-decoration: none;
    color: #717071;
    font-size: 18px;
    display: block;
    padding: 0;
}

.header .nav .current a {
    color: #af0e22;
}

.star {
    margin: 0 10px;
    display: inline-block;
    position: relative;
}
.star i {
    cursor: pointer;
}
.star.active i:before { content: "\e601"; color: #af0e22; font-size: 21px;}
.star i:before { content: "\e614"; }
.star img {
    position: absolute;
    right: 0;
    top: 100%;
    max-width: none;
    width: 120px;
    box-shadow: 1px 1px 5px #ddd;
    display: none;
    z-index: 9;
}
.star.active img {
    display: block;
}
.header .icon {
    position: relative;
    text-align: right;
}
.header .icon form {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.header .icon .tel {
    font-size: 21px;
}
.header .icon .serach {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .icon .iconfont {
    font-size: 22px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header .icon .serach:hover,
.header .icon .serach.active {
    border-color: #ccc;
}
.header .icon .serach:hover .iconfont,
.header .icon .serach.active .iconfont {
    font-size: 18px;
}
.header .icon .serach.active {
    width: 170px;
}
.header .icon .serach.active input {
    padding-left: 10px;
    padding-right: 30px;
}
.header .icon .serach button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: none;
    border: 0;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
}
.header .icon .serach input {
    width: 100%;
    height: 30px;
    border-radius: 30px;
    outline: none;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#search-none {
    display: none;
}

.form-control {
    height: 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #404040;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 0;
    font-weight: 100;
    width: 70%;
}

.btn-u {
    border: 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 7px 13px;
    background: #ccc;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: -54px;
}

.icon-wujiaoxing {
    color: orange;
}

.production>a {
    color: #fff;
}

.production>a:hover {
    color: #fff;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.banner {
    width: 100%;
    position: relative;
}

.banner:hover .next {
    display: block;
}

.banner:hover .pre {
    display: block;
}

.banner .pre {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    left: 7%;
    top: 45%;
    z-index: 10;
    line-height: 40px;
    display: none;
}

.banner .next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    right: 7%;
    top: 45%;
    text-align: center;
    z-index: 10;
    line-height: 40px;
    display: none;
}

.banner .pre,
.next i {
    color: #ccc;
    text-align: center;
    font-size: 20px;
}

.banner img {
    width: 100%;
    display: block;
}

.banner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.banner .owl-dots .owl-dot {
    margin-left: 10px;
    text-align: center;
    display: inline-block;
}

.banner .owl-dots .owl-dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.banner .owl-dots .active span {
    background: #000;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #af0e22;
}
/*首页内容*/

.banner2 img {
    display: block;
    max-width: 100%;
}

.production2 {
    width: 100%;
    font-size: 36px;
}

.production2 .title2 {
    padding: 0 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 168px;
    height: 170px;
    margin: 0 auto;
    background: #af0e22;
    text-align: center;
    position: relative;
}

.production2 .title2 span {
    display: block;
    padding-top: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

.production2 .title2 i {
    position: absolute;
    font-size: 24px;
    bottom: 6px;
    left: 70px;
    color: #fff;
}

.production2 .text-info {
    width: 100%;
    height: 473px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 78px;
}

.production2 .text-info div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.production2 .text-info .img img {
    width: 100%;
}

.production2 .text-info .left a,
.production2 .text-info .right a {
    color: #717071;
}

.production2 .text-info .left div,
.production2 .text-info .right div {
    width: 96%;
    border-top: 1px solid #999;
    border-radius: 1px;
}

.production2 .text-info .left p,
.production2 .text-info .right p {
    font-size: 14px;
    float: right;
    width: 214px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 2em;
    letter-spacing: 2px;
    text-align: left;
}

.production2 .text-info .left h4,
.production2 .text-info .right h4 {
    font-size: 24px;
    float: left;
    width: 35%;
    padding-top: 20px;
    font-weight: normal;
    color: #343434;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.production {
    width: 100%;
    margin-bottom: 95px;
    color: #fff;
    font-size: 36px;
}

.production .title {
    width: 168px;
    height: 170px;
    margin: 0 auto;
    background: #af0e22;
    text-align: center;
    position: relative;
    color: #fff;
}
.production .title a {
    color: inherit;
}
.production .title span {
    display: block;
    line-height: 170px;
}

.production .title i {
    position: absolute;
    font-size: 24px;
    bottom: 6px;
    left: 70px;
}

.pro-list {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
}

.pro-list dl {
    text-align: center;
    margin-top: 10px;
}

.pro-list dl dt img {
    border-radius: 4px;
    width: 100%;
}

.pro-list dl dd {
    color: #717071;
    font-size: 18px;
    margin-top: 10px;
}

.footerimg {
    width: 100%;
    margin-top: 26px;
}

.footerimg img {
    width: 100%;
    display: block;
}
/*关于页内容*/

.about-main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.about-main .title {
    color: #717071;
    font-size: 18px;
    margin-top: 10px;
}

.about-main .title a {
    color: #999;
}

.about-main .title .current {
    color: #333;
}

.about-main .about-info {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-main .about-info h4 {
    font-size: 38px;
    color: #343434;
    font-weight: normal;
    margin-bottom: 44px;
}

.about-main .about-info .text {
    color: #717071;
    font-size: 18px;
    margin: 0;
    line-height: 28px;
}

.about-main .about-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.about-main .about-flex {
    width: 100%;
    margin-top: 75px;
}

.about-main .about-flex .left {
    padding-right: 90px;
    border-right: 1px solid #af0e22;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-main .about-flex .left img {
    max-width: 100%;
}

.about-main .about-flex .right {
    color: #717071;
    font-size: 14px;
    line-height: 25px;
    padding-left: 76px;
    padding-top: 70px;
    text-indent: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-main .about-footer-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 72px;
}

.about-main .about-footer-info {
    width: 100%;
    padding: 100px 40px 0;
}

.about-main .about-footer-info .title {
    font-weight: normal;
    font-size: 24px;
}

.about-main .about-footer-info .list {
    margin-top: -62px;
}

.about-main .about-footer-info .list li {
    color: #717071;
    margin-top: 62px;
    position: relative;
}

.about-main .about-footer-info .list li b {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #af0e22;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0px;
}

.about-main .about-footer-info .list li span {
    display: inline-block;
    color: #343434;
    padding: 0 30px;
}

.about-main .about-footer-info .list li p {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.about-main .about-footer-info .list li .footer-title {
    margin-top: 60px;
}

.about-main .about-footer-info .list li .footer-title h4 {
    width: 94px;
    margin-left: 0px;
    border-top: 1px solid #af0e22;
}

.about-main .about-footer-info .list li .footer-title p {
    margin-left: 100px;
    padding-top: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
}

@media(max-width:767px) {
    .header #tran {
        display: none;
    }
    #search-none {
        display: block;
        width: 100%;
        height: 32px;
        border: 1px solid #ccc;
        position: relative;
        border-radius: 20px;
        margin-bottom: 8px;
    }
    #search-none #sousuo {
        position: absolute;
        right: 10px;
        top: 0;
        border: 0;
        height: 30px;
        background: none;
        outline: none;
        border-radius: 30px;
    }
    #search-none input {
        padding-right: 35px;
        height: 30px;
        padding-left: 10px;
        border: none;
        width: 100%;
        border-radius: 30px;
        outline: none;
    }
    .about-main .title {
        font-size: 14px;
    }
    .header .nav li a {
        text-decoration: none;
        color: #717071;
        font-size: 16px;
        display: block;
        padding: 0;
    }
    .about-main .about-info {
        padding-top: 5px;
    }
    .about-main .about-info h4 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .about-main .about-info .text {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .about-main .about-flex {
        margin-top: 50px;
    }
    .about-main .about-flex .left {
        padding-right: 0;
        border-right: none;
    }
    .about-main .about-flex .col-sm-12 {
        padding-right: 15px;
    }
    .about-main .about-flex .col-sm-12 {
        padding-left: 15px;
    }
    .about-main .about-flex .right {
        width: 100%;
        padding-top: 20px;
    }
    .about-main .about-flex .right p {
        padding-right: 0;
        font-size: 14px;
        line-height: 22px;
        text-indent: 2em;
    }
    .about-main .about-footer-info {
        padding: 0;
        margin-bottom: 0px;
    }
    .about-main .about-footer-info .list li .footer-title p {
        padding-top: 20px;
    }
    .about-main .about-footer-info .title {
        margin: 30px 0;
    }
    .about-main .about-footer-info .list li b {
        left: 15px;
    }
    .about-main .about-footer-info .list li span {
        padding: 0;
        margin-left: 30px;
        font-size: 18px;
    }
    .about-main .about-footer-info .list li .footer-title {
        margin-top: 0;
    }
    .about-main .about-footer-img img {
        margin-top: 30px;
    }
    .about-main .about-footer-info .list {
        margin-top: 0;
    }
    .about-main .about-footer-info .list li {
        margin-top: 10px;
    }
    .production {
        margin-bottom: 10px;
    }
    .header .search-open {
        padding: 6px;
        position: absolute;
        bottom: -8px;
        right: 54px;
        padding-right: 25px;
    }
    .pro-list dl dd {
        color: #717071;
        font-size: 14px;
        margin-top: 5px;
    }
    .header .mobile {
        display: block;
        color: #595757;
        font-size: 22px;
        position: absolute;
        top: 28px;
        right: 18px;
    }
    .header .tel {
        display: none;
    }
    .header .icon {
        position: absolute;
        top: 28px;
        right: 58px;
    }
    .header .icon .iconfont:nth-child(1) {
        margin-right: 16px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about-info {
        padding-top: 50px;
    }
    .about-main .about-flex .left {
        padding-right: 0;
        text-align: center;
        border-right: none;
    }
    .about-main .about-flex .right {
        padding-left: 15px;
        padding-top: 20px;
    }
    .about-main .about-footer-img img {
        margin-top: 50px;
    }
    .about-main .about-footer-info {
        padding: 50px 40px 0;
    }
    .production2 .text-info .left h4,
    .production2 .text-info .right h4 {
        font-size: 24px;
        width: 100%;
        font-weight: normal;
        color: #343434;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .production2 .text-info .left p,
    .production2 .text-info .right p {
        width: 100%;
        padding-top: 0;
    }
    .production {
        margin-bottom: 70px;
    }
}
/*产品页内容*/

.banner3 img {
    max-width: 100%;
}

.pro-main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.pro-main .title {
    color: #717071;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 24px;
}

.pro-main .title a {
    color: #666;
}

.pro-main .title .current {
    color: #333;
}

.pro-main .sel {
    width: 100%;
    background: #af0e22;
    line-height: 40px;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
    font-size: 16px;
    color: #fff;
}
.pro-main .sel .select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 212px;
    height: 26px;
}
.pro-main .sel #opt {
    width: 100%;
    height: 26px;
    letter-spacing: 3px;
    font-size: 14px;
    background: none;
    color: #fff;
    outline: none;
    border-color: #fff;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: top;
    padding: 0 5px;
    line-height: 1;
    border-radius: 0;
    position: relative;
    z-index: 2;
    display: block;
}
.pro-main .sel .select:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
}
.pro-main .sel #opt option {
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    background-color: #af0e22;
}
.pro-main .pro-title {
    padding-left: 60px;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #717071;
}

.pro-main .pro-title p {
    letter-spacing: 6px;
    font-size: 18px;
}

.pro-main .pro-title span {
    display: block;
    font-size: 14px;
    letter-spacing: 6px;
    width: 110px;
    border-top: 1px solid #af0e22;
    margin-top: 15px;
    padding-top: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro-main .pro-con {
    width: 100%;
    margin-top: 30px;
}

.pro-main .pro-con .list {
    padding-left: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro-main .pro-con .list li {
    list-style: none;
    line-height: 36px;
}

.pro-main .pro-con .list li a {
    color: #717071;
    font-size: 14px;
}

.pro-main .pro-con .list li .mer {
    font-size: 14px;
    letter-spacing: 6px;
    width: 70px;
    border-bottom: 1px solid #717071;
    margin-top: 115px;
    color: #717071;
}

.pro-main .pro-con .right dl dt img {
    width: 100%;
}

.pro-main .pro-con .right dl dd {
    text-align: center;
    font-size: 16px;
    color: #717071;
}

.pro-main .pro-con .right dl dd span {
    display: block;
    width: 57px;
    border-top: 3px solid #717071;
    margin: 10px auto 4px;
    font-size: 20px;
}
.pro-main .pro-con .right dl dd h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pro-main .pro-con .right dl dd p {
    text-align: left;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height: 44px;
	overflow: hidden;
}

.pro-main .pro-con .pro-right {
    background: #d3d7da;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pro-main .pro-con2 {
    width: 100%;
}

.pro-main .pro-con2 .list {
    margin-top: 32px;
    padding-left: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro-main .pro-con2 .list li {
    list-style: none;
    line-height: 36px;
}

.pro-main .pro-con2 .list li a {
    color: #717071;
    font-size: 14px;
}

.pro-main .pro-con2 .list li a:hover {
    color: #333;
}

.pro-main .pro-con2 .list li .mer {
    font-size: 14px;
    letter-spacing: 6px;
    width: 70px;
    border-bottom: 1px solid #717071;
    margin-top: 70px;
    color: #717071;
}

.pro-main .pro-con2 .right dl dt img {
    max-width: 100%;
}

.pro-main .pro-con2 .right dl dd {
    text-align: center;
    font-size: 16px;
    color: #717071;
}

.pro-main .pro-con2 .right dl dd span {
    display: block;
    width: 57px;
    border-top: 1px solid #717071;
    margin: 4px auto;
    font-size: 20px;
}

.pro-main .pro-con2 .right dl dd p {
    text-align: left;
    line-height: 22px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro-main .pro-con2 .pro-right {
    background: #d3d7da;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pro-main .pro-con3 {
    width: 100%;
}

.pro-main .pro-con3 .list {
    margin-top: 32px;
    padding-left: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro-main .pro-con3 .list li {
    list-style: none;
    line-height: 36px;
}

.pro-main .pro-con3 .list li a {
    color: #717071;
    font-size: 14px;
}

.pro-main .pro-con3 .list li .mer {
    font-size: 14px;
    letter-spacing: 6px;
    width: 70px;
    border-bottom: 1px solid #717071;
    margin-top: 115px;
    color: #717071;
}

.pro-main .pro-con3 .right dl dt img {
    max-width: 100%;
}

.pro-main .pro-con3 .right dl dd {
    text-align: center;
    font-size: 16px;
    color: #717071;
}

.pro-main .pro-con3 .right dl dd span {
    display: block;
    width: 57px;
    border-top: 1px solid #717071;
    margin: 4px auto;
    font-size: 20px;
}

.pro-main .pro-con3 .right dl dd p {
    text-align: left;
    line-height: 22px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro-main .pro-con3 .pro-right {
    background: #d3d7da;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pro-main .pro-con4 {
    width: 100%;
}

.pro-main .pro-con4 .list {
    margin-top: 32px;
    padding-left: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro-main .pro-con4 .list li {
    list-style: none;
    line-height: 36px;
}

.pro-main .pro-con4 .list li a {
    color: #717071;
    font-size: 14px;
}

.pro-main .pro-con4 .list li .mer {
    font-size: 14px;
    letter-spacing: 6px;
    width: 70px;
    border-bottom: 1px solid #717071;
    margin-top: 115px;
    color: #717071;
}

.pro-main .pro-con4 .right .row {
    padding-top: 30px;
}

.pro-main .pro-con4 .right dl dt img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.pro-main .pro-con4 .right dl dd {
    text-align: center;
    font-size: 16px;
    color: #717071;
}

.pro-main .pro-con4 .right dl dd span {
    display: block;
    width: 57px;
    border-top: 1px solid #717071;
    margin: 4px auto;
    font-size: 20px;
}

.pro-main .pro-con4 .right dl dd p {
    text-align: left;
    line-height: 22px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro-main .pro-con4 .pro-right .row {
    background: #d3d7da;
}

.pro-main .pro-con5 {
    width: 100%;
}

.pro-main .pro-con5 .list {
    margin-top: 32px;
    padding-left: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro-main .pro-con5 .list li {
    list-style: none;
    line-height: 36px;
}

.pro-main .pro-con5 .list li a {
    color: #717071;
    font-size: 14px;
}

.pro-main .pro-con5 .list li .mer {
    font-size: 14px;
    letter-spacing: 6px;
    width: 70px;
    border-bottom: 1px solid #717071;
    margin-top: 115px;
    color: #717071;
}

.pro-main .pro-con5 .right dl dt img {
    max-width: 100%;
}

.pro-main .pro-con5 .right dl dd {
    text-align: center;
    font-size: 16px;
    color: #717071;
}

.pro-main .pro-con5 .right dl dd span {
    display: block;
    width: 57px;
    border-top: 1px solid #717071;
    margin: 4px auto;
    font-size: 20px;
}

.pro-main .pro-con5 .right dl dd p {
    text-align: left;
    line-height: 22px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro-main .pro-con5 .pro-right .row {
    background: #d3d7da;
    padding-top: 30px;
}

@media(max-width:767px) {
    .pro-main .title {
        margin-bottom: 4px;
        font-size: 14px;
    }
    .pro-main .pro-title p {
        font-size: 16px;
    }
    .pro-main .sel #opt option {
        font-size: 12px;
    }
    .pro-main .pro-title {
        padding-left: 0;
        margin-top: 20px;
    }
    .pro-main .pro-title span {
        padding-top: 10px;
    }
    .pro-main .pro-con .list {
        padding-left: 15px;
        margin-top: 10px;
    }
    .pro-main .pro-con3 .right dl {
        margin-bottom: 45px;
    }
    .pro-main .pro-con4 .right dl dt img {
        display: block;
        margin: 0 auto;
    }
    .pro-main .pro-con5 .right dl dt img {
        display: block;
        margin: 0 auto;
    }
    .pro-main .pro-con2 .right dl {
        margin-bottom: 45px;
    }
    .act-main .act-con {
        padding-bottom: 0px;
    }
    .pro-main .pro-con .list li .mer {
        margin-top: 0;
    }
    .pro-main .pro-con5 .right dl dd p {
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .pro-main .pro-con5 .right dl dd h4 {
        margin-bottom: 0px;
    }
    .pro-main .pro-con4 .right dl dd p {
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .pro-main .pro-con4 .right dl dd h4 {
        margin-bottom: 0px;
    }
    .pro-main .pro-con3 .right dl dd p {
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .pro-main .pro-con3 .right dl dd h4 {
        margin-bottom: 0px;
    }
    .pro-main .pro-con2 .right dl dd p {
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .pro-main .pro-con2 .right dl dd h4 {
        margin-bottom: 0px;
    }
    .pro-main .pro-con .right dl dd p {
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .pro-main .pro-con .right dl dd h4 {
        margin-bottom: 0px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pro-main .pro-con2 .right dl {
        margin-bottom: 30px;
    }
    .pro-main .pro-con3 .right dl {
        margin-bottom: 45px;
    }
    .pro-main .pro-con4 .right {
        margin: 0;
        padding: 0;
    }
    .pro-main .pro-con5 .right {
        margin-top: 0;
    }
    .pro-main .pro-title p {
        margin-bottom: -10px;
    }
    .pro-main .pro-title span {
        padding-top: 6px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .footerimg {
        margin-top: 0;
    }
    .production .title {
        width: 168px;
        height: 100px;
    }
    .production .title span {
        display: block;
        line-height: 80px;
    }
    .production .title i {
        position: absolute;
        bottom: 2px;
        left: 70px;
    }
    .production2 .title2 {
        width: 168px;
        height: 100px;
        padding: 0;
    }
    .production2 .title2 span {
        display: block;
        line-height: 100px;
        font-size: 36px;
        padding-top: 0;
    }
    .production2 .title2 i {
        position: absolute;
        font-size: 24px;
        bottom: 2px;
        left: 70px;
    }
}

@media(max-width:767px) {
    .banner .pre {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .banner .pre i {
        font-size: 14px;
    }
    .banner .next {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .banner .next i {
        font-size: 14px;
    }
    .pro-list dl dt img {
        width: 100%;
    }
    .production2 .text-info .left {
        margin-top: 35px;
    }
    .production2 .text-info .right {
        margin-top: 35px;
    }
    .production2 .text-info .left h4 {
        width: 100%;
        text-align: center;
    }
    .production2 .text-info .right h4 {
        width: 100%;
        text-align: center;
    }
    .production2 .text-info .left p {
        width: 100%;
        padding-top: 0px;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }
    .production2 .text-info .right p {
        width: 100%;
        padding-top: 0px;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }
    .production .title {
        width: 108px;
        height: 70px;
    }
    .production .title span {
        display: block;
        line-height: 70px;
        font-size: 20px;
    }
    .production .title i {
        position: absolute;
        font-size: 14px;
        bottom: 2px;
        left: 48px;
    }
    .pro-list {
        margin-top: 15px;
    }
    .production2 .title2 {
        width: 108px;
        height: 70px;
        padding: 0;
    }
    .production2 .title2 span {
        display: block;
        line-height: 70px;
        font-size: 20px;
        padding-top: 0;
    }
    .production2 .text-info {
        padding-top: 40px;
    }
    .production2 .title2 i {
        position: absolute;
        font-size: 14px;
        bottom: 2px;
        left: 48px;
    }
    .pro-list {
        margin-top: 15px;
    }
    .pro-list .list {
        margin-left: 8px;
    }
    .pro-main .pro-con2 .list {
        padding-left: 10px;
        margin-top: 10px;
    }
    .pro-main .pro-con3 .list {
        padding-left: 10px;
        margin-top: 10px;
    }
    .pro-main .pro-con4 .list {
        padding-left: 10px;
        margin-top: 10px;
    }
    .pro-main .pro-con5 .list {
        padding-left: 10px;
        margin-top: 10px;
    }
    .pro-main .pro-con .list li {
        margin-right: 10px;
        display: inline-block;
    }
    .pro-main .pro-con2 .list li {
        margin-left: 10px;
        display: inline-block;
    }
    .pro-main .pro-con3 .list li {
        margin-left: 10px;
        display: inline-block;
    }
    .pro-main .pro-con4 .list li {
        margin-left: 10px;
        display: inline-block;
    }
    .pro-main .pro-con5 .list li {
        margin-left: 10px;
        display: inline-block;
    }
    .pro-main .pro-con2 .list li .mer {
        margin-top: 15px;
    }
    .pro-main .pro-con3 .list li .mer {
        margin-top: 15px;
    }
    .pro-main .pro-con4 .list li .mer {
        margin-top: 15px;
    }
    .pro-main .pro-con5 .list li .mer {
        margin-top: 10px;
    }
    .footer {
        margin-top: 10px;
    }
}
/*活动页内容*/

.banner4 img {
    max-width: 100%;
    display: blcok;
}

.act-main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.act-main .title {
    color: #717071;
    font-size: 18px;
    margin: 10px 0;
}

.act-main .title a {
    color: #666;
}

.act-main .title .current {
    color: #333;
}

.act-main .act-con {
    margin: 0 auto;
    padding: 80px 0;
}

.act-main .act-con .pos {
    position: relative;
}

.act-main .act-con .zhezhao {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    height: 100%;
    vertical-align: middle;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    background: rgba(0, 0, 0, 0);
}

.act-main .act-con .zhezhao .tb {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.act-main .act-con .zhezhao p {
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.act-main .act-con .col-md-6:hover .zhezhao {
    background: rgba(0, 0, 0, 0.5);
    display: block;
}

.act-main .act-con .col-md-6:hover .pos {
    overflow: hidden;
}

.act-main .act-con .col-md-6:hover .pos img {
    transform: scale(1.5, 1.5);
    -webkit-transition: all 2s;
    transition: all 2s;
}

.act-main .act-con .col-md-6:hover .zhezhao p {
    opacity: 1;
}

.act-main .act-con .row .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.act-main .act-con img {
    max-width: 100%;
    display: block;
}

.act-main .act-con2 {
    padding: 70px 0;
}

.act-main .act-con2 dl {
    margin-bottom: 50px;
}

.act-main .act-con2 dl dd {
    border-top: 1px solid #af0e22;
    padding-top: 8px;
}

.act-main .act-con2 dl dd span {
    font-size: 14px;
    color: #343434;
    padding: 20px 0;
}

.act-main .act-con2 dl dd p {
    margin-top: 20px;
    color: #595757;
    font-size: 18px;
    letter-spacing: 2px;
    height: 180px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .act-main .act-con2 dl dd p {
        height: 45px;
    }
    .act-main .act-con2 dl dd {
        float: right;
        width: 60%;
    }
    .act-main .act-con2 dl dt {
        float: left;
        width: 36%;
    }
}

.act-main .act-con2 dl dt {
    margin-top: 20px;
}

.act-main .act-con2 dl dt img {
    display: block;
    max-width: 100%;
}

.act-con3 {
    padding: 20px 0;
}

.act-con3 .new-title {
    font-size: 20px;
    border-bottom: 1px solid #3e3a39;
    padding-bottom: 15px;
}

.act-con3 .new-time {
    font-size: 16px;
}

.act-con3 .new-info {
    padding: 10px 0;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 35px;
}

.act-con3 img {
    width: 100%;
    max-width: 100%;
}

.share {
    width: 100%;
    text-align: right;
    font-size: 18px;
}

.share .bdsharebuttonbox {
    float: right;
}

.share .bdsharebuttonbox a {
    color: #595757;
    font-size: 22px;
}

.read {
    width: 100%;
    line-height: 45px;
    margin-top: 20px;
    display: block;
}

.read a {
    font-size: 18px;
    color: #595757;
    position: relative;
    display: block;
    padding: 0 50px;
    background: #f5f5f5;
    box-sizing: border-box;
}

.read a:last-child {
    margin-top: 15px;
}

.read a:hover {
    color: #595757;
}

.read a i {
    position: absolute;
    right: 16px;
}

.mobile-read {
    display: none;
}

.act-pages {
    margin: 0 auto;
    border-top: 1px dashed #3e3a39;
    padding: 42px 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    display: block;
}

.act-upDown {
    max-width: 100%;
    border-top: 1px dashed #3e3a39;
    padding: 42px 0;
    text-align: right;
    font-size: 18px;
    color: #000;
    display: none;
}

.act-upDown p a {
    margin-right: 10px;
    color: #595757;
    display: inline-block;
    cursor: pointer;
}
.act-pages {
    text-align: center;
}
.act-pages li {
    display: inline-block;
}
.act-pages li a {
    color: inherit;
    display: block;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    padding: 0 5px;
    border: 1px solid transparent;
}
.act-pages li a:hover {
    border-color: #ddd;
}
.act-pages li.active a {
    background-color: #000;
    color: #fff;
}
.act-pages li.active a:hover {
    border-color: #000;
}
.act-pages .total {
    margin-left: 20px;
}
.act-pages .total b {
    font-weight: 100;
}
.act-main .col-sm-12 {
    padding: 0;
}

@media(max-width:767px) {
    .act-main .act-con {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .act-main .act-con2 dl {
        margin-bottom: 10px;
    }
    .act-main .act-con2 dl dd p {
        margin-top: 0;
    }
    .act-main .act-con2 dl dt {
        margin-top: 0;
    }
    .act-pages {
        display: none;
    }
    .act-upDown {
        display: block;
    }
    .act-main .col-sm-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .act-main .act-con2 dl dd p {
        font-size: 14px;
        line-height: 22px;
    }
    .act-upDown {
        padding: 10px 0;
    }
    .footer {
        margin-top: 0;
    }
    .act-main .act-con2 {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .act-main .act-con .zhezhao {
        position: inherit;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: none;
        opacity: 1;
        margin-bottom: 10px;
    }
    .act-main .act-con .zhezhao p {
        opacity: 1;
        color: #666;
        margin-bottom: 10px;
        font-size: 14px;
        -webkit-transition: none;
        transition: none;
    }
    .act-main .act-con .col-md-6:hover .zhezhao {
        position: inherit;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: none;
    }
    .act-main .title {
        font-size: 14px;
    }
    .act-main .act-con .col-md-6:hover .pos {
        overflow: hidden;
    }
    .act-main .act-con .col-md-6:hover .pos img {
        transform: scale(1, 1);
        -webkit-transition: none;
        transition: none;
    }
    .read {
        display: none;
    }
    .mobile-read {
        display: block;
        font-size: 16px;
        float: left;
    }
    .mobile-read a {
        color: #595757;
        font-size: 14px;
        background: #f5f5f5;
        padding: 4px;
        margin-right: 4px;
        border-radius: 2px;
    }
    .act-con3 .new-title {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .act-con3 .new-time {
        font-size: 14px;
    }
    .act-con3 .new-info {
        font-size: 14px;
    }
    .share {
        font-size: 16px;
    }
    .share .bdsharebuttonbox a {
        font-size: 22px;
    }
    .act-con3 .new-info {
        line-height: 25px;
    }
    .act-con3 {
        padding: 10px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .act-main .act-con2 dl {
        margin-bottom: 45px;
    }
    .act-main .act-con2 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .act-main .act-con {
        padding: 45px 0;
    }
    .act-main .act-con .zhezhao p {
        opacity: 1;
        color: #666;
        margin-bottom: 10px;
        -webkit-transition: none;
        transition: none;
    }
    .act-main .act-con .col-md-6:hover .zhezhao {
        position: inherit;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: none;
        opacity: 1;
    }
    .act-main .act-con .zhezhao {
        position: inherit;
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: none;
        opacity: 1;
        margin-bottom: 15px;
    }
    .act-pages {
        display: none;
    }
    .act-upDown {
        display: block;
    }
    .act-main .col-sm-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .act-upDown {
        padding: 10px 0;
    }
    .footer {
        margin-top: 0;
    }
    .act-main .act-con2 {
        padding: 39px 0;
    }
    .act-main .act-con .col-md-6:hover .pos {
        overflow: hidden;
    }
    .act-main .act-con .col-md-6:hover .pos img {
        transform: scale(1, 1);
    }
    .read {
        display: none;
    }
    .mobile-read {
        display: block;
        font-size: 16px;
        float: left;
    }
    .mobile-read a {
        color: #595757;
        font-size: 20px;
        display: inline-block;
        background: #f5f5f5;
    }
    .act-con3 .new-title {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .act-con3 .new-time {
        font-size: 16px;
    }
    .act-con3 .new-info {
        font-size: 16px;
    }
    .share {
        font-size: 20px;
    }
    .share .bdsharebuttonbox a {
        font-size: 26px;
    }
    .act-con3 .new-info {
        line-height: 30px;
    }
    .act-con3 {
        padding: 10px 0;
    }
}
/*我们页内容*/

.banner6 img {
    max-width: 100%;
}

.us-main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.us-main .title {
    color: #717071;
    font-size: 18px;
    margin: 10px 0;
}

.us-main .title a {
    color: #666;
}

.us-main .title .current {
    color: #333;
}

.us-main .text-info {
    width: 100%;
    text-align: center;
}

.us-main .text-info h3 {
    text-align: center;
    color: #3e3a39;
    margin-bottom: 52px;
    font-size: 34px;
    font-weight: normal;
    display: inline-block;
}

.us-main .text-info p {
    font-size: 18px;
    color: #717071;
    margin-bottom: 10px;
    text-align: left;
    line-height: 27px;
    text-indent: 2em;
}

.us-main .footer-icon {
    margin: 50px 0;
    padding: 30px 10%;
    background: #af0e22;
    color: #fff;
}
@media (max-width: 767px) {
    .us-main .footer-icon {
        margin: 30px 0;
        padding: 20px 15px;
    }
}
.us-main .footer-icon .title {
    color: #fff;
}
.us-main .icon {
    text-align: center;
}
.us-main .icon div {
    display: inline-block;
    margin: 10px 20px;
    font-size: 18px;
}
.us-main .icon div i {
    font-size: 32px;
    margin-bottom: 5px;
    display: inline-block;
}

.chat-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.chat-title span {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 30px 100px;
}

.chat-address {
    text-align: center;
    padding: 10px 0;
}

.chat-address p {
    font-size: 18px;
    line-height: 25px;
    color: #595757;
}

.chat-tel {
    text-align: center;
    padding: 10px 0;
}

.chat-tel p {
    font-size: 18px;
    line-height: 25px;
    color: #595757;
}

.chat-work {
    text-align: center;
    padding: 10px 0;
}

.chat-work p {
    font-size: 18px;
    line-height: 25px;
    color: #595757;
}

.chat-join {
    text-align: center;
    padding: 10px 0;
}

.chat-join p {
    font-size: 18px;
    color: #595757;
}

.messages {
    padding: 50px 0;
}

.messages img {
    margin: 0 auto;
    display: block;
}

.messages .mes-title {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    color: #595757;
}

.customer {
    width: 100%;
    padding: 20px 35px;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: 2px;
}

.customer .input-row {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    padding: 0 15px;
}

.customer .input-rows {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
}

.customer .tb {
    display: table;
    width: 100%;
}

.customer .tb .tc {
    display: table-cell;
    vertical-align: middle;
}

.customer .tb .tc textarea {
    width: 100%;
    display: table-cell;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.customer .tb .tc.t {
    width: 112px;
    text-align: right;
}

.customer .tb .tc.b {
    width: 90px;
    font-size: 16px;
}

.customer .tb .tc button {
    width: 100%;
    font-size: 12px;
    background: #5acd4f;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 4px 0;
}

.customer .tb .tc .sub {
    line-height: 30px;
    background: #ccc;
    border-radius: 3px;
    color: #595757;
    text-align: center;
    border: none;
}

.customer input {
    width: 100%;
    font-size: 12px;
    padding: 4px 0;
    padding-left: 4px;
    border-radius: 2px;
    border: 1px solid #ccc;
	height: 32px;
}

.customer img {
	height: 32px;
	cursor: pointer;
}
#map {
    margin-top: 30px;
}

@media(min-width:768px) {
    .us-main .footer-icon .icon [class*="col-"] {
        width: 14.2%;
    }
}

@media(max-width:767px) {
    .us-main .text-info {
        margin: 0;
    }
    .us-main .text-info h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .us-main .text-info p {
        font-size: 14px;
        line-height: 25px;
    }
    .us-main .title {
        font-size: 14px;
    }
    .pro-main .sel #opt {
        font-size: 12px;
    }
    .pro-main .sel {
        font-size: 14px;
    }
    .customer .input-row {
        width: 100%;
        padding: 0;
    }
    .messages {
        padding: 20px 0;
    }
    .customer {
        padding: 0;
    }
    .customer .input-rows {
        padding: 0;
    }
    .customer .tb .tc.t {
        font-size: 14px;
        width: 90px;
    }
    .chat-title {
        font-size: 16px;
    }
    .customer .tb .tc button {
        font-size: 12px;
    }
    .chat-title span {
        display: inline-block;
        border-bottom: 1px solid #ccc;
        padding: 20px 100px;
    }
}

#bdshare_weixin_qrcode_dialog {
    box-sizing: content-box!important;
}

.bd_weixin_popup .bd_weixin_popup_main {
    padding: 10px 10px!important;
}

@media(min-width:768px) and (max-width:991px) {
    .us-main .text-info {
        margin: 45px 0;
    }
    .us-main .footer-icon {
        margin-top: 50px;
    }
    .us-main .text-info p {
        font-size: 16px;
        line-height: 24px;
    }
    .us-main .text-info h3 {
        margin-bottom: 30px;
    }
}
/*底部*/

.footer {
    width: 100%;
    margin-top: 45px;
    padding-bottom: 40px;
    border-top: 1px solid #333038;
    position: relative;
}
.footer .title,
.footer .title2 {
    font-size: 16px;
}
@media (min-width: 768px) {
    .footer .title,
    .footer .title2 {
        width: 78px;
        height: 77px;
        background: #333038;
        color: #fff;
        text-align: center;
        letter-spacing: 2px;
        padding-top: 17px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-right: 20px
    }
}

.footer .first-list {
    width: 300px;
    float: left;
    margin-top: 50px;
}

.footer .first-list li {
    float: left;
    margin-right: 20px;
    list-style: none;
    text-align: center;
    color: #717071;
    font-size: 18px;
}

.footer .first-list li a {
    color: #595757;
}

.footer .sec-list {
    width: 375px;
    float: left;
    margin-top: 50px;
}

.footer .sec-list li {
    float: left;
    margin-right: 20px;
    letter-spacing: 2px;
    list-style: none;
    text-align: center;
    color: #717071;
    font-size: 20px;
}

.footer .sec-list li a {
    color: #595757;
}

.footer .try-code {
    margin-top: 45px;
}
.footer .try-code  img {
    max-width: 120px;
}
.footer .try-code p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* justify-content: space-around;
align-items: center; */
    display: flex;
}

.footer .try-code p a {
    display: inline-block;
    text-align: center;
    font-size: 32px;
    color: #3e3a39;
}

.footer .try-code p .left {
    margin-left: -3px;
}

.footer .try-code p .right {
    margin-left: 0px;
}

.bdshare-button-style0-16 a {
    background-image: none!important;
    padding-left: 0px!important;
}

.right-fix1 {
    display: none;
}

.right-fix2 {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 99;
    display: block;
}

.right-fix2 ol {
    position: fixed;
    right: 28px;
    bottom: 20%;
    z-index: 99;
}

.right-fix2 ol li {
    opacity: 0;
    padding: 0 15px;
    line-height: 36px;
    transition: all .5s ease-in-out;
}

.right-fix2 ol .join-qq {
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 0 20px;
    position: absolute;
    top: -29px;
}

.right-fix2 ol .weixin-code {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.right-fix2 ol .call-cell {
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    position: absolute;
    bottom: 58px;
}

.right-fix2 ul li span {
    color: #333;
}

.right-fix2 ul .tel {
    background-color: #000;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 8px;
    height: 35px;
    border-bottom: 1px solid #fff;
}

.right-fix2 ul .tel i {
    font-size: 24px;
    color: #333;
}

.right-fix2 ul .qq {
    background-color: #000;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #fff;
}

.right-fix2 ul .qq i {
    font-size: 24px;
    color: #333;
}

.right-fix2 ul .wechat {
    background-color: #000;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    border-bottom: 1px solid #fff;
}

.right-fix2 ul .wechat i {
    font-size: 24px;
    color: #333;
}

.right-fix2 ul .to-top {
    background-color: #000;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #fff;
}

.right-fix2 ul .to-top i {
    font-size: 16px;
    color: #333;
    display: block;
}

.big-opacity {
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    padding: 0 15px;
}

.success-submit {
    width: 100%;
    max-width: 375px;
    height: 280px;
    background: #fff;
    border-radius: 2px;
    margin: 0 auto;
    position: relative;
    top: 30%;
}

.success-submit .icon-chahao {
    font-size: 22px;
    color: #333;
    position: absolute;
    right: 10px;
    top: 10px;
}

.success-submit .icon-chenggong {
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 42px;
    color: #6ccf1c;
    margin: 0 auto;
    padding-top: 110px;
}

.success-submit p {
    text-align: center;
    font-size: 18px;
    color: #333;
    padding-top: 70px;
}

.success-submit button {
    background: #f89330;
    color: #fff;
    display: block;
    width: 97px;
    height: 34px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
}

@media(max-width:767px) {
    .pro-list dl {
        margin-top: 0px;
    }
    .footerimg {
        margin-top: 20px;
    }
    .footer .sec-list {
        width: 100%;
        margin-top: 0;
    }
    .footer .first-list li a {
        font-size: 16px;
    }
    .footer .first-list {
        width: 100%;
        margin-top: 0;
        font-size: 16px;
    }
    .footer .sec-list li a {
        font-size: 16px;
    }
    .footer .try-code {
        float: left;
        margin-top: 0px;
    }
    .footer {
        margin-top: 10px;
    }
    .chat-address p {
        font-size: 14px;
    }
    .chat-tel p {
        font-size: 14px;
    }
    .chat-work p {
        font-size: 14px;
    }
    .chat-join p {
        font-size: 14px;
    }
    .right-fix2 {
        display: none;
    }
    .right-fix1 {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        display: block;
        width: 100%;
    }
    .right-fix1 ul li {
        float: left;
        width: 25%;
    }
    .right-fix1 ul .tel {
        background-color: #3898ed;
        padding: 8px;
        text-align: center;
        margin-bottom: 1px solid #fff;
    }
    .right-fix1 ul .tel i {
        display: block;
        font-size: 32px;
        color: #fff;
    }
    .right-fix1 ul .tel span {
        font-size: 14px;
        text-align: center;
        color: #fff;
    }
    .right-fix1 ul .qq {
        background-color: #64d013;
        text-align: center;
        padding: 8px;
        margin-bottom: 1px solid #fff;
    }
    .right-fix1 ul .qq i {
        display: block;
        font-size: 32px;
        color: #fff;
    }
    .right-fix1 ul .qq span {
        font-size: 14px;
        text-align: center;
        color: #fff;
    }
    .right-fix1 ul .wechat {
        background-color: #fa9b24;
        text-align: center;
        padding: 8px;
        margin-bottom: 1px solid #fff;
    }
    .right-fix1 ul .wechat i {
        display: block;
        font-size: 32px;
        color: #fff;
    }
    .right-fix1 ul .wechat span {
        font-size: 14px;
        text-align: center;
        color: #fff;
    }
    .right-fix1 ul .to-top {
        background-color: #666666;
        text-align: center;
        padding: 8px;
        margin-bottom: 1px solid #fff;
    }
    .right-fix1 ul .to-top i {
        display: block;
        font-size: 32px;
        color: #fff;
    }
    .right-fix1 ul .to-top span {
        font-size: 14px;
        text-align: center;
        color: #fff;
    }
    .right-fix1 ol {
        position: fixed;
        left: 0;
        bottom: 60px;
        z-index: 99;
        display: block;
        width: 100%;
    }
    .right-fix1 ol li {
        width: 25%;
        display: inline-block;
        opacity: 0;
    }
    .success-submit {
        width: 100%;
        max-width: 300px;
        height: 280px;
        background: #fff;
        border-radius: 2px;
        margin: 0 auto;
        position: relative;
        top: 30%;
    }
    .success-submit .icon-chahao {
        font-size: 16px;
        color: #333;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .success-submit .icon-chenggong {
        font-size: 30px;
        color: #6ccf1c;
        margin: 0 auto;
        padding-top: 115px;
    }
    .success-submit p {
        text-align: center;
        font-size: 14px;
        color: #333;
        padding-top: 50px;
    }
    .success-submit button {
        font-size: 12px;
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .footer .try-code {
        float: left;
        margin-top: 30px;
    }
}

.lock {
    overflow: hidden;
    touch-action: none;
}

.lock body {
    overflow: hidden;
    touch-action: none;
    margin-right: 17px;
}

.lock.mobile body {
    margin-right: 0;
}
.act-list {
    margin-top: 30px;
}
.act-list .item {
    display: table;
    width: 100%;
}
.act-list .item>div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.act-list .item .info {
    padding-left: 120px;
    padding-top: 15%;
    font-size: 18px;
    background: url("../images/gift_03.png") no-repeat 120px 40%;
    background-size: 20%;
}
.act-list .item .info p {
    margin-bottom: 0;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .act-list .item .info {
        padding-left: 10px;
        padding-top: 0;
        font-size: 14px;
        background: none;
    }
}
@media (max-width: 400px) {
    .act-list .item .info {
        font-size: 12px;
    }
}
.act-list .item:nth-child(odd) .info{
    background-color: #595757;
    color: #fff;
}
.act-list .item:nth-child(even) .info{
    background-color: #cacbcb;
    color: #717071;
}
.act-list .item img {
    width: 100%;
}
.search-list {
    margin-top: 30px;
}
.search-list .item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.search-list .img {
    width: 140px;
    float: left;
}
.search-list img {
    width: 100%;
}
.search-list .info {
    padding-left: 160px;
}
.search-list a {
    color: inherit;
}
.search-list a:hover p {
    color: #333;
}
.search-list h2 {
    font-size: 18px;
    margin-top: 0;
}
.search-list p {
    height: 60px;
    overflow: hidden;
}
@media (max-width: 440px) {
    .search-list .img {
        width: 100px;
    }
    .search-list .info {
        padding-left: 110px;
    }
    .search-list p {
        height: 40px;
    }
}