/*
* @Author: cellee
* @Date:   2016-12-21  16:05:17;
* @Last Modified by:   cellee
* @Last Modified time: 2016-12-21 16:06:19;
*/
@charset "utf-8";
html {
  font-family: "Microsoft Yahei";
}
* {
  font-family: "Microsoft Yahei";
}
ul,
li {
  list-style-type: none;
}
img {
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
h3 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
/*滚动条*/
::-webkit-scrollbar-thumb {
  background-color: #272a3e;
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #272a3e;
  height: 50px;
  -webkit-border-radius: 4px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
.bd-b {
  border-bottom: 1px solid #ccc;
}
.p-tb0-lr15 {
  padding: 0 15px;
}
.p-l-r-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-top-15 {
  padding-top: 15px;
}
.p-bot-15 {
  padding-bottom: 15px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.bor-radius-0 {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.box-shadow-10 {
  -moz-box-shadow: 10px 10px 20px #000;
  -webkit-box-shadow: 10px 10px 20px #000;
  box-shadow: 10px 10px 20px #000;
}
.back-tran {
  background: transparent;
}
.border0 {
  border: 0;
}
.trans {
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
}
.col-wu-20 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
a.more {
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  color: #666;
  border: 1px solid #ccc;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
}
a.more:hover {
  background: #d9534f;
  border-color: #d9534f;
  color: #fff;
}
/*bootstrap 修改*/
.bady-top {
  overflow: auto;
  height: 40px;
  line-height: 40px;
  background: #000;
}
.bady-top a {
  color: #ffffff;
}
.bady-top a:hover {
  text-decoration: none;
}
.bady-top-right li {
  float: left;
}
.bady-top-right li a {
  display: block;
  padding: 0 10px;
}
.search {
  padding: 0 10px;
  overflow: auto;
}
.search label {
  color: #ffffff;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.search input {
  display: none;
  width: 200px;
  margin-left: 10px;
  line-height: 24px;
  border: 0;
  border-radius: 2px;
  padding: 4px 10px;
}
.search input.search-input-xian {
  width: 200px;
}
.navbar-default {
  border: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  margin-bottom: 0;
}
.navbar-default .navbar-brand {
  padding: 25px 15px;
}
.navbar-default .navbar-nav li a {
  line-height: 70px;
  color: #333;
  font-size: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-default .navbar-nav li a:hover {
  color: red;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
}
.navbar-default .navbar-nav li a:after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 60%;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
}
.navbar-default .navbar-nav li.mall-jd a,
.navbar-default .navbar-nav li.mall-tmall a {
  padding: 15px 0px 15px 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: #ffffff;
  color: red;
}
.navbar-default .navbar-nav > li.active a:after,
.navbar-default .navbar-nav > li:hover a:after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 60%;
  background: #f00;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30%;
}
.navbar-default .navbar-nav > li.mall-jd:hover a:after,
.navbar-default .navbar-nav > li.mall-tmall:hover a:after {
  content: "";
  display: none;
}
#orlant .item {
  height: 600px;
}
#orlant .carousel-indicators li {
  width: 50px;
  height: 4px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
}
#orlant .carousel-indicators .active {
  width: 50px;
  height: 4px;
  background: rgba(255, 0, 0, 0.5);
  border: 0;
}
/*标题模板*/
.title-emplate {
  text-align: center;
  padding: 5rem 15px 3rem 15px;
}
.title-emplate li {
  margin-bottom: 15px;
  color: #333;
}
.title-emplate li span {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 2.8rem;
  position: relative;
}
.title-emplate li span:after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 60px;
  background: #f00;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -30px;
}
.title-emplate p {
  color: #999;
}
/*orlant-product*/
.orlant-product .col-lg-3 {
  padding: 0;
  position: relative;
  margin-bottom: 5px;
}
.orlant-product .col-lg-3 img {
  width: 100%;
}
.orlant-product .col-lg-3 .product-hide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
}
.orlant-product .col-lg-3 .product-title {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  max-width: 320px;
  margin-left: -160px;
  margin-top: -40px;
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
  color: #fff;
  font-size: 16px;
}
.orlant-product .col-lg-3 .product-title a {
  font-size: 16px;
  color: #ffffff;
  top: 50%;
  line-height: 2rem;
}
.orlant-product .col-lg-3:hover .product-hide,
.orlant-product .col-lg-3:hover .product-title {
  opacity: 1;
  cursor: pointer;
}
.orlant-product .product-moat {
  text-align: center;
  padding: 4rem 0 1rem 0;
}
.orlant-product .product-moat a {
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  color: #333333;
  border: 1px solid #999;
}
.orlant-core {
  text-align: center;
  padding-bottom: 5rem;
  font-size: 14px;
}
.orlant-core .col-lg-3 .core-box {
  padding: 0px 20px;
  height: 420px;
  margin-bottom: 15px;
  background: #f4f4f4;
}
.orlant-core .col-lg-3 .core-box li {
  padding-top: 30px;
  padding-bottom: 10px;
}
.orlant-core .col-lg-3 .core-box li img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
  margin-bottom: 15px;
}
.orlant-core .col-lg-3 .core-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.orlant-core .col-lg-3 .core-box span {
  color: #999;
}
.orlant-core .col-lg-3 .core-box p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  line-height: 2rem;
}
.orlant-core .col-lg-3 .core-box:hover {
  cursor: pointer;
}
.orlant-core .col-lg-3 .core-box:hover li img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.orlant-about .col-lg-6 {
  background: #f4f4f4;
  padding: 0;
}
.orlant-about .col-lg-6:nth-child(1) {
  overflow: hidden;
}
.orlant-about .col-lg-6:nth-child(1) img {
  width: 100%;
}
.orlant-about .col-lg-6:nth-child(1) .about-left-box {
  background: #000000 url(../images/about.jpg) no-repeat center center;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: bgSize 40s linear infinite;
  -moz-animation: bgSize 40s linear infinite;
  -ms-animation: bgSize 40s linear infinite;
}
.videoplay{
  position: absolute; width: 120px;
  height:120px;
  left: 45%;
  top:45%;
  z-index: 99;
  cursor: pointer;
  background: url(../images/play.png) no-repeat center center;;
}
@-webkit-keyframes bgSize {
  0% {
    transform: scale(1);
    -moz--transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.4);
    -moz--transform: scale(1.4);
    -webkit-transform: scale(1.4);
  }
  100% {
    transform: scale(1);
    -moz--transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.orlant-about .col-lg-6:nth-child(2) li {
  padding-bottom: 6rem;
  padding-left: 8rem;
  margin-top: 3rem;
}
.orlant-about .col-lg-6:nth-child(2) h2,
.orlant-about .col-lg-6:nth-child(2) p {
  margin: 0 8rem;
}
.orlant-about .col-lg-6:nth-child(2) h2 {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.orlant-about .col-lg-6:nth-child(2) p {
  margin-bottom: 10px;
  line-height: 2.2rem;
  font-size: 16px;
  color: #666;
  text-indent: 3rem;
}
.orlant-about .col-lg-6:nth-child(2) span {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  color: #666;
}
.orlant-about .col-lg-6:nth-child(2) span img {
  margin-right: 10px;
}
.orlant-news {
  padding-bottom: 5rem;
}
.orlant-news .col-lg-12 {
  padding: 0 15px 30px;
  text-align: center;
}
.orlant-news .col-lg-12 a {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #333333;
  border-right: 1px solid #ccc;
}
.orlant-news .col-lg-12 a.active,
.orlant-news .col-lg-12 a:hover {
  color: #f00;
}
.orlant-news .col-lg-12 a:nth-last-child(1) {
  border-right-width: 0;
}
.orlant-news .col-lg-3 {
  margin-bottom: 15px;
}
.orlant-news .col-lg-3 img {
  width: 100%;
  min-height: 202px;
}
.orlant-news .col-lg-3 .orlant-news-box {
  background: #f4f4f4;
}
.orlant-news .col-lg-3 .orlant-news-box .orlant-news-title {
  padding: 10px 15px;
  height: 240px;
  overflow: hidden;
}
.orlant-news .col-lg-3 .orlant-news-box .orlant-news-title h3 {
  font-size: 18px;
  overflow: hidden;
  max-height: 50px;
  line-height: 2.2rem;
  margin-bottom: 15px;
  margin-top: 15px;
}
.orlant-news .col-lg-3 .orlant-news-box .orlant-news-title h3 a {
  color: #333;
}
.orlant-news .col-lg-3 .orlant-news-box .orlant-news-title h3 a:hover {
  color: #f00;
}
.orlant-news .col-lg-3 .orlant-news-box .orlant-news-title p {
  font-size: 14px;
  line-height: 2.2rem;
  color: #999;
}
.footer {
  padding-top: 5rem;
  padding-bottom: 15px;
  background: #262626;
  color: #eee;
}
.footer .col-lg-12 .col-lg-4 {
  margin-bottom: 3rem;
}
.footer .col-lg-12 .col-lg-4 li span {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 15px;
  background: #f00;
  color: #ffffff;
}
.footer .col-lg-12 .col-lg-4 h1 {
  margin-bottom: 20px;
}
.footer .col-lg-12 .col-lg-8 {
  text-align: center;
  margin-bottom: 3rem;
}
.footer .col-lg-12 .col-lg-8 li {
  font-size: 16px;
  margin-bottom: 15px;
}
.footer .col-lg-12 .col-lg-8 p a {
  color: #999;
}
.footer .col-lg-12 .col-lg-8 p a:hover {
  color: #f00;
}
.footer .col-lg-12 .col-lg-8 .col-xs-6 {
  margin-bottom: 2rem;
}
.footer .bottom {
  border-top: 1px solid #fff;
  color: #eee;
  padding-top: 8px;
}
.footer .bottom small {
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li.active a:after,
  .navbar-default .navbar-nav > li:hover a:after {
    display: none;
  }
  .bady-top-left {
    display: none;
  }
  .search input.search-input-xian {
    width: 120px;
  }
  .bady-top-right li a {
    padding: 0 5px;
  }
  .navbar-default .navbar-brand {
    padding: 5px 15px;
  }
  .navbar-default .navbar-brand img {
    max-width: 160px;
  }
  .navbar-default .navbar-nav li a {
    line-height: 30px;
    padding: 5px 15px;
    font-size: 15px;
  }
  .navbar-default .navbar-nav li.mall-jd,
  .navbar-default .navbar-nav li.mall-tmall {
    float: left;
    width: 60px;
  }
  .navbar-default .navbar-nav li.mall-jd a,
  .navbar-default .navbar-nav li.mall-tmall a {
    padding: 10px 15px;
  }
  #orlant .item {
    height: 250px;
  }
  #orlant .carousel-indicators li,
  #orlant .carousel-indicators .active {
    width: 30px;
  }
  .title-emplate {
    padding: 1.5rem 30px;
  }
  .title-emplate li span {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .title-emplate li span:after {
    width: 40px;
    margin-left: -20px;
  }
  .orlant-about .col-lg-6 {
    height: 700px;
  }
  .orlant-about .col-lg-6:nth-child(2) li {
    padding-bottom: 2rem;
    padding-left: 15px;
    margin-top: 3rem;
    overflow: auto;
  }
  .orlant-about .col-lg-6:nth-child(2) a {
    display: inline-block;
  }
  .orlant-about .col-lg-6:nth-child(2) span {
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: auto;
  }
  .orlant-about .col-lg-6:nth-child(2) span img {
    margin-right: 10px;
  }
  .orlant-product .product-moat {
    padding: 1.5rem 30px;
  }
  .orlant-core .col-lg-3 .core-box {
    height: 380px;
  }
  .orlant-core .col-lg-3 .core-box p {
    margin: 10px 0;
  }
  .orlant-about .col-lg-6:nth-child(1) {
    display: none;
  }
  .orlant-about .col-lg-6:nth-child(2) h2 {
    margin: 15px;
    font-size: 20px;
  }
  .orlant-about .col-lg-6:nth-child(2) p {
    margin: 0 15px 15px;
    line-height: 2rem;
    font-size: 12px;
  }
  .orlant-about .col-lg-6:nth-child(2) a.more {
    margin: 0 15px 15px;
    font-size: 14px;
  }
  .orlant-news .col-lg-3 .orlant-news-box .orlant-news-title {
    height: 180px;
  }
  .orlant-news .col-lg-3 .orlant-news-box .orlant-news-title h3 {
    font-size: 16px;
  }
  .orlant-news .col-lg-3 .orlant-news-box .orlant-news-title p {
    font-size: 12px;
  }
  .footer {
    padding-top: 15px;
  }
  .footer .col-lg-12 .col-lg-4 {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer .col-lg-12 .col-lg-4 h1 {
    -webkit-margin-before: 10px;
    -webkit-margin-after: 10px;
  }
  .footer .col-lg-12 .col-lg-8 {
    margin-bottom: 15px;
  }
  .footer .col-lg-12 .col-lg-8 .col-xs-6 {
    margin-bottom: 15px;
  }
  .footer .col-lg-12 .col-lg-8 .col-xs-6 p {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-default .navbar-nav li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    padding: 0;
  }
  .mall-jd,
  .mall-tmall {
    display: none !important;
  }
  .orlant-about .col-lg-6 {
    height: 700px !important;
  }
  .orlant-about .col-lg-6:nth-child(2) li {
    padding-bottom: 2rem;
    padding-left: 15px;
    margin-top: 3rem;
    overflow: auto;
  }
  .orlant-about .col-lg-6:nth-child(2) a {
    display: inline-block;
  }
  .orlant-about .col-lg-6:nth-child(2) span {
    margin: 1rem 8rem;
  }
  .orlant-about .col-lg-6:nth-child(2) span img {
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .orlant-core .col-lg-3 .core-box p {
    margin: 10px 0;
  }
  .orlant-about .col-lg-6 {
    height: 700px !important;
  }
  .orlant-about .col-lg-6:nth-child(2) li {
    padding-bottom: 2rem;
    padding-left: 15px;
    margin-top: 3rem;
    overflow: auto;
  }
  .orlant-about .col-lg-6:nth-child(2) a {
    display: inline-block;
  }
  .orlant-about .col-lg-6:nth-child(2) h2 {
    margin: 2rem 15px;
  }
  .orlant-about .col-lg-6:nth-child(2) p {
    margin: 1rem 15px;
  }
  .orlant-about .col-lg-6:nth-child(2) span {
    margin: 1rem 15px;
  }
  .orlant-about .col-lg-6:nth-child(2) span img {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .orlant-about .col-lg-6 {
    max-height: 700px !important;
  }
  .orlant-about .col-lg-6:nth-child(2) li {
    padding-bottom: 2rem;
    padding-left: 15px;
    margin-bottom: 1rem;
    margin-top: 3rem;
    overflow: auto;
  }
  .orlant-about .col-lg-6:nth-child(2) a {
    display: inline-block;
  }
  .orlant-about .col-lg-6:nth-child(2) h2 {
    margin: 2rem 3rem;
  }
  .orlant-about .col-lg-6:nth-child(2) p {
    margin: 1rem 3rem;
  }
  .orlant-about .col-lg-6:nth-child(2) span {
    margin: 1rem 15px;
  }
  .orlant-about .col-lg-6:nth-child(2) span img {
    margin-right: 10px;
  }
}
/************************************产品中心***********************************/
.page-banner {
  display: table;
  height: 270px;
  width: 100%;
}
.page-banner-taxt {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.page-banner-taxt li {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
.page-banner-taxt span {
  font-size: 14px;
}
.product-list {
  background: #f7f7f7;
  padding-bottom: 3rem;
}
.product-list .col-lg-12 {
  margin: 5rem 0;
}
.product-list .col-lg-12 li {
  font-size: 2.6rem;
  color: #333;
}
.product-list .col-lg-3 {
  margin-bottom: 3rem;
}
.pagination>li{font-size: 1.6rem !important;}
.product-list .col-lg-3 .product-list-box {
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
}
.product-list .col-lg-3 .product-list-box img {
  margin: 15px 0;
}
.product-list .col-lg-3 .product-list-box li {
  margin-bottom: 5px;
  font-size: 16px;
  color: #333;
}
.product-list .col-lg-3 .product-list-box span {
  color: #999;
}
.product-list .col-lg-3 .product-list-box:hover {
  box-shadow: 0 3px 10px #999;
  cursor: pointer;
}
/************************************关于欧兰特***********************************/
.about-list {
  /*切换*/
  /*内容*/
}
.about-list ul.nav-tabs {
  background: #f5f5f5;
  border: 0;
}
.about-list ul.nav-tabs li {
  float: none;
  display: inline-block;
  border: 0;
  margin: 0;
}
.about-list ul.nav-tabs li a {
  border: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 2rem 3rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
  color: #666;
  font-size: 15px;
}
.about-list ul.nav-tabs li.active a,
.about-list ul.nav-tabs li:hover a {
  border: 0;
  background: #e60012;
  color: #ffffff;
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.about-list .tab-content {
  /********************************** * 品牌 * *******************************************/
  /***************************************企业文化***********************************************/
  /*****************************************荣誉资质********************************************/
}
.about-list .tab-content .title-emplate li span {
  font-size: 2.4rem;
  padding-bottom: 15px;
}
.about-list .tab-content .title-emplate p {
  line-height: 2.2rem;
}
.about-list .tab-content #brand {
  overflow: auto;
  padding-bottom: 5rem;
}
.about-list .tab-content #brand .col-lg-12 {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.about-list .tab-content #brand .col-lg-4 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.about-list .tab-content #brand .col-lg-4 p {
  text-align: left;
  position: relative;
  padding-top: 10px;
  line-height: 2.4rem;
  font-size: 14px;
  color: #666;
}
.about-list .tab-content #brand .col-lg-4 p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #f00;
}
.about-list .tab-content #esta {
  padding-bottom: 5rem;
}
.about-list .tab-content #esta .col-lg-3 {
  margin-bottom: 3rem;
  border-right: 1px solid #ccc;
}
.about-list .tab-content #esta .col-lg-3 li {
  font-size: 5rem;
  color: #f00;
}
.about-list .tab-content #esta .col-lg-3 p {
  font-size: 14px;
  color: #999;
}
.about-list .tab-content #esta .col-lg-3:nth-last-child(1) {
  border: 0;
}
.about-list .tab-content #esta .loop {
  overflow: auto;
  padding-bottom: 15px;
  padding-top: 25px;
  background: url("../images/img/esta-k.png") no-repeat 50% 30px, url("../images/img/esta.png") repeat-y center;
}
.about-list .tab-content #esta .loop .col-lg-6 {
  padding-left: 30px;
  padding-right: 30px;
}
.about-list .tab-content #esta .loop .col-lg-6 li {
  text-align: right;
  font-size: 2rem;
  color: #333;
}
.about-list .tab-content #esta .loop .col-lg-6 p {
  text-align: left;
  color: #666;
  line-height: 2.2rem;
  font-size: 14px;
  background: #f6f6f6;
  padding: 30px 15px 15px;
  position: relative;
}
.about-list .tab-content #esta .loop .col-lg-6 p:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 1px;
  background: #f00;
}
.about-list .tab-content #esta .loop .col-lg-6 p:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #f6f6f6;
  border-left: 0;
}
.about-list .tab-content #esta .loop:nth-child(4) {
  background: url("../images/img/esta-top.png") no-repeat 50% 30px, url("../images/img/esta.png") repeat-y center;
}
.about-list .tab-content #esta .loop:nth-last-child(2n-1) .col-lg-6 {
  float: right;
}
.about-list .tab-content #esta .loop:nth-last-child(2n-1) .col-lg-6 li {
  text-align: left;
}
.about-list .tab-content #esta .loop:nth-last-child(2n-1) .col-lg-6 p:before {
  left: 100%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #f6f6f6;
  border-right: 0;
}
.about-list .tab-content #honour {
  padding-bottom: 3rem;
}
.about-list .tab-content #honour .col-lg-3 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.about-list .tab-content #honour .col-lg-3 img {
  margin-bottom: 15px;
}
.about-list .tab-content #honour .col-lg-3 li {
  font-size: 16px;
  color: #666;
}
.about-list .tab-content #honour .col-lg-3:hover {
  cursor: pointer;
}
.about-list .tab-content #honour .col-lg-3:hover li {
  color: #f00;
}
.about-list .tab-content #honour .col-lg-12 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/************************************查询*************************************/
@media (max-width: 992px) {
  .title-emplate {
    padding: 15px;
  }
  .about-list {
    /*切换*/
  }
  .about-list ul.nav-tabs {
    padding: 5px 0;
  }
  .about-list ul.nav-tabs li {
    margin-bottom: 5px;
  }
  .about-list ul.nav-tabs li a {
    margin: 0;
    padding: 8px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s ;
    color: #666;
    font-size: 14px;
  }
  .about-list ul.nav-tabs li.active a,
  .about-list ul.nav-tabs li:hover a {
    border: 0;
    background: #e60012;
    color: #ffffff;
    margin: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .about-list .title-emplate {
    padding: 15px;
  }
  .about-list .tab-content {
    /*内容*/
  }
  .about-list .tab-content .title-emplate li span {
    font-size: 16px;
  }
  .about-list .tab-content .title-emplate p {
    font-size: 12px;
  }
  .about-list .tab-content #brand .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .about-list .tab-content #brand .col-lg-4 p {
    font-size: 12px;
    line-height: 2rem;
  }
  .about-list .tab-content #esta {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-list .tab-content #esta .title-emplate {
    padding-right: 0;
    padding-left: 0;
  }
  .about-list .tab-content #esta .col-lg-3 {
    margin-bottom: 0px;
    border: 0;
  }
  .about-list .tab-content #esta .col-lg-3 li {
    font-size: 3rem;
  }
  .about-list .tab-content #esta .loop {
    padding-bottom: 15px;
    padding-top: 15px;
    background: url("../images/img/esta-k.png") no-repeat 0% 25px, url("../images/img/esta.png") repeat-y 6px;
  }
  .about-list .tab-content #esta .loop .col-lg-6 {
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .about-list .tab-content #esta .loop .col-lg-6 li {
    text-align: left;
    font-size: 2rem;
    color: #333;
  }
  .about-list .tab-content #esta .loop .col-lg-6 p {
    margin-bottom: 0;
  }
  .about-list .tab-content #esta .loop:nth-child(4) {
    background: url("../images/img/esta-top.png") no-repeat 0% 25px, url("../images/img/esta.png") repeat-y 6px;
  }
  .about-list .tab-content #esta .loop:nth-last-child(2n-1) .col-lg-6 {
    float: right;
  }
  .about-list .tab-content #esta .loop:nth-last-child(2n-1) .col-lg-6 li {
    text-align: left;
  }
  .about-list .tab-content #esta .loop:nth-last-child(2n-1) .col-lg-6 p:before {
    left: -10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #f6f6f6;
    border-left: 0;
  }
}
/************************************新聞中心***********************************/
.news-list {
  padding-bottom: 3rem;
}
.news-list .orlant-news .col-lg-3 {
  margin-bottom: 30px;
}
.news-list .orlant-news .col-lg-3 h3 {
  text-align: left;
}
.news-list .orlant-news .col-lg-3 p {
  text-align: left;
}
.fuwenb {
  width: 100%;
  background: #f0f0f0;
  color: #666;
  font-size: 18px;
  text-align: center;
  line-height: 500px;
  height: 500px;
}
.news-page {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  border-top: 1px solid #eee;
}
.news-page .news-page-title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}
.news-page .news-page-title li {
  font-size: 2.4rem;
  margin-bottom: 15px;
  color: #333;
}
.news-page .news-page-title p {
  color: #999;
}
.news-page .news-page-text {
  padding: 1.5rem 0;
}
/***********************************加盟************************************/
.ioin-list .tab-content {
  /********************************经销商风采***************************/
  /********************************加盟条件****************************/
  /********************************加盟流程****************************/
  /********************************加盟政策****************************/
  /********************************加盟申请****************************/
}
.ioin-list .tab-content #mien {
  padding-bottom: 3rem;
}
.ioin-list .tab-content #mien .col-lg-3 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ioin-list .tab-content #mien .col-lg-3 img {
  margin-bottom: 15px;
}
.ioin-list .tab-content #mien .col-lg-3 li {
  font-size: 16px;
  color: #666;
}
.ioin-list .tab-content #mien .col-lg-3:hover {
  cursor: pointer;
}
.ioin-list .tab-content #mien .col-lg-3:hover li {
  color: #f00;
}
.ioin-list .tab-content #mien .col-lg-12 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ioin-list .tab-content #term {
  padding-bottom: 3rem;
}
.ioin-list .tab-content #flow {
  padding-bottom: 3rem;
}
.ioin-list .tab-content #policy {
  padding-bottom: 3rem;
}
.ioin-list .tab-content #put {
  overflow: auto;
  padding-bottom: 5rem;
}
.ioin-list .tab-content #put .put-form .col-lg-4 .form-group {
  height: 80px;
}
.ioin-list .tab-content #put .put-form .col-lg-4 .form-group li {
  font-size: 16px;
  height: 20px;
  margin-bottom: 5px;
}
.ioin-list .tab-content #put .put-form .col-lg-4 .form-group span {
  font-size: 14px;
  color: #f00;
}
.ioin-list .tab-content #put .put-form .col-lg-4 .form-group label {
  font-size: 16px;
  font-weight: 500;
}
.ioin-list .tab-content #put .put-form .col-lg-4 .form-group .form-control {
  border-radius: 2px;
  margin-top: 5px;
}
.ioin-list .tab-content #put .put-form .col-lg-4 .form-group .form-radio {
  padding-top: 12px;
  padding-bottom: 5px;
}
.ioin-list .tab-content #put .put-form .col-lg-12 li {
  font-size: 16px;
  margin-bottom: 5px;
}
.ioin-list .tab-content #put .put-form .col-lg-12 button {
  border-radius: 2px;
}
.ioin-list .tab-content #put .put-form .col-lg-12 .form-group {
  margin-bottom: 2rem;
}
/**************************************联系我们**************************************/
.contact-list {
  overflow: auto;
  padding-bottom: 6rem;
}
.contact-list .map {
  border: 1px solid #ccc;
  margin-bottom: 5rem;
}
.contact-list .map img {
  max-width: none;
}
.contact-list .cell {
  text-align: left;
}
.contact-list .cell h3 {
  font-size: 18px;
  padding-bottom: 1.5rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.contact-list .cell h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #f00;
}
.contact-list .cell li {
  margin-bottom: 10px;
  color: #666;
  vertical-align: middle;
}
.contact-list .cell li em {
  font-style: normal;
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.contact-list .cell li .icon1 {
  background: url("../images/img/icon1.png") no-repeat left center;
}
.contact-list .cell li .icon2 {
  background: url("../images/img/icon2.png") no-repeat left center;
}
.contact-list .cell li .icon-site {
  background-position: 0 0px;
}
.contact-list .cell li .icon-cll {
  background-position: 0 -31px;
}
.contact-list .cell li .icon-fax {
  background-position: 0 -62px;
}
.contact-list .cell li .icon-hot {
  background-position: 0 -90px;
}
.contact-list .cell li .icon-tel {
  background-position: 0 0px;
}
.contact-list .cell li .icon-email {
  background-position: 0 -30px;
}
.contact-list .cell li .icon-msn {
  background-position: 0 -60px;
}
.contact-list .cell li .icon-skype {
  background-position: 0 -90px;
}
.contact-list .col-lg-6 {
  margin-bottom: 1.5rem;
}
.contact-list .col-lg-12 .form-group label {
  font-size: 16px;
  font-weight: 500;
}
.contact-list .col-lg-12 .form-group li {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-list .col-lg-12 .form-group .btn {
  border-radius: 2px;
  padding: 8px 30px;
}
/***************************************搜索页******************************************/
.search-list {
  padding-top: 2rem;
}
.search-list .col-lg-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.search-list .search-title {
  background: url("../images/img/search.png") repeat-x center;
}
.search-list .search-title span {
  display: inline-block;
  padding: 0 3rem;
  background: #f6f6f6;
}
.search-list .col-lg-3 {
  margin-top: 1rem;
  margin-bottom: 15px;
}
.search-list .col-lg-3 img {
  width: 100%;
}
.search-list .col-lg-3 .orlant-news-box {
  background: #f4f4f4;
}
.search-list .col-lg-3 .orlant-news-box .orlant-news-title {
  padding: 10px 15px;
  height: 240px;
  overflow: hidden;
}
.search-list .col-lg-3 .orlant-news-box .orlant-news-title h3 {
  font-size: 18px;
  overflow: hidden;
  max-height: 50px;
  line-height: 2.2rem;
  margin-bottom: 15px;
}
.search-list .col-lg-3 .orlant-news-box .orlant-news-title h3 a {
  color: #333;
}
.search-list .col-lg-3 .orlant-news-box .orlant-news-title h3 a:hover {
  color: #f00;
}
.search-list .col-lg-3 .orlant-news-box .orlant-news-title p {
  text-align: left;
  font-size: 14px;
  line-height: 2.2rem;
  color: #999;
}
/***********************************个人中心*******************************/
.core {
  background: #F4F4F4;
  padding-top: 5rem;
  padding-bottom: 15rem;
}
.core .core-box {
  background: #fff;
}
.core .col-lg-3 .nav-tabs {
  padding: 4rem 0;
}
.core .col-lg-3 .nav-tabs li {
  float: none;
  position: relative;
  margin-bottom: 2px;
}
.core .col-lg-3 .nav-tabs li a {
  border: 0;
  font-size: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
  color: #666;
}
.core .col-lg-3 .nav-tabs li :after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ;
}
.core .col-lg-3 .nav-tabs li.active a,
.core .col-lg-3 .nav-tabs li:hover a,
.core .col-lg-3 .nav-tabs li.active a:focus,
.core .col-lg-3 .nav-tabs li:hover a:focus,
.core .col-lg-3 .nav-tabs li.active a:hover,
.core .col-lg-3 .nav-tabs li:hover a:hover {
  border: 0;
  color: #f00;
}
.core .col-lg-3 .nav-tabs li.active :after,
.core .col-lg-3 .nav-tabs li:hover :after {
  background: #f00;
}
.core .col-lg-3 a.list {
  font-size: 16px;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #666;
}
.core .col-lg-3 a.list:hover {
  color: #f00;
}
.core .col-lg-9 .tab-content {
  padding: 4rem 0 6rem 0;
  overflow: auto;
}
.core .col-lg-9 .tab-content a {
  font-size: 16px;
}
.core .col-lg-9 .tab-content a li {
  color: #333;
  margin: 8px 0;
  font-size: 18px;
}
.core .col-lg-9 .tab-content a span {
  color: #999;
}
.core .col-lg-9 .tab-content a:hover li {
  color: #f00;
  text-decoration: underline;
}
.core .col-lg-9 .tab-content .col-lg-6 {
  position: relative;
}
.core .col-lg-9 .tab-content .col-lg-6:nth-child(1):after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  margin-top: -40px;
  width: 1px;
  height: 80px;
  background: #ccc;
}
.core .col-lg-9 .tab-content #profile .form-horizontal .form-group {
  margin: 0 0 15px 0;
}
.core .col-lg-9 .tab-content #profile .form-horizontal .control-label {
  font-weight: 500;
}
.core .col-lg-9 .tab-content #profile .form-control {
  border-radius: 2px;
}
@media (max-width: 769px) {
  .footer .col-lg-12 .col-lg-4 {
    text-align: center;
  }
  .core {
    padding-bottom: 5rem;
  }
  .core .col-lg-3 .nav-tabs {
    padding: 15px 0;
  }
  .core .col-lg-3 .nav-tabs li {
    float: left;
  }
  .core .col-lg-3 a.list {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-list .col-lg-12 {
    margin: 1.5rem 0;
  }
  .core .col-lg-9 .tab-content #profile .form-horizontal .control-label {
    float: left;
  }
}
/*******************************产品详情************************************/
.product-page {
  padding-bottom: 5rem;
}
.product-page .product-page-top {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem;
  padding-top: 3rem;
}
.product-page .product-page-top .product-page-left #orlant-page {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 120px;
}
.product-page .product-page-top .product-page-left #orlant-page .carousel-indicators {
  bottom: -92px;
  z-index: 999;
  overflow: auto;
  margin-bottom: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
}
.product-page .product-page-top .product-page-left #orlant-page .carousel-indicators li {
  width: 18%;
  height: 80px;
  float: left;
  border-radius: 0;
  margin: 0 1%;
  text-indent: 0;
  z-index: 999;
}
.product-page .product-page-top .product-page-left #orlant-page .carousel-indicators li img {
  height: 76px;
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.product-page .product-page-top .product-page-left #orlant-page .carousel-indicators li.active img {
  border-color: #f00;
}
.product-page .product-page-top .product-page-right {
  padding-bottom: 3rem;
  padding-left: 5rem;
}
.product-page .product-page-top .product-page-right h3 {
  padding: 15px 0;
  color: #333;
}
.product-page .product-page-top .product-page-right ol {
  background: #fff;
  margin-bottom: 15px;
  padding: 0;
}
.product-page .product-page-top .product-page-right ol li {
  color: #999;
}
.product-page .product-page-top .product-page-right .table {
  border: 0;
}
.product-page .product-page-top .product-page-right .table-bordered > tbody > tr > td,
.product-page .product-page-top .product-page-right .table-bordered > tbody > tr > th {
  border: 0;
  padding-left: 0;
  color: #666;
}
.product-page .product-page-top .product-page-right .table-bordered > tbody > tr > td:nth-child(1) {
  font-size: 16px;
  color: #333;
  width: 120px;
}
.product-page .col-lg-12 li {
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  color: #555;
  font-size: 3rem;
  padding-bottom: 30px;
  margin-bottom: 3rem;
}
@media (max-width: 769px) {
  .footer .col-lg-12 .col-lg-4 {
    text-align: center;
  }
  .core {
    padding-bottom: 5rem;
  }
  .core .col-lg-3 .nav-tabs {
    padding: 15px 0;
  }
  .core .col-lg-3 .nav-tabs li {
    float: left;
  }
  .core .col-lg-3 a.list {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-page .product-page-top {
    margin-bottom: 15px;
  }
  .product-page .product-page-top .product-page-left #orlant-page {
    margin-bottom: 15px;
  }
  .product-page .product-page-top .product-page-left .carousel-indicators {
    display: none;
  }
  .product-page .product-page-top .product-page-right {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .product-page .product-page-top .product-page-right h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .product-page .product-page-top .product-page-right .table-bordered > tbody > tr > td:nth-child(1) {
    font-size: 14px;
    width: 100px;
  }
  .product-page .col-lg-12 li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
/*****************************登录********************************/
.login {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background: #f4f4f4;
  border-radius: 3px;
}
.login .login-pm {
  padding: 0;
  background: #fff;
}
.login .login-pm h3 {
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
  font-size: 2.8rem;
}
.login .login-pm .login-box {
  padding: 3rem;
  overflow: auto;
}
.login .login-pm .login-box .form-group {
  margin-bottom: 20px;
}
.login .login-pm .login-box input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 15px;
  width: 100%;
  padding-left: 40px;
}
.login .login-pm .login-box .form-name {
  background: url("../images/img/login-name.jpg") 10px center no-repeat;
}
.login .login-pm .login-box .form-password {
  background: url("../images/img/login-password.png") 10px center no-repeat;
}
.login .login-pm .login-box .form-text {
  background: url("../images/img/login-text.jpg") 10px center no-repeat;
}
.login .login-pm .login-box .btn {
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
  background: #e60012;
  margin-top: 10px;
  padding: 8px 10px;
}
.login .login-pm .login-box li {
  padding-left: 5px;
}
.login .login-pm .login-box li a span {
  color: #999;
  display: inline-block;
  margin-right: 5px;
}
.invalid {
  border-color: #ff0000;
}
.invalid:-moz-placeholder {
  color: red;
}
.invalid::-moz-placeholder {
  color: red;
}
input.invalid:-ms-input-placeholder {
  color: red;
}
input.invalid::-webkit-input-placeholder {
  color: red;
}
#Audit .modal-dialog,
#Possession .modal-dialog,
#success .modal-dialog {
  margin-top: 10%;
}
#Audit .modal-dialog .modal-content,
#Possession .modal-dialog .modal-content,
#success .modal-dialog .modal-content {
  text-align: center;
  padding: 5rem 0;
  border-radius: 3px;
}
#Audit .modal-dialog .modal-content li,
#Possession .modal-dialog .modal-content li,
#success .modal-dialog .modal-content li {
  margin: 15px auto;
  font-size: 2rem;
}
#Audit .modal-dialog .modal-content p,
#Possession .modal-dialog .modal-content p,
#success .modal-dialog .modal-content p {
  color: #999;
}
#Audit .modal-dialog .modal-content span,
#Possession .modal-dialog .modal-content span,
#success .modal-dialog .modal-content span {
  color: #666;
}
#Possession .modal-content {
  position: relative;
}
#Possession .modal-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
#Possession .modal-content .close span {
  color: #000;
}
@media (max-width: 990px) {
  .footer .col-lg-12 .col-lg-4 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .col-lg-12 .col-lg-4 h1 {
    font-size: 24px;
  }
  .login {
    padding: 3rem 0;
  }
  .login .login-pm h3 {
    padding: 15px;
    font-size: 18px;
  }
  .login .login-pm .login-box {
    padding: 15px;
  }
  .login .login-pm .login-box .form-group {
    margin-bottom: 15px;
  }
}
