/*全局样式*/
@charset "utf-8";
html {
  overflow-x: hidden;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0
}
body {
  font: 14px/1.5 "微软雅黑", "sans-serif", HELVETICA;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto !important;
}
input:required, textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
input, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none !important;
}
ul, li, dl, dt, dd {
  list-style-type: none;
}
i {
  font-style: normal
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.clearfix:after, .clearfix:before {
  clear: both;
}
.container-fluid {
  max-width: 1230px !important;
}
.tr5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial;
}
.overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bjcover {
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .box1 {
  border-bottom: 1px solid #eee;
}
header .box1 .tt1 {
  font-size: 14px;
  color: #000;
  line-height: 39px;
}
header .box1 .tt2 {
  font-size: 0;
}
header .box1 .tt2 a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #000;
  padding: 0 25px;
  background: #f4f4f6;
  line-height: 39px;
  transition: all .2s;
  margin-left: 1px;
}
header .box1 .tt2 a:hover,header .box1 .tt2 a.act {
  background: #115F6B;
  color: #fff;
}
header {
  position: relative;
  z-index: 111;
}
header .box2 .logo {
  line-height: 130px;
  height: 130px;
  font-size: 0;
}
header .box2 .logo img {
  max-height: 60%;
}
header .box2 .txt1 {
  height: 60px;
  background: url(../images/t2.png) no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
  margin-top: 35px;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  padding-top: 3px;
}
header .box2 .txt1 b {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
}
header .box2 .txt2 {
  font-size: 14px;
  color: #666;
  padding-left: 55px;
  background: url(../images/t1.png) no-repeat left center;
  line-height: 20px;
  margin-top: 35px;
}
header .box2 .txt2 span {
  font-size: 36px;
  color: #333333;
  font-family: 'Impact';
  display: block;
  line-height: 40px;
}
/*pc导航*/
header nav {
  background: #115F6B;
}
header nav a {
  transition: all .2s;
}
header nav ul {
  font-size: 0;
  margin: 0;
}
header nav ul > li {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 16.222%;
}
header nav ul > li:nth-child(n+2):before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  position: absolute;
  left: 0;
  top: 0;
}
header nav ul > li > a {
  line-height: inherit;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
}
header nav ul > li:hover > a {
  color: #fff;
  background-color: #a7afb5;
}
header nav ul > li.active > a {
  color: #fff;
  background-color: #a7afb5;
}
header nav .ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  right: 0;
  background: rgba(255, 255, 255, 1);
  padding: 2px 0 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
header nav .ul a {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding: 8px;
  display: block;
}
header nav .ul a:hover {
  background-color: #a7afb5;
  color: #fff;
}
header nav .ul a.active {
  background-color: #a7afb5;
  color: #fff;
}
header nav ul > li:hover .ul {
  display: block;
}
/*banner*/
.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: .6;
  transition: all .2s;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 4px;
  opacity: 1;
}
.ssbox {
  background: #F4F4F4;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.ssbox .ul {
  padding-left: 36px;
  height: 40px;
  overflow: hidden;
  background: url(../images/t3.png) no-repeat left center;
  width: calc(100% - 360px);
  float: left;
  font-size: 0;
}
.ssbox .ul a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #999;
  padding-right: 15px;
  line-height: 40px;
  transition: all .2s;
}
.ssbox .ul a:nth-child(1) {
  color: #000;
  padding-right: 0;
}
.ssbox .ul a:nth-child(n+2):hover {
  color: #000;
}
.ssbox form {
  width: 354px;
  float: right;
  line-height: 38px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
.ssbox form input {
  width: calc(100% - 54px);
  line-height: 38px;
  height: 38px;
  border: 0;
  background: fixed;
  padding: 0 0 0 25px;
  float: left;
}
.ssbox form button {
  width: 54px;
  line-height: 38px;
  height: 38px;
  border: 0;
  background: url(../images/t4.png) no-repeat center center;
  float: right;
}
/* 产品分类 */
.main1 .zuo {
  width: 286px;
  float: left;
  background-color: #ccc;
}
.main1 .zuo .top {
  background-color: #115F6B;
  padding: 18px 0 18px 80px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
	color: #fff;
}
.main1 .zuo .top span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: lighter;
	color: #fff;
}
.main1 .zuo .top img {
  display: block;
  position: absolute;
  left: 30px;
  top: 6px;
  bottom: 0;
  margin: auto 0;
}
.main1 .zuo .ul {
  padding: 20px 0 52px;
}
.main1 .zuo .ul > a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  padding-left: 54px;
  position: relative;
}
.main1 .zuo .ul > a:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main1 .zuo .ul > a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 28px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  opacity: .6;
  transition: all .3s;
}
.main1 .zuo .ul > a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 28px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  opacity: .6;
  transition: all .3s;
}
.main1 .zuo .ul > a:hover {
  background-color: #115F6B;
  color: #fff;
}
.main1 .zuo .ul > a:hover:after {
  background-color: #fff;
}
.main1 .zuo .ul > a:hover:before {
  background-color: #fff;
}
.main1 .zuo .ul > a.active {
  background-color: #115F6B;
  color: #fff;
}
.main1 .zuo .ul > a.active:after {
  background-color: #fff;
}
.main1 .zuo .ul > a.active:before {
  background-color: #fff;
}
.main1 .zuo .ul2 {
  background-color: #C9CED2;
  padding: 10px 20px;
  font-size: 0;
  display: none;
}
.main1 .zuo .ul2.active {
  display: block;
}
.main1 .zuo .ul2 a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #000;
  padding-left: 24px;
  min-width: 100%;
  line-height: 38px;
  position: relative;
  transition: all .3s;
}
.main1 .zuo .ul2 a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #858585;
  position: absolute;
  left: 8px;
  top: 14px;
  transition: all .3s;
}
.main1 .zuo .ul2 a:hover {
  color: #115F6B;
}
.main1 .zuo .ul2 a:hover:after {
  border-left-color: #115F6B;
}

.main1 .zuo .ul2 a.active {
  color: #115F6B;
}
.main1 .zuo .ul2 a.active:after {
  border-left-color: #115F6B;
}

.main1 .zuo .ul3 {
  background-color: #C9CED2;
  padding: 10px 20px;
  font-size: 0;
  display: none;
}
.main1 .zuo .ul3.active {
  display: block;
}
.main1 .zuo .ul3 a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #000;
  padding-left: 24px;
  min-width: 50%;
  line-height: 38px;
  position: relative;
  transition: all .3s;
}
.main1 .zuo .ul3 a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #858585;
  position: absolute;
  left: 8px;
  top: 14px;
  transition: all .3s;
}
.main1 .zuo .ul3 a:hover {
  color: #115F6B;
}
.main1 .zuo .ul3 a:hover:after {
  border-left-color: #115F6B;
}
.main1 .you {
  width: calc(100% - 306px);
  float: right;
}
.main1 .you .list {
  display: block;
}
.main1 .you .list .bjcover {
  padding-top: 84%;
}
.main1 .you .list .tt {
  line-height: 50px;
  font-size: 16px;
  color: #000;
  padding: 0 66px 0 20px;
  position: relative;
  background: #fff;
  background-color: #f4f4f4;
}
.main1 .you .list .tt:after {
  content: "";
  width: 54px;
  height: 100%;
  background: url(../images/t9.png) no-repeat center center;
  border-left: 1px solid #ddd;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.main1 .you .list:hover .bjcover {
  transform: scale(1.06)
}
.main1 .you .list:hover .tt {
  background-color: #115F6B;
	color: #fff;
}
/* 优势 */
.main2 .top {
  text-align: center;
  margin-bottom: 55px;
}
.main2 .box {
  font-size: 0;
  text-align: center;
}
.main2 .box .list {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
  padding: 0 12px 30px;
}
.main2 .box .list .tt1 {
  width: 122px;
  height: 122px;
  background: #b7b7b7;
  border-radius: 50%;
  position: relative;
  padding: 13px;
  margin: 0 auto;
}
.main2 .box .list .tt1 span {
  display: block;
  width: 96px;
  height: 96px;
  line-height: 96px;
  background-color: #F9F9F9;
  box-shadow: 0 0 22px rgba(0, 0, 0, .1) inset;
  font-size: 40px;
  font-family: 'Impact';
  color: #333;
  text-align: center;
  border-radius: 50%;
}
.main2 .box .list .tt2 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 14px;
}
.main66 {
  padding: 66px 0;
}
.title {
  text-align: center;
  margin-bottom: 44px;
  position: relative;
  padding-bottom: 15px;
}
.title:after {
  content: "";
  width: 36px;
  height: 4px;
  background: #100962;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.title .div1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 120%;
  color: #333;
  padding-bottom: 5px;
}
.title .div2 {
  font-size: 22px;
  color: #999;
  font-family: 'Arial';
  text-transform: uppercase;
}
.gd {
  display: block;
  width: 150px;
  line-height: 42px;
  text-align: center;
  padding-right: 40px;
  margin: 44px auto 0;
  font-size: 16px;
  color: #fff;
  background: #a7afb5;
  position: relative;
}
.gd:after {
  content: "";
  width: 40px;
  height: 100%;
  background: url(../images/t8.png) no-repeat center center;
  border-left: 1px solid #ddd;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  opacity: 1;
}
.gd:before {
  content: "";
  width: 40px;
  height: 100%;
  background: url(../images/t8-1.png) no-repeat center center;
  border-left: 1px solid #ddd;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  opacity: 0;
}
.gd:hover {
  color: #fff;
  background: #115F6B;
}
.gd:hover:after {
  opacity: 0;
}
.gd:hover:before {
  opacity: .4;
}
.title.titlebs:after {
  background-color: #fff;
}
.title.titlebs .div1 {
  color: #fff;
}
.title.titlebs .div2 {
  color: rgba(255, 255, 255, .6);
}
/* 公司简介 */
.main3 .box {
  background: #fff;
  position: relative;
  min-height: 430px;
  padding: 60px 40px 60px calc(50% + 44px);
}
.main3 .box .bjcover {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.main3 .box .tt1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 22px;
}
.main3 .box .tt1:after {
  content: "";
  width: 44px;
  height: 4px;
  background: #100962;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main3 .box .tt1 span {
  display: block;
  font-size: 11px;
  font-family: 'Arial';
  color: #999;
  text-transform: uppercase;
  margin-top: 2px;
  line-height: 20px;
  font-weight: normal;
}
.main3 .box .tt2 {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
}
.main3 .box .tt3 {
  display: block;
  width: 122px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #a7afb5;
  margin-top: 20px;
  text-align: center;
}
.main3 .box .tt3:hover {
  background-color: #115F6B;
  color: #fff;
}
/* 设备展示 */
.lb4 {
  position: relative;
}
.lb4 .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/t7.png) no-repeat center center;
  left: -88px;
  transition: all .3s;
  opacity: .2;
}
.lb4 .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/t7.png) no-repeat center center;
  right: -88px;
  transform: rotate(180deg);
  transition: all .3s;
  opacity: .2;
}
.lb4 .swiper-button-prev:hover {
  opacity: .8;
}
.lb4 .swiper-button-next:hover {
  opacity: .8;
}
.lb4 .swiper-button-disabled {
  opacity: .01 !important;
}
/*.main4 .list {
  display: block;
}
.main4 .list .bjcover {
  padding-top: 84%;
}
.main4 .list .tt {
  line-height: 50px;
  font-size: 16px;
  color: #000;
  padding: 0 66px 0 20px;
  position: relative;
  background: #fff;
  background-color: #f4f4f4;
}
.main4 .list .tt:after {
  content: "";
  width: 54px;
  height: 100%;
  background: url(../images/t9.png) no-repeat center center;
  border-left: 1px solid #ddd;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.main4 .list:hover .bjcover {
  transform: scale(1.06)
}
.main4 .list:hover .tt {
  background-color: #115F6B;
}*/
.main4 .list{width: calc(50% - 20px);}
.main4 .list .img{position: relative;padding-top:56.26%;min-height: 240px;}
.main4 .list .img video{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-color: #000;}
.main4 .list .tt {
  line-height: 50px;
  font-size: 16px;
  color: #000;
  padding: 0 66px 0 20px;
  position: relative;
  background: #fff;
  background-color: #f4f4f4;
	color: #333;
}
.main4 .list .tt:after {
  content: "";
  width: 54px;
  height: 100%;
  background: url(../images/t9.png) no-repeat center center;
  border-left: 1px solid #ddd;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.main4 .list:hover .tt {
  background-color: #115F6B;
	color: #fff;
}
/* 条幅1 */
.main5 {
  width: 100%;
  overflow: hidden;
}
.main5 img {
  width: 100%;
  display: block;
}
/* 新闻资讯 */
.main6 {
  background: #F4F4F4;
}
.main6 .zuo {
  width: calc(14% + 270px);
  float: left;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .12);
  display: block;
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 10px;
  border: 1px solid #f2efef;
}
.main6 .zuo .bjcover {
  height: 350px;
}
.main6 .zuo:hover .bjcover {
  transform: scale(1.06);
}
.main6 .zuo .tt {
  color: #373737;
  font-size: 17px;
  font-weight: bold;
  padding: 0 40px 0 14px;
  position: relative;
  line-height: 66px;
}
.main6 .zuo:hover .tt {
  color: #000;
}
/* .main6 .zuo .tt:after{content:"";width: 15px;height: 15px;background: url("../images/tu26.png") no-repeat;position: absolute;left: -15px;top:0;bottom:0;margin: auto 0;} */
.main6 .zuo .tt:before {
  content: "";
  width: 19px;
  height: 15px;
  background: url("../images/tu27.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main6 .zuo:hover .tt:before {
  background: url("../images/tu27.png") no-repeat;
}
.main6 .you {
  width: calc(86% - 280px);
  padding-left: 10px;
  float: right;
}
.main6 .you .list {
  display: block;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .12);
  margin-bottom: 10px;
  position: relative;
  padding-left: 196px;
  border: 1px solid #f2efef;
  height: 136px;
  padding-right: 24px;
}
.main6 .you .list .tt1 {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  margin-top: 32px;
  line-height: 18px;
  position: relative;
  padding-left: 26px;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.main6 .you .list .tt1:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/tu26-1.jpg") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.3s;
}
.main6 .you .list .tt1:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #d3d3d3;
  position: absolute;
  left: 26px;
  bottom: 0;
  transition: all 0.3s;
}
.main6 .you .list .tt3 {
  font-size: 13px;
  color: #999999;
  position: relative;
  padding-bottom: 18px;
  padding-left: 26px;
}
.main6 .you .list .tt3:after {
  content: "";
  width: 42px;
  height: 7px;
  background: url("../images/tu28.png") no-repeat;
  position: absolute;
  left: 26px;
  bottom: 0;
  transition: all 0.3s;
  opacity: 1;
}
.main6 .you .list .tt3:before {
  content: "";
  width: 42px;
  height: 7px;
  background: url("../images/tu28.png") no-repeat;
  position: absolute;
  left: 26px;
  bottom: 0;
  transition: all 0.3s;
  opacity: 0;
}
.main6 .you .list .tt2 {
  font-size: 12px;
  color: #999999;
  width: 160px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.main6 .you .list .tt2 b {
  font-size: 40px;
  color: #000;
  font-weight: inherit;
  display: block;
}
.main6 .you .list .tt2 i {
  display: none;
}
.main6 .you .list .tt2 div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main6 .you .list:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
}
.main6 .you .list:hover .tt1 {
  color: #000;
}
.main6 .you .list:hover .tt1:after {
  background: url("../images/tu26.png") no-repeat;
}
.main6 .you .list:hover .tt3:after {
  left: 40px;
  opacity: 0;
}
.main6 .you .list:hover .tt3:before {
  left: 40px;
  opacity: 1;
}
.main6 .you .list:nth-child(n+4) {
  display: none;
}


/* 产品直通车 */
.lb7{position: relative;}

.lb7 .swiper-button-prev{width: 50px;height: 50px;margin-top: -25px;background: url(../images/t7.png) no-repeat center center;left: -88px;transition: all .3s;opacity: .2;}

.lb7 .swiper-button-next{width: 50px;height: 50px;margin-top: -25px;background: url(../images/t7.png) no-repeat center center;right: -88px;transform:rotate(180deg);transition: all .3s;opacity: .2;}

.lb7 .swiper-button-prev:hover{opacity: .8;}

.lb7 .swiper-button-next:hover{opacity: .8;}

.lb7 .swiper-button-disabled{opacity: .01 !important;}

.main7 .list{display: block;border: 1px #ccc solid;}

.main7 .list .bjcover{padding-top: 84%;}

.main7 .list .tt{line-height: 50px;font-size: 16px;color: #000;padding: 0 66px 0 20px;position: relative;background: #fff;background-color: #f4f4f4;}

.main7 .list .tt:after{content: "";width: 54px;height: 100%;background: url(../images/t9.png) no-repeat center center;border-left: 1px solid #ddd;display: block;position: absolute;right: 0;top:0;}

.main7 .list:hover .bjcover{transform:scale(1.06)}

.main7 .list:hover .tt{background-color: #115F6B; color: #fff;}
/* 在线留言 */
.main10 {
  padding: 60px 0;
}
.main10 .tt {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  width: 170px;
  float: left;
  line-height: 30px;
}
.main10 .tt span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  font-family: 'Bell MT';
  text-transform: uppercase;
  padding-top: 8px;
  line-height: 16px;
}
.main10 form {
  display: block;
  width: calc(100% - 170px);
  float: left;
  margin-top: 2px;
}
.main10 form button {
  transition: all 0.3s;
  width: 19%;
  background: #a7afb5;
  border: 0;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  float: left;
}
.main10 form input {
  width: calc(27% - 10px);
  margin-right: 10px;
  ;
  background: #fff;
  border: 0;
  line-height: 46px;
  height: 46px;
  color: #000;
  padding: 0 10px 0 18px;
  float: left;
}
.main10 form textarea {
  width: calc(27% - 10px);
  max-width: calc(27% - 10px);
  ;
  margin-right: 10px;
  ;
  background: #fff;
  border: 0;
  line-height: 46px;
  height: 46px;
  color: #000;
  padding: 0 10px 0 18px;
  float: left;
}
.main10 form button:hover {
  opacity: .88;
}
footer .box1 {
  background: #F4F4F4;
  padding: 60px 0;
}
footer .box1 .list3 {
  width: 26%;
  float: right;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding-top: 15px;
}
footer .box1 .list3 .ewmleft{
  width: 48%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding-top: 15px;
}
footer .box1 .list3 .ewmright{
  width: 48%;
  float: right;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding-top: 15px;
}
footer .box1 .list3 img {
  margin-bottom: 8px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}
footer .box1 .list1 {
  width: calc(58% - 200px);
  float: left;
  padding-top: 15px;
}
footer .box1 .list1 .ul {
  width: 25%;
  float: left;
  padding-right: 18px;
}
footer .box1 .list1 .ul a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding-bottom: 15px;
  position: relative;
  transition: all .2s;
}
footer .box1 .list1 .ul a:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 33px;
}
footer .box1 .list1 .ul a:nth-child(1):after {
  content: "";
  width: 34px;
  height: 2px;
  background: #D8D8D8;
  position: absolute;
  left: 0;
  bottom: 15px;
}
footer .box1 .list1 .ul a:nth-child(n+2):hover {
  color: #000;
}
footer .box1 .list2 {
  width: 29%;
  float: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 8px 40px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
footer .box1 .list2 .tt1 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  font-family: 'Arial';
}
footer .box2 {
  background: #115F6B;
  text-align: center;
  padding: 25px 15px;
  font-size: 14px;
  color: #fff;
}
.ny .you .top {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  line-height: 54px;
  margin-bottom: 25px;
  position: relative;
}
.ny .you .top .top2 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.ny .you .top .top2 a {
  color: #000;
  transition: all .2s;
}
.ny .you .top .top2 a:hover {
  text-decoration: underline !important;
}
.nycp {
  margin: 0 -10px;
}
.nycp .list {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  float: left;
  border: 1px #ccc solid;
}
.nycp.nysp .list{width: calc(50% - 20px);}
.nycp.nysp .list .img{position: relative;padding-top:56.26%;min-height: 240px;}
.nycp.nysp .list .img video{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-color: #000;}
/*内页新闻*/
.nyxw .list2 {
  margin-bottom: 20px;
  display: block;
  padding: 14px;
  border: 1px solid #e9e9e9;
}
.nyxw .list2 .img {
  width: calc(9% + 156px);
  float: left;
}
.nyxw .list2 .img .bjcover {
  height: 200px;
}
.nyxw .list2 .tt {
  float: left;
  width: calc(91% - 156px);
  padding-left: 22px;
}
.nyxw .list2 .tt1 {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  line-height: 27px;
  margin-top: 10px;
}
.nyxw .list2 .tt2 {
  color: #b1b1b1;
  font-size: 12px;
  line-height: 28px;
}
.nyxw .list2 .tt3 {
  color: #333333;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.nyxw .list2 .tt4 {
  width: 96px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  text-align: center;
  color: #333333;
  line-height: 29px;
  margin-top: 14px;
  position: relative;
  padding-right: 20px;
}
.nyxw .list2 .tt4:after {
  content: "";
  width: 10px;
  height: 7px;
  background: url("../images/tu29.png") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
  z-index: 1;
}
/* .nyxw .list2 .tt4:before{content:"";width: 0;height: 7px;background: url("../images/tu29-1.png") no-repeat center center;position: absolute;right: 30px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 2;} */
.nyxw .list2:hover .tt4 {
  background-color: #115F6B;
  color: #fff;
  border-color: #115F6B;
}
/* .nyxw .list2:hover .tt4:before{width: 10px;transition: all 0.3s;right: 20px;} */
.nyxw .list2:hover .img .bjcover {
  transform: scale(1.06);
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 14px;
  line-height: 180%;
}
.danye .topbox {
  margin-bottom: 24px;
  text-align: center;
}
.danye .bt {
  color: #000;
  font-size: 22px;
  padding-bottom: 10px;
}
.danye .rq {
  color: #555555;
  font-size: 14px;
}
.danye .xian {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  border-bottom: 1px dashed #ccc;
}
.danye .img {
  margin: 0 auto 18px auto;
  display: block;
}
.danye .img img {
  display: block;
  margin: 0 auto;
}
.danye .ditu {
  height: 400px;
  position: relative;
  margin: 20px auto;
  border: 1px solid #eee;
}

.cpxq2{margin-top: 30px;}
.cpxq2 .ul{border-bottom: 1px solid #ddd;display: flex;margin-bottom: 20px;}
.cpxq2 .ul a{border: 1px solid #ddd;display: block;min-width: 25%;font-size: 18px;line-height: 28px;color: #444;position: relative;padding: 14px 10px;text-align: center;}
.cpxq2 .ul a:after{content: "";width: 100%;height: 2px;background: #1564a6;background: linear-gradient(to right, #1564a6, #84be42);position: absolute;left: 0;bottom: -1px;opacity: 0;}
.cpxq2 .ul a.active:after{opacity: 1;}
.cpxq2 .ul a.active{color: #1564a6;}
.cpxq2 .ul a:hover{color: #1564a6;}


.cpxq2 .listbox .list{display: none;font-size: 16px;color: #333;line-height: 1.8;}
.cpxq2 .listbox .list.active{display: block;}
.cpxq2 .listbox .list img{max-width: 100%; height: auto; margin-bottom: 5px;}
.cpxq2 .listbox .list table{width: 100%; height: auto;border-collapse:collapse;}
.cpxq2 .listbox .list table td{border: 1px #ccc solid; padding: 5px;}

.liuyan form input {
  width: 100%;
  float: left;
  line-height: 42px;
  height: 44px;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding: 0 14px;
}
.liuyan form textarea {
  width: 100%;
  max-width: 100%;
  height: 138px;
  padding: 10px 14px;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
.liuyan form button {
  width: 100%;
  line-height: 44px;
  background: #115F6B;
  font-size: 14px;
  color: #000;
  border: 0;
  transition: all 0.3s
}
.liuyan form button:hover {
  opacity: 0.88;
}
/*transition: all .2s;*/
/* fde833 */
/* a7afb5 */
/*transform:scale(1.06);*/
/*媒体查询开始*/
@media (max-width:1199px) {
  .main1 .you .list .tt {
    padding: 0 5px;
    text-align: center;
  }
  .main1 .you .list .tt:after {
    display: none;
  }
  .main4 .list .tt {
    padding: 0 5px;
    text-align: center;
  }
  .main4 .list .tt:after {
    display: none;
  }
	.main7 .list .tt{padding: 0 5px;text-align: center;}
    .main7 .list .tt:after{display: none;}
  /*新闻资讯*/
  .main6 .you .list .tt2 {
    width: 130px;
  }
  .main6 .you .list {
    padding-left: 166px;
  }
  footer .box1 .list1 {
    width: calc(58% - 180px);
  }
  footer .box1 .list1 .ul {
    width: calc(25% - 18px);
  }
  footer .box1 .list1 .ul:nth-child(2) {
    width: calc(25% + 18px);
  }
  footer .box1 .list1 .ul:nth-child(3) {
    width: calc(25% + 18px);
  }
  footer .box1 .list2 {
    width: 28%;
    padding: 0 25px;
  }
  footer .box1 .list3 {
    width: 26%;
  }
}
@media (max-width:991px) {
  /*header .box1 {
    display: none;
  }*/
  header .box1 .container-fluid{
	padding-right: 0;
  }
  header .box1 .tt1 {
    display: none;
  }
  header .box2 .logo {
    height: 110px;
    line-height: 110px;
    max-width: calc(100% - 44px);
  }
  .banner .swiper-slide img {
    width: 100%;
    max-width: 100%;
  }
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px -6px !important;
  }
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  /*pc导航*/
  header nav {
    display: none;
    width: 160px;
    float: none;
    padding: 15px 20px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 113;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
  }
  header nav .container-fluid {
    padding: 0;
  }
  header nav ul > li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #eee;
  }
  header nav ul > li:nth-last-child(1) {
    border: 0;
  }
  header nav ul > li:before {
    display: none;
  }
  header nav ul > li > a {
    display: block;
    color: #333;
    font-size: 15px;
    padding: 0;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
  }
  header nav ul > li:hover > a {
    color: #115F6B;
    background: fixed;
  }
  header nav ul > li.active > a {
    color: #115F6B;
    background: fixed;
  }
  header nav ul > li:hover .ul {
    display: none;
  }
  /*移动导航按钮*/
  header .lanmu {
    width: 30px;
    font-size: 0;
    height: 21px;
    position: absolute;
    right: 15px;
    bottom: 45px;
    cursor: pointer;
    z-index: 2;
  }
  header .lanmu i {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #115F6B;
    border-radius: 3px;
    transition: all 0.6s;
  }
  header .lanmu i:nth-child(2), .lanmu i:nth-child(3) {
    width: 40%;
    margin: 6px 0;
  }
  header .lanmu i:nth-child(2) {
    margin-right: 10%;
  }
  header .lanmu i:nth-child(3) {
    margin-left: 10%;
  }
  header .lanmu.active i:nth-child(1) {
    transform: rotate(45deg) translateY(4px) translateX(5px);
  }
  header .lanmu.active i:nth-child(4) {
    transform: rotate(-45deg) translateY(-8px) translateX(8px);
  }
  header .lanmu.active i:nth-child(2) {
    transform: translateX(-30px);
    opacity: 0;
  }
  header .lanmu.active i:nth-child(3) {
    transform: translateX(30px);
    opacity: 0;
  }
  /*内页共用*/
  .main1 {
    min-height: 333px;
    padding: 20px 0 50px;
  }
  .main1 .zuo {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .main1 .you {
    width: 100%;
  }
  .main1 .zuo .top {
    line-height: 48px;
    margin: 0;
    font-size: 18px;
    height: 50px;
    text-align: left;
    padding: 0 30px 2px 56px;
  }
  .main1 .zuo .top span {
    font-size: 11px;
    font-family: 'Arial';
    text-transform: uppercase;
    display: inline;
    padding-left: 11px;
  }
  .main1 .zuo .top i {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    line-height: inherit;
  }
  .main1 .zuo .top img {
    top: 0;
    left: 15px;
  }
  .main1 .zuo .ul {
    margin: 0;
    display: none;
    padding: 0;
  }
  .main1 .zuo .ul > a {
    padding: 0 30px 0 50px;
    font-size: 15px;
    line-height: 46px;
  }
  .main1 .zuo .ul > a:before {
    right: 15px;
  }
  .main1 .zuo .ul {
    padding: 0;
  }
  .main1 .zuo .ul2 a {
    line-height: 32px;
  }
  .main1 .zuo .ul2.active {
    display: none;
  }
  .main1 .zuo .ul2 a:after {
    top: 11px;
  }
  .ssbox .ul {
    width: calc(100% - 300px);
  }
  .ssbox form {
    width: 300px;
  }
  .title .div1 {
    font-size: 24px;
  }
  .title .div2 {
    font-size: 16px;
  }
  .main3 .box {
    padding: 40px 30px 40px calc(50% + 30px);
    min-height: 380px;
  }
  .main3 .box .tt1 {
    font-size: 20px;
  }
  .main3 .box .tt1 span {
    font-size: 10px;
    line-height: 16px;
  }
  /*行业资讯*/
  .main6 .zuo {
    width: 100%;
    margin: 0;
  }
  .main6 .zuo .bjcover {
    height: auto;
    padding-top: 70%;
  }
  .main6 .you {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  /* 在线留言 */
  .main10 .tt {
    width: 100%;
    margin-bottom: 20px;
  }
  .main10 form {
    width: 100%;
  }
  footer .box1 .list1 {
    width: 65%;
  }
  footer .box1 .list2 {
    width: 35%;
    border-right: 0;
    padding-right: 0;
  }
  footer .box1 .list3 {
    display: none;
  }
  .main2 .box .list {
    width: 33.33%;
  }
  .nycp.nysp .list{width: calc(100% - 10px);}
	.main4 .list{width: calc(100% - 20px);}
	
	.cpxq2{margin-top: 25px;}
    .cpxq2 .ul{flex-wrap: wrap;}
    .cpxq2 .ul a{font-size: 15px;line-height: 22px;padding: 11px 18px;}
    .cpxq2 .listbox .list{font-size: 15px;}
}
@media (max-width:767px) {
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
  }
  .ssbox .ul {
    padding-left: 20px;
    height: auto;
    background: url(../images/t3.png) no-repeat left 7px;
    width: 100%;
    max-height: 52px;
    overflow: hidden;
    background-size: 15px !important;
  }
  .ssbox .ul a {
    padding-right: 11px;
    line-height: 26px;
  }
  .ssbox form {
    width: 100%;
    margin-top: 8px;
  }
  .main66 {
    padding: 36px 0;
  }
  .title {
    margin-bottom: 26px;
    padding-bottom: 0;
  }
  .title:after {
    display: none;
  }
  .title .div1 {
    font-size: 22px;
  }
  .title .div2 {
    font-size: 12px;
  }
  .gd {
    font-size: 12px;
    width: 120px;
    line-height: 36px;
    height: 36px;
    margin-top: 26px;
    padding-right: 36px;
  }
  .gd:after {
    width: 36px;
  }
  /* 产品分类 */
  .main1 .you .list .tt {
    font-size: 14px;
    line-height: 40px;
  }
  /* 产品展示 */
  .main2 .top {
    overflow: hidden;
    margin-bottom: 22px;
  }
  .main2 .top img {
    margin-left: -30%;
    width: 160%;
    max-width: 160%;
  }
  .main2 .box .list {
    width: 50%;
    padding: 10px;
  }
  .main2 .box .list .tt1 {
    width: 90px;
    height: 90px;
    padding: 8px;
  }
  .main2 .box .list .tt1 span {
    width: 74px;
    height: 74px;
    line-height: 74px;
    font-size: 30px;
  }
  .main2 .box .list .tt2 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 11px;
  }
  /* 公司简介 */
  .main3 .box {
    min-height: inherit;
    padding: 20px 20px 30px;
  }
  .main3 .box .bjcover {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    padding-top: 66%;
    margin-bottom: 18px;
  }
  .main3 .box .tt1 {
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 6px;
  }
  .main3 .box .tt1:after {
    display: none;
  }
  .main3 .box .tt2 {
    line-height: 28px;
    font-size: 14px;
    height: auto;
    max-height: 280px;
  }
  .main3 .box .tt3 {
    width: 100px;
    font-size: 14px;
    line-height: 36px;
    margin-top: 15px;
  }
  .main4 .list .tt {
    font-size: 14px;
    line-height: 40px;
  }
	.main7 .list .tt{font-size: 14px;line-height: 40px;}
  /* 条幅1 */
  .main5 img {
    width: 230%;
    max-width: 230%;
    margin-left: -38%;
  }
  /*行业资讯*/
  .main6 .zuo {
    box-shadow: 0 0 0;
  }
  .main6 .you .list {
    box-shadow: 0 0 0;
    height: auto;
    padding: 18px 15px 22px;
  }
  .main6 .you .list .tt1 {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    max-height: 52px;
    padding: 0 0 0 22px;
    margin-bottom: 8px;
    font-weight: 400;
    text-overflow: inherit;
    white-space: inherit;
  }
  .main6 .you .list .tt1:after {
    top: 7px;
  }
  .main6 .you .list .tt1:before {
    display: none;
  }
  .main6 .you .list .tt3 {
    padding-left: 0;
    margin-top: 6px;
    text-overflow: inherit;
    white-space: inherit;
    line-height: 22px;
    padding: 0;
    max-height: 66px;
    overflow: hidden;
  }
  .main6 .you .list .tt3:after {
    left: 0;
    display: none;
  }
  .main6 .you .list .tt3:before {
    left: 0;
    display: none;
  }
  .main6 .you .list .tt2 {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    height: inherit;
    font-size: 14px;
    border: 0;
  }
  .main6 .you .list .tt2 b {
    display: none;
  }
  .main6 .you .list .tt2 i {
    display: inline-block;
  }
  .main6 .you .list .tt2 div {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    transform: translateY(0);
    text-align: left;
  }
  .main6 .you .list:after {
    display: none;
  }
  .main6 .zuo .tt {
    font-size: 15px;
    padding: 10px;
    line-height: 0;
    font-weight: normal;
    text-align: center;
  }
  .main6 .zuo .tt:after {
    display: none;
  }
  .main6 .zuo .tt div {
    text-overflow: inherit;
    white-space: inherit;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
  }
  .main6 .zuo .tt:before {
    display: none;
  }
  /* 新闻资讯 */
  .main10 {
    padding: 40px 0;
  }
  .main10 .tt {
    font-size: 22px;
    width: 100%;
  }
  .main10 form button {
    width: 100%;
  }
  .main10 form input {
    width: 100%;
    margin: 0 0 10px;
  }
  .main10 form textarea {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
  footer .box1 {
    padding: 40px 0;
  }
  footer .box1 .list1 {
    width: 100%;
    padding-top: 0;
  }
  footer .box1 .list1 .ul {
    width: 100% !important;
    padding: 0;
    margin-bottom: 16px;
  }
  footer .box1 .list1 .ul a {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 10px 0;
  }
  footer .box1 .list1 .ul a:nth-child(1) {
    font-size: 17px;
    display: block;
    padding-bottom: 6px;
  }
  footer .box1 .list1 .ul a:nth-child(1):after {
    display: none;
  }
  footer .box1 .list2 {
    width: 100%;
    border: 0;
    padding: 0;
    line-height: 28px;
  }
  footer .box1 .list2 .tt1 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  footer .box2 {
    padding: 20px 15px;
  }
  .nycp {
    margin: 0 -5px;
  }
  .nycp .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    float: left;
  }
	.cpxq2 .listbox .list table{width: 100% !important; height: auto !important;border-collapse:collapse !important;}
	.cpxq2 .listbox .list table td{width: auto !important; height: auto !important; border: 1px #ccc solid !important; padding: 2px !important;}
	.cpxq2 .listbox .list table td p,.cpxq2 .listbox .list table td span{font-size: 14px !important;}
}
@media (max-width:600px) {
  header .box2 .logo {
    height: 80px;
    line-height: 80px;
  }
  header .lanmu {
    bottom: 30px;
  }
  /*内页新闻*/
  .nyxw .list2 {
    margin-bottom: 20px;
    padding: 0;
    box-shadow: 0 0 0;
  }
  .nyxw .list2 .img {
    width: 100%;
    float: none;
    margin: 15px 15px 0;
    max-width: calc(100% - 30px);
  }
  .nyxw .list2 .img .bjcover {
    height: auto;
    padding-top: 66%;
  }
  .nyxw .list2 .tt {
    float: none;
    width: 100%;
    padding-left: 0;
    padding: 0 10px;
    padding: 10px 20px 20px;
  }
  .nyxw .list2 .tt1 {
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
    line-height: 24px;
  }
  .nyxw .list2 .tt3 {
    height: auto;
    max-height: 75px;
  }
	.cpxq2 .ul a{min-width: 50%;}
}
@media (max-width:479px) {}
/*手机底部*/
@media (max-width:991px) {
  footer {
    margin-bottom: 51px;
  }
  .sjdibu {
    height: 50px;
    background: #115F6B;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 113;
    border-top: solid 1px #fff;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .sjdibu .box1 a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    padding: 5px;
  }
  .sjdibu .box1 a span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
  .sjdibu .box1 a h6 {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
	color: #fff;
  }
  .sjdibu .box2 {
    position: fixed;
    left: 0;
    bottom: 51px;
    z-index: 112;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
    padding: 6px 0;
    display: none;
  }
  .sjdibu .box2 img {
    max-height: 140px;
    display: block;
    margin: 0 auto;
  }
}