/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #333;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 76%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.wh {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}


/*头部样式*/

.top2 {
    position: fixed;
    top: 0;
    z-index: 999;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    width: 100%;
}

.logo {
    float: left;
    line-height: 100px;
}


/*热门搜索*/

.sou {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 4%;
    margin-top: 2%;
}

.sou #formsearch {
    float: right;
}

.sou .hotSearch {
    float: left;
    height: 54px;
    line-height: 54px;
    font-weight: normal;
    font-size: 14px;
    color: #5d5d5d;
}

.sou .hotSearch a {
    margin-right: 10px;
    color: #5d5d5d;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/

.sou #formsearch input {
    height: 54px;
    background: transparent;
    border: none;
    line-height: 54px;
}

.sou #formsearch input#keyword {
    height: 54px;
    float: left;
    line-height: 54px;
    padding-left: 15px;
    color: #5d5d5d;
    border: 1px solid #5d5d5d;
    width: 367px;
    background: transparent;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.sou #formsearch input#s_btn {
    width: 144px;
    float: left;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: #11348e;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
}

.sou #formsearch input::-webkit-input-placeholder {
    color: #5d5d5d;
}

.sou #formsearch textarea::-webkit-input-placeholder {
    color: #5d5d5d;
}

.mob-nav ul {
    padding-top: 13%;
}

.mob-nav ul li {
    width: 20%;
}

.mob-nav ul li>a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.mob-nav ul li .sec {
    margin-top: 20px;
}

.mob-nav ul li .sec a {
    color: #fff;
    opacity: 0.5;
    font-size: 14px;
    display: block;
    line-height: 30px;
}

.mob-nav {
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    width: 100%;
    background: #202020;
    display: none;
}

.mob-nav.active {
    /*opacity: 1;*/
}

.k2 .nav-btn {
    line-height: 100px;
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: center;
    font-family: "arial";
    text-transform: uppercase;
}

.close-btn {
    text-align: right;
    position: absolute;
    right: 30px;
    top: -69px;
    z-index: 9999;
    display: none;
    cursor: pointer;
}

.top2.cur {
    background: #202020;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.logo2 {
    display: none;
}

.top2.cur .logo1 {
    display: none;
}

.top2.cur .logo2 {
    display: inline-block;
}

.mob-nav .wh {
    position: relative;
}

.top2.cur .k2 {
    display: none;
}

.gl {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 20%;
    z-index: 99999;
    -webkit-animation: myfirst 1.5s infinite;
    animation: myfirst 1.5s infinite;
}

@-webkit-keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.section0 {
    position: relative;
}

.x-banner {
    height: 100vh;
    width: 100vw;
}

@media (max-width: 1700px) {
    .gl {
        bottom: 40%;
    }
}

@media (max-width: 1260px) {
    .gl {
        display: none;
    }
}

@media (max-width: 1024px) {
    .x-banner {
        height: auto;
    }
    .section1,
    .section2 {
        padding: 40px 0;
    }
    .fp-tableCell {
        height: auto !important;
    }
    .fp-section {
        height: auto !important;
    }
    #fp-nav {
        display: none;
    }
}


/* */

.section {
    position: relative;
    width: 100%;
}

.a2 {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}

.section0 {
    background: #fff;
}

dt {
    font-weight: normal;
}


/* 关于我们 */

.section1 {
    /*background: url(../images/bj1.jpg) no-repeat 50% 0;*/
    background-size: cover;
}

.abt {
    text-align: center;
    padding-top: 7%;
}

.abt dd {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
}

.abt dt {
    font-size: 18px;
    color: #fff;
    background: url(../images/line1.png) no-repeat center;
    text-transform: uppercase;
}

.acon {
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
    line-height: 40px;
    width: 70%;
}

.aul {
    margin-top: 5%;
}

.aul li {
    width: 19%;
    text-align: center;
    margin: 0 3%;
}

.aul li a {
    display: block;
    margin: 0 auto;
    background: url(../images/fk1.png) no-repeat center;
    width: 215px;
    height: 215px;
    padding-top: 60px;
    background-size: 100% 100%;
}

.aul li .img {
    height: 56px;
    line-height: 56px;
}

.aul li .img2 {
    display: none;
}

.aul li:hover .img2 {
    display: inline-block;
}

.aul li:hover .img1 {
    display: none;
}

.aul li h3 {
    font-weight: normal;
    color: #ffffff;
    font-size: 14px;
    margin-top: 14px;
}

.aul li:hover a {
    background: url(../images/fk2.png) no-repeat center;
    background-size: cover;
}

.aul li:hover h3 {
    color: #11348e;
}

@media(max-width: 996px) {
    .aul li a {
        width: 180px;
        height: 180px;
        padding-top: 38px;
    }
    .acon {
        width: 100%;
    }
}

@media(max-width: 825px) {
    .aul li {
        width: 40%;
        margin: 0 5% 15px 5%;
    }
    .aul li a {
        margin: 0 auto;
    }
}


/* 产品 */

.section {
    overflow: hidden;
}

.section2 {
  /*  background: url(../images/bj2.jpg) no-repeat 50% 0;*/
    background-size: cover;
}

.cp {}

.bt {
    color: #000000;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    line-height: 38px;
}

.bt span {
    color: #3264a0;
    font-size: 24px;
    display: block;
    background: url(../images/x3.png) no-repeat center bottom;
    padding-bottom: 15px;
}

.slick-arrow {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.section2 .slick-prev,
.section2 .slick-next {
    width: 52px;
    height: 124px;
    position: absolute;
    top: 50%;
    margin-top: -62px;
    z-index: 99999;
}

.section2 .slick-prev {
    background: url(../images/lt.png) no-repeat top center;
    left: -82px;
}

.section2 .slick-next {
    background: url(../images/rt.png) no-repeat top center;
    right: -82px;
}

.product_list1 {
    margin-top: 5%;
}

.product_list1 li {
    _display: inline;
    position: relative;
    margin: 0 0.2%;
}

.product_list1 li h3 {
    text-align: center;
    line-height: 44px;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    background: #4c4c4c;
}

.product_list1 li .img img {
    width: 100%;
    display: block;
}

.picScroll-left {
    overflow: hidden;
    position: relative;
}

.pm {
    display: block;
    width: 238px;
    margin: 0 auto;
    height: 54px;
    border: 1px solid #aab7cd;
    line-height: 54px;
    font-size: 16px;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: 7%;
}

.pm a {
    color: #aab7cd;
    position: relative;
    z-index: 1;
    display: block;
    text-transform: uppercase;
}

@media(max-width: 768px) {
    .pm {
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
}


/*案例*/

.section3 {
   /* background: url(../images/bj3.jpg) no-repeat 50% 0;*/
    background-size: cover;
}

.list22 {
    margin-top: 25px;
    margin-left: 38px;
}

.section3 .abt {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.yul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}

.yul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.yul li .bj1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yul li .img {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.yul li .img .bj {
    height: 100vh;
}

.bj1 h3 {
    color: #ffffff;
    font-size: 26px;
}

.bj1 span {
    display: block;
    color: #ffffff;
    opacity: 0.5;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}

.bj1 a {
    display: none;
}

.yul li:hover .bj1 {
    background: rgba(17, 52, 142, .6);
}

.yul li:hover .bj1 a {
    display: block;
    margin-top: 117px;
}

.yul li:hover .img {
    opacity: 1;
}

.yul li .bj11 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.yul li:hover .bj11 {
    margin-top: -30px;
}

.yul li .img img {
    display: block;
    width: 100%;
}

@media(max-width: 1200px) {
    .bj1 h3 {
        font-size: 20px;
    }
    .bj1 span {
        font-size: 12px;
    }
}


/* 荣誉资质 */

.section4 {
  /*  background: url(../images/bj4.jpg) no-repeat 50% 0;*/
    background-size: cover;
}

.tab1 {
    display: none;
}

.nsort {
    text-align: center;
    margin-top: 5%;
}

.nsort li {
    float: left;
    width: 50%;
}

.nsort li a {
    display: block;
    border-right: 1px solid #f0f0f0;
    line-height: 54px;
    background: #fff;
    color: #333333;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nsort li:last-child a {
    border-right: none;
}

.nsort li.cur a {
    background: #11348e;
    color: #fff;
}

.nlist {
    margin-top: 5%;
}

.nlist li {
    width: 22.75%;
    margin-right: 3%;
}

.nlist li:last-child {
    margin-right: 0;
}
.nlist li a.img{
    width: 100%;
}
.nlist li a.img img {
    display: block;
    width: 100%;
}

.nlist li a.img {
    display: block;
    position: relative;
}

.nlist li a.img span {
    display: block;
    position: absolute;
    width: 72px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #11348e;
    background-color: #ffffff;
    bottom: 10px;
    left: 11px;
}

.nlist li h3 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 10% 3px;
    background: #fff;
    text-align: center;
}

.nmore a {
    display: block;
    color: #fff;
    width: 192px;
    height: 36px;
    background-color: #11348e;
    border-radius: 18px;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    margin-top: 8%;
}


/* 新闻 */

.section5 {
    background: url(../images/bj5.jpg) no-repeat 50% 0;
    background-size: cover;
}

.lxwm {
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
    background: rgba(255, 255, 255, .2);
    padding: 3% 5%;
    display: flex;
    align-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.tleft {
    width: 46%;
    padding-right: 3%;
}

.map {
    width: 54%;
}

.map img {
    width: 100%;
}

.tleft h3 {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

.lx {
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    margin-top: 3%;
}

.asort {
    text-align: center;
    margin-top: 5%;
}

.asort li {
    display: inline-block;
    margin: 0 2%;
    width: 15%;
}

.asort li a {
    display: block;
    height: 44px;
    border-radius: 22px;
    border: solid 1px rgba(255, 255, 255, .5);
    line-height: 44px;
    color: #e1e1e3;
    font-size: 16px;
}

.yul2 {
    display: none;
}

@media(max-width: 769px) {
    .yy {
        background: rgba(17, 52, 142, .6);
        padding: 10px 0;
    }
    .abt dd {
        font-size: 26px;
    }
    .abt dt {
        font-size: 14px;
        margin-top: 5px;
    }
    .acon {
        font-size: 16px;
        line-height: 28px;
    }
    .section3 .abt {
        position: static;
    }
    .yul {
        display: none;
    }
    .yul2 {
        display: block;
        padding: 0 30px;
        margin-top: 20px;
    }
    .yul2 li {
        width: 46%;
        float: left;
        margin: 0 2% 20px 2%;
    }
    .yul2 li h3 {
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 5px;
    }
    .yul2 li span {
        color: #fff;
        text-align: center;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        width:97%;
    }
    .yy a {
        text-align: center;
        margin-top: 15px;
        display: block;
    }
}

@media(max-width:540px) {
    .acon {
        font-size: 14px;
        line-height: 24px;
    }
    .aul li a {
        width: 140px;
        height: 140px;
        padding-top: 25px;
    }
    .aul li h3 {
        margin-top: 0px;
    }
    .aul li .img img {
        width: 23%;
    }
}

@media(max-width:370px) {
    .aul li a {
        width: 120px;
        height: 120px;
        padding-top: 25px;
    }
    .aul li h3 {
        margin-top: 3px;
        font-size: 12px;
    }
    .aul li .img {
        height: 38px;
        line-height: 38px;
    }
    .aul li .img img {
        width: 23%;
    }
}

#fp-nav {}

@media(min-width: 769px) {
    .sun-delay0 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .sun-delay4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }
    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }
    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }
    .sun-delay9 {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }
    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }
    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
    }
    .sun-ani-left {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    .sun-ani-down {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    .sun-ani-up {
        -webkit-transform: translateY(-200px);
        transform: translateY(200px);
    }
    .sun-ani-right {
        -webkit-transform: translatex(100px);
        transform: translatex(100px);
    }
    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}


/*页面底部*/

.bq {
    border-top: 1px solid #777f98;
    color: #b0b3be;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    line-height: 24px;
    margin-top: 6%;
}

.bq a {
    color: #b0b3be;
}

.f_link {
    padding: 0;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.f_link a {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 5px;
}

@media(max-width:1200px) {
    .tleft h3 {
        font-size: 16px;
    }
    .lx {
        font-size: 13px;
        line-height: 26px;
    }
}

@media(max-width:992px) {
    .x-banner,
    .page-banner {
        margin-top: 60px;
    }
}

@media(max-width:800px) {
    .nsort li a {
        font-size: 14px;
        line-height: 40px;
    }
    .nlist li h3 a {
        font-size: 14px;
    }
    .lxwm {
        width: 100%;
    }
    .tleft h3 {
        font-size: 14px;
    }
}

@media(max-width:700px) {
    .lxwm {
        display: block;
    }
    .tleft {
        margin-bottom: 20px;
    }
    .tleft,
    .map {
        width: 100%;
    }
    .asort li {
        width: 26%;
    }
    .lx {
        font-size: 12px;
        line-height: 24px;
    }
    .asort li a {
        font-size: 14px;
        line-height: 38px;
        height: 38px;
    }
    .nlist li {
        width: 46%;
        margin: 0 2% 20px 2%;
    }
    .nlist li {
        margin-right: 2%;
    }
    .nlist li h3 a {
        padding: 5% 3px;
    }
}

.footer2 {
    text-align: center;
    color: #fff;
    line-height: 24px;
    background: #666;
    padding: 10px 0;
}

.footer2 a {
    color: #fff;
}

@media(max-width:1024px) {
    .section4 {
        padding-bottom: 30px;
    }
    .aul {
        margin-top: 2%;
    }
    .acon {
        margin-top: 2%;
    }
    .ling .abt {
        padding-top: 12%;
    }
    .abouts .abt {
        padding-top: 10%;
    }
}


/*内页左侧样式*/


/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/

.page-product-inquiry a {
    color: #fff;
}

/* icon */
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1565855015741'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1565855015741#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1565855015741') format('woff'),
  url('../fonts/iconfont.ttf?t=1565855015741') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1565855015741#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e609";
}
.icon-phone:before {
  content: "\e63d";
}
.icon-contact:before {
  content: "\e616";
}

/* 小屏幕底部 */
@media(max-width:992px){
    body{
        padding-bottom:50px;
    }
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #434343;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 0;
}

.footer ul li:hover {
  background: #9f6e45;
}

.footer ul li a {
  display: block;color: #fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}





