@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
	background: #f7f7f7;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
}
table {
  border-collapse: collapse;
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 1340px;
	margin: 0 auto;
}
.phone {
	display: none;
}
.m14{
	margin-bottom: 14px;
}
.m17{
	margin-bottom: 17px;
}
.m22{
	margin-bottom: 22px;
}
.m25{
	margin-bottom: 25px;
}
.m30{
	margin-bottom: 30px;
}
.m34{
	margin-bottom: 34px;
}
.m42{
	margin-bottom: 42px;
}
[v-cloak]{
	display: none;
}


/*首页*/
.header{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 10;
}
.header .content{
	height: 120px;
	padding-top: 17px;
	position: relative;
}
.logo{
	width: 126px;
	margin: 0 0 1px 3px;
}
.logo img{
	width: 100%;
}
.menu,#menu,.nav_bg,.nav03{
	display: none;
}
.nav{
	width: 100%;
}
.nav li{
	float: left;
	padding: 0 10px;
	color: #666;
	font-size: 18px;
	line-height: 64px;
	margin-right: 70px;
	position: relative;
	cursor: pointer;
}
.nav li span{
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 2px;
}
.nav li i{
	width: 40px;
	height: 4px;
	background: #e8401f;
	display: block;
	transform: scale(0, 0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	margin: 0 auto;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on i{
	transform: scale(1,1);
}
.nav li:hover .subnav{
	display: block;
}
.nav li:nth-child(2) .subnav{
	width: 180px;
	left: -40px;
}
.subnav_box{
	width: 100%;
	min-height: 500px;
	background: #dd3a3a;
	padding: 140px 0 20px;
	overflow: hidden;
    position: absolute;
    top: -100%;
    left: 0;
    transition: top 0.5s ease;
    z-index: 5;
    display: none;
}
.subnav.active{
    transform: translateX(0);
    display: block;
}
.content_below{
    transition: margin-top 0.5s ease;
}
.subnav_box.active + .content_below{
    margin-top: 0;
}
.subnav{
	width: 100%;
	padding: 0 10px;
	display: none;
	transform: translateX(100%);
    transition: transform 0.3s ease;
}
.subnav ul{
	margin-right: -44px;
}
.subnav li{
	float: left;
	width: 295px;
	margin-right: 44px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	border-bottom: solid 0.01rem rgba(255, 255, 255, 0.6);
}
.subnav a{
	height: 100%;
	display: flex;
	align-items: center;
}
.subnav i{
	width: 9px;
	height: 16px;
	display: block;
	background: url(../images/arrow_01.png) no-repeat;
    background-size: 100% 100%;
	margin-left: 22px;
}
.subnav01,.subnav02{
	float: left;
	/* width: 295px; */
	width: 500px;
	margin-right: 44px;
}
.subnav01 h1,.subnav02 h1{
	width: 100%;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	border-bottom: solid 0.01rem rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
.subnav01 li,.subnav02 li{
	line-height: 36px;
	border-bottom: none;
}
.subnav01 li a,.subnav02 li a{
	justify-content: space-between;
}
.subnav01 ul, .subnav02 ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: none;
	padding: 0;
	margin: 0 -5% 0 0;
	list-style: none;
}
.subnav01 ul.has-multiple-columns,
.subnav02 ul.has-multiple-columns {
	max-height: 324px;
}
.subnav01 ul li, .subnav02 ul li {
	width: 45%;
	margin-right: 5%;
}
.lag{
	width: 230px;
	text-align: right;
	line-height: 30px;
	height: 30px;
	padding-right: 42px;
	color: #e8401f;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	top: 26px;
	right: 0;
}
.lag i{
	width: 16px;
	height: 10px;
	display: inline-block;
	background: url(../images/head_02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 11px;
}
.lag_list{
	width: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 10px;
	color: #333;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 10;
	display: none;
}
.lag:hover .lag_list{
	display: block;
}
.search_img{
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	right: 11px;
	bottom: 19px;
}
.search_img img{
	width: 100%;
	height: 100%;
}

.bn_pt{
	padding-top: 120px;
}
.banner_box{
	width: 100%;
	height: 493px;
	position: relative;
	overflow: hidden;
}
.banner{
	width: 100%;
	height: 493px;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bn_txt{
	width: 670px;
	color: #fff;
	font-size: 47px;
	line-height: 58px;
	position: absolute;
	top: 38%;
	transform: translateY(-38%);
	left: 90px;
	z-index: 5;
}
.guide_bg{
	width: 342px;
	height: 412px;
	background: rgba(215, 23, 24, 0.7);
	padding: 44px 25px;
	position: absolute;
	top: 37px;
	right: 65px;
	z-index: 5;
}
.guide_tit{
	width: 100%;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 36px;
	margin-bottom: 20px;
}
.guide_txt{
	width: 100%;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
}
.guide_type{
	width: 88%;
	height: 44px;
	background: #fff;
	margin: 0 auto;
}
.guide_type select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
	border: none;
	background: url(../images/head_02.png) no-repeat scroll 92% center transparent;
	background-size: 15px 10px;
	appearance: none;
	-webkit-appearance: none;
	color: #333;
	font-size: 16px;
}
.guide_img{
	width: 176px;
	height: 27px;
	margin: 23px auto;
}
.guide_img img{
	width: 100%;
	height: 100%;
}
.guide_more{
	width: 88%;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border: solid 1px #fff;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	transition: all 0.6s;
}
.guide_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.guide_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #fff;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 0;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.guide_more:hover::before {
	height: 100%;
}
.guide_more:hover{
	color: #d71718;
}

.ind_pad{
	margin: 0 auto 70px !important;
}
.white{
	background: #fff;
}
.product_box{
	/* padding: 40px 27px 15px; */
	padding: 40px 27px;
	overflow: hidden;
}
.title{
	width: 100%;
	text-align: center;
	line-height: 34px;
	color: #666;
	font-size: 16px;
	margin-bottom: 36px;
}
.title h1{
	color: #333;
	font-size: 36px;
	line-height: 64px;
}
.product_b{
	border: solid 3px #dd3a3a;
	display: flex;
	margin-bottom: 50px;
}
.product_type{
	float: left;
	width: 238px;
	/* padding: 3px 0 3px 3px; */
	background: #dd3a3a;
}
.product_type li{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 42px;
	line-height: 52px;
	cursor: pointer;
}
.product_type li.on{
	background: #fff;
	color: #333;
}
.product_right{
	float: left;
	width: calc(100% - 238px);
	padding: 30px 26px 16px;
}
.product{
	width: 100%;
}
.product ul{
	margin-right: -2%;
}
.product li{
	float: left;
	width: 31.33%;
	height: 200px;
	border: solid 1px #f0f0f0;
	background: #f7f7f7;
	padding: 22px 28px;
	margin: 0 2% 30px 0;
}
.product_tt{
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_txt{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 20px;
}
.product_more{
	text-align: right;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	text-decoration: underline;
}
.product_more:hover{
	color: #e8401f;
}
.pro_more{
	width: 196px;
	height: 55px;
	line-height: 51px;
	text-align: center;
	border: solid 2px #e8401f;
	color: #e8401f;
	font-size: 14px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	transition: all 0.6s;
}
.pro_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.pro_more:hover{
	color: #fff;
}
.pro_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #e8401f;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 0;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.pro_more:hover::before {
	height: 100%;
}

.explore_box{
	background: #58a5d9;
	padding: 30px 40px;
	overflow: hidden;
}
.explore_box .title{
	margin-bottom: 34px;
}
.explore_box .title h1{
	color: #fff;
}
.explore{
	width: 100%;
	overflow: hidden;
}
.explore ul{
	margin-right: -1.5%;
}
.explore li{
	float: left;
	width: 23.5%;
	height: 316px;
	background: #f7f7f7;
	padding: 36px 28px;
	margin-right: 1.5%;
}
.explore_tt{
	color: #333;
	font-size: 30px;
	line-height: 44px;
	height: 44px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 44px;
}
.explore_txt{
	color: #333;
	font-size: 16px;
	line-height: 28px;
	height: 84px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 38px;
}
.explore_more{
	text-align: right;
	line-height: 30px;
	color: #333;
	font-size: 14px;
}
.explore li:hover{
	background: #dd3a3b;
}
.explore li:hover .explore_tt{
	color: #fff;
}
.explore li:hover .explore_txt{
	color: #fff;
}
.explore li:hover .explore_more{
	color: #fff;
}

.tec_box{
	padding: 26px 41px 20px;
	overflow: hidden;
}
.tec_bg{
	width: 100%;
	height: 256px;
	background: #f7f7f7;
}
.tec_left{
	float: left;
	width: calc(100% - 423px);
	padding: 30px 60px 30px 36px;
}
.tec_tt{
	color: #333;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 18px;
}
.tec_txt{
	color: #333;
	font-size: 16px;
	line-height: 28px;
	height: 84px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 20px;
}
.tec_btn{
	float: left;
	width: 118px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #dd3a3a;
	border: solid 1px #dd3a3a;
	font-size: 16px;
	margin-right: 14px;
	position: relative;
	overflow: hidden;
	transition: all 0.6s;
}
.tec_btn a{
	display: block;
	position: relative;
	z-index: 2;
}
.tec_btn::before {
	position: absolute;
	display: block;
	content: '';
	background: #dd3a3a;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 0;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.tec_btn:hover::before {
	height: 100%;
}
.tec_btn:hover{
	color: #fff;
}
.tec_pic{
	float: right;
	width: 423px;
	height: 256px;
	position: relative;
}
.tec_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tec_pic .swiper-button-next,.tec_pic .swiper-button-prev{
	transform: translateY(-50%);
	color: #fff;
}
.tec_pic .swiper-button-next:after, .tec_pic .swiper-button-prev:after{
	font-size: 16px;
	font-weight: bold;
}

.news_box{
	padding: 24px 41px 48px;
	overflow: hidden;
}
.news_box .title{
	margin-bottom: 42px;
}
.news{
	margin-bottom: 58px;
}
.news_pic{
	width: 100%;
	height: 293px;
	overflow: hidden;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_bg{
	height: 280px;
	background: #f7f7f7;
	padding: 42px 30px;
}
.news_tt{
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.news_text{
	color: #666;
	font-size: 18px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 30px;
}
.news_arrow{
	float: right;
	width: 24px;
	height: 18px;
	background: url(../images/ind_04.png) no-repeat;
	background-size: 100% 100%;
}
.news .swiper-slide:hover .news_tt{
	color: #dd3a3a;
}
.news .swiper-slide:hover .news_arrow{
	background: url(../images/ind_05.png) no-repeat;
	background-size: 100% 100%;
}

.foot_bg{
	background: #52565a;
	padding: 48px 0 92px;
}
.foot{
	width: 100%;
}
.foot li{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding: 18px 8px;
	border-bottom: solid 1px #838689;
}
.foot h1{
	float: left;
	width: 204px;
	font-size: 16px;
}
.foot h1 em{
	opacity: 0;
}
.foot li ul{
	float: left;
	width: 800px;
}
.foot li ul li{
	float: left;
	width: 260px;
	padding: 0;
	border-bottom: none;
}
.foot li ul li:hover{
	text-decoration: underline;
}
.f_tel_box{
	padding: 18px 8px;
	border-bottom: solid 1px #838689;
	display: flex;
	align-items: center;
}
.f_tel{
	float: left;
	width: 204px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
}
.f_code{
	width: 55px;
	height: 55px;
	margin-right: 90px;
}
.f_code img{
	width: 100%;
	height: 100%;
}
.f_in{
	width: 53px;
	height: 53px;
}
.f_in img{
	width: 100%;
	height: 100%;
}
.bot{
	padding: 22px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bot_logo{
	width: 160px;
}
.bot_logo img{
	width: 100%;
}
.copyright{
	width: 70%;
	text-align: right;
	color: #7a7a7a;
	font-size: 16px;
	line-height: 30px;
}
.copyright div{
	display: inline-block;
}

.side_box{
	width: 78px;
	background: #df5555;
	padding: 12px;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 26px;
	z-index: 90;
	display: none;
}
.side{
	width: 100%;
}
.side li{
	width: 54px;
	height: 54px;
	margin-bottom: 8px;
	position: relative;
	cursor: pointer;
}
.side li:last-child{
	margin-bottom: 0;
}
.side img{
	width: 100%;
	height: 100%;
}
.side_tel{
	width: 0;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #df5555;
	border-radius: 10px 0 0 10px;
	position: absolute;
	top: -12px;
	right: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.side li:hover .side_tel{
	width: 200px;
	opacity: 1;
	visibility: visible;
}
.side_code{
	width: 0;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #df5555;
	border-radius: 10px 0 0 10px;
	position: absolute;
	top: -12px;
	right: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.side_code img{
	width: 0;
	height: 180px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.side li:hover .side_code{
	width: 200px;
	opacity: 1;
	visibility: visible;
}
.side li:hover .side_code img{
	width: 180px;
	opacity: 1;
	visibility: visible;
}


/* 产品中心 */
.pro_box{
	padding: 35px 0;
}
.path{
	color: #333;
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 15px;
}
.pro_p{
	padding: 45px 40px;
}
.pro_tit{
	color: #d71718;
	font-size: 32px;
	line-height: 50px;
}
.pro_txt{
	color: #454545;
	font-size: 28px;
	line-height: 44px;
	margin-bottom: 40px;
}
.pro_change{
	padding-bottom: 65px;
}
.pro_sxbg{
	float: left;
	width: 320px;
	background: #f7f7f7;
	margin-right: 20px;
}
.pro_sx{
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding-left: 28px;
	border: none;
	background: url(../images/head_02.png) no-repeat scroll 94% center transparent;
	background-size: 16px 10px;
	appearance: none;
	-webkit-appearance: none;
	color: #222;
	font-size: 16px;
}
.pro_list{
	width: 100%;
	padding-bottom: 5px;
}
.pro_list ul{
	margin-right: -2%;
}
.pro_list li{
	float: left;
	width: 31.33%;
	border: solid 1px #f0f0f0;
	margin: 0 2% 37px 0;
}
.pro_pic{
	width: 100%;
	height: 197px;
	overflow: hidden;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pro_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.pro_di{
	width: 100%;
	height: 234px;
	background: #f7f7f7;
	padding: 34px 37px;
}
.pro_tt{
	color: #222;
	font-size: 22px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.pro_text{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.pro_m{
	color: #333;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
}
.pro_m:hover{
	text-decoration: underline;
	color: #d71718;
}


.int_top{
	margin-bottom: 32px;
}
.int_tit{
	float: left;
	width: calc(100% - 324px);
	line-height: 50px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
}
.int_ssbox{
	float: right;
	width: 324px;
	height: 48px;
	background: #f7f7f7;
	padding: 0 17px;
}
.int_ss{
	float: left;
	width: 80%;
	height: 48px;
	line-height: 48px;
	border: none;
	background: none;
	font-size: 16px;
}
.int_ssimg{
	float: right;
	width: 22px;
	height: 22px;
	margin-top: 13px;
	cursor: pointer;
}
.int_ssimg img{
	width: 100%;
	height: 100%;
}
.int_show{
	width: 100%;
	color: #454545;
	font-size: 16px;
	line-height: 34px;
	text-align: justify;
	margin-bottom: 52px;
}
.int_pic{
	float: left;
	width: 530px;
	height: 297px;
	overflow: hidden;
	margin: -10px 40px 0 0;
}
.int_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.int_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.prorec_tit{
	color: #333;
	font-size: 20px;
	line-height: 34px;
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.prorec_tit img{
	float: left;
	width: 25px;
	height: 29px;
	margin: 0 18px 0 9px;
}
.prorec{
	width: 100%;
}
.prorec ul{
	margin-right: -2%;
}
.prorec li{
	float: left;
	width: 23%;
	height: 200px;
	border: solid 1px #f0f0f0;
	background: #f7f7f7;
	padding: 22px 28px;
	margin: 0 2% 28px 0;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 26px;
	font-family: 宋体;
	font-weight: bold;
}
.page span{
	font-family: Arial;
	font-weight: normal;
}
.page a{
	padding: 0 10px;
	min-width: 50px;
	line-height: 50px;
	display: inline-block;
	border-radius: 5px;
	background: #f6f6f6;
	color: #999;
	font-size: 16px;
	margin: 0 3px;
}
.page a:hover{
	background: #d71718;
	color: #fff;
}
.page a.active{
	background: #d71718;
	color: #fff;
}

.show_tit{
	width: 100%;
	line-height: 50px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
	position: relative;
	padding-right: 150px;
	margin-bottom: 34px;
}
.back{
	width: 88px;
	height: 50px;
	color: #d71718;
	font-size: 18px;
	font-weight: normal;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.back img{
	width: 23px;
	height: 19px;
	margin-right: 16px;
}
.show{
	width: 100% !important;
	border: solid 1px #e3e3e3;
	margin-bottom: 34px;
}
.show thead{
	background: #d71718;
}
.show th{
	border: solid 1px #d71718;
	line-height: 60px;
	text-align: left;
	padding-left: 40px;
	font-size: 20px !important;
	color: #fff;
}
.show tbody tr:nth-child(even){
	background: #f8f8f8;
}
.show tbody tr{
	height: auto !important;
}
.show td{
	padding: 12px 12px 12px 40px;
	color: #333;
	font-size: 18px !important;
	line-height: 40px;
	vertical-align: top;
}
.show td:first-child{
	border-right: solid 2px #fff !important;
}
.show th:first-child{
	border-right: solid 2px #fff !important;
}
.w_01{
	width: 27% !important;
}
.download{
	width: 100%;
	height: 70px;
	background: #d71718;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.download img{
	width: 20px;
	height: 22px;
	margin-left: 14px;
}


/* 品牌-产品中心 */
.brand_pic{
	float: left;
	width: 350px;
	height: 263px;
	border: solid 3px #fafafa;
	border-radius: 3px;
	overflow: hidden;
	margin: -10px 38px 0 0;
}
.brand_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.brand_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/* 公司简介 */
.about_p{
	padding: 45px 45px 65px;
}
.about_box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 46px;
}
.about_top{
	width: 100%;
	margin-bottom: 60px;
}
.about_tl{
	float: left;
	width: calc(100% - 270px);
	padding: 13px 30px 0 0;
	color: #454545;
	font-size: 28px;
	line-height: 44px;
}
.about_tl h1{
	color: #454545;
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 15px;
}
.about_tr{
	float: right;
	width: 270px;
	text-align: right;
	color: #454545;
	font-size: 16px;
	line-height: 36px;
}
.about_year{
	color: #d71718;
	font-size: 85px;
	line-height: 86px;
	font-weight: bold;
}
.about{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	text-align: justify;
}
.history_box{
	width: 100%;
	min-height: 675px;
	background: url(../images/about_01.png) no-repeat center top;
	background-size: 100%;
	overflow: hidden;
}
.history_tit{
	width: 100%;
	text-align: center;
	line-height: 46px;
	color: #454545;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 67px;
}
.history{
	width: 100%;
	height: 450px;
	position: relative;
}
.history .swiper-slide{
	width: 210px;
	height: 214px;
}
.history_con{
	width: 100%;
	height: 214px;
	padding: 0 10px 0 40px;
	position: relative;
}
.history_year{
	color: #d71718;
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 13px;
}
.history_txt{
	width: 100%;
	padding-left: 14px;
	font-size: 18px;
	line-height: 36px;
	position: relative;
}
.history_txt i{
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
}
.his_line{
	width: 1px;
	height: 200px;
	background: #ff876d;
	position: absolute;
	top: 10px;
	left: 17px;
}
.dot01{
	width: 10px;
	height: 10px;
	background: #be0700;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -5px;
}
.dot02{
	width: 32px;
	height: 32px;
	background: #ffdad2;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: -16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dot03{
	width: 18px;
	height: 18px;
	background: #ffe2dd;
	border: solid 5px #be0700;
	border-radius: 50%;
}
.history_line{
	width: 100%;
	height: 17px;
	background: url(../images/about_02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 185px;
	left: 0;
}
.history .swiper-slide:nth-child(even){
	margin: 0 -90px 0 100px;
	padding-top: 104px;
}
.history .swiper-slide:nth-child(even) .his_line{
	height: 160px;
	top: -140px;
}
.history .swiper-slide:nth-child(even) .dot01{
	top: auto;
	bottom: 0;
}
.history .swiper-slide:nth-child(even) .dot02{
	bottom: auto;
	top: 0;
}
.culture_box{
	width: 100%;
	overflow: hidden;
}
.culture_box .history_tit{
	margin-bottom: 58px;
}
.culture{
	width: 100%;
}
.culture ul{
	display: flex;
}
.culture li{
	float: left;
	width: 22%;
	height: 364px;
	background: #f8f8f8;
	margin-right: 0.5%;
	transition: all 0.3s ease;
}
.culture_con{
	width: 100%;
	height: 100%;
	padding: 35px 30px 35px 46px;
}
.culture_img{
	width: 65px;
	height: 65px;
	margin-bottom: 14px;
}
.culture_img img{
	width: 100%;
	height: 100%;
}
.culture_tt{
	font-size: 28px;
	font-weight: bold;
	line-height: 44px;
	margin-bottom: 21px;
}
.culture_txt{
	color: #333;
	font-size: 16px;
	line-height: 28px;
	height: 224px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.culture_pic{
	float: left;
	width: 46%;
	height: 100%;
	display: none;
}
.culture_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.culture li.on{
	width: 54.5%;
}
.culture li.on .culture_con{
	float: left;
	width: 54%;
	background: #d71718;
}
.culture li.on .culture_pic{
	display: block;
}
.culture li.on .culture_tt{
	color: #fff;
}
.culture li.on .culture_txt{
	color: #fff;
}
.culture li:nth-child(2){
	width: 54.5%;
}
.culture li:nth-child(2) .culture_con{
	float: left;
	width: 54%;
	background: #d71718;
}
.culture li:nth-child(2) .culture_pic{
	display: block;
}
.culture li:nth-child(2) .culture_img{
	display: none;
}
.culture li:nth-child(2) .culture_tt{
	color: #fff;
}
.culture li:nth-child(2) .culture_txt{
	color: #fff;
}


/* 公司新闻 */
.news_p{
	padding: 45px 40px 82px;
}
.news_list{
	width: 100%;
}
.news_list ul{
	margin-right: -2%;
}
.news_list li{
	float: left;
	width: 31.33%;
	margin: 0 2% 38px 0;
}


/* 行业应用 */
.ind_tt{
	color: #333;
	font-size: 20px;
	line-height: 44px;
	margin: 5px 0 22px;
}
.ind_list{
	width: 100%;
}
.ind_list li{
	margin-bottom: 37px;
}
.ind_pic{
	float: left;
	width: 516px;
	height: 284px;
	overflow: hidden;
}
.ind_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.ind_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.ind_right{
	float: left;
	width: calc(100% - 516px);
	padding-left: 17px;
}
.ind_rbg{
	width: 100%;
	height: 284px;
	background: #f9f9f9;
	border: solid 1px #e2e2e2;
	padding: 16px 36px;
	position: relative;
}
.ind_tit{
	color: #333;
	font-size: 24px;
	line-height: 56px;
	height: 56px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ind_txt{
	color: #333;
	font-size: 18px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 27px;
}
.indlist{
	width: 80%;
}
.indlist li{
	color: #666;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	padding-left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	position: relative;
}
.indlist i{
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/hy_07.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 7px;
}
.indlist_more{
	width: 100px;
	text-align: right;
	line-height: 32px;
	color: #333;
	font-size: 14px;
	position: absolute;
	right: 36px;
	bottom: 20px;
}
.indlist_more:hover{
	color: #d71718;
}


/* 技术支持 */
.tec_p{
	padding: 60px 40px 40px;
}
.tec_ttt{
	padding-top: 50px;
}
.tec_tit{
	color: #111;
	font-size: 36px;
	font-weight: bold;
	line-height: 56px;
}
.tec_text{
	color: #666;
	font-size: 22px;
	line-height: 46px;
	text-align: justify;
}
.tec_list{
	width: 100%;
	padding: 52px 0;
}
.tec_list ul{
	margin-right: -2%;
}
.tec_list li{
	float: left;
	width: 31.33%;
	height: 106px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	border: solid 1px #ddd;
	padding: 10px;
	margin: 0 2% 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tec_list img{
	width: 32px;
	height: 30px;
	margin-right: 27px;
}


/* 技术资料下载 */
.down_p{
	padding: 50px 40px 64px;
}
.down_top{
	margin-bottom: 16px;
}
.down_tit{
	float: left;
	width: calc(100% - 340px);
	line-height: 60px;
	color: #111;
	font-size: 36px;
	font-weight: bold;
}
.down_ssbox{
	float: right;
	width: 340px;
	height: 60px;
	border: solid 1px #e1e1e1;
	border-radius: 5px;
	padding: 0 20px;
}
.down_ss{
	float: left;
	width: 80%;
	height: 58px;
	line-height: 58px;
	border: none;
	background: none;
	font-size: 16px;
	color: #ababab;
}
.down_ss::placeholder{
	color: #ababab;
}
.down_ssimg{
	float: right;
	width: 22px;
	height: 22px;
	margin-top: 18px;
	cursor: pointer;
}
.down_ssimg img{
	width: 100%;
	height: 100%;
}
.down_list{
	width: 100%;
	padding-bottom: 30px;
}
.down_list li{
	padding: 20px 0;
	border-bottom: solid 1px #f0f0f0;
}
.down_left{
	float: left;
	width: calc(100% - 432px);
	line-height: 30px;
	position: relative;
	padding: 0 30px;
	color: #333;
	font-size: 16px;
	text-align: justify;
	margin: 4px 0;
}
.down_left i{
	width: 9px;
	height: 10px;
	background: url(../images/tec_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 10px;
	left: 0;
}
.down_right{
	float: right;
	width: 432px;
	line-height: 38px;
	text-align: center;
	color: #999;
	font-size: 16px;
}
.down_kb{
	float: left;
	width: 160px;
}
.down_time{
	float: left;
	width: 132px;
}
.down_btn{
	float: right;
	width: 114px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #d71718;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}


/* 人才招聘 */
.join_p{
	padding: 34px 44px 36px;
}
.join_type{
	width: 100%;
	padding: 0 0 20px 50px;
}
.join_type li{
	float: left;
	font-size: 20px;
	line-height: 48px;
	margin-right: 125px;
	cursor: pointer;
}
.join_type i{
	display: block;
	width: 42px;
	height: 6px;
	border-radius: 6px;
	background: #d71718;
	margin: 0 auto;
	opacity: 0;
}
.join_type li.on{
	color: #d71718;
	font-weight: bold;
}
.join_type li.on i{
	opacity: 1;
}
.join_top{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #d71718;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
	display: flex;
}
.join_t01{
	float: left;
	width: 25%;
	padding-left: 52px;
	text-align: left;
}
.join_t02{
	float: left;
	width: 18%;
}
.join_t03{
	float: left;
	width: 35%;
}
.join_t04{
	float: left;
	width: 22%;
}
.join{
	width: 100%;
}
.join li{
	margin-bottom: 5px;
}
.join_t{
	width: 100%;
	line-height: 30px;
	text-align: center;
	padding: 20px 0;
	background: #fbfbfb;
	color: #000033;
	font-size: 16px;
	cursor: pointer;
}
.join_con{
	padding: 30px 52px 50px;
	display: none;
}
.join_txt{
	color: #666;
	font-size: 16px;
	line-height: 34px;
}
.join_txt h1{
	color: #333;
	font-size: 16px;
	line-height: 36px;
}


/* 联系我们 */
.con_p{
	padding: 45px 45px 78px;
}
.con_tit{
	color: #454545;
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 24px;
}
.contact{
	width: 100%;
	min-height: 39px;
	padding-left: 60px;
	color: #454545;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 20px;
	position: relative;
}
.contact img{
	width: 39px;
	height: 39px;
	position: absolute;
	top: 0;
	left: 0;
}
.map{
	width: 100%;
	height: 320px;
	border: solid 1px #c6c6c6;
	margin-top: 58px;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 16px;
	color: #222;
	margin-bottom: 6px;
}
.BMap_bubble_content{
	color: #999;
	font-size: 14px;
}
.BMap_shadow{
	display: none !important;
}


/* 在线留言 */
.mes_p{
	padding: 45px 42px 60px;
}
.user{
	width: 48.8%;
	height: 70px;
	line-height: 70px;
	padding-left: 28px;
	border: none;
	background: #f7f7f7;
	color: #454545;
	font-size: 18px;
}
.user::placeholder{
	color: #454545;
}
.mes{
	width: 100%;
	height: 278px;
	line-height: 30px;
	padding: 15px 0 0 28px;
	border: none;
	background: #f7f7f7;
	color: #454545;
	font-size: 18px;
	margin-bottom: 40px;
}
.mes::placeholder{
	color: #454545;
}
.btn_submit{
	width: 154px;
	height: 70px;
	background: #d71718;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}