.container{
	width:1200px;
	padding:0px;
	}

.header {
	position: fixed;
	background-color: #FFF;
	z-index: 10000;
	left: 0px;
	top: 0px;
	width: 100%;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
	
.pc_header .topBar{
	padding-left:30px;
	padding-right:30px;
	height:140px;
	}
	
.pc_header .logo{
	margin-top:35px;
	}
	
.pc_header .rightCont{
	margin-top:50px;
	}
	

.pc_header .searchBar{
	position:relative;
	z-index:10005;
	}

.pc_header .searchBarInput{
	height:38px;
	border: 1px solid #dddddd;
	width:250px;
	padding-left:5px;
	padding-right:5px;
	line-height:38px;
	}
	
.pc_header .searchBar .icon{
	font-size:24px;
	left:10px;
	top:5px;
	color:#a4a4a4;
	display:block;
	width:38px; 
	height:38px;
	line-height:38px;
	border:1px solid #dddddd;
	border-right:none;
	float:left;
	padding-left:7px;
    border-top-left-radius:2px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:2px;

	
	}
	
	
.pc_header .searchBar .searchBtn{
	background-color:#a4a4a4;
	color:#FFF;
	text-align:center;
	line-height:38px;
	width:80px;
	height:38px;
	font-size:14px;
	cursor:pointer;
	border-top-left-radius:0px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:0px;
}
	
	
	
.pc_header .rightCont .button{
	color:#999999;
	text-align:center;
	line-height:36px;
	width:80px;
	height:38px;
	font-size:14px;
	cursor:pointer;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
	border: 1px solid #dddddd;
}	

.pc_header .rightCont .button:hover{
	color:#00a0d7;
	border: 1px solid #00a0d7;
}	




	
.pc_header .searchBar .searchBtn:hover{
	background-color:#00a0d7;
}	
	
	
.pc_header .nav{
	background-color:#00a0d7;
	height:90px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	}
	
.pc_header  .nav .navBtns{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0090c1;
	font-weight: bold;
}
	
.pc_header .nav li{
	width: 13%;
	text-align: center;
	color: #000;
	font-size: 18px;
	line-height: 90px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0090c1;
}

.pc_header .nav li a{
	color: #000;
	width:100%;
	height:100%;
	display:block;
}

.pc_header .nav .navBtns li:hover,.pc_header .nav .navBtns .hover{
	background-color: #009acf;
	color:#FFF;
	}
	
.pc_header .nav .navBtns li:hover a,.pc_header .nav .navBtns .hover a{
	color: #fff;
}



.pc_header .nav .navBtns .active{
	background-color: #d8af4d;
	color:#FFF;
	}
	
.pc_header .nav .navBtns .active a{
	color: #fff;
}



.pc_header .subNavBox{
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	}
.pc_header .subNav{
	color:#333;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	}
	
.pc_header .subNav a{
	color:#333;
	}	
	
.pc_header .subNav .item .title{
	font-size:16px;
	}	
	
.pc_header .subNav .item .title a{
	color:#0090c1;
	}	

.pc_header .subNav .item .title a:hover{ color:#d8af4d;}

.sgeList .infoItem{
	max-width:100%;
	overflow:hidden;
    text-overflow:ellipsis; 
	white-space:nowrap;	
}
 .infoItem{
	background-image: url(../../static_h5/images/point.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 20px;
	line-height: 24px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	}
	
.pc_header .subNav .item  .infoItem:hover{
	 color:#d8af4d;
	}

.pc_header .subNav .item  .infoItem:hover span{
	 color:#d8af4d;
	}
	
.pc_header .subNav .subNavBanner{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;	
	}
	
	
/*---------- home --------------*/
.bannersBox{
	height:750px;
	width:100%;
	padding-top:230px;
	position:relative;
	}
	
.bannersBox .bannerList {
	position:relative;
	height:520px;
	}
	
.bannersBox .bannerList li{
	height:520px;
	width:100%;
	background-image: url(../../static_h5/images/banner1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-size: 100% auto;*/
	
	background-size: 100% 100%;
	position:absolute;
	top:0px;
	left:0px;
}
	

	
	
.bannersBox .bannerList li .slogan {
	color: #FFF;
	font-size: 58px;
	border: 1px solid #FFF;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: bold;
	text-transform:uppercase;
	line-height:100px;
	margin-top:-20px;
	position:absolute;
}

.bannersBox .iconBtns{
	position:absolute;
	bottom:30px;
	}
.bannersBox .iconBtns li{
	border: 1px solid #FFF;
	float: left;
	margin-left: 20px;
	width:14px;
	height:14px;
	cursor:pointer;
	border-radius:7px;
	}
	
.bannersBox .iconBtns li:hover{
	background:#FFF;
	border: 1px solid #FFF;	
	}
	
.bannersBox .iconBtns .active{
	background:#FFF;
	}
/*jzk 0922 begin*/	
.warp{ background: url(../../static_h5/images/product_bg.png) no-repeat center 0; width:100%; height:630px; position:relative;}
.leftCont{ width:780px;}

.news{ padding:30px; background:#ffffff;}
.news .news_img img{width:100%;}
.news .content .contList{ width:345px;}
.news .content .contList h3 a{ color:#cda949;}
.news_img{ width:345px; height:190px; overflow:hidden; display:block; position:relative;}
.news_img .border{ position:absolute; width:345px; height:190px; border:5px solid #cda949; left:0px; top:0px; display:none;}
.news .content .contList:hover .news_img .border{ display:block;}
.rules{ display:block; margin-top:20px; background: url(../../static_h5/images/rulesImg.jpg) no-repeat; width:100%; height:140px; position:relative; color:#ffffff;}
.rules p{ color:#ffffff;}
.rules .content{ width:33%; height:100%; position: absolute; top:0; right:0; background:#b7bf10; padding:3%;}

.sgc{ width:400px;}
.sgc .title{ height:80px; background:#00a0d7; padding-left:20px; line-height:80px;}
.sgc .content{ background:#ffffff;}
.sgeList .item{ background:#edf8ff;}
.sgeList li{ padding:5px 20px;}
.sgeList li:hover{background:#fff3dc;}	
.market{ background: url(../../static_h5/images/market_bg.jpg) no-repeat center 0;width:100%; height:630px;}
.market_date{ position:relative; z-index:10;}
.market_date .list{ width:32%; background:#fff;}
.list_head{ background: url(../../static_h5/images/market_date_img1.jpg) no-repeat; height:172px; padding:15px;}
.list_head h3{ float:left;font-size:24px; border-bottom:2px solid #ffffff; padding-bottom:10px; color:#fff;}
.list_body .table{ margin-bottom:15px;}
.date_searchCont .table{ margin-bottom:4px;}
.list_body .table th,.list_body .table td,.date_searchCont .table th,.date_searchCont .table td{ border:none; height:40px;}
.list_body thead,.date_searchCont .table thead{ color:#ffffff;}
.thead1{ background:#00a0d7; display:inline-table; width:384px; color:#fff; padding:10px 0; line-height:20px; font-size:12px;}
.thead2{ background:#d8af4d;display:inline-table; width:100%;}
.thead3{ background:#b7bf10;display:inline-table; width:100%;}
.tableCont{  display: block;width:100%; }
.list_foot{ margin-top:15px;}
.tableCont1{overflow:hidden;overflow-y:auto;height:200px;}
.tableCont tr{ display:inline-table; width:100%; line-height:40px;}
.tableCont tr td{ text-align:center; }
.list_head2{ background: url(../../static_h5/images/market_date_img2.jpg) no-repeat;}
.list_head3{ background: url(../../static_h5/images/market_date_img3.jpg) no-repeat;}

.ml2{margin-left:2%;}
.date_search{ width:66%; position:absolute; bottom:0; right:0; z-index:-1;}
.date_searchBar{ width:408px; height:60px; background:#fff; margin-top:90px; }
.date_searchCont{ width:384px; background:#fff;}
.date_searchCont h3{ line-height:40px;}
.dateTime{height:32px;background-color: #f4fbff;background-image: url(../../static_h5/images/dateTime_bg.png);background-repeat: no-repeat;
background-position: right center; padding:0 30px 0 10px;border:1px solid #b2e2f3; font-size:14px;}
.date_searchBar .searchBtn{
	border-radius:2px;
	line-height:32px;
	width:80px;
	height:32px;
	margin-top:2px;
	margin-left:15px;
	color:#FFF;
}
.date_searchCont .table th{  text-align:center;vertical-align: middle;}
.date_searchCont .table td{ line-height:40px;}

.warp2{ background: url(../../static_h5/images/product_bg.png) no-repeat center 0; width:100%; height:380px;}
.howCont .list{ width:32%; height:200px; display:block;}
.howCont .list p{ text-align:center; padding-top:140px; line-height:30px; font-size:20px; color:#fff;}
.list1{
	background-color: #00a0d7;
	background-image: url(../../static_h5/images/list_img1.png);
	background-repeat: no-repeat;
	background-position: center 35px;
}
.list2{
	background-color: #d8af4d;
	background-image: url(../../static_h5/images/list_img2.png);
	background-repeat: no-repeat;
	background-position: center 35px;
}
.list3{
	background-color: #b7bf10;
	background-image: url(../../static_h5/images/list_img3.png);
	background-repeat: no-repeat;
	background-position: center 35px;
}
.list1:hover{ background-color:#00a4d7;}
.list2:hover{ background-color:#d8b54d;}
.list3:hover{ background-color:#b7c310;}


.footer{ background:#565a5c;}
.footer_nav{ width:77%;}
.footer_nav .item{ float:left;color:#ffffff; margin-left:1%;}
.footer_nav .item a{ color:#ffffff; font-size:12px;}
.footer_nav .item a:hover{ color:#d8af4d;}
.footer_nav .item h4{ font-size:12px; margin-bottom:10px; font-weight:bold;}
.footer_address{ text-align:right; font-size:12px; color:#ffffff; padding-right:1%;}
.copy{ background:#404345;padding-top:10px;padding-bottom:10px;text-align:center; color:#ffffff;}


/*news begin*/
.banner{
	width:100%;
	
	background-image: url(../../static_h5/images/news_banner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 150px;
	overflow:hidden;
	padding-top:0px;
	padding-top:230px;
	
}

.banner .container{
	height:150px;
	}


.banner h2{ line-height:150px; font-size:30px; color:#ffffff; text-transform: capitalize;}
.news_warp{
	width:100%;
	height:auto;
	background-color: #eef3fa;
	background-image: url(../../static_h5/images/news_warp.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.left_sideBar{ width:25%; float:left;}
.left_sideBar_head,.main_head{ line-height:50px; background:#4b698c; padding-left:20px; padding-right:20px;font-size:18px; color:#ffffff;}
.sideBar_list>li{  font-size:16px;background:#ffffff; word-wrap: break-word;}
.sideBar_list>li .item{ border-bottom:1px solid #eaeaea;}
.sideBar_list>li a{ padding:10px 20px; display:block; line-height:30px;}
.sideBar_list .current{background:#d8af4d;}
.sideBar_list .current .item,.sideBar_list .current .item i{ color:#ffffff;}
.sideBar_list li .subNav li a{border-bottom:1px solid #eaeaea; font-size:14px;word-wrap: break-word;padding-left:40px; padding-right:20px;padding:5px 20px 10px 40px;}
.sideBar_list .current .subNav li{ background:#ffffff;}
.sideBar_list>li span,.sideBar_list li .subNav li span{ display:block; max-width:85%; line-height: 20px; margin-top: 5px;}
.sideBar_list .current .subNav .noBottom_border{ border:none;} 
.sideBar_list .current .subNav .current a{ background:#fff3dc; color:#cda949;}
.sideBar_list li .subNav{ display:none;}
.sideBar_list .current .subNav{ display:block;}
    


/*.sideBar_list .current{background:#d8af4d; color:#ffffff;}
.sideBar_list .current .item { background:#d8af4d; color:#ffffff;}
.sideBar_list .current .subNav a { background:#f7f7f7; color:#333; font-size:14px; border-bottom:1px solid #eaeaea; line-height:40px;}

.sideBar_list .current .subNav .current{ color:#cda949}
.sideBar_list .current .item i{ color:#ffffff;}
.sideBar_list .current .subNav .item i{ color:#cda949;}
.sideBar_list .subNav{ padding-left:20px; background:#f7f7f7;}
.sideBar_list .subNav li{line-height:40px; padding-left:20px;}
.sideBar_list .subNav .item{ padding-left:0px;}
.sideBar_list li{border-bottom:1px solid #eaeaea;}
.sideBar_list .noBottom_border,.sideBar_list .current .subNav .noBottom_border{ border-bottom: none;}
*/


.main{ width:75%; float:left; padding-left:20px;}
.bread_nav{ width:450px; text-align:right;}
.bread_nav a{font-size:14px;color:#ffffff;}
.bread_nav a:hover{ color:#d8af4d;}
.new_searchBar table{ width:100%; height:60px; background:#e6e6e6; color:#333333;}
.new_searchBar .dateTime{
	width:86%;
	height:40px;
}
.new_searchBar .searchInput{ 
    background-color:#ffffff;
	width:90%;
	height:40px;
	border:1px solid #eaeaea;
	padding:0 10px;
	line-height:40px;
	
}
 .new_searchBar .inputFocus{
	background-color: #f4fbff;
	color: #333333;
}	

.new_searchBar .searchBtn{ width:100px; height:38px; line-height:38px; background:#eb4f38; border-radius:2px; color:#ffffff;}
.new_searchBar .searchBtn:hover{ background:#f44f38; color:#ffffff;}


/* 文章列表 begin */
.articleList li .title{color:#333333;display:block;padding:10px 20px; line-height:18px; font-size:15px;}
/* .articleList li:hover {background-color:#fff3dc;} */
.articleList li .title:hover i,.articleList li .title:hover{color:#cda949;}
.subList .item:hover i,.subList .item:hover a{color:#cda949;}
/*.articleList li:hover .title,.articleList li:hover i{color:#cda949;}
*/

.articleList li .txt{ max-width:85%;}
.articleList li .subList {margin-left:30px;margin-right:20px;}
.articleList li .subList .item {border-top-width: 1px;border-top-style: dashed;border-top-color: #dfdfdf;}
.articleList li:hover .downloadBtn_blue i{color:#0080cc;}
.articleList li .downloadBtn:hover i{color:#fff;}
/*.articleList li .txt {max-width:600px;;white-space: nowrap;text-overflow: ellipsis;display: block;overflow: hidden;}
*/

.articleList li .txt {max-width:80%;white-space:normal; overflow:visible;display: block;}
.articleList .bewrite .txt	{ max-width:80%; white-space:normal; overflow:visible; font-size:15px; line-height:18px;}
.articleList .subList .item{ padding:10px 0;}
.articleList .subList .item p{ font-size:13px; line-height:18px;}
.articleList .subList .item p i{ float:left;}
.articleList .subList .item p a{float:left; width:600px;}

/* 文章列表 end */

/*------------0924 zock-------*/
.newsContent{ padding:0 20px; background:#fff;}
.newsContent .title{  border-bottom:1px solid #eaeaea; padding-top:30px;}
.newsContent .title .title_left{width:80%;}
.newsContent .title h3{ color:#333; font-size:18px; }
.newsContent .type .txt{ float:left; }
.newsContent .type .type_item{ float:left; margin-left:10px; width:24px; height:24px; line-height:24px; text-align:center; border:1px solid #dddddd; cursor: pointer;}
.newsContent .type .type_item:hover{ background:#ececec;}
.newsContent .body{ color:#333;}
.newsContent .body p{ padding-bottom:30px;}
.newsContent .body .item{ padding:0 0 10px 0;}
.newsContent .body .item .downloadBtn{ margin-top:10px;}
.newsContent .body .item p{padding-bottom:0px;}
.newsContent .body .item p i{ float:left;}
.newsContent .body .item p a{ float:left;width:630px;}

.newsContent .foot{ /* border-top:1px solid #eaeaea; */ padding-top:30px; padding-bottom:30px;}

.newsContent .foot .btnList{ float:right;}

.backBtn{ display: block; width:80px; height:24px; border:1px solid #dddddd; text-align:center;} 
.backBtn:hover{ background:#ececec; color:#d8af4d;}

/*--------about----------*/
.aboutbannr{ background-image:url(../../static_h5/images/about_bg.jpg);}
.main_nav { background:#f2f6f7;}
.main_nav li{ width:20%; height:130px; float:left; text-align:center; color:#4b698c;  border:1px solid #eaeaea; border-right:none;}
.main_nav .border_ea_r{ border-right:1px solid #eaeaea;}
.main_nav li a{ display:block; width:100%; height:100%;padding-top:40px;}
.main_nav li .active{background:#d8af4d; color:#fff;}
.main_nav li .active i{ color:#fff;}
.main_nav .item2 .active { background:#b7bf10;}
.main_nav .item3 .active {  background:#ea8010;}
.main_nav .item4 .active {  background:#00bb9c;}
.main_nav .item5 .active { background:#00a0d7;}
.main_nav .item5{ border-right:1px solid #eaeaea;}
.main_nav li p{ margin-top:10px; line-height:40px; font-size:18px;}
.mob_main_nav li p{ margin-top:0px;line-height:20px; }
.mob_main_nav li a{padding-top:20px;}
.main_nav li i{color:#4b698c;}
.main_content .thumbnail{ border:1px solid #eaeaea; padding:0 20px; background:#f4fbff; }
.main_content .thumbnail .thumbnail_head{ height:60px; line-height:60px; border-bottom:1px solid #eaeaea; color:#00a0d7; font-size:18px;}
.main_content .thumbnail .thumbnail_body{border-bottom:1px solid #eaeaea; padding-top:10px; padding-bottom:10px;}
.main_content .thumbnail .thumbnail_body .txt{ color:#333; font-size:16px; width:50%;}
.main_content .thumbnail .thumbnail_body .txt span{ color:#00a0d7; padding-left:10px;}

.main_content .thumbnail .thumbnail_foot{ height:80px; font-size:16px; line-height:80px;}

.thumbnail_foot .downloadBtn{ height:40px; width:120px;}
.thumbnail_foot .downloadBtn:hover span,.thumbnail_foot .downloadBtn:hover i{ color:#ffffff;}
.main_content .thumbnail:hover{ background:#fff3dc;}
.compliance_title{ color:#00a0d7; font-size:18px; border-bottom:1px solid #eaeaea;}
.compliance_title h3{ color:#00a0d7; font-size:18px;}
.compliance_cont{ font-size:14px; color:#333;}
.compliance_cont{ padding-top:20px;}
.compliance_cont p{ margin-bottom:20px;}
.compliance_cont .list{ margin-bottom:0;}
.overviewList{ border-bottom:1px solid #eaeaea;}
.overviewList .compliance_title h3{ color:#000000; font-size:18px;}
.overviewList .compliance_title{ border:none;}
.overviewList .compliance_title i{ color:#000000;}
.overviewList .compliance_cont{ display:none; /* border-top:1px solid #eaeaea; */}
.overviewList.active .compliance_title h3{ color:#00a0d7; font-size:18px;}
.overviewList.active .compliance_title i{ color:#00a0d7; }
.overviewList.active .compliance_cont{ display:block;}
.sendUs{ width:60%; border-right:1px solid #eaeaea; float:left; padding-right:40px;}
.sendUs .content,.contactUs .content{ padding:30px 0; padding-bottom:0; color:#333;}
.sendUs .content div{ padding:5px 0;}
.contactUsInput{ width:90%; height:45px; border:1px solid #eaeaea; padding:0 10px; line-height:45px;}
.contactUsTex{ width:90%;border:1px solid #eaeaea; height:90px; padding:10px;}
.sendUs  .downloadBtn{ margin-right:10%;}
.sendUs .title,.contactUs .title{ border-bottom:1px solid #eaeaea; color:#00a0d7; font-size:18px; padding-bottom:15px;}
.contactUs{ width:40%; float:left; padding-left:30px;}
.contactUs .icon{ width:5%}
.contactUs .txt{ width:95%;}
.contactUs .tel{ margin-top:40px; background:#f2f6f7; font-size:18px; width:100%; text-align:center; line-height:60px;}
/*--------rules----------*/
.rules_banner{ background-image: url(../../static_h5/images/rules_bg.jpg);}


/*--------education----------*/
.education_bannr{ background-image: url(../../static_h5/images/education_bannr_bg.jpg);}
.date_banner{ background-image: url(../../static_h5/images/date_banner.jpg);}
.tranding_banner{ background-image: url(../../static_h5/images/tranding_banner.jpg);}
.membership_banner{ background-image: url(../../static_h5/images/membership_banner.jpg);}
.search_banner{ background-image: url(../../static_h5/images/search_banner.jpg);}
.education .thumbnail{ text-align:center; background:#f2f6f7;}
.education .thumbnail .pic{ width:110px; height:110px; overflow:hidden; margin:40px auto 0;}
.education .thumbnail p{ font-size:20px; line-height:70px;color:#33475f}
.education .thumbnail:hover.educationList1{ background:#00a0d7; border:1px solid #00a0d7;}
.education .thumbnail:hover.educationList2{ background:#d8af4d; border:1px solid #d8af4d;}
.education .thumbnail:hover.educationList3{ background:#00bb9c; border:1px solid #00bb9c;}
.education .thumbnail:hover.educationList4{ background:#7a428f; border:1px solid #7a428f;}
.education .thumbnail:hover.educationList5{ background:#b7bf10; border:1px solid #b7bf10;}
.education .thumbnail:hover .pic img{ margin-top:-110px;}
.education .thumbnail:hover p{ color:#ffffff;}


.selectTipy{ width:90%; height:40px; }
.new_searchBar .dqBtn{ width:162px;}
.new_searchBar .txt{ width:57%;}	
.new_searchBar .input{ width:30%;}		

.new_searchBar .dqBtn:hover i{ color:#fff;}
.trading_content{ padding:30px; color:#333; background:#fff;}
.trading_table h2{  color:#00a0d7; font-size:18px; line-height:60px; border-bottom:1px solid #eaeaea; font-weight:bold;}
.trading_table .table thead{ background:#61b9d7;}
.trading_table .table th{ border:none; text-align:center; vertical-align: middle;}
.trading_table .table td{ border:1px solid #eaeaea; }
.trading_table .table_noborder td{ border:none; }
.trading_table .table_noborder tr{ height:40px;}
.trading_content .map{ border: 1px solid #eaeaea; position:relative;}

.trading_content .selectTipy{ position:absolute; bottom:20px; right:20px; width:160px;}

.jzk_swhj_jyHead { padding:25px 0; background:#fff; overflow:hidden; color:#000; border:1px solid #eaeaea; border-bottom:none;}
.jzk_swhj_jyHead ul{ width:1100px;}
.jzk_swhj_jyHead li{ height:40px; width:19%; border-right:1px solid #eaeaea; float:left; text-align:center;}
.jzk_swhj_jyHead li h2{ line-height:40px; font-size:30px; font-weight:bold; color:#000;}
.jzk_swhj_jyHead li p{ line-height:20px;}
.jzk_swhj_jyCont table{ border:1px solid #eaeaea; line-height:1.5rem;}
.jzk_swhj_jyCont table td,.jzk_swhj_jyCont table th{ border:1px solid #eaeaea;}
.jzk_swhj_jyCont table .tdLeft{ text-align:center; background:#f7faff;}
.jzk_swhj_jyCont table .tdRight{ padding:0 20px; text-align:center;}


.trading_table .content .pic{ width:35%; text-align:center;}
.trading_table .content .txt{ width:65%; padding-top:30px;}
.trading_table .jzk_table thead{ background:#61b9d7;}
.trading_table .jzk_table th{ border:none; text-align:center; padding:10px;}
.trading_table .jzk_table td{ border:1px solid #eaeaea;  padding:10px;}


.selectYmd {
    width: 65%;
    height: 40px;
	line-height:20px;
}

.priceChart{ text-align:center;}

/*---------education---------*/
.main_nav li .pic{ width:70px; height:70px; overflow:hidden; margin:auto;}
.main_nav .active .ed_nav_list1{ background:#00a0d7; }
.main_nav .active .ed_nav_list2{ background:#d8af4d; }
.main_nav .active .ed_nav_list3{ background:#00bb9c; }
.main_nav .active .ed_nav_list4{ background:#7a428f; }
.main_nav .active .ed_nav_list5{ background:#b7bf10; }
.ed_nav_list1 p{ color:#00a0d7;}
.ed_nav_list2 p{ color:#d8af4d;}
.ed_nav_list3 p{ color:#00bb9c;}
.ed_nav_list4 p{ color:#7a428f;}
.ed_nav_list5 p{ color:#b7bf10;}
.main_nav .active a .pic img{ margin-top:-70px;}
.main_nav .active p{ color:#ffffff;}
.ed_left{ width:20%;}
.ed_left_head{ padding:10px 20px; }
.ed_left_body{ padding:10px 0 10px 20px; }
.ed_left_body a{ display:block; line-height:30px;}
.ed_left_body a span{ width:85%;}
.ed_right{ width:80%; padding:30px; border:1px solid #eaeaea; border-top:none;}
.ed_left .current,.ed_left .current i{ color:#00a0d7;}
.ed_right p{ padding-top:10px;}
.ed_right .content .txt{ width:60%;}
.ed_FADs .new_searchBar table,.glossary_cont .new_searchBar table{ width:100%; height:60px; background:#fff; color:#333333;}
.ed_FADs .new_searchBar .searchInput,.glossary_cont .new_searchBar .searchInput{ width:95%;}
.glossary_cont .btnList{ width:5%; padding-top:20px;}

.glossary_cont .btnList li{
	width:80%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #eaeaea;
	border-left-color: #eaeaea;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	float:right;
	margin-top:-1px;
}

.glossary_cont .btnList .active{
	width:100%;
	background:#f4fbfd;
	font-size:18px;
}


.glossary_cont .btnList li a{
	display:block;
	height:30px;
	text-align:center;
	line-height:30px;
	width:100%;
	font-weight:bold;
	
}


.glossary_cont .btnList .active a{
	color:#00a0d7;
}




.glossary_cont .content{ width:95%; border:1px solid #eaeaea; padding:40px;}

/*--------membership--------*/
.infor_cont .thumbnail{ border:none; text-align:center;}

.infor_cont .thumbnail p{ margin-top:10px; padding:0 20px;}

.trading_content .text_in1{ text-indent:1em;}

.searchTips{ border-bottom:2px solid #0080cc; height:99px;  font-size:14px;}
.searchTips select{ width:100px; height:40px;}
.searchCont{ padding:30px;}
.searchContList:hover{ background:#fff3dc;}
.searchContList{ display:block;}
.new_searchBar select{width:120px; height:40px; }
.work_mas li{ float:left; width:25%;}
.tips{ background:#eaf7ff; padding:10px; border:1px solid #eaeaea; margin-top:60px;}

.tcc{ width:400px; height:230px; background:#fff;}
.tcc .title{ background:#0080cc; color:#fff; padding:0 15px; line-height:40px;border-radius:4px 4px 0 0;}
.tcc .content p{ display:none; line-height:120px; font-size:16px;}
.tcc .content .btnList{ width:280px; margin:0 auto;}
.tcc .btn1, .tcc .btn2{width:120px; height:40px; border-radius:2px; color:#fff; background:#cda949; line-height:40px; text-align:center; cursor:pointer; border:none;}
.tcc .btn2{background:#2c9bdd;}
.tcc .btn1:hover{ background:#dca949; color:#fff;}
.tcc .btn2:hover{ background:#2ca7dd; color:#fff;}

.selectBar{ width:250px;}
.selectBar span{ width:33%;}
.memberName{ position: relative;}
.date_picker{ background: url(../../static_h5/images/tzz_dateIcon.png) no-repeat right center; background-color:#fff; border:1px solid #eaeaea; width:100px; height:30px; padding-left:10px; cursor:pointer;}
.dateBar .date_picker{ height:20px; line-height:20px;}
.dateBar{ position:absolute; top:30px; right:30px;}
.membersearchBar .date_picker{ width:158px; height:38px;}
.monthList{ width:49%;}


.mapWid{
	height:467px;
	width:807px;
}

.mapSite {
	width:170px;height:126px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	border: 1px solid #eaeaea;
	background:url(../../static_h5/images/chinaMap.jpg) no-repeat center top;
}
.mapSite:hover{background-position:center -126px;}

.sgc .moreBtn{
	margin-top:15px;
	margin-bottom:8px;
	}
.compliance_cont .doc .pic{
	width:17%; 
	}
	.compliance_cont .doc .pic img{ width:100%;}	
.compliance_cont .doc .txt{ width:81%;}
.compliance_cont .doc .txt .title h3 {
	float:left;
   
}
.compliance_cont .doc .txt .title p {
	margin-bottom:0px;
	float:right;
   
}
.chartList{ background:#f2f6f7; line-height:40px; width:100%; border:1px solid #eaeaea;}
.chartList li{ float:left; width:50%;  text-align:center; line-height:40px; font-size:16px;}
.chartList .current{ background:#00a0d7; color:#fff;}
.chartpic{ background:#f2f2f2; text-align:center; padding:20px 0; width:100%;}
.chartpic img{ width:100%}
.mapWid{ width:807px; height:467px;}

.chinaBtn{display:none;}
.currentPageName{display:none;}

.date_search_wap{display:none;}

.table_box{ width:820px;  text-align:center; position:relative; left:0px; top:0px;overflow:hidden; overflow-x:auto; }

.table_box .mCSB_container{
	 position:relative;
	}

.table_box  .table_left{ width:30%; position:fixed; left:0px;right:0px; background-color:#fff;}
.table_right{width:100%;padding-left:245px; background-color:#fff;}

.table_right table{background-color:#fff;}
.t_iframe{ width:820px; overflow:hidden;}

.notice span{ width:96%;}
.news .contList h3 a{
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
overflow: hidden;
line-height:3;
}

.disclosure_more{line-height: 2rem;text-align: center}
	
