*:link, *:visited, *:hover, *:active, *:focus {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.c666, .c666 a {
    color: #666;
}

.c666 a:hover {
    color: #222;
}

.cfff, .cfff a {
    color: #fff;
}

.cfff a:hover {
    color: #ddd;
}

.bgf {
    background-color: #fff;
}

body {
    background-color: #f5f5f5;
}

/* PC */
@media screen and (min-width: 641px) {
    .xd-nav ul {
        margin-top: 5px;
    }

    .xd-nav > ul > li {
        display: inline-block;
        margin-left: 1rem;
    }

    .xd-nav ul li a:hover:after,
    .xd-nav a.on:after {
        opacity: 1;
        border-bottom-color: #B61920;
    }

    .xd-nav ul li a:after {
        position: absolute;
        left: 50%;
        margin-left: -7px;
        bottom: -14px;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-bottom: 7px solid #f8f8f8;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-top: 0 dotted;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 0;
        -webkit-transition: opacity .1s;
        transition: opacity .1s;
    }

    .ftlogo img {
        float: right;
    }

    .xd-head {
        background-color: rgba(0, 0, 0, .5);
    }
}

/*Wap*/
@media screen and (max-width: 640px) {
    .logo img {
        max-height: 90px;
    }

    .xd-nav ul {
        background-color: #B61920;
        padding: 10px 5rem;
    }

    .xd-nav ul li {
        line-height: 3rem;
        color: #fff;
    }

    .xd-nav ul li a {
        color: #fff;
    }

    .xd-top-main .am-btn-default {
        background-color: #B61920;
        border-color: #B61920;
        color: #fff;
    }

    .xd .am-nav > li > a {
        padding-left: 0;
        padding-right: 0;
    }

    .ftlogo img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .xd-head {
        background-color: rgba(0, 0, 0, .9);
    }
}

/* end 自适应 */
/*Top*/
.xd-hello {
    line-height: 28px;
}

.xd-hello i {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #fff;
    color: #B61920;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
}

.xd .am-topbar {
    min-height: 40px;
    border-bottom: 0;
    background-color: #000;
}

.xd .xd-top-nav {
    margin-top: 0;
    line-height: 2.3rem;
}

.xd .xd-top-nav a:hover {
    background-color: #B61920;
    color: #eee;
}

/*head*/
.xd-head {
    border-bottom: 2px solid #B61920;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.xd-head:hover {
    background-color: rgba(0, 0, 0, .9);
}

.xd-top-tel i {
    font-size: 2.2rem;
    margin-right: 10px;
    color: #B61920;
}

.xd .am-topbar {
    margin-bottom: 0;
}

.xd-top-tel a {
    color: #B61920;
}

.logo {
    position: absolute;
}

.xd-nav ul {
    margin-bottom: 0;
}

.xd-nav ul li {
    list-style: none;
}

.xd-nav ul li a {
    position: relative;
}

.xd-nav ul li a:hover {
    color: #eee;
}

/*head end*/
/*pages*/
.pg-box {
    padding: 1.8rem;
    position: relative;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(11, 11, 11, .06);
}

.pg-box:before, .pg-box:after {
    content: " ";
    display: table;
}

.pg-box:after {
    clear: both;
}

.pg-ls-tp a {
    display: block;
    color: #111;
    background-color: #f2f3f6;
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
    margin-bottom: 10px;
    text-indent: 0;
    font-size: 1.4rem;
}

.pg-ls-tp a:hover, .pg-ls-tp a.on {
    color: #B61920;
    text-indent: 1em;
}

.pg-ls-tp a.on {
    background-color: #B61920;
    color: #fff;
}

.pg-xgyd h6 {
    border-bottom: 1px solid #eee;
    padding-bottom: .8rem;
}

.pg-xgyd h6:after {
    content: " ";
    display: block;
    clear: both;
}

.pg-xgyd ul li {
    word-wrap: normal; /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pg-box .am-breadcrumb {
    margin-bottom: 0;
}

.pg-ls-bot, .pg-ls-bot a {
    color: #444;
    line-height: 2.5rem;
    font-size: 1.2rem;
}

.xd-ls-news h3 {
    margin-bottom: 1rem;
}

.xd-ls-news h3 a {
    color: #222;
    text-indent: 0px;
    margin-left: 0;
}

.xd-ls-news h3 a:hover {
    color: #B61920;
    margin-left: 1em;
}

/*phpcms pagelist*/
#pagelist {
    text-align: center;
}

#pagelist a, #pagelist span {
    display: inline-block;
    position: relative;
    padding: .3em .6em;
    text-decoration: none;
    line-height: 1.2;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 1.4rem;
}

#pagelist a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
}

#pagelist span {
    background-color: #B61920;
    border: 1px solid #B61920;
    color: #fff;
}

#pagelist a:hover {
    background-color: #eee;
}

/*phpcms pagelist*/
#xd-bod img {
    max-width: 100%;
}

.m1Tit h5:after {
    content: "PROFESSIONAL";
    font-size: 6.5rem;
    color: #eee;
    text-align: center;
    position: absolute;
    margin-left: -360px;
    z-index: -1;
}

.xd .m3Tit h5:after {
    content: "PRODUCT";
    font-size: 6.5rem;
    color: #eee;
    text-align: center;
    position: absolute;
    margin-left: -230px;
    z-index: -1;
}

.m1bod dt {
    color: #f00;
    font-size: 1.4rem;
}

.m1bod dt strong {
    font-size: 4rem;
    font-weight: normal;
}

.m1bod dd {
    color: #222;
    font-size: 1.8rem;
}

.m2 {
    background: url("/images/m2bg.jpg") center no-repeat;
    background-attachment: fixed;
}

.m2 span {
    width: 130px;
    height: 8px;
    display: block;
    margin: 3rem auto;
    background: #fff;
}

.ft {
    background: url("/images/ftbg.jpg") center no-repeat;
    background-size: cover;
}

.xd-kf {
    position: fixed;
    right: 10px;
    bottom: 50%;
    z-index: 1010;
    width: 42px;
    height: 42px;
    min-height: 32px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    background: #ddd;
    line-height: 42px;
}

.xd-kf:hover {
    background: #000;
}

.xd-kf a {
    color: #f00;
    font-size: 2.4rem;
}

.cpls ul {
    margin: 0;
    padding: 0;
}

.cpls ul > li {
    height: 54px;
    border: 1px solid #ddd;
    list-style: none;
    position: relative;
    margin: 4px 0;
    background: #f4f4f4;
}

.cpls ul > li:after {
    content: url("/images/jb1.png");
    position: absolute;
    right: 5px;
    top: 2px;
}

.cpls dl > dt {
    float: left;
    padding: 4px;
}

.cpls dl dd {
    float: left;
    margin-top: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.cpls dl dd a {
    font-size: 1.4rem;
    color: #000;
}
.cpls dl dd:hover {
    transform:translateX(5px);
}
.cpls dl dd p {
    margin: 0;
    color: #666;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cpls dd a p {
    color: #666;
    font-size: 1.2rem;
}
.sw3 .swiper-slide {
    height: 3.5rem;
    line-height: 3.5rem;
    background: #6B6B6B;
    position: relative;
    padding: 0 2rem;
}
.sw3 .swiper-slide span {
    width: 6rem;
    height: 3.5rem;
    position: absolute;
    text-align: center;
    right: 0;
    top:0;
    background: #D23433;
}
.sw3 .swiper-slide span i {
    font-size: 2.4rem;
}
.ft {
    background: url("/images/ftbg.jpg") center no-repeat;
    background-size: cover;
}