@charset "utf-8";
/*head*/
/*导航下拉固定*/
.fixed {
  position: fixed;
  top: 0;
  opacity: 0.95;
  -moz-box-shadow: 2px 2px 5px #333333;
  -webkit-box-shadow: 2px 2px 5px #333333;
  box-shadow: 2px 2px 5px #333333;
}
/*导航下拉固定*/
.top {
  background: #D20001;
  height: 40px;
}
.top .container {
  background: url(../images/back1.jpg) no-repeat center;
  height: 40px;
  line-height: 40px;
}
.top p {
  color: #fff;
  font-size: 14px;
}
.navbar {
  width: 100%;
  background: #fff;
  z-index: 999;
  margin-bottom: 0;
}
.logo {
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.logo img {
  margin-right: 6px;
}
.logo p {
  font-size: 20px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: bold;
}
.logo p span {
  font-size: 12px;
  line-height: 30px;
  display: block;
  color: #2b2b2b;
  font-weight: normal;
}
.head-nav {
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.pc-nav-box li {
  padding: 0 20px;
  text-align: center;
}
.pc-nav-box li:last-child {
  border-right: none;
}
.pc-nav-box li:hover a {
  transition: all 0.3s;
}
.pc-nav-box li a {
  font-size: 18px;
  line-height: 54px;
}
.nav-er {
  position: absolute;
}
.nav-er li:first-child {
  border-top: 2px solid #F75E01;
}
.nav-er li {
  width: 190px;
  line-height: 45px;
  clear: left;
  display: none;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #ECEEEF;
  text-align: center;
  margin-left: -45px;
}
.nav-er .head-nav1 a {
  font-size: 14px;
}
.pc-nav-box ul li:hover ul li {
  display: block;
  z-index: 1;
}
.nav-er li:hover {
  background: #F75E01;
  opacity: 1;
}
.nav-er>li:hover a {
  color: #fff;
}
.active,.pc-nav-box li:hover a {
  font-weight: bold;
}
.m-btn{
  display: none;
  position: absolute;
  right: 0;
}
.m-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background: #D20001;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span::before,
.m-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  background: #D20001;
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span:before {
  top: -8px;
}
.m-btn span:after {
  bottom: -8px;
}
.m-btn.active span {
  background: transparent;
  margin-left: 10px;
}
.m-btn.active span:before {
  transform: rotate(-48deg) translate(-6px, 5px);
  -webkit-transform: rotate(-48deg) translate(-6px, 5px);
  -o-transform: rotate(-48deg) translate(-6px, 5px);
  width: 24px;
}
.m-btn.active span:after {
  transform: rotate(48deg) translate(-6px, -5px);
  -webkit-transform: rotate(48deg) translate(-6px, -5px);
  -o-transform: rotate(48deg) translate(-6px, -5px);
  width: 24px;
}
@media (max-width: 992px) {
  .m-btn {
    display: block;
  }
}
.wap-nav-box .leftNav {
  width: 100%;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 60px;
  left: -100%;
}
.wap-nav-box .leftNav.show {
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.wap-nav-box .leftNav p {
  font-size: 16px;
  display: inline-block;
  width: 96%;
  height: 50px;
  margin-left: 2%;
  line-height: 50px;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
.xiala {
  width: 100%;
}
.xiala .btn {
  width: 100%;
  margin: 10px 0;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  background-color: #D20001 !important;
  color: #fff;
}
.xiala .btn:hover {
  background-color: #FB3438 !important;
  color: #fff !important;
}
.xiala .dropdown-menu {
  width: 100%;
  top: 82%;
}
.xiala .dropdown-menu li a {
  line-height: 32px;
  border-bottom: 1px solid #ddd;
}
@media (max-width:992px) {
  .logo {
    padding: 10px 0;
  }
  .logo p {
    font-size: 18px;
  }
  .logo p span{
    display: none;
  }
  .logo img{
    height: 35px;
  }
  .navbar,.head-nav{
    padding: 0;
  }
  .top{
    display: none;
  }
  .pc-nav-box{
    display: none;
  }
  .wap-nav-box .con {
    display: block;
  }
}
/* banner */
.banner .swiper-button-next, .banner .swiper-button-prev{
  background-size: 27px 44px;
}
.banner .swiper-button-next{
  right: 10%;
}
.banner .swiper-button-prev{
  left: 10%;
}
.banner .swiper-pagination-bullet{
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  background: transparent;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active{
  background: #D20001;
}
/*搜素*/
.search {
	padding: 24px 0;
	background: #EEEEEE;
}
.search-box {
	height: 30px;
}
.search-box .input1 {
	width: 330px;
	outline: none;
	height: 32px;
	padding: 12px 14px;
	border: solid 1px #e9e9e9;
	color: #9f9f9f;
}
.search-box .input2 {
	width: 50px;
	outline: none;
	height: 30px;
	border: solid 1px #F25824;
	background: #F25824 url(../images/search.jpg) no-repeat center;
}
.hot-search {
	float: left;
	line-height: 30px;
	padding-left: 20px;
	font-size: 14px;
}
.hot-search span {
    color: rgb(152, 0, 0);
}
@media (max-width:992px) {
  .hot-search{
    padding: 0;
  }
  .search-box .input1{
    width: auto;
  }
}
/*产品展示*/
.index-products {
	background: #fff;
	padding-top: 38px;
	padding-bottom: 60px;
}
.index-pro-left {
	background: #D51F1B ;
	padding: 24px 8px 8px;
}
.index-products .index-title1  {
	padding-bottom:20px;
	background: #D51F1B;
}
.index-products .index-title1 h2{
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.index-products .index-title1 p{
	font-size: 13px;
	line-height: 34px;
	text-align: center;
	color: #fff;
}
.index-pro-left .list-group{
	overflow: hidden;
  background: #fff url(../images/back2.jpg) no-repeat;
  background-size: 100%;
  padding: 40px 4px 20px;
	margin-bottom: 0;
}
.index-pro-left .list-group a {
    margin-bottom: 6px;
    border-radius: 4px;
    height: 48px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #2b2b2b;
    border: none;
    transition: 0s;
    background: url(../images/back3.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
}
.index-pro-left .list-group a:hover {
	background:#D51F1B;
	color: #fff;
}
.index-pro-tel {
	width: 100%;
	height: 114px;
	background: url(../images/tel.jpg) no-repeat center;
	margin-top: 20px;
	padding: 14px 0;
}
.index-pro-tel .p1 {
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.index-pro-tel .p2 ,.index-pro-tel .p2 a{
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.index-pro-list .a-img {
  display: block;
	transition: all 0.3s;
	border-radius: 0;
  border: 1px solid #ddd;
}
.index-pro-list h3 {
	font-size: 16px;
	text-align: center;
  padding: 10px 0;
  font-weight: 300;
}
.index-pro-list:hover .a-img{
	border-color: #FF6600;
}
.index-pro-list:hover h3 {
	color: #FF6600;
}
@media (max-width:992px) {
  .index-pro-left{
    margin-bottom: 20px;
  }
  .index-pro-tel {
    display: none;
  }
  .index-pro-left .list-group a {
    margin: 0 auto;
  }
}
/* 公共样式 */
.index-title {
	width: 250px;
  height: 100px;
  background: url(../images/back4.png) no-repeat;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.index-title p {
	margin-top: 24px;
	color: #D50000;
	font-size: 16px;
}
.index-title h3 {
	margin-top: 16px;
	font-size: 22px;
	font-weight: bold;
}
/*企业优势*/
.index-advantage {
	background: url(../images/back5.jpg);
	padding: 40px 0;
}
.advantage-text-box {
	padding: 20px;
}
.advantage-text-box h6 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 60px;
}
.advantage-text-box h6 strong {
	display: block;
	width: 36px;
	height: 36px;
	border: 2px solid #D9D9D9;
	border-radius: 18px;
	background: #FF0000;
	color: #fff;
	line-height: 30px;
	text-align: center;
	float: left;
	font-weight: normal;
	margin-right: 10px;
}
.advantage-text-box p {
	padding-left: 46px;
	margin: 12px 0 0;
}
.advantage-text-box img {
	width: 100%;
}
.advantage-text-box .img1 {
	margin-top: 40px;
}
.advantage-text-left {
	padding-right: 88px;
}
.advantage-text-right {
	padding-left: 58px;
}
@media (max-width:992px) {
  .advantage-text-box{
    padding: 20px 0;
  }
  .advantage-text-box h6{
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 30px;
  }
  .advantage-text-box p{
    padding: 10px;
    margin: 0;
  }
  .advantage-text-box h6 strong {
    width: 30px;
    height: 30px;
    line-height: 24px;
  }
}
/*企业简介*/
.index-about {
	background: #fff;
	padding:50px 0;
}
.index-about-middle {
	margin-top: 15px;
}
.index-about-left,.index-about-right {
	margin-top: 20px;
}
.index-about-left img{
  width: 100%;
}
.index-about-middle .more {
	display: block;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #CC0000;
	margin: 20px auto;
	border-radius: 4px;
	font-size: 16px;
}
.index-about-middle .more:hover {
	background: #FF0000;
}
.index-about-right {
	background: #666666;
	height: 376px;
}
.index-about-right {
	padding: 24px;
	float: right;
}
.index-about-right h6{
	font-size: 22px;
	color: #fff;
	margin-bottom: 30px;
}
.index-about-right p{
	color: #fff;
	font-size: 14px;
}
.index-about-right p strong {
	color: #F9CB9C;
}

/*最新资讯*/
.index-news {
	padding: 40px 0;
	background: url(../images/back5.jpg);
}
.index-news-box {
	padding-right: 20px;
}
.index-new-list {
	margin-top: 40px;
	overflow: hidden;
}
.index-new-list img {
	width: 130px;
	height: 90px;
	float: left;
	margin-right: 14px;
}
.index-new-list:hover h3{
	color: #CC0000;
	text-decoration: underline;
}
.index-new-list h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.index-new-list p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index-gbook {
	padding-left: 54px;
}
.gbook-top {
	width: 100%;
	height: 100px;
	background: url(../images/back7.jpg) no-repeat left;
	margin-top: 40px;
	padding: 24px;
}
.gbook-top p {
	text-align: right;
}
.gbook-top span {
	font-size: 22px;
	line-height: 24px;
	color: #CC0000;
}
.form-group {
	overflow: hidden;
}
.contact-gbook2 {
	margin-top: 15px;
  padding-right: 15px;
}
@media (max-width:992px) {
  .index-gbook{
    padding-left: 15px;
  }
  .contact-gbook2{
    padding: 0 15px;
  }
}
/* 底部 */
footer {
  background: #32373B;
  padding: 80px 0 ;
}
footer p,footer a ,footer h2{
  color: #989B9D;
}
.foot-contact {
  padding: 0 0 0 4%;
}
.foot-list-box {
  margin-bottom: 40px;
}
.foot-list-item a{
  display: block;
  height: 30px;
  line-height: 30px;
  max-width: 13em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fast a {
  width: 100%;
}
.foot-contact h2,.foot-h2{
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
}
.foot-contact h2:after ,.foot-h2:after{
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #D20001;
  margin: 14px 0;
}
.foot-contact h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
}
.foot-contact p {
  line-height: 26px;
}
.foot-line {
  width: 100%;
  height: 1px;
  background-color: #292e31;
  box-shadow: 0px 1px 0px 0px
    #40454a;
}
.foot-contact .gbook {
  display: block;
  width: 180px;
  height: 45px;
  background: #057c41 url(../images/email.png) no-repeat 26% center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  border-radius: 4px;
  margin-top: 20px;
  padding-left: 78px;
}
.erweima {
  background: #fff;
  padding:3%;
  text-align: center;
  margin-top: 50px;
}
.erweima img {
  margin: 0 auto;
  display: inherit;
}
.end {
  margin-top: 24px;
}
.foot-nav {
  padding-top: 42px;
}
.foot-nav li {
  border-right: 1px solid #a2a2a2;
  line-height: 14px;
}
.foot-nav li:last-child {
  border-right: none;
}

.go-top {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/go-top.png) no-repeat center;
  position: fixed;
  right: 4px;
  bottom: 80px;
}