@charset "utf-8";
/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 10;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 16px;
  	height: 16px;
  	background-color: #ffffff;
  	display: inline-block;
  	margin: 0 7px;
  	cursor: pointer;
	border-radius: 100%;
}
#banner .hd .on {
  	background-color: #113486;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 530px;
  	background-repeat: no-repeat;
  	background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

/* 四个切换 */
.section1{
	
}
.section1 .top{
	background: #0e3285;
}
.section1 .top .cate{
	
}
.section1 .top .cate li{
	width: 25%;
}
.section1 .top .cate a{
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	padding: 38px 0;
	text-align: center;
	position: relative;
}
.section1 .top .cate li.active a{
	background: #f1a300;
}
.section1 .top .cate li.active a:after{
	content: '';
	display: inline-block;
	position: absolute;
	border-top: 10px solid #f1a300;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.section1 .bottom{
	padding-top: 55px;
	padding-bottom: 80px;
}
.section1 .bottom .item{
	display: none;
}
.section1 .bottom .item:nth-child(1){
	display: block;
}
.section1 .bottom .item .word{
	width: 530px;
}
.section1 .bottom .item .word .title{
	font-size: 24px;
	color: #0e3285;
	font-weight: bold;
	line-height: 30px;
	padding: 12px 0 12px 30px;
	background: url(../images/jiantou.png) no-repeat left center;
	border-bottom: 1px solid #efefef;
}
.section1 .bottom .item .word .desc{
	font-size: 15px;
	color: #666666;
	line-height: 36px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.section1 .bottom .item .word .info{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	background: #f1a300;
	padding: 6px 0 6px 12px;
	border-left: 4px solid #0e3285;
	line-height: 100%;
	margin-bottom: 20px;
}
.section1 .bottom .item .word .info span{
	font-size: 36px;
	color: #ffffff;
	font-family: impact;
	display: inline-block;
	line-height: 100%;
	vertical-align: text-bottom;
}
.section1 .bottom .item .word .tel{
	padding-left: 55px;
	background: url(../images/tel1.png) no-repeat left 9px center;
}
.section1 .bottom .item .word .tel b{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 8px;
}
.section1 .bottom .item .word .tel span{
	font-size: 30px;
	color: #0e3285;
	font-family: impact;
}
.section1 .bottom .item .img{
	width: 620px;
}
/* 四个切换 */

/* 赢得客户认可 */
.section2{
	background: #0e3285;
	padding-top: 30px;
	padding-bottom: 105px;
	margin-bottom: 140px;
	position: relative;
}
.section2 .cate-title{
	text-align: center;
	font-size: 0;
}
.section2 .picScroll-left {
	width: 1200px;
	border: 1px solid #efefef;
	background: #ffffff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	-o-transform: translate(-50%,50%);
	-moz-transform: translate(-50%,50%);
	-webkit-transform: translate(-50%,50%);
}

.section2 .picScroll-left .hd {
	overflow: hidden;
	width: 1260px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section2 .picScroll-left .hd a{
	width: 30px;
	height: 70px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}
.section2 .picScroll-left .hd .prev{
	float: left;
	background-image: url(../images/prev1.jpg);
}
.section2 .picScroll-left .hd .next {
	float: right;
	background-image: url(../images/next1.jpg);
}
.section2 .picScroll-left .bd {
	padding: 35px 88px;
	overflow: hidden;
}
.section2 .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.section2 .picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.section2 .picScroll-left .bd ul li .pic {
	width: 146px;
	height: 80px;
	overflow: hidden;
}
.section2 .picScroll-left .bd ul li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section2 .picScroll-left .bd ul li .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
/* 赢得客户认可 */

/* 公司介绍 */
.section3{
	margin-bottom: 50px;
}
.section3 .pic{
	width: 475px;
	height: 345px;
	font-size: 0;
}
.section3 .pic a{
	display: block;
}
.section3 .pic img{
	width: 475px;
	height: 345px;
}
.section3 .content{
	width: 650px;
	padding-top: 24px;
}
.section3 .content .en_title{
	font-size: 48px;
	color: #0e3285;
	font-weight: bold;
}
.section3 .content .title{
	font-size: 24px;
	color: #0e3285;
	margin-bottom: 10px;
}
.section3 .content .desc{
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	text-indent: 28px;
	height: 216px;
	overflow: hidden;
}
/* 公司介绍 */

/* 聚焦凯朗资讯 */
.section4{
	padding-bottom: 60px;
}
.section4 .cate-title{
	text-align: center;
	margin-bottom: 50px;
}
.section4 .news{
	
}
.section4 .news li{
	width: 573px;
	border: 1px solid #e7e6e3;
	padding: 11px 0;
	margin-top: 20px;
}
.section4 .news li .time{
	width: 115px;
	text-align: center;
	border-right: 1px solid #d6d3ce;
}
.section4 .news li .time strong{
	font-size: 24px;
	color: #333333;
	display: block;
	line-height: 30px;
	margin-bottom: 2px;
}
.section4 .news li .time span{
	font-size: 12px;
	color: #666666;
	display: block;
	line-height: 16px;
}
.section4 .news li .title1{
	width: 456px;
	font-size: 0;
}
.section4 .news li .title1 a{
	font-size: 14px;
	color: #666666;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
	padding: 14px 55px 14px 30px;
	background: url(../images/jiantou1.jpg) no-repeat right 20px center;
}
.section4 .news li:nth-child(1){
	border: none;
	padding: 0;
}
.section4 .news li:nth-child(1) .pic{
	width: 245px;
	height: 164px;
	border: 1px solid #efefef;
	overflow: hidden;
}
.section4 .news li:nth-child(1) .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section4 .news li:nth-child(1) .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section4 .news li:nth-child(1) .content{
	width: 310px;
	padding-top: 11px;
}
.section4 .news li:nth-child(1) .content .title{
	font-size: 0;
	margin-bottom: 10px;
}
.section4 .news li:nth-child(1) .content .title a{
	font-size: 16px;
	color: #254f79;
	font-weight: bold;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section4 .news li:nth-child(1) .content .desc{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.section4 .news li:nth-child(1) .content .more{
	margin-top: 10px;
}
.section4 .news li:nth-child(1) .content .more a{
	display: block;
	width: 100px;
	height: 30px;
	background: #f39800;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.section4 .news li:nth-child(1),
.section4 .news li:nth-child(4),
.section4 .news li:nth-child(6){
	float: left;
}
.section4 .news li:nth-child(1),
.section4 .news li:nth-child(2){
	margin-top: 0;
}
/* 聚焦凯朗资讯 */