﻿@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;
  -webkit-appearance: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

.hidden {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}

/*公用样式*/
.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: .7;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.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;
}

/*tsearch*/
.tsearch {
  width: 100%;
  height: 1rem;
  padding: 0.2rem 3%;
  position: fixed;
  left: 0;
  top: 1rem;
  z-index: 1122;
  background: #f7f6f6;
  border-top: 1px solid #d3d3d3;
}

.tsearch .txt {
  width: 75%;
  color: #000;
  text-indent: 0.2rem;
  color: #666;
  font-size: 0.22rem;
  height: 0.6rem;
  background: #fff;
  border: 1px solid #bbb;
  position: absolute;
  left: 2%;
  top: 0.2rem;
}

.tsearch .btn {
  color: #fff;
  font-size: 0.22rem;
  width: 20%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border: 0;
  background: #1478be;
  position: absolute;
  right: 3%;
  top: 0.2rem;
}

.tsearch.bsearch {
  display: block;
  position: relative;
  z-index: 10;
  margin: 0.3rem auto;
  background: none;
  border-top: 0;
  top: 0;
}

.tsearch.bsearch .txt {
  height: 0.76rem;
}

.tsearch.bsearch .btn {
  height: 0.76rem;
  line-height: 0.76rem;
}

.tsearch.bsearch:before {
  top: 0.36rem;
}

/***************top and bottom css*********************/
/**header_main**/
.header_main {
  width: 100%;
  height: 1.2rem;
  top: 0;
  z-index: 100;
  box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.2);
  position: relative;
  background: url(../images/head_bg.png) left bottom repeat-x;
  position: absolute;
  max-width: 7.5rem;
  background-color: #1478be;
}

.header_main .en {
  position: absolute;
  top: .35rem;
  right: 2.25rem;
}

.header_main .en a {
  display: block;
  color: #fff;
  font-size: .3rem;
}

.header_main .en i {
  width: .47rem;
  height: .3rem;
  background-position: 0 -.43rem;
  vertical-align: top;
}

.header_main .search {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  right: 1.35rem;
  top: 0.4rem;
  background-position: -.68rem 0;
  z-index: 10;
}

.header_main .search.on {
  background-position: 0 0;
}

.header_main .logo img {
  display: block;
  padding-left: 0.6rem;
  padding-top: 0.42rem;
  height: 0.36rem;
  box-sizing: content-box;
}

.header_main .h1 img {
  height: 0.32rem;
  line-height: 0.32rem;
  margin: 0.36rem 0 0 1.41rem;
  color: #fff;
}

.header_main .navbtn {
  width: 0.95rem;
  height: 100%;
  padding-top: 0.44rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.header_main .navbtn s {
  width: 0.35rem;
  height: 0.33rem;
  display: block;
  background-position: -1.34rem 0;
}

.header_main .navbtn.cur s {
  background-position: -1.92rem 0;
}

.header_main .goBack {
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
}

.header_main .goBack:before {
  width: 0.22rem;
  height: 0.36rem;
  margin: 0.28rem auto 0;
  background: url("../g-images/g-ico.png") no-repeat;
  background-size: 4rem auto;
  background-position: -.98rem -.9rem;
  content: '';
  display: block;
}

.header_main .search_ico {
  display: block;
  position: absolute;
  right: 0.84rem;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: 0.8rem;
  height: 1rem;
  z-index: 6;
  padding-top: 0.34rem;
}

.header_main .search_ico s {
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 auto;
  background-position: -.62rem 0;
}

.header_main .search_ico.on {
  background: #fff;
}

.header_main .search_ico.on s {
  background-position: -1.92rem 0;
}

.header_main .tsearch {
  width: 100%;
  padding: 0.2rem;
  position: absolute;
  left: 0;
  top: 1rem;
  background: #fff;
  display: none;
  z-index: 10;
}

.header_main .tsearch s {
  right: 0.45rem;
  top: 0.34rem;
}

/*subNav*/
.subNav {
  position: fixed;
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.subNav .subNavCon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff url(../images/nav_bg.jpg) left repeat-y;
  background-size: 34% auto;
}

.subNav .close_main {
  position: relative;
  left: 0;
  top: 0;
  background: #fff;
  height: 1rem;
}

.subNav .close {
  width: 0.42rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  right: .2rem;
  top: 0.4rem;
  margin: 0 auto;
  background-position: -1.92rem 0;
}

.subNav .sideMen {
  width: 100%;
  padding: .1rem 0 0.5rem;
  overflow-y: auto;
  position: relative;
  height: 100%;
}

.subNav .sideMen .h3,
.subNav .sideMen h4 {
  line-height: 1rem;
  width: 34%;
  padding: 0 0 0 .4rem;
}

.subNav .sideMen .h3.on a {
  color: #1478be;
  font-weight: bold;
}

.subNav .sideMen .h3 a,
.subNav .sideMen h4 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222;
  font-size: .34rem;
}

.subNav .sideMen .h3 .ico {
  width: .32rem;
  height: .9rem;
  padding: 0 .3rem;
  background: url(../images/nav_ico.png) center center no-repeat;
  background-size: .31rem auto;
  position: absolute;
  right: .1rem;
  transform: rotate(180deg);
  top: 0;
  z-index: 10;
  transition: ease-in-out .2s;
}

.subNav .sideMen .h3 li.hover .ico {
  transform: rotate(0);
}

.subNav .sideMen .h3.on li a {
  position: relative;
  z-index: 8;
  font-size: .3rem;
  color: #444;
  font-weight: 400;
}

.subNav .sideMen .h3.on {
  color: #1478be;
  font-weight: bold;
  background: #f0f2fa;
}

.subNav .sideMen .h3.on ul {
  display: block;
}

.subNav .sideMen ul {
  position: absolute;
  width: 66%;
  left: 34%;
  top: 0;
  display: none;
  z-index: 10;
  height: 100%;
  overflow: auto;
  padding-bottom: 1.2rem;
}

.subNav .sideMen li {
  width: 100%;
  text-align: center;
  text-align: left;
  text-indent: 2em;
  margin-bottom: .1rem;
  line-height: .9rem;
  font-size: .28rem;
  position: relative;
}

.subNav .sideMen li dl {
  display: block;
  margin: 0 .2rem;
}

.subNav .sideMen li.hover dl {
  display: block;
}

.subNav .sideMen li dl dd {
  font-size: .25rem;
  line-height: .8rem;
  text-indent: 0;
  padding-left: .6rem;
  text-align: left;
}

.subNav .sideMen .h3.on li dl dd a {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: .26rem;
  color: #666;
  white-space: nowrap;
}

.subNav .sideMen li a {
  display: block;
  width: 100%;
  height: 100%;
}

.subNav .sideMen li i {
  width: .32rem;
  height: .32rem;
  background-position: -.48rem -1.21rem;
  position: absolute;
  right: .6rem;
  top: .29rem;
}

.subNav .sideMen li.hover i {
  background-position: 0 -2.41rem;
}

.subNavShow {
  display: block;
}

/***footer****/
.footer_main {
  color: #fff;
  line-height: .4rem;
  padding: .73rem 0 .6rem .73rem;
  background: #16181e;
  font-size: .26rem;
  background-size: cover;
}

.footer_main .txt {
  color: #fff;
  font-size: .26rem;
  line-height: .45rem;
  padding-right: .2rem;
}

.footer_main .txt a {
  color: #fff;
}

.footer_main .txt a:hover {
  color: #fff;
}

.footer_main .link {
  padding-bottom: .1rem;
  padding-top: .5rem;
}

.footer_main .link img {
  margin-bottom: .5rem;
  height: .43rem;
}

.footer_main .link li {
  position: relative;
  padding-left: .9rem;
  margin-bottom: .3rem;
}

.footer_main .link li i {
  width: .62rem;
  height: .62rem;
  background-position: 0 -.52rem;
  position: absolute;
  left: 0;
  top: .1rem;
}

.footer_main .link li p {
  font-size: .22rem;
}

.footer_main .link li h3 {
  font-size: .4rem;
}

.footer_main a {
  color: #fff;
}

.navBar {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #ddd;
}

.navBar ul {
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
}

.navBar ul li {
  float: left;
  width: 20%;
  height: 1rem;
}

.navBar ul li a {
  width: 100%;
  height: 1rem;
  padding-top: 0.15rem;
  font-size: 0.20rem;
  display: block;
  text-align: center;
  color: #333;
}

.navBar ul li a:before {
  width: 0.45rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto 0.02rem;
}

.navBar ul li:first-child {
  border-left: 0;
}

.navBar ul li:nth-child(1) a:before {
  background-position: -.51rem -.92rem;
}

.navBar ul li:nth-child(2) a:before {
  background-position: 0.06rem -.92rem;
}

.navBar ul li:nth-child(4) a:before {
  background-position: -1.08rem -.92rem;
}

.navBar ul li:nth-child(5) a:before {
  background-position: -1.68rem -.92rem;
}

.navBar #nav2 {
  position: absolute;
  z-index: 10;
  width: 0.86rem;
  height: 0.86rem;
  left: 50%;
  margin-left: -.43rem;
  top: -.43rem;
  text-align: center;
  font-size: 0.2rem;
}

.navBar #nav2 .ico {
  width: 0.86rem;
  height: 0.86rem;
  background-position: 0 -1.52rem;
}

/*悬浮工具*/
.g_top {
  width: 1.05rem;
  height: 1.05rem;
  background: #1478be;
  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.41rem auto 0;
  background-position: -2.59rem 0;
}

.g_tel {
  width: 1.05rem;
  height: 1.05rem;
  background: #1478be;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 2.8rem;
  display: block;
  z-index: 999;
  text-align: center;
}

.g_tel i {
  width: 0.47rem;
  height: 0.47rem;
  margin-top: .29rem;
  background-position: -2.54rem -.57rem;
}

.g_nav {
  width: 1.05rem;
  height: 1.05rem;
  background: #1478be;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 1.5rem;
  display: block;
  box-sizing: border-box;
  z-index: 999;
  text-align: center;
}

.g_nav i {
  width: 0.45rem;
  height: 0.45rem;
  margin-top: .3rem;
  background-position: -3.11rem -.55rem;
}

/*imessage*/
.imessage {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}

.imessage h2 {
  color: #333333;
  margin-bottom: 0.3rem;
  text-align: center;
  font-size: 0.34rem;
}

.imsg {
  width: 100%;
  margin: 0 auto;
}

.mess_case {
  margin: 0 .6rem .8rem;
}

.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 .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: #1478be;
}

/***************top and bottom css end*********************/
/* imgtog */
.imgtog {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.imgtog .list {
  float: left;
  width: 500%;
}

.imgtog .list .item {
  float: left;
  width: 20%;
}

.imgtog .list .item img,
.imgtog .list .item video {
  width: 100%;
  vertical-align: top;
  z-index: -9999;
}

.imgtog .prev,
.imgtog .next {
  width: 0.3rem;
  height: 0.45rem;
  position: absolute;
  top: 0.9rem;
  z-index: 20;
}

.imgtog .prev {
  left: 0.1rem;
  background-position: -.98rem 0;
}

.imgtog .next {
  right: 0.1rem;
  background-position: -1.4rem 0;
}

.imgtog .tip {
  height: 0.2rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: .5rem;
  margin-left: 0;
  text-align: center;
  z-index: 11;
}

.imgtog .tip span {
  width: .1rem;
  height: .1rem;
  margin: 0 0.1rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 100%;
  vertical-align: top;
  text-align: center;
  background: none;
  border: 1px solid #fff;
}

.imgtog .tip span.cur {
  background: #007bc5;
  border: 1px solid #1478be;
}

.banner_main {
  position: relative;
  z-index: 9;
}

.indexsplit {
  width: 100%;
  height: 0.3rem;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}

.indexmore,
.addclick {
  text-align: center;
  height: 0.74rem;
  line-height: 0.74rem;
  width: 94%;
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 0.28rem;
  background: #0000ff;
  color: #fff;
}

.indexmore:link,
.addclick:link,
.indexmore:visited,
.addclick:visited {
  color: #fff;
}

.addclick {
  width: 94%;
  border-color: #999;
}

.inews {
  padding-bottom: 0.56rem;
}

/*newslist*/
.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;
}

/*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: #1478be;
}

.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;
}

/**********************index css*************************/
.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: #1478be;
  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: #1478be;
  float: left;
  height: .75rem;
  line-height: .75rem;
}

.iproduct .img p {
  padding: 0 .2rem .15rem;
}

.iproduct .img h4 {
  color: #1478be;
  padding: .1rem .2rem .3rem;
  line-height: .36rem;
  height: 1.08rem;
}

.iproduct .more {
  width: 96%;
  margin: 0 auto .56rem;
}

.iproduct .more a:first-child {
  background: #1478be;
}

.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%;
}

/**************category****************/
.content {
  width: 100%;
  min-height: 9rem;
  background: #eef1f4;
  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;*/
}

/*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 .6rem .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 .6rem .3rem;
}

.showmenu a {
  width: 47%;
  display: block;
  float: left;
  line-height: .67rem;
  text-align: center;
  border-radius: .04rem;
  color: #333;
  font-size: .26rem;
  background: #fff;
  margin-right: 2%;
  padding: 0 .1rem;
  margin-bottom: .2rem;
  box-sizing: border-box;
  border: 1px solid #ddd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.showmenu a:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.showmenu a.hover {
  color: #fff;
  background: #1478be;
}

.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 #1478be;
  color: #1478be;
}

/*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: 56.25%;
  position: relative;
  overflow: hidden;
}

.img16 li figure {
  padding-top: 75%;
}

.caselist .addimglist li figure {
  padding-top: 120%;
}

.caselist li figure img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}

.caselist li h3 {
  height: .6rem;
  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;
}

.caselist li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 .1rem;
  line-height: .4rem;
  text-align: center;
  padding-bottom: .2rem;
}

.imgH li figure {
  padding-top: 121.5%;
}

.img16 li h3 {
  height: 1.05rem;
  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.6rem;
  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;
  position: absolute;
  bottom: .31rem;
  left: 2.43rem;
}

.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: #1478be;
}

.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;
}

/*showInfor*/
.showInfo {
  width: 100%;
  overflow: hidden;
  padding-top: .4rem;
}

.showInfo .price {
  text-align: center;
  font-size: .3rem;
  color: #1478be;
}

.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: .2rem .6rem .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: .42rem;
  padding: .5rem .6rem .6rem;
}

.showInfo .contxt img {
  max-width: 100%;
  margin: 0px auto;
  height: auto !important;
  display: inline;
}

.showInfo .contxt table img {
  max-width: inherit;
  width: 100%;
}

.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;
  text-align: center;
  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;
}

.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;
}

.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: #1478be;
  color: #fff;
  outline: none;
  border: none;
}

.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: #1478be;
  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: #1478be;
  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: #1478be;
  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: #1478be;
}

.history .item i strong {
  font-size: 0.3rem;
  font-family: "Arial";
  padding-right: 0.06rem;
}

.guan_2 .t_line {
  background: url(../images/timeline.png) no-repeat center bottom;
  background-size: 7.5rem auto;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.9rem;
  height: .2rem;
}

.guan_2 {
  position: relative;
  padding-bottom: .4rem;
  padding-top: 0.76rem;
  background: #f5f5f5;
}

.guan_2 h3 {
  font-size: 0.36rem;
  color: #333;
  line-height: 0.36rem;
  text-align: center;
}

.guan_3 {
  background-color: #fff;
}

.guan_3 .w1200 {
  padding: 0 0.3rem;
  background: url(../images/xcc_02.jpg) top center no-repeat;
  background-size: 100%;
}

.guan_3 .w1200 h3 {
  font-size: 0.36rem;
  color: #333;
  line-height: 0.36rem;
  text-align: center;
  padding-top: 0.7rem;
}

.guan_3 .guan_3_0 {
  border-radius: 0.1rem;
  overflow: hidden;
  margin-top: 0.38rem;
}

.guan_3 .guan_3_0 .guan_3_2 {
  background: url(../images/zzz_03.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.66rem;
}

.guan_3 .guan_3_0 .guan_3_1 {
  background-color: #1478be;
  padding: 0.5rem;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.44rem;
}

.guan_4 {
  background-color: #fff;
}

.guan_4 .w1200 h3 {
  font-size: 0.36rem;
  color: #333;
  line-height: 0.36rem;
  text-align: center;
  padding-top: 0.7rem;
}

.guan_4 .guan_3_0 {
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0 4%;
  margin-top: 0.38rem;
}

.guan_4 .guan_3_0 .guan_3_2 {
  background: url(../images/zzz_03.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.66rem;
}

.guan_4 .guan_3_0 .guan_3_1 {
  background-color: #1478be;
  padding: 0.5rem;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.44rem;
}

.guan_4 .guan_4_0 {
  padding: 0.4rem 0.3rem;
}

.guan_4 .guan_4_0 li {
  width: 47%;
  float: left;
  display: block;
  margin-bottom: .3rem;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}

.guan_4 .guan_4_0 li:nth-child(2n) {
  float: right;
}

.guan_4 .guan_4_0 li figure {
  width: 100%;
  padding-top: 121.5%;
  position: relative;
  overflow: hidden;
}

.guan_4 .guan_4_0 li figure img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.guan_4 .guan_4_0 li h4 {
  width: 3.265rem;
  height: .6rem;
  line-height: .6rem;
  overflow: hidden;
  text-align: center;
  border: #e1e1e1 solid 1px;
  border-radius: 0 0 0.1rem 0.1rem;
}

.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: #1478be;
  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: .54rem;
  font-weight: 400;
  font-weight: bold;
  width: 70%;
}

.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: none;
  border: 1px solid #ddd;
  color: #3c404b;
  width: 1.2rem;
  border-radius: .25rem;
  height: .5rem;
  text-align: center;
  line-height: .5rem;
  transition: ease-in-out 0.2s;
  font-size: .24rem;
}

.index_1 {
  padding: 0 .6rem 0rem;
  overflow: hidden;
}

.index_1 .flash {
  margin-bottom: .44rem;
  overflow: hidden;
}

.index_1 .flash video {
  width: 100%;
  display: block;
}

.index_1 .body .des {
  font-size: .26rem;
  color: #666;
  line-height: .45rem;
  padding-bottom: .15rem;
}

.index_1 .body .list .item {
  margin-bottom: .34rem;
  float: left;
  width: 55%;
  position: relative;
  box-sizing: border-box;
}

.index_1 .body .list .item:nth-child(2n) {
  float: right;
  width: 45%;
}

.index_1 .body .list .item:nth-child(1),
.index_1 .body .list .item:nth-child(2) {
  border-bottom: 1px solid #ddd;
}

.index_1 .body .list .item h3 {
  font-size: .7rem;
  line-height: .5rem;
  color: #1478be;
}

.index_1 .body .list .item h3 span {
  font-size: .3rem;
  padding-left: .05rem;
  font-weight: bold;
  vertical-align: super;
  padding-left: 1rem;
}

.index_1 .body .list .item p {
  font-size: .22rem;
  color: #999;
  line-height: .35rem;
  height: .7rem;
  padding-right: .3rem;
  padding-top: .2rem;
  margin-bottom: .15rem;
}

.index_1 .body .list .item:nth-child(7) p {
  padding-right: 0;
}

.index_1 .body .list .item:nth-child(1) p,
.index_1 .body .list .item:nth-child(2) p {
  margin-bottom: 0;
}

.index_1 .body .list .item:nth-child(3n) p {
  padding-right: 0;
}

.index_1 .body .list .item strong {
  font-weight: bold;
}

.index_2 {
  padding: 0 .6rem .4rem;
}

.index_2 ul {
  padding-bottom: .2rem;
}

.index_2 li {
  position: relative;
  margin-bottom: .4rem;
}

.index_2 li span {
  position: absolute;
  color: #fff;
  width: 1.5rem;
  height: .43rem;
  left: 0;
  top: 0;
  display: block;
  background: url(../images/bg.png) repeat;
  text-align: center;
  line-height: .43rem;
  border-radius: .15rem 0 .15rem 0;
}

.index_2 li img {
  width: 2.7rem;
  height: 1.5rem;
  display: block;
  float: left;
  margin-right: .2rem;
  border-radius: .15rem;
}

.index_2 li h3 {
  font-size: .3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_2 li p {
  color: #999;
  position: absolute;
  bottom: 0;
  left: 2.9rem;
  font-size: .22rem;
  padding-top: .2rem;
}

.index_2 .more {
  border: 1px solid #b2d1ff;
  line-height: .8rem;
  text-align: center;
  font-size: .3rem;
  border-radius: .05rem;
  width: 100%;
  margin: 0 auto;
}

.index_2 .more a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.index_3 {
  padding: 0 .6rem .2rem;
}

.index_3 .sideMen {
  margin-top: .45rem;
}

.index_3 h3 {
  background: #fff;
  border: 1px solid #1478be;
  position: relative;
  padding: .3rem;
  margin-bottom: .2rem;
  border-radius: .05rem;
  padding-left: 1.9rem;
}

.index_3 h3 b {
  font-size: .32rem;
  font-weight: bold;
  display: block;
}

.index_3 h3 img {
  position: absolute;
  left: .56rem;
  top: .4rem;
  width: 1.13rem;
  height: auto;
}

.index_3 h3 .img2 {
  opacity: 0;
}

.index_3 h3 span {
  text-transform: uppercase;
  color: #999;
  font-size: .2rem;
}

.index_3 h3 s {
  position: absolute;
  width: .32rem;
  height: .32rem;
  background-position: -.48rem -1.21rem;
  right: .3rem;
  top: 50%;
  margin-top: -.16rem;
}

.index_3 h3.on {
  background: #1478be;
}

.index_3 h3.on .img2 {
  opacity: 1;
  z-index: 10;
}

.index_3 h3.on b {
  color: #fff;
  font-weight: bold;
}

.index_3 h3.on span {
  color: #87c1ff;
}

.index_3 h3.on s {
  background-position: -.48rem -1.53rem;
}

.index_3 ul {
  background: #1478be;
}

.index_3 ul li {
  background: #1478be;
}

.index_3 ul img {
  width: 100%;
  display: block;
  border-radius: .1rem .1rem 0 0;
}

.index_4 {
  background: #1478be url(../images/index_4_bg.gif) left bottom no-repeat;
  min-height: 10.55rem;
  padding: 0 .6rem;
  position: relative;
  background-size: 7.5rem auto;
  box-sizing: border-box;
  overflow: hidden;
}

.index_4 .index_title .left {
  color: #fff;
}

.index_4 .index_title .left i {
  background: #06a4ee;
}

.index_4 .body li {
  position: absolute;
  width: 1.5rem;
  text-align: center;
  top: 5.99rem;
  left: .6rem;
}

.index_4 .body li a {
  display: block;
  width: 100%;
  position: relative;
}

.index_4 .body li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url(../images/index_4_ico.png) repeat-y;
  background-size: 100% auto;
  -webkit-animation: rotate 10s linear 0s infinite;
  animation: rotate 10s linear 0s infinite;
}

@-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);
  }
}

.index_4 .body li .text {
  display: block;
  width: 100%;
  padding-top: .55rem;
}

.index_4 .body li .text img {
  width: .45rem;
  height: .45rem;
  display: block;
  margin: 0 auto;
}

.index_4 .body li .text .line {
  display: block;
  position: absolute;
  top: 1.5rem;
  width: 1px;
  left: 50%;
  height: 1.73rem;
  background: url(../images/index_4_line.png) repeat;
}

.index_4 .body li .text p {
  font-size: .26rem;
  padding-top: .55rem;
  color: #fff;
  position: absolute;
  width: 120%;
  left: -10%;
  text-align: center;
}

.index_4 .body li:nth-child(2) {
  width: 1.22rem;
  left: 1.28rem;
  top: 4.17rem;
}

.index_4 .body li:nth-child(2) .bg {
  width: 1.22rem;
  height: 1.22rem;
}

.index_4 .body li:nth-child(2) .text {
  padding-top: .4rem;
}

.index_4 .body li:nth-child(2) .text p {
  padding-top: .42rem;
}

.index_4 .body li:nth-child(2) .text .line {
  top: 1.22rem;
  height: 3.7rem;
}

.index_4 .body li:nth-child(3) {
  left: 1.85rem;
  top: 1.86rem;
}

.index_4 .body li:nth-child(3) .text .line {
  height: 5.89rem;
}

.index_4 .body li:nth-child(4) {
  width: 1.22rem;
  left: 2.73rem;
  top: 5.52rem;
}

.index_4 .body li:nth-child(4) .bg {
  width: 1.22rem;
  height: 1.22rem;
}

.index_4 .body li:nth-child(4) .text {
  padding-top: .4rem;
}

.index_4 .body li:nth-child(4) .text p {
  padding-top: .42rem;
}

.index_4 .body li:nth-child(4) .text .line {
  top: 1.22rem;
  height: 2.64rem;
}

.index_4 .body li:nth-child(5) {
  width: 1.22rem;
  left: 3.44rem;
  top: 3.35rem;
}

.index_4 .body li:nth-child(5) .bg {
  width: 1.22rem;
  height: 1.22rem;
}

.index_4 .body li:nth-child(5) .text {
  padding-top: .4rem;
}

.index_4 .body li:nth-child(5) .text p {
  padding-top: .42rem;
}

.index_4 .body li:nth-child(5) .text .line {
  top: 1.22rem;
  height: 4.73rem;
}

.index_4 .body li:nth-child(6) {
  left: 4.04rem;
  top: 6.55rem;
}

.index_4 .body li:nth-child(6) .text .line {
  height: 1.16rem;
}

.index_4 .body li:nth-child(7) {
  left: 4.77rem;
  top: 1.43rem;
}

.index_4 .body li:nth-child(7) .text .line {
  height: 6.29rem;
}

.index_4 .body li:nth-child(8) {
  width: 1.22rem;
  left: 5.64rem;
  top: 4.24rem;
}

.index_4 .body li:nth-child(8) .bg {
  width: 1.22rem;
  height: 1.22rem;
}

.index_4 .body li:nth-child(8) .text {
  padding-top: .4rem;
}

.index_4 .body li:nth-child(8) .text p {
  padding-top: .42rem;
}

.index_4 .body li:nth-child(8) .text .line {
  top: 1.22rem;
  height: 3.79rem;
}

.index_5 {
  background: #fff;
  background-size: 100% auto;
  padding: 1rem 0.6rem 0rem;
  overflow: hidden;
}

.index_5 .case_2 .swiper-slide {
  width: 50%;
}

.index_5 .swiper-container {
  padding-bottom: .8rem;
  margin-top: .2rem;
}

.index_5 .swiper-slide {
  height: 3.4rem;
  text-align: center;
  position: relative;
  border-radius: .1rem;
}

.index_5 .swiper-slide span {
  display: block;
  background: #fff;
  width: .34rem;
  height: .04rem;
  margin: 0 auto;
}

.index_5 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.index_5 .swiper-slide h3 {
  font-size: .28rem;
  line-height: .34rem;
  width: 100%;
  display: block;
  color: #fff;
  overflow: hidden;
  padding: 0 .1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 1.3rem;
  margin-bottom: .22rem;
}

.index_5 .swiper-pagination-bullet {
  width: .12rem;
  height: .12rem;
  background: #ccc;
  border-radius: .06rem;
  opacity: 1;
  border: .03rem solid #fff;
  box-sizing: content-box;
  margin: 0 .13rem;
}

.index_5 .swiper-pagination-bullet-active {
  background: #1478be;
  width: .18rem;
  height: .18rem;
  border: none;
  border-radius: .09rem;
}

.index_5 .slideTxtBox {
  overflow: hidden;
}

.index_5 .hd {
  border: 1px solid #ddd;
  margin-bottom: .3rem;
  border-radius: .1rem;
  overflow: hidden;
}

.index_5 .hd li {
  line-height: .84rem;
  background: #fff;
  text-align: center;
  width: 50%;
  float: left;
  font-size: .28rem;
}

.index_5 .hd li i {
  width: .5rem;
  height: .5rem;
  background-position: -.5rem -3.1rem;
}

.index_5 .hd li:nth-child(2n) {
  float: right;
}

.index_5 .hd li:nth-child(2n) i {
  background-position: 0 -3.1rem;
  margin-bottom: .04rem;
}

.index_5 .hd li.on {
  background: #1478be;
  color: #fff;
}

.index_5 .hd li:first-child.on i {
  background-position: -1.5rem -3.1rem;
}

.index_5 .hd li:nth-child(2).on i {
  background-position: -1rem -3.1rem;
}

.index_6 {
  padding: 0 .6rem .6rem;
  overflow: hidden;
}

.index_6 .bd {
  padding-top: .45rem;
}

.index_6 .bd li {
  float: left;
  width: 47%;
  background: #fff;
  margin-bottom: .3rem;
  border: 1px solid #ddd;
  padding: .0rem;
  text-align: center;
  box-sizing: border-box;
  line-height: .8rem;
}

.index_6 .bd li figure {
  position: relative;
  padding-top: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.index_6 .bd li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.index_6 .bd li:nth-child(2n) {
  float: right;
}

.index_55 {
  background: #fff;
  background-size: 100% auto;
  padding: 0 .6rem 0rem;
  overflow: hidden;
}

.index_55 .slideTxtBox {}

.index_55 .hd li {
  height: .93rem;
  background: #e3e7ec;
  text-align: center;
  width: 32%;
  border-radius: .1rem;
  float: left;
  margin-right: 2%;
  margin-bottom: .24rem;
  font-size: .28rem;
}

.index_55 .hd li:nth-child(3n) {
  margin-right: 0;
}

.index_55 .hd li.on {
  box-shadow: .03rem .03rem .03rem .03rem rgba(0, 0, 0, 0.2);
  color: #fff;
  transform: translateY(-.05rem);
}

.index_55 .bd {
  padding-bottom: .6rem;
}

.index_55 .bd ul {
  padding-bottom: .2rem;
  overflow: hidden;
}

.index_55 .bd li {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: .4rem;
}

.index_55 .bd li span {
  position: absolute;
  bottom: -.1rem;
  color: #1478be;
  font-size: .24rem;
}

.index_55 .bd li img {
  width: 2.7rem;
  height: 1.5rem;
  margin-left: 1px;
  display: block;
  float: left;
  margin-right: .2rem;
  border-radius: .15rem;
}

.index_55 .bd li h3 {
  font-size: .34rem;
  line-height: .4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_55 .bd li p {
  color: #999;
  position: absolute;
  bottom: 0rem;
  left: 2.9rem;
  font-size: .22rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  line-height: .35rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sub_banner {
  height: 5.2rem;
  padding: 0 .6rem;
  color: #fff;
}

.sub_banner h3 {
  font-size: .54rem;
  padding-top: 2.43rem;

  position: relative;
  line-height: .6rem;
  margin-bottom: .2rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.sub_banner h3 b {
  display: block;
  width: 1.52rem;
  height: .04rem;
  background: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 2.41rem;
}

.sub_banner p {
  font-size: .26rem;

  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.sub_banner p a {
  color: #fff;
}

.sub_menu {
  background: #1478be;
  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: #1478be;
}

.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: #1478be;
}

.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: #209bf1;
}

.test {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
}

.test .item {
  flex: 1;
  text-align: center;
}

.about_1 {
  padding: 0rem .6rem 0;
  overflow: hidden;
}

.about_1 .hd {
  margin-bottom: .4rem;
}

.about_1 .hd li {
  float: left;
  line-height: .95rem;
  font-size: .32rem;
  width: 33.333%;
  text-align: center;
  border-bottom: .03rem solid #ccc;
}

.about_1 .hd li.on {
  border-bottom: .03rem solid #1478be;
  font-weight: bold;
}

.about_1 .bd {
  font-size: .26rem;
  padding-bottom: .5rem;
}

.about_1 .img2 img {
  width: 100%;
  display: block;
  border-radius: .1rem;
  margin-top: 0rem;
}

.about_1 .body .list {
  background: url(../images/about_1_list.jpg) no-repeat;
  background-size: 100% auto;
  padding-top: .8rem;
}

.about_1 .box2 {
  position: relative;
  border-radius: .09rem;
  margin-bottom: .8rem;
  height: 3.79rem;
}

.about_1 .box2 p {
  color: #fff;
  font-size: .4rem;
  padding-left: .44rem;
  padding-top: .71rem;
  text-shadow: .03rem .03rem .03rem rgba(0, 0, 0, 0.1);
}

.about_2 {
  background: url(../images/about_2.jpg) center 1.1rem no-repeat;
  background-size: 100% auto;
  text-align: left;
  padding: 0 .6rem;
  padding-top: 1.1rem;
}

.about_2 .index_title {
  padding-top: 0;
}

.about_2 img {
  width: 100%;
  margin-top: .7rem;
  display: block;
}

.about_title {
  text-align: center;
  padding-top: .7rem;
  margin-bottom: .5rem;
}

.about_title h3 {
  font-size: .4rem;
  color: #333;
}

.about_title p {
  font-size: .3rem;
  color: #afbbcf;
  text-transform: uppercase;
}

.about_3 {
  padding: 0 .6rem;
}

.about_3 .img img {
  width: 5.42rem;
  margin-top: .5rem;
}

.about_3 li {
  float: left;
  width: 48%;
  margin-right: 2%;
  box-sizing: border-box;
  padding: .2rem .1rem;
  border-radius: .08rem .4rem .08rem .4rem;
  margin-bottom: .4rem;
  background: #eef2f6;
  height: 3rem;
}

.about_3 li:nth-child(1),
.about_3 li:nth-child(4),
.about_3 li:nth-child(5) {
  background: #1478be;
  color: #fff;
}

.about_3 li img {
  margin-bottom: .2rem;
  width: .75rem;
}

.about_3 li h3 {
  font-size: .36rem;
}

.about_3 li .p {
  font-size: .22rem;
  height: .8rem;
  line-height: .4rem;
}

.about_3 li:nth-child(2) {
  float: right;
  margin-right: 0;
}

.about_4 {
  overflow: hidden;
  background: #eff3fa url(../images/about_4.jpg) center top no-repeat;
  background-size: 100% auto;
}

.about_4 .gallery-top {
  text-align: center;
  overflow: hidden;
  margin: 0 .6rem;
}

.about_4 .gallery-top h3 {
  font-size: 1.6rem;
  color: #333;
  font-family: arial;
  font-weight: bold;
  line-height: 1.6rem;
  position: relative;
}

.about_4 .gallery-top h3 span {
  width: .35rem;
  height: .35rem;
  background: #67686a;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: .26rem;
  line-height: .35rem;
  text-align: center;
  position: absolute;
  font-family: "微软雅黑";
}

.about_4 .gallery-top .p {
  font-size: .26rem !important;
  line-height: .45rem !important;
  padding-bottom: 1rem;
  padding-top: .1rem;
}

.about_4 .gallery-top img {
  width: 5rem;
  height: 2.81rem;
  border-radius: .1rem;
  margin-bottom: .72rem;
}

.about_4 .gallery-thumbs {
  font-size: .34rem;
  padding-bottom: .85rem;
  border-top: 1px solid #ddd;
}

.about_4 .gallery-thumbs .swiper-slide {
  position: relative;
  padding-top: .25rem;
  text-align: center;
}

.about_4 .gallery-thumbs i {
  width: .32rem;
  height: .32rem;
  background-position: -1.21rem -.64rem;
  position: absolute;
  top: -.17rem;
  left: 50%;
  margin-left: -.12rem;
}

.about_4 .gallery-thumbs .swiper-slide-thumb-active {
  color: #1478be;
}

.about_4 .gallery-thumbs .swiper-slide-thumb-active i {
  background-position: -.84rem -.64rem;
}

.about_5 {
  overflow: hidden;
  margin: 0 .6rem;
}

.about_5 .swiper-container {
  padding-bottom: .4rem;
  margin-top: .2rem;
}

.about_5 .swiper-slide {
  background: #fff;
  padding-bottom: .2rem;
  text-align: center;
}

.about_5 .swiper-slide figure {
  position: relative;
  padding-top: 75%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.about_5 .swiper-slide figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about_5 .swiper-slide h3 {
  font-size: .26rem;
  line-height: .34rem;
  height: .68rem;
  padding: .2rem 0;
  box-sizing: content-box;
  overflow: hidden;
}

.about_5 .swiper-pagination-bullet {
  width: .12rem;
  height: .12rem;
  background: #ccc;
  border-radius: .06rem;
  opacity: 1;
  border: .03rem solid #fff;
  box-sizing: content-box;
  margin: 0 .13rem;
}

.about_5 .swiper-pagination-bullet-active {
  background: #1478be;
  width: .18rem;
  height: .18rem;
  border: none;
  border-radius: .09rem;
}

.about_6 {
  overflow: hidden;
  padding: 0 .6rem 1rem;
}

.about_6 .body {
  height: 5.43rem;
}

.about_6 .body h3 {
  z-index: 10;
  color: #fff;
  font-size: .36rem;
  padding-left: .5rem;
  padding-top: .55rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.about_6 .body p {
  z-index: 10;
  color: #fff;
  font-size: .26rem;
  padding-left: .5rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-top: .1rem;
}

.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: #1478be;
  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: #1478be;
  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;
  margin-top: .26rem;
}

.down .body li .left {
  width: 83%;
}

.down .body li .left {
  line-height: .4rem;
  height: .8rem;
}

.case_list {
  padding: .68rem .6rem .6rem;
}

.case_list .item {
  background: #fff;
  border-radius: .2rem;
  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;
  display: block;
}

.case_list .item .txt {
  padding: .38rem;
}

.case_list .item .txt h3 {
  font-size: .36rem;
  text-align: center;
  margin-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;
}

.case_flash .box1 {
  background: #1478be;
  height: 1.2rem;
}

.case_flash .flash {
  width: 100%;
  display: block;
  background: #000;
  z-index: -1;
}

.case_flash .box2 {
  background: #eef1f4;
  padding-bottom: 1.16rem;
}

.case_flash .box2 .con {
  margin: 0 .6rem;
  background: #fff;
  box-shadow: 0.03rem 0.03rem 0.03rem rgba(0, 0, 0, 0.1);
  border-radius: .05rem;
  padding: .46rem;
}

.case_flash .box2 .con img {
  width: .98rem;
  margin-bottom: .2rem;
  font-size: .24rem;
  color: #666;
}

.case_flash .case_list .about_title {
  padding-top: .5rem;
}

.case_flash .case_list .item {
  border: 1px solid #ddd;
  box-shadow: none;
}

.case_flash .box3 {
  background: #eef1f4;
  margin: 0;
  padding-bottom: .86rem;
}

.case_flash .box3.tong_main_Add {
  padding-bottom: 0;
}

.case_flash .box3 .swiper-container {
  margin: 0 .6rem;
  overflow: hidden;
}

.case_flash .box3 .swiper-slide {
  padding-bottom: 1.4rem;
}

.case_flash .box3 .swiper-slide p {
  padding: 0 .36rem;
  text-align: left;
  line-height: .4rem;
}

.case_flash .box3 .swiper-slide figure {
  padding-top: 56.25%;
}

.case_flash .box3 .swiper-slide h3 {
  text-align: left;
  padding: .36rem;
  font-size: .3rem;
  font-weight: bold;
  height: .34rem;
  padding-top: .42rem;
}

.case_flash .box3 .swiper-slide h3 i {
  width: .32rem;
  height: .32rem;
  background-position: -4.36rem 0;
  margin-right: .15rem;
}

.case_flash .box3 .swiper-container-horizontal>.swiper-pagination-bullets,
.case_flash .box3 .swiper-pagination-custom,
.case_flash .box3 .swiper-pagination-fraction {
  bottom: .8rem;
  width: auto;
  left: .36rem;
}

.case_flash .show {
  background: #eef1f4;
  padding-bottom: 1.16rem;
}

.case_flash .show .con {
  margin: 0 .6rem;
  background: #fff;
  box-shadow: 0.03rem 0.03rem 0.03rem rgba(0, 0, 0, 0.1);
  border-radius: .05rem;
  padding: .46rem;
}

.case_flash .show .con img {
  width: 100%;
  margin-bottom: .2rem;
  font-size: .24rem;
  color: #666;
}

.case_flash .show .con h3 {
  color: #1478be;
  font-size: .3rem;
  margin-bottom: .22rem;
}

.case_flash .show .con .p {
  font-size: .24rem !important;
  line-height: .45rem !important;
}

.case_flash .show .con .p:nth-child(2) {
  margin-bottom: .4rem;
}

.case_flash .show .con .p img {
  max-width: 100%;
}

.case_flash .show .con ul {
  border-bottom: 1px solid #ddd;
  padding-bottom: .3rem;
  margin-bottom: .3rem;
}

.case_flash .show .con li {
  float: left;
  width: 50%;
  font-size: .24rem;
  color: #666;
  line-height: .44rem;
}

.case_flash .show .con li b {
  background: #5997f2;
  width: .1rem;
  height: .1rem;
  border-radius: 0.05rem;
  display: block;
  float: left;
  margin-top: .17rem;
  margin-right: .1rem;
}

.tong_main_2 {
  background: #fff;
}

.tong_main_2 .body {
  background: #fff;
}

.tong_main_2 .body ul {
  border-bottom: 1px solid #e2ecf1;
}

.tong_main_2 .body li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #e2ecf1;
  border-right: 1px solid #e2ecf1;
  box-sizing: border-box;
  padding: 0 .15rem .2rem;
}

.about_5.tong_main_Add {
  background: #fff;
}

.tong_main_2 .body li img {
  width: .65rem;
  height: .65rem;
  margin-top: .6rem;
  margin-bottom: .3rem;
}

.tong_main_2 .body li p {
  color: #333;
  padding-bottom: .1rem;
  font-size: .3rem;
  margin-top: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tong_main_2 .body li h3 {
  font-size: .22rem;
  line-height: .4rem;
  overflow: hidden;
  height: 1.6rem;
  color: #666;
}

.tong_main_2 .body li:nth-child(1),
.tong_main_2 .body li:nth-child(2) {
  border-top: 1px solid #e2ecf1;
}

.tong_main_2 .body li:nth-child(2n) {
  border-right: none;
}

.tong_main_3 {
  padding: 0 .6rem .8rem;
}

.tong_main_3 li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: .26rem;
  margin-bottom: .4rem;
}

.tong_main_3 li img {
  width: 2.31rem;
  height: 1.75rem;
  transition: ease-in-out .2s;
}

.tong_main_3 li p {
  padding-top: .1rem;
}

.remm_product {
  padding: 0 .6rem .1rem;
}

.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: 56.25%;
  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;
}

.product_show .swiper-container-horizontal>.swiper-pagination-bullets,
.product_show .swiper-pagination-custom,
.product_show .swiper-pagination-fraction {
  bottom: .05rem;
}

.product_show .about_5 h1 {
  text-align: center;
  font-size: .34rem;
  line-height: .6rem;
  padding-top: .2rem;
  margin-bottom: .2rem;
}

.product_show .about_5 .body {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: .1rem;
  overflow: hidden;
}

.product_show .about_5 .swiper-container {
  overflow: hidden;
  margin-top: 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;
  border-bottom: 1px solid #ddd;
}

.product_show_2 .box2 .hd li {
  float: left;
  width: 33.333%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;

  font-size: .25rem;
  cursor: pointer;
}

.product_show_2 .box2 .hd li.on {
  border-bottom: .03rem solid #1478be;
  font-weight: bold;
}

.product_show_2 .box2 .bd {
  padding: 0 .6rem;
}

.product_show_2 .box2 .bd li {
  line-height: .49rem;
  font-size: .24rem;
  color: #666;
}

.product_show_2 .box2 .bd li img {
  max-width: 100%;
}

.product_show_2 .box2 .bd li table {
  width: 100% !important;
}

.product_show_2 .box2 .bd li table tr:first-child {
  background: #1478be;
  color: #fff;
  text-align: center;
  line-height: .5rem;
}

.product_show_2 .box2 .bd li table td {
  padding: .08rem .1rem;
}

.product_show_2 .box2 .xia {
  background: #1478be;
  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 #1d69da;
  color: #1d69da;
  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;
}

.job_list .con a {
  display: block;
  width: 2.4rem;
  height: .65rem;
  line-height: .65rem;
  text-align: center;
  color: #fff;
  background: #1478be;
  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 .con .p:nth-child(2) img {
  max-width: 100%;
}

.job_list .title.on h3 {
  color: #1478be;
}

.job_list .title.on i {
  background-position: -.94rem -1.53rem;
}

.life_1 {
  background: #eef1f4;
  padding-bottom: .75rem;
}

.life_1 .about_title {
  padding-top: .7rem;
}

.life_1 .about_5 .swiper-container {
  padding-bottom: .26rem;
}

.life_1 .about_5 .swiper-slide {
  background: none;
  padding: 0;
  border-radius: .05rem;
}

.life_1 .about_5 .swiper-slide figure {
  border-radius: .05rem;
}

.life_1 .swiper-container-horizontal>.swiper-pagination-bullets,
.life_1 .swiper-pagination-custom,
.life_1 .swiper-pagination-fraction {
  bottom: .56rem;
}

.life_1 .about_title {
  margin-bottom: .2rem;
}

.life_1 .img {
  padding: 0 .6rem;
}

.life_1 .img li {
  float: left;
  width: 47%;
  margin-bottom: .26rem;
}

.life_1 .img li figure {
  position: relative;
  padding-top: 75%;
  display: block;
  width: 100%;
  border-radius: .05rem;
  overflow: hidden;
}

.life_1 .img li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.life_1 .img li:nth-child(2n) {
  float: right;
}

.life_2 {
  padding: 0 .6rem;
}

.life_2 ul {
  padding-bottom: .4rem;
}

.life_2 li {
  position: relative;
  margin-bottom: .4rem;
}

.life_2 li img {
  width: 2.7rem;
  height: 1.5rem;
  display: block;
  float: left;
  margin-right: .2rem;
}

.life_2 li h3 {
  font-size: .3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.life_2 li p {
  color: #6cb4f7;
  position: absolute;
  bottom: 0;
  left: 2.9rem;
  font-size: .22rem;
}

.life_3 {
  background: #eef1f4;
  padding-bottom: .6rem;
}

.life_3 .img {
  padding: 0 .6rem;
}

.life_3 .img li {
  float: left;
  width: 47%;
  margin-bottom: .27rem;
  background: #fff;
  text-align: center;
  line-height: .7rem;
  box-shadow: .05rem .05rem .05rem rgba(0, 0, 0, 0.1);
}

.life_3 .img li figure {
  position: relative;
  padding-top: 75%;
  display: block;
  width: 100%;
  border-radius: .05rem .05rem 0 0;
  overflow: hidden;
}

.life_3 .img li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.life_3 .img li:nth-child(2n) {
  float: right;
}

.zhi_1 {
  background: #eef1f4;
  padding: .65rem .6rem .89rem;
}

.zhi_1 .con {
  background: #fff url(../images/zhi_1.jpg) right bottom no-repeat;
  background-size: 2.74rem auto;
  padding-left: .5rem;
  padding-top: .55rem;
  padding-bottom: .86rem;
}

.zhi_1 .con span {
  font-size: .3rem;
  color: #999;
  text-transform: uppercase;
}

.zhi_1 .con h3 {
  font-size: .4rem;
  font-weight: bold;
  padding-bottom: .23rem;
}

.zhi_1 .con p {
  font-size: .26rem;
}

.zhi_1 .img img {
  width: 100%;
}

.zhi_2 {
  background: url(../images/zhi_2.jpg) right bottom no-repeat;
  background-size: cover;
  padding-bottom: 1.1rem;
}

.zhi_2 .about_title p {
  color: #fff;
}

.zhi_2 .about_title h3 {
  color: #fff;
}

.zhi_2 .con {
  background: #fff url(../images/zhi_2_ico.png) 4.84rem .55rem no-repeat;
  background-size: .81rem auto;
  margin: 0 .6rem;
  padding: .56rem;
}

.zhi_2 .con h3 {
  font-size: .3rem;
  width: 3.5rem;
  padding-top: .6rem;
  padding-bottom: .46rem;
}

.zhi_2 .con .p {
  font-size: .26rem;
  color: #666;
}

.zhi_3 {
  background: #fff url(../images/zhi_3.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-bottom: .6rem;
}

.zhi_3 .about_5 .swiper-container {
  padding-bottom: 1rem;
}

.zhi_3 .p {
  padding: 0 .6rem;
  text-align: justify;
}

.zhi_3 .about_5 .swiper-slide {
  border: 1px solid #ddd;
  padding: .1rem;
}

.zhi_3 .about_5 .swiper-slide figure {
  margin-bottom: .2rem;
  padding-top: 133.333%;
}

.zhi_3 .about_5 .swiper-slide h3 {
  border-top: 1px solid #ddd;
  height: .34rem;
}

.zhi_4 {
  background: #086fe1 url(../images/zhi_4.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-bottom: 0.8rem;
}

.zhi_4 .about_title p {
  color: #fff;
}

.zhi_4 .about_title h3 {
  color: #fff;
}

.zhi_4 .p {
  padding: 0 .6rem;
  color: #fff;
  font-size: .26rem;
  text-align: center;
  margin-bottom: .5rem;
}

.zhi_4 li {
  margin: 0 .6rem;
  border-radius: .03rem;
  background: #fff;
  overflow: hidden;
  margin-bottom: .4rem;
}

.zhi_4 li img {
  width: 100%;
  display: block;
}

.zhi_4 li h3 {
  font-size: .3rem;
  padding: .4rem .5rem .2rem;
}

.zhi_4 li .txt {
  font-size: .24rem;
  color: #666;
  padding: .0rem .5rem .5rem;
}

.zhi_5 {
  background: #eef1f4;
  padding-bottom: .8rem;
}

.zhi_5 .con {
  margin: 0 .6rem;
  padding: .56rem;
  background: #fff;
}

.zhi_5 .con .img {
  width: 100%;
  margin-bottom: .2rem;
}

.zhi_5 .con .p {
  font-size: .26rem;
  color: #666;
}

.zhi_5 .con .p img {
  max-width: 100%;
}

/*弹窗甩手掌柜*/
.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;
  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;
  background: #fff;
  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;
}

.shibang_2_flash {
  margin-bottom: .3rem;
}

.shibang_2_flash video {
  width: 100%;
  border-radius: .09rem;
}


.pn-title {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 9;
  background: #1478be;
  color: #fff;
  font-size: .3rem;
  text-align: center;
  box-shadow: inset 0 0 .3rem rgba(0, 0, 0, .2);
  line-height: .5rem;
  width: .6rem;
  padding: .1rem 0;
  cursor: pointer;
  border-radius: 0 .1rem .1rem 0;
  margin-top: -.62rem;
}

.pn-title span {
  display: block
}

.pn-retract {
  width: .6rem;
  height: 1.8rem;
  position: fixed;
  text-align: center;
  top: 50%;
  margin-top: -3rem;
  left: -90%;
  z-index: 9;
  background: #1478be;
  cursor: pointer;
  color: #fff;
  font-size: .3rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 0 .1rem .1rem 0;
  transition: left .5s;
}

.pro_left::-webkit-scrollbar {
  width: 4px;
  background-color: #1478be;
  border-radius: .5rem;
}

.pro_left::-webkit-scrollbar-track {
  border-radius: .5rem;
  background-color: #93ccfa
}

.pro_left::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(91, 152, 217, 5);
  border-radius: .5rem;
  background: #1478be;
}

.pro_left {
  width: 90%;
  position: fixed;
  top: 50%;
  z-index: 10;
  margin-top: -3rem;
  background: #fff;

  height: 6rem;
  overflow: auto;
  box-shadow: 0 0 .2rem rgba(0, 0, 0, .2);
  border-radius: 0 .1rem .1rem 0;
  left: -92%;
  transition: left .5s;
}

.pro_left .item {
  border-bottom: 1px solid #ccc;
}

.pro_left .item h3 {
  line-height: .8rem;
  font-size: .3rem;
  padding-left: .47rem;
  position: relative;
}

.pro_left .item h3 i {
  width: .11rem;
  height: .13rem;
  position: absolute;
  background-position: -1.14rem -2.48rem;
  left: .19rem;
  top: 50%;
  margin-top: -.065rem;
}

.pro_left .item h3 a {
  width: 100%;
  height: 100%;
  display: block;
}

.pro_left .item .two {
  border-top: 1px solid #ccc;
  margin-left: .47rem;
  display: none;
}

.pro_left .item .two h4 {
  font-size: .26rem;
  line-height: .7rem;
}

.pro_left .item .two h4 a {
  width: 100%;
  height: 100%;
  display: block;
}

.pro_left .item .two ul {
  padding-bottom: .2rem;
  display: none;
}

.pro_left .item .two li {
  line-height: .6rem;
  padding-left: .2rem;
}

.pro_left .item .two li a {
  width: 100%;
  height: 100%;
  display: block;
}

.pro_left .item .two li a:hover {
  color: #1478be;
  font-weight: bold;
}

.pro_left .item .two li.three_on a {
  color: #1478be;
  font-weight: bold;
}

.pro_left .item .two.two_on h4 a {
  color: #1478be;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
}

.pro_left .item .two.two_on ul {
  display: block;
}

.pro_left .item .two:nth-child(2) {
  border-top: none;
}

.pro_left .item.on h3,
.pro_left .item:hover h3 {
  background: #1478be;
  font-weight: bold;
  color: #fff;
}

.pro_left .item.on h3 i,
.pro_left .item:hover h3 i {
  background-position: -.99rem -2.48rem;
}

.pro_left .item.on h3 a,
.pro_left .item:hover h3 a {
  color: #fff;
}

.pro_left .item.on .two {
  display: block;
}

/*****通用*****/
@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;
  }
}

/*# sourceMappingURL=style.css.map */