@charset "utf-8";
html {
  -webkit-tap-highlight-color: transparent;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}
@font-face {
  font-family: 'geo';
  src: url('../font/Geometricm.otf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1080px), only screen and (max-device-width: 1080px) {
  html,
  body {
    font-size: 16.875px;
  }
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
  html,
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
  html,
  body {
    font-size: 12.5px;
  }
}
@media only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
  html,
  body {
    font-size: 11.25px;
  }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  html,
  body {
    font-size: 10px;
  }
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  html,
  body {
    font-size: 9.375px;
  }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
  html,
  body {
    font-size: 8.4375px;
  }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  html,
  body {
    font-size: 7.5px;
  }
}
@media only screen and (max-width: 414px), only screen and (max-device-width: 414px) {
  html,
  body {
    font-size: 6.46875px;
  }
}
@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
  html,
  body {
    font-size: 6.25px;
  }
}
@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
  html,
  body {
    font-size: 5.859375px;
  }
}
@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
  html,
  body {
    font-size: 5.625px;
  }
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
  html,
  body {
    font-size: 5px;
  }
}
@media only screen and (max-width: 240px), only screen and (max-device-width: 240px) {
  html,
  body {
    font-size: 3.75px;
  }
}
body {
  min-width: 310px;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #f5fbfa;
}
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,
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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font-family: "微软雅黑", serif;
  color: #000;
  margin: 0 auto;
}
em,
i {
  font-style: normal;
}
/*a 链接*/
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
/*a:hover, a:active, a:focus { color:#f5771d; }
*/
/*图片居中*/
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.jzimg {
  display: table-cell;
  *display: block;
  overflow: hidden;
  font: 0px/0px 'Arial';
  text-align: center;
  vertical-align: middle;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: 0;
}
/*浮动*/
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
/* HTML5 重置为较旧版本的浏览器 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 按钮样式 */
input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
  resize: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
/*
	--------------------------
	表单控件设置
	--------------------------
*/
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
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: #666;*/
  font-size: 12px;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
b,
span,
em,
li,
a,
i,
input,
textarea {
  font-family: Arial, "微软雅黑", "microsoft yahei", serif;
  margin: 0;
  padding: 0;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a {
  color: #666;
}
body {
  width: 100%;
  background-color: #ffffff;
  max-width: 750px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.kejian {
  *zoom: 1;
  clear: both;
  margin: 0 auto;
  width: 95%;
}
.font30 {
  font-size: 30px;
}
@media (max-width: 640px) {
  .font30 {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .font30 {
    font-size: 24px;
  }
}
@media (max-width: 460px) {
  .font30 {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .font30 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .font30 {
    font-size: 14px;
  }
}
.kejian:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
.top_wrap {
  width: 100%;
  position: relative;
  background: url("../images/topbg.jpg") no-repeat center center;
  border-bottom: 2px solid #ededed;
}
.top_wrap a.logo {
  display: block;
  width: 69%;
  max-width: 518px;
  float: left;
  margin-left: 4%;
  margin-top: 1%;
}
.top_wrap a.logo img {
  width: 100%;
}
.top_wrap i.navpic {
  float: right;
  font-size: 60px;
  color: #2b7bc0;
  padding: 0 3%;
  line-height: 1.5;
}
.top_wrap i.navpic2 {
  color: #fff;
  background: #358fdc;
  display: none;
}
@media (max-width: 640px) {
  .top_wrap a.logo {
    margin-top: 2%;
  }
  .top_wrap i.navpic {
    font-size: 50px;
  }
}
@media (max-width: 520px) {
  .top_wrap a.logo {
    margin-top: 3%;
  }
  .top_wrap i.navpic {
    font-size: 45px;
  }
}
@media (max-width: 425px) {

  .top_wrap i.navpic {
    font-size: 40px;
  }
}
@media (max-width: 320px) {
  .top_wrap a.logo {
    margin-top: 5%;
  }
}
.in_banner {
  width: 100%;
  margin-bottom: 0;
}
.in_banner a img {
  width: 100%;
}
.in_banner .slick-dots {
  bottom: 8%;
}
.in_banner .slick-dots li {
  width: 28px;
  height: 10px;
  margin: 0 8px;
}
.in_banner .slick-dots li button {
  width: 28px;
  height: 10px;
  background: #fff;
  opacity: 1;
  border-radius: 4px;
  padding: 0;
}
@media (max-width: 580px) {
  .in_banner .slick-dots li {
    width: 22px;
    height: 8px;
    margin: 0 6px;
  }
  .in_banner .slick-dots li button {
    width: 22px;
    height: 8px;
  }
}
@media (max-width: 414px) {
  .in_banner .slick-dots li {
    width: 18px;
    height: 7px;
    margin: 0 4px;
  }
  .in_banner .slick-dots li button {
    width: 18px;
    height: 7px;
  }
}
.in_banner .slick-dots li.slick-active button {
  background: #358fdc;
}
.index_navtit {
  width: 100%;
  background: #358fdc;
  position: relative;
}
.index_navtit li {
  display: block;
  width: 25%;
  float: left;
  position: relative;
}
.index_navtit li:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-left: 2px solid #3ca1f8;
  border-right: 2px solid #2b7bc0;
  position: absolute;
  top: 0;
  right: -2px;
}
.index_navtit li > a {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 3;
  color: #fff;
  overflow: hidden;
}
.index_navtit li .innav_cont {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 0 12%;
  z-index: 9;
  display: none;
}
.index_navtit li .innav_cont:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
}
.index_navtit li .innav_cont a {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 3;
  height: 72px;
  border-bottom: 1px solid #bfbfbf;
  overflow: hidden;
}
.index_navtit li .innav_cont a.tactive {
  color: #358fdc;
}
.index_navtit li .innav_cont a:last-child {
  border-bottom: none;
}
@media (max-width: 640px) {
  .index_navtit li > a {
    font-size: 22px;
  }
  .index_navtit li .innav_cont a {
    font-size: 20px;
    height: 60px;
  }
}
@media (max-width: 580px) {
  .index_navtit li > a {
    font-size: 18px;
  }
  .index_navtit li .innav_cont a {
    font-size: 16px;
    height: 48px;
  }
}
@media (max-width: 460px) {
  .index_navtit li:after {
    border-left: 1px solid #3ca1f8;
    border-right: 1px solid #2b7bc0;
  }
  .index_navtit li > a {
    font-size: 16px;
  }
  .index_navtit li .innav_cont a {
    font-size: 14px;
    height: 42px;
  }
}
@media (max-width: 414px) {
  .index_navtit li > a {
    font-size: 14px;
  }
  .index_navtit li .innav_cont a {
    font-size: 12px;
    height: 36px;
  }
}
.index_navtit li.active {
  background: #2b7bc0;
}
.index_navtit li.active:after {
  content: '';
  display: none;
}
.index_navtit li:last-child:after {
  content: '';
  display: none;
}
.index_navtit a.active {
  background: #2b7bc0;
}
.index_tit {
  text-align: center;
  padding: 4% 0;
  position: relative;
  overflow: hidden;
}
.index_tit span {
  display: inline-block;
  min-width: 35%;
  font-size: 44px;
  color: #444444;
  font-weight: bold;
  background: #fff;
  position: relative;
  z-index: 9;
}
.index_tit span:before {
  content: '';
  display: block;
  width: 100%;
  height: 22px;
  background: url("../images/titbg_left.jpg") no-repeat center right;
  position: absolute;
  right: 110%;
  margin: auto;
  top: 0;
  bottom: 0;
}
.index_tit span:after {
  content: '';
  display: block;
  width: 100%;
  height: 22px;
  background: url("../images/titbg_right.jpg") no-repeat center left;
  position: absolute;
  left: 110%;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .index_tit span {
    font-size: 40px;
  }
  .index_tit span:before,
  .index_tit span:after {
    height: 20px;
  }
}
@media (max-width: 580px) {
  .index_tit span {
    font-size: 30px;
  }
  .index_tit span:before,
  .index_tit span:after {
    height: 18px;
  }
}
@media (max-width: 460px) {
  .index_tit span {
    font-size: 26px;
  }
  .index_tit span:before,
  .index_tit span:after {
    height: 16px;
  }
}
@media (max-width: 414px) {
  .index_tit span {
    font-size: 22px;
  }
  .index_tit span:before,
  .index_tit span:after {
    height: 14px;
  }
}
.inprott {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
.inprott span,
.inprott a {
  display: inline-block;
  font-size: 30px;
  line-height: 2;
  color: #444444;
  border: 1px solid #444444;
  position: relative;
  outline: none;
  margin: 0 3%;
  border-radius: 5px;
  width: 25%;
}
@media (max-width: 640px) {
  .inprott span,
  .inprott a {
    font-size: 26px;
  }
}
@media (max-width: 580px) {
  .inprott span,
  .inprott a {
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .inprott span,
  .inprott a {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .inprott span,
  .inprott a {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .inprott span,
  .inprott a {
    font-size: 14px;
  }
}
.inprott span.active,
.inprott a.active {
  color: #fff;
  border: 1px solid #358fdc;
  background: #358fdc;
}
.inprow {
  padding: 4% 0;
  margin-bottom: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.inprow a.imgg {
  display: block;
  width: 85%;
  margin: 7% auto;
  position: relative;
  background: #000;
}
.inprow a.imgg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 82.2222222%;
  background: rgba(0, 0, 0, 0.3);
}
.inprow span {
  display: none;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #358fdc;
  text-overflow: ellipsis;
  padding: 0 5px;
  white-space: nowrap;
  margin-top: -1px;
}
@media (max-width: 640px) {
  .inprow span {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .inprow span {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .inprow span {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .inprow span {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .inprow span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.inprow .inproin {
  margin-bottom: 0;
}
.inprow .inproin .slick-slide {
  width: 90%;
}
.inprow .inproin .slick-arrow {
  top: 36%;
  margin-top: 0;
}
.inprow .inproin .slick-list {
  padding: 0 20%;
}
.inprow .inproin .swiper-slide-active {
  width: 100%;
}
.inprow .inproin .swiper-slide-active a {
  width: 100%;
  margin: 0 auto;
}
.inprow .inproin .swiper-slide-active a:after {
  background: rgba(0, 0, 0, 0);
}
.inprow .inproin .swiper-slide-active span {
  display: block;
}
.inprow .inproin .swiper-button-next,
.inprow .inproin .swiper-button-prev {
  top: 40%;
}
.swiper-container {
  width: 100%;
  overflow:hidden;
}
.inppp {
  position: relative;
  overflow: hidden;
}
.inchttw{
  overflow-x: auto;
  position: relative;
  background: #d9edff;
}
.inchtt {
  border-bottom: 0;
  white-space: nowrap;
}
.inchtt span,
.inchtt a {
  display: inline-block;
  width: 33.33%;
  line-height: 3;
  font-size: 30px;
  color: #444444;
  // float: left;
  text-align: center;
  position: relative;
  height: 3em;
}
.inchtt span:after,
.inchtt a:after {
  content: '';
  display: block;
  width: 1px;
  height: 40%;
  background: #acacac;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.inchtt span i,
.inchtt a i {
  display: inline-block;
  position: relative;
  height: 3em;
}
@media (max-width: 640px) {
  .inchtt span,
  .inchtt a {
    font-size: 26px;
  }
}
@media (max-width: 580px) {
  .inchtt span,
  .inchtt a {
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .inchtt span,
  .inchtt a {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .inchtt span,
  .inchtt a {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .inchtt span,
  .inchtt a {
    font-size: 14px;
  }
}
.inchtt .active:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #358fdc;
  z-index: 9;
}
.inchtt .active i:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #358fdc;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_changjing {
  position: relative;
}
.index_changjing .more_catalog {
  width: 12%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #add8ff;
}
.index_changjing .more_catalog:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #fff;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.index_changjing .inchang_cont {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 9;
  padding: 6% 0;
  display: none;
}
.index_changjing .inchang_cont a {
  display: block;
  color: #444444;
  width: 33.333%;
  text-align: center;
  padding: 0 6px;
  overflow: hidden;
  font-size: 30px;
  line-height: 2.5;
  height: 2.5em;
  float: left;
}
@media (max-width: 640px) {
  .index_changjing .inchang_cont a {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .index_changjing .inchang_cont a {
    font-size: 24px;
  }
}
@media (max-width: 460px) {
  .index_changjing .inchang_cont a {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .index_changjing .inchang_cont a {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .index_changjing .inchang_cont a {
    font-size: 16px;
  }
}
.inppp .swiper-button-next,
.inppp .swiper-button-prev {
  top: 38%;
}
.inchanghe .inprow {
  padding: 6% 0;
  background: url("../images/inchangbg.jpg") no-repeat center center;
  background-size: cover;
}
.inchanghe .inprow a.imgg {
  overflow: hidden;
  margin: 5% auto;
  border: 1px solid #358fdc;
}
.inchanghe .inprow a.imgg:after {
  padding-top: 64%;
  background: transparent;
}
.inchanghe .inprow a.imgg .imgwen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
}
.inchanghe .inprow a.imgg .imgwen span {
  font-size: 28px;
  color: #fff;
  line-height: 2;
  height: 2em;
  position: absolute;
  margin: auto;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-weight: 100;
  display: none;
  text-overflow: ellipsis;
  padding: 0 5px;
  white-space: nowrap;
}
.inchanghe .inprow a.swen {
  display: none;
  width: 70%;
  margin: 0 auto!important;
  background: #009a80;
  color: #fff;
  font-size: 24px;
  line-height: 2.8;
  height: 2.8em;
  overflow: hidden;
  border-radius: 1.4em;
  text-align: center;
  font-weight: 100;
}
.inchanghe .inprow .inproin .swiper-slide-active a.imgg {
  margin: 0 auto;
}
.inchanghe .inprow .inproin .swiper-slide-active a.imgg .imgwen {
  background: transparent;
}
.inchanghe .inprow .inproin .swiper-slide-active a.imgg .imgwen span {
  display: block;
}
.inchanghe .inprow .inproin .swiper-slide-active a.swen {
  display: block;
}
.inchanghe .inprow .swiper-button-next,
.inchanghe .inprow .swiper-button-prev {
  top: 48%;
}
@media (max-width: 640px) {
  .inchanghe .inprow a.imgg .imgwen span {
    font-size: 24px;
  }
  .inchanghe .inprow a.swen {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .inchanghe .inprow a.imgg .imgwen span {
    font-size: 20px;
  }
  .inchanghe .inprow a.swen {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .inchanghe .inprow a.imgg .imgwen span {
    font-size: 16px;
  }
  .inchanghe .inprow a.swen {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .inchanghe .inprow a.imgg .imgwen span {
    font-size: 14px;
  }
  .inchanghe .inprow a.swen {
    font-size: 14px;
  }
}
.changjinglist {
  padding: 4% 0;
}
.changjinglist a {
  display: block;
  font-size: 26px;
  color: #444444;
  width: 50%;
  line-height: 2;
  height: 2em;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 8px;
  position: relative;
}
.changjinglist a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #444444;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .changjinglist a {
    font-size: 24px;
  }
  .changjinglist a:after {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 580px) {
  .changjinglist a {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .changjinglist a {
    font-size: 18px;
  }
  .changjinglist a:after {
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 414px) {
  .changjinglist a {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .changjinglist a {
    font-size: 14px;
  }
}
.index_hot img {
  display: block;
  width: 100%;
}
.ingoodcon {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 3%;
}
.ingoodcon .ingood {
  position: relative;
  overflow: hidden;
}
.ingoodcon .ingood .xuhaott span.xh {
  display: inline-block;
  padding: 0 4%;
  font-size: 42px;
  line-height: 2.6;
  color: #fff;
  background: url("../images/gdtt.jpg") no-repeat center left;
  background-size: 100%;
  margin-right: 3%;
  float: left;
}
.ingoodcon .ingood .xuhaott .xhtt span {
  display: block;
  font-size: 30px;
  color: #282828;
  line-height: 1.8;
  height: 1.8em;
  overflow: hidden;
}
.ingoodcon .ingood .xuhaott .xhtt hr {
  display: block;
  width: 58px;
  height: 3px;
  background: #d4d4d4;
  margin: 0;
  border: 0;
}
.ingoodcon .ingood .xuhaott .xhtt p {
  font-size: 24px;
  color: #18ad94;
  line-height: 2;
  height: 2em;
  overflow: hidden;
}
.ingoodcon .ingood .goodwen {
  padding: 2% 3%;
  background: #f6f6f6;
  margin: 2% 0 4% 0;
}
.ingoodcon .ingood .goodwen p {
  font-size: 24px;
  line-height: 1.8;
  color: #666666;
}
.ingoodcon .ingood .swiper-pagination2 {
  text-align: center;
}
.ingoodcon .ingood .swiper-pagination2 span {
  width: 34px;
  height: 8px;
  margin: 0 5px;
  background: #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ingoodcon .ingood .swiper-pagination2 .swiper-pagination-bullet-active {
  background: #009a80;
}
@media (max-width: 640px) {
  .ingoodcon .ingood .xuhaott span.xh {
    font-size: 38px;
  }
  .ingoodcon .ingood .xuhaott .xhtt span {
    font-size: 28px;
  }
  .ingoodcon .ingood .xuhaott .xhtt hr {
    width: 54px;
  }
  .ingoodcon .ingood .xuhaott .xhtt p {
    font-size: 22px;
  }
  .ingoodcon .ingood .goodwen p {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .ingoodcon .ingood .xuhaott span.xh {
    font-size: 34px;
  }
  .ingoodcon .ingood .xuhaott .xhtt span {
    font-size: 26px;
  }
  .ingoodcon .ingood .xuhaott .xhtt hr {
    width: 50px;
  }
  .ingoodcon .ingood .xuhaott .xhtt p {
    font-size: 20px;
  }
  .ingoodcon .ingood .goodwen p {
    font-size: 20px;
  }
  .ingoodcon .ingood .swiper-pagination2 span {
    width: 30px;
    height: 6px;
    margin: 0 4px;
  }
}
@media (max-width: 460px) {
  .ingoodcon .ingood .xuhaott span.xh {
    font-size: 30px;
  }
  .ingoodcon .ingood .xuhaott .xhtt span {
    font-size: 20px;
  }
  .ingoodcon .ingood .xuhaott .xhtt hr {
    width: 40px;
  }
  .ingoodcon .ingood .xuhaott .xhtt p {
    font-size: 16px;
  }
  .ingoodcon .ingood .goodwen p {
    font-size: 18px;
  }
  .ingoodcon .ingood .swiper-pagination2 span {
    width: 26px;
    height: 5px;
    margin: 0 3px;
  }
}
@media (max-width: 414px) {
  .ingoodcon .ingood .xuhaott span.xh {
    font-size: 26px;
  }
  .ingoodcon .ingood .xuhaott .xhtt span {
    font-size: 18px;
  }
  .ingoodcon .ingood .xuhaott .xhtt hr {
    width: 36px;
  }
  .ingoodcon .ingood .xuhaott .xhtt p {
    font-size: 14px;
  }
  .ingoodcon .ingood .goodwen p {
    font-size: 16px;
  }
  .ingoodcon .ingood .swiper-pagination2 span {
    width: 22px;
    height: 4px;
  }
}
@media (max-width: 375px) {
  .ingoodcon .ingood .xuhaott span.xh {
    font-size: 22px;
  }
  .ingoodcon .ingood .xuhaott .xhtt span {
    font-size: 16px;
  }
  .ingoodcon .ingood .xuhaott .xhtt hr {
    width: 30px;
  }
  .ingoodcon .ingood .xuhaott .xhtt p {
    font-size: 12px;
  }
  .ingoodcon .ingood .goodwen p {
    font-size: 14px;
  }
}
.floatimg {
  position: fixed;
  width: 12%;
  max-width: 75px;
  right: 3%;
  bottom: 15%;
  z-index: 99;
}
.floatimg a {
  display: block;
}
.floatimg a img {
  display: block;
  width: 100%;
}
.incasew {
  margin-top: 3%;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 3%;
}
.incasew a {
  display: inline-block;
  width: 49%;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 1%;
}
.incasew a:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 61.35135135%;
}
.incasew a span {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-align-last: center;
  font-size: 24px;
  line-height: 2;
  height: 2em;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 640px) {
  .incasew a span {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .incasew a span {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .incasew a span {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .incasew a span {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .incasew a span {
    font-size: 14px;
  }
}
.incasew a.more {
  display: block;
  text-align: center;
  text-align-last: center;
  margin-top: 2%;
}
.incasew a.more:after {
  display: none;
}
.index_hot {
  margin-bottom: 10px;
}
.inabout {
  padding-bottom: 3%;
}
.inabout img {
  display: block;
  width: 100%;
  margin-bottom: 2%;
}
.inabout .inabouttt {
  font-size: 28px;
  text-align: center;
  color: #333333;
  line-height: 1.8;
}
.inabout hr {
  display: block;
  width: 9.33333333%;
  height: 3px;
  min-width: 30px;
  border: 0;
  margin: 0 auto;
  background: #0a9b81;
}
.inabout .inabcont {
  font-size: 24px;
  color: #666666;
  line-height: 1.8;
  margin: 2% auto 4% auto;
      text-indent: 2em;
}
@media (max-width: 640px) {
  .inabout .inabouttt {
    font-size: 25px;
  }
  .inabout .inabcont {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .inabout .inabouttt {
    font-size: 23px;
  }
  .inabout .inabcont {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .inabout .inabouttt {
    font-size: 20px;
  }
  .inabout .inabcont {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .inabout .inabouttt {
    font-size: 18px;
  }
  .inabout .inabcont {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .inabout .inabouttt {
    font-size: 16px;
  }
  .inabout .inabcont {
    font-size: 13px;
  }
}
a.more {
  display: block;
  width: 30%;
  background: #358fdc;
  color: #fff;
  font-size: 24px;
  line-height: 2.4;
  height: 2.4em;
  overflow: hidden;
  border-radius: .4em;
  text-align: center;
  font-weight: 100;
  margin: 0 auto;
}
@media (max-width: 640px) {
  a.more {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  a.more {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  a.more {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  a.more {
    font-size: 14px;
  }
}
.intit {
  position: relative;
  text-align: center;
}
.intit:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.intit span {
  display: inline-block;
  padding: 0 4%;
  background: #fff;
  font-size: 28px;
  color: #333333;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .intit span {
    font-size: 26px;
  }
}
@media (max-width: 580px) {
  .intit span {
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .intit span {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .intit span {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .intit span {
    font-size: 16px;
  }
}
.inkehu {
  position: relative;
  padding: 3% 0 5% 0;
}
.inkehu .inkh {
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
}
.inkehu a {
  display: block;
  width: 65%;
  margin: 0 auto;
}
.inkehu a:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.inkehu .inkhleft {
  width: 25px;
  height: 35px;
  background: url("../images/khleft.jpg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 2%;
  margin-top: -17px;
  background-size: 100% auto;
}
.inkehu .inkhright {
  width: 25px;
  height: 35px;
  background: url("../images/khright.jpg") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -17px;
  background-size: 100% auto;
}
@media (max-width: 414px) {
  .inkehu .inkhleft {
    width: 20px;
  }
  .inkehu .inkhright {
    width: 20px;
  }
}
.inkk {
  width: 100%;
  margin: 2% auto 0 auto;
  overflow: hidden;
  position: relative;
}
.inkk .inkkimg {
  width: 61%;
  margin: 0 auto;
}
.inkk .inkkimg img {
  display: block;
  width: 100%;
}
.inkk .inkkwen {
  padding: 0 40px;
  width: 61%;
  margin: 2% auto 0 auto;
  position: relative;
}
.inkk .inkkwen span {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #333333;
  line-height: 58px;
  height: 58px;
}
@media (max-width: 640px) {
  .inkk .inkkwen span {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .inkk .inkkwen span {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .inkk .inkkwen span {
    font-size: 17px;
    line-height: 45px;
    height: 45px;
  }
}
@media (max-width: 414px) {
  .inkk .inkkwen span {
    font-size: 15px;
    line-height: 36px;
    height: 36px;
  }
}
@media (max-width: 375px) {
  .inkk .inkkwen span {
    font-size: 13px;
  }
}
.inkk .inkkp {
  margin-top: 15px;
}
.inkk .inkkp p {
  font-size: 24px;
  color: #666666;
  line-height: 40px;
  height: 120px;
  overflow: hidden;
}
.inkk .inkkleft {
  width: 38px;
  height: 58px;
  background: url("../images/inkkleft.jpg") no-repeat center left;
  background-size: auto 100%;
  position: absolute;
  left: 19.5%;
  bottom: 0;
  z-index: 9;
}
.inkk .inkkright {
  width: 38px;
  height: 58px;
  background: url("../images/inkkright.jpg") no-repeat center right;
  background-size: auto 100%;
  position: absolute;
  right: 19.5%;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 640px) {
  .inkk .inkkp {
    margin-top: 12px;
  }
  .inkk .inkkp p {
    font-size: 22px;
    line-height: 36px;
    height: 108px;
  }
  .inkk .inkkleft {
    bottom: 120px;
  }
  .inkk .inkkright {
    bottom: 120px;
  }
}
@media (max-width: 580px) {
  .inkk .inkkp {
    margin-top: 10px;
  }
  .inkk .inkkp p {
    font-size: 20px;
    line-height: 32px;
    height: 96px;
  }
  .inkk .inkkleft {
    bottom: 106px;
  }
  .inkk .inkkright {
    bottom: 106px;
  }
}
@media (max-width: 460px) {
  .inkk .inkkp {
    margin-top: 8px;
  }
  .inkk .inkkp p {
    font-size: 18px;
    line-height: 26px;
    height: 78px;
  }
  .inkk .inkkwen {
    padding: 0 34px;
  }
  .inkk .inkkleft {
    width: 30px;
    height: 45px;
    bottom: 86px;
  }
  .inkk .inkkright {
    width: 30px;
    height: 45px;
    bottom: 86px;
  }
}
@media (max-width: 414px) {
  .inkk .inkkp {
    margin-top: 6px;
  }
  .inkk .inkkp p {
    font-size: 16px;
    line-height: 22px;
    height: 66px;
  }
  .inkk .inkkwen {
    padding: 0 26px;
  }
  .inkk .inkkleft {
    width: 24px;
    height: 36px;
    bottom: 72px;
  }
  .inkk .inkkright {
    width: 24px;
    height: 36px;
    bottom: 72px;
  }
}
@media (max-width: 375px) {
  .inkk .inkkp {
    margin-top: 4px;
  }
  .inkk .inkkp p {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
  .inkk .inkkleft {
    bottom: 64px;
  }
  .inkk .inkkright {
    bottom: 64px;
  }
}
.inziliao {
  width: 100%;
  padding: 3% 0;
}
.inziliao .inzltt {
  display: block;
  font-size: 30px;
  color: #333333;
  margin-bottom: 3%;
  text-align: center;
}
@media (max-width: 640px) {
  .inziliao .inzltt {
    font-size: 26px;
  }
}
@media (max-width: 580px) {
  .inziliao .inzltt {
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .inziliao .inzltt {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .inziliao .inzltt {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .inziliao .inzltt {
    font-size: 16px;
  }
}
.inziliao .inzl {
  padding: 0 4%;
  position: relative;
}
.inziliao .inzl .inzlin {
  overflow: hidden;
}
.inziliao .inzl .inzlin a {
  display: block;
  border: 3px solid #cfcfcf;
  padding: 3% 4% 4% 2%;
  width: 90%;
  margin: 0 auto;
}
.inziliao .inzl .inzlin a span {
  display: block;
  font-size: 28px;
  color: #333333;
  line-height: 1.6;
  height: 1.6em;
  overflow: hidden;
}
.inziliao .inzl .inzlin a span img {
  margin-right: 2%;
  width: 13%;
  vertical-align: middle;
}
.inziliao .inzl .inzlin a p {
  margin-top: 5%;
  border-top: 1px solid #cfcfcf;
  padding-top: 2%;
  font-size: 22px;
  color: #666666;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 640px) {
  .inziliao .inzl .inzlin a span {
    font-size: 26px;
  }
  .inziliao .inzl .inzlin a p {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .inziliao .inzl .inzlin a span {
    font-size: 22px;
  }
  .inziliao .inzl .inzlin a p {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .inziliao .inzl .inzlin a {
    border-width: 2px;
  }
  .inziliao .inzl .inzlin a span {
    font-size: 20px;
  }
  .inziliao .inzl .inzlin a p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .inziliao .inzl .inzlin a span {
    font-size: 18px;
  }
  .inziliao .inzl .inzlin a p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .inziliao .inzl .inzlin a {
    border-width: 1px;
  }
  .inziliao .inzl .inzlin a span {
    font-size: 16px;
  }
  .inziliao .inzl .inzlin a p {
    font-size: 12px;
  }
}
.inziliao .inzl .inkhleft {
  width: 25px;
  height: 35px;
  background: url("../images/khleft.jpg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  background-size: 100% auto;
}
.inziliao .inzl .inkhright {
  width: 25px;
  height: 35px;
  background: url("../images/khright.jpg") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -17px;
  background-size: 100% auto;
}
@media (max-width: 460px) {
  .inziliao .inzl .inkhleft {
    width: 20px;
  }
  .inziliao .inzl .inkhright {
    width: 20px;
  }
}
@media (max-width: 414px) {
  .inziliao .inzl .inkhleft {
    width: 16px;
  }
  .inziliao .inzl .inkhright {
    width: 16px;
  }
}
.inaboutimglist .inprow {
  position: relative;
  background: #fff;
  border-top: 1px dashed #545454;
}
.in_server {
  margin-bottom: 10px;
}
.in_server img {
  display: block;
  width: 100%;
}
.index_newstit {
  background: #358fdc;
}
.index_newstit span {
  display: block;
  width: 50%;
  float: left;
  line-height: 3;
  text-align: center;
  color: #fff;
}
.index_newstit .active {
  font-weight: bold;
  background: #2b7bc0;
}
footer {
  border-top: 14px solid #e5e5e5;
}
@media (max-width: 640px) {
  footer {
    border-top: 12px solid #e5e5e5;
  }
}
@media (max-width: 460px) {
  footer {
    border-top: 8px solid #e5e5e5;
  }
}
@media (max-width: 414px) {
  footer {
    border-top: 5px solid #e5e5e5;
  }
}
.index_news_wrap .index_news_cont {
  padding-bottom: 4%;
  display: none;
}
.index_news_wrap .index_news_cont .innewstopimg {
  display: block;
  width: 100%;
}
.index_news_wrap .index_news_cont .index_a a {
  display: block;
  padding: 15px;
  border-bottom: 1px dashed #afafaf;
  position: relative;
}
.index_news_wrap .index_news_cont .index_a a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 6px;
  margin: auto;
  top: 24px;
  background: #444444;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .index_news_wrap .index_news_cont .index_a a:after {
    width: 5px;
    height: 5px;
    top: 22px;
  }
}
@media (max-width: 460px) {
  .index_news_wrap .index_news_cont .index_a a:after {
    width: 4px;
    height: 4px;
    top: 20px;
  }
}
.index_news_wrap .index_news_cont .index_a a span {
  display: block;
  font-size: 26px;
  color: #444444;
  line-height: 1.2;
  height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 640px) {
  .index_news_wrap .index_news_cont .index_a a span {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .index_news_wrap .index_news_cont .index_a a span {
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .index_news_wrap .index_news_cont .index_a a span {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .index_news_wrap .index_news_cont .index_a a span {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .index_news_wrap .index_news_cont .index_a a span {
    font-size: 14px;
  }
}
.index_news_wrap .index_news_cont .index_a a p {
  color: #666666;
  font-size: 24px;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  position: relative;
}
.index_news_wrap .index_news_cont .index_a a p i {
  color: #444444;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: #fff;
  padding-left: 1em;
}
@media (max-width: 640px) {
  .index_news_wrap .index_news_cont .index_a a p {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .index_news_wrap .index_news_cont .index_a a p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .index_news_wrap .index_news_cont .index_a a p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .index_news_wrap .index_news_cont .index_a a p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .index_news_wrap .index_news_cont .index_a a p {
    font-size: 13px;
  }
}
.readmore {
  display: inline-block;
  padding: 0 4%;
  font-size: 26px;
  border: 1px solid #444444;
  line-height: 2;
  margin-top: 4%;
}
.readmore i {
  display: inline-block;
  border: 1px solid #444444;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 1;
  vertical-align: 0px;
  margin-left: 5px;
}
@media (max-width: 640px) {
  .readmore {
    font-size: 24px;
  }
  .readmore i {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 580px) {
  .readmore {
    font-size: 22px;
  }
  .readmore i {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 460px) {
  .readmore {
    font-size: 18px;
  }
  .readmore i {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 414px) {
  .readmore {
    font-size: 16px;
  }
  .readmore i {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 375px) {
  .readmore {
    font-size: 13px;
  }
  .readmore i {
    width: 14px;
    height: 14px;
        vertical-align: 2px;
  }
}
.text-center {
  text-align: center;
}
footer {
  background: url("../images/footerbg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 5% 10% 3% 10%;
}
footer p {
  font-size: 24px;
  color: #444444;
  line-height: 1.8;
}
footer p img {
  margin-right: 4%;
}
footer p a {
  color: #444444;
}
@media (max-width: 640px) {
  footer p {
    font-size: 20px;
  }
  footer p img {
    width: 20px;
  }
}
@media (max-width: 580px) {
  footer p {
    font-size: 18px;
  }
  footer p img {
    width: 18px;
  }
}
@media (max-width: 460px) {
  footer p {
    font-size: 16px;
  }
  footer p img {
    width: 16px;
  }
}
@media (max-width: 414px) {
  footer p {
    font-size: 13px;
  }
  footer p img {
    width: 14px;
  }
}
.foot {
  text-align: center;
  background: #e5e5e5;
}
.foot p {
  font-size: 24px;
  color: #444444;
  line-height: 3;
}
@media (max-width: 640px) {
  .foot p {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .foot p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .foot p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .foot p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .foot p {
    font-size: 13px;
  }
}
.foot_nav {
  width: 100%;
  max-width: 750px;
  margin: auto;
  height: 126px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #358fdc;
  z-index: 99;
}
.foot_nav a {
  width: 25%;
  float: left;
  padding-top: 24px;
  height: 100%;
}
.foot_nav a i {
  display: block;
  text-align: center;
  font-size: 43px;
  color: #fff;
}
.foot_nav a span {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  font-family: "黑体", serif;
  margin-top: 15px;
}
.foot_nav .active {
  background: #2b7bc0;
}
@media (max-width: 640px) {
  .foot_nav {
    height: 110px;
  }
  .foot_nav a {
    padding-top: 20px;
  }
  .foot_nav a i {
    font-size: 40px;
  }
  .foot_nav a span {
    font-size: 22px;
    margin-top: 8px;
  }
}
@media (max-width: 580px) {
  .foot_nav {
    height: 90px;
  }
  .foot_nav a {
    padding-top: 16px;
  }
  .foot_nav a i {
    font-size: 36px;
  }
  .foot_nav a span {
    font-size: 18px;
    margin-top: 4px;
  }
}
@media (max-width: 460px) {
  .foot_nav {
    height: 66px;
  }
  .foot_nav a {
    padding-top: 8px;
  }
  .foot_nav a i {
    font-size: 30px;
  }
  .foot_nav a span {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .foot_nav {
    height: 56px;
  }
  .foot_nav a {
    padding-top: 8px;
  }
  .foot_nav a i {
    font-size: 22px;
  }
  .foot_nav a span {
    font-size: 13px;
    margin-top: 2px;
  }
}
body {
  padding-bottom: 126px;
}
@media (max-width: 640px) {
  body {
    padding-bottom: 110px;
  }
}
@media (max-width: 580px) {
  body {
    padding-bottom: 90px;
  }
}
@media (max-width: 460px) {
  body {
    padding-bottom: 66px;
  }
}
@media (max-width: 414px) {
  body {
    padding-bottom: 56px;
  }
}
.huitop {
  width: 100%;
  background-color: #515151;
  padding: 1.33333333% 0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.6%;
}
.huitop i {
  font-size: 2.2rem;
  margin-right: 2.66666667%;
  vertical-align: middle;
}
.innav_wrap {
  position: fixed;
  width: 85%;
  height: 100%;
  background-color: #1b1b1b;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  overflow-y: auto;
}
.innav_wrap .navtop {
  display: block;
  width: 100%;
  border-bottom: 2px solid #2e2e2e;
}
.innav_wrap .navtop img {
  display: block;
  width: 100%;
}
.innav_wrap ul {
  position: relative;
  padding-top: 1%;
  width: 100%;
  min-height: 89%;
}
.innav_wrap ul:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #2e2e2e;
  position: absolute;
  left: 100px;
  top: 0;
}
.innav_wrap ul li {
  line-height: 1.8;
}
.innav_wrap ul li span {
  display: inline-block;
  width: 100px;
  font-size: 16px;
  line-height: 3;
  color: #666666;
  position: relative;
  text-align: center;
}
.innav_wrap ul li .erji {
  width: calc(100% - 100px);
  position: absolute;
  left: 100px;
  top: 0;
  padding: 0 5px 0 20px;
  display: none;
}
.innav_wrap ul li .erji .navtt a {
  font-size: 16px;
  color: #666666;
  line-height: 3;
}
.innav_wrap ul li .erji .thirdnav a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  padding: 0 8px;
  border: 1px solid #2e2e2e;
  border-radius: 3px;
  margin: 5px 15px 5px 0;
}
.innav_wrap ul .active span {
  color: #fff;
}
.innav_wrap ul .active .erji {
  display: block;
}
.innav_wrap ul .active .erji:after{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #2e2e2e;
  position: absolute;
  left: 0;
  top: 0;
}
.neibanner {
  width: 100%;
}
.neibanner img {
  display: block;
  width: 100%;
}
.kejian2 {
  width: 90%;
}
.inyingyong {
  padding: 3% 0;
  background: #f6f6f6;
}
.inyingyong ul li {
  margin-bottom: 3%;
  border: 1px solid #cfcfcf;
  background: #fff;
}
.inyingyong ul li .inyyimg {
  width: 100%;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.inyingyong ul li .inyyimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 48.50746269%;
}
.inyingyong ul li .inyywen {
  padding: 6% 4%;
  border-top: 1px solid #cfcfcf;
}
.inyingyong ul li .inyywen span {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #333333;
}
.inyingyong ul li .inyywen p {
  font-size: 24px;
  color: #666666;
  margin: 3% 0 5% 0;
  text-align: justify;
}
@media (max-width: 640px) {
  .inyingyong ul li .inyywen span {
    font-size: 26px;
  }
  .inyingyong ul li .inyywen p {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .inyingyong ul li .inyywen span {
    font-size: 23px;
  }
  .inyingyong ul li .inyywen p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .inyingyong ul li .inyywen span {
    font-size: 20px;
  }
  .inyingyong ul li .inyywen p {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .inyingyong ul li .inyywen span {
    font-size: 18px;
  }
  .inyingyong ul li .inyywen p {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .inyingyong ul li .inyywen span {
    font-size: 16px;
  }
  .inyingyong ul li .inyywen p {
    font-size: 14px;
  }
}
.yingyong_xq {
  padding-top: 4%;
}
.yingyong_xq .yytt {
  padding: 4% 0;
  border-bottom: 1px solid #cfcfcf;
}
.yingyong_xq .yytt span {
  display: block;
  font-size: 34px;
  color: #333333;
}
.yingyong_xq .yywen {
  padding: 2% 0;
}
.yingyong_xq .yywen p {
  font-size: 24px;
  color: #666666;
  line-height: 1.8;
}
.yingyong_xq .yywen img {
  display: block;
  max-width: 100%;
  margin: 3% 0;
}
@media (max-width: 640px) {
  .yingyong_xq .yytt span {
    font-size: 30px;
  }
  .yingyong_xq .yywen p {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .yingyong_xq .yytt span {
    font-size: 26px;
  }
  .yingyong_xq .yywen p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .yingyong_xq .yytt span {
    font-size: 22px;
  }
  .yingyong_xq .yywen p {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .yingyong_xq .yytt span {
    font-size: 18px;
  }
  .yingyong_xq .yywen p {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .yingyong_xq .yytt span {
    font-size: 16px;
  }
  .yingyong_xq .yywen p {
    font-size: 14px;
  }
}
.pre_next {
  padding: 3% 0;
}
.pre_next .pre_nn {
  width: 75%;
  float: left;
}
.pre_next .pre_nn p {
  font-size: 24px;
  color: #444444;
  line-height: 1.8;
  height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pre_next .pre_nn p a {
  color: #666666;
}
.pre_next a.fanhui {
  display: block;
  width: 24%;
  font-size: 24px;
  color: #fff;
  line-height: 2.4;
  height: 2.4em;
  border-radius: .3em;
  float: right;
  text-align: center;
  margin-top: 2%;
  background: #358fdc;
}
.pre_next a.fanhui img {
  vertical-align: -3px;
  display: inline-block;
  width: 12%;
  margin-right: 2%;
}
@media (max-width: 640px) {
  .pre_next .pre_nn p {
    font-size: 22px;
  }
  .pre_next a.fanhui {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .pre_next .pre_nn p {
    font-size: 20px;
  }
  .pre_next a.fanhui {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .pre_next .pre_nn p {
    font-size: 18px;
  }
  .pre_next a.fanhui {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .pre_next .pre_nn p {
    font-size: 14px;
  }
  .pre_next a.fanhui {
    font-size: 14px;
  }
  .pre_next a.fanhui img {
    vertical-align: -2px;
  }
}
@media (max-width: 375px) {
  .pre_next .pre_nn p {
    font-size: 13px;
  }
  .pre_next a.fanhui {
    font-size: 13px;
  }
  .pre_next a.fanhui img {
    vertical-align: -1px;
  }
}
.nei_content {
  padding: 4% 0 5% 0;
}
.nei_content .nei_content_tit {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2%;
}
.nei_content .nei_content_tit span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #444444;
  line-height: 1.5;
}
.nei_content .nei_content_tit p {
  display: block;
  font-size: 20px;
  color: #444444;
  line-height: 1.5;
  margin-top: 5px;
}
.nei_content .nei_content_tit p img {
  margin-right: 2%;
  vertical-align: 0;
}
.nei_content .nei_content_tit p i {
  margin-right: 3%;
}
@media (max-width: 640px) {
  .nei_content .nei_content_tit span {
    font-size: 26px;
  }
  .nei_content .nei_content_tit p {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .nei_content .nei_content_tit span {
    font-size: 22px;
  }
  .nei_content .nei_content_tit p {
    font-size: 16px;
  }
  .nei_content .nei_content_tit p img {
    height: 15px;
  }
}
@media (max-width: 460px) {
  .nei_content .nei_content_tit span {
    font-size: 18px;
  }
  .nei_content .nei_content_tit p {
    font-size: 15px;
  }
}
@media (max-width: 414px) {
  .nei_content .nei_content_tit span {
    font-size: 16px;
  }
  .nei_content .nei_content_tit p {
    font-size: 14px;
  }
  .nei_content .nei_content_tit p img {
    height: 12px;
  }
}
@media (max-width: 375px) {
  .nei_content .nei_content_tit span {
    font-size: 15px;
  }
  .nei_content .nei_content_tit p {
    font-size: 13px;
  }
}
.nei_content .nei_content_p {
  padding: 3% 0;
}
.nei_content .nei_content_p p {
  font-size: 24px;
  color: #666666;
  line-height: 1.6;
}
.nei_content .nei_content_p p img{
	width:100%;
	height:auto;
}
@media (max-width: 640px) {
  .nei_content .nei_content_p p {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .nei_content .nei_content_p p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .nei_content .nei_content_p p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .nei_content .nei_content_p p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .nei_content .nei_content_p p {
    font-size: 13px;
  }
}
.neibiaoqian p {
  font-size: 24px;
  color: #444444;
  line-height: 1.8;
}
.neibiaoqian p a {
  display: inline-block;
  height: 1.8em;
  background: #e5e5e5;
  padding: 0 10px;
  margin-left: 2%;
  color: #444444;
  vertical-align: top;
}
@media (max-width: 640px) {
  .neibiaoqian p {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .neibiaoqian p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .neibiaoqian p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .neibiaoqian p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .neibiaoqian p {
    font-size: 13px;
  }
}
.neibiao_w {
  padding: 3% 0;
}
.neicaseimg {
  background: #d9edff;
}
.neicaseimg span {
  display: block;
  width: 50%;
  margin: 0;
  line-height: 2.8;
  float: left;
  border-radius: 0;
  border: none;
  color: #444444;
}
.neicaseimg span.active {
  background: #add8ff;
  font-weight: bold;
  border: none;
  color: #444444;
}
.lookmore {
  display: block;
  margin: 3% auto 0 auto;
  color: #358fdc;
  border: none;
}
.lookmore i {
  color: #444;
}
.ingongcont {
  position: relative;
}
.ingongcont .ingongconin {
  visibility: hidden;
  position: absolute;
  top: 0;
  padding: 5% 0 3% 0;
}
.ingongcont .ingongconin .swiper-slide {
  padding: 0 42px;
}
.ingongcont .ingongconin .swiper-slide a {
  display: block;
  font-size: 24px;
  color: #444;
  line-height: 2;
  height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ingongcont .ingongconin .swiper-slide a i {
  float: right;
  color: #959595;
  margin-left: 5%;
}
@media (max-width: 640px) {
  .ingongcont .ingongconin .swiper-slide a {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .ingongcont .ingongconin .swiper-slide a {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .ingongcont .ingongconin .swiper-slide a {
    font-size: 17px;
  }
}
@media (max-width: 414px) {
  .ingongcont .ingongconin .swiper-slide a {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .ingongcont .ingongconin .swiper-slide a {
    font-size: 13px;
  }
}
.ingongcont .ingongconin .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%239c9c9c'%2F%3E%3C%2Fsvg%3E");
}
.ingongcont .ingongconin .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%239c9c9c'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.gray {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%239c9c9c'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.gray {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%239c9c9c'%2F%3E%3C%2Fsvg%3E");
}
.neiabout_tit {
  border-bottom: 1px solid #ededed;
}
.neiabout_tit a {
  display: block;
  width: 25%;
  float: left;
  color: #444444;
  line-height: 3;
  position: relative;
  text-align: center;
}
.neiabout_tit a:after {
  content: '';
  display: block;
  width: 1px;
  height: 40%;
  background: #acacac;
  position: absolute;
  top: 30%;
  right: 0;
}
.neiabout_tit a span {
  display: inline-block;
  position: relative;
}
.neiabout_tit a:last-child:after {
  display: none;
}
.neiabout_tit a.active {
  color: #358fdc;
}
.neiabout_tit a.active span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -6px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #358fdc;
}
.neiabout_tit a.active span:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #358fdc;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.neiabout_wen {
  padding: 3% 0;
  background: #fafafa;
}
.neiabout_wen p {
  font-size: 24px;
  color: #666666;
  line-height: 1.8;
}
.neiabout_wen p img {
	width:100%;
	height:auto;
}
@media (max-width: 640px) {
  .neiabout_wen p {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .neiabout_wen p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .neiabout_wen p {
    font-size: 17px;
  }
}
@media (max-width: 414px) {
  .neiabout_wen p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .neiabout_wen p {
    font-size: 13px;
  }
}
.neiaboutimg {
  display: block;
  width: 100%;
}
.about_brand {
  padding-bottom: 4%;
}
.about_brand ul {
  width: 95%;
  margin: 0 auto;
}
.about_brand ul li {
  width: 30%;
  margin: 0 1.666% 3% 1.666%;
  float: left;
  border: 1px solid #afafaf;
  position: relative;
}
.about_brand ul li:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 58%;
}
.product_tit {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 6px;
}
.product_tit span {
  display: block;
  width: 19%;
  float: left;
  text-align: center;
  color: #444444;
  position: relative;
}
.product_tit span:after {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  position: absolute;
  background: #acacac;
  top: 25%;
  right: 0;
}
.product_tit span i {
  display: inline-block;
  color: #444444;
  padding: 0 6px;
  border-bottom: 3px solid #fff;
  font-size: 28px;
  line-height: 2.5;
  height: 2.5em;
}
@media (max-width: 640px) {
  .product_tit span i {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .product_tit span i {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .product_tit span i {
    font-size: 18px;
    border-bottom-width: 2px;
  }
}
@media (max-width: 414px) {
  .product_tit span i {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .product_tit span i {
    font-size: 14px;
  }
}
.product_tit span:last-child {
  width: 24%;
}
.product_tit span:last-child:after {
  display: none;
}
.product_tit .active i {
  color: #358fdc;
  border-bottom-color: #358fdc;
}
.product_cont_w {
  padding: 10px 0;
}
.product_cont_w .product_cont {
  height: 0;
  overflow: hidden;
}
.product_cont_w .product_xq_in img {
  max-width: 100%;
}
.xgtt {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.xgtt span {
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 3;
}
@media (max-width: 640px) {
  .xgtt span {
    font-size: 26px;
  }
}
@media (max-width: 580px) {
  .xgtt span {
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .xgtt span {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .xgtt span {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .xgtt span {
    font-size: 16px;
  }
}
.xgcont {
  padding-bottom: 3%;
  background: #f6f6f6;
}
.xgcont a {
  display: block;
  border-bottom: 1px solid #cfcfcf;
  color: #333333;
  padding: 2% 0;
}
.xgcont a span {
  display: block;
  font-size: 26px;
  color: #333333;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
}
.xgcont a i {
  display: block;
  font-size: 20px;
  color: #666666;
  line-height: 1;
  height: 1em;
  overflow: hidden;
}
@media (max-width: 640px) {
  .xgcont a span {
    font-size: 24px;
  }
  .xgcont a i {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .xgcont a span {
    font-size: 22px;
  }
  .xgcont a i {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .xgcont a span {
    font-size: 20px;
  }
  .xgcont a i {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .xgcont a span {
    font-size: 18px;
  }
  .xgcont a i {
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .xgcont a span {
    font-size: 16px;
  }
  .xgcont a i {
    font-size: 12px;
  }
}
.neicaseww {
  width: 100%;
  padding: 0 2.5% 2% 2.5%;
  background: #fafafa;
}
.neicaseww a {
  display: block;
  border-bottom: 1px solid #cfcfcf;
  padding: 3% 0;
}
.neicaseww a .caseimg {
  width: 35%;
  background: no-repeat center center;
  background-size: cover;
  margin-right: 3%;
  float: left;
}
.neicaseww a .caseimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 61.2244898%;
}
.neicaseww a .casewen span {
  display: block;
  font-size: 26px;
  color: #444444;
  line-height: 1.8;
  height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  position: relative;
}
.neicaseww a .casewen span:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background: #444;
}
.neicaseww a .casewen p {
  font-size: 24px;
  color: #666666;
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden;
  position: relative;
}
.neicaseww a .casewen p i {
  position: absolute;
  background: #fafafa;
  padding-left: 1.5em;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .neicaseww a .casewen span {
    font-size: 22px;
  }
  .neicaseww a .casewen p {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .neicaseww a .casewen span {
    font-size: 19px;
  }
  .neicaseww a .casewen p {
    font-size: 17px;
  }
}
@media (max-width: 460px) {
  .neicaseww a .casewen span {
    font-size: 16px;
  }
  .neicaseww a .casewen p {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .neicaseww a .casewen span {
    font-size: 14px;
  }
  .neicaseww a .casewen p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .neicaseww a .casewen span {
    font-size: 13px;
  }
  .neicaseww a .casewen p {
    font-size: 12px;
  }
}
.neicaseww_white {
  background: #fff;
}
.neicaseww_white a .casewen p i {
  background: #fff;
}
.downwrap {
  padding-bottom: 8%;
}
.downwrap ul {
  border-top: 1px solid #cfcfcf;
}
.downwrap ul li {
  padding: 3% 0;
  border-bottom: 1px solid #cfcfcf;
  background: #fff;
}
.downwrap ul li p {
  font-size: 28px;
  color: #333333;
  line-height: 60px;
  height: 60px;
}
.downwrap ul li p img {
  margin-right: 2%;
  vertical-align: middle;
}
.downwrap ul li a {
  display: inline-block;
  padding: 0 3%;
  float: right;
  line-height: 60px;
  height: 60px;
  color: #fff;
  background: #009a80;
  font-size: 24px;
}
@media (max-width: 640px) {
  .downwrap ul li p {
    font-size: 26px;
    line-height: 55px;
    height: 55px;
  }
  .downwrap ul li p img {
    width: 22px;
  }
  .downwrap ul li a {
    font-size: 22px;
    line-height: 55px;
    height: 55px;
  }
}
@media (max-width: 580px) {
  .downwrap ul li p {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
  }
  .downwrap ul li p img {
    width: 20px;
  }
  .downwrap ul li a {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 460px) {
  .downwrap ul li p {
    font-size: 20px;
    line-height: 45px;
    height: 45px;
  }
  .downwrap ul li p img {
    width: 18px;
  }
  .downwrap ul li a {
    font-size: 18px;
    line-height: 45px;
    height: 45px;
  }
}
@media (max-width: 414px) {
  .downwrap ul li p {
    font-size: 18px;
    line-height: 35px;
    height: 35px;
  }
  .downwrap ul li p img {
    width: 16px;
  }
  .downwrap ul li a {
    font-size: 16px;
    line-height: 35px;
    height: 35px;
  }
}
@media (max-width: 375px) {
  .downwrap ul li p {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
  .downwrap ul li p img {
    width: 14px;
  }
  .downwrap ul li a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
}
.grayline {
  width: 100%;
  height: 12px;
  background: #e5e5e5;
}
@media (max-width: 640px) {
  .grayline {
    height: 10px;
  }
}
@media (max-width: 580px) {
  .grayline {
    height: 8px;
  }
}
@media (max-width: 460px) {
  .grayline {
    height: 6px;
  }
}
@media (max-width: 375px) {
  .grayline {
    height: 4px;
  }
}
.biaotit {
  border-bottom: 1px solid #e5e5e5;
  padding: 4% 0;
  position: relative;
}
.biaotit span {
  display: block;
  width: 95%;
  margin: 0 auto;
  font-size: 28px;
  line-height: 1;
  color: #444444;
  font-weight: bold;
  padding-left: 16px;
  border-left: 8px solid #358fdc;
}
.biaotit span a {
  display: inline-block;
  color: #fff;
  padding: 0 4%;
  background: #358fdc;
  font-size: 26px;
  line-height: 1.6;
  float: right;
  margin-top: -2%;
}
@media (max-width: 640px) {
  .biaotit span a {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .biaotit span a {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .biaotit span a {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .biaotit span a {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .biaotit span a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .biaotit span {
    font-size: 26px;
    padding-left: 14px;
    border-left: 6px solid #358fdc;
  }
}
@media (max-width: 580px) {
  .biaotit span {
    font-size: 22px;
    padding-left: 12px;
    border-left: 5px solid #358fdc;
  }
}
@media (max-width: 460px) {
  .biaotit span {
    font-size: 20px;
    padding-left: 8px;
    border-left: 4px solid #358fdc;
  }
}
@media (max-width: 414px) {
  .biaotit span {
    font-size: 18px;
    padding-left: 6px;
    border-left: 3px solid #358fdc;
  }
}
@media (max-width: 375px) {
  .biaotit span {
    font-size: 16px;
    padding-left: 6px;
    border-left: 2px solid #358fdc;
  }
}
.biaotit2 {
  border: none;
  border-top: 1px solid #e5e5e5;
  width: 95%;
  margin: 0 auto;
}
.biaotit2 span {
  width: 100%;
}
.biaoqiantit {
  margin-top: 3%;
}
.biaoqiantit span {
  display: block;
  color: #444444;
  font-size: 26px;
}
@media (max-width: 640px) {
  .biaoqiantit span {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .biaoqiantit span {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .biaoqiantit span {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .biaoqiantit span {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .biaoqiantit span {
    font-size: 14px;
  }
}
.map img {
  display: block;
  width: 100%;
}
.contact {
  padding: 4% 0 2% 0;
}
.contact ul li {
  background: #d9edff;
  text-align: center;
  font-size: 30px;
  color: #444444;
  padding: 3% 0;
  margin-bottom: 3%;
}
.contact ul li b {
  display: block;
  margin-bottom: 2%;
}
.contact ul li b img {
  display: inline-block;
  margin-right: 2%;
  vertical-align: middle;
  width: 6%;
}
.contact ul li p {
  font-family: "Cambria Math", serif;
}
.contact ul li a {
  color: #444444;
}
@media (max-width: 640px) {
  .contact ul li {
    font-size: 26px;
  }
}
@media (max-width: 580px) {
  .contact ul li {
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .contact ul li {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .contact ul li {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .contact ul li {
    font-size: 16px;
  }
}
.contact_xinxi ul li {
  padding: 2% 0;
}
.contact_xinxi ul li img {
  display: block;
  width: 18%;
  float: right;
  margin-left: 2%;
}
.contact_xinxi ul li p {
  font-size: 26px;
  color: #444444;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .contact_xinxi ul li p {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .contact_xinxi ul li p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .contact_xinxi ul li p {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .contact_xinxi ul li p {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .contact_xinxi ul li p {
    font-size: 14px;
  }
}
.onepic {
  padding: 6% 0;
  background: #fafafa;
}
.onepic img {
  display: block;
  width: 16%;
  margin: 0 auto;
}
.onepic p {
  font-size: 26px;
  color: #444444;
  line-height: 1.5;
  margin-top: 3%;
  padding: 0 2%;
  text-align: center;
}
@media (max-width: 640px) {
  .onepic p {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .onepic p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .onepic p {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .onepic p {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .onepic p {
    font-size: 13px;
  }
}
.neipro {
  padding: 5% 0 2% 0;
}
.neipro a {
  display: block;
  width: 48%;
  margin: 0 1% 2% 1%;
  float: left;
  border: 1px solid #358fdc;
}
.neipro a .nproimg {
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.neipro a .nproimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 82.222222%;
}
.neipro a span {
  display: block;
  text-align: center;
  font-size: 24px;
  background: #358fdc;
  padding: 0 3%;
  line-height: 2;
  height: 2em;
  overflow: hidden;
  border-top: 0;
  color: #fff;
}
@media (max-width: 640px) {
  .neipro a span {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .neipro a span {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .neipro a span {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .neipro a span {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .neipro a span {
    font-size: 14px;
  }
}
.topblock {
  padding: 3% 0 4% 0;
}
.topblock .topblocktt {
  color: #444;
  font-weight: bold;
  line-height: 2;
}
.topblock .topblockcon {
  position: relative;
  overflow: hidden;
}
.topblock .topblockcon .topblockbtn {
  padding-left: 1.2em;
  font-size: 24px;
  color: #358fdc;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}
.topblock .topblockcon .topblockbtn img {
  margin-left: 6px;
}
@media (max-width: 640px) {
  .topblock .topblockcon .topblockbtn {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .topblock .topblockcon .topblockbtn {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .topblock .topblockcon .topblockbtn {
    font-size: 17px;
  }
  .topblock .topblockcon .topblockbtn img {
    height: 18px;
    vertical-align: -3px;
  }
}
@media (max-width: 414px) {
  .topblock .topblockcon .topblockbtn {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .topblock .topblockcon .topblockbtn {
    font-size: 13px;
  }
}
.topblock .topblockcon{
  height: 4.5em;
}
.topblock .topblockcon {
  font-size: 24px;
  color: #666666;
  line-height: 1.5!important;
}
@media (max-width: 640px) {
  .topblock .topblockcon {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .topblock .topblockcon {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .topblock .topblockcon {
    font-size: 17px;
  }
}
@media (max-width: 414px) {
  .topblock .topblockcon {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .topblock .topblockcon {
    font-size: 13px;
  }
}
.topblock .topblockcon2 .topblockbtn {
  position: relative;
  float: right;
}
.topblock .topblockcon2 .topblockbtn img {
  transform: rotateZ(180deg);
}
.topblock .topblockcon2 {
  height: auto;
}
.topblocka {
  background: #d9edff;
  position: relative;
}
.topblocka:before {
  content: '';
  display: block;
  width: 1px;
  height: 66%;
  position: absolute;
  top: 17%;
  background: #8fc5f4;
  left: 50%;
}
.topblocka a {
  display: block;
  width: 50%;
  float: left;
  color: #358fdc;
  text-align: center;
  line-height: 2.5;
}
.topblocka a img {
  margin-right: 8px;
}
@media (max-width: 580px) {
  .topblocka a img {
    height: 28px;
  }
}
@media (max-width: 414px) {
  .topblocka a img {
    height: 20px;
  }
}
.pipei {
  padding: 4% 0;
  background: #f6f6f6;
}
.pipei span.pipeitt {
  display: block;
  font-size: 44px;
  color: #333333;
  text-align: center;
  margin-bottom: 2%;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .pipei span.pipeitt {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .pipei span.pipeitt {
    font-size: 34px;
  }
}
@media (max-width: 460px) {
  .pipei span.pipeitt {
    font-size: 28px;
  }
}
@media (max-width: 414px) {
  .pipei span.pipeitt {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .pipei span.pipeitt {
    font-size: 20px;
  }
}
.pipei .xuan {
  background: #fff;
  border: 2px solid #cfcfcf;
  margin-bottom: 4%;
}
.pipei .xuan select,
.pipei .xuan input {
  width: 100%;
  padding: 0 3%;
  color: #333333;
  line-height: 2;
  height: 2em;
  font-size: 28px;
  border: none;
}
@media (max-width: 640px) {
  .pipei .xuan select,
  .pipei .xuan input {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .pipei .xuan select,
  .pipei .xuan input {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .pipei .xuan select,
  .pipei .xuan input {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .pipei .xuan select,
  .pipei .xuan input {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .pipei .xuan select,
  .pipei .xuan input {
    font-size: 14px;
  }
}
.pipei .xuan select option,
.pipei .xuan input option {
  line-height: 2;
  font-size: 28px;
}
@media (max-width: 640px) {
  .pipei .xuan select option,
  .pipei .xuan input option {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .pipei .xuan select option,
  .pipei .xuan input option {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .pipei .xuan select option,
  .pipei .xuan input option {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .pipei .xuan select option,
  .pipei .xuan input option {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .pipei .xuan select option,
  .pipei .xuan input option {
    font-size: 14px;
  }
}
.pipei input[type='submit'] {
  width: 100%;
  color: #fff;
  background-color: #009a80;
  line-height: 2;
  height: 2em;
  font-size: 34px;
  border: none;
  text-align: center;
}
@media (max-width: 640px) {
  .pipei input[type='submit'] {
    font-size: 31px;
  }
}
@media (max-width: 580px) {
  .pipei input[type='submit'] {
    font-size: 28px;
  }
}
@media (max-width: 460px) {
  .pipei input[type='submit'] {
    font-size: 24px;
  }
}
@media (max-width: 414px) {
  .pipei input[type='submit'] {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .pipei input[type='submit'] {
    font-size: 16px;
  }
}
.neippb .slick-dots li {
  width: 25px;
  height: 5px;
  margin: 0 5px;
}
.neippb .slick-dots li button {
  border-radius: 0;
  width: 25px;
  height: 5px;
}
@media (max-width: 460px) {
  .neippb .slick-dots li {
    width: 20px;
    height: 4px;
    margin: 0 4px;
  }
  .neippb .slick-dots li button {
    width: 20px;
    height: 4px;
  }
}
@media (max-width: 414px) {
  .neippb .slick-dots li {
    width: 17px;
    height: 3px;
    margin: 0 3px;
  }
  .neippb .slick-dots li button {
    width: 17px;
    height: 3px;
  }
}
.neiproxq {
  background: #f6f6f6;
  padding: 6% 0 3% 0;
}
.neiproxq .neitt {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-right: 0;
}
.neiproxq .neitt span {
  display: block;
  float: left;
  width: 33.3333%;
  border-right: 1px solid #cfcfcf;
  text-align: center;
  font-size: 24px;
  color: #333333;
  line-height: 2;
  background: #fff;
  position: relative;
}
@media (max-width: 640px) {
  .neiproxq .neitt span {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .neiproxq .neitt span {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .neiproxq .neitt span {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .neiproxq .neitt span {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .neiproxq .neitt span {
    font-size: 14px;
  }
}
.neiproxq .neitt span.active {
  color: #009a80;
}
.neiproxq .neitt span.active:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #cfcfcf;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -10px;
}
.neiproxq .neitt span.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -8px;
}
@media (max-width: 414px) {
  .neiproxq .neitt span.active:before {
    border-left-width: 7px;
    border-right-width: 7px;
    border-top-width: 8px;
    bottom: -8px;
  }
  .neiproxq .neitt span.active:after {
    border-left-width: 7px;
    border-right-width: 7px;
    border-top-width: 8px;
    bottom: -6px;
  }
}
@media (max-width: 375px) {
  .neiproxq .neitt span.active:before {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 6px;
    bottom: -6px;
  }
  .neiproxq .neitt span.active:after {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 6px;
    bottom: -4px;
  }
}
.nnpwrap {
  margin-top: 1%;
}
.nnpwrap .nnpli {
  display: none;
}
.nnpwrap .nnprowen {
  padding: 3% 0;
}
.nnpwrap .nnprowen b.nptt {
  font-size: 30px;
  line-height: 2;
  color: #282828;
}
@media (max-width: 640px) {
  .nnpwrap .nnprowen b.nptt {
    font-size: 26px;
  }
}
@media (max-width: 580px) {
  .nnpwrap .nnprowen b.nptt {
    font-size: 24px;
  }
}
@media (max-width: 460px) {
  .nnpwrap .nnprowen b.nptt {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .nnpwrap .nnprowen b.nptt {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .nnpwrap .nnprowen b.nptt {
    font-size: 16px;
  }
}
.nnpwrap .nnprowen p {
  font-size: 24px;
  line-height: 1.8;
  color: #666666;
}
@media (max-width: 640px) {
  .nnpwrap .nnprowen p {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .nnpwrap .nnprowen p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .nnpwrap .nnprowen p {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .nnpwrap .nnprowen p {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .nnpwrap .nnprowen p {
    font-size: 14px;
  }
}
ul.nnmian {
  padding: 4% 2% 1% 2%;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
ul.nnmian li {
  width: 50%;
  float: left;
  margin-bottom: 2%;
  font-size: 30px;
  line-height: 1.8;
  height: 1.8em;
  overflow: hidden;
  color: #666;
}
ul.nnmian li img {
  display: inline-block;
  width: 11%;
  margin-right: 4%;
  vertical-align: middle;
}
@media (max-width: 640px) {
  ul.nnmian li {
    font-size: 26px;
  }
}
@media (max-width: 580px) {
  ul.nnmian li {
    font-size: 24px;
  }
}
@media (max-width: 460px) {
  ul.nnmian li {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  ul.nnmian li {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  ul.nnmian li {
    font-size: 16px;
  }
}
.xuanbutton {
  margin: 3% 0 5% 0;
}
.xuanbutton a {
  display: block;
  width: 48%;
  float: left;
  font-size: 34px;
  color: #fff;
  text-align: center;
  line-height: 2;
  background: #fe6000;
}
@media (max-width: 640px) {
  .xuanbutton a {
    font-size: 30px;
  }
}
@media (max-width: 580px) {
  .xuanbutton a {
    font-size: 26px;
  }
}
@media (max-width: 460px) {
  .xuanbutton a {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .xuanbutton a {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .xuanbutton a {
    font-size: 16px;
  }
}
.inprod_list_w {
  position: relative;
  overflow: hidden;
  width: 95%;
  margin: 3% auto;
  padding: 0 10px;
}
.inprod_list_w .inprod_in .swiper-slide {
  padding: 0 20px;
}
.inprod_list_w .inprod_in a {
  display: block;
  font-size: 24px;
  color: #444444;
  line-height: 1.8;
  height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
}
.inprod_list_w .inprod_in a:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  margin: auto;
  top: 0;
  bottom: 0;
  background: #444;
}
@media (max-width: 640px) {
  .inprod_list_w .inprod_in a {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .inprod_list_w .inprod_in a {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .inprod_list_w .inprod_in a {
    font-size: 17px;
    border-bottom-width: 2px;
  }
}
@media (max-width: 414px) {
  .inprod_list_w .inprod_in a {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .inprod_list_w .inprod_in a {
    font-size: 13px;
  }
}
.inprod_list_w .swiper-button-next {
  right: 0;
}
.inprod_list_w .swiper-button-prev {
  left: 0;
}
.inprod_list_w .swiper-button-next,
.inprod_list_w .swiper-button-prev {
  width: 18px;
  height: 34px;
  -moz-background-size: 12px 16px;
  -webkit-background-size: 12px 16px;
  background-color: #e5e5e5;
  background-size: 12px 16px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 18px;
  height: 24px;
  margin-top: -18px;
  -moz-background-size: 18px 24px;
  -webkit-background-size: 18px 24px;
  background-size: 18px 24px;
}
.inprolist_tt {
  font-size: 26px;
  color: #444;
  text-align: center;
  font-weight: bold;
  margin-top: 4%;
}
@media (max-width: 640px) {
  .inprolist_tt {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .inprolist_tt {
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .inprolist_tt {
    font-size: 19px;
    border-bottom-width: 2px;
  }
}
@media (max-width: 414px) {
  .inprolist_tt {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  .inprolist_tt {
    font-size: 15px;
  }
}
.topblock .topblockcon p,.topblock .topblockcon p span,.topblock .topblockcon p strong,.topblock .topblockcon p b{
  font-size: inherit!important;
}
.in_banner {
    width: 100%;
    overflow: hidden;
    position:relative
}

.in_banner .swiper-slide iframe {
    width: 100%;
    height: 100%;
	display:block;
}
.swiper-pagination3{
  position:absolute;
  width:100%;
  z-index:99;
  text-align:center;
}
.swiper-pagination3 .swiper-pagination-bullet{
  width:18px;
  height:6px;
  border-radius:3px;
}
.swiper-pagination-bullet{
  background:#fff;
  opacity: .9;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.addfix{
  position:fixed;
  width:100%;
  top:0;
  left:0;
  z-index:999;
}
.product_tit_wrap{
  padding:0 2.5%;
  background:#fff;
}
.float_fr{
    position:fixed;
    right:0px;
    top:55%;
	z-index:9999;
}
.float_fr li{
    overflow:hidden;
    margin-bottom: 10px;
}
.float_fr li a{
    display:block;
    background-color:#f38e29;
    width: 95px;
    height: 28px;
    line-height: 28px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #ed7700;
}
.kf_img{
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 180px;
    background-color: #ed7700;
}
.kf_img img{
    display: block;
    max-width: 60%;
    margin: auto;
    padding-top: 8px;
}
.kf_txt{
    float: left;
    width: 64px;
}
.kf_txt p{
    color:#fff;
    font-size: 13px;
    line-height: 28px;
	height:28px;
    padding-left: 5px;
    text-align: justify;
}