﻿@charset "utf-8";
/* CSS Document */
.search {
	position: relative;
}
.search .icon-search {
	font-size: 22px;
	color: #e3540b;
	text-align: center;
	padding: 20px 20px 0px 20px;
	cursor: pointer;
}
.search #form_s {
	position: absolute;
	top: 60px;
	right: 0;
	display: none;
	width: 320px;
	padding: 10px;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 100;
	box-shadow: 0px 0px 5px #888;
}
.search #form_s input {
	border: 1px solid #999999;
	font-size: 12px;
	color: #333;
	line-height: 40px;
	height: 40px;
	padding: 0 5px;
	float: left;
	width:250px
}
.search #form_s input[name="keyword"] {
	width: 85%;
}
.card-subtitle {
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
}
.card-title {
	text-transform:capitalize
}
#Header .search #form_s input[type="submit"] {
	width: 15%;
	border-left: none;
	background: url('../images/icon-s.png') no-repeat center center;
	background-size: 16px;
}
/****** Product ******/
.Pro-Tab-Tit {
	box-shadow: 1px 1px 6px #aaa;
	margin-bottom: 25px;
}
.Pro-Tab-Tit li {
	float: left;
	width: 20%;
	text-align: center;
	list-style: none;
}
.Pro-Tab-Tit a {
	display: block;
	padding: 15px 20px;
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 40px;
	transition: all 0.3s ease-out;
}
.Pro-Tab-Tit .Icon {
	width: 30px;
	height: 28px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin-right: 5px;
	top: 8px;
}
.Pro-Tab-Tit .Icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 56px;
	transition: ease-in;
}
.Pro-Tab-Tit li.cur a {
	background: #e3540b;
	color: #fff;
}
.Pro-Tab-Tit li.cur .Icon img {
	top: -28px;
}
.Pro-Tab-conten .Pro-Box {
	margin: 0 -12px;
}
.Pro-Box li { /*float: left; width: 25%;*/
	height: auto;
	list-style: none;
}
.Pro-Box .Item {
	margin: 20px 12px;
	border: 1px solid #e5e5e5;
}
.Pro-Box .Item .pic {
	overflow: hidden;
}
.Pro-Box .Item .pic img {
	transition: all 0.3s ease-out;
	width: 100%;
}
.Pro-Box .Item .Intro {
	padding: 20px;
	text-align: center;
}
.Pro-Box .Item h3 {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Pro-Box .Item p {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 44px;
}
.Pro-Box .owl-theme .owl-controls .owl-nav [class*=owl-] {
position: absolute;
top: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
transition: all 0.3s linear; /*opacity: 0; filter: alpha(opacity=0);*/
z-index: 90;
}
.Pro-Box .owl-theme .owl-controls .owl-nav .owl-prev {
	left: -50px;
	background: url('../images/icon_left01.png') no-repeat center center;
	background-size: 80%;
}
.Pro-Box .owl-theme .owl-controls .owl-nav .owl-next {
	right: -50px;
	background: url('../images/icon_right01.png') no-repeat center center;
	background-size: 80%;
}
.Pro-Box .owl-theme .owl-dots {
	margin-bottom: 30px;
}
.Pro-Box .owl-theme .owl-dots .owl-dot {
	padding: 5px;
	margin: 5px;
}
.Pro-Box .owl-theme .owl-dots .owl-dot span {
	border: 1px solid #000;
	background: none;
	margin: 0;
	width: 6px;
	height: 6px;
}
.Pro-Box .owl-theme .owl-dots .active {
	border: 1px solid #000;
	border-radius: 100%;
}
.Pro-Box .owl-theme .owl-dots .active span {
	background: #000;
}
.bg-case {
	background: rgba(0, 0, 0, 0.2);
}
.success-title:before {
	content:'';
	width:126px;
	height:16px;
	position:relative;
	right:20px;
	background:url(../images/leftbg.png);
	display:inline-block;
}
.success-title:after {
	content:'';
	width:126px;
	height:16px;
	position:relative;
	left:20px;
	background:url(../images/rightbg.png);
	display:inline-block;
}
.bg-gray {
	background:#f9f9f9
}
.text-green {
	color:#e3540b
}
h4.box-info-modern-title {
	font-size:14px;
	font-weight:normal
}
h2.about-title {
	font-size: 45px;
	color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	display: block;
	line-height: 50px;
}
.company {
	border-bottom:2px solid #e3540b;
	display:inline-block;
	padding-bottom:15px;
}
/****** News ******/
#News {
	padding-top: 30px;
	background: url('../images/newsbg.jpg') no-repeat center bottom;
	padding-bottom: 40px;
}
#News .News-title {
	margin-bottom: 30px;
}
.News-title .fl {
	float: left;
	width: 60%;
}
.News-title .fr {
	float: right;
	width: 20%;
	text-align: right;
}
.News-title .More {
	background: #fff;
	font-size: 14px;
	color: #666;
	border: 1px solid #ececec;
	border-radius: 20px;
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
}
.News-title .More i {
	font-family: "SimSun";
	margin-left: 10px;
}
#News .left {
	float: left;
	width: 49%;
}
#News .right {
	float: right;
	width: 49%;
}
.News-owl {
	overflow: hidden;
}
.News-owl .Item {
	position: relative;
}
.News-owl .Item h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	background:rgba(0, 0, 0, .4);
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	font-weight: 500;
	width: 100%;
}
.News-owl .Item .date {
	font-size: 12px;
	color: #c1c1c1;
	line-height: 20px;
	display: block;
}
.News-owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
position: absolute;
top: 50%;
width: 30px;
height: 30px;
margin-top: -15px;
border: 1px solid #e9e9e9;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.News-owl .owl-theme .owl-controls .owl-nav .owl-prev {
	left: -50px;
	background: #fff url('../images/left.png') no-repeat center center;
}
.News-owl .owl-theme .owl-controls .owl-nav .owl-next {
	right: -50px;
	background: #fff url('../images/right.png') no-repeat center center;
}
.News-owl .owl-theme .owl-dots {
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.News-owl .owl-theme .owl-dots .owl-dot span {
	margin: 3px;
	background: none;
	border: 1px solid #fff;
}
.News-owl .owl-theme .owl-dots .active span {
	background: #fff;
}
.Newslist .Item {
	position: relative;
	padding: 15px 30px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.3s linear;
}
.Newslist .Item .Intro {
	float: left;
	width: 82%;
}
.Newslist .Item .date {
	float: right;
	width: 10%;
	text-align: center;
}
.Newslist .Item .date span {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 36px;
	border-bottom: 1px solid #e3e3e3;
}
.Newslist .Item .date strong {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.Newslist .Item h3 {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Newslist .Item p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Newslist .Item:hover {
	box-shadow: 1px 1px 5px #999;
}
.Newslist .Item:hover h3 {
	color: #e3540b;
}
.News-owl .owl-theme:hover .owl-controls .owl-nav .owl-prev {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.News-owl .owl-theme:hover .owl-controls .owl-nav .owl-next {
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.post-nikki {
	padding:10px;
}
.post-nikki:hover {
	box-shadow: 1px 1px 5px #999;
	background-color:#e3540b;
	color:#FFFFFF
}
/*****面包屑导航*****/
.breadcrumbs-custom-footer {
	text-align:left;
}
.pagetitle li {
	display:inline-block;
}
.pagetitle li a {
	color:#434343;
	padding: 0 20px;
	text-transform:uppercase;
	line-height: 60px;
	position:relative;
	display:block;
}
.pagetitle li a:hover {
	color:#e3540b
}
.pagetitle li a span {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 3px;
	width: 0;
	display: block;
	background: #e3540b;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.pagetitle li:hover .line {
	width: 100%;
	left: 0;
}
.pagetitle .on {
color: #e3540b;
}
i {
	font-style:normal
}
.section-40 {
	padding:50px 0px 50px 0px
}
.section-30 {
	padding:30px 0px 50px 0px
}
.heading-2 .q:after {
	content:'';
	display:block;
	width:40px;
	height: 3px;
	background: #c0c0c0;
	position:relative;
	top:12px;
	margin: 0 auto;
}
.p-30 {
	padding:30px;
}
h1.proname {
	font-size:16px;
	color:#fff;
	text-transform:capitalize;
	font-weight: normal;
	background-color:#e3540b;
}
.thumbnail-classic-figure img {
	transition: all 0.3s ease-out;
	border:1px solid #e4e4e4;
}
.thumbnail-classic-figure:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.thumbnail-classic-figure figcaption {
	background:#fff
}
.thumbnail-classic-figure .pic {
	overflow:hidden
}
.thumbnail-classic-figure:hover figcaption {
	background:#e3540b
}
.thumbnail-classic-figure:hover figcaption a {
	color:#fff
}
#cate_title {
	font-size: 20px;
	color: #e3540b;
	line-height: 21px;
	position:relative;
	padding:10px 0 10px 15px;
	border-bottom: 1px solid #e8e8e8;
	font-weight: 400;
	margin-bottom:30px
}
#cate_title:before {
	content:'';
	display:inline-block;
	width:4px;
	height:16px;
	background:#e3540b;
	position:absolute;
	left:0
}
.prodes {
	padding:15px;
	background:#fff
}
.post-classic-content {
	background:#fff;
	position:relative;
}
.post-classic-text {
font-size:14px
}
.post-classic-time {
	width:100%;
	padding-top:20px
}
.post-classic-time time {
	position:absolute;
	bottom:10px;
	color:#e3540b;
}
.fa-arrow-circle-o-right {
	position:absolute;
	right:20px;
	bottom:5px;
	font-size:18px;
	color:#999;
}
.fa-arrow-circle-o-right:hover {
	color:#e3540b
}
.post-modern-title {
	font-size:20px;
	color:#e3540b;
}
.post-modern-panel {
	padding:10px 0;
	border-bottom: 1px dashed #c6c6c6;
}
.pagination li {
	border: 1px solid #e3540b;
	margin:0 5px;
	border-radius: 3px;
	color:#000;
	background: #e3540b;
}
.pagination li a {
	padding: 0 10px;
	font-size:14px;
	color:#fff;
	line-height: 25px;
	width:35px;
	text-align:center
}
.pagination li a:hover {
	color:#000;
	background-color:#FFFFFF
}
.title2 {
	color: #cfcfcf;
	padding-left:15px;
}
.righttitle {
	font-size: 20px;
	font-weight:normal;
	color: #e3540b;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
.prodes table tr td {
	border:1px solid #ccc
}
h3 .block {
	background: #80c350;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
}
h3 .Spec-cn {
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin: 0 5px;
	display: inline-block;
	font-weight: 600;
}
h3 .Spec-en {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: 500;
	display: inline-block;
	margin: 0 5px;
}
.rd-navbar-dropdown li a {
	line-height:40px;
	border-bottom: 1px solid #e4e6ea;
}
.contactinfo {
	background:#fff;
}
.Item1 p {
	margin-top:0 !important
}
.Item1 .pic1 {
	width: 67px;
	height: 67px;
	border-radius: 50%;
	overflow: hidden;
	background: #f1f5fb;
	margin:0 auto
}
.Item1 {
	background:#fff;
	padding:50px 35px;
}
.Item1 h3 {
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.Item1 h3:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background: #eaeaea;
	position: relative;
	top: 12px;
	margin: 0 auto;
}
.item-4 {
	min-height:293px;
}
.rd-navbar-button {
	text-align:left;
}
.rd-navbar-button p {
	margin-top:0;
	color:#e3540b;
}
.rd-navbar-button p a {
	line-height:26px;
	color:#e3540b;
	font-weight: 600;
	font-size:18px;
}
.headcontact {
	display:inline-block;
	margin-bottom: 12px;
}
.section-top-0 {
	padding-top:0
}
.share .bdsharebuttonbox a {
	overflow: hidden;
	float: right;
	margin: 2px 2px;
	border-radius: 50%;
	width: 26px;
	height: 26px;
}
.share-name {
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.bdsharebuttonbox {
	float: left;
}
.share .bds_more {
	background: url('../images/icon-more.jpg') no-repeat center center !important;
}
.share .bds_tsina {
	background: url('../images/icon-weibo.jpg') no-repeat center center !important;
}
.share .bds_weixin {
	background: url('../images/icon-weixin.jpg') no-repeat center center !important;
}
.share .bds_qzone {
	background: url('../images/icon-qq.jpg') no-repeat center center !important;
	background-image: url('../images/icon-qq.jpg');
}
.share .bds_tqq {
	background: url('../images/icon-qqkj.jpg') no-repeat center center !important;
	background-image: url('../images/icon-qqkj.jpg');
}
.breadcrumbs-custom-path li h2 {
	font-size:12px;
	font-weight:normal
}
