/* 字体引入 */
@font-face {
  font-family: 'roboto-regular';
  src: url('../fonts/roboto-regular.ttf') format('truetype'), url('../fonts/roboto-regular.eot') format('eot'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'roboto-bold';
  src: url('../fonts/roboto-bold.ttf') format('truetype'), url('../fonts/roboto-bold.eot') format('eot'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.woff2') format('woff2');
}
@font-face {
  font-family: 'roboto-black';
  src: url('../fonts/roboto-black.ttf') format('truetype'), url('../fonts/roboto-black.eot') format('eot'), url('../fonts/roboto-black.woff') format('woff'), url('../fonts/roboto-black.woff2') format('woff2');
}
@font-face {
  font-family: 'roboto-condensed';
  src: url('../fonts/roboto-condensed.ttf') format('truetype'), url('../fonts/roboto-condensed.eot') format('eot'), url('../fonts/roboto-condensed.woff') format('woff'), url('../fonts/roboto-condensed.woff2') format('woff2');
}
@font-face {
  font-family: 'roboto-light';
  src: url('../fonts/roboto-light.ttf') format('truetype'), url('../fonts/roboto-light.eot') format('eot'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.woff2') format('woff2');
}
@font-face {
  font-family: 'roboto-medium';
  src: url('../fonts/roboto-medium.ttf') format('truetype'), url('../fonts/roboto-medium.eot') format('eot'), url('../fonts/roboto-medium.woff') format('woff'), url('../fonts/roboto-medium.woff2') format('woff2');
}
@font-face {
  font-family: 'roboto-thin';
  src: url('../fonts/roboto-thin.ttf') format('truetype'), url('../fonts/roboto-thin.eot') format('eot'), url('../fonts/roboto-thin.woff') format('woff'), url('../fonts/roboto-thin.woff2') format('woff2');
}
/* 网站基本宽度（注意修改） */
.container {
  width: 1350px;
}

@media screen and (max-width:1258px) {
    .container {
        width: 970px;
    }
}
@media screen and (max-width:970px) {
    .container {
        width: 768px;
    }
}
@media screen and (max-width:768px) {
    .container {
        width: 100%;
    }
}
.nicescroll-cursors {
  background: #105da9!important;
  border: none!important;
}
.menu-layer-bg {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 302;
  background: #f3e2cf;
  animation-fill-mode: forwards;
}
.menu-layer-bg.go {
  animation: menu-bg-move 1.2s ease-out;
}
.main-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  display: none;
}
.main-menu .main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.main-menu .the_menu {
  padding-left: 245px;
  position: relative;
  z-index: 12;
  height: 100%;
}
.main-menu .the_menu .layout-tab {
  height: 100%;
}
.main-menu .the_menu .layout-tab .menu-list {
  display: inline-block;
}
.main-menu .the_menu .layout-tab .menu-list > li {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  font-family: roboto-light;
  font-size: 30px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 22px;
}
.main-menu .the_menu .layout-tab .menu-list > li a {
  color: #fff;
}
.main-menu .the_menu .layout-tab .menu-list > li span {
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 500px;
}
.main-menu .the_menu .layout-tab .menu-list > li:before {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  content: '';
  position: absolute;
  left: -545px;
  top: 30%;
  height: 1px;
  width: 286px;
  background: #fff;
}
.main-menu .the_menu .layout-tab .menu-list > li.active {
  transform: translate(85px, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(85px, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(85px, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(85px, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(85px, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-menu .the_menu .layout-tab .menu-list > li.active:before {
  left: -330px;
}
.main-menu .the_menu .layout-tab .menu-list > li.active span {
  display: block;
}
.main-menu .the_menu .layout-tab .the_lan{
	margin-bottom: 60px;
}
.main-menu .the_menu .layout-tab .the_lan a{
	color: #fff;
	opacity: 0.3;
	font-size: 16px;
	margin-right: 10px;
	transition: 0.3s ease;
}
.main-menu .the_menu .layout-tab .the_lan a:hover{
	opacity: 1;
}
.main-menu .the_menu .layout-tab .the_social {
  margin-top: -15px;
}
.main-menu .the_menu .layout-tab .the_social a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin-right: 14px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.main-menu .the_menu .layout-tab .the_social a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-menu .qr {
  position: absolute;
  right: 62px;
  bottom: 91px;
  z-index: 13;
}
@keyframes menu-bg-move {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.lx-star {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 100px;
    left: 70%;
    position: absolute;
    transform-origin: 100% 0;
    animation: star-ani 4s linear infinite;
    -webkit-animation:star-ani 5s linear infinite;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, .3);
    opacity: 0;
    z-index: 2;
}
.lx-star:after {
    content: '';
    display: block;
    top: 0px;
    left: 4px;
    border: 0px solid #fff;
    border-width: 0px 90px 2px 90px;
    border-color: transparent transparent transparent rgba(255, 255, 255, .3);
    transform: rotate(-45deg) translate3d(1px, 3px, 0);
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, .1);
    transform-origin: 0% 100%;
}
.pink {
    top: 100px;
    left: 60%;
    background: #fff;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}
.pink:after {
    border-color: transparent transparent transparent #fff;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}
.blue {
    top: 120px;
    left: 80%;
    background: fff;
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
}
.blue:after {
     border-color: transparent transparent transparent fff;
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    animation-delay: 7s;
}
  @keyframes star-ani {
    0% {
        opacity: 0;
        transform: scale(0) translate3d(0, 0, 0);
    }
    20%{
        opacity: 0.8;
        transform: scale(0.2) translate3d(-50px, 100px, 0);
    }
    40% {
        opacity: 0.8;
        transform: scale(0.4) translate3d(-100px, 150px, 0);
    }
    60% {
        opacity: 0.8;
        transform: scale(0.6) translate3d(-150px, 200px, 0);
    }
    80% {
        opacity: 1;
        transform: scale(1) translate3d(-200px, 250px, 0);
    }
    100% {
        opacity: 1;
        transform: scale(1.2) translate3d(-250px, 300px, 0);
    }
}

#banner .b-mouse {
  position: absolute;
  bottom: 57px;
  left: 50%;
  margin-left: -13px;
  animation: b-mouse-move 2s ease infinite;
}
@keyframes b-mouse-move {
  0% {
    bottom: 57px;
  }
  100% {
    bottom: 40px;
  }
}
.the_color_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;

}
.the_color_bg.color_show {
  animation-name: color_bg_show;
}
@keyframes color_bg_show {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.i-proCategory {
  padding: 78px 0 155px;
  position: relative;
}
.i-proCategory .the_color_bg {
  background: #e0f5ff;
}
.i-proCategory .head h2 {
  font-size: 36px;
  color: #333333;
  position: relative;
  padding: 65px 0 7px;
  background: url("../images/i-procat-tit-ico.png") no-repeat center top;
}
.i-proCategory .head h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 54px;
  height: 1px;
  background: #000;
  margin-left: -27px;
}
.i-proCategory .head p {
  color: #666666;
  margin-top: 24px;
}
.i-proCategory .procat-list {
  padding: 0 10.8%;
  margin-top: 38px;
}
.i-proCategory .procat-list .slideBox {
  padding: 0 20px;
}
.i-proCategory .procat-list .slideBox .swiper-slide {
  position: relative;
  margin-right:2.3%;
  width:31.8%;
  float:left;
}
.i-proCategory .procat-list .slideBox .swiper-slide:last-child{
    margin-right:0;
}
.i-proCategory .procat-list .slideBox .swiper-slide .procat-box {
  height: 286px;
  width: 100%;
}
.i-proCategory .procat-list .slideBox .swiper-slide .con-box {
  box-shadow: 0 0 30px 5px #c8e1ee;
  -webkit-box-shadow: 0 0 30px 5px #c8e1ee;
  -moz-box-shadow: 0 0 30px 5px #c8e1ee;
  -ms-box-shadow: 0 0 30px 5px #c8e1ee;
  -o-box-shadow: 0 0 30px 5px #c8e1ee;
  height: 530px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  margin-top: -109px;
  padding-top: 220px;
}
.i-proCategory .procat-list .slideBox .swiper-slide .con-box,
.i-proCategory .procat-list .slideBox .swiper-slide .con-box .tit a,
.i-proCategory .procat-list .slideBox .swiper-slide .con-box .intro {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-proCategory .procat-list .slideBox .swiper-slide .con-box .tit a {
  color: #000000;
  font-size: 18px;
  font-family: roboto-bold;
}
.i-proCategory .procat-list .slideBox .swiper-slide .con-box .intro {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  padding: 0 14%;
}
.i-proCategory .procat-list .slideBox .swiper-slide .more {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  display: block;
  width: 172px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background: #999999;
  margin: -29px auto 0;
  color: #fff;
  font-size: 18px;
}
.i-proCategory .procat-list .slideBox .swiper-slide:hover .con-box {
  background-image: url("../images/procat-bg.jpg");
}
.i-proCategory .procat-list .slideBox .swiper-slide:hover .con-box .tit a,
.i-proCategory .procat-list .slideBox .swiper-slide:hover .con-box .intro {
  color: #fff;
}
.i-proCategory .procat-list .slideBox .swiper-slide:hover .more {
  color: #005dcf;
  background: #fff;
}
.i-product {
  padding-top: 230px;
  position: relative;
}
.i-product .the_color_bg {
  background: url("../images/i-pro-main-bg.jpg") no-repeat center 619px;
}
.i-product .animate-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 619px;
  background: url("../images/i-pro-bg.jpg") no-repeat center;
  padding-top: 53px;
  background-size: cover;
  overflow: hidden;
}
.i-product .animate-box .tit {
  font-size: 174px;
  font-family: roboto-bold;
  opacity: 0.16;
  filter: alpha(opacity=16);
  color: #fff;
}
.i-product .pro-list .pro-one-box {
  box-shadow: 0 0 30px 5px rgba(183, 210, 239, 0.3);
  -webkit-box-shadow: 0 0 30px 5px rgba(183, 210, 239, 0.3);
  -moz-box-shadow: 0 0 30px 5px rgba(183, 210, 239, 0.3);
  -ms-box-shadow: 0 0 30px 5px rgba(183, 210, 239, 0.3);
  -o-box-shadow: 0 0 30px 5px rgba(183, 210, 239, 0.3);
  height: 703px;
  background: url("../images/i-pro-pic01.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.i-product .pro-list .pro-one-box .con-box {
  height: 100%;
  width: 43.2%;
  padding-right: 6%;
}
.i-product .pro-list .pro-one-box .con-box .layout-tab {
  height: 100%;
}
.i-product .pro-list .pro-one-box .con-box .layout-tab .intro {
  color: #155495;
  line-height: 43px;
}
.i-product .pro-list .pro-one-box .con-box .layout-tab .tit {
  font-family: roboto-bold;
  margin: 5px 0 71px;
}
.i-product .pro-list .pro-one-box .con-box .layout-tab .tit a {
  color: #000000;
  font-size: 42px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-product .pro-list .pro-one-box .con-box .layout-tab .tit a:hover {
  color: #155495;
}
.i-product .pro-list .pro-one-box .con-box .layout-tab .more-box span {
  color: #79acdd;
  font-family: "Times New Roman";
  display: inline-block;
  margin-bottom: 22px;
}
.i-product .pro-list .pro-one-box .con-box .layout-tab .more-box a {
  color: #3b6ba2;
  font-family: roboto-bold;
  border-bottom: 3px solid #fff;
  padding-bottom: 7px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-product .pro-list .pro-one-box .con-box .layout-tab .more-box a:hover {
  color: #000;
}
.i-product .pro-list .pro-two-box {
  margin-top: 105px;
}
.i-product .pro-list .pro-two-box .con-box {
  width: 37.7%;
}
.i-product .pro-list .pro-two-box .con-box .layout-tab {
  height: 100%;
}
.i-product .pro-list .pro-two-box .con-box .layout-tab .tit a {
  color: #005dcf;
  font-family: roboto-bold;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-product .pro-list .pro-two-box .con-box .layout-tab .tit a:hover {
  color: #000;
}
.i-product .pro-list .pro-two-box .con-box .layout-tab .subTit {
  color: #333333;
  font-size: 25px;
  font-family: roboto-thin;
  display: inline-block;
  margin: 9px 0 70px;
}
.i-product .pro-list .pro-two-box .con-box .layout-tab .intro {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.i-product .pro-list .pro-two-box .pic-box {
  width: 62.3%;
  padding-left: 13.9%;
  position: relative;
}
.i-product .pro-list .pro-two-box .pic-box:after {
  content: '';
  position: absolute;
  bottom: -69px;
  right: 0;
  width: 484px;
  height: 484px;
  z-index: 3;
  background: #c7e5f7;
}
.i-product .pro-list .pro-two-box .pic-box .img-box {
  max-width: 507px;
  position: relative;
  z-index: 4;
  box-shadow: 0 0 40px 10px #b7d2ef;
  -webkit-box-shadow: 0 0 40px 10px #b7d2ef;
  -moz-box-shadow: 0 0 40px 10px #b7d2ef;
  -ms-box-shadow: 0 0 40px 10px #b7d2ef;
  -o-box-shadow: 0 0 40px 10px #b7d2ef;
}
.i-product .pro-list .pro-three-box {
  margin-top: 133px;
  position: relative;
  padding-bottom: 97px;
}
.i-product .pro-list .pro-three-box:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 968px;
  height: 601px;
  background: url("../images/i-pro-pic03-bg.jpg") no-repeat -22px center;
}
.i-product .pro-list .pro-three-box:after {
  content: '';
  position: absolute;
  right: 0;
  top: 44%;
  width: 300px;
  height: 135px;
  background: #005dcf;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
}
.i-product .pro-list .pro-three-box .img-box {
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  width: 48.9%;
}
.i-product .pro-list .pro-three-box .con-box {
  width: 51.1%;
  padding-left: 10%;
}
.i-product .pro-list .pro-three-box .con-box .layout-tab {
  height: 100%;
}
.i-product .pro-list .pro-three-box .con-box .layout-tab .tit a {
  color: #005dcf;
  font-family: roboto-bold;
  font-size: 24px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-product .pro-list .pro-three-box .con-box .layout-tab .tit a:hover {
  color: #000;
}
.i-product .pro-list .pro-three-box .con-box .layout-tab .intro {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin: 9px 0 55px;
}
.i-product .pro-list .pro-three-box .con-box .layout-tab .advan-list > .column .ico-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #0e66d2;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-product .pro-list .pro-three-box .con-box .layout-tab .advan-list > .column .ico-box img {
  vertical-align: middle;
}
.i-product .pro-list .pro-three-box .con-box .layout-tab .advan-list > .column .ico-box:hover {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.i-product .pro-list .pro-three-box .con-box .layout-tab .advan-list > .column .icoTit {
  color: #666666;
  font-size: 16px;
  margin-top: 22px;
}
.i-product .pro-list .pro-three-box .con-box .layout-tab .advan-list > .column:first-child {
  margin-bottom: 54px;
}
.i-about {
  padding: 177px 0 86px;
  position: relative;
}
.i-about .the_color_bg {
  background: url("../images/i-about-bg.jpg") no-repeat center top;
  background-size: cover;
}
.i-about .head h2 {
  color: #333333;
  font-family: roboto-bold;
}
.i-about .head span {
  display: inline-block;
  color: #000000;
  font-family: roboto-light; font-variant:small-caps;
  letter-spacing: 11px;
  margin: 13px 0 43px;
}
.i-about .head p {
  color: #666666;
  line-height: 40px;
  max-width: 940px;
  margin: 0 auto;
}
.i-about .con-box {
  position: relative;
  margin-top: 76px;
}
.i-about .con-box img.i-a-pic {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -171px;
  height: 343px;
  width: auto;
}
.i-about .con-box .the_box {
  width: 470px;
  height: 441px;
  background: #005dcf;
  padding: 98px 0 0 55px; background:url("../images/ab.jpg") no-repeat;
}
.i-about .con-box .the_box p {
  color: #fff;
  line-height: 2;
  max-width: 278px;
}
.i-about .con-box .the_box .more {
  margin-top: 26px;
  color: #fff;
  letter-spacing: 1px;
  padding: 0 0 6px 10px;
  display: inline-block;
  width: 133px;
  background: url("../images/i-about-more-arr.png") no-repeat left bottom;
}
.i-news {
  padding: 91px 0 134px;
}
.i-news .tit {
  color: #333333;
  font-family: roboto-bold;
}
.i-news .slideBox {
  margin-top: 79px;
}
.i-news .slideBox .swiper-slide .tit a {
  display: block;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-news .slideBox .swiper-slide .tit a:hover {
  color: #0e66d2;
}
.i-news .slideBox .swiper-slide .abst {
  color: #333;
  margin: 3px 0 16px;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
}
.i-news .slideBox .swiper-slide .more a {
  width: 95px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  background: #0f6ec8;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-news .slideBox .swiper-slide .more a:hover {
  background: #000;
}
.i-news .slideBox .swiper-slide .more .date {
  color: #a7a7a7;
  font-size: 12px;
  margin-top: 4px;
}
.i-news .slideBox .swiper-slide .more .date i.fa {
  margin-right: 5px;
  font-size: 22px;
  vertical-align: sub;
}
.i-partner {
  height: 171px;
  background: url("../images/i-partner-bg.jpg") no-repeat center;
  line-height: 171px;
}
.i-partner .swiper-slide img {
  vertical-align: middle;
  position: relative;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.i-partner .swiper-slide img:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
}
.i-partner .swiper-slide img:last-child {
  display: none;
}
#footer .f-top {
  height: 399px;
  background: url("../images/f-bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding-top: 80px;
}
#footer .f-top .cName {
  color: #fff;
  font-family: roboto-light;
  letter-spacing: 5px;
  margin: 23px 0 29px;
}
#footer .f-top .f-social a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin: 0 12px;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%; background:none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 18px;
}
#footer .f-top .f-social a:hover {
  color: #0f6ec8;
  border-color: #0f6ec8;
}
#footer .f-top .f-contact {
  margin-top: 51px;
}
#footer .f-top .f-contact > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 35px;
}
#footer .f-top .f-contact > div i.fa {
  font-size: 30px;
  color: #0092db;
  vertical-align: sub;
  margin-right: 7px;
}
#footer .f-top .f-contact > div span {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-family: roboto-light;
}
#footer .f-bot {
  height: 48px;
  line-height: 48px;
  background: #000000;
}
#footer .f-bot a {
  color: #666666;
  font-size: 12px;
  font-family: roboto-light;
  margin: 0 15px;
}
.inner-banner {
  background: #eeeeee url("../images/inner-pic.jpg") no-repeat 57.5% top;
  padding-top: 321px;
  padding-bottom: 89px;
}
.inner-banner .the_head .tit {
  font-family: roboto-bold;
  color: #333333;
}
.inner-banner .the_head .intro {
  color: #333333;
  line-height: 30px;
  margin: 30px 0 39px;
}
.inner-banner .the_head .return {
  display: inline-block;
  line-height: 30px;
  padding-left: 45px;
  background: url("../images/inner-return.png") no-repeat left center;
  color: #0092db;
}
.inner-banner .inner-cat-menu {
  margin-top: 166px;
}
.inner-banner .inner-cat-menu li {
  display: inline-block;
    margin: 0 20px;
  position: relative;
}
.inner-banner .inner-cat-menu li .children{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	width: 100%;
	border-top: 1px solid #ccc;
	display: none;
}
.inner-banner .inner-cat-menu li .children li{
	margin: 0;
}
.inner-banner .inner-cat-menu li a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  display: block;
  padding: 0 15px;
  min-width: 248px;
  height: 57px;
  line-height: 57px;
  overflow: hidden;
  background: #ffffff;
  font-size: 16px;
  font-family: roboto-bold;
  color: #333333;
}
.inner-banner .inner-cat-menu li a:hover,
.inner-banner .inner-cat-menu li a.active {
  color: #fff;
  background: #0092db;
}
.inner-page {
  background: #eeeeee;
  padding-bottom: 100px;
}
.inner-page .main-con-box {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.inner-page .main-con-box p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.product-yd-page .the_list li {
  height: 577px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-bottom: 48px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
.product-yd-page .the_list li .con-box {
  position: absolute;
  right: 83px;
  top: 50%;
  transform: translateY(-50%);
}
.product-yd-page .the_list li .con-box .tit a {
  color: #1b4579;
  font-size: 48px;
  font-family: roboto-bold;
}
.product-yd-page .the_list li .con-box .more {
  margin-top: 43px;
  width: 105px;
  padding-left: 3px;
  display: inline-block;
  color: #1b4579;
  font-size: 12px;
  text-transform: uppercase;
  background: url("../images/pro-yd-arr.png") no-repeat left bottom;
  padding-bottom: 6px;
}
.product-page {
  padding: 0 62px;
}
.product-page .main-list li {
  float: left;
  width: 23.1%;
  margin-right: 2.5%;
  position: relative;
  margin-bottom: 110px;
  overflow: hidden;
}
.product-page .main-list li:nth-of-type(4n) {
  margin-right: 0;
}
.product-page .main-list li .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 146, 219, 0.8);
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-page .main-list li .layer .layout-tab {
  height: 100%;
  color: #fff;
}
.product-page .main-list li .layer .layout-tab a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.product-page .main-list li .layer .layout-tab .tit a {
  color: #fff;
  font-size: 20px;
  font-family: roboto-bold;
}
.product-page .main-list li .layer .layout-tab .tit a:hover {
  color: #000;
}
.product-page .main-list li .layer .layout-tab .abst {
  margin: 19px 0 30px;
}
.product-page .main-list li .layer .layout-tab .ser {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fff;
  line-height: 36px;
}
.product-page .main-list li .layer .layout-tab .ser:hover {
  color: #000;
  border-color: #000;
}
.product-page .main-list li:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .main-con-box .prodet-tit {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px;
  background: #0092db;
  margin-bottom: 20px;
}
.prodet-page .main-con-box .prodet-top {
  padding: 27px 25px 31px;
}
.prodet-page .main-con-box .prodet-top .prodet-pic {
  width: 40%!important;
}
.prodet-page .main-con-box .prodet-top .prodet-pic img {
  width: 100%;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one {
  width: 55.46%!important;
  padding-left: 11.6%;
  position: relative;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .prodet-main-tit {
  color: #222;
  font-family: roboto-bold;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .goToFb {
  margin: 42px 0 50px;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .goToFb a {
  display: block;
  height: 37px;
  line-height: 37px;
  max-width: 240px;
  background: #0092db;
  text-indent: 25px;
  color: #fff;
  font-size: 16px;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .goToFb a i.fa {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .image-gallery li {
  float: left;
  width: 24%;
  margin: 0 5px 5px 0;
}
.prodet-page .main-con-box .prodet-con-two {
  margin-top: 40px;
}
.prodet-page .main-con-box .prodet-con-two table{
	border: none;
}
.prodet-page .main-con-box .prodet-con-two table tr{
	background: #e3e3e3;
}
.prodet-page .main-con-box .prodet-con-two table tr:nth-of-type(2n){
	background: #fff;
}
.prodet-page .main-con-box .prodet-con-two table td{
	padding: 12px 10px 12px 37px;
	border: none;
}
.prodet-page .main-con-box .prodet-basic-box {
  padding: 22px 23px 14px;
  background: #0092db;
  margin-top: 0;
  border: none;
}
.prodet-page .main-con-box .prodet-basic-box table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.prodet-page .main-con-box .prodet-basic-box table td {
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
.prodet-page .main-con-box .prodet-related .swiper-slide .tit {
  text-align: center;
}
.prodet-page .main-con-box .prodet-feedback .main-feedback {
  margin-top: 46px;
}
.main-feedback {
  max-width: 700px;
}
.main-feedback li {
  margin-bottom: 15px;
}
.main-feedback li label {
  float: left;
  width: 12%;
  text-align: right;
  color: #222;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
}
.main-feedback li label i {
  color: #ff0000;
  font-size: 18px;
  margin-right: 5px;
}
.main-feedback li input,
.main-feedback li textarea {
  float: left;
  width: 87.4%;
  margin-left: 0.6%;
  height: 27px;
  border: 2px solid #616262;
  background: #2b2c2c;
  outline: none;
  resize: none;
  color: #fff;
  padding: 0 15px;
}
.main-feedback li textarea {
  height: 144px;
  padding: 10px 15px;
}
.main-feedback li.sort input {
  max-width: 241px;
}
.main-feedback li.txt {
  margin-bottom: 0;
}
.main-feedback li.txt p {
  color: #cccccc!important;
  font-size: 12px!important;
  line-height: normal!important;
  margin-left: 0.6%;
}
.main-feedback input[type="submit"] {
  margin: 17px 0 0 10.6%;
  width: 167px;
  height: 40px;
  text-indent: 9999px;
  background: url("../images/prodet-fb-btn.jpg") no-repeat center;
  border: none;
}
.news-page .new-list li {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 30%;
}
.news-page .new-list li .new-con {
  width: 70%;
  padding-left: 5%;
}
.news-page .new-list li .new-con .tit a {
  display: block;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #0092db;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 15px 0;
}
.news-page .new-list li .new-con .abst a {
  color: #0092db;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page .news {
  color: #333;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.faq-page .faq-list dt {
  max-width: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #0092db;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
.contact-page .cn-form {
  width: 60%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 37%;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
  font-family: roboto-bold;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
}
.contact-page .contact-details .contact-list a {
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  color: #0250a9;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
  font-family: roboto-bold;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #0090ff;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 315px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  font-family: roboto-regular;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
@media screen and (max-width: 768px) {
  .about-page .a-culture {
    padding: 60px 0 50px;
  }
  .about-page .a-culture .a-tit {
    margin-bottom: 50px;
  }
  .about-page .i-network .add-sale {
    display: none;
  }
  .about-page .i-network .con-box {
    margin-right: 0;
    margin-top: 90%;
  }
  .about-page .a-whyUs {
    padding-top: 60px;
  }
  .about-page .a-whyUs .why-list {
    margin-top: 50px!important;
  }
  .about-page .a-whyUs .why-list > .column > .img {
    display: none;
  }
  .prodet-page .det-head .pro-det-one .pro-links {
    margin: 40px 0;
  }
  .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    width: 25%;
  }
  .prodet-page .det-body {
    padding: 50px 0;
  }
  .contact-page .c-info .clist .qr-code {
    display: none;
  }
  .layer-form .contact100-form-title {
    min-height: 88px;
    font-size: 24px;
  }
  .layer-form input.input100 {
    height: 40px;
  }
  .layer-form textarea.input100 {
    min-height: 110px;
  }
}

.current-tit{
	display: none!important;
}

.image-gallery a img{
	height: auto;
}

.wpulike.wpulike-default{
	display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
	display: block;
} 
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}
@media screen and (max-width:1750px) {
    .i-product .pro-list .pro-three-box:after{
        display:none;
    }
    #footer .f-top {
    height: auto;
    padding: 50px 0;
    }
}
@media screen and (max-width:1258px) {
    .i-product .pro-list .pro-one-box{
        height:603px;
    }
    .i-product .pro-list .pro-three-box .con-box{
        padding-left: 3%;
    }
    .i-product .pro-list .pro-three-box .con-box .layout-tab .intro{
        margin-bottom:30px;
    }
    .i-product .pro-list .pro-three-box .con-box .layout-tab .advan-list > .column:first-child {
        margin-bottom: 24px;
    }
    .i-product .pro-list .pro-three-box .con-box .layout-tab .advan-list > .column .icoTit{
        margin-top:12px;
    }
    .i-about .con-box img.i-a-pic{
        right:-300px;
    }
    .inner-banner{
        padding-bottom:40px;
    }
    .inner-banner .inner-cat-menu li{
        margin-bottom:20px;
    }
    .product-page .main-list li .layer .layout-tab .tit a{
        font-size:16px;
        padding: 0 10px;
    }
    .prodet-page .main-con-box .prodet-con-two table {
        width: 100%;
        display: block;
        overflow-x: scroll;
    }
}
@media screen and (max-width:1200px) {
    .i-proCategory .procat-list .slideBox .swiper-slide .con-box{
        padding-top:60px;
        height: 430px;
    }
    .i-proCategory .procat-list .slideBox .swiper-slide .con-box .intro{
        max-height:270px;
        overflow:hidden;
    }
}
@media screen and (max-width:970px) {
    .i-proCategory .procat-list .slideBox .swiper-slide{
        width:100%;
        margin-right:0;
        margin-bottom:30px;
    }
    .i-proCategory .procat-list .slideBox .swiper-slide .con-box{
        margin-top:0;
        height:auto;
        padding-bottom: 60px;
    }
    .i-proCategory .procat-list .slideBox .swiper-slide .con-box .intro{
        max-height:auto;
    }
    .i-product .pro-list .pro-one-box {
        height: 453px;
    }
    .i-product .pro-list .pro-one-box .con-box {
        width: 50%;
        padding-right: 3%;
    }
    .i-product .pro-list .pro-one-box .con-box .layout-tab .intro{
        font-size: 20px;
    }
    .i-product .pro-list .pro-one-box .con-box .layout-tab .tit {
        margin-bottom: 41px;
    }
    .i-product .pro-list .pro-one-box .con-box .layout-tab .tit a{
        font-size: 32px;
    }
    .i-product .pro-list .pro-two-box .con-box {
        width: 47.7%;
    }
    .i-product .pro-list .pro-two-box .pic-box {
        width: 52.3%;
        padding-left: 3.9%;
    }
    .i-product .pro-list .pro-two-box .pic-box:after{
        display:none;
    }
    .i-product .pro-list .pro-three-box .img-box {
        box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
    }
    .i-about .con-box .the_box {
        width: 350px;
        padding: 98px 0 0 35px;
    }
    .i-about .con-box img.i-a-pic{
        right: -330px;
    }
    .product-page .main-list li {
        width: 31.6%;
        margin-bottom: 50px;
    }
    .product-page .main-list li:nth-of-type(4n) {
        margin-right: 2.5%;
    }
    .product-page .main-list li:nth-of-type(3n) {
        margin-right: 0;
    }
    .product-page .main-list li .layer .layout-tab .tit a{
        font-size:14px;
    }
    .prodet-page .main-con-box .prodet-top .prodet-con-one .prodet-main-tit {
        font-size: 16px;
    }
    .contact-page .contact-details,
    .contact-page .cn-form{
        width:100%;
    }
    .contact-page .cn-form{
        margin-top:30px;
    }
}
@media screen and (max-width:768px) {
    .i-proCategory {
        padding: 50px 0;
    }
    .i-proCategory .head{
        padding: 0 15px;
    }
    .i-proCategory .head h2{
        font-size:26px;
    }
    .i-proCategory .procat-list {
        padding: 0 15px;
        margin-top: 20px;
    }
    #banner .b-mouse{
        display:none;
    }
    .i-product {
        padding-top: 130px;
    }   
    .i-product .animate-box .tit{
        font-size:80px;
    }
    .i-product .pro-list .pro-two-box .con-box,
    .i-product .pro-list .pro-two-box .pic-box,
    .i-product .pro-list .pro-three-box .img-box,
    .i-product .pro-list .pro-three-box .con-box{
        width:100%;
        padding:0;
    }
    .i-product .pro-list .pro-two-box .con-box .layout-tab>.cell{
        text-align:center;
    }
    .i-product .pro-list .pro-two-box .pic-box .img-box{
        margin: 40px auto 0;
    }
    .i-product .pro-list .pro-two-box {
        margin-top: 65px;
    }
    .i-product .pro-list .pro-two-box .con-box .layout-tab .tit a{
        font-size: 34px;
    }
    .i-product .pro-list .pro-two-box .con-box .layout-tab .subTit {
        font-size: 20px;
        margin: 9px 0 20px;
    }
    .i-product .pro-list .pro-three-box {
        margin-top: 53px;
        padding-bottom: 60px;
    }
    .i-product .pro-list .pro-three-box:before{
        display:none;
    }
    .i-product .pro-list .pro-three-box .img-box{
        text-align:center;
        margin-bottom:30px;
    }
    .i-product .pro-list .pro-three-box .con-box .layout-tab .advan-list > .column .icoTit{
        color:#000;
    }
    .i-about {
        padding: 80px 0 50px;
    }
    .i-about .head span{
        margin-bottom:25px;
    }
    .i-about .con-box{
        margin-top:40px;
    }
    .i-about .head h2{
        font-size:30px;
    }
    .i-about .con-box .the_box{
        width:100%;
        height: auto;
        padding: 40px;
    }
    .i-about .con-box img.i-a-pic{
        position:static;
        margin-top:0;
        height:auto;
    }
    .i-news {
        padding: 50px 0;
    }
    .i-news .tit{
        font-size:30px;
    }
    .i-news .slideBox {
        margin-top: 32px;
    }
    .inner-banner{
        padding-bottom:50px;
        padding-top:70px;
    }
    .inner-banner .inner-cat-menu {
        margin-top: 66px;
    }
    .product-page {
        padding: 0 15px;
    }
    .product-page .main-list li {
        width: 49%;
        margin: 0 2% 25px 0%!important;
    }
    .product-page .main-list li:nth-of-type(2n) {
        margin-right: 0!important;
    }
    .product-page .main-list li .layer .layout-tab .abst,
    .product-page .main-list li .layer .layout-tab .ser{
        display:none;
    }
    .prodet-page .main-con-box .prodet-top .prodet-pic{
        width: 100%!important;
    }
    .prodet-page .main-con-box .prodet-top .prodet-con-one {
        width: 100%!important;
        padding-left: 0;
    }
    .prodet-page .main-con-box .prodet-tit {
        font-size: 14px;
        padding: 7px 15px;
    }
    .news-page .new-list li .new-pic,
    .news-page .new-list li .new-con{
        width: 100%;
        padding-left:0;
    }
    .news-page .new-list li .new-con .tit a{
        font-size:16px;
        margin-top:20px;
    }
    .news-page .new-list li .new-con .abst{
        font-size:14px;
    }
    .contact-page .cn-form{
        padding: 25px 20px 15px;
    }
    .cn-form .m-form-l,
    .cn-form .m-form-r{
        width:100%;
    }
    .cn-form .m-form-r textarea{
        height:180px;
    }
}
@media screen and (max-width:635px) {
    #footer .f-bot {
        height: auto;
        line-height: normal;
        padding: 10px 0;
    }
    #footer .f-bot a{
        display:block;
        margin: 6px 0;
    }
}
@media screen and (max-width:568px) {
    .i-product .pro-list .pro-one-box .con-box .layout-tab .intro {
        font-size: 16px;
        line-height: 24px;
    }
    .i-product .pro-list .pro-one-box .con-box .layout-tab .tit a {
        font-size: 24px;
    }
}
@media screen and (min-width:768px){
    .pcsb{
        display:block;
    }  
    .mbsb{
        display:none;
    }
}
@media screen and (max-width:768px){
    .pcsb{
        display:none;
    }  
    .mbsb{
        display:block;
    }
}









.i-product{background: url("../images/i-pro-bg.jpg") no-repeat ; background-size:cover;}
.f-top img{ height:60px;}

@media screen and (max-width:1600px){
	#header{ padding-left:0;}
#footer .f-top .f-contact > div{ margin:0 15px;}
}
.news-img{ border:1px solid #eee; margin-bottom:20px;}
.tit a{ font-weight:bold;}



