﻿* {
	margin: 0;
	padding: 0
}

body {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
}

a {
	color: #333;
	text-decoration: none;
	outline:none;
}

a:hover {
	text-decoration: none;
	color: #FF5C33;
}

ul,li {
	list-style: none
}

em,i {
	font-style: normal
}

img {
	display: inline-block;
	border: 0;
}

input:focus,button:focus { outline:none;}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}

.clearfix {
	display: block
}

.hide {
	display: none !important
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.no_mg { margin:0!important;}
.no_pd { padding:0!important;}
.no_bd { border:none!important;}
.no_bg { background:none!important;}

.mb30 { margin-bottom:30px;}
.mb20 { margin-bottom:20px;}
.mt30 { margin-top:30px;}
.mt20 { margin-top:20px;}


/*head+foot*/
.g_main {
  width: 1200px;
  margin: 0 auto;
}
.head {
	width: 100%;
	height: 90px;
	background:#fff;
}
.head .logo {
	float:left;
	height:50px;
	line-height:50px;
	font-size:30px;
	color:#FF5C33;
	font-weight:bold;
	margin:20px 0 0 0;
}
.topserch {
	float:right;
	position: relative;
    margin-top: 25px;
    height: 38px;
    width: 500px;
}
.topserch .rt_iput {
    outline: none;
    border: none;
	line-height:36px;
	overflow:hidden;
    font-size: 14px;
	position:absolute;
	left:0;
	top:0;
	color:#c0c0c0;
	width:-webkit-calc(100% - 70px); 
	width:-moz-calc(100% - 70px); 
	width:calc(100% - 70px);
	border: 1px solid #FF5C33;
	border-right:none;
	padding:0 15px;
}
.topserch .rt_search {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 70px;
    height: 38px;
    background:#FF5C33;
    cursor: pointer;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:38px;
}

.navs {
	width: 100%;
background: #FF5C33;
height: 40px;
line-height:40px;
}
.menu {
	width:1200px;
	margin:0 auto;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  margin: auto;
}
.menu li {
  font-size: 15px;
  color: #fff;
  display:block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  text-align: center;
}
.menu li a { color:#fff; display:inline-block;}
.menu li.on a {
	position:relative;
	z-index:1;
}
.menu li.on a:before {
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	background:#fff;
	bottom:3px;
	left:0;
	z-index:5;
}
.marr_slider { 
    position: relative;
	height:360px; 
	overflow: hidden;
}	
.marr_slider .pic{ 
	position:relative; 
	z-index:0; 
}	
.marr_slider .pic img {
	width:100%; 
	height:360px; 
	display: block;
}	
.marr_slider .pic li {
	position:relative; 
	z-index:1;
}
.marr_slider .pic li b {
	display:none; 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:5; 
	background:rgba(0,0,0,.5); 
	width:100%; 
	height:40px; 
	line-height:40px; 
	color:#FFF; 
	box-sizing:border-box; 
	padding:0 20px; 
	font-weight:normal;
	font-size:15px;
}
.marr_slider .hd {
	width:20%; 
	position: absolute; 
	z-index:11; 
	bottom: 15px; 
	text-align: right; 
	font-size:0; 
	z-index:1;
	right:10px;
}	
.marr_slider .hd li{
	margin: 0 5px 0 0;
	background:#fff; 
	height: 8px; 
	overflow: hidden; 
	width: 8px; 
	cursor: pointer;
	display:inline-block;
	border-radius:50%; 
}	
.marr_slider .hd .on{
	background:#F8CE34; 
}	
.marr_slider .prev, .marr_slider .next {
	width: 40px; 
	height: 60px; 
	margin: -40px 0 0; 
	display: none; 
	background: url(../images/ad_ctr.png) no-repeat 0 0; 
	position: absolute; top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	filter:alpha(opacity=20);
	opacity:0.2;
}	
.marr_slider .prev {
	left: 0;
	background-position: -5px -13px; 
}	
.marr_slider .next {
	background-position: -15px -105px; 
	right: 0;
}	
.marr_slider .prev:hover, .marr_slider .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
	display:none;
}
.m_box {
  width: 1200px;
  margin: 0 auto;
}
.marr_two {
    margin: 20px 0 15px 0;
}
.marr_half_a {
	width:650px;
	float:left;
}
.marr_half_b {
	width:530px;
	float:right;
}
.marr_left {
    width: 320px;
    float: left;
    margin-right: 25px;
}
.marr_center {
    width: 530px;
    float: left;
}
.marr_right {
    width: 300px;
    float: right;
}

.marr_lc {
	width:810px;
	float:left;
}
.marr_rr {
	width:360px;
	float:right;
}
.marr_a_box {
    overflow: hidden;
	margin-bottom:10px;
	background-color: #f4f4f4;
    height: 120px;
    position: relative;
    z-index: 1;
}
.marr_a_box .pic {
    display: block;
    float: left;
    width: 170px;
    height: 120px;
    overflow: hidden;
    position: relative;
}
.marr_a_box .pic img {
    display: block;
    height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.marr_a_box .txt_con {
	width:-webkit-calc(100% - 190px);
	width:-moz-calc(100% - 190px);
	width:calc(100% - 190px);
	float:right;
	padding:10px 10px 0 0;
	box-sizing:border-box;
}
.marr_a_box .txt_con b {
	display:block;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:40px;
	line-height:40px;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
}
.marr_a_box .txt_con p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:22px;
	height:44px;
	color:#888;
	font-size:14px;
}
.marr_loc {}
.marr_loc li {
	height:36px;
	line-height:36px;
	overflow: hidden; 
	font-size:14px;
	width:-webkit-calc(50% - 10px); 
width:-moz-calc(50% - 10px); 
width:calc(50% - 10px);
float:left;
}
.marr_loc li:nth-child(2n) { float:right;}
.marr_loc li b {
	display: block;
    float: left;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
	padding-left: 15px;
}
.marr_loc li b:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #FF5C33;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}
.marr_loc li span {
	display: block;
    float: right;
    color: #999;
    font-size: 12px;
}
.marr_two_ra {
	border:1px solid #e8e8e8;
}

.marr_two_ra .tit {
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e8e8e8;
	padding:0 15px;
	font-size:20px;
	color:#222;
	font-weight:bold;
}
.marr_two_rist {
	margin:5px 15px 5px 15px;
	overflow:hidden;
}

.marr_two_rist li {
	height: 39px;
    line-height: 39px;
    font-size: 15px;
	overflow:hidden;
	width:100%;
	float:left;
}
.marr_two_rist li:nth-child(1) .num, .marr_two_rist li:nth-child(2) .num, .marr_two_rist li:nth-child(3) .num {
	color: #FE0A54;
}
.marr_two_rist li .num{
	display: block;
    float: left;
    font-style: italic;
    color: #222;
    width: 30px;
}
.marr_two_rist li .tab-tit {
	display: block;
    float: right;
    font-weight: normal;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marr_recom_top {}
.marr_recom_top li {
	margin-bottom:10px;
}

.marr_recom_top .title {
	font-weight:normal;
	overflow:hidden;
	line-height:34px;
	height:34px;
	font-size:20px;
	text-align:center;
	margin-bottom:5px;
}
.marr_recom_top .title a { color:#FF5C33;}
.marr_recom_top .recom_main {
	font-size:12px;
	line-height:20px;
	height:40px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	color:#888;
}

.marr_onec_a {
	overflow:hidden;
	margin-top:15px;
	border-top:1px solid #e0e0e0;
	padding-top:10px;
}
.marr_onec_a li {
	height:34px;
	line-height:34px;
	font-size:16px;
	overflow:hidden;
}
.marr_onec_a li b {
	display:block;
	font-weight:normal;
	float:left;
	width:-webkit-calc(100% - 50px);
	width:-moz-calc(100% - 50px);
	width:calc(100% - 50px);
	overflow:hidden;
}
.marr_onec_a li span {
	display:block;
	float:right;
	font-size:12px;
	color:#999;
}

.marr_b_box {}
.marr_b_box li {
    overflow: hidden;
	margin-bottom:15px;
}
.marr_b_box li:last-child { margin-bottom:0;}
.marr_b_box .pic {
    display: block;
    float: left;
    width: 110px;
    height: 78px;
    overflow: hidden;
    position: relative;
}
.marr_b_box .pic img {
    display: block;
    height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.marr_b_box .txt_con {
	width:-webkit-calc(100% - 125px);
	width:-moz-calc(100% - 125px);
	width:calc(100% - 125px);
	float:right;
	box-sizing:border-box;
}
.marr_b_box .txt_con b {
	display:block;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:24px;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
}
.marr_b_box .txt_con p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:22px;
	height:44px;
	color:#888;
	font-size:12px;
}

.marr_title {
	border-bottom:1px solid #E5E5E5;
	height:50px;
	text-align:center;
	position:relative;
	z-index:1;
}
.marr_title b {
	display:block;
	border-bottom:3px solid #FF5C33;
	font-size:26px;
	font-weight:100;
	position:absolute;
	z-index:9;
	left:0;
	bottom:-1px;
	padding-bottom:6px;
	color:#222;
}
.marr_title .more {
	display:block;
	float:right;
	color:#FF5C33;
	line-height:50px;
}

.marr_tq_pic {
	width:100%;
	height:230px;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-bottom:5px;
}
.marr_tq_pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	height:100%;
	z-index:5;
}
.marr_tq_pic .cot {
	position:absolute;
	z-index:11;
	background-color:rgba(0,0,0,.4);
	width:100%;
	color:#fff;
	box-sizing:border-box;
	padding:5px 10px;
	overflow:hidden;
	left:0;
	bottom:0;
}
.marr_tq_pic .cot b {
	display:block;
	font-weight:normal;
	font-size:14px;
	height:32px;
	line-height:32px;
}
.marr_tq_pic .cot p {
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:22px;
	height:44px;
}
.marr_topnew_lcc {
	margin-bottom:12px;
}
.marr_topnew_lcc:last-child { margin-bottom:0;}
.marr_topnew_lcc li {
	height:36px;
	line-height:36px;
	overflow: hidden; 
	font-size:14px;
}
.marr_topnew_lcc li b {
	display: block;
    float: left;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
	padding-left: 15px;
}
.marr_topnew_lcc li b:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #00C7FF;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}
.marr_topnew_lcc li span {
	display: block;
    float: right;
    color: #999;
    font-size: 12px;
}
.marr_revi_list {
	margin-top:20px;
}

.marr_revi_list li {
	width:280px;
	float:left;
	margin-right:26px;
	background:#F7F7F7;
	margin-bottom:20px;
}

.marr_revi_list li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.marr_revi_list li .pic {
	overflow: hidden;
    position: relative;
    z-index: 1;
    height: 180px;
}

.marr_revi_list li .pic img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
}

.marr_revi_list li h4 {
    font-size: 15px;
    font-weight: normal;
    margin: 10px 15px 10px 15px;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height:28px;
	height:28px;
}

.marr_revi_list li .con {
	font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    height: 44px;
    color: #666;
	margin:0 15px;
	display:none;
}



.footer {
	width:100%;
	background:#F5F5F5;
	color:#333;
	font-size:13px;
	text-align:center;
	padding:20px 0;
	line-height:30px;
	border-top:1px solid #ddd;
}


/*list*/
.nposi {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 15px;
	color:#aaa;
	width:100%;
	float:left;
	box-sizing:border-box;
	background:#f8f8f8;
	margin:15px 0 20px 0;
}

.nposi a {
	display:inline-block;
	padding:0 15px 0 12px;
	position:relative;
	z-index:1;
}
.nposi a:before {
	content:"";
	position: absolute;
    top: 50%;
	margin-top:-1px;  
    right: 0;  
    width: 6px;  
    height: 6px;  
    border-style: solid;  
    border-width: 1px 1px 0 0;  
    border-color: #aaa;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(45deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s;
}
.nposi a:last-child:before {
	display:none;
}
.n_left {
	width:870px;
	float:left;
	margin:0 0 20px 0;
}
.n_right {
	width:300px;
	float:right;
	margin:0 0 20px 0;
}
.marr_wrecom {
	padding:15px 0 0 0;
}
.marr_wrecom li {
	width:-webkit-calc(50% - 30px); 
	width:-moz-calc(50% - 30px); 
	width:calc(50% - 30px);
	float:left;
	font-size:15px;
	line-height:35px;
	height:35px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	position:relative;
	padding-left:15px;
	box-sizing:border-box;
}
.marr_wrecom li:nth-child(2n) {
	float:right;
}
.marr_wrecom li:before {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #444;
    margin-top: -2px;
}
.marr_clist {}
.marr_clist li {
	width:100%;
	float:left;
	padding:20px 0;
	border-bottom:1px solid #eee;
}
.marr_clist li h3 {
    margin-bottom: 8px;
	margin-top:-3px;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:normal;
}
.marr_clist li .pic {
	width:200px;
	height:130px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.marr_clist li .pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	height:100%;
}
.marr_clist li .content {
	width:-webkit-calc(100% - 220px);
	width:-moz-calc(100% - 220px);
	width:calc(100% - 220px);
	float:right;
    
}
.marr_clist li .info {
	line-height: 22px;
    max-height: 44px;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #888;
}
.marr_clist li .more {
	display:inline-block;
	font-size:14px;
	color:#FF5C33;
	line-height:32px;
}
.marr_clist li .more:hover { text-decoration:underline;}
.n_rig {
	margin-bottom:20px;
	background:#f8f8f8;
	padding:0 0 5px 0;
}
.right_fix {
	width:300px;
	z-index:99;
}
.n_rig h4 {
	height:45px;
	line-height:45px;
	border-bottom:1px solid #FF5C33;
}
.n_rig h4 b {
	display:block;
	float:left;
	font-size:20px;
	color:#FF5C33;
	position:relative;
	z-index:1;
	margin-left:15px;
}
.n_ano { margin:12px 15px;}
.n_ano li {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}
.n_ano li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #444;
    margin-top: -2px;
}
.marr_np {
	margin:15px 15px;
}
.marr_np li {
    width: 100%;
    float: left;
    margin-bottom:15px;
}
.marr_np li:last-child {
	margin-bottom:0;
}
.marr_np li .pic {
    float: left;
    width: 120px;
    height: 75px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.marr_np li .pic img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}
.marr_np li .txt {
    float: right;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}
.marr_np li .txt b {
    display: block;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
	height:30px;
	line-height:30px;
}
.marr_np li .txt p {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    color: #888;
}
.n_comm {
	margin:15px 15px 0 15px;
}
.n_comm li {
	float: left;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 15px;
}
.n_comm li:nth-child(2n) {
	float:right;
}
.n_comm li span {
	display:block;
	height:90px;
	position: relative;
    z-index: 1;
    overflow: hidden;
	margin-bottom:5px;
}
.n_comm li span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
	z-index:5;
}
.n_comm li b {
	display: block;
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:20px;
	height:40px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}


/*detail*/
.marr_ccont { margin-bottom:20px;}
.marr_ccont .ctop {
	text-align:center;
	padding:20px 0;
	background:url(../images/line.png) repeat-x bottom;
}
.marr_ccont .title {
    font-size: 28px;
    font-weight: normal;
    color: #222;
	margin-bottom:10px;
	line-height:36px;
}
.marr_ccont .mesg {
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 13px;
}
.marr_ccont .mesg span {
	margin-right:30px;
}
.marr_ccont .wz {
	font-size: 16px;
    line-height: 32px;
	padding:10px 0;
}
.marr_ccont .wz p {
	padding:6px 0;
}
.marr_f {
	background:#f5f5f5;
	padding:15px;
}
.marr_f p {
	height:36px;
	line-height:36px;
	color:#999;
}
.marr_f p a {
	color:#444;
}
.marr_wtj {
	margin-bottom:20px;
}
.marr_wtj:last-child { margin-bottom:0;}
.marr_wtj_tit {
	height:40px;
	line-height:40px;
	border-bottom:2px solid #eee;
}
.marr_wtj_tit b {
	display:block;
	float:left;
	position:relative;
	z-index:1;
	font-size:18px;
	color:#333;
}
.marr_wtj_tit b:before {
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	background:#FF5C33;
	left:0;
	bottom:-2px;
}


.marr_wpic {
	margin:20px 0 0 0;
}
.marr_wpic li {
	width:-webkit-calc(25% - 20px);
width:-moz-calc(25% - 20px);
width:calc(25% - 20px);
float:left;
margin-bottom:8px;
margin-right:26px;
}
.marr_wpic li:nth-child(4n) {
	margin-right:0;
}
.marr_wpic li span {
	display:block;
	height:130px;
	overflow:hidden;
	position:relative;
	z-index:1;
	border-radius:5px;
}
.marr_wpic li span img{
    height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.marr_wpic li p {
	height:36px;
	line-height:36px;
	overflow:hidden;
}
.marr_wpic li b {
	display:block;
	font-weight:normal;
	line-height:36px;
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nocontent {
    text-align: center;
    font-size: 17px;
    padding: 10px 0 70px 0;
}
.nocontent p {
    padding: 5px 0;
}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/backtop.png) no-repeat center 50%;
  background-size:60% auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .7;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}


/*page*/
.pages {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin: 30px 0px;
}
.pages ul {
    list-style-type: none;
    display: inline-block;
    text-align: center;
}
.pages ul li {
    padding: 0;
    margin: 0;
	display:inline-block;
}
.pages li a, .pages li input {
    height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    float: left;
    margin-left: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}
.pages .current a {
    font-weight: 700;
    background: #222;
    color: #fff;
    border-color: #222;
}
.pages a:hover {
	background:#efefef;
	color:#333;
}
.pages span {
	background: #FFF;
    display: block;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    float: left;
    margin-left: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}
.pages li.active span {
	background: #e4393c;
	color: #FFF;
}
.links {
    width: 100%;
    font-size: 14px;
    color: #888;
    line-height: 36px;
}
.links_box {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 15px 0;
    margin-bottom:15px;
}
.links .name {
    float: left;
    display: block;
    width: 100px;
}
.links .net {
    float: left;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}
.links .net li {
    float: left;
    margin-right: 20px;
}