﻿/* 
原创模板提供商，一站式建站 
主营业务：快速建站、快排、高权重域名、海外服务器、全网搜索引擎推广
模板建站：Www.pcwl888.cn
主机/服务器：Www.pcwl888.cn
域名抢注：Www.pcwl888.cn
QQ：573893556 
微信：pcwl888a（推荐添加微信）
*/

.container {
    max-width: 1230px;
}


/*网站公共样式*/

.clear {
    clear: both;
    overflow: hidden;
}

.info-content {
    font-size: 15px;
    line-height: 2;
    margin: 0 auto;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #f7001f;
}

a:focus {
    color: #000;
}

a.btn-more {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -o-transition: all 0.5s ease;
    /* Opera */
}

.banner {
    height: 500px\9!important;
    overflow: hidden\9!important;
    overflow: hidden;
}


/*兼容ie低版*/

.banner {
    height: 500px\9!important;
    overflow: hidden\9!important;
    overflow: hidden;
}


/*兼容ie低版*/

.clearfix {
    clear: both;
}

html {
    overflow-y: scroll;
    min-height: 101%;
}

html {
    overflow: -moz-scrollbars-vertical;
}

.text-lineThrough {
    text-decoration: line-through;
}

.text-red {
    color: #c8000b;
}


/*遮罩层*/

.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}


/*
.back {transform: rotateY(-180deg);transform-style: preserve-3d;transition: ease-in-out 600ms;}
.ycxs{display:none;}*/


/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/

.nav .animated,
.sub-nav .animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navSlide {
    -webkit-animation-name: navSlide;
    animation-name: navSlide
}

@keyframes navSlide {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0)
    }
}


/*主菜单*/

@media (min-width:1000px)
/*pc端*/

{
    .header {
        height: 90px;
        line-height: 90px;
    }
    .header .col-md-8 {
        padding-left: 0;
    }
    .logo img {
        max-height: 70px;
    }
    .logoTop {
        padding: 10px 0 15px;
        min-height: 100px;
    }
    .nav {
        width: 100%
    }
    .nav>ul {
        position: absolute;
        right: 0;
    }
    .nav>ul>li {
        float: left;
        text-align: center;
    }
    .nav>ul>li>ul {
        position: absolute
    }
    .nav>ul>li>a {
        position: relative;
        padding: 18px 38px;
        font-size: 16px;
    }
    /*.nav > ul > li > a::after{content:"";width:0;height:3px;background:orangered;position:absolute;bottom:0;left:0;transition:all 0.5s ease 0s}
.nav >ul>li.current >a::after,.nav >ul>li:hover> a::after{width: 100%}*/
    .nav>ul>li.current>a,
    .nav>ul>li:hover>a {
        background: #f7001f;
        color: #fff;
    }
    .nav li:hover>ul {
        display: block;
    }
    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 45px;
        color: #fff
    }
    .nav ul li ul li a:hover {
        text-decoration: none;
        color: orangered;
    }
    .nav ul li ul li {
        display: none;
    }
    .nav ul li {
        position: relative;
    }
    .nav ul li .arrow {
        display: none
    }
    .nav ul li ul {
        background-color: #666;
        display: none;
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 2;
        width: 100%;
    }
    /*二级ul样式*/
    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none;
    }
    /*三级以后ul样式*/
}

@media (max-width:1000px)
/*手机端*/

{
    .header {
        box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.09);
        height: 70px;
    }
    .logoTop {
        height: 70px;
    }
    .logo-box {
        padding: 14px 0;
    }
    .logo-box .logo img {
        max-height: 50px;
        max-width: 80%;
    }
    .header .nav-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 25px;
        min-width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }
    .header .nav-toggle.active {
        color: #ccc;
    }
    .nav {
        position: fixed;
        z-index: 999;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto
    }
    .nav.active {
        opacity: 1;
        width: 300px;
        max-width: 60%
    }
    .nav ul li {
        line-height: 45px;
        text-align: left;
    }
    .nav ul li ul {
        display: none;
    }
    /*二级ul样式*/
    .nav ul li a {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc
    }
    .nav ul li ul li a {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eeeeee
    }
    .nav ul li ul li ul li a {
        padding-left: 90px;
    }
    .nav ul li ul li ul li li a {
        padding-left: 120px;
    }
    .nav ul li {
        position: relative;
    }
    .nav ul li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s
    }
    .nav ul li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }
    .nav ul li.current>a {
        color: #c8000b;
    }
    .nav ul li.active>ul {
        display: block
    }
    .nav ul li.active>.arrow {
        transform: rotate(90deg)
    }
}


/*FOOTER*/

@media (min-width:1000px) {
    footer {
        background: #333;
        padding-top: 40px;
        margin-top: 50px;
    }
}

@media (max-width:1000px) {
    footer {
        background: #141414;
        padding-top: 20px;
        margin-top: 30px;
    }
}

footer {
    color: #fff;
    line-height: 2;
}

footer a {
    color: #fff;
}

.navfoot {
    border-bottom: 1px solid rgb(128, 128, 128);
    margin-bottom: 20px;
    padding-bottom: 24px;
}

.navfoot li {
    display: inline-block;
    padding: 0 50px;
}


/*搜索*/

@media (min-width:1000px) {
    .search .ss-box {
        width: 90%;
        position: absolute;
        right: 15px;
    }
}

@media (max-width:1000px) {
    .search {
        padding-bottom: 15px;
    }
    .search .ss-box {
        width: 100%;
    }
    .search .right {
        padding-left: 0;
        padding-right: 0;
    }
}

.ss-box {
    position: relative;
    border: 2px solid #c8000b;
    background: #fff;
    height: 44px;
}

.ss-box .s-input {
    width: 100%;
    outline: none;
    border: none;
    line-height: 34px;
    padding-left: 0px;
    background-color: transparent;
}

.ss-box .s-btn {
    background-color: #c8000b;
    position: absolute;
    right: -15px;
    top: -1px;
    width: 70px;
    height: 41px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 32px;
    outline: none;
    border: none;
}

.search {
    background-color: #eee;
}

.search .font {
    color: #666;
}

.search .font span {
    padding: 0 4px;
}

.search .ss-box {
    margin: 0px auto;
}

.search .font span {
    cursor: pointer;
}

.search .font span:hover {
    color: #c8000b;
}


/*在线客服*/

.zaixian {
    position: fixed;
    bottom: 380px;
    right: 0px;
    z-index: 9;
}

.zaixian .zaixian_com {
    position: relative;
    width: 50px;
    height: 80px;
}

.zaixian_com .zxzx_pic1 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.zaixian_com .zxzx_pic2 {
    position: absolute;
    right: -190px;
    top: -70px;
    z-index: 10;
    width: 170px;
    height: 300px;
}

.zaixian_com .zxzx_pic1 p {
    position: absolute;
    top: 50px;
    left: 18px;
    font-size: 13px;
    color: #fff;
}

.zaixian_com .zxzx_pic2 p {
    position: absolute;
    top: 118px;
    left: 24px;
    font-size: 13px;
    color: #fff;
}

.kf-lf-lj {
    position: absolute;
    width: 100px;
    right: 10px;
    top: 70px;
}

.kf-lf-lj a {
    display: block;
    line-height: 30px;
    padding-left: 10px;
    margin: 5px 0;
    color: #848484;
    font-size: 13px;
}

.kf-lf-lj a .fa {
    padding-right: 4px;
}

.kf-lf-lj a:hover {
    background: #ee361d url(../images/box-kefu2.png) no-repeat 5px center;
    color: #FFF;
    border-radius: 4px;
}

@media(max-width:1000px) {
    .zaixian {
        display: none;
    }
}


/*移动端固定栏目按钮*/

.float-nav-toggle {
    z-index: 10;
    display: block;
    text-align: center;
    position: fixed;
    left: 6px;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(13, 13, 13, 0.6);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .display-xs-block {
        display: block !important;
    }
}


/*手机端固定导航栏*/

.footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 6px 0px 2px;
    color: #fff;
    z-index: 98;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 0.2rem solid #000;
    background: #fff;
}

.footer-fixed ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.footer-fixed ul li a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.footer-fixed ul li p {
    font-size: 1.3rem;
}

.footer-fixed.active {
    transform: translateX(2.8rem);
    z-index: 9;
}

.footer-fixed2 {
    font-size: 2.8rem;
    padding-top: 0.6rem;
}

.footer-fixed i {
    display: block;
}

.footer-fixed .fa {
    font-size: 22px;
}

@media (min-width:1000px) {
    .footer-fixed {
        display: none!important;
    }
}

@media (max-width:1000px) {
    footer {
        padding-bottom: 40px;
    }
}


/*公共样式*/

@media (min-width:1000px) {
    .breadcrumb {
        padding: 44px 0 14px;
    }
    .breadcrumbbox {
        margin-bottom: 40px;
    }
    .feekBox {
        border: 1px solid #ccc;
        padding: 30px 30px 20px;
    }
}

@media (max-width:1000px) {
    .breadcrumb {
        padding: 10px 0;
    }
    .breadcrumbbox {
        margin-bottom: 30px;
    }
    .addphone {
        padding: 6px!important;
        font-size: 19px !important;
    }
}

.breadcrumbbox i {
    background: url(../images/xgray_line02.png) repeat-x;
    display: block;
    height: 3px;
    clear: both;
}

.breadcrumb>li+li::before {
    content: " ∷ ";
    color: rgb(102, 102, 102);
}

.breadcrumb a {
    color: rgb(102, 102, 102);
}

.breadcrumb a:hover,
.breadcrumb a:hover span {
    text-decoration: underline;
}

.pagination>li>a,
.pagination>li>span {
    padding: 6px 10px;
}

.card1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 44px;
}

.card3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 66px;
}

.card4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 80px;
}

.font-size-13 {
    font-size: 13px;
}


/*子栏目样式*/

.sub-nav-box .sub-nav>ul>li {
    text-align: center;
    line-height: 70px;
    display: inline-block;
}

.sub-nav-box .sub-nav>ul>li>ul {
    position: absolute;
}

.sub-nav-box .sub-nav>ul>li.active>a,
.sub-nav-box .sub-nav>ul>li:hover>a {
    background-color: #f7001f;
    color: #fff;
}

.sub-nav-box .sub-nav li:hover>ul {
    display: block;
}

.sub-nav-box .sub-nav>ul>li>ul::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 45%;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ed8e82;
}

.sub-nav-box .sub-nav>ul>li>ul li ul::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 20px;
    left: -10px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
}

.sub-nav-box .sub-nav ul li ul li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 50px
}

.sub-nav-box .sub-nav ul li ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.sub-nav-box .sub-nav ul li {
    position: relative;
}

.sub-nav-box .sub-nav ul li .arrow {
    display: none
}

.sub-nav-box .sub-nav ul li ul {
    background-color: #ed8e82;
    display: none;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
}


/*二级ul样式*/

.sub-nav-box .sub-nav ul li ul li ul {
    left: 100%;
    top: 0px;
    display: none;
}


/*三级以后ul样式*/

@media screen and (min-width:1000px) {
    .sub-nav-box {
        margin: 40px auto 40px;
        text-align: center;
    }
    .sub-nav-box .sub-nav>ul>li>a {
        padding: 10px 28px;
        border: 2px solid #f7001f;
        margin: 0 7px;
    }
    .sub-nav-box .sub-nav>ul>li.active>a {
        font-weight: bold;
    }
    .contactus .sub-nav-box .sub-nav>ul>li>a {
        padding: 20px 118px;
    }
    .newsnav .sub-nav-box .sub-nav>ul>li>a {
        padding: 20px 168px;
    }
}

@media screen and (max-width:1000px) {
    .sub-nav-box .sub-nav {
        padding-top: 20px
    }
    .sub-nav-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sub-nav-box .sub-nav>ul>li {
        margin-right: 10px;
    }
    .sub-nav-box .sub-nav>ul>li>a {
        width: 100%;
        height: 34px;
        display: inline-block;
        font-size: 13px;
        overflow: hidden;
    }
    .sub-nav-box .sub-nav ul li {
        width: 46%;
        line-height: 34px;
    }
    .sub-nav-box .sub-nav ul li ul li,
    .sub-nav-box .sub-nav ul li ul::before {
        display: none;
    }
}


/*图片列表*/

.images-list .row .item a {
    display: block;
    overflow: hidden;
}

.images-list .row .item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img {
    transform: scale(1.1, 1.1);
}


/*分页-产品中心*/

@media (min-width:1000px) {
    .same-padding {
        padding-top: 50px;
    }
    .product-list {
        margin: 30px 10px 0;
    }
    .product-list li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:1000px) {
    .same-padding {
        padding-top: 30px;
    }
    .product-list {
        margin: 30px 5px 0;
    }
    .product-list li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.product-list .boxs {
    padding: 15px;
    border: 1px solid rgb(234, 234, 234);
    background-color: #f6f6f6;
}

.product-list .boxs:hover {
    border: 1px solid #f7001f;
}

.product-list>ul {
    margin: 0 -15px!important;
}

.case-list .product-list .boxs {
    background-color: transparent;
}


/*内页-新闻中心*/

@media(min-width:1000px) {
    .pa_textlist_1 {
        margin-top: -18px;
    }
    .pa_textlist_1 .item .date {
        padding: 10px 0;
    }
    .pa_textlist_1 .item .boxs {
        margin-top: 15px;
    }
}

@media(max-width:1000px) {
    .pa_textlist_1 .item {
        padding: 12px 0;
    }
    .pa_textlist_1 .item .title {
        font-size: 14px;
    }
    .pa_textlist_1 .contentbox {
        padding-left: 8px;
    }
}

.pa_textlist_1 .item {
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0 10px;
}

.pa_textlist_1 .item .picbox {
    display: block;
    overflow: hidden;
}

.pa_textlist_1 .item .picbox img {
    transition: all 0.3s ease-in-out;
}

.pa_textlist_1 .item .picbox:hover img {
    transform: scale(1.08, 1.08);
}

.pa_textlist_1 .item .title {
    line-height: 1.4;
    text-align: left;
    font-size: 16px;
}

.pa_textlist_1 .item .date {
    font-size: 13px;
}

.pa_textlist_1 .item .intro {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 46px;
}

.pa_textlist_1 .item .boxs {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pa_textlist_1 .contentbox {
    padding-right: 0;
}


/*内页-标题*/

@media (min-width:1000px) {
    .page-intro {
        margin: 60px 0;
    }
    .page-intro p {
        font-size: 32px;
    }
    .page-intro .title {
        font-size: 20px;
    }
}

@media (max-width:1000px) {
    .page-intro {
        margin: 30px 0;
    }
    .page-intro p {
        font-size: 20px;
    }
    .page-intro .title {
        font-size: 16px;
    }
}

.page-intro p {
    text-transform: uppercase;
}

.page-intro .title span {
    position: relative;
}

.page-intro .title span::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 110%;
    top: 14px;
}

.page-intro .title span::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 110%;
    top: 14px;
}


/*首页公用样式*/

@media(min-width:1000px) {
    section .sub-nav-box {
        margin: -40px auto 40px;
    }
    section .sub-nav-box .sub-nav>ul>li:first-child>a {
        background-color: #f7001f;
        color: #fff;
    }
}

@media(max-width:1000px) {}


/*首页-联系我们*/

@media(min-width:1000px) {
    .contact-bg {
        background: url(../images/contact-bg.jpg) no-repeat center;
        padding: 100px 0 90px;
        margin-top: 70px;
    }
    .contact-bg .movebg {
        padding: 10px 20px;
    }
    .contact-bg .movebg .tit {
        font-size: 36px;
    }
    .contact-bg .movebg p,
    .contact-bg .boxs .txt2 {
        font-size: 18px;
    }
    .contact-bg .boxs .tel {
        font-size: 36px;
    }
    .contact-bg .boxs {
        margin: -10px 0 0 14px;
    }
    .contact-bg .left {
        text-align: center;
    }
    .contact-bg .right {
        padding: 24px 0 0 220px;
    }
}

@media(max-width:1000px) {
    .contact-bg {
        background: url(../images/contact-bg.jpg) no-repeat;
        padding: 30px 0;
        margin-top: 10px;
    }
    .contact-bg .movebg {
        padding: 4px 6px;
    }
    .contact-bg .movebg .tit {
        font-size: 22px;
    }
    .contact-bg .boxs .tel {
        font-size: 18px;
    }
    .contact-bg .boxs {
        text-shadow: 1px 2px 1px #000;
        padding: 10px;
    }
}

.contact-bg .movebg {
    background-color: rgb(0, 0, 0);
    opacity: 0.75;
    display: inline-block;
}

.contact-bg img {
    max-height: 69px;
}


/*首页-模块*/

@media(min-width:1000px) {
    .moduleList {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .moduleList .boxs {
        padding: 40px 24px;
    }
}

@media(max-width:1000px) {
    .moduleList {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .moduleList .boxs {
        padding: 20px 10px;
    }
}

@media(max-width:769px) and (min-width:415px) {
    .moduleList .col-md-3 {
        margin-bottom: 30px;
    }
}

.moduleList .boxs {
    background-color: #f7001f;
    min-height: 344px;
}

.moduleList .boxs img {
    max-height: 100px;
}


/*首页-关于我们*/

@media(min-width:1000px) {
    .about-bg {
        padding: 120px 0;
    }
    .about-bg .left {
        width: 45%;
    }
    .about-bg .left img {
        height: 400px;
        width: 100%;
    }
    .about-bg .right {
        width: 55%;
        padding: 23px 40px!important;
        min-height: 400px;
    }
    .about-bg .right,
    .about-bg .left {
        padding-left: 0;
        padding-right: 0;
    }
    .homemore a {
        padding: 14px 50px;
    }
}

@media(max-width:1000px) {
    .about-bg {
        padding: 30px 0;
    }
    .about-bg .right {
        padding: 20px 15px 40px;
    }
    .homemore {
        margin-top: 10px;
    }
    .homemore a {
        padding: 8px 30px;
    }
}

.about-bg {
    background: url(../images/about-bg.jpg) no-repeat center center;
}

.about-bg .right {
    background: url(../images/canvas.png) 100% 100%;
}

.homemore a {
    text-align: center;
    background-color: #f7001f;
    color: #fff;
}

.homemore a:hover {
    background-color: rgba(213, 0, 27, 1);
}


/*首页-新闻资讯*/

@media(min-width:1000px) {}

@media(max-width:1000px) {}

.home-answer li {
    position: relative;
    padding-right: 100px;
    line-height: 3;
    border-bottom: 1px solid #ededed;
}

.home-answer li .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-answer li .title img {
    padding-bottom: 6px;
}

.home-answer li .date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #666;
    font-size: 13px;
}