﻿@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/babg.jpg);
	}
.fobg{
	margin-top:0px;
	}
.ksbg{
	width:100%;
	height:55px;
	background:#fff;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	margin-bottom:30px;
	}
.keysea{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	}
.keyword{
	float:left;
	width:850px;
	height:55px;
	}
.keyword p{
	font-size:15px;
	color:#666;
	line-height:55px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}
.keyword p a{
	padding:0px 10px;
	color:#666;
	}
.keyword p a:hover{
	color:#0056a3;
	text-decoration:underline;
	}
.search{
	float:right;
	width:300px;
	height:35px;
	background:#eee;
	border-radius:17.5px;
	margin-top:10px;
	}
.search p input[type="text"]{
	width:265px;
	height:35px;
	color:#999;
	border:none;
	text-indent:1em;
	outline:none;
	background:none;
	}
.search p input[type="submit"]{
	float:right;
	outline:none;
	border:none;
	cursor:pointer;
	width:18px;
	height:16px;
	margin-top: 10px;
    margin-right: 12px;
	background:url(../images/search.png) no-repeat;
	}
h2.bt{
	font-size:30px;
	color:#0056a3;
	text-align:center;
	font-weight:500;
	margin:30px 0px;
	background:url(../images/bt.png) center center no-repeat;
	}
.Box {
	position: relative;
}
.Box .content {
	width: 1300px;
	margin: 0 auto;
}
.Box .Box_con {
	position: relative;
}
.Box .Box_con .btnl {
	position: absolute;
}
.Box .Box_con .btn {
	display: block;
	width: 29px;
	height: 56px;
	position: absolute;
	top: 108px;
	cursor: pointer;
}
.Box .Box_con .btnl {
	background: url(../images/jtl02.png) no-repeat center;
	left: 0px;
}
.Box .Box_con .btnr {
	background: url(../images/jtr02.png) no-repeat center;
	right: 0px;
}
.Box .Box_con .btnl:hover {
	background: url(../images/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
	background: url(../images/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}
.Box .Box_con .conbox ul li {
	float: left;
	width: 280px;
	margin-left: 26px;
	overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}
.Box .Box_con .conbox ul li .cptp {
	width: 280px;
	height: 200px;
	overflow: hidden;
	background:#fff;
}
.Box .Box_con .conbox ul li .cptp img {
	max-width: 280px;
	max-height: 200px;
	display: block;
	transition: all 0.5s;
}
.Box .Box_con .conbox ul li:hover .cptp img {
	transform: scale(1.1);
}
.Box .Box_con .conbox ul li .cpwz {
	padding:15px;
	background:#fff;
	border-top:1px solid #f8f8f8;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(1){
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(2){
	font-size:12px;
	color:#666;
	line-height:25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.Box .Box_con .conbox ul li:hover .cpwz p:nth-of-type(1){
	color:#0056a3;
}
.case{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
	}
.case ul{
	overflow:hidden;
	}
.case ul li{
	width:249px;
	height:249px;
	float:left;
	margin:20px 0px;
	}
.case ul li+li{
	margin-left:68px;
	}
.case ul li:nth-of-type(5){
	margin-left:0px;
	}
.case ul li .catp{
	width:249px;
	height:249px;
	overflow:hidden;
	position: relative;
	}
.case ul li .catp img{
	max-width:249px;
	max-height:249px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	}
.case ul li:hover .catp img{
	transform: scale(1.2, 1.2);
	}
.case ul li .cawz{
	width:249px;
	height:50px;
	background:rgba(0,0,0,.7);
	position:absolute;
	margin-top:-50px;
	z-index:99;
	}
.case ul li .cawz a{
	display:block;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:50px;
	}
.case ul li:hover .cawz{
	background:rgba(0,86,163,.8);
	}
.field{
	display:inline-block;
	text-align:center;
	padding: 15px 100px;
	background:#0056a3;
	border-radius:5px;
	font-size:14px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:calc(50% - 128px);
	}
.abbg{
	width:100%;
	overflow:hidden;
	background:url(../images/abbg.jpg) repeat-x;
	}
.about{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	}
.about .abl{
	width:410px;
	float:left;
	overflow:hidden;
	}
.about .abl .abtp{
	width:410px;
	height:336px;
	}
.about .abl .abtp img{
	width:410px;
	height:336px;
	}
.about .abl .abtpl{
	width:318px;
	height:92px;
	float:left;
	background:#e70012;
	font-size:16px;
	color:#fff;
	line-height:92px;
	text-align:center;
	}
.about .abl .abtpl span{
	font-size:25px;
	}
.about .abl .abtpr{
	width:92px;
	height:92px;
	float:right;
	background:#0056a3;
	}
.about .abr{
	width:760px;
	float:right;
	overflow:hidden;
	margin-top:30px;
	}
.about .abr .abwz{
	overflow:hidden;
	min-height:160px;
	}
.about .abr .abwz h2{
	height:27px;
	margin-bottom:30px;
	}
.about .abr .abwz p{
	font-size:14px;
	color:#666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	line-height:27px;
	}
.about .abr ul{
	overflow:hidden;
	margin-top:100px;
	}
.about .abr ul li{
	width:20%;
	float:left;
	}
.about .abr ul li+li{
	width:calc(20% - 1px);
	background:url(../images/gd.jpg) center left no-repeat;
	}
.about .abr ul li .rtp{
	width:61px;
	height:61px;
	background:#999;
	margin:0 auto;
	border-radius:30.5px;
	text-align:center;
	transition:all .5s;
	}
.about .abr ul li .rtp img{
	margin-top:16px;
	}
.about .abr ul li p{
	font-size:14px;
	color:#999;
	text-align:center;
	margin-top:15px;
	}
.about .abr ul li:hover .rtp{
	background:#0056a3;
	}
.about .abr ul li:hover p{
	color:#0056a3;
	}
.new{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:30px;
	}
.new ul{
	}
.new ul li{
	float:left;
	width:358px;
	padding:6px;
	border-radius:6px;
	background:#fff;
	margin-bottom:5px;
	margin-right:5px;
	box-shadow: 4px 4px 2px rgba(0,0,0,0.05);
	}
.new ul li+li{
	margin-left:36px;
	}
.new ul li .netp{
	width:358px;
	height:224px;
	margin-bottom:15px;
	}
.new ul li .netp img{
	width:358px;
	height:224px;
	}
.new ul li a{
	color:#333;
	}
.new ul li a:hover{
	color:#0056a3;
	text-decoration:underline;
	}
.new ul li p:nth-of-type(1){
	font-size:15px;
	color:#333;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}
.new ul li p:nth-of-type(2){
	font-size:14px;
	color:#666;
	line-height:25px;
	margin:10px 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	}
.new ul li p:nth-of-type(3){
	font-size:12px;
	color:#c5c5c5;
	padding:10px 0px;
	border-top:1px solid #eee;
	}
.new ul li p:nth-of-type(3) i{
	margin-right:5px;
	}
.new ul li p:nth-of-type(3) span{
	margin-left:5px;
	color:#3bc2c8;
	}
.partner{
	width:100%;
	background:url(../images/heab.jpg);
	overflow:hidden;
	padding:30px 0px;
	}
/* marqueeleft */
.marqueeleft{
	width:100%;
	max-width:1200px;
	overflow:hidden;
	margin:0px auto;
	}
.marqueeleft ul{
	float:left;
	}
.marqueeleft li{
	float:left;
	width:150px;
	height:84px;
	overflow:hidden;
	padding:5px;
	margin:0px 8px;
	background: #fff;
	}
.marqueeleft li .pic{
	display:block;
	width:148px;
	height:82px;
	border:1px solid #eeeeee;
	overflow:hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}
.marqueeleft li img{
	max-width:130px;
	max-height:72px;
	}