@charset "utf-8";
.comm-title h3{
	font-size: 25px;
}
.comm-title i{
	display:block;
	width: 81px;
	height: 4px;
	background:#1a3a68;
	margin:5px auto 8px;
}
/*+-----------------------------
/*+  泰克介绍
/*+----------------------------*/
.about-remark{
	padding: 70px 0px 0px;
}
.about-remark-list{width: 1033px;margin:0 auto;}
.about-remark-list ul li{
	padding:40px 10px 20px;
	width: 260px;
	float: left;
	margin-right: 118px;
	margin-top:20px;
}
.about-remark-list ul li p{line-height: 22px;}
.about-remark-list ul li:last-child{margin-right:0px;}
.about-remark-list ul li h5{font-size: 20px;padding-bottom: 13px;}
.about-remark-list ul li a{
	display: block;
	width: 26px;
	height: 26px;
	background:url(../img/left-right.png) no-repeat -61px 0;
	margin-top: 25px;
}
.about-remark-list ul li,
.about-remark-list ul li a{
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-ms-transition:all .3s ease-in;
	transition:all .3s ease-in;
}
.about-remark-list ul li:hover{
	margin-top: 10px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1)
}
.about-remark-list ul li:hover a{
	background-position: 0px 0px;
}
.about-bottom{
	max-height: 180px;
	padding-top: 60px;
}
.about-bottom .r-left{
	font-size: 25px;
	padding:40px;
	width: 106px;
    height: 93px;
	border: 1px solid #39567d;
	-webkit-box-shadow:5px 5px 10px #dfdede;
	box-shadow:5px 5px 10px #dfdede;
}
.about-bottom .r-left i{
	display:block;
	width: 105px;
	height: 6px;
	background:#032759;
	margin:21px auto 0px;
}
.about-bottom .r-center{
	font-size: 14px;
	position: relative;
	width: 518px;
	min-height: 175px;
	margin-left: 35px;
	line-height: 22px;
}

.about-bottom .r-center a{position: absolute;bottom:0px;right:0;display:block;width:108px;height:28px;line-height:28px;text-align:center;
    border: 1px solid #000;border-radius:35px;color:#000;margin-top:70px;overflow:hidden;}
.about-bottom .r-center a,.about-bottom .r-center a:before {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in
}
.about-bottom .r-center a:before {content: '';position: absolute;top: 0;left: 0;width: 0;height: 30px;background: #032759;
	border-color: #032759;z-index: -1}
.about-bottom .r-center a:hover {color: #fff}
.about-bottom .r-center a:hover:before {width: 108px}
/*+-----------------------------
/*+  新闻资讯
/*+----------------------------*/
.news-list{
	min-width: 1150px;
	padding-top: 130px;
}
.news-slide{
	position: relative;
	width: 100%;
	height: 534px;
	background:#333748;
	overflow: hidden;
}
.news-slide .news-left{
	width: 50%;
	min-height: 534px;
	display:block;
}
.news-slide .news-left span{
	display:block;
	width: 100%;
	min-height: 534px;
	vertical-align:middle;
}

.news-slide .news-right{
	width: 50%;
	color:#fff;
}
.news-slide .news-right h3{
	position: relative;
	margin: 60px 40px 35px;
	font-size: 25px;
}
.news-slide .news-right h3 i{
	position: absolute;
    bottom: 5px;
    left: 115px;
    width: 92%;
    height: 1px;
    background: #fff;
}
.news-slide .news-right .news-remark{width: 545px;padding-left: 40px;}
.news-slide .news-right .news-remark h5{font-size: 20px;}
.news-slide .news-right .news-remark span.time{font-size: 16px;background:url(../img/time.png) no-repeat center left;
	padding-left: 20px;margin:8px 0px 20px;}
.news-slide .news-right .news-remark p{line-height: 22px;}
.news-slide .news-right .news-remark a{
	position: absolute;
	display:block;
	width: 105px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 35px;
	color:#fff;
	margin-top:70px;
	overflow: hidden;
}
.news-slide .news-right .news-remark a,.news-slide .news-right .news-remark a:before {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in
}
.news-slide .news-right .news-remark a:before {content: '';position: absolute;top: 0;left: 0;width: 0;height: 30px;background: #fff;
	border-color: #fff;z-index: -1}
.news-slide .news-right .news-remark a:hover {color: #000}
.news-slide .news-right .news-remark a:hover:before {width: 108px}


.news-slide .hd {
	width: 1150px;
	position: absolute;
	left: 50%;
	bottom: 65px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #fff;
	z-index: 9999;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.news-slide .hd ul{width: 105%;}
.news-slide .hd ul li{
	float: left;
	width: 287px;
	border-right: 1px solid #fff;
	color:#fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.news-slide .hd ul li:last-child{border-right:none;}
.news-slide .hd ul li.on{background:#fff;color:#000}

/*+-----------------------------
/*+  产品中心
/*+----------------------------*/
.product{width: 100%;min-width: 1150px;height:670px;margin-top:130px;background: url(../img/back-1.jpg) no-repeat center center;}
.product-slide{position: relative;}
.product-slide ul.bigImg li{height:305px;margin-top:40px;}
.product-slide ul.bigImg li .p-left img{width: 508px;height:305px;}

.product-slide .p-right{width:610px;height:100%;position:relative;}
.product-slide .p-right h5{font-size:20px;padding-bottom:25px;}
.product-slide .p-right p{line-height:22px;max-height: 155px;overflow:hidden;}
.product-slide .p-right a{position: absolute;bottom:0px;left:0;display:block;width:105px;height:28px;line-height:28px;text-align:center;
    border: 1px solid #000;border-radius:35px;color:#000;margin-top:70px;overflow:hidden;}
.product-slide .p-right a,.product-slide .p-right a:before {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in
}
.product-slide .p-right a:before {content: '';position: absolute;top: 0;left: 0;width: 0;height: 30px;background: #032759;
	border-color: #032759;z-index: -1}
.product-slide .p-right a:hover {color: #fff}
.product-slide .p-right a:hover:before {width: 107px}



.product .smallScroll{width:550px;margin:0 auto;position: relative;}
.product .smallScroll ul li{margin-right:20px;border:1px solid #aeaeae;cursor:pointer;position:relative;}
.product .smallScroll ul li.on{border-color:#fff;}
.product .smallScroll ul li,
.product .smallScroll ul li img{width:133px;height:76px;}
.product .smallScroll ul li p{
	display: none;
	position: absolute;
	width: 86%;
    height: 65%;
	top: 0px;
	font-size:14px;
	color:#fff;
	text-align: center;
	padding: 30px 10px 0;
	background: rgba(0,0,0,.6); 
}
.product .smallScroll ul li.on p{display:block;}

.product-slide .smallScroll .sPrev,
.product-slide .smallScroll .sNext{position: absolute;top:40%;display: block;width: 32px;height: 32px;
	background: url(../images/s-Arrow_1.png) no-repeat 0 0;z-index: 9999;}
.product-slide .smallScroll .sPrev{left: -60px;}
.product-slide .smallScroll .sNext{right: -105px;background-position: -48px 0;}
.product-slide .smallScroll .sPrev.prevStop,
.product-slide .smallScroll .sNext.nextStop{opacity: 0;}
.product-slide .pageState{position:absolute;top: 313px;left: 373px;width: 135px;height:32px;line-height: 32px;
	background:#fff;font-size: 20px;text-align: center;color:#666;}

/*+-----------------------------
/*+  在线留言
/*+----------------------------*/
.feedback{
	min-width: 1180px;
	width: 100%;
	height: 135px;
	background:url(../img/feedback.jpg) no-repeat center center;
}
.feedback .form-action{
	height: 36px;
	line-height: 135px;
}
.feedback span{
	display: block;
	float: left;
	line-height: 130px;
	font-size: 27px;
	color:#fff;
}
.feedback input[type=text]{
	padding-left:5px;
	width: 870px;
	height: 36px;
	border: 0px;
	margin:0 8px;
}
.feedback input[type=submit]{
	text-align: center;
	width:135px;
	height: 36px;
	line-height: 36px;
	background: #323433;
	color:#fff; 
	border:0px;
	cursor: pointer;
}
.feedback i{display:block;margin-top: 53px;}

/*+---------------------------------------------------------------------------------------
/*+  内容开始
/*+--------------------------------------------------------------------------------------*/
.subcate{margin:40px 0px;}
.subcate:after{display:block;content:"";clear:both;}
.subcate ul li{
	padding:5px 15px;
	text-align: center;
	border:1px solid #7b7c7d;
	float: left;
	font-size: 16px;
	border-radius: 5px;
	margin-right:15px;
}
.subcate ul li a{display:block;}
.subcate ul li.on{border-color:#2d5790;background:#2d5790;}
.subcate ul li.on a{color:#fff;}


/* 关于我们 */
.page-jianjie{padding: 60px 0;}
.page-jianjie:after{display:block;clear:both;content:""}
.page-jianjie .remark{
	width: 768px;
}
.page-jianjie .remark h5{
	font-size: 20px;
	padding-bottom:15px;
	font-weight:bold;
}
.page-jianjie .remark p{line-height: 22px;}
.page-jianjie .remark a{position: relative; display:block;width:105px;height:28px;line-height:28px;text-align:center;
    border: 1px solid #000;border-radius:35px;color:#000;margin-top:17px;overflow:hidden;}
.page-jianjie .remark a,.page-jianjie .remark a:before {-webkit-transition: all .3s ease-in;-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;transition: all .3s ease-in}
.page-jianjie .remark a:before {content: '';position: absolute;top: 0;left: 0;width: 0;height: 30px;background: #032759;
	border-color: #032759;z-index: -1}
.page-jianjie .remark a:hover {color: #fff}
.page-jianjie .remark a:hover:before {width: 107px}
/* 设备 */
.two-pic:after{display:block;clear:both;content:""}
.two-pic ul li {width: 365px;height: 216px;position: relative;float: left;margin:0px 27px 20px 0px;overflow:hidden;}
.two-pic ul li img{width: 365px;height:216px;-webkit-transition: all .3s ease-in;-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;transition: all .3s ease-in}
.two-pic ul li p{width: 100%;position: absolute;bottom: 0px;height: 40px;line-height: 40px;text-align: right;font-size: 14px;
	background:rgba(0,0,0,.8);color:#fff;text-align: center;}
.two-pic ul li p span{padding-right:15px;}
.two-pic ul li.into{
	width: 305px;
    height: 171px;
	background:#032759;
	color:#fff;
	font-size:14px;
	padding:45px 30px 0px;
	line-height: 22px; 
} 
.two-pic ul li:hover img{-webkit-transform: scale(1.2);transform: scale(1.2);}
/* 科学管理 */
.kexue-content p strong{
	display: block;
	text-align:center;
	font-size: 27px;
	font-weight: normal;
}
.kexue-content,
.kexue-content p{line-height: 24px;}
.kexue-content .ul-img ul li{float: left;width: 383px;height: 223px;overflow:hidden;position: relative;}
.kexue-content .ul-img img{display:block; }

.kexue-content img{
	-webkit-transition: all .3s ease-in;-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;transition: all .3s ease-in
}

.kexue-content img:hover{-webkit-transform: scale(1.2);transform: scale(1.2);}
/* 企业荣誉 */
.zhengshu-content h5{
	font-size: 27px;
	text-align: center;
	padding-bottom: 50px;
}
.zhengshu-content p.remark{
	width: 955px;
	line-height: 22px;
	margin:0 auto;
	text-align: center;
}
.zs-about{width: 1048px;margin:0 auto;}
.zs-about ul{width: 110%;}
.zs-about ul li{
	position: relative;
	max-width: 355px;
	height: 227px;
	overflow:hidden;
	float: left;
	margin-right: 15px;
}
.zs-about ul li img{
	-webkit-transition: all .3s ease-in;-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;transition: all .3s ease-in
}
.zs-about ul li img:hover{-webkit-transform: scale(1.2);transform: scale(1.2);}

/* 单页简介 */
.page-content h5{
	display: inline-block;
	padding: 10px 0px;
	font-size: 27px;
	border:1px solid #032759;
	border-width: 1px 0;
	line-height: 22px;
}
.page-content .about-one{
	text-align: center;
	line-height: 22px;
}
.page-content .about-one p{padding: 20px 0px;}
.page-content .about-two{margin:50px 0px;}
.page-content .about-two:after,
.page-content .about-tree:after,
.page-shebei:after,
.kexue-bottom:after{display:block;clear:both;content:"";}
.page-content .about-two img{float: left;margin-right: 15px;}
.page-content .about-two h5{margin-bottom: 25px;}
.page-content .about-two p{line-height: 22px;}
.page-content .about-tree{margin-bottom: 80px;}
.page-content .about-tree .ab-left{width: 695px;float: left;}
.page-content .about-tree .ab-left h5{margin-bottom: 20px;}
.page-content .about-tree img{float: right;}
.page-content .about-tree .ab-left p{line-height: 22px;}
.big-img img{float: left;display:block;}

/* 单页设备 */
.page-shebei{margin:20px auto 30px;}
.page-shebei .sb-remark{text-align: center;}
.page-shebei .sb-remark h5{
	display: inline-block;
	padding: 10px 0px;
	font-size: 27px;
	border:1px solid #032759;
	border-width: 1px 0;
}
.page-shebei .sb-remark p{padding:20px 0px; line-height: 22px;}
.picture-list ul li{position: relative;float: left;width: 365px;}
.picture-list ul li.cen{margin:0px 0px 34px 25px;}
.picture-list ul li.cen,
.picture-list ul li.cen img{width: 365px;height: 215px;}
.picture-list ul li.ist{
	margin:0px 25px 25px 0px;
}
.picture-list ul li p{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 35px;
	line-height: 35px;
	background:rgba(0,0,0,.6);
	text-align: center;
	color:#fff;
	font-size: 14px;
}
/* 单页科学 */
.kexue-bottom {padding: 40px 0px 80px;}
.kexue-bottom img{float: left;padding-right: 22px;}
.kexue-bottom p{line-height: 24px;font-size: 14px;}
/* 荣誉证书 */
.zs-content{margin:20px auto 80px;}
.zs-content .zs-remark{text-align: center;}
.zs-content .zs-remark h5{
	display: inline-block;
	padding: 10px 0px;
	font-size: 27px;
	border:1px solid #032759;
	border-width: 1px 0;
}
.zs-content .zs-remark p{padding:40px 0px; line-height: 22px;}
.zenshu img{
	margin-right: 46px;
	margin-bottom: 40px;
}
/*+-----------------------------
/*+  新闻列表
/*+----------------------------*/
.reomm-list h3{position: absolute;top: 0;left: 520px;width: 630px;font-size: 27px;}
.reomm-list h3 i{position: absolute;bottom: 8px;right: 0;float:right;display: block;width: 425px;height: 2px;background:#b5b6b6;}

.reomm-list{position: relative;margin:60px 0px;}
.reomm-list:after{display:block;content: "";clear:both;}
.reomm-list .reomm-remark{width: 630px;float: right;margin-top:60px;min-height:213px;}
.reomm-list .reomm-remark h5{font-size: 20px;}
.reomm-list .reomm-remark .time{margin:8px 0 25px;color:#002968;padding-left: 20px;background:url(../img/timec.png) no-repeat center left;}
.reomm-list .reomm-remark p{line-height: 22px;}
.reomm-list .reomm-remark a{display: block;width: 108px;height: 28px;line-height: 28px;text-align: center;
    border: 1px solid #5a5c5b;border-radius: 15px;margin-top: 25px;}
.reomm-list .reomm-remark a:hover{border-color:#09316d;background:#09316d;color:#fff;}

h5.title-list{font-size: 27px;position: relative;}
h5.title-list i{position: absolute;bottom: 8px;right: 0;display: block;width: 895px;height: 2px;background:#b5b6b6;}

.news-list-content ul li{padding:35px 0px;border-bottom: 1px solid #979797;}
.news-list-content ul li:after{display:block;clear:both;content:""}
.news-list-content ul li .date{width: 80px;height: 98px;border:1px solid #979797;color:#959595;}
.news-list-content ul li .date span.d{font-size: 27px;display: block;width: 100%;height: 66px;line-height: 66px;text-align: center;}
.news-list-content ul li .date span.y-m{display: block;height: 30px;line-height: 30px;text-align: center;border-top: 1px solid #979797;}
.news-list-content ul li img{margin-left: 30px;}
.news-list-content ul li .remark{width: 710px;}
.news-list-content ul li .remark h5 a{font-size: 20px;}
.news-list-content ul li .remark p{line-height: 22px;padding: 16px 0 35px;max-height: 42px;overflow:hidden;}
.news-list-content ul li .remark a.n-more{display: block;width: 108px;height: 28px;line-height: 28px;text-align: center;
    border-radius: 15px;border:1px solid #5a5c5b;}
.news-list-content ul li .date,
.news-list-content ul li .date span.y-m,
.news-list-content ul li:hover .remark a.n-more{-webkit-transition: all .3s ease-in;-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;transition: all .3s ease-in;}

.news-list-content ul li:hover .date{color:#09316d;border-color:#09316d;}
.news-list-content ul li:hover .date span.y-m{border-top-color:#09316d}
.news-list-content ul li:hover .remark a.n-more{border-color:#09316d;background:#09316d;color:#fff;}

a.click-more{display: block;width:26px;height: 26px;background:url(../images/prenext2.png) no-repeat 0 -74px;margin:40px auto 60px;
	cursor:pointer;}
a.click-more span{display:block;min-width: 150px;padding-left: 30px;line-height: 26px;}
/* 新闻详情 */
.news-after{min-height:700px;display:block;content:"";clear:both;}
.content-left{position:relative;width:185px;margin-top:110px;}
.content-left .hd a.next,
.content-left .hd a.prev{
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	left:80.5px;
	background: url(../images/prenext2.png) no-repeat 0 0;
	z-index:99;
	cursor: pointer;
}
.content-left .hd a.prev{top:-50px;}
.content-left .hd a.next{bottom:-40px;background-position:0 -75px;}

.content-left .bd ul li{
	position: relative;
	width: 100%;
	height: 108px;
	margin-bottom: 9px;
	text-align: center;
	overflow: hidden;
}
.content-left .bd ul li p{
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.content-left .bd ul li:hover p,
.content-left .bd ul li.on p{opacity: 1;}
.content-left .bd ul li img{width: 100%;height: 108px;-webkit-transition: all .3s ease-in;-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;transition: all .3s ease-in;}
.content-left .bd ul li p{
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	line-height: 108px;
	font-size: 16px;
	color:#fff;
	background:rgba(0,0,0,.5);
}
.content-left .bd ul li:hover img{-webkit-transform:scale(1.2);transform:scale(1.2);}

.content-right{width: 760px;}
.content-right h1{font-size: 20px;padding-bottom: 15px;}
.content-right p{font-size: 14px;}
.detail-content{padding:20px 0;border:1px solid #7d7d7d;border-width: 1px 0px;margin-top: 30px;}
.detail-content,
.detail-content p{line-height: 22px;}
.content-right .shar{text-align:center}
.content-right .shar a{width:45px;height:45px;padding-left:0;margin:0 15px 0 0;display:inline-block;float:none;background:url(../images/Arrow_2.png) no-repeat}
.content-right .shar a.bds_qzone{background-position:-58px 0}
.content-right .shar a.bds_tsina{background-position:-112px 0}
.content-right .shar a.catname{background-position:-163px 0}
.content-right .shar a.bds_weixin{background-position:-215px 0}
.content-right .shar a.bds_tqq{background-position:-268px 0}
.content-right .shar a.next_a,.content_left .shar a.next_no{background-position:-330px 0}
.content-right .shar a.prev_no,
.content-right .shar a.next_no{opacity: .25}
/*+-----------------------------
/*+  人才招聘
/*+----------------------------*/
.recru-content .cat-tit{
	text-align: center;
	font-size: 27px;
	padding:60px 0 0;
}
.zhaopin li{height:auto;padding: 40px;border-bottom: 1px solid #a0a0a0;}
.zhaopin li:first-child{margin-top:0}
.zhaopin li:last-child{border-bottom:0}
.zhaopin li .data{width:76px;height:108px;border:1px solid #a0a0a0;}
.zhaopin li .data span{display:inline-block}
.zhaopin li .data span.d{width:100%;height:65px;line-height:65px;text-align:center;border-bottom:1px solid #a0a0a0;font-size:48px;
	color:#a0a0a0;background:#fff}
.zhaopin li .data span.ym{width:100%;text-align:center;line-height:42px;color:#a0a0a0;background:#fff}
.zhaopin li .r-jianjie{width:88%;margin-left:20px}
.zhaopin li .r-jianjie h3{color:#282828;padding-bottom:11px;border-bottom:1px solid #f6f6f6}
.zhaopin li .r-jianjie h3 span{display:inline-block;padding-left:10px;font-size:11px;color:#818181}
.zhaopin li .r-jianjie p.tj{margin:14px 0 20px}
.zhaopin li .r-jianjie p.tj a{display:inline-block;padding:0 18px;background:url(../images/ico-3.png) no-repeat center right}
.zhaopin li .r-jianjie p.tj a:first-child{padding-left:0}
.zhaopin li .r-jianjie p.tj a:last-child{background:0 0}
.zhaopin li .r-jianjie .intro{padding-bottom:20px;margin-bottom:15px;border-bottom:1px solid #f6f6f6}
.zhaopin li .r-jianjie .intro span{display:block;font-size:20px;padding-bottom: 10px;}
.zhaopin li:last-child .intro:last-child{border-bottom:none}

/*+-----------------------------
/*+  联系我们
/*+----------------------------*/
#allmap{height:500px;overflow: hidden;}
.Map{height:500px;background:#fff;min-width: 1150px;}

.contact-us{width: 100%;position: relative;}
.contact-fs{width: 100%;position: absolute;top: -60px;background:#fff;z-index: 9999;}
.contact-fs ul li:nth-of-type(2){
	width: 420px;
	padding: 45px 2px;
}
.contact-fs ul li{float: left;width: 280px;padding:45px 52px;}
.contact-fs ul li span.img{display: block;float: left;min-height: 85px;padding-right: 15px;}
.contact-fs ul li h5{padding-bottom: 10px;font-size: 20px;}
.contact-fs ul li p{font-size: 14px;}

.contact-feedback{padding-bottom: 50px;}
.contact-feedback .f-title{text-align: center;margin-bottom: 35px;}
.contact-feedback .f-title h3{font-weight: bold;font-size: 27px;padding-bottom:8px;}
.contact-feedback .f-title p{font-size: 14px;}

.con-action{width:885px;margin:0 auto;}
.con-action ul li{float:left;width:420px;height:auto;margin-right:132px;margin-bottom:20px;border-bottom:1px solid #7d7d7d;}
.con-action ul li input[type=text]{width:100%;height:35px;line-height:35px;border:none;}
.con-action ul li.email{margin-right: 0px;}
.con-action ul li.textarea{width:100%;border-bottom:none;}
.con-action ul li.textarea textarea{width: 100%;height: 50px;resize: none;border:1px solid #7d7d7d;border-width: 0px 0px 1px;}
.con-action input[type=submit]{display: block;width: 105px;height: 30px;line-height: 30px;border:none;border:1px solid #5a5c5b;background:#fff;
	color:#333;border-radius:35px;font-size: 14px;cursor:pointer;}
.con-action input[type=submit]:hover{background:#002968;color:#fff;}
.con-action .tijiao{
	position: relative;
	clear:both;
}
.con-action .tijiao .j_form_tips{
	position: absolute;
	top: 37px;
    left: 120px;
    z-index: 999;
}

/*+-----------------------------
/*+  产品中心
/*+----------------------------*/
.categorys{margin:40px 0px;}
.categorys ul li{float: left;width: 255px;height: 201px;margin-right:43px;overflow:hidden;}
.categorys ul li a.one-j{
    display: block;
    width: 215px;
    height: 166px;
    padding:35px 20px 0px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.categorys ul li:nth-of-type(1) a{background: url(../img/nav-1.jpg) no-repeat 0 0;}
.categorys ul li:nth-of-type(2) a{background: url(../img/nav-2.jpg) no-repeat 0 0;}
.categorys ul li:nth-of-type(3) a{background: url(../img/nav-3.jpg) no-repeat 0 0;}
.categorys ul li:nth-of-type(4) a{background: url(../img/nav-4.jpg) no-repeat 0 0;}

.categorys ul.table-o li.open:nth-of-type(1) a,
.categorys ul li:nth-of-type(1) a:hover,
.categorys ul.table-o li.open:nth-of-type(2) a,
.categorys ul li:nth-of-type(2) a:hover,
.categorys ul.table-o li.open:nth-of-type(3) a,
.categorys ul li:nth-of-type(3) a:hover,
.categorys ul.table-o li.open:nth-of-type(4) a,
.categorys ul li:nth-of-type(4) a:hover{background-position: 0px -216px;}


.categorys ul.table-o li.open a{color:#fff;}
.categorys ul.table-o li.open h5{border:2px solid #fff;padding:15px 10px;}
.categorys ul.table-o li.open i{opacity:0}
.categorys ul.table-o li.open span{opacity:1;font-size:16px;padding-top:5px;}

.categorys ul.table-o li{text-align:center;}
.categorys ul.table-o li i{display:none;width:64px;height:9px;background:#656766;margin:0 auto;}
.categorys ul.table-o li h5{font-size: 20px;line-height: 45px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.categorys ul.table-o li span{display:block;opacity:0;}


.categorys .childer.show{display:block;}
.categorys .childer{display: none;}
.categorys .childer ul li{float: left;position: relative;width: 170px;height: 45px;border:1px solid #7b7c7d;
	text-align: center;border-radius:10px;margin-right: 10px;margin:0px 17px 17px 0px;}
.categorys .childer ul li i{opacity:1;width: 48px;height: 4px;background:#7a7b7e;margin:6px auto 0px;}
.categorys.childer ul li h5{
	font-size: 20px;
	padding: 12px 0px 0;
}
.categorys .childer ul li.curr,
.categorys .childer ul li:hover{
	background:#032759;
	border-color:#032759;
}
.categorys .childer ul li.curr i,
.categorys .childer ul li:hover i{opacity: 0}
.categorys .childer ul li.curr a,
.categorys .childer ul li:hover a{color: #fff;}

/* 列表 */
.categor-list ul li{
	margin-right:47px;
	padding-bottom: 30px;
	float:left;
}
.categor-list ul li a{display:block;cursor:pointer;}
.categor-list ul li img.thumb{
	width: 250px;
	height: 150px;
	border:1px solid #032759;
}
.categor-list ul li p{
	font-size: 14px;
	padding-top: 15px;
}
.dask-skin{display:none;}
.dask-layer .dask-padd{padding:20px;}
.dask-layer .dask-padd:after{display:block;content:"";clear:both;}

/*+-----------------------------
/*+  分页
/*+----------------------------*/
#pages{text-align:center;margin:20px 0}
#pages a{font-family:Arial;font-size:14px;display:inline-block;width:38px;height:33px;line-height:33px;border:1px solid #e6e6e6;background:#fff;color:#646464;margin-right:8px;text-align:center}
#pages a.cur{display:inline-block;width:38px;height:33px;line-height:33px;text-align:center;background:#191919;color:#fff}
#pages a.a1{width:108px;font-size:12px;float:left;text-align:left;border:none;background:0 0;color:#646464}
#pages a.a1 font{color:#fead0f;padding:0 3px}