@charset "UTF-8";
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

.col-md-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

a:hover,
a:focus {
  color: #2181cc;
  text-decoration: none !important;
  cursor: pointer;
}

ol {
  margin-bottom: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pd {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .pd {
    padding: 80px 0;
  }
}

.menu .menuul .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  padding: 20px 0;
}

.menu .menuul .company {
  font-size: 14px;
  padding: 20px 0;
}

.menu .navbar-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .navbar-form .form-group {
  margin-bottom: 0;
}

.menu .navbar-form .form-group input {
  border-radius: 0;
}

.menu .navbar-form button {
  border-radius: 0;
  background: #2181cc;
}

.menu .navbar-form button i {
  color: #FFFFFF;
}

.menu1 {
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(157, 157, 157, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(157, 157, 157, 0.6);
}

.home-title {
  color: #222;
  font-size: 36px;
  line-height: 64px;
  margin-bottom: 50px;
  text-align: center;
}

.home-title span {
  color: #2181cc;
  margin-left: 8px;
}

.top {
  background: url(../images/gongsijianjiebeijing.jpg) repeat scroll left top;
  background-size: cover;
  background-color: #2181cc;
}

.top .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .content .txt {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

.top .content .link a {
  font-size: 22px;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 8px;
}

.ly-banner .item {
  position: relative;
}

.ly-banner .item .info {
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  z-index: 999;
}

@media (min-width: 992px) {
  .ly-banner .item .info {
    width: 40%;
  }
}

.ly-banner .item .info h3 {
  font-size: 24px;
  color: #2181cc;
  font-weight: normal;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .ly-banner .item .info h3 {
    font-size: 64px;
    margin-bottom: 20px;
  }
}

.ly-banner .item .info p {
  color: #222;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

@media (min-width: 992px) {
  .ly-banner .item .info p {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px;
  }
}

.ly-banner .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.ly-banner .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
          transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -webkit-transition: all 0.4s ease 1.2s;
  transition: all 0.4s ease 1.2s;
}

.ly-banner .swiper-slide-active .item .info h3 {
  -webkit-animation: bannertextDow 1s ease both 600ms;
          animation: bannertextDow 1s ease both 600ms;
}

.ly-banner .swiper-slide-active .item .info p {
  -webkit-animation: bannertextDow 1s ease both 600ms;
          animation: bannertextDow 1s ease both 600ms;
}

.ly-banner .swiper-slide-active .item .info .btn2 {
  -webkit-animation: bannertextUp 1s ease both 800ms;
          animation: bannertextUp 1s ease both 800ms;
}

.ly-banner .swiper-slide-active .item .img img {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
}

@-webkit-keyframes bannertextDow {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bannertextDow {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes bannertextUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bannertextUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.product-category {
  background: url(../images/solution.png) repeat scroll center center;
  background-size: initial;
  background-color: #f6f6f6;
}

.product-category .justify-content-md-center {
  padding: 0 15px;
}

.product-category .home-title {
  margin-bottom: 20px;
}

.product-category .tab-nav-main {
  width: 100%;
}

.product-category .tab-nav-main .nav-tabs {
  border-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-category .tab-nav-main .nav-tabs li a {
  display: inline-block;
  width: 100%;
  padding: 15px 30px;
  font-size: 16px;
  margin: 10px;
  background: #e5e5e5;
  color: #363636;
}

.product-category .tab-nav-main .nav-tabs li a.show {
  background: #2181cc;
  color: #FFFFFF;
}

.product-category .tab-nav-main .nav-tabs li a:hover {
  background: #2181cc;
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .product-category .tab-nav-main .nav-tabs li a {
    width: auto;
  }
}

.product-category .tab-nav-main .tab-content a.item {
  display: block;
  background: #f2f2f2;
}

.product-category .tab-nav-main .tab-content a.item .txt {
  text-align: center;
}

.product-category .tab-nav-main .tab-content a.item .txt h5 {
  padding: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}

.product-category .tab-nav-main .tab-content a.item .txt span {
  padding: 15px 0 20px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  opacity: 0.6;
  position: relative;
  display: block;
}

.product-category .tab-nav-main .tab-content a.item .txt span i {
  margin-left: 8px;
}

.product-category .tab-nav-main .tab-content a.item .txt span::before {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  height: 1px;
  background: #C0C0C0;
  content: '';
  opacity: 0.28;
  top: 0;
}

.product-category .tab-nav-main .tab-content a.item:hover {
  background: #2181cc;
}

.product-category .tab-nav-main .tab-content a.item:hover .txt h5 {
  color: #ffffff;
}

.product-category .tab-nav-main .tab-content a.item:hover .txt span {
  color: #ffffff;
}

.product-category .tab-nav-main .tab-content a.more {
  margin-top: 50px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  background: #2181cc;
  text-align: center;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.product-category .tab-nav-main .tab-content a.more:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #86c129;
  border-radius: 4px;
}

.product-category .tab-nav-main .tab-content a.more:hover::before {
  width: 100%;
}

.product-category .tab-nav-main .tab-content a.more:hover {
  color: #fff;
}

.aboutus {
  background: url(../images/aboutus.jpg) no-repeat scroll center center;
  background-size: cover;
}

.aboutus .txt {
  margin-top: 40px;
  padding-left: 0;
}

@media (min-width: 992px) {
  .aboutus .txt {
    margin-top: 0;
    padding-left: 50px;
  }
}

.aboutus .txt h3 {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 40px;
}

.aboutus .txt p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 30px;
}

.aboutus .txt a {
  width: 300px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #2181cc;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.aboutus .txt a:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #86c129;
  border-radius: 4px;
}

.aboutus .txt a:hover::before {
  width: 100%;
}

.aboutus .txt a:hover {
  color: #fff;
}

.aboutus button {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.solution {
  background: url(../images/solution.png) repeat scroll center center;
  background-size: initial;
  background-color: #f6f6f6;
}

.solution .txt {
  padding-top: 0;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .solution .txt {
    padding-top: 60px;
    margin-bottom: 0;
  }
}

.solution .txt h3 {
  font-size: 36px;
  line-height: 50px;
  color: #2181cc;
  margin-bottom: 40px;
}

.solution .txt p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 30px;
}

.solution .txt strong {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #2181cc;
  margin-bottom: 30px;
}

.solution .txt a {
  width: 300px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  background: #2181cc;
  text-align: center;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.solution .txt a:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #86c129;
  border-radius: 4px;
}

.solution .txt a:hover::before {
  width: 100%;
}

.solution .txt a:hover {
  color: #fff;
}

.solution img {
  -webkit-transition: all .4s;
  transition: all .4s;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.solution img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video .home-title {
  margin-bottom: 20px;
}

.video .mySwiper {
  margin-top: 50px;
}

.video .swiper {
  width: 100%;
  height: 100%;
}

.now {
  background: url(../images/gongsijianjiebeijing.jpg) repeat scroll center center;
  background-size: initial;
  background-color: #2181cc;
  padding: 24px 0;
}

@media (min-width: 992px) {
  .now {
    padding: 32px;
  }
}

.now strong {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
}

.now .txt {
  background: url(../images/yejiaofengge.png) no-repeat left center;
  background-size: initial;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding-left: 36px;
  margin: 30px 0;
  display: inline-block;
}

@media (min-width: 992px) {
  .now .txt {
    margin: 0;
  }
}

.now .navbar-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  padding: 6px;
  background: #FFFFFF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.now .navbar-form .form-group {
  margin-bottom: 0;
}

.now .navbar-form .form-group input {
  border: 0;
  border-radius: 100px;
}

.now .navbar-form button {
  border-radius: 0;
  background: #2181cc;
  color: #FFFFFF;
  border-radius: 100px;
}

.latest-news {
  background-color: #f7f8f9;
  background-image: url(../images/weibiaoti.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: scroll;
}

.latest-news a {
  background: #fff;
  display: block;
}

.latest-news a .img {
  overflow: hidden;
}

.latest-news a .img img {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.latest-news a .txt {
  padding: 25px 15px;
}

.latest-news a .txt h5 {
  font-size: 16px;
  line-height: 24px;
  color: #222;
}

.latest-news a .txt p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}

.latest-news a .txt .timebox {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9b9b9b;
  font-size: 14px;
}

.latest-news a .txt .timebox i {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  line-height: 18px;
}

.latest-news a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.latest-news a:hover h5 {
  color: #2181cc;
}

.footer {
  background: #f4f4f4;
  padding: 30px 0 0;
}

@media (min-width: 992px) {
  .footer {
    padding: 60px 0 0;
  }
}

.footer .txt p {
  font-size: 16px;
  line-height: 28px;
}

.footer h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer .link a {
  font-size: 16px;
  line-height: 28px;
  color: #545454;
  display: inline-block;
}

.footer .link2 {
  padding-left: 0;
}

@media (min-width: 992px) {
  .footer .link2 {
    padding-left: 50px;
  }
}

.footer .ewm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .ewm ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 0 10px;
}

.footer .ewm ul li img {
  width: 130px;
}

.footer .bq {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .footer .bq {
    margin-top: 80px;
  }
}

#page {
  text-align: center;
  margin-top: 40px;
}

#page .pagination {
  margin: 20px 0 0;
}

#page .pagination > .active > a {
  z-index: 3;
  color: #FFFFFF;
  cursor: default;
  background-color: #2181cc;
  border-color: #2181cc;
}

#page .pagination > li > a,
#page .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #888;
  border: 1px solid #ddd;
}

.dw {
  background: #e9ecef;
}

.dw ul {
  margin-bottom: 0;
  padding: 20px 0;
}

.dw ul li {
  margin-right: 8px;
}

.dw ul li a {
  color: #2181cc;
}

.about .pd0 {
  padding: 0;
}

@media (min-width: 992px) {
  .about .pd0 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.about .img {
  border: 1px solid #e9ecef;
  padding: 8px;
  border-radius: 4px;
}

.about .txt h3 {
  font-size: 36px;
  line-height: 64px;
  color: #333;
  margin-bottom: 20px;
}

.about .txt p {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin-bottom: 20px;
}

.about .contribute {
  background: url(../images/about2.jpg) repeat scroll left top;
  background-size: cover;
  padding: 60px 30px;
  text-align: center;
  margin-top: 60px;
}

@media (min-width: 992px) {
  .about .contribute {
    padding: 60px;
  }
}

.about .contribute h3 {
  font-size: 36px;
  color: #fff;
  line-height: 44px;
  margin-bottom: 40px;
}

.about .contribute p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.about .contribute a {
  width: 300px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #2181cc;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.about .contribute a:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #86c129;
  border-radius: 4px;
}

.about .contribute a:hover::before {
  width: 100%;
}

.about .contribute a:hover {
  color: #fff;
}

.contact h2 {
  text-align: center;
  margin-bottom: 50px;
}

.contact ul h3 {
  font-size: 20px;
  color: #2181cc;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact ul li {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 24px;
  color: #333;
}

.contact ul li i {
  color: #2181cc;
  margin-right: 8px;
}

.contact .message {
  margin-top: 80px;
}

.contact .message .yzm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .message .yzm input {
  width: 240px;
}

.contact .message button {
  width: 210px;
  height: 54px;
  background: #2181cc;
  margin-top: 20px;
}

.contact .message button:hover {
  background: #86c129;
  border: 1px solid #86c129;
}

.products h2 {
  margin-bottom: 20px;
}

.products .item {
  display: inline-block;
  background-color: #eef2f5;
  padding: 5px;
  text-align: center;
  margin-bottom: 30px;
}

.products .item div {
  overflow: hidden;
}

.products .item div img {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.products .item span {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.products .item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.products .item:hover span {
  color: #2181cc;
}

.products .category {
  margin-bottom: 30px;
}

.products .category h2 {
  width: 100%;
  padding: 10px;
  display: block;
  color: #fff;
  background-color: #2181cc;
  border-bottom: 3px solid #86c129;
  font-size: 26px;
  margin-bottom: 0;
}

.products .category .card {
  border-radius: 0;
}

.products .category .card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0;
}

.products .category .card .active {    color: #2181cc;}

.products .category .card .card-body {
  padding: .5rem 1.25rem;
}

.products .category .card .card-body a {
  display: block;
  padding: 6px 0;
}

.products .lastestNews .title {
  background: url(../images/xinwen.png) no-repeat left center;
  background-size: initial;
  display: block;
  height: 40px;
  padding-left: 40px;
  margin-bottom: 16px;
}

.products .lastestNews .title h2 {
  font-size: 26px;
  line-height: 40px;
  color: #2181cc;
}

.products .lastestNews .list li a {
  display: block;
  margin-bottom: 30px;
}

.products .lastestNews .list li a img {
  display: block;
  margin-bottom: 16px;
}

.products .lastestNews .list li a h4 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 2px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.products .summary h5 {
  font-size: 28px;
  line-height: 28px;
  color: #333;
}

.products .summary p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.products .summary .probtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products .summary .probtn a.inquire {
  display: inline-block;
  background-color: #eef4fb;
  border: 1px solid #097ac8;
  color: #0589e3;
  padding: 8px 20px;
  margin-right: 20px;
}

.products .summary .probtn a.inquire:hover {
  background: #d5e1ee;
}

.products .summary .probtn a.add {
  display: inline-block;
  display: inline-block;
  background: #097ac8;
  color: #fff;
  padding: 8px 20px;
}

.products .summary .probtn a.add:hover {
  background: #0663a5;
}

.products .boxs {
  margin-top: 60px;
}

.products .boxs .title {
  background: #2181cc;
}

.products .boxs .title h2 {
  padding: 20px 20px;
  background-color: #86c129;
  border-color: #86c129;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}

.products .boxs .inner {
  padding: 16px 16px 30px;
  border: 1px solid #ddd;
}

.products .boxs .qh {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 992px) {
  .products .boxs .qh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.products .boxs .qh a {
  font-size: 16px;
  color: #545454;
  font-weight: 400;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 100px;
  background-color: #efefef;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .products .boxs .qh a {
    margin-bottom: 0;
  }
}

.products .boxs .qh a:hover {
  background: #2181cc;
  color: #fff;
  border: 1px solid #2181cc;
}

.products .boxs .tag {
  margin-top: 20px;
  margin-bottom: 30px;
}

.products .boxs .tag a {
  font-size: 16px;
  color: #545454;
  font-weight: 400;
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #ddd;
  border-radius: 100px;
}

.products .boxs .tag a:hover {
  color: #2181cc;
}

/* 放大功能 */
.tb-pic a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tb-pic a img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
}

.tb-pic a {
  *display: block;
  *font-family: Arial;
  *line-height: 1;
  display: block;
}

.tb-thumb {
  overflow: hidden;
}

.tb-thumb li {
  float: left;
  overflow: hidden;
  padding: 1px;
  width: 19.2%;
  margin-right: 1%;
  border: 1px solid transparent;
}

.tb-booth {
  position: relative;
  z-index: 1;
}

.tb-thumb .tb-selected {
  padding: 1px;
  border: 1px solid #BED630;
}

.tb-thumb .tb-selected div {
  border: medium none;
}

div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  display: none;
  text-align: center;
  overflow: hidden;
}

div.zoomMask {
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}

.tb-thumb li:last-child {
  margin: 0;
}

.sidebar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 10px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}

.sidebar nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  z-index: 1;
}

.sidebar nav button {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-radius: 4px;
  color: #222;
  height: 50px;
  outline: none;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar nav button .nav-float {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  line-height: 1.5;
  min-height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 100%;
  text-align: center;
  top: 0;
  width: 0;
}

.sidebar nav button .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.sidebar nav button .item i {
  font-size: 20px;
}

.sidebar nav button:hover {
  background: #86c129;
  color: #ffffff;
}

.sidebar nav button:hover .nav-float {
  background: #86c129;
  color: #ffffff;
  border-radius: 4px;
  opacity: 1;
  width: 12rem;
}

.sidebar nav button.scrolltop {
  display: none;
}

.sidebar-mobile {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 100px;
}

.sidebar-mobile .item {
  width: 33.3333%;
}

.sidebar-mobile .item a {
  display: block;
  padding: 16px;
  text-align: center;
}

.sidebar-mobile .item a i {
  font-size: 24px;
  color: #fff;
}

.form-fixed-button {
  position: fixed;
  bottom: 0;
  right: 10px;
  background: #2181cc;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
}

.isFixed-bottom-right {
  width: auto;
  position: fixed;
  bottom: 0;
  right: 10px;
  background: #fff;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px rgba(68, 68, 68, 0.18);
          box-shadow: 0 0 10px rgba(68, 68, 68, 0.18);
  border: 1px solid #ddd;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: none;
}

.isFixed-bottom-right .sitewidget-hd {
  padding: 5px 10px;
  background: #f2f5f9;
  position: relative;
}

.isFixed-bottom-right .sitewidget-hd h2 {
  font-size: 26px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: left;
  margin-bottom: 0;
}

.isFixed-bottom-right .sitewidget-hd h2 i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.isFixed-bottom-right .sitewidget-bd {
  clear: both;
  zoom: 1;
  background-position: left top;
  background-repeat: repeat;
  background-attachment: scroll;
}

.isFixed-bottom-right .sitewidget-bd fieldset {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}

.isFixed-bottom-right .sitewidget-bd fieldset .control-group {
  margin-bottom: 10px;
}

.isFixed-bottom-right .sitewidget-bd fieldset .control-group label {
  display: block;
  margin-bottom: 5px;
}

.isFixed-bottom-right .sitewidget-bd fieldset .control-group label i {
  color: red;
  margin-right: 5px;
  vertical-align: middle;
}

.isFixed-bottom-right .sitewidget-bd fieldset .control-group input {
  width: 100%;
  padding: 4px 0;
  text-indent: 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.isFixed-bottom-right .sitewidget-bd fieldset .control-group textarea {
  width: 100%;
  padding: 4px 0;
  text-indent: 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: inline-block;
  height: 80px;
  line-height: 20px;
  vertical-align: middle;
}

.isFixed-bottom-right .sitewidget-bd fieldset .imgVarifyCode input {
  width: 50%;
  padding: 4px 0;
  text-indent: 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.isFixed-bottom-right .sitewidget-bd .submitGroup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 10px 6px;
  background: #f2f5f9;
  margin: 0;
  border-top: 1px solid #dbe0ea;
}

.isFixed-bottom-right .sitewidget-bd .submitGroup button {
  border: 1px solid #2181cc;
  border-radius: 4px;
  background: #2181cc;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 6px 30px;
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */



.nNews .item {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.nNews .item .img {
  overflow: hidden;
}

.nNews .item .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nNews .item .txt {
  padding: 0 8px;
}

.nNews .item .txt h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 16px 0 8px;
}

.nNews .item .txt .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nNews .item .txt .bottom .date {
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

.nNews .item:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.nNews .item:hover .txt h5 {
  color: #C58129;
}

.nNews .item:hover .txt .bottom .icon i {
  color: #C58129;
}

.nNews-detail h5 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #222;
}

.nNews-detail .tag {
  text-align: center;
  font-size: 14px;
  color: #555;
}

.nNews-detail .con {
  margin-top: 50px;
}

.nNews-detail .con p {
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 10px;
}
