﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
body {
	font-family:"Microsoft yahei";
	font-size:12px;
	color:#666;
}
a{
	font-family:"Microsoft yahei";
	font-size:12px;
	color:#666;
	text-decoration:none;
	transition:0.5s;
}

a:hover{
	color:#333;
}
.clear:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.t1{
	position:relative;
	height:50px;
	line-height:50px;
	font-size:24px;
	color:#666;
	text-align:center;
	padding-bottom:33px;
	background:url(../img/best_product_bg.png) center bottom no-repeat;
}
.a1{
	position:absolute;
	right:5px;
	bottom:0px;
	color:#cbcbcb;
	line-height:22px;
}
/*头部开始*/
.top{
	width:100%;
	height:40px;
	background:#303642;
}
.top ul{
	width:1080px;
	height:40px;
	margin:auto;
}
.top ul li{
	float:right;
	height:40px;
	line-height:40px;
	transition:0.3s;
	cursor:pointer;
}
.top ul li:nth-child(1){
	float:left;
	/*background:url(../img/i1.png) left center no-repeat;
	padding-left:33px;*/
	font-size:14px;
	color:#888b91;
}
.top ul li:nth-child(2){
	background-image:url(../img/i13.png);
	background-size:20px 20px;
	background-position:65px 11px;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:30px;
}
.top ul li:nth-child(2)>a{
	display:block;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#FFF;
}
.top ul li:hover:nth-child(2){
	background-color:#2280b5;
}
.top ul li:nth-child(3){
	background-image:url(../img/i11.png);
	background-size:20px 20px;
	background-position:55px center;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:30px;
}
.top ul li:nth-child(3)>a{
	display:block;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#FFF;
}
.top ul li:hover:nth-child(3){
	background-color:#2280b5;
}
.top ul li:nth-child(4){
	width:40px;
	background-image:url(../img/i14.png);
	background-size:20px 20px;
	background-position: center;
	background-repeat:no-repeat;
}
.top ul li:hover:nth-child(4){
	background-color:#2280b5;
}
.top ul li:nth-child(5){
	position:relative;
	width:0px;
	overflow:hidden;
	transition:0.5s;
}
.top ul li:nth-child(5) input{
	width:140px;
	height:22px;
	padding:0px 30px 0px 10px;
	background:rgba(255,255,255,1);
	outline:none;
	border:1px solid #FFFFFF;
	border-radius:3px;
}
.top ul li:nth-child(5) a{
	position:absolute;
	top:8px;
	right:0px;
	width:30px;
	height:22px;
	background-image:url(../img/i15.png);
	background-size:17px 17px;
	background-position:center;
	background-repeat:no-repeat;
}
.top ul li:hover:nth-child(5){
}
/*logo开始*/
.logo{
	width:1080px;
	height:102px;
	margin:auto;
}
.logo>a{
	float:left;
}
.logo>a>img{
	display:block;
}
.logo>ul{
	float:right;
}
.logo>ul>li{
	float:right;
	height:100px;
	padding:0px 17px;
}
.logo>ul>li>a{
	display:block;
	line-height:100px;
	font-size:16px;
	color:#2c303b;
}
.logo>ul>li>a:after{
	content:'';
	display:block;
	width:100%;
	height:3px;
	background:#F00;
	transform:scale(0,1);
	-ms-transform:scale(0,1);
	-o-transform:scale(0,1);
	-webkit-transform:scale(0,1);
	-moz-transform:scale(0,1);
	transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	-webkit-transition:0.3s;
}
.logo>ul>li>a:hover:after{
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-webkit-transform:scale(1,1);
}
.logo>ul>li>a.on:after{
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-webkit-transform:scale(1,1);
}

/*banner*/
#banner{
	width:100%;
	position:relative;
}
#pic{
	width:100%;
	overflow:hidden;
}
#pic ul{
	width:10000%;
}
#pic ul li{
	width:1%;
	float:left;
	position:relative;
	overflow:hidden;
	height: 650px;
}
#pic ul li img{
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
}

#btn div{
	opacity:0.8;
	width:50px;
	height:100px;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-50px;
	background-image:url(../img/zy.png);
	-webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}
#left{
	left:3%;
	background-position:0px 0px;
}
#left:hover{
	background-position:0px -100px;
}
#right{
	right:3%;
	background-position:-50px 0px;
}
#right:hover{
	background-position:-50px -100px;
}
#tab{
	width:100%;
	position:absolute;
	bottom:5%;
	left:0px;
	text-align:center;
	z-index:2;
	-webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}
#tab ul{
	display:inline-block;
	height:14px;
	padding:0 3px;
	background:#fff;
	background:rgba(255,255,255,.5);
	border-radius:7px;
}
#tab ul li{
	list-style:none;
	float:left;
	width:10px;
	height:10px;
	background:#999;
	border-radius:100%;
	margin:2px 2px;
	cursor:pointer;
}
#tab ul li.on{
	background:#f60;
}
/*banner*/

.st{
	width:100%;
	background:#f6f6f6;
}
/*新品速递*/
.cp{
	width:1080px;
	margin:0 auto;
}
.sy_cp{
	position:relative;
	padding:0px 15px;
}
.sy_cp>span{
	width:10px;
	height:10px;
	border:3px solid #666;
	border-bottom-color:transparent;
	border-left-color:transparent;
	position:absolute;
	top:50%;
	margin-top:-30px;
	cursor:pointer;
	transition:0.5s;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.sy_cp>span:hover{
	border:3px solid #e60012;
	border-bottom-color:transparent;
	border-left-color:transparent;
}
.sy_cp>.l{
	left:20px;
	transform:rotate(-135deg);
	-moz-transform:rotate(-135deg);
	-ms-transform:rotate(-135deg);
	-o-transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
}
.sy_cp>.r{
	right:20px;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.sy_cp>div{
	width:990px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:20px;
}
.sy_cp>div>ul{
	width:10000%;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
}
.sy_cp>div>ul>li{
	float:left;
	width:150px;
	margin-right:18px;
}
.sy_cp>div>ul>li span{
	display:block;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#666;
	text-align:center;
	width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sy_cp>div>ul>li:hover span{
	color:#e60012;
}
.sy_cp>div>ul>li img{
	width:144px;
	height:144px;
	border:3px solid transparent;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
}
.sy_cp>div>ul>li img:hover{
	border:3px solid #e60012;
}

/*新闻资讯*/
.xw{
	float:right;
	width:370px;
}
.xw>h2{
    height: 28px;
    line-height:28px;
    font-family: "微软雅黑";
    font-size: 20px;
	font-weight:normal;
}
.xw>h2>a{
	float:right;
	color: red;
    font-family: arial;
	display:inline-block;
}
.xw>h2>span{
    font-family: arial;
    font-size: 12px;
    color: #999;
    padding-left: 5px;
}
.xw>div{
	padding:0px 15px;
	margin-top:20px;
}
.xw>div>img{
	float:left;
	width:110px;
	height:75px;
}
.xw>div>a{
	float:right;
	width:220px;
    font-size: 16px;
	color:#666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xw>div>a:hover{
	color:#e60012;
}
.xw>div>p{
	float:right;
	width:220px;
	font-size:14px;
	line-height:24px;
	padding-top:10px;
	height:50px;
	overflow:hidden;
	color:#999;
}
.xw>.sy_xw{
	padding:0px 15px;
	margin-top:7px;
}
.xw>.sy_xw>li{
	height:30px;
}
.xw>.sy_xw>li:before{
	content:'';
	float:left;
	width:0px;
	height:0px;
	border:2px solid #999;
	margin-top:13px;
	margin-right:5px;
}
.xw>.sy_xw>li>a{
    width: 240px;
    height: 30px;
    float: left;
	font-size:14px;
	color:#666;
	line-height:30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xw>.sy_xw>li>a:hover{
	color:#e60012;
}
.xw>.sy_xw>li>span{
    width:70px;
    float:right;
	font-size:12px;
	line-height:25px;
    color:#999;
    text-align:right;
}

/*推荐视频*/
.tjsp{
	width:1080px;
	margin:auto;
	margin-top:20px;
}
.tjsp>ul{
	margin-top:25px;
	padding:0px 30px;
	text-align:justify;
}
.tjsp>ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
}
.tjsp>ul>li{
	display:inline-block;
	width:225px;
	padding:5px 5px 0px 5px;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	background:#eee;
	position:relative;
	cursor:pointer;
}
.tjsp>ul>li:before{
	content:'';
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:123px;
	background:url(../img/sp.png) center no-repeat;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	opacity:0;
}
.tjsp>ul>li:hover:before{
	opacity:0.8;
}
.tjsp>ul>li>img{
	width:100%;
	height:123px;
}
.tjsp>ul>li>p{
	height:50px;
	line-height:50px;
	color:#646464;
	text-align:center;
	font-size:16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tjsp>ul>li:hover>p{
	color:#fff;
}
.tjsp>ul>li:hover{
	background:#bb2822;
}
#sp{
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-240px;
	width:800px;
	height:480px;
	background:#000;
	z-index:2;
	transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	-webkit-transition:0.3s;
	transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transform:scale(0);
}
#spxx{
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
	z-index:3;
}
/*底部*/
.fot{
	width:100%;
	padding-top:45px;
	background: url(../img/fot.jpg);
}
.fot>ul{
	width:1080px;
	margin:auto;
	margin-bottom:40px;
	text-align:justify;
}
.fot>ul>li{
	display:inline-block;
	height:120px;
	vertical-align:top;
}
.fot>ul>li:nth-child(1){
	width:220px;
	text-align:center;
}
.fot>ul>li:nth-child(1) img{
	width:120px;
}
.fot>ul>li:nth-child(2),.fot>ul>li:nth-child(4){
	width:2px;
	background:url(../img/fot2.jpg) repeat-y;
}
.fot>ul>li:nth-child(3){
	width:300px;
	text-align:center;
}
.fot>ul>li:nth-child(3)>p>i{
	background:url(../img/i6.png) left center no-repeat;
	width:36px;
	height:36px;
	margin-right:10px;
	float:left;
}
.fot>ul>li:nth-child(3)>p{
	display:inline-block;
	font-size:24px;
	color:#FFF;
	margin-top:40px;
}
.fot>ul>li:nth-child(5),.fot>ul>li:nth-child(6),.fot>ul>li:nth-child(7),.fot>ul>li:nth-child(8){
	padding:0px 28px;
	text-align:center;
}
.fot>ul>li>h2{
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	display:inline-block;
	padding-left:23px;
	margin-bottom:10px;
}
/*.fot>ul>li:nth-child(5)>h2{
	background:url(../img/i7.png) left center no-repeat;
}
.fot>ul>li:nth-child(6)>h2{
	background:url(../img/i8.png) left center no-repeat;
}
.fot>ul>li:nth-child(7)>h2{
	background:url(../img/i9.png) left center no-repeat;
}
.fot>ul>li:nth-child(8)>h2{
	background:url(../img/i10.png) left center no-repeat;
}*/
.fot>ul>li:nth-child(5)>p,.fot>ul>li:nth-child(6)>p,.fot>ul>li:nth-child(7)>p,.fot>ul>li:nth-child(8)>p{
	text-align:left;
	padding-left:23px;
}
.fot>ul>li>p a{
	display:inline-block;
	color:#7a7b7c;
	font-size:14px;
	line-height:28px;
}
.fot>ul>li>p a:before{
	content:'';
	float:left;
	width:2px;
	height:2px;
	background:#7a7b7c;
	margin:15px 4px 0px 3px;
}
.fot>ul>li>p a:hover{
	color:#fff;
}
.fot>ul>li>p a:hover:before{
	background:#fff;
}
.fot2{
	width:100%;
	height:100px;
	line-height:100px;
	background:rgba(0,0,0,0.3);
	text-align:center;
}






/*===============内页样式===============*/

.main{width:1080px;margin:auto;overflow:hidden;}
.zong_ny{overflow:hidden; padding:30px 0px 50px 0px;}
.zong_bj{width:380px; height:97px; background:#2280b5; overflow:hidden;}
.zong_left{overflow:hidden; float:left; width:280px;position:relative; z-index:1; }
.zong_left strong{display:block; font-size:24px; color:#ffffff; font-weight:bold; padding-top:27px; padding-left:35px; height:70px;font-family:"微软雅黑";}
.zong_left strong span{font-size:14px; color:#ffffff; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-weight:500; display:block;}
.zong_left>ul{ overflow:hidden; padding-top:20px; padding-bottom:200px;}
.zong_left>ul>li{overflow:hidden;line-height:30px; vertical-align:middle; display:block; margin-top:5px;-webkit-transition: all 0.5s ease-in-out;background:url(../img/left_d.jpg) no-repeat left top;}
.zong_left>ul>li a{display:block; line-height:30px; font-size:16px; color:#666; padding-left:20px;}
.zong_left>ul>li>ul>li>a{font-size:14px; padding-left:40px;}
.zong_left>ul>li:hover{background:url(../img/left_h.jpg) no-repeat left top;}
.zong_left>ul>li.hover{background:url(../img/left_h.jpg) no-repeat left top;}
.zong_left>ul>li:hover>a{color:#2280b5;}
.zong_left>ul>li.hover>a{color:#2280b5;}

.zong_left>ul>li>ul{transition:0.5s ; height:0px; overflow:hidden;}
.zong_left>ul>li>ul>li{transition:0.5s ;background:url(../img/left_d2.jpg) no-repeat left top;}
.zong_left>ul>li>ul>li:hover{background:url(../img/left_h2.jpg) no-repeat left top;}
.zong_left>ul>li>ul>li.hover{background:url(../img/left_h2.jpg) no-repeat left top;}
.zong_left>ul>li>ul>li:hover>a{color:#2280b5;}
.zong_left>ul>li>ul>li.hover>a{color:#2280b5;}
.f3{
	position:relative;
}
.f3:after{
	content:'';
	position:absolute;
	top:14px;
	right:30px;
	display:inline-block;
	width:3px;
	height:3px;
	border:2px solid #ccc;
	border-bottom-color:transparent;
	border-left-color:transparent;
	transform:rotate(45deg);
	transition:0.5s;
}
.f3:hover:after{
	border:2px solid #2280b5;
	border-bottom-color:transparent;
	border-left-color:transparent;
}
.zong_left>ul>li.hover:after{
	border:2px solid #2280b5;
	border-bottom-color:transparent;
	border-left-color:transparent;
}

.zong_right{overflow:hidden; float:right; width:780px; background:#fff; z-index:999;}
.right_top{overflow:hidden; border-bottom:1px solid #ecf1f2; padding:0px 30px; line-height:60px; vertical-align:middle;}
.right_top strong{float:left;font-size:22px; color:#2280b5; font-weight:500;font-family:"微软雅黑";}
.zong_nr{overflow:hidden; padding:30px; text-align:center; min-height:450px;}

/*===============所在位置===============*/
.position{margin:auto;text-align:right; float:right;}
.position a{font-size:12px;color:#616161; padding-right:15px; background:url(../img/po_bj.jpg) no-repeat center right;}
.position a:last-child{background:none;}
.position .visited{color:#023b8d;}
.position a.r{background:none; padding-right:0px;}

/*===============分页===============*/
.fy {padding-top:10px;margin-top:30px;border-top:1px solid #d6d6d6;}
.sabrosus {padding: 5px;margin: 3px;text-align:center;}
.sabrosus A { display:inline-block;border:#c4c4c4 1px solid;PADDING:2px 8px;COLOR: #404040;text-decoration: none;margin-right: 6px;font-family: "Microsoft Yahei", "宋体";background:#fff;}
.sabrosus A:hover, DIV.pagination A:active{color:#fff;background-color:#000;text-decoration: none;font-family: "Microsoft Yahei", "宋体";}
.sabrosus SPAN.current {BORDER: #000 1px solid;PADDING: 2px 8px;FONT-WEIGHT: bold;COLOR: #fff;MARGIN-RIGHT: 6px;BACKGROUND-COLOR:#000;
font-family: "Microsoft Yahei", "宋体";}
.sabrosus SPAN.disabled {BORDER: #c4c4c4 1px solid;PADDING: 2px 8px;MARGIN-RIGHT: 2px;font-family: "Microsoft Yahei", "宋体";}
select{
	display:inline-block;
	border:1px solid #C4C4C4;
	height:26px;
	PADDING: 0px 8px;
	font-family:"Microsoft yahei";
}







/*===============关于我们===============*/
.about p{font-size:12px; color:#888888; line-height:30px; text-align:left;}
.about ul{overflow:hidden; padding:35px 0px;}
.about li{float:left; text-align:center; width:200px;margin-right:70px;}
.about li.r{margin-right:0px;}
.about li h2{font-size:14px; color:#343434; padding:10px 0px 2px 0px;}
.about li p{text-align:center;}

/*===============内页产品中心===============*/
.nr-product{overflow:hidden; padding:35px 24px; background:#fff;}
.pro_top{overflow:hidden; float:left; margin-top:13px;}
.pro_top a{display:block; float:left; height:30px;line-height:30px; vertical-align:middle; border:1px solid #ecf1f2;-webkit-transition: all 0.5s ease-in-out; font-size:14px; color:#777676; padding:0px 15px; margin-right:15px;  margin-top: 10px;}
.pro_top a:hover{background:#023b8d; border:1px solid #023b8d; color:#fff;}
.pro_top a.hover{background:#023b8d; border:1px solid #023b8d; color:#fff;}


.nr-product li{ background:#fff;float:left; margin-right:20px; margin-bottom:25px; padding-bottom:8px; overflow:hidden; width:220px; text-align:center; border:1px solid #d7ddde; border-bottom:4px solid #d7ddde;-webkit-transition: all 0.5s ease-in-out;}
.nr-product li.r{margin-right:0px;}
.nr-product li img{border-bottom:2px solid #ecf1f2;}
.nr-product li h2{font-size:14px; color:#727272; text-align:left; padding:10px 8px 5px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.nr-product li p{text-align:left;padding:0px 8px; font-size:14px; color:#bebebe; font-family:Arial, Helvetica, sans-serif; }
.nr-product li:hover{border-bottom:4px solid #f00;}
.nr-product li:hover h2{color:#f00;}





/*===============详细页面面包屑导航===============*/
.news_tops{overflow:hidden;border-bottom:1px solid #ecf1f2; height:60px; line-height:60px; vertical-align:middle; padding:0px 20px; background:#fff;}
.position.r{float:left;}
.news_tops p a{display:block; color:#fff; font-size:14px; color:#ffffff;}

.news_tops p{float:right; margin-top:15px; width:106px; height:33px; vertical-align:middle; line-height:33px; background:#023b8d; text-align:center;-webkit-transition: all 0.5s ease-in-out;}
.news_tops p a{display:block; color:#fff; font-size:14px; color:#ffffff;}


/*===============产品中心详情页===============*/
.products_ny{overflow:hidden; padding:60px 0 0 0;}
.products{overflow:hidden; background:#fff; padding:50px 45px;}
.pro_left{width:515px;float:left; height:400px;}
/*图片放大镜样式*/
.spec-preview{overflow:hidden; float:right;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block; width:430px;height:370px; overflow:hidden; border:1px solid #ebf0f3}
.jqzoom img{width:430px; height:370px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:430px;height:370px;background:#ffffff;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-scroll{width:70px; float:left; height:300px;}
.spec-scroll .items{margin:auto;position:relative;height:302px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:302px;}
.spec-scroll .items ul li{width:70px;text-align:left; height:77px;}
.spec-scroll .items ul li img{border:1px solid #CCC;width:68px;height:68px;}
.spec-scroll .items ul li img:hover{border:1px solid #023b8d;}

.pros_right{width:440px; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; padding-bottom:15px; border-bottom:1px dashed #7d7d7d;}
.pros_right_top strong{overflow:hidden;display:block; font-weight:500; font-size:26px; color:#494949; padding-bottom:10px;}
.pros_right_top p{font-size:14px; color:#898989;}
.pros_right_ny{overflow:hidden;padding:20px 0px;}
.pros_right_ny p{font-size:14px; color:#898989; line-height:30px; clear:both}
.pros_right_ny p em{display:block; float:left;}
.pros_right_ny p span{display:block; float:left; width:360px;}
.pros_right h3{ background:#ecf1f2;width:175px; height:40px; line-height:40px; vertical-align:middle; text-align:center; float:left; margin-right:20px;margin-top:25px;-webkit-transition: all 0.5s ease-in-out;}
.pros_right h3 a{display:block; font-size:14px; color:#7a7a7a;}
.pros_right h3:hover{ background:#023b8d;}
.pros_right h3:hover a{color:#fff;}
.pros_share{float:left; border-top:1px dashed #7d7d7d;margin-top:30px; padding:20px 0px; width:100%;}
.pros_share p{float:left; font-size:12px; color:#909090;}
.pros_share a{display:block; float:left; margin:2px 5px 0px 5px;}

.pros_ny{overflow:hidden; padding-bottom:70px; text-align:center;}
.products_top{overflow:hidden; height:40px; line-height:40px; vertical-align:middle; background:#f2f6f7;}
.products_top a{display:block; float:left; width:120px; text-align:center; font-size:16px; color:#6e6f6f;}
/*.products_top a:hover{background:#f00; color:#fff;}*/
.products_top a.hover{background:#2280b5; color:#fff;}


.news.r{padding-bottom:0px;}
.pros_bottom{overflow:hidden;}
.pros_bottom strong{display:block; font-size:18px; color:#898888; font-weight:500; background:#fff; height:50px; line-height:50px; vertical-align:middle; text-align:center; border-bottom:40px solid #ecf1f2;border-top:40px solid #ecf1f2;}
.product.r{background:#ecf1f2; padding:0px;}
.product.r li{margin-right:25px;}
.product.r li.r{margin-right:0px;}
.pro_s{padding: 20px 60px;text-align: left; background:#fff;}
.pro_s p{font-size: 14px;color: #6e6f6f;}







.pro_xx{padding: 20px 60px;text-align: left; background:#fff; font-size:14px; line-height:30px;}
.pro_xx td h2{ font-size:24px; font-family:"微软雅黑"; line-height:48px; background:url(../img/icon.png) no-repeat center left; padding-left:10px;}
.pro_xx table{border-collapse:collapse;border:none;font-size:12px;}
.proxx-title tr td{ border: none;}
.pro_xx td { border:1px solid #ccc; line-height:36px; padding-left:20px;font-family:"微软雅黑";  }
.pro_xx td i { font-style:normal; margin-left:10px;}
.ccc { border:none;}
/*===============新闻中心===============*/
.new{overflow:hidden; padding-bottom:45px; background:#fff; text-align:left;}
.new li{padding:25px 30px; border-bottom:1px dashed #bcbcbc; overflow:hidden; transition:0.5s;}
.new li span{display:block; width:75px; float:left; font-size:56px; color:#d1d1d1; font-family:hei; text-align:center; line-height:36px;}
.new li span em{display:block; font-size:16px;  font-family:"微软雅黑";}
.new_li{overflow:hidden; float:left; padding-right:10px; width:550px; margin-left:20px; padding-top:10px;}
.new_li h2{font-size:16px; color:#484848;-webkit-transition: all 0.5s ease-in-out; padding-bottom:5px;}
.new_li p{font-size:12px; color:#9f9f9f; line-height:20px;}
.new ul li:hover{background:#f3f3f3;}
.new li:hover .new_li{background:url(../img/new_bj.jpg) no-center right;}
.new li:hover h2{color:#023b8d;}

/*===============新闻中心详情页===============*/

.news_tops{overflow:hidden;border-bottom:1px solid #ecf1f2; height:60px; line-height:60px; vertical-align:middle; padding:0px 20px; background:#fff;}
.position.r{float:left;}
.news_tops p{float:right; margin-top:15px; width:106px; height:33px; vertical-align:middle; line-height:33px; background:#2280b5; text-align:center;transition: 0.5s ;}
.news_tops p a{display:block; color:#fff; font-size:14px; color:#ffffff;}
.news_tops p:hover{background:#f00;}
.news_top{overflow:hidden; border-bottom:1px solid #dcdedf; text-align:center; padding-bottom:35px; margin-bottom:30px; padding-top:30px;}
.news_top h2{font-size:24px; color:#525252; padding-bottom:10px;}
.news_top_ny{width:370px; margin:auto; overflow:hidden;}
.news_top p{font-size:12px; color:#909090; float:left;}
.share{float:left; margin-left:50px;}
.share p{float:left;}
.share a{display:block; float:left; margin:2px 5px 0px 5px;}
.news_ny{overflow:hidden; padding:0px 60px;}
.news_ny p{font-size:12px; color:#818181; line-height:30px;}
.news_ny img{padding:30px 0px;}
.share img{padding:7px 0px;}

.news_ny li span{display:block; width:650px; float:left; font-size:56px; color:#d1d1d1; font-family:hei; text-align:left;}


/*===============联系我们===============*/
.contact{overflow:hidden; text-align:left;}
.contact p{ font-size:12px; color:#797979; float:left; width:350px; height:30px; line-height:30px; vertical-align:middle;}
.contact p a{font-size:12px; color:#797979;}
.contact p:hover a{color:#05aec7;}
.contact p.con1{background:url(../img/con1.jpg) no-repeat center left; padding-left:20px;}
.contact p.con2{background:url(../img/con2.jpg) no-repeat center left; padding-left:20px;}
.contact p.con3{background:url(../img/con3.jpg) no-repeat center left; padding-left:22px; }
.contact p.con4{background:url(../img/con4.jpg) no-repeat center left; padding-left:22px;}
.contact p.con5{background:url(../img/con5.jpg) no-repeat center left; padding-left:22px; margin-right:0px;}
.contact p.con6{background:url(../img/con6.jpg) no-repeat center left; padding-left:22px;margin-right:40px;}


/*===============客户留言===============*/
.feed_main{width:720px; text-align:left;}
.feed_tips{font-size:14px; color:#797979; line-height:38px; padding:10px 0; margin-bottom:15px;}
.feed_form{margin-bottom:57px;}
.feed_form .row{margin-left:0;}
.feed_form .row .item{width:350px; line-height:46px; font-size:14px; color:#7a7a7a; float:left;}
.feed_form .row .item:first-child{margin-left:0;}
.feed_form .row .itemw{width:100%;}
.feed_form .row .in_text{line-height:44px; height:44px; border:1px solid #d3d3d3; background:#fcfcfc; font-size:14px; width:300px; box-shadow:0 2px 3px #eaeaea inset;}
.feed_form .row .in_textw{width:720px;}
.feed_form .row .area{width:720px; border:1px solid #d3d3d3; background:#fcfcfc; font-size:14px; box-shadow:0 2px 3px #eaeaea inset; line-height:30px; height:210px; resize:none;}
.feed_form .sub_div{margin-top:25px; float:left; margin-bottom:20px;}
.feed_form .sub_div .sub_btn{height:66px; line-height:66px; width:195px; color:#fff; border:none; font-size:16px; background:#4079bc;}

.sy_bt{
	width:1080px;
	margin:0 auto;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
}
.sy_bt span{
	display:inline-block;
	font-size:24px;
	line-height:40px;
	color:#333;
	border-bottom:1px solid #CCC;
}
.sy_bt p{
	font-size:18px !important;
	color:#CCC !important;
	line-height:30px !important;
	font-family:Arial, Helvetica, sans-serif !important;
}
.sy_pj{
	width:1080px;
	height:285px;
	margin:0 auto;
}
.sy_pj ul{
	width:1100px;
}
.sy_pj ul li{
	float:left;
	padding:5px;
	width:240px;
	height:240px;
	margin-right:20px;
	background:url(../img/yy.png) center bottom no-repeat;
	padding-bottom:15px;
	position:relative;
	overflow:hidden;
}
.sy_pj ul li .zst{
	width:100%;
	height:100%;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 5px #ddd;
    -moz-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
}
.sy_pj ul li img{
	width:100%;
	padding-top:30px;
	transition:0.3s;
}
.sy_pj ul li:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
}
.biankuang{
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 99;
	border-radius:10px;
}
.biankuang_1{
	height: 0px;
	top: 0px;
	left:0px;
	border-left: 3px solid #e60012;
}
.biankuang_2 {
	width: 0px;
	bottom:12px;
	left: 0px;
	border-top: 3px solid #e60012;
}
.biankuang_3{
	height: 0px;
	bottom:15px;
	right:0px;
	border-right: 3px solid #e60012;
}
.biankuang_4{
	width:0px;
	top:-3px;
	right:0px;
	border-bottom: 3px solid #e60012;
}
.text_gobuy {
    position: absolute;
    z-index: 9;
    top: -250px;
    left: 0px;
    width: 250px;
    height: 50px;
    overflow: hidden;
    background: rgba(230, 0, 18, 0);
    cursor: pointer;
	text-align:center;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
}
.text_gobuy p {
	line-height:50px;
	font-size:16px;
	color:#FFF;
}
.text_gobuy_show{
    top: 0px;
    background: rgba(230, 0, 18, 0.8);
}
.sy_gy{
	width:100%;
	padding-bottom:40px;
	background:#f6f6f6;
}
.sy_gy>div{
	width:1080px;
	margin:0 auto;
}
.sy_gy div p{
	font-size:14px;
	color:#666;
	text-align:center;
	line-height:30px;
	padding:0px 20px;
}
.sy_gy div img{
	width:1080px;
}
.sy_xz{
	width:100%;
	padding:60px 0px 30px 0px;
	background:#fff;
}
.sy_xz ul{
	width:1080px;
	margin:0 auto;
	text-align:justify;
}
.sy_xz ul:after{
	content:'';
	display:inline-block;
	width:100%;
	height:0px;
}
.sy_xz ul li{
	display:inline-block;
	width:200px;
	text-align:center;
	vertical-align:top;
}
.sy_xz ul li div a{
	width:84px;
	height:84px;
	display:inline-block;
	background:#F00;
	border-radius:5px;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
}
.sy_xz ul li div a:hover{
	background:#666;
}
.sy_xz ul li h2 a{
	font-size:14px;
	color:#333;
	line-height:30px;
}
.sy_xz ul li p{
	font-size:12px;
	color:#666;
	line-height:22px;
}
.sy_lx{
	width:1200px;
	margin:20px auto;
}
.sy_lx:after{
	content:'';
	clear:both;
	display:block;
	width:0px;
	height:0px;
}
.sy_lx img{
	float:left;
	width:700px;
	height:250px;
	border-radius:10px;
}
.sy_lx p{
	float:right;
	width:460px;
	font-size:14px;
	line-height:30px;
}
/*------内页banner------*/
.ab-banner{ width:100%; height:300px; overflow:hidden; position:relative;}
.ab-banner img{ width:1920px; height:300px; position:absolute; left:50%; top:0px; margin-left:-960px;}
/*************分页css*************/
.pages {overflow: hidden;zoom: 1;font-size: 14px;float: right;clear:both; margin-top:20px;}
.pages span, .pages a {float: left;width: 34px;height:34px;border: #e2e2e2 1px solid;text-align: center;line-height: 34px;margin-right: 5px;}
.pages .disabled { color: #ccc; }
.pages .current {background-color:#04478b;border: #023467 1px solid;color: #fff;}
