@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;
}
/*Base*/
 
html, body{
    font: 12px/22px "微软雅黑","\5b8b\4f53",Arial,sans-serif;
}
html {
    color: #666;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
    outline:none;
    blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode:bicubic;
    transition: transform 1s;
}
img.hover{
    transform: scale(1.15);
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/*legend*/
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    outline:none;
}
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 {
    cursor: pointer;
}
input.radio {
    width: 13px;
    height: 13px;
}
input[type="text"],
input[type="number"]{
    -webkit-appearance: none;
}
textarea {
    overflow: auto; 
    vertical-align: top;
    resize: none;
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol,
li { 
    list-style: none;
    float: left;
}
ul{
    list-style: none;
}
i, em{
    font-style: normal;
}
/*清除浮动*/
.clear {
    clear: both;
}
.f-cb{
    zoom: 1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.pof{
    position: fixed;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.curp{
    cursor: pointer;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.dib{
    display: inline-block;
}
.w-f{
    width: 100%;
}
.h-f{
    height: 100%;
}
.fwn{
    font-weight: normal;
}
.tac{
    text-align: center;
}
.t-f{
    transition: all 0.5s;
}
.t-c{
    transition: color 0.5s;
}
.t-bg{
    transition: background 0.5s;
}
.load-bg{
    background: url(.././images/loadings.gif) no-repeat center;
}
.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear; }

.loader.white {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*手机端*/
@media only screen and (min-width:1024px ) {
	.pcnone{ display: none !important;}
}
@media screen  and (max-width: 768px) {
.ny-left{
	display: none;
}
}
@media screen  and (max-width: 768px) {
	.mnone, .productlist li a .bg, .index-case .case-new .content .list ul li a .bg, .xgcp dd a .bg{ display: none !important;}
	.pcnone{ display: block !important;}
	.logo img, .head-tel i, .index-case .case-new .content .con-left, .index-case .case-new .content .list, .index-about .about-new .content .con, .index-about .about-new .content .pic, .ny-right, .onlineul li span{ width: 100%; float: none;}
	.header .logo{ width: 80%;}
	.head-tel{ width: 18%;}
	.navul li{ width: 25%;}
	.index-case .case-new{ padding-top: 20px; padding-bottom: 20px;}
	.index-case .case-new .content .list ul li a .pic, .productlist li a .pic{ height: 180px;}
	.nj{ font-size: 14px; line-height: 28px;}
	.index-case .case-new .content .list ul li, .productlist li, .xgcp dd{ width: 48%; margin-left: 1%; margin-right: 1%;}
	.index-about{ padding-top: 20px; padding-bottom: 0px;}
	.index .index-news .news-new .box{ width: 94%; margin: 0px auto 15px auto; float: none;}
	.mr0{ margin-right: auto !important;}
	.index .index-news{ padding: 10px 0px;}
	.index-box{ background: url(.././images/index_pic2.jpg) repeat; height: auto;}
	.gdnav{ display: block; position: fixed; left: 0; bottom: 0; width: 100%; background-color: #222; color: #fff; overflow: hidden;}
	.gdnav li{ width: 25%; text-align: center; float: left; font-size: 16px; line-height: 48px;}
	.gdnav li a{ color: #fff;}
	.m-footer{ width: 100%; background-color: #333;}
	.m-footer p{ font-size: 14px; line-height: 28px; width: 96%; color: #fff; margin: 10px auto;margin-bottom: 48px; }
	.m-footer p a{ display: inline-block; color: #fff;}
	.index-highlights{ margin: 20px auto;}
	.news-list li{background: url(.././images/limit-19.png) no-repeat left center;}
	.news-list li .time{ width: 24%;}
	.news-list li a{ width: 75%;}
	.xgcp dd a .pic{ height: 180px;}
	.xgxw dd{ width: 95%; float: none; padding-left: 3%;}
	.onlineul li span{ text-align: left;}
	.onlineul li input, .onlineul li textarea{ width: 96%; float: none;}
	.onlineul li input.online-btn{ width: 98%; margin: 0px auto; border: 0;}
    .dqwz dd{ width: 72%; }
    .index-tit dt{ font-size: 22px; }
    .contact{ background-size: 63%; }
    .tit_index p{ font-size: 16px; }
    .index-about .about-new .content, .index-about .about-new .content .con .tit{ margin-top: 0px;}
    .index-about .about-new .content .con .tit{ width: 96%; margin: 0px auto; }
    .click-mo{ width:80%; margin: auto; }
	}