@charset "utf-8";
/*新的基础样式*/
/* 整站通用样式 全站兼容标准IE8+*/
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
header,
nav,
footer,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe,
figure,
label,
b,
strong {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
  border: 0;
}
q {
  quotes: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
a img {
  border: 0;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #215b9c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-margin-after: 0;
  font-size: 100%;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
html {
  font-size: 64px;
}
body {
  font-family: Microsoft YaHei,Helvetica,Arial,Arial;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  overflow-y: auto;
  overflow-x: hidden;
  color: #333;
  font-size: 0.2188rem;
}
body.cover:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
body.window:before {
  position: fixed;
  _position: absolute;
}
body.html:before {
  position: absolute;
}
i,
em,
b,
strong {
  font-style: normal;
}
:before,
:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input::-ms-clear {
  display: none;
}
/*下边三个占位符一定不能写在一起，不然会失效*/
:-moz-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
:focus,
:invalid {
  outline: none;
}
textarea {
  resize: none !important;
}
.clear {
  clear: both !important;
  float: none !important;
  zoom: 1\9;
}
.clearfix {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
  clear: both !important;
  float: none !important;
  zoom: 1\9;
  float: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.common {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  clear: both !important;
  float: none !important;
  zoom: 1\9;
  float: none;
}
@media screen and (max-width: 1230px) {
  .common {
    width: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .common {
    width: auto;
    padding: 0 10px;
  }
}
.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.u-ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-ells,
.u-ells3,
.u-ells4,
.u-ells5,
.u-ells6 {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.flex-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.flex-box .expansion {
  position: static;
  display: inline-block;
  padding-bottom: 100%;
  width: 0.1px;
  vertical-align: middle;
}
.flex-box > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.Vcenter,
.Hcenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.Vcenter {
  height: auto;
  width: 100%;
  min-height: 100%;
}
.Hcenter {
  width: auto;
  min-width: 100%;
  height: 100%;
  max-width: none;
}
body {
  _background-image: url(about:blank);
  /*用浏览器空白页面作为背景*/
  _background-attachment: fixed;
  /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/
}
/*半透明背景*/
.black5 {
  background-color: rgba(0, 0, 0, 0.5);
}
.black8 {
  background-color: rgba(0, 0, 0, 0.8);
}
.fixed {
  position: fixed;
  _position: absolute;
}
.fixed-top {
  position: fixed;
  _position: absolute;
  top: 0;
}
.fixed-bottom {
  position: fixed;
  _position: absolute;
  bottom: 0;
}
/*全屏插件，为了方便横竖居中，使用表格*/
.FullScreenPlugin {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 55555;
}
/*禁用*/
.disabled,
[disabled] {
  cursor: not-allowed !important;
}
.header .hede-cont {
  padding: 12px 0 10px;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.header .head-logo {
  float: left;
  width: 465px;
  height: 78px;
}
.header .head-logo img {
  display: block;
  width: auto;
  height: 100%;
}
.header .hede-right {
  float: right;
  /*width: 50px;*/
  font-size: 0;
  line-height: 78px;
  text-align: center;
}
.header .hede-right .heade-language {
  display: inline-block;
  vertical-align: middle;
  color: #215b9c;
  /*width: 32px;*/
  height: 32px;
  padding:0 10px;
  line-height: 32px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
  font-size: 0.2188rem;
  text-align: center;
  margin-left: 14px;
}
.header .search-input {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.header .search-input input {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  width: 145px;
  padding: 0 10px 0 16px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 35px 0 0 35px;
  -moz-border-radius: 35px 0 0 35px;
  border-radius: 35px 0 0 35px;
  border-right: 0;
  font-size: 0.2188rem;
}
.header .search-input .fa {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  width: 30px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 0 35px 35px 0;
  -moz-border-radius: 0 35px 35px 0;
  border-radius: 0 35px 35px 0;
  border-left: 0;
  text-align: left;
  font-size: 0.3125rem;
  color: #737373;
  -webkit-text-stroke: 1px #fff;
}
.header .header-fa {
  display: none;
  float: right;
  background-color: #0a5a98;
  color: #fff;
  font-size: 0.375rem;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-text-stroke: 1px #0a5a98;
}
.header .head-ul {
  display:flex;
  margin: 20px 10px 0 500px;
}
.header .head-ul .head-li {
  float: left;
  width: 9.5%;
  position: relative;
}
.header .head-ul .head-li:hover .head-subtype {
  display: block;
}
.header .head-ul .head-li:hover .head-link {
  color: #fff;
  background:#215B9C;
}
.header .head-ul .head-li-phone {
  display: none;
}
.header .head-ul .head-link {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #333;
  text-align: center;
}
.header .head-ul .head-link.cur {
  color: #0a5a98;
}
.header .head-subtype {
  position: absolute;
  z-index: 4;
  width: 100%;
  padding-top: 10px;
  display: none;
}
.header .head-subtype .head-subtype-link {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  color: #666;
  height: 36px;
  line-height: 36px;
  font-size: 0.2188rem;
  font-weight: bold;
}
.header .head-subtype .head-subtype-link:hover {
  background-color: #0a5a98;
  color: #f2f2f2;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .swiper-posi {
  width: 100%;
  text-align: center;
}
.index-about {
  padding: 40px 0;
}
.index-about .index-about-left {
  float: left;
  width: 59.3%;
  padding-right: 4%;
}
.index-about .index-about-left .index-about-title {
  font-size: 0.4688rem;
  line-height: 0.4688rem;
  margin-bottom: 20px;
}
.index-about .index-about-word {
  font-size: 0.2188rem;
  line-height: 18px;
  padding-bottom: 20px;
  position: relative;
}
.index-about .index-about-word:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 117px;
  height: 5px;
  background-color: #0a5b99;
}
.index-about .index-about-desc {
  padding: 26px 0 32px;
}
.index-about .index-about-desc p {
  font-size: 0.2188rem;
  line-height: 30px;
  color: #666;
}
.index-about .index-about-more {
  display: block;
  width: 250px;
  height: 51px;
  line-height: 51px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 0.2188rem;
  background-color: #0a5b99;
}
.index-about .index-about-right {
  float: right;
  width: 40.7%;
}
.index-cont {
  padding: 38px 0 28px;
}
.index-cont .index-title {
  text-align: center;
  font-size: 0.4688rem;
  margin-bottom: 14px;
}
.index-cont .index-desc {
  text-align: center;
  line-height: 18px;
}
.ichoose {
  background: url('../img/ichoose1.jpg') no-repeat top center;
  background-size: 100% 100%;
}
.ichoose .ichoose-list {
  margin: 0 -5px;
  padding-bottom: 30px;
}
.ichoose .ichoose-list .ichoose-li {
  float: left;
  width: 33.33%;
  padding: 0 5px 10px;
}
.ichoose .ichoose-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.ichoose .ichoose-link .ichoose-img {
  width: 100%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.ichoose .ichoose-link:hover .ichoose-img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.ichoose .ichoose-link:hover .ichoose-title {
  color: #215b9c;
}
.ichoose .ichoose-abso {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 3;
}
.ichoose .ichoose-abso .ichoose-title {
  color: #333;
  line-height: 18px;
  margin: 13px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imerit .imerit-list {
  margin: 0 -3px;
  padding: 50px 0 30px;
}
.imerit .imerit-list .imerit-item {
  float: left;
  width: 25%;
  padding: 0 3px 2px;
}
.imerit .imerit-cont {
  overflow: hidden;
}
.imerit .imerit-cont .imerit-img {
  width: 100%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.imerit .imerit-word {
  text-align: center;
  padding: 12px 0 14px;
}
.imerit .imerit-word .imerit-title {
  color: #333;
  line-height: 28px;
  font-size: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imerit .imerit-word .imerit-desc {
  color: #999;
  line-height: 28px;
  font-size: 0.2188rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.isample {
  background: url('../img/sample.jpg') top center;
  height: 400px;
}
.isample .isample-img {
  display: block;
  width: 100%;
}
.isample .isample-title {
  padding: 40px 0 12px;
}
.isample .isample-title h3 {
  font-size: 36px;
  line-height: 60px;
}
.isample .isample-more {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #215b9c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.iproduct {
  padding-bottom: 48px;
}
.iproduct .iproduct-left {
  float: left;
  width: 37%;
  position: relative;
}
.iproduct .iproduct-left .iproduct-left-cont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  padding: 16% 16% 0 11%;
}
.iproduct .iproduct-left .iproduct-left-title {
  color: #fff;
  font-size: 0.2812rem;
  line-height: 30px;
  padding-bottom: 16px;
}
.iproduct .iproduct-left .iproduct-left-more {
  display: block;
  margin-top: 42px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #0a5b99;
  position: relative;
}
.iproduct .iproduct-left .iproduct-left-more:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -42px;
  width: 50px;
  height: 4px;
  background-color: #fff;
}
.iproduct .iproduct-list {
  float: right;
  width: 63%;
  position: relative;
  overflow: hidden;
}
.iproduct .iproduct-list .iproduct-li {
  float: left;
  width: 50%;
  padding-left: 6px;
  padding-bottom: 6px;
}
.iproduct .iproduct-list .iproduct-link {
  display: block;
  position: relative;
}
.iproduct .iproduct-list .iproduct-link .iproduct-hide {
  display: block;
  overflow: hidden;
}
.iproduct .iproduct-list .iproduct-link .iproduct-img {
  width: 100%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.iproduct .iproduct-list .iproduct-link:hover .iproduct-img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.iproduct .iproduct-list .iproduct-link:hover .iproduct-title {
  color: #07a;
}
.iproduct .iproduct-list .iproduct-cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 3;
}
.iproduct .iproduct-list .iproduct-cont .iproduct-title {
  color: #333;
  line-height: 18px;
  margin: 13px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iproduct .iproduct-list .iproduct-prev,
.iproduct .iproduct-list .iproduct-next {
  display: none;
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #066ca3;
  z-index: 10;
  top: 50%;
  margin-top: -24px;
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.iproduct .iproduct-list .iproduct-prev.swiper-button-disabled,
.iproduct .iproduct-list .iproduct-next.swiper-button-disabled {
  background: rgba(6, 108, 163, 0.6);
}
.iproduct .iproduct-list .iproduct-prev {
  left: 10px;
}
.iproduct .iproduct-list .iproduct-next {
  right: 10px;
}
.friendlink {
  margin-top: 32px;
  text-align: center;
}
.friendlink a {
  color: #666;
  padding: 0 10px;
}
.friendlink a:hover {
  color: #215b9c;
}
.footer {
  background-color: #e5e5e5;
}
.footer .footer-main {
  padding-top: 37px;
  padding-bottom: 54px;
}
.footer .footer-left {
  float: left;
  width: 45%;
}
.footer .footer-left .footer-left-logo1 {
  width: 86%;
}
.footer .footer-right {
  float: right;
  width: 55%;
}
.footer .footer-right .footer-nav {
  padding: 19px 0 14px;
}
.footer .footer-right .foot-link {
  float: left;
  width: 16.66%;
  color: #222;
  text-align: center;
}
.footer .footer-right .foot-link:hover {
  color: #215b9c;
}
.footer .footer-right .foot-link:first-child {
  text-align: left;
}
.footer .footer-right .foot-link:last-child {
  text-align: right;
}
.footer .footer-contact span {
  display: inline-block;
  font-size: 0.1875rem;
  line-height: 24px;
  color: #666;
  padding-right: 10px;
  float:left;
}

.b-ewm{ float:right; width:300px;}
.b-ewm dl{ display:inline-block; margin:0 5px; width:45%; text-align:center;}
.b-ewm dl img{ width:90%;}







.footer .footer-contact-item {
  float: left;
  width: 25%;
  height: 109px;
  background-color: #066ba3;
  text-align: center;
}
.footer .footer-contact-item.cur {
  background-color: #303030;
}
.footer .footer-contact-item.cur .footer-contact-middle {
  font-size: 0.375rem;
  color: #ccc;
}
.footer .footer-contact-item.cur .footer-contact-middle em {
  font-size: 0.75rem;
  line-height: 48px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  font-family: Arial;
}
.footer .footer-contact-item.cur .footer-contact-middle span {
  vertical-align: middle;
}
.footer .footer-contact-item:after {
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  line-height: 100%;
  width: 0.1px;
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-contact-item:nth-child(n+3) {
  border-left: 1px solid #008fe9;
}
.footer .footer-contact-item .footer-contact-middle {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}
.footer .footer-contact-item .footer-contact-middle p {
  line-height: 28px;
  font-size: 14px;
  color: #fff;
}
.footer .footer-contact-item .footer-contact-middle .fa {
  font-size: 0.3125rem;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-mian {
  padding: 36px 0 30px;
}
.footer .footer-mian .footer-left {
  float: left;
  width: 270px;
  text-align: center;
}
.footer .footer-mian .footer-right {
  float: right;
  width: 930px;
  margin-right: -40px;
}
.footer .footer-bot {
  height: auto;
  line-height: auto;
  border-top: 1px solid #bfbfbf;
}
.footer .footer-bot p {
  padding: 10px;
  line-height: 25px;
  font-size: 0.1875rem;
  text-align: center;
}
.footer .footer-bot p span {
  display: inline-block;
}
.footer .footer-bot p a {
  font-size: 0.1875rem;
  color: #333;
}
.footer .footer-bot p a:hover {
  color: #0a5a98;
}
.flex-up {
  position: fixed;
  z-index: 10;
  left: 10px;
  top: 3%;
  width: 160px;
  margin-bottom: -195px;
  background-color: #fff;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.flex-up:after {
  width: 0%;
  height: 0%;
}
.flex-up.cur {
  transform: translate(-160px, 0);
  -webkit-transform: translate(-160px, 0);
  -moz-transform: translate(-160px, 0);
  -ms-transform: translate(-160px, 0);
  -o-transform: translate(-160px, 0);
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.flex-up.cur:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.flex-up .flex-hied {
  color: #fff;
  border-bottom: 1px dashed #61a3e7;
  padding-bottom: 10px;
}
.flex-up .flex-hied span {
  float: left;
}
.flex-up .flex-hied div {
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.flex-up .flex-hied div:hover .fa {
  transform: translate(-20px, 0) rotate(180deg);
  -webkit-transform: translate(-20px, 0) rotate(180deg);
  -moz-transform: translate(-20px, 0) rotate(180deg);
  -ms-transform: translate(-20px, 0) rotate(180deg);
  -o-transform: translate(-20px, 0) rotate(180deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.flex-up .flex-hied .fa {
  display: inline-block;
  transform: rotate(180deg) translate(0, 0);
  -webkit-transform: rotate(180deg) translate(0, 0);
  -moz-transform: rotate(180deg) translate(0, 0);
  -ms-transform: rotate(180deg) translate(0, 0);
  -o-transform: rotate(180deg) translate(0, 0);
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}
.flex-up .flex-hied .fa2 {
  border: 1px solid #61a3e7;
  color: #61a3e7;
}
.flex-up .flex-top {
  background-color: #BF0000;
  padding: 11px 14px;
  text-align: center;
}
.flex-up .flex-top .flex-tel-img {
  display: block;
  margin: 6px auto 12px;
}
.flex-up .flex-top .flex-tel {
  border-top: 1px dashed #61a3e7;
  border-bottom: 1px dashed #61a3e7;
  padding: 3px 0;
}
.flex-up .flex-top .flex-tel-title {
  color: #e79f9f;
  line-height: 20px;
}
.flex-up .flex-top .flex-tel-number {
  color: #fff;
  line-height: 20px;
}
.flex-up .flex-bot {
  padding: 12px 30px;
  box-shadow: 0 2px 5px #e5e5e5;
  text-align: center;
}
.flex-up .flex-bot .flex-bot-title {
  color: 666;
  margin-bottom: 10px;
}
.flex2-qq {
  background-color: #BF0000;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 20%;
  width: 32px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  box-shadow: 0 0 5px #e5e5e5;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.flex2-qq.cur {
  transform: translate(32px, 0);
  -webkit-transform: translate(32px, 0);
  -moz-transform: translate(32px, 0);
  -ms-transform: translate(32px, 0);
  -o-transform: translate(32px, 0);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.flex2-qq .fa,
.flex2-qq span {
  display: inline-block;
  font-size: 0.2812rem;
  margin-bottom: 3px;
  width: 32px;
}
.flex-go {
  background-color: #0a5b99;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 40px;
  width: 32px;
  height: 32px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translate(0, 72px);
  -webkit-transform: translate(0, 72px);
  -moz-transform: translate(0, 72px);
  -ms-transform: translate(0, 72px);
  -o-transform: translate(0, 72px);
  cursor: pointer;
}
.flex-go.cur {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.flex-go .fa-angle-up {
  text-align: center;
  color: #fff;
  display: block;
  line-height: 32px;
  font-size: 0.375rem;
}
.fixedBot {
  display: none;
  z-index: 11;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 56px;
  border-top: 1px solid #e1e1e1;
}
.fixedBot .fixed-link {
  float: left;
  width: 25%;
}
.fixedBot .fixed-link:hover .fa,
.fixedBot .fixed-link:hover .fixed-title {
  color: #215b9c;
}
.fixedBot .fixed-link .fixed-title {
  color: #5a5a5a;
  text-align: center;
}
.fixedBot .fixed-link .fa {
  width: auto;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 6px 0;
  color: #5a5a5a;
}
.bar {
  font-size: 0;
}
.bar img {
  display: block;
  width: 100%;
}
.crumbs {
  padding: 20px 0;
}
.crumbs .crumbs-link,
.crumbs .fa {
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  color: #666;
}
.crumbs .crumbs-link:hover,
.crumbs .crumbs-link.cur {
  color: #215b9c;
}
.global {
  padding-bottom: 28px;
}
.global .global-title {
  font-size: 0.4688rem;
  line-height: 30px;
  text-align: center;
}
.nav {
  text-align: center;
  font-size: 0;
  padding-bottom: 30px;
}
.nav .nav-link {
  display: inline-block;
  width: 150px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.2812rem;
  margin: 0 4px 8px;
  background-color: #ebebeb;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav .nav-link:hover,
.nav .nav-link.cur {
  background-color: #1e5191;
  color: #fff;
}
.about-cont {
  font-size: 0.2188rem;
  line-height: 2;
  color: #333;
  padding-bottom: 36px;
}
.about-cont p img {
  max-width: 100%;
}
.about-cont .about-cont-p {
  font-size: 0.2188rem;
  line-height: 2.1;
  color: #666;
}
.about-cont .about-cont-p.indent {
  text-indent: 2em;
}
.about-cont .about-cont-p.bold {
  font-weight: bold;
  text-indent: 0;
}
.about-cont .about-cont-p img {
  max-width: 100%;
}

.honor_detail{ text-align:center;}
.honor_detail img{ width:80%;}

.factory-list {
  margin: 24px -23px 0;
}
.factory-list .factory-item {
  float: left;
  width: 33.33%;
  padding: 0 23px 34px;
}
.factory-list .factory-link {
  display: block;
}
.factory-list .factory-link:hover .factory-posi {
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.factory-list .factory-link:hover .factory-title {
  color: #215b9c;
}
.factory-list .factory-posi {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  z-index: 10;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}
.factory-list .factory-posi:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
}
.factory-list .factory-posi .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.4688rem;
}
.factory-list .factory-cont {
  background-color: #ebebeb;
  padding: 12px;
}
.factory-list .factory-cont .factory-title {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.about-video {
  width: 512px;
  margin-left: auto;
  margin-right: auto;
}
.about-video-title {
  text-align: center;
  padding: 10px 0;
  font-size: 0.25rem;
}
.product-list {
  margin: 18px -11px 0;
}
.product-list .product-item {
  float: left;
  width: 25%;
  padding: 0 11px 22px;
}
.product-list .product-link {
  display: block;
}
.product-list .product-link:hover .product-posi {
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.product-list .product-link:hover .product-title {
  color: #215b9c;
}
.product-list .product-posi {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}
.product-list .product-posi:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
}
.product-list .product-posi .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.4688rem;
}
.product-list .product-cont {
  background-color: #ebebeb;
  padding: 12px;
}
.product-list .product-cont .product-title {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.facility-list {
  margin: 18px -22px 0;
}
.facility-list .facility-item {
  float: left;
  width: 33.33%;
  padding: 0 22px 34px;
}
.facility-list .facility-link {
  display: block;
}
.facility-list .facility-link:hover .facility-posi {
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.facility-list .facility-link:hover .facility-title,
.facility-list .facility-link:hover .facility-desc {
  color: #215b9c;
}
.facility-list .facility-posi {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  z-index: 10;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}
.facility-list .facility-posi:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
}
.facility-list .facility-posi .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.4688rem;
}
.facility-list .facility-cont {
  background-color: #ebebeb;
  padding: 12px;
}
.facility-list .facility-cont .facility-title,
.facility-list .facility-cont .facility-desc {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.2188rem;
  line-height: 20px;
  color: #666;
}
.pagetion {
  padding: 20px 0 30px;
  position: relative;
  font-size: 0;
  text-align: right;
}
.pagetion .pagetion-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  border: 1px solid #365496;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagetion .pagetion-link:hover {
  color: #365496;
}
.quality .quality-title {
  font-size: 0.2812rem;
  line-height: 18px;
  padding-bottom: 16px;
}
.quality .quality-desc {
  font-size: 0.2188rem;
  line-height: 30px;
  color: #666;
}
.quality .quality-desc .indent {
  text-indent: 2em;
}
.quality .quality-desc p img {
  border: ;
  max-width: 100%;
  padding: 10px 0;
}
.quality .high {
  padding-bottom: 12px;
}
.quality .advanced-list {
  margin: 0 -11px;
  padding-top: 20px;
  font-size: 0;
}
.quality .advanced-list .advanced-li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 11px 20px;
}
.quality .advanced-link {
  display: block;
  font-size: 0;
}
.quality .advanced-link .advanced-img {
  width: 100%;
}
.quality .advanced-cont-title {
  font-size: 0.25rem;
  padding: 9px 0 7px;
  line-height: 30px;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quality .advanced-cont-desc {
  font-size: 0.2188rem;
  line-height: 0.375rem;
  padding: 8px 0;
  color: #666;
}
.quality .detection-list {
  margin: 20px -22px;
  font-size: 0;
}
.quality .detection-list .detection-li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 22px 32px;
}
.quality .detection-link {
  display: block;
  font-size: 0;
}
.quality .detection-link .detection-img-box {
  float: left;
  width: 30%;
}
.quality .detection-link .detection-cont {
  float: right;
  width: 70%;
  padding-left: 20px;
}
.quality .detection-link .detection-cont-title {
  font-size: 0.25rem;
  color: #333;
  line-height: 2.1;
  padding-bottom: 6px;
  border-bottom: 1px solid #f1f1f1;
}
.quality .detection-link .detection-cont-desc {
  font-size: 0.2188rem;
  line-height: 0.375rem;
  padding: 8px 0;
  color: #666;
}
.quality .security-list {
  margin: 24px -12px 0;
}
.quality .security-list .security-li {
  float: left;
  width: 50%;
  padding: 0 12px;
}
.quality .security-list .security-link {
  padding: 22px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 216px;
  overflow: hidden;
}
.quality .security-list .security-img {
  float: left;
  width: 25%;
}
.quality .security-list .security-cont {
  float: right;
  width: 75%;
  padding-left: 4%;
}
.quality .security-list .security-cont-title {
  font-size: 16px;
  padding-bottom: 10px;
  font-size: 0.2188rem;
  height: 28px;
  color: #666;
}
.flow .flow-desc {
  font-size: 0.2188rem;
  line-height: 30px;
  color: #666;
}
.flow .flow-desc .indent {
  text-indent: 2em;
}
.flow .flow-desc .flow-img img {
  display: block;
  max-width: 100%;
  padding: 10px 0;
}
.flow .high {
  padding-bottom: 12px;
}
.news-list {
  padding-bottom: 20px;
}
.news-list .news-first {
  display: block;
  background-color: #ebebeb;
  font-size: 0;
}
.news-list .news-first:hover .news-first-title {
  color: #0477ad;
}
.news-list .news-first .news-first-img {
  display: inline-block;
  vertical-align: middle;
  width: 31%;
}
.news-list .news-first .news-first-right {
  display: inline-block;
  vertical-align: middle;
  width: 69%;
  padding: 0 3%;
}
.news-list .news-first .news-first-title {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .news-first .news-first-time {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  margin: 9px 0 13px;
}
.news-list .news-first .news-first-desc {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-list .news-first .news-first-more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #1e5191;
  text-align: center;
  font-size: 0.2188rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.news-list .news-item {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 0.2188rem;
  border-bottom: 1px solid #ebebeb;
  padding-left: 8px;
  color: #666;
  position: relative;
}
.news-list .news-item:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #757575;
  left: 0;
  top: 50%;
}
.news-list .news-item:hover {
  color: #0477ad;
}
.news-list .news-item:hover:after {
  background-color: #0477ad;
}
.news-list .news-item .news-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 80%;
}
.news-list .news-item .news-item-time {
  float: right;
}
.problem .problem-item {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #ebebeb;
}
.problem .problem-item .problem-title {
  line-height: 2.1;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.problem .problem-item .problem-answer {
  color: #333;
  line-height: 2.1;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.problem .problem-item:hover {
  background-color: #0a5b99;
}
.problem .problem-item:hover .problem-title,
.problem .problem-item:hover .problem-answer {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  padding-left: 20px;
  color: #fff;
}
.agency .agency-title {
  font-size: 0.2812rem;
  line-height: 18px;
  padding-bottom: 30px;
}
.agency .advantage-list {
  margin: 0 -15px;
  font-size: 0;
}
.agency .advantage-list .advantage-li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 15px 30px;
}
.agency .advantage-link {
  display: block;
  font-size: 0;
}
.agency .advantage-link .advantage-img {
  float: left;
  width: 47%;
}
.agency .advantage-cont {
  float: left;
  width: 53%;
  padding-left: 5%;
}
.agency .advantage-cont .advantage-cont-title {
  font-size: 0.25rem;
  color: #333;
  line-height: 16px;
  margin-bottom: 10px;
}
.agency .advantage-cont .advantage-cont-desc {
  font-size: 0.2188rem;
  line-height: 24px;
  color: #666;
}
.agency .support-list {
  font-size: 0;
  margin: 0 -30px 20px;
}
.agency .support-list .support-li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.agency .support-link {
  display: block;
  padding: 0 30px 24px;
  font-size: 0;
}
.agency .support-link .support-img {
  width: 114px;
  height: 114px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.agency .support-link .support-cont-title {
  font-size: 0.25rem;
  color: #333;
  line-height: 2.1;
  margin: 12px 0 4px;
  text-align: center;
}
.agency .support-link .support-cont-desc {
  font-size: 0.2188rem;
  line-height: 0.375rem;
  color: #666;
}
.agency .condi-list {
  margin: 0 -30px 40px;
}
.agency .condi-list .condi-li {
  float: left;
  width: 50%;
  padding: 0 30px 16px;
}
.agency .condi-item {
  border: 1px dashed #e0e0e0;
  padding: 2px;
}
.agency .condi-item .condi-span {
  float: left;
  width: 95px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  background-color: #db2b2b;
  color: #fff;
  text-align: center;
  padding-left: 6px;
  position: relative;
}
.agency .condi-item .condi-span:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #db2b2b;
}
.agency .condi-item .condi-item-title {
  font-size: 0.2188rem;
  line-height: 40px;
  padding-left: 125px;
}
.agency .process-list {
  font-size: 0;
  margin: 0 -60px 34px;
}
.agency .process-item {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
  padding: 0 60px;
  position: relative;
}
.agency .process-item:first-child .process-item-desc,
.agency .process-item:last-child .process-item-desc {
  width: 106px;
  margin: 0;
}
.agency .process-item:last-child:before,
.agency .process-item:last-child:after {
  display: none;
}
.agency .process-item:before,
.agency .process-item:after {
  content: '';
  display: block;
  position: absolute;
}
.agency .process-item:before {
  left: 50%;
  top: 53px;
  margin-left: 60px;
  border: 1px dashed #ff0028;
  width: 46%;
}
.agency .process-item:after {
  right: 0;
  top: 46px;
  margin-right: -6px;
  border-left: 13px solid #ff0028;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.agency .process-item-img img {
  width: 93%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.agency .process-item-desc {
  margin: 0 -35px;
  font-size: 0.2188rem;
  line-height: 2.1;
  color: #666;
}
.agency .process-form {
  background-color: #f7f7f7;
  padding: 44px 124px 50px 40px;
}
.agency .process-group {
  display: block;
  margin-bottom: 32px;
}
.agency .process-group span {
  float: left;
  width: 150px;
  padding-right: 30px;
  text-align: center;
  font-size: 0.25rem;
  line-height: 48px;
}
.agency .process-group input,
.agency .process-group select {
  float: left;
  width: 536px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  font-size: 0.25rem;
  padding: 0 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.agency .process-group .process-area {
  height: 128px;
  line-height: 28px;
  padding: 0 18px;
  font-size: 0.25rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  resize: none !important;
  width: calc(100% - 150px);
}
.agency .process-btn {
  display: block;
  margin: 10px auto 0;
  width: 135px;
  height: 40px;
  font-size: 0.25rem;
  background-color: #ff0028;
  color: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.case .factory-list {
  margin: 0 -23px;
}
/*联系我们*/
.contact-main {
  position: relative;
}
.contact-main #BaiduMap {  
  /*height: 550px;*/
  height:1000px;
}
.contact-main .contact-posi {
  position: absolute;
  left: 0;
  top: 0;
  width: 700px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.contact-main .contact-cont {
  padding: 26px 42px;
  color: #fff;
}
.contact-main .contact-group-cont {
  margin-bottom: 16px;
}
.contact-main .contact-group-cont p {
  font-size: 14px;
  line-height: 2.1;
}
.contact-main .contact-form {
  background-color: #fff;
  margin-top: 40px;
  padding: 18px 25px;
}
.contact-main .contact-group {
  margin-bottom: 15px;
}
.contact-main .contact-half {
  float: left;
  width: 50%;
  font-size: 0;
  padding-right: 35px;
}
.contact-main .contact-half:nth-child(2n) {
  padding-left: 35px;
  padding-right: 0;
}
.contact-main .contact-half span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
  line-height: 34px;
  width: 50px;
}
.contact-main .contact-half-input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 10px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.contact-main .contact-area {
  font-size: 0;
}
.contact-main .contact-area span {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-size: 0.2188rem;
  line-height: 34px;
  width: 50px;
}
.contact-main .contact-area textarea {
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
  height: 100px;
  width: calc(100% - 50px);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  resize: none !important;
}
.contact-main .contact-btn {
  display: block;
  margin: 10px auto 0;
  width: 100px;
  height: 30px;
  font-size: 0.2188rem;
  background-color: #ff0028;
  color: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*产品详情页*/
.proItem-content .proItem-title {
  font-size: 0.3438rem;
  line-height: 24px;
  padding-bottom: 26px;
}
.proItem-content .proItem-topLeft {
  float: left;
  width: 34%;
}
.proItem-content .proItem-topLeft .proItem-topLeft-img {
  width: 100%;
}
.proItem-content .proItem-swiper-main {
  position: relative;
  margin: 8px 0;
  padding: 0 5%;
}
.proItem-content .proItem-swiper-main .swiper-button-prev,
.proItem-content .proItem-swiper-main .swiper-button-next {
  width: 10px;
  height: 20px;
  background-size: 10px 20px;
  margin-top: -10px;
}
.proItem-content .proItem-swiper-main .swiper-button-prev {
  left: 0;
}
.proItem-content .proItem-swiper-main .swiper-button-next {
  right: 0;
}
.proItem-content .proItem-swiper {
  overflow: hidden;
}
.proItem-content .proItem-swiper .swiper-slide {
  padding: 0 2px;
}
.proItem-content .swiper-proItem-img {
  overflow: hidden;
  border: 1px solid #fff;
}
.proItem-content .swiper-proItem-img.cur {
  border: 1px solid #1d5091;
}
.proItem-content .proList-topRight {
  float: right;
  width: 66%;
  padding-left: 3%;
}
.proItem-content .proList-topRight-h3 {
  font-size: 0.2812rem;
  line-height: 30px;
  margin: 6px 0;
}
.proItem-content .proList-topRight-h3.cur {
  margin: 0 0 6px;
  line-height: 0.375rem;
}
.proItem-content .hotline {
  color: #1d5091;
  font-size: 0.3125rem;
  line-height: 30px;
  padding: 10px 0;
  border-top: 1px dotted #f1f1f1;
  margin-top: 10px;
}
.proItem-content .hotline em {
  font-style: italic;
}
.proItem-content .proList-topRight-consult {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 0.3125rem;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1d5091;
  text-align: center;
  margin-top: 20px;
}
.proItem-content .proItem-desc {
  padding: 28px 0;
}
.proItem-content .proItem-desc-title {
  font-size: 0;
  border-bottom: 1px dotted #efefef;
}
.proItem-content .proItem-desc-title span {
  width: 122px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  text-align: center;
  font-size: 0.2812rem;
}
.proItem-content .proItem-desc-title span.cur {
  background-color: #f1f1f1;
}
.proItem-content .proItem-desc-content {
  padding: 16px 0;
  font-size: 0.2188rem;
  line-height: 2.1;
}
.proItem-content .proItem-desc-content img {
  width: auto;
  max-width: 100%;
}
.newsItem .newsItem-top {
  padding-bottom: 6px;
  border-bottom: 1px solid #f1f1f1;
}
.newsItem .newsItem-title {
  font-size: 0.3125rem;
  line-height: 22px;
  color: #333;
}
.newsItem .newsItem-time {
  padding: 4px 0;
}
.newsItem .newsItem-time span,
.newsItem .newsItem-time.fa {
  font-size: 0.1875rem;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}
.newsItem .newsItem-time .fa {
  font-size: 0.2188rem;
  color: #999;
}
.newsItem .newsItem-time .fa-eye {
  padding-left: 50px;
}
.newsItem .newsItem-cont {
  padding: 24px 0 36px;
  font-size: 0.2188rem;
  line-height: 2.1;
  color: #666;
}
.newsItem .newsItem-cont img {
  max-width: 100%;
  width: auto;
}
.problemItem .problemItem-title {
  font-size: 0.3125rem;
  line-height: 22px;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f1f1;
}
.problemItem .problemItem-cont {
  padding: 24px 0 36px;
  font-size: 0.2188rem;
  line-height: 2.1;
  color: #666;
}
.problemItem .problemItem-cont img {
  max-width: 100%;
  width: auto;
}


/*分享*/
.baidus a {
   	margin: 3px 0px !important;
        padding: 0px !important;
   	width: 16px !important;
}
.share {
    	position: fixed;
	right: 100px;
	
   
	top: 300px;
	width: 25px;
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/*底部广告*/
.mask {
  position: fixed;
  bottom: 0;
  left:100%;
  width: 100%;
  height: 128px;
  background: url("../img/4772e66619c0f19b5b4d21b132b4a717.png")  no-repeat scroll center;filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.90;
  z-index: 1001;
}
.closeee{
  background: url("../img/closesanjiao.png")  no-repeat center center;
}
.mask .gotoCenter {
  display: block;
  width: 1000px;
  height: 140px;
  margin: 0 auto;
}
.mask .closeee {
  position: absolute;
  top: 30px;
  right: 40px;
  margin-left: 0px;
  width: 40px;
  height: 100%;
  cursor: pointer;
}


.clickarea{
  position: absolute;
  top: 0;
  right: 200px;
  margin-left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.thumbnail {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 184px;
  height: 124px;
  cursor: pointer;
  /*display: none;*/
}
@-webkit-keyframes rotate {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}