@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 14rem;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  /* max-width: 1920px; */
  margin: 0 auto !important;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  font-size: 14px;
  outline: 0;
  font-family: 'Microsoft YaHei';
  overflow: hidden;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #cacaca;
}
:-moz-placeholder {
  color: #cacaca;
  opacity: 1;
}
::-moz-placeholder {
  color: #cacaca;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #cacaca;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1440rem;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes mymove {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -264px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 20px 30px;
  overflow: auto;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: #5db6ee;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.sitemap {
  overflow: hidden;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top2 {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
  font-family: NewYork;
  letter-spacing: 1px;
}
.sitemap li .top2:hover {
  color: #5db6ee;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  letter-spacing: 1px;
  color: #666;
  margin-right: 20rem;
  font-family: NewYork;
}
.sitemap li .bot a:hover {
  color: #5db6ee;
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.fix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 777;
  left:0;
}
.header {
  width: 100%;
  z-index: 777;
  transition: 0.5s;
  height: 130rem;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.5s;
  margin-left: -200rem;
  margin-top: 31rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 137rem;
  z-index: 5;
  transition: 0.5s;
}
.header .logo a .logo2 {
  display: none;
}
.header .header-right {
  float: right;
  margin-right: -200rem;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #5db6ee;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .right-top {
  text-align: right;
  padding-top: 10rem;
}
.header .header-right .right-top a {
  color: #fff; 
  font-size: 18rem;
  line-height: 32rem;
  color: #ffffff;
  position: relative;
  padding-left: 39rem;
  margin-left: 12rem;transition: 0.5s;
}
.header .header-right .right-top a:after {
  content: '';
  display: block;
  width: 1rem;
  height: 12rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .header-right .right-top .tel {
  background: url(../images/jax.png) no-repeat center left;
  background-size: 27rem;
}
.header .header-right .right-top .tel:after {
  display: none;
}
.header .header-right .right-top .phone {
  background: url(../images/dh.png) no-repeat 15rem center;
  background-size: 19rem;
}
.header .header-right .right-top .email {
  background: url(../images/yx.png) no-repeat 15rem center;
  background-size: 16rem;
}
.nav ul {
  float: left;
  margin-right: 202rem;
}
.nav ul li {
  float: left;
  position: relative;
  margin-left: 44rem;
}
.nav ul li a {
  display: block;
  font-size: 20rem;
  font-weight: bold;
  transform: scale(0.9);
  line-height: 89rem;
  transition: 0.5s;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  padding: 0;
}
.nav ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 23rem;
  left: 50%;
  margin-left: -18rem;
  transition: 0.5s;
  z-index: -1;
}
.nav ul li .subnav {
  width: 130rem;
  z-index: 66;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 88rem;
  left: 50%;
  text-align: center;
  margin-left: -65rem;
  background-color: rgba(255, 255, 255, 0.82);
  border-radius: 0rem 0rem 20rem 20rem;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 18rem;
  width: 100%;
}
.nav ul li .subnav ul li {
  padding: 0;
  margin: 0;
  float: none;
}
.nav ul li .subnav ul li a {
  font-size: 15rem;
  line-height: 48rem;
  color: #333333;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  display: block;
  margin: 0;
}
.nav ul li .subnav ul li a:after {
  display: none !important;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    color: #5db6ee;
  }
}
.nav ul li:hover a {
  transform: scale(1);
}
.nav ul li:hover a:after {
  width: 36rem;
}
.nav ul .active a {
  transform: scale(1);
}
.nav ul .active a:after {
  width: 36rem;
}
.nav .header-search {
  float: right;
  position: relative;
}
.nav .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.nav .header-search .pull-right a {
  display: block;
  overflow: hidden;
  width: 62rem;
  height: 89rem;
  background: url(../images/search.png) no-repeat center center;
  background-size: 23rem !important;
}
.nav .header-search .search .search-main {
  top: 65rem;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.nav .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 20rem;
  -webkit-appearance: none;
  background: none;
}
.nav .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: #5db6ee url(../images/search.png) no-repeat center center;
  background-size: 23rem !important;
}
.nav .lan {
  float: right;
  cursor: pointer;
  position: relative;
  padding-left: 20rem;
}
.nav .lan:after {
  content: '';
  display: block;
  width: 1rem;
  height: 23rem;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav .lan span {
  display: block;
  font-size: 14rem;
  line-height: 89rem;
  color: #ffffff;
  text-align: center;
  padding-left: 33rem;
  background: url(../images/yuyan.png) no-repeat center left;
  background-size: 23rem;
}
.nav .lan span a {
  color: #ffffff;
}
@keyframes zhuanquan {
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1025px) {
  .header:hover {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0rem 3rem 7rem 0rem rgba(0, 0, 0, 0.08);
  }
  .header:hover .logo a .logo1 {
    display: none;
  }
  .header:hover .logo a .logo2 {
    display: block;
  }
  .header:hover .header-right .right-top {
    text-align: right;
    padding-top: 10rem;
  }
  .header:hover .header-right .right-top a {
    color: #5db6ee;
  }
  .header:hover .header-right .right-top a:after {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header:hover .header-right .right-top .tel {
    background: url(../images/jax1.png) no-repeat center left;
    background-size: 27rem;
  }
  .header:hover .header-right .right-top .phone {
    background: url(../images/dh1.png) no-repeat 15rem center;
    background-size: 19rem;
  }
  .header:hover .header-right .right-top .email {
    background: url(../images/yx1.png) no-repeat 15rem center;
    background-size: 16rem;
  }
  .header:hover .nav ul li a {
    color: #333333;
  }
  .header:hover .nav ul li a:after {
    background-color: #333333;
  }
  .header:hover .nav .header-search .pull-right a {
    background: url(../images/search1.png) no-repeat center center;
    background-size: 23rem !important;
  }
  .header:hover .nav .lan:after {
    background: rgba(0, 0, 0, 0.1);
  }
  .header:hover .nav .lan span {
    color: #666666;
    background: url(../images/yuyan1.png) no-repeat center left;
    background-size: 23rem;
  }
  .header:hover .nav .lan span a {
    color: #666666;
  }
}
.headerfix,
.header1 {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0rem 3rem 7rem 0rem rgba(0, 0, 0, 0.08);
}
.headerfix .logo a .logo1,
.header1 .logo a .logo1 {
  display: none;
}
.headerfix .logo a .logo2,
.header1 .logo a .logo2 {
  display: block;
}
.headerfix .header-right .right-top,
.header1 .header-right .right-top {
  text-align: right;
  padding-top: 10rem;
}
.headerfix .header-right .right-top a,
.header1 .header-right .right-top a {
  color: #5db6ee;
}
.headerfix .header-right .right-top a:after,
.header1 .header-right .right-top a:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.headerfix .header-right .right-top .tel,
.header1 .header-right .right-top .tel {
  background: url(../images/jax1.png) no-repeat center left;
  background-size: 27rem;
}
.headerfix .header-right .right-top .phone,
.header1 .header-right .right-top .phone {
  background: url(../images/dh1.png) no-repeat 15rem center;
  background-size: 19rem;
}
.headerfix .header-right .right-top .email,
.header1 .header-right .right-top .email {
  background: url(../images/yx1.png) no-repeat 15rem center;
  background-size: 16rem;
}
.headerfix .nav ul li a,
.header1 .nav ul li a {
  color: #333333;
}
.headerfix .nav ul li a:after,
.header1 .nav ul li a:after {
  background-color: #333333;
}
.headerfix .nav .header-search .pull-right a,
.header1 .nav .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 23rem !important;
}
.headerfix .nav .lan:after,
.header1 .nav .lan:after {
  background: rgba(0, 0, 0, 0.1);
}
.headerfix .nav .lan span,
.header1 .nav .lan span {
  color: #666666;
  background: url(../images/yuyan1.png) no-repeat center left;
  background-size: 23rem;
}
.headerfix .nav .lan span a,
.header1 .nav .lan span a {
  color: #666666;
}
.transparent {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  display: none;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.height {
  height: 1px;
  position: absolute;
  top: -130rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 130rem;
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main img {
  display: block;
  width:100%;
}
.swiper-renewal-main .swiper-button-prev,
.swiper-renewal-main .swiper-button-next {
  width: 52rem;
  height: 52rem;
  border: dashed 1px #ffffff;
  border-radius: 50%;
  margin-top: -26rem;
  left: 30rem;
}
.swiper-renewal-main .swiper-button-prev:after,
.swiper-renewal-main .swiper-button-next:after {
  font-size: 20rem;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .swiper-renewal-main .swiper-button-prev:hover,
  .swiper-renewal-main .swiper-button-next:hover {
    background-color: #5db6ee;
    border: dashed 1px #5db6ee;
  }
}
.swiper-renewal-main .swiper-button-next {
  right: 30rem;
  left: auto;
}
.swiper-renewal-main .swiper-pagination { 
  bottom: 40rem;
  height: 20rem;
  background: url(../images/line.png) no-repeat center center;
}
.swiper-renewal-main .swiper-pagination-bullet {
  width: 20rem;
  height: 20rem;
  margin: 0 20rem !important;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 100%;
  opacity: 1;
  vertical-align: top;
}
.swiper-renewal-main .swiper-pagination-bullet-active {
  background: url(../images/dot1.png) no-repeat center center;
  background-size: 100%;
  -webkit-animation: zhuanquan 1.6s linear infinite;
  animation: zhuanquan 1.6s linear infinite;
}
.swiper-renewal-main .swiper-slide {
  display: block;
}
.swiper-renewal-main .swiper-slide .img1 {
  display: none;
}
.swiper-renewal-main .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding-top: 130rem;
}
.swiper-renewal-main .banner-hover.banner-hover1 {
  padding-top: 0;
}
.swiper-renewal-main .banner-hover .info {
  float: left;
  width: 55%;
}
.swiper-renewal-main .banner-hover .info .more a:after{
  -webkit-animation: shan 2s infinite;
	animation: shan 2s infinite;
}
.swiper-renewal-main .banner-hover .info .bt {
  font-family: HONORSansCN-Heavy;
  font-size: 120rem;
  line-height: 130rem;
  letter-spacing: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1rem 2rem 2rem rgba(0, 46, 12, 0.3);
}
.swiper-renewal-main .banner-hover .info .span {
  font-family: SourceHanSansSC-Regular;
  font-size: 28rem;
  line-height: 32rem;
  height: 64rem;
  letter-spacing: 3rem;
  margin-top: 30rem;
  margin-bottom: 50rem;
  color: #ffffff;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .info .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .info .span {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .info .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.more a {
  width: 260rem;
  line-height: 70rem;
  font-size: 28rem;
  font-weight: bold;
  letter-spacing: 7rem;
  color: #ffffff;
  display: block;
  border-radius: 50rem;
  text-align: center;
  background-color: #e6a200;
  position: relative;
  overflow: hidden;
}
.more a:after {
  width: 100rem;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-transform: skewx(-25deg);
  transform: skewx(-25deg);
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 2;
  content: '';
  display: block;
}
.more a:after{
  -webkit-animation: shan 2s infinite;
	animation: shan 2s infinite;
}
@media (min-width: 1025px) {
  .more a:hover:after {
    left: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
}

@-webkit-keyframes shan {
  0% {
    left: -100%;
	-webkit-transition: 0s;
	transition: 0s;
  }
  100% {
	  left: 100%;
   -webkit-transition: all 0.8s;
   transition: all 0.8s;
  }
}
#menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 10px;
}
#menu ul {
  overflow: hidden;
  padding: 0 10px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 18px;
  color: #5db6ee;
  display: block;
  line-height: 36px;
  position: relative;
  padding: 0 10px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #menu ul li:hover a {
    background: #f2f2f2;
  }
}
#menu ul li ul li a {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin: 14px 0;
}
#menu ul li ul li ul li a {
  font-weight: normal;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.home-title {
  text-align: center;
  position: relative;
}
.home-title h3 {
  font-size: 56rem;
  font-weight: bold;
  line-height: 84rem;
  color: #ffffff;
}
.home-title .bt {
  width: 172rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-title .info {
  position: relative;
}
.home-title1 h3 {
  color: #e6a200;
}
.home-title2 h3 {
  font-size: 48rem;
  color: #2c2c2c;
}
.home-title3 {
  text-align: right;
  position: relative;
}
.home-title3 h3 {
  font-size: 75rem;
  font-weight: bold;
  line-height: 84rem;
  color: #ffffff;
}
.home-title3 .bt {
  font-size: 36rem;
  font-weight: bold;
  color: #ffffff;
}
.home-title3 .i {
  text-align: right;
  margin: 15rem 144rem 0 0;
}
.home-title3 .i img {
  width: 33rem;
  display: inline-block;
  vertical-align: top;
}
.home-title3 .info {
  position: relative;
}
.home-title4 {
  text-align: left;
}
.home-title4 h3 {
  font-size: 48rem;
}
.home-jiaofu {
  margin: 5rem 0;
  padding: 115rem 0 209rem 0;
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
}
.home-jiaofu .home-title3 {
  margin-right: -95rem;
}
.home-jiaofu .home-bottom {
  padding-top: 90rem;
}
.cbanner {
  position: relative;
}
.cbanner .core-item {
  width: 200rem;
  height: 200rem;
  background-color: rgba(218, 246, 253, 0.23);
  box-shadow: 3rem 4rem 10rem 0rem rgba(21, 49, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-72%);
}
.cbanner .core-item:after {
  content: '';
  display: block;
  width: 180rem;
  height: 180rem;
  border: dashed 2px #ffffff;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -90rem;
  margin-left: -90rem;
  z-index: 1;
  -webkit-animation: zhuanquan 10s linear infinite;
  animation: zhuanquan 10s linear infinite;
}
.cbanner .core-item:before {
  content: '';
  display: block;
  width: 59rem;
  height: 48rem;
  background: url(../images/more1.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: -100rem;
  top: 50%;
  margin-top: -24rem;
  z-index: 1;
}
.cbanner .core-item .info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 30rem;
  z-index: 3;
  font-weight: bold;
  line-height: 40rem;
  color: #ffffff;
}
.cbanner .core-item1 {
  right: 0;
  left: auto;
}
.cbanner .core-item1:before {
  left: -100rem;
  right: auto;
}
.core_con {
  width: 418px;
  height: 418px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.core_con:after {
  content: '';
  display: block;
  width: 129%;
  height: 129%;
  background: rgba(62, 148, 237, 0.29);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.core_con .con-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 59rem;
  font-weight: bold;
  line-height: 79rem;
  color: #e6a200;
  text-align: center;
}
.core_con .pd {
  text-align: center;
  padding: 0 10%;
}
.core_con .h3 {
  font-size: 30px;
}
.core_con img {
  height: auto !important;
  border-radius: 50%;
}
.core_list {
  width: 514px;
  height: 514px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -255px 0 0 -255px;
  border: 2px dashed #fff;
  border-radius: 50%;
  z-index: 3;
  box-sizing: border-box;
  z-index: 1;
}
.core_list .text {
  text-align: center;
  position: absolute;
  top: -150px;
  left: -63px;
  width: 130px;
}
.core_list .text .pic {
  width: 60px;
  margin: 0 auto;
}
.core_list .text span {
  color: #fff;
  display: block;
  font-size: 24px;
}
.core_list li {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
}
.core_list li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  margin: -5px 0 0 -5px;
}
.core_list li.li1 {
  left: 50%;
  top: 0px;
  margin: -8px 0 0 -8px;
}
.core_list li.li2 {
  top: 32%;
  right: 0.9%;
}
.core_list li.li2 .text {
  top: -35px;
  left: 33px;
}
.core_list li.li3 {
  bottom: 11%;
  right: 15.1%;
}
.core_list li.li3 .text {
  top: -44px;
  left: 41px;
}
.core_list li.li4 {
  bottom: 11%;
  left: 15.4%;
}
.core_list li.li4 .text {
  top: -44px;
  right: 41px;
  left: auto;
}
.core_list li.li5 {
  top: 30.8%;
  left: 1.5%;
}
.core_list li.li5 .text {
  top: -25px;
  right: 33px;
  left: auto;
}
.curr:after {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: solid 2px #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -21px;
}
.core_list svg {
  position: absolute;
  width: 524px;
  height: 524px;
  left: 50%;
  top: 50%;
  margin: -262px 0 0 -262px;
  transform: rotate(-90deg);
}
.circle_bar2 {
  stroke-dasharray: 307%;
  stroke-dashoffset: 307%;
  position: absolute;
  width: 516px;
  height: 516px;
}
.core_list_1 .circle_bar2 {
  stroke-dashoffset: 247%;
}
.core_list_2 .circle_bar2 {
  stroke-dashoffset: 190%;
}
.core_list_3 .circle_bar2 {
  stroke-dashoffset: 118%;
}
.core_list_4 .circle_bar2 {
  stroke-dashoffset: 60%;
}
.core_list_0 .circle_bar2 {
  stroke-dashoffset: 0%;
}
@media (max-width: 1600px) {
  .cbanner .core_con {
    transform: scale(0.87);
  }
}
@media (max-width: 1400px) {
  .cbanner .core_con {
    transform: scale(0.73);
  }
}
@media (max-width: 1400px) {
  .cbanner .core_con {
    transform: scale(0.67);
  }
}
.slick-dots {
  display: none !important;
}
.home-case {
  position: relative;
}
.home-case .home-title {
  position: absolute;
  text-align: left;
  width: 100%;
  top: 111rem;
  z-index: 4;
}
.home-case .home-title .bt {
  transform: none;
  left: 0;
}
.home-case .home-bottom {
  overflow: hidden;
  position: relative;
}
.anlilist {
  margin: 0 -3rem;
}
.anlilist li {
  width: 25.2%;
  transition: 0.5s;
  float: left;
  padding: 0 3rem;
}
.anlilist li .box {
  height: 800rem;
  padding: 230rem 50rem 20rem 50rem;background-size: cover  !important;
}
.anlilist li .home-title .info {
  padding-left:50rem;;
}
.anlilist li .box .pic {
  display: none;
}
.anlilist li .box .p {
  font-size: 20rem;
  line-height: 40rem;
  margin-bottom: 25rem;
  color: #ffffff;
}
.anlilist li .box .p a {
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding-left: 24rem;
  position: relative;
  transition: 0.5s;
}
.anlilist li .box .p a:after {
  content: '';
  display: block;
  width: 20rem;
  height: 20rem;
  background: url(../images/dot1.png) no-repeat center center;
  background-size: 100%;
  -webkit-animation: zhuanquan 3s linear infinite;
  animation: zhuanquan 3s linear infinite;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10rem;
}
@media (min-width: 1025px) {
  .anlilist li .box .p p:hover a {
    padding-left: 34rem;
  }
}
.anlilist li .box .bt {
  margin-bottom: 38rem;
}
.anlilist li .box .bt a {
  font-size: 28rem;
  font-weight: bold;
  line-height: 32rem;
  letter-spacing: 2rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.anlilist li .box .jsh {
  font-size: 18rem;
  line-height: 28rem;
  /* height: 84rem; */
  margin-bottom: 20rem;
  overflow: hidden;
  letter-spacing: 1rem;
  color: #ffffff;
  display: none;
  padding-left: 24rem;
}
.anlilist li .box .more1 {
  display: none;
  padding-left: 24rem;
}
.anlilist .active {
  width: 49.6%;
}
.anlilist .active .box {
  padding: 230rem 100rem 20rem 240rem;
}
.anlilist .active .home-title .info {
  padding-left:240rem;;
}
.anlilist .active .box .jsh {
  display: block;
}
.anlilist .active .box .more1 {
  display: block;
}
.more1 a,
.more1 p {
  font-size: 16rem;
  line-height: 41rem;
  color: #ffffff;
}
.more1 a span,
.more1 p span {
  width: 41rem;
  height: 41rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: #e6a200 url(../images/jiantou.png) no-repeat center center;
  background-size: 11rem;
  margin-left: 10rem;
}
.more2 a,
.more2 p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
}
.more2 a span,
.more2 p span {
  width: 6rem;
  height: 28rem;
  margin-left: 5rem;
  display: inline-block;
  vertical-align: top;
  background: url(../images/more.png) no-repeat center center;
  background-size: 100%;
}
.home-news {
  padding: 102rem 0 183rem 0;
	background: url(../images/news-bg2.png) no-repeat center center;
	background-size: cover;
}
.home-news .home-bottom {
  padding-top: 44rem;
}
.home-news .home-bottom .list {
  padding-bottom: 40rem;
}
.home-news .home-bottom .list ul {
  text-align: center;
  font-size: 0;
}
.home-news .home-bottom .list ul li {
  padding: 0 10rem;
  display: inline-block;
  vertical-align: top;
}
.home-news .home-bottom .list ul li a {
  width: 150rem;
  line-height: 42rem;
  text-align: center;
  border-radius: 30rem;
  padding: 0 5rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 18rem;
  font-weight: bold;
  color: #666666;
  background-color: #ffffff;
}
.home-news .home-bottom .list ul li:hover a{  background: #5db6ee;
  color: #fff;}
.home-news .home-bottom .list ul .active a {
  background: #5db6ee;
  color: #fff;
}
.home-news .home-bottom .show .info {
  display: none;
  overflow: hidden;
  position: relative;
}
.home-news .home-bottom .show .cur {
  display: block;
}
.home-news .home-bottom .show .swiper {
  position: relative;
  padding-bottom: 30rem;
}
.home-news .home-bottom .show .swiper-pagination {
  position: relative;
  bottom: 0;
  height: 18rem;
}
.home-news .home-bottom .show .swiper-pagination-bullet {
  width: 17rem;
  height: 17rem;
  margin: 0 10rem !important;
  background: none;
  opacity: 1;
  vertical-align: top;
  position: relative;
}
.home-news .home-bottom .show .swiper-pagination-bullet:before {
  content: '';
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #999999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-news .home-bottom .show .swiper-pagination-bullet-active {
  background: none;
}
.home-news .home-bottom .show .swiper-pagination-bullet-active:before {
  background-color: #5db6ee;
}
.home-news .home-bottom .show .swiper-pagination-bullet-active:after {
  content: '';
  display: block;
  width: 17rem;
  height: 17rem;
  border: solid 2px #5db6ee;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-news .nitem {
  width: 33.33333333%;
  float: left;
  margin-right: 42rem;
}
.swiper-news .nitem .pic:after {
  padding-bottom: 73.00884956%;
}
.swiper-news .nitem .text {
  padding-top: 18rem;
}
.swiper-news .nitem .span {
  font-size: 16rem;
  line-height: 28rem;
  color: #5db6ee;
}
.swiper-news .nitem .bt {
  font-size: 18rem;
  font-weight: bold;
  line-height: 32rem;
  height: 64rem;
  margin-bottom: 24rem;
  overflow: hidden;
  color: #333333;
}
.swiper-news .nitem .bottom {
  border-top: 1px solid #c4dde3;
  padding-top: 13rem;
}
.swiper-news .nitem .bottom .date {
  float: left;
  font-size: 14rem;
  line-height: 32rem;
  color: #999999;
  padding-left: 20rem;
  background: url(../images/date.png) no-repeat center left;
  background-size: 14rem;
}
.swiper-news .nitem .bottom .more2 {
  float: right;
}
@media (min-width: 1025px) {
  .swiper-news .nitem:hover .pic img {
    transform: scale(1.05);
  }
  .swiper-news .nitem:hover .bt {
    color: #0073e8;
  }
  .swiper-news .nitem:hover .bottom {
    border-top: 1px solid #00111f;
  }
  .swiper-news .nitem:hover .bottom .more2 p {
    color: #0073e8;
  }
}
@-webkit-keyframes wave {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes wave {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.footer {
  position: relative;
  overflow: hidden;
  margin-top: -112px;
}
.footer:before {
  content: '';
  display: block;
  width: 7584px;
  height: 112px;
  background: url(../images/bolang.png) repeat-x;
  z-index: 10;
  -webkit-animation: wave 15s linear infinite;
  animation: wave 15s linear infinite;
}
.footer .footer-info {
  background-color: #00111f;
}
@media (min-width: 1025px) {
  .footer .footer-info a:hover {
    color: #fff !important;
    text-decoration: underline;
  }
}
.footer .footer-top {
  padding-top: 33rem;
  padding-bottom: 60rem;
  overflow: hidden;
}
.footer .footer-left {
  float: left;
  width: 35.5%;
}
.footer .footer-left .img {
  margin-bottom: 40rem;
  width:361rem;
}
.footer .footer-left .p ul li {
  position: relative;
  min-height: 60rem;
  padding-left: 70rem;
  margin-bottom: 20rem;
}
.footer .footer-left .p ul li .pic {
  width: 60rem;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .footer-left .p ul li .bt {
  font-size: 16rem;
  color: #ffffff;
}
.footer .footer-left .p ul li .p {
  font-size: 30rem;
  line-height: 37rem;
  color: #ffffff;
}
.footer .footer-left .p ul li .p a {
  color: #ffffff;
}
.footer .footer-left .p ul li:nth-child(3) .p {
  font-size: 22rem;
}
.footer .footer-center {
  float: left;
  width: 42.5%;
  margin-top: -7rem;
}
.footer .footer-center ul li {
  width: 33.33333333%;
  float: left;
  padding-left: 21rem;
  position: relative;
}
.footer .footer-center ul li:after {
  content: '';
  display: block;
  width: 2rem;
  height: 17rem;
  background-color: #ffffff;
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: 4;
}
.footer .footer-center ul li:before {
  content: '';
  display: block;
  width: 1rem;
  height: 221rem;
  border-left: dashed 1px rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: 2;
}
.footer .footer-center ul li a {
  font-size: 18rem;
  margin-bottom: 15rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding-right: 10rem;
  font-weight: bold;
  color: #ffffff;
}
.footer .footer-center ul li ul li {
  width: 100%;
  padding: 0;
  margin: 0;
}
.footer .footer-center ul li ul li:after,
.footer .footer-center ul li ul li:before {
  display: none;
}
.footer .footer-center ul li ul li a {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-weight: normal;
  line-height: 32rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-right {
  float: right;
  margin-top: -8rem;
  width: 21%;
}
.footer .footer-right .bt {
  font-size: 18rem;
  font-weight: bold;
  color: #ffffff;
}
.footer .footer-right .bottom {
  padding-top: 26rem;
}
.footer .footer-right .bottom ul {
  margin: 0 -10rem;
}
.footer .footer-right .bottom ul li {
  width: 50%;
  float: left;
  padding: 0 10rem;
}
.footer .footer-right .bottom ul li .h3 {
  margin-top: 10rem;
  font-size: 14rem;
  font-weight: bold;
  text-align: center;
  color: rgba(230, 162, 0, 0.7);
}
.footer .footer-bottom {
  font-size: 14rem;
  line-height: 25rem;
  padding: 12rem 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.4);
}
.current {
  padding: 26rem 0;
  position: relative;
  z-index: 52;
}
.current span {
  font-size: 14rem;
  line-height: 24rem;
  color: #999999;
  background: url('../images/home.png') no-repeat center left;
  background-size: 17rem;
  padding-left: 22rem;
}
.current span a {
  color: #999999;
}
.current span b {
  font-weight: normal;
  color: #59b5ec;
}
.current1 span {
  color: #fff;
  background: url('../images/home1.png') no-repeat center left;
  background-size: 17rem;
}
.current1 span a {
  color: #fff;
}
.content {
  min-height: 500rem;
  padding: 129rem 0 211rem 0;
}
.after {
  background: #f5f5f7;
}
.after .after-info {
  padding: 92rem 93rem;
  min-height: 860rem;
  background-color: #ffffff;
}
.after .p {
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
  margin-top: 35rem;
  margin-bottom: 15rem;
}
.after .list ul {
  margin: 0 -20rem;
}
.after .list ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 20rem;
  text-align: center;
}
.after .list ul li .box {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 20rem 0rem rgba(0, 41, 66, 0.1);
  border-radius: 10rem;
  padding: 60rem 30rem;
}
.after .list ul li .nu {
  font-size: 16rem;
  font-style: italic;
  line-height: 36rem;
  color: #ffffff;
  width: 80rem;
  height: 36rem;
  background-color: #59b5ec;
  position: absolute;
  top: 53rem;
  left: -19rem;
  border-radius: 30rem;
  padding-left: 22rem;
}
.after .list ul li .pic {
  margin: 0 auto;
  width: 102rem;
}
.after .list ul li .pic:after {
  padding-bottom: 115.68627451%;
}
.after .list ul li .text {
  padding-top: 25rem;
}
.after .list ul li .text .bt {
  font-size: 20rem;
  font-weight: bold;
  margin-bottom: 9rem;
  color: #333333;
}
.after .list ul li .text .jsh {
  font-size: 18rem;
  line-height: 30rem;
  height: 60rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .after .list ul li:hover .nu {
    background: #e6a200;
  }
  .after .list ul li:hover .text .bt {
    color: #e6a200;
  }
}
.shuoming .p {
  font-size: 16rem;
  line-height: 36rem;
  padding-top: 33rem;
  margin-bottom: 41rem;
  color: #ffffff;
}
.shuoming .span {
  font-size: 32rem;
  font-weight: bold;
  color: #ffffff;
}
.fenxiao .p {
  font-size: 18rem;
  line-height: 32rem;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 35rem;
  margin-bottom: 51rem;
}
.fenxiao .fenxiao-info {
  padding-top: 78rem;
  width: 39%;
}
.fenxiao .more a {
  font-size: 18rem;
  width: 150rem;
  line-height: 52rem;
  background-color: #e6a200;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
}
.chengnuo {
  padding-top: 129rem;
  background: #fff;
}
.chengnuo .chengnuo-info {
  padding-top: 39rem;
}
.chengnuo .list {
  padding-top: 53rem;
}
.chengnuo .list ul {
  font-size: 0;
}
.chengnuo .list ul li {
  border-bottom: 1px solid #e5e5e5;
}
.chengnuo .list ul li .box {
  padding: 33rem 0;
  padding-left: 90rem;
}
.chengnuo .list ul li .pic {
  width: 70rem;
  display: inline-block;
  vertical-align: middle;
}
.chengnuo .list ul li .pic .mh {
  display: none;
}
.chengnuo .list ul li .bt {
  font-size: 20rem;
  font-weight: bold;
  line-height: 32rem;
  width: 34%;
  padding: 0 33rem;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}
.chengnuo .list ul li .p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
  width: 56%;
}
@media (min-width: 1025px) {
  .chengnuo .list ul li:hover {
    background: #e6a200;
  }
  .chengnuo .list ul li:hover .pic .m {
    display: none;
  }
  .chengnuo .list ul li:hover .pic .mh {
    display: block;
  }
  .chengnuo .list ul li:hover .bt {
    color: #fff;
  }
  .chengnuo .list ul li:hover .p {
    color: #fff;
  }
}
.gongxiang .gongxiang-info {
  padding-top: 18rem;
}
.gongxianglist {
  margin: 0 -21rem;
  padding-top: 43rem;
  padding-bottom: 20rem;
}
.gongxianglist li {
  width: 33.33333333%;
  float: left;
  padding: 0 21rem;
  margin-bottom: 40rem;
}
.gongxianglist li .box {
  box-shadow: 0rem 0rem 40rem 0rem rgba(0, 37, 60, 0.1);
  border-radius: 10rem;
  padding: 40rem;
  height: 280rem;
  background: #fff;
}
.gongxianglist li .pic {
  width: 25rem;
  margin-bottom: 12rem;
}
.gongxianglist li .pic .mh {
  display: none;
}
.gongxianglist li .bt {
  font-size: 20rem;
  line-height: 32rem;
  height: 96rem;
  margin-bottom: 16rem;
  overflow: hidden;
  font-weight: bold;
  color: #333333;
}
.gongxianglist li .do {
  font-size: 16rem;
  padding-left: 25rem;
  background: url(../images/xiazai.png) no-repeat center left;
  background-size: 16rem;
  color: #e6a200;
}
@media (min-width: 1025px) {
  .gongxianglist li:hover .box {
    background: #e6a200 url(../images/gxbg.png) no-repeat bottom right;
    background-size: 100%;
  }
  .gongxianglist li:hover .pic .m {
    display: none;
  }
  .gongxianglist li:hover .pic .mh {
    display: block;
  }
  .gongxianglist li:hover .bt {
    color: #fff;
  }
  .gongxianglist li:hover .do {
    background: url(../images/xiazaih.png) no-repeat center left;
    background-size: 16rem;
    color: #fff;
  }
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #858585;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #cdcdcd;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background: #5db6ee;
  -webkit-box-shadow: 0 0 0 1px #fff;
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 106px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 6px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 106px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 6px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.case .case-info {
   
}
.case .list {
  padding-top: 41rem;
}
.case .case-shuoming {
  padding: 86rem 100rem;
  margin-bottom: 98rem;
  background: #fff;
  margin-top:20rem;
}
.case .case-shuoming .bt {
  font-size: 48rem;
  margin-bottom: 39rem;
  font-weight: bold;
  color: #2c2c2c;
  text-align: center;
}
.case .case-shuoming .p {
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
}
.caselist {
  margin: 0 -21rem;
  padding-bottom: 24rem;
}
.caselist li {
  width: 33.33333333%;
  float: left;
  padding: 0 21rem;
  margin-bottom: 40rem;
}
.caselist li .pic {
  border-radius: 20rem;
}
.caselist li .pic:after {
  padding-bottom: 66.37168142%;
}
.caselist li .text {
  box-shadow: 0rem 0rem 30rem 0rem rgba(0, 69, 112, 0.1);
  border-radius: 20rem;
  width: 90%;
  margin: 0 auto;
  margin-top: -40rem;
  position: relative;
  z-index: 4;
  padding: 27rem 27rem 32rem 27rem;
  background: #ffffff;
}
.caselist li .bt {
  font-size: 18rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  line-height: 32rem;
  margin-bottom: 10rem;
  letter-spacing: 1rem;
  color: #333333;
}
.caselist li .p {
  font-size: 16rem;
  line-height: 28rem;
  height: 56rem;
  overflow: hidden;
  color: #666666;
}
@media (min-width: 1025px) {
  .caselist li:hover .pic img {
    transform: scale(1.05);
  }
  .caselist li:hover .bt {
    color: #e6a200;
  }
}
.case-show .case-info {
  padding: 120rem 100rem 100rem 100rem;
  background: #fff;
}
.case-show .case-info .h1 {
  font-size: 36rem;
  margin-bottom: 42rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.case-show .case-info .p {
  font-size: 16rem;
  line-height: 32rem;
  padding-bottom: 61rem;
  color: #666666;
}
.case-show .case-info .link {
  font-size: 16rem;
  line-height: 32rem;
  margin-bottom: 13rem;
  color: #333333;
}
.case-show .case-info .link span {
  font-size: 18rem;
  font-weight: bold;
}
.case-show .case-info .link a {
  margin-right: 20rem;
}
.case-show .case-info .zhaiyao {
  padding: 48rem 98rem;
  margin-bottom: 51rem;
  background: #e7f4fc;
}
.case-show .case-info .zhaiyao .bt {
  font-size: 22rem;
  margin-bottom: 18rem;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.case-show .case-info .zhaiyao .bt:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 40rem;
  width: 195rem;
  height: 1rem;
  background-color: #5db6ee;
}
.case-show .case-info .zhaiyao .jsh {
  font-size: 16rem;
  color: #666666;
}
.pagelist-news {
  border-top: 1px solid #e5e5e5;
}
.pagelist-news li a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  position: relative;
  font-size: 16rem;
  line-height: 65rem;
  color: #666666;
  padding-left: 120rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.pagelist-news li a span {
  position: absolute;
  top: 0;
  left: 18rem;
  display: block;
  background: url(../images/up.png) no-repeat center right;
  padding-right: 27rem;
  background-size: 16rem;
}
@media (min-width: 1025px) {
  .pagelist-news li a:hover {
    color: #5db6ee;
  }
}
.pagelist-news li:nth-child(2n) span {
  background: url(../images/down2.png) no-repeat center right;
  background-size: 16rem;
}
.return {
  margin-top: 40rem;
}
.return a {
  width: 111rem;
  line-height: 36rem;
  background-color: #efefef;
  font-size: 16rem;
  color: #222222;
  text-align: center;
  display: block;
  float: right;
}
@media (min-width: 1025px) {
  .return a:hover {
    background: #5db6ee;
    color: #fff;
  }
}
.related {
  padding: 80rem 0 0 0;
}
.related .caselist {
  padding-top: 42rem;
  padding-bottom: 0;
}
.related .caselist li {
  margin-bottom: 0;
}
.related .swiper-news1 {
  padding-top: 38rem;
  padding-bottom: 0;
}
.swiper-news1 {
  margin: 0 -20rem;
  padding-bottom: 20rem;
}
.swiper-news1 .nitem {
  margin: 0;
  padding: 0 20rem;
  margin-bottom: 40rem;
}
.news-one {
  position: relative;
  overflow: hidden;
  margin-bottom: 41rem;
}
.news-one .list {
  position: relative;
  z-index: 5;
}
.news-one .list li .box {
  position: relative;
  min-height: 505rem;
  padding-left: 693rem;
  padding-right: 76rem;
  padding-top: 113rem;
  background: #fff;
  box-shadow: 0rem 2rem 10rem 0rem rgba(51, 51, 51, 0.1);
}
.news-one .list li .box .pic {
  width: 584rem;
  position: absolute;
  top: 40rem;
  left: 40rem;
}
.news-one .list li .box .pic img {
  transition: 0.5s;
}
.news-one .list li .box .pic:after {
  padding-bottom: 73.00884956%;
}
.news-one .list li .box .span {
  font-size: 15rem;
  line-height: 28rem;
  color: #5db6ee;
}
.news-one .list li .box .bt {
  font-size: 24rem;
  font-weight: bold;
  line-height: 32rem;
  height: 32rem;
  margin-top: 28rem;
  margin-bottom: 21rem;
  overflow: hidden;
  color: #333333;
}
.news-one .list li .box .p {
  font-size: 16rem;
  line-height: 28rem;
  overflow: hidden;
  height: 56rem;
  color: #666666;
}
.news-one .list li .box .bottom {
  padding-top: 65rem;
}
.news-one .list li .box .bottom .date {
  float: left;
  font-size: 14rem;
  line-height: 32rem;
  color: #999999;
  padding-left: 20rem;
  background: url(../images/date.png) no-repeat center left;
  background-size: 14rem;
}
.news-one .list li .box .bottom .more2 {
  float: right;
}
@media (min-width: 1025px) {
  .news-one .list li:hover .pic img {
    transform: scale(1.05);
  }
  .news-one .list li:hover .bt {
    color: #0073e8;
  }
  .news-one .list li:hover .bottom .more2 p {
    color: #0073e8;
  }
}
.btn {
  position: relative;
  height: 34rem;
  margin-bottom: 41rem;
}
.btn .swiper-pagination {
  position: relative;
  bottom: auto;
  height: 20rem;
}
.btn .swiper-pagination-bullet {
  width: 17rem;
  height: 17rem;
  margin: 0 5rem !important;
  background: url(../images/dot2.png) no-repeat center center;
  background-size: 100%;
  opacity: 1;
  vertical-align: top;
}
.btn .swiper-pagination-bullet-active {
  background: url(../images/dot2h.png) no-repeat center center;
  background-size: 100%;
  -webkit-animation: zhuanquan 1.6s linear infinite;
  animation: zhuanquan 1.6s linear infinite;
}
.jinkou {
  padding-bottom: 0 !important;
}
.jinkou01 {
  margin-top: -75rem;
  overflow: hidden;
  position: relative;
}
.jinkou01 ul {
  margin: 0 -5rem;
}
.jinkou01 ul li {
  width: 25%;
  float: left;
  padding: 0 5rem;
}
.jinkou01 ul li .box {
  position: relative;
}
.jinkou01 ul li .pic:after {
  padding-bottom: 173.72881356%;
}
.jinkou01 ul li .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 8, 53, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 44;
}
.jinkou01 ul li .pic img{
	width:100%;
}
.jinkou01 ul li .bt {
  font-size: 46rem;
  font-weight: bold;
  line-height: 72rem;
  color: #ffffff;
  position: absolute;
  top: 133rem;
  left: 0;
  width: 100%;
  padding: 0 79rem;
  z-index: 45;
}
@media (min-width: 1025px) {
  .jinkou01 ul li:hover .pic img {
    transform: scale(1.1);
  }
  .jinkou01 ul li:hover .pic:before {
    background-color: rgba(17, 8, 53, 0.1);
  }
}
.jinkou01 .sikao {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 520rem;
  z-index: 54;
}
.jinkou01 .sikao img {
  display: block;
}
.jinkou01 .sikao .h3 {
  font-size: 48rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  text-align: center;
  bottom: 105rem;
  left: 0;
  width: 100%;
  z-index: 55;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
.jinkou02 {
  position: relative;
}
.jinkou02 .img img {
  display: block;
  width:100%;
}
.jinkou02 .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.jinkou02 .hover .bt {
  font-size: 60rem;
  margin-bottom: 29rem;
  font-weight: bold;
  color: #333333;
}
.jinkou02 .hover .jsh {
  font-size: 24rem;
  line-height: 48rem;
  margin-bottom: 48rem;
  color: #666666;
}
.jinkou02 .hover .more a {
  width: 150rem;
  line-height: 52rem;
  font-size: 18rem;
  letter-spacing: 0;
}
.jinkou03 .hover {
  top: 110rem;
  transform: none;
}
.jinkou03 .hover .info {
  float: right;
}
.jinkou03 .hover .jsh p {
  padding-left: 34rem;
  background: url(../images/fuxuankuang.png) no-repeat center left;
  background-size: 22rem;
}
.jinkou03 .hover .jsh b {
  color: #2c2c2c;
}
.about {
  padding-bottom: 0 !important;
}
.about01 {
  padding-bottom: 100rem;
  background: url(../images/abg.jpg) no-repeat bottom center;
  background-size: cover;
}
.about01 .about-bottom {
  padding-top: 69rem;
}
.about01 .text {
  float: left;
  width: 61%;
  padding-top: 36rem;
}
.about01 .text .home-title {
  text-align: left;
}
.about01 .text .span {
  font-size: 24rem;
  margin-top: 34rem;
  margin-bottom: 22rem;
  font-weight: bold;
  color: #333333;
}
.about01 .text .p {
  font-size: 18rem;
  line-height: 32rem;
  color: #666666;
}
.about01 .img {
  float: right;
  width: 37%;
 padding-top: 72rem;
}
.about01 .img img {
  display: block;
}
.about02 {
  padding: 79rem 0 110rem 0;
  background: url(../images/abg2.jpg) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
}
.about02 .about-bottom {
  position: relative;
  padding-top: 45rem;
}
.about02 .about-bottom ul li {
  position: relative;
}
.about02 .about-bottom ul li:after {
  content: '';
  display: block;
  width: 145rem;
  height: 248rem;
  background: url(../images/line2.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 72rem;
  left: 50%;
  margin-left: -72rem;
}
.about02 .about-bottom ul li div {
  overflow: hidden;
}
.about02 .about-bottom ul li .box {
  width: 768rem;
  margin-left: 70rem;
  padding-right: 304rem;
  padding-top: 57rem;
  position: relative;
  z-index: 3;
}
.about02 .about-bottom ul li .box:after {
  content: '';
  display: block;
  width: 11rem;
  height: 11rem;
  background-color: #5db6ee;
  border-radius: 50%;
  position: absolute;
  top: 68rem;
  right: 184rem;
}
.about02 .about-bottom ul li .box:before {
  content: '';
  display: block;
  width: 105rem;
  height: 1rem;
  background-color: #5db6ee;
  position: absolute;
  top: 72rem;
  right: 189rem;
}
.about02 .about-bottom ul li .box .info {
  overflow: auto;
  height: 194rem;
}
.about02 .about-bottom ul li .box .text .bt {
  text-align: right;
  font-size: 20rem;
  margin-bottom: 14rem;
  font-weight: bold;
  color: #333333;
}
.about02 .about-bottom ul li .box .text .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
}
.about02 .about-bottom ul li .box .span {
  width: 121rem;
  line-height: 146rem;
  background: url(../images/hbg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  font-size: 40rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .about02 .about-bottom ul li:hover .box .text .bt {
    color: #e6a200;
  }
  .about02 .about-bottom ul li:hover .box .span {
    background: url(../images/hbg1.png) no-repeat center center;
    background-size: cover;
    color: #fff;
  }
}
.about02 .about-bottom ul li.even:after {
  background: url(../images/line3.png) no-repeat top center;
  background-size: 100%;
}
.about02 .about-bottom ul li.even .box {
  float: right;
  margin-left: 0;
  margin-right: 70rem;
  padding-left: 304rem;
  padding-right: 0;
}
.about02 .about-bottom ul li.even .box:before {
  right: auto;
  left: 189rem;
}
.about02 .about-bottom ul li.even .box:after {
  right: auto;
  left: 184rem;
}
.about02 .about-bottom ul li.even .box .span {
  left: 0;
  right: auto;
}
.about02 .about-bottom ul li.even .box .text .bt {
  text-align: left;
}
.about02 .about-bottom ul li:nth-last-child(1):after {
  display: none;
}
.service {
	padding-top:0 !important;
  padding-bottom: 0 !important;
}
.service01{
	background: url(../images/sbg.jpg) no-repeat center center;
	background-size: cover;
	padding-top:129rem;
}
.service01 .service-bottom { 
  position: relative;
  padding-top: 51rem;
  padding-bottom: 135rem;
  
}
.service01 .service-bottom .left {
  float: left;
  width: 50%;
  padding-top: 8rem;
}
.service01 .service-bottom .right {
  float: right;
  width: 45%;
}
.service01 .service-bottom .right .bt {
  font-size: 48rem;
  line-height: 56rem;
  font-weight: bold;
  color: #ffffff;
}
.service01 .service-bottom .right .span {
  margin-top: 31rem;
  margin-bottom: 33rem;
}
.service01 .service-bottom .right .span img {
  width: 163rem;
  display: block;
}
.service01 .service-bottom .right .p {
  font-size: 16rem;
  line-height: 32rem;
  color: rgba(255, 255, 255, 0.7);
}
.service02 {
  padding: 100rem 0 94rem 0;
  background: #ffffff url(../images/sbg1.jpg) no-repeat center center;
  background-size: cover;
}
.service02 .left {
  float: left;
  width: 51%;
  padding-left: 39rem;
}
.service02 .right {
  float: right;
  width: 48.3%;
  font-size: 18rem;
  line-height: 62rem;
  color: #666666;
}
.service02 .right p {
  padding-left: 101rem;
  background: #eef8fd url(../images/fuxuankuanggou.png) no-repeat 60rem center;
  background-size: 21rem;
}
.service02 .right p:nth-child(2n) {
  background: #ffffff url(../images/fuxuankuanggou.png) no-repeat 60rem center;
  background-size: 21rem;
}
.service02 .service-bottom {
  padding-top: 49rem;
}
.service03 {
  padding: 77rem 0 235rem 0;
  background: url(../images/sbg2.jpg) no-repeat center center;
  background-size: cover;
}
.service03 .home-title2 h3 {
  color: #fff;
}
.service03 .service-bottom {
  position: relative;
  height: 649rem;
}
.service03 .service-bottom .left {
  position: absolute;
  top: 85rem;
  left: 0;
  text-align: center;
  width: 100%;
}
.service03 .service-bottom .left img {
  width: 545rem;
  display: block;
  margin: 0 auto;
}
.service03 .service-bottom li {
  width: 286rem;
  position: absolute;
}
.service03 .service-bottom li .box {
  position: relative;
  text-align: right;
  padding-right: 105rem;
  padding-top: 10rem;
}
.service03 .service-bottom li .box .pic {
  width: 80rem;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.service03 .service-bottom li .box .bt {
  font-size: 20rem;
  margin-bottom: 5rem;
  font-weight: bold;
  color: #ffffff;
}
.service03 .service-bottom li .box .p {
  font-size: 18rem;
  line-height: 28rem;
  color: #ffffff;
}
.service03 .service-bottom li:nth-child(2n) .box {
  padding-left: 105rem;
  text-align: left;
  padding-right: 0;
}
.service03 .service-bottom li:nth-child(2n) .box .pic {
  left: 0;
  right: auto;
}
.service03 .service-bottom .x1 {
  top: 43rem;
  right: 864rem;
}
.service03 .service-bottom .x2 {
  top: 43rem;
  left: 879rem;
}
.service03 .service-bottom .x3 {
  top: 221rem;
  right: 984rem;
}
.service03 .service-bottom .x4 {
  top: 221rem;
  left: 996rem;
}
.service03 .service-bottom .x5 {
  top: 397rem;
  right: 984rem;
}
.service03 .service-bottom .x6 {
  top: 397rem;
  left: 974rem;
}
.service03 .service-bottom .x7 {
  top: 573rem;
  right: 824rem;
}
.service03 .service-bottom .x8 {
  top: 573rem;
  left: 851rem;
}
.inbanner {
  position: relative;
}
.inbanner img{
	width:100%;
}
.inbanner .current {
  position: absolute;
  top: 129rem;
  left: 0;
  width: 100%;
}
.inbanner .img1 {
  display: none;
}
.inbanner .banner-hover {
  position: absolute;
  top: 42%;
  width: 100%;
  left: 0;
}
.inbanner .banner-hover .bt {
  font-size: 100rem;
  font-family: HONORSansCN-Heavy;
  font-weight: bold;
  letter-spacing: 2rem;
  color: #ffffff;
}
.inbanner .banner-hover .p {
font-family: SourceHanSansSC-Regular;
  font-size: 40rem;
  letter-spacing: 4rem;
  color: #ffffff;
}
.shengwu {
  padding: 0 !important;
}
.shengwu01 {
  padding-top: 119rem;
  position: relative;
}
.shengwu01:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/swbg1.jpg) no-repeat top center;
  background-size: cover;
}
.shengwu01 .shengwu-info {
  margin-top: -228rem;
  overflow: hidden;
  height: 1161rem;
  background: url(../images/zs.png) no-repeat top center;
  background-size: 100%;
  position: relative;
  z-index: 3;
}
.shengwu01 .shengwu-info .list li {
  width: 25%;
  float: left;
  text-align: center;
  cursor: pointer;
}
.shengwu01 .shengwu-info .list li .box {
  padding-top: 102rem;
  padding-bottom: 120rem;
  position: relative;
}
.shengwu01 .shengwu-info .list li .box .img {
  position: absolute;
  top: 7rem;
  right: -17rem;
}
.shengwu01 .shengwu-info .list li .box .img img {
  width: 40rem;
}
.shengwu01 .shengwu-info .list li .pic {
  width: 110rem;
  margin: 0 auto;
      overflow: inherit;
}
.shengwu01 .shengwu-info .list li .pic img {
  transition: 0.8s;
}

.shengwu01 .shengwu-info .list li .pic .mh {
  opacity: 0;
  transform: scale(1.6);
}
.shengwu01 .shengwu-info .list li .span {
  font-size: 30rem;
  font-weight: bold;
  margin-top: 21rem;
  margin-bottom: 11rem;
  letter-spacing: 3rem;
  color: #ffffff;
}
.shengwu01 .shengwu-info .list li .p {
  font-size: 20rem;
  line-height: 28rem;
  letter-spacing: 1rem;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .shengwu01 .shengwu-info .list li:hover .pic .m {
    opacity: 0;
  }
  .shengwu01 .shengwu-info .list li:hover .pic .mh {
    opacity: 1;
	transform: scale(1);
  }
  .shengwu01 .shengwu-info .list li:hover .pic .m{
  	transform: scale(1.6);
  	opacity: 0;
  }
}
.shengwu01 .shengwu-info .list li:nth-last-child(1) .img {
  right: 10rem;
}
.shengwu01 .shengwu-info .shengwulist {
  position: relative;
  height: 596rem;
}
.shengwu01 .shengwu-info .shengwulist ul li {
  position: absolute;
}
.shengwu01 .shengwu-info .shengwulist ul li .box {
  width: 220rem;
  height: 80rem;
  position: relative;
  text-align: right;
  padding-right: 90rem;
}
.shengwu01 .shengwu-info .shengwulist ul li .box .pic {
  width: 80rem;
  border-radius: 50%;
  background-color: #5db6ee;
  position: absolute;
  top: 0;
  right: 0;
}
.shengwu01 .shengwu-info .shengwulist ul li .box .pic:before {
  content: '';
  display: block;
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
  border: 1px dashed #fff;
  position: absolute;
  top: 5rem;
  left: 5rem;
  z-index: 5;
  -webkit-animation: zhuanquan 6.6s linear infinite;
  animation: zhuanquan 6.6s linear infinite;
}
.shengwu01 .shengwu-info .shengwulist ul li .box .bt {
  font-size: 20rem;
  line-height: 80rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .shengwu01 .shengwu-info .shengwulist ul li:hover .box .pic {
    background-color: #e6a200;
  }
  .shengwu01 .shengwu-info .shengwulist ul li:hover .box .bt {
    color: #e6a200;
  }
}
.shengwu01 .shengwu-info .shengwulist ul .sw1 {
  bottom: 11rem;
  left: 46rem;
}
.shengwu01 .shengwu-info .shengwulist ul .sw2 {
  bottom: 184rem;
  left: 109rem;
}
.shengwu01 .shengwu-info .shengwulist ul .sw3 {
  bottom: 318rem;
  left: 221rem;
}
.shengwu01 .shengwu-info .shengwulist ul .sw4 {
  top: 115rem;
  left: 369rem;
}
.shengwu01 .shengwu-info .shengwulist ul .sw5 {
  left: 50%;
  top: 24rem;
  margin-left: -110rem;
}
.shengwu01 .shengwu-info .shengwulist ul .sw5 .box {
  padding-bottom: 59rem;
  padding-right: 0;
  text-align: center;
  height: auto;
}
.shengwu01 .shengwu-info .shengwulist ul .sw5 .box .pic {
  left: 50%;
  right: auto;
  bottom: 0;
  margin-left: -40rem;
  top: auto;
}
.shengwu01 .shengwu-info .shengwulist ul .sw6 .box,
.shengwu01 .shengwu-info .shengwulist ul .sw7 .box,
.shengwu01 .shengwu-info .shengwulist ul .sw8 .box,
.shengwu01 .shengwu-info .shengwulist ul .sw9 .box {
  padding-left: 90rem;
  padding-right: 0;
  text-align: left;
}
.shengwu01 .shengwu-info .shengwulist ul .sw6 .pic,
.shengwu01 .shengwu-info .shengwulist ul .sw7 .pic,
.shengwu01 .shengwu-info .shengwulist ul .sw8 .pic,
.shengwu01 .shengwu-info .shengwulist ul .sw9 .pic {
  left: 0;
  right: auto;
}
.shengwu01 .shengwu-info .shengwulist ul .sw9 {
  bottom: 11rem;
  right: 46rem;
}
.shengwu01 .shengwu-info .shengwulist ul .sw8 {
  bottom: 184rem;
  right: 109rem;
}
.shengwu01 .shengwu-info .shengwulist ul .sw7 {
  bottom: 318rem;
  right: 221rem;
}
.shengwu01 .shengwu-info .shengwulist ul .sw6 {
  top: 115rem;
  right: 369rem;
}
.shengwu01 .shengwu-info .shengwulist .hover {
  position: absolute;
  bottom: 0;
  left: 45%;
}
.shengwu01 .shengwu-info .shengwulist .hover .p {
  font-size: 28rem;
  font-weight: bold;
  line-height: 56rem;
  letter-spacing: 1rem;
  color: #333333;
}
.shengwu01 .shengwu-info .shengwulist .hover .p p {
  padding-left: 34rem;
  background: url(../images/fuxuankuang1.png) no-repeat center left;
  background-size: 26rem;
}
.shengwu01 .shengwu-info .shengwulist .hover .more {
  margin-top: 24rem;
}
.shengwu01 .shengwu-info .shengwulist .hover .more a {
  width: 150rem;
  line-height: 52rem;
  font-size: 18rem;
  margin: 0;
  letter-spacing: 0;
}
.shengwu01 .shengwu-info .shengwulist .hover .more a:after{ 
	animation: shan 2s infinite;
	  animation-delay: 5s; 
	  }
.shengwu02 {
  padding: 80rem 0 60rem 0;
  background: url(../images/bbg.jpg) no-repeat center left;
  background-size: cover;
}
.shengwu02 .home-title h3 {
  color: #fff;
}
.shengwu02 .home-p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24rem;
  text-align: center;
}
.shengwu02 .shengwu-bottom {
  padding: 0 174rem;
  padding-top: 44rem;
  overflow: hidden;
  position: relative;
}
.shengwu02 .shengwu-bottom .item {
  width: 50%;
  float: left;
  padding: 0 13rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.shengwu02 .shengwu-bottom .item .bt {
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: 5rem;
  color: #ffffff;
}
.shengwu02 .shengwu-bottom .item .span {
  font-size: 16rem;
  margin-bottom: 21rem;
  font-family: Roboto-Regular;
  color: #ffffff;
}
.shengwu02 .shengwu-bottom .item ul li {
  font-size: 20rem;
  line-height: 72rem;
  color: #666666;
  background-color: #ffffff;
  border-radius: 50rem;
  margin-bottom: 40rem;
}
.shengwu02 .shengwu-bottom .item1 ul li {
  background: #e6a200;
  color: #fff;
}
.shengwu02 .shengwu-bottom .li {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100rem;
  margin-left: -50rem;
  padding-top: 110rem;
  z-index: 3;
}
.shengwu02 .shengwu-bottom .li li {
  margin-bottom: 12rem;
}
.shengwu02 .shengwu-bottom .li .pic:before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: url(../images/lbg.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: mymove 2s linear infinite;
  animation: mymove 2s linear infinite;
}
.shengwu03 {
  padding: 79rem 0 6rem 0;
}
.shengwu03 .shengwu-bottom {
  padding-top: 43rem;
}
.shengwu03 .shengwu-bottom .item {
  overflow: hidden;
  position: relative;
  background: #ffffff url(../images/b1.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0rem 0rem 30rem 0rem rgba(0, 69, 112, 0.1);
  border-radius: 40rem;
  margin-bottom: 60rem;
}
.shengwu03 .shengwu-bottom .item .right {
  float: right;
  width: 50%;
}
.shengwu03 .shengwu-bottom .item .left {
  float: left;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 98rem;
  transform: translateY(-50%);
}
.shengwu03 .shengwu-bottom .item .left .bt {
  font-size: 32rem;
  margin-bottom: 12rem;
  font-weight: bold;
  color: #2c2c2c;
}
.shengwu03 .shengwu-bottom .item .left .p {
  font-size: 16rem;
  line-height: 40rem;
  margin-bottom: 42rem;
  color: #666666;
}
.shengwu03 .shengwu-bottom .item .left .p span {
  font-size: 24rem;
  font-weight: bold;
  color: #e6a200;
}
.shengwu03 .shengwu-bottom .item .left .more a {
  width: 190rem;
  line-height: 52rem;
  font-size: 18rem;
  letter-spacing: 0;
}
.shengwu03 .shengwu-bottom .item1 {
  background: #ffffff url(../images/b2.png) no-repeat center center;
  background-size: cover;
}
.shengwu03 .shengwu-bottom .item1 .right {
  float: left;
}
.shengwu03 .shengwu-bottom .item1 .left {
  right: 0;
  left: auto;
}
.shengwu04 {
  overflow: hidden;
  padding-bottom: 200rem;
  background: #ffffff url(../images/fbg.jpg) no-repeat bottom center;
  background-size: cover;
}
.shengwu04 .anlilist {
  margin: 0 -5rem;
  margin-top: 42rem;
  margin-bottom: 60rem;
}
.shengwu04 .anlilist li {
  width: 33.333333%;
  padding: 0 5rem;
}
.shengwu04 .anlilist li .box {
  height: 550rem;
  padding: 69rem 38rem 20rem 38rem;
  background-size: cover !important;
}
.shengwu04 .anlilist li .box .pic {
  display: block;
  width: 80rem;
  background-color: #5db6ee;
  border-radius: 50%;
}
.shengwu04 .anlilist li .box .info {
  padding-top: 21rem;
}
.shengwu04 .anlilist li .box .p {
  font-size: 16rem;
  line-height: 34rem;
  margin-bottom: 25rem;
}
.shengwu04 .anlilist li .box .p a {
  padding-left: 24rem;
}
.shengwu04 .anlilist li .box .p a:after {
  width: 18rem;
  height: 18rem;
  margin-top: -9rem;
}
.shengwu04 .anlilist li .box .bt {
  margin-bottom: 11rem;
}
.shengwu04 .anlilist li .box .bt a {
  font-size: 18rem;
  border-bottom: none;
}
.shengwu04 .anlilist .first .box {
  border-radius: 10rem 0 0 10rem;
}
.shengwu04 .anlilist .last .box {
  border-radius: 0 10rem 10rem 0;
}
.shengwu04 .anlilist .active {
  width: 33.333333%;
}
.shengwu04 .anlilist .active .box {
  padding: 69rem 38rem 20rem 38rem;
}
.shengwu04 .more a {
  width: 190rem;
  line-height: 52rem;
  font-size: 18rem;
  letter-spacing: 0;
  margin: 0 auto;
}
.shengwu04 .sw-bottom {
  text-align: right;
  padding-top: 141rem;
}
.shengwu04 .sw-bottom .bt {
  font-size: 48rem;
  margin-bottom: 37rem;
  font-weight: bold;
  color: #ffffff;
}
.shengwu04 .sw-bottom .p {
  font-size: 28rem;
  font-weight: bold;
  line-height: 52rem;
  color: #ffffff;
}
.float {
  position: fixed;
  bottom: 210px;
  right: 10px;
  z-index: 200;
}
.float ul li {
  width: 50rem;
  height: 50rem;
  background-color: #5db6ee;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
}
.float ul li a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.float ul li .hover {
  position: absolute;
  top: 0;
  right: 50rem;
  display: none;
  background: #e6a200;
  width: 200rem;
}
.float ul li .hover p {
  position: relative;
  font-size: 14rem;
  color: #fff;
  line-height: 50rem;
}
.float ul li .hover p a {
  color: #fff;
}
.float ul li .hover1 {
  position: absolute;
  top: 0;
  right: 50rem;
  display: none;
  width: 120rem;
  padding: 5rem;
  background: #e6a200;
}
.float ul li .hover1 p {
  position: relative;
  font-size: 14rem;
  color: #fff;
  line-height: 30rem;
}
.float ul li .img {
  width: 100%;
  margin: 0 auto;
}
.float ul li .bt {
  color: #585858;
  font-size: 20rem;
  line-height: 42rem;
}
@media (min-width: 1025px) {
  .float ul li:hover {
    background: #e6a200;
  }
  .float ul li:hover .bt {
    text-decoration: underline;
  }
  .float ul li:hover .hover {
    display: block;
  }
  .float ul li:hover .hover1 {
    display: block;
  }
}
.float ul li:nth-last-child(1) {
  opacity: 0;
  transition: 0.5s;
}
.float ul li:nth-last-child(1).dis {
  opacity: 1;
}
#privacyPopup {
  z-index: 10000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup .box {
  width: 740rem;
  height: 657rem;
  background: #ffffff url(../images/tanchuang.png) no-repeat top center;
  background-size: 100%;
  border-radius: 10rem;
  padding-top: 96rem;
}
#privacyPopup .bt {
  font-size: 48rem;
  font-weight: bold;
  text-align: center;
  color: #2c2c2c;
}
#privacyPopup .input {
  padding: 46rem 69rem;
}
#privacyPopup ul li {
  width: 50%;
  float: left;
  padding: 0 10rem;
  margin-bottom: 20rem;
}
#privacyPopup ul li .box1 {
  position: relative;
}
#privacyPopup ul li .box1 span {
  position: absolute;
  top: 13rem;
  left: 10rem;
  padding-right: 10rem;
  border-right: 1px solid #dddddd;
}
#privacyPopup ul li .box1 span img {
  width: 20rem;
  display: block;
}
#privacyPopup ul li input,
#privacyPopup ul li textarea {
  width: 100%;
  height: 45rem;
  padding-left: 50rem;
  background: none;
  border-radius: 5rem;
  color: #666666;
  border: solid 1rem #dddddd;
}
#privacyPopup ul li textarea {
  padding-top: 12rem;
  height: 125rem;
}
#privacyPopup ul li .more a {
  width: 150rem;
  line-height: 52rem;
  font-size: 18rem;
  letter-spacing: 0;
  margin: 0 auto;
}
#privacyPopup .close {
  position: absolute;
  width: 42rem;
  height: 42rem;
  top: -45rem;
  right: -45rem;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  background: url(../images/close.png) no-repeat center center;
  background-size: 100%;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  .sitemap li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top2 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .sitemap li .bot {
    margin-top: 15px;
  }
  .sitemap li .bot a {
    font-size: 15px;
    letter-spacing: 1px;
    margin-right: 10px;
  }
  .sitemap li .bot p {
    width: 100%;
    margin-top: 10px;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    margin-left: 0;
    margin-top: 11px;
  }
  .header .logo a img {
    width: 76px;
  }
  .header .header-right {
    float: right;
    margin-right: 0;
  }
  .header .header-right .menu {
    width: 36px;
    height: 36px;
    margin-top: 12px;
    display: block;
  }
  .header .header-right .right-top {
    display: none;
  }
  .nav {
    float: right;
  }
  .nav ul {
    display: none;
  }
  .nav .header-search {
    float: right;
    position: relative;
  }
  .nav .header-search .pull-right a {
    width: 40px;
    height: 60px;
    background-size: 18px !important;
  }
  .nav .header-search .search .search-main {
    top: 60px;
    width: 300px;
  }
  .nav .header-search .form-control {
    font-size: 14px;
    height: 50px;
    padding: 0 60px 0 20px;
  }
  .nav .header-search .btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-size: 18px !important;
  }
  .nav .lan {
    padding-left: 20px;
  }
  .nav .lan:after {
    width: 1px;
    height: 23px;
    left: 0;
    top: 50%;
  }
  .nav .lan span {
    font-size: 12px;
    line-height: 60px;
    padding-left: 33px;
    background-size: 18px;
  }
  .headerfix .header-right .right-top,
  .header1 .header-right .right-top {
    display: none;
  }
  .headerfix .nav .header-search .pull-right a,
  .header1 .nav .header-search .pull-right a {
    background-size: 18px !important;
  }
  .headerfix .nav .lan span,
  .header1 .nav .lan span {
    background-size: 18px;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .swiper-pagination {
    position: relative;
    bottom: 30px;
    height: 20px;
    background: url(../images/line.png) no-repeat center center;
  }
  .swiper-renewal-main .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 20px !important;
    background: url(../images/dot.png) no-repeat center center;
    background-size: 100%;
    opacity: 1;
    vertical-align: top;
  }
  .swiper-renewal-main .swiper-pagination-bullet-active {
    background: url(../images/dot1.png) no-repeat center center;
    background-size: 100%;
  }
  .swiper-renewal-main .swiper-slide .img1 {
    display: block;
  }
  .swiper-renewal-main .banner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding-top: 60px;
  }
  .swiper-renewal-main .banner-hover .info {
    width: 100%;
  }
  .swiper-renewal-main .banner-hover .info .bt {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-shadow: 1px 2px 2px rgba(0, 46, 12, 0.3);
  }
  .swiper-renewal-main .banner-hover .info .span {
    font-size: 16px;
    line-height: 30px;
	height: 60px;
    letter-spacing: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
  }
  .more a {
    width: auto;
    min-width: 120px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 50px;
    display: inline-block;
  }
  .home-title h3 {
    font-size: 30px;
    line-height: 44px;
  }
  .home-title .bt {
    width: 91px;
  }
  .home-title2 h3 {
    font-size: 28px;
  }
  .home-title3 {
    text-align: center;
  }
  .home-title3 h3 {
    font-size: 45px;
    line-height: 54px;
  }
  .home-title3 .bt {
    font-size: 24px;
  }
  .home-title3 .i {
    text-align: center;
    margin: 10px auto;
  }
  .home-title3 .i img {
    width: 23px;
  }
  .home-title4 h3 {
    font-size: 28px;
  }
  .home-jiaofu {
    margin: 5px 0;
    padding: 40px 0;
  }
  .home-jiaofu .home-title3 {
    margin-right: 0;
  }
  .home-jiaofu .home-bottom {
    padding-top: 20px;
  }
  .cbanner {
    position: relative;
  }
  .cbanner .core-item {
    width: 120px;
    height: 120px;
    box-shadow: 3px 4px 10px 0px rgba(21, 49, 0, 0.1);
    position: relative;
    margin: 0 auto;
    left: auto;
    top: auto;
    transform: none;
  }
  .cbanner .core-item:after {
    width: 110px;
    height: 110px;
    margin-top: -55px;
    margin-left: -55px;
  }
  .cbanner .core-item:before {
    display: none;
  }
  .cbanner .core-item .info {
    font-size: 16px;
    line-height: 30px;
  }
  .cbanner .core-item1 {
    right: 0;
    left: auto;
  }
  .cbanner .core-item1:before {
    left: -100px;
    right: auto;
  }
  .core_con {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .core_con:after {
    display: none;
  }
  .core_con .con-tit {
    display: none;
  }
  .core_con .pd {
    text-align: center;
    padding: 0 10%;
  }
  .core_con .h3 {
    font-size: 30px;
  }
  .core_con img {
    height: auto !important;
    border-radius: 50%;
  }
  .core_list {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 0;
  }
  .core_list .text {
    text-align: center;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }
  .core_list .text .pic {
    width: 30px;
    margin: 0 auto;
  }
  .core_list .text span {
    color: #fff;
    display: block;
    font-size: 14px;
  }
  .core_list li {
    position: relative;
    cursor: pointer;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    border-radius: 0;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 0 !important;
  }
  .core_list li:before {
    display: none;
  }
  .core_list li.li1 {
    left: 50%;
    top: 0px;
    margin: -8px 0 0 -8px;
  }
  .core_list li.li2 {
    top: 32%;
    right: 0.9%;
  }
  .core_list li.li2 .text {
    top: -35px;
    left: 33px;
  }
  .core_list li.li3 {
    bottom: 11%;
    right: 15.1%;
  }
  .core_list li.li3 .text {
    top: -44px;
    left: 41px;
  }
  .core_list li.li4 {
    bottom: 11%;
    left: 15.4%;
  }
  .core_list li.li4 .text {
    top: -44px;
    right: 41px;
    left: auto;
  }
  .core_list li.li5 {
    top: 30.8%;
    left: 1.5%;
  }
  .core_list li.li5 .text {
    top: -25px;
    right: 33px;
    left: auto;
  }
  .curr:after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: solid 2px #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -21px;
    display: none;
  }
  .core_list svg {
    display: none;
  }
  .circle_bar2 {
    display: none;
  }
  .core_list_1 .circle_bar2 {
    stroke-dashoffset: 247%;
  }
  .core_list_2 .circle_bar2 {
    stroke-dashoffset: 190%;
  }
  .core_list_3 .circle_bar2 {
    stroke-dashoffset: 118%;
  }
  .core_list_4 .circle_bar2 {
    stroke-dashoffset: 60%;
  }
  .core_list_0 .circle_bar2 {
    stroke-dashoffset: 0%;
  }
  .cbanner .core_con {
    transform: scale(1);
  }
  .home-case {
    padding: 40px 0;
  }
  .home-case .home-title {
    position: relative;
    text-align: left;
    width: 100%;
    top: auto;
    margin-bottom: 20px;
    z-index: 4;
  }
  .anlilist .active .home-title .info{
	  padding-left:0;
  }
  .home-case .home-title .bt {
    transform: none;
    left: 0;
  }
  .anlilist {
    margin: 0 15px;
  }
  .anlilist li {
    width: 100%;
    padding: 0;
  }
  .anlilist li .box {
    height: auto;
    padding: 30px;
  }
  .anlilist li .box .p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .anlilist li .box .p a {
    padding-left: 24px;
  }
  .anlilist li .box .p a:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .anlilist li .box .bt {
    margin-bottom: 18px;
  }
  .anlilist li .box .bt a {
    font-size: 20px;
    line-height: 32px;
    border-bottom: 1px solid #fff;
    letter-spacing: 2px;
  }
  .anlilist li .box .jsh {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    margin-bottom: 10px;
    padding-left: 24px;
  }
  .anlilist li .box .more1 {
    padding-left: 24px;
  }
  .anlilist li .box .jsh {
    display: block;
  }
  .anlilist li .box .more1 {
    display: block;
  }
  .anlilist .active {
    width: 100%;
  }
  .anlilist .active .box {
    padding: 30px;
  }
  .more1 a,
  .more1 p {
    font-size: 14px;
    line-height: 31px;
  }
  .more1 a span,
  .more1 p span {
    width: 31px;
    height: 31px;
    background: #e6a200 url(../images/jiantou.png) no-repeat center center;
    background-size: 8px;
    margin-left: 5px;
  }
  .more2 a,
  .more2 p {
    font-size: 14px;
    line-height: 25px;
  }
  .more2 a span,
  .more2 p span {
    width: 6px;
    height: 25px;
    margin-left: 5px;
  }
  .home-news {
    padding: 40px 0 80px 0;
  }
  .home-news .home-bottom {
    padding-top: 20px;
  }
  .home-news .home-bottom .list {
    padding-bottom: 20px;
  }
  .home-news .home-bottom .list ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .home-news .home-bottom .list ul li a {
    width: 110px;
    line-height: 42px;
    border-radius: 30px;
    padding: 0 5px;
    font-size: 14px;
  }
  .home-news .home-bottom .show .swiper {
    padding-bottom: 30px;
  }
  .home-news .home-bottom .show .swiper-pagination {
    position: relative;
    bottom: 0;
    height: 18px;
  }
  .home-news .home-bottom .show .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    margin: 0 10px !important;
    background: none;
    opacity: 1;
    vertical-align: top;
    position: relative;
  }
  .home-news .home-bottom .show .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #999999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home-news .home-bottom .show .swiper-pagination-bullet-active:after {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: solid 2px #5db6ee;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .swiper-news .nitem {
    width: 33.33333333%;
    float: left;
    margin-right: 42px;
  }
  .swiper-news .nitem .text {
    padding-top: 10px;
  }
  .swiper-news .nitem .span {
    font-size: 14px;
    line-height: 25px;
  }
  .swiper-news .nitem .bt {
    font-size: 16px;
    line-height: 32px;
    height: 64px;
    margin-bottom: 14px;
  }
  .swiper-news .nitem .bottom {
    border-top: 1px solid #c4dde3;
    padding-top: 13px;
  }
  .swiper-news .nitem .bottom .date {
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    background-size: 14px;
  }
  .swiper-news .nitem .bottom .more2 {
    float: right;
  }
  .footer {
    margin-top: -112px;
    margin-bottom: 50px;
  }
  .footer:before {
    content: '';
    display: block;
    width: 7584px;
    height: 112px;
    background: url(../images/bolang.png) repeat-x;
    z-index: 10;
    -webkit-animation: wave 15s linear infinite;
    animation: wave 15s linear infinite;
  }
  .footer .footer-top {
    padding-top: 23px;
    padding-bottom: 20px;
  }
  .footer .footer-left {
    width: 100%;
  }
  .footer .footer-left .img {
    margin-bottom: 20px;
	width:297px;
  }
  .footer .footer-left .p ul li {
    min-height: 40px;
    padding-left: 50px;
    margin-bottom: 10px;
  }
  .footer .footer-left .p ul li .pic {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer .footer-left .p ul li .bt {
    font-size: 14px;
  }
  .footer .footer-left .p ul li .p {
    font-size: 24px;
    line-height: 37px;
  }
  .footer .footer-left .p ul li:nth-child(3) .p {
    font-size: 20px;
  }
  .footer .footer-center {
    display: none;
  }
  .footer .footer-right {
    margin-top: 0;
    width: 100%;
  }
  .footer .footer-right .bt {
    font-size: 18px;
  }
  .footer .footer-right .bottom {
    padding-top: 26px;
  }
  .footer .footer-right .bottom ul {
    margin: 0 -10px;
  }
  .footer .footer-right .bottom ul li {
    width: 150px;
    padding: 0 10px;
  }
  .footer .footer-right .bottom ul li .h3 {
    margin-top: 10px;
    font-size: 14px;
  }
  .footer .footer-bottom {
    font-size: 13px;
    line-height: 25px;
    padding: 8px 0;
  }
  .current {
    padding: 10px 0;
  }
  .current span {
    font-size: 14px;
    line-height: 24px;
    background: url('../images/home.png') no-repeat center left;
    background-size: 17px;
    padding-left: 22px;
  }
  .current1 span {
    background: url('../images/home1.png') no-repeat center left;
    background-size: 17px;
  }
  .content {
    min-height: 500px;
    padding: 60px 0 120px 0;
  }
  .after .after-info {
    padding: 25px;
    min-height: 160px;
  }
  .after .p {
    font-size: 14px;
    line-height: 27px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .after .list ul {
    margin: 0 -20px;
  }
  .after .list ul li {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .after .list ul li .box {
    box-shadow: 0px 0px 20px 0px rgba(0, 41, 66, 0.1);
    border-radius: 10px;
    padding: 30px;
  }
  .after .list ul li .nu {
    font-size: 14px;
    line-height: 36px;
    width: 80px;
    height: 36px;
    background-color: #59b5ec;
    position: absolute;
    top: 33px;
    left: -19px;
    border-radius: 30px;
    padding-left: 22px;
  }
  .after .list ul li .pic {
    width: 61px;
  }
  .after .list ul li .text {
    padding-top: 15px;
  }
  .after .list ul li .text .bt {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .after .list ul li .text .jsh {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
  }
  .shuoming .p {
    font-size: 14px;
    line-height: 27px;
    padding-top: 13px;
    margin-bottom: 21px;
  }
  .shuoming .span {
    font-size: 24px;
  }
  .fenxiao .p {
    font-size: 15px;
    line-height: 30px;
    padding-top: 15px;
    margin-bottom: 21px;
  }
  .fenxiao .fenxiao-info {
    padding-top: 20px;
    width: 100%;
  }
  .fenxiao .more a {
    font-size: 14px;
    width: auto;
    line-height: 45px;
  }
  .chengnuo {
    padding-top: 60px;
  }
  .chengnuo .chengnuo-info {
    padding-top: 20px;
  }
  .chengnuo .list {
    padding-top: 23px;
  }
  .chengnuo .list ul {
    font-size: 0;
  }
  .chengnuo .list ul li .box {
    padding: 14px 0;
    padding-left: 0;
  }
  .chengnuo .list ul li .pic {
    width: 40px;
    display: block;
  }
  .chengnuo .list ul li .bt {
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    padding: 0;
  }
  .chengnuo .list ul li .p {
    font-size: 14px;
    line-height: 27px;
    width: 100%;
  }
  .gongxiang .gongxiang-info {
    padding-top: 18px;
  }
  .gongxianglist {
    margin: 0 -6px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gongxianglist li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .gongxianglist li .box {
    box-shadow: 0px 0px 40px 0px rgba(0, 37, 60, 0.1);
    border-radius: 10px;
    padding: 25px;
    height: auto;
  }
  .gongxianglist li .pic {
    width: 25px;
    margin-bottom: 5px;
  }
  .gongxianglist li .bt {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    margin-bottom: 10px;
  }
  .gongxianglist li .do {
    font-size: 14px;
    padding-left: 25px;
    background: url(../images/xiazai.png) no-repeat center left;
    background-size: 16px;
  }
  .case .case-info {
    
  }
  .case .list {
    padding-top: 21px;
  }
  .case .case-shuoming {
    padding: 25px;
    margin-bottom: 28px;
	margin-top:20px;
  }
  .case .case-shuoming .bt {
    font-size: 28px;
    margin-bottom: 19px;
  }
  .case .case-shuoming .p {
    font-size: 14px;
    line-height: 27px;
  }
  .caselist {
    margin: 0 -6px;
    padding-bottom: 14px;
  }
  .caselist li {
    width: 50%;
    float: left;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .caselist li .pic {
    border-radius: 20px;
  }
  .caselist li .text {
    box-shadow: 0px 0px 30px 0px rgba(0, 69, 112, 0.1);
    border-radius: 20px;
    margin-top: -30px;
    padding: 20px;
  }
  .caselist li .bt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .caselist li .p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .case-show .case-info {
    padding: 25px;
  }
  .case-show .case-info .h1 {
    font-size: 26px;
    margin-bottom: 22px;
  }
  .case-show .case-info .p {
    font-size: 14px;
    line-height: 27px;
    padding-bottom: 21px;
  }
  .case-show .case-info .link {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 6px;
  }
  .case-show .case-info .link span {
    font-size: 16px;
  }
  .case-show .case-info .link a {
    margin-right: 10px;
  }
  .case-show .case-info .zhaiyao {
    padding: 18px;
    margin-bottom: 21px;
  }
  .case-show .case-info .zhaiyao .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .case-show .case-info .zhaiyao .bt:after {
    margin-left: 20px;
    width: 95px;
    height: 1px;
  }
  .case-show .case-info .zhaiyao .jsh {
    font-size: 14px;
  }
  .pagelist-news li a {
    font-size: 14px;
    line-height: 45px;
    padding-left: 120px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
  }
  .pagelist-news li a span {
    position: absolute;
    top: 0;
    left: 18px;
    display: block;
    background: url(../images/up.png) no-repeat center right;
    padding-right: 27px;
    background-size: 16px;
  }
  .pagelist-news li:nth-child(2n) span {
    background: url(../images/down2.png) no-repeat center right;
    background-size: 16px;
  }
  .return {
    margin-top: 20px;
  }
  .return a {
    width: 111px;
    line-height: 36px;
    font-size: 14px;
  }
  .related {
    padding: 30px 0 0 0;
  }
  .related .caselist {
    padding-top: 22px;
    padding-bottom: 0;
  }
  .related .caselist li {
    margin-bottom: 20px;
    width: 33.333333%;
  }
  .related .swiper-news1 {
    padding-top: 18px;
    padding-bottom: 0;
  }
  .swiper-news1 {
    margin: 0 -6px;
    padding-bottom: 20px;
  }
  .swiper-news1 .nitem {
    margin: 0;
    padding: 0 6px;
    width: 50%;
    margin-bottom: 20px;
  }
  .news-one {
    margin-bottom: 21px;
  }
  .news-one .list li .box {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.1);
  }
  .news-one .list li .box .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .news-one .list li .box .text {
    padding: 15px;
    overflow: hidden;
  }
  .news-one .list li .box .span {
    font-size: 14px;
    line-height: 25px;
  }
  .news-one .list li .box .bt {
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    margin-top: 18px;
    margin-bottom: 11px;
  }
  .news-one .list li .box .p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .news-one .list li .box .bottom {
    padding-top: 15px;
  }
  .news-one .list li .box .bottom .date {
    float: left;
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    background: url(../images/date.png) no-repeat center left;
    background-size: 14px;
  }
  .news-one .list li .box .bottom .more2 {
    float: right;
  }
  .btn {
    position: relative;
    height: 34px;
    margin-bottom: 21px;
  }
  .btn .swiper-pagination {
    position: relative;
    bottom: auto;
    height: 20px;
  }
  .btn .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    margin: 0 5px !important;
    background: url(../images/dot2.png) no-repeat center center;
    background-size: 100%;
    opacity: 1;
    vertical-align: top;
  }
  .btn .swiper-pagination-bullet-active {
    background: url(../images/dot2h.png) no-repeat center center;
    background-size: 100%;
    -webkit-animation: zhuanquan 1.6s linear infinite;
    animation: zhuanquan 1.6s linear infinite;
  }
  .jinkou01 {
    margin-top: -44px;
  }
  .jinkou01 ul {
    margin: 0 -5px;
  }
  .jinkou01 ul li {
    width: 50%;
    float: left;
    padding: 0 5px;
  }
  .jinkou01 ul li .bt {
    font-size: 20px;
    line-height: 32px;
    top: 50px;
    padding: 0 19px;
  }
  .jinkou01 .sikao {
    width: 180px;
  }
  .jinkou01 .sikao .h3 {
    font-size: 16px;
    bottom: 36px;
  }
  .jinkou02 .hover {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
    padding: 20px 0;
  }
  .jinkou02 .hover .bt {
    font-size: 30px;
    margin-bottom: 19px;
  }
  .jinkou02 .hover .jsh {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .jinkou02 .hover .more a {
    width: auto;
    line-height: 45px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .jinkou03 .hover {
    top: auto;
    transform: none;
    padding-bottom: 90px;
  }
  .jinkou03 .hover .info {
    float: none;
  }
  .jinkou03 .hover .jsh p {
    padding-left: 34px;
    background: url(../images/fuxuankuang.png) no-repeat center left;
    background-size: 22px;
  }
  .about01 {
    padding-bottom: 40px;
  }
  .about01 .about-bottom {
    padding-top: 19px;
  }
  .about01 .text {
    float: left;
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .about01 .text .span {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 22px;
  }
  .about01 .text .p {
    font-size: 14px;
    line-height: 27px;
  }
  .about01 .img {
    width: 100%;
  }
  .about02 {
    padding: 40px 0 100px 0;
  }
  .about02 .about-bottom {
    padding-top: 20px;
  }
  .about02 .about-bottom ul li {
    margin-bottom: 20px;
  }
  .about02 .about-bottom ul li:after {
    display: none;
  }
  .about02 .about-bottom ul li .box {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-left: 65px;
  }
  .about02 .about-bottom ul li .box:after {
    display: none;
  }
  .about02 .about-bottom ul li .box:before {
    display: none;
  }
  .about02 .about-bottom ul li .box .info {
    overflow: hidden;
    height: auto;
  }
  .about02 .about-bottom ul li .box .text .bt {
    text-align: left;
    font-size: 16px;
    margin-bottom: 7px;
  }
  .about02 .about-bottom ul li .box .text .p {
    font-size: 14px;
    line-height: 25px;
  }
  .about02 .about-bottom ul li .box .span {
    width: 50px;
    line-height: 60px;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
  }
  .about02 .about-bottom ul li.even .box {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 65px;
    padding-right: 0;
  }
  .about02 .about-bottom ul li.even .box .span {
    left: 0;
    right: auto;
  }
  .about02 .about-bottom ul li.even .box .text .bt {
    text-align: left;
  }
  .about02 .about-bottom ul li:nth-last-child(1):after {
    display: none;
  }
  .service01{
	  padding-top:60px;
  }
  .service01 .service-bottom { 
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service01 .service-bottom .left {
    width: 100%;
    padding-top: 0;
  }
  .service01 .service-bottom .right {
    width: 100%;
    margin-top: 20px;
  }
  .service01 .service-bottom .right .bt {
    font-size: 28px;
    line-height: 36px;
  }
  .service01 .service-bottom .right .span {
    margin-top: 31px;
    margin-bottom: 33px;
  }
  .service01 .service-bottom .right .span img {
    width: 100px;
  }
  .service01 .service-bottom .right .p {
    font-size: 14px;
    line-height: 27px;
  }
  .service02 {
    padding: 40px 0;
  }
  .service02 .left {
    width: 100%;
    padding-left: 0;
  }
  .service02 .right {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 40px;
  }
  .service02 .right p {
    padding-left: 51px;
    background: #eef8fd url(../images/fuxuankuanggou.png) no-repeat 20px center;
    background-size: 14px;
  }
  
  .service02 .right p:nth-child(2n) {
    background: #ffffff url(../images/fuxuankuanggou.png) no-repeat 20px center;
    background-size: 14px;
  }
  .service02 .service-bottom {
    padding-top: 20px;
  }
  .service03 {
    padding: 40px 0 70px 0;
  }
  .service03 .service-bottom {
    height: auto;
    padding-top: 20px;
  }
  .service03 .service-bottom .left {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .service03 .service-bottom .left img {
    width: 100%;
  }
  .service03 .service-bottom li {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .service03 .service-bottom li .box {
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }
  .service03 .service-bottom li .box .pic {
    width: 40px;
    margin: 0 auto;
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .service03 .service-bottom li .box .bt {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ffffff;
  }
  .service03 .service-bottom li .box .p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }
  .service03 .service-bottom li:nth-child(2n) .box {
    padding-left: 0;
    text-align: center;
    padding-right: 0;
  }
  .service03 .service-bottom li:nth-child(2n) .box .pic {
    left: 0;
    right: auto;
  }
  .service03 .service-bottom .x1 {
    top: 43px;
    right: 864px;
  }
  .service03 .service-bottom .x2 {
    top: 43px;
    left: 879px;
  }
  .service03 .service-bottom .x3 {
    top: 221px;
    right: 984px;
  }
  .service03 .service-bottom .x4 {
    top: 221px;
    left: 996px;
  }
  .service03 .service-bottom .x5 {
    top: 397px;
    right: 984px;
  }
  .service03 .service-bottom .x6 {
    top: 397px;
    left: 974px;
  }
  .service03 .service-bottom .x7 {
    top: 573px;
    right: 824px;
  }
  .service03 .service-bottom .x8 {
    top: 573px;
    left: 851px;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .current {
    top: 60px;
  }
  .inbanner .banner-hover {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
  }
  .inbanner .banner-hover .bt {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .inbanner .banner-hover .p {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .shengwu01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .shengwu01:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/swbg1.jpg) no-repeat top center;
    background-size: cover;
  }
  .shengwu01 .shengwu-info {
    margin-top: 0;
    height: auto;
    background: none;
  }
  .shengwu01 .shengwu-info .list li {
    width: 100%;
  }
  .shengwu01 .shengwu-info .list li .box {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background-color: #a0cf3f;
  }
  .shengwu01 .shengwu-info .list li .box .img {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: none;
  }
  .shengwu01 .shengwu-info .list li .box .img img {
    width: 40px;
    text-align: center;
    margin: 0 auto;
  }
  .shengwu01 .shengwu-info .list li .pic {
    width: 65px;
  }
  .shengwu01 .shengwu-info .list li .span {
    font-size: 22px;
    margin-top: 11px;
    margin-bottom: 5px;
    letter-spacing: 3px;
  }
  .shengwu01 .shengwu-info .list li .p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .shengwu01 .shengwu-info .list li:nth-child(2) .box {
    background: #f9852e;
  }
  .shengwu01 .shengwu-info .list li:nth-child(3) .box {
    background: #f5437c;
  }
  .shengwu01 .shengwu-info .list li:nth-child(4) .box {
    background: #26a8ef;
  }
  .shengwu01 .shengwu-info .shengwulist {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
  }
  .shengwu01 .shengwu-info .shengwulist ul {
    overflow: hidden;
  }
  .shengwu01 .shengwu-info .shengwulist ul li {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin-bottom: 10px;
    width: 50%;
    float: left;
  }
  .shengwu01 .shengwu-info .shengwulist ul li .box {
    width: 100%;
    height: 40px;
    position: relative;
    text-align: left;
    padding-right: 0;
    padding-left: 50px;
  }
  .shengwu01 .shengwu-info .shengwulist ul li .box .pic {
    width: 40px;
    left: 0;
    right: auto;
  }
  .shengwu01 .shengwu-info .shengwulist ul li .box .pic:before {
    width: 34px;
    height: 34px;
    top: 3px;
    left: 3px;
  }
  .shengwu01 .shengwu-info .shengwulist ul li .box .bt {
    font-size: 16px;
    line-height: 40px;
  }
  .shengwu01 .shengwu-info .shengwulist ul .sw5 {
    left: 50%;
    top: 24px;
    margin-left: 0;
  }
  .shengwu01 .shengwu-info .shengwulist ul .sw5 .box {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 50px;
    text-align: left;
    height: auto;
  }
  .shengwu01 .shengwu-info .shengwulist ul .sw5 .box .pic {
    left: 0;
    right: auto;
    bottom: auto;
    margin-left: 0;
    top: auto;
  }
  .shengwu01 .shengwu-info .shengwulist ul .sw6 .box,
  .shengwu01 .shengwu-info .shengwulist ul .sw7 .box,
  .shengwu01 .shengwu-info .shengwulist ul .sw8 .box,
  .shengwu01 .shengwu-info .shengwulist ul .sw9 .box {
    padding-left: 50px;
    padding-right: 0;
    text-align: left;
  }
  .shengwu01 .shengwu-info .shengwulist .hover {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .shengwu01 .shengwu-info .shengwulist .hover .p {
    font-size: 20px;
    line-height: 46px;
    letter-spacing: 1px;
  }
  .shengwu01 .shengwu-info .shengwulist .hover .p p {
    padding-left: 30px;
    background: url(../images/fuxuankuang1.png) no-repeat center left;
    background-size: 18px;
  }
  .shengwu01 .shengwu-info .shengwulist .hover .more {
    margin-top: 20px;
  }
  .shengwu01 .shengwu-info .shengwulist .hover .more a {
    width: auto;
    line-height: 45px;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0;
  }
  .shengwu02 {
    padding: 40px 0;
  }
  .shengwu02 .home-p {
    font-size: 18px;
  }
  .shengwu02 .shengwu-bottom {
    padding: 0;
    padding-top: 20px;
  }
  .shengwu02 .shengwu-bottom .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .shengwu02 .shengwu-bottom .item .bt {
    font-size: 18px;
    letter-spacing: 5px;
  }
  .shengwu02 .shengwu-bottom .item .span {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .shengwu02 .shengwu-bottom .item ul li {
    font-size: 14px;
    line-height: 45px;
    border-radius: 50px;
    margin-bottom: 10px;
  }
  .shengwu02 .shengwu-bottom .li {
    display: none;
  }
  .shengwu03 {
    padding: 40px 0 6px 0;
  }
  .shengwu03 .shengwu-bottom {
    padding-top: 20px;
  }
  .shengwu03 .shengwu-bottom .item {
    box-shadow: 0px 0px 30px 0px rgba(0, 69, 112, 0.1);
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .shengwu03 .shengwu-bottom .item .right {
    width: 100%;
  }
  .shengwu03 .shengwu-bottom .item .left {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    padding: 20px;
    transform: none;
  }
  .shengwu03 .shengwu-bottom .item .left .bt {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .shengwu03 .shengwu-bottom .item .left .p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 22px;
  }
  .shengwu03 .shengwu-bottom .item .left .p span {
    font-size: 18px;
  }
  .shengwu03 .shengwu-bottom .item .left .more a {
    width: auto;
    line-height: 45px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .shengwu03 .shengwu-bottom .item1 .left {
    right: auto;
    left: auto;
  }
  .shengwu04 {
    padding-bottom: 100px;
  }
  .shengwu04 .anlilist {
    margin: 0 -5px;
    margin-top: 22px;
    margin-bottom: 10px;
  }
  .shengwu04 .anlilist li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 15px;
  }
  .shengwu04 .anlilist li .box {
    height: auto;
    padding: 18px;
    border-radius: 10px !important;
  }
  .shengwu04 .anlilist li .box .pic {
    width: 40px;
  }
  .shengwu04 .anlilist li .box .info {
    padding-top: 11px;
  }
  .shengwu04 .anlilist li .box .p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .shengwu04 .anlilist li .box .p a {
    padding-left: 24px;
  }
  .shengwu04 .anlilist li .box .p a:after {
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
  .shengwu04 .anlilist li .box .bt {
    margin-bottom: 11px;
  }
  .shengwu04 .anlilist li .box .bt a {
    font-size: 18px;
    border-bottom: none;
  }
  .shengwu04 .anlilist .active {
    width: 100%;
  }
  .shengwu04 .anlilist .active .box {
    padding: 18px;
  }
  .shengwu04 .more a {
    width: auto;
    line-height: 45px;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 auto;
  }
  .shengwu04 .sw-bottom {
    padding-top: 21px;
  }
  .shengwu04 .sw-bottom .bt {
    font-size: 28px;
    margin-bottom: 17px;
  }
  .shengwu04 .sw-bottom .p {
    font-size: 18px;
    line-height: 32px;
  }
  .float {
    bottom: 0;
    right: 0;
    width: 100%;
    border-left: 1px solid #fff;
  }
  .float ul li {
    width: 25%;
    float: left;
    height: 50px;
    border-right: 1px solid #fff;
    border-radius: 0;
  }
  .float ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
  }
  .float ul li a .img img {
    margin: 0 auto;
  }
  .float ul li a .pic {
    height: 50px;
  }
  .float ul li .hover {
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    background: #e6a200;
    width: 200px;
  }
  .float ul li .hover p {
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
  }
  .float ul li .hover p a {
    color: #fff;
  }
  .float ul li .hover1 {
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    width: 120px;
    padding: 5px;
    background: #e6a200;
  }
  .float ul li .hover1 p {
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
  }
  .float ul li .img {
    width: 100%;
    margin: 0 auto;
  }
  .float ul li:nth-last-child(1) {
    opacity: 1 !important;
  }
  .float ul li:nth-child(2) {
    display: none;
  }
  #privacyPopup {
    font-size: 14px;
  }
  #privacyPopup .box {
    width: 320px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 26px;
  }
  #privacyPopup .bt {
    font-size: 28px;
  }
  #privacyPopup .input {
    padding: 15px;
  }
  #privacyPopup ul li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #privacyPopup ul li .box1 span {
    position: absolute;
    top: 13px;
    left: 10px;
    padding-right: 10px;
    border-right: 1px solid #dddddd;
  }
  #privacyPopup ul li .box1 span img {
    width: 20px;
    display: block;
  }
  #privacyPopup ul li input,
  #privacyPopup ul li textarea {
    height: 45px;
    padding-left: 50px;
    border-radius: 5px;
  }
  #privacyPopup ul li textarea {
    padding-top: 12px;
    height: 125px;
  }
  #privacyPopup ul li .more a {
    width: auto;
    line-height: 45px;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 auto;
  }
  #privacyPopup .close {
    width: 30px;
    height: 30px;
    top: -40px;
    right: 0;
  }
}
@media (max-width: 500px) {
  .gongxianglist li {
    width: 100%;
  }
  .gongxianglist li .bt {
    height: auto;
    max-height: 90px;
  }
  .caselist li {
    width: 100%;
  }
  .related .caselist li {
    margin-bottom: 20px;
    width: 100%;
  }
  .related .swiper-news1 .nitem {
    width: 100%;
  }
}
