


/*所处位置开始*/
.wz{}
.wz-nav{
	margin: 10px 0;
}
.wz-nav li{
	display: inline-block;
}
.wz-nav li a{
	font-size: 14px;
	color: #666;
}


/*所处位置结束*/

/*关于我们*/


/*公司简介*/

/*小banner开始*/
.banners{
	height: 267px;
	position: relative;
	background: url(../images/ban.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.bans-txt{
	margin-top: 40px;
}
.bans-txt h1{
	font-weight: bold;
}
.bans-txt p{
	font-size: 18px;
}

.bans-nav{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	margin: 0;
	text-align: center;
	background-color: rgba(16,102,207,.8);
}
.bans-nav li{
	display: inline-block;
}
.bans-nav li a{
	display: block;
	font-size: 18px;
	color: #fff;
	padding: 8px 40px;
}
.bans-nav li a.ha{
	color: #000;
	font-weight: bold;
	background-color: #FFD959;
}


/*小banner结束*/


/*公司简介开始*/
.introduction{
	padding: 20px 0;
}
.int-nr{}
.int-nr h2{}
.int-nr .int-text{}
.int-nr .int-text .int-text-img{
	width: 500px;
	float: left;
	margin-right: 20px;
}
.int-nr .int-text .int-text-img video{
	width: 100%;
}

.int-nr .int-text .int-text-p{
	padding-top: 25px;
}
.int-nr .int-text .int-text-p .da{
	font-size: 30px;
    line-height: 50px;
	font-family: "华康俪金黑W8";
}
.int-nr .int-text .int-text-p p{
	font-size: 16px;
	line-height: 25px;
	text-indent: 2em;
}

@media (max-width: 991px){	
.int-nr .int-text .int-text-img{
	float: none;
}	
	
}

@media (max-width: 550px){	
.int-nr .int-text .int-text-img{
	width: 100%;
}	
	
}


/*公司简介结束*/



/*专业团队开始*/
.team{
	padding: 20px 0 40px;
	background-color: rgba(16,102,207,.2);
}
.tea-xian{
	margin: 20px 0;
}
.tea-xian p{
	width: 90%;
	height: 1px;
	margin: 0 auto;
	background-color: #ffd959;
}
.tea-text{}
.tea-text h3{
	position: relative;
	padding-left: 20px;
	font-size: 28px;
    line-height: 33px;
	font-family: "华康俪金黑W8";
}
.tea-text h3 i{
	display: block;
    float: left;
    width: 16px;
    height: 57px;
    margin-top: 4px;
    margin-right: 18px;
    background-color: #1066CF;
    border-bottom: 20px solid #ffd959;
}
.tea-text p{
	font-size: 16px;
	line-height: 25px;
	text-indent: 2em;
	margin: 20px;
	padding-bottom: 50px;
}
.tea-text span{
	display: block;
    width: 85%;
    height: 20px;
    margin: 40px auto 0;
	background-color: rgba(255,217,89,.8);
}

.tea-img{
	position: relative;
}
.tea-img div{
	position: relative;
	padding: 15px;
	overflow: hidden;
}
.tea-img div:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 60%;
	height: 60%;
	border-top: 15px solid #ffd959;
	border-right: 15px solid #ffd959;
}
.tea-img div:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 60%;
	height: 60%;
	border-bottom: 15px solid #ffd959;
	border-left: 15px solid #ffd959;
}

.tea-img div img{
	width: 80%;
	display: block;
}
.tea-img div img:first-of-type{
	float: right;
	margin-bottom: 8px;
}
.tea-img div img:last-of-type{
	float: left;
}


@media (max-width: 991px){	
.tea-text p{
	padding-bottom: 0px;
}	
	
}

@media (max-width: 767px){
.tea-text span{
	display: none;
}
	
}

/*专业团队结束*/


/*工厂照片开始*/
.gsimgs{
	margin: 20px 0;
}
.gsimgs .gs-lis{}
.gsimgs .gs-lis p{
	font-size: 18px;
	text-align: center;
	line-height: 35px;
}


@media (max-width: 767px) and (min-width: 480px){	
.gsimgs .gs-lis{
	width: 33% !important;
}	
	
}

/*工厂照片结束*/



/*公司认证证书页面*/


/*认证证书开始*/
.credentials{
	margin: 20px 0;
}
.cre-tittle{}
.cre-tittle ul{
	border-bottom: 1px solid #ccc;
}
.cre-tittle ul li{
	padding: 8px 25px;
	display: inline-block;
}
.cre-tittle ul li a{
	padding: 8px 25px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.cre-tittle ul li a.rz{
	color: #1066CF;
	border-bottom: 3px solid #1066CF;
}


.cre-nr li{
	display: none;
}
.cre-nr li:first-of-type{
	display: block;
}


.cre-lis{
	margin: 15px 0;
}
.cre-lis a{
	position: relative;
	display: block;
	padding: 10px;
	border: 1px solid #eee;
}
.cre-lis a.be:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: rgba(16,102,207,.5);
}


.cre-lis a img{
	display: block;
	width: 100%;
}
.cre-lis a p{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	font-size: 30px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding-top: 23%;
}
.cre-lis a.be p{
	display: block;
}

.cre-lis>p{
	font-size: 16px;
	color: #000;
	height: 35px;
	line-height: 35px;
	text-align: center;
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis;
}

.cre-lis .xg{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}


.cre-nr li .cre-lis .xg div{
	position: relative;
	max-width: 650px;
	margin: 50px auto 0;
}

.cre-nr li:first-of-type .cre-lis .xg div{
	width: 80%;
	
}
.cre-nr li:last-of-type .cre-lis .xg div{
	width: 30%;
	
}


.cre-lis .xg div i{
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 20px;
	width: 40px;
    height: 40px;
    line-height: 40px;
	text-align: center;
	cursor:pointer;
	border: 1px solid #333;
	background-color: #FFFFFF;
	border-radius: 50%;
}
.cre-lis .xg div img{
	display: block;
	width: 100%;
}

@media (max-width: 991px){
.cre-lis a p{
	font-size: 16px;
}	
	
}

@media (max-width: 767px){
.cre-nr li .cre-lis .xg div{
	position: relative;
	max-width: 650px;
	margin: 0 auto;
    padding: 50px 30px 10px;
}
.cre-nr li:first-of-type .cre-lis .xg div{
	width: 100%;
	
}
.cre-nr li:last-of-type .cre-lis .xg div{
	width: 100%;
	max-width: 557px;
}
.cre-lis .xg div i {
    top: 28px;
    right: 10px;
}
.cre-lis .xg div img{
	display: block;
	width: 100%;
	height: 100%;
}	
	
}

/*认证证书结束*/


/*企业文化页面*/

/*企业文化开始*/
.culture{
	margin: 20px 0;
}
.cul-tittle{}
.cul-tittle h2{}
.cul-tittle p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 25px;
}
.cul-lis{
	position: relative;
}
.cul-lis div{}
.cul-lis div h6{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
    text-align: center;
}
.cul-lis div p{
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-align: center;
}
.cul-lis ul{
	position: relative;
	margin: 20px 0;
	height: 270px;
}
.cul-lis ul:before{
	content: "";
	position: absolute;
	top: 60%;
	left: 0;
	z-index: -3;
	width: 100%;
	height: 1px;
	background-color: rgba(16,102,207,1);
}

.cul-lis ul li{
	position: absolute;
	display: inline-block;
	width: 200px;
	height: 200px;
	padding: 15px 20px;
	transition: all 0.33s;
}
.cul-lis ul li:before{
	content: "";
	position: absolute;
	top: 19px;
    left: 50%;
    width: 160px;
    height: 160px;
    margin-left: -80px;
	z-index: -2;
	border-radius: 10px;
	transform: rotate(45deg);
	background-color: rgba(16,102,207,.8);
	transition: all 0.33s;
}
.cul-lis ul li:hover{
	z-index: 5;
}
.cul-lis ul li:hover:before{
	-webkit-box-shadow: 5px 5px 20px #555;
	box-shadow: 5px 5px 20px #555;
	background-color: rgba(16,102,207,1);
}

.cul-lis ul li h6{
	position: relative;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
    text-align: center;
}
.cul-lis ul li h6:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 180px;
	height: 38px;
	margin-left: -90px;
	z-index: -1;
	background-color: #ffd959;
    -ms-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-box-shadow: 0 2px 0 #888, 0 4px 5px #333, inset 0 1px 1px #fff;
    box-shadow: 0 2px 0 #888, 0 4px 5px #333, inset 0 1px 1px #fff;
}

.cul-lis ul li p{
	font-size: 15px;
	color: #fff;
	text-align: center;
}


.cul-lis1{
	top: 10px;
    left: 110px;
}
.cul-lis2{
    top: 115px;
    left: 25.5%;
}
.cul-lis3{
	top: 10px;
    left: 50%;
    margin-left: -100px;
}
.cul-lis4{
    top: 115px;
    right: 25.5%;
}
.cul-lis5{
	top: 10px;
    right: 110px;
}


.cul-img{
	margin: 20px 0;
}
.cul-img ul{
	height: auto;
	overflow: hidden;
}
.cul-img ul li{
	float: left;
	padding: 0 9px;
}
.cul-img ul .cul1 img{
	width: 100%;
	max-width: 415px;
}
.cul-img ul .cul2 img{
	width: 100%;
	max-width: 450px;
}
.cul-img ul .cul3 img{
	width: 100%;
	max-width: 219px;
}


.cul-img div{
	padding: 10px;
}
.cul-img div img{
	width: 100%;
}

@media (max-width: 991px) and (min-width: 768px){
.cul-lis1{
	top: 10px;
    left: 10px;
}
.cul-lis2{
    top: 115px;
    left: 18.8%;
}
.cul-lis3{
	top: 10px;
    left: 50%;
    margin-left: -100px;
}
.cul-lis4{
    top: 115px;
    right: 18.8%;
}
.cul-lis5{
	top: 10px;
    right: 10px;
}


	
}


@media (max-width: 767px){
.cul-img ul li{
	float: left;
	padding: 9px;
}

.cul-lis1{
	top: 0px;
    left: 0px;
}
.cul-lis2{
    top: 130px;
    left: 17.8%;
}
.cul-lis3{
	top: 0px;
    left: 50%;
    margin-left: -100px;
}
.cul-lis4{
    top: 130px;
    right: 17.8%;
}
.cul-lis5{
	top: 0px;
    right: 0px;
}


}

@media (max-width: 600px){
.cul-lis ul{
	position: relative;
	margin: 20px 0;
	height: 570px;
}	
.cul-lis ul:before{
	content: "";
	position: absolute;
	display: none;
}
.cul-lis ul li{
	position: absolute;
	display: inline-block;
	width: 200px;
	height: 200px;
	padding: 15px 20px;
	
}
.cul-lis1{
	top: 0px;
    left: 0px;
}
.cul-lis2{
    top: 200px;
    left: 0;
}
.cul-lis3{
	top: 400px;
    left: 0;
    margin-left: 0;
}
.cul-lis4{
    top: 100px;
    right: 0;
}
.cul-lis5{
	top: 300px;
    right: 0px;
}

	
}


@media (max-width: 420px){
.cul-lis ul{
	height: 685px;
}	
.cul-lis ul:before{
	display: none;
}
.cul-lis ul li{
	position: absolute;
	display: inline-block;
	width: 200px;
	height: 200px;
	padding: 15px 20px;
}
.cul-lis1{
	top: 0px;
    left: 0px;
}
.cul-lis2{
    top: 250px;
    left: 0;
}
.cul-lis3{
	top: 500px;
    left: 0;
    margin-left: 0;
}
.cul-lis4{
    top: 125px;
    right: 0;
}
.cul-lis5{
	top: 375px;
    right: 0px;
}

	
}



/*企业文化结束*/


/*法律声明页面*/

/*法律声明开始*/
.statement{
	margin: 20px 0;
}
.sta-tittle{}
.sta-tittle h2{}
.sta-tittle p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 25px;
}
.sta-lis{
	margin: 20px 0;
}
.sta-lis li{
	margin-bottom: 15px;
}
.sta-lis li h6{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.sta-lis li p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 28px;
}



/*法律声明结束*/



/*立磨资讯页面*/


/*立磨资讯开始*/
.news{
	margin: 20px 0;
}
.news-tittle{}
.news-tittle ul{
	margin: 15px 0;
}
.news-tittle ul li{
	padding: 8px 0;
	display: inline-block;
}
.news-tittle ul li a{
	padding: 8px 25px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	border: 1px solid #ccc;
}
.news-tittle ul li a.ne{
	color: #fff;
	background-color: rgba(16,102,207,.8);
}




.news-nav{
	margin-top: 15px;
}
.news-nav li{
	margin-bottom: 8px;
}
.news-nav .newsfirst{
	margin-bottom: 15px;
}
.news-nav .newsfirst:hover .media-left a{
	border: 1px solid #1066CF;
}
.news-nav .newsfirst:hover .media-body a h4{
	color: #1066CF;
}
.news-nav .newsfirst:hover .media-body a p{
	padding-left: 10px;
}


.news-nav .newsfirst .media-left{
	padding-right: 3%;
	float: left;
}
.news-nav .newsfirst .media-left a{
	display: block;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0);
	-webkit-transition: all 0.66s;
	transition: all 0.66s;
}
.news-nav .newsfirst .media-left a img{
	display: block;
	width: 400px;
}

.news-nav .newsfirst .media-body{
	display: block;
	width: auto;
	padding: 10px 0;
	margin-top: 10px;
}
.news-nav .newsfirst .media-body a{
	display: block;
}
.news-nav .newsfirst .media-body a h4{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 33px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-nav .newsfirst .media-body a .sj{
	font-size: 14px;
	color: #aaa;
	padding-left: 15px;
}
.news-nav .newsfirst .media-body a p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	-webkit-transition: all 0.66s;
	transition: all 0.66s;
}

.news-nav .newsfirst .media-body .lj{
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 14px;
	color: #aaa;
	width: 140px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    border: 1px solid #aaa;
    text-align: center;
    -webkit-transition: all 0.66s;
	transition: all 0.66s;
}
.news-nav .newsfirst:hover .media-body .lj{
	color: #1066CF;
	right: 25px;
	border: 1px solid #f8cc39;
	background-color: #ffd959;
    box-shadow: 0 2px 0 #ccc, 0 3px 1px #999, inset 0 1px 1px #fff;
}





.news-nav .newslis{}
.news-nav .newslis a{
	position: relative;
	display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 0.66s;
	transition: all 0.66s;
	overflow: hidden;
}
.news-nav .newslis a:hover{
	padding-left: 25px;
	background-color: rgba(16,102,207,.1);
}
.news-nav .newslis a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 150px;
	height: 3px;
	background-color: rgba(16,102,207,1);
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
    transition: all .66s cubic-bezier(.17, .84, .44, 1);
}
.news-nav .newslis a:hover:after{
	width: 100%;
}

.news-nav .newslis a .media-left{
	float: left;
	padding-right: 3%;
}
.news-nav .newslis a .media-left img{
	display: block;
	width: 250px;
}

.news-nav .newslis a .media-body{
	position: relative;
	padding: 10px 0;
}
.news-nav .newslis a .media-body h4{
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.66s;
	transition: all 0.66s;
}
.news-nav .newslis a:hover .media-body h4{
	color: #1066CF;
}
.news-nav .newslis a .media-body .sj{
	font-size: 14px;
	color: #aaa;
	padding-left: 15px;
}
.news-nav .newslis a .media-body p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-transition: all 0.66s;
	transition: all 0.66s;
}
.news-nav .newslis a .media-body .lj{
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 15px;
	color: #aaa;
	width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.66s;
	transition: all 0.66s;
}
.news-nav .newslis a:hover .media-body .lj{
	color: #1066CF;
	right: 25px;
	/*border-radius: 15px;
	background-color: #ffd959;*/
}


.newsfy{
	margin: 20px 0;
}


@media (max-width: 750px){
.news-nav .newsfirst {
    margin-bottom: 45px;
}
.news-nav .newsfirst .media-left{
	padding-right: 0;
	float: none;
}
.news-nav .newsfirst .media-left a img{
	display: block;
	width: 100%;
	max-width: 400px;
}
.news-nav .newsfirst .media-body a h4 {
    font-size: 24px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: inherit;
}	
.news-nav .newsfirst .media-body a p {
    -webkit-line-clamp: 3;
    margin-bottom: 15px;
}	
	
.news-nav .newsfirst .media-body .lj {
    bottom: -30px;
}



.news-nav .newslis a .media-left{
    display: none;
}	
.news-nav .newslis a .media-body p {
    margin-bottom: 30px;
}
.news-nav .newslis a {
    overflow: hidden;
}
.news-nav .newslis a .media-body h4 {
    width: 90%;
}
.news-nav .newslis a .media-body p {
    width: 90%;
}
	
}


/*立磨资讯结束*/



/*新闻详情页开始*/



.xinwen{
	padding: 20px 0;
}

.xinwen-title h2{
	font-size: 30px;
}
.xinwen-title p{
	color: #aaa;
	margin: 10px 0;
}
.xinwen-dd{
	background-color: rgba(16,102,207,0.2);
	border: 1px solid rgba(16,102,207,0.8);
	margin: 10px;
}
.xinwen-dd p{
	font-size: 16px;
    line-height: 28px;
    padding: 10px 15px;
}
.xinwen-dd p span{
	color: rgba(16,102,207,1);
	font-weight: bold;
}

.xinwen-nav p{
	text-indent: 2em;
	font-size: 16px;
    line-height: 28px;
    margin: 10px 0;
}
.xinwen-nav img{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 15px auto;
}




.xinwen-sx{
	border-top: 1px solid #ccc;
	height: auto;
	line-height: 40px;
	padding-top: 10px;
}
.xinwen-sx .x-sx-lf,.xinwen-sx .x-sx-rg{
	color: #666;
	font-size: 18px;
	
}
.xinwen-sx .x-sx-lf a,.xinwen-sx .x-sx-rg a{
	color: rgba(16,102,207,1);
}
.xinwen-sx .x-sx-lf{
	float: left;
}
.xinwen-sx .x-sx-rg{
	float: right;
}

.xinwen-lb-lf,.xinwen-lb-rg{
	margin-top: 20px;
}
.xinwen-lb-lf dl dt,.xinwen-lb-rg dl dt{
	font-size: 18px;
	color: #555;
	padding: 10px 0;
}
.xinwen-lb-lf dl dd,.xinwen-lb-rg dl dd{
	height: 35px;
	line-height: 35px;
	padding-right: 10px;
}

.xinwen-lb-lf dl dd .xin-lf,.xinwen-lb-rg dl dd .xin-lf{
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	color: #666;
	float: left;
	width: 68%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xinwen-lb-lf dl dd .xin-lf:hover,.xinwen-lb-rg dl dd .xin-lf:hover{
	color: #1066CF;
}

.xinwen-lb-lf dl dd .xin-rg,.xinwen-lb-rg dl dd .xin-rg{
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	color: #888;
	float: right;
	width: 80px;
}


@media (max-width: 500px) {
.xinwen-sx {
    clear: both;
    border-top: 1px solid #ccc;
    height: auto;
    line-height: 40px;
    padding-top: 10px;
}
.xinwen-sx .x-sx-lf{
	float: none;
}
.xinwen-sx .x-sx-rg{
	float: none;
}

	
}


/*新闻详情页结束*/




/*相关产品页面*/


/*相关产品开始*/
.product{
	margin: 20px 0;
}

.pro-cxm{
	margin-bottom: 20px;
}

.pro-tittle{
	margin: 20px 0;
}
.pro-tittle h5{
	border-top: 1px solid #1066CF;
	background: url(../images/pro-bg.png) no-repeat;
	padding-left: 20px;
    margin: 0;
    height: 50px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
}

.pro-first{}
.pro-first a{
	display: block;
	position: relative;
	border: 1px solid #1066CF;
}
.pro-first a img{
	width: 100%;
	display: block;
}
.pro-first a p{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0 15px;
	border-radius: 0 50% 50% 0;
	background-color: #ffd959;
}
.pro-first a p span{
	font-size: 20px;
	color: #333333;
	display: block;
    width: 30px;
    font-weight: bold;
    margin-top: 45px;
    line-height: 24px;
    word-break: break-all;
    text-align: center;
    vertical-align: middle;
}


.pro-nr{}
.pro-nr p{
	margin-bottom: 15px;
}
.pro-nr .pro-lis{
	overflow: hidden;
    padding: 0 15px;
}
.pro-nr .pro-lis li{
	width: 33%;
	float: left;
	padding: 0 15px;
}
.pro-nr .pro-lis li a{
	display: block;
	position: relative;
	border: 1px solid #ccc;
	-webkit-transition: all 0.66s;
	transition: all 0.66s;
}
.pro-nr .pro-lis li a img{
	width: 100%;
}
.pro-nr .pro-lis li a div{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35px;
	overflow: hidden;
	border-radius: 50% 50% 0 0;
	background-color: rgba(16,102,207,1);
	-webkit-transition: all 0.66s;
	transition: all 0.66s;
}
.pro-nr .pro-lis li a:hover{
	border-color: rgba(16,102,207,1);
}
.pro-nr .pro-lis li a:hover div{
	height: 80px;
	background-color: rgba(16,102,207,.8);
}

.pro-nr .pro-lis li a div h6{
	font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.pro-nr .pro-lis li a div p{
	margin: 0 auto;
    padding: 0 5px;
    text-align: center;
}
.pro-nr .pro-lis li a div p span{
	color: #fff;
    font-size: 14px;
    margin: 0 3px;
}





@media (max-width: 768px){
.pro-nr .pro-lis li{
	width: 50%;
	float: left;
	max-width: 332px;
	padding: 0 15px;
	margin: 10px 0;
}	
	
	
}

@media (max-width: 430px){
.pro-nr .pro-lis li{
	width: 100%;
	float: left;
	max-width: 332px;
	padding: 0 15px;
	margin: 10px auto;
}	
	
	
}



/*相关产品结束*/



/*产品详情页*/

/*产品详情开始*/
.details{
	margin: 40px 0;
}
.dat-img{}


.banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.banner .img{
	padding: 3px;
    border: 1px solid #1066CF;
    margin-bottom: 20px;
}
.banner .img li{
	display: none;
}
.banner .img li.ab{
	display: block !important;
}
.banner .img li img{
	width: 100%;
}

.banner .num{
	width: 100%;
	text-align: center;
}
.banner .num li{
	display: inline-block;
	width: 50px;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fff;
	cursor: pointer;
}
.banner .num li.at{
	border-color: #1066CF;
	border-width: 2px;
}


.banner .num li img{
	width: 100%;
}

.banner .btn_l,.banner .btn_r{
	position: absolute;
	top: inherit;
	bottom: 0;
	font-size: 50px;
	color: #999;
	padding: 6px 0px;
	line-height: 1;
}
.banner .btn_l:hover,.banner .btn_r:hover{
	color: #555;
}
.banner .btn_l:active,.banner .btn_r:active{
	box-shadow: none;
}
.banner .btn_l:focus,.banner .btn_r:focus{
	outline: none;
}


.banner .btn_l{
	left: 0px;
}
.banner .btn_r{
	right: 0px;
}



.dat-nr{}
.dat-nr h2{
	color: #1066CF;
	font-size: 36px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #1066CF;
}
.dat-nr p{
	font-size: 16px;
    margin: 5px 0;
}
.dat-nr p span b{
	color: #1066CF;
}
.dat-nr p span{
	margin-right: 8px;
}

.dat-nr .dat-td{
	margin: 18px;
	padding: 8px 15px;
    text-align: center;
    background-color: #ffd959;
}
.dat-nr .dat-td h5{
	font-size: 24px;
	color: #1066CF;
	font-weight: bold;
}
.dat-nr .dat-td p{
	font-size: 18px;
	font-weight: bold;
}

.dat-nr .dat-lx{
	padding: 0 15px;
}
.dat-nr .dat-lx .dat-inp{
	display: inline-block;
    width: 200px;
    float: left;
    height: 50px;
}
.dat-nr .dat-lx .dat-inp:focus{
	color: rgba(16,102,207,1);
    background-color: rgba(16, 102, 207, 0.09);
}

.dat-nr .dat-lx .dat-lx-zx{
	display: inline-block;
    float: left;
	width: 100px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin: 0 15px;
	border: 1px solid rgb(2, 89, 195);
	background-color: rgba(16,102,207,.8);
    -webkit-transition: all 0.66s;
	transition: all 0.66s;
}
.dat-nr .dat-lx .dat-lx-zx:hover{
	background-color: rgba(16,102,207,1);
	box-shadow: 0 1px 0 #888, 0 4px 1px #999, inset 0 1px 1px #fff;
    /* box-shadow: 0 3px 5px #666; */
    border-radius: 8px;
    border: 1px solid rgb(2, 89, 195);
}

/*.dat-nr .dat-lx .dat-lx-tel{
	position: relative;
	display: inline-block;
	height: 51px;
	color: #1066CF;
	padding-top: 15px;
	padding-left: 60px;
	margin: 0 15px;
	font-size: 28px;
    font-weight: bold;
	background: url(../images/tel.png) no-repeat;
	background-size: auto;
}
.dat-nr .dat-lx .dat-lx-tel:before{
	content: "24小时热线";
	position: absolute;
	top: 0;
	left: 63px;
	z-index: 1;
	color: #000000;
	font-size: 14px;
}*/

@media (max-width: 1200px) and (min-width: 992px){
.dat-nr .dat-lx img{
	margin: 8px 0;
}	
	
}

@media (max-width: 991px) and (min-width: 768px){
.details{
	position: relative;
	height: 430px;
}
.dat-nr{
	position: static;
}	
.dat-nr .dat-td {
    position: absolute;
    left: 50%;
    bottom: 55px;
    width: 700px;
    margin-left: -350px;
}
.dat-nr .dat-lx{
	position: absolute;
    left: 50%;
    bottom: 0px;
    width: 700px;
    margin-left: -350px;
}
	
}


@media (max-width: 767px){
.dat-nr .dat-lx a{
	margin-bottom: 8px !important;
}	
.dat-nr .dat-lx .dat-lx-zx{
	width: 100px;
}	
	
}

@media (max-width: 500px){
.dat-nr .dat-lx{
	padding: 0;
}	
.dat-nr .dat-lx .dat-inp {
    width: 100%;
    margin: 10px 0;
}

.dat-nr .dat-lx .dat-lx-zx {
    width: 100%;
    margin: 10px 0;
}
.dat-nr .dat-lx img{
	margin: 8px 0;
}		
	
}


/*产品详情结束*/

/*顶部导航开始*/

.xinxi .xinxi-nav{
	background-color: rgba(16,102,207,.7);
}
.xinxi-tittle{}
.xinxi-tittle .navbar-toggle {
    margin: 12px 15px 0 0;
    color: #fff;
}
.xinxi-tittle h1{
	color: #fff;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
}

.tds{
	position: relative;
}
.tds .dat-lx-tel{
	position: absolute;
	top: 2px;
	right: 0;
	display: inline-block;
	height: 51px;
	color: #ffd959;
	padding-top: 15px;
	padding-left: 60px;
	margin: 0 15px;
	font-size: 28px;
    font-weight: bold;
	background: url(../images/tel.png) no-repeat;
	background-size: auto;
}
.tds .dat-lx-tel:before{
	content: "24小时热线";
	position: absolute;
	top: 0;
	left: 63px;
	z-index: 1;
	color: #fff;
	font-size: 14px;
}

.tds ul{}
.tds ul li{
	float: left;
}
.tds ul li a{
	line-height: 35px;
    font-size: 16px;
    color: #fff;
}
.tds ul li a:focus,.tds ul li:focus{
	color: #fff;
	background-color: inherit;
}
.tds ul li.act,.tds ul li.act a,.tds ul li a:hover{
	color: #000;
	background-color: #ffd959;
}

@media only screen and (max-width: 991px) {
.tds .dat-lx-tel{
	display: none;
}
	
}

@media only screen and (max-width: 768px) {
.tds ul li a{
	line-height: 20px;
    font-size: 14px;
    padding: 10px;
}
	
}

/*顶部导航结束*/


/*产品参数开始*/
.canshu{
	margin: 20px 0;
}
.canshu-nr{}
.canshu-nr>div{
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.canshu-nr div h4{
	font-size: 22px;
	font-weight: bold;
	color: #1066CF;
}
.canshu-nr div p{
	font-size: 15px;
    line-height: 32px;
	margin-bottom: 5px;
}
.canshu-nr div p img{
	width: 100%;
	display: block;
	max-width: 790px;
	margin: 5px auto;
}

.canshu-nr div table{
	max-width: 850px;
}
.canshu-nr div table tr th,.canshu-nr div table tr td{
	text-align: center;
	vertical-align: middle;
}
.canshu-nr div table tr:nth-of-type(2n-1){
	background-color: rgba(16,102,207,.08);
}
.canshu-nr div table tr:hover{
	background-color: rgba(16,102,207,.1);
}
.canshu-nr div table tr:first-of-type{
	color: #fff;
	background-color: rgba(16,102,207,.8);
}



/*产品参数结束*/

/*在线留言开始*/
.zxly{
	margin: 20px 0;
}
.zxly-tittle{}
.zxly-tittle h3{
	font-weight: bold;
	color: #1066CF;
}
.zxly-form{
	padding: 20px 0;
}
.zxly-form form{
	margin: 0;
}
.zxly-form form label{
	margin: 10px 0;
}
.zxly-form form div{
	margin: 20px 0;
}
.zxly-form form label input{
	width: 90%;
	height: 40px;
	background-color: rgba(16,102,207,0);
	transition: all 0.33s; 
}

.zxly-form form label textarea{
	width: 90%;
	height: 90px;
	background-color: rgba(16,102,207,0);
	transition: all 0.33s; 
}

.zxly-form form label input:focus,.zxly-form form label textarea:focus{
	color: rgba(16,102,207,1);
	background-color: rgba(16,102,207,.05);
}

.zxly-form form div button{
	width: 50%;
	margin: 10px auto;
	color: #333;
	border: 1px solid #f8cc39;
	background-color: rgba(255,217,89,.8);
	box-shadow: 0 2px 0 #ccc, 0 3px 1px #999, inset 0 1px 1px #fff;
	transition: all 0.33s; 
}
.zxly-form form div button:hover,.zxly-form form div button:focus,.zxly-form form div button:visited{
	width: 80%;
	color: #000;
	border-radius: 30px;
	border: 1px solid #f8cc39;
	background-color: rgba(255,217,89,1);
    box-shadow: 0 2px 0 #ccc, 0 4px 1px #888, inset 0 1px 1px #fff;
}


@media only screen and (max-width: 480px) {
.zxly-form form label input{
	width: 100%;
}
.zxly-form form label textarea{
	width: 100%;
}
.zxly-form form div button{
	width: 80%;
}
.zxly-form form div button:hover,.zxly-form form div button:focus,.zxly-form form div button:visited{
	width: 100%;
}
	
}


/*在线留言结束*/


/*联系我们页面*/

/*联系我们开始*/
.contact{
	margin: 20px 0;
}
.cont-tittle{
	margin-bottom: 20px;
}
.cont-tittle h3{
	color: #1066CF;
	font-weight: bold;
}
.cont-tittle p{
	font-size: 15px;
    line-height: 25px;
}

.cont-form{}
.cont-form form{
	margin: 0;
}
.cont-form form h4{
	font-size: 22px;
}
.cont-form form label{
	margin: 10px 0;
}
.cont-form form div{
	margin: 20px 0;
}
.cont-form form label input{
	width: 100%;
	height: 40px;
	background-color: rgba(16,102,207,0);
	transition: all 0.33s; 
}

.cont-form form label textarea{
	width: 100%;
	height: 90px;
	background-color: rgba(16,102,207,0);
	transition: all 0.33s; 
}

.cont-form form label input:focus,.cont-form form label textarea:focus{
	color: rgba(16,102,207,1);
	background-color: rgba(16,102,207,.05);
}

.cont-form form div button{
	width: 50%;
	margin: 10px auto;
	color: #333;
	border: 1px solid #f8cc39;
	background-color: rgba(255,217,89,.8);
	box-shadow: 0 2px 0 #ccc, 0 3px 1px #999, inset 0 1px 1px #fff;
	transition: all 0.33s; 
}
.cont-form form div button:hover,.cont-form form div button:focus,.cont-form form div button:visited{
	width: 80%;
	color: #000;
	border-radius: 30px;
	border: 1px solid #f8cc39;
	background-color: rgba(255,217,89,1);
    box-shadow: 0 2px 0 #ccc, 0 4px 1px #888, inset 0 1px 1px #fff;
}

.cont-tel{}
.cont-tel .cont-tel-tp{
	margin-bottom: 15px;
}
.cont-tel .cont-tel-tp p{
	font-size: 16px;
	line-height: 25px;
}
.cont-tel .cont-tel-tp p b{}

.cont-tel .cont-tel-bt{}
.cont-tel .cont-tel-bt p{}
.cont-tel .cont-tel-bt div{
	margin: 10px 0 20px;
}
.cont-tel .cont-tel-bt div img{
	display: inline-block;
    width: 38%;
    max-width: 150px;
    margin: 0 1%;
}
.cont-tel .cont-tel-bt div a{
	display: inline-block;
	width: 40%;
	height: 50px;
	line-height: 50px;
	margin: 0 2%;
	font-size: 16px;
	text-align: center;
	border-radius: 3px;
	transition: all 0.33s;
}
.cont-tel .cont-tel-bt div .cont-zx{
	color: #fff;
	border: 1px solid #0e62ca;
	background-color: rgba(16,102,207,.7);
}
.cont-tel .cont-tel-bt div .cont-zx:hover,.cont-tel .cont-tel-bt div .cont-zx:focus{
	color: #fff;
    border-radius: 30px;
    border: 1px solid #0e62ca;
    background-color: rgba(16,102,207,1);
    box-shadow: 0 2px 0 #555, 0 4px 1px #888, inset 0 1px 1px #fff;
}

.cont-tel .cont-tel-bt div .cont-bj{
	color: #333;
    border: 1px solid #f8cc39;
    background-color: rgba(255,217,89,.7);
}
.cont-tel .cont-tel-bt div .cont-bj:hover,.cont-tel .cont-tel-bt div .cont-bj:focus{
	color: #000;
    border-radius: 30px;
    border: 1px solid #f8cc39;
    background-color: rgba(255,217,89,1);
    box-shadow: 0 2px 0 #ccc, 0 4px 1px #888, inset 0 1px 1px #fff;
}

.cont-map{
	padding: 15px 20px;
}
#dituContent{
	width: 100%;
	height: 450px;
}

.iw_poi_title {
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap;
}
.iw_poi_content {
	font:12px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word;
}



@media only screen and (max-width: 600px) {
.cont-form form label input{
	width: 100%;
}
.cont-form form label textarea{
	width: 100%;
}
.cont-form form div button{
	width: 80%;
}
.cont-form form div button:hover,.cont-form form div button:focus,.cont-form form div button:visited{
	width: 100%;
}

.cont-map{
	padding: 15px;
}
#dituContent{
	width: 100%;
	height: 300px;
}

	
}


/*联系我们结束*/


/*人力资源页面*/

/*人力资源开始*/
.recruit{
	margin: 20px 0;
}
.rec-tittle{}
.rec-tittle h3{
	text-align: center;
	font-weight: bold;
	color: #1066CF;
}
.rec-tittle p{
	text-indent: 2em;
	margin-bottom: 8px;
    font-size: 16px;
    line-height: 25px;
}

.rec-fl{
	padding: 10px 0;
}
.rec-fl>div{
	color: #1066CF;
	font-size: 28px;
	font-weight: bold;
}
.rec-fl ul{
    margin: 0;
}
.rec-fl ul li{
	margin-bottom: 5px;
}
.rec-fl ul li h6{
    float: left;
    width: 80px;
    height: 80px;
    font-size: 23px;
    font-weight: bold;
    border-radius: 50%;
    padding: 16px;
    background-color: #ffd959;
}
.rec-fl ul li p{
	font-size: 16px;
    padding-top: 20px;
    padding-left: 90px;
}



.rec-zp{
	padding: 10px 0;
}
.rec-zp .rec-zp-tittle{
	color: #1066CF;
	font-size: 28px;
	font-weight: bold;
}
.rec-zp ul{}
.rec-zp ul .rec-zp-lis{
	padding-left: 15px;
}
.rec-zp ul .rec-zp-lis a{
	display: block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px dashed #666;
}
.rec-zp ul .rec-zp-lis a b{
	font-size: 20px;
    color: #000;
}
.rec-zp ul .rec-zp-lis a:hover b{
	color: #1066CF;
}
.rec-zp ul .rec-zp-lis a em{
	font-size: 16px;
    color: #666;
}
.rec-zp ul .rec-zp-lis a span{
	float: right;
    color: #555;
    font-size: 14px;
    margin-top: 5px;
}
.rec-zp ul .rec-zp-lis a span i{
    color: #555;
    font-size: 12px;
    margin-right: 5px;
}

.rec-zp ul .rec-zp-lis ol{
	display: none;
	padding: 10px 0 10px 20px;
	background-color: rgba(255, 217, 89, 0.06);
}
.rec-zp ul .rec-zp-lis:first-of-type ol{
	display: block;
}

.rec-zp ul .rec-zp-lis ol li{
	font-size: 16px;
	line-height: 25px;
}
.rec-zp ul .rec-zp-lis ol li.rec-b{
	font-weight: bold;
}



/*人力资源结束*/










