@charset "utf-8";
/* -------------------------common start-----------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, blockquote, h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
 html button::-moz-focus-inner {
 border-color: transparent !important;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
ul, li, dl, dt, dd, ol {
	display: block;
	list-style: none;
}
fieldset, img {
	border: 0;
}
iframe {
	background-image: none;
}
.clear {
	clear: both;
	height: 0px;
}
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
img {
	border: 0px;
}
body {
	font-family: "微软雅黑";
	color: #333333;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	background: #ffffff;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #01A2EA;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.none {
	display: none;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1032 {
	width: 1032px;
	margin: 0 auto;
}
.blod {
	font-weight: bold;
}
html {
	-webkit-text-size-adjust: none;
	font-size: 12px;
}
em {
	font-style: normal;
}
i, em {
	font-style: normal;
}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* ---------------------------------------------------common end--------------------------------------------------*/
/* side_nav */
.side_nav {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9999;
	width: 60px;
}
.side_nav ul li {
	position: relative;
	width: 60px;
	height: 60px;
	float: right;
	margin-bottom: 1px;
}
.side_nav ul li a {
	display: inline-block;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.current_side_n {
	width: 140px !important;
}
.current_side_n a {
	width: 140px !important;
}
.side_nav ul li span {
	width: 164px;
	height: 164px;
	float: left;
	color: #000;
	line-height: 60px;
	font-size: 16px;
	margin-left: 60px;
	cursor: pointer;
}
.side_nav_3 a {
	width: 60px;
}
.side_nav_3 a span {
	position: absolute;
	right: 61px;
	bottom: 0;
	margin-left: 0 !important;
	display: none;
}
.tel a {
	background: #fff  no-repeat 15px 15px;
	border: 1px solid #e6e6e6;
}
.QQ a {
	background: #fff no-repeat 15px -96px;
	border: 1px solid #e6e6e6;
}
.sub_QR a {
	background: #fff  no-repeat 15px -207px;
	border: 1px solid #e6e6e6;
}
.back_top a {
	background: #fff  no-repeat 15px -317px;
	border: 1px solid #e6e6e6;
}
/* ---------------------------------------------------side_nav end--------------------------------------------------*/

/*header*/
.header {
    background: #000;
    width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 999;
	}
.fixedhead{
	filter: alpha(opacity=80);
    opacity: 0.8;
}
.logo {
	width: 237px;
	float: left;
}
.logo img {
	display: block;
}
.header_tel {
	width: 178px;
	float: right;
	text-align: left;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height:50px;
	padding-left:50px;
	background: url(../images/header_phone.png) left center no-repeat;
}
/*nav*/
.nav {
	height: 50px;
    background: #01A2EA;
    width: 100%;
    z-index: 999;
}
.fixednav{
	position: fixed;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=80);
    opacity: 0.8;	
}

.nav li {
	width:90px;
	height:50px;
	line-height: 50px;
	float: left;
	text-align: center;
	overflow: hidden;
}
/*.nav li.home{
	width:80px;
	text-align:left;
	padding-left:30px;
	background:url(../images/home.png) no-repeat 10px 14px;
}*/
.nav li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.nav li:hover {
	background-color:#0E57A8;
}
.nav li:hover a{
	color:#fff;
}
.nav li div.secNav{width:150px; overflow:hidden; position:absolute; z-index:999; display:none;}
.nav li div.secNav a{display:block; background-color:#01A2EA; filter:alpha(opacity=90); opacity:0.9; line-height:40px; height:40px; font-size:14px; color:#fff; margin-top:2px;}
.nav li div.secNav a:hover{background-color:#0E57A8; filter:alpha(opacity=90); opacity:0.9; color:#fff;}
/*index_focus*/
.index_focus {
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}
.index_focus .bd li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
.index_focus_post {
	z-index: 10;
}
.index_focus .pic {
	height: 500px;
	display: block;
	text-align: center;
}
.index_focus .pic:hover {
	text-decoration: none;
}
.index_focus .slide_nav {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.index_focus .slide_nav a {
	cursor: pointer;
	margin: 0 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fedc00;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.index_focus .slide_nav li:hover, .index_focus .slide_nav .on {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.index_focus_pre, .index_focus_next {
	position: absolute;
	top: 50%;
	margin-top: -36px;
	width: 38px;
	height: 80px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
}
.index_focus_pre {
	left: 30px;
	background-position: 0 0;
	background: url(../images/jt1.png) no-repeat;
}
.index_focus_pre:hover {
	left: 30px;
	background-position: 0 0;
	background: url(../images/jt1.png) no-repeat;
}
.index_focus_next {
	right: 30px;
	background-position: 0 0;
	background: url(../images/jt2.png) no-repeat;
}
.index_focus_next:hover {
	right: 30px;
	background-position: 0 0;
	background: url(../images/jt2.png) no-repeat;
}
/*notice_search*/
.notice_search {
	background: #eeeee6;
	border-bottom: 1px solid #d6d6d3;
	height: 53px;
	overflow: hidden;
}
.index_notice {
	float: left;
	color: #545454;
	width: 600px;
	font-size: 18px;
}
.index_notice span {
	line-height: 50px;
	color: #01A2EA;
	vertical-align: top;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/notice_bg.jpg) left 1px no-repeat;
}
.index_notice a {
	color: #545454;
	line-height: 52px;
	font-size: 14px;
}
.index_search {
	width: 287px;
	float: right;
	margin-top: 8px;
}
.s_c {
	width: 243px;
	height: 35px;
	float: left;
	border: 1px solid #d6d7d2;
	position: relative;
	z-index: 10;
	background: #fff;
	border-right: 0;
}
.search_text {
	width: 160px;
	height: 35px;
	line-height: 35px;
	text-indent: 6px;
	color: #555555;
	outline: none;
	float: left;
	border: 0;
	background: #fff;
}
.search_submit:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.select {
	float: left;
	width: 72px;
	border: 0;
	color: #555555;
	margin-top: 8px;
	outline: none;
}
select {
	font-family: "微软雅黑";
	border: 0;
	outline: none;
	background: #fff;
	color: #555555;
}
.index_search input[type="submit"] {
	width: 43px;
	display: block;
	height: 37px;
	border: 1px solid #d6d6d3;
	float: left;
	background: #fff  6px 3px no-repeat;
	outline: none;
	cursor: pointer;
}
/*index_product*/

.product_class_list .remai {
	width: 150px;
	height: 50px;
	background: #01A2EA url(../images/tl_bg.jpg) 7px 0 no-repeat;
	padding-left: 55px;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
.product_class_list a span {
	float: left;
	display: block;
	width: 170px;
	height: 28px;
	border: 1px solid #01A2EA;
	margin-right: 5px;
	font-size: 18px;
	color: #01A2EA;
	text-align: center;
	line-height: 28px;
	padding: 10px;
}
.product_class_list a span:hover {
	color:#525252;
}
/*product_list*/
.index_product2 {
	margin-top: 10px;
}
.product_list li {
	width: 228px;
	border: 1px solid #ddd;
	float: left;
	padding: 10px;
}
.product_list li a {
	color: #939393;
}
.product_list li a:hover {
	color: #01A2EA;
}
.product_list li img{
	width:228px;
	height:170px;
}
.product_list li span {
	
	line-height: 30px;
	font-size: 14px;
	color: #525252;
	font-weight: bold;
}
.product_list li p {
	line-height: 26px;
	overflow: hidden;
	font-size: 14px;
}
/*index_title*/
.index_title {
	height: 40px;
	overflow: hidden;
	border-bottom: 2px solid #01A2EA;
	margin: 8px 0 15px 0;
}
.index_title a {
	display: block;
	float: right;
	color: #373737;
	font-size: 14px;
	line-height: 40px;
}
.index_title .name {
	font-size: 20px;
	color: #373737;
	display: inline-block;
	line-height: 38px;
	font-weight: bold;
}
.index_title span {
	font-size: 16px;
	color: #484849;
	font-family: Arial;
	line-height: 30px;
	vertical-align: bottom;
	text-transform: uppercase;
	margin-left: 5px;
}
.index_title2 {
	border-bottom-color: #fff;
}
.index_title2 a, .index_title2 h3, .index_title2 span {
	color: #fff;
}
/*technology_list*/
.technology_list dl {
	float: left;
	width: 472px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px 15px 15px 12px;
}
.technology_list dl dt {
	float: left;
	width: 69px;
	height: 54px;
	background: url("../images/pubdate_bg.jpg") no-repeat;
	position: relative;
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 36px;
	padding-top: 15px;
}
.technology_list dl dt span {
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.technology_list dl dt em {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 55;
	width: 69px;
	height: 59px;
	background: url("../images/pubdate_bg2.png") no-repeat;
}
.technology_list dl dd {
	float: right;
	width: 385px;
}
.technology_list dl dd .pro_title {
	font-size: 16px;
	color: #373737;
	line-height: 26px;
	margin-bottom: 6px;
	font-weight: bold;
}
.technology_list dl dd p {
	color: #373737;
	line-height: 18px;
}
.technology_list dl a:hover p, .technology_list dl dd .pro_title {
	color: #01A2EA;
}




/*index_base*/
.base_list{
	padding-bottom:10px;
}
.base_list li {
	width: 234px;
	margin: 7px;
	float: left;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.base_list li span {
	font-size: 14px;
	height: 30px;
	display:block;
	line-height: 30px;
	text-align: center;
}
/*knowledge_specif*/
.knowledge_specif {
	padding-bottom: 20px;
}
.index_knowledge {
	width: 490px;
	float: left;
}
.knowledge_list li {
	line-height: 42px;
	padding: 0 13px;
}
.knowledge_list span.circle {
	color: #2bba6a;
	font-size: 8px;
	padding-right: 8px;
	display: inline-block;
	float: left;
}
.knowledge_list span.knowledge_title {
	color: #2e3842;
	font-size: 14px;
	display: inline;
	width: 360px;
	float: left;
}
.knowledge_list span.knowledge_pubdate {
	float: right;
	display: inline-block;
	color: #9b9fa1;
}
.index_specif {
	width: 490px;
	float: right;
	font-size: 14px;
}
.index_specif .shouhou {
	widht: 100%;
	height: 210px;
	font: 14px/28px '微软雅黑';
	overflow: hidden;
}
/*about_contact*/
.about_contact {
	background: #01A2EA;
	padding: 5px 0 15px 0;
}
.index_about {
	width: 485px;
	float: left;
}
.index_about .about_con {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	height: 142px;
	overflow: hidden;
	padding: 0 5px;
}
.index_about a {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	padding: 8px 0 0 5px;
}
.index_contact {
	width: 485px;
	float: right;
}
.contact_con {
	background: url(../images/contact_bg.jpg) 46px -8px no-repeat;
	position: relative;
}
.contact_con li {
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	padding-left: 35px;
	background: url(../images/contact_li_bg.jpg) 0 0 no-repeat;
	width: 260px;
}
.contact_con li.lx2 {
	background-position: 0 -36px;
}
.contact_con li.lx3 {
	background-position: 0 -71px;
}
.contact_con li.lx4 {
	background-position: 0 -106px;
}
.contact_con dl {
	position: absolute;
	right: 0;
	top: 3px;
	width: 163px;
	height: 136px;
	background: #2d3831;
}
.contact_con dl dt {
	float: left;
	width: 136px;
}
.contact_con dl dt img {
	display: block;
}
.contact_con dl dd {
	float: right;
	width: 27px;
	font-size: 14px;
	color: #88c0a5;
	text-align: center;
	line-height: 16px;
	padding-top: 11px;
}
/*footer*/
.footer {
	border-top:5px solid #01A2EA;
	background: #363636;
	font-size: 12px;
	color: #ddd;
	line-height: 26px;
}
.footer a {
	color: #ddd;
}
.tel_qq_share_xml {
	padding: 5px 0;
	height: 70px;
}
.tel_qq_share_xml .tel2 {
	width: 278px;
	height: 60px;
	float: left;
	text-align: left;
	padding-left: 50px;
	font-size: 18px;
	background: url(../images/header_phone2.jpg) left 14px no-repeat;
}
.tel_qq_share_xml .tel2 span {
	display: block;
	font-family: Impact;
	font-weight: normal;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
}
.tel_qq_share_xml .dq {
	font-size: 16px;
	line-height: 70px;
}
.tel_qq_share_xml .dq a {
	margin-left: 5px;
}
.tel_qq_share_xml ul {
	float: right;
	height: 70px;
}
.tel_qq_share_xml li {
	line-height: 70px;
	padding: 0 0 0 50px;
	float: left;
	font-size: 14px;
	margin-left: 20px;
}
.tel_qq_share_xml li.zx {
	background: url(../images/cp_49.jpg) left center no-repeat;
}
.tel_qq_share_xml li.fx {
	background: url(../images/cp_51.jpg) left center no-repeat;
	position: relative;
}
.tel_qq_share_xml li.fx .shareList {
	position: absolute;
	top: 50px;
	left: 0;
	width: 150px;
	height: 50px;
}
.tel_qq_share_xml li.xml {
	background: url(../images/cp_54.jpg) left center no-repeat;
}
.tel_qq_share_xml a:hover {
	color: #fff;
}
.links {
	font-size: 14px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	line-height: 53px;
}
.links a {
	padding: 0 5px;
}
.links a:hover {
	color: #fff;
}
.links span {
	font-size: 16px;
	padding-left: 35px;
	line-height: 53px;
	background: url(../images/cp_61.jpg) left center no-repeat;
}
.copyright {
	line-height: 26px;
	text-align: center;
	padding: 10px 0;
}
.copyright a:hover {
	color: #fff;
}
/* main */
.main_c {
	width: 100%;
}
.main {
	width: 1000px;
	margin: 10px auto;
	overflow: hidden;
}
.sp_left {
	width: 240px;
	float: left;
	overflow:hidden;
}
#contentRight {
	float: right;
	width: 740px;
	height: auto;
	overflow: hidden
}
.content_com_title {
	position: relative;
	height: 45px;
	margin-bottom: 15px;
	border-bottom: 2px solid #01A2EA;
}
.content_com_title h2 {
	display: inline-block;
	padding: 0 6px 6px 6px;
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #01A2EA;
	text-align: left;
}
.bread {
	color: #646464;
	float: right;
	line-height: 45px;
}
.bread a {
	display: inline-block;
	color: #646464;
}

.content, .content p, .content span, .content table {
	font: 14px/26px "微软雅黑";
}
.content h1 {
	font-size: 20px;
}
.content h2 {
	font-size: 16px;
}
.content h3 {
	font-size: 16px;
}
.content table {
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-collapse: collapse;
}
.content table td {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: 8px 18px;
}
.content table th {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
/*product_class_list2*/
.product_class_list2 {
	width: 240px;
	overflow: hidden;
	margin-bottom: 20px;
}
.sp_left h3 {
	width: 240px;
	height: 60px;
	background: #01A2EA;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	text-align: center;
}
.sp_left ul {
	width: 232px;
	background: #f5f5f0;
	border: 4px solid #01A2EA;
	border-top: 0;
	padding-bottom:10px;
	padding-top:10px;
}
.sp_left li {
	width: 224px;
	margin: 0 auto;
	border-bottom: 1px dashed #d6d6d3;
	line-height: 35px;
	font-size: 16px;
	background: url(../images/list_icon.jpg) 5px center no-repeat;
}
.product_class_list2 li a {
	color:#333;
	padding-left: 20px;
}
.product_class_list2 li .subnav2 {
	display: none;
}
.product_class_list2 .subnav2 {
	margin-left: 15px;
	margin-bottom: 8px;
	display: none;
	font-size: 14px;
}
.product_class_list2 .subnav2 a {
	display: block;
	line-height: 30px;
	color: #056b3a;
}
.product_class_list2 .subnav2 a:hover {
	color: #666;
}
/*technology_in*/
.technology_in {
	margin-bottom: 20px;
}
.technology_in li {
	font-size: 14px;
	color: #373737;
	padding-left: 20px;
	width: 204px;
	background: url(../images/list_icon.jpg) 5px center no-repeat;
}
/*推荐产品*/
.cp {
	border: 1px solid #d7d7d7;
	padding-bottom: 12px;
	margin-bottom: 10px;
	height: 180px;
}
.cptab {
	line-height: 25px;
	font-size: 14px;
	color: #056b3a;
	text-decoration: none;
	padding: 0 8px;
}
.cptab {
	border-bottom: 1px solid #d7d7d7;
	background: #f7f7f7;
}
.cp dl {
	width: 170px;
	overflow: hidden;
	float: left;
	padding: 12px 7px 0 7px;
}
.cp dt {
	width: 170px;
	height: 120px;
	overflow: hidden;
}
.cp dt img {
	width: 170px;
	height: 120px;
}
.cp dd {
	line-height: 24px;
	padding-top: 8px;
	overflow: hidden;
	width: 170px;
	text-align: center;
}

/*cor*/
.cor{padding:20px 0; font-family:"Microsoft YaHei";}
.cor .tit{height:108px;padding:0 30px 0 300px; width:419px; background:url(../images/why_ic.jpg) right 24px no-repeat;}
.cor .tit i{ float:left; display:inline-block;margin:0 3px 0 0; font-style:italic; font-family:Arial; font-size:80px; color:#a5a5a5; text-transform:uppercase; font-weight:100;}
.cor .tit p{ padding:16px 0 0;float:right;}
.cor .tit b{ display:inline-block;height:30px;  text-transform:uppercase; font-weight:100;font-style:italic; font-family:Arial; font-size:30px;color:#a5a5a5;margin:0 0 0 15px;}
.cor .tit span{ font-size:26px;color:#01A2EA; display:inline-block;}

.cor_c{ clear:both;}
.cor_c li{ text-align:center; float:left;width:190px;padding:0 5px; display:inline; position:relative; cursor:pointer;}
.cor_c li img{width:136px;height:136px;overflow:hidden; display:block; vertical-align:top; margin:0 auto;}
.cor_c .text{display:none; position:absolute; top:0; padding:0 5px; background-color:#01A2EA; height:140px;}
.cor_c li b{ display:block;padding:20px 0 0; line-height:28px;height:28px; overflow:hidden; font-size:16px; color:#fff;}
.cor_c li span{ display:block; line-height:20px; overflow:hidden; font-size:12px; color:#fff; text-align:left;}
.cor_c li:hover .text{display:block;}

/*kefu*/
.toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;top:400px;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}