body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
span figcaption {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
	font-family: "微软雅黑";
}

a:hover,
a:link,
a:visited,
a:hover {
	text-decoration: none !important;
	color: #000000;
}

.clear_float:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

ol,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

p {
	margin: 0px !important;
	color: rgb(102, 102, 102);
}

.cont {
	width: 80%;
	margin: 0 auto;
}


/*页眉*/

.header {
	background-color: #333333;
}

.header p {
	line-height: 32px;
	color: #fff;
}

.glyphicon-earphone {
	font-size: 20px;
	color: #fff;
}

.carousel-control.left {
  background-image:none!important;
}
.carousel-control.right {
  background-image:none!important;
}
.carousel-inner {
	border: none!important;
}
.silder-top {
	border: none!important;
}
.item {
	border: none!important;
	box-shadow: none;
}

/*导航*/
.logo {
	margin-top: 10px;
}
.logo img {
	height: 44px;
}

.navbar-brand {
	padding: 3px 15px !important;
}

.nav_top {
	margin-bottom: 0px !important;
	margin-top: 32px;
	background: #FFFFFF;
	box-shadow: 5px 2px 5px #888888;
}

.nav_li a {
	border-bottom: 3px solid #fff;
	font-size: 18px;
	padding: 24px 24px !important;
	15px
}

.nav_li a:hover, .nav_li li.active a{
	border-bottom: 3px solid #C30E23;
	background-color: #fff !important;
	color: #C30E23;
}

.navbar-header button {
	background-color: #C30E23 !important;
	margin-top: 18px;
}

.navbar-header button span {
	background-color: #fff !important;
}

@media (max-width: 991px) {
	.nav_li a {
		padding: 24px 14px !important;
	}
}


/*幻灯片*/
.banner img {
	width: 100%;
	margin-top: 100px!important;
}

/*.nav_box{
	position: relative;
	top: -80px;
	left: 0;
	color: white;
	padding: 5px 0px 20px 20px;
	width: 51%;
	
	background-image: -webkit-linear-gradient(left ,  #000, transparent);
	background-image: -o-linear-gradient(left ,  #000, transparent);
	background-image: linear-gradient(left , #000, transparent);
	opacity: 0.7;
}
.nav_box p{
	font-size: 16px;
	color: white;
}*/

#carousel-example-generic {
	margin-top: 90px !important;
}


/*关于我们*/
.title {
	padding: 5% 0px;
	text-align: center;
}

.title h2 {
	color: #333;
	letter-spacing: 4px;
}

.title h2 i {
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #C30E23;
	margin-bottom: 6px;
}

.title span {
	color: #C30E23;
	font-size: 16px;
	padding-top: 20px;
}

.about {
	background-image: url(../images/abingj.jpg);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: auto;
	padding-bottom: 5%;
}

.about_top img {
	width: 100%;
}

.about_top p {
	font-size: 15px;
	line-height: 30px;
	color: rgb(102, 102, 102);
}

.about_top span {
	display: inline-block;
	zoom: 1;
	width: auto;
	padding: 0 12px;
	color: #FFF;
	background: #C30E23;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	cursor: pointer;
}

.about_top h6 {
	width: 100%;
	height: 50px;
	line-height: 40px;
	font-size: 26px;
	color: #C30E23;
	margin: 0px;
}



/*销售系列*/
.series {
	padding-bottom: 5%;
	background-color: #f4f4f4;
}

.series li {
	position: relative;
	padding-bottom: 15px;
}

.series img {
	width: 100%;
}

.sosu2 {
	width: 20% !important;
	position: absolute;
	top: 100px;
	left: 140px;
	display: none;
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.sosu {
	width: 20% !important;
	position: absolute;
	top: 40%;
	left: 50%;
	display: none;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.series li:hover .sosu {
	display: block;
}


/*产品展示*/

figure {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #ddd;
 }

figure:hover figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	/*-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);*/
	top: 0;
	text-align: center;
}

figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	padding: 5em 2em;
}

figcaption h3 {
	color: white;
	font-weight: bold;
	margin-bottom: 0;
	position: relative;
	left: 100%;
	top: 10px;
	text-align: center;
	font-size: 1.2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

figcaption p {
	margin-bottom: 0;
	margin-top: 20px;
	position: relative;
	left: 100%;
	top: 20px;
	font-size: 0.9em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 1.0s;
	-moz-transition-delay: 1.0s;
	-o-transition-delay: 1.0s;
	-ms-transition-delay: 1.0s;
	transition-delay: 1.0s;
	text-align: center;
	line-height: 30px;
}

figure:hover h3,
figure:hover p {
	left: 0;
	text-align: center;
}

.gallery {
	padding-bottom: 5%;
	background-color: #FFFFFF;
}

.gal-gd-sec {
	width: 50%;
	float: left;
	padding: 0 0.2em;
	margin-top: 20px;
}

.gal-gd {
	margin: 2.4em 0;
	width: 33.33%;
	float: left;
	padding: 0 0.2em;
}

figcaption p {
	margin-top: 10px;
	color: #fff;
}

figcaption {
	padding: 3.3em 1em;
}

@media(max-width:760px) {
	.gallery {
		padding: 3em 0;
	}
	figcaption h3 {
		font-size: 1em;
	}
	figcaption {
		padding: 2.5em 1em;
	}
	.gallery h2 {
		font-size: 2.5em;
	}
	figcaption.gal-text {
		padding: 1.6em 1em;
	}
}

@media(max-width:600px) {
	.gal-gd-sec {
		width: 100%;
		float: left;
		padding: 0 0em;
	}
	.gal-gd {
		margin: 0.4em 0;
		width: 100%;
		float: left;
		padding: 0 0em;
	}
	.gal-gd img {
		width: 100%;
	}
	.gallery h2 {
		font-size: 2em;
	}
	.gal-btm {
		margin-top: 3em;
	}
	figcaption h3 {
		font-size: 2em;
	}
	figcaption {
		padding: 4em 1em;
	}
	div#bs-example-navbar-collapse-1 {
		width: 93.2%;
	}
}

@media(max-width:414px) {
	.gallery {
		padding: 2em 0;
	}
	figcaption h3 {
		font-size: 1.5em;
	}
	figcaption {
		padding: 1.2em 1em;
	}
	figcaption.gal-text {
		padding: 4em 1em;
	}
}

/*热销产品*/
#owl-demo .item {
	margin: 10px;
	text-align: center;
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
/*
#owl-demo .item span {
	color: #333 !important;
	font-size: 16px;
}

#owl-demo .item span:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #C30E23;
	transition: all .3s;
	padding: 6px 15px;
	border-radius: 10px;
}*/

.item {
	border: 1px solid #ccc;
	box-shadow: 2px 3px 4px #ccc;
}

.rx {
	padding-bottom: 20px;
}


/*新闻动态*/
.news_slide_box {
	margin-top: 22px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.news_slide_box .bd {
	width: 100%;
	height: 100%;
}

.news_slide_box .bd a {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 75.3%;
}

.news_slide_box .bd a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news_slide_box .bd a .title2 {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4rem;
	padding: 0 1.5rem;
	line-height: 4rem;
	font-size: 1.6rem;
	color: #FFFFFF;
	background: #C30E23;
	opacity: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_slide_box .prev,
.news_slide_box .next {
	position: absolute;
	top: 50%;
	width: 3rem;
	height: 10rem;
	margin-top: -5rem;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #C30E23;
	background-position: center center;
}

.news_slide_box .prev {
	left: 0;
	background-image: url(../img/slide_arrl.png);
}

.news_slide_box .next {
	right: 0;
	background-image: url(../img/slide_arrr.png);
}

.news_list {
	margin-bottom: 60px;
}

.news_list li {
	margin-top: 22px;
	overflow: hidden;
	padding: 5px;
}
.news_list li:hover {
	/*border: 1px dashed red;
	background: #000000;
	opacity: 0.8;*/
}
.news_list li .news_pic {
	padding-left: 0;
}

.news_list li .news_pic a {
	display: block;
	position: relative;
	padding-bottom: 65.82%;
}

.news_list li .news_pic img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #dedede;
}

.news_list li .news_tit {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #323232;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 15px 0px;
}

.news_list li .news_tit:hover {
	color: #C30E23;
	text-decoration: none;
}

.news_list li .news_time {
	margin-top: 20px;
	margin-bottom: 30px !important;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
}

.news_list li .news_desc {
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	color: #646464;
	overflow: hidden;
}

.news_list_2 li {
	margin: 0 0 15px;
	padding-bottom: 15px;
	
	border-bottom: 1px dashed #DDDDDD;
}

@media (max-width:767px) {
	.news_list li .news_tit {
		margin-top: 10px;
	}
	.news_list li>div {
		padding: 0;
	}
}


/*联系我们*/

footer {
	/*background-image: url(../images/bg01.jpg);*/
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: #222;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	position: relative;
	color: #ff0000;
}

.footera-article {
	width: 65%;
	margin: 0 auto;
	text-align: center;
}

.footera-sm {
	margin-top: 20px;
}

.footera-sa {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	background-color: #C30E23;
	top: 0;
	transform: translate(-50%, 0%);
	display: none;
}

.footera-sa span {
	cursor: pointer;
	line-height: 40px;
	display: block;
	color: #ffffff;
	
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* Internet Explorer */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
	/* Opera */
}

.footera-sm ul {
	width: 100%;
}

.footera-sm li {
	display: inline-block;
	width: 12.28%;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

.footera-sm li a {
	display: block;
	color: #ffffff;
	font-size: 18px;
}

.footera-sm img {
	width: 100%;
	display: block;
}

.footera-sm li a:hover {
	color: #C30E23;
	text-decoration: none;
}

.footera-sg {
	text-align: center;
	color: #e0dbda;
	margin: 10px 0px;
}

.footera-sgp {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	color: white;
}

.footera-sgp span{
    color: white;
}

.footera_p {
	font-size: 14px;
	color: white;
	padding-bottom: 15px
}

footera_p a{
    color: white;
}
footera_p a:hover {
    color: #C30E23;
    text-decoration: none;
}

.foot_p a {
	color: white;
	font-size: 14px;
}

.foot_p a:hover {
	text-decoration: none;
	color: white;
}

@media (max-width: 1200px) {
	.footera-article {
		width: 100%;
	}
	h2 {
		font-size: 25px !important;
	}
	.footera-sm li a {
		font-size: 14px;
	}
	.footera_p {
	    color: white;
		font-size: 12px;
	}
	footera_p a:hover {
        color: #C30E23;
        text-decoration: none;
    }

	.footera-sgp {
		font-size: 12px;
		color: white;
	}

	.xuanchuan_top span {
		font-size: 20px;
	}
	.xuanchuan_top h1 {
		font-size: 45px;
	}
	.xuanchuan_top p {
		font-size: 14px;
	}
	.foot_p a {
		font-size: 12px;
	}
}


/*关于我们单页*/

.title1 {
	padding-bottom: 2%;
	text-align: center;
	margin: auto;
}

.title1 h2 span {
	font-size: 30px;
	color: #333;
	letter-spacing: 4px;
}

.title1 h2 i {
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #C30E23;
	margin-bottom: 6px;
}

.title1 > span {
	font-size: 16px;
	color: #C30E23;
}

.about1 {
	margin: auto;
	padding: 20px 0px;
}

.about1 img {
	width: 100%;
}

.about1 h4 {
	padding: 20px;
	color: #C30E23;
	font-size: 22px;
}

.about1 p {
	font-size: 18px;
	color: #333;
	line-height: 32px;
	text-align: left !important;
	text-indent: 2em;
	margin-bottom: 10px!important;
}

.about1 p:hover {
	color: #C30E23;
}

span.title {
	display: inline-block;
	zoom: 1;
	width: auto;
	padding: 0 12px;
	color: #FFF;
	background: #C30E23;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	cursor: pointer;
}


/*公司文化*/
.culture {
	/*background-image: url(../img/top_banner_2.jpg);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: auto;*/
	text-align: center;
	padding: 5% 0px;
}
.culture p{
	font-size: 48px;
	color: #000;
	font-weight: bold;
	margin-top: 20px!important;
}


/*经营理念*/
.philosophy {
	/*background-image: url(../img/top_banner_1.jpg);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: auto;*/
	text-align: center;
	padding: 5% 0px;
}

.philosophy p {
	font-size: 48px!important;
	color: #000;
	font-weight: bold;
	margin-top: 20px!important;
	letter-spacing: 0.5em;
}

/*.philosophy p:hover {
	color: #C30E23;
}*/


/*服务保障*/

.service {
	text-align: center;
	margin: auto;
	padding: 5% 0px;
}

.service img {
	width: 100%;
}


/*联系我们*/

.contact {
	padding: 20px 0px;
}

.huanyanshow_con .form_3 {
	margin-top: 20px;
	color: #8b8b8b;
	font-size: 14px;
	padding-bottom: 60px;
}

.huanyanshow_con .form_3 ul {
	margin-right: -2%;
}

.huanyanshow_con .form_3 ul li {
	width: 48%;
	float: left;
	border: 1px solid #d3d3d2;
	padding: 5px 10px 5px 10px;
	margin-right: 2%;
	box-sizing: border-box;
	line-height: 40px;
	margin-bottom: 10px;
}

.huanyanshow_con .form_3 ul li span {
	display: inline-block;
	margin-right: 5px;
	line-height: 30px;
}

.huanyanshow_con .form_3 ul li span i {
	font-style: normal;
	color: #ff0000;
	display: inline-block;
	margin-left: 2px;
}

.huanyanshow_con .form_3 ul li input {
	width: 80%;
	border: none;
	outline: none;
	background: none;
	font-size: 14px;
	line-height: 30px;
}

@media (max-width: 768px) {
	.huanyanshow_con .form_3 ul li input {
		width: 70%;
	}
}

.huanyanshow_con .form_3 .text_a {
	border: 1px solid #d3d3d2;
	padding: 10px;
	width: 100%;
	height: 140px;
}

@media (max-width: 480px) {
	.huanyanshow_con .form_3 ul li {
		width: 100%;
	}
	.huanyanshow_con .form_3 .text_a {
		width: 100%;
	}
}

.huanyanshow_con .form_3 .text_a span {
	display: inline-block;
}

.huanyanshow_con .form_3 .text_a span i {
	font-style: normal;
	color: #ff0000;
	display: inline-block;
	margin-left: 2px;
}

.huanyanshow_con .form_3 .text_a textarea {
	width: 100%;
	min-height: 100px;
	background: none;
	border: none;
	outline: none;
	font-size: 14px;
}

.huanyanshow_con .form_3 .sum_b {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #333;
	text-align: center;
	background: #f1f3f2;
	display: block;
	margin-top: 30px;
	border-radius: 20px;
}

.huanyanshow_con .form_3 .sum_b:hover {
	background: #C30E23;
	color: #fff;
	text-decoration: none;
}

.huanyanshow_con .hunyan {
	background: #fff;
	margin: 40px auto 60px;
	padding-bottom: 0px;
}

.icoo {
	padding-top: 0;
}

.icoo span {
	padding-right: 4%;
}

.icoo p {
	line-height: 55px;
	padding-left: 0;
	font-size: 16px;
}

.glyphicon-envelope {
	font-size: 26px;
	color: #C30E23;
}

.glyphicon-phone-alt {
	font-size: 26px;
	color: #C30E23;
}

.glyphicon-map-marker {
	font-size: 26px;
	color: #C30E23;
}

.glyphicon-globe {
	font-size: 26px;
	color: #C30E23;
}


/*地图*/

.map {
	padding: 0px !important;
	margin: 0px !important;
	font-size: 0px;
}

@media (max-width: 768px) {
	.header {
		display: none;
	}
	.nav_top {
		margin-top: 0px;
	}
	.footera-sm {
		margin-top: 60px;
	}
	.footera-sa {
		display: block;
	}
	.sidebars{
		display: none;
	}
	.banner img{
		margin-top: 60px!important;
	}
}

@media (max-width: 320px) {
	.title_img {
		display: none;
	}
}

@media (max-width: 990px) {
	.ab img {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.huanyanshow_con .form_3 .sum_b {
		width: 30%;
	}
}


/*公司新闻*/

.news1 {
	padding: 20px 0px;
	margin: auto;
}

.page-tit {
	text-align: center;
	font-size: 1.75rem;
	font-weight: 400;
}

.sub-list {
	text-align: center;
	padding-top: 1rem;
	border-bottom: 1px #dfdfdf solid;
	padding-bottom: 1.5rem;
	font-size: 0;
}

.sub-list li {
	display: inline-block;
	font-size: 1rem;
	margin: 5px;
}

.sub-list li a:hover,
.sub-list li.active a {
	background: #C30E23;
	color: #fff;
	text-decoration: none;
}

.sub-list li a {
	display: inline-block;
	padding: .3rem 2rem;
	border: 1px solid #dfdfdf;
	margin: 0 0.5rem;
	border-radius: 5rem;
	padding: 8px 30px;
	font-size: 16px;
}

.news_top {
	display: table;
	padding-top: 15px;
	padding-bottom: 15px;
}

.news_top img {
	width: 100%;
}

.news_div {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px dashed #D2D2D2;
}

.news_div h3 a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-left: 0px;
}

.news_div h3 a:hover {
	text-decoration: none;
	color: #C30E23;
}

.news_div p {
	text-indent: 0px;
}

.fenlei {
	margin-left: 0px;
	margin-bottom: 3px;
}

.fenlei a {
	color: #999;
	font-size: 12px;
}

.fenlei a:hover {
	color: #333;
}


/*面包屑*/

.title1 .curre {
	color: #564811;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	margin-top: 30px;
}

.title1 .curre a {
	color: #564811;
}

.title1 .curre a:hover {
	color: #C30E23;
	text-decoration: none;
}

@media (max-width: 640px) {
	.title1 .curre {
		line-height: 20px;
		height: 20px;
	}
	.title1 .curre {
		text-align: center;
	}
}


/*分页S*/

.fenye {
	margin-bottom: 50px;
}

.fenye ul {
	text-align: center;
}

.fenye ul li {
	margin-top: 30px;
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #ebebeb;
	background: #fafafa;
	margin-left: 4px;
	margin-right: 4px;
}

.fenye ul li.active {
	background: #C30E23;
	color: white;
}

.fenye ul li.active a{
	color: white;
}

.fenye ul li a:hover {
	color: #C30E23;
}

.fenyeul li a {
	color: #999999;
}


/*产品单页*/

.product {
	padding: 20px 0px;
}

.btn1 {
	display: inline-block;
	padding: 4px 12px !important;
	font-size: 14px;
	color: #333 !important;
	background-color: #fff;
	text-decoration: none;
	transition: 0.4s;
}

.btn1:hover {
	color: #333 !important;
	text-decoration: none;
}

.text-desc {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.54);
	height: 100%;
	opacity: 0;
	width: 100%;
	padding: 30px!important;
}

.text-desc h3 {
	color: #fff !important;
}

.text-desc p {
	padding-bottom: 20px;
	color: #fff !important;
}
.text-tips {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #C30E23;
	width: 100%;
	color: white;
	opacity: 1;
}

.port-1.effect-3:hover .text-tips {
	display: none;
}

.product_top li {
	padding: 5px;
}

.port-1 {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 4px solid rgba(255, 255, 255, 0.9);
}
/*
.port-1 .text-desc {
	opacity: 0.9;
	top: -100%;
	transition: 0.5s;
	color: #000;
}*/

.port-1 img {
	transition: 0.5s;
}

.image-box img {
	width: 100%;
}

.port-1:hover img {
	transform: scale(1.2);
}

.port-1.effect-1:hover .text-desc {
	top: 0;
}

.port-1.effect-2 .text-desc {
	top: auto;
	bottom: -100%;
}

.port-1.effect-2:hover .text-desc {
	bottom: 0;
}



/*
.port-1.effect-3 .text-desc {
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
}

.port-1.effect-3:hover .text-desc {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
*/

.port-1.effect-3:hover .text-desc {
	opacity: 1;
}

.jq22-header {
	padding: 1em 190px 1em;
	letter-spacing: -1px;
	text-align: center;
}

.jq22-header h1 {
	color: #D5D6E2;
	font-weight: 600;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0;
	font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}

.jq22-header h1 span {
	font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
	display: block;
	font-size: 60%;
	font-weight: 400;
	padding: 0.8em 0 0.5em 0;
	color: #c3c8cd;
}

.lists ul {
	display: none;
}

.lists ul.show {
	display: block;
}


/*nav*/

.jq22-demo a {
	color: #fff;
	text-decoration: none;
}

.jq22-demo {
	width: 100%;
	padding-bottom: 1.2em;
}

.jq22-demo a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.6em 1em;
	border: 3px solid #fff;
	font-weight: 700;
}

.jq22-demo a:hover {
	opacity: 0.6;
}

.jq22-demo a.current {
	background: #1d7db1;
	color: #fff;
}


/* Top Navigation Style */

.jq22-links {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.5em;
	text-align: center;
}

.jq22-links::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: #dbdbdb;
	content: '';
	-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
	transform: rotate3d(0, 0, 1, 22.5deg);
}

.jq22-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em;
	text-decoration: none;
}

.jq22-icon span {
	display: none;
}

.jq22-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}


/* footer */

.jq22-footer {
	width: 100%;
	padding-top: 10px;
}

.jq22-small {
	font-size: 0.8em;
}

.center {
	text-align: center;
}


/****/

.related {
	color: #fff;
	background: #494A5F;
	text-align: center;
	font-size: 1.25em;
	padding: 0.5em 0;
	overflow: hidden;
}

.related>a {
	vertical-align: top;
	width: calc(100% - 20px);
	max-width: 340px;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}

.related a {
	display: inline-block;
	text-align: left;
	margin: 20px auto;
	padding: 10px 20px;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.related a:hover,
.related a:active {
	opacity: 1;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	border-radius: 4px;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related h3 {
	font-family: "Microsoft YaHei", sans-serif;
}

.related a h3 {
	font-weight: 300;
	margin-top: 0.15em;
	color: #fff;
}


/*新闻详情*/

.xwxq {
	margin: auto;
	text-align: center;
	margin-bottom: 2%;
}

.xwxq h3 {
	margin: 30px 0px 30px 0px;
	font-weight: bold;
	line-height: 1.5; 
}

.xwxq p {
	font-size: 14px;
}

.xwnr{
	margin-top: 10px;
}
.xwnr p {
	text-align: left;
	text-indent: 2em;
	font-size: 16px;
	line-height: 2.0; /* 设置行间距为1.5倍字体大小 */
	/*line-height: 40px;*/
	/*margin: 1% !important;*/
	margin: 5px 0px;
}

.xwnr h4 {
	color: #000;
}

.xwsx{
	margin-top: 30px;
}
.xwsx a {
	display: block;
	background-color: #f9f9f9;
	color: #333;
	width: 50%;
	padding: 10px;
	margin: 5px 0px;
	border-radius: 10px;
	box-shadow: 2px 3px 4px #CCC;
}

.xwsx a:hover {
	color: #FFF;
	background-color: #C30E23;
}

@media (max-width: 991px) {
	.xwsx a {
		width: 50%;
	}
}

@media (max-width: 610px) {
	.xwsx a {
		width: 70%;
	}
}

@media (max-width: 435px) {
	.xwsx a {
		width: 90%;
	}
}

/*产品详情*/
.xqtp{
	border: 1px dashed #EEEEEE;
	padding: 10px;
}

.xqtp:hover{
	border: 1px dashed #cccccc;
}

.xqtp img {
	width: 100%;
	/*background: #eee;*/
}

.xqwz h4{
	font-weight: bold;
	padding-top: 3px;
}

.xqwz p {
	line-height: 28px;
	text-indent: 0px;
	font-size: 16px;
}

.xqwz span {
	font-size: 16px;
	color: #333;
	font-weight: 700;
}

/*侧边栏*/
.sidebars {
	position: fixed; bottom: 5%; right: 20px;  z-index: 1000;
}

.sidebars ul li{
	background: #333;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
.sidebars ul li:nth-child(5){
	margin-top: 15px;
}
.sidebars ul li:nth-child(5) a{
	background: green;
}
.sidebars ul li:nth-child(6) a{
	background: #C30E23;
}

.sidebars ul li.active a{
	background: #C30E23;
}

.sidebars ul li a{
	text-align: center;
	color: white;
	background: #333;
	display: block;
	padding: 8px 10px;
}

.sidebars ul li:hover a{
	background: #C30E23;
}

.sidebars ul li .top{
	cursor: pointer;
}

.center-vertical {
    position:relative;
    top:50%;
    transform:translateY(-50%);
    font-size: 30px;
    color: white;
 }
 
.timeline img { 
	border: 0; 
	max-width: 100%; 
}

.page-header h1 {
  font-size: 3.26em;
  text-align: center;
  color: #efefef;
  text-shadow: 1px 1px 0 #000;
}

/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
  display: block;
  width: 200px;
  background: white;
  /*border: 3px solid #212121;*/
  color: #333;
  font-size: 24px;
  margin: 0 auto;
  padding: 3px 0;
  font-weight: bold;
  text-align: center;
  /*-webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);*/
}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 23px;
  left: 50%;
  text-align: center;
  background: #DEDEDE;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: -16px;
  border: 1px solid #DEDEDE;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 99999;
}


/** timeline content **/

.tl-heading h4 {
  margin: 0;
  color: #333;
  font-size: 20px;
  margin-bottom: 6px;
}

.tl-body p, .tl-body ul {
  margin-bottom: 0;
}

.tl-body > p + p {
  margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}

@media (max-width: 700px) {
  .page-header h1 { font-size: 1.8em; }
  
  ul.timeline:before {
    left: 40px;
  }
  
  .tldate { width: 140px; }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;

  }
  ul.timeline > li > .tldate {
    margin: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
