* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

li {
	list-style: none;
	cursor: default;
}

body {
	padding: 0px 0;
	font-size: 14px;
}

a,
a:hover {
	color: #000;
	text-decoration: none;
}

.content {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.pointer {
	cursor: pointer;
}

.textline:hover {
	text-decoration: underline;
}

img {
	vertical-align: top;
	border: none;
	max-width: 100%;
	height: auto;
}

body {
	background-color: rgb(248, 248, 248);
}

.content-mc .center {
	width: 1200px;
	margin: 0 auto;
}

.content-mc .new-content,
.content-mc .new-content2,
.content-mc .qa-content>.fl,
.content-mc .qa-content>.fr{
	background-color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0px 6px 8px rgba(205, 205, 205, 0.35);
	padding: 25px 20px ;
	margin-bottom: 30px;
	position: relative;
}

.content-mc .new-title {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 25px;
}

.content-mc .new-title>span {
	font-size: 18px;
	color: rgb(109, 109, 109);
	padding-bottom: 8px;
	margin-right: 55px;
}

.content-mc .new-title>span:last-of-type {
	margin-right: 0;
}

.content-mc .new-title .active {
	color: #383838;
	font-weight: 900;
	border-bottom: 4px solid rgb(214, 45, 39);
}

.content-mc .new-title>a {
	font-size: 14px;
	color: #888888;
	margin-top: 4px;
}

.content-mc .new-item {
	line-height: 2.2;
}

.content-mc .new-item>span:first-of-type {
	font-size: 16px;
	color: rgb(109, 109, 109);
	width: 440px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-mc .new-item>span:nth-of-type(2) {
	font-size: 14px;
	color: #888888;
}

.content-mc .sHeader-content-box {
	width: 100%;
	background-color: rgb(255, 255, 255);
}

.content-mc .sHeader-content {
	display: flex;
	justify-content: space-between;
	height: 70px;
	line-height: 70px;
}

.content-mc .sHeader-content a {
	font-size: 12px;
	color: rgb(109, 109, 109);
}

.content-mc .sHeader-content .header-left a img {
	height: 70px;
}

.content-mc .sHeader-content .header-right img {
	width: 18px;
	height: 18px;
	margin: 26px 3px 26px 0;
}

.content-mc .bHeader-content {
	border-bottom: 2px solid rgb(211, 45, 37);
}

.content-mc .bHeader-content>img {
	width: 100%;
}

.content-mc .channel-content-box {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 25px;
}

.content-mc .channel-content{
	display: flex;
	justify-content: space-between;
}

.content-mc .channel-content>a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: rgb(109, 109, 109);
	padding: 0 5px;
}

.content-mc .channel-content .active {
	border-bottom: 4px solid rgb(214, 45, 39);
	font-weight: 900;
	color: rgb(214, 45, 39);
}

.content-mc .bFooter-content-box {
	border-top: 2px solid rgb(211, 45, 37);
	padding: 30px 0;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 40px;
}

.content-mc .bFooter-content .logo-item-box>span{
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #888888;
	margin: 0 10px 0 20px;
	position: relative;
	top: 8px;
}

.content-mc .bFooter-content .logo-item{
	display: inline-block;
}

.content-mc .bFooter-content .logo-item>img{
	width: 36px;
	height: 36px;
	margin-right: 3px;
}

.content-mc .bFooter-content .logo-item>span{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #383838;
}

.content-mc .bFooter-content .connect{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.content-mc .bFooter-content .connect>a{
	font-size: 14px;
	color: #888888;
}

.content-mc .bFooter-content .erCode{
	width: 65px;
	height: 65px;
	position: relative;
	top: 5px;
	left: 30px;
}

.content-mc .bFooter-content>.fr>a{
	display: inline-block;
	margin-right: 40px;
	position: relative;
	top: 8px;
}

.content-mc .bFooter-content>.fr>a>img{
	border: 1px solid #E4E4E4;
}

.content-mc .bFooter-content>fr>a:last-of-type{
	margin-right: 0;
}

.content-mc .bFooter-content .footer-img-box{
	width: 100px;
	height: 112px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 15px;
	text-align: right;
}

.content-mc .bFooter-content .footer-img-box>img{
	width: 78px;
	height: 112px;
}

.content-mc .sFooter-content {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #E4E4E4;
}

.content-mc .sFooter-content>span {
	font-size: 12px;
	color: #888888;
	margin-right: 20px;
}

.content-mc .sFooter-content>span:last-of-type {
	margin-right: 0;
}

.content-mc .banner-content{
	margin-bottom: 30px;
}

.content-mc .banner-content .nav-Swiper{
	width: 900px;
	box-shadow: 0px 6px 8px rgba(205, 205, 205, 0.35);
}

.content-mc .banner-content .nav-Swiper a {
	display: block;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.content-mc .banner-content .nav-Swiper a>img {
	height: 360px;
}

.content-mc .banner-content>a>img {
	width: 280px;
	height: 360px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 6px 8px rgba(205, 205, 205, 0.35);
}

.content-mc .banner-content .nav-Swiper .swiper-pagination {
	bottom: 30px;
}

.content-mc .banner-content .nav-Swiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	opacity: 1;
	background: rgb(205, 43, 38);
	margin: 0 11px;
}

.content-mc .banner-content .nav-Swiper .swiper-pagination-bullet-active {
	width: 23px;
	height: 23px;
	border-radius: 11.5px;
	-moz-border-radius: 11.5px;
	background-color: #FFFFFF;
	border: 2px solid rgb(205, 43, 38);
	position: relative;
	top: 5px;
}

.content-mc .new-content>.fl,
.content-mc .new-content>.fr {
	width: 565px;
}

.content-mc .new-content .new-swiper,
.content-mc .new-content .img-swiper{
	padding-bottom: 30px;
}

.content-mc .new-content .new-item2 {
	display: block;
	height: 66px;
	display: flex;
	justify-content: start;
	align-items: center;
	border-bottom: 1px solid #E4E4E4;
}

.content-mc .new-content .new-item2>div:first-of-type{
	font-size: 18px;
	color: #888888;
}

.content-mc .new-content .new-item2>div:last-of-type{
	font-size: 18px;
	color: #383838;
	padding-left: 42px;
	width: 462px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-mc .new-content .fl .swiper-container-horizontal>.swiper-pagination{
	text-align: left;
	bottom: 0;
}

.content-mc .new-content .fr .swiper-container-horizontal>.swiper-pagination{
	bottom: 0;
}

.content-mc .new-content .new-swiper .swiper-pagination-bullet,
.content-mc .new-content .img-swiper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #000000;
	opacity: 1;
	margin: 0 6px;
}

.content-mc .new-content .new-swiper .swiper-pagination-bullet-active,
.content-mc .new-content .img-swiper .swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
}

.content-mc .new-content .img-swiper a{
	display: block;
	width: 565px;
	height: 330px;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
}

.content-mc .new-content .img-swiper a img {
	height: 330px;
} 

.content-mc .qa-content>div{
	width: 585px;
}

.content-mc .qa-content .qa-item{
	padding-left: 50px;
	margin-top: 20px;
	position: relative;
}

.content-mc .qa-content .qa-item>img{
	position: absolute;
	top: 0;
	left: 0;
}

.content-mc .qa-content .qa-item>div:first-of-type {
	font-size: 18px;
	color: #383838;
	font-weight: 900;
	width: 490px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.content-mc .qa-content .qa-item>div:last-of-type {
	width: 490px;
	height: 66px;
	background-color: rgb(248, 248, 248);
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 10px;
}

.content-mc .qa-content .qa-item>div:last-of-type>span {
	font-size: 14px;
	color: rgb(109, 109, 109);
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content-mc .qa-content .special-qa {
	width: 545px;
	height: 70px;
	background-color: rgb(248, 248, 248);
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: 20px;
	padding: 10px 20px;
	position: relative;
}

.content-mc .qa-content .special-qa>textarea {
	width: 380px;
	height: 50px;
	border: none;
	background-color: rgb(248, 248, 248);
	font-size: 16px;
	color: #888888;
	outline: none;
	resize:none;
}

.content-mc .qa-content .special-qa>textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #888888;
}

.content-mc .qa-content .special-qa>textarea::-moz-placeholder {  
   font-size: 16px;
   color: #888888;
}

.content-mc .qa-content .special-qa>textarea:-moz-placeholder { 
   font-size: 16px;
   color: #888888;
}

.content-mc .qa-content .special-qa>textarea:-ms-input-placeholder { 
    font-size: 16px;
    color: #888888; 
}

.content-mc .qa-content .special-qa>a {
	display: inline-block;
	width: 94px;
	height: 34px;
	border-radius: 17px;
	-moz-border-radius: 17px;
	background-color: rgb(215, 51, 90);
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	top: 18px;
	right: 20px;
}

.content-mc .qa-content .img-info {
	display: block;
	margin-bottom: 21.5px;
}

.content-mc .qa-content .img-info:last-of-type {
	margin-bottom: 0;
}

.content-mc .qa-content .img-info>img {
	width: 144px;
	height: 92px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.content-mc .qa-content .img-info>div {
	width:400px;
	padding-left: 20px;
}

.content-mc .qa-content .img-info>div>div:first-of-type {
	margin-top: 5px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	height: 50px;
}

.content-mc .qa-content .img-info>div>div:first-of-type>span{
	font-size: 18px;
	color: #383838;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content-mc .qa-content .img-info>div>div:last-of-type {
	font-size: 14px;
	color: #888888;
}

.content-mc .new-content2>.fl,
.content-mc .new-content2>.fr{
	width: 540px;
}


.content-mc .qa-content .special-qa{
	margin-top: 15px;
	height: 93px;
	position: relative;
}

.content-mc .qa-content .special-qa>textarea{
	width: 280px;
	height: 65px;
}

.content-mc .qa-content .special-qa>a{
	top: 42px;
}

.content-mc .qa-content .special-qa>a:last-of-type{
	width: 110px;
	right: 130px;
	background-color: #ffffff;
	color: #888888;
	border: 1px solid #e4e4e4;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	z-index: 10;
	text-align: left;
}

.content-mc .qa-content .special-qa>a:last-of-type>span{
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-mc .qa-content .special-qa .choose-item{
	position: absolute;
	top: 59px;
	right: 130px;
	width: 110px;
	background: #FFFFFF;
	box-shadow: 0px 6px 8px rgba(205, 205, 205, 0.35);
	z-index: 5;
	display: none;
}

.content-mc .qa-content .special-qa .choose-item>ul{
	padding-top: 20px;
}

.content-mc .qa-content .special-qa .choose-item li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #A2A1A1;
	padding-left: 20px;
}