@charset "UTF-8";
/* commom css begin */
body,html {
  overflow-x: hidden;
}
@media (min-width: 768px){
  body {
    padding-top: 110px;
  }
}
@media (min-width: 992px){
  body {
    font-size: 16px; 
  }
}
@media (max-width: 992px) and (min-width: 768px){
  body {
    padding-top: 100px;
  }
}
@media (max-width: 768px){
  body {
    padding-top: 54px;
    padding-bottom: 50px;
  }
}

a {
  color: #333;
}
a:hover,a:active,a:focus {
  color: #333;
  text-decoration: none;
}
.theme-color {
  color: #ff7200;
}
.bgi-center {
  background-size: cover;
  background-position: center;
}
.padt20 {
  padding-top: 20px;
}
.padb20 {
  padding-bottom: 20px;
}
@media (max-width: 768px){
  .padt20 {
    padding-top: 10px;
  }
  .padb20 {
    padding-bottom: 10px;
  }
}

.oneline{ 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.twoline{ 
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
} 
.threeline{ 
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.fast {
  animation-duration: 1s;
  animation-delay: 0s;
}
.slow {
  animation-duration: 3s;
  animation-delay: 1s;
}
.reallyslow {
  animation-duration: 6s;
  animation-delay: 3s;
}

  /* tit */
.tit {
  padding: 30px 0;
  color: #ff7200;
}
.tit>h2 {
  font-size: 32px;
  text-align: center;
  margin: 0;
}
@media (max-width:768px){
  .tit {
    padding: 20px 0;
  }
  .tit>h2 {
    font-size: 22px;
  }  
}
  
  /* more */
.more {
  display: block;
  width: 300px;
  margin: 40px auto 20px;
  text-align: center;
  border:1px solid #dfdfdf;
  color: #9f9f9f;
  transition: all .5s;
}
.more:hover,.more:focus {
  background-color: #ff7200;
  border-color: #ff7200;
  color: #fff;
}
@media (max-width: 768px){
  .more {
    width: 150px;
    margin: 15px auto 10px;
  }
}
/* commom css end */

/* 页头 begin */
.navbar {
  border: none;
  margin-bottom: 0;
  color: #fff;
}
#head-top {
  background-color: #464646;
}
#head-bottom {
  background-color: #ff7200;
}
@media (max-width: 768px){
  #head-bottom {
    position: absolute;
    top: 54px;
    width: 100%;
    background-color: #464646;
    /* height: 100%; */
  }
  #head-bottom .navbar-collapse {
    max-height: none;
  }
}


@media (min-width: 992px){
  #head-top .container, #head-bottom .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1366px){
  #head-bottom .navbar-collapse {
    margin-left: -55px;
    margin-right: -55px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #head-top .container, #head-bottom .container {
    width: 100%;
  }
  .nav>li>a {
    padding: 15px 5px;
  }
}


  /* navbar-toggle */
#head-top .navbar-toggle {
  border-color: #fff;
  margin-top: 10px;
}
#head-top .navbar-toggle .icon-bar {
  background-color: #fff;
}

  /* logo */
#head-top .logo {
  float: left;
  padding: 6px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
#head-top .logo a {
  color: #fff;
  outline: none;
}
#head-top .logo span {
  font-size: 0;
}
#head-top .logo strong {
  position: relative;
  top: 10px;
  display: inline-block;
  font-weight: normal;
  padding-left: 10px;
  margin-left: 8px;
  border-left: 1px solid #ccc;
  letter-spacing: 1px;
}
#head-top .logo em {
  font-size: 12px;
  font-style: normal;
}
@media (max-width: 992px) {
  #head-top .logo {
    margin-left: 8px;
  }
  #head-top .logo img {
    height: 42px;
  }
  #head-top .logo strong {
    display: none;
  }
}

  /* search */
#head-top .search {
  margin: 15px 0 0 20px;
  font-size: 12px;
}
#head-top .search input[type=text] {
  width: 150px;
  height: 32px;
  color: #ff7200;
  border: none;
  outline-color: #ff7200;
  text-indent: 8px;
  float: left;
}
#head-top .search button[type=submit] {
  width: 50px;
  height: 32px;
  color: #fff;
  background-color: #ff7200;
  border: none;
  outline: none;
}
#head-top .search button[type=submit]:hover {
  opacity: .8;
}

  /* hot-line */
#head-top .hot-line {
  margin-top: 10px;
}
#head-top .hot-line i {
  display: inline-block;
  vertical-align: middle;
}
#head-top .hot-line p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin: 0 0 0 10px;
}
#head-top .hot-line p span {
  display: block;
  font-size: 14px;
}

/* #head-bottom */
#head-bottom .nav>li>a>i {
  margin-left: 5px;
}
@media (min-width: 768px) {
  #head-bottom .nav>li>a:focus, #head-bottom .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ff7200;
    color: #464646;
  }
  #head-bottom .nav {
    float: none;
    display: flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #head-bottom .nav>li>a {
    color: #fff;
    font-size: 16px;
  }
  #head-bottom .nav>li.active>a {
    color: #464646;
  }
  
  #head-bottom .dropdown-menu {
    left: -30px;
    width: 160px;
    padding: 0;
    border: none;
    border-top: 2px solid #464646;
    transition: transform .5s ease 0s,opacity .6s ease 0s;
    transform: translateY(10px);
    display: block;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
  }
  #head-bottom .dropdown:hover>a {
    color: #464646;
  }
  #head-bottom .dropdown:hover .dropdown-menu {
    transform: translateY(-2px);
    visibility: visible;
    opacity: 1;
  }
  #head-bottom .dropdown-menu li a {
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 13px;
  }
  #head-bottom .dropdown-menu a:hover {
    color: #ff7200;
  }
}
@media (max-width:768px){
  #head-bottom .nav>li>a:focus, #head-bottom .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #464646;
    color: #fff;
  }
  #head-bottom .navbar-nav a {
    color: #ffffff;
  }
}
/* 页头 end */

/* banner begin */
#swiper-banner .swiper-pagination-bullet {
  background: #ff7200;
}
#swiper-banner .swiper-button-prev,#swiper-banner .swiper-button-next {
  display: none;
  width: 50px;
  height: 60px;
  background-image: url(../images/banner-btn.png);
  background-color: rgba(0,0,0,0.3);
  background-size: auto;
  background-position: 0 0;
}
#swiper-banner .swiper-button-prev {
  left: 0;
}
#swiper-banner .swiper-button-next {
  right: 0;
  background-position: 10px -60px;
}
#swiper-banner .swiper-button-prev::after,#swiper-banner .swiper-button-next::after{
  content: '';
}
@media (min-width: 992px){
  #swiper-banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px;
  }
}
@media (max-width: 768px) {
  #swiper-banner .swiper-button-prev,#swiper-banner .swiper-button-next {
    display: none;
  }
  #swiper-banner .swiper-pagination-bullets {
    bottom: 3px;
  }
}
/* banner end */

/* 产品中心 begin */
#index-product {
  background-color: #fafafa;
  box-shadow: 0 0px 2px rgba(0,0,0,0.08);
}

.pro-tab {
  text-align: center;
}
.pro-tab a {
  display: inline-block;
  padding: 10px 30px;
  margin: 0 5px;
  border:1px solid #e7e7e7;
  border-radius: 2px;
}
.pro-tab a:hover,.pro-tab a.active {
  border-color: #ff7200;
  color: #ff7200;
}
@media (max-width: 768px) {
  .pro-tab a {
    padding: 5px 2px;
    margin: 0 0 5px 0;
    font-size: 12px;
    border:none;
    background-color: #ec7e23;
    color: #fff;
  }
  .pro-tab a.active {
    color: #fff;
    background-color: #ff7200;
  }
}

  /* 产品列表 */
.pro-lis {
  margin-top: 50px;
}
.pro-lis li {
  margin-bottom: 20px;
  transition: transform .5s;
}
.pro-lis li:hover {
  transform: translateY(-6px);
}
.pro-lis li:hover h3 {
  color: #ff7200;
}
.pro-lis .bgi-center {
  border: 1px solid #ededed;
  border-radius: 4px;
  height: 290px;
}
.pro-lis h3 {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 768px){
  .pro-lis {
    margin-top: 20px;
  }
  .pro-lis .bgi-center {
    height: 180px;
  }
  .pro-lis h3 {
    font-size: 14px;
  }
}
/* 产品中心 end */

/* 关于我们 begin */
#index-about .intro {
  line-height: 1.8em;
}
@media (min-width:768px){
  #index-about .intro {
    text-indent: 2em;
  }
}
@media (max-width: 992px){
  #index-about .imgbox {
    float: left;
    width: 58%;
  }
}
/* 关于我们 end */

/* 内高压成形技术 begin */
#tech {
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}


#swiper-tech-tab {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255,.2);
  font-size: 14px;
}
#swiper-tech-tab>span {
  display: inline-block;
  margin: 0 2px 5px;
  padding: 2px 10px;
  background-color: #efefef;
  color: #898989;
  border-radius: 4px;
  cursor: pointer;
}
#swiper-tech-tab>span.active {
  background-color: #ff7200;
  color: #ffffff;
}

#swiper-tech {
  font-size: 14px;
}
#swiper-tech .swiper-slide {
  opacity: 0 !important;
}
#swiper-tech .swiper-slide-active {
  opacity: 1 !important;
}

@media(min-width:992px){
  #tech{
    padding-top: 30px;
    line-height: 1.8em;
  }
  #tech .digest {
    margin: 30px 0;
  }
  #swiper-tech-tab {
    margin-bottom: 20px;
  }
  #swiper-tech .swiper-slide{
    padding: 0 50px;
  }
}
/* 内高压成形技术 end */

/* 新闻中心 begin */
#index-news .thumb {
  overflow: hidden;
}
#index-news .thumb img {
  transition: transform .5s ease-in-out;
}
#index-news .thumb:hover img {
  transform: scale(1.2);
}
#index-news .row h3{
  font-size: 16px;
  margin: 20px 0 15px;
  font-weight: bold;
}
#index-news .row span {
  font-size: 12px;
  color: #999;
}
#index-news .row h3:hover span {
  text-decoration: underline;
  color: #ff7200;
}
#index-news .row li {
  line-height: 36px;
  font-size: 14px;
}
#index-news .row li i {
  margin-right: 5px;
}
#index-news .row li:hover a {
  color: #ff7200;
}
#index-news .row li strong {
  font-weight: normal;
}
@media (max-width: 768px) {
  #index-news .row h3 {
    margin: 10px 0 2px 0;
  }
  #index-news .row ul {
    margin-bottom: 15px;
  }
  #index-news .row li {
    line-height: 32px;
  }
}
/* 新闻中心 end */

/* 友情链接 begin */
#links {
  font-size: 14px;
  padding: 20px 0;
}
#links a {
  margin: 0 2px;
}
#links a:hover {
  color: #ff7200;
}
/* 友情链接 end */

/* footer begin */
#footer-top {
  margin-top: 15px;
  padding: 30px 0 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#footer-top, #footer-top a, #footer-bottom, #footer-bottom a {
  color: #8f8f8f;
}
#footer-top a:hover, #footer-bottom a:hover {
  color: #ff7200;
  text-decoration: underline;
}
#footer-top .container {
  display: flex;
  justify-content: space-between;
}
#footer-top dl {
  padding: 0 15px;
}
#footer-top dl+dl {
  border-left: 1px solid #565656;
  max-width: 400px;
}
#footer-top dt {
  color: #dddddd;
  margin-bottom: 10px;
  font-weight: normal;
}
#footer-top dd {
  font-size: 14px;
  line-height: 1.8em;
}

#footer-bottom {
  background-color: #000000;
}
#footer-bottom .container{
  padding: 10px 0;
  font-size: 12px;
}

@media (max-width:768px){
  #footer-bottom {
    margin-top: 18px;
    background-color: #fafafa;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
  }
}
@media (max-width:1200px){
  #footer-top {
    display: none !important;
  }
}
/* footer end */

/* 底部tab栏(手机端) begin */
#footer-tab {
  position: fixed;
  bottom: 0;
  left: 0;
  /* right: 0; */
  width: 100%;
  text-align: center;
  background-color: #ff7200;
  z-index: 99;
}
#footer-tab a {
  float: left;
  width: 25%;
  padding: 4px 0;
  color: #ffffff;
  word-break: break-all;
}
#footer-tab a+a {
  border-left: 1px solid #dddddd;
}
#footer-tab a i {
  display: block;
  margin-bottom: 2px;
  font-size: 20px;
}
/* 底部tab栏(手机端) end */

/* 右侧固定栏 begin */
#toolbar {
  position: fixed;
  right: 0;
  bottom: 35%;
  z-index: 99;
}
#toolbar .item {
  position: relative;
  width: 68px;
  height: 68px;
  background-color: #ff7200;
  margin-bottom: 10px;
  border-radius: 5px 0 0 5px;
  text-align: center;
  cursor: pointer;
  transition: background-color .3s ease-in;
}
#toolbar .item:hover {
  background-color: #464646;
}
#toolbar .item .sub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 110%;
  top: 0;
  padding: 2px 2px 12px;
  background-color: #ffffff;
  border: 1px solid #ff7200;
  border-radius: 2px;
  font-size: 12px;
  transition: opacity .8s ease-in;
}
#toolbar .item:hover .sub {
  opacity: 1;
  visibility: visible;
}
/* 右侧固定栏 end */

/* 面包屑导航 begin */
#breadcrumb {
  background-color: #f8f8f8;
  font-size: 14px;
  padding:10px 0;
}
#breadcrumb a:hover {
  text-decoration: underline;
  color: #ff7200;
}
@media (max-width: 768px){
  #breadcrumb {
    padding: 6px 0;
    font-size: 12px;
  }
}
/* 面包屑导航 end */

/* 侧边栏 begin */
#left-sidebar {
  font-size: 14px;
}
#left-sidebar a:hover {
  color: #ff7200;
}
#left-sidebar .item {
  margin-bottom: 30px;
  box-shadow: 2px 3px 10px rgba(0,0,0,0.2);
}
#left-sidebar .titbar {
  margin: 0;
  position: relative;
  padding: 12px 0;
  font-size: 20px;
  color: #ffffff;
  background-color: #ff7200;
}
#left-sidebar .titbar::before {
  position: absolute;
  left: 15px;
  content:'|';
}
#left-sidebar .titbar::after {
  box-sizing: content-box;
  position: absolute;
  right: 15px;
  top: 20px;
  content:'';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
  border:2px solid #ff7200;
  box-shadow: 0 0 1px 1px rgb(255, 225, 255);
}
#left-sidebar .lis {
  border: 1px solid #cccccc;
}
#left-sidebar .lis li {
  padding: 10px 0 10px 12px;
}
#left-sidebar .lis li+li {
  border-top: 1px solid #cccccc;
}
#left-sidebar .lis li.active a {
  color: #ff7200;
  font-weight: bold;
}

#left-sidebar .item.contact .lis li {
  border:none;
}
/* 侧边栏 end */

/* 分页 begin */
.pagelist {
  text-align: center;
  font-size: 12px;
  margin: 30px 0;
}
.pagelist li {
  display: inline-block;
  color: #666;
  border: 1px solid #ddd;
  margin: 0 2px 5px;
  min-width: 36px;
  padding: 0 5px;
  line-height: 26px;
  text-align: center;
}
.pagelist li a {
  display: block;
}
.pagelist li:hover, .pagelist li.thisclass {
  background-color: #f37b1d;
  border-color: #f37b1d;
  color: #fff;
}
.pagelist li:hover a, .pagelist li.thisclass a {
  color: #fff;
}

@media (max-width:768px){
  .pagelist li {
    min-width: 26px;
  }
}
/* 分页 end */

/* 内容区 begin */
#contentbox {
  margin-top: 30px;
}
@media (max-width: 768px){
  #contentbox {
    margin-top: 10px;
  }
}

#right-default img{
  max-width: 100% !important;
  height: auto;
}
#right-default iframe {
  max-width: 100% !important;
}
/* 内容区 end */

/* 下载列表 begin */
#right-down-list {
  padding-top: 5px;
}
#right-down-list .downlist li {
	float: left;
	width: 20%;
}
#right-down-list .downlist li a {
  display: block;
  width: 85%;
  margin: 0 auto 50px;
  padding: 5px;
  border:1px solid #ccc;
  border-radius: 5px;
  transition: transform .78s,box-shadow .5s;
}
#right-down-list .downlist li a:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
#right-down-list .downlist li .bgi-center {
	height: 106px;
}
#right-down-list .downlist li h3 {
	margin: 6px 0 0;
	line-height: 20px;
	color: #ff7200;
	height: 40px;
	font-size: 14px;
}
#right-down-list .downlist li span {
	display: block;
  background-color: #ff7200;
  color:#fff;
  font-size: 12px;
  line-height: 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#right-down-list .downlist li span i{
	margin: 0 5px;
}

@media (max-width: 768px){
  #right-down-list .downlist li {
    width: 50%;
  }
  #right-down-list .downlist li a {
    width: 90%;
    margin: 0 auto 20px;
  }
}
/* 下载列表 end */

/* 产品详情 begin */
#pro-detail {
  overflow: hidden;
}
#pro-detail .title {
  font-size: 28px;
  margin: 50px 0;
}
@media (max-width: 768px){
  #pro-detail .title {
    font-size: 18px;
    margin: 30px 0;
  }
}

  /* 产品图长廊 */
.view {
  border:1px solid #eee;
}
.view .swiper-container {
	width: 600px;
}
.view .swiper-container img {
  width: 100%;
}
@media (max-width:768px){
  .view .swiper-container {
    width: 100%;
  }
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.preview .swiper-container {
  margin-left: 35px;
  margin-right: 35px;
}
.preview .swiper-slide {
	width: 100px;
  cursor:move;
  margin-left:2px;
  margin-right:2px;
}
@media (max-width:768px){
  .preview .swiper-slide {
    width: 60px;
  }
}
.preview .swiper-slide img {
  width: 100%;
  height: 100%;
}
.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview img {
	border:1px solid #dcdddd;
}
.preview .active-nav img {
	border-color:  #ff7200;
}

  /* 详情 */
#pro-detail-tab {
  margin: 50px 0 20px;
  padding: 8px 10px 0;
  background-color: #f6f6f6;
  border-bottom: 2px solid #ff7200;
}
#pro-detail-tab li {
  padding-top: 5px;
  position: relative;
  top:2px;
  float: left;
  width: 25%;
  text-align: center;
  color: #898989;
  cursor: pointer;
}
#pro-detail-tab li h3 {
  font-size: 14px;
  margin: 8px 0;
  font-weight: bold;
}
#pro-detail-tab li img {
  width: 36px;
}
#pro-detail-tab li.active {
  background-color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #ff7200;
  border: 2px solid #ff7200;
  border-bottom: none;
}
@media(max-width:768px){
  #pro-detail-tab li h3 {
    font-size: 12px;
  }
  #pro-detail-tab li img {
    width: 25px;
  }
}

#pro-detail-content img {
  max-width: 100% !important;
  height: auto !important;
}
#pro-detail-content iframe {
  max-width: 100% !important;
}
#pro-detail-content .table-responsive table td {
  white-space:nowrap !important;
  text-align: center !important;
  vertical-align: middle !important;
}

  /* 相关产品 */
.pro-rel>h3{
  font-size: 20px;
  background-color: #f6f6f6;
  line-height: 2.5em;
  padding-left: 10px;
  border-left: 2px solid #ff7200;
  font-weight: bold;
  color: #898989;
} 
@media (max-width: 768px){
  .pro-rel>h3{
    font-size: 16px;
  }
}
/* 产品详情 end */

/* 新闻列表 begin */
#right-news-list .artlist li {
  margin-bottom: 15px;
  padding: 15px;
  box-shadow: 0px 0px 10px rgba(51,51,51,0.25);
}
#right-news-list .artlist .bgi-center {
  height: 165px;
}
#right-news-list .artlist h3 {
  font-size: 16px;
  font-weight: bold;
}
#right-news-list .artlist p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5em;
}
#right-news-list .artlist span {
  font-size: 12px;
  color: #999999;
}
#right-news-list .artlist li:hover h3,#right-news-list .artlist li:hover span.pull-right {
  color: #ff7200;
}

@media (max-width: 768px){
  #right-news-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* 新闻列表 end */

/* 新闻详情 begin */
#right-news-detail .title {
  font-size: 18px;
  font-weight: bold;
}
#right-news-detail .time {
  font-size:12px;
  display: block;
  line-height: 40px;
}
#right-news-detail .digest {
  font-size:14px;
  padding: 15px 20px;
  background-color: #e0e0e0;
  margin: 10px 0;
}
#right-news-detail .content img{
  max-width: 100% !important;
  height: auto;
}
#right-news-detail .content iframe {
  max-width: 100% !important;
}

#right-news-detail .tags {
  font-size: 14px;
  margin: 20px 0;
}
#right-news-detail .tags a {
  font-size: 12px;
}
#right-news-detail .tags a:hover {
  color: #ff7200;
  text-decoration: underline;
}

#right-news-detail .flip-over {
  font-size: 14px;
  margin: 20px 0;
}
#right-news-detail .flip-over span {
  display: block;
}
@media (min-width: 768px){
  #right-news-detail .flip-over span{
    width: 48%;
    float: left;
  }
  #right-news-detail .flip-over .next {
    text-align: right;
  }
}
#right-news-detail .flip-over a:hover {
  color: #ff7200;
  text-decoration: underline;
}
/* 新闻详情 end */

/* 联系我们 begin */
#right-contact a.btn {
  margin-top: -6px;
  background-color: #ff7200;
  color: #fff;
  border-radius: 0;
}
#right-contact a.btn:hover {
	background: #ff7200;
	opacity: .8;
}
#right-contact .address {
	margin-top: 20px;
}
/* 联系我们 end */

/* 在线留言 begin */
#right-liuyan .fa {
  font-size: 18px;
}
#right-liuyan .input-group-addon {
  min-width: 50px;
}
#right-liuyan .form-group-lg .form-control {
  font-size: 16px;
}
/* 在线留言 end */

/* 搜索列表 begin */
#right-search ul li{
  line-height: 40px;
  padding: 0 5px;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
}
/* 搜索列表 end */