@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: #CC3366;
}
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;
}
.w_show{ display:none; }
.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%; 
  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: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header .head-logo {
  float: left;
  /* width: 465px; */
  height: 78px;
  margin-right:20px;
}
.header .head-logo a{ float: left; }

.header .head-logo img {
  display: block;
  width: auto;
  height: 100%;
}

.header .head-logo dl{ float: left; margin:20px 0 0 20px; display: inline-block;}
.header .head-logo dl h2{font-size: 24px; font-weight:700; color:#CC3366; }
.header .head-logo dl p{font-weight: 700; color:#999; font-size:15px; }
.header .hede-right {
  float: right; 
  text-align: left;
}
.header .top_tel{ background:url("../img/top_tel.png") no-repeat left; padding-left:40px; margin-top:15px;}
.header .top_tel p{color:#666;}
.header .top_tel h2{font-size:24px; color:#CC3366; font-weight:700;}
.header .hede-right .heade-language {
  display: inline-block;
  vertical-align: middle;
  color: #CC3366;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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: #CC3366;
  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 #CC3366;
}
.header .head-ul {
 /*  margin: 0 200px 0 500px; */
  width: 100%;  
}
.header .head-ul .head-li {
  float: left;
  width: 11%;
  padding: 0 20px;
  position: relative;
}
.header .head-ul .head-li:hover .head-subtype {
  display: block;
}
.header .head-ul .head-li:hover .head-link {
  color: #acdcca;
}
.header .head-ul .head-li-phone {
  display: none;
}
.header .head-ul .head-link {
  display: block;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}
.header .head-ul .head-link.cur {
  color: #a6d9c6;
}
.header .head-subtype {
  position: absolute;
  z-index: 4;
  width: 100%;  
  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: #999;
  height: 40px;
  line-height: 40px;
  font-size: 0.2188rem;  
}
.header .head-subtype .head-subtype-link:hover {
  background-color: #CC3366;
  color: #f2f2f2;
}
.header dl{ float: left; width: 40%; margin-top:5px;}
.header dl h2{ font-size: 30px; color:#CC3366; font-weight: 700;}
.header dl p{font-size: 18px; color:#666;}
.header dl p span{color:#CC3366; font-size: 24px; font-style: italic; padding-right: 6px;}

.header .nav_bg{background:#CC3366; width:100%; height:46px;}
.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: #CC3366;
}
.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: #CC3366;
}
.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.6688rem;
  margin-bottom: 14px;
}
.index-cont .index-desc {
  text-align: center;
  line-height: 16px;
}

.ichoose_bg {
  background:url(../img/yc_bg.jpg) no-repeat top center; 

}

.ichoose {
  background:rgba(255,255,255,0.8);  
}
.ichoose .ichoose-list {
  margin: 0 -5px;
  padding-bottom: 30px;
  padding:50px;
  background: #fff;
}
.ichoose .ichoose-list .ichoose-li {
 display:block;
  width: 100%;
  padding: 0 5px 10px;
  background: #fff; 
}

.ichoose .ichoose-list .ichoose-li .ichoose-img{width: 30%; }
.ichoose .ichoose-list .ichoose-li:nth-child(odd) .ichoose-img{float:left; }
.ichoose .ichoose-list .ichoose-li:nth-child(even) .ichoose-img{float:right; text-align: left;}



.ichoose .ichoose-list .ichoose-li .ichoose-abso{width:65%; float:right; padding:0 15px;}
.ichoose .ichoose-list .ichoose-li:nth-child(odd) .ichoose-abso{float:right;}
.ichoose .ichoose-list .ichoose-li:nth-child(even) .ichoose-abso{float:left; text-align: right;}



.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: #333;
}

.ichoose .ichoose-abso .ichoose-title {
  color: #333;
  line-height: 40px;
  font-size:30px;
  margin-top:30px;
  margin-bottom:10px;
}

.ichoose .ichoose-abso .ichoose-text{color:#999; font-size:14px; line-height: 26px;}

.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-cont .imerit-img img{ width: 100%; }

.imerit .imerit-list .imerit-itemc {
  float: left;
  width: 20%;
  padding: 0 3px 2px;
 }


.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-title a{color: #333;}
.imerit .imerit-word .imerit-desc {
  color: #999;
  line-height: 28px;
  font-size: 0.2188rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imerit .imerit-word .imerit-desc a{color:#999;}
.isample { padding: 20px 0;}
.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: #CC3366;
  -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;
}
.footer {
  background-color: #e5e5e5;
}
.footer .footer-main {
  padding-top: 17px;
  padding-bottom: 54px;
}
.footer .footer-left {
  float: left;
  width: 36%;
}
.footer .footer-left .footer-left-logo1 {
  width: 86%; margin-top:10px;
}
.footer .footer-right {
  float: right;
  width: 64%;
}
.footer .footer-right .footer-nav {
  padding: 19px 0 14px; 
}
.footer .footer-right .foot-link {
  float: left;
 /*  width: 12.66%; */
  margin-left:4%;
  color: #222;
  text-align: center;
}
.footer .footer-right .foot-link:hover {
  color: #CC3366;
}
.footer .footer-right .foot-link:first-child {
  text-align: left; margin-left:0;
}
.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;
}
.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;
  position: !important ;
  bottom: auto;
}
.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: #CC3366;
}
.flex-up {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 50%;
  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);
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  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;
  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;
  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.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: #0a5b99;
  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: #6ca4eb;
  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 img{ width: 100%;}
.flex-up .flex-bot .flex-bot-title {
  color: 666;
  margin-bottom: 10px;
}
.flex2-qq {
  background-color: #0a5b99;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 50%;
  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: #CC3366;
  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: #CC3366;
}
.fixedBot .fixed-link .fixed-title {
  color: #5a5a5a;
  text-align: center;
}
.fixedBot .fixed-link .fa {
  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: #CC3366;
}
.global {
  padding-bottom: 28px;
}
.global .global-title {
  font-size: 0.4688rem;
  line-height: 30px;
  text-align: center;
}
.nav {
  text-align: center;
  font-size: 14px;
  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: #CC3366;
  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;
  text-align:center;
  margin-bottom:30px;
}
.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%;
}
.about-cont dl dd{ width: 40%; float:left;}
.about-cont dl dd img{ width: 100%;}
.about-cont dl dt{ width: 56%; float:right;}
.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: #CC3366;
}
.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;
}
.left-class {
  margin: 18px -11px 0; width: 25%; float: left;
}
.product-list {
  margin: 18px -11px 0; width: 75%; float: right;
}
.product-list .product-item {
  float: left;
  width: 33%;
  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: #CC3366;
}
.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: #CC3366;
}
.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.14rem;
  text-align: center;
}


.pagetion a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagetion span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    border: 1px solid #CC3366;
    color: #CC3366;
    font-size: 14px;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}





.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; margin-bottom:50px;
}
.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: #CC3366;
  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;
}
.news-list dl{ display: block; margin: 15px;}
.news-list dl dd{ float: left; width: 30%;}
.news-list dl dd img{ width: 100%; }
.news-list dl dt{ float: right; width: 68%;}
.news-list dl dt h2{ font-size: 18px; font-weight: 700;}
.news-list dl dt h2 a{color:#333;}
.news-item-title p{color:#999;}
.news-item-time{color:#ccc;}

.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;
}
.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: 62%;
  padding-left: 3%;
}
.proItem-content .proList-topRight h2{ font-size:18px; border-bottom:1px solid #efefef; margin-bottom:10px;}
.proItem-content .proList-topRight li{color:#333; line-height: 30px;}
.proItem-content .proList-topRight li span{color:#666;}
.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: #CC3366;
  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%;
}

.list_related h2{ width: 266px;  margin: 20px auto; color:#fff; font-size: 18px; text-align:center; background: #CC3366; line-height: 50px; }
.product_img{ width: 266px; text-align:center; margin: 0 auto;}
.product_title{ line-height: 36px; padding-bottom:20px; }
.product_title a{color:#666;}
.product_img img{ width: 96%; }
.newsItem .newsItem-top {
  padding-bottom: 6px;
  border-bottom: 1px solid #f1f1f1;
}
.point span{ display: block;}
.point span a{color:#666;}
.newsItem .newsItem-top p { display:block; text-align: center;}
.newsItem .newsItem-title {
  font-size: 0.3125rem;
  line-height: 22px;
  color: #333;
  text-align: center;
  margin: 20px 0;
  font-weight: 700;
}
.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;
  text-align:center;
  display: inline-block;
  margin: 0 auto;
}
.problemItem .problemItem-title {
  font-size: 0.3125rem;
  line-height: 22px;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f1f1;
}

.detail-img { display: block; text-align:center; }

.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;
}




/*首页tab*/
.aui-nav-content-box {
    width: 100%;
    position: relative;
  margin:40px auto;
}

.aui-nav-list-box {
    overflow: hidden;
    zoom: 1; border-bottom: none;
    z-index: 110;
    background: #fff;
    width: 100%;
    display: block;
    border-top: solid 0px #d1d1d1;
    border-bottom: solid 1px #d1d1d1;
    border-left: solid 0px #d1d1d1;
}

.aui-nav-list-box ul li a {
    color: #000;
}

.aui-nav-list-box ul li {
    float: left;
    color: #000;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    display:inline-block;
    padding:0 25px;    
    text-align: center;
    font-size: 14px;
    border-right: solid 0px #eeeeee;
    border-bottom: solid 0px #d1d1d1;
}

.aui-nav-list-box ul span {
    float: right;
    color: #000;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    display:inline-block;
    padding:0 10px;    
    text-align: center;
    font-size: 14px;
    border-right: solid 0px #eeeeee;
    border-bottom: solid 0px #d1d1d1;
}

.aui-nav-list-box ul span a{color:#666;}

.aui-nav-list-box ul .aui-current {
    color: #CC3366;
    background: #f7f7f7;
    border-bottom: solid 2px #CC3366;
    font-weight: bold;
}

.aui-nav-list-box ul .aui-current a {
    color: #CC3366;
}

.aui-page-list {
    width: 100%;
    height: 102px;
    padding-top: 12px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-bottom: 10px;
}

.aui-page-img {
    width: 160px;
    height: 100px;
    float: left;
    margin-right: 24px;
    overflow: hidden;
}

.aui-page-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-page-text {
    float: left;
    width: 460px;
    height: 100px;
    position: relative;
}

.aui-nav-list-item {
    display: none;
}

.aui-page-text h2 {
    line-height: 20px;
    font-weight: 600;
}

.aui-page-text h2 a {
    color: #004276;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
}

.aui-page-text h2 a:hover {
    color: #f54144;
    text-decoration: underline;
}

.aui-page-text p {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 100%;
}

.aui-page-text p em {
    font-style: normal;
}

.aui-comment {
    background: url("../img/icon-pl.png") no-repeat repeat;
    background-size: 20px;
    padding-left: 25px;
    float: right;
}

.aui-comment-box {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
}

.aui-banner-right {
    width: 430px;
    height: 282px;
    background: #ddd;
    float: right;
}

.aui-banner-right-ovr {
    width: 430px;
    height: 282px;
    background: #ddd;
    float: right;
}
/*首页tab_end*/


/*产品左侧分类*/
.subNavBox{width:266px;border:solid 1px #e5e3da;margin:0 auto;}
.subNavBox h2{ font-size:18px; color:#fff; background: #CC3366; text-align:center; line-height: 50px; }
.subNav{border-bottom:solid 1px #e5e3da;cursor:pointer;font-weight:bold;font-size:14px;color:#999;line-height:40px;  padding-left:10px;background:#f3f3f3 url(../img/jiantou1.png) no-repeat;background-position:95% 50%}
.subNav a{color:#333;}
.subNav:hover{color:#277fc2;}
.currentDd{color:#277fc2}
.currentDt{background-image:url(../img/jiantou.png);}
.navContent{display: none;border-bottom:solid 1px #e5e3da;}
.navContent li a{display:block;heighr:36px;text-align:center;font-size:14px;line-height:36px;color:#666;}
.navContent li a:hover{color:#CC3366;background-color:#f7f7f7;}


/*左边产品分类*/
.main_head {
  BACKGROUND: url(../img/img3-5_2.png) no-repeat
}
* HTML .main_head {
  FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/img3-5_2.png",sizingMethod='crop'); BACKGROUND: none transparent scroll repeat 0% 0%
}
* + HTML .main_head {
  BACKGROUND: url(../img/img3-5_2.png) no-repeat
}
.info {
  PADDING-BOTTOM: 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND: url(../img/img3-5_3.png) repeat-y; PADDING-TOP: 5px
}
* HTML .info {
  FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/img3-5_3.png",sizingMethod='crop'); BACKGROUND-REPEAT: repeat-y
}
* + HTML .info {
  PADDING-BOTTOM: 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND: url(../img/img3-5_3.png) repeat-y; PADDING-TOP: 5px
}
.down_kefu {
  WIDTH: 157px; BACKGROUND: url(../img/img3-5_4.png) no-repeat; HEIGHT: 8px
}
* HTML .down_kefu {
  FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/img3-5_4.png",sizingMethod='crop'); WIDTH: 157px; BACKGROUND-REPEAT: repeat-y; HEIGHT: 8px
}
* + HTML .down_kefu {
  WIDTH: 157px; BACKGROUND: url(../img/img3-5_4.png) no-repeat; HEIGHT: 8px
}
.Obtn {
  MARGIN-TOP: 104px; WIDTH: 32px; BACKGROUND: url(../img/img3-5_1.png) no-repeat; FLOAT: left; HEIGHT: 139px; MARGIN-LEFT: -5px
}
* HTML .Obtn {
  FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/img3-5_1.png",sizingMethod='crop'); WIDTH: 32px; BACKGROUND: none transparent scroll repeat 0% 0%; FLOAT: left; HEIGHT: 139px
}
* + HTML .Obtn {
  MARGIN-TOP: 104px; WIDTH: 32px; BACKGROUND: url(../img/img3-5_1.png) no-repeat; FLOAT: left; HEIGHT: 139px; MARGIN-LEFT: -5px
}
.qqtable SPAN {
  PADDING-BOTTOM: 5px; LINE-HEIGHT: 20px; PADDING-LEFT: 0px; WIDTH: 100px; PADDING-RIGHT: 0px; COLOR: #ff6600; FONT-SIZE: 13px; FONT-WEIGHT: bold; PADDING-TOP: 5px
}
.qqtable A {
  TEXT-DECORATION: none
}
.qqtable A:hover {
  TEXT-DECORATION: none
}
.qun {
  BORDER-BOTTOM: #ffd2bf 1px solid; margin-top:20px; BORDER-LEFT: #ffd2bf 1px solid; PADDING-BOTTOM: 5px; LINE-HEIGHT: 20px; BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 0px; WIDTH: 100px; PADDING-RIGHT: 0px; FONT-SIZE: 12px; BORDER-TOP: #ffd2bf 1px solid; BORDER-RIGHT: #ffd2bf 1px solid; PADDING-TOP: 5px
}
.qun SPAN {
  COLOR: #ff6600; FONT-SIZE: 13px; FONT-WEIGHT: bold
}
#xixi{z-index: 999999;}


.left_class .lsubNav {
    border-bottom: solid 1px #e5e3da;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding-left: 10px;   
    
}

.left_class .lsubNav a{color:#333; font-weight: 700;}

.lnavContent {    
    border-bottom: solid 1px #e5e3da;
    padding: 4px 0;
}

.lnavContent li a {
    display: block;
    heighr: 26px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
/*左边产品分类*/

/*搜索*/
.search_box{
height: 40px;
width: 100%;
margin: 10px auto 0 auto;
position:relative;
}

.parent {
    position: relative;
}
.search {
    width: 300px;
    height: 40px;
    border-radius: 18px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 20px;
    position: absolute;

}
.btn {
    height: 35px;
    width: 35px;
    position: absolute;
    background: url("../img/search.png") no-repeat -2px 0px;
    top: 2px;
    left: 260px;
    border: none;
    outline: none;
    cursor: pointer;
}
/*搜索_end*/