body{
	--theme-color:#ed2025;
	--font-color:#333;
	--font-color-1:#444;
	--color-lightgray-1:#666666;
	--color-lightgray-2:#999999;
	--color-lightgray-3:#CCCCCC;
	--color-lightgray-4:#EEEEEE;
	--m-bg-end-1:#fff;
	--font-size-small:0.75rem;
	--font-size:0.875rem;
	--font-size-big:1rem;
	--font-size-large:1.125rem;
}
body{
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
	color: var(--font-color);
	font-size: var(--font-size);
}
a:hover{
	text-decoration: none;
}
.hide{
	display: none;
}
.text-white{
	color: #FFF;
}
.test{
	border: 1px solid blue;
}
.padding0{
	padding: 0;
}
.no-border{
	border: 0;
}

.topline{
	background-color: #f0f0f0;
}
.topline .row{
	height: 2.1875rem;
	justify-content: space-between;
	align-items: center;
}
.topline .row a{
	color: #333;
}
.topline .row span:first-child{
	margin-left: 0.3125rem;
}
.topline .row span:last-child{
	display: none;
}

.top{
	margin-top: 0.3125rem;
	margin-bottom: 0.3125rem;
}
.top .row{
	justify-content: space-between;
}
.top .row a:last-child{
	display: none;
	margin-top: 0.3125rem;
}
.logo{
	max-width: 85%;
}


.menu{
	height: 3.125rem;
	background-color: var(--theme-color);
}
.menu li{
	height: 3.125rem;
	line-height: 3.125rem;
}
.menu li:hover{
	background-color: rgba(0,0,0,0.5);
}
.menu .nav-link {
	padding: 0;
}
.navbar-box{
	width: 100%;
}
.navbar-brand{
	width: 70%;
	color: #FFFFFF;
	padding-top: 0;
	font-size: 1.125rem;
}
.navbar-toggler{
	padding: 0;
}

.navbar{
	height: 3.125rem;
	background-color: var(--theme-color);
}
#navbar{
	position: absolute;
	left: 0;
	top: 3.4375rem;
	width: 100%;
	background-color: var(--theme-color);
	z-index: 100;
}
#navbar .nav-item{
	margin-left: 1rem;
}
#navbar .nav-item a{
	display: block;
	width: 100%;
	font-size: 1.125rem;
	color: #FFFFFF;
	
}

#navbar .dropdown-menu a{
	font-size: 0.875rem;
	background-color: #FFF;
	padding-left: 2rem;
	color: var(--color-lightgray-1);
}

.navbar-toggler-icon{
	background: url('../img/menu.png') no-repeat;
}

.banner{
	justify-content: center;
}

.m-title{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 0.7rem;
	background: url(../img/titlebg.png) no-repeat bottom center;
}
.m-title span:first-child{
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
}
.m-title span:nth-child(2){
	color: #999;
	font-size: 0.875rem;
}
.m-title span:last-child{
	align-self: flex-end;
	height: 1.3rem;
	line-height: 1.3rem;
	width: 4rem;
	background-color: var(--theme-color);
	font-size: 0.875rem;
	text-align: center;
	margin-right: 0.2rem;
}
.m-title span:last-child a{
	color: #fff;
}
.m1-list{
	/* justify-content: space-around; */
	margin-left: 0.5rem;
}
.m1-list-one{
	border: 1px solid #b4b4b4;
	margin-top: 1.5rem;
	margin-right: 0.5rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.m2-list-one{
	border: 0;
}
.m1-list-one a{
	margin-top: 0.315rem;
}
.m1-list-one a:last-of-type{
	margin-top: 0.625rem;
	margin-bottom: 0.315rem;
}
.m1-list-one a span{
	color: #333;
	font-size: 1rem;
}
.m2-list-one a span{
	color: #666;
	font-size: 0.875rem;
}
.m-xuan{
	height: 1.625rem;
	margin-top: 4rem;
	margin-bottom: 1.25rem;
	background: url(../img/xuan1.png) no-repeat bottom center;
}
.m-xuan-list .row span:first-of-type{
	display: block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	margin-left: 0.3rem;
	background-color: var(--theme-color);
	font-size: 1.8rem;
	color: #FFF;
	text-align: center;
}
.m-xuan-list div:last-of-type{
	margin-top: 1rem;
}
.m-xuan-list .row p{
	margin-bottom: 1rem;
}
.m-xuan-list .row .d-flex{
	align-items: center;
}
.m-xuan-list .row p span:last-of-type{
	font-size: 1.5rem;
	color: var(--theme-color);
	margin-left: 0.4rem;
}
.m-xuan-list .row p:last-of-type{
	width: 100%;
	margin-bottom: 1rem;
	padding-top: 0.8rem;
	font-size: 1.125rem;
	color: #444;
	border-top: 1px dashed #666;
}
.m2{
	margin-top: 1rem;
}

.m3{
	margin-top: 1rem;
}
.m4{
	margin-top: 1rem;
}
.m4-box div:first-of-type{
	margin-top: 1rem;
}
.m4-box div:last-of-type{
	margin-top: 1rem;
	color: #666;
	font-size: 1rem;
}
.m5{
	margin-top: 1rem;
}
.m5-title{
	justify-content:flex-end;
}
.m5-title span{
	align-self: flex-end;
	height: 1.3rem;
	line-height: 1.3rem;
	width: 4rem;
	background-color: var(--theme-color);
	font-size: 0.875rem;
	text-align: center;
	margin-right: 0.2rem;
}
.m5-title span a{
	color: #fff;
}
.m5-list div div{
	margin-right: 1rem;
	padding: 0.5rem 0;
	border-bottom: 1px dashed #aaa;
}
.m5-list div div a{
	font-size: 0.875rem;
}
.m5-list div div a:first-child{
	color: var(--theme-color);
}
.m5-list div div a:last-child{
	color: #666;
}
.m6{
	margin-top: 1rem;
}
.m6-title{
	height: 2.5rem;
	justify-content: center;
	align-items: center;
	background-color: var(--theme-color);
}
.m6-title span{
	color: #FFF;
	font-size: 1.125rem;
}
.m6-form{
	justify-content:center;
}
.m6-form form{
	width: 90%;
}
.m6-form form label{
	font-size: 1.125rem;
	color: #444;
}
.m6-form form div:last-of-type{
	justify-content: center;
}
.m6-form form button{
	padding: 0.3rem 1.5rem;
	font-size: 1.125rem;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: #FFF;
}
.m6-form form button:focus{
	color: #FFF;
}
.m6-form form button:active{
	color: #FFF;
}
.m6-form form button:disabled{
	color: #FFF;
}
.m6-form form button:hover{
	color: #FFF;
}
.m6-result{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.m6-result span{
	display: none;
}
.m6-result span:first-of-type{
	margin-top: 1rem;
	font-size: 1.25rem;
	font-weight: bold;
	color: #639e07;
}
.m6-result span:last-of-type{
	padding: 0.0.3125rem 0.625rem;
	margin-top: 0.5rem;
	font-size: 1rem;
	font-weight: bold;
	color: var(--theme-color);
	border-radius: 0.5rem;
	text-align: center;
}
.m7{
	margin-top: 1rem;
}
.m7-title{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 1.3rem;
	background: url(../img/titlebg.png) no-repeat bottom center;
}
.m7-title span:first-child{
	color: #333;
	font-size: 1.125rem;
}
.m7 ul{
	padding-left: 1rem;
	padding-top:1rem;
}
.m7 ul li{
	margin-bottom: 0.8rem;
	list-style-type: none;
	text-align: left;
	/* border-bottom: 1px solid #ccc; */
}
.m7 ul li span{
	color: #666;
	font-size: 0.875rem;
	margin-right: 1rem;
}
.m7 marquee{
	height:12.5rem
}
.m8{
	margin-top: 1rem;
	background-color: #4a4a4a;
}
.flinks{
	justify-content: center;
	align-items: center;
	height: 2.5rem;
}
.flinks span{
	color: #FFF;
}
.flinks a{
	padding-left:1rem;
	padding-right:1rem;
	color: #FFF;
	border-right: 1px solid #FFF;
	font-size: 0.875rem;
}
.flinks a:last-of-type{
	border: 0;
}
.m9{
	padding-top: 1.5rem;
	padding-bottom:4rem;
	background-color: #1f1f1f;
}
.m9 .row{
	padding-bottom: 1rem;
	justify-content: center;
	color: #fff;
	font-size: 0.875rem;
}
.m9 .row span{
	margin:auto 0.5rem;
}
.m9 .row a{
	margin-right:0.5rem;
	color: #fff;
}

.fudong{
	position:fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	
	width: 100%;
	height: 3.25rem;
	background-color: #fff;
}
.fudong a{
	width: 40%;
	height: 2.5rem;
	line-height: 2.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
	
	border: 0;
	border-radius: 0.5rem;
	background-color: var(--theme-color);
	color: #FFF;
	font-size: 1rem;
	overflow: hidden;
	text-align: center;
}
.fudong a:first-of-type{
	float: left;
}
.fudong a:last-of-type{
	float: right;
}

.hengfu{
	justify-content: center;
}
.main{
	justify-content: space-between;
}
.mainleft{
	display: none;
	width: 100%;
}
.ml-title{
	width: 100%;
	padding-bottom: 0.3rem;
	background: url(../img/line.gif) no-repeat bottom left;
}
.ml-title span{
	margin-left: 0.5rem;
	font-size: 1.125rem;
	font-weight: bold;
	color: var(--theme-color);
}

.mainleft ul{
	padding-left: 0;
}
.mainleft ul li{
	padding: 0.5rem 0rem 0.5rem 2rem;
	list-style-type: none;
	border-bottom: 1px dashed #aaa;
	background: url(../img/jiantou.png) no-repeat left center;
}
.mainleft ul li a{
	color: #444;
	font-size: 1rem;
}

.pos{
	margin-top: 0.5rem;
	margin-bottom:1rem;
	font-size: 1rem;
	color: #666;
}
.pos a{
	color: #666;
	margin-right: 0.5rem;
}
.pos span{
	color: #666;
	margin-left: 0.5rem;
}
.lianxi{
	padding-top: 0.625rem;
	font-size: 1rem;
	color: #666;
}
.lianxi p{
	margin-left: 0.625rem;;
	margin-bottom: 0.625rem;
}
.mainright{
	width: 100%;
}
.mr-title{
	width: 100%;
	padding-bottom: 0.3rem;
	background: url(../img/line.gif) no-repeat bottom left;
}
.mr-title span{
	margin-left: 0.5rem;
	font-size: 1.125rem;
	font-weight: bold;
	color: var(--theme-color);
}
.danye{
	padding-top: 1rem;
	padding-bottom:1rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	font-size: 1rem;
	color: #444;
}
.danye img{
	max-width: 100%;
	height: auto;
}
.prolist{
	padding-bottom:1rem;
	font-size: 1rem;
	color: #444;
}
.arclist{
	padding-top: 1rem;
	padding-bottom:1rem;
}
.arclist ul{
	padding-left: 0.5rem;
}
.arclist ul li{
	width: 100%;
	padding-top: 1rem;
	justify-content: space-between;
	list-style-type: none;
	border-bottom: 1px dashed #ccc;
}
.arclist ul li p:first-of-type{
	width: 30%;
}
.arclist ul li p:last-of-type{
	width: 67%;
	flex-direction: column;
}
.arclist ul li p span{
	padding-bottom:1rem;
	font-size: 1rem;
	color: #444;
}
.arclist ul li p span a{
	color: #444;
}
.arclist ul li p:last-of-type span:nth-of-type(2){
	font-size: 0.875rem;
	display: none;
}
.arclist ul li p:last-of-type span:last-of-type{
	font-size: 0.875rem;
}
.arclist p span{
	width: 100%;
}

.videobox .modal-dialog{
	height: 60%;
}
.videobox .modal-content{
	height: 100%;
}
.videobox .modal-body{
	padding: 0;
}
.videobox .modal-footer{
	justify-content: center;
	padding: 0;
}
.article{
	margin-top: 1rem;
}
.arc_title{
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.arc_title h3{
	text-align: center;
	font-size: 1.125rem;
	/* margin-bottom: 0; */
}
.arc_title span{
	align-self: flex-end;
	margin-right: 1rem;
	font-size: 0.875rem;
	color: #999;
}
.arc_body{
	margin: 0 1rem 1rem 1rem;
	padding-top: 1rem;
	font-size: 1rem;
	color: #444;
	/* border-top: 1px solid #ccc; */
}
.arc_body_center{
	text-align: center;
}
.arc_body img{
	max-width: 100%;
	height: auto;
}
.arc_next{
	margin: 0 1rem 1rem 1rem;
	padding-top: 1rem;
	flex-direction: column;
	color: #666;
	border-top: 1px solid #ccc;
}
.arc_next a{
	color: #444;
}
.product{
	padding-top: 1rem;
}
.product div{
	/* border: 1px solid blue; */
}
.product_head{
	margin: 0;
}
.product_head_r{
	flex-direction: column;
}
.product_head_r h3{
	margin-bottom: 1rem;
	margin-left: 0.5rem;
	font-size: 1rem;
	color: #444;
}
.product_head_r span{
	margin-bottom: 1rem;
	margin-left: 0.5rem;
	font-size: 1rem;
	color: #444;
}
.product_head_r span:nth-of-type(1){
	margin-bottom: 0.2rem;
}
.product_title{
	margin-top: 1rem;
	border-bottom: 1px solid #999;
}
.product_title span{
	display: block;
	width: 6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	color: #FFF;
	font-size: 1rem;
	background-color: var(--theme-color);
}
.product_head_l .scrollbtn{
	position: static;
}
.product_head_l .scrollbtn li{
	width: 3rem;
	height: 3rem;
	margin: 0.5rem 0 0 0.5rem;
	text-indent: 0;
}

.product_head_l .scrollbtn li img{
	border: 1px solid #999;
}
.product_head_l .scrollbtn li.active img{
	border: 1px solid red;
}
.product_head_l .carousel-item{
	text-align: center;
}
.product_body{
	margin-left: 0.5rem;
	margin-right: 0.3rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.product_body img{
	max-width: 100%;
	height: auto;
}

#imgmodal .modal-body div{
	justify-content: center;
}
#imgmodal .modal-content{
	height: auto;
}

.pagination{
	padding-bottom:1rem;
	justify-content: center;
}
.pagination ul{
	padding-left: 0.5rem;
}
.pagination ul li{
	justify-content: space-between;
	list-style: none;
	/* border: 1px solid red; */
}
.arc_video{
	width: 100%;
	text-align: center;
}
.arc_video video{
	width: 80%;
	height:auto;
	border: 1px solid #ccc;
}

.yb_conct{
	display: none;
	position:fixed;
	z-index:9999999;
	top:200px;
	right:-127px;
	cursor:pointer;
	transition:all .3s ease; 
	float:left;
	right: -127px;
}
.yb_bar ul li{
	width:180px;
	height:53px;
	font:16px/53px 'Microsoft YaHei';
	color:#fff;
	text-indent:54px;
	margin-bottom:3px;
	border-radius:3px;
	transition:all .5s ease;
	overflow:hidden;
}
.yb_bar .yb_top{
	background:#fe0500 url(../img/fixcont.png) no-repeat 0 0;
}
.yb_bar .yb_phone{
	background:#fe0500 url(../img/fixcont.png) no-repeat 0 -57px;
}
.yb_bar .yb_phone a{
	color: #fff;
}
.yb_bar .yb_QQ{
	text-indent:0;
	background:#fe0500 url(../img/fixcont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode{
	background:#fe0500 url(../img/fixcont.png) no-repeat 0 -169px;
	height: 53px;
}
.hd_qr{
	padding:0 29px 25px 29px;
}
.yb_QQ a{
	display:block;
	text-indent:54px;
	width:100%;
	height:100%;
	color:#fff;
}