﻿/* 头部 */
.xyzs_top{
    height: 39px;
    width: 100%;
    background: #F2F2F2;
    position: relative;
    z-index: 10;
}
.xyzs_top .xyzs_topbox{
    width: 1500px;
    height: 100%;
    margin: 0 auto;
    font-size: 12px;
    color:#999999;
}
.xyzs_top .xyzs_topbox .xyzs_topright ul li a{
    padding:0 9px;
    color:#999999;
    line-height: 12px;
    position: relative;
}
.xyzs_top .xyzs_topbox .xyzs_topright ul li a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 12px;
    background: #D9D9D9;
}
.xyzs_top .xyzs_topbox .xyzs_topright ul li:first-child a::after{
    display: none;
}
.xyzs_top .xyzs_topbox .xyzs_topright .phone{
    color:#FF4900;
    padding-left: 18px;
}
.xyzs_top .xyzs_topbox .xyzs_topright .phone span{
    font-family: DINOffcPro;
    font-size: 22px;
    padding-bottom: 4px;
}
.xyzs_head{
    background: #fff;
    height: 120px;
    box-shadow: 0 18px 34px rgba(35, 24, 21,0.19);
    position: relative;
    z-index: 99;
}
.xyzs_head .xyzs_headbox{
    width: 1500px;
    height: 100%;
    margin: 0 auto;
}
.xyzs_head .xyzs_headbox .logo_bg{
    flex-shrink: 0;
}
.xyzs_head .xyzs_headbox .logo_bg img{
    width: auto;
    height: 46px;
}
.xyzs_head .xyzs_headbox .head_right{
    width: 100%;
    height: 100%;
    padding-left: 40px;
}
.xyzs_head .xyzs_headbox .head_right ul{
    height: 100%;
}
.xyzs_head .xyzs_headbox .head_right ul>li{
    position: relative;
    height: 100%;
    background: #fff;
}
.xyzs_head .xyzs_headbox .head_right ul>li>.bignavli{
    color:#666;
    font-size: 16px;
    height: 35px;
    transition: all .3s ease;
    padding: 0 28px;
    white-space: nowrap;
    position: relative;
}
.xyzs_head .xyzs_headbox .head_right ul>li>.bignavli:hover{
    color:#FF4900;
}
.xyzs_head .xyzs_headbox .head_right ul>li>.bignavli:hover::after,.xyzs_head .xyzs_headbox .head_right ul>li>.bignavli:hover::before{
    content: '';
    position: absolute;
    z-index: 0;
    width: 15px;
    height: 35px;
    top: 0;
}
.xyzs_head .xyzs_headbox .head_right ul>li>.bignavli:hover::after{
    background: url(./images/top_icon01.png);
    left: 16px;
}
.xyzs_head .xyzs_headbox .head_right ul>li>.bignavli:hover::before{
    background: url(./images/top_icon02.png);
    right: 16px;
}
.xyzs_head .xyzs_headbox .head_right ul>li.attr>.bignavli::after,.xyzs_head .xyzs_headbox .head_right ul>li.attr>.bignavli::before{
    content: '';
    position: absolute;
    z-index: 0;
    width: 15px;
    height: 35px;
    top: 0;
}
.xyzs_head .xyzs_headbox .head_right ul>li.attr>.bignavli::after{
    background: url(./images/top_icon01.png);
    left: 16px;
}
.xyzs_head .xyzs_headbox .head_right ul>li.attr>.bignavli::before{
    background: url(./images/top_icon02.png);
    right: 16px;
}
.xyzs_head .xyzs_headbox .head_right ul>li.attr>.bignavli{
    color:#FF4900;
}
.xyzs_head .xyzs_headbox .head_right ul>li .sub_nav{
    padding-top: 10px;
    width: 100%;
    position: absolute;
    top: -1000px;
    left: 0;
    /* display:none; */
    transition: all .5s ease;
    z-index: -1;
}
.xyzs_head .xyzs_headbox .head_right ul>li:hover .sub_nav{
    display:block;
    top: 120px;
    /* top: 0; */
}
.xyzs_head .xyzs_headbox .head_right ul>li .sub_nav::after{
    content: '';
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
    position: absolute;
}
.xyzs_head .xyzs_headbox .head_right ul>li .sub_nav ol{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px 18px;
    box-sizing: border-box;
    box-shadow: 0 18px 34px rgba(35, 24, 21,0.19);
}
.xyzs_head .xyzs_headbox .head_right ul>li .sub_nav ol>li{
    border-bottom: 1px solid #DBDBDB;
}
.xyzs_head .xyzs_headbox .head_right ul>li .sub_nav ol>li:last-child{
    border: none;
}
.xyzs_head .xyzs_headbox .head_right ul>li .sub_nav ol>li .subnavli{
    font-size: 16px;
    color:#444;
    padding: 12px 0;
    transition: all .3s ease;
}
.xyzs_head .xyzs_headbox .head_right ul>li .sub_nav ol>li:hover .subnavli{
    color:#FF4900 ;
}
.xyzs_head .xyzs_headbox .head_right .head_rightbtn{
    width: 52px;
    height: 39px;
    background: #DDDDDD;
    border-radius: 19.5px;
}
.xyzs_head .xyzs_headbox .head_right .head_rightbtn a{
    font-size: 0;
    position: relative;
}
.xyzs_head_ss{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -5000px;
    background: #fff;
    transition: all .3s ease;
}
.xyzs_head_ss.attr{
    left: 0;
}
.xyzs_head_ss .xyzs_head_ssdel{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -150px;
}
.top_searchtext {
    width: 550px;
    height: 50px;
    text-align: left;
    border: 1px solid #FF4900;
    border-radius: 25px;
    margin: 41px auto;
    position: relative;
  }
  .top_searchtextinput {
    padding-left: 149px;
    width: 395px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    overflow: hidden;
  }
  .top_searchsubmitnav {
    width: 100px;
    height: 36px;
  }
  .top_searchsubmit {
    width: 22px;
    height: 22px;
    border: 0px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .top_searchtxt,
  .top_searchtxt1 {
    width: 375px;
    height: 50px;
    line-height: 30px;
    border: 0px;
    border-collapse: inherit;
    font-size: 14px;
    top: -4px;
    left: -4px;
    outline: none;
  }
  .top_searchtxt1 {
    color: #666;
  }
  .top_searchkeyhot {
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #9a9a9a;
    font-size: 12px;
  }
  .top_searchselect {
    z-index: 49;
    float: left;
    width: 125px;
    position: relative;
    height: 100%;
  }
  .top_searchselect span {
    display: block;
    float: left;
    height: 100%;
    width: 125px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    position: relative;
    font-size: 14px;
    background-color: #fff9f8;
    border-radius: 25px 0 0 25px;
    overflow: hidden;
    font-size: 16px;
  }
  .top_searchselect ul {
    display: none;
    z-index: 150;
    left: -1px;
    border: 1px solid #FF4900;
    border-top: none;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow-x: hidden;
    width: 125px;
    position: absolute;
    top: 50px;
  }
  .top_searchselect ul li {
    font-size: 16px;
    float: left;
    width: 100%;
    height: 35px;
    text-align: center;
  }
  .top_searchselect ul li a {
    float: left;
    width: 100%;
    height: 35px;
  }
  .top_searchselect ul li {
    background: #fff9f8;
  }
  .top_searchselect ul li a {
    width: 100%;
    color: #666666;
    line-height: 35px;
  }
  .top_searchselect ul li a:hover {
    background: #FF4900;
    color: #fff;
    text-decoration: none;
  }
  /*.searchselect ul li a.current {COLOR: #9c9c9c}
  .searchselect ul li a.current:hover { COLOR:#ED182a}*/
  .top_searchselect ul li.last {
    overflow: hidden;
    width: 100%;
    height: 5px;
  }
.top_searchsubmit {
    background: url(./images/top_icon04.png) no-repeat center;
    outline: none;
  }
  /* 手机站二维码 */
  .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;
}