/* head */
.head_top{
    height: 38px;
    background: #F2F2F2;
    position: relative;
    z-index: 10;
}
.head_top .head_top_box{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_top .head_top_box .head_top_location{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    color:#666666;
    font-size: 14px;
}
.head_top .head_top_box a{
    color:#666666;
    transition: all .3s ease;
    font-size: 14px;
}
.head_top .head_top_box a:hover{
    color:red;
}
.head_top .head_top_box .head_top_location ul{
    position: absolute;
    background: #AA0000;
    top: 38px;
    width: 100%;
    display: none;
}
.head_top .head_top_box .head_top_location ul li{
    width: 100%;
    text-align: center;
}
.head_top .head_top_box .head_top_location ul li a{
    line-height: 28px;
    font-size: 12px;
}
.head_top .head_top_box .head_top_nav{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.head_top .head_top_box .head_top_nav a{
    padding:0 8px;
    position: relative;
}
.head_top .head_top_box .head_top_nav a::after{
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #666666;
}
.head_top .head_top_box .head_top_nav a:last-child:after{
    display: none;
}
header{
    height: 80px;
    background: url(./images/header_bg.jpg)no-repeat center;
    box-shadow:0 0 59px rgba(0,0,0,.12);
    transition: all .3s ease;
}
header .head_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
header .head_box .head_box_logo{
    display: flex;
    align-items: center;
    height:100%;
}
header .head_box .head_box_logo img{
	height:60%;
	width:auto;
}
header .head_box .head_box_logo .logo_br{
    width: 1px;
    height: 46px;
    background: #DCDCDC;
    margin: 0 16px 0 20px;
}
header .head_box .head_box_logo .logo_text h1,header .head_box .head_box_logo .logo_text p{
    font-size: 14px;
    font-weight: 400;
    color:#444444;
    line-height: 14px;
}
header .head_box .head_box_logo .logo_text p{
    color:#B89767;
    padding-top: 8px;
}
header .head_box .head_nav{
    display: flex;
    height: 100%;
    align-items: center;
}
header .head_box .head_nav .head_nav_ul{
    display: flex;
    align-items: center;
    height: 100%;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li{
    height: 100%;
    line-height: 80px;
    font-size: 16px;
    padding: 0 6px;
    color:#333333;
    transition: all .1s ease;
    box-sizing: border-box;
    margin-right: 10px;
    position: relative;
    white-space: nowrap;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li a{
    color:#333333;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li ol{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
    top: 80px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #fff;
    display: none;
    box-shadow:0 0 59px rgba(0,0,0,.12);
}
header .head_box .head_nav .head_nav_ul .nav_ul_li:hover ol{
    display: block;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li ol li{
    height: 40px;
    line-height: 40px;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li.attr>a{
    color:#AA0000;
    font-weight: 1000;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li a:hover{
    color:#AA0000;
    font-weight: 1000;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li:last-child{
    margin-right: 0;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li.attr,header .head_box .head_nav .head_nav_ul .nav_ul_li:hover{
    color:#AA0000;
    border-bottom: 2px solid #AA0000;
}
/* 手机站二维码 */
  .pc_ewm_box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    display: none;
    z-index: 99;
}
.pc_ewm_box .pc_ewm{
    padding: 80px 80px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 12px;
}
.pc_ewm_box .pc_ewm img{
    width: 280px;
    height: 280px;
}
.pc_ewm_box .pc_ewm p{
    text-align: center;
    font-size: 32px;
    padding-top: 20px;
}
.pcewmdel{
    position: absolute;
    right: 10px;
    top: 10px;
}
.pc_ewm_box .pc_ewm .pcewmdel img{
    width: 25px;
    height: 25px;
}
.top_tle_head {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  position: relative;
  width: 220px;
  margin: 0 auto;
}
.top_tle_head::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #ececec;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.top_tle_head::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #ececec;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
.top_tel .top_dianhua {
  margin-top: 0;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: DINOffcPro;
  color: #AA0000;
}
.top_tel{
    flex-shrink: 0;
}