*{
   padding: 0;
   margin: 0;
   font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
a {
    text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
	text-decoration: none;
	color: initial;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
}

div::-webkit-scrollbar { width: 0 !important }

/* 首页 */
.mainbody{
   width: 100%;
   height: 100%;
   overflow: auto;
   position: relative;
}
.mb_head{
   width: 100%;
   height: 100%;
   min-width: 1280px;
   min-height: 720px;
   
}
.headimgdiv{
	width: 100%;
	height: 100%;
}
.headimgdiv img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 头部导航 */
.positionhead{
	width: 100%;
	height: 98px;
	background: linear-gradient(180deg, rgba(6, 28, 28, 0.8) 0%, rgba(6, 28, 28, 0.16) 100%);
	display:flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.ph_main{
	min-width: 1180px;
	width: calc(100% - 720px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ph_left{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	

}
.ph_left img{
	width: 77px;
	height: 50px;
}
.ph_left span{
	font-size: 24px;
	color: #FFFFFF;
	margin-left: 10px;

}
.ph_right{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	
}
.phr_div{
	font-size: 20px;
	color: #E3E9ED;
	line-height: 26px;
	margin-left: 64px;
}
.phr_div span{
	color: #E3E9ED;
}
/* 微信联系 */
.postionright{
	position: absolute;
	width: 48px;
	height: 208px;
	background: #000000;
	border-radius: 8px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.postionright .iconfont{
	font-size: 32px;
	color: #00C800;
	
}
.postionright span{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 26px;
	

}
.postionqrcode{
	width: 184px;
	height: 176px;
	background: #000000;
	border-radius: 8px 0px 0px 8px;
	position: absolute;
	top: 0;
	bottom:0;
	right: 48px;
	z-index: 99;
	margin: auto 0;
	padding: 8px 16px 8px 8px;
	box-sizing: border-box;
	display: none;
}
.postionqrcode img{
	width: 100%;
	height: 100%;
}
.postionright:hover .postionqrcode{
	display: inline-block;
}

/* 底部 */
.main_footer{
	width: 100%;
	height: 340px;
	background: #141D21;
	
	box-sizing: border-box;
	display: inline-block;
}
.main_bottom{
	min-width: 1180px;
	margin: 0 auto;
	width: calc(100% - 426px);
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.mb_left{
	display: inline-block;
}
.mbl_top{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: left;
}
.mbl_div{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 20px;
	cursor: pointer;
}
.mbl_div span{

	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;

	cursor: pointer;
}
.mbl_img{
	width: 136px;
	height: 136px;
	margin-top: 20px;
}
.mbl_img img{
	width: 100%;
	height: 100%;
}
.mbl_desc{
	font-size: 18px;
	color: #989A9B;
	line-height: 24px;
	margin-top: 20px;
}
.mbl_title{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 10px;
}
.next_bottom{
	min-width: 1180px;
	margin: 0 auto;
	width: calc(100% - 426px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #3C3C3D;
	margin-top: 20px;
	padding-top: 33px;

}
.mf_left,.mf_right{
	font-size: 18px;
	color: #989A9B;
	line-height: 24px;
}

/* 
产品首页 */
.product_head{
	width: 100%;
	height: 100%;
	background: url("../imgs/product_1.png") no-repeat;
	background-size:100% 100%; 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.ph_first{
	font-size: 20px;
	color: #E3E9ED;
	line-height: 26px;
}
.ph_second{
	font-size: 36px;
	font-family: MicrosoftYaHei;
	color: #E3E9ED;
	line-height: 47px;
	letter-spacing: 2px;
	margin-top: 20px;
}
.ph_actionlist{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:10vh;
}
.ph_action{
	width: 140px;
	height: 166px;
	background: rgb(0, 0, 0,0.7);
	border-radius: 8px;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.ph_action .iconfont{
	color: #E3E9ED;
	font-size: 40px;
	line-height: 40px;
}
.ph_action span{
	font-size: 20px;
	line-height: 26px;
	margin-top: 20px;
	color: #E3E9ED;
}

/* 服务首页 */

.service_head{
	width: 100%;
	height: 100%;
	background: url("../imgs/service.png") no-repeat;
	background-size:100% 100%; 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.sh_actionlist{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10vh;
}
.sh_action{
	width: 500px;
	height: 25vh;
	max-height: 210px;
	background: rgb(0, 0, 0,0.7);
	border-radius: 8px;
	
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sha_left{
	width: 219px;
	height: 25vh;
	max-height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;

}
.sha_right{
	flex: 1;
	padding-right: 40px;
	box-sizing: border-box;
}
.sr_title{
	width: 100%;
	font-size: 24px;
	color: #E3E9ED;
	line-height: 31px;

}
.sr_desc{
	width: 100%;
	margin-top: 20px;
	font-size: 20px;
	color: #E3E9ED;
	line-height: 26px;
}
.sha_left .iconfont{
	font-size: 96px;
	color: #E3E9ED;
}
/* 公司首页 */
.company_head{
	width: 100%;
	height: 100%;
	background: url("../imgs/company.png") no-repeat;
	background-size:100% 100%; 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.sh_actionfirst{
	width: 1040px;
	height: 25vh;
	max-height: 210px;
	background:rgb(0, 0, 0,0.7);
	border-radius: 8px;
	margin-top: 10vh;
}
.saf_head{
	width: 100%;
	height: 81px;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.saf_head .iconfont{
	font-size: 24px;
	color: #E3E9ED;
}
.saf_head span{
	font-size: 24px;
	margin-left: 10px;
	color: #E3E9ED;
	line-height: 31px;
}
.saf_content{
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	font-size: 20px;
	
	color: #E3E9ED;
	line-height: 30px;
}
.sh_actionsecond{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
}
.shas_left{
	width: 255px;
	height: 25vh;
	max-height: 210px;
	background: rgb(0, 0, 0,0.7);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	
}
.shas_left .iconfont{
	font-size: 40px;
	line-height: 40px;
	color: #E3E9ED;
}
.shas_left span{
	font-size: 24px;
	margin-top: 20px;
	color: #E3E9ED;
	line-height: 31px;
}
.shas_left img{
	width: 13vh;
	height: 13vh;
	max-width: 113px;
	max-height: 113px;
}
.shas_right{
	margin-left: 10px;
}
.sr_top,.sr_bottom{
	width: 510px;
	height: 12vh;
	max-height: 98px;
	background: rgb(0, 0, 0,0.7);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 24px;
	box-sizing: border-box;
	
}
.sr_bottom{
	margin-top: 1vh;
	
}
.sr_top .iconfont,.sr_bottom .iconfont{
	font-size: 30px;
	color: #E3E9ED;
}
.sr_top span,.sr_bottom span{
	margin-left: 30px;
	color: #E3E9ED;
	font-size: 24px;
	line-height: 31px;
}
/* 产品详情页面 */
.productcontent_head{
	width: 100%;
	height:calc(100% - 382px);
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.ph_div{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.nzwugl_div{
	background: url("../imgs/product-2.png");
	background-size:100% 100%; 
}
.bchgl_div{
	background: url("../imgs/product-3.png");
	background-size:100% 100%; 
}
.whqgl_div{
	background: url("../imgs/product-4.png");
	background-size:100% 100%; 
}
.jjlgl_div{
	background: url("../imgs/product-5.png");
	background-size:100% 100%; 
}
.zxszdw_div{
	background: url("../imgs/product-6.png");
	background-size:100% 100%; 
}
.nyky_div{
	background: url("../imgs/product-7.png");
	background-size:100% 100%; 
}

.msgzs_div{
	background: url("../imgs/product-8.png");
	background-size:100% 100%; 
}
.zhsq_div{
	background: url("../imgs/product-9.png");
	background-size:100% 100%; 
}
.ypgl_div{
	background: url("../imgs/product-10.png");
	background-size:100% 100%; 
}
.kycggl_div{
	background: url("../imgs/product-11.png");
	background-size:100% 100%; 
}

 .el-carousel__arrow--right{
	right: 200px;
}
 .el-carousel__arrow--left{
	left: 200px;
}
 .el-carousel__arrow{
	background: rgb(0, 0, 0,0);
}
 .el-carousel__arrow i{
	font-size: 32px;
	color: #E3E9ED;
}
.phd_title{
	display: flex;
	align-items: center;
	justify-content: center;

}
.phd_title .iconfont{
	font-size: 32px;
	color: #E3E9ED;
}
.phd_title span{
	color: #E3E9ED;
	font-size: 32px;
	margin-left: 16px;
}
.phd_content{
	width: 650px;
	font-size: 24px;
	font-family: MicrosoftYaHei;
	color: #E3E9ED;
	line-height: 48px;
	margin-top: 2.5vh;
}
.productcontent_main{
	width: 100%;
	height: 382px;
	display: inline-block;

}
.pcm_top{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;

}
.pcmt_div{
	width: 570px;
	height: 242px;
	background: #FFFFFF;
	border-radius: 8px;
}
.pcmtd_title{
	width: 100%;
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 30px;
	box-sizing: border-box;
}
.pcmtd_title .iconfont{
	font-size: 32px;
	color: #333333;
}
.pcmtd_title span{
	font-size: 24px;
	margin-left: 10px;
	color: #333333;
	line-height: 31px;
}
.pcmtd_bottom{
	font-size: 20px;
	width: 100%;
	color: #333333;
	line-height: 40px;
	text-align: left;
	padding: 0 25px;
	box-sizing: border-box;
}
.pcm_bottom{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;

}
.pcmb_i{
	margin-left: 64px;
	cursor: pointer;
}
.pcmb_i:first-child{
	margin-left: 0px;
}
.pcmb_i .iconfont{
	font-size: 24px;
	color: #ABAEB0;
}
.selectpcmb_i .iconfont{
	color: #00A8F0;
}
/* 白色背景底部 */
.white_footer{
	background: #FFFFFF;
}
.white_footer .mbl_top{
	color: #333333;
}
.white_footer .mbl_div{
	color: #333333;
}
.white_footer .mbl_div span{
	color: #333333;
}
.white_footer .mbl_title{
	color: #333333;
}
.white_footer .next_bottom{
	border-top: 1px solid #e6e6e6;
}
.white_footer .mf_left,.white_footer .mf_right{
	color: #666666;
}
.mb_right{
	width: 520px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.mbl_div a{
	width: 130px;
	display: inline-block;
}


