html, body {
  position: relative;
  height: 100%;
  background: #050225;
  overflow: hidden;
}
/*@font-face {
	font-style:normal;
	font-family:'SourceHanSansCN-Heavy';
	src:url('font/SourceHanSansCN-Heavy.otf') format('truetype');
}*/
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'),
		url('../font/iconfont.woff2') format('woff2'),
		url('http://www.iot-breaker.com/template/sscm/assets/css/font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype'),
		url('http://www.iot-breaker.com/template/sscm/assets/css/font/iconfont.svg') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px ;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  width: 20px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
	background: #b5b5b5;
    opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 14px 0;
}
.swiper-pagination {
  z-index: 1;
}
.gl-bg-white {
  background-size: 100% 100%;
  background-image: url("../image/backgroundImg2.png");
}
.gl-bg-deep {
  background-size: 100% 100%;
  background-image: url("../image/backgroundImg.png");
}
.gl-text-line {
  font-size: 24px;
  color: #A6A4AB;
  position: absolute;
}
.gl-text-line:before {
  content: "";
  display: inline-block;
  width: 108px;
  height: 4px;
  background-color: #DC007E;
  bottom: -20px;
  left: 0;
  position: absolute;
}
.index-wrap .page {
  position: relative;
  overflow: hidden;
}
.index-wrap .ani {
  transition: all 0.2s;
  backface-visibility: hidden;
}
.index-wrap .page-next{
	position: absolute;
	bottom:80px;
	text-align: center;
	left:50%;
	z-index: 999;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	line-height: 30px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	transition: 0.3s ease;
	animation:arrowDown 1s infinite linear ;
	-webkit-animation: arrowDown 1s infinite linear;
}
/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
  0% {
      -webkit-transform: translate(0,0);
  }
  25%{
      -webkit-transform: translate(0,6px);
  }
  50% {
      -webkit-transform: translate(0,0);
  }
  75%{
      -webkit-transform: translate(0, -6px);
  }
  100% {
      -webkit-transform: translate(0,0);
  }
}
.index-wrap .page-next:hover{
/* transform: translateY(-4px); */
animation: none;
}
.index-wrap .nextIco{
height: 30px;
width: 30px;
display: inline-block;
vertical-align: middle;
margin-left: 8px;
background: url(../image/pagenext.png) center center no-repeat;
position: relative;
}
.index-wrap .nextIco:after{
content: '';
height: 7px;
border-left: 3px solid darkorange;
position: absolute;
top: 3px;
  left: 14px;
border-radius: 40%;
animation: yishan infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
}
.index-wrap .page-next:hover .nextIco:after{
content: '';
height: 10px;
width: 9px;
border-left:none;
background: url(../image/pagenext_h.png);
position: absolute;
top: 1px;
  left: 7px;
border-radius: 0;
animation: yishan infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
}
.index-wrap .page-1 .swiper_hm{ height:100%; width:100%;  background: rgba(8,8,9,0.4);  position: absolute; top: 0; font-family: "SourceHanSansCN-Heavy";  font-weight: bold;}
.index-wrap .page-1 .title1_img {  top: 25%; font-size: 44px; text-shadow: 0 2px 2px #333333;  margin: 0 0 30px; color: #fff; text-align: center; position: absolute;   font-family: "SourceHanSansCN-Heavy";  font-weight: bold;}
.index-wrap .page-1 .title1_img img{ max-width: 90%;}
.index-wrap .page-1 .title1 {  top: 40%; font-size: 44px; text-shadow: 0 2px 2px #333333;  margin: 0 0 30px; color: #fff; text-align: center; position: absolute;   font-family: "SourceHanSansCN-Heavy";  font-weight: bold;}
.index-wrap .page-1 .title2 {  top: 50%; font-size: 22px; text-shadow: 0 2px 2px #333333; color: #fff; text-align: center; position: absolute;   font-family: "SourceHanSansCN-Heavy";  font-weight: bold;}
.index-wrap .page-1 .title3 { left: 5%; top: 55%; margin-bottom: 100px; font-size: 20px; text-transform: uppercase; color: #fff; text-align: left; position: absolute; font-family: "SourceHanSansCN-Heavy";  font-weight: bold;}
.index-wrap .page-1 .title3:before { content: ""; display: inline-block; width: 210px; height: 4px; background-color: #3dcd58; top: -10px; left: 0; position: absolute;   font-family: "SourceHanSansCN-Heavy";  font-weight: bold;}
.index-wrap .page-2 .title1 { position: absolute; width: 80%; height: 80%; left: 20%; top:100px;  background-repeat: no-repeat; background-size: auto 100%;}
.index-wrap .page-2 .title1 .title1_dian .dian101{ position: absolute; z-index: 9; font-size:25px; line-height: 10px;}
.index-wrap .page-2 .title1 .title1_dian .dian102{ position: absolute; z-index: 8; background: #000;}
.index-wrap .page-2 .title1 .title1_dian .dian103{ position: absolute; z-index: 9; line-height: 25px; top: -40px; text-align: left; color: #3dcd58; font-size: 20px;}
.index-wrap .page-2 .title1 .title1_dian .dian103 span{ font-size:14px;}
.index-wrap .page-2 .title1 .title1_dian1{ position: relative; left: 0%; top: 13%;}
.index-wrap .page-2 .title1 .title1_dian1 .dian101{ left: 23.9%;}
.index-wrap .page-2 .title1 .title1_dian1 .dian102{ left: 23%; }
.index-wrap .page-2 .title1 .title1_dian1 .dian103{ left: 24.5%; padding-left: 20%; background: url(../image/dian_xian1.png) bottom left no-repeat;}
.index-wrap .page-2 .title1 .title1_dian2{ position: relative; left: 0%; top: 22%;}
.index-wrap .page-2 .title1 .title1_dian2 .dian101{ left: 10.9%;}
.index-wrap .page-2 .title1 .title1_dian2 .dian102{ left: 10%; }
.index-wrap .page-2 .title1 .title1_dian2 .dian103{ left: 9.5%; padding-left: 40%;  background: url(../image/dian_xian.png) bottom 24px left no-repeat; top: 12px; overflow: hidden; border-bottom: 0px; background-size: 80%;}
.index-wrap .page-2 .title1 .title1_dian3{ position: relative; left: 4%; top: 48%;}
.index-wrap .page-2 .title1 .title1_dian3 .dian101{ left: 10.9%;}
.index-wrap .page-2 .title1 .title1_dian3 .dian102{ left: 10%; }
.index-wrap .page-2 .title1 .title1_dian3 .dian103{ left: 11.5%; padding-left: 40%;  background: url(../image/dian_xian1.png) bottom 24px left no-repeat; top: -15px; overflow: hidden; border-bottom: 0px; background-size: 50%;}
.index-wrap .page-2 .title1 .title1_dian4{ position: relative; left: -2%; top: 60%;}
.index-wrap .page-2 .title1 .title1_dian4 .dian101{ left: 10.9%;}
.index-wrap .page-2 .title1 .title1_dian4 .dian102{ left: 10%; }
.index-wrap .page-2 .title1 .title1_dian4 .dian103{ left: 9.5%; padding-left: 30%;  background: url(../image/dian_xian1.png) bottom 24px left no-repeat; top: -15px; overflow: hidden; border-bottom: 0px; background-size: 50%;}
.index-wrap .page-2 .title1 .title1_dian5{ position: relative; left: 6%; top: 70%;}
.index-wrap .page-2 .title1 .title1_dian5 .dian101{ left: 10.9%;}
.index-wrap .page-2 .title1 .title1_dian5 .dian102{ left: 10%; }
.index-wrap .page-2 .title1 .title1_dian5 .dian103{ left: 9.5%; padding-left: 50%;  background: url(../image/dian_xian1.png) bottom 40px left no-repeat; top: 0px; overflow: hidden; border-bottom: 0px; background-size:75%;}
.index-wrap .page-2 .title1 .title1_dian6{ position: relative; left: -3%; top:75%;}
.index-wrap .page-2 .title1 .title1_dian6 .dian101{ left: 10.9%;}
.index-wrap .page-2 .title1 .title1_dian6 .dian102{ left: 10%; }
.index-wrap .page-2 .title1 .title1_dian6 .dian103{ left: 8.5%; padding-left: 25%;  background: url(../image/dian_xian.png) bottom 0px left no-repeat; top: 20px; overflow: hidden; border-bottom: 0px; background-size: 100%;}
.index-wrap .page-3-1 .kuan{ width: 90%; margin:0 5%; float: left; height: 100%; position: relative;}
.index-wrap .page-3-1 .yuanquan{  position: absolute; width:75%; left:50%; bottom:0; transform: translateX(-50%); }
.index-wrap .page-3-1 .yuanquan>img{ width:100%;}
.index-wrap .page-3-1 .title1 {  position: absolute; width: 52%; left:50%; bottom:0%;  transform: translateX(-50%); }
.index-wrap .page-3-1 .title1 img{ width: 100%;}
.index-wrap .page-3-1 .title1 .screen {
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	left: 3.5%;
	right: 3.5%;
	top: 3.5%;
	bottom: 0%;
	overflow: hidden;
  background: #304156;
}
.index-wrap .page-3-1 .title1 .scroll {
	display: block;
	width: 100%;
	/*-webkit-animation: screenScroll 7s .5s cubic-bezier(.645, .045, .355, 1) infinite;*/
	/*animation: screenScroll 7s .5s cubic-bezier(.645, .045, .355, 1) infinite;*/
	/*-webkit-animation-play-state: paused!important;*/
	/*-ms-animation-play-state: paused!important;*/
	/*animation-play-state: paused!important*/
}
.index-wrap .page-3-1 .title1 .scroll {
    -webkit-animation-play-state: running!important;
    -ms-animation-play-state: running!important;
    animation-play-state: running!important;
}
.index-wrap .page-3-1 .title2 {  position: absolute; width: 100%; bottom: 0; height: 100%;}
.index-wrap .page-3-1 .title2 li{  height: 17%;  background: #3dcd58; padding: 15px; position: absolute; border-radius: 100%;  cursor: pointer;}
.index-wrap .page-3-1 .title2 li:nth-child(1){ left:-4%; bottom:12%;}
.index-wrap .page-3-1 .title2 li:nth-child(2){ left: 3%; bottom: 46%;}
.index-wrap .page-3-1 .title2 li:nth-child(3){ left: 15%; bottom:70%;}
.index-wrap .page-3-1 .title2 li:nth-child(4){ right: 15%; bottom:70%;}
.index-wrap .page-3-1 .title2 li:nth-child(5){ right: 3%; bottom: 46%;}
.index-wrap .page-3-1 .title2 li:nth-child(6){ right:-4%; bottom:12%;}
.index-wrap .page-3-1 .title2 li .ycdsj_tb{ width:100%; text-align:center; float:left;}
.index-wrap .page-3-1 .title2 li .ycdsj_tb img{ max-width:70%;}
.index-wrap .page-3-1 .title2 li .ycdsj_tb img.tb2{ display:none}
.index-wrap .page-3-1 .title2 li .ycdsj_title{ font-size: 16px; color:#fff; line-height:30px; width:100%; text-align:center; float:left;}
.index-wrap .page-3-1 .title2 li:hover,.index-wrap .page-3-1 .title2 li.cli1{ background: #fff;}
.index-wrap .page-3-1 .title2 li:hover .ycdsj_tb img,.index-wrap .page-3-1 .title2 li.cli1 .ycdsj_tb img{ display:none}
.index-wrap .page-3-1 .title2 li:hover .ycdsj_tb img.tb2,.index-wrap .page-3-1 .title2 li.cli1 .ycdsj_tb img.tb2{ display:unset}
.index-wrap .page-3-1 .title2 li:hover .ycdsj_title,.index-wrap .page-3-1 .title2 li.cli1 .ycdsj_title{ color:#3dcd58; }
.index-wrap .page-3-1 .title3{  position: absolute; width: 40%; padding: 15px; left: 50%; top: 5%; transform: translate(-50%,-50%); text-align:left; background: rgba(255,255,255,0.5);}
.index-wrap .page-3-1 .title3 .ycdsj_info_title{ color: #fff; font-size: 36px; margin-bottom: 10px;}
.index-wrap .page-3-1 .title3 .ycdsj_info_title span{ color: #3dcd58;}
.index-wrap .page-3-1 .title3 .ycdsj_info_desc{ color: #fff; font-size: 17px; line-height: 26px;}
.index-wrap .page-3 .kuan{ width: 90%; margin:0 5%; float: left; height: 50%; position: relative;}
.index-wrap .page-3 .title1 {  position: relative; width: 40%; float: left; margin-left:10%;}
.index-wrap .page-3 .title1 img{ width: 100%;}
.index-wrap .page-3 .title1 .screen {
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	left: 3.5%;
	right: 3.5%;
	top: 3.5%;
	bottom: 28.5%;
	overflow: hidden
}
.index-wrap .page-3 .title1 .scroll {
	display: block;
	width: 100%;
	-webkit-animation: screenScroll 7s .5s cubic-bezier(.645, .045, .355, 1) infinite;
	animation: screenScroll 7s .5s cubic-bezier(.645, .045, .355, 1) infinite;
	-webkit-animation-play-state: paused!important;
	-ms-animation-play-state: paused!important;
	animation-play-state: paused!important
}
.index-wrap .page-3 .title1 .scroll {
    -webkit-animation-play-state: running!important;
    -ms-animation-play-state: running!important;
    animation-play-state: running!important;
}
.index-wrap .page-3 .title2{  position: relative; width: 30%; color: #fff; float: left; text-align: left; margin-left: 5%; top: 40%;
 /*transform: translateY(-50%);*/}
.index-wrap .page-3 .title2 span{ font-size:25px; font-weight:bold;}
.index-wrap .page-3 .title2 p{ font-size:14px; line-height:30px; margin-top:20px;}
.index-wrap .page-4-1{ width: 100%;  height: 100%; position: relative; float:left;}
.index-wrap .page-4-1 .kuan{  width: 100%;  height: 100%; position: relative; float:left;}
.index-wrap .page-4-1 .kuan .bd{ width: 100%; height: 100%;}
.index-wrap .page-4-1 .kuan .bd .tempWrap{ height: 100%;}
.index-wrap .page-4-1 .kuan .bd ul{ height: 100%; }
.index-wrap .page-4-1 .kuan .bd li{  width:calc(25% + 1px);  height: 100%; position: relative; float:left; border-right:1px solid #dfdfdf; cursor: pointer; transition: 0.5s; }
.index-wrap .page-4-1 .kuan li .kuan_cont{  width: 90%; margin: 150px auto 0; text-align:center;}
.index-wrap .page-4-1 .kuan li .kuan_cont .tb{ width: 100%;  text-align:center; }
.index-wrap .page-4-1 .kuan li .kuan_cont .tb img{ margin: 0 auto;}
.index-wrap .page-4-1 .kuan li .kuan_cont .tb img.tb2{ display:none;}
.index-wrap .page-4-1 .kuan li .kuan_cont .title{ font-size: 28px; margin: 10px 0; }
.index-wrap .page-4-1 .kuan li .kuan_cont .desc{ width: 90%; margin: 10px auto; font-size: 20px; line-height: 30px;}
.index-wrap .page-4-1 .kuan li .kuan_cont .info{  width: 100%; margin: 30px 0 0; display:none;}
.index-wrap .page-4-1 .kuan li .kuan_cont .info p{ line-height: 35px; border-top: 1px solid #fff; font-size: 17px;}
.index-wrap .page-4-1 .kuan li .kuan_cont .gd{ margin-top: 30px;}
.index-wrap .page-4-1 .kuan li .kuan_cont .gd a{ font-size: 17px; font-size: 16px; color: #b5b5b5; border: 1px solid #b5b5b5; padding: 5px 35px; border-radius: 50px;}
.index-wrap .page-4-1 .kuan li:hover{ background: rgba(62,205,88,0.6); color:#fff;  transition: 0.5s;}
.index-wrap .page-4-1 .kuan li:hover .kuan_cont a{ color:#fff;}
.index-wrap .page-4-1 .kuan li:hover .kuan_cont .tb img.tb1{ display:none;}
.index-wrap .page-4-1 .kuan li:hover .kuan_cont .tb img.tb2{ display:block;}
.index-wrap .page-4-1 .kuan li:hover .kuan_cont .gd a{ color:#fff; border:0px;}
#picScroll-left .hd{ width: 100%; text-align: center; position: absolute;  height:30px; bottom: 30px; z-index: 999;}
#picScroll-left .hd ul{ display: inline-block; overflow:hidden; zoom:1; margin-top:10px;}
#picScroll-left .hd ul li{ float:left;  width:15px; height:15px; overflow:hidden; margin-right:15px; text-indent:-999px; cursor:pointer; background: #fff; border-radius: 100px; border-right:0px}
#picScroll-left .hd ul li.on{ background: #3dcd58; }
.index-wrap .page-4 .bg_kuan{ width: 100%;  height: 100%; position: absolute; left:0px; top:0px; z-index:1;}
.index-wrap .page-4 .bg_kuan .bg_kuan_fl{  position: relative; width:30%;  float:left; height: 100%; }
.index-wrap .page-4 .bg_kuan .bg_kuan_fl img{ position:absolute; left: -20%; }
.index-wrap .page-4 .bg_kuan .bg_kuan_fl img.l_1{ top: -3%;}
.index-wrap .page-4 .bg_kuan .bg_kuan_fl img.l_2{ top: 10%;}
.index-wrap .page-4 .bg_kuan .bg_kuan_fl img.l_3{}
.index-wrap .page-4 .bg_kuan .bg_kuan_fr{ position: relative;  width:48%;  float:right; height: 100%;}
.index-wrap .page-4 .bg_kuan .bg_kuan_fr img{ position:absolute;   }
.index-wrap .page-4 .bg_kuan .bg_kuan_fr img.r_1{ top:10%; left:0px;}
.index-wrap .page-4 .bg_kuan .bg_kuan_fr img.r_2{ right:0%;}
.index-wrap .page-4 .bg_kuan .bg_kuan_fr img.r_3{ right:0%;}
.index-wrap .page-4 .bg_kuan .bg_kuan_fr img.r_4{ top: 50%; right:-5%;}
.index-wrap .page-4 .bg_kuan .bg_kuan_fr img.r_5{ top: 28%; right:-5%;}
.index-wrap .page-4 .kuan{ width: 100%;  height: 100%; position: absolute; left:0px; top:0px; z-index:2;}
.index-wrap .page-4 .title1{ left: 23%;  top: 17%; margin-bottom: 100px; font-size: 20px; text-transform: uppercase; color: #fff; text-align: left; position: absolute;}
.index-wrap .page-4 .title1 b{ font-size: 30px; background: #3dcd58; padding: 10px 50px 10px 10px; border-radius: 20px;}
.index-wrap .page-4 .title1 span{ color: #3dcd58; padding: 10px; margin-top: 10px; float: left; font-size: 14px;}
.index-wrap .page-4 .title2{ left: 20%; top: 35%; font-size: 20px; color: #fff; text-align: left;  position: absolute; width: 34%;}
.index-wrap .page-4 .title2 img{ width:100%;}
.index-wrap .page-4 .title3{ right: 15%; top: 30%; font-size: 20px; color: #fff; text-align: left;  position: absolute; width: 31%;}
.index-wrap .page-4 .title3 img{ width:100%;}
.index-wrap .page-4 .title2 img.tu2,.index-wrap .page-4 .title3 img.tu2{ display:none;}
.index-wrap .page-5-1{ width: 100%;  height: 100%; position: relative; float:left; background: #000;}
#holder {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  overflow: hidden;}
.index-wrap .page-5-1 .kuan{  width: 100%;  height: 100%; position: relative; float:left;}
.cpxx_btn{}
.cpxx_btn a{ position: absolute; top: 50%; transform: translateY(-50%);  z-index: 999;}
.cpxx_btn a:hover{ }
.cpxx_btn a span{ font-family: cursive; color: #3dcd58; font-size: 30px; font-weight: bold; }
.cpxx_btn a.cpxx_btn_left{ left:30px;}
.cpxx_btn a.cpxx_btn_left span{top: 14px; left: 50px; display: inline-block; position: relative;}
.cpxx_btn a.cpxx_btn_right{ right:30px; }
.cpxx_btn a.cpxx_btn_right span{  top: 14px; right: 50px; display: inline-block; position: relative;}
.index-wrap .page-5-1 .kuan .cpxx_top{ position: relative; top: 100px; height:calc(100% - 190px);}
.index-wrap .page-5-1 .kuan .cpxx_top>div{ width: 100%; float: left; height: 100%;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_title{ font-size: 42px; color: #3dcd58; margin: 30px auto 0px; width: 100%; float: left;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_title:nth-of-child(2){ color:#000;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_title span{ color: #fff; font-weight: bold;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_xian{ width: 150px; height: 2px; background: #3dcd58; display: inline-block; margin: 0 auto;}
/*.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu{ width: 100%; height: 100%;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu img{ max-width: 50%; max-height: 100%;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_gd{ font-size: 18px; position: relative; bottom: 180px; color: #3ecd59;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_gd a{ border: 1px solid #fff; padding: 10px 20px; border-radius: 100px;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_gd a:hover{ border: 1px solid #3ecd59; color: #fff; background:#3ecd59;}
.index-wrap .page-5-1 .kuan .cpxx_bot{ width: 100%; position: absolute; bottom: 0px;}
.index-wrap .page-5-1 .kuan .cpxx_bot ul{ display: flex;}
.index-wrap .page-5-1 .kuan .cpxx_bot ul li{ flex-grow: 1; line-height: 60px; color: #fff; font-size: 30px; background: #133f1c; position: relative; cursor: pointer;}
.index-wrap .page-5-1 .kuan .cpxx_bot ul li.cli1{ background:#3ecd59;}
.index-wrap .page-5-1 .kuan .cpxx_bot ul li.cli1:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #3ecd59;
    bottom: 59px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}*/
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu_bg_zi{  width: 100%;    position: absolute; z-index: 1;  top: 10%; }
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu_bg_zi img{ width: 70%;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu_bg_yuan{  position: absolute; z-index: 2; width: 100%; top: 11%;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu_bg_yuan img{  max-width: 25%;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu{ width: 100%; height: 100%; z-index: 3; position: relative; top: 10%;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu img{ max-width: 70%; max-height: 100%;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_gd{ font-size: 18px; position: relative; bottom: 180px; color: #3ecd59;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_gd a{ border: 1px solid #fff; padding: 10px 20px; border-radius: 100px;}
.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_gd a:hover{ border: 1px solid #3ecd59; color: #fff; background:#3ecd59;}
.index-wrap .page-5-1 .kuan .cpxx_bot{ width: 80%; margin: 0 10%; position: absolute; bottom: 10%;z-index: 10;}
.index-wrap .page-5-1 .kuan .cpxx_bot ul{}
.index-wrap .page-5-1 .kuan .cpxx_bot ul li{  display: inline-block;  padding: 0 4%; margin: 0 4%; line-height: 50px; color: #747474; font-size: 25px; border: 2px solid #b9b9b9; background: #f2f2f2; position: relative; cursor: pointer;  border-radius: 100px;}
.index-wrap .page-5-1 .kuan .cpxx_bot ul li i{ position: relative; top: 4px; right: 10px; font-size: 35px;}
.index-wrap .page-5-1 .kuan .cpxx_bot ul li.cli1{ border: 2px solid #3ecd59; color: #3ecd59;}
/*关于我们*/
.index-wrap .page-5-2{ width: 100%;  height: 100%; position: relative; float:left; background: #eeeeee;}
.index-wrap .page-5-2 .kuan{  width: 100%;  height: 100%; position: relative; float:left;}
.index_gywm_kuan{ width: 50%; position: relative; float: left; top: 10%;/* box-shadow: 0px 0px 11px #dcdcdc; */text-align: left; padding:30px 5%; /* background: rgba(255,255,255,0.4);*/}
.index_gywm{ width: 100%; display: inline-block;}
.index_gywm_top{ width: 100%; display: inline-block;}
.index_gywm_tb{ float: left; margin-right: 15px;  width: 70px;}
.index_gywm_title{ float: left; margin-top: 18px; width:calc(100% - 85px);}
.index_gywm_title span{ font-size: 34px; font-weight: bold; position: relative;}
.index_gywm_desc{ line-height: 40px; margin: 0px 0;text-indent: 2em;}
.index_gywm_gd{  margin-top: 30px; float: left;}
.index_gywm_gd span{ width: 60px; height: 60px; line-height: 60px; background: #3dcd58; color: #fff; position: relative; float: left; text-align: center; font-size: 40px;}
.index_gywm_gd2{ padding: 0; background: #3dcd58; height: 60px; width: 0px; overflow: hidden; float: left; line-height: 60px;  color: #fff; font-size: 22px; transition: 0.5s;}
.index_gywm_gd:hover .index_gywm_gd2{ width: 128px;  padding: 0 20px 0 0;}
.index_gywm_fr{ width: 50%; position: relative; float: right; top: 16%; padding-right: 15%; text-align: right; display: none;}
.index_gywm_logo{}
.index_gywm_logo img{height: 70px;}
.index_gywm_logo_wz{ font-size: 17px; margin-top: 10px;}
.index-wrap .page-5 .title1{ width: 300px; height: 300px; background: #3dcd58; border-radius: 100%; box-shadow: 0px 0px 50px #06ef6a; align-items: center; display: inline-grid;}
.index-wrap .page-5 .title1 .yuan{ color: #fff;}
.index-wrap .page-5 .title1 .yuan img{ width: 60%;}
.index-wrap .page-5 .title1 .yuan .yuan_title{ font-size: 36px; margin-top: 10px;}
.index-wrap .page-5 .title1 .yuan .yuan_desc{ width: 60%; margin: 0 auto; margin-top: 10px;}
.index-wrap .page-5 .title2{ position: absolute; left: 10%; top: 19%; width: 30%;}
.index-wrap .page-5 .title2 li{  border-radius: 10%; overflow: hidden; position: absolute; transition:5s; }
.index-wrap .page-5 .title2 li img{ width:100%;}
.index-wrap .page-5 .title2 li:nth-child(1){ margin-top: 20%; left: 20%; width:30%}
.index-wrap .page-5 .title2 li:nth-child(2){ margin-top: 10%; right: 10%; width:25%}
.index-wrap .page-5 .title2 li:nth-child(3){ margin-top: 50%; right: 10%; width:24%}
.index-wrap .page-5 .title2 li:nth-child(4){ margin-top: 70%; left: 30%; width:20%}
.index-wrap .page-5 .title2 li:nth-child(5){ margin-top: 90%; right: 20%; width:20%}
.index-wrap .page-5 .title3{ position: absolute; right: 15%; top: 19%; width: 30%;}
.index-wrap .page-5 .title3 li img{ width:100%;}
.index-wrap .page-5 .title3 li{  border-radius: 10%; overflow: hidden; position: absolute;  transition:5s;}
.index-wrap .page-5 .title3 li:nth-child(1){ margin-top: 10%; left: 20%; width:23%}
.index-wrap .page-5 .title3 li:nth-child(2){ margin-top: 25%; right: 20%; width:30%}
.index-wrap .page-5 .title3 li:nth-child(3){ margin-top: 65%; right: 20%; width:22%}
.index-wrap .page-5 .title3 li:nth-child(4){ margin-top: 75%; left: 10%;  width:22%}
.index-wrap .page-5 .title3 li:nth-child(5){ margin-top: 95%; right: 30%;  width:25%}
.index-wrap .page-6 .title1{ position: absolute; left: 10%; top: 19%; width: 50%; height: 75%; text-align:left; color:#fff;}
.index-wrap .page-6 .title1 .title1_top{ font-size:30px; margin-bottom:30px; float:left; width:100%; line-height:32px;}
.index-wrap .page-6 .title1 .title1_top span{ font-size:16px;}
.index-wrap .page-6 .title1 .title1_cont{ float:left; width:100%; }
.index-wrap .page-6 .title1 .title1_cont_fl{ float:left;}
.index-wrap .page-6 .title1 .title1_cont_fl span{ font-size:26px;}
.index-wrap .page-6 .title1 .title1_cont_fl p{ font-size:18px; margin:10px 0;}
.index-wrap .page-6 .title1 .title1_cont_fr{ float:left; margin-left:20px; width:40%; text-align:center;}
.index-wrap .page-6 .title1 .title1_cont_fr img{ width: 40%;  margin: 0 3%;}
.index-wrap .page-6 .title1 .title1_cont_fr span{  float:left; width:100%; font-size:16px; text-align:center; margin-top:10px;}
.index-wrap .page-6 .title1 .title1_zx{ float:left; width:100%; margin-top:50px;}
.index-wrap .page-6 .title1 .title1_zx a{ font-size:18px; padding:10px 30px; background:#fff; color:#30ab5b; border-radius: 50px;}
.index-wrap .page-6 .title1 .title1_zx a:hover{ background:#3dcd58; color:#fff;}
.index-wrap .page-6 .title2{ position: absolute; right: 10%; top: 19%; width: 30%; height: 75%; transition:5s;}
.index-wrap .page-6 .title2 img{ height:100%;}
@-webkit-keyframes screenScroll {
0%, 50%, to {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
25% {
-webkit-transform:translateY(-40%);
-ms-transform:translateY(-40%);
transform:translateY(-40%)
}
}
@-moz-keyframes screenScroll {
0%, 50%, to {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
25% {
-webkit-transform:translateY(-40%);
-ms-transform:translateY(-40%);
transform:translateY(-40%)
}
}
@-ms-keyframes screenScroll {
0%, 50%, to {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
25% {
-webkit-transform:translateY(-40%);
-ms-transform:translateY(-40%);
transform:translateY(-40%)
}
}
@keyframes screenScroll {
0%, 50%, to {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
25% {
-webkit-transform:translateY(-40%);
-ms-transform:translateY(-40%);
transform:translateY(-40%)
}
}
.span-dots{ left: 5%; top: 65%; position: absolute; z-index: 999; background: #000;}
.span-dots .circle {
    border-radius: 50%;
    background-color: #fdff39;
    width: 25px;
    height: 25px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
.yangse_lvs{ background:#3dcd58;}
.yangse_huis{ background:#a6a6a6;}
.yangse_heit{ background:rgb(0 0 0 / 0.3);}
.gl-index-menu {
  position: absolute;  
  z-index: 10;
  width: 100%;
  padding: 10px 5%;
}
.gl-index-menu .icons-menu {
  display: inline-block;
  width: 36px;
  height: 22px;
  background-image: url("../image/icon_menu.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  display:none;
}
.gl-index-menu .nav{ float: right;}
.gl-index-menu .nav>ul>li{ float: left; height: 70px; margin-left: 60px; position: relative; font-size: 16px;}
.gl-index-menu .nav>ul>li>a { display: inline-block; width: 100%; height: 100%; position: relative; color: #fff; line-height: 70px;}
.gl-index-menu .nav>ul>li>a:hover{ border-bottom: 2px solid #3dcd58;}
.gl-index-menu.yangse_lvs .nav>ul>li>a:hover{ border-bottom: 2px solid #fff;}
.gl-index-menu .icons-logo {
  display: inline-block;
}
.gl-index-menu .icons-logo img{ position: absolute; top: 50%; transform: translateY(-50%);  height: 70%;}
.gl-index-menu .icons-logo img.logo2{ display:none;}
.gl-index-menu.yangse_lvs2 .icons-logo img{ display:none;}
.gl-index-menu.yangse_lvs2 .icons-logo img.logo2{ display:unset;}
.gl-index-menu.yangse_lvs2 .nav>ul>li>a{ color:#3dcd58;}
.gl-index-menu.gl-index-menu-deep .icons-menu {
  background-image: url("../image/icon_menu_2.png");
}
.gl-index-menu.gl-index-menu-deep .icons-logo {
  /*background-image: url("../images/icon/logo_2.png");*/
}
.gl-menu-box {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #FBFBFB;
  font-size: 24px;
  color: #000;
  display: flex;
  left: -100%;
  transition: all 0.6s;
}
.gl-menu-box .btn-close {
  cursor: pointer;
  display: inline-block;
  width: 68px;
  height: 68px;
  position: absolute;
  right: 72px;
  top: 47px;
  background-image: url("../image/colse.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*transition: all .5s;
  &:hover{
    transform: rotate(180deg);
  }*/
}
.gl-menu-box .menu-item {
  height: 100%;
  width: 20%;
  position: relative;
  text-align: center;
  justify-content: center;
  align-content: flex-start;
  border-right: 2px solid #F4F4F4;
  cursor: pointer;
}
.gl-menu-box .menu-item:hover {
  background-color: #fff;
}
.gl-menu-box .menu-item:hover .icon-arrow {
  display: inline-block;
}
.gl-menu-box .menu-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  letter-spacing: 8px;
  transform: translate(-50%, -50%);
}
.gl-menu-box .menu-item .icon-arrow {
  display: inline-block;
  width: 68px;
  height: 68px;
  background-image: url("../image/x_right.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  text-align: center;
  letter-spacing: 8px;
  transform: translate(-50%, -50%);
  display: none;
}
.gl-arrow-down {
  width: 68px;
  height: 68px;
  position: absolute;
  background-image: url("../image/icon_scroll.png") ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 68px;
  bottom: 72px;
  z-index: 10;
  opacity: 0.5;
}
.gl-arrow-down.white {
  opacity: 1;
}
.gl-sroll-text {
  position: absolute;
  left: 170px;
  bottom: 96px;
  z-index: 10;
  opacity: 0.3;
  color: #fff;
  padding-left: 210px;
}
.gl-sroll-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0px;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  border: 1px solid #fff;
  width: 190px;
  opacity: 0.3;
}
.footer{ position: absolute; z-index: 10; width: 100%; padding: 15px 5%; bottom: 0; color: #fff; background: #343434; font-size:14px;}
.footer_copy{ float: left;}
.footer_js{ float: right;}
.footer_js a{ color:#fff;}
/*# sourceMappingURL=index.css.map */
.sp_header{ display: none;}
@media screen and (max-width:1499px) {
	.index-wrap .page-3-1 .title2 li{height:20%;}
	.index-wrap .page-3-1 .title2 li .ycdsj_title{ font-size: 14px; }
	.index-wrap .page-3-1 .title3 .ycdsj_info_title{ font-size: 26px; margin-bottom: 5px;}
	.index-wrap .page-3-1 .title3 .ycdsj_info_desc{ font-size: 14px; line-height: initial;}
	.index-wrap .page-4 .bg_kuan .bg_kuan_fr img.r_1{ top:0%; left:0px;}
	.index-wrap .page-4 .bg_kuan .bg_kuan_fr img.r_2{ left:15%;}
	.index-wrap .page-4 .bg_kuan .bg_kuan_fr img.r_3{ left:15%;}
}
@media screen and (max-width:1299px) {
	.index-wrap .page-1 .title1{  top: auto; bottom: 50%; font-size: 36px; width: 90%;}
	.index-wrap .page-1 .title2{  top: auto; bottom: 48%; font-size: 20px; line-height: 29px; width: 90%;}
	.index-wrap .page-1 .title3{  font-size: 15px; }
	.index-wrap .page-4 .title3{  border-radius: 10%; overflow: hidden; padding: 2%; right: 11%;  width: 33%;}
	.index-wrap .page-4 .title2{  border-radius: 10%; overflow: hidden; padding: 2%; left: 21%; width: 36%;}
  .index-wrap .page-1 video{height:100%; width:auto;}
	.index-wrap .page-4 .title2{ top: 44%;}
	.index-wrap .page-4 .title3{ top: 38%;}
}
@media screen and (max-width:999px) {
	.sp_header{ display: block;}
	.gl-index-menu .nav{ display:none;}
	.index-wrap .page-1 .title1{  top: auto; bottom: 50%; font-size: 26px; width: 90%;}
	.index-wrap .page-1 .title2{  top: auto; bottom: 48%; font-size: 16px; line-height: 29px; width: 90%;}
	.index-wrap .page-1 .title3{  font-size: 12px; }
	.index-wrap .page-2 .title1{     width: 100%; height: 80%; left: 50%; top: 14%; background-position:center top; background-repeat: no-repeat; background-size: auto 95%; transform: translateX(-50%);}
	.index-wrap .page-2 .title1 .title1_dian{ left: 10%; top: 0px; margin-top: 25px; position: relative; float: left; width: 80%;}
	.index-wrap .page-2 .title1 .title1_dian .dian101{ display: none;}
	.index-wrap .page-2 .title1 .title1_dian .dian102{ display: none;}
	.index-wrap .page-2 .title1 .title1_dian .dian103{  padding: 0; font-size: 16px; background: url(../image/dian_xian1.png) bottom left no-repeat; position: relative; top: 0px; float: left; left: 0%; width: 100%; padding-bottom: 4px;}
	.index-wrap .page-2 .title1 .title1_dian .dian103 span{ font-size: 12px; line-height: 17px; float: left; top: 0px;     }
	.index-wrap .page-3-1 .yuanquan{ height: calc(100% - 100px);}
	.index-wrap .page-3-1 .yuanquan>img{   display: none;}
	.index-wrap .page-3-1 .title1{ width: 75%;}
	.index-wrap .page-3-1 .title2{ height: auto; float: left;  position: relative; margin-top: 30px}
	.index-wrap .page-3-1 .title2 li{  position: relative;  margin: 1%; width: 14% !important;  left: auto !important; bottom: auto !important; right: auto !important; float: left;}
	.index-wrap .page-3-1 .title2 li .ycdsj_title{ font-size: 12px;}
	.index-wrap .page-3-1 .title3{ position: relative;  top: 5%; transform: translateX(-50%); float: left; width: 100%;}
	.index-wrap .page-4-1 .kuan li .kuan_cont .tb img{ max-width: 50%;}
	.index-wrap .page-4-1 .kuan li .kuan_cont .title{ font-size: 18px;}
	.index-wrap .page-4-1 .kuan li .kuan_cont .desc{ width: 100%; font-size: 12px; line-height: 18px; min-height: 80px;}
	.index-wrap .page-4-1 .kuan li .kuan_cont .info{ margin: 10px 0 0;}
	.index-wrap .page-4-1 .kuan li .kuan_cont .info p{ line-height: 30px; font-size: 12px;}
	.index-wrap .page-4-1 .kuan li .kuan_cont .gd a{ font-size: 12px;  padding: 5px 15px;} 
	.index-wrap .page-4 .kuan{ width: 90%; margin:0 5%; float: left; height: 80%; position: relative; }
	.index-wrap .page-4 .title2 img.tu1,.index-wrap .page-4 .title3 img.tu1{ display:none; }
	.index-wrap .page-4 .title2 img.tu2,.index-wrap .page-4 .title3 img.tu2{ display:block; height: 96%; width: auto; margin:0 auto;}
	.index-wrap .page-4 .title1{ left: 0px; top:0px; margin-top: 10%; position: relative; float: left; width: 100%; margin-bottom:0px;    text-align: center;}
	.index-wrap .page-4 .title1 span{ width: 100%;}
	.index-wrap .page-4 .title2{ background:none; border-radius: 10%; overflow: hidden; padding: 2%; height: 40%; top: 0; position: relative; margin-top: 10px; left: 0;   width: auto; }
	.index-wrap .page-4 .title3{  background:none;border-radius: 10%; overflow: hidden; padding: 2%; height: 40%; top: 0; position: relative; margin-top: 10px;  right: 0; width: auto;  margin: 0 auto; text-align: center;top: -3%;}
	.index-wrap .page-4 .title2 img{  background: #fff;  padding: 2%; border-radius: 10px;}
	.index-wrap .page-4 .title3 img{ background:#3dcd58; padding: 2%; border-radius: 10px;}
  .index_gywm_fr{    width: 100%; top: 15%; text-align: center;  padding: 0;}
	.index_gywm_kuan{  width: 80%; margin: 0px 10%;margin-top: 20px; top: 15%;}
  .index_gywm_desc{ font-size: 16px; line-height: 30px; margin: 10px 0;}
  .index_gywm_gd{ margin-top: 10px;}
  .index_gywm_gd span{ width: 40px; height: 40px; line-height: 40px; font-size: 30px;}
  .index_gywm_gd2{ width: auto; line-height: 40px; height: 40px; font-size: 16px; padding-right: 20px;}
}
@media screen and (max-width: 799px) {
	.gl-index-menu .icons-menu{ display: inline-block;}
	.gl-index-menu .nav{ display:none;}
	.gl-index-menu .icons-logo img{ height: 70%;}
	.footer_copy,.footer_js{ width: 100%; text-align:center;}
	.index-wrap .page-3-1 .title2{ margin-top:10px;}
	.index-wrap .page-3-1 .title2 li{ width: 20% !important; margin: 0 6% 10px;}
	.index-wrap .page-3 .kuan{ height: 80%;}
	.index-wrap .page-3 .title1{ position:relative;  margin:0 25%;  width: 50%;}
	.index-wrap .page-3 .title2{ position:relative;  margin-left:0px; width:100%; font-size:20px; margin-top:20px; text-align:center; top: 0%; transform: inherit;}
	.index-wrap .page-3 .title2 p{ font-size: 12px; line-height: 25px; margin-top:10px;}
  .index-wrap .page-next  {   left: 40%;}
  .index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu_bg_zi img{ width: 90%;}
  .index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu_bg_yuan img{  max-width: 40%;}
	.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu{ height:auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) !important;}
	.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu img{ max-width: 90%;}
	.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_gd{  bottom: 80px; position: absolute; left: 50%; transform: translate(-50%,0%);}
  .index-wrap .page-5-1 .kuan .cpxx_bot ul li{  font-size:18px; line-height: 40px; padding: 0px 3%;  margin: 0 3%;}
  .index-wrap .page-5-1 .kuan .cpxx_bot ul li i{ top: 3px; right: 5px; font-size: 25px;}
	.index-wrap .page-5 .title1{ width: 150px; height: 150px; top: 10%; position: relative;}
	.index-wrap .page-5 .title1 .yuan img{ width: 50%;}
	.index-wrap .page-5 .title1 .yuan .yuan_title{ font-size: 20px; margin-top: 5px;}
	.index-wrap .page-5 .title1 .yuan .yuan_desc{ width: 60%; font-size:12px;}
	.index-wrap .page-5 .title2{ left: 10%; top: 20%; width: 40%;}
	.index-wrap .page-5 .title3{ right: 10%; top: 20%; width: 40%;}
	.index-wrap .page-6{  background: #58c37b !important;}
	.index-wrap .page-6 .title1{ left: 5%; top: 10%; width: 90%;}
	.index-wrap .page-6 .title1 .title1_top{ font-size: 22px; margin-bottom: 20px; line-height: 24px;  margin-top: 20px;}
	.index-wrap .page-6 .title1 .title1_top span{ font-size: 12px;}
	.index-wrap .page-6 .title1 .title1_cont{ width: 100%;}
	.index-wrap .page-6 .title1 .title1_cont_fl span{ font-size: 22px;}
	.index-wrap .page-6 .title1 .title1_cont_fl p{ font-size: 14px;}
	.index-wrap .page-6 .title1 .title1_cont_fr{ margin-left:0; width:100%;}
	.index-wrap .page-6 .title1 .title1_cont_fr img{ width: 100px;}
	.index-wrap .page-6 .title1 .title1_cont_fr span{ width: 100%; font-size: 12px;}
	.index-wrap .page-6 .title1 .title1_zx{ width: 95%; margin-top: 20px; text-align: center;}
	.index-wrap .page-6 .title1 .title1_zx a{ font-size: 12px;}
	.index-wrap .page-6 .title2{ display: none;}
}
@media screen and (max-width: 599px) {
	.index-wrap .page-1 .title1{  top: auto; bottom: 50%; font-size: 20px; width: 90%;}
	.index-wrap .page-1 .title2{  top: auto; bottom: 48%; font-size: 16px; line-height: 29px; width: 90%;}
	.index-wrap .page-1 .title3{  top: auto; bottom: 28%; font-size: 12px; line-height: 20px; margin-bottom:0px;}
	.index-wrap .page-1 .title3:before{ width: 110px;}
	.page-1 video{ display:none;}
	.index-wrap .page-2 .title1{  top: 8%; }
	.index-wrap .page-3-1 .yuanquan{  width: 90%;}
	.index-wrap .page-3-1 .title1{ width: 90%;}
	.index-wrap .page-3-1 .title2{ margin-top:10px;}
	.index-wrap .page-3-1 .title2 li{ width: 27% !important; margin: 0 3% 10px;}
	.index-wrap .page-3-1 .title3 .ycdsj_info_title{ font-size: 18px;}
	.index-wrap .page-3-1 .title3 .ycdsj_info_desc{ font-size: 12px;}
	.index-wrap .page-3 .title1{ position:relative;  margin:0 5%;  width: 90%;}
	.index-wrap .page-4-1 .kuan li .kuan_cont .title{  font-size: 14px;}
	.index-wrap .page-4-1 .kuan li .kuan_cont .desc{  min-height: 120px;}
	.index-wrap .page-4-1 .kuan li .kuan_cont .info p{ line-height: 18px; padding: 5px 0;}
	.index-wrap .page-4-1 .kuan li .kuan_cont .gd a{ padding: 5px 10px;}
	.index-wrap .page-5-1 .kuan .cpxx_top .cpxx_title{ font-size: 30px;}
  .index-wrap .page-5-1 .kuan .cpxx_top .cpxx_gd{ font-size: 14px; }
  .index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu_bg_zi{ top: 28%;}
  .index-wrap .page-5-1 .kuan .cpxx_top .cpxx_tu_bg_yuan{ top: 23%;}
  .index-wrap .page-5-1 .kuan .cpxx_bot ul li{  font-size: 16px; margin: 10px 0;  width: 80%;}
  .cpxx_btn a.cpxx_btn_left span{ left: 0px;}
	.cpxx_btn a.cpxx_btn_right span{ right: 0px;}
  .index_gywm_logo img{ height: 60px;}
  .index_gywm_logo_wz{ font-size: 16px;}
  .index_gywm_kuan{ margin-top: 30px; background: rgba(255,255,255,0.8);}
  .index_gywm_tb{ width: 60px; margin-right: 10px;}
  .index_gywm_tb img{ height: 60px;}
  .index_gywm_title{ font-size: 12px; margin-top: 14px;}
  .index_gywm_title span{ font-size: 24px;}
  .index_gywm_desc{ font-size: 14px;}
  .index_gywm_gd span{ width: 30px; height: 30px; line-height: 30px; font-size: 24px;}
  .index_gywm_gd2{     line-height: 30px; height: 30px;  font-size: 12px;  padding-right: 10px; }
}
@media screen and (max-width: 399px) {
	/*.index-wrap .page-3-1 .title2{ margin-top: 0px;}
	.index-wrap .page-3-1 .title2 li{ width: 38% !important; margin: 0 6% 10px;}
	.index-wrap .page-3-1 .title3{ top: 0;}*/
}	
