@charset "utf-8";
@media (max-width: 768px) {
	html {
		/*font-size: 6px;*/
		/*font-size: 37.5%;*/
		font-size: 8px;
		font-size: 50%;
	}
}
.xe_content {
	color: #333 !important;
	font-size: 14px;
	/*line-height: 1.5 !important;*/
	font-family: inherit !important;
}

/* section1 */
.section1 {

}

/* bh_icon_widget */
.bh_icon_widget {
	display: inline-block;
	text-align: center;
	padding: 2rem;
	float: left;
	align-self: flex-start;
	background-color: #3e70a0;
}
.bh_icon_widget.color1 {
	background-color: #259ea9;
}
.bh_icon_widget.color2 {
	background-color: #2667a9;
}
.bh_icon_widget img.img {
	height: 50px;
}
.bh_icon_widget img.img_hover {
	display: none;
	height: 50px;
}
.bh_icon_widget:hover img.img {
	display: none;
}
.bh_icon_widget:hover img.img_hover {
	display: block;
}
.bh_icon_widget .bh_icon {
	text-decoration: none;
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.bh_icon_widget .bh_icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.bh_icon_widget .bh_icon:before {
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.bh_icon_widget .bh_icon.bh_icon-eff-1 {
	background: rgba(255, 255, 255, 0.1);
	-webkit-transition: background 0.6s, color 0.6s;
	-moz-transition: background 0.6s, color 0.6s;
	transition: background 0.6s, color 0.6s;
}
.bh_icon_widget .bh_icon.bh_icon-eff-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
	-webkit-transform: scale(0.8);
	-moz-transition: -moz-transform 0.6s, opacity 0.6s;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transition: transform 0.6s, opacity 0.6s;
	transform: scale(0.8);
	opacity: 0;
}
.bh_icon_widget:hover .bh_icon.bh_icon-eff-1.bh_icon-eff-1a {
	background: white;
	color: #3e70a0;
}
.bh_icon_widget:hover .bh_icon.bh_icon-eff-1.bh_icon-eff-1a:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* section2 */
.section2 .btn_wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.section2 .bh_more {
	position: relative;
	display: inline-block;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
	border: 1px solid #333337;
	padding: 9px 50px 9px 10px;
}
.section2 .btn_wrap .bh_more .bh_plus {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	width: 13px;
	height: 13px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.section2 .btn_wrap .bh_more:hover .bh_plus {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.section2 .btn_wrap .bh_more .bh_plus:before {
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
	top: 6px;
	display: block;
	position: absolute;
	content: "";
}
.section2 .btn_wrap .bh_more .bh_plus:after {
	width: 1px;
	height: 100%;
	background: #000;
	left: 6px;
	top: 0;
	display: block;
	position: absolute;
	content: "";
}

/* section3 */
.section3 {

}

/* section4 */


/* section7 */


/* section8 */

/* section9 */

/* section10 */

/* sub */


/* footer */



/* page */
.bh_btn {
	display: inline-block;
	color: #cc3025;
	border: 1px solid #ddd;
	background-color: transparent;
	padding: 13px 25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}
.bh_btn:hover {
	color: #191919!important;
	border-color: #191919!important;
}
.bh_btn2 {
	display: inline-block;
	color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #3f48cc;
	padding: 13px 25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}
.bh_btn2:hover {
	color: #3f48cc;
	border-color: #3f48cc;
	background-color: #fff;
}
.bh_btn2.color2 {
	background-color: #2196F3;
}
.bh_btn2.color2:hover {
	color: #2196F3;
	border-color: #2196F3;
	background-color: #fff;
}
.bh_btn2.color3 {
	background-color: #3f48cc;
	border: 1px solid #2c37d4;
	padding: 3px 10px;
	margin-left: 5px;
}
.bh_btn2.color3:hover {
	color: #3f48cc;
	border-color: #3f48cc;
	background-color: #fff;
}
.bh_btn2.color4 {
	font-weight: 600;
	background-color: #92D050;
	border: 1px solid #92D050;
	padding: 6px 10px;
}
.bh_btn2.color4:hover {
	color: #92D050;
	border-color: #92D050;
	background-color: #fff;
}
.bh_btn_style1 {
	display: inline-block;
	padding: 12px 30px;
	border-radius: 5px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-background: -webkit-linear-gradient(35deg, #ec77ab, #7873f5, #7873f5, #ec77ab);
	-moz-background: linear-gradient(55deg, #ec77ab, #7873f5, #7873f5, #ec77ab);
	background: -o-linear-gradient(35deg, #ec77ab, #7873f5, #7873f5, #ec77ab);
	background: linear-gradient(55deg, #ec77ab, #7873f5, #7873f5, #ec77ab);
	background-size: 400% 100%;
	background-image: -webkit-linear-gradient(to right, #ff4e50, #f9d423, #f9d423, #ff4e50);
	background-image: -moz-linear-gradient(to right, #ff4e50, #f9d423, #f9d423, #ff4e50);
	background-image: -webkit-gradient(linear, left top, right top, from(#ff4e50), color-stop(#f9d423), color-stop(#f9d423), to(#ff4e50));
	background-image: -webkit-linear-gradient(left, #ff4e50, #f9d423, #f9d423, #ff4e50);
	background-image: -o-linear-gradient(left, #ff4e50, #f9d423, #f9d423, #ff4e50);
	background-image: linear-gradient(to right, #ff4e50, #f9d423, #f9d423, #ff4e50);
}
.bh_btn_style1:hover {
	color: #fff;
	background-position: 100% 0;
}

.bh .bh_title_sub {
	font-size: 20px;
	font-weight: 600;
	color: #cc3025;
	border-bottom: 2px solid #cc3025;
	margin-bottom: 40px;
}
.bh .bh_title_sub2 {
	font-size: 18px;
	font-weight: 600;
	color: #cc3025;
}
.bh .bh_title_sub3 {
	font-weight: 600;
}
.bh .bh_title_sub3::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 28px;
	vertical-align: middle;
	background-color: #cc3025;
	border-radius: 3px;
	margin: -5px 8px 0 0;
}
.bh .bh_title_sub4 {
	font-weight: 600;
	padding-left: 33px;
}
.bh .bh_title_sub4::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #cccccc;
}
.bh .bh_title_sub4::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 6px;
	width: 15px;
	height: 15px;
	background-color: #1c579a;
}
.bh .bh_title_deco::before, .bh .bh_title_deco::after {
	content: " ";
	display: block;
	position: absolute;
	width: 80px;
	border-bottom: 1px solid;
	left: 50%;
	margin-left: -100px;
	bottom: -10px;
}
.bh .bh_title_deco::after {
	margin-left: 20px;
}
.bh .bh_title_deco i.deco {
	display: block;
	position: absolute;
	left: 50%;
	font-size: 22px;
	margin: 0 0 0 -11px;
}
.bh .bh_title_sub5 {
	font-size: 35px;
	font-weight: 600;
	border-bottom: 1px solid #dedada;
	padding: 0 0 20px 0;
}
.bh .bh_title_sub5 > span {
	display: inline-block;
	color: #bdbdbd;
	font-size: 14px;
	font-weight: 300;
	vertical-align: bottom;
	margin-left: 10px;
}
.bh .bh_title_sub6 {
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -2.5px;
	text-align: center;
}
.bh .bh_title_sub6 span {
	position: relative;
}
.bh .bh_title_sub6 span::before, .bh .bh_title_sub6 span::after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 86px;
	height: 17px;
	margin-top: -6px;
	margin-left: -150px;
	background-image: url(img/p/title_sub_dot.png);
	background-repeat: no-repeat;
}
.bh .bh_title_sub6 span::after {
	right: -150px;
	left: unset;
	margin-left: 0;
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.bh_tbl {
	width: 100%;
	margin-top: 1.5em;
	border-top: 1px solid #e0e0e0;
	font-size: 15px!important;
	font-weight: normal;
	color: #000;
}
.bh_tbl caption {
	display: none;
}
.bh_tbl th, .bh_tbl td {
	background: #fff;
	padding: 1em 1rem;
	border-bottom: 1px solid #e0e0e0;
	font-weight: normal;
	text-indent: 0;
}
.bh_tbl th {
	background: #607d8b;
	color: #fff;
	font-weight: bold;
}
.bh_tbl td span {
	display: block;
	margin: 0 15px;
}
.bh_tbl ul li {
	width: 50%;
	float: left;
}
.col-gray {
	background-color: #f5f5f5;
}

.bh_tbl2 {
	width: 100%;
	margin-top: 1.5em;
	border-top: 2px solid #382517;
	font-size: 15px!important;
	font-weight: normal;
	color: #000;
	border-collapse: collapse;
}
.bh_tbl2 caption {
	display: none;
}
.bh_tbl2 th, .bh_tbl2 td {
	background: #fff;
	padding: 0.9em 1rem;
	border: 1px solid #ddd;
	border-top: 0;
	font-weight: normal;
	text-indent: 0;
}
.bh_tbl2 th {
	background: #fafafa;
	color: #333;
	font-weight: bold;
}
.bh_tbl2 td span {
	display: block;
	margin: 0 15px;
}
.bh_tbl2 ul li {
	width: 50%;
	float: left;
}

/* bh_video_wrap */
.bh_video_wrap {
	text-align: center;
	background-color: #ddd;
	/*border: 1px solid #ddd;*/
}
.bh_video_wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.bh_video_wrap iframe, .bh_video_wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* zoom_img */
.zoom_img_wrap {
	overflow: hidden;
}
.zoom_img_wrap > img {
	/*padding: 20px 50px 50px 50px;*/
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
	-moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
	transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.zoom_img_wrap:hover > img {
	-webkit-transform: scale3d(1.1,1.1,1.1);
	-moz-transform: scale3d(1.1,1.1,1.1);
	-ms-transform: scale3d(1.1,1.1,1.1);
	transform: scale3d(1.05,1.05,1.05);
	-webkit-filter: blur(1px);
	filter: blur(1px);
}

/* triangle_down */
.after_triangle_down::after {
	content: '';
	position: absolute;
	left: calc(50% - 8px);
	top: 100%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #ddd;
	clear: both;
}
.after_triangle_down.color1::after {
	border-top: 12px solid #ffb3b3;
}
.after_triangle_down.color2::after {
	border-top: 12px solid #a0b3b3;
}
.after_triangle_down.color3::after {
	border-top: 12px solid #499696;
}


/* tab */
.bh_tab {
	margin: 0 0 50px 0;
}
.bh_tab ul {
	list-style:none;
	padding: 0;
}
.bh_tab li {
	border: 1px solid #ddd;
	border-right: 0;
}
.bh_tab li:last-child {
	border-right: 1px solid #ddd;
}
.bh_tab a {
	float: left;
	width: 100%;
	color: #555;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	background-color: #f1f1f1;
	padding: 15px 0;
}
.bh_tab a:hover {
	cursor: pointer;
	color: #333;
}
.bh_tab .active {
	background-color: #3f48cc;
	color: #fff;
	border-radius: 3px;
}
.bh_tab a.active:hover {
	color: #fff;
}
.li-2, .li-3 ,.li-4 {
	display: none;
}

.tel_info {
	padding: 10px 50px 10px 50px;
}
.tel_info .title h5 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.tel_info .title h6 {
	color: #3F51B5;
	display: inline-block;
	vertical-align: middle;
}
.tel_info .number {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 0;
}
.tel_info .number img {
	height: 42px;
}
.tel_info .number h2, .tel_info .number h3 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-left: 10px;
	letter-spacing: -1px;
}
.tel_info .time {
	padding: 10px 0 20px 0;
}
.tel_info .time img {
	height: 15px;
	margin: 5px 3px 0 0;
}
.tel_info .time h6 {
	margin: 0;
}
.tel_info .time span {
	color: #888;
	padding: 2px 0 0 11px;
}

.bh_bg_box {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 40px 20px;
}

/* slider */
.particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.owl-default .item.item1 .slider_content_wrap span.slider_content_text_1 {
	font-size: 55px;
}
.owl-default .item.item1 .slider_content_wrap span.slider_content_text_2 {
	font-size: 30px;
}
.owl-default .item.item2 .slider_content_wrap span.slider_content_text_1 {
	font-size: 55px;
}
.owl-default .item.item2 .slider_content_wrap span.slider_content_text_2 {
	font-size: 30px;
}
.owl-default .item.item3 .slider_content_wrap span.slider_content_text_1 {
	font-size: 55px;
}
.owl-default .item.item3 .slider_content_wrap span.slider_content_text_2 {
	font-size: 30px;
}
@media (max-width: 768px) {
	.owl-default .item.item1 .slider_content_wrap span.slider_content_text_1 {
		font-size: 22px;
	}
	.owl-default .item.item1 .slider_content_wrap span.slider_content_text_2 {
		font-size: 18px;
	}
	.owl-default .item.item2 .slider_content_wrap span.slider_content_text_1 {
		font-size: 22px;
	}
	.owl-default .item.item2 .slider_content_wrap span.slider_content_text_2 {
		font-size: 18px;
	}
	.owl-default .item.item3 .slider_content_wrap span.slider_content_text_1 {
		font-size: 22px;
	}
	.owl-default .item.item3 .slider_content_wrap span.slider_content_text_2 {
		font-size: 18px;
	}
}
.owl-default .item.item1, .owl-default .item.item2, .owl-default .item.item3 {

}



@media (max-width: 768px) {

}