/* 字体引入 */
@font-face {
  font-family: 'NexaBold';
  src: url("../fonts/NexaBold.otf");
}
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/calibri.ttf");
}
@font-face {
  font-family: 'GaboDrive';
  src: url("../fonts/gabo_drive.otf");
}
@font-face {
  font-family: 'AdobeHeitiStd Regular';
  src: url("../fonts/AdobeHeitiStd-Regular.otf");
}
@media screen and (max-width: 1000px){
  .haoshun,.haoshun1 {
    display: none !important;
  }

}
.font-color-d40107 {
  color: #d40107;
}
/* 网站基本宽度（注意修改） */
.container {
  width: 1330px;
  padding: 0 15px;
}
@media screen and (max-width: 1330px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
#header .nav {
  width: 100%;
  height: 90px;
}
#header .nav .navBox {
  width: 67%;
  margin-left: 15%;
  padding-top: 20px;
  transition: 0.3s ease;
}
#header .nav .navBox .logo {
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
  line-height: 20px;
  font-family: 'NexaBold';
}
#header .nav .navBox .logo img {
  width: 50px;
}
#header .nav .navBox .logo p {
  padding-top: 5px;
}
#header .nav .navBox .menu-box {
  width: 1000px;
  font-size: 18px;
  font-family: 'Calibri';
  font-weight: bold;
}
#header .nav .navBox .menu-box .menu li {
  float: left;
  position: relative;
  line-height: 50px;
  text-align: center;
  margin-left: 50px;
  transition: 0.6s ease;
}
#header .nav .navBox .menu-box .menu li:hover {
  background: #d40107;
  color: #FFFFFF;
}
#header .nav .navBox .menu-box .menu li a {
  display: block;
  padding: 0 15px;
  position: relative;
	font-size: 20px;
}
#header .nav .navBox .menu-box .menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  z-index: 100;
  display: none;
  color: #FFFFFF;
  background: #d40107;
}
#header .nav .navBox .menu-box .menu li .sub-menu li {
  width: 100%;
  margin-left: 0;
  transition: 0.6s ease;
}
#header .nav .navBox .menu-box .menu li .sub-menu li:hover {
  background: #800000;
  transition: 0.6s ease;
}
#header .nav .navBox .menu-box .menu li .sub-menu li a {
  width: 100%;
  display: block;
  margin: 12px 0;
  line-height: normal;
	font-size: 16px;
}
#header .nav .language {
  width: 210px;
  height: 90px;
  position: relative;
  background: #d40107;
  text-align: center;
  line-height: 90px;
  color: #000000;
  font-size: 18px;
  font-family: 'AdobeHeitiStd Regular';
}
#header .nav .language a {
  position: relative;
  padding: 0 10px;
}
#header .nav .language a:hover {
  color: #FFFFFF;
  transition: 0.6s ease;
}
#header .nav .language a:nth-child(1) {
  border-right: 2px solid #000000;
}
#header .nav .language #search {
  position: absolute;
  top: 35px;
  left: -60px;
}
#header .nav .language #search img {
  width: 20px;
  height: 20px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;
  transform: scale(0.001);
}
#header .nav .search-box.active {
  transform: scale(1);
  z-index: 9999;
}
#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;
}
#index-body .aboutAndProduct {
  background-image: url("../images/productBg.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
}
#index-body .aboutAndProduct .i-about {
  overflow: hidden;
}
#index-body .aboutAndProduct .i-about .fl {
  width: 50%;
}
#index-body .aboutAndProduct .i-about .imgBox {
  margin-top: 70px;
}
#index-body .aboutAndProduct .i-about .imgBox img {
  width: 100%;
}
#index-body .aboutAndProduct .i-about .aboutBox {
  margin-top: 140px;
  position: relative;
  background: #eeeeee;
  line-height: 33px;
  font-family: 'Roboto';
}
#index-body .aboutAndProduct .i-about .aboutBox .right {
  width: 300px;
  height: 100%;
  position: absolute;
  right: -300px;
  top: 0;
  background: #eeeeee;
}
#index-body .aboutAndProduct .i-about .aboutBox .aboutText {
  width: 85%;
  float: right;
}
#index-body .aboutAndProduct .i-about .aboutBox .aboutText span {
  display: block;
  padding-top: 60px;
  font-size: 18px;
}
#index-body .aboutAndProduct .i-about .aboutBox .aboutText h2 {
  padding-top: 10px;
  font-size: 60px;
  font-family: 'GaboDrive';
}
#index-body .aboutAndProduct .i-about .aboutBox .aboutText h4 {
  padding-top: 40px;
  font-size: 24px;
}
#index-body .aboutAndProduct .i-about .aboutBox .aboutText p {
  padding-top: 30px;
  padding-bottom: 110px;
  font-size: 16px;
  line-height: 26px;
}
#index-body .aboutAndProduct .i-about .aboutBox .aboutText .youshun {
  padding-top: 30px;
  padding-bottom: 110px;
  font-size: 16px;
  line-height: 28px;
}
#index-body .aboutAndProduct .i-about .aboutBox .aboutText .youshun h1{
  padding-top: 30px;
  padding-bottom: 110px;
  font-size: 16px;
  line-height: 28px;
  display: inline;
}
#index-body .aboutAndProduct .i-about .aboutBox .aboutText .button {
  display: block;
  width: 150px;
  height: 48px;
  border: 1px solid #d40107;
  text-align: center;
  line-height: 48px;
  position: absolute;
  bottom: 33px;
  right: 0;
  transition: 0.5s ease;
}
#index-body .aboutAndProduct .i-about .aboutBox .aboutText .button:hover {
  background: #d40107;
  color: #FFFFFF;
}
#index-body .aboutAndProduct .i-product .advantageBox {
  margin-top: 65px;
}
#index-body .aboutAndProduct .i-product .advantageBox .advantage:nth-child(2) .textBox p {
  padding-top: 3px;
}
#index-body .aboutAndProduct .i-product .advantageBox .advantage {
  width: 23%;
  margin: 0 1%;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background: #FFFFFF;
  transition: 0.3s ease;
  cursor: pointer;
}
#index-body .aboutAndProduct .i-product .advantageBox .advantage:hover {
  box-shadow: 0 3px 5px 2px #c9c9c9;
}
#index-body .aboutAndProduct .i-product .advantageBox .advantage .img-box {
  width: 60px;
  height: 60px;
  margin: 66px 30px 45px 30px;
}
#index-body .aboutAndProduct .i-product .advantageBox .advantage .textBox {
  line-height: 26px;
}
#index-body .aboutAndProduct .i-product .advantageBox .advantage .textBox h3 {
  padding-top: 48px;
  font-size: 40px;
  font-family: 'Impact';
}
#index-body .aboutAndProduct .i-product .advantageBox .advantage .textBox h3 i {
  font-size: 18px;
  font-family: 'Roboto';
}
#index-body .aboutAndProduct .i-product .advantageBox .advantage .textBox p {
  padding-top: 12px;
  font-size: 14px;
  font-family: 'Roboto';
  color: #757575;
  font-weight: bold;
}
#index-body .aboutAndProduct .i-product .product {
  padding-top: 78px;
  text-align: center;
}
#index-body .aboutAndProduct .i-product .product h2 {
  padding-bottom: 35px;
  font-size: 60px;
  line-height: 33px;
  font-family: 'GaboDrive';
}
#index-body .aboutAndProduct .i-product .product p {
  padding-bottom: 50px;
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Roboto';
  color: #aaaaaa;
}
 .inner-main-box .i-product .haoshun1 {
line-height: 28px;
margin-top: 10px;
margin-bottom: -45px;
font-size:15px;
}
#index-body .aboutAndProduct .i-product .product .button {
  width: 100%;
  line-height: 50px;
  padding-bottom: 36px;
}
#index-body .aboutAndProduct .i-product .product .button li:nth-child(1) {
  margin-left: 0;
}
#index-body .aboutAndProduct .i-product .product .button li {
  width: 16%;
  margin: 1%;
  float: left;
  border: 1px solid #d40107;
  cursor: pointer;
}
#index-body .aboutAndProduct .i-product .product .button li{
	display:none;
}
#index-body .aboutAndProduct .i-product .product .button li:nth-child(1),
#index-body .aboutAndProduct .i-product .product .button li:nth-child(2),
#index-body .aboutAndProduct .i-product .product .button li:nth-child(3),
#index-body .aboutAndProduct .i-product .product .button li:nth-child(4),#index-body .aboutAndProduct .i-product .product .button li:last-child{
	display:block;
}
#index-body .aboutAndProduct .i-product .product .button li a {
  display: block;
  width: 100%;
  transition: 0.5s ease;
}
#index-body .aboutAndProduct .i-product .product .button li a:hover {
  background: #d40107;
  color: #FFFFFF;
}
#index-body .i-productSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
#index-body .i-productSwiper .swiper-slide:hover .mask {
  transform: translateY(0px);
}
#index-body .i-productSwiper .swiper-slide .slideBox01 {
  width: 95%;
  height: 96%;
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 2.5%;
  top: 2%;
}
#index-body .i-productSwiper .swiper-slide .mask {
  width: 100%;
  line-height: 84px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(35, 35, 35, 0.4);
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s ease;
  transform: translateY(84px);
}
#index-body .i-productSwiper .swiper-button-next {
  right: 30px;
}
#index-body .i-productSwiper .swiper-button-prev {
  left: 30px;
}
#index-body .i-productSwiper .swiper-button-next,
#index-body .i-productSwiper .swiper-button-prev {
  width: 56px;
  height: 84px;
  background: rgba(30, 30, 30, 0.6);
  color: #FFFFFF;
  font-size: 56px;
  line-height: 84px;
  text-align: center;
  transition: 0.3s ease;
}
#index-body .i-productSwiper .swiper-button-next:hover,
#index-body .i-productSwiper .swiper-button-prev:hover {
  color: #d40107;
  background: rgba(30, 30, 30, 0.2);
}
#index-body .i-choose h2 {
  text-align: center;
  padding: 80px 0 0 0;
  font-size: 50px;
  line-height: 30px;
  font-family: 'Impact';
  position: relative;
}
#index-body .i-choose h2:after {
  content: "";
  width: 84px;
  height: 5px;
  background: red;
  position: absolute;
  bottom: -35%;
  left: 47.8%;
}
#index-body .i-choose .chooseBox:nth-child(3),
#index-body .i-choose .chooseBox:nth-child(6) {
  margin-right: 1%;
}
#index-body .i-choose .chooseBox {
  width: 27%;
  padding-top: 100px;
  margin-right: 9%;
}
#index-body .i-choose .chooseBox .cl img {
  width: 56px;
  margin: 0 10px 20px 0;
}
#index-body .i-choose .chooseBox .cl h3 {
  line-height: 24px;
  font-size: 18px;
  font-family: 'Roboto';
  padding-top: 12px;
  font-weight: 700;
}
#index-body .i-choose .chooseBox .cl h3 i {
  font-family: 'Times New Roman';
  font-size: 36px;
}
#index-body .i-choose .chooseBox p {
  font-size: 14px;
  font-family: 'Roboto';
  line-height: 28px;
  color: #3F3F3F;
}
#index-body .i-application .applicationTop {
  width: 1440px;
  margin: 0 auto 40px auto;
  position: relative;
  border-bottom: 1px dashed #CCCCCC;
}
#index-body .i-application .applicationTop h2 {
  padding: 110px 0 34px 52px;
  font-family: 'Impact';
  line-height: 30px;
  font-size: 50px;
  font-weight: 700;
}
#index-body .i-application .applicationTop .button {
  display: block;
  width: 144px;
  height: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 24px;
  border: 1px solid #de321d;
  font-size: 14px;
  line-height: 50px;
  transition: 0.5s ease;
}
#index-body .i-application .applicationTop .button:hover {
  background: #de321d;
  color: #FFFFFF;
}
#index-body .i-application .imgBox .imgWrap {
  width: 33%;
}
#index-body .i-application .imgBox .imgWrap .imgWRapTop,
#index-body .i-application .imgBox .imgWrap .imgWRapBottom {
  width: 100%;
  height: 49%;
}
#index-body .i-application .imgBox .imgWrap .imgWRapTop {
  margin-bottom: 0.5%;
}
#index-body .i-application .imgBox .imgWrap .imgWRapTop .imgWrapTopLeft,
#index-body .i-application .imgBox .imgWrap .imgWRapTop .imgWrapTopRight {
  width: 49%;
  height: 100%;
}
#index-body .i-application .imgBox .imgWrap .imgWRapTop .imgWrapTopLeft {
  margin-right: 0.5%;
}
#index-body .i-application .imgBox .imgWrap .imgWRapTop .imgWrapTopRight {
  margin-left: 0.5%;
}
#index-body .i-application .imgBox .imgWrap .imgWRapBottom {
  margin-top: 0.5%;
}
#index-body .i-application .imgBox .imgWrap .imgWRapBottom .imgWRapBottomLeft,
#index-body .i-application .imgBox .imgWrap .imgWRapBottom .imgWRapBottomRight {
  width: 49%;
  height: 100%;
}
#index-body .i-application .imgBox .imgWrap .imgWRapBottom .imgWRapBottomLeft {
  margin-right: 0.5%;
}
#index-body .i-application .imgBox .imgWrap .imgWRapBottom .imgWRapBottomRight {
  margin-left: 0.5%;
}
#index-body .i-application .imgBox .imgWrap:nth-child(1) {
  margin-right: 0.3%;
  position: relative;
}
#index-body .i-application .imgBox .imgWrap:nth-child(1) .mask {
  bottom: -90px;
}
#index-body .i-application .imgBox .imgWrap:nth-child(1):hover .mask {
  bottom: 0;
}
#index-body .i-application .imgBox .imgWrap:nth-child(2) {
  margin: 0 0.2%;
}
#index-body .i-application .imgBox .imgWrap:nth-child(2) .imgWRapTop,
#index-body .i-application .imgBox .imgWrap:nth-child(2) .imgWRapBottom {
  position: relative;
}
#index-body .i-application .imgBox .imgWrap:nth-child(2) .imgWRapTop .mask,
#index-body .i-application .imgBox .imgWrap:nth-child(2) .imgWRapBottom .mask {
  bottom: -75px;
  line-height: 75px;
}
#index-body .i-application .imgBox .imgWrap:nth-child(2) .imgWRapTop:hover .mask,
#index-body .i-application .imgBox .imgWrap:nth-child(2) .imgWRapBottom:hover .mask {
  bottom: 0;
}
#index-body .i-application .imgBox .imgWrap:nth-child(3) {
  margin-left: 0.3%;
}
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWrapTopLeft,
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWrapTopRight,
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWRapBottomLeft,
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWRapBottomRight {
  position: relative;
}
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWrapTopLeft .mask,
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWrapTopRight .mask,
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWRapBottomLeft .mask,
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWRapBottomRight .mask {
  bottom: -60px;
  line-height: 60px;
}
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWrapTopLeft:hover .mask,
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWrapTopRight:hover .mask,
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWRapBottomLeft:hover .mask,
#index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWRapBottomRight:hover .mask {
  bottom: 0;
}
#index-body .i-application .imgBox .mask {
  width: 100%;
  line-height: 90px;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto';
  background: rgba(214, 2, 34, 0.8);
  position: absolute;
  transition: .5s ease;
  color: #FFFFFF;
}
#index-body .i-news h2 {
  padding: 70px 0 80px 0;
  font-size: 50px;
  font-weight: 700;
  font-family: 'Impact';
  text-align: center;
  position: relative;
  line-height: 40px;
}
#index-body .i-news h2:after {
  content: "";
  width: 88px;
  height: 5px;
  background: #de321d;
  position: absolute;
  left: 47.5%;
  bottom: 24%;
}
#index-body .i-news .swiper-container {
  width: 1400px;
}
#index-body .i-news .swiper-container .swiper-slide {
  background: #f3f3f3;
  transition: 0.5s ease;
  margin-bottom: 60px;
  font-family: 'Roboto';
}
#index-body .i-news .swiper-container .swiper-slide:hover {
  box-shadow: 0 3px 5px 3px #CCCCCC;
}
#index-body .i-news .swiper-container .swiper-slide h5 {
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0 0 36px;
}
#index-body .i-news .swiper-container .swiper-slide .date {
  padding: 17px 0 0 26px;
  font-size: 13px;
  line-height: 24px;
  color: #d3d3d3;
}
#index-body .i-news .swiper-container .swiper-slide .date i {
  font-size: 20px;
  color: #000000;
  margin-right: 4px;
}
#index-body .i-news .swiper-container .swiper-slide p {
  font-size: 14px;
  line-height: 24px;
  padding: 18px 30px 0 26px;
}
#index-body .i-news .swiper-container .swiper-slide .button {
  display: block;
  width: 115px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #CCCCCC;
  margin: 16px 0 24px 26px;
  transition: 0.5s ease;
}
#index-body .i-news .swiper-container .swiper-slide .button:hover {
  background: #de321d;
  color: #FFFFFF;
}
#footer {
  background: url("../images/footer.jpg") -20px repeat;
  font-family: 'Roboto';
  color: #b8b8b8;
}
#footer .footer-top {
  padding: 90px 0 15px 0;
  border-bottom: 1px solid #3e3a39;
}
#footer .footer-top h3 {
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  padding-bottom: 20px;
}
#footer .footer-top .quick,
#footer .footer-top .product,
#footer .footer-top .news {
  width: 18%;
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-top .product{margin-bottom: 70px}
#footer .footer-top .quick a,
#footer .footer-top .product a,
#footer .footer-top .news a {
  transition: 0.6s ease;
}
#footer .footer-top .product li:nth-child(6)~li {display:none;}
#footer .footer-top .quick a:hover,
#footer .footer-top .product a:hover,
#footer .footer-top .news a:hover {
  color: #de321d;
}
#footer .footer-top .contact {
  width: 28%;
  font-size: 16px;
  line-height: 22px;
}
#footer .footer-top .contact li {
  padding-bottom: 15px;
}
#footer .footer-top .contact span {
  display: block;
  float: left;
  margin-right: 6px;
}
#footer .footer-top .contact span img {
  width: 16px;
  margin: 0 10px 0 0;
}
#footer .footer-top .contact li:nth-child(3) span img,
#footer .footer-top .contact li:nth-child(4) span img {
  margin-top: 5px;
}
#footer .footer-top .QR {
  width: 164px;
  padding-top: 25px;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
}
#footer .footer-bottom p {
  font-size: 13px;
  line-height: 80px;
}
#footer .footer-bottom .yoush {
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
width: 600px;
}
#footer .footer-bottom .fl {
  font-size: 14px;
  line-height: 80px;
}

#footer .footer-bottom .fl a {
  transition: 0.6s ease;
}
#footer .footer-bottom .fl a:hover {
  color: #de321d;
}
#footer .footer-bottom li {
  float: left;
  width: 36px;
  height: 36px;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  margin: 12px 16px 0 0;
  transition: 0.6s ease;
}
#footer .footer-bottom li:hover {
  border: 1px solid #de321d;
  color: #de321d;
}
#maoDian {
  display: block;
  width: 60px;
  height: 60px;
  background: #de321d;
  color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  position: fixed;
  bottom: 10%;
  right: 1%;
  z-index: 99999;
  transition: 0.5s ease;
  font-family: 'Roboto';
  padding-top: 30px;
}
#maoDian img {
  position: absolute;
  top: 15px;
  left: 16px;
}
#maoDian:hover {
  box-shadow: 0 0 3px 2px #de321d;
}
.con table{
	border:1px solid #ccc;
	width:100%;
}
.con table tr td{
	border:1px solid #ccc;padding:8px;
}
.inner-banner {
  height: 348px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #000000;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page {
  font-family: arial;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #f58612;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #f79a3a url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 300px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #000000;
  font-size: 16px;
  border: 1px solid #d5740f;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #f79a3a;
  left: 0;
  top: 100%;
}
.inner-page.prodet-page .sideBar .side-menu .cat-list,
.inner-page.product-page .sideBar .side-menu .cat-list{
  width: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  position:relative;
}
.inner-page .sideBar .side-menu .cat-list li .children{
    position:absolute;
    right:100%;
    top:0;
    width:100%;
    background:#fbaa56;
    display:none;
}
.inner-page .sideBar .side-menu .cat-list li .children li:first-child{
    margin-top:10px;
}
.inner-page .sideBar .side-menu .cat-list li .children li:last-child{
    margin-bottom:10px;
}
.inner-page .sideBar .side-menu .cat-list li:hover>.children{
    display:block;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #000;
    padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  background:#000;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #000000;
  min-height:47px;
  background:url(../images/side-iso.png) no-repeat right center;
}
.inner-page.product-page .inner-main-tit,
.inner-page.prodet-page .inner-main-tit{
    background:none;
    padding-right:0;
    min-height:none;
}
.inner-page.product-page.lg-page .inner-main-tit{
    min-height:47px;
    background:url(../images/side-iso.png) no-repeat right center;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 24px;
	font-family:arial;
}
.haoshun{
font-size:28px;
color:#d40107;
margin-bottom:5px;}

.about-page .a-tit {
  font-size: 29px;
  color: #000;
  font-family: arial;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 27px;
  font-family: arial;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .inner-main-box h4{
  font-size: 30px;
	line-height: 32px;
	font-family:arial;
}
.about-page .inner-main-box p{
  font-size: 16px;
	line-height: 32px;
	padding-top: 40px;
	font-family: arial;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 111px 0;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
  font-size: 16px;line-height: 28px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}

.product-page .i-product {
  padding: 11px 0 88px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: arial;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 35%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 10%!important;
  width: 65%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  font-family: arial;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: arial;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #f58612;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
.prodet-page .image-gallery{
  margin-top: 30px;
}
.prodet-page .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .image-gallery li img{
	height: auto;
}
.prodet-page .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodet-page .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: roboto-black;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: arial;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  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: #252525;
  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 #f58612;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #f58612;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: arial;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  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;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #f58612 url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list ul li .new-pic{width: 30%}
.news-page .new-list ul li .new-con{width: 70%;padding-left: 5%}
.news-page .new-list li {
  padding-bottom: 52px;

}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #f58612;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #f58612;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page {
  font-family: roboto-regular;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: roboto-bold;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  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: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  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;
}
.newdet-page .news .newsnav .wpulike{display: none;}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  font-family: roboto-black;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list .wpulike{display: none;}
.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(189, 189, 189, 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: #fbfbfb;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #f58612;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 16px;
  line-height: 32px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}

@media screen and (max-width: 1560px) {
  #header .nav .navBox {
    width: 78%;
    margin-left: 5%;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 1440px) {
  #header .nav .navBox {
    width: 82%;
    margin-left: 10px;
  }
  #index-body .i-application .applicationTop,
  #index-body .i-news .swiper-container {
    width: 1270px;
  }
}
@media screen and (max-width: 1330px) {
  #index-body .aboutAndProduct .i-about {
    overflow: hidden;
  }
  #index-body .aboutAndProduct .i-about .aboutBox {
    margin-top: 70px;
    line-height: 28px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText {
    width: 80%;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText span {
    padding-top: 54px;
    font-size: 18px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText h2 {
    font-size: 54px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText h4 {
    padding-top: 32px;
    font-size: 20px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText p {
    padding-top: 24px;
    padding-bottom: 70px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText .button {
    width: 120px;
    height: 36px;
    line-height: 36px;
    bottom: 28px;
  }
  #index-body .aboutAndProduct .i-product .advantageBox {
    margin-top: 80px;
  }
  #index-body .aboutAndProduct .i-product .advantageBox .advantage {
    width: 48%;
    margin: 1% 1%;
  }
  #index-body .aboutAndProduct .i-product .advantageBox .advantage .img-box {
    margin: 45px 30px;
  }
  #index-body .aboutAndProduct .i-product .advantageBox .advantage .textBox {
    line-height: 26px;
  }
  #index-body .aboutAndProduct .i-product .advantageBox .advantage .textBox h3 {
    padding-top: 42px;
    font-size: 36px;
  }
  #index-body .aboutAndProduct .i-product .product {
    padding-top: 64px;
  }
  #index-body .aboutAndProduct .i-product .product h2 {
    padding-bottom: 32px;
    font-size: 54px;
  }
  #index-body .aboutAndProduct .i-product .product p {
    padding-bottom: 48px;
  }
  #index-body .aboutAndProduct .i-product .product .button {
    width: 100%;
    line-height: 50px;
  }
  #index-body .aboutAndProduct .i-product .product .button li {
    width: 16%;
    margin: 2%;
    margin-bottom: 32px;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
  }
  #index-body .aboutAndProduct .i-product .product .button li a {
    display: block;
    width: 100%;
    transition: 0.5s ease;
  }
  #index-body .aboutAndProduct .i-product .product .button li a:hover {
    background: #d40107;
    color: #FFFFFF;
  }
  #index-body .i-choose h2 {
    padding: 72px 0 0 0;
    font-size: 48px;
  }
  #index-body .i-choose h2:after {
    width: 72px;
    left: 47.3%;
  }
  #index-body .i-choose .chooseBox {
    width: 27%;
    padding-top: 60px;
  }
  #index-body .i-choose .chooseBox .cl img {
    width: 48px;
  }
  #index-body .i-application .applicationTop {
    width: 100%;
    margin: 0 auto 36px auto;
  }
  #index-body .i-application .applicationTop h2 {
    padding-top: 80px;
    font-size: 48px;
  }
  #index-body .i-application .applicationTop .button {
    display: block;
    width: 132px;
    height: 40px;
    line-height: 40px;
    right: 1%;
  }
  #index-body .i-news h2 {
    padding: 64px 0 72px 0;
    font-size: 48px;
  }
  #index-body .i-news h2:after {
    width: 80px;
    left: 46.5%;
  }
  #index-body .i-news .swiper-container {
    width: 100%;
  }
  #footer .footer-top {
    padding: 72px 0 54px 0;
  }
  #footer .footer-top h3 {
    padding-bottom: 16px;
  }
  #footer .footer-top .contact li {
    padding-bottom: 12px;
  }
  #footer .footer-top .QR {
    width: 18%;
  }
  #footer .footer-bottom .fl {
    line-height: 72px;
  }
}
@media screen and (max-width: 768px) {
  #index-body .aboutAndProduct .i-about {
    overflow: hidden;
  }
  #index-body .aboutAndProduct .i-about .aboutBox {
    margin-top: 70px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText {
    width: 90%;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText span {
    padding-top: 36px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText h2 {
    font-size: 46px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText h4 {
    padding-top: 20px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText p {
    padding-top: 12px;
    padding-bottom: 56px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText .button {
    bottom: 3%;
    right: 5%;
  }
  #index-body .aboutAndProduct .i-product .advantageBox {
    margin-top: 56px;
  }
  #index-body .aboutAndProduct .i-product .product {
    padding-top: 56px;
  }
  #index-body .aboutAndProduct .i-product .product h2 {
    padding-bottom: 28px;
    font-size: 46px;
  }
  #index-body .aboutAndProduct .i-product .product p {
    padding-bottom: 24px;
  }
  #index-body .aboutAndProduct .i-product .product .button {
    line-height: 40px;
  }
  #index-body .aboutAndProduct .i-product .product .button li {
    width: 18%;
    margin: 0 1%;
  }
  #index-body .i-productSwiper .swiper-slide .mask {
    line-height: 24px;
    padding: 20px 0;
    font-size: 14px;
    transform: translateY(0px);
  }
  #index-body .i-productSwiper .swiper-button-next,
  #index-body .i-productSwiper .swiper-button-prev {
    width: 36px;
    height: 60px;
    font-size: 36px;
    line-height: 60px;
  }
  #index-body .i-choose h2 {
    padding: 56px 0 0 0;
    font-size: 46px;
  }
  #index-body .i-choose h2:after {
    width: 72px;
    left: 44.8%;
  }
  #index-body .i-choose .chooseBox:nth-child(4),
  #index-body .i-choose .chooseBox:nth-child(5) {
    margin-right: 2%;
  }
  #index-body .i-choose .chooseBox {
    width: 31%;
    padding-top: 48px;
    margin-right: 2%;
  }
  #index-body .i-choose .chooseBox .cl img {
    width: 40px;
    margin: 0 5px 20px 0;
  }
  #index-body .i-choose .chooseBox .cl h3 {
    font-size: 16px;
  }
  #index-body .i-choose .chooseBox .cl h3 i {
    font-family: 'Times New Roman';
    font-size: 36px;
  }
  #index-body .i-choose .chooseBox p {
    font-size: 14px;
  }
  #index-body .i-application .applicationTop {
    width: 100%;
    margin: 0 auto 24px auto;
  }
  #index-body .i-application .applicationTop h2 {
    padding: 56px 0 28px 10px;
    font-size: 48px;
  }
  #index-body .i-application .applicationTop .button {
    display: block;
    width: 132px;
    height: 40px;
    line-height: 40px;
    right: 1%;
  }
  #index-body .i-application .imgBox .imgWrap:nth-child(2) .imgWRapTop .mask,
  #index-body .i-application .imgBox .imgWrap:nth-child(2) .imgWRapBottom .mask {
    bottom: -75px;
    line-height: 20px;
    padding: 10px 0;
  }
  #index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWrapTopLeft .mask,
  #index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWrapTopRight .mask,
  #index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWRapBottomLeft .mask,
  #index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWRapBottomRight .mask {
    bottom: -60px;
    line-height: 20px;
    padding: 10px 0;
  }
  #index-body .i-application .imgBox .mask {
    line-height: 20px;
    padding: 30px 0;
  }
  #footer .footer-top {
    padding: 40px 0 30px 0;
  }
  #footer .footer-top h3 {
    padding-bottom: 10px;
  }
  #footer .footer-top .quick,
  #footer .footer-top .product,
  #footer .footer-top .news {
    width: 33%;
    padding-bottom: 30px;
  }
  #footer .footer-top .contact {
    width: 50%;
  }
  #footer .footer-top .QR {
    width: 50%;
  }
  #footer .footer-bottom .fl {
    line-height: 56px;
  }
	#metaslider_container_2451{
		margin-top:50px;
	}
	.about-page .inner-main-box img{
		width:auto;
		height:auto;
	}
	.about-page .inner-main-box {
    padding: 30px 0 21px;
}
	.inner-page .inner-main-tit .nowTit {
    font-size: 20px;
}
	
}
@media screen and (max-width: 414px) {
  #index-body .aboutAndProduct .i-about .fl {
    width: 100%;
  }
  #index-body .aboutAndProduct .i-about .imgBox {
    margin-top: 20px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox {
    margin-top: 20px;
    padding: 0 15px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .right {
    display: none;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText {
    width: 100%;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText span {
    padding-top: 24px;
    font-size: 16px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText h2 {
    padding-top: 1px;
    font-size: 36px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText h4 {
    padding-top: 10px;
    font-size: 20px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText p {
    padding-top: 15px;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 20px;
  }
  #index-body .aboutAndProduct .i-about .aboutBox .aboutText .button {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    bottom: 3%;
    right: 5%;
  }
  #index-body .aboutAndProduct .i-product .advantageBox {
    margin-top: 20px;
  }
  #index-body .aboutAndProduct .i-product .advantageBox .advantage:nth-child(4) .textBox p {
    padding-top: 10px;
  }
  #index-body .aboutAndProduct .i-product .advantageBox .advantage {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
  }
  #index-body .aboutAndProduct .i-product .advantageBox .advantage:hover {
    box-shadow: 0 3px 5px 2px #c9c9c9;
  }
  #index-body .aboutAndProduct .i-product .advantageBox .advantage .img-box {
    width: 48px;
    height: auto;
    margin: 45px 20px;
  }
  #index-body .aboutAndProduct .i-product .advantageBox .advantage .textBox h3 {
    padding-top: 40px;
    font-size: 28px;
  }
  #index-body .aboutAndProduct .i-product .advantageBox .advantage .textBox h3 i {
    font-size: 18px;
  }
  #index-body .aboutAndProduct .i-product .advantageBox .advantage .textBox p {
    padding-top: 1px;
    font-size: 14px;
  }
  #index-body .aboutAndProduct .i-product .product {
    padding-top: 40px;
  }
  #index-body .aboutAndProduct .i-product .product h2 {
    padding-bottom: 20px;
    font-size: 36px;
  }
  #index-body .aboutAndProduct .i-product .product p {
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Roboto';
    color: #aaaaaa;
  }
  #index-body .aboutAndProduct .i-product .product .button {
    width: 100%;
    line-height: 50px;
    padding-bottom: 20px;
  }
  #index-body .aboutAndProduct .i-product .product .button li:nth-child(1) {
    margin-left: 1%;
  }
  #index-body .aboutAndProduct .i-product .product .button li {
    width: 98%;
    margin: 1%;
  }
  #index-body .i-productSwiper .swiper-slide .mask {
    line-height: 20px;
  }
  #index-body .i-productSwiper .swiper-button-next,
  #index-body .i-productSwiper .swiper-button-prev {
    width: 36px;
    height: 54px;
    font-size: 36px;
    line-height: 54px;
  }
  #index-body .i-choose h2 {
    padding: 40px 0 0 0;
    font-size: 36px;
  }
  #index-body .i-choose h2:after {
    width: 60px;
    height: 4px;
    left: 41.8%;
  }
  #index-body .i-choose .chooseBox:nth-child(3),
  #index-body .i-choose .chooseBox:nth-child(6) {
    margin-right: 0%;
  }
  #index-body .i-choose .chooseBox {
    width: 100%;
    padding-top: 40px;
    margin-right: 0;
  }
  #index-body .i-application .applicationTop {
    width: 100%;
  }
  #index-body .i-application .applicationTop h2 {
    padding: 40px 0 20px 10px;
    line-height: 1px;
    font-size: 28px;
  }
  #index-body .i-application .applicationTop .button {
    width: 80px;
    height: 30px;
    right: 10px;
    bottom: 5px;
    font-size: 12px;
    line-height: 30px;
  }
  #index-body .i-application .imgBox .imgWrap:nth-child(2) .imgWRapTop .mask,
  #index-body .i-application .imgBox .imgWrap:nth-child(2) .imgWRapBottom .mask {
    bottom: -75px;
    line-height: 18px;
    padding: 5px 0;
  }
  #index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWrapTopLeft .mask,
  #index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWrapTopRight .mask,
  #index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWRapBottomLeft .mask,
  #index-body .i-application .imgBox .imgWrap:nth-child(3) .imgWRapBottomRight .mask {
    bottom: -70px;
    line-height: 18px;
    padding: 5px 0;
  }
  #index-body .i-application .imgBox .mask {
    line-height: 18px;
    padding: 10px 0;
    font-size: 18px;
  }
  #index-body .i-news h2 {
    padding: 40px 0 20px 0;
    font-size: 36px;
  }
  #index-body .i-news h2:after {
    width: 64px;
    height: 3px;
    left: 40%;
    bottom: 13%;
  }
  #footer .footer-top {
    padding: 30px 0 15px 0;
  }
  #footer .footer-top h3 {
    padding-bottom: 1px;
  }
  #footer .footer-top .quick,
  #footer .footer-top .product,
  #footer .footer-top .news {
    width: 50%;
    font-size: 12px;
    line-height: 20px;
  }
  #footer .footer-top .news {
    width: 100%;
  }
  #footer .footer-top .contact {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
  #footer .footer-top .contact li {
    padding-bottom: 10px;
  }
  #footer .footer-top .QR {
    width: 100%; display:none;
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
  }
  #footer .footer-top .QR img {
    width: 80%;
    margin: 0 auto;
  }
  #footer .footer-bottom .fl {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 0 0;
  }
  #footer .footer-bottom .fl a {
    transition: 0.6s ease;
  }
  #footer .footer-bottom .fl a:hover {
    color: #de321d;
  }
  #footer .footer-bottom li {
    margin: 0 10px 5px 0;
  }
  #footer .footer-bottom ul {
    margin-right: 20%;
  }
}
.i-whyUs .why-list {
    margin-top: 64px;
    padding: 0 8%!important;
}

.product-page .i-product .sixteen{
  width: 33.3%;padding:1%;margin-bottom: 1%;
}
@media only screen and (min-width: 992px) {
  .i-product .ui.column.grid > [class*="five wide computer"].column,
  .i-product .ui.grid > .column.row > [class*="five wide computer"].column,
  .i-product .ui.grid > .row > [class*="five wide computer"].column,
  .i-product .ui.grid > [class*="five wide computer"].column {
    width: 33.333% !important;
  }
}
.i-product {
  padding: 10px 0 36px;
}
.i-product .i-tit {
  color: #1b1b1b;
  font-family: arial;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list .con-box {
  margin-top: -26px;
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.i-product .pro-list .con-box a:hover {
  color: #f58612!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 15px 35px 15px;
  font-family: arial;
	    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
}
.i-product .pro-list .con-box .inner-box .tit a {
  font-family: arial;
  display: block;
  color: #1b1b1b;
  font-size: 16px;
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  height: 30px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 30px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: arial;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #f58612;
  border-color: #f58612;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #f58612;
}
.theme-default .nivo-controlNav{
	position:absolute;
	bottom:30px; z-index:888;
}
@media screen and (max-width: 1280px) {
  #maoDian{display: none;}
}
.wpulike.wpulike-default{
	display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
	display: block;
} 
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}

@media screen and (max-width: 700px) {
  .product-page .i-product .sixteen {
    width: 49% !important;
}
	.i-product .pro-list .con-box .inner-box {
		padding: 10px 5px;
	}
	.i-product .pro-list .con-box .inner-box .tit a {
    font-size: 13px;
}
	#outerImageContainer{
	width: 100% !important;
	height: auto !important;
}

#outerImageContainer img{
	height: auto !important;
}
#imageDataContainer {
    width: 100% !important;
}
#imageData #bottomNav #bottomNavClose{
    z-index: 9999 !important; position:relative;
}
#lightbox{
    top: 35px !important;
}
	.product-page .i-product {
    padding: 11px 0 10px;
}
	.inner-banner {
    height: 200px;
}
	.news-page .new-list ul li .new-pic {
    width: 100%;
}
	.news-page .new-list ul li .new-con {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}
	.i-product .pro-list .con-box .inner-box .abst{
		display:none;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-bPic,.prodet-page .prodet-pics .grid.two.column .pro-det-one {
    width: 100%!important;
		padding:0!important;
}
	.prodet-page .prodet-pics .grid.two.column .pro-det-one{
		padding-top:20px !important;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 20px;
    margin-bottom: 24px;
}
	.prodet-page .innerTit {
    font-size: 20px;
}
	.prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
}


@media screen and (max-width: 1750px) {
    #header .nav .navBox .menu-box{
        width:auto;
    }
}

@media screen and (max-width: 1600px) {
    #header .nav .navBox .menu-box .menu li{
        margin-left:30px;
    }
}

@media screen and (max-width: 1500px) {
    #header .nav .navBox .menu-box{
        margin-right: 40px;
    }
}

