* {
  font-family: arial;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: arial;
  src: url(../css/fonts/arial.ttf);
}

@font-face {
  font-family: ariblk;
  src: url(../css/fonts/ariblk.ttf);
}

.head_pc .nav .ul2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  display: none;
  background-color: white;
  text-align: center;
  transition: .1s
}

.head_pc .nav .ul2:hover,
.head_pc .nav .ul2.hover {
  background-color: white;
}

.head_pc .nav .ul2 a {
  font-size: 16px;
  display: block;
  line-height: 40px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #000;
  padding: 0 20px;
}

.head_pc .nav .ul2 a:hover,
.head_pc .nav .ul2 a.hover {
  /* font-weight: bold !important; */
  color: #ffffff !important;
  background-color: #cda274;

}



/* 敦实 */

.input_in1 input{
  margin-bottom: 10px;
}
.mess_form .xuqiu{
  margin-bottom: 15px;
}
.form_btn .submit_ti{
  width: 100%;
  background-color: #f0882f;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}





.er_im{
   width: 12%;  
   margin:20px 0 0 0 ;
}

.ibox2 .bd-sub{
    display: none;
}

.ibox2 .more-div em{
    display: none;
}
.ibox2{
    padding: 100px 0 100px;
}

.col-xs-6 {
    width: 45%;
}
.row-pv16 > *{
    margin-bottom: 40px;
}

.img_bbb{
     position: relative;
}
.img_bbb1{
   position: absolute;
   top: 0;
   left: 0;
   opacity: 1;
   transform: .5s !important;
}

.pp:hover .img_bbb1{
    opacity: 0;
}




.img12{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}




.oo1 li:last-child {
    display: none;
}





.pr_body {
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.pr_body_img {
  background-color: rgba(0, 0, 0, 0);
  width: 30%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.pr_body_img img {
  width: 100%;
}

.pr_body_img .p1 {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.X {
  font-size: 25px;
  position: fixed;
  top: 20%;
  right: 2%;
  z-index: 99999;
  color: #000;
  cursor: pointer;
}

.fangda {
  display: none;
}



 




/* 业务范围*/

 @media screen and (min-width: 1500px) and (max-width: 1750px) {
       
}



