@charset "UTF-8";
* {
  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 {
  color: #000;
  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: #fff;
}
body:before,
body:after {
  content: "";
  width: 100%;
  display: block;
}
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,
li {
  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: #fff;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
.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: .7;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.tac {
  text-align: center;
}
.hide,
.hidden {
  display: none;
}
.ico,
.iconbef:before,
.iconbef:after {
  background: url(../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**/
.header_main {
  width: 100%;
  height: .77rem;
  position: relative;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.header_main .logo_main {
  height: .77rem;
  width: 70%;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #0068b7;
}
.header_main .logo_main img {
  display: inline-block;
  height: .57rem;
  margin-top: .1rem;
  max-width: 100%;
}
.header_main .tit {
  width: 100%;
  height: .77rem;
  line-height: .77rem;
  text-align: center;
  font-size: .34rem;
  color: #fff;
}
.header_main .search_ico {
  display: block;
  position: absolute;
  left: .1rem;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: .8rem;
  height: .8rem;
  z-index: 6;
  padding-top: .21rem;
}
.header_main .search_ico s {
  width: .4rem;
  height: .4rem;
  margin: 0 auto;
  background-position: -0.65rem 0;
}
.header_main .search_ico.on {
  background: #f5f5f5;
}
.header_main .search_ico.on s {
  background-position: -1.92rem 0;
}
.header_main .navbtn {
  width: .9rem;
  height: .77rem;
  padding-top: .2rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.header_main .navbtn s {
  width: .42rem;
  height: .38rem;
  display: block;
  margin: 0 auto;
  background-position: -1.4rem 0;
}
.header_main .navbtn.cur s {
  background-position: -1.92rem 0;
}
.header_main .goBack {
  width: 1rem;
  height: .77rem;
  position: absolute;
  right: 0;
  top: 0;
}
.header_main.fixt {
  position: fixed;
  z-index: 1111;
}
/*subNav*/
.subNav {
  position: fixed;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: .77rem;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.subNav .subNavCon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.subNav ul {
  width: 100%;
  padding: .1rem 0 .5rem;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 1rem;
}
.subNav li {
  width: 94%;
  display: block;
  line-height: 0.8rem;
  margin: 0 3%;
  position: relative;
}
.subNav li a {
  display: block;
  color: #333;
  font-size: 0.26rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.subNav li a s {
  width: .25rem;
  height: .25rem;
  display: block;
  text-align: center;
  color: #333;
  font-size: .24rem;
  background-position: -2rem -0.52rem;
  margin-top: .25rem;
  margin-right: .1rem;
  float: right;
}
.subNav li a.on {
  color: #0068b7;
}
.subNav li a.on s {
  background-position: -1.6rem -0.52rem;
}
.subNav li .box {
  display: none;
}
.subNav li .box a {
  border-color: #f9f9f9;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #333 !important;
  font-size: .24rem;
}
.subNav li.hover a {
  color: #0068b7;
}
.subNavShow {
  display: block;
}
/***footer****/
.footer_main {
  text-align: center;
  color: #ababab;
  line-height: .4rem;
  padding: .2rem 0 .3rem;
  background: #3d3d40;
}
.footer_main a {
  color: #ababab;
}
.navBar {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: #ffffff;
}
.navBar ul {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
}
.navBar ul li {
  float: left;
  width: 25%;
  height: 1rem;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.navBar ul li:first-child {
  border-left: 0px;
}
.navBar ul li a {
  width: 100%;
  height: 1rem;
  padding-top: .15rem;
  font-size: .22rem;
  display: block;
  text-align: center;
}
.navBar ul li a:before {
  width: .45rem;
  height: .42rem;
  display: block;
  margin: 0 auto .02rem;
}
.navBar ul li:first-child {
  border-left: 0px;
}
.navBar ul li:nth-child(1) a:before {
  background-position: 0.06rem -0.92rem;
}
.navBar ul li:nth-child(2) a:before {
  background-position: -0.51rem -0.92rem;
}
.navBar ul li:nth-child(3) a:before {
  background-position: -1.1rem -0.92rem;
}
.navBar ul li:nth-child(4) a:before {
  background-position: -1.69rem -0.92rem;
}
.navBar ul li:hover {
  background: #ddd;
}
/*悬浮工具*/
.g_top {
  width: 0.68rem;
  height: 0.68rem;
  padding-top: 0.12rem;
  background: #0068b7;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 1.6rem;
  display: block;
  z-index: 999;
  opacity: 0.89;
  display: none;
}
.g_top:before {
  width: 0.42rem;
  height: 0.36rem;
  margin: 0.08rem auto 0;
  background-position: -2.58rem 0;
}
/***************top and bottom css end*********************/
/* imgtog */
.imgtog {
  width: 94%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 3.85rem;
}
.imgtog .list {
  float: left;
  width: 500%;
  height: 3.85rem;
}
.imgtog .list .item {
  float: left;
  width: 20%;
  height: 3.85rem;
}
.imgtog .list .item img {
  width: 100%;
}
.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;
  bottom: .3rem;
  margin-left: 0;
  text-align: center;
  z-index: 10;
}
.imgtog .tip span {
  width: .4rem;
  height: .06rem;
  margin: 0 .08rem;
  border-radius: .2rem;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  background: #c9c9c9;
}
.imgtog .tip span.cur {
  background: #f9cd28;
}
.imgtog.banner {
  height: 3.6rem;
  width: 100%;
}
.imgtog.banner .list {
  height: 3.7rem;
}
.imgtog.banner .list .item {
  height: 3.7rem;
  box-shadow: 0 0.05rem 0.16rem rgba(0, 0, 0, 0.3);
}
.imgtog.banner .list .item a {
  width: 100%;
  display: block;
}
.imgtog.banner .list .item img {
  display: block;
  min-height: 100%;
}
.imgtog.banner .tip {
  bottom: .05rem;
}
.tsearch {
  width: 5.92rem;
  height: .64rm;
  position: relative;
  margin: 0 auto 0;
}
.tsearch .txt {
  width: 100%;
  color: #000;
  padding-left: .7rem;
  color: #fff;
  font-size: .22rem;
  height: .6rem;
  background: #94e1ba;
  border: none;
  border-radius: .15rem;
}
.tsearch s {
  width: .3rem;
  height: .3rem;
  position: absolute;
  left: .2rem;
  top: .2rem;
  background-position: -0.69rem 0;
}
.indexsplit {
  width: 100%;
  height: .3rem;
  background: #f6f6f6;
  border-top: 1px solid #e4e4e4;
}
.addclick {
  text-align: center;
  height: .72rem;
  width: 94%;
  line-height: .72rem;
  display: block;
  margin: 0 auto .4rem;
  font-size: .26rem;
  background: #0068b7;
  color: #fff;
}
.addclick:after {
  width: .45rem;
  height: .2rem;
  display: inline-block;
  margin-left: .15rem;
  background-position: 0 -0.58rem;
}
.addclick:link,
.addclick:visited {
  color: #fff;
}
.addclick {
  width: 94%;
  border-color: #999;
}
.indexTit {
  width: 100%;
  text-align: center;
  padding: .5rem 0 .3rem;
}
.indexTit h3 {
  font-size: .4rem;
  line-height: .55rem;
  font-weight: bold;
  color: #333333;
}
.indexTit h3 span {
  color: #0068b7;
}
.indexTit h3 s {
  width: .88rem;
  height: .32rem;
  margin: 0 .15rem;
  background-position: 0.02rem -0.49rem;
}
.indexTit p {
  font-size: .22rem;
  letter-spacing: .2rem;
  padding-top: .1rem;
}
.morebtn {
  width: 94%;
  height: .64rem;
  line-height: .64rem;
  border-radius: .08rem;
  overflow: hidden;
  margin: 0 auto;
}
.morebtn a {
  width: 50%;
  height: .64rem;
  text-align: center;
  display: block;
  float: left;
}
.morebtn a:first-child {
  color: #fff;
  background: #0068b7;
  border: 0px;
}
.morebtn a.btn2 {
  border: 2px solid #e5e5e5;
  line-height: .62rem;
  color: #333;
  border-left: 0px;
  border-top-right-radius: .08rem;
  border-bottom-right-radius: .08rem;
}
.menu {
  padding: .2rem 3% 0;
}
.menu a {
  width: 31.3%;
  margin: 0 3% .2rem 0;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  float: left;
}
.menu a:nth-child(3n) {
  margin-right: 0;
}
.menu a.hover,
.menu a:hover {
  color: #0068b7;
  border-color: #0068b7;
}
/*newslist*/
.newslist {
  padding: 0 3% .2rem;
}
.newslist .item {
  width: 100%;
  display: block;
  padding: .3rem 0;
  border-bottom: 1px solid #eee;
  margin: 0 auto;
}
.newslist .item img {
  width: 2.1rem;
  height: 1.18rem;
  display: block;
  margin-right: .2rem;
  float: left;
}
.newslist .item h3 {
  font-size: .3rem;
  line-height: 0.38rem;
  height: 0.76rem;
  margin-bottom: .08rem;
  overflow: hidden;
}
.newslist .item .time {
  color: #999;
  font-size: .22rem;
  line-height: .22rem;
  display: block;
  margin-top: .17rem;
}
.newslist .item:first-child {
  padding-top: 0;
}
.gridlist {
  padding: .1rem 3% .2rem;
}
.gridlist .item {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  border-radius: .05rem;
  margin-bottom: .26rem;
  background: #fff;
  box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
}
.gridlist .item a {
  width: 100%;
  display: block;
}
.gridlist .item:nth-child(2n) {
  margin-right: 0;
}
.gridlist .item figure {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.gridlist .item figure img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: .05rem;
  border-top-right-radius: 0.05rem;
}
.gridlist .item h3 {
  width: 100%;
  height: 0.65rem;
  line-height: 0.65rem;
  overflow: hidden;
  text-align: center;
  color: #333;
  font-size: .26rem;
  border-top: 1px solid #dddddd;
}
.gridlist.gridlist3 .item figure {
  padding-top: 100%;
}
.gridlist.gridlist9 .item {
  border: 1px solid #dcdcdc;
  box-shadow: none;
}
.gridlist.gridlist9 .item figure {
  padding-top: 56.25%;
}
/**********************index css*************************/
.indexTit {
  width: 100%;
  padding: .5rem 0 .35rem;
  text-align: center;
}
.indexTit h3 {
  font-size: .36rem;
  padding-bottom: .22rem;
  margin-bottom: .1rem;
  background: url(../images/ititbg.png) no-repeat center bottom;
  background-size: 6rem auto;
}
.indexTit .en {
  font-family: arial;
  font-size: .2rem;
  color: #bebebe;
  text-transform: uppercase;
}
.indexMore {
  width: 2.5rem;
  height: 0.56rem;
  line-height: 0.56rem;
  padding-right: .7rem;
  position: relative;
  font-size: .2rem;
  text-align: center;
  display: block;
  margin: .25rem auto;
  box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.1);
  background: #fff;
}
.indexMore span {
  width: .7rem;
  height: .56rem;
  padding-top: .2rem;
  position: absolute;
  right: 0px;
  top: 0;
  background-color: #f9cd28;
}
.indexMore span:before {
  width: .18rem;
  height: .22rem;
  display: block;
  margin: 0 auto;
  background-position: 0.02rem -0.56rem;
}
.inum {
  background: #f4f4f4;
  padding: .4rem 3%;
}
.inum .list {
  width: 100%;
  background: #0068b7;
}
.inum .list .item {
  width: 50%;
  height: 1.4rem;
  color: #fff;
  padding: .15rem .3rem 0 ;
  float: left;
  position: relative;
  border-right: 1px solid #00589a;
  border-bottom: 1px solid #00589a;
}
.inum .list .item s {
  width: .5rem;
  height: .5rem;
  position: absolute;
  right: .1rem;
  top: .1rem;
  background: url(../images/inum-ico.png) no-repeat 0.04rem center;
  background-size: auto .5rem;
}
.inum .list .item p {
  font-size: .22rem;
}
.inum .list .item p strong {
  font-family: arial;
  font-size: .56rem;
  line-height: .56rem;
  margin-right: .08rem;
  font-weight: normal;
}
.inum .list .item .p1 {
  border-top: 1px solid #3184c5;
  display: block;
  padding-top: .1rem;
  width: 70%;
  margin-top: .08rem;
  font-size: .22rem;
}
.inum .list .item.a2 s {
  background-position: -0.94rem center;
}
.inum .list .item.a3 s {
  background-position: -1.9rem center;
}
.inum .list .item.a4 s {
  background-position: -2.87rem center;
}
.inum .list .item.a5 s {
  background-position: -3.85rem center;
}
.inum .list .item.a6 s {
  background-position: -4.81rem center;
}
.iadvan .list {
  padding: .1rem 3% .3rem;
}
.iadvan li {
  width: 50%;
  float: left;
  height: 1.3rem;
}
.iadvan li s {
  width: .85rem;
  height: .85rem;
  display: block;
  float: left;
  margin-right: .1rem;
  border: 1px solid #0068b7;
  border-radius: 100%;
  background: url(../images/iadvan-ico.png) no-repeat -0.05rem center;
  background-size: auto .7rem;
}
.iadvan li .txt {
  font-size: .2rem;
  line-height: .26rem;
  color: #666;
}
.iadvan li h3 {
  margin-bottom: .05rem;
  line-height: .26rem;
}
.iadvan li.a2 s {
  background-position: -1.06rem center;
}
.iadvan li.a3 s {
  background-position: -2.04rem center;
}
.iadvan li.a4 s {
  background-position: -3.04rem center;
}
.iadvan li.a5 s {
  background-position: -4.02rem center;
}
.iadvan li.a6 s {
  background-position: -5.02rem center;
}
.iadvan li.a7 s {
  background-position: -5.99rem center;
}
.iadvan li.a8 s {
  background-position: -6.98rem center;
}
.iabout {
  width: 100%;
  padding: 0 0 .5rem;
  background: url(../images/iaboutbg.jpg) no-repeat center top;
  background-size: auto 5.48rem;
}
.iabout .indexTit h3 {
  color: #fff;
  background-image: url(../images/ititbg2.png);
}
.iabout .indexTit .txt {
  color: #fff;
}
.iabout .videoCon {
  width: 94%;
  height: 4.14rem;
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
  margin: 0 auto;
}
.iabout .videoCon img,
.iabout .videoCon iframe,
.iabout .videoCon video {
  width: 100%;
  height: 4.14rem;
  display: block;
}
.iabout .tit {
  font-size: .3rem;
  padding: .3rem 3% .1rem;
  color: #0068b7;
}
.iabout .txt {
  padding: 0 3% .35rem;
  line-height: .4rem;
  color: #555;
}
.iproduct {
  background: #f4f4f4;
  padding-bottom: .4rem;
  border-top: 1px solid #e4e4e4;
}
.isales {
  width: 100%;
  padding: 0 3% .5rem;
}
.isales .txt {
  padding: 0 3% .35rem;
  line-height: .4rem;
  color: #555;
}
.isales .txt img {
  max-width: 100%;
  display: block;
}
.ishe {
  width: 100%;
  padding-bottom: .3rem;
  background: url(../images/ishebg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.ishe .indexTit h3 {
  color: #fff;
  background-image: url(../images/ititbg2.png);
}
.ishe .indexTit .txt {
  color: #fff;
}
.ideve {
  background: #f4f4f4;
  padding-bottom: .4rem;
  border-top: 1px solid #e4e4e4;
}
.ideve .img {
  width: 94%;
  padding: .1rem;
  border-radius: .05rem;
  background: #dbdbdd;
  display: block;
  margin: 0 auto;
}
.ideve .img img {
  width: 100%;
  display: block;
  border-radius: .05rem;
}
.ideve .txt {
  padding: .35rem 3% .35rem;
  line-height: .4rem;
  color: #555;
}
.inews {
  padding-bottom: .4rem;
}
/***************index css end*********************/
/**************category****************/
.noinfo {
  width: 100%;
  padding: 0 3%;
}
.noinfo img {
  display: block;
  width: 2.2rem;
  margin: .2rem auto;
}
.cateList {
  width: 100%;
  padding-top: .15rem;
  text-align: center;
  background: #fff;
}
.cateList .con {
  width: 6rem;
  padding: .15rem 0 .15rem;
  margin: 0 auto;
}
.cateList li {
  width: 48.5%;
  position: relative;
  margin-right: 3%;
  float: left;
}
.cateList li > a {
  width: 100%;
  height: .65rem;
  line-height: .63rem;
  background: #f3f3f3;
  padding-left: .28rem;
  text-align: left;
  display: block;
  position: relative;
  margin-bottom: .15rem;
  border: 1px solid #eee;
}
.cateList li > a s {
  width: .25rem;
  height: .25rem;
  display: block;
  text-align: center;
  color: #333;
  font-size: .24rem;
  position: absolute;
  right: .12rem;
  top: .18rem;
  background-position: -2rem -0.54rem;
}
.cateList li > a.cur {
  color: #0068b7;
}
.cateList li > a.cur s {
  background-position: -1.62rem -0.54rem;
}
.cateList li .box {
  width: 6rem;
  z-index: 111;
  padding: .2rem 3%;
  position: absolute;
  background: #f3f3f3;
  left: 0;
  top: .7rem;
  display: none;
  min-height: 2rem;
}
.cateList li .box s {
  width: 48.5%;
  height: .2rem;
  display: block;
  position: absolute;
  left: 0;
  top: -0.1rem;
  z-index: 10;
  background: #f3f3f3;
}
.cateList li .box a {
  width: 47%;
  padding-left: 3%;
  height: 0.6rem;
  line-height: 0.6rem;
  float: left;
  text-align: left;
}
.cateList li .box a:nth-child(3n) {
  margin-right: 0;
}
.cateList li .box a:before {
  width: .12rem;
  height: .12rem;
  display: inline-block;
  margin-right: .1rem;
  background-position: -1.51rem -0.58rem;
}
.cateList li .box a.hover {
  color: #0068b7;
  border-color: #0068b7;
}
.cateList li .box a.hover:before {
  background-position: -1.74rem -0.58rem;
}
.cateList li:nth-child(2n) {
  margin-right: 0;
}
.cateList li:nth-child(2n) .box {
  left: auto;
  right: 0;
}
.cateList li:nth-child(2n) .box s {
  left: auto;
  right: 0;
}
.cateList li.hover > a {
  color: #0068b7;
  background: #f3f3f3;
}
.cateList.cateList2 li a {
  color: #333;
  font-weight: normal;
}
.cateList.cateList2 li a.cur {
  color: #333;
  font-weight: normal;
}
.cateList.cateList2 li a.cur s {
  background-position: -0.73rem -0.54rem;
}
.pro_select {
  width: 100%;
  padding: 0 3% .3rem 3%;
  background: #0068b7;
}
.pro_select select {
  width: calc(48.5%);
  padding: 0 .1rem;
  margin-left: 3%;
  margin-bottom: 3%;
  border: 0px;
  background: #fff;
  height: 0.58rem;
  line-height: 0.58rem;
  color: #666666;
  float: left;
}
.pro_select select:nth-child(2n+1) {
  margin-left: 0;
}
.moreBtn {
  width: 94%;
  margin: .3rem auto 0;
  position: relative;
  text-align: center;
  color: #000;
  height: 0.88rem;
  line-height: 0.88rem;
  display: block;
}
.newsPage {
  padding: .2rem 0 .6rem;
}
.productPage {
  padding: 0 0 .3rem;
}
.productPage .gridlist {
  padding: 0 3%;
}
.productPage .erro {
  padding: 0 3%;
}
.showProduct {
  width: 100%;
}
.showProduct .banner {
  width: 6rem;
  height: 6rem;
  margin: .1rem auto .1rem;
}
.showProduct .banner .list {
  height: 6rem;
}
.showProduct .banner .list .item {
  height: 6rem;
}
.showProduct .banner .list .item img {
  width: 100%;
  height: 6rem;
}
.showProduct .n-tit {
  width: 94%;
  margin: .4rem auto .3rem;
  height: .7rem;
  border-bottom: 2px solid #dadada;
}
.showProduct .n-tit h3 {
  display: inline-block;
  height: .68rem;
  line-height: .68rem;
  font-size: .3rem;
  border-bottom: 2px solid #0068b7;
}
.showProduct .n-tit .more {
  float: right;
  text-transform: uppercase;
  padding-top: .18rem;
  font-size: .22rem;
}
.showProduct .protit {
  padding: .2rem 3%;
  font-size: .3rem;
  color: #000;
}
.showProduct .tit2 {
  font-size: .28rem;
  color: #0068b7;
  padding: .2rem 0 .2rem;
}
.showProduct .price {
  color: #ff0036;
  padding: 0 3% .2rem;
}
.showProduct .price span {
  font-size: .36rem;
}
.showProduct .showTel {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: .28rem;
  color: #666666;
  background: #f8f8f8;
  border-top: 1px solid #dbd7d7;
  border-bottom: 1px solid #dbd7d7;
  text-align: center;
  box-sizing: border-box;
  color: #000;
  margin-top: .2rem;
}
.showProduct .showTel s {
  width: .8rem;
  height: .8rem;
  background-position: 0.1rem -1.48rem;
}
.showProduct .showpCon {
  padding: 0 0 .3rem;
}
.showProduct .showpCon .tit {
  color: #0068b7;
  font-weight: bold;
  padding: .2rem 0;
  font-size: .26rem;
}
.showProduct .showpCon .showp_img,
.showProduct .showpCon .showp_txt {
  margin-bottom: .2rem;
  padding: 0 3%;
}
.showProduct .showpCon .showp_img img,
.showProduct .showpCon .showp_txt img {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.showProduct .showpCon .txtcon {
  font-size: .24rem;
  color: #333;
}
.showProduct .showpCon .txtcon img {
  max-width: 100% !important;
}
.showProduct .showpCon .showpCase {
  border-top: .2rem solid #f1f1f1;
  margin-top: .2rem;
  padding-right: 0;
}
.showProduct .showpCon .showpCase .projectList {
  padding-left: 0;
}
.showProduct .showpCon .showpCase .gridlist {
  padding: 0;
}
.showProduct .ourTeam {
  width: 100%;
  margin: 0;
  padding-top: .2rem;
}
.showProduct .ourTeam .team_tit {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-bottom: .3rem;
  background: #0068b7;
  color: #fff;
}
.showProduct .ourTeam .team_tit strong {
  font-size: .26rem;
  font-weight: bold;
  margin: 0 .15rem 0 .15rem;
}
.showProduct .ourTeam img {
  width: 100%;
  display: block;
}
.showProduct .ourTip .tip_tit {
  color: #ff0036;
  font-size: .26rem;
  margin-top: .24rem;
  font-weight: bold;
  margin-bottom: .08rem;
}
.showProduct .ourTip .list {
  line-height: .34rem;
}
.showProduct .ourTip .list li {
  margin-bottom: .15rem;
  position: relative;
}
.showProduct .ourTip .list li s {
  width: .08rem;
  height: .08rem;
  margin-right: .1rem;
  display: inline-block;
  vertical-align: middle;
  background: #0068b7;
  border-radius: 100%;
}
.showimg {
  width: 100%;
  position: relative;
}
.showimg .imglist {
  width: 5.6rem;
  height: 4.55rem;
  margin: 0px auto;
  padding: .4rem 0 .2rem;
  position: relative;
  overflow: hidden;
}
.showimg .list {
  float: left;
  width: 500%;
}
.showimg a {
  float: left;
  width: 5.6rem;
  text-align: center;
  display: block;
}
.showimg a img {
  height: 4.55rem;
  width: 5.6rem;
  margin: 0px auto;
  display: block;
  background-size: 100%;
}
.showimg span.left {
  right: auto;
  left: 50%;
  margin-left: -3rem;
}
.showimg span {
  display: none;
  width: 30px;
  height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 50%;
  margin-right: -3.04rem;
  cursor: pointer;
}
.showimg span.left::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 11px;
  height: 11px;
  right: 10px;
  top: 20px;
  z-index: 11;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.showimg span.left::after {
  content: "";
  position: absolute;
  background: #aaaaaa;
  width: 11px;
  height: 11px;
  right: 14px;
  top: 20px;
  z-index: 10;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.showimg span.right::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 11px;
  height: 11px;
  right: 14px;
  top: 20px;
  z-index: 11;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.showimg span.right::after {
  content: "";
  position: absolute;
  background: #aaaaaa;
  width: 11px;
  height: 11px;
  right: 10px;
  top: 20px;
  z-index: 10;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aboutPage {
  padding: .3rem 0;
}
.aboutPage .txtcon {
  color: #666666;
  padding: 0 3% .3rem;
  line-height: .42rem;
}
.aboutPage .txtcon img {
  max-width: 100%;
}
.singlePage {
  padding: .3rem 3%;
}
.singlePage img {
  max-width: 100%;
}
.contactPage {
  padding-bottom: 0;
  padding-top: .25rem;
  width: 100%;
  overflow: hidden;
}
.contactPage .t {
  color: #000;
  padding: 0 3% .2rem;
  font-size: .3rem;
}
.contactPage .n-tit {
  font-size: .3rem;
  color: #0068b7;
  padding: 0 3% .2rem;
}
.contactPage .txtcon {
  padding: 0 3% .3rem;
}
.contactPage .mapArea {
  width: 100%;
  height: 3.7rem;
  overflow: hidden;
}
.contactPage .mapArea .con {
  height: 3.5rem;
  width: 100%;
  display: block;
}
.contactPage .mapArea .BMap_bubble_content {
  line-height: .3rem;
  font-size: .2rem;
}
.contactPage .messagePage {
  padding: .4rem 0 .5rem;
}
.formData {
  width: 94%;
  margin: 0 auto;
}
.formData .item {
  font-weight: normal;
  width: 100%;
  border-bottom: 1px solid #999999;
  margin-bottom: .25rem;
  position: relative;
}
.formData .item label {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  display: block;
}
.formData .item input {
  width: 100%;
  outline: none;
  background: none;
  height: 0.6rem;
  line-height: 0.6rem;
  display: block;
}
.formData .item .txt {
  width: 100%;
  border: 0 none;
}
.formData .item.liuyan {
  margin-bottom: .4rem;
  height: 2.6rem;
}
.formData .item.liuyan label {
  display: block;
  width: 100%;
  position: static;
}
.formData .item.liuyan textarea {
  width: 100%;
  height: 1.8rem;
  padding-top: .1rem;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .sub {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  background: #0068b7;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: .3rem;
  display: block;
}
/*showInfo*/
.showInfo {
  padding: 0 0 .5rem;
  width: 100%;
}
.showInfo .title {
  font-size: .4rem;
  text-align: center;
  line-height: .48rem;
  color: #333333;
  padding: .1rem 3% .2rem;
}
.showInfo .menu {
  margin-bottom: .2rem;
}
.showInfo .mark {
  font-size: .22rem;
  text-align: center;
  color: #666666;
  padding-bottom: .1rem;
  border-bottom: 1px solid #dbd7d7;
}
.showInfo .mark span {
  margin: 0 .06rem;
}
.showInfo .contxt {
  padding: .2rem 3% .4rem;
  font-size: .24rem;
  line-height: .42rem;
  color: #666666;
}
.showInfo .contxt img {
  max-width: 100%;
  height: auto !important;
}
.showInfo .reLink {
  margin: .2rem 3% .1rem;
}
.showInfo .showRelate {
  margin-top: .1rem;
}
.showInfo .showRelate .sitepath {
  padding: .18rem 0 0;
}
.showInfo .showRelate .sitepath h3 {
  font-weight: bold;
}
.showInfo .showRelate .item {
  margin-bottom: .2rem;
}
.showInfo .n-tit {
  width: 94%;
  margin: .4rem auto .3rem;
  height: .7rem;
  border-bottom: 2px solid #dadada;
}
.showInfo .n-tit h3 {
  display: inline-block;
  height: .68rem;
  line-height: .68rem;
  font-size: .3rem;
  border-bottom: 2px solid #0068b7;
}
.showInfo .n-tit .more {
  float: right;
  text-transform: uppercase;
  padding-top: .18rem;
  font-size: .22rem;
}
/*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('../images/weibo.png');
  background-size: cover;
}
#nativeShare .weixin i {
  background-image: url('../images/weixin_friend.png');
  background-size: cover;
}
#nativeShare .weixin_timeline i {
  background-image: url('../images/weixin.png');
  background-size: cover;
}
#nativeShare .qq i {
  background-image: url('../images/qq.png');
  background-size: cover;
}
#nativeShare .qzone i {
  background-image: url('../images/qqzone.png');
  background-size: cover;
}
#nativeShare .more i {
  background-image: url('../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(../images/qqzone.png) no-repeat center;
  background-size: 100% 100%;
}
#bdfx .d2 {
  background: url(../images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}
embed {
  width: 100% !important;
  height: auto !important;
}
.BMap_bubble_content {
  line-height: .24rem;
}
.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(../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%;
}
/*reLink*/
.reLink {
  margin: .2rem 3% .3rem;
}
.reLink .prevLink,
.reLink .nextLink {
  display: block;
  height: .7rem;
  line-height: .7rem;
  font-size: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.showTab {
  width: 100%;
  line-height: 0.3rem;
}
.showTab th,
.showTab td {
  border: 1px solid #e6e6e6;
  text-align: left;
  padding: .15rem .1rem;
  font-size: .2rem;
}
.showTab th {
  background: #e5e5e5;
  color: #000;
  height: 0.4rem;
  line-height: 0.4rem;
  font-family: "microsoft yahei";
}
.showTab tr td:first-child,
.showTab tr th:first-child {
  width: 1.2rem;
  padding: .08rem;
  text-align: center;
}
/*字体*/
@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;
  }
}
