html,
body {
	font-family: arial, verdana;
}

input,
button,
textarea,
select,
button {
	font-family: arial, verdana;
}

.bgf2 {
	background: #f2f4f5;
}

.pb10 {
	padding-bottom: 10px;
}

.head_box {
	background: #fff;
	box-shadow: 0 0 8px rgba(115, 115, 115, .15);
}

.main_content {
	/*padding: 60px 0;*/
}

.ind_box1 {
	padding: 50px 0;
}

.ind_pro_cate_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.ind_pro_cate_list dd {
	width: 23.5%;
}

.ind_pro_cate_list dd a {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.ind_pro_cate_list dd a .icon {
	width: 80px;
	height: 80px;
}

.ind_pro_cate_list dd a .tt {
	width: calc(100% - 80px);
	padding-left: 5%;
	font-size: 18px;
	line-height: 1.1;
	color: #333;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_pro_cate_list dd a:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.ind_pro_cate_list dd a:hover .tt {
	color: #ff8601;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.ind_box2 {
	background: url(../images/ind_bg1.jpg) no-repeat center center / cover;
}

.ind_title1 {
	display: block;
	margin-bottom: 35px;
}

.ind_title1 .tt {
	font-size: 42px;
	color: #333;
}

.ind_title1 .icon {
	padding-top: 10px;
}

.ind_title1 .text {
	font-size: 16px;
	line-height: 20px;
	color: #666;
	max-width: 820px;
	margin: 15px auto 12px;
}

.ind_title1 .tt2 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #ff8601;
}

.ind_title1 .tt2 img {
	margin-left: 7px;
}

.ind_box2_con {
	position: relative;
}

.ind_pro_scroll .owl-wrapper-outer {
	padding-top: 5px;
}

.ind_pro_scroll .item a {
	display: block;
	background: #fff;
	overflow: hidden;
}

.ind_pro_scroll .item a .pic_rela {
	position: relative;
	overflow: hidden;
}

.ind_pro_scroll .item a .pic_rela .pic1 {
	width: 100%;
}

.ind_pro_scroll .item a .pic_rela .pic2 {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	background: #bde81fa2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_pro_scroll .item a .pic_rela .pic2 img {
	width: auto;
	max-width: 100% !important;
}

.ind_pro_scroll .item a .pic_rela .pic2 .mask {
	width: 100%;
	height: 100%;
	background-color: #bde81f;
}

.ind_pro_scroll .item a .pic_rela .pic2 .mask .mask_jh {
	width: 2%;
	height: 2%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #bde81f;
}

.ind_pro_scroll .item a .con {
	padding: 25px 10% 34px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.ind_pro_scroll .item a .con .tt {
	font-size: 24px;
	line-height: 24px;
	height: 48px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.ind_pro_scroll .item a .con .text {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	color: #fff;
	margin: 13px 0 27px;
}

.ind_pro_scroll .item a .con .more {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	color: #ff8601;
	font-weight: bold;
}

.ind_pro_scroll .item a .con .more .icon {
	font-size: 12px;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	background: #ff8601;
	border-radius: 50%;
}

.ind_pro_scroll .item a:hover .pic_rela .pic2 {
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_pro_scroll .item a:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.ind_pro_btn {
	position: absolute;
	top: 50%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 64px;
	height: 64px;
	font-size: 24px;
	color: #fff;
	/*background: #ff8601;*/
	border-radius: 50%;
	margin-top: -32px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_pro_btn_prev {
	left: 0px;
	z-index: 2;
	/*transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);*/
}

.ind_pro_btn_next {
	right: 0px;
	z-index: 2;
	transform: rotate(180deg);
}


.scroll_dots.owl-theme .owl-controls {
	padding-top: 25px;
	width: 100%;
}

.scroll_dots.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 7px;
	background: #a1a1a1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.scroll_dots.owl-theme .owl-dots .owl-dot.active span,
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span {
	background: #bde81f;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.back_top {
	display: none;
	position: fixed;
	right: 0;
	bottom: 25%;
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	background: #bde81f;
	cursor: pointer;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

/* pro_list */
.pro_page_wrap {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.main_l {
	width: 23%;
	height: 100%;
	max-width: 320px;
	background: #fff;
}

.main_l_title {
	font-size: 26px;
	color: #333;
	padding: 32px 0 24px;
	border-bottom: 1px solid #d9d9d9;
}

.nav_list1 dd {
	border-bottom: 1px solid #d9d9d9;
}

.nav_list1_tt {
	min-height: 66px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	padding: 0 24px;
}

.nav_list1_tt .icon {
	width: 24px;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.nav_list1_tt .tt {
	width: calc(100% - 24px);
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

.nav_list1_down {
	display: none;
	padding: 0 0 15px 50px;
}

.nav_list1_down a {
	display: block;
	font-size: 14px;
	padding: 6px 0;
	line-height: 20px;
	color: #666;
}

.nav_list1_down a:hover {
	color: #ff8601;
}

.nav_list1 dd.hover .nav_list1_tt .icon {
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.nav_list1 dd.hover .nav_list1_tt .icon,
.nav_list1 dd.hover .nav_list1_tt .tt {
	color: #ff8601;
}


.main_l_b {
	padding: 35px 8% 25px;
}

.main_l_b_item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
	height: 55px;
	color: #ff8601;
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #ff8601;
	margin-bottom: 8px;
}

.main_l_b_item .icon {
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}

.main_l_b_item.hover {
	color: #fff;
	background: #ff8601;
}

.main_l_b_item.hover .icon {
	font-weight: normal;
}


.main_r {
	width: 73%;
}

.sub_title2 {
	font-size: 26px;
	line-height: 30px;
	color: #333;
	padding-left: 27px;
	font-weight: bold;
	position: relative;
	margin-bottom: 18px;
}

.pro_sub_title2 {
	margin-top: 15px;
	margin-bottom: 25px;
}

.sub_title2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	display: block;
	width: 12px;
	height: 12px;
	background: #ff8601;
}

.pro_list2 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
}

.pro_list2 dd {
	width: 33.33%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.pro_list2 dd a {
	display: block;
	height: 100%;
	padding: 3% 3% 5%;
}

.pro_list2 dd a .pic {
	overflow: hidden;
}

.pro_list2 dd a .pic img {
	display: block;
	width: 100%;
}

.pro_list2 dd a .tt {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin: 15px 0 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro_list2 dd a:hover .pic img {
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}

.pro_list2 dd a:hover .tt {
	color: #ff8601;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.pro_det_t {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.pro_det_t_pic {
	width: 50%;
}

.pro_det_pic_scroll {
	margin-bottom: 5px;
	background: #fff;
}

.pro_det_pic_bars {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.pro_det_pic_bars .item {
	width: calc((100% - 15px) / 4);
	overflow: hidden;
	margin: 0 5px 5px 0;
	border: 2px solid #fff;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro_det_pic_bars .item:last-child {
	margin-right: 0;
}

.pro_det_pic_bars .item.active {
	border-color: #ff8601;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.pro_det_inf {
	width: 46%;
	padding-top: 20px;
}

.pro_det_title {
	font-size: 32px;
	line-height: 1.1;
	color: #333;
	margin-bottom: 12px;
}

.pro_det_title2 {
	font-size: 18px;
	color: #333;
}

.pro_det_desc {
	padding: 4% 0 5%;
	font-size: 17px;
	line-height: 36px;
	color: #666;
}

.pro_det_mail {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}

.pro_det_mail a {
	color: #333;
	text-decoration: underline;
}

.pro_det_mail a:hover {
	color: #ff8601;
}

.pro_det_btn_box {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.pro_det_btn {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	width: 45%;
	height: 55px;
	color: #ff8601;
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #ff8601;
	margin: 0 3% 8px 0;
}

.pro_det_btn .icon {
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}

.pro_det_btn:hover {
	color: #fff;
	background: #ff8601;
}

.pro_det_btn.hover .icon {
	font-weight: normal;
}

.pro_det_share {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-top: 35px;
}

.pro_det_share_tt {
	font-size: 14px;
	color: #333;
}

.pro_det_share_con {
	position: relative;
	top: 2px;
}

.pro_det_b {
	margin: 50px 0;
	padding: 2.5%;
}

.pro_det_b_item {
	margin-bottom: 35px;
}

.pro_det_b_item_con {
	border-top: 1px solid #d2d2d2;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	padding-top: 27px;
}

.pro_det_b_item_con img {
	height: auto !important;
}

.rela_pro {
	margin-bottom: 50px;
}

.rela_pro_title {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 10px;
}

.rela_pro_btn_box {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.rela_pro_btn {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 43px;
	height: 43px;
	font-size: 18px;
	color: #333;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.rela_pro_btn_prev {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

.rela_pro_btn:hover {
	color: #fff;
	background: #ff8601;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.rela_pro_scroll .item a {
	display: block;
	padding: 5% 3%;
	background: #fff;
}

.rela_pro_scroll .item .pic {
	overflow: hidden;
}

.rela_pro_scroll .item .pic img {
	width: 100%;
}

.rela_pro_scroll .item .tt {
	color: #333;
	font-size: 18px;
	text-align: center;
	padding: 18px 0 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.rela_pro_scroll .item a:hover .pic img {
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}

.rela_pro_scroll .item a:hover .tt {
	color: #ff8601;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro_det_inquiry {
	background: #fff;
}

.pro_det_inquiry_tt {
	color: #fff;
	font-size: 18px;
	line-height: 44px;
	font-weight: bold;
	padding-left: 3%;
	background: #ff8601;
}

.pro_det_inquiry_con {
	padding: 3% 3% 1%;
}

.pro_det_inquiry_con .contact_form_text,
.pro_det_inquiry_con .contact_form_area {
	background: #fff;
}