@charset "utf-8";
/* CSS Document */
/** 头部 **/

.top_in {
	height: auto;
	width: 1140px;
	margin: 0 auto;
}
.logo {
	float: left;
}
.top_l {
	font-size: 26px;
	float: left;
	padding: 2px 0 0 10px;
	border-left: 1px solid #E9E9E9;
	margin-top: 30px;
}
.top_l span {
	color: #FC160E;
}
.top_r {
	color: #000;
	float: right;
	margin: 10px 0;
	padding-left: 30px;
	width: auto;
	font-size: 20px;
}
.top_r p span{
	color: #ff0000;
	font-size: 36px;
}
.csb {
	width: 50%;
	margin-left: 25%;
}
/** 首页栏目区块标题 **/
.in_title_c {
	width: 100%;
	text-align: center;
}
.in_title_c em {
	display: inline-block;
	width: 10%;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}
.in_title_c span {
	display: inline-block;
	margin: 0 5%
}
/** 首页产品列表 **/
.product_h {
	width: 18%;
	height: auto;
	margin: 0 1%;
}
.product_h a {
	display: block;
	border: 1px #e1e1e1 solid;
	width: 100%;
	background: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	padding: 3% 0;
	background: #E3E5EA;
}
.product_h a:hover {
	background: #C70006;
	color: #fff;
}
.product_h .cate-img {
    display: block;
    width: 80%;
    border-radius: 100%;
    position: relative;
	margin: 5% auto;
	overflow: hidden;
    height: 135px;
	
}
.product_h .cate-img:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 100%;
	transition: all 0.3s ease-out 0s;
    background: #fff;
	overflow: hidden;
}
.product_h .cate-img img {
    display: block;
    width:100%;
    position: relative;
	margin: 0 auto;
	padding: 10%;
	transition: all 0.3s ease-out 0s;
}
.product_h a:hover img{
	width:105%;
}
.product_h a:hover .cate-img:before {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 100%;
    background: #fff;
	overflow: hidden;
}
/*产品置顶角标*/
.hot_c {
	position: absolute;
	right: 10px;
	top: 10px;
}
.picfc li{
	width: 47%;
        display: inline-block;
	text-align: center;
	font-size: 16px;
	margin: 1%;
}
/*企业资质相册*/
.picMarquee-left {
	width: 98%;
	overflow: hidden;
	position: relative;
	margin: 0 1%;
}
.picMarquee-left .bd {
	padding: 10px 0;
	width: 100%;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picMarquee-left .bd ul li .pic {
	text-align: center;
}
.picMarquee-left .bd ul li .pic img {
	width: 255px;
	height: 165px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #ac140f;
	background: #ac140f;
}

/*常见问题滚动*/
.txtMarquee-top {
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.txtMarquee-top .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}
.txtMarquee-top .hd .prev, .txtMarquee-top .hd .next {
	display: block;
	width: 50%;
	height: 24px;
	float: left;
	margin-top: 3px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/prev.jpg) center top no-repeat;
}
.txtMarquee-top .hd .next {
	background-position: 0 -32px;
}
.txtMarquee-top .hd .prevStop {
	background-position: 0px;
}
.txtMarquee-top .hd .nextStop {
	background-position: 0px -32px;
}
.txtMarquee-top .bd {
	padding: 15px;
}
.more_b {
	background: #efeeee;
	padding: .75rem 2.5rem;
	border-radius: .5rem;
}
a:hover.more_b {
	background: #C70006;
	color: #fff!important;
}

@media (max-width: 992px) {
.top_in {
	width: auto;
	margin: 0;
}
.footer, .link, .khBox, .ys, .ad, .mobile {
	display: none;
}
.in_title_c em {
	width: 23%;
}
}
.btn-title {
	background: #FF8A05;
	color: #fff;
}
/* 点赞*/
.likes {
	text-align: center;
}
.likes .zan {
	position: relative !important;
}
.likes a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #c60009;
	color: #c60009;
	border-radius: 30px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.likes a.active, .likes a:hover {
	background: #c60009;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.likes a span {
	text-align: center;
	margin: 0 3px;
}
.likes-tip {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -45px !important;
	margin-right: 0px !important;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #c60009;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	display: none;
}
.likes .zan:hover .likes-tip {
	display: block;
}
/*简介*/
.gywm-bg{
	background: url(../images/zibg.jpg) center top no-repeat;
}
.cpsm-bg{
	background: url(../images/cp.png) 360px center no-repeat;
}

.yuan{
	padding: 5px 20px;
	border-radius: 100%; 
	background: #C70006;
	color: #fff;
	font-size: 30px;
}
.cpdb-title{
	display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #28282f;
    padding-left: 72%;
    font-size: 20px;
}
.cpdb-title1{
	display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #C70006;
    padding-left: 6%;
    font-size: 20px;
}
.cpdb-title2{
	display: block;
    height: 100px;
    color: #fff;
    background: url(../images/db-bg.png) center bottom no-repeat;
	text-align: center;
}
.cpdb-title3{
	display: block;
    height: 100px;
    color: #fff;
    background: url(../images/db-bg1.png) center bottom no-repeat;
	text-align: center;
}
.posit-mt{
	margin-top: -20%;
	left: 10%;
}
.posit-mt1{
	margin-top: -20%;
	right: 10%;
}
.pk-img{
	right: -10.5%;
	top: 5%;
	z-index: 99;
}
.db-li li{
	background: url(../images/icon1.jpg) left center no-repeat;
	padding: 3% 0 3% 10%;	
}
.db-li1 li{
	background: url(../images/icon2.jpg) left center no-repeat;
	padding: 3% 0 3% 10%;	
}
.esbzj-img li{
	width: 48%; 
	margin: 1%; 
	float: left;
}
.esbzj-font{
	border-radius: 50%;
	padding: 8% 2%;
	color: #fff;
	font-size: 20px;
	top: 36%;
	left: 38%;
}
