.fl {float: left;}
.fr {float: right;}
/**:after, *:before {
    margin: 0;
    padding: 0;
    transition: all .5s;
}*/
.header-top-layout {
  background: #da0207;
  overflow: hidden;
  color: #fff;
}
.header-top-layout a {
  color: #fff;
  display: block;
}
.header-top-layout a:hover {
  color: #FBC442;
  font-weight: bold;
}
.header-top-layout .header-top-wrap {
  line-height: 22px;
  height: 22px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.header-top-layout .header-top-wrap a {
  color: #fff;
}
.header-top-layout .header-top-wrap li {
  float: left;
  width: 86px;
}
.header-top-layout .header-top-wrap li i {
  margin-right: 6px;
}
.header-top-layout .header-top-wrap li:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  margin-right: 10px;
}
.shape-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  top:5px;
  margin-right: 20px;
}
.shape-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-color: #fff;
  z-index: -1;
  opacity: 0.10;
  border-radius: 50%;
  animation: cscale 1s infinite alternate;
}
.shape-icon i {
  color: #fff;
  font-size: 46px;*
  padding-left: 30px;
}
.shape-icon {
  width: 60px;
  float: left;
}
.shape-icon:before {
  background-color: #ffffff;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  opacity: 0.15;
}

.shape-icon i {
  color: #ffffff;
  font-size: 46px;
  padding-left: 25px;
}
@keyframes cscale {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.18);
  }
}

@keyframes callIcon {
  0% {
    transform: scale(0.7);
  }
  90% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}

.header-container{
    display: flex;
}

header {
  background-color: #fff;
  position: relative;
}

header .header-logo {
  padding: 8px 0;
  width: 459px;
  border: px solid #f00;
  margin-top: 15px;
}
/*
header .header-logo a {
  display: inline-block;
}
*/
header .header-logo .logo {
  width: 65px;
}
header .header-logo .logo img {
  width: 100%;
}
header .header-logo .title{
    height: 90px;
    margin: 0;
    color: #313131;
    float: right;
    text-align: left;
}

header .header-logo .title .title-header {
  font-size: 27px;
  font-weight: bold;
  line-height: 38px;
}

header .header-logo .title .title-header2{
  color: #000;
  font-size: 18px;
  line-height: 36px;
}
header .header-logo .title .title-header2 b{
  color: #dd1b1b;
}

header .main-menu {
    text-align: right!important;
    padding-top: 2px;
    margin-left: 30px;
}
header .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0px 11px;
}


header .main-menu ul li a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 45px 5px;
  color: #01133c;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
header .main-menu ul li a span{
  font-size: 12px;
}
header .main-menu ul li a:hover {
  color: #dd1b1b;
}
header .main-menu ul li.menu-item-has-children:nth-child(6) > a:after {
    display: none;
}
.sticky-header-wrap .main-menu ul li.menu-item-has-children:nth-child(6) > a:after {
    display: none;
}
header .main-menu ul li ul {
  /*border-top: 3px solid #dd1b1b;*/
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 150px;
  z-index: 99;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(90deg);
  transition: all ease 0.4s;
}

header .main-menu ul li ul li {
  display: block;
  margin: 0;
}
header .main-menu ul li ul li:nth-child(1) {
  border-top: 2px solid #dd1b1b;
}

header .main-menu ul li ul li.menu-item-has-children > a:after {
  float: right;
  content: '\f054';
  transform: translateX(0);
  transition: all ease 0.4s;
}

header .main-menu ul li ul li a {
  display: block;
  padding: 12px 15px;
  padding-left: 15px;
  overflow: hidden;
  border-bottom: 1px solid #edf2f4;
  color: #01133c;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

header .main-menu ul li ul li a:hover {
  color: #dd1b1b;
}

header .main-menu ul li ul li a:before {
  content: '\e70f';
  position: absolute;
  font-weight: 300;
  font-family:"iconfont" !important;
  font-size: 16px;
  margin-right: 0;
  left: -20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

header .main-menu ul li ul li a:hover {
  padding-left: 25px;
}

header .main-menu ul li ul li a:hover:before {
  opacity: 1;
  visibility: visible;
  left: 10px;
}

header .main-menu ul li ul li a:hover:after {
  transform: translateX(40px);
}

header .main-menu ul li ul li:last-child a {
  border-bottom: none;
}

header .main-menu ul li ul li ul {
  left: 100%;
  top: 0;
}

header .main-menu ul li ul li ul ul li ul {
  left: auto;
  right: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header .main-menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
}

.header2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.header-layout2 {
  position: relative;
  background-color: transparent;
  z-index: 2;
}

.header-layout2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 29.5%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
}

.header-layout2 .main-menu ul li a {
  padding: 41.51px 0;
  color: #ffffff;
  font-weight: 700;
}

.header-layout2 .main-menu ul li a:hover {
  color: #ef0f3a;
}

.header-layout2 .main-menu ul li ul {
  border-top: none;
  padding-top: 10px;
  left: -15px;
  margin-top: 40px;
  transition: all ease-in-out 0.3s;
  transform: rotate(0);
}

.header-layout2 .main-menu ul li ul:before {
  content: '';
  position: absolute;
  top: -16px;
  left: 24px;
  border-bottom: 18px solid #ffffff;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

.header-layout2 .main-menu ul li ul li a {
  padding: 12px 15px;
  color: #01133c;
}

.header-layout2 .main-menu ul li ul li a:hover {
  color: #ef0f3a;
}

.header-layout2 .main-menu ul li ul li ul {
  left: 100%;
  padding-top: 0;
}

.header-layout2 .main-menu ul li ul li ul:before {
  display: none;
}

.header-layout2 .main-menu ul li:hover > ul {
  margin-top: 0;
}

.header-layout2 .header-btn .primary-btn {
  width: 246px;
  font-size: 14px;
  margin-right: 25px;
}

.header-layout2 .header-btn button {
  font-size: 18px;
  color: #ffffff;
  margin-right: 30px;
}

.header-layout2 .header-btn button:last-child {
  margin-right: 0;
}

.header-layout2 .header-btn button:hover {
  color: #ef0f3a;
}

.header-layout3 {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header-layout3 .header-top-wrap {
  padding-left: 50px;
  padding-right: 50px;
}

.header-layout3 .header-middle-layout3 {
  padding-left: 50px;
  padding-right: 50px;
  background-color: transparent;
}

.header-layout3 .inner-wrapper {
  padding-bottom: 85px;
  background-image: url(../images/header-bg-3-1.png);
  background-size: 100.5% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.header-layout3 .inner-wrapper::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -55px;
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  border-radius: 50%;
}

.header-layout3 .phone-btn {
  position: absolute;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  text-align: center;
  background-color: #ffffff;
  bottom: -7px;
  padding: 10px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0px 7px 14.7px 0.3px rgba(0, 0, 0, 0.15);
}

.header-layout3 .phone-btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #dd1b1b;
  line-height: 69px;
  font-size: 30px;
  color: #ffffff;
  z-index: 3;
  border-radius: 50%;
}

.header-layout3 .phone-btn a:hover {
  background-color: #ef0f3a;
  color: #ffffff;
}

.header-layout3 .phone-btn .ripple {
  z-index: -1;
}

.header-layout3 .header-menu-area {
  padding: 30px 50px;
}

.header-layout3 .main-menu ul li a {
  font-weight: 700;
  padding: 12px 0;
}

.header-layout3 .main-menu ul li ul {
  border-top: none;
  left: -15px;
  margin-top: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  transition: all ease-in-out 0.3s;
  transform: rotate(0);
}

.header-layout3 .main-menu ul li ul li a {
  padding: 12px 15px;
  color: #01133c;
}

.header-layout3 .main-menu ul li ul li ul {
  left: 100%;
  padding-top: 0;
}

.header-layout3 .main-menu ul li:hover > ul {
  margin-top: 0;
}

.header-layout3 .header-btn button {
  width: 52px;
  color: #ffffff;
  font-size: 18px;
  background-color: #dd1b1b;
  margin-right: 20px;
}

.header-layout3 .header-btn button:hover {
  color: #ffffff;
}

.header-layout3 .header-btn button:last-child {
  margin-right: 0;
}

.sticky-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-110%);
  transition: all ease 0.6s;
}

.sticky-header-wrap.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.sticky-header-wrap .header-logo {
  padding: 8px 0;
  display: inline-block;
  border: px solid #f00;
}
/*
header .header-logo a {
  display: inline-block;
}
*/
.sticky-header-wrap .header-logo .logo {
  width: 65px;
  float: left;
   margin-top: 11px;
}
.sticky-header-wrap .header-logo .logo img {
  width: 105px;
  height: 105px;
}
.sticky-header-wrap .header-logo .title{
  height: 90px;
  margin: 0;
  color: #313131;
  float: right;
  padding: 8px 0 0 10px;
  border: px solid #f00;
  text-align: left;
}

.sticky-header-wrap .header-logo .title .title-header{
  font-size: 27px;
  font-weight: bold;
  line-height: 48px;
}

.sticky-header-wrap .header-logo .title .title-header2{
  color: #000;
  font-size: 18px;
}
.sticky-header-wrap .header-logo .title .title-header2 b{
  color: #dd1b1b;
}
.sticky-header-wrap .main-menu {
  text-align: right!important;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}
.sticky-header-wrap .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0px 18px;
}

.sticky-header-wrap .main-menu ul li a {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 23px 0;
  color: #01133c;
  text-align: center;
  line-height: 20px;
}
.sticky-header-wrap .main-menu ul li a span{
  font-size: 12px;
}
.sticky-header-wrap .main-menu ul li a:hover {
  color: #dd1b1b;
}

.sticky-header-wrap .main-menu ul li ul {
  position: absolute;
  left: 0;
  top: 103px;
  background-color: #ffffff;
  min-width: 130px;
  z-index: 99;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(90deg);
  transition: all ease 0.4s;
}
.sticky-header-wrap .main-menu ul li ul li {
  display: block;
  margin: 0;
}
.sticky-header-wrap .main-menu ul li ul li:nth-child(1) {
  border-top: 3px solid #dd1b1b;  
}
.sticky-header-wrap .main-menu ul li ul li.menu-item-has-children > a:after {
  float: right;
  content: '\f243';
  font-family:"iconfont" !important;
  transform: translateX(0);
  transition: all ease 0.4s;
}

.sticky-header-wrap .main-menu ul li ul li a {
  display: block;
  padding: 12px 15px;
  padding-left: 15px;
  overflow: hidden;
  border-bottom: 1px solid #edf2f4;
  color: #01133c;
  text-align: left;
  font-size: 14px;
}

.sticky-header-wrap .main-menu ul li ul li a:hover {
  color: #dd1b1b;
}

.sticky-header-wrap .main-menu ul li ul li a:before {
  content: '\e70f';
  position: absolute;
  font-weight: 300;
  font-family:"iconfont" !important;
  font-size: 16px;
  margin-right: 0;
  left: -20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.sticky-header-wrap .main-menu ul li ul li a:hover {
  padding-left: 25px;
}

.sticky-header-wrap .main-menu ul li ul li a:hover:before {
  opacity: 1;
  visibility: visible;
  left: 10px;
}

.sticky-header-wrap .main-menu ul li ul li a:hover:after {
  transform: translateX(40px);
}

.sticky-header-wrap .main-menu ul li ul li:last-child a {
  border-bottom: none;
}

.sticky-header-wrap .main-menu ul li ul li ul {
  left: 100%;
  top: 0;
}

.sticky-header-wrap .main-menu ul li ul li ul ul li ul {
  left: auto;
  right: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sticky-header-wrap .main-menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
}

.sticky-header-layout2 .main-menu ul li a:hover {
  color: #ef0f3a;
}

.sticky-header-layout2 .main-menu ul li ul {
  border-top-color: #ef0f3a;
}

.sticky-header-layout2 .main-menu ul li ul li a:hover {
  color: #ef0f3a;
}

.sticky-header-layout2 .menu-button {
  color: #ef0f3a;
}

.menu-button {
  float: right;
  margin-top: 20px;
  cursor:pointer;
  padding: 0;
  border: none;
  color: #dd1b1b;
  font-size: 36px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
}
@media screen and (max-width:756px){
  .menu-button {
    display: block;
    margin-top: 16px;
    margin-left: 38px;
  }
  header {
    height: 80px;
  }
  header .header-logo {
    width: 260px;
    margin-top: 10px;
  }
  header .header-logo .logo {
    width: 50px;
    height: 50px;
  }
  header .header-logo .logo img {
    width: 50px;
    height: 50px;
  }
  header .header-logo .title {
    width: 184px;
    margin-top: 0;
  }
  header .header-logo .title .title-header {
    font-size: 23px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
  }
  header .header-logo .title .title-header2 {
    font-size: 9px;
    line-height: 26px;
  }
  .sticky-header-wrap .header-logo {
    width: 260px;
    height: 90px;
  }
  .sticky-header-wrap .header-logo .logo {
    width: 50px;
    height: 50px;
  }
  .sticky-header-wrap  .header-logo .logo img {
    width: 75px;
    height: 75px;
  }
  .sticky-header-wrap .header-logo .title {
    width: 184px;
  }
  .sticky-header-wrap .header-logo .title .title-header {
   font-size: 23px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
  }
  .sticky-header-wrap .header-logo .title .title-header2 {
    font-size: 9px;
    line-height: 18px;
  }
  .sticky-header-wrap.active{
    height: 80px;
  }
}
/*@media screen and (max-width:756px) {
  .menu-button {
    margin-top: 40px;
  }
  header .header-logo {
    width: 300px;
  }
  header .header-logo .title {
    width: 180px;
  }
  header .header-logo .title .title-header {
    font-size: 21px;
  }
  header .header-logo .title .title-header2 {
    font-size: 12px;
    line-height: 18px;
  }
  .sticky-header-wrap .header-logo {
    width: 300px;
  }
  .sticky-header-wrap .header-logo .title {
    width: 180px;
  }
  .sticky-header-wrap .header-logo .title .title-header {
    font-size: 21px;
  }
  .sticky-header-wrap .header-logo .title .title-header2 {
    font-size: 12px;
    line-height: 18px;
  }
}*/
@media (min-width: 992px) {
  .menu-button {
    display: none;
  }
}
@media (max-width:767.98px) {
  .mobile-menu-wrapper .mean-menu-area {
    max-width: 200px
  }
}

@media screen and (min-width:1024px) and (max-width:1279px){
  header .main-menu ul li:nth-child(1) {
    display:none;
  }
  header .header-logo {
    width: 300px;
  }
  header .header-logo .title {
    width: 180px;
  }
  header .header-logo .title .title-header {
    font-size: 21px;
  }
  header .header-logo .title .title-header2 {
    font-size: 12px;
    line-height: 18px;
  }
  .sticky-header-wrap .header-logo {
    width: 300px;
  }
  .sticky-header-wrap .header-logo .title {
    width: 180px;
  }
  .sticky-header-wrap .header-logo .title .title-header {
    font-size: 21px;
  }
  .sticky-header-wrap .header-logo .title .title-header2 {
    font-size: 12px;
    line-height: 18px;
  }
  .sticky-header-wrap .main-menu ul li:nth-child(1) {
    display:none;
  }
}
@media (min-width:1200px) and (max-width:1500px) {
  .header-top-layout1 .header-middle-area form.search-bar {
    margin-left: 0
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .header-middle-area form.search-bar {
    margin-left: 0
  }
}
@media only screen and (max-width: 1730px) {
  .phone-box {
    display: none !important;
  }
}
@media (min-width:1200px) and (max-width:1500px) {
  .phone-box {
    display: none !important
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .header-middle-area form.search-bar {
    display: none;
    margin-left: 45px
  }
}
@media screen and (max-width:769px) {
    .header-top-layout {
    display:none
    }
    header .main-menu {
      display: none;
    }
    .sticky-header-wrap .main-menu {
      display: none;
    }
}

.addclass{
  color: #db0107!important;
  position: relative;
  font-weight: 700;
}
.addclass:after{
    content: "";
    position: absolute;
    bottom: 11px;
    height: 3px;
    width: 56px;
    background: #db0107;
    left: 50%;
    margin-left: -25px;
}

 @media only screen and (max-width: 750px) {
  .qrindexpro-nav{
    display: none;
  }
  .div_about .img img{
    opacity: 1;
  }

  .div_about .about{
    padding: 173px 0 0 0;
  }
  .btn a{
    width: 145px;
    line-height: 40px;
  }
  .quanruiyoushit li{
    width: 25%;
    height: 60px;
    line-height: 60px;
  }
  .quanruiyoushibj .title{
    margin: 0 0 20px 0;
  }
  .div_news{
    margin-top: -30px;
    padding: 15px 0 30px 0;

  }
  .quanruiyoushit{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .quanruiyoushi dt{
    width: 100%;
    position: relative;
    top: 0; 
    left: 0;
  }
  .quanruiyoushi dt img{
    width: 391px;
    height: 193px;
  }
  .quanruiyoushi dd h3{
        font: 30px "Microsoft Yahei"
  }
  .quanruiyoushi dd p{
    margin-top: 0;
  }
  .quanruiyoushi dd{
    height: 285px;
  }
  .quanruiyoushi dd{
    padding-left: 20px;
  }
  .quanruiyoushi{
      height: 478px;
  }
  .div_news .title{
    margin: 0 0;
    padding: 20px 0;
  }
  .div_news .news_lt{
    display: none;
  }
  .quanruiyoushi dd h3 span{
    font-weight: bold;
  }
  .about_postion{
    display: none;
  }
  .hot_list ul li .text{
      height: 30px;
      line-height: 30px;
          padding: 0 14px;
          font-size: 14px;
  }
  .hot_list ul li .text span{
        background-size: 23px;
        height: 30px;
  }
  .prolist-title-nav li{
    width: 31%!important;
    flex: none!important;
  }
    .index_pro_nav{
        text-align: center;
        margin:10px auto 0;
        display: block!important;
    }
    .about-desc p{
        line-height: 28px!important;
    }
    .index_case {
        display: none;
    }
    .quanrui_head_right .right-tel{
      display: none!important;
    }
}
.quanrui_head_right{
    position: absolute;
    right: 138px;
    border: px solid #f00;
    width: 320px;
    color: red;
    z-index: 9999;
    top: 0;
}
.quanrui_head_right .right-tel {
    display: inline-block;
    vertical-align: middle;
    color: #da0207;
    font-size: 35px;
    font-weight: 800;
    margin-top: 39px;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.quanrui_head_right .dou {
    display: inline-block;
    animation: tada 1s infinite linear;
    -webkit-animation: tada 1s infinite linear;
}
.quanrui_head_right.right i {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    font-size: 48px;
    color: #fff;
    margin-top: 0;
}