﻿@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

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: 750px;
  min-width: 320px;
  margin: 0 auto;
  font: .24rem/1.6 "Microsoft Yahei", Arial;
  color: #333;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: hidden;
}

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 {
  list-style-type: none;
}

input,
button,
textarea {
  outline: none;
  font-family: "Microsoft Yahei", Arial;
  font-size: .24rem;

}

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;
}

.left {
  float: left;
}

.right {
  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: 5rem auto;
  vertical-align: middle;
}

.icobef:before,
.icobef:after {
  content: "\20";
  display: block;
}

.in,
.in:before,
.in:after {
  background: url(../images/index.png) no-repeat;
  display: inline-block;
  background-size: 5rem auto;
  vertical-align: middle;
}

.in:before,
.in: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; display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 1rem;
  z-index: 101;
  background: #000;
  opacity: .6;
}*/
/***************top and bottom css*********************/

/*悬浮工具*/

.g_top {
  width: 0.85rem;
  height: 0.85rem;
  background: #b60005;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: .2rem;
  display: block;
  z-index: 999;
  display: none;
  text-align: center;
}

.g_top i {
  width: 0.4rem;
  height: 0.23rem;
  margin: 0.31rem auto 0;
  background-position: -2.59rem 0;
}

.g_tel {
  width: 0.85rem;
  height: 0.85rem;
  background: #b60005;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 2.2rem;
  display: block;
  z-index: 999;
  text-align: center;
}

.g_tel i {
  width: 0.47rem;
  height: 0.47rem;
  margin-top: .18rem;
  background-position: -2.54rem -.57rem;
}

.g_nav {
  width: 0.85rem;
  height: 0.85rem;
  background: #b60005;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 1.2rem;
  display: block;
  box-sizing: border-box;
  z-index: 999;
  text-align: center;
}

.g_nav i {
  width: 0.45rem;
  height: 0.45rem;
  margin-top: .2rem;
  background-position: -3.11rem -.55rem;
}

/*showInfor*/
.showInfo {
  width: 100%;
  overflow: hidden;
  padding-top: 0rem;
}

.showInfo .price {
  text-align: center;
  font-size: .3rem;
  color: #b60005;
}

.showInfo .tit {
  padding: .2rem .2rem;
  border-bottom: 1px solid #ddd;
  font-size: .3rem;
  margin: 0 2%;
  font-weight: bold;
}

.showInfo .showSubTit {
  width: 100%;
  height: .65rem;
  line-height: .65rem;
  font-weight: normal;
  margin: .2rem 0 .1rem;
  background: #f6f6f6;
  border-bottom: 1px solid #237350;
  font-size: .24rem;
  text-indent: .15rem;
}

.showInfo .showTit {
  line-height: .3rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: .1rem;
  margin: .3rem .4rem .1rem;
}

.showInfo .showTit h1 {
  font-weight: bold;
  color: #000;
  font-size: .36rem;
  line-height: .45rem;
  margin-bottom: .05rem;
  font-weight: normal;
}

.showInfo .showTit .mark {
  font-size: .22rem;
  margin-top: .1rem;
}

.showInfo .img img {
  max-width: 80%;
  display: block;
  margin: .3rem auto 0;
}

.showInfo .addlist {
  font-size: .22rem;
  line-height: .36rem;
  padding: .3rem 3% 0;
}

.showInfo .addlist li {
  margin-bottom: .1rem;
}

/*showSubTit*/
.showInfo .contxt {
  font-size: .24rem;
  line-height: .5rem;
  padding: .4rem .4rem .6rem;
}

.showInfo .contxt img {
  max-width: 100%;
  margin: 0px auto;
  height: auto !important;
  display: inline;
}

.showInfo .contxt video,
.showInfo .contxt iframe {
  width: 100% !important;
  height: auto !important;
}

.showInfo .contxt table img {
  max-width: inherit;

}

.showInfo .contxt table {
  border-collapse: inherit;
  width: 100%;
}

.showInfo .contxt .erro img {
  width: 4rem;
}

/* 留言样式   */
.leave {
  padding: 0.4rem 2% 0px;
}

.leave li {
  margin-bottom: .2rem;
}

.leave li:nth-child {
  margin-bottom: .1rem;
}

.leave label {
  float: left;
  display: block;
  width: .55rem;
  font-size: .2rem;
  height: .5rem;
  line-height: .5rem;
}

.leave .item-wrap {
  margin-left: .55rem;
}

.leave input,
.leave textarea {
  width: 95%;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #aaa;
  font-size: .2rem;
  padding: 0;
  margin: 0;
  border-radius: initial;
}

.leave input {
  height: .5rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-indent: 8px;
  color: #333;
}

.leave .ly {
  height: 1rem;
  padding: .1rem 0;
  color: #666;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-indent: 8px;
  line-height: .22rem;
  resize: none;
}

.show_more2 {
  margin: 0 10px 18px 10px;
  height: .6rem;
  line-height: .6rem;
}

.show_more2 input {
  width: 100%;
  border: 0;
  height: .6rem;
  line-height: .6rem;
  color: #fff;
  font-size: .24rem;
  background: #ff9e01;
  border-radius: initial;
}

.singlePage {
  background: #fff;
  width: 100%;
  margin: 0 auto;
}

.divanli_mess {
  background: #fff;
  width: 96%;
  margin: 0 auto;
  padding-top: .1rem;
}

.dz {
  width: 100%;
}

.singlePage .anlitopH4 {
  font-size: 0;
  width: 0;
  display: none;
}

.messagesbox li {
  margin-bottom: .2rem;
}

.messagesbox li:nth-child {
  margin-bottom: .1rem;
}

.messagesbox li label {
  float: left;
  display: block;
  width: 18%;
  font-size: .2rem;
  height: .5rem;
  line-height: .5rem;
  padding-right: 2%;
  text-align: right;
}

.messagesbox li label font {
  color: red;
}

.messagesbox .item-wrap {
  margin-left: .55rem;
}

.messagesbox input,
.messagesbox textarea {
  width: 75%;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #aaa;
  font-size: .2rem;
  padding: 0;
  margin: 0;
  border-radius: initial;
}

.messagesbox input {
  height: .5rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-indent: 8px;
  color: #333;
}

.messagesbox .ly {
  height: 1rem;
  padding: .1rem 0;
  color: #666;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-indent: 8px;
  line-height: .22rem;
  resize: none;
}

.messagesbox .bot input {
  height: .65rem;
  background: #ff9e01;
  color: #fff;
  text-align: center;
}

.messagesbox .msg-box {
  padding-left: 20%;
  color: red;
  width: 70%;
  white-space: nowrap;
  font-size: 0.22rem;
}

.subright .showInfo {
  display: none;
}

.showimg {
  width: 100%;
  position: relative;
}

.showimg .imglist {
  width: 4.2rem;
  margin: 0px auto;
  padding: .4rem 0 .2rem;
  position: relative;
  overflow: hidden;
}

.showimg .list {
  float: left;
  width: 500%;
}

.showimg a {
  float: left;
  width: 4.2rem;
  text-align: center;
  display: block;
}

.showimg a img {
  width: 4.2rem;
  margin: 0px auto;
  display: block;
}

.showimg span {
  display: block;
  width: 30px;
  height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 50%;
  margin-right: -2.8rem;
  cursor: pointer;
}

.showimg span.left {
  right: auto;
  left: 50%;
  margin-left: -2.8rem;
}

.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);
}

.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.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.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);
}

.showorder {
  width: 2rem;
  height: .5rem;
  margin: 0.3rem auto .4rem;
  line-height: .5rem;
  color: #fff;
  background: #ff9e01;
  text-align: center;
  font-size: .24rem;
}

.showorder a {
  color: #fff;
}

/*recomNew*/
.recomNew {
  width: 96%;
  padding: 0.1rem 0 2%;
  margin: 0 auto;
}

.recomNew li {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}

.recomNew li a {
  font-size: .24rem;
  display: block;
  position: relative;
  padding-left: 2%;
}

.recomNew li a:hover {
  color: #da251d;
}

.recomNew li a:before {
  content: "";
  position: absolute;
  background: #cccccc;
  width: 3px;
  height: 3px;
  left: 0;
  top: 0.28rem;
  z-index: 11;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*recomPro*/
.recomPro {
  width: 100%;
  position: relative;
}

.recomPro .recomList {
  width: 4.6rem;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

.recomPro .list {
  float: left;
  width: 500%;
  padding: .2rem 0 .1rem;
}

.recomPro .list ul {
  float: left;
}

.recomPro ul li {
  float: left;
  width: 2.3rem;
  text-align: center;
}

.recomPro ul li a {
  display: block;
  width: 100%;
}

.recomPro ul li h3 {
  font-size: .22rem;
  line-height: .5rem;
  text-align: center;
}

.recomPro ul img {
  height: 1.5rem;
  width: 2rem;
  margin: 0px auto;
  display: block;
}

.recomPro span {
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  right: 50%;
  margin-right: -3rem;
  cursor: pointer;
}

.recomPro span.left {
  right: auto;
  left: 50%;
  margin-left: -3rem;
}

.recomPro span.right:after {
  content: "";
  position: absolute;
  background: #efdaa4;
  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);
}

.recomPro span.right:before {
  content: "";
  position: absolute;
  background: #f5e9ca;
  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);
}

.recomPro span.left:after {
  content: "";
  position: absolute;
  background: #efdaa4;
  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);
}

.recomPro span.left:before {
  content: "";
  position: absolute;
  background: #f5e9ca;
  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);
}

/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 750px;
  min-width: 320px;
}

#nativeShare .label {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}

#nativeShare .list {
  width: 4.5rem;
  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;
  margin: 0 .6rem;
}

.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: 0 0.08rem;
  display: inline-block;
}

#bdfx .d1 {
  background: url("../images/weixin.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;
}

.field_down {
  text-align: left;
}

.field_down a {
  width: 1.6rem;
  height: .44rem;
  line-height: .44rem;
  background: #ff9e01;
  color: #fff;
  display: block;
  text-align: center;
}

.listSchool .list {
  padding: 0 3%;
}

.listSchool li {
  width: 100%;
  padding: .25rem 0;
  border-bottom: 1px solid #eee;
}

.listSchool li:last-child {
  border: 0;
}

.listSchool li h3 {
  color: #000;
  font-size: .26rem;
  margin-bottom: .06rem;
}

.listSchool li h3 a {
  color: red;
  margin-left: .04rem;
  font-weight: normal;
  font-size: .22rem;
}

.listSchool li h3 a:hover {
  text-decoration: underline;
}

.listSchool li span {
  display: block;
  font-size: .22rem;
  line-height: .32rem;
  margin-bottom: .08rem;
}

.biao td {
  padding: 4px;
  border: 1px solid #ccc;

  vertical-align: middle;
  WORD-WRAP: break-word;
  TABLE-LAYOUT: fixed;
  word-break: break-all;
}

.biao .td-head {
  background: #f3f3f3;
}

.messagePage {
  padding: 3% 3% 5%;
}

.messagePage .indexTit {
  margin-bottom: .4rem;
  text-align: center;
}

.messagePage .indexTit h3 {
  font-size: .3rem;
  text-align: center;
}

.messagePage .item {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  position: relative;
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
  margin-bottom: .18rem;
  border: 1px solid #dedede;
}

.messagePage .item label {
  width: 1.5rem;
  color: #333;
  display: block;
  float: left;
  text-align: center;
  height: 0.7rem;
  line-height: 0.7rem;
}

.messagePage .item input {
  width: 4rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border: 0;
  background: none;
  color: #999;
}

.messagePage .item select {
  width: 4rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border: 0;
  background: none;
  background: #fff url(../images/mess.jpg) right no-repeat;
  background-size: auto 100%;
}

.messagePage .item .b {
  position: absolute;
  right: .12rem;
  color: #ff9f00;
}

.messagePage .item.con {
  height: 2.8rem;
}

.messagePage .item.con textarea {
  width: 100%;
  height: 2.1rem;
  padding: .1rem .16rem .1rem;
  resize: none;
  background: none;
  border: 0px;
}

.messagePage .item.con .b {
  top: 0;
}

/*.messagePage .btn .reset{width: 2.72rem; height: 0.68rem; line-height: 0.68rem; text-align: center; float: left; border: 1px solid #d2d2d2; background: #f9f9f9; color: #333333; font-size: .28rem;}*/
.messagePage .btn input {
  width: 100%;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  display: block;
  float: right;
  background: #554331;
  color: #fff;
  font-size: .28rem;
  border: 0;
}

.contact .map {
  margin: .4rem .3rem .4rem;
  border: 1px solid #f5f5f5;
  padding: .1rem;
  box-sizing: border-box;
}

.contact #map1_container,
.contact #allmap1 {
  width: 100%;
  height: 2.8rem;
}

.contact .box1 {
  margin: 0 .3rem .3rem;
  border: 1px solid #ddd;
  padding: .3rem .2rem .1rem;
}

.contact .box1 i {
  width: .4rem;
  height: .33rem;
  background-position: 0 -1rem;
  float: left;
  margin-right: .15rem;
}

.contact .box1 li {
  margin-bottom: .2rem;
}

.contact .box1 h3 {
  font-size: .3rem;
  font-weight: bold;
}

.contact .box1 .h3 {
  margin-top: .2rem;
}

.contact .box1 li:nth-child(2) i {
  background-position: -.4rem -1rem;
}

.contact .box1 li:nth-child(3) i {
  background-position: -.8rem -1rem;
}

.contact .box1 li:nth-child(4) i {
  background-position: -1.2rem -1rem;
}

.contact .box2 {
  margin: 0 .3rem .7rem;
}

.contact .box2 h3 {
  text-align: center;
  font-size: .3rem;
  padding-bottom: .3rem;
}

.contact .box2 .input {
  border: 1px solid #ddd;
  margin-bottom: .3rem;
  width: 100%;
  height: .74rem;
  box-sizing: border-box;
  text-indent: 1em;
}

.contact .box2 textarea {
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  height: 1.8rem;
  text-indent: 1em;
  padding: .2rem 0;
}

.contact .box2 .btn {
  background: #24408a;
  color: #fff;
  width: 100%;
  height: .74rem;
  line-height: .74rem;
  text-align: center;
  border: none;
  font-size: .26rem;
  margin-top: .1rem;
}

/*picturePage*/
.picturePage {
  width: 100%;
  padding-bottom: 5%;
}

.picturePage .item {
  width: 45.5%;
  margin-left: 3%;
  margin-bottom: .3rem;
  float: left;
  background: #fff;
}

.picturePage .item a {
  display: block;
  width: 100%;
}

.picturePage .item figure {
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}

.picturePage .item img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.picturePage .item h3 {
  text-align: center;
  line-height: .6rem;
  height: .6rem;
}

.searchPage .list {
  width: 100%;
  padding: 0;
}

.searchPage .list .item img {
  height: auto;
  min-height: inherit;
}

.searchPage .item figure {
  padding-top: 56.25%;
}

.box1_right {
  padding: 0 .2rem;
}

.box1_right h1 {
  font-size: .3rem;
  padding-top: .3rem;
}

.box1_right h3 {
  font-size: .2rem;
  color: #999;
  text-transform: uppercase;
  padding-top: .05rem;
  padding-bottom: .2rem;
}

.box1_right .t h2 {
  border-bottom: 1px solid #dcdcdc;
  font-size: .24rem;
}

.box1_right .t b {
  border-bottom: 2px solid #e60012;
  display: inline-block;
  padding-bottom: .12rem;
}

.box1_right .t p {
  font-size: .2rem;
  color: #666;
  margin-bottom: .3rem;
  padding-top: .05rem;
}

.box1_right .a {
  width: 80%;
  margin: 0 auto .3rem;
}

.box1_right .a a {
  display: block;
  width: 40%;
  height: .5rem;
  text-align: center;
  color: #fff;
  background: #666;
  font-size: .24rem;
  float: right;
  line-height: .5rem;
}

.box1_right .a a:first-child {
  background: #e60012;
  float: left;
}

.floor_1_remm {
  background: #fff;
}

.mess {
  padding: .4rem 2% 0;
}

.mess input {
  width: 100%;
  border: 1px solid #ddd;
  line-height: .8rem;
  margin-bottom: .2rem;
  padding: 0 .1rem;
  box-sizing: border-box;
}

.mess h3 {
  text-align: center;
  font-size: .3rem;
  line-height: .8rem;
}

.mess .subbtn {
  background: #b60005;
  color: #fff;
  outline: none;
  border: none;
}

.year_list li {
  border: 1px solid #ddd;
  padding: .2rem .3rem;
  margin-bottom: .2rem;
  text-align: center;
}

.year_list li img {
  width: 100%;
  display: block;
}

.year_list li h3 {
  font-size: .45rem;
  line-height: .7rem;
}

.year_list li h3 span {
  font-size: .24rem;
  padding-left: .1rem;
}

.year_list li h4 {
  font-size: .35rem;
}

.year_list li p {
  line-height: .5rem;
  font-size: .24rem;
}

/*imessage*/
.imessage {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}

.imessage h2 {
  color: #333333;
  margin-bottom: 0.3rem;
  text-align: center;
  font-size: 0.4rem;
}

.imsg {
  width: 100%;
  margin: 0 auto;
}

.imsg .item {
  width: 100%;
  height: 0.67rem;
  box-sizing: border-box;
  margin-bottom: 0.28rem;
  position: relative;
  line-height: 0.67rem;
  border: 1px solid #aaaaaa;
  background: #fff;
}

.imsg .item span.red {
  position: absolute;
  left: 0.05rem;
  top: 0.02rem;
  color: red;
}

.imsg h3 {
  font-size: .28rem;
}

.imsg div {
  line-height: .5rem;
  font-size: .24rem;
  margin-bottom: .1rem;
}

.imsg .checkbox {
  border: 1px solid #ddd;
  height: .3rem;
  width: .3rem;
  margin-right: .1rem;
  margin-left: .1rem;
  vertical-align: text-bottom;
  appearance: checkbox
}

.imsg .item b {
  font-weight: 100;
  position: absolute;
  right: 0.15rem;
  top: 0.02rem;
}

.imsg .item s {
  width: 0.35rem;
  height: 0.32rem;
  position: absolute;
  right: 0.1rem;
  top: 0.18rem;
}

.imsg .item s {
  background-position: -1.05rem -.98rem;
}

.imsg .item:nth-child(2) s {
  background-position: -1.46rem -.98rem;
}

.imsg .item:nth-child(3) s {
  background-position: -1.82rem -.98rem;
}

.imsg .item .txt {
  width: 100%;
  height: 0.65rem;
  text-indent: 0.2rem;
  line-height: 0.65rem;
  border: 0;
  background: none;
  outline: none;
  color: #666;
}

.imsg .item.liuyan {
  width: 100%;
  margin-bottom: 0.2rem;
  height: 2.08rem;
}

.imsg .item.liuyan textarea {
  width: 100%;
  color: #666;
  overflow: hidden;
  padding: 0.1rem;
  height: 2.08rem;
  font-family: "微软雅黑";
  resize: none;
  border: 0;
  box-sizing: border-box;
  background: none;
}

.imsg .submit {
  width: 100%;
  height: 0.68rem;
  cursor: pointer;
  border: 0;
  line-height: 0.68rem;
  text-align: center;
  color: #fff;
  display: block;
  background: #b60005;
}

#contentList {
  text-align: center;
  font-size: .36rem;
}

#contentList div {
  margin-bottom: .2rem;
  line-height: .6rem;
  width: 100%;
  font-size: .3rem;
}

#contentList .true i {
  width: .6rem;
  height: .6rem;
  background: url(../images/true.png) no-repeat;
  margin-right: .2rem;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
}

#contentList .false i {
  width: .6rem;
  height: .6rem;
  background: url(../images/false.png) no-repeat;
  margin-right: .2rem;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
}

/*newslist*/
.inews {
  padding-bottom: 0.56rem;
}

.gridlist {
  padding: 0 0rem .2rem;
}

.gridlist .item {
  position: relative;
  width: 47%;
  float: left;
  margin-left: 2%;
  margin-bottom: .26rem;
  background: #fff;
}

.gridlist .item a {
  width: 100%;
  display: block;
}

.gridlist .item:nth-child(2n) {
  margin-right: 0;
}

.gridlist .item figure {
  border-radius: .08rem .08rem 0 0;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}

.gridlist .item figure img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.gridlist .item h3 {
  width: 100%;
  height: .78rem;
  line-height: .78rem;
  text-align: center;
  overflow: hidden;
  padding: 0 .15rem;
  font-size: .26rem;
  background: #fff;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 0 0 .08rem .08rem;
}

/**************category****************/
.content {
  width: 100%;
  min-height: 5rem;
  background: #fff;
  padding-bottom: .3rem;
}

.content .banner_main {
  margin: .2rem 2%;
  border: 1px solid #ddd;
}

.content .js-list {
  margin-top: 0.3rem;
  /*padding-top:0.3rem;*/
}

/*caselist*/
.caselist {
  padding: .4rem 0 .2rem;
}

.caselist .item {
  width: 48.5%;
  float: left;
  height: 3.1rem;
  position: relative;
  margin-right: 3%;
  margin-bottom: .26rem;
  background: #b60005;
}

.caselist .item a {
  width: 100%;
  display: block;
}

.caselist .item:nth-child(2n) {
  margin-right: 0;
}

.caselist .item figure {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}

.caselist .item figure img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.caselist .item .txtcon {
  width: 94%;
  height: 1.37rem;
  padding: 0 .15rem;
  position: absolute;
  left: 3%;
  bottom: .1rem;
  background: #fff;
  z-index: 10;
}

.caselist .item .txtcon h3 {
  height: .55rem;
  line-height: .55rem;
  overflow: hidden;
  margin-bottom: .1rem;
  border-bottom: 1px solid #dddddd;
  color: #333;
}

.caselist .item .txtcon .txt {
  line-height: .3rem;
  max-height: .6rem;
  font-size: .2rem;
  overflow: hidden;
  color: #666;
}

.case_title {
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .3rem;
}

.case_title h3 {
  position: relative;
  display: inline-block;
  color: #b60005;
  font-size: .3rem;
  line-height: .5rem;
  height: .5rem;
  font-weight: bold;
  margin-bottom: .15rem;
}

.case_title h3 span {
  display: block;
  width: .25rem;
  height: 2px;
  background: #b60005;
  position: absolute;
  left: -.45rem;
  top: 50%;
  margin-top: -1px;
}

.case_title h3 .span2 {
  left: auto;
  right: -.45rem;
}

.a_hover {
  position: fixed;
  top: 0px;
  z-index: 1111;
  background: #fff;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*弹窗甩手掌柜*/
.bdtel1 {
  position: fixed;
  width: 6rem;
  left: 0.6rem;
  top: 8%;
  z-index: 10;
  padding: .3rem .2rem;
  background: #fff;
}

.bdtel1 a:hover {
  background: #ffa902;
  color: #fff;
}

.bdtel1 h3 {
  padding-top: 0.3rem;
  font-weight: normal;
  font-size: .36rem;
  text-align: center;
  padding-bottom: .1rem;
  position: relative;
}

.bdtel1 h3 .m-close {
  position: absolute;
  left: 50%;
  top: -0.6rem;
  width: .6rem;
  margin-left: -0.3rem;
  height: .6rem;
  background: url("../images/closeM.png") no-repeat center center;
  display: block;
  background-size: 0.6rem 0.6rem;
}

.bdtel1 p {
  text-align: center;
}

.bdtelbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 640px;
  min-width: 320px;
  display: none;
}

.bga {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.showOrder {
  width: 90%;
  margin: 0 auto;
  padding: .1rem 0;
  position: relative;
}

.showOrder .leave {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}

.showOrder .leave li {
  display: block;
  line-height: .7rem;
  height: 0.7rem;
  margin-bottom: .1rem;
  overflow: hidden;
}

.showOrder .leave li label {
  width: 24%;
  float: left;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
}

.showOrder .leave li input {
  width: 70%;
  float: left;
  margin-left: 6%;
  border: none;
  line-height: .68rem;
  height: .68rem;
  outline: none;
  text-indent: .1rem;
  color: #666;
}

.showOrder .leave li select {
  width: 70%;
  float: left;
  margin-left: 6%;
  line-height: .7rem;
  height: .7rem;
  text-indent: .1rem;
  outline: none;
  border: none;
  color: #666;
}

.showOrder .leave li textarea {
  font-family: Microsoft yahei;
  border: none;
  margin-top: 3%;
  margin-left: 6%;
  width: 70%;
  float: left;
  text-indent: 3%;
  outline: none;
}

.showOrder .leave li a {
  width: 70%;
  float: left;
  display: block;
  height: .7rem;
  line-height: .7rem;
  margin-left: 6%;
  border: 1px solid #dcdcdc;
  text-indent: .1rem;
  color: #999;
}

.showOrder .show_more2 {
  margin-bottom: .3rem;
}

.showOrder .show_more2 input {
  width: 50%;
  display: block;
  margin: 0 auto;
  line-height: .7rem;
  height: .7rem;
  outline: none;
  text-align: center;
  color: #fff;
  background: #d74f31;
  border: none;
  -webkit-appearance: none;
  margin-top: 0.3rem;
}

.popup .leave li {
  border: 1px solid #dcdcdc;
}

.popup .leave li.phoneVer input {
  width: 35%;
}

.popup .leave li.phoneVer .yzm {
  background: #f2f2f2;
  margin-left: 0;
}

.product_show .about_5 {
  margin: 0 .6rem;
  background: none;
}

.product_show .swiper-container-horizontal>.swiper-pagination-bullets,
.product_show .swiper-pagination-custom,
.product_show .swiper-pagination-fraction {
  bottom: .25rem;
}

.product_show .about_5 h1 {
  text-align: center;
  font-size: .4rem;
  line-height: .6rem;
  padding-top: .2rem;
  margin-bottom: .2rem;
}

.product_show .about_5 .body {

  box-sizing: border-box;
  padding: .1rem;
  overflow: hidden;
}

.product_show .about_5 .swiper-container {
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 0;
}

.product_show .about_5 .swiper-slide {
  padding-bottom: 0;
}

.product_show .about_5 .swiper-slide figure {
  padding-top: 56.25%;
  overflow: hidden;
}

.product_show_2 {
  border-top: .3rem solid #eef1f4;
}

.product_show_2 .box2 .hd {
  margin-bottom: .3rem;
  width: 100%;
  background: #f5f5f5;
}

.product_show_2 .box2 .hd li {
  float: left;
  width: calc(100% / 3);
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-bottom: .03rem solid #ddd;
  font-size: .3rem;
  cursor: pointer;
}

.product_show_2 .box2 .hd li.on {
  border-bottom: .03rem solid #b60005;
  font-weight: bold;
}

.product_show_2 .box2 .hd li a {
  display: block;
  width: 100%;
  height: 100%;
}

.product_show_2 .box2 .hd li a.hover {
  background: #b60005;
  color: #fff;
}

.product_show_2 .box2 .bd {
  padding: 0 .4rem;
}

.product_show_2 .box2 .bd li {
  line-height: .49rem;
  font-size: .24rem;
  color: #666;
  overflow: hidden;
}

.product_show_2 .box2 .bd li img {
  max-width: 100%;
  height: auto;
}

.product_show_2 .box2 .bd li table {
  width: 100% !important;
  border: 1px solid #ccc;
}

.product_show_2 .box2 .bd li table tr:first-child {
  background: #eeeeee;
  color: #333;
  font-weight: bold;
  line-height: .5rem;
}

.product_show_2 .box2 .bd li table td {
  width: auto !important;
  font-size: .24rem !important;
}

.product_show_2 .box2 .bd li table td p span {
  font-size: .24rem !important;
}

.product_show_2 .box2 .bd li table td p {
  text-indent: 0 !important;
  font-size: .24rem !important;
}

.product_show_2 .box2 .xia {
  background: #4772de;
  color: #fff;
  height: 1.4rem;
  margin-top: .6rem;
}

.product_show_2 .box2 .xia a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.product_show_2 .box2 .xia h3 {
  font-size: .24rem;
}

.product_show_2 .box2 .xia .left {
  width: 50%;
  position: relative;
  padding-left: .6rem;
  box-sizing: border-box;
  padding-top: .25rem;
  background: #878f9f;
  height: 1.4rem;
}

.product_show_2 .box2 .xia .right {
  width: 50%;
  box-sizing: border-box;
  padding-top: .25rem;
  text-align: right;
  padding-right: .6rem;
}

.product_show_2 .box2 .xia .right .fr {
  position: relative;
}

.job_list {
  padding-bottom: .5rem;
}

.job_list .box {
  margin-bottom: .35rem;
  box-shadow: .05rem .05rem .05rem rgba(0, 0, 0, 0.1);
}

.job_list .title {
  background: #fff;
  padding: 0 .6rem .5rem;
  position: relative;
}

.job_list .title h3 {
  font-size: .3rem;
  font-weight: bold;
  line-height: .4rem;
  padding-top: .55rem;
  position: relative;
  padding-left: .4rem;
}

.job_list .title h3 b {
  border: 1px solid #b60005;
  color: #b60005;
  font-size: .2rem;
  font-weight: 400;
  position: absolute;
  width: .3rem;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  bottom: .05rem;
  left: 0;
}

.job_list .title p {
  border-bottom: 1px solid #ddd;
  font-size: .22rem;
  color: #999;
  padding: .15rem 0;
  margin-bottom: .2rem;
}

.job_list .title .span {
  font-size: .26rem;
  color: #2f323a;
}

.job_list .title .span span:first-child {
  margin-right: .4rem;
}

.job_list .title .span span:last-child {
  display: block;
}

.job_list .title i {
  position: absolute;
  width: .32rem;
  height: .32rem;
  background-position: -.48rem -1.21rem;
  right: .6rem;
  top: .62rem;
}

.job_list .con {
  padding: 0 .6rem .8rem;
  background: #fff url(../images/job_bg.jpg) right bottom no-repeat;
  background-size: 2.62rem auto;
  box-shadow: .05rem .05rem .05rem rgba(0, 0, 0, 0.1);
}

.job_list .con h3 {
  font-size: .3rem;
  font-weight: bold;
  margin-bottom: .2rem;
}

.job_list .con .p {
  color: #666;
  font-size: .24rem;
  line-height: .4rem;
  margin-bottom: .2rem;
}

.job_list .con a {
  display: block;
  width: 2.4rem;
  height: .65rem;
  line-height: .65rem;
  text-align: center;
  color: #fff;
  background: #b60005;
  font-size: .26rem;
  margin-top: .4rem;
}

.job_list .con a i {
  width: .26rem;
  height: .13rem;
  background-position: -1.04rem -1.39rem;
  margin-left: .2rem;
}

.job_list .con .p:nth-child(2) {
  border-bottom: 1px solid #ddd;
  padding-bottom: .4rem;
  margin-bottom: .4rem;
}

.job_list .title.on h3 {
  color: #b60005;
}

.job_list .title.on i {
  background-position: -.94rem -1.53rem;
}

.remm_product {
  padding: 0 .6rem .8rem;
}

.remm_product li {
  float: left;
  width: 47%;
  background: #fff;
  margin-bottom: .3rem;
  border: 1px solid #ddd;
  padding: .2rem;
  text-align: center;
}

.remm_product li figure {
  position: relative;
  padding-top: 75%;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: .2rem;
}

.remm_product li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.remm_product li h3 {
  border-top: 1px solid #ddd;
  padding-top: .2rem;
  font-size: .26rem;
  line-height: .4rem;
  height: 1rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.remm_product li:nth-child(2n) {
  float: right;
}

.product_show {
  padding-bottom: .6rem;
  border-bottom: 1px solid #ddd;
}

.ny_main {
  background: #eef1f4;
}

.service_list {
  padding: .1rem .6rem .3rem;
}

.service_list li {
  width: 48%;
  float: left;
  background: #fff url(../images/sevice.jpg) top right no-repeat;
  margin-bottom: .3rem;
  padding: .35rem;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: .05rem;
  background-size: .99rem auto;
}

.service_list li:nth-child(2n) {
  float: right;
}

.service_list li p {
  font-size: .24rem;
  color: #999;
}

.service_list li h3 {
  border-bottom: 1px solid #ddd;
  font-size: .29rem;
  padding-bottom: .23rem;
  margin-bottom: .2rem;
  color: #b60005;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.service_list li span {
  font-size: .24rem;
  color: #2f323a;
}

.service_list li:nth-child(3n) {
  margin-right: 0;
}

.down {
  background: #fff;
  padding: .6rem .6rem .94rem;
  position: relative;
}

.down h3 {
  font-size: .34rem;
  font-weight: bold;
}

.down h3 i {
  width: .26rem;
  height: .31rem;
  background-position: 0 -1.85rem;
  margin-right: .2rem;
  margin-bottom: .02rem;
}

/*tsearch*/
.down .tsearch {
  position: absolute;
  right: 0;
  top: .4rem;
  z-index: 1122;
}

.down .tsearch .txt {
  width: 2.6rem;
  color: #000;
  text-indent: .2rem;
  color: #666;
  font-size: .22rem;
  height: .6rem;
  background: #fff;
  border: 1px solid #bbb;
  position: absolute;
  right: 1.6rem;
  top: .2rem;
}

.down .tsearch .btn {
  color: #fff;
  font-size: .22rem;
  width: 1rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  border: 0px;
  background: #b60005;
  position: absolute;
  right: .6rem;
  box-sizing: border-box;
  top: .2rem;
}

.down .tsearch.bsearch {
  display: block;
  position: relative;
  z-index: 10;
  margin: .3rem auto;
  background: none;
  border-top: 0;
  top: 0;
}

.down .tsearch.bsearch .txt {
  height: .76rem;
}

.down .tsearch.bsearch .btn {
  height: .76rem;
  line-height: .76rem;
}

.down .tsearch.bsearch:before {
  top: .36rem;
}

.down .body {
  padding-top: .45rem;
}

.down .body li {
  border-bottom: 1px solid #ddd;
  color: #666;
  padding-bottom: .2rem;
  padding-top: .2rem;
}

.down .body li i {
  width: .3rem;
  height: .28rem;
  background-position: -.35rem -1.87rem;

}

.down .body li .left {
  width: 83%;
}

.down .body li .left {
  line-height: .4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case_list {
  padding: .68rem .4rem .6rem;
}

.case_list .item {
  background: #fff;
  border-radius: .05rem;
  box-shadow: 0.03rem 0.03rem 0.03rem rgba(0, 0, 0, 0.1);
  margin-bottom: .39rem;
}

.case_list .item img {
  width: 100%;
  border-radius: .05rem .05rem 0 0;
}

.case_list .item .txt {
  padding: .2rem .38rem .38rem;
  text-align: center;
}

.case_list .item .txt h3 {
  font-size: .36rem;
  padding-bottom: .1rem;
}

.case_list .item .txt p {
  font-size: .26rem;
  color: #666;
  padding-bottom: .3rem;
}

.case_list .item .txt .span_all span:nth-child(2n) {
  float: right;
}

.case_list .item .txt span {
  background: #edf1f7;
  margin-right: .1rem;
  height: .46rem;
  line-height: .46rem;
  border-radius: .08rem;
  display: block;
  font-size: .22rem;
  width: 48%;
  float: left;
  text-align: center;
  margin-bottom: .1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4a77bc;
}

.sub_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.9rem;
}

.sub_banner img {
  display: block;
  width: 100%;
}

.sub_banner .ny_menu {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
}

.sub_banner h3 {
  font-size: .38rem;
  padding-top: 9%;
  position: relative;
  line-height: .6rem;
  color: #fff;
  margin-bottom: .1rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.sub_banner h3 span {
  color: #b60005;
}

.sub_banner p {
  font-size: .24rem;
  color: #fff;
  padding: 0 10%;

  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.sub_menu {
  background: #b60005;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
}

.sub_menu .left {
  color: #fff;
  font-size: .32rem;
  line-height: 1rem;
  padding-left: .6rem;
}

.sub_menu .right {
  width: 40%;
}

.sub_menu .right i {
  width: .35rem;
  height: .18rem;
  background-position: -.94rem -1.99rem;
  position: absolute;
  right: .6rem;
  top: .41rem;
}

.sub_menu_product {
  position: relative;
  background: #b60005;
}

.sub_menu_product .left {
  color: #fff;
  font-size: .32rem;
  line-height: 1rem;
  padding-left: .6rem;
}

.sub_menu_product .right {
  width: 30%;
  height: 1rem;
}

.sub_menu_product .right i {
  width: .35rem;
  height: .18rem;
  background-position: -.94rem -1.99rem;
  position: absolute;
  right: .6rem;
  top: .41rem;
}

.sub_menu_product ul {
  z-index: 10;
  position: absolute;
  display: none;
  padding: .2rem .6rem;
  background: #fff;
  width: 100%;
  left: 0;
  top: 1rem;
  box-shadow: 0.03rem 0.03rem 0.03rem rgba(0, 0, 0, 0.1);
}

.sub_menu_product li {
  width: 47%;
  float: left;
  background: #f6f6f6;
  text-align: center;
  margin-bottom: .2rem;
  line-height: .8rem;
  font-size: .26rem;
}

.sub_menu_product li.on {
  background: #b60005;
}

.sub_menu_product li.on a {
  color: #fff;
}

.sub_menu_product li:nth-child(2n) {
  float: right;
}

.sub_menu .item {
  text-align: center;
  line-height: 1rem;
  font-size: .32rem;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub_menu .item a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.sub_menu .item.hover {
  background: #1665dd;
}

.pro_des {
  text-align: center;
}

.pro_des h3 {
  font-size: .3rem;
  padding-bottom: .1rem;
}

.product_show .about_5.pro_img {
  padding-bottom: 0;
}

.product_show .about_5.pro_img .swiper-container {
  padding-bottom: .7rem;
}

.jk_ny {
  width: 100%;
  overflow: hidden;
}

.jk_ny_bt {
  padding-top: 0.88rem;
  text-align: center;
}

.jk_ny_bt h3 {
  font-size: 0.38rem;
  color: #333;
  line-height: 0.4rem;
  font-weight: bold;
}

.jk_ny_bt h3 span {
  color: #b60005;
}

.jk_ny_bt p {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.26rem;
  padding-top: 0.1rem;
}


.jk_ny1 {
  background: url(../images/m3_02.jpg) no-repeat;
  background-size: cover;
  padding: 0 .3rem .5rem;
  overflow: hidden;
}

.jk_ny1_1 {
  width: 100%;
  margin-top: 0.4rem;
}

.jk_ny1_1 .swiper-container {
  padding-bottom: 0.9rem;
}

.jk_ny1_1 .swiper-slide {
  width: 3rem;
  background: url(../images/m4_03.jpg) left bottom no-repeat;
  background-size: cover;
  position: relative;
  border-radius: .05rem;
  padding-bottom: 0.6rem;
  box-shadow: .0rem .01rem .05rem rgba(0, 0, 0, 0.1);
}

.jk_ny1_1 .swiper-slide h3 {
  font-size: 0.28rem;
  color: #333;
  line-height: 0.36rem;
  padding-top: 0.6rem;
  padding-left: 0.3rem;
}

.jk_ny1_1 .swiper-slide i {
  display: block;
  width: 0.28rem;
  height: 1px;
  background-color: #9e9e9e;
  margin-left: 0.3rem;
  margin-top: 0.3rem;
}

.jk_ny1_1 .swiper-slide p {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.34rem;
  margin-top: 0.3rem;
  margin-left: 0.3rem;
  width: 2.4rem;
  height: 2.6rem;
}

.jk_ny1_1 .swiper-slide span {
  display: block;
  font-size: 0.2rem;
  color: #999;
  line-height: 0.2rem;
  font-family: "Arial";
  padding-left: 0.3rem;
}

.jk_ny1_1 .swiper-slide img {
  display: block;
  width: 0.8rem;
  position: absolute;
  right: 0.2rem;
  bottom: 0.4rem;
}

.jk_ny1_1 .swiper-container-horizontal>.swiper-pagination-bullets,
.jk_ny1_1 .swiper-pagination-custom,
.jk_ny1_1 .swiper-pagination-fraction {}

.jk_ny1_1 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.jk_ny1_1 .swiper-pagination-bullet-active {
  background: #b60005;
}

.jk_ny2 {
  background: url(../images/m3_04.jpg) no-repeat;
  background-size: cover;
  padding: 0 .3rem .7rem;
  overflow: hidden;
}

.jk_ny2 .jk_ny_bt h3 {
  color: #fff;
}

.jk_ny2 .jk_ny_bt p {
  color: #fff;
}

.jk_ny2_1 {
  width: 100%;
  margin-top: 0.4rem;
  position: relative;
}

.jk_ny2_1 .bd {
  width: 100%;
  position: relative;
}

.jk_ny2_1 .bd ul {
  display: inline-block;
  width: 100%;
}

.jk_ny2_1 .bd ul li {
  width: 33.3%;
  float: left;
  background-color: #efeeee;
}

.jk_ny2_1 .bd ul li img {
  display: block;
  width: 100%;
}

.jk_ny2_1 .bd ul li:nth-child(2n) {
  background-color: #fff;
}

.jk_ny2_1 .hd {
  margin-top: 0.3rem;
  text-align: center;
}

.jk_ny2_1 .hd ul {
  display: inline-block;
}

.jk_ny2_1 .hd ul li {
  width: 0.56rem;
  height: 0.03rem;
  background-color: #ddd;
  border-radius: 0.5rem;
  margin: 0 0.1rem;
  float: left;
  font-size: 0;
}

.jk_ny2_1 .hd ul li.on {
  background-color: #f41920;
}

.jk_ny3 {
  background: url(../images/m3_05.jpg) no-repeat;
  background-size: cover;
  padding: 0 .3rem .5rem;
  overflow: hidden;
}

.jk_ny3_1 {
  width: 100%;
  margin-top: 0.4rem;
}

.jk_ny3_1 .swiper-container {
  padding-bottom: 0.9rem;
}

.jk_ny3_1 .swiper-slide {
  width: 4.4rem;
  background: #fff;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  border-radius: .05rem;
  padding-bottom: 0.3rem;
  box-shadow: .0rem .01rem .05rem rgba(0, 0, 0, 0.1);
}

.jk_ny3_1 .swiper-slide h3 {
  font-size: 0.32rem;
  color: #333;
  line-height: 0.34rem;
  padding-top: 0.3rem;
  padding-left: 0.26rem;
}

.jk_ny3_1 .swiper-slide p {
  font-size: 0.22rem;
  color: #666;
  line-height: 0.34rem;
  margin-top: 0.16rem;
  margin-left: 0.26rem;
  width: 3.86rem;
}

.jk_ny3_1 .swiper-slide img {
  display: block;
  width: 100%;
}

.jk_ny3_1 .swiper-slide span {
  display: block;
  color: #333;
  font-size: 0.5rem;
  position: absolute;
  right: 0.26rem;
  bottom: 0.66rem;
}

.jk_ny3_1 .swiper-container-horizontal>.swiper-pagination-bullets,
.jk_ny3_1 .swiper-pagination-custom,
.jk_ny3_1 .swiper-pagination-fraction {}

.jk_ny3_1 .swiper-pagination-bullet {
  background-color: #757575;
  opacity: 1;
  width: 0.54rem;
  border-radius: 0.1rem;
  height: 0.03rem;
}

.jk_ny3_1 .swiper-pagination-bullet-active {
  background: #b60005;
  height: 0.03rem;
  opacity: 1;
}


.jk_ny4 {
  background: url(../images/m3_06.jpg) no-repeat;
  background-size: cover;
  height: 9.4rem;
  padding: 0 .3rem 0rem;
  overflow: hidden;
}

.jk_ny41 {
  width: 100%;
  padding-top: 0.92rem;
}

.jk_ny41 h3 {
  font-size: 0.34rem;
  color: #333;
  line-height: 0.5rem;
  font-weight: normal;
}

.jk_ny41 h3 span {
  color: #b60005;
}

.jk_ny41 h3 i {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 0.28rem;
}

.jk_ny41 p {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.3rem;
  padding-top: 0.2rem;
  width: 100%;
}

.jk_ny42 {
  padding-top: 0.92rem;
  width: 100%;
}

.jk_ny42 ul {
  display: inline-block;
  width: 100%;
}

.jk_ny42 ul li {
  float: left;
  padding-right: 5%;
}

.jk_ny42 ul li p {
  display: inline-block;
}

.jk_ny42 ul li p span {
  display: block;
  float: left;
  font-size: 0.70rem;
  color: #b60005;
  line-height: 0.6rem;
  font-weight: bold;
}

.jk_ny42 ul li p b {
  display: block;
  float: left;
  font-size: 0.34rem;
  color: #b60005;
  line-height: 0.3rem;
  padding-left: 0.1rem;
  font-weight: normal;
}

.jk_ny42 ul li.li1 p b {
  font-size: 0.24rem;
  line-height: 0.24rem;
}

.jk_ny42 ul li em {
  display: block;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #444;
  padding-top: 0.12rem;
}

.jk_ny5 {
  background: url(../images/m3_07.jpg) no-repeat;
  background-size: cover;
  padding: 0 .3rem .8rem;
  overflow: hidden;
}

.jk_ny51 {
  width: 100%;
  position: relative;
  margin-top: 0.4rem;
}

.jk_ny51 .bd {
  width: 100%;
}

.jk_ny51 .bd ul {
  display: inline-block;
}

.jk_ny51 .bd ul li {
  width: 100%;
  position: relative;
}

.jk_ny51 .bd ul li img {
  display: block;
  width: 100%;
}

.jk_ny51 .bd ul li .an_d {
  width: 100%;
  position: relative;
  padding-top: 0.22rem;
}

.jk_ny51 .bd ul li .an_d p {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.24rem;
  float: left;
}

.jk_ny51 .bd ul li .an_d p span {
  display: inline-block;
  font-size: 0.28rem;
}

.jk_ny51 .bd ul li .an_d .right {
  display: block;
  font-size: 0.34rem;
  line-height: 0.3rem;
  color: #333;
}

.jk_ny51 .hd {
  margin-top: 0.3rem;
  text-align: center;
}

.jk_ny51 .hd ul {
  display: inline-block;
}

.jk_ny51 .hd ul li {
  width: 0.56rem;
  height: 0.03rem;
  background-color: #ddd;
  border-radius: 0.5rem;
  margin: 0 0.1rem;
  float: left;
  font-size: 0;
}

.jk_ny51 .hd ul li.on {
  background-color: #f41920;
}


.menu2 {
  width: 100%;
  background: #fff;
  z-index: 10;
  font-size: 0.24rem;
  color: #333;
  position: relative;
  margin-top: 0.9rem;
}

.menu2 .img {
  width: 100%;
  position: relative;
}

.menu2 .img img {
  display: block;
  width: 100%;
}

.menu2 img {
  display: block;
  width: 100%;
}

.menu2 .ny_menu {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 18%;
  text-align: left;
}

.menu2 .ny_menu h3 {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.38rem;
  color: #333;
  line-height: 0.4rem;
  background: url(../images/t50_03.png) left center no-repeat;
  padding-left: 0.68rem;
  font-weight: bold;
  background-size: 0.4rem;
}

.menu2 .ny_menu h3 span {
  color: #b60005;
}

.menu2 .ny_menu p {
  font-size: 0.32rem;
  color: #333;
  line-height: 0.4rem;
  padding-top: 0.14rem;
  padding-left: 0.98rem;
}


.pinpai1 {
  padding: 0 0.3rem;
  position: relative;
  z-index: 11;
  margin-top: -0.66rem;
}

.pinpai1_1 {
  background: url(../images/m6_03.jpg) center center no-repeat;
  width: 100%;
  height: 9.24rem;
  border-radius: 0.1rem;
  background-size: cover;
}

.pinpai1_1 h3 {
  font-size: 0.38rem;
  color: #333;
  line-height: 0.4rem;
  text-align: center;
  padding-top: 0.96rem;
}

.pinpai1_1 .p {
  font-size: 0.22rem;
  color: #333;
  line-height: 0.36rem;
  text-align: center;
  padding-top: 0.32rem;
  width: 100%;
  margin: 0 auto;
  text-indent: 0.48rem;
}

.pinpai1_1_1 {
  display: flex;
  width: 100%;
  padding-top: 0.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.pinpai1_1_1 dl {
  ;
  position: relative;
  float: left;
  width: 50%;
  padding-top: 0.54rem;
  text-align: center;
}

.pinpai1_1_1 dl dd {
  display: inline-block;
}

.pinpai1_1_1 dl dd p {
  display: inline-block;
}

.pinpai1_1_1 dl dd p span {
  display: block;
  color: #b60005;
  font-size: 0.7rem;
  line-height: 0.6rem;
  font-family: "Arial";
  float: left;
  font-weight: bold;
}

.pinpai1_1_1 dl dd p b {
  display: block;
  float: left;
  color: #333;
  font-size: 0.22rem;
  line-height: 0.22rem;
  padding-left: 0.1rem;
  padding-top: 0.26rem;
  font-weight: normal;
}

.pinpai1_1_1 dl dd em {
  display: block;
  color: #333;
  font-size: 0.24rem;
  line-height: 0.24rem;
}

.pinpai1_1_1 dl i {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 0;
}

.pinpai1_1_1 dl i {
  display: none;
}

.pinpai1_2 {
  background: url(../images/m8_03.jpg) no-repeat center bottom;
  background-size: 100% auto;
  width: 100%;
  margin: 0 auto;
  height: 8.37rem;
  position: relative;
  border-radius: 0.1rem;
  margin-top: 0.6rem;
}

.pinpai1_2 .pinpai1_21 {
  padding-top: 0.86rem;
  margin-left: 0.54rem;
  border-bottom: #ddd solid 1px;
  width: 6rem;
  padding-bottom: 0.6rem;
}

.pinpai1_2 .pinpai1_21 h3 {
  font-size: 0.38rem;
  color: #333;
  line-height: 0.4rem;
  font-weight: bold;
}

.pinpai1_2 .pinpai1_21 h3 span {
  color: #b60005;
}

.pinpai1_2 .pinpai1_21 p {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.4rem;
  padding-top: 0.22rem;
}

.pinpai1_2 .pinpai1_22 {
  padding-top: 0.5rem;
}

.pinpai1_2 .pinpai1_22 ul {
  display: inline-block;
  width: 100%;
}

.pinpai1_2 .pinpai1_22 ul li {
  float: left;
  width: 25%;
  text-align: center;
}

.pinpai1_2 .pinpai1_22 ul li img {
  display: block;
  width: 0.5rem;
  margin: 0 auto;
}

.pinpai1_2 .pinpai1_22 ul li h3 {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.26rem;
  padding-top: 0.12rem;
}

.pinpai1_2 .pinpai1_22 ul li.li4 {
  padding-right: 0;
}

.pinpai2 {
  background: url(../images/m6_10.jpg) center center no-repeat;
  background-size: cover;
  background-size: cover;
  margin-top: 0.7rem;
  overflow: hidden;
  padding: 0 .3rem .8rem;
  position: relative;
}

.pinpai2 .jk_ny_bt h3 {
  color: #fff;
}

.pinpai2 .jk_ny_bt p {
  color: #fff;
}

.pinpai2_1 {
  width: 100%;
  position: relative;
  margin-top: 0.38rem;
}

.pinpai2_1 .bd ul {
  display: inline-block;
  width: 105%;
}

.pinpai2_1 .bd ul li {
  width: 47%;
  margin-right: 5%;
  position: relative;
  float: left;
  overflow: hidden;
}

.pinpai2_1 .bd ul li.li1,
.pinpai2_1 .bd ul li.li3,
.pinpai2_1 .bd ul li.li5 {
  margin-top: 0.52rem;
}

.pinpai2_1 .bd ul li:nth-child(2n) {
  margin-right: 0;
}

.pinpai2_1 .bd ul li .img1 {
  width: 100%;
  display: block;
  border-radius: 0.1rem;
}

.pinpai2_1 .bd ul li .w {
  position: absolute;
  width: 100%;
  left: 0;
  top: 56%;
  text-align: center;
}

.pinpai2_1 .bd ul li .w i {
  display: block;
  width: 0.34rem;
  height: 0.14rem;
  background: url(../images/t51_07.png) center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.pinpai2_1 .bd ul li .w h3 {
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.38rem;
  padding-top: 0.24rem;
  height: 0.7rem;
}

.pinpai2_1 .bd ul li .h {
  background: url(../images/t43_03.png) center center no-repeat;
  transition: all ease 0.36s;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  height: 100%;
  background-size: 100%;
}

.pinpai2_1 .bd ul li .h img {
  display: block;
  width: 0.6rem;
  margin: 0 auto;
  padding-top: 35%;
}

.pinpai2_1 .bd ul li .h h3 {
  font-size: 0.34rem;
  color: #fff;
  line-height: 0.36rem;
  padding-top: 0.24rem;
  height: 1rem;
}

.pinpai2_1 .bd ul li .h p {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.36rem;
  padding-top: 0.16rem;
  width: 80%;
  margin: 0 auto;
}

.pinpai2_1 .bd ul li .h i {
  display: block;
  width: 0.34rem;
  height: 0.14rem;
  background: url(../images/t51_07.png) center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 16%;
}

.pinpai2_1 .bd ul li .h h4 {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 0.8rem;
  height: 0.64rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0.14rem;
  width: 100%;
}

.pinpai2_1 .bd ul li:hover .h {
  opacity: 1;
}

.pinpai2_1 .bd ul li:hover .w {
  opacity: 0;
}


.pinpai2_1 .hd {
  margin-top: 0.3rem;
  text-align: center;
}

.pinpai2_1 .hd ul {
  display: inline-block;
}

.pinpai2_1 .hd ul li {
  width: 0.14rem;
  height: 0.14rem;
  background-color: #ddd;
  border-radius: 0.5rem;
  margin: 0 0.1rem;
  float: left;
  font-size: 0;
}

.pinpai2_1 .hd ul li.on {
  background-color: #f41920;
}


.pinpai3 {
  background: url(../images/m6_11.jpg) bottom center no-repeat;
  width: 100%;
  padding: 0 .3rem .8rem;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.pinpai3_1 {
  width: 100%;
  position: relative;
  text-align: center;
}

.pinpai3_1 .hd {
  padding-bottom: 0.4rem;
}

.pinpai3_1 .hd ul {
  display: inline-block;
  width: 100%;
}

.pinpai3_1 .hd li {
  width: 47%;
  height: 0.52rem;
  border: #333 solid 0.01rem;
  border-radius: 0.01rem;
  line-height: 0.52rem;
  float: left;
  margin-right: 5%;
  font-size: 0.2rem;
  margin-top: 0.2rem;
  border-radius: 0.1rem;
}

.pinpai3_1 .hd li:nth-child(2n) {
  margin-right: 0;
}

.pinpai3_1 .hd li.on {
  background: -moz-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: -webkit-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: linear-gradient(to bottom, #e5000a 0%, #bf0006 100%);
  border: none;
  color: #fff;
  cursor: pointer;
}

.pinpai3_1 .bd {
  width: 100%;
}

.pinpai3_1 .bd ul {
  display: inline-block;
  width: 100%;
}

.pinpai3_1 .bd ul .b {
  background: url(../images/m7_03.png) bottom center no-repeat;
  width: 6.9rem;
  height: 6.89rem;
  position: relative;
  overflow: hidden;
  background-size: cover;
  border-radius: 0.1rem;
}

.pinpai3_1 .bd ul .b img {
  width: 100%;
  position: relative;
  display: inline-block;
}

.pinpai3_1 .bd ul .b .w {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.pinpai3_1 .bd ul .b .w .p1 {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.2rem;
  padding-top: 0.46rem;
}

.pinpai3_1 .bd ul .b .w h3 {
  font-size: 0.38rem;
  color: #fff;
  line-height: 0.4rem;
  padding-top: 0.1rem;
  font-weight: bold;
}

.pinpai3_1 .bd ul .b .w .p2 {
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.32rem;
  padding-top: 0.24rem;
  width: 4.7rem;
}




.pinpai4 {
  background: url(../images/m6_12.jpg) bottom center no-repeat;
  padding: 0 .3rem .8rem;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.pinpai4_1 {
  background: url(../images/m7_06.jpg) bottom center no-repeat;
  background-size: cover;
  padding-top: 0.66rem;
  width: 100%;
  margin-top: 0.4rem;
  border-radius: 0.1rem;
  text-align: center;
}

.pinpai4_1 .pinpai4_11 {
  width: 100%;
  text-align: center;
}

.pinpai4_1 .pinpai4_11 .pinpai4_111 {
  width: 3rem;
  height: 1rem;
  background: url(../images/t46_03.jpg) center center no-repeat;
  border-radius: 0.1rem;
  background-size: 100%;
  margin: 0 auto;
  text-align: left;
}

.pinpai4_1 .pinpai4_11 .pinpai4_111 h3 {
  font-size: 0.34rem;
  color: #fff;
  line-height: 1rem;
  background: url(../images/t48_03.png) left center no-repeat;
  padding-left: 0.98rem;
  margin-left: 0.22rem;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 2px 1px;
  background-size: 0.6rem;
}

.pinpai4_1 .pinpai4_11 h4 {
  font-size: 0.5rem;
  color: #fff;
  line-height: 0.64rem;
  text-align: center;
  padding-top: 0.04rem;
}

.pinpai4_1 .pinpai4_11 ul {
  display: inline-block;
  padding-top: 0.1rem;
}

.pinpai4_1 .pinpai4_11 ul li {
  background: url(../images/t47_03.png) center center no-repeat;
  width: 1.7rem;
  height: 1.7rem;
  background-size: 100%;
  display: inline-block;
  text-align: center;
  margin-left: 0.07rem;
  transition: all ease 0.36s;
  background-size: 100%;
  margin-bottom: 0.2rem;
}

.pinpai4_1 .pinpai4_11 ul li img {
  display: block;
  padding-top: 0.46rem;
  margin: 0 auto;
  width: 0.8rem;
}

.pinpai4_1 .pinpai4_11 ul li p {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.26rem;
  padding-top: 0.24rem;
}

.pinpai4_1 .pinpai4_11 ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.pinpai4_1 .pinpai4_12 {
  text-align: left;
  padding-top: 1.4rem;
}

.pinpai4_1 .pinpai4_12 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pinpai4_1 .pinpai4_12 ul li {
  margin: 0 .4rem;
  float: left;
  transition: all ease 0.36s;
  width: 2rem;
  padding-top: 0.26rem;
  padding-bottom: 0.6rem;
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
}

.pinpai4_1 .pinpai4_12 ul li h5 {
  color: #fff;
}

.pinpai4_1 .pinpai4_12 ul li h5 span {
  font-size: 0.5rem;
  line-height: 0.5rem;
  font-family: arial;
  font-weight: bold;
}

.pinpai4_1 .pinpai4_12 ul li h5 b {
  font-weight: 400;
  font-size: 0.3rem;
  vertical-align: top;
  line-height: 0.4rem;
  padding-left: 0.05rem;
}

.pinpai4_1 .pinpai4_12 ul li p {
  font-size: 0.24rem;
  color: #fff;
}

.pinpai4_1 .pinpai4_12 ul li.li1 h5 b {
  font-size: 0.24rem;
}


.pinpai4_2 {
  height: 3.8rem;
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-top: 0.4rem;
}

.gong_w1 {
  background: url(../images/m9_02.jpg) center center no-repeat;
  background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 0 .3rem .6rem;
  position: relative;
}

.gong_w1 .jk_ny_bt {
  padding-top: 0.6rem;
}

.gong_w11 {
  width: 100%;
  position: relative;
  margin-top: 0.34rem;
}

.gong_w11 .bd {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.06rem;
}

.gong_w11 .bd ul {
  display: inline-block;
}

.gong_w11 .bd ul li {
  width: 32%;
  height: 3.2rem;
  background-color: #fff;
  margin-right: 2%;
  float: left;
  text-align: center;
  transition: all ease 0.36s;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.22rem;
  position: relative;
}

.gong_w11 .bd ul li:nth-child(3n) {
  margin-right: 0;
}

.gong_w11 .bd ul li img {
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-top: 0.2rem;
  border-radius: 50%;
  border: #ddd solid 5px;
}

.gong_w11 .bd ul li h3 {
  font-size: 0.24rem;
  line-height: 0.3rem;
  padding: 0 4%;
  padding-top: 0.24rem;
}

.gong_w11 .bd ul li p {
  font-size: 0.8rem;
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0.1));
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.64rem;
  height: 0.5rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.gong_w11 .hd {
  text-align: center;
}

.gong_w11 .hd ul {
  display: inline-block;
}

.gong_w11 .hd ul li {
  width: 0.54rem;
  height: 0.03rem;
  background-color: #999;
  border-radius: 0.5rem;
  margin: 0 0.08rem;
  font-size: 0;
  float: left;
}

.gong_w11 .hd ul li.on {
  background-color: #c20006;
}

.gong_w12 {
  background: url(../images/m9_03.jpg) center center no-repeat;
  background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 0 .3rem .6rem;
  position: relative;
  overflow: hidden;
}

.gong_w121 {
  width: 100%;
  position: relative;
  margin-top: 0.4rem;
}

.gong_w121 .hd {
  text-align: center;
  padding-bottom: 0.3rem;
}

.gong_w121 .hd ul {
  display: inline-block;
  width: 100%;
}

.gong_w121 .hd ul li {
  width: 28%;
  height: 0.44rem;
  border: #a7a7a7 solid 0.01rem;
  border-radius: 0.1rem;
  margin: 0 2%;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.gong_w121 .hd ul li.on {
  background-color: #dd0208;
  border: #dd0208 solid 0.01rem;
  color: #fff;
  line-height: 0.44rem;
}

.gong_w121 .hd ul li span {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.08rem 0.08rem 0 0.08rem;
  border-color: #dd0208 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -0.08rem;
  margin-left: -0.08rem;
}

.gong_w121 .hd ul li.on span {
  display: block;
}


.gong_w121 .bd {
  width: 100%;
}

.gong_w121 .bd ul {
  display: inline-block;
  width: 100%;
}

.gong_w121 .bd ul li {
  width: 47%;
  border: #a5a5a5 solid 0.01rem;
  border-radius: 0.1rem;
  height: 0.98rem;
  margin-right: 5%;
  float: left;
  margin-bottom: 0.2rem;
}

.gong_w121 .bd ul li.li2,
.gong_w121 .bd ul li.li4,
.gong_w121 .bd ul li.li6,
.gong_w121 .bd ul li.li8,
.gong_w121 .bd ul li.li10 {
  margin-right: 0;
}

.gong_w121 .bd ul li p {
  display: block;
  line-height: 0.98rem;
  width: 30%;
  text-align: center;
  font-size: 0.4rem;
  color: #333;
  float: left;
}

.gong_w121 .bd ul li h3 {
  width: 66%;
  margin-left: 2%;
  float: left;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.28rem;
  height: 0.98rem;
  display: flex;
  align-items: center;
  text-align: left;
}



.gong_w13 {
  background: url(../images/m9_04.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0 .3rem;
  height: 9.74rem;
  position: relative;
  overflow: hidden;
}

.gong_w13 .jk_ny_bt {
  text-align: left;
}

.gong_w13 .jk_ny_bt p {
  color: #fff;
  line-height: 0.32rem;
  font-size: 0.26rem;
}

.gong_w13 .gong_w131 {
  width: 380px;
  padding-top: 0.6rem;
}

.gong_w13 .gong_w131 ul {
  display: inline-block;
  width: 100%;
}

.gong_w13 .gong_w131 ul li {
  width: 50%;
  float: left;
  padding-top: 0.36rem;
  transition: all ease 0.36s;
}

.gong_w13 .gong_w131 ul li img {
  display: block;
  width: 0.6rem;
  float: left;
  margin-right: 0.14rem;
}

.gong_w13 .gong_w131 ul li h3 {
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.32rem;
}

.gong_w13 .gong_w131 ul li p {
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.3rem;
  padding-top: 0.06rem;
}


.gong_w2 {
  background: url(../images/m9_06.jpg) center center no-repeat;
  background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 0 .3rem .8rem;
  position: relative;
  overflow: hidden;
}

.gong_w21 {
  width: 100%;
  display: inline-block;
}

.gong_w21 .gong_w212 {
  width: 100%;
  position: relative;
}

.gong_w21 .gong_w212 .jk_ny_bt {
  text-align: left;
  margin-top: 0.4rem;
}

.gong_w21 .gong_w212 .gong_w2121 {
  width: 100%;
  position: relative;
  margin-top: 0.4rem;
}

.gong_w21 .gong_w212 .gong_w2121 .hd {
  text-align: center;
  padding-top: 0.16rem;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
}

.gong_w21 .gong_w212 .gong_w2121 .hd ul {
  display: inline-block;
}

.gong_w21 .gong_w212 .gong_w2121 .hd ul li {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #fff;
  border-radius: 0.5rem;
  font-size: 0;
  margin: 0 0.06rem;
  float: left;
}

.gong_w21 .gong_w212 .gong_w2121 .hd ul li.on {
  background-color: #e5000a;
}

.gong_w21 .gong_w212 .gong_w2121 .bd {
  width: 100%;
}

.gong_w21 .gong_w212 .gong_w2121 .bd ul {
  display: inline-block;
}

.gong_w21 .gong_w212 .gong_w2121 .bd ul li {
  width: 100%;
  float: left;
  overflow: hidden;
}

.gong_w21 .gong_w212 .gong_w2121 .bd ul li img {
  display: block;
  width: 100%;
  border-radius: 0.1rem;
  transition: all ease 0.36s;
}


.gong_w2122 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0.5rem;
}

.gong_w21221 {
  float: left;
  width: 164px;
}

.gong_w21221 i {
  display: block;
  width: 19px;
  height: 23px;
  background: url(../images/t64_10.png) center center no-repeat;
}

.gong_w21221 p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  padding-top: 24px;
  display: block;
  width: 100%;
}

.gong_w21222 {
  width: 100%;
}

.gong_w21222 h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.3rem;
  text-align: left;
}

.gong_w21222 ul {
  display: inline-block;
}

.gong_w21222 ul li {
  float: left;
  margin-right: 0.6rem;
  text-align: center;
  margin-top: 0.26rem;
  transition: all ease 0.36s;
}

.gong_w21222 ul li img {
  display: block;
  width: 0.76rem;
}

.gong_w21222 ul li h3 {
  font-size: 0.24rem;
  line-height: 0.26rem;
  padding-top: 0.1rem;
}

.gong_w21222 ul li.li4 {
  margin-right: 0;
}


.gong_w3 {
  background: url(../images/m9_07.jpg) center center no-repeat;
  background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 0 .3rem .8rem;
  position: relative;
}

.gong_w31 {
  width: 100%;
  position: relative;
  margin-top: 0.32rem;
  overflow: hidden;
}

.mySwiper {
  width: 100%;
  height: 0.8rem;
  position: relative;
}

.mySwiper .swiper-slide p {
  width: 0.44rem;
  height: 0.44rem;
  background-color: #cdcdcd;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 0.44rem;
  display: block;
  text-align: center;
}

.mySwiper .swiper-slide h3 {
  font-size: 0.22rem;
  color: #b0b0b0;
  line-height: 0.24rem;
  padding-top: 0.12rem;
  display: block;
  text-align: center;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active p {
  background: #dd0208;
  background: -moz-linear-gradient(top, #dd0208 0%, #b70005 100%);
  background: -webkit-linear-gradient(top, #dd0208 0%, #b70005 100%);
  background: linear-gradient(to bottom, #dd0208 0%, #b70005 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0208', endColorstr='#b70005', GradientType=0);
  margin-top: 0;
  color: #fff;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active h3 {
  color: #b60005;
}


.gong_w31 .mySwiper2 {
  margin-top: 0.3rem;
  width: 100%;
}

.gong_w31 .mySwiper2 .swiper-slide {
  width: 100%;
  float: left;
  position: relative;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.gong_w31 .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
}

.gong_w31 .mySwiper2 .swiper-slide .w {
  background: url(../images/m10_03.jpg) center center no-repeat;
  background-size: cover;
  padding: 0.3rem;
  padding-bottom: 0.5rem;
  height: 6rem;
}

.gong_w31 .mySwiper2 .swiper-slide .w .wa {
  font-size: 0.26rem;
  color: #333;
  line-height: 0.46rem;
}

.gong_w31 .mySwiper2 .swiper-slide .w .wa p {
  background: url(../images/t68_03.png) 0 0.16rem no-repeat;
  padding-left: 0.26rem;
  background-size: 0.1rem;
}

.gong_w31 .mySwiper2 .swiper-slide .w h3 {
  height: 0.58rem;
  background-color: #422b2b;
  text-align: center;
  line-height: 0.58rem;
  font-size: 0.24rem;
  color: #fff;
  border-radius: 0 0 0 0.1rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.24rem;
}

.gong_w31 .mySwiper2 .swiper-slide .w span {
  display: block;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 0.8rem;
  position: absolute;
  right: 3%;
  bottom: 2%;
  font-weight: b;
}


.gong_w4 {
  background: url(../images/m9_08.jpg) center center no-repeat;
  width: 100%;
  height: 10.20rem;
  position: relative;
  background-size: cover;
}

.gong_w4 .jk_ny_bt h3 {
  color: #fff;
}

.gong_w41 {
  background: url(../images/m11_03.png) center center no-repeat;
  width: 6.9rem;
  height: 7.15rem;
  margin: 0 auto;
  position: relative;
  background-size: 100%;
  margin-top: 0.6rem;
}

.gong_w41 .gong_w411 {
  width: 48%;
  float: left;
  padding-left: 5%;
}

.gong_w41 .gong_w411 h3 {
  font-size: 0.3rem;
  line-height: 0.32rem;
  color: #b60005;
  padding-top: 0.5rem;
}

.gong_w41 .gong_w411 ul {
  display: inline-block;
  width: 100%;
  padding-top: 0.26rem;
}

.gong_w41 .gong_w411 ul li {
  width: 100%;
  float: left;
  background: url(../images/t69_03.png) 0 0.04rem no-repeat;
  padding-left: 0.4rem;
  margin-top: 0.16rem;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.34rem;
  padding-right: 10%;
  background-size: 0.24rem;
}


.gong_w41 .gong_w412 {
  width: 40%;
  float: right;
  margin-right: 5%;
}

.gong_w41 .gong_w412 h3 {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #fff;
  padding-top: 1.32rem;
}

.gong_w41 .gong_w412 ul {
  display: inline-block;
  width: 100%;
  padding-top: 0.08rem;
}

.gong_w41 .gong_w412 ul li {
  width: 100%;
  background: url(../images/t69_07.png) 0 0.02rem no-repeat;
  padding-left: 0.38rem;
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.32rem;
  padding-right: 0;
  background-size: 0.2rem;
}


/****案例****/
.mproduct {
  border-top: 1px solid #ddd;
}

.mproduct.sitepath {
  z-index: 990;
  position: relative;
}

.mproduct.sitepath .showmenu {
  background: #7f7f7f;
}

.mproduct .title-wrapper {
  position: relative;
  z-index: 900;
  background: #fff;
  height: 0.8rem;
  padding-bottom: 0.38rem;
  border-bottom: 1px solid #ddd;
}

.mproduct .title-wrapper .title {
  float: left;
  width: 33.333%;
  height: 0.8rem;
  text-align: center;
  border-left: 1px solid #ddd;
}

.mclassic .title-wrapper .title:first-child {
  border-left: none;
}

.mproduct .title-wrapper .title .title-name {
  color: #333;
  font-size: 0.26rem;
  line-height: 0.8rem;
  height: 0.8rem;
  display: inline-block;
}

.mproduct .title-wrapper .title .title-name em {
  display: inline-block;
  width: 0.17rem;
  height: 0.1rem;
  vertical-align: middle;
  background-position: -.56rem -2.51rem;
  margin-left: 0.1rem;
}

.mproduct .title-wrapper .title.hover,
.mproduct .title-wrapper .title:hover {
  background: #f2f2f2;
}

.mproduct .dropdown {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 800;
  background: #fff;
  display: none;
}

.mproduct .dropdown .list-wrapper {
  background: #fff;
  padding-bottom: 0.6rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
  max-height: 500px;
  overflow-y: auto;
}

.mproduct .dropdown .list-wrapper .list {
  position: relative;
  z-index: 702;
}

.mproduct .dropdown .list-wrapper .inner {
  width: 100%;
  background: #fff;
  display: inline-block;
  width: 100%;
}

.mproduct .dropdown .list-wrapper .inner li {
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: left;
  width: 47%;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  float: right;
}

.mproduct .dropdown .list-wrapper .inner li:nth-child(2n) {
  float: left;
}

.mproduct .dropdown .list-wrapper .inner li a {
  font-size: 0.26rem;
  padding-left: .4rem;
  display: block;
}

.mproduct .dropdown .list-wrapper .inner li a:hover {
  color: #883520;
  background: #f5f5f5;
}

.mproduct .dropdown .list-wrapper .inner li a.hover {
  background: #c9161e;
  color: #fff;
}

.mproduct .dropdown .list-wrapper .inner li.Any a {
  color: #883520;
  background: #f5f5f5;
}

.mproduct .dropdown .list-wrapper .inner li.Any {
  width: 100%;
}

.mproduct .dropdown .up_close {
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 0.1rem;
}

.mproduct .dropdown .up_close span {
  width: 0.32rem;
  height: 0.18rem;
  background-position: -1.2rem -1.08rem;
  display: block;
  margin: 0 auto;
}

.showmenu .show {
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 0;
  transform: translate(0px, 0px) scale(1) translateZ(0px);
}

.mproduct .modelbg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  z-index: 700;
  top: 1.6rem;
  right: 0;
  left: 0;
  bottom: 0;
  transform-origin: 0 0 0;
  transform: scale(1, 1);
  display: none;
}

.mproduct .dropdown .list-wrapper .destinations {
  width: 100%;
}

.mproduct .dropdown .list-wrapper .first_destination {
  width: 30%;
  float: left;
  height: 290px;
  overflow-y: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: #fff;
}

.mproduct .dropdown .list-wrapper .destinations .item {
  font-size: 0.24rem;
  display: block;
  text-indent: 0.25rem;
  color: #969696;
  width: 100%;
  height: 0.9rem;
  background-color: #FFF;
  line-height: 0.9rem;
  border-bottom: 1px solid #dfdfdf;
}

::-webkit-scrollbar-thumb {
  background: #d5d5d5;
}

::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}

.mproduct .dropdown .list-wrapper .destination_detail {
  width: 70%;
  height: 290px;
  overflow-y: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: #fff;
}

.mproduct .dropdown .list-wrapper .destinations .item:hover,
.mproduct .dropdown .list-wrapper .destinations .item.hover {
  color: #9e482f;
}

.mproduct .dropdown .list-wrapper .destination_detail .item:hover,
.mproduct .dropdown .list-wrapper .destination_detail .item.hover {
  background: #f5f5f5;
}

#map1_container {}

.case_show {
  margin: 0 .4rem;
}

.case_show h1 {
  border-bottom: 1px solid #ddd;
  font-size: .36rem;
  line-height: .45rem;
  font-weight: 500;
  padding-bottom: .3rem;
  padding-top: .5rem;
  text-align: center;
  margin-bottom: .2rem;
}

.case_show img {
  width: 100%;
}

.case_show h3 {
  font-size: .26rem;
  color: #666;
  padding-bottom: .7rem;
}

.case_show ul {
  display: inline-block;
  width: 100%;
}

.case_show ul {
  display: inline-block;
  width: 100%;
}

.case_show li {
  line-height: 0.34rem;
  font-size: 0.22rem;
  width: 25%;
  text-align: center;
  position: relative;
  float: left;
}

.case_show li:nth-child(4) i {
  display: none;
}

.case_show li .fr {
  font-weight: bold;
}

.case_show li .f {
  font-size: 0.22rem;
  color: #999;
  line-height: 0.24rem;
}

.case_show li .r {
  font-size: 0.26rem;
  color: #333;
  display: block;
  line-height: 0.36rem;
  font-weight: 500;
}

.case_show li i {
  display: block;
  width: 1px;
  height: 0.36rem;
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0.16rem;
}


.case_show ul {
  margin-bottom: .2rem;
  display: inline-block;
  width: 100%;
}

.case_show a {
  display: block;
  width: 100%;
  line-height: .8rem;
  color: #fff;
  font-size: .26rem;
  text-align: center;
  background: #c9161e;
  margin-bottom: 0rem;
}

.case_show a i {
  width: .25rem;
  height: .24rem;
  background-position: -4.37rem -3.48rem;
  margin-right: .25rem;
}

.dxq {
  width: 100%;
  text-align: center;
}

.xq_an {
  width: 100%;
  margin-top: 0.6rem;
  position: relative;
}

.xq_an .bd {
  width: 100%;
}

.xq_an .bd img {
  display: block;
  width: 100%;
}

.xq_an .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
}

.xq_an .hd ul {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}

.xq_an .hd ul li {
  font-size: 0;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #8f8787;
  border-radius: 50%;
  margin: 0 0.06rem;
  float: left;
  border: none;
}

.xq_an .hd ul li.on {
  background-color: #c9161e;
}

.zheng_main {
  margin: .2rem .4rem;
}

.zheng_main li {
  margin-bottom: .5rem;
  text-align: left;
}

.zheng_main li img {
  width: 100%;
  border-radius: .07rem;
}

.zheng_main li .txt {
  position: relative;
  padding-top: .1rem;
}

.zheng_main li .txt h3 {
  font-size: .28rem;
  font-weight: bold;
}

.zheng_main li .txt p {
  font-size: .22rem;
  color: #666;
}

.zheng_main li .txt i {
  width: 1.17rem;
  height: .22rem;
  background-position: -2.74rem -2.61rem;
  position: absolute;
  right: 0;
  top: .15rem;
}



.designer_main {
  padding: 0.3rem;
  background-color: #f1f1f1;
  overflow: hidden;
}

.designer_main .she {
  display: inline-block;
  width: 100%;
}

.designer_main .she li {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 3%;
  margin-bottom: 0.3rem;
  position: relative;
}

.designer_main .she li a {
  display: flex;
}

.designer_main .she li .img {
  width: 2.3rem;
  margin-right: 0.2rem;
}

.designer_main .she li img {
  width: 2.3rem;
  display: block;
  border-radius: 0.1rem;
}

.designer_main .she li h3 {
  font-size: 0.28rem;
  padding-bottom: 0.2rem;
  padding-top: 0.26rem;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.designer_main .she li h3 span {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666
}

.designer_main .she li dl {
  padding-top: 0.1rem;
}

.designer_main .she li .dd {
  margin-bottom: 0.12rem;
  position: relative;
  padding-left: 0.4rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
}

.designer_main .she li .dd i {
  width: 0.26rem;
  height: 0.26rem;
  background-position: 0 -3.63rem;
  position: absolute;
  left: 0;
  top: 0;
}

.designer_main .she li .dd:nth-child(2) i {
  background-position: -0.3rem -3.63rem;
}

.designer_main .she li .dd:nth-child(3) i {
  background-position: -0.6rem -3.63rem;
}

.designer_main .she li .tips {
  display: inline-block;
  width: 1.6rem;
  height: 0.46rem;
  background-color: #b60005;
  border-radius: 0.1rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 0.46rem;
  margin-top: .2rem;
}


































.contact_box {
  border-radius: .05rem;
  box-sizing: border-box;
  padding: .2rem;
  border: 1px solid #ddd;
  margin-bottom: .2rem;
}

.contact_box h3 {
  font-size: .35rem;
  color: #b60005;
  font-weight: bold;
  padding-bottom: .1rem;
}

.contact_box h4 {
  line-height: .4rem;
}

.big_img {
  margin: 0 .4rem;
  display: block;
}

.big_img img {
  width: 100%;
  display: block;
}

.team_list {}

.team_list li {
  border: 1px solid #ddd;
  padding: .2rem .3rem;
  margin-bottom: .2rem;
}

.team_list li h3 {
  font-size: .4rem;
  line-height: .7rem;
}

.team_list li h3 span {
  font-size: .24rem;
  padding-left: .1rem;
}

.team_list li h4 {
  font-size: .35rem;
}

.team_list li .p {
  line-height: .5rem;
  font-size: .24rem;
}

.product_show_2 {
  border-top: .3rem solid #eef1f4;
}

.product_show_2 .box2 .hd {
  margin-bottom: .3rem;
  width: 100%;
  background: #f5f5f5;
}

.product_show_2 .box2 .hd li {
  float: left;
  width: calc(100% / 3);
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-bottom: .03rem solid #ddd;
  font-size: .3rem;
  cursor: pointer;
}

.product_show_2 .box2 .hd li.on {
  border-bottom: .03rem solid #b60005;
  font-weight: bold;
}

.product_show_2 .box2 .hd li a {
  display: block;
  width: 100%;
  height: 100%;
}

.product_show_2 .box2 .hd li a.hover {
  background: #b60005;
  color: #fff;
}

.product_show_2 .box2 .bd {
  padding: 0 .4rem;
}

.product_show_2 .box2 .bd li {
  line-height: .49rem;
  font-size: .24rem;
  color: #666;
  overflow: hidden;
}

.product_show_2 .box2 .bd li img {
  max-width: 100%;
  height: auto;
}

.product_show_2 .box2 .bd li table {
  width: 100% !important;
  border: 1px solid #ccc;
}

.product_show_2 .box2 .bd li table tr:first-child {
  background: #eeeeee;
  color: #333;
  font-weight: bold;
  line-height: .5rem;
}

.product_show_2 .box2 .bd li table td {
  width: auto !important;
  font-size: .24rem !important;
}

.product_show_2 .box2 .bd li table td p span {
  font-size: .24rem !important;
}

.product_show_2 .box2 .bd li table td p {
  text-indent: 0 !important;
  font-size: .24rem !important;
}

.product_show_2 .box2 .xia {
  background: #4772de;
  color: #fff;
  height: 1.4rem;
  margin-top: .6rem;
}

.product_show_2 .box2 .xia a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.product_show_2 .box2 .xia h3 {
  font-size: .24rem;
}

.product_show_2 .box2 .xia .left {
  width: 50%;
  position: relative;
  padding-left: .6rem;
  box-sizing: border-box;
  padding-top: .25rem;
  background: #878f9f;
  height: 1.4rem;
}

.product_show_2 .box2 .xia .right {
  width: 50%;
  box-sizing: border-box;
  padding-top: .25rem;
  text-align: right;
  padding-right: .6rem;
}

.product_show_2 .box2 .xia .right .fr {
  position: relative;
}

.isplit {
  width: 100%;
  height: .32rem;
  border-top: 1px solid #e2e1e1;
  background: #f3f3f3;
}

.iproduct {
  background: #fff;
  padding: .38rem 0;
  border-top: 1px solid #dadada;
}

.iproduct .img img {
  width: 5.92rem;
  display: block;
  margin: 0 auto;
}

.iproduct .img h3 {
  color: #b60005;
  font-weight: bold;
  font-size: .32rem;
  padding: 0 .2rem;
  padding-top: 33px;
}

.iproduct .img .t {
  padding: .15rem .2rem;
}

.iproduct .img .t .left {
  float: left;
  font-size: .28rem;
  width: 2rem;
}

.iproduct .img .t .right {
  font-size: 71px;
  color: #b60005;
  float: left;
  height: .75rem;
  line-height: .75rem;
}

.iproduct .img p {
  padding: 0 .2rem .15rem;
}

.iproduct .img h4 {
  color: #b60005;
  padding: .1rem .2rem .3rem;
  line-height: .36rem;
  height: 1.08rem;
}

.iproduct .more {
  width: 96%;
  margin: 0 auto .56rem;
}

.iproduct .more a:first-child {
  background: #b60005;
}

.about {
  padding-bottom: .56rem;
}

.about .index_title {
  color: #fff;
}

.about .index_title p {
  color: #fff;
}

.about .index_title .line {
  border-color: #fff;
}

.about .body img {
  width: 5.92rem;
  margin: 0 auto;
  display: block;
}

.about .body h3 {
  text-align: left;
  font-size: .24rem;
  padding: .34rem .2rem .14rem;
  font-weight: bold;
}

.about .body span {
  display: block;
  width: .46rem;
  height: .04rem;
  background: #ddd;
  margin: 0 .2rem;
}

.about .body p {
  padding: .1rem .2rem;
}

/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 750px;
  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;
}

.g_wximg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  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: 750px;
  min-width: 320px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.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: 750px;
  min-width: 320px;
  display: none;
}

.bga {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

/*menu*/
.iconn {
  background: url(../images/iconn.png) no-repeat;
  background-size: 1.4rem auto;
  vertical-align: middle;
}

/*menu*/
.menu {
  width: 100%;
  padding: .15rem 0 .1rem;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.menu .iconn {
  width: .4rem;
  height: .4rem;
  display: inline-block;
  cursor: pointer;
}

.menu .goHome {
  margin-right: .16rem;
}

.menu .iconn:before {
  width: .4rem;
  height: .4rem;
  background-size: 1.4rem;
}

.menu .goBack {
  background-position: -.96rem -0.64rem;
  margin-left: 3%;
}

.menu .goBack a {
  width: .4rem;
  height: .4rem;
  display: block;
}

.menu .goHome {
  background-position: 0 -0.66rem;
}

.menu .subSort {
  background-position: -0.5rem -0.7rem;
}

/*sitepath*/
.sitepath {
  width: 100%;
  padding: 0;
  height: .6rem;
  position: relative;
  font-size: .22rem;
  margin: 0 0 .2rem;
  line-height: .6rem;
  background: #f6f6f6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  font-size: 0.24rem;
  color: #554331;
}

.sitepath .btn {
  width: 1.3rem;
  height: .6rem;
  text-align: right;
  position: absolute;
  right: .1rem;
  top: 0;
  font-size: .22rem;
}

.sitepath .btn em {
  width: .3rem;
  height: .2rem;
  margin-top: .08rem;
  margin-left: .06rem;
  display: inline-block;
  background-position: -1.16rem 0;
}

.sitepath .btn.onbtn:after {
  transform: rotate(180deg);
  margin-top: -.08rem;
  background-position: -0.6rem 0;
}

.sitepath a {
  color: #554331;
  text-align: center;
  text-transform: Capitalize;
  font-size: 0.24rem;
  margin-right: 2%;
  display: inline-block;
  margin-left: 2%;
}

.sitepath a a:hover {
  color: #554331;
}

/*sitepath*/
.sitepath {
  padding: 0 2%;
  height: .9rem;
  line-height: 1rem;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

/*pager*/

/*reLink*/
.reLink {
  margin: .2rem .4rem .5rem;
}

.reLink .prevLink,
.reLink .nextLink {
  display: block;
  height: .6rem;
  line-height: .6rem;
  font-size: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}

.reLink a:hover {
  color: #554331;
}

/*m-share*/
.m-share {
  margin-left: 3%;
  margin-bottom: .2rem;
}

.catemore {
  width: 100%;
  margin: 2% auto 0;
  padding-bottom: .4rem;
  height: .65rem;
  line-height: .65rem;
  display: block;
  text-align: center !important;
  color: #333;
  font-size: .22rem;
}

.showmenu {
  width: 100%;
  display: inline-block;
  padding: 0.3rem .4rem .0rem;
}

.showmenu a {
  width: 49%;
  display: block;
  float: left;
  line-height: .67rem;
  text-align: center;
  border-radius: .04rem;
  color: #333;
  font-size: .26rem;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 .1rem;
  margin-bottom: .2rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showmenu a:nth-child(2n) {
  float: right;
}

.showmenu a.hover {
  color: #fff;
  background: #b60005;
}

.sub_sub a.hover {
  opacity: .7;
}

.nav_hd {
  width: 94%;
  margin: 0 auto;
  padding: 0.1rem 0 0rem;
}

.nav_hd a {
  width: 48%;
  height: .6rem;
  display: block;
  float: left;
  line-height: .6rem;
  text-align: center;
  border-radius: .04rem;
  color: #333;
  background: #fff;
  margin: 0 1% 2%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.nav_hd a.on {
  border: 1px solid #b60005;
  color: #b60005;
}

/*subCate*/
.subCate {
  padding: .12rem 0 .2rem;
}

.subCate a {
  width: 22%;
  margin-left: 2.5%;
  font-size: .22rem;
  height: .5rem;
  overflow: hidden;
  display: block;
  float: left;
  line-height: .5rem;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: .1rem;
}

.subCate a.on {
  border-color: #237350;
  color: #237350;
}

.erro {
  padding: 0.4rem 0;
  text-align: center;
}

.erro img {
  max-width: 5rem;
}

/*catelist*/
.catelist .item span {
  display: block;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 28%;
  margin-top: -8px;
  right: 2%;
}

.catelist .item span:before {
  content: "";
  position: absolute;
  background: #ccc;
  width: 11px;
  height: 11px;
  right: 0;
  top: 0;
  z-indx: 10;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.catelist .item span:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 11px;
  height: 11px;
  right: 4px;
  top: 0;
  z-indx: 11;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.caselist li {
  width: 48%;
  margin-bottom: .25rem;
  float: left;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
  box-shadow: .03rem .03rem .05rem rgba(0, 0, 0, 0.1);
}

.caselist li:nth-child(2n) {
  float: right;
}

.caselist li a {
  display: block;
}

.caselist li figure {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.partners_list li figure {
  padding-top: 75%;
}

.product_1 li figure {
  padding-top: 56.25%;
}

.img16 li figure {
  padding-top: 75%;
}

.caselist .addimglist li figure {
  padding-top: 120%;
}

.img3 li figure {
  padding-top: 133.3333%;
}

.caselist li figure img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}

.caselist li h3 {
  height: .8rem;
  line-height: .4rem;
  overflow: hidden;
  text-overflow: ellipsis;

  white-space: nowrap;

  text-align: center;
  font-size: 0.26rem;
  padding: .2rem .1rem .2rem;
  font-weight: normal;
  border-top: 1px solid #ddd;
}

.img_123 li h3 {
  display: none;
}

.imgH li figure {
  padding-top: 121.5%;
}

.img16 li h3 {

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img18 li h3 {
  display: none;
}

/*product.html*/
.listProduct .list {
  width: 100%;
}

.listProduct li {
  width: 47%;
  margin-left: 2%;
  box-sizing: border-box;
  display: block;
  padding-top: 3%;
  float: left;
}

.listProduct li a {
  display: block;
}

.listProduct li figure {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.listProduct li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}

.listProduct li h3 {
  height: .5rem;
  line-height: .5rem;
  font-size: 0.28rem;
  overflow: hidden;
  font-weight: normal;
  color: #ff9e01;
  text-align: center;
}

.listProduct li:hover h3 {
  color: #ff9e01;
}

.listProduct li p {
  white-space: normal;
  word-wrap: break-word;
  color: #333;
}

/*news.html*/
.newsList {
  padding-top: .4rem;
}

.zhaobiao .item .txt {
  position: relative;
  left: 0;
  bottom: auto;
}

.newsList .item .span span:first-child {
  color: #999;
}

.newsList .item .span span:last-child {
  display: block;
  float: right;
  width: 1.7rem;
  height: .4rem;
  background: #91a4c0;
  color: #fff;
  font-size: .2rem;
  text-align: center;
  line-height: .4rem;
  border-radius: .03rem;
}

.newsList .item .span span.span1 {
  background: #b60005;
}

.addimglist .item img {
  width: 1.2rem;
  height: 1.48rem;
  margin-right: .1rem;
  float: left;
}

.addimglist .item h3 {
  width: 4.7rem;
  font-size: .3rem;
  line-height: .38rem;
  font-weight: normal;
  margin-bottom: .28rem;
  color: #000;
  margin-top: .02rem;
  float: left;
}

.addimglist .item .txt {
  color: #666666;
  font-size: .22rem;
  line-height: .28rem;
  width: 4.7rem;
  float: left;
}


/*******设计师*****/
.lvshi_main {
  background: #f6f6f6;
  padding: .4rem .4rem;
}

.lvshi_main .lvshi_1 {
  background: #fff;
  display: inline-block;
  width: 100%;
  box-shadow: .05rem .05rem .05rem rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 20;
  border-radius: 0.1rem;
}

.lvshi_main .lvshi_1 .left {
  width: 3rem;
}

.lvshi_main .lvshi_1 .left img {
  display: block;
  background: #ddd;
  width: 100%;
  height: 4rem;
  border-radius: 0.1rem;
}

.lvshi_main .lvshi_1 .right {
  width: calc(100% - 3.5rem);
  padding-right: .3rem;


}

.lvshi_main .lvshi_1 .right .top {
  position: relative;
  margin-top: .2rem;
  padding-bottom: 0.12rem;
}

.lvshi_main .lvshi_1 .right .top h1 {
  font-size: .38rem;
  color: #263463;
  padding-bottom: .05rem;
  padding-top: .2rem;
}

.lvshi_main .lvshi_1 .right .top h4 {
  font-size: .24rem;
  color: #394462;

}

.lvshi_main .lvshi_1 .right .a {
  background-color: #b60005;
  width: 1.8rem;

  line-height: .6rem;
  text-align: center;
  color: #fff;
  font-size: .24rem;
  display: block;
  border-radius: .3rem;
  margin-top: 0.4rem;

}

.lvshi_main .lvshi_1 .right .top .a i {
  width: .18rem;
  height: .18rem;
  background-position: 0 -316px;
  margin-right: 7px;
  margin-bottom: 2px;
}

.lvshi_main .lvshi_1 .right .con {
  line-height: .5rem;
  position: relative;
  font-size: .26rem;
  color: #666;
}

.lvshi_main .lvshi_1 .right .con span {
  position: absolute;
  right: 0;
  top: 0;
}

.lvshi_main .lvshi_2 .tit {
  margin-bottom: .1rem;
  margin-top: .4rem;
}

.lvshi_main .lvshi_2 .tit h3 {
  font-size: .28rem;
  font-weight: bold;
  color: #b60005;
  margin-bottom: .1rem;
}

.lvshi_main .lvshi_2 .tit span {
  display: block;
  width: .25rem;
  height: 1px;
  background: #d7bc73;
}

.lvshi_main .lvshi_2 .con3 {
  padding-top: .5rem;
  line-height: .6rem;
}

.lvshi_main .lvshi_2 .con {
  line-height: .5rem;
  font-size: .24rem;
  color: #999;
}

.lvshi_main .lvshi_2 .con .floor_11 {
  padding: 0;
  margin-top: .2rem;
  background: none;
}

.lvshi_main .lvshi_2 .con img {
  max-width: 100%;
}







.guan_1 {
  background-color: #fff;
  padding: 0.3rem;
}

.guan_1 h3 {
  font-size: 0.36rem;
  color: #333;
  line-height: 0.36rem;
  text-align: center;
  padding-top: 0.2rem;
}

.guan_1 dl {
  display: inline-block;
}

.guan_1 dl dt {
  width: 100%;
  margin-top: 0.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.guan_1 dl dt img {
  display: block;
  width: 100%;
}

.guan_1 dl dd {
  padding: 0.3rem;
}

.guan_1 dl dd i {
  display: block;
  font-size: 0.36rem;
  color: #333;
  line-height: 0.36rem;
  padding-top: 0.28rem;
}

.guan_1 dl dd h4 {
  display: block;
  font-size: 0.38rem;
  color: #b60005;
  padding-top: 0.14rem;
}

.guan_1 dl dd p {
  font-size: 0.26rem;
  color: #333;
  line-height: 0.4rem;
  padding-top: 0.45rem;
}

.guan_1 dl dd a {
  display: block;
  width: 100%;
  height: 0.8rem;
  background-color: #b60005;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.28rem;
  color: #fff;
  margin-top: 0.58rem;
}

.history {
  margin-top: 0.5rem;
  position: relative;
  width: 100%;
  height: 5.5rem;
  overflow: hidden;
}

.history .item {
  width: 4.4rem;
  height: 4.3rem;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  float: left;
  box-shadow: 0px 3px 8px #e5e5e5;
  opacity: .9;
}

.history .item a {
  display: block;
  padding: 5%;
}

.history .item h3 {
  color: #b60005;
  font-size: .5rem;
  padding-top: .1rem;
  font-family: "Arial";
  line-height: 0.8rem;
}

.history .item .txt {
  font-size: .22rem;
  color: #666;
  padding-top: .16rem;
  overflow: hidden;
}

.history .item.swiper-slide-active {
  opacity: 1;
}

.history .item .sjx {
  background: url(../images/xc_03.png) no-repeat center;
  width: 0.44rem;
  height: 0.71rem;
  position: absolute;
  left: 50%;
  margin-left: -0.22rem;
  bottom: -0.7rem;
  background-size: 100%;
}

.history .item i {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  font-size: 0.24rem;
  color: #b60005;
}

.history .item i strong {
  font-size: 0.3rem;
  font-family: "Arial";
  padding-right: 0.06rem;
}

.kehu {
  padding-top: .2rem;
  padding-bottom: .5rem;
  margin: 0 2%;
}

.kehu li {
  width: 100%;
  background: url(../images/kehu_bg.jpg) center top no-repeat;
  background-size: cover;
  margin-bottom: .3rem;
  height: 2.34rem;
  position: relative;
  overflow: hidden;
}

.kehu li a {
  display: block;
  width: 100%;
  height: 100%;
}

.kehu li .left h3 {
  color: #fff;
  font-size: .36rem;
  padding-top: .47rem;
  padding-bottom: .12rem;
  padding-left: .3rem;
}

.kehu li .left .line {
  display: block;
  background: #fff;
  width: .65rem;
  height: 1px;
  margin-bottom: .3rem;
  margin-left: .3rem;
}

.kehu li .left .more {
  display: block;
  background: #fff;
  width: 1.16rem;
  height: .34rem;
  line-height: .34rem;
  text-align: center;
  color: #b60005;
  font-size: .24rem;
  border-radius: .17rem;
  margin-left: .3rem;
}

.kehu li .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 66%;
  height: 100%;
}

.kehu li .right img {
  display: block;
  width: 100%;
}

.kehu li:hover {
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
}

.kehu li:hover .more {
  background: #f08519;
  color: #fff;
}

.caselist2 {
  padding-top: 130px;
  padding-bottom: 74px;
}

.caselist2 li {
  width: 100%;
  background: url(../images/caselist_bg.jpg) center top no-repeat;
  background-size: cover;
}

.caselist2 li .left {
  padding-left: 67px;
}

.caselist2 li .left h3 {
  color: #fff;
  font-size: 36px;
  padding-top: 127px;
  padding-bottom: 42px;
}

.caselist2 li .left p {
  width: 360px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}

.caselist2 li .right img {
  display: block;
}

.caselist2 li:hover {
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
}

.caselist2 li:hover .more {
  background: #f08519;
  color: #fff;
}

.caselist2 li:nth-child(2n) {
  float: right;
}

.xiazaiqu {
  display: inline-block;
  width: 100%;
}

.xiazaiqu b {
  display: block;
  float: left;
}

.xiazaiqu a {
  background: #1b4cb0;
  color: #fff;
  line-height: .6rem;
  text-align: center;
  display: block;
  float: left;
  margin-top: .2rem;
  padding: 0 .2rem;
}

.xiazaiqu a:hover {
  background: linear-gradient(to right bottom, #1b4cb0, #3381e7);
}




.pager {
  padding: 0;
  margin-top: 0.4rem;
  text-align: center;
  padding-bottom: 0.4rem;
}

.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pager {
  *zoom: 1;
}

.pager p {
  height: 26px;
  line-height: 26px;
  float: left;
  display: none;
}

.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.pager ul a {
  padding: 0;
  width: 0.52rem;
  height: 0.52rem;
  text-decoration: none;
  float: left;
  color: #666;
}

.pager ul li {
  margin-left: 8px;
  width: 0.52rem;
  height: 0.52rem;
}

.pager ul li a {
  display: block;
  width: 0.52rem;
  height: 0.52rem;
  font-family: Arial;
  font-size: 0.24rem;
  line-height: 0.52rem;
  text-align: center;
  background: url("../images/pageLi.png") no-repeat center center;
  background-size: 100%;
  color: #666;
}

.pager ul li a.current {
  color: #b60005;
}

.pager ul li:hover a {
  color: #004bb2;
  line-height: 52px;
  display: block;
  width: 0.52rem;
  height: 0.52rem;
}

.pager ul li:nth-child(2) {
  margin-right: 0.1rem;
  font-size: 0;
  width: 1.02rem;
  height: 0.52rem;
  background: url("../images/pagePrev.png") no-repeat center center;
  background-size: 100%;
}

.pager ul li:nth-child(2) a {
  background: none;
  width: 100%;
}

.pager ul li:nth-last-child(2) {
  margin-left: 0.1rem;
  width: 1.02rem;
  height: 0.52rem;
  font-size: 0;
  background: url("../images/pageNext.png") no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}

.pager ul li:nth-last-child(2) a {
  background: none;
}

.pager ul li:first-child {
  font-size: 0;
  display: none;
}

.pager ul li:last-child {
  font-size: 0;
  display: none;
}

.pager ul li:nth-child(2) a {
  font-size: 0;
}

.pager ul li:nth-last-child(2) a {
  font-size: 0;
}

















/*****通用*****/
@media only screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}

@media only screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 64px;
  }
}

@media only screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 53.3333px;
  }
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 42.6666px;
  }
}