﻿@charset "utf-8";
@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_gr3gk5802t3ayvi.eot');
    src: url('//at.alicdn.com/t/font_gr3gk5802t3ayvi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_gr3gk5802t3ayvi.woff') format('woff'), url('//at.alicdn.com/t/font_gr3gk5802t3ayvi.ttf') format('truetype'), url('//at.alicdn.com/t/font_gr3gk5802t3ayvi.svg#iconfont') format('svg');
}

body {
    font-size: 12px;
    font-family: arial, "宋体";
    line-height: 24px;
    border-top: solid 1px #ccc;
}

img {
    max-width: 100%;
    border: 0;
}

a {
    color: #666;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

input {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

a:hover {
    color: #e20008;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.iconfont {
    font-family: 'iconfont';
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    vertical-align: middle;
}

.search {
    z-index: 9;
    padding-left: 100px;
    position: relative;
}

.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative;
}

.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle;
}

.search .search-main {
    top: 87px;
    right: 0;
    z-index: 9;
    width: 320px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    background-color: #eee;
}

@media (max-width:1024px) {
    .search .search-main {
        top: 55px;
    }
}

.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    padding: 5px 0;
}

.search-container .form-control {
    text-align: left;
    border: 0;
    box-shadow: 0;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    vertical-align: top;
    padding: 6px 86px 6px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}

.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #e20008;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: url(../images/pro-icon-2.png) no-repeat center center #e20008;
}

#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer;
}

.header {
    height: 100px;
    position: relative;
    padding-top: 14px;
}

.header .logo {
    float: left;
}

.header .tigs {
    float: right;
    line-height: 20px;
    margin-top: 30px;
}

.header .tigs a {
    padding: 0 5px;
    margin-left: 5px;
    font-family: arial;
    display: inline-block;
}

.header .tigs .active,
.header .tigs a:hover {
    color: #fff;
    background-color: #e20008;
}

.header .pull-right {
    display: inline-block;
    padding: 28px 30px 0 40px;
}

.header .pull-right img {
    max-width: 20px;
}

@media (max-width:1024px) {
    .header {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header .logo img {
        max-height: 50px;
    }
    .header .tigs {
        display: none;
    }
    .header .pull-right {
        padding: 12px 40px 0 0;
    }
}

.nav {
    padding-left: 120px;
    position: relative;
    float: right;
    font-family: "黑体";
}

.nav li {
    float: left;
    font-size: 17px;
    padding: 0 30px;
    position: relative;
    line-height: 86px;
}

.nav li a {
    color: #2c2c2c;
    display: inline-block;
}

.nav li:before {
    content: "";
    top: 10px;
    left: 30px;
    width: 0;
    height: 3px;
    opacity: 0;
    display: none\9;
    position: absolute;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    background-color: #e20008;
}

.nav li:hover:before {
    width: 25px;
    opacity: 1;
    display: block\9;
}

.nav li.active:before {
    width: 25px;
    opacity: 1;
    display: block\9;
}

.nav li:hover .subnav {
    display: block;
}

.nav .subnav {
    left: -60px;
    top: 86px;
    width: 260px;
    z-index: 9;
    padding: 10px 0;
    display: none;
    position: absolute;
    background-color: #e20008;
}

.nav .subnav li {
    line-height: 24px;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    width: 250px;
}

.nav .subnav li a {
    color: #fff;
    display: block;
    text-align: center;
}

.nav .subnav li:hover {
    background-color: #cd0007;
}

.nav .subnav li:hover:before {
    display: none;
}

.nav .subnav-two {}

.nav .subnav-two li {
    padding: 0;
    padding: 15px 0;
}

.nav .subnav-two a {
    padding: 0;
    display: inline-block;
}

@media (max-width:1180px) {
    .nav {
        padding-left: 80px;
    }
    .nav li {
        padding: 0 10px;
    }
}

@media (max-width:1024px) {
    .nav {
        display: none;
    }
}

.phone-nav {
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 21px;
    display: none;
    color: #e20008;
}

@media (max-width:1024px) {
    .phone-nav {
        display: block;
    }
}

#mmenu {
    z-index: 999999;
}

#mmenu .mm-title {
    color: #f8f8f8;
}

.banner .slick-dots {
    bottom: 40px;
}

.banner .slick-dots li button {
    width: 10px;
    height: 10px;
}

.banner .slick-dots li.slick-active button {
    background-color: #e20008;
}

.min-banner {
    display: none;
}

@media (max-width:768px) {
    .banner {
        display: none;
    }
    .min-banner {
        display: block !important;
    }
    .banner .slick-dots {
        display: none !important;
    }
}

@media (max-width:1024px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}

.footer {
    padding: 40px 0;
    font-size: 13px;
    color: #868686;
    background-color: #141414;
}

.footer .menu {
    padding-bottom: 20px;
    border-bottom: solid 1px #1f1f1f;
}

.footer .menu a {
    padding: 0 5%;
}

.footer .menu a:first-child {
    padding-left: 0;
}

.footer a {
    color: #868686;
}

.footer a:hover {
    color: #fff;
}

.footer .contact {
    padding-top: 70px;
}

.footer .name {
    font-size: 20px;
    margin-bottom: 15px;
}

.footer .tel {
    font-size: 28px;
    line-height: 30px;
    margin: 5px 0 25px 0;
}

.footer .title {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    padding: 0 40px 0 30px;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    background-color: #f90009;
    position: relative;
}

.footer .title:after {
    content: "";
    top: 10px;
    right: 10px;
    width: 0;
    height: 0;
    position: absolute;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
}

.footer .title:hover {
    background-color: #e20008;
}

.footer .title:hover:after {
    right: 5px;
}

@media (max-width:991px) {
    .footer {
        display: none;
    }
}

.footer-copy {
    padding: 20px 0;
    background-color: #141414;
    border-top: solid 1px #1f1f1f;
}

.footer-copy select {
    color: #616060;
    background-color: #141414;
    border: solid 1px #616060;
}

@media (max-width:992px) {
    .footer-copy {
        padding: 10px 0;
        margin-bottom: 70px;
    }
    .footer-copy select {
        display: none;
    }
}

.home-title {
    text-align: center;
}

.home-title h3 {
    color: #1e1e1a;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
}

.home-title p {
    margin-top: 20px;
    padding: 0 290px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

@media (max-width:1024px) {
    .home-title h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .home-title p {
        padding: 0 40px;
    }
}

.home-product {
    padding: 70px 0;
}

.home-product .box {
    text-align: center;
}

.home-product .box dt {
    position: relative;
}

.home-product .box dt:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.home-product .box dd {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}

.home-product .box:hover dd a {
    color: #e20008;
    font-weight: bold;
}

.home-product .more {
    height: 80px;
    margin-top: 70px;
    line-height: 80px;
    display: block;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background-color: #efefef;
}

.home-product .more a:hover {
    font-weight: bold;
    color: #e20008;
}

.home-product .slick-prev,
.home-product .slick-next {
    border: 0;
    width: 0;
    height: 0;
    margin-top: 250px;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
}

.home-product .slick-prev {
    left: 20%;
    border-right: solid 7px #4b4a48;
}

.home-product .slick-next {
    right: 20%;
    border-left: solid 7px #4b4a48;
}

.home-product .slick-prev:hover {
    border-right: solid 7px #e20008;
}

.home-product .slick-next:hover {
    right: 20%;
    border-left: solid 7px #e20008;
}

@media (max-width:1024px) {
    .home-product {
        padding: 30px 0;
    }
    .home-product .more {
        height: 50px;
        margin-top: 30px;
        line-height: 50px;
    }
    .home-product .more a {
        display: block;
    }
    .home-product .more:hover {
        background-color: #e20008;
    }
    .home-product .more:hover a {
        color: #fff;
    }
}

.home-solution {
    color: #fff;
    height: 298px;
    font-size: 34px;
    padding-top: 140px;
    line-height: 40px;
    text-align: center;
    background: url(../images/home-tm.png) no-repeat top center #e20008;
}

@media (max-width:1024px) {
    .home-solution {
        font-size: 20px;
        line-height: 26px;
        padding: 50px 0;
        height: auto;
        background-image: none;
        background-color: #e20008;
    }
}

.home-solution-pic .container {
    padding: 0;
}

.home-solution-pic li {
    margin: 50px 0 50px 0;
    position: relative;
}

.home-solution-pic li:after {
    content: "";
    display: block;
    padding-bottom: 70%;
}

.home-solution-pic li img {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.home-solution-pic li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home-solution-pic .more {
    color: #fff;
    display: block;
    line-height: 56px;
    font-size: 14px;
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #e20008;
}

.home-solution-pic .more:hover {
    background-color: #f90009;
}

@media (max-width:640px) {
    .home-solution-pic li {
        width: 50%;
        margin: 0;
        margin: 10px 0;
        padding: 0 10px;
    }
}

.home-about {
    padding-top: 100px;
    text-align: center;
    padding-bottom: 125px;
    background: url(../images/home-bg.jpg) no-repeat center bottom;
}

.home-about .t1 {
    color: #e20008;
    font-size: 24px;
}

.home-about .t2 {
    margin-top: 15px;
    color: #e20008;
    font-size: 34px;
    line-height: 34px;
}

.home-about .t3 {
    margin: 50px 240px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.home-about .more {
    color: #e20008;
    font-size: 14px;
    width: 216px;
    height: 46px;
    line-height: 46px;
    border-radius: 15px;
    display: inline-block;
    border: solid 1px #ddd;
    position: relative;
}

.home-about .more:after {
    content: "";
    width: 0;
    height: 0;
    right: 30px;
    top: 17px;
    position: absolute;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #e20008;
}

.home-about .more:hover {
    border-color: #e20008;
}

@media (max-width:1024px) {
    .home-about {
        padding: 50px 0;
        background-image: none;
    }
    .home-about .t1 {
        font-size: 16px;
    }
    .home-about .t2 {
        font-size: 20px;
        margin-top: 0;
    }
    .home-about .t3 {
        margin: 20px 40px;
    }
    .home-about .more {
        height: 36px;
        width: 180px;
        line-height: 36px;
    }
    .home-about .more:after {
        top: 13px;
    }
}

.home-partner {
    color: #5e5e5e;
    padding: 70px 0 90px 0;
    background-color: #1e1e1e;
}

.home-partner .home-title h3 {
    margin-top: 30px;
    color: #e20008;
}

.home-partner .scroll-3 {
    padding: 0 105px;
    margin-top: 50px;
}

.home-partner .items {
    width: 20%;
    float: left;
    padding-top: 1px;
    padding-left: 1px;
    vertical-align: top;
    display: inline-block;
}

.home-partner .pic {
    position: relative;
    
}

.home-partner .pic:after {
    content: "";
    display: block;
    padding-bottom: 65%;
}

.home-partner .pic:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.home-partner .slick-prev,
.home-partner .slick-next {
    width: 40px;
    height: 40px;
    border: 0;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    border-radius: 100%;
}

.home-partner .slick-prev {
    left: 0;
    background: url(../images/left-arrow.png) no-repeat center center #fff;
}

.home-partner .slick-prev:hover {
    background: url(../images/left-arrow-h.png) no-repeat center center #e20008;
}

.home-partner .slick-next {
    right: 0;
    background: url(../images/right-arrow.png) no-repeat center center #fff;
}

.home-partner .slick-next:hover {
    background: url(../images/right-arrow-h.png) no-repeat center center #e20008;
}

@media (max-width:1024px) {
    .home-partner {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .home-partner .scroll-3 {
        padding: 0;
        margin-top: 15px;
    }
    .home-partner .slick-prev,
    .home-partner .slick-next {
        display: none;
        opacity: 0;
        background: none;
    }
}

.home-message {
    padding-top: 70px;
}

.home-message .home-title h3 {
    color: #e20008;
}

.home-message .box {
    padding-left: 90px;
}

.home-message .box ul {
    width: 50%;
    float: left;
    margin-top: 50px;
    padding-left: 5%;
}

.home-message .box li {
    overflow: hidden;
    margin-top: 15px;
}

.home-message .box li p {
    position: relative;
}

.home-message .box li p font {
    color: #f30;
    display: none;
    font-size: 12px;
    padding: 0 5px;
    position: absolute;
    right: 27px;
    top: 0;
    z-index: 9;
}

.home-message .box li p span {
    top: 3px;
    right: 20px;
    position: absolute;
}

.home-message .box li p em {
    color: #f30;
    right: 25px;
    top: 15px;
    position: absolute;
    font-style: normal;
}

.home-message .box li input {
    color: #999;
    font-size: 13px;
    width: 100%;
    padding: 15px;
    padding-right: 30px;
    border: solid 1px #efefef;
}

.home-message .box li input:focus {
    border-color: #e20008;
}

.home-message .box li input[type="button"] {
    border: 0;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #f90009;
}

.home-message .box li input[type="button"]:focus {
    background-color: #e20008;
}

.home-message .box li .col-xs-5 {
    padding-left: 0;
}

@media (max-width:1000px) {
    .home-message {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home-message .box {
        padding-left: 0;
    }
    .home-message .box .pic {
        display: none;
    }
    .home-message .box ul {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
    .home-message .box ul li p {
        padding: 0 5px;
    }
    .home-message .box li .col-xs-7 {
        padding-left: 0;
        width: 100%;
    }
    .home-message .box li .col-xs-5 {
        padding-left: 0;
        width: 100%;
        margin-top: 10px;
    }
}

.home-news {
    padding: 70px 0 90px 0;
    background-color: #f4f3f5;
}

.home-news .container {
    padding: 0;
}

.home-news .home-title {
    padding: 0 15px;
}

.home-news .scroll {
    margin-top: 50px;
}

.home-news .box {
    margin: 0 15px;
}

.home-news .box dt {
    position: relative;
}

.home-news .box dt:after {
    content: "";
    display: block;
    padding-bottom: 53%;
}

.home-news .box dt:before {
    content: "";
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    background-color: rgba(0, 0, 0, 0.5);
}

.home-news .box dd {
    color: #737272;
    text-align: center;
    padding: 20px 15px 40px 15px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.home-news .box dd h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}

.home-news .box dd h3 a {
    color: #555;
    display: block;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.home-news .box dd p {
    height: 40px;
    margin-top: 5px;
    overflow: hidden;
    line-height: 20px;
}

.home-news .box dl:hover dd {
    background-color: #fff;
}

.home-news .box dl:hover dd h3 a {
    color: #e20008;
}

.home-news .box dl:hover dt:before {
    opacity: 1;
}

.home-news .slick-dots {
    bottom: -20px;
}

.home-news .slick-dots li.slick-active button {
    background-color: #e20008;
}

.home-news .slick-dots li button {
    width: 9px;
    height: 9px;
    margin: 0 3px;
    border-radius: 100%;
    background-color: #ddd;
}

@media (max-width:1024px) {
    .home-news {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .home-news .scroll {
        margin-top: 30px;
    }
    .home-news .box {
        margin: 0 5px;
    }
    .home-news .slick-dots {
        bottom: -40px;
    }
}

@media (max-width:390px) {
    .home-news .box {
        margin: 0 10px;
    }
}

.page-banner {
    text-align: center;
}

.page-current {
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}

.page-current p {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.page-info h2 {
    color: #000;
    margin-top: 50px;
    font-size: 36px;
    line-height: 40px;
    font-family: "黑体";
    text-align: center;
    font-weight: normal;
}

.page-info p {
    font-size: 14px;
    color: #535353;
    font-size: 13px;
    padding: 30px 150px;
}

@media (max-width:1024px) {
    .page-info p {
        padding: 15px;
    }
}

@media (max-width:767px) {
    .page-info h2 {
        font-size: 24px;
        margin-top: 30px;
    }
    .page-info p {
        height: 48px;
        overflow: hidden;
        line-height: 24px;
        padding: 0 15px;
        margin: 20px 0;
    }
}

.page-content {
    margin-top: 50px;
    padding-bottom: 70px;
}

@media (max-width:1024px) {
    .page-content {
        margin-top: 0;
        padding-bottom: 40px;
    }
}

.list-about {
    line-height: 26px;
    font-size: 13px;
    color: #4c4c4c;
}

.list-about .pic {
    float: left;
    margin-right: 50px;
}

.list-about .t1 {
    font-size: 40px;
    line-height: 40px;
    color: #e20008;
}

.list-about .t2 {
    color: #e20008;
    font-size: 14px;
}

@media (max-width:1024px) {
    .list-about .pic {
        display: none;
    }
    .list-about .t1 {
        font-size: 20px;
        line-height: 20px;
    }
}

.list-news {
    margin-top: 40px;
    padding-top: 30px;
    background-color: #f9f9f9;
}

.list-news dl {
    overflow: hidden;
    padding: 50px 0;
    border-bottom: solid 1px #ededed;
}

.list-news dl dt {
    width: 25%;
    float: right;
    position: relative;
}

.list-news dl dt:after {
    content: "";
    display: block;
    padding-bottom: 53%;
}

.list-news dl dd {
    padding: 0;
    width: 70%;
    float: left;
}

.list-news dl dd h3 {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden;
}

.list-news dl dd span {
    color: #888;
}

.list-news dl dd p {
    margin-top: 5px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #888;
}

.list-news dl dd time {
    color: #a9a9a9;
}

.list-news dl dd .more {
    font-size: 14px;
    padding: 0 40px;
    line-height: 30px;
    color: #515151;
    display: inline-block;
    margin-top: 25px;
    background-color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border: solid 1px #e1e1e1;
}

.list-news dl:hover dd {
    border-color: #e20008;
}

.list-news dl:hover dd h3 a {
    color: #e20008;
}

.list-news dl:hover dd .more {
    color: #fff;
    border-color: #e20008;
    background-color: #e20008;
}

@media (max-width:767px) {
    .list-news {
        padding-top: 0;
        margin-top: 20px;
    }
    .list-news dl {
        margin-top: 0;
        padding: 30px 0;
    }
    .list-news dl dt {
        width: 100%;
        display: none;
    }
    .list-news dl dd {
        width: 100%;
    }
}

.list-solution dl dt {
    float: left;
}

.list-solution dl dd {
    float: right;
}

.list-related-news {
    padding: 50px 0;
    background-color: #e7e7e7;
}

.list-related-news .container {
    position: relative;
}

.list-related-news .title {
    top: 0;
    left: 0;
    position: absolute;
}

.list-related-news .title p {
    color: #121212;
    font-size: 30px;
    padding-bottom: 5px;
}

.list-related-news .title span {
    color: #686868;
    font-size: 14px;
    font-family: arial;
}

.list-related-news li {
    height: 40px;
    font-size: 13px;
    overflow: hidden;
    line-height: 40px;
    margin-left: 20%;
}

.list-related-news li span {
    float: right;
    padding-left: 30px;
    display: inline-block;
    font-family: arial;
}

@media (max-width:1024px) {
    .list-related-news {
        padding: 30px 0;
    }
    .list-related-news .title {
        left: 15px;
    }
    .list-related-news .title p {
        font-size: 18px;
        padding-bottom: 0;
    }
    .list-related-news ul {
        margin-top: 60px;
    }
    .list-related-news li {
        width: 100%;
        margin-left: 0;
        height: 30px;
        line-height: 30px;
    }
}

.list-news-show {
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 28px;
    color: #494949;
    font-size: 13px;
}

.list-news-show p {
    margin: 15px 0px;
    line-height: 1.9;
    font-size: 14px;
}

.list-news-show .title {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.list-news-show .title-2 {
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 30px;
    font-weight: normal;
    background-color: #585858;
}

.list-news-show .info {
    padding: 5px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
    text-align: center;
}

@media (max-width:1024px) {
    .list-news-show {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .list-news-show .title {
        font-size: 16px;
    }
    .list-news-show .info {
        margin-top: 15px;
    }
}

.listps dt {
    width: 40%;
    float: left;
    position: relative;
}

.listps dt:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

.listps dd {
    width: 55%;
    float: right;
    padding-top: 50px;
}

.listps dd h1 {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
}

@media (max-width:900px) {
    .listps dt,
    .listps dd {
        width: 100%;
        float: none;
    }
    .listps dd h1 {
        font-size: 16px;
    }
}

.list-pro-subnav {
    padding: 15 0;
    margin: 0 auto;
    line-height: 50px;
    margin-top: 30px;
    background-color: #e1e1e1;
}

.list-pro-subnav a {
    font-size: 15px;
    color: #121212;
    padding: 0 15px;
    display: inline-block;
    border-right: solid 1px #ccc;
}

.list-pro-subnav a:hover,
.list-pro-subnav .cur {
    color: #fff;
    background-color: #cd0007;
}

@media (max-width:767px) {
    .list-pro-subnav {
        line-height: 30px;
    }
    .list-pro-subnav a {
        padding: 0 10px;
        margin-top: 1px;
        font-size: 12px;
        border: 0;
    }
}

.list-pro-two {
    padding: 15px 30px;
    border-bottom: solid 1px #ddd;
}

.list-pro-two a {
    padding: 0 20px;
    font-size: 13px;
    display: inline-block;
}

@media (max-width:1024px) {
    .list-pro-two a {
        padding: 0 10px;
    }
}

.list-product {
    padding-bottom: 70px;
}

.list-product .container {
    padding: 0 5px;
}

.list-product .title {
    margin-top: 50px;
    font-size: 24px;
    color: #292929;
    font-family: "黑体";
    padding-left: 10px;
    margin-left: 15px;
    border-left: solid 3px #e20008;
}

.list-product li {
    width: 20%;
    float: left;
    margin-top: 40px;
    padding: 0 10px;
}

.list-product li .box {
    padding: 15px;
    border: solid 1px #ccc;
    position: relative;
}

.list-product li .box:after {
    bottom: 0;
    left: 0;
    content: "+";
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 450%;
    text-align: center;
    font-size: 60px;
    opacity: 0;
    display: none\9;
    vertical-align: middle;
    position: absolute;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    background-color: #e20008;
}

.list-product li .pic {
    position: relative;
}

.list-product li .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.list-product li .tit {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    color: #292929;
    line-height: 30px;
    overflow: hidden;
}

.list-product li .txt {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.list-product li:hover .box:after {
    opacity: 1;
    display: block\9;
}

@media (max-width:1024px) {
    .list-product {
        padding-bottom: 0;
    }
    .list-product li {
        padding: 0 10px;
        margin-top: 15px;
    }
    .list-product li .txt {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .list-product li {
        width: 33.333%;
    }
}

@media (max-width:420px) {
    .list-product li {
        width: 50%;
    }
}

.list-honor {
    background-color: #f8f8f8;
    padding: 30px 0 60px 0;
}

.list-honor li {
    padding: 0 10px;
    width: 16.666%;
    margin-top: 30px;
}

.list-honor li .pic {
    cursor: pointer;
    position: relative;
}

.list-honor li .pic:after {
    content: "";
    display: block;
    padding-bottom: 130%;
}

.list-honor li p {
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

@media (max-width:1024px) {
    .list-honor {
        padding: 0;
        padding-bottom: 30px;
    }
}

@media (max-width:767px) {
    .list-honor {
        padding-bottom: 30px;
    }
    .list-honor li {
        width: 25%;
    }
}

@media (max-width:480px) {
    .list-honor li {
        width: 50%;
    }
}

.list-pro-show {
    background-color: #f8f8f8;
}

.list-pro-show .tit {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
    margin-top: 30px;
    background-color: #585858;
}

.list-message .li-1 {
    width: 430px;
    background-color: #fff;
}

.list-message .li-2 {
    width: 100%;
    background-color: #fff;
    border: solid 1px #e1e1e1;
}

.list-message .li-2 textarea {
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    height: 150px;
    padding: 10px;
}

.list-message .li-3 {
    width: 250px;
    background-color: #fff;
}

.list-message .li-3 span {
    width: 30%;
}

.list-message li:first-child {
    margin-top: 0;
}

.list-message li {
    margin-top: 20px;
}

.list-message li:hover {
    border-color: #e20008;
}

.list-message li p {
    padding: 7px 10px;
    display: inline-block;
    border: solid 1px #e1e1e1;
    position: relative;
}

.list-message li p font {
    color: #f30;
    display: none;
    font-size: 12px;
    padding: 0 5px;
    position: absolute;
    right: 27px;
    top: 0;
    z-index: 9;
}

.list-message li p:hover {
    border-color: #e20008;
}

.list-message li label {
    width: 85px;
    line-height: 20px;
    font-weight: normal;
    border-right: solid 1px #e1e1e1;
}

.list-message li label em {
    color: #f30;
    padding-right: 5px;
    font-style: normal;
}

.list-message li span {
    width: 70%;
    display: inline-block;
}

.list-message li input {
    width: 100%;
    border: 0;
    padding: 0 5px;
    font-family: "微软雅黑";
    line-height: 20px;
}

.list-message li .button:first-child {
    background-color: #e20008;
}

.list-message li .button {
    width: 50px;
    width: 208px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    background-color: #444;
}

@media (max-width:1024px) {
    .list-message {
        margin-bottom: 30px;
    }
}

@media (max-width:1024px) {
    .list-message {
        margin: 20px 0;
    }
    .list-message .li-1 {
        width: 100%;
    }
    .list-message .li-3 {
        width: 158px;
    }
    .list-message li span {
        width: 60%;
    }
    .list-message li a {
        display: none;
    }
}

@media (max-width:530px) {
    .list-message li .button {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
}

.list-message-2 {
    margin: 0;
    padding: 20px 15px 50px 15px;
    background-color: #f8f8f8;
}

.list-message-2 li:first-child {
    margin-top: 20px;
}

.list-message-2 li {
    width: 50%;
    float: left;
}

.list-message-2 .li-1 {
    width: 98%;
}

.list-message-2 .li-2 {
    width: 99%;
}

.list-message-2 .li-4 {
    width: 100%;
}

.list-message-2 .li-4 .button {
    width: 100%;
    font-weight: bold;
}

@media (max-width:767px) {
    .list-message-2 li {
        width: 100%;
    }
    .list-message-2 .li-1 {
        width: 100%;
    }
    .list-message-2 .li-2 {
        width: 100%;
    }
}

.list-contact {
    font-size: 14px;
    padding: 30px 0;
}

.list-contact li {
    min-height: 100px;
    padding: 0 40px;
    line-height: 30px;
    border-left: solid 1px #ccc;
}

.list-contact li:first-child {
    border-left: 0;
}

.list-contact .title {
    color: #000;
    font-size: 16px;
}

.list-contact .qq a {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    background-color: #737373;
}

.list-contact .qq a:hover {
    background-color: #e20008;
}

@media (max-width:767px) {
    .list-contact li {
        padding: 15px;
        min-height: auto;
        width: 100%;
        border-left: 0;
        border-bottom: solid 1px #ddd;
    }
}

.list-cmessage {
    padding: 50px 0;
    background-color: #414141;
}

.list-cmessage li {
    margin-top: 20px;
    overflow: hidden;
}

.list-cmessage li p {
    position: relative;
}

.list-cmessage li p font {
    color: #FFF;
    display: none;
    font-size: 12px;
    padding: 0 5px;
    position: absolute;
    right: 27px;
    top: 0;
    z-index: 9;
}

.list-cmessage li p em {
    top: 20px;
    right: 20px;
    position: absolute;
    color: #e20008;
}

.list-cmessage li input,
.list-cmessage li textarea {
    border: 0;
    width: 100%;
    color: #eee;
    font-size: 13px;
    padding: 15px 10px;
    padding-right: 30px;
    background-color: #414141;
    border-bottom: solid 1px #808080;
}

.list-cmessage li textarea {
    height: 100px;
}

.list-cmessage li input:focus,
.list-cmessage li textarea:focus {
    border-color: #fff;
}

.list-cmessage li input[type="button"] {
    border: 0;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    background-color: #fff;
    margin-top: 40px;
}

.list-cmessage li input[type="button"]:focus {
    color: #fff;
    background-color: #e20008;
}

@media (max-width:500px) {
    .list-cmessage {
        padding-top: 0;
    }
    .list-cmessage li p {
        width: 100%;
        padding: 0;
    }
    .list-cmessage li input[type="button"] {
        padding: 10px;
        font-size: 14px;
    }
}

.listbpx {
    padding-bottom: 60px;
}

.culture-modal {
    display: none;
    z-index: 99999;
    color: #666;
    text-align: center;
    position: relative;
}

.culture-modal .pic-2 {
    padding: 15px;
}

.culture-modal .pic-2 img {
    border: solid 10px #fff;
}

.culture-modal .close-modal {
    top: 0;
    right: 10px;
    position: absolute;
    background-color: #000;
}

.culture-modal .close-modal img {
    max-width: 30px;
}

.asider-page {
    text-align: center;
    position: relative;
    margin: 60px 40px;
    margin-right: 0;
    padding: 20px 0;
}

.asider-page .num-container {
    position: relative;
    display: inline-block;
    background-color: #fff;
}

.asider-page span,
.asider-page a {
    padding: 0 10px;
    height: 30px;
    margin: 0 2px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
}

.asider-page span.num,
.asider-page a.num {
    font-family: arial;
}

.asider-page span.num.active,
.asider-page a.num.active,
.asider-page a.num.cpb {
    color: #fff;
    border-color: #e20008;
    background-color: #e20008;
}

.asider-page span.iconfont,
.asider-page a.iconfont {
    width: 50px;
    line-height: 34px;
}

.asider-page a {
    border: solid 1px #ccc;
}

.asider-page a:hover {
    color: #fff;
    border-color: #e20008;
    background-color: #e20008;
}

@media (max-width:1024px) {
    .asider-page {
        margin: 30px 0;
    }
    .asider-page a.num {
        display: none;
    }
}

.list-page-news {
    padding-top: 50px;
    overflow: hidden;
}

.list-page-news li {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.list-page-news li p {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding: 0 15px;
    background-color: #f0f0f0;
}

.list-page-news li:hover p {
    color: #fff;
    background-color: #e20008;
}

.list-page-news li:hover p a {
    color: #fff;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.list-page-news li:first-child {
    padding-left: 0;
}

@media (max-width:1024px) {
    .list-page-news {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .list-page-news li {
        width: 100%;
        margin-top: 5px;
        padding-left: 0;
    }
}

.map {
    margin: 0 auto;
}

.map dl {
    margin: 20px 0 20px 0;
    overflow: hidden;
    line-height: 30px;
}

.map dl:hover {
    background: #f5f8fa;
}

.map dl:hover dt a {
    color: #e0e9f3;
    font-weight: bold;
}

.map dt {
    font-size: 14px;
    float: left;
    width: 10%;
    text-align: center;
    background: #e20008;
}

.map dt:hover {
    background: #e20008;
}

.map dt a {
    color: #fff;
    display: block;
}

.map dt a:hover {
    color: #e0e9f3;
    font-weight: bold;
}

.map dd {
    font-size: 12px;
    overflow: hidden;
    float: left;
    width: 85%;
}

.map dd .p2 {
    padding: 0 0 0 20px;
    clear: both;
}

.map dd .p2 a {
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.map dd .p2 a:hover {
    color: #e20008;
}

.map dd div {
    clear: both;
    overflow: hidden;
    padding: 0 20px 0 10px;
}

.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px;
}

.map dd div a:hover {
    background: #e20008;
    color: #fff;
}

@media (max-width:767px) {
    .map dl {
        margin: 20px;
    }
    .map dt {
        width: 100%;
    }
}


/*搜索弹出层*/

.search_mask {
    background: url(../images/search_mask.png);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

.search_mask .s_box {
    width: 350px;
    height: 136px;
    padding: 25px;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    position: absolute;
    margin-top: -68px;
    background: #fff;
}

.search_mask .s_box .text1 {
    text-align: center;
    line-height: 24px;
    color: #666;
    font-size: 16px;
}

.search_mask .s_box .sure {
    width: 140px;
    height: 36px;
    display: block;
    margin: 20px auto 0;
    background: #00a0e9;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 5px;
}


/*浮动*/

.footer-menu {
    width: 100%;
    height: 70px;
    background: #000;
    padding: 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 10px;
    z-index: 99;
    list-style: none
}

@media (min-width:992px) {
    .footer-menu {
        display: none
    }
}

.footer-menu .li_last:after {
    display: none
}

.footer-menu li {
    width: 25%;
    float: left;
    position: relative
}

.footer-menu li:after {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: #fff;
    right: 0;
    top: 2px
}

.footer-menu li span {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.footer-menu li p {
    text-align: center;
    display: block;
    color: #fff;
    height: 20px;
    margin: 6px auto 0;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden
}