﻿@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;
}
body:before{height:.82rem;}
body:after{height:1rem;}
img {
  border: 0px;
}
em,
b {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: .24rem;
}
ul,
ol {
  list-style-type: none;
}
input,
button,
textarea {
  outline: none;
  font-family: "Microsoft Yahei", Arial;
  font-size: .24rem;
 
}
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;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 1rem;
  z-index: 101;
  background: #000;
  opacity: .6;
}
/***************top and bottom css*********************/

/*悬浮工具*/
.g_top {
  width:.8rem;
  height: .8rem;
  background: #d4975c;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 1.4rem;
  display: block;
  z-index: 999;
  display: none;
  text-align: center; 
}
.g_top i { 
  background-position: -3.54rem -1.14rem;
   width: 0.28rem;
  height: 0.28rem;
 position:absolute;left:50%;margin-left:-0.14rem;top:50%;margin-top:-0.14rem;
}
.g_tel {
  width: .8rem;
  height: .8rem;
  background:#d4975c;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 3.2rem;
  display: block;
  z-index: 999;
  text-align: center;
}
.g_tel i {
  width: 0.28rem;
  height: 0.28rem;
 position:absolute;left:50%;margin-left:-0.14rem;top:50%;margin-top:-0.14rem;
  background-position: -2.96rem -1.14rem;
}
.g_nav {
  width: .8rem;
  height: .8rem;
  background:#d4975c;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 2.3rem;
  display: block;
  box-sizing: border-box;
  z-index: 999;
  text-align: center;
}
.g_nav i {
 background-position: -3.25rem -1.14rem;
   width: 0.28rem;
  height: 0.28rem;
 position:absolute;left:50%;margin-left:-0.14rem;top:50%;margin-top:-0.14rem;
}
/*showInfor*/
.showInfo {
  width: 100%;
  overflow: hidden;
  padding-top: 0rem;
}
.showInfo .price {
  text-align: center;
  font-size: .3rem;
  color: #d4975c;
}
.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: .3rem;
  margin: .3rem .3rem .1rem;
}
.showInfo .showTit h1 {
  font-weight: bold;
  color: #000;
  font-size: .4rem;
  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: #d4975c;
  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: 93%;
  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: #d4975c;
}

   #contentList{text-align:center;font-size:.36rem; }
     #contentList div{ margin-bottom:.2rem;line-height:.6rem;width:100%; height:.6rem;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;
}
.newslist {
  padding: .2rem 3% .3rem;
}
.newslist .item {
  width: 100%;
  display: block;
  padding: .3rem 0;
  border-bottom: 1px solid #dddddd;
  margin: 0 auto;
}
.newslist .item img {
  width: 2.15rem;
  height: 1.21rem;
  display: block;
  margin-right: .32rem;
  float: left;
}
.newslist .item h3 {
  font-size: .26rem;
  line-height: .4rem;
  height: .8rem;
  margin-bottom: .05rem;
  overflow: hidden;
  color: #333;
  margin-bottom: .1rem;
}
.newslist .item .txt {
  line-height: .32rem;
  height: .64rem;
  font-size: .22rem;
  overflow: hidden;
  color: #666666;
}
.newslist .item .time {
  color: #999;
  font-size: .2rem;
  line-height: .22rem;
  display: block;
}
.newslist .item .time i {
  width: .25rem;
  height: .25rem;
  background-position: 0 -.52rem;
  margin-right: .1rem;
  vertical-align: bottom;
}
.newslist .item .time i:nth-child(2) {
  background-position: -.26rem -.53rem;
  width: .35rem;
}
.newslist .item:first-child {
  padding-top: 0;
}
.newslist .item.hastime {
  position: relative;
  padding-left: 1rem;
}
.newslist .item.hastime h3 {
  height: .4rem;
  margin-bottom: .04rem;
}
.newslist .item.hastime .time {
  width: 1rem;
  position: absolute;
  left: 0;
  top: .33rem;
}
.newslist .item.hastime .time .day {
  font-size: .6rem;
  line-height: .7rem;
  color: #666;
  display: block;
  font-weight: bold;
}
.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;
  margin: 0 .4rem;/*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: #d4975c;
}
.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: #d4975c;
  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: #d4975c;
  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:94%;left:3%;
  
  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;
  margin-bottom: .1rem;
}
.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: .7rem;
  height: .7rem;
  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;
}
.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;border-radius:0;}
.product_show .about_5 .swiper-slide figure {
  padding-top:100%;
  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 #d4975c;
  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:#d4975c;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 #d4975c;
  color: #d4975c;
  font-size: .2rem;
  font-weight: 400;
  position: absolute;
  width: .35rem;
  height: .35rem;
  line-height: .35rem;
  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: #d4975c;
  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: #d4975c;
}
.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: 100%;
  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: #f5f5f5;
}
.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: #d4975c;
  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: #d4975c;
  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 { 
  padding: .6rem .4rem;  
}
.sub_banner h3 {
  font-size: .54rem;
  padding-top:.2rem; 
  position: relative;color:#fff;
  line-height: .6rem;
  margin-bottom: .1rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.sub_banner h3 b {
  display: block;
  width: 1rem;
  height: .04rem;
  background: #fff;display:none;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
.sub_banner p {
  font-size: .26rem;color:#fff;
 
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
.sub_banner p a{color:#fff;}
.sub_menu {
  background: #d4975c;
  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: #d4975c;
}
.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: #d4975c;
}
.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;}

.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:#d4975c;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 #d4975c;
  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:#d4975c;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: #d4975c;
  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: #d4975c;
  float: left;
  height: .75rem;
  line-height: .75rem;
}
.iproduct .img p {
  padding: 0 .2rem .15rem;
}
.iproduct .img h4 {
  color: #d4975c;
  padding: .1rem .2rem .3rem;
  line-height: .36rem;
  height: 1.08rem;
}
.iproduct .more {
  width: 96%;
  margin: 0 auto .56rem;
}
.iproduct .more a:first-child {
  background: #d4975c;
}
.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;
}
.bd_weixin_popup{height:350px !important;}
#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*/
.pager {
  width: 100%;
  text-align: center;
  background: #f6f6f6;
  padding: .2rem 0;
  font-size: .2rem;
}
.pager a,
.pager span {
  width: 1.6rem;
  height: .4rem;
  line-height: .4rem;
  display: inline-block;
  background: #e59f19;
  color: #fff;
  border-radius: 5px;
}
.pager .yem {
  height: .4rem;
  display: inline-block;
  margin: 0px .1rem;
  line-height: .4rem;
}
/*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;
  color: #333;
  font-size: .22rem;
}
.showmenu {
  width: 100%;
  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: #d4975c;
}
.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 #d4975c;
  color: #d4975c;
}
/*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:55.7377%;}
.product_1 li figure{padding-top:100%;}
.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;
}
.newsList .list {
  margin-bottom: .3rem;
  margin-top: 0;
}
.newsList .item {
  overflow: hidden;
  position: relative;
  margin-bottom: .35rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: .35rem;
}
.newsList .item:last-child {
  border: 0px;
}
.newsList .item a {
  width: 100%;
  display: block;
}
.newsList .item img {
  width: 2.13rem;
  height: 1.2rem;
  margin-right: .3rem;
  border-radius: .03rem;
  float: left;
}
.newsList .item h3 {
  font-size: .3rem;
  line-height: .38rem;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
.newsList .item .txt {
  color: #666666;
  font-size: .22rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
 margin-top:.1rem;
}
.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: #d4975c;
}
.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;
}

.index_title2 {
  background: url(../images/index_tit.png) left no-repeat;
  background-size: 5.6rem auto;
  height: .81rem;
  line-height: .81rem;
  text-align: left;
  width: 5.6rem;
  margin: 0 auto;
}
.index_title2 p {
  font-size: .34rem;
  color: #333;
  margin-left: .46rem;
  display: inline-block;
}

.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: #d4975c;
  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: #d4975c;
  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: #d4975c;
  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: #d4975c;
}
.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: #d4975c;
  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;
}
.index_title {
  padding-top: .85rem;
  padding-bottom: .45rem;
}
.index_title p {
  color: #999;
  font-size: .36rem;
  text-transform: uppercase;
}
.index_title .left {
  line-height: .5rem;
  position: relative;
  font-size: .48rem;
  font-weight: 400;
  width: 50%;
}
.index_title .left i {
  display: block;
  width: 1.61rem;
  height: .05rem;
  background: #d4975c;
  left: 1em;
  position: absolute;
  top: .45rem;
  z-index: 9;
}
.index_title .left span {
  display: block;
  position: absolute;
  z-index: 10;
}
.index_title .left p {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  left: 174px;
  top: 10px;
}
.index_title .right a {
  display: block;
  background: #d4975c;
  color: #fff;
  width: .45rem;
  height: .45rem;
  text-align: center;
  line-height: .45rem;
  transition: ease-in-out 0.2s;
  font-size: .3rem;
}
.index_t {
  padding-top: .79rem;
  padding-bottom: .48rem;
}
.index_t .left b {
  font-size: .48rem;
}
.index_t .left .line {
  font-size: .24rem;
  padding: 0 .13rem;
}
.index_t .left .txt {
  font-size: .24rem;
  color: #666;
}
.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);}


                                .ao_1 {
  padding: .0rem .4rem .6rem;
}
.ao_1 .box1 {
  padding-bottom: .5rem;
 
}

.ao_1 .ao_right {
 float:none;
  font-size:.26rem;
  line-height: .55rem;
  color: #666;
}
.ao_1 ul li {
   
  box-sizing: border-box;
  text-align: center; margin-bottom:.2rem;
}

.ao_1 ul li img {
  max-width:100%;
}

.ao_2_main {
   padding:0 .4rem .5rem;
  
}
.ao_2_main li {
  float: left;
 width:100%;
      background: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
   
  text-align: center;border:1px solid #ddd;box-sizing:border-box;
  box-shadow: .04rem .04rem .04rem .04rem rgba(0, 0, 0, 0.05);
  border-radius:.05rem; margin-bottom:.2rem;
}
.ao_2_main li .img {
  position: relative;
  width: .52rem;
  height:.52rem;
  margin: .3rem auto .2rem; 
  border-radius: 100%;
  overflow: hidden;
}
.ao_2_main li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: ease-in-out .2s;
}
.ao_2_main li .img img:nth-child(2) {
  top: 1.21rem;
}
.ao_2_main li h3 {
  font-size: .35rem;
  color: #333;
}
.ao_2_main li p {
  line-height:.4rem;
  font-size: .24rem;
  padding: .1rem .2rem 0; 
  overflow: hidden;box-sizing:content-box;
  margin-bottom: .34rem;
}
.ao_2_main li:nth-child(2n) {
  float:right;
}
.ab_2_main {
  background: url(../images/ab_2.jpg) right top no-repeat;background-size:cover;
  width: 100%;   padding-bottom:.5rem;
}
.ab_2_main .w1400{padding:0 .4rem;text-align:center;}
.ab_2_main img {
  padding-top:.5rem;max-width:100%;
}
.ab_2_main p {
  color: #fff;
  font-size: .24rem;
 
}

/*****通用*****/
@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;
  }
}