@charset "UTF-8";
@import url(style.min.css);

body {
    color: #2b3242;
}

a {
    color: #2b3242;
}

a:hover {
    color: #1ba0ff;
}

.am-alert {
    margin-bottom: 0;
}

.m-hd ul,
.m-header-banner ul {
    padding: 0;
}

.m-hd ul li, ul li,
.m-header-banner ul li {
    list-style-type: none;
}

a,
a:hover,
.m-partner li img,
.m-partner li img:hover,
.m-contact-infobox,
.m-contact-infobox:hover,
.m-footer .ico i,
.m-footer .ico i:hover,
.m-service-page .ico ul li span,
.m-service-page .ico ul li span:hover,
.m-hd .am-sticky,
.m-service-list li:hover {
    -webkit-filter: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

[class*=am-u-] + [class*=am-u-]:last-child {
    float: left;
}

.m-images-container section img,
.m-news-container section img {
    max-width: 100%;
    height: auto;
}

.am-container {
    max-width: 1200px;
}

.am-g-fixed {
    max-width: 1200px;
}

/* 头部 */
.m-hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 130px;
    padding: 45px 0 0 0;
}

.m-hd ul {
    margin: 0;
}

.m-hd ul li {
    list-style-type: none;
}

.m-hd .am-container {
    position: relative;
}

.m-hd .am-sticky {
    background: #1a1f2a;
    padding: 15px 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
}

.m-hd .am-header a {
    color: #fff;
}

.m-hd .m-nav a {
    color: #fff;
}

.am-dropdown-content li a {
    color: #FFFFFF;
}

.m-hd .m-nav a:hover {
    background: #f38e3b;
    color: #ffffff;
    border-radius: 2px;
    -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.m-hd .am-nav > li.am-active > a, .m-hd .am-nav > li.am-active > a:focus, .m-hd .am-nav > li.am-active > a:hover {
    color: #ffffff;
    background-color: #f0730a;
    cursor: default;
}

.m-hd .am-dropdown-content {
    background: #f0730a;
    color: #1ba0ff;
    border: none;
}

.m-hd .am-dropdown-content > li > a:hover {
    color: #ffffff;
}

.m-hd .am-dropdown-content:after, .m-hd .am-dropdown-content:before {
    border: 8px dashed transparent;
}

.m-hd .am-dropdown-content > .am-active > a,
.m-hd .am-dropdown-content > .am-active > a:focus,
.m-hd .am-dropdown-content > .am-active > a:hover {
    background-color: #f0730a;
    color: #1ba0ff;
}

.m-logo {
    display: block;
    float: left;
    font-size: 22px;
    line-height: 40px;
    width: 165px;
    color: #fff;
    text-indent: -9999px;
    background: url('../images/logo.png?1444011587') no-repeat left center;
    -webkit-background-size: 125px 40px;
    background-size: 125px 40px;
    margin-right: 20px;
}

.m-about li {
    float: left;
    margin-left: 5px;
}

#r-nav .am-offcanvas-bar {
    width: 200px;
}

#r-nav .logo {
    margin-bottom: 20px;
}

#r-nav p {
    border-bottom: 1px solid #4F4F4F;
    padding-bottom: 20px;
}

/* 头部大banner */
.m-header-banner {
    height: 680px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 260px;
    color: #fff;
}

.m-header-banner h2 {
    font-size: 50px;
    margin: 0;
    font-weight: 100;
}

.m-header-banner p {
    font-size: 20px;
}

.m-header-banner nav {
    display: inline-block;
}

.m-header-banner nav li {
    float: left;
    margin-right: 10px;
    font-size: 12px;
}

.m-header-banner nav li a {
    color: #fff;
}

.m-header-banner nav li.am-active a {
    font-weight: bold;
}

.m-header-1 {
    height: 180px;
    padding-top: 145px;
    background: #1a1f2a;
}

.m-list-header {
    height: 550px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .m-header-banner {
        height: 600px;
        padding-top: 240px;
    }

    .m-header-banner h2 {
        font-size: 46px;
        margin: 0;
    }

    .m-header-banner p {
        font-size: 20px;
        padding: 0;
        width: 70%;
    }

    .m-header-1 {
        height: 180px;
        padding-top: 145px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .m-hd .am-nav > li > a {
        position: relative;
        display: block;
        padding: 0.4em;
        font-size: 14px;
    }

    .m-hd .m-about li {
        float: left;
        margin-left: 5px;
        font-size: 14px;
    }

    .m-hd .am-btn {
        padding: 0.5em 0.4em;
    }

    .m-header-banner {
        height: 480px;
        padding-top: 220px;
        text-align: center;
    }

    .m-header-banner h2 {
        font-size: 30px;
        margin: 0;
    }

    .m-header-banner p {
        font-size: 20px;
        padding: 0;
        margin: 30px 0 15px 0;
    }

    .m-header-1 {
        height: 180px;
        padding-top: 145px;
        text-align: left;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-hd {
        height: 50px;
        padding: 10px 0 0 0;
    }

    .m-hd .am-nav > li > a {
        position: relative;
        display: block;
        padding: 0.4em;
        font-size: 14px;
    }

    .m-hd .m-about {
        display: none;
    }

    .m-hd .m-about li {
        float: left;
        margin-left: 5px;
        font-size: 14px;
    }

    .m-hd .am-btn {
        padding: 0.5em 0.4em;
    }

    .m-header-banner {
        height: 380px;
        padding-top: 120px;
        text-align: center;
    }

    .m-header-banner h2 {
        font-size: 30px;
        margin: 0;
    }

    .m-header-banner p {
        font-size: 18px;
        padding: 0;
        margin: 20px 0 15px 0;
    }

    .m-header-1 {
        height: 120px;
        padding-top: 75px;
        text-align: left;
    }
}

@media screen and (max-width: 479px) {
    .m-hd {
        height: 50px;
        padding: 0;
    }

    .m-header-banner {
        height: 380px;
        padding-top: 120px;
        text-align: center;
    }

    .m-header-banner h2 {
        font-size: 30px;
        margin: 0;
    }

    .m-header-banner p {
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

    .m-header-1 {
        height: 120px;
        padding-top: 75px;
        text-align: left;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .m-logo {
        background: url('../images/logo@2x.png?1444011698');
        -webkit-background-size: 125px 40px;
        background-size: 125px 40px;
        background-repeat: no-repeat;
    }
}

.am-btn.am-radius {
    border-radius: 50px;
}

.am-btn-xs {
    font-weight: 600;
}

.am-btn-danger {
    background: #f0730a;
    border: 2px solid #f0730a;

    color: #ffffff;
}

.am-btn-danger:hover {
    background: #f38e3b;
    border: 2px solid #f38e3b;
    color: #FFFFFF;
}

.m-home-box {
    padding-bottom: 50px;
}

.m-home-box h2 {
    margin: 40px 0 0 0;
}

.m-home-box p {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #737b8a;
}

.m-home-box ul h2 {
    padding: 0;
    margin: 0;
}

.m-mn-box {
    position: relative;
    background-color: #fff;
    margin-bottom: 60px;
}

.m-mn-box section h2 {
    margin: 0;
    padding: 0;
}

.m-mn-box section h3 {
    margin: 20px 0 10px 0;
    padding: 0;
}

.m-mn-box section p {
    margin-top: 0;
}

.m-container {
    margin: 0 0 60px 0;
}

/*
 *首页幻灯片
*/
.am-slider-i2 .am-slider-images {
    height: 700px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.am-slider-i2 .am-slider-desc {
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    color: #ffffff;
    text-align: center;
}

.am-slider-i2 .am-slider-content h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
}

.am-slider-i2 .am-slider-content p {
    font-size: 1.6rem;
    margin: 0;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.am-slider-i2 .am-slider-title {
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.am-slider-i2 .am-slider-en {
    font-size: 12px;
}

.am-slider-i2 .am-btn {
    margin-top: 20px;
    margin:5px;
}

.am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
    display: none;
}

.am-btn-xs {
    font-size: 1.6rem;
}

#wenzi {
    text-align: center;
    height: 10rem;
 font-size: 6rem;
    font-weight: 600;
}
.m-case-list{
    margin-top: 5%;
    padding: 0 1rem;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {

    .am-slider-i2 .am-slider-images {
        height: 650px;
    }

    .am-slider-i2 .am-slider-desc {
        top: 30%;
    }

    .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
        display: none;
    }

    .am-btn-xs {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    #wenzi {
        height: 7rem;
    }

    .am-slider-i2 .am-slider-images {
        height: 550px;
    }

    .am-slider-i2 .am-slider-desc {
        top: 40%;
    }

    .am-slider-i2 .am-slider-content h2 {
        font-size: 40px;
    }

    .am-slider-i2 .am-slider-content p {
        font-size: 24px;
    }

    .am-slider-i2 .am-btn {
        margin-top: 10px;
    }

    .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
        display: none;
    }

    .am-btn-xs {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px){
    #wenzi {
        height: 8rem;
        font-size: 3.5rem;
        font-weight: 600;
    }
    .am-slider-i2 .am-slider-images {
        height: 414px;
    }
    .m-case-list{
        margin-top: 8%;
        padding: 0 2rem;
    }
    .am-btn-xs {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 479px) {
    .am-slider-i2 .am-slider-images {
        height:280px;
    }

    .am-slider-i2 .am-slider-desc {
        text-align: center;
        top: 10%;
    }

    .am-slider-i2 .am-slider-content h2 {
        font-size: 20px;
    }

    .am-btn-xs {
        font-size: 0.8rem;
    }

    .am-slider-i2 .am-btn {
        margin: 0px;
    }
    #wenzi {
        margin-top: 20%;
        height: 8rem;
        font-size: 2.8rem;
        font-weight: 600;
    }

}

.m-case-list li {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.m-case-list li figure {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
}

.m-case-list li figure img {
    position: relative;
    display: block;
}

.m-case-list li figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 50%;
}

.m-case-list li figure figcaption::before, .m-case-list li figure figcaption::after {
    pointer-events: none;
}

.m-case-list li figure figcaption, .m-case-list li figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-case-list li figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.m-case-list li figure h3 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.m-case-list li figure h3 span {
    font-weight: 800;
}

.m-case-list li figure h3, .m-case-list li figure p {
    margin: 0;
}

.m-case-list li figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    background: url('../images/loading.gif?1440224064') 50% 50% no-repeat;
}

figure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    text-align: left;
}

figure.effect-lily h3, figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img, figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img, figure.effect-lily:hover h3, figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
}

figure.effect-lily:hover img {
    opacity: .4;
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.m-cat-nav {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 40px;
}

.m-cat-nav ul li {
    float: left;
    list-style-type: none;
    margin-right: 20px;
    padding-top: 20px;
}

.m-cat-nav ul li.am-active a {
    color: #dd514c;
}

.m-cat-nav p {
    font-size: 12px;
    margin-bottom: 60px;
}

/* 联系我们 */
.m-contact {
    background: url('../images/home-bg.jpg?1443942382') 50% 0 no-repeat fixed;
    padding: 30px 0 50px 0;
    color: #fff;
}

.m-contact p {
    color: #fff;
}

.m-contact-us {
    background-color: #1ba0ff;
    padding: 40px 0;
}

.m-contact-us span {
    padding-top: 10px;
    color: white;
}

.m-contact-us .am-btn {
    width: 100%;
}

.m-contact-infobox {
    border: 1px solid #D8D8D8;
    background: #fff;
    border-radius: 5px;
    padding: 40px 0;
    text-align: center;
}

.m-contact-infobox:hover {
    border: 1px solid #0d121b;
    background: #1a1f2a;
    color: #fff;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-contact-us {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .m-contact-us {
        text-align: center;
    }
}

/* 图片模块 */
.m-images-container {
    margin-top: -30px;
    border-radius: 3px;
}

.m-images-container section {
    padding: 30px;
}

.m-images-container section p {
    margin-bottom: 2rem;
}

.m-images-show {
    height: 400px;
    padding-top: 150px;
    background: #1a1f2a;
}

.m-images-show h1 {
    font-size: 58px;
    line-height: 68px;
    font-weight: normal;
    margin-bottom: 30px;
}

.m-images-show p {
    width: 100%;
    font-size: 26px;
    margin: 0;
}

.m-images-show ul {
    margin: 0;
    font-size: 14px;
    display: inline-block;
}

.m-images-show ul li {
    float: left;
    margin-right: 5px;
    padding-bottom: 30px;
}

.m-images-show .am-animation-fade {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .m-images-show {
        height: 400px;
        padding-top: 150px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .m-images-show {
        height: 300px;
        padding-top: 130px;
    }

    .m-images-show h1 {
        font-size: 48px;
        line-height: 48px;
    }

    .m-images-show p {
        width: 100%;
        font-size: 16px;
        margin: 0;
    }

    .m-images-show ul {
        margin: 0;
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-images-show {
        height: 300px;
        padding-top: 110px;
    }

    .m-images-show h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .m-images-show p {
        width: 100%;
        font-size: 14px;
        margin: 0;
    }

    .m-images-show ul {
        margin: 0;
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    .m-images-show {
        height: 200px;
        padding-top: 70px;
        text-align: center;
    }

    .m-images-show h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .m-images-show p {
        width: 100%;
        font-size: 14px;
        margin: 0;
    }

    .m-images-show ul {
        margin: 0;
        font-size: 12px;
    }
}

/* 文章模块 */
.m-news article {
    margin-bottom: 80px;
    position: relative;
}

.m-news h3 {
    font-size: 28px;
}

.m-news-date {
    font-family: arial;
    color: #999;
    border-right: 1px solid #e9e9e9;
}

.m-news-date span {
    display: block;
    font-size: 40px;
    color: #333;
}

.m-news-data {
}

.m-news-data span {
    color: #aaa;
    margin-right: 20px;
}

.m-news-desc {
    color: #2b3242;
    height: 50px;
    overflow: hidden;
}

.m-news-container {
    margin-top: 60px;
    margin-bottom: 60px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.m-news-container header {
    background: #1a1f2a;
    border-radius: 3px 3px 0 0;
    color: #fff;
    padding: 20px;
}

.m-news-container header a {
    color: #fff;
}

.m-news-container header span {
    margin-right: 10px;
}

.m-news-container section {
    padding: 40px 20px 20px;
}

.m-news-container section .com a {
    color: #dd514c;
}

/* 服务内容 */
.m-services {
    background: #1a1f2a;
    padding: 20px 0 20px 0;
    color: #fff;
}

.m-service-container {
    margin: 0 0 60px 0;
}

.m-service-container .am-pagination {
    margin-top: 20px;
}

.m-service-container .am-pagination .am-active a {
    background: #DD514E;
    border-color: #dd514c;
}

.m-service-list li {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #fff;
}

.m-service-list li:hover {
    background: #d22e3e;
    border: 1px solid #d22e3e;
    border-left: 10px solid #ba1f2e;
    color: #fff;
    margin-bottom: 30px;
}

.m-service-list-icon {
    font-size: 50px;
    text-align: center;
}

/** 网站欣赏列表 **/
.m-web-list figure {
    background: #fff;
}

.m-web-list figure h3 {
    margin: 0;
}

.m-web-list figure figcaption {
    padding: 10px;
}

.m-list article {
    margin-bottom: 60px;
}

/** 相关网站 **/
.m-web-relevantdesc {
    font-size: 12px;
    height: 40px;
    overflow: hidden;
}

/* tag */
.m-item {
    margin-top: 60px;
}

.m-item article .thumbnail {
    height: 200px;
    overflow: hidden;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-contact-us {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .m-contact-us {
        text-align: center;
    }
}

/* 协助伙伴 */
.m-partner li img {
    border: 1px solid #E9E9E9;
    -webkit-filter: grayscale(1);
}

.m-partner li img:hover {
    border: 1px solid #737b8a;
}

.m-partner p {
    margin: 0 0 30px 0;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-contact-us {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .m-contact-us {
        text-align: center;
    }
}

/*返回顶部*/
.m-top-cbbfixed {
    position: fixed;
    right: 10px;
    transition: bottom ease .3s;
    bottom: -85px;
    z-index: 3;
    cursor: pointer;
}

.m-top-cbbtn {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #1b81ff;
}

.m-top-go {
    transition: background-color ease .3s;
    margin-top: 1px;
}

.m-top-go:hover {
    background-color: #1ba0ff;
}

.m-top-goicon {
    float: left;
    margin: 14px 0 0 9px;
    width: 23px;
    height: 12px;
    background: url('../images/side-icon02.png?1406598120');
}

.m-top-weixin {
    background: #333;
}

.m-top-weixin div {
    background: url('../images/weixin.png');
    width: 194px;
    height: 199px;
    position: absolute;
    left: -194px;
    top: -115px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: all ease .3s;
    display: none \0;
    *display: none;
}

.m-top-weixin:hover div {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display: block;
}

.m-top-weixin-icon {
    float: left;
    margin: 12px 0 0 11px;
    width: 18px;
    height: 18px;
    background: url('../images/side-icon01.png?1406598156');
}

/* 网站底部 */
.m-footer {
    background: #f7f8fc;
    padding: 60px 0 0 0;
    color: #555d6d;
    font-size: 14px;
}

.m-footer a {
    color: #555d6d;
}

.m-footer a:hover {
    color: #1ba0ff;
}

.m-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.m-footer section h2 {
    font-size: 16px;
    color: #555d6d;
    margin-bottom: 20px;
}

.m-footer i {
    margin-left: 10px;
}

.m-footer-container,
.m-footer-flink {
    padding-bottom: 60px;
}

.m-footer-subnav a,
.m-footer-flink a {
    margin-right: 10px;
}

.m-footer-bottom {
    background: #ffffff;
    font-size: 12px;
    padding: 30px 0;
    color: #555d6d;
}

.accessory-list > ul:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}

.accessory-list > ul {
    max-width: 1200px;
    margin: 0 auto;
}

.accessory-list > ul > li {
    float: left;
    width: 23.80952%;
    margin-right: 1.5873%;
    margin-bottom: 1.5873%;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    color: #1c8ffd;
}

.accessory-list > ul > li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.accessory-list.col-3 > ul > li {
    width: 25%;
    margin-right: 12.5%;
    margin-bottom: 5%;

}

.accessory-list.col-3 > ul > li:nth-child(3n) {
    margin-right: 0;
}

.accessory-list.col-4 > ul > li {
    width: 23.80952%;
    margin-right: 1.5873%;
    margin-bottom: 1.5873%;
}

.accessory-list.col-4 > ul > li:nth-child(4n) {
    margin-right: 0;
}

.accessory-list.col-5 > ul > li {
    width: 18.73016%;
    margin-right: 1.5873%;
    margin-bottom: 1.5873%;
}

.accessory-list.col-5 > ul > li:nth-child(5n) {
    margin-right: 0;
}

.accessory-list .pic {
}

.accessory-list .pic a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.accessory-list .pic img {
    width: 100%;
}

.accessory-list .main {
}

.accessory-list .main .name {
    height: 3em;
    line-height: 1.25em;
    margin-top: -5.5rem;
    overflow: hidden;
    font-size: 1.8rem;
}

.accessory-list .main .btn-area {
    clear: both;
    margin: 0 3rem;
    padding: 10px;
    border: 2px solid #00a2cc;
    border-radius: 50rem;
}

.accessory-list .main .btn-area .btn {
    width: 100%;
}

.am-list {
    margin-bottom: 1.6rem;
    padding-left: 0;
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 488px) {

    .accessory-list.col-4 > ul {
        padding: 0 0rem;
    }

    .accessory-list.col-4 > ul > li, .accessory-list.col-5 > ul > li {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        border: none;
    }

    .accessory-list.col-4 > ul > li:hover, .accessory-list.col-5 > ul > li:hover {
        border-color: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none .5s ease-out;
        transition: none .5s ease-out;
    }

    .accessory-list .pic {
        float: left;
        width: 110px;
        height: 110px;
    }

    .accessory-list .pic a {
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
    }

    .accessory-list .main {
        padding: 0 0 0 125px;
    }

    .accessory-list .main:after {
        visibility: hidden;
        display: block;
        content: " ";
        clear: both;
    }

    .accessory-list .main .name {
        height: auto;
        min-height: 50px;
    }

    .accessory-list .main .btn-area {
        padding: 0;
        margin: 0 0rem;
        clear: none;
        float: right;
    }

    .accessory-list .main .btn-area .btn {
        height: 30px;
        line-height: 30px;

        padding-left: .8em;
        padding-right: .8em;
        font-size: 1rem;
        letter-spacing: .1em;
    }

    .accessory-list .main .name {
        height: 5em;
        line-height: 5em;
        margin-top: 0rem;
        overflow: hidden;
        font-size: 1.8rem;
    }

}

.filter-nav a {
    margin: 0 10px;
}

.filter-nav a:hover {
    color: #ffa500;
}
@media only screen and (max-width: 991px) {
    .accessory-list.col-4 > ul > li {
        width: 32.27513%;
        margin-right: 1.5873%;
        margin-bottom: 1.5873%;
    }

    .accessory-list.col-4 > ul > li:nth-child(4n) {
        margin-right: 1.5873%;
    }

    .accessory-list.col-4 > ul > li:nth-child(3n) {
        margin-right: 0;
    }

    .accessory-list.col-5 > ul > li {
        width: 23.80952%;
        margin-right: 1.5873%;
        margin-bottom: 1.5873%;
    }

    .accessory-list.col-5 > ul > li:nth-child(5n) {
        margin-right: 20px;
    }

    .accessory-list.col-5 > ul > li:nth-child(4n) {
        margin-right: 0;
    }
#app-1 ul li{

}


}
@media only screen and (max-width: 767px) {


    .accessory-list.col-4 > ul > li, .accessory-list.col-5 > ul > li {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        border: none;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }

    .accessory-list.col-4 > ul > li:hover, .accessory-list.col-5 > ul > li:hover {
        border-color: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none .5s ease-out;
        transition: none .5s ease-out;
    }

    .accessory-list .pic {
        float: left;
        width: 110px;
        height: 110px;
    }

    .accessory-list .pic a {
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
    }

    .accessory-list .main {
        padding: 0 0 0 125px;
    }

    .accessory-list .main:after {
        visibility: hidden;
        display: block;
        content: " ";
        clear: both;
    }

    .accessory-list .main .name {
        height: auto;
        min-height: 50px;
    }

    .accessory-list .main .btn-area {
        padding: 0;
        clear: none;
        float: right;
    }

    .accessory-list .main .btn-area .btn {
        height: 30px;
        line-height: 30px;
        padding-left: .8em;
        padding-right: .8em;
        font-size: 1rem;
        letter-spacing: .1em;
    }
}

@media only screen and (max-width: 767px) {
    .accessory-result-page .btn-wrap .btn {
        /*line-height: 1.2em;*/
        white-space: normal;
    }
}

/*关于我们*/
.part-title {
    text-align: center;
    position: relative;
}

.part-title-span {
    font-size: 26px;
}

.part-title-i {
    vertical-align: sub;
    font-size: 36px;
    margin-right: 5px;
}

.part-title-mar {
    padding-top: 30px;
    padding-bottom: 25px;
}

.company-intro {
    margin: 0 22%;
    text-align: center;
}

.company-intro p {
    margin-top: 15px;
    font-size: 15px;
}

.thought-all {
    width: 100px;
    height: 100px;
    background-color: #0086da;
    border-top: 10px solid #05598e;
    color: #ffffff;
    margin: 0 auto;
    position: relative;
}

.thought-all-none {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #424242;
    opacity: 0;
}

.thought-all-none h5 {
    font-size: 16px;
    line-height: 100px;
    color: #0086da;
    display: none;
}

.company-thought {
    display: table;
    margin: 0 auto;
}

.company-thought li {
    float: left;
    text-align: center;
    margin: 0 10px;
}

.thought-all-none:hover {
    opacity: 0.9;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.thought-all-none:hover h5 {
    display: block;
}

.thought-all span {
    display: block;
}

.thought-all i {
    font-size: 35px;
}

.company-thought-all {
    width: 100%;
}

.office-space {
    margin: 0 5%;
}

.office-space img {
    width: 100%;
}

.office-space div {
    margin: 0;
    padding: 0;
}

.contact-us {
    padding: 30px 40px;
    text-align: center;
}

.contact-us div img {
    width: 80%;
    float: right;
}

.contact-add li {
    margin-bottom: 10px;
}

.contact-add div,
.contact-add li i {
    height: 35px;
    line-height: 35px;
}

.contact-add li div {
    position: relative;
}

.contact-add li i {
    background-color: #0086da;
    width: 35px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
}

.contact-add div span {
    background-color: #fff;
    height: 35px;
    display: inline-block;
    padding-left: 45px;
    font-size: 14px;
    float: left;
    color: #666;
    font-weight: bold;
    text-align: left;
}

.contact-add-1 {
    font-size: 13px !important;
}

.office-space-title,
.contact-us-title {
    margin-top: 40px;
    margin-bottom: 10px;
}

.paper-plane {
    font-size: 42px !important;
    margin-top: -10px !important;
}

.mobile {
    font-size: 25px !important;
}

/*横向切换按键*/

.am-divider {
    margin: 0 auto;
}

.am-tabs-d2 .am-tabs-nav > .am-active:after {
    border: none;
}

.am-tabs-d2 .am-tabs-nav > .am-active {
    border-bottom: none;
}

.am-tabs-d2 .am-tabs-nav {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.am-tabs-bd {
    z-index: 0;
    border: none;

}

.am-tabs-d2 .am-tabs-nav a {
    border: 1px solid #ddd;
    color: #555d6d;
    line-height: 40px;
    border-bottom: none;
}

.am-tabs-d2 .am-tabs-nav > .am-active a {
    line-height: 40px;
    background: #0e90d2;
    border: 1px solid #0e90d2;
    border-bottom: none;
}

/*产品描述*/
.product-intro table td {
    width: auto;
    padding: 0 1rem;
    line-height: 3rem;
}

.product-intro p {
    padding: 0.8rem 0;
}

.product-intro p span {
    color: #0e90d2;
    font-size: 1.8rem;
    border-radius: 50%;
    border: 2px solid #0e90d2;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    text-align: center;
    line-height: 2rem;
    margin-right: 1rem;
}
.am-tabs-d2 .am-tabs-nav>.am-active a {
    line-height: 40px;
    color: #ffffff;
}
#app-1 .am-active a{
    color:#0e90d2 ;
}

