@charset "UTF-8";

.pager .all-page .page-bd .current-list li,
.pager .all-page .page-hd li {
  float: left;
}

.page-panel {
  *zoom: 1;
}

.page-panel:before,
.page-panel:after {
  content: "";
  display: table;
}

.page-panel:after {
  clear: both;
}

.pager .total-page:after,
.pager .all-page .page-tab:before,
.pager .all-page .page-tab:after {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

/*base*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
blockquot,
filedset,
input,
nav,
aside,
header,
article,
section,
figure,
figcaption,
video,
audio {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

fieldset,
img {
  max-width: 100%;
  height: auto;
  border: 0 none;
  vertical-align: middle;
}

table {
  border-collapse: separate;
  margin: 20px 0 30px 0;
}

input,
select,
textarea,
button {
  font: 12px/20px Arial;
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  outline: 0px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #333 !important;
}

:focus {
  outline: none;
}

.nheader .nnv li a {
  color: #fff
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  font: 14px/20px "Microsoft YaHei", Arial;
  color: #333333;
  line-height: 1;
}

/*新增广告2022-11-23开始*/
.gg_full {
	position: relative;
	margin: 0px auto;
	width: 100%;
	background:#e8e8e8;
}
.gg_full .gg_fbtn {
	position: absolute;
	width: 19px;
	display: none;
	height: 55px;
	top: 10px;
	right: 35px
}
.gg_full .gg_fbtn A {
	display:
	block;
	background: url(../images/gg_btn.png) no-repeat 0px 0px;
	height: 55px;
	overflow: hidden;
	background-color: transparent;
}
.gg_full .gg_fbtn .gg_fclose {
	background: url(../images/gg_btn.png) no-repeat -19px 0px;
}
.gg_full .gg_fcon {
	display: none;
	height: auto;
	box-shadow: 0px 5px 5px 5px rgb(0 0 0 / 70%);
}
.gg_full .gg_fcon a img{
	width:100%;
	height: auto;
}

/*新增广告2022-11-23结束*/


.w {
  max-width: 1400px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  border: 0;
  object-fit: cover;
  vertical-align: middle;
  transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}



/*swiper css*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #000;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-button-disabled {
  opacity: 0.3;
}

/*base end*/

.header {
  width: 100%;
  height: 95px;
  line-height: 95px;
  text-align: center;
  position: relative;
  z-index: 100;

  /*background: linear-gradient(90deg, #1D2432, #1B212E, #374C63);
   background: linear-gradient(90deg, #000, #121417, #23272B);*/
}

.nheader {
 /* background: linear-gradient(90deg, #2D374A, #0F1C37, #243344);*/
  background-color: rgba(0, 0, 0, 0.68);
}

.header .w {
  max-width: 1600px;
}

.header .logo {
  width: 11%;
  float: left;
}

.header .nav {
  width: 68%;
  float: left;
  overflow: hidden;
  padding: 0 3%;
}

.header .nav li {
  width: 15.5%;
  float: left;
  position: relative;
}

.header .nav li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #00cc66;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .3s;
}

.header .nav li a {
  font-size: 18px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.header .nav li:hover:before {
  width: 73px;
}

.header .tel {
  width: 19%;
  float: left;
  font-size: 20px;
  color: #fff;
}

.header-sy {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
}

.header-sy:before {
  content: "";
  width: 51%;
  height: 1px;
  background: -webkit-linear-gradient(left, #37243d, #e65857);
  background: -o-linear-gradient(right, #37243d, #e65857);
  background: -moz-linear-gradient(right, #37243d, #e65857);
  background: linear-gradient(to right, #1c3e78, #00cc66);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.header-sy:after {
  content: "";
  width: 51%;
  height: 1px;
  background: -webkit-linear-gradient(left, #c24108, #3b232d);
  background: -o-linear-gradient(right, #c24108, #3b232d);
  background: -moz-linear-gradient(right, #c24108, #3b232d);
  background: linear-gradient(to right, #00cc66, #1c3e78);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.header-sy a {
  color: #fff;
}

.index-banner {
  position: relative;
}

.index-banner .swiper-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  transition-delay: .3s;
}

.index-banner {
  width: 100%;
  height: auto;
  /* background: url(../images/1.jpg) no-repeat;*/
  background-size: cover;
}

.index-banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: 0 0;
  margin: 0 5px;
  border: solid 2px #fff;
  border-radius: 100%;
}

.index-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0c6;
}


.index-banner .ani-slide dd,
.index-banner .ani-slide dt {
  transform: translateX(0);
  opacity: 1;
}

.cp-fl {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  overflow: hidden;
  z-index: 100;
}

.cp-fl .w {
  max-width: 1600px;
}

.cp-fl li {
  width: 20%;
  float: left;
  position: relative;
}

.cp-fl li:before {
  content: "";
  width: 1px;
  height: 45px;
  background: #62677c;
  display: block;
  position: absolute;
  left: 0;
  top: 24px;
}

.cp-fl li:first-child:before {
  display: none;
}

.cp-fl li a {
  color: #fff;
  text-align: center;
  line-height: 24px;
  display: block;
  padding: 15px 0;
}

.cp-fl li span {
  font-size: 24px;
  font-weight: 300;
}

.cp-fl li p {
  font-size: 18px;
  margin-top: 10px;
}

.cp-fl li:hover span {
  font-weight: 700;
}

.section {
  margin: 100px 0;
}

.section h1,
.section h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.section h1:after,
.section h1:before,
.section h2:after,
.section h2:before {
  content: "";
  width: 76px;
  height: 28px;
  background: url(../images/cpf-3.png) no-repeat;
  display: none;
  margin: 0 45px;
}

.section h1:after,
.section h2:after {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}

.section .text {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  margin: 20px 0 75px 0;
}

.section1 .star-cp {
  width: 100%;
  background: url(../images/lattice-zs01.jpg) right -120px bottom -130px no-repeat;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  position: relative;
  overflow: initial;
}

.section1 .box-six {
  padding: 30px 35px;
  overflow: hidden;
  position: relative;
}

.section1 .box-five {
  width: 200px;
  height: 124px;
  background: url(../images/irregular01.png) no-repeat;
  position: absolute;
  top: 33px;
  right: -106px;
  z-index: 10;
}

.section1 .box-five li {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  text-indent: 20px;
  cursor: pointer;
  transition: all .2s;
}

.section1 .box-five li:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #999;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
}

.section1 .box-five li:last-child {
  margin-top: 30px;
  text-indent: 66px;
}

.section1 .box-five .active {
  color: #333;
  font-weight: 700;
  transition: all .2s;
}

.section1 .box-five .active:after {
  background: #333;
  border: 2px solid #333;
}

.section1 dl {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.section1 dl:before {
  content: "";
  width: 247px;
  height: 160px;
  display: block;
  position: absolute;
  right: -10px;
  bottom: -40px;
}

.section1 dl:first-child:before {
  background: url(../images/star-num01.png) center no-repeat;
}

.section1 dl:nth-child(2):before {
  background: url(../images/star-num022.png) center no-repeat;
}

.section1 .show {
  display: block;
}

.section1 .hide {
  display: none;
}

.section1 dd {
  width: 42.5%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px #ccc;
  position: relative;
  z-index: 1;
}

.section1 dt {
  width: 57.5%;
  float: left;
  padding-left: 4%;
}

.section1 dt i {
  font-size: 133px;
  color: #dc5251;
  font-weight: 800;
  font-family: Arial;
  text-transform: uppercase;
  opacity: .04;
  filter: Alpha(opacity=4);
  position: absolute;
  right: 0;
  top: 0;
}

.section1 dt .star {
  font-size: 18px;
  background: url(../images/star-tb.jpg) left bottom no-repeat;
  padding: 10px 0 0 40px;
  display: block;
  margin: 45px 0 20px 0;
}

.section1 dt h3 a {
  font-size: 36px;
  font-weight: 700;
}

.section1 dt .cp-ys {
  width: 75%;
  background: #fff;
  padding: 5px 26px 5px 45px;
  border-radius: 10px;
  margin: 33px 0 42px 0;
  box-shadow: 0 0 10px #ccc inset;
  position: relative;
  z-index: 20;
}

.section1 dt .cp-ys p {
  font-size: 16px;
  color: #e55756;
  font-weight: 700;
  line-height: 30px;
  margin: 10px 0;
  position: relative;
  transition: all .2s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section1 dt .cp-ys p:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d04a26;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -20px;
  top: 11px;
}

.section1 dt .cp-ys p span {
  font-weight: 400;
}

.section1 dt .cp-ys p:last-child {
  color: #333;
  font-weight: 400;
}

.section1 dt .cp-ys p:last-child:before {
  background: #fff;
  border: 2px solid #333;
}

.section1 dt .cp-ys .ys-tit {
  width: 92px;
  background: url(../images/cao-tb.png) right 18px center no-repeat #fff;
  font-size: 18px;
  color: #dc5251;
  line-height: 30px;
  border-radius: 50px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: -62px;
  box-shadow: -2px 2px 10px #ccc inset;
  z-index: 1;
}

.section1 dt .cp-ys .ys-tit:after,
.section1 dt .cp-ys .ys-tit:before {
  content: "";
  width: 10px;
  height: 51px;
  background: url(../images/pole.png) no-repeat;
  display: block;
  position: absolute;
  top: 30px;
  z-index: -1;
}

.section1 dt .cp-ys .ys-tit:before {
  left: 15px;
}

.section1 dt .cp-ys .ys-tit:after {
  right: 15px;
}

.section1 dt .btn {
  width: 185px;
  font-size: 18px;
  line-height: 50px;
  display: block;
  border-radius: 10px;
  background: url(../images/more-jt.png) right 16% center no-repeat;
  padding: 0 4%;
  box-shadow: 0 0 10px #ccc;
  transition: all .2s;
}

.section1 dt h3 a:hover {
  color: #00cc66;
}

.section1 dt .cp-ys p:hover {
  padding-left: 20px;
}

.section1 dt .btn:hover {
  background: url(../images/more-jt-xz.png) right 16% center no-repeat #00cc66;
  color: #fff;
}

.section2 {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
  margin: 110px 0 100px 0;
}

.section2 .w {
  position: relative;
}

.section2 .bt-box {
  position: absolute;
  left: 0;
  top: 85px;
}

.section2:before {
  content: "";
  /*background: #00cc66;
   width: 55%;*/
  width: 100%;
  height: 100%;
  background: url(../images/bg-cp.png)no-repeat center right;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}

.section2:after {
  /* content: "";*/
  width: 45%;
  height: 100%;
  background: url(../images/lattice-zs02.jpg) right center no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.section2 .w {
  position: relative;
  z-index: 5;
}

.section2 h2:after,
.section2 h2:before,
.section2 h3:after,
.section2 h3:before {
  display: none;
}

.section2 .bt-box {
  color: #fff;
}

.section2 .bt-box span {
  font-size: 36px;
  position: relative;
}

.section2 .bt-box span:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 50px;
  display: block;
  position: absolute;
  right: -30px;
  bottom: 15px;
}

.section2 .bt-box span:after {
  content: "";
  width: 10px;
  height: 3px;
  background: #fff;
  border-radius: 50px;
  display: block;
  position: absolute;
  right: -20px;
  bottom: 8px;
}

.section2 .bt-box h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  margin: 20px 0 65px 0;
}

.section2 .fl {
  width: 70%;
  color: #fff;
  position: relative;
}

.section2 .fl dd {
  width: 52%;
  margin-top: 230px;
}

.section2 .fl h3 a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 65px 0 40px 0;
  display: block;
}

.section2 .fl p {
  font-size: 16px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section2 .fl .btn {
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  background: url(../images/more-tb.png) left center no-repeat;
  display: inline-block;
  padding-left: 55px;
  margin-top: 30px;
  transition: all .2s;
}

.section2 .fl .btn:hover {
  font-size: 20px;
  font-weight: 800;
}

.section2 .fl dt {
  position: absolute;
  right: 0;
  top: 100px;
}

.section2 .fl dt p {
  width: 380px;
  height: 380px;
  background: #fff;
  border-radius: 50%;
  padding: 12%;
  box-shadow: 0 0 5px #e2e2e2;
  position: relative;
}

.section2 .fl i {
  width: 430px;
  height: 430px;
  border: 1px dashed #eddfde;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 575px;
  top: 74px;
  animation-name:myAnimation ;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: myAnimation;
  -webkit-animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.section2 .fl i:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #00cc66;
  background: -webkit-linear-gradient(left top, #12683d, #00cc66);
  background: -o-linear-gradient(bottom left, #12683d, #00cc66);
  background: -moz-linear-gradient(bottom left, #12683d, #00cc66);
  background: linear-gradient(to bottom left, #12683d, #00cc66);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 55px;
  right: 55px;
  z-index: 1;
}

@keyframes  myAnimation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes myAnimation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*.section2 .fl .show {display:block;}*/
.section2 .fl .hide {
  display: none;
}

.section2 .fr {
  width: 25%;
  height: 560px;
  float: right;
  padding-right: 35px;
  position: relative;
}

.section2 .fr:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #999;
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
}

.section2 .fr li {
  width: 100%;
  height: 25%;
  background: url(../images/ep-mht1.png) right center no-repeat;
  background-size: 60px !important;
  padding: 50px 75px 50px 0;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}

.section2 .fr li:nth-child(1) {
  background: url(../images/ep-mht1.png) right center no-repeat;
}

.section2 .fr li:nth-child(2) {
  background: url(../images/ep-mht2.png) right center no-repeat;
}

.section2 .fr li:nth-child(3) {
  background: url(../images/ep-mht3.png) right center no-repeat;
}

.section2 .fr li:nth-child(4) {
  background: url(../images/ep-mht4.png) right center no-repeat;
}

.section2 .fr li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #999;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -35px;
  top: 64px;
  transition: all .2s;
}

.section2 .fr li p {
  font-size: 18px;
  text-align: right;
  padding: 0 0 20px 0;
  position: relative;
}

.section2 .fr li p:before {
  content: "";
  width: 35px;
  height: 2px;
  background: #666;
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  transition: all .2s;
}

.section2 .fr li p:after {
  content: "";
  width: 22px;
  height: 2px;
  background: #333;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .2s;
}

.section2 .fr li p a {
  color: #fff;
}

.section2 .fr .active {
  color: #00cc66;
}

.section2 .fr .active:before {
  border: 2px solid #00cc66;
  transition: all .2s;
}

.section2 .fr .active p:before {
  width: 70px;
  background: #00cc66;
  transition: all .2s;
}

.section2 .fr .active p:after {
  width: 50px;
  background: #00cc66;
  transition: all .2s;
}

.section2 .fr .active:nth-of-type(1) {
  background: url(../images/ep-mht01.png) right center no-repeat;
}

.section2 .fr .active:nth-of-type(2) {
  background: url(../images/ep-mht02.png) right center no-repeat;
}

.section2 .fr .active:nth-of-type(3) {
  background: url(../images/ep-mht03.png) right center no-repeat;
}

.section2 .fr .active:nth-of-type(4) {
  background: url(../images/ep-mht04.png) right center no-repeat;
}

.section3 {
  position: relative;
}

.section3:before {
  /* content: "";*/
  width: 738px;
  height: 738px;
  background: url(../images/bg-zs.png) left top no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -340px;
  transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  z-index: -1;
}

.section3 .news-box {
  width: 100%;
  overflow: hidden;
  margin-top: -20px;
}

.section3 .news-box .news-tit {
  width: 10%;
  float: left;
  position: relative;
  z-index: 1;
}

.section3 .news-box .news-tit li {
  font-size: 24px;
  padding: 35px 0;
  cursor: pointer;
  transition: all .4s;
}

.section3 .news-box .news-tit li:after {
  content: "";
  width: 0;
  height: 4px;
  background: #00cc66;
  display: block;
  border-radius: 50px;
  margin-top: 14px;
  transition: all .4s;
}

.section3 .news-box .news-tit .active {
  font-weight: 700;
  position: relative;
}

.section3 .news-box .news-tit .active:before {
  content: "";
  width: 26px;
  height: 29px;
  background: url(../images/active-sjx.png) no-repeat;
  display: block;
  position: absolute;
  top: 35px;
  right: -10px;
  opacity: .8;
}

.section3 .news-box .news-tit .active:after,
.section3 .news-box .news-tit li:hover:after {
  width: 50px;
}

.section3 .news-box .news-txt {
  width: 90%;
  background: url(../images/syxw-bg.jpg) center top no-repeat;
  float: right;
  padding: 15px 3.3%;
  position: relative;
}

.section3 .news-box .news-txt .show {
  display: block;
}

.section3 .news-box .news-txt .hide {
  display: none;
}

.section3 .news-box .news-txt .list1 {
  overflow: hidden;
  margin-left: -11%;
}

.section3 .news-box .news-txt .list1 li {
  width: 40%;
  background: #f6f9fe;
  float: left;
  margin: 15px 0 15px 10%;
  border-radius: 10px;
  overflow: hidden;
}

.section3 .news-box .news-txt .list1 li dd {
  line-height: 30px;
  background: #ebf3ff;
  padding: 20px 25px;
  position: relative;
}

.section3 .news-box .news-txt .list1 li dd h3 a {
  width: 80%;
  font-size: 18px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.section3 .news-box .news-txt .list1 li dd h3 a:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #3c3d3d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 1px;
}

.section3 .news-box .news-txt .list1 li dd p {
  height: 60px;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section3 .news-box .news-txt .list1 li dd span {
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 25px;
}

.section3 .news-box .news-txt .list1 li dt {
  padding: 15px 25px;
}

.section3 .news-box .news-txt .list1 li dt span {
  background: #00cc66;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
}

.section3 .news-box .news-txt .list1 li dt p {
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}

.section3 .news-box .news-txt .list2 {
  overflow: hidden;
  margin-left: -11%;
  margin-top: 10px;
}

.section3 .news-box .news-txt .list2 li {
  width: 40%;
  float: left;
  line-height: 50px;
  overflow: hidden;
  margin-left: 10%;
  border-bottom: 1px dashed #e6e6e6;
  margin-top: 15px;
}

.section3 .news-box .news-txt .list2 li p a {
  width: 80%;
  float: left;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all .3s;
}

.section3 .news-box .news-txt .list2 li p a:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #3c3d3d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}

.section3 .news-box .news-txt .list2 li span {
  font-size: 16px;
  color: #666;
  float: right;
}

.section3 .news-box .news-txt li:hover a {
  color: #00cc66;
}

.section3 .news-box .news-txt li:hover a:before {
  border: 1px solid #00cc66 !important;
}

.section3 .news-box .news-txt .list2 li:hover p a {
  padding-left: 20px;
}

.section4 dl {
  width: 21%;
  background: #fff;
  float: left;
  margin-left: 4.28%;
  margin-bottom: 4.28%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #d3dfe4;
}

.section4 dl img {
  width: 100%;
  border-radius: 10px;
}

/*.section4 dl:first-child {margin-left:0;}*/
.section4 dl:nth-child(4n+1) {
  margin-left: 0;
}

.section4 dl dt {
  padding: 15px 15px;
  position: relative;
  z-index: 0;
}

.section4 dl h3 a {
  background: url(../images/xg.png) left center no-repeat;
  font-size: 18px;
  line-height: 36px;
  padding-left: 1.2em;
}

.section4 dl p {
  font-size: 16px;
  line-height: 32px;
  margin: 10px 0;
}

.section4 dl p:last-child {
  color: #00cc66;
  font-weight: 700;
}

.section4 dl .btn {
  width: 145px;
  height: 145px;
  background: #00cc66;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -40px;
  bottom: -80px;
  font-size: 16px;
  color: #fff;
  padding: 30px 32px;
}

.section4 dl .btn:before {
  content: "";
  width: 145px;
  height: 145px;
  background: #00cc66;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 20px;
  bottom: -5px;
  z-index: -1;
  opacity: 1;
  transition: all .8s;
}

.section4 dl:hover .btn:before {
  right: 400%;
  opacity: 0;
}

.section5 {
  width: 100%;
  padding: 60px 0;
  /*background: #fff;*/
  overflow: hidden;
  margin: 0;
  background: url(../images/bg-yous.png) no-repeat center bottom;
}

.section5 .w {
  max-width: 1600px;
  padding: 20px 0;
}

.section5 .w h2,
.section5 .w .text {
  color: #fff;

}



/*测试30年经验*/

.section5 .clearfix21 {
  clear: both;
  padding-top: 90px;
  padding-bottom: 120px;
  list-style: none;
}


.section5 .clearfix21::after {

  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;

}

.section5 .clearfix21 li {
  float: left;
  width: 25%;
}

.section5 .clearfix21 li p {
  clear: both;
  display: block;
  text-align: center;
  width: 67.6923076923%;
  margin: 0 auto
}

.section5 .clearfix21 li p img {
  width: 100%
}

.section5 .clearfix21 li span {
  clear: both;
  display: block;
  width: 64.1025641026%;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding-top: 25px
}

.section5 .homefourp1 {
  clear: both;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #0c6;
  line-height: 1
}

.section5 .homefourp2 {
  clear: both;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 40px
}

.section5 .homefourbtn {
  width: 379px;
  height: 69px;
  display: block;
  text-align: center;
  margin: 0px auto 0;
  position: relative;
  z-index: 1;
  font-size: 25px;
  cursor: pointer;
  color: #FEFEFE;
  line-height: 69px
}

.section5 .homefourbtn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(90deg, #2fc178, #064023);
  background: linear-gradient(0deg, #2fc178, #064023);
  border-radius: 35px;
  z-index: -1
}

.section5 .homefourbtn:after {
  content: '';
  width: 96%;
  height: 95.65%;
  background: #104d2e;
  position: absolute;
  left: 2%;
  top: 11.59%;
  z-index: -2;
  border-radius: 33px
}

.section5 .homefourbtn:hover {
  -webkit-animation: hyh 0.5s;
  animation: hyh 0.5s
}


.section6 {
  width: 100%;
  /*  background: #151d3d;
  color: #fff;*/
  /*padding: 60px 0;*/

  overflow: hidden;
  margin: 0;
}

.section6 .w {
  max-width: 1600px;
}

.footer {
  width: 100%;
  background: #2f3e58;
  line-height: 28px;
  padding: 15px 0;
  text-align: center;
  color: #C3C3C3;
}

.footer a {
  color: #C3C3C3;
}

/**/
.location {
  font-size: 16px;
}

.location span {
  color: #0c6;
}

.cpfl-rot {
  width: 100%;
  overflow: hidden;
  padding: 115px 0 10px 0;
}

.cpfl-rot:before {
  content: "";
  width: 927px;
  height: 597px;
  background: url("../images/cplb-bgzs.jpg") no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.cpfl-rot .fl {
  width: 24%;
}

.cpfl-rot .fl .pic {
  width: 154px;
  margin: 20px 0 30px 0;
  position: relative;
}

.cpfl-rot .fl .text {
  font-size: 18px;
  line-height: 36px;
}

.cpfl-rot .fl .text span,
.cplb-tit .left .text span {
  margin: 10px 0;
  display: block;
  background: url(../images/cp-tb.png) left center no-repeat;
  padding-left: 35px;
}

.cpfl-rot .fl .text span:first-child,
.cplb-tit .left .text span:first-child {
  background: none;
  padding-left: 0;
}

.cpfl-rot .fr {
  width: 72.23%;
}

.cpfl-rot .fr ul li {
  width: 48.2%;
  background: url(../images/cprm-bg.jpg) center bottom no-repeat;
  background-size: 100% 100%;
  float: left;
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

.cpfl-rot .fr ul li img {
  border-radius: 10px;
}

.cpfl-rot .fr ul li p a {
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 30px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cpfl-rot .fr ul .cp1 {
  margin-right: 3.6%;
}

.cpfl-rot .fr ul li:before {
  content: "1";
  width: 56px;
  height: 58px;
  background: url("../images/rottb-bg.png") center no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 40px;
  top: 20px;
  font-size: 24px;
  color: #e4554a;
  font-weight: bold;
  line-height: 48px;
}

.cpfl-rot .fr ul .cp2:before {
  content: "2";
}

.cp-kind .list:nth-child(odd) {
  padding: 90px 0;
}

.cp-kind .list:nth-child(even) {
  background: #f5f5f5;
  padding: 50px 0;
}

.cp-kind h3 {
  background: url("../images/cpfl-tb.png") left center no-repeat;
  font-size: 36px;
  font-weight: bold;
  padding-left: 100px;
  display: inline-block;
}

.cp-kind .label {
  background: #12683d;
  background: -webkit-linear-gradient(left top, #12683d, #00cc66);
  background: -o-linear-gradient(bottom left, #ad8d73, #00cc66);
  background: -moz-linear-gradient(bottom left, #12683d, #00cc66);
  background: linear-gradient(to bottom left, #12683d, #00cc66);
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 7px 14px;
  border-radius: 5px;
  position: relative;
  vertical-align: bottom;
  margin-left: 30px;
}

.cp-kind .label:before,
.cp-kind .label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #12683d;
  background: -webkit-linear-gradient(left top, #12683d, #00cc66);
  background: -o-linear-gradient(bottom left, #12683d, #00cc66);
  background: -moz-linear-gradient(bottom left, #12683d, #00cc66);
  background: linear-gradient(to bottom left, #12683d, #00cc66);
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 11px;
}

.cp-kind .label:before {
  left: -5px;
}

.cp-kind .label:after {
  right: -5px;
}

.cp-kind .look-more {
  width: 140px;
  height: 45px;
  background: url("../images/look-detail.png") 20px center no-repeat;
  border: 1px solid #00cc66;
  font-size: 18px;
  line-height: 43px;
  display: block;
  border-radius: 10px;
  padding-left: 50px;
}

.cp-kind .look-more:hover {
  color: #12683d;
}

.cp-kind .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin: 25px 0 35px 0;
}

.cp-kind ul {
  margin-left: -6.2%;
}

.cp-kind li {
  width: 18.8%;
  float: left;
  margin-left: 6.2%;
  text-align: center;
  border-radius: 10px;
  transition: all .3s ease;
}

.cp-kind li img {
  border-radius: 10px;
  transition: all .3s ease;
}

.cp-kind li p a {
  background: url("../images/cp-tb.png") left center no-repeat;
  font-size: 18px;
  line-height: 48px;
  display: inline-block;
  padding-left: 30px;
}

.cp-kind li:hover {
  background: #fff;
  box-shadow: 0 5px 15px #c4c5ca;
}

.cp-kind li:hover img {
  border-radius: 10px 10px 0 0;
}

.cp-kind .cp-wz {
  width: 100%;
  margin-top: 10px;
}

.cp-kind .cp-wz a {
  font-size: 18px;
  border: 1px dashed #dadada;
  padding: 10px;
  border-radius: 5px;
  margin-right: 40px;
  display: inline-block;
  margin-top: 20px;
}

.cp-kind .cp-wz a:hover {
  background: #12683d;
  background: -webkit-linear-gradient(left top, #12683d, #00cc66);
  background: -o-linear-gradient(bottom left, #12683d, #00cc66);
  background: -moz-linear-gradient(bottom left, #12683d, #00cc66);
  background: linear-gradient(to bottom left, #12683d, #00cc66);
  border: 1px solid transparent;
  color: #fff;
}

.video-rot .fr ul li {
  padding: 0;
}

.video-rot .fr ul li img {
  width: 100%;
}

.video-rot .fr ul li:before {
  display: none;
}

.video-rot:before {
  content: "";
  width: 880px;
  height: 597px;
  background: url("../images/cplb-bgzs2.jpg") no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.video-kind .list dl {
  margin-bottom: 40px;
}

.video-kind li p a {
  height: 60px;
  background-position: 10px 6px;
  line-height: 30px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 10px 0 40px;
  margin: 10px 0;
}


.cplb-tit {
  width: 100%;
  position: relative;
  /*height: 400px;*/
}

.cplb-tit .left {
  width: 43%;
  padding: 70px 0;
}

.cplb-tit .left h3 {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  margin: 25px 0 20px 0;
}

.cplb-tit .left p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.cplb-tit .right {
  width: 780px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
}

.cplb-tit .right .loc {
  display: none
}

.cp-title {
  width: 100%;
  position: relative;
  padding: 80px 0;
}

.cp-title ul {
  height: 200px;
  background: #202b4e;
  background: -webkit-linear-gradient(#00cc66, #12683d);
  background: -o-linear-gradient(#00cc66, #12683d);
  background: -moz-linear-gradient(#00cc66, #12683d);
  background: linear-gradient(#00cc66, #12683d);
  padding: 12px 10px;
  border-radius: 40px;
}

.cp-title li {
  width: 24.8%;
  float: left;
  text-align: center;
  transition: all .3s ease;
}

.cp-title li p {
  width: 87%;
  margin: 0 auto;
  position: relative;
  transition: all .3s ease;
}

/*
.cp-title li p:before {
  content: "";
  width: 95px;
  height: 78px;
  background: #fff;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
*/
.cp-title li p a {
  display: block;
  transition: all .3s ease;
}

.cp-title li p img {
  width: 60%;
  position: relative;
  transition: all .3s ease;
}

.cp-title li span a {
  font-size: 18px;
  color: #fff;
  display: block;
  padding-top: 5px;
  transition: all .3s ease;
  line-height: 3
}

.cp-title .cur {
  margin-top: -22px;
}

.cp-title .cur p {
  width: 200px;
  height: 170px;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(32, 43, 78, 0.3);
}

.cp-title .cur p a {
  height: 100%;
  border: 1px solid #ffb5b5;
  border-radius: 15px;
  line-height: 145px;
}

.cp-title .cur p img {
  width: 92%;
}

.cp-title .cur span a {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-top: 20px;
  border-radius: 15px;
}

.cp-lists {
  width: 100%;
  background: #f6f6f6;
  margin-top: 120px;
}

.cp-lists ul {
  overflow: hidden;
  margin-left: -2.8%;
  padding: 60px 0;
}

.cp-lists li {
  width: 47%;
  float: left;
  margin: 5px 0 5px 2.8%;
  text-align: center;
  transition: all .3s ease;
}

.cp-lists li img {
  width: 100%;
  border-radius: 10px;
  transition: all .3s ease;
}

.cp-lists li p a {
  font-size: 24px;
  color: #000;
  display: block;
  padding: 24px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
.cp-lists li:nth-child(1) p a,
.cp-lists li:nth-child(2) p a {
 background: url("../images/flames.png") left center no-repeat;
  display: inline-block;
  padding-left: 30px;
}
*/
.cp-lists li:hover {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px #c4c5ca;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.cp-lists li:hover img {
  border-radius: 10px 10px 0 0;
}

.al-text {
  width: 100%;
  background: #202b4e;
  background: -webkit-linear-gradient(#00cc66, #12683d);
  background: -o-linear-gradient(#00cc66, #12683d);
  background: -moz-linear-gradient(#00cc66, #12683d);
  background: linear-gradient(#00cc66, #12683d);
  padding: 0 3%;
  position: relative;
  border-radius: 100px;
}

.al-text p {
  background: url("../images/al-text.png") left center no-repeat;
  font-size: 16px;
  color: #fff;
  line-height: 78px;
  padding-left: 60px;
}

.al-lists li {
  margin-bottom: 10px;
}

.al-lists li p a {
  background: none !important;
  display: block !important;
  padding: 5px 0 !important;
  font-size: 18px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.video-lists li p a {
  height: 60px;
  background: none !important;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 4% !important;
  margin: 10px 0;
  text-overflow: inherit;
  white-space: inherit;
}

.sp-title li {
  width: 20%;
}

.sp-title li p img {
  width: 50%;
}

.video-tit .left p {
  height: 96px;
}

/**/
.cp-tit:before {
  content: "";
  width: 580px;
  height: 390px;
  background: url(../images/bg-zs.png) left bottom no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.4;
}

.cp-tit .w {
  max-width: 1600px;
}

.cp-tit .fl {
  width: 57.813%;
  position: relative;
  z-index: 5;
}

.cp-tit .fl img {
  width: 100%;
  border-radius: 10px 10px 10px 100px;
  box-shadow: 0 0 15px #d6d6d6;
}

.cp-tit .fr {
  width: 42%;
  background: url(../images/bg-zs.png) left 80px bottom -300px no-repeat #fff;
  background-size: 100%;
  padding: 50px 80px 70px 50px;
  border-radius: 0 0 90px 0;
  box-shadow: 0 0 40px rgba(204, 204, 204, 0.3);
  position: relative;
  margin-top: 30px;
  z-index: 0;
}

.cp-tit .fr:before {
  content: "environmental";
  font-size: 87px;
  color: red;
  font-family: Arial;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  opacity: .03;
  filter: Alpha(opacity=4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cp-tit .fr h1 {
  font-size: 36px;
  font-weight: 700;
}

.cp-tit .fr .ys {
  height: 40px;
  background: #fcfcfd;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px 20px 0 0;
  box-shadow: 0 0 10px #ccc inset;
  margin: 25px 0 -5px 0;
  display: inline-block;
  padding: 0 15px;
}

.cp-tit .fr .cs {
  width: 100%;
  background: #1d284a;
  padding: 1px 15px;
  border-radius: 5px 30px 0 0;
  box-shadow: 0 0 10px #ccc;
  position: relative;
}

.cp-tit .fr .cs p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  background: url(../images/cp-tb2.png) left 9px no-repeat;
  padding-left: 25px;
  margin: 15px 0;
}

.cp-tit .fr .spec {
  width: 100%;
  background: #fcfcfd;
  border-radius: 0 0 5px 30px;
  padding: 15px 0;
  box-shadow: 0 0 10px #ccc inset;
  overflow: hidden;
}

.cp-tit .fr .spec dd {
  width: 25%;
  float: left;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  border: 1px dashed #e7e7e7;
  padding: 8px 0;
  border-radius: 0 5px 30px 0;
}

.cp-tit .fr .spec dd span {
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.cp-tit .fr .spec dt {
  width: 75%;
  float: left;
  overflow: hidden;
}

.cp-tit .fr .spec dt p {
  width: 25%;
  float: left;
  font-size: 16px;
  text-align: center;
}

.cp-tit .fr .spec dt p img {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto 8px auto;
  border: 2px solid #1d2847;
  border-radius: 5px;
}

.cp-tit .fr .cp-jy {
  padding: 30px 20px 30px 77px;
  position: relative;
}

.cp-tit .fr .cp-jy:before {
  content: "";
  width: 42px;
  height: 77px;
  background: url(../images/cartoon03.png) no-repeat;
  background-size: 100%;
  display: block;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  position: absolute;
  left: 25px;
  bottom: -2px;
}

.cp-tit .fr .cp-jy span {
  font-size: 18px;
  padding: 14px;
  border: 1px dashed #ccc;
  border-radius: 5px;
  display: block;
}

.cp-tit .fr .btn {
  width: 180px;
  background: url(../images/zxzs-btn2.png) 16px center no-repeat #fff;
  display: block;
  border-radius: 5px 5px 20px 5px;
  box-shadow: 0 0 5px #9e9e9e;
  position: absolute;
  right: 80px;
  bottom: -20px;
}

.cp-tit .fr .btn a {
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  display: block;
  padding-left: 44px;
  color: #12683d;
}

.cp-tit .fr .btn:hover {
  background: #12683d;
  background: -webkit-linear-gradient(left top, #12683d, #00cc66);
  background: -o-linear-gradient(bottom left, #12683d, #00cc66);
  background: -moz-linear-gradient(bottom left, #12683d, #00cc66);
  background: linear-gradient(to bottom left, #12683d, #00cc66);
}

.cp-tit .fr .btn:hover a {
  -webkit-text-fill-color: #fff;
  background: url(../images/zxzs-btn.png) 16px center no-repeat;
  color: #fff;
}

.cp-md {
  margin: 40px 0;
  position: relative;
}

.al-md:before {
  content: "";
  width: 580px;
  height: 390px;
  background: url(../images/bg-zs.png) 160px bottom no-repeat;
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
  opacity: 0.4;
  z-index: -1;
}

.cp-md .fl {
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc inset;
}

.cp-md .fl li {
  width: 200px;
  float: left;
  margin-left: 40px;
}

.cp-md .fl li:first-child {
  margin: 0;
}

.cp-md .fl li a {
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  display: block;
}

.cp-md .fl li:hover a {
  background: #1d284a;
  color: #fff;
  border-radius: 10px;
}

.cp-md .fr {
  font-size: 18px;
  margin-right: 100px;
  margin-top: 12px;
}

.cp-md .fr strong {
  font-size: 36px;
  color: #12683d;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(#12683d, #00cc66);
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

.cp-cont {
  overflow: hidden;
}

.cp-cont .fl {
  width: 100%;
}

.cp-cont .alfl {
  width: 70%;
}

.fl .fontss {
  font-size: 19px;
  font-weight: bold;
  color: #E53333;
}

.cp-cont .fl h2,
.cp-cont .fl h3 {
  font-size: 24px;
  font-weight: 700;
  background: url(../images/cp-tb.png) no-repeat left center;
  padding-left: 35px;
  margin: 40px 0 20px 0;
}

.cp-cont .fl h4 {
  font-size: 20px;
  font-weight: bold;
  text-indent: 1.5em;
  margin: 40px 0 20px 0;
}

.cp-cont .fl p {
  font-size: 16px;
  line-height: 36px;
  margin: 20px 0;
}

.cp-cont .fl p video {
  width: 700px;
  max-width: 100%;
  margin-left: -2em;
}

/*
.cp-cont .fl p img {
  margin-left: -2em;
}
*/
.cp-cont .fl a {
  color: black;
}

.cp-cont .fl a:hover {
  text-decoration: underline;
}

.cp-cont .fr {
  width: 26%;
  border: 1px dashed #ebebeb;
  border-radius: 10px;
  padding: 0 28px;
  margin-top: 100px;
}

.cp-cont .fr h3 {
  font-size: 26px;
  background: url(../images/cp-tb.png) no-repeat left center;
  padding-left: 35px;
  margin: 25px 0;
}

.cp-cont .fr li {
  margin: 20px 0;
  text-align: center;
  transition: all .3s ease;
}

.cp-cont .fr li img {
  border-radius: 10px;
}

.cp-cont .fr li p a {
  font-size: 18px;
  line-height: 50px;
  display: block;
}

.cp-cont .fr li:hover {
  background: #fff;
  box-shadow: 0 5px 15px #c4c5ca;
  border-radius: 10px;
}

.cp-cont .fr li:hover img {
  border-radius: 10px 10px 0 0;
}

.cp-cont .more-cp {
  margin-top: 80px;
  padding: 0 0 0 40px;
}

.cp-cont .more-cp h3 {
  margin: 25px 0 10px 0;
}

.cp-cont .more-cp ul {
  overflow: hidden;
  padding: 10px 0;
}

.cp-cont .more-cp li {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0;
}

.cp-cont .more-cp li a {
  font-size: 16px;
  background: url(../images/cp-tb2.png) left center no-repeat;
  padding: 12px 0 12px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.cp-cont .more-cp li:hover,
.news-cont .news-qt li:hover {
  box-shadow: none;
  padding-left: 10px;
}

.cp-cont .more-cp p {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 20px 0;
}

.cp-cont .more-cp p span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.cp-cont .more-cp p a {
  width: 100%;
  font-size: 16px;
  background: url(../images/cp-tb2.png) left center no-repeat;
  padding: 12px 0 12px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
}

.cp-news {
  padding: 35px 60px;
  border-radius: 10px;
  box-shadow: 0 -2px 10px #e0e0e0;
}

.cp-360 {
  position: relative;
}

.cp-360 .w {
  max-width: 1600px;
}

.cp-360:before,
.cp-360:after {
  content: "";
  width: 580px;
  height: 390px;
  background: url(../images/bg-zs.png) 160px bottom no-repeat;
  display: block;
  position: absolute;
  opacity: 0.4;
  z-index: -1;
}

.cp-360:before {
  top: -200px;
  left: 0;
  background-position: left bottom;
}

.cp-360:after {
  top: 0;
  right: 0;
}

.cp-360 h3 {
  font-size: 30px;
  font-weight: bold;
}

.cp-360 .text {
  font-size: 18px;
  color: #666666;
  margin: 30px 0 40px 0;
}

.pic-360 {
  width: 100%;
  height: 590px;
  background: url("../images/360-bg.jpg") center no-repeat;
  background-size: 100% 100%;
  padding: 2% 0;
  position: relative;
}

#KeyShotVR {
  cursor: pointer;
}

.pic-360 .notes {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 10px 0;
}

.GaugeMeter SPAN,
.GaugeMeter B {
  display: none;
}

.GaugeMeter {
  width: 230px;
  height: 230px;
  position: absolute;
}

.pic-360 .left {
  left: 215px;
  top: 25%;
}

.pic-360 .right {
  right: 215px;
  top: 25%;
}

.num-gd {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  color: #3354b4;
  text-align: center;
  position: absolute;
  left: 0;
  top: 34%;
}

.num-gd em {
  font-weight: bold;
}

.num-gd p {
  font-size: 24px;
  color: #ed0e0e;
  margin-top: 25px;
}

.pic-360 .right .num-gd {
  color: #ed0e0e;
}

.pic-360 .right .num-gd p {
  color: #3354b4;
}

/**/
.news-tit .left {
  padding: 40px 0 0 0;
}

.hy-news {
  width: 100%;
  overflow: hidden;
  margin: 100px 0 60px 0;
}

.hy-news .title {
  width: 100%;
  background: #f3f3f3;
  margin-bottom: -40px;
}

.cp-zs .fr .title a,
.hy-news .title a,
.other-news .title a,
.qy-news .title a,
.rot-news .l3 .title a {
  font-size: 30px;
  font-weight: 700;
  line-height: 80px;
  display: block;
  padding: 0 60px;
}

.hy-news .fl {
  width: 18.6%;
}

.hy-news .fl a {
  background: url(../images/look-more.png) left center no-repeat;
  font-size: 18px;
  padding: 30px;
  display: block;
  margin: 50px 0 50px 60px;
}

.hy-news .fr {
  width: 81.4%;
}

.hy-news .news-pic li {
  width: 29.84%;
  float: left;
  margin-left: 5.24%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #adadad;
  transition: all .3s ease;
}

.hy-news .news-pic li:first-child {
  margin-left: 0;
}

.hy-news .news-pic li .text {
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  transition: all .3s ease;
}

.hy-news .news-pic li .text p a {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all .3s ease;
}

.hy-news .news-pic li .text span {
  font-size: 14px;
  color: #fff;
}

.hy-news .news-pic li:hover .text {
  height: 100%;
}

.hy-news .news-pic li:hover .text p a {
  height: 100%;
  font-size: 20px;
  line-height: 36px;
  text-overflow: initial;
  white-space: normal;
  overflow: auto;
  padding: 20% 10%;
}

.hy-news .news-pic li:hover span {
  display: none;
}

.hy-news .news-txt {
  margin-left: -3.83%;
  margin-top: 25px;
}

.hy-news .news-txt li {
  width: 29.5%;
  margin-left: 3.83%;
  float: left;
}

.hy-news .news-txt li a {
  font-size: 16px;
  line-height: 45px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/cp-tb.png) no-repeat left center;
  padding-left: 35px;
}

.cp-zs .fl li:hover a,
.hy-news .news-txt li:hover a,
.other-news .fl li:hover a,
.other-news .fr .text h4 a:hover {
  color: #fe5524;
}

.cp-zs {
  width: 100%;
  background: #f3f3f3;
  padding: 65px 0;
  overflow: hidden;
  position: relative;
}

.cp-zs:before {
  content: "Product knowledge";
  width: 100%;
  font-size: 109px;
  color: #333;
  font-family: Arial;
  font-weight: 800;
  text-align: center;
  position: absolute;
  top: 0;
  opacity: 0.02;
  display: none\9;
}

.cp-zs .fl {
  width: 31.42%;
  position: relative;
}

.cp-zs .fl li {
  border-bottom: 1px dashed #999;
  padding: 0 70px 20px 0;
  margin-bottom: 35px;
}

.cp-zs .fl li:last-child {
  margin: 0;
  border: none;
}

.cp-zs .fl h4 a {
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../images/cp-tb.png) no-repeat left center;
  padding-left: 35px;
}

.cp-zs .fl span {
  font-size: 14px;
  color: #666;
  display: block;
  margin: 15px 0 10px 30px;
}

.cp-zs .fl p {
  height: 56px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cp-zs .fc {
  width: 55%;
  float: left;
  position: relative;
  border-radius: 10px;
}

.cp-zs .fc:before {
  content: "";
  width: 219px;
  height: 230px;
  background: url(../images/cartoon02.jpg) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  right: -280px;
  bottom: 0;
}

.cp-zs .fc img {
  width: 100%;
  border-radius: 10px;
}

.cp-zs .fc p a {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.cp-zs .fr {
  width: 13.58%;
  text-align: right;
}

.cp-zs .fr .title a {
  padding: 0;
  line-height: normal;
}

.cp-zs .fr .text {
  font-size: 16px;
  color: #e70000;
  line-height: 36px;
  margin: 10px 0 30px 0;
}

.cp-zs .fr .look-more {
  width: 130px;
  height: 42px;
  background: #12683d;
  background: -webkit-linear-gradient(left top, #12683d, #00cc66);
  background: -o-linear-gradient(bottom left, #12683d, #00cc66);
  background: -moz-linear-gradient(bottom left, #12683d, #00cc66);
  background: linear-gradient(to bottom left, #12683d, #00cc66);
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  border-radius: 5px;
}

.cp-zs .fr .look-more:hover {
  background: -webkit-linear-gradient(left top, #00cc66, #12683d);
  background: -o-linear-gradient(bottom left, #00cc66, #12683d);
  background: -moz-linear-gradient(bottom left, #00cc66, #12683d);
  background: linear-gradient(to bottom left, #00cc66, #12683d);
}

.other-news {
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}

.other-news:before,
.other-news:after,
.qy-news:before,
.qy-news:after {
  content: "";
  width: 738px;
  height: 738px;
  background: url("../images/bg-zs.png") -118px 380px no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}

.other-news:before,
.qy-news:before {
  left: 0;
  bottom: 0;
}

.other-news:after,
.qy-news:after {
  right: 0;
  top: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.other-news .title {
  margin: 0 0 40px 0;
  position: relative;
}

.other-news .title a {
  padding: 0;
  line-height: normal;
}

.other-news .fl {
  width: 37.8%;
}

.other-news .fl li {
  border-bottom: 1px dashed #999999;
  padding: 0 70px 20px 0;
  margin-bottom: 35px;
  position: relative;
}

.other-news .fl li h4 a {
  width: 80%;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../images/cp-tb.png) no-repeat left center;
  padding-left: 35px;
}

.other-news .fl li span {
  font-size: 14px;
  color: #666666;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.other-news .fl li p {
  width: 80%;
  height: 56px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.other-news .fr {
  width: 55%;
}

.other-news .fr img {
  width: 100%;
  border-radius: 10px;
}

.other-news .fr .text {
  background: #fff;
  margin: -40px 0 0 14%;
  position: relative;
  border-radius: 10px;
  padding: 35px 60px 25px 60px;
  box-shadow: 0 10px 15px #d1d7e4;
}

.other-news .fr .text:before {
  content: "";
  width: 24px;
  height: 15px;
  background: url("../images/xyd-zs.jpg") no-repeat;
  display: block;
  position: absolute;
  left: -16px;
  top: 45px;
}

.other-news .fr .text h4 a {
  font-size: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.other-news .fr .text dl {
  overflow: hidden;
  margin: 20px 0;
}

.other-news .fr .text dd {
  overflow: hidden;
  float: left;
}

.other-news .fr .text dd p {
  font-size: 16px;
  color: #333333;
  float: left;
  margin-right: 28px;
}

.other-news .fr .text dd p span {
  width: 16px;
  height: 16px;
  background: #12683d;
  background: -webkit-linear-gradient(left top, #fc211e, #12683d);
  background: -o-linear-gradient(bottom left, #fc211e, #12683d);
  background: -moz-linear-gradient(bottom left, #fc211e, #12683d);
  background: linear-gradient(to bottom left, #fc211e, #12683d);
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  margin-right: 10px;
  border-radius: 2px;
}

.other-news .fr .text dt {
  float: left;
  background: url("../images/time.png") left center no-repeat;
  background-size: 12px;
  padding-left: 20px;
  color: #666666;
  line-height: 16px;
}

.other-news .fr .text p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rot-news {
  width: 100%;
  background: #f3f3f3;
  padding: 80px 0;
}

.rot-news ul {
  position: relative;
}

.rot-news li {
  width: 29.5%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 15px #d8d9da;
}

.rot-news li img {
  width: 100%;
}

.rot-news li p a {
  height: 56px;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin: 15px 22px 10px 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.rot-news li span {
  background: url("../images/time.png") left center no-repeat;
  background-size: 14px;
  padding-left: 25px;
  color: #666666;
  display: block;
  margin: 10px 0 20px 22px;
}

.rot-news .l3,
.rot-news .l4 {
  margin: 0 auto;
}

.rot-news .l3 {
  background: url(../images/news-rdzs.png) center bottom -53px no-repeat #fff;
  text-align: center;
  padding: 15px 22px;
  margin-bottom: 85px;
}

.rot-news .l3 .nk {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 25px #e2e2e2;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
}

.rot-news .l3 .nk:before,
.rot-news .l3 .nk:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/news-ydzs.jpg) no-repeat;
  display: block;
  position: absolute;
  top: 10px;
}

.rot-news .l3 .nk:before {
  left: 10px;
}

.rot-news .l3 .nk:after {
  right: 10px;
}

.rot-news .l3 .title a {
  line-height: normal;
  height: auto;
  background: url("../images/flames2.png") left center no-repeat;
  padding: 0 0 0 40px;
  display: inline-block;
  margin: 5px 0;
}

.rot-news .l3 .text {
  font-size: 18px;
  line-height: 36px;
}

.rot-news .same {
  position: absolute;
}

.rot-news .l1 {
  left: 0;
  top: 0;
}

.rot-news .l2 {
  left: 0;
  bottom: 0;
}

.rot-news .l5 {
  right: 0;
  top: 0;
}

.rot-news .l6 {
  right: 0;
  bottom: 0;
}

.qy-news {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.qy-news .title {
  position: relative;
}

.qy-news .title a {
  padding: 0;
}

.qy-news ul {
  overflow: hidden;
  margin-left: -19.8%;
}

.qy-news ul li {
  width: 33.2%;
  float: left;
  margin-left: 16.8%;
  line-height: 60px;
  overflow: hidden;
}

.qy-news ul li span {
  font-size: 14px;
  float: right;
  color: #999;
  background: url(../images/time.png) left center no-repeat;
  background-size: 14px;
  padding-left: 25px;
}

.qy-news ul li p {
  width: 75%;
  float: left;
  text-align: left;
}

.qy-news ul li p a {
  font-size: 16px;
  display: block;
  background: url(../images/cp-tb.png) no-repeat left center;
  transition: all ease 0.5s;
  padding-left: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.qy-news ul li:hover p a {
  color: #d81919;
  padding-left: 50px;
}

/**/
.news-lists {
  width: 100%;
  overflow: hidden;
  margin-top: 190px;
}
/*
.news-lists .fl {
  width: 70%;
}
*/
.news-lists .fl .headlines {
  width: 100%;
  background: #f5f5f5;
  padding: 40px;
}

.news-lists .fl .headlines h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.news-lists .fl .headlines p {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-lists .fl ul {
  margin-top: 20px;
}

.news-lists .fl li {
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}

.news-lists .fl li span {
  font-size: 14px;
  float: right;
  color: #999;
}

.news-lists .fl li p {
  width: 75%;
  float: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-lists .fl li p a {
  font-size: 16px;
  display: block;
  background: url(../images/cp-tb.png) no-repeat left center;
  transition: all ease 0.5s;
  padding-left: 30px;
}

.news-lists .fl li:hover p a {
  color: #00cc66;
  padding-left: 50px;
}

.news-lists .fr {
  width: 26%;
}

.news-lists .fr h4 a {
  background: #55566c;
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  display: block;
}

.news-lists .fr ul {
  border: 1px solid #f5f5f5;
}

.news-lists .fr li h5 a {
  background: #f5f5f5;
  font-size: 18px;
  color: #eb2d1e;
  line-height: 50px;
  display: block;
  padding: 0 20px;
}

.news-lists .fr li p,
.cpxg-lists .fr p {
  overflow: hidden;
  padding: 10px 20px;
}

.news-lists .fr li p a,
.cpxg-lists .fr p a {
  width: 100%;
  font-size: 14px;
  float: left;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cpxg-lists,
.news-lists .fl ul {
  margin: 0;
}

.cpxg-lists .fr p {
  border: 1px solid #f5f5f5;
}

/**/
.wz-box {
  padding: 50px 0 20px 0;
}

.news-title h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  background: url("../images/news-title.png") left center no-repeat;
  padding-left: 40px;
}

.news-title p {
  margin: 20px 0 50px 0;
}

.news-title span {
  font-size: 16px;
  color: #666666;
  padding-left: 30px;
}

.news-title .author {
  background: url("../images/author.png") left center no-repeat;
  margin-right: 30px;
}

.news-title .date {
  background: url("../images/time.png") left center no-repeat;
}

.news-cont {
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 30px #d8d8d8;
  position: relative;
  overflow: inherit;
}

.news-cont:before {
  content: "";
  width: 75px;
  height: 35px;
  background: url(../images/news-nrzs.jpg) left center no-repeat;
  display: block;
  position: absolute;
  left: -56px;
  top: 82px;
}

.news-cont .daodu {
  width: 780px;
  background: #00000000;
  border-radius: 10px;
  padding: 10px 30px;
  position: absolute;
  right: 0px;
  top: -44px;
}

.news-cont .daodu:before {
  content: "";
  width: 86px;
  height: 157px;
  background: url("../images/cartoon03.png") no-repeat bottom;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 20px;
  top: -85px;
  z-index: -1;
}

.news-cont .daodu:after {
  display: none;
  content: "";
  width: 0;
  border-bottom: 15px solid #f5f5f5;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: -10px;
  right: 48px;
}

.news-cont .daodu p {
  font-size: 24px;
  line-height: 32px;
  text-align: right;
}

.news-cont .daodu p strong {
  font-size: 24px;
  color: #12683d;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(#12683d, #00cc66);
}

.news-cont .daodu a {
  width: 94px;
  height: 27px;
  background: #12683d;
  background: -webkit-linear-gradient(#12683d, #00cc66);
  background: -o-linear-gradient(#12683d, #00cc66);
  background: -moz-linear-gradient(#12683d, #00cc66);
  background: linear-gradient(#12683d, #00cc66);
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  color: #fff;
  position: absolute;
  right: 50px;
  bottom: -14px;
  border-radius: 5px;
}

.news-cont .fl {
  width: 72%;
  min-height: 1420px;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.75em;
 /* text-indent: 2em;*/

}


.news-cont .fr {
  width: 22%;
}

.news-cont .news-qt {
  padding: 0 20px;
  margin-top: 40px;
}

.news-cont .news-qt li {
  margin: 0;
}

.news-cont .news-qt li p a {
  background: url(../images/cp-tb2.png) left center no-repeat;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 20px;
}

.bqonline {
  padding: 0px 10px;
  background: url(../images/bqonline-bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  text-indent: 0;
}

.bqonline:hover {
  text-decoration: none;
}

.news-cont .prev {
  width: 72%;
  overflow: hidden;
}

.news-cont .prev p {
  width: 100%;
  font-size: 16px;
  line-height: 60px;
}

.news-cont .prev p:first-child {
  border-bottom: 1px solid #ccc;
}

.news-cont .prev p span {
  font-weight: bold;
  font-size: 16px;
}

.news-cont .prev p a {
  width: 85%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.news-xg {
  width: 100%;
  margin: 80px auto;
}

.news-xg dl {
  overflow: hidden;
  line-height: 60px;
  padding: 0 25px;
  border-radius: 10px;
}

.news-xg dd h3 {
  font-size: 24px;
  font-weight: bold;
  background: url("../images/xg.png") left center no-repeat;
  padding-left: 35px;
}

.news-xg dt a {
  font-size: 16px;
  color: #666666;
  background: url("../images/more-jt.png") right center no-repeat;
  padding: 0 20px;
  display: block;
}

.news-xg ul {
  overflow: hidden;
}

.news-xg li {
  width: 33.3%;
  float: left;
  /*border-bottom:1px solid #ffecec;*/
  padding: 0 30px;
}

.news-xg li a {
  font-size: 16px;
  line-height: 70px;
  display: block;
  background: url(../images/cp-tb2.png) no-repeat left center;
  padding-left: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.message {
  width: 100%;
  background: #264675;
  padding: 65px 0;
}

.message dd {
  width: 45%;
  background: url(../images/bg-zs.png) center no-repeat #fff;
  background-size: 100%;
  padding: 34px 60px;
  border-radius: 10px 0 0 10px;
  position: relative;
}

.message dd:before {
  content: "";
  width: 70px;
  height: 507px;
  background: url(../images/msg-zs.png) center no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  right: -66px;
  top: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(7deg);
}

.message dd h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  background: url(../images/msg-tb.png) left center no-repeat;
  padding-left: 50px;
}

.message dd .msg-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  margin: 30px 0;
  box-shadow: 0 0 20px #dcdcdc;
}

.message dd .msg-box p {
  font-size: 18px;
  line-height: 40px;
  position: relative;
}

.message dd .msg-box p input,
.message dd .msg-box p textarea {
  width: 88%;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-family: ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ;
  padding-left: 50px;
}

.message dd .msg-box .msg-tel {
  margin: 25px 0;
  position: relative;
}

.message dd .msg-box .msg-tel:after {
  content: "*";
  font-size: 20px;
  color: red;
  line-height: 1;
  position: absolute;
  left: 58px;
  top: 4px;
}

.message dd .msg-box .msg-text textarea {
  height: 120px;
  vertical-align: top;
  padding: 18px 50px;
}

.message dd .msg-sub {
  width: 140px;
  height: 35px;
  background: #00cc66;
  background: -webkit-linear-gradient(left top, #12683d, #00cc66);
  background: -o-linear-gradient(bottom left, #12683d, #00cc66);
  background: -moz-linear-gradient(bottom left, #12683d, #00cc66);
  background: linear-gradient(to bottom left, #12683d, #00cc66);
  display: block;
  border: none;
  border-radius: 5px 5px 20px 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  float: right;
  box-shadow: 0 0 10px #ccc;
  transition: all .3s ease;
}

.message dd .msg-sub:hover {
  border-radius: 5px 20px 5px 20px;
}

.message dt {
  width: 58%;
  margin-left: -3%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.message dt img {
  width: 100%;
}

.message dd .msg-box p:before {
  content: '';
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 65px;
}

.message dd .msg-box .msg-name:before {
  content: '';
  background: url(../images/msg-name.png) center no-repeat;
}

.message dd .msg-box .msg-tel:before {
  content: '';
  background: url(../images/msg-tel.png) center no-repeat;
}

.message dd .msg-box .msg-text:before {
  content: '';
  background: url(../images/msg-text.png) center no-repeat;
  top: 14px;
}

/**/
.wz .w {
  max-width: 1600px;
}

.al-title:before {
  content: "";
  width: 580px;
  height: 390px;
  background: url("../images/bg-zs.png") left bottom no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.4;
}

.al-title .w {
  max-width: 1600px;
}

.al-title .fl {
  width: 58%;
}

.al-title .fl img {
  width: 100%;
  border-radius: 10px 10px 10px 100px;
  box-shadow: 0px 0 15px #eaeaea;
}

.al-title .fr {
  width: 42%;
  padding: 20px 0 0 50px;
  position: relative;
}

.al-title .fr:before {
  content: "environmental";
  font-size: 87px;
  color: #000;
  font-family: Arial;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.02;
  position: absolute;
  top: -22px;
  right: 0;
  z-index: -1;
}

.al-title .fr h1 {
  font-size: 40px;
  font-weight: bold;
}

.al-title .fr .cs {
  margin: 30px 0;
}

.al-title .fr .cs p {
  font-size: 16px;
  line-height: 30px;
  background: url("../images/cp-tb2.png") left 9px no-repeat;
  padding-left: 25px;
  margin: 10px 0;
}

/*
.al-title .fr .picu {width: 21%;
  background: #fff;
  float: left;
  margin-left: 4.28%;
  margin-bottom: 4.28%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #d3dfe4;}*/
.al-title .fr .picu img {
  width: 55%;
  background: #fff;
  float: left;
  margin-left: 4.28%;
  margin-bottom: 4.28%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #d3dfe4;
}

.al-title .fr .sbpz {
  width: 590px;
  background: #f5f5f5;
  padding: 30px 35px 35px 45px;
  border-radius: 0 10px 40px 0;
  position: relative;
  margin-left: -50px;
  box-shadow: 0 6px 10px #d6d6d6;
}

.al-title .fr .sbpz .tit {
  width: 152px;
  background: #fff;
  text-align: center;
  border-radius: 5px 20px 5px 0;
  box-shadow: 0 0 6px #dcdcdc;
  margin-bottom: -8px;
  position: relative;
}

.al-title .fr .sbpz .tit span {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  background: url("../images/cp-tb2.png") left center no-repeat;
  padding-left: 20px;
  display: inline-block;
}

.al-title .fr .txt {
  position: absolute;
  right: 40px;
  top: 35px;
}

.al-title .fr .txt span {
  font-size: 14px;
  background: url("../images/cp-tb2.png") left center no-repeat;
  padding-left: 20px;
  margin-left: 8px;
}

.al-title .fr .txt span:first-child {
  background: none;
}

.al-title .fr .sbpz ul {
  width: 100%;
  height: 200px;
  background: #fff;
  border-radius: 15px;
  padding: 0 15px;
  box-shadow: 0 2px 15px #dedede inset;
  overflow: hidden;
  overflow-y: scroll;
}

.al-title .fr .sbpz ul::-webkit-scrollbar {
  width: 5px;
}

.al-title .fr .sbpz ul::-webkit-scrollbar-track {
  background: none;
  border-radius: 10px;
}

.al-title .fr .sbpz ul::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  display: none;
}

.al-title .fr .sbpz ul:hover::-webkit-scrollbar-thumb {
  display: block;
}

.al-title .fr .sbpz ul li {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 50px;
  margin: 22px 0;
}

.al-title .fr .sbpz ul li span {
  width: 45%;
  float: left;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
}

.al-title .fr .container12 {
  clear: both;
  width: 100%;
  margin: 50px auto;
  padding: 0;
  position: relative;
  text-align: center;
}

.al-title .fr .homefivefl {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  padding-right: 30px;
  line-height: 1.5em;
}

.al-title .fr .homefivefl span {
  clear: both;
  display: block;
  font-size: 16px;
  color: #414141;
  padding-top: 5px;
  font-weight: 400;
}

.al-title .fr .homefivefl span i {
  font-style: normal;
  font-weight: 700;
  color: #096547;
}

.al-title .fr .homefivefr {
  display: inline-block;
  text-align: left;
}

.al-title .fr .homefivefr a {
  float: left;
  background: #61b499;
  width: 107px;
  margin-right: 15px;
  border-radius: 8px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
  margin-top: 7px;
}

.al-title .fr .homefivefr a:first-child {
  background: #ffac29;
}

/*
.al-title .fr .btn {
  width: 180px;
  background: #12683d;
  background: -webkit-linear-gradient(left top, #12683d, #00cc66);
  background: -o-linear-gradient(bottom left, #12683d, #00cc66);
  background: -moz-linear-gradient(bottom left, #12683d, #00cc66);
  background: linear-gradient(to bottom left, #12683d, #00cc66);
  display: block;
  border-radius: 5px 5px 20px 5px;
  float: right;
  margin: -20px 90px 0 0;
  position: relative;
  box-shadow: 0 0 5px #9e9e9e;
  transition: all .3s ease;
}

.al-title .fr .btn a {
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
  display: block;
  background: url("../images/zxzs-btn.png") 16px center no-repeat;
  padding-left: 44px;
}

.al-title .fr .btn:hover {
  border-radius: 5px 20px 5px 20px;
}
*/
.video-title .wz {
  margin: 0 0 30px 0;
}

.video-title .wz a {
  color: #fff;
}

.video-title {
  width: 100%;
  background: #232f53;
  padding: 40px 0;
  color: #fff;
}

.video-title h1 {
  font-size: 36px;
  font-weight: bold;
}

.video-title .fw {
  font-size: 16px;
  background: url("../images/flames3.png") left center no-repeat;
  padding-left: 35px;
  line-height: 32px;
  margin: 30px 0 20px 0;
}

.video-title .fw strong {
  color: #ff1919;
}

.video-title .fl {
  width: 61.44%;
}

.video-title .fl .video-details {
  right: 0.5%;
  bottom: -400px;
  transition: all .3s ease;
}

.video-title .fl .video-details i {
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.video-title .fixed .video-details {
  width: 26%;
  position: fixed;
  bottom: 1%;
  z-index: 1000;
}

.video-title .fixed .video-details:hover i {
  background: #fff;
  color: #000;
}

.video-title .hide {
  display: none;
}

.video-title .fl video {
  width: 100%;
  border: 6px solid #fff;
  border-radius: 20px;
}

.video-title .fl .text {
  font-size: 14px;
  margin-top: 30px;
}

.video-title .fl .text span {
  margin-left: 50px;
  padding: 5px 0 5px 30px;
}

.video-title .fl .text .sp1 {
  background: url("../images/video-tb01.png") left center no-repeat;
  margin: 0;
  padding-left: 45px;
}

.video-title .fl .text .sp2 {
  background: url("../images/video-tb02.png") left center no-repeat;
}

.video-title .fl .text .sp3 {
  background: url("../images/video-tb03.png") left center no-repeat;
}

.video-title .fl .text .sp4 {
  background: url("../images/video-tb04.png") left center no-repeat;
}

.video-title .fr {
  width: 36.5%;
  background: #1f2a4b;
  border-radius: 15px;
  margin: 15px 0;
}

.video-title .fr .top-v {
  position: relative;
  z-index: 0;
  padding: 20px 15px;
}

.video-title .fr .top-v dd {
  width: 100px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.video-title .fr .top-v dd:before {
  content: "";
  width: 65px;
  height: 65px;
  background: #3f4864;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}

.video-title .fr .top-v dd img {
  width: 77%;
}

.video-title .fr .top-v dt {
  display: inline-block;
  vertical-align: middle;
}

.video-title .fr .top-v dt span a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.video-title .fr .top-v dt p {
  font-size: 16px;
  margin-top: 15px;
}

.video-title .fr .top-v .btn {
  width: 76px;
  background: #d81e06;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
}

.video-title .fr .top-v .btn a {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  display: block;
  background: url("../images/heart-tb.png") 10px center no-repeat;
  padding-left: 35px;
}

.video-title .fr .center-v {
  width: 100%;
  height: 246px;
  background: #1d2745;
  padding: 0 25px;
  overflow: hidden;
  overflow-y: scroll;
}

.video-title .fr .center-v::-webkit-scrollbar {
  width: 5px;
}

.video-title .fr .center-v::-webkit-scrollbar-track {
  background: none;
  border-radius: 10px;
}

.video-title .fr .center-v::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  display: none;
}

.video-title .fr .center-v:hover::-webkit-scrollbar-thumb {
  display: block;
}

.video-title .fr .center-v dl {
  width: 100%;
  overflow: hidden;
  margin: 24px 0;
}

.video-title .fr .center-v dd {
  width: 61%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.3%;
}

.video-title .fr .center-v dd a {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: right;
}

.video-title .fr .center-v dd span {
  font-size: 16px;
  background: url("../images/playico.png") right center no-repeat;
  padding-right: 25px;
  float: right;
  margin-top: 15px;
}

.video-title .fr .center-v dt {
  width: 34%;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: middle;
}

.video-title .fr .bottom-v {
  font-size: 16px;
  line-height: 32px;
  background: url("../images/kf-tx.png") 40px center no-repeat;
  padding: 20px 0 20px 130px;
}

.video-title .fr .bottom-v strong {
  font-size: 24px;
  color: #00cc66;
}

/**/
.about-tit {
  position: initial;
  overflow: hidden;
}

.about-tit .left .line {
  width: 50px;
  height: 2px;
  background: #ff0000;
  display: block;
  margin: 20px 0;
  position: relative;
}

.about-tit .left .line:before,
.about-tit .left .line:after {
  content: "";
  width: 2px;
  height: 2px;
  background: #ff0000;
  display: block;
  position: absolute;
}

.about-tit .left .line:before {
  right: -8px;
}

.about-tit .left .line:after {
  right: -15px;
}

.about-tit .right {
  width: 46%;
  padding-top: 40px;
}

.about-tit .al-text {
  width: 94%;
  margin-top: 90px;
}

.about-tit .al-text p {
  background: url(../images/about-text.png) left center no-repeat;
}

.module-1 {
  margin: 90px 0;
}

.module-1 .fl {
  width: 23%;
  padding: 120px 30px 0 0;
  text-align: right;
  position: relative;
}

.module-1 .fl p {
  font-size: 18px;
}

.module-1 .fl .one {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -35px;
  right: -70px;
}

.module-1 .fl .one img {
  vertical-align: bottom;
  margin-right: 5px;
}

.module-1 .fl .two {
  margin: 45px 0;
}

.module-1 .fl .two p {
  background: url(../images/cp-tb.png) left center no-repeat;
  padding-left: 30px;
  margin: 10px 0;
  display: inline-block;
}

.module-1 .fl .three {
  font-size: 36px;
  color: #00cc66;
  font-weight: bold;
}

.module-1 .fl .four {
  margin: 25px 0 35px 0;
}

.module-1 .fl .five a {
  width: 145px;
  background: #00cc66;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  border-radius: 10px;
  float: right;
}

.module-1 .fr {
  width: 77%;
  padding: 0 45px 30px 0;
}

.module-1 .fr img {
  width: 100%;
  cursor: pointer;
}

#blackVideo {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#blackVideo p {
  width: 960px;
  height: auto;
  margin: 10% auto 0 auto;
  position: relative;
  z-index: 100;
}

#blackVideo p video {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

#blackVideo p .hide {
  width: 30px;
  height: 30px;
  background: url(../images/video-hide.png) center no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.module-2 {
  width: 100%;
  height: 660px;
  background: #f5f5f5;
  overflow: hidden;
}

.module-2 .fl {
  width: 30%;
  padding: 160px 0;
  position: relative;
  z-index: 0;
}

.module-2 .fl h3 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin-bottom: 55px;
}

.module-2 .fl p {
  font-size: 16px;
  color: #000;
  line-height: 32px;
}

.module-2 .fl .btn {
  width: 160px;
  background: #12683d;
  background: -webkit-linear-gradient(left bottom, #12683d, #00cc66);
  background: -o-linear-gradient(top left, #12683d, #00cc66);
  background: -moz-linear-gradient(top left, #12683d, #00cc66);
  background: linear-gradient(to top left, #12683d, #00cc66);
  display: block;
  border-radius: 10px;
  margin: 55px 0 25px 0;
}

.module-2 .fl .btn a {
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  background: url("../images/more-jt2.png") right 15px center no-repeat;
  padding: 0 20px;
  display: block;
  transition: all .3s;
}

.module-2 .fl .btn:hover a {
  background-position: right -20px center;
  padding: 0 20%;
}

.module-2 .fr {
  width: 65%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.module-2 .fr .arrows {
  width: 30px;
  height: 50px;
  background: url("../images/rl-jt.jpg") center no-repeat #fff;
  border-radius: 5px;
  position: absolute;
  top: 308px;
  right: 36%;
  box-shadow: 0 0 15px #949494;
  z-index: 100;
}

.module-2 .fr .arrows a {
  width: 100%;
  height: 50%;
  cursor: pointer;
  display: block;
}

.module-2 .fr .tab-border {
  height: 660px;
}

.module-2 .fr .tab-info {
  width: 78%;
  float: left;
  position: relative;
}

.module-2 .fr .tab-info li {
  width: 100%;
  height: 100%;
  line-height: 660px;
  position: relative;
}

.module-2 .fr .tab-info:before {
  content: "";
  width: 465px;
  height: 465px;
  background: #f1efef;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 105px;
  right: 32%;
  z-index: -1;
}

.module-2 .fr .tab-info .pic {
  width: 433px;
}

.module-2 .fr .tab-info .tit {
  font-size: 16px;
  color: #000000;
  line-height: normal;
  position: absolute;
  top: 20%;
  left: 70%;
  z-index: -1;
}

.module-2 .fr .tab-info .tit:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #e10000;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 3px;
}

.module-2 .fr .tab-info .tit:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #999;
  display: block;
  position: absolute;
  left: -120px;
  top: 10px;
}

/*
.module-2 .fr .tab-info span {position:absolute;top:47%;right:9%;font-size:16px;text-align:center;line-height:26px;}
.module-2 .fr .tab-info span strong {font-size:30px;color:#e10000;font-family:Arial;font-weight:800;display:block;}
*/
.module-2 .fr .tab-thumbs {
  width: 18%;
  float: right;
  position: relative;
}

.module-2 .fr .tab-thumbs:before {
  content: "";
  width: 595px;
  height: 731px;
  border: 7px solid #ebebeb;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -35px;
  z-index: -1;
}

.module-2 .fr .tab-thumbs li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 45px 0;
}

.module-2 .fr .tab-thumbs li p {
  background: #f1efef;
  padding: 15%;
  border-radius: 50%;
}

.module-2 .fr .tab-thumbs .selected {
  width: 108px;
  height: 108px;
  background: #fff;
  padding: 5%;
}

.module-2 .fr .tab-thumbs .selected p {
  background: #fff;
  border: 1px solid #00cc66;
}

.module-2 .fr .tab-thumbs .cp1,
.module-2 .fr .tab-thumbs .cp5 {
  margin-left: 45px;
}

.module-2 .fr .tab-thumbs .cp2,
.module-2 .fr .tab-thumbs .cp4 {
  margin-left: -10px;
}

.module-2 .fr .tab-thumbs .cp3 {
  margin-left: -45px;
}

.hidden {
  display: none;
}

/*.module-3 {margin:90px 0;}*/
/*
.module-3 { padding: 100px 0;background-size:cover;}
.module-3 .w {max-width:1600px;height:100%;position:relative;}
.module-3 .text {width:100%;position:absolute;left:0;text-align:center;color:rgb(0, 0, 0);}
.module-3 h3 {font-size:36px;font-weight:bold;}
.module-3 h3:before {content:"";width:100%;height:80px;display:block;position:absolute;left:0;bottom:5px;}
.module-3 p {font-size:16px;margin-top:25px;}


知识产权展示开始
 .module-3 .picScroll-left{
  padding: 100px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
 .module-3 .picScroll-left .bd ul{
	overflow: hidden;
	zoom: 1;
}
 .module-3 .picScroll-left .bd li{
	width: 330px;
	height:440px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-right: 40px;
}
 .module-3 .picScroll-left .bd li img{
	max-width: 100%;
}
 .module-3 .picScroll-left .prev,
 .module-3 .picScroll-left .next{
	width: 52px;
	height: 52px;
	display: block;
	cursor: pointer;
	position: absolute;
	left: -52px;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
	background: url(../images/left.png) no-repeat 0 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	opacity: 0;
}
 .module-3 .picScroll-left .prev:hover{
	background-image: url(../images/left.png);
}
 .module-3 .picScroll-left .next{
	left: auto;
	right: -52px;
	background-image: url(../images/right.png);
}
 .module-3 .picScroll-left .next:hover{
	background-image: url(../images/right.png);
}
 .module-3 .picScroll-left:hover .prev{
	left: 20px;
	opacity: 1;
}
 .module-3 .picScroll-left:hover .next{
	right: 20px;
	opacity: 1;
}

@media only screen and (max-width: 1440px){
	 .module-3 .picScroll-left .bd li{
		margin-right: 20px;
		width: 285px;
		height: 345px;
	}
}
.module-3 .qualification .columnTitle,
.module-3.qualification .picScroll-left{
    position: relative;
    top: 150px;
    opacity: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}*/
/*知识产权展示结束*/

.module-4 {
  width: 100%;
  height: 780px;
  background: url("../images/bg-cp.png") center no-repeat;
  background-size: cover;
}

.module-4 .w {
  max-width: 1600px;
  height: 100%;
  position: relative;
  padding-top: 20px;
}

.module-4 .text {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  color: #fff;
}

.module-4 h3 {
  font-size: 36px;
  font-weight: bold;
}

.module-4 h3:before {
  content: "";
  width: 100%;
  height: 80px;
  background: url("../images/international.png") center no-repeat;
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.module-4 p {
  font-size: 16px;
  margin-top: 25px;
}

.blank20 {
  margin: 20px 0 75px 0;
  clear: both;

  font-size: 1px;
  overflow: hidden;

}

/*hezuo企业*/
.customer2 {
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: 79px;
}

.customer_list2 {
  padding-top: 100px;
}

/*
.customer_list2{ border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf; margin-top:60px;}*/
.customer_list2 ul li {
  float: left;
  width: -webkit-calc(20% - 1px);
  width: -moz-calc(20% - 1px);
  width: calc(20% - 1px);
  /*
  border-left: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;*/
  overflow: hidden;
  position: relative;
}

.customer_list2 ul li img {
  display: block;
  width: 100%;
}

/*
.customer_list2 ul li:first-child {
  width: 40%;
  border-left: 0;
  border-top: 0;
}
*/
/*.customer_list2 ul li .imgbg{filter: Alpha(Opacity=0);opacity: 0;}*/
.customer_list2 ul li .imgs {
  cursor: pointer;
  overflow: hidden;
  border-color: #fff;
  /*transition:all 0.3s;position:absolute; top:0; left:0; width:100%; height:100%;*/
}

.customer_list2 ul li .imgs:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 #eee;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.customer_list2 ul li .imgs:hover:after {
  box-shadow: inset 0 0 0 10px #f6f6f6;
}

.customer_list2 ul li .imgs img {
  /* -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(70%);
  filter: gray;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/*.customer_list2 ul li:hover .imgs{ border:7px solid #f5f5f5; height:calc(100% - 14px);height:-webkit-calc(100% - 14px);height:-moz-calc(100% - 14px);width:calc(100% - 14px);width:-webkit-calc(100% - 14px);width:-moz-calc(100% - 14px);}*/
.customer_list2 ul li:hover .imgs img {
  /*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
  -webkit-transform: scale(0.9) translateY(-8px);
  -moz-transform: scale(0.9) translateY(-8px);
  transform: scale(0.9) translateY(-8px);
}


.customer_list2 {
  position: relative;
}

.customer_list2 .item {
  display: none;
  overflow: hidden;
}

.customer_list2 .customer-buttons {
  position: absolute;
  top: 20px;
  width: 40%;
  left: 0;
  height: 0;
  text-align: right;
}

.customer_list2 .customer-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 50px;
  height: 50px;
  /*IE7 life-saver*/
  text-indent: 60px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}

.customer_list2 .customer-buttons div.owl-prev {
  background: url(../images/2018/left.png) no-repeat;
  margin-right: -1px;
}

.customer_list2 .customer-buttons div.owl-prev:hover {
  opacity: 0.6;
  filter: Alpha(opacity=60);
  background: url(../images/2018/left_on.png) no-repeat;
}

.customer_list2 .customer-buttons div.owl-prev.disabled {
  background: url(../images/2018/left_on.png) no-repeat;
}

.customer_list2 .customer-buttons div.owl-next {
  background: url(../images/2018/right.png) no-repeat;
  margin-right: 20px;
}

.customer_list2 .customer-buttons div.owl-next:hover {
  opacity: 0.6;
  filter: Alpha(opacity=60);
  background: url(../images/2018/right_on.png) no-repeat;
}

.customer_list2 .customer-buttons div.owl-next.disabled {
  background: url(../images/2018/right_on.png) no-repeat;
}


/**/
.nengli-tit .al-text {
  width: 112%;
}

.nengli-tit .al-text p {
  background: url(../images/nengli-text.png) left center no-repeat;
}

.dingw {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.crumbs {
  margin-top: 98px;
  width: 100%;
}

.crumbs_bg {
  background-size: 773px 110px;
}

.crumbs_bg li:nth-of-type(1),
.us_bg li:nth-of-type(1) {
  font-size: 14px;
  color: #e30c03;
  padding-top: 12px;
}

.crumbs_bg li:nth-of-type(1) a,
.us_bg li:nth-of-type(1) a {
  color: #333;
}

.crumbs_bg li:nth-of-type(2),
.us_bg li:nth-of-type(2) {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  padding: 32px 0 28px;
}

.crumbs_bg li:nth-of-type(3) {
  position: relative;
  color: #000;
  width: 550px;
  font-size: 16px;
  padding: 32px 0 28px;
  line-height: 32px;
}

.crumbs_bg li:nth-of-type(3):before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: red;
  left: 0;
  bottom: 0;
}

.crumbs_bg li:nth-of-type(4) {
  position: relative;
  color: #000;
  width: 550px;
  font-size: 16px;
  margin: 20px 0 40px;
  line-height: 32px;
}

.crumbs_bg li:nth-of-type(4):before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: red;
  left: 57px;
  top: -22px;
}

.crumbs_bg li:nth-of-type(4):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: red;
  left: 65px;
  top: -22px;
}

.crumbs_pp {
  position: relative;
  display: inline-block;
  margin-top: 100px;
  height: 78px;
  border-radius: 78px;
  background-color: #202b4e;
  font-size: 16px;
  color: #fff;
  line-height: 78px;
  padding: 0 30px 0 98px;
}

.crumbs_pp:before {
  content: "";
  width: 41px;
  height: 40px;
  background-size: contain;
  position: absolute;
  left: 34px;
  top: 14px;
}

.zxy_fuwu,
.zxy_mowei {
  overflow: hidden;
  width: 100%;
  background-color: #f7f7f7;
  margin: 88px 0 50px;
  position: relative;
  z-index: 0;
}

.zxy_fuwu_top,
.zxy_mowei_top {
  text-align: center;
}

.zxy_fuwu_top h3,
.zxy_mowei_top h3,
.zxy_zl_top h3 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  padding: 70px 0 15px;
}

.zxy_fuwu_top .top_p,
.zxy_mowei_top .top_p,
.zxy_zl_top .top_p {
  font-size: 16px;
  color: #666;
  height: 50px;
}

.zxy_fuwu_cont {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: rgba(16, 25, 55, 0.1) 2px 2px 20px 2px;
  -moz-box-shadow: rgba(16, 25, 55, 0.2) 2px 2px 20px 2px;
  box-shadow: rgba(16, 25, 55, 0.1) 2px 2px 20px 3px;
  margin-bottom: 70px;
}

.zxy_fuwu_cont .zxy_fuwu_img {
  width: 33.58%;
  float: left;
  -webkit-box-shadow: rgba(16, 25, 55, 0.2) 2px 2px 20px 2px;
  -moz-box-shadow: rgba(16, 25, 55, 0.2) 2px 2px 20px 2px;
  box-shadow: rgba(16, 25, 55, 0.2) 2px 2px 20px 3px;
  border-radius: 10px;
  overflow: hidden;
}

.zxy_fuwu_cont p img {
  display: block;
}

.zxy_fuwu_contfr {
  float: right;
  width: 66.42%;
  background: url(../images/fwzc-bg.jpg) center bottom no-repeat;
  padding: 35px 4%;
}

.zxy_fuwu_contfr>p {
  font-size: 16px;
  line-height: 36px;
  color: #000;
  text-align: left;
  padding-bottom: 45px;
  border-bottom: dashed 1px #cac6c6;
}

.zxy_fuwu_fot {
  background: url(../images/fw-line.png) no-repeat center center;
  background-size: 100%;
  height: 220px;
}

.zxy_fuwu_fot li {
  float: left;
  padding: 20px 0 10px 70px;
}

.zxy_fuwu_fot li:nth-of-type(1) {
  background: url(../images/yuyue.png) no-repeat left center;
  margin-top: 150px;
  margin-left: 36px;
}

.zxy_fuwu_fot li:nth-of-type(2) {
  background: url(../images/daochang.png) no-repeat left center;
  margin-top: 10px;
}

.zxy_fuwu_fot li:nth-of-type(3) {
  background: url(../images/cpxq.png) no-repeat left center;
  margin-top: 130px;
}

.zxy_fuwu_fot li:nth-of-type(4) {
  background: url(../images/shouh.png) no-repeat left center;
  margin-left: -50px;
  margin-top: 10px;
}

.zxy_fuwu_fot li p:nth-of-type(1) {
  font-size: 18px;
  color: #333;
  height: 28px;
}

.zxy_fuwu_fot li p:nth-of-type(2) {
  font-size: 14px;
  color: #333;
}

.zxy_zl_top {
  text-align: center;
}

.zxy_zl_cont {
  -webkit-box-shadow: rgba(16, 25, 55, 0.1) 2px 2px 20px 2px;
  -moz-box-shadow: rgba(16, 25, 55, 0.2) 2px 2px 20px 2px;
  box-shadow: rgba(16, 25, 55, 0.1) 2px 2px 20px 3px;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 36px;
  position: relative;
}

.zxy_zl_cont:before {
  content: "International";
  font-size: 97px;
  color: #333;
  font-family: Arial;
  font-weight: 800;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .03;
  filter: Alpha(opacity=3);
}

.zxy_zl_contfl {
  background: url(../images/one.png) no-repeat top center;
  float: left;
  width: 25%;
}

.zxy_zl_contfl h4 {
  font-size: 24px;
  color: #333;
  padding-top: 90px;
}

.zxy_zl_contfl p {
  font-size: 16px;
  color: #333;
  padding-top: 30px;
  line-height: 32px;
  text-align: center;
}

.zxy_zl_cont .swiper-container {
  float: right;
  width: 67.8%;
  height: 413px;
  overflow: hidden;
  border-radius: 10px;
}

.zxy_dibu {
  margin-top: 50px;
  padding: 30px 40px;
  -webkit-box-shadow: rgba(16, 25, 55, 0.1) 2px 2px 20px 2px;
  -moz-box-shadow: rgba(16, 25, 55, 0.2) 2px 2px 20px 2px;
  box-shadow: rgba(16, 25, 55, 0.1) 2px 2px 20px 3px;
  border-radius: 10px;
  overflow: hidden;
}

.zxy_dibu li {
  position: relative;
  width: 23%;
  float: left;
  margin-right: 2.66%;
  border-radius: 10px;
  overflow: hidden;
}

.zxy_dibu li img {
  width: 100%;
}

.zxy_dibu .pic p {
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.zxy_dibu .text {
  background: url(../images/two.png) no-repeat top center;
  text-align: center;
  margin: 0;
}

.zxy_dibu .text .di_p1 {
  font-size: 24px;
  color: #333;
  margin: 60px 0 26px;
}

.zxy_dibu .text .di_p2 {
  width: 235px;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  margin: 0 auto;
}

.zxy_mowei {
  margin-bottom: 0;
}

.zxy_mowei_top h3 {
  padding-top: 105px;
}

.zxy_mowei_top ul {
  margin: 10px 0 20px 0;
}

.zxy_mowei_top ul li {
  width: 21.8%;
  float: left;
  margin: 0 0 0 1.22%;
}

.zxy_mowei_top ul li img {
  width: 100%;
}

.zxy_mowei_top ul li p {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 48px;
  box-shadow: 5px 0 15px #d8d8d8;
}

/*.zxy_mowei_top ul li:nth-child(3n+2) {margin:0 2.88% 0 3.22%;}
.zxy_mowei_top ul li:nth-child(3n+1) {margin:0 2.88% 0 3.22%;}*/

.zxy_mowei_top ul li:first-child {
  /*width:52.3%;*/
  width: 48%;
}

.swiper-pagination-custom,
.swiper-pagination-fraction,
.zxy_zl_cont .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 15px;
  left: auto;
  right: 10px !important;
  /* width: 100px;*/
}

.zxy_zl_cont .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: 0 0;
  border: solid 2px #fff;
  opacity: 1;
}

.zxy_zl_cont .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

/**/
.contact-tit .left {
  width: 100%;
}

.contact-tit .left p {
  font-size: 16px;
  line-height: 32px;
}

.cplb-tit .left p {
  font-size: 16px;
  line-height: 32px;
}

.cplb-tit .left .lx-fs {
  margin: 42px 0 80px 0;
}

.cplb-tit .left .lx-fs p {
  padding-left: 45px;
  margin: 20px 0;
}

.cplb-tit .left .lx-fs .p1 {
  background: url("../images/cont-dz.png") -1px center no-repeat;
  line-height: 2.5em;
}

.cplb-tit .left .lx-fs .p2 {
  background: url("../images/tph.png") -1px center no-repeat;
}

.cplb-tit .left .lx-fs .p3 {
  background: url("../images/kf.png") -1px center no-repeat;
}

.cplb-tit .left .lx-fs .p1 strong {
  font-size: 36px;
  font-family: Arial;
  font-weight: 800;
  color: #00cc66;
  background-image: -webkit-gradient(linear, left 0, right 0, from(#00cc66), to(#12683d));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  vertical-align: sub;
}

.cplb-tit .left .lx-fs .p3 a {
  width: 125px;
  background: #12683d;
  background: -webkit-linear-gradient(left top, #12683d, #00cc66);
  background: -o-linear-gradient(bottom left, #12683d, #00cc66);
  background: -moz-linear-gradient(bottom left, #12683d, #00cc66);
  background: linear-gradient(to bottom left, #12683d, #00cc66);
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  border-radius: 5px 20px 5px 5px;
  margin-left: 15px;
  transition: all .3s ease;
}

.cplb-tit .left .fw-fs p {
  background: url(../images/cp-tb.png) left center no-repeat;
  padding-left: 35px;
  margin: 15px 0;
}

.cplb-tit .left .lx-fs .p3 a:hover {
  border-radius: 20px 5px 20px 5px;
}

/*
.contact-tit .left .lx-fs {margin:42px 0 80px 0;}
.contact-tit .left .lx-fs p {padding-left:45px;margin:20px 0;}
.contact-tit .left .lx-fs .p1 {background:url("../images/cont-dz.png") -8px center no-repeat;}
.contact-tit .left .lx-fs .p2 {background:url("../images/tph.png") -10px center no-repeat;}
.contact-tit .left .lx-fs .p3 {background:url("../images/kf.png") -8px center no-repeat;}
.contact-tit .left .lx-fs .p1 strong {font-size:36px;font-family:Arial;font-weight:800;color:#00cc66;background-image:-webkit-gradient(linear,left 0,right 0,from(#00cc66),to(#12683d));-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;vertical-align:sub;}
.contact-tit .left .lx-fs .p3 a {width:125px;background:#12683d;background:-webkit-linear-gradient(left top,#12683d,#00cc66);background:-o-linear-gradient(bottom left,#12683d,#00cc66);background:-moz-linear-gradient(bottom left,#12683d,#00cc66);background:linear-gradient(to bottom left,#12683d,#00cc66);font-size:18px;color:#fff;font-weight:bold;text-align:center;line-height:38px;display:inline-block;border-radius:5px 20px 5px 5px;margin-left:15px;transition:all .3s ease;}
.contact-tit .left .fw-fs p {background:url(../images/cp-tb.png) left center no-repeat;padding-left:35px;margin:15px 0;}
.contact-tit .left .lx-fs .p3 a:hover {border-radius:20px 5px 20px 5px;}*/
.contact-tit .left .fw-fs p:last-child {
  font-weight: bold;
  color: #333;
}

.cont-msg {
  padding: 10px 0 65px 0;
}

.cont-msg .text {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin: 0 0 -50px 66px;
}

.cont-msg .text:before {
  content: "";
  width: 86px;
  height: 157px;
  background: url("../images/cartoon03.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  margin: 20px 15px 0 0;
}

/**/
h3 {
  position: relative;
}

.section4 dl h3 {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*
.zt-jb:before {
 
  width: 100%;
  font-size: 83px;
  color: #333;
  font-weight: 800;
  font-family: Arial;
  opacity: 0.08;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -2;
  display: none\9;
}

.zt-jb:after {
  content: "";
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
  display: none\9;
}

.cplb-tit h3:before {
content: "International";
  font-size: 109px;
  opacity: 0.04;
}

.cplb-tit h3:after,
.other-news .title:after {
  width: 140%;
}

.module-2 h3:before {
 content: "Product";
  font-size: 126px;
  color: #fff;
  opacity: 0.7;
}

.module-2 h3:after {
  width: 200%;
  background: -webkit-linear-gradient(rgba(245, 245, 245, 0), whitesmoke);
  background: -o-linear-gradient(rgba(245, 245, 245, 0), whitesmoke);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), whitesmoke);
  background: linear-gradient(rgba(245, 245, 245, 0), whitesmoke);
}

.module-3 .two h3:before {
  content: "Honor";
  right: 0;
}

.module-3 .three h3:before {
  content: "Service";
}

.contact-tit h3:before {
  content: "Contact us";
  bottom: 10px;
}

.zxy_fuwu h3:before {
  content: "Service";
  font-size: 117px;
  text-align: center;
  font-weight: bold;
  bottom: 0;
}

.zxy_fuwu h3:after,
.zxy_mowei h3:after {
  background: -webkit-linear-gradient(rgba(245, 245, 245, 0), whitesmoke);
  background: -o-linear-gradient(rgba(245, 245, 245, 0), whitesmoke);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), whitesmoke);
  background: linear-gradient(rgba(245, 245, 245, 0), whitesmoke);
}
/*
.zxy_zl h3:before {
 
  font-size: 117px;
  font-weight: bold;
  bottom: 0;
}

.zxy_mowei h3:before {
  content: "International";
  font-size: 117px;
}

.news-tit h3:before {
  width: 200%;
  content: "News list";
}

.other-news .title:before {
  content: "Environmental";
  font-size: 109px;
  opacity: 0.04;
  bottom: 0;
}

.qy-news .title:before {
  width: 200%;
  content: "Enterprise dynamics";
  font-size: 109px;
  opacity: 0.04;
}

.qy-news .title:after {
  bottom: 0;
}

.al-tit h3:before {
  width: 160%;
  content: "Customer case";
}

.cpfl-rot .zt-jb:before {
  content: "Best Sellers";
  width: 660%;
  font-size: 109px;
  bottom: 35px;
  opacity: 0.04;
}

.cpfl-rot .zt-jb:after {
  width: 500%;
  bottom: 45px;
}
*/

.page-panel {
  width: 100%;
  position: relative;
  font-size: 0;
  text-align: center;
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 6px 8px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #4fc08d;
  border: 1px solid #4fc08d;
}

.pagination a.page-num-current {
  color: #fff;
  background: #4fc08d;
  border: 1px solid #4fc08d;
}

/**/
.right-float {
  width: 171px;
  height: 468px;
  background: url("../images/right-float.png") center no-repeat;
  background-size: 100%;
  position: fixed;
  right: 0;
  bottom: 35%;
  z-index: 9999;
  display: none;
}

.right-float .kf-btn {
  display: block;
  line-height: 423px;
  cursor: pointer;
  color: transparent;
}

.right-float .go-top {
  display: block;
  color: transparent;
  line-height: 36px;
  cursor: pointer;
}

/**/
.nicescroll-rails div {
  background-color: #ccc !important;
}

.icon1,
.icon2,
.icon3,
.icon4,
.icon5,
.icon6,
.icon7,
.icon8,
.icon9,
.icon10,
.icon11,
.icon12 {
  width: 30px;
  height: 30px;
  background: url(../images/icon-z.png) left -25px no-repeat;
  background-size: 110px !important;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
}

.icon2 {
  background-position: left 5px;
}

.icon3 {
  background-position: left -59px;
}

.icon4 {
  background-position: -30px -59px;
}

.icon5 {
  background-position: -30px -25px;
}

.icon6 {
  background-position: -60px 4px;
}

.icon7 {
  background-position: left -97px;
}

.icon8 {
  background-position: -30px -97px;
}

.icon9 {
  background-position: -30px 4px;
}

.icon10 {
  background-position: -60px -26px;
}

.icon11 {
  background-position: -60px -60px;
}

.icon12 {
  background-position: -60px -96px;
}

.vids {
  background: #217efe;
  background: -webkit-linear-gradient(left top, #5097fa, #217efe);
  background: -o-linear-gradient(bottom left, #5097fa, #217efe);
  background: -moz-linear-gradient(bottom left, #5097fa, #217efe);
  background: linear-gradient(to bottom left, #5097fa, #217efe);
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px 5px 0 10px;
}

.vids:before {
  content: "";
  width: 30px;
  height: 22px;
  background: url(../images/video-tbzs.png) center no-repeat;
  background-size: 25px;
  display: inline-block;
  margin: 0 10px -5px 0;
}

.cp-cont td,
.news-cont .fl td {
  text-align: center;
  padding: 10px;
  line-height: 20px;
  word-break: break-all;
}

.techdata-bg {
  background: -webkit-linear-gradient(left top, #5097fa, #217efe);
  background: -o-linear-gradient(bottom left, #5097fa, #217efe);
  background: -moz-linear-gradient(bottom left, #5097fa, #217efe);
  background: linear-gradient(to bottom left, #5097fa, #217efe);
}

/**/
.zm_stycont .zm_xiugai {
  position: relative;
  margin: 30px 0;
  padding: 10px 20px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 0.1707rem 0 rgba(2, 38, 83, 0.2);
}

.zm_stycont .zm_xiugai .bm_tou {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  color: #4d92f2;
  font-weight: 700;
  font-size: 30px;
  font-family: Arial;
  transform: translateY(-50%);
}

.zm_stycont .zm_xiugai .bms_tou {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  color: #fe633b;
  font-weight: 700;
  font-size: 30px;
  font-family: Arial;
  transform: translateY(-50%);
}

.zm_stycont .zm_xiugai .bms_tou:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 100%;
  height: 5px;
  background: url(../images/quxian2.png) no-repeat center bottom;
  background-size: 100%;
  content: "";
  transform: translateX(-50%);
}

.zm_stycont .zm_xiugai .bm_tou:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../images/quxian1.png) no-repeat center bottom;
  background-size: 100%;
  content: "";
}

.zm_stycont .zm_xiugai .bm_cnt {
  position: relative;
  margin: 0 0 0 42px;
  padding: 0 0 0 15px;
  background: url(../images/yying.png) no-repeat;
  background-position: left center;
  background-size: 6px;
  font-size: 16px;
  line-height: 36px;
  text-indent: 0;
}

/**/
.ie .header .nav li:before,
.ie .message dd:before,
.ie .zxy_zl_cont:before,
.ie .cp-tit .fr:before,
.ie .al-title .fr:before,
.ie .section4 dl .btn:before {
  display: none;
}

.ie .cp-kind .list {
  padding: 45px 0;
}

/**/
.side-panel {
  width: 26%;
  float: right;
}

.side-message {
  width: 364px;
  float: right;
  padding: 0 0 26px;
  background: #2e52bb;
  background: -webkit-linear-gradient(45deg, #285ade, #304fb1);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(45deg, #285ade, #304fb1);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(45deg, #285ade, #304fb1);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(45deg, #285ade, #304fb1);
  /* 标准的语法 */
  margin: 40px 0;
  border-radius: 100px 20px 20px 20px;
  position: relative;
  -webkit-box-shadow: 0 0 13px rgba(3, 8, 38, 0.13);
  -moz-box-shadow: 0 0 13px rgba(3, 8, 38, 0.13);
  box-shadow: 0 0 13px rgba(3, 8, 38, 0.13);
  top: 0;
}

.side-message .kf-message {
  width: 29.124%;
  position: absolute;
  left: -10px;
  top: -14px;
}

.side-message .kf-message span {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 20px 20px 40px 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 13px rgba(3, 8, 38, 0.13);
  -moz-box-shadow: 0 0 13px rgba(3, 8, 38, 0.13);
  box-shadow: 0 0 13px rgba(3, 8, 38, 0.13);
}

.side-message .kf-message span img {
  display: block;
  width: 100%;
}

.side-message .kf-message:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 40px 20px;
  position: absolute;
  background: #fff;
  opacity: .14;
  filter: opacity(14);
  left: 12px;
  top: 12px;
}

.side-message .message-header {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.side-message .message-header:before {
  content: '';
  display: block;
  width: 254px;
  height: 254px;
  border: 1px dashed #fff;
  opacity: .28;
  filter: opacity(28);
  position: absolute;
  left: -4px;
  top: -90px;
  border-radius: 100%;
}

.side-message .message-header span {
  display: block;
  float: left;
  clear: both;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff143;
  font-weight: bold;
  border-radius: 16px;
  background: #223880;
  margin: 26px 0 0 148px;
  position: relative;
  z-index: 1;
}

.side-message .message-header span+span {
  margin: 35px 0 0 205px;
}

.side-message .message-header span+span+span {
  margin: -5px 0 0 40px;
}

.side-message .message-form {
  padding: 0 26px;
}

.side-message .message-form .item-form {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 0 18px;
  margin-top: 35px;
}

.side-message .message-form .item-form input[type=text] {
  display: block;
  border: none;
  width: 100%;
  height: 32px;
  padding: 0 0 0 30px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
}

.side-message .message-form .item-form .txt-user {
  background: url(../images/icon_user.png) left center no-repeat;
}

.side-message .message-form .item-form .txt-phone {
  background: url(../images/icon_phone.png) left center no-repeat;
}

.side-message .message-form .item-form .txt-msg {
  background: url(../images/icon_message.png) left 18px no-repeat;
}

.side-message .message-form .item-form textarea {
  width: 100%;
  resize: none;
  border: none;
  padding: 12px 0 10px 30px;
  height: 118px;
  font-size: 14px;
  line-height: 30px;
}

.side-message .message-form .btn-form {
  width: 100%;
  text-align: center;
  position: relative;
  bottom: -44px;
}

.side-message .message-form .btn-form input[type=submit] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #d60a1d;
  background: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 13px rgba(3, 8, 38, 0.32);
  -moz-box-shadow: 0 0 13px rgba(3, 8, 38, 0.32);
  box-shadow: 0 0 13px rgba(3, 8, 38, 0.32);
  cursor: pointer;
}

/*售后服务*/
.wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 94%;
}

.index-title {
  text-align: center;
  position: relative;
  z-index: 1
}

.index-title h1,
.index-title h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 42px;
  color: #374359;
  padding: 10px 0;
  position: relative;
  text-align: center;
  margin-left: 42px
}

.index-title h1 {
  font-size: 42px
}

.index-title h2 a {
  color: #374359;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.index-title h2:hover a {
  color: #f3b86f
}

.index-title span {
  font-size: 90px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1
}

.index-title span:after,
.index-title span:before {
  content: '';
  width: 20px;
  height: 6px;
  background-color: #00cc66;
  display: inline-block;
  bottom: 42px;
  margin-top: -15px;
  vertical-align: middle
}

.index-title span:before {
  margin-right: -10px
}

.index-title span:after {
  margin-left: -10px
}

.index-title p {
  font-size: 18px;
  color: #374359;
  line-height: 32px;
  margin-top: 26px
}

/*售后服务*/
.ser-idea .wrap {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}

.ser-idea .index-txt h2 {
  font-size: 40px;
  margin: 40px 0 30px 0;
  color: #000;
  text-align: center;
  padding: 0;
  line-height: 1.6;
}

.ser-idea .index-txt p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.ser-idea {
  padding: 30px 0;
  background-color: #f4f4f4
}

.ser-idea ul {
  margin-left: -3%;
  margin-top: 50px
}

.ser-idea ul li {
  float: left;
  width: 30.3%;
  margin-left: 3%;
  position: relative
}

.ser-idea ul li img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

.ser-idea ul li strong {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 50px;
  background: linear-gradient(to right, #1c3e78, #00cc66);
  border-radius: 5px 20px 5px 5px;
  /*
  line-height: 77px;
  background: url(../images/ser-idea.png) no-repeat;*/
  color: #fff;
  font-size: 24px;
  z-index: 2;
  padding-left: 24px
}

.ser-idea ul li strong .sh {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 90px;
  text-align: center;
  font-size: 18px;
  padding-left: 6px;

  border-bottom-right-radius: 10px;
}

.ser-idea ul li p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 90px;
  background-color: #00cc66;
  line-height: 50px;
  text-align: center;
  padding-left: 6px;
  color: #333;
  font-size: 18px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px
}


/*服务流程*/

.ser_lc {
  margin-top: 53px;
  width: 100%;
  padding: 0 0 60px 0;
  overflow: hidden;
}

.ser_lc h3 {
  font-size: 40px;
  margin: 40px 0 30px 0;
  color: #000;
  text-align: center;
  padding: 0;
  line-height: 1.6;
}

.ser_lc p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1.0rem;
}

.ser_lc h4 {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  padding: 4px 10px;
  width: 63%;
  margin: 15px auto 0;
  text-align: center;
}

.ser_lc li {
  float: left;
  width: 16.6%;
  background: url(../images/lc_line.png) no-repeat right 63px;
}
.ser_lc li:last-child{
  background: none;
}

.ser_lc li img {
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

/*
.contact-fw {
  margin-bottom: 50px
}

.fw-ul {
  margin-top: 120px;
  padding: 0 46px 0 26px;
  position: relative;
  z-index: 1
}

.fw-ul li {
  float: right;
  width: 25%;
  text-align: center;
  padding: 0 48px;
  margin-bottom: 108px;
  position: relative
}

.fw-ul li .con {
  padding: 40px 0 20px;
  background: url(../images/lx-bg02.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px #e7eaea;
  -moz-box-shadow: 0 5px 10px #e7eaea;
  -ms-box-shadow: 0 5px 10px #e7eaea;
  -o-box-shadow: 0 5px 10px #e7eaea;
  box-shadow: 0 5px 10px #e7eaea;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px
}

.fw-ul li p {
  font-size: 22px;
  color: #162d3d;
  line-height: 40px
}

.fw-ul li.li {
  margin-top: 20px
}

.fw-ul li.bar {
  width: 27%;
  padding: 60px 0 40px 140px;
  background: url(../images/lx-bg03.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 100px;
  -webkit-box-shadow: 0 5px 10px #e7eaea;
  -moz-box-shadow: 0 5px 10px #e7eaea;
  -ms-box-shadow: 0 5px 10px #e7eaea;
  -o-box-shadow: 0 5px 10px #e7eaea;
  box-shadow: 0 5px 10px #e7eaea;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative
}

.fw-ul li.bar:before {
  content: '';
  width: 162px;
  height: 173px;
  background: url(../images/lx-kf2.png) no-repeat;
  position: absolute;
  left: -18px;
  bottom: 0
}

.fw-ul li.bar p {
  font-size: 32px;
  color: #fff;
  line-height: 48px
}

.fw-ul:before {
  content: '';
  max-width: 1285px;
  width: 100%;
  height: 296px;
  background: url(../images/lx-bg01.png) no-repeat;
  position: absolute;
  top: 62px;
  right: 20px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  z-index: -1
}
*/
/*企业资质轮播*/
.about-wrapper1 {
  margin-bottom: 130px;
  overflow-x: hidden
}

.about-wrapper1 .col-img {
  float: left;
  width: 43%;
  padding: 5%;
  background: url(../images/a-img3.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 560px
}

.col-img ul {
  overflow: hidden
}

.col-img li {
  float: left;
  width: 45%;
  color: #fff;
  margin-bottom: 100px;
  margin-right: 3%;
  text-align: center;
}

.col-img li strong {
  font-size: 54px;
  line-height: 64px
}

.col-img li strong i {
  font-style: normal;
  font-size: 30px
}

.col-img li p {
  font-size: 18px;
  line-height: 28px
}

.about-wrapper1 .col-text {
  float: right;
  width: 50%
}

.about-wrapper1 .col-text h2 {
  font-size: 36px;
  color: #162d3d;
  line-height: 50px;
  font-weight: bold;
}

.about-wrapper1 .col-text span {
  display: block;
  font-size: 16px;
  color: #b0b2b7;
  line-height: 26px;
  /* margin-bottom: 45px*/
}

.about-wrapper1 .col-text p {
  padding-right: 26%;
  font-size: 16px;
  color: #666;
  padding-top: 30px;
  line-height: 32px;
}

.about-wrapper1 .col-text p a {
  color: #ffa401
}

/*企业资质滚动*/
.hot_msg {
  max-width: 100%;
  background: -webkit-linear-gradient(left, #19222f, rgba(25, 34, 47, 0));
  border-radius: 30px;
  padding: 13px 5.21739% 13px 90px;
  overflow: hidden;
  position: relative;
  left: -62px
}

.hot_msg .khly {
  width: 62px;
  background: #161e2b;
  background: -webkit-linear-gradient(left, #161e2b, #365068);
  padding: 4% 3%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1
}

.hot_msg .scrolltop {
  height: 123px;
  overflow: hidden
}

.hot_msg .scrolltop ul li {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #303b4a;
  line-height: 1;
  text-align: left;
  display: inline;
}

.hot_msg .scrolltop ul li img {
  padding: 100px 18px 18px 0;
}

/*.hot_msg .scrolltop ul li .name{font-size:18px;color:#87a0c0;display:block}
 .hot_msg .scrolltop ul li .text{margin:12px 0;font-size:18px;color:#ffffff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
  .index-active .cont-smtit i{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;width:72%}*/
.hot_msg .scrolltop ul li .time {
  font-size: 14px;
  color: #2f3b4c
}

.hot_msg {
  padding-left: 80px;
  left: -52px
}

.hot_msg .khly {
  width: 52px;
  padding: 6% 3%;
  font-size: 20px
}

.hot_msg .scrolltop {
  height: 400px;
  overflow: hidden
}


@media screen and (min-width:1920px) {
  .about-tit .right {
    width: 875px;
  }
}

@media screen and (max-width:1800px) {
  .w {
    max-width: 1200px;
  }

  .section1 dt .star {
    margin-top: 0;
  }

  .section2 .fl dt {
    right: -30px;
  }

  .section2 .fl i {
    left: 465px;
  }

  .section3 .news-box .news-txt {
    width: 89.5%;
  }

  .section3 .news-box .news-txt .list2 li p a,
  .section3 .news-box .news-txt .list1 li dd h3 a {
    width: 70%;
  }

  .about-tit .al-text {
    margin-top: -30px;
  }

  .about-tit .al-text p {
    line-height: 24px;
    padding: 15px 0 15px 60px;
  }

  .module-2 .fr .tab-info:before {
    width: 360px;
    height: 360px;
    top: 130px;
    right: 35%;
  }

  .module-2 .fr .tab-info .pic {
    width: 360px;
  }

  .cpfl-rot:before {
    width: 860px;
  }

  /*.cplb-tit .right {width:700px;}*/
  .zxy_fuwu_contfr {
    padding: 15px 4% 10px 4%;
  }

  .zxy_fuwu_contfr>p {
    padding-bottom: 10px;
  }

  .zxy_fuwu_fot {
    height: 200px;
  }

  .zxy_fuwu_fot li {
    background-size: 50px !important;
  }

  .zxy_fuwu_fot li:nth-of-type(1) {
    margin-left: 5px;
  }

  .zxy_fuwu_fot li:nth-of-type(1) {
    margin-top: 120px;
  }

  .zxy_fuwu_fot li:nth-of-type(2) {
    margin-left: -40px;
  }

  .zxy_fuwu_fot li:nth-of-type(4) {
    margin-left: -80px;
  }

  .zxy_fuwu_fot li p:nth-of-type(1) {
    font-size: 16px;
  }

  .zxy_zl_contfl h4 {
    padding-top: 50px;
  }

  .video-title .fr .center-v {
    height: 230px;
  }


  .cp-title ul {
    height: 200px;
  }

  .cp-title li p:before {
    top: 5px;
  }

  .cp-title .cur span a {
    font-size: 25px;
  }

  .zxy_zl_cont .swiper-container {
    height: 351px;
  }

  .side-message {
    padding: 0 0 20px;
    width: 312px;
  }

  .side-message .kf-message span {
    border-radius: 15px 15px 30px 15px;
    border: 3px solid #fff;
  }

  .side-message .kf-message:after {
    border-radius: 15px 15px 30px 15px;
    left: 8px;
    top: 8px;
  }

  .side-message .message-header:before {
    width: 230px;
    height: 230px;
  }

  .side-message .message-header span {
    margin: 26px 0 0 120px;
  }

  .side-message .message-header span+span {
    margin: 24px 0 0 160px;
  }

  .side-message .message-header span+span+span {
    margin: -5px 0 0 20px;
  }

  .side-message .message-form .item-form {
    margin-top: 30px;
  }

  .side-message .message-form .btn-form {
    bottom: -38px;
  }
}

@media screen and (max-width:1600px) {

  .header .w,
  .cp-tit .w,
  .wz .w {
    max-width: 1500px;
  }

  .header .nav {
    width: 60%;
  }

  .header .tel {
    padding-top: 10px;
    width: 22%;
  }

}

@media screen and (max-width:1599px) {

  .w,
  .section5 .w {
    max-width: 1200px;
  }

  .header .w,
  .cp-tit .w,
  .wz .w,
  .al-title .w,
  .cp-360 .w {
    max-width: 1400px;
  }

  .cp-fl .w {
    max-width: 1400px;
  }

  /*  .header .nav li a {
    font-size: 14px;
    padding-top: 10px;
  }

*/
  .index-banner .swiper-slide:first-child dt {
    width: 40%;
  }

  .cp-fl li span {
    font-size: 16px;
  }

  .cp-fl li p {
    font-size: 14px;
  }

  /*
  .section h1,
  .section h2 {
    font-size: 36px;
  }
*/
  .section1 dl:before {
    width: 140px;
    background-size: 80% !important;
  }

  .section1 dt h3 a {
    font-size: 26px;
  }

  .section1 dt .cp-ys {
    margin: 25px 0;
  }

  /*
  .section1 dt .cp-ys p {
    font-size: 14px;
    line-height: 24px;
  }
*/
  .section1 dt .cp-ys p:before {
    top: 8px;
  }




  .section3 .news-box .news-tit li {
    font-size: 18px;
  }

  .section3 .news-box .news-txt .list1 li dd,
  .section3 .news-box .news-txt .list1 li dt {
    padding: 10px 20px;
  }

  .section3 .news-box .news-txt .list1 li dd h3 a {
    font-size: 16px;
  }

  .section3 .news-box .news-txt .list1 li dd p,
  .section3 .news-box .news-txt .list1 li dt span {
    font-size: 14px;
  }

  .section3 .news-box .news-txt .list2 {
    margin-top: 0;
  }

  .section3 .news-box .news-txt .list2 li {
    margin-top: 0;
  }

  .section3 .news-box .news-txt .list2 li p a {
    font-size: 14px;
  }

  .section3 .news-box .news-txt .list2 li span {
    font-size: 12px;
  }

  .section4 dt {
    padding: 15px 30px;
  }

  .section4 dl h3 a {
    font-size: 18px;
    background-size: 20px;
  }

  .section4 dl p {
    font-size: 14px;
    margin: 5px 0;
  }



  .module-1 .fl {
    padding-top: 90px;
  }

  .module-1 .fl p {
    font-size: 14px;
  }

  .module-1 .fl .one img {
    width: 160px;
  }

  .module-1 .fl .two {
    margin: 0 0 25px 0;
  }

  .module-1 .fl .two p {
    background-size: 20px;
  }

  .module-1 .fl .three {
    font-size: 26px;
  }

  .module-1 .fl .five {
    width: 125px;
    font-size: 16px;
    line-height: 40px;
  }

  .module-4 {
    height: auto;
    margin-top: 20px;
  }

  .module-4 .w {
    max-width: 100%;
  }


  .module-4 .gj {
    display: none;
  }

  .module-4 .hide {
    display: block;
  }

  .cplb-tit .left h3,
  .module-2 .fl h3,
  .module-3 li h3,
  .module-4 h3,
  .zxy_fuwu_top h3,
  .zxy_zl_top h3,
  .zxy_mowei_top h3,
  .cp-tit .fr h1,
  .al-title .fr h1 {
    font-size: 30px;
  }

  .cplb-tit .left p,
  .module-2 .fl p,
  .module-3 li p,
  .module-4 p,
  .cpfl-rot .fl .text,
  .cp-kind .text,
  .cp-zs .fr .text,
  .rot-news li p a,
  .rot-news .l3 .text,
  .zxy_fuwu_top .top_p,
  .zxy_zl_top .top_p,
  .zxy_mowei_top .top_p,
  .zxy_fuwu_contfr>p,
  .zxy_zl_contfl p,
  .zxy_dibu .text .di_p2,
  .cp-tit .fr .cs p,
  .al-title .fr .cs p,
  .al-title .fr .sbpz ul li span,
  .al-title .fr .sbpz .tit span,
  .cp-lists li p a {
    font-size: 14px;
    line-height: 28px;
  }

  .al-text p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0 15px 60px;
  }

  .module-2 .fl .btn {
    width: 150px;
    margin: 25px 0;
  }

  .module-2 .fl .btn a {
    font-size: 14px;
    line-height: 40px;
  }

  .module-3 li {
    height: 250px;
  }

  .module-3 li p {
    margin-top: 10px;
  }

  .cpfl-rot:before {
    width: 720px;
  }

  .cpfl-rot .fl .pic {
    width: 120px;
  }

  .cpfl-rot .fr ul li:before {
    background-size: 70%;
    font-size: 16px;
    line-height: 55px;
  }

  .cpfl-rot .fr ul .cp2:after {
    width: 220px;
    height: 120px;
  }

  .cpfl-rot .fr ul li p a {
    font-size: 20px;
  }

  .cp-kind .list:nth-child(odd) {
    padding: 60px 0;
  }

  .cp-kind h3 {
    font-size: 30px;
    background-size: 60px;
    padding-left: 80px;
  }

  .cp-kind .label {
    font-size: 16px;
  }

  .cp-kind .look-more {
    width: 120px;
    height: 40px;
    background-size: 15px;
    background-position: 15px center;
    font-size: 16px;
    line-height: 38px;
    padding-left: 40px;
  }

  .cp-kind li p a {
    height: 48px;
    font-size: 14px;
    background-size: 20px;
  }

  .cp-kind .cp-wz a,
  .cp-title li span a {
    font-size: 14px;
  }

  .cp-title ul {
    height: 160px;
  }

  .cp-title li p:before {
    width: 80px;
    height: 60px;
  }

  .cp-title .cur {
    margin-top: -22px;
  }

  .cp-title .cur p {
    width: 160px;
    height: 140px;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 0 20px rgba(32, 43, 78, 0.3);
  }

  .cp-title .cur p a {
    height: 100%;
    border: 1px solid #ffb5b5;
    border-radius: 15px;
    line-height: 1;
  }

  .cp-title .cur span a {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
    border-radius: 15px;
  }

  .cp-lists {
    margin-top: 70px;
  }

  .cp-lists li p a {
    padding: 12px 0;
  }

  .other-news .fr .text h4 a {
    font-size: 18px;
  }

  .hy-news .title a,
  .cp-zs .fr .title a,
  .other-news .title a,
  .rot-news .l3 .title,
  .qy-news .title a {
    font-size: 24px;
  }

  .hy-news .fl a {
    font-size: 14px;
    background-size: 14px;
    padding: 22px;
  }

  .hy-news .fl img {
    width: 100px;
  }

  .hy-news .news-pic li .text p a,
  .other-news .fr .text dd p {
    font-size: 14px;
  }

  .hy-news .news-txt li a,
  .cp-zs .fl h4 a,
  .other-news .fl li h4 a,
  .qy-news ul li p a {
    font-size: 14px;
    background-size: 20px;
    padding-left: 25px;
  }

  .cp-zs .fl p,
  .other-news .fl li p {
    height: 50px;
    font-size: 12px;
    line-height: 24px;
  }

  .cp-zs .fc:before {
    width: 150px;
    height: 160px;
    right: -200px;
  }

  .cp-zs .fr .look-more {
    width: 120px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }

  .cp-zs .fc p a {
    font-size: 18px;
    line-height: 48px;
  }

  .other-news .fr .text {
    padding: 30px;
  }

  .qy-news ul li p {
    width: 70%;
  }

  .zxy_fuwu_cont .zxy_fuwu_img {
    margin: 16px 0;
  }

  .zxy_fuwu_fot li:nth-of-type(2) {
    margin-left: -80px;
  }

  .zxy_fuwu_fot li:nth-of-type(4) {
    margin-left: -155px;
  }

  .cp-tit .fr {
    margin-top: 0;
    padding: 30px 50px 50px 50px;
  }

  .cp-tit .fr .ys {
    font-size: 14px;
  }

  .cp-tit .fr .cs p {
    margin: 5px 0;
  }

  .cp-tit .fr .cp-jy span {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
  }

  .cp-tit .fr .cp-jy {
    padding: 20px 20px 20px 77px;
  }

  .cp-tit .fr .spec dd {
    font-size: 14px;
  }

  .cp-tit .fr .spec dd span {
    font-size: 16px;
  }

  .cp-md .fl li {
    width: 120px;
    margin-left: 0;
  }

  .cp-md .fr {
    font-size: 16px;
    margin-right: 0;
  }

  .cp-md .fr strong {
    font-size: 30px;
  }

  .cp-cont .fr {
    padding: 0 14px;
  }

  .cp-cont .fr h3 {
    font-size: 20px;
  }

  .cp-cont .fr li p a,
  .cp-cont .more-cp li a {
    font-size: 14px;
  }

  .news-cont {
    margin-top: 80px;
  }

  .video-title .fl .text {
    font-size: 12px;
  }

  .video-title .fl .text span {
    background-size: 15px !important;
    padding-left: 25px;
    margin-left: 30px;
  }

  .video-title .fl .text .sp1 {
    padding-left: 25px;
  }

  .video-title .fr {
    margin: 0;
  }

  .video-title .fr .top-v {
    padding: 20px 10px;
  }

  .video-title .fr .top-v dd {
    width: 90px;
  }

  .video-title .fr .top-v dt span {
    font-size: 16px;
  }

  .video-title .fr .top-v dt p {
    font-size: 14px;
  }

  .video-title .fr .top-v dd:before {
    width: 55px;
    height: 55px;
  }

  .video-title .fr .center-v {
    height: 205px;
  }

  .video-title .fr .center-v dd a {
    font-size: 14px;
    line-height: 20px;
  }

  .video-title .fr .center-v dd span {
    font-size: 12px;
    background-size: 12px;
    padding-right: 18px;
  }

  .video-title .fr .bottom-v {
    background-position: 20px center;
    background-size: 60px;
    font-size: 14px;
    padding: 15px 0 15px 100px;
  }

  .video-title .fr .bottom-v strong {
    font-size: 18px;
  }

  .video-lists li p a {
    height: 55px;
  }

  .video-kind li p a {
    line-height: 24px;
  }

  .about-tit .al-text,
  .news-cont .prev {
    width: 100%;
  }

  .al-title .fr {
    padding: 0px 0 0 50px;
  }

  .al-title .fr .txt {
    top: 25px;
  }

  .al-title .fr .sbpz {
    width: 100%;
    padding: 20px 20px 35px 30px;
    margin: 0;
  }

  .al-title .fr .cs {
    margin: 15px 0;
  }

  .al-title .fr .cs p {
    background-position: left 7px;
    padding-left: 20px;
    margin: 10px 0;
  }

  .al-title .fr .sbpz .tit {
    width: 135px;
    margin-bottom: 0;
  }

  .al-title .fr .sbpz ul {
    height: 148px;
  }

  .al-title .fr .sbpz ul li {
    margin: 15px 0;
  }

  .rot-news .l3 {
    margin-bottom: 30px;
  }

  .right-float {
    width: 120px;
    height: 330px;
  }

  .right-float .kf-btn {
    line-height: 298px;
  }

  .right-float .go-top {
    line-height: 25px;
  }

  .zt-jb:before {
    font-size: 80px !important;
  }

  .hy-news .news-pic li:hover .text p a {
    font-size: 14px;
    line-height: 24px;
  }

  .pic-360 {
    height: 500px;
  }

  .pic-360 #KeyShotVR {
    width: 700px !important;
    height: 420px !important;
  }

  .pic-360 .left {
    left: 6%;
  }

  .pic-360 .right {
    right: 6%;
  }

  .message {
    padding: 100px 0 50px 0;
  }

  .message dd {
    padding: 19px;
  }

  .message dd:before {
    height: 363px;
  }

  .message dd .msg-box {
    margin: 0 0 20px 0;
    padding: 20px;
  }

  .message dd h3 {
    background: url(../images/msg-tb2.png) left center no-repeat;
    padding-left: 50px;
    position: absolute;
    top: -70px;
    color: #fff;
  }

  .cont-msg .text {
    margin: 0 0 -50px 15px;
  }

  .cont-msg dd h3 {
    top: -180px;
  }

  .zxy_zl_cont .swiper-container {
    height: 289px;
  }

  .side-message {
    padding: 0 0 10px;
    width: 260px;
  }

  .side-message .kf-message span {
    border-radius: 10px 10px 20px 10px;
    border: 2px solid #fff;
  }

  .side-message .kf-message:after {
    border-radius: 10px 10px 20px 10px;
    left: 6px;
    top: 6px;
  }

  .side-message .message-header:before {
    width: 200px;
    height: 200px;
  }

  .side-message .message-header span {
    margin: 26px 0 0 90px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .side-message .message-header span+span {
    margin: 16px 0 0 110px;
  }

  .side-message .message-header span+span+span {
    margin: 5px 0 0 20px;
  }

  .side-message .message-form .item-form {
    margin-top: 20px;
  }

  .side-message .message-form .btn-form {
    bottom: -28px;
  }

  .side-message .message-form .btn-form input[type=submit] {
    font-size: 14px;
  }

  .cplb-tit .right {
    width: 650px;
  }
}

@media screen and (max-width:1400px) {

  .cplb-tit .right {
    width: 550px;
  }

  .news-lists {
    margin-top: 140px;
  }

  .w,
  .section5 .w {
    max-width: 1100px;
  }

  .section1 .box-five {

    right: -46px;

  }

  .header .tel {

    font-size: 18px;
  }



  .header .nav {
    width: 58%;
  }

  .header .tel {
    padding-top: 10px;
    width: 24%;
  }

  .cplb-tit .left {

    padding: 70px 0 10px 0;
  }

  .section2 .fl i {
    left: 395px;
  }

}



@media screen and (max-width:1200px) {

  .w,
  .section5 .w {
    max-width: 1000px;
  }

  .header .w,
  .wz .w,
  .al-title .w,
  .cp-tit .w,
  .cp-360 .w {
    max-width: 1200px;
  }

  .header .nav {
    width: 55%;
  }

  .header .tel {

    width: 27%;
    font-size: 16px;
  }

  .cplb-tit .right {
    width: 500px;
  }

  .contact-tit .left .lx-fs .p1 strong {
    font-size: 30px;
  }

  .al-title .fr {
    padding-left: 20px;
  }

  .section2 .fl i {
    width: 350px;
    height: 350px;


    top: 89px;
  }

  .section2 .fl i::after {
    top: 45px;
    right: 45px;
  }

  .section2 .fl dt p {
    width: 320px;
    height: 320px;
  }

  .header .nav li a {
    font-size: 16px;
  }

  .cplb-tit .left p {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

}

/*
@media screen and (max-width:1050px) {
.w, .section5 .w {
  max-width: 1000px;
}
.section2 .fl i {
  left: 358px;
}
}
*/
/* //// */
/* *****************add-news begin ***************/
.add-new-cent {
  padding-top: 25px;
  position: relative;
}

.add-new-cent:before {
  /* content: '';*/
  display: block;
  width: 448px;
  height: 638px;
  background: url(../images/news-center-bg.png) no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.add-new-cent:after {
  /* content: '';*/
  display: block;
  width: 646px;
  height: 470px;
  /*background:url(../images/news-center-img1.jpg) no-repeat;*/
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.add-new-cent .location {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  /* width: 43%;*/
  padding: 10px 0;
}

.add-news-tit {
  padding: 40px 0 65px;
  width: 67.143%;
}

.add-nclass-type {
  font-size: 36px;
  color: #151d3d;
  font-weight: 900;
}

.add-nclass-type span {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  margin-left: 30px;
}

.add-nclass-type p {
  font-size: 18px;
  color: #666;
  margin-left: 30px;
  display: inline-block;
  font-weight: 400;
}

.add-nclass-type .view-more {
  font-size: 16px;
  float: right;
  font-weight: 400;
  margin-top: 17px;
  color: #999;
}

.add-nclass-type .view-more:hover {
  color: #e30c03;
}

@media screen and (max-width:1600px) {
  .add-nclass-type {
    font-size: 32px;
  }
}

.add-news-tit h3 {
  display: inline-block;
  width: 208px;
}

.add-news-tit p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  position: relative;
  width: 72.8%;
  padding-left: 10px;
  margin-top: 8px;
  float: right;
}

.add-news-tit p:before {
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background-color: #ff0000;
  position: absolute;
  top: 5px;
  left: 0;
}

.news-cent-con {
  border-radius: 0 20px 0 0;
  -o-border-radius: 0 20px 0 0;
  -ms-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
  box-shadow: 0px 7px 24px rgba(50, 66, 112, .22);
  -o-box-shadow: 0px 7px 24px rgba(50, 66, 112, .22);
  -ms-box-shadow: 0px 7px 24px rgba(50, 66, 112, .22);
  -moz-box-shadow: 0px 7px 24px rgba(50, 66, 112, .22);
  -webkit-box-shadow: 0px 7px 24px rgba(50, 66, 112, .22);
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.news-cent-con .pic {
  width: 59.28%;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 32.8%;
}

.news-cent-con .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-cent-con .pic:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.news-cent-con .text {
  width: 40.72%;
  float: right;
  padding: 55px 31px 30px 42px;
  background-color: #FFF;
}

.news-cent-con .text .tit {
  font-size: 30px;
  color: #333;
  font-weight: 900;
  margin-bottom: 25px;
  display: block;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 78px;
}

.news-cent-con .text .tit:hover {
  color: #00cc66;
}

.news-cent-con .text p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.news-cent-con .text .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 128px;
}

.text .tips {
  margin-top: 28px;
}

.text .tips p {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  margin-right: 28px;
}

.text .tips span {
  width: 16px;
  height: 16px;
  background: #12683d;
  background: -webkit-linear-gradient(left top, #fc211e, #12683d);
  background: -o-linear-gradient(bottom left, #fc211e, #12683d);
  background: -moz-linear-gradient(bottom left, #fc211e, #12683d);
  background: linear-gradient(to bottom left, #fc211e, #12683d);
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  margin-right: 10px;
  border-radius: 2px;
}

.tips strong {
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}

.bg-jb {
  Background-color: #12683d;
  background: -o-linear-gradient(top, #12683d 0%, #00cc66 100%);
  background: -ms-linear-gradient(top, #12683d 0%, #00cc66 100%);
  background: linear-gradient(top, #12683d 0%, #00cc66 100%);
  background: -moz-linear-gradient(top, #12683d 0%, #00cc66 100%);
  background: -webkit-linear-gradient(top, #12683d 0%, #00cc66 100%);
}

.add-time {
  float: right;
  margin-right: 0;
  padding-left: 20px;
  background: url(../images/time.png) no-repeat left center;
}

.news-cent-con .text .add-time {
  margin-right: 0;
}

.news-cent-con .read-more {
  display: inline-block;
  padding: 11px 55px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  float: right;
  margin-top: 30px;
  margin-right: 0;
}

.news-cent-con .read-more:hover {
  margin-right: 10px;
}

.add-new-cent ul {
  margin-left: -3.1%;
  margin-top: 38px;
}

.add-new-cent li {
  width: 21.9%;
  float: left;
  margin-left: 3.1%;
  padding: 35px 25px 15px 25px;
  background-color: #fff;
  border: 1px solid transparent;
}

.add-new-cent li:hover {
  border: 1px solid #0c6;
}

.add-new-cent li .tit {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 68px;
}

.add-new-cent li p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 96px;
}

/*.add-new-cent li .tips {margin-bottom:22px;height:auto;}*/
.grey {
  box-shadow: 0px 7px 24px rgba(50, 66, 112, .22);
  -o-box-shadow: 0px 7px 24px rgba(50, 66, 112, .22);
  -ms-box-shadow: 0px 7px 24px rgba(50, 66, 112, .22);
  -moz-box-shadow: 0px 7px 24px rgba(50, 66, 112, .22);
  -webkit-box-shadow: 0px 7px 24px rgba(50, 66, 112, .22);
}

.grey .tit {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  margin-bottom: 25px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.grey .tit:hover {
  color: #00cc66;
}

.grey .more {
  display: block;
  width: 14px;
  height: 12px;
  background: url(../images/news-icon-more.png) no-repeat center;
  text-indent: 999em;
  overflow: hidden;
  float: right;
}

.grey .more:hover {
  background: url(../images/news-icon-more-h.png) no-repeat center;
}

/*首页咨询方案*/
.homefive {
  clear: both;
  display: block;
  background: url(../images/indexfang.jpg) center center no-repeat;
  background-size: auto;
  background-size: cover;
  padding: 15px 0;
  text-align: center;
}

.homefive .container {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.homefive .homefivefl {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  padding-right: 30px;
  line-height: 1.5em;
}

.homefive .homefivefl span {
  clear: both;
  display: block;
  font-size: 16px;
  color: #414141;
  padding-top: 5px;
  font-weight: 400;
}

.homefive .homefivefl span i {
  font-style: normal;
  font-weight: 700;
  color: #096547;
}

.homefive .homefivefr {
  display: inline-block;
  text-align: left;
}

.homefive .homefivefr a {
  float: left;
  background: #61b499;
  width: 107px;
  margin-right: 15px;
  border-radius: 8px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
  margin-top: 7px;
}

.homefive .homefivefr a:first-child {
  background: #ffac29;
}

/*404页面*/
.channel_content.false {
	padding: 310px;
}

.false01 .content {
	width: 850px;
	position: absolute;
	left: 50%;
	margin-left: -425px;
	top: 50%;
	margin-top: -302px;
}

.false01 .content .box {
	width: 55%;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 110px;
}

.false01 .text {
	padding: 20px 0 0 60px;
}

.false01 .text .txt1 {
	font-size: 28px;
	font-weight: bold;
	color: #00cc66;
	margin-bottom: 25px;
}

.false01 .text .txt2 {
	font-size: 18px;
	font-weight: bold;
	color: #1f1f1f;
}

.false01 .text .txt3 {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.false01 .text .txt3 li {
	position: relative;
	padding-left: 25px;
}

.false01 .text .txt3 li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #959595;
}

.false01 .text .txt4 {
	font-size: 16px;
	color: #666;
	line-height: 26px;
}

.false01 .text .txt4 a {
	color: #00cc66;
}

@media screen and (min-width:1800px) {
  .homefive {
    padding: 30px 0;
  }

  .homefive .homefivefl {
    font-size: 28px;
    padding-right: 60px
  }

  .homefive .homefivefr a {
    padding: 11px 0;
    margin-top: 5px
  }
}

@media screen and (min-width:1500px) {
  .homefive {
    padding: 30px 0;
  }

  .homefive .homefivefl {
    font-size: 26px;
    padding-right: 50px
  }

  .homefive .homefivefl span {
    font-size: 18px;
    padding-top: 10px
  }

  .homefive .homefivefr a {
    width: 164px;
    margin-right: 25px;
    font-size: 18px;
    padding: 8px 0;
    margin-top: 6px
  }
}

@media screen and (min-width:1366px) {
  .homefive {
    padding: 25px 0
  }

  .homefive .homefivefl {
    font-size: 30px;
    padding-right: 40px;
    line-height: 1.5em;
  }

  .homefive .homefivefl span {
    font-size: 20px;
    padding-top: 7px
  }

  .homefive .homefivefr a {
    width: 144px;
    margin-right: 20px;
    font-size: 16px;
    padding: 8px 0;
    margin-top: 6px
  }
}

/*首页咨询方案结束*/
@media screen and (max-width:1800px) {
  .add-new-cent:after {
    width: 400px;
    height: 292px;
  }

  .news-cent-con .text .tit {
    font-size: 28px;
    height: 72px;
  }

  .news-cent-con .text {
    padding: 38px 31px 30px 42px;
  }
}

@media screen and (max-width:1440px) {
  .news-cent-con .text .tit {
    font-size: 26px;
  }



  .news-cent-con .text {
    padding: 31px 31px 30px 42px;
  }

  .add-news-industry li,
  .add-news-knowledge li {
    padding: 19px 30px
  }

  .news-cent-con img {
    max-width: 100%;
  }
}

@media screen and (max-width:1366px) {
  .news-cent-con .text .tit {
    font-size: 24px;
  }

  .news-cent-con .text .tips {
    margin-top: 18px;
  }

  .news-cent-con .read-more {
    margin-top: 20px;
  }

  .news-cent-con .text {
    padding: 25px 30px 25px 42px;
  }

  .news-cent-con {
    overflow: initial;
  }

  .add-news-industry li,
  .add-news-knowledge li {
    padding: 16px 30px 17px;
  }
}

.add-news-industry {
  /* background: url(../images/add-news-industry-bg.jpg) no-repeat center top;*/
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 276px 0 80px;
  margin-top: -175px;
}

.add-news-industry ul {
  width: 43.71%;
  float: left;
}

.add-news-industry li,
.add-news-knowledge li {
  margin-top: 30px;
  padding: 20px 30px;
  background-color: #fff;
}

.add-news-industry li .tit,
.add-news-knowledge li .tit {
  margin-bottom: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-industry-b .text .add-time,
.add-news-industry li .add-time,
.add-news-knowledge li .add-time {
  float: none;
}

.news-industry-b {
  width: 53.57%;
  float: right;
  padding-top: 30px;
}

.news-industry-b .pic {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 54.6%;
}

.news-industry-b .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-industry-b .pic:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.news-industry-b .text {
  padding: 27px 45px;
  background-color: #fff;
}

.news-industry-b .text .tit {
  color: #333;
  font-weight: 900;
  margin-bottom: 8px;
}

.news-industry-b .text .tit:hover {
  color: #00cc66;
}

.news-industry-b .text .desc {
  line-height: 2;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 64px;
}

.add-news-knowledge {
  padding: 100px 0 80px;
}

.add-news-knowledge .add-nclass-type {
  margin-bottom: 10px;
}

.add-news-knowledge ul {
  width: 43.71%;
  float: right;
}

.add-news-knowledge ul:first-child {
  float: left;
}

.add-news-knowledge {
  background: url(../images/news-knowledge-line.png) no-repeat center 180px;
}

.add-news-hot {
  /*background: #f7f7f7;*/
  margin-top: 0;
  padding: 64px 0 90px;
}

.add-news-hot .news-industry-b {
  float: left;
}

.add-news-hot ul {
  float: right;
}

.add-news-hot .add-nclass-type {
  margin-bottom: 10px;
}



@media screen and (max-width:1280px) {

  .add-news-industry li,
  .add-news-knowledge li {
    padding: 14px 30px 15px;
  }
}

.add-news-comp {
  padding: 60px 0 56px;
  background: url(../images/add-news-comp-bg.png) no-repeat left bottom;
}

.w:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.add-news-comp .add-nclass-type {
  text-align: center;
  margin-bottom: 25px;
}

.add-news-comp ul {
  margin-left: -5%;
}

.add-news-comp li {
  width: 45%;
  margin-left: 5%;
  float: left;
  background: url(../images/cp-tb.png) no-repeat left center;
  padding: 27px 0 27px 40px;
  transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.add-news-comp li span {
  float: right;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
  /*background: url(../images/news-icon-time.png) no-repeat left center;*/
}

.add-news-comp li a {
  font-size: 18px;
  color: #333;
  padding-right: 20px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.add-news-comp li:hover {
  padding-left: 50px;
}

.add-news-comp li:hover a {
  color: #00cc66;
}

.add-new-cent .w,
.add-news-industry .w,
.add-news-knowledge .w,
.add-news-industry .w,
.add-news-comp .w {
  width: 94%;
  max-width: 1400px;
}

@media screen and (max-width:1000px) {

  .w,
  .section5 .w {
    max-width: 900px;
  }

  .ser_lc h4 {
    font-size: 1em;
    font-weight: 500;
    margin: 0.3rem auto;
  }

 
  .ser_lc {
    padding: 0 0 20px 0;
    border-top: #f3f3f3 8px solid;
    margin: 20px auto 0;
  }

  .ser_lc h3 {
    margin: 20px 0 10px 0;
  }


  html,.wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    margin: auto 0.5rem;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .header {
    width: 100%;
    height: 1.13333rem;
    line-height: normal;
    position: relative;
   /* background: linear-gradient(90deg, #2D374A, #0F1C37, #243344);*/
   background-color: rgba(0, 0, 0, 0.68);
  }

  .header-sy:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;

  }

  .header:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
  }

  .header .logo {
    display: block;
    float: left;
    /*margin: 0.8rem 0 0 0.4rem;
padding-top: 0.5rem;*/
    width: 33%;
    height: 1rem;

    position: relative;
    z-index: 10;
  }

  .header .logo img {
    display: block;
    width: 50%;
  }

  .header .tel {
    font-size: 2em;
    float: left;
    width: 33%;
    /*
  padding-top: 43px;*/
  }

  .header .tel img {
    width: 0.3rem;
    height: 0.3rem;
  }

  .header .btn-nav {
    width: 33%;
    height: 1.13333rem;

    float: right;
    border-bottom-left-radius: 1.06667rem;
    position: relative;
    cursor: pointer;
    z-index: 1020;
  }

  .header .btn-nav>span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .header .btn-nav>span:before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 50%;
    top: 20%;

    background-image: url(../images/menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .header .nav {
    width: 1.53333rem;
    padding: 0.13333rem;
    font-size: 1em;
    background: #00cc66;
    position: absolute;
    right: 0.4rem;
    top: 1.3333rem;
    display: none;
    z-index: 10200;
    border-radius: 0.08rem;
    -webkit-box-shadow: 0 0 0.16rem rgba(37, 111, 221, 0.2);
    -moz-box-shadow: 0 0 0.16rem rgba(37, 111, 221, 0.2);
    box-shadow: 0 0 0.16rem rgba(37, 111, 221, 0.2);

  }

  .header .nav:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 0.18667rem solid #ffffff;
    border-left: 0.18667rem dashed transparent;
    border-right: 0.18667rem dashed transparent;
    position: absolute;
    top: -0.18667rem;
    right: 0.18667rem;
  }

  .header .nav li {
    width: 100%;
    overflow: hidden;
  }

  .header .nav li a {
    display: block;
    width: 100%;

    line-height: 0.77333rem;
    font-size: 1em;
    color: #333;
    text-align: center;
  }

  .news-zhiding {
    display: none;
  }

  .grey .tit {
    font-size: 1em;
  }

  .swiper-banner {
    width: auto;

  }

  .index-banner .swiper-slide dd {
    display: none;
  }

  .index-banner .swiper-slide:first-child dt {
    width: auto;
  }

  .index-banner .swiper-slide dt {
    width: auto;
    top: 0;
  }

  .cp-fl li span {
    font-size: 16px;
  }

  .cp-fl li p {
    font-size: 1em;
  }

  .section {
    margin: 0.3rem 0;
  }

  .section .text {
    line-height: 1.5em;
    margin: 1.0em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

  .section h1,
  .section h2 {
    font-size: 2em;
  }

  .section h1:after,
  .section h1:before,
  .section h2:after,
  .section h2:before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
   /* display: inline-block;*/
    display: none;
    margin: 0;
  }

  .section1 {
    height: 1.5rem;
  }

  .add-news-tit,
  .add-news-tit p {
    width: 100%;
    float: none;
  }

  .add-news-tit {
    padding: 40px 0 0.5rem;
  }

  .add-nclass-type {
    width: 100%;
    font-size: 2em;
  }

  .section2 {
    height: 6rem;
  }

  .section2::before {
    width: 100%;
  }

  .section1 .star-cp {
    display: none;
  }

  .section3 .news-box .news-tit li {
    padding: 35px 0 0 0.133rem;
  }

  .section2 .fl i {
    display: none;
  }

  .section2 .bt-box {
    display: none;
  }

  .section2 .fr {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .section2 .fr::before,
  .section2 .fr li::before {
    display: none;
  }

  .section2 .fr li {
    width: 25%;
    float: left;
    padding: 10px 20px 0 10px;
  }

  .section2 .fl {
    width: 100%;
  }

  .section2 .fl dt {
    right: 0;
    top: 0;
    width: 45%;
    float: right;
    margin: 20px 10px 20px 20px;
  }

  .section2 .fl dd {
    width: 45%;
    margin: 1rem 20px;
  }

  .section2 .fl dt p {
    width:auto;
    height: auto;
    padding: 0;
    border-radius:20%;
  }

  .section2 .fr li,
  .section2 .fr li:nth-child(1),
  .section2 .fr li:nth-child(2),
  .section2 .fr li:nth-child(3),
  .section2 .fr li:nth-child(4),
  .section2 .fr .active:nth-of-type(1),
  .section2 .fr .active:nth-of-type(2),
  .section2 .fr .active:nth-of-type(3),
  .section2 .fr .active:nth-of-type(4) {
    background: none;
  }
  
  .section2 .fl .btn:hover {
    font-size: 18px;
  }
  .section2 .fr .active p::before,.section2 .fr li p::after {
    width: 75%;
  }
  .section2 .fr .active p::after,.section2 .fr li p::before {
    width: 50%;
  }
  
  /*简介*/
  .news-title {
    padding-left: 1.5em;
  }

  .location,
  .news-title h1,
  .news-title .author,
  .news-title span,
  .news-cont .prev p span {
    font-size: 1em;
  }
  .news-cont{
    padding: 20px;
  }
  .news-cont .fl,
  .news-cont .prev p a {
    width: 100%;
  }

  .cplb-tit .left {
    width: auto;

    padding: 80% 0 0 0;
    margin: auto 0.5rem;
  }

  .cp-lists ul {
    padding: 0;
  }

  .cp-kind .cp-wz a,
  .cp-title li span a {
    font-size: 1em;
  }

  .cp-title li p {
    width: 88%;
  }

  .cp-title li p img {
    width: 80%;
  }

  .cp-title {
    padding: 0.56rem 0 0.5rem 0;
  }

  .cplb-tit .right,
  .news-cont .daodu {
    width: auto;

  }

  .cp-tit .fl,
  .cp-tit .fr,
  .cp-cont .fl {
    width: 99%;
  }

  .cp-cont .fl {

    padding: 0 10px;
  }

  .news-xg dd h3 {
    font-size: 1em;
    padding-left: 0.63rem;
  }

  .news-xg li {
    width: 50%;

  }

  .news-xg dl,
  .news-xg li {
    padding: 0;
  }

  .al-cfix {
    margin: 0;

  }

  .module-1 .fl p,
  .news-xg dt a,
  .news-xg li a {
    font-size: 1em;
  }

  .module-1 .fl .one {
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
  }

  .module-1 .fl .one img {
    width: 60%;
  }

  .module-1 .fl .two {
    display: none;
  }

  /*
.module-1 .fl .two p {
	background-size: 1em;
   
    padding-left: 0.3rem;
    margin: 10px 0;
    display: inline-block;
}*/
  .module-1 .fl .three {
    display: none;
    /* font-size: 1.5em;*/
  }

  .module-1 .fl .four {
    display: none;
  }

  .module-1 .fl .five {
    display: none;
    /*
    width: 2.0rem;
	padding: 0 0.5rem 0 0;
*/
  }

  /*
.module-1 .fl .five a {
    width: auto;
    font-size: 1em;
    line-height: 2em;
}
*/

  .contact-tit .right p {
    font-size: 1em;
    line-height: 1em;
  }

  .cplb-tit .left h3,
  .module-2 .fl h3,
  .module-3 li h3,
  .module-4 h3,
  .zxy_fuwu_top h3,
  .zxy_zl_top h3,
  .zxy_mowei_top h3,
  .cp-tit .fr h1,
  .al-title .fr h1 {
    font-size: 2em;
  }

  .cplb-tit .left p,
  .cp-cont .fl p,
  .news-cont .prev p,
  .module-2 .fl p,
  .module-3 li p,
  .module-4 p,
  .add-news-tit p,
  .add-new-cent .location,
  .cpfl-rot .fl .text,
  .cp-kind .text,
  .cp-zs .fr .text,
  .rot-news li p a,
  .rot-news .l3 .text,
  .zxy_fuwu_top .top_p,
  .zxy_zl_top .top_p,
  .zxy_mowei_top .top_p,
  .zxy_fuwu_contfr>p,
  .zxy_zl_contfl p,
  .zxy_dibu .text .di_p2,
  .cp-tit .fr .cs p,
  .al-title .fr .cs p,
  .al-title .fr .sbpz ul li span,
  .al-title .fr .sbpz .tit span,
  .cp-lists li p a,
  .about-wrapper1 .col-text p,
  .news-cont .daodu p {
    font-size: 18px;
    line-height: 2em;
  }

  .cp-cont .fr {
    display: none;
  }

  .zxy_zl_contfl h4 {
    padding-top: 3px;
    font-size: 1.5em;
  }

  .zxy_fuwu_top h3,
  .zxy_mowei_top h3,
  .zxy_zl_top h3,
  .about-wrapper1 .col-text h2 {
    font-size: 2em;
    color: #000;
    font-weight: 700;
    padding: 0 0 15px 0;
    text-align: center;
  }

  .about-wrapper1 .col-img {
    display: none;
  }

  .about-wrapper1 .col-text {
    float: right;
    width: 100%;

  }

  .about-wrapper1 .col-text p {
    padding: 0 1.5em;
  }

  .hot_msg {

    left: 0;
    padding: 0.333rem 0 0 0;
  }

  .section3 .news-box .news-tit li {
    font-size: 1.5em;
  }

  .section3 .news-box .news-txt .list1 li {
    width: 88%;
  }

  /*
  .section3 .news-box .news-txt .list1 li dd h3 a {
    font-size: 1.3em;
  }
*/
  .section3 .news-box .news-txt .list1 li dd p,
  .section3 .news-box .news-txt .list1 li dt span,
  .news-cent-con .text p,
  .news-cent-con .text .tit,
  .news-cent-con .read-more {
    font-size: 1em;
  }

  news-cent-con .text .tit {
    height: 1.5rem;
  }

  .add-new-cent {
    padding-bottom: 0.5rem;
  }

  .add-news-industry ul {
    width: 100%;
    float: left;
  }

  /*
  .add-news-industry {
    margin-bottom: 1.5rem;
  }
*/
  .add-news-comp {
    padding: 0.133rem 0 0.333rem;
  }

  .section3 .news-box .news-txt .list1 li dd span {
    font-size: 1em;
  }

  .section3 .news-box .news-txt .list1 li dd p,
  .news-industry-b {
    display: none;
  }

  .section4 dl h3 a {
    font-size: 1.3em;
    background-size: 1em;
    line-height: 1.5em;
  }

  .section4 dl {
    width: 47.86%;
    background: #fff;
    float: left;
    margin-left: 4.28%;
    margin-bottom: 4.28%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px #d3dfe4;
  }

  .section4 dl:nth-child(2n+1) {
    margin-left: 0;
  }

  .section4 dl .btn {
    display: none
  }


  .news-cent-con .text .desc {

    height: 1.8rem;
  }

  /* .news-cent-con img,
  .news-cent-con .text {
    max-width: 50%;
  } */

  .news-cent-con .text {
    padding: 0.1rem 0.3rem 0.3rem 0.1rem;
  }

  .news-cent-con .read-more {

    padding: 0.2rem 0.5rem;
  }

  .tips strong {
    line-height: 1em;
  }

  .add-news-comp li {
    width: 90%;
  }

  .add-news-comp li a,
  .add-news-comp li span {
    font-size: 1em;
  }

  /*
  .fw-ul li {
    margin-bottom: 0.32rem;
    margin-top: 0;
  }
 
  .fw-ul li p {
    font-size: 1em;
  line-height: 2em;}*/
  /*售后服务*/
  .ser_lc li {
    width: 32%;
  }

  .ser-idea {
    position: relative;
    padding-bottom: 0.4rem;
    margin-bottom: 0.5333333333rem;
  }

  /*
.ser-idea::before {
  content: "";
  position: absolute;
  left: -0.4rem;
  right: -0.4rem;
  top: -2.4rem;
  bottom: 0;
  background-color: #f4f4f4;
  z-index: -2;
}*/
  .ser-idea .index-txt {
    text-align: center;
    margin-bottom: 0.48rem;
  }

  .ser-idea .index-txt h2 {
    font-size: 2em;
    margin: 40px 0 30px 0;

    line-height: 2em;
  }

  .ser-idea .clearfix {
    margin: 0 2rem;
  }

  .ser-idea .clearfix li {
    position: relative;
    margin-bottom: 0.77rem;
    width: 100%;
    margin-left: 0;
  }

  
  .ser-idea .clearfix li p {
    /*
    left: 1.46rem;
    line-height: 1.2266666667rem;
    text-align: center;
    padding-left: 0.16rem;
    color: #333;
    font-size: 1em;
    -webkit-border-bottom-right-radius: 0.1333333333rem;
    -moz-border-bottom-right-radius: 0.1333333333rem;
    -ms-border-bottom-right-radius: 0.1333333333rem;
    -o-border-bottom-right-radius: 0.1333333333rem;*/
    border-bottom-right-radius: 0.8333333333rem;
    margin-right: 0.5rem;
  }

  .ser_lc p,
  .ser-idea .index-txt p {

    font-size: 18px;
    line-height: 2em;
  }

  .swiper-banner .swiper-slide .hot-font .swt,
  .swiper-solution .swiper-slide .hot-font .swt {
    display: none;
  }

  .ser_lc h3 {
    font-size: 2em;
    margin: 20px 0 10px 0;
  }

  .header-sy .navbar-toggler {
    display: none;
  }

  .al-title .fl {
    width: 100%;
  }

  .al-title .fr {
    padding: 1.5em 20px 0 20px;
    width: 100%;
    float: left;
  }

  .wz-box {
    padding: 1.5em;
  }

  .zxy_mowei_top ul li:first-child {
    display: none;
  }

  .zxy_mowei_top ul li {
    width: 48%;
  }

  .al-title .fr .picu img {
    width: 45%;
    margin: auto 2%;
  }

  .cp-md .fr {
    margin-right: 10px;
  }

  .news-lists .fr {
    display: none;
  }

  .news-lists .fl {
    width: 100%;
  }

  .news-lists {
    margin: 10px auto;
  }

  .ser-idea ul {
    margin: 0 0.77rem;
  }

}


@media screen and (max-width:880px) {
  .cplb-tit .left {
    width: auto;

    padding: 70% 0 0 0;

  }

  .cpxg-lists,
  .news-lists .fl ul {
    margin: 0 20px;
  }

  /*  .news-lists .fl .headlines{
    padding: 20px;
  }*/
  #blackVideo p {
    width: 95%;
  }
}

@media screen and (max-width:768px) {

  html,

  .wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    margin: auto 0.5rem;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .header {
    width: 100%;
    height: 1.13333rem;
    line-height: normal;
    position: relative;
  }

  .header-sy:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;

  }

  .header:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
  }

  .header .logo {
    display: block;
    float: left;
    /*margin: 0.8rem 0 0 0.4rem;
padding-top: 0.5rem;*/
    width: 33%;
    height: 1rem;

    position: relative;
    z-index: 10;
  }

  .header .logo img {
    display: block;
    width: 60%;
  }



  .header .tel img {
    width: 0.3rem;
    height: 0.3rem;
  }

  .header .btn-nav {
    width: 33%;
    height: 1.13333rem;

    float: right;
    border-bottom-left-radius: 1.06667rem;
    position: relative;
    cursor: pointer;
    z-index: 1020;
  }

  .header .btn-nav>span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .header .btn-nav>span:before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 50%;
    top: 20%;

    background-image: url(../images/menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .header .nav {
    width: 1.53333rem;
    padding: 0.13333rem;
    font-size: 1em;
    background: #00cc66;
    position: absolute;
    right: 0.4rem;
    top: 1.3333rem;
    display: none;
    z-index: 10200;
    border-radius: 0.08rem;
    -webkit-box-shadow: 0 0 0.16rem rgba(37, 111, 221, 0.2);
    -moz-box-shadow: 0 0 0.16rem rgba(37, 111, 221, 0.2);
    box-shadow: 0 0 0.16rem rgba(37, 111, 221, 0.2);

  }

  .header .nav:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 0.18667rem solid #ffffff;
    border-left: 0.18667rem dashed transparent;
    border-right: 0.18667rem dashed transparent;
    position: absolute;
    top: -0.18667rem;
    right: 0.18667rem;
  }

  .header .nav li {
    width: 100%;
    overflow: hidden;
  }

  .news-zhiding {
    display: none;
  }

  .grey .tit {
    font-size: 1em;
  }

  .swiper-banner {
    width: auto;

  }

  .index-banner .swiper-slide dd {
    display: none;
  }

  .index-banner .swiper-slide dt {
    width: auto;
    top: 0;
  }

  .cp-fl li span {
    font-size: 16px;
  }

  .cp-fl li p {
    font-size: 1em;
  }

  .section {
    margin: 0.3rem 0;
  }



/*
  .section h1:after,
  .section h1:before,
  .section h2:after,
  .section h2:before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    margin: 0;
  }
*/
  .section1 {
    height: 1.5rem;
  }

  .section2 {
    height: 350px;
  }

  .section2::before {
    width: 100%;
  }

  .section1 .star-cp {
    display: none;
  }

  .section3 .news-box .news-tit li {
    padding: 35px 0 0 0.133rem;
  }
  .add-news-tit,
  .add-news-tit p {
    width: 100%;
    float: none;
  }

  .add-news-tit {
    padding: 40px 0 0.5rem;
  }

  .add-nclass-type {
    width: 100%;
    font-size: 2em;
  }


  .section2 .fl i {
    display: none;
    
  }

 
  .section2 .fr li p{
    font-size: 16px;
  }
  /*
  .section2 .fr {
    height: 300px;
  
    width: 40%;
  }

  .section2 .fl {
    width: 80%;
  }

  .section2 .fl i::after {
    right: 0.1rem;
  }

  .section2 .fr li {
    background-size: 0.5rem !important;
    padding: 25px 45px 25px 0;
  }

  .section2 .fl dt {
    right: 30%;
  
  }

  .section2 .fl dt p {
    width: 200px;
    height: 200px;
  }

  .section2 .fr li p {
    font-size: 1em;
  }

  .section2 .bt-box
   {
    display: none;
  }
*/


  /*简介*/

  .w,
  .section5 .w {
    max-width: 768px;
    /* margin: 0 1.0em;*/
  }

  .cp-cont .w {
    margin: 0 1.0em;
  }

  .location,
  .news-title h1,
  .news-title .author,
  .news-title span,
  .news-cont .prev p span {
    font-size: 1em;
    line-height: 1.5em;
  }

  .news-cont .fl,
  .news-cont .prev p a {
    width: 100%;
  }

  .cplb-tit .left {
    width: auto;

    padding: 60% 0 0 0;
    margin: auto 0.5rem;
  }

  .cp-lists ul {
    padding: 0;
  }

  .cp-kind .cp-wz a,
  .cp-title li span a {
    font-size: 1em;
  }

  .cp-title li p {
    width: 88%;
  }

  .cp-title li p img {
    width: 80%;
  }

  .cp-title {
    padding: 0.56rem 0 0.5rem 0;
  }

  .cplb-tit .right,
  .news-cont .daodu {
    width: auto;
    right: 0px;
  }

  .cp-tit .fl,
  .cp-tit .fr,
  .cp-cont .fl {
    width: 99%;
  }

  .news-xg dd h3 {
    font-size: 1em;
    padding-left: 0.63rem;
  }

  .news-xg li {
    width: 50%;

  }

  .news-xg dl,
  .news-xg li {
    padding: 0;
  }

  /*
  .clearfix {

    margin: 0.77rem 0 0 0;

  }
  */
  .al-cfix {
    margin: 0;

  }

  .module-1 .fl p,
  .news-xg dt a,
  .news-xg li a {
    font-size: 1em;
  }

  .module-1 .fl .one {
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
  }

  .module-1 .fl .one img {
    width: 60%;
  }

  .module-1 .fl .two {
    display: none;
  }

  /*
.module-1 .fl .two p {
	background-size: 1em;
   
    padding-left: 0.3rem;
    margin: 10px 0;
    display: inline-block;
}*/
  .module-1 .fl .three {
    display: none;
    /* font-size: 1.5em;*/
  }

  .module-1 .fl .four {
    display: none;
  }

  .module-1 .fl .five {
    display: none;
    /*
    width: 2.0rem;
	padding: 0 0.5rem 0 0;
*/
  }

  /*
.module-1 .fl .five a {
    width: auto;
    font-size: 1em;
    line-height: 2em;
}
*/

  .contact-tit .right p {
    font-size: 1em;
    line-height: 1em;
  }

  .cplb-tit .left h3,
  .module-2 .fl h3,
  .module-3 li h3,
  .module-4 h3,
  .zxy_fuwu_top h3,
  .zxy_zl_top h3,
  .zxy_mowei_top h3,
  .cp-tit .fr h1,
  .al-title .fr h1 {
    font-size: 2em;
  }

  .cplb-tit .left p,
  .cp-cont .fl p,
  .news-cont .prev p,
  .module-2 .fl p,
  .module-3 li p,
  .module-4 p,
  .add-news-tit p,
  .add-new-cent .location,
  .cpfl-rot .fl .text,
  .cp-kind .text,
  .cp-zs .fr .text,
  .rot-news li p a,
  .rot-news .l3 .text,
  .zxy_fuwu_top .top_p,
  .zxy_zl_top .top_p,
  .zxy_mowei_top .top_p,
  .zxy_fuwu_contfr>p,
  .zxy_zl_contfl p,
  .zxy_dibu .text .di_p2,
  .cp-tit .fr .cs p,
  .al-title .fr .cs p,
  .al-title .fr .sbpz ul li span,
  .al-title .fr .sbpz .tit span,
  .cp-lists li p a,
  .about-wrapper1 .col-text p,
  .news-cont .daodu p {
    font-size: 1em;
    line-height: 2em;

  }

  .cp-cont .fr {
    display: none;
  }

  .zxy_zl_contfl h4 {
    padding-top: 3px;
    font-size: 1.5em;
  }

  .zxy_fuwu_top h3,
  .zxy_mowei_top h3,
  .zxy_zl_top h3,
  .about-wrapper1 .col-text h2 {
    font-size: 2em;
    color: #000;
    font-weight: 700;
    padding: 0 0 15px 0;
    text-align: center;
  }

  .about-wrapper1 .col-img {
    display: none;
  }

  .about-wrapper1 .col-text {
    float: right;
    width: 100%;

  }

  /*  .about-wrapper1 .col-text p {
    padding: 0;
  }
*/


  .section3 .news-box .news-txt .list1 li {
    width: 88%;
  }

  /*
  .section3 .news-box .news-txt .list1 li dd h3 a {
    font-size: 1em;
  }
*/
  .section3 .news-box .news-txt .list1 li dd p,
  .section3 .news-box .news-txt .list1 li dt span,
  .news-cent-con .text p,
  .news-cent-con .text .tit,
  .news-cent-con .read-more {
    font-size: 1em;
  }

  .section3 .news-box {
    margin-top: 0;
  }

  .section3 .news-box .news-tit {
    width: 100%;
  }

  .section3 .news-box .news-tit li {
    width: 33.3%;
    float: left;
    padding: 0;
    line-height: 35px;
    text-align: center;

  }

  .section3 .news-box .news-txt {
    margin-top: 0;
    width: 100%;
  }

  .section3 .news-box .news-tit .active:after,
  .section3 .news-box .news-tit li:hover:after {
    width: 80%;
    margin: 0 auto;
  }

  .section3 .news-box .news-tit .active:before {
    display: none;
  }

  .section3 .news-box .news-tit li:after {
    margin-top: 0;
  }

  .section3 .news-box .news-txt .list1 li {
    margin: 15px 0 0 10%;
  }

  .section3 .news-box .news-txt .list1 li dd p {
    height: auto;
    display: -webkit-box;
    line-height: 25px;
    overflow: hidden;
  }

  .section3 .news-box .news-txt .list1 li dd h3 {
    width: 70%;
    /*  font-weight: 700;*/
  }

  .section3 .news-box .news-txt .list1 li dd h3 a {
    width: 100%;
  }

  .section3 .news-box .news-txt .list1 li dd span {
    top: 10px;
  }

  news-cent-con .text .tit {
    height: 1.5rem;
  }

  .add-new-cent {
    padding-bottom: 0.5rem;
  }

  .add-news-industry ul {
    width: 100%;
    float: left;
  }

  /*
  .add-news-industry {
    margin-bottom: 1.5rem;
  }
*/
  .add-news-comp {
    padding: 0.133rem 0 0.333rem;
  }

  .section3 .news-box .news-txt .list1 li dd span {
    font-size: 0.8em;
  }

  .section3 .news-box .news-txt .list1 li dd p,
  .news-industry-b {
    display: none;
  }

  .section4 dl h3 a {
    font-size: 1em;
    background-size: 1em;
    line-height: 1.5em;
  }

  .section4 dl {
    width: 47.86%;
    background: #fff;
    float: left;
    margin-left: 4.28%;
    margin-bottom: 4.28%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px #d3dfe4;
  }

  .section4 dl:nth-child(2n+1) {
    margin-left: 0;
  }

  .section4 dl .btn {
    display: none
  }

  .section5 .clearfix21 {
    padding: 40px 0;
  }

  .section5 .clearfix21 li {
    width: 50%;
    margin-bottom: 20px;
  }

  .section5 .homefourbtn {
    width: 50%;
    height: 50px;
    line-height: 50px;
  }

  .section5 .homefourp1,
  .section5 .homefourbtn {
    font-size: 20px;
  }


  .customer_list2 ul li .imgs img {

    opacity: 1;

  }

  .news-cent-con .text .desc {

    height: 1.8rem;
  }

  /* .news-cent-con img,
  .news-cent-con .text {
    max-width: 100%;
  } */

  .news-cent-con .text {
    padding: 0.1rem 0.3rem 0.3rem 0.1rem;
  }

  /*
  .news-cent-con .read-more {

    padding: 0.2rem 0.5rem;
  }
*/
  .tips strong {
    line-height: 1em;
  }

  .add-news-comp li {
    width: 90%;
  }

  .add-news-comp li a,
  .add-news-comp li span {
    font-size: 1em;
  }

  /*
  .fw-ul li {
    margin-bottom: 0.32rem;
    margin-top: 0;
  }
 
  .fw-ul li p {
    font-size: 1em;
  line-height: 2em;}*/
  /*售后服务*/
  .ser_lc li {
    width: 32%;
  }

  .ser-idea {
    position: relative;
    padding-bottom: 0.4rem;
    margin-bottom: 0.5333333333rem;
  }

  /*
.ser-idea::before {
  content: "";
  position: absolute;
  left: -0.4rem;
  right: -0.4rem;
  top: -2.4rem;
  bottom: 0;
  background-color: #f4f4f4;
  z-index: -2;
}*/
  .ser-idea .index-txt {
    text-align: center;
    margin-bottom: 0.48rem;
  }

  .ser-idea .index-txt h2 {
    font-size: 2em;
    margin: 40px 0 30px 0;

    line-height: 2em;
  }

  .ser-idea .clearfix {
    margin: 0 0.5rem;
  }

  /*
  .ser-idea .clearfix li {
    position: relative;
    margin-bottom: 0.32rem;
    width: 98%;
  }

  .ser-idea .clearfix li img {
    width: 90%;
    height: auto;
    -webkit-border-radius: 0.1333333333rem;
    -moz-border-radius: 0.1333333333rem;
    -ms-border-radius: 0.1333333333rem;
    -o-border-radius: 0.1333333333rem;
    border-radius: 0.1333333333rem;
  }

  .ser-idea .clearfix li strong {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.8rem;
    /* height: 1.3rem;*/
  /*
    line-height: 1.2266666667rem;

    font-size: 1em;
    z-index: 2;
    padding-left: 0.45rem;
   
  }
 */
  /*
  .ser-idea .clearfix li p {

    left: 1.666666667rem;
    line-height: 1.2266666667rem;
    text-align: center;
    padding-left: 0.16rem;
    color: #333;
    font-size: 1em;
    -webkit-border-bottom-right-radius: 0.1333333333rem;
    -moz-border-bottom-right-radius: 0.1333333333rem;
    -ms-border-bottom-right-radius: 0.1333333333rem;
    -o-border-bottom-right-radius: 0.1333333333rem;
    border-bottom-right-radius: 0.8333333333rem;
  }
*/
  .ser_lc p,
  .ser-idea .index-txt p {

    font-size: 1em;
    line-height: 2em;
  }

  .swiper-banner .swiper-slide .hot-font .swt,
  .swiper-solution .swiper-slide .hot-font .swt {
    display: none;
  }

  .ser_lc h3 {
    font-size: 2em;
    margin: 20px 0 10px 0;
  }

  .header-sy .navbar-toggler {
    display: none;
  }

  .homefive .container {
    width: auto;
  }

  .news-lists .fl li p {
    width: 100%;
  }

  .homefive .homefivefl {
    font-size: 20px;
    line-height: 1.5em;
  }

  .customer_list2 ul li {
    width: calc(33.33% - 1px);
  }
  .news-cont .daodu:before {
    background-size: 70%;
  }
}

@media screen and (min-width:750px) {
  html {
    font-size: 75px;
  }

}

@media screen and (max-width:750px) {
  html {
    font-size: 75px;
  }

}

@media screen and (max-width:700px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width:640px) {
  html {
    font-size: 64px;
  }

  .jianjie {
    margin: 0.77rem 0 0 0;
  }

  /*

  .add-news-industry {
    margin-bottom: 0;
  }
*/
  .add-news-comp {
    padding: 60px 0 56px;
  }

  .cp-title li p {
    margin-bottom: 0.3rem;
  }

  /*
  .section .text {
    font-size: 1.3em;

  }
*/
  .header .tel {
    font-size: 1.5em;
  }


  .zxy_zl_contfl {
    display: none;
  }

  .zxy_zl_cont .swiper-container {
    width: 100%;
    height: auto;
  }


}

@media screen and (max-width:480px) {
  html {
    font-size: 48px;
  }

  .header {
    height: 1.3333rem;
  }
  .header .nav li a{
    line-height: 1rem;
  }
  .section h1,
  .section h2 {
    font-size: 1.6em;
  }



  .news-cent-con .text .desc,
  .add-news-comp li span {
    display: none;
  }

  .cp-title li p::before {
    width: 1.4rem;
    height: 1.2rem;
  }

  .cp-title li span a {
    font-size: 0.8em;
  }

  .cp-lists li p a {
    font-size: 0.8em;
  }

  .news-xg dl,
  .news-xg li {
    padding: 0;
    width: 100%;
  }

  .cp-tit .fr .btn {
    display: none;
  }

  /*
  .ser-idea .clearfix li strong {
   position: absolute;
    left: 0;
    bottom: 0;
    width: 1.8rem;
    height: 1.3rem;
    line-height: 1.2266666667rem;
    font-size: 1em;
    z-index: 2;
    padding-left: 0.45rem;
  }
*/

  .section3 .news-box .news-txt {
    margin-top: 1em;
  }

  .section3 .news-box {
    margin-top: 0;
  }

  .section .text,
  .section3 .news-box .news-tit li,
  .pagination a {
    font-size: 1em;
  }

  .section3 .news-box .news-txt .list1 li dd h3 a {
    font-size: 1em;
  }
  .section2 .fr li p,.section2 .fl p {
    font-size: 1em;
}
  .section2 .fl .btn{
    font-size: 1em;
    line-height: 1.5em;
    background-size: 30px;
  }
  .section2 .fl .btn:hover {
    font-size: 1.1em;
  }
  .section2 .fl dd{
    margin: 0.5rem 20px;
  }
  .section2 .fl{
    margin-top: 0.8rem;
  }
 
}

@media screen and (max-width:414px) {
  html {
    font-size: 41.4px;
  }

  .header {
    height: 1.1472rem;
  }

  .header .tel {
    font-size: 1em;
  }

  .header .nav {
    width: 1.853333rem;
  }


  .section {
    margin: 1rem 0 0 0;
  }



  .section2 {
    height: 300px;
  }

  .section5 {
    padding: 0;
  }

  /*
    .clearfix .w {
      margin: -1.5rem 0 0.5rem 0;
    }

    */
  .cplb-tit .left h3,
  .module-2 .fl h3,
  .module-3 li h3,
  .module-4 h3,
  .add-news-tit h3,
  .zxy_fuwu_top h3,
  .zxy_zl_top h3,
  .zxy_mowei_top h3,
  .cp-tit .fr h1,
  .al-title .fr h1 {
    font-size: 2em;
  }

  .zxy_fuwu_top h3,
  .zxy_mowei_top h3,
  .zxy_zl_top h3,
  .about-wrapper1 .col-text h2 {
    font-size: 2em;

  }

  .zxy_zl_contfl h4 {
    padding-top: 3px;
    font-size: 1.2em;
  }

  .jianjie {
    margin: 1.9977rem 0 0 0;
  }

  .cp-news {
    /*padding: 35px 6px;*/
    margin: 0;
  }


  .ser-idea .clearfix li p {

    left: 1.46rem;
    line-height: 1.2266666667rem;
    text-align: center;
    padding-left: 0.16rem;
    color: #333;
    font-size: 1em;
    -webkit-border-bottom-right-radius: 0.1333333333rem;
    -moz-border-bottom-right-radius: 0.1333333333rem;
    -ms-border-bottom-right-radius: 0.1333333333rem;
    -o-border-bottom-right-radius: 0.1333333333rem;
    border-bottom-right-radius: 0.8333333333rem;

  }

  .section5 .homefourbtn {
    margin-bottom: 20px;
  }
  
}

@media screen and (max-width:390px) {}

@media screen and (max-width:375px) {
  html {
    font-size: 37.5px;
  }

  .header {
    height: 1.267rem;
  }

  .section {
    margin: 1.47rem 0;
  }




  .cp-md .fl {
    width: 100%;
  }

  .cp-md .fl li {
    width: 33.33%;
  }

  .cp-md .fr,
  .cp-md .fr strong {
    font-size: 1em;
  }


}

@media screen and (max-width:360px) {
  html {
    font-size: 36px;
  }

  .header {
    height: 1.32rem;
  }

}