.full_width {
	margin: auto;
	width: 80%;
	min-width: 1180px;
}

/*顶部*/
.top {
	height: 35px;
	color:#fff;
	line-height: 35px;
	background-color: #333;
}

/*菜单*/
.h85 {
	height: 85px;
	line-height: 85px;
	overflow: hidden;
}

header.fixed .navbar .navbar-brand {
	width: 195px;
	height: 50px;
	background-size: 150px 50px;
}

header .navbar .navbar-brand {
	padding: 0;
	height: 65px;
	width: 195px;
	background: url(../img/logo.jpg) no-repeat;
	background-size: 100%;
	text-indent: -999em;
}

.menu a {
	width: auto;
	float: left;
	padding:0 9px;
}

.menu li {
	float: left;
	font-size: 16px;
	width: 100%;
	text-align: center;
}

.menu a.active {
	background: #ce2d1b;
	color: #fff;
}

.menu a:hover {
	background: #ce2d1b;
	color: #fff !important;
	transition: ease-in .5s, color .3s;
}

/*关于我们*/
.blue_bg{
    height: 950px;
    background-color: transparent;
    background-image: url(../images/about_bg.jpg);
    /*left: -20%;*/
    width: 100%;
    background-size: 100%;
    overflow: hidden;
}

/*我们的优势*/
.adv li{
	width: 28%;
	padding: 0 2%;
	float: left;
}


/*产品中心*/
.pro li{
	width: 21%;
	padding: 1.5% 2%;
	float: left;
}
.tit{
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.tit_red{
	color: #ce2d1b;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

/*新闻中心*/
.news_title {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	font-weight: 600;
	padding-top: 10px;
	display: block;
	line-height: 18px;
}
.news_content {
	color: #333;
	line-height: 18px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_content2 {
	color: #333;
	line-height: 18px;
	display: -webkit-box;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: -moz-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
/* 	-webkit-box-orient: vertical; */
	-moz-line-clamp: 2;
/* 	-moz-box-orient: vertical; */
	-o-line-clamp: 2;
	padding-top: 15px;
	white-space:normal;
}
.bg_white {
	background: #fff;
	/*padding: 25px 20px;*/
	/*margin: 0 0 30px 0;*/
}
.news_title:hover{
	color: #CE2D1B !important;
	transition: .5s;
}
.dashed{
	padding:15px 0;
    border-bottom: 1px dashed #ccc;
}

/*联系我们*/
.contact_btn{
	border-radius: 20px;
	color: #CE2D1B;
	font-size: 16px;
	background: #fff;
	padding: 10px 25px;
}
.contact_btn:hover{
	background:#920f00;
	color: #fff;
	transition: .5s;
}


/*底部*/
.foot_link a {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 25px;
}

.foot_link a:hover {
	color: #ccc;
	transition: all .3s;
}


/*公司简介*/
.enviroment{
	background: url(../images/gray-bg.jpg) center center no-repeat;
	overflow: hidden;
}
.enviroment_img li{
	float: left;
	width: 28%;
	padding: 1.5% 2%;
}

/*品牌优势*/

.orange_title {
	color: #F25F00;
	font-size: 18px;
	font-weight: bold;
}

.co_content {
	color: #333;
	font-size: 15px;
	text-indent: 35px;
	display: block;
	line-height: 28px;
	padding: 15px 0 30px 0;
}


/*人才招聘*/

.recruit_border,
.recruit_border2 {
	border: 1px solid #ccc;
	background: #f8f8f8;
	padding: 20px 30px;
	color: #333;
	border-radius: 3px;
	margin: 20px 0;
}

.recruit_border p {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}


/*联系我们*/

.recruit_border2 p {
	color: #333;
	font-size: 16px;
	line-height: 35px;
}

.con2 {
	padding: 0 15px;
}

.con2 label {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding-right: 15px;
}

.con2 input {
	font-size: 14px;
	color: #333;
	padding: 5px 10px;
	width: 45%;
	height: 24px;
	border: 1;
}

.submit a {
	color: #fff;
	border: 1px solid #000;
	background: #000;
	text-align: center;
	padding: 8px 12px;
	width: 50px;
	display: block;
	vertical-align: middle
}

.submit a:hover {
	border: 1px solid #000;
	text-align: center;
	padding: 8px 12px;
	width: 50px;
	background: #fff;
	color: #000;
	transition: all .5s;
}


/*产品展示——分页*/
.company_introduce_li li {
	float: left;
	background: #e45b4b;
	color: #fff;
	font-size: 15px;
	width:auto;
	padding:0 10px;
	text-align: center;
}
.introduce_content {
	color: #333;
	font-size: 15px;
	text-indent: 35px;
	display: block;
	line-height: 28px;
}
.company_introduce a {
    font-size: 14px;
    line-height: 52px;
}
.company_introduce_pic li {
	float: left;
	width: 30%;
	margin-right: 2%;
}
.company_introduce_li li a {
	color: #fff
}

.company_introduce_li li:hover {
	background: #920f00;
	transition: all .5s;
}

.company_introduce_li .active {
	background: #ce2d1b;
	transition: all .5s;
}
.tcdPageCode {
	padding: 15px 20px;
	text-align: left;
	color: #ccc;
	text-align: center;
	margin-bottom: 30px;
}

.tcdPageCode a {
	display: inline-block;
	color: #ce2d1b;
	display: inline-block;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #ce2d1b;
}

.tcdPageCode span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #ce2d1b;
	border: 1px solid #ce2d1b;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}

/*行业动态*/
.pic_border{
	width:240px;
	height: 190px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.title_hover:hover{
	color: #000;
	transition: .3s;
}
.title_hover li{
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	padding: 20px 0;
}

/*行业动态详情*/
.text_ovf{
	width:90%;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow:hidden;
    display: block;
}

/*新闻资讯*/
.date_border{
	width:80px;
	height: 80px;
	overflow: hidden;
	background: #CE2D1B;
	color: #fff;
	text-align: center;
	line-height: 80px;
}

.contact p {
	line-height: 22px;
}

.contact p span {
	line-height: 26px;
	display: block;
}

.con {
	padding: 30px 20px;
}

.con label {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	padding-right: 15px;
}

.con input {
	font-size: 14px;
	color: #333;
	padding: 5px 10px;
	width: 45%;
	height: 30px;
	border: 1px solid #737373;
}
.submit a {
	color: #fff;
	border: 1px solid #000;
	background: #000;
	text-align: center;
	padding: 8px 12px;
	width: 50px;
	display: block;
	vertical-align: middle
}

.submit a:hover {
	border: 1px solid #000;
	text-align: center;
	padding: 8px 12px;
	width: 50px;
	background: #fff;
	color: #000;
	transition: all .5s;
}

.more_btn a {
	color: #fff;
	border: 1px solid #CE2D1B;
	background: #CE2D1B;
	text-align: center;
	padding: 18px 15px;
	width: 100px;
	display: block;
	vertical-align: middle
}

.more_btn a:hover {
	border: 1px solid #CE2D1B;
	text-align: center;
	padding: 18px 15px;
	width: 100px;
	background: #fff;
	color: #CE2D1B;
	transition: all .5s;
}

/* index goods */
.goods_img_box{width:100%; height:160px;}
.goods_img_box img{width:100%;height:100%;object-fit: contain;}
