* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.full-main {
    width: 100%;
    min-width: 1200px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}
caption,
th {
    text-align: left;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
ul,
ol,
li {
    list-style: none;
}
a {
    text-decoration: none !important;
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: unset;
    font-weight: normal;
    font-size: 100%;
}
.cen_ter,
.main-container {
    margin: 0px auto;
}
.h_eight {
    height: auto;
    display: table;
}
.fl_h {
    float: left;
}
.fr_h {
    float: right;
}
.clear {
    clear: both;
}
.row {
    margin: 0px !important;
}
.bottom_h {
    margin-bottom: 30px;
}
.font_color {
    color: #ffffff !important;
}
input,
select,
option,
textarea {
    outline: none;
}
.w100{
    width: 100%;
    margin: 0% auto;
}
.w96{
    width: 96%;
    margin: 0% auto;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #ffffff;
}
/* 頂部 */
.header-h{
    position: relative;
}
.htop-t{
    padding: 8px 0px;
    background-color: #eee;
}
.htop-fl{
    width: calc(100% - 60px);
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.htop-fl p{
    width: 80px;
    float: left;
}
.htop-fl marquee{
    display: block;
    width: calc(70% - 100px);
   float: left;
}
.htop-b span{
    float: right;
    font-size: 26px;
    line-height: 30px;
    color: #d30009;
    cursor: pointer;
}
.sech-tell{
    display: none;
    position: absolute;
    right: 70px;
    top:0px;
    width: calc(60% - 70px);
    height: 44px;
    z-index: 33;
    content: "";
    box-shadow: 0px 0px 6px 1px #0061ae3d;
}
.com-search .searchInput{
    width: calc(100% - 60px);
    float: left;
    line-height: 44px;
    font-size: 16px;
    text-indent: 2em;
    color: #555555;
    border: none;
}
.com-search .searchBtn{
    width: 60px;
    float: left;
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    border: none;
}

/* 导航 */
.navbar-toggle {
    margin-top: 20px;
}
.navbar-header .navbar-toggle .icon-bar {
    background-color: #000000;
}
.navbar {
    margin-bottom: 0px;
    padding: 10px 0px;
}
.navbar-collapse,
.nav>li>a {
    padding: 0;
}
.navbar-brand {
    height: auto;
    display: block;
    margin: 0px;
    padding: 0px;
}
.navbar-brand figure {
    width: 90px;
    float: left;
    margin-right: 4px;
}
.navbar-brand figure img {
    width: 100%;
    display: block;
}
.navbar_h {
    float: left;
}
.navbar_h h1,
.navbar_h h2 {
    font-weight: bold;
    color: #d30009;
    margin:3px 0px;
}
.navbar_h font {
    font-size: 12px;
    color: #000000;
    display: block;
    line-height: 14px;
}
.nav>li>a,
.sub-menu1 li a {
    color: #000000;
    font-weight: bold;
}
.cpmenu1 {
    position: relative;
}
.sub-menu1 {
    position: absolute;
    left: -5%;
    top: 110%;
    width: 200px;
    padding: 10px 0px 10px 25px;
    height: auto;
    display: none;
    background-color: #ffffff9d;
    border: 1px solid #eee;
}
.sub-menu1 li {
    width: 100%;
    height: auto;
    display: table;
    text-align:left;
}
.sub-menu1 li a {
    line-height:40px;
}
.nav>li:hover>a,
.sub-menu1 li:hover a {
    color: #d30009;
}
#f-input-Phone{
	width:85%;
}
/* 轮播图 */
.lun_b,
.lun_b figure,
.lun_b figure img {
    width: 100%;
    display: block;
}


/* 热销产品 */
.hot-product{
    padding:1% 0%;
    background-color: #eee;
}
.product-hot{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 4%;
}
.product-hot .swiper-wrapper{
    box-sizing: border-box;
}
.product-hot .swiper-slide {
    padding: 2%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    padding-bottom:2%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .product-hot .swiper-slide a figure{
      position: relative;
      width: 100%;
      height:290px;
      overflow: hidden;
      position: relative;
  }
  .product-hot .swiper-slide a figure img{
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
  }
  
  .product-hot .swiper-slide a figure img:nth-of-type(1){
      position: absolute;
      left: 50%;
      top: 50%;
      width: 0%;
      height: 0%;
      transition: all .6s linear;
  }
  .product-hot .swiper-slide:hover a figure img:nth-of-type(1){
    left:0%;
    top:0%;
    width: 100%;
    height: 100%;
  }
  .product-hot .swiper-slide h2{
      font-size:20px;
      line-height: 22px;
      height: 44px;
      font-weight: bold;
      color: #333;
      margin:20px auto 10px;
  }
  .product-hot .swiper-slide span{
      display: inline-block;
      padding: 6px 20px;
      border-radius: 30px;
      background-color: #d30009;
  }
  .product-hot .swiper-slide span a{
      font-size: 16px;
      line-height: 20px;
      color: #ffffff;
  }
 


/* 面包屑 */
.com_title_h{
    background-color: #d30009;
    margin-bottom: 30px;
}
.com_title{
    color: #ffffff;
    line-height:40px;
    margin: 10px auto 6px;
    font-weight: bold;
}
.com_title a{
    color: #ffffff;
    margin-right:4px;
}
.com_h{
    margin-bottom: 30px;
}
.com_bar_top{
    padding:0px 20px 30px;
    box-shadow: 0px 0px 8px 1px #ccc;
}
.com_bar_top,
.com_bar_top ul,
.com_bar_top ol{
    width: 100%;
    box-sizing: border-box;
    height: auto;
    display:table;
}
.com_bar_top ul li{
    position: relative;
    padding: 6px 0px;
    text-indent: 1em;
    background-color: #f4f4f4;
    margin-bottom: 10px;
}
.com_bar_top ul li::after{
    position: absolute;
    left: 0%;
    top: 0%;
    width:0%;
    height: 100%;
    content: "";
    background-color: #26110c;
    transition: all .2s linear;
}
.com_bar_top ul li:hover{
    background-color: #f4f4f40d;
}
.com_bar_top ul li:hover a em,
.com_bar_top ul li:hover a{
    color: #ffffff;
}
.com_bar_top ul li:hover:after{
    width: 100%;
    z-index: -1;
}
.com_bar_top ul li em{
    float: right;
    margin-right: 10px;
}
.com_bar_top ol li{
    width: 100%;
    text-align: center;
    border-bottom: 2px dashed #868686;
}
.com_bar_top p,
.com_bar_top ul li a,
.com_bar_top ol li a h2{
    font-size:18px;
    line-height:40px;
    color: #333333;
    
}
.com_bar_top ol li a h2{
    text-align: left;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.com_bar_top strong{
    display: block;
    margin: 20px auto;
    width:100%;
    font-size:26px;
    line-height: 60px;
    background-color: #d30009;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.com_bar_top p{
    width: 96%;
    color: #666;
    margin: 0% auto;
    line-height:30px;
    margin-bottom: 2%;
}
.com_bar_top p b{
    text-transform: uppercase;
    font-weight: bold;
}
.bounce_bot{
    position: absolute;
    left: 0%;
    bottom:26%;
    width: 100%;
    text-align: center;
}

.bounce_bot p{
    width: 100%;
    text-align: center;
    font-size:20px;
    line-height:30px;
    margin-bottom: 3%;
    color: #fff;
}

.bounce_bot a{
    display: inline-block;
    line-height: 20px;
    color: #ffffff;
    border-radius: 20px;
    margin-left: 10px;
    border: 1px solid #ffffff;
}
/* 面包屑导航 */
.bread-h{
    width: 50%;
    float: right;
    letter-spacing: 0px;
}
.bread-h .searchInput{
    width: calc(100% - 80px);
    float: left;
    line-height:40px;
    font-size: 16px;
    font-weight: normal;
    text-indent: 1em;
	color:#333;
}
.bread-h .searchBtn{
    width: 80px;
    float: right;
    font-size:18px;
    line-height:40px;
    color: #d30009;
}
/*分页样式*/
.pagination{ float:left; width:100%;line-height: 45px;margin:20px 0 20px 0; text-align:center; border: none;}
.pagination .page{ width:100%; margin: 0 auto;}
.pagination .page a{ font-size: 18px; border-radius: 20px; cursor: pointer;display: inline-block; height: 30px; line-height: 30px;padding: 0 10px; text-align: center; margin-right: 5px;color: #555555;}
.pagination .page .current{ background-color: #d30009; color: #fff;}
.pagination .page a:hover{background-color: #d30009; color: #fff;}
/* 上下篇 */
.zuoyou{
    width: 100%;
    height: auto;
    display: table;
    margin: 20px auto;
    text-align: left;
}
.zuoyou>.top1,
.zuoyou>.boot1,
.zuoyou>.top1 a,
.zuoyou>.boot1 a{
    font-size: 18px;
    line-height: 32px;
    color: #555555;
    font-weight: 400;
}

.zuoyou>.top1,
.zuoyou>.boot1{
    font-size: 22px;
    font-weight: bold;
}
/* 公司实力、简介的热销产品 */
.about_hot_product ul{
    width: 100%;
    height: auto;
    display: table;
    margin-bottom: 50px;
}
.about_hot_product ul li{
    float: left;
    height: auto;
    display: table;
    margin-right:2%;
    transition: all 1s linear;
    margin-bottom: 3%;
}
.about_hot_product ul li figure{
    width: 100%;
    overflow: hidden;
}
.about_hot_product ul li figure img{
    width: 100%;
    display: block;
}
.about_hot_product ul li a h2{
    margin: 6px auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
}
.about_hot_product ul li hr{
    border: none;
    height: 2px;
    background-color: #d30009;
    margin: 4px 0px;
    width: 0%;
    transition: all 1s linear;
}
.about_hot_product ul li a:nth-of-type(2){
    padding-right: 50px;
    font-size: 18px;
    color: #333333;
    background: url(../images/hotproduct_icon_07.png) no-repeat right center;
}
.about_hot_product ul li:hover hr{
    width: 100%;
}
.about_hot_product ul li:hover{
   transform: scale(1.1);
}



/* footer */
.footer-h{
    background-color: #26110c;
}
.footer-b{
    margin: 3% auto 1%;
}
.footer-fl,
.footer-monde,
.footer-mond,
.footer-fr{
    width:25%;
    float: left;
    text-align: left;
}
.footer-monde h4,
.footer-mond h4,
.footer-fl h4,
.footer-fr h4{
    font-size: 22px;
    line-height:44px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom:1px solid #5f5252;
    margin-bottom: 3%;
}
.footer-monde ul,
.footer-mond ul,
.footer-fl ul,
.footer-monde ul li,
.footer-mond ul li,
.footer-fl ul li{
    width: 100%;
    height: auto;
    display: table;
}
.footer-h>p,
.footer-fr p,
.footer-fr p a,
.footer-monde ul li a,
.footer-mond ul li a,
.footer-fl ul li a{
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}
.footer-h>p{
    width: 100%;
    padding: 10px 0px;
    background-color: #1a0c08;
    text-align: center;
}
/* 右侧表单 */


.right-form {
	position: fixed;
	z-index: 1000;
	right: 2px;
	bottom: 2px;
	padding: 40px 10px 20px 10px;
	width: 320px;
	border-radius: 5px;
	border: 1px solid #d30009;
	background: #fff;
	background: rgba(255,255,255,.8);
	filter: alphaa(opacity=80);
}
.right-form form {
	overflow: hidden;
}
.right-nav {
	position: absolute;
	top: -50px;
	left: 0;
	display: none;
	width: 340px;
	height: 45px;
	border-radius: 5px;
}
.right-nav a {
	float: left;
	display: block;
	width: 45px;
	height: 45px;
	margin-right: 4px;
}
.right-nav a:last-child {
	margin-right: 0;
}

.right-form1 {
	bottom: -500px;
}
.right-form,.right-close p {
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
}
.right-close {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 2;
	width: 20px;
	height: 20px;
}
.right-close p {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}
.right-close-after {
	z-index: 4;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	opacity: 100;
}
.right-close-after1 {
	z-index: 3;
	opacity: 0;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.right-close-before {
	z-index: 3;
	opacity: 0;
}
.right-close-before1 {
	z-index: 4;
	opacity: 100;
}
.right-form i {
	color: #d30009;
}
.right-form legend {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	width: 320px !important;
	height: 30px !important;
	margin-bottom: 5px !important;
	font-size: 16px !important;
	font-weight: normal !important;
	line-height: 30px !important;
	color: #fff !important;
	border-bottom: 1px solid #d30009 !important;
	background: #d30009;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}


.right-form label {
	color: #666 !important;
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 25px;
	margin-bottom: 0 !important;
}

.right-form .form-half {
	width: 340px !important;
}

.right-form .form-half-input {
	padding: 5px;
	margin: 0 0 0;
	outline: medium none
}

.right-form .form-sub-input {
	padding: 5px;
	margin: 0 0 0;
	outline: medium none
}

.right-form .right-button {
	width: 100px !important;
	height: 30px !important;
	margin-top: -8px;
}

.right-form .form-button {
	margin-top: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
	width: 100px !important;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px !important;
	border: none !important;
	background: #d30009 !important;
}

.izl-rmenu{position:fixed;width: 80px; left:1%;bottom:20%;padding-bottom:73px;background:url(images/r_b.png) 0px bottom no-repeat;z-index:999;}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}

.izl-rmenu .btn-w{ background-color:#d30009;}
.izl-rmenu .btn-w img{width:40px;height:40px;margin-top: 24%;}
.izl-rmenu .btn-w:hover{background-color:#d30009;}



.izl-rmenu .btn-phone{background:url(../images/dianhua.png) no-repeat center;background-color:#d30009; background-size:40px;}
.izl-rmenu .btn-phone:hover{background-color:#d30009;}
.izl-rmenu .btn-phone .phone{background-color:#d30009;position:absolute;width:220px;right:-220px;top:0px;line-height:72px;color:#FFF;font-size:18px;text-align:center;display:none;}

.izl-rmenu .btn-wx{background:url(../images/youxiang.png) no-repeat center;background-color:#d30009; background-size:40px;}
.izl-rmenu .btn-wx:hover{background-color:#d30009;}
.izl-rmenu .btn-wx .pic{background-color:#d30009;position:absolute;width:220px;right:-220px;top:0px;line-height:72px;color:#FFF;font-size:18px;text-align:center;display:none;}

.izl-rmenu .btn-top{background:url(../images/jiantou.png) no-repeat center;background-color:#d30009;display:none; background-size:40px;}
.izl-rmenu .btn-top:hover{background-color:#444;}



.izl-rmenu .btn-m{background-color:#d30009; }
.izl-rmenu .btn-m img {width:40px;height:40px;margin-top:24%;}
.izl-rmenu .btn-m:hover{background-color:#d30009;}

/* 底部导航 */
.bottom_nav{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fc0204;
    padding: 10px 0px 20px;
    z-index: 100;
}
.bottom_nav ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
.bottom_nav ul li{
    width: 25%;
    height: auto;
    display: table;
    justify-content: center;
    list-style: none;
}
.bottom_nav ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    height: 50px;
    width: 100%;
}
.bottom_nav ul li a figure{
    width: 30px;;
    margin: 10px auto 0px;
}
.bottom_nav ul li a figure img{
    width: 100%;
    display: block;
}
.bottom_nav ul li span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}


button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}
.contact-form > p {
	display: table;
	width: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 27px;
	font-weight: bold;
	color: #333;
	line-height: 36px;
	border-bottom: solid 4px #d30009;
}

.contact-form abbr {
	color: #d30009;
}

.contact-form label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	margin-bottom: 8px
}

.form-half {
	width: 49%;
	margin-right: 1%
}

.form-half-input {
	background-color: #fcfcfc;
	border-color: #e1e1e1;
	color: #919191;
	border-radius: 2px 2px 2px 2px;
	display: inline;
	margin-bottom: 0;
	padding: 13px;
	width: 90%;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	color: #777;
	display: block;
	font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0 0 20px;
	max-width: 90%;
	outline: medium none
}

.form-sub-input {
	background-color: #fcfcfc;
	border-color: #e1e1e1;
	color: #919191;
	border-radius: 2px 2px 2px 2px;
	display: inline;
	margin-bottom: 0;
	min-width: 100px;
	padding: 13px;
	width: 94%;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	color: #777;
	display: block;
	font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0 0 20px;
	max-width: 94%;
	outline: medium none
}
.form-button {
	background-color: #d30009;
	color: #fff;
	border-radius: 5px;
	margin: 0;
	padding: 6px 20px;
	cursor: pointer;
	text-align: center;
	width: 100px;
	border: none;
}
sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	vertical-align: middle
}

button,input {
	position: relative;
	top: -2px;
	border: 1px #eee solid;
	line-height: 22px;
	overflow: visible
}

.input-refresh {
	position: relative;
	top: -4px;
	padding: 5px 20px;
	color: #fff !important;
	background: #d30009;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	display: inline-block;
	margin-top:40px;
}/*\*/.clearfix {
	display: block
}/**/.clear-fixed {
	height: 100%;
	overflow: hidden
}
.contact {
	padding: 30px 0 30px;
	background: url(/images/subtle_dots.png)
}

.contact1 {
	padding: 30px 0;
	width: 33%;
	float: left
}

.contact1img1 {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background: url(/images/contact1.png) no-repeat center #d30009;
}

.contact1img2 {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background: url(/images/contact2.png) no-repeat center #d30009;
}

.contact1img3 {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background: url(/images/contact3.png) no-repeat center #d30009;
}

.contact1 h2 {
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
	font-weight: bold
}

.contact1 p {
	text-align: center
}

.contacthr {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 30px auto
}