html {
  font-size: 62.5%;
  /*10 ÷ 16 × 100% = 62.5%*/
}
body {
  font-family: "microsoft yahei", "sans-serif", "华文细黑", "黑体" !important;
  overflow-x: hidden;
}
ol,
li {
  list-style: none;
}
header,
footer,
#main {
  width: 100%;
}
#main {
  position: relative;
  z-index: 2;
}
header {
  position: relative;
}
/*css3*/
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.before {
  display: block;
  content: '';
}
.after {
  display: block;
  content: '';
}
@font-face {
  font-family: myFirstFont;
  src: url('../font/BebasNeue.ttf'), url('../font/BebasNeue.eot');
  
  /* IE9+ */
}
/*正常屏幕*/
/*导航下拉*/
.submenu {
    display: none;
    position: absolute;
    top: 107px;
    /*left: 37%;*/
    z-index: 999999;
    background-color: rgba(0,0,0,.7);
    -webkit-box-shadow:2px 4px 10px rgba(0, 0, 0, .3);  
    -moz-box-shadow:2px 4px 10px rgba(0, 0, 0, .3);  
    box-shadow:2px 4px 10px rgba(0, 0, 0, .3);
    width: 100%;
    left: 0;
    border-top: solid 3px #1167b8; 
}
/*.drop-menu-effect:hover .submenu{display: block; }*/
.pc-nav ul li > a:hover{/*color:#dc0808;background:url(../images/nav.png) no-repeat center 88px;*/cursor:pointer; }
.mj_menu_news_bg{width:100%;/* height:280px;*/ /*border-top: solid 3px #1167b8; background-color:rgba(0,0,0,.7);*/font-size:14px; /*padding-top: 15px; padding-bottom: 40px; */}
#proTypeUl{width: auto; padding: 15px; margin-left: 15%; }
#proTypeUl li{width: auto; padding: 0 15px; }
#proTypeUl li >a{
  line-height: 32px;
  height: auto;
  color: #fff;
  font-size: 15px;
  text-align: left;
}
.mj_menu_news_bg:after {
  display: block;
  content: '';
  width: 24px;
  height: 2px;
  /*background: #fff;*/
  border-radius: 4px;
  margin: 6px 0;
}
.content:after {
  display: block;
  content: '';
  width: 24px;
  height: 2px;
  /*background: #fff;*/
  border-radius: 4px;
  margin: 6px 0;
}
/************************header************************/
.header_top {
  line-height: 45px;
  background: #032255;
  overflow: hidden;
}
.header_top small {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
}
.header_top p {
  float: right;
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
}
.pc-nav {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  top: 45px;
  background: rgba(0,0,0,.7);
  /*overflow: hidden;*/
}
.pc-nav .container .logo_bg {
  margin-top: 20px;
  float: left;
}
.pc-nav ul {
  width: 66%;
  float: left;
  margin-left: 3%;
}
.pc-nav ul li {
  float: left;
  width: 14.2857%;
  text-align: center;
  font-size: 16px;
}
.pc-nav ul li:hover .sub-nav {
  opacity: 1;
  visibility: visible;
}
.pc-nav ul li.nav_act a {
  color: #032255;
}
.pc-nav ul li.nav_act a:before {
  top: 0;
}
.pc-nav ul li:last-child a:after {
  display: none;
}
.pc-nav ul li > a {
  display: block;
  color: #fff;
  position: relative;
  height: 98px;
  line-height: 118px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.pc-nav ul li > a span {
  position: relative;
  z-index: 2;
}
.pc-nav ul li > a span{color: #fff; }
.pc-nav ul li > a span:hover{color: #fff; font-weight: bold; }
.pc-nav ul li > a:before {
  display: block;
  content: '';
  width: -200px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: -100%;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.pc-nav ul li:hover > a {
  color: #032255;
}
.pc-nav ul li:hover > a:before {
  top: 0;
}
.pc-nav ul li:nth-of-type(3) .sub-nav a {
  padding: 0 10px;
}
.pc-nav form {
  float: right;
  width: 15%;
  position: relative;
  margin-top: 40px;
}
.pc-nav form input {
  display: block;
  width: 100%;
  line-height: 34px;
  background: #fff;
  color: #666;
  text-indent: 10px;
  border: 0;
  border-radius: 30px;
}
.pc-nav form button {
  position: absolute;
  right: 5px;
  top: 1px;
  width: 34px;
  height: 34px;
  background: none;
}
.logo_bg a {
  display: block;
}
/*小屏幕手机*/
.mobile-nav {
  position: relative;
  height: 60px;
}
.mobile-nav .h-nav-g {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: #032255;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.mobile-nav .h-nav-g h1 img {
  position: absolute;
  max-height: 40px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mobile-nav .h-nav-g .btn_i {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mobile-nav .h-nav-g .btn_i small,
.mobile-nav .h-nav-g .btn_i:before,
.mobile-nav .h-nav-g .btn_i:after {
  display: block;
  content: '';
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  margin: 6px 0;
}
.mobile-nav .h-nav-g .btn_i_click small {
  opacity: 0;
}
.mobile-nav .h-nav-g .btn_i_click:before {
  transform: rotateZ(45deg);
  transform-origin: 0px 6px;
}
.mobile-nav .h-nav-g .btn_i_click:after {
  transform: rotateZ(-45deg);
  transform-origin: 5px -1px;
}
.mobile-nav .h-nav-g .i_tel {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-image: url("../images/tel.png");
  position: absolute;
  right: 15px;
  top: 0;
  height: 60px;
  width: 40px;
}
.mobile-nav .ul-small {
  background: #3a3a3a;
  overflow-y: scroll;
  width: 220px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  transform: translateX(220px);
  transition: 300ms;
  -webkit-transition: 300ms;
  -webkit-transform: translateX(220px);
}
.mobile-nav .ul-small ul {
  margin-top: 20px;
}
.mobile-nav .ul-small ul li > a {
  padding-right: 30px;
  line-height: 55px;
  display: block;
  position: relative;
  padding-left: 20%;
  color: #767676;
  font-size: 14px;
  border-bottom: 1px solid rgba(118, 118, 118, 0.52);
}
.mobile-nav .ul-small ul li > a:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #767676;
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
}
.mobile-nav .ul-small ul li > a:after {
  display: block;
  content: '+';
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
}
.mobile-nav .ul-small ul li.after_none > a:after {
  display: none;
}
.mobile-nav .ul-small ul li:last-child > a:after {
  display: none;
}
.mobile-nav .ul-small ul li a:after {
  display: none;
}
.mobile-nav .ul-small ul li p {
  display: none;
  background: #19191a;
}
.mobile-nav .ul-small ul li p > a {
  line-height: 55px;
  font-size: 14px;
  color: #767676;
  padding-left: 20%;
  position: relative;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  display: block;
}
.mobile-nav .ul-small ul li p > a:after {
  display: block;
  content: '';
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  width: 7px;
  height: 11px;
  background: url("../images/menu_bg3.png") no-repeat center;
  background-size: cover;
}
.mobile-nav .ul-small ul li.li_click > a {
  color: #fff;
}
.mobile-nav .ul-small ul li.li_click > a:before {
  background: #ffc801;
  border: 2px solid #ffc801;
}
.mobile-nav .ul-small ul li.li_click > a:after {
  content: '-';
  color: #767676;
}
.mobile-nav .translate {
  transform: translateX(-220px);
  -webkit-transform: translateX(-220px);
}
.mobile-nav .translate2 {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
/*banner*/
.banner {
  clear: both;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  display: inline-block;
  border-radius: 5px;
  background: #919190;
  opacity: .4;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
/*----------------------------------------------------------------------------------首页产品 product---------------------------------------------------------------------------------*/
.main_title {
  text-align: center;
  padding: 4% 0;
}
.main_title b {
  display: block;
  font-size: 32px;
  color: #232424;
}
.main_title i {
  font-size: 12px;
  color: #9f9f9f;
  margin-top: 5px;
}
.product {
  overflow: hidden;
  position: relative;
  padding-bottom: 4%;
}
.product .pro-type {
  text-align: center;
  margin-bottom: 4%;
}
.product .pro-type a {
  margin: 0 20px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.product .pro-type a:hover:after {
  width: 100%;
}
.product .pro-type a:after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #032255;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.product .pro_list li {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.product .pro_list li:hover p {
  left: 0;
}
.product .pro_list li div {
  height: 100%;
}
.product .pro_list li div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .pro_list li p {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 69, 142, 0.63);
  color: #fff;
  text-align: center;
  z-index: 2;
  top: 0;
  left: -100%;
  transition: 650ms ease;
  -webkit-transition: 650ms ease;
}
.product .pro_list li p b {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-weight: 400;
}
.product .pro_list li p b > * {
  display: block;
}
.product .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.product .swiper-pagination-bullet {
  width: 130px;
  height: 3px;
  border-radius: 0;
  margin: 0 !important;
  background: #d5d5d5;
  opacity: 1;
}
.product .swiper-pagination-bullet-active {
  background: #032255;
}
.product .swiper-button-next,
.product .swiper-button-prev {
  margin-top: -58px;
}
/*----------------------------------------------------------------------------------首页关于我们 company---------------------------------------------------------------------------------*/
.company .com_l {
  float: left;
  background: url("../images/company.jpg") no-repeat center;
  background-size: 100% 100%;
  width: 43%;
  height: 29.4vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3vw;
  position: relative;
  overflow: hidden;
}
.com_l h4 {
  font-size: 1.75vw;
  color: #2a2a2a;
  margin-bottom: 1vw;
}
.com_l p {
  font-size: 14px;
  color: #2a2a2a;
  font-weight: lighter;
  line-height: 24px;
}
.com_l a {
  display: block;
  width: 42%;
  margin-top: 1.5vw;
  line-height: 2vw;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  background: #f08128;
  background: -moz-linear-gradient(0deg, #f08128, transparent);
  background: -webkit-linear-gradient(0deg, #f08128, transparent);
  background: -o-linear-gradient(0deg, #f08128, transparent);
}
.com_r {
  float: left;
  width: 55.9%;
}
.com_r > div {
  background: #eee;
  height: 14.7vw;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.com_r div ul {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.com_r ul li p {
  font-size: 4.5vw;
  color: #032255;
}
.com_r ul li p sub {
  font-size: 16px;
  vertical-align: baseline;
}
.com_r ul li p sup {
  font-size: 1.55vw;
  font-weight: bold;
  vertical-align: text-top;
  margin-left: -27px;
}
.com_r ul li:nth-of-type(2) sub {
  margin-left: 0;
}
.com_r ul li:nth-of-type(3) sub {
  margin-left: 0;
}
.com_r ul li {
  width: 33%;
  float: left;
  text-align: center;
}
.com_contact {
  width: 100%;
  background: url("../images/company2.jpg") no-repeat right center !important;
}
.com_contact div {
  float: left;
  background: #032255;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3vw 2vw;
  width: 42.1%;
  height: 100%;
}
.com_contact img {
  float: right;
  display: block;
}
.com_contact div p {
  font-size: 1.4vw;
  margin-bottom: 1vw;
}
.com_contact div small:first-of-type {
  background: url("../images/tel.png") no-repeat left center;
}
.com_contact div small:last-of-type {
  background: url("../images/add.png") no-repeat left center;
}
.com_contact div small {
  display: block;
  padding-left: 30px;
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 0.8vw;
}
/*----------------------------------------------------------------------------------经验 company---------------------------------------------------------------------------------*/
.jy {
  overflow: hidden;
  margin: 0;
}
.jy ul li {
  width: 16.6667%;
  position: relative;
  /*background: #000;*/
  float: left;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  overflow: hidden;
  display:flex;align-items:center;justify-content:center;
  /*margin-right: 0!important;*/
}
/*.jy ul li:hover {
  background: #032255;
}*/
.jy ul li:hover img {
  /*opacity: 0.2;*/
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.jy ul li img {
  display: block;
  width: 100%;
  /*opacity: 0.4;*/
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.jy ul li p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
.jy ul li p > * {
  display: block;
}
.jy ul li p i {
  width: 37px;
  height: 37px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 3% auto 0 auto;
  text-align: center;
  line-height: 34px;
  font-style: normal;
}
.jy ul li p span {
  font-size: 24px;
  margin-top: 3%;
}
.jy ul li p small {
  font-size: 14px;
  margin-top: 3%;
}
/*---------------------------------------------------------------------------------com_ys---------------------------------------------------------------------------------*/
.com_ys ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.com_ys ul li {
  width: 48%;
  margin-bottom: 3%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size:220px auto;
  padding-left: 260px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.com_ys ul li:nth-of-type(1) {
  border-left: 0;
}
.com_ys ul li:nth-of-type(4) {
  border-left: 0;
}
.com_ys ul li b {
  display: block;
  font-size: 16px;
  color: #232323;
  margin-bottom: 10px;
}
.com_ys ul li small {
  font-size: 14px;
  color: #a2a2a2;
  margin: 15px 0;
  line-height: 30px;
}
/*.com_ys ul li a {
  display: block;
  width: 130px;
  line-height: 36px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  margin-top: 15px;
  font-weight: bold;
}
.com_ys ul li a span {
  font-size: 12px;
  color: #232424;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.com_ys ul li a:hover {
  background: #ec6b02;
  color: #fff;
  text-align: center;
}
.com_ys ul li a:hover span {
  color: #fff;
}*/
.com_ys ul li p{ margin-top: 9px; }
.com_ys ul a{box-sizing: content-box; -webkit-box-sizing: content-box;}
/*news*/
/************************footer************************/
footer {
  background: #032255;
  padding-top: 1.8%;
}
footer > .container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
footer > .container .f_left {
  width: 28%;
  text-align: center;
}
footer > .container .f_left img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
footer > .container .f_left img + img {
  margin-top: 30px;
  max-width: 100%;
}
footer > .container .f_message {
  width: 60%;
  margin: 0 3%;
  border-left: 1px solid #284576;
  border-right: 1px solid #284576;
  padding: 0 1% 0 3%;
  box-sizing:border-box;
}
footer > .container .f_message b {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 6%;
  display: block;
}
footer > .container .f_message ul {
  width: 48%;
  margin-right: 2%;
  float: left;
}
footer > .container .f_message ul li {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 15px;
}
footer > .container .f_message ul li a {
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
}
footer > .container .footer_con {
  width: 30%;
}
footer > .container .footer_con b {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 6%;
  display: block;
}
footer > .container .footer_con ol li {
  color: #fff;
  font-size: 16px;
  opacity: 0.5;
  margin-bottom: 4px;
}
footer .f_bottom {
  background: #031d48;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  padding: 18px 0;
  width: 100%;
  text-align: left;
  opacity: 0.6;
  margin-top: 1.8%;
  /*margin-top: 3%;*/
}
footer .f_bottom span {
  float: right;
}
footer .f_bottom a {
  color: #fff;
}
/************************info************************/
#info {
  padding: 5% 0;
}
/*sidebar*/
#LeftNav {
  overflow: hidden;
  width: 23%;
  float: left;
}
#LeftNav .divBox {
  overflow: hidden;
  background-color: #fff;
  border-top: 5px solid #1167b8;
  margin-bottom: 10px;
  padding: 20px 15px;
}
.divBox ol li {
  margin-bottom: 5px;
  font-size: 14px;
  color: #666;
}
.divBox ol li a {
  color: #666;
}
.divBox ol li a:hover {
  color: #032255;
}
#LeftNav h3 {
  font-size: 20px;
  color: #1167b8;
  margin: 10px 0 18px 0;
  position: relative;
}
#LeftNav h3 a {
  color: #1167b8;
}
#LeftNav h3 i {
  position: absolute;
  right: 0;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
}
#LeftNav .NavMenu ul {
  overflow: hidden;
  width: 100%;
}
#LeftNav .NavMenu li {
  width: 100%;
  height: 52px;
  line-height: 52px;
  float: left;
  margin-bottom: 2px;
  font-size: 14px;
  background-color: #f3f3f3;
}
#LeftNav .NavMenu li a {
  display: block;
  color: #666;
  padding-left: 20px;
  text-decoration: none;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
#LeftNav .NavMenu li.cur a,
#LeftNav .NavMenu li a:hover,
#LeftNav .NavMenu li a.current {
  color: #fff;
  background-color: #1167b8;
}
#LeftNav .divAdress img {
  display: block;
  margin-bottom: 15px;
}
#LeftNav .divAdress p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  margin-bottom: 15px;
  text-align: justify;
}
#LeftNav .divAdress span {
  display: block;
  font-size: 14px;
  color: #303030;
  line-height: 20px;
}
#LeftNav .left_sb2 li {
  height: auto;
  line-height: normal;
}
#LeftNav .left_sb2 li p {
  background: #D0D0D0;
  padding: 4%;
}
#LeftNav .left_sb2 li a {
  display: block;
  line-height: 40px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
#LeftNav .left_sb2 li a:hover {
  background: #032255;
  color: #fff;
}

#LeftNav .left_sb2 li ul {
  width: 100%;
}

#LeftNav .left_sb2 li ul li {
  height: auto;
  line-height: normal;
}

#LeftNav .left_sb2 li ul li p {
  background: #D0D0D0;
  padding: 4%;
}
#LeftNav .left_sb2 li ul  li a {
  display: block;
  line-height: 40px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
#LeftNav .left_sb2 li ul li a:hover {
  background: #032255;
  color: #fff;
}






.info_right {
  width: 75%;
  float: right;
  background: #fff;
  padding: 30px;
}
.location {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 3%;
}
.location h3 {
  float: left;
  font-weight: 500;
  color: #032255;
  font-size: 18px;
}
.location div {
  float: right;
  font-size: 14px;
  color: #666;
}
.location div a {
  color: #666;
}
.location div a:hover {
  color: #032255;
}
.p_content {
  font-size: 15px;
  line-height: 30px;
}
.p_content img {
  max-width: 100% !important;
  height: auto;
  margin: 0 auto;
}
.p_content table {
  width: 100% !important;
}
/*产品详情页*/
.pro-list2 li {
  float: left;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1%;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  
}
.xi{
  position: relative;
}
.xi b{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/logo1.png) center center no-repeat;
    top: 0;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.xi:hover b{
  opacity: 1;
}
.pro-list2 li img {
  max-width: 100%;
  display: block;
  height: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
.pro-list2 li img {
  max-width: 100%;
  display: block;
  height: 108px;
  margin: 0 auto;
}
}

.pro-list2 li p {
  line-height: 55px;
  background: #f1f1f1;
  padding: 0 4%;
  position: relative;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.pro-list2 li p span {
  color: #656565;
}
.pro-list2 li p small {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background: url("../images/jia.png");
  text-indent: -999rem;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -11px;
}
.pro-list2 li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.pro-list2 li:hover p {
  background: #ec6b02;
}
.pro-list2 li:hover p span {
  color: #fff;
}
.pro-list2 li:hover p small {
  background: url("../images/jia2.png");
}
.right_top {
  overflow: hidden;
}
.rigth_img_wrap {
  width: 40%;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  text-align: center;
}
.rigth_img_wrap img {
  max-width: 100%;
}
.rigth_img_txt {
  float: right;
  overflow: hidden;
  width: 56%;
}
.rigth_img_txt h4 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 21px;
  margin-bottom: 20px;
  color: #032255;
}
.rigth_img_txt ul li {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.rigth_img_txt a {
  display: block;
  width: 120px;
  line-height: 40px;
  background: #032255;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.rigth_img_txt a:hover {
  background: #ec6b02;
}
.p_con {
  background: #eee;
  padding: 10px;
  line-height: 25px;
  color: #666;
}
.more_btn_1 {
  border-bottom: 1px solid #032255;
  margin-top: 35px;
}
.more_btn_1 span {
  background: #032255;
  color: #fff;
  display: inline-block;
  width: 131px;
  line-height: 40px;
  text-align: center;
}
/*i_news*/
.i_news .i_news_list li {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4px #ccc;
  margin-bottom: 2%;
  position: relative;
}
.i_news .i_news_list li:hover span {
  color: #032255;
}
.i_news .i_news_list li img {
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.i_news .i_news_list li div {
  width: 70%;
  float: right;
  padding: 3% 10% 2% 0;
  position: relative;
}
.i_news .i_news_list li div span {
  display: block;
  font-size: 18px;
  color: #4a4a4a;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.i_news .i_news_list li div small {
  display: block;
  font-size: 14px;
  color: #7a7a7a;
  margin: 2% 0;
}
.i_news .i_news_list li div b {
  display: block;
  font-size: 12px;
  color: #909090;
  font-weight: 300;
}
.i_news .i_news_list li div strong {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #032255;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 22px;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -15px;
}
/*新闻详情页*/
.n_left {
  width: 71.5%;
  float: left;
  margin-top: 5px;
}
.n_left ._title {
  font-size: 36px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 400;
}
.news_time span {
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.news_time span:first-child {
  background: url("../images/time.png") no-repeat left center;
  padding-left: 20px;
}
.news_time span:first-child + span {
  background: url("../images/click.png") no-repeat left center;
  padding-left: 25px;
}
.info_news_right {
  width: 24%;
  float: right;
  padding-top: 40px;
}
.info_news_right ul {
  margin-top: 45px;
  border: #f3f3f3 10px solid;
  padding: 10px 7%;
}
.info_news_right ul li {
  padding: 27px 0;
  border-bottom: 1px #ececec solid;
}
.info_news_right ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #5c5c5c;
}
.info_news_right ul li b {
  display: block;
  padding-bottom: 8px;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.info_news_right ul li a span {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  font-weight: 400;
}
.info_news_right ul li b:before {
  display: block;
  content: '';
  float: left;
  margin-right: 5px;
}
.info_news_right ul li:first-child b:before {
  width: 30px;
  height: 26px;
}
.info_news_right ul li:first-child + li b:before {
  width: 30px;
  height: 26px;
}
.info_bg {
  margin-bottom: 4%;
}
/*案例展示*/
.i_case_list li {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.i_case_list li p {
  width: 100%;
  /*background: #000;*/
  overflow: hidden;
  text-align: center;
}
.i_case_list li p img {
  max-width: 100%;
  height: 300px;
  transition: 600ms ease;
  -webkit-transition: 600ms ease;
}
/*.yingyong img{max-width: 100px; height: 100px; }*/
.i_case_list li span {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 5% 0;
  background: #f8f8f8;
  text-align: center;
  position: relative;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.i_case_list li span:before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #032255;
  transform: rotateZ(45deg);
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -4px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.i_case_list li span:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #032255;
  transform: rotateZ(45deg);
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -4px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.i_case_list li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.6;
}
.i_case_list li:hover span {
  background: #032255;
  color: #fff;
}
.i_case_list li:hover span:before,
.i_case_list li:hover span:after {
  border: 1px solid #fff;
  transform: rotateZ(0);
}

/*案例展示*/
.i_case_list2 li {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.i_case_list2 li p {
  width: 100%;
  /*background: #000;*/
  overflow: hidden;
  text-align: center;
}
.i_case_list2 li p img {
  max-width: 100%;
  max-height: 100px;
  transition: 600ms ease;
  -webkit-transition: 600ms ease;
}
/*.yingyong img{max-width: 100px; height: 100px; }*/
.i_case_list2 li span {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 5% 0;
  background: #f8f8f8;
  text-align: center;
  position: relative;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.i_case_list2 li span:before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #032255;
  transform: rotateZ(45deg);
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -4px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.i_case_list2 li span:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #032255;
  transform: rotateZ(45deg);
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -4px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.i_case_list2 li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.6;
}
.i_case_list2 li:hover span {
  background: #032255;
  color: #fff;
}
.i_case_list2 li:hover span:before,
.i_case_list2 li:hover span:after {
  border: 1px solid #fff;
  transform: rotateZ(0);
}
/*关于我们*/
.icompany {
  background: url("../images/combg.jpg") no-repeat center;
  background-size: cover;
}
.icompany .container > span {
  float: left;
  width: 56%;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 30px;
}
.icompany .container > img {
  float: right;
  width: 35%;
}
.main-title_i {
  position: relative;
  margin-bottom: 3%;
}
.main-title_i h3 {
  font-size: 70px;
  color: #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.main-title_i span {
  font-size: 34px;
  color: #2a2a2a;
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 29px;
}
.main-title_i small {
  width: 80px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #009bde;
  display: block;
  position: relative;
  z-index: 2;
}
.main-title_i a {
  position: absolute;
  font-size: 16px;
  color: #7a7a7a;
  background: url("../images/ilist.png") no-repeat left center;
  padding-left: 20px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 3;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.main-title_i a:hover {
  color: #009bde;
}
.main-title_i:after {
  display: block;
  content: '';
  width: 200px;
  height: 4px;
  background: #009bde;
  margin-top: 20px;
}
.iwen {
  background: url("../images/wenbg.jpg") no-repeat center;
  padding-bottom: 55px;
}
.iwen .iwen-wrap {
  text-align: center;
}
.iwen .iwen-wrap ul {
  overflow: hidden;
}
.iwen .iwen-wrap ul li {
  width: 22%;
  margin: 0 10px 16px 10px;
  display: inline-block;
  position: relative;
}
.iwen .iwen-wrap ul li:after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: red;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 800ms ease;
  -webkit-transition: 800ms ease;
}
.iwen .iwen-wrap ul li img {
  max-width: 100%;
  max-height: 250px;
}
.iwen .iwen-wrap ul li p {
  background: #fff;
  text-align: center;
  padding: 15px 0;
  border-bottom: 2px solid #032255;
}
.iwen .iwen-wrap ul li p span {
  display: block;
  font-size: 14px;
  color: #717171;
}
.iwen .iwen-wrap ul li:hover:after {
  width: 100%;
}
/*page*/
#prev_next {
  clear: both;
  padding: 0 15px;
  text-indent: 25px;
}
#prev_next a:hover {
  color: #032255;
}
#prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 4% 0;
  clear: both;
  font-size: 14px;
  text-align: center;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  background: #9b9b9b;
}
div.page a:hover {
  background: #5c5c5c;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 700;
  margin: 2px;
  color: #fff;
  background-color: #032255;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}
#prev_next .prev,
#prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 0;
}
#prev_next .prev a:hover,
#prev_next .next a:hover {
  color: #032255;
}
#prev_next .prev {
  margin-top: 20px;
  background: url("../images/prev_bg.png") no-repeat left center;
  background-size: 18px;
}
#prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../images/next_bg.png") no-repeat left center;
  background-size: 18px;
}
/*下载中心*/
.newsList2 li {
  padding-left: 10px;
}
.newsList2 li img {
  width: 18px;
  margin-right: 10px;
}
.newsList2 li:nth-of-type(odd) {
  background: #eee;
}
/*联系我们*/
.info2 {
  background: #f7f7f7 !important;
}
.info-message input {
  width: 48.8%;
  background: #fff;
  height: 60px;
  line-height: 60px;
  text-indent: 30px;
  border: 0;
  font-size: 14px;
  border: 1px solid #ccc;
}
.info-message input + input {
  float: right;
}
.info-message textarea {
  background: #fff;
  border: 0;
  height: 225px;
  margin-top: 15px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  width: 100%;
  border: 1px solid #ccc;
}
.info-message button {
  width: 220px;
  text-align: center;
  line-height: 55px;
  border: 0;
  background: #1167b8;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  display: inline-block;
  margin: 20px auto;
  display: block;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #c3c3c3;
}
.h-contact-list {
  background-color: #fff;
}
.h-contact-list ul {
  margin: 0 20px;
  float: left;
  padding: 15px;
}
.h-contact-li {
  position: relative;
  padding: 20px 10px 20px 50px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
}
.h-contact-li:last-child {
  border: none;
}
.h-contact-li .ico {
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-size: 100% 100%;
}
.h-contact-li .addr {
  background-image: url(../images/h_ctc_ico1.png);
}
.h-contact-li .tel {
  background-image: url(../images/h_ctc_ico2.png);
}
.h-contact-li .fax {
  background-image: url(../images/h_ctc_ico3.png);
}
.h-contact-li .mail {
  background-image: url(../images/h_ctc_ico4.png);
}
.h-contact-li .txt {
  color: #888;
}
#allmap {
  width: 100%;
  height: 350px;
  margin-top: 20px;
}
/*客户服务支持*/
h3.fw_title {
  font-size: 22px;
  color: #032255;
  margin: 4% 0;
  font-weight: bold;
}
h3.fw_title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 81%;
  height: 1px;
  background: lightgray;
  margin-left: 20px;
}
.i-con-bottom .i-con-list {
  width: 32%;
  border: 1px solid #ccc;
  padding: 3%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}
.i-con-bottom .i-con-list b {
  display: block;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid lightgray;
  position: relative;
  margin-bottom: 3%;
  padding-bottom: 3%;
}
.i-con-bottom .i-con-list b:after {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background: #032255;
  bottom: -2px;
  position: absolute;
}
.i-con-bottom .i-con-list > div {
  font-size: 14px;
  color: #6b6b6b;
}
.fwzc {
  background: #f4f4f4;
  padding-bottom: 5%;
  margin-top: 3%;
}
.fwzc ul {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
}
.fwzc ul li {
  text-align: center;
  width: 20%;
  padding: 0 2%;
}
.fwzc ul li:hover p img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.fwzc ul li p {
  position: relative;
  width: 80px;
  height: 80px;
  background: #032255;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.fwzc ul li p img {
  width: 38%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19%;
  margin-top: -25%;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.fwzc ul li span {
  display: block;
  font-size: 18px;
  color: #032255;
  margin-bottom: 10px;
}
.fwzc ul li small {
  display: block;
  font-size: 14px;
}
.fwlc .fwlc_con {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  width: 82%;
  margin: 0 auto;
}
.fwlc .fwlc_con dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fwlc .fwlc_con dl dd {
  font-size: 14px;
  margin-bottom: 5px;
}
/*企业文化*/
.qywh_ul li {
  float: left;
  width: 48%;
  position: relative;
  background: #000;
  margin: 1%;
}
.qywh_ul li:nth-of-type(3) p small {
  text-align: center;
  text-indent: 0;
}
.qywh_ul li img {
  display: block;
  max-width: 100%;
  opacity: 0.5;
}
.qywh_ul li p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  color: #fff;
}
.qywh_ul li p b {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.qywh_ul li p small {
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
}
/*案例展示*/
.case_list h3 {
  display: block;
  font-size: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #032255;
}
.case_list .case_list_co {
  margin-bottom: 5%;
}
.case_list ul:after {
  display: block;
  content: '';
  clear: both;
}
.case_list ul li {
  width: 32%;
  float: left;
  margin-right: 1%;
  background: #fff;
  margin-bottom: 15px;
}
.case_list ul li:hover span {
  background: #032255;
  color: #fff;
}
.case_list ul li img {
  max-width: 100%;
  display: block;
  border: 1px solid #ccc;
}
.case_list ul li span {
  display: block;
  padding: 10px 0;
  text-align: center;
  margin-top: 5px;
  background: #eee;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.more_div {
  text-align: center;
  font-size: 15px;
  color: #666;
}
.more_div:hover {
  color: #032255;
}

/*产品订购*/
.order tr{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.order img{
    vertical-align: -7px;
}
.order-content{
    padding: 0px 0px 28px 0;
    background: #fff url('../Image/dinggou.jpg') no-repeat right 32px top 32px;
}
.order-content .order-line{
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 14px;
}
.order-content .order-line:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.order-content .order-line lable{
    width: 70px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: right;
}
.order-content .order-line .order-zhi{
    float: left;
    padding: 10px;
    line-height: 30px;
    padding: 0px 10px;
    max-width: 380px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}
.order-content .order-line .order-zhi.noborder{
    border:none;
}
.order-content .order-line  .order-zhi.overword{
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.order-line.bz-line{
    height: auto;
}
.order-content .order-line .beizhu{
    padding: 10px;
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}
.order-content .order-line .dwid{
   /* width: 375px;*/
}
.order-content .order-line img{
    display: inline-block;
    float: left;
    margin-left:15px;
}
.order-content .go-sub{
    margin-left:70px;
    border: none;
    color: #fff;
    background: #032255;
    font-size: 14px;
    padding: 8px 28px;
    margin-top:8px;
    border-radius: 5px;
    outline: none;
}
.order-content .go-sub:hover
{
    background: #FE4200;
}
/*main css*/
.main-im{ position:fixed; right: 10px; top:300px; z-index: 100; width: 140px; height: 272px; }
.main-im .qq-a { display: block; width: 106px; height: 116px; font-size: 14px; color: #0484cd; text-align: center; position: relative; }
.main-im .qq-a span { bottom: 5px; position: absolute; width: 90px; left: 10px; }
.main-im .qq-hover-c { width: 70px; height: 70px; border-radius: 35px; position: absolute; left: 18px; top: 10px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 109px; height: 118px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 1px solid #dddddd; background: url(../images/qq-icon-bg.png) no-repeat center 8px; }
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.main-im .im-qq:hover .img-qq{ max-width: 70px; left: 1px; top: 8px; position: absolute; }
.main-im .im_main {background: #F9FAFB; border: 1px solid #dddddd; border-radius: 10px; background: #F9FAFB;display:none;}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 109px; height: 105px; border-bottom: 1px solid #dddddd; }
.main-im .im_main .im-tel div{font-weight:bold;font-size: 12px;margin-top:11px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial; font-weight: bold; color: #e66d15;}
.main-im .im_main .im-tel:hover { background: #fafafa; }
.main-im .im_main .weixing-container {width: 55px; height: 47px; border-right: 1px solid #dddddd; background: #f5f5f5; border-bottom-left-radius: 10px; background: url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show {width: 112px; height: 136px; background: #ffffff; border-radius: 10px; border: 1px solid #dddddd; position: absolute; left: -125px; top: -90px; }
.main-im .im_main .weixing-show .weixing-sanjiao {width:0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 6px; left: 112px; top: 98px; position: absolute; z-index: 2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big { width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #dddddd; border-width: 8px; left: 112px; top: 96px; position: absolute; }
.main-im .im_main .weixing-show .weixing-ma { width: 104px; height: 104px; padding-left: 5px; padding-top: 5px; }
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto; text-align:center;}
.main-im .im_main .go-top { width: 50px; height: 47px; background: #f5f5f5; border-bottom-right-radius: 10px; background: url(../images/toTop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a { display: block; width: 52px; height: 47px; }
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url(../images/close_im.png) no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { cursor: pointer; /*margin-left: 68px;*/ width: 133px; height: 40px; background: url(../images/open_im.png) no-repeat left top; }

.bottom_kjj {
    width: 100%;
    /*height: 133px;*/
    background: #201d24;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    z-index: 99999999;
    /* left: 0; */
    padding: 4% 0;
}

.bottom_kjj_list {
    width: 25%;
    float: left;
    text-align: center;
}

.bottom_kjj_pic {
   /* padding-top: 27px;*/
    height: 48px;
}

.bottom_kjj_tit {
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
    color: #fff; 
}



.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#29349A;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}