/*内页*/
.global_header{ height:188px; background:url(/images/home_v2/top.jpg) center top no-repeat; background-size:100% auto; padding-top:20px;}
.global_container{ margin:0 auto;}
.phone_nav,.nav_main{ display:none;}
.top_unimg .news_top{ display:none;}
/*新闻列表*/
.news_top{ display:inline-block; margin-left:4%;}
.news_main{ background:url(/images/home_v2/news_bottom.jpg) center bottom no-repeat; padding:26px 0 190px 0;}
.list_container{ width:100%; min-height:420px; max-width:1000px; margin:0 auto;}
.list_container li{ background-color:#fff; border:1px solid #eeeeee; padding:20px 25px; margin-bottom:40px;transition: all 0.3s;-webkit-transition: all 0.3s;-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;}
.list_container li:hover{ background-color:#f1efef;}
.list_container li h3{ line-height:40px; font-size:24px; color:#fdd000;}
.list_container li em{ display:inline-block; line-height:20px; font-size:12px; color:#cccccc; margin-bottom:10px;}
.list_container li p{ line-height:24px; font-size:14px; color:#ccc;}
/*新闻内容*/
.news_container{ width:100%; max-width:848px; border:1px solid #eeeeee; padding:36px 56px; margin:0 auto 44px auto;}
.news_container h2{ line-height:64px; font-size:30px; color:#fdd000; text-align:center; margin-bottom:10px;}
.news_container h3{ line-height:22px; font-size:12px; color:#ccc; text-align:center; margin-bottom:40px;}
.news_container h3 span{ display:inline-block; padding-right:30px;}
.news_container h3 span a{ color:#fdd000;}
.news_container p{ line-height:24px; font-size:14px; color:#999999; margin-bottom:26px;}
.news_container p.news_pic{ text-align:center;}
.news_container p.news_pic img{ display:inline-block; width:50%; margin:0 1% 1rem 1%;}
.news_container p a{ color:#fdd000;}

.right_fixed{ max-width:156px; width:10%; position:fixed;right:17px; top:12%; z-index:50;}
.right_fixed img{ min-width:98px;}
.right_fixed p{ font-size:18px; color:#000; text-align:center;}
.right_fixed a{ display:inline-block; width:100%; height:48px; line-height:48px; font-size:18px; color:#fff; text-align:left; margin-top:10px;border-radius:5px;}
.right_fixed a span{ display:inline-block; padding-left:38%;}
.right_fixed a.pc_download_1{ background:#000 url(/images/home_v2/pc_ios.png) left top no-repeat; background-size:auto 100%;}
.right_fixed a.pc_download_2{ background:#000 url(/images/home_v2/pc_and.png) left top no-repeat; background-size:auto 100%;}
.right_fixed a:hover{}
.global_footer{padding:40px 0; background-color:#fdd000; text-align: center;}
.phone_download{ display:none;}
@media all and (max-width:1366px){
	.right_fixed p{ display:none;}
}
@media all and (max-width:768px){
	.global_header{ height:auto; background:#fdd000; padding:2% 0 2% 4%; margin-bottom:5%;}
	.global_header .nav{ display: none; }
	.nav{ display:none;}
	.phone_nav{ display:block; width:16%; min-width:60px; float:right;}
	
	.nav_main{ display:none; width:26%;/* height:100%;*/ background-color:#303030; text-align:right; position:absolute; right:0; top:0; z-index:11;}
	.nav_main img{ display:inline-block;}
	.nav_main ul li a{ display:inline-block; width:100%; line-height:3rem; font-size:1rem; color:#8c8c8c; background-color:#303030; text-align:center;}
	.nav_main ul li a.on{ color:#fff; background-color:#000;}
	.nav_logo{ position:absolute; left:5%; top:1%; z-index:13;}
	
	.news_top{ display:none;}
	.news_main{ background:none; padding:0;}
	.list_container{ padding-bottom:20px;}
	.list_container li{ border-bottom:1px dashed #ccc;border-top:none;border-left:none;border-right:none; padding:3% 4%; margin-bottom:0;}
	.list_container li h3{ color:#000;}
	.list_container li em{ margin-bottom:0;}
	.list_container li p{ color:#999;}
	.news_main{ background:none; padding:0;}
	.news_container{ width:92%; border:none; padding:0 4%;}
	.news_container h2{ width:90%; line-height:40px; font-size:22px; color:#252525; margin:0 auto 8px auto;}
	.news_container h3{ line-height:22px; font-size:12px; margin-bottom:10px;}
	.news_container h3 span{ padding-right:10px;}
	.news_container p{ line-height:24px; font-size:14px; margin-bottom:20px;}
	.news_container p.news_pic img{ display:inline-block; width:88%; margin:0 1% 1rem 1%;}
	
	.right_fixed{ display:none;}
	.global_footer{ padding:10px 0px;}
	.phone_download{ display:block; width:100%; text-align:center; background:url(/images/home_v2/phone_bg.png); position:fixed; left:0; bottom:0; padding:10px 0; z-index:51;}
	.phone_download a.phone_btn{ display:inline-block; width:40%; height:2.6rem; line-height:2.6rem; font-size:1.2rem; text-align:left; vertical-align:middle; color:#fff; background-color:#fdd000; border-radius:6px; margin:0 2%;}
	.phone_download a.download_app{ text-align:center;}
	.phone_download a.phone_btn img{ display:inline-block; vertical-align:middle;}
	.phone_close{ display:block; width:6%; position:absolute; left:0; top:0;}
}