@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-family: "微软雅黑", "Microsoft YaHei", arial, Tahoma, SimHei, "\5B8B\4F53", simsun, sans-serif;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
table,
tbody,
tfoot,
thead,
th,
td,
input,
textarea,
fieldset,
p,
span,
strong,
small,
b,
img,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}

a {
  color: #333;
}

caption,
th {
  text-align: left;
}

.transition-name {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.ellipsis-text-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ellipsis-text-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.width-1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-flex-end {
  justify-content: flex-end;
}

.justify-flex-start {
  justify-content: flex-start;
}

.align-center {
  align-items: center;
}

.pointer {
  cursor: pointer;
}

.width-1500 {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}


.in-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  /* border-bottom: 1px solid #828282; */
  z-index: 100;
}

.in-header .box {
  height: 100%;
  margin: 0 2% 0 3%;
}

.in-header .nav {
  font-size: 17px;
}

.in-header .nav a {
  color: #fff;
  cursor: pointer;
  margin: 0 15px;
}

.in-header .nav .active,
.in-header .nav a:hover {
  color: #e60012;
}

.in-header .seach {
  width: 20px;
  height: 20px;
  background: url(../images/seach.png) no-repeat center center;
  background-size: 100%;
}

.header-scroll {
  background: #1d1f22;
  height: 70px;
}

.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background: #1d1f22;
  height: 60px;
  z-index: 99;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.mobile-header .shows {
  margin-left: 20px;
  height: 100%;
}

.mobile-header .shows .logo img {
  height: 40px;
}

.mobile-header .shows .show-mo-nav {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background: url(../images/mo_nav_icon2.png) no-repeat center center;
  background-size: 20px;
  border-radius: 50%;
}

.mobile-header .shows .show-mo-show {
  background-size: 20px;
}

.mobile-header .mobile-nav {
  position: fixed;
  width: 100%;
  right: -1200px;
  top: 60px;
  bottom: 0;
  padding: 20px 0;
  background-color: #1d1f22;
}

.mobile-header .mobile-nav a {
  font-family: "bahnschrift";
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  padding: 12px 0;
  display: block;
}

.mobile-header .mobile-nav .active a {
  border-bottom: 2px solid #ffffff;
}

.mobile-header .mobile-nav .search {
  width: 30px;
  height: 30px;
  background: url(../images/search2.png) no-repeat center center;
  background-size: 30px;
  margin: 30px auto 0;
}

.in-banner .carousel-indicators li {
  background: #ffffff;
  border: 0;
  margin: 0 7px;
}

.in-banner .carousel-indicators .active {
  background: #d52b38;
  border: 0;
  width: 10px;
  height: 10px;
  margin: 0 7px;
}

.in-footer {
  overflow: hidden;
  background: #181818;
}

.in-footer .box {
  padding: 100px 0;
  border-bottom: 1px solid #202020;
}

.in-footer .box .logo .ewm {
  width: 97px;
  margin-top: 20px;
}

.in-footer .box .list {
  padding-left: 11.3%;
}

.in-footer .box .list h1 {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 20px;
}

.in-footer .box .list a {
  color: #999999;
  font-size: 15px;
  display: block;
  line-height: 36px;
}

.in-footer .box .list a:hover {
  text-decoration: underline;
}

.in-footer .bottom {
  padding: 15px 0;
  color: #999999;
}

.in-footer .bottom .info {
  line-height: 30px;
}

.in-footer .bottom .share a {
  margin-left: 8px;
  cursor: pointer;
}

.in-footer .bottom .share a:hover {
  opacity: 0.6;
}

.in-sub-nav {
  overflow: hidden;
  padding: 24px 0;
  border-bottom: 1px solid #f3f3f3;
}

.in-sub-nav a {
  font-size: 17px;
  margin-right: 60px;
  cursor: pointer;
}

.in-sub-nav .active,
.in-sub-nav a:hover {
  color: #e60012;
}

.in-wrapper .m-title h1 {
  font-size: 40px;
  font-weight: bold;
}

.in-wrapper .m-title p {
  color: #666666;
  font-size: 17px;
  margin-top: 22px;
}

.in-wrapper .m-title .tab {
  font-size: 18px;
  margin-top: 22px;
}

.in-wrapper .m-title .tab .item {
  cursor: pointer;
  margin: 0 14px;
  padding-bottom: 8px;
}

.in-wrapper .m-title .tab .active {
  color: #e60012;
  border-bottom: 1px solid #e60012;
}

.in-wrapper .in-ny-title {
  font-size: 32px;
  padding: 70px 0 50px;
}

.in-wrapper .in-ny-title h1 {
  font-size: 32px;
}

.in-wrapper .in-ny-title p {
  color: #999999;
  font-size: 17px;
  margin-top: 15px;
}

.in-wrapper .in-m1 {
  padding-top: 80px;
  overflow: hidden;
}

.in-wrapper .in-m1 .cons {
  margin-top: 35px;
  background: #efefef;
  padding: 90px 0;
  overflow: hidden;
}

.in-wrapper .in-m1 .cons .list {
  position: relative;
  padding-left: 40px;
  overflow: hidden;
  background: #ffffff;
}

.in-wrapper .in-m1 .cons .list .jt {
  position: absolute;
  left: 32%;
  top: 130px;
  z-index: 10;
}

.in-wrapper .in-m1 .cons .list .img {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  width: 68%;
  height: 100%;
  background-size: cover;
}

.in-wrapper .in-m1 .cons .list .item {
  width: 25.33%;
  padding: 30px 0;
  display: block;
  border-bottom: 1px solid #d4d4d4;
  color: #666666;
  font-size: 18px;
  cursor: pointer;
  padding-left: 38px;
}

.in-wrapper .in-m1 .cons .list .item .text {
  color: #999999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
  display: none;
}

.in-wrapper .in-m1 .cons .list .active-m1 .name {
  color: #d52b38;
}

.in-wrapper .in-m1 .cons .list .active-m1 .text {
  display: block;
}

.in-wrapper .in-m1 .cons .list .active-m1 .img {
  z-index: 5;
}

.in-wrapper .in-m1 .cons .list .item:last-child {
  border-bottom: 0;
}

.in-wrapper .in-m1 .cons .list .item:nth-child(1) {
  background: url(../images/m1_icon_1.png) left 26px no-repeat;
}

.in-wrapper .in-m1 .cons .list .item:nth-child(2) {
  background: url(../images/m1_icon_2.png) left 26px no-repeat;
}

.in-wrapper .in-m1 .cons .list .item:nth-child(3) {
  background: url(../images/m1_icon_3.png) left 26px no-repeat;
}

.in-wrapper .in-m1 .cons .list .item:nth-child(4) {
  background: url(../images/m1_icon_4.png) left 26px no-repeat;
}

.in-wrapper .in-m1 .cons .list .item:nth-child(5) {
  background: url(../images/m1_icon_5.png) left 26px no-repeat;
}

.in-wrapper .in-m1 .cons .list .active-m1:nth-child(1) {
  background: url(../images/m1_icon_11.png) left 26px no-repeat;
}

.in-wrapper .in-m1 .cons .list .active-m1:nth-child(2) {
  background: url(../images/m1_icon_22.png) left 26px no-repeat;
}

.in-wrapper .in-m1 .cons .list .active-m1:nth-child(3) {
  background: url(../images/m1_icon_33.png) left 26px no-repeat;
}

.in-wrapper .in-m1 .cons .list .active-m1:nth-child(4) {
  background: url(../images/m1_icon_44.png) left 26px no-repeat;
}

.in-wrapper .in-m1 .cons .list .active-m1:nth-child(5) {
  background: url(../images/m1_icon_55.png) left 26px no-repeat;
}

.in-wrapper .in-m2 {
  padding: 85px 0 100px 0;
  overflow: hidden;
}

.in-wrapper .in-m2 .cons {
  margin-top: 25px;
}

.in-wrapper .in-m2 .cons .item {
  width: 32%;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 10px #ccc;
}

.in-wrapper .in-m2 .cons .item .img {
  position: relative;
  height: 310px;
  background: url(../images/about.jpg) no-repeat center center;
  background-size: cover;
}

.in-wrapper .in-m2 .cons .item .img .back {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}

.in-wrapper .in-m2 .cons .item .img .video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

.in-wrapper .in-m2 .cons .item .title {
  color: #666666;
  font-size: 17px;
  line-height: 80px;
  padding: 0 15px;
}

.in-wrapper .in-m2 .cons .item:hover {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.in-wrapper .in-m2 .cons .item:hover .title {
  color: #ffffff;
  background-color: #d52b38;
}

.in-wrapper .in-m2 .cons .more {
  width: 188px;
  height: 49px;
  border-radius: 50px;
  font-size: 17px;
  color: #999999;
  border: 1px solid #d1cfcf;
  margin: 45px auto 0;
}

.in-wrapper .in-m2 .cons .more:hover {
  color: #ffffff;
  background-color: #d52b38;
}

.in-wrapper .in-m3 {
  background: url(../images/m3.jpg) top center no-repeat;
}

.in-wrapper .in-m3 .cons {
  padding-top: 380px;
  padding-top: 540px;
}

.in-wrapper .in-m3 .cons .box {
  background: #f4f4f4;
  padding: 88px 20px 100px 20px;
  text-align: center;
}

.in-wrapper .in-m3 .cons .text {
  margin: 30px 0 40px 0;
  line-height: 38px;
  font-size: 17px;
}

.in-wrapper .in-m3 .cons .list a {
  width: 186px;
  height: 46px;
  border: 1px solid #8c8c8c;
  border-radius: 50px;
  font-size: 17px;
  color: #666666;
  margin: 0 40px;
}

.in-wrapper .in-m3 .cons .list a:hover {
  background: #d52b38;
  color: #ffffff;
  border: 1px solid #d52b38;
}

.in-wrapper .in-m3 .cons .list .active {
  background: #d52b38;
  color: #ffffff;
  border: 1px solid #d52b38;
}

.in-wrapper .in-m4 {
  padding: 100px 0;
  overflow: hidden;
}

.in-wrapper .in-m4 .cons {
  margin-top: 20px;
}

.in-m4-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in-m4-list .bd ul {
  overflow: hidden;
  width: 100%;
}

.in-m4-list .bd ul li {
  float: left;
  overflow: hidden;
  width: 273px;
  background: #ffffff;
  margin-right: 27px;
  border: 1px solid #d1cfcf;
  margin-top: 20px;
}
.in-m4-list .bd ul li:hover {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}


.in-wrapper .in-m5 {
  background: url(../images/m5_1.jpg) no-repeat center center;
  background-size: cover;
  height: 862px;
}

.in-wrapper .in-m5 .box {
  padding: 60px 45px 60px 45px;
  background: #ffffff;
}

.in-wrapper .in-m5 .form {
  overflow: hidden;
  width: 40%;
}

.in-wrapper .in-m5 .form .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.in-wrapper .in-m5 .form .item {
  margin-bottom: 22px;
}

.in-wrapper .in-m5 .form .item input {
  height: 60px;
  padding: 0 20px;
  background: #f6f6f6;
  border: 0;
  flex: 1;
  margin-right: 12px;
  outline: none;
  font-size: 16px;
}

.in-wrapper .in-m5 .form .item textarea {
  padding: 20px;
  background: #f6f6f6;
  border: 0;
  flex: 1;
  height: 220px;
  outline: none;
  font-size: 16px;
}

.in-wrapper .in-m5 .form .submit {
  width: 162px;
  height: 60px;
  color: #666666;
  font-size: 17px;
  background: #ffffff;
  border: 1px solid #d1cfcf;
  outline: none;
}

.in-wrapper .in-m5 .form .submit:hover {
  color: #ffffff;
  background-color: #d52b38;
}

.in-wrapper .in-m5 .text {
  width: 45%;
  padding-top: 35px;
}

.in-wrapper .in-m5 .text h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 35px 0 25px 0;
}

.in-wrapper .in-m5 .text p {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}

.in-wrapper .in-m5 .text a {
  width: 190px;
  height: 58px;
  border: 1px solid #d1cfcf;
  color: #666;
  font-size: 17px;
  margin-top: 50px;
}

.in-wrapper .in-m5 .text a:hover {
  color: #d52b38;
  border: 1px solid #d52b38;
}

.in-about {
  overflow: hidden;
}

.in-about .in-about-1 {
  overflow: hidden;
  padding-bottom: 80px;
}

.in-about .in-about-1 .text {
  line-height: 38px;
  color: #666666;
  font-size: 16px;
  width: 58.33%;
  margin-right: 60px;
}

.in-about .in-about-1 .text h1 {
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 25px;
}

.in-about .in-about-1 .text h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
}

.in-about .in-about-2 {
  overflow: hidden;
  background: #efefef;
  padding-bottom: 50px;
}

.in-about .in-about-2 .item {
  width: 50%;
  margin-bottom: 50px;
  padding-right: 30px;
}

.in-about .in-about-2 .item .img {
  width: 125px;
  height: 125px;
}

.in-about .in-about-2 .item .text {
  flex: 1;
  padding-top: 10px;
}

.in-about .in-about-2 .item .text h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}

.in-about .in-about-2 .item .text p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}

.in-about .in-about-2 .item:last-child {
  margin-bottom: 0;
}

.in-about .in-about-3 {
  padding-bottom: 80px;
}


.picMarquee-about {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.picMarquee-about .bd ul {
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px !important;
}

.picMarquee-about .bd ul li {
  float: left;
  overflow: hidden;
  width: 356px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 0 10px #ccc;
  margin-right: 25px;
}

.picMarquee-about .bd ul li .title {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding: 0 10px;
}



.in-manufacture {
  padding-bottom: 60px;
}

.in-manufacture .item {
  padding-bottom: 60px;
}

.in-manufacture .item .sub {
  margin-top: 35px;
}

.in-manufacture .item .sub .sub-item {
  box-shadow: 0 0 10px #ccc;
  flex: 1;
  margin-right: 50px;
  padding: 30px 50px;
}

.in-manufacture .item .sub .sub-item:hover {
  background: #bcbfc4;
  /* color: #fff; */
}

/* .in-manufacture .item .sub .sub-item:hover h2{color: #fff;} */
.in-manufacture .item .sub .sub-item:last-child {
  margin-right: 0;
}

.in-manufacture h1 {
  font-size: 22px;
}

.in-manufacture h2 {
  font-size: 20px;
  color: #e60012;
}

.in-manufacture p {
  font-size: 17px;
  line-height: 38px;
}

.in-contact {
  overflow: hidden;
  padding-bottom: 90px;
}

.in-contact .in-contact-1 {
  padding-bottom: 70px;
}

.in-contact .in-contact-1 .item {
  text-align: center;
}

.in-contact .in-contact-1 .item h1 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 25px;
}

.in-contact .in-contact-1 .item p {
  font-size: 17px;
  color: #666666;
  margin-top: 12px;
}

.in-contact .in-contact-1 .ewm {
  border-left: 1px solid #b4b4b4;
  padding-left: 10%;
}

.in-contact .in-contact-2 {
  padding-bottom: 30px;
}

.in-contact .in-contact-2 .list .item {
  margin-bottom: 60px;
  background: url(../images/contact5.png) no-repeat center center;
  background-size: 90%;
}

.in-contact .in-contact-2 .list .num {
  width: 125px;
  height: 125px;
  border: 1px solid #d1cfcf;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.in-contact .in-contact-2 .list h1 {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 35px;
}

.in-contact .in-contact-2 .list h2 {
  background: #e82633;
  width: 94px;
  height: 94px;
  border-radius: 100%;
  color: #ffffff;
  font-family: arial;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.in-contact .in-contact-2 .list .title {
  font-size: 17px;
  color: #666666;
  text-align: center;
  margin-top: 18px;
}

.in-contact .in-contact-3 .in-iframe {
  height: 360px;
}

.in-contact .in-contact-4 .item {
  margin-bottom: 22px;
}

.in-contact .in-contact-4 .item input {
  height: 60px;
  padding: 0 20px;
  background: #f6f6f6;
  border: 0;
  flex: 1;
  margin: 0 12px;
  outline: none;
}

.in-contact .in-contact-4 .item textarea {
  padding: 20px;
  background: #f6f6f6;
  border: 0;
  flex: 1;
  margin: 0 12px;
  height: 220px;
  outline: none;
}

.in-contact .in-contact-4 .submit {
  width: 162px;
  height: 60px;
  margin: 0 12px;
  color: #666666;
  font-size: 17px;
  background: #ffffff;
  border: 1px solid #d1cfcf;
  outline: none;
}

.in-advantage {
  padding-bottom: 120px;
}

.in-advantage .text {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}

.in-advantage .text h1 {
  font-size: 22px;
  color: #e60012;
  font-weight: bold;
  margin: 40px 0 20px 0;
}

.in-advantage .text .list {
  margin: 20px 0;
}

.in-advantage .text .list .item {
  box-shadow: 0 0 10px #ccc;
  margin-right: 22px;
  padding: 35px 30px;
}

.in-advantage .text .list .item .t {
  font-weight: bold;
  color: #000000;
}

.in-advantage .text .list .item:last-child {
  margin-right: 0;
}

.in-suspension {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 50%;
  margin-top: -145px;
  align-items: flex-end;
}

.in-suspension .item {
  background-color: #c4c4c4;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}

.in-suspension .item .img {
  width: 56px;
  height: 56px;
}

.in-suspension .item .ewm {
  position: absolute;
  top: 0;
  left: -110px;
  max-width: initial;
  display: none;
  width: 110px;
}

.in-suspension .item h1 {
  font-size: 18px;
  font-family: arial;
  color: #ffffff;
  display: none;
}

.in-suspension .item:hover {
  background: #d52b38;
}

.in-suspension .tel:hover {
  width: 195px;
}

.in-suspension .tel:hover h1 {
  display: block;
}

.in-suspension .ewm-show:hover .ewm {
  display: block;
}

@media (max-width: 1400px) {
  .in-wrapper .in-m2 .cons .item .img {
    height: 280px;
  }
  .picMarquee-about .bd ul li {
    width: 288px;
    margin-right: 15px;
  }
  .in-m4-list .bd ul li {
    width: 225px;
    margin-right: 15px;
  }
}

@media (max-width: 1200px) {
  .in-wrapper .in-m2 .cons .item .img {
    height: 240px;
  }

  .in-sub-nav a {
    margin-right: 30px;
  }
}

@media (max-width: 1000px) {

  .in-footer .bottom .share,
  .in-header,
  .in-footer .box .list {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .width-1500 {
    width: auto;
    padding: 0 15px;
  }

  .in-banner {
    margin-top: 60px;
  }

  .in-wrapper .m-title {
    padding: 0 15px;
  }

  .in-wrapper .m-title h1 {
    font-size: 18px;
  }

  .in-wrapper .m-title p {
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.4;
  }

  .in-wrapper .m-title .tab {
    margin-top: 20px;
  }

  .in-wrapper .m-title .tab .item {
    font-size: 15px;
  }

  .in-wrapper .in-m1 {
    padding-top: 20px;
  }

  .in-wrapper .in-m1 .cons {
    padding: 30px 0;
    margin-top: 20px;
  }

  .in-wrapper .in-m1 .cons .list {
    padding-left: 15px;
  }

  .in-wrapper .in-m1 .cons .list .item {
    padding: 10px 0;
    background: none !important;
    font-size: 13px;
  }

  .in-wrapper .in-m1 .cons .list .item:nth-child(1):hover,
  .in-wrapper .in-m1 .cons .list .item:nth-child(2):hover,
  .in-wrapper .in-m1 .cons .list .item:nth-child(3):hover,
  .in-wrapper .in-m1 .cons .list .item:nth-child(4):hover,
  .in-wrapper .in-m1 .cons .list .item:nth-child(5):hover {
    background: none !important;
  }

  .in-wrapper .in-m1 .cons .list .item .text {
    font-size: 13px;
    margin-top: 8px;
  }

  .in-wrapper .in-m2 {
    padding: 30px 0;
  }

  .in-wrapper .in-m2 .cons {
    padding: 0 15px;
  }

  .in-wrapper .in-m2 .cons .item .img {
    height: 100px;
  }

  .in-wrapper .in-m2 .cons .item .img .video {
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
  }

  .in-wrapper .in-m2 .cons .item .title {
    line-height: 35px;
    font-size: 14px;
  }

  .in-wrapper .in-m2 .cons .more,
  .in-wrapper .in-m4 .cons .more {
    width: 100px;
    height: 35px;
    font-size: 15px;
    margin-top: 20px;
  }

  .in-wrapper .in-m3,
  .in-wrapper .in-m4 {
    padding: 30px 0;
  }

  .in-wrapper .in-m3 .cons {
    padding-top: 0;
  }

  .in-wrapper .in-m3 .cons .box {
    padding: 20px;
  }

  .in-wrapper .in-m3 .cons .text {
    font-size: 14px;
    line-height: 1.3;
    margin: 20px 0;
  }

  .in-wrapper .in-m3 .cons .list a {
    margin: 0 10px;
    width: 100px;
    height: 35px;
    font-size: 13px;
  }

  .in-wrapper .in-m4 .cons .list {
    padding: 0 15px;
  }

  .in-wrapper .in-m4 .cons .item {
    width: 30%;
    margin-top: 10px;
  }

  .in-wrapper .in-m5 {
    height: auto;
    padding: 30px 0;
  }

  .in-wrapper .in-m5 .box {
    padding: 30px;
  }

  .in-wrapper .in-m5 .form {
    width: 100%;
  }

  .in-wrapper .in-m5 .form .title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .in-wrapper .in-m5 .form .item input {
    height: 50px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .in-wrapper .in-m5 .form .item textarea {
    display: block;
    width: 100%;
    height: 180px;
    line-height: 1.5;
  }

  .in-wrapper .in-m5 .form .flex {
    display: block;
  }

  .in-wrapper .in-m5 .form .item {
    margin-bottom: 10px;
  }

  .in-wrapper .in-m5 .form .submit {
    width: 150px;
    height: 35px;
    font-size: 15px;
    margin-top: 20px;
  }

  .in-wrapper .in-m5 .text {
    padding: 0;
    margin-top: 10px;
  }

  .in-wrapper .in-m5 .text h1 {
    font-size: 18px;
    margin: 15px 0;
  }

  .in-wrapper .in-m5 .text p {
    font-size: 14px;
  }

  .in-wrapper .in-m5 .text a {
    width: 120px;
    height: 45px;
    font-size: 15px;
    margin-top: 20px;
  }

  .in-wrapper .in-m5 .text a img {
    height: 60%;
  }

  .in-footer .bottom {
    padding: 15px;
    font-size: 12px;
  }

  .in-footer .box {
    padding: 30px 0;
  }

  .in-footer .box .logo {
    width: 100%;
  }

  .in-wrapper .in-ny-title {
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
  }

  .in-wrapper .in-ny-title h1 {
    font-size: 20px;
  }

  .in-wrapper .in-ny-title p {
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4;
  }

  .in-sub-nav a {
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.3;
  }

  .in-advantage {
    padding-bottom: 40px;
  }

  .in-advantage .text {
    font-size: 14px;
    line-height: 1.6;
  }

  .in-advantage .text h1 {
    font-size: 18px;
    margin: 15px 0;
  }

  .in-advantage .text .list {
    display: block;
  }

  .in-advantage .text .list .item {
    margin: 0 0 10px 0;
  }

  .in-manufacture h1 {
    font-size: 17px;
  }

  .in-manufacture .item {
    padding-bottom: 20px;
  }

  .in-manufacture .item .sub {
    display: block;
    margin-top: 20px;
  }

  .in-manufacture .item .sub .sub-item {
    margin: 0 0 10px 0;
    padding: 15px;
  }

  .in-manufacture h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .in-manufacture p {
    font-size: 14px;
    line-height: 1.5;
  }

  .in-about .in-about-1,
  .in-about .in-about-2,
  .in-about .in-about-3 {
    padding-bottom: 30px;
  }

  .in-about-1 .width-1500,
  .in-about-2 .width-1500 {
    display: block;
  }

  .in-about .in-about-1 .text {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .in-about .in-about-1 .text h1 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .in-about .in-about-1 .text h2 {
    font-size: 17px;
  }

  .in-about .in-about-2 .item {
    width: 100%;
    margin: 0;
  }

  .in-about .in-about-2 .item .img {
    width: 50px;
    height: 50px;
  }

  .in-about .in-about-2 .item .text h1 {
    font-size: 17px;
  }

  .in-about .in-about-2 .item .text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .in-about .in-about-3 .item {
    width: 50%;
    margin-bottom: 10px;
  }

  .in-about .in-about-3 .item .title {
    font-size: 14px;
  }

  .in-contact .in-contact-1 {
    display: block;
  }

  .in-contact .in-contact-1 .item img {
    height: 30px;
  }

  .in-contact .in-contact-1 .item h1 {
    font-size: 18px;
    margin-top: 10px;
  }

  .in-contact .in-contact-1 .item p {
    font-size: 15px;
    margin-top: 10px;
  }

  .in-contact .in-contact-1 .item {
    margin-bottom: 15px;
  }

  .in-contact .in-contact-1 .item {
    border: 0;
    padding-left: 0;
  }

  .in-contact .in-contact-1 .ewm img {
    height: auto;
  }

  .in-contact .in-contact-1 {
    padding-bottom: 20px;
  }

  .in-contact .in-contact-2 .list .item {
    margin-bottom: 20px;
  }

  .in-contact .in-contact-2 .list h1 {
    font-size: 16px;
    text-align: center;
    margin: 30px 0 10px;
  }

  .in-contact .in-contact-2 .list .sub {
    display: block;
  }

  .in-contact .in-contact-2 .list .sub-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .in-contact .in-contact-2 .list .num {
    width: 90px;
    height: 90px;
  }

  .in-contact .in-contact-2 .list h2 {
    width: 70px;
    height: 70px;
  }

  .in-contact .in-contact-2 .list .title {
    font-size: 16px;
    margin-top: 10px;
  }

  .in-contact .in-contact-3 .in-iframe {
    height: 240px;
  }

  .in-contact .in-contact-4 .item {
    display: block;
  }

  .in-contact .in-contact-4 .item input {
    height: 50px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .in-contact .in-contact-4 .item textarea {
    display: block;
    width: 100%;
    height: 180px;
    line-height: 1.5;
  }

  .in-contact .in-contact-4 .submit {
    width: 150px;
    height: 35px;
    font-size: 15px;
    margin-top: 20px;
  }

  .in-contact {
    padding-bottom: 40px;
  }
}

.news-l {
  displays: table;
  margin-top: 20px;
}

.news-l .lists {
  displays: table;
  margin-top: 30px;
}

.news-l .lists .item {
  display: block;
  overflow: hidden;
  float: left;
  margin-left: 35px;
  width: 562px;
  width: 48%;
  border-bottom: 1px solid #dbdbdb;
  padding: 30px 1% 40px 1%;
  line-height: 28px;
  color: #666666;
}

.news-l .lists .item:nth-of-type(2n+1) {
  margin-left: 0;
}

.news-l .lists .item .title {
  font-size: 18px;
  color: #333333;
}

.news-l .lists .item .date {
  font-size: 12px;
  color: #999999;
  margin: 6px 0 12px 0;
}

.news-l .lists .item:hover {
  color: #0080c9;
  box-shadow: 0 0 5px #ccc6c6;
}

.news-l .lists .item:hover .title {
  color: #0080c9;
}

.news-l .lists .item .text {
  line-height: 27px;
  height: 81px;
  overflow: hidden;
}

#div_fy {
  margin-bottom: 90px;
}

.fy {
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
  clear: both;
}

#content2 .fy {
  margin-bottom: 60px;
  clear: both;
}

.fy-con {
  overflow: hidden;
  display: inline-block;
}

.fy-con .pre {
  width: 65px;
  margin-right: 10px;
  margin-left: 10px;
}

.fy-con .next {
  width: 65px;
  margin-right: 10px;
  margin-left: 10px;
}

.fy a {
  display: block;
  border-radius: 3px;
  min-width: 25px;
  padding: 0 5px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  float: left;
  font-size: 12px;
  background: #b0b0b0;
  color: #ffffff;
  margin-right: 3px;
  margin-left: 3px;
}

.fy .active a,
.fy a:hover {
  color: #fff;
  background: #00a0e9;
}

.fy .cpb {
  color: #ffffff;
  border: none;
  border-radius: 3px;
  background: #00a0e9;
  width: 35px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  float: left;
  font-size: 12px;
  margin-right: 7px;
  margin-left: 7px;
}

.new-detail-l {
  overflow: hidden;
}

.new-detail-l .title {
  overflow: hidden;
  text-align: center;
  padding: 40px 0 30px 0;
  background-color: #ededed;
}

.new-detail-l .title h1 {
  font-size: 30px;
  color: #464646;
}

.new-detail-l .title h2 {
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}

.new-detail-l .text {
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  padding: 45px 0 60px 0;
}

.new-detail-l .link {
  overflow: hidden;
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
}

.new-detail-l .link .left a {
  display: block;
  color: #666666;
  line-height: 30px;
}

.new-detail-l .link .right {
  cursor: pointer;
  margin-top: 20px;
}

.new-detail-l .link .right img {
  vertical-align: middle;
  margin-left: 5px;
}

.case-l {
  overflow: hidden;
}

.case-l .item {
  overflow: hidden;
  float: left;
  margin-left: 50px;
  width: 30%;
  margin-top: 40px;
  text-align: center;
}

.case-l .item img {
  width: 100%;
  height: 265px;
  display: block;
}

.case-l .item:nth-of-type(3n+1) {
  margin-left: 0;
}

.case-l .text {
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-top: 0;
  padding: 20px 28px 25px 28px;
}

.case-l .title {
  font-size: 18px;
  /*padding-bottom: 22px;border-bottom: 1px solid #d6d6d6;*/
}

.case-l .wz {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  margin-top: 15px;
}

.case-l .item:hover .title {
  color: #0080c9;
}

.dy-tit {
  line-height: 30px;
  font-size: 30px;
  color: #000000;
  margin-top: 40px;
  padding-left: 5px;
}

.in-about .in-about-3 .item img {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .in-about .in-about-3 .item img {
    width: 100%;
    height: auto;
  }
  .in-suspension,
  .mnew {
    display: none;
  }

  .dy {
    display: none;
  }

  #banner_tabs {
    display: none;
  }

  #mo-banner_tabs {
    display: block;
  }

  #content {
    padding-bottom: 30px;
  }

  .program-mo {
    display: block;
  }

  .title-l {
    font-size: 25px;
    padding: 0;
  }

  .case-l .item {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .case-l .item img {
    height: auto;
    width: 100%;
  }

  .case-l .text {
    padding: 10px;
  }

  .case-l .title {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .case-l .wz {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  /* 忙鈥撀懊┾€斅幻γζ掆€� */
  .new-detail-l .title {
    text-align: center;
    padding: 30px 15px 20px 15px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
  }

  .new-detail-l .title h1 {
    font-size: 20px;
    line-height: 1.6;
  }

  .new-detail-l .title h2 {
    margin-top: 15px;
    font-size: 12px;
  }

  .new-detail-l .text {
    padding: 20px 0 0 0;
  }

  .new-detail-l .link {
    display: none;
  }

  .news-l {
    margin-top: 15px;
    padding: 0 8px;
  }

  .news-l .lists {
    margin-top: 0;
    overflow: hidden;
    /*display: flex;flex-direction: column;*/
  }

  .news-l .lists .item {
    float: left;
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    line-height: 24px;
  }

  .news-l .lists .item .date {
    margin: 6px 0 0 0;
  }

  .news-l .lists .item .text {
    display: none;
  }

  /* 氓藛鈥∶β嵚� */
  .news-l-picScroll {
    background-color: #ffffffff;
    padding: 15px 0;
  }

  .news-l-picScroll .hd {
    bottom: 35px;
    right: 15px;
    z-index: 99;
    left: initial;
  }

  .news-l-picScroll .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-right: 15px;
    text-indent: -999px;
    cursor: pointer;
    background: #cccccc;
    border-radius: 100%;
  }

  .news-l-picScroll .bd ul li {
    ine-height: 24px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
  }

  .news-l-picScroll .bd ul img {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .news-l-picScroll .bd ul .title {
    font-size: 18px;
    color: #333333;
    padding-top: 5px;
  }

  .news-l-picScroll .bd ul .date {
    margin: 5px 0;
  }

  .news-l-picScroll .bd ul .text {
    display: none;
  }

  .news-l-picScroll .bd ul span {
    display: none;
  }

  .in-footer .bottom .info {
    text-align: center;
  }
}