body > .main {
  	padding-top:85px;
  }
.p_title{
  	padding:0 0;
  }
  *{
  font-family:arial;
  word-break: break-word!important;
  }
  .nav_top_box{
  	display:flex;
  align-items:center;
  justify-content:flex-end;
  }

.nav_what{
display:block;
  	padding-left:32px;
  font-size:18px;
  font-family:arial;
  color:#0656a9;
  line-height:50px;
  width:auto;
  margin-right:30px;
  background:url(../image/2247de4b-49c7-4afd-8d0c-18618ea8ae31.png) no-repeat 0 center;
}
.nav_mail {
	display:block;
  	padding-left:32px;
  font-size:18px;
  font-family:arial;
  color:#0656a9;
  line-height:50px;
  width:auto;
  margin-right:30px;
  background:url(../image/0a1cc95f-d082-486a-ba6d-486cfe2c180b.png) no-repeat 0 center;
}
  .nav_tel{
  	display:block;
  	padding-left:32px;
  font-size:18px;
  font-family:arial;
  color:#0656a9;
  line-height:50px;
  width:auto;
  margin-right:30px;
  background:url(../image/aa8f7020-ee28-4531-a52d-84c5bfdb37e3.png) no-repeat 0 center;
  }
  .nav_quote{
  	display:block;
  	padding-left:32px;
     margin-right:30px;
  font-size:18px;
  font-family:arial;
  color:#0656a9;
  line-height:50px;
  width:auto;
  background:url(../image/1d2a204d-c842-49fb-a332-7e885cd40878.png) no-repeat 0 center;
  }
  .nav_language{
  	display:block;
  	padding-left:34px;
  font-size:18px;
  font-family:arial;
  color:#333;
  line-height:50px;
  width:auto;
  background:url(../image/7a679385-7b4b-4334-a5f8-5c37aaa000db.png) no-repeat 0 center;
  margin:0 40px;
  position:relative;
  }
  .language_box{
position:absolute;
left:0;
top:50px;
z-index:10;
background:#ffffff;
width:120px;
opacity:0;
visibility:hidden;
transition:all 0.5s;
  	}
  .language_li{
  display:block;
  color:#333333;
  font-size:14px;
  line-height:32px;
  border-bottom:1px solid #f5f5f5;
  transition:all 0.5s;
  padding:0 10px;
  }
  .language_li:hover{
  background:#016532;
  color:#ffffff;
 }
  .nav_language:hover .language_box{
  	opacity:1;
  visibility:visible;
  }
.pl_service2 .service_item:hover .service_value_con{
	opacity: 1;
    width: 235px;
    padding-right: 10px;
}
@media only screen and (max-width: 1300px){
.nav_what {
    font-size: 17px;
    margin-right: 22px;
}
.nav_mail{
    font-size: 17px;
    margin-right: 22px;
}
  .nav_quote {
      font-size: 17px;
}
.nav_tel {
    font-size: 17px;
    margin-right: 22px;
}
}


  @media screen and (max-width:1024px){
  body > .main {
  	padding-top:60px;
  }
  .language_box{
  	width:100px;
  }
  	.nav_tel{
  	display:none;
  }
  .nav_quote{
  		display:none;
  }
    .nav_mail{
    	display:none;
    }
  .nav_language{
  	padding-left:0;
  font-size:0;
  width:50px;
  height:50px;
  background:url(../image/7a679385-7b4b-4334-a5f8-5c37aaa000db.png) no-repeat  center;
  margin-right:0;
  }
  }