﻿@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: 640px;
  min-width: 320px;
  margin: 0 auto;
  font: 0.24rem/1.6 'PingFang SC', 'Myriad Pro', "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
  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;
}
body:before,
body:after {
  content: "";
  width: 100%;
  display: block;
}
body:after {
  height: 1rem;
}
img {
  border: 0px;
}
em,
b {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: .24rem;
}
ul,
ol {
  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;
}
.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: 1;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: .64rem;
  z-index: 101;
  background: #000;
  opacity: .5;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.hidden {
  display: none;
}
.tac {
  text-align: center;
}
.g-ico,
.g-icobef:before,
.g-icobef:after {
  background: url(../images/g-ico.png) no-repeat;
  display: inline-block;
  background-size: 4rem auto;
  vertical-align: middle;
}
.g-icobef:before,
.g-icobef:after {
  content: "\20";
  display: block;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*header*/
.header {
  max-width: 640px;
  min-width: 320px;
  position: relative;
  width: 100%;
  height: .92rem;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
}
.header .logo {
  width: 2.2rem;
  padding-top: .15rem;
  overflow: hidden;
  float: left;
  height: .92rem;
  display: block;
}
.header .logo img {
  height: .6rem;
  display: inline-block;
}
.header .t {
  float: left;
  height: 0.44rem;
  line-height: 0.22rem;
  border-left: 1px solid #2957a4;
  margin: .24rem 0 0 .1rem;
  padding-left: .1rem;
  text-align: left;
  font-size: .2rem;
  color: #333333;width:2.5rem;
}
.header .navBtn {
  width: 0.78rem;
  height: 0.92rem;
  padding-top: .2rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
.header .navBtn:before {
  width: .6rem;
  height: .5rem;
  background-position: 0 0;
}
/*.g-top*/
.g-top {
  width: .88rem;
  height: .88rem;
  padding-top: .12rem;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  position: fixed;
  right: .1rem;
  bottom: 1.1rem;
  display: block;
  border: 1px solid #9e9e9e;
  font-size: .18rem;
  color: #575c65;
  display: none;
}
.g-top:before {
  width: .42rem;
  height: .36rem;
  margin: auto;
  background-position: -2.18rem 0;
}
/*footer*/
.footer {
  border-top: 1px solid #cccaca;
  font-size: .22rem;
  line-height: .38rem;
  text-align: center;
  background: #f2f1f1;
  padding: .3rem 0;
}
.footer a {
  color: #686868;
}
.footer .links {
  margin-bottom: .1rem;
}
.footer .links a {
  color: #333;
}
.footer .links span {
  width: 1px;
  height: .2rem;
  display: inline-block;
  vertical-align: middle;
  background: #cccccc;
  margin: 0 .15rem 0 .22rem;
}
/* navBar */
.navBar {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: #2957a4;
}
.navBar ul {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
}
.navBar li {
  float: left;
  width: 33.3%;
  height: 1rem;
}
.navBar li a {
  width: 100%;
  height: 1rem;
  font-size: .2rem;
  padding-top: .08rem;
  display: block;
  text-align: center;
  color: #fff;
}
.navBar li a.g-icobef:before {
  width: .62rem;
  height: .56rem;
  display: block;
  margin: 0 auto;
}
.navBar li:nth-child(1) .g-icobef:before {
  background-position: 0.07rem -0.77rem;
}
.navBar li:nth-child(2) .g-icobef:before {
  background-position: -0.82rem -0.77rem;
}
.navBar li:nth-child(3) .g-icobef:before {
  background-position: -1.71rem -0.77rem;
}
/*subNav*/
.ease {
  transition: all .3s linear;
}
.subNav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 111;
  background: #2e3642;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.subNav .con {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.subNav .title {
  height: 0.82rem;
  line-height: 0.82rem;
  position: relative;
  padding: 0 .2rem;
  color: #6c7582;
  font-size: .3rem;
}
.subNav .title s {
  width: .56rem;
  height: .52rem;
  float: right;
  margin: .25rem 0 0;
  display: block;
  background-position: -0.82rem 0;
}
.subNav .list {
  position: relative;
  height: 100%;
}
.subNav .list .item {
  width: 100%;
  display: block;
}
.subNav .list .item .tit1 {
  width: 45%;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 .2rem;
  font-size: .26rem;
  color: #fff;
  display: block;
}
.subNav .list .item .box {
  width: 55%;
  position: absolute;
  left: 45%;
  height: 100%;
  padding: 0 .2rem;
  top: 0;
  display: none;
  background: #3f4754;
}
.subNav .list .item .box .tit2 {
  width: 100%;
  margin: .2rem 0 .1rem;
  display: block;
  line-height: .5rem;
  height: .6rem;
  overflow: hidden;
  border-bottom: 1px solid #545f6e;
  color: #fff;
}
.subNav .list .item .box .tit2:first-child {
  margin-top: .1rem;
}
.subNav .list .item .box .tit3 {
  color: #a7a7a7;
  line-height: .4rem;
  display: block;
  font-size: .22rem;
}
.subNav .list .item.hover .tit1 {
  background: #3f4754;
}
.subNav .list .item.hover .box {
  display: block;
}
.subNavShow2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* banner */
.banner {
  width: 100%;
  height: 3.16rem;
  position: relative;
  overflow: hidden;
}
.banner li {
  height: 3.16rem;
}
.banner .list {
  float: left;
  width: 500%;
}
.banner .list a {
  display: block;
  width: 100%;
}
.banner .list li {
  float: left;
  width: 20%;
  position: relative;
}
.banner .list .moreBtn {
  position: absolute;
  left: 50%;
  margin-left: -2rem;
  bottom: .12rem;
  z-index: 10;
}
.banner .list img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.banner .tip {
  width: 100%;
  height: .15rem;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: .16rem;
}
.banner .tip span {
  height: .16rem;
  width: .16rem;
  margin: 0 .08rem;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border-radius: 100%;
}
.banner .tip span.cur {
  background: #179ad4;
  border: 0px;
}
.indexTit {
  width: 100%;
  color: #2957a4;
  padding: .15rem 3%; font-size: .28rem; font-weight: bold;
}
.indexTit s {
  width: .42rem;
  height: .26rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .08rem;
  background-position: -1.52rem 0;
}
.ifactory {
  width: 100%;
  overflow: hidden;
  padding-bottom: .4rem;
}
.ifactory .list {
  width: 100%;
}
.ifactory .list li {
  width: 50%;
  float: left;
  height: 1.36rem;
}
.ifactory .list li:first-child {
  height: 2.74rem;
  padding-right: .03rem;
  background: #fff;
}
.ifactory .list li:nth-child(2) {
  margin-bottom: .02rem;
}
.ifactory .list li h3 {
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(41, 87, 164, 0.5);
  text-align: center;
}
.ifactory .list li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.ifactory .list li a img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.isolution {
  width: 100%;
  padding-bottom: .22rem;
  background: #f3f3f3 url(../images/isolutionbg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.isolution .item {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: .2rem;
}
.isolution .item img {
  width: 100%;
  display: block;
}
.isolution .item .txtcon {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5% 3%;
  background: rgba(54, 54, 54, 0.7);
  color: #fff;
}
.isolution .item h3 {
  margin-bottom: .02rem;
  font-size: .26rem;
  line-height: .4rem;
  height: .4rem;
  overflow: hidden;
}
.isolution .item .txt {
  line-height: .3rem;
  font-size: .2rem;  
  overflow: hidden;
}
.iproduct {
  padding-bottom: .5rem;
}
.iproduct .list li {
  width: 100%;
  height: 2rem;
  background: #9ea09f;
  color: #fff;
  text-align: center;
  *zoom: 1;
}
.iproduct .list li a {
  width: 100%;
  display: block;
  color: #fff;
}
.iproduct .list li h3,
.iproduct .list li .img {
  width: 50%;
  float: left;
  height: 2rem;
  text-align: center;
}
.iproduct .list li h3 {
  display: table;
}
.iproduct .list li h3 span {
  display: table-cell;
  vertical-align: middle;
}
.iproduct .list li h3 img {
  display: block;
  margin: 0 auto 0;
  max-width: 100%;
  max-height: 1rem;
}
.iproduct .list li .img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.iproduct .list li:nth-child(2) {
  background: #2957a4;
}
.iproduct .list li:nth-child(2) h3 {
  float: right;
}
.ijiazhi {
  background: #efefef;
}
.ijiazhi .list {
  width: 100%;
  overflow: hidden;
  padding-bottom: .3rem;
}
.ijiazhi .list li {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 0 0 .15rem;
  background: #2957a4 url(../images/jiazhibg.png) no-repeat right bottom;
  color: #fff;
  background-size: auto .5rem;
}
.ijiazhi .list li:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.ijiazhi .list li h3 {
  padding: 0 3%;
  height: 0.32rem;
  line-height: 0.32rem;
  margin: .04rem 0;
}
.ijiazhi .list li .txt {
  line-height: .28rem;
  height: .84rem;
  overflow: hidden;
  font-size: .2rem;
  padding: 0 3%;
}
.ijiazhi .list li figure {
  width: 100%;
  padding-top: 63.63%;
  position: relative;
  overflow: hidden;
}
.ijiazhi .list li figure img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.icase {
  background: #fff;
  padding-bottom: .45rem;
}
.icase .list {
  border-top: 1px solid #c1c1c1;
}
.icase li {
  width: 25%;
  float: left;
  padding: .18rem 0;
  text-align: center; 
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
.icase li a {
  color: #2957a4;
}
.icase li:nth-child(4n) {
  border-right: 0;
}
.icase li img {
  width: 1rem;
  display: block;
  margin: 0 auto;
}
/***************category css****************/
.wrapper {
  width: 100%;
  background: url(../images/nbg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.wrapper .content {
  padding-bottom: .3rem;
}
.loading {
  width: 100%;
  position: relative;
  display: block;
  padding: .35rem 0 .45rem;
  text-align: center;
  color: #666;
}
.loading:link,
.loading:visited,
.loading:hover,
.loading:active {
  color: #fff;
}
.nybanner {
  width: 100%;
  max-height: 3.15rem;
  overflow: hidden;
}
.nybanner img {
  width: 100%;
  display: block;
}
.n-tit {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  color: #666666;
  font-size: .28rem;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.n-tit:before {
  width: .4rem;
  height: 2px;
  content: "\20";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -0.2rem;
  background: #2957a4;
}
.show-tit {
  width: 96%;
  margin: .15rem auto .3rem;
  border-bottom: 1px solid #e0e0e0;
  height: 0.6rem;
  line-height: 0.6rem;
}
.show-tit h3 {
  display: inline-block;
  padding-right: .06rem;
  font-size: .28rem;
  color: #2957a4;
  border-bottom: 3px solid #2957a4;
  height: .6rem;
}
.show-tit .more {
  font-size: .2rem;
}
.show-tit2 {
  width: 96%;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.show-tit2:before {
  width: 100%;
  height: .02rem;
  background: #2957a4;
  content: "\20";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.01rem;
}
.show-tit2 h3 {
  display: inline-block;
  padding-right: .15rem; font-size: .28rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
.show-tit2 h3 s {
  width: .34rem;
  height: .34rem;
  margin-right: .1rem;
  background-position: -2.78rem 0;
}
.show-tit2 .more {
  font-size: .2rem;
  float: right;
  position: absolute;
  height: .22rem;
  line-height: .22rem;
  right: 0;
  top: .08rem;
  text-transform: uppercase;
}
.menu {
  width: 100%;
  padding: .3rem 0;
}
.menu a {
  width: 33.3%;
  height: .88rem;
  line-height: .86rem;
  display: block;
  float: left;
  text-align: center;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  background: #ebebeb;
  color: #2957a4;
}
.menu a:nth-child(3n) {
  border-right: 0px;
}
.menu a.hover,
.menu a:hover {
  color: #fff;
  background: #2957a4;
}
.prolist {
  width: 100%;
  overflow: hidden;
}
.prolist li {
  width: 47%;
  float: left;
  margin-left: 2%;
  margin-bottom: 3%;
  border: 1px solid #cbccca;
  overflow: hidden;
  position: relative;
}
.prolist li a {
  display: block;
  width: 100%;
}
.prolist li figure {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  display: block;
}
.prolist li img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.prolist li h3 {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  overflow: hidden;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
/*reLink*/
.reLink {
  margin: 0 0 .4rem;
  height: .6rem;
  line-height: .6rem;
  background: #e6e6e6;
  *zoom: 1;
}
.reLink a,
.reLink a:link,
.reLink a:visited,
.reLink a:hover,
.reLink a:active {
  color: #333;
}
.reLink .prevLink,
.reLink .nextLink {
  display: block;
  height: .6rem;
  line-height: .6rem;
  padding: 0 2%;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
  font-size: .22rem;
}
.reLink .prevLink a,
.reLink .nextLink a {
  width: 100%;
  display: block;
}
.reLink .prevLink {
  float: left;
  border-right: 1px solid #d5d5d5;
}
.reLink .nextLink {
  float: right;
  border-left: 1px solid #f1f1f1;
}
.solutionPage {
  width: 100%;
}
.solutionPage .menu a {
  width: 50%;
}
.solutionPage .menu a:nth-child(2n) {
  border-right: 0px;
}
.solutionPage .menu a:nth-child(3n) {
  border-right: 2px solid #fff;
}
.solutionPage .solutionList {
  padding: 0 2%;
}
.solutionPage .solutionList li {
  width: 100%;
  margin-bottom: 3%;
  border: 1px solid #cbccca;
}
.solutionPage .solutionList li a {
  width: 100%;
  display: block;
}
.solutionPage .solutionList li img {
  width: 100%;
  display: block;
}
.solutionPage .solutionList li h3 {
  width: 100%;
  text-align: center;
  background: #f0f0f0;
  color: #2957a4;
  border-top: 1px solid #cbccca;
  height: 0.68rem;
  line-height: 0.68rem;
}
.casePage .menu a {
  height: 0.52rem;
  line-height: 0.52rem;
  background: #5a5a5a;
  color: #fff;
}
.casePage .menu a:after {
  width: .25rem;
  height: .3rem;
  margin-left: .1rem;
  content: "\20";
  background: url(../images/g-ico.png) no-repeat;
  display: inline-block;
  background-size: 4rem auto;
  vertical-align: middle;
  display: none;
}
.casePage .menu a.hover {
  background: #2957a4;
}
.casePage .menu a.hover:after {
  display: inline-block;
  background-position: -3.22rem 0;
}
.casePage .caseCon {
  padding: 0 3% 5%;
}
.casePage .caseCon img {
  max-width: 100%;
}
.casePage .caseCon .cooper-list {
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding-top: .4rem;
}
.casePage .caseCon .cooper-list img {
  display: block;
  width: 1.85rem;
  margin: 0 auto .45rem;
}
.casePage .caseCon .cooper-list ul {
  *zoom: 1;
  border-top: 1px solid #b3b3b3;
}
.casePage .caseCon .cooper-list ul li {
  width: 50%;
  height: 0.6rem;
  line-height: 0.6rem;
  overflow: hidden;
  float: left;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  font-size: .22rem;
}
.casePage .caseCon .cooper-list ul li:nth-child(2n) {
  border-right: 0px;
}
.jobPage .menu a {
  height: 0.6rem;
  line-height: 0.6rem;
  background: #5a5a5a;
  color: #fff;
}
.jobPage .menu a.hover {
  background: #2957a4;
}
.jobPage .columnImg {
  width: 94%;
  max-height: 3.7rem;
  overflow: hidden;
  margin: 0 auto .3rem;
  position: relative;
}
.jobPage .columnImg img {
  display: block;
  max-width: 100%;
}
.jobPage .columnImg .btn {
  width: 1.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  position: absolute;
  left: 50%;
  bottom: .2rem;
  margin-left: -0.6rem;
  text-align: center;
  font-size: .18rem;
  background: #008cd7;
  color: #fff;
  border-radius: .15rem;
}
.jobPage .joblist {
  padding: 0 3% .2rem;
  overflow: hidden;
}
.jobPage .joblist li {
  width: 48.5%;
  margin-right: 3%;
  float: left;
  margin-bottom: .4rem;
}
.jobPage .joblist li figure {
  width: 100%;
  padding-top: 56.7%;
  position: relative;
  overflow: hidden;
}
.jobPage .joblist li figure img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.jobPage .joblist li h3 {
  padding: .12rem 0 .06rem;
  color: #333333;
}
.jobPage .joblist li .txt {
  font-size: .2rem;
  line-height: .3rem;
  /*height: 1.2rem;*/
  overflow: hidden;
  color: #666;
  margin-bottom: .08rem;
}
.jobPage .joblist li .btn {
  width: 1.4rem;
  height: .4rem;
  line-height: .4rem;
  display: block;
  text-align: center;
  background: #2957a4;
  color: #fff;
  border-radius: .18rem;
  transition: all .3s linear;
  font-size: .18rem;
}
.jobPage .joblist li:nth-child(2n) {
  margin-right: 0;
}
.singlePage .menu a {
  height: 0.6rem;
  line-height: 0.6rem;
  background: #5a5a5a;
  color: #fff;
}
.singlePage .menu a.hover {
  background: #2957a4;
}
.singlePage .contxt {
  padding: 0 3% .4rem;
}
.singlePage .contxt img {
  max-width: 100%;
}
.aboutPage .menu {
  padding-bottom: .1rem;
}
.aboutPage .menu a {
  height: 0.6rem;
  line-height: 0.6rem;
  background: #5a5a5a;
  color: #fff;
}
.aboutPage .menu a.hover {
  background: #2957a4;
}
.aboutPage .contxt {
  padding: 0 3% .4rem;
}
.aboutPage .contxt img {
  max-width: 100%;
}
.aboutPage .history {
  padding-bottom: 0;
  min-height: 10rem;
  background: url(../images/historybg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.aboutPage .history img {
  display: block;
}
.contactPage .contact-tit {
  width: 100%;
  padding: .2rem 0 0;
  height: .9rem;
  line-height: .7rem;
  text-align: center;
  border-bottom: 1px solid #4d4d4d;
}
.contactPage .contact-tit h3 {
  display: inline-block;
  padding: 0 .1rem;
  height: .7rem;
  font-size: .3rem;
  color: #2957a4;
  border-bottom: .05rem solid #2957a4;
}
.contactPage .contact-kefu {
  text-align: center;
  *zoom: 1;
  padding: .42rem 0;
}
.contactPage .contact-kefu li {
  width: 50%;
  float: left;
}
.contactPage .contact-kefu li img {
  width: 1.18rem;
  display: block;
  margin: 0 auto .1rem;
}
.contactPage .contact-kefu li span {
  display: block;
  margin: .15rem 0;
}
.contactPage .contact-kefu li a {
  width: 1rem;
  height: .5rem;
  line-height: .5rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #d48c25;
  font-size: .18rem;
  color: #fff;
  border-radius: .06rem;
}
.contactPage .contact-tel {
  text-align: center;
  padding-bottom: .3rem;
}
.contactPage .contact-tel li {
  width: 32%;
  text-align: center;
  color: #d48c25;
  float: left;
}
.contactPage .contact-tel li img {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  margin: 0 auto .15rem;
}
.contactPage .contact-tel li:nth-child(2n) {
  width: 36%;
}
.contactPage .contact-tel li:nth-child(2n) s {
  width: .84rem;
  height: .84rem;
  display: block;
  margin: .2rem auto;
  background-position: -2.6rem -0.47rem;
}
.contactPage .contact-tel li:nth-child(2n) span {
  font-size: .22rem;
  display: block;
  color: #666;
}
.contactPage .btnTel {
  width: 94%;
  margin: 0 auto .3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  background: #2957a4;
  display: block;
  border-radius: .1rem;
}
.contactPage .btnTel:before {
  width: .35rem;
  height: .35rem;
  margin-right: .18rem;
  display: inline-block;
  background-position: -3.65rem 0;
}
.contactPage .mapArea {
  width: 100%; text-align:center;
  height: 3.64rem;
  overflow: hidden;
  margin: .5rem 0 .4rem;
}
.contactPage .contact-address {
  padding: 0 3% .45rem;
}
.contactPage .contact-address .item {
  font-size: .18rem;
}
.contactPage .contact-address .item:first-child {
  padding-bottom: .3rem;
  margin-bottom: .3rem;
  border-bottom: 1px dashed #666666;
  line-height: .6rem;
}
.contactPage .contact-address .item:first-child s:before {
  background-position: 0.05rem -1.58rem;
}
.contactPage .contact-address .item s {
  width: 1rem;
  height: .6rem;
  padding-top: .1rem;
  margin-right: .1rem;
  display: block;
  float: left;
  background: #e6e6e6;
}
.contactPage .contact-address .item s:before {
  width: .46rem;
  height: .4rem;
  background-position: -0.82rem -1.58rem;
  margin: 0 auto;
}
.talentPage .talentList {
  padding: 0 3% .4rem;
}
.talentPage .item {
  display: block;
  width: 100%;
  height: 3.1rem;
}
.talentPage .item .txtcon {
  width: 50%;
  position: relative;
  display: block;
  height: 3.1rem;
  float: left;
  color: #fff;
  padding: .25rem;
  background: #0095cd url(../images/talent-titbg2.png) no-repeat 1.72rem 90%;
  background-size: .9rem auto;
}
.talentPage .item .txtcon s {
  width: .72rem;
  height: .65rem;
  display: block;
  margin: 0 0 .2rem;
  background: url(../images/talent-titbg.png) no-repeat center center;
  background-size: .72rem auto;
}
.talentPage .item .txtcon span {
  font-size: .52rem;
  position: absolute;
  line-height: .6rem;
  right: .15rem;
  top: .25rem;
  font-family: arial;
}
.talentPage .item .txtcon h3 {
  font-size: .26rem;
  margin-bottom: .15rem;
}
.talentPage .item .txtcon .txt {
  font-size: .2rem;
  line-height: .28rem;
  height: 0.84rem;
  overflow: hidden;
}
.talentPage .item .img {
  width: 50%;
  height: 3.1rem;
  float: right;
  display: block;
  overflow: hidden;
}
.talentPage .item .img img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.talentPage .item:nth-child(2) .txtcon {
  background: #5bc527;
  float: right;
}
.talentPage .item:nth-child(3) .txtcon {
  background: #bac604;
}
.talentPage .item:nth-child(4) .txtcon {
  background: #ffb61b;
  float: right;
}
.gridlist {
  padding: 0 3% .2rem;
}
.gridlist .item {
  width: 48%;
  margin-right: 4%;
  float: left;
}
.gridlist .item:nth-child(2n) {
  margin-right: 0;
}
.gridlist .item a {
  width: 100%;
  display: block;
}
.gridlist .item h3 {
  text-align: center; font-size: .2rem;
  display: block;
  width: 100%; overflow: hidden;
  height: .7rem; margin: .1rem 0;
  line-height: 0.35rem;
}
.gridlist .item figure {
  width: 100%;
  display: block;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.gridlist .item figure img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}
.gridlist.gridlist2 .item figure {
  padding-top: 144%;
}
.gridlist.gridlist2 .item h3 {
  line-height: .35rem;
  height: .7rem;
  margin: .08rem 0;
  overflow: hidden;
}
.newsPage .menu a {
  width: 50%;
  height: 0.52rem;
  line-height: 0.52rem;
}
.newsPage .menu a:nth-child(2n) {
  border-right: 0px;
}
.newsPage .menu a:nth-child(3n) {
  border-right: 2px solid #fff;
}
.newslist {
  padding: 0 3%;
}
.newslist .item {
  width: 100%;
  padding: .3rem 0;
  border-bottom: 1px solid #cccccc;
}
.newslist .item a {
  width: 100%;
  display: block;
}
.newslist .item img {
  width: 2.26rem;
  height: 1.7rem;
  display: block;
  float: left;
  margin-right: .2rem;
}
.newslist .item:first-child {
  padding-top: 0;
}
.newslist .item h3 {
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  margin-bottom: .1rem;
  font-size: .28rem;
}
.newslist .item .txt {
  font-size: .2rem;
  color: #666;
  line-height: .3rem;
  height: 1.2rem;
  overflow: hidden;
}
.relate-News {
  padding-bottom: .3rem;
}
.relate-News .show-tit {
  width: 94%;
}
.relate-News .newslist .item {
  border-bottom: 0;
  padding-bottom: .3rem;
  padding-top: 0;
}
.relate-News .newslist .item h3 {
  height: .72rem;
  line-height: .36rem;
  font-size: .26rem;
  margin-bottom: .05rem;
}
.relate-News .newslist .item .txt {
  height: .6rem;
}
.relate-News .newslist .item .more {
  display: block;
  text-align: right;
  font-size: .2rem;
}
.showNews .title {
  text-align: center;
  font-size: .3rem;
  padding: .2rem 2% .15rem;
}
.showNews .mark {
  text-align: center;
  font-size: .22rem;
  padding-bottom: .3rem;
  color: #666666;
}
.showNews .mark span {
  margin: 0 .2rem;
}
.showNews .showconTxt {
  margin: 0 3% .5rem;
  border: 1px solid #e0e0e0;
  padding: 4% 3%;
}
.showNews .showconTxt img {
  max-width: 100%;
  height: auto !important;
}
.text-area {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  padding: .05rem 0 .25rem;
}

.text-area *{ font-size: .24rem !important; }
.text-area img {
  max-width: 100%;
  height: auto !important;
}
.text-area table {
  border-collapse: collapse;
  width: 100%;
}
.text-area table td {
  padding: 4px;
  border: 1px solid #ccc !important;
  text-align: center;
  vertical-align: middle;
  WORD-WRAP: break-word;
  TABLE-LAYOUT: fixed;
  word-break: break-all;
}
.text-area-case table td{ border: none !important; }
.text-area-case table td:first-child{ width: 50%; }
.text-area-case table td:last-child{ width: 50%; }
.text-area-case p{ display: inline; }
.n-img-list {
  width: 90%;
  margin: 0 auto;
  padding: .15rem 0 .15rem;
}
.n-img-list li {
  width: 48%;
  margin-right: 4%;
  float: left;
}
.n-img-list li:nth-child(2n) {
  margin-right: 0;
}
.n-img-list li h3 {
  text-align: center;
  margin: .1rem .1rem .08rem;
  line-height: .3rem;
  height: .6rem;
  overflow: hidden;
}
.n-img-list li figure {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.n-img-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}
.n-img-list.n-img-list2 li figure {
  padding-top: 50.38%;
}
.showSpro .showImg {
  width: 100%;
  display: block;
  margin-bottom: .2rem;
}
.showSpro .showImg img {
  width: 100%;
  display: block;
}
.showSpro .showTxt {
  padding: 0 3% .2rem;
}
.showSpro.showProduct .showImg {
  width: 94%;
  margin: 0 auto .25rem;
}
.showSpro.showProduct .tit {
  padding: 0 3% .15rem;
  line-height: .34rem;
  color: #2957a4; text-align: center;
}
.showSpro.showProduct .showTxt .t {
  font-weight: bold;
  display: inline-block;
  text-indent: 2em;
}
/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 640px;
  min-width: 320px;
}
#nativeShare .label {
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.6rem;
}
#nativeShare .list {
  width: 5.1rem;
  float: right;
}
#nativeShare .list span {
  height: 0.75rem;
  width: 0.75rem;
  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;
}
.erro {
    text-align: center;
}
.local { padding:.1rem .2rem; border-bottom:1px dotted #ddd;font-size:.2rem;
}
/*字体*/
@media only screen and (min-width: 641px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 540px) {
  html {
    font-size: 84.375px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 64.6875px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58.5938px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
/*******font-face********/
@font-face {
  font-family: didot;
  src: url('../font/didot.eot');
  src: url('../font/didot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/didot.woff') format('woff'), /* Modern Browsers */ url('../font/didot.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/didot.svg#didot') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
