*{
	margin: 0;
	padding: 0;
}
@media (min-width: 1800px) {
	.container {
		width: 1670px;
	}
}
.bgf7{
  background: #F7F7F7!important;
}
.bgred{
	background: #E30D00!important;
}
.bgreds{
/*	background: #790904!important;*/
}
.bgwhite{
	background: #fff!important;
}
.bgblack{
  background: #000!important;
}
.pcfont24{
  font-size: 24px!important; 
}
.pcmt5{
  margin-top: 5px!important;
}
.pcmt50{
	margin-top: 50px!important;
}
.pcmt130{
	margin-top: 130px!important;
}
.pcmr15{
	margin-right: 15px!important;
}
.pcml15{
	margin-left: 15px!important;
}
.pcptb50{
  padding: 50px 0;
}
.bold{
	font-weight: bold;
}
.colorwhite{
	color: #fff!important;
}
.color9b{
	color: #9B4E4A!important;
}
.pc_top{
	height: auto;
	position: relative;
}
.pc_top .pc_topbg{
	width: 100%;
}
.pc_top .pc_nav{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 122px;
	background: rgba(0, 0, 0, 0.3);
}
.pc_top .pc_navflex{
	display: flex;
	align-items: center;
	height: 122px;
}
.pc_top .pc_nav_logo{
	width: 300px;
	height: 60px;
	margin-left: 50px;
}
.pc_top .h_lright{
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 46px;
	width: 280px;
	height: 122px;
	background: #E30D00;
	margin-left: auto;
	padding-left: 30px;
}

.pc_top .h_lright .h_lright_img{
  width: 55px;
  height: 55px;
}
.pc_top .h_lright .h_lright_text{
  font-size: 14px;
  color: #fff;
  margin-left: 12px;
}
.pc_top .pc_navmenu{
	display: flex;
	align-items: center;
	margin-left: 100px;
}
.pc_top .pc_navmenu .pc_navitem{
	margin-right: 40px;
	font-size: 16px;
	color: #FFFFFF;
	height: 122px;
	line-height: 122px;
	position: relative;
}
.pc_top .pc_navmenu .pc_navitem.active::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 6px;
	background: #fff;
}
.pc_top .pc_navmenu .pc_navitem.active a{
	font-weight: bold;
}
.pc_top .pc_navmenu .pc_navitem  a{
	color: #fff;
}
.pc_top .pc_topso{
	width: 243px;
	height: 50px;
	background: rgba(255, 255, 255, 0.3) url('../images/pc_so.png') no-repeat 10px center;
	border-radius: 25px;
	display: flex;
	align-items: center;
}
.pc_top .pc_topso .pc_soput{
	background: transparent;
	margin-left: 40px;
	border: 0;
	color: #fff;

}
.pc_top .pc_topso .pc_soput::placeholder{
	color: #fff;
}
.pc_top .pc_topso .pc_soput:focus{
	outline: none;
}

.company .company-img {
  width: 100%;
  height: auto;
}
.company .company-intro {
  position: relative;
	margin-right: 80px;
}
.company .company-intro .company-name {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-top:25px;
}
.company .company-intro .company-name::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
	width: 57px;
	height: 8px;
  background: #E30D00;
}

.company .company-intro .certification-tags {
  display: flex;
  margin-top: 33px;
}

.company .company-intro .cert-tag {
  background-color: #FDE8E7;
  color: #E30D00;
  border-radius: 3px;
  font-size: 22px;
  width: 155px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  margin-right: 20px;
}

.company .company-intro .intro-text {
  color: #000;
  font-size: 24px;
  line-height: 40px;
	font-size: 18px;
  padding: 20px 0;
}

.company .company-intro .stats {
  display: flex;
  justify-content: space-between;
}

.company .company-intro .stat-number {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  position: relative;
  text-align: center;
  
}
.company .company-intro .stat-number img{
  height:55px;
}
.company .company-intro .stat-number .statplus{
  position: absolute;
  top: 0;
  width: 18px;
  height: 42px;
}
.company .company-intro .stat-label {
  color: #999;
  font-size: 24px;
}

.pcmore_btn {
	width: 130px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	background: #E30D00;
  display: block;
  color: white;
 	font-size: 18px;
  margin-top: 40px;
}
.pcxf{
	padding: 90px 0;
	margin-top: 90px;
	height: auto;
	overflow: hidden;
	
}
.pcxf .px_xfitem{
	height: auto;
	background: #fff;
	margin-top: 60px;
	border-radius: 24px;
	/* background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 35px, #fff 35px, #fff 100%); */
	display: flex;
	align-items: center;
	height: 440px;
	margin-left: 35px;
	color: #000;
	transition: transform 0.5s ease;
}
.pcxf .px_xfitem:hover{
	transform: scale(1.05); 
	background: #E30D00;
	color: #fff;
}
.pcxf .px_xfitem:hover .px_xfword_img{
	background: url('../images/pc_icon_jtb.png') no-repeat;
	background-size: 100% 100%;
}
.pcxf .px_xfitem:hover .px_xfword_num{
	color: #E65047;
}
.pcxf .px_xfitem .px_xfimg{
	margin-left: -35px;
	width: 50%;
	max-width: 400px;
	height: auto;
	max-height: 380px;
	border-radius: 20px;
}
.pcxf .px_xfitem .px_xfword_num{
	position: absolute;
	top: -60px;
	left: 0;
	font-weight: 600;
	font-size: 70px;
	color: #EDEDED;
	z-index: 0;
	
}
.pcxf .px_xfitem .px_xfword{
	margin-left: 56px;
	margin-right: 60px;
	position: relative;

}
.pcxf .px_xfitem .px_xfword_ch{
	font-weight: 600;
	font-size: 30px;
	position: relative;
	z-index: 10;
}
.pcxf .px_xfitem .px_xfword_en{
	font-weight: 600;
	font-size: 20px;
	color: #CCCCCC;
	position: relative;
	padding-bottom: 5px;
}
.pcxf .px_xfitem .px_xfword_en::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 4px;
	background: #E30D00;
}
.pcxf .px_xfitem .px_xfword_cont{
	height: 128px;
	font-size: 15px;
	line-height: 32px;
	overflow: hidden;
	margin-top: 25px;
}
.pcxf .px_xfitem .px_xfword_img{
	background: url('../images/pc_icon_jth.png') no-repeat;
	background-size: 100% 100%;
	width: 41px;
	height: 15px;
	margin-top: 15px;
}
.pc_entitle{
	font-size: 60px;
	color: #EDEDED;
	text-align: center;
	margin-top: -50px;
}
.pc_chtitle{
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.pc_subtitle{
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}
.pcpro{
	padding: 90px 0;
	height: auto;
	overflow: hidden;
}



.pcpro .h_index_xf{
  display: flex;
  align-items: center;
  /* margin: .2rem; */
  flex-wrap: wrap;

}
.pcpro .h_index_xf .h_index_xfitem{
  /* width: 812px; */
  height: 542px;
  position: relative;
	margin-top: 30px;
  /* margin: .1rem; */
}
.pcpro .h_index_xf .h_index_xfitem .h_index_xfimg{
  width: 100%;
  height: 542px;
}
.pcpro .h_index_xf .h_index_xfword{

  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom: 0;
  padding: 60px 66px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pcpro .h_index_xf .h_index_xfarrow{
  position: absolute;
  right: 60px;
  bottom: 72px;
  width: 58px;
  height: 20px;
  border-radius: 10px;
}
.pcpro .h_index_xf .h_index_xftitle{
  font-size:36px;
  color: #FFFFFF;
}
.pcpro .h_index_xf .h_index_xfstitle{
  font-size: 20px;
  color: #FFFFFF;
}
.pcby{
	height: auto;
	overflow: hidden;
	padding: 90px 0;
}
.pcby .pcby_item{
	height: 405px;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.pcby .pcby_item .pcby_item_img{
	max-width: 405px;
	width: 50%;
	max-height: 405px;
	height: auto;
}
.pcby .pcby_item .pcby_item_right{
	margin-left: 30px;
	margin-right: 30px;
	overflow: hidden;
}
.pcby .pcby_item .pcby_item_right .pcby_item_rtitle{
	font-weight: 600;
	font-size: 30px;
	color: #1A0200;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pcby .pcby_item .pcby_item_right .pcby_item_rcont{
	font-size: 20px;
	color: #1A0200;
	line-height: 40px;
	height: 160px;
	overflow: hidden;
	margin-top: 20px;
}
.pcal{
	height: auto;
	overflow: hidden;
	padding: 90px 0;
}
.pcal .pcal_item{
	margin-top: 50px;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding-bottom: 30px;
}
.pcal .pcal_item:hover{
	box-shadow: 0 10px 20px 10px #C6C6C6;
}
.pcal .pcal_item .pcal_iimg{
	width: 100%;
	height: auto;
	max-height: 240px;
}
.pcal .pcal_item .pcal_ititle{
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 36px 35px 0 20px;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
}
.pcal .pcal_item .pcal_itag{
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #E30D00;
	font-weight: bold;
	margin: 10px 35px 0 20px;
	padding:0 8px;
}
.pcal .pcal_item .pcal_imore{
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	background: #F7F7F7;
	margin: 30px 35px 0 35px;
	font-weight: bold;
}
.pclc{
	height: auto;
	overflow: hidden;
	padding: 90px 0;
	background: url(../images/bg_red1.png) no-repeat;
	background-size: 100% 100%;
}
.pclc .pclc_item{
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	padding: 30px 35px 60px 35px;
	background: #E30D00;
}
.pclc .pclc_item .pclc_inum{
	flex-grow: 600;
	font-size: 60px;
	color: #FFFFFF;
}
.pclc .pclc_item .pclc_iimg{
	margin: 40px auto 0;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: block;
}
.pclc .pclc_item .pclc_ititle{
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #fff;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 36px;
	padding-top: 14px;
	text-align: center;
	height: 80px;
	overflow: hidden;
}
.pcmain{
	height: auto;
	overflow: hidden;
	padding: 90px 0;
}
.pc_ysitem{
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
	margin-top: 55px;
}
.pc_ysitem .pc_ysimg{
	width: 100%;
	height: auto;
	max-height: 398px;
	max-width: 810px;
}
.pc_ysitem .pc_yscont{
	padding: 40px 60px;
}
.pc_ysitem .pc_yscont .pc_ysctitle{
	font-weight: 600;
	font-size: 30px;
	color: #E30D00;
	padding-bottom: 10px;
	position: relative;
}
.pc_ysitem .pc_yscont .pc_ysctitle::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 6px;
	background: #E30D00;
}
.pc_ysitem .pc_yscont .pc_ysccont{
	font-size: 15px;
	color: #000000;
	line-height: 36px;

	overflow: hidden;
	margin-top: 10px;
}
.pcfn{
	background: url(../images/bg_red2.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 90px;
}
.pcfn_item{
	width:auto;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
	padding: 30px;
}
.pcfn_item .pcfn_itemtitle{
	font-weight: 600;
	height: 105px;
	background: #FFFFFF;
	font-size: 36px;
	color: #E30D00;
	text-align: center;
	line-height: 105px;
}
.bgropt{
	background: rgba(255,255,255,0.3) !important;
}
.pcfn_item .pcfn_itemcont{
	margin-top: 30px;
	padding: 0 30px;
	height: 180px;
	overflow: hidden;
	background: rgba(255,255,255,0.2) 
}
.pcfn_item .pcfn_itemcont .pcfn_itemcont_num{
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100%;
	margin: 28px auto 0;
	font-size: 34px;
	color: #E30D00;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}
.pcfn_item .pcfn_itemcont .pcfn_itemcont_title{
	font-weight: 600;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.pcfn_vs{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 210px;
	height: 210px;
	z-index: 10;
}
.pc_newleft .h_index_xfitem{
 	height: 542px;
  position: relative;
	margin-top: 30px;
}
.pc_newleft .h_index_xfitem .h_index_xfimg{
  width: 100%;
  height: 542px;
}
.pc_newleft .h_index_xfword{
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom: 0;

  padding: 60px 66px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pc_newleft .h_index_xfarrow{
  position: absolute;
  right: 60px;
  bottom: 72px;
  width: 58px;
  height: 20px;
}
.pc_newleft  .h_index_xftitle{
  font-size:28px;
  color: #FFFFFF;
}
.pc_newleft .h_index_xfstitle{
  font-size: 20px;
  color: #CCCCCC;
}
.pc_newright{
  height: auto;
  overflow: hidden;
  border-top: 1px solid #E0E0E0;
  margin-top: 30px;
  margin-left: 20px;
}
.pc_newright .pc_newritem{
  height: auto;
  overflow: hidden;
  padding: 28px 0;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
}
.pc_newright .pc_newritem_left{
  flex: 1;
  overflow: hidden;
}
.pc_newright .pc_newritem_left .pc_newri_time{
  font-size: 20px;
  color: #CCCCCC;
}
.pc_newright .pc_newritem_left .pc_newri_title{
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc_newright .pc_newritem_left .pc_newri_cont{
  font-size: 18px;
  color: #999999;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
  font-weight: bold;
}
.pc_newright .pc_newritem img{
  width: 60px;
  height: 60px;
  margin-left: 20px;
  flex-shrink: 0;
}
.pc_contact{
  height: auto; 
  overflow: hidden; 

}
.pc_contact .h_company{
  height: auto;
  margin: 100px 0 0 100px;
}
.pc_contact .h_company .h_company_title{
  font-weight: bold;
  font-size: 30px;
  color: #333;
}
.pc_contact .h_company .h_company_desc{
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  color: #333;
}
.pc_contact .h_company .h_company_desc img{
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.pc_contact .pc_contact_img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.pc_bot{
  height: auto;
}
.pc_bot a{
  color: #fff;
}
.pc_bot .pc_bottop{
  display: flex;
  align-items: center;
}
.pc_bot .pc_bottop .pc_contact_img{
  width: 378px;
  height: 60px;
}
.pc_bot .pc_bottop .pc_botnav{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.pc_bot .pc_bottop  .pc_botnav_item{
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  margin-left: 30px;
}
.pc_bot .pc_bottop  .pc_botnav_item::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 18px;
  background: #FFFFFF;
}
.pc_bot .pc_botbot{
  margin-top: 48px;
  padding-top: 35px;
  border-top: 1px solid #262626;
}
.pc_bot .pc_botbot .pc_botbot_cont{
  display: flex;
  color: #797979;
}
.pc_bot .pc_botbot .pc_botbot_item{
  margin-right: 20px;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.pc_bot .pc_botbot  .pc_botbot_img{
  width: 38px;
  height: 38px;
  margin-left: auto;
}
.pc_ejtit{
	position: absolute;
	bottom: 178px;
	left: 133px;
}
.pc_ejtit .pc_ejtit_en{
	font-weight: 600;
	font-size: 30px;
	color: #9B9D9F;
}
.pc_ejtit .pc_ejtit_ch{
	font-size: 50px;
	color: #FFFFFF;
}
.pc_dettitle{
	margin-top: 80px;
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	height: auto;
	overflow: hidden;
	line-height: 40px;
}
.pc_dettime{
	font-size: 20px;
	color: #CCCCCC;
	margin-top: 10px;
}
.pc_detcont{
	margin-top: 60px;
	padding-top: 40px;
	padding-bottom: 60px;
	border-top: 1px solid #E0E0E0;
	font-size: 18px;
	color: #000;
	line-height: 32px;

}
.pc_honorimg{
	width: 100%;
	margin-top: 50px;
}
.pc_newlist{
	height: auto;
	overflow: hidden;
	background: #F7F7F7;
	margin-top: 30px;
	display: flex;
	/* align-items: center; */
	flex-direction: column;
	padding-bottom: 60px;
}
.pc_newlist .pc_newlist_img{
	width: 100%;
	max-width: 516px;
	height: 350px;
}
.pc_newlist .pc_newlist_rig{
	margin: 50px 38px 0 38px;
}
.pc_newlist .pc_newlist_date{
	font-size: 20px;
	color: #CCCCCC;
}
.pc_newlist .pc_newlist_title{
	margin-top: 20px;
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pc_newlist .pc_newlist_cont{
	font-size: 18px;
	color: #999999;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
}
.pc_newlist .pc_newlist_jth{
	width: 41px;
	height: 15px;
	margin-top: 20px;
}

.pc_newlist2{
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	display: flex;
	/* align-items: center; */
}
.pc_newlist2 .pc_newlist_img{
	width: 100%;
	max-width: 400px;
	height: 240px;
}
.pc_newlist2 .pc_newlist_rig{
	margin: 0 0 0 60px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	flex: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.pc_newlist2 .pc_newlist_rleft{
	flex: 1;
	margin-right: 20px;
	overflow: hidden;
	
}
.pc_newlist2 .pc_newlist_date{
	font-size: 20px;
	color: #CCCCCC;
}
.pc_newlist2 .pc_newlist_title{
	font-weight: 600;
	font-size: 24px;
	color: #000000;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pc_newlist2 .pc_newlist_cont{
	font-size: 18px;
	color: #999999;
	line-height: 32px;
	height: 96px;
	margin-top: 35px;
	overflow: hidden;
}
.pc_newlist2 .pc_newlist_jth{
	width: 60px;
	height: 60px;
	margin-left: auto;
}