﻿.font_txt {
	font-family: "opensans-bold" !important;
	font-weight: normal !important;
}
.font_txt2 {
	font-family: "opensans-bold" !important;font-weight: normal !important;
}
/*通用标题headline*/
.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6 {
	font-family: "opensans-bold" !important;
	font-weight: normal !important;
	font-size: 32px;
	color: #444;
	margin: 0;
	line-height: 1.2;
	margin-top: 10px;
	text-transform: uppercase;
}
.headline p {
	margin: 15px 0px;
	display: block;
	padding: 0px 20px;
}
.headline span {
	color: #FA4318;
	font-size: 24px;
	font-weight: normal;
}
.headline h3 {
	font-family: "Poppins" !important;
}
.headline h3 span {
	margin-top: 20px;
	color: #FA4318;
	font-size: 46px;
	font-weight: bold;
}
	/*小屏幕*/
@media screen and (max-width: 768px) {
.headline h2 {
	font-size: 24px !important;
}
}



/*通用标题headline End*/

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
/****首页标题maintitle****/ 
.maintitle {
	clear: both;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	
}
.maintitle h2 {
	font-size: 36px;
	text-align: center;
	color: #333;
	padding: 12px 0px 12px 0px;
	clear: both;
	display: block;
	font-weight: normal !important;
	font-family: "opensans-bold" !important;
}
@media screen and (max-width: 768px) {
.maintitle h2 {
	font-size: 24px;
}
}
.maintitle h2 a {
	color: #333;
	text-transform: uppercase;
}
.maintitle p {
	padding: 0px 0px;
	/*	background-color: #94C00B;background: url(../main_title/maintitle_line.png) center center no-repeat; */ 
	width: 80px;
	height: 1px;
	margin: 0px auto;
	border: 2px solid #FA4318;
}
.maintitle span {
	text-align: center;
	width: 90%;
	margin: 0px auto;
	display: block;
	margin-top: 10px;
	font-size: 16px;
	text-transform: capitalize;
}
/****首页标题maintitle-End****/ 


/*标题*/
.left-title {
	clear: both;
	width: 100%;
	height: 50px;
}
.left-title h2 {
	font-size: 24px;
	text-align: left;
	clear: both;
	color: #444;
	font-family: "opensans-bold" !important;
	font-weight: normal !important;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	text-transform: uppercase;
}
.left-title i {
	margin-right: 10px; color:#FA4318;
}
@media screen and (max-width: 768px) {
.left-title h2 {
	font-size: 18px;
}
}
.center-title {
	margin: 0px auto;
	text-align: left;
	border-bottom: 1px solid #eee;/*	clear: both;
	
	height: 40px;
	background-image: url(../images/center-title.png);
	background-repeat: no-repeat;
	background-position: center center;*/
}
.center-title h2 {
	font-size: 20px;
	clear: both;
	color: #FA4318;
	font-family: "opensans-bold" !important;
	font-weight: normal !important;
	border-bottom: 2px solid #FA4318;
	padding: 0px;
	margin: 0px;
	line-height: 60px;
	height: 60px;
	display: inline-block;
	text-transform: capitalize;
}
@media screen and (max-width: 768px) {
.center-title h2 {
	font-size: 20px;
}
}
/*内页-栏目title*/
.left_h2 {
	font-size: 18px;
	display: block;
	margin-top: 0px;
	padding: 15px 0px 15px 10px;
	color: #fff;
	background-color: #FA4318;
	border-radius: 3px;
	text-indent: 10px;
}
.list_h2 {
	font-size: 18px;
	display: block;
	margin-top: 25px;
	padding: 15px 0px 15px 10px;
	color: #444;
	background-color: #f1f1f1;
	border-radius: 3px;
	text-indent: 10px;
}
.list_h2 a {
	color: #333;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
.left_h2 {
	margin-top: 0px;
}
.list_h2 {
	margin-top: 20px;
}
}
.pro_link {
	width: 100%;
	clear: both;
}
.pro_link h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height:36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom: 0px!important;
}
.pro_link h2 a {
	font-size: 20px;
	margin: 0px 5px;
	padding: 0px;
	line-height: 36px;
	display: inline-block;
}
.link_line {
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FA4318;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
	.pro_link h2 {	font-size: 14px;line-height: 24px;}
	.pro_link h2 a {	font-size: 14px;line-height: 24px;}
}