*{margin: 0;padding: 0;}


ul,li{
	list-style: none;
	margin: 0;
}
a{
	text-decoration: none;
	transition: all 0.4s;
}
a:hover{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: '微软雅黑';
}
span{
	transition: all 0.4s;
}

p{
	text-align: justify;
}



.lf{
	padding-left: 0;
}

.rig{
	padding-right: 0;
}

.padding0{
	padding: 0;
}


body{
	
}

@media (min-width:320px) and (max-width:450px) {
	.padding_0{
		padding: 0;
	}
	.padding5{
		padding: 0 5px;
	}
}









/*************    顶条    **************/

.topbar{
	background: #333;
	padding: 10px 0;
	color:#fff;
	transition: all 0.4s;
}
.float_rig{
	float: right;
	text-align: right;
}
.float_rig span{
	margin-right:30px;
	font-size:13px;
	color: #fff;
}

.topbar div{
	transition: all 0.4s;
	overflow: hidden;
}
.topbar p {
	font-weight:400;
}
.topbar div p{
    margin-right:30px;
    float:left;
    color:#fff;
    font-size:13px;
    float: left;
    margin-bottom: 0;
}















/*************   头部        **************/
.header{
	width: 100%;		
	top: 0;
    position: fixed;
    z-index: 999;
    transition:all 0.4s;	
}




/*************   导航        **************/
.daohang{
	overflow: hidden;
	background: #fff;
}



.navbar-header{
	display: none;
}

#navbar{
	height: 100%;
}
.menu{	
	transition: all 0.4s;		
}
.menu ul li{
	
}

.navbar-inverse {
	background: none !important;
	border: none !important;
	margin: 0;
}


.nav > li > a{
	display: block !important;	
}

.nav li:last-child a{
	border: none ;
}
.navbar-inverse .navbar-nav > li:focus a,.navbar-inverse .navbar-nav > li:hover a{
	color: #3391d5 !important;
}
.navbar-inverse .navbar-nav > li > a:focus{
	
}
.navbar-inverse .active{
	
}
.navbar-inverse .active ul li{
	cursor: pointer;
	transition: all 0.5s;
}


.navbar-inverse .active ul li a{
	color: #26bfa1 !important;
	border:none;	
}
.navbar-brand{
	padding: 0 !important;
	margin-left: 15px;
}
.navbar-brand > img {
    width: 100px;
    margin-top: 15px;
}


.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background: none !important;
}
.navbar-inverse .navbar-toggle{
	border: none !important;
}

.navbar-toggle .icon-bar {
    background: #2a87cc !important;
}


@media (min-width:768px) and (max-width:1920px) {
	
	.head_fixed .menu{ 				
		
		}/* nav圆角背景 rgba 透明度0.2 */
    .menu ul{
    	 list-style:none;
    	 text-align:left;
    	 }
    .menu ul li{ 
    	height: 100%;   	
    	transition: all 0.5s;
    	background-image: none;
    	}
    .header .menu ul li a{
    	font-size:16px;
    	line-height: ;
    	color:#333 !important;
    	padding:20px 30px; 
    	margin-top: 20px;
    	-webkit-transition: all 0.5s; 
    	-moz-transition: all 0.5s; 
    	-o-transition: all 0.5s; 
    	-ms-transition: all 0.5s;
    	position: relative;
    	background:url(li_bj.png) no-repeat bottom center;
    	background-image: none;
    	}/* 背景颜色过渡效果 */
    	
    	.header .menu ul li a:before{
    		content: "";
    		height: 14px;
    		width: 1px;
    		background: #333;
    		position: absolute;
    		right: 0;
    		top: 23px;
    	}
    	
    	.header .menu ul li:last-child a{
    		border: none;
    	}
    	.header .menu ul li:last-child a:before{
    		display: none;
    	}
    	
    	.menu ul li:focus, .menu ul li a:hover{
    		background:url(li_bj.png) no-repeat bottom center;
    	}
    	
    .menu ul li a:hover{ 	    
	    color:#26bfa1 !important;     
	    }
    .navbar-nav{
    	height: 100%;
		float: right !important;
		
		padding-top: 0;
	}

}

@media (max-width:767px) {
	.navbar-header{
		display: block !important;
	    background: #fff !important;
    }
    .navbar .container > .navbar-collapse{
    	background: #fff !important;
    }
    .navbar-inverse .active ul li{
    	ransition: all 0.3s;
    }
    .navbar-inverse .active ul li:hover{
	    background: #2a87cc;
}
    .navbar-inverse .active ul li:hover a{
	    color: #fff !important;
    }
    .nav > li > a{
	line-height: 30px !important;
    }
    .navbar{
    	margin: 0 !important;
    }
    .navbar-toggle{
    	background: none !important;
    }

}

.overlay{
	width: 0 !important;
}








/**************** LOGO   **************/


.logo {    
    height: 100%;
    overflow: hidden;
    float: left;
    background: url(logo.png) no-repeat center;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

/*************top_head logo 和  导航        **************/
.top_head{
	
	top: 0;
	transition: all 0.5s;
	
}
.top_head .daohang{
	padding: 0;
	background: #fff;
	box-shadow: 0 2px 4px 4px rgba(98, 77, 77, 0.3);
}
.top_head .topbar{	
	height: 0;
	padding: 0;
}
.top_head .topbar div{
	height: 0;
	opacity: 0;
}
.top_head .topbar div p{
	opacity: 0;
    transition: all 0.4s;
    display: none;
}
.top_head .logo{	
	height: 60px;
	overflow: hidden;
	background: url(logo.png) no-repeat center;
}
.top_head .menu{	
	padding: 0 !important;
	transition: all 0.4s;	
}

.top_head .navbar-inverse .navbar-toggle .icon-bar{
	background:#0076ca !important;
}
.top_head .menu li a{
	line-height: 60px;
	
	color: #999 !important;
	margin-top: 0 !important;
}
@media (min-width:768px) and (max-width:1920px) {
	.top_head .menu{
		
	}
	.logo{
		min-height: 30px;
		margin-top: 35px;
	}
	.top_head .menu li a{
		padding: 0 30px !important;
	}
	.top_head .menu ul li:hover {
        background: url(zhua.png) no-repeat top center;
        background-size: 23px;
    }
}
.top_head .navbar-brand .logo{
	margin: 0 !important;
	padding: 0;
	height: 50px;
}
.top_head .nav li:hover span a{
	color: #4a89dc;
}
.top_head .navbar{
	margin-top: 0;
}


@media (min-width:1200px) and (max-width:1920px){
	.logo{
		width:131px;
	}
	.top_head .logo{
		width:131px;
		margin-top: 0;
	}
	
}

@media (min-width:992px) and (max-width:1199px){
	.logo{
		width:131px;
	}
	.top_head .logo{
		width:131px;
	}
	
	
}

@media (min-width:768px) and (max-width:991px){	
	.menu ul li a{
		font-size: 14px !important;
	}
}

@media (min-width:451px) and (max-width:767px){
	.logo{
		width: 100px;
		margin-top: 0;
		background-size:100% ;
	}
	.top_head .logo{
		width: 100px;
		margin-top: 0;
		background-size:100% ;
	}
	.main_menu{		
		text-align: center;
	}
}

@media (min-width:320px) and (max-width:450px){
	.logo{
		width: 100px;
		margin-top: 0;
		background-size:100% ;
	}
	.top_head .logo{
		width: 100px;
		margin-top: 0;
		background-size:100% ;
	}
	.main_menu{		
		text-align: center;
	}
}








/**************** banner 图   **************/

.banner{
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img {
    width: 100%;
}
.banner img{
	width: 100%;
}
.banner .swiper-slide a{
	position: absolute;
	display: block;
	border: 2px solid #fff;
	color: #fff;
}
.banner .swiper-slide a:hover{
	border: 2px solid #26bfa1;
	background: #26bfa1;
}
.top{	
	padding: 20px 0;
	overflow: hidden;
	z-index: 9;
	transition: all 0.4s;
}
.top p{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.swiper-pagination-bullet{
	background: rgba(51, 51, 51, 0.6);
    opacity: 0.5 !important;
}



/**************** banner 图2    **************/

#owl-demo{
	position: relative;
}
.owl-pagination{
	display: none;
}
.owl-theme .owl-controls{
	position: absolute;	
	width: 100%;
}

.owl-buttons div{
	position: absolute;
	transition: all 0.4s;
	font-size: 0 !important;		
}
.owl-buttons div:hover{
	
}





                       /***************************** 内容    *******************************/

.tongyong_tit{
	
}
.tongyong_tit p{
	color: #333;
	text-align: center;
	
}
.tongyong_tit h3{
	color: #333;
	font-size: 0;
	overflow: hidden;
	background: url(tongyong_tit_h3_bj.png) repeat-x center;	
	text-align: center;
	margin: 0;
}
.tongyong_tit h3 span{
	display: inline-block;
	width: 28px;
	padding: 3px 0;
	background: #0076ca;
	
}



/**************** 内容 一   **************/

.con1{
	overflow: hidden;
}

.fuwu{
	overflow: hidden;
}
.fuwu .post-slide{
	margin: 0 15px;
	text-align: center;
}
.fuwu .post-slide .post-img{
	overflow: hidden;
	text-align: center;
}

.fuwu .post-slide .post-img span img{
    transition: all 0.4s;
    
}
.fuwu .post-slide .post-img{
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fuwu .post-slide .post-img .span1{
    
}
.fuwu .post-slide .post-img .span2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.fuwu .post-slide .post-img .span2 img{
    opacity: 0;
}
.fuwu .post-slide .post-img .span1 img{
    opacity: 1;
}
.fuwu .post-slide:hover .post-img .span1 img{
    opacity: 0;
}
.fuwu .post-slide:hover .post-img .span2 img{
    opacity: 1;
}
.fuwu .post-slide .post-content{		  
	padding-top: 20px;
	width: 100%;
    margin: 0 auto;
}
.fuwu .post-slide .post-title{
	font-size: 14px;		  
	margin-bottom: 0;
	text-align: center;
	line-height: 25px;
	color: #333;
	text-transform: capitalize;
}
.fuwu .post-slide .post-title a{
	display: inline-block;
	color: #a8a8a8;
	transition: all 0.3s ease 0s;
}
.fuwu .post-slide:hover .post-title a{
	color: #0076ca;
}
.fuwu .post-slide .post-content p{
	color: #a8a8a8;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.fuwu .post-slide:hover .post-content p{
	color: #0076ca;
}



/**************** 内容  二   **************/

.con2{
    overflow: hidden;  
}
.youshi{
	overflow: hidden;
}

.youshi .post-slide .post-content .post-title a{
	color: #333;
	font-size: 14px;
	display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.youshi .post-slide .post-img {
    overflow: hidden;
    text-align: center;
}


.youshi .owl-item .post-slide{
	margin: 0 !important;
}

.youshi .post-slide .post-content .post-title{
	text-align: center;
	font-weight: bold;
}
.youshi .post-slide .post-content .post-title a{
	display: block;
	width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.youshi .owl-item:hover .post-content .post-title a{
	color: #0076ca;
}
.youshi .owl-item:hover .post-content p{
	color: #0076ca;
}

.youshi .post-slide .post-content p{	
	color: #666;
}

.youshi .post-slide .post-content{		  
	
	width: 100%;
    margin: 0 auto;
}
.youshi .post-slide .post-title{
	font-size: 14px;		  
	margin-bottom: 0;
	text-align: center;
	line-height: 25px;
	color: #333;
	text-transform: capitalize;
}





/**************** 内容 三 **************/

.con3{
	overflow: hidden;
}

.cppic_one{
	overflow: hidden;
}

.cppic_one ul{
	
}
.cppic_one ul li{
	padding: 10px;
}
.cppic_one ul li a{
	display: inline-block;
	width: 100%;
	position: relative;
}
.cppic_one ul li a:hover{
	transform: translateY(-3px);
}
.cppic_one ul li a img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.cppic_one ul li a h3{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(51, 51, 51, 0.7);
	opacity: 0;
	transition: all 0.4s;
}
.cppic_one ul li a h3 p{
	color: #fff;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cppic_one ul li a h3 span{
	display: inline-block;
	color: #fff;
	text-align: justify;
}
.cppic_one ul li:hover h3{
	opacity: 1;
	box-shadow: 0 2px 4px 2px rgba(98, 77, 77, 0.3);
}

.cppic_one ul li:hover a img{
	filter: blur(3px);
}












/**************** 内容  四   **************/

.con4{
	overflow:hidden;
	background: #fafafa;
}

.anli {
    overflow: hidden;
}

.tab_nav{
    overflow: hidden;
}
.tab_con{
    overflow: hidden;
}

.swiper-nav .title{
	border: 1px solid #0076ca;
	cursor: pointer;
}
.swiper-nav .active-nav .title{
	background:#0076ca;
	color: #fff;	
	position: relative;
}
.swiper-nav .active-nav .title:before{
	content: "";
	width: 13px;
	height: 10px;
	position: absolute;
	left:37% ;
	bottom: -10px;
	background: url(title_before_bj.png) no-repeat center;
}
.tab_nav .swiper-slide{
	display: inline-block;
	float: none;
}

.anli .tab_con .swiper-content .inner img{
	max-width:100%;
}





/**************** 内容  五  **************/

.con5{
	overflow: hidden;
}
.news{
	overflow: hidden;
}
.news ul{
	overflow: hidden;
	margin: 0;
}
.news ul li{
	
}
.news_con{
	overflow: hidden;
	background: url(news_li_bj.png) no-repeat right bottom;
	position: relative;
}
.news_con:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity:0;
	background: url(news_li_bj_hover.png) no-repeat right bottom;	
	transition: all 0.4s;
}

.news ul li:hover .news_con:before{
	opacity: 1;
}
.news_lf{
	overflow: hidden;
}
.news_lf h3:before{
	color: #333;
	margin-bottom: 0;
	text-align: center;
	transition: all 0.4s;
}
.news ul li:nth-child(1) .news_lf h3:before{
	content: "01";
}
.news ul li:nth-child(2) .news_lf h3:before{
	content: "02";
}
.news ul li:nth-child(3) .news_lf h3:before{
	content: "03";
}
.news ul li:nth-child(4) .news_lf h3:before{
	content: "04";
}
.news ul li:hover .news_lf h3:before{
	color: #0076ca;
}
.news_lf h3 span{
	display: block;
	width: 100%;
	height: 1px;
	background: #d8d8d8;
	margin: 5px 0;
}
.news_lf p{
	color: #a8a8a8;
	font-size: 12px;
	text-align: center;
	transition: all 0.4s;
}
.news ul li:hover .news_lf p{
	color: #ff6600;
}
.new_rig{
	overflow: hidden;
}
.new_rig h3{
	overflow: hidden;
}
.new_rig h3 a{
	color: #333;
	font-size: 14px;
	display: block;
	font-weight: bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news ul li:hover .new_rig h3 a{
	color: #0076ca;
}
.new_rig p{
	color: #a8a8a8;
	font-size: 12px;
}








/**************** 内容  六 **************/

.con6{
	overflow: hidden;
	background: url("con6_bj.jpg");
    background-repeat: no-repeat;
}
.con6.fixd_bj{
    background-position: center; 
    background-attachment: fixed;
    background-size: cover;
}

.wenzi{
	overflow: hidden;
}
.wenzi p{
	color: #696868;
	text-align: center;
	font-weight: bold;
}








/**************** 内容  七 **************/

.about{
	overflow: hidden;
}
.lxwm{
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.lxwm_con{
	overflow: hidden;
}
.lxwm_bj{
	width: 100%;
}
.lxwm_bj img{
	width: 100%;
}
.lxwm_txet{
	overflow: hidden;
	width: 100%;
}

.lxwm_txet p{
	color: #333;
	z-index: 9999;
	font-size: 14px;
}

.lxwm_detail{
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.lxwm_detail p{
	text-align: center;
}
.lxwm_detail p span{
	color: #333;
	font-size: 14px;
}








/**************** 底部 **************/

.footer{
	overflow: hidden;
	background: url(footer_bj.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.ziye_footer{
	overflow: hidden;
	background: url(footer_bj.png) no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.ziye_footer .foot{
	overflow: hidden;
}

.footer .foot{
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 20px;	
    left: 0;
}

.foot_lf{
	text-align: center;
}
.foot_lf img{
		
	max-width: 100%;
}


.foot_rig{
	overflow: hidden;
}
.foot_rig p{
	color: #fff;
	margin-bottom: 0;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.foot_rig p a{
	color: #fff;
}
.foot_rig p a:hover{
	color:#d68b37 ;
}













/****************************************** 子页面  内容   ***********************************/


/**************** 图片列表页  **************/

.main{
	overflow: hidden;
}
.fenlei{
	overflow: hidden;
}
.fenlei .wrapper04 {
	position:relative;
	width: 100%;
	overflow: hidden;
	margin:0 auto;
}
.fenlei .wrapper04 .scroller {
	position:absolute;
	
}
.fenlei .wrapper04 .scroller li {		
	float: left;			
}
.fenlei .wrapper04 .scroller li a{
	display: inline-block;
	padding: 15px 20px;
	width: 100%;
	height: 100%;
	color:#333;
	font-size: 14px;	
	background: #fff;
	text-align: left;
	
	cursor:pointer;
	text-align: center;
}

.fenlei .wrapper04 .scroller li.cur a{
	background: -webkit-linear-gradient(bottom,#0076ca,rgb(142, 188, 248));
	text-align: center;
	color:#fff;
}



.cp_query{
	overflow: hidden;
}
.danqianye h3 {
    color: #333;
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}










/**************** 详情页   **************/

.detail{
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 3px 2px #decfd1;
    margin-top: 20px;
}

.detail_tit{
	overflow: hidden;
	text-align: center;
}
.detail_tit h3{
	color: #269982;
	text-align: center;
}
.detail_tit span{
	display: block;
	text-align: center;
	color: #999;
	font-size: 12px;
	border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    padding: 5px 0;
}
.detail_tit span dd {
    display: inline-block;
    text-shadow: #fff 1px 1px 1px;
}

.detail_info{
	overflow: hidden;
	margin-top: 20px;
}

.detail_info p{
	color: #666;
	text-indent: 2em;
}

.detail_info img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}










/**************** 新闻列表页   **************/

.news_query{
	
	
}
.news_list{ 
	padding:0 15px;
}
.news_list ul{
	
	margin: 0;
}
.news_list ul li{
	
}

.news_list_con{
	border: 1px solid #eee;
	position: relative;
}

.news_list_con h3 a{
	color: #333;
	display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list ul li:hover .news_list_con h3 a{
	color: #0076ca;
}
.news_list_con b{
	color: #999;
	font-size: 12px;
	
}
.news_list_con p{
	color: #a8a8a8;
	font-size: 14px;
	margin: 0;
	line-height: 25px;
}

.news_list_con span{
	position: absolute;
	opacity: 0;
	background: #0076ca;
	transition: all 0.4s;
}

.news_list_con .list_top{
	width: 100%;
	height: 1px;
}
.news_list_con .list_left{
	height: 100%;
	width: 1px;
}
.news_list_con .list_right{
	height: 100%;
	width: 1px;
}
.news_list_con .list_bottom{
	width: 100%;
	height: 1px;
}


.news_list_con .list_top{
	top: 0;
	left:-100%
}
.news_list_con .list_left{
	left: 0;
	bottom: -100%;
}
.news_list_con .list_right{
	right: 0;
	top: -100%;
}
.news_list_con .list_bottom{
	right: -100%;
	bottom: 0;
}


.news_list_con:hover .list_top{
	left: 0;
	opacity: 1;
}
.news_list_con:hover .list_left{
	bottom: 0;
	opacity: 1;
}
.news_list_con:hover .list_right{
	top: 0;
	opacity: 1;
}
.news_list_con:hover .list_bottom{
	right: 0;
	opacity: 1;
}





















/*************  返回顶部    **************/

#back-to-top.show {
    bottom: 100px;
}
#back-to-top:hover {
    background-color: #0076ca;
}
#back-to-top {
	cursor: pointer;
    display: block;
    z-index: 500;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 18px;
    position: fixed;
    bottom: -40px;
    right: 20px;
    line-height: 27px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
}

#back-to-top a{
	cursor: pointer;
	display: block;
    height: 100%;
    width: 100%;
}

#back-to-top i {
	width: 17px;
	height: 100%;
	display: inline-block;
	line-height: 35px;
	margin-right: 2px;
	background: url(jiantou2.png) no-repeat center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#back-to-top:hover i{
	background: url(jiantou3.png) no-repeat center;
	
}



























/*********翻页          开始***********/
.page{
	padding: 20px 0;
	overflow: hidden;
	text-align:center;
	color: #999;
	margin-top: 40px;
}
.pages {   
    display: inline-block;
}
.page .redfont{
	color: #fff;
	padding:5px 10px ;
	background-color: #0076ca;	
    margin-bottom: 10px;
    display: inline-block;
}
.page a{
	color: #000;
	padding:5px 10px ;
	background-color: #fff;
	margin: 0 6px;
    display: inline-block;
    border: 1px solid #ccc;
}
.page a:hover{
	background-color: #fff;
	color: #000;
}
@media (max-width:767px) {
	.page span:nth-of-type(1){
		display: none;
     }
}
.page a:nth-of-type(1){
	color: #000;
	padding:5px 10px ;
	background-color: #fff;	
}
.page a:nth-of-type(1):hover{
	background-color: #0076ca;
	color: #fff;
}

.page a:nth-of-type(2){
	color: #000;
	padding:5px 10px ;
	background-color: #fff;
}
.page a:nth-of-type(2):hover{
	background-color: #0076ca;
	color: #fff;
}

.page .nextpage{
	padding:5px 10px ;
	background-color: #fff;
	
	margin-left: 5px;
}
.page .nextpage:hover{
	background-color: #0076ca;
	color: #fff;
}
.page .lastpage:hover{
	background-color: #0076ca;
	color: #fff;
}
.page .lastpage{
	padding:5px 10px ;
	background-color: #fff;
	
}

/*********翻页          结束***********/









/**********表单页**********/


@media (max-width:991px){

	.form{
		padding: 0 !important;
	} 
	
}
.form {padding-left: 100px;}
.form input{ width: 80% !important;height: 35px;border: 1px solid #e0e0e0 !important;background: #fff !important;}
.form span{width: !important;height: 35px;font-weight: bold !important; color: #333 !important; font-size: 14px;line-height:35px ;
         text-align: left !important;
         margin-left: 0 !important;
}
.form textarea{ padding: 10px !important;border: 1px solid #e0e0e0 !important; width: 80% !important;background: #fff !important; height: 150px !important;
margin-left: 0 !important;}
.validatebox-invalid{ background-image: none !important; padding-left: 10px !important; background-color: #FCEDEA;}
.form .nine-add{width:120px !important; margin-left: 46px !important;transition: all 0.5s !important;}
.form .nine-add:hover{background: #A80000; color: #bb2200 }
.form .nine-username,.nine-sex,.nine-phone,.nine-message{ margin-left: 10px !important;margin-top:15px !important;}
.easyui-validatebox{ padding-left: 10px !important; color: #666;margin-left: 0 !important;}
.form .nine-btn-box{width:;margin:0 auto !important;margin-top: 15px !important;margin-left: 0;}
.form .nine-box{width:100%;margin-left: 0;}
.form #sure{
	background: #29A2D5 !important;
	color: #fff !important;
	height: 42px !important;
	font-size: 16px;
}
@media (max-width:600px) {
	.form .nine-box{
		width:100% !important;
	}
	.form input{
		width:100% !important;
	}
	.form textarea{
		width:100% !important;
	}
}
/**********表单页**********/

