body {

	background: #F2F5F7;

}

.box1280 {
	width: 1280px;
}


.new-cont {
	width: 100%;
	min-height: 600px;
	position: relative;
}

/* banner 轮播 */
.swiper-container {
	width: 100%;
	height: 610px;
	min-width: 1280px;
}


.swiper-slide {
	background-size: 100% 100%;
	background-position: center;
	background-size: cover;
	min-width: 1280px;
}

.swiper-slide .pointer_events {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 600px;
}

.swiper-slide .pointer_events_btn {
	position: absolute;
	bottom: 10px;
	left: 310px;
	display: inline-block;
	width: 160px;
	height: 35px;
	color: #fff;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .6);
	transition: all 0.3s ease-in-out;
}


.cfg-name {

	position: absolute;

	top: 23%;

	left: 310px;

	color: #fff;

	font-size: 40px;

	letter-spacing: 10px;

	z-index: 2;

}


.swiper-slide p {
	position: absolute;
	bottom: 252px;
	left: 447px;
	color: rgba(255, 255, 255, .6);
	font-size: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 252px !important;
	left: 320px !important;
}

.swiper-pagination {
	text-align: left !important;
}

.banner-right-img {
	position: absolute;
	right: 0;
	top: 120px;
	width: 303px;
}

.banner-right-img .img1 {
	z-index: 8;
	position: absolute;
	top: -15px;
	right: 414px;
	animation: glod-up-down 1.2s infinite ease-in-out alternate;
}

.banner-right-img .img2 {
	position: absolute;
	z-index: 6;
	width: 303px;
	right: 278px;
	top: 88px;
}

@keyframes glod-up-down {
	to {
		top: 15px;
	}
}

/* 搜索 */
.control_search {
	position: absolute;
	top: 374px;
	z-index: 999;
	left: calc(50% - 640px);
}

.x-control__search {}

.x-control__search .xg-search {
	width: 551px;
	height: 52px;
	background: rgba(255, 255, 255, .2);
	position: relative;
	float: left;
	margin-right: 5px;
}

.x-control__search .xg-search__label {
	float: left;
	width: 119px;
	height: 52px;
	line-height: 52px;
	padding: 0 10px 0 15px;
	position: relative;
	color: #333;
	font-size: 14px;
	vertical-align: top;
}

.x-control__search .xg-search__label .xg-search__modal {
	position: absolute;
	top: 53px;
	left: 0;
	z-index: 100;
	display: none;
	padding: 16px 20px;
	background-color: #fff;
	/* border: 1px solid #f61825; */
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(41, 36, 35, .2);
	box-shadow: 0 5px 10px 0 rgba(41, 36, 35, .2);
	zoom: 1;
}

.x-control__search .xg-search__label .xg-search__modal:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -8.5px;
	top: -7px;
	width: 17px;
	height: 8px;
	background: url(img/img_xiaosanjiao.png) no-repeat 50%;
	z-index: 10;
}

.x-control__search .xg-search__label:hover .xg-search__modal {
	display: block;
}

.xg-search__label span {
	color: #FFFFFF;
	font-size: 14px;
}

.xg-search__label span .down {
	display: inline-block;
	margin-left: 14px;
}

.x-control__search .xg-search .ant-input-search {
	float: left;
	width: 285px;
	height: 52px;
}

.x-control__search .xg-search__label:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	background: #e5e5e5;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.x-control__search .xg-search__modal a:hover {
	font-weight: bold;
	color: rgba(255, 94, 38, 1);
	background: rgba(255, 242, 238, 1);
}

.x-control__search .xg-search__modal a {
	min-width: 80px;
	float: left;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(43, 43, 43, 1);
	line-height: 30px;
	text-align: center;
	padding: 0 11px;
	display: block;
}

.x-control__search .xg-search .ant-input-search .ant-input {
	padding: 0 0 0 10px;
	color: #FFFFFF;
	font-size: 14px;
	border-color: transparent;
}

.ant-input-search::-webkit-input-placeholder {
	color: #FFFFFF;
}

.ant-input-search::-moz-placeholder {
	color: #FFFFFF;
}

.ant-input-search:-ms-input-placeholder {
	color: #FFFFFF;
}

.x-control__search .xg-search .ant-input-search .ant-input:pl .x-control__search .xg-search .ant-input-search {
	float: left;
	width: 198px;
	height: 52px;
}

.ant-input-search .leibie {
	position: absolute;
	right: 20px;
	top: 15px;
}

.ant-input-search .leibie a {
	display: inline-block;
	height: 22px;
	margin-left: 8px;
	padding: 1px 10px;
	color: #7e7e7e;
	font-size: 12px;
	background: rgba(255, 255, 255, .2);
	border-radius: 11px;
	color: #FFFFFF;
}

.ant-input-search .leibie a:hover {
	background: rgba(255, 255, 255, .5);
}

.ant-input-search .ant-input-suffix {
	right: 0;
}

.x-control__search .ant-btn {
	position: relative;
	width: 120px;
	height: 52px;
	background: rgba(255, 255, 255, .2);
	cursor: pointer;
}

.x-control__search .ant-btn:hover {
	background: rgba(255, 255, 255, .49);
	cursor: pointer;
}

.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
	line-height: 1.5;
}

/* 轮播底部 销售数量  */
.header-bottom-xmh {
	position: absolute;
	width: 100%;
	height: 172px;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: linear-gradient(180deg, rgba(17, 0, 124, 0) 0%, rgba(17, 0, 124, .7) 100%);
}

.line {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .3);
}

.header-bottom-xmh .cont {
	width: 1280px;
	height: 172px;
	margin: 0 auto;
}

.header-bottom-xmh .cont .text1 {
	width: 256px;
	height: 110px;
	background: rgba(74, 229, 255, .3);
	margin-top: 31px;
	float: left;
}

.header-bottom-xmh .cont .text1 p img {
	margin-left: 2px;
}

.header-bottom-xmh .cont .text1 div {

	position: relative;
	margin: 8px 4px 0 40px;
	display: inline-block;
}

.header-bottom-xmh .cont .text1 div span {
	font-size: 40px;
	font-family: Microsoft YaHei;
	color: rgba(255, 255, 255, 1);
	z-index: 5;
	font-weight: normal;
	position: relative;
}

.header-bottom-xmh .cont .text1 div a {
	position: absolute;
	bottom: 9px;
	left: 5px;
	width: 130px;
	height: 6px;
	background: rgba(25, 222, 154, .7);
	z-index: 1;
	display: none;
}

.header-bottom-xmh .cont .text1 a {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.header-bottom-xmh .cont .text1 img {
	vertical-align: text-top;
}

.header-bottom-xmh .cont .text1 p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin-left: 44px;
}

.header-bottom-xmh .cont .text2 {
	float: left;
	width: 204px;
	height: 110px;
	text-align: center;
	margin-top: 31px;
	position: relative;
}

.header-bottom-xmh .cont .text2:after {
	content: "";
	position: absolute;
	right: 0;
	top: 70%;
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, .2);
}

.header-bottom-xmh .cont .text2 img {
	margin: 20px 0 10px;
}

.header-bottom-xmh .cont .text2 p {
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.header-bottom-xmh .cont .text2 p span {
	color: #FFE200;
}

/* 上下滚动 */
.account-tj-xmh-box {
	width: 100%;
}

.transaction-xmh {
	width: 1280px;
	height: 60px;
	background: rgba(242, 245, 247, 1);
	margin: 0 auto;
	padding: 18px 0;
}

.transaction-xmh .title {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: rgba(42, 42, 42, 1);
	margin: 0 50px 0 30px;
	float: left;
}

.transaction-xmh>div {
	font-size: 14px;
}

.tempWrap {
	padding-right: 40px;
	position: relative;
}

.transaction-xmh .know-page {
	float: right;
	margin-right: 30px;
}

.transaction-xmh .know-page>a {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.transaction-xmh .infoList {
	/* position: relative; */
}

.transaction-xmh .infoList .slick-prev.slick-arrow {
	width: 20px;
	height: 20px;
	background: #F00 url(img/icon_dtz.png) no-repeat;
	position: absolute;
	right: 55px;
	top: 2px;
	font-size: 0;
	z-index: 99;
}

.transaction-xmh .infoList .slick-next.slick-arrow {
	width: 20px;
	height: 20px;
	background: url(img/icon_dtyh.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 2px;
	font-size: 0;
}

.transaction-xmh .infoList .list-item .item {
	width: 48%;
	float: left;
	overflow: hidden;
	height: 24px;
}

.transaction-xmh .infoList .list-item .item:last-child {
	margin-left: 1%;
}

.transaction-xmh .infoList .list-item .item span {
	margin: 0 3px;
	color: #7e7e7e;
	display: inline-block;
	vertical-align: bottom;
	/* overflow: hidden; */
}

.transaction-xmh .infoList .list-item .item span.know-cont {
	width: 68%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

.transaction-xmh .infoList .list-item .item img {
	margin-right: 6px;
}

.transaction-xmh .infoList .list-item .item span.know-username {
	margin-right: 6px;
	color: #2b2b2b;
}

.transaction-xmh .infoList .list-item .item span.know-time {
	color: #2B2B2B;
}

/* 账号推荐 */
.account-tj-xmh {
	width: 1280px;
	margin: 59px auto 70px;
	height: 244px;
}

.account-tj-xmh-list {
	width: 313px;
	height: 244px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 10px 20px 0px rgba(0, 40, 79, 0.06);
	border: 1px solid rgba(240, 240, 240, 1);
	margin-right: 9px;
	float: left;
	position: relative;
	transition: all .2s ease-in-out;
}

.account-tj-xmh-list:hover {
	margin-top: -5px;
	box-shadow: 0px 0px 27px 0px rgba(16, 16, 16, 0.11)
}

.account-tj-xmh-list:last-child {
	margin-right: 0;
}

.account-tj-xmh-list .top-left {
	float: left;
	margin: 26px 22px 23px 34px;
}

.account-tj-xmh-list .top-left p {
	font-size: 20px;
	font-family: Arial-BoldMT, Arial;
	font-weight: bold;
	color: rgba(42, 42, 42, 1);
	margin-top: 12px;
}

.account-tj-xmh-list .top-left p span {
	font-size: 12px;
	margin-left: 3px;
}

.account-tj-xmh-list .top-left span {
	margin-top: 4px;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1);
}

.account-tj-xmh-list .top-right {
	float: left;
	margin-top: 36px;
}

.account-tj-xmh-list .top-right .p1 {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
}

.account-tj-xmh-list .top-right .p2 {
	font-size: 10px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1);
}

.account-tj-xmh-list .top-right .p3 {
	width: 142px;
	height: 1px;
	background: rgba(231, 231, 231, 1);
	margin: 13px 0 16px 0;
}

.account-tj-xmh-list .top-right .p4 {
	margin-left: 18px;
	margin-top: -1px;
}

.account-tj-xmh-list .top-right .p4 span {
	font-size: 20px;
	font-family: ArialMT;
	color: rgba(42, 42, 42, 1);
}

.account-tj-xmh-list .top-right .p4 a {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
}

.account-tj-xmh-list .top-right .p4 .right {
	margin-right: 12px;
}

.account-tj-xmh-list .top-right .p5 {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1);
	margin-left: 18px;
}

.account-tj-xmh-list .bottom {
	width: 233px;
	height: 32px;
	background: rgba(242, 245, 247, 1);
	border-radius: 16px;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(0, 108, 233, 1);
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 37px;
	bottom: 36px;
	cursor: pointer;
	display: block;
}

.account-tj-xmh-list .bottom:hover {
	background: rgba(221, 239, 255, 1);
}

.account-tj-xmh-list .bottom img {
	margin-left: 7px;
	vertical-align: baseline;
}

.account-tj-xmh-list .other-type {
	margin: 12px 0 0 41px;
	display: inline-block;
}

.account-tj-xmh-list .other-type-list {
	float: left;
	width: 50%;
	margin-top: 14px;
	position: relative;
}

.account-tj-xmh-list .other-type-list a {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
}

.account-tj-xmh-list .other-type-list:hover a {
	color: #006CE9;
}

.account-tj-xmh-list .other-type-list img {
	display: block;
}

.account-tj-xmh-list .other-type-list a img {
	margin-left: 4px;
	display: inline-block;
}

.account-tj-xmh-list .other-type-list a.other-type-list-a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.account-tj-xmh-list .other-type-list p {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	margin-left: -8px;
}

.account-tj-xmh-list>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/* 海量账号 */
.massive-account-box {
	width: 100%;
	background-color: #F2F5F7;
	padding: 67px 0 0px;
}

.massive-account {
	width: 1280px;
	margin: 0 auto;
}

.massive-account-top {
	width: 100%;
	height: 80px;
}

.massive-account-left {
	float: left;
	padding-right: 22px;
}

.massive-account-left img {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}

.massive-account-left div {
	display: inline-block;
	position: relative;
}

.massive-account-left div p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(171, 171, 171, 1);
	padding-right: 36px;
	margin-top: 8px;
}

.massive-account-left div a {
	font-size: 14px;
	font-weight: bold;
	width: 11px;
	height: 11px;
	display: inline-block;
	padding: 0 14px;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(25deg);
	vertical-align: bottom;
	margin-bottom: 28px;

}

.massive-account-left div span {
	font-size: 40px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	line-height: 36px;
}

.massive-account-left div p:after {
	content: "";
	position: absolute;
	right: -18px;
	top: 42px;
	width: 2px;
	height: 20px;
	background: rgba(222, 228, 231, 1)
}

.massive-account-second {
	float: left;
	margin-top: 32px;
	margin-left: 16px;
}

.massive-account-second p {
	margin-bottom: 2px;
}

.massive-account-second p span {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1);
	margin-right: 12px;
	width: 72px;
	display: inline-block;
}

.massive-account-second p img {
	margin-left: 3px;
}

.massive-account-second p .a1 {
	font-size: 12px;
	font-family: Arial-BoldMT, Arial;
	font-weight: bold;
	color: rgba(42, 42, 42, 1);
}

.massive-account-second p .a2 {
	font-size: 12px;
	font-family: Arial-BoldMT, Arial;
	color: rgba(42, 42, 42, 1);
}


.massive-account-right {
	float: right;
	margin-top: 46px;
}

.massive-account-right>span {
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #2A2A2A;
	border-bottom: 3px solid #F2F5F7;
	padding-bottom: 10px;
	cursor: pointer;
	margin-right: 39px;
}

.massive-account-right>span:hover {
	color: #FF5E26;
}

.massive-account-right>span.active {
	color: #FF5E26;
	border-bottom: 3px solid #FF5E26;
}

.massive-account-right .more {
	display: inline-block;
	cursor: pointer;
}

.massive-account-right .more p {
	background: url(/skin/images/icon_gd.png)no-repeat center top;
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: bottom;
	margin-bottom: -2px;
}

.massive-account-right .more:hover a,
.clientele-title div:hover span,
.new_media_state_title_more:hover span {
	color: #FF5E26;
}

.clientele-title div::after,
.new_media_state_title_more::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(img/icon_gd.png)no-repeat center top;
	vertical-align: top;
	margin-left: 2px;
}

.clientele-title div::after {
	margin-left: 8px;
}

.clientele-title div:hover::after,
.new_media_state_title_more:hover::after {
	background: url(/skin/images/icon_gdh_hover.png)no-repeat center top;
}

.massive-account-right .more:hover p {
	background: url(/skin/images/icon_gdh_hover.png)no-repeat center top;

}

.massive-account-cont {
	height: 560px;
	margin-top: 19px;
	display: none;
}

.massive-account>.active {
	display: inline-block;
}

.massive-account-cont .left {
	width: 320px;
	height: 560px;
	margin-left: 5px;
	padding: 40px 39px 0 39px;
	background: url(/skin/images/img_dybg.jpg)no-repeat center top;
	position: relative;
	float: left;
}

.massive-account-cont .leftksh {
	background: url(/skin/images/img_ksbg.jpg)no-repeat center top;
}

.massive-account-cont .leftgzh {
	background: url(/skin/images/img_gzhbg.jpg)no-repeat center top;
}

.massive-account-cont .left .p1 {
	font-size: 24px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, 1);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 72px;
	overflow: hidden;
	line-height: 30px;
	font-weight: 300;
}

.massive-account-cont .left .p2 {
	border-bottom: 1px solid rgba(233, 237, 243, .2);
	padding: 6px 0 12px;
	margin-bottom: 14px;
}

.massive-account-cont .left .p2 .span1 {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, 1);
}

.massive-account-cont .left .p2 .span2 {
	background: url(/skin/images/icon_sc.png)no-repeat center top;
	float: right;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.massive-account-cont .left .p2 .span3 {
	background: url(/skin/images/icon_sch_wpsjs.png)no-repeat center top;
	float: right;
	width: 15px;
	height: 15px;
}

.massive-account-cont .left .p2 .span2:hover {
	background: url(/skin/images/icon_sch_wpsjs.png)no-repeat center top;
}

.massive-account-cont .left .all-a {
	height: 112px;
}

.massive-account-cont .left .p3 {
	float: left;
	width: 49%;
	position: relative;
}

.massive-account-cont .left .p3 span {
	display: block;
}

.massive-account-cont .left .p3 {
	border-bottom: 1px solid rgba(233, 237, 243, .3);
	padding-bottom: 4px;
}

.massive-account-cont .left .p3 .span1 {
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1)
}

.massive-account-cont .left .p3 .span2 {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, .6);
	padding-bottom: 12px;
}

.massive-account-cont .left .p3 .other1::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 10px;
	width: 1px;
	height: 20px;
	background: rgba(222, 228, 231, .3);
}

.massive-account-cont .left .p3 .other2::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 62px;
	width: 1px;
	height: 20px;
	background: rgba(222, 228, 231, .3);
}

.massive-account-cont .left .other {
	padding-left: 12%;
}

.massive-account-cont .left .p4 {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, 1);
	padding-top: 16px;
}

.massive-account-cont .left .p4 img {
	display: inline-block;
	vertical-align: sub;
	margin-right: 1px;
}

.massive-account-cont .left .p5 {
	font-size: 28px;
	font-family: Arial-BoldMT, Arial;
	font-weight: bold;
	color: rgba(255, 226, 0, 1);
}

.massive-account-cont .left .p5 span {
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: rgba(255, 226, 0, 1);
}

.massive-account-cont .left .p6 {
	background: url(/skin/images/img_sjbg.png)no-repeat center top;
	width: 114px;
	background-size: 100% 100%;
	height: 82px;
	margin: 16px 24px 0 0;
	position: absolute;
	right: 39px;
	bottom: 116px;
}

.massive-account-cont .left .p6 a {
	font-size: 12px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	display: block;
	padding: 13px 0 0 16px;
}

.massive-account-cont .left .p6 span {
	font-size: 12px;
	font-family: Arial-BoldMT, Arial;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
	position: relative;
	display: inline-block;
	width: 46%;
	padding: 21px 0 0 16px;
}

.massive-account-cont .left .p6 span img {
	vertical-align: text-top;
	display: inline-block;
}

.massive-account-cont .left .p7 {
	width: 300px;
	display: block;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: rgba(255, 94, 38, 1);
	position: absolute;
	bottom: 0;
	left: 10px;
	padding-left: 108px;
	cursor: pointer;
}

.massive-account-cont .left .p7 img {
	margin-left: 16px;
	position: absolute;
	right: 113px;
	bottom: 25px;
	transition: all .2s ease-in-out;
}

.massive-account-cont .left .p7:hover img {
	right: 103px;
}

.massive-account-cont .right {
	float: left;
	width: 954px;
	background: #FFFFFF;
	padding-top: 6px;
}

.massive-account-cont .right .list {
	width: 50%;
	height: 277px;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	float: left;
}

.massive-account-cont .right .list:nth-child(even) {
	border-right: none;
}

.massive-account-cont .right .list-top {
	padding-top: 46px;
	margin-right: 40px;
	margin-left: 40px;
	border-bottom: 1px solid #E7E7E7;
}

.massive-account-cont .right .list-top img {
	display: inline-block;
	vertical-align: top;
	margin-top: -5px;
	margin-right: 14px;
	margin-bottom: 15px;
}

.massive-account-cont .right .list-top div {
	display: inline-block;
	position: relative;
	width: 310px;
}

.massive-account-cont .right .list-top div a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	width: 327px;
	margin-bottom: 3px;
	max-height: 48px;
	line-height: 21px;
	margin-top: -8px;
	height: 42px;
}

.massive-account-cont .right .list-top div .span1 {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
}

.massive-account-cont .right .list-top div .span2 {
	float: right;
	background: url(/skin/images/icon_scii.png)no-repeat center top;
	float: right;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.massive-account-cont .right .list-top div .span3 {
	background: url(/skin/images/icon_sciih_wpss.png)no-repeat center top;
	float: right;
	width: 15px;
	height: 15px;
}

.massive-account-cont .right .list-top div .span2:hover {
	background: url(/skin/images/icon_sciih_wpss.png)no-repeat center top;
}

.massive-account-cont .right .list-center {
	padding-top: 10px;
	padding-left: 41px;
}

.massive-account-cont .right .list-center div {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1);
	position: relative;
	min-width: 23%;
	text-align: left;
	float: left;
}

.massive-account-cont .right .list-center div::after {
	content: "";
	position: absolute;
	right: 23px;
	top: 12px;
	width: 1px;
	height: 20px;
	background: rgba(231, 231, 231, .9);
}

.massive-account-cont .right .list-center div:last-child::after {
	display: none;
}

.massive-account-cont .right .list-center div p {
	font-size: 14px;
	color: #2A2A2A;
	margin-left: -2px;
	width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.massive-account-cont .right .list-center .p4 {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #888888;
	padding-top: 20px;
}

.massive-account-cont .right .list-center .p4 img {
	display: inline-block;
	vertical-align: sub;
	margin-right: 1px;
}

.massive-account-cont .right .list-center .p5 {
	font-size: 28px;
	font-family: Arial-BoldMT, Arial;
	font-weight: bold;
	color: #FF5E26;
	margin-top: -4px;
}

.massive-account-cont .right .list-center .p5 span {
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FF5E26;
}

.massive-account-cont .right .list-center .p6 {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 106px;
	height: 28px;
	background: rgba(255, 94, 38, 1);
	display: block;
	float: right;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, 1);
	position: relative;
	padding-top: 5px;
	text-align: center;
}

.massive-account-cont .right .list-center .p6 img {
	vertical-align: bottom;
}

.massive-account-cont .right .list-center .p6:hover {
	background: rgba(255, 94, 38, .8);
}

/* .massive-account-cont .right .list-center .p6 img::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 12px;
  width: 1px;
  height: 8px;
  background: rgba(231, 231, 231, .9);
} */


/* index bottom start */

.index_bottom {
	background: #F2F5F7;
	min-width: 1280px;
}

/* 客户的好评是我们前进的动力 */
.clientele {
	background: #ffffff;
	min-width: 1280px;
	text-align: center;
	padding-bottom: 70px;
	padding-top: 70px;
}

.clientele-title {
	text-align: left;
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.clientele-title p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1);
	line-height: 14px;
}

.clientele-title h3 {
	font-size: 40px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	line-height: 40px;
	font-weight: initial;
	margin: 3px 0 40px;
}

.clientele-title div {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.clientele-title div img {
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-left: 8px;
}

.clientele-title div span {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(52, 52, 52, 1);
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.clientele-cont {
	width: 1280px;
	margin: 0 auto;
	display: inline-block;
}

.clientele-cont .clientele-cont-single {
	width: 413px;
	height: 560px;
	display: inline-block;
	float: left;
	position: relative;
	text-align: left;
	padding-top: 40px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.clientele-cont .clientele-cont-single>img {
	transition: all 0.3s;
}

.clientele-cont .clientele-cont-single:hover>img {
	transform: scale(1.05);
}

.clientele-cont .clientele-cont-single:nth-child(2) {
	margin: 0 20px;
}

.clientele-cont .clientele-cont-single:nth-child(1)>img {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.clientele-cont .clientele-cont-single:nth-child(2)>img {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.clientele-cont .clientele-cont-single:nth-child(3)>img {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.clientele-cont .clientele-cont-single .cont-single-one {
	font-size: 22px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, 1);
	line-height: 22px;
	padding-left: 42px;
	position: relative;
	z-index: 9;
}

.clientele-cont .clientele-cont-single .cont-single-two {
	font-size: 12px;
	font-family: ArialMT;
	color: rgba(255, 255, 255, 1);
	line-height: 12px;
	padding: 6px 0 30px 43px;
	position: relative;
	z-index: 9;
}

.clientele-cont .clientele-cont-single .cont-single-three {
	display: inline-block;
	width: 30px;
	height: 4px;
	background: rgba(255, 255, 255, 1);
	margin: 0 0 15px 43px;
	position: relative;
	z-index: 9;
}

.clientele-cont .clientele-cont-single .cont-single-four {
	font-size: 50px;
	font-family: Arial-BoldMT, Arial;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
	line-height: 40px;
	padding-left: 40px;
	position: relative;
	z-index: 9;
}

.clientele-cont .clientele-cont-single .cont-single-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background: linear-gradient(180deg, rgba(0, 38, 124, 0) 0%, rgba(0, 33, 96, 0.5) 100%);
	z-index: 9;
}

.clientele-cont .clientele-cont-single .cont-single-bottom div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	width: 333px;
	margin: 140px auto 20px;
	padding-bottom: 20px;
	text-align: right;
}

.clientele-cont .clientele-cont-single .cont-single-bottom div span:nth-child(1) {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, 1);
	line-height: 18px;
	vertical-align: middle;
	float: left;
	width: 240px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.clientele-cont .clientele-cont-single .cont-single-bottom div span:nth-child(2) {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(img/icon_sj.png);
	background-size: 100% 100%;
	vertical-align: middle;
}

.clientele-cont .clientele-cont-single .cont-single-bottom div span:nth-child(3) {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, 1);
	line-height: 12px;
	vertical-align: middle;
}

.clientele-cont .clientele-cont-single .cont-single-bottom p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, 1);
	line-height: 19px;
	width: 333px;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
}

.clientele-cont .clientele-cont-single .cont-single-bottom div.cont-single-bottom-btn {
	width: 403px;
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	padding: 0;
	margin: 47px auto 0;
	text-align: left;
	line-height: 60px;
	background: #FFFFFF;
	cursor: pointer;
}

.clientele-cont .clientele-cont-single .cont-single-bottom div.cont-single-bottom-btn a {
	color: rgba(255, 94, 38, 1);
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	padding-left: 159px;
}

.clientele-cont .clientele-cont-single .cont-single-bottom div.cont-single-bottom-btn a::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(img/icon_ckxx.png);
	background-size: 100% 100%;
	right: 164px;
	bottom: 25px;
	transition: all .2s ease-in-out;
}

.clientele-cont .clientele-cont-single .cont-single-bottom div.cont-single-bottom-btn a:hover::after {
	right: 154px;
}


/* 分公司遍布国内热门城市 */
.service-area-index {
	width: 100%;
	min-width: 1280px;
	position: relative;
	height: 800px;
	overflow: hidden;
}

.service-area-index>img {
	width: 100%;
}

.service-area-wrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: #ffffff;
}

.service-area-wrap .new_media_state_title {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.service-area-wrap .new_media_state_title::after {
	position: absolute;
	right: 0;
	bottom: 40px;
	display: inline-block;
	content: '';
	width: 40px;
	height: 4px;
	background: #E5EAEF;
}

.map-title {
	width: 1280px;
	height: 140px;
	background: #ffffff;
	margin: 0 auto;
	position: absolute;
	top: 100px;
	left: calc(50% - 640px);
	border-top: 1px solid #E7E7E7;
}

.map-title-single {
	width: 25%;
	display: inline-block;
	height: 100%;
	box-sizing: border-box;
	padding: 43px 0 0 49px;
	float: left;
}

.map-title-single img {
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 54px;
	margin-right: 10px;
	max-width: 202px;
}

.map-title-single div {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.map-title-single div::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 30px;
	background: #E7E7E7;
	position: absolute;
	right: -36px;
	top: 3px;
}

.map-title .map-title-single:last-child div::after {
	width: 0;
}

.map-title-single div p {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	margin-bottom: 10px;
	line-height: 14px;
}

.map-title-single div span {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1);
	line-height: 12px;
}

.service-area-wrap .map-menu-list {
	position: relative;
	bottom: 60px;
	left: calc(50% - 640px);
}

.service-aptitude {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	padding: 46px 25px;
	background: #fff;
	-moz-box-shadow: 0 3px 4px #dcdcdc;
	-webkit-box-shadow: 0 3px 4px #dcdcdc;
	box-shadow: 0 3px 4px #dcdcdc;
}

.service-aptitude li {
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #dcdcdc;
}

.service-aptitude li:last-child {
	border-right: none;
}

.service-aptitude li h3 {
	margin: 0 5px 0;
	font-size: 40px;
}

.service-aptitude li h3 a {
	color: #333;
	font-weight: bold;
}

.service-aptitude li h3 span {
	display: inline-block;
	width: 44px;
	height: 43px;
	padding-top: 15px;
	font-size: 16px;
	vertical-align: bottom;
	background: url(img/img_sjbg.png) no-repeat 74% 0%;
}

.service-aptitude li:last-child h3 span {
	width: 15px;
}

.service-aptitude li:nth-child(2) h3 span {
	background: none;
}

.service-aptitude li>span {
	color: #7e7e7e;
	font-size: 14px;
}

.service-area-wrap .service-area-menu {
	position: absolute;
	width: 1280px;
	height: 60px;
	background: #FFFFFF;
	text-align: center;
}

.service-area-list {

	background: #fff;
	display: inline-block;
	text-align: center;
}

.service-area-list .service-area {
	margin: 0 25px;
	display: inline-block;
	border-top: 4px solid #ffffff;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
}

.service-area-list .service-area a {
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
}

.service-area-list .active {
	border-top: 4px solid #FF5E26;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
}

.service-area-list .active a {
	font-size: 12px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: rgba(255, 94, 38, 1);
}

/* .service-area-list .service-area .service-area-front {
	  	padding: 0 27px;
	  }
	  .service-area-list .service-area .service-area-front>a {
	  	display: block;
	  	height: 61px;
	  	padding-top: 5px;
	  	background: url(img/img_sjbg.png) no-repeat right;
	  	border-bottom: 1px solid #efefef;
	  } */

/* .service-area-list .service-area:last-child .service-area-front>a {
	  	border: none;
	  } */

.service-area-list .service-area .service-area-front a span:nth-child(1) {
	display: inline-block;
	padding: 3px 3px;
	font-size: 12px;
	color: red;
	font-family: "新宋体";
	font-weight: bold;
	border: 1px solid red;
	border-radius: 3px;
}

.service-area-list .service-area .service-area-front a span:nth-child(2) {
	display: inline-block;
	padding: 0 15px;
	color: #2b2b2b;
	font-size: 14px;
	line-height: 51px;
}

/* 左上3 */
.service-area-list .service-area .service-area-backface {
	position: relative;
	display: none;
	padding: 7px 0 20px 30px;
	color: #fff;
	background: red url(img/img_sjbg.png) no-repeat -4px -32px;
}

.service-area-list .service-area .service-area-backface h3 {
	margin: 0;
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid #ffffff69;
}

/* 左上4 */
.service-area-list .service-area .service-area-backface span {
	display: inline-block;
	margin: 13px 0 6px 0px;
	font-size: 14px;
	text-indent: 20px;
	background: url(img/img_sjbg.png) no-repeat left;
}

/* 左上5 */
.service-area-list .service-area .service-area-backface p {
	margin: 0;
	color: #fff;
	font-size: 12px;
	text-indent: 20px;
	background: url(img/img_sjbg.png) no-repeat left;
}

.anchorBL {
	display: none;
}

.map-tips {
	position: absolute;
	top: 37%;
	left: 46%;
	width: 350px;
	padding: 20px;
	background: #fff;
	-moz-box-shadow: 0 0 25px #cbd1dc;
	-webkit-box-shadow: 0 0 25px #cbd1dc;
	box-shadow: 0 0 25px #cbd1dc;
}

.map-tips>img {
	width: 49%;
	margin-right: 25px;
}

.map-tips>div {
	display: inline-block;
	vertical-align: top;
}

.map-tips>div h3 {
	position: relative;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 400;
	color: #2B2B2B;
}

.map-tips>div h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 28px;
	width: 18px;
	height: 2px;
	background-color: #ff0101f2;
}

.map-tips>div p {
	margin: 0;
	margin-top: 5px;
	font-size: 14px;
	color: #7e7e7e;
}

.map-tips>div>span {
	margin-bottom: 10px;
	font-size: 12px;
	color: #7e7e7e;
}

.map-tips>div p span.map-tips-icon-tel {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(img/icon_sjhm.png);
}

.map-tips>div p span.map-tips-icon-qq {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(img/icon_qq.png);
}

.map-tips>div a {
	display: inline-block;
	width: 100px;
	height: 30px;
	margin-top: 11px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	background: #FF7A4A;
}

/* 向下三角 */
.down-triangle {
	position: absolute;
	bottom: -29px;
	left: 157px;
	right: 0;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	border-width: 15px;
	border-style: solid;
	border-color: #fefefe transparent transparent;
}

.down-triangle-new {
	width: 40px;
	height: 40px;
	background: url(img/img_dtgl.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: -58px;
	left: 162px;
}

/* 向右三角红色 */
.right-triangle {
	position: absolute;
	top: 25px;
	right: -20px;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent red;
}

/* 商标顾问 */
.brand-aptitude {
	padding-top: 20px;
}

.brand-aptitude li .ygtx {
	width: 100%;
	height: 100%;
}

.brand-aptitude li {
	position: relative;
	float: left;
	width: 16.3%;
	height: 198px;
	margin: 2px;
}

.brand-aptitude li:nth-child(9) {
	width: 33%;
	background: url(img/img_sjbg.png) no-repeat 100%;
}

.brand-aptitude li .xinxi {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 31px;
	background-color: rgba(251, 73, 60, .9);
	opacity: 0;
}

.brand-aptitude li .xinxi h3 {
	margin: 26px 0 0;
	color: #fff;
	font-size: 20px;
}

.brand-aptitude li .xinxi h3:before {
	content: "";
	position: absolute;
	left: 31px;
	top: 35px;
	width: 18px;
	height: 2px;
	background-color: #fff;
}

.brand-aptitude li .xinxi p {
	margin: 7px 0 24px;
	color: #fff;
	font-size: 14px;
}

.brand-aptitude li .venice-btn {
	position: absolute;
	bottom: 22px;
	left: 30px;
	display: inline-block;
	width: 86px;
	height: 28px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	background: #ff9b66;
}

.brand-aptitude li>.NOicon {
	position: absolute;
	top: -8px;
	right: 10px;
}

.brand-aptitude li:hover .xinxi {
	opacity: 1;
}

/* new_media_state */
.new_media_state {
	width: 1280px;
	margin: 0 auto;
	padding: 70px 0 0;
}

.new_media_state_title { text-align:center}

.new_media_state_title>div {
	display: inline-block;
}

.new_media_state_title .new_media_state_title_left p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1); line-height:30px; margin-bottom:20px
}

.new_media_state_title .new_media_state_title_left h3 {
	font-size: 40px;
	line-height: 40px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	margin-bottom: 20px;
	font-weight: initial;
}

.new_media_state_title_nav {
	width: 392px;
	align-items: center;
	margin-top: 40px;
	float: right;
	text-align: right;
}

.new_media_state_title_nav>span {
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #2A2A2A;
	border-bottom: 3px solid #F2F5F7;
	padding-bottom: 10px;
	cursor: pointer;
	display: inline-block;
	margin: 0 20px;
}

.new_media_state_title_nav>span.active {
	color: #FF5E26;
	border-bottom: 3px solid #FF5E26;
}

.new_media_state_title_more {
	cursor: pointer;
	padding-bottom: 10px;
	display: inline-block;
	float: right;
}

.new_media_state_title_more span {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(52, 52, 52, 1);
	vertical-align: middle;
}

.new_media_state_title_more img {
	width: 22px;
	height: 22px;
	vertical-align: middle;
}

.new_media_state_footer {
	display: inline-block;
	background: rgba(255, 255, 255, 1);
}

.new_media_state_footer .new_media_state_footer_left {
	display: none;
}

.new_media_state_footer>.active {
	display: inline-block;
}

.new_media_state_footer>div {
	display: inline-block;
	float: left;
}

.new_media_state_footer_left {
	border-right: 1px solid #F0F0F0;
	width: 1280px;
	/* height: 895px; */
}

.new_media_state_footer_left .state_footer_left_title {
	position: relative;
}

.new_media_state_footer_left .state_footer_left_title>img {
	width: 100%;

}

.left_title_ImgCont {
	width: 550px;
	position: absolute;
	top: 60px;
	left: 330px;
}

.left_title_ImgCont h3 {
	font-size: 24px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, 1);
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(231, 231, 231, 0.3);
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.left_title_ImgCont p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, 1);
	line-height: 22px;
	margin: 14px 0 29px;
	height: 44px;
	font-weight: 300;
	overflow: hidden;
}

.left_title_ImgCont a {
	width: 120px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 12px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	padding: 8px 0 10px 15px;
	line-height: 12px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left_title_ImgCont a:hover {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.left_title_ImgCont a::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(/skin/images/icon_xx.png);
	background-size: 100% 100%;
	margin-right: 15px;
}

.new_media_state_footer_left .state_footer_left_cont {
	width: 100%;
	padding: 0px 0 0px;
}

.state_footer_left_cont::after {}

.new_media_state_footer_left .state_footer_left_cont .state_footer_left_cont_single {
	width: 49%;
	display: inline-block;
	padding: 0 45px 0px 40px;
	box-sizing: border-box;
}

.new_media_state_footer_left .state_footer_left_cont .state_footer_left_cont_single:nth-child(2n+2) {
	border-left: 1px solid #F0F0F0;
}

.new_media_state_footer_left .state_footer_left_cont .state_footer_left_cont_single:nth-child(3) {
	padding-bottom: 0;
}

.new_media_state_footer_left .state_footer_left_cont .state_footer_left_cont_single:nth-child(4) {
	padding-bottom: 0;
}

.state_footer_left_cont_single .cont_single_top {}

.state_footer_left_cont_single .a1 {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	width: 346px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.state_footer_left_cont_single .a1::before {
	content: '';
	width: 26px;
	height: 26px;
	display: inline-block;
	background: url(/skin/images/icon_xwbt.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 7px;
}

.new_media_state_footer_left .state_footer_left_cont .state_footer_left_cont_single:hover a {
	color: #ff5e26;
}

.new_media_state_footer_left .state_footer_left_cont .state_footer_left_cont_single:hover a {
	color: #ff5e26;
}

.state_footer_left_cont_single .cont_single_content {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(101, 101, 101, 1);
	line-height: 22px;
	width: 100%;
	display: inline-block;
	padding-left: 34px;
	box-sizing: border-box;
	margin: 15px 0 25px;
	height: 44px;
	overflow: hidden;
}

.state_footer_left_cont_single .cont_single_btn {
	border: 1px solid #DCDCDC;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #656565;
	line-height: 24px;
	width: 92px;
	margin-left: 34px;
	padding-left: 12px;
	padding-right: 11px;
	align-items: center;
	cursor: pointer;
	display: inline-block;
}

.state_footer_left_cont_single .cont_single_btn::after {
	display: inline-block;
	content: '';
	width: 6px;
	height: 9px;
	background: url(img/icon_gd1.png);
	float: right;
	margin-top: 7px;
}

.state_footer_left_cont_single .cont_single_btn:hover {
	color: #FF5E26;
	border: 1px solid #FF5E26;
}

.state_footer_left_cont_single .cont_single_btn:hover::after {
	background: url(img/icon_gd2.png);
}

.new_media_state_footer_right {
	width: 320px;
	padding: 47px 40px 0;
	box-sizing: border-box;
}

.state_footer_right_title {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 30px;
}

.state_footer_right_title span {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
}

.state_footer_right_title img {
	width: 22px;
	height: 22px;
	cursor: pointer;
	display: inline-block;
	float: right;
}

.state_footer_right_cont {}

.state_footer_right_cont>div {
	border-bottom: 1px solid #E7E7E7;

}

.state_footer_right_cont>div>span:nth-child(1) {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 15px;
	background: url(/skin/images/icon_q2.png);
	background-size: 100% 100%;
}

.state_footer_right_cont>div:nth-child(1)>span:nth-child(1) {
	background: url(/skin/images/icon_q.png);
	background-size: 100% 100%;
}

.state_footer_right_cont>div>a {
	width: 205px;
	font-size: 14px;
	display: inline-block;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	line-height: 66px;
	vertical-align: middle;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.state_footer_right_cont>div>a:hover {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 94, 38, 1);
}

.state_footer_right_cont>div:nth-child(1) {
	border-bottom: 0;
	margin-top: 31px;
}

.state_footer_right_cont>div:nth-child(1)>span:nth-child(2) {
	line-height: 18px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	width: 205px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.state_footer_right_cont>div:nth-child(1)>div {
	margin-top: 19px;
	margin-bottom: 25px;
}

.state_footer_right_cont>div:nth-child(1)>div span {
	display: inline-block;
	width: 205px;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(101, 101, 101, 1);
	line-height: 22px;
	vertical-align: top;
}

.state_footer_right_cont>div:nth-child(1)>div img {
	vertical-align: top;
	margin-right: 10px;
}

.state_footer_right_cont>div:nth-child(1)>div span:nth-child(2) {
	height: 66px;
	overflow: hidden;
}

.state_footer_right_cont>div:nth-child(1)>div a {
	display: inline-block;
	width: initial;
	background: rgba(0, 108, 233, 1);
	width: 120px;
	line-height: 26px;
	font-size: 12px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	padding-left: 15px;
	box-sizing: border-box;
	margin-top: 25px;
	margin-left: 33px;
}

.state_footer_right_cont>div:nth-child(1)>div a::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(/skin/images/icon_xx.png);
	float: right;
	margin-top: 9px;
	margin-right: 16px;
}

.state_footer_right_cont>div:nth-child(1)>div a:hover {
	background: #1A8FF8;
}

.state_footer_right_cont>div:last-child {
	border-bottom: 0;
}

/* new_media_know */
.new_media_know {
	width: 1280px;
	margin: 0 auto 70px;
	padding: 70px 0 0;
}

.new_media_know_title {}

.new_media_know_title>div {
	display: inline-block;
}

.new_media_know_title .new_media_know_title_left p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1);
}

.new_media_know_title .new_media_know_title_left h3 {
	font-size: 40px;
	line-height: 40px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	margin-bottom: 40px;
	font-weight: initial;
}

.new_media_know_title_nav {
	width: 392px;
	align-items: center;
	margin-top: 40px;
	float: right;
}

.new_media_know_title_nav>span {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #2A2A2A;
	border-bottom: 3px solid #F2F5F7;
	padding-bottom: 10px;
	cursor: pointer;
	margin: 0 20px;
}

.new_media_know_title_nav>span.active {
	color: #FF5E26;
	border-bottom: 3px solid #FF5E26;
}

.new_media_know_title_more {
	cursor: pointer;
	padding-bottom: 10px;
	display: inline-block;
	float: right;
}

.new_media_know_title_more span {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(52, 52, 52, 1);
	vertical-align: middle;
	margin-right: 8px;
}

.new_media_know_title_more img {
	width: 22px;
	height: 22px;
	vertical-align: middle;
}

.new_media_know_footer {
	display: none;
	height: 282px;
	background: rgba(255, 255, 255, 1);
}

.new_media_know>.active {
	display: inline-block;
}

.new_media_know_footer>img {
	display: inline-block;
	width: 320px;
	float: left;
}

.new_media_know_footer .know_footer_right {
	padding: 10px 50px;
	width: calc(100% - 320px);
	box-sizing: border-box;
	display: inline-block;
	float: left;
}

.know_footer_right_title {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 30px;
}

.know_footer_right_title img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.know_footer_right_title .know_footer_right_title_main {
	display: inline-block;
	vertical-align: middle;
}

.know_footer_right_title .know_footer_right_title_main p {
	font-size: 30px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	line-height: 36px;
	margin: 9px 0;
}

.know_footer_right_title .know_footer_right_title_main span {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
}

.know_footer_right_cont {
	display: inline-block;
	width: 100%;
	padding: 16px 0 10px;
}

.know_footer_right_cont>p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	line-height: 24px;
	margin-top: 17px;
}

.know_footer_right_cont div {
	display: inline-block;
}

.know_footer_right_cont div:nth-child(1) img {
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 8px;
}

.know_footer_right_cont div:nth-child(1) span {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	vertical-align: middle;
}

.know_footer_right_cont div:nth-child(2) {
	float: right;
	margin-top: 3px;
}

.know_footer_right_cont .know_footer_right_ewmhover {
	position: relative;
	cursor: pointer;
}

.know_footer_right_cont .know_footer_right_ewmhover span:nth-child(1) {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background: url(/skin/images/icon_ewm.png);
	cursor: pointer;
}

.know_footer_right_cont .know_footer_right_ewmhover span:nth-child(2) {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	vertical-align: middle;
}

.know_footer_right_cont .know_footer_right_ewmhover .know_footer_right_ewmpost {
	position: absolute;
	right: -50px;
	top: 30px;
	background: #ffffff;
	width: 220px;
	height: 228px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 10px 20px 0px rgba(0, 40, 79, 0.06);
	border: 1px solid rgba(240, 240, 240, 1);
	display: none;
}

.know_footer_right_cont .know_footer_right_ewmhover .know_footer_right_ewmpost div:nth-child(1) {
	position: absolute;
	left: calc(50% - 25px);
	top: 0px;
	width: 50px;
	height: 50px;
	border-top: 1px solid rgba(240, 240, 240, 1);
	border-left: 1px solid rgba(240, 240, 240, 1);
	background: #ffffff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	z-index: 8;
}

.know_footer_right_cont .know_footer_right_ewmhover .know_footer_right_ewmpost div:nth-child(2) {
	padding: 30px 45px 17px;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
	background: #ffffff;
	margin-top: initial;
}

.know_footer_right_cont .know_footer_right_ewmhover .know_footer_right_ewmpost div:nth-child(2) img {
	width: 130px;
	height: 130px;
}

.know_footer_right_cont .know_footer_right_ewmhover .know_footer_right_ewmpost div:nth-child(3) {
	border-top: 1px solid #EEEEEE;
	font-size: 14px;
	width: 100%;
	text-align: center;
	font-family: MicrosoftYaHei;
	color: rgba(43, 43, 43, 1);
	line-height: 47px;
	position: relative;
	z-index: 9;
}

.know_footer_right_cont .know_footer_right_ewmhover:hover span:nth-child(1) {
	background: url(/skin/images/icon_ewmh.png);
}

.know_footer_right_cont .know_footer_right_ewmhover:hover .know_footer_right_ewmpost {
	display: block;
}

.know_footer_right_bottom {}

.know_footer_right_bottom_cont {
	width: 276px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 16px;
}

.know_footer_right_bottom_cont:last-child {
	margin-right: 0;
}

.know_footer_right_bottom_cont>div {
	width: 276px;
	height: 180px;
	overflow: hidden;
	cursor: pointer;
}

.know_footer_right_bottom_cont>div>img {
	width: 276px;
	height: 180px;
	object-fit: cover;
	transition: all 0.3s;
}

.know_footer_right_bottom_cont>div>img:hover {
	width: 276px;
	height: 180px;
	transform: scale(1.2);
}

.know_footer_right_bottom_cont p {
	margin-bottom: 20px;
}

.know_footer_right_bottom_cont p span {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(101, 101, 101, 1);
	vertical-align: middle;
}

.know_footer_right_bottom_cont p span.span_icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(/skin/images/icon_gshj.png);
	vertical-align: middle;
	margin-right: 8px;
}

/* new_media_submit */
.new_media_submit {}

.new_media_submit_cont {
	width: 1280px;
	margin: 0 auto;
}

.new_media_submit_cont p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1);
}

.new_media_submit_cont h3 {
	font-size: 40px;
	line-height: 40px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	margin-bottom: 40px;
	font-weight: initial;
	position: relative;
}

.new_media_submit_cont h3::after {
	position: absolute;
	width: 40px;
	height: 4px;
	background: #E5EAEF;
	content: '';
	display: inline-block;
	right: 0;
	bottom: 0;
}

.new_media_submit_cont .submit_cont_data {
	width: 100%;
	height: 250px;
	background: #ffffff;
	margin-bottom: 80px;
	padding: 50px 60px 60px;
	box-sizing: border-box;
}

.new_media_submit_cont .submit_cont_data .submit_cont_data_title {
	border-bottom: 1px solid #E7E7E7;
}

.submit_cont_data_title_left {
	display: inline-block;
	width: 300px;
}

.submit_cont_data_title_left>div {
	display: inline-block;
	float: left;
}

.cont_data_title_one {
	position: relative;
	padding-bottom: 19px;
	cursor: pointer;
}

.cont_data_title_one span {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(img/icon_qgsb.png);
	background-size: 100% 100%;
	vertical-align: middle;
}

.cont_data_title_one span.data_title_click {
	background: url(img/icon_qgsbh.png);
	background-size: 100% 100%;
}

.cont_data_title_one span.data_title_click::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 3px;
	background: rgba(255, 94, 38, 1);
}

.cont_data_title_one p {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	display: inline-block;
	vertical-align: middle;
	margin-left: 11px;
}

.cont_data_title_hr {
	width: 1px;
	height: 14px;
	background: rgba(231, 231, 231, 1);
	margin: 7px 40px 0;
}

.cont_data_title_two {
	position: relative;
	padding-bottom: 19px;
	cursor: pointer;
}

.cont_data_title_two span {
	display: inline-block;
	width: 19px;
	height: 21px;
	background: url(img/icon_cssb.png);
	background-size: 100% 100%;
	vertical-align: middle;
}

.cont_data_title_two span.data_title_click {
	background: url(img/icon_cssbh.png);
	background-size: 100% 100%;
}

.cont_data_title_two span.data_title_click::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: rgba(255, 94, 38, 1);
}

.cont_data_title_two p {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	display: inline-block;
	vertical-align: middle;
	margin-left: 11px;
}

.submit_cont_data_title_right {
	display: inline-block;
	float: right;
}

.submit_cont_data_title_right img {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: middle;
}

.submit_cont_data_title_right span {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(141, 141, 141, 1);
	display: inline-block;
	vertical-align: middle;
}

.submit_cont_data_set {
	background: #F3F4F6;
	height: 60px;
	margin-top: 39px;
}

.submit_cont_data_set_btn {
	width: 230px;
	height: 60px;
	background: rgba(255, 94, 38, 1);
	text-align: center;
	cursor: pointer;
	display: inline-block;
	float: right;
}

.submit_cont_data_set_btn:hover {
	background: rgba(255, 122, 74, 1);
}

.submit_cont_data_set_btn img {
	width: 20px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}

.submit_cont_data_set_btn span {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	vertical-align: middle;
	line-height: 60px;
}

.submit_pro {
	width: 26%;
	display: inline-block;
}

.submit_pro img {
	vertical-align: middle;
	padding: 0 10px 0 25px;
	border-left: 1px solid #E2E2E2;
}

.submit_pro input {
	line-height: 18px;
	vertical-align: middle;
	margin: 21px 0;
	color: #858585;
	font-size: 14px;
}

.submit_pro input::-webkit-input-placeholder {
	color: #858585;
}

/* 使用webkit内核的浏览器 */
.submit_pro input:-moz-placeholder {
	color: #858585;
}

/* Firefox版本4-18 */
.submit_pro input::-moz-placeholder {
	color: #858585;
}

/* Firefox版本19+ */
.submit_pro input:-ms-input-placeholder {
	color: #858585;
}

/* IE浏览器 */
.submit_cont_data_set .submit_pro:nth-child(1) img {
	border-left: 0px solid #E2E2E2;
	vertical-align: middle;
}

.submit_pro select {
	width: 60%;
	height: 30px;
	display: inline-block;
	border: 0px solid red;
	background: #F3F4F6;
	vertical-align: middle;
}

/* new_media_referral */
.new_media_referral {
	background: #ffffff;
	text-align: center;
}

.new_media_referral_cont {
	width: 1280px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}

.referral_cont_single {
	display: inline-block;
	width: 20%;
	padding: 44px 0 40px;
	float: left;
}

.referral_cont_single img {
	width: 34px;
	height: 34px;
	vertical-align: top;
}

.referral_cont_single div {
	margin-left: 15px;
	vertical-align: top;
	width: 190px;
	display: inline-block;
	text-align: left;
}

.referral_cont_single div p {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 42, 42, 1);
	line-height: 16px;
	margin-bottom: 10px;
}

.referral_cont_single div span {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: rgba(136, 136, 136, 1);
	line-height: 14px;
}

.xmh_list_form_left_each {
	display: inline-block;
	width: 235px;
	vertical-align: middle;
}

.xmh_list_form_left_each_dec {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 3px;
}

.xmh_list_form_left_each_dec .select {
	float: left;
	background: url(img/icon_gd3.png) no-repeat 90% 13px;
	margin-right: 10px;
	width: 100%;

}

.xmh_list_form_left_each_dec .select select {
	padding: 2px 15px 2px 10px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: #fff;
	outline: 0;
	color: #858585;
	line-height: 24px;
	font-size: 14px;
	border-radius: 5px;
	background: transparent;
	width: 100%;
}

.sidebar {
	position: fixed;
	z-index: 999;
	top: 10%;
	right: 0;
	width: 156px;
}

.sidebar-box {
	position: relative;
	top: -4px;
	background: #fff;
	right: -18px;
	width: 125px;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.sidebar-kf {
	width: 100%;
	padding: 0 7px;
	background: #FFFFFF;
	border-bottom: 1px solid #f0f0f0;
}

.sidebar-kf p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 5px 0;
}

.sidebar-kf p a {
	width: 30px;
	height: 30px;
	float: right;
	text-align: center;
}

.sidebar-kf p a img {
	width: 80%;
	margin-top: 2px;
}

.sidebar-dowm ul li {
	display: none;
	position: absolute;
	top: 140px;
	left: -110px;
	background: #fff;
	padding: 10px;
	width: 120px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

/* .sidebar-dowm ul li:nth-of-type(2) {
	top: 170px;
}

.sidebar-dowm ul li:nth-of-type(3) {
	top: 210px;
}

.sidebar-dowm ul li:nth-of-type(4) {
	top: 250px;
} */

.sidebar-dowm ul li img {
	margin: 10px 0;
}

.backTop {
	text-align: center;
}

.backTop a {
	padding: 5px 0;
	display: block;
}

.tbox {
	/* height: 242px; */
	background: #fff;
	margin: 0 0 20px 32px;
	padding: 15px;
	border: 0px solid #F0F0F0;
	width: 96%;
	float: left;
}

.tbox_t {
	margin: 5px 0 0;
}

.tbox_t a {
	font-size: 20px;
}

.tbox_t .more {
	float: right;
}

.tbox_t .more a {
	font-size: 12px;
	color: #666;
}

.tbox_t .more a:hover {
	font-size: 12px;
	color: #FF0000;
}

.tbox_list {
	margin: 15px 0 0;
	padding: 10px 0 0;
	border-top: 0px solid #eaeaea; 
}
.tbox_list ul li { width:48%; float:left; margin-left:1%; margin-right:1%; list-style-type: disc
}
.tbox_list ul li h4{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
}

.tbox_list ul li a {
	font-size: 16px;
	line-height: 32px;
}

.tbox_list ul li .date {
	float: right;
	color: #999;
	line-height: 32px;
}

.tbox_list_text {
	width: calc(100% - 140px);
	float: right;
}

.tbox_list_text h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tbox_list_text p {
	font-size: 14px;
	margin: 5px 0 0;
	width: 98%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hongdi{width: 126px;
       height: 30px;
       vertical-align: middle;
       display: table-cell;
       font-family: 微软雅黑;
       font-size: 14px;
       font-weight: normal;
       font-style: normal;
       text-decoration: none;
       color: #ffffff;
       background-color: rgb(255, 094, 038);
       text-align: center;
       border-radius: 100px;
       box-shadow: 0 0px 10px 0 rgba(56, 56, 56, 0.09)}
.hongdi:hover{width: 126px;
       height: 30px;
       vertical-align: middle;
       display: table-cell;
       font-family: 微软雅黑;
       font-size: 14px;
       font-weight: normal;
       font-style: normal;
       text-decoration: none;
       color: #ffffff;
       background-color: rgb(255, 034, 038);
       text-align: center;
       border-radius: 100px;
       box-shadow: 0 0px 10px 0 rgba(56, 56, 56, 0.09)}
.hongdi a{width:126px;height:30px;display:table-cell;vertical-align:middle;color:#ffffff; text-align:center}	     