@font-face {
  font-family: 'minion-pro';
  src: url(../fonts/minion-pro.ttf) format('truetype'), url(../fonts/minion-pro.eot) format('eot'), url(../fonts/minion-pro.woff) format('woff'), url(../fonts/minion-pro.woff2) format('woff2');
}
@font-face {
  font-family: 'wxxbs';
  src: url(../fonts/wxxbs.ttf) format('truetype');
}
body {
  overflow-x: hidden;
  font-family: Arial; font-size:14px;
}
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;
}

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 {
	 margin:0; padding:0;
}
.scroll-box ul li {
  float: left; margin:0; padding:0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
.grid.kep {
  margin: 0!important;
}
.grid.kep > .column {
  padding: 0!important;
}
i.icon {
  margin-right: 0!important;
}
#header {
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
  padding-left: 2.5%;
  background: #fff;
}
#header .nav {
  height: 94px;
  position: relative;
}
#header .nav .menu-box .menu > li {
  float: left;
  position: relative;
  line-height: 94px;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #444444;
  display: block;
  position: relative;
  padding: 0 44px;
}
#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {
  background: #005dcf;
  color: #fff;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #005dcf;
  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: 16px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .h-lan {
  position: relative;
  padding: 0;
}
#header .nav .h-lan span.now {
  display: block;
  color: #666666;
  cursor: pointer;
  font-size: 16px;
}
#header .nav .h-lan span.now .icon {
  margin-right: 16px!important;
  font-size: 18px;
}
#header .nav .h-lan .lan-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #121010;
  padding: 2px 20px;
  width: 120px;
  z-index: 20;
  display: none;
}
#header .nav .h-lan .lan-list li {
  margin: 15px 0;
}
#header .nav .h-lan .lan-list li a {
  color: #fff; font-size:16px;
}
#header .nav .h-search {
  background: #005dcf;
  width: 94px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-size: 20px;
  margin-left: 34px!important;
}
#header .nav .h-search:hover {
  background: #000;
}
#header .nav .h-search .icon {
  margin: 0 auto!important;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.logo img{ max-height:60px;}
#banner,
.inner-banner {
  margin-top: 94px;
}
#banner{
  position: relative;
}
#inner-canvas {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    z-index: 100;
}
#banner #wowslider-container1 .ws-title {
  z-index: 111;
  left: 16.6%;
  top: 29.3%;
  color: #fff;
  width: 435px!important;
  padding: 38px 48px 38px 56px;
  background: rgba(0, 0, 0, 0.1);
}
#banner #wowslider-container1 .ws-title h2,
#banner #wowslider-container1 .ws-title p,
#banner #wowslider-container1 .ws-title a {
  color: #fff;
}
#banner #wowslider-container1 .ws-title h2 {
  font-size: 48px;
  font-family: wxxbs;
}
#banner #wowslider-container1 .ws-title p {
  font-size: 15px;
  line-height: 28px;
  text-shadow: 1px 1px 3px #000;
  -webkit-text-shadow: 1px 1px 3px #000;
  -moz-text-shadow: 1px 1px 3px #000;
  -ms-text-shadow: 1px 1px 3px #000;
  -o-text-shadow: 1px 1px 3px #000;
  filter: Shadow(Color=#000, Direction=0, Strength=3px);
  filter: dropshadow(OffX=1px, OffY=1px, Color=#000, Positive='true');
  margin: 17px 0 55px;
}
.i-more {
  display: block;
  width: 150px;
  line-height: 40px!important;
  background: #005dcf;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.i-more:hover {
  background: #000;
  color: #fff;
}
#index-body .i-tit {
  text-align: center;
}
#index-body .i-tit h2 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
#index-body .i-tit h2 span {
  color: #005dcf;
}
#index-body .i-tit p {
  color: #444444;
  position: relative;
  padding-bottom: 16px;
  margin-top: 13px;
}
#index-body .i-tit p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 44px;
  height: 2px;
  background: #005dcf;
  margin-left: -22px;
}
#index-body .i-product {
  padding: 84px 32px 124px;
 
}
#index-body .i-product .scroll-box {
  margin-top: 53px;
}
#index-body .i-product .scroll-box li {
 
  margin-right: 24px;
}
#index-body .i-product .scroll-box li .con-box > a {
  display: block;
  text-align: center;
  padding: 41px 0 34px;
  background: #fff;
}
#index-body .i-product .scroll-box li .con-box > a .tit {
  color: #444444;
  font-size: 16px;
  position: relative;
}
#index-body .i-product .scroll-box li .con-box > a .tit span {
  display: inline-block;
  padding: 0 14px;
  background: #fff;
  position: relative;
  z-index: 10;
}
#index-body .i-product .scroll-box li .con-box > a .tit:after {
  top: 46%;
  content: '';
  position: absolute;
  left: 50%;
  width: 170px;
  margin-left: -85px;
  height: 1px;
  background: #999999;
}
#index-body .i-product .scroll-box li .con-box > a .sub-tit {
  color: #999999;
  font-size: 14px;
  margin-top: 7px;
}
#index-body .i-product .scroll-box li .con-box > a,
#index-body .i-product .scroll-box li .con-box > a .tit,
#index-body .i-product .scroll-box li .con-box > a .tit:after,
#index-body .i-product .scroll-box li .con-box > a .sub-tit {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-product .scroll-box li .con-box > a:hover {
  background: #005dcf;
}
#index-body .i-product .scroll-box li .con-box > a:hover .tit {
  color: #fff;
}
#index-body .i-product .scroll-box li .con-box > a:hover .tit span {
  background: #005dcf;
}
#index-body .i-product .scroll-box li .con-box > a:hover .tit:after {
  background: #fff;
}
#index-body .i-product .scroll-box li .con-box > a:hover .sub-tit {
  color: #fff;
}
#index-body .i-about {
  padding-top: 80px;
 
}
#index-body .i-about .i-tit h2,
#index-body .i-about .i-tit p {
  color: #fff;
}
#index-body .i-about .i-tit p:after {
  background: #fff;
}
#index-body .i-about .a-box {
  margin-top: 63px!important;
}
#index-body .i-about .a-box .a-pic,
#index-body .i-about .a-box .a-con {
  height: 457px;
  overflow: hidden;
}
#index-body .i-about .a-box .a-pic {
  background: url("../images/i-about-pic.jpg") no-repeat center;
}
#index-body .i-about .a-box .a-con {
  padding: 60px 50px 0 40px!important;
  background: #fff;
}
#index-body .i-about .a-box .a-con .a-tit {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
#index-body .i-about .a-box .a-con .a-intro {
  margin: 35px 0 16px;
  height: 242px;
  overflow: hidden;
}
#index-body .i-about .a-box .a-con .a-intro p {
  color: #444444;
  line-height: 26px;
  margin-bottom: 17px;
}
#index-body .i-advantage {
  padding: 94px 0 100px;
  background: #fafafc;
}
#index-body .i-factory .scroll-box li img {
  width: 100%;
}
#index-body .i-factory .factory-bot {
  height: 122px;
  background: #fafafc;
}
#index-body .i-factory .factory-bot .txt {
  color: #333333;
  font-size: 16px;
}
#index-body .i-news {
  padding: 90px 0 100px;
}
#index-body .i-news .new-list {
  margin-top: 74px!important;
}
#index-body .i-news .new-list > .column {
  padding: 28px 0!important;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-news .new-list > .column:nth-child(odd){ padding-right:15px !important;}
#index-body .i-news .new-list > .column:nth-child(even){ padding-left:15px !important;}
#index-body .i-news .new-list > .column .date {
  color: #666666;
}
#index-body .i-news .new-list > .column .tit {
  font-size: 16px;
  font-weight: bold;
  margin: 11px 0 22px;
}
#index-body .i-news .new-list > .column .tit a {
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .i-news .new-list > .column .tit a:hover {
  color: #0f6ec7;
}
#index-body .i-news .new-list > .column .abst {
  color: #666666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.advan-list {
  margin-top: 90px;
  position: relative;
}
.advan-list .icon.chevron {
  background: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-size: 16px;
  cursor: pointer;
  color: #282737;
  position: absolute;
  right: -98px;
  width: 45px;
  height: 53px;
  border: 1px solid #e4e4e4;
  line-height: 53px;
  text-align: center;
}
.advan-list .icon.chevron.up {
  top: 36.8%;
}
.advan-list .icon.chevron.down {
  top: 48%;
}
.advan-list .icon.chevron:hover {
  background: #005dcf;
  color: #fff;
}
.advan-list .scroll-box {
  height: 605px;
}
.advan-list .scroll-box ul {
  width: auto;
  height: 9999px;
}
.advan-list .scroll-box ul li {
  padding-bottom: 37px;
  margin-bottom: 61px;
  float: none;
  border-bottom: 1px dashed #cfcfcf;
}
.advan-list .scroll-box ul li .num {
  padding-top: 24px;
  width: 14.35%;
  text-align: center;
  position: relative;
}
.advan-list .scroll-box ul li .num span {
  color: #0f6ec7;
  font-size: 60px;
  display: inline-block;
  margin-bottom: 7px;
  height: 50px;
  line-height: 50px;
}
.advan-list .scroll-box ul li .num i {
  color: #999999;
  font-size: 24px;
  font-family: minion-pro;
}
.advan-list .scroll-box ul li .num:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 123px;
  background: #cbcbcb;
}
.advan-list .scroll-box ul li .con {
  width: 68.8%;
  padding: 23px 4.8% 0 4.8%;
}
.advan-list .scroll-box ul li .con h3 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.advan-list .scroll-box ul li .con p {
  color: #666666;
  line-height: 25px;
  margin-top: 15px;
}
.advan-list .scroll-box ul li .img-box {
  width: 16.85%;
}
#footer a:hover {
  color: #0f6ec7!important;
}
#footer .f-top {
  height: 61px;
  background: #3a3a3a;
}
#footer .f-top p.left {
  font-size: 18px;
  color: #fff;
}
#footer .f-top p.left span {
  color: #005dcf;
  font-size: 20px;
  font-weight: bold;
}
#footer .f-top .f-social a {
  margin-left: 6px;
  color: #000;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
}
#footer .f-mid {
  padding: 71px 0 24px;
  background: #2f2f2f;
  border-bottom: 1px solid #373737;
}
#footer .f-mid .f-bar .f-tit {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 35px;
}
#footer .f-mid .f-bar .f-list li {
  margin-bottom: 17px;
}
#footer .f-mid .f-bar .f-list li,
#footer .f-mid .f-bar .f-list li a {
  color: #9f9f9f;
}
#footer .f-mid .f-bar.f-qr img {
  width: 196px;
}
#footer .f-bot {
  height: 60px;
  background: #2f2f2f;
  border-top: 1px solid #282828;
}
#footer .f-bot a {
  color: #9f9f9f;
}
#footer .f-bot .f-cp a:last-child {
  margin-left: 20px;
}
.inner-banner {
  height: 489px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/inner-banner.jpg");
  background-size: cover;
}
.sideBar {
  height: 75px;
  background: #fff;
  border-top: 1px solid #e5e5e5!important;
  border-bottom: 1px solid #e5e5e5!important;
}
.sideBar .side-menu li {
  margin-right: 60px;
}
.sideBar .side-menu li:last-child {
  margin-right: 0;
}
.sideBar .side-menu li a {
  color: #333333;
  font-size: 16px;
}
.sideBar .side-menu li a:hover,
.sideBar .side-menu li a.active {
  color: #005dcf;
}
.sideBar .bread-crumbs,
.sideBar .bread-crumbs a,
.sideBar .bread-crumbs span,
.sideBar .bread-crumbs i {
  font-size: 16px;
  color: #333333;
}
.sideBar .bread-crumbs a:hover {
  color: #005dcf;
}
.sideBar .bread-crumbs .icon {
  font-size: 12px;
  margin: 0 8px!important;
}
.about-page .about-profile {
  padding: 80px 0 176px;
}
.about-page .about-profile h2 {
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 52px;
}
.about-page .about-profile p {
  color: #333333;
  line-height: 26px;
  margin-bottom: 7px;
}
.about-page .about-profile .flbox {
  margin-bottom: 38px;
}
.about-page .about-profile .flbox div.fl {
  width: 50%;
  padding-right: 5%;
}
.about-page .about-profile .flbox img.fr {
  width: 50%;
  margin-top: 11px;
}
.about-page .advan-list {
  margin: 70px 0 34px;
  display: none!important;
}
.about-page .advan-list .icon.chevron{
  display: none;
}
.about-page .qiyeyoushi .advan-list {
  display: block!important;
}
.about-page .advan-list .scroll-box {
  height: auto;
}
.about-page .advan-list .scroll-box ul {
  height: auto;
}
.product-page {
  padding-top: 94px;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #005dcf;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #222;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
.newdetside.sideBar .bread-crumbs span,
.newdetside.sideBar .bread-crumbs .icon:last-of-type{
	display: none;
}
.product-page .bread-crumbs {
  float: right;
  line-height: 1.5;
  margin-right: 62px;
}
.product-page .bread-crumbs a,
.product-page .bread-crumbs span {
  font-size: 14px;
  color: #333333;
}
.product-page .bread-crumbs a:hover {
  color: #005dcf;
}
.product-page .bread-crumbs .icon {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 12px;
  color: #333333;
  margin: 0 8px!important;
}
.inner-page .inner-product .slider {
  background: #f7f8fc;
  padding: 65px 20px 0 25%;
  height: 82.4%;
}
.inner-page .inner-product .slider h2 {
  font-size: 20px;
  background: url("../images/p_03.png") no-repeat left center;
  padding-left: 41px;
  color: #262626;
  margin-bottom: 62px;
}
.inner-page .inner-product .slider .menu-slider li {
  margin-bottom: 27px;
}
.inner-page .inner-product .slider .menu-slider li a {
  font-size: 14px;
  color: #262626;
  display: block;
}
.inner-page .inner-product .slider .menu-slider li a:hover {
  color: #005dcf;
  padding-left: 5px;
}
.inner-page .inner-product .slider-contact {
  background: #000000;
  color: #ffffff;
  padding: 30px 30px 10px;
  height: 19.3%;
}
.inner-page .inner-product .slider-contact p {
  line-height: 25px;
}
.inner-page .inner-product .slider-contact p a {
  color: #fff;
}
.inner-page .inner-product .pro-list {
  padding-left: 20px;
  padding-top: 58px!important;
}
.inner-page .inner-product .pro-list .page-heading {
  font-size: 14px;
  float: left;
  background: url("../images/slt.png") no-repeat left;
  padding-left: 30px;
  color: #262626;
  height: 19px;
  line-height: 19px;
}
.proImg img {
  width: 100%;
}
.inner-page .inner-product .pro-list ul li {
  width: 25%;
  float: left;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 20px;
}
.inner-page .inner-product .pro-list ul li img {
  width: 100%;
  margin: 0 auto;
}
.inner-page .inner-product .pro-list ul li p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.inner-page .inner-product .pro-list ul li p a {
  color: #333333;
  line-height: 30px;
}
.prodet-page .inner-box {
  padding: 62px 0 56px;
  background: #fafafc;
}
.prodet-page .inner-box .prodet-pic {
  border: 1px solid #f1f1f1;
  background: #fff;
}
.prodet-page .inner-box .prodet-pic img {
  width: 100%;
}
.prodet-page .inner-box .prodet-box-one {
  padding-left: 48px!important;
}
.prodet-page .inner-box .prodet-box-one .protit {
  margin-top: 17px;
  color: #262626;
  font-size: 24px;
  padding: 0 0 26px 35px;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .inner-box .prodet-box-one .detBox {
  margin: 60px 0 65px;
}
.prodet-page .inner-box .prodet-box-one .detBox img {
  margin: 0 auto;
}
.prodet-page .inner-box .prodet-box-one .link-box a {
  margin-left: 20px;
  display: inline-block;
  width: 29.6%;
  line-height: 43px;
  background: #0f6ec7;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.prodet-page .inner-box .prodet-box-one .link-box a:hover {
  background: #000;
}
.prodet-page .prodet-bot .tit {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.prodet-page .prodet-bot .tit h3 {
  line-height: 77px;
  color: #333333;
  font-size: 16px;
}
.prodet-page .prodet-bot .detBox {
  padding: 55px 0;
}
.lg-page .inner-box {
  padding: 70px 0 119px;
}
.lg-page .inner-box .grid.three > .column {
  text-align: center;
  margin-bottom: 30px!important;
}
.lg-page .inner-box .grid.three > .column h3 {
  color: #333333;
  font-size: 16px;
  margin-top: 25px;
}
.news-page .inner-box {
  padding: 70px 0 150px;
}
.news-page .inner-box .new-list li {
  padding-bottom: 31px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5; overflow:hidden;
}
.news-page .inner-box .new-list li .tit {
  font-size: 16px;
}
.news-page .inner-box .new-list li .tit a {
  color: #333333;
}
.news-page .inner-box .new-list li .tit a:hover {
  color: #005dcf;
}
.news-page .inner-box .new-list li .tit .date {
  color: #666666;
}
.news-page .inner-box .new-list li .abst {
  color: #666666;
  line-height: 28px;
  margin-top: 23px;
}
.newdet-page .news {
  padding: 70px 0 84px;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #333;
}
.newdet-page .news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.newdet-page .news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.news_contents p{ text-indent:2em; margin-bottom:15px;}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page .inner-box {
  padding: 60px 0 70px;
  background: #fafafc;
}
.contact-page .inner-box .c-list {
  padding-left: 6.9%!important;
}
.contact-page .inner-box .c-list h3 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.contact-page .inner-box .c-list .add {
  color: #333333;
  margin: 34px 0 40px;
}
.contact-page .inner-box .c-list li {
  margin-bottom: 15px;
  color: #333333;
}
.contact-page .inner-box .c-list li .icon {
  margin-right: 18px!important;
}
.contact-page .inner-box .c-list .c-social {
  margin-top: 26px;
}
.contact-page .inner-box .c-list .c-social a {
  margin-right: 8px;
  color: #fff;
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: #cacaca;
}
.prodetFeedback {
  padding: 92px 0 137px;
  background: #fff;
}
.prodetFeedback .innerTit {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.prodetFeedback .ptForm {
  margin-top: 82px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #333333;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #0f6ec7;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 44px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #0f6ec7;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-size: 16px;
  width: 251px;
  height: 46px;
  border: none;
  background: #0f6ec7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.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: #e6212a;
  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 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  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: 237px;
  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 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  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 {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  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,
.m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #2d5fde;
}
.m-page a:active {
  background: #2d5fde;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #2d5fde;
}
.inner-box.qiyewenhua{
	padding: 50px 0 80px;
}
.inner-box.qiyewenhua p{
	line-height: 2em;
}
.pro-list.wide.column{
  margin-left: 18.75%!important;
}
#pro-side-menu.slider-top.wide.column{
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 94px;
  z-index: 100;
  height: 100%;
  padding-left: 0;
}

#t-ban{ margin-top:94px;}
 .top-ban {width: 100%;height: 100%;}
 
.swiper-slide img{ width: 100%;height: auto !important; vertical-align:middle;}

/*首页-最新产品区域*/

.title-01{ text-align: center; padding-top: 50px;}
.title-01 h2{color: #2e2949; font-size: 20px; margin-bottom: 10px;}
.title-01 h3{font-size: 14px; color: #999;}
#sy-cplist{ padding: 50px 0; text-align: center;}
.sy-cpbox{ background:#ccc; padding:5px;}
.sy-cpbox p{ height: 30px; margin-top: 10px; overflow: hidden; line-height: 30px; margin-bottom:7px; color:#000;}
.sy-cpbox .cp-img img{ width: 100%; height: auto; max-width: 100%;}
.swiper-container-horizontal>.swiper-pagination{ bottom: 15px;}
a.cp-gd{  display:block;*zoom:1; line-height:34px; text-align: center; width: 110px; margin: 0 auto; border:1px solid #19c327; color:#19c327;}
.swiper-wrapper .swiper-slide a:hover .sy-cpbox{ background:#f00; color:#fff;}
.sy-cpbox:hover{ background:#005dcf !important;}
.sy-cpbox:hover p{ color:#fff;}
/*首页-最新产品结束*/
.a-box{    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);}
.n-img{ width:40%; float:left; margin-right:10PX;}


@media screen and (max-width: 1400px) {
	#header{padding-left: 0;}
	#header .nav .menu-box .menu > li > a{padding: 0 30px;}
	#header .nav .h-search{margin-left: 20px !important; }
	
}
@media screen and (max-width: 1200px) {
	#header{padding-left: 0;}
	#header .nav .menu-box .menu > li > a{padding: 0 15px;}
	#header .nav .h-search{margin-left: 20px !important; }
	
}
@media screen and (max-width: 1000px) {
	#header{display:none;}
	
}

.iconfont {
  font-family: 'iconfont';
}
@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot');/* IE9*/
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  url('fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('fonts/iconfont.svg#iconfont') format('svg');/* iOS 4.1- */
}

/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 10px 0;
  border-right: 1px solid #666;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .phonefooternav {
    display: block;
  }
  #footer{ margin-bottom:90px;}
  .ui[class*="two column"].grid>.column:not(.row), .ui[class*="two column"].grid>.row>.column{ width:100%;}
  #index-body .i-news .new-list > .column:nth-child(odd){ padding-right:0 !important;}
  #index-body .i-news .new-list > .column:nth-child(even){ padding-left:0 !important;}
  
  .n-img{ width:100%; margin-bottom:15px;}
}
@media (max-width: 480px) {
  .phonefooternav ul li {
    padding: 5px 0px;
  }
  .phonefooternav ul li a i {
    padding: 5px 0px;
  }
  #footer{ margin-bottom:71px;}
 .ui.menu{ flex-direction:column; text-align:center; display:block;}
 .ui.menu .item{ width:100%;text-align:center;display:block;justify-content: center;align-items: center}
 .ui.menu .item a{ display:block;}
 .ui.menu .right.item{ flex:0;}
 #footer .f-bot .f-cp{ display:none;}
 #footer .f-bot .f-cp a:last-child{ margin-left:0; display:none;}
 #footer .f-bot{ height:auto;}
 .ui[class*="four column"].grid>.column:not(.row), .ui[class*="four column"].grid>.row>.column{ width:100%;}
 #footer .f-mid .f-bar.f-qr img{ float:left !important;}
 .f-qr{ text-align:left !important;}
 #index-body .i-about .a-box .a-pic{ height:300px;}
  #index-body .i-about .a-box .a-con{ height:640px;padding: 40px 30px 0 30px!important;}
  #index-body .i-about .a-box .a-con .a-intro{ height:auto;}
}

.mheader{ display:none;}
@media screen and (max-width: 1000px){
	#t-ban{ margin-top:0;}
.sm-clear{clear:both;}
.layui-fluid,.layui-container{padding: 0}
.layui-fluid,.layui-row{overflow: hidden;}

/*head开始*/
.mheader{position:relative;z-index:1000; display:block;}
.mheader .logo{position:relative;z-index:1000;padding:10px 0;background-color:#ffffff; left:0;}
.mheader .logo img{height:40px;margin-left:12px;}
.mheader .top-more{position:absolute;top:20px;right:12px;z-index:1002;}
.mheader .top-more img{width:30px;}
.mainnav{
	position: absolute;
	background-color:#464646;
	width: 100%;
	z-index: 999;
	padding-top: 10px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	top:-320px;
	margin-left:0;
}
.show {
	top:60px;
	overflow: hidden; padding-bottom:20px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.mainnav ul{padding:0 10px;}
.mainnav li{text-align:left;width: 100%;}
.mainnav li{}
.mainnav li.on{border-bottom: 2px solid #116ec0;}
.mainnav li span{
	background-position: right center;
	background-repeat:no-repeat; display:block; padding-left:20px;border-bottom:1px solid #666; line-height:50px; 
	font-size: 16px;
	color:#ffffff;
}

.mainnav .language:hover span{
	background-image:url(../images/jiao-w.png);
	padding-right:12px;
	color:#ffffff;
}
.mainnav .language .home{margin-right:40px;width:80px;display:inline-block;}
.mainnav .column2{
	background-color:#464646;
	border-top:2px solid #116ec0;
	width:150px;
	display: none;
	margin:10px 0 0 15px;
	padding:0 0;
	box-shadow: 0 1px 4px 1px #333333;
	-o-box-shadow: 0 1px 4px 1px #333333;
	-webkit-box-shadow: 0 1px 4px 1px #333333;
	-moz-box-shadow: 0 1px 4px 1px #333333;
	-ms-box-shadow: 0 1px 4px 1px #333333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter:" progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#333333')";
}
.mainnav .column2 li{
	text-align:center;
	border-bottom:1px solid #505050;
	padding: 12px 0px;
}
.mainnav .column2 li a{font-size:14px;color:#ffffff;}
.mainnav > ul > li:hover .column2{display: block;}
.mainnav .pro-column{width:180px;}


}



.icon-language{ position: absolute;    top: 16px; right: 55px; z-index:999999999999999999;}
.icon-language img{ width:28px;}
.language-txt{background: #000;height: 40px; line-height: 40px; display: none;}
.language-txt a{color: #fff;display: inline-block; width: 49%; text-align: center;}
.language-txt a:active{ background: #000; color: #fff;}

.ny_banner_box{
    line-height:0; margin-top:94px;
}
.ny_banner_box>a{
    display:inline-block;
    width:100%;
    height:600px;
    overflow: hidden;
    position: relative;
}
.ny_banner_box>a>img{
    position: absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:600px;
    max-width:1920px;
}
@media (max-width:1300px){
    .ny_banner_box>a{
        display:inline-block;
        width:100%;
        height:auto;
        overflow: hidden;
        position: static;
    }
    .ny_banner_box>a>img{
        position: static;
        left:0;
        transform: translate(0,0);
        width:auto;
        height:auto;
        max-width:100%;
    }
}
@media (max-width:1000px){
.ny_banner_box{
    line-height:0; margin-top:0px;
}
}


.i-product *{ box-sizing:border-box;}
#product .swiper-button-prev{
	left:15PX;
;
	width:28px;
	height:58px;
	background:url(../images/lyzjt.png) left center no-repeat;
}
#product .swiper-button-next{
	right:15PX;
	
	width:28px;
	height:58px;
	background:url(../images/lyyjt.png) right center no-repeat;
}

.title {
  font-size: 30px;
  color: #333333;
  line-height: 28px;
  text-align: center;letter-spacing: 18px;
}
.title small {
  display: block;
  font-size: 14px;
  color: #999999;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
}
.title:after {
  content: '';
  border-bottom: 2px solid #005dcf;
  width: 65px;
  display: block;
  margin: 8px auto 0;
}
.title02 {
  font-size: 30px;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.title02 small {
  display: block;
  font-size: 14px;
  color: #999999;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
}
.title02:after {
  content: '';
  border-bottom: 2px solid #005dcf;
  width: 65px;
  display: block;
  margin: 8px auto 0;
}


.i-about:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init-3-r-bg.png") no-repeat right top 50px;
  z-index: -1;
}
.i-about:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init-3-l-bg.png") no-repeat left bottom 25px;
  z-index: -1;
}


.inda_title{ text-align:center; color:#757575; font-size:16px;}
.inda_title span{ font-size:36px; color:#211915;}
.inda_title p{ color:#333333;  padding-bottom:0.4rem; padding-top:0.4rem; }


.kg {
    width: 97%;
    margin: 0 auto;
    max-width: 1530px;
}
.index_bgb{ background:url(../images/index_bgb.jpg) no-repeat center; width:100%; height:821px;}
.syabo_bg{ padding-top:165px; background:url(../images/syabo_bg.png) no-repeat left bottom; width:100%; padding-left:2%; padding-bottom:2%;}
.syabo_nr{ background:rgba(255,255,255,1); padding-right:3%; width:100%;}
.syabo_nr img{ float:left; display:block; }
.syabo_bt{ padding-top:3%; color:#211915; font-size:30px;}
.syabo_bt p{font-size:36px; line-height:2;}
.syabo_wbnr{ padding-top:2%; color:#464646; line-height:30px; font-size:16px; text-indent:2em;}
.syabo_more{ float:right; width:100px; height:36px; margin-top:4%;}
.syabo_more a{ display:block; background:url(../images/more.png) no-repeat;width:100px; height:36px;transition-delay: 0s; transition-duration: 0.3s; transition-property: all; transition-timing-function: ease;}
.syabo_more a:hover{ background:url(../images/moreb.png) no-repeat;transition-delay: 0s; transition-duration: 0.3s; transition-property: all; transition-timing-function: ease;}




.news ul{
	display:flex;
	justify-content:space-between;
	padding:30px 0px 0px;
}
.news ul li{
	width:31%;
}
.news ul li a{
	display:block; 
	color:rgba(0,0,0,.9);
	background:#fff;
	transition:.3s;
}
.news ul li a span{
	padding:20px;
	display:block; background:#f7f7f7;
}
.news ul li a h4{
	font-size:18px;
	line-height:30px;
}
.news ul li a p{
	color:#808080;
	font-size:16px;
	line-height:24px;
	font-family:arial;
	transition:.3s;
}
.news ul li a small{
	display:block;
	color:#808080;
	font-size:14px;
	line-height:24px;
	padding:10px 0px 0;
	transition:.3s;
}
/*.news ul li a:hover{
	color:#005dcf;
}
.news ul li a:hover p{
	color:#005dcf;
}
.news ul li a:hover small{
	color:#005dcf;
}*/
.news ul li a big{
	display:block;
	overflow:hidden;
}
.news ul li a big img{
	transition:1s;
}
.news ul li a:hover big img{
	transform:scale(1.1);
}
@media (max-width:992px) {
	.news{
		padding:30px 0px;
	}
	.news ul{
		display:flex;
		justify-content:space-between;
		padding:20px 0px 0px;
	}
	.news ul li{
		width:32%;
	}
	.news ul li a h4{
		font-size:1.6rem;
		line-height:20px;
		margin:0;
	}
	.news ul li a p{
		margin:5px 0px 0px;
	}
	.news ul li a small{
		line-height:20px;
		padding:5px 0px 0;
	}
	.news ul li a span{
		padding:10px 0px 0px;
		display:block;
	}
}
@media (max-width:768px) {
	.news{
		padding:20px 0px;
	}
	.news ul{
		padding:10px 0px 0px;
	}
	.news ul{
		flex-wrap:wrap;
	}
	.news ul li{
		width:100%;
		margin-bottom:15px;
	}
}








.ui.container {
    padding: 0 15px;
    position: relative;
    width: 1560px;
}

#index-body .init-4 {
  padding: 80px 0 50px;
  display: inline-block;
  width: 100%;
}
#index-body .init-4 .content {
  padding-top: 35px;
}
#index-body .init-4 .content ul {
  margin: 0 -12px;
}
#index-body .init-4 .content ul li {
  width: 33.3333%;
  float: left;
  padding: 0 12px;
}
#index-body .init-4 .content ul li .box .box1 {
  position: relative;
  padding-bottom: 10px;
}
#index-body .init-4 .content ul li .box .box1 a {
  display: block;
}
#index-body .init-4 .content ul li .box .box1 time {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: inline-block;
  background: #f14e13;
  color: white;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 5px 10px;
}
#index-body .init-4 .content ul li .box .box1 time em {
  display: block;
  font-size: 14px;
  border-top: 1px solid white;
}
#index-body .init-4 .content ul li .box .box1 time:after {
  content: '';
  border-top: 5px #942d0b solid;
  border-right: 5px #942d0b solid;
  display: block;
  border-left: transparent 5px solid;
  border-bottom: transparent 5px solid;
  position: absolute;
  bottom: 0;
  left: -10px;
}
#index-body .init-4 .content ul li .box .box2 h3 {
  color: #333333;
  line-height: 27px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px 0 5px;
  font-weight: bold;
}
#index-body .init-4 .content ul li .box .box2 h3:hover {
  color: #f14e13;
}
#index-body .init-4 .content ul li .box .box2 p {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
#index-body .init-4 .content ul li .box .box2 a.more {
  color: #ed501d;
  line-height: 27px;
  font-size: 12px;
  margin-top: 10px;
  display: block;
}

#footer .footer-top {
  display: inline-block;
  width: 100%;
}
#footer .footer-top ul li {
  width: 20%;
  float: left;
}
#footer .footer-top ul li dl dt {
  font-size: 18px;
  color: white;
  padding-bottom: 25px;
}
#footer .footer-top ul li dl dd {
  font-size: 14px;
  line-height: 32px;
  color: white;
  position: relative;
  padding-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top ul li dl dd i {
  color: #f14e13;
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 14px;
}
#footer .footer-top ul li dl dd:hover {
  color: #f14e13;
}
#footer .footer-top ul li:first-child {
  width: 40%;
}
#footer .footer-top ul li:last-child dd {
  padding-top: 10px;
  padding-left: 0;
}
#footer .footer-bottom {
  padding: 40px 0 15px;
}
#footer .footer-bottom p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: white;
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p a:hover {
  color: #f14e13;
}
#footer .footer-bottom img {
  float: right;
  position: relative;
  top: -5px;
  cursor: pointer;
  cursor: hand;
}

.newstop{ position:relative;}

time {
  position: absolute;
  bottom: -10px;
  left: 20px;
  display: inline-block;
  background: #f21313;
  color: white;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 5px 10px;
}
time em {
  display: block;
  font-size: 14px;
  border-top: 1px solid white;
}
time:after {
  content: '';
  border-top: 5px #942d0b solid;
  border-right: 5px #942d0b solid;
  display: block;
  border-left: transparent 5px solid;
  border-bottom: transparent 5px solid;
  position: absolute;
  bottom: 0;
  left: -10px;
}



#footer {
  background: #242424;
  color: #fff;
  font-size: 14px;
}
#footer .container {
  position: relative;
  padding: 50px 0;
}
#footer .contact-us {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.25rem;
  margin-top: -0.29rem;
  font-size: 16px;
  height: 0.58rem;
  line-height: 0.58rem;
  color: #fff;
  text-align: center;
  background-color: #f63c2f;
  width: 2.5rem;
  border-radius: 0.29rem;
  -webkit-border-radius: 0.29rem;
  -moz-border-radius: 0.29rem;
  -ms-border-radius: 0.29rem;
  -o-border-radius: 0.29rem;
  background-image: url(../images/phone-ico.png);
  background-repeat: no-repeat;
  background-position: 40px center;
}
#footer .share {
  position: absolute;
  right: 4%;
  top: 0;
  margin-top: -17px;
}
#footer .share a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 14px;
  line-height: 38px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
#footer .share a .fa {
  color: #f63c2f;
  font-size: 20px;
}
#footer .share a:hover {
  background: #f63c2f;
}
#footer .share a:hover .fa {
  color: #fff;
}
#footer .left {
  width: 35%;
}
#footer .left .list li {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 38px;
  line-height: 1.8em;
  color: #fff;
}
#footer .left .list li a{
  color: #fff;
}
#footer .left .list li.address {
  background-image: url(../images/f-address.png);
}
#footer .left .list li.phone {
  background-image: url(../images/f-phone.png);
}
#footer .left .list li.fax {
  background-image: url(../images/f-fax.png);
}
#footer .left .list li.mail {
  background-image: url(../images/f-email.png);
}
#footer .left .list li + li {
  margin-top: 34px;
}
#footer .center {
  padding-top: 14px;
  width: 30%;
}
#footer .center .img img {
  width: auto;
  margin: 0 auto;
}
#footer .center .info {
  padding-top: 30px;
  text-align: center;
  line-height: 26px;
  color: #666666;
}
#footer .center .info a {
  color: #666;
}
#footer .center .info a:hover {
  color: #fff;
}
#footer .right {
  width: 35%;
  text-align: center;
}
#footer .right .hr {
  float: right;
  padding-top: 20px;
  width: 150px; margin-left:10px; margin-right:10px;
}
.rexian{ text-align:center; color:#b3b3b3; font-size:18px; font-weight:bold; line-height:26px; margin-bottom:20px;}
.rexian img{ width:26px; display:inline-block; margin-right:10px;}

#footer .right .hr .inner-title {
  padding-top: 18px;
}
.swiper-pagination-bullet-active{ background:#005dcf;}








/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff0f00 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff0f00 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff0f00 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}




.floatqq {
	position: fixed;
	right: -150px;
	top: 300px;
	z-index: 20000;
}
.floatqq li {
	margin-bottom: 1px;
	height: 68px;
	position: relative;
}
.floatqq li a {
	transition: all 0.3s linear;
	display: inline-block;
	width: 68px;
	height: 68px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding-top: 40px;
	box-sizing: border-box;
	border-radius: 1px;
}
.floatqq .l1 a {
	background: url(../images/float1.png) center 12px no-repeat;
	background-color: #f3ad24;
	float: left;
	border-radius: 2px;
	background-color: #005dcf;
}
.floatqq .l2 a {
	background: url(../images/float2.png) center 12px no-repeat;
	background-color: #f3ad24;
	border-radius: 2px;
	background-color: #005dcf;
}
.floatqq .l3 a {
	background: url(../images/float3.png) center 15px no-repeat;
	background-color: #f3ad24;
	border-radius: 2px;
	background-color: #005dcf;
}
/*.floatqq li a:hover{background-color:#e60012;}*/
.floatqq .l3 {
	display: none;
}
.floatqq .l4 a {
	background: url(../images/liyy.png) center 10px no-repeat;
	background-color: #f3ad24;
	float: left;
	border-radius: 2px;
	background-color: #005dcf;
}
.floatqq .l1 {
	transition: all 0.3s linear;
}
.floatqq .l1:hover {
	transform: translateX(-150px);
}
.floatqq .l1 span {
	display: inline-block;
	height: 68px;
	line-height: 68px;
	float: left;
	background-color: #f3ad24;
	color: #fff;
	font-size: 18px;
	width: 150px;
	text-align: center;
	position: relative;
	background-color: #005dcf;
}
.floatqq .l1 span:before {
	content: '';
	width: 1px;
	height: 40px;
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -20px;
}
.floatqq .l2 .gz {
	display: inline-block;
	padding: 4px 4px;
	position: absolute;
	left: -138px;
	top: 50%;
	background-color: #fff;
	border-radius: 1px;
	margin-top: -64px;
	display: none;
	transition: all 0.3s linear;
}
/*.floatqq .l2 .gz:before{content:'';height:4px;width:100%;position:absolute;bottom:0px;background-color:#fff;left:0px;border-radius:1px;}*/
.floatqq .l2 .gz span {
	display: block;
	width: 0px;
	height: 0px;
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
}
.floatqq .l2:hover .gz {
	display: block;
}


@media (max-width:768px) {
	.slideBox_row{ width:350px !important; float:none;}
	.slideBox_wrap{height:240px !important; }.syabo_bg{ padding-left:0; padding-top:30px;}.kg{ width:95%; overflow:hidden;}
	.syabo_bt p{ font-size:24px;}.inda_title span{ font-size:30px;}.inda_title p{ font-size:24px;}.inda_title{ font-size:13px;}
	.syabo_bt{ font-size:18px;}
	.ui.container{ padding:0 !important;}.news ul li a span{ padding:10px !important; padding-top:20px !important;}
	.syabo_bt{ width:96%; margin-left:2%; margin-right:2%;}
	.syabo_wbnr{ width:96%; margin-left:2%; margin-right:2%;line-height:26px;}
	.syabo_more{ margin-bottom:20px;}
	
	.slideBox .bd UL{ width:100% !important;}
	.slideBox .bd UL LI{ width:100% !important; height:auto !important;}
	.slideBox .bd IMG{height:auto !important;}
	#footer .left{ width:94%; margin-left:3%; margin-right:3%}
	#footer .center{ width:94%; margin-left:3%; margin-right:3%; margin-top:20px;}
	#footer .right{ width:96%; margin-left:2%; margin-right:2%; }
	#footer .right .hr{ float:left;}
	.syabo_bg{ background:none;}
	.sideBar{ height:42px !important;}
	.bread-crumbs{ display:none !important;}
	.about-page .about-profile .flbox img.fr,.about-page .about-profile .flbox div.fl{ width:100%;}
	.about-page .about-profile .flbox div.fl{ margin-top:20px;}
	.ui[class*="three column"].grid>.column:not(.row), .ui[class*="three column"].grid>.row>.column {
    width: 50%;
}
#imageDataContainer{ width:100% !important; height:auto !important;}
#outerImageContainer{ width:100% !important; height:auto !important;}
#lightboxImage{ width:100% !important; height:auto !important;}
#nextLink,#prevLink{height:100% !important;}
.lg-page .inner-box .grid.three > .column h3{ margin-top:15px;}
.lg-page .inner-box .grid.three > .column{ margin-bottom:0 !important;}
}
#imageDataContainer{ padding-top:15px; margin-top:-10px;}
.message-box{ max-width:1200px; margin-left:auto; margin-right:auto;padding: 70px 0 150px;}
.contact-box{ margin-left:auto; margin-right:auto;padding: 70px 0 150px;}
.erji{ padding-right:0 !important;}
.erji li{ color:#fff; text-align:center; line-height:50px;border-bottom: 1px solid #666; text-align:left; font-size:16px; }
.erji li a{ padding-left:25px;}