@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(../fonts/SourceHanSansCN-Regular.ttf) format('truetype'), url(../fonts/SourceHanSansCN-Regular.eot) format('eot'), url(../fonts/SourceHanSansCN-Regular.woff) format('woff'), url(../fonts/SourceHanSansCN-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url(../fonts/SourceHanSansCN-Bold.ttf) format('truetype'), url(../fonts/SourceHanSansCN-Bold.eot) format('eot'), url(../fonts/SourceHanSansCN-Bold.woff) format('woff'), url(../fonts/SourceHanSansCN-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url(../fonts/Oswald-Medium.ttf) format('truetype'), url(../fonts/Oswald-Medium.eot) format('eot'), url(../fonts/Oswald-Medium.woff) format('woff'), url(../fonts/Oswald-Medium.woff2) format('woff2');
}
.container {
  width: 1398px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header .nav {
  background: #fff;
  position: relative;
  padding: 0 5%;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  color: #000000;
  font-size: 20px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .logo {
  padding-top: 20px;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 120px;
  height: 120px;
  position: relative;
  padding-right: 30px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 25px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  content: '';
  position: absolute;
  top: 50px;
  right: -22px;
  width: 1px;
  height: 20px;
  background: #000000;
}
#header .nav .menu-box .menu > li:last-child:after {
  display: none;
}
#header .nav .menu-box .menu > li > a {
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #c50f0f;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #c50f0f;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #c50f0f;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#banner .banner-list {
  position: relative;
}
#banner .banner-list .icon {
  position: absolute;
  width: 89px;
  height: 89px;
  background: url(../images/banner-l.png) no-repeat center;
  left: 0;
  top: 45%;
  z-index: 2;
  cursor: pointer;
}
#banner .banner-list .right {
  left: auto;
  right: 0;
  background: url(../images/banner-r.png) no-repeat center;
}
#banner .banner-list .swiper-slide {
  position: relative;
}
#banner .banner-list .swiper-slide .img {
  position: relative;
}
#banner .banner-list .swiper-slide .img .text {
  position: absolute;
  z-index: 2;
  width: 50%;
  left: 12%;
  top: 35%;
  text-align: left;
}
#banner .banner-list .swiper-slide .img .text h2 {
  color: #fff;
  font-size: 58px;
  text-transform: uppercase;
  font-family: SourceHanSansCN-Regular;
}
#banner .banner-list .swiper-slide .img .text p {
  color: #fff;
  padding: 20px 0;
  font-size: 21px;
  text-transform: uppercase;
  font-family: SourceHanSansCN-Regular;
  font-style: italic;
}
#banner .banner-list .swiper-slide h2 {
  transform: translateY(200px);
  opacity: 0;
  transition: all .2s;
}
#banner .banner-list .swiper-slide p {
  transform: translateY(200px);
  opacity: 0;
  transition: all .4s;
}
#banner .banner-list .swiper-slide .text img {
  transform: translateY(200px);
  opacity: 0;
  transition: all .6s;
}
#banner .banner-list .ani-slide h2,
#banner .banner-list .ani-slide p,
#banner .banner-list .ani-slide .text img {
  transform: translateY(0);
  opacity: 1;
}
#index-body {
  border-top: 6px solid #000;
}
#index-body h2.h2 {
  text-transform: uppercase;
  font-size: 64px;
  text-align: center;
  color: rgba(255, 255, 255, 0.1);
  line-height: 40px;
  font-family: 'Oswald-Medium';
}
#index-body .bg {
  background: url(../images/tit-bg.png) no-repeat center bottom;
  padding-bottom: 25px;
}
#index-body .bg h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
#index-body .bg img {
  display: block;
  margin: 0 auto;
}
#index-body .i-why {
  background: url(../images/why-bg.jpg) repeat center;
  padding: 60px 0 110px;
}
#index-body .i-why .grid-box.three {
  margin-top: 30px;
}
#index-body .i-why .grid-box.three .column {
  padding-bottom: 40px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-why .grid-box.three .column .grid-box.two .column:nth-child(1) {
  width: 18%;
}
#index-body .i-why .grid-box.three .column .grid-box.two .column:nth-child(1) img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-why .grid-box.three .column .grid-box.two .column:nth-child(2) {
  width: 82%;
  padding-right: 8%;
}
#index-body .i-why .grid-box.three .column .grid-box.two .column:nth-child(2) h2 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
#index-body .i-why .grid-box.three .column .grid-box.two .column:nth-child(2) p {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
}
#index-body .i-why .grid-box.three .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
#index-body .i-why .grid-box.three .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .i-product {
  background: #f4f4f4;
  padding: 60px 0 80px;
}
#index-body .i-product h2.h2 {
  color: rgba(178, 178, 178, 0.38);
}
#index-body .i-product h3 {
  color: #000000;
}
#index-body .i-product .pro-list .slideBox {
  margin-top: 30px;
  padding: 20px 10px;
}
#index-body .i-product .pro-list .slideBox .swiper-slide .img {
  border: 1px solid #d5d5d5;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-product .pro-list .slideBox .swiper-slide .img img{
  background-color: #d6d6d6;
}
#index-body .i-product .pro-list .slideBox .swiper-slide .text {
  padding: 30px;
  text-align: center;
  background: #fff
}
#index-body .i-product .pro-list .slideBox .swiper-slide .text h2 {
  padding: 20px 0;
}
#index-body .i-product .pro-list .slideBox .swiper-slide .text h2 a {
  font-size: 24px;
}
#index-body .i-product .pro-list .slideBox .swiper-slide .text p {
  color: #b2b2b2;
  font-size: 18px;
  line-height: 30px;
}
#index-body .i-product .pro-list .slideBox .swiper-slide .text a.more {
  display: block;
  width: 60%;
  height: 60px;
  line-height: 60px;
  background: #000000;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: 0 auto;
  margin-top: 50px;
}
#index-body .i-product .pro-list .slideBox .swiper-slide:hover a.more {
  background: #da251c;
}
#index-body .i-product .pro-list .slideBox .swiper-slide:hover .img {
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .i-product .pro-list .MyClass {
  bottom: -30px;
}
#index-body .i-product .pro-list .MyClass .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #bebebe;
}
#index-body .i-product .pro-list .MyClass .swiper-pagination-bullet-active {
  background: #c50f0f;
}
#index-body .i-about {
  margin-top: -30px;
  background: url(../images/about-bg_02.jpg) no-repeat center;
}
#index-body .i-about .grid-box .column:nth-child(1) {
  width: 40%;
}
#index-body .i-about .grid-box .column:nth-child(2) {
  padding: 130px 0 110px;
  padding-left: 12%;
  padding-right: 10%;
  width: 60%;
  background: url(../images/sjx.png) no-repeat center;
  background-size: 100% 100%;
}
#index-body .i-about .grid-box .column:nth-child(2) h2 {
  font-size: 32px;
  color: #fff;
}
#index-body .i-about .grid-box .column:nth-child(2) h3 {
  font-size: 64px;
  color: #fff;
  background: url(../images/img-line.png) no-repeat bottom left;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#index-body .i-about .grid-box .column:nth-child(2) h4 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
#index-body .i-about .grid-box .column:nth-child(2) p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 0;
}
#index-body .i-about .grid-box .column:nth-child(2) a.more {
  display: block;
  width: 40%;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-top: 30px;
}
#index-body .i-news {
  padding: 90px 0;
}
#index-body .i-news h2.h2 {
  color: rgba(178, 178, 178, 0.38);
  text-align: left;
}
#index-body .i-news h3 {
  color: #000000;
  text-align: left;
  margin-bottom: 6px;
}
#index-body .i-news .bg {
  background: none;
  padding-bottom: 6px;
}
#index-body .i-news .bg img {
  margin: 0;
}
#index-body .i-news .grid-box .column {
  width: 28%;
}
#index-body .i-news .grid-box .column:nth-child(1) {
  padding-top: 10%;
}
#index-body .i-news .grid-box .column:nth-child(2) {
  width: 72%;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-wrapper {
  padding-top: 55px;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide {
  border: 1px solid #ccc;
  position: relative;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .time {
  position: absolute;
  top: -55px;
  right: 5%;
  width: 77px;
  height: 129px;
  background: url(../images/time.png) no-repeat center;
  text-align: center;
  padding: 10px 20px;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .time h3 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .time p {
  color: #fff;
  font-size: 16px;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column {
  width: 50%;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(1) {
  padding: 7% 1% 3% 5%;
  background: url(../images/news-l.png) no-repeat center;
  background-size: 100% 100%;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(1) a:hover {
  color: #c50f0f;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(1) h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(1) p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(1) a.more {
  font-size: 18px;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(2){
    position:relative;
}
#index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(2) .sj{
    width:50px;
    height:100%;
    background: url(../images/sj.png) no-repeat center;
    background-size: 100% 100%; position:absolute;
    left:-2px;
    top:0;
    z-index:8;
}
#index-body .init-4 {
  background: #c50f0f;
  background-repeat: no-repeat;
  padding: 50px 0;
}
#index-body .init-4 h2 {
  font-size: 48px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
#index-body .init-4 h2:after {
  content: '';
  width: 80px;
  display: block;
  margin: 10px auto;
  border-bottom: 3px solid white;
}
#index-body .init-4 ul {
  display: inline-block;
  width: 100%;
  margin: -10px;
}
#index-body .init-4 ul li {
  width: 14.285%;
  float: left;
  position: relative;
  padding: 0 10px;
  text-align: center;
}
#index-body .init-4 ul li i {
  height: 80px;
  width: 80px;
  display: block;
  border-radius: 100%;
  border: 3px solid white;
  font-size: 30px;
  text-align: center;
  line-height: 80px;
  color: white;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 ul li i.smile {
  background: url(../images/1-1.png) no-repeat center;
}
#index-body .init-4 ul li i.users {
  background: url(../images/1-2.png) no-repeat center;
}
#index-body .init-4 ul li i.file {
  background: url(../images/1-3.png) no-repeat center;
}
#index-body .init-4 ul li i.money {
  background: url(../images/1-4.png) no-repeat center;
}
#index-body .init-4 ul li i.cogs {
  background: url(../images/1-5.png) no-repeat center;
}
#index-body .init-4 ul li i.truck {
  background: url(../images/1-6.png) no-repeat center;
}
#index-body .init-4 ul li i.globe {
  background: url(../images/1-7.png) no-repeat center;
}
#index-body .init-4 ul li h3 {
  font-size: 14px;
  color: white;
  line-height: 20px;
  padding-top: 10px;
  word-break: break-all;
}
#index-body .init-4 ul li:after {
  content: "";
  font-family: Icons;
  position: absolute;
  right: 0;
  top: 25px;
  width: 19px;
  height: 40px;
  background: url(../images/right_07.jpg) no-repeat center;
  -webkit-transform: translate(50%);
  -moz-transform: translate(50%);
  -ms-transform: translate(50%);
  -o-transform: translate(50%);
  transform: translate(50%);
}
#index-body .init-4 ul li:hover i {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
#index-body .init-4 ul li:last-child:after {
  display: none;
}
#footer {
  background: #131313;
}
#footer a:hover {
  color: #c50f0f !important;
}
#footer .footer-top {
  padding: 50px 0;
}
#footer .footer-top .f-message {
  border-bottom: 1px solid #434343;
  margin-bottom: 30px;
}
#footer .footer-top .f-message .grid-box .column {
  border-right: 1px solid #434343;
  padding: 20px 0 20px 20px;
  width: 30%;
}
#footer .footer-top .f-message .grid-box .column:nth-child(2n) {
  width: 20%;
}
#footer .footer-top .f-message .grid-box .column:last-child {
  border-right: none;
}
#footer .footer-top .f-message .grid-box .column p {
  line-height: 38px;
  position: relative;
  padding-left: 40px;
}
#footer .footer-top .f-message .grid-box .column p .fa {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 6px;
  background: url(../images/add.png) no-repeat center;
}
#footer .footer-top .f-message .grid-box .column p .fa-tel {
  background: url(../images/tel.png) no-repeat center;
}
#footer .footer-top .f-message .grid-box .column p .fa-enve {
  background: url(../images/mail.png) no-repeat center;
}
#footer .footer-top .f-message .grid-box .column p .fa-clock {
  background: url(../images/clock.png) no-repeat center;
}
#footer .footer-top .grid-box .column {
  width: 20%;
}
#footer .footer-top .grid-box .i-company {
  width: 40% !important;
  padding-right: 10%;
}
#footer .footer-top .grid-box .i-company a.more {
  display: block;
  width: 175px;
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  background: #282828;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#footer .footer-top .i-qr img {
  width: 160px;
}
#footer .footer-top .i-qr .column{
  width: 50%;
  padding-right: 10px;
}
#footer .footer-top h2 {
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
#footer .footer-top p {
  color: #949494;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
}
#footer .footer-top ul li {
  line-height: 30px;
}
#footer .footer-top ul li a {
  color: #949494;
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-bottom {
  padding-bottom: 20px;
}
#footer .footer-bottom .container {
  border-top: 4px solid #2b2b2b;
}
#footer .footer-bottom p {
  color: #949494;
  font-size: 16px;
  padding: 10px 0;
  line-height: 30px;
}
#footer .footer-bottom p a {
  color: #949494;
}
@media screen and (max-width: 1480px) {
  .container {
    width: 1230px;
  }
  #header .nav .menu-box .menu > li > a {
    font-size: 16px;
  }
  #header .nav .logo {
    padding-top: 35px;
    width: 30%;
  }
  .mlztx {
    display: none;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #index-body .i-about .grid-box .column:nth-child(2) h3 {
    font-size: 35px;
  }
  #index-body h2.h2 {
    font-size: 35px;
    line-height: 35px;
  }
  #index-body .bg h3 {
    font-size: 25px;
  }
  #index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(1) h2 {
    font-size: 16px;
  }
  #index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(1) p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 4px;
  }
  #index-body .i-news {
    padding: 30px 0;
  }
  #index-body .i-product .pro-list .slideBox .swiper-slide .text h2 {
    padding: 5px 0;
    font-size: 16px;
  }
  #banner .banner-list .swiper-slide .img .text h2,
  #index-body .i-about .grid-box .column:nth-child(2) h4 {
    font-size: 25px;
  }
  #index-body .i-why .grid-box.three .column .grid-box.two .column:nth-child(2) p {
    font-size: 14px;
    line-height: 25px;
  }
  #index-body .i-product .pro-list .slideBox .swiper-slide .text p {
    font-size: 14px;
    line-height: 25px;
  }
  #index-body .i-about .grid-box .column:nth-child(2) p {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {

  #footer .footer-top .grid-box .column{
    display: none;
  }
  #footer .footer-top .grid-box .i-company{
    display: block;
  }
  .container {
    width: 700px;
  }
  #index-body .i-why .grid-box.three .column .grid-box.two .column:nth-child(2) h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #index-body .i-why {
    background: url(../images/why-bg.jpg) repeat center;
    padding: 30px 0 30px;
  }
  #index-body .i-product .pro-list .slideBox .swiper-slide .text h2 a {
    font-size: 18px;
  }
  #index-body .i-product .pro-list .slideBox .swiper-slide .text a.more {
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    margin-top: 20px;
  }
  #index-body .i-about .grid-box .column:nth-child(2) h3 {
    font-size: 28px;
  }
  #index-body .i-about .grid-box .column:nth-child(2) a.more {
    width: 55%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
  #index-body .i-news .grid-box .column:nth-child(1) {
    padding-top: 0;
    width: 100%;
  }
  #index-body .i-news .grid-box .column:nth-child(2) {
    width: 100%;
  }
  #index-body .init-4 ul li {
    width: 25%;
    margin-bottom: 10px;
  }
  #footer .footer-top .f-message .grid-box .column {
    width: 50% !important;
    padding: 5px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #banner .banner-list .swiper-slide .img .text h2,
  #index-body .i-about .grid-box .column:nth-child(2) h4,
  #banner .banner-list .swiper-slide .img .text p {
    font-size: 15px;
    padding: 0;
  }
  #banner .banner-list .swiper-slide .img .text {
    top: 18px;
  }
  #index-body .bg h3,
  #index-body .i-about .grid-box .column:nth-child(2) h2,
  #index-body .i-about .grid-box .column:nth-child(2) h3 {
    font-size: 18px;
  }
  #index-body .i-why .grid-box.three .column {
    width: 100% !important;
    padding-right: 0 !important;
    padding-bottom: 5px !important;
  }
  #index-body .i-why .grid-box.three {
    margin-top: 10px;
  }
  #index-body .i-product .pro-list .slideBox {
    margin-top: 10px;
    padding: 20px 10px;
  }
  #index-body .i-about .grid-box .column:nth-child(2) {
    padding: 30px 0;
    padding-left: 23%;
    padding-right: 3%;
    width: 100%;
  }
  #index-body h2.h2 {
    font-size: 25px;
  }
  #index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(1),
  #index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column {
    width: 100%;
  }
  #index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .time p {
    font-size: 15px;
  }
  #index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .time h3 {
    font-size: 20px;
  }
  #index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .time {
    position: absolute;
    top: -63px;
    right: 3%;
    width: 54px;
    height: 106px;
    padding: 13px 8px;
  }
  #index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(1) a.more {
    font-size: 14px;
  }
  #index-body .init-4,
  #footer .footer-top .grid-box .column:last-child {
    display: none;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #footer .footer-top .f-message .grid-box .column {
    width: 100% !important;
    padding: 5px;
  }
  #footer .footer-top .f-message .grid-box .column p {
    line-height: 25px;
  }
  #footer .footer-top .grid-box .i-company {
    width: 100% !important;
    padding-right: 0;
  }
  #footer .footer-top .grid-box .column {
    width: 50%;
    padding-bottom: 20px;
  }
  #footer .footer-top h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #footer .footer-top p {
    font-size: 14px;
    line-height: 28px;
    padding: 5px 0;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  #footer .footer-bottom p {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 320px;
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
  padding-top: 166px;
}
.inner-banner .inner-tit{
  display: none;
}
.inner-page {
  background: #f4f4f4;
  padding-bottom: 60px;
  display: inline-block;
  width: 100%;
}
.inner-page .bread-crumbs {
  padding: 15px 0 10px;
}
.inner-page .bread-crumbs,
.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
  font-size: 16px;
  color: #a4a7a8;
}
.inner-page .bread-crumbs a:first-child{
  color: #adb3b7;
  font-size: 16px;
}
.inner-page .bread-crumbs a:hover {
  color: #c50f0f;
}
.inner-page .sidebar {
  width: 23.3%;
}
.inner-page .sidebar .side-top,
.inner-page .sidebar .side-contact{
  padding: 26px 26px 32px 20px;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.inner-page .sidebar .side-tit {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.inner-page .sidebar .side-top .side-menu {
  padding: 8px 0;
}
.inner-page .sidebar .side-top .side-menu li{
  margin-bottom: 3px;
}
.inner-page .sidebar .side-top .side-menu li a {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  background: #fafafa;
  color: #000000;
  font-size: 14px;
  padding: 0 15px 0 36px;
  display: block;
}
.inner-page .sidebar .side-top .side-menu li .children{
  padding-left: 20px;
}
.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active {
  background: #c50f0f;
  color: #fff;
}
.inner-page .sidebar .side-contact{
  margin-top: 19px;
  padding-right: 35px;
  padding-left: 19px;
}
.inner-page .sidebar .side-contact .side-tit{
  margin-bottom: 13px;
}
.inner-page .sidebar .side-contact li:first-child{
  border-top: 1px dashed #d1d1d1;
}
.inner-page .sidebar .side-contact li{
  padding: 20px 0 18px;
  border-bottom: 1px dashed #d1d1d1;
}
.inner-page .sidebar .side-contact li i.icon{
  float: left;
  width: 8%;
  font-size: 16px;
}
.inner-page .sidebar .side-contact li span{
  float: right;
  width: 88%;
  font-size: 14px;
  color: #000000;
}
.inner-page .page-right-bar {
  width: 74%;
}
.inner-page .page-right-bar .bucuodes a {
  color:rgba(0, 0, 0, 0.87);
}
.inner-page .piclist li .litit {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
}
.inner-page .piclist li .liintro {
  font-size: 14px;
  color: #333;
  margin-top: 6px;
}
.inner-page .piclist li:hover .litit {
  color: #c50f0f;
}
.about-page .about-artical img {
  width: auto;
  max-width: 100%;
}
.about-page .about-artical p {
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px;
}
.product-page .piclist ul {
  font-size: 0;
  margin: 0 -10px;
}
.product-page .piclist li {
  margin-bottom: 20px;
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.product-page .piclist li img{
  background: #d6d6d6;
}
.product-page .piclist li h3{
  color: #000;
}
.product-page .piclist li .layer-box{
  display: none!important;
}
.i-pro-load-img{
  position: absolute;
  top: 100px;
  left: 50%;
  width: auto;
  height: auto;
  margin: 0 0 0 -15px;
  width: 30px;
}
.product-page .piclist li h3{
  display: block;
  text-align: left;
  padding-top:15px;
  border-top:1px solid #000;
  font-size: 15px;
  margin-top: 16px;
}
.product-page .piclist li h3 a{
  color: #333;
}
.prodet-page .product-details .prodet-top-l {
  width: 45%;
}
.prodet-page .product-details .prodet-top-l img{
  width: 100%;
  background: #d6d6d6;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
  float: left;
  width: 15%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 0;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 50%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
}
.prodet-page .product-details .prodet-top-r .prodetail {
  margin: 20px 0 30px;
  font-size: 14px;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
  line-height: 2em;
}
.prodet-page .product-details .prodet-top-r a.pro-mes {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #fff;
  width: 195px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #c50f0f;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
  background: #000;
}
.prodet-page .product-details .prodet-top,.cn-form,.recommend-product {
  display: inline-block;
  width: 100%;
}
.prodet-page .pro-title {
  width: 150px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #c50f0f;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-details {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-details p {
  line-height: 2em;
  font-size: 14px;
}
.prodet-page .recommend-list img,
.fancybox-image{
  background: #d6d6d6 !important;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.news-page .newslist li .new-l {
  width: 25%;
}
.news-page .newslist li .new-r {
  width: 75%;
  padding-left: 5%;
}
.news-page .newslist li .new-r h3 {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #777;
  font-size: 13px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height: 1.8em;
  font-size: 14px;
}
.news-page .newslist li .new-r:hover h3 {
  color: #c50f0f;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.news .news_abst p {
  display: inline-block;
}
.news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000000;
}
.news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
  padding-bottom: 0;
}
.contact-page img {
  width: auto;
}
.side-contact-btn{
  background: #c50f0f;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  display: block;
}
.side-contact-btn:hover{
  background: #222;
  color: #fff;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 30%;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
}
.contact-page .contact-details .contact-list a {
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  color: #0250a9;
}
.lg-page .piclist ul {
  font-size: 0;
  margin: 0 -10px;
}
.lg-page .piclist li {
  cursor: pointer;
  margin-bottom: 20px;
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 0 10px;
}
.lg-page .piclist li img{
  width: 100%;
}
.lg-page .piclist li h3{
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.case-page .case-list li {
  margin-bottom: 18px;
  padding: 10px;
  background: #F5F5F5;
}
.case-page .case-list li img {
  float: left;
  width: 30%;
}
.case-page .case-list li .fr {
  width: 65%;
}
.case-page .case-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #c50f0f;
  text-transform: uppercase;
  margin: 15px 0 30px;
}
.case-page .case-list li .fr p {
  font-size: 13px;
  color: #222;
  line-height: 1.8em;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  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: #c50f0f;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 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: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  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;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul {
  margin: 0 -10px;
  font-size: 0;
}
.recommend-product ul li {
  width: 25%;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before,
  .around-line > li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #c50f0f;
}
.m-page a:active {
  background: #c50f0f;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #c50f0f;
}
#pic-zoom,
.zoom-pic{
  border:1px solid #ddd;
}
div.wpcf7 img.ajax-loader{
  width: auto;
  display: block;
  margin:5px auto 0;
}

.inner-tit{
  text-transform: uppercase;
  font-size: 48px;
  color: #fff;
}


.faq-page .faq-list dt {
  font-size: 16px;
  color: #c50f0f;
  margin-bottom: 10px;
}
.faq-page .faq-list dd {
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.visit-head{
  text-align: center;
  margin:34px 0 45px;
}
.visit-head h3{
  font-size: 24px;
  color: #000000;
}
.visit-head p{
  color: #666666;
  margin-top: 4px;
}


.c-jtgj{
  text-align: center;
  font-size: 0;
  margin: 0 -10px;
  padding-bottom: 30px;
}
.c-jtgj>.column {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 0 10px;
}
.c-jtgj>.column .img{
  width: 90px;
  height: 90px;
  line-height: 80px;
  overflow: hidden;
  border: 4px solid #c50f0f;
  border-radius: 50%;
  margin:0 auto;
  font-size: 28px;
}
.c-jtgj>.column .img img{
  display: inline-block;
}
.c-jtgj>.column  h3{
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin:18px 0 13px;
}
.c-jtgj>.column p{
  color: #666666;
  line-height: 24px;
}
.main-map {
  display: inline-block;
  width: 100%;
}
#mapContainer {
  margin-bottom: -5px;
}
.button-group .button {
  background: #c50f0f !important;
}
.cn-form .m-form-r .pcsb {
  display: none !important;
}

.recommend-product .litit {
    color: #222;
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
}
.thumb-gallery{
    padding:10px 0;
}
.thumb-gallery li{
    width:25%; float:left;
    padding:0 10px 0 0;
}
@media screen and (max-width: 1000px){
  .inner-page .sidebar {
    display: none;
  }
  .inner-page .page-right-bar {
    width: 100%;
  }
  .prodet-page .product-details .prodet-top-l,
  .prodet-page .product-details .prodet-top-r {
    width: 100%;
  }
  .prodet-page .product-details .prodet-top-r {
    padding-top: 30px;
  }
  .recommend-product ul li {
    width: 33.333%;
  }
  .recommend-product ul li:nth-child(4) {
    display: none;
  }

}

@media screen and (max-width: 700px){
  .inner-banner {
    height: 200px;
    padding-top: 80px;
  }
  .c-jtgj>.column {
    width: 100%;
    padding-bottom: 15px;
  }
  .cn-form .m-form-l,
  .cn-form .m-form-r {
    width: 100%;
  }
  .cn-form .m-form-r {
    padding-top: 10px;
  }
  .cn-form .m-form-r textarea {
    height: 150px !important;
  }
  .cn-form .m-form-l .pcsb {
    display: none !important;
  }
  .cn-form .m-form-r .pcsb {
    display: block !important;
  }
  .cn-form,.contact-page .cn-form {
    padding: 20px 10px;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .newslist li {
    padding: 0 0 8px 0;
  }
  .product-page .piclist li,.lg-page .piclist li {
    width: 50%;
  }
  .recommend-product ul li {
    width: 50%;
    display: inline-block !important;
    padding-bottom: 15px;
  }
  .inner-page {
    padding-bottom: 20px;
  }
  #index-body .i-news .grid-box .column:nth-child(2) .new-list .swiper-slide .grid-box.two .column:nth-child(2) .sj{
      display:none;
  }

}
