﻿@charset "utf-8";
/****com****/
.index .split {
	height: .5rem;
	width: 5em;
	display: inline-block;
}

/******************首页轮播***************/
.slide img {
	min-height: 400px;
}
/****行情*****/
.market {
	background: #fff;
	padding: 40px 0;
}

.market-top {
	background: #fafafa;
	border-bottom: #f7f6f6 solid 1px;
}

.market-top span {
	line-height: 40px;
	font-size: 1.1em;
	color: #9b9ba0;
}

.market-con {
	border-bottom: #f7f6f6 solid 1px;
	border-left: #f7f6f6 solid 1px;
	border-right: #f7f6f6 solid 1px;
}

.market-con span {
	color: #83838d;
	line-height: 80px;
	text-indent: 1.5em;
	font-size: 16px;
	transition: all 0.5s;
}

.market-con span.indent {
	text-indent: 1em;
}

.market-con span.indent-db {
	text-indent: 2em;
}

.market-con span:first-child {
	color: #ee794b;
	border-right: #f7f6f6 solid 1px;
}

.market-con .coin-logo {
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 0;
}

.market-con .market-trading {
	background: #fdf4f4;
	border-radius: 5px;
	width: 127px;
	color: #da2e22;
	font-size: 14px;
	text-align: center;
	padding: 8px 12px;
	text-indent: initial;
	position: relative;
	transition: all 0.2s;
}

.market-con .market-trading:hover {
	background: #da2e22;
	color: #fff;
}

.market-con .market-trading .triangle-right {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #da2e22;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 12px;
	right: 20px;
	transition: all 0.2s;
}

.market-con .market-trading:hover .triangle-right {
	border-left: 10px solid #fff;
}
/*****about*******/
.about {
	position: relative;
	background: #fafafa;
}

.about-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	padding-bottom: 105px;
	background: #fff;
}

.about-bg div {
	background: #eeebeb;
	width: 100%;
	height: 572px;
}

.about-top {
	padding-top: 60px;
	height: 185px;
}

.about .about-item {
	
}

.about .about-title {
	font-weight: bold;
	font-size: 25px;
	text-align: right;
}

.about .about-item p {
	line-height: 2em;
}

.about .about-con-box {
	margin: 60px auto;
}

.about .about-con {
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-top: 65px;
	border: #d1d1d1 solid 1px;
	border-top: 5px solid #c83935;
	min-height: 450px;
}

.about .about-img {
	margin-top: 30px;
	height: 12em;
	width: 13em;
	display: inline-block;
}

.about .security {
	background: url("/style/css/img/indexplist.png") no-repeat 8px 0;
}

.about .professional {
	background: url("/style/css/img/indexplist.png") no-repeat -200px 0px;
}

.about .quick {
	margin-left: 25px;
	background: url("/style/css/img/indexplist.png") no-repeat -431px 0px;
}
/********news***********/
.news {
	padding: 55px 0;
	background: #fff;
	border-top: 1px solid #eeebeb;
}

.news-items {
	width: 345px;
	height: 730px;
	border: 1px solid #f6f5f5;
	float: left;
	transition: width 0.3s;
}

.news-items.active {
	border: 1px solid #ec9690;
	width: 450px;
}

.news-items.active .news-item-hd {
	background: url("/style/css/img/news-hd.png") no-repeat 50% 50%;
	color: #fff;
}

.news-item-hd {
	height: 182px;
	background: #f9f9fa;
	padding-top: 22px;
}

.news-item-hd i {
	width: 59px;
	height: 62px;
	background: url("/style/css/img/indexplist.png") no-repeat;
	display: inline-block;
}

.news-item-hd i.notice-icon {
	background-position: 0 -1031px;
}

.news-item-hd i.topic-icon {
	background-position: -140px -1031px;
}

.news-item-hd i.reports-icon {
	background-position: -270px -1031px;
}

.news-items.active .news-item-hd i {
	background-position-y: -1131px;
}

.news-item-hd p.hd1 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

.news-items.active .news-item-hd p.hd1 {
	color: #fff;
}

.news-item-hd p.hd2 {
	font-size: 16px;
	color: #999;
}

.news-items.active .news-item-hd p.hd2 {
	color: #fff;
}

.news-item-cn {
	padding: 0 30px;
}

.news .media {
	margin-top: 37px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.news .media:hover {
	text-decoration: none;
}

.news .media-left {
	position: absolute;
	right: -10px;
}

.news-items.active .media-left img {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.news .media-left img {
	width: 88px;
	height: 77px;
	opacity: 0;
	filter: alpha(opacity = 0);
	transition: opacity 1s;
}

.news .media-heading {
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
}

.news .media-body {
	color: #999;
	font-size: 14px;
	line-height: 1.6;
	width: 280px;
	height: 88px;
}
/**********contact***********/
.contact {
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: #eeebeb solid 1px;
	background: url("/style/css/img/callinfo-bg.png") no-repeat 50% 50%;
}

.contact-con {
	border: #edecec 1px solid;
	box-shadow: 0 0 5px #eeebeb;
	background-color: #fff;
	position: relative;
}

.contact-con .top-split {
	border-top: #c83935 5px solid;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.contact-con .icon-iten {
	padding-bottom: 20px;
}

.contact-con .icon-iten .icon {
	width: 107px;
	height: 107px;
	display: inline-block;
	vertical-align: middle;
}

.contact-con .icon-iten .icon.qq {
	background: url("/style/css/img/indexplist.png") no-repeat 0 -450px;
}

.contact-con .icon-iten .icon.phone {
	background: url("/style/css/img/indexplist.png") no-repeat -198px -450px;
}

.contact-con .icon-iten .icon.app {
	background: url("/style/css/img/indexplist.png") no-repeat -399px -450px;
}

.contact-con .icon-iten .icon.weibo {
	background: url("/style/css/img/indexplist.png") no-repeat 0 -640px;
}

.contact-con .icon-iten .icon.wechat {
	background: url("/style/css/img/indexplist.png") no-repeat -198px -640px;
}

.contact-con .icon-iten .icon.email {
	background: url("/style/css/img/indexplist.png") no-repeat -399px -640px;
}

.contact-con .contact-item {
	padding-bottom: 40px;
	border-right: #edecec 1px solid;
	padding-top: 40px;
}

.contact-con .contact-item ul li {
	margin-top: 5px;
	list-style: none;
	position: relative;
}

.contact-con .contact-item:last-child {
	border-right: #fff 1px solid;
}

.contact-con .contact-item ul {
	display: inline-block;
	font-size: 14px;
	padding-left: 0;
}

.contact-con .contact-item ul a {
	color: #333333;
}

.contact-con .contact-item:hover .dialog {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.contact-con .contact-item .dialog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #c83935;
	padding-top: 45px;
	opacity: 0;
	filter: alpha(opacity = 0);
	transition: opacity .5s;
	text-decoration: none;
}

.contact-con .contact-item .dialog:hover {
	text-decoration: none;
}

.contact-con .contact-item img {
	width: 135px;
	height: 135px;
	border-radius: 10px;
}

.contact-con .contact-item .dialog p {
	color: #fff;
	padding-top: 30px;
}

.contact-con .contact-item .dialog-icon {
	width: 135px;
	height: 135px;
	display: inline-block;
	background: url("/style/css/img/indexplist.png") no-repeat 0 -810px;
}

.contact-con p {
	color: #999;
	font-size: 14px;
}

.contact-con i.dots {
	width: 5px;
	height: 5px;
	background: #999;
	position: absolute;
	top: 7px;
	left: -10px;
	border-radius: 5px;
}
/***********info***********/
.info {
	padding-top: 50px;
	background: #de5b4d;
	color: #fff;
	background: url("/style/css/img/index-info.png") no-repeat 50% 50%;
}

.info-con {
	width: 1170px;
	height: 257px;
	padding-top: 100px;
}

.info-con .num {
	font-size: 48px;
	display: block;
}

.info-con .text {
	font-size: 18px;
	display: block;
}
/************showinfo*************/
.showinfo {
	padding-top: 80px;
	background: #fff;
}

.showinfo .showinfo-img {
	background: url("/style/css/img/index-showinfo.jpg") no-repeat 0 0;
	height: 489px;
	width: 573px;
	display: inline-block;
}

.showinfo .showinfo-con {
	padding-top: 65px;
	padding-left: 105px;
}

.showinfo .showinfo-con h2, .showinfo .showinfo-con h4 {
	line-height: 30px;
	padding-bottom: 30px;
}
/*********login***********/
.login-box {
	position: relative;
	z-index: 100;
}

.login {
	width: 24.5em;
	position: absolute;
	top: 12em;
	right: 0;
	color: #fff;
}

.login .form-control, .login .btn {
	border-radius: 0;
	height: 35px;
}

.login.loginsuccess {
	top: 10em;
}

.login-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	background: #000;
	opacity: .35;
	filter: alpha(opacity =   35);
}

.login-bg.loginin {
	opacity: 0.7;
	filter: alpha(opacity =   70);
}

.login-cn {
	position: relative;
	z-index: 1;
	padding: 2.2em;
	padding-bottom: 45px;
}

.login-cn .login-cn-title {
	font-size: 18px;
	margin-bottom: 25px;
}

.login .login-login-cn {
	font-size: 14px;
}

.login .login-login-cn span.infobox {
	color: #fff;
	line-height: 35px;
	display: block;
	border: #5f5e7d 1px solid;
	margin-bottom: 15px;
}

.login .login-login-cn span.info-left {
	padding: 0 10px;
	border-right: #5f5e7d 1px solid;
	display: inline-block;
	color: #1b1d48;
	background: #fff;
}

.login .login-login-cn span.info-right {
	display: inline-block;
	padding: 0 5px;
}

.login .btn-left {
	padding-left: 2px;
}

.login .btn-right {
	padding-right: 2px;
}

.login-cn a {
	color: #fff;
}

.login .otherlogin {
	position: relative;
	background-color: #0c0103;
	font-size: 13px;
	margin-bottom: 0px;
	opacity: 0.8;
}

.login .login-other-bg {
	position: absolute;
	height: 45px;
	width: 100%;
	z-index: 0;
	background: #040001;
	opacity: .45;
	filter: alpha(opacity = 45);
	bottom: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.login .login-other {
	position: absolute;
	height: 45px;
	width: 100%;
	bottom: 0;
	padding: 0 30px;
	z-index: 10;
}

.login .login-other .split {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #393639;
}

.login .login-other a {
	background: url("/style/css/img/registerplist.png") no-repeat -212px -237px;
	padding-left: 30px;
	line-height: 45px;
	display: inline-block;
	color: #9c9a9c;
	text-decoration: none;
}

.login .login-other a:hover {
	background: url("/style/css/img/registerplist.png") no-repeat 6px -237px;
	color: #fff;
}

.login .login-other a:last-child {
	background: url("/style/css/img/registerplist.png") no-repeat -205px -188px;
	padding-left: 38px;
}

.login .login-other a:last-child:hover {
	background: url("/style/css/img/registerplist.png") no-repeat 6px -188px;
	color: #fff;
}

#newstoplist.container.text-center {
	overflow: hidden;
	height: 45px;
	width: auto;
	color: #ffffff;
}

.text-center {
	text-align: center;
}
/**************notice*************************/
.notice {
	height: 50px;
	line-height: 50px;
	background: #fff;
	border-bottom: #eceaeb solid 1px;
}

.notice-item, .notice-item:hover {
	color: #7d7c7c;
	font-size: 14px;
}

.notice-item-icon {
	background: url(/style/css/img/commplist.png) 0 -1220px no-repeat;
	width: 50px;
	height: 19px;
}
/***********carousel**************/
.carousel-fade .carousel-inner .item {
	opacity: .5;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-indicators li {
	background: rgba(255, 255, 255, 0.50);
	border: none;
}

.carousel-indicators {
	text-align: left;
}

.ico-bg {
	background: url("/style/css/img/index_ico_bg.jpg") no-repeat;
	width: 769px;
	height: 555px;
}

.modal-custom .ico-modal {
	width: 769px !important;
}

.modal-custom .ico-dialog {
	width: 769px !important;
}

.modal-custom .btn-ico-modal {
	background: rgba(255, 255, 255, .48);
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	border-radius: 40px;
	font-size: 25px;
	color: #fff;
	outline: 0;
	opacity: 1;
	filter: alpha(opacity = 100);
	color: #fff;
}

.ico-num {
	width: 69px;
	height: 129px;
	position: absolute;
	left: 309px;
	top: 385px;
}

.ico-num-right {
	left: 389px;
}

.ico-num-0 {
	background: url("/style/css/img/0.png");
}

.ico-num-1 {
	background: url("/style/css/img/1.png");
}

.ico-num-2 {
	background: url("/style/css/img/2.png");
}

.ico-num-3 {
	background: url("/style/css/img/3.png");
}

.ico-num-4 {
	background: url("/style/css/img/4.png");
}

.ico-num-5 {
	background: url("/style/css/img/5.png");
}

.ico-num-6 {
	background: url("/style/css/img/6.png");
}

.ico-num-7 {
	background: url("/style/css/img/7.png");
}

.ico-num-8 {
	background: url("/style/css/img/8.png");
}

.ico-num-9 {
	background: url("/style/css/img/9.png");
}

.ico-hours {
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 490px;
	top: 490px;
}

.ico-btn {
	width: 293px;
	height: 46px;
	background: url("/style/css/img/ico-index-btn.png");
	position: absolute;
	left: 238px;
	top: 491px;
}

.ico-colse {
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 75px;
	top: 29px;
}
.red06{
 color:red;
 text-decoration:none
}
.container a{
 text-decoration:none
}

.mei{
    border: #edecec 1px solid;
    min-height: 600px;
	width: 32%;
	float: left;
	}
.meir{

   /*  background: #89D8FB; */
	margin-right:1%;
	}
.meir h3{
	color: #89D8FB !important;
	border-bottom: #89D8FB solid 2px;
}
.meir ul li{
	 border-bottom: #89D8FB solid 1px;
}
.meiz{
    /*  background: #95DA7E; */
	margin:0 1%;
	}
.meiz h3{
	color: #95DA7E !important;
	border-bottom: #95DA7E solid 2px;
}
.meiz ul li{
	 border-bottom: #95DA7E solid 1px;
}
.meiy{
   /*  background: #F2C7B2; */
	margin-left:1%;
	}
.meiy h3{
	color: #EB6100 !important;
	border-bottom: #EB6100 solid 2px;
}
.meiy ul li{
	 border-bottom: #EB6100 solid 1px;
}

.mei h3{
	/* color:#fff !important; */
	height: 40px;
	margin:50px 0 0 0;
	padding: 0;
}

.mei ul{
list-style:none;
margin:0;
padding: 0;
}
.mei ul li{
line-height: 59px;
margin:0;
list-style:none;
font-size: 16px;
padding: 0;
   
	float: left;
	width:100%
}
.mei ul li span{
	float: left;
    line-height: 68px;
    height: 58px;
    width: 54px;
	color: #8a7777;
	font-weight: bold;
}
.mei ul li p{
	margin: 0;
	color:#000000;
}
.mei ul li a{
	color:#000000;
}
.mei ul li a span{
	color:red;

}
.no1{
background: url(/style/images/1.png) no-repeat ;
}
.no2{
background: url("/style/images/2.png") no-repeat 0 3px;
}
.no3{
background: url("/style/images/3.png") no-repeat bottom;
}
.no4{
background: url("/style/images/4.png") no-repeat 0px 6px;
}
.no5{
background: url("/style/images/4.png") no-repeat 0px 6px;
}
.no6{
background: url("/style/images/4.png") no-repeat 0px 6px;
}
.no7{
background: url("/style/images/4.png") no-repeat 0px 6px;
}
.no8{
background: url("/style/images/4.png") no-repeat 0px 6px;
}
.no9{
background: url("/style/images/4.png") no-repeat 0px 6px;
}
.no10{
background: url("/style/images/4.png") no-repeat 0px 6px;
}
.phang{
    float: left;
    width: 248px;
    text-align: left;
    line-height: 10px;
    margin-top: 15px;
}
.phangred{color:red !important;padding:5px !important;/* font-weight: bold !important; */}
.jp1{
    position: absolute;
    left: 20px;
    top: 0px;
}