@charset "utf-8";
/* 初始化*/
/* 初始化标签在所有浏览器中的margin、padding值 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	padding: 0;
	margin: 0;
}
dd em {
	font-style: normal;
}
/* 酌情修改 */
body {
	font-family: "宋体";
	color: #333;
	font-size: 12px;
}
body, th, td, input,, textarea, button {
 font-size: 12px;
 line-height: 25px;
 font-family: "宋体", "微软雅黑", "Arial, Helvetica, sans-serif";
} /* 重置页面文字属性 */
/* 缩写，图片等无边框 */
fieldset, abbr, img, acronym {
	border: 0 none;
} /* 重置fieldset（表单分组）、图片的边框为0*/
img {
	vertical-align: top;
	border: none;
	text-align: center;
} /* 图片在当前行内的垂直位置 */
/* 清除列表样式 */
a {
	color: #666;
	text-decoration: none;
}
dl, ul, ol, menu, li {
	list-style: none
} /* 重置类表前导符号为onne,menu在HTML5中有效 */
/* 标题元素样式清除 */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
/*网站头部*/
.head {
	width: 1003px;
	height: 123px;
	margin: 0 auto;
}
.logo {
	margin-top: 22px;
	float: left;
	width: 617px;
	height: 74px;
}
.qihun {
	float: right;
	background-image: url(../images/yuqieh.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 126px;
	line-height: 22px;
	height: 22px;
	color: #fff;
	margin-top: 101px;
	font-family: "微软雅黑";
	text-align: center;
}
.qihun a {
	color: #fff;
}
/*导航*/
.nav {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	overflow: hidden;
	height: 43px;
}
.nav_main {
	width: 1003px;
	margin: 0 auto;
	padding-top: 3px;
}
.nav_main ul li {
	float: left;
	margin-top: 2px;
	width: 121px;
	margin: 0px 2px;
}
.nav_main ul li a {
	font-family: "微软雅黑";
	display: block;
	font-size: 14px;
	color: #fff;
	display: block;
	height: 33px;
	text-align: center;
	margin-top: 4px;
	width: 100px;
	line-height: 10px;
	height: 10px;
	padding: 8px 0px;
	behavior: url(http://ceshi495.024lxd.com/templates/zhongchuan/PIE.htc);
	position: relative;
	z-index: 10;
}
.nav_main ul li a:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #2663a6;
	display: block;
	transition: all 0.4s ease-in-out;
	color: #215e9f !important;
}
.nav_mainhover a {
	font-family: "微软雅黑";
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #2663a6;
	display: block;
	color: #215e9f !important;
}
/*banner*/
.banner {
	clear: both;
	overflow: hidden;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/****/
#owl-demo {
	position: relative;
	width: 100%;
	height: 442px;
	margin: 0 auto;
}
#owl-demo .item {
	position: relative;
	display: block;
}
#owl-demo img {
	display: block;
	width: 100%;
	height: 442px;
}
#owl-demo b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78px;
	opacity: .5;
	filter: alpha(opacity=50);
}
#owl-demo span {
	position: absolute;
	left: 0;
	bottom: 37px;
	width: 100%;
	font: 18px/32px "微软雅黑", "黑体";
	color: #fff;
	text-align: center;
}
.owl-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 22px;
	text-align: center;
}
.owl-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-image: url(../images/bg15.png);
*display:inline;
*zoom:1;
}
.owl-pagination .active {
	width: 25px;
	background-image: url(../images/bg16.png);
}
.owl-buttons {
	display: none;
}
.owl-buttons div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	text-indent: -9999px;
}
.owl-prev {
	left: 0;
	background-image: url(../images/bg17.png);
}
.owl-next {
	right: 0;
	background-image: url(../images/bg18.png);
}
.owl-prev:hover {
	background-image: url(../images/bg19.png);
}
.owl-next:hover {
	background-image: url(../images/bg20.png);
}
/*简介+新闻中心*/
.jnew {
	width: 1003px;
	margin: 0 auto;
	height: 242px;
	clear: both;
	margin-top: 15px;
	overflow: hidden;
}
.jnew_l {
	width: 488px;
	height: 242px;
	float: left;
}
.jnew_r {
	width: 488px;
	height: 242px;
	float: right;
}
/*标题*/
.tt {
	clear: both;
	overflow: hidden;
}
.tt h3 {
	background-image: url(../images/tt-bg.jpg);
	height: 37px;
	line-height: 37px;
	width: 130px;
	background-repeat: no-repeat;
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	color: #fff;
	float: left;
	background-position: left bottom;
}
.tt span {
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	float: right;
	height: 37px;
	line-height: 37px;
}
.tt span a {
}
.tt span a:hover {
	color: #2d6fb7;
}
.jnew_lmain {
	border: solid 1px #e1e1e1;
	height: 202px;
}
/*首页新闻*/
.in_news {
}
.in_news ul li {
	overflow: hidden;
	clear: both;
	height: 33px;
	line-height: 33px;
}
.in_news ul li a {
	display: block;
	float: left;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 5px;
	width: 390px;
}
.in_news ul li a:hover {
	color: #2d6eb5;
}
.in_news ul li span {
	display: block;
	float: right;
	font-size: 14px;
	padding-right: 5px;
	display: block;
}
/*首页公司简介*/
.in_gsjj {
}
.in_gsjj01 {
	width: 128px;
	float: left;
	padding: 8px;
}
.in_gsjj02 {
	width: 340px;
	height: 200px;
	overflow: hidden;
	float: right;
	line-height: 25px;
	font-size: 14px;
	line-height: 34px;
}
/*主营产品*/
.in_pro {
	clear: both;
	overflow: hidden;
	width: 1003px;
	margin-top: 20px;
	padding-top: 30px;
	margin: 0 auto;
	color:#666666;
}
.in_pro_main {
	border: solid 1px #d2d2d2;
	overflow: hidden;
	clear: both;
	/* height: 230px; */
	padding: 20px 0px;
}
.in_pro_main ul li {
	float: left;
	width: 237px;
	height: 225px;
	text-align: center;
	border: solid 1px #FFF;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-top: 10px;
	margin: 5px;
	font-size: 14px;
}
.in_pro_main ul li:hover {
	float: left;
	width: 237px;
	height: 225px;
	text-align: center;
	border: solid 1px #2968ad;
	background-color: #2968ad;
	color: #fff;
}
.in_pro_main ul li a {
}
.in_pro_main ul li span {
	height: 38px;
	overflow: hidden;
	line-height: 20px;
	display: block;
	font-size: 14px;
}
.in_pro_main ul li p {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}
/*促销活动*/
.in_cxhd {
	clear: both;
	overflow: hidden;
	width: 1003px;
	margin-top: 20px;
	padding-top: 30px;
	margin: 0 auto;
	color:#666666;
}
.in_cxhd_main {
	border: solid 1px #d2d2d2;
	overflow: hidden;
	clear: both;
}
.in_cxhd_tt {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	background-color: #3379c5;
	color: #fff;
	height: 43px;
	line-height: 43px;
	border-bottom: solid 1px #d6d6d6;
}
.in_cxhd_tt1 {
	float: left;
	text-align: center;
	width: 107px;
}
.in_cxhd_tt2 {
	float: left;
	width: 187px;
	text-align: center;
}
.in_cxhd_tt3 {
	float: left;
	width: 146px;
	text-align: center;
}
.in_cxhd_tt4 {
	float: left;
	width: 131px;
	text-align: center;
}
.in_cxhd_tt5 {
	float: left;
	width: 139px;
	text-align: center;
}
.in_cxhd_tt6 {
	float: left;
	text-align: center;
	width: 159px;
}
.in_cxhd_tt7 {
	float: left;
	width: 130px;
	text-align: center;
}
/*产品展示*/
.in_cxhd_pro {
	clear: both;
	overflow: hidden;
	/*min-height: 90px;*/
	height: 100px;
	/*line-height: 90px;*/
	border-bottom: solid 1px #e0e0e0;
}
.in_cxhd_pro p {
	display: block;

	
	line-height:86px;
	/*text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;*/
	
}
.in_cxhd_pro1 {
	float: left;
	text-align: center;
	width: 100px;
	padding: 13px 0px 10px 0px;
}
.in_cxhd_pro1 img {
	max-width:100px;
	max-height:80px;
	text-align:center;
}
.in_cxhd_pro2 {
	float: left;
	width: 187px;
	height:86px;
	margin-top:8px;
	display:table;
}
.in_cxhd_pro2 p {
	display:table-cell; vertical-align:middle; line-height:150%;
}
.zkj{
	display:table-cell; vertical-align:middle; line-height:150%;
}
.in_cxhd_pro3 .zkj{margin-top:-1px;}
.in_cxhd_pro3 {
	float: left;
	width: 136px;
	display:table;
	height:86px;
	margin:7px 10px 0px 0px;
	overflow:hidden;
}
.in_cxhd_pro3 p {
	display:table-cell; vertical-align:middle; line-height:150%;max-height:86px;overflow:hidden;
}
.in_cxhd_pro4 {
	float: left;
	width: 131px;
	text-align: center;

	margin:8px 0px 8px 0px;
}
.in_cxhd_pro5 {
	float: left;
	width: 139px;
	text-align: center;
	
	margin:8px 0px 8px 0px;
}
.in_cxhd_pro6 {
	float: left;
	text-align: center;
	width: 159px;

	margin:8px 0px 8px 0px;
}
.in_cxhd_pro7 {
	float: left;
	padding-top: 29px;
	width: 130px;
	text-align: center;

	margin:8px 0px 8px 0px;
}
/*友情链接*/
.qylj {
	clear: both;
	overflow: hidden;
	width: 1003px;
	margin-top: 20px;
	padding-top: 25px;
	margin: 0 auto;
	padding-bottom: 25px;
}
.qylj ul li {
	float: left;
	height: 17px;
	line-height: 17px;
	border-right: solid 1px #999;
	text-align: center;
	padding: 0px 10px;
}
.qylj ul li:nth-child(1){border-right:none!important;}
.qylj ul li a {
	font-size: 14px;
}
.qylj ul li h3 {
	margin-top:-10px;
}
.qylj ul li a:hover {
	color: #2968ad;
	text-decoration: underline;
}
/*页脚*/
.foot {
	background-color: #2968ad;
	height: 116px;
	clear: both;
	overflow: hidden;
	margin-top: 40px;
	margin: 0 auto;
}
.foot_main {
	clear: both;
	overflow: hidden;
	width: 1003px;
	margin-top: 20px;
	padding-top: 25px;
	margin: 0 auto;
	padding-bottom: 25px;
}
.foot01 {
	float: left;
}
.foot02 {
	float: left;
	background-image: url(../images/foot-left.jpg);
	height: 97px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 600px;
	padding-left: 30px;
}
.foot02_1 {
	height: 20px;
	line-height: 20px;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}
.foot02_1 ul li {
	float: left;
	height: 20px;
	padding: 0px 6px;
	line-height: 20px;
	border-right: solid 1px #fff;
}
.foot02_1 ul li:nth-child(6) {
	border-right: none !important;
}
.foot02_1 ul li a {
	color: #fff;
	font-size:13px;
}
.foot02_1 ul li a:hover {
	text-decoration: underline;
}
.foot02_2 {
	color: #fff;
	height: 30px;
	line-height: 30px;
	clear: both;
	padding-left: 8px;
	overflow: hidden;
	 font-size: 12px;
}
.foot03 {
	float: right;
}
/*内页banner*/
.ny_banner {
	width: 100%;
	height: 288px;
	margin-bottom: 20px;
}
.ny_banner img {
	width: 100%;
	height: 288px;
}
/*内页内容*/
.ny_main {
	clear: both;
	overflow: hidden;
	width: 1003px;
	min-height: 500px;
	margin: 0 auto;
}
/*左*/
.ny_left {
	width: 234px;
	background-color: #2b6cb2;
	float: left;
	border: 2px solid #2b6cb2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 20px;
}
.ny_left h3 {
	text-transform: uppercase;
	background-image: url(../images/bt-bg.jpg);
	background-repeat: no-repeat;
	background-position: 13px 8px;
	font-family: "微软雅黑";
	color: #fff;
	display: block;
	overflow: hidden;
	padding-left: 35px;
	clear: both;
	font-size: 18px;
	margin: 10px 0px;
}
.ny_left_main {
	width: 198px;
	background-color: #fff;
	margin: 0 auto;
	padding: 5px 0px;
}
/*竖向导航*/
.container {
	width: 180px;
	margin: 20px auto;
}
.container > ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.title {
	font-family: 'Pacifico';
	font-weight: norma;
	font-size: 40px;
	text-align: center;
	line-height: 1.4;
	color: #2980b9;
}
.dropdown a {
	text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
	position: relative;
	display: block;
	color: white;
	text-align: center;
	background: #2b6cb2;
	padding: 10px;
	background: url(../images/type_list_bg.jpg);
	font-size: 14px;
	font-family: "微软雅黑";
	margin: 5px 0px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.dropdown [data-toggle="dropdown"]:hover {
	background: #2c89c6;
}
.dropdown .icon-arrow {
	position: absolute;
	display: block;
	font-size: 0.7em;
	color: #fff;
	top: 14px;
	right: 10px;
}
.dropdown .icon-arrow.open {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-moz-transition: -moz-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}
.dropdown .icon-arrow.close {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition: -moz-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}
.dropdown .icon-arrow:before {
	content: '\25BC';
}
.dropdown .dropdown-menu {
	max-height: 0;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
.dropdown .dropdown-menu li {
	padding: 0;
}
.dropdown .dropdown-menu li a {
	display: block;
	color: #2f6fb5;
	font-family: "微软雅黑";
	font-size: 14px;
	font-size: 14px;
	text-align: center;
	border-bottom: solid 1px #CCC;
	margin: 5px 0px;
	padding: 10px 10px;
}
.dropdown .dropdown-menu li a:hover {
	background: #f6f6f6;
}
.dropdown .show, .dropdown .hide {
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.dropdown .show {
	display: block;
	overflow: hidden;
	max-height: 9999px;
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	animation: showAnimation 0.5s ease-in-out;
	-moz-animation: showAnimation 0.5s ease-in-out;
	-webkit-animation: showAnimation 0.5s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	-webkit-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}
.dropdown .hide {
	overflow: hidden;
	max-height: 0;
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	animation: hideAnimation 0.4s ease-out;
	-moz-animation: hideAnimation 0.4s ease-out;
	-webkit-animation: hideAnimation 0.4s ease-out;
	-moz-transition: max-height 0.6s ease-out;
	-o-transition: max-height 0.6s ease-out;
	-webkit-transition: max-height 0.6s ease-out;
	transition: max-height 0.6s ease-out;
}
 @keyframes showAnimation {
 0% {
 -moz-transform: scaleY(0.1);
 -ms-transform: scaleY(0.1);
 -o-transform: scaleY(0.1);
 -webkit-transform: scaleY(0.1);
 transform: scaleY(0.1);
}
 40% {
 -moz-transform: scaleY(1.04);
 -ms-transform: scaleY(1.04);
 -o-transform: scaleY(1.04);
 -webkit-transform: scaleY(1.04);
 transform: scaleY(1.04);
}
 60% {
 -moz-transform: scaleY(0.98);
 -ms-transform: scaleY(0.98);
 -o-transform: scaleY(0.98);
 -webkit-transform: scaleY(0.98);
 transform: scaleY(0.98);
}
 80% {
 -moz-transform: scaleY(1.04);
 -ms-transform: scaleY(1.04);
 -o-transform: scaleY(1.04);
 -webkit-transform: scaleY(1.04);
 transform: scaleY(1.04);
}
 100% {
 -moz-transform: scaleY(0.98);
 -ms-transform: scaleY(0.98);
 -o-transform: scaleY(0.98);
 -webkit-transform: scaleY(0.98);
 transform: scaleY(0.98);
}
 80% {
 -moz-transform: scaleY(1.02);
 -ms-transform: scaleY(1.02);
 -o-transform: scaleY(1.02);
 -webkit-transform: scaleY(1.02);
 transform: scaleY(1.02);
}
 100% {
 -moz-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
}
@-moz-keyframes showAnimation {
 0% {
 -moz-transform: scaleY(0.1);
 -ms-transform: scaleY(0.1);
 -o-transform: scaleY(0.1);
 -webkit-transform: scaleY(0.1);
 transform: scaleY(0.1);
}
 40% {
 -moz-transform: scaleY(1.04);
 -ms-transform: scaleY(1.04);
 -o-transform: scaleY(1.04);
 -webkit-transform: scaleY(1.04);
 transform: scaleY(1.04);
}
 60% {
 -moz-transform: scaleY(0.98);
 -ms-transform: scaleY(0.98);
 -o-transform: scaleY(0.98);
 -webkit-transform: scaleY(0.98);
 transform: scaleY(0.98);
}
 80% {
 -moz-transform: scaleY(1.04);
 -ms-transform: scaleY(1.04);
 -o-transform: scaleY(1.04);
 -webkit-transform: scaleY(1.04);
 transform: scaleY(1.04);
}
 100% {
 -moz-transform: scaleY(0.98);
 -ms-transform: scaleY(0.98);
 -o-transform: scaleY(0.98);
 -webkit-transform: scaleY(0.98);
 transform: scaleY(0.98);
}
 80% {
 -moz-transform: scaleY(1.02);
 -ms-transform: scaleY(1.02);
 -o-transform: scaleY(1.02);
 -webkit-transform: scaleY(1.02);
 transform: scaleY(1.02);
}
 100% {
 -moz-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
}
@-webkit-keyframes showAnimation {
 0% {
 -moz-transform: scaleY(0.1);
 -ms-transform: scaleY(0.1);
 -o-transform: scaleY(0.1);
 -webkit-transform: scaleY(0.1);
 transform: scaleY(0.1);
}
 40% {
 -moz-transform: scaleY(1.04);
 -ms-transform: scaleY(1.04);
 -o-transform: scaleY(1.04);
 -webkit-transform: scaleY(1.04);
 transform: scaleY(1.04);
}
 60% {
 -moz-transform: scaleY(0.98);
 -ms-transform: scaleY(0.98);
 -o-transform: scaleY(0.98);
 -webkit-transform: scaleY(0.98);
 transform: scaleY(0.98);
}
 80% {
 -moz-transform: scaleY(1.04);
 -ms-transform: scaleY(1.04);
 -o-transform: scaleY(1.04);
 -webkit-transform: scaleY(1.04);
 transform: scaleY(1.04);
}
 100% {
 -moz-transform: scaleY(0.98);
 -ms-transform: scaleY(0.98);
 -o-transform: scaleY(0.98);
 -webkit-transform: scaleY(0.98);
 transform: scaleY(0.98);
}
 80% {
 -moz-transform: scaleY(1.02);
 -ms-transform: scaleY(1.02);
 -o-transform: scaleY(1.02);
 -webkit-transform: scaleY(1.02);
 transform: scaleY(1.02);
}
 100% {
 -moz-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
}
@keyframes hideAnimation {
 0% {
 -moz-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
 60% {
 -moz-transform: scaleY(0.98);
 -ms-transform: scaleY(0.98);
 -o-transform: scaleY(0.98);
 -webkit-transform: scaleY(0.98);
 transform: scaleY(0.98);
}
 80% {
 -moz-transform: scaleY(1.02);
 -ms-transform: scaleY(1.02);
 -o-transform: scaleY(1.02);
 -webkit-transform: scaleY(1.02);
 transform: scaleY(1.02);
}
 100% {
 -moz-transform: scaleY(0);
 -ms-transform: scaleY(0);
 -o-transform: scaleY(0);
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
}
}
@-moz-keyframes hideAnimation {
 0% {
 -moz-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
 60% {
 -moz-transform: scaleY(0.98);
 -ms-transform: scaleY(0.98);
 -o-transform: scaleY(0.98);
 -webkit-transform: scaleY(0.98);
 transform: scaleY(0.98);
}
 80% {
 -moz-transform: scaleY(1.02);
 -ms-transform: scaleY(1.02);
 -o-transform: scaleY(1.02);
 -webkit-transform: scaleY(1.02);
 transform: scaleY(1.02);
}
 100% {
 -moz-transform: scaleY(0);
 -ms-transform: scaleY(0);
 -o-transform: scaleY(0);
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
}
}
@-webkit-keyframes hideAnimation {
 0% {
 -moz-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
 60% {
 -moz-transform: scaleY(0.98);
 -ms-transform: scaleY(0.98);
 -o-transform: scaleY(0.98);
 -webkit-transform: scaleY(0.98);
 transform: scaleY(0.98);
}
 80% {
 -moz-transform: scaleY(1.02);
 -ms-transform: scaleY(1.02);
 -o-transform: scaleY(1.02);
 -webkit-transform: scaleY(1.02);
 transform: scaleY(1.02);
}
 100% {
 -moz-transform: scaleY(0);
 -ms-transform: scaleY(0);
 -o-transform: scaleY(0);
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
}
}
/*右*/
.ny_right {
	width: 753px;
	border: solid 1px #e3e3e3;
	float: right;
	min-height: 500px;
}
.ny_right_tt {
	height: 52px;
	line-height: 52px;
	padding: 0px 15px;
	border-bottom: solid 1px #e3e3e3;
}
.ny_right_tt h3 {
	display: block;
	float: left;
	background-image: url(../images/li.jpg);
	background-repeat: no-repeat;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #2b6cb2;
	padding-left: 18px;
	background-position: left center;
}
.ny_right_tt span {
	display: block;
	float: right;
	color: #7e7e7e;
}
.ny_right_main {
	line-height: 14px;
	color: #7e7e7e;
	line-height: 35px;
	padding: 5px;
}
.ny_right_gsjj {
}
/*新闻中心*/
.news_zx {
}
.news_zx ul li {
	clear: both;
	overflow: hidden;
	border-bottom: dashed 1px #cfcfcf;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	background-image: url(../images/li-li.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.news_zx ul li a {
	font-size: 14px;
	font-weight: 600;
	display: block;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 642px;
}
.news_zx ul li a:hover {
	color: #2b6cb2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.news_zx ul li span {
	font-size: 14px;
	font-weight: 600;
	display: block;
	float: right;
}
/*分页*/
.fenye {
	clear: both;
	overflow: hidden;
	font-family: "微软雅黑";
}
.fenye a {
	display: block;
	border: solid 1px #CCC;
	padding: 1px 10px;
	margin: 10px;
	float: left;
	height: 25px;
	line-height: 25px;
}
.fenye a:hover {
	border: solid 1px #2b6cb2;
}
/*新闻详情*/
.news_xq {
}
.news_xq h3 {
	display: block;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	clear: both;
	overflow: hidden;
}
.news_xq span {
	display: block;
	text-align: center;
	clear: both;
	overflow: hidden;
	border-bottom: solid 1px #CCC;
}
.news_xq_main {
	font-size: 14px;
}
/*返回*/
.fanh {
	text-align: center;
	clear: both;
	overflow: hidden;
}
.fanh a {
	display: block;
	padding: 10px;
	width: 50px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #9c9c9c;
	color: #9c9c9c;
	margin: 0 auto;
	margin-top: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.fanh a:hover {
	border: solid 1px #2b6cb2;
	color: #fff;
	background-color: #2b6cb2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/*产品展示*/
.cpzs_m {
}
.cpzs_m ul li {
	float: left;
	text-align: center;
	width: 174px;
	height: 245px;
	border: solid 1px #e3e3e3;
	margin: 4px;
}
.cpzs_m ul li span {
	/*border-top: solid 1px #CCC;*/
	overflow: hidden;
	width: 164px;
	padding: 5px;
	line-height: 23px;
	text-align: left;
	height: 60px;
	display: block;
	font-size:13px;
}
.cpzs_m ul li:hover {
	border: solid 1px #2b6cb2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #2b6cb2;
}
.cpzs_m ul li a img {
	width: 165px;
	height: 124px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.cpzs_m ul li p {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight:600;
}
/*产品搜索*/
.cpss {
	padding: 10px 0px;
	border-bottom: solid 1px #eaeaea;
	margin-bottom: 10px;
}
.cpss_ss {
	padding: 5px;
	width: 300px;
	height: 20px;
	border: 1px solid #eaeaea;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.cpss_an {
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 10px;
	cursor: pointer;
	background-color: #1FA9F4; /* Old browsers */
	background-image: -moz-linear-gradient(top, #1FA9F4 0%, #001C4E 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1FA9F4), color-stop(100%, #001C4E)); /* Chrome,Safari4+ */
	background-image: -o-linear-gradient(top, #1FA9F4 0%, #001C4E 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #1FA9F4 0%, #001C4E 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #1FA9F4 0%, #001C4E 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1FA9F4', endColorstr='#001C4E', GradientType=0 );
	color: #fff;
}
/*产品详情*/
.cpxq_xq {
}
.cpxq_xq_tit {
	clear: both;
	overflow: hidden;
}
.cpxq_xq_l {
	float: left;
	width: 369px;
	height: 306px;
	text-align: center;
	border: solid 1px #eaeaea;
}
.cpxq_xq_l img {
	width: 336px;
	padding-top: 30px;
	height: 254px;
	margin: 0 auto;
}
.cpxq_xq_r {
	float: right;
	width: 354px;
	font-size: 16px;
	font-family: "微软雅黑";
	height: 306px;
}
.cpxq_xq_r ul li {
	padding: 3px 0px;
}
/*产品详情*/
.cpxq {
}
.cpxq h3 {
	border-bottom: solid 1px #205d9e;
	color: #205d9e;
	font-family: "微软雅黑";
	font-size: 18px;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 10px 0px;
}
.cpxq_main {
	padding-bottom: 10px;
}
/*搜索结果*/
.ssjg {
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 10px 0px;
}
.ssjg h3 {
	display: block;
	font-size: 20px;
	font-family: "微软雅黑";
}
.ssjg h3 span {
	font-size: 28px;
	color: #2b6cb2;
}
/*在线客服*/
/*在线客服*/
.keifu {
	position: fixed;
	top: 10%;
	right: 0;
	width: 131px;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	z-index: 990;
}
.icon_keifu {
	width: 26px;
	height: 100px;
	float: left;
	background: url(../images/keifu.png) 0 0;
	position: relative;
	display: none;
	cursor: pointer;
}
.keifu_box {
	float: left;
	width: 131px;
}
.keifu_head {
	width: 131px;
	height: 41px;
	background: url(../images/keifu.png);
	background-position: 0 -103px;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.keifu_close:link, .keifu_close:visited {
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/keifu.png) -42px 0;
	position: absolute;
	top: 5px;
	right: 5px;
}
.keifu_close:hover {
	background-position: -60px 0;
}
.keifu_con {
	border-left: 7px solid #029bdb;
	border-right: 7px solid #029bdb;
	padding-top: 15px;
	background: #fbfbfb;
}
.keifu_con li {
	height: 33px;
	padding-left: 12px;
}
.keifu_con .weixin {
	height: 96px;
}
.keifu_con .bt {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding: 0 0 0 20px;
	color: #012646;
}
.keifu_bot {
	width: 131px;
	height: 5px;
	background: url(../images/keifu.jpg);
	background-position: 0 -149px;
}
/*返回顶部*/
/*解决IE6闪动问题 start*/
*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}
/*解决IE6闪动问题 end*/
* {
	font-size: 16px;
	font-family: "微软雅黑";
}
/* toTop */
.toTop {
	width: 20px;
	height: 85px;
	background: #CCC;
	border: 1px solid #999;
	padding: 10px;
	cursor: pointer;
	position: fixed;
	right: 40px;
	bottom: 100px;
}
*html .toTop {
	position: absolute;
	bottom: auto;
top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	margin-bottom: 80px;
}
