@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

img {
    border: 0
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

@font-face {
    font-family: "homebanner";
    src: url(fonts/newfont.ttf);
}


/* 咨询条 */

.n-side-bar {
    position: fixed;
    bottom: 200px;
    right: 0;
    z-index: 60;
}

.n-side-bar li {
    position: relative;
    display: block;
    /* padding-top: 12px; */
    width: 64px;
    height: 64px;
    background-color: #b50413;
    margin-top: 1px;
    cursor: pointer;
}

.n-side-bar li [class^=icon] {
    overflow: hidden;
    width: 23px;
    height: 23px;
    margin: 0 auto 6px;
    background: url(../img/n-side-bar-icon.png) no-repeat top center;
}

.n-side-bar li .icon-icon3,
.n-side-bar li .icon-icon4 {
    background-position: 0 -33px;
}

.n-side-bar li .icon-icon5 {
    background-position: 0 -66px;
}

.n-side-bar li .icon-icon6 {
    background-position: 0 -99px;
}

.n-side-bar li .name {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.n-side-bar li .box {
    position: relative;
    padding-top: 12px;
    width: 64px;
    height: 64px;
    background-color: #b50413;
    z-index: 99;
}

.n-side-bar li .slide {
    position: absolute;
    right: -258px;
    top: 0;
    width: 258px;
    height: 64px;
    padding-left: 14px;
    background-color: #b50413;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.n-side-bar li .slide .title {
    margin-top: 8px;
    font-size: 12px;
    font-style: italic;
}

.n-side-bar li .con {
    padding-left: 30px;
    margin-top: 3px;
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
    line-height: 1em;
    background: url(../img/n-side-bar-icon.png) no-repeat;
}

.n-side-bar li.tel .con {
    font-size: 26px;
    background-position: 0 -132px;
}

.n-side-bar li.qr-code .slide {
    overflow: hidden;
    width: 130px;
    height: 130px;
    background-color: #b50413;
    padding: 0;
}

.n-side-bar li.qr-code .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n-side-bar li:hover .slide {
    right: 65px;
    opacity: 1;
}


/* 咨询条固定在下端，二维码顶对齐 */

.n-side-bar li.qr-code:hover .slide {
    right: 65px;
    opacity: 1;
    top: -55px;
}


/* =================================================================首页======================================================================= */


/*====================导航====================*/

.header {
    min-width: 1200px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 84px;
    padding: 0 30px;
    background: rgba(28, 35, 39, 0.9);
}

.header .container {
    width: 1200px;
    margin: 0 auto;
}


/*左侧logo*/

.header .left {
    float: left;
}

.header .left a img {
    height: 54px;
    margin-top: 15px;
}


/*右侧nav*/

.header .nav {
    float: right;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    line-height: 84px;
    display: block;
}

.header .navbar_nav li {
    float: left;
    position: relative;
    display: block;
}

.header .navbar_nav li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #e92327;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
    width: 100%;
}

.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0 30px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 16px;
}

.header .navbar_nav li:hover a {
    color: #e92327;
}

.header .navbar_nav li.on a {
    color: #e92327;
}

.header .navbar_nav li.on:after {
    width: 100%;
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
}

.header .navbar_nav li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 84px;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 120%;
    left: -10%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    background: #f3f3f3;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #fff;
    background: #e92327;
}


/* banner */

.banner {
    padding-top: 84px;
    position: relative;
}

.banner .more {
    display: block;
    width: 143px;
    height: 44px;
    background-color: #ce1313;
    color: #fff;
    line-height: 44px;
    text-align: center;
    font-size: 24px;
    position: absolute;
}

.banner li.l1 .more {
    top: 410px;
    left: 50%;
    margin-left: 456px;
}

.banner li.l2 .more {
    top: 516px;
    left: 50%;
    margin-left: -600px;
}

.banner li.l3 .more {
    top: 334px;
    left: 50%;
    margin-left: 456px;
}

.banner li.l4 .more {
    top: 490px;
    left: 50%;
    margin-left: 96px;
}

.slideBox {
    position: relative;
    width: 100%;
    height: 773px;
}

.slideBox .hd {
    width: 100%;
    height: 25px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    z-index: 900;
}

.slideBox .hd ul {
    text-align: center;
    width: 100%
}

.slideBox .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #e92327;
    cursor: pointer
}

.slideBox .hd ul li.on {
    background: #e92327;
    color: #e92327
}

.slideBox .bd {
    position: relative;
    height: 773px;
    width: 100%;
    overflow: hidden
}

.slideBox .bd li {
    position: relative;
    height: 773px;
    width: 100%
}

.slideBox .item {
    height: 773px
}

.slideBox .next,
.slideBox .prev {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=70);
    opacity: .7;
    transform: scale(.6)
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px
}

.slideBox .next:hover,
.slideBox .prev:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.slideBox .prevStop {
    display: none
}

.slideBox .nextStop {
    display: none
}


/* 0417停用以下 */


/* .banner li.l1 .text {
    position: absolute;
    width: 800px;
    top: 200px;
    right: 260px;
}

.banner li.l1 .text p.t {
    position: absolute;
    font-size: 48px;
    color: #ce815e;
    right: 0;
    top: 162px;
}

.banner li.l1 .text p.txt {
    position: absolute;
    width: 736px;
    font-size: 20px;
    color: #c2986e;
    text-align: right;
    right: 0;
}

.banner li.l1 .text p.line {
    position: absolute;
    width: 120px;
    height: 2px;
    background-color: #ce815e;
    right: 0;
    top: 126px;
}

.banner ul li a.more {
    position: absolute;
    display: block;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.banner ul li.l1 a.more {
    background-color: #d69b82;
    right: 0;
    top: 260px;
}

.banner li.l2 .text {
    position: absolute;
    width: 800px;
    top: 200px;
    left: 220px;
}

.banner li.l2 .text p.t {
    position: absolute;
    font-size: 48px;
    color: #fff;
}

.banner li.l2 .text p.txt {
    position: absolute;
    width: 620px;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    top: 162px;
}

.banner li.l2 .text p.line {
    position: absolute;
    width: 120px;
    height: 2px;
    background-color: #fff;
    top: 90px;
}

.banner ul li.l2 a.more {
    top: 310px;
    background: #5f5298;
}

.banner li.l3 .text {
    position: absolute;
    width: 800px;
    height: 360px;
    top: 0;
    left: 50%;
    margin-left: -400px;
    border-radius: 0 0 30px 30px;
    background: rgba(163, 121, 84, 0.95);
    text-align: center;
}

.banner li.l3 .text p.t {
    position: absolute;
    font-size: 40px;
    color: #fff;
    width: 100%;
    top: 60px;
}

.banner li.l3 .text p.txt {
    position: absolute;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    top: 162px;
}

.banner li.l3 .text p.line {
    position: absolute;
    width: 120px;
    height: 2px;
    background-color: #fff;
    top: 126px;
    left: 50%;
    margin-left: -60px;
}

.banner ul li.l3 a.more {
    left: 50%;
    margin-left: -80px;
    top: 256px;
    background: #ac9079;
}

.banner li.l4 .text {
    position: absolute;
    width: 600px;
    height: 354px;
    background: rgba(255, 255, 255, 0.68);
    padding-left: 30px;
    top: 246px;
    right: 200px;
}

.banner li.l4 .text p.t {
    position: absolute;
    font-size: 40px;
    color: #a76231;
    width: 100%;
    top: 40px;
}

.banner li.l4 .text p.txt {
    position: absolute;
    width: 100%;
    font-size: 20px;
    color: #c86b2a;
    line-height: 32px;
    top: 162px;
}

.banner li.l4 .text p.line {
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #a76231;
    top: 126px;
}

.banner ul li.l4 a.more {
    top: 290px;
    background: #ac9079;
} */


/*====================轮播====================*/


/* body #coidea {background: #8e9eab;background: -webkit-linear-gradient(to right, #dde3e6, #8e9eab);background: linear-gradient(to right, #dde3e6, #8e9eab);position: relative;display: block;width: 100%;height: auto;min-height: 100%;min-height: 100vh;overflow: hidden;}
.slider {position: relative;display: block;width: 100%;width: 100vw; height: 100%; height: 100vh;overflow: hidden;}
.slider__nav-bar {position: absolute; width: 150px;height: 150px;bottom: -75px;left: 50%; transform: translateX( -50% );border-radius: 75px; text-align: center; background: #dde3e6; z-index: 100;}
.slider__arrow { position: absolute; top: 50%; transform: translateY( -50% ); width: 64px;height: 64px;transition: 0.2s;cursor: pointer; z-index: 100; opacity: 0.8;}
.slider__arrow:hover {opacity: 1;}
.slider__arrow_prev {left: 16px;width: 64px;height: 64px;background-image: url(../img/arrow__left-white.png);background-repeat: no-repeat;background-position: center center;background-size: auto 64px;}
.slider__arrow_next {right: 16px;width: 64px; height: 64px; background-image: url(../img/arrow__right-white.png);background-repeat: no-repeat;background-position: center center;background-size: auto 64px;}
.nav-control { position: relative; display: inline-block;vertical-align: middle;opacity: 0.6;width: 26px;height: 26px;transition: 1s;cursor: pointer;background-image: url(../img/dot-black.png);background-repeat: no-repeat;background-position: center center;background-size: 26px 26px;margin-top: 32px;z-index: 3;}
.nav-control:hover {opacity: 0.8;-webkit-transform:rotate(180deg) scale(1.2);transform:rotate(180deg) scale(1.2); }
.nav-control_active { opacity: 1;}
.slider-list {  position: relative;  overflow: hidden;  width: 100%;  height: 100%; margin:84px 0 0; padding: 0; list-style-type: none;}
.slider-list::before {  content: '';  display: block;  padding-top: calc(9 / 16 * 100%);}
.slider-list__item {  position: absolute;  top: 0;  left: 0;  -webkit-transform: translateX(100%);transform: translateX(100%);  width: 100%;  height: 100%;  background-repeat: no-repeat;  background-position: 50% 50%;  background-size: cover;  display: flex;  justify-content: center;  align-items: center;  font-size: 16vw;  color: #000;  will-change: transform;z-index: 1;}
.slider-list__item .back__element { position: absolute; display: block; width: 100%; height: 100%;  top: 0; left: 0; right: 0; bottom: 0;z-index: 1;}
.slider-list__item .back__element img {  position: relative;  display: block;  width: 100%;  max-width: 640px;  height: auto;  top: 50%; left: 50%;  transform: translate( -50%, -50% );}
.slider-list__item .main__element {  position: absolute;  display: block;  width: 100%;  height: 100%;  top: 0; left: 0; right: 0; bottom: 0;  z-index: 3;}
.slider-list__item .main__element img {  position: relative;  display: block;   max-width: 820px;  max-height: 600px;  top: 46%; left: 50%;  transform: translate( -50%, -50% );}
.slider-list__item .front__element {  position: absolute;  display: block;  width: 100%;  height: 100%;  top: 0; left: 0; right: 0; bottom: 0;  z-index: 4;}
.slider-list__item .front__element img {  position: relative;  display: block;  width: 100%;  max-width:700px;  height: auto;  top: 50%; left: 50%;  transform: translate( -50%, -50% );}
.slider-list__item .title__element {  position: absolute;  display: block;  width: 100%;  height: 100%;  top: 0; left: 0; right: 0; bottom: 0;  z-index: 2;}
.slider-list__item .title__element .title { font-family:"homebanner" ;  position: relative;  display: block;  width: 100%; height: auto;  top: 45%; left: 50%;  transform: rotate(-15deg) translate( -45%, -125% );color: #eef2f3;  text-align: center;font-size:220px;}
.slider-list__item .more__element { position: absolute;  display: block; width: 100%;  height: 100%;  top: 0; left: -160px; right: 0; bottom: 0;  z-index: 10;}
.slider-list__item .more__element .content {position: relative;display: block; width: 100%; max-width: 800px; height: auto; margin: 64px auto; padding: 0 32px;color: #2e3131; text-align: left;}
.slider-list__item .more__element .content .headline {
  position: relative;
  display: block;
  max-width: 240px;
  font-size: 28px;
  line-height: 46px;
}
.slider-list__item .more__element .content .excerpt {
  position: relative;
  display: block;
  max-width: 280px;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 0 16px;
}
.slider-list__item .more__element .content .link {
  position: relative;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  width: 180px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
}
.slider-list__item .more__element .content .link .fill {
  position: absolute;
	background-image: linear-gradient(to right, #d43325, #f36e67);
	background-size: 150% 150%;
	height: 48px;
	width: 180px;
	border-radius: 24px;
	margin: 0;
	z-index: -1;
  transition: all 0.4s ease;
  -webkit-animation: gradient 3s ease infinite;
	-moz-animation: gradient 3s ease infinite;
	animation: gradient 3s ease infinite;
}
.slider-list__item .more__element .content .link .fill.fill-dark {
  background-image: linear-gradient(to right, #252228, #848f9e);
} 
.slider-list__item .more__element .content .link a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: #dde3e6;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  outline: 0px none;
  outline: 0px;
  z-index: 2;
}
.slider-list__item .more__element .content .link:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.05), 0 15px 12px rgba(0,0,0,0.06);
}
.slider-list__item_active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} */


/*====================服务====================*/

.indus-service {
    min-width: 1200px;
}

.indus-service .container {
    width: 1200px;
    margin: 64px auto 0;
}

.indus-pub-title {
    text-align: center;
}

.indus-pub-title .en-title {
    font-size: 32px;
    color: #b1b1b1;
    text-transform: uppercase;
}

.indus-pub-title .en-title span {
    width: 80px;
    height: 2px;
    background: #b1b1b1;
    display: inline-block;
    margin: 0 34px;
}

.indus-pub-title .ch-title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.indus-service .main {
    margin-top: 80px;
}

.indus-service .main li {
    width: 25%;
    text-align: center;
    float: left;
}

.indus-service .main li:hover .icon-out {
    background: #e92327;
}

.indus-service .main .icon-out {
    width: 218px;
    height: 218px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #e92327;
    margin: 0 auto;
}

.indus-service .main .icon {
    width: 100px;
    height: 100px;
    display: block;
    margin: 59px;
    background: url("../img/all-icon.png") no-repeat 0 0;
}

.indus-service .main li:nth-child(2) .icon {
    background-position: -110px 0;
}

.indus-service .main li:nth-child(3) .icon {
    background-position: -220px 0;
}

.indus-service .main li:nth-child(4) .icon {
    background-position: -330px 0;
}

.indus-service .main li:nth-child(1):hover .icon {
    background-position: 0 -110px;
}

.indus-service .main li:nth-child(2):hover .icon {
    background-position: -110px -110px;
}

.indus-service .main li:nth-child(3):hover .icon {
    background-position: -220px -110px;
}

.indus-service .main li:nth-child(4):hover .icon {
    background-position: -330px -110px;
}

.indus-service .main::after {
    display: block;
    content: '';
    clear: both;
}

.indus-service .main .en-title {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    margin: 32px 0 12px;
}

.indus-service .main .ch-title {
    font-size: 18px;
    color: #666;
    font-weight: 600;
}


/*====================案例====================*/

.indus-cases {
    min-width: 1200px;
    margin-top: 96px;
}

.indus-cases .main {
    margin-top: 100px;
}

.indus-cases .main ul::after {
    display: block;
    content: '';
    clear: both;
}

.indus-cases .main li {
    width: 20%;
    height: 20vw;
    overflow: hidden;
    float: left;
}


/* .indus-cases .main li img{ min-width: 100%; min-height: 100%; transition: 2s;-moz-transition: 2s; -webkit-transition: 2s;-o-transition: 2s;} */

.indus-cases .main li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    -o-transition: 2s;
}

.indus-cases .main li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.indus-cases .main li:last-child {
    background: url(../img/case2.jpg);
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
}

.indus-cases .main li:last-child a {
    text-align: center;
    line-height: 32px;
    color: #e92327;
    display: block;
    width: 130px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #e92327;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
}

.indus-cases .main li:last-child a:hover {
    background: #e92327;
    color: #fff;
}


/*====================新闻====================*/

.indus-news {
    min-width: 1200px;
    margin-top: 80px;
}

.indus-news .main {
    width: 1200px;
    margin: 60px auto 0;
}

.indus-news .main ul::after {
    display: block;
    content: '';
    clear: both;
}

.indus-news .main li {
    width: 350px;
    height: 308px;
    background: #e92327;
    padding-top: 20px;
    float: left;
    margin-right: 75px;
}

.indus-news .main li:nth-child(3n) {
    margin-right: 0;
}

.indus-news .hover-area {
    width: 100%;
    height: 308px;
    position: relative;
    overflow: hidden;
}


/* .indus-news .news-pic{ min-width: 100%; height: 308px;transition: all .5s;} */

.indus-news .news-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.indus-news .hover-overlay {
    width: 100%;
    height: 308px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-308px);
    transition: all .5s;
}

.indus-news .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}

.indus-news .hover-content .time {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-top: 26px;
}

.indus-news .hover-content .line {
    width: 2px;
    height: 24px;
    background: #fff;
    margin: 4px auto;
}

.indus-news .hover-content .title {
    font-size: 18px;
    color: #fff;
    padding: 0 25px;
}

.indus-news .hover-content .abstract {
    color: #fff;
    padding: 0 25px;
    margin: 16px 0 24px;
    text-align: center;
}

.indus-news .hover-content .more {
    display: block;
    width: 100px;
    height: 28px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border-radius: 16px;
    font-size: 14px;
    margin: 0 auto;
    transition: all .5s;
}

.indus-news .hover-area:hover .hover-overlay {
    transform: translateY(0);
}

.indus-news .hover-area:hover .hover-content {
    opacity: 1;
}

.indus-news .hover-area:hover .news-pic {
    transform: translateY(-308px);
}

.indus-news .hover-content .more:hover {
    border-color: #e92327;
    color: #e92327;
}


/*====================行业====================*/

.indus-sign {
    min-width: 1200px;
    margin-top: 100px;
    width: 100%;
    height: 900px;
    background: url(../img/sign-bg.png) no-repeat center bottom;
}

.indus-sign .main {
    width: 1200px;
    margin: 0 auto;
}

.indus-sign .wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.indus-sign .tab {
    position: absolute;
    left: 0;
    list-style-type: none;
    color: #b1b1b1;
}

.indus-sign .tab li {
    width: 150px;
    padding: 35px 0;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #cccccc;
    margin-top: -1px;
    text-align: center;
    cursor: pointer;
}

.indus-sign .tab li .year {
    font-size: 28px;
}

.indus-sign .tab li .time {
    font-size: 22px;
}

.indus-sign .tab li.on {
    background: rgba(255, 255, 255, 1);
    color: #e92327;
    ;
}

.indus-sign .swiper-container {
    position: absolute;
    right: 0;
    top: 136px;
    z-index: 2;
    width: 1048px;
    height: 412px;
    background: rgba(204, 204, 204, 0.2);
    overflow: hidden;
}

.indus-sign .swiper-slide .imgout {
    display: inline-block;
    width: 485px;
    height: 312px;
    margin: 50px 0 50px 40px;
}

.indus-sign .swiper-slide .imgout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indus-sign .swiper-slide .line {
    width: 50px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    top: 88px;
}

.indus-sign .swiper-slide .content {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 410px;
    padding: 60px 50px 0 13px;
}

.indus-sign .swiper-slide .content .title {
    font-size: 20px;
    color: #333;
}

.indus-sign .swiper-slide .content .time {
    font-size: 14px;
    color: #999;
    margin: 12px 0 10px;
}

.indus-sign .swiper-slide .content .text {
    font-size: 16px;
    color: #666;
    line-height: 1.6em;
}

.indus-sign .swiper-slide .content .more {
    display: block;
    width: 110px;
    height: 32px;
    border-radius: 16px;
    color: #666;
    border: 1px solid #ccc;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    margin-top: 20px;
    transition: all .5s;
}

.indus-sign .swiper-slide .content .more:hover {
    color: #e92327;
    ;
    border-color: #e92327;
    ;
}


/*====================客户====================*/

.indus-cus {
    min-width: 1200px;
}

.indus-cus .text1 {
    font-size: 24px;
    color: #e92327;
    width: 1200px;
    margin: 48px auto 20px;
    text-align: center;
}

.indus-cus .text2 {
    font-size: 16px;
    color: #333;
    width: 1000px;
    margin: 0 auto;
    padding: 0 100px;
    text-align: center;
}

.indus-cus .product-number-info {
    background: #f8f8f8;
    position: relative;
    margin-top: 50px;
}

.indus-cus .product-number-info .product-number-inner {
    width: 1200px;
    margin: 0 auto;
}

.indus-cus .product-number-info ul {
    padding: 50px 0;
}

.indus-cus .q {
    zoom: 1;
}

.indus-cus .product-number-info li {
    float: left;
    width: 25%;
    height: 90px;
    border-left: 1px solid #cccccc;
    color: #666;
    padding-top: 1px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.indus-cus .product-number-info li:first-child {
    border: none;
}

.indus-cus .product-number-info li b {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}

.indus-cus .product-number-info li p {
    font-size: 16px;
}

.indus-cus .product-number-info li b i {
    font-style: normal;
    font-size: 32px;
}

.indus-cus .product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}

.indus-cus .product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}

.indus-cus .cus-list {
    width: 1200px;
    margin: 0 auto;
}

.indus-cus .cus-list::after {
    display: block;
    content: '';
    clear: both;
}

.indus-cus .cus-list li {
    width: 255px;
    height: 145px;
    border: 1px solid #e92327;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    margin: 30px 60px 40px 0;
}

.indus-cus .cus-list li:nth-child(4n) {
    margin-right: 0;
}

.indus-cus .cus-list li img {
    width: 100%;
}


/* 文章列表 */
.newsList{
    width: 100%;
}
.newsList .main{
    /* background-color: pink; */
    width: 1200px;
    margin: 0 auto;
}
.newsList .main ul{
    overflow: hidden;
}
.newsList .main li{
    width: 33.3%;
    float: left;
}
.newsList .main li a{
    font-size: 16px;
    color: #666;
    line-height: 38px;
}
.newsList .main li a:hover{
    color: #e92327;

}
/*====================底部====================*/

.site-footer {
    min-width: 1200px;
    font-size: 14px;
    line-height: 1.8;
    color: #a8aaba;
    background: #32333b;
    margin-top: 20px;
}

.site-footer a {
    color: #a8aaba;
}

.site-footer a:hover {
    color: #f44 !important;
}

.site-footer .footer-article {
    padding: 30px 0 20px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.site-footer .contact {
    float: left;
    width: 380px;
    color: #fff;
    cursor: pointer;
}

.site-footer .contact p:hover {
    color: #e92327;
}

.site-footer .contact .name {
    font-size: 24px;
}

.site-footer .contact .text {
    font-size: 16px;
    line-height: 30px;
}

.site-footer .col-article {
    float: left;
    width: 171px;
}

.site-footer .col-article dt {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #d7d8d9;
}

.site-footer .col-article dd {
    margin-bottom: 8px;
    overflow: hidden;
}

.site-footer .col-article dd a {
    font-size: 12px;
    color: #9b9ea0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.site-footer .wx {
    float: left;
    width: 135px;
    margin-right: 0;
}

.site-footer .wx dt {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #d7d8d9;
}

.site-footer .wx dd {
    margin-bottom: 15px;
}

.site-footer .wx dd img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 5px 0;
    border-radius: 2px;
}

.site-footer .wx dd.other {
    margin-bottom: 0;
    line-height: 18px;
}

.site-footer .wx dd.other span {
    display: block;
    font-size: 12px;
}

.site-footer .wx dd.other a {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
}

.footer-links {
    padding: 10px 0;
    border-top: 1px solid #41424c;
    border-bottom: 1px solid #41424c;
    width: 1200px;
    margin: 0 auto;
}

.footer-links p {
    font-size: 14px;
    color: #a8aaba;
}

.footer-links a {
    margin-right: 20px;
    font-size: 12px;
    color: #a8aaba;
}

.footer-info .info-text {
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
}

.footer-info .info-text .nav-bottom {
    padding: 20px 0 5px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.footer-info .info-text .nav-bottom a {
    padding: 0 8px;
    color: #9b9ea0;
}

.footer-info .info-text .copyright {
    padding-top: 5px;
}

.footer-info .info-text em {
    padding: 0 8px;
}


/* ================================================================================专题页==================================================================================================== */

.pro-banner {
    width: 100%;
    height: 773px;
    overflow: hidden;
    margin-top: 84px;
}

.pro-banner img {
    width: 100%;
}


/*====================流程====================*/

.indus-step {
    margin-top: 110px;
}

.indus-step .main {
    width: 1200px;
    position: relative;
    margin: 0 auto
}

.step-layout-list {
    text-align: center;
    padding: 70px 0 0;
}

.step-layout-item {
    float: left;
    vertical-align: top;
    width: 20%;
    position: relative;
}

.step-layout-item img {
    vertical-align: top;
    display: inline-block;
    background-color: transparent;
}

.step-layout-item h4 {
    font-size: 24px;
    margin: 24px 0 10px;
    font-weight: normal;
}

.step-layout-item p {
    font-size: 14px;
    line-height: 1.75em;
    color: #888;
}

.indus-step .main .step-layout-list .step-layout-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 60px;
    right: -10px;
    display: block;
    width: 20px;
    height: 28px;
    background: url(../img/sapp-store-arror.png) no-repeat;
}


/*====================实力====================*/

.indus-team {
    margin-top: 110px;
}

.indus-team .skidder-viewport {
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    transition: opacity 0.4s ease-in-out;
}

.indus-team .skidder-viewport .skidder-wrapper {
    width: 20000em;
    position: absolute;
    z-index: 1;
}

.indus-team .skidder-viewport .skidder-wrapper .skidder-slide {
    float: left;
    position: relative;
    z-index: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}

.indus-team .skidder-viewport.skidder-fade .skidder-wrapper {
    width: auto;
    margin: 0 auto;
}

.indus-team .skidder-viewport.skidder-fade .skidder-wrapper .skidder-slide {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.indus-team .skidder-viewport .skidder-wrapper .skidder-slide.active,
.skidder-viewport .skidder-wrapper .skidder-slide.disengage {
    opacity: 1;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.indus-team .skidder-viewport .skidder-clickwrapper {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 4;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.indus-team .skidder-viewport .skidder-prevwrapper {
    left: 0;
}

.indus-team .skidder-viewport .skidder-nextwrapper {
    right: 0;
}

.indus-team .skidder-viewport .skidder-clickwrapper .skidder-clickelement {
    position: relative;
    height: 100%;
    width: 86px;
    z-index: 5;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.indus-team .skidder-viewport .skidder-clickwrapper:hover .skidder-clickelement {
    opacity: 1;
}

.indus-team .skidder-viewport .skidder-clickwrapper .skidder-prev {
    float: left;
    margin-left: 10px;
    background-image: url('../img/slide_left.png');
}

.indus-team .skidder-viewport .skidder-clickwrapper .skidder-next {
    float: right;
    margin-right: 10px;
    background-image: url('../img/slide_right.png');
}

.skidder-viewport .skidder-clickwrapper .skidder-next.jumpback {
    background-image: url('./images/slide_left.png');
}

.indus-team .skidder-viewport .skidder-touchwrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.indus-team .skidder-viewport .skidder-pager {
    display: table;
    position: relative;
    top: 92%;
    margin: 0 auto;
    z-index: 4;
    padding: 0 0 15px 0;
}

.indus-team .skidder-viewport .skidder-pager .skidder-pager-dot {
    display: table-cell;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    height: 12px;
    width: 12px;
    margin-right: 8px;
    margin-bottom: 4px;
    border-radius: 6px;
    border: 2px solid #fff;
    text-decoration: none;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1), 0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
}

.indus-team .skidder-viewport .skidder-pager .skidder-pager-dot:last-child {
    margin-right: 0;
}

.indus-team .skidder-viewport .skidder-pager .skidder-pager-dot:hover,
.indus-team .skidder-viewport .skidder-pager .skidder-pager-dot.active {
    background-color: #fff;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.indus-team .skidder-viewport:hover .skidder-pager .skidder-pager-dot {
    opacity: 1;
}


/* ================================================================================案例列表==================================================================================================== */

.list-banner {
    width: 100%;
    overflow: hidden;
}

.list-banner img {
    width: 100%;
}

.case-content {
    width: 1200px;
    margin: 0 auto;
}

.case-content .case-tab {
    text-align: center;
    margin: 88px 0 70px;
}

.case-content .case-tab li {
    display: inline-block;
    width: 208px;
    height: 58px;
    border-radius: 30px;
    border: 1px solid #e92327;
    margin-right: 20px;
}

.case-content .case-tab li:last-child {
    margin-right: 0;
}

.case-content .case-tab li a {
    color: #e92327;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}

.case-content .case-tab li.on {
    background: #e92327;
}

.case-content .case-tab li.on a {
    color: #fff;
}

.case-content .case-tab li:hover {
    background: #e92327;
}

.case-content .case-tab li:hover a {
    color: #fff;
}

.case-content .case-main {
    overflow: hidden;
}

.case-content .case-main li {
    overflow: hidden;
    width: 300px;
    height: 300px;
    float: left;
}

.case-content .case-main li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    -o-transition: 2s;
}

.case-content .case-main li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.case-info {
    text-align: center;
    padding: 66px 0 80px;
    border-top: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
    margin: 75px 0 80px;
}

.case-info .en {
    font-size: 36px;
    color: #0a0a0a;
    text-transform: uppercase;
}

.case-info .ch {
    font-size: 24px;
    color: #0a0a0a;
    margin: 26px 0 46px;
}

.case-info .text {
    font-size: 18px;
    color: #161616;
    line-height: 1.7em;
}


/* ================================================================================新闻列表==================================================================================================== */

.news-content {
    width: 1200px;
    margin: 0 auto;
}

.news-content .news-main li {
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
}

.news-content .news-main li .left {
    width: 300px;
    height: 300px;
    float: left;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
}

.news-content .news-main li .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content .news-main li .right {
    width: 800px;
    float: right;
    padding: 0 70px 0 10px;
}

.news-content .news-main .title a {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 500;
    line-height: 70px;
}

.news-content .news-main .desc {
    font-size: 18px;
    color: #666;
    line-height: 1.75em;
    margin: 20px 0 30px;
}

.news-content .news-main .hits {
    font-size: 16px;
    color: #666;
}

.news-content .news-main li .title:hover a {
    color: #e92327;
}


/* ================================================================================联系我们==================================================================================================== */

.con-banner {
    width: 100%;
    height: 310px;
    background: url(../img/conbanner.jpg) no-repeat center;
    margin-top: 84px;
}

.con-main {
    width: 1200px;
    margin: 140px auto 120px;
}

.con-main .text {
    overflow: hidden;
}

.con-main .left {
    float: left;
}

.con-main .right {
    float: right;
    width: 880px;
}

.con-main .title1 {
    width: 320px;
    padding: 60px 0;
    line-height: 1.6em;
    background: #e92327;
    color: #fff;
    font-size: 60px;
    text-align: center;
}

.con-main .tel1 {
    width: 300px;
    height: 100px;
    border: 10px solid #e92327;
    color: #e92327;
    font-size: 32px;
    line-height: 100px;
    text-align: center;
    margin-top: 14px;
}

.con-main .right p {
    font-size: 30px;
    color: #787878;
    line-height: 1.9em;
    text-align: center;
    padding-top: 100px;
    text-transform: uppercase;
}

.con-main .map {
    width: 1200px;
    margin: 60px auto 0;
    overflow: hidden;
    box-shadow: 2px 2px 16px rgba(167, 165, 165, 0.38);
}

#l-map {
    height: 600px;
    width: 1200px;
    margin: 0 auto;
}

#r-result {
    width: 100%;
}

form.companysel {
    width: 1200px;
    margin: 20px auto
}

form.companysel span {
    font-size: 16px;
    color: #000;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px
}

form.companysel select {
    width: 250px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

form.companysel input {
    width: 530px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    -webkit-border-radius: 5px;
    cursor: pointer;
    background: #fff;
    border: 1px #ccc solid;
    padding: 0 10px
}


/* ================================================================================详情==================================================================================================== */

.detial-main {
    width: 1000px;
    min-height: 720px;
    margin: 84px auto;
    overflow: hidden;
}

.detial-main .title h3 {
    font-weight: 400;
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 40px;
}

.detial-main img {
    width: 100%;
    margin: 10px 0;
}

.detial-main p {
    width: 100%;
    margin: 8px 0;
    font-size: 18px;
    color: #666;
    line-height: 1.7em;
    text-indent: 2em;
}

.detial-main .title .time {
    font-size: 14px;
    color: #999;
    text-align: center;
    text-indent: 0;
}

.detial-main .btn {
    text-align: center;
}

.detial-main .btn span {
    display: inline-block;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e92327;
    margin: 60px 8px;
}

.detial-main .btn span a {
    color: #e92327;
}

.detial-main .btn span.list {
    border-color: #333;
}

.detial-main .btn span.list a {
    color: #333;
}

.detial-main .btn span:hover {
    background: #e92327;
}

.detial-main .btn span:hover a {
    color: #fff;
}

.detial-main .btn span.list:hover {
    background: #333;
}

.detial-main .btn span.list:hover a {
    color: #fff;
}

.detial-main .related-case {
    margin-top: 30px;
    overflow: hidden;
}

.detial-main .related-case li {
    width: 333px;
    height: 333px;
    overflow: hidden;
    float: left;
}

.detial-main .related-case li img {
    min-width: 333px;
    min-height: 333px;
    margin: 0;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    -o-transition: 2s;
}

.detial-main .related-case li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}


/* ================================================================================分页==================================================================================================== */

.page_info {
    text-align: center;
    color: #333;
    margin-top: 10px;
}

.page_info span {
    padding: 0 2px;
}

.page_list {
    height: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0;
    font-family: "微软雅黑";
    font-size: 12px;
    margin-bottom: 30px;
}

.page_list a {
    background: #fff;
    margin: 0 3px;
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 38px;
    color: #999;
    overflow: hidden;
    border: 1px solid #ccc;
}

.page_list a:hover {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #666;
}

.page_list a.on {
    background: #fff;
    border: 1px solid #e92327;
    color: #e92327;
    font-weight: 600;
}