﻿@charset "utf-8";
/* css document */
*{ margin:0; padding:0}
ul li{ list-style:none}
img{ border:0; max-width:100%}
a{ text-decoration:none; color:#333;transition: all 0.5s;}
body{ font-family:"微软雅黑"; width:100%; font-size: 12px; color:#535353}
p{text-align:justify}
.clear{ clear:both}

.shtoplogan{
    background-color: #383838;
}
.shcontent{
    max-width: 1200px;
    margin:0 auto;
}

.topslogan{
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    color:#e9e9e9;
    width: 80%;
    float: left;
}
.topshop{
    width: 20%;
    float: right;
    text-align: right;
}
.topshop a{
    line-height: 39px;
}
.topshop img{
    width: 30px;
}
.logoimg{
    width: 120px;
    height: 37px;
}
.padding_20{
    padding: 20px 0;
}
.top5{
    padding-top: 5px;
    font-size: 14px;
}
.subnav{
    z-index: 99!important;
}
.shnav{
    box-shadow: 0px 20px 20px -20px #5e5e5e;
}
.subnav{
    position: absolute;
    left: 0;
    top: 65px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
    /*border: 1px solid #eee;*/
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
    text-align: center;
}

/* 首页导航 */
.pull-left {
    float: left;
  }
  
  .pull-right {
    float: right;
  }
  
  .dropdown .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid gray;
    content: "";
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .container {
    font-family: 'lato', sans-serif;
    width: 95%;
    margin: 0 auto;
  }
  .container.navbar {
    width: 100%;
  }
  .container:before, .container:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .layout-right-content {
    color: #ffdede;
  }
  
  /* cbflynav req styles */
  .layout-left-flyout {
    display: none;
    height: 100%;
    position: fixed;
    visibility: hidden;
    z-index: 0;
    -moz-transition: visibility 0 linear 0.2s;
    -o-transition: visibility 0 linear 0.2s;
    -webkit-transition: visibility 0 linear;
    transition: visibility 0 linear 0.2s;
    background: #383838;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .layout-left-flyout.iscbflynavactive {
    display: block;
    visibility: visible;
    z-index: 1;
    -moz-transition: z-index 0 linear 0.2s;
    -o-transition: z-index 0 linear 0.2s;
    -webkit-transition: z-index 0 linear;
    transition: z-index 0 linear 0.2s;
  }
  
  .cbflynav-wrap {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 270px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .cbflynav-wrap > nav {
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -moz-transition: -moz-transform 0 ease-in-out;
    -o-transition: -o-transform 0 ease-in-out;
    -webkit-transition: -webkit-transform 0 ease-in-out;
    transition: transform 0 ease-in-out;
    /*    height: 100%;
        overflow-y: auto;
        overflow-x: hidden;*/
  }
  
  .nav-collapse {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  
  .layout-right-content.iscbflynavactive {
    -moz-transform: translate3d(270px, 0, 0);
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    min-width: 320px;
  }
  
  .icon-cbmore {
    content: "";
    float: right;
    margin-top: 4.5px;
    padding: 4.5px;
    box-shadow: 1px -1px 0 0px #fff inset;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  
  .nav-flyout-navmask, .nav-flyout-contentmask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .nav-flyout-contentmask {
    z-index: 1;
  }
  
  .nav-flyout-navmask {
    right: 180px;
    z-index: 1;
  }
  
  /* menu toggle */
  .btn-navbar {
    position: absolute;
    width: 50px;
    height: 40px;
    padding: 4px 0;
    display: block;
    z-index: 1;
  }
  
  .btn-navbar-navtoggle {
    left: 10px;
  }
  
  .btn-navbar .icon-bar {
    display: block;
    width: 28px;
    height: 4px;
    background-color: #4d4d4d;
    margin: 7px auto 0 auto;
  }
  
  .btn-navbar .icon-bar   .icon-bar {
    margin-top: 3px;
  }
  
  @media screen and (min-width: 768px) {
    .btn-navbar {
      display: none;
    }
  }
  /* navbar styles */
  .navbar {
    height: 40px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 10px;
    font-family:arial, helvetica, sans-serif;
  }
  
  @media screen and (max-width: 767px) {
    .layui-carousel-ind{
        top:-75px!important;
    }
    .navbar .nav-collapse {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .navbar {
      height: auto;
      position: relative;
      margin-bottom: 10px;
      width: 100%;
      padding: 0 10px;
    }
    .the-nav{
        height:95px
    }
  }
  /* mobile first nav */
  
  .the-nav ul.nav-flyout {
    display: block;
    margin-bottom: 15px;
    float: none;
    height: 100%;
  }
  .the-nav ul.nav-flyout > li {
    float: none;
    display: block;
    width: 270px;
  }
  .the-nav ul.nav-flyout li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 11px 15px;
    margin-right: 0;
  }
  .the-nav ul.nav-flyout li a:hover {
    background: #ff8358;
  }
  .the-nav ul.nav-flyout .dropdown {
    position: static;
  }
  .the-nav ul.nav-flyout .dropdown .subnav {
    float: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: auto;
    width: 0;
    min-width: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    background: #595959;
    transition: width .2s ease-in-out;
  }
  .the-nav ul.nav-flyout .dropdown .subnav > li {
    width: 180px;
  }
  .the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
    width: 180px;
  }
  .the-nav.is-inactive ul.nav-flyout > li > a {
    opacity: .2;
  }
  .the-nav.is-inactive ul.nav-flyout > li.is-active > a {
    opacity: 1;
    background: #ff8358;
  }
  
  /* large screen styles*/
  @media screen and (min-width: 768px) {
    .container {
      width: 95%;
      margin: 0 auto;
    }
  
    .the-nav {
      display: block;
    }
  
    .the-nav .nav {
      display: block;
    }
  
    .the-nav .nav-pill:after {
      content: "";
      display: table;
      clear: both;
    }
  
    .the-nav > .nav {
      margin: 0;
      line-height: normal;
    }
  
    .the-nav > .nav > li {
      display: inline-block;
      margin-bottom: 0;
      position: relative;
    }
  
    .the-nav > .nav > li .caret {
      margin-top: 8px;
      margin-left: 2px;
      border-top-color: #a7a7a7;
      border-bottom-color: #a7a7a7;
    }
  
    .the-nav > .nav > li a {
      display: block;
      padding: 10px 10px 10px;
      color: #a7a7a7;
      font-weight: 500;
      text-decoration: none;
    }
  
    .the-nav > .nav > li:nth-of-type(1) > a {
      padding-left: 0;
    }
  
    .the-nav > .nav > li:last-of-type > a {
      padding-right: 0;
    }
  
    /* active state */
    .the-nav > .nav > li:hover > a {
      color: #303030;
    }
  
    .the-nav > .nav > li:hover .subnav {
      display: block;
    }
  
    .the-nav > .nav > li:hover .caret {
      border-top-color: #303030;
      border-bottom-color: #303030;
    }
  
    /* subnav */
    .nav > li > .subnav {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 20;
      margin: 0;
      padding: 0;
      border-radius:3px;
      background: #f7f7f7;
      box-shadow: 0 1px 1px 0px #dddddd;
    }
  
    .nav > li > .subnav > li {
      margin-bottom: 0;
    }
  
    .nav > li > .subnav > li a {
      color: #a7a7a7;
      -moz-transition: all, 0.2s;
      -o-transition: all, 0.2s;
      -webkit-transition: all, 0.2s;
      transition: all, 0.2s;
    }
  
    .nav > li > .subnav > li:hover a {
      background: #ff8358;
      color: white;
    }
  }
  .navsql{
      padding: 5px!important;
  }
  /* general mobile first styles */
  .hidden-sm {
    display: none;
  }
  
  @media screen and (min-width: 768px) {
    .visible-sm {
      display: none;
    }
  
    .hidden-sm {
      display: block;
    }
  }

  /* banner */

  #banner{
      height: 500px!important;
  }
  .layui-carousel-ind li{
    width: 10px!important;
    height: 6px!important;
    border-radius: 3px!important;
  }
  .layui-carousel-ind li.layui-this{
    width: 20px!important;
    border-radius: 3px!important;
  }
  .layui-carousel-ind{
    top:-100px!important;
  }

  /* 核心专利 */
  .home-events {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin-top: -50px;
  }
  
  .home-events-box {
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .home-events-box-wrapper {
      width: 100%;
      text-align: center;
  }
  
  .home-events-box-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .home-events-box-item {
    position: relative;
    float: left;
    width: 32%;
    margin: 0 0.5%;
    height: 120px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: .2s;
    transition: .2s;
      box-shadow: 0 30px 40px 0 rgb(0 0 0 / 10%);
  }
  
  .home-events-box-item a {
    display: block;
    padding: 34px 5px 4px 120px;
  }
  
  .home-events-box-item:hover i img:last-child {
    opacity: 1;
  }
  
  .home-events-box-item:hover h2 {
    color: #fa6f66;
  }
  
  .home-events-box-item i {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 100px;
    height: 100px;
  }
  
  .home-events-box-item i img {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    will-change: opacity;
  }
  /*
  .home-events-box-item i img:last-child {
    opacity: 0;
  }*/
  
  .home-events-box-item h2,
  .home-events-box-item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .home-events-box-item h2 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 22px;
    color: #3b516a;
    -webkit-transition: .2s;
    transition: .2s;
    will-change: color;
  }
  
  .home-events-box-item p {
    font-size: 14px;
    line-height: 20px;
    color: #95989d;
    right: 40px;
    position: absolute;
  }

  
.page1_box .img {
	margin-right: 30px;
	width: 350px;
	float: left;
}
.page1_box {
	background: #f5f5f5;
	position: relative;
}
.page1_box:after {
	content: '';
	display: block;
	clear: both;
}
.page1_box .text {
	overflow: hidden;
}
.page1_box .text h3 {
	line-height: 60px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page1_box .text h3 a {
	color: #333;
}
.page1_box .text h3 a:hover {
	color: #fa5300;
}
.page1_box .text h4 {
	font-size: 16px;
	color: #fa5300;
	font-weight: normal;
	margin-bottom: 30px;
}
.page1_box .text h4 span {
	font-size: 30px;
	font-weight: bold;
}
.btn {
	width: 160px;
  margin-top: 10px;
}
.btn a {
	display: block;
	line-height: 38px;
	border: 1px solid #999;
	text-align: center;
}
.btn a span {
	text-transform: uppercase;
	display: inline-block;
	font-size: 18px;
	color: #666;
	padding-right: 20px;
	background: url(/uploads/image/pimages/icon5.png)no-repeat right center;
}
.btn a:hover {
	border-color: #fa5300;
}
.btn a:hover span {
	padding-right: 30px;
	color: #fa5300;
	background: url(/uploads/image/pimages/icon5-1.png)no-repeat right center;
}
.page1_box .bottom {
	position: absolute;
	bottom: 0;
	left: 380px;
	right: 0;
	background: #fa5300;
	text-align: center;
}
.page1_box .bottom li {
	width: 30%;
	display: inline-block;
	line-height: 80px;
	font-size: 18px;
	color: #fff;
}
.text h5{
  font-size: 16px;
  line-height: 32px;
}
.text h5 span{
  font-weight: 600;
  font-size: 18px;
  color: #fa5300;
}
.page1_box .bottom li img {
	vertical-align: middle;
	margin-right: 20px;
}
.page1_list ul li {
	width: 25%;
	float: left;
}
.page1_list ul li:nth-child(4n 1) {
	clear: both;
}
.page1_list ul li img {
	width: 100%;
}
.page1_list ul {
	margin: 10px -10px;
}
.page1_list ul li a {
	display: block;
	margin: 10px;
}
.page1_list ul li p {
	line-height: 20px;
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	color: #333;
}
.page1_list ul li .img:hover img {
	opacity: .5;
}
.page1_list ul li a:hover .img span {
	opacity: 1;
	top: 50%;
}
.page1_list ul li a:hover p {
	color: #fa5300;
}
.page1_list ul li .img span {
	position: absolute;
	height: 25px;
	background:  no-repeat center center;
	display: block;
	left: 0;
	width: 100%;
	opacity: 0;
	top: 60%;
	margin-top: -12px;
}
.page1_list ul:after {
	content: '';
	display: block;
	clear: both;
}
.page1_list {
	margin-bottom: 40px;
}
.indexpro{
  position: relative;
  top:120px;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
.img:hover {
	background: #000;
}
.img:hover img {
	opacity: 0.7;
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
.img img {
	display: block;
}
img {
	max-width: 100%;
}
.page1_list ul li .img:hover img {
	opacity: .5;
}
.page1_list ul li a:hover .img span {
	opacity: 1;
	top: 50%;
}

/* 手风琴 */

.guide-slider {
  width: 1200px;
  margin: 2% auto;
  background: #fff;
  height: 260px;
  display: inline-block;
}

.guide-slider .guide {
  width: 200px;
  height: 260px;
  float: left;
  border-right: 1px solid #fb864b;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  position: relative;
  overflow: hidden;
}

.guide-slider .guide .display {
  border-right: 1px solid #d5d5d5;
  width: 200px;
  height: 260px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 2;
  background: #ffffff;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.guide-slider .guide .display .icon {
  display: inline-block;
  width: 74px;
  height: 74px;
  margin-top: 42px;
  background-image: ;
}

.guide-slider .guide .display .icon.icon1 {
  background-position: -592px 0;
}

.guide-slider .guide .display .icon.icon2 {
  background-position: 0 0;
}

.guide-slider .guide .display .icon.icon3 {
  background-position: -296px 0;
}

.guide-slider .guide .display .icon.icon4 {
  background-position: -444px 0;
}

.guide-slider .guide .display .icon.icon5 {
  background-position: -518px 0;
}

.guide-slider .guide .display .title {
  font-size: 16px;
  color: #666666;
  height: 40px;
  line-height: 40px;
}

.guide-slider .guide .display .introduction {
  border-top: 1px solid #ddd;
  width: 150px;
  margin: 0 auto;
  font-size: 12px;
  color: #999999;
  text-align: left;
  line-height: 20px;
  text-align: center;
}

.guide-slider .guide .display::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  border-width: 10px 15px;
  top: 100%;
  margin-top: 0;
  right: -1px;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.guide-slider .guide .behind {
  width: 100%;
  height: 260px;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.guide-slider .guide .behind .function-list-wrap {
  width: 380px;
  text-align: center;
  margin-left: 200px;
}

.guide-slider .guide .behind .function-list {
  margin-right: -10px;
  margin-top: 20px;
}

.guide-slider .guide .behind .function-list > li {
  float: left;
  padding-right: 10px;
}

.guide-slider .guide .behind .function-list > li > a {
  display: block;
  border: 1px solid #fb864b;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 18px;
  color: #0876c2;
}

.guide-slider .guide .behind .function-list > li > a:hover {
  text-decoration: none;
  border: 1px solid #0876c2;
  background: #0876c2;
  color: #ffffff;
}

.guide-slider .guide .behind .function-list > li > a.important {
  color: #f58914;
}

.guide-slider .guide .behind .function-list > li > a.important:hover {
  border: 1px solid #f58914;
  background: #f58914;
  color: #ffffff;
}

.guide-slider .guide.on {
  width: 597px;
}

.guide-slider .guide.on .display {
  background: #fa5300;
  border-right-color: transparent;
}

.guide-slider .guide.on .display .title {
  color: #fff;
}

.guide-slider .guide.on .display .introduction {
  color: #fff;
}

.guide-slider .guide.on .display::after {
  top: 50%;
  margin-top: -5px;
}

.guide-slider .guide.on .display .icon.icon1 {
  background-position: -74px 0;
}

.guide-slider .guide.on .display .icon.icon2 {
  background-position: -148px 0;
}

.guide-slider .guide.on .display .icon.icon3 {
  background-position: -222px 0;
}

.guide-slider .guide.on .display .icon.icon4 {
  background-position: -370px 0;
}

.guide-slider .guide.on .display .icon.icon5 {
  background-position: -666px 0;
}
.xuanze{
  position: relative;
  top:120px;
  background:  no-repeat;
  background-size:100% 100%;
}
.indexname{
  font-size: 1.6em;
  border-left: 10px solid #fb864b;
  padding-left: 10px;
  margin-top: 20px;
  display: inline-block;
  color: #595959;
}
.guide-list > .guide:last-child{
  border-right: 0px solid #fb864b !important;
}
.zlzs{
  position: relative;
  top:120px;
}

.shcon,.layui-carousel>[carousel-item]>*{   
   background-color: #fff !important;
} 
.bannerzlzs{
  margin-top: 20px;
}
.zlzsimg{
  float: left;
  margin: 20px;
}
.zlzsimg img{
  width: 260px;
}
.zlzsimg p{
  color: #595959;
  text-align: center;
  font-size: 16px;
}
.zlzs button{
  margin-top: 30px;
}
.layui-carousel-ind ul{
  background-color: rgb(0 0 0 / 0%) !important;
}
.layui-carousel-ind ul:hover{
  background-color: rgb(0 0 0 / 0%) !important;
}
.layui-carousel-ind li{
  background-color:#d9d9d9 !important;
}
.layui-carousel-ind li.layui-this{
  background-color:#ff5500 !important;
}
/* 六大优势 */
.solution-box {
  background: #262c50;
  position: relative;
  top: 270px;
}

.solution-bj {
  /*background: ;*/
  background-size: cover;
}

.solution-header {
  max-width: 1210px;
  padding: 50px 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.solution-header h2 {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  color: #fafbfe;
  font-weight: inherit;
}

.solution-header p {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  opacity: 0.6;
}

.solution-content {
  max-width: 1200px;
  margin: 0 auto;
}

.solution-list {
  width: 300px;
  float: left;
}

.solution-list ul li {
  width: 240px;
  height: 72px;
  background: rgba(255, 255, 255, 0.15);
  padding-left: 30px;
  margin: 0 10px;
  position: relative;
}

.solution-list ul li h2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 72px;
  font-weight: inherit;
}

.solution-list ul .on {
  width: 260px;
  margin: 0;
  border-radius: 10px;
  padding-left: 40px;
  box-shadow: 0px 20px 20px -20px #fff;
  background-image: linear-gradient(-180deg, #f7783b 0%, #fa5300 63%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#f67e78, endcolorstr=#f56f69);
  /*ie<9>*/
  -ms-filter: "progid:dximagetransform.microsoft.gradient (gradienttype=0, startcolorstr=#f67e78, endcolorstr=#f56f69)";
  /*ie8 */
}

.solution-item {
  margin-left: 300px;
  display: block;
  padding: 20px 10px 0 10px;
  overflow: hidden;
}

.solution-item ul li {
  padding: 20px 0;
}

.solution-item ul li h2 {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin: 0 0 15px 0;
  font-weight: inherit;
}

.solution-item ul li p {
  opacity: 0.8;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
}

.s-btn {
  display: inline-block;
  color: #36383c;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 20px;
  cursor: pointer;
  border: 1px solid #d4d5d7;
  position: relative;
  letter-spacing: normal;
}

.solution-more {
  border: 1px solid #fafbfe;
  border-radius: 4px;
  width: 140px;
  margin: 20px 0 0 0;
  line-height: 30px;
  font-size: 14px;
  color: #fafbfe;
  padding-left: 30px;
}

.solution-more em {
  width: 13px;
  height: 8px;
  margin-left: 10px;
  display: inline-block;
  background:  no-repeat;
  background-size: cover;
  transition: margin-left 0.3s ease-out;
}

.solution-more:hover {
  color: #fa6f66;
  border: 1px solid #fa6f66;
}

.solution-more:hover em {
  margin-left: 15px;
  background:  no-repeat;
}

.solution-title {
  position: relative;
}

.solution-title h3 {
  font-size: 18px;
  color: #ffffff;
  width: 135px;
  font-weight: inherit;
}

.solution-title span {
  border-top: 1px solid white;
  opacity: 0.2;
  display: inline-block;
  width: 100%;
  position: absolute;
  margin-left: 135px;
  top: 12px;
}

.solution-brand {
  width: 100%;
  position: relative;
}

.solution-brand-item {
  padding: 15px 20px 10px 0;
  width: 213px;
  float: left;
}

.solution-brand-item a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  height: 40px;
  padding-left: 50px;
  display: block;
  position: relative;
}

.solution-brand-item a i {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 8px;
  color: #ffffff;
  font-size: 24px;
}

.solution-item .solution-brand-item a p {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px
}

.solution-brand-item .solution-more {
  width: auto;
  margin-top: 0;
}

.solution-brand-item a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.solution-more-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  display: block;
}

.solution-more-wrap .solution-more {
  width: auto;
  margin-top: 0;
  color: #999;
font-size:18px;
  border: none;
}

.solution-more-wrap .solution-more:hover {
  color: #f56f69;
}

.solution-brand-item a i img {
  width: 22px;
  height: 22px;
  display: block;
  border: none;
}

.clear a {
  border: none;
  padding-left: 20px;
}

.clear a:hover {
  background: none;
}

.clear a img {
  width: 130px;
}

.clear {
  padding-top: 32px;
}

.solution-item ul {
  display: none;
  margin-top: -40px;
}

.about{
  position: relative;
  top: 280px;
}
.shaboutleft{
  margin-top: 35px;
  float: left;
  width: 45%;
}
.shaboutleft p{
  text-indent: 2em;
  color: #595959;
  font-size: 16px;
  line-height: 32px;
}
.shaboutright{
  margin-top: 35px;
  width: 50%;
  float: right;
}
.shaboutright img{
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 20px 20px -20px #5e5e5e;
}
.ckgd{
  float: right;
}
.ckgd a{
  border: 1px solid #fb864b;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fb864b;
}
.xuanze_gd{
  border: 1px solid #fb864b;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fb864b;
}
.jgimg{
  position: relative;
  top: 280px;
  background:  no-repeat;
  background-size:100% 100%;
}

/* 新闻资讯css */
.news{
  position: relative;
    top: 320px;
}
.news-content {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.news-content-item {
  float: left;
  margin-left: 40px;
  width: 370px;
}

.news-content-item:first-child {
  margin-left: 0;
}

.news-content-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.news-title-fl {
  position: absolute;
  top: -10px;
  width: 120px;
  height: 120px;
  float: left;
}

.news-title-fr {
  float: left;
  width: 370px;
  height: 100px;
}

.news-title-img01 {
  background-image: linear-gradient(  -180deg , #f7783b 0%, #fa5300 63%);
  border-radius: 20px;
  box-shadow: 0px 20px 20px -20px #393d49;
}
.news-title-img01 p{
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 28px;
  padding-left: 80px;
  font-weight: 500;
}
.news-title-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #393d49;
  border-radius: 20px;
  box-shadow: 0px 20px 20px -20px #393d49;
  opacity: .9;
  filter: alpha(opacity=90)
}

.news-title-title {
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 9;
  padding: 35px 8px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  color: #fff;
}

.news-content-lists {
  margin: 0 auto;
}

.news-content-lists li {
  float: left;
  width: 100%;
  line-height: 36px;
}

.news-content-lists li a {
  display: block;
}

.news-content-lists li a i {
  float: left;
  width: 21%;
  font-style: normal;
  font-size: 14px;
  color: #888;
  white-space: nowrap;
}

.news-content-lists li a span {
  float: left;
  width: 76%;
  font-size: 16px;
  color: #595959;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-content-lists li a:hover span {
  color: #fa5300
}

/* 负离子与健康 */
.floor-course {
  position: relative;
  overflow: auto;
  height: 520px;
}

.floor-content {
  position: relative;
  clear: both;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.floor-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
}

.floor-side h3 {
  font-family: 'microsoft yahei';
  font-size: 20px;
  line-height: 100px;
  height: 80px;
  color: #333;
font-weight:400;
}

.floor-side h3 a {
  color: #333;
  display: block;
}

.floor-side-link img {
  display: block;
  width: 100%;
  background-color: green;
}

.floor-side-right {
  position: absolute;
  top: 0;
  left: 240px;
  width: 960px;
  height: 100%;
}

.floor-side-list {
  position: relative;
  padding-top: 13px;
  border-bottom: 1px solid #e1e1e1;
}

.floor-side-list ul {
  line-height: 52px;
  overflow: hidden;
  height: 55px;
  display: inline-table;
}

.floor-side-list ul li {
  position: relative;
  float: left;
  height: 55px;
  margin-right: 10px;
  padding: 0 10px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  cursor: pointer;
}

.floor-side-list ul li:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  content: '';
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.floor-side-list ul .on:after {
  border-bottom-color: #fb864b
}

.floor-side-list ul .on {
  border-bottom-color: #fb864b
}

.floor-side-body {
  /*height: 456px;*/
  padding-top: 24px;
}

.floor-side-body ul li {
  position: relative;
  float: left;
  width: 210px;
  height: 155px;
  margin-bottom: 20px;
  margin-left: 20px;
  border: 1px solid #e1e1e1; 
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  -ms-border-radius: 3px;
}

.floor-side-body ul li:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  transform: translatey(-6px);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
}

.floor-side-body ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floor-side-body ul li a .image-ti {
  position: relative;
  display: block;
  width: 200px;
  height: 120px;
  margin: 8px auto 0;
  background-color: #fb864b;
}

.floor-side-body ul li a .image-ti img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

.slide-title {
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  margin: 5px 10px;
  word-break: break-all;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}

.slide-body {
  line-height: 20px;
  height: 20px;
  margin: 0 10px;
}

.slide-body-nub {
  margin-right: 10px;
  color: #999;
  font-size: 13px;
}

.slide-body-nub-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-right: 5px;
  vertical-align: middle;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0 3px;
}

.slide-body-nup {
  margin-right: 10px;
  color: #999;
  font-size: 13px;
}

.slide-body-nup-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-right: 5px;
  vertical-align: middle;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0 -23px;
}

.slide-body-price {
  line-height: 20px;
  float: right;
  height: 20px;
  vertical-align: top;
  color: #ef7165;
}

.slide-admission {
  color: #46cfa1;
}

.slide-more {
  line-height: 52px;
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
  height: 55px;
  color: #3197e7;
}
.links{
  position: relative;
  top: 300px;
}
.index_links_ul{
  margin-top: 20px;
  display: inline-block;
  /*position: absolute;*/
  /*padding-bottom: 20px;*/
}
.index_links_ul li{
  float: left;
  margin-right: 10px;
  line-height: 25px;
}
/* 底部 */
footer{
  position: relative;
  top: 420px;
}
.footer{width:100%;background-color:#323a45;padding-top:70px;height:auto;overflow:hidden}
.other-link{width:1200px;margin:0 auto;height:auto;overflow:hidden}
.other-link>div{float:left}
.other-link .sucai-contact{float:right}
.link-look{width:960px;padding-bottom:45px}
.link-list{float:left;width:20%}
.link-list h3{height:45px;line-height:20px;font-size:20px;color:#ffffff}
.link-list ul li a{line-height:33px;color:#abacaf;font-size:15px}
.link-list ul li a:hover{color:#ff6666}
.sucai-contact{width:240px}
.bottom-logo{width:132px;height:38px}
.bottom-logo a{display:block;width:100%;height:100%;background: no-repeat 100%}
.sucai-companyname{height:40px;line-height:18px;font-size:18px;color:#ffffff;margin-top:25px}
.sucai-phone,.sucai-qq{height:34px;line-height:15px;font-size:15px;color:#abacaf}
.erweima-box{margin-top:34px}
.erweima-box>div{float:left;width:100px}
.erweima-box>div:first-child{margin-right:30px}
.wechat-erwei div:first-child,.phonenet-erwei div:first-child{height:30px;line-height:14px;font-size:14px;color:#abacaf}
.footer-bottom{text-align:center;padding-top:15px;padding-bottom:15px;border-top:1px solid #42444b; 
  width: 100%;
  max-width: 1200px;
  margin: auto;}
  .footer-bottom a{
    color: #6c6e73;
  }
  .link-title>a{
    font-weight: 500;
    color: #fff;
  }
.footer-bottom p{line-height:26px;font-size:14px;color:#6c6e73;display: inline-block;}
.footer-bottom p span{margin-left:17px}
.footer-bottom p span.police-icon{display:inline-block;width:25px;height:20px;background: no-repeat -334px -170px;vertical-align:top}
.sucai_wechat,.sucai_web{width:100%;height:100px}
.sucai_wechat{background: no-repeat 100%}
.sucai_web{background: no-repeat 100%}
.indexvideo{    
  width: 95%;
  border-radius: 10px;
  position: relative;
  top: 25px;
  right: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  box-shadow: 0px 20px 20px -20px #5e5e5e;
}
.function-list-wrap p{
  padding: 25px;
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  color: #6c6e73;
}

table{
  border-collapse: inherit;
  border-spacing: revert;
}


.biaoge{
  width:100%;
  margin-bottom:20px;
  box-shadow: 0px 20px 20px -20px #fff;
}
.biaoge td{
  background: #fdccb5;
  height: 30px;
  line-height: 32px;
  padding-left: 20px;
  border-bottom:2px solid #fff;
  border-left:2px solid #fff

}
.biaoge >tbody  tr:first-child > td{
  background-image: linear-gradient(
-180deg
, #f7783b 0%, #fa5300 63%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color:#fff;
}
.biaoge >tbody  tr:last-child > td{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.biaoge >tbody  tr:last-child > td:last-child{
  border-bottom-right-radius: 20px;
  border-bottom:0px solid #fff;
}
.bg_title{
padding: 10px;
}
.bg_title_text{
  font-size: 1.8rem;
  margin-top: 1rem;
  letter-spacing: 3px;
}
.bg_title_en{
font-size: 0.6rem;
}
.bg_footer{
text-align: center;
  padding: 20px;
  font-size: 1.6rem;
  word-spacing: 2rem;
  letter-spacing: 10px;
}
.lifttd{
  
  border-left:0px solid #fff !important;
}
.ssjimg{
  display: block;
    border-radius: 20px;
    margin-top: 20px;
}
.logo_m{
  display: none;
}
.img img{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.page1_box{
  border-top-right-radius: 10px;
}
.page1_box .bottom{
  border-bottom-right-radius: 10px;
}
.img:hover{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
a>.img,a>.img:hover{
  border-radius: 10px;
}
.mfooter{
  display: none;
}
.shcontent > .listleft{
  width: 18%;
  float: left;
  margin-right: 2%;
  margin-top: 20px;
}
.shcontent > .listright{
  width: 80%;
  float: right;
  margin-top: 20px;
  margin-bottom: 30px;
}
.typelist:nth-child(1){
  margin-top: 0px;
}
.typelist{
  background-color: #f0f0f0;
  margin-top: 10px;
}
.typelist ul{
  padding: 10px 0 20px;
  margin-top: 10px;
  border-top: 3px solid #fff;
}
.typelist ul li{
  line-height: 38px;
  font-size: 16px ;
  border-bottom: 1px dashed #fff;
}
.typelist ul li a{
  padding-left: 1em;
}
.typelist ul li p{
  padding-left: 1em;
  font-size: 14px;
}
.listbodyname{
  width: 30%;
  margin-top: 0px;
}
.listbodynav{
  width: 65%;
  float: right;
  text-align: right;
  line-height: 30px;
  height: 30px;
}
.newslist{
  margin: 15px 0;
  border-bottom: 1px dashed #c2c2c2;
  display: inline-block;
  padding-bottom: 35px;
  width: 100%;
}
.newslist:last-child{
  border-bottom: 0px dashed #c2c2c2;
}
.navigation{
  padding-bottom: 10px;
  border-bottom: 1.5px solid #c2c2c2;
}
.newsimg{
  width: 24%;
  margin-right: 1%;
  float: left;
}
.newsimg img{
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}
.newstext{
  float: left;
  width: 75%;
}
.newstitle{
  font-size: 20px;
  line-height: 36px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;

}
.newdes{
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.newsxinxi{
  margin-top: 5px;
  color: #666;
}
.newsxinxi span{
  margin-right: 15px;
}
.newsxinxi span:nth-child(3){
  margin-right: 0;
  float: right;
}
.pages{
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.pagelist li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.pagelist li a{
  color: #333;
}
.thisclass{
  border: 1px solid #fb864b !important;
  background-color: #fb864b !important;
  color:#fff  !important;
}
.thisclass a{
  color:#fff  !important;
}
.body{
  margin-bottom: 25px; 
  /*overflow: auto;*/
}
.prolist{
  display: inline-block;
  width: 23%;
  margin: 1%;
}
.proimg,.protext{
  width: 100%;
}
.protitle {
  font-size: 20px;
  line-height: 36px;
  width: 100%;
  text-align: center;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.proimg > a > img{
  width: 100%;
}
.listbody{
  margin: 20px 0;
}
.listbody > div > img{
  margin: 20px;
}
.layui-this img{
  display: block;
}
.listbody div{
  padding: 15px auto;
  font-size: 16px;
  line-height: 34px;
  text-align: justify;

}
.listbody h3{
  padding: 35px auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 42px;
  
}
.listbody h1{
  line-height: 36px;
  padding: 5px 0;
}
.xinxi{
  padding-bottom: 15px;
  border-bottom: 1.5px dashed  #c2c2c2;
  margin-bottom: 15px;
}

.xinxi span{
  margin-right: 10px;
}
.bodycontent p{
  text-indent:2em;
  line-height: 32px;
  font-size: 16px;
  padding-bottom: 10px;
}
.bodycontent h2{
  font-size: 1.6em;
  border-left: 10px solid #fb864b;
  padding-left: 10px;
  margin: 20px 0;
  color: #595959;
}
.bodycontent img{
  max-width: 620px !important;
  height: 100% !important;
  margin: 30px auto !important;
  text-align: center;
  display: block;
}
.prozhutu{
  float: left;
}
.projianjie{
  width: 65%;
  float: right;
}
.projianjie p{
  font-size: 16px;
  line-height: 32px;
  color: #383838;
}
.proanniu{
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  background: #fb864b;
  border-radius: 5px;
  margin: 5px auto;
}
.proanniu a{
  color: #fff;
}
.conbody table{
  text-align: center;
  margin:20px auto;
}
.conbody img{
  width: 100%;
}
.typelist ul li .proimg a,.typelist ul li .protext a,.typelist ul li .prohead p{
  padding-left: 0em;
}
.typelist ul li .proimg a img{
  width: 80%;
}
.typelistpro{
  margin: 15px auto;
}
.typelist ul li .proimg{
  margin: 15px auto 0px auto;
  text-align: center;
}
.kslj-zs-img{
  margin: 15px auto !important;
  display: block;
}
.footer-bottom{
  margin-top: 20px;
}
/* .indexproimg{
  height: 300px;
  width: 500px;
  transform: scale(2,2);
  -webkit-transform: translate3d(-50%,-50%,0);
} */
.newsimg a{
    height: 140px;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}
.newsimg img{
    overflow: overlay;
    position: absolute;
    transform-origin:50% 50%;
    top: 10%;
    left: 0;
    transform: translate(-50%, -50%);
    max-width: 100%;
    border-radius: 0px!important;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%)!important;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

@font-face {
  font-family: 'iconfont';
  src:  format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*new right*/
.cndns-right{position:fixed;right:1px;top:50%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;text-align: center!important;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#ff6800;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#ff6800;}
/*.meau-sev .cndns-right-btn{border-color:#ff6800;background: no-repeat #ff6800 center;} */
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:10px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
/*.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background: no-repeat;position:absolute;right:-13px;top:26px;}*/
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
/*.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background: no-repeat left 3px;line-height:36px;}*/
.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}
.meau-sev .cndns-right-box .box-border{width:430px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:100px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#f66e06;font-size:16px;line-height:16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
.meau-zs .cndns-right-btn{background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}


.contentvideo video{    width: 90%;
    margin: 10px auto;
    display: block;
    border-radius: 20px;}
.conbody{
    margin: 20px auto;
    display: block;
    width: 90%;
}
.sheject{
    width: 700px;
    height: 320px;
    position: absolute;
    top: 80px;
    left: 120px;
}
  @media screen and (max-width: 767px) {
    .layui-carousel-ind{
        top:-75px!important;
    }
    .sheject{
        width: 50%;
        height: 100px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    
    
    
  }
  .listbody p{
      font-size: 16px;
      line-height: 32px;
    text-align: justify;
    word-break: break-all;
  }
  
  .listbody h5{
    font-weight: normal;
    font-size: 20px;
    margin: 15px 0px;
    color: #222;
    position: relative;
  }
  .listbody h5 i{
    margin-right: 10px;
    background-image: ;
    width: 28px;
    height: 28px;
    display: block;
    border: none;
    float: left;
    background-size: 28px;
    background-repeat: no-repeat;
  }
  .listbody h5:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 120%;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d9d9d9;
    -webkit-transform: scaley(0.5);
    transform: scaley(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  
  .listbody ul{
      margin: 20px;
  }
  .listbody ul li{
      list-style: disc;
    text-align: justify;
    word-break: break-all;
    font-size: 16px;
      line-height: 32px;
  }