/* -------------------------------------------------------------------
 * Plugin Name           : Laus - Dropdown & Hamburger Menu
 * Author Name           : Yucel Yilmaz
 * Author URI            : https://codecanyon.net/user/aip_theme3434
 * Created Date          : 18 January 2020
 * Version               : 1.0
 * File Name             : style.css
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
/* -------------------------------------------------------------------



   Components                               
   ------------------------ /
 * 04.Buttons  
   ------------------------ /
   Layout                               
   ------------------------ /
 * 05.Navbar
 * 06.Hero 
 * 07.Features 
 * 08.Footer
 * 09.Responsive

/* ---------------------------------------------------------------- */
/* 01.Base                               
/* ---------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #666;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: #666;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea,
textarea:focus,
input,
input:focus,
button,
button:focus {
  outline: none;
  resize: inherit;
}

/* ---------------------------------------------------------------- */
/* 02.Typography                                                  
/* ---------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  margin: 0;
  color: #000;
  line-height: 1.3;
  text-transform: capitalize;
}

h1,
.h1 {
  font-size: 55px;
}

h2,
.h2 {
  font-size: 42px;
}

h3,
.h3 {
  font-size: 44px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  margin: 0;
  line-height: 22px;
}

.colum-text {
  text-align: center;
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                                                  
/* ---------------------------------------------------------------- */
.section-heading .section-title {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.section-heading .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 4px;
  background: #00479d;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bg-light-grey {
  background: #f1f2f6;
}

.pb-minus-70 {
  padding-bottom: 70px;
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                   
/* ---------------------------------------------------------------- */
.button {
  display: inline-block;
  border-radius: 5px;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.button.default-button {
  background: #00479d;
  color: #fff;
}

.button.default-button:hover {
  background: #1da565;
}

/* ---------------------------------------------------------------- */
/* 05.Navbar                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 0 0 10px 0;
  z-index: 3333;
  background-color: rgba(1, 1, 1, 0.4);
  border-bottom: 1px solid white;
}

.header ul li {
  list-style-type: none;
}

.header .nav-link {
  padding: 20px 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.header .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  /* background-color: #00479d; */
}

.header .nav-link:not(.active)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  z-index: -7;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background-color: #00479d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* .header .nav-link:not(.active):hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
} */

.header .nav-link.signup-btn-toggle:after,
.header .nav-link.login-btn-toggle:after {
  display: none;
}

.header .dropdown-menu {
  border: 0;
  background: #fff;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 13px 35px 0 rgba(43, 50, 54, 0.2);
  box-shadow: 0px 13px 35px 0 rgba(43, 50, 54, 0.2);
}

.header .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 14px 28px;
  /* font-weight: 400; */
  color: #000;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .dropdown-menu .dropdown-item:focus,
.header .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #005ca1;
  padding-left: 25px;
}

.header .dropdown-toggle {
  padding-right: 25px !important;
}

.header .dropdown-toggle:before {
  content: "\f078";
  display: inline-block;
  position: absolute;
  /*top: 50%;*/
  right: 0;
  font-weight: 700;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  /*-webkit-transition: all 0.25s ease;*/
  /*transition: all 0.25s ease;*/
  /*-webkit-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
}

.header .dropdown-toggle[aria-expanded="true"]:before {
  /*-webkit-transform: rotate(180deg);*/
  /*transform: rotate(180deg);*/
  /*top: 20px;*/
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
}

.header .navbar-toggler .togler-icon-inner>span {
  height: 2px;
  margin: 5px;
  width: 30px;
  display: block;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner>span:nth-child(2) {
  width: 20px !important;
  margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner>span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner>span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner>span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner>span:nth-child(2) {
  opacity: 0;
}

.header .login-btn-mobile,
.header .signup-btn-mobile {
  display: none;
}

.header .navbar-brand {
  color: #fff;
  text-transform: capitalize;
  margin-right: 0;
  padding: 0;
}

.header .navbar-brand img {
  display: none;
}

.header .navbar-brand img.logo-transparent {
  display: block;
}

.header.header-shrink {
  padding: 0 0 10px 0;
  background: #fff;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
  box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
  -webkit-animation: stickyMenu 0.7s ease-in-out;
  animation: stickyMenu 0.7s ease-in-out;
}

.header.header-shrink .nav-link {
  color: #000 !important;
}

.header.header-shrink .togler-icon-inner>span {
  background-color: #000;
}

.header.header-shrink .navbar-brand {
  color: #00479d;
}

.h_tel a {
  font-size: 12px;
}

.h_gw .guanhui {
  float: right;
  font-size: 12px;
  color: #666;
  padding: 0 15px;
  position: relative;
  height: 30px
}

.h_gw .guanhui:after {
  content: '';
  width: 1px;
  height: 11px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px
}

.h_gw .guanhui span {
  display: inline-block;
  vertical-align: 0;
}

.h_gw .guanhui i {
  display: inline-block;
  vertical-align: 0;
  font-weight: bold;
  width: 10px;
  height: 7px;
  background: url(../images/xggw.png) no-repeat center;
}

.h_gw .guanhui_ewm {
  position: absolute;
  width: 112px;
  height: 112px;
  left: 50%;
  margin-left: -66px;
  top: 100%;
}

.h_gw .guanhui_ewm .img {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0px;
  background: #fff;
}

.h_gw .guanhui_ewm .img:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -8%;
}

.h_gw .top_list {
  float: right;
}

.h_gw .top_list li {
  float: right;
  font-size: 12px;
  color: #666;
  position: relative;
  padding: 0 15px;
}

.h_gw .top_list li:after {
  content: '';
  width: 1px;
  height: 11px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px
}

.banner-box {
  width: 100%;
  /*height: 675px;*/
  overflow: hidden;
}

/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN8lG4S01zO0vg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}

/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN8lG4S71zO0vg.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN8lG4S11zM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.carousel-caption {
  top: 33%
}

.carousel-caption h5 {
  white-space: nowrap;
  font-size: 70px;
  line-height: 80px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: Teko;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}

.dyy {
  margin-left: 25px;
}

.dyy .yy {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #ccc url(../images/language.gif) no-repeat center center;
  background-size: cover;
  margin-right: 6px;
}

#login-form {
  z-index: 6666;
}

#signup-form {
  z-index: 7777;
}


.nav-box-sub {
  width: 800px;
  left: -50px;
  font-size: 14px
}

.nav-box-sub-xx {
  padding: 0 20px;
}

.nav-box-sub-xx a {
  display: block;
  border: 1px #B3B3B3 solid;
  padding: 5px;
  float: left;
  margin: 5px;
}

.nav-box-sub-xx a:hover {
  background: #005ca1;
  color: #fff;
}

.nav-sub-s {
  font-weight: bold;
}

.laus-form-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 450px;
  display: none;
  -webkit-box-shadow: 0px 23px 49px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 23px 49px 0 rgba(0, 0, 0, 0.3);
}

.laus-form-header {
  padding: 20px 30px;
  background: #00479d;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.laus-form-header .laus-form-title {
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
}

.form-link-margin {
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-link-margin a {
  color: #000;
}

.form-link-margin a:hover {
  color: #00479d;
}

.laus-form-inner {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.laus-form-group {
  position: relative;
  overflow: hidden;
}

.laus-form-group .laus-form-control {
  margin-bottom: 20px;
  height: 60px;
  outline: none;
  padding: 0 20px 0 50px;
  border: none;
  color: #000;
  width: 100%;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
  box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
}

.laus-form-group .laus-form-control :focus {
  outline: none;
  border: none;
  color: #000;
  -webkit-box-shadow: 0px 10px 26px 0px rgba(43, 50, 54, 0.2);
  box-shadow: 0px 10px 26px 0px rgba(43, 50, 54, 0.2);
}

.laus-form-group>span {
  position: absolute;
  top: 22px;
  left: 16px;
  font-size: 16px;
  color: #00479d;
  border-radius: 0 5px 5px 0;
}

.laus-form-control,
.laus-form-btn {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.laus-form-btn {
  border: none;
  outline: none;
  border-radius: 5px;
  width: 100%;
  padding: 20px 60px;
  color: #fff !important;
  background: #00479d;
  text-transform: capitalize;
  display: block;
}

.laus-form-pt {
  padding-top: 20px;
}

.custom-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: auto;
  line-height: 26px;
}

.custom-control-label {
  margin-left: 15px;
  padding-left: 10px;
  color: #000;
}

.custom-control-label::before {
  background-color: #fff;
  border: 1px solid #00479d;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #00479d;
  background: #00479d;
}

.form-close-btn {
  border: none;
  background: transparent;
  color: #fff;
}

.form-close-btn i {
  font-weight: 600;
}

@-webkit-keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

/* ---------------------------------------------------------------- */
/* 06.Hero                                                   
/* ---------------------------------------------------------------- */


.hero h2,
.hero h1,
.hero p {
  color: #fff;
}

.hero h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero h1 {
  margin-bottom: 10px;
}

.hero p {
  line-height: 28px;
  margin-bottom: 60px;
  opacity: 0.85;
}

.modal{width: 260px;top:15%;left: 50%;margin-left: -130px;}
.modal-body{padding-top: 0px;}
.modal-body a{display: block;text-align: center;height: 45px;border-bottom: 1px #ccc solid;line-height: 37px;}
.modal-title{font-size: 16px;}
.btn:focus{box-shadow: 0 0 0 0 rgba(0,123,255,0);}





/* ---------------------------------------------------------------- */
/* 07.Features                                                   
/* ---------------------------------------------------------------- */
.features-box {
  padding: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(43, 50, 54, 0.2);
  box-shadow: 0 6px 10px 0 rgba(43, 50, 54, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features-box:hover {
  -webkit-box-shadow: 0 22px 49px 0 rgba(43, 50, 54, 0.2);
  box-shadow: 0 22px 49px 0 rgba(43, 50, 54, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.features-box .features-icon i {
  color: #fff;
  font-size: 40px;
  margin-left: 0;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #00479d;
}

/* ---------------------------------------------------------------- */
/* 08.Footer                                                   
/* ---------------------------------------------------------------- */
.footer {
  background: #0033cc;
}

.footer .copyright-wrap {
  padding: 30px;
}

.footer .copyright-wrap .copyright-inner .copyright-text {
  text-align: center;
  color: #fff;
  opacity: 0.85;
}

.mcp-box {
  padding: 0px;
  margin: 0px;
}

.cp-b {
  position: relative;
}

.cp-b .cp-box-tu {
  position: absolute;
  bottom: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 35px;
  text-align: center;
  color: #fff;
}

.cp-b .cp-box-tu  img{
  width: 40px;
  margin-top: 42px;
}


/* ---------------------------------------------------------------- */
/* 09.Responsive                                                   
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media screen and (max-width: 991.98px) {
  .section {
    padding: 0px;
  }

  .header .container,
  .header,
  .header ul li {
    padding: 0;
  }

  .header ul li:nth-child(9) {
    display: none;
  }

  .header .container {
    max-width: 100%;
  }

  .header .navbar-nav .nav-link {
    color: #000;
    padding: 10px 15px !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-bottom: 1px solid #f1f1f1;
  }

  .header .navbar-nav .nav-link:after {
    display: none;
  }

  .header .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }

  .header .navbar-nav .dropdown-toggle:before {
    top: 27px;
    right: 20px;
  }

  .header .navbar-nav .dropdown-toggle[aria-expanded="true"]:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 11px;
  }

  .header .navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f1f2f6;
  }

  .header .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #00479d;
  }

  .header .main-menu {
    background: #fff;
  }

  .header .navbar-nav .nav-link:not(.active):hover,
  .header .navbar-nav .nav-link.active {
    background: #00479d;
    color: #fff !important;
    border-color: #00479d;
  }

  .header .navbar-brand {
    padding: 10px 0 10px 15px;
  }

  .header .login-btn-mobile,
  .header .signup-btn-mobile {
    display: block;
    position: absolute;
    background: transparent;
    border: none;
    color: #000000;
    font-size: 16px;
  }

  .header .signup-btn-mobile {
    right: 65px;
    top: 14px;
  }
  
  .header .login-btn-mobile {
    right: 110px;
  }

  .header.header-shrink .login-btn-mobile,
  .header.header-shrink .signup-btn-mobile {
    color: #000;
  }

  .bi-globe2::before{font-size: 20px;}

  /* Login & Sign Up Form  */
  .login-btn-resp,
  .signup-btn-resp {
    display: none;
  }

  .hero {
    display: none
  }

  .top_box {
    display: none;
  }

  .logo-box {
    width: 55px;
  }

  .hxcp {
    display: none;
  }

  .cxcp {
    display: none;
  }

  .qywh a {
    font-size: 24px;
  }

  .qywh .con {
    font-size: 16px;
  }

  .qywh-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .zywh-box-1 h2 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .zywh-box-1 {
    padding: 20px;
    margin: 10px 0;
    min-height: 100px;
  }

  .qywh-box .infor {
    color: #666;
    text-align: right;
    margin-bottom: 20px;
  }

  .new_p_more {
    display: none;
  }

  .cp-box {
    padding: 20px 20px 20px;
    line-height: 30px;
  }

  .cp-box h2 {
    font-size: 18px;
    text-align: center;
  }

  .wap-cxcp {
    padding: 20px 0;
  }

  .lb-ico {
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
  }

  .lb-ico span {
    margin-left: 5px;
  }

  .textwidget {
    display: none;
  }

  .col-title {
    font-size: 18px;
  }

  .ewm {
    text-align: left;
  }

  .ewm p {
    text-align: left;
    margin-top: 5px;
  }

  .er-code-wrap {
    padding-top: 16px;
  }

  .footer-box {
    height: 50px;
    line-height: 50px;
    background: #2a3137;
  }

  .footer-cnt {
    color: #b3b3b3;
    padding: 20px 0;
  }

  .parallax-window {
    display: none;
  }

  .parallax-m {
    min-height: 300px;
    position: relative;
  }

  .nybanner-box {
    position: absolute;
    bottom: 20%;
    left: 5%;
  }

  .carousel-title {
    font-size: 18px;
    color: #fff;
  }

  .lf-mbox {
    display: none;
  }

  .wal {
    display: none;
  }

  .ny_nav ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ny_nav ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }

  .about {
    padding: 30px 20px;
    line-height: 30px;
  }

  .about .title {
    height: 42px;
    border-bottom: #dedede solid 1px;
    color: #5a8cb7;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about .title em {
    padding-left: 38px;
    background: url(../images/line4.jpg) 20px 2px no-repeat;
    color: #d0dae5;
    /* text-transform: uppercase; */
  }

  .about * {
    font-size: 14px;
    line-height: 30px;
  }

  .cp-list-box {
    display: none;
  }

  .m-cp-list {
    overflow: hidden;
    margin-top: 15px;
  }

  .m-cp-list ul {
    overflow: hidden;
  }

  .m-cp-list ul li {
    width: 47%;
    border: 1px #ccc solid;
    margin: 5px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
  }

  .m-cp-list ul li a {
    display: block;
  }

  .m-cp-list ul .on {
    background: #1483b8;
  }

  .m-cp-list ul .on a {
    color: #fff;
  }

  .p1-search-1-inp {
    display: none;
  }

  .sercontent .sertitle {
    font-size: 18px;
    color: #5a8cb7;
    line-height: 38px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede
  }

  .serpadd1 {
    padding: 22px 0px
  }

  .news {
    padding: 20px 5px;
  }

  .news .title {
    height: 42px;
    border-bottom: #dedede solid 1px;
    color: #5a8cb7;
    font-size: 18px;
  }

  .sercontent .sername {
    margin-top: 36px;
  }

  .pagenum {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .newShow {
    padding: 30px 10px;
    background: #f7f7f7;
  }

  .newShow .name {
    text-align: center;
    font-size: 18px;
    color: #03467e;
    padding-bottom: 12px;
  }

  .newsList li .imgDiv {
    display: none;
  }

  .newsList li {
    border-bottom: #ececec solid 1px;
    position: relative;
    padding-bottom: 10px;
  }

  .newsList li .name {
    font-size: 16px;
    padding: 10px 0 12px;
  }

  .lxwm-box-one {
    margin-bottom: 20px;
  }

  .sermessage {
    margin-bottom: 40px;
  }
  .sermessitems .w265 {
    width: 100%
  }
  .sermessitems .w409 {
    width: 100%
  }
  .qywh {
  background: url(../images/ipart05.jpg) no-repeat center;
  padding: 0;
  }
  .product-link-item {
  float: left;
  line-height: 30px;
  color: #b3b3b3;
  padding: 0 5px;
  }
  .hxcp-box {
  padding-bottom: 0px;
  padding-top: 20px
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Large devices (desktop, less than min-width: 992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .section {
    padding: 50px 0;
  }

  .dropdown-menu {
    position: absolute;
    top: 80%;
    /* left: 0; */
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: initial;
    color: #000;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .nav-sub-box {
    min-width: 200px;
  }

  .dropdown-menu.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .hero {
    background: #0033cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* ------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .laus-form-wrap {
    width: 80%;
  }

  .laus-form-inner {
    padding: 15px;
  }

  .laus-form-group {
    position: relative;
    overflow: hidden;
  }

  .laus-form-group .laus-form-control {
    margin-bottom: 15px;
    height: 50px;
  }

  .laus-form-group>span {
    position: absolute;
    top: 17px;
    left: 16px;
    font-size: 14px;
  }

  .laus-form-btn {
    padding: 15px 50px;
  }

  .laus-form-header {
    padding: 15px 30px;
  }

  body,
  html {
    font-size: 14px;
  }

  .hero {
    display: none;
  }

  .logo-box {
    width: 55px;
  }

  .hxcp {
    display: none;
  }

  .cxcp {
    display: none;
  }

  .qywh-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .zywh-box-1 h2 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .zywh-box-1 {
    padding: 20px;
    margin: 10px 0;
    min-height: 100px;
  }

  .qywh-box .infor {
    color: #666;
    text-align: right;
    margin-bottom: 20px;
  }

  .new_p_more {
    display: none;
  }

  .cp-box {
    padding: 20px 20px 20px;
    line-height: 30px;
  }

  .cp-box h2 {
    font-size: 18px;
    text-align: center;
  }

  .wap-cxcp {
    padding: 20px 0;
  }

  .lb-ico {
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
  }

  .lb-ico span {
    margin-left: 5px;
  }

  .textwidget {
    display: none;
  }

  .col-title {
    font-size: 18px;
  }

  .ewm {
    text-align: left;
  }

  .ewm p {
    text-align: left;
    margin-top: 5px;
  }

  .er-code-wrap {
    padding-top: 16px;
  }

  .footer-box {
    height: 50px;
    line-height: 50px;
    background: #2a3137;
  }

  .footer-cnt {
    color: #b3b3b3;
    padding: 20px 0;
  }

  .parallax-window {
    display: none;
  }

  .parallax-m {
    min-height: 300px;
    position: relative;
  }

  .nybanner-box {
    position: absolute;
    bottom: 20%;
    left: 5%;
  }

  .carousel-title {
    font-size: 18px;
    color: #fff;
  }

  .lf-mbox {
    display: none;
  }

  .wal {
    display: none;
  }

  .ny_nav ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ny_nav ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }

  .about {
    padding: 30px 20px;
    line-height: 30px;
  }

  .about .title {
    height: 42px;
    border-bottom: #dedede solid 1px;
    color: #5a8cb7;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about .title em {
    padding-left: 38px;
    background: url(../images/line4.jpg) 20px 2px no-repeat;
    color: #d0dae5;
    /* text-transform: uppercase; */
  }

  .about * {
    font-size: 14px;
    line-height: 30px;
  }

  .cp-list-box {
    display: none;
  }

  .p1-search-1-inp {
    display: none;
  }

  .sercontent .sertitle {
    font-size: 18px;
    color: #5a8cb7;
    line-height: 38px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede
  }

  .serpadd1 {
    padding: 22px 0px
  }

  .sercontent .sername {
    margin-top: 26px;
  }

  .pagenum {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .newShow {
    padding: 30px 10px;
    background: #f7f7f7;
  }

  .newShow .name {
    text-align: center;
    font-size: 18px;
    color: #03467e;
    padding-bottom: 12px;
  }

  .newsList li .imgDiv {
    display: none;
  }

  .newsList li {
    border-bottom: #ececec solid 1px;
    position: relative;
    padding-bottom: 10px;
  }

  .newsList li .name {
    font-size: 16px;
    padding: 10px 0 12px;
  }

  .lxwm-box-one {
    margin-bottom: 20px;
  }

  .sermessage {
    margin-bottom: 40px;
  }
  .sermessitems .w265 {
    width: 100%
  }
  .sermessitems .w409 {
    width: 100%
  }
  .qywh {
  background: url(../images/ipart05.jpg) no-repeat center;
  padding: 0;
  }
  .header ul li:nth-child(9) {
  display: none;
  }
  .product-link-item {
  float: left;
  line-height: 30px;
  color: #b3b3b3;
  padding: 0 5px;
  }
  .hxcp-box {
  padding-bottom: 0px;
  padding-top: 20px
  }
}

@media (max-width:768px) {
  .hero {
    display: none;
  }

  .logo-box {
    width: 55px;
  }

  .hxcp {
    display: none;
  }

  .cxcp {
    display: none;
  }

  .qywh-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .zywh-box-1 h2 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .zywh-box-1 {
    padding: 20px;
    margin: 10px 0;
    min-height: 100px;
  }

  .qywh-box .infor {
    color: #666;
    text-align: right;
    margin-bottom: 20px;
  }

  .new_p_more {
    display: none;
  }

  .cp-box {
    padding: 20px 20px 20px;
    line-height: 30px;
    margin-top: 20px;
  }

  .cp-box h2 {
    font-size: 18px;
    text-align: center;
  }

  .wap-cxcp {
    padding: 20px 10px;
  }

  .lb-ico {
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
  }

  .lb-ico span {
    margin-left: 5px;
  }

  .textwidget {
    display: none;
  }

  .col-title {
    font-size: 18px;
  }

  .ewm {
    text-align: left;
  }

  .ewm p {
    text-align: left;
    margin-top: 5px;
  }

  .er-code-wrap {
    padding-top: 16px;
  }

  .footer-box {
    height: 50px;
    line-height: 50px;
    background: #2a3137;
  }

  .footer-cnt {
    color: #b3b3b3;
    padding: 20px 0;
  }

  .parallax-window {
    display: none;
  }

  .parallax-m {
    min-height: 300px;
    position: relative;
  }

  .nybanner-box {
    position: absolute;
    bottom: 20%;
    left: 5%;
  }

  .carousel-title {
    font-size: 18px;
    color: #fff;
  }

  .lf-mbox {
    display: none;
  }

  .wal {
    display: none;
  }

  .ny_nav ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ny_nav ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }

  .about {
    padding: 30px 20px;
    line-height: 30px;
  }

  .about .title {
    height: 42px;
    border-bottom: #dedede solid 1px;
    color: #5a8cb7;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about .title em {
    padding-left: 38px;
    background: url(../images/line4.jpg) 20px 2px no-repeat;
    color: #d0dae5;
    /* text-transform: uppercase; */
  }

  .about * {
    font-size: 14px;
    line-height: 30px;
  }

  .cp-list-box {
    display: none;
  }

  .p1-search-1-inp {
    display: none;
  }

  .sercontent .sertitle {
    font-size: 18px;
    color: #5a8cb7;
    line-height: 38px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede
  }

  .serpadd1 {
    padding: 22px 0px
  }

  .sercontent .sername {
    margin-top: 26px;
  }

  .pagenum {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .newShow {
    padding: 30px 10px;
    background: #f7f7f7;
  }

  .newShow .name {
    text-align: center;
    font-size: 18px;
    color: #03467e;
    padding-bottom: 12px;
  }

  .newsList li .imgDiv {
    display: none;
  }

  .newsList li {
    border-bottom: #ececec solid 1px;
    position: relative;
    padding-bottom: 10px;
  }

  .newsList li .name {
    font-size: 16px;
    padding: 10px 0 12px;
  }

  .lxwm-box-one {
    margin-bottom: 20px;
  }

  .sermessage {
    margin-bottom: 40px;
  }
  .sermessitems .w265 {
    width: 100%
  }
  .sermessitems .w409 {
    width: 100%
  }
  .qywh {
  background: url(../images/ipart05.jpg) no-repeat center;
  padding: 0;
  }
  .header ul li:nth-child(9) {
  display: none;
  }
  .product-link-item {
  float: left;
  line-height: 30px;
  color: #b3b3b3;
  padding: 0 5px;
  }
  .hxcp-box {
  padding-bottom: 0px;
  padding-top: 20px
  }
}


.header_top {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 6;
  background-color: rgba(1, 1, 1, 0.4);
}

.top_box {
  line-height: 30px;
}

.footer {
  background: #343d44;
  url(../images/footer-bg.png) repeat left top;
  overflow: hidden;
}


.footer-cnt a {
  color: #b3b3b3;
}

.col-title {
  color: #ffffff;
  line-height: 2;
}

.col-title span {
  float: left;
  padding-left: 4px;
  padding-right: 20px;
  border-bottom: 1px solid #B3B3B3;
}

.cf:after {
  clear: both;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.product-link-list {
  padding-top: 18px;
}

.contact-item {
  line-height: 30px;
}

.contact-item .iconfont {
  padding-left: 30px;
}

.icon-qq {
  background: url(../images/qq.png) no-repeat;
  background-size: 50%;
}

.icon-youxiang {
  background: url(../images/em.png) no-repeat;
  background-size: 50%;
}

.icon-dianhua {
  background: url(../images/dh.png) no-repeat;
  background-size: 50%;
}

.icon-dizhi {
  height: 30px;
  background: url(../images/dz.png) no-repeat;
  background-size: 50%;
}

.er-code-wrap img {
  width: 132px;
  height: 132px;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.contact-list {
  margin-top: 13px;
}

.contact-list h3 {
  font-size: 16px;
  color: #fff;
  margin: 5px 0;
}

.contact-list .hb-addr {
  margin-top: 10px;
}

.foot-di-box {
  color: #b3b3b3;
}

.foot-di-box a {
  color: #b3b3b3;
}

.new_p_k {
  width: 100%;
  margin: 0 auto 15px auto;
  overflow: hidden;
}

.new_p_name {
  float: left;
  font-size: 24px;
  line-height: 30px;
  color: #005ca1;
}

.new_p_name span {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.new_p_more {
  float: right;
  width: 87px;
  text-align: center;
  background: url(../images/ico_down2.png) center bottom no-repeat;
  margin: 15px 0 0 0;
}

.new_p_more a {
  font-size: 14px;
  color: #005ca1;
  line-height: 30px;
}

.infor .tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 16px;
}

.infor .con {
  font-size: 24px;
  line-height: 26px;
}

.cont {
  position: relative;
}

.dasai-sec2 .mySwiper,
.dasai-sec2 .mySwiper01,
.dasai-sec2 .mySwiper02 {
  overflow: hidden;
}

.dasai-sec2 .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cp-box .more {
  text-align: center;
  margin-top: 10px;
}

/* .img-responsive {
  transition: ease 1s;
  width: 100%;
}

.img-responsive:hover {
  transform: scale(1.1);
} */

.pic-img-box {
  padding: 10px;
  background: #fff;
  border-radius: 50%;
}

/* .cp-box{background:url(../images/cp-bj.jpg) no-repeat bottom center;} */


.dasai-sec2 .swiper-slide .pic h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.dasai-sec2 .swiper-slide .pic p {
  font-size: 14px;
}

.dasai-sec2 .swiper-slide .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  width: 100%;
  left: 0;
  height: 100%;
  display: none;
}

.dasai-sec2 .swiper-slide .pic:hover .cover {
  display: block;
}

.dasai-sec2 .swiper-slide .pic .cover images {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;

}

.dasai-sec2 .swiper-slide .pic .cover .icon-imagess {
  margin-top: 70px;
  width: 100%;
  height: 37px;
  background: url(../images/big.png) center no-repeat;
  display: block;
}

.dasai-sec2 .swiper-slide .pic .cover p {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 26px;
}

.dasai-sec2 .tips {
  font-size: 14px;
  color: #8E8C6B;
  line-height: 36px;
  margin: 24px 0 15px;

}

.dasai-sec2 .cont .swiper-button-next,
.dasai-sec2 .cont .swiper-container-rtl .swiper-button-prev {
  right: -83px;
  width: 56px;
  height: 56px;
  transition: all .7s;
  opacity: .7;
  filter: alpha(opacity=70);
  border: 2px solid #808080;

  background: url(../images/next.png) no-repeat center;
  background-size: 10px 17px;
  background-position: 50% 50%;
  outline: none;
}

.dasai-sec2 .cont .swiper-button-next:hover,
.dasai-sec2 .cont .swiper-container-rtl .swiper-button-prev:hover {
  background: #005ca1 url(../images/nexton.png) no-repeat center;
  background-size: 10px 17px;
  background-position: 50% 50%;
  border: none;
}

.dasai-sec2 .cont .swiper-button-next:focus,
.dasai-sec2 .cont .swiper-container-rtl .swiper-button-prev:focus {
  border: 0;
  outline: none;
}

.dasai-sec2 .cont .swiper-button-prev,
.dasai-sec2 .cont .swiper-container-rtl .swiper-button-next {
  left: -83px;
  opacity: .7;
  filter: alpha(opacity=70);
  width: 56px;
  height: 56px;
  border: 2px solid #808080;
  background: url(../images/prev.png) no-repeat center;
  background-size: 10px 17px;
  background-position: 50% 50%;
  transition: all .3s;
  outline: none;
}

.dasai-sec2 .cont .swiper-button-prev:hover,
.dasai-sec2 .cont .swiper-container-rtl .swiper-button-next:hover {
  background: #005ca1 url(../images/prevon.png) no-repeat center;
  background-size: 10px 17px;
  background-position: 50% 50%;
  border: none;
}

.dasai-sec2 .cont .swiper-button-prev:hover::after,
.dasai-sec2 .cont .swiper-container-rtl .swiper-button-next:hover::after {
  width: 100%;
  z-index: 1;
}

.dasai-sec2 .cont .swiper-button-prev:focus,
.dasai-sec2 .cont .swiper-container-rtl .swiper-button-next:focus {
  border: 0;
  outline: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, .8);
}

.viewer-footer {
  bottom: 70px;
}


.foot-box-fx {
  position: relative;
}

.product-introduce-title p {
  width: 60px;
  margin: 76px auto 0 auto;
  ;
}

.textwidget {
  position: absolute;
  bottom: 0px;
}

.ADA {
  display: none;
}

@font-face {
  font-family: 'mfn-icons';
  src: url(../font/mfn-icons.eot?31690507);
  src: url(../font/mfn-icons.eot?31690507#iefix) format("embedded-opentype"), url(../font/mfn-icons.woff?31690507) format("woff"), url(../font/mfn-icons.ttf?31690507) format("truetype"), url(../font/mfn-icons.svg?31690507#mfn-icons) format("svg");
  font-weight: 400;
  font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: none !important;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em
}

.footer-social {
  font-size: 30px;
  color: white !important;
  margin-right: 10px;
}

i.icon-facebook {
  padding: 0.125em 0.125em;
  border-radius: 0.25em;
  line-height: 1.5em;
  font-size: 0.9em;
}

.icon-facebook:before {

  content: '\f30c';

}

.icon-instagram:before {
  content: '\f16d';

}

.icon-twitter:before {
  content: '\f309';

}

.icon-linkedin:before {
  content: '\f318';

}

.icon-mail:before {
  content: '\e8d0';
}

.ejnav {
  color: #fff;
}

.wal {
  margin: 0px auto;
}

.mbx .box {
  background: url(../images/nimg14_1.png) left center no-repeat;
  padding-left: 24px;
}

.mbx .box span {
  padding: 0 10px;
  background: url(../images/mbx_jt.png) center no-repeat;
  width: 4px;
  height: 8px;
  display: inline-block;
}

.ny_nav {
  padding: 0px;
}

.ny_nav ul .on {
  border-bottom: 2px #1483b8 solid;
}

.mbx a {
  font-size: 16px;
}

.sideTitle {
  height: 110px;
  background: #00447d;
  position: relative;
}

.sideTitle .ico {
  position: absolute;
  left: 43px;
  top: 56px;
}

.sideTitle .name1 {
  padding: 35px 0 0 75px;
  font-size: 18px;
  color: #fff;
}

.sideTitle .name2 {
  padding: 2px 0 0 75px;
  font-size: 14px;
  color: #fff;
  opacity: 0.5
}

.sideTitle2 {
  height: 110px;
  background: #00447d;
  position: relative;
  width: 220px;
}

.sideTitle2 .ico {
  position: absolute;
  left: 36px;
  top: 40px;
}

.sideTitle2 .name1 {
  padding: 35px 0 0 75px;
  font-size: 18px;
  color: #fff;
}

.sideTitle2 .name2 {
  padding: 2px 0 0 75px;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase
}

.sideNav2 {
  width: 100%;
  background: #fff;
  padding: 26px 0 26px 25px;
  border-bottom: #00447d solid 4px;
  margin-bottom: 20px;
}

.sideNav2 .list li {
  width: 217px;
  position: relative
}

.sideNav2 .list li.on,
.sideNav2 .list li:hover,
.sideNav2 .list li.currentDt {
  background: #5a8cb7 url(../images/nimg15_1.png) left top no-repeat;
  color: #fff;
}

.sideNav2 .list li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  width: 197px;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}

.sideNav2 .list li.on a,
.sideNav2 .list li:hover a,
.sideNav2 .list li.currentDt a {
  background: url(../images/ico6.png) 187px center no-repeat;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
}

.sideNav2 dl {
  display: none;
}

.sideNav2 dl.navContent {
  margin-bottom: 8px;
  padding: 8px 20px
}

.sideNav2 dd {
  padding: 10px 0
}

.sideNav2 dd a {
  display: block;
  height: auto;
  line-height: 18px;
  background: url(../images/ico7.png) left center no-repeat;
  padding-left: 15px;
}

.sideNav2 dd a:hover,
.sideNav2 dd a.on {
  background: url(../images/ico7on.png) left center no-repeat;
  color: #5a8cb7;
  font-weight: bold;
}

.news .title em {
  padding-left: 38px;
  background: url(../images/line4.jpg) 20px 2px no-repeat;
  color: #d0dae5;
  /*text-transform:uppercase;*/
}

.newsPic {
  overflow: hidden;
  position: relative;
}

.newsPic li {
  padding-left: 398px;
  overflow: hidden;
  position: relative;
}

.newsPic li.noimg {
  padding-left: 16px;
}

.newsPic .imgDiv {
  position: absolute;
  left: 0px;
  top: 0px;
}

.newsPic h1 {
  padding: 35px 25px 10px 0;
  overflow: hidden;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.newsPic h1 a {
  color: #5a8cb7;
}

.newsPic .content {
  line-height: 24px;
  width: 405px;
  overflow: hidden;
  height: 48px;
  margin-bottom: 30px;
  font-size: 14px;
}

.newsPic .time {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  background: url(../images/nimg14_3.png) left center no-repeat;
  color: #888;
  font-size: 14px;
}

.newsPic .btn {
  display: block;
  width: 86px;
  height: 28px;
  line-height: 14px;
  border: #5a8cb7 solid 1px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  text-align: center;
  color: #5a8cb7;
  font-size: 12px;
}

.newsPic .btnDiv {
  position: absolute;
  z-index: 10;
  right: 30px;
  bottom: 30px;
}

.newsPic .btnDiv span {
  display: inline-block;
  background: #cfcfcf;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.newsPic .btnDiv .on {
  background: #5a8cb7;
}

.swiper04 .swiper-pagination04 {
  outline: none;
  position: absolute;
  bottom: 4% !important;
  left: 0;
  width: 100%;
  z-index: 5;
  text-align: center;
  padding: 0 20px;
}


.newsList {
  padding-top: 16px;
}

.newsList li .imgDiv {
  position: absolute;
  left: 0px;
  top: 30px;
}

.newsList li .name a {
  display: block;
  height: 22px;
  overflow: hidden;
  color: #5a8cb7;
}

.newsList li .time {
  padding: 5px 0 15px;
  color: #888888;
}

.newsList li .content {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.newsList li .more {
  padding-top: 15px;
}

.newsList li .more a {
  display: block;
  width: 70px;
  color: #5a8cb7;
  background: url(../images/ico11.png) right center no-repeat;
  font-size: 14px;
}

.newsList li.noimg {
  padding-left: 16px;
}


.newShow .time {
  text-align: center;
  background: url(../images/line5.png) bottom repeat-x;
  padding-bottom: 20px;
  color: #888;
}

.newShow .content {
  font-size: 16px;
  line-height: 28px;
  padding: 25px 0 10px;
}

.newShow .content p {
  /*text-align:center;*/
  /*padding:25px 0;*/
}

.newShow .imgDiv {
  text-align: center;
  padding: 30px 0;
}

.newShow .share {
  padding-top: 45px;
  padding-left: 52px;
  position: relative;
  height: 60px;
}

.newShow .share em {
  position: absolute;
  left: 0px;
  top: 50px;
}

.newShow .share a {
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-right: 7px;
}

.service {
  background-color: #fafafa
}

.servicebox {
  padding: 40px 0 60px
}

.servicebox .w242 {
  width: 242px
}

.serpadd2 {
  padding: 22px 60px 100px 60px
}

.sercontent .serability {
  margin-top: 34px
}

.sercontent .serability .textbox {
  width: calc(100% - 440px);
  margin-right: 40px
}

.sercontent .serability .textbox.serw100 {
  width: 100%;
  margin-right: 0
}

.sercontent .serability .textbox .name {
  color: #00447d;
  font-size: 16px;
  font-weight: bold
}

.sercontent .serability .textbox .desc {
  margin-top: 26px;
  color: rgb(102, 102, 102);
  line-height: 2.143;
}

.sercontent .serability .textbox .btn {
  width: 114px;
  border: 1px solid #5a8cb7;
  border-radius: 38px;
  display: block;
  text-align: center;
  color: #5a8cb7;
  font-size: 14px;
  margin-top: 10px;
}

.sercontent .serability .textbox .btn:hover {
  background-color: #5a8cb7;
  color: #fff
}

.sercontent .serability .img {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 8px
}

.sercontent .serability .img img {
  border-radius: 5px;
  transition: transform .36s ease, -webkit-transform .36s ease;
}

.sercontent .serability .img:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

.sercontent .sername {
  color: #00447d;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede
}

.sercontent .seritems {
  margin-top: 20px
}

.sercontent .seritem {
  width: 100%;
  display: block;
  margin-right: 2.525%;
  margin-bottom: 20px;
  background-color: #fafafa;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.sercontent .seritem:nth-of-type(3n) {
  margin-right: 0
}

.sercontent .seritem .img {
  overflow: hidden;
  padding: 15px;
}

.sercontent .seritem .img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: .4s;
  -webkit-transition: .4s
}

.sercontent .seritem .textbox {
  padding: 18px 15px
}

.sercontent .seritem .textbox .title {
  font-size: 16px;
  height: 22px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: .4s;
  -webkit-transition: .4s
}

.sercontent .seritem:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

.sercontent .seritem:hover .textbox .title {
  color: #00447d;
  font-weight: bold
}

.sermessage {
  margin-top: 38px
}

.sermessageitem {
  width: 265px;
  margin-right: 20px
}

.sermessageitem:nth-of-type(3) {
  margin-right: 0
}

.sermessageitem .name span,
.sermesscontent .name span,
.sermessitems .sermessitem .name span {
  color: #00447d;
  font-weight: bold
}

.sermessageitem .serMitembox {
  margin-top: 18px;
  position: relative
}

.sermessageitem .serMitembox_namebox {
  width: 265px;
  height: 46px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 19px;
  cursor: pointer
}

.sermessageitem .serMitembox_namebox.cur .down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg)
}

.sermessageitem .serMitembox_namebox .serMitembox_name {
  width: calc(100% - 8px);
  line-height: 26px;
  color: #666
}

.sermessageitem .serMitembox_namebox .down {
  margin-top: 11px
}

.serMitemboxitems {
  width: 100%;
  position: absolute;
  top: 43px;
  background-color: #fff;
  z-index: 19;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  display: none
}

.serMitemboxitems .serMitemboxitem {
  line-height: 36px;
  padding: 0 19px;
  cursor: pointer
}

.serMitemboxitems .serMitemboxitem:hover {
  color: #00447d
}

.sermesscontent {
  margin-bottom: 20px;
}

.sermesscontent .text {
  margin-top: 18px
}

.sermesscontent .text textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 14px 19px;
  color: #333
}

.sermesscontent .text textarea::-webkit-input-placeholder,
.sermessitems .sermessitem input::-webkit-input-placeholder {
  color: #999
}

.sermessitems {
  margin-top: 36px
}

.sermessitems .sermessitem {
  margin-right: 20px;
  margin-bottom: 36px
}

.sermessitems .sermessitem.two {
  margin-right: 0
}

.sermessitems .sermessitem .input {
  margin-top: 18px
}

.sermessitems .sermessitem input {
  width: 100%;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px 19px
}

.sermessage .btn {
  width: 114px;
  height: 38px;
  background-color: #5a8cb7;
  border-radius: 38px;
  margin: 4px auto 0;
  color: #fff;
  text-align: center;
  cursor: pointer
}

.cp-box div,
.cp-box p,
.cp-box ul li {
  line-height: 2.143;
}

/*.cp-box h3{color:#00447d;line-height:2.143;font-size:14px;font-weight:bold}*/

.cp-box h3 {
  font-size: 16px;
  color: #00447d;
  font-weight: bold;
  line-height: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  margin-top: 30px
}

.cp-box table {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cp-box table tr {
  border-bottom: 1px solid #dfdfdf
}

.cp-box table tr:nth-of-type(1) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #5a8cb7;
  height: 50px;
  border-bottom: 1px solid #dfdfdf;
  color: #fff;
}

/*.cp-box table tr:nth-of-type(1) *{color:#fff;}*/
.cp-box table tr:nth-of-type(1) td {
  color: #fff;
}

.cp-box table tr:nth-of-type(1) td * {
  color: #fff;
}

.cp-box table tr td:nth-of-type(1) {
  border-left: 1px solid #dfdfdf;
}

.cp-box table tr td {
  text-align: center;
  color: #666;
  border-right: 1px solid #dfdfdf;
  line-height: 1.8;
  padding: 0 8px;
}

.cp-box p {
  font-size: 14px;
}

.cp-box-content {
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 14px;
}

.lxwm-box {
  font-size: 24px;
  color: #5a8cb7;
  line-height: 38px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dedede;
}

.contactbox {
  margin-top: 38px
}

.contactbox .title {
  font-size: 16px
}

.contacticonitems {
  margin-top: 36px;
  padding: 40px 56px 35px 40px;
  background-color: #f1f1f1;
  overflow: hidden;
}

.contacticonitem {
  width: 33.3333%;
  margin-bottom: 34px
}

.contacticonitem .textbox {
  max-width: calc(100% - 44px);
  margin-left: 9px;
}

.contacticonitem .title {
  color: #00447d;
  font-weight: bold;
  line-height: 1.2
}

.contacticonitem .text {
  color: #666;
  line-height: 1;
  margin-top: 5px;
  font-size: 14px;
}

.contacticonitem:nth-last-of-type(1) {
  width: auto;
  margin-bottom: 0
}

.contacticonitem:nth-last-of-type(2) {
  margin-bottom: 0
}

.contactmess {
  margin-top: 34px;
  overflow: hidden;
}

.contactmess .contactmesstitle {
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
  font-size: 16px
}

.contactmess .map {
  height: 400px;
  overflow: hidden;
  margin-top: 40px
}

.liuyan {
  width: 100%;
  overflow: hidden;
}


.an-box {
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}

.an-box:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.an-box:hover img {
  transform: scale(1.08);
}

.an-box:hover .an-title h4 {
  color: #00447d;
}

.an-box-1 {
  padding: 15px 0;
}

.al-img {
  width: 100%;
  overflow: hidden;
}

.al-img img {
  transition: transform .36s ease, -webkit-transform .36s ease;
}

.an-title {
  margin: 10px 0;
}

.an-title h4 {
  font-size: 16px;
}

.an-title span {
  display: inline-block;
  margin-top: 9px;
  max-width: 100%;
  line-height: 1;
  font-size: 14px;
  color: #999;
}

.an-des {
  font-size: 14px;
  color: rgb(102, 102, 102, 1);
  margin-top: 18px;
  line-height: 1.7;
}

.an-box .news_list_item_arrow_link {
  max-width: 100%;
  float: right;
  display: block;
  position: relative;
  width: 40px;
  height: 28px;
  overflow: hidden;
  margin-bottom: 15px;
}

.an-box .news_list_item_arrow_link:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 28px;
  background: url(../images/vbg01.png) -23px -324px;
  -webkit-transition: all .36s ease;
  transition: all .36s ease
}

.an-box .news_list_item_arrow_link:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 28px;
  background: url(../images/vbg01.png) -23px -324px;
  -webkit-transition: all .36s ease;
  transition: all .36s ease;
  opacity: 0
}

.an-box .news_list_item_arrow {
  display: none
}

.an-box:hover .news_list_item_arrow_link:before {
  left: 30px;
  opacity: 0
}

.an-box:hover .news_list_item_arrow_link:after {
  left: 0;
  opacity: 1
}

.lxwm-box-title {
  font-size: 36px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  line-height: 25px;
  margin-bottom: 15px;
}

.lxwm-box-title span {
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  color: #EF4136;
  ;
}

.lxwm-box-des {
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
}

.tubiao {
  width: 100%;
  margin-top: 40px;
}

.tubiao::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #EBEBEB;
  position: relative;
  top: 20px;
  left: 0;
}

.module {
  position: relative;
}

.lxwm-ico {
  text-align: center;
  z-index: 9;
  position: relative;
  width: 100%;
}

.lxwm-box-addr {
  margin: 40px 0;
}

.lxwm-des h5 {
  font-size: 18px;
  color: #666;
  margin: 20px 0;
}

.cbgg-01 {
  background: #1c538b;
  text-align: center;
  color: #fff;
}

.blk {
  margin-bottom: 20px;
}

.cbgg-01-img img {
  width: 100%;
  display: block;
}

.cbgg-01 p {
  padding-top: 15px;
}

.cbgg-01 p img {
  vertical-align: middle;
  margin-right: 5px;
}

.cbgg-01 span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: Arial;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
}

.p1-search-1-inp {
  width: 270px;
  border-radius: 20px;
  background: #fff;
  padding-left: 10px;
  margin-top: 19px;
  border: 1px #ccc solid;
}

.p1-search-1-inp input {
  border: 0;
}

.p1-search-1-inp1 {
  width: 224px;
  height: 30px;
  line-height: 30px;
  color: #a9a9a9;
  float: left;
  font-size: 14px;
}

.p1-search-1-inp2 {
  width: 30px;
  height: 30px;
  background: url(../images/VISkins-p1.png) no-repeat -258px -936px;
  float: right;
  cursor: pointer;
  line-height: 80px;
}

.pageDown {
  margin-top: 40px;
}

.pageDown li {
  font-size: 16px;
}

.lf {
  float: left;
}

.fr {
  float: right;
}

/*分页样式*/

.pagenum a {
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
  color: #999999;
  height: 19px;
  line-height: 19px;
  padding: 3px 10px;
  width: 39px;
  margin: 0 2px;
}

.pagenum a:hover {
  color: #3e4e68 !important;
}

.pagenum .current {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  color: #4A4A4A;
  height: 19px;
  line-height: 19px;
  padding: 3px 10px;
  width: 39px;
  margin: 0 2px;
}

.pagenum .firstPage,
.pagenum .nextPage,
.pagenum .prePage,
.pagenum .lastPage {
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
  color: #999999;
  height: 19px;
  line-height: 38px;
  padding: 3px 10px;
  width: 39px;
}

.page-box {
  overflow: hidden;
  background: #f7f7f7;
}

em {
  font-style: normal;
}

@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }

  .mbx {
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-bottom: #e5e5e5 solid 1px;
    line-height: 70px;
    font-size: 16px;
  }

  .mbx a {
    font-size: 16px;
  }

  .wap-banner {
    display: none;
  }

  .logo-box {
    width: 85px;
    margin-top: 10px;
  }

  .qywh {
    height: 640px;
  }

  .qywh-box {
    margin-top: 80px;
  }

  .zywh-box-1 h2 {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .zywh-box-1 {
    padding: 30px;
    margin: 15px 0;
    min-height: 157px;
  }

  .qywh-box .infor {
    color: #666;
    text-align: right;
    margin-bottom: 40px;
  }

  .hxcp-mbox {
    display: none;
  }

  .cp-box {
    padding: 40px 20px 40px;
    line-height: 30px;
  }

  .wap-cxcp {
    display: none;
  }

  .col-title {
    font-size: 20px;
  }

  .ewm {
    text-align: right;
  }

  .ewm p {
    text-align: center;
  }

  .er-code-wrap {
    padding-top: 36px;
  }

  .footer-box {
    height: 70px;
    line-height: 70px;
    background: #2a3137;
  }

  .footer-cnt {
    color: #b3b3b3;
    padding: 40px 0;
  }

  .parallax-m {
    display: none;
  }

  .ny_nav ul {
    width: 100%;
    overflow: hidden;
    text-align: right;
  }

  .ny_nav ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    width: 120px;
  }

  .about {
    padding: 30px 60px 60px;
  }

  .about .title {
    height: 42px;
    border-bottom: #dedede solid 1px;
    color: #5a8cb7;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .about .title em {
    padding-left: 38px;
    background: url(../images/line4.jpg) 20px 2px no-repeat;
    color: #d0dae5;
    /* text-transform: uppercase; */
  }

  .about * {
    font-size: 14px;
    line-height: 30px;
  }

  .m-cp-list {
    display: none;
  }

  .sercontent .sertitle {
    font-size: 24px;
    color: #5a8cb7;
    line-height: 38px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede
  }

  .serpadd1 {
    padding: 22px
  }

  .news {
    padding: 30px;
  }

  .news .title {
    height: 42px;
    border-bottom: #dedede solid 1px;
    color: #5a8cb7;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sercontent .sername {
    margin-top: 36px;
  }

  .pagenum {
    text-align: center;
    margin-top: 30px;
  }

  .al-img {
    height: 257px;
  }

  .newShow {
    padding: 30px 60px 60px;
    background: #f7f7f7;
  }

  .newShow .name {
    text-align: center;
    font-size: 20px;
    color: #03467e;
    font-weight: bold;
    padding-bottom: 12px;
  }

  .newsList li {
    height: 215px;
    border-bottom: #ececec solid 1px;
    position: relative;
    padding-left: 264px;
  }

  .newsList li .name {
    font-size: 18px;
    padding: 30px 0 12px;
  }
  .sermessitems .w265 {
    width: 240px
  }
  .sermessitems .w409 {
    width: 409px
  }
  .qywh {
  background: url(../images/ipart05.jpg) no-repeat center;
  background-attachment: fixed;
  padding: 0;
}
.product-link-item {
  float: left;
  width: 30%;
  line-height: 30px;
  color: #b3b3b3;
}
.hxcp-box {
  padding-bottom: 0px;
  padding-top: 50px
}
}

@media (min-width: 992px) {
  .parallax-content {
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .carousel-title {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
  }

  .mbx {
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-bottom: #e5e5e5 solid 1px;
    line-height: 70px;
    font-size: 16px;
  }

  .mbx a {
    font-size: 16px;
  }

  .shfw p {
    text-align: center
  }

  .wap-banner {
    display: none;
  }

  .logo-box {
    width: 85px;
    margin-top: 10px;
  }

  .qywh {
    height: 640px;
  }

  .qywh-box {
    margin-top: 80px;
  }

  .zywh-box-1 h2 {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .zywh-box-1 {
    padding: 30px;
    margin: 15px 0;
    min-height: 157px;
  }

  .qywh-box .infor {
    color: #666;
    text-align: right;
    margin-bottom: 40px;
  }

  .hxcp-mbox {
    display: none;
  }

  .cp-box {
    padding: 40px 20px 40px;
    line-height: 30px;
  }

  .wap-cxcp {
    display: none;
  }

  .col-title {
    font-size: 20px;
  }

  .ewm {
    text-align: right;
  }

  .ewm p {
    text-align: center;
  }

  .er-code-wrap {
    padding-top: 36px;
  }

  .footer-box {
    height: 70px;
    line-height: 70px;
    background: #2a3137;
  }

  .footer-cnt {
    color: #b3b3b3;
    padding: 40px 0;
  }

  .parallax-m {
    display: none;
  }

  .ny_nav ul {
    width: 100%;
    overflow: hidden;
    text-align: right;
  }

  .ny_nav ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    width: 120px;
  }

  .about {
    padding: 30px 60px 60px;
    line-height: 30px;
  }

  .about .title {
    height: 42px;
    border-bottom: #dedede solid 1px;
    color: #5a8cb7;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .about .title em {
    padding-left: 38px;
    background: url(../images/line4.jpg) 20px 2px no-repeat;
    color: #d0dae5;
    /* text-transform: uppercase; */
  }

  .about * {
    font-size: 14px;
    line-height: 30px;
  }

  .m-cp-list {
    display: none;
  }

  .sercontent .sertitle {
    font-size: 24px;
    color: #5a8cb7;
    line-height: 38px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede
  }

  .serpadd1 {
    padding: 22px
  }

  .news {
    padding: 30px;
  }

  .news .title {
    height: 42px;
    border-bottom: #dedede solid 1px;
    color: #5a8cb7;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sercontent .sername {
    margin-top: 36px;
  }

  .pagenum {
    text-align: center;
    margin-top: 30px;
  }

  .al-img {
    height: 257px;
  }

  .newShow {
    padding: 30px 60px 60px;
    background: #f7f7f7;
  }

  .newShow .name {
    text-align: center;
    font-size: 20px;
    color: #03467e;
    font-weight: bold;
    padding-bottom: 12px;
  }

  .newsList li {
    height: 215px;
    border-bottom: #ececec solid 1px;
    position: relative;
    padding-left: 264px;
  }

  .newsList li .name {
    font-size: 18px;
    padding: 30px 0 12px;
  }
  .sermessitems .w265 {
    width: 240px
  }
  .sermessitems .w409 {
    width: 409px
  }
  .qywh {
  background: url(../images/ipart05.jpg) no-repeat center;
  background-attachment: fixed;
  padding: 0;
}
.product-link-item {
  float: left;
  width: 30%;
  line-height: 30px;
  color: #b3b3b3;
}
.hxcp-box {
  padding-bottom: 0px;
  padding-top: 50px
}
}