@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
button,
a,
i {
    padding: 0;
    margin: 0;
    font-size: 100%;
    box-sizing: border-box;
}

ul,
li,
dl,
dt,
ol,
u,
dd {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i,
s,
a {
    font-style: normal;
    text-decoration: none;
}

label input {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #deba72;
}

a.hidefocus {
    outline: none
}

a:focus {
    text-decoration: none;
}

body {
    font: 12px/1.5 "微软雅黑", Arial, Helvetica, sans-serif;
    color: black;
    background: #fff;
}

img {
    border: 0;
    vertical-align: middle;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0
}

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

*html .clearfix {
    height: 1%
}

*+html .clearfix {
    height: 1%
}

.zc {
    color: #C81623;
}

.zb {
    background: #C81623;
}

.wtow {
    width: 1202px;
}

.bg {
    background: url(../images/common-icon.png) no-repeat;
}

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

.banner .swiper-pagination-bullet {
    opacity: 1;
    border: 1px solid #fff;
    background: none;
}

.banner .swiper-pagination-bullet-active {
    background-color: #fff;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 30px;
}

#con .swiper-pagination-bullet {
    opacity: 1;
    border: 1px solid #cfa972;
    background: none;
}

#con .swiper-pagination-bullet-active {
    background-color: #cfa972;
}


/*登录*/

.nav {
    z-index: 99999;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 30px 0;
    height: 90px;
    line-height: 70px;
}

.action {
    position: fixed;
    background-color: #1c2126;
}

.nav .menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.nav .menu-btn img {
    width: 70%;
}

.nav .logo {
    width: 70%;
}

.nav .menu {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding-left: 50px;
    display: block;
}

.nav .menu li {
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.nav .menu li a {
    color: #fff;
}

.nav .menu li:hover a {
    color: #deba72;
}

.nav .menu .phone img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.nav .menu .phone p {
    display: flex;
    align-items: left;
    justify-content: space-around;
    flex-direction: column;
    line-height: 1em;
    margin: 0;
    color: #deba72;
}

.serve,
.num {
    width: 1420px;
    margin: 0 auto;
}

.serve .title,
.num .title {
    font-size: 42px;
    text-align: center;
    margin-top: 60px;
}

.serve .title span,
.num .title span {
    position: relative;
}


/* .serve .title span::after,.num .title span::after{ content:''; width: 60px; height: 4px; background-color: #deba72;  position: absolute; left: 50%; margin-left: -30px; bottom: -10px;  } */

.serve .tab {
    margin-top: 40px;
    margin-bottom: 20px;
}

.serve .mdui-tab a {
    padding: 10px 40px;
    font-size: 20px;
    background-color: #bfbfbf;
    margin-right: 30px;
    color: #fff;
}

.serve .mdui-tab a:last-child {
    margin-right: 0;
}

.serve .mdui-tab a:hover {
    color: #fff;
    background-color: #deba72;
}

.serve .mdui-tab .mdui-tab-active {
    color: #fff;
    background-color: #deba72;
}

.mdui-tab-indicator {
    display: none;
}

.serve .item {
    padding: 20px 28px;
}

.serve .item:hover {
    color: #deba72;
    cursor: pointer;
}

.serve .item .an {
    overflow: hidden;
    cursor: pointer;
}

.serve .item .an img {
    transition: all 0.5s;
}

.serve .item .an:hover img {
    transform: scale(1.2);
}

.serve .item .name {
    padding: 15px;
    font-size: 18px;
}

.serve .item .arr {
    display: none;
}

.serve .item:hover .arr {
    display: block;
}

.serve .more {
    text-align: center;
    margin-top: 40px;
}

.serve .more a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #333;
    font-size: 18px;
    border-color: #f7bf51;
    color: #f7bf51;
    transition: all 0.5s;
}

.serve .more a:hover {
    color: #fff;
    background: #f7bf51;
}

.abotab {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 60px 0;
    height: 651px;
}

.abotab-contain {
    width: 100%;
}

.abotab-bg {
    width: 100%;
}

.abotab-bg ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 2.5s ease, opacity 1.5s;
    opacity: 0;
    transform: scale(1.1);
}

.abotab-bg ul li.ontrue {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    z-index: 2;
}

.abotab-bg ul li img {
    width: 100%;
    object-fit: cover;
}

.abotab-li {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
}

.abotab-li ul {
    display: block;
    width: 100%;
}

.abotab-li ul li {
    width: 25%;
    float: left;
    position: relative;
    transition: all .6s ease;
    height: 651px;
}

.abotab-li ul li:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .2;
    position: absolute;
    top: 0;
    right: 0;
}

.abotab-li ul li:last-child:after {
    display: none;
}

.abotab-lilink {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.abotab-lizz {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    opacity: .36;
    transition: all .4s ease;
}

.abotab-liwords {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30%;
    text-align: center;
    z-index: 6;
    padding: 0 9%;
    transition: all .6s ease 300ms;
}

.abotab-liic {
    width: 100%;
}

.abotab-liic img {
    max-width: 100%;
    margin: 0 auto;
}

.abotab-liicy {
    display: block;
}

.abotab-liich {
    display: none;
}

.abotab-liwords h5 {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.abotab-liwords h6 {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 12px;
}

.abotab-liwords p {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-top: 18px;
    overflow: hidden;
    height: 0;
    transition: all 0s ease 0ms;
}

.abotab-liwords i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 32px auto 0;
    border-radius: 50%;
    border: 1px solid #fff;
    background: url('../images/aboarr2.png') no-repeat center;
    transition: all .4s ease 340ms;
}

.abotab-li ul.aboHover:hover li {
    width: 21%;
}

.abotab-li ul.aboHover li:hover {
    width: 37%;
}

.abotab-li ul li:hover .abotab-lizz {
    opacity: .24;
}

.abotab-li ul li:hover .abotab-liwords {
    bottom: 40%;
}

.abotab-li ul li:hover .abotab-liicy {
    display: none;
}

.abotab-li ul li:hover .abotab-liich {
    display: block;
}

.abotab-li ul li:hover .abotab-liwords i {
    background-color: #deba72;
    border-color: #deba72;
}

.abotab-li ul li:hover .abotab-liwords p {
    height: 120px;
    transition: all .6s ease 360ms;
}

.num .com {
    margin-top: 40px;
}

.num .com2 {
    margin-top: 20px;
    margin-bottom: 80px;
}

.num .item {
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.num .item .name {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    color: #fff;
}

.num .item .box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: rgba(222, 186, 114, 0.9);
    padding: 30px;
    transition: all 2s;
    transition: all 0.6s;
}

.num .item .send {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.num .item:hover .box {
    width: 100%;
    right: 0;
}

.num .item .box .line {
    border: 1px solid #fff;
    height: 100%;
    padding: 30px;
}

.num .item .box .line .tit {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.num .item .box .line .sub {
    color: #fff;
    font-size: 14px;
}

.num .item .box .line .btn {
    display: block;
    padding: 0 30px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    width: 80px;
    margin-top: 20px;
    background-color: #deba72;
    height: 35px;
    line-height: 35px;
    border-radius: 40px;
}


/* 服务网络 */

.network {
    background-color: #f8f8f8;
    padding: 40px 0;
    margin-top: 40px;
}

.network h1 {
    font-size: 42px;
    text-align: center;
    margin-top: 60px;
}

.network p {
    font-size: 16px;
    color: #999;
    text-align: center;
    margin: 15px 0;
}

.network .networkimg {
    margin: 0 auto;
    max-width: 650px;
    display: none;
}

.network .networkimg1 {
    margin: 0 auto;
    display: block;
    max-width: 650px;
}

.network .networkTime {
    width: 1200px;
    margin: 40px auto 0;
}

.network .networkTime li {
    text-align: center;
    position: relative;
}

.network .networkTime li::after {
    content: '';
    display: block;
    height: 80%;
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    background-color: #dcdcdc;
}

.network .networkTime li:last-child:after {
    display: none;
}

.network .networkTime strong {
    font-size: 40px;
    display: block;
    color: #32bef8;
}

.network .networkTime span {
    font-size: 18px;
    display: block;
    color: #999;
}

.network .networkTime .item {
    position: relative;
    display: inline-block;
}

.network .networkTime .item i {
    position: absolute;
    top: 15px;
    right: -15px;
    color: #32bef8;
}

.network .map {
    position: relative;
    width: 650px;
    margin: 0 auto;
}

.network .map .yuan1 {
    position: absolute;
    top: 180px;
    right: 90px;
}

.network .map .yuan2 {
    position: absolute;
    top: 220px;
    right: 270px;
}

.network .map .yuan3 {
    position: absolute;
    top: 250px;
    right: 210px;
}

.network .map .yuan4 {
    position: absolute;
    top: 320px;
    left: 100px;
}

.network .map .yuan5 {
    position: absolute;
    top: 320px;
    right: 250px;
}

.network .map .yuan6 {
    position: absolute;
    top: 340px;
    right: 130px;
}

.network .map .yuan7 {
    position: absolute;
    bottom: 80px;
    right: 170px;
}

.point {
    width: 8px;
    height: 8px;
    background-color: #ffcc1d;
    position: relative;
    border-radius: 50%;
}

.point-flicker:after {
    background-color: #ffcc1d;
}


/* 设置动画后颜色 */

.point-flicker:before {
    background-color: rgba(0, 168, 253, 0.2);
}


/* 设置动画 */

.point-flicker:before,
.point-flicker:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 50%;
    animation: warn 1.5s ease-out 0s infinite;
}

@keyframes warn {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}


/* 新闻中心 */

.new .li {
    height: 428px;
    cursor: pointer;
}

.new .li img {
    max-height: 458px;
}

.new .items {
    padding-right: 30px;
    cursor: pointer;
}

.new .items:last-child {
    padding-right: 0;
}

.new .newbox {
    padding: 40px;
    height: 100%;
}

.new .newbox i {
    background-color: #d2ab5e;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.new .newbox .tit {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #333;
}

.new .newbox .sub {
    color: #666666;
    font-size: 15px;
}

.new .items .newbox {
    padding: 40px 20px;
    height: 100%;
    min-height: 180px;
    max-height: 180px;
}

.new .items .newbox .tit {
    font-size: 20px;
    margin-bottom: 0;
}

.new .items .newbox .tit:hover {
    color: #000;
}


/* 关于我们 */

.about {
    margin: 80px 0 0;
    background: url(../images/about.jpg)no-repeat center center;
}

.about .items {
    padding: 60px;
}

.about .items .tit {
    position: relative;
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.about .items .tit::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #fff;
    left: 0;
    bottom: -5px;
    position: absolute;
}

.about .items .sub {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.about .items .txt {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.about .items .btn {
    color: #fff;
    position: relative;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #fff;
    display: inline-block;
    padding: 12px 50px 12px 30px;
    height: 50px;
    line-height: 26px;
}

.about .items .btn::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    height: 25px;
    width: 50px;
    background: url(../images/more.png)no-repeat center center;
    background-size: auto 40%;
}

.about .items .btn:hover {
    background: rgb(210, 171, 94);
    border: 1px solid rgb(210, 171, 94);
}

.time-box {
    background: url(../images/timebox.png)no-repeat center center;
    position: relative;
    height: 580px;
}

.time-box::after {
    position: absolute;
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background: #dcdcdc;
    top: 50%;
    left: 0;
}

.time-box .row {
    width: 1200px;
    margin: 0 auto;
    height: 290px;
}

.time-box .row .item {
    position: relative;
    height: 290px;
}

.time-box .row .item i {
    display: block;
    position: absolute;
    z-index: 999;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    padding-top: 4px;
}

.time-box .row .item i.icons {
    bottom: -8px;
    left: 152px;
}

.time-box .row .item i.iconx {
    top: -8px;
    left: -8px;
}

.time-box .row .item i::after {
    display: block;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: #c1e8fd;
}

.time-box .row .item .box {
    position: absolute;
    left: 0;
    bottom: 0;
}

.time-box .row .item .box .img {
    padding: 20px 0 20px 20px;
    border-left: 1px solid #8e8e8e;
    border-top: 1px solid #8e8e8e;
    overflow: hidden;
    cursor: pointer;
}

.time-box .row .item .box .top {
    padding-left: 20px;
    margin-top: -40px;
}

.time-box .row .item .box .name,
.time-box .row .item .boxs .name {
    font-size: 54px;
    font-weight: 600;
    color: rgba(210, 171, 94, 0.5);
}

.time-box .row .item .box .tit,
.time-box .row .item .boxs .tit {
    color: #d2ab5e;
    font-size: 24px;
    font-weight: 600;
}

.time-box .row .item .boxs {
    position: absolute;
    left: 160px;
    top: 0;
}

.time-box .row .item .boxs .img {
    padding: 20px 0 20px 20px;
    border-left: 1px solid #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
}

.time-box .row .item .boxs .top {
    padding-left: 20px;
    position: absolute;
    bottom: -40px;
    right: -160px;
}

.time-box .row .item .boxs .tops {
    right: -185px;
}

.time-box .row .item .img .an {
    overflow: hidden;
    cursor: pointer;
}

.time-box .row .item .img .an img {
    transition: all 0.5s;
}

.time-box .row .item .img .an:hover img {
    transform: scale(1.2);
}


/* .cooperation #con{ padding-bottom: 40px;  } */

.cooperation .items {
    padding: 10px;
}

.cooperation .img {
    border: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
}

.cooperation .img img {
    transition: all 0.5s;
}

.cooperation .img:hover img {
    transform: scale(1.2);
}

#food2 {
    display: none;
}

.fooder {
    background-color: #1c2126;
    padding-top: 40px;
    margin-top: 30px;
}

.fooder .fooderbox {
    width: 1420px;
    margin: 0 auto;
}

.fooder .fooderbox .name {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.fooder .fooderbox ul {
    display: block;
}

.fooder .fooderbox ul li:first-child {
    color: #fff;
    font-size: 18px;
}

.fooder .fooderbox ul li {
    color: #999999;
    font-size: 14px;
    line-height: 40px;
}

.fooder .fooderbox .top {
    padding-left: 50px;
}

.fooder .fooderbox .phone {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-top: -10px;
}

.fooder .fooderbox .btn {
    background: #efb562;
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #fff;
}

.fooder .fooderbox .btn img {
    margin-right: 5px;
}

.fooder .fooderbox .link {
    min-height: 50px;
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}

.fooder .fooderbox .link a {
    color: #999999;
    padding-left: 20px;
}

.fooder .copy {
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #999;
    font-size: 14px;
    color: #999;
    margin-top: 30px;
}

.fooder .copy .map {
    text-align: right;
}

.fooder .copy .center {
    text-align: center;
}

@media screen and (max-width: 1200px) and (min-width: 300px) {
    .banner .swiper-pagination-bullet {
        opacity: 1;
        border: 1px solid #fff;
        background: none;
    }
    .banner .swiper-pagination-bullet-active {
        background-color: #fff;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 10px;
    }
    .nav {
        z-index: 9999;
        width: 100%;
        left: 0;
        top: 0;
        height: 50px;
        line-height: 20px;
        padding: 10px 10px 0;
    }
    .nav .menu {
        display: none;
    }
    .nav .menu.show {
        display: block !important;
    }
    .nav .menu .c-row {
        display: block;
    }
    .menu-nav {
        position: relative;
        top: 40px;
        right: -10px;
        background-color: #fff;
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12) !important;
    }
    .nav .menu li a {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        height: 25px;
        line-height: 25px;
    }
    .nav .menu .phone {
        display: none;
    }
    .nav .menu li {
        flex: 1;
        text-align: center;
    }
    .nav .menu-btn {
        text-align: right;
        display: block;
    }
    .serve,
    .num {
        width: 100%;
        margin: 0 auto;
    }
    .serve .title,
    .num .title {
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
    }
    .serve .title span,
    .num .title span {
        position: relative;
    }
    .serve .tab {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .serve .mdui-tab {
        min-height: 30px;
    }
    .serve .mdui-tab a {
        padding: 5px 15px;
        min-height: 30px;
        font-size: 14px;
        background-color: #bfbfbf;
        margin-right: 15px;
        color: #fff;
    }
    .serve .mdui-tab a:last-child {
        margin-right: 0;
    }
    .serve .item {
        padding: 10px;
    }
    .serve .item .name {
        padding: 10px;
        font-size: 14px;
    }
    .serve .item .name span {
        display: block;
        text-align: center;
    }
    .serve .more {
        text-align: center;
        margin-top: 20px;
    }
    .serve .more a {
        display: inline-block;
        padding: 8px 30px;
        border: 1px solid #333;
    }
    .abotab {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 40px 0;
        height: 400px;
    }
    .abotab-contain {
        width: 100%;
    }
    .abotab-bg {
        width: 100%;
    }
    .abotab-bg ul li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: transform 2.5s ease, opacity 1.5s;
        opacity: 0;
        transform: scale(1.1);
    }
    .abotab-bg ul li.ontrue {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
        z-index: 2;
    }
    .abotab-bg ul li img {
        width: 100%;
        object-fit: cover;
        height: 400px !important;
    }
    .abotab-li {
        position: absolute;
        z-index: 4;
        width: 100%;
        height: 100%;
    }
    .abotab-li ul {
        display: block;
        width: 100%;
    }
    .abotab-li ul li {
        width: 50%;
        float: left;
        position: relative;
        transition: all .6s ease;
        height: 200px;
    }
    .abotab-li ul li:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #fff;
        opacity: .2;
        position: absolute;
        top: 0;
        right: 0;
    }
    .abotab-li ul li:first-child:before,
    .abotab-li ul li:nth-child(2):before {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        opacity: .2;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .abotab-li ul li:last-child:after {
        display: none;
    }
    .abotab-lilink {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .abotab-lizz {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background: #000;
        opacity: .36;
        transition: all .4s ease;
    }
    .abotab-liwords {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        text-align: center;
        z-index: 6;
        padding: 0 9%;
        transition: all .6s ease 300ms;
    }
    .abotab-liic {
        width: 100%;
        padding-top: 20px;
    }
    .abotab-liic img {
        max-width: 25%;
        margin: 0 auto;
    }
    .abotab-liicy {
        display: block;
    }
    .abotab-liich {
        display: none;
    }
    .abotab-liwords h5 {
        font-size: 16px;
        color: #fff;
        margin-top: 10px;
    }
    .abotab-liwords h6 {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 12px;
        height: 36px;
    }
    .abotab-liwords p {
        font-size: 15px;
        color: #fff;
        line-height: 30px;
        margin-top: 0;
        overflow: hidden;
        height: 0;
        transition: all 0s ease 0ms;
    }
    .abotab-liwords i {
        display: block;
        width: 30px;
        height: 30px;
        margin: 1px auto 0;
        border-radius: 50%;
        border: 1px solid #fff;
        background: url('../images/aboarr2.png') no-repeat center;
        transition: all .4s ease 340ms;
    }
    .num {
        padding-bottom: 20px;
    }
    .num .com {
        margin-top: 20px;
    }
    .num .com2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .num .item {
        padding: 0 5px;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .num .item .name {
        position: absolute;
        width: 100%;
        height: 30px;
        line-height: 30px;
        top: 50%;
        margin-top: -15px;
        left: 0;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }
    .num .item .box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 100%;
        background: rgba(222, 186, 114, 0.9);
        padding: 10px;
        transition: all 2s;
        transition: all 0.6s;
    }
    .num .item:hover .box {
        width: 100%;
        right: 0;
    }
    .num .item .box .line {
        border: 1px solid #fff;
        height: 100%;
        padding: 10px;
    }
    .num .item .box .line .tit {
        text-align: center;
        font-size: 12px;
        color: #fff;
        margin-bottom: 10px;
    }
    .num .item .box .line .sub {
        color: #fff;
        font-size: 14px;
    }
    .num .item .box .line .btn {
        display: block;
        padding: 0 30px;
        text-align: center;
        margin: 0 auto;
        color: #fff;
        width: 80px;
        margin-top: 20px;
        background-color: #deba72;
        height: 35px;
        line-height: 35px;
        border-radius: 40px;
    }
    /* 服务网络 */
    .network {
        background-color: #f8f8f8;
        padding: 20px 0;
        margin-top: 20px;
    }
    .network h1 {
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
    }
    .network p {
        font-size: 14px;
        color: #999;
        text-align: center;
        margin: 10px 0;
        padding: 0 15px;
    }
    .network .networkimg {
        margin: 0 auto;
        display: block;
        max-width: 80%;
    }
    .network .map {
        width: 100%;
    }
    .network .networkimg1 {
        margin: 0 auto;
        display: none;
    }
    .network .networkTime {
        width: 100%;
        margin: 20px auto 0;
    }
    .network .networkTime li {
        text-align: center;
        position: relative;
    }
    .network .networkTime li::after {
        content: '';
        display: block;
        height: 80%;
        position: absolute;
        top: 10%;
        right: 0;
        width: 1px;
        background-color: #dcdcdc;
    }
    .network .networkTime li:last-child:after {
        display: none;
    }
    .network .networkTime strong {
        font-size: 30px;
        display: block;
        color: #32bef8;
    }
    .network .networkTime span {
        font-size: 14px;
        display: block;
        color: #999;
    }
    .network .networkTime .item {
        position: relative;
        display: inline-block;
    }
    .network .networkTime .item i {
        position: absolute;
        top: 10px;
        right: -15px;
        color: #32bef8;
    }
    .network .point {
        display: none;
    }
    /* 新闻中心 */
    .new .li {
        height: auto;
    }
    .new .li img {
        max-height: auto;
    }
    .new .items {
        padding-right: 0;
    }
    .new .items:last-child {
        padding-right: 0;
    }
    .new .newbox {
        padding: 20px 10px;
        height: 100%;
    }
    .new .newbox i {
        background-color: #d2ab5e;
        color: #fff;
        padding: 2px 8px;
        font-size: 12px;
    }
    .new .newbox .tit {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .new .newbox .sub {
        color: #666666;
        font-size: 14px;
    }
    .new .items .newbox {
        padding: 10px;
        height: 100%;
        min-height: 90px;
        max-height: 90px;
        margin-bottom: 10px;
    }
    .new .items .newbox .tit {
        font-size: 14px;
        margin-bottom: 0;
    }
    /* 关于我们 */
    .about {
        margin: 0;
        background: url(../images/abouts.png)no-repeat center center;
    }
    .about .items {
        padding: 20px;
    }
    .about .items .tit {
        position: relative;
        font-size: 18px;
        color: #fff;
        margin-bottom: 15px;
    }
    .about .items .tit::after {
        content: "";
        width: 60px;
        height: 2px;
        background: #fff;
        left: 0;
        bottom: -5px;
        position: absolute;
    }
    .about .items .sub {
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px;
    }
    .about .items .txt {
        font-size: 12px;
        color: #fff;
        line-height: 28px;
    }
    .about .items .btn {
        color: #fff;
        position: relative;
        font-size: 12px;
        margin-top: 20px;
        cursor: pointer;
        border: 1px solid #fff;
        display: inline-block;
        padding: 8px 50px 8px 20px;
        height: 40px;
        line-height: 24px;
    }
    .about .items .btn::after {
        content: '';
        position: absolute;
        top: 8px;
        right: 10px;
        display: block;
        height: 24px;
        width: 50px;
        background: url(../images/more.png)no-repeat center center;
        background-size: auto 40%;
    }
    .about .items .btn:hover {
        background: rgb(210, 171, 94);
        border: 1px solid rgb(210, 171, 94);
    }
    .time-box {
        background: #fff;
        position: relative;
        height: auto;
    }
    .time-box::after {
        position: absolute;
        content: '';
        display: none;
        height: 4px;
        width: 100%;
        background: #dcdcdc;
        top: 50%;
        left: 0;
    }
    .time-box .row {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .time-box .row .item {
        position: relative;
        height: auto;
    }
    .time-box .row .item i {
        display: none;
        position: absolute;
        z-index: 999;
        width: 16px;
        height: 16px;
        background-color: #fff;
        border-radius: 50%;
        padding-top: 4px;
    }
    .time-box .row .item i.icons {
        bottom: -8px;
        left: 152px;
    }
    .time-box .row .item i.iconx {
        top: -8px;
        left: -8px;
    }
    .time-box .row .item i::after {
        display: none;
        content: "";
        height: 8px;
        width: 8px;
        border-radius: 50%;
        margin: 0 4px;
        background-color: #c1e8fd;
    }
    .time-box .row .item .box {
        position: relative;
    }
    .time-box .row .item .box .img {
        padding: 10px 0 10px 10px;
        width: 55%;
        overflow: hidden;
        cursor: pointer;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
    }
    .time-box .row .item .box .img img {
        width: 100%;
    }
    .time-box .row .item .box .top {
        padding-left: 20px;
        padding-top: 20px;
        margin-top: 0;
    }
    .time-box .row .item .box .name,
    .time-box .row .item .boxs .name {
        font-size: 20px;
        font-weight: 600;
        color: rgba(210, 171, 94, 0.5);
    }
    .time-box .row .item .box .tit,
    .time-box .row .item .boxs .tit {
        color: #d2ab5e;
        font-size: 18px;
        font-weight: 600;
    }
    .time-box .row .item .boxs {
        position: relative;
        left: 0;
    }
    .time-box .row .item .boxs .img {
        padding: 10px 0 10px 10px;
        width: 55%;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .time-box .row .item .boxs .img img {
        width: 100%;
    }
    .time-box .row .item .boxs .top {
        position: relative;
        right: 0;
        bottom: 0;
        padding-top: 20px;
        padding-left: 20px;
    }
    .time-box .row .item .img .an {
        overflow: hidden;
        cursor: pointer;
    }
    .time-box .row .item .img .an img {
        transition: all 0.5s;
    }
    .time-box .row .item .img .an:hover img {
        transform: scale(1.2);
    }
    .fooder {
        background-color: #1c2126;
        padding-top: 40px;
        margin-top: 0;
    }
    .fooder .fooderbox {
        width: 100%;
        margin: 0 auto;
    }
    .fooder .fooderbox .c-row {
        display: block;
    }
    .fooder .fooderbox .c-row .item {
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }
    .fooder .fooderbox .c-row .item ul {
        display: none;
        padding-bottom: 20px;
    }
    .fooder .fooderbox .c-row .item ul.action {
        display: block;
    }
    #food1 {
        display: none;
    }
    #food2 {
        display: block;
    }
    .fooder .fooderbox .name {
        color: #fff;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .fooder .fooderbox ul li {
        color: #999999;
        font-size: 12px;
        line-height: 30px;
    }
    .fooder .fooderbox .top {
        padding-left: 20px;
    }
    .fooder .fooderbox .phone {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-top: -10px;
    }
    .fooder .fooderbox .btn {
        background: #efb562;
        cursor: pointer;
        margin-top: 10px;
        height: 40px;
        width: 120px;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        color: #fff;
    }
    .fooder .fooderbox .btn img {
        margin-right: 5px;
    }
    .fooder .fooderbox .link {
        height: 40px;
        margin: 14px 0px;
        font-size: 12px;
        color: #999999;
    }
    .fooder .fooderbox .link a {
        color: #999999;
        padding-left: 10px;
    }
    .fooder .copy {
        height: 30px;
        line-height: 30px;
        border-top: 1px solid #999;
        font-size: 12px;
        color: #999;
        margin-top: 0;
    }
    .fooder .copy .map {
        text-align: left;
    }
}

@media (min-width: 1440px) {
    .mdui-col-lg-3 {
        width: 33.3%;
    }
}