@charset "utf-8";

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
  margin: 0;
  padding: 0;
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
time,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  padding-bottom: 0.625rem;
}

body,
pre {
  font-family: "Heiti SC", "Helvetica", "HelveticaNeue", "Droidsansfallback", "Droid Sans";
  max-width: 750px;
  font-size: 0.3733125rem;
  text-align: left;
  margin: 0 auto;
  line-height: 0.5979375rem;
  background: #fff;
  color: #333;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

img {
  MAX-WIDTH: 100% !important;
  HEIGHT: auto !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  outline: none;
  border: none;
}

input {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  border: none;
  
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f8f9f9 inset !important;
  box-shadow: 0 0 0px 1000px #f8f9f9 inset !important;
  -webkit-text-fill-color: #333 !important;
}

img {
  border: 0;
  vertical-align: middle;
}


ul,
li {
  list-style: none;
}

button {
  cursor: pointer;
}


.profivebox td {
  padding: 0.1333125rem 0rem;
  line-height: 0.5333125rem;
}

textarea {
  resize: none;
  outline: none;
  border: none;
  font-family: "Heiti SC", "Helvetica", "HelveticaNeue", "Droidsansfallback", "Droid Sans", "微软雅黑";
}



a:link,
a:active,
a:visited,
a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #f95959;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0rem;
}

.container {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

.header {
  background: #233142;
  padding: 0.2rem 0.32rem;
  position: relative;
}
.header .logo {
  float: left;
  width: 3.3466875rem;
}

.navicon {
  display: block;
  position: absolute;
  width: 0.6rem;
  right: 0.33333125rem;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 0.5066875rem;
  border-radius: 0.033375rem;
  height: 0.0666875rem;
  background-color: #facf5a;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.nav__icon:before, .nav__icon:after {
  content: "";
  display: block;
  border-radius: 0.033375rem;
  height: 0.0666875rem;
  right: 0rem;
  position: absolute;
  background-color: #facf5a;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.nav__icon:before {
  width: 0.6rem;
  margin-top: -0.1466875rem;
}
.nav__icon:after {
  width: 0.4rem;
  margin-top: 0.1466875rem;
}

.nav--active .navicon {
  opacity: 0.5;
}
.nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.6rem;
}


.newheader .nav {
  top: 1.375rem;
}

.nav {
  position: absolute;
  right: 0.1333125rem;
  z-index: 15;
  background: #fff;
  top: 1.125rem;
  padding: 0.1333125rem;
  border-radius: 0.0666875rem;
  display: none;
  box-shadow: 0px 0px 3px #ccc;
}
.nav:before {
  position: absolute;
  right: 0.4rem;
  top: -0.2rem;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 0.1066875rem solid transparent;
  border-left: 0.1066875rem solid transparent;
  border-right: 0.1066875rem solid transparent;
  border-bottom: 0.1066875rem solid #fff;
}
.nav li a {
  font-size: 0.4rem;
  padding: 0.2666875rem 0.5333125rem;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  line-height: 0.4rem;
}
.nav li:last-child a {
  border-bottom: 0px;
}
.nav li em {
  float: left;
  width: 0.3333125rem;
  display: block;
  height: 0.3333125rem;
  margin-right: 0.2666875rem;
  margin-top: 0.00666875rem;
}
.nav li:nth-child(1) em {
  background: url(../m_images/navicon02.png) no-repeat left center;
  background-size: 0.3333125rem;
}
.nav li:nth-child(2) em {
  background: url(../m_images/navicon03.png) no-repeat left center;
  background-size: 0.3333125rem;
}
.nav li:nth-child(3) em {
  background: url(../m_images/navicon04.png) no-repeat left center;
  background-size: 0.3333125rem;
}
.nav li:nth-child(4) em {
  background: url(../m_images/navicon05.png) no-repeat left center;
  background-size: 0.3333125rem;
}
.nav li:nth-child(5) em {
  background: url(../m_images/navicon06.png) no-repeat left center;
  background-size: 0.3333125rem;
}
.nav li:nth-child(6) em {
  background: url(../m_images/navicon07.png) no-repeat left center;
  background-size: 0.3333125rem;
}


.banner {
  clear: both;
}


.hometit01 {
  clear: both;
  background: url(../m_images/banbombg.png) no-repeat center top;
  background-size: 100%;
  text-align: center;
  margin-top: -0.4375rem;
  position: relative;
  padding: 0.46875rem 0rem 0rem 0rem;
  height: 2.3466875rem;
  z-index: 1;
}
.hometit01 span {
  clear: both;
  display: inline-block;
  color: #ffffe7;
  box-shadow: 0rem 0.04rem 0rem #fff;
  font-weight: bold;
  font-size: 0.4533125rem;
  border: 0.0266875rem solid #fff;
  line-height: 0.64rem;
  border-radius: 0.1066875rem;
  padding: 0rem 0.2666875rem;
  position: relative;
}
.hometit01 span:after, .hometit01 span:before {
  content: "";
  width: 0.6666875rem;
  height: 0.1333125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.hometit01 span:before {
  background: url(../m_images/icon01.png) no-repeat center center;
  background-size: 100%;
  left: -0.6666875rem;
}
.hometit01 span:after {
  background: url(../m_images/icon02.png) no-repeat center center;
  background-size: 100%;
  right: -0.6666875rem;
}

.hometit02 {
  clear: both;
  text-align: center;
  padding: 0.5333125rem 0rem;
}
.hometit02 span {
  clear: both;
  display: inline-block;
  color: #233142;
  font-weight: bold;
  font-size: 0.506625rem;
  line-height: 0.64rem;
  position: relative;
}
.hometit02 span:after, .hometit02 span:before {
  content: "";
  width: 0.32rem;
  height: 0.426625rem;
  background: url(../m_images/icon03.png) no-repeat center center;
  background-size: 0.64rem auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.hometit02 span:before {
  left: -0.72rem;
  background-position: 0rem 0rem;
}
.hometit02 span:after {
  right: -0.72rem;
  background-position: -0.32rem 0rem;
}



.index-tit {
  padding: 0.625rem 0 0.9375rem;
}
.index-tit h1 {
  font-size: 0.625rem;
  text-align: center;
  margin-bottom: 0.1875rem;
}
.index-tit p {
  font-size: 0.4rem;
  text-align: center;
}

.homeone {
  margin-top: -0.5rem;
}

.homeone .homeonepic {
  clear: both;
  display: block;
}
.homeone .homeonetop {
  clear: both;
  position: relative;
  z-index: 1;
  margin: -0.3125rem 0.3333125rem 0rem 0.3333125rem;
}
.homeone .homeonetop a {
  clear: both;
  display: block;
  font-size: 0.48rem;
  font-weight: bold;
  color: #233142;
  text-align: left;
}
.homeone .homeonetop span {
  clear: both;
  display: block;
  text-align: left;
  font-size: 0.3404375rem;
  color: #084a83;
}

.homeonebom {
  margin: 0.3333125rem 0.3333125rem 0rem 0.3333125rem;
  line-height: 0.4rem;
  padding: 0.2666875rem;
  background: #ededed;
  border-radius: 0.1333125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
}
.homeonebom a,
.homeonebom i {
  float: left;
  font-size: 0.3466875rem;
  margin: 0.2666875rem 0rem;
}
.homeonebom i:nth-child(6n) {
  display: none;
}



.hometwo ul {
  clear: both;
  padding: 0.3333125rem 0.2rem 0rem;
}
.hometwo ul li {
  clear: both;
  min-height: 2.9229375rem;
  margin-bottom: 0.7333125rem;
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.3);
  border-radius: 0.2rem;
  padding: 0.2666875rem 0.1333125rem 0.2666875rem 4.3733125rem;
  position: relative;
}
.hometwo ul li:last-child {
  margin-bottom: 0rem;
}
.hometwo ul li a {
  clear: both;
  font-size: 0.4rem;
  font-weight: bold;
  color: #233142;
  line-height: 0.5333125rem;
  margin-bottom: 0.125rem;
  display: block;
}
.hometwo ul li p {
  clear: both;
  text-align: left;
  font-size: 0.32rem;
  color: #666;
  line-height: 0.5333125rem;
}
.hometwo ul li p span {
  float: left;
  font-size: 0.2933125rem;
  line-height: 1;
  border-radius: 0.2133125rem;
  padding: 0.09375rem 0.32rem;
  margin-right: 0.2666875rem;
  margin-top: 0.125rem;
}
.hometwo ul li p span:nth-child(1) {
  color: #20a21d;
  border: 1px solid #53db53;
  background: #c6f3d2;
}
.hometwo ul li p span:nth-child(2) {
  color: #1ea3df;
  border: 1px solid #539ddb;
  background: #c6e5f3;
}
.hometwo ul li .hometwopic {
  position: absolute;
  left: 0.1333125rem;
  border-radius: 0.2rem;
  overflow: hidden;
  width: 3.9733125rem;
  display: inline-block;
  top: -0.3333125rem;
}
.hometwo ul li .hometwopic img {
  width: 100%;
}



.homethree ul {
  padding: 0rem 0.12rem;
}
.homethree ul li {
  float: left;
  width: 50%;
  padding: 0rem 0.2133125rem 0.1333125rem 0.2133125rem;
}
.homethree ul li .homethreepic {
  display: block;
  border-radius: 0.1333125rem;
  overflow: hidden;
}
.homethree ul li .homethreepic img {
  width: 100%;
}
.homethree ul li .homethreetit {
  clear: both;
  font-size: 0.4rem;
  color: #233142;
  text-align: center;
  display: block;
  padding: 0.2666875rem 0rem;
  line-height: 1;
}



.homefour {
  padding: 0rem 0.3333125rem 0.6666875rem 0.3333125rem;
}
.homefour .homefourbox {
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.3);
  border-radius: 0.1125rem;
  overflow: hidden;
}
.homefour .homefourtop {
  background: url(../m_images/homefourbg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0.5333125rem 0.2666875rem 0.8rem 0.2666875rem;
}
.homefour .homefourtop .homefourtoptit {
  clear: both;
  display: block;
  font-size: 0.56rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.2666875rem;
}
.homefour .homefourtop .homefourtoptxt {
  clear: both;
  display: block;
  font-size: 0.3466875rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 0.1333125rem;
}
.homefour .homefourtop a {
  font-size: 0.2933125rem;
  color: #999;
  line-height: 1;
}
.homefour ul {
  clear: both;
  padding: 0rem 0.3333125rem 0.3333125rem 0.3333125rem;
}
.homefour ul li {
  clear: both;
  background: #233142;
  border: 2px solid #539ddb;
  position: relative;
  margin-top: 0.2666875rem;
}
.homefour ul li i {
  width: 0.2666875rem;
  border-right: 2px solid #539ddb;
  height: 0.2666875rem;
  background: #fafdff;
  position: absolute;
  z-index: 2;
}
.homefour ul li i:nth-child(1) {
  left: -0.1375rem;
  top: -0.1375rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.homefour ul li i:nth-child(2) {
  right: -0.1375rem;
  top: -0.1375rem;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.homefour ul li i:nth-child(3) {
  left: -0.14375rem;
  bottom: -0.15rem;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.homefour ul li i:nth-child(4) {
  right: -0.14375rem;
  bottom: -0.15rem;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.homefour ul li .homefourpic {
  clear: both;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homefour ul li .homefourpic img {
  border-bottom: 2px solid #539ddb;
  width: 100%;
}
.homefour ul li .homefourpic i {
  width: 10px;
  height: 10px;
  border-right: 2px solid #539ddb;
  background: #233142;
  position: absolute;
  z-index: 2;
}
.homefour ul li .homefourpic i:nth-child(1) {
  left: -0.13125rem;
  bottom: -0.09375rem;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.homefour ul li .homefourpic i:nth-child(2) {
  right: -0.13125rem;
  bottom: -0.09375rem;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.homefour ul .homefourtit {
  clear: both;
  font-size: 0.4rem;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 0.2666875rem 0rem;
  line-height: 0.5333125rem;
}



.homefive {
  padding: 0rem 0.3333125rem 0.8rem 0.3333125rem;
}
.homefive .homefivebox {
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.3);
  border-radius: 0.1125rem;
  overflow: hidden;
}
.homefive .homefivetop {
  background: url(../m_images/homefourbg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0.5333125rem 0.2666875rem 0.8rem 0.2666875rem;
}
.homefive .homefivetop .homefivetoptit a {
  clear: both;
  display: block;
  font-size: 0.56rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.2666875rem;
}
.homefive .homefivetop .homefivetoptxt {
  clear: both;
  display: block;
  font-size: 0.3466875rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 0.1333125rem;
}
.homefive .homefivetop a {
  font-size: 0.2933125rem;
  color: #999;
  line-height: 1;
}
.homefive ul {
  padding: 0rem 0.2666875rem;
  position: relative;
  margin-top: -0.5333125rem;
}
.homefive ul li {
  clear: both;
  padding-bottom: 0.4rem;
  position: relative;
}
.homefive ul li a {
  clear: both;
  display: block;
  border: 1px dashed #666;
  background: #fff;
  border-radius: 0.1333125rem;
  padding: 0.2625rem 0.2666875rem;
  font-size: 0.32rem;
  line-height: 0.5333125rem;
}
.homefive ul li span {
  position: absolute;
  box-shadow: 0px 2px 4px rgba(0, 72, 18, 0.4);
  background: #fec8b6;
  font-size: 0.2666875rem;
  color: #fff;
  right: -0.2666875rem;
  bottom: 0.15625rem;
  line-height: 0.5333125rem;
  border-radius: 0.2666875rem 0rem 0rem 0.2666875rem;
  padding: 0rem 0.2666875rem 0rem 0.3333125rem;
}



.footer {
  clear: both;
  background: url(../m_images/footbg.png) no-repeat center top;
  text-align: center;
  color: #fff;
  font-size: 0.426625rem;
  background-size: 100%;
  font-weight: bold;
  min-height: 2.3733125rem;
  padding: 1.5rem 0rem 0rem 0rem;
}



.caselist {
  clear: both;
  padding: 0.3333125rem 0.3333125rem 0.4rem 0.3333125rem;
}
.caselist li {
  clear: both;
  margin-bottom: 0.5333125rem;
  position: relative;
}
.caselist li:last-child {
  margin-bottom: 0rem;
}
.caselist li a.caselisttit {
  clear: both;
  padding-left: 0.2666875rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #233142;
  line-height: 0.64rem;
  margin-bottom: 0.2666875rem;
  display: block;
}
.caselist li .caselistbox {
  clear: both;
  position: relative;
  min-height: 3rem;
  padding-bottom: 0.3125rem;
}
.caselist li p {
  clear: both;
  text-align: left;
  color: #666;
  padding-left: 4.04rem;
}
.caselist li .caselistpic {
  position: absolute;
  left: 0.2666875rem;
  border-radius: 0.2rem;
  overflow: hidden;
  width: 3.6rem;
  display: inline-block;
  top: 0rem;
}
.caselist li .caselistpic img {
  width: 100%;
}
.caselist li .caselistbom {
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.3);
  border-radius: 0.2rem;
  padding: 0.1333125rem 0.2666875rem 0.1333125rem 4.04rem;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  line-height: 0.9866875rem;
}
.caselist li .caselistbom .caselistboma01 {
  float: left;
  font-size: 0.32rem;
  color: #f95959;
  text-decoration: underline;
}
.caselist li .caselistbom .caselistboma02 {
  float: right;
  width: 0.9866875rem;
  height: 0.9866875rem;
  box-shadow: 0px 0px 5px 5px rgba(238, 179, 19, 0.4);
  border-radius: 0.2rem;
  overflow: hidden;
}
.caselist li .caselistbom .caselistboma02 strong {
  clear: both;
  display: block;
  width: 100%;
  text-decoration: underline;
  height: 100%;
  color: #fff;
  text-align: center;
  border-radius: 0.2rem;
  line-height: 0.9866875rem;
  font-size: 0.32rem;
  background: #facf5a;
}



.caseone {
  background: url(../m_images/insidebg01.png) no-repeat center top;
  height: 3.4266875rem;
  margin-top: -0.5625rem;
  position: relative;
  z-index: 1;
  background-size: 100% auto;
  padding: 0.8rem 0.3333125rem 0rem 0.3333125rem;
}
.caseone h1 {
  font-size: 0.5333125rem;
  line-height: 0.64rem;
  color: #fff;
  font-weight: normal;
}
.caseone a {
  position: absolute;
  right: 0rem;
  top: 0.84375rem;
  color: #084a83;
  background: #facf5a;
  font-size: 0.32rem;
  line-height: 0.72rem;
  padding: 0rem 0.4rem 0rem 0.3333125rem;
  border-radius: 0.36rem 0rem 0.2666875rem 0.36rem;
}

.caseonebom {
  clear: both;
  background: #ddeff8;
  padding: 0.3333125rem 0rem;
  line-height: 0.5333125rem;
  border-radius: 0.4666875rem 0rem 0.4666875rem 0rem;
  text-align: center;
  color: #084a83;
  font-size: 0.3466875rem;
  margin: -0.625rem 0.6rem 0.2666875rem 0.6rem;
}
.caseonebom p {
  display: inline-block;
  padding: 0rem 0.2666875rem;
}
.caseonebom p span {
  color: #f95959;
}

.casephoto {
  margin: 0rem 0.4375rem 0rem 0.46875rem;
  background: url(../m_images/insidephotoicon.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  line-height: 1.0916875rem;
  display: block;
  border-radius: 0.1333125rem;
  padding: 0.1875rem 1.775rem 0.1875rem 0.4rem;
  color: #084a83 !important;
  font-size: 0.3466875rem;
  height: 1.4666875rem;
  text-align: center;
}
.casephoto strong {
  color: #fa6969;
  font-size: 0.5333125rem;
  text-decoration: underline;
  margin-left: 0.4rem;
}

.casetit {
  clear: both;
  text-align: center;
  padding: 0.5333125rem 0rem;
}

.casetit h3,
.casetit h4 {
  clear: both;
  display: inline-block;
  color: #233142;
  font-weight: bold;
  font-size: 0.506625rem;
  line-height: 0.64rem;
  position: relative;
}

.casetit h3:after,
.casetit h3:before,
.casetit h4:after,
.casetit h4:before {
  content: "";
  width: 0.32rem;
  height: 0.426625rem;
  background: url(../m_images/icon03.png) no-repeat center center;
  background-size: 0.64rem auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.casetit h3:before,
.casetit h4:before {
  left: -0.72rem;
  background-position: 0rem 0rem;
}

.casetit h3:after,
.casetit h4:after {
  right: -0.72rem;
  background-position: -0.32rem 0rem;
}

.casetwo ul {
  padding: 0rem 0.12rem;
}
.casetwo ul li {
  float: left;
  width: 50%;
  padding: 0rem 0.2133125rem 0.1333125rem 0.2133125rem;
}
.casetwo ul li .casetwopic {
  display: block;
  border-radius: 0.1333125rem;
  overflow: hidden;
}
.casetwo ul li .casetwopic img {
  width: 100%;
}
.casetwo ul li .casetwotit {
  clear: both;
  font-size: 0.4rem;
  color: #233142;
  text-align: center;
  display: block;
  padding: 0.2666875rem 0rem;
  line-height: 1;
}


.casethree {
  clear: both;
  padding: 0rem 0.3333125rem;
}

.casetext p {
  font-size: 0.3466875rem;
  color: #333;
  line-height: 0.64rem;
  padding: 0.2rem 0rem;
}
.casetext p img {
  padding: 0.1466875rem 0rem;
}
.casetext video {
  width: 100%;
}
.casetext a {
  color: #f95959;
}
.casetext article {
  clear: both;
  display: block;
  position: relative;
  font-size: 0.4rem;
  color: #233142;
  padding-left: 0.5333125rem;
  margin: 0.2rem 0rem;
}
.casetext article:before {
  content: "";
  width: 0.32rem;
  height: 0.426625rem;
  background: url(../m_images/icon03.png) no-repeat;
  background-size: 0.64rem auto;
  position: absolute;
  top: 0.09375rem;
  left: 0rem;
  background-position: -0.32rem 0rem;
}


.casefour {
  margin-bottom: 0.4933125rem;
  padding: 0rem 0.3333125rem;
}
.casefour .casefourbox {
  clear: both;
  background: #233142;
  border: 2px solid #539ddb;
  position: relative;
}
.casefour .casefourbox > i {
  width: 0.2666875rem;
  border-right: 2px solid #539ddb;
  height: 0.2666875rem;
  background: #fafdff;
  position: absolute;
  z-index: 2;
}
.casefour .casefourbox > i:nth-child(1) {
  left: -0.15625rem;
  top: -0.15625rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.casefour .casefourbox > i:nth-child(2) {
  right: -0.15625rem;
  top: -0.15625rem;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.casefour .casefourbox > i:nth-child(3) {
  left: -0.15625rem;
  bottom: -0.15625rem;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.casefour .casefourbox > i:nth-child(4) {
  right: -0.15625rem;
  bottom: -0.15625rem;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.casefour .casefourbox .casefourpic {
  clear: both;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.casefour .casefourbox .casefourpic img {
  border-bottom: 2px solid #539ddb;
}
.casefour .casefourbox .casefourpic i {
  width: 10px;
  height: 10px;
  border-right: 2px solid #539ddb;
  background: #233142;
  position: absolute;
  z-index: 2;
}
.casefour .casefourbox .casefourpic i:nth-child(1) {
  left: -0.13125rem;
  bottom: -0.09375rem;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.casefour .casefourbox .casefourpic i:nth-child(2) {
  right: -0.13125rem;
  bottom: -0.09375rem;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.casefour .casefourbox .casefourtit {
  clear: both;
  font-size: 0.4rem;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 0.2666875rem 0rem;
  line-height: 0.5333125rem;
}
.casefour ul {
  padding: 0rem 0.05333125rem;
  position: relative;
}
.casefour ul:before {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 2.5333125rem;
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.3);
  border-radius: 0.2rem;
}
.casefour ul li {
  float: left;
  width: 50%;
  padding: 0rem 0.1333125rem 0.1333125rem 0.1333125rem;
}
.casefour ul li .casefourpic {
  display: block;
  border-radius: 0.1333125rem;
  overflow: hidden;
}
.casefour ul li .casefourpic img {
  width: 100%;
}
.casefour ul li .casefourtit {
  clear: both;
  font-size: 0.4rem;
  color: #233142;
  text-align: center;
  display: block;
  padding: 0.2666875rem 0rem;
  line-height: 0.5333125rem;
}


.massage {
  clear: both;
  background: url(../m_images/protactbg.jpg) no-repeat center top;
  background-size: 100% auto;
  border-radius: 0.1333125rem 0.1333125rem 0rem 0rem;
  padding: 0rem 0.6rem 1.0666875rem 0.6rem;
}
.massage .massagebox {
  clear: both;
  background: #fff;
  border-radius: 0.1333125rem 0.1333125rem 0.3333125rem 0.3333125rem;
  position: relative;
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.2);
  margin-top: 0.1333125rem;
}
.massage .massagebox:after {
  content: "";
  position: absolute;
  left: -0.4rem;
  top: -0.3125rem;
  z-index: 1;
  background: url(../m_images/magessicon01.png) no-repeat center top;
  width: 9.6rem;
  height: 0.8rem;
  background-size: 9.6rem auto;
}
.massage .massagebox .massagetop {
  clear: both;
  background: #539ddb;
  color: #fff;
  border-radius: 0.1333125rem;
  position: relative;
  z-index: 2;
}
.massage .massagebox .massagetop span {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 0.32rem;
  padding: 0.5333125rem 0rem;
}
.massage .massagebox .massagetop span:nth-child(1) {
  background: url(../m_images/magessicon02.jpg) no-repeat right center;
  background-size: 0.0266875rem auto;
}
.massage .massagebox .massagetop span strong {
  clear: both;
  display: block;
  font-size: 0.9333125rem;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 0.1333125rem;
}
.massage .massagebox dl {
  clear: both;
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
}
.massage .massagebox dl dt {
  clear: both;
  display: block;
  text-align: left;
  color: #999;
  font-size: 0.32rem;
  line-height: 0.96rem;
  padding: 0rem 0.4666875rem;
}
.massage .massagebox dl dd {
  clear: both;
}
.massage .massagebox dl dd input {
  background: #f8f9f9;
  line-height: 1.173375rem;
  border-radius: 0.5866875rem;
  width: 100%;
  padding: 0rem 0.4666875rem;
  font-size: 0.3733125rem;
  font-weight: bold;
  color: #233142;
}
.massage .massagebox dl dd input.te {
  background: url(../m_images/bt.png) 2.1875rem 0.375rem no-repeat #f8f9f9;
}
.massage .massagebox dl dd textarea {
  background: #f8f9f9;
  line-height: 0.6375rem;
  border-radius: 0.5866875rem;
  width: 100%;
  padding: 0.2rem 0.4666875rem 0rem 0.4666875rem;
  font-size: 0.3733125rem;
  font-weight: bold;
  color: #233142;
  height: 2.88rem;
}
.massage .massagebox dl dd textarea.te {
  background: url(../m_images/bt.png) 3.25rem 0.375rem no-repeat #f8f9f9;
}
.massage .massagebom {
  border-radius: 0.3333125rem 0.3333125rem 0.1333125rem 0.1333125rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 70, 102, 0.2);
  position: relative;
}
.massage .massagebom:after {
  content: "";
  position: absolute;
  left: 0.5333125rem;
  top: -0.05333125rem;
  right: 0.5333125rem;
  height: 0.1333125rem;
  background: url(../m_images/magessicon03.jpg) repeat-x left top;
  background-size: 1.3333125rem auto;
}
.massage .massagebom input {
  clear: both;
  background: none;
  color: #539ddb;
  font-size: 0.5333125rem;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.5333125rem 0rem;
  cursor: pointer;
}



.proclass {
  padding: 0rem 0.3333125rem 0.6666875rem 0.3333125rem;
}
.proclass .proclassbox {
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.3);
  border-radius: 0.1125rem;
  overflow: hidden;
}
.proclass .proclassbox:nth-child(1) {
  margin-top: -0.5333125rem;
}
.proclass .proclassbox ul {
  clear: both;
  padding: 0.3333125rem 0.2rem 0.5333125rem 0.2rem;
  margin-top: -0.5333125rem;
  position: relative;
  z-index: 1;
}
.proclass .proclassbox ul li {
  clear: both;
  min-height: 2.9229375rem;
  margin-bottom: 0.7333125rem;
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.1);
  border-radius: 0.2rem;
  padding: 0.2666875rem 0.1333125rem 0.2666875rem 4.24rem;
  position: relative;
  background: #fff;
}
.proclass .proclassbox ul li:last-child {
  margin-bottom: 0rem;
}
.proclass .proclassbox ul li a {
  clear: both;
  font-size: 0.4rem;
  font-weight: bold;
  color: #233142;
  line-height: 0.5333125rem;
  margin-bottom: 0.125rem;
  display: block;
}
.proclass .proclassbox ul li p {
  clear: both;
  text-align: left;
  font-size: 0.32rem;
  color: #666;
  line-height: 0.5333125rem;
}
.proclass .proclassbox ul li p span {
  float: left;
  font-size: 0.2933125rem;
  line-height: 1;
  border-radius: 0.2133125rem;
  padding: 0.0666875rem 0.2666875rem;
  margin-right: 0.1333125rem;
  margin-top: 0.125rem;
}
.proclass .proclassbox ul li p span:nth-child(1) {
  color: #20a21d;
  border: 1px solid #53db53;
  background: #c6f3d2;
}
.proclass .proclassbox ul li p span:nth-child(2) {
  color: #1ea3df;
  border: 1px solid #539ddb;
  background: #c6e5f3;
}
.proclass .proclassbox ul li .proclasspic {
  position: absolute;
  left: 0rem;
  border-radius: 0.2rem;
  overflow: hidden;
  width: 3.9733125rem;
  display: inline-block;
  top: -0.3333125rem;
}
.proclass .proclassbox ul li .proclasspic img {
  width: 100%;
}
.proclass .proclasstop {
  background: url(../m_images/homefourbg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 0.5333125rem 0.2666875rem 1.1733125rem 0.2666875rem;
  position: relative;
}
.proclass .proclasstop .proclasstoptit {
  clear: both;
  display: block;
  font-size: 0.56rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.2666875rem;
}
.proclass .proclasstop .proclasstoptxt {
  clear: both;
  display: block;
  font-size: 0.3466875rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 0.1333125rem;
}
.proclass .proclasstop a {
  color: #233142;
  position: absolute;
  right: 0rem;
  bottom: 0.5333125rem;
  background: #facf5a;
  font-size: 0.426625rem;
  line-height: 0.8rem;
  border-radius: 0.4rem 0rem 0rem 0.4rem;
  padding: 0rem 0.3333125rem 0rem 0.7333125rem;
}



.pronav {
  clear: both;
  background: url(../m_images/banbombg.png) no-repeat center top;
  background-size: 100%;
  text-align: center;
  margin-top: -0.4375rem;
  position: relative;
  padding: 0.46875rem 0rem 0rem 0rem;
  height: 2.3466875rem;
  z-index: 1;
}
.pronav span {
  clear: both;
  display: inline-block;
  box-shadow: 0rem 0.04rem 0rem #fff;
  border: 0.0266875rem solid #fff;
  border-radius: 0.1066875rem;
  position: relative;
  margin: 0rem 0.3196875rem;
}
.pronav span:before {
  background: url(../m_images/icon01.png) no-repeat center center;
  background-size: 100%;
  left: -0.6666875rem;
}
.pronav span:after {
  background: url(../m_images/icon02.png) no-repeat center center;
  background-size: 100%;
  right: -0.6666875rem;
}
.pronav span a {
  color: #ffffe7;
  font-size: 0.4533125rem;
  line-height: 0.64rem;
  display: block;
  padding: 0rem 0.2666875rem;
}
.pronav span.hover a {
  color: #facf5a;
}

.pronav span:after,
.pronav span:before {
  content: "";
  width: 0.6666875rem;
  height: 0.1333125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}


.prolist {
  clear: both;
  padding: 0.3333125rem 0.2rem 0.4rem 0.2rem;
  margin-top: -0.2666875rem;
}
.prolist ul li {
  clear: both;
  min-height: 2.9229375rem;
  margin-bottom: 0.7333125rem;
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.3);
  border-radius: 0.2rem;
  padding: 0.2666875rem 0.1333125rem 0.2666875rem 4.3733125rem;
  position: relative;
}
.prolist ul li:last-child {
  margin-bottom: 0rem;
}
.prolist ul li a {
  clear: both;
  font-size: 0.4rem;
  font-weight: bold;
  color: #233142;
  line-height: 0.5333125rem;
  margin-bottom: 0.125rem;
  display: block;
}
.prolist ul li p {
  clear: both;
  text-align: left;
  font-size: 0.32rem;
  color: #666;
  line-height: 0.5333125rem;
}
.prolist ul li p span {
  float: left;
  font-size: 0.2933125rem;
  line-height: 0.426625rem;
  border-radius: 0.2133125rem;
  padding: 0rem 0.32rem;
  margin-right: 0.2666875rem;
  margin-top: 0.125rem;
}
.prolist ul li p span:nth-child(1) {
  color: #20a21d;
  border: 1px solid #53db53;
  background: #c6f3d2;
}
.prolist ul li p span:nth-child(2) {
  color: #1ea3df;
  border: 1px solid #539ddb;
  background: #c6e5f3;
}
.prolist ul li .prolistpic {
  position: absolute;
  left: 0.1333125rem;
  border-radius: 0.2rem;
  overflow: hidden;
  width: 3.9733125rem;
  display: inline-block;
  top: -0.3333125rem;
}
.prolist ul li .prolistpic img {
  width: 100%;
}



.proone {
  background: url(../m_images/insidebg01.png) no-repeat center top;
  background-size: 100% auto;
  margin-top: -0.6rem;
  position: relative;
  z-index: 2;
  color: #fff;
  height: 3.426625rem;
  padding: 0.6rem 0.3333125rem 0.9375rem 0.3333125rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proone .proonefl {
  font-size: 0.72rem;
  font-weight: bold;
  color: #facf5a;
}
.proone .proonefr {
  padding-left: 0.2666875rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0%;
  font-size: 0.2933125rem;
  line-height: 0.4375rem;
}
.proone .proonefr strong {
  clear: both;
  display: block;
  color: #539ddb;
}
.proone .proonefr span {
  float: left;
  color: #c6e5f3;
  padding-right: 0.2666875rem;
}
.proone .proonefr span:last-child {
  padding-right: 0rem;
}


.protwo {
  padding: 0rem 0.3333125rem 0.1333125rem 0.3333125rem;
  margin-top: -0.625rem;
  position: relative;
  z-index: 1;
}
.protwo h1 {
  clear: both;
  display: block;
  color: #233142;
  font-size: 0.5866875rem;
  line-height: 0.8rem;
}
.protwo span.protwotxt {
  clear: both;
  display: block;
  color: #52a2cc;
  padding-right: 0.2666875rem;
  line-height: 1;
  padding-top: 0.1333125rem;
  padding-bottom: 0.5333125rem;
}
.protwo p {
  clear: both;
  color: #084a83;
  font-size: 0.3466875rem;
  line-height: 0.64rem;
  padding: 0.0666875rem;
}
.protwo p span {
  color: #f95959;
}


.protext {
  clear: both;
  padding: 0.5333125rem 0.2933125rem 0.2666875rem 0.2933125rem;
}
.protext p {
  font-size: 0.3466875rem;
  color: #333;
  line-height: 0.64rem;
  padding: 0.2rem 0rem;
}
.protext p img {
  padding: 0.1466875rem 0rem;
}
.protext .probox > span {
  font-size: 0.4rem;
  color: #333;
  line-height: 0.64rem;
  padding: 0.2rem 0rem;
  font-weight: bold;
}
.protext video {
  width: 100%;
}
.protext a {
  color: #f95959;
}
.protext pre {
  clear: both;
  display: block;
  position: relative;
  font-size: 0.4rem;
  color: #233142;
  padding-left: 0.5333125rem;
  margin: 0.2rem 0rem;
}
.protext pre:before {
  content: "";
  width: 0.32rem;
  height: 0.426625rem;
  background: url(../m_images/icon03.png) no-repeat;
  background-size: 0.64rem auto;
  position: absolute;
  top: 0.09375rem;
  left: 0rem;
  background-position: -0.32rem 0rem;
}


.profour {
  padding: 0rem 0.2933125rem;
}
.profour ul {
  clear: both;
}
.profour ul li {
  clear: both;
  width: 100%;
  background: #233142;
  border: 2px solid #539ddb;
  margin-bottom: 0.4rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.profour ul li i {
  width: 10px;
  border-right: 2px solid #539ddb;
  height: 10px;
  background: #fafdff;
  position: absolute;
  z-index: 2;
}
.profour ul li i:nth-child(1) {
  left: -5px;
  top: -5px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.profour ul li i:nth-child(2) {
  right: -5px;
  top: -5px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.profour ul li i:nth-child(3) {
  left: -5px;
  bottom: -5px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.profour ul li i:nth-child(4) {
  right: -5px;
  bottom: -5px;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.profour ul li .prosevenpic {
  width: 3.52rem;
  padding: 0rem;
}
.profour ul li .prosevenbox {
  padding: 0.5333125rem 0.2666875rem 0rem 0.5333125rem;
  color: #fff;
  float: right;
  width: 268px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.profour ul li .prosevenbox p {
  font-size: 0.32rem;
  line-height: 0.5333125rem;
  color: #fff;
  padding: 0px;
}
.profour ul li .prosevenbox p.prosevenboxtit {
  font-size: 0.4533125rem;
  position: relative;
  font-weight: bold;
  color: #c6e5f3;
  line-height: 0.5333125rem;
  margin-bottom: 0.5333125rem;
}
.profour ul li .prosevenbox p.prosevenboxtit:after {
  background: #f95959;
  content: "";
  width: 0.64rem;
  height: 0.05333125rem;
  position: absolute;
  left: 0rem;
  bottom: -0.3041875rem;
}
.profour p {
  color: #333;
  font-size: 0.3466875rem;
  line-height: 0.64rem;
}


.profive .profivebox {
  clear: both;
  padding: 0rem 0.2933125rem 0.2666875rem 0.2933125rem;
}
.profive .profivebox p {
  font-size: 0.3466875rem;
  color: #333;
  line-height: 0.64rem;
  padding: 0.2rem 0rem;
}
.profive .profivebox h3 {
  clear: both;
  display: block;
  position: relative;
  font-size: 0.4rem;
  color: #233142;
  padding-left: 0.5333125rem;
  margin: 0.2rem 0rem;
}
.profive .profivebox h3:before {
  content: "";
  width: 0.32rem;
  height: 0.426625rem;
  background: url(../m_images/icon03.png) no-repeat;
  background-size: 0.64rem auto;
  position: absolute;
  top: 0.09375rem;
  left: 0rem;
  background-position: -0.32rem 0rem;
}


.prosix {
  clear: both;
}
.prosix ul {
  padding: 0rem 0.12rem;
}
.prosix ul li {
  float: left;
  width: 50%;
  padding: 0rem 0.2133125rem 0.1333125rem 0.2133125rem;
}
.prosix ul li .prosixpic {
  display: block;
  border-radius: 0.1333125rem;
  overflow: hidden;
}
.prosix ul li .prosixpic img {
  width: 100%;
}
.prosix ul li .prosixtit {
  clear: both;
  font-size: 0.4rem;
  color: #233142;
  text-align: center;
  display: block;
  padding: 0.2666875rem 0rem;
  line-height: 0.5333125rem;
}

.pro-font-panel {
  width: 100%;
  padding: 0.2666875rem 0.2666875rem 0.5rem;
  position: relative;
}
.pro-font-panel ul {
  width: 100%;
  padding: 0.25rem 0.1875rem 0.625rem 0.1875rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.1333125rem rgba(4, 54, 94, 0.3) inset;
  -moz-box-shadow: 0 0 0.1333125rem rgba(4, 54, 94, 0.3) inset;
  box-shadow: 0 0 0.1333125rem rgba(4, 54, 94, 0.3) inset;
  border-radius: 0.0666875rem;
}
.pro-font-panel ul li {
  width: 50%;
  float: left;
  height: 0.64rem;
  padding-right: 0.0625rem;
}
.pro-font-panel ul li a {
  display: block;
  height: 0.64rem;
  line-height: 0.64rem;
  padding-left: 0.75rem;
  position: relative;
  font-size: 0.32rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-font-panel ul li a:hover {
  color: #f95959;
}
.pro-font-panel ul li a i {
  display: block;
  position: absolute;
  left: 0.25rem;
  top: 0.1066875rem;
  width: 0.32rem;
  height: 0.426625rem;
  background: url(../m_images/icon03.png) no-repeat right center;
  background-size: 0.64rem auto;
  -webkit-transform: scale(0.6, 0.6);
  -moz-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}
.pro-font-panel ul:nth-child(8), .pro-font-panel ul:nth-child(9) {
  clear: both;
}

.man-link {
  width: 2.6000625rem;
  height: 2.0000625rem;
  position: absolute;
  right: 0.2666875rem;
  bottom: 0;
  background: url(../m_images/pro_more_bg.png) center bottom/100% auto no-repeat;
  z-index: 1;
}
.man-link span {
  display: block;
  width: 100%;
  height: 0.7466875rem;
  background-color: #3e6495;
  border-radius: 0.0666875rem;
  border-bottom-right-radius: 0.2666875rem;
  overflow: hidden;
  text-align: center;
  line-height: 0.7466875rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
}


.proseven {
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.3);
  border-radius: 0.1125rem;
  overflow: hidden;
  margin: 0.2666875rem 0.3333125rem 0.6666875rem 0.3333125rem;
  padding-bottom: 0.2666875rem;
}
.proseven .proseventit {
  clear: both;
  position: relative;
  font-size: 0.4rem;
  color: #233142;
  padding-left: 0.5333125rem;
  margin: 0.5333125rem 0.2666875rem;
}
.proseven .proseventit:before {
  content: "";
  width: 0.32rem;
  height: 0.426625rem;
  background: url(../m_images/icon03.png) no-repeat;
  background-size: 0.64rem auto;
  position: absolute;
  top: 0.09375rem;
  left: 0rem;
  background-position: -0.32rem 0rem;
}
.proseven ul {
  padding: 0rem 0.2666875rem;
  position: relative;
}
.proseven ul li {
  clear: both;
  padding-bottom: 0.4rem;
  position: relative;
}
.proseven ul li a {
  clear: both;
  display: block;
  border: 1px dashed #666;
  background: #fff;
  border-radius: 0.1333125rem;
  padding: 0.2625rem 0.2666875rem;
  font-size: 0.32rem;
  line-height: 0.5333125rem;
}
.proseven ul li span {
  position: absolute;
  box-shadow: 0px 2px 4px rgba(0, 72, 18, 0.4);
  background: #fec8b6;
  font-size: 0.2666875rem;
  color: #fff;
  right: -0.2666875rem;
  bottom: 0.15625rem;
  line-height: 0.5333125rem;
  border-radius: 0.2666875rem 0rem 0rem 0.2666875rem;
  padding: 0rem 0.2666875rem 0rem 0.3333125rem;
}



.newclass {
  padding: 0rem 0.3333125rem;
  margin-top: -0.2666875rem;
}
.newclass .newclassbox {
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.3);
  border-radius: 0.1125rem;
  overflow: hidden;
  margin-bottom: 0.6666875rem;
  padding-bottom: 0.2666875rem;
}
.newclass .newclassbox .newclasstit {
  clear: both;
  text-align: left;
  padding: 0.5333125rem 0rem 0.4rem 0.4rem;
  position: relative;
}
.newclass .newclassbox .newclasstit a {
  color: #233142;
  font-size: 0.5010625rem;
  position: relative;
  z-index: 2;
}
.newclass .newclassbox .newclasstit i {
  position: absolute;
  left: -0.125rem;
  bottom: 0rem;
  background: url(../m_images/newlinebg.png) no-repeat left top;
  width: 9.6rem;
  height: 0.4533125rem;
  background-size: 9.6rem 0.4533125rem;
  display: block;
  z-index: 1;
}
.newclass .newclassbox .newclassmore {
  float: right;
  margin-right: 0.2666875rem;
  color: #666;
  background: url(../m_images/arrow01.jpg) no-repeat right center;
  background-size: 0.426625rem 0.2933125rem;
  line-height: 0.32rem;
  padding: 0.1333125rem 0.5333125rem 0.1333125rem 0rem;
  margin-top: 0.1333125rem;
}
.newclass .newclassbox ul {
  padding: 0.2666875rem 0.2666875rem 0rem 0.2666875rem;
  position: relative;
}
.newclass .newclassbox ul li {
  clear: both;
  padding-bottom: 0.4rem;
  position: relative;
}
.newclass .newclassbox ul li a {
  clear: both;
  display: block;
  border: 1px dashed #666;
  background: #fff;
  border-radius: 0.1333125rem;
  padding: 0.2625rem 0.2666875rem;
  font-size: 0.32rem;
  line-height: 0.5333125rem;
}
.newclass .newclassbox ul li span {
  position: absolute;
  box-shadow: 0px 2px 4px rgba(0, 72, 18, 0.4);
  background: #fec8b6;
  font-size: 0.2666875rem;
  color: #fff;
  right: -0.2666875rem;
  bottom: 0.15625rem;
  line-height: 0.5333125rem;
  border-radius: 0.2666875rem 0rem 0rem 0.2666875rem;
  padding: 0rem 0.2666875rem 0rem 0.3333125rem;
}



.newheader .header {
  background: url(../m_images/banbombg.png) no-repeat center top;
  background-size: 100%;
  text-align: center;
  margin-top: -0.35625rem;
  padding: 0.4895625rem 0.2666875rem 0rem 0.2666875rem;
  height: 2.3466875rem;
  z-index: 3;
}

.newban {
  margin-top: -1rem;
}


.newcontact {
  position: relative;
}
.newcontact:after {
  content: "";
  background: url(../m_images/newcontactbg.png) no-repeat center bottom;
  background-size: 10rem 0.4rem;
  width: 100%;
  height: 0.4rem;
  position: absolute;
  left: 0rem;
  top: 0.0625rem;
  z-index: 1;
}
.newcontact .newcontactbox {
  background: url(../m_images/newcontactbg01.png) no-repeat center center;
  width: 8.1333125rem;
  height: 1.2rem;
  background-size: 8.1333125rem 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  color: #539ddb;
  font-size: 0.32rem;
  position: relative;
  margin: -0.4rem auto 0rem;
  z-index: 2;
  padding-right: 1.375rem;
}
.newcontact .newcontactbox span {
  display: inline-block;
  background: url(../m_images/newcontacticon01.png) no-repeat left center;
  background-size: 0.4rem 0.36rem;
  padding-left: 0.5333125rem;
}
.newcontact .newcontactbox a {
  position: absolute;
  width: 1.3333125rem;
  text-align: center;
  color: #f95959;
  line-height: 1;
  right: 0.6rem;
  top: -0.71875rem;
  font-size: 0.2666875rem;
}
.newcontact .newcontactbox a img {
  clear: both;
  display: block;
}


.newtop {
  clear: both;
  padding: 0.5333125rem 0.2933125rem 0.1333125rem 0.2933125rem;
}
.newtop h1 {
  clear: both;
  text-align: left;
  line-height: 0.64rem;
  color: #233142;
  font-size: 0.4533125rem;
  padding-bottom: 0.2rem;
}
.newtop p {
  clear: both;
  position: relative;
  text-align: right;
  color: #999;
  font-size: 0.32rem;
  border-bottom: 1px solid #dfdfdf;
  margin-right: -0.2933125rem;
  padding-right: 0.2933125rem;
  line-height: 1;
  padding-bottom: 0.2666875rem;
}
.newtop p:after {
  content: "";
  position: absolute;
  width: 15px;
  left: 0px;
  height: 9px;
  bottom: -4px;
  background: url(../m_images/dot01.jpg) no-repeat left center #fff;
  background-size: 7px 7px;
}


.newtext {
  clear: both;
  padding: 0rem 0.2933125rem 0.2666875rem 0.2933125rem;
}
.newtext p {
  font-size: 0.3466875rem;
  color: #666;
  line-height: 0.64rem;
  padding: 0.2rem 0rem;
}
.newtext p img {
  padding: 0.1466875rem 0rem;
}
.newtext video {
  width: 100%;
}
.newtext a {
  color: #f95959;
}
.newtext h3 {
  clear: both;
  display: block;
  position: relative;
  font-size: 0.4rem;
  color: #233142;
  padding-left: 0.5333125rem;
  margin: 0.2rem 0rem;
  font-weight: normal;
}
.newtext h3:before {
  content: "";
  width: 0.32rem;
  height: 0.426625rem;
  background: url(../m_images/icon03.png) no-repeat;
  background-size: 0.64rem auto;
  position: absolute;
  top: 0.09375rem;
  left: 0rem;
  background-position: -0.32rem 0rem;
}



.newlist {
  padding: 0rem 0.3333125rem;
  margin-top: -0.2666875rem;
}
.newlist ul {
  box-shadow: 0px 2px 7px rgba(0, 70, 102, 0.3);
  border-radius: 0.1125rem;
  overflow: hidden;
  padding-bottom: 0.2666875rem;
  padding: 0.2666875rem 0.2666875rem 0.2666875rem 0.2666875rem;
  position: relative;
}
.newlist ul li {
  clear: both;
  padding-bottom: 0.4rem;
  position: relative;
}
.newlist ul li a {
  clear: both;
  display: block;
  border: 1px dashed #666;
  background: #fff;
  border-radius: 0.1333125rem;
  padding: 0.2625rem 0.2666875rem;
  font-size: 0.32rem;
  line-height: 0.5333125rem;
}
.newlist ul li span {
  position: absolute;
  box-shadow: 0px 2px 4px rgba(0, 72, 18, 0.4);
  background: #fec8b6;
  font-size: 0.2666875rem;
  color: #fff;
  right: -0.2666875rem;
  bottom: 0.15625rem;
  line-height: 0.5333125rem;
  border-radius: 0.2666875rem 0rem 0rem 0.2666875rem;
  padding: 0rem 0.2666875rem 0rem 0.3333125rem;
}



.page {
  background: url(../m_images/pagebg.jpg) no-repeat center center;
  background-size: 100%;
  width: 7.6rem;
  height: 1.2rem;
  margin: 0.5333125rem auto;
  font-size: 0.32rem;
  color: #666;
  padding: 0.3rem2rem 1 0.1333125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page span font {
  color: #539ddb;
}

.pagefl {
  border-right: 1px dashed #ccc;
  display: inline-block;
  line-height: 0.8125rem;
  height: 0.8125rem;
  width: 1.66875rem;
  text-align: center;
}

.pagefr {
  border-left: 1px dashed #ccc;
  display: inline-block;
  line-height: 0.8125rem;
  height: 0.8125rem;
  width: 1.66875rem;
  text-align: center;
}

.pagefl img,
.pagefr img {
  width: 0.3466875rem;
  height: 0.5333125rem;
}



.aboutone {
  clear: both;
  padding: 0rem 0.4rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1.5rem;
}
.aboutone:after {
  content: "";
  background: url(../m_images/newcontactbg.png) no-repeat center bottom;
  background-size: ren2rem(16) 0.4rem;
  width: 100%;
  height: 0.4rem;
  position: absolute;
  left: 0rem;
  top: 1.1875rem;
  z-index: 1;
}
.aboutone li {
  position: relative;
  z-index: 2;
}
.aboutone li:nth-child(2) {
  margin-top: 0.5866875rem;
}
.aboutone li .aboutonepic {
  width: 1.92rem;
  height: 1.92rem;
  margin: 0 auto;
}
.aboutone li .aboutonetit {
  clear: both;
  text-align: center;
  color: #539ddb;
  font-size: 0.2933125rem;
}


.abouttwo {
  clear: both;
  padding: 0rem 0.2666875rem 0rem 0.2666875rem;
}
.abouttwo .abouttwotit {
  font-size: 0.3466875rem;
  color: #666;
  line-height: 0.64rem;
  padding: 0rem 0rem;
}
.abouttwo ul {
  padding: 0.4rem 0.1866875rem 0rem 0.1866875rem;
  position: relative;
}
.abouttwo ul:before {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 2.5333125rem;
  box-shadow: 0px 0px 5px rgba(0, 70, 102, 0.15);
  border-radius: 0.525rem;
}
.abouttwo ul li {
  float: left;
  width: 50%;
  padding: 0rem 0.08rem 0.1333125rem 0.08rem;
}
.abouttwo ul li .abouttwotit {
  text-align: center;
}
.abouttwo ul li .abouttwopic {
  display: block;
  border-radius: 0.4666875rem 0rem 0.4666875rem 0rem;
  overflow: hidden;
  box-shadow: 0px 0px 2px rgba(0, 70, 102, 0.3);
}
.abouttwo ul li .abouttwopic img {
  width: 100%;
}
.abouttwo ul li .casefourtit {
  clear: both;
  font-size: 0.4rem;
  color: #233142;
  text-align: center;
  display: block;
  padding: 0.2666875rem 0rem;
  line-height: 1;
}


.aboutthree {
  clear: both;
  padding: 0rem 0.2666875rem 0.4rem 0.2666875rem;
}
.aboutthree li {
  clear: both;
  box-shadow: 0px 0px 5px rgba(0, 70, 102, 0.15);
  border-radius: 0.525rem;
  margin-top: 0.5333125rem;
  overflow: hidden;
}
.aboutthree li .aboutthreetit {
  clear: both;
  display: block;
  text-align: left;
  font-size: 0.4rem;
  color: #233142;
  font-weight: bold;
  line-height: 0.64rem;
  margin: 0.5333125rem 0.2666875rem 0rem 0.2666875rem;
  position: relative;
}
.aboutthree li .aboutthreetit i {
  position: absolute;
  right: 0.4375rem;
  top: -0.09375rem;
  width: 0.7733125rem;
  height: 0.7733125rem;
}
.aboutthree li .aboutthreetxt {
  clear: both;
  display: block;
  text-align: left;
  font-size: 0.3466875rem;
  color: #666;
  line-height: 0.64rem;
  padding: 0.1333125rem 0.2666875rem 0.5333125rem 0.2666875rem;
}
.aboutthree li .aboutthreepic {
  clear: both;
  display: block;
}
.aboutthree li:nth-child(1) .aboutthreetit i {
  background: url(../m_images/aboutthreeicon01.png) no-repeat center top;
  background-size: 0.7733125rem 0.7733125rem;
}
.aboutthree li:nth-child(2) .aboutthreetit i {
  background: url(../m_images/aboutthreeicon02.png) no-repeat center top;
  background-size: 0.7733125rem 0.7733125rem;
}
.aboutthree li:nth-child(3) .aboutthreetit i {
  background: url(../m_images/aboutthreeicon03.png) no-repeat center top;
  background-size: 0.7733125rem 0.7733125rem;
}


.aboutfour {
  clear: both;
  padding-bottom: 0.6666875rem;
}
.aboutfour li {
  float: left;
  width: 50%;
  padding: 0rem 0.3066875rem 0.4rem 0.3066875rem;
}
.aboutfour li .aboutfourtit {
  clear: both;
  background: url(../m_images/aboutfourpic01.png) no-repeat 0.3125rem center #455d7a;
  line-height: 0.9333125rem;
  color: #fff;
  font-size: 0.3466875rem;
  font-weight: bold;
  border-radius: 0rem 0.2133125rem 0rem 0rem;
  padding-left: 0.6666875rem;
  background-size: 0.2rem 0.3733125rem;
}
.aboutfour li .aboutfourtxt {
  clear: both;
  background: #c6e5f3;
  color: #666;
  font-size: 0.2933125rem;
  line-height: 0.48rem;
  padding: 0.2rem 0rem 0.2rem 0.64rem;
  height: 1.875rem;
}
.aboutfour .aboutfourp {
  clear: both;
  text-align: right;
  font-size: 0.2933125rem;
  color: #539ddb;
  padding: 0rem 0.625rem 0rem 0rem;
}
.aboutfour .aboutfourp span {
  display: inline-block;
  background: url(../m_images/aboutfourpic02.png) no-repeat left center;
  background-size: 0.1733125rem;
  padding-left: 0.2666875rem;
}

@media (min-width: 321px) {
  .aboutfour li .aboutfourtxt {
    height: 1.5rem;
  }
}


.contactone {
  background: url(../m_images/insidebg01.png) no-repeat center top;
  height: 3.4266875rem;
  margin-top: -0.5625rem;
  z-index: 1;
  background-size: 100% auto;
  padding: 0.8rem 0.3333125rem 0rem 0.5333125rem;
  font-size: 0.5866875rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  line-height: 1.25rem;
}

.contacttwop01 {
  clear: both;
  color: #084a83;
  font-size: 0.3466875rem;
  padding-left: 1.0625rem;
  padding-bottom: 0.1333125rem;
}

.contacttwop02 {
  margin: 0rem 0.4375rem 0rem 0.46875rem;
  background: url(../m_images/insidephotoicon01.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  line-height: 1.0916875rem;
  display: block;
  border-radius: 0.1333125rem;
  padding: 0.1875rem 1.775rem 0.1875rem 0.4rem;
  color: #084a83 !important;
  font-size: 0.3466875rem;
  height: 1.4666875rem;
  text-align: center;
}
.contacttwop02 strong {
  color: #fa6969;
  font-size: 0.4266875rem;
  text-decoration: underline;
  margin-left: 0.4rem;
}

.contacttwop03 {
  margin: 0rem 0.4375rem 0rem 0.46875rem;
  background: url(../m_images/insidephotoicon.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  line-height: 1.0916875rem;
  display: block;
  border-radius: 0.1333125rem;
  padding: 0.1875rem 1.775rem 0.1875rem 0.4rem;
  color: #084a83 !important;
  font-size: 0.3466875rem;
  height: 1.4666875rem;
  text-align: center;
}
.contacttwop03 strong {
  color: #fa6969;
  font-size: 0.5333125rem;
  text-decoration: underline;
  margin-left: 0.4rem;
}

.contactthree {
  clear: both;
  background: #c6e5f3;
  margin: 0.5333125rem 0.3333125rem;
  padding: 0.2666875rem;
  border-radius: 0.1333125rem;
  color: #455d7a;
  font-size: 0.32rem;
  line-height: 0.64rem;
}

.contactfour {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.contactfour li {
  float: left;
  padding-top: 0.6666875rem;
  width: 2.6666875rem;
  height: 3.586625rem;
  background: url(../m_images/contactfourpic01.png) no-repeat left top;
  background-size: 2.6666875rem 3.586625rem;
}
.contactfour li .contactfourtit {
  clear: both;
  padding-bottom: 0.2666875rem;
  line-height: 1;
  text-align: center;
  font-size: 0.32rem;
  color: beige;
}
.contactfour li .contactfourpic {
  width: 1.0533125rem;
  margin: 0 auto;
}

.contactfive {
  clear: both;
  padding-bottom: 0.64rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.contactfive li {
  float: left;
  padding-top: 0.6666875rem;
  width: 2.6666875rem;
  height: 3.586625rem;
  margin: 0rem 0.3333125rem;
  background: url(../m_images/contactfourpic01.png) no-repeat left top;
  background-size: 2.6666875rem 3.586625rem;
}
.contactfive li .contactfivetit {
  clear: both;
  padding-bottom: 0.2666875rem;
  line-height: 1;
  text-align: center;
  font-size: 0.32rem;
  color: beige;
}
.contactfive li .contactfivepic {
  width: 1.0533125rem;
  margin: 0 auto;
}

.contactsix {
  border-radius: 0.1333125rem;
  background: #fff;
  box-shadow: 0px 1px 6px rgba(0, 70, 102, 0.2);
  margin: 0rem 0.3333125rem 0.64rem 0.3333125rem;
  padding: 0.2666875rem;
}
.contactsix .contactsixtit {
  color: #233142;
  line-height: 1;
  padding: 0.3125rem 0rem;
  font-size: 0.5010625rem;
  font-weight: bold;
}
.contactsix .contactsixad {
  color: #084a83;
  font-size: 0.3466875rem;
  padding-bottom: 0.1333125rem;
}
.contactsix .contactsixtxt {
  color: #999;
  font-size: 0.32rem;
  padding-bottom: 0.2666875rem;
}



.floatbom {
  background-color: #3989f8;
  background: -o-linear-gradient(top, #3989f8 0%, #4351a9 100%);
  background: -ms-linear-gradient(top, #3989f8 0%, #4351a9 100%);
  background: linear-gradient(top, #3989f8 0%, #4351a9 100%);
  background: -moz-linear-gradient(top, #3989f8 0%, #4351a9 100%);
  background: -webkit-linear-gradient(top, #3989f8 0%, #4351a9 100%);
  padding: 0.2125rem;
  display: flex;
  justify-content: space-between;
  margin: 0 0.2625rem;
  border-radius: 0.6875rem;
}

.floatbom span,
.floatbom a {
  font-size: 0.425rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.5875rem;
  border-radius: 0.4875rem;
  cursor: pointer;
}

.floatbom-tel {
  display: block;
  background-color: #fff05c;
  background: -o-linear-gradient(top, #fff05c 0%, #ffce45 100%);
  background: -ms-linear-gradient(top, #fff05c 0%, #ffce45 100%);
  background: linear-gradient(top, #fff05c 0%, #ffce45 100%);
  background: -moz-linear-gradient(top, #fff05c 0%, #ffce45 100%);
  background: -webkit-linear-gradient(top, #fff05c 0%, #ffce45 100%);
  padding: 0.225rem 0.875rem 0.225rem 0.5625rem;
}
.floatbom-tel:before {
  content: "";
  display: inline-block;
  width: 0.5875rem;
  height: 0.5875rem;
  background: url(../images/icon-tel.gif) no-repeat center;
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  vertical-align: middle;
  margin-top: -0.0625rem;
  margin-right: 0.1875rem;
}

.floatbom-kf {
  display: block;
  background-color: #2e8ef4;
  background: -o-linear-gradient(top, #2e8ef4 0%, #346ac2 100%);
  background: -ms-linear-gradient(top, #2e8ef4 0%, #346ac2 100%);
  background: linear-gradient(top, #2e8ef4 0%, #346ac2 100%);
  background: -moz-linear-gradient(top, #2e8ef4 0%, #346ac2 100%);
  background: -webkit-linear-gradient(top, #2e8ef4 0%, #346ac2 100%);
  color: #fff;
  font-weight: normal !important;
  padding: 0.225rem 0.875rem;
}

#gotop {
  display: none;
  position: fixed;
  right: 0.1333125rem;
  bottom: 2.63rem;
  width: 1rem;
  height: 1rem;
  z-index: 1000;
}


.newpage {
  clear: both;
  display: block;
  text-align: left;
  padding: 0.2666875rem 0.2rem;
}
.newpage p {
  clear: both;
  display: block;
  margin: 0rem;
  border-radius: 0.0666875rem;
  padding: 0.0666875rem 0rem;
  font-size: 0.32rem;
  line-height: 0.5333125rem;
  color: #539ddb;
}
.newpage p a {
  color: #666;
}

.mobile_footer {
  clear: both;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
  font-size: 0.3733125rem;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0.125rem;
  text-align: center;
}


@media screen and (min-width: 750px) {
  html {
    font-size: 46.875px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 43.75px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 25.875px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 23.4375px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 22.5px;
  }
}