@charset "utf-8";
/* 公共样式 */
* {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    transition: all 0.25s linear 0s;
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    height: auto;
    background: #fff;
}

.clear {
    clear: both !important;
    width: 0px !important;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    float: none !important;
}
/* 首页查看更多样式 */

.pubMore {
    font-size: 1em;
    display: block;
    color: #b12a21;
    width: 28%;
    margin: 0.8em auto;
    text-align: center;
    line-height: 2;
    margin-bottom: 5%;
    border: 1px solid #b12a21;
}
/* 首页标题样式*/

.ch-tit {
    padding-top: 16px;
    font-size: 1.2rem;
    color: #b12a21;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    display: inherit;
    text-align: center;
}

.en {
    margin-top: -20px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.en .line {
    display: inline-block;
    width: 35px;
    border-top: 1px solid #b2b2b2;
}

.en .en-tit {
    font-size: 0.9rem;
    color: #999;
    font-family: "Microsoft YaHei";
    vertical-align: -3px;
}

/* 头部样式 */
.head {
    width: 96%;
    background: #fff;
    padding: 2.5% 2% 2%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.head .logo {
    width: 42%;
    height: 100%;
    float: left;
}

.head .tel {
    width: 41%;
    height: 100%;
    float: right;
}

.head img {
    width: 100%;
    height: auto;
}
/* 轮播图样式 */
.swiper-container {
    width: 100%;
}
.swiper-slide {
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;

}
.swiper-slide img{
    width: 100%;
    height: auto;
    display: block;
    flex-shrink: 0;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #003464 !important;
}
.swiper-pagination-bullet {
    margin: 0 5px;
}
/* 快捷导航 */

.snav {
    width: 100%;
    padding-top: 1.5rem;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.snav .yuan-inner {
    width: 33%;
    margin-bottom: 1.5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.snav .yuan-inner a {
    width: 54%;
    background: #b12a21;
}
.snav .yuan-inner a img {
    display: block;
    width: 100%;
    height: auto;
}
.snav .yuan-inner p{
    font-size: 0.9rem;
    margin-top: 5px;
}
/* product-center样式开始 */

.product-center {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.product-items {
    padding: 0px 3px;
    background-color: #fff;
}

.product-items p a {
    display: block;
    float: left;
    width: 50%;
    margin: 12px 0;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.product-items p a span {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 237px;
    margin: auto 6px;
}

.product-items p a i {
    display: block;
    font-style: normal;
    font-size: 0.9rem;
    text-align: center;
    margin: auto 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    background: #b12a21;
    opacity: 0.9;
}

.blank {
    display: block;
    margin: auto 6px;
    height: 10px !important;
    background-color: #fff;
}

/* 关于我们样式 */
.abtCon {
    color: #333;
    line-height: 2;
    margin: 0 auto;
    font-size: 0.9rem;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 95%;
}

.abtCon a {
    color: #b12a21;
}
/* 首页案例 */

.case {
    padding-bottom: 10px;
    width: 100%;
    background-color: #fff;
}

.case .product-items {
    padding: 10px 3px;
    background-color: #fff;
}

.case .product-items p a {
    display: block;
    float: left;
    width: 50%;
    margin: 10px 0 10px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

.case .product-items p a span {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 124px;
    margin: auto 6px;
    background-size: 65%;
}

.case .product-items p a i {
    opacity: 0.9;
    display: block;
    font-style: normal;
    font-size: 0.9rem;
    text-align: center;
    margin: auto 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    color: #fff;
}

.clear {
    clear: both !important;
    width: 0px !important;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    float: none !important;
}

.case .more {
    font-size: 1em;
    display: block;
    color: #b12a21;
    width: 28%;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    margin-bottom: 5%;
    margin-top: 1%;
    border: 1px solid #b12a21;
}

.case .more:hover {
    color: #ea6000;
    border: 1px solid #ea6000;
}
/* 新闻样式开始 */

.news {
    min-height: 300px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1em;
}
.news-list{
    padding-top:10px;
    padding-bottom:15px;
    width: 98%; 
    margin: 0 auto;
}
.news-list li {
    padding-top: 3px;
    padding-bottom: 5px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}

.news-list li .spot {
    display: inline-block;
    vertical-align: -13px;
    margin-right: 10px;
}

.news-list li .spot img {
    width: 100%;
}

.news-list li a {
    margin-left: -1.3rem;
    color: #333;
    font-size: 0.9rem;
    display: inline-block;
    vertical-align: middle;
}

.news-list li .date {
    margin-top: 1px;
    margin-right: 0.5rem;
    float: right;
    font-size: 0.9rem;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}

.news .more {
    font-size: 1em;
    display: block;
    color: #b12a21;
    width: 28%;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    margin-bottom: 3%;
    margin-top: 5%;
    border: 1px solid #b12a21;
}

/* 底部样式 */
.dibu {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.dibu img {
    width: 30%;
    margin-left: 35%
}

.dibu li {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 0.8em;
}
/* 版权区 */
.copyright {
    font-size:0.8rem;
    opacity:0.9;
    margin-bottom: 55px !important;
    width:100% !important;
    background-color: #b12a21;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}
/* 底部导航 */
#makeBox1{
    width: 34%;
    position: absolute;
    right: 0;
    z-index: 99;
    transition: all 0s ease 0s;
    bottom:55px;
}
#makeBox1 li {
    width:100%;
    background-color: rgba(0,0,0,0.6);
    border-bottom: 1px solid #eee;
}
#makeBox1 li:last-child {
    border-bottom: none;
}
#makeBox1 li a {
    font-size:1rem;
    text-align: center;
    color: #fff;
    line-height: 2.5;
    display: block;
}

.nav {
    z-index:10;
    background:#333;
    padding: 6px 0 2px 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}
.nav ul {
    height: 0px;
}
.nav ul li {
    float: left;
    width: 25%;
    text-align: center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.nav ul li span {
    display: block;
    color: #fff;
    font-size: 0.9rem;
    font-family: "微软雅黑";
    line-height: 22px;
}
.map {
    line-height: 3.8;
    font-size: 0.9em;
    color: #b1ada1;
    border-bottom: 1px solid #b5b6ae;
    overflow: hidden;
    background: #fff;
}
.map img {
    padding-left: 15px;
    padding-right: 1px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
}

.map a {
    color: #b1ada1;
}

.map a:hover {
    color: #b12a21 ;
}
@media only screen and (max-width:320px) {
    .chanpin li a p {
        height: 80px;
    }
    /* 头部样式开始 */
    .topHome {
        height: 55px !important;
        width: 83%;
        float: left;
    }
    .topHome img {
        text-align: center;
        margin-top: 9px;
        width: auto;
        height: 37px;
        margin-left: 4%;
    }
    /* 头部样式结束 */
    .news-list li a {
        font-size: 0.8em;
    }
    .news-list li .date {
        font-size: 0.8em;
    }
    .news-img {
        width: 42% !important;
    }
    .news-con dt {
        font-size: 0.7em !important;
    }
    .news-con dd {
        font-size: 0.6em !important;
    }
    .head .tel {
        font-size: 0.9rem !important;
    }
    .product-items p a span {
        height: 180px;
    }
    .snav .yuan-inner p {
        font-size: 0.8rem;
        margin-top: 5px;
    }
    .map img {
        height: 5px;
    }
}

@media only screen and (min-width:321px) and (max-width:376px) {
    .chanpin li a p {
        height: 100px;
    }
    /* 头部样式开始 */
    .topHome {
        height: 60px;
        width: 80%;
        float: left;
    }
    .topHome img {
        text-align: center;
        margin-top: 8px;
        width: auto;
        height: 44px;
        margin-left: 3%;
    }
    /* 头部样式结束 */
    .service-tit {
        height: 69px !important;
        background-color: #b12a21;
    }
    .case .product-items p a span{
        background-size: 72%;
    }
    .product-items p a span {
        height: 205px;
    }
    .map img {
        height: 7px;
    }
}

@media only screen and (min-width:377px) {
    /* 头部样式开始 */
    .chanpin li a p {
        height: 150px;
    }
    .topHome {
        height: 60px;
        width: 80%;
        float: left;
    }
    .topHome img {
        text-align: center;
        margin-top: 9px;
        width: auto;
        height: 44px;
        margin-left: 6%;
    }
    .mlogo {
        margin-left: 3%;
        height: 60px;
        width: 75%;
        float: left;
    }
    .mlogo span {
        font-weight: bold;
        font-size: 1.3em;
    }
    /* 头部样式结束 */
    .aboutUs .en {
        margin-bottom: 15px !important;
    }
    .abtImg {
        height: 190px !important;
    }
    .abtImg img {
        height: 268px !important;
    }

}



.footer {
    width: 96%;
    padding: 0rem 2%;
    background-color: #b12a21;
}

.footNav {
    width: 25%;
    float: left;
}

.footNav a {
    width: 100%;
    float: left;
}

.footNav a img {
    width: 100%;
    display: block;
}

.hengxian {
    width: 100%;
    height: 5px;
    background: #b12a21;
}

.pagecon {
    /*text-indent: 2em;*/
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.reset {
    background: #ada79f;
    float: right;
}

.submit {
    background: #b12a21;
    float: left;
}

.cid6-6 input {
    width: 100px;
    height: 40px;
    border: 0px;
    color: #fff;
}

.cid6-6 {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-left: 5%;
}

.cid6-5 textarea {
    border: 1px solid #cd544b;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 92%;
    height: 160px;
    float: left;
    background: #fff;
    padding-left: 3px;
    line-height: 40px;
}

.cid6-5 {
    width: 90%;
    margin-bottom: 40px;
    height: 140px;
    margin-left: 10%;
}

.cid6-4 input {
    width: 90%;
    height: 40px;
    background: #fff;
    float: left;
    padding-left: 10px;
    border: 1px solid #cd544b;
}

.cid6-4 {
    width: 90%;
    margin-bottom: 20px;
    height: 40px;
    margin-top: 30px;
    margin-left: 10%;
}

.cid6-3 {
    width: 90%;
    height: 340px;
    margin: 0 10px;
}

.cid6-2 {
    width: 96%;
    height: 600px;
    margin: 0 auto;
}

.cid6-1 {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #b12a21;
    padding-top: 15px;
}

.cid6 {
    width: 100%;
    height: 610px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 400px;
}

.tit {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

.box1 {
    padding-top: 10px;
    margin-right: 11%;
    text-align: center;
}

.box1 img {
    vertical-align: middle;
}

.box2 {
    width: 90%;
    height: 30px;
    margin: 10px auto;
    line-height: 30px;
}

.box2 span {
    text-align: center;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}

#makeBox {
    /*top: 100px;*/
}

.tit {
    font-weight: 900;
    display: block;
    padding: 8px;
}

.pagecon .info {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 5px;
}

.content {
    text-align: justify;
    font-size: 16px;
}

.content strong .newsContent {
    text-indent: 2em !important;
    text-align: justify;
}

.content strong p,
.content strong span,
.content strong span strong {
    font-size: 16px !important;
}

.fr1 {
    float: right;
    margin-top: 15px;
}

.xinwen ul li {
    /*line-height: 2.5; */
}

.xinwen ul li .fl {
    line-height: 2.5;
    margin-top: 4px;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.xinwen ul li div {
    display: inline-block;
}

.imgsss {
    display: none;
}

.pagecon p img {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: auto;
}


/* 服务流程样式开始 */

.swiper-container-service {
    width: 100%;
    height: 123px;
}

.service-tit {
    height: 66px;
    background-color: #b12a21;
}


/* 标题开始 */

.service-tit .ch-tit {
    padding-top: 8px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    display: inherit;
    text-align: center;
}

.service-tit .en {
    margin-top: -20px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 12px;
}

.service-tit .line {
    display: inline-block;
    width: 35px;
    border-top: 1px solid #fff;
}

.service-tit .en-tit {
    font-size: 0.9rem;
    color: #fff;
    font-family: "Microsoft YaHei";
    vertical-align: -3px;
}


/* 标题结束 */

.service-bot {
    height: 20px;
    width: 100%;
    background-color: #b12a21;
}


/* 服务流程样式开始 */








/* 联系我们开始 */

.contactUs {
    overflow: hidden;
    width: 100%;
    height: 290px;
    background: url(../images/foot.jpg) no-repeat;
    background-position-x: center;
    background-size: 120%;
    background-position-y: -15px;
    text-align: center;
    font-size: 0.8rem;
    color: #333;
}

.contactUs p {
    line-height: 2;
}


/* 联系我们结束 */

.cpnav {
    width: 94%;
    margin: 0 auto 5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.cpnav li {
    width: 45%;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #c0c0c0;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.cpnav li a {
    font-size: 0.8rem;
    font-family: "微软雅黑";
    color: #333;
    display: block;
}


.page_list .on {
    background-color: #b12a21;
    color: #fff;
    border: 1px solid #b12a21;
}


.pageH2 {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 20px;
    color: #b12a21;
}
.pagenav {
    list-style-type: none;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow-x: scroll;
    background: #fff;
    text-align: center;
}
.pagenav a {
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #8882a7;
    padding: 3px 5px !important;
    color: #88837a;
    font-size: 14px;
}
