/* ========== */
/* = RESET = */
/* ========== */



body {
	min-width: 320px;
	font-size: 14px;
	color: #666;
	font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}
body, div, span, p, em, img, i, ul, li, a {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
/*RESET A*/
* {
	text-decoration: none!important;
}
a, a:visited, a:active, a:hover, a:focus {
	text-decoration: none!important;
	outline: none;
 star: expression_r(this.onFocus=this.blur());
}
a {
	color: #666;
}
.clearfix {
*zoom:1;
}
.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
	content: '\20';
}
.bgFull {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
img {
	display: block;
	
	border: 0;
	margin: 0 auto;
}
.item img{
	max-width: 100%;
}
em {
	font-style: normal;
}
.pc-block {
	display: block;
}
 @media (max-width:999px) {
.pc-block {
	display: none;
}
}
.transition {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.home-choose {
	text-align: center;
}
.home-choose .tit-cn {
	font-size: 38px;
	color: #a82c2c;
	letter-spacing: 10px;
        font-weight: bold;
}
.home-choose .tit-en {
	margin-top: 20px;
	font-size: 14px;
	color: #6f6d6d;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.home-choose li {
	margin-top: 30px;
	float: left;
	width: 14.2857%;
	text-align: center;
	position: relative;
}
.home-choose li:after {
	content: "";
	position: absolute;
	bottom: 18px;
	right: -50px;
	width: 100px;
	border-bottom: 1px dashed #e5e5e5;
}
.home-choose li:before {
	content: "";
	position: absolute;
	top: 22px;
	right: -10px;
	width: 0px;
	height: 0px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #6d7d93;
	border-width: 7px;
}
.home-choose li:last-child:after, .home-choose li:last-child:before {
	display: none;
}
.home-choose li i {
	display: inline-block;
	background: #0a2444;
	border-radius: 50%;
}
.home-choose li p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #111111;
}
.home-choose li div {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	min-height: 48px;
	overflow: hidden;
}
.home-choose li div em {
	font-style: normal;
	color: #a82c2c;
	font-weight: bold;
}
.home-choose li span {
	margin-top: 7px;
	display: inline-block;
	font-size: 12px;
	width: 25px;
	height: 30px;
	line-height: 30px;
	background: url(../images/ico_liubian.png);
	color: #999999;
}
.home-choose li:hover i {
	background: #b48b62;
}
.home-choose li:hover p {
	color: #b48b62;
}
 @media (max-width:999px) {
.home-choose .tit-cn {
	font-size: 20px;
	letter-spacing: 0;
}
.home-choose .tit-en {
	font-size: 11px;
	letter-spacing: 0;
}
.home-choose li {
	width: 33.3333333333%;
}
.home-choose li:before {
	right: 4px;
	top: 17px;
}
.home-choose li:after {
	width: 50px;
	right: -25px;
}
.home-choose li:nth-child(3n):after {
	display: none;
}
.home-choose li img {
	width: 44px;
}
.home-choose li p {
	font-size: 14px;
}
.home-choose li div {
	font-size: 10px;
}
}
/* ========== */
/* = FIXED-BOTTOM = */
/* ========== */
/*.fixed-bottom-bg{ width: 100%;height: 140px; background: url(../images/fixed_bottom_bg.jpg) center top;opacity: 0.9;position:fixed; bottom: 0; right:0; z-index: 999;}*/
