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

/*导航样式*/
.site-header.position {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  /*background: rgba(0,0,0,0.5);*/
}
.site-header.position1 #tophead {
  background: #222;
}
.site-header.position1 .met-nav {
  background: #fff;
}
.site-header.position1 .nav > li > a {
  color: #222 !important;
}
.site-header #tophead {
  padding: 6px 0;
  border-bottom: 1px solid rgba(181, 181, 181, 0.3);
  font-size: 14px;
}
.site-header #tophead ul {
  margin-bottom: 0;
  padding-left: 0px;
}
.site-header #tophead a {
  color: #fff;
}
.site-header #tophead .tophead-contact {
  float: left;
}
.site-header #tophead .tophead-contact li {
  display: inline-block;
  margin-right: 10px;
}
.site-header #tophead .tophead-contact li i {
  color: #999;
  padding-right: 10px;
}
.site-header #tophead .tophead-right {
  color: #fff;
  float: right;
}
.site-header #tophead .tophead-right i {
  color: #999;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .site-header #tophead {
    display: none;
  }
}

.rat-nav {
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  border: 0px;
  background: rgba(255,255,255,0.7);
}
.rat-nav [class*=animation-] {
  -webkit-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.rat-nav .navbar-logo {
  height: 70px;
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
}
.rat-nav .navbar-logo img {
  max-height: 60px;
}
@media (max-width: 991px) {
  .rat-nav .navbar-logo img {
    max-height:35px;
  }
  .navbar-fixed-top{position: inherit;}
}
.rat-nav .navbar-toggle {
  height: 50px;
  float: right;
}
.rat-nav .nav > li > a {
  color: #333;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.rat-nav .nav > li > a:focus {background: none;}
.rat-nav .nav > li > a i {
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.rat-nav .nav li.nav-margin-left {margin-left: 30px;}
@media (max-width: 767px) {
  .rat-nav .nav > li > a {
    padding: 10px 15px;
    line-height: 25px;
  }
  .navbar-header {
  background: #fff;
  border-bottom: 2px solid #999;}
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  	background: none;
  }
}
@media (max-width: 991px) {
  .rat-nav .nav > li > a > i {
    float: right;
  }
}

.rat-nav .nav > li > a:hover,
.rat-nav .dropdown.open > a {
  color: #000 !important;
  background: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: none;
}
.rat-nav .nav > li > a:hover i,
.rat-nav .dropdown.open > a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
}
.rat-nav .rat-nav-login {
  padding-top: 15px;
  text-align: center;
}
.rat-nav .dropdown-menu > li > a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rat-nav .dropdown-menu > li > a:hover {
  background: none;
  text-indent: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .rat-nav .nav > li > a {
    padding: 0px;
    height: 70px;
    line-height: 70px;
  }
  .rat-nav .dropdown-menu {
    top: 70px;
    border: 0px;
  background: #999 !important;
  }
  .rat-nav .dropdown-menu a {
    color: #fff;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a i {
    position: absolute;
    right: 10px;
  }
  .rat-nav .dropdown-menu.bullet {
    top: 70px;
  }
  .dropdown-menu.bullet:after,.dropdown-menu.bullet:before{position:absolute;right:30px;display:inline-block;width:0;height:0;content:'';border:7px solid transparent;border-top-width:0}
  .dropdown-menu.bullet:before{top:-7px;border-bottom-color:#999 !important;}
  .dropdown-menu.bullet:after{top:-6px;border-bottom-color:#999 !important;}
}
@media (max-width: 991px) {
  .rat-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a > i {
    float: right;
  }
}
@media (max-width: 767px) {
  .rat-nav .navbar-collapse-toolbar {
    background: #fff;}
  .rat-nav .nav > li {
    margin-left: 0px !important;
  }
  .rat-nav .nav li a, .rat-nav .nav li a.active {
    color: #000 !important;
  }
  .rat-nav .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  .rat-nav .dropdown-menu.bullet:before,
  .rat-nav .dropdown-menu.bullet:after {
    display: none;
  }
  .rat-nav .navbar-collapse-toolbar {
    position: absolute;
    width: 100%;
  }
  .rat-nav .navbar-collapse-toolbar.in {
    overflow-y: scroll;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
  }
  .rat-nav .navbar-logo {
    float: none;
    max-height: 60px;
    margin: 0 auto;
  }
}
.vertical-align {display: inline-table;}
.vertical-align-middle{display: table-cell;vertical-align: middle;}

.stricky-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  background: #fff;
  width: 100%;
  border-bottom: 2px solid #999;
}
.stricky-fixed .nav > li > a {
  color: #222 !important;
}

/*手机板面导航*/
.hamburger {
  font-size: 20px;
  vertical-align: middle;
}
.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  -webkit-transition: -webkit-transform .2s ease-in-out;
       -o-transition:      -o-transform .2s ease-in-out;
          transition:         transform .2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
  content: "";
}
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  display: block;
  width: 1em;
  height: .1em;
  margin: 0;
  background: #fff;
  border-radius: 1px;
}
.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
  background: #76838f;
}
.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
  background: #fff;
}
.hamburger .hamburger-bar {
  margin: .2em 0;
}
.hamburger-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
  opacity: 0;
}
.hamburger-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
  opacity: 1;
}
.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
  width: .6em;
  -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
          transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
  border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
  width: .6em;
  -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
          transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}

.rat-banner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .rat-banner {margin-top: 60px;}
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}
.text-xs-center{text-align:center!important}

/*首页中间内容*/

.about {
  padding-top:50px;
  padding-bottom:50px;
  background:#f6f6f6;
}

.about_title {
  padding-bottom:40px;}
.about_title h2 {
  font-size: 28px;
  margin:0px;
  color:#666;}
.about_title h5 {
  color:#999;}
.about_bg{
  background-color:#fff;
  overflow:hidden;}
.about_info{
  width:47%;
  line-height:30px;
  padding:30px 60px;}
/*.icon{
  margin-top:35px;}
.icon h5{
  margin-top:15px;
  font-size:16px;
  font-weight:bold;}*/


.products {
  padding-top:50px;
  background-color:#fff;
}
.products .series{
  padding:0px 0px 30px 0px;
  text-align:center;
}
.btn-series {
  color: #666;
  background-color: #fff;
  border-color: #666;
  margin:0px 3px 10px;
}
.btn-series:hover{
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.products a.active{
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.pro_img{
  position:relative;
  margin-bottom:30px;
  overflow:hidden;
}
.pro_img img{
  transition:all ease-in-out 0.3s;border: 1px solid #ccc;}
.pro_img:hover img{
  transform:scale(1.1,1.1)}
.pro_test{
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0)!important;
  filter:Alpha(opacity=0); 
  background:#4d3000;
  color:#fff;
  }
.pro_test span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  font-size:20px;}
.pro_img:hover .pro_test{
  top:0;
  left:0;
  background:rgba(0, 0, 0, 0.6)!important;
  filter:Alpha(opacity=60); }

@media(min-width: 768px) and (max-width: 991px) {
  .about_info{
  width:100%;
  line-height:24px;
  padding:30px 60px;}
}
@media (max-width:767px) {


.about {
  padding:30px 0px;
}
.about .title {
    margin: 0px 0px 15px 0px;
    font-size:18px;
    line-height:20px;
}
.about .info h4{
  margin:0px 0px 20px 0px;}

.products {
  padding:30px 0px 0px 0px;
}
.products .title {
  margin: 0px 0px 30px 0px;
    font-size:18px;
    line-height:20px;
}
.series .name {
    padding:30px 0px;
    border-bottom: 10px solid #4c2422;
}



.about_info{
  width:100%;
  line-height:24px;
  padding:30px 20px;}
.about_title h5{
  line-height:27px;}
.about_title {
    padding-bottom: 0px;}
.about_title h2 {
  font-size:20px;
}

} 
/*首页新闻*/

.blocks > li,
[class*="blocks-"] > li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 22px;
}
.rat-index-news .more {
  margin: 70px auto;
}
.rat-index-news .news_time {
  display: block;
  font-weight: 300;
  height: 30px;
  color: #999;
  font-size: 16px;
}
.media-left, .media>.pull-left {
    padding-right: 20px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.rat-index-news .media-heading:hover:before {
  width: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.rat-index-news .media-heading {
  position: relative;
}
.rat-index-news .media-heading a {
  border-bottom: 1px solid #EFEFEF;
  font-size: 16px;
  color: #595959;
  display: block;
  padding-bottom: 20px;
}
.rat-index-news .media-heading a:hover {
  text-decoration: none;
}
.rat-index-news .media-heading:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #3C3C3C;
  bottom: 0px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.rat-index-news p.des {
  font-size: 13px;
  color: #848484;
}
.rat-index-news ul.blocks-2 {
  overflow: hidden;
  margin-top: 20px;
}
.rat-index-news ul.blocks-2 li {
  list-style-type:none;
  margin: 0px 0 15px;
}
.rat-index-news ul.blocks-2 li p {
  margin-bottom: 0px;
}
.rat-index-news ul.blocks-2 li p.des {
  margin-bottom: 5px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.rat-index-news .more { margin: 70px auto; padding: 6px 50px; display: inline-block; -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s; transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s; border: #848484 1px solid; border:  1px solid; color: #848484; color: ; }
.rat-index-news .more:hover { color: #fff; border-color: #e4c17e; border-color: ; background-color: #e4c17e; background-color: ; }
@media (max-width: 767px) {
  .rat-index-news ul.blocks-2 li {
    width: 100% !important;
    margin-top: 20px;
  }
  .rat-index-news ul.blocks-2 li .media .media-left {
    padding-right: 10px;
  }
  .rat-index-news ul.blocks-2 li .media h4 {
    font-size: 16px;
  }
  .rat-index-news ul.blocks-2 li .media p.des {
    height: 1.5em;
    overflow: hidden;
  }
  /*.rat-index-news ul.blocks-2 li .media.media-lg .media-object {
    width: 100px;
  }*/
}


.contact_rat {
    background: #f0f0f0 !important;
    padding: 50px 0 0px;
    color: #000000;
    line-height: 28px;
}
.contact_rat img {max-width: none;}
.contact_title, .contact_info {padding-left: 15px; padding-right: 15px;}
.contact_title h2 {
  font-size: 28px;
  margin:0px 0px 20px;
  color:#666;}


/*Bottom Info*/
.bottom_bg {
  width:100%;
  padding:3% 0px 0px;
  text-align: left;
  margin:0px;
  background-color:#000;
}
.Bottom_Title h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
  line-height:35px;
}
.Bottom_Title hr {
  border:none;border-top:2px double red;
    width: 45px;
    margin: 0px;
  padding:0px;
  overflow:hidden;
}
.bottom_list {
  padding:20px 0px;
  font-size:12px;
  color:#999;
  margin:0px;
}
.bottom_list ul {padding:0px; margin:0px;}
.bottom_list li{text-align:left;position:relative;display:block;line-height:28px; font-family:Arial; padding:0px; margin:0px;}
.bottom_list a {color:#ccc;}
.bottom_copyright {
  border-top:1px solid #999;
  font-size:12px;
  padding:5px 0px;
  color:#999;
  line-height:45px;
  text-align:center;
}
.weixin {
  background: url(../images/back.jpg) center no-repeat;
  text-align: center;
  font-size: 12px;
}

@media (min-width:768px){
.bottom-right {
  float: right !important;
}
.bottom-left {
  float: left !important;
}
  }

  .all{
    display: none;
  }
@media (max-width:767px){
  .bottom_bg {margin-bottom: 68px;}
  .all{
    width:100%;
    overflow:hidden;
    position:fixed;
    bottom:0;
    z-index:9997;
  background:#820f1e;
  display: block;
  border-top: 1px solid #fff;
  }
  .all ul li{width:24%; display:inline-block;float:left;padding:15px 0 0px;text-align:center; border-left: 1px solid #8f1626; border-right: 1px solid #410910;}
  .all ul li:first-child{border-left:0}
  .all ul li:last-child{border-right:0}
  .all ul li a{color: #fff; font-size: 12px;}
}

/*内页开始*/
.rat-show {
    padding: 30px 0px;
    background: #ffffff;
    word-break: break-all;
}
.rat-editor {
    padding: 30px;
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
}
.rat-editor h3 {    font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial,sans-serif; font-size: 24px;}
.rat-editor img {max-width: none;}
.contact-ditu img { max-width: none; }

 /*新闻板块*/
 .rat-news {
    padding: 30px 0;
    background: #f2f2f2;
    border-top: 1px solid #f0f2f5;
}
.rat-news-list {
  padding: 30px;
  background: #ffffff;
  padding-bottom: 30px;
  overflow: hidden;
}

.media-left, .media>.pull-left {
    padding-right: 20px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.rat-news-list ul.rat-page-ajax {
  padding: 0px;
  list-style: none;
}
.rat-news-list ul.rat-page-ajax li {
  border-bottom: 1px solid #f0f2f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.rat-news-list ul.rat-page-ajax li:last-child {
  margin-bottom: 0px;
}
.rat-news-list ul.rat-page-ajax li h4 {
  margin: 0 0 10px;
  font-size: 18px;
}
.rat-news-list ul.rat-page-ajax li h4 a {
  color: #464646;
}
.rat-news-list ul.rat-page-ajax li h4 a:hover {
  color: #696969;
}
.rat-news-list ul.rat-page-ajax li p {
  font-size: 16px;
}
.rat-news-list ul.rat-page-ajax li p.des {
  color: #6a6a6a;
  margin-bottom: 10px;
  font-size: 13px;
}
.rat-news-list ul.rat-page-ajax li p.info {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.rat-news-list ul.rat-page-ajax li p.info span {
  margin-left: 10px;
}
.rat-news-list ul.rat-page-ajax li p.info span:first-child {
  margin: 0;
}
.rat-news-list ul.rat-page-ajax li p.info i {
  color: #a3afb7;
  font-weight: 300;
}
  .rat-news-list ul.rat-page-ajax li .media .media-left .media-object {
    height: 120px;
    max-width: none;
  }

@media (max-width: 991px) {
  .rat-news-list ul.rat-page-ajax li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .rat-news-list ul.rat-page-ajax li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  }
  .rat-news-list ul.rat-page-ajax li h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .rat-news-list ul.rat-page-ajax li p {
    font-size: 14px;
  }
  .rat-news-list ul.rat-page-ajax li p.des {
    height: 3em;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .rat-news-list ul.rat-page-ajax li .media .media-left {
    padding-right: 10px;
  }
  .rat-news-list ul.rat-page-ajax li .media .media-left .media-object {
    width: 100px;
    max-width: none;
  }
}
.rat-news-bar{background:#fff;margin-left:30px;padding:20px;box-shadow:0 1px 1px rgba(0,0,0,.05)}
@media (max-width:992px){.rat-news-bar{margin-left:0;margin-top:30px;padding:30px}}
@media (max-width:768px){.rat-news-bar{margin-left:0;margin-top:0;padding:20px 15px}}
.rat-news-bar ul.column{padding:0;list-style:none}
.rat-news-bar ul.column li{margin-bottom:10px}
.rat-news-bar ul.column li a{font-size:16px;color:#2a333c}
.rat-news-bar ul.column li a:hover{color:#4e97d9}
.rat-news-bar ul.column li a.active{color:#4e97d9}
.rat-news-bar .recommend{margin:20px 0;padding:20px 0;border-top:1px solid #f0f2f5;border-bottom:1px solid #f0f2f5}
.rat-news-bar .recommend h3{font-size:18px;font-weight:300;margin:0}
.rat-news-bar .recommend .list-group{margin-top:10px;margin-bottom:0}
.rat-news-bar .recommend .list-group a{color:#2a333c;font-size:15px}
.rat-news-bar .recommend .list-group a:hover{color:#4e97d9}
.form-group {
    margin-bottom: 20px;
}
.input-search {
    position: relative;
}
.input-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: 0 0;
    border: none;
    border-radius: 0 200px 200px 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* 文章模块详情页 */
.rat-news-body {
    background: #fff;
}
@media (max-width: 767px) {
  .rat-news-body .rat-shownews-header {
    padding-top: 20px;
  }
}
.rat-news-body .rat-editor .postbody {
  width: 100%!important;
}
.rat-news-body .rat-shownews-header,
.rat-news-body .rat-shownews-footer {
  padding: 20px;
}
@media (max-width: 767px) {
  .rat-news-body .rat-shownews-header,
  .rat-news-body .rat-shownews-footer {
    padding: 20px;
  }
}
.rat-news-body .rat-shownews-header {
  padding-top: 20px;
}
.rat-news-body h1 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .rat-news-body h1 {
    font-size: 20px;
  }
}
.rat-shownews-header .info {
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.rat-shownews-header .info span {
  padding-right: 10px;
}
.rat-news-body .rat-shownews-footer ul.pager {
    margin: 0;
    border-top: 1px solid #f0f2f5;
    padding-top: 20px;
}
/*翻篇*/
.pager{padding-left:0;margin:22px 0;text-align:center;list-style:none; width: 100%;}
.pager li {
  width: 49%;
  display: inline-block;
}
.pager li a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pager li > a,.pager li > span{display:inline-block;padding:5px 14px;background-color:transparent;border:1px solid #e4eaec;border-radius:5px; color: #333;}
.pager li > a:focus,.pager li > a:hover{text-decoration:none;background-color:#fff;}
.pager .next>a,.pager .next>a>span,.pager .previous > a > span  {float:right}
.pager .previous>a{float:left}


@media (max-width: 767px) {
  .rat-shownews .info {
    padding-bottom: 20px;
  }
}
.rat-shownews .rat-shownews-footer {
  padding-top: 0px;
}
.rat-shownews .rat-shownews-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #f0f2f5;
  padding-top: 20px;
}

/*产品与图片展示*/

.overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.overlay-figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0
}
.overlay-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff
}
.overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline
}
.overlay-panel>:last-child {
  margin-bottom: 0
}
.overlay-panel h1, .overlay-panel h2, .overlay-panel h3, .overlay-panel h4, .overlay-panel h5, .overlay-panel h6 {
  color: inherit
}
.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
  opacity: 0
}
.overlay-background {
  background: rgba(0,0,0,.5)
}
.overlay-image {
  width: 100%;
  max-width: 100%;
  padding: 0
}
.overlay-shade {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,0)), color-stop(90%, rgba(255,255,255,.87)), to(#fff)) repeat scroll 0 0;
  background: transparent -webkit-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
  background: transparent -o-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
  background: transparent linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0
}
.overlay-top {
  bottom: auto
}
.overlay-bottom {
  top: auto
}
.overlay-left {
  right: auto
}
.overlay-right {
  left: auto
}
.overlay-icon {
  font-size: 0;
  text-align: center
}
.overlay-icon:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: ""
}
.overlay-icon .icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none
}
.overlay-anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.overlay-blur, .overlay-fade, .overlay-grayscale, .overlay-scale, .overlay-spin, [class*=overlay-slide] {
-webkit-transition-timing-function:ease-out;
-o-transition-timing-function:ease-out;
transition-timing-function:ease-out;
-webkit-transition-duration:.3s;
-o-transition-duration:.3s;
transition-duration:.3s;
-webkit-transition-property:opacity -webkit-transform -webkit-filter, opacity -webkit-transform filter;
-o-transition-property:opacity -o-transform filter;
transition-property:opacity transform filter
}
.overlay-fade {
  opacity: .7
}
.overlay-hover:hover .overlay-fade {
  opacity: 1
}
.overlay-scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.overlay-hover:hover .overlay-scale {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.overlay-spin {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0)
}
.overlay-hover:hover .overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg)
}
.overlay-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%)
}
.overlay-hover:hover .overlay-grayscale {
  filter: grayscale(0);
  -webkit-filter: grayscale(0)
}
[class*=overlay-slide] {
opacity:0
}
.overlay-slide-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}
.overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%)
}
.overlay-slide-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}
.overlay-slide-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}
.overlay-hover:hover [class*=overlay-slide] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0)
}
.comments {
  padding: 0;
  margin: 0
}

.card {-webkit-box-shadow: none;box-shadow:none;background: #fff;}
.card:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  }
/* 内页子栏目导航 */
.subcolumn_nav_rat{background-color:;border-color:#f0f2f5;}
.subcolumn_nav_rat{background-color:;}
.subcolumn_nav_rat .product-search .form-group{max-width:500px;margin:0 auto 10px;}
.subcolumn_nav_rat .subcolumn_nav_rat-ul > li a:hover, .subcolumn_nav_rat .subcolumn_nav_rat-ul > li a.active {
    color: #e4c17e;color:;
}
.subcolumn_nav_rat-ul{font-size:0;white-space:nowrap;}
.subcolumn_nav_rat-ul li{display:inline-block;vertical-align:top;}
.subcolumn_nav_rat-ul li > a{display:block;padding:5px 10px;font-size:16px;}
.subcolumn_nav_rat-ul li a{color:#444444;}
.subcolumn_nav_rat-ul li a{color:;}
.subcolumn_nav_rat-ul li .dropdown-menu{top:40px;}
.subcolumn_nav_rat .product-search .form-control:focus{border-color: #e4c17e;color:;}
.border-bottom1, .rat-showproduct-head .product-para, .product-detail .rat-editor .product-para {
    border-bottom: 1px solid #f0f2f5;
}
@media (max-width:767px){
  .subcolumn_nav_rat .subcolumn-nav{height:54px;}
  .subcolumn_nav_rat-ul li{display:block;width: 50%;float: left;}
}
.p-y-10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.input-search{position:relative}
.input-search .form-control{border-radius:200px}
.input-search .input-search-close,.input-search .input-search-icon{position:absolute;z-index:1;top:50%;width:2.573rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.input-search .input-search-close{right:8px}
.input-search .input-search-icon+.form-control{padding-left:3.073rem}
.input-search .input-search-icon{font-size:16px;left:8px;text-align:center;pointer-events:none;color:#a3afb7}
.input-search-btn+.form-control{padding-right:50px}
.input-search-btn{position:absolute;top:0;right:0;height:100%;padding:0 10px;border:none;border-radius:0 200px 200px 0;background:0 0}
.input-search-btn .icon{margin:0 3px}
/*产品模块*/
.product_list_page_rat{padding: 30px 0;background:;background:#f2f2f2;}
.product_list_page_rat .less-page-content {  }
.product_list_page_rat .card-header a { display: block; position: relative; }
.product_list_page_rat .card-header a .mask { position: absolute; width: 100%; height: 100%; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); z-index: 2; }
.product_list_page_rat .card-header a img { -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1); transition: all .6s cubic-bezier(.17, .84, .44, 1); width: 100%; }
.product_list_page_rat .card-title { text-align: left; border-bottom: 1px solid #e0e0e0; text-shadow: none; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1); transition: all .6s cubic-bezier(.215, .61, .355, 1); margin-bottom:0; color: #444444; padding: 0px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product_list_page_rat .card-title a { color: #444444; text-shadow: none; font-size: 16px;}
.product_list_page_rat .card-title p { color: #848484; padding:5px 0; margin: 0; font-size: 13px; }
.product_list_page_rat .card:hover .card-title { border-bottom: 1px solid #444444;border-bottom: 1px solid ; }
.product_list_page_rat .product-list .item { opacity: 0; transform: translate(0, 10%);margin-bottom: 20px; }
.product_list_page_rat-list .item .fa { color: #fff; width: 22px; height: 22px; font-size: 22px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.product_list_page_rat-list .item .fa:hover { text-decoration: none; }
.product_list_page_rat .card-title .btn{
  margin-top:15px;
  font-size:14px;
  background: transparent;
  border: 1px solid #e4c17e;
    border: 1px solid ;
  border-radius: 0;
}
.product_list_page_rat .card-title a.btn {color:#e4c17e;color:;}
.product_list_page_rat .card-title .btn:hover{
    background: #e4c17e;
  background: ;
    border: 1px solid #e4c17e;
  border: 1px solid ;
  color: #fff;
}
@media (max-width:767px){
  .product_list_page_rat{
    padding:10px 0;
  }
    .product_list_page_rat .card-title{padding:10px !important;}
    .product_list_page_rat .less-page-content ul{margin:0;}
    .product_list_page_rat .less-page-content li{padding-left: 5px !important;padding-right: 5px !important;margin-bottom:10px;}
}
/*产品内容页*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {background: #f6f6f6; font-size: 14px; font-weight: bold;}
.page-content {
  padding: 30px 30px;
  background: #f2f2f2;
}
@media (max-width:479px) {
.page-content {
  padding: 10px
}
}
@media (max-width: 767px){
.page-content {
    padding: 15px 0px;
}
}
[class*=animation-] {
animation-fill-mode:none
}
@media (max-width:991px) {
.page-content {
  padding: 20px 0px
}
.panel {
  margin-bottom: 20px
}
.panel-body {
  padding: 20px
}
}
@media (max-width:767px) {
.page-content {
  padding: 15px 0px
}
.panel, .well, .card-shadow {
  margin-bottom: 15px
}
.panel-body, .well, .modal-body, .modal-header, .modal-footer {
  padding: 15px
}
.modal-footer {
  padding-top: 0
}
}
.shopproduct_list_detail_rat .section { padding: 15px 0;background: #fff; }
.shopproduct_list_detail_rat .content .rat-editor,.shopproduct_list_detail_rat .content .product-para{
  padding:30px;
}
.shopproduct_list_detail_rat .product-para li a {color:#e4c17e;color:;}
.shopproduct_list_detail_rat .block-bg {background: #fff;}
@media (max-width:767px) {
  .shopproduct_list_detail_rat .content .rat-editor,.shopproduct_list_detail_rat .content .product-para{
  padding:15px;
}
.panel-body, .well, .modal-body, .modal-header, .modal-footer {
    padding: 15px;
}
}
.block-bg, .panel {
    background: #fff;
}



/* 商品详情页-产品信息 */
.shopproduct_list_detail_rat.rat-showproduct-head .product-para { margin: 0; padding: 10px 0; }
.shopproduct_list_detail_rat .navbar-toggle { line-height: 66px; background: transparent; border: 0; float: right; outline: 0; }
.shopproduct_list_detail_rat.rat-showproduct-head .product-intro h1{color:#444444;}
.shopproduct_list_detail_rat.rat-showproduct-head .product-intro h1{color:;}
.shopproduct_list_detail_rat .rat-showproduct-head .product-intro p.description{color:#848484;color:;}

.shopproduct_list_detail_rat .product-intro h1{color:#444444;color:;}
@media (max-width:991px) { }
.shopproduct_list_detail_rat.rat-showproduct-head .product-intro { margin-top: 20px; }
}
.shopproduct_list_detail_rat .product-para { border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; padding: 15px 0; }

/* 商品详情页-产品内容详情 */
.shopproduct_list_detail_rat .product-detail .rat-editor .product-para { margin-bottom: 15px; overflow: hidden; }
.shopproduct_list_detail_rat .product-detail .rat-editor .product-para li { padding: 10px; }
.shopproduct_list_detail_rat .product-detail .rat-editor {padding: 10px 0px; margin:0px;}
.rat-editor img{ width: 100%; }
@media (max-width:767px) {
.shopproduct_list_detail_rat .content { padding: 15px; }
}

/* 产品详情页-侧栏 */
.shopproduct_list_detail_rat .sidebar-piclist h4>a { color: #444444;color: ; text-shadow: none; }
.shopproduct_list_detail_rat .sidebar-piclist li:hover a{color:#e4c17e;color:;}
.shopproduct_list_detail_rat .sidebar-piclist h4 { text-align: center; }
.shopproduct_list_detail_rat .sidebar-piclist p { text-align: left; color: #444444; }
.pro-nyleft-text {font-size: 14px;}

.shopproduct_list_detail_rat .rat-sidebar >:not(:first-child) { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid #f0f2f5; }
.shopproduct_list_detail_rat .leftsidebar { margin-left: 0 !important; margin-right: 30px; }
@media (max-width:991px) {
.shopproduct_list_detail_rat   .leftsidebar { margin-right: 0px; }
}
.shopproduct_list_detail_rat .sidebar-column li a { display: block; font-size: 16px; }
.shopproduct_list_detail_rat .sidebar-column li i { float: right; margin-top: 2px; font-size: 14px; }
.shopproduct_list_detail_rat .sidebar-column li ul a { font-size: 14px; }
@media (min-width:768px) {
.shopproduct_list_detail_rat   .navbar-toggle { display: none; }
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}