/* public*/
.bgf4 {
	background-color: #fff;
	display: block;
}

/* title */
.content {
	padding: 50px 0;
}

.contit .title {
	text-align: center;
}

.contit .title .comm56 {
	font-size: 56px;
	color: #000;
	/* font-family: 'RR' !important; */
	font-weight: 700;
}

.contit .title .comm20 {
	font-size: 20px;
	color: #a7a7a7;
	/* font-family: 'PingFang'; */
	text-transform: uppercase;
	font-weight: 500;
}

.cpbox .cpmain .cpbj ul li .t2 {
	/* font-family: 'Bold'; */
	font-weight: 600;
}

/* head */

/* 首页banner */
.ind_banner {
	position: relative;
	cursor: pointer;
}

.banner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	/* padding-top: 100px; */
	overflow: hidden;
	background-color: #fff;
	display: block;
}

.ind_banner .swiper-slide img {
	position: relative;
	width: 100%;
	display: block;
}

.ind_banner .swiper-slide .txt {
	position: absolute;
	left: 16%;
	top: 45%;
	color: #fff;
	max-width: 770px;
}

.ind_banner .swiper-slide .txt .cn,
.ind_banner .swiper-slide .txt .en {
	color: #fff;
	display: block;
	/* font-family: 'Regular'; */
	text-shadow: 3px 2px 6px #000000;
	height: auto;
	text-transform: uppercase;
	z-index: 2;

}

.ind_banner .swiper-slide .txt .cn {
	font-size: 50px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: 2px;
}

.ind_banner .swiper-slide .txt .en {
	font-size: 20px;
}

/* 首页产业布局 */
.cpbox {}

.cpbox .cpmain {
	margin-top: 55px;
}

.cpbox .cpmain .cpbj {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cpbox .cpmain .cpbj ul {
	overflow: hidden;
}

.cpbox .cpmain .cpbj ul li {
	position: relative;
	float: left;
	width: 25%;
	height: 600px;
	padding: 80px 60px 20px;
	box-sizing: border-box;
	transition: all .3s;
}

.cpbox .cpmain .cpbj ul li:hover {
	background-color: rgba(0, 0, 0, .25);
}

.cpbox .cpmain .cpbj ul li:hover,
.cpbox .cpmain .cpbj ul li:hover .t1,
.cpbox .cpmain .cpbj ul li:hover .t2,
.cpbox .cpmain .cpbj ul li:hover .t3,
.cpbox .cpmain .cpbj ul li:hover .t4 {
	color: #fff;
}

.cpbox .cpmain .cpbj ul li .t1,
.cpbox .cpmain .cpbj ul li .t2,
.cpbox .cpmain .cpbj ul li .t3,
.cpbox .cpmain .cpbj ul li .t4 {
	transition: all .5s;
}

.cpbox .cpmain .cpbj ul li .bg {}

.cpbox .cpmain .cpbj ul li .bg img {
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	background: center center no-repeat;
}

.cpbox .cpmain .cpbj ul li:hover .bg img {
	opacity: 1;
	top: 0%;
}

.t1,
.t2,
.t3,
.t4 {
	color: #000;
}


.cpbox .cpmain .cpbj ul li .t1 {
	position: relative;
	z-index: 2;
}

.cpbox .cpmain .cpbj ul li .t1 img {
	width: 26%;
	height: 26%;
}

.cpbox .cpmain .cpbj ul li .t1 img:first-child,
.cpbox .cpmain .cpbj ul li:hover .t1 img:last-child,
.cpbox .cpmain .cpbj ul li .t4 img:last-child,
.cpbox .cpmain .cpbj ul li:hover .t4 img:first-child {
	display: block;
}


.cpbox .cpmain .cpbj ul li .t1 img:last-child,
.cpbox .cpmain .cpbj ul li:hover .t1 img:first-child,
.cpbox .cpmain .cpbj ul li .t4 img:last-child,
.cpbox .cpmain .cpbj ul li:hover .t4 img:first-child {
	display: none;
}


.cpbox .cpmain .cpbj ul li .t2 {
	font-size: 30px;
	padding: 30px 0 20px;
}

.cpbox .cpmain .cpbj ul li .t3 {
	position: relative;
	color: #9b9b9b;
	font-size: 16px;
	/* font-family: 'Regular'; */
	height: 7.2em;
	line-height: 1.8em;
	margin: 15px 0;
	-webkit-line-clamp: 4;
	z-index: 2;
}

.cpbox .cpmain .cpbj ul li .t4 {
	width: 45px;
	height: 45px;
	background: url(../images/t4-1.png) center center no-repeat #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	opacity: 1;
	margin-top: 75px;
	position: relative;
	z-index: 2
}

.cpbox .cpmain .cpbj ul li:hover .t4 {
	background: url(../images/t4_2.png) center center no-repeat #d82023;
	border: 2px solid #d82023;
	opacity: 1;
}

/* 应用领域 */
.case {
	padding-bottom: 0;
}

.case_main {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	width: 100%;
}

.case_start {
	width: 100%;
}

.caselist {
	overflow: hidden;
}

.caselist li {
	float: left;
	width: 25%;
}

.caselist li .lin {
	position: relative;
}

.caselist li .lin a {
	position: relative;
	display: block;
}

.caselist li .lin .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.caselist li .lin .pic img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	transition: all .5s;
}

.caselist li:hover .lin .pic .pic_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../images/case_bg.png) no-repeat center;
}

.caselist .case_info {
	display: block;
	position: absolute;
	bottom: 1%;
	left: 0;
	padding: 50px 60px;
}

.caselist .case_info .case_tit {
	position: relative;
}

.caselist .case_info .case_tit h3 {
	color: #fff;
	font-size: 32px;
	/* font-family: 'Heavy'; */
	width: auto;
	padding-bottom: 20px;
	font-weight: 600;
}

.caselist .case_info .case_tit i {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 25%;
	height: 2px;
	background-color: #fff;
}

.caselist .case_info .case_des {
	color: #fff;
	font-size: 16px;
	height: 3em;
	line-height: 1.5em;
	/* font-family: 'Regular'; */
	transition: all .5s;
	opacity: 0;
	margin-top: -60px;
	-webkit-line-clamp: 4;
}

.caselist li:hover .caselist .case_info {}

.caselist li:hover .case_info .case_des {
	margin-top: 20px;
	opacity: 1;
	height: 6em;
}

/* 首页关于我们 */
.ind_about {
	position: relative;
	background: #fff url(../images/ind_about.jpg) no-repeat center;
	overflow: hidden;
	padding: 100px 0;
	width: 100%;
}

.ind_about .contit .title {
	text-align: left;
}

.ind_about .flex {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}

.ind_about .ab_fl {
	width: 50%
}

.ind_about .ab_fl .ab_info {
	margin-top: 47px;
	color: #7b7b7b;
	font-size: 16px;
	  height: 12em;
	line-height: 1.5em;
	/* font-family: 'Regular'; */
	text-indent: 2em;
}

.ind_about .ab_fl .ab_num {
	overflow: hidden;
	padding: 40px 0;
}

.ind_about .ab_fl .ab_num ul li:hover .num,
.ind_about .ab_fl .ab_num ul li:hover .counter {
	color: #c2271e;
	transition: all .3s;
}

.ind_about .ab_fl .ab_num .flex {}

.ind_about .ab_fl .ab_num ul {}

.ind_about .ab_fl .ab_num ul li {
	width: 33.33%;
	float: left;
	overflow: hidden;
}

.ind_about .ab_fl .ab_num ul li .counter {
	font-size: 60px;
	color: #000;
	margin-right: 5px;
}


.ind_about .ab_fl .ab_num ul li .f16 {
	color: #3c3c3c;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}

.ind_about .ab_fl .move a {
	color: #131313;
	font-size: 18px;
	/* font-family: 'Regular'; */
	overflow: hidden;
	text-transform: uppercase;
	transition: all .3s;
}

.ind_about .ab_fl .move i {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../images/t4-1.png) center center no-repeat #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	opacity: 1;
	margin-bottom: -15px;
	position: relative;
	z-index: 2;
	transition: all .3s;
}

.ind_about .ab_fl .move:hover i {
	background: url(../images/t4_2.png) center center no-repeat #d82023;
	border: 2px solid #d82023;
	opacity: 1;
}

.ind_about .ab_fl .move:hover a {
	color: #c2271e;
}

.ind_about .ab_fr {
	position: relative;
	width: 44%;
	text-align: right;
	margin-top: 1.3rem;
}

.ind_about .ab_fr img {
	width: 100%;
	border-radius: 4%;
}

/* 首页视频部分 */
.ab_fr .ico_players {
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	/* border: 6px solid; */
	/* border-radius: 50%; */
	/* font-size: 45px; */
	text-align: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	margin: auto;
	/* color: rgba(255, 255, 255, .8); */
	cursor: pointer;
}


.ab_fr .ico_player:before,
.honor-main .pic:before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background: url(../images/bf.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	z-index: 1;
}

.honor-main .pic:before {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
}


/* 首页新闻中心 */
.ind_news {
	overflow: hidden;
}

.ind_news .news_main {
	margin-top: 50px;
	overflow: hidden;
	width: 100%;
}

.ind_news .news_main ul {
	overflow: hidden;
}

.ind_news .news_main ul li {
	position: relative;
	float: left;
	width: 29%;
	margin-right: 6%;
	overflow: hidden;
}

.ind_news .news_main ul li:nth-child(3) {
	margin-right: 0;
}

.ind_news .news_main ul li a {}

.ind_news .news_main ul li .n_new {
	width: 100%;
	overflow: hidden;
}

.ind_news .news_main ul li .n_new img {
	transition: all .3s;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}

.ind_news .news_main ul li:hover .n_new img {
	transform: scale(1.1);
}

.ind_news .news_main .n_txt {
	padding: 40px 0;
	overflow: hidden;
}

.ind_news .news_main .n_txt p {
	font-size: 22px;
	color: #333;
	/* font-family: 'Bold'; */
	transition: all .3s;
	-webkit-line-clamp: 1;
	font-weight: 600;
	margin-bottom: 15px;
}

.ind_news .news_main ul li:hover .n_txt p {
	color: #c22621;
}

.ind_news .news_main .n_txt .des {
	display: none;
	font-size: 18px;
	color: #636363;
	/* font-family: 'Regular'; */
	line-height: 1.3em;
	margin: 20px 0;
	overflow: hidden;
}

.ind_news .news_main .n_txt .more {
	display: inline-block;
	font-size: 16px;
	/* font-family: 'Regular'; */
	padding: 7px 40px;
	margin: 15px 0;
	color: #fff;
	background-color: #c22621;
}

/* 改 底部 s */
.n_foot {
	color: #fff;
	background-color: #444;
	padding-top: 0.8rem;
}

.hr {
	border-bottom: 1px solid #fff;
}

.s_foot {
	padding-bottom: 0.8rem;
}


.foot_logo {
	width: 33%;
}
.s_foot .foot_logo{
   padding-top: 4%;
}


.foot_logo>img {
	height: 75px;
	/*line-height: 80px;*/
	/*margin-bottom: 20px;*/
}

.n_foot .foot_logo p {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.n_foot .foot_logo p span b{
    font-size: 21px;
    margin-left: 15%;
}


.n_foot .foot_logo p i,
.n_contact p i {
	display: inline-block
}

.n_foot .foot_logo p img {
	width: 100%;
	height: 100%;
}

.n_foot .foot_logo p span {
	font-size: 0.16rem;
	width: calc(100% - 52px);
	line-height: 36px;
}

.n_contact {
	width: 30%;
}

.n_contact h3 {
	font-size: 0.22rem;
	font-weight: 700;
	margin-bottom: 0.22rem;
}

.n_contact p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 35px;
}

.n_contact p i {
	margin-right: 10px;
}

.n_contact p span {
	font-size: 0.16rem;
}

.n_contact p span b {
	font-weight: 500;
	font-size: 0.18rem;
}

.n_ewm {
	width: 23%;
	margin-right: 5%;
}

.n_ewm li {
	width: 100%;
	margin-right: 2%;
}

.n_ewm li:last-child {
	margin-right: 0;
}

.n_ewm li span {
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}

.n_ewm li img {
	margin-top: 22px;
	width: 100%;
	text-align: center;
}

.n_foot .footer-b a.jishu {
	float: right;
	color: #fff;
	font-size: 1.1em;
}

.n_foot .footer-b a.jishu:hover {
	color: #cb2714;
}

/* 改 底部 e */

/* 底部 */
.footer {
	display: none;
	background: #767676;
	padding-top: 85px;
	color: #fff;
}

.footer-t {
	border-bottom: 1px solid #fff;
	padding-bottom: 45px;
}

.footer-s {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.footer-t .w8 {
	display: flex;
	width: 800px;
	justify-content: space-between;
	margin-bottom: 5%;
}

.footer-t dl {}

.footer-t dl h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 31px;
}

.footer-t dl dd {
	line-height: 30px;
}

.footer-t dl dd a {
	color: #fff;
}

.footer-t dl dd a:hover {
	color: #c22621
}

.footer-t h6 {
	width: 1px;
	height: 320px;
	background: #fff;
}

.lxfs {}

.lxfs h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 31px;
}

.lxfs .div1 {
	padding-left: 57px;
	line-height: 30px;
	background: url(../images/lxfs-1.png)no-repeat center left;
	margin-bottom: 35px;
}

.lxfs .div1 p {
	font-size: 24px;
}

.lxfs .div2 {}

.lxfs .div2 p {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.lxfs .div2 p i {}

.lxfs .div2 p span {
	width: calc(100% - 57px);
	line-height: 36px;
}

.footer-bd {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.5em;
	width: 648px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bd h3 {
	font-size: 18px;
	text-transform: uppercase;
}

.footer-bd form {
	display: flex;
	width: 520px;
}

.footer-bd form input {
	height: 50px;
	background: #a1a1a1;
	width: 370px;
	padding: 0 25px;
	color: #fff;
}

.footer-bd form input::placeholder {
	color: #fff;
}

.footer-bd form button {
	cursor: pointer;
	width: 150px;
	height: 50px;
	text-transform: uppercase;
	background: #585858;
	color: #fff;
	transition: all 0.5s;
}

.footer-bd form button:hover {
	opacity: 0.8;
}

.footer-b {
	height: 75px;
	align-items: center;
}

.footer-b p {
	display: flex;
	font-size: 1.1em;
}

.footer-b p a {
	display: block;
	margin-left: 20px;
	color: #fff;
}

.footer-b p a:hover {
	color: #cb2714;
}

.footer-b h3 {
	display: flex;
	padding-right: 8px;
}

.footer-b h3 a {
	display: block;
	margin-right: 16px;
}

.footer-b h3 a:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.footer2 {
	display: none;
	padding: 15px;
	overflow: hidden;
	background: #c8221d;
	margin-bottom: 58px;
}

.footer2-t {
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.footer2-t p {
	float: left;
	line-height: 40px;
	color: #eaeaea;
}

.footer2-t span {
	float: right;
	display: block;
	/* background: #EAEAEA; */
}

.footer2 .footer2-b {
	display: none;
}

.footer2-t span img {
	width: 20px;
	line-height: 30px;
	margin-top: 10px;
}

.footer2-b a {
	display: block;
	line-height: 30px;
	color: #eaeaea;
	text-indent: 10px;
}

/* 右侧客服 s*/

.guanggao-dbbox {
	width: 240px;
	min-height: 320px;
	padding-bottom: 10px;
	background-color: #ededed;
	position: fixed;
	z-index: 1;
	bottom: -294px;
	right: 100px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.changedw {
	left: 50%;
	bottom: 50% !important;
	z-index: 99999;
	margin-left: -120px;
	margin-bottom: -160px;
}

#nb-close,
#nb-gb {
	display: none;
}

.nb-nodeboard-top {
	/* background: url("../images/boardtop5.png") no-repeat; */
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 15px;
	background-color: #c2271e;
	position: relative;
	z-index: 8;
}

.nb-nodeboard-top .fl {
	margin-left: 8px;
}

.nb-nodeboard-top .fr img {
	vertical-align: middle;
}

.nb-nodeboard-text {
	zoom: 1;
	padding: 12px 0;
	line-height: 1.5;
	border-bottom: 1px solid #d5d5d5;
	font-size: 15px;
}

.nb-nodeboard-link {
	color: #999;
	font-size: 12px;
}

.nb-nodeboard-text p {
	padding-left: 10px;
}

#nb_nodeboard_form {
	width: 94%;
	margin: 0 auto;
	display: block;
}

#nb-nodeboard-set-content-js {
	width: 96%;
	height: 79px;
	margin: 10px auto 0px;
	padding: 4px;
	resize: none;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	text-align: left;
	font-size: 12px;
}

.nb-nodeboard-tips,
.nb-nodeboardphone-tips {
	display: none;
	color: #c2271e;
	font-size: 12px;
}

.nb-nodeboard-inputbox {
	height: 30px;
	width: 100%;
	line-height: 30px;
	margin: 7px auto 0;
	border: 1px solid #d5d5d5;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	font-size: 0;
}

.nb-nodeboard-inputbox input {
	/* width: 195px; */
	width: calc(100% - 30px);
	border: none;
	font-size: 12px;
	padding: 0;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	box-sizing: border-box;
}

.nb-nodeboard-inputbox input:focus,
#nb-nodeboard-set-content-js:focus {
	outline: none;
}

.nb-nodeboard-icon {
	width: 24px;
	height: 30px;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	vertical-align: top;
	border-right: 1px solid #fff;
}

.nodeName {
	background: #fff url(../images/user.png) no-repeat 9px center;
}

.nodePhone {
	background: #fff url(../images/nodephone.png) no-repeat 9px center;
}

.nb-nodeboard-send-btn {
	height: 35px;
	width: 50%;
	line-height: 35px;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background-color: #edb518;
	margin-top: 8px;
}

.nb-nodeboard-send-btn:hover {
	background-color: #F49C11;
}


/*左侧工具条*/
#toolbar {
	position: fixed;
	z-index: 9;
	right: 17px;
	bottom: 10%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #c2271e;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .icon-font {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
	background-position: 0px 0px;
}

#toolbar li .icon-phone:after {
	background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
	background-position: 0 -30px;
}

#toolbar li .icon-message:after {
	background-position: 0 -120px;
}

#toolbar li .icon-top:after {
	background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
	background-position: 0 0;
}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #c2271e;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #c2271e;
	border-right: none;
}

.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #c2271e;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .icon-font {
	background-color: #c2271e;
}

#toolbar li:hover .icon-qq:after {
	background-position: -30px 0px;
}

#toolbar li:hover .icon-phone:after {
	background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
	background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
	background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
	background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
	background-position: -30px -60px;
}

@media (max-width: 990px) {

	.guanggao-dbbox {
		display: none;
	}
}

/* 右侧客服 e */

.d-x {
	display: none !important;
}

.dbdh {
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: #c8221d;
	overflow: hidden;
	box-shadow: -5px 0px 10px #c8221d;
	display: none;
	z-index: 120;
}

.dbdh ul li {
	float: left;
	width: calc(25% - 1px);
	text-align: center;
	border-right: 1px solid #fff;
	padding: 10px 0;
	cursor: pointer;
}

.dbdh ul li:last-child {
	border: none;
	width: 25%;
}

.dbdh ul li.active {
	background: #fff;
}

.dbdh ul li.active a {
	color: #366ab3;
}

.dbdh ul li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.dbdh ul li i {
	display: block;
	margin-bottom: 5px;
}


/* 移动端 */
@media (max-width: 1440px) {}

@media (max-width: 1350px) {
	.nav_r .ds i {
		margin: 0 0.5rem;
	}
}

@media (max-width: 768px) {
	.searchbox {
		top: 82px;
		padding: 10px;
	}
}

@media (max-width: 540px) {}