﻿@charset "utf-8";
/* CSS Document */

/* 平板电脑布局: 320px 至 374px。样式继承自: 移动设备布局。 */
@media and (max-width:374px) {
 html, body {
font-size:87.5%;
}
}

/* 平板电脑布局:375px 至 413px。样式继承自: 移动设备布局。 */

@media (min-width: 375px) and (max-width:413px) {
 html, body {
font-size:100%;
}
}

/* 平板电脑布局:414px 至480px。样式继承自: 移动设备布局。 */
@media (min-width: 414px) and (max-width:479px) {
 html, body {
font-size:100%;
}
}

/* 桌面电脑布局: 481px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */

@media (min-width: 480px) {
 html, body {
font-size:150%;
}
}
 @font-face {
font-family: 'iconfont';
 src: url('iconfont.eot'); /* IE9*/
 src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('iconfont.woff') format('woff'), /* chrome、firefox */  url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
/*全局样式*/
body, html {
	margin:0;
	padding:0;
	background:#f5f0ec;
}
.phone {
	width:100%;
	max-width:640px;
	color:#595b5d;
	margin:auto;
	font-size:1rem;
	font-family:Microsoft YaHei, Arial;
	line-height:1.5;
	padding:0;
	overflow:hidden;
	padding-bottom:50px;
	background:#fff;
	position:relative;
	padding-top:45px;
	overflow:hidden;
}
div, span, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
}
.clear {
	clear:both;
}
a {
	color:#595b5d;
	text-decoration:none;
}
a:hover {
	color:#000;
}
img {
	border:0 none;
	vertical-align:top;
	width:100%;
	height:auto;
}
i, em {
	font-style:normal
}
.col_top {
	background:#cc0001;
	height:45px;
	line-height:45px;
	padding:5px 0px;
	font-size:14px;
	position:fixed;
	top:0px;
	width:100%;
	z-index:100;
}
.col_top img {
	max-width:239px;
	float:left;
	height:auto;
	max-height:40px;
	width:auto;
margin-top:3px;
	margin-left:10px;
}
.col_top a.moremenu {
	display:block;
	float:right;
	width:60px;
	margin-right:10px;
	color:#fff;
	background:url(../images/topj.png) 0px center no-repeat;
	font-size:16px;
	text-indent:25px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.col_top a.moremenu em {
}
.col_top a.moremenu.on {
	text-indent:0px;
	background-position:-25px 7px;
}
.col_top .symenu {
	float:right;
	color:#fff;
	margin-right:5%;
}
.col_top .symenu a {
	color:#fff;
}
/*浮动菜单*/
.floatmenu {
	position:fixed;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:50;
	transform:translate3D(100%, 0, 0);
	-webkit-transform:translate3D(100%, 0, 0);
	transition:transform 0s;
	-webkit-transition:transform 0s;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}
.floatmenu .floatmenu_zz {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	transform:translate3D(100%, 0, 0);
	-webkit-transform:translate3D(100%, 0, 0);
	transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
	z-index:1;
}
.floatmenu .floatmenu_box {
	position:absolute;
	top:10px;
	left:0px;
	width:100%;
	background:rgba(149,4,5,1);
	z-index:2;
	height:100%;
	transform:translate3D(100%, 0, 0);
	-webkit-transform:translate3D(100%, 0, 0);
	transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
}
.floatmenu.on{
	transition:transform 0s;
	-webkit-transition:transform 0s;
	transform:translate3D(0, 0, 0);
	-webkit-transform:translate3D(0, 0, 0);
}
.floatmenu.on .floatmenu_zz {
	background:rgba(34, 40, 46, 0.3);
	transform:translate3D(0, 0, 0);
	-webkit-transform:translate3D(0, 0, 0);
}
.floatmenu.on .floatmenu_box {
	transform:translate3D(40%, 0, 0);
	-webkit-transform:translate3D(40%, 0, 0);
}
.floatmenu .floatmenu_box ul {
	width:100%;
}
.floatmenu .floatmenu_box ul li {
	line-height:2.5;
	display:block;
	color:#ccc;
	width:100%;
	font-size:1rem;
	border-bottom:solid 1px #770304;
	height:auto; margin:auto; overflow:auto;
}
.floatmenu .floatmenu_box ul li a{display:block;color:white;padding-left:10px; font-size:0.89rem;float:left;}
/*浮动菜单结束*/
.banner {
	background:#fff;
}
.box_swipe{
	overflow:hidden;
	position:relative;
}
.box_swipe>div.nav{position:absolute;width:100%;z-index:10;bottom:0px;height:20px;}
.box_swipe>div.nav>ol{
	float:left;
	position:relative;
	left:50%;
}

.box_swipe>div.nav>ol>li{
	float:left;
	position:relative;
	left:-50%;
	margin:5px;
	width:10px;
	height:10px;
	background-color:#fff;
	border-radius: 10px;
}
.box_swipe>div.nav>ol>li.on{
	background-color:#c00726;
}
.nametb {
	background:#e5e4e4;
	padding-left:5%;
	margin:5% auto 4%;
	padding-top:2%;
	padding-bottom:2%;
	color:#000;
	font-size:1.1em;
	font-weight:bold;
}
.nametb a {
	float:right;
	display:block;
	line-height:1;
	margin-right:3%;
}
.nametb .iconfont {
	color:#970203;
	font-size:1.5em;
}
.productone {
	padding-bottom:3%;
	overflow:hidden;
}
.productone ul {
	overflow:hidden;
}
.productone ul li{
	width:46%;
	float:left;
	margin-left:2.8%;
	margin-bottom:3%;
	}
.productone ul li a{
	width:100%;
	display:block;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	overflow:hidden;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
	padding-top:80%;
	background-size:cover;
}

.productone ul li .proname{
	display:block;
	overflow:hidden;
	color:#fff;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
	overflow:hidden;
	background:url(../images/flbj.png);
	position:absolute;
	bottom:0px;
	padding-top:2%;
	padding-bottom:2%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	font-size:0.88rem;
}
.productone ul li .proname {

	color:#fff;
}
.case ul li{ margin-top:5%;}
.newdt {
	width:92%;
	margin:0% auto 5%;
	overflow:hidden;
	padding-top:1%;
}
.productone.ny {
	padding-top:5%;
}
.productone.ny ul li {
	position:relative;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	width:45.5%;
	float:left;
	position:relative;
	overflow:hidden;
	margin-left:3%;
	text-align:center;
	margin-bottom:5%;
	background-repeat:no-repeat;
	background-size:cover;
}
.newdt ul li {
	background:url(../images/stphone_32.jpg) left no-repeat;
	background-size:2%;
	padding-left:4%;
	line-height:1.8;
}
.newdt ul li a {
	display:block;
	line-height:1.8;
	height:1.8;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
}
.newdt ul li .date {
	color:#989c9b;
	float:right;
	font-size:0.9em;
}
.newdt ul li.first {
	background:none;
	padding-left:0%;
	overflow:hidden;
	border-bottom:1px #e7e2e2 solid;
	padding-bottom:3%;
	margin-bottom:3%;
}
.newdt ul li .tpbj {
	width:42%;
	float:left;
}
.newdt ul li .tpbj a {
	display:block;
	width:100%;
	background-repeat:no-repeat;
	padding-bottom:70%;
	background-size:cover;
}
.newdt ul li .ner {
	width:55%;
	float:right;
	color:#a8a9ab;
	line-height:1.6;
	font-size:0.9rem;
}
.newdt ul li .ner a {
	margin-bottom:1%;
	font-size:1.1rem;
	line-height:1.4;
	color:#3b3b3c;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
}

.newdt ul li .desc{ overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}
.aboutnr {
	background:#cc0001;
	padding:5% 3% 5% 5%;
	color:#fff;
	overflow:hidden;
}
.aboutnr .wxtp {
	width:35%;
	float:right;
	text-align:center;
	margin-top:10%;
}
.aboutnr .wxtp img {
	max-width:193px;
}
.aboutnr .aboujs {
	width:62%;
	float:left;
	font-size:0.9em;
}
.aboutnr .aboujs .desc{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
} 
.aboujs .ab {
	font-size:1.3em;
	font-weight:bold;
}
.aboujs .ab a {
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
}
.copyright {
	overflow:hidden;
	background:#f2f3f3;
	padding-top:5%;
	padding-bottom:5%;
	text-align:center;
	font-size:0.8rem;
}
.tool {
	background:#cc0001;
	position:fixed;
	max-width:640px;
	width:100%;
	bottom:0px;
	font-size:14px;
	z-index:101
}
.tool ul li {
	float:left;
	line-height:1.3;
	width:25%;
	text-align:center;
	border-right:1px #970203 solid;
	background:#cc0001;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.tool ul li a {
	display:block;
	color:#f2f3f3;
	font-size:0.9em;
	padding-top:3%;
	padding-bottom:3%;
}
.tool ul li a .iconfont {
	display:block;
	margin:auto;
	font-size:1.5em;
	font-weight:normal;
}
.tool ul li.last {
	border-right:0px #0e60bb solid;
}
.path {
	background: -moz-linear-gradient(top, #e7e7e7, #fff, #fff, #d3d3d3);
	background: -webkit-linear-gradient(top, #e7e7e7, #fff, #fff, #d3d3d3);
	background: -ms-linear-gradient(top, #e7e7e7, #fff, #fff, #d3d3d3);
	position: relative;
	padding: 4% 5% 6%;
	margin-bottom:1px;
}
.path p, .path a {
	font-size:0.9em;
	color: #555;
}
.path span {
	color: #035cac;
}
.path h2 {
	font-size:1.2em;
	color: #cc0001;
}
.path a.back {
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -20px;
}
.aboutjs {
	background:#fff;
	margin-top:2%;
	padding:5% 4%;
	line-height:1.6;
}
.aboutjs p{ margin-bottom:3%;}
table{width:100%; margin:0px; padding:0px}
.aboutjs h3 {
	color:#181919;
	text-align:center;
	font-size:1.2rem;
	padding-bottom:3%;
}
.aboutjs img {
	width:auto;
	margin:auto;
	max-width:100%;
	margin:0px;
	padding:0px;
	margin-top:5%;
	margin-bottom:5%;
	display:block;
}
.aboutjs .fanw {
	color:#1f1f20;
	font-weight:bold;
	font-size:1.1rem;
}
.about-nav {
	width:94%;
	margin:5% auto;
}
.about-nav ul li a {
	display:block;
	background:#e9e9e9;
	line-height:2.5;
	margin-bottom:2%;
	padding-left:5%;
	border-radius:5px;
}
.about-nav ul li a .iconfont {
	float:right;
	margin-right:3%;
	font-size:1.6em;
	line-height:1.5;
	color:#b7b7b7;
}
.about-nav ul li.cur a {
	display:block;
	background:#035cac;
	border:1px #035cac solid;
	margin-bottom:2%;
	color:#fff;
}
.about-nav ul li.cur a .iconfont {
	color:#fff;
}
.newzs {
	padding-top:6%;
}
.newzs ul li a {
	color:#313030;
	font-size:1.2em;
	display:block;
	line-height:1.5;
	margin-bottom:1%;
}
.newzs ul li {
	-moz-box-shadow:0px 1px 6px #878787;
	-webkit-box-shadow:0px 1px 6px #878787;
	box-shadow:0px 1px 6px #878787;
	padding:3% 5% 5% 5%;
	width:83%;
	margin:auto;
	line-height:1.5;
	font-size:0.9em;
	margin-bottom:20px;
	overflow:hidden;
	color:#818181;
}
.newzs ul li img {
	width:auto;
	max-width:100%;
	height:auto;
	margin:2% auto;
}
.newzs ul li .dat {
	font-size:0.9em;
}
.newfy {
	overflow:hidden;
	margin-bottom:5%;
}
.newfy ul li {
	text-align:center;
	font-size:1.6;
	background:#f2f3f3;
	line-height:2.8;
	height:2.8;
	float:left;
	width:49%;
	border:1px #d0d2d2 solid;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.newfy ul li.left1 {
	margin-right:2%;
}
.newfy ul li a {
	text-align:center;
	color:#000;
	font-size:1.6;
}
.contactnr {
	width:95%;
	margin:6% auto;
	line-height:1.7;
}
.newbitao {
	padding:5% 3%;
	line-height:1.6;
}
.newbitao h3 {
	font-size:1.2rem;
	text-align:center;
	color:#000;
	line-height:1.7;
}
.newbitao .rqttie {
	text-align:center;
	width:100%;
	border-bottom:1px #d4d4d4 solid;
	color:#959494;
	padding-top:2%;
	margin-bottom:5%;
	padding-bottom:2%;
}
.newbitao .newxxjs {
	padding-bottom:5%;
	color:#333;
	line-height:1.7;
}
.newbitao .newxxjs img{
	width:auto;
	max-width:100%;
	margin:0px;
	padding:0px;
	margin-top:5%;
	margin-bottom:5%;}
.newbitao .comform {
	color:#959494;
	text-align:right;
	border-bottom:1px #d4d4d4 solid;
	line-height:1.6;
	padding-bottom:5px;
}
.newbitao .syiejr span {
	background:#ececec;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	margin-right:15px;
}
.pagnation{clear:both; margin-top:5%; height:auto; overflow:auto;}
.pagnation a{ text-align:center;font-size:16px;margin:2%;text-align:center; color:#fff; font-size:16px; display:block;line-height:250%; height:250%; float:left;width:47%; background:white; box-shadow:2px 2px 5px #999; background:#023267;}
.pagnation a.page-next{ margin-left:0; margin-right:0;}
.pagnation a.noclick{}

.listall{ margin:0px 5%;}