﻿﻿﻿/*初始化*/
@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
i, em {
	font-style: normal;
}
/*Base*/
html {
	font: 62.5%/1.8 "微软雅黑", "\5b8b\4f53", Arial, sans-serif;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none; /*修正手持设备字体变化*/
	min-width: 16rem;
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	background: transparent;
	color: #333; /*修正win8系统IE连接灰色背景*/
	outline:none;
}
a:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0;/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode:bicubic;
}
fieldset {
	border: 0.025rem solid #c0c0c0;
	margin: 0 0.1rem;
	padding: 0.35em 0.625em 0.75em;
}
button, input, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline:none;
	border:none;
	-webkit-appearance: none;
	border-radius: 0;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 0.65rem;
	height: 0.65rem;
	float: left;
	display: inline;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol {
	list-style: none;
}
li {
	list-style:none;
	float: left;
}
/*排版通用*/
.f-mm{ margin-left:auto; margin-right:auto;}/*居中对齐*/
.f-fl{ float:left;} /*左浮动*/
.f-fr{ float:right;} /*右浮动*/
.f-tr{ text-align:right;} /*右对齐*/
.f-tl{ text-align:left;} /*左对齐*/
.f-tc{ text-align:center;} /*中间对齐*/
.f-pr{ position:relative;} /*定位*/
.f-di{ display:inline;}
/*清除浮动*/
.clear {
	zoom:1;
}
.clear:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
	content:".";
}
.fl {
	float:left;
	display: inline;
}
.fr {
	float:right;
	display: inline;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b {
	display: block;
	width: 100%;
	height: 100%;
}
.p {
	padding: 0 0.75rem;
}
.tan05 {
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.tan01 {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.noclick {
	pointer-events: none;
}
/*首页------------------------------------------------------------------*/
body {
	max-width:1242px;
	min-height: 640px;
	margin: 0 auto;
}
/*头部信息*/
.header {
	position: relative;
	height: 3rem;
	padding-top: 0.5rem;
	background: #fff;
}
.logo {
	display: block;
	width:6rem;
	height:1.4rem;
	float: left;
	margin-top: 0.4rem;
}
.nav-btn {
	position: absolute;
	background: url("../images/nav_btn.png") no-repeat center center / 100% 100%;
	width: 1.5rem;
	height: 1.3rem;
	right: 0.75rem;
	bottom:0.75rem;
	float: right;
}
.nav {
	display: none;
	background: #171717;
	padding: 0.25rem 0.75rem 0.75rem;
	position: absolute;
	top: 3rem;
	left: 0;
	width: 100%;
	z-index: 999;
}
.nav-list li {
	float: none;
	border-bottom: 0.025rem solid #2a2a2a;
	line-height: 1.25rem;
	font-size: 0.5rem;
	position: relative;
}
.nav-list li a {
	display: block;
	color: white;
	text-align: left;
}
.nav-two {
	padding:0.1rem 0.5rem 0.5rem;
	display: none;
}
.nav-list li.on .nav-two {
	display: block;
}
.nav-two a {
	font-size: 0.45rem;
	text-indent: 0.5rem;
	border-bottom: 0.025rem solid #2a2a2a;
}
.nav-two .nav-two-title a {
	font-weight: bold;
	text-indent: 0;
}
.nav-list li i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1.125rem;
	padding: 0.5rem;
}
.nav-list li i:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border: 0.175rem solid transparent;
	border-top-color: white;
}
/*banner图*/
.banner {
	position: relative;
	height: 8rem;
}
.swiper-banner {
	height: 100%;
	overflow: hidden;
}
.swiper-banner-prev, .swiper-banner-next {
	position: absolute;
	top: 0;
	height: 100%;
	width: 1.5rem;
	z-index: 99;
	opacity: .7;
}
.swiper-banner-prev {
	left: 0;
	background: url("../images/banner_l.png") no-repeat right center / 1rem 1rem;
}
.swiper-banner-next {
	right: 0;
	background: url("../images/banner_r.png") no-repeat left center / 1rem 1rem;
}
.banner-btm {
	display: block;
	height: 5rem;
	margin-bottom: 1.5rem;
}
/*分类*/
.lei {
	padding:0.5rem 0.5rem 0.5rem 0.5rem;
	height: 5rem;
	margin-top: 1rem;
}
.lei h3 {
	font-weight: normal;
}
.biao {
	border:1px solid #d2d2d2;
	width:4.4rem;
	height: 4rem;
	float: left;
	font-size: 0.6rem;
	margin-right: 0.85rem;
	text-align: center;
	padding-top: 0.25rem;
}
.biao img {
	width:2rem;
	height: 2rem;
	margin-bottom: .3rem;
}
.biao p {
	margin-top: 4rem;
	color: #333;
}
.biao1 {
	border:1px solid #d2d2d2;
	width:4.4rem;
	height:4rem;
	float: right;
	font-size: 0.6rem;
	text-align: center;
	padding-top: 0.25rem;
}
.biao1 img {
	width: 2.2rem;
	height:2.2rem;
}
.biao1 p {
	margin-top: 4rem;
	color: #333;
}
/*产品*/
.chanpin {
    width: 94%;
    margin: auto;
	line-height:1.5rem;
    margin-top: 1rem;
}
.chanpin a h3 {
    font-size: 1.3rem;
    font-weight: normal;
}
.chanpin ul {
    width: 99%;
	margin-top: 1rem;
}
.chanpin li {
    width: 47%;
    height:7.5rem;
    font-size:0.5rem;
    border: 1px #eee solid;
    box-shadow: 2px 2px 2px #eee;
    float: left;
    margin-right:6%;
    margin-bottom: 1rem;
}
.chanpin li img{
    width: 100%;
}
.chanpin li:nth-child(2n){
    margin-right:0;
}
.chanpin li .text a{
    font-size: .7rem;
    padding-left: .2rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}


/*工厂视频*/
.fac {
	margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.fac .title{
    padding-bottom: 3rem;
}
.fac .title  h3 {
    float: left;
    font-size: 1.3rem;
    font-weight: normal;
}
.fac .title .more a{
    font-size: .8rem;
    color: #5d5d5d;
    font-weight: normal;
}
.fac-video {
	margin:0 auto;
}
.fac-video img {
	width:15rem;
	height:12rem;
	margin: 0 auto;
}
/*产品轮播*/
.pro {
	padding: 0 0.75rem 1rem;
}
.pro>img {
	display: block;
	width: 100%;
	margin-bottom: 0.25rem;
}
.swiper-pro {
	overflow: hidden;
	margin-bottom: 0.75rem;
}
.swiper-pro li, .i-p-list li, .i-typ-list li, .i-de-list li {
	float: none;
	height: 10.925rem;
	border: 0.025rem solid #a8a6a6;
	margin-bottom: 0.05rem;
	border-radius: 0.125rem;
	position: relative;
}
.swiper-pro li a, .i-p-list li a, .i-typ-list li a, .i-de-list li a {
	padding: 0.1rem;
}
.swiper-pro li p, .i-p-list li p, .i-de-list li p {
	position: absolute;
	background: #08c;
	color: white;
	padding: 0 0.6rem;
	font-size: 0.5rem;
	line-height: 1rem;
	bottom: 0.125rem;
	left: 0.125rem;
	border-radius: 0 0.125rem 0.125rem 0;
}
.swiper-pro-span, .swiper-news-span, .swiper-zhuan-span, .swiper-i-typ-span {
	height: 0.45rem;
	text-align: center;
}
.swiper-pro-span span, .swiper-news-span span, .swiper-zhuan-span span, .swiper-i-typ-span span {
	width: 0.45rem;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	opacity: 1;
	background: #aaa;
}
.swiper-pro-span span +span, .swiper-news-span span+span, .swiper-zhuan-span span + span, .swiper-i-typ-span span+span {
	margin-left: 0.3rem;
}
.swiper-pro-span span.swiper-pagination-bullet-active, .swiper-news-span span.swiper-pagination-bullet-active, .swiper-zhuan-span span.swiper-pagination-bullet-active, .swiper-i-typ-span span.swiper-pagination-bullet-active {
	background: #0088cf;
}
/*新闻模块*/
.news {
	background: url("../images/news_bg.png") no-repeat top center / 100% 20rem;
	padding: 5.75rem 0.75rem 1.5rem;
}
.swiper-news {
	overflow: hidden;
	margin-bottom: 1.75rem;
}
.swiper-news li {
	height: 5.5rem;
	float: none;
	border-bottom: 0.025rem dashed #999;
}
.swiper-news li a {
	padding: 0.75rem 0;
}
.news-time {
	float: left;
	width: 2.7rem;
	height: 3.2rem;
	margin-right: 0.375rem;
	border: 0.025rem solid #d8d7d7;
	border-bottom: none;
	color: #fff;
	font-size: 0.45rem;
	text-align: center;
	background-color: #0088cf;
    padding-top: .5rem;
}
.news-time span {
	display: block;
	height: 60%;
	line-height: 1rem;
}
.news-time span:first-child {
	background: #0088cf;
	font-size: 1rem;
}
.news-time span:last-child {
    background-color:rgb(76, 169 ,218);
	font-size:0.6rem;
    line-height: 1.5rem;
}

.news-info {
	float: left;
	width: 10.6rem;
	line-height: 0.95rem;
	text-align: left;
}
.news-info h3 {
	font-size: 0.55rem;
	margin-top: -0.15rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-info p {
    color: #4c4c4c;
    font-size: 0.55rem;
    height: 2rem;
    overflow: hidden;
    margin-top: .5rem;
}
.advert img{
	width: 100%;
}
/*专利*/
.newstitle{
	margin-top:1rem;
}
.newstitle h3{
	vertical-align: top;
	text-align: left;
	margin-left: 0.5rem;
	margin-bottom: 0.5rem;
	background: url("../images/sign.png") no-repeat left;
	background-size:1.2rem 1.2rem;

}
.newstitle h3 a{
	padding-left:1.6rem;
}
.newstitle h3 span{
	text-transform: uppercase;
	font-size: .8rem;
	color: #b7b7b7;
}
.zhuan {
	text-align: center;
	margin-bottom: 1.25rem;
	margin-top: 1rem;
}
.zhuan h3 {
	vertical-align: top;
	text-align: left;
	margin-left: 0.5rem;
	margin-bottom: 0.5rem;
	background: url("../images/sign.png") no-repeat left;
	background-size:1.2rem 1.2rem;

}
.zhuan h3 a{
	padding-left:1.6rem;
}
.zhuan h3 span{
	text-transform: uppercase;
	font-size: .8rem;
	color: #b7b7b7;
}
.swiper-zhuan {
	overflow: hidden;
	margin: 0 0.9rem 1rem;
}
.swiper-zhuan li {
	width: 30%;
	border: 1px #e1e1e1 solid;
	padding: 8px;

}

.swiper-zhuan li h2{
	font-size: .5rem;
	color:#616161;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: .2rem;
	background: url("../images/sign2.png") no-repeat  left ;
	background-size: .45rem .4rem;
	text-indent: .55rem;


}
.swiper-zhuan li + li {
	margin-left: 0.625rem;
}

/*page*/
.pagelink {
	width:100%;
	text-align: center;
	margin-bottom:60px;
	clear: both;
}
.pagelink b{
	font-size: 14px;
	color: #333;
	display: inline-block;
	_display: inline;
	padding: 0 12px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 32px;
	font-weight:normal;
	border: 1px solid #ddd;
}
.pagelink span{font-size: 14px;
	color: #ccc;
	display: inline-block;
	_display: inline;
	margin-right: 5px;
	line-height: 32px;}
.nolink{
	border: 1px solid #ddd;
	padding: 0 8px;
}
.pagelink a, .pagelink .active{
	font-size: 14px;
	color: #333;
	display: inline-block;
	_display: inline;
	padding: 0 6px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 32px;
}
.pagelink font{
	font-size: 14px;
	color: #fff;
	background: #0088cf;
	display: inline-block;
	_display: inline;
	padding: 0 6px;
	border: 1px solid #0088cf;
	line-height: 32px;
}

.pagelink a:hover, .pagelink a.cur, .pagelink a.active, .pagelink li.active a, .pagelink li.active a:hover {
	background: #0088cf;
	color: #fff;
}
/*保持联络*/
.g-about img{
	width: 100%;
}
.g-about {
	background:#f2f2f2;
	padding-bottom:1.2rem;
	margin-bottom:3rem;
}
.g-about dl dt {
	font-size:0;
}
.g-about dl dd {
	padding:.6rem;
}
.g-about dl dd h3 {
	color:#333;
	font-size:1.7rem;
	font-weight:bold;
}
.g-about dl dd h3 span {
	display:block;
	font-size:1.17rem;
	font-weight:normal;
	height:3rem;
	line-height:3rem;
}
.g-about dl dd p {
	color:#666;
	font-size:0.7rem;
	line-height:1.4rem;
	padding-top:1rem;
}
.g-about h4 {
	margin:0 auto;
	background:#026381;
	width:11.4rem;
	height:2.7rem;
	line-height:2.7rem;
	text-align:center;
	font-size:0.92rem;
	color:#fff;
}
.g-about h4 span {
	display:block;
	width:1rem;
	height:1rem;
	font-size:0;
	position:absolute;
	right:2.5rem;
	top:1rem;
}
.g-about h4 span img {
	display:block;
}

/*关于我们页面--------------------------------------------------------------------*/
.i-title {
	background: #171717;
	border-top: 0.2rem solid #393f44;
	border-bottom: 0.2rem solid #cdcdcd;
	padding: 1.25rem 0.625rem 0;
	color: white;
}
.i-bread {
	font-size: 0.5rem;
	font-weight: bold;
}
.i-bread a {
	color: #08c;
}
.i-bread span {
	color: #7b7b7b;
}
.i-title h3 {
	position: relative;
	top: 0.2rem;
	width: 7.9rem;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.2rem;
	padding-bottom: 0.75rem;
	border-bottom: 0.2rem solid #08c;
}
.i-a {
	padding: 0 0.75rem;
	margin-bottom: 1rem;
}
.i-a-con {
	padding:1rem 0;
}
.i-a-con h3 {
	font-size: 0.6rem;
	color: #08c;
	margin-bottom: 0.25rem;
}
.i-a-con p {
	font-size: 0.5rem;
	line-height: 0.8rem;
}
.i-a-join {
	display: block;
	width: 4.7rem;
	height: 1.25rem;
	border-radius: 0.25rem;
	background: #08c;
	color: white;
	text-align: center;
	line-height: 1.25rem;
	font-size: 0.5rem;
	margin: 0.5rem 0 0.25rem;
}

.i-a-con img {
	display: block;
	margin: 0.5rem auto;
	width: 7.8rem;
}
/*产品页面高炮------------------------------------------------------------------------*/
.i-pg {
	padding: 1rem 0.75rem;
}
.i-p-title {
	padding-bottom: 1rem;

}
.i-p-title h3 {
	font-size: 1.1rem;
	font-weight: normal;
}
.i-p-title p {
	font-size: 0.5rem;
	color: #626262;
}
.i-plist {
	padding: 1rem 0;
	margin-bottom: 1rem;
}
.i-plist h3, .i-typ-list h3, .i-typ h3 {
	font-size: 0.6rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
	color: #08c;
}
.i-plist ul, .i-typ-list ul, .i-de-list {
	overflow: hidden;
}
.i-plist li {
	width: 4.4rem;
	height: 1.9rem;
	text-align: center;
	font-size: 0.6rem;
	line-height: 1.85rem;
}
.i-plist li a {
	color: #08c;
}
.i-plist li + li {
	margin-left: 0.25rem;
}
.i-plist li.active {
	background: #08c;
	border: 0.025rem solid #008dd4;
	border-radius: 0.2rem;
}
.i-plist li.active a {
	color: white;
}
.page {
	margin: 0.75rem 0 0.5rem;
	text-align: center;
	height: 2rem;
	font-size: 0.625rem;
}
.page a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.5rem;
	font-size: 0.5rem;
	color: white;
	width: 3rem;
	background: #262626;
	line-height: 1rem;
}
.i-rex {
	margin: 1rem 0;
}
.i-rex h3 {
	font-weight: normal;
	font-size: 0.6rem;
	margin-bottom: 0.25rem;
}
.i-rex li {
	float: none;
	margin-bottom: 0.25rem;
}
/*个性化定制页面------------------------------------------------------------------*/
.i-typ-banner {
	padding: 1rem 0 0.75rem;

}
.swiper-i-typ {
	height: 5.25rem;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.i-typ {
	padding: 0 0.75rem;
}
.i-typ-len {
	padding: 1rem 0;
	height: 4.5rem;

}
.i-typ-list {
	padding: 1rem 0;
}
.i-typ-list h3 {
	color: #08c;
}
.i-typ-list li {
	margin-bottom: 0.75rem;
}
/*个性化定制----------------------------------------------------*/
.i-fac {
	padding: 1rem 0.75rem;
}
.i-fac-con {
	padding: 0.5rem 0;
	margin-bottom: 0.5rem;

}
.i-fac .i-p-title h3 {
	font-weight: bold;
	font-size: 0.75rem;
}
.i-fac-con h3 {
	font-weight: normal;
	font-size: 0.6rem;
	margin-bottom: 0.25rem;
}
.i-fac-con p {
	font-size: 0.5rem;
	line-height : 0.9rem;
}
.i-fac-con img {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
}
/*设计页面---------------------------------------------------------------------*/
.i-de {
	padding: 1rem 0.75rem;
}
.i-de>img {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
}
.i-de>h3 {
	font-size: 0.6rem;
	font-weight: normal;
	margin-bottom: 0.25rem;
}
.i-de p {
	font-size: 0.5rem;
	line-height: 0.9rem;
}
.i-de p a {
	color: #08c;
}
.i-de-info {
	margin: 0.75rem 0;
}
.i-de-info h3 {
	font-size: 0.6rem;
	color: #08c;
	line-height: 1.5rem;
	text-indent: 1.25rem;
}
.i-de-info p {
	padding: 0 1.25rem;
}

/*新闻资讯----------------------------------------------------------------*/
.i-ne {
	padding: 1rem 0.75rem;
}
.i-ne>h3 {
	font-size: 0.6rem;
	color: #08c;
	font-weight: normal;
}
.i-n-imp {
	margin-bottom: 0.75rem;
}
.i-n-imp>h3 {
	font-size: 0.5rem;
	font-weight: normal;
	margin-bottom: 0.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.i-n-imp-info {
	overflow: hidden;
	height: 4rem;
	position: relative;
}
.i-n-imp-info img {
	float: left;
	width: 5rem;
	height: 100%;
}
.i-n-imp-info-p {
	float: right;
	width: 9rem;
	height: 100%;
	overflow: hidden;
	font-size: 0.45rem;
	line-height: 0.65rem;
}
.i-n-imp-info .i-n-time {
	position: absolute;
	left: 0;
	top: 0.25rem;
	height: 1.5rem;
	background: rgba(51, 159, 214, .7);
}
.i-n-list li {
	float: none;
	height: 1.5rem;
	margin-bottom: 0.25rem;
}
.i-n-time {
	float: left;
	width: 2rem;
	height: 100%;
	background: #08c;
	color: white;
	text-align: center;
}
.i-n-time p:first-child {
	font-size: 0.7rem;
	line-height: 0.8rem;
}
.i-n-time p:last-child {
	font-size: 0.4rem;
	line-height: 0.6rem;
}
.i-n-list li a>p {
	float: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.5rem;
	line-height: 1.5rem;
	width: 12rem;
}
/*联系我们页面-----------------------------------------------------------------------*/
.i-co {
	padding: 1rem 0.75rem;
}
.i-co h3 {
	font-size: 0.6rem;
	color: #08c;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.i-co-form {
	margin-bottom: 1rem;
}
.i-co-form label {
	font-size: 0.5rem;
	line-height: 0.9rem;
	color: #08c;
	display: block;
}
.i-co-form input, .i-co-form textarea {
	display: block;
	line-height: 1rem;
	border: 0.025rem solid #9c9c9c;
	border-radius: 0.15rem;
	width: 100%;
	font-size: 0.6rem;
	margin-bottom: 0.75rem;
}
.i-co-form select {
	border: 1px solid #ccc;
	line-height: 1rem;
	font-size: 0.625rem;
}
.i-co-form textarea {
	height: 6rem;
	resize: none;
}
.i-co-form input[type=submit] {
	width: 3.875rem;
	height: 1rem;
	font-size: 0.5rem;
	background: #069;
	color: white;
	border: none;
}
.i-co p {
	font-size: 0.5rem;
}
.i-co-info-title, .i-co-info-add {
	padding-bottom: 0.75rem;

	margin-bottom: 0.75rem;
}
.i-co-info-add p {
	line-height: 1.75rem;
	text-indent: 1.5rem;
}

/*新增产品内页------------------------------------------------------------------*/
.i-pinfo>h3 {
	font-size: 1.2rem;
	line-height: 4rem;
	text-align: center;
	font-weight: normal;
	width: 14.5rem;
	margin: 0 auto 1rem;

}
.swiper-pinfo-t {
	width: 15rem;
	margin: 0 auto 0.7rem;
	overflow: hidden;
	height: 11.35rem;
}
.swiper-pinfo-t li, .swiper-pinfo-b li {
	border: 1px solid #a8a6a6;
	border-radius: 0.2rem;
	padding:0.2rem;
}
.swiper-pinfo-t-span, .swiper-pinfo-b-span {
	height: 0.45rem;
	text-align: center;
}
.swiper-pinfo-t-span span, .swiper-pinfo-b-span span {
	width: 0.45rem;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	opacity: 1;
	background: #aaa;
}
.swiper-pinfo-t-span span +span, .swiper-pinfo-b-span span +span {
	margin-left: 0.3rem;
}
.swiper-pinfo-t-span span.swiper-pagination-bullet-active, .swiper-pinfo-b-span span.swiper-pagination-bullet-active {
	background: #08c;
}
.i-pinfo-info {
	padding: 0 0.75rem;
}
.i-pinfo-info h3 {
	font-size: 0.7rem;
	margin: 0.5rem 0;
}
.i-pinfo-info dl {
	margin-bottom: 0.5rem;
}
.i-pinfo-info dt {
	font-size: 0.6em;
	color: #007aff;
}
.i-pinfo-info dd {
	line-height: 1rem;
	overflow: hidden;
}
.i-pinfo-info dd span {
	float: left;
	white-space: nowrap;
	font-size: 0.5rem;
	margin-right: 0.4rem;
}
.i-pinfo-info dd span b {
	color: #007aff;
}
.i-pinfo-fav span {
	width: 4rem;
	text-indent: 1rem;

}
.swiper-pinfo-b {
	width: 11rem;
	height: 9rem;
	overflow: hidden;
	margin: 0 auto 0.5rem;
}
.i-pinfo-buy {
	background: #e3e3e3;
	text-align: center;
	margin: 1rem 0;
	padding: 1rem 0;
}
.i-pinfo-buy h3 {
	font-size: 0.6em;
}
.i-pinfo-buy p {
	font-size: 0.5rem;
}
.i-pinfo-buy-now {
	color: white;
	background: #0099e6;
	display: block;
	line-height: 1rem;
	margin: 0.75rem auto 0;
	height: 1rem;
	font-weight: bold;
	border-radius: 0.1rem;
	width: 2.75rem;
	font-size: 0.5rem;
}
.i-pinfo-buy-now a {
	color: white;
}
.gyBox {
	color:#444;
	font-size: 0.625rem;
	line-height: 1rem;
	padding:0.6rem;
	min-height: 11rem;
}
.gyBox img {
	width:100%;
}
/*翻页*/
.flip {
	line-height:20px;
	text-align:center;
	padding:20px 0;
	clear:both;
	font-size:0.6rem;
}
.flip a, .flip span {
	padding:5px 9px;
	margin:0 5px;
	background-color:#010152;
	color:#fff;
	border-radius:2px;
}
.flip span, .flip a:hover {
	color:#FF0000;
}
.cp_xqct {
	padding:10px;
	color: #444;
	font-size: 0.625rem;
	line-height: 1rem;
}
.cp_xqct .title {
	display: block;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	font-size: 0.8rem;
	font-size: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cp_xqct img {
	display:block;
	width:100%!important;
	marx-widht:640px!important;
	margin:0 auto;
}
.pagelyy {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.6rem;
}
.pagelyy a {
	color: #333;
}

/**手机图集滚动**/
.swiper_case1 {
	margin-bottom: 1rem;
}
.swiper_case1 li {
	display: inline;
	height: 12rem;
	line-height: 12rem;
}
.swiper_case1 li img {
	vertical-align:middle;
	display: inline;
}
.swiper_case1 .swiper_case_span {
	text-align: center;
}
.clean_st {
	font-size: 0.5rem;
}
.i-co-info-time li {
	float: none;
}
.i-co-info-time li:nth-child(1) {
color: #08c;
}
.wrap img{
	width: 100%;
}
.top{
	height:3rem;
	line-height: 2.8rem;
	background-color: #1f1f1f;
}
.top img{
	margin-left: 1rem;
	margin-top: 0;
}
@media screen and (max-width: 320px){
	.top img {
		width: 28px;
		height: 27px;
		margin-left: 1rem;
		margin-top: 0;

	}

}
@media (min-width: 330px) and (max-width: 414px){
	.top img {
		width: 30px;
		height: 29px;
		margin-left: 1rem;
		margin-top: 0;
	}
}

.top-title {
	width: 30%;
	position: absolute;
	left: 35%;
	top: 0;
	font-size: .8rem;
	line-height: 3rem;
	text-align: center;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: "微软雅黑";
}


.m_product{
	margin-top: 2rem;
}

.m_product .classic .title h2{
	font-size: 1rem;
	margin-bottom: .5rem;

}

.m_product .classic .title span{
	font-size: .8rem;
	color: #444;
}
.m_product ul {
	width: 90%;
	margin: auto;
	margin-top: 2rem;
}
.m_product ul li {
	width: 42%;
	float: left;
	text-align: center;
	margin-bottom: 2.5rem;
	border: 1px #eee solid;
	box-shadow: 2px 2px 2px #eee;
}
.m_product ul li img{
	width: 100%;
	height: 140px;
}
.m_product ul li .text{
	height: 2rem;
	border-top: none;
	margin-top: -4px;
}
.m_product ul li .text a{
	font-size: .6rem;
	color: #494949;
	line-height: 2rem;
	display: block;
	overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;

}
.m_product li {
	display:block;
	margin-right: 13%;
}
.m_product li:nth-child(2n){
	margin-right: 0;
}
.nyproduct{
	margin-top: 2rem;
}
.nyproduct h3{
	font-size: 1rem;
	text-align: center;
	margin-bottom: .5rem;

}
.nyproduct .lab-tips{
	width: 98%;
	margin: auto;
	font-size: .55rem;
	color: #666;
	border-bottom: 1px #e4e4e4 solid;
	padding-bottom: 1rem;

}
.prevnext{
	margin-bottom: 2.5rem;
}
.prevnext p{
	width: 90%;
	margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .6rem;
	color: #666;
	margin-bottom: 10px;

}
.prevnext .prev a{
	color: #666;
}
.prevnext .prev a:hover{
	color:#0d94e2;

}

/*新闻列表*/


.newslist, .newslist ul{
	width:96%;
	margin: auto;
	margin-bottom: 2rem;
	margin-top:2rem;}
.newslist li {
	width:99%;
	margin:0 auto 35px auto;
	border: 1px solid #f5f5f5;
	background:#fff;
	box-shadow: 1px 1px 1px #e1e1e1;
}
.newslist li img{ width:100%;height: 100%;}
.newslist li .contxt {
	display: block;
	width: 100%;
	padding: 15px 7% 10px;
}

.newslist li h4 {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px;
}
.newslist li h4 a {
	color: #000;
}
.newslist li .font {
	display: inline-block;
	margin-top: 13px;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	height: 44px; overflow:hidden;
}
.newslist li .date {
	display: block;
	border-top: 1px solid #f2f2f2;
	line-height: 28px;
	padding-top: 9px;
	font-size: 14px;
	font-family: "Arial";
	color: #8d8d8d;
	margin-top: 10px;
}
.news-wrap{padding-top: 26px;
	background-color: #f5f5f5;
	/****padding-bottom: 20px;******/}
.newslist .news-info {
	background-color: #fff;
	width:94%;
	padding: 25px 3% 30px;
}
.newslist .news-info h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	line-height: 32px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}
.newslist .news-info .lab-tips {
	padding-top: 12px;
	line-height: 30px;
	text-align: center;
}
.newslist .news-info .lab-tips .date {
	font-size: 14px;
	color: #999;
}
.newslist .news-info .cont { width:100%;
	padding-top: 24px;
	padding-bottom: 50px;
	font-size: 14px;
	line-height: 26px;
}
.newslist .news-info .cont table{ margin:0 auto; text-align:center;}


/*服务支持*/

.servicelist{
	width: 100%;
	margin: auto;
	margin-top: 1rem;
	margin-bottom: 1.4rem;
}
.servicelist ul{
	width: 96%;
	margin: auto;


}
.servicelist li{
	padding:.3rem;
	border: 2px #ececec solid;
	box-shadow: 1px 1px 1px #ececec;
	margin-bottom: 1rem;
}
.servicelist .pic img{
	width:40%;
	float: left;
}
.servicelist .text{
	width: 55%;
	float: right;
}
.servicelist .text h2{
	font-size: .6rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.servicelist .text p{
	font-size: .4rem;
	line-height: 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.servicelist .more{
	font-size: .4rem;
	color: #fff;
	background-color: #00a0e9;
	margin-top: .3rem;
	padding:3px  10px;
}
/*单页模板*/

.cont{
	width: 98%;
	margin: auto;
	margin-top:1rem;
	margin-bottom: 3rem;
}
.cont img{
	width: 90%;
}
.cont p{
	font-size: .6rem;
	line-height: 1.2rem;
	color: #606060;
	text-align: center;
	margin-bottom: 1rem;
}
.cont p img{
	width: 90%;
}
.lxwmbox{
	margin-top: 3rem;
	margin-bottom: 2rem;
	position: relative;
}
.lxwmbox .tip{
	margin-bottom: 1rem;
}
.lxwmbox .tip p img{
	width: 80%;
	margin-bottom: 2rem;
}
.lxwmbox .tip h3{
	font-size: 1rem;
	color: #5f5f5f;


}
.lxwmbox .tip span{
	font-size: .8rem;
	color: #5f5f5f;


}
.lxwmbox .map{
	width: 96%;
	margin: auto;


}
.lxwmbox .dianhua{
	position: absolute;
	top:-17%;
	left:40%;

}
.lxwmbox .dianhua img{
	width:80%;

}
.lxwm{
	text-align: center;
	margin-bottom: 3rem;
}
.lxwm h2{
	font-size: 1.2rem;
	margin-bottom: .2rem;
}
.lxwm span{
	font-size: 1.5rem;
	color: #e60013;


}
.lxwm p{
	margin-top: .8rem;
	font-size: .9rem;
	line-height: 1.5rem;
	color: #5f5f5f;

}
@media  screen and (min-width:768px){
	.lxwmbox .tip p img {
		width: 45%;
		margin-bottom: 2rem;
	}

	.lxwmbox .dianhua {
		position: absolute;
		top: -23%;
		left: 45%;
	}
	.lxwmbox .dianhua img {
		width: 100%;
	}
}
@media screen and (min-width: 1000px){
	.g-case .u_al li:first-child {
		margin-left: 32.8%;
	}
	.g-case .m-cnt li:first-child {
		margin-left: 43%;
	}
	.g-case3 .con ul li {
		width: 29.3%;
		float: left;
		margin: 0 1.5% 0.8rem;
		padding: 2.5rem 0;
		background: #f2f2f2;
		border-radius: 7rem;
	}
	.social_nav5 {
		height: 6rem;
		position: fixed;
		bottom: 0;
		min-width: 320px;
		max-width: 1200px;
		width: 100%;
		z-index: 999;
		background: #026381;
	}
	.social_nav5:before {
		content: "";
		position: absolute;
		height: 9.1rem;
		width: 19.2%;
		left: 40%;
		top: -0.8rem;
		border: 1px solid #fff;
		border-radius: 5.1rem;
		background: #026381;
	}
	.social_nav5 li {

		height: 6rem;

	}
	.g-case .u_hzkh li:first-child {
		margin-left: 48.8%;
	}
	.g-hd .m-logo img {
		max-width: 60%;
	}
	.lxwmbox .tip p img {
		width:auto;
		margin-bottom: 2rem;
	}
	.cont p {
		font-size: .6rem;
		line-height: 1rem;
		color: #606060;
		text-align: center;
		margin-bottom: 1rem;
	}
	.top img {
		width: 36px;
		height: 35px;
		margin-left: 1rem;
		margin-top: -.2rem;
	}
	.top-title {
		width: 30%;
		position: absolute;
		left: 35%;
		top: 0;
		font-size: .5rem;
		line-height: 1.5rem;
		text-align: center;
		color: #fff;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		font-family: "微软雅黑";
	}
	.top {
		height: 1.5rem;
		line-height: 1.5rem;
		background-color: #1f1f1f;
	}
}

/*底部开始*/
.g-ft{
    clear:both;
    height:2.5rem;
    text-align:center;
    position:relative;
}
.m-map img{
	 width:80%;
 }
.social_nav5 img{
    width: 100%;
}
.m-map .last img{
	width: 75%;
}
.m-map em{
	display:inline-block;
	float:left;
	width:33.33%;
	box-sizing:border-box;
	border-right:1px solid #dadada;
	color:#4d4d4e;
	font-size:.7rem;
	padding-bottom:1rem;
}
.m-map .last{
	border-right:none;
}
.m-map em span{ display:block; font-size:0; width:2.58rem; margin:0 auto 0.7rem;height: 2rem;}
.m-mail{
	margin:0 3.8%;
	color:#6a6a6a;
	text-align:left;
	margin-bottom: 4rem;

}
.m-mail i span{ padding-left:2%;}
.m-mail i{
	border-bottom:1px dashed #808080;
	display:block;
	line-height:2rem;
	font-size: .8rem;
}
.m-mail i a{ color:#4d4d4e;}
.m-map .wx{ position:relative;}
.m-map .wx i{ position:absolute; left:-1.5rem; bottom:5rem; display:none; padding:.4rem; background:#fff;}
.m-map .wx i img{ display:block; width:8rem;}

.social_nav5{height:2.8rem;position:fixed; bottom:0; min-width:320px; max-width:1242px; width:100%;  z-index:999;background:#0088cf; border-top: 1px #949494 solid}
.social_nav5:before{
    content: "";
    position: absolute;
    height: 3rem;
    width: 18.9%;
    left: 40%;
    top: -.3rem;
    border: 1px solid #0073af;
	box-shadow: 1px 1px   1px #0078b7;
    border-radius: 5.1rem;
    background: #0088cf;
}

.social_nav5 li{ width:20%; float:left; position:relative;font-size:0.83rem; text-align:center; color:#fff;line-height:.2rem; height:2.8rem; box-sizing:border-box;}
.social_nav5 li:last-child,.social_nav5 li:nth-child(2),.social_nav5 li:nth-child(3){border-right:none;}
.social_nav5 li em{ width:40%; display:block; margin:0 auto; padding:0.45rem 0 0.2rem 0;}
.social_nav5 li a{ color:#fff; font-size:0.62rem;}