/* å¤´éƒ¨å›¾ */
/* CSS Document */
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: å¾®è½¯é›…é»‘;
	padding: 0;
	margin: 0;
	/*transition:0.4s;-webkit-transition:0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;-ms-transition: 0.4s;*/
}
body{
	margin: 0;
	padding: 0;
}
ul,
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.text-over {

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wrapper_1200 {
	width: 1200px;
	margin: 0 auto;
}
.wrapper{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #ffffff;
}
@media all and (max-width: 1440px) {
    .wrapper{
    	width: 1440px!important;
    	overflow: hidden;
    	margin: 0 auto;
    	background: #ffffff;
    }
}

/*清除浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

/*placeholder设置颜色*/
::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	cursor: pointer;
}

/* a:hover,
a:focus {
	color: #ff3300;
} */

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.mt0 {
	margin-top: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.w144{
	width: 1440px;
	margin: 0 auto;
}
.header-img {
	width: 100%;
	/*height: 400px;*/
	margin-bottom: 30px;
}

.header-img a,
.header-img a img {
	width: 100%;
}

/* æ ‡é¢˜ */
.header-title {
	margin-bottom: 30px;
}

.header-title h1 {
	width: 100%;
}

.header-title h1 a {
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	#ef5164-space: nowrap;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
}

.header-title p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	#ef5164-space: nowrap;
}


.header-title p span a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.header-title p span:last-child i a {
	color: #FF0000;
	margin-left: 10px;
}


/* è½®æ’­å›¾ä»£ç  */
/* æœ¬ä¾‹å­css */
.banner {
	margin-bottom: 30px;
}

.banner-img {
	width: 630px;
	height: 420px;
	overflow: hidden;
	position: relative;
	float: left;
}

.banner-img .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 8px;
	z-index: 1;
}

.banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner-img .hd ul li {
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.banner-img .hd ul li:last-child {
	margin-right: 30px;
}

.banner-img .hd ul li.on {
	background: #BD1A2D;
	color: #fff;
}

.banner-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.mask {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 630px;
	height: 50px;
	background: rgba(000, 000, 000, 0.5);
	z-index: 100;
	left: 0;
	bottom: 0;
}

.mask a {
	display: inline-block;
	margin-top: 12px;
	margin-left: 32px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 78%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-img .bd img {
	width: 630px;
	height: 420px;
	display: block;
}

.prev,
.next {
	width: 50px;
	height: 100px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.prev {
	left: 0;
}

.next {
	right: 0px;
}

.prev img,
.next img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 24px;
}


/* è½®æ’­åˆ—è¡¨ */
.banner-list {
	width: 550px;
	float: right;
}

.banner-title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

.banner-title h1 {
	float: left;
}

.banner-title h1 a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
}

.banner-title h1 a::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #BD1A2D;
	border-radius: 2px;
	margin-right: 10px;
}

.banner-title span {
	float: right;
}

.banner-title span a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
}

.banner-list ul,
.banner-list ul li {
	width: 100%;
}

.banner-list ul li a {
	display: block;
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-list ul li:first-child a {
	display: block;
	font-weight: bold;
}

.banner-list ul li:not(:first-child) a::before {
	display: inline-block;
	content: '•';
	color: #000000;
	margin-right: 8px;
}

.banner-list ul:first-of-type {
	margin-bottom: 20px;
}

/* é€šç”¨ */
.content {
	margin-bottom: 30px;
}

.before {
	width: 380px;
	border-top: 2px solid #BD1A2D;
	float: left;
}

.title {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.title h2 {
	float: left;
}

.title h2 a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 36px;
}

.title h2 a::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 24px;
	background: -webkit-linear-gradient(to bottom, #ef5164 0%, #ef5164 50%, #BD1A2D 75%, #BD1A2D 100%);
	/* Safari 5.1-6.0 */
	background: -o-linear-gradient(to bottom, #ef5164 0%, #ef5164 50%, #BD1A2D 50%, #BD1A2D 100%);
	/* Opera 11.1-12.0 */
	background: -moz-linear-gradient(to bottom, #ef5164 0%, #ef5164 50%, #BD1A2D 50%, #BD1A2D 100%);
	/* Firefox 3.6-15 */
	background: linear-gradient(to bottom, #ef5164 0%, #ef5164 50%, #BD1A2D 50%, #BD1A2D 100%);
	/* æ ‡å‡†è¯­æ³• */
	margin-right: 10px;
}

.title span {
	float: right;
}

.title span a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}


/* æ ‡å‡†ä¸Žæ”¿ç­–è§£è¯» */
.policy {
	margin-right: 30px;
}

.policy ul,
.policy ul li,
.policy ul li h2,
.policy ul li p,
.policy ul li h2 a,
.policy ul li p a {
	width: 100%;
}

.policy ul li {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 18px;
}

.policy ul li:first-of-type {
	padding-top: 0px;
}

.policy ul li h2 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.policy ul li p a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* ä¸‰å†œè§†é‡Ž */
.field {
	margin-right: 20px;
}

.field .img {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.field .img a {
	width: 100%;
}

.field .img img ,.field .img video{
	width: 100%;
	height: 210px;
}

.field .img span {
	width: 380px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.field ul,
.field ul li {
	width: 100%;
}

.field ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #333333;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.field ul li a::before {
	display: inline-block;
	content: '•';
	color: #000000;
	margin-right: 8px;
}

/* å†œå®‰åŠ¨æ€ */
.dynamic .banner-img,
.dynamic .banner-img .bd img {
	width: 380px;
	height: 214px;
	float: none;
}

.dynamic .prev,
.dynamic .next {
	width: 40px;
	height: 70px;
}

.dynamic .gery {
	width: 380px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
}

.dynamic .gery a {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ä¸‹åŠéƒ¨åˆ† */
.content-bottom {
	margin-bottom: 35px;
}

.show-text,
.show-text h2,
.show-text p,
.show-text h2 a,
.show-text p a {
	width: 100%;
}

.show-text h2 {
	margin-top: 10px;
}

.show-text h2 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.show-text p a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* å†œäº§å“ä¸‰å“ä¸€æ ‡ */
.product {
	margin-right: 30px;
}

.product ul,
.product ul li,
.product ul li a {
	width: 100%;
}

.product ul li:not(:last-child) {
	margin-bottom: 20px;
}

.product ul li a {
	overflow: hidden;
}

.product ul li a img {
	width: 180px;
	height: 100px;
	float: left;
}

.product ul li a p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
	width: 182px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	float: right;
	margin-top: 10px;
}

/* å†œå®‰ç§‘æ™® */
.content-bottom .field ul {
	margin-top: 20px;
}

/* ä¸“ç‰ˆå¯¼è§ˆ */
.guide-one {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.guide-one h2,
.guide-one p,
.guide-one h2 a,
.guide-one p a {
	width: 100%;
}

.guide-one h2 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.guide-one p a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.guide ul,
.guide ul li {
	width: 100%;
}

.guide ul li a {
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #333333;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.guide ul li a::before {
	display: inline-block;
	content: 'â€¢';
	color: #000000;
	margin-right: 8px;
}

/* å°¾éƒ¨é“¾æŽ¥ */
footer{
	width:100%;
	height: 50px;
	background: #BD1A2D;
}

footer p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F2F2F2;
	line-height: 50px;
}