#__bs_notify__ {
  display: none !important;
}
.wid {
  width: 1200px;
  margin: 0 auto;
}
.header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header.acti {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
          box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.header.acti .box {
  height: 62px;
  line-height: 62px;
}
.header .box {
  width: 1260px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  margin: 0 auto;
  padding: 0 40px;
}
.header .box h1 {
  float: left;
  width: 369px;
  height: 100%;
}
.header .box h1 a {
  width: 100%;
  height: 100%;
  display: block;
}
.header .box h1 a img {
  width: 369px;
  height: 40px;
  vertical-align: middle;
}
.header .box ul {
  float: right;
}
.header .box ul li {
  position: relative;
  padding: 0 20px;
}
.header .box ul li:hover .drop-down {
  opacity: 1;
  visibility: initial;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.header .box ul li.acti>a {
  color: #f00;
}
.header .box ul li a {
  font-size: 14px;
  color: #838383;
}
.header .box ul li a:hover {
  color: #f00;
}
.header .box ul li .drop-down {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  width: 210px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .box ul li .drop-down a {
  height: 48px;
  line-height: 48px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-left: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.header .box ul li .drop-down a:hover {
  background: #f2f2f2;
  color: #666;
  padding-left: 40px;
}
.banner {
  position: relative;
  width: 100%;
  height: 650px;
}
.bannerx {
	position: relative;
	width: 100%;
	height: 350px;
	background-image: url(../img/xmwy.jpg);
	background-color: #666;
}
.banner ul li {
  position: absolute;
  width: 100%;
  height: 650px;
  background-attachment: fixed !important;
}
.banner .an {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: rgba(0,0,0,0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.banner .an img {
  width: 18px;
  height: 10px;
}
.banner .an:hover {
  background: #f00;
}
.banner .prev {
  left: 20px;
}
.banner .next {
  right: 20px;
}
.banner .cirl {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
}
.banner .cirl span {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.banner .cirl span.acti {
  background: #f00;
  border-color: #f00;
}
.we-box {
  width: 100%;
  height: 670px;
  overflow: hidden;
  padding: 90px 0;
  background: url("../img/8e17b_1920x800.jpg") center top no-repeat;
}
.we-box .left {
  float: left;
  width: 50%;
}
.we-box .left .top {
  margin-bottom: 20px;
  margin-top: 150px;
}
.we-box .left .top strong {
  font-size: 26px;
  color: #444;
  display: block;
}
.we-box .left .top span {
  font-size: 12px;
  color: #a5a5a5;
  line-height: 1.9;
}
.we-box .left p {
  font-size: 14px;
  color: #848484;
  text-align: justify;
  line-height: 1.7;
}
.we-box .left a {
  margin-top: 50px;
  width: 162px;
  height: 40px;
  display: block;
  border: 1px solid #dcdcdc;
  background: url("../img/e7b8f_300x300.png") no-repeat 34px -93px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.we-box .left a:hover {
  background: url("../img/e7b8f_300x300.png") #fc0 no-repeat 34px -153px;
  border-color: #fc0;
}
.we-box .right {
  position: relative;
  float: right;
  width: 460px;
  height: 480px;
}
.we-box .right img {
  width: 100%;
}
.we-box .right i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  background: url("../img/1fecb_64x64.png") no-repeat;
}
.public-title {
  text-align: center;
  clear: both;
  line-height: 1.3;
}
.public-title strong {
  font-size: 26px;
  color: #444;
}
.public-title p {
  font-size: 12px;
  color: #a5a5a5;
}
.news {
  padding-top: 65px;
  overflow: hidden;
}
.news .box {
  width: 100%;
  display: table;
}
.news .boxx {
	width: 100%;
	display: table;
	font-size: 13px;
	line-height: 23px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.news .boxxx{
	width: 100%;
	display: table;
	font-size: 12px;
	line-height: 23px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.news ul {
  margin-left: -2.333%;
  margin-top: 40px;
}
.news ul li {
	width: 31%;
	margin-left: 2.333%;
	margin-bottom: 25px;
}
.news ul li:hover .pic i {
  height: 36px;
}
.news ul li:hover .text:before {
  width: 100%;
  background: #f00;
}
.news ul li:hover .text .left-date {
  background: #f00;
}
.news ul li:hover .text .left-date strong {
  color: #fff;
}
.news ul li:hover .text .left-date p {
  color: #fff;
}
.news ul li:hover .text .right strong {
  text-decoration: underline;
  color: #f00;
}
.news ul li .pic {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  margin-bottom: 30px;
}
.news ul li .pic img {
  width: 100%;
  min-height: 100%;
}
.news ul li .pic i {
  position: absolute;
  right: 20px;
  top: 174px;
  width: 120px;
  height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url("../img/e7b8f_300x300.png") #f00 8px -218px no-repeat;
}
.news ul li .text {
	position: relative;
	width: 100%;
	height: 130px;
	border-bottom: 1px solid #e6e6e6;
}
.news ul li .text:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news ul li .text .left-date {
  float: left;
  width: 84px;
  height: 77px;
  padding: 14px;
  border: 1px solid #d0d0d0;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news ul li .text .left-date * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news ul li .text .left-date strong {
  font-size: 24px;
  color: #656565;
  display: block;
  font-weight: normal;
}
.news ul li .text .left-date p {
  font-size: 14px;
  color: #8d8d8d;
}
.news ul li .text .right {
  line-height: 1.4;
}
.news ul li .text .right strong {
  font-size: 16px;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: normal;
  margin-bottom: 10px;
}
.news ul li .text .right p {
  font-size: 13px;
  text-align: justify;
  color: #8d8d8d;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-wrap: break-word;
  height: 36px;
}
.product-show {
  padding: 85px 0 100px;
  overflow: hidden;
}
.product-show .boxxx{
	width: 100%;
	display: table;
	font-size: 12px;
	line-height: 23px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.product-show .tabs {
  text-align: center;
  clear: both;
  margin: 30px 0;
}
.product-show .tabs a {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #838383;
  padding: 0 25px;
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-show .tabs a:hover {
  background: #f00;
  color: #fff;
}
.product-show .box {
  width: 100%;
  display: table;
}
.product-show ul {
  margin-left: -2.333%;
}
.product-show ul li {
  width: 31%;
  margin-left: 2.333%;
}
.product-show ul li:hover .pic img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product-show ul li:hover .text {
  background: #f00;
}
.product-show ul li:hover .text p {
  color: #fff;
  margin-top: -10px;
}
.product-show ul li:hover .text span {
  display: block;
  margin-top: -20px;
}
.product-show ul li .pic {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.product-show ul li .pic img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-show ul li .text {
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 1.4;
  padding: 30px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-show ul li .text * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-show ul li .text p {
  font-size: 16px;
  color: #3e3e3e;
  margin-bottom: 20px;
}
.product-show ul li .text span {
  font-size: 13px;
  color: #fff;
}
.product-show .a_more {
  position: relative;
  width: 262px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #9f9f9f;
  display: block;
  margin: 40px auto 0;
  border: 1px solid #dfdfdf;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  clear: both;
  text-align: center;
}
.product-show .a_more i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-show .a_more span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-show .a_more:hover {
  color: #fff;
  border-color: #f00;
}
.product-show .a_more:hover i {
  width: 100%;
  background: #f00;
}
.service {
  width: 100%;
  height: 800px;
  padding-top: 240px;
  background: url("../img/a5fd2_1920x800.jpg") center 150% no-repeat;
  background-attachment: fixed !important;
}
.service .box {
  width: 100%;
  height: 440px;
  overflow: hidden;
}
.service .left {
  width: 30%;
  height: 440px;
  float: left;
  background: #164c90;
  padding: 13px;
}
.service .left .bd {
  position: relative;
  width: 100%;
  height: 414px;
  padding: 80px 0 60px;
  text-align: center;
  border: 1px solid #32629d;
}
.service .left .text {
  width: 80%;
  margin: 0 auto;
  line-height: 1.4;
}
.service .left .text strong {
  font-size: 26px;
  display: block;
  color: #fff;
}
.service .left .text p {
  font-size: 12px;
  color: #a5a5a5;
}
.service .left a {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 162px;
  height: 40px;
  margin-left: -81px;
  border: 1px solid #5578a5;
  background: url("../img/e7b8f_300x300.png") no-repeat 32px -154px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service .left a:hover {
  border-color: #b6b6b6;
}
.service .right {
  width: 70%;
  float: right;
  height: 440px;
  background: #fff;
}
.service .right ul li {
  width: 33.333%;
  height: 440px;
}
.service .right ul li:hover .text {
  background: #f00;
}
.service .right ul li:hover .text .txt {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.service .right ul li:hover .text .txt p {
  color: #fff;
}
.service .right ul li:hover .text .txt span {
  color: #fff;
}
.service .right ul li:hover .text .txt var {
  margin-top: 20px;
}
.service .right ul li:hover .pic img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.service .right ul li .text {
  width: 100%;
  height: 220px;
  text-align: center;
}
.service .right ul li .text .txt {
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service .right ul li .text .txt p {
  color: #838383;
  font-size: 18px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.service .right ul li .text .txt span {
  font-size: 14px;
  color: #848484;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.service .right ul li .text .txt var {
  position: relative;
  width: 122px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin: 40px auto 0;
}
.service .right ul li .text .txt var:hover {
  text-indent: -40px;
}
.service .right ul li .text .txt var:hover i {
  opacity: 1;
  right: 25%;
}
.service .right ul li .text .txt var i {
  position: absolute;
  top: 50%;
  right: 30%;
  margin-top: -5px;
  width: 18px;
  height: 10px;
  background: url("../img/3d276_18x10.png") no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.service .right ul li .pic {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.service .right ul li .pic img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.case {
  padding: 40px 0;
  overflow: hidden;
}
.case ul {
  margin-top: 50px;
  margin-left: -2.333%;
}
.case ul li {
  width: 31%;
  height: 370px;
  margin-left: 2.333%;
}
.case ul li:hover .pic .txt {
  display: none;
}
.case ul li:hover .pic img {
  opacity: 1;
}
.case ul li:hover .text strong {
  opacity: 1;
}
.case ul li:hover .text strong var {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
.case ul li:hover .text strong i {
  -webkit-transform: translateX(45px);
      -ms-transform: translateX(45px);
          transform: translateX(45px);
}
.case ul li .pic {
	width: 100%;
	height: 285px;
	overflow: hidden;
	background-color: #fcfcfc;
}
.case ul li .pic .txt {
  width: 80%;
  margin: 70px auto 0;
  line-height: 2.2;
}
.case ul li .pic .txt strong {
  font-size: 15px;
  color: #ffbc03;
  font-weight: normal;
  display: block;
}
.case ul li .pic .txt p {
  font-size: 13px;
  text-align: justify;
  color: #6c6c6c;
}
.case ul li .pic img {
  width: 100%;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.case ul li .text {
  width: 100%;
  height: 85px;
  background: #e8e8e8;
  padding: 25px;
  overflow: hidden;
  line-height: 48px;
}
.case ul li .text * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.case ul li .text span {
  float: left;
  font-size: 12px;
  color: #9c9c9c;
}
.case ul li .text strong {
  float: right;
  width: 70%;
  color: #000;
  text-align: center;
  opacity: 0;
}
.case ul li .text strong var {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
}
.case ul li .text strong i {
  width: 48px;
  height: 48px;
  display: inline-block;
}
.case ul li .text strong i img {
  width: 100%;
}
.partner {
  position: relative;
  padding-bottom: 80px;
}
.partner .logos {
  position: relative;
  width: 100%;
  padding: 0 38px;
  margin-top: 60px;
  text-align: center;
}
.partner .swiper-button-next {
  width: 22px;
  height: 22px;
  background: #f6f6f6;
  text-align: center;
  line-height: 22px;
  color: #c4c5ca;
  font-size: 16px;
  outline: none;
  font-weight: bold;
  top: 50%;
  margin-top: -11px;
}
.partner .swiper-button-prev {
  width: 22px;
  height: 22px;
  background: #f6f6f6;
  text-align: center;
  line-height: 22px;
  color: #c4c5ca;
  font-size: 16px;
  outline: none;
  font-weight: bold;
  top: 50%;
  margin-top: -11px;
}
.footer {
  background: #f0f0f0;
  padding-top: 70px;
}
.footer .text strong {
  font-size: 16px;
  color: #656766;
  font-weight: normal;
  display: block;
  line-height: 1.4;
}
.footer .text ul {
  width: 100%;
  display: table;
  padding: 26px 0;
  margin-left: -40px;
  border-bottom: 1px solid #e4e4e4;
}
.footer .text ul li {
  font-size: 14px;
  color: #999896;
  margin-left: 40px;
}
.footer .copy {
  padding: 15px 0;
  clear: both;
  font-size: 13px;
  color: #6a6f75;
  line-height: 1.4;
}

/*# sourceMappingURL=style.css.map */
