﻿html {
    font-size: 62.5%;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {
    margin: 0;
    padding: 0;
}

body {
    margin: auto;
    font-family: "微软雅黑";
    overflow-x: hidden;
    background-color: #f6f6f6;
}

li, ol {
    list-style: none;
}

ins {
    text-decoration: none;
}

i, em {
    font-style: normal;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

:focus {
    outline: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    clear: both;
}

img {
    padding: 0;
    margin: 0;
}

a img {
    border: none;
}

input, textarea {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input, textarea {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: "PingFang Regular";
    src: url("../fonts/PingFang Regular.woff2") format("woff2"),
    url("../fonts/PingFang Regular.woff") format("woff"),
    url("../fonts/PingFang Regular.ttf") format("truetype"),
    url("../fonts/PingFang Regular.eot") format("embedded-opentype"),
    url("../fonts/PingFang Regular.svg") format("svg");
}

@font-face {
    font-family: "PingFang Bold";
    src: url("../fonts/PingFang Bold.woff2") format("woff2"),
    url("../fonts/PingFang Bold.woff") format("woff"),
    url("../fonts/PingFang Bold.ttf") format("truetype"),
    url("../fonts/PingFang Bold.eot") format("embedded-opentype"),
    url("../fonts/PingFang Bold.svg") format("svg");
}

@font-face {
    font-family: "PingFang Medium";
    src: url("../fonts/PingFang Medium.woff2") format("woff2"),
    url("../fonts/PingFang Medium.woff") format("woff"),
    url("../fonts/PingFang Medium.ttf") format("truetype"),
    url("../fonts/PingFang Medium.eot") format("embedded-opentype"),
    url("../fonts/PingFang Medium.svg") format("svg");
}

@font-face {
    font-family: "DIN-Medium";
    src: url("../fonts/DIN-Medium.woff2") format("woff2"),
    url("../fonts/DIN-Medium.woff") format("woff"),
    url("../fonts/DIN-Medium.ttf") format("truetype"),
    url("../fonts/DIN-Medium.eot") format("embedded-opentype"),
    url("../fonts/DIN-Medium.svg") format("svg");
}

.animate-swing {
    animation: swing 2s linear infinite;
    -webkit-animation: swing 2s linear infinite;
    -o-animation: swing 2s linear infinite;
    -moz-animation: swing 2s linear infinite;
}

.animate-pulse {
    animation: pulse 1.5s linear infinite;
    -webkit-animation: pulse 1.5s linear infinite;
    -o-animation: pulse 1.5s linear infinite;
    -moz-animation: pulse 1.5s linear infinite;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

@media (min-width: 1800px) {
    .container {
        width: 1720px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1800px) {
    .container {
        width: 1330px;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide .banfddw {
    transform: translateX(-200px);
    opacity: 0;
    transition: all .4s;
}

.ani-slide .banfddw {
    transform: translateX(0);
    opacity: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    /*height: 100%;*/
}
.tit h3 {
    font-size: 2.2rem;
    color: #333;
    font-family: 'PingFang Regular';
}

.tit h3 span {
    font-family: 'Arial';
    font-size: 1.5rem;
    color: #666;
    margin-left: 20px;
}

.inner-content {
    margin-top: 60px;
}

/*导航*/

.navbox {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.navbar-link {
    margin-top: 10px;
}

.navbar-link li {
    float: left;
    text-align: right;
    margin: 0 40px;
}

.navbar-link li a {
    font-size: 1.4rem;
    color: #333;
    font-family: 'PingFang Bold';
}

.navbar-link li.cur a, .navbar-link li a:hover {
    color: #02478C;
}

.navbar-link li:last-child {
    margin-right: 0;
}

/*手机导航*/

.toolbar .logo {
    float: left;
}

.toolbar .logo img {
    max-width: 100%;
    margin-left: 10px;
}

.toolbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: -20px;
    background-color: #fff;
    line-height: 70px;
    z-index: 2;
}

.menu-left {
    float: right;
}

.menu-left img {
    width: 40px;
    margin-right: 10px;
}

.sidebar {
    margin: 0;
    padding-top: 1em;
    color: white;
    background-color: #363636;
    display: none;
}

.subNav h5 {
    font-size: 16px;
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.sidebar h6 {
    margin: 0 .8em;
    padding: 0;
    padding-left: 20px;
    font-weight: 300;
    border-bottom: 1px solid #444;
    line-height: 36px;
    font-size: 1.4rem;
}

.sidebar h6 a {
    font-size: 1.4rem;
    color: #fff;
}

.sidebar li {
    margin: .5em 0;
    padding: 0 1em;
    line-height: 32px;
}

.sidebar li:hover {
    background-color: #e84e40;
}

.sidebar hr {
    margin: auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
    margin-bottom: 20px
}

/*轮播图*/

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 35px;
    left: 0;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 100px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.banner .swiper-pagination-bullet-active {
    width: 100px;
    height: 2px;
    background: #02478C
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 28px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 28px;
    background-position: center;
    background-repeat: no-repeat
}








/*关于我们*/

.aboutbox {
    background: url("/image/201914080911.png") no-repeat center;
    background-size: cover;
    padding: 90px 0;
}

.about-text {
    padding-right: 40px;
}

.about-text h2 {
    font-size: 2.2rem;
    color: #fff;
    font-family: 'PingFang Regular';
    padding-bottom: 20px;
}

.about-text h2 span {
    margin-left: 20px;
    font-size: 1.5rem;
    color: #C6C6C6;
    font-family: 'Arial';
}

.about-text p {
    font-family: 'PingFang Regular';
    margin-top: 45px;
    font-size: 1.3rem;
    color: #E3E3E3;
    line-height: 30px;
}

.about-text p b {
    font-family: 'PingFang Medium';
    font-size: 1.6rem;
    color: #fff;
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
}
.about_pic img{
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.more_btn {
    margin-top: 140px;
}

.more_btn a {
    font-family: 'PingFang Regular';
    font-size: 1.3rem;
    color: #fff;
    background-color: #045CB3;
    padding: 15px 60px;
}

.more_btn a:hover {
    background-color: #00a0ea;
}


/*产品中心*/

.productbox {
    background-color: #f6f6f6;
    padding: 105px 0 50px 0;
}

.productlist {
    padding: 0 20px;
}

.productlist li {
    margin-top: 40px;

}

.productlist li .pro-item {
    padding: 20px;
    overflow: hidden;
    position: relative;

}

.productlist li .pro-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 4px #045CB3 solid;
    transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    -webkit-transition: .35s ease-in-out;
}

.productlist li .pro-item .pic {
    overflow: hidden;
}

.productlist li .pro-item .text {
    margin-top: 20px;
    font-family: 'PingFang Medium';
}

.productlist li .pro-item .text h3 a {
    font-size: 1.6rem;
    color: #333;
}

.productlist li .pro-item .text p {
    font-size: 1.2rem;
    color: #666;
}

.productlist li .arrow img {
    display: none;
    margin-top: 15px;
}

.productlist li:hover .pro-item {
    background-color: #fff;

}

.productlist li:hover .pro-item .pic img {
    transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.productlist li:hover .pro-item:before {
    width: 100%;
}

.productlist li:hover .arrow img {
    display: block;
}

/*新闻资讯*/

.newsbox {
    width: 100%;
    background: url("/image/201917170911.jpg") no-repeat center;
    background-size: cover;
    padding: 160px 0 100px 0;
}

.newsbox .tit h3 {
    color: #fff;
}

.newsbox .tit h3 span {
    color: #C6C6C6;
}

.newslist li {
    margin-top: 30px;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}

.newslist li .pic {
    width: 25%;
    float: left;
}

.newslist li .text {
    width: 52%;
    float: left;
    margin-left: 3%;
    position: relative;
    padding-right: 5%;
}

.newslist li .text:before {
    content: "";
    width: 1px;
    height: 140px;
    background-color: #e8e8e8;
    position: absolute;
    top: 0;
    right: 0;
}

.newslist li .date {
    width: 18%;
    float: left;

}

.newslist li .text {
    margin-top: 30px;
}

.newslist li .text h3 a {
    font-family: 'PingFang Bold';
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 20px;
    display: block;
}

.newslist li .text p {
    font-family: 'PingFang Medium';
    font-size: 1.3rem;
    color: #333;
    height: 70px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: 1px #E8E8E8 solid;
    padding-bottom: 25px;

}

.news-tip {
    margin-top: 40px;
}

.news-tip a {
    font-family: 'PingFang Regular';
    font-size: 1.3rem;
    color: #666;
}

.news-tip i {
    display: inline-block;
    width: 1px;
    height: 8px;
    background-color: #979797;
    margin: 0 10px;
}

.news-tip a:hover {
    color: #045CB3;
    font-weight: bold;
}

.date-info {
    margin: 55px 0 0 40px;
}

.date-info span {
    font-family: 'PingFang Regular';
    font-size: 2.4rem;
    color: #666;
}

.date-info .detail-btn {
    height: 45px;
    line-height: 45px;
    margin-top: 45px;
}

.date-info .detail-btn a {
    background-color: #045CB3;
}

.date-info .detail-btn:hover .date-btn {
    display: block;
    cursor: pointer;
}

.date-info .detail-btn:hover span {
    display: none;
}

.date-btn {
    display: none;
}

.date-btn a {
    display: inline-block;
    background-color: #045CB3;
    color: #fff;
    padding: 0 45px;

}

/*对外合作*/

.partnerbox {
    background-color: #f6f6f6;
    padding: 160px 0 90px 0;
}

.partnerbox .partner-list {
    margin-top: 60px;
}

.partner-list li {
    margin-bottom: 80px;
    /*overflow: hidden;*/
}

.partner-list li .partner-item {
    border: 1px #E8E8E8 solid;
    padding: 65px 30px;

}

.partner-list li .partner-item .img2 {
    display: none;
}

.partner-list li:hover .partner-item {
    background-color: #045cb3;
    cursor: pointer;
    box-shadow: 2px 5px 15px rgba(13, 13, 13, .24);
    border: 1px #045cb3 solid;
}

.partner-list li:hover .partner-item .img1 {
    display: none;
}

.partner-list li:hover .partner-item .img2 {
    display: block;
}

/*工程案例*/

.casebox {
    width: 100%;
    background: url("/image/201914490912.jpg") no-repeat center;
    background-size: cover;
    padding: 160px 0 205px 0;
}

.casebox .tit h3 {
    color: #fff;
}

.casebox .tit h3 span {
    color: #C6C6C6;
}

.caselist {
    margin-top: 160px;
    /*margin-left: -30px;*/
}

/*.caselist li {
    width: 25%;
    float: left;
    padding-left: 30px;
}*/
.caselist li{
    margin-bottom: 35px;
}
.caselist .case-item h3 a {
    font-family: "PingFang Medium";
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 50px;
    display: block;
}

.caselist .case-item p {
    font-family: 'PingFang Regular';
    font-size: 1.3rem;
    color: #C6C6C6;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-date {
    margin-top: 25px;
    position: relative;
}

.case-date span {
    font-family: 'PingFang Regular';
    font-size: 3rem;
    color: #C6C6C6;
    display: block;
    padding-top: 25px;

}

.case-date:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    border-bottom: 1px #FEFEFE solid;
    transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    -webkit-transition: .35s ease-in-out;
}

.caselist li:hover .case-date:before {
    width: 100%;
}

.case-btn {
    display: block;
}

.case-btn a {
    display: inline-block;
    font-size: 1.6rem;
    color: transparent;
    background-color: transparent;
    margin-top: 80px;
    padding: 15px 50px;
}

.caselist li:hover .case-btn a {
    display: inline-block;
    padding: 15px 45px;
    background-color: #045CB3;
    color: #fff;
}

.caselist li:hover .case-btn {
    display: block;
}

/*行业解决方案*/

.solutionsbox {
    width: 100%;
    background-color: #F6F6F6;
    padding: 160px 0 100px 0;
}

.solutions-list {
    margin-top: 60px;
}

.solutions-list li .solutions-item {
    padding: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.solutions-list li .solutions-item .pic {
    width: 45%;
    float: left;
    overflow: hidden;
}

.solutions-list li .solutions-item .text {
    width: 50%;
    float: left;
    margin-left: 5%;
}

.solutions-list li .solutions-item .text h3 a {
    font-family: 'PingFang Bold';
    font-size: 1.6rem;
    color: #666;
}

.solutions-btn {
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
}

.solutions-btn .consult-btn a {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    padding: 0 45px;
    background-color: #045CB3;

}

.solutions-btn .consult-btn, .solutions-btn:hover span {
    display: none;
}

.solutions-btn:hover .consult-btn {
    display: block;
}

.solutions-tip {
    margin: 20px 0;
    border-bottom: 1px #E8E8E8 solid;
    padding-bottom: 10px;
}

.solutions-tip a {
    font-family: 'PingFang Regular';
    font-size: 1.3rem;
    color: #666;
}

.solutions-tip i {
    display: inline-block;
    width: 1px;
    height: 8px;
    background-color: #979797;
    margin: 0 10px;
}

.solutions-tip a:hover {
    color: #045CB3;
    font-weight: bold;
}

.solutions-list li:hover .solutions-item {
    background-color: #fff;
}

.solutions-list li:hover .solutions-item .pic img {
    transform: scale(1.25) rotate(3deg);
    -moz-transform: scale(1.25) rotate(3deg);
    -webkit-transform: scale(1.25) rotate(3deg);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}

/*首页尾部*/

.home-foot {
    width: 100%;
    background: url("/image/foot_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 110px 0 130px 0;
}

.foot-tit h3 {
    font-family: 'PingFang Regular';
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 65px;
}

.foot-tit h3 span {
    font-family: "Arial";
    font-size: 1.5rem;
    color: #C6C6C6;
    margin-left: 20px;
}

.home-contact dd {
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #F0F0F0;
    margin-bottom: 20px;
}

.contact {
    margin-top: 100px;
}

.contact li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 30px;
}

.img2 {
    display: none;
}

.contact li:hover .img1 {
    display: none;
}

.contact li:hover .img2 {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-message li {
    width: 65%;
    margin-bottom: 40px;
    border: 1px #666 solid;
    overflow: hidden;

}

.home-message li input[type='text'] {
    width: 100%;
    background-color: transparent;
    padding: 0 20px;
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.home-message li ::-webkit-input-placeholder { /* WebKit browsers */
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #fff;
}

.home-message li ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #fff;
}

.home-message li :-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #fff;
}

.home-message li textarea {
    width: 100%;
    background-color: transparent;
    padding: 20px;
    height: 140px;
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #fff;
    outline: none;
    resize: none;
}

.home-message li:last-child {
    border: none;
}

.home-message li button {
    width: 100%;
    background-color: #045CB3;
    padding: 15px 0;
    text-align: center;
    border: none;
    font-family: 'PingFang Regular';
    font-size: 1.8rem;
    color: #fff;
}

.home-message li:hover button {
    background-color: #00a0ea;
}

.home-scan ul {
    margin-left: -60px;
}

.home-scan li {
    width: 33.333%;
    float: left;
    padding-left: 60px;
    text-align: center;
}

.home-scan li img {
    width: 100%;
    display: block;
    text-align: center;
    margin: auto auto 20px auto;
}

.home-scan li p {
    font-family: 'PingFang Regular';
    font-size: 1.9rem;
    color: #fff;
}

/*当前位置*/

.posi {
    margin-top: 60px;
    font-family: "PingFang Bold";
    font-size: 1.4rem;
    color: #505050;
}

.posi a.home {
    color: #505050;
}

.posi a {
    color: #045CB3;
}

/*产品列表*/

.in_banner_box {
    width: 100%;
    overflow: hidden;
}

.in_banner_box img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.ban-tit {
    position: absolute;
    left: 6%;
    top: 40%;
    font-family: 'PingFang Regular';
}

.ban-tit h3 {
    font-size: 4.8rem;
    color: #fff;
    margin-bottom: 15px;
}

.ban-tit p {
    font-size: 1.6rem;
    color: #fff;
}

.goodsbox {
    margin-top: 60px;

}
.goodslist
{
   display:flex;
   flex-wrap:wrap;
}
.goodslist li {
    margin-bottom: 20px;
    
}

.goodslist li .goods-item .pic {
    overflow: hidden;
}

.goodslist li .goods-item .pic img {
    width: 100%;

}

.goodslist li .goods-item {
    padding: 30px;
    overflow: hidden;
    position: relative;

}

.goodslist li .goods-item .text {
    margin-top: 20px;
    font-family: 'PingFang Medium';
    padding-bottom: 60px;
}

.goodslist li .goods-item .text .pull-left {
    width: 80%;
}

.goodslist li .goods-item .text h3 a {
    font-size: 1.9rem;
    color: #333;
}

.goodslist li .goods-item .text p {
    font-size: 1.7rem;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.goodslist li .goods-item .arrow img {
    display: none;
    margin-top: 15px;

}

.goodslist li:hover .goods-item {
    background-color: #fff;

}

.goodslist li:hover .goods-item .pic img {
    transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.goodslist li:hover .arrow img {
    display: block;
}

.goodslist li .case-btn {
    width: 100%;
    display: block;
    overflow: hidden;
}

.goodslist li .case-btn a {
    display: inline-block;
    font-size: 1.6rem;
    color: #f6f6f6;
    padding: 15px 50px;
    background-color: #f6f6f6;

}

.goodslist li:hover .case-btn a {
    display: inline-block;
    color: #fff;
    padding: 15px 50px;
    background-color: #045CB3;
}

.goodslist li:hover .case-btn {
    display: block;
}

.Industrybox {
    margin-bottom: 40px;
}

.Inner_newsbox {
    margin-top: 30px;
}

.Inner_newsbox .newslist li {
    margin-top: 30px;
    background-color: #f6f6f6;
    padding: 20px;
    overflow: hidden;
}

.Inner_newsbox .newslist li:hover {
    background-color: #fff;
    cursor: pointer;
}

/*分页*/

.page {
    margin-top: 40px;

}

.page li {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    margin-bottom: 10px;
}

.page li:first-child a i {
    width: 8px;
    height: 8px;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-top: 2px solid #cbcedd;
    border-left: 2px solid #cbcedd;
    margin: 10px auto 0 7px;
}

.page li:last-child a i {
    width: 8px;
    height: 8px;
    display: inline-block;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    border-top: 2px solid #cbcedd;
    border-left: 2px solid #cbcedd;
    margin: 10px auto 0 -2px;
}

.page li:first-child a:hover i {
    border-top: 2px solid #045CB3;
    border-left: 2px solid #045CB3;
}

.page li:last-child a:hover i {
    border-top: 2px solid #045CB3;
    border-left: 2px solid #045CB3;
}

.page li a {
    font-family: "PingFang Regular";
    font-size: 1.4rem;
    color: #76828e;
    background-color: #fff;
    /*border-right: 0;*/
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;

}

.page li a.active {
    color: #fff;
    background-color: #045CB3;
}

.page li a:hover {
    color: #fff;
    background-color: #045CB3;
}

.page li:first-child a:hover {
    background-color: #fff;
}

.page li:last-child a:hover {
    background-color: #fff;
}

.page li img {
    margin-top: 10px;
}

/*对外合作列表*/

.foreignlist li {
    margin-bottom: 60px;
    overflow: hidden;
}

.foreignlist li .foreign-item {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.foreignlist li:hover .foreign-item {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.foreignlist li .foreign-item .pic {
    overflow: hidden;
    margin-bottom: 25px;
}

.foreignlist li .foreign-item .pic img {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;

}

.foreignlist li:hover .foreign-item .pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.foreignlist li:hover .foreign-item {
    background-color: #fff;
}

.foreignlist li .foreign-item .text {
    padding: 0 0 20px 0;
}

.foreignlist li:hover .foreign-item .text {
    padding: 0 20px 20px 20px;
}

.foreignlist li .foreign-item .text h3 a {
    font-family: "PingFang Bold";
    font-size: 1.6rem;
    color: #3A3A3A;
}

.foreignlist li .foreign-item .text p {
    font-family: "PingFang Regular";
    font-size: 1.3rem;
    color: #838383;
    line-height: 23px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*工程案例*/

.inner-caselist li {
    margin-bottom: 20px;
}

.inner-caselist li .inner-caseinfo {
    padding: 20px;
}

.inner-caselist li:hover .inner-caseinfo {
    background-color: #fff;
}

.inner-caselist li .pic {
    overflow: hidden;
}

.inner-caselist li .pic img {
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.inner-caselist li .text h3 {
    margin: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inner-caselist li .text h3 a {
    font-family: "PingFang Bold";
    font-size: 1.6rem;
    color: #3A3A3A;

}

.inner-caselist li .text p {
    font-family: "PingFang Regular";
    font-size: 1.3rem;
    color: #666;
    line-height: 30px;
    border-bottom: 1px #E8E8E8 solid;
    padding-bottom: 20px;

}

.inner-caselist li:hover .pic img {
    transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    -moz-transform: scale(1.1) rotate(-2deg);
    -webkit-transform: scale(1.1) rotate(-2deg);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    opacity: .7;
    filter: alpha(opacity=70);
}

.projectbox .caselist {
    margin-top: 0;
    /*margin-left: -30px;*/
}

.projectbox .caselist li .case-item {
    padding: 80px 20px 40px 20px;
}

.projectbox .caselist .case-item h3 a {
    font-family: "PingFang Bold";
    font-size: 1.7rem;
    color: #3A3A3A;
    margin-bottom: 50px;
    display: block;
    line-height: 26px;
}

.projectbox .caselist .case-item p {
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.projectbox .caselist li:hover .case-item {
    background-color: #fff;
}

.projectbox .case-date:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    border-bottom: 1px #E8E8E8 solid;
    transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    -webkit-transition: .35s ease-in-out;
}

.projectbox .caselist li:hover .case-date:before {
    width: 100%;
    border-bottom: 1px #045CB3 solid;
}

/*工程案例内页*/

.details-tit {
    border-bottom: 1px #E8E8E8 solid;
    padding-bottom: 30px;
}

.details-tit h4 {
    font-family: "PingFang Bold";
    font-size: 2.6rem;
    color: #3A3A3A;
    margin-bottom: 15px;
    line-height: 36px;
}

.details-tit span {
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #BCBCBC;
}

.details-info {
    border-bottom: 1px #E8E8E8 solid;
    padding-bottom: 60px;
}

.details-info p {
    margin-top: 30px;
    font-family: 'PingFang Regular';
    font-size: 1.6rem;
    color: #666;
    line-height: 30px;
}

.details-info p img {
  
    display: block;
    max-width: 100%;
    margin: auto;
}

/*内页推荐列表*/

.newsfl {
    width: 69%;
}

.newsfr {
    width: 28%;
}

.relatedlist dt {
    font-family: 'PingFang Regular';
    font-size: 2.6rem;
    color: #333;
    margin-bottom: 30px;
}

.relatedlist dd {
    margin-bottom: 50px;
}

.relatedlist dd .pic {
    overflow: hidden;
}

.relatedlist dd .pic img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}

.relatedlist dd:hover .pic img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}

.relatedlist dd .text h4 a {
    display: block;
    margin: 25px 0 20px 0;
    font-family: "PingFang Bold";
    font-size: 2.6rem;
    color: #333;
}

.relatedlist dd .text p {
    font-family: 'PingFang Regular';
    font-size: 1.6rem;
    color: #666;
    line-height: 30px;
}

.relatedlist dd:hover .text h4 a {
    color: #02478C;
}

.news_page .details-info {
    border-bottom: none;
    padding-bottom: 60px;
}

/*联系我们*/

.contact-info {
    margin-top: 50px;
    overflow: hidden;
}

.contact-fl {
    border-right: 1px #D8D8D8 solid;
    padding: 0 0 110px 165px
}

.contact-fl dt {
    font-family: 'PingFang Regular';
    font-size: 2.2rem;
    color: #3A3A3A;
    margin-bottom: 40px;
}

.contact-fl dd {
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 20px;
}

.contact-fr {
    padding: 0 165px 110px 165px
}

.contact-fr dt {
    font-family: 'PingFang Regular';
    font-size: 2.2rem;
    color: #3A3A3A;
    margin-bottom: 40px;
    padding-left: 40px;

}

.contact-fr dl {
    margin-left: -40px;
}

.contact-fr dd {
    width: 33.33%;
    float: left;
    padding-left: 40px;
    text-align: center;
}

.contact-fr dd img {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
}

.contact-fr dd p {
    margin-top: 15px;
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #666;
}

/*上下分页*/

.upDownPage {
    border: 1px #D8D8D8 solid;
    overflow: hidden;
    margin: 60px 0 30px 0;
}

.upDownPage .previous, .upDownPage .next {
    display: inline-block;
    padding: 25px 20px;

}

.upDownPage .previous .arrow i {
    display: inline-block;
    width: 42px;
    height: 15px;
    margin-right: 15px;
    background: url("/image/arrow_left.png") no-repeat center;
}

.upDownPage .previous .arrow {
    border-right: 1px #D8D8D8 solid;
    padding: 10px 0;
    margin-right: 40px;
    margin-top: 10px;
}

.upDownPage .previous .arrow img {
    margin-right: 15px;
}

.upDownPage .next .arrow {
    border-left: 1px #D8D8D8 solid;
    padding: 10px 0;
    margin-left: 40px;
    margin-top: 10px;
}

.upDownPage .next .arrow i {
    display: inline-block;
    width: 42px;
    height: 15px;
    margin-left: 15px;
    background: url("/image/arrow_right.png") no-repeat center;
}

.upDownPage .text {
    width: 75%;

}

.upDownPage .text h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.upDownPage .text h3 a {
    font-family: 'PingFang Regular';
    font-size: 2rem;
    color: #999;

}

.upDownPage .text p {
    font-family: 'PingFang Regular';
    font-size: 1.6rem;
    color: #999;
    margin-top: 10px;

}

.upDownPage .previous:hover, .upDownPage .next:hover {
    background-color: #045CB3;

}

.upDownPage .previous:hover .text h3 a, .upDownPage .previous:hover .text p {
    color: #fff;
}

.upDownPage .next:hover .text h3 a, .upDownPage .next:hover .text p {
    color: #fff;
}

/*产品内页*/
.news-hot {
    padding-bottom: 40px;
    border-bottom: 1px #E8E8E8 solid;
}

.news-hot .pic img {
   /* width: 100%;*/
    max-width: 100%;
    display: block;
    margin: auto;
}

.news-hot .text h4 {
    margin: 40px 0 20px 0;
    font-family: "PingFang Bold";
    font-size: 2.4rem;
    color: #3A3A3A;
}

.news-hot .text p {
    font-family: "PingFang Bold";
    font-size: 1.6rem;
    color: #3A3A3A;
}

/*内页关于我们*/

.inner-about {
    border-bottom: 1px #D8D8D8 solid;

}

.inner-about-tit h3 {
    font-family: "PingFang Bold";
    font-size: 3.2rem;
    color: #045CB3;
}

.about-detail {
    margin-bottom: 70px;
}

.about-detail h4 {
    font-family: "PingFang Bold";
    font-size: 2.6rem;
    color: #3A3A3A;
    margin-bottom: 40px;
}

.about-detail p {
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #666;
    line-height: 30px;
    margin-top: 45px;
}

.pathbox, .funding-list {
    margin-top: 80px;
}

/*发展历程*/

.pathbox {
    border-bottom: 1px #D8D8D8 solid;
    padding-bottom: 80px;

}

.pathbox .about-detail {
    margin-bottom: 40px;
}

.timeline {
    overflow: hidden;
    position: relative;
    margin: 20px 0;

}

.timeline:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 30px;
    width: 1px;
    height: 100%;
    background-color: #666;
}

.timeline li {
    position: relative;
    margin-bottom: 70px;
}

.timeline li span {
    position: absolute;
    left: 5px;
    top: 15px;
    right: 0;
    bottom: 0;
    display: block;
    width: 19px;
    height: 19px;
    background: url("/image/icon-circle.jpg") no-repeat center;
}

.timeline li:first-child span {
    background: url("/image/icon-circle-on.jpg") no-repeat center;
}

.time-text {
    margin-left: 45px;
}

.time-text h3 {
    font-family: "DIN-Medium";
    font-size: 2.6rem;
    color: #666;
    margin-bottom: 15px;
    font-weight: normal;
}

.time-text p {
    font-family: 'PingFang Regular';
    font-size: 1.6rem;
    color: #666;
    line-height: 22px;
}

.timeline li:last-child {
    margin-bottom: 0;
}

/*滚屏*/

.overqc {
    height: auto;
    min-height: 100%;
    overflow: auto;
}

.section-wrap {
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.section-wrap .section {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.put-section-0 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.put-section-1 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.put-section-2 {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
}

.put-section-3 {
    transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
}

.put-section-4 {
    transform: translateY(-400%);
    -webkit-transform: translateY(-400%);
}

.put-section-5 {
    transform: translateY(-500%);
    -webkit-transform: translateY(-500%);
}

.put-section-6 {
    transform: translateY(-600%);
    -webkit-transform: translateY(-600%);
}

.put-section-7 {
    transform: translateY(-700%);
    -webkit-transform: translateY(-700%);
}

.put-section-8 {
    transform: translateY(-800%);
    -webkit-transform: translateY(-800%);
}

.section-btn {
    width: 14px;
    position: fixed;
    right: 2%;
    top: 50%;
    z-index: 99999999;
}

.section-btn li {
    width: 30px;
    height:30px;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom:0;
    text-align: center;
    cursor: pointer;
    z-index: 999999;
    position: relative;
}
.section-btn li span{
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 4px;
    height: 4px;
    border: 2px solid #045CB3;
    line-height: 0;
    font-size: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.section-btn li.on span{
    width: 12px;
    height: 12px;
    margin: auto;
   border: 1px #045CB3 solid;
    background-color: transparent;
}

/*内页底部*/

.footer {
    background-color: #090A0B;
    padding-top: 30px;
    margin-top: 50px;
}

.foot-info {
    margin-bottom: 15px;
    overflow: hidden;
    font-family: "PingFang Regular";
}

.foot_logo img {
    margin-top: 45px;
}

.inner_contact dt {

    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
}

.inner_contact dd {
    font-size: 1.4rem;
    color: #F0F0F0;
    margin-bottom: 15px;
}

.scan dt {
    padding-left: 15px;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
}

.scan dl {
    margin-left: -15px;
}

.scan dd {
    width: 33.3333%;
    float: left;
    padding-left: 15px;
    text-align: center;
}

.scan dd img {
    width: 100%;
    display: block;
    margin: auto;
}

.scan dd p {
    font-family: 'PingFang Regular';
    font-size: 1.4rem;
    color: #fff;
    margin-top: 10px;
}

.foot-copy {
    border-top: 1px #242526 solid;
    padding: 10px 0;
}

.foot-copy p {
    font-family: "PingFang Regular";
    font-size: 1.2rem;
    color: #BCBCBC;
}

@media screen and (width: 1024px) {
    .navbar-link li {
        float: left;
        text-align: right;
        margin: 0 15px;
    }
}

@media screen and (max-width: 1200px){
    .section-btn{
        display: none;
    }
}
    @media screen and (min-width: 1680px) {
    .scan dt {
        padding-left: 100px;
        font-size: 1.8rem;
        color: #fff;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .scan dl {
        margin-left: -100px;
    }

    .scan dd {
        width: 33.3333%;
        float: left;
        padding-left: 100px;
        text-align: center;
    }

}

@media screen and (max-width: 1450px) {
    .contact-fr {
        padding: 0 40px 60px 40px;
    }

}

@media screen and (min-width: 640px) and (max-width: 1024px) {
    .newslist li .text {
        margin-top: 0;
    }

}

@media screen and (max-width: 1024px) {
    .contact-fr {
        padding: 0 35px 60px 35px;
    }

    .partner-list li {
        margin-bottom: 30px;
        /* overflow: hidden; */
    }

    .goodslist li .goods-item {
        padding: 15px;
        overflow: hidden;
        position: relative;
    }

    .goodslist li .case-btn a {
        display: inline-block;
        font-size: 1.5rem;
        color: #f6f6f6;
        padding: 10px 20px;
        background-color: #f6f6f6;
    }

    .case-btn a {
        margin-top: 35px;

    }

    .goodslist li:hover .case-btn a {
        display: inline-block;
        color: #fff;
        padding: 10px 20px;
        background-color: #045CB3;
    }

    .goodslist li .goods-item .text h3 a {
        font-size: 1.6rem;
        color: #333;
    }

    .goodslist li .goods-item .text p {
        font-size: 1.3rem;
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .solutions-btn {
        height: 40px;
        line-height: 40px;
        margin-top: 25px;
    }

    .solutions-btn .consult-btn a {
        display: inline-block;
        font-size: 1.5rem;
        color: #fff;
        padding: 0 20px;
        background-color: #045CB3;
    }

    .relatedlist dd .text h4 a {
        display: block;
        margin: 15px 0 10px 0;
        font-family: "PingFang Bold";
        font-size: 2rem;
        color: #333;
    }

    .relatedlist dd .text p {
        font-family: 'PingFang Regular';
        font-size: 1.4rem;
        color: #666;
        line-height: 25px;
    }

    .foreignlist li {
        margin-bottom: 25px;
        overflow: hidden;
    }

    .contact-fl {
        border-right: 1px #D8D8D8 solid;
        padding: 0 0 40px 165px;
    }
    .home-message li {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .inner-content {
        margin-top: 40px;
    }

    .relatedlist dt {
        font-family: 'PingFang Regular';
        font-size: 2.2rem;
        color: #333;
        margin-bottom: 30px;
    }

    .posi, .solutions-list {
        margin-top: 30px;
    }

    .news_page .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .date-info {
        margin: 15px 0 0 30px;
    }

    .newslist li .text {
        width: 50%;
    }

    .newslist li .date {
        width: 22%;
        float: left;
    }

    .newslist .date-btn a {
        display: inline-block;
        background-color: #045CB3;
        color: #fff;
        padding: 0 15px;
    }

    .contact-fl {
        border-right: none;
        border-bottom: 1px #D8D8D8 solid;
        padding: 0;
    }

    .contact-fr {
        padding: 0;
        margin-top: 25px;
    }

    .contact-fr dd {
        width: 25%;
        float: left;
        padding-left: 40px;
        text-align: center;
    }

    .inner-caselist li .inner-caseinfo {
        padding: 15px;
    }

    .inner-about-tit h3 {
        margin-bottom: 35px;
        font-size: 2.8rem;
    }

    .about-detail h4 {
        font-family: "PingFang Bold";
        font-size: 2.4rem;
        color: #3A3A3A;
        margin-bottom: 40px;
    }

    .upDownPage .previous, .upDownPage .next {
        display: inline-block;
        padding: 20px;
    }

    .upDownPage .text h3 a {
        font-family: 'PingFang Regular';
        font-size: 1.8rem;
        color: #999;
    }

    .upDownPage .text p {
        font-family: 'PingFang Regular';
        font-size: 1.6rem;
        color: #999;
        margin-top: 10px;
    }
    .more_btn a {
        font-family: 'PingFang Regular';
        font-size: 1.3rem;
        color: #fff;
        background-color: #045CB3;
        padding: 10px 30px;
    }
    .aboutbox {
        padding: 60px 0;
    }
    .more_btn {
        margin: 80px 0 60px 0;
    }
    .about-text {
         padding-right:0;
    }
    .productlist {
       padding: 0;
    }
    .productlist li .pro-item {
        padding: 15px;
    }
    .productbox {
        background-color: #f6f6f6;
        padding: 70px 0 50px 0;
    }
    .partnerbox {
        background-color: #f6f6f6;
        padding: 70px 0 90px 0;
    }
    .newsbox {
        padding: 70px 0 100px 0;
    }
    .casebox {
        padding: 70px 0 70px 0;
    }
    .case-btn a {
        display: inline-block;
        font-size: 1.4rem;
        color: transparent;
        background-color: transparent;
        margin-top: 80px;
        padding: 10px 20px;
    }

    .caselist li:hover .case-btn a {
        display: inline-block;
        padding: 10px 20px;
        background-color: #045CB3;
        color: #fff;
    }
    .solutionsbox {
        width: 100%;
        background-color: #F6F6F6;
        padding: 70px 0 70px 0;
    }
    .home-foot {
        width: 100%;
        background: url(/image/foot_bg.jpg) no-repeat center;
        background-size: cover;
        padding: 70px 0 70px 0;
    }
    .contact {
        margin-top: 60px;
    }
}

@media screen and (max-width: 425px) {
    .solutions-list li .solutions-item {
        padding: 15px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .Industrybox {
        width: 92%;
        margin: auto;
    }

    .solutions-list li .solutions-item .pic {
        width: 100%;
        float: left;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .solutions-list li .solutions-item .text {
        width: 100%;
        float: left;
        margin-left: 0;
    }

    .foot_logo img {
        margin: 25px 0 35px 0;
    }

    .scan dl {
        margin-left: -15px;
    }

    .scan dt {
        padding-left: 0;
        font-size: 1.8rem;
        color: #fff;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .scan dd {
        width: 33.3333%;
        float: left;
        padding-left: 15px;
        text-align: center;
    }

    .newslist li .pic {
        width: 100%;
        float: left;
    }

    .newslist li .text {
        width: 100%;
        float: left;
        margin-left: 3%;
        position: relative;
        padding-right: 5%;
    }

    .newslist li .date {
        display: none;
    }

    .newslist li .text:before {
        content: "";
        width: 0;

    }

    .newsfl, .newsfr {
        width: 100%;
    }

    .contact-fr dd {
        width: 33.3333%;
        float: left;
        padding-left: 40px;
        text-align: center;
    }

    .case-btn a {
        display: inline-block;
        font-size: 1.6rem;
        color: transparent;
        background-color: transparent;
        margin-top: 40px;
        padding: 15px 20px;
    }

    .caselist li:hover .case-btn a {
        display: inline-block;
        padding: 15px 20px;
        background-color: #045CB3;
        color: #fff;
    }

    .upDownPage .previous .arrow, .upDownPage .next .arrow {
        display: none;
    }

    .upDownPage .next {
        border-top: 1px #ddd solid;
    }

    .upDownPage .next .pull-right {
        float: left !important;

    }

    .upDownPage .text {
        width: 100%;
    }
    .home-message{
        margin-top: 35px;
    }
    .home-message li {
        width:100%;
        margin-bottom: 20px;
    }
    .home-message li input[type='text'] {
        width: 100%;
        background-color: transparent;
        padding: 0 15px;
        font-family: 'PingFang Regular';
        font-size: 1.4rem;
        color: #fff;
        height: 40px;
        line-height: 40px;
    }
    .home-message li button {
        width: 100%;
        background-color: #045CB3;
        padding: 10px 0;
    }
    .home-scan ul {
        margin-left: -15px;
    }
    .home-scan li {
        width: 33.333%;
        float: left;
        padding-left: 15px;
        text-align: center;
    }
    .home-scan li p {
        font-family: 'PingFang Regular';
        font-size: 1.4rem;
        color: #fff;
    }
}




