/* index banner */
a:hover {
	-webkit-tap-highlight-color: transparent;
}
.banner {
	position: relative;
	width: 100%;
}
.swiper-pagination {
	bottom: 0.1rem !important;
	text-align: center !important;
	font-size: 0;
}
.swiper-pagination-bullet {
	width: 0.12rem !important;
	height: 0.12rem !important;
	opacity: 1 !important;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF !important;
	box-shadow: 1px 1px 1px rgba(0,0,0,.7);
}
.swiper-pagination-bullet-active {
	background-color: #ca0217 !important;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 0.05rem !important;
}
/* -------------------------自定义部分开始 --------------------------*/
@font-face {
	font-family: "hfont";
	src: url('../font/hfont.woff') format('woff'), url('../font/hfont.ttf') format('truetype');
}
.hfont {
	font-family: "hfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.clear-fix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ".";
}
input {
	outline: none;
}
body {
	background: #FFF !important;
}
.allpage {
	background: #FFF !important;
}
/*head*/

.logo {
	display: block;
	width: 80.3125% !important;
	color: #303030;
	font-size:0.30rem;
	font-weight: bold;
	text-align: left;
}
.logo img{height: 0.691rem;}
.search {
	background-color: #019350 !important;
}
.nav-btn {
	color: #fff !important;
}
.search_hl {
	color: #fff !important;
}
.head1 {
	background-color: #fff!important;
}
/*content*/
.content {
	padding-bottom: 0.75rem !important;
}
/*iwrap*/
.iwrap {
	position: relative;
	width:98%;
	margin: 0 auto;
}
.head1 {
	background-color: #fff!important;
}
.swiper-slide img {
	display: block;
}
/*hnav2*/
.hnav2 {
	background: #2939aa;
}
.hnav2 .son {
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.333%;
	border-right: 1px solid #2e40bf;
	border-left: #1f2b7f solid 1px;
	border-bottom: #2e40bf solid 1px;
	border-top: #1f2b7f solid 1px;
	font-size: 0.18rem;
	line-height: 0.5rem;
	text-align: center;
	color: #FFF;
}
.hnav2 .son:nth-child(3n) {
	border-right: none;
}
.hnav2 .son:nth-child(3n+1) {
	border-left: none;
}
/*hnav*/
.hnav {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.1rem 0;
}
.hnav-son {display: block;font-size: 0.20rem;margin: 1%;overflow: hidden;float: left;width:calc(48% - 2px);line-height: 39px;height: 39px;border: 1px solid #d2d2d2;border-radius: 20px;text-align: center;color: #666666;}
.hnav-son:hover {border: 1px solid #e20214;color: #e20214;}
/*itl*/
#wrap{width: 100%;background: url(../images/pro_bg.jpg) no-repeat center bottom #E7E7E7;padding: 30px 0px;}
.home-pro-tt {
	background: url(../images/ttbg.png) center bottom no-repeat;
	margin: 0 auto 30px;
}
.home-pro-tt h2 {
	font-size: 30px;
	color: #dd0000;
	line-height:50px;
	width: 100%;
	text-align: center;
	margin: 0;
}
.home-pro-tt h2 span {
	color: #2939aa;
}
.home-pro-tt>p {
	font-size: 15px;
	color: #555;
	line-height:40px;
	text-align: center;
}
.icpfl{display: flex;justify-content: space-between;flex-wrap: wrap;}
.icpfl li{width:48%;height:43px;line-height:43px;text-align:center;background-color: #2939AA;margin:5px 1%;}
.icpfl li a{color: #fff;font-size: 0.17rem;}
.icpfl li:hover{background-color: #ff0000;}
.icpfl li:hover a{color: #fff;font-weight: bold;}
#home-about {
	width: 100%;
	background: url(../images/about-bg.jpg) top center no-repeat;
	background-size: 100% 100%;
	padding:20px 0px;
	box-sizing: border-box;
}
#home-about h2 {
	font-size:32px;
	width: 100%;
	text-align: center;
	color: #fff;
}
#home-about>p {
	font-size: 15px;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.about-content {
	width:98%;
	background: #fff;
	margin: 30px 1%;
	padding-bottom: 10px;
	
}
.about-content .about-l {
	width: 100%;
	height:auto;
}
.about-content .about-r h3 {
	font-size: 34px;
	color: #2939AA;
	line-height: 80px;
	font-weight: bold;
}
.about-content .about-r p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: normal;
}
.about-content .about-r a {
	width: 180px;
	height: 45px;
	display: block;
	background: url(../images/more06.png) 130px center no-repeat #2939aa;
	border-radius: 10px;
	text-align: left;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	margin-top:10px;
	padding-left: 30px;
	box-sizing: border-box;
}
.about-content .about-r a:hover {
	background: url(../images/more06.png) 130px center no-repeat #ff0000;
	color: #fff;
}
.about-content .about-r {
	width:100%;
}
.about-content .about-r>p {
	width: 100%;
	display: table;
}
.about-content .about-r>p a {
	float: left;
}
.nub-cont {
	margin: 0 1%;
	box-sizing: border-box;
	padding: 0px;
}
.nub-cont li {
	width: 33.3%;
	float: left;
	font-size: 16px;
	color: #555;
	box-sizing: border-box;
	text-align: left;
	display: block;
}
.nub-cont li p {
	display: table;
	padding: 40px 0px 5px 0px;
	text-align: center;
	width: 100%;
}
.nub-cont li p b {
	font-size:32px;
	color: #2939aa;
	font-weight: normal;
	float: left;
	line-height: 60px;
	height: 60px;
}
.nub-cont li p span {
	font-size:14px;
	line-height: 20px;
	color: #333;
	float: left;
}
#home-ys {
	width: 100%;
	background: url(../images/fuwu_bg.jpg) top center no-repeat;
	padding-top: 30px;
	box-sizing: border-box;
}
#home-ys>p {
	font-size: 12px;
	width: 100%;
	text-align: center;
	color: #525252;
	line-height: 35px;
}
#home-ys ul {
	margin: 50px auto 0px;
	overflow: hidden;
	display: table;
}
#home-ys ul li{
	width:48%;
	float: left;
	margin: 0px 1%;
	background: url(../images/ys02.png) top center no-repeat;
	padding:50px 20px 20px 20px;
	box-sizing: border-box;
	height: 333px;
}
#home-ys ul li:nth-of-type(2n) {
	background: url(../images/ys01.png) top center no-repeat;
}
#home-ys ul li strong {
	font-size: 28px;
	color: #000;
	text-align: center;
	width: 100%;
	display: table;
	line-height: 60px;
}
#home-ys ul li p {
	font-size: 16px;
	color: #525252;
	line-height: 27px;
	display: table;
	width: 100%;
	text-align: center;
}
#home-ys ul li:nth-of-type(2n) strong, #home-ys ul li:nth-of-type(2n) p {
	color: #fff;
}
#home-news {
	width: 100%;
	background: #f6f6f6;
	overflow: hidden;
	padding:30px 0px 30px 0px;
}
.news-tt {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.news-tt h2 {
	font-size: 32px;
	color: #2939aa;
	font-weight: bold;
}
.news-tt p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.news-box {
	box-sizing: border-box;
	margin: 0 auto;
}
.news-box li {
	width: 48%;
	background: url(../images/more04.png) 135px 500px no-repeat #fff;
	margin: 10px 1%;
	float: left;
}
.news-box li:hover {
	box-shadow: 0px 0px 20px #ddd;
}
.news-box li>a>img {
	width: 100%;
	height: 150px;
}
.news-box li p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	text-align: left;
	display: block;
}
.news-box li p a {
	font-size:18px;
	line-height:50px;
	color: #333;
	text-align: left;
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	word-break: break-all;
}
.news-box li p a:hover {
	color: #2939aa;
}
.news-box li span {
	font-size: 14px;
	color: #666;
	padding: 10px 0px;
	display: inline-block;
}
.news-box li span b {
	font-size: 24px;
	color: #333;
	display: table;
	width: 100%;
	text-align: right;
}
/*iadg*/
.iadg {
	font-size: 0.21rem;
	line-height: 1.5em;
	color: #323232;
	text-align: left;
	margin: 2% auto;
}
/*item_b*/
.item_b {
	position: relative;
	float: left;
	width: 48%;
	margin:0px 1%;
	text-align: center;
}
.item_b .pic {
	position: relative;
}
.item_b .pic img {width:calc(100% - 6px);height:140px;border: 1px solid #ccc;padding: 2px;}
.item_b .tl {
	font-weight: normal;
	font-size: 0.20rem;
	line-height: 0.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 0.6rem;
	color: #333;
	border-radius: 5px;
	display: inline-block;
}
.item_b1 {
	position: relative;
	float: left;
	width: 48%;
	margin:0px 1%;
	text-align: center;
	background-color: #fff;
}
.item_b1 .pic1 {
	position: relative;
}
.item_b1 .pic1 img {
	width: 100%;
	height:130px;
}
.item_b1 .tl1 {
	font-weight: normal;
	font-size: 0.18rem;
	line-height: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 0.5rem;
	color: #000;
	border-radius: 5px;
	display: inline-block;
}
/*beian*/
.beian {
	width: 100%;
	font-size: 0.20rem;
	line-height: 0.45rem;
	text-align: center;
	color: #777;
	background-color: #fbfbfb;
}
.beian img {
	display: inline-block;
}
/*footer*/
.footer {
	height: 0.75rem !important;
}
.foot-relative {
	height: 0.75rem !important;
}
.foot a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
	color: #FFF !important;
	border-left: 1px solid #282828;
	border-right: 1px solid #151515;
}
.foot a:first-child {
	border-left: none;
}
.foot a:last-child {
	border-right: none;
}
.i_tel {
	width: 93.75%;
	margin: 0.1rem auto;
	border: #cacaca solid 1px;
	border-radius: 0.08rem;
	text-align: center;
	line-height: 0.5rem;
	color: #666666;
}
.i_tel img {
	display: inline-block;
	width: 6.6%;
	margin-right: 3%;
	vertical-align: middle;
	margin-bottom: 1%;
}
.i_tel em {
	font-style: normal;
	color: #1e3300;
	font-size: 0.22rem;
}
.page a {
	color: #333;
}
.pages {
	padding-bottom: 20px;
	display: inline-block;
}
.pages li {
	float: left;
	padding: 0px 5px;
}
.pages li a {
	color: #333;
}
.about embed {
	width: 100%;
	height: auto;
}
.about iframe {
	width: 100%;
	height: auto;
}
.rytp ul {
	width: 46%;
	float: left;
	margin: 0 2%;
}
.rytp ul li {
	width: 156px;
	border: 1px solid #ccc;
	text-align: center !important;
	margin: 0px auto;
}
.rytp ul li a {
	text-align: center !important;
	width: 156px;
	height: 156px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.rytp ul li a img {
	vertical-align: middle;
	display: inline-block;
}
.rytp ul p {
	line-height: 32px;
	height: 32px;
	text-align: center;
}
.prolist {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
.prolist dl {
	float: left;
	margin: 0 1%;
	width: 48%;
	height: auto;
	line-height: 0px;
}
.prolist dt {
	width: 96%;
	height: auto;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.prolist dt a {
	width: 100%;
}
.prolist dd {
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	width: 100%;
}
.pro_list_img {
	width: 100%;
	height: 174px;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	float: none;
	line-height: 0px;
	font-size: 0px;
}
.prolist dt .pro_list_img img {
	padding: 0px;
	border: none;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	line-height: 0px;
	font-size: 0px;
}
.prolist dl dd a {
	color: #333;
}
.simple_btn {
	width: 120px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	background-color: #019350;
	border: 0px;
}
.about p a {
	color: #333;
}
.list_input {
	border: 1px solid #ccc;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	width: 160%;
}
.list_textarea {
	line-height: 36px;
	border: 1px solid #ccc;
	width: 158%;
}
table{border-collapse: collapse;}
.fz_gjcb{ display: flex; justify-content: left; flex-wrap: wrap;}
.fz_gjcb li{ background: #F7F7F7; padding: 0px 30px; font-size: 16px; border-radius:5px; line-height:40px; margin: 10px}