﻿/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
	 font-family: "a1";
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}


@font-face {
	font-family:"a1";
	src: url("/template/default/fonts/Alibaba-PuHuiTi-Light.ttf");
}
@font-face {
	font-family:"a2";
	src: url("/template/default/fonts/Alibaba-PuHuiTi-Bold.ttf");
}

@font-face {
	font-family:"a3";
	src: url("/template/default/fonts/Alibaba-PuHuiTi-Regular.ttf");
}









h1,
h2,
h3 {
	font-weight: 500;
	 font-family: "a1";
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
	 font-family: "a1";
}

a:hover {
	color: #006bb7;
	 font-family: "a1";
}

ul {
	list-style-type: none;
	 font-family: "a1";
}

em {
	font-style: normal;
	 font-family: "a1";
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}



.banner video {
	width: 100%;
	margin-top: 80px;
}

.play-btn-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.play-btn {
	padding: 10px 20px;
	background: #006bb7;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
}

.play-btn:hover {
	background: #033a89;
}

.title {
	text-align: center;
	padding: 70px 0;
	position: relative;
}

.title h3 {
	font-size: 36px;;
	color: #221815;
	padding-bottom:20px;
}

.title::after {
	display: block;
	content: '';
	width: 70px;
	height: 3px;
	background: #27367b;
	position: absolute;
	top: 70%;
	left: 50%;
	margin-left: -35px;
}

.fp_box_1 p {
	font-size: 16px;
	color: #5c5c5c;
	line-height: 1.8;
	text-indent: 40px;
}

.fp_box_2 ul li {
	float: left;
	width: 16.6%;
	padding: 30px 0;
	padding-left: 100px;
	box-sizing: border-box;
	position: relative;

}

.fp_box_2 ul li .zuo {
	width: 77px;
	height: 77px;
	position: absolute;
	top: 50px;
	left: 5px;
}

.fp_box_2 ul li .zuo img {
	width: 100%;
	height: 100%;
}

.fp_box_2 ul li .text h3 em {
	font-size: 35px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}

.fp_box_2 ul li .text h3 span {
	color: #444;
	font-size: 1.2rem;
	font-weight: normal;
}

.fp_box_2 ul li .text p {
	font-size: 16px;;
	color: #555;
}

.fp_box_3 ul {
	margin-left: -10px;
	margin-right: -10px;
}

.fp_box_3 ul li {
	float: left;
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 50px;
}

.fp_box_3 ul li a {
	display: block;
}

.fp_box_3 ul li a .pic {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.fp_box_3 ul li a .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.5s;
}

.fp_box_3 ul li:hover a .pic img {
	transform: scale(1.1);

}

.fp_box_3 ul li a .text {
	padding-top: 30px;
}

.fp_box_3 ul li a .text h3 {
	font-size: 24px;;
	color: #2b367b;
	margin-top: 0;
	margin-bottom:10px;
}

.fp_box_3 ul li a .text span {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;;
	color: #000000;
}

.fp_box_3 ul li a .text p {
	font-size: 16px;;
	color: #555;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fp_box_3 ul li a .pic.on::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/bg.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.fp_box_4 ul {
	margin-left: -10px;
	margin-right: -10px;
}

.fp_box_4 ul li {
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}

.fp_box_4 {
	padding-bottom: 60px;
}

.fp_box_4 ul li a {
	display: block;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
}

.fp_box_4 ul li .pic {
	width: 100%;
	height: 333px;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}

.fp_box_4 ul li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.5s;
}

.fp_box_4 ul li:hover .pic img {
	transform: scale(1.1);
}


.fp_box_4 ul li .text {
	padding: 15px
}

.fp_box_4 ul li .text h3 {
	font-size: 24px;;
	color: #3b3b3b;
	margin: 15px 0;
}

.fp_box_4 ul li .text p {
	font-size: 16px;;
	color: #555;
	line-height: 1.8;
	min-height: 60px;
}

.fp_box_5 {
	padding-bottom: 100px;
	background: url(../images/bg2.png) no-repeat center;
	background-size: 100% 100%;
}

.tab_nav {
	text-align: center;
	padding-bottom: 50px;
}

.tab_nav a {
	width: 180px;
	height: 45px;
	display: inline-block;
	border: 1px solid #ccc;
	line-height: 45px;
	font-size: 16px;;
	color: #333;
	border-radius: 30px;
	margin: 0 10px;
}

.tab_nav a:hover {
	color: #fff;
	background: #033a89;
	border: 1px solid #033a89;
}

.tab_nav a.hover {
	color: #fff;
	background: #033a89;
	border: 1px solid #033a89;
}

.lunbo {
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: none;
}

.lunbo.show {
	display: block;
}

.lunbo img {
	width: 100%;
	height: 100%;
	display: block;
}

.lunbo .swiper-button-next {
	right: -70px;
	left: auto;
	background: url(../images/you.png) no-repeat center;
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}

.lunbo .swiper-button-prev {
	left: -70px;
	background: url(../images/zuo.png) no-repeat center;
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}



.d_lunbo {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.fp_box_6 .swiper-slide .pic {
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.fp_box_6 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.5s;
}

.fp_box_6 .swiper-slide img:hover {
	transform: scale(1.1);
}

.fp_box_6 .swiper-slide .text {
	width: 100%;
	height: 100%;
	background: #ededed;
	padding: 20px 35px;
	box-sizing: border-box;
	height: 266px;
}

.fp_box_6 .swiper-slide .text h3 {
	margin: 0;
	margin-bottom: 15px;
	font-size: 24px;;
	color: #000000;
}

.fp_box_6 .swiper-slide .text p {
	font-size: 16px;;
	color: #000000;
}

.fp_box_6 {
	padding-bottom: 50px;
}

.d_lunbo .swiper-button-next {
	right: -70px;
	left: auto;
	background: url(../images/you2.png) no-repeat center;
	background-size: 100% 100%;
	width: 30px;
	height: 50px;
}

.d_lunbo .swiper-button-prev {
	left: -70px;
	background: url(../images/zuo2.png) no-repeat center;
	background-size: 100% 100%;
	width: 30px;
	height: 50px;
}

.fp_box_7 ul {
	padding-left: -10px;
	padding-right: -10px;
}

.fp_box_7 ul li {
	width: 25%;
	padding: 0 10px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.fp_box_7 ul li .pic {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.fp_box_7 ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.5s;
}

.fp_box_7 ul li .pic img:hover {
	transform: scale(1.1);
}

.fp_box_7 ul li .text {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
}

.fp_box_7 ul li .text h3 {
	font-size: 16px;;
	color: #2d2d2d;
	margin: 0;
	margin-bottom: 10px;
}

.fp_box_7 ul li .text p {
	font-size: 16px;
	color: #555;
}

.fp_box_7 {
	padding-bottom: 60px;
}

.fp_box_8 {
	background: #ededed;
	padding-bottom: 60px;
}

.fp_box_8 ul {
	padding-left: -10px;
	padding-right: -10px;
}

.fp_box_8 ul li {
	width: 33.33%;
	padding: 0 10px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-bottom: 30px;
}

.fp_box_8 ul li .pic {
	width: 100%;
	height: 320px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.fp_box_8 ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.5s;
}

.fp_box_8 ul li .pic img:hover {
	transform: scale(1.1);
}

.fp_box_8 ul li .text {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}

.fp_box_8 ul li .text h3 {
	font-size: 20px;;
	font-weight:bold;
	color: #3a3a3a;
	margin: 0;
	margin-bottom: 10px;
}

.fp_box_8 ul li .text p {
	font-size: 16px;;
	color: #555;
	line-height: 1.8;
	min-height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.fp_box_8 ul li .text a {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	background: #f3f3f3;
	color: #27367b;
	font-size:16px;;
}

.fp_box_8 ul li .text a:hover {
	background: #033a89;
	color: #fff;
}

footer {
	padding: 0 10%;
	height: 80px;
	line-height: 80px;
}

footer .left {
	float: left;
	text-align: left;
	width: 20%;
}

footer .left h3 {
	display: inline-block;
}

footer .left span {
	display: inline-block;
	font-size:16px;;
}

footer .footr_nav {
	width: 60%;
	float: left;
	text-align: center;
}

footer .footr_nav a {
	display: inline-block;
	font-size: 16px;;
	color: #000;
	margin: 0 10px;
}

footer .footr_nav a:hover {
	color: #033a89;
}

footer .you {
	width: 20%;
	float: right;
}

footer .you a {
	display: inline-block;
}

footer .you img {
	width: 22px;
	height: 22px;
	display: inline-block;
}

.footer {
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-top: 1px solid #ccc;
	font-size: 16px;;
	color: #cdced4;
}

.footer a {
	color: #cdced4;
}

.footer a:hover {
	color: #033a89;
}

.shouji_banner {
	display: none;
}
.header.scrolled .logo img {
    height: 50px;
}
.dbdh {
	display: none;
}
.header.scrolled .logo img {
    height: 50px !important;
}
@media only screen and (max-width:1700px) {
	footer {
		padding: 0 5%;
	}
}

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1500px) {
	footer .footr_nav a {
		display: inline-block;
		font-size: 16px;;
		color: #000;
		margin: 0 10px;
	}

	footer .left h3 {
		font-size: 16px;
	}

	.footer {
		font-size: 16px;;
	}



	.fp_box_6 .swiper-slide .pic {
		width: 100%;
		height: 255px;
		overflow: hidden;
	}

	.fp_box_7 ul li .pic {
		width: 100%;
		height: 230px;
		overflow: hidden;
		border-radius: 10px 10px 0 0;
	}

	.fp_box_8 ul li .pic {
		width: 100%;
		height: 260px;
		overflow: hidden;
		border-radius: 10px 10px 0 0;
	}
}

@media only screen and (max-width:1400px) {
	.title {
		text-align: center;
		padding: 40px 0;
		position: relative;
	}

	.title::after {
		display: block;
		content: '';
		width: 70px;
		height: 3px;
		background: #27367b;
		position: absolute;
		top: 70%;
		left: 50%;
		margin-left: -35px;
	}

	.fp_box_2 ul li .zuo {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 40px;
		left: 5px;
	}

	.fp_box_2 ul li {
		float: left;
		width: 16.6%;
		padding: 20px 0;
		padding-left: 65px;
		box-sizing: border-box;
		position: relative;
	}

	.fp_box_2 ul li .text p {
		font-size: 16px;;
		color: #555;
	}

	.fp_box_3 ul li a .pic {
		position: relative;
		width: 100%;
		height: 270px;
		overflow: hidden;
	}

	.fp_box_4 ul li .pic {
		width: 100%;
		height: 224px;
		overflow: hidden;
		border-radius: 15px 15px 0 0;
	}

	.fp_box_6 .swiper-slide .pic {
		width: 100%;
		height: 210px;
		overflow: hidden;
	}

	.fp_box_6 .swiper-slide .text p {
		font-size: 16px;;
		color: #000000;
	}

	.fp_box_7 ul li .pic {
		width: 100%;
		height: 200px;
		overflow: hidden;
		border-radius: 10px 10px 0 0;
	}

	.fp_box_8 ul li .pic {
		width: 100%;
		height: 200px;
		overflow: hidden;
		border-radius: 10px 10px 0 0;
	}

	.fp_box_8 ul li .text p {
		font-size: 16px;;
		color: #555;
		line-height: 1.8;
		min-height: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.fp_box_8 ul li .text h3 {
		font-size:18px;
		font-weight:bold;
		color: #3a3a3a;
		margin: 0;
		margin-bottom: 10px;
	}

	footer .footr_nav a {
		display: inline-block;
		font-size: 16px;;
		color: #000;
		margin: 0 10px;
	}
}

@media only screen and (max-width:1200px) {


	.fp_box_2 ul li .text h3 em {
		font-size: 27px;
		color: #000;
		font-weight: bold;
		display: inline-block;
		margin-right: 5px;
	}

	.fp_box_3 ul li a .pic {
		position: relative;
		width: 100%;
		height: 213px;
		overflow: hidden;
	}

	.fp_box_3 ul li a .text p {
		font-size: 14px;
		color: #555;
		line-height: 1.8;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.fp_box_4 ul li .pic {
		width: 100%;
		height: 180px;
		overflow: hidden;
		border-radius: 15px 15px 0 0;
	}

	.fp_box_4 ul li .text p {
		font-size: 12px;
		color: #555;
		line-height: 1.8;
		min-height: 60px;
	}

	.tab_nav a {
		width: 120px;
		height: 40px;
		display: inline-block;
		border: 1px solid #ccc;
		line-height: 40px;
		font-size: 15px;
		color: #333;
		border-radius: 30px;
		margin: 0 10px;
	}

	.fp_box_6 .swiper-slide .pic {
		width: 100%;
		height: 170px;
		overflow: hidden;
	}

	.fp_box_6 .swiper-slide .text h3 {
		margin: 0;
		margin-bottom: 15px;
		font-size: 16px;
		color: #000000;
	}

	.fp_box_6 .swiper-slide .text {
		width: 100%;
		height: 100%;
		background: #ededed;
		padding: 15px 15px;
		box-sizing: border-box;
		height: 266px;
	}

	.fp_box_7 ul li .text h3 {
		font-size: 18px;
		color: #2d2d2d;
		margin: 0;
		margin-bottom: 10px;
	}

	.fp_box_7 ul li .text p {
		font-size: 12px;
		color: #555;
	}
}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 750px) {




	.banner {
		display: none;
	}

	.shouji_banner {
		margin-top: 60px;
		display: block;
	}

	.header .logo {
		width: auto;
		margin-top: 0;
	}

	.header .logo img {
		height: 40px;
	}

	.title {
		text-align: center;
		padding: 30px 0;
		position: relative;
		padding-top: 10px;
	}

	.title h3 {
		font-size: 24px;
		color: #221815;
	}

	.fp_box_1 p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 1.8;
		text-indent: 28px;
	}

	.fp_box_2 ul li {
		width: 33.33%;
		padding-top: 40px;
		padding-left: 0;
		text-align: center;
	}

	.fp_box_2 ul li .zuo {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -25px;
	}

	.fp_box_3 ul li {
		float: left;
		width: 33.33%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-top: 0px;
		width: 50%;
		margin-bottom: 20px;
	}

	.fp_box_3 ul li a .pic {
		position: relative;
		width: 100%;
		height: 150px;
		overflow: hidden;
	}

	.fp_box_3 ul li a .text {
		padding-top: 20px;
	}

	.fp_box_3 ul li a .text h3 {
		font-size: 20px;
		color: #2b367b;
		margin-top: 0;
	}

	.fp_box_3 ul li a .text span {
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
		color: #000000;
	}

	.fp_box_3 ul li a .text p {
		font-size: 12px;
		color: #555;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.fp_box_4 ul li {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		float: left;
	}

	.fp_box_4 ul li .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 10px 10px 0 0;
	}

	.fp_box_4 {
		padding-bottom: 30px;
	}

	.fp_box_4 ul li .text p {
		font-size: 12px;
		color: #555;
		line-height: 1.8;
		min-height: auto;
	}

	.tab_nav a {
		width: auto;
		height: 20px;
		display: inline-block;
		border: 1px solid #ccc;
		line-height: 10px;
		font-size: 10px;
		color: #333;
		border-radius: 5px;
		margin: 0 10px;
		padding: 5px 10px;
	}

	.lunbo {
		width: 80%;
		margin: 0 auto;
		position: relative;
		display: none;
	}

	.lunbo .swiper-button-next {
		right: -40px;
		left: auto;
		background: url(../images/you.png) no-repeat center;
		background-size: 100% 100%;
		width: 30px;
		height: 30px;
	}

	.lunbo .swiper-button-prev {
		left: -40px;
		background: url(../images/zuo.png) no-repeat center;
		background-size: 100% 100%;
		width: 30px;
		height: 30px;
	}

	.tab_nav {
		text-align: center;
		padding-bottom: 30px;
	}

	.fp_box_5 {
		padding-bottom: 30px;
		background: url(../images/bg2.png) no-repeat center;
		background-size: 100% 100%;
	}

	.d_lunbo {
		width: 80%;
		margin: 0 auto;
		position: relative;
	}

	.fp_box_6 .swiper-slide .pic {
		width: 100%;
		height: max-content;
		overflow: hidden;
	}

	.d_lunbo .swiper-button-next {
		right: -40px;
		left: auto;
		background: url(../images/you2.png) no-repeat center;
		background-size: 100% 100%;
		width: 15px;
		height: 25px;
	}

	.d_lunbo .swiper-button-prev {
		left: -40px;
		background: url(../images/zuo2.png) no-repeat center;
		background-size: 100% 100%;
		width: 15px;
		height: 25px;
	}

	.fp_box_6 .swiper-slide .text {
		width: 100%;
		height: 100%;
		background: #ededed;
		padding: 15px 15px;
		box-sizing: border-box;
		height: auto;
	}

	.fp_box_7 ul li {
		width: 50%;
		padding: 0 10px;
		float: left;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.fp_box_7 ul li .pic {
		width: 100%;
		height: 145px;
		overflow: hidden;
		border-radius: 10px 10px 0 0;
	}

	.fp_box_7 ul li .text h3 {
		font-size: 16px;
		color: #2d2d2d;
		margin: 0;
		margin-bottom: 10px;
	}

	.fp_box_7 {
		padding-bottom: 30px;
	}

	.fp_box_8 ul li {
		width: 100%;
		padding: 0 10px;
		float: left;
		box-sizing: border-box;
		margin-bottom: 30px;
		margin-bottom: 30px;
	}

	.fp_box_8 ul li .pic {
		height: auto;
	}

	.fp_box_8 {
		background: #ededed;
		padding-bottom: 10px;
	}

	.fp_box_8 ul li .text p {
		font-size: 12px;
		color: #555;
		line-height: 1.8;
		min-height: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	footer {
		height: auto;
		line-height: 40px;
		display: none;
	}

	footer .left {
		float: left;
		width: 100%;
		text-align: center;
	}

	footer .footr_nav {
		width: 100%;
		float: left;
		text-align: center;
	}

	footer .footr_nav a {
		display: block;
		width: 25%;
		float: left;
		text-align: center;
		height: 40px;
	}

	footer .you {
		width: 100%;
		float: right;
		text-align: center;
	}

	footer .you a {
		margin: 0 20px;
	}

	.footer {
		margin-top: 20px;
		font-size: 10px;
		height: 40px;
		line-height: 40px;
		display: none;
	}

	.dbdh {
		display: block;
	}
	body{
		padding-bottom: 45px;
		 font-family: "a1";
	}
	.dbdh {
		min-width: 320px;
		max-width: 750px;
		width: 100%;
		position: fixed;
		bottom: -10px;
		z-index: 299;
	}

	.dbdh li {
		float: left;
		width: 25%;
		height: 4.5rem;
		background: #222222;
		box-sizing: border-box;
		border-right: 1px solid #343434;
	}

	.dbdh li.hover {
		background: #003171;
	}

	.dbdh li a {
		display: block;
		height: 4.5rem;
		padding-top: 0.45rem;
		box-sizing: border-box;
	}

	.dbdh li em {
		display: block;
		width: 1.3rem;
		height: 1.3rem;
		margin: 0 auto;
		line-height: 0;
	}

	.dbdh li em img {
		width: 100%;
	}

	.dbdh li i {
		display: block;
		height: 2.4rem;
		line-height: 2.4rem;
		text-align: center;
		font-size: 1.4rem;
		color: #FFF;
		font-style: normal;
	}
}