
/*初始化*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
 pre, form, fieldset, input, p, blockquote, th, td{ 
	margin:0; 
	padding:0; 
}


body{
	font-size:14px;
	color:#000;
	font-family:"微软雅黑";
	background:#fff;
}
ol, ul {
	list-style:none;
}
textarea {
	resize:none;
}
input{
	border:none;
}
img{
	border:0;
	vertical-align:middle
}
a{
	text-decoration:none;
}
em,i{
	font-style:normal;
}
a:link{
	color:#333;
}
a:visited{
	color:#333;
}
a:hover,a:active{

	text-decoration:underline;
	cursor:pointer
}
select, input,label,button{
	vertical-align:middle;
}


/*模块*/
.auto{
	margin:0 auto;
}
.fl{
	float:left;
}
.fl .news { width: 17em; overflow:hidden}
.fr{
	float:right;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;clear:both;
	visibility:hidden;
}
.san-down{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
	position:absolute;
	right:0px; top:23px;
}
.san-up{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
	right:0px; top:23px;
	position:absolute;
	
}
.san-ups{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
	right:0px; top:23px;
	position:absolute;
	
}

input{
	outline:none
}
h1{
	color:#424242
}
.text_over_hiden{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	
}
.bread_tips{padding-bottom:5px;}
/*模态框样式*/
/*遮罩*/
.models{
	
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	position:fixed;
	left:0;
	top:0;
	display:none;
}
.model{
	
	
	display:none;
	position:fixed;

	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.model .model_tit{
	background:#428bca;
	text-align:center;
	padding:8px;
}
 .model .model_con{
	 background:#fff;
	 padding:33px 62px;
 }   
.model span.close{
	float: right;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
	
}  

.model span{
	color:#fff;
	font-size:18px;
	*display:inline;
	*zoom:1;
	display:inline-block;
}
.model .has,.model .res{
	padding:6px;
	color:#fff;
	background-color:#428bca;
} 
.model .has:hover,.model .res:hover{
	background:#1160a4;
}
.model .has{
	margin-right:15px;
}
.model .has,.model .res,.model span.close{
	cursor:pointer;
}
/*更多样式*/
.moret a{
	color:#b01;
}
/*基本样式*/
/*头部*/
#wrap{
	min-width:1200px;
}
#wrap a:hover{
	text-decoration:none;
	color:#1099c6;
}
#header{
	width:100%;
	height:88px;
	background-color:#0988d8;
	min-width:980px;
}
#main-header{
	width:980px;
	height:100%;
	margin:0 auto;
	position:relative;
}
#main-header h1 img{
	margin-top:12px;
	height:67px;
}
#main-header h1 a{
	display:block;
}
#search{
	margin-right:0px;
	margin-top:-19px;
	position:absolute;
	top:50%;right:20px;
}
#search ul li{
	line-height:36px;
	float:left;
	color:#fff;
}
#search span{
	font-size:18px;
}
#search span.fen{
	font-size:16px;
}
#search form{
	width: 148px;
	position:relative;
}

#search input[type=text]{
	height:20px;
	width:148px;
	border-radius:5px;
	border:none;
	text-indent:5px;background:#ecf6fc;
	-webkit-box-shadow: 0 0 0 1000px white inset;
	-moz-box-shadow: 0 0 0 1000px white inset;
	box-shadow: 0 0 0 1000px white inset;
}
input:- webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; } 
#search a{
	color:#fff;
	font-size:16px;
	line-height:30px;
}
#search .search-input{
	position:relative;
	padding-left:20px;
}
#search .search-input a:hover{
	color:#EAE9E9;
}
#search .search-input .self{
	position:absolute;
	top:35px;
	left:77px;
	background:#fff;
	display:none;
	z-index:10;
	border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
	-moz-border-radius:1px solid rgba(0,0,0,.2); /* Firefox */
	-webkit-border-radius:1px solid rgba(0,0,0,.2);

	
}

#search .search-input .showucenter{
	
	display: block;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: showTopSlideIn .2s ease-in-out;
    animation: showTopSlideIn .2s ease-in-out
}

@-webkit-keyframes showTopSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showTopSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#search .search-input .ti{
	right:30px;
	top:-6px;
}
#search .search-input .login_info {
	overflow:hidden;
	background:none;
}
#search .search-input .login_info  img{
	
	border-radius:45px;
}
#search .search-input ul{
	
	background:#fff;
	border-radius: 6px;
} 
#search .search-input .login_info ul li{
	float:none;
	height:30px;
	line-height:30px;
	text-align:center;
	width:80px;

}
#search .search-input .login_info ul li:last-child{
	
}
#search .search-input .login_info ul li a:hover{
	text-decoration:none;
	
	color:#0988d8;
	
}
#search .search-input .login_info ul li a{
	color:#474747;
	font-size:12px;
	display:block;
	padding:0 10px;
}
#search .search-input .style_s{
	font-size: 15px;
    color: #ccc;
    margin-left: 2px;
}
#search .search-input .user_info{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding-left:10px;
	cursor:pointer;
}
#search .search-input img{
	width:36px;
	height:36px;
}
#search .search-input p{
	margin-left:30px;
	margin-bottom:16px;
}

#submit-btn{background:#ecf6fc url("../images/search.gif") no-repeat;
	position:absolute;
	width:28px;
	height:18px;
	text-indent:-9999px;
	top:11px;
	right:0;
	cursor:pointer;
	background-position:4px 0px;
	z-index:20;
	border:none;
	border-radius:5px;
}
#search .search-input .search_regis{
	margin-right:8px;
}
#login{
	height:56px;
}
#login a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}

#login img{

width:40px;	
height:36px;
}
#login p{
	font-size:20px;
	color:#fff;
	text-align:center;
}
/*banner*/
#banner{
	width:100%;height:50px;
	background:#0982cf;
	min-width:980px;
	
}
#banner-main{
	width:980px;
	height:100%;
	margin:0 auto;
	
}
#banner-main ul li{
	
	float:left;
	height:50px;
	line-height:50px;
	padding:0 30px;
	text-align:center;
}
#banner-main ul li a{
	display:block;
	color:#fff;
	font-size:16px;
	text-decoration:none
}
#banner-main ul li a:hover{
	color:#3FDA35;
}
/*下拉菜单*/
.menu-ul{
	position:absolute;
	top:50px;left:-14px;
	background:#0982cf;
	display:none;
	z-index:10;
}		
.menu-ul  li{
	width:80px;
	text-align:center
}
.menu-ul  li:hover{
	background:#0C6CA9;
}
#mean-club{
	position:relative;
	
}
#mean-club ul{
	background:#0982cf;
	position:absolute;
	display:none;
	left:20px;
	top:50px;
	z-index:10;
}
#mean-club ul li{
	width:80px;
}
#mean-club ul li:hover{
	background:#0C6CA9;
}
.menu-act{
	position:absolute;
	left:10px;
	top:50px;
	display:none;
	z-index:10;
}
.menu-act li{
	width:100px;
	background:#0982cf;
	text-align:center;

}
.menu-act li:hover{
	
}
/*图片区*/
#show-images{
	width:980px;
	margin:0 auto;
	margin-bottom:20px;
	box-shadow: 2px 4px 8px #aaa;
	-moz-box-shadow: 2px 4px 8px #aaa;
	-o-box-shadow: 2px 4px 8px #aaa;
	-webkit-box-shadow: 2px 4px 8px #aaa;
	transition:all 1s;
}
#left-main{
	width:220px;
	height:215px;
	margin-right:10px;
}
#right-main{
	width:750px;
	height:215px;
}
#right-main img:hover,#left-main img:hover{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;
}

/*图文区*/
.index_wrap{
	background:#fff;
	padding-top:20px;
}
.index_content{
	width:980px;
	position:relative;
	margin:0 auto
}
.index_sign{
	padding:0 5px;
	width:24px;
	text-align:center;
	position:absolute;
	right:-48px;
	top:0px;
	font-size:20px;
	border:1px solid #e5e5e5;
}
.index_sign a {
	color:#f5a82e;
	text-decoration:none
}
#image-text{
	width:980px;
	
	margin:0 auto;
	margin-bottom:22px;
	font-size:14px;
	
}
#image-text .image_left{
	
}
.right-img  h1{
	line-height: 26px;
	text-align: center;
	font-size: 20px;
	color:#fff;
}
#image-text  ul{
	margin-left:25px;
}
.right-img  .left ul li{
	width:170px;
	padding: 2px 20px 6px 0  ;
}

.right-img  .left dt{
    color: #fabe7d;
    letter-spacing: 2px;
    font-size: 14px;
	line-height:20px;
}
.right-img  .left dd{
	padding:3px 0;
	line-height:20px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-img  .left ul li:before{
	content:">";
	font-size:14px;
	color:#60bee7;
	font-weight:bold;
	padding-right:3px;
	padding-left:10px;
}
.right-img  .left{
	width:300px;
	background: #f8f7f7;
	/*border:1px solid #dcdbdc;*/
	padding:16px 6px 38px 16px;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; 
}

#image-text .right{
	width:750px;
	height:100%;
}
#image-right div{
	width:750px;
}
#image-right ul li{
	width:125px;
	float:left;
	list-style:disc;
	color:#76bdd9;
	margin-right:20px;
	margin:8px 10px;
}
#image-right ul li a{
    font-size:14px;
}
#image-text .middle{
	margin:20px 0;
}
/*广告横幅区*/
.adv{
	width:980px;
	margin:0 auto;
	margin-bottom:8px;
}
/*最新消息*/
.news{
	width:980px;
	
	margin:0 auto;
	margin-bottom:50px
}
.news span a{
	color:#aaa
}
.news a {
	color:#333;
}
.news  ul li span{
	margin-right:10px;
	cursor:pointer
}
.news  ul li span a{
	color:#b40000;
}
.news  ul li{
    margin-bottom: 5px;
    width: 280px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height:19px;
	
}
.news  ul li a{
	
	font-size:14px;
	color:#333;
}
.news .bike-konw{
	margin:0 9px;
} 
.news  .bike-news{
	padding:8px  30px  1px 13px;
	position:relative;
	margin-top:26px;
	/*border:1px solid #dcdbdc;*/
	background: #f8f7f7;
}
.news  .bike-news h1{
	line-height:26px;
	text-align:center;
	font-size:20px;
	color:#fff;
}
.news  .bike-news h2{
	text-align:center;
	font-size:18px;
	color:#333;
}
.news  .bike-news h2 a{
	color:#1f1f1f
}
.news  .best-news{
	position:absolute;
	left:-1px;
	top:-28px;
	width:127px;
	height:26px;
    color: #fff;
	background: #1099c6;
	border-bottom:none;
	border-radius:0 5px 0 0
}
.news .adj{
	
	left:0;
	top:-27px;
}
.right-img{
	position:relative;
	margin-top:26px;
	
}
.show-img{
	width:323px;
	height:245px;
}
.show-img-ad div{ margin-top:0.2em}
.show-img-ad img:hover { 
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;
}
/*精彩活动 社区热门*/
#hot{
	width:980px;
	height:315px;
	margin:0 auto;
	margin-bottom:20px;
}
#hot .act{
	
	padding:10px 0px 3px 2px;
	background:#f8f7f7;
	margin-right:5px;
	position:relative;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; 
	
}
#hot .tab{
	display:block;
}
#hot .up{
	margin-bottom:15px;
	overflow:hidden;
}

#hot .hot_img{
	position:relative;
	width:196px;
	height:125px;
	overflow:hidden;
	
}
#hot .hot_img img{
	transition:all 1s;
}
#hot .hot_img img:hover {
	transform:scale(1.3,1.3);
	cursor:pointer;
	
}
#hot .hot_img .start{
	position:absolute;
	left:0;
	top:5px;
	height:20px;
	
	background:red;
	color:#fff;
}
#hot .hot_img .end{
	position:absolute;
	left:0;
	top:5px;
	height:20px;
	
    background:#403D3D;
	color:#fff;
}
#hot .container {
	height:108px;
	width:265px;
	background:#f7f8f8;
	padding:7px 5px 10px 20px;
	color:#959696
}
#hot .container h1{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:14px;
}
#hot .container h1 a{
	
}
#hot .container .content{
	margin-top:5px;
}
#hot .container .content p{
	font-size:10px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#hot .container  span{
	margin-left:75px;
}
#hot .interview{
	width: 457px;
    height: 296px;
    padding: 8px;
	padding-right:0px;
    position: relative;
    padding-left: 0;
    background: #f8f7f7;
}
#hot .interview ul{
	color:#000;
	padding-bottom:33px;
}
#hot .interview ul li{
	margin-top:5px;
	height:19px;
	line-height:19px;
}
#hot .interview ul li a{
	font-size:14px;
}
#hot .interview ul li:before{
	content:"访-";
	font-size:14px;
	color:#60bee7;
	font-weight:bold;
	padding-right:3px;
	padding-left:10px;
}
#hot .interview a{
	
}
#hot .more{
	text-align:right;

}
#hot .more a{
	color:#b01;
	font-size:14px;
}
	
	

.small-left{
	width:130px;
	height:28px;
	line-height:28px;
	border:1px solid #eee;
	position:absolute;
	background:#1099c6;
	left:-1px;
	top:-30px;
	border-bottom:none;
	border-top-right-radius:5px;
	font-size:20px;
	color:#fff;
	text-align:center;
	font-weight:400;
	cursor:pointer;
}
.small-right{
	width:130px;
	height:28px;
	line-height:28px;
	border:1px solid #eee;
	position:absolute;
	left:130px;
	top:-30px;
	color:#333;
	border-bottom:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:20px;
	text-align:center;
	font-weight:400;
	cursor:pointer;
}
/*专访专题*/
.travel_title{
	
}
.travel_title img{
	transition:all 1s;
	width:100%!important;
}
.travel_title img:hover{
	transform:scale(1.1,1.1);
	cursor:pointer;
}

/*骑迹图片*/
#trip-img{
	width:980px;
	height:490px;
	margin:0 auto;
	margin-bottom:50px;
}
#trip-img a{
	color:#b01;
	
}
#trip-img .photo{
	height:240px;
	width:323px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
#trip-img .photo span{
	width:25px;
	height:24px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	background:rgba(9, 136, 216, 0.6);
	text-align:center;
	line-height:24px;
	cursor:pointer;
	color:#fff;	
}
#trip-img .photo img{
	float:left;
}

.imgselected{
	background:rgb(5, 65, 103)!important;
}
#trip-img  ul li{
	float:left;
}
#trip-img .photo span:hover{
	
	
}
#trip-img .left-box{
	margin-right:15px;
}
#trip-img .right-box img{
	float:left;
	margin-right:10px;
	margin-top:10px;
	width: 300px;
	height: 200px;
}
#trip-img .photo-box{
	width:620px;
	padding:10px;
	background:#F7F7F7;
	margin-top:30px;
	position:relative
}
#trip-img .right-box img{
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s; 
	transition:all 1s; 
}
#trip-img .right-box img:hover{
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

/* @-webkit-keyframes move {
  20%{ -webkit-transform: rotate(5deg) scale(0.9,0.9) } 
  40%{ -webkit-transform: rotate(10deg)scale(0.8,0.8) } 
  60%{ -webkit-transform: rotate(18deg)scale(0.7,0.7) } 
 
  100%{ -webkit-transform: scale(1,1) }
}
 
@keyframes move {
  20%{ -webkit-transform: rotate3(5deg) scale(0.9,0.9) } 
  40%{ -webkit-transform: rotate(10deg)scale(0.8,0.8) } 
  60%{ -webkit-transform: rotate(18deg)scale(0.7,0.7) } 
  
  100%{ -webkit-transform: scale(1,1) }
} */



#b01 .container{
	width:1292px;
	height:240px;
	position:absolute;
	top:0;
	left:0px;
	overflow:hidden;
}
#b02 .container1{
	width:1292px;
	height:240px;
	position:absolute;
	top:0;
	left:0px;
	overflow:hidden;
}
#b01 .container img{
	
	float:left;
}
#b01 .container1 img{
	
	float:left;
}
/*单车知识 骑行路线*/
#za{
	width:980px;
	
	margin:0 auto;
	height:280px;
	
	margin-bottom:20px;
}
#za .za-left{
	width:478px;
	position:relative;
	height:268px;
	background:#f8f7f7;
	padding-bottom:7px;
}
#za .za-left ul{
	padding:15px 35px 8px 15px;
	
}
#za .za-left li{
	margin-bottom:10px;
	height:19px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#za .za-left .tabs-right{
	display:none;
}
#za .za-left ul li:last-child{
	margin-bottom:5px;
	
}
#za .za-left li:before{
	content:"骑-";
	font-size:14px;
	color:#60bee7;
	font-weight:bold;
	padding-right:3px;
	padding-left:10px;
}
#za .za-left li a{
	font-size:13px;
	
}
#za .za-right{
	position:relative;
	width:473px;
	height:271px;
	padding-bottom:4px;
	background:#f8f7f7;
}

#za .za-right h1{
	font-size:16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
#za .za_right{
	width:320px;
	color:#020202;
	
}
#za .za_right img{
	max-height:100px;
	
}
#za .za-right li{
	margin-bottom:7px;
	padding:0 5px;
	line-height:19px;
	width:200px;
	font-size:13px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#za .za-right li:before{
	content:"旅-";
	font-size:14px;
	color:#60bee7;
	font-weight:bold;
	padding-right:3px;
	padding-left:10px;
}
.travel-dt img {
	width: 224px;
	height: 150px;
}
/*选项卡切换样式*/
.tab_act{
	color:#fff;
	background:#1099c6;
	
}

#za .za-right .bike-line ul{border:}
/*资讯子页面*/
#subpage{
	width:980px;
	padding-top:7px;
	background:#eee;
	margin:0 auto;
	background:#f7f8f8;
	margin-bottom:40px;
}

 span.next{
	color:#0078c5;
	font-weight:bold;
}
span.crum{
	color:#0078c5;
	font-weight:bold;
}
#subpage hr{
	border:1px solid #c6c6c6;
	margin-bottom:6px;
}
#content{
	width:980px;
	height:250px;
}
#content .fr{
	width:300px;
	background:#eee;
}
#content  .sub_news{
	padding:7px 7px 8px 7px;
	
}
#content  .sub_news .zixun_news{
	border-top:1px solid #999;
	padding-top:1px;
	height:68px;
}
#content  .sub_news p{
	color:#9f9f9f;
	line-height:20px;
}


.zixun_news a {
	color:#0c6ca9;
	font-size:17px;
}
span.right{
	float:right;
}
  span.big{
	font-size:18px;
	font-weight:bold;
	color:#555;
}
#content   hr{
	margin-bottom:3px;
}
#content  h2{
	color:#2b90da;
	padding-bottom:7px;
	line-height:28px;
	height:28px;
}
/*骑行天下事*/
.word_match{
	width:980px;
	margin:0 auto;
	margin-bottom:30px;
	
}
.word_match hr{
	margin-bottom:10px;
}
.word_match dl{
	float:left;
	width:209px;
	padding:10px 10px 0 10px;
	height:264px;
	background:#fff;
	padding-bottom:15px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
	margin-left:21px;
	
}
.word_match dl:first-child{
	margin-left:0px;
}

.word_match dl span.til{
	font-size:16px;
}
.word_match dl em{
	color:#888;
	font-size:12px;
}
/*国内赛事*/
.news-race-img img {
	width:224px;
	height:150px;
}
.race-list {
	width:324px;
}
.home{
	width:980px;
	
	margin:0 auto;
	margin-bottom:30px;
}
.home .home_race{
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
    padding-bottom: 30px;
    padding-top: 8px;
}
.home hr{
	margin-bottom:15px;
}
.home p{
	height:84px;
	overflow:hidden;
	line-height:17px;
	color:#888;
}
.home h1{
	font-size:16px;
	margin-bottom:9px;
	height:20px;
	line-height:20px;
}
.home .zixun_con{
	width:160px;
	margin-left:10px;
	margin-right:10px;
	height:116px;
	
}
.home ul{
	overflow:hidden;
	clear:both;
	
}
.home ul li{
	list-style:disc;
	margin-left:20px;
	color:#76bdd9;
	margin-top:22px;
}
.home ul li a{
	font-size:14px;
	color:#696B6B;
}
/*国际赛事*/
.intermation{
	width:980px;
	margin:0 auto;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
    padding-bottom: 30px;
    padding-top: 8px;
	margin-bottom:20px;
	
}
.intermation hr{
	margin-bottom:15px;
}
.intermation ul{
	overflow:hidden;
}
.intermation ul li{
	margin-top:30px;
	text-indent:10px;
}
.intermation ul li span{
	float:right;
	margin-right:15px;
}
.zonghesaishi{
	color:#888;
}
.race_info .more_link{
	margin-bottom: 10px;
    background: #4AC7DC;
    padding: 10px;
    color: #fff;
}
.race_info .more_link span,.more_link .right a{
	color:#fff;
}


/*footer*/
#footer{
	clear:both;
	padding-top:30px;
	background:#4787af;
	overflow:hidden;
	min-width:1200px;
}
#footer .footer_start{
	width:980px;
	margin:0 auto;
}
#footer .footer_left{
	width:580px;
	padding-bottom:30px;
}
#footer  hr{
	border:1px solid #e0e9ee;
}
#footer  a,#footer  span{
	color:#feffff;
}
#footer  .about{
	margin-bottom:80px;
}
#footer .company{
	font-size:16px;
}
#footer .address{
	
}
#footer .address span{
	margin-right:20px;
	
}
#footer .footer_right{
	margin-left:80px;
}
#footer .load{
	margin-top:15px;
}
#footer .load img{
		cursor:pointer;
}
#footer .mg30{
	margin-left:30px;
}

/*返回顶部*/
/* floatPanel */
#floatPanel .ctrolPanel{width:36px;height:166px;background:#fff url(../images/float-panel-bg.gif) no-repeat left top;border:solid 1px #ddd;position:fixed;right:25px;top:300px;overflow:hidden;z-index:10000; _position:absolute; /* for IE6 */_top:expression(documentElement.scrollTop + 300);}
#floatPanel .ctrolPanel a{width:34px;font-size:12px;color:#ff6600;letter-spacing:1px;text-align:center;overflow:hidden;}
#floatPanel .ctrolPanel .arrow{height:29px;line-height:28px;display:block;margin:1px auto;}
#floatPanel .ctrolPanel .arrow span{display:none;}
#floatPanel .ctrolPanel .arrow:hover{background:#f4f4f4;}
#floatPanel .ctrolPanel .arrow:hover span{display:block;}
#floatPanel .ctrolPanel .contact{height:60px;display:block;margin:2px auto;}
#floatPanel .ctrolPanel .contact span{line-height:90px;}
#floatPanel .ctrolPanel .qrcode{height:40px;display:block;margin:2px auto;}
#floatPanel .ctrolPanel .qrcode span{display:none;}

#floatPanel .popPanel{width:230px;height:242px;position:fixed;right:70px;top:300px;z-index:10000;overflow:hidden;display:none;_position:absolute; /* for IE6 */_top:expression(documentElement.scrollTop + 300); }
#floatPanel .popPanel .popPanel-inner{width:230px;height:242px;position:relative;overflow:hidden;}
#floatPanel .popPanel .popPanel-inner .arrowPanel{width:10px;height:240px;position:absolute;right:1px;top:102px;}
#floatPanel .popPanel .popPanel-inner .arrowPanel .arrow01{width:0;height:0;font-size:0;line-height:0;border-top:10px solid transparent;_border-top:10px solid black;_filter:chroma(color=black);border-right:10px solid transparent;_border-right:10px solid black;_filter:chroma(color=black);border-bottom:10px solid transparent;_border-bottom:10px solid black;_filter:chroma(color=black);border-left:10px solid #ddd;position:absolute;bottom:0;position:absolute;left:2px;top:0;}
#floatPanel .popPanel .popPanel-inner .arrowPanel .arrow02{width:0;height:0;font-size:0;line-height:0;border-top:10px solid transparent;_border-top:10px solid black;_filter:chroma(color=black);border-right:10px solid transparent;_border-right:10px solid black;_filter:chroma(color=black);border-bottom:10px solid transparent;_border-bottom:10px solid black;_filter:chroma(color=black);border-left:10px solid #fff;position:absolute;bottom:0;position:absolute;left:0;top:0;}
#floatPanel .popPanel .popPanel-inner .qrcodePanel{width:220px;height:240px;text-align:center;background:#fff;border:solid 1px #ddd;position:absolute;left:0;top:0;overflow:hidden;}
#floatPanel .popPanel .popPanel-inner .qrcodePanel img{width:200px;height:200px;border:none;padding:10px 10px 5px 10px;}
#floatPanel .popPanel .popPanel-inner .qrcodePanel span{font-size:12px;color:#666;line-height:24px;letter-spacing:1px;}


/*文章详情页*/
.page_wrap {
	background:#e9e9e9;

}
.page {
	width:944px;
	margin:0 auto;
	background:#fff;
	padding:0 18px;
}
.artical img{max-width:100%;display:block;margin:0 auto;overflow:hidden}
.page .crumb{
	padding: 10px 0 3px 0;
    border-bottom: 1px solid #ccc;
}

.artical{
	margin-bottom:70px;
}
.page .artical-info{
	text-align:center;
	
}
.page .artical h1{
	text-align:center;
	color:#0988d8;
	padding:25px 0 15px 0;
	font-size:30px;
	
}
.artical-src,.artical-author,.artical-time,.club-src,.club-author,.club-time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-right:15px;
	color:#666;
}
.artical-adv{
	padding-top:15px;
}
.artical-content{
	padding:0 20px;
	margin-top: 2em;
}
.artical-content p{
	padding:0 0;
	color: #434343;
	font-size: 16px;
	line-height: 2;
}
.artical-content pre{
	white-space: pre-wrap;
    word-wrap: break-word;
}
.page h2{
	color:#000;
	font-size:22px;
	margin-bottom:15px;
	
}

.reply-not-logged{
	position: relative;
	top:-148px;
	left:0px;
	text-align:center;
	display:none;
}
.reply-not-logged dt,
.reply-not-logged dd{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding: 0 2px;
}
.reply-not-logged dd{
	color:#c20305;
}
.reply-not-logged dd a{
	color:#c20305;
}


.page  textarea{
	width:920px;
	height:105px;
	outline:none;
	resize:none;
	font-size:14px;
	color:#333;
	position:relative;
	padding:10px;
}
.comment_list textarea{
	width:100%;
	
}
.emotion {
  width: 42px;
  height: 20px;
  background: url("../images/emoji.gif") no-repeat 2px 2px;
  margin-bottom: 5px;
  padding-left: 20px;
  cursor: pointer;

}
.emotion:hover{
	background-position:2px -28px;

}
.page table{
	border-spacing:2px;
}
.page table tr td{
	cursor:pointer;
}
.page table tr td img{
	border:1px solid #fff;
}
.page table tr td img:hover{
	padding:0;
	border:1px solid #316CA6;
}
#facebox{
	padding: 2px;
	border: 1px #dfe6f6 solid;
	position:absolute;
	top:30px;
	left:70px;
	margin-bottom:5px;
	z-index:3;
	background:#fff
	
	
}
.page .btn{
	width:70px;
	height:25px;
	font-size:16px;
	background:#0078c5;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}

.comment_list{
	margin: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.comment_list>.clearfix .comment_left{
	padding-left:12px;
}
.comment_list .user-image{
	width:48px;
	height:48px;
	padding:7px;
	border-radius:50%;
}
.user-name{
	color:#0078c5!important;
	font-size:14px;
	margin-right:15px;
}
.page .comment-time {
	font-size:12px;
	color:#666;
}
.page .reply,.page .agree{
	padding:0 5px;
	color:#0078c5;
	font-size:14px;
	cursor:pointer;
}
.page  span.yes{
	background:url("../images/agree.jpg") no-repeat left center;
	margin-left:10px;
	padding:0 5px 0 15px;
	color:#0078c5;
	font-size:14px;
	cursor:pointer;
}


.comment-content p{
	font-size: 14px;
  line-height: 24px;
  color: #151515;
  margin: 15px 0;
  word-wrap: break-word;
	
}
.user-comment .res{
	text-align:right;
	margin-right:10px;
	clear:both;
}
.comment_list_child {
	position:relative;
}
.comment_list_child  .res{
	text-align: right;
    margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
	
}
.page .user-image{
	width:50x;
	height:50px;
}
.page .comment_floor{
	width:830px;
}
.paging{
	height: 4em;
	position: relative;
	margin-bottom:30px;
	width:980px;
	margin:0 auto;
}
/*评论框回复*/
#reply_box{
	display:none;
	margin-left:50px;

}
.comment_list .comment_list_child{
	padding-top:15px;
	margin-left:50px;
	border-top:1px solid #eee;
}
.comment_list .comment_list_child .comment_left{
	
}
/*加载评论样式*/
.user-comment{
	padding-bottom:20px;
}
.load_group{
	
}
.load_more{
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background: #EEE;
    border: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #0c6ca9;
	outline:none;
}
.notallowed{
	cursor:not-allowed;
}

.loading{
	background:#eee url('../images/loadmore.gif') no-repeat 552px -2px;
}
/*注册页面*/

.res_page{
	background-image: url("../images/login2.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
	height:100%;
}
.res_page span{
	color:#fff;
}

.login_logo a{
	
	cursor:pointer;
}


.login_left div p{
	color:#fff;
}

.res_foot{
	
	width:100%;

}
.login_page .login_left img{
	width:120px;
}
.login_right .phone input{
	width:185px;
	height:33px;
	line-height:33px;
	
}
.login_right .phone .phone_text{
	width:115px;
}
.login_right .phone .validate{
	margin-right:20px;
}
.login_right .phone .gain{
	width:120px;
	height:33px;
	line-height:33px;
	cursor:pointer;
	background:#CECECE;
	
}
.login_right .number{
	width:20px;
	height:20px;
	line-height:20px;
	border:none;
}
#Checkbox1{
	margin-top:0;
	vertical-align:bottom;
	margin-right:10px;
	
}
.login_right .login_info{
	margin-top:20px;
	padding:5px;
}
.login_right .forget{
	float:right;
}
.login_right .forget a{
	color:#fff;
}
.res_page label{
	vertical-align:bottom; 
	font-size:16px;
	color:#fff;
}
.res_page input{
	
	height:33px;
	line-height:33px;
	width:450px;
	margin-top:20px;
	text-indent:12px;
	font-size:16px;
	border-radius:4px;
	-webkit-border-radius:4px;
}

.login_title{
	color:#fff;
	font-size:20px;
	margin-right:220px;
}

.register a{
	color:#e9ae49;
}
.user_login{
	margin-bottom:45px;
}


/*登录页面*/
.login_page{
	background-image: url("../images/login2.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
	height:100%;

}
.login_page span{
	color:#fff;
}
.login_wrap{
	width:980px;
	
	margin:0 auto;
	
}
.login_wrap h1 img{
	 height:65px;
}
.login_logo a{
	
	cursor:pointer;
}
.login_left{
	padding:20px 40px 20px 100px;
	width:175px;
	text-align:center;
}
.login_left div{
	margin-bottom:64px;
	cursor:pointer;
	
}
.login_left div p{
	color:#fff;
}
.login_right{
	width: 460px;
    /* border-style: solid; */
    border-width: 1px;
    padding: 20px;
    border-color: #959696;
    font-size: 14px;
    background:#7abce4;
    filter:alpha(opacity=80);
	 -moz-opacity:0.8;
	 -khtml-opacity: 0.8;
	 opacity: 0.8;
	 box-shadow:0 0 4px #9f9f9f;
	
	
}
.login_right .phone input{
	width:185px;
	height:33px;
	line-height:33px;
	
}
.login_right .phone .phone_text{
	width:115px;
}
.login_right .phone .validate{
	margin-right:20px;
}
.login_right .phone .gain{
	width:120px;
	height:33px;
	line-height:33px;
	cursor:pointer;
	color:#666;
	font-size:14px;
	background: #f7f7f7;
	
}
.login_right .phone .gain:hover{
	background:#eee;
}
.login_right .number{
	width:20px;
	height:20px;
	line-height:20px;
	border:none;
}
#Checkbox1{
	margin-top:0;
	vertical-align:bottom;
	margin-right:10px;
	
}
.login_right .login_info{
	margin-top:20px;
	padding:5px;
}
.login_right .forget{
	float:right;
}
.login_right .forget a{
	color:#fff;
}
.login_page label{
	vertical-align:bottom; 
	font-size:16px;
	color:#fff;
}
.login_page input{
	
	height:33px;
	line-height:33px;
	width:450px;
	margin-top:30px;
	text-indent:12px;
	font-size:16px;
	border-radius:4px;
	-webkit-border-radius:4px;
}

.login_title{
	color:#fff;
	font-size:20px;
	margin-right:220px;
}

.register a{
	color:#4A4640;
}
.user_login{
	margin-bottom:45px;
}
.login_in{
	background:#11a7f5;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	
}
.login_in:hover{
	background:#0CA0EC
}
.register{
	margin-top:30px!important;
}
/*攻略游记页面*/
.travel{padding-top:7px}
.travel img{
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.travel .more_link{
	margin-bottom: 10px;
    background: #4AC7DC;
    padding: 10px;
    color: #fff;
}	
.travel .more_link span{
	color:#fff;
}
.travel .more_link span a{
	color:#fff;
}
.travel .travel-dt{
	overflow:hidden;
}
.travel .travelroad{
	color:#888;
	
}
.travel img:hover{
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	
	
}
.travel ,.subpage_news,.new_detail{
	width:980px;
	margin:0 auto;
	
}
.new_detail{
	margin-bottom:20px;
}
.travel .travel_title,.subpage_news{
	margin-bottom:25px;
	padding-top:7px;
}
/*行业新闻页面*/
.news_list{
	width:440px;
	
	
}
.news_list .news_content{
	
	
}
.news_list .news_dt_cat{
	color:#fabe7d;
	letter-spacing:2px;
	font-size:14px;
}
 .news_box  dl dd:before{
	content: "热-";
    font-size: 14px;
    color: #60bee7;
    font-weight: bold;
    padding-right: 3px;
    padding-left: 10px;
	
}
 .news_box  dl dd a{
	 font-size:14px;
	 height:20px;
	 line-height:20px;
	 color:#666;
 }
 .news_video_tit{
	 padding-bottom:7px;
 }
.news_big{
	font-size: 16px;
    font-weight: bold;
	
}
.news_list .radio_box{
	padding-top:5px;
	width:480px;
	height:300px;
}
.mr60{
	margin-right:60px;
}
.news_box ul li:before{
	content: "国-";
    font-size: 14px;
    color: #60bee7;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 0px;
}
.news_box ul li{
	line-height:20px;
	height:20px;
	margin:5px 0;
}
.news_box ul li a{
	font-size:14px;
	color:#666;
}
.news_home_box{
	width:980px;
	margin:0 auto;	
}
.news_home_left{
	width:440px;
}
.news_right{
	width:480px;
	margin-left:60px;
}
.loop_box{
	position:relative;
	
	margin-top:8px;
	margin-left:62px;
	
}
.news_loop{
	position:absolute;
	left:0;
	top:0;
	
	
}
.race_loop{
	position:relative;
}
.race_loop img{
	width:625px;
}
.race-loop-img{
	height:250px;
	overflow:hidden;
	width: 670px;
}
.loop_box .loop_ctl,.loop_c{
	background:gray;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	z-index:5;
}
.loop_box .loop_ctl span,.loop_c span{
	display:inline-block;
	height:10px;
	width:10px;
	border-radius:5px;
	background:#fff;
	*display:inline;
	*zoom:1;
	cursor:pointer;
}
.loop_box .loop_ctl  span.active,.loop_c span.active{
	background:#0078C5;
}
.news_loop img{
	float:left;
	width:240px;
	height:300px;
}
.news_home{
	margin-bottom:20px;
}
.profession .more_link{
	margin-bottom: 10px;
    background: #4AC7DC;
    padding: 10px;
    color: #fff;
}
.profession .more_link a{
	color:#fff;
}
/*骑行知识页面*/
.riding_wrap{}
.riding_wrap .riding_out{
	width:980px;
	overflow:hidden;
	margin:0 auto;
	padding-top:7px;
}
.riding_out .more_link{
	margin-bottom:10px;
    background: #4AC7DC;
    padding: 10px;
    color: #fff;
}
.riding_out .more_link a{
	color:#fff;
}
.riding_wrap .riding_box{
	width:430px;
	height: 443px;
}
.riding_m{
	margin-bottom:30px;

}
.riding_m .riding_left{
	padding-left:15px;
	width:275px;
}
.riding_m .riding_content{
	font-size:12px;
	line-height:22px;
	margin-top:7px;
	height: 66px;
	overflow-y: hidden;
	text-indent:10px;
	color:#888;
}
.riding_m .riding_content a:hover{
	text-decoration:none;
}
.riding_m h2{
	font-family:"微软雅黑";
	color:#000;
	font-size:16px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.rid_detial{
	color:#fabe7d;
	letter-spacing:3px;
	cursor:pointer;
}
.know{
	overflow:hidden;
}
.know img {
	width:133px;
	height:96px;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.konw img:hover{
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}


/*俱乐部详情页面*/
.club_wrap .club_box{
	width:980px;
	margin:0 auto;
}
.line{
	height: 0px;
    border-bottom: 1px solid green;
    width: 32px;
    margin: 5px 0 5px 5px;
    
}
.club_wrap  .club_left{
	text-align:right;
	color:#666;
	
}
.club_wrap  .club_left p,.club_wrap  .club_left div{
	margin-top:5px;
}
.club_wrap  .club_right{
	width:740px;
	
	margin-left:44px;
}
.club_wrap .club-content{
	width:530px;
	padding:5px 0px 3px 5px;
	position:relative;
	
}
.club_wrap h3{
	font-size:20px;
}
.club-content h2{
	color: #2b90da;
}

.club_wrap .club-info{
	margin:5px 0 5px 0;
}
.circle{
	width: 20px;
    height: 20px;
    background: red;
    -moz-border-radius:20px
    -webkit-border-radius:20px;
    border-radius: 20px;
	position:absolute;
	background:#0982cf;
	
	cursor:pointer;
	top:50%;
	margin-top:-20px;
	right:-15px;
}
.circle a{
	color:#fff;
	margin-left: 7px;
}
.club_wrap  .club_list{
	margin-top:20px;
	background:#f7f8f8;
}
.club_wrap .club_jianjie{
	width:400px;
}
.club_wrap .club_jianjie div{
	color:#484848;

	line-height:20px;
	height:40px;
}
.artical-src a,.artical-author a,.artical-time a,.club-src a,.club-author a,.club-time a{
	color:#666;
}

/*400KM活动页面*/

.series_wrap .series_left{
	text-align:right;
	color:#666;
	font-size:14px;
	margin-top:50px;
	position:relative;
}
.series_wrap .series_left img{
	position:absolute;
	left:30px;
	top:-140px;
}
.past h3,.series_right h3 {
	color:#666;
	font-size:18px;
	height:40px;
	line-height:40px;
}
/*无缝滚动*/
.past_wrap{ 
	width:670px;
	position:relative;
} 
.past_box{ 
	overflow:hidden;


} 
.past_box{
	width:670px;
	height:200px;
}
.past_box ul li{
	width:165px;
	height:200px;

	margin-right:5px
}


#guoul1{ 
	width:670px; 
	height:248px;
	cursor:pointer;
} 
#guoul1 li{ 
	width:170px;
	height:250px;
	margin-left:10px;
} 
#guoul1 p{
	text-align:center
}
.past_box,.box3 p{
	text-align:center;
}
.past_wrap .next_key{
	position:absolute;
	right:-25px;
	top:50%;
	margin-top:-42px;
	cursor:pointer;
}
.series_wrap{
	margin-bottom:40px;
	width:980px;
	margin:0 auto;
}
.mt40{
	margin-top:40px;
}
.series_left p{
	text-align:right;
}
.series_right{
	margin-left:115px;
}
.series_right input{
	border:1px solid gray;
	width:45%;
	padding-left:10px;
	height:25px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; 
}
.series_right input.short{
	width:25%;
	height:25px;
}
.series_right .check_btn{
	text-align:right;
	margin-top:15px;
}
.series_right .check_btn button{
	width:60px;
	height:30px;
	background:#64b0e1;
	border:none;
	border-radius:8px;
	cursor:pointer;
	outline:none;
	color:#fff;
	font-weight:bold;
}
	

.series_right .check_btn button:hover{
	background:#0b649e;
	
}
.rule table{
	border:1px solid gray;
	border-left:none;
	border-right:none;
	
		
	border-bottom:none;
	width:100%;
	
}
.rule{
	margin-top:30px;
}
.rule h3{
	height:40px;
	line-height:40px;
	font-size:18px;
}
.rule table td{
	height:40px;
	border-bottom:1px solid #b2b2b2;
}
/*更多信息列表*/
.more_news{
	
	min-height:800px;
}
.more_news .more_list{
	margin-top:5px;
	background: #f7f8f8;
	position:relative;
	padding:15px 0;
}

.more_news .more_list .circle{
	width: 30px;
    height: 30px;
    -moz-border-radius:20px
    -webkit-border-radius:20px;
    border-radius: 20px;
	position:absolute;
	background:#0982cf;
	
	cursor:pointer;
	top:50%;
	margin-top:-20px;
	right:10px;
}
.more_news .more_list .circle a{
	
	color: #fff;
    margin-left: 7px;
    font-family: "宋体";
    font-size: 12px;
	line-height:30px;
}
.more_news .club_box{
	width:980px;
	margin:0 auto;
}

.more_news  img{
	width:190px;
	height:120px;
}
.more_news .club_left{
	text-align:right;
	color:#666;
	width:168px;
	
}
.more_news .club_left p,.more_news  .club_left div{
	margin-top:5px;
	
}
.more_news  .news_box{
	width:980px;
	margin-bottom:20px;

	
}
.more_news .club-content{
	width:530px;
	padding:0px 0px 0px 15px;
	height:120px;
	font-size:14px;
	
}
.more_news h3{
	font-size:20px;
}
.more_news .club-content h2 a{
	color:#0988d8;
	font-weight:normal;
	font-size:20px;
}

.more_news .club-info{
	margin:5px 0 5px 0;
}


/*俱乐部*/
.bike_wrap select{
	width:150px;
	height:30px;
}
.bike_wrap input[type="button"]{
	width:60px;
	height:30px;
	background:#0078C5;
	color:#fff;
}
.bike_wrap  .three_rela{
	
	width:980px;
	margin:0 auto;
}
.bike_wrap .show_area{
	border:1px solid gray;
	width:345px;
	height:28px;
	
}
/*app下载页面*/
.appbg_box{
	width:100%;
	margin:0 auto;
}
.appbg_box img{
	
}

/*登录跳转*/
.succ{
	width:980px;
	margin:0 auto;
}
.more_news .club_box {
    width: 980px;
    margin: 0 auto;
}
.succ .succ_tit{
	margin-bottom:90px;
}
.succ .succ_img{
	position:relative;
	background:#f0f0f0;
	text-align:center;
	padding:65px 0;
}

.succ .succ_img  div hr{
	width:725px;
	
	border-top:2px solid #63aebe;
}
.succ .succ_img .info{
	position:absolute;
	font-size:16px;
	top:76px;
	left:537px;
	color:#fff;
}

/*搜索结果页面*/
.search_result{
	width:980px;
	margin:0 auto;
	margin-top:20px;
	
}
.result_box{
	min-height:800px;
}
.search_result .result_list{
	padding:10px 0;
}
.search_btn{
	margin-bottom:15px;
}
.search_btn input{
	float:left;
	width:398px;
	height:28px;
	border:1px solid #ccc;
}
.search_btn button{
	float:left;
	height:30px;
	border:none;
	background:#76bdd9;
	line-height:30px;
	padding:0 20px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
}
.search_btn button:hover{
	background:#0982cf;
}
.search_result .search_show{
	font-size:14px;
	padding:2px 0;
	background:#f7f8f8;
	text-align:center;
}
.search_result dl dt span{
	font-size:14px;
	
}
.search_result dl dd{
	padding:5px 0;
}
.search_result .search_tit{
	color:#1e6d9b;
}
.search_result .search_con{
	width:630px;
	border-bottom:1px solid #edf1f2;
	padding-bottom:20px;
}
.search-keyword{ color:red }

/*成绩查询*/
.re_show{
	height:460px;
	width:642px;
	background:url("../images/check02.png") no-repeat;
	position:relative;
	
}
.re_show .check_buttom{
	position: absolute;
	right: 45px;
	bottom: 51px;
	font-weight: bold;
	color: rgb(63, 61, 57);
}
.re_show .check_titl{
	
	position: absolute;
	left: 67px;
	top: 342px;
	font-size: 16px;
}
.re_show span{
	margin-left:125px;
}
.re_show ul{
	margin-left:80px;
	font-size:12px;
}
.re_show ul li{
	height:35px;
	line-height:35px;
	font-weight:bold;
	color:#242424;
}
.re_show .check_box{
	
    float: left;
    margin: 97px 0 0 252px;
	
}
.re_show .check_tit{
	position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -37px;
	
} 
.re_show .check_tit h2{
	color:rgb(59, 52, 52);
}
.check_up{
	margin-bottom:65px;
}
.check_down dl dd{
	line-height:25px;
	
}
.check_down_tit{
	font-size:18px;
	color:#f9b421;
}
.check_down input{
	border:1px solid #666;
	width:127px;
}


/* 错误提示信息 */
.error { color: red ! important; }

/*手机样式*/














