/*首页*/
.head-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.logo {
	margin: 30px 0;
}

.top_r{
	width:920px;
	display:flex;
	justify-content:flex-end;
}

.head-search {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 30px;
	width: 600px;
	height: 45px;
}

.head-search input {
	border: 1px solid #ccc;
	height: 45px;
	padding: 1.5px 0px 1.5px 15px;
	font-size: 16px;
	color: #19142d;
	width: 500px;
	box-shadow: 1px 1px 2px #ccc;
}

.head-search a {
	width: 100px;
	display: block;
	background: #FF7241;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 43px;
}

.head-login {
	display: flex;
	flex-direction: row;
	justify-content: right;
}

.head-login {
	margin-left: 15px;
}

.head-login a {
	width: auto;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 16px;
	background: #e3e6e8;
	color: #333;
	line-height: 45px;
	margin-top: 30px;
	font-weight: bold;
	padding:0 10px;
}

.head-menu {
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background: #FF7241;
}

.menu-flex {
	display: flex;
	flex-direction: row;
	justify-content: left;
	height: 50px;
}

.menu-li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 120px;
}

.menu-li a {
	font-size: 18px;
	color: #fff;
	padding: 0 5px;
}

.menu-li a:hover {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 15%;
}

.home-dealer-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 20px auto;
}

.h-dealer-list {
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	transition: all .8s linear;
}

.h-dealer-list:hover {
	border: 1px solid #FF7241;
}

.h-dealer-list:first-child {
	margin-left: 0;
}

.h-dealer-list:last-child {
	margin-right: 0;
}

.ad-site {
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.ad-site::after {
	content: '';
	width: 380px;
}

.ad-site-box{
	width: 380px;
	height: 120px;
}


.home-box-02 {
	display: flex;
	flex-direction: row;
	margin: 20px auto;
	background: #e3e6e8;
	padding: 20px;
}

.home-search {
	width: 600px;
}

.home-search h1 {
	font-size: 60px;
	color: #FF7241;
	font-family: "宋体";
}

.home-search h1 span {
	font-size: 16px;
	color: #333;
	margin-left: 10px;
}

.h-search {
	display: flex;
	flex-direction: row;
}

.h-search input {
	height: 55px;
	padding: 10px 5px 10px 15px;
	border: 1px solid #ccc;
	width: 450px;
}

.h-search a {
	width: 130px;
	height: 55px;
	background: #FF7241;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 55px;
}

.line {
	height: 140px;
	width: 1px;
	background: #fff;
}

.home-history {
	margin-left: 20px;
}

.home-history h1 {
	font-size: 60px;
	color: #FF7241;
	font-family: "宋体";
}

.home-history h1 span {
	font-size: 16px;
	color: #333;
	margin-left: 10px;
}

.h-history .row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.h-history .row ::after {
	content: '';
	width: 100px;
}
.history-delear {
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 3px;
	font-weight: bold;
	overflow:hidden;
}

.history-delear a{
	color:#000000;
}

.history-delear a:hover {
	color: #FF7241;
}

.rank-list {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

.rank-list-title h3 {
	font-size: 16px;
	color: #333;
}

.rank-list-title p {
	font-size: 14px;
	color: #666;
}

.rank-list-jt {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	box-shadow: 0 1px 1px 1px #ccc;
	text-align: center;
	line-height: 30px;
	margin-top: 7px;
	margin-left: 20px;
	margin-right: 20px;
}

.rank-list-delear {
	width: 1066px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.rank-list-delear .rank-delear{width:33%;}

.rank-delear a {
	font-size: 16px;
	color: #333;
	display: flex;
	flex-direction: row;
}

.rank-delear img {
	height: 40px;
	width: auto;
	border: 1px solid #e3e6e8;
	padding: 5px;
	margin-right: 15px;
}

.rank-delear div h3 {
	font-size: 18px;
	font-weight: bold;
	height:24px;
	overflow:hidden;
}

.rank-delear div p {
	font-size: 18px;
	color: #FF7241;
	font-weight: bold;
}

.home-news {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}

.home-news-left {
	width: 900px;
	margin-top: 20px;
}

.home-news-left h1 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.home-news-left h1 a {
	font-size: 16px;
	color: #FF7241;
	font-weight: normal;
}

.h-news-list {
	display: flex;
	flex-direction: row;
	height: 154px;
	margin-top: 20px;
	background: #f4f4f4;
	padding: 2px 0;
}

.h-news-img {
	width: 250px;
	height: 150px;
}

.h-news-img img {
	max-width: 100%;
}

.h-news-content {
	width: 630px;
	height: 150px;
	overflow: hidden;
	margin-left: 20px;
	padding-right: 10px;
}

.h-news-content h2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 8px;
}

.h-news-content .zhaiyao {
	font-size: 16px;
	color: #666;
	line-height: 1.6em;
}

.h-news-content .date {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.home-news-right {
	width: 280px;
}

.home-right-top {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.home-right-top h1 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.hmd-delear {
	margin-top: 10px;
}

.hmd-delear p {
	display: flex;
	flex-direction: row;
}

.hmd-delear p span {
	font-size: 14px;
	border: 1px solid #666;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	margin-left: 5px;
	margin-top: 2px;
}

.kshb-delear div p {
	color: #a70000;
}

.home-cjrl {
	margin: 20px auto;
}

.footer {
	width: 100%;
	min-width: 1200px;
	background: #333;
	height: 150px;
	padding-top: 20px;
}

.foot-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.foot-menu {
	display: flex;
	flex-direction: row;
}

.menu-list {
	margin-right: 50px;
	padding: 5px;
	border-bottom: 1px solid #999;
}

.menu-list a {
	font-size: 16px;
	color: #fff;
}

.foot-miaoshu {
	font-size: 14px;
	color: #ccc;
	margin: 20px 0;
}

.copyright {
	font-size: 14px;
	color: #ccc;
	display: flex;
	flex-direction: row;
}

.copyright a {
	color: #fff;
	margin-left: 20px;
}

.wechat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	align-items: center;
}

.wechat img {
	width: 80px;
	height: 80px;
	margin-bottom: 5px;
}

/*交易商详情*/
.p-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p-head-menu ul {
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}

.p-head-menu ul li {
	margin-right: 15px;
}

.p-head-menu ul li a {
	font-size: 15px;
	color: #333;
}

.p-head-menu ul li a:hover {
	color: #FF7241;
}

.p-header .head-login a {
	margin-top: 8px;
	width: auto;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	background: #FF7241;
	color: #fff;
	padding:0 10px;
}

.page-daohang {
	height: 70px;
	width: 100%;
	min-width: 1200px;
	background: #e3e6e8;
}

.page-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.page-logo-title {
	display: flex;
	flex-direction: row;
}

.page-logo {
	margin-right: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100px;
}

.page-title a {
	font-size: 20px;
	color: #FF7241;
	font-weight: bold;
	line-height: 70px;
}

.page-search {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 460px;
	height: 38px;
	border: 1px solid #ccc;
	margin-top: 16px;
	background: #fff;
}

.page-search input {
	height: 36px;
	width: 408px;
	padding: 3px 15px;
	font-size: 15px;
	color: #333;
}

.page-search a {
	width: 50px;
	height: 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.delear-section {
	height: 250px;
	min-width: 1200px;
	background: #da9276;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.delear-left-message {
	width: 950px;
	display: flex;
	flex-direction: row;
}

.delear-image {
	width: 350px;
	height: 200px;
	background: #fff;
	margin: 25px 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.delear-image img {
	width: 310px;
	height: auto;
}

.delear-detail-mess h1 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.delear-detail-mess h1 img {
	height: 20px;
	margin-left: 10px;
	border-radius: 2px;

}

.delear-span-tip {
	display: flex;
	flex-direction: row;
}

.delear-span-tip label {
	display: block;
	background: rgba(255, 255, 255, 0.2);
	padding: 1px 8px;
	border: 1px solid #f99d85;
	margin-right: 10px;
	color: #fff;
}

.delear-website {
	display: flex;
	flex-direction: row;
	margin-top: 70px;
}

.delear-website a {
	display: block;
	background: rgba(255, 255, 255, 0.2);
	padding: 10px 80px;
	border: 1px solid #f99d85;
	margin-right: 10px;
	color: #fff;
	font-size: 18px;
}

.delear-website .website {
	background: #FF7241;
}

.delear--right-score {
	width: 250px;
}

.delear--right-score h1 {
	font-size: 100px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.delear--right-score p {
	font-size: 14px;
	color: #e7e7e7;
	text-align: center;
	margin-top: 10px;
}

.delear-intro h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #e3e6e8;
	padding-bottom: 5px;
}

.delear-intro table {
	width: 100%;
	border: 1px solid #e3e6e8;
	margin-top: 20px;
}

.delear-intro table tr:nth-child(2n) {
	background: #f4f4f4;
}

.delear-intro table tr td {
	padding: 10px 10px;
	border: 0;
	font-size: 15px;
}

.delear-supervise-ad {
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	justify-content: space-between;
}

.delear-suprvise {
	width: 310px;
}

.delear-suprvise h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #e3e6e8;
	padding-bottom: 5px;
}

.suprvise-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 5px;
	border-bottom: 1px dotted #e3e6e8;
}

.suprvise-list img {
	width: auto;
	height: 20px;
}

.suprvise-list label {
	font-size: 14px;
	padding: 0.5px 10px;
}

.suprvise-list label.suprvise-green {
	border: 1px solid #2bb351;
	color: #2bb351;
}

.suprvise-list label.suprvise-red {
	border: 1px solid #a70000;
	color: #a70000;
}

.delear-ad {
	width: 870px;
	height: 167px;
}

.delear-ad img {
	width: 870px;
	height: 167px;
}

.delear-news {
	margin-top: 30px;
	margin-bottom: 30px;
}

.delear-news h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e6e8;
}

.delear-news-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.delear-news-list {
	width: 590px;
	display: flex;
	flex-direction: row;
	border-bottom: 1px dashed #e3e6e8;
	margin-bottom: 20px;
}

.d-news-list-img {
	width: 200px;
	height: 120px;
}

.d-news-right {
	width: 380px;
	margin-left: 10px;
	color:#000000;
}

.d-news-right h2 {
	font-size: 16px;
	font-weight: bold;
}

.d-news-right p.d-news-zhaiyao {
	font-size: 15px;
	color: #666;
	margin: 5px 0;
}

.d-news-right p.d-news-span {
	font-size: 13px;
	color: #999;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/*评价*/
/*用户评价*/
.user-pingjia {
	margin-top: 30px;
	background: #fff;
	border: 1px solid #e3e6e8;
	padding: 20px;
	margin-bottom: 20px;
}

.user-pingjia h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

/* star */
#star {
	position: relative;
	width: 1200px;
	margin: 20px auto;
	height: 24px;
}

#star ul,
#star span {
	float: left;
	display: inline;
	height: 19px;
	line-height: 19px;
}

#star ul {
	margin: 0 10px;
}

#star li {
	float: left;
	width: 24px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/star.png) no-repeat;
}

#star strong {
	color: #f60;
	padding-left: 10px;
}

#star li.on {
	background-position: 0 -28px;
}

#star p {
	position: absolute;
	top: 20px;
	width: 159px;
	height: 60px;
	display: none;
	background: url(../img/icon.gif) no-repeat;
	padding: 7px 10px 0;
}

#star p em {
	color: #f60;
	display: block;
	font-style: normal;
}

.pinglun-text {
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
}

.pinglun-text textarea {
	width: 722px;
	height: 148px;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 1.6em;
}

textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 16px;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 16px;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 16px;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 16px;
}

.pinglun-text p {
	border-top: 1px solid #ccc;
}

.pinglun-text p a.upload-a {
	display: block;
	float: left;
	margin-top: 4px;
	margin-left: 10px;
}

.pinglun-text p a.btn-submit {
	width: 120px;
	height: 36px;
	margin-top: 4px;
	display: block;
	float: right;
	background: #FF7241;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-right: 10px;
}

.pingjia-cate {
	background: rgba(0, 0, 0, 0.04);
	padding: 10px;
	margin-top: 20px;
}

.pingjia-cate ul li {
	display: inline-block;
}

.pingjia-cate ul li a {
	color: #666;
	display: block;
	cursor: pointer;
}

.pingjia-cate ul li.on a {
	color: #000;
}

.pingjia-cate ul li a:hover {
	color: #000;
}

.pingjia-list-dv ul li {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.pingjia-top-dv {
	clear: both;
	overflow: hidden;
	margin-left: 28px;
}

.pingjia-top-dv img {
	width: 38px;
	height: 38px;
	display: block;
	float: left;
}

.pingjia-top-dv label {
	display: block;
	float: left;
	line-height: 38px;
	margin-left: 10px;
}

.pingjia-top-dv .star {
	width: 200px !important;
	float: left !important;
	margin: 10px 0 0 10px !important;
}

.pingjia-top-dv .star ul li {
	margin-top: 0;
}

.pingjia-top-dv span {
	display: block;
	float: right;
	line-height: 38px;
	font-size: 16px;
	color: #666;
}

p.pingjia-content {
	margin: 10px 48px;
	font-size: 16px;
	color: #666;
	line-height: 1.6em;
}

.pingjia-bottom-dv a.dianzan-a {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/dianzan.png) no-repeat left center;
	background-size: 18px auto;
	margin-left: 48px;
	font-size: 14px;
	cursor: pointer;
	color: #666
}

.pingjia-bottom-dv a.huifu-a {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/huifu.png) no-repeat left bottom;
	background-size: 16px auto;
	font-size: 14px;
	cursor: pointer;
	margin-left: 20px;
	color: #666
}

.huifu-input {
	width: 716px;
	display: block;
	clear: both;
	overflow: hidden;
	border: 1px solid #ccc;
	height: 40px;
	margin-left: 48px;
	margin-top: 10px;
	display: none;
}

.huifu-input input {
	width: 614px;
	height: 38px;
	display: block;
	float: left;
	outline: none;
	padding: 0 10px;
}

.huifu-input a.btn-huifu {
	width: 100px;
	display: block;
	float: right;
	background: #FF7241;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	text-align: center;
}

.huifu_list {
	padding: 20px 20px 0 20px;
}

.huifu_list .pingjia-top-dv img {
	width: 20px;
	height: 20px;
	width: 26px;
	height: 26px;
}

.huifu_list .pingjia-top-dv label {
	font-size: 12px;
	line-height: 26px;
}

.huifu_list .pingjia-top-dv span {
	font-size: 12px;
	line-height: 26px;
}

.huifu_list p.pingjia-content {
	font-size: 12px;
}

/*评价*/

/*交易商列表*/
.delear-list-terms{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.delear-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: 1px solid #e3e6e8;
}
.delear-item-name{
	width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	background: #FF7241;
	color: #fff;
}
.delear-item-content ul{
	width: 1030px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.delear-item-content ul li{
	margin: 5px 10px;
}
.delear-item-content ul li a{
	font-size: 16px;
	color:#000000;
}
.delear-item-content ul li a:hover{
	color: #FF7241;
}
.delear-item-content ul li.checked a{
	color: #FF7241;
}
.delear-list{
	border: 1px solid #ccc;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	background: #fff7f4;
	padding: 20px 0;
	transition: all .5s linear;
}
.delear-list:hover{
	border: 1px solid #FF7241;
}
.delear-list-img{
	width: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
}
.delear-list-img a{
	display: block;
	border: 2px solid #f3f3f3;
	padding: 15px 20px;
	background: #fff;
}
.delear-list-message a{
	display: flex;
	flex-direction: column;
	width: 830px;
	padding-right: 20px;
	color:#000000;
}
.delear-list-message a h1{
	font-size: 18px;
	font-weight: bold;
}
.delear-biaoqian{
	margin: 20px 0;
	display: flex;
	flex-direction: row;
}
.delear-biaoqian span{
	padding: 1px 15px;
	background: rgba(0, 0, 0, 0.06);
	border: 1px solid #f3f3f3;
	margin-right: 15px;
}
.delear-jianguan {
	display: flex;
	flex-direction: row;
	background: rgba(255, 255, 255, 0.9);
	padding: 2px 5px;
	flex-wrap: wrap;
}
.jianguan-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 30px;
	padding:2px 0;
}
.jianguan-item p{
}
.jianguan-item span{
	border: 1px solid #2bb351;
	color: #2bb351;
	height: 20px;
	font-size: 12px;
	margin-left: 10px;
	padding: 0 15px;
}
.delear-score{
	width: 120px;
	border-left: 1px solid #ccc;
}
.delear-score h3{
	font-size: 50px;
	text-align: center;
}
.delear-score p{
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #999;
}
.pagelist{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
.pagelist a{
	margin: 20px 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 0 10px;
	color:#000000;
}
.pagelist a.on{
	border: 1px solid #FF7241;
	color: #FF7241;
}

/*财经资讯*/
.news_items{
	display: flex;
	flex-direction: row;
	margin: 20px auto;
}
.news_items a{
	display: block;
	margin-right: 20px;
	border: 1px solid #e3e6e8;
	background: #f3f3f3;
	padding: 5px 20px;
	color:#000000;
}
.news_items a.on{
	background: #FF7241;
	color: #fff;
}
.news_items a:hover{
	background: #FF7241;
	color: #fff;
}
.news_lists{
	
}
.news_lists_wrap{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news_lists_wrap::after {
	content: '';
	width: 368px;
}
.news_list{
	border-top: 1px solid #FF7241;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 368px;
	border: 1px solid #ccc;
}
.news_list a h3{
	font-size: 18px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
}
.news_list a div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.news_list a div span{
	padding: 1px 10px;
	background: #da9276;
	border: 1px solid #e3e6e8;
	color:#000000;
}
.news_list a div label{
	font-size: 14px;
	color: #999;
}
.news_list a p{
	font-size: 16px;
	color: #666;
	line-height: 1.8em;
	height: 62px;
	overflow: hidden;
	padding: 0 10px;
}


/*资讯详情*/
.news_page{
	border: 1px solid #f3f3f3;
	padding: 20px;
}
.news_page h1{
	font-size: 26px;
	color: #FF7241;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
}
.news-public-date{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #f3f3f3;
}
.news-public-date span{
	font-size: 14px;
	color: #999;
	margin-left: 10px;
	margin-right: 10px;
}
.news-content{
	margin-top: 20px;
	padding-bottom: 20px;
}
.news-content,.news-content p,.news-content span,.news-content label{
	font-size: 16px;
	color: #333;
	line-height: 1.8em;
}
.news-content img{
	display: block;
	max-width: 100%;
	margin: 10px auto;
}
.news-next-prev p{
	font-size: 16px;
	color: #333;
	line-height: 2em;
}
.news-next-prev p a{
	color: #000000;
}
.news-next-prev p a:hover{
	color: #FF7241;
}


/*联系我们*/
.contact-top{
	width: 100%;
	min-width: 1200px;
	background: url(../../images/contact_img.jpg) no-repeat left center;
	background-size: 100% auto;
}
.contact-top-con{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact-top-con h1{
	font-size: 40px;
	color: #000;
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
}
.contact-top-con p{
	font-size: 16px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.contact-way{
	padding-bottom: 80px;
}
.contact-way p{
	font-size: 20px;
	color: #000;
	text-align: center;
}

.message-box{
	width: 800px;
	border: 1px solid #e3e6e8;
	border-radius: 5px;
	margin: 20px auto;
	padding: 20px 20px 40px 20px;
}
.input-div{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.input-div input,.input-div textarea{
	width: 100%;
	border: 1px solid #e3e6e8;
	font-size: 16px;
	color: #333;
}
.input-div input{
	padding: 10px;
}
.input-div textarea{
	height: 200px;
	overflow-y: auto;
	padding: 10px;
}
.submit-div a{
	display: block;
	width: 40%;
	height: 50px;
	background: #FF7241;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	margin: 20px auto 0 auto;
}

/*登录、注册弹框*/
.tankuan-wrap{
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.login-div{
	width: 500px;
	height: 560px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding: 20px;
}
a.delete-a{
	position: absolute;
	right: 10px;
	top: 10px;
}
.login-choose{
	margin-top: 50px;
	border-bottom: 1px solid #f3f3f3;
	display: flex;
	flex-direction: row;
}
.login-choose a{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding: 10px 0;
	
	margin-right: 20px;
}
.login-choose a.on{
	color: #FF7241;
	border-bottom: 2px solid #FF7241;
}
.phone-div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.phone-number select{
	width: 120px;
	text-align: center;
	border: 1px solid #e3e6e8;
	font-size: 20px;
	margin-right:10px;
}
.phone-number input{
	
}
.phone-code{
	margin-top: 20px;
}
.phone-code input{
	width: 300px;
}
.phone-code a{
	width: 150px;
	background: #f3f3f3;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color:#000000;
}



.button-login a{
	width: 100%;
	height: 50px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	background: #FF7241;
	text-align: center;
	line-height: 50px;
	color: #fff;
	margin-top: 40px;
	border-radius: 5px;
}
.login-qiehuan p{
	margin-top: 20px;
	font-size: 14px;
	color: #999;
	text-align: right;
	padding-right: 10px;
}
.login-qiehuan p a{
	color: #FF7241;
}
.login-tip P{
	margin-top: 50px;
	font-size: 16px;
	color: #333;
	padding: 0 30px;
	text-align: left;
}
.email-input{
	display: none;
}
.login-qiehuan p.email-login{
	display: none;
}

/*风险提示*/
.category_div  ul{
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	margin-top: 40px;
}
.category_div  ul li{
	padding: 10px;
	margin-right: 20px;
}
.category_div  ul li.on{
	color: #FF7241;
	border-bottom: 2px solid #FF7241;
}
.category_div  ul li a{
	font-size: 18px;
	font-weight: bold;
}
.content_div{
	font-size: 16px;
	color: #666;
	line-height: 1.8em;
	margin-bottom: 30px;
}