@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;
}
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: #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: .7;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.tac {
  text-align: center;
}
.hide,
.hidden {
  display: none;
}
.ico,
.icobef:before,
.icobef:after {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  background-size: 4rem auto;
  vertical-align: middle;
}
.icobef:before,
.icobef: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: 1rem;
  z-index: 101;
  background: #000;
  opacity: .6;
}
/******HTML默认结束******/
/***************top and bottom css*********************/
/**head**/
.header_main {
  width: 100%;
  height: 1rem;
  position: relative;
  left: 0;
  top: 0;
  z-index: 100;
  background: #23a5d9;
  box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.2);
}
.header_main.fixt {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111111;
}
.header_main .logo_main {
  display: block;
  width: 4.6rem;
  height: 1rem;
  padding: .1rem 0 0 .1rem;
  text-align: center;
  color: #23a5d9;
}
.header_main .logo_main img {
  display: block;
  height: .8rem;
}
.header_main .navbtn {
  width: .9rem;
  height: 1rem;
  padding-top: .32rem;
  position: absolute;
  right: 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: 0 0;
}
.header_main .goBack {
  width: 1rem;
  height: .8rem;
  position: absolute;
  left: 0;
  top: 0;
}
.header_main .goBack:before {
  width: 0.22rem;
  height: 0.36rem;
  margin: .28rem auto 0;
  background: url(../g-images/g-ico.png) no-repeat;
  background-size: 4rem auto;
  background-position: -0.98rem -0.9rem;
  content: '';
  display: block;
}
/*subNav*/
.subNav {
  position: fixed;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 1rem;
  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: -2.71rem -1.33rem;
  margin-top: .25rem;
  margin-right: .1rem;
  float: right;
}
.subNav li a.on {
  color: #23a5d9;
}
.subNav li a.on s {
  background-position: -2.32rem -1.33rem;
}
.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: #23a5d9;
}
.subNavShow {
  display: block;
}
/***footer****/
.footer_main {
  text-align: center;
  color: #666;
  line-height: .4rem;
  padding: .2rem 0 1.6rem;
  background: #f6f6f6;
}
.footer_main a {
  color: #666;
}
.navBar {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000000;
  background: #fff;
  border-top: 1px solid #dddddd;
}
.navBar ul {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
}
.navBar ul li {
  float: left;
  width: 20%;
  height: 1rem;
}
.navBar ul li a {
  width: 100%;
  height: 1rem;
  padding-top: .15rem;
  font-size: .22rem;
  display: block;
  text-align: center;
  color: #555;
}
.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 -1.38rem;
}
.navBar ul li:nth-child(2) a:before {
  background-position: -0.51rem -1.38rem;
}
.navBar ul li:nth-child(4) a:before {
  background-position: -1.08rem -1.38rem;
}
.navBar ul li:nth-child(5) a:before {
  background-position: -1.68rem -1.38rem;
}
.navBar ul li:nth-child(3) {
  position: relative;
}
.navBar ul li:nth-child(3) s {
  width: .84rem;
  height: .84rem;
  padding-top: .18rem;
  position: absolute;
  left: 50%;
  margin-left: -0.42rem;
  top: -0.38rem;
  z-index: 10;
  background: #23a5d9;
  border-radius: 100%;
}
.navBar ul li:nth-child(3) s:before {
  width: .45rem;
  height: .45rem;
  display: block;
  margin: 0 auto .02rem;
  background-position: -3.01rem -1.17rem;
}
.navBar ul li.cur s:before {
  background-position: -3.52rem -1.17rem;
}
/*悬浮工具*/
.g_top {
  width: 0.9rem;
  height: 0.9rem;
  background: #000;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 2.65rem;
  display: block;
  z-index: 999;
  background: url(../images/goTop.png) no-repeat center center;
  background-size: auto .9rem;
}
/***************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: .14rem;
  margin: 0 .08rem;
  border-radius: .2rem;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  background: #c9c9c9;
}
.imgtog .tip span.cur {
  background: #23a5d9;
}
.imgtog.banner {
  height: 4.2rem;
  width: 5.92rem;
  margin: 0 auto .3rem;
  padding-bottom: .5rem;
}
.imgtog.banner .list {
  height: 3.7rem;
}
.imgtog.banner .list .item {
  height: 3.7rem;
  border-radius: .1rem;
  box-shadow: 0 0.08rem 0.16rem rgba(55, 192, 246, 0.3);
}
.imgtog.banner .list .item a {
  width: 100%;
  display: block;
}
.imgtog.banner .list .item img {
  display: block;
  min-height: 100%;
  border-radius: .1rem;
}
.imgtog.banner .tip {
  bottom: .05rem;
}
.banner_main {
  padding: .2rem 0 .1rem;
}
.indexsplit {
  width: 100%;
  height: .32rem;
  background: #f7f7f7;
  border-top: 1px solid #dddcdd;
}
.addclick {
  text-align: center;
  height: .72rem;
  width: 94%;
  line-height: .72rem;
  display: block;
  margin: 0 auto .4rem;
  font-size: .26rem;
  background: #23a5d9;
  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 {
  padding: .4rem 0 .3rem;
  text-align: center;
}
.indexTit span {
  color: #23a5d9;
}
.indexTit h3 {
  padding-bottom: .02rem;
  position: relative;
  font-size: .4rem;
  font-weight: bold;
  display: inline-block;
}
.indexTit p {
  color: #333333;
  font-size: .22rem;
  padding: 0 .58rem;
}
.indexTit.indexTit2 span {
  font-size: .54rem;
}
.qalist {
  width: 94%;
  margin: 0 auto;
  padding: .1rem 0 .3rem;
}
.qalist .item {
  width: 100%;
  display: block;
  background: #f9f9f9;
  overflow: hidden;
  margin-bottom: .3rem;
  padding: .2rem .3rem .3rem;
}
.qalist .item h3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: .2rem;
  color: #23a5d9;
  padding-bottom: .1rem;
}
.qalist .item h3:before {
  width: .08rem;
  height: .08rem;
  content: "\20";
  display: inline-block;
  vertical-align: middle;
  margin-right: .1rem;
  border-radius: 100%;
  background: #23a5d9;
}
.qalist .item .txt {
  line-height: .34rem;
  color: #666;
  font-size: .22rem;
}
/*newslist*/
.newslist {
  padding: 0 3% 0;
}
.newslist .item {
  width: 100%;
  display: block;
  position: relative;
  padding: .3rem 0 .3rem 2.45rem;
  border-bottom: 1px solid #dddddd;
  margin: 0 auto 0;
}
.newslist .item img {
  width: 2.15rem;
  height: 1.21rem;
  display: block;
  margin-right: .3rem;
  position: absolute;
  left: 0;
  top: .36rem;
}
.newslist .item h3 {
  font-size: .28rem;
  line-height: 0.45rem;
  height: 0.9rem;
  margin-bottom: .02rem;
  overflow: hidden;
  color: #333;
}
.newslist .item span {
  margin-right: .2rem;
  display: inline-block;
  font-size: .22rem;
  color: #666666;
}
.newslist .item span:before {
  display: inline-block;
  width: .4rem;
  height: .3rem;
  background-position: -0.66rem -0.5rem;
}
.newslist .item span.view:before {
  margin-right: .1rem;
  background-position: -1.03rem -0.5rem;
}
.gridlist {
  padding: .1rem 3% .2rem;
}
.gridlist .item {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-bottom: .26rem;
  background: #fff;
  border: 1px solid #ddd;
}
.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;
  border-bottom: 1px solid #ddd;
}
.gridlist .item figure img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.gridlist .item h3 {
  width: 100%;
  height: 0.68rem;
  line-height: 0.68rem;
  overflow: hidden;
  text-align: center;
  color: #333;
}
.gridlist.gridlist9 .item figure {
  padding-top: 56.25%;
  border-bottom: 1px solid #ddd;
}
.cooperlist {
  padding: .1rem 3% 0;
}
.cooperlist .item {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  list-style: none;
  margin-bottom: .26rem;
  background: #fff;
  border: .02rem solid #dddddd;
}
.cooperlist .item a {
  width: 100%;
  display: block;
}
.cooperlist .item:nth-child(2n) {
  margin-right: 0;
}
.cooperlist .item figure {
  width: 100%;
  padding-top: 44.4%;
  position: relative;
  overflow: hidden;
}
.cooperlist .item figure img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/**********************index css*************************/
/*inav*/
.inav {
  width: 100%;
  text-align: center;
  padding: .1rem 3% .2rem;
  background: #fff;
}
.inav a {
  width: 100%;
  display: block;
  width: 25%;
  font-size: .26rem;
  float: left;
  margin-bottom: .3rem;
}
.inav a:before {
  width: .9rem;
  height: .9rem;
  display: block;
  margin: 0 auto;
  content: "\20";
  background: url(../images/inav-ico.png) no-repeat 0 0;
  background-size: auto 1rem;
}
.inav a:nth-child(1):before {
  background-position: .04rem center;
}
.inav a:nth-child(2):before {
  background-position: -0.94rem center;
}
.inav a:nth-child(3):before {
  background-position: -1.95rem center;
}
.inav a:nth-child(4):before {
  background-position: -2.95rem center;
}
.ishichang .img {
  width: 94%;
  margin: 0 auto;
  padding: .18rem 0;
}
.ishichang .img img {
  width: 5.3rem;
  display: block;
  margin: 0 auto;
}
.ishichang .list {
  width: 94%;
  margin: 0 auto;
}
.ishichang .list .item {
  width: 100%;
  padding-left: 1.5rem;
  margin-bottom: .4rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.ishichang .list .item:before {
  width: 1.1rem;
  content: "\20";
  display: block;
  border-right: 1px solid #dddddd;
  position: absolute;
  left: 0;
  top: .05rem;
  height: .9rem;
  background: url(../images/num-ico.png) no-repeat -0.06rem 0.1rem;
  background-size: .9rem auto;
}
.ishichang .list .item h3 {
  font-size: .26rem;
  font-weight: bold;
  line-height: .3rem;
  height: .3rem;
  overflow: hidden;
  margin-bottom: .1rem;
}
.ishichang .list .item .txt {
  font-size: .2rem;
  line-height: .3rem;
  height: .6rem;
  overflow: hidden;
}
.ishichang .list .item.a2:before {
  background-position: -0.06rem -0.83rem;
}
.ishichang .list .item.a3:before {
  background-position: -0.06rem -1.75rem;
}
.ishichang .list .item.a4 {
  border-bottom: 0px;
  padding-bottom: .1rem;
}
.ishichang .list .item.a4:before {
  background-position: -0.06rem -2.7rem;
}
.iadvan .img {
  width: 5.9rem;
  height: 3.24rem;
  padding: .08rem;
  margin-bottom: .4rem;
  display: block;
  margin: 0 auto;
  background: url(../images/iadvanbg.png) no-repeat center center;
  background-size: cover;
}
.iadvan .img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.iadvan .list {
  padding-left: 3%;
}
.iadvan .list li {
  width: 50%;
  padding: 0 .3rem 0 .88rem;
  position: relative;
  float: left;
  height: 1.32rem;
  font-size: .18rem;
  line-height: .36rem;
}
.iadvan .list li img {
  width: .75rem;
  height: .75rem;
  position: absolute;
  left: 0;
  top: -0.03rem;
  display: block;
}
.iadvan .list li.a2 s {
  background-position: -70px center;
}
.iadvan .list li.a3 s {
  background-position: -140px center;
}
.iadvan .list li.a4 s {
  background-position: -210px center;
}
.iadvan .list li.a5 s {
  background-position: -280px center;
}
.iadvan .izhineng-tit {
  padding: .1rem 0 .38rem;
}
.iadvan .list2 {
  width: 100%;
  padding: 0 0 .3rem 3%;
}
.iadvan .list2 li {
  width: 47%;
  height: 1.1rem;
  position: relative;
  padding: .16rem 0 0 .9rem;
  border-radius: .08rem;
  float: left;
  margin: 0 3% .25rem 0;
  color: #fff;
  background: #23a5d9;
  cursor: pointer;
}
.iadvan .list2 li h3 {
  font-size: .24rem;
}
.iadvan .list2 li img {
  width: .6rem;
  height: .6rem;
  display: block;
  position: absolute;
  left: .1rem;
  top: .3rem;
}
.iadvan .list2 li span {
  font-size: .2rem;
}
.icase {
  background: #f7f7f7;
  padding: 0 0 .5rem;
}
.icase .imgtog {
  width: 6rem;
  height: 5.7rem;
  margin: 0 auto;
  padding-bottom: .5rem;
}
.icase .imgtog .list {
  height: 5.2rem;
}
.icase .imgtog .item {
  height: 5.2rem;
}
.icase .imgtog .item img {
  width: 100%;
  height: 3.38rem;
  display: block;
  margin: 0 auto .15rem;
}
.icase .imgtog .item h3 {
  font-size: .26rem;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
}
.icase .imgtog .item .txt {
  color: #666666;
  line-height: .36rem;
  font-size: .22rem;
  height: .72rem;
  overflow: hidden;
}
.icase .imgtog .tip {
  bottom: .38rem;
  text-align: left;
}
.icase .imgtog .tip span {
  width: .15rem;
  height: .15rem;
  border-radius: 100%;
  background: #23a5d9;
}
.icase .imgtog .tip span.cur {
  background: #23d9bd;
}
.icase .more {
  width: 6rem;
  height: 0.72rem;
  line-height: 0.72rem;
  position: relative;
  text-align: center;
  background: #23a5d9;
  color: #fff;
  border-radius: .5rem;
  display: block;
  margin: 0 auto;
}
.icase .more:before {
  width: .48rem;
  height: .48rem;
  display: block;
  position: absolute;
  left: .15rem;
  top: .1rem;
  background-position: 0 -0.53rem;
}
.inews {
  padding: .2rem 0 .5rem;
}
.inews .indexTit {
  padding-bottom: .1rem;
}
.inews .newslist {
  padding-bottom: .2rem;
}
.inews .newslist .item:last-child {
  border-bottom: 0px;
}
.inews .more {
  width: 6rem;
  height: 0.72rem;
  line-height: 0.72rem;
  position: relative;
  text-align: center;
  background: #23a5d9;
  color: #fff;
  border-radius: .5rem;
  display: block;
  margin: 0 auto;
}
.inews .more:before {
  width: .48rem;
  height: .48rem;
  display: block;
  position: absolute;
  left: .15rem;
  top: .1rem;
  background-position: 0 -0.53rem;
}
/***************index css end*********************/
.content {
  padding: 0 0 .8rem;
  min-height: 6rem;
}
.content .non {
  padding-left: 4%;
  display: block;
}
.noinfo {
  width: 100%;
  padding: 0 3%;
}
.noinfo img {
  display: block;
  max-width: 80%;
  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: #23a5d9;
}
.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: #23a5d9;
  border-color: #23a5d9;
}
.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: #23a5d9;
  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: #23a5d9;
}
.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;
}
.recomPro .newslist .item:first-child {
  padding-top: .1rem;
}
.recomPro .newslist .item:first-child img {
  top: .15rem;
}
.moreBtn {
  width: 94%;
  margin: 0 auto 0;
  position: relative;
  text-align: center;
  color: #000;
  height: 0.88rem;
  line-height: 0.88rem;
  display: block;
}
.newsPage {
  padding: 0 0 .8rem;
}
.newsPage .newslist .item:first-child {
  padding-top: .1rem;
}
.newsPage .newslist .item:first-child img {
  top: .15rem;
}
.productPage {
  padding: 0 0 .8rem;
}
.productPage .gridlist {
  padding: 0 3%;
}
.productPage .erro {
  padding: 0 3%;
}
.showProduct {
  width: 100%;
}
.showProduct .caseimg {
  width: 6rem;
  height: auto;
  margin: 0 auto;
}
.showProduct .caseimg img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.showProduct .imgtog {
  width: 6rem;
  height: 4.5rem;
  margin: .1rem auto .1rem;
}
.showProduct .imgtog .list {
  height: 4.5rem;
}
.showProduct .imgtog .list .item {
  height: 4.5rem;
}
.showProduct .imgtog .list .item img {
  width: 100%;
  height: 4.5rem;
}
.showProduct .n-tit {
  width: 94%;
  margin: .4rem auto .3rem;
  height: .7rem;
  border-bottom: 2px solid #eee;
}
.showProduct .n-tit h3 {
  display: inline-block;
  height: .7rem;
  line-height: .68rem;
  font-size: .3rem;
  border-bottom: 2px solid #23d9bd;
}
.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: #23d9bd;
  padding: .2rem 0 .2rem;
}
.showProduct .txt2 {
  padding: 0 3% .25rem;
  color: #666;
  font-size: .22rem;
}
.showProduct .txt2 strong {
  display: block;
  margin-bottom: .08rem;
  color: #333;
}
.showProduct .txt3 {
  padding: 0 3% .25rem;
  color: #666;
  font-size: .22rem;
}
.showProduct .txt3 strong {
  margin-bottom: .08rem;
  color: #333;
}
.showProduct .price {
  color: #ff0036;
  padding: 0 3% .2rem;
}
.showProduct .price span {
  font-size: .36rem;
}
.showProduct .showTel {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  margin-bottom: .25rem;
  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: #23a5d9;
  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 .n-tit,
.showProduct .showpCon .showp_txt .n-tit {
  margin: 0 0 .3rem;
}
.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: #23a5d9;
  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: #23a5d9;
  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: .1rem 3% 1rem;
}
.singlePage img {
  max-width: 100%;
  height: auto !important;
}
.contactPage {
  padding-bottom: 0;
  width: 100%;
  overflow: hidden;
}
.contactPage .t {
  color: #000;
  padding: 0 3% .2rem;
  font-size: .3rem;
}
.contactPage .n-tit {
  font-size: .3rem;
  color: #23a5d9;
  padding: 0 3% .2rem;
}
.contactPage .txtcon {
  padding: 0 3% .3rem;
}
.contactPage .txtcon img {
  max-width: 100%;
}
.contactPage .tit3 {
  font-size: .2rem;
  text-align: center;
  padding: .05rem 0;
}
.contactPage .tit3 a {
  color: #23a5d9;
}
.contactPage .tit4 {
  text-align: center;
  padding: .1rem 0;
  font-size: .22rem;
}
.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 .title {
  text-align: center;
  font-size: .32rem;
  padding: .2rem 0 0;
}
.contactPage .imsg {
  margin: .4rem 3% .4rem;
}
.contactPage .imsg .item {
  width: 100%;
  height: .7rem;
  box-sizing: border-box;
  margin-bottom: .28rem;
  position: relative;
  line-height: .68rem;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.contactPage .imsg .txt {
  width: 100%;
  height: .68rem;
  text-indent: .18rem;
  line-height: .68rem;
  border: 0px;
  background: none;
  outline: none;
  color: #666;
}
.contactPage .imsg .red {
  position: absolute;
  right: .2rem;
  top: .02rem;
  display: block;
  color: red;
}
.contactPage .imsg .liuyan {
  width: 100%;
  height: 1.58rem;
  margin-bottom: .2rem;
  height: 2.08rem;
}
.contactPage .imsg .liuyan textarea {
  width: 100%;
  color: #666;
  overflow: hidden;
  box-sizing: border-box;
  padding: .15rem .18rem;
  height: 2.08rem;
  font-family: "微软雅黑";
  resize: none;
  border: 0;
  background: none;
}
.contactPage .imsg .submit {
  width: 100%;
  height: .8rem;
  cursor: pointer;
  border: 0;
  line-height: .8rem;
  text-align: center;
  color: #fff;
  display: block;
  background: #23a5d9;
}
.contactPage .messagePage {
  padding: 0 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: #23a5d9;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: .3rem;
  display: block;
}
/*showInfo*/
.showInfo {
  padding: 0 0 .8rem;
  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 #eee;
}
.showInfo .n-tit h3 {
  display: inline-block;
  height: .7rem;
  line-height: .68rem;
  font-size: .3rem;
  border-bottom: 2px solid #23a5d9;
}
.showInfo .n-tit .more {
  float: right;
  text-transform: uppercase;
  padding-top: .18rem;
  font-size: .22rem;
}
.jobPage {
  padding: 0 0 .2rem;
  border-top: 0px;
}
.jobPage .menu {
  padding: 0 3% 3%;
}
.jobPage .loading {
  border-top: 0;
}
.jobPage .morebtn {
  margin-top: .4rem;
}
.jobPage .jobTxt {
  padding: 0 3% .4rem;
}
.jobPage .jobTxt img {
  width: 1.4rem;
  margin-top: .2rem;
  display: block;
}
.jobPage .jobTxt h3 {
  font-size: .3rem;
  color: #23a5d9;
  position: relative;
}
.jobPage .jobTxt h3:before {
  width: 3rem;
  height: 1px;
  display: block;
  content: "\20";
  position: absolute;
  left: 1.4rem;
  top: 49%;
  background: #ddd;
}
.jobPage .jobTxt .txt {
  font-size: .2rem;
  padding-top: .2rem;
}
.jobPage .item {
  margin: 0 3% .22rem;
  padding: .1rem 0 0;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-left: 0.05rem solid #23a5d9;
  background: #fff;
  display: block;
}
.jobPage .item * {
  box-sizing: border-box;
}
.jobPage .item .title {
  padding: 0 .2rem;
  font-size: .28rem;
}
.jobPage .item .title .time {
  font-size: .18rem;
  margin-top: .08rem;
}
.jobPage .item .des {
  font-size: .24rem;
  padding: 0 .2rem .1rem;
  color: #666;
}
.jobPage .item .des .sarry {
  margin-right: .25rem;
}
.jobPage .item .itemcon {
  margin: 0 .1rem;
  padding: .15rem .1rem .3rem;
  border-top: 1px solid #dcdcdc;
  color: #000;
  font-size: .2rem;
  line-height: .32rem;
  display: none;
}
.jobPage .item.hover .itemcon {
  display: block;
}
/*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;
}
/*questionPage*/
.questionPage {
  background: #fff;
}
.questionPage .nybanner {
  width: 94%;
  padding-top: .3rem;
  line-height: 42px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0.08rem 0.16rem rgba(55, 192, 246, 0.3);
}
.questionPage .nybanner img {
  width: 100%;
  display: block;
}
.questionPage .qmore {
  width: 6rem;
  height: 0.72rem;
  line-height: 0.72rem;
  position: relative;
  text-align: center;
  background: #23a5d9;
  color: #fff;
  border-radius: .5rem;
  display: block;
  margin: 0 auto;
}
.questionPage .qmore:before {
  width: .48rem;
  height: .48rem;
  display: block;
  position: absolute;
  left: .15rem;
  top: .1rem;
  background-position: 0 -0.53rem;
}
.questionPage .indexTit {
  padding: .45rem 0 .1rem;
}
.questionPage .floor_1 {
  padding: 0 0 .55rem;
}
.questionPage .floor_1 .list {
  padding: .3rem 0 .3rem 3%;
}
.questionPage .floor_1 .item {
  width: 47%;
  float: left;
  border-radius: 6px;
  margin-right: 3%;
  margin-bottom: .3rem;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.questionPage .floor_1 .item a {
  width: 100%;
  display: block;
}
.questionPage .floor_1 .item .imgcon figure {
  width: 100%;
  padding-top: 113%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: .08rem;
  border-top-right-radius: .08rem;
}
.questionPage .floor_1 .item .imgcon figure img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.questionPage .floor_1 .item .imgcon .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: .08rem;
}
.questionPage .floor_1 .item .imgcon .txt {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: .55rem;
}
.questionPage .floor_1 .item .imgcon .txt .num {
  width: .9rem;
  height: .9rem;
  display: block;
  margin: 0 auto .25rem;
  font-weight: bold;
  transition: all .3s linear;
  color: #fff;
  font-size: .26rem;
  font-family: arial;
  padding-top: .26rem;
  background: url(../images/q_f1_img1.png) no-repeat center center;
  background-size: cover;
}
.questionPage .floor_1 .item .imgcon .txt h3 {
  padding: 0 .3rem;
  line-height: .42rem;
  font-weight: bold;
  font-size: .26rem;
  color: #fff;
}
.questionPage .floor_1 .item .btn {
  height: .7rem;
  line-height: .7rem;
  position: relative;
  z-index: 99;
  text-align: center;
  background: #23a5d9;
  font-weight: bold;
  border-bottom-left-radius: .08rem;
  border-bottom-right-radius: .08rem;
  color: #fff;
}
.questionPage .floor_2 {
  padding: 0 0 .6rem;
}
.questionPage .floor_2 .list {
  padding: .3rem 0 .3rem 3%;
}
.questionPage .floor_2 .item {
  width: 47%;
  margin: 0 3% .3rem 0;
  float: left;
  height: 2.3rem;
  padding-top: .1rem;
  text-align: center;
  border-radius: .1rem;
  border: 1px solid #dddddd;
  border-top: .15rem solid #efefef;
  transition: all .3s linear;
  overflow: hidden;
}
.questionPage .floor_2 .item img {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto .08rem;
}
.questionPage .floor_2 .item h3 {
  color: #333333;
  font-size: .26rem;
  padding: 0 .4rem;
  line-height: .36rem;
  overflow: hidden;
}
.questionPage .floor_3 {
  width: 100%;
  padding-bottom: .5rem;
}
.questionPage .floor_3 .list {
  padding-bottom: .45rem;
}
.questionPage .floor_3 .item {
  width: 94%;
  margin: 0 auto;
  display: block;
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: .2rem 0 .32rem;
  padding-left: 1.1rem;
}
.questionPage .floor_3 .item .num {
  width: .8rem;
  height: .8rem;
  line-height: .78rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.4rem;
  border-radius: 100%;
  display: block;
  border: 1px solid #23a5d9;
  text-align: center;
  color: #23a5d9;
  font-weight: bold;
  font-size: .42rem;
}
.questionPage .floor_3 .item h3 {
  border-bottom: 1px solid #23a5d9;
  font-size: .26rem;
  color: #333333;
  font-weight: bold;
  height: 0.65rem;
  line-height: 0.65rem;
  margin-bottom: .1rem;
}
.questionPage .floor_3 .item h3 s {
  width: .08rem;
  height: .08rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: .1rem;
  background: #23a5d9;
}
.questionPage .floor_3 .item .txt {
  line-height: .36rem;
  font-size: .22rem;
  color: #666666;
  height: 1.08rem;
  overflow: hidden;
}
.questionPage .floor_4 {
  padding-bottom: .5rem;
}
.questionPage .floor_4 .list {
  padding-bottom: .3rem;
  text-align: center;
}
.questionPage .floor_4 .item {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: .1rem;
}
.questionPage .floor_4 .item img {
  width: 2rem;
  height: 2.2rem;
  display: block;
  margin: 0 auto .2rem;
}
.questionPage .floor_4 .item h3 {
  line-height: .38rem;
  padding: 0 .15rem;
  height: .6rem;
  line-height: .3rem;
  overflow: hidden;
  font-weight: bold;
  color: #666666;
  text-align: center;
}
.questionPage .floor_4 .item .btn {
  width: 128px;
  height: 38px;
  line-height: 38px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  color: #666666;
  border: 1px solid #333333;
}
.questionPage .floor_4 .item .btn s {
  width: 24px;
  height: 20px;
  background-position: -88px -115px;
  margin-right: 8px;
}
.questionPage .floor_4 .item .btn:hover {
  border-color: #23a5d9;
  color: #23a5d9;
}
.questionPage .floor_5 {
  width: 100%;
  padding-bottom: .5rem;
}
.questionPage .floor_5 .list {
  padding-bottom: .2rem;
}
.questionPage .floor_5 .item {
  width: 94%;
  margin: 0 auto;
  display: block;
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: .15rem 0 .28rem;
  padding-left: .9rem;
}
.questionPage .floor_5 .item .num {
  position: absolute;
  left: 0;
  top: 50%;
  height: .8rem;
  margin-top: -0.55rem;
  border-radius: 100%;
  display: block;
  color: #23a5d9;
  font-weight: bold;
  font-size: .6rem;
}
.questionPage .floor_5 .item h3 {
  font-size: .26rem;
  color: #333333;
  height: 0.65rem;
  line-height: 0.65rem;
}
.questionPage .floor_5 .item .txt {
  line-height: .36rem;
  font-size: .22rem;
  color: #666666;
  height: 1.08rem;
  overflow: hidden;
}
.questionPage .floor_5 .item:last-child {
  border-bottom: 0px;
}
.questionPage .floor_6 {
  padding: 0 0 .5rem;
  overflow: hidden;
}
.questionPage .floor_6 .list {
  padding: .4rem 0 .3rem 3%;
}
.questionPage .floor_6 .item {
  width: 47%;
  margin-right: 3%;
  margin-bottom: .3rem;
  height: 3.4rem;
  float: left;
  background: #f3f3f3;
  border-radius: .1rem;
  box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.2);
}
.questionPage .floor_6 .item a {
  padding: .7rem .28rem 0;
  position: relative;
  display: block;
}
.questionPage .floor_6 .item .num {
  width: .5rem;
  height: .5rem;
  display: block;
  position: absolute;
  right: .15rem;
  top: .26rem;
  background: url(../images/q_num-ico.png) no-repeat 0 center;
  background-size: auto .5rem;
}
.questionPage .floor_6 .item h3 {
  height: 0.6rem;
  line-height: 0.6rem;
  overflow: hidden;
  margin-bottom: .2rem;
  font-weight: bold;
  font-size: .26rem;
  color: #666;
  border-bottom: 1px dotted #999999;
}
.questionPage .floor_6 .item h3 s {
  width: .18rem;
  height: .2rem;
  margin-right: .1rem;
  background-position: -1.56rem -0.48rem;
}
.questionPage .floor_6 .item .txt {
  line-height: 24px;
  height: 72px;
  color: #999;
  overflow: hidden;
}
.questionPage .floor_6 .item .more {
  width: 123px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  left: 28px;
  bottom: 48px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #999999;
  color: #999;
  font-size: 14px;
  display: block;
  border-radius: 3px;
}
.questionPage .floor_6 .item .more s {
  width: 12px;
  height: 18px;
  margin-left: 16px;
  background-position: -189px -34px;
}
.questionPage .floor_6 .item.a2 .num {
  background-position: -0.68rem top;
}
.questionPage .floor_6 .item.a3 .num {
  background-position: -1.55rem top;
}
.questionPage .floor_6 .item.a4 .num {
  background-position: -2.38rem top;
}
/*字体*/
@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;
  }
}
