﻿

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  color: #333;
  font-size: 14px;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #00a0e9;
  text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

a {
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:active,
a:hover {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

.clearfix {
  display: inline-block;
  /* Hide from IE Mac \*/
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  width: 100%;
  min-width: 1200px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #062355;
  background-clip: padding-box;
  min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #062355;
}

header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0;
  width: 100%;
  background: url(../png/i6rebo.png);
  transition: all 0.5s ease;
}


header .header-pc {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .header-pc .logo {

  background: url(../png/subncp.png) 100% 100% no-repeat;
  width: 200px;
  height: 70px;
 

  display: block;
  margin: 10px 0;
}

header .header-pc .logo img {
  height: 70px;
}

header .header-pc .nav {
   width: 60%;
  font-size: 0;
  padding: 25px 0 25px 10%;
  
}

header .header-pc .nav ul {
  width: 100%;
}

header .header-pc .nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  width: 16.6%;
  text-align:center;
  font-size: 14px;
  color: #fff;
  
}

header .header-pc .nav a {
  color: #fff;
  padding-right:20px;float:left;
}

header .header-pc .nav a:hover {
  font-size: 15px;transition: all 0.5s ease;
}

header .header-pc .nav a.b{
  color: #fff;float:left;
  padding-right:20px;
  background: url(../png/45ndsp.png) right no-repeat;
}
header .header-pc .nav a.b:hover {
  font-size: 15px;transition: all 0.5s ease;
  background: url(../png/an5uwa.png) right no-repeat;
}


header .header-pc .nav ul li ol {
  position: absolute;
  z-index: 999;
  top: 46px;
  display: none;
  left:-40%;
  margin: 0px auto;
  min-width: 140px;
  background:url(../png/lxcbko.png) top;
  padding: 5px 12px 0px 12px;
}

header .header-pc .nav ul li ol li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

header .header-pc .nav ul li ol li a {
  display: block;
  width: 100%;
  height: 50px;
  color: #333;
  line-height: 50px;
  background: none;
}

header .header-pc .nav ul li ol li a:hover {
  width: 100%;
  height: 50px;
  font-size:14px;
  color: #00a0e9;
  background: none;
}

header .header-pc .nav a:hover:after {
  width: 100% !important;
}

header .header-pc .nav .active {
  font-weight: bold;
  font-size: 15px;
  color: #00a0e9;
  float:left;
background:url(../png/07ltwr.png) bottom center no-repeat;
}
header .header-pc .nav a.active1 {
  font-weight: bold;
  font-size: 15px;
  color: #00a0e9;
  float:left;
background:url(../png/ozi11u.png) bottom center no-repeat;
}
header .header-pc .nav a.active1:hover{
  font-weight: bold;
  font-size: 15px;
  color: #00a0e9;
  float:left;
background:url(../png/9uw1wn.png) bottom center no-repeat;
}
header .header-pc .nav .active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
 background:url(../jpg/yiqxty.jpg) bottom center no-repeat;
}


header .header-pc .search {

  width: 164px;
  height: 32px;
  border: none;
  margin-top: 32px;
}

header .header-pc .search_w {
  float: left;
  width: 120px;
  border: none;
  padding: 0px 6px;
  line-height: 32px;
  font-size: 14px;
  height: 24px;
  color: #999;
  background: none;
  outline: none;
}

header .header-pc .search .shou {
  float: left;
  width: 26px;
  border: none;
  height: 26px;
  outline: none;
  background: url(../png/tkr7lv.png) 100% 100% no-repeat;
}

header .header-m {
  position: relative;
  display: none;
  padding: 10px 0;
}

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

header .header-m .contt {
  padding: 0 20px;
  box-sizing: border-box;
}

header .header-m .contt .logo {
  float: left;
  display: block;
  width: 200px;
  height: 70px;
  background: url(../png/subncp.png) 100% 100% no-repeat;
}

header .header-m .contt .open_mnav {
  width: 32px;
  height: 32px;
  float: right;
  display: block;
  background: url(../png/gxjq2n.png);
}


header .header-m .contt .btn {
  float: right;
  display: block;
  line-height: 50px;
}

header .header-m .contt .btn i {
  display: block;
  font-size: 30px;
  color: #fff;
}

header .header-m .nav-list {
  display: none;
  position: absolute;
  top: 70px;
  padding: 10px 20px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

header .header-m .nav-list a {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #eee;
}

header .header-m .nav-list a:last-child {
  border-bottom: none;
}

header .header-m .nav-list .active {
  color: #0078cc;
}
#aboutUs,#c_product{
	height:70px;
	
}
.header2 {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.header2 .header-pc .logo {
  background: url(../png/lqjxwe.png) 100% 100% no-repeat;
}
.header2 .header-pc .nav a {
  color: #333;
}
.header2 .header-pc .nav a.b {
  color: #333;
  background: url(../png/eki5z3.png) right no-repeat;
 
}

.header2 .header-pc .nav a.b:hover {
  
  background: url(../png/hiwkvb.png) right no-repeat;
}
.header2 .header-pc .nav .active {

  color: #00a0e9;

}
.header2 .header-pc .nav ul li ol li a,.header2 .header-pc .nav ul li ol li a:hover {
  background: none;
}
.header2 .header-m .contt .logo {

  display: block;
  height: 60px;
  background: url(../png/lqjxwe.png) 100% 100% no-repeat;
}

.header2 .header-m .contt .open_mnav {

  background: url(../png/ouazra.png);
}

.header2 .header-pc .nav ul li ol {
  position: absolute;
  z-index: 999;
  top: 66px;
  display: none;
  margin: 0px auto;
  min-width: 140px;
  background:url(../png/lxcbko.png) top;
  padding: 5px 12px 0px 12px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1200px) {
  header .header-pc {
    display: none;
  }

  header .header-m {
    display: block;
  }
}

footer {
  background: #202020;
}

footer .footer-content {
  width: 1200px;
  margin: 0px auto;
  padding: 30px 0px;
  font-size: 12px;
  color: #999;
  display: flex;
  justify-content: space-between;
}

footer .footer-content .footer_li {
  width: 130px;
  margin-right: 20px;
}

footer .footer-content .footer_li .footer_tl,
footer .footer-content .footer_ad .footer_tl {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}

footer .footer-content .footer_li .footer_dl {
  width: 100%;
  margin-bottom: 25px;

}

footer .footer-content .footer_li .footer_dl a {
  color: #999;
}

footer .footer-content .footer_li .footer_dl a:hover {
  color: #00a0e9;
}

footer .footer-content .footer_ad {
  width: 320px;
  margin-right: 30px;
}

footer .footer-content .footer_ad .footer_dz {
  line-height: 24px;
  margin-bottom: 10px;
}

footer .footer-content .footer_ad .footer_dz img {
  width: 14px;
  vertical-align: -2px;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-content .footer_ewm {
  width: 120px;
  text-align: center;
  line-height: 180%;
}

footer .footer-content .footer_ewm img {
  width: 120px;
}


footer .footer-copyright {
  padding: 20px 0px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background: #000000;
}

footer .footer-copyright a {
  color: #999;
}

footer .footer-copyright a:hover {
  color: #00a0e9;
}

.mouse {
  position: relative;
  width: 100%;
  z-index: 99;
  cursor: pointer;
  z-index: 10000;
  top: -120px;
  background-position: top center !important;
  height: 60px;
  text-align: center;
}

.mouse a {
  display: inline-block;
  width: 24px;
  height: 60px;
  background-position: top center !important;
  text-align: center;
}

.mouse a span {
  animation: arrowMove 2s infinite;
  display: inline-block;
  width: 8px;
  height: 20px;
  position: absolute;
  margin-left: -4px;
  left: 50%;
  bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .mouse {
    display: none;
  }
}

@keyframes arrowMove {
  to {
    transform: translateY(1.25rem);
    opacity: 0;
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }

  50% {
    transform: rotate(225deg);
  }

  100% {
    transform: rotate(225deg);
  }
}

@keyframes circleProgressLoad_left {
  0% {
    transform: rotate(45deg);
  }

  50% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(225deg);
  }
}

.home-page .public-title {
  padding: 0 20px;
  overflow: hidden;
}

.home-page .public-title .title-en {
  text-align: center;
  font-size: 36px;
  color: #474747;
}

.home-page .public-title .title-cn {
  margin: 5px 0 25px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0078cc;
}

.home-page .public-title .tips {
  text-align: center;
  font-size: 15px;
  color: #787878;
  margin-bottom: 45px;
  font-weight: bold;
}

.home-page .banner {
  width: 100%;
  height:100vh;
}

.home-page .banner .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}

.home-page .banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.home-page .banner .swiper-container .swiper-wrapper .swiper-slide a img{
  display: block;
  width: 100%;
  height:100%;
      object-fit: cover;
}

.home-page .banner .swiper-container .swiper-button-prev .bal {
  left: 20px;
  outline: none;
}

.home-page .banner .swiper-container .swiper-button-next .baf {
  right: 20px;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .home-page .banner {
    height: 600px;
  }
}

@media screen and (max-width: 992px) {
  .home-page .banner {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .home-page .banner {
    height: 400px;
  }
}

@media screen and (max-width: 576px) {
  .home-page .banner {
    height: 300px;
  }

  .home-page .banner .swiper-container {
    --swiper-navigation-size: 30px;
  }
}



.picCenter {
            width: 100%;
            margin: 15px auto;
        }

        .xinxiIcon {
            margin:0 0 -20px auto;
        }

        .xinxiIcon img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
		
		.photo_img img {transition:all .7s ease 0s;
         
        }
		.photo_img img:hover {
          
transform: scale(1.2);
        }

        .photo_nr {
            display: flex;
            align-items: center;
            width:100%;
			position:relative;
            margin: 15px auto;
        }

        

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

        .photo_nr ul li {
            float: left;
			width: 240px;
			
            margin: 0 30px;
			padding:20px 0px;
            line-height: 30px;
            text-align: center;
        }
.photo_img,.photo_img img{
	        width: 240px;
			height:180px;
			object-fit: cover;
}
.hor_img,.hor_img img{
	        width: 240px;
			height:320px;
			object-fit: cover;
}
        .photo_nr p {
            padding: 0;
            margin: 0;
        }


        #LeftArr {
            background: url(../png/73wzm8.png) no-repeat;
			background-size:100% 100%;
            width: 50px;
            height: 50px;
           outline: none;
            left: 0;
			position: absolute;
			z-index:99;
          top:30%;
        }

        #RightArr {
            background:url(../png/i764qk.png) no-repeat;
			background-size:100% 100%;
            width: 50px;
            height: 50px;
            right: 0px;
            outline: none;
			position: absolute;
			z-index:99;
			top:30%;
        }
        .listRotation{}
            
.jqzoom {
    border: none;
    padding: 0px;
    margin: 0px;
	width:400px;
	height:300px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
	
}
.jqzoom img{
	max-width: 100%;
	max-height:100%;
    cursor: pointer;
	margin: 0px auto;
}

.zoomdiv {
    z-index:3;
    position: absolute;
    top: 0px;
    left: 0px;
    width:400px;
    height:300px;
   
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
}

/*图片小图预览列表*/
.spec-preview {
   width: 400px;
    height:300px;
    
}

.spec-scroll {
    clear: both;
    margin-top: 5px;
    width:400px;
}

.spec-scroll .prev {
    float: left;
    margin-right: 4px;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 20px;
    height: 32px;
    line-height: 32px;
   
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 350px;
    height: 32px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 32px;
}

.spec-scroll .items ul li {
    float: left;
    width:32px;
    text-align: center;
}

.spec-scroll .items ul li img {
   
    width: 32px;
    height:24px;
}

.spec-scroll .items ul li img:hover {
    border: 1px solid #FF6600;
   
}
/* 页码 */
.pages1 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 3% 0px;
}

.pages1 a {
  min-width: 14px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  color: #222;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0 3px;
  padding: 0px 10px;
  border-radius: 20px;
}

.pages1 a.p_active {
  background-color: #00a0e9;
  border: 1px solid #00a0e9;
  color: #fff;
}

.pages1 a:hover {
  background-color: #00a0e9;
  border: 1px solid #00a0e9;
  color: #fff;
  text-decoration: none;
}

.pages3 {
  text-align: center;
}

.cl {
  clear: both;
}


/* mob */
.mnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, .5);
  display: none;
}

.mnav_cont {
  width: 200px;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 999;
  overflow: scroll;
}

.mnav_lists>div {
  width: 100%;
  text-align: center;
}

.mnav_lists>div a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  color: #000;
}

.mnav_colse {
  width: calc(100% - 190px);
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
  background: rgba(0, 0, 0, .5);
}

.open_mnav {
  display: none;
  float: right;
  margin: 14px 4px;
  cursor: pointer;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    overflow: hidden;
}


.sss_li{ margin:10px; float:left; _display:inline; overflow:hidden; text-align:center;transition:all .7s ease 0s;}
.sss_li .pic{ text-align:center; }
.sss_li:hover{ text-align:center;transform: scale(1.2); transition:all .7s ease 0s;}
.sss_li .pic img{ width:240px; height:180px; display:block; }

.sss_li .stitle{ line-height:24px; padding:10px 0px; }

@media screen and (min-width:200px) and (max-width:800px) {
  body {
    width: 100%;
    min-width: 0;
  }

  header {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: inherit;
    transition: all 0.5s ease;
  }

  .pages1 {
    width: 100%;
    text-align: center;
    margin: 3% auto;
  }

  .pages1 a {
    min-width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #ededed;
    margin: 10px 2px;
    padding: 6px 6px;
  }


  .cultural-wall-page .qualification-honor {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px solid #d0d0d1;
  }

  .img-list {
    width: 100%;
  }

  .container,
  .box-list {
    width: 100%;
    margin: 0 auto;
  }

  .open_mnav {
    display: block;
  }

  .nav {
    display: none;
  }

}



.title {
  width: 100%;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  font-family: "Arial";
  color: #eeeeee;
  padding: 3% 0px 20px 0px;
  margin-bottom: 3%;
  text-transform: uppercase;
  background: url(../jpg/de5bxe.jpg) bottom center no-repeat;
}

.title p {
  position: absolute;
  z-index: 1;
  font-weight: bold;
  width: 100%;
  font-size: 30px;
  color: #222;
  top: 58%;
  font-family: "微软雅黑";
  text-align: center;
}

.about {
  width: 1200px;
  margin: 0 auto 3% auto;
  display: flex;
  justify-content: space-between;
}

.about_lf {
  width: 45%;
}

.about_lf img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.about_rg {
  width: 50%;
  line-height: 30px;
}

.about_rg a,.new_mm a{
  color: #00a0e9;
}

.about_rg a:hover,.new_mm a:hover{
  text-decoration: underline;
}

.fa,
.new {
  width: 100%;
  background: #f8f8f8;
}

.fa_ct,
.new_ct {
  width: 1200px;
  margin: 0px auto;
  padding-bottom: 3%;
  display: flex;
  justify-content: space-between;
}

.fa_li {
  width: 380px;
}

.fa_img {
  width: 380px;
  height: 285px;
}

.fa_img img {
  width: 380px;
  height: 285px;
  object-fit: cover;
}

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

.fa_tl a {
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid #d8d8d8;
  transition: 0.5s;
  line-height: 26px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.fa_tl a:hover {
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #63c3ef;
  transition: 0.5s;
  padding: 15px;
  border-bottom: none;
}

.fa_tt {
  width: 75%;
}

.fa_mr {
  width: 26px;
  height: 12px;
  font-size: 24px;
  margin-top: 14px;
}

.fa_tt p.dtl {

  font-size: 16px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}

.fa_tt p.dtt {
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}


.new_li {
  width: 570px;
  line-height: 160%;
}

.new_img {
  width: 100%;
  height: 245px;
}

.new_img img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.new_tl {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0px 12px 0px;
}

.new_rq {
  width: 100%;
  font-size: 12px;
  color: #999;
}

.new_jj {
  width: 100%;
  color: #999;
}

.coop {
  width: 1200px;
  margin: 0 auto 3% auto;
}

.coop_li {
  float: left;
  width: 300px;
  height: 150px;
  text-align: center;
}

.coop_li a {
  display: block;
  width: 300px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  cursor: default;

}



.coop_li img {
  max-width: 90%;
  max-height: 90%;
}

.porduct {
  width: 1200px;
  padding-bottom: 3%;
  margin: 0px auto;
  position:relative;
}

.i_gcjp {

  padding: 0px 0;
  margin: 0 auto;
}

.i_gccont {
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.s_gcjp a {
  width: 100%;
  display: inline-block;
}

.s_gcjp img {
  width: 100%;
  object-fit: cover;
}

.s_gcjp .swiper-slide-active {
  background: #91ec6d;
}

.s_gcjp .swiper-slide-active img {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 95%;
  margin: 0 auto;

}

.s_gcjp .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.85);
}

.s_gcjp .swiper-slide-active,
.swiper-slide-duplicate-active {
  
}

.s_gcjp p {
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  color: #333333;
}

.i_gccont .s_bn2 {
  background-image: url(../png/kl7rxl.png);
  background-size: 100% 100%;
  top: 40%;
  right: -50px;
  width: 50px;
  height: 50px;
  outline: none;
}

.i_gccont .s_bp2 {
  background-image: url(../png/fyvx0c.png);
  background-size: 100% 100%;
  top: 40%;
  left: -50px;
  width: 50px;
  height: 50px;
  outline: none;
}

/* 内页 */
.s_b,
.s_b01 {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.s_b img,
.s_b01 img {
  width: 100%;
  display: block;
}

.s_c {
  width: 70%;
  top: 50%;
  left: 15%;
  font-size: 14px;
  line-height: 200%;
  color: #fff;
  position: absolute;
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
  margin: 0px auto;
}

.s_c p {
  font-weight: bold;
  font-size: 30px;
}

.add {
  width: 100%;
  line-height: 40px;
  min-width: 1200px;
  background: #f8f8f8;
}

.add_ct {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.add_ll {
  width: auto;
  font-size: 12px;
}

.add_ll img {
  width: 20px;
  vertical-align: -3px;
  display: inline-block;
  margin-right: 10px;
}

.add_fl {
  width: auto;
}

.add_fl a {
  color: #00a0e9;
  font-size: 18px;
}

.c_con {
  width: 1200px;
  margin: 3% auto;
}

.mess {
  width: 800px;
  margin: 5% auto;
}

.mess_tl {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  line-height: 32px;
  color: #999;
  font-size: 12px;
}

.mess_tl p {
  font-size: 24px;
  color: #004a99;
}

.mess_li {
  float: left;
  width: 100%;
  height: 42px;
  line-height: 42px;
  margin-bottom: 20px;
}

.mess_lf {
  float: left;
  width: 100px;
  text-align: right;
}

.mess_lf span {
  color: #f00;
}

.mess_rg {
  float: right;
  width: 680px;
}

.lis {
  width: 94%;
  height: 40px;
  border: 1px solid #ededed;
  border-radius: 4px;
  line-height: 40px;
  color: #777;
  outline: none;
  padding: 0px 3%;
  background: none;
}

.lis1 {
  float: left;
  width: 40%;
  height: 40px;
  border: 1px solid #ededed;
  border-radius: 4px;
  line-height: 40px;
  color: #777;
  outline: none;
  padding: 0px 3%;
  background: none;
}

.mess_rg .btn {
  float: left;
  width: 100%;
  height: 50px;
  background: #00a0e9;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  border: none;
}

.mess_rg .btn:hover {
  float: left;
  width: 100%;
  height: 50px;
  background: #0081bc;
  border-radius: 4px;
  color: #fff;
}

.map {
  float: left;
  width: 740px;
  height: 400px;
  overflow: hidden;
}

.map img {
  width: 100%;
  height: 100%;
}

.contact {
  float: right;
  width: 390px;
  height: 400px;
}

.contact_li {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #ededed;
  padding: 40px 0px;
}

.contact_li img {
  float: left;
  width: 50px;
  height: 50px;
}

.contact_li p {
  float: right;
  width: 320px;
  line-height: 24px;
}

.yzm,
.yzm img {
  float: left;
  width: 100px;
  height: 36px;
}

.c_title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: "微软雅黑";
  color: #222;
  padding: 40px 0px 20px 0px;
  margin-bottom: 3%;
  background: url(../jpg/de5bxe.jpg) bottom center no-repeat;
}

.c_new {
  width: 1200px;
  margin: 3% auto;
  display: flex;
  justify-content: space-between;
}

.c_cla {
  width: 250px;
}

.c_gr {
  width: 940px;
}

.c_cla_li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}

.c_cla_li a {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10%;
  font-size: 16px;
}

.c_cla_li a:hover{
	color:#333;
}
.c_cla_li a.ono {
  font-size: 18px;
  color: #00a0e9;
  font-weight: bold;
  background: url(../jpg/foufd6.jpg) left no-repeat;
}

.c_new_li {
  float: left;
  width: 440px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.c_new_img {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}

.c_new_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c_new_d {
  width: 100%;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.c_new_rq {
  width: 75px;
  font-size: 12px;
  color: #999;
  border-right: 1px solid #ddd;
  margin-right: 15px;
}

.c_new_rq p {
  font-size: 24px;
  color: #333;
}

.c_new_tl {
  width: 300px;
  font-size: 12px;
  color: #999;
}

.c_new_tl p {
  font-size: 16px;
  color: #333;
}

.c_new_jt {
  text-align: right;
  width: 50px;
  margin-top: 14px;
}

.c_new_jt a {
  font-size: 24px;
  color: #999;
  transition: 0.5s;
  padding-right: 0px;
}

.c_new_jt a:hover {
  color: #00a0e9;
  transition: 0.5s;
  padding-right: 10px;
}

.c_c {
  width: 1200px;
  margin: 0px auto;
}

.c_tit {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding: 20px 0px;
}

.c_rq {
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  color: #999;
  text-align: center;
}

.c_jj {
  width: 95.5%;
  padding: 10px 2%;
  font-size: 12px;
  color: #868686;
  background: #F5F5F5;
  line-height: 20px;
  border: 1px solid #E5E5E5;
}

.c_tt {
  width: 100%;
  line-height: 24px;
  padding: 2% 0px;
}

.c_p_fy {
  width: 100%;
  margin: 50px auto;
  font-size: 12px;
  line-height: 200%;
  color: #999;
}

.jt {
  background: url(../png/86cici.png) left no-repeat;
  padding-left: 20px;
}

.jtx {
  background: url(../png/nw8j03.png) left no-repeat;
  padding-left: 20px;
}

.c_rq img {
  width: 20px;
  vertical-align: -6px;
  display: inline-block;
  margin-right: 6px;
}

.c_p_li {
  float: left;
  width: 280px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.c_p_img {
  width: 280px;
  height: 210px;
}

.c_p_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c_p_tl {
  width: 100%;
  margin: 10px 0px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.c_prod,
.c_about {
  width: 1200px;
  margin: 3% auto;
  display: flex;
  justify-content: space-between;
}

.c_prod_lf,
.c_about_lf {
  width: 560px;
  height: auto;
  text-align: center;
}

.c_about_tl { 
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  padding-bottom: 30px;
  background: url(../jpg/de5bxe.jpg) left bottom no-repeat;
}

.c_about_lf img {
  width: 560px;
  height: 420px;
  object-fit: cover;
}

.c_prod_lf p {
  width: 560px;
  height: 420px;
  display: table-cell;
  vertical-align: middle;
  cursor: default;
}

.c_prod_lf img {
  max-width: 100%;
  max-height: 100%;
}

.c_prod_rg {
  width: 600px;
  padding-top:40px;
}
.c_prod_rg1{
  width: 600px;
  
}
.c_prod_tl {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}

.c_prod_jj {
  width: 100%;
  color: #999;
  line-height: 180%;
  margin: 20px 0px;
}

.c_prod_m {
  width: 100%;
}

.c_prod_m a {
  color: #00a0e9;
}

.c_prod_m a:hover {
  text-decoration: underline;
}

.c_product {
  width: 100%;
  line-height: 180%;
  padding-bottom: 30px;
}

.c_ab {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.c_ab_li {
  width: 25%;
  padding: 3% 0px;
  line-height: 30px;
  text-align: center;
  color: #999;
}

.c_ab_li img {
  width: 80px;
}

.c_ab_li p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.yfcg {
  width: 100%;
  min-width: 1200px;
  background: url(../jpg/9o1cia.jpg) no-repeat;
  background-size: 100% 100%;
}

.yfcg_ct {
  width: 100%;
  text-align: center;
  padding-bottom: 2%;
}

.yfcg_li {
  width: 370px;
  height: 200px;
  padding-top: 50px;
  box-sizing: border-box;
  background: url(../png/ro8jx1.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 260%;
  font-size: 18px;
  display: inline-block;
  margin: 10px 10px;
}

.yfcg_li b {
  font-size: 50px;
  color: #00a0e9;
  font-weight: bold;
}

.zs {
  width: 1200px;
  margin: 0px auto;
  padding-bottom: 3%;
}

.fangan {
  width: 40%;
  top: 35%;
  right: 10%;
  font-size: 14px;
  line-height: 200%;
  color: #fff;
  position: absolute;
  z-index: 3;
  text-transform: uppercase;

}

.fangan p.fang_tl {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 5%;
  margin-bottom: 3%;
  background: url(../jpg/0d2982.jpg) bottom left no-repeat;
}

.fangan p.fang_tt {
  font-size: 14px;
}

.fangan a {
  float: left;
  padding: 5px 30px 5px 50px;
  margin-top: 5%;
  border: 1px solid #fff;
  border-radius: 40px;
  margin-right: 10px;
  color: #fff;
  background: url(../png/7m2lak.png) left no-repeat;
}

.fangan a:hover {
  background: url(../png/7m2lak.png) left no-repeat #00a0e9;
  border: 1px solid #00a0e9;
}

.fangan a.b {
  float: left;
  padding: 5px 30px 5px 50px;
  margin-top: 5%;
  border: 1px solid #fff;
  border-radius: 40px;
  margin-right: 10px;
  color: #00a0e9;
  background: url(../png/d66yu3.png) left no-repeat #fff;
}

.fangan a.b:hover {
  color: #fff;
  background: url(../png/pjcu1q.png) left no-repeat #00a0e9;
  border: 1px solid #00a0e9;
}

.hybj {
  width: 100%;
  
  padding-bottom: 2%;
}

.hybj_li {
  width: 30%;
  height: 230px;
  border: 1px solid #bebebe;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
  display: inline-block;
  margin: 10px 1.5%;
  color: #999;
  line-height: 160%;
  text-align: left;
  overflow: hidden;
}

.hybj_li p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 15px 0px;
}

.yuanl {
  width: 60%;
  margin: 0px auto;
  padding-bottom: 3%;
  display: flex;
  justify-content: space-between;
}
.yuanl img {
  width: 100%;
  height:auto;
}
.yuanl_lf {
  width: 45%;
  text-align:center;
}

.yuanl_lf img {
  width: 100%;
}

.yuanl_rg {
  width: 45%;
  line-height:24px;
}

.yuanl_li {
  width: 100%;
  margin: 4% 0px 8% 0px;
}

.yuanl_li img {
  width: 15px;
  vertical-align: -1px;
  display: inline-block;
  margin-right: 6px;
}

.yuanl_li p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.c_case {
  width: 100%;

}

.tabs-vertical {
  width: 100%;
  margin-top: -60px;
  background: url(../png/6a5xr3.png) left top no-repeat;
  padding: 60px 0 40px 0;

}

/* The tabs */

.tabs-vertical>ul {
  float: left;
  list-style: none;
  text-align: left;
  width: 45%;
  margin-left: 5px;
}

.tabs-vertical ul li {
  margin-bottom: 40px;
  line-height: 200%;
}

.tabs-vertical ul li p {
  font-size: 18px;
}

.tabs-vertical ul li a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  padding-left: 20px;
  color: #999999;
}

.tabs-vertical ul li a.tab-active {
  border-left: 3px solid #00a0e9;
  font-weight: bold;
  color: #333;

}

.tabs-vertical ul li a.tab-active p {
  font-size: 24px;
  color: #63c3ef;

}

.tabs-vertical ul li:first-child a {
  border-top: 0;
}

/* The content */

.tabs-vertical .tabs-content-placeholder {
  overflow: hidden;
  width: 50%;
  float: right;
}

.tabs-vertical .tabs-content-placeholder>div {
  display: none;
}

.tabs-vertical .tabs-content-placeholder div.tab-content-active {
  display: block;
}

.tabs-vertical .tabs-content-placeholder div img {
  width: 100%;
}
.tb_bg{
	background:#00a0e9;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:200%;
}
#map img {
max-width: inherit;
}
@media screen and (min-width:200px) and (max-width:800px) {
  .porduct {
    width: 96%;
    margin: 0px auto;
  }

  .i_gcjp {
    padding: 20px 0;
  }

  .i_gccont {
    min-width: auto;
  }


  .i_gccont .s_bn2 {
    background-image: url(../png/kl7rxl.png);
    background-size: 100% 100%;
    top: 40%;
    right: 10px;
    width: 50px;
    height: 50px;
  }

  .i_gccont .s_bp2 {
    background-image: url(../png/fyvx0c.png);
    background-size: 100% 100%;
    top: 40%;
    left: 10px;
    width: 50px;
    height: 50px;
  }

  .s_b {
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
    height: 200px;
    position: relative;
  }

  .s_b01 {
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
    height: 280px;
    position: relative;
  }

  .s_b img {
    width: 100%;
    height: 200px;
  }

  .s_b01 img {
    width: 100%;
    height: 280px;
  }

  .s_c {
    width: 80%;
    top: 60%;
    left: 10%;
    font-size: 12px;
    line-height: 120p%;
    color: #fff;
    position: absolute;
    z-index: 3;
    text-align: center;
    margin: 0px auto;
  }

  .s_c p {
    font-weight: bold;
    font-size: 16px;
  }

  .add {
    min-width: inherit;
    width: 100%;
    line-height: 40px;
  }

  .add_ct {
    width: 100%;
    margin: 0px auto;
  }

  .c_con,
  .mess {
    width: 94%;
    margin: 3% auto;
  }

  .map {
    float: left;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .contact {
    float: left;
    width: 100%;
    height: auto;
  }

  .contact_li p {
    float: right;
    width: 80%;
    line-height: 24px;
  }

  .mess_li {
    float: left;
    width: 100%;
    height: auto;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .mess_lf {
    float: left;
    width: 100%;
    text-align: left;
  }

  .mess_rg {
    float: left;
    width: 100%;
  }

  .c_c {
    width: 96%;
    margin: 0px auto;
  }

  .fangan {
    width: 80%;
    top: 35%;
    right: 10%;
    font-size: 12px;
    line-height: 160%;
    color: #fff;
    position: absolute;
    z-index: 3;
    text-transform: uppercase;
  }

  .fangan p.fang_tl {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5%;
    margin-bottom: 3%;
    background: url(../jpg/0d2982.jpg) bottom left no-repeat;
  }

  .fangan p.fang_tt {
    font-size: 12px;
  }

  .tabs-vertical ul {
    float: none;
    width: 96%;
  }



  .tabs-vertical .tabs-content-placeholder {
    width: 100%;
  }

  .about,
  .fa_ct,
  .new_ct,
  .c_new,
  .c_prod,
  .c_about,
  .c_ab,
  .yuanl {
    width: 96%;
    margin: 0 auto 3% auto;
    display: block;
  }

  .about_lf,
  .about_rg,
  .fa_li {
    width: 100%;
  }

  .about_lf img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    object-fit: cover;
  }

  .fa_img {
    width: 100%;
    height: auto;
  }

  .fa_img img {
    width: 100%;
    height: auto;
  }

  .new_li {
    width: 100%;
    margin-bottom: 20px;
  }

  .coop {
    width: 100%;
  }

  .coop_li {
    float: left;
    width: 25%;
    height: 10vmax;
    text-align: center;
  }

  .coop_li a {
    display: block;
    width: 100%;
    height: 10vmax;
  }

  .coop_li img {
    overflow: hidden;
  }

  footer .footer-content,
  .zs {
    width: 96%;
    margin: 0px auto;
  }

  footer .footer-content .footer_li {
    display: none;
  }

  footer .footer-content .footer_ad {
    width: 60%;
  }

  footer .footer-content .footer_ewm {
    width: 30%;
  }

  .title {
    font-size: 24px;
  }

  .title p {
    font-size: 20px;
    top: 24px;
  }

  .c_cla,
  .yuanl_lf,
  .yuanl_rg {
    width: 100%;
  }

  .c_gr {
    width: 100%;
  }

  .c_new_li,
  .c_p_li {
    float: left;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
  }

  .c_p_img,
  .c_prod_lf,
  .c_about_lf,
  .c_prod_rg {
    width: 100%;
    height: auto;
  }

  .c_prod_lf p,
  .c_about_lf img {
    width: 100%;
    height: auto;
    padding: 5% 0px;
  }

  .c_ab {
    text-align: center;
  }

  .c_ab_li {
    width: 100%;
    padding: 3% 0px;
  }

  .c_ab_li img {
    width: 60px;
  }

  .yfcg {
    width: 100%;
    min-width: inherit;
    background: url(../jpg/9o1cia.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .yfcg_li {
    width: 100%;
    height: 200px;
    padding-top: 50px;

    line-height: 260%;
    font-size: 18px;
    display: inline-block;
    margin: 0px;
  }

  .hybj_li {
    width: 100%;
    margin: 10px 0;
  }

.photo_nr {
    display: flex;
    align-items: center;
    width: 300px;
    position: relative;
    margin: 15px auto;
}
        #LeftArr {
			
            background: url(../png/73wzm8.png) no-repeat;
			background-size:100% 100%;
            width: 40px;
            height: 40px;
            outline: none;
            left: 0px;
            position: absolute;
			z-index:99;
			top:45%;
        }



        #RightArr {
            background:url(../png/i764qk.png) no-repeat;
			background-size:100% 100%;
            width: 40px;
            height: 40px;
           outline: none;
           right: 0;
		   top:45%;
            position: absolute;
			z-index:99;
        }
.spec-preview {
     width: 100%;
    height: auto;
   
}
.jqzoom {
    border: none;
    padding: 0px;
    margin: 0px;
	width:100%;
	height: auto;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
	
}
.spec-scroll {
    clear: both;
    margin-top: 5px;
   width:100%;
}
.spec-scroll .items {
    float: left;
    position: relative;
   width:85%;
    height: 60px;
    overflow: hidden;
}
.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 60px;
}

.spec-scroll .items ul li {
    float: left;
    width:60px;
    text-align: center;
}

.spec-scroll .items ul li img {
   
    width: 52px;
    height:52px;
}
.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 5%;
    height: 52px;
    line-height: 52px;
   
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}
.c_prod_tl {
	padding:8% 0px;
}
#aboutUs,#c_product{
	height:1px;
	
}
}