@charset "UTF-8";
@import 'animate.ui.css';

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
.ease {
  transition: all .3s linear;
}
a,
a:link,
a:visited,
a:hover,
a:active {  text-decoration: none;
}
html {
  width: 100%;
  min-height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  font: 0.24rem/1.6 "Microsoft Yahei", Arial;
  color: #333;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f6f6f6;
}
body:before,
body:after {
  content: "";
  width: 100%;
  display: block;
}
body:before {
  height: .9rem;
}
body:after {
  height: 1rem;
}
img {
  border: 0px;
}
em,
b {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: .24rem;
}
ul,
ol {
  list-style-type: none;
}
input,
button,
textarea {
  outline: none;
  font-family: "Microsoft Yahei", Arial;
  font-size: .24rem;
  -webkit-appearance: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.hidden {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}
/*公用样式*/
.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.tac {
  text-align: center;
}
.hide,
.hidden {
  display: none;
}
.icon,
.iconbef:before,
.iconbef:after {
  background: url(/Content/Templaes/MVPP3176/mobile/images/icon.png) no-repeat;
  display: inline-block;
  background-size: 4rem auto;
  vertical-align: middle;
}
.iconbef:before,
.iconbef:after {
  content: "\20";
  display: block;
}
/*扫除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: .9rem;
  z-index: 101;
  background: #000;
  opacity: .6;
}
/******HTML默认竣事******/
/***************top and bottom css*********************/
/**head**/
.head_main {
  width: 100%;
  height: 1rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background:url(/Content/Templaes/MVPP3176/mobile/images/t1_01.jpg) center center no-repeat; background-size:100%;
}
.head_main .logo {
  display: block; position:absolute; left:0; top:0;
  height: 1.33rem;
  color: #159b52;
  width: 0.93rem; text-align:center;
 background:url(/Content/Templaes/MVPP3176/mobile/images/t2_01.png) center center no-repeat; background-size:100%;
}
.head_main .logo img {
  display:inline-block; margin-top:0.1rem;
  height: .91rem;
  width:0.76rem;
}
.head_main p{ float:left; font-size:0.26rem; color:#159b52; font-weight:bold; line-height:0.26rem; padding-left:1.12rem; padding-top:0.2rem;}
.head_main p strong{ color:#f65a33;}
.head_main p span{ display:block; font-size:0.24rem; color:#333; line-height:0.24rem;padding-top:0.1rem;letter-spacing:0.13rem; font-weight:normal;}
.head_main .search_ico {
  display: block;
  position: absolute;
  right: .9rem;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: .8rem;
  height: .9rem;
  z-index: 6;
  padding-top: .26rem;
}
.head_main .search_ico s {
  width: .4rem;
  height: .4rem;
  margin: 0 auto;
  background-position: -0.65rem 0;
}
.head_main .search_ico.on {
  background: #f5f5f5;
}
.head_main .search_ico.on s {
  background-position: -1.92rem 0;
}
.head_main .tsearch {
  width: 100%;
  height: 1rem;
  padding: .2rem 3%;
  position: absolute;
  left: 0;
  top: .9rem;
  z-index: 1122;
  background: #f5f5f5;
}
.head_main .tsearch .txt {
  width: 75%;
  color: #000;
  text-indent: .3rem;
  color: #666;
  font-size: .22rem;
  height: .6rem;
  background: #fff;
  border: none;
  position: absolute;
  left: 3%;
  top: .2rem;
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
}
.head_main .tsearch .btn {
  color: #fff;
  font-size: .22rem;
  width: 20%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  border: 0px;
  background: url(/Content/Templaes/MVPP3176/mobile/images/search-ico.png) no-repeat center #159b52;
  position: absolute;
  right: 3%;
  top: .2rem;
  border-bottom-right-radius: .5rem;
  border-top-right-radius: .5rem;
  background-size: .4rem auto;
}
.head_main .navbtn {
  width: .9rem;
  height: .9rem;
  padding-top: .28rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.head_main .navbtn s,
.head_main .navbtn:before {
  width: .42rem;
  height: .4rem;
  display: block;
  margin: 0 auto;
  background-position: -1.4rem 0;
}
.head_main .navbtn.cur s,
.head_main .navbtn.cur:before {
  background-position: 0 0;
}
.head_main .goBack {
  width: 1rem;
  height: .9rem;
  position: absolute;
  left: 0;
  top: 0;
}
.head_main .goBack:before {
  width: 0.24rem;
  height: 0.4rem;
  margin: .28rem auto 0;
  background-position: -2.62rem -0.44rem;
  display: block;
}
.head_main h3 {
  font-size: .3rem;
  text-align: center;
  color: #fff;
  height: 0.9rem;
  line-height: 0.9rem;
}
.head_main h3 s {
  width: .24rem;
  height: .2rem;
  margin-left: .06rem;
  background-position: -3.46rem 0;
}
.head_main h3.on s {
  background-position: -3.12rem 0;
}
.head_main .box {
  width: 100%;
  position: absolute;
  left: 0;
  top: .8rem;
  padding: .3rem 3% .2rem;
  z-index: 11;
  background: #fff;
  display: none;
}
.head_main .box a {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: .15rem;
  height: .68rem;
  line-height: .66rem;
  border: 1px solid #dddddd;
  border-radius: .06rem;
  font-size: .26rem;
  text-align: center;
  display: block;
  float: left;
}
.head_main .box a:nth-child(2n) {
  margin-right: 0;
}
.head_main .box a.hover {
  background: #159b52;
  border-color: #159b52;
  color: #fff;
}
.floor_11{ background:url(/Content/Templaes/MVPP3176/mobile/images/t17_02.png) center center no-repeat; width:100%; height:9.99rem; background-size:100%;}
.floor_11 .floor_1_3{ height:0.38rem;}
.floor_11 .floor_11_1 {
    background: url(/Content/Templaes/MVPP3176/mobile/images/t18_02.png) center center no-repeat;
    width: 100%; text-align:center;
    height: 0.74rem;
    background-size: 100%;
}
.floor_11 .floor_11_1 h3{ font-weight:normal; font-size:0.34rem; color: #159b52; line-height:0.34rem;}
.floor_11 .floor_11_1 h3 span{ display:inline-block;color:#f65a33;}
.floor_11 .floor_11_1 p{ display:inline-block; font-size:0.24rem; color:#000; padding-top:0.08rem;}
.floor_11 .floor_11_2 { width:5.8rem;margin: 0 auto;  position: relative;margin-top:0.5rem;}
.floor_11 .floor_11_2 dl dt{ margin:0 auto; width:4.63rem; height:3.62rem; background:url(/Content/Templaes/MVPP3176/mobile/images/t20_03.png) center center no-repeat; background-size:100%; text-align:center;}
.floor_11 .floor_11_2 dl dt img{ width:4.33rem; height:3.23rem; background-size:100%; margin-top:0.2rem; border-radius:0.08rem;}
.floor_11 .floor_11_2 dl dd{ display:block;}
.floor_11 .floor_11_2 dl dd h3{ border-bottom:#cacaca solid 1px; height:0.8rem; font-size:0.36rem; color:#23a660; font-weight:bold; text-align:center; margin-top:0.4rem;}
.floor_11 .floor_11_2 dl dd h3 span{ color:#232323;}
.floor_11 .floor_11_2 dl dd p{ font-size:0.24rem; color:#232323; line-height:0.36rem; margin-top:0.3rem; text-align:center; height:2.08rem;}
.floor_11 .floor_11_2 dl dd a{ display:block; width:2.22rem; height:0.72rem; background:url(/Content/Templaes/MVPP3176/mobile/images/t21_03.png) center center no-repeat; background-size:100%; margin:0 auto; color:#fff; line-height:0.85rem; padding-left:0.3rem;}
/*subNav*/
.subNav {
  position: fixed;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: .9rem;
  bottom: 0;
  z-index: 9999;
  transform: translateX(100%);
  display: none;
}
.subNav .subNavCon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.subNav ul {
  height: 100%;
  width: 100%;
  padding-bottom: 1.3rem;
  overflow-y: auto;
}
.subNav li {
  width: 100%;
  display: block;
  line-height: 0.8rem;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #f0efef;
  position: relative;
}
.subNav li a {
  display: block;
  color: #333;
  font-size: 0.26rem;
  width: 100%;
}
.subNavShow {
  transform: translateX(0);
  display: block;
}
/***footer****/
.footer_main {
  text-align: center;
  color: #fff;
  line-height: .35rem;
  font-size: .2rem;
  padding: .4rem 0; padding-bottom:0.4rem; 
  background:url(/Content/Templaes/MVPP3176/mobile/images/t23_02.png) top center no-repeat;background-size:6.4rem auto; padding-bottom:0.5rem;
}
.footer_main a {
  color: #fff;
}


/* 工具栏 */
.toolbar {width: 100%;height: 1rem;position: fixed;bottom: 0px;left: 0px; z-index: 22; background:#fff;}
.toolbar .list { width:100%; }
.toolbar .list dd { float:left; width:25%; text-align:center;}
.toolbar .list a { display:block; height:.9rem; line-height:.14rem; font-size:.20rem; color: #222;}

.toolbar .list a:before { content:''; display:block; width:.45rem; height:.42rem; margin:.12rem auto .04rem; position:relative; vertical-align: middle;background: url(/Content/Templaes/MVPP3176/mobile/images/icon.png) no-repeat; background-size: 4rem auto;}
.toolbar .list a.too-home:before { background-position: 0.06rem -0.92rem; }
.toolbar .list a.too-tel:before { background-position: -0.535rem -0.92rem;}
.toolbar .list a.too-qiao:before {background-position: -1.08rem -0.92rem; }
.toolbar .list a.too-map:before { background-position: -1.7rem -0.92rem;}

.baidumap { position:fixed; left:0; top:0; right:0; bottom:0; z-index:99; background:#fff; visibility:hidden; }
.baidumap .map { position:absolute; top:0; left:0; bottom:1rem; right:0; z-index:97; line-height:20px; font-size:14px; }
.baidumap .address { position:absolute; left:0; bottom:0; right:0; padding:.2rem .2rem; background:#383838; z-index:98; box-shadow:0 -.05rem .05rem rgba(0,0,0,.2); }
.baidumap .address p { height:.6rem; line-height:.3rem; margin:0 .8rem 0 0; color:#fff; overflow:hidden; opacity:.5; }
.baidumap .close { position:absolute; right:.2rem; bottom:.2rem; width:.6rem; height:.6rem; text-align:center; font-size:.4rem; z-index:99; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTlBNUY5MTlERUM0MTFFNUEyODJBNTE1OUVDN0M3NDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTlBNUY5MUFERUM0MTFFNUEyODJBNTE1OUVDN0M3NDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxOUE1RjkxN0RFQzQxMUU1QTI4MkE1MTU5RUM3Qzc0OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxOUE1RjkxOERFQzQxMUU1QTI4MkE1MTU5RUM3Qzc0OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvnANt0AAAN2SURBVHja7N09bxNBEAbgywiJP0ABBQ0fHWmCQEJxQ0NtiA5KJEyK8IdMkdBQhRMKHw0SrSkICg3pkIACAQV/gMrMKndSFOXD8c7evLM7rzRy4TvfaZ9dn/cs3S5Mp9PKgxPyJnAQj4M4iMdBHMTjIA7icRAH8TiI56icif2ApmmKbsC6rn2E+FeWx85X1oFc5brNNeD6zTXheuvNPHsWYv8Paa8hi1xjruVDNvnO9YTrXSZtthIuHW2nm7adbpOvJa9QQJbCC9elEzYdcT0zDHG97XQ3jnh/m2uNYT5rX0PGM2CEbHA9MoyxdQxGyE2uF9xBF9VA+OB32xOZNRZROoyLM2x7ue2gaiPk4Rz7WEI5DUaXZe6oV7RABnPuZwFlHowud7RA/kXsi4wSgxHTUaNBJpH7I6LEYoT81QLZFGgAJBQJjKiOKjEP+XjKX1qo8xQpjD88F7mgOQ9Z4/ppfKRIYXTtoToxDDPToWEUSYzV2FsoUnd7d4yiSGOsx36I5O13ayhwGNIgllAgMVKAWECBxUgFgowiisG1Lt1wKf/CRUOBx0gNgoRiAqMPEAQUMxh9gWiimMLoE0QDxRxG3yB9opjE0ADpA8UshhZIShTTGJogqVBMY2iDpEAxjYEAIo1iGgMFBAVFHQMJRBsFAgMNRAsFBgMRpG8UKAxUkL5Q4DCQQVKjQGKgg6RCgcWwANJlCvpZxYFI3pvqEkbHyEEwMOBRqEAMaBQqFAMWhQrGgEShwjHgUMgxsFDIMbBQKCOMVaEZvSoKZYQRGnJoHYUywgjZsY5CGWFUOaBQZhjmUcgoxuPq5FvoJlHIKMbGjNuaQ6GMMUyiUOYY5lCoAAxTKFQIhhkUKggjCUrTNCNkEHQMeBQqEAMahQrFgEWRAFkyipEKZagNMjaMkQJF70HK3BvuVTLPW9TEkEY5z+1yX2uEPMgEQxpF7bm9g4wwJFHOaYGczQxDCmWiBTLJEEMC5b0WyPNMMWJQPtR1/VUFhA/8stpbWSZHjHlQvlUAD1IOJ/AjU4yDKJ+O2WZ7r4/WX2IOJLFKW/dk6zAhunXI+79atDeV7ey0c66wINjKvl+Y3aJgWxIHkVqlrcu19kT3L5v3uso40it9Sq9juNvW08qjdg3xOEi+ib6GeHyEOIjHQRzE4yAeB3EQj4M4iEcw/wUYAL6JZ/aVt9nDAAAAAElFTkSuQmCC) center center no-repeat; background-size:.35rem; border:.02rem solid #aaa; border-radius:50%;  }
.baidumap .close:active { background:#f1f1f1; }
.baidumap .BMap_bubble_title a { display:inline-block; height:40px; line-height:40px; padding:0 .3rem; color:#FFF; background:#8ea8e0; border-radius:.03rem; margin-bottom:.05rem; font-size:16px; }
.baidumap .BMap_bubble_title a:hover { box-shadow:0 0 0 1000px rgba(0,0,0,0.2) inset; }
.BMap_bubble_content {  line-height:16px; font-size:12px;}


/*悬浮工具*/
.g_top {
  width: 0.68rem;
  height: 0.68rem;
  padding-top: 0.12rem;
  background: #000;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 1.4rem;
  display: block;
  z-index: 999;
  opacity: 0.89;
}
.g_top:before {
  width: 0.42rem;
  height: 0.36rem;
  margin: 0.08rem auto 0;
  background-position: -2.58rem 0;
}
.g_top:hover {
  background: #159b52;
}
/***************top and bottom css end*********************/
/* imgtog */
.imgtog {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 4.8rem;
}
.imgtog .list {
  float: left;
  width: 500%;
  height: 4.8rem;
}
.imgtog .list .item {
  float: left;
  width: 20%;
  height: 4.8rem;
}
.imgtog .list .item img {
  width: 100%;
  height: 4.8rem;
  display: block;
}
.imgtog .prev,
.imgtog .next {
  width: .3rem;
  height: .45rem;
  position: absolute;
  top: .9rem;
  z-index: 20;
}
.imgtog .prev {
  left: .1rem;
  background-position: -0.98rem 0;
}
.imgtog .next {
  right: .1rem;
  background-position: -1.4rem 0;
}
.imgtog .tip {
  height: .2rem;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: .25rem;
  margin-left: 0;
  z-index: 10;
}
.imgtog .tip span {
  width: .14rem;
  height: .14rem;
  margin: 0 .08rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  background: none;
  border: .04rem solid #666666;
}
.imgtog .tip span.cur {
  background: #159b52;
  border-color: #159b52;
}
.imgtog.banner {
  height: 3.8rem;
}
.imgtog.banner .list {
  height: 3.8rem;
}
.imgtog.banner .list .item {
  height: 3.8rem;
}
.imgtog.banner .list .item img {
  height: auto;
}
.showInfo .imgtog {
  height: 6.4rem;
}
.showInfo .imgtog .list {
  height: 6.4rem;
}
.showInfo .imgtog .list .item {
  height: 6.4rem;
}
.showInfo .imgtog .list .item img {
  height: 6.4rem;
}
.indexsplit {
  width: 100%;
  height: .2rem;
  background: #f6f6f6;
  border-top: 1px solid #e4e4e4;
}
.indexmore {
  width: 94%;
  height: .7rem;
  cursor: pointer;
  border: 0;
  line-height: .7rem;
  text-align: center;
  color: #fff;
  margin: .3rem auto .2rem;
  display: block;
  background: #159b52;
  border-radius: .06rem;
}
.indexmore:link,
.indexmore:visited {
  color: #fff;
}
.indexTit1 {
  text-align: center;
  width: 100%;
  height: 1.27rem;
  margin-bottom: .25rem;
  background:url(/Content/Templaes/MVPP3176/mobile/images/t5_03.png) no-repeat center top;
  background-size: 6.4rem auto;
}
.indexTit1 h3 {
  font-size: .3rem;
  padding-top: .32rem;
  font-weight: bold;
  color: #fff;letter-spacing:0.04rem;
}
.indexTit1 h3 strong{ padding:0 0.04rem;}
.indexTit2 {
  text-align: center;
  height: 0.76rem;
  width: 100%;
  background: url(/Content/Templaes/MVPP3176/mobile/images/indexTitbg2.png) no-repeat center top;
  background-size:100%;
}
.indexTit2 img{ display:block; width:6.4rem; height:0.76rem; background-size:100%;}
.indexTit2 h3 {
  font-weight: bold;
  font-size: .36rem;
  color: #333333;
  line-height: .45rem;
}
.indexTit2 span {
  display: inline-block;
  vertical-align: top;
}
.indexTit2 span.num {
  color: #f95927;
  font-size: .64rem;
  font-weight: bold;
  line-height: .7rem;
  margin: 0 .02rem;
  font-family: arial;
  padding-top: .05rem;
}
.indexTit2 span.t {
  color: #159b52;
  font-size: .5rem;
  padding-right: .4rem;
  font-weight: bold;
  line-height: .7rem;
}
.indexTit2 span.en {
  width: 2.5rem;
  padding-top: .1rem;
  text-align: right;
  font-size: .22rem;
  color: #666;
  font-family: arial;
  text-transform: uppercase;
  line-height: .3rem;
}

.iproduct .thead {padding: 0 0.3rem;}
.iproduct .thead a {width:2.82rem;margin-right:0.16rem;overflow: hidden;height: 0.62rem;line-height: 0.62rem;text-align: center; color:#fff;display: block; margin-bottom:0.2rem;float: left; background:url(/Content/Templaes/MVPP3176/mobile/images/t6_03.png) center center no-repeat; background-size:100%;} 
.iproduct .thead a:nth-child(2n) { margin-right: 0;}


.gridlist {
  padding: 0 0.3rem;
}
.gridlist .item {
  width: 2.82rem;
  float: left;
  margin-right:0.16rem;
  margin-bottom: .26rem;
  text-align: center; height:2.85rem;
  background:url(/Content/Templaes/MVPP3176/mobile/images/t7_03.png) center center no-repeat; background-size:100%;
}
.gridlist .item a {
  width: 100%;
  display: block;
}
.gridlist .item:nth-child(2n) {
  margin-right: 0;
}
.gridlist .item b {
  width: 2.54rem; display:inline-block; background-color:#fff;
  position: relative;
  overflow: hidden; height:1.9rem;
  border-radius: .05rem; margin-top:0.18rem;
}
.gridlist .item b img {
  width: 2.54rem;
  height: 1.9rem;
  display:inline-block; background-size:100%;
}
.gridlist .item h3 {
	color: #333;
  height: 0.62rem;
  line-height: 0.62rem;
  overflow: hidden;
}
.gridlist.gridlist2 .item figure {
  padding-top: 75%;
}
.gridlist .indexmore {
  width: 100%;
  float: left;
}
.gridlist img {
  max-width: 100%;
}
.baselist {
  padding: 0 0.3rem;
}
.baselist .item {
  width:2.82rem; height:2.8rem;
  float: left;
  margin-right:0.16rem;
  margin-bottom: .16rem;
  text-align: center; background:url(/Content/Templaes/MVPP3176/mobile/images/t15_03.png) center center no-repeat; background-size:100%;
}
.baselist .item a {
  width: 100%;
  display: block;
}
.baselist .item:nth-child(2n) {
  margin-right: 0;
}
.baselist .item figure {
  width: 90%; margin:0 auto; margin-top:0.2rem;
  padding-top: 69.5%;
  position: relative;
  overflow: hidden; border-radius:0.06rem;
}

.baselist .item figure img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: .05rem;
}
.baselist .item h3 {
	color: #222;
  height: 0.56rem;
  line-height: 0.56rem;
  overflow: hidden;
}
.baselist img {
  max-width: 100%;
}

.more{ background:url(/Content/Templaes/MVPP3176/mobile/images/t16_03.png) center center no-repeat; width:2.69rem; height:0.69rem; background-size:100%; margin:0 auto; display:block; margin-top:0.4rem; text-align:center; line-height:0.6rem; color:#fff;}
/*newslist*/
.newslist {
  padding: 0 0.3rem;
}
.newslist .item {
  display: block;
  padding: .3rem 0 .25rem;
  border-bottom: 1px solid #dddddd;
  margin: 0 auto 0;
}
.newslist .item img {
  width: 2.15rem;
  height: 1.21rem;
  display: block;
  margin-right: .2rem;
}
.newslist .item h3 {
  font-size: .3rem; width:4.42rem; float:right;
  line-height: 0.3rem;
  overflow: hidden;
  color: #232323;
}
.newslist .item h3 span{ display:block; font-size:0.24rem; color:#999; line-height:0.36rem; padding-top:0.14rem;}
.newslist .item .time {
  color: #999; background:url(/Content/Templaes/MVPP3176/mobile/images/t22_03.png) center center no-repeat; width:1.15rem; height:0.72rem; background-size:100%;
  font-size: .24rem; text-align:right; float:left; line-height:0.24rem;
}
.newslist .item .time strong{ display:block; font-size:0.3rem; color:#009c4f; font-weight:bold; line-height:0.3rem; padding-bottom:0.06rem; padding-top:0.12rem;}
.newslist .item:first-child {
  padding-top: 0;
}
.newslist .item:last-child {
  border-bottom: 0px;
}
.newslist img {
  max-width: 100%;
}
/**********************index css*************************/
/*inav*/
.inav {width: 100%;text-align: center;padding: .4rem 3% .1rem;background: #fff;}
.inav li{width: 25%;float: left;text-align: center;margin-bottom: .3rem;}
.inav li a {display: block;    color: #333;}
.inav li span { display:block;width: .8rem;height: .8rem;display: block;margin: 0 auto .04rem;}
.inav li:nth-child(1) span{ background: url(/Content/Templaes/MVPP3176/mobile/images/t4_03.jpg) no-repeat center;background-size:contain;}
.inav li:nth-child(2) span{ background: url(/Content/Templaes/MVPP3176/mobile/images/t4_05.jpg) no-repeat center;background-size:contain;}
.inav li:nth-child(3) span{ background: url(/Content/Templaes/MVPP3176/mobile/images/t4_07.jpg) no-repeat center;background-size:contain;}
.inav li:nth-child(4) span{ background: url(/Content/Templaes/MVPP3176/mobile/images/t4_09.jpg) no-repeat center;background-size:contain;}
.inav li:nth-child(5) span{ background: url(/Content/Templaes/MVPP3176/mobile/images/t4_15.jpg) no-repeat center;background-size:contain;}
.inav li:nth-child(6) span{ background: url(/Content/Templaes/MVPP3176/mobile/images/t4_16.jpg) no-repeat center;background-size:contain;}
.inav li:nth-child(7) span{ background: url(/Content/Templaes/MVPP3176/mobile/images/t4_17.jpg) no-repeat center;background-size:contain;}
.inav li:nth-child(8) span{ background: url(/Content/Templaes/MVPP3176/mobile/images/t4_18.jpg) no-repeat center;background-size:contain;}

.iproduct {
  width: 100%;
  padding: .3rem 0;
}
.ixbanner {
  width: 100%;
  height: 2.94rem; position:relative; z-index:2;
  background: url(/Content/Templaes/MVPP3176/mobile/images/ixbannerbg.jpg) no-repeat center;
  background-size: 6.4rem auto;
  color: #fff;
  text-align: center;
}
.ixbanner p {
  font-size: .2rem;
}
.ixbanner .bigtxt {
  font-size: .32rem;
  padding-top: .52rem;
  display: block;
}
.ixbanner .bigtxt b {
  font-weight: bold;
  display:inline-block;
}
.ixbanner .btn {
  padding-top: .32rem;
}
.ixbanner .btn a {
  display: inline-block;
  width: 2.6rem;
  height: .65rem;
  line-height: .65rem;
  text-align: center;
  color: #fff;
  border-radius: .3rem;
}
.ixbanner .btn a:before {
  width: .32rem;
  height: .38rem;
  display: inline-block;
  margin-right: .2rem;
}
.ixbanner .btn a.zx {
  border: 1px solid #fff;
  margin-right: .3rem;
}
.ixbanner .btn a.zx:before {
  background-position: 0 -0.5rem;
}
.ixbanner .btn a.tel {
  background: #ffe825;
  color: #009c4f;
}
.ixbanner .btn a.tel:before {
  background-position: -0.44rem -0.5rem;
}
.iadvan {
  padding: .6rem 0 .2rem;
  background: #fff; margin-top:-0.26rem;
}
.iadvan .list { position:relative;
 margin-top: .5rem;
}
.iadvan .item {
  display: block; height:1.6rem;
  width:5.8rem; margin:0 auto;
}
.iadvan .dw_img{ width:3.89rem; height:3.89rem; position:absolute; left:50%; margin-left:-1.94rem; top:3.2rem;}
.iadvan .dw_img img{ display:block; width:3.89rem; height:3.89rem; background-size:100%;}
.iadvan .item img {
  position: absolute;
  height: 2.55rem;
}
.iadvan .item h3 {
  font-weight: bold;
  color: #f65a33;
  font-size: .32rem; width:0.91rem; height:0.91rem; float:left; text-align:center; line-height:0.91rem; background:url(/Content/Templaes/MVPP3176/mobile/images/t10_03.png) center center no-repeat; background-size:100%;
}
.iadvan .item h3 span {
  font-style: oblique;
  display: inline-block;
  margin-right: .06rem;
  line-height: .4rem;
  color: #f95927;
  font-size: .4rem;
  font-family: arial;
}
.iadvan .item p { width: 4.8rem; float:right; font-size:0.3rem;color: #159b52; font-weight: bold;line-height:0.3rem;}
.iadvan .item p strong { color: #f95927;}
.iadvan .item p span { display: block;  font-size:0.24rem; color: #232323; line-height:0.36rem;  padding-top:0.14rem; font-weight: normal;}
.iadvan .item:nth-child(2) h3,.iadvan .item:nth-child(4) h3{ float:right;}
.iadvan .item:nth-child(2) p,.iadvan .item:nth-child(4) p{ float:left; text-align:right;}
.iadvan .item:nth-child(3){ margin-top:4.42rem;}
.ifeat { width: 100%; background:url(/Content/Templaes/MVPP3176/mobile/images/t12_02.png) center center no-repeat; height:7.94rem; background-size:100%; margin-top:-0.09rem;}
.ife_t{ padding-top:0.62rem;}
.ifeat .indexTit2 { background:url(/Content/Templaes/MVPP3176/mobile/images/t13_02.png) center center no-repeat; width:100%; height:0.72rem; background-size:100%;}
.ifeat .indexTit2 h3{ font-weight:normal; font-size:0.34rem; color: #fff; line-height:0.34rem;}
.ifeat .indexTit2 span{ display:inline-block; font-size:0.24rem; color:#fff; padding-top:0.06rem;}
.ifeat .list {
  width:5.8rem;  height:5.56rem;
  margin: 0 auto;  position: relative;margin-top:0.52rem;
}
.ifeat .list em{ display:block; width:0.01rem; height:4.42rem; background-color:#61a77a; position:absolute; left:50%; top:0.54rem; z-index:1;}
.ifeat .item { height: 1.12rem; width: 2.1rem;}
.ifeat .item a { display:block;height: 1.12rem; width: 2.1rem; position:relative;}
.ifeat .item h3 {
  font-size: .28rem;
  line-height: .38rem; width:0.72rem; padding-top:0.2rem;
  font-weight:normal;letter-spacing:0.08rem;
  color: #fff; float:left;
  text-align: center;
}
.ifeat .item img {
  width: 1.03rem; float:right;
  height:1.03rem;
  display: block; border:#fff solid 0.04rem;
  border-radius: 100%;
}
.ifeat .item i{ display:block; position:absolute; left:2.3rem; top:0.48rem;  width:0.1rem; height:0.1rem; background-color:#f65a33; border-radius:100%; border:#fff solid 0.02rem;}
.ifeat .item .en {
  color: #fff;
  font-size: .18rem;
  font-family: arial;
  text-transform: uppercase;
}
.ifeat .item:nth-child(1) { position:absolute; left:0.56rem; z-index:2;}
.ifeat .item:nth-child(2) { position:absolute; left:3.2rem; top:1.48rem; z-index:2;}
.ifeat .item:nth-child(2) h3,.ifeat .item:nth-child(4) h3{ float:right;}
.ifeat .item:nth-child(2) img,.ifeat .item:nth-child(4) img{ float:left;}
.ifeat .item:nth-child(2) i,.ifeat .item:nth-child(4) i{ left:-0.34rem;}
.ifeat .item:nth-child(3) { position:absolute; left:0.56rem; top:2.96rem; z-index:2;}
.ifeat .item:nth-child(4) { position:absolute; left:3.2rem; top:4.42rem; z-index:2;}
.ibase {
  padding: .5rem 0 .3rem;
  background: #fff;
}
.ibase .indexTit1 {
  margin-bottom: .35rem;
}
.inews { margin-top:-0.1rem;
  padding: .5rem 0 .3rem;
}
.inews .indexTit1 {
  margin-bottom: .35rem;
}
.imsg {
  padding: .5rem 0 .3rem;
  background: #fff;
}
.imsg .indexTit1 {
  margin-bottom: .35rem;
}
.imsg img {
  display: block;
  margin: .2rem auto;
}
/*imsg*/
.imsglist {
  width: 94%;
  margin: 0 auto;
}
.imsglist .item {
  width: 100%;
  height: .7rem;
  line-height: .68rem;
  margin-bottom: .22rem;
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: .06rem;
  overflow: hidden;
}
.imsglist .item .red {
  position: absolute;
  left: .05rem;
  top: .02rem;
  color: red;
}
.imsglist .item .t {
  width: 1.58rem;
  height: .68rem;
  border-right: 1px solid #dcdcdc;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  background: #f8f8f8;
  color: #999999;
}
.imsglist .item .txt {
  width: 100%;
  height: .68rem;
  padding-left: 1.68rem;
  line-height: .65rem;
  border: 0px;
  background: none;
  outline: none;
  color: #666;
}
.imsglist .item.textarea {
  width: 100%;
  margin-bottom: .2rem;
  height: 2.08rem;
}
.imsglist .item.textarea .t {
  height: 2.08rem;
}
.imsglist .item.textarea textarea {
  width: 100%;
  color: #666;
  overflow: hidden;
  box-sizing: border-box;
  padding: .1rem 0 .1rem 1.69rem;
  height: 2.08rem;
  font-family: "微软雅黑";
  resize: none;
  border: 0;
  background: none;
}
.imsglist .submit {
  width: 100%;
  height: .7rem;
  cursor: pointer;
  border: 0;
  line-height: .7rem;
  text-align: center;
  color: #fff;
  display: block;
  background: #159b52;
  border-radius: .06rem;
}
/***************index css end*********************/
.content {
  padding: .4rem 0 .5rem;
  width: 100%;
  overflow: hidden;
}
/****reLink***/
/*reLink*/
.reLink {
  margin: .2rem 0 .2rem;
  text-align: left;
  border: 1px solid #dddddd;
  color: #333;
}
.reLink .prevLink,
.reLink .nextLink {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
  overflow: hidden;
  text-indent: .18rem;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.reLink .nextLink {
  border-bottom: 0;
}
.recomCon .tit2 {
  font-size: .3rem;
  padding: .28rem 3%;
}
.recomCon .tit2 a {
  float: right;
  font-size: .24rem;
  margin-top: .08rem;
  color: #666;
}
.singlePage .txtcon {
  line-height: .42rem;
  padding: 0 3%;
}
.singlePage .txtcon img {
  max-width: 100%;
  height: auto !important;
}
.contactPage .txtcon {
  line-height: .42rem;
  padding: 0 3% .4rem;
}
.contactPage .txtcon img {
  max-width: 100%;
  height: auto !important;
}
.contactPage .tit {
  text-align: center;
  padding: .3rem 0 .4rem;
}
.contactPage .tit .p1 {
  font-size: .3rem;
  margin-bottom: .1rem;
}
.contactPage .tit .p2 {
  font-size: .2rem;
}
.contactPage .tit .p2 a {
  color: #159b52;
}
.contactPage .mapArea {
  width: 100%;
  height: 3.4rem;
  overflow: hidden;
  margin: 0 0 .3rem;
}
/*showInfo*/
.showInfo article {
  width: 100%;
  padding: 0 3%;
  text-align: center;
}
.showInfo article .mark {
  font-size: .22rem;
  padding: .2rem 0 .2rem;
  text-align: center;
  color: #666666;
  border-bottom: 1px solid #e2e2e2;
}
.showInfo article .mark span {
  margin: 0 .06rem;
}
.showInfo article .title {
  font-size: .36rem;
  line-height: .44rem;
  text-align: center;
}
.showInfo article .contxt {
  padding: .2rem 0 .4rem;
  line-height: .42rem;
  text-align: left;
  color: #666666;
}
.showInfo article .contxt img {
  max-width: 100%;
  height: auto !important;
}
.showInfo.showPro {
  padding-top: 0;
}
.showInfo.showPro .title {
  padding: .2rem 0;
  color: #159b52;
  text-align: left;
}
.showInfo.showPro .show-tit {
  width: 100%;
  text-align: left;
  background: url(/Content/Templaes/MVPP3176/mobile/images/show-titbg.png) no-repeat center right;
  font-size: .3rem;
  color: #159b52;
  background-size: 6.4rem auto;
}
.BMap_bubble_title a {
  border-radius: .03rem;
  display: inline-block;
  height: .45rem;
  line-height: .45rem;
  overflow: hidden;
  padding: 0 .2rem;
  font-size: .2rem;
  background: #159b52;
  color: #fff;
}
.BMap_bubble_title a:hover {
  background: #f95927;
  font-size: .2rem;
}
.BMap_bubble_title span {
  display: block;
  line-height: .28rem;
}
.BMap_bubble_content {
  font-size: .2rem;
  line-height: .26rem;
}
/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 640px;
  min-width: 320px;
}
#nativeShare .label {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
#nativeShare .list {
  width: 5.4rem;
  float: right;
}
#nativeShare .list span {
  height: 0.9rem;
  width: 0.9rem;
  padding: 0;
  display: inline-block;
}
#nativeShare .list span i {
  margin: 0 auto;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}
#nativeShare .weibo i {
  background-image: url('/Content/Templaes/MVPP3176/mobile/images/weibo.png');
  background-size: cover;
}
#nativeShare .weixin i {
  background-image: url('/Content/Templaes/MVPP3176/mobile/images/weixin_friend.png');
  background-size: cover;
}
#nativeShare .weixin_timeline i {
  background-image: url('/Content/Templaes/MVPP3176/mobile/images/weixin.png');
  background-size: cover;
}
#nativeShare .qq i {
  background-image: url('/Content/Templaes/MVPP3176/mobile/images/qq.png');
  background-size: cover;
}
#nativeShare .qzone i {
  background-image: url('/Content/Templaes/MVPP3176/mobile/images/qqzone.png');
  background-size: cover;
}
#nativeShare .more i {
  background-image: url('/Content/Templaes/MVPP3176/mobile/images/more.png');
  background-size: cover;
}
#nativeShare .list span.qzone,
#nativeShare .list span.more {
  width: 0.73rem;
}
#fenxiang {
  display: none;
}
.fenx {
  height: 1.0rem;
  width: 100%;
}
.fenx .tt {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}
.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}
#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0px 0.08rem;
  display: inline-block;
}
#bdfx .d1 {
  background: url(/Content/Templaes/MVPP3176/mobile/images/qqzone.png) no-repeat center;
  background-size: 100% 100%;
}
#bdfx .d2 {
  background: url(/Content/Templaes/MVPP3176/mobile/images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}
embed {
  width: 100% !important;
  height: auto !important;
}
.g_wximg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 640px;
  min-width: 320px;
  display: none;
}
.g_wximg .close {
  background: url(/Content/Templaes/MVPP3176/mobile/images/close.png) no-repeat center;
  background-size: .4rem auto;
  width: .4rem;
  height: .4rem;
  cursor: pointer;
  position: fixed;
  right: 18%;
  top: 18%;
  text-align: center;
  display: block;
  z-index: 12;
}
.g_wximg .bdtel img {
  width: 4.0rem !important;
  display: block;
}
.bdtel {
  position: fixed;
  top: 22%;
  z-index: 10;
  padding: 0 0 .1rem;
  max-width: 640px;
  min-width: 320px;
}
.bdtel .upIn {
  width: 6.4rem;
  display: block;
  text-align: center;
  color: #fff;
  padding: 4%;
  margin: 0 auto;
}
.bdtel p {
  padding: 2%;
  text-align: center;
  color: #fff;
}
.bdtel img {
  margin: 0 auto;
  display: block;
  max-width: 80% !important;
}
.bdtelbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 640px;
  min-width: 320px;
  display: none;
}
.bga {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
/******common css end*******/
/*****通用*****/
@media only screen and (min-width: 641px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 540px) {
  html {
    font-size: 84.375px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 64.6875px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58.5938px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}


/***********************************
 *** 公共组件
 **********************************/
.location { height:.7rem; line-height:.7rem; background:#e4e4e4; border-bottom:1px solid #ccc; position:relative; }
.location h2 { display:inline-block; padding:0 .2rem 0 .5rem; color:#666; font-size:.26rem; font-weight:normal; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3RkU5ODA3Q0JBOTVFNjExQTY5M0FGNTREMTEyOUI0MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NDVGQ0RFNDk3NkYxMUU2OUQwMTlGNzgwNURGQzEyQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NDVGQ0RFMzk3NkYxMUU2OUQwMTlGNzgwNURGQzEyQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NEY5OUVBNzA5NkU2MTE4NDEzQUQyMzI3OTBDQTNGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdGRTk4MDdDQkE5NUU2MTFBNjkzQUY1NEQxMTI5QjQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rfFocwAAAUdJREFUeNrs3e0NgjAYhVEhzspQLIsD+EvjR+99zzOAIZ5UaEvjdl3XTeu0+wqACAgQAQEiIEAEBIiACAgQAQEiIEAEBIiACAgQAQEiIEAEBIiA6Ln7ihd1nue3Pvo6jmMzQtYo4tzFDgMIjMEgccfDdhhA/omxAYExGiQaow0kHqMJpAKjBaQGowGkCiMdpA4jGaQSIxWkFiMRpBojDaQeIwlkBEYKyBiMBJBRGKuDjMNYGWQkRvpMHcgP214cOUCgzPzJGoeScA8ZhZJyUx+DkvSUNQIl7bG3HiVxHlKNkjoxrEVJnqlXoqQvndShNKxlVaG0LC7WoDSt9lagtC2/x6M07odEo7RuUMWiNO8YevsdCpA6lCkvOThjCOXNi/RfuEaIgAARECACAkRAgAiIgAARECACAkRAgAiIgAARECD6aA8BBgByQTHDFwX6TwAAAABJRU5ErkJggg==) left center no-repeat; background-size:.5rem; }
.location .showmenu { position:absolute; right:0; top:0; width:.7rem; height:.7rem; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3RkU5ODA3Q0JBOTVFNjExQTY5M0FGNTREMTEyOUI0MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQjg3RTFFNTk3NkYxMUU2ODU5RUJCMUNGNzhGOTVDRiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQjg3RTFFNDk3NkYxMUU2ODU5RUJCMUNGNzhGOTVDRiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NEY5OUVBNzA5NkU2MTE4NDEzQUQyMzI3OTBDQTNGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdGRTk4MDdDQkE5NUU2MTFBNjkzQUY1NEQxMTI5QjQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IxeB0wAABPVJREFUeNrsnW2IFVUYx891JVuJULcVU9N2fSnXdDNSoVQQJRO/ZKDZlzCQLREEka2WBbUXfMMk+pJekgxFElEQkkUXav3gCmqi9uZaS1mabm2Gu2quL7v9H+YZWNZkZ849M3dm9/+HP/dy78x9Duc3c86cM/c8k+no6DBUcpQhEAKhCIRAKAIhEIpACIQiEAJhLRAIRSAEQhEIgVB5BZLNZv/v46HwNLgcngwXw7/CJ+DTcB18zUFZ+8FFcJ+U1XErfFXeVFRUdLtx3xyDvQq/C4/p8vnT8Ev6/gj8tr7a6mX9jWFyEMFpOa0zejDugjfAN6MCMgj+EF4cYNvn4Vp4Hbwevh0y1iT4c/ihFLdEa+B/4I+729D29N8UEIavQvg9eJlFrOkph+FrfpCNbIC8Ar9uWahV2pyF0d89pL9uigLIMG16bDVQ938gxD5fwgdTDuOitirOO/Xn4JIcCzdDLwK+D7j9VT0rF8Dj9CBKQ6ee0dfL8H74bBRAyh0UtD/8RAggPpRPe8M4JGyT9ayjuJM4BHQDpMhR3GJWvRsgPzmKe5ZV7wbICUdxv2XVuwFyykHMP+FzrHo3V1lH4Rp4bg4xP4N/t9y3oNPlZFy6k2Qg/8IrjTer+4hFvG/gtRb7yeX2CvgpHYN0xNiC3IAPwZv1faKAiH6E34GzIZu8K/ByuCVkvMd1YDUyjy2JzKcN0fK3J6kP8bUNXgg3BNz+MPwiXG8Ra06eYfhaZLypI5NEIKK98Cx4C/wb3Nbl+xt6eVsNz4OPW8a5m5D+tj2OsuR6g0omzZbqQK9E23g5tRu1aTuv0x65qEZ/a1yegWyHLyUdiK+/1MciKKNAl3sJci9lrH4WV6cuV3S3jHeDLRtH3L4mHWrQDpUDQ4pACIQiEIpACIQiEAKhCIRAKAIhEIpAKAIhEIpACIQiEAKhCIRAKAKhCIRAKAJJs1z9c/FReDQ83njLB35Q/2J6TiaGVACRypd0GbJkYHCX35PMN3/AO42XxaA1x1jyP9uHU1a/UmZZ5NQWBxBJzfQ+POo+3z8Ilyqw2fBbxj5Fkyx7qNRY7SkCIl2CLFTaAX9iAixnsAXypgYIKknJITlL5F/sdSFjlcG7jbs18vnQFD1TtkXRqU+AP7DYbwD8kfES0ITRzJTD6NyiOL/KKtT+wLaCZPFmdch9rpmeoZYogEjT80KOBXsNfizE9geMtxw7zZJ+ZHMUnfozDgony9+eNMHXqjcbL3/jYm0uMykCIQf8BfgL+GQUQFxlA5KKrQ2xvWR/2MiR+r0qdRR3LIeAboA0O4rbxKp3A8RVNqBTrHo3QFxU5HUTPAMEgXQjmfrINYnZ18ZdIrReD0QybFYZ+xQTzbr/bVa9m8tekeQ4kTmZCot9V8PfWewnU/uSwkPmtQpirJ+MjrC/Ml5W1LYkAhFV6uuSgGeZTH/IzPBWi1jDjZeeqSyPB648DGCE8dJSRZpew/aOoRw1bxgvuXF3CS2lz5ilAzubpm5unmH4kpmCoUk9Q3ztM14OrKnwRONNHkqhf4bPGO/5IfV6ZWWrApMMFZgYbnm7uIXrp9Le36ngLvNKyRSLpHnKdxKzPcbLTJR4IF3lOslXo7bhVQolzslFiXVTO3V5Xkrkdyv5DKqEiUAIhCIQAqEIhEAoAiEQikAIhEAIhCIQAqEIhEAoAunp+k+AAQBb6CzLrpEMQQAAAABJRU5ErkJggg==) center center no-repeat; background-size:.5rem; overflow:hidden; text-indent:-99em; display:none; }

.menu { width:100%; background:#fff; border-bottom:1px solid #ddd; display:none; }
.menu .list { width:100%; padding:2% 0 0; }
.menu .list dd { float:left; width:30.66%; height:.6rem; line-height:.6rem; padding:0 .1rem; margin:0 0 2% 2%; border:1px solid #e4e4e4; background:#e4e4e4; border-radius:3px; }
.menu .list a { display:block; font-size:.24rem; text-align:center;color: #222; }
.menu .list dd:active,
.menu .list dd.current { background:#159b52; border-color:#159b52; }
.menu .list dd:active a,
.menu .list dd.current a{color:#FFF; }

.article { text-align:justify; padding:3%; line-height:1.8; background:none; }
.article img { max-width:100% !important; height:auto !important; display:block; margin:0 auto; }

.relink { width:96%; margin:0 auto .2rem;position:relative; display:block; overflow:hidden; }
.relink .prev,
.relink .next { float:right; width:49%; height:.7rem; line-height:.7rem; text-align:center; background:#eee; color:#999; font-size:0.26rem; border-radius:3px; }
.relink .prev { float:left; }
.relink a { display:block; height:.7rem; color:#999; }
.relink > *:active { background:#f5f5f5; }

.showmap { display:block; margin:0 3% .3rem; height:.6rem; line-height:.6rem; text-align:center; font-size:larger; background:#f0a522; color:#fff; border-radius:5px; }

.baidumap { position:fixed; left:0; top:0; right:0; bottom:0; z-index:99; background:#fff; visibility:hidden; }
.baidumap .map { position:absolute; top:0; left:0; bottom:1rem; right:0; z-index:97; line-height:20px; font-size:14px; }
.baidumap .address { position:absolute; left:0; bottom:0; right:0; padding:.2rem .2rem; background:#383838; z-index:98; box-shadow:0 -.05rem .05rem rgba(0,0,0,.2); }
.baidumap .address p { height:.6rem; line-height:.3rem; margin:0 .8rem 0 0; color:#fff; overflow:hidden; opacity:.5; }
.baidumap .close { position:absolute; right:.2rem; bottom:.2rem; width:.6rem; height:.6rem; text-align:center; font-size:.4rem; z-index:99; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTlBNUY5MTlERUM0MTFFNUEyODJBNTE1OUVDN0M3NDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTlBNUY5MUFERUM0MTFFNUEyODJBNTE1OUVDN0M3NDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxOUE1RjkxN0RFQzQxMUU1QTI4MkE1MTU5RUM3Qzc0OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxOUE1RjkxOERFQzQxMUU1QTI4MkE1MTU5RUM3Qzc0OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvnANt0AAAN2SURBVHja7N09bxNBEAbgywiJP0ABBQ0fHWmCQEJxQ0NtiA5KJEyK8IdMkdBQhRMKHw0SrSkICg3pkIACAQV/gMrMKndSFOXD8c7evLM7rzRy4TvfaZ9dn/cs3S5Mp9PKgxPyJnAQj4M4iMdBHMTjIA7icRAH8TiI56icif2ApmmKbsC6rn2E+FeWx85X1oFc5brNNeD6zTXheuvNPHsWYv8Paa8hi1xjruVDNvnO9YTrXSZtthIuHW2nm7adbpOvJa9QQJbCC9elEzYdcT0zDHG97XQ3jnh/m2uNYT5rX0PGM2CEbHA9MoyxdQxGyE2uF9xBF9VA+OB32xOZNRZROoyLM2x7ue2gaiPk4Rz7WEI5DUaXZe6oV7RABnPuZwFlHowud7RA/kXsi4wSgxHTUaNBJpH7I6LEYoT81QLZFGgAJBQJjKiOKjEP+XjKX1qo8xQpjD88F7mgOQ9Z4/ppfKRIYXTtoToxDDPToWEUSYzV2FsoUnd7d4yiSGOsx36I5O13ayhwGNIgllAgMVKAWECBxUgFgowiisG1Lt1wKf/CRUOBx0gNgoRiAqMPEAQUMxh9gWiimMLoE0QDxRxG3yB9opjE0ADpA8UshhZIShTTGJogqVBMY2iDpEAxjYEAIo1iGgMFBAVFHQMJRBsFAgMNRAsFBgMRpG8UKAxUkL5Q4DCQQVKjQGKgg6RCgcWwANJlCvpZxYFI3pvqEkbHyEEwMOBRqEAMaBQqFAMWhQrGgEShwjHgUMgxsFDIMbBQKCOMVaEZvSoKZYQRGnJoHYUywgjZsY5CGWFUOaBQZhjmUcgoxuPq5FvoJlHIKMbGjNuaQ6GMMUyiUOYY5lCoAAxTKFQIhhkUKggjCUrTNCNkEHQMeBQqEAMahQrFgEWRAFkyipEKZagNMjaMkQJF70HK3BvuVTLPW9TEkEY5z+1yX2uEPMgEQxpF7bm9g4wwJFHOaYGczQxDCmWiBTLJEEMC5b0WyPNMMWJQPtR1/VUFhA/8stpbWSZHjHlQvlUAD1IOJ/AjU4yDKJ+O2WZ7r4/WX2IOJLFKW/dk6zAhunXI+79atDeV7ey0c66wINjKvl+Y3aJgWxIHkVqlrcu19kT3L5v3uso40it9Sq9juNvW08qjdg3xOEi+ib6GeHyEOIjHQRzE4yAeB3EQj4M4iEcw/wUYAL6JZ/aVt9nDAAAAAElFTkSuQmCC) center center no-repeat; background-size:.35rem; border:.02rem solid #aaa; border-radius:50%;  }
.baidumap .close:active { background:#f1f1f1; }
.baidumap .BMap_bubble_title a { display:inline-block; height:40px; line-height:40px; padding:0 .3rem; color:#FFF; background:#8ea8e0; border-radius:.03rem; margin-bottom:.05rem; font-size:16px; }
.baidumap .BMap_bubble_title a:hover { box-shadow:0 0 0 1000px rgba(0,0,0,0.2) inset; }
.BMap_bubble_content {  line-height:16px; font-size:12px;}

.rmd-order { padding:.1rem 4% 0; overflow:hidden; background:#eee; }
.rmd-order .head { height:.8rem; line-height:.7rem;  }
.rmd-order .head h2 { font-size:.26rem; font-weight:normal; }
.rmd-order li { margin-bottom:.2rem; width:100%; font-size:1.2em; }
.rmd-order .txt,
.rmd-order .text { width:100%; padding:0 3%; height:.7rem; line-height:.7rem; background:#fff; border:1px solid #ddd;  }
.rmd-order .txt:focus,
.rmd-order .text:focus { border-color:#aaa; }
.rmd-order .text { height:1.5rem; line-height:.3rem; padding:3%; }
.rmd-order .error { border-color:#ff0000 !important; }
.rmd-order .submit { width:100%; height:.7rem; line-height:.7rem; background:#d22d31; border:0; border-radius:3px; font-size:.28rem; color:#fff; text-align:center; }
.rmd-order .submit:active { background:#d22d31; }

.hidden { display:none; }
.autocut { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.loading { width:auto; height:.7rem; line-height:.7rem; text-align:center; margin:0 2% .2rem; background:#eee; color:#999; border-radius:3px; font-size:.26rem; /* display:none; */  }
.loading:active { background:#f5f5f5; }
.null { display:block; width:100% !important; padding:0 2% !important; height:.8rem; line-height:.8rem; overflow:hidden; background:none; opacity:1; position:relative; top:-.3rem; }
.console { position:fixed; left:0; top:0; width:100%; height:.8rem; line-height:.8rem; z-index:199; background:rgba(255,72,72,.9); text-align:center; color:#FFF; font-size:.26rem; overflow:hidden; }
.pager { display:none; }
.api {  content:'4DD845D1BB619BEEFB641EC49A7D8735'; }


/***********************************
 *** 网站内容
 **********************************/
/* 图片列表 */
.product-lister { }
.product-lister .list { width:100%; padding:.2rem 0 .2rem; }
.product-lister .item { float:left; width:47%; margin:0 0 2% 2%; background:#fff; }
.product-lister .item:active { box-shadow:0 .05rem .1rem -.05rem rgba(0,0,0,.3); }
.product-lister .item a { display:block; }
.product-lister .item figure { display:block; padding:0 0 75%; position:relative; }
.product-lister .item img { position:absolute; left:0; top:0; width:100%; height:100%; }
.product-lister .item h3 { font-weight:normal; height:.6rem; line-height:.6rem; text-align:center; margin:0 .2rem; color: #222;}

.product2-lister { }
.product2-lister .list { width:100%; padding:.2rem 0 .2rem; }
.product2-lister .item { float:left; width:30.66%; margin:0 0 2% 2%; background:#fff; }
.product2-lister .item a { display:block; }
.product2-lister .item figure { display:block; padding:0 0 130%; position:relative; }
.product2-lister .item img { position:absolute; left:0; top:0; width:100%; height:100%; }
.product2-lister .item h3 { font-weight:normal; height:.6rem; line-height:.6rem; text-align:center; margin:0 .2rem; }

/* 新闻列表 */
.news-lister { }
.news-lister .list { padding:.2rem 0 .1rem; }
.news-lister .item { margin:0 2% .15rem; background:#fff; border-radius:0; }
.news-lister .item:active { box-shadow:0 .05rem .1rem -.05rem rgba(0,0,0,.3); }
.news-lister .item a { display:block; padding:.2rem; color:#999; }
.news-lister .item h3 { font-size:.26rem; font-weight:normal; line-height:.4rem; margin-bottom:.1rem; color:#666; overflow:hidden; }
.news-lister .item p { height:.6rem; line-height:.3rem; overflow:hidden; color:#999; }

/* 案例列表 */
.case-lister {  }
.case-lister .list { padding:.15rem 0 .1rem; }
.case-lister .item { margin:0 2% .15rem; background:#fff;  }
.case-lister .item:active { box-shadow:0 .05rem .1rem -.05rem rgba(0,0,0,.3); }
.case-lister .item a { display:block; position:relative; height:1.5rem; padding:0 .15rem 0 2.15rem;  }
.case-lister .item img { position:absolute; left:0; top:0; width:2rem; height:1.5rem;  }
.case-lister .item h3 { font-size:.26rem; font-weight:normal; height:.7rem; line-height:.7rem; overflow:hidden; }
.case-lister .item p { height:.6rem; line-height:.3rem; overflow:hidden; color:#999; }

/* 文章详情 */
.news-detail {  }
.news-detail h1 { padding:.2rem 2% .1rem; font-size:.3rem; line-height:1.4; text-align:center; }
.news-detail .subsidiary { line-height:.6rem; border-bottom:1px solid #ddd; margin:0 2%; opacity:.6; text-align:center; }
.news-detail .subsidiary span { margin-right:.2rem; }

/* 产品详情 */
.product-detail {  }
.product-detail h1 { padding:.2rem 2% .1rem; font-size:.3rem; line-height:1.4; text-align:center; }
.product-detail .subsidiary { line-height:.4rem; margin:0 2%; opacity:.6; text-align:center; text-transform:uppercase; }
.product-detail .photo { padding:.2rem 3% 0; }
.product-detail .photo img { display:block; width:100%; }

.thum { width:100%; overflow:hidden; position:relative; }
.thum .list { float:left; width:500%; }
.thum .list li { float:left; width:20%; }
.thum .list img { display:block; width:100%; }
.thum .tip { width:90%; height:.1rem; line-height:.1rem; text-align:center; clear:both; display:none; position:absolute; left:5%; bottom:.2rem; }
.thum .tip li { display:inline-block; vertical-align:middle; width:.12rem; height:.12rem; background:#fff; border-radius:50%; margin:0 .1rem; vertical-align:middle; }
.thum .tip li.active { background:#c81529; }

/* 案例详情 */
.case-detail {  }
.case-detail h1 { padding:.2rem 2% .1rem; font-size:.3rem; line-height:1.4; text-align:center; }
.case-detail .photo { margin:0 4%; }
.case-detail .photo img { display:block; width:100%; }

/* 在线留言 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#999; }
input:-moz-placeholder, textarea:-moz-placeholder { color:#999; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#999; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; }

.message-page { padding:.2rem 4% 0; overflow:hidden; }
.message-page li { margin-bottom:.2rem; width:100%; font-size:1.2em; }
.message-page .txt,
.message-page .text { width:100%; padding:0 3%; height:.7rem; line-height:.7rem; background:#fff; border:1px solid #ddd;  }
.message-page .txt:focus,
.message-page .text:focus { border-color:#aaa; }
.message-page .text { height:1.5rem; line-height:.3rem; padding:3%; }
.message-page .error { border-color:#ff0000 !important; }
.message-page .submit { width:100%; height:.7rem; line-height:.7rem; background:#0f51bb; border:0; border-radius:3px; font-size:.28rem; color:#fff; text-align:center; }
.message-page .submit:active { background:#333232; }
<!--耗时1758251835.7377秒-->