

:root {
  --thm-font: "Poppins", sans-serif;
  --thm-base: #ffffff;
  --thm-base-rgb: 255, 255, 255;
  --thm-primary: #0458c6;
  --thm-primary-rgb: 234, 19, 14;
  --thm-black: #151515;
  --thm-black-rgb: 21, 21, 21;
  --thm-gray: #868686;
}

body {
  font-family: var(--thm-font);
  color: var(--thm-gray);
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}
button:focus {
  outline: none;
}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
p{margin: 0;}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
/*设置左右浮动*/
.fl{float: left;}
.fr{float: right;}
/*清楚浮动*/
.clearfix:after{visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix{*zoom:1;}
.mt20{ margin-top: 20px;}
.col-xs-6 {
  width: 50%;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -ms-interpolation-mode: bicubic;
}
::-webkit-scrollbar {width: 4px;}
::-webkit-scrollbar-thumb {background-color: #f74a4b;}
::-webkit-scrollbar-track {background-color: #f7f7f7;}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 3rem;
  overflow: hidden;
  background: #f5f5f5;
}

.container {
  max-width: 1200px;
}

.auto-container {
  max-width: 1200px;
  margin: 0 auto;
}



.wrapper {
  position: relative;
  background: #f1f1f1;
}
.wrapper.active {
  position: relative;
  margin-left: 0;
  -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
}

/* PC侧导航 */
.side-header {
  width     : 158px;
  position  : fixed;
  left      : -158px;
  top       : 0;
  height    : 100%;
  background: #ffffff;
  padding-top: 24px;
  z-index: 9999999;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}
.side-header.active {
  left: 0;
}


.side-header .box {
  position  : relative;
  background: #ffffff;
}

.side-header .h-logo {
  text-align    : center;
  padding-top   : 28px;
}

.side-header .h-logo img {
  width : 158px;
  height: 54px;
}

.side-header .h-nav {
  padding: 10px 0;
  margin-top: 75px;
}

.side-header .h-nav ul li {
  font-size  : 16px;
  line-height: 36px;
  height     : 36px;
  margin: 0 14px 5px 14px;
  width: 130px;
  text-align : center;
  position   : relative;
}

.side-header .h-nav ul li a {
  color: #7f8892;
}



.side-header .h-nav ul li.on,
.side-header .h-nav ul li:hover {
  font-weight: bold;
  background: #ff4a4a;
  border-radius: 18px;
}

.side-header .h-nav ul li.on a,
.side-header .h-nav ul li:hover a{
  color: #ffffff;
  
}

.side-header .h-ewm {
  width         : 121px;
  text-align    : center;
  padding-top: 40px;
  padding-bottom: 15px;
  margin: 0 auto;
}

.side-header .h-ewm img {
  width : 121px;
  height: 121px;
}

.side-header .h-ewm .name {
  font-size: 12px;
  color    : #999999;
}


.banner-area {
  height: 815px;
  position: relative;
  z-index: 10;
}
.banner-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #000;
  opacity: 0;
}
.banner-area .banner-content span {
  font-size: 22px;
  color: #fff;
  background-color: rgba(18, 27, 43, 0.2);
  line-height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
      .banner-area .banner-content span {
        font-size: 18px;
        line-height: 28px;
      }
}
  .banner-area .banner-content .title {
    font-size: 72px;
    line-height: 100px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 41px;
    letter-spacing: 2.5px;
  }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-content .title {
    font-size: 76px;
    line-height: 86px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content .title {
      font-size: 64px;
      line-height: 74px;
 }
}
@media (max-width: 767px) {
  .banner-area .banner-content .title {
      font-size: 34px;
      line-height: 44px;
 }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content .title {
      font-size: 50px;
      line-height: 60px;
 }
}

.modal-open, .modal-open .modal{
  padding-right:0!important;
}
.form_modal .modal-dialog{
  width:100%;
  height:100%;
  max-width:1000px;
  margin:0 auto;
  background:none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form_modal .modal-content{
  position: relative;
  width:90%;
  padding:25px 15px;
  background-color:#fff;
  border:0;
  box-shadow:none;
  border-radius: 10px;
}
.form_modal .modal-body{
  width:100%;
  max-height:70vh;
  overflow-y:auto;
  padding:0;
}
.modal-close{
  position: absolute;
  display: block;
  width:36px;
  height:36px;
  line-height:36px;
  font-size:28px;
  text-align: center;
  top:-15px;
  right:-15px;
  background:#fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
.modal-close:hover{
  color:#e62129;
}
.modal-body::-webkit-scrollbar{
  width:5px;
  height:5px
}
.modal-search{
  position: relative;
  width:100%;
  padding-right:95px;
}
.modal-search .form-group{
  margin-bottom:0;
}
.modal-search .form-control{
  display: block;
  height:50px;
  outline: none;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.modal-search .form-control:focus{
  border-color:#999;
  box-shadow: none;
}
.modal-search .btn{
  position: absolute;
  width:80px;
  line-height:1;
  height:100%;
  top:0;
  right:0;
  font-size:16px;
  color:#fff;
  background:#e62129;
  text-align: center;
  padding:0;
}


.banner-area .banner-content a {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
  height: 58px;
  line-height: 58px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background: #f74a4b;
  border-radius: 29px;
  padding: 0 35px;
}
.banner-area.banner-2-area {
  z-index: 10;
}
.banner-area.banner-2-area .banner-shadow {
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  width: 100%;
  z-index: -1;
}
.banner-area.banner-2-area .banner-shadow img {
  width: 100%;
}
.banner-area.banner-2-area::before {
  opacity: .6;
}
.banner-area.banner-2-area .banner-content .title {
  padding-bottom: 31px;
}
.banner-area.banner-2-area .banner-content p {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  padding-right: 200px;
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .banner-area.banner-2-area .banner-content p {
      padding-right: 0;
 }
}
.banner-area.banner-2-area.banner-3-area {
  height: 970px;
}
.banner-area.banner-2-area.banner-3-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #121b2b;
}
.banner-area.banner-2-area.banner-3-area .banner-shadow {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.banner-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 170px;
  width: 50px;
  text-align: center;
  line-height: 170px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 22px;
  color: #192437;
}

.banner-slide .slick-arrow:hover {
  background-color: white;
}
.banner-slide .slick-arrow.prev {
  left: 0;
}
.banner-slide .slick-arrow.next {
  right: 0;
}
.banner-slide .slick-dots{
  bottom: 30px;
}
.banner-slide .slick-dots li{
  width: 60px;
  height: 10px;
}
.banner-slide .slick-dots li button{
  width: 60px;
  height: 10px;
}
.banner-slide .slick-dots li button:before{
  width: 60px;
  height: 4px;
  content: '';
  background: #fff;
}


.page-title-area {
  padding-bottom: 112px;
  position: relative;
}
.page-title-area .page-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-title-area .page-title-item nav {
  display: inline-block;
}
.page-title-area .page-title-item nav ol {
  background-color: rgba(18, 27, 43, 0.2);
  padding: 12px 28px;
  border-radius: 0;
  margin: 0;
}
.page-title-area .page-title-item nav ol li {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.page-title-area .page-title-item nav ol li a {
  color: #fff;
}
.page-title-area .page-title-item .title {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding-top: 13px;
}
@media (max-width: 767px) {
  .page-title-area .page-title-item .title {
      font-size: 34px;
 }
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #fff;
  content: "-";
}

.main{
  position: relative;
}

.side-header.expanded {
  -webkit-transform: translate(-340px);
    -moz-transform: translate(-340px);
    -ms-transform: translate(-340px);
    -o-transform: translate(-340px);
    -webkit-transition: all 600ms cubic-bezier(0.645,0.045,0.355,1.000);
    -moz-transition: all 600ms cubic-bezier(0.645,0.045,0.355,1.000);
    -o-transition: all 600ms cubic-bezier(0.645,0.045,0.355,1.000);
    transition: all 600ms cubic-bezier(0.645,0.045,0.355,1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1.000);
    -moz-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1.000);
    -o-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1.000);
    transition-timing-function: cubic-bezier(0.645,0.045,0.355,1.000);
}

.topSearch{
  position: relative;
  height: 36px;
  width: 36px;
}
.topSearch img{
  position: absolute;
  right: 15px;
  top: 10px;
}
.topSearch .img2{
  display: none;
}
.topSearch.mini .img1{
  display: none;
}
.topSearch.mini .img2{
  display: inline-block;
}
.topSearch input{
  position: absolute;
  right: 0;
  display:none;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background: #f5f5f5;
  border-radius: 24px;
  -moz-border-radius: 24px;
  box-shadow: 0px 0px 14px #ddd;
  width: 150px;
  font-size: 15px;
}

.header {
  height: 82px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 15;
  left: 0px;
  transition: all .3s ease-out 0s;
  background: rgb(255, 255, 255,0.4);
}

.header .topCenter{
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.header .topCenter p{
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 82px;
  line-height: 82px;

}


.header .topCenter p span{
  color: #ff4a4a;
  font-size: 24px;
}

.header .topRight {
  position: absolute;
  right: 0px;
  top: 18px;
  height: 36px;
}
.header .lan{
  height: 36px;
  line-height: 32px;
  padding-right: 14px;
}

.header .home-to{
  height: 36px;
  line-height: 32px;
  padding-right: 24px;
}
.header .lan img{
  cursor: pointer;
}
.header .lan .img2{
  display: none;
}
.header.mini .lan img{
  display: none;
}
.header.mini .lan .img1{
  display: inline-block;
}
.header .lan .top-language{
  display: inline-block;
}
.header .lan .top-language .btn{
  cursor: pointer;
  transition: all 0.5s;
  color: #999999;
  font-size: 14px;
  font-family: Arial;
  margin: 0;
  padding: 0 0 0 9px;
}
.header .lan .top-language .btn:last-child {
  background: url(../images/top_bg1.png) center left;
  background-repeat: no-repeat;
}
.header .lan .top-language .btn a{
  color: #ffffff;
  font-weight: bold;
}
.header .lan .top-language .btn a:hover{
  color: #ff4a4a;
}
.header .lan .list{
  position: absolute;
  top: 35px;
  right: -20px;
  display: none;
  width: 114px;
  background: #fff;
  height: 80px;
}
.header .lan .list li{
  font-size: 14px;
  line-height: 36px;
  padding-left: 17px;
}
.header .lan .list li a{
  display: block;
  color: #a4a5a5;
}
.header .lan .list li a:hover{
  font-weight: bold;
  color: #0075cf;
}


.side-menu-toggler {
  padding-right: 24px;
  color: #f74a4b;
  display: none;
}

/* 首页产品中心 */

.title-box {
  width: 100%;
  position: relative;
  font-size: 60px;
  color: #fff;
  background: #262626;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.title-box p{
  width: 100%;

  font-size: 60px;
  color: #fff;
  background: #262626;
  height: 80px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  opacity: 0.1;


}

.title-box h1{
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: #ff4a4a;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 70px);
}

.product-box .list-box{
  padding-top: 10px;
}

.product-box .item {
  padding: 0;
  text-align: center;
  background: #fff;
  margin-bottom: 35px;
  position: relative;
}

.product-box .item span{
  display: block;
  background: rgba(255,255,255,.5);
  text-align: center;
  padding: 15px 20px;
  position: relative;
}
.product-box .item span:after {
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 0;
  content: '';
  z-index: 1;
  background: #ff4a4a;
  transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}
.product-box .item a:hover span:after {
  height: 100%;
}

.product-box .item span h3{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
.product-box .item a:hover span h3 {
  color: #fff;
}

.more-btn {
  text-align: center;
}

.more-btn a{
  border: 1px solid #ff4a4a;
  color: #ff4a4a;
  font-size: 26px;
  padding: 0px 25px;
  border-radius: 20px;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  font-weight: bold;
  display: inline-block;
}
.more-btn a:hover {
  background: #ff4a4a;
  color: #fff;
}

.about-box{
  margin-top: 50px;
  background: url('../images/about_bg.jpg') top center no-repeat;
  padding: 50px 0;
}

.about-box .about-title-left{
  float: left;
  display: flex;
  align-items: center;
}

.about-box .about-title-left span{
  height: 40px;
  line-height: 40px;
  background: #ff4a4a;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  width: 174px;
  display: block;
  float: left;
}

.about-box .about-title-left h1{

  color: #ffffff;
  font-size: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  float: left;
}

.about-box .about-title .more-btn{
  float: right;
  margin-top: 12px;
}

.about-box .buttom-more{
  display: none;
}

.about-box .about-content{
  padding: 35px 25px;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
}
.about-box .about-content::before {
  background: rgba(220, 232, 244, 0.8);
  top: 0;
  left: 0;
  filter: blur(10px);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-content .about-left{
  padding: 0 35px 0 30px;
}
.about-content .about-left h1{
  font-size: 30px;
  color: #000;
  margin-bottom: 25px;
}

.about-content .about-left p{
  color: #7f8892;
  font-size: 18px;
  line-height: 27px;
  text-indent: 36px;
}
.about-content .about-right .img{
  border: 2px solid #ffffff;
  overflow: hidden;
}
.honor-box {
  margin-top: 20px;
}
.honor-box .li{
  margin-bottom: 10px;
}
.honor-box .li .imgsd{
  border: 2px solid #ffffff;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  overflow: hidden;
}
.honor-box .li .imgsd img{
  width: 100%;
  transition: all 0.6s;
}
.honor-box .li:hover img {
  transform: scale(1.2);
}

/* 厂区实景 */
.factory-content{
  margin-top: 18px;
}
.factory-content .left{
  padding: 0;
}
.factory-content .title{

  text-align: center;
  /* line-height: 1; */
  color: #ffffff;
  font-weight: bold;
  background: #ff4a4a;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.factory-content .fimg{
  padding: 0px;
  text-align: center;
}

.factory-content  .row {
  margin: 0;
}
.factory-box .more-btn{
  margin:  35px auto 55px;
}

/* 新闻 */
.news-bg{
  background: url(../images/news_bg.jpg) top center no-repeat;
  padding-top: 92px;
}

.news-list {
  padding: 20px 38px;
  background: #ffffff;
  margin-top: 25px;
}
.news-list .more-btn{
  margin:  35px auto 55px;
}
.news-list .item{
  padding: 20px;
}
.news-list .item .date h1{
  font-size: 52px;
  font-weight: bold;
}

.news-list .item .date p{
  font-size: 14px;
  color: #000000;
}

.news-list .item .sub-title{
  font-size: 20px;
  color: #000000;
}
.news-list .item .desc{
  font-size: 18px;
  color: #6b6969;
  margin-bottom: 20px;
}
.news-list .item .more i{
  color: #bababa;
}
.news-list .item:hover {
  background: #f1f1f1;
}

/* 底部 */
.footer{
  padding: 45px 0;
  background: #262626;
}
.footer .row{
  align-items: center;
}
.footer .footer-site-name{
  font-size: 37px;
  color: #515151;
  display: flex;
  
}




/* 手机端菜单 */

/* 手机端菜单 */
.mobile-nav-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #151515;
	opacity: 0.8;
	cursor: pointer;
}

.mobile-nav-wraper.expanded {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mobile-nav-wraper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	z-index: 9999999;
}
.mobile-nav-content {
  width: 300px;
  background-color: #000000;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}


.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.mobile-nav-close i{
	font-size: 18px;
	color: #ffffff;
}
.mobile-nav-content .logo-box {
	margin-bottom: 40px;
}
.mobile-nav-content .logo-box img{
	width: 151px;
}

.mobile-nav-block .mobile-nav-box li{
	display: block;
	
}
.mobile-nav-block .mobile-nav-box li ul{
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-content .mobile-nav-box li:not(:last-child){
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-content .mobile-nav-box li a{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    line-height: 30px;
	    color: #fff;
	    font-size: 15px;

	    height: 46px;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-transition: 500ms;
	    transition: 500ms;
}
.mobile-nav-block .mobile-nav-box li button{
	height: 30px;
	width: 30px;
	background: #0458c6;
	border: none;
	outline: none;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.mobile-nav-block .mobile-nav-box li button i{
	/* font-size: 18px; */
	/* color: #fff; */
	/* font-weight: 500; */
}
.mobile-nav-block .mobile-nav-box li button.open{
	background: #0458c6;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); 
}
.mobile-nav-block .mobile-nav-box li button.open i{
	color: #ffffff;
	
}


.mobile-nav-block .mobile-nav-box li ul li{
	padding-left: 1em;
}
.mobile-nav-contact{
	margin: 20px 0;
}
.mobile-nav-contact li{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.mobile-nav-contact li i{
	height: 30px;
	width: 30px;
	background: #0458c6;
	border-radius: 50%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	
	margin-right: 10px;
	color: #fff;
}
.mobile-nav-contact li a{
	font-size: 16px;
	color: #fff;
}

.mobile-nav-bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.mobile-nav-bottom .mobile-nav-language img{
	border-radius: 50%;
	margin-right: 10px;
}
.mobile-nav-bottom .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 70px;
	padding: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu > li > a{
	background: #0458c6;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mobile-nav-language .bootstrap-select > .dropdown-toggle{
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	outline: none !important;
	color: #fff;
}
.bootstrap-select > .dropdown-toggle {
    box-shadow: none !important;
}

.mobile-nav-language .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus{
	box-shadow: 0;
}

.mobile-nav-language .bootstrap-select .dropdown-menu{
	background: #0458c6;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu li a span.text{
	color: #ffffff;
}

.mobile-nav-bottom .mobile-nav-social a i{
	font-size: 16px;
	color: #ffffff;
}

/* 内页 */

.crumb{
  background: #ffffff;
}
.crumb .row{
  justify-content: space-between;
  padding: 15px 0;
}
.pull-left::before{
  content: '';
  display: inline-block;
  height: 16px;
  width: 6px;
  background: #ff4a4a;
}
.pull-left a{
  color: #7f8892;
  font-size: 16px;
  padding: 0 10px;
}

.site{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-menu{
  display: flex;
  font-size: 16px;
}
.p-menu a{
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #7f8892;
  padding: 0 30px
}
.p-menu a.on{
  color: #ff4a4a;
}
.content_show {
  padding: 60px 0;
}
.content_show .title {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #000;
  line-height: 60px;
  margin-bottom: 35px;
}

.page-banner{
  height: 338px;
  background: url('../images/sub_banner.jpg');
  background-size: cover;
  background-position: center;
}

/* 联系我们 */
.contact_t2{ overflow:hidden; text-align:center;color:#333333;margin-bottom: 25px;}
.contact_t2 .yingwen{ text-transform:uppercase; font-family:Arial; font-weight:bold; line-height:1;font-size: 40px;}
.contact_t2 .f34{font-size: 34px;}
.contact_t2 .f26{font-size: 26px;}
.contact_t2 .yingwen .red{ color:#c01b29;}
.contact_con .contact_con_txt{ max-width:1200px; overflow:hidden; margin:0 auto; width:94%; margin-top:3.8%; padding-bottom:3%;}
.contact_con .contact_con_txt .contact_l{ float:left; overflow:hidden; width:81.6%;font-size:15px;line-height:26px;}
.contact_con .contact_con_txt .contact_l .h2{ font-size:24px; font-weight:bold; color:#333333; margin-bottom:2.5%; overflow:hidden;}
.contact_con .contact_con_txt .contact_r{ float:right; overflow:hidden; width:17%; max-width:120px; text-align:center; line-height:30px;font-size:15px;}
.contact_con .contact_con_txt .contact_r img{ display:block; width:100%;}
.contact_con .contact_con_txt .contact_l ul li{ width:49%; overflow:hidden; float:left; margin-right:1%;}
.contact_con .divs{ margin-bottom:10px; font-weight:normal; padding-left:32px; overflow:hidden; background-repeat:no-repeat; background-position:left 2px; background-size:auto 22px;  }
.contact_con .divs.bgs1{ background-image:url(../images/contact_bg1.png);}
.contact_con .divs.bgs2{ background-image:url(../images/contact_bg2.png);}
.contact_con .divs.bgs3{ background-image:url(../images/contact_bg3.png);}
.contact_con .divs.bgs4{ background-image:url(../images/contact_bg4.png);}

#allmap {
  width: 100%;
  height: 368px;
  margin-top: 50px;
  border: 1px solid #ccc;
}


/* 产品内页 */
.slick-dotted.slick-slider
{
    margin-bottom: 80px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
    color: #ff4a4a;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #ff4a4a;
}

.copyright{
  background: #1a1a1a;
  padding: 5px 0;
}
.copyright p{
  font-size: 14px;
  color: #a8a8a8;
  text-align: center;
  display: block;
  height: 32px;
  line-height: 32px;
}

.copyright p a{
  color: #a8a8a8;
}

/* 分页 */

.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  clear: both;
  justify-content: center;
}
.navigation h2{
	display: none;
}
.navigation a,.navigation span{
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
}
.navigation span{
	background: #ca2424;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #ca2424;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}

.content-page{
  background: #dcdcdc;
  padding: 20px 30px;
  margin-top: 15px;
  font-size: 18px;
}
.content-page .pre{
  width: 50%;
  float: left;
  text-align: left;
}
.content-page .next{
  width: 50%;
  float: right;
  text-align: right;
}
.variable-width img{
  margin: 0 10px;
  height: 556px;
}

@media (max-width: 1199px) {
  .auto-container{
    max-width: 1140px;
  }
}

@media (max-width: 992px){
  .auto-container{
    max-width: 960px;
  }
  .side-menu-toggler {
    display: block;
  }
}
@media (max-width: 767px) {
  .auto-container{
    max-width: 720px;
    
  }
  
  .product-box .auto-container .row{
    margin-left: 0;
    margin-right: 0;
  }
  .product-box .auto-container .row .col-xs-6{
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-box .auto-container .row{
    margin-left: 0;
    margin-right: 0;
  }

  .header .home-to,.header .lan{
    display: none;
  }
  .news-bg{
    padding-top: 22px;
  }
  .page-banner{
    height: 185px;
    background: url('../images/sub_banner.jpg');
    background-size: cover;
    background-position: center;
  }
  .contact_con .contact_con_txt .contact_l {
    font-size: 13px;
    line-height: 24px;
    width: 72%;
  }
  .contact_con .contact_con_txt{
    width: 100%;
  }
  .contact_con .contact_con_txt .contact_l .h2{
    font-size: 18px;
  }
  .contact_con .contact_con_txt .contact_l ul li {
      width: 100%;
      margin-right: 0;
  }

  .contact_con .contact_con_txt .contact_r {
    width: 26%;
    font-size: 13px;
  }
  
  .contact_t2 .f34{
    font-size: 26px;
  }
  .content_show{
    padding: 40px 0;
  }
  .variable-width img {
    height: 250px;
  }
  .contact_t2 .f26{
    font-size: 20px;
  }
  .content-page{
    padding: 10px;
    font-size: 14px;
  }
  .copyright p {
    font-size: 12px;
    height: 32px;

  }
  
}
@media (max-width: 576px){

  .side-header {
    display: none;
  }
  .header{
    height: 60px;
  }
  .header .topCenter{
    display: none;
  }
  .header .topRight {
    top: 13px;
  }
  .banner-area .banner-content a{
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
  .banner-area .banner-content .title{
    font-size: 24px;
    line-height: 44px;
    font-weight: bold;
  }
  .banner-area .banner-content a {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.banner-slide .slick-dots{
  bottom: 4px;
}
.banner-slide .slick-dots li{
  width: 30px;
  height: 10px;
}
.banner-slide .slick-dots li button{
  width: 30px;
  height: 10px;
}
.banner-slide .slick-dots li button:before{
  width: 30px;
  height: 4px;
}
  .slick-initialized .slick-slide{
    height: 250px;
    background-size: cover;
    background-position: center;
  }
  .content_show .slick-dots {
    bottom: 0;
  }
  .slick-dotted.slick-slider{
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  
  .title-box p {
    font-size: 34px;
  }

  .product-box .item span{
    padding: 8px 10px;
  }

  .about-content .about-left{
    padding: 25px 0;
  }
  .about-content .about-left h1{
    font-size: 24px;
    text-align: center;
  }
  .about-content .about-left p{
    font-size: 16px;
  }
  .about-box .about-title-left h1{
    display: none;
  }
  .about-box .about-title .more-btn{
    display: none;
  }
  .about-box .buttom-more{
    display: block;
  }
  .honor-box .li{
    margin-bottom: 15px;
  }

  .news-list{
    padding: 20px 10px;
  }

  .news-list .item .date h1{
    font-size: 40px;
  }
  .news-list .item .desc{
    font-size: 16px;
  }


  .footer .footer-site-name{
    font-size: 24px;
  }
  .footer-contact-list li{
    font-size: 16px;
  }
}