﻿/* genban.org 跟版网精品织梦网站模板 */
@charset "utf-8";/* CSS Document */

/* Style Reset */

.fl {float: left}
.fr {float: right}

.all {	background:#F6F6F6; padding-bottom:55px; }
#wrapper { max-width: 640px;margin: 0 auto}

.cb {clear: both;}
.clear {
	diplay: block!important;
	float: none!important;
	clear: both;
	margin: 0 auto!important;
	padding: 0!important;
	font-size: 0;
	line-height: 0
}

/*标题*/
.title1name {
	color: #fff;
	text-align: center;
	background-color: #0368b8;
}
.title1name a {
	color: #fff;
}

.tnameinfo{ 
	font-weight:normal;
	line-height:20px;
	text-align:left;
	background:#FFF;
	padding:0 2% 3%;
	font-size:12px;
	border-bottom:1px rgba(243,243,243,1) solid;
	color:#666;
}
.white {
	color: #fff
}
.white a {
	color: #fff
}
/*首页纯文本展示*/
.show {
	width: 100%;
	margin-bottom: 2%;
	overflow:hidden;
}
.show p {
	margin: 0 auto;
	padding: 2%;
	color: #666;
	background: #fff
}
.show p img{
	margin:0 auto; 
	border-radius:8px;
}
/*.show p:nth-of-type(3) {
	text-indent:5em;
}
*/
/*首页图片列表*/
.product {
	width: 100%;
	margin-bottom: 2%;
}
.product ul {
	padding-bottom: 10px;
	padding-left:2%;
	padding-right:2%;
	overflow: hidden;
}
.product ul li {
	width: 31%;
	padding: 0;
	background: #F6F6F6;
	float: left;
	margin-right: 3.5%;
	margin-top: 3%;
}
.product ul li:nth-of-type(3n){ 
	margin-right:0;
}
.product ul li img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.product ul li p {
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
.product ul li p a {
	color: #666;
}
.product ul li p a b{ font-weight:normal;}

/*首页应用列表*/
.app {
	width: 100%;
	margin-bottom: 6%;
	overflow:hidden;
}
.app ul {
	overflow: hidden;
	padding:0 2%;
}
.app ul li {
	width: 48%;
	padding: 0;
	background: #F6F6F6;
	float: left;
	margin-top: 4%;
}
.app ul li:nth-of-type(2n){ 
	float:right;
}

.app ul li a{ 
	display:block;
	position:relative;
	height: 150px;
	overflow:hidden;
}
.app ul li a img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.app ul li a p { 
	position:absolute; 
	display:block; 
	z-index:1; 
	overflow:hidden;
}
.app ul li a p:nth-of-type(1){ 
	top:50%;
	left:50%;
	margin-top:-15%; 
	margin-left:-12%;
	width:25%;
}
.app ul li:nth-of-type(2) a p:nth-of-type(1){
	margin-top:-22%; 
}
.app ul li a p:nth-of-type(2){ 
	bottom:0; 
	left:0; 
	width:100%; 
	line-height:30px; 
	color:#FFF; 
	text-align:center; 
	background:rgba(0,0,0,0.4)
}


/*首页图文列表*/
.artpicdiv {
	width: 100%;
	background: #fff
}
.artpicdiv ul {
	width: 95%;
	padding-bottom: 2%;
	margin: 0 auto
}
.artpicdiv ul li {
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom: 1px #ffa81d dotted
}
.artpicleft {
	width: 18%;
	padding: 1%;
	background: #fff;
	float: left;
}
.artpicleft img {
	width: 100%;
}
.artpicright {
	width: 77%;
	float: right;
}
.artpicname {
	padding: 2%;
	color: #ffa81d;
	font-weight: bold;
}
.artpicname a {
	color: #ffa81d;
}
.artpictxt {
	color: #666;
	padding-top: 1%;
}
/*首页文字列表*/
.newspic{
	overflow:hidden;
	padding:0 2%;
}
.newspic a{
	display:block;
	position:relative;
}
.newspic a img{
	width:100%;
	border-radius:5px;
}
.newspic a p{ 
	position:absolute; 
	bottom:0; 
	left:0; 
	width:96%; 
	padding:0 2%; 
	line-height:30px; 
	background:rgba(0,0,0,0.4); 
	text-align:left; 
	border-radius:0 0 5px 5px;
	color:#FFF;
}
.news {
	width: 100%;
}
.news ul {
	width: 100%;
	background: #eee;
	padding-top: 1%;
	overflow:hidden;
}
.news ul li {
	padding: 1.5%;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff url(../img/bg8.png) no-repeat;
	background-position: 97% center;
	background-size: 3% auto;
	margin-bottom: 1%;
}
.news ul li a {
	color: #666;
	line-height:26px;
	font-size:14px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
.news ul li span{
	display:block;
}
.news ul li a b{
	font-weight:normal;

}



/*底部导航*/
.bottomnav {
	width: 100%;
	margin:0 auto;
	overflow:hidden;
}

.bottomnav ul { 
	overflow:hidden;
	padding:2% 2% 0;
}

.bottomnav ul li {
	width: 49%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2%;
	float: left;
	background: #0368b8;
	color: #fff;
	text-align: center;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
.bottomnav ul li:nth-of-type(2n){
	float:right;
}
.bottomnav ul li a {
	color: #fff;
	display:block;
}


.newnav {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}

.newnav ul { 
	overflow:hidden;
	padding:2% 2% 0;
}

.newnav ul li {
	width: 31%;
	margin-left: 0;
	margin-right: 3.5%;
	margin-bottom: 2%;
	float: left;
	background: #0368b8;
	color: #fff;
	text-align: center;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
.newnav ul li:nth-of-type(3n){
	margin-right: 0;
}
.newnav ul li a {
	color: #fff;
}

.pagemenu {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}

.pagemenu ul { 
	overflow:hidden;
	padding:2% 2% 0;
}

.pagemenu ul li {
	width: 23%;
	margin-left: 0;
	margin-right: 2.6%;
	margin-bottom: 2%;
	float: left;
	background: #0368b8;
	color: #fff;
	text-align: center;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
.pagemenu ul li:last-of-type(4n){ 
	margin-right:0;
}
.pagemenu ul li a {
	color: #fff;
	display:block;
}


.lmpage {
	width: 100%;
	margin-top: 2%;
}

.lmpage ul { overflow:hidden;}

.lmpage ul li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	float: left;
	color: #fff;
	text-align: center;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
.lmpage ul li a {
	display:block;
	position:relative;
	overflow:hidden;
}
.lmpage ul li a img{
	width:100%;
	height:120px;
}
.lmpage ul li a p{
	display:block;
	position:absolute;
	bottom:0; 
	width:100%;
	line-height:30px;
	text-align:center;
	color:#FFF;
	background:#000;
	filter:alpha(opacity=70) !important;
	opacity:0.7 !important;
	z-index:1;
	overflow:hidden;
}

/*底部图标*/
.bottom {
	width: 100%;
	margin-top: 2%;
}
.bottom ul {
	background: #303548;
}
.bottom ul li {
	width: 20%;
	float: left;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #fff;
}
.bottom ul li a {
	color: #fff;
	text-align: center;
	display: block;
}
.bottom ul li a img {
	vertical-align: middle;
	max-width: 33%;
	margin: 0 auto;
	width: auto;
	display: block
}
/*内页*/
.submain {
	width: 100%;
	margin-top: 1%;
	margin-bottom: 2%;
}
.subshow {
	width: 96%;
	min-height:120px;
	margin: 0 auto;
}
.subshow p {
	color: #333;
	padding-top: 2%;
}
.subpic {
	text-align: center;
	margin-top: 2%
}
.subpic img {
	width: 80%;
}
/*内页标题*/
.subtitle {
	position:relative;
	text-align: center;
	color: #fff;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	background: #0368b8
}

.subtitle .pl{ width: 40px; height: 40px; font-size: 23px; line-height: 40px; text-align: center; color: #fff; position: absolute; right: 0; top: 0;}

.subatitle {
	text-align: center;
	color: #777;
	width: 100%;
	line-height:30px;
	padding-top: 1%;
	padding-bottom: 1%;
	background: #E9E9E9;
}
.subtime {
	color: #999;
	text-align: center;
	width: 100%;
	margin-bottom: 2%
}
/*内页图文列表*/
.subartpic {
	width: 100%;
	margin-top: 3%;
}
.subartpic ul {
	width: 95%;
	margin: 0 auto
}
.subartpic ul li {
	margin-bottom: 2%
}
.subapleft {
	width: 18%;
	padding: 1%;
	background: #faeec6;
	float: left;
}
.subapleft img {
	width: 100%;
}
.subapright {
	width: 77%;
	float: right;
}
.subapname {
	color: #d74132;
	background: #ffc702;
	padding: 1%;
	font-weight: bold;
	margin-bottom: 2%;
}
.subapname a {
	color: #d74132;
}
.subpatxt {
	color: #333;
}
/*内页文字列表*/
.subnews {
	width: 100%;
}
.subnews ul {
	width: 95%;
	margin: 0 auto;
	margin-top: 2%
}
.subnews ul li {
	margin-bottom: 2%;
	padding: 1%;
	color: #da4034;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
.subnews ul li a {
	color: #da4034;
}
/*搜索结果页面*/
.subsearch {
	text-align: center;
	color: #333;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	font-weight: normal
}
.searchfont {
	color: #ff7a1d;
	font-weight: bold;
}
/*产品分类*/
.navigation {
	width: 20%;
	left: 2.5%;
	position: absolute;
	top: 5%;
	float: left;
	cursor: pointer;
	color: #fff;
	background: #057ada;
	text-align: center;
	margin-top: 1%
}
#menu li {
	width: 25%;
	text-align: center;
	float: left;
	padding-top: 1.5%;
	margin-top: 6%
}
#menu li a {
	width: 80%;
	color: #fff;
	padding: 5% 0;
	margin: 0 auto;
	display: block;
	background-color: #ffaa1b;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap
}
/*翻页*/
.page {
	text-align: center;
	width: 100%;
	margin-top: 2%
}
.page a {
	text-align: center;
	display: inline-block;
	width: 70px;
	padding-bottom: 7px;
	padding-top: 4px;
	background-color: #706d68;
	color: #fff
}
.page .arrow_left img, .page .arrow_right img {
	vertical-align: middle
}
.page .arrow_center {
	display: inline-block;
	width: 20%
}
.mt6 {
	margin-top: 6%;
}
 @media all and (max-width:479px) {
h2 {
	font-size: 1em;
	line-height: 2em
}
.searchbg {
	height: 26px;
	padding: 5px 0
}
.search, .text {
	height: 25px;
	border-radius: 3px;
	line-height: 25px;
}
.button {
	height: 30px;
	width: 30px;
	margin: -3px -3.41296% 0 0
}
.news ul li {
	/*background-size: 1% auto*/
}
}
@media all and (min-width:480px) and (max-width:639px) {

h2 {
	font-size: 1.125em;
	line-height: 2.2em
}
.searchbg {
	height: 39px;
	padding: 7px 0
}
.search, .text {
	height: 37px;
	border-radius: 3px;
	line-height: 25px;
}
.button {
	height: 45px;
	width: 45px;
	margin: -4px -3.41296% 0 0;
}
}
@media all and (min-width:640px) {

h2 {
	font-size: 1.125em;
	line-height: 2.2em
}
}

.gz{ padding:0 2%; line-height:42px; text-align:left; overflow:hidden;}

.gz a{ color:#333; font-size:12px;}

.prenext {
    width: 100%;
    padding: 15px 0 0 0;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
}
.prenext a {
    width: 100%;
    display: block;
    background: #E9E9E9;
    position: relative;
    color: #000;
    padding: 10px;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}


.prenext .pagePrev p {
    text-align: right;
}
.prenext .p1, .prenext .p2 {
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prenext .p1 {
    line-height: 16px;
    height: 16px;
}
.prenext .pagePrev .arrow {
    left: 5px;
    top: 0px;
    background: url(../img/arrowblackleft.png) no-repeat 100% 50%;
}
.prenext p.arrow {
    height: 100%;
}
.prenext .pagePrev p {
    text-align: right;
}
.prenext .arrow {
    position: absolute;
    width: 11px;
    height: 40px;
}
.prenext .pageNext {
    margin-left: 1px;
    padding-right: 23px;
}
.prenext .pageNext p {
    text-align: left;
}
.prenext .p2 {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    margin-top: 2px;
}
.prenext .pageNext .arrow {
    right: 5px;
    top: 0px;
    background: url(../img/arrowblack.png) no-repeat 0px 50%;
}
.prenext p.arrow {
    height: 100%;
}
.prenext p.arrow {
    height: 100%;
}



