#topbanner img{
	display:block;
	margin:0 auto;
	max-width:100%;
	
}#about {
	background:#f2f2f2;
	padding:50px 0 50px 0;
	
}
#about .row{
	position:relative;
}
#about .title{
	text-align:center;
	padding:0 0 30px 0;
}
#about .title strong{
	font-size: 32px;
	font-weight:normal;
	margin-bottom:5px;
	color:#0061ae;
	
}
#about .title p{
	font-size:20px;
	margin-bottom:5px;
	color:#333;
}
#about .title span{
	display:inline-block;
	border-bottom:1px solid #333;
	width:60px;
	margin:0 5px;
	position:relative;
	top:-6px;
}
#about .imgbox img{
	width:100%;
}
#about .desc_title{
	font-size:24px;
	color:#333;
	font-weight:700;
	margin-bottom:20px;
}
#about .desc_title .line{
	border-bottom:4px solid #0061ae;
	width:65px;
	margin:12px 0;
}
#about .desc{
	color:#333;
	font-size:16px;
	line-height:32px;
	margin-bottom:25px;
}
#about .more{
	display:block;
	border:1px solid #333;
	width:120px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#333;
}
#about .more:hover{
	background:#0061ae;
	color:#fff;
	border:1px solid #0061ae;
}

#about .call{
	position:absolute;
	right:0;
	bottom:-85px;
	background:#0061ae;
	color:#fff;
	padding:10px 25px;
}
#about .call .icon{
	float:left;
}
#about .call .icon .iconfont{
	font-size:46px;
	margin-right:15px;
}
#about .call .text{
	float:left;
}
#about .call .text .p2{
	font-size:30px;
	font-weight:700;
}







.rightMain .content{
	
}
.rightMain .item{
	padding:5px 10px;
}
.rightMain .item .desc{
    overflow:hidden;
	font-size:13px;
	height:36px;
	line-height:36px;
	padding:0 10px;
	background:#f8f8f8;
	border-top:1px solid #ddd;
	color:#999;
}
.rightMain .item .desc a{
	float:right;
}
.rightMain .item .desc .look{
	color:#1C57C4;
}
.rightMain .item .desc .down{
	color:#fa1a1a;
}
.rightMain .item .desc .down:before{
	content:'-';
	color:#999;
	padding:0 5px;
}

.rightMain .item h3{
	height:36px;
	line-height:36px;
	font-size:16px;
}
.rightMain .item h3 .iconfont{
	font-size:11px;
	color:#ccc;
	margin-right:5px;
}
.rightMain .item:hover h3{
	color:#f60;
}




#friend{
	background:#fff;
	padding:15px 0;
}
#friend .title{
	color:#959595;
}
#friend .item{
	color:#959595;
	margin-right:10px;
}
#friend .item:hover{
	color:#333;
	text-decoration:underline;
	
}





#map{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #eee;
}
#map .iconfont{
	font-size:14px;
	color:#999;
	margin-right:3px;
}
#map a{
	color:#666;
}
#map a:hover{
	color:#333;
	text-decoration:underline;
}#news{
	padding:50px 0;
	background:#f4f4f4;
}
#news .box{
	background:#fff;
	overflow:hidden;
	padding:30px 10px;
}

#news .leads{
	border-bottom:1px solid #eee;
	height:40px;
	margin-bottom:15px;
}
#news .left a:hover{
	color:#0061ae;
}
#news .leads .item{
	float:left;
	height:40px;
	line-height:40px;
	padding:0 15px;
	cursor:pointer;
}
#news .left .ite{
	display:none;
}
#news .left .ite.active{
	display:block;
}
#news .leads .active{
	background:#0061ae;
	color:#fff;
}
#news .leads .more{
	line-height:40px;
	float:right;
}
#news .left .topOne{
	overflow:hidden;
	margin-bottom:15px;
}
#news .left .topOne:hover h2{
	color:#0061ae;
}
#news .left .topOne .imgbox{
	float:left;
	width:160px;
	height:100px;
	margin-right:15px;
}
#news .left .topOne .imgbox img{
	width:100%;
	width:160px;
	height:100px;
}
#news .left .text h2{
	font-size:18px;
	font-weight:700;
	padding:12px 0;
}
#news .left .text .desc{
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
	color:#666;
}
#news .left .list .item{
	width:50%;
	float:left;
	margin:8px 0;
}
#news .left .list .item:before{
	content:'';
	display:inline-block;
	width:5px;
	height:5px;
	background:#0061ae;
	margin-right:8px;
	position:relative;
	top:-2px;
	transform:rotate(45deg);-ms-transform:rotate(45deg); 	-moz-transform:rotate(45deg); -webkit-transform:rotate(45deg);-o-transform:rotate(45deg);
}

#news .right .item{
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
#news .right .item .tit{
	overflow:hidden;
	padding:10px 0;
}
#news .right .item .zm{
	float:left;
	font-weight:700;
	width:20px;
	height:20px;
	line-height:20px;
	background:#eee;
	text-align:center;
	margin-right:15px;
}
#news .right .item .da{
	background:#0061ae;
	color:#fff;
}
#news .right .item .desc{
	margin-left:35px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
	color:#666;
}







#pdShow{
	background:#fff;
	margin:40px 0;
}

#pdShow .title{
	text-align:center;
	padding:10px 0 20px 0;
	background:#fff;
}
#pdShow .title strong{
	font-size: 32px;
	font-weight:normal;
	margin-bottom:5px;
	color:#0061ae;
}
#pdShow .title p{
	font-size:20px;
	color:#333;
	margin-bottom:5px;
}
#pdShow .title span{
	display:inline-block;
	border-bottom:1px solid #999;
	width:60px;
	margin:0 5px;
	position:relative;
	top:-6px;
}

#pdShow .lead ul{
	text-align:center;
}
#pdShow .lead ul li{
	display:inline-block;
	font-size:15px;
	padding:6px 15px;
	margin:0 5px;
	cursor:pointer;
}
#pdShow .lead ul li a{
	display:block;
	color:#333;
}
#pdShow .lead ul li:hover,#pdShow .lead ul li.active{
	color:#fff;
	background:#0061ae;
}
#pdShow .lead ul li:hover a,#pdShow .lead ul li.active a{
	color:#fff;
}

#pdShow  .item{
	position:relative;
	margin-bottom:30px;
}
#pdShow  .item .imgbox{
	border:1px solid #d2d2d2;
	overflow:hidden;
}
#pdShow  .item .imgbox img{
	width:100%;
	height:240px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#pdShow  .item .tit{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	line-height:265px;
	background:rgba(0,97,174,0.8);
	text-align:center;
    overflow:hidden;
	opacity:0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#pdShow  .item .tit .text{
	display:inline-block;
	line-height:24px;
	color:#fff;
}
#pdShow  .item .tit .text h2{
	font-size:20px;
	color:#fff;
	margin:5px 0;
	
}
#pdShow  .item:hover .tit{
	opacity:1;
}
#pdShow  .item:hover .imgbox img{
	 transform:scale(1.1); 
}
#pdShow .pdlist .clist{
	display:none;
}
#pdShow .pdlist .active{
	display:block;
	
}

#brand{
	margin:50px 0 0 0;
	padding:60px 0;
}
#brand .title{
	text-align:center;
	padding:10px 0 25px 0;
}
#brand .title strong{
	font-size: 32px;
	font-weight:normal;
	margin-bottom:5px;
	color:#0061ae;
}
#brand .title p{
	font-size:20px;
	margin-bottom:5px;
	color:#333;
}
#brand .title span{
	display:inline-block;
	border-bottom:1px solid #666;
	width:60px;
	margin:0 5px;
	position:relative;
	top:-6px;
}
#brand .slider{
	overflow:hidden;
	position:relative;
}
#brand .slider .swiper-wrapper img{
	width:100%;
	height:290px;
}

#brand .pagination-banner-slide{
	position:absolute;
	bottom:0px;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	background:rgba(0,0,0,0.8);
	z-index:999999;
}
#brand .swiper-pagination-bullet{
	background:#fff;
	opacity:1;
	margin:0 5px;
	width:10px;
	height:10px;
}
#brand .swiper-pagination-bullet-active{
	background:#0084f8;
}

#brand .leads ul li{
	display:inline-block;
	background:#dcdcdc;
    color: #333;
	padding:8px 16px;
	cursor:pointer;
}
#brand .leads ul li:hover,#brand .leads ul li.active{
	background:#0171c3;
	color: #fff;
}
#brand .list .item{
	border-bottom:1px solid #eee;
	position:relative;
	padding:10px 0;
}
#brand .list .item:hover{
	background:#fafafa;
	
}
#brand .list .item h2{
	margin-right:100px;
	font-size:16px;
	height:36px;
	line-height:36px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#brand .list .item .date{
	position:absolute;
	top:20px;
	right:0px;
	color:#666;
}
#brand .list .item .desc{
	color:#999;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}






















#msg{
	margin:20px 15px 20px 15px;
}

#msg .form{
	padding:15px;
}
#msg .form label{
	display:block;
	padding-bottom:10px;
}
#msg .form label input{
	height:40px;
	font-weight:500;
	border-radius:0px;
}
#msg .form textarea{
	border-radius:0px;
	height:155px;
	margin-bottom:15px;
}
#msg .form .btns{
	padding-top:10px;
}
#msg .form .btns .btn{
	border-radius:3px;
	width:100px;
	height:40px;
	background:#999;
	color:#fff;
	font-size:16px;
}
#msg .form .btns .btn[type="submit"]{
	background:#338fff;
}
#msg .form .btns .btn[type="submit"]:hover{
	background:#1b82fe;
}
#msg .form .btns .btn[type="reset"]:hover{
	background:red;
}


