@charset "UTF-8";

/*头部导航开始*/

.top {
	height: 40px;
	line-height: 40px;
	background: #f2f2f2;
	border-bottom: 1px solid #e5e4e4;
	z-index: 2;
	position: relative;
}

.topMain {
	width: 1200px;
	margin: 0 auto;
}

.topMain a.fr,
.topMain div.fr {
	display: flex;
	align-items: center;
}

.topMain div.mytrade {
	cursor: pointer;
	position: relative;
}

.topMain div.mytrade .navTradeList {
	top: 34px;
}

.topMain div.mytrade a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	line-height: 200%;
	color: #333;
}

.topMain div.mytrade:hover,
.topMain div.mytrade a:hover {
	color: #a84f49;
}

.topMain>span.mr0 {
	margin-right: 0;
}

.loginOprateBox {
	margin-left: 6px;
}

.loginOprateBox a {
	padding: 0 12px;
}

.loginOprateBox a:hover {
	opacity: 0.7;
}

.loginOprateBox a .iconfont {
	font-size: 16px;
}

.lineColorific {
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #999;
	position: relative;
	top: 2px;
}


/* head */

.headBox {
	padding-top: 20px;
	width: 100%;
	background: #fff;
	height: 173px;
	box-shadow: 0px 3px 6px 1px rgba(23, 4, 8, 0.05);
	position: relative;
}

.top_ad {
	text-align: center;
	padding-top: 15px;
	overflow: hidden;
	background-color: #fff;
}

.top_ad img {
	width: 100%;
	max-width: 1920px;
}

.headMain {
	width: 1200px;
	margin: 0 auto;
}

.homeLogo {
	padding: 25px 0;
	float: left;
}

.homeLogo_fr {
	padding-top: 30px;
	float: right;
}

.homeLogo_fr a {
	display: block;
	width: 100px;
	border: 1px solid #dfdfdf;
	padding: 3px;
	text-align: center;
}

.homeLogo_fr a img {
	height: 33px;
}

.headSearch {
	margin-left: 67px;
	padding-top: 36px;
	float: left;
}

.tabBtn {
	overflow: hidden;
}

.tabBtn li {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	float: left;
}

.tabBtn li.hover {
	color: #a84f49
}

.searchInput {
	height: 46px;
	line-height: 46px;
	box-sizing: border-box;
	border: 2px solid #a84f49;
	border-radius: 2px;
}

.searchInput input {
	width: 470px;
	float: left;
	height: 42px;
	line-height: 42px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
}

.searchInput button {
	width: 110px;
	background: #a84f49;
	color: #fff;
	float: right;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
}

.searchInput button:hover {
	opacity: 0.8;
}

.searchInput .icon-sousuo:before {
	font-size: 22px;
	position: relative;
}

.hotSearch li {
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	float: left;
}

.hotSearch li a {
	color: #333;
	margin-right: 10px;
}

.hotSearch li a:hover {
	color: #a84f49;
}

.top_release {
	width: 114px;
	height: 46px;
	line-height: 46px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #cdcdcd;
	margin-top: 64px;
	color: #999;
	font-size: 16px;
	text-align: center;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.top_en_logo {
	height: 46px;
	line-height: 46px;
	background-color: #ffffff;
	border-radius: 2px;
	margin-top: 23px;
	margin-right: 45px;
	color: #999;
	font-size: 16px;
	text-align: center;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.top_en_logo img {
	width: 174px;
	height: 62px;
	margin-right: -4px;
}

.top_release:hover {
	background-color: #a84f49;
	background-image: linear-gradient(90deg, #a84f49 26%, #bb645f 100%);
	border: solid 1px #a84f49;
	color: #fff;
}


/* nav */

.homeNav {
	width: 100%;
	float: left;
	height: 52px;
	border-top: 1px solid #f0f0f0;
}

.homeNav>ul {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
}

.homeNav>ul li {
	padding: 0 26px;
	float: left;
	line-height: 52px;
	color: #333;
	position: relative;
}

.homeNav>ul li .hot {
	position: absolute;
	right: 0;
	top: -4px;
}

.homeNav>ul li>a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}

.homeNav>ul li a.color_red {
	color: #a84f49;
	background: url(../images/shareIcon.png) no-repeat 0px -413px;
	padding-left: 20px;
}

.homeNav>ul li.cur a,
.homeNav>ul li.cur {
	color: #a84f49
}

.homeNav>ul li::after {
	opacity: 0;
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: 5px;
	left: 30%;
	margin-left: -20px;
	background: #a84f49;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.homeNav>ul li:hover::after {
	opacity: 1;
	margin-left: -20px;
	background: #a84f49;
	bottom: 5px;
	left: 50%;
}

.homeNav>ul li:hover a,
.homeNav>ul li:hover .iconfont {
	color: #a84f49
}

.homeNav>ul li a:hover {
	color: #a84f49;
	opacity: 1;
}

/*.homeNav>div>ul li.cur::after {*/
/*	opacity: 1;*/
/*	content: "";*/
/*	width: 50px;*/
/*	height: 3px;*/
/*	position: absolute;*/
/*	bottom: 5px;*/
/*	left: 50%;*/
/*	margin-left: -25px;*/
/*	background: #a84f49;*/
/*}*/

.homeNav>ul>a {
	float: right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-image: linear-gradient(90deg, #a84f49 26%, #bb645f 100%);
	border-radius: 15px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}

.triangle {
	width: 9px;
	height: 8px;
	position: relative;
	top: 1px;
	left: 56px;
	background: url(../images/shareIcon.png) no-repeat 0px -118px
}

.navTradeList {
	/* display: none; */
	width: 115px;
	padding-top: 6px;
	position: absolute;
	top: 32px;
	left: 50%;
	z-index: 999;
	margin-left: -60px;
	text-align: center;
}

.navTradeList ul {
	padding: 10px 20px;
	background-color: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.homeNav ul li .navTradeList a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	line-height: 200%;
	font-size: 16px;
	color: #333;
}

.homeNav ul li:hover .navTradeList a {
	color: #333;
}

.homeNav ul li .navTradeList a:hover {
	color: #a84f49
}


/* 主体内容 */

.homeMain {
	width: 1200px;
	margin: 0 auto 20px;
	overflow: hidden;
}


/* 分类 */

.calssesMain .pc_con ul {
	width: 220px;
	height: 440px;
	background: #fff;
	box-sizing: border-box;
	padding: 0px;
	z-index: 500;
	position: relative;
	float: left;
	margin-top: 10px;
	padding-top: 6px;
}

.calssesMain ul li .classesfl {
	padding: 2.2px 5px;
	overflow: hidden;
}

.calssesMain ul li {
	margin-bottom: 5px;
}

.calssesMain ul li .classesfl>a {
	color: #323434;
	line-height: 160%;
	font-size: 14px;
	padding-bottom: 5px;
	display: block;
}

.calssesMain ul li .classesfl>a:hover,
.secondClasses>a:hover {
	color: #a84f49;
}

.calssesMain ul li .classesfl>a i {
	font-size: 16px;
	vertical-align: -1px;
	margin-right: 5px;
}

.calssesMain ul li .classesfl>a i.icon-caigou {
	font-size: 20px;
}

.menu_pc .pc_con ul {
	width: 220px;
	height: 440px;
	background: #fff;
	box-sizing: border-box;
	padding: 0px;
	z-index: 500;
	position: relative;
	float: left;
	margin-top: 22px;
	padding-top: 6px;
}

.menu_pc ul li .classesfl {
	padding: 2.2px 5px;
	overflow: hidden;
}

.menu_pc ul li .classesfl>a {
	color: #323434;
	line-height: 160%;
	font-size: 14px;
	padding-bottom: 5px;
	display: block;
}

.menu_pc ul li .classesfl>a:hover,
.secondClasses>a:hover {
	color: #a84f49;
}

.menu_pc ul li .classesfl>a i {
	font-size: 16px;
	vertical-align: -1px;
	margin-right: 5px;
}

.menu_pc ul li .classesfl>a i.icon-caigou {
	font-size: 20px;
}

.secondClasses {
	line-height: 20px;
	padding-left: 26px;
}

.secondClasses>a {
	float: left;
	color: #666666;
	margin-right: 15px;
	font-size: 12px;
}

.calssesMain ul li.hover .classesfl {
	border: 1px solid #a84f49;
	width: 220px;
	position: relative;
	z-index: 11;
	box-sizing: border-box;
	background: #fff;
	border-right: 0px;
	/* -webkit-box-shadow: 0 0 16px 0 hsla(0, 0%, 77.3%, .5);
    box-shadow: 0 0 16px 0 hsla(0, 0%, 77.3%, .5); */
}

.calssesMain ul li.hover .classesfl_none {
	border: 1px solid #fff;
}

.classesfl {
	border: 1px solid #fff;
}

.calssesMain .item-list {
	display: none;
	position: absolute;
	width: 730px;
	height: 469px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #FFF;
	left: 219px;
	top: 0;
	z-index: 10;
	border: 1px solid #a84f49;
	/* box-shadow: 0 0 16px 0 hsla(0, 0%, 77.3%, .5); */
	background: #fff;
}

.item-list .subitem {
	float: left;
	width: 700px;
	padding: 0px 4px 0px 13px;
}

.item-list .subitem dl {
	border-bottom: 1px dotted #dadada;
	padding: 10px 0px;
	overflow: hidden;
	zoom: 1;
	margin: 0;
}

.item-list .subitem dt {
	line-height: 19px;
	text-align: left;
	padding: 0px 6px 0px 0px;
	font-weight: 700;
	color: #a84f49;
}

.item-list .subitem dd {
	padding: 3px 0px 0px;
	overflow: hidden;
	margin-left: -8px;
	max-height: 64px;
	margin-bottom: 5px;
}

.item-list .subitem dt a {
	color: #323434;
	text-decoration: none;
}

.item-list .subitem dd em {
	float: left;
	height: 17px;
	line-height: 17px;
	padding: 0px 8px;
	margin-top: 4px;
	white-space: nowrap;
	font-style: normal;
}

.item-list .subitem dd em a,
.item-list .cat-right dd a {
	color: #666;
	text-decoration: none;
}

.item-list .subitem dd em a:hover,
.item-list .cat-right dd a:hover {
	color: #a84f49;
}


/* 地图banner */

.index_map {
	float: left;
	width: 678px;
	height: 440px;
	border-radius: 2px;
	margin: 16px 0 0 16px;
}

.index_title {
	line-height: 60px;
	height: 60px;
}

.index_title h1 {
	font-size: 18px;
	color: #333333;
	float: left;
}

.index_title h1.index_title_xh {
	padding-left: 50px;
	background: url(../images/shareIcon.png) no-repeat 0px -454px;
}

.index_title h1.index_title_qt {
	float: left;
	padding-left: 15px;
	background: url(../images/shareIcon.png) no-repeat 0px -506px;
}

.index_title h1.index_title_qt_icon {
	background: none;
	color: #a84f49;
	padding-left: 0;
}

.index_title h1.index_title_qt_icon i {
	color: #a84f49;
	font-size: 20px;
	margin-right: 10px;
}

.index_title a.more {
	font-size: 12px;
	color: #999999;
	float: right;
}

.index_title a.more i {
	font-size: 8px;
}

.index_title a.more:hover {
	color: #a84f49;
}

.floorSearch {
	float: left;
	padding-top: 20px;
	margin-left: 140px;
}

.floorSearch input,
.floorSearch select {
	float: left;
}

.floorSearch select {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.floorSearch input,
.floorSearchBtn {
	position: relative;
	left: -1px;
}

.floorSearch .button_orange_small {
	height: 22px;
	line-height: 21px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.index_map_con {
	overflow: hidden;
	width: 100%;
}

.index_map_con .hd {
	background-color: #f8f8f8;
	width: 162px;
	height: 360px;
	padding: 5px 0;
	float: left;
}

.index_map_con .hd li {
	height: 50px;
	line-height: 50px;
	padding: 0 12px;
	color: #666666;
	cursor: pointer;
	position: relative;
}

.index_map_con .hd li i {
	position: absolute;
	top: 0;
	right: -10px;
	display: none;
	font-size: 10px;
	color: #a84f49;
}

.index_map_con .hd li:hover,
.index_map_con .hd li.on {
	background-color: #a84f49;
	color: #ffffff;
}

.index_map_con .hd li:hover i,
.index_map_con .hd li.on i {
	display: block;
}

.index_map_con .bd {
	float: right;
}

.index_map_con .bd li {
	width: 457px;
	height: 370px;
}

.index_map_con .bd li a img {
	width: 100%;
	height: 100%;
}


/* 右侧 用户入口 */

.index_entrance {
	float: right;
	width: 270px;
	height: 461px;
	margin-top: 16px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.index_entrance_top {
	border-bottom: 1px solid #f4f4f4;
	height: 130px;
}

.index_entrance_top h1 {
	line-height: 26px;
	text-align: center;
	padding: 20px 10px 10px;
	color: #666666;
	height: 50px;
}

.index_entrance_top a {
	width: 100px;
	height: 28px;
	background-color: #a84f49;
	border-radius: 2px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	border: solid 1px #a84f49;
}

.index_entrance_top a.fr {
	background-color: #fff;
	color: #a84f49;
}

.index_entrance .index_title {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}

.index_entrance .index_title ul li {
	float: left;
	font-size: 16px;
	color: #333333;
	padding-right: 25px;
	position: relative;
	cursor: pointer;
}

.index_entrance .index_title ul li::after {
	opacity: 0;
	content: "";
	width: 30px;
	height: 2px;
	position: absolute;
	bottom: 10px;
	left: 0;
	background: #a84f49;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.index_entrance .index_title ul li.on,
.index_entrance .index_title ul li:hover {
	color: #a84f49;
}

.index_entrance .index_title ul li.on::after,
.index_entrance .index_title ul li:hover::after {
	opacity: 1;
}

.index_entrance_news {
	padding: 0 15px;
}

.index_entrance_news li {
	line-height: 32px;
	position: relative;
	padding-left: 10px;
}

.index_entrance_news li i {
	position: absolute;
	left: 0;
	top: 11px;
	width: 3px;
	height: 3px;
	border-radius: 2px;
	background-color: #666666;
	text-indent: 10000px;
}

.index_entrance_news li a {
	color: #666666;
}

.index_entrance_news li a:hover {
	color: #a84f49;
}


/* 楼层 */

.floor_title {
	text-align: center;
	padding-bottom: 25px;
	font-size: 28px;
	color: #a84f49;
	position: relative;
}

.floor_title::after {
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -20px;
	background: #a84f49;
}

.floor_box {
	background-color: #ffffff;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	padding: 0 15px 15px;
}

.homeListTable thead th {
	background: #f4f4f4;
	height: 46px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
}

.homeListTable tbody td {
	height: 58px;
	line-height: 20px;
	text-align: center;
	color: #333;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
	padding: 8px;
	box-sizing: border-box;
}

.homeListTable thead th.text_l,
.homeListTable tbody td.text_l {
	text-align: left;
}

.homeListTable a.button_light_orange_small,
.homeListTable a.button-line-orange-small {
	display: inline-block;
	margin: 0 2px;
	clear: both;
	min-width: 42px;
}

.homeListTable tbody tr:nth-child(even) td {
	background: #fbfbfb;
}

.homeListTable tbody tr:nth-child(odd) td {
	background: #fff;
}

.homeListTable tbody tr:hover td {
	background: #fff7f6
}

.button_ban,
.button_ban:hover {
	background-color: #e1e1e1;
	border: solid 1px #999999;
	color: #666666;
}

.img_pro li {
	float: left;
	border: 1px solid #fff;
	padding: 7px;
	overflow: hidden;
	background-color: #fbfbfb;
	margin-right: 6px;
	margin-bottom: 20px;
	width: 212px;
	height: 315px;
}

.img_pro li:hover {
	-moz-box-shadow: 0px 0px 3px 1px rgba(23, 4, 8, 0.04);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(23, 4, 8, 0.04);
	box-shadow: 0px 0px 3px 1px rgba(23, 4, 8, 0.04);
	border: solid 1px #a84f49;
}

.img_pro li>a.img_pro_top {
	display: block;
	width: 212px;
	height: 212px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #fff !important;
}

.img_pro li p {
	padding: 8px 0;
}

.floor_box_o {
	height: 390px !important;
	overflow: hidden !important;
}

.price {
	font-size: 14px;
	color: #a84f49;
	font-family: Arial, Helvetica, sans-serif;
}

.price i {
	font-size: 20px;
}

.img_pro li p>span.img_pro_pos {
	float: right;
	color: #999999;
}

.img_pro li a {
	display: block;
	padding: 2px 0;
}

.index_ad_item {
	height: 75px;
	width: 110%;
}

.index_ad_item li {
	float: left;
	margin-right: 12px;
	position: relative;
}

.index_ad_item li.w6_1 {
	width: 190px;
}

.index_ad_item li.w6_2 {
	width: 392px;
}

.index_ad_item li.w6_3 {
	width: 594px;
}

.index_ad_item li.w6_4 {
	width: 796px;
}

.index_ad_item li.w6_5 {
	width: 998px;
}

.index_ad_item li.w6_6 {
	width: 1200px;
}

.index_ad_item li img {
	width: 100%;
	height: 75px;
}

.index_ad_icon {
	width: 40px;
	height: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	background: #00000042;
	border-top-right-radius: 10px;
}

.index_ad_icon::after {
	content: '广告';
	color: #fff;
	position: absolute;
	left: 8px;
	font-size: 12px;
}

.w395 {
	width: 395px;
}

.w764 {
	width: 764px;
}

.w360 {
	width: 360px;
}

.w359 {
	width: 359px;
}

.exsup,
.purman {
	width: 400px;
	overflow: hidden;
	height: 279px;
}

.exsup a,
.purman a {
	float: left;
	overflow: hidden;
	display: block;
	padding: 10px 6px;
	background-color: #f5f5f5;
	border-radius: 2px;
	margin: 0 16px 10px 0;
}

.exsup a span {
	float: left;
	display: block;
	height: 44px;
	width: 44px;
	border-radius: 22px;
	overflow: hidden;
}

.exsup a p {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	width: 104px;
	color: #333333;
	line-height: 18px;
}

.exsup a:hover,
.purman a:hover {
	background-color: #a84f49;
	background-image: linear-gradient(90deg, #a84f49 26%, #bb645f 100%);
}

.exsup a:hover p {
	color: #fff;
}

.purman a {
	width: 158px;
	color: #333;
	line-height: 22px;
}

.purman a:hover,
.purman a:hover p {
	color: #fff;
}


/* 首页品牌 */

.index_brand {
	padding-top: 15px;
}

.index_brand p {
	float: left;
	width: 184px;
	height: 360px;
	text-align: center;
	background: url('../images/brand.png') no-repeat;
}

.index_brand p a.more {
	display: block;
	margin-top: 126px;
	color: #d5e3ff;
}

.index_brand p a.join {
	display: block;
	margin: 20px auto 0;
	width: 100px;
	height: 32px;
	line-height: 32px;
	background-color: #e5edff;
	border-radius: 16px;
	border: solid 1px #3073ff;
	color: #333333;
	font-size: 16px;
	text-align: center;
}

.index_brand p a.join:hover,
.index_brand p a.more:hover {
	opacity: .8;
}

.index_brand_con {
	width: 580px;
	float: left;
}

.index_brand_con ul {
	overflow: hidden;
	height: 360px;
}

.index_brand_con ul li {
	float: left;
	width: 180px;
	padding: 0 0 12px 12px;
	line-height: 34px;
}

.index_brand_con ul li a.brand_img {
	border: solid 1px #f2f2f2;
	padding: 1px;
	width: 178px;
	height: 76px;
	overflow: hidden;
}

.index_brand_con ul li a.brand_img:hover {
	Border: 1px solid #a84f49;
}

.index_brand_con ul li a {
	display: block;
	text-align: center;
	color: #333333;
}

.brand_list_box {
	padding-bottom: 0;
}

.brand_list li {
	border-bottom: 1px solid #f4f4f4;
	overflow: hidden;
	width: 100%;
}

.brand_list_s:hover p a {
	color: #a84f49;
}

.brand_list_s:hover p a {
	color: #a84f49;
}

.brand_list li:last-child {
	border-bottom: none;
}

.brand_list li .brand_list_d {
	display: block;
	height: 46px;
	line-height: 46px;
}

.brand_list li .brand_list_d p {
	float: left;
	width: 40%;
}

.brand_list li .brand_list_d p span {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 700;
	color: #a84f49;
}

.brand_list li .brand_list_d>a {
	float: left;
	width: 55%;
	text-align: right;
	margin-left: 5%;
}

.brand_list li .brand_list_s {
	display: none;
	padding: 15px 0;
	overflow: hidden;
	width: 100%;
}

.brand_list li .brand_list_s span {
	display: block;
	float: left;
	width: 32px;
	height: 28px;
	background: url(../images/shareIcon.png) no-repeat 2px -566px;
	font-size: 16px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	padding-right: 12px;
	margin-top: 12px;
	letter-spacing: -1px;
}

.brand_list li .brand_list_s a.brand_logo {
	float: left;
	width: 128px;
	height: 56px;
	padding: 1px;
	border: solid 1px #f2f2f2;
	margin-right: 12px;
	overflow: hidden;
}

.brand_list li .brand_list_s p {
	float: left;
	width: 170px;
	line-height: 26px;
	padding-top: 5px;
}

.brand_list li .brand_list_s p a {
	display: block;
}

.brand_list li.on .brand_list_d {
	display: none;
}

.brand_list li.on .brand_list_s {
	display: block;
}

.index_data h1 {
	color: #333;
	text-align: center;
	padding: 10px 20px;
}

.index_news a.index_news_img {
	height: 200px;
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}

	.index_news a p index_news_title {
	font-size: 16px;
	color: #FFF;
	width: 100%;
	display: block;
	padding-top: 10px;
}

.index_news span.index_news_des {
	line-height: 22px;
	display: block;
	padding: 5px 0 10px;
	color: #999999;
}

.index_news .index_entrance_news {
	padding: 0;
	margin-top: 15px;
}

.index_news .index_entrance_news li {
	line-height: 26px;
	margin: 5px 0;
}


/* 合作弹出层 */

.cooprateLyer {
	width: 90%;
	margin: 5px auto 5px auto;
}

.cooprateLyer td {
	padding: 7px 0;
}

.cooprateLyer textarea {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	font-family: ArialT;
	padding: 5px;
	outline: none;
}


/* 登录注册TOP */

.homeTop {
	width: 100%;
	padding: 24px 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 7px 1px rgba(23, 4, 8, 0.1);
	overflow: hidden;
	height: 75px;
}

.homeTop a {
	display: block;
}

.homeTop a img {
	height: 80px;
}

.homeTop h1 {
	border-left: 1px solid #f3f3f3;
	padding-left: 28px;
	margin-top: 18px;
	margin-left: 28px;
	font-size: 30px;
	color: #333333;
}

.homeTop p {
	float: right;
	margin-top: 22px;
}

.homeTop p i {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	color: #fff;
	font-size: 18px;
	background-color: #a84f49;
	text-align: center;
	margin-right: 4px;
}

.loginBox {
	width: 100%;
	min-height: 652px;
	background: #5f66ef url(../images/bg.png) no-repeat center center
}

.loginMain {
	float: right;
	width: 378px;
	background: #ffffff;
	box-shadow: 0px 0px 7px 1px rgba(23, 4, 8, 0.1);
	padding: 8px 32px 20px;
	box-sizing: border-box;
	margin-top: 100px;
}
.loginMain .login_top{
	overflow: hidden;
	padding: 20px 0 0;
}
.loginMain .login_top h1{
	font-size: 18px;
}
.loginMain .login_top a{
	color: #a84f49;
}
.loginMain ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding-left: 8px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
}

.loginMain ul li i {
	position: relative;
	float: left;
	margin-right: 3px;
}

.loginMain ul li input {
	float: left;
	height: 38px;
	line-height: 38px;
	width: 90%;
}

.loginMain ul li input.w166 {
	width: 166px;
}

.loginMain .loginArticle {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 24px;
	color: #333333;
	margin-top: 20px;
}

.detailLoginMain {
	width: 320px;
}

.detailLoginMain ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding-left: 8px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.detailLoginMain ul li i {
	position: relative;
	float: left;
	margin-right: 3px;
}

.detailLoginMain ul li input {
	float: left;
	height: 38px;
	line-height: 38px;
	width: 90%;
}

.detailLoginMain ul li input.w166 {
	width: 166px;
}

.detailLoginMain .loginArticle {
	display: none;
}

.loginBtn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #a84f49;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 2px;
}

.loginBtn:hover {
	opacity: 0.8;
}

.loginA a {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.loginA a:hover {
	color: #a84f49;
}

.verification {
	width: 110px;
	height: 38px;
	background-color: #f4f4f4;
	border: 0px;
	float: right;
}

.VerificationA {
	float: right;
	padding-right: 5px;
	font-size: 14px;
	color: #a84f49
}


/* 注册和忘记密码样式 */

.registeBox {
	width: 1200px;
	margin: 20px auto;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	min-height: 500px;
}

.registerSteps {
	margin: 0 auto;
	width: 870px;
	padding: 40px 0 70px;
}

.registerSteps li {
	float: left;
	width: 290px;
	padding-top: 30px;
	color: #666;
	text-align: center;
	position: relative;
}

.registerSteps li.registerSteps_hover {
	color: #a84f49;
}

.registerSteps li::after {
	content: "";
	display: block;
	width: 290px;
	height: 3px;
	background-color: #eaeaea;
	position: absolute;
	top: 10px;
	left: 0;
}

.registerSteps li.registerSteps_hover::after {
	background-color: #a84f49;
}

.registerSteps li p {
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: -2px;
	width: 26px;
	height: 26px;
	background-color: #eaeaea;
	border-radius: 13px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #999999;
	z-index: 99;
}

.registerSteps li.registerSteps_hover p {
	background-color: #a84f49;
	color: #fff;
}

.registerForm {
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
}

.registerForm ul li {
	width: 100%;
	padding: 12px 0;
	float: left;
}

.registerForm ul li input::placeholder {
	color: #999;
}

.registerForm ul li .button_orange_big {
	width: 332px;
}

.registerFromCon input {
	/*padding-right: 124px;*/
	box-sizing: border-box;
	width: 333px;
}

.registerForm ul li .regbtn .button_orange_big {
	width: 162px;
	float: none;
}

.registerForm ul li .regbtn .button_orange_big_bor {
	background: #fff;
	color: #a84f49;
}

.registerFormTitle {
	text-align: left;
	width: 90px;
	padding-right: 5px;
	float: left;
	line-height: 20px;
	padding: 10px 0;
	padding-left: 330px;
	color: #999;
}

.registerFromCon {
	position: relative;
	float: left;
}

.registerFromCon>p {
	line-height: 40px;
}

.registerForm .registerFromCon input {
	float: left;
}

.registerForm .reminderRight,
.registerForm .reminderWrong {
	float: left;
	line-height: 40px;
	padding-left: 8px;
}

.registerForm .radioBox {
	padding: 10px 0;
}

.orderList {
	color: #333;
}

.perchaseOperate {
	padding: 12px 0;
	overflow: hidden;
}

.OprateArea .checkBoxBlock {
	float: left;
	margin-right: 10px;
	padding: 2px 0 2px 12px;
}

.orderList .checkBox .check-on {
	padding-right: 6px;
}

.OprateBtn a {
	float: left;
	margin-right: 8px;
}

.adressBox select {
	width: 100px;
	height: 40px;
	border: solid 1px #e7e7e7;
	margin-right: 10px;
	color: #999;
	font-size: 14px;
	padding-left: 15px;
	outline: none;
}

.regstyle select {
	width: 332px;
}

.imgVerification {
	position: absolute;
	top: 0px;
	right: 1px;
	width: 110px;
	height: 38px;
	overflow: hidden;
}

.imgVerification img {
	width: 100%;
	height: 100%;
}

.VerificationBtn {
	position: absolute;
	width: 138px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	color: #a84f49;
	top: 1px;
	left: 194px;
	text-align: right;
	padding: 0 8px;
	box-sizing: border-box
}

#diag_agreement {
	width: 920px;
	text-align: center;
	font-size: 16px;
	padding-bottom: 25px;
	text-align: left;
	padding: 20px 30px;
	line-height: 180%;
	font-size: 14px;
}

.detailCon_feedback .pl50 {
	padding-left: 50px;
}

.detailCon_feedback .w100 {
	width: 100px;
}


/* 页尾 */

.footBox {
	background: #373737;
	color: #fff;
	width: 100%;
}

.registerFoot p.registerFoot_links {
	padding-bottom: 10px;
}

.registerFoot p a {
	text-align: center;
	padding: 0 16px;
	color: #9c9c9c;
}

.registerFoot p span {
	color: #9c9c9c;
}

.registerFoot p a:hover {
	color: #fff;
}

.registerFoot {
	padding: 40px 0;
}

.registerFoot p {
	text-align: center;
	color: #9c9c9c;
	line-height: 200%;
}

.modifySuccess {
	width: 100%;
	text-align: center;
}

.modifySuccess>p {
	color: #333333;
	line-height: 180%;
	padding: 10px 0;
	font-size: 22px;
}

.modifySuccess>span {
	color: #333333;
	padding: 10px 0;
}

.homeFootBox {
	width: 100%;
	overflow: hidden;
	background: #3e3e3e;
	padding: 20px 0;
}

.homeFoot {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	color: #9c9c9c;
	line-height: 22px;
}

.homeFoot h1 {
	float: left;
}

.homeFoot a {
	float: left;
	color: #9c9c9c;
	word-break: break-all;
	margin-right: 30px;
}

.homeFoot a:hover {
	color: #f1f1f1;
}


/* layui弹出层 优化 */

.layui-layer-btn {
	text-align: center;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #a84f49;
	background-color: #a84f49;
	height: 36px;
	line-height: 36px;
	width: 120px;
	font-size: 16px;
	text-align: center;
	width: 80px;
}

.layui-layer-btn .layui-layer-btn1 {
	height: 36px;
	line-height: 36px;
	margin: 5px 5px 0;
	width: 80px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}

.layui-layer-btn .layui-layer-btn1:hover {
	border: 1px solid #a84f49;
	color: #a84f49;
}

.layui-layer-btn {
	text-align: center;
}

.layui-layer-setwin .layui-layer-close1 {
	background-position: -87px -39px;
}

.layui-layer-title {
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}


/* 关于我们 */

.homeLisyMenu {
	width: 217px;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
	padding: 10px 0;
}

.homeLisyMenu li {
	float: left;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 17px;
	line-height: 46px;
	position: relative;
	text-align: center;
}

.homeLisyMenu li a {
	color: #333;
	font-size: 14px;
}

.homeLisyMenu .bigMenu li a {
	color: #333;
	font-size: 16px;
}

.homeLisyMenu .bigMenu li {
	line-height: 60px;
}

.homeLisyMenu li.cur a,
.homeLisyMenu li:hover a {
	color: #a84f49;
	font-weight: 700;
}

.c_red{
	color: #a84f49;
}

.homeLisyMenu li.cur::after,
.homeLisyMenu li a:hover::after {
	content: "";
	position: absolute;
	width: 42px;
	height: 2px;
	background: #a84f49;
	left: 50%;
	bottom: 10px;
	margin-left: -21px;
}

.homeSection {
	width: 965px;
	background: #fff;
	margin-top: 20px;
	box-sizing: border-box;
}

.detailArticle {
	width: 100%;
	color: #333;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
	line-height: 160%;
	padding: 20px 0;
}

.detailCon {
	box-sizing: border-box;
	line-height: 32px;
	color: #666;
	padding: 30px;
	min-height: 508px;
	overflow: hidden;
}

.detailCon>img {
	width: 100%;
	display: block;
	margin: 0 auto;
}


/* .detailCon h1 {
    padding: 30px 50px 15px;
} */

.detailCon .partner {
	width: 1000px;
}

.detailCon .partner a {
	float: left;
	display: block;
	width: 152px;
	height: 152px;
	padding: 10px;
	border: solid 1px #f2f2f2;
	margin: 0 8px 14px 0;
}

.menuArticle>span {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #f4f4f4;
	line-height: 50px;
}

.version {
	margin: 20px;
	position: relative;
}

.version::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #a84f49;
	position: absolute;
	left: 10px;
	top: 10px;
}

.version h1 {
	padding-left: 30px;
	font-size: 16px;
	color: #000000;
	z-index: 1;
	position: relative;
}

.version h1 i {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/shareIcon.png) no-repeat 0px -306px;
	top: 7px;
	left: 2px;
}

.version h1 span {
	width: 102px;
	display: inline-block;
}

.version p {
	padding: 10px 140px 0px;
	line-height: 32px;
	color: #666666;
}

.version_tab {
	padding: 15px 40px;
}

.version_tab a {
	float: left;
	margin: 0 5px;
	font-size: 16px;
	line-height:20px;
	padding: 5px 10px;
	color: #666;
}

.version_tab a:hover {
	background-color: #a84f49;
	color: #fff;
	border-radius: 4px;
}

.version_tab a.hover {
	background-color: #a84f49;
	color: #fff;
	border-radius: 4px;
}

.version a i {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/shareIcon.png) no-repeat 0px -306px;
	top: 2px;
	left: 2px;
}

.version a span {
	width: 102px;
	display: inline-block;
}

.version a {
	padding-left: 30px;
	font-size: 16px;
	color: #000000;
	z-index: 1;
	position: relative;
}

.version_time{
	line-height:20px;
	padding: 5px 0px;
	margin: 0 5px 0 55px;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
}

.version_number{
	line-height:20px;
	padding: 5px 0px;
	margin: 0 0px 0 10px;
	float: left;
	font-size: 16px;
}


/* 翻页 */

.pageHomeBox {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding: 23px 0;
	text-align: center;
}

.homeMain>.pageHomeBox {
	padding-bottom: 0;
}

.pageHomeBox ul {
	display: inline-block;
}

.pageHomeBox ul li {
	display: inline-block;
	margin: 0 2px;
	float: left;
	border-bottom: 0;
}

.pageHomeBox ul li a {
	display: inline-block;
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
	min-width: 18px;
	border: 1px solid #e8e8e8;
	color: #666;
	background: #fff;
}

.pageHomeBox ul li.cur a {
	border-color: #fff;
	color: #a84f49;
}

.pageHomeBox ul li a:hover {
	border-color: #a84f49;
	color: #a84f49;
}

.pageHomeBox ul li a.iconfont {
	font-size: 12px;
}

.pageHomeBox ul li a.forbidden {
	background: #ecedef;
	color: #cccccc;
}

.pageHomeBox ul li a.forbidden:hover {
	border-color: #e8e8e8;
	opacity: 1;
	cursor: auto
}

.pageDomain>span {
	line-height: 28px;
}

.pageDomain input {
	width: 40px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e8e8e8;
	margin: 0 5px;
	text-align: center;
}

.pageDomain button {
	width: 50px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #a84f49;
	background: #a84f49;
	position: relative;
	color: #fff;
}

.pageDomain button:hover {
	background: #a84f49;
	color: #fff;
	border-color: #a84f49
}


/* 商家入驻 */

.tenants {
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}

.tenants::after {
	content: '';
	width: 1px;
	height: 390px;
	background-color: #ececec;
	position: absolute;
	left: 50%;
	top: 70px;
}

.tenants li {
	float: left;
	width: 50%;
}

.tenantsFormTitle {
	width: 140px;
	padding-left: 250px;
}


/* 列表页 */

.page_pos {
	color: #999999;
	padding: 15px 0;
}


/* 新闻 */

.list_left {
	float: left;
	width: 880px;
	background-color: #ffffff;
	border-radius: 2px;
	min-height: 320px;
	overflow: hidden;
}

.list_right {
	float: right;
	width: 304px;
	background-color: #ffffff;
	border-radius: 2px;
	min-height: 320px;
	overflow: hidden;
}

.list_right .index_title {
	padding: 0 15px;
}

.list_right .index_entrance_news li {
	line-height: 42px;
}

.list_right .index_entrance_news li i {
	top: 19px;
}

.news_list li {
	padding: 25px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}

.news_list li>a {
	float: left;
	margin-right: 18px;
	width: 182px;
	height: 110px;
	overflow: hidden;
}

.news_list li p {
	float: left;
	width: 630px;
}

.news_list li p a {
	float: left;
	width: 80%;
	color: #333333;
	font-size: 18px;
}

.news_list li p a:hover {
	color: #a84f49;
}

.news_list li p i {
	float: left;
	width: 20%;
	color: #999;
	text-align: right;
}

.news_list li p span {
	float: left;
	display: block;
	padding-top: 10px;
	line-height: 24px;
	color: #999;
	width: 100%;
}

.list_right .index_data {
	padding: 0 15px 15px;
}


/* 新闻详情 */

.news_detail_title {
	padding: 30px 50px 20px;
	border-bottom: 1px solid #f2f2f2;
	color: #999999;

	position: relative;
}

.news_detail_title h1 {
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
}

.news_detail_con {
	padding: 30px;
	color: #666666;
	line-height: 200%;
}

.news_detail_con img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
}

.news_list_right li {
	padding: 15px;
}

.news_list_right li:first-child {
	padding-top: 0;
}

.news_list_right li>a {
	margin-right: 12px;
	width: 108px;
	height: 66px;
}

.news_list_right li p {
	width: 154px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
}

.news_list_right li h1 a {
	display: block;
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
}


/* 品牌列表 */

.list_right .brand_list {
	padding: 0 10px;
}

.list_right .brand_list li .brand_list_s a.brand_logo {
	width: 90px;
	height: 40px;
}

.list_right .brand_list li .brand_list_s span {
	margin-top: 0;
}

.list_right .brand_list li .brand_list_s p {
	width: 136px;
	line-height: 20px;
	padding-top: 2px;
}

.list_brand {
	padding: 30px 30px 0;
	border-bottom: 1px solid #f4f4f4;
	width: 110%;
	float: none;
}

.list_brand ul {
	height: auto;
}

.list_brand ul li {
	width: 196px;
	padding: 0 12px 20px 0;
}

.list_brand ul li a.brand_img {
	width: 194px;
	height: 84px;
}

.list_ranking {
	padding: 4px 20px 0;
	border-bottom: none;
	height: 276px;
}

.list_ranking ul li {
	width: 214px;
	padding: 0 15px 20px 0;
}

.list_ranking ul li:hover .ell {
	color: #a84f49;
}

.list_ranking ul li a.brand_img {
	width: 212px;
	height: 92px;
}


/*.fl .brand_list li .brand_list_s p {*/


/*    width: 171px;*/


/*}*/

.list_ranking_b {
	padding: 0 15px;
}

.list_ranking_b .brand_list li .brand_list_d {
	height: 50px;
	line-height: 50px;
}


/* 进出口数据 开始*/

.statistics_fl {
	float: left;
	width: 800px;
	position: relative;
}

.statistics_fr {
	float: right;
	width: 340px;
	overflow: hidden;
}

.statistics_fr_select {
	padding-top: 30px;
	font-size: 18px;
	color: #000000;
	cursor: pointer;
}

.statistics_fr_select i {
	color: #666;
	padding-right: 6px;
	vertical-align: 2px;
}

.statistics_fr_select_box {
	padding: 20px;
	display: none;
}

.statistics_fr_select_box ul li {
	float: left;
	color: #666666;
	margin-right: 60px;
	font-size: 22px;
	cursor: pointer;
}

.statistics_fr_select_box ul li:hover,
.statistics_fr_select_box ul li.hover {
	color: #a84f49;
	position: relative;
}

.statistics_fr_select_box ul li:hover::after,
.statistics_fr_select_box ul li.hover::after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #a84f49;
	position: absolute;
	top: 33px;
	left: 50%;
	margin-left: -16px;
}

.statistics_fr_select_box_con {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}

.statistics_fr_select_box_con>li {
	overflow: hidden;
	padding-top: 24px;
}

.statistics_fr_select_box_con>li>h1>a {
	display: block;
	font-size: 18px;
	color: #333;
	padding-bottom: 4px;
	width: 100%;
}

.statistics_fr_select_box_con>li>h1 {
	padding-bottom: 5px;
}

.statistics_fr_select_box_con>li>a {
	float: left;
	color: #999999;
	padding-right: 20px;
	word-break: break-all;
	padding-bottom: 6px;
}

.statistics_fr_select_box_con>li>h1>a:hover,
.statistics_fr_select_box_con>li>a:hover {
	color: #a84f49;
}

.statistics_fr_charts_title {
	padding-bottom: 10px;
	font-size: 16px;
	color: #000000;
}

.statistics_fr_charts_title a {
	float: right;
	background-image: linear-gradient(90deg, #a84f49 26%, #bb645f 100%);
	width: 66px;
	height: 24px;
	border-radius: 2px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.statistics_fr_charts_add {
	display: none;
	position: absolute;
	right: 0;
	top: 242px;
	width: 120px;
	height: 500px;
	background-color: #ffffff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	overflow: auto;
	padding: 18px 0 18px 18px;
	z-index: 99;
}

.statistics_fr_charts_add a {
	display: block;
	width: 100%;
	color: #666666;
	padding-bottom: 10px;
}

.statistics_fr_charts_add a:hover {
	color: #a84f49;
}

.statistics_fr_charts {
	width: 100%;
	height: 500px;
	padding-bottom: 60px;
}

.statistics_fr_title {
	padding: 46px 0 60px;
	line-height: 28px;
	color: #a84f49;
	text-align: center;
	font-size: 20px;
}

.statistics_fr_table {
	background-color: #f9f9f9;
	overflow: hidden;
}

.statistics_fr_table h1 {
	font-size: 16px;
	color: #000000;
	padding: 30px 0 24px 10px;
}

.statistics_fr_table .dl_title {
	background-color: #f2f2f2;
	padding: 16px 0;
	overflow: hidden;
}

.statistics_fr_table .dl_title dt,
.statistics_fr_table .dl_box dl dd {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 10px;
}

.statistics_fr_table .dl_box {
	height: 1014px;
	padding: 15px 0;
}

.statistics_fr_table .dl_box dl {
	height: 26px;
}

.statistics_fr_table .dl_box dl:hover {
	background: #fff;
}

.statistics_fr_table .dl_box dl dd {
	font-weight: normal;
	line-height: 26px;
	color: #666666;
}

.statistics_fr_download {
	background-color: #f9f9f9;
	margin: 15px 0 45px;
}

.statistics_fr_download h1 {
	line-height: 42px;
	background-color: #a84f49;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

.statistics_fr_download p {
	padding: 0 20px 26px;
	overflow: hidden;
}

.statistics_fr_download p span {
	display: block;
	float: left;
	width: 50%;
	font-size: 18px;
	padding-top: 24px;
	text-align: center;
}

.statistics_fr_download p span a {
	width: 116px;
	line-height: 44px;
	text-align: center;
	border: solid 1px #a84f49;
	color: #a84f49;
	padding: 10px 15px;
	border-radius: 2px;
}

.statistics_fr_download p span a:hover {
	background: #a84f49;
	color: #fff;
}

.statistics_fr_table .statistics_fr_table_w_1 {
	width: 30%;
}

.statistics_fr_table .statistics_fr_table_w_2 {
	width: 35%;
}


/* 进出口数据 结束*/


/* 筛选 */

.screening {
	background-color: #ffffff;
	border-radius: 2px;
	padding: 0 10px;
}

.screening>li {
	border-bottom: 1px solid #f4f4f4;
	line-height: 30px;
	padding: 12px 10px;
	display: inline-block;
}

.screening>li:last-child {
	border-bottom: none
}

.screening_left {
	float: left;
	width: 84px;
	color: #666666;
	text-align: right;
	padding-right: 10px;
}

.screening_right {
	float: left;
	width: 1066px;
}

.screening_right a,
.screening_right .hd li,
.screening_right .bd li {
	color: #999999;
	float: left;
	margin-right: 14px;
	cursor: pointer;
}

.screening_right a:hover,
.screening_right a.hover,
.screening_right .hd li:hover,
.screening_right .hd li.on,
.screening_right .bd li:hover,
.screening_right .bd li.hover {
	color: #a84f49;
}

.screening_right .hd li {
	position: relative;
}

.screening_right .hd li::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #a84f49;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
	display: none;
}

.screening_right .hd li:hover::after,
.screening_right .hd li.on::after {
	display: block;
}

.screening_right .bd ul {
	padding: 5px 0;
	overflow: hidden;
	border-radius: 2px;
	margin-top: 4px;
}

.screening_right p {
	float: left;
}

.screening_right p select {
	width: auto;
	min-width: 100px;
	outline: none;
	max-width: 152px;
}

.screening_right p .button_orange_large {
	box-sizing: border-box;
	height: 32px;
	width: 70px;
}

.list_box {
	padding: 15px 15px 0;
}


/* 我的采购单 */

.perchaseOperate {
	padding: 15px 12px;
	overflow: hidden;
}

.news_list li:hover {
	background: #ccc
}

.OprateArea .checkBoxBlock {
	float: left;
	margin-right: 30px;
	padding: 2px 0 2px 0;
}

.orderList .checkBox .check-on {
	padding-right: 6px;
}

.OprateBtn a {
	float: left;
	margin-right: 8px;
}

.purchaseList {
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}

.purchaseListTable thead td {
	background: #f4f4f4;
	height: 44px;
	line-height: 20px;
	text-align: center;
	padding: 0px;
	border-bottom: 0px;
}

.purchaseListTable td {
	text-align: center;
	background: #f9f9f9;
	padding: 15px 12px;
	border-bottom: 1px solid #e5e5e5
}

.purchaseListTable tbody tr:hover td,
.purchaseListTable tbody tr.bg_orange td {
	background: #fff6f2;
}

.purchaseListTable tbody tr.PurchaseCompanyName:hover td {
	background: #fff;
}

.PurchaseCompanyName td {
	height: 52px;
	text-align: left;
	font-family: ArialMT;
	background: #fff;
	padding: 0px 12px;
	border-bottom: 0px;
	color: #333;
}

.purchaseListTable tbody tr:last-child td {
	border-bottom: 0px;
}

td.namePurchase {
	text-align: left;
}

td.namePurchase a.pro_img {
	float: left;
	display: block;
	border: 1px solid #f4f4f4;
	padding: 2px;
	width: 72px;
	height: 72px;
	overflow: hidden;
	background-color: #fff;
	margin-right: 10px;
}

.v_align {
	display: table;
	height: 78px;
}

.v_align label,
.v_align p {
	display: table-cell;
	vertical-align: middle;
}

.purchaseListTable .button_light_orange_small,
.purchaseListTable .button_gray_small {
	margin: 0 2px;
}

.blockBox {
	text-align: center;
	width: 100%;
}

.numPlus {
	margin: 10px 0;
	display: inline-block;
}

.numPlus a {
	display: inline-block;
	width: 30px;
	text-align: center;
	float: left;
	cursor: pointer;
	color: #999;
	font-size: 14px;
}

.homeOrderOprateBox {
	width: 100%;
	padding: 18px 34px;
	background: #fff;
	margin-top: 16px;
	overflow: hidden;
	box-sizing: border-box;
}

.homeOrderOprateBox a {
	margin-left: 10px;
}

.homeOrderOprateBox .OprateArea {
	overflow: hidden;
	padding-top: 4px;
	display: inline-block;
	width: 200px;
}

.priceSum {
	font-size: 24px;
	font-weight: bold;
}

.sumBox {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	color: #ea5413;
	padding-right: 20px;
	overflow: hidden;
}


/* 提交订单 */

.sub_order_box {
	background: #fff;
	padding: 20px 30px;
	overflow: hidden;
	margin-bottom: 16px;
}

p.c_service {
	padding: 10px 0;
	color: #404040;
	text-align: center;
}

.sub_order_box .registerSteps {
	padding: 20px 0 0;
	width: 100%;
}

.sub_order_box .registerSteps li {
	width: 25%;
}

.sub_order_good {
	overflow: hidden;
}

.sub_order_good>a {
	float: left;
	display: block;
	width: 116px;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	padding: 5px;
}

.sub_order_good p {
	float: left;
	width: 992px;
	padding-left: 20px;
}

.sub_order_good p>a {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: 700;
	padding-top: 10px;
}

.sub_order_good p>span.sub_order_good_con {
	display: block;
	color: #666666;
	line-height: 24px;
	padding: 5px 0 15px;
}

.sub_order_box p.title {
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	font-weight: 700;
}

.sub_order_type a {
	float: left;
	width: 124px;
	height: 36px;
	line-height: 36px;
	border: solid 1px #999;
	color: #999;
	margin-right: 15px;
	text-align: center;
	border-radius: 2px;
}

.sub_order_type a:hover,
.sub_order_type a.hover {
	border: solid 1px #a84f49;
	color: #a84f49;
}

.sub_order_number {
	padding-top: 20px;
}

.sub_order_bottom {
	padding: 20px 0 15px;
	overflow: hidden;
}

.sub_order_bottom>a,
.sub_order_info>a {
	float: right;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #a84f49;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
}

.sub_order_bottom .checkBox {
	float: right;
	margin: 10px 56px 0 0;
	color: #333333;
}

.sub_order_bottom p {
	float: right;
	color: #333;
	margin-right: 56px;
	padding-top: 10px;
}

.addressBox {
	padding: 10px 0;
}

.addressBox li {
	padding: 10px 9px;
	box-sizing: border-box;
	margin-top: 5px;
	overflow: hidden;
}

.addressBox li.cur,
.addressBox li:hover {
	background: #fbfbfb;
	color: #a84f49;
}

.addressBox li.tc:hover {
	background: #fff;
}

.addressBox li.tc>a>i {
	margin-right: 5px;
	font-size: 18px;
}

.adressOprateBox {
	display: none;
	float: right;
}

.adressOprateBox a {
	margin-right: 8px;
	float: left;
}

.addressBox li.cur .adressOprateBox,
.addressBox li:hover .adressOprateBox {
	display: inline-block;
}

.addressBox li label {
	width: 72%;
	float: left;
	padding: 3px 0 2px 0;
}

.addressBox .radio span:last-child {
	width: 95%
}

.addressBox li.add a {
	margin: 0 auto;
}

.t_addifom {
	padding: 15px;
	display: none;
}

.t_addifom .managerFormTable td {
	height: 32px;
	padding: 5px 3px;
}

.t_addifom .managerFormTable td.color_gray6 {
	text-align: right;
}

.sub_order_info {
	padding-top: 30px;
}

.sub_order_info li {
	padding-bottom: 20px;
	overflow: hidden;
}

.sub_order_info li p {
	float: left;
	color: #333;
	padding-right: 15px;
	width: 70px;
}

.sub_order_info li>span {
	float: left;
	width: 1055px;
}

.sub_order_info>a {
	float: none;
	display: block;
	margin: 20px auto;
	cursor: pointer;
}

.vercood_btn {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
}

.vercood_btn_send {
	min-width: 84px;
	border: 1px solid #d2d2d2;
	background-color: #d2d2d2;
	color: #333;
}

.OrderListTable {
	margin-top: 10px;
}

.OrderListTable thead th {
	background: #f4f4f4;
	height: 44px;
	line-height: 18px;
	font-weight: normal
}

.OrderListTable tbody td {
	height: 48px;
	line-height: 20px;
	text-align: center;
	color: #333;
	background: #f9f9f9;
	padding: 8px 5px;
}

.OrderListTable td>p {
	line-height: 0 15px 10px;
	padding: 2px 0;
}

.OrderListTable td>p.t_left {
	padding: 15px;
	line-height: 26px;
}

.OrderListTable a.button_light_orange_small,
.OrderListTable a.button-line-orange-small {
	display: inline-block;
	margin: 0 2px;
	clear: both;
}

.OrderListTable tbody tr:last-child td {
	border-bottom: 0px;
}

.OrderListTable textarea {
	height: 50px;
}

.sub_order_bottom .price i {
	font-size: 28px;
}

.detail_add button {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f1f1f1;
	border: 1px solid #cccccc;
	font-size: 18px;
}

.detail_add button:hover {
	background-color: #a84f49;
	border: 1px solid #a84f49;
	color: #fff;
}

.detail_add input {
	float: left;
	width: 40px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	color: #666666;
}


/* 右侧导航 */

.t_baywindow {
	position: fixed;
	display: none;
	top: 20px;
	right: 50%;
	margin-right: -700px;
	background-color: #fefefe;
	border: solid 1px #eee;
	width: 60px;
	background: #fff;
}

.t_baywindow li {
	display: block;
	height: 60px;
	text-align: center;
	line-height: 20px;
}

.t_baywindow li a {
	display: block;
	height: 40px;
	color: #333;
	padding: 10px 0;
}

.t_baywindow li a.color_redgo {
	color: #536775;
}

.t_baywindow li a.color_red{
	width: 60px;
	background: #a84f49;
	color: #fff !important;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
}

.t_baywindow li a:hover{
	width: 60px;
	background: #a84f49;
	color: #fff;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #ffffff;
}

.t_baywindow li a.color_redgo i {
	height: 20px;
	text-align: center;
	margin-left: 5px;
}

.fastChannelLayer {
	width: 90%;
	margin: 20px auto 15px auto;
}

.fastChannelLayer td {
	padding: 8px 0;
}

.fastChannelLayer textarea {
	width: 100%;
	height: 70px;
	border: 1px solid #d2d2d2;
	font-family: ArialT;
	padding: 5px;
	box-sizing: border-box;
	outline: none;
}

.fastChannelLayer input[type=text],
.fastChannelLayer input[type=email] {
	height: 38px;
	line-height: 38px;
	padding: 0 5px;
	border: 1px solid #d2d2d2;
	vertical-align: middle;
	width: 165px;
}

#applyToJoin .fastChannelLayer input[type=text],
#applyToJoin .fastChannelLayer input[type=email] {
	width: 300px;
}

.fastChannelLayer input[type=button] {
	border: 0px;
}

.news_list_noneimg li p {
	float: none;
	width: 100%;
}

.trade_title {
	padding: 0 30px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
}

.trade_title a {
	float: left;
	font-size: 16px;
	padding-right: 50px;
	color: #333;
}

.trade_title a.hover,
.trade_title a:hover {
	color: #a84f49;
	font-weight: 700;
}

.index_news a.index_news_title:hover {
	color: #a84f49
}

.type_tip {
	border: 1px solid #a84f49;
	color: #a84f49;
	padding: 2px 5px;
	border-radius: 2px;
}

.pro_company_title,
.pro_company_title_letter {
	overflow: hidden;
	padding: 20px 10px;
}

.pro_company_title li {
	float: left;
	color: #333;
	cursor: pointer;
	font-size: 16px;
	position: relative;
	width: 70px;
}

.pro_company_title li::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #a84f49;
	bottom: -8px;
	left: 16px;
	opacity: 0;
}

.pro_company_title li.hover,
.pro_company_title li:hover {
	color: #a84f49;
	font-weight: 700;
}

.pro_company_title li.hover::after,
.pro_company_title li:hover::after {
	opacity: 1;
}

.pro_company_title p {
	float: left;
	padding-top: 2px;
	padding-left: 10px;
}

.pro_company_title p a {
	color: #666;
	padding-right: 30px;
	float: left;
	cursor: pointer;
	cursor: pointer;
	font-size: 16px;
}

.pro_company_title p a:hover,
.pro_company_title p a.hover {
	color: #a84f49;
}

.pro_company_list {
	padding: 10px 10px 0;
}

.pro_company_list ul li {
	width: 222px;
}

.pro_company_list ul li a.brand_img {
	width: 210px;
	height: 100px;
}

.pro_company_list_letter>li {
	overflow: hidden;
}

.pro_company_list_letter>li h1 {
	box-sizing: border-box;
	padding: 15px 20px;
}

.pro_company_list_letter>li h1 span {
	display: block;
	background-color: #a84f49;
	color: #fff;
	font-size: 18px;
	border-radius: 2px;
	height: 30px;
	width: 85px;
	line-height: 30px;
	text-align: center;
}

.pro_company_list_letter>li h1 span.number {
	font-size: 14px;
	min-width: 70px;
}

.pro_company_list_letter {
	overflow: hidden;
}


/*.pro_company_list_letter .list_ranking {*/


/*    padding: 0 30px 0 0;*/


/*}*/

#ranking,
#letter {
	min-height: 500px;
}

.list_company {
	padding-bottom: 15px;
	overflow: hidden;
}

.list_company_title {
	float: left;
	position: relative;
	width: 184px;
}

.list_company_title h1 {
	position: absolute;
	top: 75px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 36px;
}

.list_company_title span {
	position: absolute;
	top: 196px;
	width: 60px;
	height: 2px;
	background-color: #fff;
	left: 50%;
	margin-left: -30px;
}

.list_company_title a {
	position: absolute;
	top: 260px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.list_company .index_brand_con {
	width: 986px;
}

.list_company .index_brand_con ul li {
	padding: 0 0 12px 17px;
}

.index_brand_con ul li:hover .ell {
	color: #a84f49;
}

.floor_box .list_ranking {
	height: auto;
}

#exupload {
	padding: 30px;
}

.index_company_tab {
	float: left;
	padding-left: 80px;
}

.index_company_tab li {
	cursor: pointer;
	float: left;
	color: #999;
	padding-right: 64px;
	position: relative;
	transition: all 0.5s ease 0s;
}

.index_company_tab li::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #a84f49;
	bottom: 14px;
	right: 50%;
	margin-right: 22px;
	opacity: 0;
}

.index_company_tab li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 16px;
	background-color: #d8d8d8;
	top: 22px;
	right: 32px;
}

.index_company_tab li:last-child::after {
	display: none;
}

.index_company_tab li:hover,
.index_company_tab li.hover {
	color: #a84f49;
	font-size: 16px;
}

.index_company_tab li:hover::before,
.index_company_tab li.hover::before {
	opacity: 1;
}

.mt-15 {
	margin-top: -15px;
}


/* v4.0 修改 start */

.con_top {
	width: 100%;
	height: 480px;
	min-width: 1200px;
	margin-bottom: 15px;
}

.cont_top_con {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.homeNav ul:nth-child(1) {
	background: #fff;
	width: 966px;
	/*修改*/
	margin: 0 auto;
	position: relative;
	/*新增*/
	left: 110px;
	/*新增*/
}

.homeNav ul:nth-child(1) li {
	padding: 0 12px;
	/*修改*/
	float: left;
	line-height: 52px;
	color: #333;
	position: relative;
}

.homeNav2 ul:nth-child(1) {
	background: #fff;
	margin: 0 auto;
	position: relative;
	left: 0 !important;
	width: 1200px !important;
}

.homeNav2 ul:nth-child(1) li {
	padding: 0 26px;
	float: left;
	line-height: 52px;
	color: #333;
	position: relative;
}

.pc_con {
	width: 220px;
	height: 480px;
	margin-top: -3px;
	background-color: #fff;
	float: left;
}

.res {
	position: relative;
}

.abs {
	position: absolute;
}

.menu_tap {
	width: 220px;
	height: 44px;
	line-height: 44px;
	text-align: left;
	padding: 0 10px;
	background-color: #a84f49;
	box-sizing: border-box;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-top: -44px;
	color: #fff;
}

.menu_pc {
	width: 220px;
	height: 480px;
	left: 0;
	top: 49px;
	background-color: #fff;
	/* 	border-top-left-radius: 6px;
        border-top-right-radius: 6px; */
}

.menu_pc ul {
	margin-top: 28px;
	display: block;
	height: 421px;
	overflow: hidden;
}

.nav_con {
	width: 1200px;
	margin: 0 auto;
}


/* v4.0 修改 end */


/* v4.0 add 20201109 st */

.homeNav ul:nth-child(1) li>a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}

.homeNav ul:nth-child(1) li>a:hover {
	color: #A84F49;
}


.homeNav ul:nth-child(1) li.cur>a {
	color: #333;
	line-height: 39px;
	border-bottom: 3px solid #A84F49;
}

.homeNav ul:nth-child(1)>a {
	float: right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-image: linear-gradient(90deg, #a84f49 26%, #bb645f 100%);
	border-radius: 15px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}

.nav_con {
	width: 1200px;
	margin: 0 auto;
	z-index: 99;
}


/* v4.0 add 20201109 en */

.floor_box .hd {
	width: 100%;
	top: 50%;
	margin-top: -17px;
	z-index: 9999;
	position: absolute;
}

.floor_box .hd .next,
.floor_box .hd .prev {
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #0C0C0C30;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	display: none;
}

.floor_box:hover .hd .next,
.floor_box:hover .hd .prev {
	display: block;
}

.floor_box .hd .next:hover,
.floor_box .hd .prev:hover {
	background: #0C0C0C60;
}

.floor_box .hd i {
	font-size: 20px;
	color: #fff;
	line-height: 34px;
}

.floor_box .hd .next {
	right: 17px;
}

.floor_box .hd .prev {
	left: -14px;
}


/* 分享 */

.detail_share {
	position: absolute;
	right: 30px;
	bottom: 10px;
	width: 115px;
	line-height: 38px;
	color: #333;
	cursor: pointer;
}

.detail_share:hover {
	background-color: #f5f5f5;
}

.detail_share i {
	color: #999;
}

.detail_share p {
	overflow: hidden;
	box-shadow: 0px 1px 3px 0px rgba(10, 2, 4, 0.11);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(10, 2, 4, 0.11);
	padding: 10px;
	position: absolute;
	left: 0;
	top: 38px;
	background-color: #fff;
	width: 95px;
	z-index: 100;
}

.detail_share p a {
	display: block;
	padding: 5px 0;
	overflow: hidden;
	line-height: 24px;
}

.detail_share p a span {
	color: #999;
	float: left;
	padding-left: 10px;
}

.detail_share p a i {
	height: 24px;
	width: 24px;
	border-radius: 12px;
	color: #fff;
	float: left;
	text-align: center;
}

.detail_share p a i.icon-kongjian {
	background-color: #ffc201;
}

.detail_share p a i.icon-QQ {
	background-color: #0596f8;
}

.detail_share p a i.icon-weixin2 {
	background-color: #27cc2c;
}

.detail_share p a i.icon-sinaweibo {
	background-color: #df4d69;
}

.detail_share p a i.icon-baidu {
	background-color: #0e55f8;
}

.detail_share p a i.iconqqkongjian {
	background-color: #ffc201;
}

.detail_share p a i.iconqq {
	background-color: #0596f8;
}

.detail_share p a .iconweixin {
	background-color: #27cc2c;
}

.detail_share p a .iconpengyouquan {
	background-color: #27cc2c;
}

.detail_share p a i.iconweibo {
	background-color: #df4d69;
}

.detail_share p a i.icondingding {
	background-color: #4786ff;
}

.detail_share p a i.iconrenren {
	background-color: #1296db;
}

.detail_share p a i.icon58tongcheng {
	background-color: #ff7c52;
}

.detail_share p a i.icontieba {
	background-color: #3385ff;
}

.detail_share p a i.icondouban {
	background-color: #56a25d;
}

.reg_bg {
	background-image: url(reg_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.detail_disclaimer {
	margin: 30px auto 0;
	border: 1px dashed #a84f49;
}

.detail_disclaimer h1 {
	color: #a84f49;
	font-size: 24px;
	text-align: center;
	padding: 10px 0px;
}

.detail_disclaimer h1::before {
	margin-right: 5px;
}

.detail_disclaimer p {
	color: #000000;
	font-size: 14px;
	line-height: 26px;
	text-indent: 28px;
	box-sizing: border-box;
	padding: 0px 20px 20px;
}

.search_left {
	float: left;
	width: 800px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 25px;
}

.search_list li {
	margin-top: 20px;
	overflow: hidden;
}

.search_list li a.title_big {
	display: block;
	font-size: 18px;
	color: #000;
	text-decoration: underline;
	padding-bottom: 10px;
}

.search_list li a.title_big:hover,
.search_list li .search_con p a.title_small:hover {
	color: #bb2015;
}

.search_list li .search_con {
	overflow: hidden;
	line-height: 24px;
	color: #666;
}

.search_list li .search_con a.img {
	float: left;
	overflow: hidden;
	width: 128px;
	height: 85px;
	border-radius: 10px;
	margin-right: 20px;
	background-color: #F2F2F2;
	position: relative;
}

.search_list li .search_con a.img span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -19px;
	margin-top: -19px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	border-radius: 30px;
	background-color: rgb(0, 0, 0);
	border: solid 3px rgba(255, 255, 255, 0.59);
	opacity: 0.5;
	z-index: 9;
}

.search_list li .search_con p {
	float: left;
	width: 602px;
}

.search_list li .search_con p.w100p {
	width: 100%;
}

.search_list li .search_con p a.title_small {
	display: block;
	color: #333333;
}

.index_top_bg {
	background-image: url(/Content/Home/img/index_top_bg.png);
	background-repeat: no-repeat;
	background-position: top 50%;
	background-size:100% auto;
}

.index_banner {
	float: left;
	width: 678px;
	height: 461px;
	border-radius: 5px;
	margin: 16px 0 0 16px;
	box-sizing: border-box;
	/* padding: 5px; */
	/* background-color: #fff; */
	position: relative;
	overflow: hidden;
}

.index_banner .hd {
	width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 15px;
	z-index: 1;
}

.index_banner .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}

.index_banner .hd ul li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
}

.index_banner .hd ul li.on {
	background: #a84f49;
}

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

.index_banner .bd li {
	zoom: 1;
	vertical-align: middle;
	border-radius: 5px;
	overflow: hidden;
}

.index_banner .bd img {
	width: 100%;
	height: 460px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.index_banner .prev,
.index_banner .next {
	display: none;
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	width: 30px;
	height: 50px;
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-align: center;
	line-height: 50px;
}

.index_banner:hover .prev,
.index_banner:hover .next {
	display: block;
}
.index_banner:hover .prev i,
.index_banner:hover .next i{
	color: #fff;
	font-size: 20px;
}
.index_banner .next {
	left: auto;
	right: 3%;
}

.index_banner .prev:hover,
.index_banner .next:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.index_banner .prevStop {
	display: none;
}

.index_banner .nextStop {
	display: none;
}


.selected_default{
	border-bottom: 1px solid #a84f49;
}
.index_news_btm_info{
	position: absolute;
	bottom: 0px;
	background-color: rgb(0, 0, 0,0.5);
	color: #FFF;
	padding: 0 10px;
	/*display: none;*/
}
.index_news_img:hover .index_news_des{
	display: block;
	animation:myfirst .8s;
	-webkit-animation:myfirst .8s;
	animation-fill-mode: forwards;/*当动画完成时，动画会停留在最后一帧。*/
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%   {height: 10px}
	100% {height:40px;bottom:50%;}
}

.index_news a p .index_news_title {
	font-size: 16px;
	color: #FFF;
	width: 350px;
	display: block;
	white-space:nowrap;
	line-height: 28px;
}

.index_news span.index_news_des {
	line-height: 22px;
	display: none;
	/*padding: 5px 0 10px;*/
	color: #999999;
}
.index_title_sell a::before {
	content: "";
	width: 4px;
	height: 20px;
	background-color: #a84f49;
	position: absolute;
	left: 20px;
	top: 20px;
}
.u-flex{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.button_orange_large_sell{
	text-align: center;
	width: 78px;
	line-height: 30px;
    padding: 0px 10px;
    background: #a84f49;
    color: #fff;
    border: 1px solid #a84f49;
    border-radius: 2px;
	margin-top: 1px;
	display: block;
}
.u-m-left{
	margin-left: 350px;
}
.u-m-t-m{
	margin: 5px 0 20px 0;
}

.tc-other-read {
	margin: 0 auto;
}

.cf {
	zoom: 1;
}

.tc-other-read .hd {
	float: left;
	width: 100%;
	line-height: 50px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.tc-other-read .hd h2 {
	float: left;
	font-size: 16px;
}

.tc-other-read .hd a {
	float: left;
	width: 130px;
	height: 32px;
	line-height: 32px;
	margin: 10px 0 0 5px;
	padding: 0 10px;
	text-align: center;
	background: #fff;
	border: 1px
	solid #e3e3e3;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	text-decoration: none;
}
.tc-other-read .hd a:hover {
	border: 1px solid #a84f49;
}
.login-box{
    width: 782px;
    height: 441px;
    background-color: #f8f8f8;
    border-radius: 8px;
    border: solid 1px #f2f2f2;
    margin: 25px auto;
}
.login-box-top-cont{
    width: 591px;
    height: 51px;
    background-color: #a84f49;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    margin: 27px auto;
}
.login-box-bottom-cont{
    width: 591px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}
.login-box-bottom-cont p{
    width: 281px;
    height: 316px;
    background-color: #ffffff;
    border-radius: 6px;
}
.login-box-bottom-cont p a{
    display: block;
    width: 200px;
    background-color: #a84f49;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}
.login-box-bottom-cont p img{
    display: block;
    margin: 27px auto;
}

.no-data-sty{
	width: 1200px;
	background-color: #ffffff;
	border-radius: 2px;
	min-height:500px;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height:45px;
	color: #333333;
}
.no-data-sty img{
	width: 20%;
}

.font_big{
	font-size: 16px !important;
	font-weight: 700 !important;
}
.font_small{
	font-size: 13px !important;
}

/* 新增版本记录栏目样式 */
.edition_Record_Box {
	width: 905px;
	margin: 20px 0;
	padding: 30px;
	background: #fff;
}

.edition_Record_Icon {
	display: flex;
}

.edition_Record_Icon li {
	width: 17%;
	text-align: center;
}

.edition_Record_Icon i {
	font-size: 40px;
	color: #A65049;
}

.edition_Record_Icon_Name {
	font-size: 12px;
	line-height: 12px;
	color: #666;
	padding: 5px 0;
}

.edition_Record_color {
	color: #A65049;
}

.edition_Record_Introduce {
	font-size: 16px;
	height: 58px;
	color: #666;
	line-height: 58px;
	text-align: center;
	background: #FAFAFA;
	margin: 35px 0;
}

.edition_Record {
	display: flex;
	height: 100%;
	justify-content: center;
}

.edition_Record>ul {
	display: flex;
	width: 748px;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
}

.record_Details {
	border-top: 4px solid #E5E5E5;
	position: relative;
	width: 20.01%;
	height: 45%;
}

.record_Details:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -8px;
	bottom: auto;
	right: auto;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #A6A6A6;
}

.record_Details_content {
	margin: 20px 10px 30px;
}

.record_Details_content i {
	color: #E5E5E5;
	margin-right: 3px;
	font-size: 16px;
	font-weight: bold;
}

.record_Details_content ul {
	margin-top: 10px;
}

.record_Details_content ul li{
	text-align: center;
}

.content_Back {
	padding: 5px 20px;
	background: #FAFAFA;
	text-align: center;
}

.arc_Right {
	width: 80px;
	border: 4px solid #E5E5E5;
	border-radius: 0 100% 100% 0/50%;
	border-left: none;
	position: absolute;
	top: -4px;
	right: -80px;
	height: 158px;
}

.arc_Left {
	width: 80px;
	border: 4px solid #E5E5E5;
	border-radius: 100% 0 0 100%/50%;
	border-right: none;
	position: absolute;
	top: -4px;
	left: -83px;
	height: 158px;
}

.edition_Record_Triangle {
	display: inline-block;
	width: 0;
	position: absolute;
	left: -16px;
	top: -12px;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 16px solid #E5E5E5;
	border-bottom: 10px solid transparent;
}

.redcolor {
	color: #e60012;
}

.edition_Record_Introduce {
	font-size: 16px;
	/*height: 58px;*/
	color: #666;
	line-height: 58px;
	text-align: center;
	background: #FAFAFA;
	/*margin: 35px 0;*/
	margin-bottom: 35px;
}

.selectpolicy{
	width: 1140px;
	height: 60px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
	padding: 0 30px;
}
.selectpolicy ul{
	width: 40%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.selectpolicy p input{
	width: 240px;
	float: left;
	height: 42px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	border: 1px solid #a84f49;
}
.selectpolicy p button{
	width: 90px;
	background: #a84f49;
	color: #fff;
	line-height: 42px;
	font-size: 18px;
}
.selectpolicy ul li{
	line-height: 40px;
	cursor: pointer;
}
.bottom-border{
	border-bottom: 3px solid #A84F49;
}
.selectFun a{
	color: #333;
}
.selectcolor{
	color: #A84F49 !important;
}
.selectFun a:hover{
	color: #bb2015;
}
.tc-other-read a:hover{
	color: #bb2015;
}
.news_list_esp {
	margin-top: 1px;
	cursor: pointer;
	width: 70% !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.news_list li .video>a.news_video {
	position: relative;
}

.index_video a .btn,
.news_list li .video>a.news_video .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -19px;
	margin-top: -19px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	border-radius: 30px;
	background-color: rgb(0, 0, 0);
	border: solid 3px rgba(255, 255, 255, 0.59);
	opacity: 0.5;
	z-index: 9;
}
/*
.news_list li .video>a.news_video span {
	display: block;
	position: absolute;
	background-color: #000000;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
	top: 0;
}*/
.publicedition {
	width: 965px;
	background: #fff;
	box-sizing: border-box;
}
.version_search{
	float: left;
	margin-left: 10px;
	font-size: 16px;
	line-height: 30px;
}
.version_search_input{
	border: 1px solid #e8e8e8;
	width: 110px;
	height: 22px;
	margin-right: 5px;
	padding: 0 10px;
}

.yyj_type {
	background: none;
	box-sizing: content-box;
	color: #b4b4b4;
	height: 22px;
	border: 1px solid #e8e8e8;
}

/* 数据统计样式 */
.PieClass {
	width:100%;
	height: 350px;
	margin: auto;
}

.visualization_copywriting {
	font-size: 14px;
	color: #333;
	background: #f5f8ff;
	margin: 35px 0;
	padding: 20px 40px;
}

.visualization_copywriting span, .visualization span {
	font-size: 18px;
	color: #eb2428;
}

.red
{
	color: #D43030;
}

