/*自定义*/
.c00{color:#000;}
.fs18{font-size:18px;}
.db{display:block;}
.mt10{margin-top:10px;}
.bt01 {
  border-top: solid 1px #fff;
}
.mf15 {
  margin-left: -15px;
  margin-right: -15px;
}
/*没有外边框*/
.no-outline {
  outline: none !important;
}
.no-outline:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #CCC !important;
}
/*placeholder 颜色*/
/*动画下划线*/
/*单行省略*/
.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ells_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
/*多行省略 2行*/
.ells_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*多行省略 3行*/
.ells_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.page {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -55px;
  display: block;
  width: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
.page .iconfont {
  color: white;
  font-size: 16px;
}
.page.prev {
  left: 0;
}
.page.next {
  right: 0;
}
/*reset*/
body {
  font-family: 'PingFang SC', 'Arial';
}
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #fff;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent;
}
.navbar-toggle .icon-bar {
  background-color: #333;
}
.language .btn-black {
  padding: 9px 12px 9px 30px;
  color: #333;
  background: transparent;
  outline: none !important;
}
.language .btn-black:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #CCC !important;
}
.language .btn-black .filter-option {
  font-family: "iconfont" !important;
}
.language .btn-black .filter-option:before {
  content: "\e61a";
  margin-right: 10px;
}
/*navbar*/
.navbar {
  /*position: absolute;
  top: 0;
  left: 0;
  z-index: 10;*/
  width: 100%;
  min-height:50px;
  border-radius:0;
  margin-bottom:0;
  /*transition: background 1s;*/
  background-color:#fff;
}
/*.navbar:hover {
  background: #1e2026;
}*/
.navbar .navbar-collapse {
  padding: 0;
}
.navbar .navbar-brand {
  height: 40px;
  padding: 14px 15px;
  margin-right:78px;
}
/*.navbar .navbar-nav {
  width: 100%;
}*/
/*.navbar .navbar-nav::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}*/
.navbar .navbar-nav > li:first-child a {
  padding-left: 0;
}
.navbar .navbar-nav > li > a {
  color: #666;
  padding-top:18px;
}
/*.navbar .navbar-nav > li > a:visited {
  color: white;
}
.navbar .navbar-nav > li > a:hover {
  color: white;
}
.navbar .navbar-nav > li > a:active {
  color: white;
}*/
.navbar .navbar-nav > .open > a {
  background-color: transparent;
}
.navbar .navbar-nav > .open > a:visited {
  background-color: transparent;
}
.navbar .navbar-nav > .open > a:hover {
  background-color: transparent;
}
.navbar .navbar-nav > .open > a:active {
  background-color: transparent;
}
.navbar .navbar-form {
    margin: 8px 0 0 0;
}
.navbar-form .input-group{
    border:solid 1px #ddd;
    border-radius:3px;
}
.navbar .navbar-form .input-group input {
    width:170px;
    height: 34px;
    border-radius: 0;
    border: none;
    color: #333;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.1);
    outline: none !important;
}
.navbar .navbar-form .input-group input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #CCC !important;
}
.navbar .navbar-form .input-group .btn {
  padding: 5px 10px;
  border-radius: 0;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.1);
  outline: none !important;
}
.navbar .navbar-form .input-group .btn:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #CCC !important;
}
.navbar .navbar-form .input-group .btn .iconfont {
  color: #ccc;
}
.navbar .navbar-form .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 150px;
  margin-left:10px;
}
.navbar .navbar-form .bootstrap-select .btn-black {
  border: none;
  /*margin-left: 10px;*/
}
.navbar .navbar-form .bootstrap-select .dropdown-menu li a:focus {
  border: none;
  outline: none;
}
/*banner*/
.banner {
  position: relative;
  height: 480px;
}
.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-container .banner-page {
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: center;
}
.banner .swiper-container .banner-page .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 20px;
  background-color: transparent;
  outline: none;
}
.banner .swiper-container .banner-page .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
}
.banner .swiper-container .banner-page .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.banner .swiper-container .banner-page .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 5px;
  background: linear-gradient(90deg, #1ab26b, #abd75e);
  animation: spreadToRight 3s forwards;
}
@keyframes spreadToRight {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.banner-list {
  height: 480px;
}
.banner-list li {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.banner-list li:nth-child(3) .banner-des {
  font-size: 16px;
  margin-top: 15px;
}
.banner-list a {
  display: block;
  height: 100%;
}
.banner-info {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #ccc;
  padding: 25px 0;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.3);
  transition: background .7s;
}
.banner-info p:last-child {
  width: 72%;
  color: #999;
  font-size: 14px;
  margin: 10px auto 0;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.banner-info a {
  display: none;
  position: absolute;
  right: 0;
  color: #1bb26b;
}
.banner-info:hover {
  background: #fafafa;
  opacity: 0.95;
}
.banner-info:hover a {
  display: inline;
  position: absolute;
}
.banner-info:hover a:hover {
  color: #1bb26b;
  text-decoration: none;
}
.banner-info:hover a:hover::after {
  width: 100%;
}
.banner-info:hover a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #1bb26b;
  transition: all .4s ease;
}
.banner-info:hover p:first-child {
  color: #333;
}
.banner-tit {
  margin-top: 125px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: 36px;
}
.banner-des {
  margin-top: 25px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
/*main*/
/*热门产品*/
.hot .row a {
    position: relative;
    display: block;
    height: 284px;
    padding: 30px 0;
    border: 1px solid #D9D9D9;
    text-align: center;
    transition: box-shadow .4s;
}
.hot .row a:hover{
    box-shadow:0 0 10px #bbb;
}
.hot .row img{
    max-width:90%;
}
.hot .row p {
    position:absolute;
    bottom:30px;
    width:100%;
    padding:0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
}
/*企业资质*/
.certificate-new {
    background: url(/Content/imgs/index/2f-bg.jpg) no-repeat right;
    background-size: auto 100%;
}
.certificate-new img{
    max-width:100%;
}
.certificate-img {
    width: 540px;
    height: 350px;
    text-align: center;
    padding: 20px 50px;
    box-shadow: 0px 5px 20px 0px rgba(61, 67, 82, 0.1);
}
.certificate-img img {
  max-width: 100%;
  max-height: 100%;
}
.certificate-info {
  padding-left: 120px;
}
.certificate-info ul {
  height: 350px;
  border-left: solid 1px #E1E3E6;
}
.certificate-info li {
  position: relative;
  padding-top:20px;
  padding-left: 30px;
  padding-bottom: 20px;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.certificate-info li::before {
  content: "\e618";
  position: absolute;
  left: -7px;
  color: #C8CACC;
}
.certificate-info li p:first-child {
  cursor: pointer;
}
.certificate-info li p:last-child {
  opacity: 0;
  font-size: 12px;
  color: #666;
  transition: height .5s;
  overflow: hidden;
}
.certificate-info .act::before {
  left: -9px;
  font-size: 18px;
  color: #1BB26B;
}
.certificate-info .act p:first-child {
  font-size: 18px;
  font-weight: bold;
}
.certificate-info .act p:last-child {
  padding-top: 20px;
  opacity: 1;
}
.patent-tit {
  float: left;
  position: relative;
  width: 150px;
  font-size: 24px;
  padding-left: 0;
  padding-top: 70px;
}
.patent-tit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 34px;
  height: 3px;
  background: #1bb26b;
}
.patent-list {
  position: relative;
  width: 1050px;
}
.patent-list ul img {
  width: 100%;
}
.patent-list ul p {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.patent-list .swiper-slide {
  width: 150px;
}
@media (min-width: 990px) and (max-width: 1200px) {
  .patent-list {
    width: 820px;
  }
  .patent-list .swiper-slide {
    margin-right: 17.5px;
  }
}
@media (max-width: 990px) {
  .patent-list {
    width: 100%;
  }
}
.patent-page {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -55px;
  display: block;
  width: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
.patent-page .iconfont {
  color: white;
  font-size: 16px;
}
.patent-page.prev {
  left: 0;
}
.patent-page.next {
  right: 0;
}
.patent-page:not(.swiper-button-disabled):hover {
  background: #1bb26b;
}
.patent-page.swiper-button-disabled {
  cursor: default;
  opacity: .5;
}
.intro {
  background: url('../imgs/index/3f-bg.jpg') no-repeat center;
  background-size: auto 100%;
  padding: 65px 0 75px 0;
}
.intro-tit {
  font-size: 34px;
  text-align: center;
  color: white;
}
.intro-tabs {
  margin-top: 70px;
}
.intro-tabs .nav-tabs {
  padding: 0 50px;
  border-bottom: none;
}
.intro-tabs .nav-tabs li {
  width: 33.3%;
  text-align: center;
  border-bottom: solid 1px #bbb;
}
.intro-tabs .nav-tabs a {
  font-size: 20px;
  color: white;
  padding: 15px 0;
}
.intro-tabs .nav-tabs a:hover {
  border-color: transparent;
  border-bottom: none;
  margin-bottom: 1px;
}
.intro-tabs .nav-tabs .active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #1ab26b, #abd75e);
}
.intro-tabs .nav-tabs .active a {
  position: relative;
  color: white;
  border-color: transparent;
  margin-bottom: 0;
  background-color: transparent;
}
.intro-tabs .nav-tabs .active a:hover,
.intro-tabs .nav-tabs .active a:focus {
  color: white;
  border: solid 1px transparent;
  background-color: transparent;
  cursor: pointer;
}
.intro-tabs .tab-content {
  margin-top: 70px;
}
.intro-tabs .tab-content .tab-pane {
  padding: 0 110px;
  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 36px;
  min-height: 108px;
}
.intro-btn {
    width: 220px;
    height: 52px;
    color: #1BB26B;
    margin-top: 40px;
}
.intro-btn:hover {
  color: #fff;
  border-color: #1BB26B;
  background-color: #1BB26B;
}
.factory {
  padding: 54px 0;
  /*background: #f7f7fc;*/
}
.factory-page {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -55px;
  display: block;
  width: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
.factory-page .iconfont {
  color: white;
  font-size: 16px;
}
.factory-page.prev {
  left: 0;
}
.factory-page.next {
  right: 0;
}
.factory-page:not(.swiper-button-disabled):hover {
  background: #1bb26b;
}
.factory-page.swiper-button-disabled {
  cursor: default;
  opacity: .5;
}
.factory-list {
  margin-top: 40px;
}
.factory-list .swiper-slide {
  width: 521px;
}
.factory-list .swiper-slide img {
  width: 100%;
}
.factory-list .swiper-slide p {
      position: relative;
    margin-top: 28px;
    padding-top: 15px;
    color: #666;
    font-size: 18px;
    text-align: center;
}
    .factory-list .swiper-slide p::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #1bb26b;
    }
.news-index {
    padding: 60px 0 20px 0;
    background: url(/Content/imgs/index/5f-bg.jpg) no-repeat 100%;
}
.main .btn-success {
    width: 220px;
    height: 52px;
    background: #1bb26b;
    border-radius: 5px;
    margin: 60px 0;
    outline:none;
}
.main .btn-success:link,
.main .btn-success:visited,
.main .btn-success:hover,
.main .btn-success:active {
    background-color: #26be74;
    border-color: #26be74;
    outline: none;
}
.news-list {
  margin-top: 35px;
  min-height: 409px;
}
.news-list .thumbnail {
  padding: 20px;
  margin-bottom: 0;
  border: none;
  box-shadow: 0 2px 5px 0 #CCCBCB;
  transition: all .3s ease;
}
.news-list .thumbnail:hover {
  border: none;
  box-shadow: 0 2px 5px 4px #E9E9E9;
}
.news-list .thumbnail:hover span {
  height: 50px;
}
.news-list .thumbnail img {
  max-width: 100%;
  height: 186px;
}
.news-list .caption {
  padding: 20px 0 0;
}
.news-list .caption h3 {
  height: 50px;
  font-size: 20px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .caption p {
  height: 40px;
  color: #666;
  font-size: 14px;
  margin-top: 21px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .caption span {
  display: block;
  height: 0;
  padding-top: 20px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
}
.news-list .caption span a {
  font-size: 16px;
  color: #1AB26B;
  position: relative;
}
.news-list .caption span a:hover {
  color: #1ab26b;
  text-decoration: none;
}
.news-list .caption span a:hover::after {
  width: 100%;
}
.news-list .caption span a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #1ab26b;
  transition: all .4s ease;
}
.partners {
  background: url('../imgs/index/6f-bg.png') no-repeat bottom;
  background-size: 100% auto;
}
.partners-list {
  margin-top: 70px;
}
.partners-list li {
  text-align: center;
  margin-bottom: 50px;
}
/*rightbar*/
.rightbar {
  z-index: 999;
  position: fixed;
  right: 0;
  top: 60%;
  /*margin-right: -600px;*/
}
.rightbar .btn {
  width: 64px;
  height: 64px;
  color: #999;
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(25, 33, 49, 0.1);
}
.rightbar .btn:last-child {
  height: 36px;
  font-size: 12px;
}
.rightbar .btn:last-child .iconfont {
  display: inline-block;
  font-size: 13px;
  color: #999;
  margin-right: 3px;
}
.rightbar .btn:hover,
.rightbar .btn:focus {
  color: white;
  background: linear-gradient(45deg, #1ab26b, #94d75e);
}
.rightbar .btn:hover .iconfont,
.rightbar .btn:focus .iconfont {
  color: #fff;
}
.rightbar .iconfont {
  display: block;
  font-size: 21px;
  color: #1fb36b;
}
.popover {
  position: fixed;
}
.rightbar-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px 5px 0 0;
  color: white;
  font-size: 16px;
  padding: 0 20px;
  background: linear-gradient(90deg, #1ab26b, #94d75e);
}
.rightbar-title span {
  float: right;
  cursor: pointer;
}
.rightbar-message {
  margin-top: 35px;
}
.rightbar-message ::-webkit-input-placeholder {
  color: #cccccc;
}
.rightbar-message :-moz-placeholder {
  color: #cccccc;
}
.rightbar-message ::-moz-placeholder {
  color: #cccccc;
}
.rightbar-message :-ms-input-placeholder {
  color: #cccccc;
}
.rightbar-message .input-group-addon {
  background-color: transparent;
  border-right: none;
  color: #ccc;
}
.rightbar-message input[type=text] {
  padding-left: 0;
  border-left: none;
  box-shadow: none;
  outline: none !important;
}
.rightbar-message input[type=text]:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #CCC !important;
}
.rightbar-message .btn-success {
  background-color: #1fb36b;
}
.popover{
    max-width:300px;
}
.rightbar-consult{
    width:260px;
}
.rightbar-consult li {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
}
.rightbar-consult li:first-child {
  padding-top: 15px;
}
.rightbar-consult li:last-child {
  /*border-top: solid 1px #eee;*/
  padding-bottom: 15px;
}
.rightbar-consult li > span {
  float: left;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.rightbar-consult li > div {
  float: left;
  margin-left: 10px;
}
.rightbar-consult li > div p {
  margin-top: 5px;
}
.rightbar-consult li > div p:last-child {
  color: #999;
}
.rightbar-consult a {
  position: relative;
}
.rightbar-consult a:hover {
  color: #000000;
  text-decoration: none;
}
.rightbar-consult a:hover::after {
  width: 100%;
}
.rightbar-consult a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all .4s ease;
}
/*footer*/
.footer {
  padding: 65px 0 20px 0;
  color: white;
  background-color: #212330;
}
.footer .row:first-child {
  padding-bottom: 50px;
  border-bottom: solid 1px #666;
}
.footer .ewm {
  overflow: hidden;
}
.footer .ewm img {
  float: left;
  width: 128px;
}
.footer .ewm ul {
  float: left;
  max-width:550px;
  margin-left: 25px;
}
.footer .ewm li {
  position: relative;
  padding-left: 23px;
  margin-top: 8px;
}
.footer .ewm .iconfont {
  position: absolute;
  left: 0;
  top: -2px;
  color: #4C4E58;
  margin-right: 10px;
}
.footer .time img {
  max-width: 100%;
  margin-bottom: 30px;
}
.footer .time span {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #96979D;
  background-color: #2C2E3B;
  border-radius: 50%;
}
.footer .time div {
  overflow: hidden;
}
.footer .time div div {
  float: left;
  margin-left: 10px;
}
.footer .time p {
  margin-top: 5px;
}
.footer .links {
  color: #999;
}
.footer .links a {
  margin: 0 25px;
  color: #999;
  position: relative;
}
.footer .links a:first-child {
  margin-left: 0;
}
.footer .links a:last-child {
  margin-right: 0;
}
.footer .links a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer .links a:hover::after {
  width: 100%;
}
.footer .links a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all .4s ease;
}
.footer .copyright {
  color: #666;
}
.banner_sec {
  height: 350px;
  padding-top: 156px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url('../imgs/common/list-bac-pc.jpg') no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.banner_sec .title_e {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 10px;
}
.banner_sec.banner_about {
  background-image: url('../imgs/common/banner-about.jpg');
}
.banner_sec.banner_contact {
  background-image: url('../imgs/common/banner-contact.jpg');
}
.banner_sec.banner_coo {
  background-image: url('../imgs/common/banner-coo.jpg');
}
.banner_sec.banner_news {
  background-image: url('../imgs/common/banner-news.jpg');
}
.crumb {
  height: 48px;
  line-height: 48px;
  background: #f7f7fc;
}
.crumb a {
  color: #999;
  position: relative;
}
.crumb a:hover {
  color: #333333;
  text-decoration: none;
}
.crumb a:hover::after {
  width: 100%;
}
.crumb a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #333333;
  transition: all .4s ease;
}
.crumb span {
  color: #999;
  margin: 0 10px;
}
.list {
  padding: 60px 0 40px 0;
}
.list-l {
  float: left;
  width: 212px;
}
.list-l > p {
  font-size: 16px;
  line-height: 60px;
  border-bottom: solid 1px #F2F2F2;
  padding-left: 8px;
}
.list-l li {
  position: relative;
  line-height: 60px;
  border-bottom: solid 1px #F2F2F2;
  padding-left: 8px;
}
.list-l li:hover a {
  color: #1BB26C;
}
.list-l li:hover .iconfont {
  display: block;
  color: #1BB26C;
}
.list-l li a {
  display: block;
  padding-right:30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-l .iconfont {
  display: none;
  position: absolute;
  right: 6px;
  top: 0;
}
.list-l .curr a {
  color: #1BB26C;
}
.list-l .curr .iconfont {
  display: block;
  color: #1BB26C;
}
.list-r {
  float: right;
  width: 892px;
}
.list-r li {
  padding: 8px;
}
.list-r a {
  position: relative;
  display: block;
  height: 322px;
  border: 1px solid #EDEDED;
  text-align: center;
  transition: box-shadow 0.4s;
}
.list-r a > p {
    padding:0 10px;
  margin-top: 20px;
}
.list-r a > p:nth-child(2) {
  color: #999;
}
.list-r a:hover {
  color: initial;
  box-shadow: 0 0 5px #eee;
}
.list-r a:hover img {
  margin-top: 10px;
}
.list-r a:hover button {
  opacity: 1;
}
.list-r img {
  max-width: 75%;
  max-height: 100%;
  margin-top: 30px;
  transition: margin-top 0.8s;
}
.list-r button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  width: 140px;
  height: 44px;
  border: none;
  color: #fff;
  font-size: 16px;
  background-color: #1BB26B;
  transition: opacity .8s;
}
.banner_det {
    height:400px;
  padding: 77px 0;
  background: url('../imgs/product/banner-bg.jpg') no-repeat center;
  background-size: auto 100%;
  /*.col-lg-6 {
        &:last-child {
            padding: 50px 0;
        }
    }*/
}
.banner_det img {
  max-width: 100%;
  max-height: 300px;
  margin-left: 60px;
}
.banner_det p:first-child {
  margin-top: 20px;
  font-size: 50px;
  font-weight: bolder;
  color: #18181A;
}
.banner_det p:nth-child(2) {
  margin-top: 10px;
  font-size: 24px;
  color: #666;
}
.banner_det button {
  width: 180px;
  height: 54px;
  margin-top: 30px;
  border: none;
  color: #fff;
  font-size: 18px;
  background: #1BB26B;
}
.banner_det button:link,
.banner_det button:visited,
.banner_det button:hover,
.banner_det button:active {
  background-color: #26be74;
  border-color: #26be74;
}
.pointlist li {
  position: relative;
  float: left;
  width: 115px;
  height: 100px;
  margin: 0 15px 15px 0;
  padding: 15px 0 18px 0;
  text-align: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.pointlist li .iconfont {
  position: absolute;
  top: 32px;
  transform: translate(-50%, -50%);
  font-size: 28px;
}
.pointlist li .iconfont-g {
  font-size: 35px;
  font-weight: 200;
}
.pointlist li p {
  position: absolute;
  bottom: 12px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
}
.feature li {
  float: left;
  width: 50%;
}
.feature li:nth-child(1) {
  padding-bottom: 10px;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.feature li:nth-child(2) {
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.feature li:nth-child(3) {
  padding-top: 30px;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.feature li:nth-child(4) {
  padding-top: 30px;
}
.feature span {
  font-size: 48px;
  font-family: Impact;
  font-style: italic;
  color: rgba(255, 255, 255, 0.2);
}
.feature p {
  height: 50px;
  line-height: 20px;
  margin-top: 10px;
  font-weight: lighter;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.protit {
  font-size: 48px;
  color: #fff;
  font-weight: bolder;
}
.prodes {
  font-size: 20px;
  color: #666;
}
.pro_3 {
  position: relative;
  padding-top: 46px;
  text-align: center;
  background-color: #E8F3FC;
}
.pro_3 .protit {
  color: #000;
  margin-bottom: 25px;
}
.pro_3 img {
  z-index: 2;
  position: relative;
  max-width: 100%;
  margin-top: 10px;
}
.water {
  position: absolute;
  left: 50%;
  margin-left: -350px;
  bottom: -50px;
  width: 700px;
  height: 700px;
}
.water .point {
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  border: solid 1px #6ec2fc;
  border-bottom: none;
  animation: water 3.5s linear infinite;
}
.water .point2 {
  -webkit-animation-delay: .7s;
}
.water .point3 {
  -webkit-animation-delay: 1.4s;
}
.water .point4 {
  -webkit-animation-delay: 2.1s;
}
.water .point5 {
  -webkit-animation-delay: 2.8s;
}
@keyframes water {
  from {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-color: #6ec2fc;
  }
  to {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-color: transparent;
  }
}
.pro_4 {
  height: 500px;
  text-align: center;
  background: url('../imgs/product/p1-4f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro_4 .container {
  position: relative;
  height: 100%;
}
.pro_4 .protit {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
}
.pro_4 .feature {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.pro_5 {
  height: 500px;
  text-align: center;
  background: url('../imgs/product/p1-5f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro_5 .protit {
  padding-top: 146px;
}
.pro_5 .prodes {
  margin-top: 25px;
  color: #fff;
  line-height: 40px;
}
.pro1_1 {
  height: 500px;
  text-align: center;
  background: url('../imgs/product/p1-1f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro1_1 .protit {
  padding-top: 50px;
}
.pro1_1 .pointlist {
  width: 685px;
  margin-top: 50px;
}
.pro1_1 .pointlist li {
  width: 125px;
}
.pro1_1 .pointlist li:nth-child(5n) {
  margin-right: 0;
}
.pro1_2 {
  padding: 44px 0;
  text-align: center;
}
.pro1_2 .protit {
  color: #1B1B21;
}
.pro1_2 .prodes {
  margin-top: 10px;
  line-height: 40px;
}
.pro1_2 img {
  max-width: 100%;
}
.pro1_3 {
  height: 500px;
  background: url('../imgs/product/p1-3f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro1_3 .container {
  position: relative;
  height: 100%;
}
.pro1_3 span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 48px;
  color: white;
}
.pro2_1 {
  height: 550px;
  text-align: center;
  background: url('../imgs/product/p2-1f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro2_1 .protit {
  padding-top: 50px;
}
.pro2_2 {
  text-align: center;
  height: 577px;
  background: url('../imgs/product/p2-2f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro2_2 .protit {
  padding-top: 50px;
}
.pro2_2 .pointlist {
  margin-top: 50px;
}
.pro2_3 {
  height: 510px;
}
.pro2_3 .col-md-6 {
  position: relative;
  height: 510px;
  padding: 0;
}
.pro2_3 .col-md-6:first-child {
  background: url('../imgs/product/p2-3f-img1.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro2_3 .col-md-6:first-child span {
  right: 50px;
}
.pro2_3 .col-md-6:first-child .protit {
  text-align: right;
}
.pro2_3 .col-md-6:last-child {
  background: url('../imgs/product/p2-3f-img2.png') no-repeat left center;
}
.pro2_3 .col-md-6:last-child span {
  left: 50px;
}
.pro2_3 .col-md-6 .protit {
  padding-top: 50px;
  color: #18181A;
}
.pro2_3 .col-md-6 span {
  position: absolute;
  bottom: 23px;
  font-size: 20px;
  color: #fff;
  padding: 10px 60px;
  background: rgba(0, 0, 0, 0.5);
}
.pro3_1 {
  height: 500px;
  text-align: center;
  background: url('../imgs/product/p3-1f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro3_1 .protit {
  padding-top: 50px;
}
.pro3_1 .prodes {
  color: #fff;
  margin-top: 20px;
}
.pro3_2 {
  height: 577px;
  text-align: center;
  background: url('../imgs/product/p3-2f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro3_2 .protit {
  padding-top: 50px;
}
.pro3_2 .prodes {
  margin-top: 20px;
  color: #fff;
}
.pro3_2 .pointlist {
  margin-top: 30px;
}
.pro3_3 {
  height: 510px;
  padding-top: 81px;
  text-align: center;
  background: url('../imgs/product/p3-3f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro3_3 img {
  max-width: 100%;
}
.pro3_3 p {
  text-align: left;
  padding-left: 70px;
}
.pro3_3 .protit {
  margin-top: 60px;
}
.pro3_3 .prodes {
  margin-top: 30px;
  line-height: 45px;
  color: #fff;
}
.pro4_1 {
  padding: 30px 0;
}
.pro4_1 .row {
  position: relative;
}
.pro4_1 .row .col-md-6 {
  position: initial;
  padding: 0;
}
.pro4_1 .row .col-md-6:first-child {
  padding-right: 55px;
}
.pro4_1 .row .col-md-6:last-child {
  padding-left: 55px;
  text-align: right;
}
.pro4_1 .row .col-md-6 img {
  max-width: 100%;
}
.pro4_1 .row .col-md-6 > div {
  position: absolute;
  transform: translateY(-50%);
}
.pro4_1 .row .col-md-6 .protit {
  color: #22222C;
  line-height: 72px;
}
.pro4_1 .row .col-md-6 .prodes {
  margin-top: 20px;
  line-height: 36px;
}
.pro4_1 .line1 {
  padding-bottom: 20px;
}
.pro4_1 .line1 .col-md-6 div {
  left: 50%;
  top: 50%;
  padding-left: 55px;
  text-align: left;
}
.pro4_1 .line2 {
  padding-top: 20px;
}
.pro4_1 .line2 .col-md-6 div {
  right: 50%;
  top: 50%;
  padding-right: 55px;
  text-align: left;
}
.pro4_2 {
  padding: 40px 0;
  text-align: center;
  background: #e6eaf9;
}
.pro4_2 .protit {
  color: #333333;
}
.pro4_2 .prodes {
  margin-top: 10px;
}
.pro4_2 img {
  max-width: 100%;
  margin-top: 40px;
}
.pro4_3 {
  height: 468px;
  text-align: center;
  background: url('../imgs/product/p4-3f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro4_3 .protit {
  padding-top: 60px;
}
.pro4_3 .pointlist {
  margin-top: 70px;
}
.pro4_3 .pointlist li {
  height: 120px;
}
.pro4_3 .pointlist li .iconfont {
  top: 40px;
}
.pro4_3 .pointlist li p {
  bottom: 25px;
}
.questions li {
  position: absolute;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.questions .ques-movie {
  left: 250px;
  top: 25px;
}
.questions .ques-music {
  left: 0;
  top: 80px;
  animation-delay: 1s;
}
.questions .ques-game {
  right: 0;
  top: 74px;
  animation-delay: 2s;
}
.questions .ques-surfing {
  left: 125px;
  top: 173px;
  animation-delay: 3s;
}
.questions .ques-phone {
  right: 206px;
  top: 179px;
  animation-delay: 4s;
}
.pro5_1 {
  padding: 50px 0 60px 0;
  text-align: center;
}
.pro5_1 .protit {
  color: #22222C;
}
.pro5_1 .prodes {
  margin-top: 30px;
}
.pro5_1 img {
  max-width: 100%;
  margin-top: 60px;
}
.pro5_2 {
  padding: 70px 0 60px 0;
  text-align: center;
  background-color: #0F0F0F;
}
.pro5_2 .prodes {
  color: #fff;
  margin-top: 40px;
}
.pro5_2 img {
  max-width: 100%;
  margin-top: 60px;
}
.pro5_3 {
  padding: 60px 0;
  text-align: center;
  background-color: #1B1F29;
}
.pro5_3 .container {
  padding: 0 90px;
}
.pro5_3 .container .row {
  margin-top: 70px;
}
.pro5_3 .container .row > div:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pro5_3 .container .row span {
  position: relative;
  display: block;
  color: white;
  margin-top: 40px;
  font-size: 24px;
}
.pro5_3 .container .row span::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -20px;
  display: block;
  width: 40px;
  height: 2px;
  background: #1BB26B;
}
.pro5_3 img {
  max-width: 100%;
}
.pro5_4 {
  height: 592px;
  text-align: center;
  background: url('../imgs/product/p5-4f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro5_4 .protit {
  padding-top: 60px;
}
.pro5_4 .prodes {
  margin-top: 40px;
  color: #fff;
}
.pro6_1 {
  padding: 50px 0 68px 0;
  text-align: center;
}
.pro6_1 .protit {
  color: #22222C;
}
.pro6_1 .prodes {
  margin-top: 30px;
}
.pro6_1 .row {
  margin-top: 75px;
}
.pro6_1 img {
  max-width: 100%;
}
.pro6_2 {
  padding: 60px 0;
  text-align: center;
  background-color: #F1F4F9;
}
.pro6_2 .protit {
  color: #22222C;
}
.pro6_2 .prodes {
  margin-top: 30px;
}
.pro6_2 img {
  margin-top: 60px;
  max-width: 100%;
}
.pro7_1 {
  height: 493px;
  text-align: center;
  background: url('../imgs/product/p7-1f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro7_1 .protit {
  padding-top: 60px;
}
.pro7_1 .prodes {
  margin-top: 30px;
  color: #fff;
}
.pro7_2 {
  height: 599px;
  text-align: center;
  background: url('../imgs/product/p7-2f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro7_2 .protit {
  padding-top: 60px;
}
.pro7_2 .prodes {
  margin-top: 30px;
  color: #fff;
}
.pro8_1 {
  height: 644px;
  text-align: center;
  background: url('../imgs/product/p8-1f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro8_1 .protit {
  padding-top: 50px;
}
.pro8_2 {
  height: 550px;
  text-align: center;
  background: url('../imgs/product/p8-2f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro8_2 .protit {
  padding-top: 70px;
}
.pro8_2 .pointlist {
  margin-top: 60px;
}
.pro8_2 .pointlist li {
  width: 180px;
  height: 116px;
}
.pro8_2 .pointlist li .iconfont {
  top: 40px;
}
.pro8_2 .pointlist li p {
  bottom: initial;
  top:75px;
  padding:0 5px;
}
.pro8_3 {
  height: 447px;
  text-align: center;
  background: url('../imgs/product/p8-3f-bg.jpg') no-repeat center;
  background-size: auto 100%;
  padding-top: 50px;
}
.pro8_3 .protit {
  padding-top: 80px;
  color: #333;
}
.pro8_3 .prodes {
  margin-top: 40px;
}
.pro9_1 {
  height: 710px;
  text-align: center;
  background: url('../imgs/product/p9-1f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro9_1 .protit {
  padding-top: 60px;
}
.pro9_1 img {
  max-width: 100%;
  margin-top: 15px;
}
.pro9_2 {
  padding: 45px 0;
  text-align: center;
}
.pro9_2 .protit {
  color: #333;
}
.pro9_2 .prodes {
  margin-top: 30px;
  line-height: 30px;
}
.funclist {
  margin-top: 40px;
}
.funclist > div {
  padding: 0 15px;
}
.funclist > div > div {
  height: 388px;
  background: #fefefe;
  border: 1px solid #e5e5e5;
}
.funclist p {
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background-size: 100% 100%;
}
.funclist ul {
  padding: 20px 0 0 76px;
  text-align: left;
}
.funclist ul li {
  padding: 11px 0;
  font-size: 16px;
}
.funclist ul .iconfont {
  font-size: 13px;
  margin-right: 20px;
}
.funclist-yx p {
  background-image: url('../imgs/product/p9-2f-bg1.jpg');
}
.funclist-yx .iconfont {
  color: #2A78FF;
}
.funclist-xt p {
  background-image: url('../imgs/product/p9-2f-bg2.jpg');
}
.funclist-xt .iconfont {
  color: #1BB26B;
}
.funclist-yj p {
  background-image: url('../imgs/product/p9-2f-bg3.jpg');
}
.funclist-yj .iconfont {
  color: #2A3043;
}
.pro9_3 {
  padding: 50px 0;
  text-align: center;
  background-color: #F5F7FA;
}
.pro9_3 .protit {
  color: #333;
}
.pro9_3 ul {
  margin-top: 40px;
}
.pro9_3 li {
  position: relative;
  height: 290px;
  margin-bottom: 20px;
  background-color: #fff;
  text-align: left;
}
.pro9_3 li img {
  max-height: 100%;
  max-width: 100%;
}
.pro9_3 li span {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  display: block;
  width: 294px;
  height: 74px;
  line-height: 74px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #1ab26e;
}
.pro9_3 li span::after {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.pro9_3 .place_l {
  text-align: right;
}
.pro9_3 .place_l img {
  margin-right: 70px;
}
.pro9_3 .place_l span {
  left: 115px;
}
.pro9_3 .place_l span::after {
  right: -40px;
  border-width: 11px 20px;
  border-color: transparent transparent transparent #1ab26e;
  border-style: dashed dashed dashed solid;
}
.pro9_3 .place_r img {
  margin-left: 130px;
}
.pro9_3 .place_r span {
  right: 115px;
}
.pro9_3 .place_r span::after {
  left: -40px;
  border-width: 11px 20px;
  border-color: transparent #1ab26e transparent transparent;
  border-style: dashed solid dashed dashed;
}
.intro-tabs.tabs_sec {
  margin-top: 0;
}
.intro-tabs.tabs_sec > div:first-child {
  border-bottom: solid 1px  #E5E5EA;
}
.intro-tabs.tabs_sec .nav-tabs {
  padding: 0;
}
.intro-tabs.tabs_sec .nav-tabs .active a {
  color: #1BB26B;
}
.intro-tabs.tabs_sec .nav-tabs .active a:hover,
.intro-tabs.tabs_sec .nav-tabs .active a:focus {
  color: #1BB26B;
}
.intro-tabs.tabs_sec .nav-tabs .active::after {
  background: #1BB26B;
  height: 2px;
}
.intro-tabs.tabs_sec .nav-tabs li {
  border-bottom: none;
}
.about .intro-tabs.tabs_sec .nav-tabs li {
    width:50%;
}
.intro-tabs.tabs_sec .nav-tabs a {
  padding: 18px 0;
  color: #333;
  font-size: 16px;
  font-weight: bolder;
}
.pro10_1 {
  padding: 50px 0 30px;
  text-align: center;
}
.pro10_1 .protit {
  color: #333;
}
.pro10_1 ul {
  margin-top: 65px;
}
.pro10_1 li {
  margin-bottom: 15px;
}
.pro10_1 li div {
  box-shadow: 0px 5px 10px 0px rgba(26, 26, 26, 0.1);
  height: 210px;
  line-height: 210px;
}
.pro10_1 li img {
  max-width: 100%;
  max-height: 100%;
}
.pro10_1 li p {
  height: 76px;
  padding: 28px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  background-color: #1BB26B;
}
.pro10_1 li:last-child p {
  padding: 16px 0;
}
.pro10_2 {
  height: 533px;
  padding: 50px 20px 0;
  text-align: center;
  background: url('../imgs/product/p10-2f-bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.pro10_2 .prodes {
  margin-top: 30px;
}
.pro10_2 .container {
  padding: 0 55px;
}
.pro10_2 .pointlist {
  margin-top: 40px;
}
.pro10_2 .pointlist li {
  margin-right: 20px;
  width: 165px;
  height: 110px;
}
.pro10_2 .pointlist li:nth-child(6n) {
  margin-right: 0;
}
.pro10_2 .pointlist li .iconfont {
  top: 35px;
}
.pro10_2 .pointlist li p {
  bottom: 18px;
}
.pro10_3 {
  padding: 40px 0;
  text-align: center;
  background-color: #F7F9FC;
}
.pro10_3 .protit {
  color: #333;
}
.pro10_3 .prodes {
  margin-top: 23px;
}
.pro10_3 table {
  width: 100%;
  margin-top: 40px;
}
.pro10_3 table th {
  text-align: center;
}
.pro10_3 table th {
  height: 70px;
  color: #fff;
}
.pro10_3 table td {
  height: 50px;
  padding: 0 10px;
  border: solid 1px #E5E5E5;
}
.pro10_3 .col-md-4 tr:first-child {
  background: url('../imgs/product/p10-3f-bg1.jpg') no-repeat center;
  background-size: 100% 100%;
}
.pro10_3 .col-md-8 tr:first-child {
  background: url('../imgs/product/p10-3f-bg2.jpg') no-repeat center;
  background-size: 100% 100%;
}
.pro10_3 .col-md-8 tr td:nth-child(2) {
  text-align: left;
}
.pro10_4 {
  padding: 40px 20px;
  text-align: center;
}
.pro10_4 .protit {
  color: #333;
}
.pro10_4 img {
  margin-top: 50px;
  max-width: 100%;
}
.pro10_5 {
  padding: 50px 0;
  background-color: #F7F9FC;
}
.pro10_5 img {
  max-width: 100%;
  margin-top: 30px;
}
.pro10_5 p:first-child {
  font-size: 28px;
}
.pro10_5 p:nth-child(2) {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.pro10_5 table {
  margin-top: 30px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #e6e6e6;
}
.pro10_5 table th,
.pro10_5 table td {
  padding: 10px 15px 10px 0;
}
.pro10_5 table th {
  color: #999;
}
.pro11_1 {
  padding: 40px 0;
  text-align: center;
}
.pro11_1 .protit {
  color: #333;
}
.pro11_1 .prodes {
  margin-top: 30px;
}
.pro11_1 img {
  margin-top: 25px;
  max-width: 100%;
}
.pro11_2 {
  padding: 60px 0 40px 0;
  text-align: center;
  background-color: #F7F9FC;
}
.pro11_2 .protit {
  color: #333;
}
.pro11_2 .prodes {
  margin-top: 30px;
}
.pro11_2 img {
  margin-top: 40px;
  max-width: 100%;
}
.pro_6 {
  height: 420px;
  text-align: center;
  padding-top: 150px;
  background: url('../imgs/product/p11-3f-bg.jpg') no-repeat center;
  background-size: 100% 100%;
}
.pro12_1 {
  padding: 50px 0;
}
.pro12_1 .protit {
  color: #333;
  margin-top: 90px;
}
.pro12_1 .prodes {
  margin-top: 20px;
  line-height: 36px;
}
.pro12_1 img {
  max-width: 100%;
}
.pro12_2 {
  padding: 50px 0;
  background-color: #F7F7FC;
}
.pro12_2 .protit {
  color: #333;
  margin-top: 90px;
}
.pro12_2 .prodes {
  margin-top: 20px;
  line-height: 36px;
}
.pro12_2 img {
  max-width: 100%;
}
.pro12_3 .prodes {
  color: #fff;
  margin-top: 20px;
}
.about .patent-list {
  width: 100%;
}
.about .patent-list .patent-page {
  z-index: 3;
}
.about .patent-list ul p {
  text-align: center;
  line-height: 24px;
}
.about .swiper-pagination {
  bottom: 0;
}
.about .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background-color: #E6E6E6;
  border-radius: 0;
  opacity: 1;
  margin-right: 10px;
}
.about .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.about .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1BB26B;
}
.article {
  padding: 50px 120px 70px;
}
.article-time {
  margin-top: 30px;
  color: #999;
  font-size: 16px;
  text-align: center;
}
.title_sec {
  text-align: center;
  font-size: 36px;
  font-weight: bolder;
  color: #141518;
}
.article-det {
  font-size: 16px;
  color: #666;
  margin-top: 30px;
  line-height: 35px;
  text-indent: 2em;
}
.about-zl {
    padding: 60px 0 50px;
    background-color: #F7F7FC;
}
.about-zl .patent-list {
  padding: 45px 75px 55px;
}
.about-zl .patent-list .swiper-slide {
  width: 310px;
  margin-right: 60px;
}
.about-zl .patent-list::before,
.about-zl .patent-list::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 70px;
  /*background-color: #fff;*/
}
.about-zl .patent-list::before {
  left: 0;
}
.about-zl .patent-list::after {
  right: 0;
}
.about-zl .patent-list ul p {
  padding: 0 10px;
  margin-top: 20px;
}
.about-zs {
  padding: 50px 0;
}
.about-zs .patent-list {
  padding: 45px 155px 55px;
}
.about-zs .patent-list .swiper-slide {
  width: 435px;
  margin-right: 20px;
}
.about-zs .patent-list::before,
.about-zs .patent-list::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 150px;
  background-color: #fff;
}
.about-zs .patent-list::before {
  left: 0;
}
.about-zs .patent-list::after {
  right: 0;
}
.about-zs .patent-list ul p {
  padding: 0 80px;
  margin-top: 40px;
}
.about-join {
  padding: 60px 0;
}
.teline {
  margin: 65px -30px 30px;
  color: white;
}
.teline .iconfont {
  float: left;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
}
.teline .iconfont-tel {
  font-size: 50px;
}
.teline .iconfont-mail {
  font-size: 66px;
}
.teline .iconfont-route2 {
  font-size: 66px;
}
.teline .tel,
.teline .email,
.teline .route {
  padding: 0 30px 30px;
}
.teline .tel > div,
.teline .email > div,
.teline .route > div {
  position: relative;
  overflow: hidden;
  padding: 30px;
}
.teline .tel > div > div,
.teline .email > div > div,
.teline .route > div > div {
  position: absolute;
  padding-left: 170px;
  left: 0;
}
.teline .tel > div {
  background: linear-gradient(90deg, #20c97d, #199b61);
}
.teline .email > div,
.teline .route > div {
  background: linear-gradient(90deg, #1b7cac, #1b2679);
}
.teline-tit {
  font-size: 20px;
  /*margin-top: 20px;*/
}
.teline-cont {
  font-size: 24px;
  margin-top: 25px;
  font-weight: bolder;
}
.contact .teline {
  margin-top: 40px;
  margin-bottom: 0;
}
.contact .teline-cont {
  margin-top: 5px;
  font-size: 20px;
}
.stalist {
  margin-top: 50px;
}
.stalist > li {
  position: relative;
  float: left;
  width: 384px;
  height: 256px;
  margin: 0 24px 24px 0;
  padding: 30px 25px 0;
  border: 1px solid #E5E5E5;
  border-bottom: solid 4px #1BB26B;
}
.stalist > li > p {
  font-size: 16px;
}
.stalist > li:nth-child(3n) {
  margin-right: 0;
}
.stalist .slide {
  z-index: 2;
  background-color: #1BB26B;
  color: #fff;
  border: none;
}
.stalist .slide .stalist-cont {
  color: #fff;
}
.stalist .slide .stalist-cont p {
  color: #fff;
}
.stalist .slide .stalist-wrap {
  padding-bottom: 40px;
  background-color: #1BB26B;
}
.stalist .stalist-tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bolder;
}
.stalist-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 25px;
  margin-top: 15px;
  overflow: hidden;
  transition: height .5s;
}
.stalist-cont {
  padding-left: 15px;
  line-height: 24px;
  list-style: square;
  color: #1BB26B;
}
.stalist-cont p {
  color: #666;
}
.news .intro-tabs .tab-content {
  margin-top: 0;
  padding-bottom: 45px;
}
.news .intro-tabs .tab-content .tab-pane {
  padding: 0;
}
.news .intro-tabs .news-list {
  margin-top: 50px;
}
.news .intro-tabs .news-list li {
  height: 360px;
  margin-bottom: 20px;
}
.news .intro-tabs .news-list .thumbnail {
  position: relative;
  top: 0;
}
.news .intro-tabs .news-list .thumbnail img {
  height: 200px;
  transition: all .3s ease;
}
.news .intro-tabs .news-list .thumbnail:hover {
  box-shadow: 0 2px 8px 4px #E9E9E9;
  top: -6px;
}
.news .intro-tabs .news-list .thumbnail:hover img {
  transform: scale(1.06);
}
.news .intro-tabs .news-list .caption {
  text-align: left;
}
.news .intro-tabs .img-wrap {
  display: block;
  width: 100%;
  height: 186px;
  overflow: hidden;
}
.pageline .pagination > li {
  display: inline-block;
  margin: 0 5px;
}
.pageline .pagination > li > a {
  color: #666;
}
.pageline .pagination .active > a {
  color: #fff;
  border-color: #1BB26B;
  background-color: #1BB26B;
}
.titleline {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  color: #212121;
}
.titleline::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.titleline span {
  position: relative;
  z-index: 3;
  padding: 0 20px;
  background-color: #fff;
}
.news_detail .article-det {
  margin-top: 80px;
}
.cooperation-form {
  padding-top: 60px;
  background-color: #F7F7FC;
}
.cooperation-form form {
  margin-top: 40px;
}
.cooperation-form .form-group {
  margin: 15px 0;
}
.cooperation-form .form-group input,
.cooperation-form .form-group textarea {
  padding-left: 20px;
  font-size: 16px;
  color: #666;
  border-radius: 10px;
  border: #fff;
  box-shadow: none;
}
.cooperation-form .form-group input[type='text'] {
  height: 60px;
}
.cooperation-form .btn {
  width: 400px;
  height: 72px;
  margin: 40px auto;
  font-size: 20px;
  color: #fff;
  background-color: #1AB26E;
}
.cooperation-form .btn:link,
.cooperation-form .btn:visited,
.cooperation-form .btn:hover,
.cooperation-form .btn:active {
  background-color: #26be74;
  border-color: #26be74;
}
.step-wrap {
  padding-top: 30px;
  text-align: center;
}
.step-wrap img {
  max-width: 100%;
}
.step-wrap .show-pad {
  display: none;
  max-width: 100%;
}
.step-list {
  padding: 0 20px 20px 20px;
  background: linear-gradient(0deg, #20c97d, #199b61);
}
.step-list li {
  opacity: 0;
  animation: fadeIn 1s;
  animation-fill-mode: forwards;
}
.step-list li:nth-child(2) {
  animation-delay: 1s;
}
.step-list li:nth-child(3) {
  animation-delay: 2s;
}
.step-list li:nth-child(4) {
  animation-delay: 3s;
}
/*渐隐入*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#telMobile {
    display: none;
}
@media (max-width: 767px) {
    .main .btn-success {
        width: 180px;
        height: 42px;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size:16px;
    }
    .intro-btn {
        width: 180px;
        height: 42px;
        font-size: 16px;
    }
    .hot .row li {
        padding-right: 10px;
        padding-left: 10px;
    }
    .hot .row li:nth-child(n+3) {
        margin-top:20px;
    }
    .certificate-new ul{
        margin-top:10px;
        padding:0 10px;
    }
    .certificate-new li {
        padding: 10px;
    }
    .navbar .navbar-form .input-group input {
        height: 40px;
    }
    .rightbar .btn {
        padding-left: 0;
        padding-right: 0;
    }
  .news-list .caption span {
    height: 50px;
  }
  .crumb {
    padding-left: 20px;
  }
  .water {
    margin-left: -150px;
    bottom: 0;
    width: 300px;
    height: 300px;
  }
  .banner {
    height: auto;
  }
  .banner .swiper-container .banner-page {
    bottom: 10px;
  }
  .banner .swiper-container .banner-page .swiper-pagination-bullet {
    width: 40px;
    margin-left: 5px;
  }
  .banner-list {
    height: 285px;
  }
  .banner-list li {
    /*&:last-child{
				.banner-tit{
					margin-top: 50px;
				}
				.banner-des{
					padding: 0 20px;
					font-size: 12px;
					margin-top: 5px;
				}
			}*/
  }
  .banner-info {
    color: #333;
    background: #fafafa;
    padding: 11px 0;
    position:relative;
    top:0;
    left:0;
  }
  .banner-info a {
    display: inline;
  }
  .banner-info p {
    font-size: 16px;
  }
  .banner-info p:last-child {
    width: 80%;
    margin-top: 5px;
    font-size: 12px;
  }
  .banner-tit {
    margin-top: 70px;
    font-size: 18px;
  }
  .banner-des {
    display: none;
    /*margin-top:10px; 
		font-size: 14px;*/
  }
  .banner_sec {
    height: 220px;
    padding-top: 75px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-image: url('../imgs/common/list-bac-phone.jpg');
    background-size: 100% 100%;
  }
  .banner_sec .input-group {
    display: table;
    width: 70%;
    height: 38px;
    margin-left: 15%;
    margin-top: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .banner_sec .input-group input {
    height: 100%;
    border: none;
    background: transparent;
  }
  .banner_sec .input-group .btn {
    border-radius: 0;
    background: transparent;
    outline: none;
  }
  .banner_sec .input-group .btn .iconfont {
    font-size: 20px;
    color: #fff;
  }
  .language {
    display: block;
    width: 100%;
    padding: 15px 15px 0 15px;
    margin-top: -20px;
  }
  .language .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 100%;
  }
  .language .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) .selectpicker {
    border: solid 1px rgba(255, 255, 255, 0.2);
    background: transparent;
  }
  .language .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) .btn-black {
    height: 40px;
  }
  .navbar {
    margin-bottom: 0;
    box-shadow:0 0 5px #ccc;
  }
  /*.navbar:hover {
    background: #212330;
  }*/
  .navbar .navbar-brand {
    height: 50px;
    padding: 13px 15px;
  }
  .navbar .navbar-nav {
    margin: 0;
  }
  .navbar .navbar-nav::before {
    display: none;
  }
  .navbar .navbar-nav > li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
  }
  .navbar .navbar-nav > li:first-child {
    padding-left: 20px;
  }
  .navbar .navbar-nav > li:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav > li > a {
    position: relative;
    padding: 15px 20px;
  }
  .navbar .navbar-nav > li .caret {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
  }
 /* .navbar .navbar-nav .dropdown-menu {
    background-color: #181818;
  }*/
  .navbar .navbar-nav .dropdown-menu > li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
  }
  .navbar .navbar-nav .dropdown-menu > li:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav .dropdown-menu > li > a {
    padding: 15px 30px;
    /*color: #fff;*/
  }
  .main .fs36 {
    font-size: 26px;
  }
  .footer {
    position: relative;
    padding: 160px 0 25px 0;
  }
  .footer .row:first-child {
    padding-bottom: 20px;
  }
  .footer .ewm img {
    display: none;
  }
  .footer .ewm ul {
    margin-top: 10px;
    margin-left: 0;
  }
  .footer .ewm li {
    margin-top: 5px;
    color: #8B8C95;
    font-size: 12px;
  }
  .footer .time {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .footer .time img {
    position: absolute;
    top: 120px;
  }
  .footer .time > div {
    /*width: 100%;*/
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .footer .time .fs20 {
    font-size: 16px;
    margin-top: 10px;
  }
  .footer .links {
    display: none;
  }
  .footer .copyright {
    text-align: center;
  }
  .list {
    padding: 0;
  }
  .show-pc,
  .show-pc-ib {
    display: none;
  }
  .show-mo {
    display: block;
  }
  .certificate2{
      padding-bottom:20px;
      box-shadow:0 2px 5px #ddd;
  }
  .certificate-img {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .certificate-info {
    padding: 15px;
  }
  .patent {
    margin-top: 20px;
  }
  .patent-tit {
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .patent-list {
      min-height:250px;
    margin-top: 20px;
    text-align:center;
  }
  .patent-list ul p {
    padding-left: 15px;
    text-align:center;
  }
  .patent-list li{
      padding:0 15px;
  }
  .patent-list ul img{
      width:auto;
      max-width:100%;
      height:270px;
  }
  .intro-tit {
    padding: 0 15px;
    font-size: 24px;
  }
  .intro-tabs {
    margin-top: 20px;
  }
  .intro-tabs .nav-tabs {
    padding: 0 15px;
  }
  .intro-tabs .nav-tabs a {
    font-size: 14px;
  }
  .intro-tabs .tab-content {
    margin-top: 20px;
  }
  .intro-tabs .tab-content .tab-pane {
    padding: 0 15px;
    font-size: 14px;
    line-height: 27px;
  }
  .factory {
    padding: 20px 0;
  }
  .factory-list {
    margin-top: 20px;
  }
  .factory-list .swiper-slide {
    width: 100%;
  }
  .news .mt40 {
    margin-top: 20px;
  }
  .news-list {
    margin-top: 20px;
  }
  .news-list .thumbnail {
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0 4px 2px rgba(61, 67, 82, 0.15);
  }
  .list-l {
    float: none;
    overflow-x: auto;
    padding: 0 15px;
    width: 100%;
    background-color: #F1F1F1;
  }
  .list-l ul {
    width: 670px;
  }
  .list-l li {
    float: left;
    border: none;
    font-size: 14px;
    padding-left: 0;
    margin-right: 20px;
  }
  .list-l li:hover {
    color: none;
  }
  .list-l li:hover .iconfont {
    display: none;
  }
  .list-l .curr {
    border-bottom: solid 2px #1AB26B;
  }
  .list-l .curr .iconfont {
    display: none;
  }
  .list-r {
    width: 100%;
    padding: 8px 0;
  }
  .list-r li {
    padding: 7px 15px;
  }
  .list-r a {
    padding: 20px 15px 20px 170px;
    height: auto;
    text-align: left;
  }
  .list-r a > p {
    margin-top: 0;
  }
  .list-r a > p:nth-child(2) {
    margin-top: 10px;
  }
  .list-r a .fs22 {
    font-size: 18px;
  }
  .list-r img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    max-width: 120px;
  }
  .list-r button {
    opacity: 1;
    position: relative;
    width: auto;
    height: auto;
    padding: 8px 15px;
    margin-top: 20px;
    margin-left: 0;
    left: 0;
    bottom: 0;
  }
  .list-r button::after {
    content: '>';
    margin-left: 5px;
  }
  .banner_det p:first-child {
    font-size: 20px;
    margin-top: 0;
  }
  .banner_det p:nth-child(2) {
    font-size: 12px;
  }
  .banner_det button {
    width: 90px;
    height: 27px;
    margin-top: 10px;
    font-size: 12px;
  }
  .pointlist {
    width: 320px;
    margin-top: 35px;
  }
  .pointlist li {
    width: 90px;
    height: 68px;
    padding: 0;
    margin-right: 10px;
  }
  .pointlist li:nth-child(3n) {
    margin-right: 0;
  }
  .pointlist li .iconfont {
    font-size: 16px;
    top: 22px;
    font-size: 25px;
  }
  .pointlist li p {
    font-size: 12px;
    bottom: 5px;
  }
  .protit {
    font-size: 22px;
    padding-left:15px;
    padding-right:15px;
  }
  .prodes {
      padding-left:15px;
      padding-right:15px;
    font-size: 12px;
  }
  .pro1_1 {
    height: 250px;
  }
  .pro1_1 .protit {
    padding-top: 30px;
  }
  .pro1_1 .pointlist {
    width: 340px;
    margin-top: 25px;
  }
  .pro1_1 .pointlist li {
    width: 60px;
    height: 50px;
    margin-right: 10px;
  }
  .pro1_1 .pointlist li:nth-child(5n) {
    margin-right: 0;
  }
  .pro1_1 .pointlist li .iconfont {
    top: 15px;
    font-size: 16px;
  }
  .pro1_1 .pointlist li p {
    bottom: 3px;
  }
  .pro1_2 {
    padding: 20px;
  }
  .pro1_2 .prodes {
    line-height: 20px;
  }
  .pro1_2 .prodes br {
    display: none;
  }
  .pro1_3 {
    height: 190px;
  }
  .pro1_3 span {
    padding-left: 15px;
    font-size: 22px;
  }
  .pro_3{
      padding-left:15px;
      padding-right:15px;
  }
  .pro_4 {
    height: 260px;
    padding: 0 15px;
  }
  .pro_4 .protit {
    top: 18px;
    font-size: 20px;
  }
  .pro_4 .feature {
    top: 50px;
  }
  .pro_4 .feature li {
    padding: 10px 15px;
  }
  .pro_4 .feature span {
    font-size: 24px;
  }
  .pro_4 .feature p {
    font-size: 12px;
    margin-top: 2px;
    line-height: 18px;
  }
  .pro_5 {
    height: 250px;
  }
  .pro_5 .protit {
    padding-top: 50px;
  }
  .pro_5 .prodes {
    padding: 0 15px;
    line-height: 20px;
  }
  .pro2_1 {
    /*height: 250px;*/
    height: 140px;
  }
  .pro2_1 .protit {
    padding-top: 25px;
  }
  .pro2_2 {
    height: 400px;
  }
  .pro2_2 .protit {
    padding-top: 35px;
  }
  .pro2_2 .pointlist {
    margin-top: 25px;
  }
  .pro2_3 {
    height: auto;
  }
  .pro2_3 .col-md-6 {
    height: 320px;
  }
  .pro2_3 .col-md-6:last-child{
      background-size:100% auto;
      background-position:left top 20px;
  }
  .pro2_3 .col-md-6:first-child span {
    right: 25px;
  }
  .pro2_3 .col-md-6:last-child span {
    left: 25px;
  }
  .pro2_3 .col-md-6 .protit {
    padding-top: 25px;
    padding-right: 15px;
    font-size: 24px;
    text-align: right;
  }
  .pro2_3 .col-md-6 span {
    bottom: 20px;
    font-size: 14px;
    padding: 5px 30px;
  }
  .pro3_1 {
    height: 250px;
  }
  .pro3_1 .protit {
    padding-top: 25px;
  }
  .pro3_2 {
    height: 400px;
  }
  .pro3_2 .protit {
    padding-top: 25px;
  }
  .pro3_2 .prodes {
    margin-top: 10px;
  }
  .pro3_3 .protit {
    margin-top: 30px;
  }
  .pro3_3 .prodes {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .pro4_1 .row .col-md-6 > div {
    min-width: 260px;
    padding: 10px 15px;
  }
  .pro4_1 .row .col-md-6 .protit {
    font-size: 18px;
    line-height: 26px;
  }
  .pro4_1 .row .col-md-6 .prodes {
    line-height: 20px;
  }
  .pro4_2 {
    padding: 20px 0;
  }
  .pro4_2 .prodes {
    margin-top: 10px;
  }
  .pro4_2 img {
    max-width: 100%;
    margin-top: 40px;
  }
  .questions li {
    height: 30px;
  }
  .questions li img {
    max-height: 100%;
  }
  .questions .ques-game {
    top: 100px;
  }
  .questions .ques-surfing {
    left: 25px;
  }
  .questions .ques-phone {
    right: 50px;
  }
  .pro4_3 {
    height: auto;
    padding-bottom: 20px;
  }
  .pro4_3 .protit {
    padding-top: 30px;
    /*font-size: 24px;*/
  }
  .pro4_3 .pointlist {
    margin-top: 25px;
  }
  .pro4_3 .pointlist li {
    height: 68px;
  }
  .pro4_3 .pointlist li .iconfont {
    top: 22px;
  }
  .pro4_3 .pointlist li p {
    bottom: 5px;
  }
  .pro5_1 {
    padding: 25px 0 30px 0;
  }
  .pro5_1 .container {
    padding: 0 15px;
  }
  .pro5_1 .prodes {
    margin-top: 15px;
  }
  .pro5_1 img {
    max-width: 90%;
    margin-top: 30px;
  }
  .pro5_2 {
    padding: 35px 0 30px 0;
  }
  .pro5_2 .container {
    padding: 0 15px;
  }
  .pro5_2 .prodes {
    margin-top: 20px;
  }
  .pro5_2 img {
    max-width: 90%;
    margin-top: 30px;
  }
  .pro5_3 {
    padding: 30px 0;
  }
  /*.pro5_3 p {
    font-size: 24px;
  }*/
  .pro5_3 .container {
    padding: 0 45px;
  }
  .pro5_3 .container .row {
    margin-top: 35px;
  }
  .pro5_3 .container .row > div:last-child {
    position: relative;
    width: 90%;
    margin: 20px auto 0;
  }
  .pro5_3 .container .row span {
    margin-top: 20px;
    font-size: 14px;
  }
  .pro5_3 .container .row span::before {
    top: -8px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
  }
  .pro5_3 img {
    max-width: 100%;
  }
  .pro5_4 {
    height: 180px;
  }
  .pro5_4 .protit {
    padding-top: 30px;
  }
  .pro5_4 .prodes {
    margin-top: 20px;
    color: #fff;
  }
  .pro6_1 {
    padding: 25px 15px;
  }
  .pro6_1 .protit {
    color: #22222C;
  }
  .pro6_1 .prodes {
    margin-top: 15px;
  }
  .pro6_1 .row {
    margin-top: 30px;
  }
  .pro6_1 img {
    max-width: 80%;
    margin-bottom: 15px;
  }
  .pro6_2 {
    padding: 30px 15px;
  }
  .pro6_2 .prodes {
    margin-top: 15px;
  }
  .pro6_2 img {
    margin-top: 30px;
    max-width: 80%;
  }
  .pro7_1 {
    height: 250px;
  }
  .pro7_1 .protit {
    padding-top: 30px;
  }
  .pro7_1 .prodes {
    margin-top: 15px;
  }
  .pro7_2 {
    height: 250px;
    padding: 0 15px;
  }
  .pro7_2 .protit {
    padding-top: 30px;
  }
  .pro7_2 .prodes {
    margin-top: 15px;
  }
  .pro8_1 {
    height: 320px;
  }
  .pro8_1 .protit {
    padding: 0 30px;
    margin-top: 30px;
  }
  .pro8_2 {
    height: initial;
  }
  .pro8_2 .protit {
    padding-top: 35px;
  }
  .pro8_2 .pointlist {
    margin-top: 30px;
  }
  .pro8_2 .pointlist li {
    width: 150px;
    height: 90px;
  }
  .pro8_2 .pointlist li:nth-child(2n) {
    margin-right: 0;
  }
  .pro8_2 .pointlist li:nth-child(3n) {
    margin-right: 10px;
  }
  .pro8_2 .pointlist li .iconfont {
    top: 20px;
  }
  .pro8_2 .pointlist li p {
      bottom: initial;
      top:50px;
    }
  .pro8_3 img {
    max-width: 80%;
  }
  .pro8_3 .protit {
    padding-top: 15px;
  }
  .pro8_3 .prodes {
    margin-top: 20px;
  }
  .pro9_1 {
    height: auto;
  }
  .pro9_1 .protit {
    padding: 30px 15px 0 15px;
  }
  .pro9_1 img {
    max-width: 100%;
    margin-top: 15px;
  }
  .pro9_2 {
    padding: 20px 15px;
  }
  .pro9_2 .prodes {
    margin-top: 15px;
  }
  .pro10_1 {
    padding: 25px 8px 15px;
    text-align: center;
  }
  .pro10_1 ul {
    margin-top: 10px;
  }
  .pro10_1 li {
    padding: 8px;
  }
  .pro10_1 li div {
    height: 130px;
    line-height: 130px;
  }
  .pro10_1 li img {
    max-width: 100%;
    max-height: 100%;
  }
  .pro10_1 li p {
    height: 38px;
    padding: 12px 0;
    font-size: 12px;
    font-weight: normal;
  }
  .pro10_1 li:last-child p {
    padding: 3px 0;
  }
  .pro10_2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .pro10_2 .prodes {
    margin-top: 20px;
  }
  .pro10_2 .container {
    padding: 0;
  }
  .pro10_2 .pointlist {
    width: 290px;
    margin-top: 20px;
  }
  .pro10_2 .pointlist li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
  }
  .pro10_2 .pointlist li:nth-child(3n) {
    margin-right: 0;
  }
  .pro10_2 .pointlist li .iconfont {
    top: 30px;
  }
  .pro10_2 .pointlist li p {
    font-size: 12px;
    bottom: 10px;
  }
  .pro10_3 table {
    margin-top: 20px;
  }
  .pro10_4 {
    padding: 20px;
  }
  .pro10_4 img {
    margin-top: 20px;
  }
  .pro10_5 {
    padding: 25px 0;
  }
  .pro10_5 img {
    margin: 20px 0;
  }
  .pro10_5 p:first-child {
    font-size: 20px;
  }
  .pro10_5 p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
  .pro10_5 table {
    margin-top: 15px;
  }
  .pro10_5 table th,
  .pro10_5 table td {
    padding: 7px 10px 7px 0;
  }
  .pro11_1 {
    padding: 20px;
  }
  .pro11_1 .prodes {
    margin-top: 15px;
  }
  .pro11_1 img {
    margin-top: 15px;
  }
  .pro11_2 {
    padding: 20px;
  }
  .pro11_2 .prodes {
    margin-top: 15px;
  }
  .pro11_2 img {
    margin-top: 20px;
  }
  .pro_6 {
    height: 210px;
    padding-top: 75px;
    padding-left:15px;
    padding-right:15px;
  }
  .pro12_1 {
    text-align: center;
    padding: 20px;
  }
  .pro12_1 .protit {
    margin-top: 0;
  }
  .pro12_1 .prodes {
    margin-top: 10px;
    line-height: 20px;
  }
  .pro12_2 {
    text-align: center;
    padding: 20px;
  }
  .pro12_2 .protit {
    margin-top: 0;
  }
  .pro12_2 .prodes {
    margin-top: 10px;
    line-height: 20px;
  }
  .pro12_2 img {
    width: 80%;
  }
  .pro12_3 .prodes {
    margin-top: 10px;
  }
  .funclist {
    margin-top: 20px;
  }
  .funclist > div {
    padding: 0 0 15px;
  }
  .funclist > div > div {
    height: auto;
  }
  .funclist p {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
  .funclist ul {
    padding: 15px 0 15px 60px;
    text-align: left;
  }
  .funclist ul li {
    padding: 6px 0;
    font-size: 14px;
  }
  .funclist ul .iconfont {
    font-size: 13px;
    margin-right: 20px;
  }
  .article {
    padding: 20px 30px 35px;
  }
  .title_sec {
    font-size: 24px;
  }
  .article-det {
    margin-top: 15px;
    line-height: 28px;
  }
  .about .patent-list ul p {
    text-align: center;
    line-height: 20px;
  }
  .about .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    margin-right: 5px;
  }
  .about .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .about .teline {
    margin: 20px 0;
  }
  .about .teline > div > div {
    padding: 15px;
  }
  .about .teline .iconfont {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .about .teline .iconfont-tel {
    font-size: 30px;
  }
  .about .teline .iconfont-mail {
    font-size: 44px;
  }
  .about .teline .tel,
  .about .teline .email {
    padding: 15px 15px 0 15px;
  }
  .about .teline .tel > div > div,
  .about .teline .email > div > div {
    padding-left: 90px;
  }
  .about .teline-tit {
    font-size: 14px;
    margin-top: 10px;
  }
  .about .teline-cont {
    font-size: 14px;
    margin-top: 5px;
  }
  .about-zl {
    padding: 20px 0 15px;
  }
  .about-zl .patent-list {
    padding: 0 40px 35px;
  }
  .about-zl .patent-list::before,
  .about-zl .patent-list::after {
    content: '';
    display: none;
  }
  .about-zs {
    padding: 20px 0;
    background-color: #F7F7FC;
  }
  .about-zs .patent-list {
    padding: 0 40px 35px;
  }
  .about-zs .patent-list::before,
  .about-zs .patent-list::after {
    content: '';
    display: none;
  }
  .about-zs .patent-list ul p {
    padding: 0 40px;
    margin-top: 20px;
  }
  .stalist {
    margin-top: 20px;
    padding: 0 15px;
  }
  .stalist > li {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 15px 20px 0;
  }
  .stalist > li > p {
    font-size: 16px;
  }
  .stalist .stalist-tit {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bolder;
  }
  .stalist-wrap {
    position: relative;
    height: auto;
    padding: 0 0 25px;
  }
  .teline {
    margin: 10px 0 0;
  }
  .teline .tel,
  .teline .email,
  .teline .route {
    padding: 15px;
  }
  .teline .tel > div,
  .teline .email > div,
  .teline .route > div {
    padding: 15px;
  }
  .teline .tel > div > div,
  .teline .email > div > div,
  .teline .route > div > div {
    padding-left: 120px;
  }
  .teline .teline-cont {
    font-size: 16px;
  }
  .article-time {
    margin-top: 10px;
    font-size: 14px;
  }
  .news_detail .article-det {
    margin-top: 20px;
  }
  .cooperation-form {
    padding-top: 30px;
  }
  .cooperation-form form {
    margin-top: 20px;
  }
  .cooperation-form .form-group {
    margin: 10px 0;
  }
  .cooperation-form .form-group input,
  .cooperation-form .form-group textarea {
    font-size: 14px;
    border-radius: 5px;
  }
  .cooperation-form .form-group input[type='text'] {
    height: 50px;
  }
  .cooperation-form .btn {
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin-top: 20px;
  }
  .step-wrap {
    padding-top: 0;
  }
  .step-wrap .step-list {
    padding-top: 5px;
  }
  .step-wrap .show-pad {
    display: block;
  }
  .step-wrap .show-pc {
    display: none;
  }
  .banner-list2 a{
      position:relative;
      display:block;
  }
  .banner-list2 img{
      width:100%;
  }
  .banner-list2 .swiper-slide a>div{
      position:absolute;
      top:20%;
      width:100%;
      text-align:center;
  }
    .banner-list2 .banner-tit{
        margin-top:25px;
    }
    .header .language {
        margin-top:0;
        padding-left:0;
        padding-right:0;
    }
    .header .language .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]){
        width:100%;
        margin-left:0;
    }
    .header .language .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) .btn-black{
        margin-left:0;
    }
    #telMobile{
        display:block;
    }
    #telPC {
        display: none;
    }
}
@media (min-width: 768px) {
    .certificate-new li{
      margin-bottom:15px;
    }
    #telPC {
        display: block;
    }
  .show-pc-ib {
    display: inline-block;
  }
  .show-pc {
    display: block;
  }
  .show-mo {
    display: none;
  }
    .hot .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .list-r a > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .list-r a > p:nth-child(2) {
        display: -webkit-box;
        height: 40px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
        
}
@media (min-width: 768px) and (max-width: 991px) {
    .news-list .thumbnail {
        margin-bottom: 20px;
    }
  .list {
    padding: 15px 0;
  }
  .list-r {
    width: 530px;
    padding-right: 15px;
  }
  .list-r img {
    max-width: 60%;
  }
  .list-r button {
    opacity: 1;
  }
  .banner_det p:first-child {
    margin-top: 20px;
    font-size: 36px;
  }
  .banner_det p:nth-child(2) {
    font-size: 20px;
  }
  .banner_det button {
    width: 140px;
    height: 40px;
  }
  .protit {
    font-size: 36px;
  }
  .prodes {
    font-size: 16px;
  }
  .pro2_2 .pointlist {
    width: 635px;
  }
  .pro2_2 .pointlist li:nth-child(5n) {
    margin-right: 0;
  }
  .pro3_2 .pointlist {
    width: 505px;
  }
  .pro3_2 .pointlist li:nth-child(4n) {
    margin-right: 0;
  }
  .pro4_1 .row .col-md-6 > div {
    min-width: 480px;
    padding: 40px;
  }
  .pro4_1 .row .col-md-6 .protit {
    font-size: 26px;
    line-height: 38px;
  }
  .pro4_1 .row .col-md-6 .prodes {
    font-size: 20px;
  }
  .questions li {
    height: 40px;
  }
  .questions li img {
    max-height: 100%;
  }
  .pro4_3 .pointlist {
    width: 505px;
    margin-top: 25px;
  }
  .pro4_3 .pointlist li:nth-child(4n) {
    margin-right: 0;
  }
  .pro6_1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro6_2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro6_2 img {
    max-width: 80%;
  }
  .funclist {
    margin-top: 20px;
  }
  .funclist > div {
    padding: 10px;
  }
  .funclist p {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
  .funclist ul {
    padding-left: 25px;
  }
  .funclist ul li {
    font-size: 14px;
  }
  .funclist ul .iconfont {
    margin-right: 15px;
  }
  .stalist > li {
    width: 363px;
    height: 242px;
  }
  .stalist > li:nth-child(3n) {
    margin-right: 24px;
  }
  .stalist > li:nth-child(2n) {
    margin-right: 0;
  }
  .stalist .stalist-tit {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bolder;
  }
  .teline .tel > div > div,
  .teline .email > div > div,
  .teline .route > div > div {
    padding-left: 140px;
  }
  .pro10_2 .pointlist {
    width: 640px;
    margin-top: 20px;
  }
  .pro10_2 .pointlist li {
    margin-right: 20px;
    width: 145px;
    height: 90px;
  }
  .pro10_2 .pointlist li:nth-child(6n) {
    margin-right: 20px;
  }
  .pro10_2 .pointlist li:nth-child(4n) {
    margin-right: 0;
  }
  .pro10_2 .pointlist li .iconfont {
    top: 30px;
  }
  .pro10_2 .pointlist li p {
    bottom: 10px;
    font-size: 14px;
  }
  .pro12_1 .protit {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
     .hot .row li a{
        height:210px;
    }
    .hot .row a p {
        bottom:20px;
        font-size:14px;
        line-height:18px;
    }
  .banner_det {
    padding: 30px 0;
  }
  .banner_det img {
    margin-left: 0;
  }
  .pro3_3 {
    height: auto;
    padding: 40px 0;
  }
  .pro3_3 img {
    max-width: 80%;
  }
  .pro3_3 p {
    padding-left: 0;
    text-align: center;
  }
  .pro4_1 {
    padding: 15px 0;
  }
  .pro4_1 .row .col-md-6:first-child {
    padding-right: 0;
  }
  .pro4_1 .row .col-md-6:last-child {
    padding-left: 0;
  }
  .pro4_1 .row .col-md-6 > div {
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
  }
  .pro4_1 .row .col-md-6 p:first-child {
    color: #000;
  }
  .pro4_1 .row .col-md-6 p:last-child {
    margin-top: 10px;
    color: #000;
  }
  .pro4_1 .line1 {
    padding-bottom: 0;
  }
  .pro4_1 .line2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .pro4_1 .line2 .col-md-6 div {
    right: auto;
    left: 50%;
  }
  .pro9_3 {
    padding: 25px 0;
  }
  .pro9_3 ul {
    margin-top: 20px;
  }
  .pro9_3 li {
    height: auto;
    padding: 20px 20px 100px;
    text-align: center;
  }
  .pro9_3 li span {
    position: absolute;
    left: 50%;
    bottom: 20px;
    top: auto;
    margin-left: -100px;
    margin-top: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .pro9_3 .place_l,
  .pro9_3 .place_r {
    text-align: center;
  }
  .pro9_3 .place_l img,
  .pro9_3 .place_r img {
    margin: 0;
  }
  .pro9_3 .place_l span,
  .pro9_3 .place_r span {
    left: 50%;
  }
  .pro9_3 .place_l span::after,
  .pro9_3 .place_r span::after {
    right: auto;
    top: auto;
    left: 50%;
    margin-left: -10px;
    margin-top: 0;
    top: -24px;
    border-width: 12px 10px;
    border-color: transparent transparent #1ab26e transparent;
    border-style: dashed dashed solid dashed;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner_det img {
    margin-left: 0;
  }
  .list {
    padding: 30px 0;
  }
  .list-r {
    width: 740px;
  }
  .list-r img {
    max-width: 50%;
  }
  .list-r button {
    opacity: 1;
  }
  .funclist p {
    font-size: 22px;
  }
  .funclist ul {
    padding-left: 40px;
  }
  .pro9_3 li span {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .pro9_3 .place_l span {
    left: 40px;
  }
  .pro9_3 .place_r span {
    right: 40px;
  }
  .stalist > li {
    width: 307px;
  }
  .teline .tel > div > div,
  .teline .email > div > div,
  .teline .route > div > div {
    padding-left: 140px;
  }
  .pro10_2 .prodes {
    margin-top: 30px;
  }
  .pro10_2 .container {
    padding: 0 55px;
  }
  .pro10_2 .pointlist {
    margin-top: 40px;
  }
  .pro10_2 .pointlist li {
    margin-right: 16px;
    width: 130px;
    height: 110px;
  }
  .pro10_2 .pointlist li:nth-child(6n) {
    margin-right: 0;
  }
  .pro10_2 .pointlist li p {
    font-size: 14px;
  }
  .pro12_1 .protit {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
    .hot .row a{
        height:260px;
    }
    .hot .row p {
        font-size:18px;
    }
  .rightbar {
    margin-right: 0;
    right: 0;
  }
  .teline .iconfont {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .teline .iconfont-tel {
    font-size: 40px;
  }
  .teline .iconfont-mail {
    font-size: 54px;
  }
  .teline-tit {
    font-size: 16px;
  }
  .teline-cont {
    font-size: 20px;
    margin-top: 15px;
    font-weight: bolder;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
