@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}

html {
  font-size: 100%;
}

/* always display scrollbars */
body {
  font-size:16px;
  font-family: "Source Han Sans CN";-
  ms-text-size-adjust:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -ms-overflow-style:scrollbar;
  margin: 0 auto;
  color: #454545;
  background-color: #fff;
  _background-attachment: fixed;
  _background-image: url(about:blank);
  overflow-y: visible\9;
  -webkit-text-size-adjust: 100% !important;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f80b0f;
}
 ::selection {
    background: black;
    color: white;
}
/*新增的代码*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*body {
    font: 14px/1 "微軟正黑體", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    width: 100%;
}*/

img {
    border: none;
}

.index-case-list>ul {
    font-size: 0;
}

.index-case-list>ul>li {
    float: none;
    display: inline-block;
}

.the-product-show {
    display: none;
}

.the-product-show:nth-child(1) {
    display: block;
}

.index-case-menu-li {
    border: 1px solid #f11a2c !important;
    background: #f11a2c;
    color: #FFF !important;
}

.left {
    float: left;
}
.yuyan{
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    position: relative;
    padding: 0px;
    display: block;
    text-decoration: none;
    padding-top: 4px;
}
.adres-input{
     color: #000;
}
.right {
    float: right;
}

a {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

header {
    z-index: 99;
    position: fixed;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
    -webkit-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
    -moz-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
}

.hebg {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 10px #818080;
    box-shadow: 0px 1px 10px #818080;
}

.hebg .right-side li a {
    color: #000;
}

.hebg .header-phone-number {
    color: #000;
    background: url(../images/icon1-1.png) left center no-repeat;
}

.header-inner {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
}

header .right-side {
    text-align: center;
}

header .right-side li {
    margin: 0 16px;
    display: inline-block;
}

header .right-side li a {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    position: relative;
    padding: 0px;
    display: block;
    text-decoration: none;
    padding-top: 4px;
}

.logo {
    margin-right: 44px;
}

header .right-side li a:after {
    content: '';
    bottom: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: #ed1820;
    -webkit-transition: all .4s;
    transition: all .4s;
}

header .right-side li.on a:after,
header .right-side li a:hover:after {
    width: 100%;
}

.container {
    width: 84% !important;
}

.header-phone-number {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    background: url(../images/icon1.png) left center no-repeat;
    padding-left: 30px;
    margin-top: 5px;
}

.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;
    display: block;
    min-height: 200px;
}

.banner .swiper-wrapper {
    width: 100%;
}

.page-header-bar {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    z-index: 55;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: rotateX(0deg) translate3d(0, 0, 0);
    -webkit-transform: rotateX(0deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(0deg) translate3d(0, 0, 0);
    transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
    -webkit-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
    -moz-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
}

.carousel-bar-inner {
    width: 100%;
    height: 100%;
}

.carousel-scroll-btn {
    z-index: 56;
    position: absolute;
    bottom: 50px;
    left: 160px;
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}

.carousel-controls .count {
    position: absolute;
    left: 0;
    width: 180px;
    padding-left: 66px;
    font: bold 18px/80px 'gotham-medium';
    color: #999;
}

.carousel-controls .count i {
    color: #fff;
}

.carousel-controls .controls {
    position: absolute;
    left: 230px;
}

.carousel-controls .count .current {
    color: #ff0201;
}

.carousel-controls .count span {
    display: inline-block;
    color: #fff;
    margin: auto 3px;
}

.carousel-controls .count span:nth-child(2) {
    color: #f11a2c;
}

.carousel-controls .carousel-control {
    float: left;
    width: 86px;
    height: 70px;
    cursor: pointer;
}

.carousel-controls .count .swiper-pagination {
    bottom: 0px !important;
    position: relative !important;
    color: #fff;
}

.carousel-controls .swiper-button-next,
.carousel-controls .swiper-button-prev {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 35% !important;
    background: none !important;
}

.carousel-controls .swiper-button-line {
    z-index: 1;
    position: absolute;
    top: 0;
    display: block;
    width: 25px;
    height: 100%;
    overflow: hidden;
    transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
}

.carousel-controls .swiper-button-prev .swiper-button-line {
    background: url(../images/icon3.png) no-repeat left center;
    left: 15px;
}

.carousel-controls .swiper-button-next .swiper-button-line {
    background: url(../images/icon4.png) no-repeat right center;
    right: 15px;
}

.carousel-controls .swiper-button-prev:hover .swiper-button-line {
    width: 35px;
}

.carousel-controls .swiper-button-next:hover .swiper-button-line {
    width: 35px;
}

.carousel-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 465px;
    height: 60px;
    background: rgba(255, 255, 255, .6);
    z-index: 99999;
}

.carousel-control.left {
    background: none !important;
}

.carousel-control.right {
    background: none !important;
}

.carousel-controls .carousel-line {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 18px;
    display: block;
    width: 1px;
    height: 35px;
    background: #fff;
    opacity: .3;
}

.carousel-scroll-btn {
    z-index: 56;
    position: absolute;
    bottom: 50px;
    left: 160px;
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}

.carousel-scroll-btn .carousel-scroll-btn-icon {
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/icon2.png) no-repeat center center;
    cursor: pointer;
    -webkit-animation: downico 1.5s ease-out infinite;
    animation: downico 1.5s ease-out infinite;
}

@-webkit-keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

.index-advantage {
    width: 100%;
    background: #fff;
    padding: 50px 0 30px 0;
}

.advantage-title {
    width: 100%;
    position: relative;
    padding-bottom: 54px;
}

.advantage-title .bdl {
    font-size: 70px;
    line-height: 70px;
    color: #000;
}

.advantage-title .title {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #222;
    margin-bottom: 23px;
}

.advantage-title .txt {
    width: 60%;
    font-size: 14px;
    line-height: 24px;
    color: #222;
}

.advantage-title .bdr {
    font-size: 70px;
    line-height: 70px;
    color: #000;
    display: table;
    position: absolute;
    right: 0;
    top: 110px;
}

.advantage-title .bdr span {
    width: 300px;
    height: 2px;
    background: #222;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 65px;
}

.advantage-list {
    width: 100%;
    display: table;
    border-bottom: 2px solid #222;
    overflow: hidden;
}

.advantage-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    background: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    border-radius: 3px;
}

.advantage-list li a {
    text-decoration: none;
}

.advantage-list li .icon1 {
    background: url(../images/icon8.png) left top no-repeat;
}

.advantage-list li .icon {
    width: 100%;
    height: 100px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.advantage-list li .title {
    font-size: 22px;
    color: #222;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 28px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.advantage-list li .txt {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    text-align: justify;
}

.advantage-list li .link {
    width: 0;
    height: 10px;
    margin-top: 45px;
    background: url(../images/icon16.png) right center no-repeat;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.advantage-list li:hover {
    background: #f11a2c;
}

.advantage-list li:hover .icon1 {
    background: url(../images/icon12.png) left top no-repeat;
}

.advantage-list li:hover .title {
    color: #fff;
}

.advantage-list li:hover .txt {
    color: #fff;
}

.advantage-list li .link {
    width: 0;
    height: 10px;
    margin-top: 45px;
    background: url(../images/icon16.png) right center no-repeat;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.advantage-list li:hover .link {
    width: 48px;
}

.advantage-list li .icon2 {
    background: url(../images/icon9.png) left top no-repeat;
}

.advantage-list li:hover .icon2 {
    background: url(../images/icon13.png) left top no-repeat;
}

.advantage-list li .icon3 {
    background: url(../images/icon10.png) left top no-repeat;
}

.advantage-list li:hover .icon3 {
    background: url(../images/icon14.png) left top no-repeat;
}

.advantage-list li:hover .icon4 {
    background: url(../images/icon15.png) left top no-repeat;
}

.advantage-list li .icon4 {
    background: url(../images/icon11.png) left top no-repeat;
}

.index-case {
    width: 100%;
    padding: 30px 0 80px;
}

.index-case-menu {
    width: 100%;
    display: table;
    margin-top: 30px;
}

.index-case-title {
    font-size: 36px;
    line-height: 36px;
    color: #222;
    font-weight: bold;
}

.index-case-menu li {
    float: left;
    border: 1px solid #bababa;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.index-case-menu li a {
    padding: 0 20px;
    display: inline-block;
   /* font-size: 14px;*/
    color: inherit;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    text-decoration: none;
}

.index-case-menu li:hover {
    height: 28px;
    line-height: 26px;
    float: left;
    border: 1px solid #f11a2c;
    margin-right: 8px;
    background: #f11a2c;
    height: 35px;
    line-height: 35px;
    background: #f11a2c;
}

.index-case-menu li:hover a {
    color: #fff;
}

.index-case .mores {
    font-size: 16px;
    line-height: 36px;
    background: url(../images/icon21.png) right center no-repeat;
    padding-right: 35px;
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    color: #000;
    text-decoration: none;
}

.index-box {
    position: relative;
    overflow: hidden;
}

.index-case-list {
    width: 100%;
    margin-top: 40px;
}

.index-case-list li {
    margin-bottom: 20px;
}

.index-case-list li a {
    text-decoration: none;
}

.index-case-list li .img {
    width: 100%;
    overflow: hidden;
}

.index-case-list li .img img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.index-case-list li:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.index-case-list li .tbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
    padding: 20px 20px 0;
}

.index-case-list li .tbox .title {
    width: 100%;
    position: relative;
    line-height: 36px;
}

.index-case-list li .tbox .title .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.index-case-list li .tbox .title .t2 {
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-case-list li .tbox .title .icon {
    position: absolute;
    right: 0;
    top: 2px;
}

.index-case-list li .tbox .title .icon span {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-left: 10px;
}

.index-case-list li .tbox .title .icon .icon3 {
    background: url(../images/icon19.png) center center no-repeat;
}

.index-case-list li .tbox .title .icon .icon2 {
    background: url(../images/icon18.png) center center no-repeat;
}

.index-case-list li .tbox .more {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    margin-top: 7px;
    font-size: 14px;
    color: #222;
    line-height: 36px;
/*    padding: 7px;*/
    padding-left: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(../images/icon20.png) right center no-repeat;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.index-case-list li:hover .tbox .more {
    background: url(../images/icon21.png) right center no-repeat;
}

.index-case-list li .yy {
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.index-case-list li:hover .yy {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .5);
}

.index-data {
    position: relative;
}

.index-data .wrap {
    z-index: 1;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(rgba(23, 9, 49, .6)), to(rgba(30, 95, 116, .6)));
    background: linear-gradient(to right, rgba(23, 9, 49, .6) 0%, rgba(30, 95, 116, .6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgba(23,9,49,.6)', endColorstr='rgba(30,95,116,.6)', GradientType=1);
}

.index-data .index-data-list {
    width: 1140px;
    margin: 0 auto;
    padding: 200px 0;
}

.data-background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

.index-data .item {
    /* float: left; */
    width: 33.33%;
    height: 240px;
}

.index-data .item-inner {
    position: relative;
    height: 240px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.index-data .item:nth-child(3n) .item-inner {
    border-right: 0;
}

.index-data .item:first-child .item-inner,
.index-data .item:nth-child(2) .item-inner,
.index-data .item:nth-child(3) .item-inner {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.index-data .text-wrap {
    position: absolute;
    top: 35%;
    width: 100%;
    font-size: 16px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-data .text-wrap .number-wrap {
    display: block;
    /*font: normal 60px/1 'AkzidenzGrotesk-BoldCondAlt';*/
    color: #fff;
    letter-spacing: 2px;
}

.index-data .text-wrap .number-wrap .icon {
    display: inline-block;
    font-size: 72px;
    vertical-align: 13px;
}

.index-data .text-wrap .small-title {
    margin-top: 5%;
    display: block;
}

.index-solution {
    width: 100%;
    padding: 80px 0;
}

.index-solution .img img {
    display: block;
    width: 100%;
}

.index-solution-box {
    width: 100%;
    border: 1px solid #333;
    display: table;
}

.index-solution-box .tbox {
    padding: 8% 0 0 50px;
    display: inline-block;
}

.index-solution-box .tbox .title {
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.index-solution-box .tbox .txt {
   /* font-size: 14px;*/
    line-height: 28px;
    width: 80%;
}

.index-solution-box .tbox .list {
    width: 100%;
    margin-top: 7%;
    overflow: hidden;
}

.index-solution-box .tbox .list li {
    float: left;
    width: 40%;
    margin-right: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-solution-box .tbox .list li a {
    line-height: 36px;
    border: 1px solid #fff;
    display: block;
    padding: 0 10px;
   /* font-size: 14px;*/
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-solution-box .tbox .list li a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.index-news-title {
    font-size: 36px;
    line-height: 1;
    color: #000;
    font-weight: bold;
}

.index-news-more {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    background: url(../images/icon21.png) right center no-repeat;
    padding-right: 35px;
    display: block;
    position: absolute;
    right: 15px;
    top: 60px;
}

.index-news-menu {
    width: 100%;
    margin-top: 30px;
    display: table;
}

.index-news-menu li {
    float: left;
    margin-right: 10px;
}

.index-news-menu li a {
    display: block;
    line-height: 26px;
    padding: 0 20px;
    border: 1px solid #222;
    /*font-size: 14px;*/
    color: #222;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    text-decoration: none;
}

.index-news-menu li.on a {
    color: #fff;
    background: #f11a2c;
    border-color: #f11a2c;
}

.index-news-list {
    margin-top: 40px;
    display: inline-block;
    position: relative;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.index-news-list .lbox {
    display: inline-block;
    overflow: hidden;
    margin-top: 30px;
}

.index-news-list .lbox .box1 {
    padding-left: 0px;
    float: left;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.index-news-list .lbox .box3 {
    padding-right: 0px;
}

.index-news-list .lbox .box1 a {
    text-decoration: none;
}

.index-news-list .lbox .box1 .img img {
    display: block;
    width: 100%;
}

.index-news-list .lbox .box2 .tbox:hover .time {
    color: #000;
}

.index-news-list .lbox .box3 .tbox:hover .time {
    color: #000;
}

.index-news-list .lbox .box1 .tbox {
    width: 100%;
    height: 282px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   /* background: #f7f7f7;*/
    border: 1px solid #dbdbdb; 
    padding: 0 30px;
}

.index-news-list .lbox .box1 .tbox .time {
   /* color: #999;*/
    font-weight: bold;
    font-size: 48px;
    line-height: 50px;
    border-bottom: 1px solid #dbdbdb;
    padding: 22px 0 16px;
    background: url(../images/icon20.png) right 54px no-repeat;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.index-news-list .lbox .box1 .tbox .time span {
    font-size: 16px;
    line-height: 20px;
    font-weight: initial;
    display: block;
}

.index-news-list .lbox .box1 .tbox:hover .time {
    color: #000;
}

.index-news-list .lbox .box1 .tbox .titles {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news-list .lbox .box1 .tbox .txts {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news-list .lbox .box1 .yy {
    overflow: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.index-news-list .lbox .box1 .yy:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.index-news-list .lbox .box2 .tbox a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.index-news-list .lbox .box2 .tbox .time {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    color: #999;
    padding: 22px 0 15px;
    background: url(../images/icon20.png) right 54px no-repeat;
    border-bottom: 1px solid #dbdbdb;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.index-news-list .lbox .box2 .tbox .time span {
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.index-news-list .lbox .box2 .tbox .titles {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news-list .lbox .box2 .tbox .txts {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news-list .lbox .box2 {
    margin-right: 0px;
}

.index-news-list .lbox .box2 .tbox {
    height: 274px;
    /*background: #f4f4f4;*/
     border: 1px solid #dbdbdb; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 15px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.index-news-list .lbox .box2 .tbox:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.index-news-list .lbox .box3 .tbox {
    width: 100%;
    height: 177.5px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
     border: 1px solid #dbdbdb; 
    background: url(../images/icon20.png) 95% 60px no-repeat;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.index-news-list .lbox .box3 .tbox a {
    display: inline-block;
}

.index-news-list .lbox .box3 .tbox .time {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    color: #999;
    float: left;
    margin-right: 30px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.index-news-list .lbox .box3 .tbox .time span {
    font-size: 16px;
    display: block;
    line-height: 20px;
}

.index-news-list .lbox .box3 .tbox .titles {
    font-size: 16px;
    float: left;
    line-height: 26px;
    color: #000;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.index-news-list .lbox .box3 .tbox:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #222;
}

.foot {
    padding-top: 2%;
    padding-bottom: 2%;
}

.foot-box1 {
    width: 15%;
    color: #fff;
    margin-right: 10%;
}

.foot-box1 h3 {
    font-size: 18px;
    margin-bottom: 25px;
}

.foot-box1 p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    display: block;
}

.foot-box1 a {
    padding: 10px 20px;
    border: 1px #fff solid;
    color: #fff;
    display: block;
    margin-top: 10%;
}

.foot-box1 a:hover {
    text-decoration: none;
    color: #fff;
}

.foot-box2 {
    color: #fff;
    width: 22%;
    margin-right: 5%;
}

.foot-box2 h3 {
    font-size: 18px;
    margin-bottom: 25px;
}

.foot-box2 ul {
    overflow: hidden;
}

.foot-box2 ul li {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot-box2 ul li a {
    color: #fff;
}

.foot-box3 {
    color: #fff;
    margin-right: 5%;
    width: 15%;
}

.foot-box3 h3 {
    font-size: 18px;
    margin-bottom: 25px;
}

.foot-box3 ul {
    overflow: hidden;
}

.foot-box3 ul li {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot-box3 ul li a {
    color: #fff;
}

.foot-box4 {
    color: #fff;
    width: 28%;
}

.foot-box4 h3 {
    font-size: 18px;
    margin-bottom: 25px;
}

.foot-box4 ul {
    overflow: hidden;
}

.foot-box4 ul li {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 25px;
}

.foot-box4 ul li a {
    color: #fff;
}

.foot-box4 ul li:nth-child(1) {
    background: url(../images/ft1.png) no-repeat left;
}

.foot-box4 ul li:nth-child(2) {
    background: url(../images/ft2.png) no-repeat left;
}

.foot-box4 ul li:nth-child(3) {
    background: url(../images/ft3.png) no-repeat left;
}

.foot-box4 ul li:nth-child(4) {
    background: url(../images/ft4.png) no-repeat left;
}

.foot-box4 ul li:nth-child(5) {
    background: url(../images/ft5.png) no-repeat left;
}

.index-client {
    width: 100%;
}

.index-client-box {
    width: 100%;
    display: table;
}

.index-client-img {
    height: 635px;
    position: relative;
    float: left;
}

.index-client .index-client-img .img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    line-height: 100px;
}

.index-client .index-client-img .img img {
    vertical-align: middle;
    margin: auto;
    text-align: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    width: 100%;
}

.index-client .index-client-img .img2 {
    left: 5%;
    top: 174px;
}

.index-client-img .img {
    position: absolute;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all ease 1.5s;
    transition: all ease 1.5s;
    left: 459px;
    top: 328px;
    width: 1px;
    height: 1px;
    cursor: pointer;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
}

.index-client .index-client-img .img:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: none;
    filter: none;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    /* Safari 和 Chrome */
    -moz-transform: rotateY(360deg);
    /* Firefox */
}

.index-client .index-client-img .img3 {
    left: 46px;
    top: 317px;
}

.index-client .index-client-img .img4 {
    left: 14%;
    top: 452px;
}

.index-client .index-client-img .img5 {
    left: 20%;
    top: 75px;
}

.index-client .index-client-img .img6 {
    left: 25%;
    top: 197px;
}

.index-client .index-client-img .img7 {
    left: 290px;
    top: 337px;
}

.index-client .index-client-img .img8 {
    left: 36%;
    top: 484px;
}

.index-client .index-client-img .img9 {
    left: 45%;
    top: 200px;
}

.index-client .index-client-img .img10 {
    left: 520px;
    top: 321px;
}

.index-client .index-client-img .img11 {
    left: 57%;
    top: 452px;
}

.index-client .index-client-img .img12 {
    left: 41%;
    top: 60px;
}

.index-client .index-client-img .img13 {
    left: 70%;
    top: 255px;
}

.index-client .index-client-img .img14 {
    left: 80%;
    top: 409px;
}

.index-client .index-client-img .img15 {
    left: 63%;
    top: 100px;
}

.index-client-tbox {
    padding-top: 200px;
}

.index-client-tbox .title {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 24px;
}

.index-client-tbox .txt {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    margin-bottom: 50px;
}

.ny-banner {
    width: 100%;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.ny-banner>img {
    width: 100%;
    min-height: 200px;
}

.ny-banner .nb-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, .25);
}

.ny-banner .breadcrumbs {
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2px;
    padding-left: 25px;
    background: url(../images/icon23.png) left center no-repeat;
    float: right;
}

.ny-banner .breadcrumbs a {
    color: #ffffff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.ny-banner .breadcrumbs a:hover {
    color: #fff;
    text-decoration: none;
}

.ny-banner .breadcrumbs span {
    color: #fff;
}

.case {
    width: 100%;
    background: #f7f7f7;
}

.case .box {
    margin: auto;
    display: table;
}

.case .box .case-list {
    width: 100%;
    display: table;
    padding: 40px 0 80px;
}

.case .box .case-list li a {
    width: 100%;
    display: block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.case .box .case-list li {
    margin-bottom: 15px;
}

.case .box .case-list li a {
    background-color: #fff;
}

.case .box .case-list li a:hover {
    text-decoration: none;
}

.case .box .case-list li .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.case .box .case-list li .img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon37.png) center center no-repeat;
    content: "";
    z-index: 3;
    opacity: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.case .box .case-list li .img img {
    width: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.case .box .case-list li .img:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background:url(../images/icon40.png) center center no-repeat;*/
    background-color: #ed1c244f;
    content: "";
    z-index: 2;
    opacity: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.case .box .case-list li .tbox {
    width: 100%;
    padding: 5%;
}

.case .box .case-list li .tbox .t1 {
    font-size: 22px;
    line-height: 24px;
    color: #222;
    margin-bottom: 24px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.case .box .case-list li .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case .box .case-list li .tbox .t3 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    background: url(../images/icon38.png) 68px center no-repeat;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.case .box .case-list li a:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.case .box .case-list li:hover .tbox .t3 {
    color: #222;
    background: url(../images/icon39.png) 68px center no-repeat;
}

.case .box .case-list li:hover .img:before {
    opacity: 1;
}

.case .box .case-list li:hover .img:after {
    opacity: 1;
}

.case .box .case-list li:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ourwork-page {
    background: #f7f7f7;
    padding-bottom: 30px;
}

.ourwork-list-wrap {
    padding-bottom: 70px;
}

.ourwork-tab-wrap {
    padding: 60px 0 50px;
    font-size: 14px;
    color: #222;
}

.ourwork-tab-wrap .item-list {
    position: relative;
}

.ourwork-tab-wrap .item-list li {
    display: inline-block;
    margin-right: 30px;
}

.ourwork-tab-wrap .item-list li a {
    font-size: 16px;
    position: relative;
    display: block;
    color: #222;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ourwork-tab-wrap .item-list li a:hover {
    text-decoration: none;
}

.ourwork-tab-wrap .item-list li.on a,
.ourwork-tab-wrap .item-list li:hover a {
    color: #ed141c;
}

.ourwork-tab-wrap .item-list li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    width: 0;
    height: 2px;
    background: #ed141c;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ourwork-tab-wrap .item-list li.on a:after,
.ourwork-tab-wrap .item-list li:hover a:after {
    width: 100%;
    opacity: 1;
}

.ourwork-tab-wrap .item-list li.on a,
.ourwork-tab-wrap .item-list li:hover a {
    color: #ed141c;
}

.ourwork-list ul li {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    width: 33.3333333%;
    float: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
}

.ourwork-list .item-inner {
    z-index: 1;
    position: relative;
}

.ourwork-list .each-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.ourwork-list .each-item img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-height: none !important;
}

.ourwork-list .each-item a {
    display: block;
    line-height: 1;
    color: #fff;
}

.ourwork-list .each-item .image-wrap,
.solution-list .each-item .image-wrap {
    position: relative;
    overflow: hidden;
}

.inner-main-container .each-item .image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.ourwork-list .each-item .text-inner {
    width: 100%;
    position: relative;
    padding: 7% 10px;
    background: #fff;
}

.ourwork-list .each-item .icon {
    position: absolute;
    right: 5%;
    display: block;
}

.ourwork-list .each-item .icon img:first-child {
    margin-left: 0;
}

.ourwork-list .each-item .icon img {
    display: inline-block;
    margin-left: 10px;
}

.inner-main-container img {
    max-width: 100%;
    vertical-align: middle;
}

.ourwork-list .each-item .title {
    box-shadow: none !important;
    width: 85%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
}

.ourwork-list .each-item .title:hover {
    color: #f11a2c;
}

.text-inner_p {
    font-size: 14px;
    color: #909090;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ourwork-list .each-item .small {
    font-size: 12px;
    color: #222;
}

.ourwork-list .item-inner a:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.ourwork-list .scale-box {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #f11a2c;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 600ms ease 0s;
    transition: all 600ms ease 0s;
    -webkit-clip-path: polygon(50% 20%, 50% 50%, 20% 50%, 50% 50%, 50% 80%, 50% 50%, 80% 50%, 50% 50%);
    clip-path: polygon(50% 20%, 50% 50%, 20% 50%, 50% 50%, 50% 80%, 50% 50%, 80% 50%, 50% 50%);
}

.ourwork-list .each-item:hover .scale-box {
    opacity: 1 !important;
    -webkit-clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%) !important;
    clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%) !important;
}

.ourwork-list .scale-box .image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.ourwork-list .scale-box .text {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f11a2c;
    /*background: -webkit-gradient(linear, left top, right top, from(#ed1c2478), to(#f11a2ceb));*/
    /*background: linear-gradient(to right, #ed1c2478 0%, #f11a2ceb 100%);*/
}

.ourwork-list .scale-box .inner {
    padding: 12.5% 10%;
    font-size: 14px;
    color: #fff;
}

.ourwork-list .each-item a {
    display: block;
    line-height: 1;
    color: #fff;
}

.ourwork-list .scale-box .s-title {
    margin-bottom: 8px;
    font-size: 18px;
    margin-top: 0;
}

.ourwork-list .scale-box .s-small {
    font-size: 12px;
}

.ourwork-list .scale-box .line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 12px 0;
    background: #fff;
}

.ourwork-list .scale-box .descrition {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 24px;
    overflow: hidden;
}

.ourwork-list .scale-box .bottom-icon {
    margin-top: 20px;
    padding-top: 25px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.ourwork-list .scale-box .link {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 15px;
    background: transparent;
    border-radius: 100%;
}

.ourwork-list .each-item a {
    display: block;
    line-height: 1;
    color: #fff;
}

.ourwork-list .scale-box .link:before,
.ourwork-list .scale-box .link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.ourwork-list .scale-box .link:before {
    z-index: 1;
    border: 1px solid #fff;
}

.ourwork-list .scale-box .link1:before {
    background: url(../images/ourwork-icon2b.png) no-repeat center center;
}

.ourwork-list .scale-box .link2:before {
    background: url(../images/ourwork-icon3b.png) no-repeat center center;
}

.ourwork-list .each-item a:hover {
    text-decoration: none;
}

.ourwork-list .scale-box .link:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ourwork-list .scale-box .link:after {
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.ourwork-list .scale-box .link1:hover:before {
    background: url(../images/ourwork-icon2a.png) no-repeat center center;
}

.ourwork-list .scale-box .link2:hover:before {
    background: url(../images/ourwork-icon3a.png) no-repeat center center;
}

.page-wrap .page {
    padding: 15px 30px;
    border-radius: 30px;
    margin: auto;
}

.page-wrap .page ul {
    text-align: center;
}

.page-wrap .page ul li {
    display: inline-block;
}

.page-wrap .page a {
    display: inline-block;
    min-width: 60px;
    height: 30px;
    padding: 0 5px;
    margin: 0 5px;
    font: 14px/30px 'Gotham-Book';
    color: #222;
    text-align: center;
   /* border-radius: 15px;*/
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.page-wrap .page a.on,
.page-wrap .page a:hover {
    color: #fff;
    background: #ee1f2f;
    text-decoration: none;
}

.page-wrap .prev-next {
    float: right;
}

.page-wrap .prev-next a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    background: #fff;
   /* border-radius: 25px;*/
}

.page-wrap .prev-next a.next:before {
    background: #fff url(../images/more-icon.png) no-repeat center center;
}

.page-wrap .prev-next a:before,
.ourwork-prev-next-inner a i:before {
    z-index: 1;
}

.page-wrap .prev-next a:after {
    background: #ee1f2f;
}

.page-wrap .prev-next a:hover:after,
.ourwork-prev-next-inner a i:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ourwork-prev-next-inner a i:after,
.page-wrap .prev-next a:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.page-wrap .prev-next a:before,
.page-wrap .prev-next a:after,
.ourwork-prev-next-inner a i:before,
.ourwork-prev-next-inner a i:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.page-wrap .prev-next a.next:hover:before {
    background: transparent url(../images/more-icon1.png) no-repeat center center;
}

.ourwork-list ul {
    overflow: hidden;
    font-size: 0;
}

.ourwork-list .page-wrap {
    overflow: hidden;
    margin-top: 30px;
}

.ourwork-list .page-wrap ul li {
    display: inline-block;
    margin-bottom: 0px;
    white-space: nowrap;
    width: auto;
}

.ourwork-list .page-wrap ul li .prev_link {
    width: 70px;
}

.ourwork-list .page-wrap ul li .next_link {
    width: 70px;
}

.ourwork-list .page-wrap ul {
    margin-bottom: 0px;
    text-align: center;
}


/* .link-wrap {
    color: #000;
    position: absolute;
    left:60%;
    bottom: -13%;
    z-index: 99;
} */

.link-wrap {
    /* font-weight: bold;
    font-size: 20px;
    color: #ed141c; */
    position: relative;
    font-size: 18px;
    color: #000;
    margin: 0 0 10px;
}


/*.link-wrap .link {
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    border-radius: 100%;
}
.link-wrap .link:before {z-index:1;}
.link-wrap .link:before,
.link-wrap .link:after {
    content:'';
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
    border-radius:100%;
    transition:all .5s ease-in-out;
}
.link-wrap .link:after {background:#fff;transform:scale(0)}
.link-wrap .link.on:after,
.link-wrap .link:hover:after {transform:scale(1)}
.link-wrap .link1:before {background:rgba(0,0,0,.2) url(../images/ourwork-icon2b.png) no-repeat center center;}
.link-wrap .link2:before {background:rgba(0,0,0,.2) url(../images/ourwork-icon3b.png) no-repeat center center;}
.link-wrap .link3:before {background:rgba(0,0,0,.2) url(../images/link.png) no-repeat center center;}
.link-wrap .link1.on:before,
.link-wrap .link1:hover:before {background:rgba(0,0,0,0) url(../images/ourwork-icon2a.png) no-repeat center center;}
.link-wrap .link2.on:before,
.link-wrap .link2:hover:before {background:rgba(0,0,0,0) url(../images/ourwork-icon3a.png) no-repeat center center;}
.link-wrap .link3.on:before,
.link-wrap .link3:hover:before {background:rgba(0,0,0,0) url(../images/link2.png) no-repeat center center;}*/

.ourwork-pc-detail {
    z-index: 1;
    position: relative;
    max-width: 1530px;
    margin: 0 auto;
    background: #fff;
}

.ourwork-pc-detail-inner {
    width: 100%;
    padding: 10vh 20px;
    margin: 0 auto;
}

.ourwork-pc-detail img {
    width: 100%;
    max-width: 800px;
}

.ourwork-pc-image {
    padding-bottom: 25px;
    text-align: center;
}

article .title {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

article .descrition {
    font-size: 14px;
    color: #222;
    line-height: 1.8;
}

.descrition p {
    font-family: "PingFang-SC-Regular", PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif !important;

    /*font-family: 微軟正黑體, "Microsoft YaHei", 微软雅黑, Arial, sans-serif !important;*/
}

.ourwork-pc-detail-inner .time {
    overflow: hidden;
    margin: 20px auto;
}

.ourwork-pc-detail-inner .time p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    color: #222;
}

.qt-case {
    overflow: hidden;
    background: #fff;
    margin: 10px auto;
    max-width: 1530px;
}

.qt-case .qtcase-box {
   /* width: 1200px;*/
    /*padding: 8vh 0 6vh 0;*/
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.qt-case .qtcase-box .title {
    margin-left:20px;
    font-size: 16px;
    color: #7e7e7e;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 25px;
}

.qt-case .qtcase-box ul {
    overflow: hidden;
}

.qt-case .qtcase-box ul li .pic {
    width: 100%;
    overflow: hidden;
}

.qt-case .qtcase-box ul li .pic img {
    display: block;
    width: 100%;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.qt-case .qtcase-box ul li a:hover img {
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}

.qt-case .qtcase-box ul li .wz {
    display: block;
    text-align: center;
    margin: 15px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qt-case .qtcase-box ul li a {
    color: #7e7e7e;
    font-size: 14px;
}

.qt-case .qtcase-box ul li a:hover {
    text-decoration: none;
}

.qt-case .qtcase-box ul li .wzms {
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ny-banner .nb-menu ul {
    float: left;
    margin-top: 14px;
}

.ny-banner .nb-menu ul li {
    float: left;
    margin-right: 3px;
}

.ny-banner .nb-menu ul li a {
    /*font-size: 14px;*/
    color: #fff;
    line-height: 35px;
    padding: 0 15px;
    display: block;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    border-radius: 3px;
}

.ny-banner .nb-menu ul li:hover a {
    color: #222;
    background: #fff;
}

.ny-banner .nb-menu ul li.on a {
    color: #222;
    background: #fff;
}

.ny-banner .nb-menu ul li a:hover {
    text-decoration: none;
}

.news {
    width: 100%;
    background: #f7f7f7;
    padding: 50px 0 80px;
    overflow: hidden;
}

.news .list1 .tbox_img {
    position: relative;
    width: 100%;
    height: 270px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news .list1 .tbox_img img {
    width: 100%;
    height: 100%;
}

.news .list1 .titles_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.6;
    height: 40px;
    line-height: 40px;
}

.news .list1 .tbox_img .titles {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.news .list1 li .tbox {
    width: 100%;
    height: 270px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news .list1 li .tbox .time {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    color: #999;
    padding: 22px 0 15px;
    background: url(../images/icon20.png) right 54px no-repeat;
    border-bottom: 1px solid #dbdbdb;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news .list1 li .tbox .time span {
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.news .list1 li .tbox .titles {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .list1 li .tbox .txts {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .list1 li {
    margin-bottom: 30px;
}

.news .list1 li a:hover {
    text-decoration: none;
}

.news .list1 li a {
    display: block;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news .list1 li a {
    background: #fff;
}

.news .list1 li a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.news .list1 li .tbox:hover .time {
    color: #222;
}

.lxwm {
    overflow: hidden;
    width: 100%;
    background: #f7f7f7;
    padding: 40px 0 80px;
}

.address {
    width: 100%;
    background: #fff;
    display: table;
    overflow: hidden;
}

.address ul li {
    border-right: 1px #e8e8e8 solid;
    padding: 4%;
    height: 270px;
}

.address ul li .t1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #222;
}

.address ul li .t2 {/*
   */ font-size: 14px;
    color: #222;
    line-height: 24px;
    background: url(../images/t1.png) left 3px no-repeat;
    margin-top: 23px;
    padding-left: 25px;
}

.address ul li .t3 {
   /* font-size: 14px;*/
    color: #222;
    line-height: 24px;
    background: url(../images/t5.png) left 3px no-repeat;
    margin-top: 23px;
    padding-left: 25px;
}

.address ul li .t4 {
    /*font-size: 14px;*/
    color: #222;
    line-height: 24px;
    background: url(../images/t2.png) left 3px no-repeat;
    margin-top: 23px;
    padding-left: 25px;
}

.address ul li .t5 {
   /* font-size: 14px;*/
    color: #222;
    line-height: 24px;
    background: url(../images/t6.png) left 3px no-repeat;
    margin-top: 23px;
    padding-left: 25px;
}

.address ul li .t6 {
    /*font-size: 14px;*/
    color: #222;
    line-height: 24px;
    background: url(../images/t3.png) left 3px no-repeat;
    margin-top: 23px;
    padding-left: 25px;
}

.address ul li .t7 {
    /*font-size: 14px;*/
    color: #222;
    line-height: 24px;
    background: url(../images/t7.png) left 3px no-repeat;
    margin-top: 23px;
    padding-left: 25px;
}

.address ul li .t8 a {
    display: inline-block;
    width: 80%;
    height: 45px;
    border: 1px solid #d5d5d5;
    line-height: 43px;
    font-size: 16px;
    background: url(../images/t4.png) 21px center no-repeat;
    padding-left: 47px;
    margin-right: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-top: 15px;
    color: #222;
}

.address ul li .t8 a:hover {
    text-decoration: none;
}

.address ul li .t8 a:hover {
    background: #222 url(../images/t8.png) 21px center no-repeat;
    color: #fff;
}

.lxwm .map {
    width: 100%;
    height: 600px;
}

.lxwm .map img {
    border: 0;
    vertical-align: middle;
    width: 100%;
}

.lxwm .other {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.other .way .t1 {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    line-height: 1;
    margin-bottom: 23px;
}

.other .way .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    margin-bottom: 37px;
}

.other .way .b1 {
    color: #222;
    margin-bottom: 50px;
}

.other .way .ds {
    overflow: hidden;
    background-color: #fff;
    padding: 60px 30px;
}

.other .way .b1 .ts1.w1 {
    background: url(../images/icon34.png) left center no-repeat;
    padding: 7px 0 7px 45px;
}

.other .way .b1 .ts1 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 45px;
    margin-bottom: 10px;
}

.other .way .b1 .ts2 {
    font-size: 14px;
    line-height: 41px;
}

.other .way .b1 .ts1.w3 {
    background: url(../images/icon36.png) left center no-repeat;
}

.other .way {
    padding-left: 0px;
}

.advisory {
    background: #fff;
    padding: 60px 50px;
}

.advisory .t1 {
    font-size: 36px;
    color: #222;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 23px;
}

.advisory .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #222;
   /* margin-bottom: 24px;*/
}

.advisory .b1 {
    width: 100%;
    display: table;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.advisory .b1 .name {
    font-size: 14px;
    color: #222;
    line-height: 28px;
    float: left;
    margin-right: 8px;
}

.advisory .b1 .lists {
    float: left;
}

.advisory .b1 .lists li {
    float: left;
    margin: 5px 0;
    margin-right: 10px;
    padding: 0 19px;
    border: 1px solid #222;
    border-radius: 14px;
    height: 28px;
    line-height: 26px;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 14px;
    color: #222;
}

.advisory .b2 {
    width: 100%;
    display: table;
}

.advisory .b2 .txt1 {
    width: 47%;
    height: 40px;
    float: left;
    margin-right: 6%;
    font-size: 14px;
    color: #222;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
}

.advisory .b2 .txt1:nth-child(2n) {
    margin-right: 0;
}

.advisory .b2 .txt2 {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 26px;
    color: #222;
    border-bottom: 1px solid #ccc;
    resize: none;
    margin-top: 25px;
}

.advisory .b2 .btn {
    width: 100px;
    height: 40px;
    background: #ec1e20;
    border-radius: 1px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
}

.advisory .b1 .lists li:hover {
    background: #ec1e20;
    color: #fff;
    border: 1px solid #ec1e20;
}

input[type=submit],
input[type=text],
button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    border: none;
}

.advisory .b2 .txt1:focus,
.advisory .b2 .txt2:focus {
    border-bottom: 1px solid #222;
}

select,
input,
select,
textarea {
    vertical-align: middle;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    border: none;
}

.advisory form {
    padding-right: 15px;
    padding-left: 15px;
}

.text-inner {
    width: 33%;
    padding-top: 20%;
}

.text-inner .title {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

.text-inner .line {
    display: block;
    width: 45px;
    height: 4px;
    margin: 28px 0 23px;
    background: #fff;
}

.text-inner .descrition {
    margin-bottom: 75px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.text-inner .more-wrap {
    height: 60px;
}

.normal-more-wrap3 {
    position: relative;
    display: block;
    width: 150px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.normal-more-wrap3 .more {
    line-height: 50px;
}

.normal-more-wrap3 .more {
    display: block;
    z-index: 1;
    position: relative;
    color: #fff;
    line-height: 50px;
}

.normal-more-wrap3:hover {
    background: #fff;
}

.normal-more-wrap3:hover .more {
    color: #222;
}

.ljsb {
    overflow: hidden;
}

.container3 {
    /*width: 1200px;*/
    width: 84%;
    margin: auto;
}

#about {
    color: #222;
    font-size: 15px;
    padding: 60px 0;
    text-align: center;
}

#about .ab-t1 {
    font-size: 24px;
    display: block;
    color: #757575;
}

.ab-t1:after {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #ed1c24;
    margin: 0 auto;
    margin: 10px auto;
    display: block;
}

#about .ab-t2 {
    font-size: 36px;
    color: #757575;
}

#about p {
    line-height: 2em;
    margin-top: 20px;
    text-align: justify;
}

.ab-h1 {
    width: 160px;
}

.ab-h2 {
    width: 120px;
}

.ab-h3 {
    width: 160px;
}

.about-item {
    display: inline-block;
    margin: 0 30px;
    height: 90px;
    font-size: 14px;
}

.about-item span {
    display: block;
    overflow: hidden;
    font-size: 50px;
    font-weight: bold;
}

#about:after {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #ed1c24;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
}

.ljsb .about1 {
    width: 100%;
    height: 540px;
    background: url(../images/ljsbt.jpg);
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

.about-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
}

.about-link a {
    padding: 8px 18px;
    border: 2px solid #000;
    color: #000;
    margin: 0 10px;
    transition: background-color ease-in .15s, border-color ease-in-out .15s, background-color ease-in-out .15s;
    -webkit-transition: background-color ease-in .15s, border-color ease-in-out .15s, background-color ease-in-out .15s;
    -o-transition: background-color ease-in .15s, border-color ease-in-out .15s, background-color ease-in-out .15s;
}

.about-link a:hover {
    border: 2px solid #d6001d;
    background-color: #d6001d;
    text-decoration: none;
    color: #fff;
}

.about2 {
    width: 100%;
    text-align: center;
    color: #757575;
    padding: 60px 0px;
    border-bottom: 1px solid #ededed;
}

.about2 .ab-t1 {
    font-size: 24px;
    display: block;
    color: #757575;
}

.about2 p {
    font-weight: bold;
    line-height: 2em;
    margin-top: 20px;
}

.about2 .ab-t2 {
    color: #757575;
    font-size: 20px;
    display: block;
}

.about3 {
    width: 100%;
    text-align: center;
    color: #757575;
    padding: 60px 0px;
    border-bottom: 1px solid #ededed;
}

.about3 .ab-t1 {
    display: block;
    font-size: 36px;
}

.about3 p {
    font-weight: bold;
    line-height: 2em;
}

.about3 ul {
    overflow: hidden;
    margin: 3% auto;
}

.about3 ul li .about-fw-item {
    border: 2px solid #d6001d;
    background-color: #fff;
    padding: 10%;
    height: 120px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.about3 ul li .about-fw-item .about-fw-box {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
}

.about3 ul li .about-fw-item:hover {
    background-color: #ed1c24;
    color: #fff;
}

.about4 {
    width: 100%;
    text-align: center;
    color: #757575;
    padding: 60px 0px;
    border-bottom: 1px solid #ededed;
}

.about4 .ab-t1 {
    display: block;
    font-size: 36px;
}

.about4 p {
    font-weight: bold;
    line-height: 2em;
}

.gsteambgs {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 328px;
    background-color: #fff;
    margin-top: 20px;
}

.gsteambg {
    height: 318px;
    margin-top: 10px;
    width: 100%;
    background: url(../images/team.png) repeat left top;
    animation: animatedBackground 30s infinite linear;
    -webkit-animation: animatedBackground 30s infinite linear;
    -moz-animation: animatedBackground 30s infinite linear;
    -o-animation: animatedBackground 30s infinite linear;
}

.gsteambg a {
    display: block;
    height: 318px;
    color: #fff;
    line-height: 318px;
    text-align: center;
    position: relative;
}

.gsteambg a span {
    width: 100px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -25px;
}

.gsteambg a:hover {
    background: url(../images/bg.png) 0 0;
}

.gsteambg a:hover span {
    display: block;
}

.foot1 {
    width: 100%;
    padding: 60px 0;
    background: url(../images/x.png) no-repeat center center #fff;
    position: relative;
    text-align: center;
}

.foot1 .txt strong {
    font-size: 25px;
    font-weight: normal;
}

.foot1 .txt a {
    width: 20%;
    display: block;
    height: 68px;
    font-size: 28px;
    color: #fff;
    margin: 10px 0;
    background-color: #ed1c24;
    font-weight: normal;
    line-height: 68px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin: 20px auto 10px auto;
}

.foot1 .txt a:hover {
    text-decoration: none;
}

.foot1 .txt p {
    font-size: 14px;
}

.foot1 .txt span {
    color: #d6001d;
}

.jgzl {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}

.jgzl_box1 {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 0px;
}

.jgzl_box1 ul li {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.jgzl_box1 ul li .box1_list {
    background-color: #fff;
}

.jgzl_box1 ul li .box1_list .title {
    border: 1px #d5d5d5 solid;
    padding: 4%;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    color: #ed1c24;
}

.jgzl_box1 ul li .box1_list .title h3 {
    font-size: 26px;
    margin-top: 10px;
}

.jgzl_box1 ul li .box1_list:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.jgzl_box1 ul li .box1_list:hover .title {
    border: 1px #ed1c24 solid;
    background-color: #ed1c24;
    color: #fff;
}

.jgzl_box1 ul li .box1_list .title2 {
    font-weight: bold;
    padding: 10% 5%;
    font-size: 30px;
    color: #ed1c24;
}

.jgzl_box1 ul li .box1_list .title2 span {
    font-size: 14px;
    color: #757575;
}

.jgzl_box1 ul li .box1_list .choose a {
    display: block;
    width: 90%;
    line-height: 40px;
    border: 1px #ed1c24 solid;
    margin: auto;
    color: #757575;
    font-size: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.jgzl_box1 ul li .box1_list .choose a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ed1c24;
}

.jgzl_box1 ul li .box1_list .price-txt {
    padding: 8% 5%;
}

.jgzl_box1 ul li .box1_list .price-txt p {
    font-weight: bold;
    font-size: 14px;
    color: #757575;
    line-height: 23px;
}

.jgzl_box1 ul li .box1_list .price-txt p span {
    color: #ed1c24;
}

.jgzl_box2 {
    margin-top: 20px;
    overflow: hidden;
}

.jgzl_box2 ul li .ym {
    font-weight: bold;
    background-color: #fff;
}

.jgzl_box2 h3 {
    text-align: center;
    font-size: 18px;
    color: #ed1c24;
    margin-bottom: 30px;
}

.jgzl_box2 ul li {
    text-align: center;
    font-size: 16px;
    color: #757575;
}

.jgzl_box2 ul li .title {
    line-height: 55px;
    background-color: #ed1c24;
    color: #fff;
}

.jgzl_box2 ul li a {
    display: block;
    line-height: 65px;
    font-size: 14px;
    color: #757575;
}

.jgzl_box2 ul li a:hover {
    background-color: #ed1c24;
    color: #fff;
    text-decoration: none;
}

.jgzl_box2 ul li p {
    line-height: 40px;
    border-bottom: 1px #d5d5d5 solid;
    margin-bottom: 0;
}

.jgzl_box2 ul li p:nth-child(9) {
    border-bottom: 1px #fff solid;
}

.jgzl_box2 ul li {
    padding-left: 5px;
    padding-right: 5px;
}

.jgzl_box2 ul li .ym2 p:nth-child(7) {
    border-bottom: 1px #fff solid;
}

.jgzl_box3 {
    padding: 30px 5px;
    text-align: right;
    color: #757575;
    font-size: 14px;
}

.bjxqy {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f7f7f7;
}

.bjxqy_box1 {
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px #757575 solid;
    padding-bottom: 60px;
}

.bjxqy_box1 .pic {
    overflow: hidden;
    padding-left: 5px;
}

.bjxqy_box1 .pic img {
    display: block;
    width: 100%;
}

.bjxqy_box1 .wz h2 {
    font-size: 30px;
    color: #757575;
    margin: 0;
    margin-bottom: 30px;
}

.bjxqy_box1 .wz>p {
    font-size: 14px;
    color: #757575;
    /*line-height: 35px;*/
}

.bjxqy_box1 .wz>p span {
    font-size: 30px;
    color: #ed1c24;
}

.bjxqy_box1 .wz .wz-list {
    overflow: hidden;
    margin-top: 25px;
}

.bjxqy_box1 .wz .wz-list .title {
    float: left;
    font-size: 14px;
    color: #757575;
    line-height: 30px;
}

.bjxqy_box1 .wz .wz-list .title_list a {
    display: block;
    width: 100px;
    border: 1px #757575 solid;
    float: left;
    line-height: 30px;
    text-align: center;
    margin: auto 5px;
    font-size: 14px;
    color: #757575;
}

.bjxqy_box1 .wz .wz-list .title_list a:hover {
    background-color: #ed1c24;
    border: 1px #ed1c24 solid;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    text-decoration: none;
    color: #fff;
}

.bjxqy .table {
    overflow: hidden;
}

.bjxqy .table h3 {
    font-size: 30px;
    color: #ed1c24;
    text-align: center;
}

.bjxqy .table .table_box1 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
}

.bjxqy .table .table_box1 .wz {
    background-color: #fff;
    padding: 20px 20px;
}

.bjxqy .table .table_box1 p {
    margin: auto;
    line-height: 25px;
}

.bjxqy .table .bj .wz {
    background-color: #b6b6b6;
    color: #fff;
    font-size: 16px;
}

.bjxqy .table .xz .wz {
    font-size: 14px;
}

.bjxqy .table ul {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.bjxqy .table ul li {
    overflow: hidden;
    margin-bottom: 10px;
    height: 100%;
}

.text_left {
    text-align: left;
}

.wzzzlc {
    overflow: hidden;
    margin-top: 20px;
}

.lcbt {
    font-size: 30px;
    color: #ed1c24;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.wzzzlc ul {
    overflow: hidden;
    margin-top: 25px;
}

.wzzzlc ul li {
    text-align: center;
}

.wzzzlc ul li .wz p {
    line-height: 30px;
    font-size: 14px;
    color: #757575;
}

.wzzzlc ul li .pic {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wzzzlc ul li .pic img {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.wzzzlc ul li .pic img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.zltg {
    overflow: hidden;
}

.zltg ul {
    overflow: hidden;
    margin-top: 25px;
}

.zltg ul li {
    padding-left: 10%;
}

.zltg ul li p {
    line-height: 30px;
    background: url(../images/d.jpg) no-repeat left;
    padding-left: 15px;
}

.zxaltj {
    overflow: hidden;
    background-color: #fff;
    margin-top: 20px;
}

.zxaltj h3 {
    font-size: 16px;
    color: #757575;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.zxaltj ul {
    overflow: hidden;
}

.zxaltj ul li .item-inner {
    width: 100%;
}

.zxaltj ul li .item-inner a {
    display: block;
}

.zxaltj ul li .item-inner a:hover {
    text-decoration: none;
}

.zxaltj ul li .item-inner .image-wrap {
    width: 100%;
}

.zxaltj ul li .item-inner .image-wrap .image-inner img {
    display: block;
    width: 100%;
}

.zxaltj ul li .text-wrap .text-inner {
    width: 100%;
    padding-top: 0px;
}

.zxaltj ul li .text-inner .title {
    font-size: 16px;
    font-weight: bold;
    color: #757575;
    white-space: nowrap;
    margin: 20px 0 10px 0;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
}

.zxaltj ul li .text-wrap {
    padding: 0 0px 10px 0;
    margin-top: 25px;
    margin-bottom: 15px;
}

.zxaltj ul li .text-wrap .text-inner span {
    font-size: 14px;
    color: #757575;
}

.zxaltj ul li .text-wrap .text-inner .icon img {
    margin: auto 5px;
}

.rhxz {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.rhxz_bt {
    text-align: center;
    margin-bottom: 30px;
}

.rhxz_bt h3 {
    font-size: 30px;
    color: #ed1c24;
}

.rhxz_bt p {
    line-height: 25px;
    font-size: 14px;
    color: #757575;
}

.rhxz_box {
    overflow: hidden;
    margin-top: 25px;
}

.rhxz_box ul li {
    overflow: hidden;
    text-align: center;
    display: block;
}

.rhxz_box ul li {
    overflow: hidden;
    margin-bottom: 10px;
}

.rhxz_box ul li p {
    margin: auto;
    line-height: 60px;
}

.rhxz_box ul li .box1 {
    padding-left: 5px;
    padding-right: 5px;
}

.rhxz_box ul li .box2 {
    padding-left: 5px;
    padding-right: 5px;
}

.rhxz_box ul li .box3 {
    padding-left: 5px;
    padding-right: 5px;
}

.rhxz_box ul li .dx1 {
    background-color: #757575;
    color: #fff;
}

.rhxz_box ul li .dx2 {
    background-color: #ed1c24;
    color: #fff;
}

.rhxz_box ul li .dx3 {
    background-color: #b6b6b6;
    color: #fff;
}

.rhxz_box ul li .bs {
    background-color: #fff;
}

.rhxz_box ul li .box_nr .sb {
    background: url(../images/dh.png) no-repeat left;
    background-position: 6%;
    padding-left: 11%;
    text-align: left;
}

.rhxz_box ul li .box_nr .qt {
    background: url(../images/qt.png) no-repeat left;
    background-position: 6%;
    padding-left: 11%;
    text-align: left;
}

.rhxz_box .sm {
    text-align: center;
    width: 40%;
    margin: auto;
    line-height: 50px;
    background-color: #757575;
    color: #fff;
    border-radius: 25px;
    margin-top: 30px;
    font-size: 16px;
}

.foot2 {
    width: 100%;
    text-align: center;
    background-color: #ddd;
    padding: 14px 0px;
}

.foot2 p {
    text-align: center;
    color: #000;
    margin-bottom: 0;
    line-height: 25px;
}

.foot2 p a {
    color: #000;
    line-height: 25px;
}

.sj_jglist {
    display: none;
}

.header2 {
    display: none;
}

.banner2 {
    display: none;
}


/*新闻详情*/

.news_details {
    overflow: hidden;
    width: 100%;
    background-color: #f7f7f7;
}

.news_box {
    width: 84%;
   /* width: 1200px;*/
    overflow: hidden;
    margin: 50px auto;
}

.news_box .news_left .news_fw {
    padding-bottom: 15px;
    border-bottom: 1px #ccc solid;
    overflow: hidden;
}

.news_box .news_left .news_fw ul {
    overflow: hidden;
}

.news_box .news_left .news_fw ul li {
    float: left;
    margin-right: 30px;
    line-height: 30px;
}

.news_box .news_left .news_fw ul li p {
    font-weight: bold;
    font-size: 16px;
    color: #222;
    margin: 0;
}

.news_xqnr {
    overflow: hidden;
    margin: 30px auto;
}

.news_xqnr img {
    width: auto;
    display: block;
    margin: 15px auto;
}

.news_xqnr p {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    color: #222;
    line-height: 30px;
}

.news_ym {
    overflow: hidden;
    border-top: 1px #ccc solid;
    padding-top: 20px;
}

.news_ym ul {
    overflow: hidden;
}

.news_ym ul li {
    line-height: 30px;
}

.news_ym ul li p {
    font-size: 16px;
    color: #9e9e9e;
    margin: 0;
}

.news_ym ul li p a {
    color: #9e9e9e;
}

.news_right {
    background-color: #e5e5e5;
}

.news_right .xgxw_bt {
    overflow: hidden;
}

.news_right .xgxw_bt h3 {
    font-size: 20px;
    color: #222;
}

.news_right ul {
    overflow: hidden;
    margin: 10px auto;
}

.news_right ul li {
    overflow: hidden;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news_right ul li p a {
    font-size: 18px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_right ul li span {
    font-size: 14px;
    color: #222;
    line-height: 22px;
}

.news_right ul li dt {
    margin-top: 10px;
}

.news_right ul li dt {
    font-weight: 100;
    color: #222;
    font-size: 14px;
}

.scope {
    overflow: hidden;
    width: 100%;
    background-color: #f3f3f3;
    padding: 5%;
}

.scope_bt {
    overflow: hidden;
    text-align: center;
    padding: 0 3%;
}

.scope_bt p {
    font-size: 25px;
    font-weight: bold;
    color: #757575;
}

.scope_bt span {
    font-size: 14px;
    color: #757575;
    line-height: 25px;
}

.scope_list {
    padding: 3% 0;
}

.scope_list ul {
    font-size: 0;
}

.scope_list ul li {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    display: inline-block;
    box-sizing: border-box;
}

.scope_list ul li .pic {
    width: 100%;
}

.scope_list ul li .pic a {
    display: block;
}

.scope_list ul li .pic a img {
    display: block;
    width: 100%;
}

.scope_list ul li .title {
    overflow: hidden;
    padding: 0 5%;
}

.scope_list ul li .title h3 {
    font-weight: 600;
    font-size: 20px;
    color: #222333;
}

.scope_list ul li .title a:hover {
    text-decoration: none;
}

.scope_list ul li .title p {
    font-size: 14px;
    color: #222666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 25px;
    text-align: justify;
}

.scope_list ul li .scope_box {
    background-color: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: relative;
    top: 0;
}

.scope_list ul li .scope_box .relative-case {
    overflow: hidden;
    padding: 1% 5%;
    padding-bottom: 20px;
}

.scope_list ul li .scope_box .relative-case {
    font-size: 14px;
    color: #999999;
    min-height: 67px;
}

.scope_list ul li .scope_box .relative-case p {
    margin: 0;
}

.scope_list ul li .scope_box .relative-case .inline-block {
    display: inline-block;
}

.scope_list ul li .scope_box .relative-case a {
    margin: 6px 18px 0 0;
    color: #222666;
}

.scope_list ul li:hover .scope_box {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    top: -10px;
}

.fw_right {
    background-color: #e5e5e5;
}

.fw_right.xgxw_bt {
    overflow: hidden;
}

.fw_right .xgxw_bt h3 {
    font-size: 20px;
    color: #222;
}

.fw_right ul {
    overflow: hidden;
    margin: 10px auto;
}

.fw_right ul li {
    line-height: 26px;
    list-style-type: disc !important;
    list-style-position: inside;
    color: #999999;
}

.fw_right ul li a {
    color: #222666;
    font-size: 14px;
}

.yqlj {
    width: 80%;
    margin: 2% auto;
    overflow: hidden;
}

.yqlj p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.yqlj li {
    float: left !important;
    line-height: 25px;
    padding-right: 2%;
}

.yqlj li a {
    font-size: 16px;
    color: #626262;
    line-height: 25px;
}

.banner .swiper-button-nexta {
    width: 60px;
    height: 60px;
    border: 1px #fff solid;
    border-radius: 50%;
    right: 50px;
    background: url(../images/lbjt222.png) no-repeat center;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    z-index: 999;
    top: 45%;
}

.banner .swiper-button-preva {
    width: 60px;
    height: 60px;
    border: 1px #fff solid;
    border-radius: 50%;
    background: url(../images/lbjt222.png) no-repeat center;
    left: 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    z-index: 999;
    top: 45%;
}

.banner .swiper-button-nexta:hover {
    background-color: #f11a2c;
    border: 1px #bd8531 solid;
}

.banner .swiper-button-preva:hover {
    background-color: #f11a2c;
    border: 1px #bd8531 solid;
}

.banner .swiper-paginationa {
    bottom: 15px !important;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.banner .swiper-paginationa .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.banner .swiper-pagination-bullet-active {
    background: #f11a2c;
}

.b1 input {
    margin: 0 !important;
    margin-top: -4px !important;
}

@media (max-width: 1366px) {
    header .right-side li {
        margin: 0px 12px;
        display: inline-block;
    }
    .logo {
        margin-right: 25px;
    }
    .index-data .index-data-list {
        width: 100%;
        margin: 0 auto;
        padding: 110px 0;
    }
    .index-solution-box .tbox .list li {
        float: left;
        width: 43%;
        margin-right: 20px;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index-solution-box .tbox {
        padding: 3% 0 0 50px;
        display: inline-block;
    }
    .index-solution-box .tbox .title {
        font-size: 38px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 12px;
    }
    .index-news-list .lbox .box2 .tbox {
        height: 234px;
    }
    .index-news-list .lbox .box2 .tbox .titles {
        margin-top: 10px;
    }
    .index-news-list .lbox .box3 .tbox {
        height: 151px;
        padding: 20px 30px;
    }
    .index-client-tbox {
        padding-top: 170px;
    }
    .index-client .index-client-img .img3 {
        left: 46px;
        top: 275px;
    }
    .index-client .index-client-img .img13 {
        left: 75%;
        top: 200px;
    }
    .index-client .index-client-img .img6 {
        left: 28%;
    }
    .index-client .index-client-img .img9 {
        left: 51%;
    }
    .index-client .index-client-img .img7 {
        left: 31%;
        top: 300px;
    }
    .index-client .index-client-img .img10 {
        left: 54%;
        top: 290px;
    }
    .index-client .index-client-img .img14 {
        left: 80%;
        top: 295px;
    }
    .index-client .index-client-img .img4 {
        left: 14%;
        top: 390px;
    }
    .index-client .index-client-img .img8 {
        left: 41%;
        top: 410px;
    }
    .index-client .index-client-img .img11 {
        left: 67%;
        top: 390px;
    }
    .index-client-img {
        height: 550px;
    }
    .foot-box1 {
        width: 18%;
        color: #fff;
        margin-right: 6%;
    }
    .foot-box4 {
        color: #fff;
        width: 28%;
    }
    .foot-box4 ul li {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        overflow: hidden;
        text-overflow: none;
        white-space: none;
        padding-left: 25px;
    }
    .foot-box1 a {
        padding: 10px 20px;
        border: 1px #fff solid;
        color: #fff;
        display: block;
        margin-top: 10%;
        width: 62%;
    }
    .ny-banner .nb-menu ul li a {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        line-height: 35px;
        padding: 0 10px;
    }
    .bjxqy_box1 .wz h2 {
        font-size: 28px;
        color: #757575;
        margin: 0;
        margin-bottom: 15px;
    }
    .bjxqy_box1 .wz>p {
        font-size: 14px;
        color: #757575;
        line-height: 25px;
    }
    .bjxqy_box1 .wz>p span {
        font-size: 25px;
        color: #ed1c24;
    }
    .bjxqy_box1 .wz .wz-list {
        overflow: hidden;
        margin-top: 10px;
    }
    .wzzzlc ul li .wz p {
        line-height: 30px;
        font-size: 13px;
    }
    .zltg ul li {
        padding-left: 4%;
    }
    .ourwork-pc-detail-inner {
        width: auto;
        padding: 10vh 20px;
        margin: 0 auto;
    }
    .qt-case .qtcase-box {
        width: auto;
        padding: 8vh 20px 6vh 20px;
        margin: 0 auto;
    }
    /* .link-wrap {
    font-weight: 100;
    font-size: 14px;
    position: absolute;
    left: 15%;
    bottom: -40%;
    display: block;
} */
    .address ul li .t8 a {
        display: inline-block;
        width: 78%;
    }
    .sj_jglist {
        display: none;
    }
    .header2 {
        display: none;
    }
    .banner2 {
        display: none;
    }
    .advantage-title .title {
        font-size: 36px;
        line-height: 1;
        font-weight: bold;
        color: #222;
        margin-bottom: 23px;
        margin-top: -10px;
    }
}

@media (max-width: 768px) {
    .ourwork-list ul li {
        width: 100%;
    }
    .container {
        width: 100% !important;
    }
    .advantage-title .bdr span {
        width: 100%;
    }
    .advantage-list li .title {
        font-size: 16px;
    }
    .advantage-list li .title {
        margin-bottom: 10px;
    }
    .advantage-list li .txt {
        height: auto;
        color: #000;
    }
    .advantage-title .txt {
        width: 100%;
        margin-top: 14%;
    }
    .advantage-title .bdl {
        line-height: 60px;
    }
    header {
        display: none !important;
    }
    /*.banner {*/
    /*    display: none;*/
    /*}*/
    .index-case-menu {
        width: 100%;
        display: table;
        margin-top: 5%;
    }
    .index-case-menu li {
        float: left;
        border: 1px solid #bababa;
        margin-right: 8px;
        height: 35px;
        line-height: 35px;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        width: 48.5%;
        margin-bottom: 10px;
    }
    .index-case-menu li a {
        display: inline-block;
        font-size: 13px;
        color: #000;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 0 10px;
    }
    .index-case-menu li:nth-child(2n) {
        margin-right: 0px;
    }
    .index-case .mores {
        font-size: 16px;
        line-height: 36px;
        background: url(../images/icon21.png) right center no-repeat;
        padding-right: 35px;
        display: block;
        position: absolute;
        right: 18px;
        top: 0px;
    }
    .index-data .index-data-list {
        width: 100%;
        padding: 0;
    }
    .index-case-list {
        display: block;
        margin-top: 10px
    }
    .therow2 {
        width: 100%;
        margin: 0 !important;
    }
    .index-data .text-wrap .small-title {
        font-size: 14px;
    }
    .index-data .item {
        width: 50%;
        height: 100px;
        padding: 0;
    }
    .index-data .text-wrap .number-wrap {
        display: block;
        color: #fff;
        letter-spacing: 2px;
        font-size: 30px;
    }
    .index-data .text-wrap .number-wrap .icon {
        display: inline-block;
        font-size: 30px;
        vertical-align: 13px;
    }
    .index-data .item:first-child .item-inner,
    .index-data .item:nth-child(2) .item-inner,
    .index-data .item:nth-child(3) .item-inner {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        border-right: 1px solid rgba(255, 255, 255, .2);
    }
    .index-data .item:first-child .item-inner,
    .index-data .item:nth-child(4) .item-inner,
    .index-data .item:nth-child(6) .item-inner {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        border-right: 1px solid rgba(255, 255, 255, .2);
    }
    .index-data .item-inner {
        position: relative;
        height: 100px;
    }
    .index-case {
        width: 100%;
        padding: 15px 0 20px;
    }
    .index-data .text-wrap {
        position: absolute;
        top: 22%;
    }
    .index-solution {
        width: 100%;
        padding: 40px 0;
    }
    .index-solution-box .tbox {
        padding: 5% 2% 5% 2%;
        display: inline-block;
    }
    .index-solution-box .tbox .txt {
        font-weight: bold;
        font-size: 14px;
        line-height: 28px;
        width: 100%;
    }
    .index-solution-box .tbox .list li:nth-child(2n) {
        margin-right: 0px;
    }
    .index-solution-box .tbox .list li {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .index-news-menu li {
        float: left;
        margin-right: 10px;
        margin-bottom: 2%;
        width: 31%;
    }
    .index-news-menu li a {
        font-weight: bold;
        text-align: center;
        padding: 0 10px;
    }
    .index-news-menu li:nth-child(3) {
        margin-right: 0px;
    }
    .index-news-menu li:nth-child(6) {
        margin-right: 0px;
    }
    .index-news-more {
        top: 0px;
    }
    .index-news-list .lbox .box1 .tbox {
        width: 100%;
        height: 289px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #f7f7f7;
        padding: 0 6%;
    }
    .index-news .bd {
        width: 100%;
    }
    .index-news-list .lbox .box3 .tbox {
        height: auto;
    }
    .index-news-list .lbox .box1 .tbox {
        width: 100%;
        height: auto;
    }
    .index-news-list .lbox .box1 .tbox {
        width: 100%;
        height: 289px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #f7f7f7;
        padding: 0 0%;
    }
    .index-news-list .lbox .box1 .tbox .time {
        color: #999;
        font-weight: bold;
        font-size: 48px;
        line-height: 50px;
        border-bottom: 1px solid #dbdbdb;
        padding: 22px 0 16px;
        background: url(../images/icon20.png) right 54px no-repeat;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        background-position: 95% 70%;
        padding: 5%;
    }
    .index-news-list .lbox .box1 .tbox .titles {
        font-size: 16px;
        line-height: 36px;
        color: #000;
        margin-top: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 90%;
        margin: 3% auto;
    }
    .index-news-list .lbox .box1 .tbox .txts {
        font-size: 14px;
        line-height: 24px;
        color: #222;
        margin-top: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 90%;
        margin: auto;
    }
    .index-news-list .lbox .box1 .tbox {
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #f7f7f7;
        padding: 0 0%;
        margin-bottom: 3%;
        padding-bottom: 6%;
    }
    .index-news-list .lbox {
        display: block;
    }
    .index-news-list .lbox .box1 {
        padding-left: 0px;
        float: left;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        padding-right: 0px;
    }
    .index-news-list .lbox .box2 .tbox {
        padding: 0 5%;
        height: auto;
        padding-bottom: 5%;
    }
    .index-news-list .lbox .box3 {
        padding-left: 0px;
        float: left;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        padding-right: 0px;
    }
    .index-news-list .lbox .box3 .tbox {
        height: 151px;
        padding: 5%;
    }
    .index-client-img {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .index-client-img .img {
        position: inherit;
        float: left;
        margin: 1% 0% 3% 5%;
    }
    .index-client-img {
        height: auto;
    }
    .index-client-tbox {
        padding-top: 5%;
    }
    .index-client-tbox .txt {
        font-size: 14px;
        line-height: 24px;
        color: #222;
        margin-bottom: 5%;
    }
    .foot {
        display: none;
    }
    .foot2 {
        width: 100%;
        text-align: center;
        background-color: #222;
        padding: 3%;
    }
    .foot2 p {
        text-align: center;
        color: #fff;
        margin-bottom: 0;
        line-height: 25px;
    }
    .foot2 p a {
        color: #fff;
        line-height: 25px;
    }
    .nb-menu {
        display: none;
    }
    .sj_jglist {
        display: block;
    }
    .sj_jglist ul {
        display: none;
        position: absolute;
        z-index: 999;
        width: 100%;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }
    .sj_jglist h3 {
        display: block;
        position: relative;
        font-size: 16px;
        margin: auto;
        line-height: 50px;
        font-weight: bold;
    }
    .sj_jglist h3:after {
        content: "ˇ";
        display: block;
        width: 10px;
        height: 10px;
        content: "ˇ";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        color: #000;
        font-size: 30px;
        text-align: center;
        top: 6px;
        right: 0;
    }
    .sj_jglist ul li {
        line-height: 35px;
        padding: 0 14px;
        border-bottom: 1px solid #eee;
    }
    .sj_jglist ul li a {
        font-weight: bold;
        font-size: 14px;
        color: #000;
    }
    .news_xqnr {
    overflow: hidden;
    margin: 30px auto;
    }

.news_xqnr img {
    width: 90%;
    display: block;
    margin: 15px auto;
    }

.news_xqnr p {
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    line-height: 30px;
}
.case .box .case-list li .tbox .t1 {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    margin-bottom: 24px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
    .jgzl_box1 ul li .box1_list .choose a {
        display: block;
        width: 85%;
    }
    .jgzl_box2 ul li p {
        line-height: 40px;
        border-bottom: 1px #d5d5d5 solid;
        margin-bottom: 0;
        font-size: 12px;
    }
    .jgzl_box2 ul li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .jgzl_box2 ul li p {
        padding-left: 2%;
        padding-right: 2%;
    }
    .jgzl_box2 ul li a {
        font-weight: bold;
        display: block;
        line-height: 40px;
    }
    .jgzl {
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .ourwork-tab-wrap .item-list {
        display: none;
    }
    .ourwork-tab-wrap {
        padding: 10px 0 15px;
    }
    .ourwork-tab-wrap .sj_jglist h3 {
        display: block;
        position: relative;
        font-size: 16px;
        margin: auto;
        line-height: 35px;
        background: #fff;
        border-radius: 4px;
        padding: 0 10px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    }
    .sj_jglist .container {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .ourwork-list ul li {
        padding-left: 0;
        padding-right: 0;
    }
    .ourwork-list-wrap {
        padding-bottom: 10px;
    }
    .ourwork-list .page-wrap {
        overflow: hidden;
        margin-top: 0px;
    }
    .page-wrap .page {
        width: 80%;
    }
    .page-wrap .prev-next a {
        margin-top: 15px;
    }
    .page-wrap .page {
        float: left;
        padding: 15px 2%;
    }
    .page-wrap .page a {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin: 0 2.2%;
        font: 14px/25px 'Gotham-Book';
        color: #222;
        text-align: center;
        border-radius: 15px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .page-wrap .prev-next a {
        margin-top: 0;
    }
    .page-wrap .prev-next a {
        margin-left: 0;
    }
    .ourwork-list .each-item .text-inner {
        width: 100%;
        position: relative;
        padding: 5%;
    }
    .ourwork-pc-detail-inner {
        padding: 0;
    }
    .ourwork-pc-detail {
        margin: 5% auto;
    }
    .ourwork-pc-image img {
        display: block;
        width: 100%;
    }
    .ourwork-pc-detail-inner article {
        padding: 3%;
    }
    .qtcase-box ul li {
        margin-bottom: 25px;
    }
    .qt-case .qtcase-box {
        width: auto;
        padding: 4vh 3% 0vh 3%;
        margin: 0 auto;
    }
    .container3 {
        width: 94%;
    }
    #about {
        font-weight: bold;
        color: #222;
        font-size: 15px;
        padding: 6% 0;
        text-align: center;
    }
    #about .ab-t2 {
        font-size: 22px;
        color: #757575;
    }
    .ljsb .about1 {
        width: 100%;
        height: 105px;
        background: url(../images/ljsbt.jpg);
        background-repeat: no-repeat;
        position: relative;
        text-align: center;
        background-size: 100%;
    }
    .about-link {
        position: absolute;
        left: 0;
        right: 0;
        top: 40%;
    }
    .about2 {
        width: 100%;
        text-align: center;
        color: #757575;
        padding: 8% 3%;
        border-bottom: 1px solid #ededed;
    }
    .about2 img {
        display: block;
        width: 100%;
    }
    .about3 ul li .about-fw-item {
        border: 2px solid #d6001d;
        background-color: #fff;
        padding: 10%;
        height: auto;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        margin-bottom: 5%;
    }
    .about3 {
        width: 100%;
        text-align: center;
        color: #757575;
        padding: 5% 0px;
        border-bottom: 1px solid #ededed;
    }
    .about4 {
        width: 100%;
        text-align: center;
        color: #757575;
        padding: 5% 3%;
        border-bottom: 1px solid #ededed;
    }
    .foot1 {
        width: 100%;
        padding: 5% 3%;
        background: url(../images/x.png) no-repeat center center #fff;
        position: relative;
        text-align: center;
    }
    .foot1 .txt strong {
        font-size: 18px;
        font-weight: normal;
    }
    .foot1 .txt a {
        width: 50%;
        display: block;
        height: 50px;
        font-size: 22px;
        color: #fff;
        margin: 10px 0;
        background-color: #ed1c24;
        font-weight: normal;
        line-height: 50px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        margin: 10px auto 10px auto;
    }
    .lxwm {
        overflow: hidden;
        width: 100%;
        background: #f7f7f7;
        padding: 3% 0px 3%;
    }
    .address ul li {
        border-right: 1px #e8e8e8 solid;
        padding: 5% 8%;
        height: auto;
    }
    .address ul li .t2 {
        font-size: 14px;
        color: #222;
        line-height: 24px;
        background: url(../images/t1.png) left 3px no-repeat;
        margin-top: 3%;
        padding-left: 25px;
    }
    .address ul li .t3 {
        font-size: 14px;
        color: #222;
        line-height: 24px;
        background: url(../images/t5.png) left 3px no-repeat;
        margin-top: 3%;
        padding-left: 25px;
    }
    .address ul li .t8 a {
        display: inline-block;
        width: 46%;
        height: 40px;
        border: 1px solid #d5d5d5;
        line-height: 40px;
        font-size: 16px;
        background: url(../images/t4.png) 10px center no-repeat;
        padding-left: 11%;
        margin-right: 2px;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        margin-top: 15px;
        color: #222;
    }
    .other .way .ds {
        overflow: hidden;
        background-color: #fff;
        padding: 6% 4%;
    }
    .other .way .t1 {
        font-size: 25px;
        font-weight: bold;
        color: #222;
        line-height: 1;
        margin-bottom: 5%;
    }
    .other .way .t2 {
        font-size: 14px;
        line-height: 24px;
        color: #222;
        margin-bottom: 6%;
    }
    .other .way .b1 .ts1 {
        margin-bottom: 2%;
    }
    .other .way .b1 {
        color: #222;
        margin-bottom: 5%;
    }
    .advisory {
        background: #fff;
        padding: 0% 5%;
    }
    .advisory form {
        padding-left: 0;
        padding-right: 0;
    }
    .advisory .t1 {
        font-size: 25px;
        color: #222;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 3%;
    }
    .advisory .t2 {
        font-size: 14px;
        line-height: 24px;
        color: #222;
        margin-bottom: 0;
    }
    .advisory .b1 .lists li {
        float: left;
        margin-right: 10px;
        padding: 0 10px;
        border: 1px solid #222;
        border-radius: 14px;
        height: 28px;
        line-height: 26px;
        cursor: pointer;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        font-size: 13px;
        color: #222;
        width: 30%;
        margin-bottom: 3%;
        text-align: center;
    }
    .advisory .b1 .name {
        font-size: 14px;
        color: #222;
        line-height: 28px;
        float: left;
        margin-right: 8px;
        margin-bottom: 2%;
    }
    .advisory .b2 .btn {
        width: 45%;
        height: 40px;
        background: #ec1e20;
        border-radius: 25px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .other .way {
        padding-left: 0;
        padding-right: 0;
    }
    .ourwork-page {
        padding-bottom: 0;
    }
    .news {
        width: 100%;
        background: #f7f7f7;
        padding: 0;
        overflow: hidden;
    }
    .news .list1 ul li {
        padding-left: 0;
        padding-right: 0;
    }
    .news .list1 li {
        margin-bottom: 3%;
    }
    .news .list1 li .tbox {
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 3% 6%;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    .news .list1 li .tbox .time {
        font-size: 48px;
        font-weight: bold;
        line-height: 50px;
        color: #999;
        padding: 3% 0 3%;
    }
    .news .list1 li .tbox .titles {
        font-size: 16px;
        line-height: 36px;
        color: #000;
        margin-top: 3%;
    }
    .news .list1 li .tbox .txts {
        font-size: 14px;
        line-height: 24px;
        color: #222;
        margin-top: 0px;
    }
    .ourwork-page {
        background: #f7f7f7;
        padding-bottom: 0;
    }
    .sj_xw {
        padding-left: 5%;
        padding-right: 5%;
    }
    .news .list1 .tbox_img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .about2 p {
        line-height: 2em;
        margin-top: 3%;
    }
    .bjxq_list {
        padding-left: 5%;
        padding-right: 5%;
    }
    .bjxqy {
        width: 100%;
        padding-top: 3%;
        padding-bottom: 30px;
        background: #f7f7f7;
    }
    .bjxqy_box1 .pic {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    .bjxqy_box1 .wz {
        padding-left: 0;
        padding-right: 0;
    }
    .bjxqy_box1 .wz h2 {
        font-size: 24px;
        color: #757575;
        margin: 0;
        margin-bottom: 3%;
        margin-top: 4%;
    }
    .bjxqy_box1 .wz .wz-list .title_list a {
        display: block;
        width: 120px;
        border: 1px #757575 solid;
        float: left;
        line-height: 30px;
        text-align: center;
        margin: 10px 0px auto 10px;
        font-size: 14px;
        color: #757575;
    }
    .bjxqy_box1 {
        margin-bottom: 30px;
        overflow: hidden;
        border-bottom: 1px #757575 solid;
        padding-bottom: 8%;
    }
    .zltg ul li {
        padding-left: 0;
        padding-right: 0;
    }
    .lcbt {
        font-size: 30px;
        color: #ed1c24;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .bjxqy .table .xz .wz p {
        padding: 0 !important;
    }
    .bjxqy .table .xz .wz {
        font-size: 14px;
        margin-bottom: 1%;
    }
    .rhxz_bt h3 {
        font-size: 22px;
        color: #ed1c24;
    }
    .rhxz_box ul li .box_nr .sb {
        background: url(../images/dh.png) no-repeat left;
        background-position: 4%;
        padding-left: 13%;
        text-align: left;
        line-height: 25px;
    }
    .rhxz_box ul li .box_nr .qt {
        background: url(../images/qt.png) no-repeat left;
        background-position: 4%;
        padding-left: 13%;
        text-align: left;
    }
    .rhxz_box .sm {
        text-align: center;
        width: 100%;
        margin: auto;
        line-height: 40px;
        background-color: #757575;
        color: #fff;
        border-radius: 25px;
        margin-top: 30px;
        font-size: 12px;
    }
    .header2 {
        display: block;
        -webkit-box-shadow: 0px 1px 10px #818080;
        box-shadow: 0px 1px 10px #818080;
    }
    .header2 {
        position: fixed;
        display: block;
        background: #fff;
        width: 100%;
        top: 0;
        z-index: 9999;
        height: 60px;
    }
    .logo_sj {
        width: 30%;
        padding: 19px 15px;
    }
    .logo_sj img {
        display: block;
        width: 100%;
    }
    .header2 .an {
        width: 15%;
        padding: 18px 15px;
    }
    .header2 .an:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        padding-bottom: 2%;
        margin-top: 25%;
    }
    .header2 .an:before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        padding-bottom: 2%;
        margin-bottom: 25%;
    }
    .header2 .an i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
    }
    .nav_sj {
        display: none;
        position: absolute;
        top: 59px;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2%;
        z-index: 999;
    }
    .nav_sj ul li {
        line-height: 40px;
        border-bottom: 1px #737373 dotted;
    }
    .nav_sj ul li a {
        font-weight: bold;
        font-size: 16px;
        color: #000;
    }
    .sjbj {
        padding-left: 5%;
        padding-right: 5%;
    }
    .banner2 {
        display: block;
    }
    .banner2 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 60px;
    }
    .banner2 .swiper-slide img {
        width: 100%;
        display: block;
    }
    .banner2 .swiper-wrapper {
        width: 100%;
    }
    .index-advantage {
        width: 100%;
        background: #fff;
        padding: 5% 0 5% 0;
    }
    .text-inner .title {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        white-space: nowrap;
    }
    .text-inner .line {
        display: block;
        width: 45px;
        height: 2px;
        margin: 20px 0 20px;
        background: #fff;
    }
    .text-inner {
        width: 90%;
        padding-top: 22%;
        float: left;
    }
    .text-inner .descrition {
        margin-bottom: 30px;
    }
    .normal-more-wrap3 {
        position: relative;
        display: block;
        width: 140px;
        height: 42px;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        border-radius: 50px;
        border: 2px solid #fff;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .normal-more-wrap3 .more {
        display: block;
        z-index: 1;
        position: relative;
        color: #fff;
        line-height: 40px;
    }
    .ny-banner {
        width: 100%;
        position: relative;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        margin-top: 60px;
    }
    /*新闻详情*/
    .news_box {
        width: 100%;
        overflow: hidden;
        margin: 5% auto;
    }
    .scope {
        overflow: hidden;
        width: 100%;
        background-color: #f3f3f3;
        padding: 5%;
    }
    .scope_bt p {
        font-size: 28px;
    }
    .scope_bt span {
        font-size: 14px;
        color: #757575;
        line-height: 25px;
    }
    .scope_bt {
        overflow: hidden;
        text-align: center;
        padding: 2% 3% 4% 3%;
    }
    .scope_list ul li .title h3 {
        font-size: 20px;
        color: #222333;
    }
    .advantage-title .bdr {
        font-size: 70px;
        line-height: 70px;
        color: #000;
        display: table;
        position: absolute;
        right: 0;
        top: 100px;
    }
    .ourwork-pc-detail-inner article img {
        width: 100% !important;
        height: auto !important;
    }
    .index-client .index-client-img .img {
        width: 21%;
        height: auto;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        margin: 2%;
        line-height: 100px;
        line-height: 0;
    }
    .index-client {
        width: 100%;
    }
    .yqlj {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .yqlj p {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .yqlj li a {
        font-weight: bold;
        font-size: 14px;
        color: #626262;
        line-height: 25px;
    }
    .index-news-list .lbox .box3 .tbox .titles {
        width: 94%;
    }
    .advantage-list li {
        height: auto;
    }
    article .title {
        font-size: 18px;
    }
    .index-solution-box .tbox .list li a {
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        padding: 0 5px;
    }
    .lxwm .map {
        height: 200px;
    }
}

@media (min-height: 600px) and (min-width: 1000px)
[yzfh5-data-1603983734759].main-contact {
    
    bottom: 103px !important;
  
}