﻿
@charset "utf-8";
/* 全局 */
/*首页标题*/
.index .in_title{position: relative;color: #333;font-size: 24px;font-weight: bold;line-height:30px;height:30px;text-align: center;padding-bottom: 10px;margin-bottom: 30px;}
.index .in_title:after{display: inline-block;content: "";width: 100px;height: 2px;background-color: #0086D4;position: absolute;z-index: 2;left: 50%;margin-left: -50px;bottom: 0;}
.index .in_title span{color: #999;font-size: 16px;font-weight: normal;line-height:30px;height:30px;padding-left:10px;}
/*产品中心*/
.index .pro_box{padding: 60px 0;background: #f4f5f6;}
.index .pro_box .pro_l{width: 270px;float: left;}
.index .pro_box .pro_l .pro_l_left{border: 2px solid #0086D4;background: #fff;border-top: 0;padding-bottom: 15px;overflow: hidden;}
.index .pro_box .pro_l .pro_tit{height: 70px;color: #fff;line-height: 70px;background: #0086D4 url(../images/pro.png) no-repeat 230px center;}
.index .pro_box .pro_l .pro_tit h3{position: relative;font-size: 22px;font-weight: bold;margin: 0 20px;}
.index .pro_box .pro_l ul{padding: 0 18px;overflow: hidden;}
.index .pro_box .pro_l ul li{font-size: 16px;line-height: 51px;}
.index .pro_box .pro_l ul li a{position: relative;display: block;color: #0086D4;padding-left: 25px;background: url(../images/tag.png) no-repeat 5px center;border-bottom: 1px solid #ddd;}
.index .pro_box .pro_l ul li:hover a{color: #0086D4;border-color: #0086D4;}
.index .pro_box .pro_list{float: right;width: 900px;}
.index .pro_box .pro_list li{float: left;margin-right: 20px;margin-bottom: 20px;padding: 8px;padding-bottom: 0;background: #fff;border: 1px solid #ddd;transition: .5s;}
.index .pro_box .pro_list li:nth-child(3n){margin-right: 0;}
.index .pro_box .pro_list li .img{position: relative;width: 268px;height: 201px;overflow: hidden;}
.index .pro_box .pro_list li .img img{width: 100%;height: 100%;transition: all .5s;}
.index .pro_box .pro_list li h3{color: #333;font-size: 16px;font-weight: bold;line-height: 43px;text-align: center;}
.index .pro_box .pro_list li:hover{border-color: #0086D4;}
.index .pro_box .pro_list li:hover .img img{transform: scale(1.2);}
.index .pro_box .pro_list li:hover h3{color: #0086D4;}
.index .pro_box .pro_list li .img .mask{width: 100%;height: 100%;background: rgba(0,134,212,.8);position: absolute;left: 0;top: 0;opacity: 0;transition: all .5s;}
.index .pro_box .pro_list li .img .link{display: block;width: 40px;height: 40px;position: absolute;left: 50%;top: 50%;margin-left: -20px;margin-top: -20px;background: url(../images/look.png) center no-repeat;}
.index .pro_box .pro_list li:hover .img .mask{opacity: 1;}

/*新闻中心*/
.index .inews{padding: 60px 0;}
.index .inews .in_title{margin-bottom: 40px;}
.index .inews .news{width:340px;height: 499px;overflow:hidden;float:left;padding:19px;padding-bottom: 0;border:1px solid #ddd;margin-right: 30px;}
.index .inews .news:last-child{margin-right: 0;}
.index .inews .news .title{height:20px;padding-bottom: 19px;border-bottom: 1px solid #ddd;overflow:hidden;}
.index .inews .news .title h3{float: left;color: #0086D4;font-size: 18px;font-weight: bold;line-height:20px;}
.index .inews .news .title span{float: left;color: #666;font-size: 16px;line-height: 22px;padding-left: 10px;}
.index .inews .news .title a{position: relative;height:20px;width:46px;color: #999;font-size:14px;line-height: 20px;padding-right: 15px;float:right;}
.index .inews .news .title a:after{display: inline-block;content: " + ";position: absolute;top: 50%;margin-top: -7px;right: 0;width: 12px;height: 12px;color: #999;font-size: 12px;line-height: 10px;text-align: center;border: 1px solid #999;border-radius: 100%;transition: all .5s;}
.index .inews .news .title a:hover{color: #0086D4;}
.index .inews .news .title a:hover:after{color: #0086D4;border-color: #0086D4;}
.index .inews .news .hot{position:relative;margin-top:20px;}
.index .inews .news .hot .img{width: 100%;height: 255px;overflow:hidden;}
.index .inews .news .hot .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .inews .news .hot h3{position: absolute;bottom: 0;left: 0;width:300px;height:50px;padding:0px 20px;color: #fff;font-size: 14px;font-weight: bold;line-height:50px;overflow:hidden;background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));transition: all .5s;}
.index .inews .news .hot:hover h3{color: #0086D4;}
.index .inews .news .hot:hover img{transform: scale(1.2);}
.index .inews .news .list{padding: 10px 0;}
.index .inews .news .list li{font-size:14px;line-height: 40px;border-bottom: 1px dashed #ddd;}
.index .inews .news .list li:last-child{border-bottom: 0;}
.index .inews .news .list li a{color: #333;}
.index .inews .news .list li span{float: right;color: #666;}
.index .inews .news .list li:hover a{color: #0086D4;}
.index .inews .news .bd{margin-top:20px;height: 420px;overflow: hidden;}
.index .inews .news .faq li{border-bottom:1px solid #ddd;margin-bottom: 15px;}
.index .inews .news .faq li h3{color: #333;font-size: 16px;line-height:30px;font-weight:bold;transition: all .5s;}
.index .inews .news .faq li p{color: #666;font-size: 12px;line-height: 23px;height: 46px;margin-top: 5px;padding-bottom: 15px;overflow:hidden;}
.index .inews .news .faq li:hover h3{color: #0086D4;}

/*浮动客服*/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: #0086D4;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #0086D4;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #0086D4;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #0086D4;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #0086D4;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}

html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0.4);
background-color:#0086D4;
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 33px;
	padding-bottom: 1px;
}
.pglist a:hover {
	display: inline-block;
	border-color: #0086D4;
}
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #0086D4;
	border-color: #0086D4;
}
/*返回首页*/
#tip {
	padding-top: 30px;
	min-height: 640px;
}
#tip b {
	color: #0086D4;
}
/*网站地图*/
.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}
.sitemap dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}
.sitemap dd {
	float: left;
	width: 83.333333%;
}
.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}
.sitemap dd a:hover {
	color: #333;
}
/*网站标签*/
.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}
.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}
.tags {
	overflow: hidden;
	margin-bottom: 20px;
}
.tags span {
	float: left;
	display: block;
	line-height: 40px;
}
.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}
.tags a:hover {
	background: #0086D4;
	border-color: #0086D4;
	color: #fff;
}
/*评论列表*/
.comment-main {
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-main:hover {
	border-bottom: 3px solid #0086D4;
	-webkit-box-shadow: 0 10px 20px 0 #CCC;
	-moz-box-shadow: 0 10px 20px 0 #CCC;
	-ms-box-shadow: 0 10px 20px 0 #CCC;
	-o-box-shadow: 0 10px 20px 0 #CCC;
	box-shadow: 0 10px 20px 0 #CCC;
}
.comment-title {
	width: 100%;
	height: 49px;
	line-height: 50px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.comment-title span {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 30px;
	background: #0086D4;
	color: #FFF;
}
.comment-show-box {
	margin: 20px 12px
}
.comment-show-box .pl-box2 {
	width: 100%
}
.comment-show-box .pl-box2 dl {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.comment-show-box .pl-box2 dl dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .pl-box2 dl dt img {
	width: 50px;
	height: 50px
}
.comment-show-box .pl-box2 dl dd {
	float: right;
	width: 92%;
}
.comment-show-box .pl-box2 dl dd h1 {
	font-weight: 700;
	font-size: 100%;
}
.comment-show-box .pl-box2 dl dd h1 span {
	color: #656565;
	font-weight: 400;
	float: right;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 10px;
	line-height: 20px
}
.comment-show-box .pl-box2 dl dd p.xz-fc1 {
	color: #0086D4;
}
.comment-show-box .xz-cb {
	zoom: 1
}
.comment-show-box .xz-cb:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #0086D4;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #333;
}
/*评论表单*/
.comment-show-box .fb-box {
	background: #FAFAFA;
	border: 1px solid #EEE;
	margin-top: 20px;
}
.comment-show-box .fb-box dl {
	float: left;
	width: 97%;
	padding: 12px;
}
.comment-show-box .fb-box dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .fb-box dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px
}
.comment-show-box .fb-box dd {
	float: right;
	width: 92%;
}
.comment-show-box .fb-box dd p {
	color: #656565;
}
.comment-show-box .fb-box dd p textarea {
	width: 97%;
	height: 120px;
	line-height: 20px;
	color: #6C6C6C;
	padding: 12px;
	border: 1px solid #EEE;
	outline: 0;
	font-family: "microsoft yahei";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box dd p textarea:focus {
	border: 1px solid #0086D4;
	box-shadow: 0 0 10px 0 #0086D4
}
.comment-show-box .fb-box-div {
	margin-top: -1px;
	background: #FAFAFA;
	border-radius: 0 0 5px 5px;
	border: 1px solid #EEE;
}
.comment-show-box .fb-box-div dl {
	padding: 12px;
	position: relative;
}
.comment-show-box .fb-box-div dd {
	font-size: 12px;
	line-height: 13px;
	color: #666;
}
.comment-show-box .fb-box-div input {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 39px;
	font-size: 12px;
	line-height: 39px;
	background: #AAA;
	color: #FFF;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box-div input:hover {
	background: #0086D4;
	color: #FFF;
}
/*点赞*/
#mood {
	margin-bottom: 30px;
	text-align: center;
}
#mood p {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}
#mood a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #555;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mood a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: sub;
	background: url(../images/dianzan.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#mood a span.dianzan-down {
	background-position: top right;
}
#mood a em {
	font-style: normal;
	font-size: 16px;
}
#mood a:hover {
	background: #0086D4;
	border-color: #0086D4;
	color: #fff;
}
#mood a:hover span.dianzan-up {
	background-position: bottom left;
}
#mood a:hover span.dianzan-down {
	background-position: bottom right;
}
/*视频样式*/
video {
	padding: 5px;
	background-color: #000;
}
