﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
 @charset "utf-8";
/* CSS Document */
/*全局样式*/
body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333;
}
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0069ad;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	max-width: 100%;
}
.dbgao {
	height: 80px;
}
/*首页头部*/
.ltop {
	width: 100%;
	height: auto;
	padding: 15px 0px;
}
.ltop img {
	width: 100%;
}
.ltopl {
	width: 40%; /*padding-left:8px;*/
}
.ltopr {
	width: 50%;
	margin-top: 10px;
	margin-left: 10px;
}
.dhtp {
	float: left;
	width: 15%;
	margin-right: 5px;
	margin-top: 6px;
}
.ltopr p {
	font-size: 1.1em;
	line-height: 1.3em;
}
.ltopr p strong {
	font-size: 1.2em;
}
/*nav*/
.lnav {
	width: 100%;
	height: 100px;
	background: url(../images/nav_bg.jpg);
}
.lnav ul li {
	width: 25%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	float: left;
	text-align: center;
	background: url(../images/nav_li_bg.png) no-repeat center;
	background-size: contain;
}
.lnav ul li a {
	color: #fdfdfa;
	text-decoration: none;
	display: block;
}
/*ban*/
.slider-focus {
	position: relative;
	max-width: 640px;
	overflow: hidden;
	margin: 10px auto;
	margin-top: 1px;
}
.slider-focus .hd {
	position: absolute;
	width: 100%;
	height: 22px;
	left: 0;
	bottom: 2%;
	z-index: 1;
	line-height: 28px;
	text-align: center;
}
.slider-focus .hd li {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin: 0 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	background: #fff;
	cursor: pointer;
}
.slider-focus .hd li.on {
	background: #ffea00;
}
.slider-focus .bd {
	position: relative;
	z-index: 0;
}
.slider-focus .bd li {
	position: relative;
	text-align: center;
}
.slider-focus .bd li img {
	background: url(images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;/* 图片宽度100%，达到自适应效果 */
}
.slider-focus .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
} /* 去掉链接触摸高亮 */
.slider-focus .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: url(images/focusBg.png) repeat-x;
	color: #fff;
	text-align: left;
}
/*关于我们*/
.lgywm {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.lgywm_title {
	width: 100%;
	height: auto;
}
.xian {
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #d7d8d8;
}
.lwenzi {
	width: 130px;
	height: auto;
	text-align: center;
	background-color: #FFF;
	margin: -20px auto 0px;
}
.lwenzi p {
	font-size: 12px;
	color: #333;
	line-height: 1.6em;
}
.lwenzi p strong {
	font-size: 1.5em;
}
.lgywm_wz {
	width: 100%;
	height: auto;
	padding: 3% 0px;
}
.lgywm_wz p {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #333;
	padding: 0px 10px;
	text-indent: 2.4em;
}
/*更多按钮*/
.angd {
	width: 100%;
	height: auto;
	padding: 10px 0px;
	text-align: center;
}
.angd a {
	width: auto;
	height: 40px;
	padding: 0px 20px;
	color: #999;
	display: block;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #d7d8d8;
	border-radius: 8px;
	display: inline-block;
}
/*顶部LOGO图片版2016*/
.top3g {
	text-align: center;
	padding: 0 2%;
}
.top3g img {
	width: 100%;
	display: block;
}
/*3G产品子栏目列表2016*/
.piczong3g ul {
	text-align: left;
	overflow: auto;
	zoom: 1;
	margin-bottom: 10px;
}
.piczong3g ul li {
	float: left;
	width: 47%;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	background: url(../images/cla_bg.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 6px;
	margin-top: 6px;
	text-align: center;
}
.piczong3g ul li a:link, .piczong3g ul li a:visited {
	width: 100%;
	padding: 0 20%;
	height: 38px;
	display: block;
	font-size: 14px;
	color: #525252;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.piczong3g ul li a:hover {
	color: #D90000;
}
/*文章列表2016*/
.list3g {
	width: 100%;
}
.list3g h3 {
	width: 100%;
	background: #3e3c3d;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-indent: 1em;
}
.list3g h3 span {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-right: 5px;
	color: #e45e22;
	font-size: 15px;
	font-weight: normal;
}
.list3g h3 span a:link, .list3g h3 span a:visited {
	color: #fff;
	text-decoration: none;
}
.list3g h3 spana:hover {
	color: #fff;
}
.list3g ul.news {
	text-align: left;
}
.list3g ul.news li {
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/line.gif) repeat-x bottom;
	line-height: 40px;
	width: 100%;
}
.list3g ul.news li a:link, .list3g ul.news li a:visited {
	display: block;
	font-size: 14px;
	margin: 0 5px 0 15px;
	color: #333;
}
.list3g ul.news a span:nth-child(1) {
	display: block;
	float: left;
	width: 73%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list3g ul.news a span:nth-child(2) {
	display: block;
	float: right;
	width: 25%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
	color: #9f9f9f;
}
.list3g ul.news li a:hover {
	color: #D90000;
}
/* 内页产品图片列表2016*/
.cp2015 {
	overflow: hidden;
	padding-top: 1em;
}
.cp2015 li {
	float: left;
	width: 50%;
	text-align: center;
}
.cp2015 li img {
	width: 13em;
	height: 13em;
	border: 1px solid #e2e2e2;
}
.cp2015 li h5 {/*margin-top:1em;*/
	margin-top: 0.5em;
	font-weight: normal;
	font-size: 1.083em;
}
.cp2015 li h5 a {
	color: #333;
}
.cp2015 li dt {
	line-height: 3;
}
.cp2015 li dt a {
	display: block;
	width: 13em;
	margin: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*内容页位置导航2016*/
.location {
	padding-left: 15px;
	padding-top: 8px;
	height: 35px;
	padding-bottom: 8px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
.location a {
	color: #1555a2;
	font-size: 16px;
}
/*.location img{display:none;}*/
/*文章内容页2016*/
.LMlist {
	width: 100%;
	margin: 0 auto;
}
.content3g {
	word-break: break-all;
	border-top: 1px solid #fff;
}
.content3g h1 {
	font-size: 18px;
	text-align: center;
	padding: 12px;
	line-height: 1.5;
}
.content3g p.hits {
	font-size: 14px;
	line-height: 35px;
	color: #999;
	border-bottom: 1px dashed #cfcfd0;
	text-align: center;
}
.content3g .gray {
	color: #888;
	font-size: 12px;
	text-align: center
}
/*产品内容页正文*/
#myContent3g {
	font-size: 14px;
	line-height: 2;
}
#myContent3g p {
	margin: 0px;
	margin-top: 8px;
}
#myContent3g img {
width: expression(this.width > 100% ? 100%: true);
	max-width: 100%;/* padding:3px; border:1px solid #E3ECF9; text-align:center; margin:10px auto;*/
}
#myContent3g a {
	font-size: 14px;
}
/*文章内容页正文*/
#myContent3gwz {
	padding: 0 15px;
	font-size: 15px;
	line-height: 2;
}
#myContent3gwz p {
	margin: 0px;
	margin-top: 8px;
}
#myContent3gwz a {
	font-size: 14px;
}
#myContent3gwz .page {
	display: block;
	width: 100%;
	height: 28px;
	font: 12px/28px "microsoft yahei";
	color: #777;
	background: #ddd;
	border-radius: 50px;
	margin: 2% auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 10px;
}
#myContent3gwz center {
	margin-top: 4%;
}
/*成功案例*/
.cgal_nr {
	width: 100%;
	height: auto;
	padding: 10px 0px;
}
.cgal_nr ul li {
	width: 50%;
	height: auto;
	padding: 2px 0px;
	float: left;
	text-align: center;
	line-height: 30px;
}
.cgal_nr ul li .lzj {
	width: 90%;
	height: 170px;
	margin: 0px auto;
	text-align: center;
}
.cgal_nr ul li .lzj img {
	width: 100%;
	height: 170px;
}
.cgal_nr ul li span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	width: 90%;
	margin: 0px auto;
	display: block;
}
/*新闻中心*/
.xwzx_nr {
	width: 98%;
	height: auto;
	margin: 5px auto;
	padding: 10px 0px;
}
.xwzx_nr ul li {
	width: 100%;
	height: auto;
	padding: 10px 0px;
	float: left;
	line-height: 30px;
	border-bottom: 1px solid #d7d8d8;
}
.xwzx_nr ul li h3 {
	width: 74%;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xwzx_nr ul li span {
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	white-space: nowrap;
}
.xwzx_nr ul li p {
	width: 100%;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: justify;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.xwzx_nr ul li .lzj {
	width: 13%;
	text-align: center;
	float: left;
	margin-right: 15px;
}
/*底部*/
.lbottom {
	width: 100%;
	padding: 10px 0px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 25px;
	border-top: 1px solid #d7d8d8;
	margin-top: 70px;
}
/*footer*/
.lfooter {
	width: 100%;
	height: 70px;
	background-color: #556262;
	position: fixed;
	bottom: 0px;
}
.lfooter ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	padding: 10px 0px;
}
.lfooter ul li a {
	color: #FFF;
	line-height: 12px;
	font-size: 12px;
}
/*关于我们*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	overflow-y: scroll
}
/* page structure */
header {
	display: block;
	width: 100%;
	height: 55px;
	background: #0061a8;
	text-align: center;
}
header strong {
	font-size: 20px;
	color: #FFF;
	line-height: 55px;
}
.menubtn {
	position: relative;
	z-index: 101;
	text-decoration: none;
	background-image: url(images/hamburger.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 55px;
	float: right;
	margin-right: 10px;
}
a.fanhui {
	width: 20px;
	height: 55px;
	float: left;
	margin-left: 10px;
	background: url(images/fanhui.png) no-repeat center;
}
/* toggle menu */
#pgcontainer {
	padding: 0;
	margin: 0
}
.overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	right: 0;
	left: 0
}
.openmenu .overlay {
	top: 0
}
#hamburgermenu {
	height: 100%;
	width: 0;
	background: #373737;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow: hidden;
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-moz-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	box-shadow: 3px 0 7px rgba(0,0,0,.55)
}
#hamburgermenu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
#hamburgermenu ul li {
	display: block
}
#hamburgermenu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 8px;
	color: #cdcdcd;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center
}
#hamburgermenu li a:hover {
	color: #fff;
	background: #2c2c2c
}
.zymain {
	width: 100%;
	height: auto;
}
.zybt {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	margin: 10px 0px;
}
.zybt strong {
	font-size: 15px;
	color: #333;
	line-height: 40px;
	padding-left: 10px;
}
.zy_nr {
	width: auto;
	padding: 0px 10px;
	height: auto;
	margin: 10px 0px;
}
.zy_nr h2 {
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
}
.zy_nr p {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	padding: 5px 0px;
	text-indent: 2em;
}
/* 页面大小 */
@media all and (min-width:640px) {
body {
	width: 640px;
	margin: 0 auto;
	position: relative;
}
}
@media all and (min-width:640px) {
.lfooter {
	width: 640px;
	margin: 0 auto;
}
}
/* 返回顶部 */
.cbtn-top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 80px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 99999;
	background: #333;
	color: #FFF;
	opacity: .8;
}
/* 栏目分类 */
.cbarnav {
	padding-top: 2%;
	width: 98%;
	margin: auto;
}
.cbarnav li {
	float: left;
	width: 31.3%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #556262;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
}
.cbarnav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0 5px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cbarnav li a.current {
	background: #556262;
	font-weight: bold;
}
/* 在线留言 */
.login {
	width: 100%;
	margin-top: 20px;
}
.login li {
	width: 100%;
	padding-bottom: 3%;
}
.login li img {
	float: right;
	margin-right: 30%;
}
.login_input {
	display: block;
	border: 1px solid #d9d9d9;
	background: #fff;
	width: 99%;
	height: 30px;
	font: 14px/30px "microsoft yahei";
	text-indent: 10px;
	-webkit-appearance: none;
	border-radius: 0;
}
.login_textarea {
	display: block;
	border: 1px solid #d9d9d9;
	background: #fff;
	width: 99%;
	height: 110px;
	font: 14px/30px "microsoft yahei";
	text-indent: 10px;
	-webkit-appearance: none;
	border-radius: 0;
	resize: none;
}
.pin_width {
	width: 40%;
}
.login_pin {
	width: 30%;
	float: left;
	height: 4.2rem;
	margin-left: 4%;
}
.login_btn {
	width: 100%;
	height: 35px;
	color: #fff;
	border: 0;
	-webkit-appearance: none;
	border-radius: 0;
	text-align: center;
	font: 16px/35px "microsoft yahei";
	background-color: #424848;
}
/* 查看更多 */
.imore, .back {
	display: block;
	width: 36%;
	margin: 3% auto;
	overflow: hidden;
	border-radius: 50px;
	background: #556262;
	text-align: center;
	color: #fff;
	font: 12px/30px "microsoft yahei";
	clear: both;
}
.imore a {
	color: #fff;
}
.imore:before, .back:before {
	content: "";
	clear: both;
}
/* 产品组图 */
.ax-tac {
	text-align: center;
	height: 15px;
}
.slideBox {
	position: relative;
	overflow: hidden;
	margin-top: 4%;
}
.slideBox img {
	width: 100%
}
.slideBox .hd {
	position: relative;
	top: -35px;
}
.slideBox .hd li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	text-indent: -9999px;
	margin: 0 3px;
	border: 2px solid #fff;
}
.slideBox .hd li.on {
	background: #fff!important;
}
/*屏蔽uc广告*/
#uc_recommend_ad {
	display: none !important;
}
iframe[src*="ucweb.com"] {
	display: none !important;
}
/*end*/
/*分页样式*/
.pglist {
	padding: 20px 0 20px 0;
	float: left;
	width: 100%;
	line-height: 34px;
	text-align: center;/*border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;*/
}
.pglist a {
	color: #fff;
	padding: 0 10px;
	margin: 0 5px;
font-/weight: bold;
	background: #0082d0;
	border: 1px solid #0082d0;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 28px;
	height: 28px;
	padding-bottom: 1px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #3a3a3a;
	border: 1px solid #3a3a3a;
}
.pglist a:hover {
	display: inline-block;
	color: #fff;
	background: #3a3a3a;
	border: 1px solid #3a3a3a;
}
/*屏蔽uc广告*/
#uc_recommend_ad {
	display: none !important;
}
iframe[src*="ucweb.com"] {
	display: none !important;
}
/*end*/
