body {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #171a20;
	background-color: #fff;
	font-family: "Microsoft YaHei",Arial,sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

h1,h2,h3,h4,h5,h6 {
	margin: 0
}

h1 {
	font-size: 56px;
	font-weight: 500
}

h2 {
	font-size: 56px;
	font-weight: 500
}

h4,h5,h6 {
	font-weight: 400
}

a {
	color: #171a20
}

dd,dl,dt,li,ol,ul {
	list-style: none;
	padding: 0;
	margin: 0
}

textarea {
	margin: 0
}

.container {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px
}

.nodata {
	background: url(../images/no_data.png) center no-repeat;
	background-size: 168px;
	padding: 250px 0 80px 0;
	text-align: center;
	color: #999
}

.contain {
	width: 640px;
	margin: 0 auto
}

@media (max-width:1600px) {
	.contain {
		width: 60%;
		max-width: auto
	}
}

@media (max-width:1400px) {
	.contain {
		width: 70%;
		max-width: auto
	}
}

@media (max-width:800px) {
	.contain {
		width: 92%;
		max-width: auto;
	}
}

.font_x {
	font-size: 40px
}

.font_s {
	font-size: 14px
}

@media (max-width:1600px) {
	.font_x {
		font-size: 36px!important
	}
}

@media (max-width:1400px) {
	.font_x {
		font-size: 34px!important
	}
}

@media (max-width:1200px) {
	.font_x {
		font-size: 32px!important
	}

	.font_s {
		font-size: 20px!important
	}
}

.header_fixed {
	background: #fff
}

.header_fixed_off {
	transform: translateY(-100%)
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 9990;
	transition: all .3s
}

.header .container-full {
	display: flex;
	flex-flow: row wrap;
	inline-size: 100%;
	justify-content: space-between;
	position: relative
}

.header .head_left {
	width: 30%;
	max-width: 260px;
	height: 60px;
	margin: 0 10px;
	position: relative;
	margin-left: 20px
}

.header .head_left ._logo {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	height: 60px
}

.header .head_left ._logo img {
	width: 100%;
	height: 60px
}

@media (min-width:992px) {
	.header .head_left ._logo img {
		width: 100%;
		height: 60px
	}
}

.header .head_middle {
	display: flex;
	flex-basis: 0;
	flex-grow: 1;
	justify-content: center
}

.header .head_right {
	width: 30%;
	max-width: 240px;
	height: 60px;
	padding: 16px;
	box-sizing: border-box;
	position: relative;
	margin-right: 20px
}

.header .head_right .tool_box {
	text-align: right
}
.header .head_right .tool_box a{ display:inline-block; color:#fff;margin-right: 10px;    font-size: 16px;}
.header .head_right .tool_box .fag-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/faq_w.svg?v=3) 24px 24px
}
.header.header_fixed .head_right .tool_box a{ color:#171a20;}
.header .head_right .tool_box .user-icon {
	display: inline-block;
	margin-right: 0px;
	width: 24px;
	height: 24px;
	background: url(../images/user_w.svg?v=3) 24px 24px
}

.header_fixed .head_right .tool_box .fag-icon {
	background: url(../images/faq.svg?v=4) 24px 24px
}

.header_fixed .head_right .tool_box .user-icon {
	background: url(../images/user.svg?v=4) 24px 24px
}

.header .head_right .nav_handle {
	display: none
}

.header .nav_box {
	display: block;
	color: #333;
	font-size: 14px
}

.header .nav_box li {
	float: left;
	line-height: 30px;
	padding: 13px 0
}

.header .nav_box .on>a {
	background: rgba(0,0,0,.05)
}

.header .nav_box li>a {
	color: #fff;
	font-size: 14px;
	padding: 6px 1em;
	border-radius: 5px
}

.header .nav_box li>a:hover {
	background: rgba(0,0,0,.05)
}

.header .nav_box li::after {
	right: 0;
	left: 0;
	position: absolute;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	bottom: 25px;
	transition: all .5s
}

.header .nav_box li .nav_sub {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 56px;
	width: 100%;
	line-height: 25px;
	text-align: left;
	background: #fff;
	min-height: 300px
}

.header .nav_box li .nav_sub ul {
	width: 900px;
	margin: 50px auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.header .nav_box li .nav_sub li {
	font-size: 14px;
	padding: 0
}

.header .nav_box li .nav_sub li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .5s ease-in-out
}

.header .nav_box li .nav_sub li h3 {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	color: #666;
	font-weight: 400
}

.header_fixed .nav_box li>a {
	color: #171a20
}

@media (max-width:1200px) {
	.header .nav_box li {
		padding: 15px 10px
	}
}

@media (max-width:1200px) {
	.header {
		height: 60px
	}

	.header .head_left {
		margin-left: 5px
	}

	.header .head_left ._logo {
		font-size: 0;
		line-height: normal
	}

	.header .head_left ._logo img {
		width: 100%;
		height: auto;
		max-height: 60px
	}

	.header .head_right {
		padding: 10px;
		margin-right: 0
	}

	.nav_handle {
		color: #fff;
		cursor: pointer
	}

	.nav_handle a {
		display: block;
		overflow: hidden;
		padding: 5px 10px;
		margin: 0;
		color: #fff;
		color:#fff;background:linear-gradient(90deg,#f28e26,#fd644f);background:-webkit-linear-gradient(90deg,#f28e26,#fd644f);background:-moz-linear-gradient(90deg,#f28e26,#fd644f);background:-o-linear-gradient(90deg,#f28e26,#fd644f);
	}

	.header_fixed .nav_handle a {
		color: #fff
	}
}

.search_handle {
	line-height: 56px;
	display: block;
	overflow: hidden;
	color: #333;
	cursor: pointer;
	font-size: 18px;
	padding: 0 20px
}

.search_box {
	display: block;
	color: #333;
	cursor: pointer;
	font-size: 18px;
	position: relative
}

.search_box .search_inner {
	position: absolute;
	z-index: 100;
	top: 79px;
	right: 0;
	display: none;
	width: 360px;
	padding: 20px;
	background: #f5f5f5
}

.search_box .close_btn {
	position: relative;
	cursor: pointer;
	font-size: 18px;
	color: #1e1e1e;
	line-height: 36px
}

.search_box .search_btn {
	color: #1e1e1e;
	font-size: 18px;
	border: none;
	line-height: 36px;
	background-color: transparent
}

.search_box .search_inner input {
	background: 0 0;
	border: none;
	height: 36px;
	width: 260px;
	padding: 10px;
	border-bottom: #666 solid 1px
}

.search_box .search_inner input:focus {
	background-color: transparent;
	outline: 0
}

@media (max-width:992px) {
	.search_handle {
		line-height: 50px;
		padding: 0 0
	}

	.search_box .search_inner {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #fff
	}

	.search_box .search_inner input {
		width: calc(100% - 80px)
	}

	.search_box .close_btn {
		position: absolute;
		top: 0;
		right: 10px
	}

	.search_box .search_btn {
		width: 50px;
		font-size: 20px
	}
}

.header .menu_box {
	display: block;
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	background: #fff;
	box-sizing: border-box;
	padding: 0 0;
	transform: translateX(-100%);
	transition: .6s ease-in-out
}

.header .menu_box ul {
	overflow-y: auto;
	height: 100%;
	padding-bottom: 120px
}

.header .menu_box ._li {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #eee
}

.header .menu_box ._li ._lia {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	font-weight: 700;
	padding: 0 15px;
	font-size: 14px;
	color: #2e2e2e;
	line-height: 3;
	font-weight: 400
}

.header .menu_box ._li i {
	width: 16px;
	height: 16px;
	margin: 16px 0;
	background: url(../images/icon-right.svg) 16px 16px;
	transform: rotate(90deg);
}

.header .menu_box ._li .menu_sub {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	width: 100%;
	height: calc(100% -50px);
	line-height: 25px;
	text-align: left;
	background: #fff;
	min-height: 300px;
	z-index: 999
}


.header .menu_box ._li .menu_sub dt {
	padding: 0 30px
}

.header .menu_box ._li .menu_sub li {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #666;
	line-height: 3;
	border-bottom: 1px solid #eee
}

.header .menu_box.open {
	transform: translateX(0);
	transition: .6s ease-in-out
}

.header .menu_box .on ._lia {
	color: #fff;
	background-color: #3e6ae1;
}

.header .menu_box.on ._li .son {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

.header .back_menu {
	width: 16px;
	height: 16px;
	margin: 18px 14px;
	background: url(../images/icon-left.svg) 16px 16px;
	display: none
}

.header .back_menu.on {
	display: inline-block
}

.header .close_menu {
	float: right;
	width: 16px;
	height: 16px;
	margin: 18px 14px;
	background: url(../images/close.svg) 16px 16px
}

.header .lang_box {
	line-height: 80px;
	display: block;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	margin: 0 10px;
	position: relative
}

.header .lang_box i {
	line-height: 80px;
	display: block;
	color: #1e1e1e;
	cursor: pointer;
	font-size: 24px
}

.header .lang_box .lang {
	position: absolute;
	z-index: 999;
	top: 80px;
	left: 0;
	display: none;
	height: 90px;
	width: 36px;
	text-align: center;
	background-color: #f6f6f6;
	overflow: hidden
}

.header .lang_box .lang i,.header .lang_box a {
	float: left;
	padding: 0 10px;
	width: 100%;
	height: 45px;
	line-height: 45px
}

.header .lang_box a {
	color: #222;
	border-bottom: 1px solid #fff
}

@media (max-width:1200px) {.header .menu_box ._li .menu_sub h3{ display:block; background:#6588e7; color:#fff; padding:0 20px;} }

@media (max-width:992px) {
	.header .lang_box {
		line-height: 50px
	}

	.header .lang_box i {
		line-height: 50px
	}

	.header .lang_box .lang {
		top: 50px;
		width: 80px
	}
}

.banner,.banner ul li,.banner ul li a,.banner ul li a img {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative
}

.banner .swiper-pagination-bullet-active {
	background: #eb5c20
}

.banner .swiper-button-next:after,.banner .swiper-button-prev:after {
	color: #111;
	font-size: 16px
}

.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next {
	display: block;
	overflow: hidden;
	background: #eee;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	left: 5%;
	border-radius: 4px;
	box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev {
	display: block;
	overflow: hidden;
	background: #eee;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	right: 5%;
	border-radius: 4px;
	box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled {
	opacity: 1
}

.adv-container {
	display: block;
	overflow: hidden;
	background: url(../images/banner.jpg);
	height: 300px;
	margin-bottom:50px;
	
}

.adv-container img {
	display: block;
	overflow: hidden;
	width: 100%
}

.adv-container h1 {
	margin: 30px auto;
	padding-top: 5vh;
	font-size: 40px;
	font-weight: 400
}

.adv-container h3 {
	font-weight: 400
}

@media (max-width:992px) {
	.adv-container {
		min-height: 160px
	}

	.adv-container h1 {
		margin-top: 80px
	}
	.adv-container h1 {font-size: 32px;}
}

.crumb {
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 15px
}

.crumb li {
	float: left
}

.crumb li a {
	color: #666
}

.crumb li i {
	color: #666;
	font-size: 14px;
	padding: 0 5px
}

@media (max-width:992px) {
	.crumb {
		padding: 15px 0
	}
}

.bodyer {
	overflow: hidden;
	padding: 20px 0
}

@media (max-width:992px) {
	.bodyer .container {
		padding: 0!important
	}
}

.bodyer .left_box {
	overflow: hidden;
	width: 250px;
	float: left;
	margin-right: 30px
}

.bodyer .left_box .nav_item {
	overflow: hidden;
	margin-bottom: 20px
}

.bodyer .left_box .contact_item h2,.bodyer .left_box .nav_item h2 {
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #000;
	padding: 0;
	margin: 0;
	border-bottom: #888 solid 1px;
	position: relative
}

.bodyer .left_box .contact_item h2::after,.bodyer .left_box .nav_item h2::after {
	content: "";
	height: 2px;
	width: 68px;
	background: #888;
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0
}

.bodyer .left_box .nav_item ul {
	overflow: hidden;
	border-top: none
}

.bodyer .left_box .nav_item ul li {
	overflow: hidden;
	padding: 0;
	background: #f8f8f8;
	margin-bottom: 2px
}

.bodyer .left_box .nav_item ul li:last-child {
	border-bottom: none
}

.bodyer .left_box .nav_item ul li a {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333
}

.bodyer .left_box .nav_item ul li.active>a {
	color: #eb5c20
}

.bodyer .left_box .nav_item ul li:hover a {
	color: #eb5c20
}

.bodyer .left_box .contact_item {
	overflow: hidden
}

.bodyer .left_box .contact_item ul {
	overflow: hidden;
	border-top: none;
	padding: 10px;
	background: #f8f8f8
}

.bodyer .left_box .contact_item ul li {
	font-size: 14px;
	color: #666;
	line-height: 25px
}

.bodyer .right_box {
	overflow: hidden
}

@media (max-width:992px) {
	.bodyer .left_box {
		display: none
	}
}

.prolist {
	overflow: hidden;
	padding: 0
}

.prolist .prolist_ul {
	overflow: hidden
}

.prolist .prolist_ul li {
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%
}

.prolist .prolist_ul li:nth-child(3n) {
	margin-right: 0
}

.prolist .prolist_ul li dt {
	width: 100%;
	overflow: hidden
}

.prolist .prolist_ul li dt img {
	width: 100%;
	display: block
}

.prolist .prolist_ul li dd {
	overflow: hidden;
	text-align: center;
	padding: 15px 8px;
	background: #f8f8f8;
	font-size: 16px;
	color: #333;
	border-top: 1px solid #e0e0e0
}

.prolist .prolist_ul li:hover {
	border: 1px solid #eb5c20
}

.prolist .prolist_ul li:hover dd {
	background: #eb5c20;
	color: #fff;
	border-top: 1px solid #eb5c20
}

@media (max-width:992px) {
	.prolist {
		padding: 10px;
		border: none
	}

	.prolist .prolist_ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%
	}

	.prolist .prolist_ul li:nth-child(3n) {
		margin-right: 4%
	}

	.prolist .prolist_ul li:nth-child(2n) {
		margin-right: 0
	}

	.prolist .prolist_ul li dd {
		font-size: 14px
	}
}

.article {
	margin: 0 auto;
	overflow: hidden;
	border-top: none
}

.article .article_ul {
	overflow: hidden
}

.article .article_ul li {
	width: 100%;
	overflow: hidden;
	padding: 24px 0
}

.article .article_ul li h3 {
	display: block;
	overflow: hidden;
	font-weight: 400;
	color: #333;
	padding:5px 0;
	font-size: 20px;
	font-weight: 500
}

.article .article_ul li dl {
	display: flex;
	gap: 10px;
	padding-top: 4px
}

.article .article_ul li dl span {
	color: #5c5e62;
	font-size: 12px
}

.article .article_ul li dd {
	padding: 16px 0;
	font-size: 12px;
	color: #393c41
}

.article .article_ul li dt {
	overflow: hidden;
	width: 200px;
	height: 133px;
	position: relative;
	float: left;
	margin-right: 20px;
	border: #f2f2f2 solid 1px;
	box-sizing: border-box
}

.article .article_ul li dt img {
	display: block;
	object-fit: cover;
	width: 100%
}

.article .article_ul li a {
	color: #393c41;
	padding-bottom: 1px;
	border-bottom: 1px solid #393c41
}

.article .article_ul li p {
	padding: 0;
	margin: 0
}

.article .article_ul.jobul {
	margin-bottom: 50px
}

.article .article_ul.jobul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #cfcfcf;
	padding: 35px 0
}

.article .article_ul.jobul li h3 {
	padding: 0
}

.article .article_ul.jobul li dd {
	padding: 0
}

.article .article_ul.jobul .article_ul02 {
	padding-top: 20px
}

.article .article_ul li:hover a {
	color: #000
}

.article.video .article_ul {
	display: flex;
	flex-wrap: wrap
}
.article.video{ margin-bottom:50px;}
.article.video .article_ul li h3{ padding:0;}
.article.video .article_ul li{border-bottom: 1px solid #cfcfcf;}
.article.video .article_ul li a{display: flex;justify-content: space-between;align-items: center; border:none;}
.videolist{ text-align:center;}
.videolist video{ max-width:100%;}



@media (max-width:992px) {
	.article {
		padding: 10px;
		border: none
	}

	.article .article_ul li dd {
		width: 100%
	}

	.article .article_ul li dd em {
		float: left
	}

	.article .article_ul li dt {
		width: 128px;
		height: 85px;
		margin-right: 10px
	}
}
.parlist{ max-width:1800px; margin:0 auto; width:90%;}
.parlist .par{ display:flex; flex-wrap:wrap;}
.parlist .par li{ flex:0 0 12.5%;}
.parlist .par li a{ display:block;margin:10px; box-sizing:border-box; border:1px solid #e7e7e7}
.parlist .par li a img{ max-width:100%;}
.parlist .par li:hover img{ opacity:0.8}
@media (max-width:1920px) {.parlist .par li{ flex:0 0 14.2857%;}}
@media (max-width:1600px) {.parlist .par li{ flex:0 0 16.66667%;}}
@media (max-width:1200px) {.parlist .par li{ flex:0 0 20%;}}
@media (max-width:992px) {.parlist .par li{ flex:0 0 25%;}}
@media (max-width:768px) {.parlist .par li{ flex:0 0 33.3333%;}}
.mutlist {
	overflow: hidden;
	border-top: none
}

.mutlistpx {
	padding: 0 20px
}

.mutlist .mutlist_ul {
	overflow: hidden
}

.mutlist .mutlist_ul li {
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%
}

.mutlist .mutlist_ul li:nth-child(3n) {
	margin-right: 0
}

.mutlist .mutlist_ul li dt {
	width: 100%;
	overflow: hidden
}

.mutlist .mutlist_ul li dt img {
	width: 100%;
	display: block
}

.mutlist .mutlist_ul li dd {
	overflow: hidden;
	text-align: center;
	padding: 8px;
	font-size: 16px;
	color: #333
}

.mutlist .mutlist_ul li:hover dd {
	background: #f8f8f8
}

@media (max-width:992px) {
	.mutlist {
		padding: 10px;
		border: none
	}

	.mutlist .mutlist_ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%
	}

	.mutlist .mutlist_ul li:nth-child(3n) {
		margin-right: 4%
	}

	.mutlist .mutlist_ul li:nth-child(2n) {
		margin-right: 0
	}

	.mutlist .mutlist_ul li dd {
		font-size: 14px
	}
}

.product_detail {
	overflow: hidden;
	border-top: none;
	padding: 0
}

.product_detail ._info {
	overflow: hidden
}

.product_detail ._info ._thumb {
	width: 452px;
	position: relative;
	float: left;
	padding-bottom: 10px;
	margin-right: 20px;
	overflow: hidden
}

.product_detail ._info ._thumb .piclist {
	width: 100%;
	margin-bottom: 10px;
	display: block
}

.product_detail ._info ._thumb .piclist img {
	width: 100%;
	display: block
}

.product_detail ._info ._thumb #thumblist {
	list-style: none;
	width: 450px;
	clear: both
}

.product_detail ._info ._thumb #thumblist li {
	display: block;
	overflow: hidden;
	float: left;
	width: 86px;
	height: 86px;
	margin-right: 8px;
	border: #eee solid 1px;
	box-sizing: border-box
}

.product_detail ._info ._thumb #thumblist li.on {
	border: #eb5c20 solid 1px
}

.product_detail ._info ._thumb #thumblist li .img {
	width: 86px;
	height: 86px;
	cursor: pointer
}

.product_detail ._info ._text {
	overflow: hidden
}

.product_detail ._info ._text h2 {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	margin-bottom: 10px
}

.product_detail ._info ._text .inner_desc {
	font-size: 14px;
	margin-bottom: 10px
}

.product_detail ._info ._text .inner_attr {
	display: block;
	font-size: 14px;
	margin-bottom: 10px
}

.product_detail ._info ._text .inner_contact {
	padding: 15px;
	display: block;
	overflow: hidden;
	background: #f2f2f2;
	margin-bottom: 20px
}

.product_detail ._info ._text .inner_link a {
	width: 156px;
	height: 45px;
	background: #eb5c20;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	float: left;
	display: block;
	color: #fff
}

.product_detail ._content {
	overflow: hidden;
	min-height: 300px;
	margin-top: 10px
}

.product_detail ._content ._title {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px
}

@media (max-width:992px) {
	.product_detail {
		border: none
	}

	.product_detail ._info ._thumb {
		width: 100%;
		margin-right: 0;
		padding: 10px
	}

	.product_detail ._info ._thumb .tempWrap {
		width: 100%!important
	}

	.product_detail ._info ._thumb #thumblist {
		width: 100%!important
	}

	.product_detail ._info ._thumb #thumblist li {
		margin-bottom: 8px
	}

	.product_detail ._info ._text {
		width: 100%;
		padding: 10px;
		float: left
	}

	.product_detail ._content {
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 10px;
		box-sizing: border-box
	}

	.product_detail ._content img {
		max-width: 100%
	}
}

.article_detail {
	display: block;
	overflow: hidden
}

.article_detail ._title {
	text-align: left;
	padding-bottom: 20px;
	padding-top: 15px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 30px
}

.article_detail ._title h2 {
	font-size: 36px;
	font-weight: 500;
	padding: 30px 0 8px
}

.article_detail ._title span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px
}

.article_detail ._content {
	line-height: 1.8;
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0
}

.article_detail ._content img {
	width: 100%;
	max-width: 100%
}

@media (max-width:992px) {
	.article_detail {
		border: none;
		
	}
.article_detail ._title h2 {
	font-size: 24px;}
	.article_detail ._title {
		text-align: left
	}
}

.multi_detail {
	display: block;
	overflow: hidden
}

.multi_detail ._title {
	padding-bottom: 20px;
	padding-top: 15px
}

.multi_detail ._title h2 {
	font-size: 36px;
	font-weight: 500
}

.multi_detail ._title span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px
}

.multi_detail ._content {
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0
}

.multi_detail ._content img {
	width: 100%;
	max-width: 100%
}

@media (max-width:992px) {
	.multi_detail {
		border: none;
		padding: 15px
	}

	.multi_detail ._title {
		text-align: left
	}
}

.relate_link {
	overflow: hidden;
	border-top: 1px dashed #e0e0e0;
	padding-top: 10px
}

.relate_link a {
	display: block;
	overflow: hidden;
	margin-bottom: 5px
}

@media (max-width:992px) {
	.relate_link {
		padding: 10px
	}

	.relate_link a {
		width: 100%
	}
}

.guide_product {
	overflow: hidden;
	padding: 60px 0;
	background: #f5f5f5
}

.guide_product ._title {
	overflow: hidden;
	text-align: center;
	margin: 5px 0 20px 0
}

.guide_product ._title h2 {
	font-size: 24px;
	margin-bottom: 0
}

.guide_product ._title p {
	color: #888;
	font-size: 16px;
	padding: 0;
	margin: 0
}

.guide_product ._main {
	overflow: hidden;
	margin-top: 10px
}

.guide_product ._main ul {
	overflow: hidden;
	margin-bottom: -1.3333%
}

.guide_product ._main ul li {
	width: 24%;
	float: left;
	overflow: hidden;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	background: #e5e5e5
}

.guide_product ._main ul li:nth-child(4n) {
	margin-right: 0
}

.guide_product ._main ul li dt {
	width: 100%;
	overflow: hidden;
	padding-top: 95%;
	position: relative
}

.guide_product ._main ul li dt img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	transition: all .5s
}

.guide_product ._main ul li dd {
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	padding: 15px 8px;
	color: #333
}

.guide_product ._main ul li:hover {
	background: #eb5c20
}

.guide_product ._main ul li:hover dt img {
	transform: scale(1.05)
}

.guide_product ._main ul li:hover dd {
	color: #fff
}

.guide_product ._more {
	width: 156px;
	height: 45px;
	background: #eb5c20;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	display: block;
	color: #fff;
	margin: 30px auto 15px auto
}

@media (max-width:992px) {
	.guide_product {
		padding: 30px 0
	}

	.guide_product ._title h2 {
		font-size: 24px
	}

	.guide_product ._main ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%
	}

	.guide_product ._main ul li:nth-child(2n) {
		margin-right: 0
	}
}

.guide_case {
	padding: 60px 0;
	background: #f2f2f2 url(../images/cases_bg.jpg?v=2) center no-repeat fixed;
	background-size: cover
}

.guide_case ._title h2 {
	line-height: 1.5;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px
}

.guide_case ._title p {
	text-align: center;
	font-size: 16px;
	color: #f9f9f9;
	line-height: 1.5;
	margin: 0;
	padding: 0
}

.guide_case ._main {
	margin-top: 45px
}

.guide_case ._main ul {
	display: flex;
	flex-wrap: wrap
}

.guide_case ._main ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.6);
	box-sizing: border-box;
	padding: 0
}

.guide_case ._main ul li:nth-child(3n) {
	margin-right: 0
}

.guide_case ._main ul li:nth-child(n+4) {
	margin-bottom: 0
}

.guide_case ._main ul li .project-img {
	padding-top: 50%;
	position: relative;
	width: 100%;
	overflow: hidden
}

.guide_case ._main ul li .project-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	object-fit: cover;
	transform: scale(1);
	transition: all .5s linear
}

.guide_case ._main ul li .project-img:hover img {
	transform: scale(1.1)
}

.guide_case ._main ul li h4 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	padding: 10px 15px 0 15px
}

.guide_case ._main ul li p {
	color: #888;
	padding: 0 15px 20px 15px;
	margin: 0
}

.guide_case ._main ul li a {
	display: block;
	overflow: hidden
}

.guide_case ._main ul li span {
	display: inline-block;
	color: #fff;
	padding: 8px 15px;
	font-size: 14px;
	background-color: #ff6c00;
	border-radius: 5px;
	text-align: center;
	margin: 10px 0 5px
}

@media (max-width:1040px) {
	.guide_case ._main ul li {
		width: 100%;
		margin: 0;
		margin-bottom: 20px
	}

	.guide_case ._main ul li .project-img {
		padding-top: 40%
	}

	.guide_case ._main ul li .project-img img {
		object-fit: contain
	}

	.guide_case ._main ul li p {
		margin: 0 40px 0
	}

	.guide_case ._main ul li:nth-child(n+4) {
		margin-bottom: 20px
	}

	.guide_case ._main ul li:last-child {
		margin-bottom: 0
	}
}

@media(max-width:980px) {
	.guide_case {
		padding: 40px 0
	}

	.guide_case ._title h2 {
		line-height: 30px;
		font-size: 24px;
		margin-bottom: 3px
	}

	.guide_case ._title p {
		font-size: 14px;
		line-height: 1.4
	}

	.guide_case ._main {
		margin-top: 30px
	}

	.guide_case ._main ul li p {
		font-size: 14px;
		line-height: 1.4
	}
}

@media (max-width:780px) {
	.guide_case ._main ul li p {
		margin: 0 0 0;
		font-size: 14px
	}

	.guide_case ._title p {
		font-size: 14px
	}

	.guide_case ._main ul li .project-img {
		padding-top: 70%
	}
}

.guide_about {
	overflow: hidden;
	padding: 60px 0;
	background: #fff
}

.guide_about ._title {
	overflow: hidden;
	text-align: center;
	margin: 5px 0 20px 0
}

.guide_about ._title h2 {
	font-size: 24px;
	margin-bottom: 0
}

.guide_about ._title p {
	color: #888;
	font-size: 16px;
	padding: 0;
	margin: 0
}

.guide_about ._main {
	overflow: hidden;
	margin-top: 10px
}

.guide_about ._main>div {
	overflow: hidden;
	width: 50%;
	display: inline-block;
	vertical-align: middle
}

.guide_about ._main ._left {
	width: 49%;
	padding-right: 2%
}

.guide_about ._main ._left h3 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 24px
}

.guide_about ._main ._left p {
	line-height: 30px;
	color: #666;
	font-size: 16px
}

.guide_about ._main ._left ul {
	overflow: hidden;
	margin-top: 10px
}

.guide_about ._main ._left ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: left
}

.guide_about ._main ._left ul li h4 {
	overflow: hidden;
	text-align: left
}

.guide_about ._main ._left ul li h4 em {
	font-weight: 700;
	display: inline-block;
	line-height: initial;
	font-size: 36px;
	color: #eb5c20
}

.guide_about ._main ._left ul li h4 i {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	font-style: normal;
	color: #eb5c20
}

.guide_about ._main ._left ul li span {
	font-size: 14px;
	text-align: left;
	display: block;
	color: #666
}

.guide_about ._main ._right iframe,.guide_about ._main ._right img,.guide_about ._main ._right video {
	width: 100%;
	display: block
}

.guide_about ._more {
	width: 156px;
	height: 45px;
	background: #eb5c20;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	display: block;
	overflow: hidden;
	color: #fff;
	float: left;
	margin: 40px 0 15px 0
}

@media (max-width:992px) {
	.guide_about {
		padding: 30px 0
	}

	.guide_about ._title {
		margin: 5px 0 0 0
	}

	.guide_about ._main ._left {
		width: 100%;
		padding: 0;
		margin-bottom: 20px
	}

	.guide_about ._main ._left h3 {
		font-size: 24px;
		text-align: center;
		display: none
	}

	.guide_about ._main ._left p {
		line-height: inherit;
		-webkit-line-clamp: 3!important
	}

	.guide_about ._main ._left ul li {
		width: 25%;
		text-align: center
	}

	.guide_about ._main ._left ul li h4 {
		text-align: center
	}

	.guide_about ._main ._left ul li h4 em {
		font-size: 24px
	}

	.guide_about ._main ._left ul li h4 i {
		font-size: 12px
	}

	.guide_about ._main ._left ul li span {
		font-size: 12px;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.guide_about ._main ._right {
		width: 100%
	}

	.guide_about ._more {
		float: none;
		margin: 40px auto 15px auto
	}
}

.guide_news {
	overflow: hidden;
	padding: 60px 0;
	background: #f5f5f5
}

.guide_news ._title {
	overflow: hidden;
	text-align: center;
	margin: 5px 0 20px 0
}

.guide_news ._title h2 {
	font-size: 24px;
	margin-bottom: 0
}

.guide_news ._title p {
	color: #888;
	font-size: 16px;
	padding: 0;
	margin: 0
}

.guide_news ._main {
	overflow: hidden;
	margin-top: 20px
}

.guide_news ._main>div {
	width: 49%
}

.guide_news .sub_item {
	margin-bottom: 15px
}

.guide_news .sub_item .txt {
	display: block;
	color: #999;
	padding: 15px;
	background-color: #fff
}

.guide_news .sub_item .pic {
	width: 100%;
	height: 335px;
	object-fit: cover;
	background-size: 100% auto!important
}

.guide_news .sub_item .time {
	width: 100%;
	padding: 0 0 5px 0;
	font-size: 14px;
	text-align: right
}

.guide_news .sub_item h3 {
	font-size: 18px;
	color: #111;
	line-height: 20px;
	font-weight: 400
}

.guide_news .sub_item p {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	max-height: 50px;
	margin-top: 5px
}

.guide_news ._more {
	width: 156px;
	height: 45px;
	background: #eb5c20;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	display: block;
	color: #fff;
	margin: 30px auto 15px auto
}

@media (max-width:992px) {
	.guide_news {
		padding: 30px 0
	}

	.guide_news ._main>div {
		width: 100%
	}

	.guide_news ._main {
		margin: 0
	}

	.guide_news .sub_item .pic {
		margin: .3rem 0 0;
		height: auto;
		padding-top: 60%
	}

	.guide_news l.sub_itemi p {
		-webkit-line-clamp: 2
	}

	.guide_news .sub_item {
		margin-bottom: 10px
	}

	.guide_news .sub_item .txt {
		padding: 10px
	}
}

.about_wrap {
	overflow: hidden;
	padding: 50px 0
}

.about_wrap ._title {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px
}

.about_wrap ._title h2 {
	font-size: 28px;
	font-weight: 400
}

.about_wrap ._title p {
	font-size: 16px;
	color: #999;
	padding: 0;
	margin: 0
}

.about_wrap ._main {
	overflow: hidden;
	margin-top: 10px;
	display: flex;
	align-items: center
}

.about_wrap ._main .sub_left {
	overflow: hidden;
	width: 48%;
	float: left
}

.about_wrap ._main .sub_left img {
	width: 100%;
	display: block
}

.about_wrap ._main .sub_right {
	overflow: hidden;
	width: 50%;
	float: right;
	padding: 0 0 0 30px
}

.about_wrap ._main .sub_right h2 {
	font-size: 18px;
	color: #e60012
}

.about_wrap ._main .sub_right em {
	display: block;
	width: 60px;
	height: 3px;
	background: #e60012;
	margin: 10px 0
}

.about_wrap ._main .sub_right>div {
	color: #666
}

@media (max-width:992px) {
	.about_wrap ._title h2 {
		font-size: 18px;
		margin-bottom: 0
	}

	.about_wrap ._title p {
		font-size: 14px
	}

	.about_wrap ._main {
		overflow: hidden;
		margin-top: 10px;
		display: block
	}

	.about_wrap ._main .sub_left {
		width: 100%
	}

	.about_wrap ._main .sub_right {
		width: 100%;
		padding: 20px 0
	}

	.about_wrap ._main .sub_right h2 {
		font-size: 18px
	}
}

.environment_wrap {
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 50px 0
}

.environment_wrap ._title {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px
}

.environment_wrap ._title h2 {
	font-size: 28px;
	font-weight: 400
}

.environment_wrap ._title p {
	font-size: 16px;
	color: #999;
	padding: 0;
	margin: 0
}

.environment_wrap ._main {
	overflow: hidden;
	margin-top: 10px
}

.environment_wrap ._main ul li {
	overflow: hidden;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%
}

.environment_wrap ._main ul li:nth-child(4n) {
	margin-right: 0
}

.environment_wrap ._main ul li dt {
	width: 100%;
	overflow: hidden
}

.environment_wrap ._main ul li dt img {
	width: 100%;
	display: block
}

.environment_wrap ._main ul li dd {
	text-align: center;
	font-size: 16px;
	padding-top: 10px
}

@media (max-width:992px) {
	.environment_wrap ._title h2 {
		font-size: 18px;
		margin-bottom: 0
	}

	.environment_wrap ._title p {
		font-size: 14px
	}

	.environment_wrap ._main ul li {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%
	}

	.environment_wrap ._main ul li:nth-child(2n) {
		margin-right: 0
	}
}

.honor_wrap {
	overflow: hidden;
	padding: 50px 0
}

.honor_wrap ._title {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px
}

.honor_wrap ._title h2 {
	font-size: 28px;
	font-weight: 400
}

.honor_wrap ._title p {
	font-size: 16px;
	color: #999;
	padding: 0;
	margin: 0
}

.honor_wrap ._main {
	overflow: hidden;
	padding: 20px;
	position: relative
}

.honor_wrap ul li {
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap
}

.honor_wrap ul li img {
	width: 100%;
	display: block
}

.honor_wrap ul li dd {
	text-align: center;
	font-size: 16px;
	margin-top: 5px
}

@media (max-width:992px) {
	.honor_wrap ._title h2 {
		font-size: 18px;
		margin-bottom: 0
	}

	.honor_wrap ._title p {
		font-size: 14px
	}

	.honor_wrap ._main ul li {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%
	}

	.honor_wrap ._main ul li:nth-child(2n) {
		margin-right: 0
	}
}

.inquiry_warp {
	overflow: hidden;
	padding: 30px;
	margin: 30px auto
}

.inquiry_warp h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px
}

.inquiry_warp #feedback {
	overflow: hidden;
	max-width: 650px;
	margin: 0 auto
}

.inquiry_warp #feedback .form-row {
	overflow: hidden;
	margin-bottom: 15px
}

.inquiry_warp #feedback .form-row .row-controls {
	line-height: normal
}

.inquiry_warp #feedback .form-control {
	height: auto;
	padding: 10px 12px;
	color: #666;
	border: 1px solid #e0e0e0;
	line-height: normal
}

.inquiry_warp #feedback .form-btn {
	width: 156px;
	height: 45px;
	line-height: 45px;
	background-color: #eb5c20;
	color: #fff;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 16px;
	cursor: pointer
}

.inquiry_warp #feedback .form-btn::after {
	border: none
}

.inquiry_warp .error {
	color: eb5c20;
	margin-right: 5px
}

.inquiry_warp .json-msg {
	color: #eb5c20
}

.inquiry_warp .success {
	color: green
}

.verify_box {
	position: relative
}

.verifylink {
	padding-left: 15px;
	color: #1d3c5b;
	line-height: 37px
}

.verifyimg {
	cursor: pointer;
	height: 37px;
	display: none;
	top: 0;
	position: absolute;
	left: 136px
}

@media (max-width:992px) {
	.inquiry_warp {
		overflow: hidden;
		background: #fff;
		border-radius: 0;
		box-shadow: none;
		padding: 15px;
		margin: 0 auto
	}

	.inquiry_warp h2 {
		font-size: 18px
	}

	.inquiry_warp .row-label {
		width: 100%!important;
		text-align: left
	}

	.inquiry_warp .row-controls {
		margin-left: 0
	}

	.inquiry_warp .form-control {
		width: 100%!important
	}

	.inquiry_warp .verifyimg {
		position: relative;
		top: 0;
		left: 0;
		z-index: 10;
		vertical-align: middle;
		padding-top: 10px
	}
}

.detail_contact {
	display: block;
	overflow: hidden
}

.detail_contact ._title {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px
}

.detail_contact ._title h2 {
	font-size: 24px
}

.detail_contact ._title p {
	font-size: 16px;
	color: #999;
	padding: 0;
	margin: 0
}

.detail_contact .contact_box {
	overflow: hidden;
	padding: 60px 0
}

.detail_contact .contact_box ._main {
	display: block;
	overflow: hidden
}

.detail_contact .contact_box .sub_left {
	width: 48%;
	overflow: hidden;
	float: left;
	padding: 30px
}

.detail_contact .contact_box .sub_left h2 {
	color: #e60012;
	font-weight: 700
}

.detail_contact .contact_box .sub_left ul {
	overflow: hidden
}

.detail_contact .contact_box .sub_left ul li {
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	height: 62px;
	line-height: 62px;
	font-size: 16px
}

.detail_contact .contact_box .sub_left ul li img {
	width: 48px;
	margin-right: 10px
}

.detail_contact .contact_box .sub_right {
	overflow: hidden;
	float: right;
	width: 50%
}

@media (max-width:992px) {
	.detail_contact .contact_box ._title h2 {
		font-size: 18px;
		margin-bottom: 0
	}

	.detail_contact .contact_box .sub_left {
		width: 100%
	}

	.detail_contact .contact_box .sub_right {
		width: 100%;
		padding: 0 15px
	}
}

.detail_contact .inquiry_box {
	overflow: hidden;
	padding: 60px 0;
	background: #f5f5f5
}

.detail_contact .inquiry_box ._main {
	display: block;
	overflow: hidden;
	height: 100%;
	background: #fff url(../images/inquiry.jpg) no-repeat;
	background-size: 100vh
}

.detail_contact .inquiry_box .inquiry_left {
	width: 49%;
	float: left;
	overflow: hidden;
	vertical-align: middle;
	height: 100%
}

.detail_contact .inquiry_box .inquiry_left img {
	width: 100%;
	display: block;
	position: relative;
	top: 50%
}

@media (max-width:992px) {
	.detail_contact .inquiry_box ._title h2 {
		font-size: 18px;
		margin-bottom: 0
	}

	.detail_contact .inquiry_box ._main {
		background-size: 100%
	}

	.detail_contact .inquiry_box .inquiry_left {
		width: 100%;
		height: 200px
	}
}

.detail_inquiry {
	display: block;
	overflow: hidden;
	padding: 50px 0
}

.detail_inquiry ._title {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px
}

.detail_inquiry ._title h2 {
	font-size: 24px
}

.detail_inquiry ._title p {
	font-size: 16px;
	color: #999;
	padding: 0;
	margin: 0
}

@media (max-width:992px) {
	.detail_inquiry ._title h2 {
		font-size: 18px;
		margin-bottom: 0
	}
}

.pop_chat {
	position: fixed;
	z-index: 999;
	right: 16px;
	top: 50%;
	margin-top: -155px;
	width: 66px;
	background-color: #5b5d65
}

.pop_chat ._item {
	padding-top: 10px;
	width: 100%;
	height: 70px;
	position: relative;
	cursor: pointer;
	transition: all .5s
}

.pop_chat ._item:last-child {
	background-color: #eb5c20
}

.pop_chat ._item:hover {
	background-color: #1d3c5b
}

.pop_chat ._item .inner {
	text-align: center;
	font-size: 12px
}

.pop_chat ._item .inner p {
	color: #fff;
	padding: 0;
	margin: 0
}

.pop_chat .inner img {
	width: 31px
}

.pop_chat ._handle {
	width: 290px;
	position: absolute;
	top: 0;
	right: 66px;
	display: none
}

.pop_chat ._handle ._main {
	position: relative;
	width: 270px;
	-webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,.1);
	box-shadow: 0 0 10px 4px rgba(0,0,0,.1);
	background-color: #fff;
	padding: 23px 30px
}

.pop_chat ._handle ._main::after {
	content: '';
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left-color: #fff;
	position: absolute;
	top: 16px;
	right: -14px
}

.pop_chat .weixin_box ._main>div {
	padding-left: 30px;
	background: url(../images/pop_icon2-1.png) no-repeat left;
	background-size: 24px 24px
}

.pop_chat .weixin_box p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding-top: 5px;
	margin: 0
}

.pop_chat .weixin_box img {
	width: 66px;
	height: 66px;
	position: absolute;
	right: 30px;
	top: 20px
}

.pop_chat ._handle b {
	font-size: 16px;
	color: #eb5c20
}

.pop_chat .goback {
	height: 50px;
	display: block
}

.pop_chat ._item:hover>._handle {
	display: block
}

.footer {
	overflow: hidden;
	padding: 2.3em 0
}

.footer .foot_link {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 12px;
	padding: 0;
	justify-content: center;
	color: #5c5e62
}

.footer .foot_link a {
	font-size: 12px;
	padding: 0 5px;
	color: #5c5e62
}

@media (max-width:992px) {
	.footer {
		padding: 30px 0 30px
	}

	.footer_box {
		flex-wrap: wrap
	}
}

@media (max-width:768px) {
	.footer .foot_copyright {
		margin-top: 20px
	}

	.footer .foot_link {
		flex-wrap: wrap;
		line-height: 28px
	}

	.footer .foot_link a {
		width: 100%;
		text-align: center
	}

	.footer .code_box {
		margin: 5px auto
	}
}

.scale_legal_con01_1 {
	padding-bottom: 16px
}

.scale_legal h4 {
	font-size: 28px;
	font-weight: 500;
	margin: 32px 0 8px
}

.scale_legal h5 {
	font-size: 17px;
	font-weight: 500;
	margin: 32px 0 8px
}

.scale_legal p {
	width: 65%;
	color: #393c41
}

.scale_legal_con01_2 {
	padding-bottom: 16px
}

.scale_legal_con01_3 {
	padding-bottom: 16px
}

.scale_legal_con01_2 {
	display: block;
	line-height: 1.5;
	margin-bottom: 20px
}

.txtbox {
	line-height: 1.5;
	display: block;
	
}

.txtbox h4 {
	margin: 30px 0 10px 0
}

.txtbox h3,.txtbox h4 {
	margin-bottom: 10px
}

.txtbox p {
	font-size: 13px;
	line-height: 1.6;
	word-wrap: break-word
}

.txtbox ul {
	margin: 10px 0 30px 0;
	padding: 0 40px
}

.txtbox li {
	display: list-item;
	text-align: -webkit-match-parent;
	unicode-bidi: isolate;
	list-style-type: circle
}

.css3 {
	box-shadow: 0 0;
	width: calc(100% + 2em);
	font-size: 24px
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

fieldset,img {
	border: 0
}

:focus {
	outline: 0
}

address,cite,code,ctoolion,dfn,em,optgroup,strong,th,var {
	font-style: normal;
	font-weight: 400
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 400
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

button,input,optgroup,option,select,textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

code,kbd,samp,tt {
	font-size: 100%
}

body {
	line-height: 1.5
}

ol,ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

ctoolion,th {
	text-align: left
}

sub,sup {
	font-size: 100%;
	vertical-align: baseline
}

:link,:visited,ins {
	text-decoration: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

