@charset "utf-8";
/* ===== 公告属性 */
i.bor {
    display: block;
    width: 100%;
    min-width: 1150px;
    height: 1px;
    background: #e8e8e8;
}
.n-back-0 {
	background: #f6f6f6;
	min-width: 1150px;
	border: 1px solid #f2f2f2;
	border-width: 1px 0
}
.n-back-1 {background: #fff}
.n-bor {
	border: 1px solid #e6e6e6;
	border-width: 1px 0
}
.n-bor-top {
	border: 1px solid #e6e6e6;
	border-width: 1px 0 0
}
.n-bor-t {
	border: 1px solid #e6e6e6;
	border-width: 1px 0 0 0
}
.n-bor-b {
	border: 1px solid #e6e6e6;
	border-width: 0 0 1px 0
}
.nbor{border-top: none !important;}
.n-no-bor{border-bottom: none !important;}
/* =====  子菜单 */

.subcate{
	min-width: 1150px;
    max-height: 70px;
    margin: 30px 0 20px;
    overflow: hidden;
}
.subcate ul li{float: left;margin-right: 50px;}
.subcate ul li a{
	display: inline-block;
	padding-bottom:10px;
	margin-right: 2px;
	font-size: 16px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in
}
.subcate ul li a,
.subcate ul li span{color: #888;}
.subcate ul li i{
	display: block;
	width: 15px;
	height: 1px;
	background: #dbdbdb;
	margin-top:20px;
}
.subcate ul li.on a,
.subcate ul li.on span,
.subcate ul li:hover a{color: #333}
.subcate ul li.on i{
	background: #999;
}
/* ===== 栏目菜单 */
.sector_head{text-align: center;padding-top: 55px;}
.sector_head h3 {
	font-size: 24px;
	color: #505050;
}
/* ===== 新闻资讯 */
.news-usezan ul li{float:left;margin-right:20px;margin-bottom: 20px; border:1px solid #ebebeb;padding:20px;}
.news-usezan ul.number2 li,
.news-usezan ul.number2 li img{width: 520px;}
.news-usezan ul.number3 li,
.news-usezan ul.number3 li img{width: 328px;}
.news-usezan ul.number4 li,
.news-usezan ul.number4 li img{width: 230px;}
.news-usezan ul li a.imgnews{display: block;width: 100%;height: 100%;overflow: hidden;}
.news-usezan ul li img{height: auto;-webkit-transition: all .4s ease-in;-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;transition: all .4s ease-in}
.news-usezan ul li span{margin: 5px 0;}
.news-usezan ul li .news-detail h5 a,
.news-usezan ul li span{color: #666;}
.news-usezan ul li .remark p{color: #999;}
.news-usezan ul li:hover img{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2)}

/* ===== 详细内容 */
.content_left {width: 100%;border-top: 1px solid #e8e8e8;}
.content_left .detail-title {max-width: 840px;overflow: hidden;text-align: center;margin: 0 auto}
.content_left .detail-title h1 {padding-top: 30px;color: #191919}
.content_left .detail-title p {padding: 3px 0}
.content_left .detail-title a,.content_left .detail-title p {color: #969696}
.content_left .detail-title span.t{padding: 0 6px}
.content_left .detail-title span.share{padding-right: 10px;position: relative;background: url(../images/shar.png) no-repeat center right;cursor: pointer;}
.content_left .detail-title span.shar{display: none;width: 115px;position: absolute;left: 65px;top: -6px;}

/* =====  详情页 */
.sector_content:last-child .detail-content{border-bottom: none;}
.detail-content {
	padding: 25px 0 30px;
	line-height: 22px;
	border-bottom: 1px solid #f0f0f0;
}
.detail-content.nn{border-bottom: none !important;}
.detail-content img {max-width: 100% !important}
/* ===== 产品列表 */
.work-usezan ul li{height: auto;float: left;margin-right: 20px;margin-bottom: 30px;overflow: hidden;}
.work-usezan ul li .img{position: relative;display: block;height: 100%;overflow: hidden;}
.work-usezan ul.number_3 li,
.work-usezan ul.number_3 li img{width: 370px;}
.work-usezan ul.number_3 li .img{width: 370px;}
.work-usezan ul.number_4 li{width: 270px;margin-right: 24px;}
.work-usezan ul.number_4 li img{width: 270px;}
.work-usezan ul.number_4 li .img{width: 270px;}
.work-usezan ul li img{display: block;height: auto;opacity: 1 !important;}
.work-usezan ul li .title p{color: #888;}
.work-usezan ul li img{
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}
.work-usezan ul li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
/* 产品推荐 */
.remmon-list ul li{
	float: left;
	height: auto;
	text-align: center;
	margin:25px 24px 35px 0;
	overflow: hidden;
}
.remmon-list ul.number3 li{width: 370px;margin-right: 20px;}
.remmon-list ul.number3 li img{width: 370px;}
.remmon-list ul.number4 li{width: 270px;} 
.remmon-list ul.number4 li img{width: 270px;} 
.remmon-list ul li img{
	height: auto;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.remmon-list ul li p{color: #888;}
/* ===== 关于我们集合-风采 */
.spic li {
	width: 270px;
	height: auto;
	margin-right:24px;
	float: left
}
.spic li .imghide{
	display: block;
	height: 180px;
	overflow: hidden;
}
.spic li img {
	width: 270px;
	height: 180px
}
.spic li .daskpic{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}
.spic li .daskpic a.big{
	top: -58px;
	left: 50%;
	width: 58px;
	height: 58px;
	background: url(../images/more2.png) no-repeat;
	margin:-29px 0 0 -29px;
}
.spic li .daskpic,
.spic li .daskpic a.big,
.spic li img{-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-ms-transition:all .4s ease-out;transition:all .4s ease-out;}
#spic .hd{width: 100%;text-align: center;}
#spic .hd li{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 12px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../images/slide2-ico.png) no-repeat 0 0;
}
#spic .hd li.on{background-position: -27px 0;}
.spic li:hover .daskpic{background: rgba(0,0,0,.6);}
.spic li:hover .daskpic a.big{top: 50%;}
.spic li:hover img{-webkit-transform: scale(1.3);-moz-transform: scale(1.3);-ms-transform: scale(1.3);transform: scale(1.3);}

/* ===== 我们观点 */
#lpic{padding-top: 0 !important;position: relative;}
#lpic ul.lpic li{
	float: left;
	width: 368px;
	min-height: 345px;
	border:1px solid #f0f0f0;
	margin-right: 20px
}
#lpic ul.lpic-list li{margin-bottom: 20px;}
#lpic ul.lpic li .news-detail{
	width: 330px;
	margin:0 auto;
}
#lpic ul.lpic li .news-detail h5 a{
	font-size: 14px;
	font-weight: bold;
}
#lpic ul.lpic li a.imgnews{
	display: block;
	width: 330px;
	height: 130px;
	overflow: hidden
}
#lpic ul.lpic li img{
	width: 330px;
	height: 130px;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	transition: all .4s ease-in
}
#lpic ul.lpic li .news-data{
	width: 100%;
	height: 43px;
	line-height: 43px;
}
#lpic ul.lpic li .news-detail h5 a,
#lpic ul.lpic li .news-data,
#lpic ul.lpic li .remark p{color: #666;}
#lpic ul.lpic li .remark{padding-bottom: 20px;}
#lpic ul.lpic li .remark p {
	max-height: 45px;
	overflow: hidden
}
#lpic ul.lpic li .remark a.news-more{display: block;color: #999;}
#lpic ul.lpic li:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
#lpic a.more-view{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e8e8e8;
	border-radius: 35px;
	text-align: center;
	color: #666;
	overflow: hidden;
	z-index: 1;
}
#lpic a.more-view:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 35px;
	background: #323233;
	border-color: #323233;
	z-index: -1
}
#lpic a.more-view,
#lpic a.more-view:before {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in
}
#lpic a.more-view:hover {color: #fff}
#lpic a.more-view:hover:before {width: 130px;}


/* =====  合作伙伴 */
.partner-usezan ul li{
	float: left;
	width: 215px;
	min-height: 135px;
	margin-bottom:18px;
	margin-right: 18px;
	overflow: hidden;
}
.partner-usezan ul li img{
	width: 213px;
	height: 133px;
	border: 1px solid #f0f0f0;
}
.partner-usezan ul li p{text-align: center;line-height:35px;}

/* =====  团队 */
.team-usezan .bd ul li{
	float: left;
	position: relative;
	width: 368px;
	height: 292px;
	text-align: center;
	margin: 82px 20px 20px 0;
    transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;}
.team-usezan .bd ul li .tema-pic{position: absolute;top: -53.5px;left: 50%;width: 119px;height: 119px;margin: 0 0 0 -59.5px;}
.team-usezan .bd ul li .tema-pic img{display: block;width: 107px;height: 107px;border: 6px solid #f0f0f0;border-radius: 150px;background: #fff;}
.team-usezan .bd ul li .team-right{width: 100%;min-height: 290px;background: #fff;border: 1px solid #f0f0f0;}
.team-usezan .bd ul li .team-right .enname{color: #282828;padding-top: 105px;}
.team-usezan .bd ul li .team-right .cnname{color: #a1a1a1;padding: 10px 0 20px;}
.team-usezan .bd ul li .team-right i{display: block;width: 34px;height: 2px;background: #eaeaea;margin: 0 auto;;}
.team-usezan .bd ul li .team-right .descri{padding: 10px 25px;color: #888;}

.team-usezan .hd{text-align: center;}
.team-usezan .hd ul li{display: inline-block;width: 13px;height: 13px;background: transparent;border:2px solid #e8e8e8;
text-indent: -99999px;border-radius: 50px;margin-right: 10px;margin-top: 10px;cursor: pointer;}
.team-usezan .hd ul li.on{border-color: #636363;}
.team-usezan .bd ul li:hover {box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1); margin-top:74px;}
.team-usezan.team-list .bd ul li:hover {margin-top: 82px;}
/* =====  服务 */
.hScroll-hide{position: relative;width: 1150px;margin: 0 auto;min-height: 300px;overflow: hidden;}
#fuwu ul{position: absolute;width:10000px;}
#fuwu ul li{float: left;width: 328px;height: auto;padding: 20px; margin: 5px 20px 20px 0;text-align: center; border: 1px solid #f0f0f0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
}
#fuwu ul li:last-child{margin-right: 0;}
#fuwu ul li img{min-width: 100px;max-height: 100px;overflow: hidden;}
#fuwu ul li h5 a{color: #323232;}
#fuwu ul li i{display:block;width:25px;height:2px;margin: 10px auto 20px; background:#dbdbdb;}
#fuwu ul li p{color: #969696;}
#fuwu ul li:hover{box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1); margin-top:0;}
.hScrollPane_dragbar{width:1150px; position: absolute; border:#e8e8e8 1px solid; left:0; bottom:5px; z-index:1;height: 10px;}
.hScrollPane_draghandle{position:absolute; width:80px; height:10px;background: #636363; overflow:hidden;bottom:0; cursor:pointer;left:0;}
/* 列表 */
#fuwu-list ul li{float: left;width: 328px;height: auto;padding: 20px; margin: 0 20px 20px 0;text-align: center; border: 1px solid #f0f0f0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
}
#fuwu-list ul li:last-child{margin-right: 0;}
#fuwu-list ul li img{max-width: 100px;max-height: 100px;overflow: hidden;}
#fuwu-list ul li h5 a{color: #323232;}
#fuwu-list ul li i{display:block;width:25px;height:2px;margin: 10px auto 20px; background:#dbdbdb;}
#fuwu-list ul li p{color: #969696;}
#fuwu-list ul li:hover{box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1); margin-top:-5px;margin-bottom: 25px;}
/* 招聘 */
.zhaopin li{height: auto;border: 1px solid #f0f0f0;border-width: 0 1px 1px;}
.zhaopin li:first-child{margin-top: 0;}
.zhaopin li:last-child{border-bottom: 0;}
.zhaopin li .r-jianjie{width: 100%;}
.zhaopin li .r-jianjie h3{
	color: #282828;
	height: 56px;
	line-height: 56px;
	border: 1px solid #f0f0f0;
	border-width: 1px 0 0;
	cursor: pointer;
}
.zhaopin li .r-jianjie h3,
.zhaopin li .r-jianjie p.tj,
.zhaopin li .r-jianjie .intro{padding: 0 20px;}
.zhaopin li .r-jianjie h3 span{
	display: inline-block;
	padding-left: 10px;
	font-size: 11px;
	color: #818181;
}
.zhaopin li .r-jianjie h3 i.jia{
	width: 14px;
	height: 12px;
	margin-top: 23px;
	cursor: pointer;
	background: url(../images/open.png) no-repeat 0 0;
}
.zhaopin li .r-jianjie .slide-hide{display: none;}
.zhaopin li .r-jianjie p.tj{margin: 14px 0 20px;}
.zhaopin li .r-jianjie p.tj a{
	display: inline-block;
	padding: 0 18px;
	color:#646464;
	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: none;}
.zhaopin li .r-jianjie .intro{padding-bottom: 20px;margin-bottom: 5px;}
.zhaopin li .r-jianjie .intro span{color: #282828;}
.zhaopin li .intro:last-child{border-bottom: none;}
.zhaopin li .r-jianjie h3 span.email:hover{color:#333;}

/* open */
.zhaopin li.open .r-jianjie .slide-hide{display: block;}
.zhaopin li.open .r-jianjie h3{border-width: 1px 0;}
.zhaopin li.open .r-jianjie h3 i.jia{background-position: 0 -72px;}
/** 联系我们 ============================================= */
.c-rematk{
	max-width: 680px;
	line-height: 22px;
	color: #888;
	font-size: 14px;
	margin:0 auto;
}
.contact_ny ul li{float: left;width:30%;height: 65px;padding: 20px 10px 50px 0;}
.contact_ny ul li i {float: left;display: inline-block;width: 65px;height: 65px;margin-right: 9px;
	background: url(../img/contact.png) no-repeat 0 0}
.contact_ny ul li h5 {color: #555}
.contact_ny ul li:nth-of-type(2) i {background-position: -322px 0}
.contact_ny ul li:nth-of-type(3) i {background-position: -574px 0}
.contact_ny ul li:hover{
	border-color: #969696;
}
/* 表单 */
.contact-form .form-action li{
	width: 302px;
	float: left; 
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 45px;
	margin-right: 110px;
}
.contact-form .form-action li:nth-of-type(3),
.contact-form .form-action li.textarea{margin-right: 0}
.contact-form .form-action li label{color: #fff;}
.contact-form .form-action input[type=text]{
	width: 99%; 
	padding-left: 5px;
	height: 36px;
	border: 0;
}
.contact-form .form-action li.textarea{width: 100%;}
.contact-form .form-action textarea{
	width: 100%;
	height: 20px;
	border: 0;
	outline: none;
	resize:none;
}
.contact-form .form-action input[type=submit]{
	display: block;
	width: 130px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	background:transparent; 
	border: 1px solid #f0f0f0;
	cursor: pointer;
	font-size: 12px;
    color: #666;
    border-radius: 5px;
}
/* 全屏模式 */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.swiper-container-vertical > .swiper-pagination-bullets{
	right:3% !important;
    top: 58% !important;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 15px 0 !important;
}
.swiper-button-next{
	right: 5% !important;
	background: url(../images/Arrow_45.png) no-repeat -105px 0 !important;
}
.swiper-button-prev{
	left: 5% !important;
	background: url(../images/Arrow_45.png) no-repeat 0 0 !important;
}
.swiper-button-prev, .swiper-button-next{
	width: 45px !important;
	height: 45px !important;
}
.swiper-pagination-bullet-active{background: #fff !important;}

/* 产品AJAX */
.ajax-list a{position: absolute;top: 45%;width: 45px;height: 45px;display: block;background: url(../images/Arrow_45.png) no-repeat 0 0;text-indent: -9999px;
z-index: 100;cursor: pointer;}
.ajax-list a.nopre,
.ajax-list a.pre{left: 80px;}
.ajax-list a.nonext,
.ajax-list a.next{right: 80px;}
.ajax-list .nopre,
.ajax-list .nonext{opacity: .5;}
.ajax-list .next,
.ajax-list .nonext{background-position: -105px 0;}

.loging{display: none;width: 32px;height: 32px;position: absolute;top: 45%;left: 50%;background: url(../images/msg_loading_d.gif) no-repeat;z-index: 999;}
/* 上下页 */

.preNext{height: 25px;line-height: 25px;padding:35px 0;}
.preNext span{display: block;width: 33.333333%;float: left;}
.preNext span.return{text-align: center;}
.preNext span.next{text-align: right;}
.preNext span a{width: auto;height: 25px;display: inline-block;background: url(../images/prenext.png) no-repeat 0 0;padding-left: 30px;}
.preNext span.next a{background-position: 0 -39px;}
.preNext span.return a{background-position: 0 -75px;}
.preNext span,
.preNext a{color: #999}

/* 分页 */
#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}
/* 下拉加载 */
#loading{width:195px;height:32px;line-height:32px;font-size:14px;text-align:center;padding-left:0;opacity:.7;background:url(../images/msg_loading_d.gif) no-repeat;margin:10px auto 30px;color:#000;display:none}
