﻿@charset "utf-8";
/* CSS Document */
.ksbg{
	width:100%;
	height:55px;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	}
.keysea{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	}
.keyword{
	float:left;
	width:750px;
	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:#0054a4;
	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;
	}
.product{
	width:1200px;
	overflow:hidden;
	margin:30px auto;
	}
.left{
	float:left;
	width:270px;
	overflow:hidden;
	padding:15px;
	background-color:#0054a4;
	}
.left .lebt{
	width:100%;
    height:65px;
	background-color:#0054a4;
	}
.left .lebt p{
	color:#fff;
	font-size:22px;
	font-family:"微软雅黑";
	line-height:50px;
	text-shadow: #333 2px 2px 2px;
	/*padding-left:20px;*/
	text-align:center;
	}
.left>ul{
	background:#f6f6f6;
	padding:20px 8px;
	border-top:3px solid #fff;
	}
.left>ul>li{
	font-size:14px;
	color:#333;
	line-height:45px;
	background:url(../images/span.png) 226px 14px no-repeat;
	border-bottom:1px solid #f8f8f8;
	background-color:#dedede;
	}
.left>ul>li+li{
	margin-top: 15px;
	}
.left>ul>li>a{
	display:block;
	color:#0054a4;
	cursor:pointer;
	padding-left:10px;
	font-weight:bold;
	}
.left>ul>li:hover{
	background:url(../images/hspan.png) 226px 14px no-repeat;
	background-color:#0054a4;
	}
.left>ul>li:hover a{
	color:#fff;
	}
.left>ul>li.five{
	background:url(../images/hspan.png) 226px 14px no-repeat;
	background-color:#0054a4;
	}
.left>ul>li.five ul{
	display:block;
	}
.left>ul>li.five>a{
	color:#fff;
	}
/*.left>ul>li ul{
	display:none;
	}*/
.left>ul>li ul li{
	font-size:13px;
	line-height: 45px;
	background:#f6f6f6;
	cursor: pointer;
	text-indent:20px;
	border-bottom:1px dashed #a3a3a3;
}
.left>ul>li ul li a{
	font-size:13px;
	display:block;
	color:#333!important;
}
.left>ul>li ul li>a:hover {
	color:#0054a4!important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background:none;
}
.left>ul>li ul li>a.hover{
	color:#0054a4!important;
	}
.right{
	float:right;
	width:880px;
	overflow:hidden;
	min-height:300px;
	}
.right .ribt{
	overflow:hidden;
	margin-bottom:10px;
	border-bottom:1px solid #d8d8d8;
	}
.right .ribt p{
	font-size:16px;
	color:#fff;
	float:left;
	font-weight:bold;
	padding:15px 20px;
	background-color:#0054a4;
	}
.right .ribt a{
	font-size:12px;
	color:#fff;
	float:right;
	padding:5px 10px;
	border-radius:6px;
	margin-top: 15px;
	background-image:linear-gradient(to bottom, #5ea1ef,#077cd3); 
	}
.right .proul ul{
	width:880px;
	overflow:hidden;
	}
.right .proul ul li{
	width:280px;
	float:left;
	overflow:hidden;
	font-size:14px;
	text-align:center;
	line-height:30px;
	margin:6px;
	}
.right .proul ul li .prtp{
	width:278px;
	height:193px;
	border:1px solid #eee;
	overflow:hidden;
	position: relative;
	}
.right .proul ul li .prtp img{
	max-width:278px;
	max-height:193px;
	min-width:278px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	}
.right .proul ul li a{
	color:#666666;
	}
.right .proul ul li:hover a{
	color:#0054a4;
	}
.right .proul ul li:hover .prtp img{
	transform: scale(1.2, 1.2);
	}
.right .proul ul li:hover .prtp{
	border:1px solid #0054a4;
	}
.bt{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:30px 0px;
	}
.bt h2{
	font-size:30px;
	color:#333;
	}
.bt p{
	font-size:16px;
	color:#666;
	margin-top:5px;
	}
.abbg{
	}
.about{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
	}
.about .abwz{
	width:600px;
	float:left;
	}
.about .abwz h3{
	font-size:18px;
	color:#333;
	font-weight:500;
	}
.about .abwz p{
	font-size:14px;
	line-height:30px;
	color:#666;
	margin-top:15px;
	}
.about .abwz a.abmo{
	font-size:12px;
	color:#666;
	display:inline-block;
	padding:10px 30px;
	border:1px solid #dfdfdf;
	border-radius:20.5px;
	margin-top:30px;
	}
.about .abwz a.abmo:hover{
	color:#fff;
	background:#0054a4;
	border:1px solid #0054a4;
	}
.about .abwz ul{
	overflow:hidden;
	margin-top:30px;
	}
.about .abwz ul li{
	width:160px;
	height:120px;
	background:#0054a4;
	float:left;
	border-radius:5px;
	text-align:center;
	}
.about .abwz ul li:hover{
	background:#de3233;
	}
.about .abwz ul li a{
	font-size: 14px;
    color: #fff;
    display: block;
    line-height: 30px;
	}
.about .abwz ul li img{
	padding-top:10px;
	}
.about .abwz ul li+li{
	margin-left:20px;
	}
.about .abtp{
	width:507px;
	height:426px;
	float:right;
	}
/* marqueeleft */
.marqueeleft{
	/*height:90px;*/
	width:1200px;
	overflow:hidden;
	margin:0px auto;
	}
.marqueeleft ul{
	float:left;
	}
.marqueeleft li{
	float:left;
	margin:0 12px;
	display:inline;
	width:382px;
	height:302px;
	overflow:hidden;
	}
.marqueeleft li .pic{
	display:block;
	border:#666 1px solid;
	width: 376px;
    height: 296px;
	overflow:hidden;
	padding:2px;
	}
.marqueeleft li .txt{
	text-align:center;
	height:23px;
	line-height:23px;
	}
.new{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
	}
.new .netp{
	width:529px;
	height:369px;
	float:left;
	}
.new .newz{
	float:right;
	}
.new .newz ul{
	}
.new .newz ul li{
	width:600px;
	padding:20px;
	}
.new .newz ul li+li{
	margin-top:20px;
	}
.new .newz ul li p:nth-of-type(1){
	font-size:16px;
	color:#333;
	margin-bottom:10px;
	}
.new .newz ul li p:nth-of-type(1):before{
	width:10px;
	height:10px;
	content:"";
	display:inline-block;
	border-radius:50%;
	background:#333;
	margin-right:10px;
	}
.new .newz ul li p:nth-of-type(1) span{
	float:right;
	font-size:14px;
	}
.new .newz ul li p:nth-of-type(2){
	font-size:14px;
	color:#666;
	padding-left:19px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	}
/*.new .newz ul li:hover{
	background:#006ec7;
	}*/
/*.new .newz ul li:hover p{
	color:#fff;
	}*/
.new .newz ul li:hover p:nth-of-type(1){
	color:#0054a4;
	}
.new .newz ul li:hover p:nth-of-type(1):before{
	background:#0054a4;
	}
.banner_box{width:100%;text-align:center;}
.banner_box img{vertical-align:middle;}
.roll_img_mb_01{overflow:hidden;position:relative;}
.roll_img_mb_01 .img_box{overflow:hidden;text-align:center;}
.roll_img_mb_01 .img_box img{vertical-align:middle;width:100%;}
.roll_img_mb_01 .nav_box{overflow:hidden;height:20px;position:absolute;right:50%;bottom:0px; margin-right:-30px;}
.roll_img_mb_01 .nav_box li{width:10px;height:10px;font-size:1px;overflow:hidden;background:#ddd;border-radius:50px;float:left;margin:4px;}
.roll_img_mb_01 .nav_box .li_on{background:#0054a4;}