.header {
  position: fixed;
  z-index: 123;
  width: 100%;
  background: #fff;
  top: 0;
  box-shadow: 0px 1px 4px 0px rgba(128, 128, 128, 0.2);
}

body {
  overflow-x: hidden;
}

.banner {
  margin-top: 145px;
}

.pc_lia {
  position: relative;
}

.pc_lia:hover .nav-newtype {
  display: block;
}

.nav-newtype {
  position: absolute;
  width: 200px;
  padding: 0 0 20px;
  background-color: white;
  display: none;
  box-shadow: 0px 1px 4px 0px rgba(128, 128, 128, 0.2);
}

.nav-newtype h5 {
  width: 100%;
  height: 10px;
  background-color: #fff;
  margin-bottom: 5px;
}

.nav-newtype li {
  display: block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #212121;
  line-height: 42px;
  padding-left: 10px;
  width: 100%;
  transition: all .4s;
}

.nav-newtype li a {
  color: #212121;
}

.nav-newtype li b {
  opacity: 0;
  transition: all .4s;
  margin-right: 5px;
}

.nav-newtype li:hover {
  background: linear-gradient(-90deg, #ce0000 0%, #f3a800 100%);
  padding-left: 30px;
  transition: all .4s;
}

.nav-newtype li:hover a {
  color: #fff;
}

.pc_lib:hover .pc_lipro {
  display: block;
}

.pc_lipro {
  position: absolute;
  top: 145px;
  width: 100%;
  left: 0;
  background-color: #FFF;
  padding: 30px 0 50px;
  z-index: 12;
  display: none;
  box-shadow: 0px 1px 4px 0px rgba(128, 128, 128, 0.2);
}

.prolihv>div.pcpro:nth-child(4) {
  border-right: none;
}

.pcpro {
  width: 25%;
  padding-left: 5%;
  border-right: 1px solid #eeeeee;
}

.pcpro h2 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 24px;
}

.pcpro h2 a {
  color: #333333;
}

.pcpro .prothree {
  margin-top: 15px;
  margin-bottom: 13px;
}

.pcpro .prothree a {
  display: block;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.header_search_box {
  position: fixed;
  z-index: 9999999;
  display: none;
  top: 145px;
  left: 0;
  text-align: center;
  height: 0;
  font-size: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ccc;
}

.header_search_box .black-overlay {
  height: 800px;
  background-color: #000;
  opacity: .7;
  width: 100%;
}

.header_search_box_width {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  padding-bottom: 130px;
  padding-top: 180px;
  position: relative;
}

.search_box .search,
.search_box .submit_btn {
  float: left;
}

.search_box .search {
  height: 48px;
  border-bottom: 1px solid #e6e0e0;
  width: 636px;
  overflow: hidden;
}

.search_box .search i {
  font-size: 24px;
  float: left;
  line-height: 48px;
  text-align: center;
  width: 48px;
  color: grey;
}

.search_box .search .icon::before {
  vertical-align: middle;
}

.search_box .search input {
  float: left;
  width: calc(100% - 54px);
  font-size: 18px;
  height: 100%;
  border: none;
  outline: inherit;
}

.search_box .submit_btn {
  width: 120px;
  height: 42px;
  border-radius: 4px;
  background: #212121;
  color: #fff;
  margin-left: 18px;
  outline: inherit;
  border: none;
  font-size: 16px;
  background: -moz-linear-gradient(-176deg, #ce0000 0%, #f3a800 100%);
  background: -webkit-linear-gradient(-176deg, #ce0000 0%, #f3a800 100%);
  background: -ms-linear-gradient(-176deg, #ce0000 0%, #f3a800 100%);
}

.quick_links_box {
  text-align: center;
}

.quick_links_tit {
  color: #ccc;
  font-size: 16px;
  margin-top: 30px;
  text-transform: uppercase;
}

.quick_links_box {
  display: inline-block;
  width: 540px;
  text-align: center;
}

.quick_links_box a {
  padding: 0 22px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  margin: 0 20px 16px 0;
  color: #999;
  line-height: 40px;
}

.close_search {
  height: 60px;
  background-color: #f7f7f7;
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: table;
}

.close_search div {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.close_search i {
  font-size: 20px;
  color: #8d8d8d;
}

.close_search p {
  font-size: 16px;
  margin: 0;
  color: #c4c4c4;
}

#close_state_box {
  bottom: 8px;
}
.qhyy{
    display: none;
}
.pcmenu {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

.enquiry_make {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.enquiry_make p {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px 30px;
  background: #000;
  color: #fff;
  transform: translate(-50%, -50%);
}

.ft_btm {
  width: 80%;
  float: left;
}

.mydoot {
  position: relative;
}

.backtop {
  position: fixed;
  bottom: 8px;
  right: 60px;
  z-index: 12;
  width: 50px;
  cursor: pointer;
  background: linear-gradient(-23deg, #ce0000 0%, #f3a800 100%);
  height: 50px;
  border-radius: 50%;
}

.ft_linka span {
  display: inline-block;
  margin-left: 10px;
  width: calc(100% - 50px);
  font-size: 16px;
  font-family: OpenSans;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #9d9d9d;
  line-height: 30px;
}

.ft_shej a:hover i {
  color: #1175d9;
}

.pc_liacve>a {
  color: #ce0000;
  text-decoration: none;
}

.hdbox_tit li.pc_liacvecc>a {
  color: #ce0000;
}

.pc_liacve>b {
  background: #ce0000;
  width: 100%;
  transition: all .4s;
}

.mypor {
  position: relative;
}

.mypor:hover .myica {
  opacity: 1;
}

.myica {
  position: absolute;
  left: 0;
  bottom: -9px;
  z-index: 12;
  width: 100%;
  opacity: 0;
}

input::-webkit-input-placeholder {
  word-break: break-word;
}

textarea::-webkit-input-placeholder {
  word-break: break-word;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  word-break: break-word;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  word-break: break-word;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  word-break: break-word;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  word-break: break-word;
}

.hdbox_tit .pc_licolo>a {
  color: #ce0000;
}

@media screen and (min-width: 1300px) and (max-width: 1540px) {
  .container {
    width: 1200px;
  }

  .pc_li {
    margin-right: 69px;
  }

  .hea_logo {
    width: 120px;
    margin: 38px 0 31px 20px;
  }

  .hea_rt {
    margin: 30px 15px 30px 0;
    font-size: 0;
  }

  .hea_form {
    width: 130px;
    font-size: 14px;
    margin-left: 7px;
  }
}

.header_box {
  position: absolute;
  height: calc(100vh - 145px);
  right: 0;
  top: 100%;
  transform: translate(460px, 0px);
  overflow-y: auto;
  transition-delay: 0s;
  width: 460px;
  background-color: #f5f5f5;
  z-index: 9999;
  transition: z-index .3s, right .5s, transform .5s;
}

.hdbox_tit ul {
  margin-bottom: 0;
}

.hdbox_tit li {
  position: relative;
}

.hdbox_tit li a {
  display: block;
  color: #333;
  margin: auto;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 51px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 40px;
  text-transform: uppercase;
}

.hdbox_tit li span {
  font-weight: 400;
  line-height: 50px;
  display: block;
  font-size: 18px;
  position: absolute;
  z-index: 123;
  top: 0;
  right: 40px;
  transition: all .4s;
  color: #333;
}

.hdbox_tit>ul>li>a:hover {
  color: #212121;
  text-decoration: none;
}

.hdbox_tit>ul>li:hover span {
  color: #212121;
}

.hdbox_tit ul.myulaa {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  display: none;
}

.hdbox_tit ul.myulaa li a {
  font-size: 14px;
  border: none;
  line-height: 32px;
  color: #666;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.hdbox_tit ul.myulaa li a:hover {
  color: #212121;
}

.hdbox_tit .activeul {
  color: #212121;
}

.hdbox_tit .activespan {
  color: #212121;
  transform: rotate(45deg);
  transition: all .4s;
}

#myulb {
  font-size: 16px;
  line-height: 28px;
}

#myulc>li>a {
  padding: 0 50px;
  font-size: 14px;
  line-height: 36px;
}

#myulc>li {
  position: relative;
}

#myulc>li>span.myulf {
  font-size: 14px;
  line-height: 36px;
}

#myulfour {
  margin: 5px;
  display: none;
}

#myulfour a {
  padding: 0 75px;
  font-size: 13px;
  line-height: 28px;
}

.activea {
  transform: translate(0px, 0px);
  transition: z-index .3s, transform .5s;
}

#search_form_phonea {
  padding: 15px 40px;
  font-size: 0;
}

#search_form_phonea input[type="text"] {
  width: 68%;
  padding: 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #87898a;
  outline: none;
  vertical-align: top;
}

#search_form_phonea input[type="submit"] {
  border: none;
  background-color: #87898a;
  color: white;
  font-size: 18px;
  padding: 9.5px 15px;
  vertical-align: top;
}

.lang {
  padding: 0 40px;
}

.lang .langbox {
  width: 100%;
  margin: auto;
  text-align: left;
}

.lang .langbox a {
  font-size: 18px;
  color: #999;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
  display: inline-block;
  margin-right: 4px;
}

.lang .langbox a:hover {
  color: #212121;
  text-decoration: none;
}

.mylug,
.hea_icon {
  position: relative;
}

.dropdown-menu {
  left: unset;
  right: 0;
  z-index: 9999999;
  top: 145%;
  min-width: 110px;
}

.dropdown-menu a {
  color: #484848;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

.ft_lug {
  position: relative;
}

.ft_lug ul {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  display: none;
  text-align: center;
  background-color: #545353;
  width: 170px;
  height: 27px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

.ft_lug ul a {
  color: #d1d1d1;
  line-height: 24px;
  font-size: 14px;
  margin: 0 8px;
}

#form_data_box .form_data_box textarea {
  height: 80px;
  padding: 10px 20px;
}

#form_data_box .form_data_box input::-webkit-input-placeholder {
  font-size: 13px;
}

#form_data_box .form_data_box input:-moz-placeholder {
  font-size: 13px;
}

#form_data_box .form_data_box input::-moz-placeholder {
  font-size: 13px;
}

#form_data_box .form_data_box input:-ms-input-placeholder {
  font-size: 13px;
}

#form_data_box .form_data_box textarea::-webkit-input-placeholder {
  font-size: 13px;
}

#form_data_box .form_data_box textarea:-moz-placeholder {
  font-size: 13px;
}

#form_data_box .form_data_box textarea::-moz-placeholder {
  font-size: 13px;
}

#form_data_box .form_data_box textarea:-ms-input-placeholder {
  font-size: 13px;
}

#form_data_box .form_data_box input {
  height: 35px;
  padding: 0 8px 0 20px;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {

  .hea_icon,
  .hea_meau {
    display: none;
  }
.qhyy{
    display: inline;
    float: right;
}
.qhyy img{
    /*float: right;*/
    margin-top: 46px;
    margin-right: 20px;
}
  .pcmenu {
    cursor: pointer;
    position: relative;
    z-index: 666;
    display: block;
    margin-top: 40px;
    margin-right: 30px;
  }

  .pcmenu .ag {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    opacity: 0;
  }

  .actived .ac {
    opacity: 0;
  }

  .actived .ag {
    opacity: 1;
    z-index: 12;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .container {
    width: 1150px;
  }

  .ft_shej a {
    margin-right: 25px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }

  .ft_shej a {
    margin-right: 15px;
  }

  .set7 h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 750px;
  }

  .ft_shej a {
    margin-right: 15px;
  }

  .hea_logo {
    width: 150px;
    margin: 25px 0 25px 30px;
  }

  .hea_rt {
    margin: 23px 25px 18px 0;
  }

  .pcmenu {
    margin-top: 33px;
  }

  .banner {
    margin-top: 126px;
  }

  .footer_abox {
    width: 44%;
    margin-right: 2.65%;
    margin-left: 2.65%;
    float: none;
    display: inline-block;
    vertical-align: text-top;
    margin-bottom: 40px;
  }

  .ftlinea {
    margin-top: 70px;
  }

  .set7 {
    height: 250px;
    padding-top: 45px;
  }

  #form_data_box {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }

  .hea_rt,
  .hea_meau {
    display: none;
  }
.qhyy{
    display: inline;
    float: right;
}
.qhyy img{
    /*float: right;*/
    margin-top: 21px;
    margin-right: 20px;
}
  .pcmenu {
    cursor: pointer;
    position: relative;
    z-index: 666;
    display: block;
    margin-top: 15px;
    margin-right: 20px;
  }

  .pcmenu .ag {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    opacity: 0;
  }

  .actived .ac {
    opacity: 0;
  }

  .actived .ag {
    opacity: 1;
    z-index: 12;
  }

  .header_htop>p>span:nth-child(1) {
    display: none;
  }

  .hea_logo {
    width: 120px;
    margin: 15px 0 15px 20px;
  }

  .header_htop span,
  .header_htop a {
    font-size: 11px;
  }

  .banner {
    margin-top: 98px;
  }

  .footer_abox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer_abox h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .ft_shej {
    margin-top: 55px;
  }

  .ftlinea {
    margin-top: 20px;
  }

  .ft_btm,
  .ft_lug {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 0;
  }

  .ft_lug {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .header_box {
    height: calc(100vh - 98px);
    width: 100%;
  }

  .hdbox_tit li a {
    padding: 0 20px;
  }

  #myulc>li>a {
    padding: 0 35px;
  }

  #myulfour a {
    padding: 0 50px;
  }

  #search_form_phonea {
    padding: 15px 20px;
  }

  .lang {
    padding: 0 20px;
  }

  .lang .langbox a {
    font-size: 16px;
  }

  .set7 {
    height: 200px;
    padding-top: 40px;
  }

  .set7 h2 {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    padding: 0 20px;
  }

  .set7 a {
    width: 70%;
    height: 44px;
    font-size: 14px;
    margin: 20px auto;
    line-height: 42px;
  }

  .ft_btm {
    width: 100%;
    float: none;
  }

  .footer {
    padding-bottom: 50px;
  }

  .ft_lug ul {
    top: 81%;
  }

  .ft_lug {
    width: 135px;
    float: left;
  }

  .header_box .ft_shej {
    margin-top: 0;
    padding-left: 20px;
  }

  .header_box .ft_shej a>i {
    color: #87898a;
  }

  .backtop {
    bottom: 60px;
    right: 5px;
  }

  #form_data_box {
    height: 100%;
    overflow-y: scroll;
    background: #fff;
  }

  #form_top_box {
    background: linear-gradient(-23deg, #ce0000 0%, #f3a800 100%);
    padding-bottom: 14px;
  }

  #form_data_box .form_data_box {
    margin-top: 0;
  }
}