html, body {
    position: relative;
    height: 100%;
}
 html{
	color: #333;
	min-width: 320px;
	font-size: 100%;
}
selection{
	background: #b3d4fc;
	text-shadow: none;
}
.w-f {
    width: 100%;
}
ul,h1,h2,h3,p,div,dl,dt,dd,figure,figcaption{
	margin: 0;
	padding: 0;
}
li{list-style: none;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{ max-width: 100%; height: auto; transition: all .5s;}
/*=============
 * 工具样式
 =============*/
.center-block{
	display: block;
	margin-right: 0;
	margin-left: 0;
}
.f-cb {
    zoom: 1;
}
.float_r{
	float: right !important;
}
.float_l{
	float: left !important;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.hide{
	display: none !important;
}
.show{
	display: block !important;
}
.invisible{
	visibility: hidden;
}
.text-hide{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.clearfix:after,.clearfix:before{
	content: '';
	display: table;
}
.clearfix:after{
	clear: both;
}
*{box-sizing: border-box;}

/*=============
 * 浏览器更新提示
 =============*/
.browerupgrade{
	margin: 0;
	padding: 1rem;
	background: #ccc;
}

/*=============
 * 自定义页面样式
 =============*/
body{
	line-height: 1.8;
	background: #fff;
	font-family: Microsoft YaHei;
}
a{
	color: #666;
	text-decoration: none;
	transition: all .4s;
}
a:active,a:hover{
	text-decoration: none;
}
.container{ max-width: 91.875rem; margin: 0 auto; padding: 0 1rem; }
.wrap_top {
    max-width: 91.875rem;
    margin: 0 auto;
		height: 100%;
}
/**--------------------------------------------------------
**  Page---index.html
---------------------------------------------------------**/
/*Home-header*/
.top-wrap {
    position: relative;
}
.header_top{
	font-size: 13px;
	color: #2c2c2c;
	line-height: 40px;
	background: #f4f4f4;
}
.header_top span{
	color: #c0192b;
}
.header-wrap {
	height: 6.25rem;
	width: 100%;
}
.navbar_header {
    height: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.header-wrap .container {
    height: 100%;
}
.logo {
    padding-top: 1.25rem;
    height: 100%;
    font-size: 0;
}
.logo a {
    display: block;
}
.pcNav {
    height: 100%;
    transition: all 0.3s ease 0s;
}
.nav {
    font-size: 0;
		height: 100%;
}
.nav li {
    display: inline-block;
    font-size: 1rem;
    height: 100%;
    position: relative;
}
.nav li:nth-last-child(1) {
    margin-right: 0;
}
.nav>li:hover>a,
.nav>li.active>a {
    color: #c50c0d;
}
.nav>li>a{
	display: flex;
	align-items: center;
}
.nav li span{
	margin-left: 5px;
	font-size: 2rem;
}
.children{
  width: 100%;
  position: absolute;
  text-align: center;
  display: none;
  left:0;
  top: 100%;
  z-index: 25;
	-webkit-box-shadow: 0 3px 4px 4px hsl(0deg 0% 94% / 50%);
	box-shadow: 0 3px 4px 4px hsl(0deg 0% 94% / 50%);
}
.children li{
  background: #fff;
}
.children a{
  color: #333;
  display: block;
}
.pcNav .nav li .children li{
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.children a:hover{
  display: block;
  width: 100%;
  color: #d81920;
  background: #f1f1f1;
}
.intop_pos .nav li:hover a,
.intop_pos .nav li.active a {
    color: #fe9100;
    border-bottom: 3px solid #fe9100;
}
.intop_pos .navbar_header {
    border-bottom: 0;
}
.nav>li>a {
    font-size: 1rem;
    display: block;
    text-align: center;
    color: #4f4f4f;
    height: 100%;
    position: relative;
    line-height: 6.25rem;
    padding: 0 1.125rem;
		display: flex;
		align-items: center;
}
.header_nav {
    height: 100%;
		width: 50%;
}
#pulldownWindow{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100vw;
	height: 200px;
	background: #fff;
	z-index: 25;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-animation: showDownWin-data-v-1cf6cde2 .5s;
	animation: showDownWin-data-v-1cf6cde2 .5s;
	-webkit-box-shadow: 0 0 14px #cecece;
	box-shadow: 0 0 14px #cecece;
	border-top: 1px solid #f1f1f1;
	overflow: hidden;
	display: none;
}
#pulldownWindow ul{
	color: #7a7a7a;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: 100%;
	margin-left: 0;
	-webkit-transition: margin-left .5s;
	transition: margin-left .5s;
}
#pulldownWindow ul li{
	width: 1200px;
	height: 100%;
	margin: 0 calc(50vw - 600px);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
}
#pulldownWindow ul li div{
	width: 180px;
	height: calc(100% - 20px);
	padding: 10px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

#pulldownWindow ul li div a{
	width: 100%;
	height: 100%;
	display: block;
}
#pulldownWindow ul li div a img{
	width: 90px;
	margin: 5px auto;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: width .3s;
	transition: width .3s;
	position: relative;
	top: 25px;
}
#pulldownWindow ul li div:hover img{
	width:  110px;
}
#pulldownWindow ul li div:hover p{
	-webkit-animation: changeFontColor-data-v-1cf6cde2 .5s forwards;
	animation: changeFontColor-data-v-1cf6cde2 .5s forwards;
}
@-webkit-keyframes changeFontColor-data-v-1cf6cde2{form{color:#7a7a7a}to{color:#ff1211}}
@keyframes changeFontColor-data-v-1cf6cde2{form{color:#7a7a7a}to{color:#ff1211}}
#pulldownWindow ul li div a p{
	font-size: 14px;
	line-height: 16px;
	color: #7a7a7a;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}
.intop_pos {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 7px #d8d8d899;
    transition: all 0.4s;
}
.intop_pos .nav li a {
    color: #333;
}
.header-wrap .header_input {
    width: 16%;
    margin-top: 2rem;
    overflow: hidden;
   
}
.header-wrap .header_input form{
	display: flex;
	justify-content: start;
	align-items: center;
	border-radius: 1.25rem;
	border: 2px solid #b6b6b6;
	padding: 6px 0;
}
.header-wrap .header_input input {
    border-radius: 1.25rem 0 0 1.25rem;
    height: 100%;
    border: none;
    width: 88.2%;
    color: #3e4142;
    padding-left: 1.5625rem;
    outline: none;
}
.header-wrap .header_input input::-webkit-input-placeholder {
    color: #3e4142;
    font-size: 0.875rem;
}
.header-wrap .header_input input[type = submit] {
    background: url(../images/header_search.png) no-repeat center;
    width: 1.8rem;
    height: 1.2rem;
    border: none;
    outline: 0;
    cursor: pointer;
    margin-right: .3rem;
		border-left: 1px solid #bfbfbf;
		padding: 0;
		border-radius: 0;
		color: #333;
}

/* Home-mobile-header */
.menu {
    float: right;
    margin-top: 1.8rem;
    display: none;
}
.mm-menu .mm-navbar .mm-title {
    padding: 0;
    font-size: 1rem;
    color: #acacac;
    text-align: left;
		padding-left: 20px;
}
.mm-menu .mm-navbar .mm-hidden + .mm-title {
	padding-left: 0;
}
.mm-navbar {
    height: 5rem;
    line-height: 5rem;
}
.mm-menu {
    background: #fff;
}
.mm-listview>li>a,
.mm-listview>li>span {
    font-size: 1rem;
    padding: 1.25rem 0.625rem 1.25rem 1.25rem;
}
.m-search>input::-webkit-input-placeholder {
    color: #3e4142;
    font-size: 0.875rem;
    line-height: 1.71rem;
}
.m-search>input {
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 0 10rem 10rem 0;
    background: #f4f4f4;
    color: #9b9b9b;
    font-size: 0.875rem;
    height: 1.71rem;
    padding-top: 0.3rem;
}
.m-search>button {
    background: url(../images/search.png) no-repeat 10px 7px #f4f4f4;
    height: 1.71rem;
    width: 11%;
    border: 0;
    outline: none;
    background-size: 58%;
    padding: 0;
    border-radius: 10rem 0 0 10rem;
}
.m-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.625rem 0rem 1rem;
    border-color: #fff;
    display: none;
    width: 100%;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
    top: 4.2rem;
}
.mm-listview>li .mm-next:before {
    content: none;
}
.mm-navbar-bottom {
    border: none;
}
.mm-btn {
    width: 60px;
    height: 60px;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before,
.mm-arrow:after,
.mm-prev:before {
    width: 10px;
    height: 10px;
    top: 10px;
}
.mm-clear:before,
.mm-close:before {
    right: 18px;
}
.mm-clear:after,
.mm-close:after {
    right: 32px;
}
.mm-next:after {
    width: 10px;
    height: 10px;
    top: 4px;
}
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    width: calc(100% + 40px);
}
.mm-navbar.mm-hasbtns {
    background: #333;
    padding: 0 40px 0 17px;
    height: 4.25rem;
    line-height: 4.25rem;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff;
}
/*Home-banner*/
.banner-wrap{
	position: relative;
}
.banner img {
	width: 100%;
	height: 37.375rem;
	object-fit: cover;
}
.banner {
	text-align: center;
}
.banner-wrap .swiper-container {
	width: 100%;
	z-index: auto;
}
.banner .swiper-pagination,
.banner .swiper-button-next, .banner .swiper-button-prev,
.banner .swiper-button-next, .banner .swiper-button-prev{
	z-index: 26;
}
.banner .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}
.goodTypes_marks{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 24;
}
.goodTypes_marks .container{
	height: 100%;
}
.goodTypes{
	width: 16%;
	height: 100%;
	background: rgba(0,0,0,.54);
	display: -webkit-flex; /* Safari */
	-webkit-flex-direction: row-reverse; /* Safari 6.1+ */
	display: flex;
	flex-direction: column;
	justify-content: space-around; 
	float: left;
}
.goodTypes li{
	height: 25%;
	vertical-align: middle;
	padding: 26% 15% 28% 30%;
}
.goodTypes li:hover{
	background: #da0001;
}
.goodTypes a{
	font-size: 1rem;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.goodTypes a span{
	font-size: 1.25rem;
}
.leave_type{
	float: right;
	width: 84%;
	height: 100%;
	background: rgba(255,255,255,.95);
	padding: 0 3%;
	display: none;
}

.leave_type h3{
	color: #131313;
	font-size: 20px;
	font-weight: bold;
	margin: 2rem 0;
}
.leave_type ul{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.leave_type ul li{
	width: 140px;
	height: 170px;
	text-align: center;
	padding: 10px;
	margin: 10px 15px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 8px;
	-webkit-transition: background .3s;
	transition: background .3s;
	background: rgba(218,0,1,0);
}
.leave_type li:hover {
	background: #f1f1f1;
}
.leave_type li p {
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}
.pro_hot{
	padding-top: 3.75rem;
}
.pro_hot_banner{
	background: #f3f3f3;
	padding: 3.3125rem 0;
	margin-top: 3.75rem;
}
.pro_hot .container{
	position: relative;
}
.pro_hot .swiper-slide{
	text-align: center;
	background: #fff;
	padding: 2rem 0;
}
.pro_hot .swiper-slide img{
	width: 80%;
}
.pro_hot .swiper-slide h3{
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #050505;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 5px;
}
.pro_hot .swiper-slide p{
	font-size: 21px;
	font-weight: 400;
	color: #d81920;
	line-height: 25px;
	text-align: center;
}
.pro_hot .swiper-button-prev, .pro_hot .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/jt03.png);
	left: -27px;
}
.pro_hot .swiper-button-next, .pro_hot .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/jt04.png);
	right: -27px;
}


.case-wrap{
	padding:80px 0 50px 0;
}
.index-title{
	text-align:center;
}
.index-title h2{
	font-size:46px;
	color:#000;
}
.index-title p{
	width:70%;
	margin:0 auto;
	padding:24px 0 12px 0;
	font-size:18px;
}
.case_list{
	position:relative;padding:28px 0 0 0;
}
.case_list .case_item dl{
	text-align:center;
	width:24.5%;
	display:inline-table;
	padding:20px 2.5%;
}
.case_list .case_item dl .v-t{
	font-size:20px;
	padding:20px 0 6px 0;
	font-weight:bold;
}
.case_list .case_item dl dt img{
	transition:0.5s;
}
.case_list .case_item dl:hover dt img{
	transform:translateY(-5px);
}
.case_list .case_item dl:hover dt{
	color:#c50c0d;
}
.case-wrap{
	
}
.columnTitle{
	width: 100%;
	line-height: 77px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 40px;
	font-weight: 400;
	color: #1f1f1f;
	text-align: center;
	position: relative;
}
.columnTitle::before{
	content: "";
	display: block;
	width: 90px;
	border-bottom: 2px solid #d81920;
	position: absolute;
	left: calc(50% - 45px);
	bottom: 45px;
}
.about_banner{
	padding: 4.875rem 0;
	background: #f4f3f3;
}
.about_banner .container{
	position: relative;
}
.about_banner .swiper-pagination{
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	/* width: 100%; */
}
.about_banner .swiper-pagination-bullet-active{
	background: #d00000;
}
.about_banner .swiper-pagination-bullet{
	margin: 0 5px;
}
.about_banner .swiper-slide{
	display: flex;
	justify-content: space-between;
	background: #fff;
	align-items: center;
}
.about_banner .swiper-slide img{
	width: 53%;
}
.about_banner .about_text{
	width: 47%;
	padding: 3% 6%;
}
.about_banner .about_text h3{
	font-size: 32px;
	line-height: 1.5;
}
.about_banner .about_text p{
	font-size: 18px;
	margin: 20px 0 60px 0;
	text-align: justify;
	line-height: 2;
}
.more-1 {
	line-height: 54px;
	width: 160px;
	height: 54px;
	color: #d81920;
	position: relative;
	z-index: 11;
	text-align: center;
	display: block;
	border: solid 1px #d81920;
	font-family: arial;
}
.more-1:before {
	background-color: #de4b1e;
	bottom: -1px;
	content: "";
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
	transform: scaleX(0);
	transform-origin: 0 50% 0;
	transition: 0.3s;
	transition-property: transform, -webkit-transform;
	transition-timing-function: ease-out;
	z-index: -1;
}
.more-1:hover {
	color: #fff;
}
.more-1:hover::before {
	transform: scaleX(1);
}

/*联系我们*/
.contact-wrap{
	position:relative;width:100%;margin-bottom:60px;
}
.contact-wrap .contact_text{
	position:absolute;
	bottom:-1px;
	height:80%;
	width:32%;
	background-color:rgba(255,255,255,0.95);
	right:9.375%;
  padding:80px 70px;
}
.contact-wrap .contact_text h3{
	font-size:32px;
	line-height: 1.5;
}
.contact-wrap .contact_text p{
	font-size:18px;
	margin:20px 0 60px 0;
	text-align:justify;
	line-height:2;
}

/*新闻动态*/
.new-title{
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-bottom:50px;
}
.new-title h2{
	font-size:46px;
	}
.news-wrap{
	padding:20px 0 90px 0;
	position:relative;
	width:100%;
}

.news_box >ul{
	width:100%;
}
.news_box >ul >li{
	float:left;width:48%;margin-right:2%;background-color:#f8f8f8;
}
.news_box >ul >li a{
	display: flex;
	align-items:center;
	width:100%;
}
.news_box >ul >li a .news_l{
	width:50%;
	padding:30px 23px;
}
.news_box >ul >li a .news_r{
	width:50%;overflow:hidden;
}
.news_box >ul >li a .news_r img{
	width:100%;
}
.news_l > time{
	font-family:arial;
	color:#666;
}
.news_l > h2{
	font-size:20px;
	color:#000;
	margin-top:12px;
}
.news_l > p{
	margin:20px 0 40px 0;    
  overflow:hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
	height:84px;
	font-family: "SourceHanSansSC-Light";
}
.news_l > span{
	display:inline-block;
	color:#d81920;
	border-bottom:solid 2px #d81920;
	padding-bottom:6px;
}
.news_box >ul >li:hover a .news_l > h2{
	color:#d81920;
}

.news_box >ul >li:hover a .news_r img {
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}


/*首页底部*/
.pagefoot{
	padding-top:92px;
	background-color:#252525;
}
.foot_top{
	color:#aaa;
	display: flex;
}
.footer_l{
	width:27%;
}
.footer_l dl dt{
	padding-bottom:28px;
}
.footer_r{
	width: 46%;
	display: flex;
	justify-content:space-between;
}
.footer_r dl dt{
	padding-bottom:14px;
}
.footer_r dl dt a{
	font-size:20px;
	color:#fff;
}
.footer_r dl dd{
	color:#7c7c7c;
	padding:5px 0;
}
.footer_r dl dd a:hover{
	color:#fff;
}
.top{
	margin-top:8px;
	width:27%;
	display: flex;
	justify-content:flex-end;
	text-align:right;
}
.erwei{
	width:100%;}
.erwei h3{
	font-size:20px;
	font-family:arial;
	color:#fff;
}
.submit{
	padding:20px 0 30px 0;
	justify-content:flex-end;
}
.submit input{
	width:52%;
	height:50px;
	line-height:50px;
	color:#fff;
	padding:5px 12px;
	background:none;
	border:solid 1px #515151;
	border-radius:0;
}
.submit .tj-input{
	display:inline-block;
	margin-left:0px;
	cursor:pointer;
	color:#FFF;
	background-color:#004bc8;
	width:80px;
	height:50px;
	line-height:normal;
}
.copy{
	margin-top:92px;
	color:#626262;
	background-color:#1e1e1e;
}
.copy .container{
	align-items:center;
	padding:48px 0;
}
.copy-l a{
	padding-left:12px;
}
.item-infor{
	color:#626262;
	margin-top: 2rem;
}
.item-infor p{
	font-size:18px;
	font-family:arial;
	color:#fff;
}
.copy-r{
	align-items:center;
}
.copy-r >span{
	margin: 0 12px;
	display: block;
	width: 1px;
	height: 14px;
	margin-top: 2px;
	background-color: #626262;
}
.copy a:hover{
	color:#fff;
}


/* news.html */
/* 单页 */
.blk-max-main{width:1220px; margin: 0 auto;}
.blk-xs{width:16.5%;}
.blk-min{width: 320px;}
.blk-sm{width:81%;}
.blk-max{width: 810px;}
.blk{margin-bottom:30px;}
.p{padding: 30px 0;}
.b{clear: both;}
.blk{margin-bottom:  20px;}
.blk101{margin-bottom:  35px;}
.address{
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
}
.address b {
	border-left: 10px solid #d81920;
	font-weight: normal;
	padding-left: 8px;
}
.address i {
	font-style: normal;
}
.address span {
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}
.fdh-01-tit {
	background: #d81920;
	height: 80px;
}
.fdh-01-tit h2 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.fdh-01-tit h2 span {
	font-size: 14px;
	text-transform: uppercase;
}

.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
}

.fdh-01-nav-one h3 a {
	display: block;
	height: 50px;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 30px;
	color: #333;
}
.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
	background: url(../images/p14-icon2.png) no-repeat right center  #d81920;
}
.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a{
	color: #fff;
}
.fdh-01-nav dl {
	padding: 2px 0 4px;
}

.fdh-01-nav dt {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 30px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
	overflow: hidden;
}
.fdh-01-nav dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
	border-color:  #d81920;
}

.fdh-01-nav dt.sidenavcur a,
.fdh-01-nav dt:hover a {
	color:  #d81920;
}
.fdh-01-nav dd {
	border: 1px solid #ececec;
	border-bottom: 0;
}
.fdh-01-nav p {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	padding-left: 72px;
	padding-right: 40px;
	border-bottom: 1px solid #ececec;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.fdh-01-nav p.sidenavcur a,
.fdh-01-nav p:hover a {
	color:  #d81920;
}
.fdh-01-nav p.sidenavcur:after,
.fdh-01-nav p:hover:after {
	background: #343434;
}
.fdh-01-nav a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-info-2 {
	background: #fff;
}
.p14-info-2-tit {
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	background: #d81920;
	color: #fff;
	text-align: center; margin-bottom:12px;
}
.p14-info-2-list dl { 
	font-size: 12px;
	line-height: 18px;
	height: 220px;
	overflow: hidden;
	text-align: center;
}
.p14-info-2-list dt {
	width: 100%;border: 1px solid rgba(153, 153, 153, 0.3);  box-sizing:border-box;
	margin:0 auto;
}
.p14-info-2-list dt img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.p14-info-2-list dd h3 {
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	line-height:40px;padding: 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-info-2-list-desc {
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-info-2-list dl:nth-last-child(1) {
	border-bottom: 0;
}
.cbgg-01 {
background: #d81920;
text-align: center;
color: #fff;
}
.cbgg-01-img img {
	width: 100%;
	display: block;
}
.cbgg-01 p {
	padding-top: 15px;
}
.cbgg-01 p img {
	vertical-align: middle;
	margin-right: 5px;
}
.cbgg-01 span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 20px;
	padding-top: 10px;
}
.news-list dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.8125rem 0;
	border-bottom: 1px solid #ebebeb;
}
.news-list dl:first-child{
	padding-top: 0;
}
.news-list dl dt{
	width: 19%;
}
.news-list dl dd{
	width: 79%;
}
.news-list dl:hover h4{
	color: #d81920;
}
.news-list .news_tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1rem 0;
}
.news-list .news_tit h4{
	font-size: 1.375rem;
	color: #000;
	font-weight: bold;
	margin: 0;
}
.news-list .news_tit p{
	font-size: 1rem;
	color: #666;
}
.news-list .news_desc{
	font-size: 1rem;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* 产品 */
.leftnav-z1-desc {
		background: #fff;
		max-height: 180px;
		margin-bottom: 14px;
}

.leftnav-z1-desc dt {
		height: 30px;
		padding: 20px 0 10px;
}

.leftnav-z1-desc dt b {
		display: inline-block;
		height: 30px;
		font-weight: normal;
		border-left: 13px solid #e3e3e3;
		border-right: 7px solid #e3e3e3;
		padding: 0 12px 0 13px;
		font-size: 28px;
		color: #7c7c7c;
		line-height: 30px;
}

.leftnav-z1-desc dt b span {
		font-size: 18px;
		color: #bfbfbf;
		text-transform: uppercase;
		padding-left: 10px;
}

.leftnav-z1-desc dd {
		padding: 0 27px 10px 27px;
}

.leftnav-z1-desc dd h4 {
		font-size: 24px;
		font-weight: normal;
		color: #797979;
		max-height: 44px;
		line-height: 44px;
		overflow: hidden;
}

.leftnav-z1-desc dd div {
		font-size: 14px;
		line-height: 24px;
		color: #666;
		max-height: 48px;
		overflow: hidden;
}

.leftnav-z1-tit {
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 15px;
		font-size: 24px;
}

.leftnav-z1-tit span {
		display: inline-block;
		height: 50px;
		border-bottom:1px solid #343434;
}

.leftnav-z1-list dl {
		width: 48.9%;
		border: 1px solid #dedede;
		margin-bottom: 15px;
		background: #fff;
		float: left;
		margin-right: 2%;
		box-sizing:border-box;
}

.leftnav-z1-list dl:nth-child(even) {
		margin-right: 0;
}

.leftnav-z1-list dt img {
		width: 100%;
		display: block;
}

.leftnav-z1-list dd {
		padding: 6px 20px 24px 20px;
}

.leftnav-z1-list dd h4 {
		height: 45px;
		font-weight: normal;
		font-size: 18px;
		color: #154c64;
		line-height: 45px;
		overflow: hidden;
}

.leftnav-z1-list h4 a {
		display: block;
		height: 45px;
		color: #727272;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}

.leftnav-z1-list dl:hover h4 a {
		color: #d81920;
}

.leftnav-z1-list-desc {
		height: 40px;
		font-size: 14px;
		line-height: 20px;
		color: #666;
		margin-bottom: 12px;
		overflow: hidden;
}

.leftnav-z1-list-deta {
		width: 100px;
		height: 40px;
		display: inline-block;
		border: 1px solid #aaa;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
}

.leftnav-z1-list dl:hover {
		border-color: #d81920;
}

.leftnav-z1-list dl:hover .leftnav-z1-list-deta {
		background: #d81920;
		border-color: #d81920;
}

.leftnav-z1-list dl:hover .leftnav-z1-list-deta a {
		color: #fff;
}
/*翻页*/
.pageNum{
	width: 100%;
	height: 2.5rem;
	text-align: center;
	vertical-align: middle;
	margin: 40px auto 80px;
	display: inline-block;
	font-size: 0;
}
.pageNum li{
	display: inline-block;
}
.pageNum a{
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	font-size: 1rem;
	color: #d81920;
	border: #f0f0f0 solid 1px;
	background: #f0f0f0;
	border-radius: 50%;
	margin: 0 .5rem;
	font-family: "arial";
}
.pageNum a.active, .pageNum a:hover{
	color: #fff;
	background: #d81920;
	border: #d81920 solid 1px;
}
.news_detail_tit{
	font-size: 1.875rem;
	color: #000;
	text-align: center;
	margin: 1rem 0;
}
.news_detail_cont{
	font-size: 1rem;
	color: #111;
	margin-top: 5.625rem;
	min-height: 46rem;
	
}
.news_detail_cont p{
	text-indent: 2em;
	line-height: 1.8;
}
.news_detail_a{
	padding: 1.5rem 0;
	border-top: 1px solid #d1d1d1;
}
.news_detail_a a{
	font-size: 1rem;
	color: #676767;
	display: block;
	line-height: 2;
}
/* product.html */
.pro_list li{
	width: 24%;
	float: left;
	border: 1px solid #e6e6e6;
	text-align: center;
	padding: 2rem 0;
	margin-bottom: 1.625rem;
}
.pro_list li:not(:nth-child(4n)){
	margin-right: 1.3%;
}
.pro_list li .pro_item_img{
	padding-top: 85%;
	position: relative;
	overflow: hidden;
}
.pro_list li img{
	width: 80%;
	position: absolute;
	left: 10%;
	top:0;
}
.pro_list li .pro_item_text h4{
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #050505;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 5px;
}
.pro_list li .pro_item_text p{
	font-size: 21px;
	font-weight: 400;
	color: #d81920;
	line-height: 25px;
	text-align: center;
}

/* product-detail.html */
.pro_box{
	padding: 2.375rem 0 2rem;
}
.pro_top{
	display: flex;
	justify-content: space-between;
	padding: 1.25rem 1.5rem;
}
.pro_img{
	width: 39%;
	overflow:hidden;
}
.pro_img .mySwiper .swiper-slide{
	cursor: pointer;
}
.pro_top .mySwiper{
	margin-top: 3.125rem;
}
.pro_top_text{
	width: 54%;
	border-bottom: 1px  solid #eee;
}
.pro_top_text h2{
	padding: 2.5rem 0 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px  solid #eee;
}
.pro_top_text p{
	color: #676767;
	line-height: 1.8;
}
.pro_top_text_cont{
	padding-bottom: 3.125rem;
	margin-bottom: 1.875rem;
	border-bottom: 1px  solid #eee;
}
.pro_top_text_phone{
	font-size: 1.125rem;
	color: #fff;
	background: #d81920;
	padding: .75rem 1.875rem;
}
.pro_bottom_tit{
	background: #e8e8e8;
	border-bottom: 2px solid #d81920
}
.pro_bottom_tit h3{
	font-size: .9875rem;
	color: #fff;
	width: 6.625rem;
	text-align: center;
	background: #d81920;
	line-height: 2.25rem;
}
.pro_bottom_con{
	padding-bottom: 3.125rem;
}
.pro_bottom_con_text{
	color: #676767;
	padding: 2.5rem 1rem;
}
.pro_bottom_con ul{
	display: flex;
	flex-wrap: wrap;
}
.pro_bottom_con ul li:nth-child(odd){
	width: 40%;
}
.pro_bottom_con ul li:nth-child(even){
	width: 60%;
}
.pro_bottom_btn{
	display: flex;
	justify-content: space-between;
	padding: 2.5rem 3.125rem;
}
.form_box {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4rem;
}
.form_box input{
	width: 48%;
	margin-bottom: 2rem;
	line-height: 3;
	padding-left: 1rem;
	border: 1px solid #868686;
}
.form_box input:focus-visible,
.form_box textarea:focus-visible{
	outline: none;
}
.form_box textarea{
	width: 100%;
	height: 8rem;
	border: 1px solid #868686;
	margin-bottom: 2rem;
	padding-left: 1rem;
}
.form_box button{
	line-height: 54px;
	width: 100%;
	height: 54px;
	color: #fff;
	position: relative;
	z-index: 11;
	text-align: center;
	display: block;
	font-family: arial;
	background: #d81920;
	border: none;
	margin-top: 3rem;
}








@media only screen and (max-width:92rem) {
		.pro_hot .swiper-button-prev, .pro_hot .swiper-container-rtl .swiper-button-next{left: 0;background-size: 13px 30px;}
		.pro_hot .swiper-button-next, .pro_hot .swiper-container-rtl .swiper-button-prev{right: 0;background-size: 13px 30px;}
}
@media only screen and (max-width:78.625rem) {
    .header_nav{margin-left: 4%;width: 54%;}
		.logo{width: 20%;padding-top: 2.5rem;}
}
@media only screen and (max-width:75rem) {
		.header_nav{margin-left: 0;width: 62%;}
    .nav li {margin-right: .25rem;}
		.nav>li>a{padding: 0 1rem;}
    .customized_content_left,.mobile_content_right,.applets_content_left{margin-top: 5%}
		.contact-wrap .contact_text{width: 50%;}

}
@media only screen and (min-width:75rem) {
    .h-full .container{width: 85%;margin: 0 auto;padding: 0;}
}
/* screen 150% */
@media screen and (max-width:62rem) {
    .m-search {display:inline-flex;}
		.header_top{font-size: 12px;}
		.header_top .container{padding: 0 .5rem;}
		.header_nav{display: none;}
		.logo{width: 50%;padding-top: 0;}
    .menu {display:block;}
    .header-wrap {position:initial;height: 4.25rem;}
    .header-wrap .header_input {display:none;}
    .second {display:block !important;}
    .m-wrap {width:95%;margin:0 auto;}
    .banner-wrap .banner-text {position:absolute;left:0;font-size:0;top:34%;width:100%;text-align:center;}
    .banner-wrap .banner-text h2 {font-size:1.25rem;text-align:center;}
    .banner-wrap .banner-text h4 {font-size:.875rem;text-align:center;}
    .banner-wrap .home-btn {display:inline-block;width:5rem;height:2rem;border-radius:3px;color:#fff;line-height:2rem;text-align:center;font-size:.625rem;margin-top:1rem;}
		.banner img{height: auto;}
		.goodTypes{width: 50%;}
		.goodTypes li{padding: 0 20%;}
		.index-title h2{font-size: 30px;}
		.index-title p{font-size: 14px;}
		.pro_hot{padding-top: 2rem;}
		.pro_hot_banner{padding: 1.5rem 0;margin-top: 2rem;}
		.case-wrap{padding: 40px 0 30px 0;}
		.case_list .case_item dl{width: 49%;}
		.case_list .case_item dl dd{font-size: 12px;}
		.columnTitle{font-size: 30px;line-height: 60px;}
		.about_banner{padding: 3rem 0;}
		.about_banner .swiper-slide{flex-wrap: wrap;}
		.about_banner .swiper-slide img,.about_banner .about_text{width: 100%;}
		.contact-wrap .contact_img{display: none;}
		.contact-wrap .contact_text{width: 100%;position: static;padding: 40px 20px}
		.news-list .news_tit{margin-bottom: .75rem;}
		.news-list .news_tit h4{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 1.125rem;}
		.news-list dl dt{width: 25%;}
		.news-list dl dd{width: 72%;}
		.new-title h2{font-size: 25px;}
		.news_box >ul >li{width: 100%;}
		.news_box >ul >li a .news_l{width: 64%;}
		.news_l{padding:15px 15px;}
		.news_l > h2{height: auto;white-space: nowrap;text-overflow: ellipsis;font-size: 18px;overflow: hidden;}
		.news_l > span{display:none;}
		.news_l > p{margin:6px 0 0 0;height: 42px;font-size: 14px; line-height: 1.6;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
		.news_box >ul >li a .news_r{width: 36%;}
		.more-1, .more-2 {width: 100px;height: 32px; line-height: 32px;}
		.pagefoot{padding-top: 2rem;}
		.footer_r{display: none;}
		.footer_l{width: 70%;}
		.top{float: right;}
		.copy{margin-top: 2rem;}
		.copy .container{padding: 1rem;}
		.form_box{margin-bottom: 3rem;width: 100%;}
		.form_box button{margin-top: 1rem;}
		
}
@media screen and (min-width:62rem) {
    .h-full-pc{display: block}
    .h-full-mobile{display: none}
   
}
/*PC端隐藏*/
@media (min-width: 46.875rem){
 
}
/*公用-小屏幕*/
@media only screen and (max-width: 30rem) {
    /*banner*/
    .m-wrap {width:95%;margin:0 auto;}
		.logo a{margin-top: 1rem;}
    .banner-wrap .swiper-container {height:100%;}
    .banner-wrap .banner-text {position:absolute;left:0;font-size:0;top:25%;width:100%;text-align:center;}
    .banner-wrap .swiper-slide {justify-content:flex-end;}
    .banner-wrap .banner-text h2 {font-size:1.25rem;text-align:center;}
    .banner img {max-width:1000%;height:12rem;}
    .banner-wrap .banner-text h4 {font-size:.875rem;text-align:center;}
    .banner-wrap .home-btn {display:inline-block;width:5rem;height:2rem;border-radius:3px;color:#fff;line-height:2rem;text-align:center;font-size:.625rem;margin-top:1rem;}
		
		.blk-xs{display: none;}
		.blk-sm{width: 100%;}
		.pro_list li{width: 48%;}
		.pro_list li:nth-child(odd){margin-right: 4%;}
		.pro_list li:nth-child(even){margin-right: 0;}
		.pro_list li .pro_item_text h4{font-size: 1.125rem;margin-top: 1.5rem;}
		.pro_list li .pro_item_text p{font-size: 1rem;}
		.pro_top{flex-wrap: wrap;}
		.pro_img,.pro_top_text{width: 100%;}
		.pro_bottom_con ul li:nth-child(odd),.pro_bottom_con ul li:nth-child(even){width: 100%;}
}
