@font-face {
  font-family: 'raleway';
  src: url('../fonts/raleway.ttf') format('truetype'), url('../fonts/raleway.woff2') format('woff2'), url('../fonts/raleway.woff') format('woff');
}
@font-face {
  font-family: 'raleway-bold';
  src: url('../fonts/raleway-bold.ttf') format('truetype'), url('../fonts/raleway-bold.woff2') format('woff2'), url('../fonts/raleway-bold.woff') format('woff');
}
@font-face {
  font-family: 'raleway-medium';
  src: url('../fonts/raleway-medium.otf') format('opentype'), url('../fonts/raleway-medium.woff2') format('woff2'), url('../fonts/raleway-medium.woff') format('woff');
}
body {
  overflow-x: auto;
  min-width: 1340px;
  font-family: 'Microsoft YaHei' !important;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: 100%;
  height: auto;
}
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;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.fm_os {
  font-family: 'open sans';
  font-weight: 600;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
#header .h-top {
  height: 30px;
  line-height: 30px;
  background: url(../images/top_bg.jpg) no-repeat center top;
}
#header .h-top a:hover {
  text-decoration: underline;
}
#header .h-top .fl {
  color: #fff;
  font-size: 12px;
}
#header .h-top .fr .h-social,
#header .h-top .fr .h-lan {
  float: left;
}
#header .h-top .fr a {
  color: #fff;
}
#header .h-top .fr .h-social {
  font-size: 18px;
  line-height: 30px;
  padding-left: 32px;
  color: #fff;
  font-family: impact;
  background: url(../images/top_01.png) no-repeat left center;
}
#header .h-top .fr .h-lan {
  position: relative;
  display: block;
  margin-left: 34px;
  font-size: 12px;
  padding: 0 10px;
  font-family: arial;
  background: url(../images/danjiao.png) no-repeat right center;
}
#header .h-top .fr .h-lan a {
  display: block;
  padding: 0 12px;
}
#header .h-top .fr .h-lan:before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 17px;
  top: 50%;
  margin: -8px 0 0;
  background-color: rgba(255, 255, 255, 0.5);
}
#header .nav {
  height: 90px;
  line-height: 90px;
  background: #fff;
}
#header .nav .logo {
  display: block;
  float: left;
}
#header .nav .h-search {
  width: 20px;
  height: 20px;
  background: url(../images/ser-zoom.png) no-repeat center;
  cursor: pointer;
  margin: 35px 0 0 28px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box .menu > li {
  position: relative;
  display: block;
  float: left;
  text-transform: uppercase;
}
#header .nav .menu-box .menu > li > a {
  position: relative;
  padding: 0 26px;
  font-size: 16px;
  color: #333333;
  display: block;
  line-height: 91px;
  margin-top: -1px;
}
#header .nav .menu-box .menu > li > a:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #e7e7e7;
}
#header .nav .menu-box .menu > li:first-child > a:after {
  display: none;
}
#header .nav .menu-box .menu > li:hover > a {
  background-color: #d22a2a;
  color: #fff;
}
#header .nav .menu-box .menu > li .sub-menu {
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=100);
  position: absolute;
  top: 130%;
  left: 0;
  width: 220px;
  background: #d22a2a;
  text-align: left;
  z-index: 99;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 15px 10px 15px 20px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#index-body .title {
  margin-bottom: 50px;
}
#index-body .title .i-tit {
  text-align: center;
  color: #000000;
  font-size: 24px;
  letter-spacing: 3px;
}
#index-body .title .i-tit i {
  color: #d22a2a;
}
#index-body .title p {
  position: relative;
  color: #888;
  margin: 10px auto;
  text-align: center;
  text-transform: uppercase;
}
#index-body .title p em {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  z-index: 1;
  background-color: #fff;
}
#index-body .title p:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  background-color: #ddd;
}
#index-body a.readMore {
  position: relative;
  margin-top: 26px;
  display: block;
  width: 202px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #f5ab35;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
#index-body a.readMore:after {
  content: '';
  position: absolute;
  width: 94%;
  height: 82%;
  left: 3%;
  top: 9%;
  border: 1px solid #fff;
}
#index-body a.readMore:hover {
  background: #666;
}
#index-body .i-product {
  padding: 52px 0 66px;
}
#index-body .i-product .arr {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  cursor: pointer;
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 50%;
  margin-top: -17px;
  background-color: #d0d0d0;
  background-position: center;
  background-repeat: no-repeat;
}
#index-body .i-product .arr.arr-l {
  background-image: url(../images/i-pro-arr-l.png);
  left: -70px;
}
#index-body .i-product .arr.arr-r {
  background-image: url(../images/i-pro-arr-r.png);
  right: -70px;
}
#index-body .i-product .arr:hover {
  background-color: #d22a2a;
}
#index-body .i-product .i-product-box {
  position: relative;
}
#index-body .i-product .scroll-box {
  overflow: hidden;
}
#index-body .i-product .scroll-box ul li {
  float: left;
  width: 185px;
  margin-right: 10px;
  border: 1px solid #efefef;
}
#index-body .i-product .scroll-box ul li .img-box {
  overflow: hidden;
}
#index-body .i-product .scroll-box ul li .img-box img {
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
}
#index-body .i-product .scroll-box ul li h5 {
  display: block;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  text-align: center;
  color: #333;
  font-size: 14px;
  padding: 21px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-top: 1px solid #efefef;
}
#index-body .i-product .scroll-box ul li:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .i-product .scroll-box ul li:hover h5 {
  color: #d22a2a;
}
#index-body .i-about {
  display: block;
  height: 500px;
  padding: 65px 0 0;
  background: url(../images/about_bg.jpg) no-repeat center top;
}
#index-body .i-about .fr {
  width: 610px;
  margin: 0 -30px 0 0;
}
#index-body .i-about .fr .i-tit {
  padding: 50px 0 12px;
  background: url(../images/about_tit.png) no-repeat left bottom;
}
#index-body .i-about .fr .i-tit h2 {
  display: inline-block;
  font-size: 24px;
  color: #000;
  margin: 0 7px 0 0;
}
#index-body .i-about .fr .i-tit h2 i {
  color: #d22a2a;
}
#index-body .i-about .fr .i-tit span {
  display: inline-block;
  color: #888;
  text-transform: uppercase;
}
#index-body .i-about .fr p {
  line-height: 1.8em;
  margin: 23px 0;
}
#index-body .i-about .fr a {
  color: #d22a2a;
}
#index-body .i-about .fr a:hover {
  text-decoration: underline;
}
#index-body .i-whyUs {
  display: block;
  padding: 90px 0 145px;
}
#index-body .i-whyUs .fl {
  position: absolute;
  width: 522px;
  left: 15px;
  bottom: 0;
  padding-left: 56px;
}
#index-body .i-whyUs .fl p {
  display: block;
  color: #777;
  font-size: 16px;
  line-height: 2.3em;
  margin: 0 0 30px;
}
#index-body .i-whyUs .fl a {
  display: block;
  color: #D22A2A;
  width: 116px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #d22a2a;
}
#index-body .i-whyUs .fl a:hover {
  color: #fff;
  background-color: #D22A2A;
}
#index-body .i-whyUs .fr {
  position: relative;
  margin: 0 -20px 0 0;
}
#index-body .i-line {
  padding: 65px 0 60px;
  height: 518px;
  overflow: hidden;
  background: url(../images/custom_bg.jpg) no-repeat center;
}
#index-body .i-line .title p {
  margin-top: 16px;
}
#index-body .i-line .title p em {
  background-color: #f8f8f8;
}
#index-body .i-line .custom_ul {
  display: block;
  margin: 60px 0 65px;
}
#index-body .i-line .custom_ul li {
  position: relative;
  display: block;
  float: left;
  width: 145px;
  margin: 0 24px 0 0;
}
#index-body .i-line .custom_ul li p {
  position: absolute;
  display: block;
  color: #fff;
  bottom: 15px;
  width: 100%;
  font-size: 18px;
  text-align: center;
}
#index-body .i-line .more {
  display: block;
  color: #333;
  margin: 0 auto;
  font-size: 16px;
  width: 220px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 1px solid #d6d6d6;
}
#index-body .i-line .more:hover {
  color: #fff;
  background-color: #D22A2A;
}
#index-body .i-news {
  padding: 80px 0 110px;
}
#index-body .i-news li {
  float: left;
  width: 368px;
  margin-left: 27px;
}
#index-body .i-news li:first-child {
  margin-left: 0;
}
#index-body .i-news li .img-box {
  position: relative;
  overflow: hidden;
}
#index-body .i-news li .img-box img {
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
}
#index-body .i-news li .img-box i {
  position: absolute;
  display: block;
  color: #fff;
  left: 0;
  bottom: 0;
  width: 67px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #D22A2A;
}
#index-body .i-news li .con-box {
  background: #fff;
  height: 140px;
  text-transform: uppercase;
}
#index-body .i-news li .con-box h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin: 16px 0;
}
#index-body .i-news li .con-box h3 a {
  color: #000000;
}
#index-body .i-news li .con-box p {
  font-size: 12px;
  color: #777;
  line-height: 2em;
}
#index-body .i-news li:hover h3 a {
  color: #d22a2a;
}
#index-body .i-news li:hover .img-box img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
#footer {
  position: relative;
  height: 397px;
  background: url(../images/fotter_bg.jpg) no-repeat center top;
}
#footer a:hover {
  color: #d22a2a!important;
}
#footer .f-top {
  position: relative;
  height: 300px;
  padding: 36px 0 0;
  overflow: hidden;
  z-index: 1;
  background: url(../images/fotter_bg.jpg) no-repeat center top;
}
#footer .f-top .f-bar {
  float: left;
}
#footer .f-top .f-bar h3 {
  display: block;
  font-size: 16px;
  margin: 16px 0;
  font-weight: bold;
}
#footer .f-top .f-bar.f-about {
  width: 480px;
}
#footer .f-top .f-bar.f-about p {
  font-size: 13px;
  color: #555;
  line-height: 2em;
  padding: 5px 0 5px 32px;
}
#footer .f-top .f-bar.f-about p a {
  color: #555;
}
#footer .f-top .f-bar.f-about .p1 {
  background: url(../images/fot_01.png) no-repeat left center;
}
#footer .f-top .f-bar.f-about .p2 {
  background: url(../images/fot_02.png) no-repeat left center;
}
#footer .f-top .f-bar.f-about .p3 {
  background: url(../images/fot_03.png) no-repeat left center;
}
#footer .f-top .f-bar.f-about .p4 {
  background: url(../images/fot_04.png) no-repeat left center;
}
#footer .f-top .f-bar.f-about .p5 {
  background: url(../images/fot_05.png) no-repeat left center;
}
#footer .f-top .f-bar.f-about .p6 {
  background: url(../images/fot_06.png) no-repeat left center;
}
#footer .f-top .f-bar.f-contact {
  width: 480px;
}
#footer .f-top .f-bar.f-contact li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  line-height: 2em;
  margin: 0 0 10px 0;
  padding: 0 0 0 13px;
}
#footer .f-top .f-bar.f-contact li a {
  display: block;
  color: #777;
  font-size: 13px;
}
#footer .f-top .f-bar.f-contact li ul{
  display: none;
}
#footer .f-top .f-bar.f-contact li:after {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background-color: #7b7c7c;
}
#footer .f-top .f-bar.f-qr {
  position: relative;
  float: right;
}
#footer .f-top .f-bar.f-qr img {
  width: 145px;
}
#footer .f-bottom {
  line-height: 50px;
  border-top: 1px solid #dfdfdf;
  text-align: center;
}
#footer .f-bottom a {
  color: #555;
  font-size: 13px;
  margin: 0 15px;
}
#footer:before {
  position: absolute;
  display: block;
  content: '';
  width: 329px;
  height: 355px;
  left: 0;
  top: -80px;
  background: url(../images/fot_t.png) no-repeat right bottom;
}
#footer:after {
  position: absolute;
  display: block;
  content: '';
  width: 293px;
  height: 221px;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/fot_b.png) no-repeat right bottom;
}
.inner-banner {
  position: relative;
  width: 100%;
  height: 200px;
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  display: block;
  height: 55px;
  background: #f1f1f3;
  margin: 0 0 70px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.bread-crumbs a,
.bread-crumbs span {
  display: block;
  float: left;
  font-size: 15px;
  color: #444;
  padding: 0 18px;
  line-height: 53px;
  border-right: 1px solid #ddd;
}
.bread-crumbs .hose {
  border-left: 1px solid #ddd;
}
.bread-crumbs .hose img {
  width: auto;
}
.bread-crumbs a:hover {
  color: #d22a2a;
}
.bread-crumbs.mb {
  margin-bottom: 0;
}
.inner-page {
  padding-bottom: 100px;
}
.inner-page .sidebar {
  width: 21.5%;
}
.inner-page .sidebar .side-tit {
  position: relative;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  overflow: hidden;
  padding: 16px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.inner-page .sidebar .side-tit:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0px;
  width: 79px;
  height: 3px;
  background: #da2a2a;
}
.inner-page .sidebar .side-top {
  display: block;
  margin: 0 0 50px;
}
.inner-page .sidebar .side-top .side-menu {
  margin: 12px 0 0;
}
.inner-page .sidebar .side-top .side-menu>li {
	position: relative;
}
.inner-page .sidebar .side-top .side-menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  height: 45px;
  line-height: 45px;
  color: #555;
  padding: 0 0 0 25px;
  background: url(../images/side_a.png) no-repeat 3px 19px;
  border-bottom: 1px solid #f0f0f0;
}
.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li.current-cat a,
.inner-page .sidebar .side-top .side-menu li.active a {
  color: #D22A2A;
}
.inner-page .sidebar .side-top .side-menu>li ul{
	display: none;
	padding-left: 16px;
}
.inner-page .sidebar .side-top .side-menu>li ul li a{
	font-size: 14px;
}
.inner-page .sidebar .side-btm .bdy p {
  display: block;
  padding: 15px 0 15px 25px;
  font-size: 13px;
  border-bottom: 1px solid #f0f0f0;
}
.inner-page .sidebar .side-btm .bdy p a {
  color: #333;
}
.inner-page .sidebar .side-btm .bdy p a:hover {
  color: #D22A2A;
}
.inner-page .sidebar .side-btm .bdy .p1 {
  background: url(../images/side_01.png) no-repeat left center;
}
.inner-page .sidebar .side-btm .bdy .p2 {
  background: url(../images/side_02.png) no-repeat left center;
}
.inner-page .sidebar .side-btm .bdy .p3 {
  background: url(../images/side_03.png) no-repeat left center;
}
.inner-page .sidebar .side-btm .bdy .p4 {
  background: url(../images/side_04.png) no-repeat left center;
}
.inner-page .sidebar .side-btm .bdy .p5 {
  background: url(../images/side_05.png) no-repeat left center;
}
.inner-page .page-right-bar {
  width: 74%;
}
.inner-page .about-artical{
	line-height: 30px;
}
.inner-page .piclist li {
  float: left;
}
.inner-page .piclist li .litit {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
}
.inner-page .piclist li .liintro {
  font-size: 14px;
  color: #333;
  margin-top: 6px;
}
.inner-page .piclist li:hover .litit {
  color: #d22a2a;
}
.about-page .about-artical img {
  width: auto;
  max-width: 100%;
}
.about-page .about-artical h3 {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 35px;
}
.about-page .about-artical p {
  font-size: 14px;
  line-height: 2em;
  margin-top: 21px;
}
.product-page .piclist li {
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
  height: 360px;
  border: 1px solid #efefef;
}
.product-page .piclist li:nth-child(3n){
	margin-right: 0;
}
.product-page .piclist li p {
  text-align: center;
  color: #333;
  font-size: 16px;
  padding: 16px 0;
  border-top: 1px solid #efefef;
}
.product-page .piclist li img {
	max-height: 303px;
}
.product-page .piclist li:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.product-page .piclist li:hover p {
  color: #d22a2a;
}
.prodet-page .product-details .prodet-top-l {
  width: 47%;
/*  border: 1px solid #ccc;*/
}
.prodet-page .product-details .prodet-top #pic-zoom{ border: 1px solid #ccc;}


.prodet-page .product-details .prodet-top-l ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
  float: left;
  width: 15%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 0;
}
.prodet-page .product-details .prodet-top{
  position: relative;
}
.prodet-page .product-details .prodet-top-r {
  width: 50%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.prodet-page .product-details .prodet-top-r .prodetail {
  margin: 20px 0 60px;
  font-size: 14px;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
  line-height: 2em;
}

.prodet-page .product-details .prodet-top-r a.pro-mes{
	  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  margin-top: 110px;
  color: #fff;
      position: absolute;
    bottom: 0;
  font-weight: bold;
  display: block;
  width: 175px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ba2123;
}
.prodet-page .product-details .prodet-top-r a.back{
	  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  margin-top: 110px;
  color: #fff;
      position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
  font-weight: bold;
  display: block;
  width: 175px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ba2123;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
  background: #000;
}
.prodet-page .pro-title {
  width: 150px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #d22e2e;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-details {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-details .prodet-information p {
  line-height: 2em;
  font-size: 14px;
}
.prodet-page .prodet-details .prodet-information table{}
.prodet-page .prodet-details .prodet-information table tr{}
.prodet-page .prodet-details .prodet-information table td{
	text-indent: 1em;
	line-height: 2em;
}
.prodet-page .prodet-details .prodet-information table tr:first-child{
	color: #333;
	background-color: #cecece;
	font-weight:bold;
}
.prodet-page .prodet-details .prodet-information table tr th{
  color: #333;
      text-indent: 1em;
    line-height: 2em;
    font-weight: inherit;
  background-color: #cecece;font-weight:bold;
}
.prodet-page .recommend-product {
  margin: 50px 0;
}
.prodet-page .recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
  border: 1px solid #efefef;
}
.prodet-page .recommend-product ul li p {
  text-align: center;
  color: #333;
  font-size: 16px;
  padding: 16px 0;
  border-top: 1px solid #efefef;
}
.prodet-page .recommend-product ul li:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.prodet-page .recommend-product ul li:hover p {
  color: #d22a2a;
}
.prodet-page .recommend-product ul li:first-child {
  margin-left: 0;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-l {
  width: 25%;
}
.news-page .newslist li .new-r {
  width: 100%;
}
.news-page .newslist li .new-r h3 {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #777;
  font-size: 14px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height: 1.8em;
  font-size: 15px;
}
.news-page .newslist li .new-r:hover h3 {
  color: #d22a2a;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.news .news_abst p {
  display: inline-block;
}
.news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
  display: inline-block;
  width: 45%;
}
.news .news_next a:hover {
  color: #D22A2A;
}
.news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page img {
  width: auto;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 30%;
  padding: 30px;
  height: 463px;
  border: 1px solid #DDD;
  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-weight: bold;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  padding-bottom: 21px;
}
.contact-page .contact-details .contact-list h5 {
  margin: 35px 0px 20px;
  font-size: 18px;
  font-weight: bold;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
  margin: 0 0 7px;
}
.contact-page .contact-details .contact-list a {
  color: #333;
  text-transform: uppercase;
}
.contact-page .contact-details .contact-list a:hover {
  color: #d22a2a;
}
.app-page .app-list li {
  margin-bottom: 18px;
  padding: 0 10px 20px 0;
  margin: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
.app-page .app-list li img {
  float: left;
  width: 31%;
  padding: 0.125rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.app-page .app-list li .fr {
  width: 66%;
}
.app-page .app-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0 21px;
}
.app-page .app-list li .fr p {
  color: #222;
  line-height: 2em;
  margin: 0 0 7px;
}
.app-page .app-list li .fr p span {
  font-weight: bold;
}
.lg-page .piclist li {
  cursor: pointer;
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.case-page .case-list li {
  margin-bottom: 18px;
  padding: 10px;
  background: #F5F5F5;
}
.case-page .case-list li img {
  float: left;
  width: 30%;
}
.case-page .case-list li .fr {
  width: 65%;
}
.case-page .case-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #d22a2a;
  text-transform: uppercase;
  margin: 15px 0 30px;
}
.case-page .case-list li .fr p {
  font-size: 13px;
  color: #222;
  line-height: 1.8em;
}
.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: 2em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.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: #d22a2a;
  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: 30px;
  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: 287px;
  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;
}
.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%;
  height: 30px;
}
.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;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before,
  .around-line > li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  font-family: 'arial';
  text-align: center;
  line-height: 22px;
  font-size: 0;
  margin: 23px 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #d22a2a;
}
.m-page a:active {
  background: #d22a2a;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #d22a2a;
}
