@charset "utf-8";
.ip-tit{
	margin-bottom:40px;
	padding-top:55px;
	text-align: center;
}
.ip-tit h3{
	display: inline-block;
	padding: 0 60px;
	background: url(../images/bg_dot.jpg) repeat-x center;
	font-family: Lucida Sans,"微软雅黑";
}
.ip-tit h3 span{
    display: block;
    padding: 0 20px;
	background: #fff;
	color: #303030;
	font-size: 24px;
}
.ip-tit h3 span i{
    display: block;
	margin-top: 5px;
	color: #2f2f2f;
	font-size: 16px;
	font-weight:100;
}
.bb-list {
	margin-left:-25px;
	margin-bottom:40px;
}
.bb-list li{
	width: 195px;
	float: left;
	margin-left:10px;
	text-align: center;
}
.bb-list li a{
	display: block;
}
.bb-list li .bb-img{
    height: 141px;
    background: url(../images/bg_img.png) no-repeat top right;
}
.bb-list li .bb-img img{
	margin-top: 16px;
	margin-right: 10px;
}
.bb-list li:first-child .bb-img img{
	margin-right:15px;
}
.bb-list li:last-child .bb-img img{
	margin-top:20px;
	margin-right:7px;
}
.bb-list li:nth-child(2) .bb-img img{
	margin-right:2px;
}
.bb-list li .bb-tit{
	height: 21px;
	overflow: hidden;
    margin: -52px 0 4px;
	padding: 8px 0;
	color: #252525;
	font-size: 15px;
	font-weight:100;
	background: url(../images/bg_tit01.png) no-repeat center bottom;
}
.bb-list li .bb-detail{
	max-height: 115px;
	overflow: hidden;
	line-height: 23px;
}
.bb-list li a:hover .bb-img{
	background: url(../images/bg_img_hover.png) no-repeat top right;
}
.bb-list li a:hover .bb-tit{
	color: #3e5eb9;
}
.about-box{
	background: #f1f1f1;
}
.about-box .ip-tit h3 span{
	background: #f1f1f1;
}
.ab-w{
	position: relative;
	width: 870px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.ab-w a.more{
	position: absolute;
	left: 0;
	bottom: 70px;
}
.ab-l{
	width: 470px;
	height: 150px;
	float: left;
	overflow:hidden;
	line-height: 25px;
}
.ab-l span{
	display: block;
	color: #25284a;
	font-size: 14px;
 }
.ab-r{
	width: 385px;
	height: 202px;
	float: right;
}
.btn-anniu{
    position: relative;
	width: 35px;
	float: right;
	margin-top: 85px;
	margin-right:-10px;
	text-align: center;
}
.btn-anniu a#prev,.btn-anniu a#next{
    position: absolute;
	left:13px;
}
.btn-anniu a#prev{
   top:-21px;
}
.btn-anniu a#next{
   bottom:-15px;
}
.btn-anniu .pager {
	display:inline-block;
	float:left;
	margin-right:2px;
}
.btn-anniu .pager a {
	text-decoration: none;
	display:none;
}
.btn-anniu .pager a.selected {
	display:block;	
	margin-top:-4px;
    color: #010101;	
	font-size: 20px;
	font-style:italic;
	font-weight:bold;
}
.btn-anniu .count{
	display:inline-block;
	position: relative; 
	float:left;
	color: #010101;	
	font-size: 16px;
	font-style:italic;
	font-weight:bold;
}
#carousel {
    position: relative;
	width: 344px;
	height: 202px;
	float: left;
}
#carousel li {
	display: block;
	width: 344px;
	height: 202px;
	float: left;
}

#carousel li img {
	width: 100%;
	height: 100%;
}
			
.case-list li{
	position: relative;
	width: 251px;
	height: 300px;
	float: left;
	overflow: hidden;
}
.case-list a{
	display: block;
}
.case-list li img{
	width: 100%;
	height: 100%;
}
.case-list li div{
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	height: 135px;
	display: none;
	background: url(../images/bg_tm.png);
	color: #fff;
}
.case-list li div span{
    display: block;
	width: 80%;
	margin: 35px auto 0;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
}
.case-list li div i{
	display: block;
	width: 43px;
	height: 18px;
	margin:10px auto 0;
	background: url(../images/bg_more.png) no-repeat center; 
} 
.case-list a:hover div{
	display: block;
}

.contact-box{
	width: 970px;
	margin: 0 auto;
}
.cb-l{
	width: 490px;
	float: left;
	color: #2f2f2f;
	font-size: 13px;
	line-height: 35px;
}
.cb-l span{
	display: block;
	color: #2d3d71;
	font-size: 17px;
}
.cb-l a{
	display: block;
	margin-top: 20px;
}
.cb-l img{
	margin-top: -3px;
	margin-right: 8px;
}
.cb-r{
	width: 480px;
	float: left;
}
.con-form table{
	width: 100%;
	color: #585858;
}
.con-form table{
	width: 100%;
}
.con-form table input{
	width: 155px;
	height: 10px;
	padding: 5px;
	margin-left:5px;
	border: 1px solid #bbbbbb;
	background: none;
}
.con-form table tr{
	line-height:35px;
}
.con-form table textarea{
	width: 83%;
	height: 100px;
	padding: 5px;
	margin-top:8px;
	margin-left:5px;
	border: 1px solid #bbbbbb;
	background: none;
}
.con-form table input[type="submit"]{
    display: block;
	width: 55px;
	height: 23px;
	margin: 10px auto 25px;
    padding: 0;
	border: none;
	background: #3e5eb9;
	color: #fff;
	font-size:12px;
}
.con-form01{
    padding: 0 20px;
	font-size: 13px;
}

.con-form01 table input{
    width: 250px;
	height: 28px;
}
.con-form01 table textarea{
    width: 88%;
	height: 195px;
}
.con-form table input[type="submit"]{
	width: 82px;
	height: 28px;
	margin: 20px auto;
    padding: 0;
	border: none;
	background: url(../images/bg_sub.png);
	color: #fff;
	font-size:14px;
}
.page{
	margin: 20px auto 70px;
}
.aside{
	width: 240px;
	float: left;
}
.a-tit{
	height: 45px;
	padding-left: 40px;
	background: #324375 url(../images/bg_tit02.png) no-repeat  10px center;
	border-bottom: 5px solid #a22112;
	line-height: 45px;
	color: #fff;
	font-size: 17px;
	font-weight: 100;
}
.a-menu{
	border: 1px solid #d5d5d5;
	border-top: none;
}
.menu{
	margin-bottom: 40px;
	padding-top: 15px;
}
.menu li{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d5d5d5;
}
.menu li a{
	display: block;
	padding-left: 40px;
	color: #303030;
	font-size: 15px;
	background: url(../images/bg_li.png) no-repeat 25px center;
}
.menu li a:hover{
	background: #e6e9ec url(../images/bg_li.png) no-repeat 25px center;
}
.btn-online{
	display: block;
	height: 38px;
	margin-bottom: 60px;
	line-height: 38px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.btn-online img{
	margin-left: 30px;
	margin-top: 10px;
}
.btn-tool{
	display: block;
    margin:25px 0;
}
.content{
	width: 743px;
	float: right;
	border-top: 3px solid #d7d7d7;
}
.position{
	height: 40px;
	margin-left: 15px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 14px;
	background: url(../images/bg_dot01.png) no-repeat center left;
}
.position a{
	color: #262626;
}
.con-box{
	padding: 30px 20px;
	border: 1px solid #d5d5d5;
}
.con-tit{
	height: 40px;
	margin-bottom: 20px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	background: #324375;
}
.con-tit span{
	display: inline-block;
	padding: 0 70px;
	background: url(../images/bg_line.png) repeat-x center left;
}
.con-tit span i{
	display: inline-block;
	padding: 0 10px;
	background: #324375;
}
.conb-area{
    margin-top: 10px;
	color: #5e5e5e;
	font-size: 13px;
	line-height: 25px;
}
.ca-tit{
	position: relative;
	height: 35px;
	margin-bottom: 15px;
	line-height: 35px;
	text-align: center;
	color: #5e5e5e;
	font-size: 15px;
	border-bottom: 1px dashed #c7c7c7;
}
.ca-tit i{
	position: absolute;
	right: 13px;
    font-size: 13px;
	font-weight: 100;
}
.news-img{
   margin-bottom: 17px;
}
.new-list li {
   position: relative;
   height: 35px;
   overflow: hidden;
   line-height: 35px;
   border-bottom: 1px dashed #c7c7c7;
}
.new-list li a{
	display:inline-block;
	color:#5e5e5e;
	font-size:13px;
	width:60%;
	height:35px;
	line-height:35px;
	overflow:hidden;
	padding-left: 30px;
	background:url(../images/bg_li01.png) no-repeat 15px center;
}

.new-list li i{
	position:absolute;
	right:10px;
	color:#5e5e5e;
	font-size:13px;
}
.new-list li:hover{
    background: #e6e9ec;
}
.page-count{
	margin:40px 0;
	text-align: center;
}
.page-count a{
	display: inline-block;
	margin: 0 3px;
	padding: 3px 8px;
	border: 1px solid #dcdcdc;
	color: #000000;
}
.page-count a:hover,.page-count a.act{
    border: 1px solid #fff;
}
.page-count a.no:hover{
    border: 1px solid #dcdcdc;
}
.page-count01{
    margin:60px 0 30px
}
.page-count01 a{
	text-decoration: underline;
	line-height:25px;
	font-size: 13px;
	color: #4f4f4f;
}
.color-blue{
	display: block;
	font-size: 15px;
	color: #324375;
}
.case-li{
    margin-left: -5px;
    margin-top: 35px;
}
.case-li li{
	border: 1px solid #b8b8b8;
	width: 200px;
	float: left;
	margin-left: 25px;
	margin-bottom: 30px;
}
.case-li li a{
    display: block;
}
.case-li li img{
	width: 100%;
	height: 194px;
}
.case-li li span{
    display: block;
	height: 45px;
	overflow: hidden;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background: #6f7378;
}
.con-map{
	height: 358px;
	border: 1px solid #d5d5d5;
}
.con-map img{
	width: 100%;
	height: 100%;
}
.con-txt{
	padding-left: 15px;
	margin-top: 25px;
	color: #2f2f2f;
	font-size: 14px;
    background: url(../images/bg_line.jpg) no-repeat center left;
}
.per-list{
    width: 100%;
	text-align: center;
	color: #5e5e5e;
	font-size:13px;
}
.per-list tr{
    height:40px;
}
.per-list th{
	color: #434343;
	font-size:14px;
	font-weight: 100;
	background: #b2b2b2;
	border-left:1px solid #fff;
}
.per-list td{
	border-left:1px solid #fff;
}
.per-list tr:nth-child(2n-1) td{
	background: #f1f1f1;
}
.per-list a{
   color: #5e5e5e;
   text-decoration: underline;
}
.tool-list{
	width: 100%;
	text-align: center;
	color: #505050;
	font-size:14px;
}
.tool-list td{
    border: 1px solid #c7c7c7;
	line-height: 35px;
}
.tool-list tr:hover{
    background: #e6e9ec;
}
.tool-list th{
	line-height: 40px;
	color: #505050;
	font-size: 15px;
	border: 1px solid #c7c7c7;
	background: #e6e9ec;
}
.down-list li a {
    position: relative;
    display: block;
    width: auto;
}

.down-list li a span{
    position: absolute;
	right: 10px;
	top: 10px;
    width: 83px;
	height: 19px;
	background:url(../images/bg_down.png) no-repeat center;
}
.info-area{
	width: 860px;
	margin: 0 auto;
}
.info-area .ia-l{
   float: left;
   width: 318px;
   height: 228px;
   overflow: hidden;
}
.info-area .ia-l img{
   width: 100%;
   height: 100%;
}
.info-area .ia-r{
   float: right;
   width: 505px;
}
.info-area .ia-r a.more01{
   color: #235db1;
   font-size: 13px;
   margin-left:10px;
}
.ni-li{
   height: 180px;
   overflow: hidden;
   margin: 15px 0 10px;
}
.ni-li li a{
   background: none;
   padding-left: 10px;
}
.ni-li  li:hover{
    background: none;
}
.ni-li li a:hover{
   color: #3e5eb9;
}
.in-img{
   margin-bottom: 40px;
}
.info-menu {
   position:absolute;
   right:0;
   margin-top:-20px;
   margin-right:75px;
}
.info-menu li{
	float: left;
	padding: 5px 10px;
	font-size: 13px;
	color: #3d3d3d;
	cursor: pointer;
}
.info-menu li.curr{
    background: #3e5eb9;
    color: #fff;
}

.ib-tab{
    margin-bottom: 70px;
}
.ib-tab>div{
   display: none;
}
.ib-tab>div:first-child{
   display: block;
}
.btn-click{
   display:block;
   height:40px;
   line-height:40px;
   text-align:center;
   color:#fff;
   font-size:14px;
   margin-top:20px;
   background:#324375;
}