﻿/*
KISSY CSS Reset
*/

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
   font-size: 14px;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 14px/1 "微软雅黑" Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
img {
    max-width: 100%;
    height: auto;
}

address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #f09f39; }
/* 重置表单元素 */
input,select,textarea,button{outline:medium;}
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
input {vertical-align:middle;border: none; background: none;outline:none;}\n

/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; min-width: 320px;}
/*设置左右浮动*/
.fl{float: left;}
.fr{float: right;}
/*清楚浮动*/
.clearfix:after{visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix{*zoom:1;}
.mt20{ margin-top: 20px;}

.iconfont{font-family:"iconfont";font-size:50px;font-style:normal;}                                  
.top{ background: url(../img/header/top_t.jpg) top center no-repeat; color: #fff; height: 17px; line-height: 17px;}
.top .top-fl{ float: left;}
.top .top-fr{ float: right;}
/*header*/
/*header*/

.header-frontend .navbar {
	margin-bottom: 0;
	background: url(../img/header/top_y.jpg) center top no-repeat;
}

.navbar-default {
	border: none;
}

.navbar-brand {
	color: #bcc0cd;
	font-size: 30px;
	font-weight: 100;
	line-height: 30px;
/*	margin-top: 15px;*/
	padding: 0 0 0 15px;
}

.navbar-brand span {
	color: #f25f5b;
}

.header-frontend .navbar-collapse ul.navbar-nav {
	float: right;
	margin-right: 0;
}

.header-frontend .navbar-default {
	background-color: #d4e4f3;
}
.header-frontend .nav li ul.dropdown-menu li a{border-bottom:1px solid #fff; color:#5b5b5b; }
.header-frontend .nav li ul.dropdown-menu li a:hover{}

.header-frontend .nav li a,
.header-frontend .nav li.active ul.dropdown-menu li a {
	
	color: #999;
	font-size: 14px;
	font-weight: 300;
	background: none;
	
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.active a,
.header-frontend .nav li.active a:hover,
.header-frontend .nav li a.dropdown-toggle:hover,
.header-frontend .nav li a.dropdown-toggle:focus,
.header-frontend .nav li.active ul.dropdown-menu li a:hover,
.header-frontend .nav li.active ul.dropdown-menu li.active a
 {
	 
	color: #fff;
	background-color: #56b6e7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
{ background:#f8f2e5;}
	

.header-frontend .navbar-default .navbar-nav> .open> a,
.header-frontend .navbar-default .navbar-nav> .open> a:hover,
.header-frontend .navbar-default .navbar-nav> .open> a:focus {
	color: #fff;
	background-color: #56b6e7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-frontend .navbar-nav> li> a {
	line-height:80px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-left:20px;
	padding-right:20px;
	color: #292929;
	 font-size:1.1em; font-weight:bold;
}

.dropdown-menu li a:hover {
	color: #fff !important;
}

.header-frontend .nav .caret {
	border-bottom-color: #999;
	border-top-color: #999;
}

.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
}

.header-frontend .nav li .dropdown-menu {
	padding: 0;
}

.header-frontend .nav li .dropdown-menu li a {
	line-height: 28px;
	padding: 3px 12px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}
.biaoti{ margin-top: 20px;}
.biaoti h2 ,.biaoti p , .biaoti span{ text-align: center;}
.biaoti p{ color: #666; line-height: 35px;}
.biaoti span { border-bottom: 1px solid #949494; color: #666; font-weight: bold; font-size: 18px;}
.english{ text-align: center;}
.line{ border-bottom: 1px solid #ddd; margin-top: -1px;}
.mt{ margin-top: 20px;}
.f-box {
    background: #f4f4f4;
    padding:60px 20px;
    text-align: center;
    min-height: 380px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}
.f-box h2{ margin-top: 20px;}
.f-box .yw{ color: #aaa; text-transform:uppercase; letter-spacing: 1px; font-size: 20px; margin: 10px 0;}
.f-box .f-text{ color: #666;}
.f-box u{ margin: 15px auto; width: 85px; height: 1px; background: #ddd; display: block;}
.recent-work-wrap img{ width: 100%;}
.recent-work-wrap{ border: 1px solid #ddd; margin-bottom: 20px;}
.recent-work-wrap img:hover{ opacity: .9;}
.more{ margin: 0 auto; display: block; width: 150px; height: 40px; text-align: center; line-height: 45px; color: #fff; background: #31afdf; border-radius: 8px;} 
.news{ background: #31afdf; padding: 50px 0 50px 0; overflow: hidden;}
.newtit{ width: 185px; height: 59px; border: 2px solid #fff; margin: 0 auto;}
.newtit h2{ line-height: 40px; font-size: 24px; color: #fff; text-align: center;}
.newtit span{ width: 150px; margin: 0 auto; background: #31afdf; text-transform: uppercase; font-size: 20px; color: #fff; padding: 0 10px; text-align: center; display: block;}

.nav-tabs{ border: 0; }
/*.nav>li{ margin-right: 15px;}*/
.nav>li>a{ background: #eba11a; color: #fff; border-radius:50px; padding: 0px 5px;}
.nav>li>a:hover{  background: #f35b4f; color: #fff; border: 0;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ background: #f35b4f; color: #fff; border: 0;}
.tab-content{ margin-top: 30px;}
.newstext{ text-align: center; color: #fff; margin: 30px 0; font-size: 16px;}
.newslist li a{ color: #fff;}
.newslist li{ line-height: 30px; overflow: hidden;}
.newslist i{ float: left; width: 270px; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-style: normal;}
.newslist span{ float: right;}
.partner img{ width: 100%; border: 1px solid #ddd; margin: 10px 0;}
.add{ background: #f9f9f9; padding: 20px 0; }
.add img{ width: 100%;}
.add h2{ font-size: 24px; margin-bottom: 15px;}
.add p{font-size: 16px; line-height: 30px;}
.add .btn-default{ background: #f44234; color: #fff; border: 0; margin-top: 15px;}
.contact{ margin-top: 60px;}
.copyright{ background: #383838;}
.copy-left { color: #fff; font-size: 20px;}
.copy-left .iconfont{ font-size: 32px; margin-right: 10px;}
.copy-left p{ text-indent: 30px; margin-top: 10px;}
.kf{ margin: 15px 0; font-size: 13px; color: #fff; margin-left: 30px; border-radius:20px; background: #f44234; display: block; width: 100px; text-align: center; height: 30px; line-height: 30px;} 
.copy-left{ float: left; margin-top: 15px;}
.copy-mid{ float: left; margin-left: 70px;}
.copy-mid a{ color: #999; font-weight: normal; text-align: center; display: block;}
.copy-mid li{ float: left; width: 160px;}
.copy-mid h2{ text-align: center; color: #fff; font-size: 20px; line-height: 80px;}
.copy-right{ float: right; width: 150px; text-align: center;}
.copy-right p{ color: #fff; height: 55px; line-height: 80px; overflow: hidden;  font-size: 20px;}
.copy{ line-height: 45px; background: #000; text-align: center; color: #999;}
@media (min-width: 980px) and (max-width: 1200px) {
		.header-frontend .navbar-nav> li> a {
    line-height:80px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 5px;
	padding-right: 5px;
	color: #333;
}
	}


@media (min-width: 768px) and (max-width: 980px) {
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
			.header-frontend .navbar-nav> li> a {
    line-height:80px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 5px;
	padding-right: 5px;
	color: #333;
}
    .product{ display: none;}
    .img{ display: none;}
    .copyright{ display: none;}
}
@media (max-width: 768px) {
	.productdetail img{ width: 100%;}
	.copy{ padding: 15px 0;}
	.newslist i{ width: 200px;}
	.nav>li>a{ padding: 5px 5px;}
	.nav>li{ margin-right: 18px;}
	.f-box{ padding: 20px 0; min-height: 220px; border-radius: 10px;}
	.f-box h2{ margin-top: 10px; font-size: 20px;}
	.f-box .yw{ font-size: 14px;}
	.biaoti h2{ font-size: 18px;}
	.iconfont{ font-size: 40px;}
	.f-box .f-text{ padding:0 5px ;}
	.navbar-brand img{ width: 120px;}
    .navbar-brand{ margin-top: 0px;}
    .navbar-toggle {
        margin-top: 12px;
    }
	
    .header-frontend .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
		background:#fff;
    }
    .header-frontend .navbar-nav> li> a{ line-height: 30px;     border-radius: 5px;
    -webkit-border-radius: 5px;}
    .header-frontend .nav li a:hover,
    .header-frontend .nav li a:focus,
    .header-frontend .nav li a.dropdown-toggle:focus,
    .header-frontend .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .header-frontend .nav li.active a,
    .header-frontend .dropdown-menu li a:hover {
        color: #fff !important;
    }
    .header-frontend .navbar-nav > li {
        padding: 0;
        margin-bottom: 2px;
        line-height: 30px;
    }
    .header-frontend .nav li ul.dropdown-menu li a {
        margin-left: 0px;
        color: #999!important; ;
    }
    .header-frontend .nav li .dropdown-menu li a:hover, .header-frontend .nav li .dropdown-menu li.active a {
        color: #fa920b !important;
    }
    .purchase-btn, .about-testimonial {
        margin-top: 10px;
    }
    .breadcrumb.pull-right{
        padding: 0;
    }
    .search, .bx-controls-direction {
        display: none;
    }
    .tweet-box {
        margin-bottom: 20px;
    }
    .property img {
        width: 80%;
    }
    /*.bx-wrapper {
        margin-bottom: 60px;
    }*/
    .purchase-btn, .about-testimonial {
        margin-top: 0;
    }
    .purchase-btn {
        line-height: 98px;
    }
    .social-link-footer li a {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }
    .navbar-header {
        float: none;
        text-align: center;
        width: 100%;
    }
    .navbar-brand {
        float: none;
    }
    .carousel-control {
        font-size: 45px;
        line-height: 70px;
    }
    .btn, .form-control {
        margin-bottom: 10px;
    }
		.header-frontend .navbar-collapse { background:#fff;}
}
@media (max-width: 480px) {
	.header-frontend .navbar-collapse { background:#fff;}
    .header-frontend .navbar {
        min-height: 60px;
    }
    .navbar-toggle {
        margin-right: -10px;
    }
    .header-frontend .nav li .dropdown-menu li a:hover {
        color: #f77b6f !important;
    }
    .navbar-brand {
        margin-top: 10px !important;
        float: left !important;
    }
    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }
    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
}


/*首页-最新产品区域*/

.title-01{ text-align: center; padding-top: 50px; padding-bottom:30px;}
.title-01 h2{color:#6f6f6f; font-size: 28px; font-weight:bold;margin-bottom: 10px;}
.title-01 h3{font-size: 14px; font-weight:bold; color: #a8a8a8;}
#sy-cplist{ padding: 40px 0; text-align: center;}
.sy-cpbox p{ height: 30px; margin-top: 10px; overflow: hidden; line-height: 30px;}
.sy-cpbox .cp-img img{ width: 100%; height: auto; max-width: 100%;}
.sy-cpbox .cp-img img:hover{ display:block;background:url(../img/header/ser_3.jpg) center top no-repeat;}
.sy-cpbox .cp-img a:hover{background:url(../img/header/ser_3.jpg) center top no-repeat;}
.swiper-container-horizontal>.swiper-pagination{ bottom: 15px;}
a.cp-gd{  display:block;*zoom:1; line-height:34px; text-align: center; width: 110px; margin: 0 auto; border:1px solid #ffcc12; background-color:#ffcc12; color:#333;}

/*首页-最新产品结束*/

/*首页-关于我们*/
.box2{ background: #fff; padding-top:20px; padding-bottom:50px;}
.box2 .sy-about{ padding: 20px 0;}
.box2 .about-img{ max-width: 100%;}
.box2 .about-txt{ padding-top: 10px; line-height: 1.8;}
.box2 a.cp-gd{  display:block;*zoom:1; line-height:34px; text-align: center; width: 110px; margin: 0 auto; border:1px solid #ffcc12; background-color:#ffcc12; color:#333;}
.box2 .title-01{ text-align: center; padding-top: 30px;}
.box2 .title-01 h2{color:#6f6f6f; font-size: 28px; font-weight:bold; margin-bottom: 10px;}
.box2 .title-01 h3{font-size: 14px; font-weight:bold; color: #a8a8a8;}
@media (min-width: 768px) {
	.about-img{float: left; margin-right: 30px; width: 45%; line-height: 2;}
	.links li{
	width:33.33%;
	}
}
@media only screen and ( max-width:768px ) {
	.box2 .about-img{  width: 100%;}

}

/*首页-关于我们结束*/

/*首页-新闻资讯*/


/*links*/
.links{
	
	}
.links ul{
	padding:10px 0 7px 0;
	}
.links li{
	float:left;
	width:20%;
	padding:10px;
	}
.links li a{
	display:block;
	width:100%;
	padding:1px;
	height:auto;
	border:#d5d5d5 1px solid;
	text-align:center;
	}
.links li a:hover{
	border:#fa920b 1px solid;
	}

@media screen and (max-width: 768px)
{.links li 
    {width: 33.33%;}
}


/*首页-新闻资讯结束*/

/*网页底部*/

#footer{ overflow:hidden; background-color:#a1a1a1; color:#999;  }
#footer .b-navbox{ padding: 40px 0; display: none; position:relative;}
.wx_1{ width:120px; height:120px; position:absolute; right:0px; top:45px;}
.wx_1 img{width:120px; height:120px; background-size:100%;}
#footer .b-nav li{ float: left; width: 11.5%; color: #fff; margin-left: 3%;}
#footer .b-nav { width: 100%;}
#footer .b-nav li a{ display: block; color: #363636; line-height: 30px;}
#footer .b-nav li h2{ height: 40px;color: #363636; line-height: 40px; font-weight:bold; font-size:14px;}
#footer .b-nav li a:hover,#footer .b-nav li a:active{ color: #fa920b;}
#footer .rmw{ display: none; text-align: center; line-height: 40px; color: #999;}
#footer .rmw img{ width: 150px;}
#footer .copy{background: #6d6d6d; line-height: 25px; padding:20px 0px; color: #fff; text-align:center;}
#footer .copy a{ display: inline-block; margin: 0 5px; padding: 0 10px;color: #999;}
#footer .copy a:hover,#footer .copy a:active{  background: #202427;color: #999;}
@media (min-width: 768px) {
	#footer .b-navbox{ display: block;}
}

@media (min-width: 992px) {
	#footer .b-nav { width: 100%;}
	#footer .rmw{ display: block;}
}
@media only screen and ( max-width:480px ) {
	#footer .copy div.fr{ display: none;}
}

/*网页底部-结束*/


/*列表页面与内页通用样式*/
.r-list{ padding-bottom: 30px;}
.r-list .mpx-box{ border-bottom: 1px #e5e5e5 solid; margin-bottom: 20px; line-height: 40px; height: 40px; overflow: hidden;}
.r-list .mpx-box h2{ line-height: 40px; color:#777777;}
.r-list .wz{ float: right; background:url(../img/header/ny_4.jpg) left center no-repeat; padding-left:25px; color:#989898;}
.ab-ban img{ width: 100%; height: auto;}
.l-list .l-title{ background:#1d0d6d ; padding:50px 0 15px 15px; line-height:normal; color:#fff; font-size:18px; font-weight:normal;}
.l-list .l-title span{ font-size:14px; padding-left:5px;}
.l-list .l-sub{ background: #fff url(../img/header/list_1.png) right top no-repeat; padding-top:15px;}
.l-list .l-sub li{ height: 42px; line-height: 42px; margin:0px 10px;}
.l-list .l-sub a{ display: block; color: #808080; padding-left: 34px; background:url(../img/header/net_list.jpg) left center no-repeat; border-bottom:1px solid #e4e4e4; }
.l-list .l-sub a:hover,.l-list .l-sub a:active,.l-list .l-sub li.active a{ color:#fa920b}
.l-list .l-sub li.active a{}

@media only screen and ( max-width:768px ) {
	.r-list .mpx-box h2{ float: none; text-align: center; font-weight: bold;}
}


/*关于我们*/
.r-list .ab-txt{ line-height: 1.8; color:#777777;}


/*关于我们 结束*/



/*产品列表*/
.cp-list .pic-img img{ width: 100%; height: auto; overflow: hidden;}
.cp-list li{ text-align: center; margin-bottom: 10px;}
.cp-list p{ line-height: 40px; height: 40px; overflow: hidden; padding-top: 5px;}
/*产品列表 结束*/


/*产品列表-详细;*/

.cp-xqbox img{ max-width: 100%; height: auto; }
.cp-xqbox .cp-tt{ margin-top: 10px;text-align: center;padding: 10px 20px;}
.cp-xqbox .cp-txt{ line-height: 2; padding-top: 10px 0 ;}

/*产品列表-详细 结束*/


/*服务网点;*/
.ffwd-box{}
.ffwd-box .ffwd-title{ padding: 5px 0;    margin-bottom: 20px;border-bottom: 1px solid #d6d6d6;}
.ffwd-box .ffwd-title h2{font-size: 22px; color: #ee330a; line-height: 40px;}
.ffwd-box li{ line-height: 30px; margin-bottom: 15px;}
/*服务网点 结束*/

/*下载中心;*/
.xz-list li{ height: 40px; line-height: 40px; overflow: hidden; display: block;    border-bottom: 1px solid #e5e5e5;}
/*下载中心 结束*/


/*新闻中心*/
.news-list li{border-bottom: 1px dotted #d9d9d9; margin-bottom: 15px; padding-bottom: 15px; }
.news-list .news-img{ margin-right: 10px; padding:4px ; border:1px solid #e2e2e2;}
.news-list .news-img img{ max-width: 214px;}
.news-list h2 a{ display: block; font-size: 14px; line-height:1.4;max-height:40px; overflow: hidden; color:#676767;}
.news-list h2 a:hover{ color:#f09f39;}
.news-list p{ line-height: 1.4; height: 32px; overflow: hidden; font-size: 12px;  color:#888888;}


@media (min-width: 0px) and (max-width: 980px) {.ckgd{ display:none;}}
@media (min-width: 768px) {
	.news-list h2 a{ font-size: 16px; line-height: 2.2;height: auto;color:#676767;}
	.news-list li p{ line-height: 1.8; height: auto; font-size: 14px;}
	.news-list .news-img img{ max-width: 160px; height: auto;}
	.news-list .news-img{ margin-right: 20px;}
	.news-list li{border-bottom: 1px dotted #d9d9d9; margin-bottom: 20px; padding-bottom: 20px; }
	
}

@media only screen and ( min-width:400px ) {
	.news-list h2 a{ font-size: 15px; line-height:1.8; max-height: 54px;color:#676767;}
	.news-list li p{ line-height: 1.6; height: 60px; font-size: 13px;}
	.news-list .news-img img{ max-width: 160px; height: auto;}
	.news-list .news-img{ margin-right: 20px;}

}


/*新闻中心 结束*/


/*新闻中心-详细*/
.news-t{ text-align: center;}
.news-t h1{ line-height: 30px;}
.news-t .info{ font-size: 12px; color: #999; }
.nr-txt{ line-height: 1.8;  padding: 20px 0;}

@media only screen and ( max-width:768px ) {
	.news-t h1{  font-size: 18px;}
}


/*新闻中心-结束*/

/*人才理念*/
.nr-txt{ line-height: 1.8;  padding: 20px 0;}

/*人才理念 结束*/

/*人才招聘*/
.job-list{border-bottom: 1px dotted #d9d9d9; margin-bottom: 15px; padding-bottom: 15px;}
.job-list dt{ padding-bottom: 8px; font-size: 16px;}
.job-list dd{ line-height: 1.8;}

/*人才招聘 结束*/

/*联系我们*/
.lxwm-txt{ line-height:2; padding-bottom: 20px;}
.map-box{ margin-top: 15px;}
.map-box img{ max-width: 100%;}

@media only screen and ( max-width:600px ) {
	.lxwm-txt h1.h3{  font-size: 20px;}
	.abt{ display: none;}
}

/*联系我们 结束*/



.b1{width:310px; height:34px; line-height:34px; margin:0; padding:0;border:#e0e0e0 1px solid; padding-left:5px;-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in;transition:all 0.2s ease-in; }
.b1:hover{border:#ecedef 1px solid; background-color:#f7f8f9; }
.b2{width:410px; height:120px; line-height:34px; margin:0; padding:0;border:#e0e0e0 1px solid; padding-left:5px;-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in;transition:all 0.2s ease-in; }
.b2:hover{border:#ecedef 1px solid; background-color:#f7f8f9;  }
.b3{width:80px; height:34px; line-height:34px; margin:0; padding:0;border:#e0e0e0 1px solid; padding-left:5px;-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in;transition:all 0.2s ease-in; }
.b3:hover{border:#ecedef 1px solid; background-color:#f7f8f9;  }

.b4{ background-color:#fff;-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in;transition:all 0.2s ease-in; }
.b4:hover{ background-color:#000; }



#nextpage{width:100%; height:30px; line-height:15px; margin:0 auto; margin-top:15px; text-align:center}
#nextpage a{display:block; height:22px; float:left; padding:3px; padding-left:7px; padding-right:7px; border:#e0e0e0 1px solid; margin-right:4px;}
#nextpage a:hover{color:#fff; background-color:#f09f39; text-decoration:none;border:#f09f39 1px solid;}
#nextpagecon{height:40px; margin:0 auto;}


