#conter_box {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	overflow: auto;
}

.iframe2 {
	width: 100%;
	height: 440px;
}

/*头部*/
#herder {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	z-index: 9;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 11px 0px rgba(116, 116, 128, 0.18);
}

.herder {
	width: 1200px;
	margin: 0 auto;
	/* overflow: hidden; */
}

.herder span.span_logo {
	display: block;
	float: left;
	width: 286px;
	height: auto;
}

.herder span.span_logo img {
	width: 100%;
	padding-top: 13px;
}

.herder ul.ul1 {
	width: 650px;
	float: right;
	height: 70px;
	display: flex;
}

.lists_ul11 {
	height: 474px;
	overflow: hidden;
}

.herder ul.ul1 li {
	text-align: center;
	flex-grow: 1;
	height: 68px;
	font-size: 16px;
	color: #333333;
	line-height: 68px;
	border-bottom: 2px solid #fff;
}

.herder ul.ul1 li a {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 68px;
	display: block;
}

.herder ul.ul1>li.active {
	color: #AB2023;
	font-weight: 600;
	border-bottom: 2px solid #AB2023;
}

.herder ul.ul1>li:hover {
	color: #AB2023;
	font-weight: 600;
	border-bottom: 2px solid #AB2023;
}

.herder ul.ul1>li:hover>a {
	color: #AB2023;
}

.herder ul.ul1>li.active>a {
	color: #AB2023;
}

/*底部*/
.footer_box{
	background-color: #fff;
}
.footer {
	width: 1200px;
	margin: 0 auto;
	height: 285px;
	padding-top:20px;
	overflow: hidden;
}

.footer_left {
	width: 550px;
	float: left;
	overflow: hidden;
}

.logo_img {
	width: 286px;
	height: 44px;
	display: block;
	background-image: url("../images/herder_logo.png");
	background-size: 100% auto;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.jjfa_box_bot{
	width: 100%;
	display: block;
	height: auto;
}
.beian {
	height: auto;
	width: 100%;
	text-align: center;
}

.beian a {
	display: block;
	text-align: center;
	padding-top: 20px;
	display: inline-block;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
}

.beian img {
	margin-top: 10px;
	margin-right: 5px;
	/* float: left; */
	width: 14px;
	height: 14px;
}

.footer_right {
	width: 650px;
	padding-left: 75px;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.footer_right ul.ul1 {
	display: flex;
}

.footer_right ul.ul1 li {
	flex-grow: 1;
	height: 30px;
	font-size: 22px;
	color: #1D1B1B;
	line-height: 30px;
}

.footer_right ul.ul2 {
	width: 405px;
	overflow: hidden;
	/* padding-top: 20px; */
}

.footer_right ul.ul2 li {
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #1D1B1B;
	line-height: 30px;
}

.erweima {
	text-align: center;
	position: absolute;
	display: block;
	right: 30px;
	top: 40px;
	width: 100px;
	height: 200px;
}

.erweima img {
	width: 99px;
}

.erweima p {
	height: 25px;
	font-size: 18px;
	color: #1D1B1B;
	line-height: 25px;
}

/*banner*/
.banner_box {
	margin-top: 70px;
}

.main_box {
	width: 100%;
	overflow: hidden;
	background-color: #F7F7F7;
}

.lists_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.main_box h1 {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 40px;
	font-weight: 500;
	color: #474040;
}

.span_img {
	display: block;
	margin-top: 70px;
	overflow: hidden;
	width: 40%;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}

.span_img img {
	float: left;
	width: 100%;
}

.main_box p {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
}

.lists_ul1,
.lists_ul111 {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 60px;
	overflow: hidden;
}

.lists_ul111 {
	width: 100%;
}

.lists_ul111 li {
	width: 30%;
	box-sizing: border-box;
	padding: 0 20px;
	border: 1px solid #CCCCCC;
}

.lists_ul111 li.li1 {
	margin: 0 5%;
}

.lists_ul111 h2 {
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	padding: 24px 0 15px;
}

.lists_ul111 h2.h21 {
	text-align: left;
	background: url(../images/about_icon.png) no-repeat right;
}

.lists_ul111 h2.h22 {
	text-align: left;
	background: url(../images/about_icon1.png) no-repeat right;
}

.lists_ul111 h2.h23 {
	text-align: left;
	background: url(../images/about_icon2.png) no-repeat right;
}

.lists_ul1 li {
	width: 25%;
}

.lists_ul1 li.big_li {
	width: 25%;
	margin: 0 12.5%;
}

.lists_ul1 li.big_li1 {
	width: 30%;
	margin: 0 5%;
}

.lists_ul1 li img {
	margin-top: 80px;
	display: block;
}

.lists_ul1 li strong {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #000000;
	line-height: 30px;
	text-align: left;
	margin: 6px 0 9px;
}

.lists_ul1 li p {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	text-align: justify;
	height: 78px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lists_box1 {
	background-color: #F7F7F7;
	overflow: hidden;
}

.lists_box2 {
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 60px;
}

.span_img button {
	margin: 0 auto;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	font-size: 20px;
	font-weight: 500;
	color: #AB2023;
	line-height: 48px;
	padding: 0 26px;
	background: #FFFFFF;
	margin-bottom: 40px;
}

li .li1 {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

li .li1 span {
	display: block;
	color: #fff;
	text-align: center;
	position: absolute;
}

li .li1 span.span_num1 {
	top: 20px;
	width: 100%;
	font-size: 50px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 70px;
}

li .li1 span.span_num2 {
	top: 95px;
	width: 100%;
	font-size: 30px;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 42px;
}

li .li1 img {
	width: 100%;
	margin: 0;
}

.lists_ul1 li h2 {
	margin-top: 44px;
	margin-bottom: 17px;
	text-align: center;
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
}

.lists_box3 {
	overflow: hidden;
	text-align: center;
	background: url(../images/logo_more.png) no-repeat center;
	background-size: 110% 110%;
}

.lists_box3 h1 {
	font-size: 52px;
	font-weight: 500;
	color: #333333;
	line-height: 66px;
	overflow: hidden;
	text-align: center;
	margin: 120px auto;
}

.lists_box3 button {
	margin: 0 auto 170px;
	padding: 18px 78px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	background: #AB2023;
	border-radius: 1px;
}

/* 关于我们 */
.about_box {
	margin-bottom: 60px;
}

.about_box h1 {
	text-align: left;
}

.about_box p {
	width: 730px;
	float: left;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	line-height: 28px;
}

.about_box p i {
	color: #C5161E;
}

.about_box span.span_img {
	float: right;
	width: 400px;
	margin: 0;
}

.about_box span.span_img img {
	width: 100%;
	margin: 0;
}

.about_box1 {
	margin-bottom: 0;
}

.about_box1 ul {
	margin-bottom: 0;
}

.about_box1 p {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 28px;
}

.banner_box_lit img {
	float: left;
	width: 100%;
}

/* 关于我们 */
.about_span1 {
	display: block;
	height: 61px;
	float: left;
	border-radius: 1px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	font-weight: 600;
	color: #C5161E;
	line-height: 59px;
	margin: 32px 0 17px;
}

.hzhb_box,
.hzhb_box1 {
	display: flex;
	flex-flow: wrap;
	overflow: hidden;
	width: 100%;
}

.hzhb_box img {
	width: 10%;
	margin: 20px 2.5%;
}

.hzhb_box img.img1,
.hzhb_box img.img3 {
	margin-left: 0;
}

.hzhb_box img.img2,
.hzhb_box img.img4 {
	margin-right: 0;
}

.hzhb_box1 img {
	width: 17%;
	height: auto;
	margin: 20px 4%;
	box-sizing: border-box;
}

.hzhb_box1 img.img1 {
	width: 30%;
	margin: 20px 3.7%;
}

.hzhb_box1 img.img5 {
	width: 16%;
	margin: 20px 2%;
}

/* 产品介绍 */
.lists_ul1_border {
	margin-bottom: 0;
}

.lists_ul1_border li {
	width: 30%;
	text-align: justify;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 40px;
	margin-top: 20px !important;
}

.lists_ul1_border li img {
	margin-top: 0;
}

.lists_box1_chanpin {
	padding: 60px 0;
}

.lists_ul1_border li:hover {
	background-color: #fff;
	border: none;
	cursor: pointer;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

/* 新闻 */
.news_lists_ul {
	height: 313px;
	margin-bottom: 20px;
}

.news_lists_ul:hover {
	cursor: pointer;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}

.news_lists_ul li.li_img {
	width: 35%;
	float: left;
	overflow: hidden;
	height: 100%;
}

.news_lists_ul li.li_img img {
	width: 100%;
	min-height: 100%;
}

.news_lists_ul li.li_main {
	width: 60%;
	margin-left: 5%;
	float: left;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.small_ul {
	width: 100%;
	overflow: hidden;
}

.small_ul li.small_li1 {
	width: 25%;
	box-sizing: border-box;
	float: left;
	margin-top: 60px;
	padding: 0 30px 30px 0;
}

.small_ul li.small_li1 span {
	display: block;
}

.small_ul li.small_li2 {
	width: 75%;
	float: left;
	box-sizing: border-box;
	padding-right: 30px;
}

.small_ul li.small_li2 h1 {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 12px;
	margin-top: 52px;
	text-align: justify;
}

.small_ul li.small_li2 p {
	width: 100%;
	text-align: justify;
	height: 78px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.small_ul li.small_li2 button {
	width: 130px;
	height: 56px;
	float: right;
	color: #fff;
	background: #AB2023;
	border-radius: 1px;
	margin: 35px 0 20px;
}

/* 新闻详情 */
.news_details h1 {
	margin: 0;
	padding: 0;
	margin-top: 60px;
	text-align: left;
	text-align: justify;
	height: 100px;
	font-size: 40px;
	font-weight: 500;
	color: #333333;
	line-height: 50px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 25px;
}

.news_details span {
	float: left;
	display: block;
	width: 100%;
	text-align: left;
	height: 26px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}

.news_details p {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	line-height: 26px;
}

.news_details img {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px auto;
}

.news_details {
	margin-bottom: 50px;
}

.news_details button {
	border: none;
	background-color: #F7F7F7;
	float: left;
	margin-top: 20px;
	font-size: 18px;
	color: #AB2023;
	line-height: 36px;
	border-bottom: 1px solid #AB2023;
}

/* 关于我们 */
.ullists_me ul {
	display: flex;
	flex-flow: wrap;
	overflow: hidden;
	padding-top: 70px;
}

.ullists_me ul li {
	flex: 1;
	width: 33.333%;
	text-align: center;
}

.ullists_me ul li h1 {
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	padding-bottom: 12px;
	margin-top: 50px;
}

.ullists_me ul li p {
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 26px;
}

/* 产品详情页 */
.chanp_h1 {
	text-align: center;
	padding-bottom: 50px;
}

.min_big_box h1,
.min_big_box p,
.min_big_box img {
	width: 1200px;
	margin: 0 auto;
}

.min_big_box img {
	margin: 10px auto;
}

.min_big_box p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	text-align: justify;
}
.min_big_box p.chanpin_p4{
	text-align: center;
}
.main_box h1.chanpin_h14{
    padding-top: 30px;
    padding-bottom: 20px;
}
.min_big_box .chanp_div {
	background-color: #fff;
	margin-top: 40px;
}

.min_big_box ul.chanp_ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	overflow: hidden;
	padding-bottom: 56px;
}

.min_big_box ul.chanp_ul li {
	width: 30%;
	margin: 1%;
	box-sizing: border-box;
	padding: 25px;
	background-color: #F7F7F7;
}

.min_big_box ul.chanp_ul li img {
	width: 72px;
	height: 72px;
	float: left;
	margin: 0;
}

.min_big_box ul.chanp_ul li h2 {
	text-align: left;
	margin-left: 10px;
	width: 220px;
	float: left;
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 30px;
	padding-bottom: 14px;
}

.min_big_box ul.chanp_ul li p {
	width: 220px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin: inherit;
	float: left;
	margin-left: 10px;
}

li.chanpin_ul {
	position: relative;
}

.chanpin_ul_ul {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background: #FAFAFA;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.chanpin_ul_ul li {
	height: 50px !important;
	border: none !important;
}

.chanpin_ul_ul li:hover {
	background-color: #F1F1F1;
}

.chanpin_ul_ul li a {
	border: none !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 50px !important;
	text-align: center !important;
	color: #3F3F3F !important;
	height: 50px !important;
}
.chanp_bkcor{
	background-color: #fff;
}
.chanpin9_div1{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.chanpin9_div1 img{
	width: 49%;
	float: left;
}
.chanpin9_div1 .chanpin9_div2{
	width: 49%;
	float: right;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	margin: 10px 0;
	border-radius: 4px;
}
.chanpin9_div2 h1{
	width: 100%;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
.chanpin9_div2 h1.h2-9{
	padding-top: 14px;
	padding-bottom: 10px;
}
.chanpin9_div2 h1.h1-9{
	padding-top: 35px;
	padding-bottom: 10px;
}
.chanpin9_div2 p{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	padding-bottom: 10px;
}
.iframe{
	width: 100%;
	height: 350px;
}
.tilt_bot{
	color: #333333!important;
	font-size: 18px!important;
	padding-bottom: 10px!important;
	padding-top: 10px;
	height: auto!important;
}

.bot_ul_new{
	display: block;
}
.bot_ul_new li{
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}