<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-------------------------
	General Styles
--------------------------*/

body {
  width: 100%;
  line-height: 1;
  padding-top: 0;
  background: #F0F0F0;
  color: #D5D6E2;
  font-weight: 500;
  font-size: 20px;
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif, FreeSans, Arimo;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body, div, p, span {
  font-family: 'microsoft yahei', Arial;
}

body {
  line-height: 1.5;
}

p, span {
  display: block;
}

body, html {
  padding: 0;
  margin: 0;
  height: 100%;
}

/* Reset */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

a {
  color: #2fa0ec;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  color: #74777b;
}

.htmleaf-container {
  margin: 165px auto 0;
}

img {
  display: block;
  width: 100%;
}

/*-----------------------------------
	Navigation Bar Styles
------------------------------------*/

.navbar {
  padding: 0;
  background-color: #fff;
  transition: padding 0.4s;
  border-color: transparent;
  border: 0;
}

/* Contract the navbar while scrolling */

.navbar.scrolled {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  padding: 0;
  z-index:99999999999999;
}

.navbar.scrolled .navbar_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

.navbar.scrolled .navbar_head a {
  padding: 0;
}

.navbar.scrolled .navbar_head_img {
  width: auto;
  height: 50px;
  margin-top: 5px;
}

.navbar.scrolled .navbar_head_txt p, .navbar.scrolled .navbar_head_txt span {
  font-size: 16px;
  line-height: 20px;
}

.navbar.scrolled .navbar_head_txt {
  margin-top: 10px;
}

#myNavbar {
  overflow-x: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.htmleaf-container.scrolled,.product_main.scrolled,.product_detail.scrolled,.about_main.scrolled {
  margin-top: 65px;
}

/* Brand name */

.brandStyle {
  color: #487b83 !important;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  height: 60px;
  padding: 0;
  margin: 5px 0 0 !important;
}

.brandStyle img {
  height: 60px;
  display: block;
  float: left;
}

.brandStyle p {
  color: #ffffff;
  font-size: 12px;
  float: left;
  display: block;
  margin-top: 20px;
  margin-left: 10px;
}

.brandStyle span {
  display: block;
}

/* Menu */

/*-----------------------------------
	Main Picture
------------------------------------*/

.navbar {
  border: 0;
  background: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navbar-nav &gt; li a {
  font-size: 16px;
  line-height: 25px;
  color: #d85f9c !important;
  padding: 20px 35px 20px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.navbar-nav &gt; li.active a {
  color: #fff !important;
}

.navbar.scrolled .navbar-nav &gt; li a {
  color: #313cc7 !important;
}

.navbar.scrolled .navbar-nav &gt; li.active a {
  color: #000 !important;
}
.navbar.scrolled .dropdown-menu &gt; li &gt; a{
  color: #fff!important;
}
.navbar.scrolled .dropdown-menu &gt; li:hover &gt; a{
  color: #e2107a !important;
}

.navbar-nav li a p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
}

.noBorder {
  background-color: #0672f3;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  /*border-bottom: 1px solid #309ae8;*/
}

.navbar-nav &gt; li {
  position: relative;
}

.body-banner {
  background-image: linear-gradient(180deg, #12191e, #384148);
  height: auto;
  position: relative;
}

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background: transparent;
}

.navbar-nav &gt; li &gt; .dropdown-menu {
  height: auto;
  overflow: hidden;
  top: calc(100%);
  text-align: center;
  background: transparent;
  right: inherit;
  left: 0;
  min-width: 320px;
  padding: 0;
}

.dropdown-menu &gt; li {
  display: block;
  margin-bottom: 10px;
}

.dropdown-menu &gt; li:last-child {
  margin-bottom: 0;
}

.dropdown-menu &gt; li &gt; a {
  display: block;
  color: #fff !important;
  padding: 0 20px;
  background: #38378a;
  line-height: 30px;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
}
.dropdown-menu &gt; li &gt; a br{
  display: none;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
  text-decoration: underline;
  color: #d85f9c !important;
  background: #38378a !important;
}

.language_li {
  padding: 0 30px;
  display: block;
}

.language_li .language {
  padding: 40px 20px 20px;
}

.language_li .language .cn {
  border: 1px solid #51B354;
  padding: 10px 30px;
  margin-right: 20px;
  border-radius: 2px;
}

.language_li .language .en {
  background: #53B455;
  padding: 10px 30px;
  border-radius: 2px;
  border: 1px solid #51B354;
}

.navbar-nav &gt; li &gt; .dropdown-menu.p_menu {
  height: auto;
}

.p_menu .p_menu_list {
  width: 550px;
  overflow: hidden;
}

.p_menu .p_menu_list li {
  float: left;
  width: 25%;
  text-align: left;
}

.p_menu .p_menu_list li a {
  font-size: 14px;
  padding: 10px 0;
  display: block;
  line-height: 1;
}

.p_menu .p_menu_list li a:hover {
  color: #186CDC !important;
  text-decoration: underline;
}

.m_search {
  float: right;
  display: none;
}

.m_search .search_all {
  margin-top: 18px;
}

.m_search .search_all i {
  padding-right: 20px;
}

/*轮播*/

/*设置左右按钮样式*/

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.center {
  text-align: center;
}

/*轮播*/
.slideshow {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.slideshow * {
  outline: none;
}

.slideshow .slider {
  /*box-shadow: 0 20px 50px -25px black;*/
}

.slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}

.slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  /*-webkit-transform: scale(1.2);*/
  /*transform: scale(1.2);*/
}

.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

* {
  margin: 0;
  padding: 0;
}

.slick {
  width: 100%;
  margin: 0 auto;
}

.slick img {
  width: 280px;
  padding: 10px;
}

.slick-prev:before, .slick-next:before {
  position: absolute;
  left: 0;
  top: 1px;
  color: #ccc;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  bottom: -35px;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-prev:before, .slick-next:before {
  font-size: 60px;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 50px;
}

.banner .slick-dots {
  bottom: 20px;
}

.index_main {
  margin-top: 165px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.banner .slick-prev:before, .banner .slick-next:before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.banner .slick-prev, .banner .slick-next {
  opacity: 0;
  transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}

.banner:hover .slick-prev {
  opacity: 1;
}

.banner:hover .slick-next {
  opacity: 1;
}

.banner .slick-prev:hover:before, .banner .slick-next:hover:before {
  color: #186CDC;
}

.navbar-nav &gt; li &gt; .dropdown-menu.p_menu {
  background: #ffffff;
}

.p_menu li {
  width: 200px;
  padding: 30px 10px;
}

.p_menu li img {
  width: 100%;
  display: block;
}

.dropdown ul.dropdown-menu {
  width: 100% !important;
}

.navbar-nav&gt;li.active&gt;a {
  background: transparent !important;
}

.navbar-nav&gt;li.active a:after {
  content: '';
  width: 70%;
  height: 3px;
  background: #3299E6;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 15% 10px;
  display: none;
}

/*轮播*/

/*搜索*/
.input-search {
  position: relative;
  width: 400px;
  margin: 0 auto;
}

.input-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 20px 0 10px;
  border: 0;
  background: #93D518;
  border-radius: 0 200px 200px 0;
  font-size: 18px;
  color: #ffffff;
}

.input-search-btn i {
  color: #ffffff;
  font-size: 20px;
  padding-left: 5px;
}

.input-search .form-control {
  border-radius: 200px;
  height: 48px;
  padding: 6px 30px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
}

.sea_info {
  text-align: center;
  padding: 20px;
  overflow: hidden;
  color: #ffffff;
}

.sea_info p {
  display: inline-block;
}

.sea_info a {
  display: inline-block;
  padding: 0 5px;
  color: #ffffff;
}

.search_all {
  display: block;
  height: 30px;
  margin-top: 25px;
  cursor: pointer;
}

.search_all i {
  font-size: 20px;
  color: #fff;
  padding: 0 30px 0 30px;
}

.navbar .container {

}

.navbar_head {
  background: #fff;
  color: #191881;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.navbar_head a {
  display: block;
  overflow: hidden;
  padding: 20px 0 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.navbar_head_img {
  width: 120px;
  float: left;
}

.navbar_head_txt {
  width: calc(100% - 500px);
  float: left;
  font-family: Calibri, SimHei;
  padding-left: 20px;
}

.navbar_head_txt p, .navbar_head_txt span {
  color: #191881;
  font-size: 21px;
  display: block;
  line-height: 30px;
}

.navbar_head_txt span {
  font-family: SimHei;
}

.brandStyle {
  display: none;
}

@media all and (min-width: 1800px) {
  .navbar_head .w1200 {
    max-width: 1400px;
  }
}

.text {
  max-width: 90%;
  margin-left: 5%;
  position: absolute;
  text-align: center;
  color: #fff;
  -webkit-text-shadow: 1px 1px 3px #000;
  -moz-text-shadow: 1px 1px 3px #000;
  -ms-text-shadow: 1px 1px 3px #000;
  -o-text-shadow: 1px 1px 3px #000;
  text-shadow: 1px 1px 3px #000;
}

.text h2 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
}

.text p {
  font-weight: 300;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .text {
    text-align: center;
    color: #fff;
    margin-left: 0%;
    width: 100%;
    max-width: 1200px;
    -webkit-text-shadow: 1px 1px 3px #000;
    -moz-text-shadow: 1px 1px 3px #000;
    -ms-text-shadow: 1px 1px 3px #000;
    -o-text-shadow: 1px 1px 3px #000;
    text-shadow: 1px 1px 3px #000;
  }

  .text h2 {
    font-size: 2.5em;
  }

  .text p {
    font-size: 1.5em;
    font-weight: 300;
  }

  .csstransforms .text {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#bg-1, #bg-2, #bg-3 {
  background-size: cover;
  background-position: 50%;
  background-color: #999;
}

#bg-1 {
  background-image: url("../images/1.jpg");
}



.bg_01_txt {
  width: 50%;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.bg_01_txt p {
  color: #38378a;
  line-height: 1;
}

.bg_01_img {
  width: 100%;
  position: absolute;
  right: -50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bg_01_img img {
  display: block;
  width: 100%;

}

.bg_txt {
  width: 32%;
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg_txt p {
  line-height: 1.4;
  color: #ffffff;
  font-size: 75px;
  text-align: left;
}

.bg_img {
  width: 30%;
  position: absolute;
  right: -20%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg_img a {
  display: block;

  padding: 10px;

}

.bg_img img {
  display: block;
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.bg_img a:hover {
  padding: 0;

}

.bg_img a:hover img {
  border: 10px solid #e2107a;
  background: #fff
}

footer {
  background: #38378a;
  padding: 80px 0 50px;
}

.foot_left {
  width: 50%;
  float: left;
  text-align: left;
}

.foot_left h2 {
  font-size: 24px;
  color: #fafafc;
  margin-bottom: 60px;
}

.foot_left p {
  font-size: 1.25em;
  color: #fafafc;
  line-height: 30px;
}

.foot_right {
  width: 50%;
  float: right;
  padding: 0 50px;
}

.foot_right .form {
  width: 100%;
}

.foot_right .form-group {
  overflow: hidden;
}

.foot_right .form-group h2 {
  font-size:24px;
  color: #fafafc;
  margin-bottom: 60px;
}

.foot_right .form-group input {
  border: 0;
  height: 55px;
  line-height: 55px;
  padding: 10px;
  font-size: 1.3em;
  width: 100%;
  color: #666666;
}

.foot_right .form-group textarea {
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  width: 100%;
  color: #666666;
  line-height: 1.2em;
  height: 220px;
}

.foot_right .form-group input.submit {
  width: 100px;
  height: 55px;
  line-height: 1;
  font-size: 1.2em;
  text-align: center;
  color: #333333;
  float: right;
}

.links {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  color: #fafafc;
  margin-top: 20px;
}
.links span{
  display: inline-block;
}
.about_main {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  max-width: 1200px;
  margin: 165px auto 0;
}
.about_main_01{
  padding: 20px 0;
}
.about_main_01 .video{
  width: 100%;
  height: 660px;
}
.about_main_01 .video video{
  width: 100%;
  height: auto;
}
.about_main_01 .txt{
  padding-top: 25px;
}
.about_main_01 .txt p{
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px;
}

.about_main_02{

}

.about_main_02 .tit{
  font-size: 20px;
  color: #333333;
  padding: 10px 0 15px;
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
}

#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 520px;
  height: 670px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
  display:block;
}
#certify  .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
}



.about_main_03{

}
.images_ul{

}
.images_ul ul{
  overflow: hidden;
}
.images_ul li{
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* Internet Explorer */
  -moz-transform: rotate(45deg); /* Firefox */
  -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
  -o-transform: rotate(45deg); /* Opera */
  line-height: 80px;
  background: #999;
  text-align: center;
  float: left;
  margin:20px 20px;
}
.images_ul a{
  transform:  rotate(-45deg);
  -ms-transform: rotate(-45deg); /* Internet Explorer */
  -moz-transform: rotate(-45deg); /* Firefox */
  -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
  -o-transform: rotate(-45deg); /* Opera */
  display: inline-block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff
}
.body_en .images_ul li{
  width: auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  transform: rotate(0);
  -ms-transform: rotate(0); /* Internet Explorer */
  -moz-transform: rotate(0); /* Firefox */
  -webkit-transform: rotate(0); /* Safari 和 Chrome */
  -o-transform: rotate(0); /* Opera */
  margin:0 15px 15px 0;
}
.body_en .images_ul li a{
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  display: block;
  transform: rotate(0);
  -ms-transform: rotate(0); /* Internet Explorer */
  -moz-transform: rotate(0); /* Firefox */
  -webkit-transform: rotate(0); /* Safari 和 Chrome */
  -o-transform: rotate(0); /* Opera */
}







.images_ul li.active{
  background: #0672f3;
}
.about_box{
  padding-top: 30px;
}
.about_box .box_main{
  display: none;
  width: 100%;
}
.about_box .box_main .img_box{

}
.img_box{
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 10px 30px;
  position: relative;
}
.img_box img{
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 30px;
  height: 220px;
}

.img_box img:nth-child(3n){
  margin-right: 0;
}







.product_main {
  margin-top: 165px;
  padding: 60px 0;
  background: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.product_main {

}

.product_list {

}

.product_list_ul {

}

.product_list_ul li {
  width: 360px;
  height: 360px;
  margin: 0 20px 40px;
  float: left;
  border: 2px solid #808080;
} 



.product_list_ul li:first-child {
  text-align: left;
  padding: 0;
  border: 0;
}
.product_list_ul li:first-child img{
  width: 100%;
  height: 100%;
  display: block;
}
.product_list_ul li:first-child p {
  font-size: 40px;
  color: #020202;
}

.hover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hover img {
  display: block;
  position: relative;
  transition: all .4s ease-in;
}

.hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: all .4s ease-in;
}

.hover h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  padding: 30px 10px 0px;

}
.hover p{
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  padding: 5px 10px 10px;
  transition: all .4s ease-in;
}
.hover a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 25px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #fff;
  margin: 40px 0 0;
  border-radius: 0;
  background-color: transparent;
  font-weight: bold;
}

.hover a.info, .hover h2,.hover p{
  transform: scale(.7);
  transition: all .4s ease-in;
  opacity: 0;
}

.hover img {
  transition: all .4s ease-in
}

.hover:hover img {
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  transform: scale(1.2)
}

.hover:hover a.info, .hover:hover h2,.hover:hover p {
  opacity: 1;
  transform: scale(1)
}
.hover:hover p{
  background: transparent;
}
.hover:hover .overlay{
  background: rgba(56, 55, 136, .6);
}
.hover a.info:hover{
  color: #38378a;
}

.product_detail{
  margin-top: 165px;
  background: #fff;
  padding:50px 0;
}
.product_detail_main{
  overflow: hidden;
}
.product_detail_main .d_left{
  width: 750px;
  float: left;
}


.product_detail_main .detail_img {
  width: 100%;
  float: left;
}


/*放大镜*/
#showbox {
  background: #fff;
  /*border: 4px solid #808080;*/
  width: 550px;
  float: right;
}

#showsum {
  left: 0;
  margin-top: 40px;
  float: left;
  width: 150px!important;
  height: 470px!important;
  margin-right:50px;
  z-index: 9999999;
}

#showsum span {
  border: 1px solid #ddd;
  background: #ffffff;
}

#showsum span.sel {
  border: 1px solid #69c0e6;
}

#showbox img {
  max-width: 100%;
  width: 100%;
  border: 4px solid #808080
}

.showpage {
  width: 150px;
  position: relative;
  height: 550px;
}

.showpage a {
  display: block;
  width: 150px;
  border: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  background: #eee;
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  text-decoration: none;
  color: #999;
}
.showpage a#showlast{
  top: 0;
}
.showpage a#shownext {
  bottom: 0;
}

.showpage a:hover {
  background: #ccc;
  color: #777;
}

.showpage a i{
  font-size: 20px;
  line-height: 30px;
}



.product_detail_main .d_left img{
  display: block;
  /*border: 2px solid #808080;*/
}

.product_detail_main .d_right{
  width: 450px;
  float: right;
  padding:0 0 0 30px;
}

.product_detail_main .d_right .tit{
  border-bottom: 3px solid #e4127c;
}
.product_detail_main .d_right .tit h2{
  font-family: "Adobe 黑体 Std R";
  font-size: 30px;
  color: #030303;
}
.product_detail_main .d_right .tit h2:first-letter{
  /*color: #1e21ac;*/
}
.product_detail_main .d_right .tit p{
  font-family: "Adobe 黑体 Std R";
  color: #616161;
  font-size: 22px;
}
.product_detail_main .d_right .txt{
  padding-top: 20px;
}
.product_detail_main .d_right .txt h2{
  font-size: 28px;
  color: #030303;
  font-family: 'SimSun-ExtB';
  font-weight: bold;
}
.product_detail_main .d_right .txt p{
  color: #030303;
  font-size: 20px;
  line-height: 35px;
  font-family: "Adobe 黑体 Std R";
}

.p_page {
  margin:50px auto 0;
  text-align: center;
}

.p_page_list {
  display: inline-block;
}

.p_page_list a {
  display: block;
  float: left;
  padding: 5px 15px;
  background: #E9E5E1;
  margin: 0 3px;
  font-size: 14px;
  color: #333;
}

.p_page_list a.active {
  background: #908ff6;
  color: #ffffff;
}



















</pre></body></html>