@font-face {
  font-family: 'pumpdemiboldletplain';
  src: url(../fonts/pumpdemiboldletplain.ttf) format('truetype');
}
body {
  overflow-x: hidden;
  font-family: 'Microsoft YaHei', Arial, SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
#header .h-top {
  height: 37px;
  line-height: 37px;
  background: #17181c;
}
#header .h-top p,
#header .h-top a {
  color: #979797;
  font-size: 14px;
}
#header .h-top .h-collection a {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  padding-right: 9px;
  margin-right: 6px;
  border-right: 1px solid #7d7d7e;
}
#header .h-top .h-collection a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
#header .h-top .h-collection a:hover {
  color: #fff;
}
#header .h-mid {
  padding: 45px 0 35px;
}
#header .h-mid .logo {
  margin-top: 16px;
}
#header .h-mid .logo p.fl {
  height: 53px;
  padding-left: 12px;
  border-left: 1px dotted #443c33;
  margin-left: 30px;
  padding-top: 2px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
#header .h-mid .logo p.fl span {
  color: #a39161;
  font-weight: 500;
  display: block;
  margin-top: -2px;
}
#header .h-mid .h-mid-r .iso {
  width: 77px;
}
#header .h-mid .h-mid-r .h-hotline {
  margin: 20px 0 0 28px;
  padding-left: 43px;
  background: url("../images/hotline.png") no-repeat left 6px;
}
#header .h-mid .h-mid-r .h-hotline span {
  color: #000000;
  font-size: 16px;
}
#header .h-mid .h-mid-r .h-hotline em {
  display: block;
  font-size: 25px;
  color: #a39161;
  margin-top: -6px;
}
#header .nav {
  height: 47px;
  line-height: 47px;
  background: #a39161;
}
#header .nav .menu-box .menu:after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
#header .nav .menu-box .menu > li {
  float: left;
  position: relative;
  width: 122px;
}
#header .nav .menu-box .menu > li:after {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(-40deg, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(-40deg, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(-40deg, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(-40deg, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(-40deg, 0) rotateX(0) rotateY(0);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a39161;
  border-left: 1px solid #666;
  z-index: 9;
}
#header .nav .menu-box .menu > li:last-child:after {
  border-right: 1px solid #666;
}
#header .nav .menu-box .menu > li > a {
  font-size: 14px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
}
#header .nav .menu-box .menu > li:hover:after,
#header .nav .menu-box .menu > li.current-menu-item:after,
#header .nav .menu-box .menu > li.current-post-ancestor:after,
#header .nav .menu-box .menu > li.current-category-ancestor:after {
  background-color: #665a3c;
  border-color: #665a3c;
}
#header .nav .menu-box .menu > li .sub-menu {
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=100);
  position: absolute;
  top: 130%;
  left: -19px;
  width: 180px;
  background: #665a3c;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 13px;
  color: #fff;
  display: block;
  padding: 15px 10px 15px 20px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#index-body .i-tit {
  text-align: center;
  font-weight: bold;
}
#index-body .i-tit h2 {
  font-family: pumpdemiboldletplain;
  text-transform: uppercase;
  color: #939393;
  font-size: 36px;
}
#index-body .i-tit p {
  color: #000000;
  font-size: 30px;
  margin-top: 13px;
  position: relative;
  padding-bottom: 12px;
}
#index-body .i-tit p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 62px;
  height: 2px;
  background: #000;
  margin-left: -31px;
}
#index-body .i-keywords .bar {
  height: 120px;
  background: url("../images/process.jpg") no-repeat center;
}
#index-body .i-keywords .keybox {
  margin-top: 24px;
}
#index-body .i-keywords .keybox span {
  color: #c20a16;
  margin-right: 4px;
}
#index-body .i-keywords .keybox a {
  color: #000000;
  margin-right: 4px;
}
#index-body .i-keywords .i-search {
  margin-top: 18px;
  position: relative;
}
#index-body .i-keywords .i-search input[type="text"] {
  outline: none;
  color: #b7b7b7;
  padding: 0 45px 0 14px;
  font-size: 13px;
  width: 254px;
  height: 32px;
  line-height: 32px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #9d9d9d;
}
#index-body .i-keywords .i-search button[type="submit"] {
  color: #b7b7b7;
  border: none;
  background: none;
  position: absolute;
  right: 15px;
  top: 5px;
}
#index-body .i-keywords .i-search button[type="submit"] i {
  font-size: 20px;
}
#index-body .i-keywords .i-search ::-webkit-input-placeholder {
  color: #b7b7b7;
}
#index-body .i-keywords .i-search :-moz-placeholder {
  color: #b7b7b7;
}
#index-body .i-keywords .i-search ::-moz-placeholder {
  color: #b7b7b7;
}
#index-body .i-keywords .i-search :-ms-input-placeholder {
  color: #b7b7b7;
}
#index-body .i-product {
  padding: 95px 0 72px;
}
#index-body .i-product .list {
  margin-top: 93px;
}
#index-body .i-product .list li {
  float: left;
  width: 294px;
  border: 2px solid #c0c0c0;
  margin: 0 55px 54px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#index-body .i-product .list li .tit {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#index-body .i-product .list li .tit a {
  display: block;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #665a3c;
}
#index-body .i-product .list li .tit a:hover {
  background: #222;
}
#index-body .i-product .list li .img-box {
  border-bottom: 3px solid #695d3e;
}
#index-body .i-mainBar .mainBar-head {
  height: 207px;
  overflow: hidden;
  padding-top: 40px;
  background: url("../images/mainBar-head-bg.jpg") no-repeat center;
}
#index-body .i-mainBar .mainBar-head .con p {
  color: #fff;
  font-size: 26px;
  font-style: italic;
}
#index-body .i-mainBar .mainBar-head .con p i {
  color: #665a3c;
  font-size: 31px;
  font-style: italic;
}
#index-body .i-mainBar .mainBar-head .con p:last-child {
  margin-left: 476px;
  margin-top: 4px;
}
#index-body .i-mainBar .mainBar-head .list {
  width: 550px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #7e8182;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  margin-top: 10px;
  padding-left: 45px;
}
#index-body .i-mainBar .mainBar-head .list li {
  float: left;
  padding-left: 34px;
  background: url("../images/i-mainBar-gou.png") no-repeat left center;
  margin-right: 57px;
  color: #fff;
  font-size: 18px;
}
#index-body .i-mainBar .mainBar-body {
  height: 1977px;
  overflow: hidden;
  background: url("../images/mainBar-bg.jpg") no-repeat center;
}
#index-body .i-mainBar .mainBar-body .list {
  margin-top: 308px;
}
#index-body .i-mainBar .mainBar-body .list li {
  padding-left: 78px;
  float: left;
}
#index-body .i-mainBar .mainBar-body .list li:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
#index-body .i-mainBar .mainBar-body .list li h3 {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
#index-body .i-mainBar .mainBar-body .list li dl dd {
  margin-bottom: 35px;
  color: #c0c0c0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  padding-left: 29px;
  background: url("../images/mainbar-arr.png") no-repeat left 5px;
}
#index-body .i-mainBar .mainBar-body .list li dl dd i {
  font-size: 16px;
  color: #fff;
}
#index-body .i-mainBar .mainBar-body .list li dl dd:last-child {
  margin-bottom: 0;
}
#index-body .i-mainBar .mainBar-body .list li.li02 {
  margin-top: 110px;
  padding-left: 40px;
  width: 530px;
}
#index-body .i-mainBar .mainBar-body .list li.li03 {
  margin-top: 70px;
}
#index-body .i-mainBar .mainBar-body .list li.li04 {
  margin-top: 70px;
  margin-right: 70px;
}
#index-body .i-mainBar .mainBar-body .list li.li05 {
  margin-top: 154px;
}
#index-body .i-mainBar .mainBar-body .list li.li06 {
  margin-top: 134px;
  margin-right: 44px;
}
#index-body .i-news {
  padding: 48px 0 92px;
}
#index-body .i-news .wrapBox {
  margin-top: 46px;
}
#index-body .i-news .wrapBox a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#index-body .i-news .wrapBox a:hover {
  color: #a39161!important;
}
#index-body .i-news .wrapBox .hotnews {
  width: 448px;
}
#index-body .i-news .wrapBox .hotnews h3 a {
  margin: 20px 0 14px;
  color: #595959;
  font-size: 18px;
}
#index-body .i-news .wrapBox .hotnews p {
  color: #595959;
  line-height: 24px;
}
#index-body .i-news .wrapBox .new-list {
  padding: 10px 0 0 21px;
  width: 470px;
  border-left: 1px solid #cccccc;
}
#index-body .i-news .wrapBox .new-list li {
  margin-bottom: 25px;
  position: relative;
}
#index-body .i-news .wrapBox .new-list li:last-child {
  margin-bottom: 0;
}
#index-body .i-news .wrapBox .new-list li:before {
  content: '';
  position: absolute;
  left: -28px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #cdcdcd;
  z-index: 11;
  background: #fff;
}
#index-body .i-news .wrapBox .new-list li .tit {
  width: 70%;
}
#index-body .i-news .wrapBox .new-list li .tit a {
  color: #595959;
  font-size: 14px;
}
#index-body .i-news .wrapBox .new-list li .date {
  color: #9b9b9b;
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  margin-top: -2px;
}
#index-body .i-about {
  height: 568px;
  overflow: hidden;
  background: url("../images/i-about-bg.jpg") no-repeat center;
  padding-top: 90px;
}
#index-body .i-about .i-about-pic {
  width: 600px;
  position: relative;
  padding-left: 20px;
}
#index-body .i-about .i-about-pic img {
  position: relative;
  z-index: 6;
}
#index-body .i-about .i-about-pic:after {
  content: '';
  position: absolute;
  width: 120%;
  height: 116%;
  background: #fff;
  left: -12px;
  top: -30px;
  z-index: 5;
}
#index-body .i-about .i-about-con {
  width: 393px;
  background: #a39161;
  height: 396px;
  padding: 54px 17px 0 30px;
  color: #fff;
  position: relative;
  z-index: 6;
}
#index-body .i-about .i-about-con h3 {
  font-size: 20px;
}
#index-body .i-about .i-about-con span {
  font-size: 12px;
  display: inline-block;
  margin: 11px 0 12px;
}
#index-body .i-about .i-about-con p {
  font-size: 12px;
  line-height: 25px;
}
#footer {
  height: 306px;
  overflow: hidden;
  background: url("../images/f-bg.jpg") no-repeat center;
  padding-top: 23px;
}
#footer a:hover {
  color: #a39161!important;
}
#footer .f-link {
  text-align: center;
  margin-bottom: 78px;
}
#footer .f-link li {
  display: inline-block;
}
#footer .f-link li a {
  color: #fff;
  margin: 0 32px;
}
#footer .fl-bar img.fl {
  width: 142px;
  margin-top: 13px;
}
#footer .fl-bar p.fl {
  height: 126px;
  border-left: 1px solid #393b40;
  margin-left: 6px;
  padding-left: 25px;
  padding-top: 7px;
}
#footer .fl-bar p.fl a {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 12px;
}
#footer .fr-bar .qr {
  height: 126px;
  line-height: 126px;
  border-left: 1px solid #393b40;
  border-right: 1px solid #393b40;
  padding: 0 32px;
}
#footer .fr-bar .qr img {
  width: 107px;
}
#footer .fr-bar .f-phone {
  padding-top: 63px;
  background: url("../images/f-phone.png") no-repeat center top;
  margin-left: 18px;
  text-align: center;
}
#footer .fr-bar .f-phone span {
  color: #fff;
}
#footer .fr-bar .f-phone em {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 8px;
}
.inner-banner {
    position: relative;
    width: 100%;
    height: 220px;
    background: url(../images/inner-banner.jpg) no-repeat center;
    background-size: cover;
}

.inner-page {
    background: #fff;
    padding-bottom: 70px;
}

.inner-page .bread-crumbs {
    padding: 15px 0;
}

.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
    font-size: 14px;
    color: #444;
}

.inner-page .bread-crumbs a:hover {
    color: #fe9900;
}

.inner-page .sidebar {
    width: 22.5%;
    background: #f4f4f4;
    border: 1px solid #fff;
}

.inner-page .sidebar .side-top .side-tit {
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #FFFFFF;
    padding: 35px 0 15px 20px;
    background: #004169;
}

.inner-page .sidebar .side-top .side-menu {
    padding: 8px 0;
}

.side-contact {
    margin-top: 30px;

}

.side-contact h3 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #FFFFFF;
    padding: 12px 0 12px 20px;
    background: #004169;
    margin-bottom: 30px;
}

.side-contact li {
    margin-bottom: 15px;
    color: #333;
    padding: 0 15px 0 20px;
}

.side-contact li a {
    color: #333;
}

.inner-page .sidebar .side-top .side-menu li a {
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    overflow: hidden;
    position: relative;
    display: block;
    height: 38px;
    line-height: 38px;
    text-indent: 34px;
    color: #555;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #f4f4f4;
    background-image: url(../images/side-arr-h.png);
}

.inner-page .sidebar .side-top .side-menu li .children {
    padding-left: 20px;
}

.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active {
    background-color: #fe9900;
    background-image: url(../images/side-arr.png);
    color: #fff;
    text-indent: 45px;
    background-position: 20px center;
}

.inner-page .sidebar .side-top .side-menu li a:hover:after,
.inner-page .sidebar .side-top .side-menu li a.active:after {
    left: 0;
}

.inner-page .page-right-bar {
    width: 75%;
    padding: 0;
    background: #fff;
}

.inner-page .piclist li {
    float: left;
}

.inner-page .piclist li .litit {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-top: 10px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: uppercase;
}

.inner-page .piclist li .liintro {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
}

.inner-page .piclist li:hover .litit {
    color: #fe9900;
}

.about-page .about-artical img {
    width: auto;
    max-width: 100%;
}

.about-page .about-artical p {
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 15px;
}

.product-page .piclist li {
    margin-right: 3%;
    margin-bottom: 30px;
    width: 31.32%;
}

.i-pro-load-img {
    position: absolute;
    top: 180px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0 0 0 -15px;
    width: 30px;
}

.product-page .piclist li h3 {
    display: block;
    text-align: center;
    color: #333;
    font-size: 15px;
    margin-top: 12px;
}

.prodet-page .product-details .prodet-top-l {
    width: 55%;
}

.prodet-page .product-details .prodet-top-l ul.image-gallery {
    margin-top: 20px;
}

.prodet-page .product-details .prodet-top-l ul.image-gallery li {
    float: left;
    width: 15%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 0;
}

.prodet-page .product-details .prodet-top-r {
    position: relative;
    width: 40%;
}

.prodet-page .product-details .prodet-top-r h1.protit {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.prodet-page .product-details .prodet-top-r .prodetail {
    margin: 20px 0 60px;
    font-size: 14px;
}

.prodet-page .product-details .prodet-top-r .prodetail p {
    line-height: 2em;
}

.prodet-page .product-details .prodet-top-r a.pro-mes {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    color: #fff;
    width: 195px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fe9900;
}

.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
    background: #000;
}

.prodet-page .pro-title {
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #fe9900;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}

.prodet-page .prodet-details {
    margin-top: 50px;
    margin-bottom: 20px;
}

.prodet-page .prodet-details p {
    line-height: 2em;
    font-size: 14px;
}

.news-page .newslist li {
    padding: 0 10px 8px 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.news-page .newslist li .new-l {
    width: 25%;
}

.news-page .newslist li .new-r {
    width: 100%;
}

.news-page .newslist li .new-r h3 {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
    color: #777;
    font-size: 13px;
}

.news-page .newslist li .new-r i.new-update {
    display: block;
    margin: 10px 0;
}

.news-page .newslist li .new-r p.new-abst {
    line-height: 1.8em;
    font-size: 14px;
}

.news-page .newslist li .new-r:hover h3 {
    color: #fe9900;
}

.news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news_date {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}

.news .news_abst {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
}

.news .news_abst p {
    display: inline-block;
}

.news .news_contents {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
}

.news .news_contents a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}

.news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}

.news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}

.news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000000;
}

.news .newsnav {
    margin-bottom: 30px;
    padding-top: 30px;
}

.contact-page {
    padding-top: 0;
}

.contact-page img {
    width: auto;
}

.contact-page .cn-form {
    width: 67%;
    float: left;
    padding: 25px 35px 15px;
}

.contact-page .contact-details {
    background: #fff;
    width: 30%;
    padding: 30px;
    border: 6px solid #f2f2f2;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.contact-page .contact-details h3.contact-title {
    font-family: 'Euphemia';
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
    color: #444;
    padding-bottom: 15px;
}

.contact-page .contact-details .contact-list h5 {
    margin-bottom: 10px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.contact-page .contact-details .contact-list p {
    font-size: 14px;
    line-height: 2em;
}

.contact-page .contact-details .contact-list a {
    color: #333;
}

.contact-page .contact-details .contact-list a:hover {
    color: #0250a9;
}

.lg-page .piclist li {
    cursor: pointer;
    margin-right: 3%;
    margin-bottom: 30px;
    width: 31.32%;
}

.case-page .case-list li {
    margin-bottom: 18px;
    padding: 10px;
    background: #F5F5F5;
}

.case-page .case-list li img {
    float: left;
    width: 30%;
}

.case-page .case-list li .fr {
    width: 65%;
}

.case-page .case-list li .fr h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #fe9900;
    text-transform: uppercase;
    margin: 15px 0 30px;
}

.case-page .case-list li .fr p {
    font-size: 13px;
    color: #222;
    line-height: 1.8em;
}

.cn-form {
    width: 100%;
    height: auto;
    padding: 35px 45px 25px;
    border: 1px solid #dddddd;
    background: #fff;
}

.cn-form p {
    font-size: 18px;
    padding: 10px 0;
    color: #666;
}

.cn-form .formtit {
    margin-bottom: 26px;
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
    background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}

.cn-form li {
    margin-bottom: 13px;
    color: #444;
}

.cn-form li label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.cn-form .btnTjly {
    font-size: 15px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    width: 100%;
    height: 38px;
    background: #fe9900;
    border: none;
    cursor: pointer;
    color: #fff;
}

.cn-form .btnTjly:hover {
    background: #000;
}

.cn-form .m-form-l {
    width: 49%;
}

.cn-form .m-form-l li .iptTxt {
    font-size: 13px;
    padding: 0 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    outline: none;
    background: #fff;
    color: #777;
}

.cn-form .m-form-l li .iptTxt:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}

.cn-form .m-form-l li .txtAre {
    width: 95%;
    height: 383px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 14px;
    color: #ccc;
    line-height: 18px;
}

.cn-form .m-form-r {
    width: 49%;
}

.cn-form .m-form-r textarea {
    height: 247px;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

.cn-form .m-form-r textarea:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}

.cn-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.cn-form .yzm img {
    width: 19.4%;
}

.cn-form .yzm input {
    font-size: 13px;
    padding: 0 15px;
    width: 75.6%;
    border: 1px solid #dedede;
    height: 30px;
    outline: none;
    background: #fff;
    color: #777;
}

::-webkit-input-placeholder {
    color: #777;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
}

:-ms-input-placeholder {
    color: #777;
}

.recommend-product {
    margin: 50px 0;
}

.recommend-product ul li {
    float: left;
    width: 23%;
    margin-left: 2.6%;
}

.recommend-product ul li p {
    color: #222;
    margin-top: 8px;
    text-align: center;
}

.recommend-product ul li:first-child {
    margin-left: 0;
}

.zoom-box {
    position: relative;
}

.zoom-box .pic-zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}

.zoom-box:hover .pic-zoom {
    opacity: 1;
    filter: alpha(opacity=1);
}

.zoom-pic {
    overflow: hidden;
}

.zoom-pic img {
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}

.zoom-pic img:hover {
    transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}

.white-zoom {
    position: relative;
}

.white-zoom:after {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    content: '';
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    top: 50%;
}

@media screen and (min-width: 768px) {
    .around-line > li {
        float: left;
        position: relative;
        cursor: pointer;
    }

    .around-line > li > a {
        color: #fff;
        display: block;
        text-decoration: none;
    }

    .around-line > li:before,
    .around-line > li:after {
        content: '';
        opacity: 0;
        filter: alpha(opacity=0);
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        position: absolute;
    }

    .around-line > li:before {
        top: 0;
        left: 0;
        right: 100%;
        bottom: 100%;
        border-top: 1px solid rgba(0, 148, 217, 0.8);
        border-left: 1px solid rgba(0, 148, 217, 0.8);
    }

    .around-line > li:after {
        right: 0;
        bottom: 0;
        top: 100%;
        left: 100%;
        border-bottom: 1px solid rgba(0, 148, 217, 0.8);
        border-right: 1px solid rgba(0, 148, 217, 0.8);
    }

    .around-line > li:hover:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .around-line > li:hover:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .around-line > li.active:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .around-line > li.active:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.m-page {
    font-family: 'arial';
    text-align: center;
    line-height: 22px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #138bdf;
}

.m-page a,
.m-page span {
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    margin-left: -1px;
    border: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: normal;
    text-shadow: 0 1px #fff;
    background: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}

.m-page a {
    text-decoration: none;
    color: #000;
}

.m-page a:first-child {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.m-page a:last-child {
    margin-right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.m-page a:hover {
    color: #fff;
    background: #fe9900;
}

.m-page a:active {
    background: #fe9900;
}

.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
    cursor: default;
    color: #fff;
    background: #fe9900;
}

.product-page .piclist li .img-box img,
#pic-zoom,
.zoom-pic {
    border: 1px solid #ddd;
}

.product-page .piclist li .img-box:hover img {
    transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}

.product-page .piclist li h3 {
    transition: 0.5s ease;
}

.product-page .piclist li:hover h3 {
    color: #fe9900;
}

.inner-page.faq-page .page-right-bar {
    width: 100%;
    margin-top: 40px;
}

.inner-page.faq-page .faq-list dt {
    padding: 15px 30px;
    background-color: #f4f4f4;
    font-size: 18px;
    cursor: pointer;
    color: #222;
    margin-bottom: 4px;
    transition: 0.5s ease;
}

.inner-page.faq-page .faq-list dt i {
    margin-top: 6px;
}

.inner-page.faq-page .faq-list dt:hover {
    background: #fe9900;
    color: #fff;
}

.inner-page.faq-page .faq-list dt.active {
    color: #fe9900;
}

.inner-page.faq-page .faq-list dd {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    padding: 15px 30px;
    margin-bottom: 3px;
    display: none;
}

.con_det {
    width: 100%;
    margin-bottom: 70px;
}

.con_det .box {
   /* border: 1px solid #ddd;*/
    padding: 10px 0px;
}

.mrgn-btm-md {
    margin-bottom: 3em;
}

.mrgn-btm-sm {
   /* margin-bottom: 2em;*/
}

.tpt-sec-title.mrgn-btm-sm h3 {

    font-size: 24px;
    line-height: 32px;
    text-align: inherit;
    color: #35343d;
    font-weight: 500;
    font-style: normal;
}

.tpt-sec-content p {
    font-size: 14px;
    line-height: 22px;
    text-align: inherit;
    color: #757575;
}

.mrgn-btm-xs {
    margin-bottom: 1em;
}

.contact-icon {
    float: left;
    font-size: 20px;
    width: 35px;
}


.contact-info-sec .c-box{
    float: left;
    width: 33.3333%;
    padding-right: 20px;
}

.contact-info-sec .c-box .c-social a{
    color: #222;
    font-size: 18px;
    margin-right: 10px;
}

.contact-info {
    width: calc(100% - 46px);
    float: left;
}

.contact-info h5, .contact-info h5 > a {
    font-size: 18px;
    line-height: 26px;
    text-align: inherit;
    color: #414a4a;
    font-style: normal;
}

.contact-info a {

    font-size: 14px;
    text-align: inherit;
    color: #757575;
    font-style: normal;
}

.con_new_form {
    float: left;
    width: 64%;
}

.con_new_form .form-group {
    width: 100%;
}

.con_new_form .form-group.short-bar {
    width: 49%;
}

.con_new_form .form-group input,
.con_new_form .form-group textarea {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    color: #999999;
    padding: 10px;
    outline: none;
    width: 100%;
}

.con_new_form .form-group input {
    height: 45px;
}

.con_new_form .form-group textarea {
    height: 182px;
    resize: none;
}

.con_new_form input[type="submit"] {
    background: #fe9900;
    border: 1px solid #fe9900;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 16px;
    transition: 0.5s ease;
}

.con_new_form input[type="submit"]:hover {
    background: none;
    color: #fe9900;
}

.con_new_form ::-webkit-input-placeholder {
    color: #999999;
}

.con_new_form :-moz-placeholder {
    color: #999999;
}

.con_new_form ::-moz-placeholder {
    color: #999999;
}

.con_new_form :-ms-input-placeholder {
    color: #999999;
}

.h-lan{
    margin-left: 40px;
}
.h-lan a{
    margin-left: 10px;
    padding-left: 10px;
    display: inline-block;
    height: 12px;
    border-left: 1px solid #fff;
    vertical-align: middle;
    line-height: 12px;
    font-size: 12px;
}
#map label,
#map img{
	width: auto;
	max-width: none;
}

#banner {
    position:relative;
    height:672px;
    overflow:hidden
}
#banner .mouse-move {
    z-index:999;
    position:absolute;
    left:50%;
    bottom:40px;
    width:26px;
    height:40px;
    margin-left:-13px;
    border:2px solid #fff;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px
}
#banner .mouse-move:after {
    animation:1.5s mouse_move ease infinite;
    content:'';
    position:absolute;
    width:4px;
    height:10px;
    left:50%;
    margin-left:-2px;
    top:11px;
    background:#fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px
}
#banner .arr {
    transition:.5s ease;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    opacity:0;
    filter:alpha(opacity=0);
    position:absolute;
    top:44%;
    z-index:10;
    width:91px;
    height:90px;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer
}
#banner .arr.arr-l {
    left:0;
    background-image:url(../images/b-l-arr.png)
}
#banner .arr.arr-r {
    right:0;
    background-image:url(../images/b-r-arr.png)
}
#banner li {
    display:none;
    background-size:cover;
    position:absolute;
    width:100%;
    height:672px;
    background-position:center;
    background-repeat:no-repeat;
    left:0;
    top:0
}
#banner li a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#banner li .tit {
    text-align:left;
    float:right;
    color:#fff;
    margin-top:238px
}
#banner li .tit h2, #banner li .tit p {
    font-family:impact;
    color:#fff;
    text-transform:uppercase;
    font-size:40px;
    font-weight:lighter
}
#banner li .tit p {
    margin-top:-5px
}
#banner li .tit span {
    font-size:16px;
    display:block
}
#banner li .tit.tit2 {
    margin-top:146px;
    text-align:center;
    float:none
}
#banner li .tit.tit2 h2, #banner li .tit.tit3 h2 {
    margin-bottom:9px
}
#banner li .tit.tit2 h2, #banner li .tit.tit2 span {
    text-transform:uppercase;
    font-family:'impact';
    font-size:46px;
    color:#fff
}
#banner li .tit.tit2 span {
    margin-top:-16px
}
#banner li .tit.tit2 p, #banner li .tit.tit3 p {
    display:none
}
#banner li .tit.tit3 {
    margin-top:84px;
    text-align:center;
    float:none
}
#banner li .tit.tit3 h2 {
    font-size:42px
}
#banner li .tit.tit3 span {
    display:none
}
#banner:hover .arr {
    opacity:1;
    filter:alpha(opacity=100)
}
#banner:hover .arr.arr-l {
    left:6.5%
}
#banner:hover .arr.arr-r {
    right:6.5%
}




#mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 200;
}
#mobile:before {
    content: '';
    width: 100%;
    height: 200%;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
#mobile .m-search {
    padding: 10px 15px;
    background: #0d95e8;
    z-index: 2;
    position: relative;
}
#mobile .m-search form {
    width: 100%;
    padding-right: 50px;
    position: relative;
}
#mobile .m-search form input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    background: url("../images/icon-search-black.png") center left 5px no-repeat white;
    background-size: 14px;
    padding-left: 25px;
    font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
    text-align: center;
    background: #333;
    z-index: 1;
    position: relative;
    line-height: 60px;
    height: 60px;
}
#mobile .m-logo img {
    max-height: 40px;
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
}
#mobile .m-btn {
    position: absolute;
    bottom: 16px;
    left: 15px;
    width: 30px;
    z-index: 2;
    height: 24px;
}
#mobile .m-btn i {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: white;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#mobile .m-btn i.ie1 {
    margin-top: -10px;
}
#mobile .m-btn i.ie3 {
    margin-top: 10px;
}
#mobile .box {
    position: fixed;
    background: white;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 0;
    height: 100%;
    overflow: auto;
    top: 0;
    padding: 25px;
    padding-top: 145px;
}
#mobile .m-nav ul li {
    display: block;
}
#mobile .m-nav ul li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
    background: #eee;
    padding-left: 15px;
}
#mobile .m-nav ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 10px;
}
#mobile .m-nav ul li.children > a:before {
    content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
    content: "\f106";
}
#mobile .m-nav ul li ul {
    display: none;
}
#mobile .m-nav ul li li a {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
}
#mobile .m-nav ul li li a:after {
    content: '-';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
    padding-left: 30px;
}
#mobile .yuy {
    padding: 20px 0;
}
#mobile .yuy h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#mobile .yuy ul li {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    padding-right: 5px;
    border-right: 1px solid #eee;
    margin-bottom: 5px;
}
#mobile .yuy ul li img {
    max-width: 30px;
}
#mobile h6 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
}
#mobile #gotop {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #eee;
    background: white;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: none;
}
#mobile.active .m-btn i {
    margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
    opacity: 0;
}
#mobile.active .m-btn i.ie3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#mobile.active:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#mobile.active .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media screen and (max-width: 970px){
    #banner,.inner-page {
        margin-top: 120px;
    }
    .inner-banner {
        display: none;
    }
    .inner-page {
        padding-top: 40px;
    }

}




@media screen and (max-width:1100px) {
	#banner{
        height: 500px;
    }
    #banner li{
        height: 500px;
    }

    #index-body .i-product .list li{
        width: 30%;
        margin: 0 5% 54px 0;
    }

    #index-body .i-about .i-about-pic{
        width: 60%;
    }
    #index-body .i-about .i-about-con{
        width: 40%;
    }
}


@media screen and (max-width:970px) {
    #header{
        display: none;
    }
    #mobile{
        display: block
    }
    .i-keywords{
        display: none;
    }

    .inner-page .bread-crumbs{
        display: none;
    }


    #index-body .i-mainBar .mainBar-head .con p{
        font-size: 20px;
    }

    #index-body .i-mainBar .mainBar-head .con p i{
        font-size: 20px;
    }


    #index-body .i-mainBar .mainBar-body .list li.li02{
        width: 55%;
    }

    #index-body .i-mainBar .mainBar-body{
        height: auto;
        background-size: 180%;
        background-position: top center;
    }

    #index-body .i-mainBar .mainBar-body .list{
        margin-top: 190px;
    }

    #index-body .i-mainBar .mainBar-body .list li h3{
        font-size: 16px;
        margin-bottom: 15px;
    }
    #index-body .i-mainBar .mainBar-body .list li dl dd{
        font-size: 12px;
        margin-bottom: 15px;
    }

    #index-body .i-mainBar .mainBar-body .list li.li02{
        margin-top: 40px;
    }
    
    #index-body .i-mainBar .mainBar-body .list li.li03{
        margin-top: 20px;
    }

    #index-body .i-mainBar .mainBar-body .list li.li04{
        margin-right: 0;
        margin-top: 15px;
        width: 60%;
    }

    #index-body .i-mainBar .mainBar-body .list li.li05{
        margin-top: 50px;
    }

    #index-body .i-mainBar .mainBar-body .list li.li06{
        margin-top: 75px;
        width: 60%;
        margin-right: 0;
    }

    #index-body .i-about .i-about-pic{
        width: 100%;
    }

    #index-body .i-about .i-about-con{
        width: 100%;
    }

    #index-body .i-about{
        height: auto;
        padding-bottom: 60px;
    }

    #index-body .i-about .i-about-con{
        height: auto;
        padding: 30px 20px;
    }


    #footer{
        height: auto;
        padding-bottom: 30px;
    }



    #footer .fr-bar.fr{
        display: none;
    }

    #footer .fl-bar p.fl{
        height: auto;
    }
    #footer .f-link{
        display: none;
    }

    #index-body .i-about .i-about-pic{
        padding-left: 0;
    }





    .inner-page .sidebar{
        display: none;
    }
    .inner-page .page-right-bar{
        width: auto;
    }
}



@media screen and (max-width:750px) {
    #banner{
        height: 350px;
    }
    #banner li{
        height: 350px;
    }

    #banner .arr{
        display: none;
    }


    #index-body .i-tit h2{
        font-size: 20px;
    }

    #index-body .i-tit p{
        font-size: 24px;
    }

    #index-body .i-product .list{
        margin-top: 30px;
    }


    .i-mainBar{
        display: none;
    }


    .prodet-page .product-details .prodet-top-l{
        width: 100%;
        float: none;
    }
    .prodet-page .product-details .prodet-top-r{
        width: 100%;
        float: none;
    }

    .recommend-product ul li{
        width: 48%;
        margin-top: 20px;
    }

    .recommend-product ul li:nth-child(odd){
        margin-left: 0;
    }

    .cn-form{
        padding: 30px 15px;
    }
    .cn-form .m-form-l{
        width: 100%;
        float: none;
    }
    .cn-form .m-form-r{
        width: 100%;
        float: none;
    }


    .contact-info-sec .c-box{
        width: 49%;
    }
}


@media screen and (max-width:500px) {
    #index-body .i-news .wrapBox .new-list{
        width: auto;
    }

    #index-body .i-product .list li{
        width: 47%;
    }

    #index-body .i-product .list li:nth-child(even){
        margin-right: 0!important;
    }

    .no-mr{
        margin-right: 5%!important;
    }

    #index-body .i-product .list li{
        margin: 0 5% 20px 0;
    }


    #index-body .i-product{
        padding: 60px 0;
    }

    #banner{
        height: 220px;
    }
    #banner li{
        height: 220px;
    }

    #index-body .i-news{
        padding: 40px 0;
    }


    .about-page img{
        display: none;
    }
    .about-page td{
        width: 100%!important;
    }


    .product-page .piclist li{
        width: 46%;
        margin-right: 5%;
    }
    .product-page .piclist li:nth-child(even){
        margin-right: 0!important;
    }



    .lg-page .piclist li{
        width: 46%;
        margin-right: 5%;
    }
    .lg-page .piclist li:nth-child(even){
        margin-right: 0!important;
    }


    .contact-info-sec .c-box{
        width: 100%;
        float: none;
    }   
}