﻿@charset "utf-8";

/* CSS Document */
html,
body {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-family: "微软雅黑";
  background: #f7f7f7;
  text-align: center;
  -webkit-text-size-adjust: none;
}

a {
  color: #666666;
  text-decoration: none;
  outline: 0px none;
  star: expression(this.onFocus=this.blur());
}

a:hover,
a:active {
  color: #d82128;
}

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

table {
  border-collapse: collapse;
}

ul,
li {
  list-style: none;
  border: 0 none;
  padding: 0px;
}

form {
  margin: 0px;
}

img {
  border: 0px none;
  text-align-last: center;
  vertical-align: middle;
  _azimuth: expression(this.pngSet?this.pngSet=true:(this.nodeName=="IMG"&& this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage="none", this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ this.src + "', sizingMethod='image')", this.src="images/blank.html"):(this.origBg=this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage="none")), this.pngSet=true);
}

center {
  text-align: left;
  color: #999;
  height: 50px;
}

#dhtmltooltip {
  z-index: 100;
  visibility: hidden;
  position: absolute;
  text-align: left;
  border: 1px solid #ccc;
}

#clear,
.clear {
  clear: both;
  float: none;
  background: none;
  width: 0 !important;
  height: inherit !important;
}

#noData,
.noData {
  color: #ccc;
  font-size: 14px;
  text-align: left;
  padding: 50px 0px;
}

.fl-left {
  float: left;
  text-align: left;
}

.fl-right {
  float: right;
  text-align: right;
}

@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont43e1.html?t=1499072069847');
  /* IE9*/
  src: url('../font/iconfont43e1.html?t=1499072069847#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/iconfont43e1-2.html?t=1499072069847') format('woff'),
    /* chrome, firefox */
    url('../font/iconfont43e1-3.html?t=1499072069847') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/iconfont43e1-4.html?t=1499072069847#iconfont') format('svg');
  /* iOS 4.1- */
}

@font-face {
  font-family: myFont;
  src: url('../font/AkzidenzGrotesk-BoldCond.html');
}

@font-face {
  font-family: myFontBQ-Light;
  src: url('../font/AkzidenzGrotesk-Light.html');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eshion-logo:before {
  content: "\e600";
}

.sns-logo:before {
  content: "\e601";
}

.sns-logoname:before {
  content: "\e602";
}

.icon-menu:before {
  content: "\e6b1";
}

.icon-minus:before {
  content: "\e620";
}

.icon-plus:before {
  content: "\e622";
}

.icon-en:before {
  content: "\e696";
}

.icon-plus-circle:before {
  content: "\e6e0";
}

.icon-close:before {
  content: "\e6e9";
}

.icon-coordinates_fill:before {
  content: "\e6ec";
}

.icon-coordinates:before {
  content: "\e6ed";
}

.icon-minus-circle:before {
  content: "\e712";
}

.icon-time:before {
  content: "\e735";
}

.icon-undo:before {
  content: "\e739";
}

.icon-search:before {
  content: "\e741";
}

.icon-left:before {
  content: "\e720";
}

.icon-right:before {
  content: "\e6f8";
}

.icon-up:before {
  content: "\e749";
}

.icon-down:before {
  content: "\e74a";
}










/*

头部

-----------------------------------------------------------------*/
#head {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  margin: 0px auto;
  transition: all .35s;
  background: #ffffff;
}

#head .wrap {
  width: 90%;
  margin: 0px auto;
}

#head .logo {
  width: 400px;
  text-align: left;
  overflow: hidden;
  transition: all .35s;
}

#head .logo a {
  position: relative;
  display: block;
  height: 100px;
  overflow: hidden;
  transition: all .35s;
}

#head .logo a i {
  display: block;
  transition: all .35s;
}

#head .logo a img {
  position: absolute;
  left: 0;
  top: 13px;
}

#head .menu {
  height: 70px;
  line-height: 70px;
}

#head .menu>li {
  float: left;
  text-align: center;
  position: relative;
}

#head .menu>li.btnwap {
  display: none !important;
}

#head .menu>li:last-child {
  background: none !important;
}

#head .menu>li>a {
  position: relative;
  padding: 0px 20px;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  transition: all .25s;
}

#head .menu>li>a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #d82128;
  font-size: 0;
  content: '';
  display: block;
  transition: all .18s;
}

#head .menu>li.A>a:after {
  width: 100%;
}

#head .menu>li.A>a {
  color: #d82128 !important;
}

#head .menu>li>div {
  position: relative;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, .1);
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 70px;
  overflow: hidden;
  display: none;
  transition: top .35s;
}

#head .menu>li>div .box-about {
  width: 85%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  padding: 50px 0;
}

#head .menu>li>div .box-about .title {
  display: block;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

#head .menu>li>div .box-about .about {
  width: 65%;
  height: auto;
  text-align: left;
}

#head .menu>li>div .box-about .about .img {
  width: 40%;
}

#head .menu>li>div .box-about .about .img>img {
  width: 100%;
  height: auto;
}

#head .menu>li>div .box-about .about .text {
  width: 55%;
  font-size: 14px;
  text-align: left;
  line-height: 23px;
  color: #777;
}

#head .menu>li>div .box-about .about .text p {
  margin: 10px 0;
}

#head .menu>li>div .box-about .about .text .more {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  background: #d82128;
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
}

#head .menu>li>div .box-about .about .text .more:hover {
  text-decoration: underline;
}

#head .menu>li>div .box-about .honor {
  width: 15%;
  text-align: left;
  padding: 0 5%;
}

#head .menu>li>div .box-about .honor .con {
  display: block;
}

#head .menu>li>div .box-about .honor .con a {
  display: block;
  border: 1px solid #ddd;
}

#head .menu>li>div .box-about .honor .con a>img {
  width: 100%;
  height: auto;
}

#head .menu>li>div .box-about .honor .url {
  padding: 0;
}

#head .menu>li>div .box-about .honor .url a {
  display: inline-block;
  margin-right: 15px;
  color: #d82128;
  font-size: 14px;
}

#head .menu>li>div .box-about .honor .url a>img {
  margin-right: 5px;
  width: 25px;
  height: auto;
}

#head .menu>li>div .box-about .mod {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  padding: 50px 2%;
  background: #f7f7f7;
  border-left: 1px solid #ddd;
  text-align: left;
}

#head .menu>li>div .box-about .mod>a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #d82128;
  transition: all .35s;
}

#head .menu>li>div .box-about .mod>a img {
  opacity: 0;
  transition: all .35s;
}

#head .menu>li>div .box-about .mod>a:hover img {
  opacity: 1;
  margin-left: 5px;
}

#head .menu>li>div .box-pro {
  width: 85%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  padding: 50px 0;
}

#head .menu>li>div .box-pro .title {
  display: block;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

#head .menu>li>div .box-pro .prolist {
  position: relative;
  width: 30%;
  height: 500px;
  text-align: left;
  background: url("../images/menu-prolist-bar.html") repeat-y;
  background-position: 239px 0;
}

#head .menu>li>div .box-pro .prolist>li {
  display: block;
  width: 240px;
}

#head .menu>li>div .box-pro .prolist>li>a {
  position: relative;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

#head .menu>li>div .box-pro .prolist>li.A>a {
  color: #d82128;
  font-weight: bold;
}

#head .menu>li>div .box-pro .prolist>li.A>a:after {
  height: 3px;
  background: #d82128;
}

#head .menu>li>div .box-pro .prolist>li>a:after {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 170px;
  height: 1px;
  background: #ddd;
  content: '';
  transition: all .35s;
}

#head .menu>li>div .box-pro .prolist>li>a:hover {
  background: url("../images/menu-prolist-arrow.html") no-repeat;
  background-position: 100% 50%;
}

#head .menu>li>div .box-pro .prolist>li>a:hover:after {
  height: 3px;
  background: #d82128;
}

#head .menu>li>div .box-pro .prolist>li>div {
  display: none;
  position: absolute;
  top: 0;
  left: 240px;
  width: 200px;
  height: 100%;
  padding-left: 50px;
  transition: all .35s;
}

#head .menu>li>div .box-pro .prolist>li>div a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #d82128;
  font-size: 14px;
}

#head .menu>li>div .box-pro .prolist>li>div a:hover {
  font-weight: bold;
  font-size: 13px;
}

#head .menu>li>div .box-pro .prolist .pA {
  color: #d82128;
  background: url("../images/menu-prolist-arrow.html") no-repeat;
  background-position: 100% 50%;
}

#head .menu>li>div .box-pro .prolist .pA:after {
  height: 3px;
  background: #d82128;
}

#head .menu>li>div .box-pro .prolist .pADiv {
  display: block !important;
}

#head .menu>li>div .box-pro .newpro {
  width: 30%;
  text-align: left;
  padding: 0 5%;
}

#head .menu>li>div .box-pro .newpro .con {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

#head .menu>li>div .box-pro .newpro .con a {
  display: block;
  padding: 20px 0;
  min-height: 110px;
}

#head .menu>li>div .box-pro .newpro .con a>.img {
  display: block;
  width: 25%;
  text-align: left;
}

#head .menu>li>div .box-pro .newpro .con a>.img>img {
  width: 100%;
  height: auto;
}

#head .menu>li>div .box-pro .newpro .con a>.text {
  display: block;
  width: 70%;
  text-align: left;
  line-height: 23px;
  color: #777;
}

#head .menu>li>div .box-pro .newpro .con a>.text h3 {
  font-weight: normal;
  color: #555;
  transition: all .35s;
}

#head .menu>li>div .box-pro .newpro .con a:hover .text h3 {
  color: #d82128;
}

#head .menu>li>div .box-pro .newpro .url {
  padding: 10px 0;
}

#head .menu>li>div .box-pro .newpro .url a {
  display: inline-block;
  margin-right: 15px;
  color: #d82128;
  font-size: 14px;
}

#head .menu>li>div .box-pro .newpro .url a>img {
  margin-right: 5px;
  width: 25px;
  height: auto;
}

#head .menu>li>div .box-pro .hotpro {
  width: 30%;
  text-align: left;
}

#head .menu>li>div .box-pro .hotpro .con {
  display: block;
  font-size: 14px;
}

#head .menu>li>div .box-pro .hotpro .con a {
  display: block;
  padding: 20px 0;
  min-height: 110px;
  border-bottom: 1px solid #eee;
}

#head .menu>li>div .box-pro .hotpro .con a:last-of-type {
  border-bottom: 0 !important;
}

#head .menu>li>div .box-pro .hotpro .con a>.img {
  display: block;
  width: 25%;
  text-align: left;
}

#head .menu>li>div .box-pro .hotpro .con a>.img>img {
  width: 100%;
  height: auto;
}

#head .menu>li>div .box-pro .hotpro .con a>.text {
  display: block;
  width: 70%;
  text-align: left;
  line-height: 23px;
  color: #777;
}

#head .menu>li>div .box-pro .hotpro .con a>.text h3 {
  font-weight: normal;
  color: #555;
  transition: all .35s;
}

#head .menu>li>div .box-pro .hotpro .con a:hover .text h3 {
  color: #d82128;
}

#head .menu>li>div .box-pro .hotpro .url {
  text-align: left;
}

#head .menu>li>div .box-pro .hotpro .url a {
  display: inline-block;
  margin-right: 15px;
  color: #d82128;
  font-size: 14px;
}

#head .menu>li>div .box-pro .hotpro .url a>img {
  margin-right: 5px;
  width: 25px;
  height: auto;
}

#head .menu>li>div .box-news {
  width: 85%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  padding: 50px 0;
}

#head .menu>li>div .box-news .title {
  display: block;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

#head .menu>li>div .box-news .com-news {
  width: 30%;
}

#head .menu>li>div .box-news .com-news a {
  display: block;
  margin: 0px;
  text-align: left;
}

#head .menu>li>div .box-news .com-news a .name {
  display: block;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

#head .menu>li>div .box-news .com-news a .img {
  padding: 10px 0;
  max-height: 200px;
  overflow: hidden;
}

#head .menu>li>div .box-news .com-news a .img>img {
  width: 100%;
  height: auto;
}

#head .menu>li>div .box-news .com-news a .text {
  font-size: 14px;
  height: 70px;
  line-height: 23px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#head .menu>li>div .box-news .com-news a .more {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  background: #d82128;
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
}

#head .menu>li>div .box-news .com-news a .more:hover {
  text-decoration: underline;
}

#head .menu>li>div .box-news .pro-news {
  width: 60%;
  text-align: left;
}

#head .menu>li>div .box-news .pro-news .con {
  display: block;
  margin: 0px;
  text-align: left;
}

#head .menu>li>div .box-news .pro-news .con>a {
  display: block;
  float: left;
  width: 30%;
  margin-right: 3%;
}

#head .menu>li>div .box-news .pro-news .con>a .name {
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#head .menu>li>div .box-news .pro-news .con>a .img {
  width: 80%;
  max-height: 110px;
  overflow: hidden;
}

#head .menu>li>div .box-news .pro-news .con>a .img>img {
  width: 100%;
  height: auto;
}

#head .menu>li>div .box-news .pro-news .con>a .text {
  font-size: 14px;
  height: 70px;
  line-height: 23px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#head .menu>li>div .box-news .pro-news .con>a .more {
  display: inline-block;
  margin-right: 15px;
  color: #d82128;
  font-size: 14px;
}

#head .menu>li>div .box-news .pro-news .con>a .more>img {
  margin-right: 5px;
  width: 25px;
  height: auto;
}

#head .menu>li>div .box-rd {
  width: 85%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
}

#head .menu>li>div .box-rd .title {
  display: block;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

#head .menu>li>div .box-rd .rd {
  width: 40%;
  text-align: left;
}

#head .menu>li>div .box-rd .rd .text {
  font-size: 14px;
  height: 70px;
  line-height: 23px;
  color: #777;
}

#head .menu>li>div .box-rd .rd .more {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  background: #d82128;
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
}

#head .menu>li>div .box-rd .rd .more:hover {
  text-decoration: underline;
}

#head .menu>li>div .box-rd .idea {
  width: 25%;
  padding: 0px 5%;
  text-align: left;
}

#head .menu>li>div .box-rd .idea .text {
  font-size: 14px;
  height: 70px;
  line-height: 23px;
  color: #777;
}

#head .menu>li>div .box-rd .idea .more>img {
  width: 25px;
  height: auto;
}

#head .menu>li>div .box-rd .interact {
  width: 25%;
  text-align: left;
}

#head .menu>li>div .box-rd span {
  display: block;
  height: 30px;
  line-height: 30px;
}

#head .menu>li>div .box-rd .interact .con>a .img {
  width: 80%;
}

#head .menu>li>div .box-rd .interact .con>a .img>img {
  width: 100%;
  height: auto;
}

#head .menu>li>div .box-service {
  width: 85%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  padding: 50px 0;
}

#head .menu>li>div .box-service .title {
  display: block;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

#head .menu>li>div .box-service .dealers {
  width: 40%;
  text-align: left;
  margin-right: 5%
}

#head .menu>li>div .box-service .dealers .text {
  font-size: 14px;
  width: 100%;
  line-height: 23px;
  color: #777;
}

#head .menu>li>div .box-service .dealers .more {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  background: #d82128;
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
}

#head .menu>li>div .box-service .dealers .more:hover {
  text-decoration: underline;
}

#head .menu>li>div .box-service .network {
  width: 18%;
  text-align: left;
  margin-right: 5%;
}

#head .menu>li>div .box-service .network .con {
  display: block;
  margin: 0px;
  text-align: left;
}

#head .menu>li>div .box-service .network .con>a {
  display: block;
  line-height: 30px;
}

#head .menu>li>div .box-service .network .con>a .img {
  width: 100%;
}

#head .menu>li>div .box-service .network .con>a .img>img {
  width: 100%;
  height: auto;
}

#head .menu>li>div .box-service .network .con>a .text {
  height: 70px;
  font-size: 14px;
  line-height: 23px;
  color: #777;
  padding: 15px 0;
}

#head .menu>li>div .box-service .network .con>a .more {
  height: 40px;
  display: inline-block;
  margin-right: 15px;
  color: #d82128;
  font-size: 14px;
}

#head .menu>li>div .box-service .network .con>a .more>img {
  margin-right: 5px;
  width: 25px;
  height: auto;
}

#head .menu>li>div .box-service .faq {
  width: 18%;
  text-align: left;
  margin-right: 5%;
}

#head .menu>li>div .box-service .faq .con {
  display: block;
  margin: 0px;
  text-align: left;
}

#head .menu>li>div .box-service .faq .con>a {
  display: block;
  line-height: 30px;
}

#head .menu>li>div .box-service .faq .con>a .img {
  width: 100%;
}

#head .menu>li>div .box-service .faq .con>a .img>img {
  width: 100%;
  height: auto;
}

#head .menu>li>div .box-service .faq .con>a .text {
  height: 70px;
  font-size: 14px;
  line-height: 23px;
  color: #777;
  padding: 15px 0;
}

#head .menu>li>div .box-service .faq .con>a .more {
  display: inline-block;
  margin-right: 15px;
  color: #d82128;
  font-size: 14px;
}

#head .menu>li>div .box-service .faq .con>a .more>img {
  margin-right: 5px;
  width: 25px;
  height: auto;
}

#head .menu>li>div .box-service .other {
  width: 9%;
  padding-top: 35px;
  text-align: left;
}

#head .menu>li>div .box-service .other a {
  display: block;
  padding: 7px 0;
  margin-bottom: 20px;
  background: #fff;
  border: 3px solid #ddd;
  color: #666;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  transition: all .35s;
}

#head .menu>li>div .box-service .other a>span {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  margin: 0px auto;
  overflow: hidden;
}

#head .menu>li>div .box-service .other a>span img {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

#head .menu>li>div .box-service .other a:last-child {
  background: #d82128;
  border: 3px solid #d82128;
  color: #fff;
}

#head .menu>li>div .box-service .other a:last-child>span img {
  top: -45px;
}

#head .menu>li>div .box-service .other a:hover {
  background: #fff;
  color: #d82128;
  border: 3px solid #d82128;
}

#head .menu>li>div .box-service .other a:hover span img {
  top: 0;
}

#head .menu>li>div .box-human {
  width: 85%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  padding: 50px 0;
}

#head .menu>li>div .box-human .title {
  display: block;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

#head .menu>li>div .box-human .talents {
  width: 40%;
  text-align: left;
}

#head .menu>li>div .box-human .talents .text {
  font-size: 14px;
  height: 70px;
  line-height: 23px;
  color: #777;
}

#head .menu>li>div .box-human .talents .more {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  background: #d82128;
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
}

#head .menu>li>div .box-human .talents .more:hover {
  text-decoration: underline;
}

#head .menu>li>div .box-human .jobs {
  width: 25%;
  padding: 0px 5%;
  text-align: left;
}

#head .menu>li>div .box-human .jobs .text {
  font-size: 14px;
  height: 70px;
  line-height: 23px;
  color: #777;
}

#head .menu>li>div .box-human .jobs .more>img {
  width: 25px;
  height: auto;
}

#head .menu>li>div .box-human .self {
  width: 25%;
  text-align: left;
}

#head .menu>li>div .box-human .self .con>a .img {
  width: 80%;
}

#head .menu>li>div .box-human .self .con>a .img>img {
  width: 100%;
  height: auto;
}

#head .search {
  position: relative;
  padding-left: 20px;
  height: 100px;
  line-height: 100px;
  text-align: right;
  overflow: hidden;
  transition: all .35s;
}

#head .search .icon-search {
  font-size: 23px;
  color: #fff;
  cursor: pointer;
}

#head .language {
  padding-left: 30px;
  height: 100px;
  line-height: 100px;
  text-align: right;
  transition: all .35s;
}

#head .language a>img {
  height: 30px;
  width: auto;
}

#head:hover {
  background: #fff;
}

#head:hover .menu>li>a {
  color: #333;
}

#head:hover .search .icon-search {
  color: #3a3e3f;
}

#head:hover .search .icon-search:hover {
  color: #d82128;
}

#head.small {
  height: 70px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .1);
}

#head.small .logo a {
  height: 70px;
  line-height: 70px;
}

#head.small .logo a img {
  top: 14px;
}

#head.small .menu {
  height: 70px;
  line-height: 70px;
}

#head.small .menu>li>a {
  line-height: 70px;
  color: #333;
}

#head.small .menu>li>div {
  top: 70px;
}

#head.small .search {
  height: 70px;
  line-height: 70px;
}

#head.small .search .icon-search {
  color: #3a3e3f;
}

#head.small .language {
  height: 70px;
  line-height: 70px;
}

#menuwap {
  display: none;
}



.dilan {
  margin-top: 13px;
}

.dilan dl {
  float: left;
  width: 18.999%;
}

.dilan dl dt {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #000;
}

.dilan dl dd {
  height: 30px;
  line-height: 30px;
}

.dilan dl dd a {
  display: block;
  font-size: 14px;
  color: #737373;
}


#search {
  position: relative;
  margin-top: 15px;
  float: left;
  width: 0px;
  overflow: hidden;
  transition: all .35s;
}

#search form {
  display: inline-block;
  width: 94%;
  background: #d82128;
  border-radius: 50px;
  padding: 0 3%;
  text-align: left;
  overflow: hidden;
}

#search input[type="text"] {
  outline: medium;
  float: left;
  height: 36px;
  line-height: 36px;
  width: 70%;
  padding: 0 5%;
  border: none;
  font-family: 微软雅黑;
  background: none;
  color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  overflow: hidden;
}

#search input::-webkit-input-placeholder,
#search textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

#search button {
  float: right;
  width: 20%;
  height: 36px;
  border: none;
  opacity: .8;
  background: url(../images/go.html) no-repeat center center;
  background-size: auto 100%;
  ;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}

#search button:hover {
  opacity: 1;
}


@media only screen and (max-width: 1280px) {
  .dilan dl dt {
    font-size: 16px;
  }

  .dilan dl {
    width: 20%;
  }

  #head {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .1);
  }

  #head .logo {
    width: 300px;
  }

  #head .search .icon-search {
    color: #3a3e3f;
  }

  #head .menu>li {
    display: none !important;
  }

  #head .menu>li.btnwap {
    display: inline-block !important;
  }

  #head .menu>li.btnwap a {
    display: inline-block;
    width: 40px !important;
    padding: 0 !important;
    overflow: hidden;
  }

  #head .menu>li.btnwap a>img {
    width: 100%;
    height: auto;
  }

  #head .language {
    padding-left: 20px;
  }

  #menuwap {
    display: block;
    position: fixed;
    z-index: 999;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #menuwap ul {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 130px 0;
    background: rgba(68, 68, 68, 1);
  }

  #menuwap ul.menu>li {
    display: block;
    width: 100%;
    text-align: left;
  }

  #menuwap ul.menu>li>a {
    display: block;
    width: 80%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin: 0px auto;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  #menuwap ul.menu>li>div {
    display: none;
    padding: 10px 0px;
    width: 80%;
    margin: 0px auto;
  }

  #menuwap ul.menu>li>div a {
    display: block;
    padding: 5px;
    font-size: 12px;
    color: #999;
  }


  #menuwap ul.pro {
    padding: 100px 0;
    background: #eee;
  }

  #menuwap ul.pro .back {
    display: block !important;
    position: relative;
    background: #d82128;
    height: 40px;
    overflow: hidden;
  }

  #menuwap ul.pro .back .btn {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 16%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
  }

  #menuwap ul.pro .back .btn>img {
    height: 20px;
    width: auto;
  }

  #menuwap ul.pro .back .tit {
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }

  #menuwap ul.pro li {
    display: none;
  }

  #menuwap ul.pro li>a {
    display: block;
    width: 90%;
    margin: 0px auto;
    font-size: 14px;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

}

@media only screen and (max-width: 680px) {}

@media only screen and (max-width: 420px) {
  #head {
    height: 70px;
  }

  #head .logo {
    width: 220px;
  }

  #head .logo a {
    height: 70px;
    line-height: 70px;
  }

  #head .logo a img {
    top: 0px;
    font-size: 100px;
  }

  #head .menu,
  #head .menu>li.btnwap {
    height: 70px;
    line-height: 70px;
  }

  #head .menu>li.btnwap a {
    height: 70px;
    line-height: 70px;
  }

  #head .search {
    display: none;
  }

  #head .language {
    display: none;
  }

  #menuwap ul {
    padding: 100px 0;
  }

  #menuwap ul.menu>li>div {
    top: 70px;
  }

  #menuwap ul.pro {
    padding: 70px 0;
  }
}

/* end*/







/*

banner

-----------------------------------------------------------------*/
#banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px auto;
}

#banner .search {
  display: none;
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 50px;
  width: 1200px;
  margin-left: -600px;
  text-align: left;
}

#banner .search>.tips {
  font-size: 18px;
  color: rgba(255, 255, 255, .5);
  padding: 15px 0;
}

#banner .search>form {
  width: 500px;
  height: 50px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

#banner .search>form input[type="text"] {
  outline: medium;
  float: left;
  height: 50px;
  line-height: 50px;
  width: 70%;
  padding: 0 5%;
  border: none;
  font-family: 微软雅黑;
  font-size: 16px;
  background: none;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
}

#banner .search>form input::-webkit-input-placeholder,
#search textarea::-webkit-input-placeholder {
  color: #ccc;
}

#banner .search>form button {
  float: right;
  width: 20%;
  height: 50px;
  border: none;
  opacity: .8;
  background: url(../images/go-black.png) no-repeat center center;
  background-size: auto 18px;
  ;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}

#banner .search>form button:hover {
  opacity: 1;
}

@media only screen and (max-width: 1280px) {
  #banner .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 780px) {
  #banner .swiper-container {
    padding-top: 30px;
  }
}

/* end*/



/*

main

-----------------------------------------------------------------*/
#main {
  width: 100%;
  height: auto;
  margin: 0px auto;
  background: #fff;
}

#main .title {
  padding: 30px 0;
  font-size: 36px;
  color: #6fbef7;
  width: 100%;
  margin: 0px auto;
}

#main .wrap {
  position: relative;
  width: 86%;
  max-width: 1280px;
  margin: 0px auto;
  overflow: hidden;
}

#main .catalog {
  width: 100%;
  margin: 0px auto;
}

#main .catalog .wrap {
  padding: 70px 0px;
}

#main .catalog .title {
  text-align: left;
}

#main .catalog .container {
  width: 46%;
  text-align: left;
}

#main .catalog .container p {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin-bottom: 34px;
}

#main .catalog .img {
  width: 53%;
}

#main .catalog .img>img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .newpro {
  width: 100%;
  margin: 0px auto;
  height: auto;
  background: #f3f3f3;
  overflow: hidden;
}

#main .newpro .title {
  text-align: center;
}

#main .newpro .text {
  font-size: 14px;
  color: #999;
  padding: 0px;
  margin: 0px auto;
}

#main .newpro .swiper-container {
  position: relative;
  width: 1450px;
  height: auto;
  padding: 2px 0;
  margin: 0px auto;
}

#main .newpro .swiper-slide {
  text-align: center;
  background: #fff;
  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;
}

#main .newpro .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  transition: all .35s;
}

#main .newpro .swiper-slide a .tips {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
}

#main .newpro .swiper-slide a .tips>img {
  width: 60px;
  height: auto;
}

#main .newpro .swiper-slide a .img {
  position: relative;
  width: 100%;
  margin: 0px auto;
  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;
}

#main .newpro .swiper-slide a .img img {
  width: 100%;
  height: auto;
}

#main .newpro .swiper-slide a .img:after {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) url("../images/icon-zoom.html") no-repeat;
  background-position: 50% -50%;
  content: '';
  transition: all .35s;
}

#main .newpro .swiper-slide a .name {
  position: relative;
  padding: 15px 6px;
  font-size: 14px;
  text-align: center;
  transition: all .8s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#main .newpro .swiper-slide a .name:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background: #ddd;
  content: '';
  transition: all .35s;
}

#main .newpro .swiper-slide a:hover .img:after {
  background: rgba(0, 0, 0, .7) url("../images/icon-zoom.html") no-repeat;
  background-position: 50% 50%;
}

#main .newpro .swiper-slide a:hover .name {
  background: #d82128;
  color: #fff;
}

#main .newpro .swiper-slide a:hover .name:after {
  width: 100%;
  left: 0;
  margin-left: 0;
  background: #fff;
}

#main .newpro .swiper-slide a:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
}

#main .newpro .swiper-pagination {
  position: relative;
}

#main .newpro .swiper-container-horizontal>.swiper-pagination-bullets,
#main .newpro .swiper-pagination-custom,
#main .newpro .swiper-pagination-fraction {
  bottom: 0 !important;
  padding-top: 30px;
  left: 0;
  width: 100%;
}

#main .newpro .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  border: 2px solid #eee;
  opacity: .2;
}

#main .newpro .swiper-pagination-bullet-active {
  opacity: 1;
  background: #d82128;
  border: 2px solid #d82128;
}


#main .more {
  display: inline-block !important;
  padding: 10px 20px;
  width: 111px !important;
  color: #fff;
  text-align: left;
  background: #4186cc;
  border-radius: 3px;
}

#main .more:after {
  position: absolute;
  top: 14px;
  left: 90px;
  font-family: iconfont;
  content: "\e6f8";
  font-size: 16px;
  color: #fff;
  transition: all .15s;
}

#main .more:hover {
  background: #d82128;
}

#main .more:hover:after {
  left: 95px;
}

@media only screen and (max-width: 1460px) {
  #main .wrap {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 1280px) {
  #main {
    width: 100%;
  }

  #main .wrap {
    max-width: 1000px;
  }

  #main .catalog .img {
    width: 30%;
  }

  #main .catalog .img>img {
    width: 100%;
    height: auto;
  }

  #main .newpro .swiper-container {
    width: 90%;
  }

}

@media only screen and (max-width: 680px) {
  #main .catalog .container p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

@media only screen and (max-width: 420px) {
  #main .wrap {
    width: 80%;
  }

  #main .catalog .wrap {
    padding: 40px 0px;
    border-bottom: 1px solid #eee;
  }

  #main .catalog .wrap:last-of-type {
    border: 0 !important;
  }

  #main .catalog .title {
    text-align: center;
    font-size: 18px;
  }

  #main .catalog .container {
    float: none !important;
    width: 100%;
    text-align: center;
  }

  #main .catalog .container p {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  #main .catalog .img {
    float: none !important;
    width: 70%;
    margin: 0 auto;
  }

  #main .newpro .swiper-slide a .tips>img {
    width: 40px;
  }
}


/* end*/









/*

about

-----------------------------------------------------------------*/
#about {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#about .profile {
  position: relative;
  margin: 0px auto;
  width: 100%;
  padding: 0;
}

#about .profile .wrap {
  position: absolute;
  z-index: 99;
  left: 50%;
  bottom: 0;
  width: 1200px;
  margin-left: -600px;
  transition: all .35s;
}

#about .profile .wrap .container {
  float: right;
  width: 50%;
  padding: 3% 5%;
  text-align: left;
  background: rgba(255, 255, 255, .8);
  transition: all .35s;
}

#about .profile .wrap .container>.title {
  position: relative;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #d82128;
}

#about .profile .wrap .container>.title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 3px;
  background: #d82128;
  content: '';
}

#about .profile .wrap .container>.text {
  padding: 20px 0;
  text-align: left;
  font-size: 14px;
  color: #555;
  line-height: 25px;
}

#about .profile .wrap .container>.text p {
  margin-bottom: 20px;
}

#about .profile .wrap .container>.more {
  padding: 10px 0;
  text-align: left;
}

#about .profile .wrap .container>.more a {
  position: relative;
  display: inline-block;
  padding: 0;
}

#about .profile .wrap .container>.more a>img {
  position: relative;
  z-index: 99;
  height: 32px;
  width: auto;
  transition: all .35s;
}

#about .profile .wrap .container>.more a:hover img {
  margin-left: 10px;
}

#about .profile .img {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#about .profile .img>img {
  width: 100%;
  height: auto;
  transition: all .35s;
}

#about .video {
  position: relative;
  width: 100%;
  min-height: 600px;
  padding-top: 50px;
  background: url('../images/video_bg.jpg') no-repeat center/cover;
}

#about .video .box {
  width: 90%;
  max-width: 1460px;
  margin: auto;
  text-align: left;
}

#about .video .box>.title {
  position: relative;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #d82128;
}

#about .video .box>.title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 3px;
  background: #d82128;
  content: '';
}

#about .video .con {
  margin: 50px auto;
  text-align: center;
}

#about .history {
  position: relative;
  width: 100%;
  margin: 0px auto;
  background: #e6e6e6 url("../images/history-bg.jpg") no-repeat;
  background-size: cover;
}

#about .history:after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: url("../images/history-timeaxis.png") repeat-x;
  background-position: center bottom;
  content: '';
}

#about .history .wrap {
  position: relative;
  width: 90%;
  max-width: 1460px;
  padding-top: 200px;
  margin: 0px auto;
}

#about .history .wrap>.title {
  position: relative;
  text-align: left;
  width: 180px;
  height: 160px;
  padding: 40px 0 0 20px;
  font-size: 24px;
  color: #fff;
  background: #d82128 url("../images/brand-title-bg.jpg") no-repeat;
  background-size: auto 100%;
}

#about .history .wrap>.title>a {
  display: block;
  margin-top: 10px;
}

#about .history .wrap>.container {
  width: 82%;
  padding-top: 100px;
  overflow: hidden;
}

#about .history .wrap>.container .swiper-slide {
  position: relative;
  bottom: 0;
  width: 21%;
  height: 430px;
  padding-left: 2%;
  background: url(../images/history-timeaxis-red.png) no-repeat left top;
  background-position-y: 20px;
  text-align: left;
  transition: all .35s;
}

#about .history .wrap>.container .years {
  font-size: 40px;
  color: #d82128;
  transition: all .35s;
}

#about .history .wrap>.container .text {
  padding: 10px 0;
  font-size: 14px;
  color: #666;
  line-height: 18px;
}

#about .history .wrap>.container .img {
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
}

#about .history .wrap>.container .img>img {
  width: 180px;
  height: auto;
}

#about .history .wrap>.container .ss_1 {
  top: 120px;
}

#about .history .wrap>.container .ss_2 {
  top: 80px;
}

#about .history .wrap>.container .ss_3 {
  top: 50px;
}

#about .history .wrap>.container .ss_4 {
  top: 0;
}

#about .history .wrap>.container .swiper-slide:hover .years {
  transform: translate(0, -20px);
  color: #333;
}

#about .history .wrap>.container .swiper-slide:hover {
  background: url(../images/history-timeaxis-black.png) no-repeat left top;
  background-position-y: 0px;
}

#about .honor {
  position: relative;
  width: 100%;
  margin: 0px auto;
  background: #fff;
  padding: 0;
}

#about .honor .wrap {
  position: relative;
  width: 90%;
  max-width: 1460px;
  padding: 50px 0;
  margin: 0px auto;
}

#about .honor .wrap>.title {
  position: relative;
  text-align: left;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #222;
}

#about .honor .wrap>.tag-year {
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

#about .honor .wrap>.tag-year .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 120px;
  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;
}

#about .honor .wrap>.tag-year .swiper-slide a {
  display: block;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #666;
}

#about .honor .wrap>.tag-year .swiper-slide .A {
  background: #d82128;
  color: #fff;
}

#about .honor .wrap>.tag-con {
  display: block;
  padding: 30px 0;
}

#about .honor .wrap>.tag-con>ul {
  display: none;
}

#about .honor .wrap>.tag-con>ul>li {
  display: block;
  border-bottom: 1px dotted #ddd;
  padding: 20px;
  font-size: 16px;
  color: #999;
  text-align: left;
}

#about .honor .wrap>.container>li {
  display: block;
  border-bottom: 1px dotted #ddd;
  padding: 20px 0;
  font-size: 16px;
  color: #999;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#about .honor .wrap>.container>li>span {
  display: inline-block;
  font-size: 18px;
  color: #777;
  margin-right: 20px;
}


#about .patent {
  position: relative;
  width: 100%;
  margin: 0px auto;
  background: #fff;
  padding: 0;
}

#about .patent .wrap {
  position: relative;
  width: 90%;
  max-width: 1460px;
  padding: 50px 0;
  margin: 0px auto;
}

#about .patent .wrap>.title {
  position: relative;
  text-align: left;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #222;
}

#about .patent .swiper-container {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 50px 0;
}

#about .patent .button-prev {
  position: absolute;
  z-index: 9;
  right: 50px;
  top: 0;
  background: #ddd;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  transition: all .35s;
}

#about .patent .button-next {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  background: #ddd;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  transition: all .35s;
}

#about .patent .button-prev img,
#about .patent .button-next img {
  width: 100%;
  height: auto;
}

#about .patent .button-prev:hover img,
#about .patent .button-next:hover img {
  margin-top: -35px;
}

#about .patent .button-prev:hover,
#about .patent .button-next:hover {
  background: #d82128;
}

#about .patent .button-prev.swiper-button-disabled,
#about .patent .button-next.swiper-button-disabled {
  opacity: .35;
  pointer-events: none;
}

#about .patent .swiper-slide {
  position: relative;
  text-align: center;
  background: #fff;
  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;
}

#about .patent .swiper-slide>a {
  display: block;
  width: 100%;
}

#about .patent .swiper-slide>a>.img {
  position: relative;
  border: 1px solid #ddd;
  padding: 5%;
}

#about .patent .swiper-slide>a>.img:after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6) url("../images/icon-zoom-magnifier.png") no-repeat;
  background-position: 50% 40%;
  opacity: 0;
  content: '';
  transition: all .35s;
}

#about .patent .swiper-slide>a>.img>img {
  width: 100%;
  height: auto;
}

#about .patent .swiper-slide>a>.name {
  position: relative;
  width: 90%;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 5%;
  transition: all .35s;
}

#about .patent .swiper-slide>a:hover .img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

#about .patent .swiper-slide>a:hover .name {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 40%;
  color: #fff;
}

#about .patent .swiper-slide>a:hover .img:after {
  opacity: 1;
}


@media only screen and (max-width: 1280px) {
  #about .profile .wrap {
    position: relative;
    z-index: 99;
    left: auto;
    bottom: 0;
    width: 100%;
    margin-left: 0;
  }

  #about .profile .wrap .container {
    float: none;
    width: 90%;
    padding: 3% 5%;
    background: rgba(255, 255, 255, 1);
  }

  #about .history .wrap {
    padding-top: 0 !important;
  }

  #about .history .wrap>.title {
    float: none !important;
    width: 120px;
    height: 120px;
    padding: 20px;
  }

  #about .history .wrap>.container {
    float: none !important;
    width: 100%;
    padding-top: 30px;
  }

  #about .history .wrap>.container .swiper-slide {
    width: 26%;
    height: 360px;
    padding-left: 5%;
  }

  #about .history .wrap>.container .years {
    font-size: 36px;
  }

  #about .history .wrap>.container .img>img {
    width: 120px;
  }
}

@media only screen and (max-width: 420px) {
  #about .profile .wrap .container>.title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
  }

  #about .profile .wrap .container>.title:after {
    width: 76px;
  }

  #about .video {
    padding-top: 30px;
    height: auto;
    min-height: auto;
  }

  #about .video .box>.title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
  }

  #about .video .box>.title:after {
    width: 76px;
  }

  #about .video .con {
    margin: 30px auto 50px auto;
    text-align: center;
  }

  #about .video .con video {
    width: 100% !important;
  }

  #about .history .wrap {
    width: 100%;
  }

  #about .history .wrap>.title {
    position: relative;
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    background-size: cover !important;
  }

  #about .history .wrap>.title>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
  }

  #about .history .wrap>.title>a img {
    position: absolute;
    left: 90px;
    top: 22px;
    height: 20px;
    width: auto;
    transform: rotate(90deg);
  }

  #about .history .wrap>.container {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }

  #about .history .wrap>.container .swiper-slide {
    width: 95%;
    height: 300px;
    padding-left: 5%;
  }

  #about .history .wrap>.container .ss_1 {
    top: 80px;
  }

  #about .history .wrap>.container .ss_2 {
    top: 60px;
  }

  #about .history .wrap>.container .ss_3 {
    top: 20px;
  }

  #about .honor .wrap>.title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
  }

  #about .honor .wrap>.tag-year .swiper-slide {
    width: 100px;
  }

  #about .honor .wrap>.tag-year .swiper-slide a {
    display: block;
    padding: 8px 20px;
    font-size: 14px;
  }


  #about .honor .wrap>.container>li {
    font-size: 14px;
  }

  #about .honor .wrap>.container>li>span {
    font-size: 16px;
  }

  #about .patent .wrap>.title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
  }

  #about .patent .button-prev {
    right: 30px;
    width: 25px;
    height: 25px;
  }

  #about .patent .button-next {
    width: 25px;
    height: 25px;
  }

  #about .patent .button-prev:hover img,
  #about .patent .button-next:hover img {
    margin-top: -25px;
  }

}

/* end*/




/*

profile

-----------------------------------------------------------------*/
#profile {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#profile .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#profile .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#profile .container {
  margin: 0px auto;
  padding: 50px 0;
}

#profile .container>.img {
  width: 40%;
  text-align: left;
}

#profile .container>.img img {
  width: 100%;
  height: auto;
}

#profile .container>.content {
  width: 55%;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  color: #666;
}

#profile .container>.content .first {
  font-size: 26px;
  color: #d82128;
  display: block;
  margin-bottom: 20px;
}

#profile .container>.content>p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1280px) {
  #profile .container {
    padding: 30px 0;
  }

  #profile .container>.img {
    width: 100%;
    float: none !important;
  }

  #profile .container>.content {
    width: 100%;
    float: none !important;
    padding-top: 30px;
  }

}

@media only screen and (max-width: 420px) {
  #profile .wrap>.title {
    padding: 0 !important;
    font-size: 16px;
    font-weight: bold;
  }

  #profile .container>.content .first {
    font-size: 20px;
  }

}

/* end*/


/*

brand

-----------------------------------------------------------------*/
#brand {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#brand .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#brand .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#brand .container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0;
}

#brand .container:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 100%;
  background: #eee;
  content: '';
}

#brand .container>li {
  position: relative;
  display: block;
  width: 36%;
  padding: 50px;
  margin: 150px 0;
  background: #fff;
  border: 1px solid #ddd;
}

#brand .container>li:after {
  position: absolute;
  z-index: 1;
  top: 10px;
  width: 15px;
  height: 19px;
  background: url("../images/brand-arrow.html") no-repeat;
  content: '';
}

#brand .container>li:first-of-type {
  margin-top: 0 !important;
}

#brand .container>li.fl-left {
  text-align: right;
}

#brand .container>li.fl-left:after {
  right: -14px;
  transform: rotate(180deg);
}

#brand .container>li.fl-right {
  text-align: left;
}

#brand .container>li.fl-right:after {
  left: -14px;
}

#brand .container>li .years {
  font-size: 30px;
  color: #d82128;
  padding-bottom: 20px;
}

#brand .container>li .text {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

#brand .container>li .img {
  display: block;
  margin: 20px 0;
}

#brand .container>li .img>img {
  width: 260px;
  height: auto;
}

#brand .container>li .node {
  position: absolute;
  z-index: 2;
  top: 10px;
  background: #ccc;
  border: 4px solid #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  transition: all .35s;
}

#brand .container>li.fl-left .node {
  right: -14.6%;
}

#brand .container>li.fl-right .node {
  left: -14.3%;
}

#brand .container>li:hover .node {
  background: #d82128;
}

@media only screen and (max-width: 1280px) {
  #brand .container {
    padding: 30px 0;
    width: 100%;
  }

  #brand .container:after {
    left: 0;
    margin-left: 0 !important;
  }

  #brand .container>li {
    width: 70%;
    margin-left: 10%;
  }

  #brand .container>li.fl-left {
    float: none !important;
    text-align: left !important;
  }

  #brand .container>li.fl-left:after {
    left: -14px;
    right: auto;
    transform: rotate(0deg) !important;
  }

  #brand .container>li.fl-right {
    float: none !important;
  }

  #brand .container>li.fl-left .node {
    left: -13.6% !important;
    right: auto;
  }

  #brand .container>li.fl-right .node {
    left: -13.6% !important;
  }

}

@media only screen and (max-width: 420px) {
  #brand .wrap>.title {
    padding: 0 !important;
    font-size: 16px;
    font-weight: bold;
  }

  #brand .container>li {
    width: 70%;
    padding: 30px;
    margin: 100px 0 100px 10%;
  }

  #brand .container>li .img>img {
    width: 100%;
    height: auto;
  }

}

/* end*/






/*

news

-----------------------------------------------------------------*/
#news {
  position: relative;
  width: 100%;
  margin: 0px auto;
  background: #fff;
}

#news .Company-news {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto 100px auto;
}

#news .Company-news>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#news .Company-news>.title .more {
  float: right;
  display: block;
  color: #fff;
  font-size: 25px;
  transition: all .35s;
}

#news .Company-news>.title .more:hover {
  color: #d82128;
}

#news .Company-news .hot {
  position: relative;
  margin: 20px auto;
}

#news .Company-news .hot:after {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 100%;
  height: 99.6%;
  border: 1px solid #ddd;
  border-left: 0 !important;
  content: '';
}

#news .Company-news .hot>.img {
  position: relative;
  z-index: 99;
  width: 40%;
  height: auto;
  text-align: left;
  overflow: hidden;
}

#news .Company-news .hot>.img a:after {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) url("../images/icon-zoom-arrow.html") no-repeat;
  background-position: -50% 50%;
  content: '';
  transition: all .35s;
}

#news .Company-news .hot>.img .clicks {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 60px;
  padding-top: 15px;
  background: rgba(216, 33, 40, .8);
  text-align: center;
  font-size: 14px;
  font-family: "Arial";
  color: #fff;
  transition: all .35s;
}

#news .Company-news .hot>.img .clicks>img {
  display: block;
  width: 26px;
  height: auto;
  margin: 0px auto;
}

#news .Company-news .hot>.img img {
  width: 100%;
  height: auto;
}

#news .Company-news .hot>.img a:hover .clicks {
  display: none;
}

#news .Company-news .hot>.img a:hover:after {
  height: 100%;
  background: rgba(0, 0, 0, .7) url("../images/icon-zoom-arrow.html") no-repeat;
  background-position: 50% 50%;
}

#news .Company-news .hot>.container {
  position: relative;
  z-index: 99;
  width: 50%;
  padding: 5%;
  text-align: left;
}

#news .Company-news .hot>.container .name {
  display: block;
  padding: 20px 0;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .35s;
}

#news .Company-news .hot>.container .text {
  font-size: 16px;
  line-height: 32px;
  max-height: 320px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

#news .Company-news .hot>.container .time {
  display: block;
  padding: 20px 0;
  font-size: 14px;
  font-family: "Arial";
  color: #ccc;
}

#news .Company-news .hot>.container .time>img {
  opacity: .2;
  height: 18px;
  width: auto;
}

#news .Company-news .hot>.container a:hover .name {
  color: #d82128;
}

#news .Company-news .list {
  margin: 0px auto;
  padding: 30px 0;
}

#news .Company-news .list>a {
  display: block;
  float: left;
  width: 29.1%;
  margin: 2%;
  text-align: left;
  border: 1px solid #ddd;
  margin-right: 3%;
  transition: all .35s;
}

#news .Company-news .list>a:nth-child(3n) {
  margin-right: 0 !important;
}

#news .Company-news .list>a .name {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .35s;
}

#news .Company-news .list>a .text {
  font-size: 14px;
  line-height: 25px;
  max-height: 80px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#news .Company-news .list>a .time {
  display: block;
  font-size: 14px;
  font-family: "Arial";
  color: #ccc;
}

#news .Company-news .list>a .time>img {
  width: 100%;
}

#news .Company-news .list>a:hover {
  background: #d82128;
  border: 1px solid #d82128;
}

#news .Company-news .list>a:hover .name {
  color: rgba(255, 255, 255, 1);
}

#news .Company-news .list>a:hover .text {
  color: rgba(255, 255, 255, .8);
}

#news .Company-news .list>a:hover .time {
  color: rgba(0, 0, 0, .2);
}

#news .product-news {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0 0 150px 0;
  background: url("../images/product-news-bg.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
}

#news .product-news .title {
  position: relative;
  z-index: 99;
  width: 100%;
  margin: 0 auto;
}

#news .product-news .title>.tit {
  width: 100%;
  height: 150px;
  padding-top: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background: rgba(216, 33, 40, 0);
  text-align: center;
  margin: 0 auto;
}

#news .product-news .title>.tit>img {
  display: block;
  margin: 10px auto;
}

#news .product-news .title>.tips {
  width: 500px;
  padding: 50px;
  line-height: 25px;
  text-align: center;
  color: #999;
  font-size: 14px;
  margin: 0px auto;
}

#news .product-news .list {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
  padding: 30px 0;
}

#news .product-news .list>a {
  position: relative;
  display: block;
  float: left;
  width: 17.6%;
  padding: 0;
  text-align: left;
  border-radius: 0 0 30px 0;
  margin-right: 3%;
  margin-bottom: 3%;
  background: #fff;
  overflow: hidden;
  transition: all .35s;
}

#news .product-news .list>a:after {
  position: absolute;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 0;
  content: '';
  transition: all .35s;
}

#news .product-news .list>a:nth-child(5n) {
  margin-right: 0 !important;
}

#news .product-news .list>a .name {
  display: block;
  width: 80%;
  margin: 0px auto;
  padding: 20px 0;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .35s;
}

#news .product-news .list>a .img {
  position: relative;
  margin: 0px auto;
}

#news .product-news .list>a .img:after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: '';
  transition: all .35s;
}

#news .product-news .list>a .img>img {
  width: 100%;
  height: auto;
}

#news .product-news .list>a .text {
  width: 80%;
  margin: 0px auto;
  font-size: 14px;
  line-height: 25px;
  max-height: 80px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#news .product-news .list>a .time {
  width: 80%;
  margin: 0px auto;
  display: block;
  padding: 20px 0;
  font-size: 14px;
  font-family: "Arial";
  color: #ccc;
}

#news .product-news .list>a .time>img {
  opacity: .2;
  height: 16px;
  width: auto;
}

#news .product-news .list>a:hover .name {
  color: #d82128;
}

#news .product-news .list>a:hover .img:after {
  background: rgba(255, 255, 255, .3);
}

#news .product-news .list>a:hover {
  transform: translateY(-10px);
}

#news .product-news .list>a:hover:after {
  box-shadow: inset 0px 0px 0px 3px rgba(216, 33, 40, 1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

#news .product-news .more {
  padding: 20px 0;
  text-align: center;
}

#news .product-news .more>a {
  display: inline-block;
  background: #d82128;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 10px 35px;
  transition: all .35s;
}

#news .product-news .more>a:hover {
  opacity: .8;
}


@media only screen and (max-width: 1280px) {
  #news .Company-news .hot>.container .name {
    padding: 10px 0;
    font-size: 20px;
  }

  #news .Company-news .hot>.container .text {
    font-size: 16px;
    line-height: 25px;
    max-height: 100px;
    -webkit-line-clamp: 2;
  }

  #news .Company-news .hot>.container .time {
    padding: 10px 0;
  }

  #news .Company-news .list>a {
    float: none !important;
    width: 95.6%;
    margin-bottom: 3%;
    margin-right: 0 !important;
  }

  #news .Company-news .list>a:nth-child(3n) {
    margin-right: 0 !important;
  }

  #news .product-news .list>a {
    width: 31.2%;
  }

  #news .product-news .list>a:nth-child(3n) {
    margin-right: 0 !important;
  }

  #news .product-news .list>a:nth-of-type(4),
  #news .product-news .list>a:nth-of-type(5) {
    display: none !important;
  }

}

@media only screen and (max-width: 420px) {
  #news .Company-news {
    margin: 0px auto 50px auto;
  }

  #news .Company-news>.title {
    padding: 20px 0 !important;
    font-size: 16px;
    font-weight: bold;
  }

  #news .Company-news>.title .more {
    font-weight: normal;
  }

  #news .Company-news .hot:after {
    display: none;
    height: 100% !important;
    border: 0 !important;
  }

  #news .Company-news .hot>.img {
    width: 100% !important;
    float: none !important;
    margin: 0px auto;
  }

  #news .Company-news .hot>.container {
    width: 89.6%;
    float: none !important;
    border: 1px solid #ddd;
    border-top: 0 !important;
    margin: 0px auto;
  }

  #news .Company-news .hot>.container .name {
    font-size: 16px;
  }

  #news .Company-news .hot>.container .text {
    font-size: 14px;
    line-height: 20px;
  }

  #news .Company-news .hot>.container .time {
    font-size: 12px;
  }

  #news .Company-news .list {
    padding: 0px !important;
  }

  #news .Company-news .list>a .name {
    padding: 10px;
    font-size: 16px;
  }

  #news .Company-news .list>a .text {
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    max-height: 80px;
    -webkit-line-clamp: 2;
  }

  #news .Company-news .list>a .time {
    padding: 10px;
    font-size: 12px;
  }

  #news .Company-news .list>a .time>img {
    ;
  }

  #news .product-news .title>.tips {
    width: 80%;
    padding: 20px 0 0 0;
    font-size: 12px;
    line-height: 20px;
  }

  #news .product-news .list>a {
    width: 100%;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 5%;
  }

  #news .product-news .list>a .img {
    float: left;
    width: 40%;
  }

  #news .product-news .list>a .container {
    float: right;
    width: 60%;
  }

  #news .product-news .list>a .name {
    padding: 20px 0 0 0 !important;
    font-size: 16px;
  }

  #news .product-news .list>a .text {
    display: none;
  }

  #news .product-news .list>a .time {
    padding: 5px 0 !important;
    font-size: 12px;
  }

  #news .product-news .list>a .time>img {
    height: 14px;
  }

}

/* end*/



/*

news Company

-----------------------------------------------------------------*/
#news-Company {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#news-Company .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#news-Company .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#news-Company .container {
  margin: 0px auto;
  padding: 50px 0 150px 0;
}

#news-Company .container>li {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  padding: 2%;
  margin-bottom: 3%;
  transition: all .35s;
}

#news-Company .container>li>a {
  display: block;
}

#news-Company .container .img {
  position: relative;
  width: 35%;
  text-align: left;
}

#news-Company .container .img>img {
  width: 100%;
  height: auto;
  transition: all .35s;
}

#news-Company .container .img:after {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 20%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 12px solid rgba(255, 255, 255, 1);
  border-bottom: 10px solid transparent;
  content: '';
}

#news-Company .container .describe {
  width: 62%;
  text-align: left;
}

#news-Company .container .describe>.name {
  display: block;
  padding: 15px 0;
  font-size: 24px;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news-Company .container .describe>.text {
  padding: 20px 0;
  font-size: 14px;
  color: #888;
  line-height: 25px;
}

#news-Company .container .describe>.time {
  color: #d82128;
  font-size: 14px;
  font-family: "Arial";
}

#news-Company .container .describe>.time>img {
  height: 18px;
  width: auto;
  margin-right: 5px;
}

#news-Company .container>li>a:hover .img>img {
  opacity: .8;
}

#news-Company .container>li>a:hover .name {
  color: #d82128;
}

#news-Company .container>li:hover {
  transform: translate(0, -5px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

#news-Company .more {
  padding: 0px 0 100px 0;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  #news-Company .container {
    padding: 30px 0;
  }

  #news-Company .container .describe>.name {
    font-size: 20px;
  }

  #news-Company .container .describe>.text {
    padding: 0;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  #news-Company .container .describe>.time {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 420px) {
  #news-Company .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #news-Company .container>li {
    padding: 3%;
    margin-bottom: 5%;
  }

  #news-Company .container .img {
    width: 100% !important;
    float: none !important;
  }

  #news-Company .container .img:after {
    display: none;
  }

  #news-Company .container .describe {
    width: 100% !important;
    float: none !important;
  }

  #news-Company .container .describe>.name {
    font-size: 16px;
    padding: 10px 5px;
  }

  #news-Company .container .describe>.text {
    padding: 0 5px;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
  }

  #news-Company .container .describe>.time {
    padding: 5px;
    font-size: 12px;
  }

  #news-Company .container .describe>.time>img {
    height: 14px;
  }
}

/* end*/


/*

news product

-----------------------------------------------------------------*/
#news-product {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#news-product .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#news-product .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#news-product .container {
  margin: 0px auto;
  padding: 50px 0 150px 0;
}

#news-product .container>li {
  display: block;
  width: 27%;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  padding: 2%;
  margin-right: 3.2%;
  margin-bottom: 3%;
}

#news-product .container>li:nth-of-type(3n) {
  margin-right: 0 !important;
}

#news-product .container>li>a {
  display: block;
}

#news-product .container .img {
  position: relative;
  float: none !important;
  width: 100%;
  max-height: 205px;
  text-align: left;
  overflow: hidden;
}

#news-product .container .img>img {
  width: 100%;
  height: auto;
  transition: all .35s;
}

#news-product .container .img:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 10%;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid rgba(255, 255, 255, 1);
  content: '';
}

#news-product .container .describe {
  width: 100%;
  float: none !important;
  text-align: left;
}

#news-product .container .describe>.name {
  display: block;
  padding: 15px 0;
  font-size: 24px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

#news-product .container .describe>.text {
  padding: 10px 0;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  color: #888;
  line-height: 25px;
}

#news-product .container .describe>.time {
  padding: 20px 0;
  color: #d82128;
  font-size: 14px;
  font-family: "Arial";
}

#news-product .container .describe>.time>img {
  height: 18px;
  width: auto;
  margin-right: 5px;
}

#news-product .container>li>a:hover .img>img {}

#news-product .container>li>a:hover .name {
  color: #d82128;
}

#news-product .more {
  padding: 0px 0 100px 0;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  #news-product .container {
    padding: 30px 0;
  }

  #news-product .container>li {
    width: 44%;
    margin-right: 3.4%;
  }

  #news-product .container>li:nth-of-type(3n) {
    margin-right: 3.4% !important;
  }

  #news-product .container>li:nth-of-type(2n) {
    margin-right: 0 !important;
  }

  #news-product .container .describe>.name {
    padding: 10px 0;
    font-size: 20px;
  }

  #news-product .container .describe>.text {
    height: 40px;
    -webkit-line-clamp: 2;
  }
}

@media only screen and (max-width: 420px) {
  #news-product .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #news-product .container>li {
    width: 93.6%;
    float: none !important;
    border: 1px solid #ddd;
    padding: 3%;
    margin-bottom: 5%;
    margin-right: 0 !important;
  }

  #news-product .container .describe>.name {
    font-size: 16px;
    padding: 10px 5px;
  }

  #news-product .container .describe>.text {
    padding: 0 5px;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
  }

  #news-product .container .describe>.time {
    padding: 5px;
    font-size: 12px;
  }

  #news-product .container .describe>.time>img {
    height: 14px;
  }
}

/* end*/




/*

news view

-----------------------------------------------------------------*/
#news-view {
  position: relative;
  width: 100%;
  margin: -22px auto;
}

#news-view .wrap {
  margin: 0px auto;
}

#news-view .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#news-view .container {
  margin: 0px auto;
}

#news-view .container .content {
  width: 70%;
  padding-right: 3%;
  text-align: left;
  border-right: 1px solid #ddd;
}

#news-view .container .content>.time {
  font-size: 12px;
  color: #999;
}

#news-view .container .content>.text {
  padding: 30px 0;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  min-height: 400px;
}

#news-view .container .content>.text img {
  max-width: 100%;
  height: auto;
}

#news-view .container .content>.text table {
  width: 100%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#news-view .container .content>.text table>td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

#news-view .container .related {
  width: 25%;
  text-align: left;
}

#news-view .container .related>.title {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}

#news-view .container .related>.title>img {
  height: 30px;
  width: auto;
  margin-right: 6px;
}

#news-view .container .related>.list {
  padding: 10px 0;
  text-align: left;
}

#news-view .container .related>.list a {
  position: relative;
  display: block;
  padding: 5px 0px 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news-view .container .related>.list a:after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: #ddd;
  content: '';
}

#news-view .container .related>.more {
  padding: 5px 10px;
}

#news-view .container .related>.more a {
  display: inline-block;
  color: #d82128;
}

#news-view .url {
  position: relative;
  width: 75%;
  padding: 50px 25% 50px 0;
  text-align: center;
  margin: 0px auto 50px auto;
  overflow: hidden;
}

#news-view .url:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 73%;
  height: 100%;
  border-right: 1px solid #ddd;
  content: '';
}

#news-view .url a {
  position: relative;
  z-index: 99;
  display: inline-block;
  margin-right: 30px;
  color: #d82128;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .35s;
}

#news-view .url a>img {
  height: 25px;
  width: auto;
  margin-right: 5px;
}

#news-view .url a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1280px) {
  #news-view .container .content {
    width: 100%;
    float: none !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  #news-view .container .related {
    width: 90%;
    float: none !important;
    border-right: 0 !important;
    background: #eee;
    padding: 5%;
  }

  #news-view .container .related>.title {
    padding-top: 20px;
  }

  #news-view .url {
    text-align: left;
  }

  #news-view .url:after {
    display: none;
  }

  #news-view .url a {
    display: block;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 420px) {
  #news-view .wrap>.title {
    padding: 0 0 10px 0 !important;
    font-size: 16px;
    font-weight: bold;
  }

}

/* end*/





/*

path

-----------------------------------------------------------------*/

#path {
  width: 100%;
  margin: 0px auto;
  background: #fff;
  text-align: left;
  color: #666;
  font-size: 14px;
}

#path>.wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0 auto;
  padding-top: 30px;
}

#path a {
  display: inline-block;
  color: #666;
}

#path a>img {
  height: 18px;
  width: auto;
  margin-right: 5px;
}

#path a:hover,
#path .A {
  color: #d82128;
}

@media only screen and (max-width: 420px) {
  #path {
    font-size: 12px;
  }

  #path>span {
    display: none !important;
  }

}

/* end*/


/*

prosearch

-----------------------------------------------------------------*/

#prosearch {
  background: #eee;
  margin: 0px auto;
  padding: 20px 0;
}

#prosearch>form {
  width: 500px;
  height: 40px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #ddd;
  margin: 0px auto;
}

#prosearch>form input[type="text"] {
  outline: medium;
  float: left;
  height: 40px;
  line-height: 40px;
  width: 70%;
  padding: 0 5%;
  border: none;
  font-family: 微软雅黑;
  font-size: 16px;
  background: none;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
}

#prosearch>form input::-webkit-input-placeholder,
#search textarea::-webkit-input-placeholder {
  color: #ccc;
}

#prosearch>form button {
  float: right;
  width: 20%;
  height: 40px;
  border: none;
  opacity: .8;
  background: url(../images/go-black.png) no-repeat center center;
  background-size: auto 18px;
  ;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}

#prosearch>form button:hover {
  opacity: 1;
}

@media only screen and (max-width: 1280px) {
  #prosearch>form {
    width: 80%;
  }
}

@media only screen and (max-width: 420px) {
  #prosearch>form {
    width: 90%;
  }
}

/* end*/




/*

products

-----------------------------------------------------------------*/
#products {
  width: 100%;
  margin: 0px auto;
  padding: 50px 0;
  background: #fff;
}

#products .wrap {
  position: relative;
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#products .conLeft {
  width: 20%;
  max-width: 280px;
}

#products .conRight {
  width: 78%;
}

#products .prolist {
  width: 100%;
}

#products .prolist>ul {
  display: block;
  width: 100%;
  margin: 0px auto;
  background: url("../images/prolist-bg.html") repeat-y;
  background-position: top center;
}

#products .prolist>ul>li {
  display: block;
  text-align: left;
}

#products .prolist>ul>li:last-of-type>a {
  border-bottom: 1px solid #ddd;
}

#products .prolist>ul>li>a {
  position: relative;
  display: block;
  border-top: 1px solid #ddd;
  margin-top: -1px;
  padding-left: 28%;
  width: 72%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

#products .prolist>ul>li>a.on {
  background: #366cb3 url(../images/icon-minus.png) no-repeat !important;
  background-position: 95% 50% !important;
  background-size: 18px auto !important;
  border-top: 1px solid #366cb3 border-right: 1px solid #366cb3 color: #fff !important;
  color: #fff
}

#products .prolist>ul>li>a>.icon {
  position: absolute;
  z-index: 2;
  left: 5%;
  top: 50%;
  margin-top: -18px;
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
}

#products .prolist>ul>li>a:after {
  position: absolute;
  left: 20%;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #ccc;
  content: '';
}

#products .prolist>ul>li>a>.icon>img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#products .prolist>ul>li>.A .icon>img {
  top: -36px;
}

#products .prolist>ul>li>.A {
  background: #d82128 url("../images/icon-minus.png") no-repeat !important;
  background-position: 95% 50% !important;
  background-size: 18px auto !important;
  border-top: 1px solid #d82128;
  border-right: 1px solid #d82128;
  color: #fff !important;
}

#products .prolist>ul>li:hover>a {
  color: #d82128;
}

#products .prolist>ul>li>ul {
  display: block;
  background: #eee url("../images/prolist-bg.html") repeat-y;
  background-position: top center;
  padding: 0;
  margin: 0px auto;
}

#products .prolist>ul>li>ul>li {
  display: block;
  font-size: 14px;
  text-align: left;
}

#products .prolist>ul>li>ul>li>a {
  display: block;
  padding: 10px 0;
  padding-left: 8%;
  width: 92%;
  transition: all .35s;
}

#products .prolist>ul>li>ul>li a:hover {
  font-weight: bold;
  color: #d82128;
}

#products .prolist>ul>li>ul>li .on {
  background: url("../images/icon-plus.png") no-repeat;
  background-position: 95% 50%;
  background-size: 16px auto;
}

#products .prolist>ul>li>ul>li .A {
  background: #ff585e url("../images/icon-minus.png") no-repeat !important;
  background-position: 95% 50% !important;
  background-size: 16px auto !important;
  border-top: 1px solid #ff585e;
  border-right: 1px solid #ff585e;
  color: #fff !important;
}

#products .prolist>ul>li>ul>li ul {
  background: #f7f7f7 url("../images/prolist-bg.html") repeat-y;
  background-position: top center;
  padding: 0;
  margin: 0px auto;
}

#products .prolist>ul>li>ul>li ul>li {
  display: block;
  font-size: 14px;
  text-align: left;
}

#products .prolist>ul>li>ul>li ul>li>a {
  display: block;
  padding: 10px 0;
  padding-left: 8%;
  width: 92%;
  transition: all .35s;
}

#products .prolist>ul>li>ul>li>ul>li .A {
  background: #ffa7aa url("../images/icon-minus.png") no-repeat !important;
  background-position: 95% 50% !important;
  background-size: 16px auto !important;
  border-top: 1px solid #ffa7aa;
  border-right: 1px solid #ffa7aa;
  color: #fff !important;
}

#products .prolist>ul>li .sA {
  color: #d82128;
  font-weight: bold;
}

#products .procall {
  margin: 30px auto;
  border: 1px solid #ddd;
}

#products .procall>.text {
  padding: 30px 20px;
  text-align: left;
}

#products .procall>.text>.title {
  font-size: 14px;
  color: #666;
}

#products .procall>.text>.title>img {
  height: 20px;
  width: auto;
  opacity: .4;
}

#products .procall>.text>.tel {
  padding: 8px 0;
  font-size: 24px;
  font-weight: bold;
  color: #d82128;
}

#products .procall>.text>.tips {
  font-size: 12px;
  color: #999;
}

#products .procall>.online {
  border-top: 1px solid #ddd;
  overflow: hidden;
}

#products .procall>.online>a {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  padding: 20px 0;
  text-align: center;
  background: #f7f7f7;
  transition: all .35s;
}

#products .procall>.online>a:first-child:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ddd;
  content: '';
}

#products .procall>.online>a>span {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin: 0px auto 5px auto;
}

#products .procall>.online>a>span>img {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: all .35s;
}

#products .procall>.online>a:hover {
  background: #d82128;
  color: #fff;
}

#products .procall>.online>a:hover span>img {
  top: -45px;
}

#products .product {
  margin: 0px auto;
}

#products .product>li {
  display: block;
  float: left;
  width: 26.8%;
  border: 1px solid #ddd;
  margin-top: 30px;
  margin-left: 30px;
}

#products .product>li>a {
  display: block;
  position: relative;
}

#products .product>li>a:after {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(216, 33, 40, 0);
  content: '';
  transition: all .35s;
}

#products .product>li .tips {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 0;
}

#products .product>li .tips>img {
  width: 60px;
  height: auto;
}

#products .product>li .view {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  padding-top: 40%;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  transition: all .35s;
}

#products .product>li .view .icon {
  position: relative;
  display: block;
  margin: 0px auto 10px auto;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
}

#products .product>li .view .icon>img {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0px auto;
  transition: all .35s;
}

#products .product>li .img {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

#products .product>li .img>img {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

#products .product>li .name {
  font-size: 16px;
  text-align: center;
  padding: 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#products .product>li>a:hover:after {
  background: rgba(216, 33, 40, .8);
}

#products .product>li>a:hover .view {
  opacity: 1;
}

#products .product>li>a:hover .view .icon>img {
  left: 0;
}

#products .wrap>.clear {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1280px) {
  #products {
    padding: 20px 0;
  }

  #products .conLeft {
    display: none;
  }

  #products .conRight {
    width: 100% !important;
  }

  #products .product>li {
    width: 49.8%;
  }

  #products .product>li .img>img {
    width: 80%;
  }

}

@media only screen and (max-width: 420px) {
  #products .product>li {
    width: 84.8%;
  }

  #products .product>li .name {
    font-size: 14px;
    padding: 10px 5px;
  }

}

/* end*/




/*

product-view

-----------------------------------------------------------------*/
#product-view {
  width: 100%;
  margin: 0px auto;
  background: #fff;
}

#product-view>.wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}

#product-view .tags {
  margin: 0px auto;
  padding: 50px 0 100px 0;
}

#product-view .tags .tags_title {
  padding: 20px;
  text-align: center;
}

#product-view .tags .tags_title a {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0px 10px;
  border: 3px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  color: #666;
  transition: all .35s;
}

#product-view .tags .tags_title a>span {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin: 15px auto 10px auto;
  overflow: hidden;
}

#product-view .tags .tags_title a>span>img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

#product-view .tags .tags_title .A {
  color: #d82128;
  border: 3px solid #d82128;
}

#product-view .tags .tags_title .A>span>img {
  top: -40px;
}

#product-view .tags .tags_content {
  display: none;
  text-align: left;
  line-height: 25px;
  color: #676767;
  border-top: 1px solid #ddd;
  padding-top: 50px;
  font-size: 14px;
}

#product-view .tags .tags_content iframe {
  width: 100%;
  height: 700px;
  margin: 0px auto;
}

#product-view .tags .tags_content table {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  width: 100%;
}

#product-view .tags .tags_content table tr {
  transition: all .1s;
}

#product-view .tags .tags_content table tr:first-child {
  background: #666 !important;
  font-weight: bold;
  font-size: 15px;
  color: #fff !important;
}

#product-view .tags .tags_content table tr:first-child td {
  border-right: 1px solid rgba(255, 255, 255, .1) !important;
  padding: 15px 20px !important;
}

#product-view .tags .tags_content table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
  padding: 10px 20px;
}

#product-view .tags .tags_content table td:last-of-type {
  border-right: 1px solid #fff !important;
}

#product-view .tags .tags_content table tr:hover {
  background: #d82128;
  color: #fff;
}

#product-view .tags .tags_content a {
  display: inline-block;
  text-align: left;
  width: 30%;
  transition: all .35s;
}

#product-view .tags .tags_content a>img {
  height: 50px;
  width: auto;
  margin-right: 15px;
}

#product-view .tags .tags_content a:hover {
  text-decoration: underline;
}

#product-view .tags .tags_content a.pdf {
  font-size: 16px;
}

#product-view .tags .tags_content a.down_3d {
  display: inline-block;
  background: #d82128;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 0;
  line-height: 45px;
  color: #fff;
  margin-top: 20px;
  width: 180px;
}

#product-view .tags .tags_content a.down_3d>span {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 25px;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

#product-view .tags .tags_content a.down_3d>span>img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -45px;
  width: 100%;
  height: auto;
}

#product-view .tags .tags_content a.down_3d:hover {
  background: #ff9900;
  text-decoration: none;
}

#product-view .tags .tags_content .tips {
  display: inline-block;
  padding: 10px 20px;
  line-height: 20px;
  text-align: left;
  color: #aaa;
  font-size: 14px;
}

#product-view .name {
  font-size: 32px;
  color: #000000;
  padding: 20px 0;
  text-align: left;
}

#product-view .name>img {
  margin-right: 10px;
}

#product-view .container {
  position: relative;
  height: 600px;
  border: 1px solid #ddd;
  overflow: hidden;
}

#product-view .container .tagcon {
  display: none;
  width: 80%;
  height: 600px;
  overflow: hidden;
  text-align: center;
}

#product-view .container .tagcon iframe {
  display: block;
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
}

#product-view .container .tagcon .down_3d {
  position: relative;
  margin: 0px auto;
  padding: 0px 30px;
  height: 100px;
  border-right: 1px solid #ddd;
  text-align: left;
}

#product-view .container .tagcon .down_3d>a {
  display: inline-block;
  background: #d82128;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 0;
  line-height: 45px;
  color: #fff;
  margin-top: 20px;
  width: 180px;
}

#product-view .container .tagcon .down_3d>a img {
  display: inline-block;
  margin-left: 25px;
  height: 35px;
  width: auto;
}

#product-view .container .tagcon .down_3d>a:hover {
  background: #ff9900;
  text-decoration: none;
}

#product-view .container .tagcon .down_3d>.tips {
  position: absolute;
  left: 230px;
  top: 25px;
  z-index: 2;
  display: block;
  padding: 0 20px;
  line-height: 20px;
  text-align: left;
  color: #aaa;
  font-size: 14px;
}

#product-view .container .tagcon img {
  width: auto;
  max-height: 100%;
  margin: 0px auto;
}

#product-view .container .tagtit {
  width: 10%;
  padding: 10% 5%;
  text-align: center;
}

#product-view .container .tagtit a {
  display: block;
  width: 90%;
  border-radius: 30px;
  border: 1px solid #ddd;
  padding: 10px 0;
  font-size: 14px;
  margin: 7px auto;
  transition: all .35s;
}

#product-view .container .tagtit .A {
  background: #d82128;
  color: #fff;
  border: 1px solid #d82128;
}

#product-view .img-box {
  position: relative;
  width: 600px;
  height: 600px;
  text-align: center;
  margin: 0px auto;
}

#product-view .img-box .swiper-container {
  width: 100%;
  height: 100%;
}

#product-view .img-box .swiper-slide {
  text-align: center;
  background: #fff;
  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;
}

#product-view .img-box .swiper-slide a {
  width: 100% !important;
  height: 100% !important;
}

#product-view .img-box .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
}

#product-view .img-box .swiper-pagination {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 30px;
  width: 100%;
  margin-left: -50%;
}

#product-view .img-box .swiper-pagination>span {
  margin: 0px 2px;
}

#product-view .img-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #d82128 !important;
}

/*#product-view .container #tag0{ padding:0 100px;}
#product-view .container #tag2{ padding:50px 100px; height:500px;}
#product-view .container #tag3{ padding:50px;height:500px;}*/
#product-view .model {
  margin: 0px auto;
  padding: 20px 0;
  text-align: left;
}

#product-view .model .title {
  display: block;
  padding: 30px 0;
  color: #333;
  font-size: 21px;
  font-weight: normal;
}

#product-view .model .text {
  padding: 50px 0;
  text-align: left;
}

#product-view .model .text table {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 0px;
  width: 100%;
  min-width: 1000px;
}

#product-view .model .text table tr:first-child {
  background: #eee;
  font-weight: bold;
  color: #333;
}

#product-view .model .text table td {
  text-align: left;
  font-size: 14px;
  color: #666;
  padding: 10px 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#product-view .model .text table tr:hover td {
  color: #d82128;
}

#product-view .model .text .tableWap {
  overflow: hidden;
  overflow-x: auto;
}

#product-view .gotop {
  padding: 50px 0;
  text-align: center;
}

#product-view .gotop a {
  display: inline-block;
  background: #d82128;
  border-radius: 3px;
  padding: 8px 30px;
  font-size: 14px;
  color: #fff;
}


@media only screen and (max-width: 1280px) {
  #product-view .container .tagtit {
    float: none !important;
    width: 90%;
    padding: 0;
    height: 100px;
    line-height: 100px;
    margin: 0px auto;
  }

  #product-view .container .tagtit a {
    display: inline-block !important;
    width: 24%;
    height: 20px;
    line-height: 20px;
    margin: 0px auto;
  }

  #product-view .container .tagcon {
    width: 100%;
    height: 500px;
  }

  #product-view .container .tagcon img {
    width: 100%;
    max-height: 100%;
    margin: 0px auto;
  }

  #product-view .container .tagcon iframe {
    height: 400px;
  }

  #product-view .container .tagcon .down_3d {
    padding: 0px 20px;
    height: 50px;
    border: 0 !important;
  }

  #product-view .container .tagcon .down_3d>.tips {
    left: 200px;
    top: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  #product-view .img-box {
    width: 500px;
    height: 500px;
  }

  #product-view .model .text {
    padding: 20px 0;
  }

  #product-view .gotop {
    padding: 20px 0;
  }

}

@media only screen and (max-width: 420px) {
  #product-view .name {
    font-size: 21px;
    text-align: center;
  }

  #product-view .name img {
    display: none;
  }

  #product-view .container {
    height: 400px;
    overflow: hidden;
  }

  #product-view .container .tagtit a {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }

  #product-view .container .tagcon {
    width: 100%;
    height: 300px;
  }

  #product-view .img-box {
    width: 300px;
    height: 300px;
  }

  #product-view .container .tagcon iframe {
    height: 270px;
  }

  #product-view .container .tagcon .down_3d {
    padding: 0px;
    height: 30px;
  }

  #product-view .container .tagcon .down_3d>a {
    display: block;
    border-radius: 0 !important;
    font-size: 12px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0px auto;
  }

  #product-view .container .tagcon .down_3d>a img {
    height: 20px;
  }

  #product-view .container .tagcon .down_3d>.tips {
    display: none;
  }

  #product-view .model .title {
    font-size: 18px;
    padding: 0 !important;
  }

  #product-view .model .text {
    padding: 20px 0 !important;
  }

  #product-view .model .text table {
    min-width: 500px;
  }

  #product-view .model .text table td {
    font-size: 12px;
    padding: 8px 15px;
  }

  #product-view .gotop {
    text-align: center;
  }

}

@media only screen and (max-width: 320px) {
  #product-view .name {
    font-size: 18px;
    text-align: center;
  }

}

/* end*/




/*

research

-----------------------------------------------------------------*/
#research {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#research .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto 100px auto;
}

#research .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#research .rd {
  margin: 0px auto;
}

#research .rd>.img {
  position: relative;
  width: 80%;
  height: 400px;
  overflow: hidden;
  text-align: left;
}

#research .rd>.img>a .text {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  width: 320px;
  height: 240px;
  padding: 80px 40px;
  background: rgba(255, 255, 255, .8);
  color: #666;
  font-size: 14px;
  line-height: 25px;
}

#research .rd>.img>a .text>h3 {
  display: block;
  padding: 20px 0;
  color: #333;
  font-size: 24px;
  font-weight: normal;
}

#research .rd>.img>a .text:after {
  position: absolute;
  z-index: 1;
  left: -12px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 12px solid rgba(255, 255, 255, .8);
  border-bottom: 8px solid transparent;
  content: '';
}

#research .rd>.img>a img {
  width: 100%;
  height: auto;
}

#research .rd>.title {
  width: 20%;
  height: 400px;
  background: #d82128;
  overflow: hidden;
  text-align: center;
}

#research .rd>.title>.icon {
  display: block;
  margin: 60px auto 15px auto;
  transition: all 1s;
}

#research .rd>.title>.name {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}

#research .rd>.title>.more {
  display: block;
  margin: 20px auto;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  border: 1px solid rgba(255, 255, 255, .5);
  transition: all .35s;
}

#research .rd>.title>.more:hover {
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .6);
}

#research .rd>.title:hover .icon {
  transform: rotateY(360deg);
}

#research .other {
  margin: 2% auto;
}

#research .other>.rdachievement {
  position: relative;
  width: 59%;
  height: 300px;
  overflow: hidden;
}

#research .other>.rdachievement>a .img {
  width: 70%;
  height: 100%;
  overflow: hidden;
  background: url('../images/rdachievement-img.jpg') no-repeat;
  background-size: cover;
}

#research .other>.rdachievement>a .img>img {
  width: 100%;
  height: auto;
  transition: all 3s;
}

#research .other>.rdachievement>a .text {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 20%;
  height: 200px;
  padding: 50px 5%;
  text-align: left;
  color: #666;
  font-size: 14px;
  line-height: 25px;
  background: #ddd;
}

#research .other>.rdachievement>a .text>h3 {
  display: block;
  padding: 10px 0;
  color: #333;
  font-size: 24px;
  font-weight: normal;
}

#research .other>.rdachievement>a .text>img {
  display: block;
  margin-top: 10px;
  transition: all .35s;
}

#research .other>.rdachievement>a .text:after {
  position: absolute;
  z-index: 1;
  left: -12px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 12px solid #ddd;
  border-bottom: 8px solid transparent;
  content: '';
}

#research .other>.rdachievement>a .text>img:hover {
  margin-left: 10px;
}

#research .other>.idea {
  position: relative;
  width: 39%;
  height: 300px;
  background: #fff;
  overflow: hidden;
}

#research .other>.idea img {
  width: 100%;
  height: 100%;
  transition: all .35s;
}

#research .other>.idea>a .text {
  position: absolute;
  z-index: 2;
  left: 40%;
  top: 10%;
  width: 240px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, .6);
}

#research .other>.idea>a .text>h3 {
  display: block;
  padding: 76px 0 40px 0;
  color: rgba(255, 255, 255, 1) !important;
  font-size: 36px;
  font-weight: normal;
}

#research .other>.idea>a:hover img {
  opacity: .8;
  transform: scale(1.05);
}

@media only screen and (max-width: 1280px) {
  #research .other>.rdachievement {
    height: 270px;
  }

  #research .other>.rdachievement>a .text {
    width: 32%;
  }

  #research .other>.idea {
    height: 270px;
  }
}

@media only screen and (max-width: 1040px) {
  #research .rd>.img {
    width: 61%;
    height: 350px;
  }

  #research .rd>.title {
    width: 39%;
    height: 350px;
  }

  #research .rd>.img>a .text {
    width: 50%;
  }

  #research .rd>.img>a img {
    width: 126%;
  }

  #research .other>.rdachievement {
    height: 240px;
  }

  #research .other>.rdachievement>a .text {
    width: 50%;
  }

  #research .other>.rdachievement>a .text>h3 {
    font-size: 20px;
  }

  #research .other>.idea {
    height: 240px;
  }

  #research .other>.idea img {
    height: 100%;
  }

  #research .other>.idea>a .text {
    left: 30%;
    top: 16%;
    width: 60%;
  }

  #research .other>.idea>a .text>h3 {
    padding: 40px 0 20px 0;
    font-size: 30px;
  }
}

@media only screen and (max-width: 780px) {
  #research .rd>.img>a .text {
    right: 0;
    top: auto;
    bottom: 0;
    width: 90%;
    height: 100px;
    padding: 30px 5%;
  }

  #research .rd>.img {
    float: none !important;
    width: 100%;
    height: 400px;
  }

  #research .rd>.title {
    width: 100%;
    height: 300px;
  }

  #research .rd>.title>.icon {
    margin: 25px auto 15px auto;
  }

  #research .other>.rdachievement {
    width: 49%;
    height: 210px;
  }

  #research .other>.rdachievement>a .img {
    width: 100%;
    height: 100%;
  }

  #research .other>.rdachievement>a .img>img {
    width: 100%;
    height: 100%;
  }

  #research .other>.rdachievement>a .text {
    width: 90%;
    height: 100%;
    padding: 0 5%;
    font-size: 14px;
    line-height: 25px;
    background: rgba(255, 255, 255, .6);
  }

  #research .other>.rdachievement>a .text>h3 {
    padding: 20px 0 10px 0;
    font-size: 20px;
  }

  #research .other>.idea {
    width: 49%;
    height: 210px;
  }

  #research .other>.idea>a .text {
    left: 20%;
    top: 10%;
    width: 80%;
  }

  #research .other>.idea>a .text>h3 {
    padding: 36px 0 20px 0;
    font-size: 30px;
  }
}

@media only screen and (max-width: 420px) {
  #research .rd>.img {
    height: 300px;
  }

  #research .rd>.img>a .text {
    position: relative;
    width: 80%;
    height: 140px;
    padding: 10px 10%;
    font-size: 13px;
    line-height: 22px;
  }

  #research .rd>.img>a .text>h3 {
    padding: 20px 0 10px 0;
    font-size: 20px;
  }

  #research .rd>.title {
    height: 150px;
  }

  #research .rd>.title>.icon {
    margin: 15px auto 0 auto;
  }

  #research .rd>.title>.icon>img {
    height: 60px;
    width: auto;
  }

  #research .rd>.title>.name {
    font-size: 14px;
  }

  #research .rd>.title>.more {
    margin: 10px auto;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }

  #research .other>.rdachievement {
    width: 100%;
    margin: 10px auto;
  }

  #research .other>.rdachievement>a .text {
    position: relative;
    width: 80%;
    padding: 0 10%;
  }

  #research .other>.idea {
    width: 100%;
  }

  #research .other>.idea>a .text {
    left: 10%;
  }

}

/* end*/



/*

rd

-----------------------------------------------------------------*/
#rdcenter {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#rdcenter .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#rdcenter .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#rdcenter .container {
  position: relative;
  margin: 50px auto 120px auto;
}

#rdcenter .container>.content {
  padding-bottom: 20px;
  font-size: 16px;
  color: #888;
  text-align: left;
  line-height: 30px;
}

#rdcenter .container>.item {
  margin: 0 auto;
  text-align: left;
}

#rdcenter .container>.item a {
  position: relative;
  display: block;
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
}

#rdcenter .container>.item a:nth-child(4n) {
  margin-right: 0 !important;
}

#rdcenter .container>.item a>span {
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  padding: 0 5%;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: left;
  background: rgba(0, 0, 0, .5) url("../images/icon-arrow-up.html") no-repeat;
  background-position: 95% 50%;
  background-size: 20px auto;
  transition: all .35s;
}

#rdcenter .container>.item a>img {
  width: 100%;
  height: auto;
}

#rdcenter .container>.item a:hover span {
  background: rgba(216, 33, 40, .8) url("../images/icon-arrow-up.html") no-repeat;
  background-position: 95% 50%;
  background-size: 20px auto;
  height: 70px;
  line-height: 70px;
  color: #fff;
}

@media only screen and (max-width: 780px) {
  #rdcenter .container>.content {
    font-size: 12px;
    line-height: 20px;
  }

  #rdcenter .container>.item a {
    width: 32.3%;
  }

  #rdcenter .container>.item a:nth-child(3n) {
    margin-right: 0 !important;
  }

  #rdcenter .container>.item a:nth-child(4n) {
    margin-right: 1% !important;
  }

  #rdcenter .container>.item a>span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 420px) {
  #rdcenter .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #rdcenter .container {
    margin: 0 auto 50px auto;
  }

  #rdcenter .container>.item a {
    width: 49%;
  }

  #rdcenter .container>.item a:nth-child(2n) {
    margin-right: 0 !important;
  }

  #rdcenter .container>.item a:nth-child(3n) {
    margin-right: 1% !important;
  }

  #rdcenter .container>.item a:nth-child(4n) {
    margin-right: 1% !important;
  }
}

/* end*/



/*

achievement

-----------------------------------------------------------------*/
#rd-achievement {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#rd-achievement .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#rd-achievement .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#rd-achievement .container {
  margin: 0px auto;
  padding: 50px 0 150px 0;
}

#rd-achievement .container>li {
  display: block;
  background: #fff;
  padding: 2%;
  border-bottom: 1px solid #eee;
  transition: all .35s;
}

#rd-achievement .container>li>a {
  display: block;
}

#rd-achievement .container .img {
  position: relative;
  width: 35%;
  text-align: left;
}

#rd-achievement .container .img>img {
  width: 100%;
  height: auto;
  transition: all .35s;
}

#rd-achievement .container .img:after {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 20%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 16px solid rgba(255, 255, 255, 1);
  border-bottom: 14px solid transparent;
  content: '';
}

#rd-achievement .container .img:before {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 1);
  content: '';
  transition: all .35s;
}

#rd-achievement .container .describe {
  position: relative;
  width: 62%;
  height: 250px;
  text-align: left;
}

#rd-achievement .container .describe>.name {
  display: block;
  padding: 15px 0;
  font-size: 24px;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#rd-achievement .container .describe>.text {
  padding: 20px 0;
  font-size: 14px;
  color: #888;
  line-height: 25px;
}

#rd-achievement .container .describe>.more {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 20px;
  background: #d82128;
  color: #fff;
  font-size: 12px;
  font-family: "Arial";
}

#rd-achievement .container>li>a:hover .name {
  color: #d82128;
}

#rd-achievement .container>li:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

#rd-achievement .container>li:hover .img:before {
  width: 100%;
  opacity: .5;
}

#rd-achievement .container>li:hover .more {
  background: #999;
}

#rd-achievement .more {
  padding: 0px 0 100px 0;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  #rd-achievement .container {
    padding: 30px 0;
  }

  #rd-achievement .container .describe>.name {
    font-size: 20px;
  }

  #rd-achievement .container .describe>.text {
    padding: 0;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media only screen and (max-width: 420px) {
  #rd-achievement .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #rd-achievement .container>li {
    padding: 3%;
    margin-bottom: 5%;
  }

  #rd-achievement .container .img {
    width: 100% !important;
    float: none !important;
  }

  #rd-achievement .container .img:after {
    display: none;
  }

  #rd-achievement .container .describe {
    width: 100% !important;
    float: none !important;
    height: auto;
    padding-bottom: 60px;
  }

  #rd-achievement .container .describe>.name {
    font-size: 16px;
    padding: 10px 5px;
  }

  #rd-achievement .container .describe>.text {
    padding: 0 5px;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
  }

  #rd-achievement .container .describe>.more {
    padding: 8px 15px;
    color: #d82128;
    background: none;
  }
}


/* end*/


/*

achievement view

-----------------------------------------------------------------*/
#rd-achievement-view {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#rd-achievement-view .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#rd-achievement-view .wrap>.title {
  position: relative;
  text-align: center;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#rd-achievement-view .container {
  margin: 0px auto;
}

#rd-achievement-view .container .content {
  width: 100%;
  text-align: left;
}

#rd-achievement-view .container .content>.time {
  font-size: 12px;
  color: #999;
  text-align: center;
}

#rd-achievement-view .container .content>.text {
  padding: 30px 0;
  font-size: 14px;
  line-height: 25px;
  color: #666;
}

#rd-achievement-view .container .content>.text img {
  max-width: 100%;
  height: auto;
}

#rd-achievement-view .container .content>.text table {
  width: 100%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#rd-achievement-view .container .content>.text table>td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

#rd-achievement-view .url {
  position: relative;
  width: 100%;
  padding: 50px 0;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
}

#rd-achievement-view .url a {
  position: relative;
  z-index: 99;
  display: inline-block;
  margin-right: 30px;
  color: #d82128;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .35s;
}

#rd-achievement-view .url a>img {
  height: 25px;
  width: auto;
  margin-right: 5px;
}

#rd-achievement-view .url a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1280px) {
  #rd-achievement-view .url {
    text-align: left;
  }

  #rd-achievement-view .url:after {
    display: none;
  }

  #rd-achievement-view .url a {
    display: block;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 420px) {
  #rd-achievement-view .wrap>.title {
    padding: 0 0 10px 0 !important;
    font-size: 16px;
    font-weight: bold;
  }

}

/* end*/










/*

idea

-----------------------------------------------------------------*/
#idea {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#idea .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#idea .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#idea .container {
  position: relative;
  margin: 50px auto 120px auto;
}

#idea .container>.content {
  margin-bottom: 20px;
  position: relative;
}

#idea .container>.content>.text {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, .8);
  width: 30%;
  height: 100%;
  padding: 0 5%;
  text-align: left;
}

#idea .container>.content>.text:after {
  position: absolute;
  z-index: 1;
  left: -16px;
  top: 50%;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 16px solid rgba(255, 255, 255, .8);
  border-bottom: 12px solid transparent;
  content: '';
}

#idea .container>.content>.text>h3 {
  position: relative;
  color: #d82128;
  font-size: 24px;
  font-weight: normal;
  padding: 22% 0 8% 0;
}

#idea .container>.content>.text>h3:after {
  position: absolute;
  left: 0;
  bottom: 10%;
  background: #d82128;
  width: 20%;
  height: 2px;
  content: '';
}

#idea .container>.content>.text>span {
  font-size: 16px;
  color: #888;
  text-align: left;
  line-height: 30px;
}

#idea .container>.content>img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#idea .container>.feedback {
  width: 100%;
  margin: 0 auto;
}

#idea .container>.feedback .item {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-top: -1px;
}

#idea .container>.feedback .item:after {
  position: absolute;
  z-index: 1;
  left: 250px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  content: '';
}

#idea .container>.feedback .item .tit {
  float: left;
  width: 14.8%;
  max-width: 250px;
  min-width: 250px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-right: 1px solid #ddd;
  background: #f9f9f9;
  font-size: 14px;
}

#idea .container>.feedback .item .sel {
  text-align: left;
  width: 70%;
  padding: 0 30px;
  background: #fff;
  float: left;
  height: 65px;
  line-height: 65px;
}

#idea .container>.feedback .item a {
  display: inline-block;
  margin-right: 20px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
}

#idea .container>.feedback .item .radioA {
  background: #d82128;
  color: #fff;
}

#idea .container>.feedback .item .inputtext {
  outline: none;
  border: 0 !important;
  font-family: '微软雅黑';
  width: 75%;
  float: left;
  height: 65px;
  line-height: 65px;
  padding: 0 30px;
}

#idea .container>.feedback .item .inputtext:hover -webkit-input-placeholder {
  display: none;
}

#idea .container>.feedback .item .textareatext {
  position: relative;
  outline: none;
  resize: none;
  border: 0 !important;
  font-family: '微软雅黑';
  float: left;
  width: 75%;
  height: 100%;
  line-height: 20px;
  padding: 30px;
}

#idea .container>.feedback .item .A::-webkit-input-placeholder {
  color: #d82128 !important;
}

#idea .container>.feedback .item img {
  position: absolute;
  left: 24%;
  top: 20px;
}

#idea .container>.feedback .item>.inline {
  display: inline-block;
  float: left;
  width: 50%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}

#idea .container>.feedback .item>.inline .tit {
  min-width: 250px;
}

#idea .container>.feedback .item>.inline .inputtext {
  width: 36%;
}

#idea .container>.feedback .item>.inline .sel {
  width: 36%;
}

#idea .btn {
  padding: 20px 0 30px 0;
  text-align: center;
}

#idea .btn>input {
  width: 200px;
  margin: 0 auto;
  background: #d82128;
  outline: none;
  border: 0 !important;
  font-family: '微软雅黑';
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  cursor: pointer;
}


@media only screen and (max-width: 1280px) {
  #idea .container>.content>.text>h3 {
    font-size: 20px;
    padding: 20% 0 8% 0;
  }

  #idea .container>.content>.text>span {
    font-size: 14px;
    line-height: 20px;
  }

  #idea .container>.feedback .item:after {
    left: 160px;
  }

  #idea .container>.feedback .item .tit {
    max-width: 160px;
    min-width: 160px;
  }

  #idea .container>.feedback .item a {
    margin-right: 0px;
    padding: 0 10px;
    font-size: 12px;
  }

  #idea .container>.feedback .item .inputtext {
    width: 65%;
  }

  #idea .container>.feedback .item .textareatext {
    width: 65%;
  }

  #idea .container>.feedback .item>.inline .tit {
    min-width: 160px;
  }

  #idea .container>.feedback .item>.inline .inputtext {
    width: 32%;
  }

  #idea .container>.feedback .item>.inline .sel {
    width: 32%;
  }

  #idea .container>.feedback .item img {
    left: 50%;
  }
}

@media only screen and (max-width: 780px) {
  #idea .container>.content>.text {
    width: 50%;
  }

  #idea .container>.content>.text>h3 {
    font-size: 20px;
    padding: 12% 0 8% 0;
  }

  #idea .container>.feedback .item:after {
    left: 100px;
  }

  #idea .container>.feedback .item .tit {
    max-width: 100px;
    min-width: 100px;
  }

  #idea .container>.feedback .item>.inline {
    width: 100%;
    float: none !important;
  }

  #idea .container>.feedback .item>.inline .tit {
    min-width: 100px;
  }

  #idea .container>.feedback .item>.inline .inputtext {
    width: 40%;
  }

  #idea .container>.feedback .item .sel {
    padding: 0 15px;
  }

  #idea .container>.feedback .item .inputtext {
    width: 40%;
    padding: 0 15px;
  }

  #idea .container>.feedback .item .textareatext {
    width: 40%;
    padding: 15px;
  }

  #idea .container>.feedback .item img {
    left: auto;
    right: 10%;
  }

  #idea .btn>input {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  #idea .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #idea .container {
    margin: 0 auto 20px auto;
  }

  #idea .container>.content>.text {
    position: relative;
    right: 0;
    top: 0;
    background: none !important;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    text-align: left;
  }

  #idea .container>.content>.text>h3 {
    font-size: 16px;
    padding: 4% 0;
  }
}













/*

talents

-----------------------------------------------------------------*/
#talents {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#talents .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#talents .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#talents .container {
  position: relative;
  padding: 50px 0 150px 0;
}

#talents .container>.img {
  width: 40%;
}

#talents .container>.img>img {
  width: 100%;
  height: auto;
}

#talents .container>.content {
  width: 55%;
  text-align: left;
}

#talents .container>.content>h3 {
  display: block;
  padding: 6px 20px;
  margin: 20px 0 40px 0;
  color: #d82128;
  font-size: 24px;
  font-weight: normal;
  border-left: 3px solid #d82128;
}

#talents .container>.content>p {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
  #talents .container>.img {
    width: 100%;
  }

  #talents .container>.content {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  #talents .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #talents .wrap>.container {
    padding: 0 0 20px 0;
  }

  #talents .container>.content>h3 {
    font-size: 20px;
  }

  #talents .container>.content>p {
    font-size: 14px;
    line-height: 20px;
  }
}

/* end*/




/*

jobs

-----------------------------------------------------------------*/
#jobs {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#jobs .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#jobs .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#jobs .container {
  margin: 0 auto;
  padding: 50px 0 150px 0;
  position: relative;
  overflow: hidden;
}

#jobs .container>.list-tr {
  width: 100%;
  margin: 0px auto;
  background: #d82128;
}

#jobs .container>.list-tr>li {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#jobs .container>.list-tr>li:after {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
}

#jobs .container>.list-tr>li:last-of-type:after {
  display: none;
}

#jobs .container>.list-td {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

#jobs .container>.list-td>li {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
}

#jobs .container>.list-td>li>ul>li {
  position: relative;
  display: block;
  float: left;
  width: 16%;
  padding: 20px 2%;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .35s;
}

#jobs .container>.list-td>li>ul>li:last-of-type:after {
  position: absolute;
  z-index: 1;
  right: 20%;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url("../images/icon-jobs-arrow.png") no-repeat;
  background-size: 100% auto;
  content: '';
}

#jobs .container>.list-td>li.A>ul>li {
  color: #d82128;
}

#jobs .container>.list-td>li.A>ul>li:last-of-type:after {
  background-position: 0 -24px;
}

#jobs .container>.list-td>li>ul:after {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  content: '';
}

#jobs .container>.list-td>li>ul:before {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  content: '';
}

#jobs .container>.list-td>li:hover,
#jobs .container>.list-td>li.A {
  background: #fff5f5;
}

#jobs .container>.list-td>li>.con {
  display: none;
  clear: both;
  padding: 50px;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

#jobs .container>.list-td>li>.con .add {
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: none;
}

#jobs .container>.list-td>li>.con .department {
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: none;
}

#jobs .container>.list-td>li>.con .quantity {
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: none;
}

#jobs .container>.list-td>li>.con .tit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 5px 0;
}

#jobs .container>.list-td>li>.con .txt {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
  #jobs .container>.list-tr>li {
    width: 25%;
  }

  #jobs .container>.list-tr>li.td4 {
    display: none !important;
  }

  #jobs .container>.list-td>li>ul>li {
    width: 21%;
  }

  #jobs .container>.list-td>li>ul>li.td4 {
    display: none !important;
  }

  #jobs .container>.list-td>li>ul>li:last-of-type:after {
    right: 10%;
  }

  #jobs .container>.list-td>li>.con .add {
    display: block;
  }

}

@media only screen and (max-width: 420px) {
  #jobs .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #jobs .container {
    padding: 0 0 50px 0 !important;
  }

  #jobs .container>.list-tr>li {
    width: 33%;
  }

  #jobs .container>.list-tr>li.td2 {
    display: none !important;
  }

  #jobs .container>.list-td>li>ul>li {
    width: 29%;
    font-size: 12px;
  }

  #jobs .container>.list-td>li>ul>li.td2 {
    display: none !important;
  }

  #jobs .container>.list-td>li>ul>li:last-of-type {
    width: 26%;
    padding-right: 5%;
  }

  #jobs .container>.list-td>li>ul>li:last-of-type:after {
    right: 5%;
  }

  #jobs .container>.list-td>li>.con {
    padding: 20px;
  }

  #jobs .container>.list-td>li>.con .department {
    display: block;
  }

  #jobs .container>.list-td>li>.con .quantity {
    display: block;
  }

}

/* end*/



/*

self

-----------------------------------------------------------------*/
#self {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#self .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#self .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#self .container {
  position: relative;
  margin: 50px auto 120px auto;
}

#self .container>.content {
  padding-bottom: 20px;
  font-size: 16px;
  color: #888;
  text-align: left;
  line-height: 30px;
}

#self .container>.feedback {
  width: 100%;
  margin: 0 auto;
}

#self .container>.feedback .item {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-top: -1px;
}

#self .container>.feedback .item:after {
  position: absolute;
  z-index: 1;
  left: 250px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  content: '';
}

#self .container>.feedback .item .tit {
  float: left;
  width: 14.8%;
  max-width: 250px;
  min-width: 250px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-right: 1px solid #ddd;
  background: #f9f9f9;
  font-size: 14px;
}

#self .container>.feedback .item .sel {
  text-align: left;
  width: 70%;
  padding: 0 30px;
  background: #fff;
  float: left;
  height: 65px;
  line-height: 65px;
}

#self .container>.feedback .item a {
  display: inline-block;
  margin-right: 20px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
}

#self .container>.feedback .item .radioA {
  background: #d82128;
  color: #fff;
}

#self .container>.feedback .item .inputtext {
  outline: none;
  border: 0 !important;
  font-family: '微软雅黑';
  width: 75%;
  float: left;
  height: 65px;
  line-height: 65px;
  padding: 0 30px;
}

#self .container>.feedback .item .inputtext:hover -webkit-input-placeholder {
  display: none;
}

#self .container>.feedback .item .textareatext {
  position: relative;
  outline: none;
  resize: none;
  border: 0 !important;
  font-family: '微软雅黑';
  float: left;
  width: 75%;
  height: 100%;
  line-height: 20px;
  padding: 30px;
}

#self .container>.feedback .item .A::-webkit-input-placeholder {
  color: #d82128 !important;
}

#self .container>.feedback .item img {
  position: absolute;
  left: 24%;
  top: 20px;
}

#self .container>.feedback .item>.inline {
  display: inline-block;
  float: left;
  width: 33.33%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}

#self .container>.feedback .item>.inline .tit {
  min-width: 250px;
}

#self .container>.feedback .item>.inline .inputtext {
  width: 36%;
}

#self .container>.feedback .item>.inline .sel {
  width: 36%;
}

#self .btn {
  padding: 20px 0 30px 0;
  text-align: center;
}

#self .btn>input {
  width: 200px;
  margin: 0 auto;
  background: #d82128;
  outline: none;
  border: 0 !important;
  font-family: '微软雅黑';
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  cursor: pointer;
}


@media only screen and (max-width: 1420px) {
  #self .container>.feedback .item:after {
    left: 200px;
  }

  #self .container>.feedback .item .tit {
    max-width: 200px;
    min-width: 200px;
  }

  #self .container>.feedback .item>.inline .tit {
    min-width: 200px;
  }

  #self .container>.feedback .item>.inline .inputtext {
    width: 32%;
  }

  #self .container>.feedback .item>.inline .sel {
    width: 32%;
  }

  #self .container>.feedback .item a {
    margin-right: 10px;
    padding: 0 10px;
  }

}

@media only screen and (max-width: 1280px) {
  #self .container>.content {
    font-size: 12px;
    line-height: 20px;
  }

  #self .container>.feedback .item>.inline {
    width: 49%;
  }

  #self .container>.feedback .item>.inline .inputtext {
    width: 50%;
  }

  #self .container>.feedback .item>.inline .sel {
    width: 50%;
  }

  #self .container>.feedback .item img {
    left: 30%;
  }
}

@media only screen and (max-width: 1040px) {
  #self .container>.feedback .item:after {
    left: 160px;
  }

  #self .container>.feedback .item .tit {
    max-width: 160px;
    min-width: 160px;
  }

  #self .container>.feedback .item a {
    margin-right: 0px;
    padding: 0 10px;
    font-size: 12px;
  }

  #self .container>.feedback .item .inputtext {
    width: 65%;
  }

  #self .container>.feedback .item .textareatext {
    width: 65%;
  }

  #self .container>.feedback .item>.inline .tit {
    min-width: 160px;
  }

  #self .container>.feedback .item>.inline .inputtext {
    width: 32%;
  }

  #self .container>.feedback .item>.inline .sel {
    width: 32%;
  }

  #self .container>.feedback .item img {
    left: 50%;
  }

  #self .btn>input {
    width: 100%;
  }
}

@media only screen and (max-width: 780px) {
  #self .container>.feedback .item:after {
    left: 100px;
  }

  #self .container>.feedback .item .tit {
    max-width: 100px;
    min-width: 100px;
  }

  #self .container>.feedback .item>.inline {
    width: 100%;
    float: none !important;
  }

  #self .container>.feedback .item>.inline .tit {
    min-width: 100px;
  }

  #self .container>.feedback .item>.inline .inputtext {
    width: 40%;
  }

  #self .container>.feedback .item .sel {
    padding: 0 15px;
  }

  #self .container>.feedback .item .inputtext {
    width: 40%;
    padding: 0 15px;
  }

  #self .container>.feedback .item .textareatext {
    width: 40%;
    padding: 15px;
  }

  #self .container>.feedback .item img {
    left: auto;
    right: 10%;
  }
}

@media only screen and (max-width: 420px) {
  #self .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #self .container {
    margin: 0 auto 20px auto;
  }
}

/* end*/




/*

service

-----------------------------------------------------------------*/
#service {
  position: relative;
  width: 100%;
  margin: 0px auto;
}


#service .network {
  position: relative;
  margin: 0px auto;
  width: 100%;
  padding: 0;
}

#service .network>.img {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#service .network>.img>img {
  width: 100%;
  height: auto;
  transition: all .35s;
}

#service .network>.wrap {
  margin: 0px auto;
  border-bottom: 1px solid #ddd;
}

#service .network>.wrap>.map {
  position: relative;
  width: 70%;
  height: 500px;
}

#service .network>.wrap>.map:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -80px;
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 80px;
  content: '';
}

#service .network>.wrap>.container {
  position: relative;
  width: 30%;
  height: 100%;
  background: #fff;
}

#service .network>.wrap>.container .title {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -80px;
  background: #d82128;
  width: 90%;
  height: 80px;
  line-height: 80px;
  padding: 0px 5%;
  font-size: 24px;
  text-align: left;
  color: #fff;
}

#service .network>.wrap>.container .text {
  text-align: left;
  padding: 15% 10%;
  font-size: 16px;
  color: #444;
}

#service .network>.wrap>.container .text>p {
  position: relative;
  padding: 10px 0;
}

#service .network>.wrap>.container .text>p span.txt {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  color: #999;
}

#service .network>.wrap>.container .text>p span.icon-tips-voice,
#service .network>.wrap>.container .text>p span.icon-tips-qrcode {
  position: absolute;
  top: 2px;
  right: -10px;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("../images/icon-tips-gray.png") no-repeat center center;
  background-size: 16px auto;
  transition: all .35s;
}

#service .network>.wrap>.container .text>p span.icon-tips-voice:hover,
#service .network>.wrap>.container .text>p span.icon-tips-qrcode:hover {
  background: url("../images/icon-tips-highlight.png") no-repeat center center;
  background-size: 16px auto;
}

#service .network>.wrap>.container .voice {
  display: none;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 122px;
  text-align: left;
  width: 140px;
  height: 100px;
  margin-top: -60px;
  border: 4px solid #d82128;
  background: #fff;
  padding: 10px;
  color: #d82128;
  font-size: 12px;
  line-height: 21px;
}

#service .network>.wrap>.container .voice:after {
  position: absolute;
  z-index: 1;
  left: -12px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 12px solid #d82128;
  border-bottom: 8px solid transparent;
  content: '';
}

#service .network>.wrap>.container .qrcode {
  display: none;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 110px;
  margin-top: -75px;
  width: 150px;
  height: 150px;
  text-align: left;
  border: 4px solid #d82128;
}

#service .network>.wrap>.container .qrcode>img {
  width: 100%;
  height: auto;
}

#service .network>.wrap>.container .qrcode:after {
  position: absolute;
  z-index: 1;
  left: -12px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 12px solid #d82128;
  border-bottom: 8px solid transparent;
  content: '';
}

#service .faq {
  width: 90%;
  margin: 0px auto;
  padding: 50px 0;
}

#service .faq>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#service .faq>.wrap {
  padding: 0;
  margin: 20px auto;
  border: 1px solid #ddd;
}

#service .faq .container {
  width: 70%;
  text-align: left;
  border-right: 1px solid #ddd;
}

#service .faq .container>ul {
  width: 100%;
  margin: 0px auto;
}

#service .faq .container>ul>li {
  width: 27.2%;
  height: 240px;
  float: left;
  padding: 5% 3%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#service .faq .container>ul>li .title {
  padding: 10px 0;
  text-align: left;
  font-size: 20px;
  color: #333;
}

#service .faq .container>ul>li .list {
  padding: 10px 0;
}

#service .faq .container>ul>li .list>a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#service .faq .container>ul>li:nth-child(3n) {
  border-right: 0 !important;
}

#service .faq .question {
  width: 23%;
  padding: 2% 3%;
}

#service .faq .question>.title {
  padding: 30px 0;
  text-align: left;
  font-size: 20px;
  color: #d82128;
}

#service .faq .question>.title>span {
  position: relative;
  display: inline-block;
  float: left;
  width: 64px;
  height: 27px;
  overflow: hidden;
}

#service .faq .question>.title>span>img {
  position: absolute;
  z-index: 1;
  top: -16px;
  left: 0;
}

#service .faq .question>form {
  margin: 0px auto;
  text-align: left;
}

#service .faq .question>form>dl {
  width: 100%;
  margin: 0px auto;
}

#service .faq .question>form>dl dt {
  width: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
}

#service .faq .question>form>dl dt,
#service .faq .question>form>dl dd {
  padding: 5px 0;
}

#service .faq .question>form>dl dd {
  padding-left: 50px;
  margin-top: -34px;
  line-height: 30px;
}

#service .faq .question>form>dl input,
#service .faq .question>form>dl textarea {
  border: solid 1px #ddd;
  color: #888;
  padding: 2px;
}

#service .faq .question>form>dl input {
  width: 92%;
  height: 35px;
  line-height: 35px;
  padding: 0 4%;
  font-family: "微软雅黑";
  font-size: 14px;
}

#service .faq .question>form>dl #checksn {
  width: 40%;
  margin-right: 10px;
}

#service .faq .question>form>dl textarea {
  width: 92%;
  height: 80px;
  padding: 4%;
  overflow: auto;
  font-family: "微软雅黑";
  font-size: 14px;
}

#service .faq .question .btn {
  padding: 20px 0 30px 0;
  text-align: center;
}

#service .faq .question .btn>input {
  width: 100%;
  background: #d82128;
  border: 0 !important;
  font-family: '微软雅黑';
  color: #fff;
  font-size: 16px;
  padding: 8px 0;
  cursor: pointer;
}

#service .download-supplier {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0 50px 0;
}

#service .download-supplier>.supplier {
  display: block;
  width: 35%;
  text-align: left;
}

#service .download-supplier>.supplier>.img {
  position: relative;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}

#service .download-supplier>.supplier>.img>img {
  width: 100%;
  height: auto;
  transition: all 3s;
}

#service .download-supplier>.supplier>.img:hover img {
  transform: scale(1.3);
}

#service .download-supplier>.supplier>.img:after {
  position: absolute;
  z-index: 9;
  left: 10%;
  bottom: 0;
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #fff;
}

#service .download-supplier>.supplier>.container {
  border: 1px solid #ddd;
  border-top: 0 !important;
  padding: 5%;
}

#service .download-supplier>.supplier>.container .title {
  font-size: 24px;
  color: #333;
  padding: 20px 0;
}

#service .download-supplier>.supplier>.container .text {
  font-size: 14px;
  color: #777;
  line-height: 24px;
}

#service .download-supplier>.supplier>.container .more {
  text-align: left;
  padding: 15px 0;
}

#service .download-supplier>.supplier>.container .more>a {
  display: inline-block;
  background: #d82128;
  font-size: 16px;
  color: #fff;
  padding: 10px 35px;
  transition: all .35s;
}

#service .download-supplier>.supplier>.container .more>a:hover {
  background: #333;
}

#service .download-supplier>.download {
  display: block;
  width: 62%;
  text-align: left;
}

#service .download-supplier>.download>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#service .download-supplier>.download>.title .more {
  float: right;
  display: block;
  color: #999;
  font-size: 25px;
  transition: all .35s;
}

#service .download-supplier>.download>.title .more:hover {
  color: #d82128;
}

#service .download-supplier>.download>.container {
  margin: 0px auto;
}

#service .download-supplier>.download>.container>.list-tr {
  width: 100%;
  margin: 0px auto;
  background: #666;
}

#service .download-supplier>.download>.container>.list-tr>li {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#service .download-supplier>.download>.container>.list-tr>li:after {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
}

#service .download-supplier>.download>.container>.list-tr>li:last-of-type:after {
  display: none;
}

#service .download-supplier>.download>.container>.list-td {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#service .download-supplier>.download>.container>.list-td>li {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  text-align: center;
}

#service .download-supplier>.download>.container>.list-td>li:after {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  content: '';
}

#service .download-supplier>.download>.container>.list-td:before {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  content: '';
}

#service .dealers {
  width: 100%;
  margin: 0px auto;
  padding: 50px 0;
  background: url("../images/dealers-bg.html") no-repeat 50% 50%;
  background-size: 100% auto;
}

#service .dealers>.wrap {
  width: 90%;
  margin: 0px auto;
}

#service .dealers .title {
  position: relative;
  text-align: center;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#service .dealers .container {
  padding: 70px 0;
  margin: 0px auto;
}

#service .dealers .container .item {
  width: 20%;
  float: left;
  background: url("../images/icon-dealers-arrow.html") no-repeat 100% 50%;
  background-size: 30px auto;
}

#service .dealers .container .item:last-of-type {
  background: none !important;
}

#service .dealers .container>.item>p {
  position: relative;
  display: block;
  cursor: pointer;
  width: 150px;
  overflow: hidden;
  background: #999;
  border-radius: 10px;
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
  margin: 0px auto;
}

#service .dealers .container>.item>p>img {
  display: block;
  width: 80px;
  height: auto;
  margin: 0px auto 10px auto;
}

#service .dealers .container .item>p:after {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: rgba(255, 255, 255, .1);
  opacity: 0;
  content: '';
  transition: all .35s;
}

#service .dealers .container .item>p:hover:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
}

#service .dealers .container .item>p:before {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: rgba(255, 255, 255, .1);
  opacity: 0;
  content: '';
  transition: all 1s;
}

#service .dealers .container .item>p:hover:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
}

#service .dealers .more {
  padding: 20px;
  text-align: center;
}

#service .dealers .more>a {
  display: inline-block;
  background: #d82128;
  font-size: 16px;
  color: #fff;
  padding: 12px 50px;
  transition: all .35s;
}

#service .dealers .more>a:hover {
  background: #333;
}

/* end*/




/*

dealers

-----------------------------------------------------------------*/
#dealers {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#dealers .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#dealers .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#dealers .container {
  position: relative;
  margin: 50px auto 120px auto;
}

#dealers .container>.content {
  width: 100%;
  margin: 0 auto;
}

#dealers .container>.content .text {
  padding-bottom: 20px;
  font-size: 16px;
  color: #888;
  text-align: left;
  line-height: 30px;
}

#dealers .container>.content .text>h3 {
  display: block;
  padding: 5px 0;
  font-size: 18px;
  color: #d82128;
}

#dealers .container>.content .text>h3 strong {
  font-size: 25px;
}

#dealers .container>.content .tag {
  margin: 0 auto;
}

#dealers .container>.content .tag>.tagtit {
  text-align: left;
}

#dealers .container>.content .tag>.tagtit>a {
  display: inline-block;
  width: 20%;
  padding: 20px 0;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  margin-right: 10px;
  transition: all .35s;
}

#dealers .container>.content .tag>.tagtit>a.A {
  background: #d82128;
  color: #fff;
  border: 1px solid #d82128;
}

#dealers .container>.content .tag>.tagcon {
  display: none;
  padding: 20px 0;
  text-align: left;
}

#dealers .container>.content .tag>.tagcon table {
  width: 99%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#dealers .container>.content .tag>.tagcon td {
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 20px;
}

#dealers .container>.content .tag>.tagcon .firstRow td {
  font-size: 18px;
  color: #333;
}

#dealers .container>.content .btn {
  padding: 30px;
  text-align: center;
}

#dealers .container>.content .btn>a {
  display: inline-block;
  background: #eee;
  border: 2px solid #eee;
  padding: 15px 100px;
  color: #999;
  font-size: 14px;
  transition: all .35s;
}

#dealers .container>.content .btn>a:hover {
  background: none !important;
  color: #d82128;
  border: 2px solid #d82128;
}

#dealers .container>.feedback {
  width: 100%;
  margin: 0 auto;
}

#dealers .container>.feedback .item {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-top: -1px;
}

#dealers .container>.feedback .item>.tit {
  height: 65px;
  line-height: 65px;
  float: left;
  width: 14.8%;
  text-align: center;
  border-right: 1px solid #ddd;
  background: #f9f9f9;
  font-size: 14px;
}

#dealers .container>.feedback .item>.sel {
  text-align: left;
  width: 83%;
  padding: 0 1%;
  background: #fff;
  float: left;
  height: 65px;
  line-height: 65px;
}

#dealers .container>.feedback .item a {
  display: inline-block;
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
}

#dealers .container>.feedback .item .radioA {
  background: #d82128;
  color: #fff;
}

#dealers .container>.feedback .item>.inputtext {
  height: 65px;
  line-height: 65px;
  outline: none;
  border: 0 !important;
  font-family: '微软雅黑';
  padding: 0 2%;
  width: 81%;
  float: left;
}

#dealers .container>.feedback .item>.inputtext:hover -webkit-input-placeholder {
  display: none;
}

#dealers .container>.feedback .item .A::-webkit-input-placeholder {
  color: #d82128 !important;
}

#dealers .container>.feedback .item img {
  position: absolute;
  left: 24%;
  top: 20px;
}

#dealers .btn {
  padding: 20px 0 30px 0;
  text-align: center;
}

#dealers .btn>input {
  width: 200px;
  margin: 0 auto;
  background: #d82128;
  outline: none;
  border: 0 !important;
  font-family: '微软雅黑';
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  cursor: pointer;
}

@media only screen and (max-width: 1280px) {
  #dealers .container>.content .text {
    font-size: 12px;
    line-height: 20px;
  }

  #dealers .container>.content .text>h3 {
    font-size: 14px;
  }

  #dealers .container>.content .text>h3 strong {
    font-size: 18px;
  }

  #dealers .container>.content .tag>.tagtit>a {
    width: 48.8%;
    font-size: 14px;
    padding: 15px 0;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 420px) {
  #dealers .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #dealers .container {
    margin: 0 auto 20px auto;
  }

  #dealers .container>.content .tag>.tagcon tr:first-of-type td {
    width: 80px;
  }

  #dealers .container>.feedback .item a {
    margin-left: 0px !important;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
  }

  #dealers .container>.feedback .item>.tit {
    height: 50px;
    line-height: 50px;
    width: 25%;
  }

  #dealers .container>.feedback .item>.sel {
    padding-left: 1.6%;
    width: 70%;
    height: 50px;
    line-height: 50px;
  }

  #dealers .container>.feedback .item>.inputtext {
    height: 50px;
    line-height: 50px;
    width: 70%;
  }

  #dealers .container>.feedback .item img {
    position: absolute;
    left: auto;
    right: 20px;
    top: 12px;
  }

  #dealers .btn>input {
    width: 100%;
  }
}

/* end*/



/*

network

-----------------------------------------------------------------*/
#network {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#network .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#network .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#network .container {
  margin: 50px auto 150px auto;
  position: relative;
  overflow: hidden;
}

#network #map {
  width: 100%;
  height: 700px;
}

#network .dealer {
  position: absolute;
  z-index: 999;
  top: 6%;
  right: 3%;
  width: 270px;
  height: 80%;
  padding: 20px;
  background: rgba(255, 255, 255, .9);
}

#network .dealer>.item {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px dotted #ddd;
  cursor: pointer;
  text-align: left;
}

#network .dealer>.item h3 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  transition: all .35s;
}

#network .dealer>.item p {
  padding: 10px 0;
  color: #888;
  font-size: 14px;
}

#network .dealer>.item:hover h3 {
  color: #d82128;
}

#network .info {
  border: solid 1px silver;
  padding: 18px 20px;
  background: #FFF;
}

#network div.info-top {
  position: relative;
  background: none repeat scroll 0 0;
}

#network div.info-top div {
  display: inline-block;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 10px 0;
  ;
}

#network div.info-top img {
  position: absolute;
  top: 0;
  right: 0;
  transition-duration: 0.35s;
}

#network div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}

#network div.info-top-tit {
  position: relative;
  background: none repeat scroll 0 0;
  border-bottom: 2px solid #555;
  text-align: left;
}

#network div.info-top-tit div {
  display: inline-block;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 10px 0;
  text-align: left;
}

#network div.info-top-tit img {
  position: absolute;
  top: 0;
  right: 0;
  transition-duration: 0.35s;
}

#network div.info-top-tit img:hover {
  box-shadow: 0px 0px 5px #000;
}

#network div.info-middle {
  font-size: 13px;
  padding: 10px 0;
  line-height: 20px;
  color: #333;
  text-align: left
}

#network div.info-middle>.info-img {
  width: 20%;
  float: left;
}

#network div.info-middle>.info-img img {
  width: 100%;
  height: auto;
}

#network div.info-middle>.info-text {
  float: right;
  text-align: left;
  width: 75%;
}

#network div.info-middle>.info-text .tel {
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #d82128;
  padding: 0;
  margin: 0;
}

#network div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}

#network div.info-bottom img {
  position: relative;
  z-index: 104;
  margin-top: 18px;
}

#network span {
  margin-left: 5px;
  font-size: 11px;
}

@media only screen and (max-width: 1280px) {
  #network #map {
    width: 100%;
    height: 400px;
  }

  #network .dealer {
    position: relative;
    z-index: 99;
    right: 0;
    top: 0;
    width: 99.6%;
    margin: 10px auto;
    padding: 0 !important;
    ;
    background: #fff;
    border: 1px solid #ddd;
  }

  #network .dealer>.item {
    width: 40%;
    height: 120px;
    float: left;
    margin-left: -1px;
    padding: 5% !important;
    border-bottom: 1px dotted #d4d4d4;
    border-right: 1px dotted #d4d4d4;
  }

  #network .dealer>.item:nth-child(2n) {
    border-right: 0 !important;
  }
}

@media only screen and (max-width: 420px) {
  #network .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #network .container {
    margin: 0 auto 50px auto;
  }

  #network #map {
    display: none;
  }

  #network .dealer {
    width: 99.5%;
  }

  #network .dealer>.item {
    width: 90%;
    border-right: 0 !important;
    float: none !important;
    height: auto;
  }

  #network .dealer>.item:last-of-type {
    border-bottom: 0 !important;
  }

  #network .dealer>.item h3 {
    font-size: 14px;
  }

  #network .dealer>.item p {
    font-size: 12px;
  }
}

/* end*/




/*

question

-----------------------------------------------------------------*/
#question {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#question .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#question .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#question .wrap>.container {
  margin: 50px auto 150px auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}

#question .content {
  width: 70%;
  text-align: left;
  border-right: 1px solid #ddd;
}

#question .content>ul {
  width: 100%;
  margin: 0px auto;
}

#question .content>ul>li {
  width: 27.2%;
  height: 240px;
  float: left;
  padding: 5% 3%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#question .content>ul>li .title {
  padding: 10px 0;
  text-align: left;
  font-size: 20px;
  color: #333;
}

#question .content>ul>li .list {
  padding: 10px 0;
}

#question .content>ul>li .list>a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#question .content>ul>li:nth-child(3n) {
  border-right: 0 !important;
}

#question .feedback {
  width: 23%;
  padding: 2% 3%;
}

#question .feedback>.title {
  padding: 30px 0;
  text-align: left;
  font-size: 20px;
  color: #d82128;
}

#question .feedback>.title>span {
  position: relative;
  display: inline-block;
  float: left;
  width: 64px;
  height: 27px;
  overflow: hidden;
}

#question .feedback>.title>span>img {
  position: absolute;
  z-index: 1;
  top: -16px;
  left: 0;
  width: 100%;
  height: auto;
}

#question .feedback>form {
  margin: 0px auto;
  text-align: left;
}

#question .feedback>form>dl {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#question .feedback>form>dl dt {
  width: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
}

#question .feedback>form>dl dt,
#question .feedback>form>dl dd {
  padding: 5px 0;
}

#question .feedback>form>dl dd {
  padding-left: 50px;
  margin-top: -34px;
  line-height: 30px;
}

#question .feedback>form>dl input {
  width: 92%;
  height: 35px;
  line-height: 35px;
  border: solid 1px #ddd;
  color: #666;
  outline: none;
  padding: 0 4%;
  font-family: "微软雅黑";
  font-size: 14px;
}

#question .feedback>form>dl input::-webkit-input-placeholder {
  color: #d82128;
}

#question .feedback>form>dl .tips {
  position: absolute;
  z-index: 9;
}

#question .feedback>form>dl .error {
  top: 10px;
  left: 70px;
  color: #d82128;
  font-size: 14px;
}

#question .feedback>form>dl #checksn {
  width: 40%;
  margin-right: 10px;
}

#question .feedback>form>dl textarea {
  width: 92%;
  height: 80px;
  padding: 4%;
  border: solid 1px #ddd;
  color: #666;
  outline: none;
  overflow: auto;
  font-family: "微软雅黑";
  font-size: 14px;
}

#question .feedback>form>dl textarea::-webkit-input-placeholder {
  color: #d82128;
}

#question .feedback .auto-tip {
  background: #fff;
}

#question .feedback .auto-tip li {
  width: 92%;
  padding: 3px 4%;
  font-size: 14px;
  color: #666;
}

#question .feedback .auto-tip li.hoverBg {
  background: #eee;
  cursor: pointer;
}

#question .feedback .current {
  color: #ff9900;
}

#question .feedback .hidden {
  display: none;
}

#question .feedback .btn {
  padding: 20px 0 30px 0;
  text-align: center;
}

#question .feedback .btn>input {
  width: 100%;
  background: #d82128;
  border: 0 !important;
  font-family: '微软雅黑';
  color: #fff;
  font-size: 16px;
  padding: 8px 0;
  cursor: pointer;
}

#question-view {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}

#question-view .text {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding: 30px 0 80px 0;
}

#question-view .text>p {
  margin-bottom: 10px;
}

#question-view .url {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 100px;
}

#question-view .url>.wrap {
  width: 80%;
  margin: 20px auto 0 auto;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #ddd;
}

#question-view .url a {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40%;
  font-size: 14px;
  color: #999;
  display: inline-block;
  float: left;
}

#question-view .url a:last-of-type {
  margin-right: 10px;
  float: right;
}

#question-view .url img {
  margin-right: 5px;
  height: 25px;
  width: auto;
}


@media only screen and (max-width: 1280px) {
  #question .content {
    float: none !important;
    width: 100%;
  }

  #question .content>ul>li {
    width: 94%;
    height: auto;
    float: none !important;
    border-right: 0 !important;
  }

  #question .feedback {
    float: none !important;
    width: 90%;
    padding: 2% 5%;
  }

}

@media only screen and (max-width: 420px) {
  #question .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #question .wrap>.container {
    margin: 0 auto 50px auto;
  }

  #question .content>ul>li {
    width: 90%;
    padding: 5%;
  }

  #question .content>ul>li .title {
    font-size: 16px;
  }

  #question .feedback>.title {
    font-size: 16px;
  }

  #question .feedback>.title>span {
    width: 47px;
    height: 20px;
  }

  #question .feedback>.title>span>img {
    top: -10px;
  }

}

/* end*/



/*

download

-----------------------------------------------------------------*/
#download {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#download .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#download .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#download .container {
  margin: 0 auto;
  padding: 50px 0 150px 0;
  position: relative;
  overflow: hidden;
}

#download .list-tr {
  width: 100%;
  margin: 0px auto;
  background: #666;
}

#download .list-tr>li {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#download .list-tr>li:after {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
}

#download .list-tr>li:last-of-type:after {
  display: none;
}

#download .list-td {
  position: relative;
  width: 100%;
  margin: 0px auto;
  background: #fff;
}

#download .list-td>li {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  text-align: center;
}

#download .list-td>li:after {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  content: '';
}

#download .list-td:before {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  content: '';
}


@media only screen and (max-width: 420px) {
  #download .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #download .container {
    padding: 0 0 50px 0 !important;
  }

  #download .list-tr>li {
    font-size: 14px;
  }

  #download .list-tr>li:first-of-type {
    width: 70%;
  }

  #download .list-tr>li:last-of-type {
    width: 30%;
  }

  #download .list-tr>li:nth-child(2),
  #download .list-tr>li:nth-child(3) {
    display: none !important;
  }

  #download .list-td>li:nth-child(2),
  #download .list-td>li:nth-child(3) {
    display: none !important;
  }

  #download .list-td>li:first-of-type {
    width: 70%;
  }

  #download .list-td>li:last-of-type {
    width: 30%;
  }
}

/* end*/









/*

supplier

-----------------------------------------------------------------*/
#supplier {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#supplier .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#supplier .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#supplier .container {
  position: relative;
  margin: 50px auto 150px auto;
}

#supplier .container>.img {
  width: 42%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/supplier-img.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

#supplier .container>.content {
  width: 58%;
  margin-left: 45%;
  text-align: left;
}

#supplier .container>.content .text {
  padding: 10px 0;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

#supplier .container>.content .text>h3 {
  display: block;
  padding: 5px 0;
  font-size: 18px;
  color: #d82128;
}

#supplier .container>.content .text>h3 strong {
  font-size: 25px;
}

#supplier .container>.content .item {
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-top: -1px;
}

#supplier .container>.content .item>.tit {
  height: 65px;
  line-height: 65px;
  float: left;
  width: 14.8%;
  text-align: center;
  border-right: 1px solid #ddd;
  background: #f9f9f9;
  font-size: 14px;
}

#supplier .container>.content .item>.sel {
  width: 85%;
  background: #fff;
  float: left;
  height: 65px;
  line-height: 65px;
}

#supplier .container>.content .item a {
  display: inline-block;
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
}

#supplier .container>.content .item .radioA {
  background: #d82128;
  color: #fff;
}

#supplier .container>.content .item>.inputtext {
  height: 65px;
  line-height: 65px;
  outline: none;
  border: 0 !important;
  font-family: '微软雅黑';
  padding: 0 2%;
  width: 81%;
  float: left;
}

#supplier .container>.content .item>.inputtext:hover -webkit-input-placeholder {
  display: none;
}

#supplier .container>.content .item .A::-webkit-input-placeholder {
  color: #d82128 !important;
}

#supplier .container>.content .item img {
  position: absolute;
  left: 300px;
  top: 20px;
}

#supplier .btn {
  padding: 20px 0 30px 0;
  text-align: center;
}

#supplier .btn>input {
  width: 200px;
  margin: 0 auto;
  outline: none;
  background: #d82128;
  border: 0 !important;
  font-family: '微软雅黑';
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  cursor: pointer;
}


@media only screen and (max-width: 780px) {
  #supplier .container>.img {
    float: none !important;
    position: relative;
    width: 100%;
    height: 200px !important;
  }

  #supplier .container>.content {
    float: none !important;
    width: 100%;
    margin-left: 0%;
  }

  #supplier .btn>input {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  #supplier .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #supplier .container {
    position: relative;
    margin: 0 auto 20px auto;
  }

  #supplier .container>.content .text {
    font-size: 12px;
    line-height: 20px;
  }

  #supplier .container>.content .text>h3 {
    font-size: 16px;
  }

  #supplier .container>.content .text>h3 strong {
    font-size: 20px;
  }

  #supplier .container>.content .item a {
    margin-left: 0px !important;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
  }

  #supplier .container>.content .item>.tit {
    height: 50px;
    line-height: 50px;
    width: 25%;
  }

  #supplier .container>.content .item>.sel {
    padding-left: 1.6%;
    width: 73%;
    height: 50px;
    line-height: 50px;
  }

  #supplier .container>.content .item>.inputtext {
    height: 50px;
    line-height: 50px;
    width: 70%;
  }

  #supplier .container>.content .item img {
    position: absolute;
    left: auto;
    right: 20px;
    top: 12px;
  }
}


/* end*/


/*

contact

-----------------------------------------------------------------*/
#contact {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#contact .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
}

#contact .wrap>.title {
  position: relative;
  text-align: left;
  padding: 50px 0;
  font-size: 24px;
  color: #333;
}

#contact .wrap>.container {
  margin: 0 auto;
  padding: 50px 0 150px 0;
  position: relative;
  overflow: hidden;
}

#contact .wrap>.container .content {
  width: 30%;
  height: 500px;
  background: #fff;
}

#contact .wrap>.container .content>.item {
  position: relative;
  width: 76%;
  margin: 10px auto;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

#contact .wrap>.container .content>.item:last-of-type {
  border-bottom: 0 !important;
}

#contact .wrap>.container .content>.item>p {
  display: block;
  font-size: 16px;
  padding: 3px 20px 3px 50px;
}

#contact .wrap>.container .content>.item .icon {
  position: absolute;
  left: 0;
  top: 38px;
  width: 32px;
  height: 32px;
}

#contact .wrap>.container .content>.item .icon>img {
  width: 100%;
  height: auto;
}

#contact .wrap>.container .content>.item .tit {
  color: #333;
}

#contact .wrap>.container .content>.item .txt {
  color: #888;
}

#contact .wrap>.container .content>.item>p span.tips {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  color: #ccc;
}

#contact .wrap>.container .content>.item>p span.icon-tips-voice,
#contact .wrap>.container .content>.item>p span.icon-tips-qrcode {
  position: absolute;
  top: 2px;
  right: -10px;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("../images/icon-tips-gray.png") no-repeat center center;
  background-size: 16px auto;
  transition: all .35s;
}

#contact .wrap>.container .content>.item>p span.icon-tips-voice:hover,
#contact .wrap>.container .content>.item>p span.icon-tips-qrcode:hover {
  background: url("../images/icon-tips-highlight.png") no-repeat center center;
  background-size: 16px auto;
}

#contact .wrap>.container .content>.item .tip-voice {
  display: none;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 122px;
  text-align: left;
  width: 140px;
  height: 100px;
  margin-top: -60px;
  border: 4px solid #d82128;
  background: #fff;
  padding: 10px;
  color: #d82128;
  font-size: 12px;
  line-height: 21px;
}

#contact .wrap>.container .content>.item .tip-voice:after {
  position: absolute;
  z-index: 1;
  left: -12px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 12px solid #d82128;
  border-bottom: 8px solid transparent;
  content: '';
}

#contact .wrap>.container .content>.item .tip-qrcode {
  display: none;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 110px;
  margin-top: -75px;
  width: 150px;
  height: 150px;
  text-align: left;
  border: 4px solid #d82128;
}

#contact .wrap>.container .content>.item .tip-qrcode>img {
  width: 100%;
  height: auto;
}

#contact .wrap>.container .content>.item .tip-qrcode:after {
  position: absolute;
  z-index: 1;
  left: -12px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 12px solid #d82128;
  border-bottom: 8px solid transparent;
  content: '';
}

#contact .wrap>.container .map {
  width: 69%;
}


@media only screen and (max-width: 780px) {
  #contact .wrap>.container {
    padding: 50px 0;
  }

  #contact .wrap>.container .content {
    width: 100%;
    height: 500px;
  }

  #contact .wrap>.container .content>.item {
    width: 86%;
  }

  #contact .wrap>.container .map {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  #contact .wrap>.title {
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
  }

  #contact .wrap>.container {
    padding: 0 0 50px 0 !important;
  }

  #contact .wrap>.container .content>.item>p {
    font-size: 14px;
  }
}

/* end*/



/*

navpart

-----------------------------------------------------------------*/
#navpart {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 5px 0;
  background: #fff;
  margin: 0px auto;
  border-bottom: 1px solid #ddd;
}

#navpart>ul {
  display: block;
  margin: 0px auto;
  width: 90%;
  max-width: 1460px;
  text-align: center;
}

#navpart>ul>li {
  display: inline-block;
}

#navpart>ul>li>a {
  display: block;
  padding: 0 40px;
  font-size: 16px;
  text-align: center;
}

#navpart li.A a {
  color: #d82128;
}

#navpart .bar {
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #d82128;
  height: 2px;
  width: 60px;
}

@media only screen and (max-width: 680px) {
  #navpart {
    display: none;
  }
}

/* end*/



/*

push

-----------------------------------------------------------------*/
#push {
  display: block;
  background: #fff url("../images/bt-bg.html") repeat-x left bottom;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 14px;
  padding: 0;
  line-height: 45px;
  color: #666;
  width: 160px;
  margin: 30px auto 0 auto;
  transition: all .35s;
}

#push>span {
  position: relative;
  display: inline-block;
  float: left;
  margin: 12px 0 0 20px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

#push>span>img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

#push:hover {
  background: #fff url("") repeat-x left bottom;
  ;
  color: #d82128;
  text-decoration: none;
  transform: translate(0, -5px);
}

#push:hover span>img {
  top: -24px;
}

@media only screen and (max-width: 640px) {
  #push {
    width: 140px;
    line-height: 35px;
    font-size: 12px;
  }

  #push>span {
    margin: 10px 0 0 20px;
    width: 18px;
    height: 18px;
  }

  #push:hover span>img {
    top: -18px;
  }
}

/* end*/



/*

quick

-----------------------------------------------------------------*/
#quick {
  display: none;
  position: fixed;
  z-index: 99;
  right: 0px;
  top: 30%;
  background: rgba(26, 125, 226, 0.5);
  width: 130px;
  height: 110px;
  overflow: hidden;
  transition: all .35s;
  width: 130px ! important;
}

#quick .btn {
  position: relative;
  text-align: right;
  padding: 20px 15px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
}

#quick .btn img {
  position: absolute;
  right: 90px;
  top: 50px;
  width: 20px;
  height: auto;
  animation: aniLeftright 1.5s infinite;
}

#quick .btn .A {
  right: 100px;
  transform: rotate(90deg);
  animation: aniTondown 1.5s infinite;
}

#quick .container {
  display: none;
  width: 90%;
  margin: 0px auto;
}

#quick .container a {
  display: block;
  width: 99.5%;
  height: auto;
  padding: 13px 0px;
  font-size: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  margin-top: -1px;
  margin-left: -1px;
  transition: all .35s;
}

#quick .container a img {
  display: block;
  width: 100px;
  margin: 0px auto;
  transition: all .35s;
}

#quick .container a:hover {
  background: rgba(255, 255, 255, .05);
}

#quick .container a:hover img {
  transform: scale(1.2);
}

#quick .container .worktime {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  padding: 10px 0;
}

#quick:hover {
  background: rgba(26, 125, 226, 0.5);
}

@media only screen and (max-width: 900px) {
  #quick {
    right: -130px;
  }
}

@keyframes aniLeftright {
  0% {
    right: 90px;
  }

  50% {
    right: 95px;
  }

  100% {
    right: 90px;
  }
}

@keyframes aniTondown {
  0% {
    top: 50px;
  }

  50% {
    top: 55px;
  }

  100% {
    top: 50px;
  }
}

/* end*/


/*

foot

-----------------------------------------------------------------*/
#foot {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  background: #eaeaea;
}

#foot .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
  padding: 1px 0px;
}

#foot .contact {
  position: relative;
  width: 1200px;
  padding-right: 90px;
  margin-left: 122px;
}

#foot .contact .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#foot .contact .title img {
  height: 55px;
  width: auto;
  margin-right: 5px;
}

#foot .contact .text {
  padding: 16px 0;
  text-align: left;
}

#foot .contact .text h3 {
  display: block;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  font-weight: normal;
}

#foot .contact .text p {
  position: relative;
  padding: 2px 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

#foot .contact .text span.txt {
  display: inline-block;
  padding: 0 10px;
  color: rgba(255, 255, 255, .3);
}

#foot .contact .text span.icon-tips {
  position: absolute;
  top: 3px;
  right: 2px;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("../images/icon-tips.html") no-repeat center center;
  background-size: 16px auto;
  transition: all .35s;
}

#foot .contact .text span.icon-tips:hover {
  background: url("../images/icon-tips-highlight.png") no-repeat center center;
  background-size: 16px auto;
}

#foot .contact .tips {
  display: none;
  position: absolute;
  z-index: 9;
  top: -6px;
  right: -50px;
  width: 118px;
  height: 150px;
  padding: 10px 0px 0px 22px;
  color: #d82128;
  font-size: 12px;
  line-height: 21px;
  background: url("../images/tips-bg.html") no-repeat;
  background-position: 0 0;
}

#foot .share {
  width: 300px;
  padding: 40px 0;
  text-align: left;
}

#foot .share .bshare-custom a {
  padding: 0px;
  margin: 0px 3px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  transition: all .35s;
  display: inline-block;
}

#foot .share .bshare-custom .bshare-sinaminiblog {
  background: #444 url("../images/icon-weibo.png") no-repeat;
  background-size: 20px auto;
  background-position: center center;
}

#foot .share .bshare-custom .bshare-qqim {
  background: #444 url("../images/icon-qq.png") no-repeat;
  background-size: 20px auto;
  background-position: center center;
}

#foot .share .bshare-custom .bshare-weixin {
  background: #444 url("../images/icon-wechat.png") no-repeat;
  background-size: 20px auto;
  background-position: center center;
}

#foot .share .bshare-more {
  display: none !important;
}

#foot .share .text {
  padding: 15px 5px;
  color: rgba(255, 255, 255, .8);
}

#foot .share .bbs {
  padding: 20px 0;
}

#foot .share .bbs a {
  background: #444;
  border-radius: 30px;
  font-size: 13px;
  padding: 8px 15px;
  color: #fff;
  transition: all .35s;
}

#foot .share .bbs a img {
  height: 18px;
  width: auto;
  margin-right: 5px;
}

#foot .share .bbs a:hover {
  opacity: .8;
}

#foot .qrcode {
  width: 500px;
  text-align: right;
}

#foot .qrcode p {
  display: inline-block;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
  text-align: center;
}

#foot .qrcode p>img {
  display: block;
  width: 170px;
  height: auto;
  margin-bottom: 10px;
}


@media only screen and (max-width: 1280px) {
  #foot .contact {
    width: 135%;
    padding-right: 0px !important;
    float: none !important;
    margin-left: 10px;
  }

  #foot .share {
    display: block;
    width: 100%;
    float: none !important;
  }

  #foot .qrcode {
    position: absolute;
    z-index: 1;
    right: 5%;
    top: 60px;
    width: 50%;
  }

  #foot .qrcode p>img {
    width: 140px;
  }
}

@media only screen and (max-width: 680px) {
  #foot .qrcode p>img {
    width: 120px;
  }
}

@media only screen and (max-width: 420px) {
  #foot .contact .text p {
    font-size: 12px;
  }

  #foot .share {
    width: 100%;
    padding: 20px 0;
  }

  #foot .qrcode {
    position: relative;
    right: auto;
    top: 0;
    width: 100%;
    text-align: left;
    margin-left: 0px;
    margin-right: 15px;
  }
}

/* end*/



/*

copyright

-----------------------------------------------------------------*/
#copyright {
  width: 100%;
  background: #eaeaea;
  margin: -15px auto;
}

#copyright .wrap {
  width: 90%;
  max-width: 1460px;
  margin: 0px auto;
  padding: 15px 0px;
  overflow: hidden;
}

#copyright .text {
  width: 90%;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
}

#copyright .url {
  width: 30%;
  text-align: right;
  color: #666;
}

#copyright a {
  color: rgba(0, 0, 0, 0.7);
}

#copyright a:hover {
  color: #d90000;
}

@media only screen and (max-width: 420px) {
  #copyright .text {
    width: 100%;
    float: none !important;
    font-size: 12px;
  }

  #copyright .url {
    width: 100%;
    float: none !important;
    text-align: left;
  }
}

/* end*/


@keyframes pin-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  50% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}