@charset "UTF-8";

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    outline: 0
}

abbr,
acronym,
fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i,
b,
strong {
    font-style: normal;
    font-weight: normal;
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    outline: 0
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1
}

input,
select,
textarea {
    font-size: 14px;
    color: #999;
    font-family: "Microsoft Yahei", sans-serif;
    outline: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

::-ms-input-placeholder {
    color: #999
}

input,
button {
    border-radius: 0;
    -webkit-appearance: none;
}

/*清除IOS默认圆角*/
textarea {
    resize: none;
    outline: none;
    border: none;
}

/*去除右下角拖动边框标识*/
input:-ms-clear {
    display: none;
}

/*消除 IE10 里的叉号*/
body {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    font-family: "Microsoft Yahei", 'Roboto';
    overflow-x: hidden
}

* {
    -wekit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,
img {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

img,
video {
    width: auto;
    height: auto;
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none;
    border: 0;
    outline: 0
}

textarea {
    resize: none
}

.dn {
    display: none
}

table {
    border-collapse: separate;
}

/*边线重叠*/
.wrap {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto
}

/* ====================== header ============================ */

.top-bar {
    color: #FFF;
    background-color: #182333;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    position: relative;
}

.top-bar a {
    float: right;
    padding-left: 24px;
    color: #E3E3E3;
    background: url(../images/icon-place.png) no-repeat left center;
}

.top-bar a:hover {
    color: #FFF;
}

.top-bar span {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.top-bar span:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: -800px;
    width: 1144px;
    background-color: #f9bf16 ;
    z-index: -1;
}

.header {
    padding: 24px 0 30px;
    line-height: 60px;

}

.logo {
    float: left;
    width: 210px;
}

.logo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.top-base {
    float: right;
    width: 600px;
}

.top-base li {
    float: left;
    width: 240px;
    margin-left: 60px;
    border-right: 1px solid #EEE;
}

.top-base li:last-child {
    border-right: none;
}

.top-pic {
    float: left;
    width: 60px;
    margin-right: 16px;
}

.top-pic i {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    text-align: center;
    background-color: #F9F9F9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 24px;
    position: relative;
}

.top-pic i:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFF;
}

.top-info {
    display: block;
    overflow: hidden;
    line-height: 30px;
}

.top-info span {
    display: block;
    color: #072948;
    font-size: 17px;
    font-weight: 600;
}

.top-info p {
    color: #828893;
    ;
}

.nav-show {
    position: relative;
    z-index: 22;
    line-height: 66px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(6, 22, 58, 0.07);
    box-shadow: 0px 0px 9px 0px rgba(6, 22, 58, 0.07);
    padding: 0 15px;
}

.navBtn {
    float: right;
    display: none;
}

.nav {
    display: block;
    overflow: hidden;
}

.nav ul li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

.nav ul li a {
    display: inline-block;
    color: #222;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.nav ul li.on a,
.nav ul li:hover a {
    color: #f9bf16 ;
}

.nav-link {
    float: right;
    width: 180px;
    margin-left: 100px;
}

.nav-link a {
    color: #f9bf16 ;
    border-left: 1px solid #eee;
    padding: 5px 0 5px 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 30px;
    background-image: url(../images/head-arr01.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.nav-link a:hover {
    color: #072948;
    background-image: url(../images/head-arr02.png);
}

@media screen and (max-width:1000px) {
    .nav-link {
        display: none;
    }
}

@media screen and (max-width:900px) {
    .logo {
        width: 180px;
    }

    .top-base {
        width: 550px;
    }

    .top-base li {
        margin-left: 35px;
    }
}

@media screen and (max-width:800px) {
    .top-base {
        display: none;
    }

    .top-con {
        position: relative;
        padding: 10px 0;
    }

    .navBtn {
        display: block;
        cursor: pointer;
        line-height: 36px;
    }

    .navBtn img {
        width: 32px;
        height: auto;
        vertical-align: middle;
    }

    .header {
        float: left;
        width: 160px;
        padding: 0;
        line-height: 36px;
        margin-left: 2%;
    }

    .logo {
        width: 100%;
    }

    .nav-show {
        float: right;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: initial;
        line-height: initial;
    }

    .nav {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 9999;
        width: 100%;
        background-color: #FFF;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
        -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    }

    .nav ul li {
        margin-left: 0;
        width: 100%;
        text-align: center;
        line-height: 50px;
    }

    .nav ul li:hover,
    .nav ul li.on {
        background-color: #f9bf16 ;
    }

    .nav ul li:hover a,
    .nav ul li.on a {
        color: #FFF;
        text-decoration: none;
    }

    .banner,
    .place-show {
        top: 0;
    }
}

@media screen and (max-width:660px) {
    .top-bar {
        display: none;
    }
}

/* ====================== banner ============================ */

.banner img {
    display: block;
    width: 100%;
}

/* ====================== index title ============================ */

.in-title {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.in-title h2 {
    color: #212121;
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.in-title a {
    color: #212121;
}

.in-title p {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-top: 10px;
}

.in-title h1 {
    color: #212121;
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

@media screen and (max-width:768px) {
    .in-title h2 {
        font-size: 26px;
        line-height: 1.1;
    }

    .in-title p {
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {
    .in-title h2 {
        font-size: 24px;
    }

    .in-title p {
        font-size: 14px;
    }
}

/* ====================== index-about ============================ */

/* ====================== about-good  ============================ */
.about-ser {
    background: url(../images/ser-bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0px;
}

.about-ser h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.1;
    color: #FFF;
}

.about-ser p {
    color: #fff;
}

.about-ser ul {
    margin-top: 40px;
    margin-left: -3.3%;
}

.about-ser ul li {
    position: relative;
    float: left;
    width: 30%;
    margin-left: 3.3%;
    padding-left: 90px;
}

.about-ser ul li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #f9bf16 ;
    text-align: center;
    line-height: 70px;
}

.about-ser ul li span img {
    width: 42px;
    height: auto;
    vertical-align: middle;
}

.ser-info strong {
    color: #FFF;
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    line-height: 1.1;
    margin-bottom: 10px;
}

.ser-info p {
    color: #CCC;
    font-size: 15px;
    line-height: 28px;
}

@media screen and (max-width:880px) {
    .about-ser ul {
        margin-left: 0;
        margin-top: 10px;
    }

    .about-ser ul li {
        margin-left: 0;
        width: 100%;
        margin-top: 30px;
    }

    .ser-info p {
        line-height: 24px;
    }
}

@media screen and (max-width:420px) {
    .about-ser ul li span {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .about-ser ul li span img {
        width: 36px;
    }

    .about-ser ul li {
        padding-left: 80px;
    }

    .ser-info strong {
        font-size: 20px;
    }
}

/* ====================== index-type ============================ */
/* ====================== index-pro ============================ */
.bt_tit {
    text-align: center;
    margin-bottom: 30px;
}

.bt_tit h2 {
    color: #232323;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bt_tit p {
    color: #666;
    line-height: 28px;
    letter-spacing: 0.56px;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (max-width:790px) {
    .bt_tit h2 {
        font-size: 24px;
    }
}

.hot_pro {
    padding: 30px 0;
}

.pro_lists li {
    position: relative;
    float: left;
    width: 31.3%;
    margin: 0 1% 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.pro_lists li .pic {
    display: block;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    position: relative;
}

.pro_lists li img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.pro_lists li img:hover {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.pro_lists li .about {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pro_lists li .tet {
    font-size: 18px;
    color: #444;
    display: block;
    line-height: 24px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.pro_lists li .tet:hover {
    color: #f9bf16 ;
}

.pro_lists li .txt {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
    line-height: 1.7;
    color: #999;
}

.pro_lists li .pro_btn {
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    display: block;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: rgba(24, 111, 190, 2);
    opacity: 0;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;


}

.pro_lists li:hover .pro_btn {
    opacity: 1;
    bottom: 138px;
}

@media screen and (max-width: 790px) {
    .pro_lists li {
        width: 98%;
    }

}

/* ====================== index-ask ============================ */

.index-ask {
    padding: 50px 0;
    background-color: #f9bf16 ;
    text-align: center;
}

.index-ask p {
    color: #FFF;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 2px;
}

.index-ask a {
    display: inline-block;
    width: 200px;
    line-height: 52px;
    background-color: #333;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    margin-top: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.index-ask a:before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: url(../images/ask-icon01.png) no-repeat;
    vertical-align: middle;
    margin-top: -4px;
}

.index-ask a:hover {
    background-color: #FFF;
    color: #f9bf16 ;
}

.index-ask a:hover:before {
    background: url(../images/ask-icon02.png) no-repeat;
}

@media screen and (max-width:768px) {
    .index-ask {
        padding: 40px 0;
    }
}

@media screen and (max-width:660px) {
    .index-ask p {
        font-size: 26px;
    }

    .index-ask a {
        margin-top: 30px;
    }
}

@media screen and (max-width:420px) {
    .index-ask {
        padding: 32px 0;
    }

    .index-ask p {
        font-size: 24px;
    }

    .index-ask a {
        line-height: 46px;
        margin-top: 24px;
    }
}


/* ====================== index-case ============================ */
.case-list {
    margin: 0 -15px;
}

.case-list li {
    float: left;
    width: 33.3%;
    margin-bottom: 30px;
}

.case-list li .inner-box {
    margin: 0 15px;
}

.case-list li .inner-box .a-img {
    position: relative;
    padding-top: 72%;
    overflow: hidden;
}

.case-list li .inner-box .a-img>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block
}

.overlay-link:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(22, 26, 51, 0.90)
}

.case-list li .inner-box:hover .a-img .overlay-link:after {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.overlay-link:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(22, 26, 51, 0.90)
}

.case-list li .inner-box:hover .a-img .overlay-link:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}


.lower-content {
    position: relative;
    padding: 65px 25px 0px;
    text-align: center;
}

.lower-content .tit {
    display: block;
    position: absolute;
    left: 30px;
    top: -35px;
    right: 30px;
    color: #222222;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    padding: 23px 15px;
    z-index: 1;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Playfair Display', serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lower-content .tit:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    display: block;
    z-index: -1;
    background-color: #f9bf16;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.case-list li .inner-box:hover .lower-content .tit {
    color: #ffffff;
}

.case-list li .inner-box:hover .lower-content .tit:before {
    width: 100%;
}

.lower-content p {
    position: relative;
    color: #7e8597;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px;
    height: 54px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lower-content .read-more {
    font-weight: 700;
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Playfair Display', serif;
    padding-left: 22px;
}

.lower-content .read-more:after {
    content: '';
    width: 20px;
    height: 12px;
    background: url(../images/arr-left.png) no-repeat;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.lower-content .read-more:before {
    content: '';
    width: 20px;
    height: 12px;
    background: url(../images/arr-right.png) no-repeat;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.case-list li .inner-box:hover .read-more:after {
    opacity: 1;
}

.case-list li .inner-box:hover .read-more:before {
    opacity: 0;
}

.case-list li .inner-box:hover .read-more {
    color: #f9bf16;
    padding-right: 0;
    padding-right: 22px;
}

@media screen and (max-width:1000px) {
    .lower-content {
        padding: 65px 15px 0px;
    }
}

@media screen and (max-width:850px) {
    .case-list li {
        width: 50%;
    }
}

@media screen and (max-width:580px) {
    .case-list {
        margin: 0 0;
    }

    .lower-content {
        padding: 40px 15px 0px;
    }

    .lower-content .tit {
        font-size: 18px;
        padding: 10px 15px;
        top: -20px;
        left: 15px;
        right: 15px;
    }
}

@media screen and (max-width:480px) {
    .case-list li {
        width: 100%;
    }
}

/* ====================== footer ============================ */
.foot-link {
    background-color: #182433;
    padding: 75px 0 50px;
    position: relative;
    overflow: hidden;
}


.foot-link strong {
    display: block;
    color: #FFF;
    font-size: 28px;
    font-family: 'Gotham';
    line-height: 1.2;
    margin-bottom: 16px;
}

.foot-link strong:first-letter {
    color: #f9bf16 ;
}

.foot-word {
    float: left;
    width: 72%;
}

.foot-word ul {
    margin-left: -3%;
}

.foot-word ul li {
    float: left;
    width: 47%;
    margin-left: 3%;
}

.foot-word ul li a {
    display: block;
    color: #FFF;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
}

.foot-word ul li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url(../images/foot-arrow.png) no-repeat;
    margin-right: 6px;
    margin-top: -2px;
}

.foot-word ul li:hover a {
    color: #f9bf16 ;
}

.foot-word ul li:hover a:before {
    background-image: url(../images/foot-arrows.png);
}

.foot-cont {
    float: right;
    width: 26%;
}

.foot-cont p {
    color: #FFF;
    line-height: 40px;
    font-size: 15px;
    margin-bottom: 10px;
}

.foot-cont p a {
    color: #f9bf16 ;
}

.foot-cont p a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #182433;
    border-top: 1px solid rgba(255, 255, 255, .07);
    line-height: 30px;
    padding: 20px 0;
    ;
}

.footer p {
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

.footer p a {
    color: #f9bf16 ;
    margin-left: 8px;
}

.footer p a:hover {
    color: #FFF;
}

@media screen and (max-width:1000px) {
    .foot-word {
        width: 100%;
    }

    .foot-cont {
        width: 100%;
        margin-top: 20px;
    }

    .foot-cont p {
        line-height: 32px;
    }

}

@media screen and (max-width:768px) {
    .foot-word ul {
        margin-left: 0;
    }

    .foot-word ul li {
        width: 100%;
        margin-left: 0;
    }

    .foot-link strong {
        font-size: 26px;
    }

    .foot-link:after {
        display: none;
    }

    .foot-link {
        padding: 40px 0 30px;
    }
    .footer{margin-bottom: 10px;}
}

@media screen and (max-width:420px) {
    .foot-link strong {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .foot-link {
        padding: 30px 0 20px;
    }
}

/* ====================== 返回顶部============================ */
.return-top {
    width: 40px;
    height: 40px;
    background: url(../images/top.png) no-repeat center;
    position: fixed;
    right: 20px;
    bottom: 80px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

/* ====================== 商务通 ============================ */
.right-service {
    position: fixed;
    right: 40px;
    top: 400px;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(249,191,22, 0.3);
    z-index: 99990
}

.right-service span {
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f9bf16 ;
    z-index: 8;
    width: 105px;
    height: 105px;
    cursor: pointer
}

.right-service span img {
    display: block;
    width: 100%
}

.right-service::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f9bf16 ;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50
}

.right-service .circle {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 7
}

.right-service .circle.animate .a1 {
    animation: 2s cubic-bezier(.25, .46, .45, .94) forwards scaleToggleOne
}

.right-service .circle.animate .a2 {
    animation: 2.5s cubic-bezier(.25, .46, .45, .94) forwards scaleToggleTwo
}

.right-service .circle.animate .a3 {
    animation: 3s cubic-bezier(.25, .46, .45, .94) forwards scaleToggleThree
}

.right-service .circle b {
    background: rgba(249,191,22, 0.25);
    width: 115px;
    height: 115px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1);
    display: block
}

.right-service .word {
    width: 150px;
    color: #fff;
    padding: 10px 15px;
    font-weight: 400;
    line-height: 1.45;
    background-color: #f9bf16 ;
    left: -60px;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
    transition: all .3s cubic-bezier(.86, 0, .07, 1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    font-size: 14px;
    border-radius: 3px;
    position: absolute;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9
}

.right-service .word::after {
    position: absolute;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 50;
    background-color: #f9bf16 ;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(249,191,22, .2);
    box-shadow: 3px 3px 10px 0 rgba(249,191,22, .2);
    right: -6px;
    top: 50%;
    margin-top: -10px
}

.right-service .show {
    left: -195px;
    opacity: 1;
    filter: alpha(opacity=100)
}

@keyframes scaleToggleOne {

    0%,
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleToggleTwo {

    0%,
    100%,
    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleToggleThree {

    0%,
    100%,
    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
}

@media(max-width:768px) {
    .right-service {
        display: none;
    }
}

/* ====================== 面包屑 ============================ */

.place-show {
    background-color: #F6F7F8;
    padding: 10px 0;
    line-height: 30px;
}

.place-show ol {
    background: url(../images/icon-place.png) no-repeat left center;
    padding-left: 26px;
    font-size: 15px;
}

.place-show li {
    display: inline-block;
    color: #666;
}

.place-show li a {
    color: #333;
}

.place-show li a:hover {
    color: #000;
}

@media screen and (max-width:768px) {
    .place-show ol {
        font-size: 14px;
        overflow-x: scroll;
        white-space: nowrap;
    }
}

/* ====================== 内页 banner ============================ */
/* ====================== about ============================ */

.about-show {
    margin-top: 50px;
    position: relative;
}

.about-show p {
    line-height: 32px;
    margin-bottom: 20px;
}

.about-pic {
    float: right;
    width: 40%;
}

.about-pic img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}


/* ====================== contact ============================ */

.cont-show {
    margin-top: 60px;
}

.cont-show p {
    line-height: 32px;
}

.cont-show ul {
    margin-left: -3.3%;
    margin-top: 30px;
}

.cont-show ul li {
    float: left;
    width: 30%;
    margin-left: 3.3%;
    text-align: center;
    padding: 24px 12px;
    background-color: #FFF;
    border: 1px solid #F6F6F6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #EEE;
    border-bottom: 4px solid #f9bf16 ;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cont-show ul li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cont-show ul li img {
    width: 100px;
    height: auto;
    vertical-align: middle;
}

.cont-show ul li strong {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    margin: 20px 0 12px;
}

.cont-info {
    min-height: 56px;
    line-height: 28px;
    color: #444;
}

.cont-info p {
    line-height: 28px;
}

.cont-show ul li a {
    display: inline-block;
    color: #f9bf16 ;
    font-weight: bold;
}

.cont-show ul li a:hover {
    text-decoration: underline;
}

.cont-show ul li span {
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    line-height: 44px;
    padding: 0 20px;
    font-size: 18px;
    background-color: #f9bf16 ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.cont-show ul li span:hover {
    background-color: #333333;
}

@media screen and (max-width:1100px) {
    .cont-show ul li {
        width: 46.7%;
        margin-bottom: 20px;
    }

    .cont-show ul li.cont-font {
        width: 96.7%;
    }
}

@media screen and (max-width:768px) {
    .cont-show ul li strong {
        font-size: 22px;
    }

    .cont-info p {
        font-size: 15px;
    }
}

@media screen and (max-width:520px) {
    .cont-show ul {
        margin-left: 0;
    }

    .cont-show ul li,
    .cont-show ul li.cont-font {
        width: 100%;
        margin-left: 0;
    }

    .cont-show ul li img {
        width: 88px;
    }

    .cont-info {
        min-height: auto;
    }
}

.msg-show {
    background-color: #FFF;
    margin: 50px 0 50px 100px;
    font-size: 15px;
    line-height: 26px;
    min-height: 520px;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
    padding: 60px 60px 60px 320px;
    position: relative;
}

.msg-info {
    position: absolute;
    left: -100px;
    top: 10%;
    width: 360px;
    height: 80%;
    color: #fff;
    padding: 40px 30px;
    background: #f9bf16 ;
}

.msg-show strong {
    display: block;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.msg-info p {
    padding-left: 36px;
    background-position: left 8px;
    background-repeat: no-repeat;
    margin-top: 30px;
    line-height: 36px;
}

.msg-info p.yx {
    background-image: url(../images/msg-mark01.png);
}

.msg-info p.dz {
    background-image: url(../images/msg-mark02.png);
}

.msg-info p a {
    color: #FFF;
}

.msg-info p a:hover {
    text-decoration: underline;
}

.msg-link {
    display: inline-block;
    border: 2px solid #FFF;
    background-color: #FFF;
    line-height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    padding: 0 20px;
    margin-left: 30px;
    margin-top: 30px;
    color: #f9bf16 ;
    font-size: 18px;
}

.msg-link:hover {
    background-color: #f9bf16 ;
    color: #FFF;
}


.msg-con strong {
    color: #f9bf16 ;
}

.msg-con p {
    color: #555;
}

.msg-con ul {
    overflow: hidden;
    margin-left: -2%;
    margin-top: 26px;
}

.msg-con ul li {
    float: left;
    position: relative;
    width: 48%;
    margin-left: 2%;
    margin-bottom: 16px;
}

.msg-con ul li img {
    position: absolute;
    left: 10px;
    top: 13px;
    width: 20px;
    height: auto;
}

.msg-con ul li input,
.msg-con ul li textarea {
    color: #666;
    width: 100%;
    line-height: 32px;
    padding: 8px 6px 8px 40px;
    background-color: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.msg-con ul li.msg-area {
    width: 98%;
}

.msg-con ul li.msg-area textarea {
    height: 120px;
}

.msg-con ul li.msg-area img {
    top: 14px
}

.msg-con .msg-btn {
    margin-top: 30px;
}

.msg-con .msg-btn input {
    display: inline-block;
    line-height: 40px;
    padding: 0 40px;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    background-color: #f9bf16 ;
    border: 2px solid #f9bf16 ;
}

.msg-con .msg-btn input:hover {
    background-color: #FFF;
    color: #f9bf16 ;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #222;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
    box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
}

input[type="checkbox"],
input[type="radio"] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.msg-privacy {
    margin-bottom: 15px;
    color: #666;
}

.msg-privacy input {
    margin-right: 8px;
}

@media screen and (max-width:1410px) {
    .msg-show {
        padding: 30px;
        margin-left: 0;
    }

    .msg-info {
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
        top: 0;
        padding: 20px;
        margin-bottom: 20px;
    }

    .msg-info p {
        margin-top: 20px;
    }
}

@media screen and (max-width:1000px) {
    .msg-show {
        padding: 20px;
    }

    .msg-show strong {
        font-size: 28px;
    }
}

@media screen and (max-width:768px) {
    .msg-con ul {
        margin-left: 0;
    }

    .msg-con ul li {
        width: 100%;
        margin-left: 0;
    }

    .msg-con ul li.msg-area {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .msg-show {
        padding: 16px;
        padding-bottom: 40px;
    }

    .msg-show strong {
        font-size: 26px;
    }

    .msg-info p {
        margin-top: 12px;
        line-height: 32px;
    }
}

@media screen and (max-width:360px) {
    .msg-show {
        padding: 10px;
        padding-bottom: 30px;
    }

    .msg-con .msg-btn input {
        width: 100%;
    }

    .msg-privacy {
        font-size: 13px;
    }

    .msg-con ul li input,
    .msg-con ul li textarea {
        font-size: 15px;
    }
}

/* ====================== product list ============================ */
.pro-type{margin: 50px 0 30px;}
.pro-type .product-lb{overflow: hidden;}
.pro-type .product-lb li{float: left;margin-bottom: 10px;width: 20%;text-align: center;padding: 0 5px;}
.pro-type .product-lb li a{display: block;color: #f9bf16;padding: 0 20px;line-height: 44px;-webkit-border-radius: 44px;-moz-border-radius: 44px;-ms-border-radius: 44px;-o-border-radius: 44px;border-radius: 44px;border: 1px solid #f9bf16;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.classify-tit {display: none;text-align: center;line-height: 40px;color: #fff;padding: 0 20px;background: url('../images/click.png') no-repeat 25% center;background-size:24px 24px;-webkit-background-size:24px 24px;background-color: #f9bf16;margin-bottom: 20px;}
.classify-tit img{width: 20px;height: auto;float: right;margin-top: 13px;}
.pro-type .product-lb li.on a,.pro-type .product-lb li:hover a{color: #FFF;background-color: #f9bf16;}
@media screen and (max-width:1200px){
    .pro-type .product-lb li{width: 33.3%;}
}
@media screen and (max-width:768px){
    .pro-type .product-lb li a{padding: 0 16px;}
    .pro-type .product-lb li{width: 50%;}
    .classify-tit {display: block;}
    .product-lb{display: none;}
    .pro-type{margin: 30px 0 20px;}
}
@media screen and (max-width:550px){
    .pro-type .product-lb li{line-height: 40px;width: 100%;}
    .pro-type .product-lb li a{padding: 0 12px;}
}
@media screen and (max-width:420px){
    .pro-type .product-lb li a{font-size: 15px;}
}

/* ====================== case list ============================ */
.case-box {
    margin-top: 50px;
}

/* ====================== long-index ============================ */

.word-base {
    padding: 20px;
    border: 2px dashed #f9bf16 ;
    margin-top: 60px;
}

.word-base h1 {
    text-align: center;
    color: #f9bf16 ;
    line-height: 1.2;
}

.word-main {
    margin-top: 40px;
}

.word-btns {
    float: left;
    width: 24%;
}

.word-btns p {
    color: #222;
    font-size: 20px;
    line-height: 38px;
    text-transform: capitalize
}

.word-btns a {
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: #FFF;
    background-color: #333;
    margin-top: 20px;
}

.word-btns a:hover {
    background-color: #f9bf16 ;
}

.base-info {
    float: right;
    width: 70%;
    overflow: hidden;
}

.base-info .base-pic {
    float: right;
    width: 248px;
    margin-left: 20px;
}

.base-info .base-pic img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.base-info p {
    display: block;
    overflow: hidden;
    line-height: 32px;
    height: 128px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #666;
}

@media screen and (max-width:900px) {
    .word-btns {
        width: 100%;
    }

    .base-info {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width:520px) {
    .word-base {
        padding: 12px;
    }

    .base-info .base-pic {
        display: none;
    }

    .word-btns p {
        font-size: 18px;
        line-height: 32px;
    }

    .word-btns a {
        margin-top: 16px;
    }
}

@media screen and (max-width:420px) {
    .word-btns p {
        font-size: 16px;
    }

    .word-btns a {
        width: 100%;
    }

    .base-info {
        margin-top: 12px;
    }
}

/* ====================== inner ============================ */

.con-show {
    margin-top: 40px;
}

.con-main {
    float: left;
    width: 70%;
}

.pro-con img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.pro-con h1 {
    font-size: 40px;
    line-height: 1.2;
    margin: 20px 0;
}

.pro-con p {
    line-height: 30px;
    margin-bottom: 8px;
}

.pro-con p strong {
    padding-right: 4px;
}

.txt-mail {
    display: block;
    font-size: 18px;
    padding-left: 36px;
    margin-top: 20px;
    background: url(../images/pro-mail.png) no-repeat left center;
}

.txt-mail:hover {
    color: #f9bf16 ;
}

.link-base {
    overflow: hidden;
    margin-left: -2%;
    margin-top: 20px;
}

.link-base a {
    float: left;
    width: 200px;
    margin-left: 2%;
    display: block;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.link-base .link-msg {
    background-color: #333;
}

.link-base .link-msg:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/pro-base01.png) no-repeat;
    margin-right: 8px;
}

.link-base .link-msg:hover {
    background-color: rgba(51, 51, 51, 0.8);
}

.link-base .link-ask {
    background-color: #f9bf16 ;
}

.link-base .link-ask:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/pro-base02.png) no-repeat;
    margin-right: 8px;
    margin-top: -5px;
}

.link-base .link-ask:hover {
    background-color: rgba(240, 95, 64, 0.8);
}

.pro-detail {
    border-top: 3px solid #EEE;
    margin-top: 40px;
    padding-top: 30px;
    line-height: 30px;
}

.pro-detail h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.pro-detail p {
    margin-bottom: 16px;
}

.pro-detail p img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.mobile {
    display: none;
}

.con-side {
    float: right;
    width: 26%;
}

.side-pro {
    padding: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
}

.side-pro strong {
    position: relative;
    display: block;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 30px;
}

.side-pro strong:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 18%;
    height: 4px;
    width: 15px;
    background-color: #DDD;
}

.side-pro strong:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    width: 15%;
    background-color: #f9bf16 ;
}

.side-pro ul li {
    border-bottom: 1px dashed #DDD;
    padding: 15px 0;
}

.side-pro ul li:last-child {
    border-bottom: none;
}

.side-pro ul li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
}

.side-pro ul li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #444;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-right: 8px;
    margin-top: -2px;
}

.side-pro ul li:hover a {
    color: #f9bf16 ;
}

@media screen and (max-width:1000px) {
    .con-side {
        width: 100%;
    }

    .con-main {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .mobile {
        display: block;
    }

    .computer {
        display: none;
    }

    .con-show {
        margin-top: 30px;
    }
}

@media screen and (max-width:480px) {
    .con-show {
        margin-top: 20px;
    }

    .link-base a {
        width: 48%;
        line-height: 44px;
        font-size: 15px;
    }

    .pro-detail {
        margin-top: 30px;
        padding-top: 20px;
    }

    .side-pro {
        padding: 16px;
    }

    .side-pro ul li {
        padding: 12px 0;
    }

    .side-pro ul li a {
        font-size: 15px;
    }
}

.table-row table td {
    word-break: break-all;
}

.table-row table {
    margin-bottom: 20px;
}


/* ====================== 404 ============================ */

.error {
    max-width: 800px;
    width: 100%;
    margin: 50px auto;
}

.error img {
    display: block;
    width: 100%
}

.show-grid {
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .keyword-one h1 {
        font-size: 36px;
        line-height: 1.34;
    }

    .inner-top .text {
        margin-top: 20px;
    }

    .inner-top .text h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .mian-con h2 {
        font-size: 24px;
    }

    .inner-content {
        margin-bottom: 30px;
    }

    .index-grid {
        margin-top: 30px;
    }

    .inner-right {
        width: 100%;
        margin-top: 30px;
    }

    .show-grid {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:480px) {

    .show-grid,
    .main-contact {
        margin-bottom: 30px;
    }

    .keyword-one h1 {
        font-size: 24px;
    }

    .keyword-one p {
        font-size: 16px;
    }

    .keyword-con h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .mian-con h2 {
        font-size: 22px;
    }

    .inner-top .text {
        margin-top: 30px
    }

    .inner-top .text .qt span {
        width: 100%;
        line-height: 40px
    }

    .inner-top .text .chat {
        margin-left: 0;
        margin-top: 10px
    }

    .inner-top .text h1 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .inner-top .text p {
        font-size: 16px
    }

    .inner-top .text .gn {
        margin-top: 12px
    }

    .inner-top .img {
        padding: 0;
    }
}



.canshu_pc{display: block;}
.canshu_m{display: none;}
@media screen and (max-width:660px){
    .canshu_pc{display: none;}
    .canshu_m{display: block;}
}

.swt {
    color: #fff!important;
    margin: 0 5px;
    width: 123px;
    line-height: 51px;
    display: inline-block;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    background: url(/icon.gif) no-repeat center;
}


@media screen and (max-width:768px){
    .content-main-cen .cs .pic,.content-main-cen .cs .text,.content-main-pages ul li{
        width:100%;
    }
    .content-main-cen .cs .pic{
        padding-top: 75%;
        margin-bottom: 25px;
    }
    .content-main-cen .cs .text .getquote{
        margin:0 auto;
        display: block;
        text-align: center;
    }
    .content-main-about .pro li{
        width:48%;
    }
    .content-main-cen .tit h1{
        font-size: 24px;
    }
}



.fix-foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .7);
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    display: none;
    z-index: 999;
}

.fix-foot li {
    float: left;
    width: 45%;
    text-align: center;
}

.fix-foot li.fix-cn {
    float: right;
}

.fix-foot li a {
    display: block;
    color: #FFF;
    font-size: 20px;
}

.fix-pic {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20%;
    margin-left: -10%;
}

.fix-pic a img {
    vertical-align: middle;
}

@media screen and (max-width:768px) {
    body {
        padding-bottom: 60px;
    }

    .fix-foot {
        display: block;
    }

    .fix-ser {
        display: none;
    }
}

@media screen and (max-width:680px) {
    .fix-foot li {
        width: 44%;
    }

    .fix-pic {
        width: 14%;
        margin-left: -7%;
    }
}

@media screen and (max-width:480px) {
    .fix-foot li {
        width: 42%;
    }

    .fix-foot li a {
        font-size: 18px;
    }

    .fix-pic {
        width: 16%;
        margin-left: -8%;
    }
}

@media screen and (max-width:400px) {
    .fix-foot li a {
        font-size: 16px;
    }
}

@media screen and (max-width:360px) {
    .fix-foot li a {
        font-size: 15px;
    }

    .fix-pic {
        bottom: 10px
    }
}


/********************pages begin****************************/
.pages ul {
    text-align: center;
}

.pages ul li {
    display: inline-block;
    padding: 15px 5px;
}

.pages ul li a,
.pages ul li span {
    padding: 8px 15px;
    border: 1px solid #ddd;
    margin: 0 2px;
    font-size: 13px;
    color: #000;
}

.pages ul li:hover a {
    background: #f9bf16;
    color: #fff;
}

.pages .page {
    background: #f9bf16;
    color: #fff;
}

.pages {
    margin-bottom: 20px;
}

/********************pages end****************************/