/* 字体引入 */
@font-face{
  font-family: 's';
  src: url('../fonts/STENCILSTD.OTF');
}

/* 网站基本宽度（注意修改） */
body{
	overflow-x: visible!important;
}
.container {
  max-width: 1470px;
  padding: 0 15px;
}
#header .container {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 22px 15px 22px;
}
#header .container .toggle-btn {
  border: none;
  outline: none;
  background-color: transparent;
  width: 46px;
  position: absolute;
  left: 15px;
  top: 18px;
  display: none;
}
#header .container .toggle-btn span {
  display: block;
  height: 1px;
  background: #333;
  margin-bottom: 11px;
  transition: 500ms;
}
#header .container .toggle-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 13% top;
}
#header .container .toggle-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#header .container .toggle-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 13% top;
}
#header .container .center {
  margin: 0 0 0 275px;
}
#header .container .center .com-name {
  font: bold 40px s;
  color: #302b2a;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  letter-spacing: 22px;
}
#header .container .center .menu-box .menu {
  font-size: 0;
}
#header .container .center .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin-left: 55px;
}
#header .container .center .menu-box .menu > li:first-child {
  margin-left: 0;
}
#header .container .center .menu-box .menu > li:hover > a {
  color: #c02001;
}
#header .container .center .menu-box .menu > li > a {
  font: bold 16px arial;
  color: #242424;
  display: inline-block;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#header .container .center .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  background: #000;
  overflow: hidden;
  display: none;
}
#header .container .center .menu-box .menu > li .sub-menu li a {
  color: #fff;
  font: 16px/40px arial;
  display: block;
  transition: 300ms;
  text-align: center;
  text-transform: capitalize;
}
#header .container .center .menu-box .menu > li .sub-menu li a:hover {
  background-color: #c02001;
}
#header .container .h-lan {
  margin-top: 75px;
  text-align: right;
}
#header .container .h-lan a {
  display: inline-block;
  padding-left: 45px;
  font: 16px arial;
  color: #343434;
}
#header .container .h-lan a:hover {
  color: #c02001;
}
#header .container .h-lan a:nth-of-type(1) {
  background: url(../images/en.png) left center no-repeat;
  margin-right: 10px;
}
#header .container .h-lan a:nth-of-type(2) {
  background: url(../images/cn.png) left center no-repeat;
}
#header .toggle-nav {
  position: fixed;
  left: -270px;
  top: 0;
  padding-top: 80px;
  width: 270px;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  transition: 300ms;
  display: none;
  z-index: 998;
}
#header .toggle-nav.open {
  left: 0;
}
#header .toggle-nav .menu > li {
  padding: 0 15px;
}
#header .toggle-nav .menu > li > a {
  display: block;
  font: 16px/40px arial;
  color: #333;
  text-transform: uppercase;
}
#header .toggle-nav .menu > li .sub-menu > li > a {
  display: block;
  font: 14px/35px arial;
  color: #333;
  padding-left: 15px;
  text-transform: uppercase;
}
#header .toggle-nav .search-box2 {
  padding: 15px;
}
#header .toggle-nav .search-box2 input {
  width: 80%;
  height: 40px;
  border: none;
  font: 16px arial;
  color: #000;
  padding-left: 15px;
  background-color: #ccc;
}
#header .toggle-nav .search-box2 button {
  width: 20%;
  height: 40px;
  border: none;
  background-color: #333;
}
#header .toggle-nav .search-box2 button i {
  font-size: 18px;
  color: #fff;
}
#header .toggle-nav .h-lan2 {
  padding: 10px;
}
#header .toggle-nav .h-lan2 .title {
  font: 16px/20px arial;
  color: #333;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#header .toggle-nav .h-lan2 .link {
  display: flex;
  justify-content: space-around;
}
#header .toggle-nav .h-lan2 .link a {
  font: 16px/30px arial;
  color: #333;
  padding-left: 40px;
  text-transform: uppercase;
}
#header .toggle-nav .h-lan2 .link a:nth-of-type(1) {
  background: url(../images/en.png) left center no-repeat;
}
#header .toggle-nav .h-lan2 .link a:nth-of-type(2) {
  background: url(../images/cn.png) left center no-repeat;
}
.index-banner .swiper-slide img{
  width: 100%;
}

.index-banner .swiper-slide .inner {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 39%;
  text-align: center;
  padding: 0 15px;
}
.index-banner .swiper-slide .inner p:nth-of-type(1) {
  max-width: 1090px;
  margin: 0 auto 55px;
  font: 36px impact;
  color: #fff;
  padding: 25px 97px;
  background: rgba(192, 32, 1, 0.8);
}
.index-banner .swiper-slide .inner p:nth-of-type(2) {
  max-width: 805px;
  margin: 0 auto 80px;
  font: 16px/24px arial;
  color: #fff;
  text-align: center;
}
.index-banner .swiper-slide .inner a {
  display: block;
  margin: 0 auto;
  width: 113px;
  height: 42px;
  border: 2px solid #fff;
  font: 16px/38px arial;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: 300ms;
}
.index-banner .swiper-slide .inner a:hover {
  background: #fff;
  color: #333;
}
.index-banner #banner-prev,
.index-banner #banner-next {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 3px solid #fff;
  text-align: center;
  background-image: none;
}
.index-banner #banner-prev i,
.index-banner #banner-next i {
  font-size: 20px;
  line-height: 38px;
  color: #fff;
  font-weight: bold;
}
.index-banner #banner-prev {
  left: 88px;
}
.index-banner #banner-next {
  right: 88px;
}
.index-banner #banner-page {
  bottom: 75px;
}
.index-banner #banner-page .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  margin: 0 16px;
}
.index-banner #banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c02001;
}
.index-product {
  padding: 110px 0 115px;
}
.index-product .container .tit {
  text-align: center;
  margin-bottom: 60px;
}
.index-product .container .tit h1 {
  display: inline-block;
  position: relative;
  font: bold 36px arial;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.index-product .container .tit h1:after {
  content: "";
  width: 99px;
  height: 2px;
  background: #020202;
  position: absolute;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
}
.index-product .container .tit h1:before {
  content: "";
  width: 99px;
  height: 2px;
  background: #020202;
  position: absolute;
  right: -165px;
  top: 50%;
  transform: translateY(-50%);
}
.index-product .container .tit p {
  font: 14px/24px arial;
  color: #343434;
}
.index-product .container .list #ip .swiper-slide .img-box {
  width: 260px;
  height: 260px;
  border-radius: 100%;
  border: 3px solid #c02001;
  margin: 0 auto 30px;
}
.index-product .container .list #ip .swiper-slide .img-box img {
  width: 100%;
}
.index-product .container .list #ip .swiper-slide p {
  font: bold 20px arial;
  color: #343434;
  text-align: center;
  padding-bottom: 1px;
}
.index-product .container .list #ip .swiper-slide p a:hover {
  color: #c02001;
  border-bottom: 1px solid #c02001;
}
.index-color {
  padding-bottom: 85px;
}
.index-color .container .tit {
  text-align: center;
  margin-bottom: 60px;
}
.index-color .container .tit h1 {
  display: inline-block;
  position: relative;
  font: bold 36px arial;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.index-color .container .tit h1:after {
  content: "";
  width: 99px;
  height: 2px;
  background: #020202;
  position: absolute;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
}
.index-color .container .tit h1:before {
  content: "";
  width: 99px;
  height: 2px;
  background: #020202;
  position: absolute;
  right: -165px;
  top: 50%;
  transform: translateY(-50%);
}
.index-color .container .tit p {
  font: 14px/24px arial;
  color: #343434;
}
.index-color .container .list #icolor .swiper-slide .img-box img {
  width: 100%;
}
.index-color .container .list #icolor .swiper-slide p {
  font: 13px/60px arial;
  color: #fff;
  text-align: center;
  background: #c02001;
}
.index-color .container .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-color .container .bottom .item {
  width: 22%;
}
.index-color .container .bottom .item p:nth-of-type(1) {
  font: bold 20px/50px arial;
  color: #343434;
  padding-left: 65px;
  margin-bottom: 20px;
}
.index-color .container .bottom .item p:nth-of-type(2) {
  font: 14px/24px arial;
  color: #a6a6a6;
}
.index-color .container .bottom .item:nth-of-type(1) p:nth-of-type(1) {
  background: url(../images/icolor1.png) left center no-repeat;
}
.index-color .container .bottom .item:nth-of-type(2) p:nth-of-type(1) {
  background: url(../images/icolor2.png) left center no-repeat;
}
.index-color .container .bottom .item:nth-of-type(3) p:nth-of-type(1) {
  background: url(../images/icolor3.png) left center no-repeat;
}
.index-color .container .bottom .item:nth-of-type(4) p:nth-of-type(1) {
  background: url(../images/icolor4.png) left center no-repeat;
}
.index-about {
  padding-bottom: 80px;
}
.index-about .container .tit {
  text-align: center;
  margin-bottom: 40px;
}
.index-about .container .tit h1 {
  display: inline-block;
  position: relative;
  font: bold 36px arial;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.index-about .container .tit h1:after {
  content: "";
  width: 99px;
  height: 2px;
  background: #020202;
  position: absolute;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
}
.index-about .container .tit h1:before {
  content: "";
  width: 99px;
  height: 2px;
  background: #020202;
  position: absolute;
  right: -165px;
  top: 50%;
  transform: translateY(-50%);
}
.index-about .container .tit p {
  font: 14px/24px arial;
  color: #343434;
}
.index-about .container .content .img {
  width: 48%;
}
.index-about .container .content .img .grid-box .column{
  position: relative;
}
.index-about .container .content .img .grid-box .column img{
  width: 100%;
}
.index-about .container .content .img .grid-box .column>div{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 6px 45px;
  font: 16px arial;
  color: #fff;
  background: linear-gradient(to right,transparent,#c02001,transparent);
  text-transform: uppercase;
}
.index-about .container .content .info {
  width: 52%;
  padding-left: 100px;
  margin-top: 40px;
}
.index-about .container .content .info p:nth-of-type(1) {
  font: 24px arial;
  color: #333333;
  margin-bottom: 20px;
}
.index-about .container .content .info p:nth-of-type(2) {
  font: 16px/30px arial;
  color: #333333;
  margin-bottom: 45px;
}
.index-about .container .content .info a {
  display: block;
  width: 142px;
  height: 42px;
  background: #c02001;
  text-align: center;
  font: 16px/42px arial;
  color: #fff;
  text-transform: uppercase;
}
.index-news {
  padding-bottom: 60px;
}
.index-news .container .tit {
  text-align: center;
  margin-bottom: 75px;
}
.index-news .container .tit h1 {
  display: inline-block;
  position: relative;
  font: bold 36px arial;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.index-news .container .tit h1:after {
  content: "";
  width: 99px;
  height: 2px;
  background: #020202;
  position: absolute;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
}
.index-news .container .tit h1:before {
  content: "";
  width: 99px;
  height: 2px;
  background: #020202;
  position: absolute;
  right: -165px;
  top: 50%;
  transform: translateY(-50%);
}
.index-news .container .list #in .swiper-slide:hover .info {
  background: #c02001;
}
.index-news .container .list #in .swiper-slide:hover .info p:nth-of-type(1) {
  color: #fff;
}
.index-news .container .list #in .swiper-slide:hover .info p:nth-of-type(2) {
  color: #fff;
}
.index-news .container .list #in .swiper-slide:hover .info p:nth-of-type(3) {
  color: #fff;
}
.index-news .container .list #in .swiper-slide .img-box img {
  width: 100%;
}
.index-news .container .list #in .swiper-slide .info {
  padding: 20px 20px 40px;
  background: #eeeeee;
  transition: 300ms;
}
.index-news .container .list #in .swiper-slide .info p:nth-of-type(1) {
  font: bold 20px arial;
  color: #c02001;
}
.index-news .container .list #in .swiper-slide .info p:nth-of-type(2) {
  font: bold 16px arial;
  color: #767676;
  margin: 3px 0 25px 0;
}
.index-news .container .list #in .swiper-slide .info p:nth-of-type(3) {
  font: 14px/24px arial;
  color: #3d3d3d;
}
.index-contact {
  padding: 80px 0;
  background: url(../images/icbg.jpg) center center no-repeat;
  background-size: cover;
}
.index-contact .container ul {
  max-width: 290px;
}
.index-contact .container ul li:not(:last-of-type) {
  margin-bottom: 9px;
}
.index-contact .container ul li:not(:last-of-type) input {
  width: 100%;
  height: 40px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0 10px;
  font: 16px/40px arial;
  color: #8c8c8c;
}
.index-contact .container ul li:not(:last-of-type) textarea {
  width: 100%;
  height: 115px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0 10px;
  font: 16px/40px arial;
  color: #8c8c8c;
}
.index-contact .container ul li:nth-of-type(3) {
  margin-bottom: 30px;
}
.index-contact .container ul li:last-of-type {
  width: 145px;
}
.index-contact .container ul li:last-of-type input {
  width: 100%;
  height: 40px;
  background: #c02001;
  font: 16px arial;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
}
#footer{
  background: #141414;
}
#footer div.wpcf7-response-output{
	color: #fff;
}
#footer .top{
  padding: 75px 0 125px;
}
#footer .top .container .footer-top{
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
#footer .top .container .footer-top ul{
  font-size: 0;
  margin-left: 140px;
	margin-top: 30px;
}
#footer .top .container .footer-top ul li{
  display: inline-block;
  font: 16px/35px arial;
  color: #fff;
  text-transform: uppercase;
  margin-right: 45px;
}
#footer .top .container .footer-top ul li:last-of-type{
  margin-right: 0;
}
#footer .top .container .footer-top ul li a:hover{
  text-decoration: underline;
}
#footer .top .container .footer-top .share{
  font-size: 0;
	margin-top: 30px;
}
#footer .top .container .footer-top .share i{
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}
#footer .top .container .footer-top .share i:last-of-type{
  margin-right: 0;
}
#footer .top .container .footer-bottom{
  font-size: 0;
}
#footer .top .container .footer-bottom .item{
  display: inline-block;
  vertical-align: top;
  padding: 40px 0;
	font-size: 12px;
}
#footer .top .container .footer-bottom .item:nth-of-type(1){
  width: 30%;
  border-right: 1px solid #fff;
}
#footer .top .container .footer-bottom .item:nth-of-type(1) .erweima{
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 3px;
  background: #fff;
}
#footer .top .container .footer-bottom .item:nth-of-type(1) .erweima img{
  width: 100%;
  margin-bottom: 5px;
}
#footer .top .container .footer-bottom .item:nth-of-type(1) .info{
  display: inline-block;
  vertical-align: top;
  width: 60%;
  font: 18px/34px arial;
  color: #fff;
  padding: 0 25px;
}
#footer .top .container .footer-bottom .item:nth-of-type(2){
  width: 34%;
  font: 16px/30px arial;
  color: #fff;
  padding: 40px;
  border-right: 1px solid #fff;
}
#footer .top .container .footer-bottom .item:nth-of-type(3){
  width: 36%;
  padding: 40px;
}
#footer .top .container .footer-bottom .item:nth-of-type(3) p{
  font: 18px arial;
  color: #fff;
  margin-bottom: 8px;
}
#footer .top .container .footer-bottom .item:nth-of-type(3) .search-box{
  position: relative;
}
#footer .top .container .footer-bottom .item:nth-of-type(3) .search-box li{
  position: relative;
}
#footer .top .container .footer-bottom .item:nth-of-type(3) .search-box li input{
  width: 100%;
  height: 50px;
  background: #fff;
  border: none;
  outline: none;
  font: 16px arial;
  color: #000;
  padding: 0 15px;
}
#footer .top .container .footer-bottom .item:nth-of-type(3) .search-box li:nth-of-type(1){
  margin-bottom: 10px;
}
#footer .top .container .footer-bottom .item:nth-of-type(3) .search-box li:nth-of-type(2){
	position: relative;
}
#footer .top .container .footer-bottom .item:nth-of-type(3) .search-box li:nth-of-type(2) input{
  padding: 0 150px 0 15px;
}
#footer .top .container .footer-bottom .item:nth-of-type(3) .search-box li:nth-of-type(2) input[type="submit"]{
  width: 140px;
  height: 50px;
  background: #c02001;
  font: 18px arial;
  color: #fff;
  border: none;
  outline: none;
	position: absolute;
  right: 0;
  top: 0;
	padding: 0;
}
#footer div.wpcf7 .ajax-loader{
  position: absolute;
  right: 15px;
  top: 50%;
  transition: translateY(-50%);
}
#footer .copyright{
  padding: 35px 0;
  background: #0b0b0b;
}
#footer .copyright .container p{
  font: 18px arial;
  color: #fff;
}
@media (max-width: 1440px) {
  .index-banner #banner-prev {
    left: 15px;
  }
  .index-banner #banner-next {
    right: 15px;
  }
  #header .container .center {
    margin-left: 220px;
  }
  #header .container .center .com-name {
    font-size: 30px;
  }
  #header .container .center .menu-box .menu > li {
    margin-left: 60px;
  }
  #header .container .h-lan {
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
	#header .container .center {
    margin-left: 40px;
  }
	.index-banner .swiper-slide .inner{
		display:none;
	}
  #footer .top{
    padding: 60px 0;
  }
  #footer .top .container .footer-top{
    display: none;
  }
}

@media (max-width: 992px) {
  #header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  #header .container {
    padding: 5px 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  }
  #header .container .logo {
    width: 100%;
    text-align: center;
  }
  #header .container .logo img {
    width: 50px;
  }
  #header .container .center {
    display: none;
  }
  #header .container .h-lan {
    display: none;
  }
  #header .container .toggle-btn {
    display: block;
  }
  #header .toggle-nav {
    display: block;
  }
  .index-banner {
    margin-top: 59px;
  }
  .index-banner .swiper-slide .inner {
    top: 50%;
    transform: translateY(-50%);
  }
  .index-banner .swiper-slide .inner p:nth-of-type(1) {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .index-banner .swiper-slide .inner p:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .index-banner #banner-prev,
  .index-banner #banner-next {
    display: none;
  }
  .index-banner #banner-page {
    display: none;
  }
  #footer .top .container .footer-bottom .item{
    width: 100%!important;
    padding: 20px 0!important;
  }
  #footer .top .container .footer-bottom .item:nth-of-type(1) .erweima img:nth-of-type(1){
    display: none;
  }
  #footer .top .container .footer-bottom .item:nth-of-type(1) .info{
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .index-product {
    padding: 60px 0;
  }
  .index-product .container .tit h1 {
    font-size: 20px;
  }
  .index-product .container .tit h1:after {
    display: none;
  }
  .index-product .container .tit h1:before {
    display: none;
  }
  .index-color {
    padding-bottom: 30px;
  }
  .index-color .container .list {
    margin-bottom: 60px;
  }
  .index-color .container .bottom .item {
    width: 48%;
    margin-bottom: 30px;
  }
  .index-color .container .tit h1 {
    font-size: 20px;
  }
  .index-color .container .tit h1:after {
    display: none;
  }
  .index-color .container .tit h1:before {
    display: none;
  }
  .index-about {
    padding-bottom: 60px;
  }
  .index-about .container .content .img-box {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
  .index-about .container .content .info {
    width: 100%;
    float: none;
    padding: 0;
  }
  .index-about .container .tit h1 {
    font-size: 20px;
  }
  .index-about .container .tit h1:after {
    display: none;
  }
  .index-about .container .tit h1:before {
    display: none;
  }
  .index-news .container .tit {
    margin-bottom: 40px;
  }
  .index-news .container .tit h1 {
    font-size: 20px;
  }
  .index-news .container .tit h1:after {
    display: none;
  }
  .index-news .container .tit h1:before {
    display: none;
  }
}
@media (max-width: 576px) {
  .index-banner .swiper-slide .inner p:nth-of-type(1) {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .index-banner .swiper-slide .inner p:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .index-banner .swiper-slide .inner a {
    font-size: 14px;
  }
  .index-color .container .bottom .item {
    width: 100%;
  }
  .index-about .container .content .info p:nth-of-type(1) {
    font-size: 18px;
  }
  .index-about .container .content .info p:nth-of-type(2) {
    font-size: 14px;
  }
  .index-news .container .list #in .swiper-slide .info p:nth-of-type(1) {
    font-size: 18px;
  }
  .index-contact .container ul {
    max-width: 100%;
  }
  #footer .copyright .container p{
    font-size: 14px;
  }
}
.image-gallery{
	margin-top: 15px;
}
.image-gallery li{
	width: 25%;
}
#cs{
	width: 100%;
}
#cs tr td{
	padding: 5px;
	font-size: 16px;
	border: 1px solid #000;
}
.inner-banner {
  position: relative;
  padding-top: 80px;
  height: 280px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
.inner-banner .inner-tit {
  color: #000;
  font-size: 4rem;
  text-transform: capitalize;
}
.inner-banner .bread-crumbs {
  font-size: 1.143rem;
}
.color-banner{
  text-align: center;
  padding-top: 80px;
}
.color-banner .inner-tit {
  color: #000;
  font-size: 4rem;
  text-transform: capitalize;
}
.color-banner .bread-crumbs {
  font-size: 1.143rem;
}
.inner-banner .bread-crumbs, .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
  color: #000;
}
.inner-banner .bread-crumbs a:hover {
  color: #0d73c5;
}
.inner-banner #bdt-header-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sideBar {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  background: #383838;
}
.sideBar .inner-main-tit {
  line-height: 61px;
  color: #fafafc;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.sideBar .side-menu {
  position: relative;
  padding-top: 27px;
  cursor: pointer;
  height: 61px;
}
.sideBar .side-menu span.line {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  margin-bottom: 3px;
}
.sideBar .side-menu.active span.line:first-of-type {
  transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  margin-bottom: -1px;
  margin-top: 6px;
}
.sideBar .side-menu.active span.line:last-of-type {
  transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.sideBar .side-menu.active span.line:nth-of-type(2) {
  display: none;
}
.sideBar .side-menu .cat-list {
  position: absolute;
  right: 0;
  top: 100%;
  background: #f7f7f7;
  width: 184px;
  display: none;
  z-index: 103;
}
.sideBar .side-menu .cat-list li {
  font-size: 16px;
}
.sideBar .side-menu .cat-list li a {
  display: block;
  line-height: 35px;
  color: #101010;
  padding-left: 14px;
}
.sideBar .side-menu .cat-list li a:hover, .sideBar .side-menu .cat-list li a.active {
  color: #fff;
  background: #333;
}


.color-banner {
  position: relative;
  height: 280px;
  background: url("../images/color-banner.jpg") no-repeat center;
  background-size: cover;
}
.color-banner .sideBar {
  z-index: 10;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.color-banner .sideBar .cat-list li {
  float: left;
  line-height: 52px;
  height: 52px;
  position: relative;
}
.color-banner .sideBar .cat-list li .children {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  background: #222;
  display: none;
}
.color-banner .sideBar .cat-list li:hover .children {
  display: block;
}
.color-banner .sideBar .cat-list li a {
  padding: 0 20px 0 46px;
  color: #fff;
  position: relative;
  display: block;
  font-size: 18px;
}
.color-banner .sideBar .cat-list li a:before {
  content:'';
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.color-banner .sideBar .cat-list li a:hover, .inner-banner .sideBar .cat-list li a.active {
  background-color: #c02001;
  color: #fff;
}
.color-banner .sideBar .cat-list li .children li a {
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.color-bread {
  border-bottom: 1px solid #ebebeb;
  line-height: 24px;
  padding: 13px 0;
}
.color-bread, .bread-crumbs a, .bread-crumbs span {
  font-size: 12px;
  color: #666;
}


.inner-page p {
  color: #3a3a3a;
  line-height: 40px;
  font-size: 18px;
}
.about-page .a-tit h3 {
  color: #363636;
  font-size: 2.857rem;
}
.about-page .a-tit p {
  color: #363636;
  margin-top: -6px;
}
.about-page .about-artical {
  padding: 51px 0 63px;
  background: #fafafc;
}
.about-page .about-artical .con-box {
  margin-top: 53px;
}
.about-page .about-artical .con-box img {
  margin-bottom: 50px;
}
.about-page .about-artical .con-box p {
  margin-bottom: 29px;
}
.about-page .a-factory .swiper-slide > a {
  position: relative;
  display: block;
}
.about-page .a-factory .swiper-slide > a img {
  width: 100%;
}
.about-page .a-factory .swiper-slide > a:after {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.about-page .a-factory .swiper-slide > a:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-page .a-culture {
  padding: 88px 0 155px;
}
.about-page .a-culture .a-tit {
  margin-bottom: 95px;
}
.about-page .i-network {
  background-image: url("../images/a-network-bg.jpg");
  padding-top: 155px;
}
.about-page .i-network .con-box {
  margin-right: -150px;
}
.about-page .i-network .intro, .about-page .i-network .add-sale {
  color: #fff;
}
.about-page .i-network .tit {
  color: #389dee;
}
.about-page .i-network .add-sale {
  max-width: 630px;
  font-size: 1.1423rem;
  margin-top: 14px;
}
.about-page .a-whyUs {
  padding: 118px 0 50px;
  background: #fafafc;
}
.about-page .a-whyUs .why-list {
  margin-top: 91px!important;
}
.about-page .a-whyUs .why-list > .column {
  margin-bottom: 74px!important;
}
.about-page .a-whyUs .why-list > .column > .img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  width: 116px!important;
  height: 116px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  background-repeat: no-repeat;
  background-position: center;
}
.about-page .a-whyUs .why-list > .column > .con {
  width: 78.65%!important;
  padding-left: 5.3%!important;
}
.about-page .a-whyUs .why-list > .column > .con h3 {
  color: #6a6a6a;
  font-size: 1.571rem;
}
.about-page .a-whyUs .why-list > .column > .con p {
  font-size: 1.1428rem;
  margin-top: 12px;
  padding-right: 6%;
}
.about-page .a-whyUs .why-list > .column:hover .img {
  background-color: #0d73c5;
  border-color: #0d73c5;
}
.about-page .a-whyUs .why-list > .column.custom > .img {
  background-image: url("../images/i-why-ico01.png");
}
.about-page .a-whyUs .why-list > .column.custom:hover .img {
  background-image: url("../images/i-why-ico01-h.png");
}
.about-page .a-whyUs .why-list > .column.quality > .img {
  background-image: url("../images/i-why-ico02.png");
}
.about-page .a-whyUs .why-list > .column.quality:hover .img {
  background-image: url("../images/i-why-ico02-h.png");
}
.about-page .a-whyUs .why-list > .column.cost > .img {
  background-image: url("../images/i-why-ico06.png");
}
.about-page .a-whyUs .why-list > .column.cost:hover .img {
  background-image: url("../images/i-why-ico06-h.png");
}
.about-page .a-whyUs .why-list > .column.service > .img {
  background-image: url("../images/i-why-ico04.png");
}
.about-page .a-whyUs .why-list > .column.service:hover .img {
  background-image: url("../images/i-why-ico04-h.png");
}
.about-page .a-whyUs .why-list > .column.capacity > .img {
  background-image: url("../images/i-why-ico03.png");
}
.about-page .a-whyUs .why-list > .column.capacity:hover .img {
  background-image: url("../images/i-why-ico03-h.png");
}
.about-page .a-whyUs .why-list > .column.ship > .img {
  background-image: url("../images/i-why-ico05.png");
}
.about-page .a-whyUs .why-list > .column.ship:hover .img {
  background-image: url("../images/i-why-ico05-h.png");
}
.product-page {
  padding: 60px 0 60px;
  background: #fafafc;
}
.product-page .color-box{
  max-width: 1000px;
  margin: 0 auto;
}
.product-page .color-box .cate-img{
  max-width: 400px;
  margin: 0 auto;
}
.product-page .color-box .cate-img img{
  width: 100%;
}
.product-page .color-box #color{
  margin-top: 20px;
}
.product-page .color-box #color img{
  width: 100%;
}
.product-page .pro-list {
  padding: 0;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 1rem;
  margin-top: 40px;
}
.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: 28px;
  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 .pro-main-tit {
  color: #2d2d2d;
  font-size: 2.357rem;
  margin-bottom: 57px;
}
.prodet-page .det-head {
  padding: 56px 0 73px;
  background: #fafafc;
}
.prodet-page .det-head .pro-pic {
  width: 38.6%!important;
}
.prodet-page .det-head .pro-pic img {
  width: 100%;
}
.prodet-page .det-head .pro-det-one {
  padding-left: 11.25%!important;
  width: 61.4%!important;
}
.prodet-page .det-head .pro-det-one .pro-tit {
  color: #2d2d2d;
  font-size: 2.357rem;
}
.prodet-page .det-head .pro-det-one .cname {
  color: #2d2d2d;
  font-size: 1.4286rem;
  margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
  margin: 20px 0 62px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
  margin-bottom: 6px;
  color: #2d2d2d;
  font-size: 1.2rem;
  display: block;
  position: relative;
  background: #fff;
  max-width: 456px;
  line-height: 38px;
  padding: 0 36px 0 26px;
}
.prodet-page .det-head .pro-det-one .pro-links a .icon {
  position: absolute;
  right: 9px;
  top: 7px;
  font-size: 1.5rem;
  color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
  background: #333;
  color: #fff;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery:after {
  content:'';
  display: block;
  width: 0;
  clear: both;
  height: 0;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
  padding: 0;
  float: left;
  width: 15%;
  margin-right: 8px;
  border: 1px solid #f4f4f4;
}
.prodet-page .det-body {
  padding: 85px 0 153px;
  background: #fff;
}
.prodet-page .det-body .con table{
	width: 100%!important;
	margin: 20px 0;
}
.prodet-page .det-body .con table tr td{
	padding: 5px;
	border: 1px solid #333;
	font-size: 16px;
	width: auto!important;
	color: #000!important;
}
.prodet-page .det-body .con table tr td span{
	font-size: 18px;
	line-height: 40px;
	color: #3a3a3a;
}
.prodet-page .det-body .con table tr:nth-of-type(2n){
	background: #ccc;
}
.prodet-page .det-fot {
  padding: 76px 0 90px;
  background: #fafafc;
}
.prodet-page .det-fot .pro-main-tit {
  margin-bottom: 0;
}
.prodet-page .det-fot .pro-list {
  padding: 0;
  margin-top: 50px;
}
.prodet-page{
  padding: 60px 0;
}
.prodet-page .inner-prodet-section:nth-of-type(1) .content,
.prodet-page .inner-prodet-section:nth-of-type(2) .content{
  padding: 30px 15px;
}
.prodet-page .inner-prodet-section .tit{
  padding: 10px 35px;
  background: #404040;
  font-size: 30px;
  color: #fff;
}
.prodet-page .inner-prodet-section .tit img{
  vertical-align: middle;
  margin-right: 25px;
}
.prodet-page .inner-prodet-section .content .pro-img{
  width: 30%;
}
.prodet-page .inner-prodet-section .content .pro-img img{
  width: 100%;
}
.prodet-page .inner-prodet-section .content .pro-info{
  width: 70%;
  margin-top: 60px;
}
.prodet-page .inner-prodet-section .content img{
  width: 100%;
}
.prodet-page .inner-prodet-section .content table{
	width: 100%!important;
}
.prodet-page .inner-prodet-section .content table tr td{
	padding: 5px;
	border: 1px solid #000;
	font-size: 18px;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  max-height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 1.6rem;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #1170d5;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 1.2rem;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #1170d5;
}
.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;
}
.news-page .new-list li .new-pic.five {
  width: 30%;
}
.news-page .new-list li .new-con.eleven {
  width: 70%;
  padding-left: 5%;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  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;
}
.contact-page .c-info {
  padding: 98px 0 110px;
  background: #fafafc;
}
.contact-page .c-info .c-info-box {
  width: 50%;
}
.contact-page .c-info .c-tit h3 {
  color: #2d2d2d;
  font-size: 2.714rem;
}
.contact-page .c-info .c-tit p {
  margin-top: -7px;
}
.contact-page .c-info .clist {
  margin-top: 42px;
  color: #2d2d2d;
  line-height: 36px;
  font-size: 1.4285rem;
  position: relative;
}
.contact-page .c-info .clist i {
  display: block;
  margin-bottom: 26px;
}
.contact-page .c-info .clist .qr-code {
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 145px;
  padding: 5px;
  background: #e9e9e9;
}
.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: #343434;
  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: #1170d5;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  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;
}
.inner-page .pro-list {
  margin-top: 36px;
}
.inner-page .pro-list .swiper-slide {
  border: 1px solid #f3f3f3;
}
.inner-page .pro-list .swiper-slide .tit {
  text-align: center;
  padding: 25px 0;
  background: #fff;
  font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inner-page .pro-list .swiper-slide .tit a {
  color: #2d2d2d;
  display: inline-block;
  position: relative;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .inner-banner {
    height: 200px;
    padding-top: 70px;
  }
  .about-page .a-culture {
    padding: 60px 0 50px;
  }
  .about-page .a-culture .a-tit {
    margin-bottom: 50px;
  }
  .about-page .i-network .add-sale {
    display: none;
  }
  .about-page .i-network .con-box {
    margin-right: 0;
    margin-top: 90%;
  }
  .about-page .a-whyUs {
    padding-top: 60px;
  }
  .about-page .a-whyUs .why-list {
    margin-top: 50px!important;
  }
  .about-page .a-whyUs .why-list > .column > .img {
    display: none;
  }
  .prodet-page .det-head .pro-det-one .pro-links {
    margin: 40px 0;
  }
  .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    width: 25%;
  }
  .prodet-page .det-body {
    padding: 50px 0;
  }
  .contact-page .c-info .clist .qr-code {
    display: none;
  }
  .layer-form .contact100-form-title {
    min-height: 88px;
    font-size: 24px;
  }
  .layer-form input.input100 {
    height: 40px;
  }
  .layer-form textarea.input100 {
    min-height: 110px;
  }
  .faq-page .faq-list dt i.icon {
    display: none;
  }
}

#index-body .a-more{
  background: rgba(224, 0, 0, 0.66);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  width: 169px;
  line-height: 55px;
  text-align: center;
  margin-top: 40px;
}
#index-body .a-more:hover{
  background: #000;
}
.qr-box{
  width: 100px;
  padding: 5px;
  background: #fff;
  position: absolute;
  left: -120px;
  bottom: 0;
}

.contact-page .cn-form {
  width: 48%;
  padding: 25px 35px 15px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 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: #333;
  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: #1170d5;
  box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 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: 315px;
  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: #1170d5;
  box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 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%;
  display: inline-block;
}
.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;
}
@media screen and (max-width: 1200px){
  .contact-page .c-info .c-info-box,
  .contact-page .cn-form{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .qr-box{
    display: none;
  }
}

@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: 25% !important;
    float: left;
    padding: 10px;
  }
}
.i-product {
  display: inline-block;
  width: 100%;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .con-box a:hover {
  color: #1170d5!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 10px 15px 5px;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}
.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;
}

.spinner {
  margin: 0 auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -30px;
  margin-left: -25px;
}

.spinner > div {
  background-color: #ebebeb;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
       transform: scaleY(1.0);
       -webkit-transform: scaleY(1.0);
     }
}
.grid-box {
  display: inline-block;
  width: 100%;
  margin: -10px;
}
.grid-box .column {
  padding: 10px;
}
.button-group .button {
  background: #333 !important;
}
.cn-form .m-form-r li.pcsb {
  display: none;
}
@media screen and (max-width: 1000px){
  .prodet-page .det-head .pro-det-one {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .prodet-page .det-head .pro-pic {
    width: 100% !important;
    text-align: center;
  }
  .prodet-page .det-head .pro-pic img {
    margin: 0 auto;
  }
  .prodet-page .pro-main-tit {
    font-size: 2rem;
  }
  .prodet-page .det-fot .pro-list .grid-box .column:last-child {
    display: none;
  }
  .grid-box.four>.column {
    width: 33.3333%;
  }
  .inner-banner .inner-tit {
    font-size: 2.7rem;
  }
  .news-page .new-list li .new-con.eleven {
    width: 100%;
    padding-left: 0;
  }
  .news-page .new-list li .new-pic.five {
    display: none;
  }
  .contact-page .cn-form {
    margin-top: 40px;
  }
  .inner-page .pro-list .grid-box .column{
    width: 33.33%;
  }

}

@media screen and (max-width: 700px){
  #mapContainer {
    height: 250px !important;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .c-info .c-tit h3 {
    font-size: 2rem;
  }
  .inner-page p {
    font-size: 15px;
  }
  .cn-form .m-form-l {
    width: 100%;
  }
  .cn-form .m-form-r {
    width: 100%;
  }
  .cn-form .m-form-r li.pcsb {
    display: block;
  }
  .cn-form .m-form-l li.pcsb {
    display: none;
  }
  .cn-form .m-form-r textarea {
    height: 120px;
  }
  .contact-page .cn-form {
    padding: 10px;
  }
  .inner-banner .inner-tit {
    font-size: 2rem;
  }
  .inner-banner .bread-crumbs {
    font-size: 1rem;
  }
  .sideBar .inner-main-tit {
    font-size: 1.2rem;
  }
  .sideBar .side-menu {
    display: none;
  }
  .grid-box.four>.column {
    width: 100%;
  }
  .inner-page .pro-list .swiper-slide .tit {
    padding: 15px 0;
  }
  .grid-box {
    margin: 0;
  }
  .grid-box .column {
    padding: 0;
    margin-bottom: 15px;
  }
  .prodet-page .det-head .pro-det-one .cname {
    font-size: 1.2rem;
  }
  .prodet-page .det-head .pro-det-one .pro-links a {
    font-size: .8rem;
  }
  .prodet-page .pro-main-tit {
    font-size: 1.5rem;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 1.5rem;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 1rem;
    line-height: 24px;
    margin: 15px 0;
  }
  .news-page .new-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #cs td, #cs th {
    font-size: 12px;
  }
  .prodet-page .det-head .pro-det-one .cname {
    font-size: .9rem;
  }
.inner-page .pro-list .grid-box .column{
    width: 50%;
    padding: 20px!important;
  }
  .prodet-page .inner-prodet-section .tit{
    font-size: 18px;
  }
  .prodet-page .inner-prodet-section .content .pro-img{
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .prodet-page .inner-prodet-section .content .pro-info{
    width: 100%;
    float: none;
  }
  .color-banner .sideBar .cat-list li{
  	line-height: 25px;
  	height: 25px;
  }
  .color-banner .sideBar .cat-list li a{
  	font-size: 14px;
  	padding: 0 10px 0 35px;
  }

}

@media (max-width:576px){
  .color-banner{
    background: url("../images/color-banner2.jpg") no-repeat center;
    background-size: cover;
    margin-top: 59px;
  }
}

