@charset "UTF-8";
html::-webkit-scrollbar {
  width: 5px;
  height: 100%;
}
html::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eee;
}
html::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}
body, p, h1, h2, h3, h4, h5, h6, img, ul, li, dl, dd, dt, textarea {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #1A1A1A;
  font-family: Arial;
}

body {
  overflow-x: hidden;
}

img {
  border: 0 none;
  width: 100%;
  display: block;
}

ol, ul, dl, li, dt, dd {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

em {
  font-style: normal;
}

input, button, select, textarea {
  outline: none;
}

textarea {
  resize: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: medium none;
  font-size: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

a:hover {
  text-decoration: none;
  outline: medium none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  line-height: 1.7em;
  font-size: 15px;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.swiper-button-prev, .swiper-button-next, .swiper-pagination {
  outline: none;
}

#LRfloater1 p {
  font-size: 14px;
  margin-top: 1em;
  line-height: 1.5em;
}

#LRfloater1 img {
  width: auto;
}

#flb-lightbox img {
  display: inline-block;
  width: auto;
}

.content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.menubtn, .m-search, .m-navbox {
  display: none;
}

.ban_h1 {
  height: 0;
  position: relative;
  left: -10000px;
  margin: 0;
}

.aniimg {
  overflow: hidden;
}

.aniimg img {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.aniimgbox:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.swiper-container {
  height: 100%;
}

.wap-flex {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.padd {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.magg {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.smagg {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.spadd {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.paddtop {
  padding-top: 0.7rem;
}

.mtop {
  margin-top: 0.7rem;
}

input {
  border: 0 none;
  padding: 0;
  margin: 0;
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 火狐 */
input[type=number] {
  -moz-appearance: textfield;
}

.m-foot {
  display: none;
}

/*header*/
header {
  border-bottom: 1px solid #EEF0F4;
  position: relative;
  z-index: 99;
}
.fixed-head{
  position: fixed;
	width: 100%;
	top: 0;
}
.fixed-head .head-top{
  display: none;
}
.fixed-head .nav{
  margin-top: 12px;
}
.fixed-head .nav > li{
  padding-bottom: 10px;
}
.fixed-head .head-box-l{
  padding-bottom: 15px;
}
.fixed-head .second > ul{
  top: 42px;
}
.fixed-head .second-row{
  top: 93px;
}
.head-top {
  background: #BD1D21;
  position: relative;
}
.head-top .content{
  position: relative;
}
.head-top .content::before{
  content: '';
  width: 79.75%;
  background: #021733;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;

}
.head-top::before {
  content: "";
  display: block;
  height: 100%;
  background: #021733;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}

.head-topl {
  width: 20.25%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: #BD1D21;
  padding: 0.05rem 0;
  padding-right: 0.2rem;
  height: 100%;
}

.headsearch {
  height: 26px;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
}
.headsearch input[type=text] {
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  width: 100%;
  padding-left: 13px;
  box-sizing: border-box;
}
.headsearch input{
  font-size: 16px;
}
.headsearch input[type=text]::placeholder {
  font-size: 16px;
  color: #666;
}
.headsearch .subbtn {
  position: absolute;
  background: url(../images/search.png) no-repeat center center;
  width: 16px;
  height: 100%;
  right: 17px;
  cursor: pointer;
  top: 0;
}

.head-topr {
  width: auto;
}

.fast-btn {
  position: relative;
  cursor: pointer;
}
.fast-btn::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.fast-btn:first-child::before {
  display: none;
}
.fast-btn ul {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  padding: 0.1rem;
  z-index: 6;
  display: none;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 0px rgba(26, 26, 26, 0.1);
}
.fast-btn ul li {
  line-height: 30px;
  text-align: center;
  border-bottom: 1px dashed #e6e6e6;
}
.fast-btn ul li a {
  font-size: 14px;
}
.fast-btn ul li:last-child {
  border: 0 none;
}
.fast-btn ul li:hover a {
  color: #BD1D21;
}
.fast-btn:hover ul {
  display: block;
}
.fast-btn p {
  font-size: 15px;
  color: #fff;
  padding-left: 17px;
  padding-right: 32px;
  position: relative;
}
.fast-btn p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  right: 13px;
  top: 10px;
  position: absolute;
}

.head-box-l {
  width: 20.25%;
  padding-bottom: 25px;
}

.logo {
  width: 85%;
  display: block;
  margin-left: -12px;
}

.head-box-r {
  width: 79.75%;
}

.head-chat {
  background: #BD1D21;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 24px;
  box-sizing: border-box;
}

.head-chatitem {
  padding-left: 24px;
  padding-right: 20px;
  position: relative;
  color: #FFF;
}
.head-chatitem::before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  background: #fff;
  left: 0;
  opacity: 0.6;
}
.head-chatitem:first-child::before {
  display: none;
}
.head-chatitem img {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.head-chatitem b {
  font-size: 18px;
}
.head-chatitem:hover {
  opacity: 0.95;
}

.head-chatbtn {
  position: absolute;
  background: url(../images/chatbtnbg.png) no-repeat;
  background-size: 100% 100%;
  width: 265px;
  height: 33px;
  line-height: 33px;
  top: 0;
  right: 0;
  text-align: center;
}
.head-chatbtn img {
  width: 22px;
  vertical-align: middle;
  display: inline-block;
  margin-right:8px;
}
.head-chatbtn a {
  font-size: 16px;
  color: #BD1D21;
  font-weight: bold;
}
.head-chatbtn a:hover {
  opacity: 0.88;
}

.nav {
  margin-top: 20px;
}
.nav > li {
  margin-left:32px;
  float: left;
  padding-bottom: 20px;
}
.nav > li > a {
  font-size: 16x;
  line-height: 30px;
  display: block;
}
.nav > li:hover > a, .nav > li.navact > a {
  border-bottom: 2px solid #BD1D21;
  color: #BD1D21;
  font-weight: bold;
}
.nav > li:hover > a::before, .nav > li.navact > a::before {
  border-color: #BD1D21 transparent transparent transparent;
}

.head-box {
  position: relative;
  background: #FFF;
}
.head-box::before {
  content: "";
  display: block;
  width: 30%;
  z-index: 0;
  position: absolute;
  height: 40px;
  background: #BD1D21;
  right: 0;
  top: 0;
}
.head-box > .content {
  align-items: flex-end;
}

.second {
  position: relative;
}
header i{
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.second > a {
  position: relative;
  padding-right: 20px;
}
.second > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.second > ul {
  position: absolute;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  padding: 20px 30px;
  background: #FFF;
  white-space: nowrap;
  left: 50%;
  display: none;
  top: 52px;
  transform: translateX(-50%);
}
.second > ul li {
  line-height: 45px;
  padding-left: 20px;
  background: url(../images/detail.png) no-repeat left center;
  background-size: 12px 12px;
}
.second > ul li a {
  font-size: 16px;
}
.second > ul li:hover a {
  color: #BD1D21;
  font-weight: bold;
}
/* .second:hover i, .second:hover > ul, .second:hover .second-row {
  display: block;
} */

.second-cen {
  position: static;
}

.second-row {
  position: absolute;
  width: 100%;
  left: 0;
  top: 111px;
  display: none;
}
.second-row .content {
  background: #FFF;
  padding: 43px 50px;
  box-sizing: content-box;
}

.navepcmo-con {
  align-items: initial;
}
.navepcmo-con li {
  width: 20%;
  box-sizing: border-box;
}
.navepcmo-con li h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5em;
  min-height: 3em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.epcnav-pic {
  padding: 0 5px;
  position: relative;
}
.epcnav-pic span {
  display: block;
  position: absolute;
  width: 87px;
  height: 42px;
  background: #BD1D21;
  color: #FFF;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 42px;
  top: -21px;
  left: 50%;
  margin-left: -43.5px;
}

.epcnav-txt {
  border-top: 1px dashed rgba(189, 29, 33, 0.5);
  display: flex;
  justify-content: center;
  padding: 25px 10px 0;
}
.epcnav-txt a {
  display: block;
  text-align: left;
  font-size: 15px;
  margin-bottom: 8px;
  background: url(../images/detail.png) no-repeat left 3px;
  background-size: 11px 11px;
  padding-left: 20px;
  cursor: auto;
}
.epcnav-txt a[href] {
  cursor: pointer;
}
.epcnav-txt a[href]:hover {
  color: #BD1D21;
}

.second-row .navsolu {
  align-items: initial;
  padding-top: 80px;
  box-sizing: border-box;
  max-height: 70vh;
  overflow: auto;
}
.second-row .navsolu::-webkit-scrollbar {
  width: 4px;
  height: 100%;
}
.second-row .navsolu::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eee;
}
.second-row .navsolu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #BD1D21;
}

.second-row .navsolu li {
  width: 16.1%;
  box-sizing: border-box;
  padding: 0 5px;
}
.second-row .navsolu li:nth-child(2n) {
  background: rgba(241, 246, 252, 0.8);
}
.second-row .navsolu li span {
  width: 104px;
  height: 104px;
  background: #BFBFBF;
  border: 6px solid #FFFFFF;
  box-shadow: 0px -5px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin: -55px auto 0;
}
.second-row .navsolu li h4 {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
}
.second-row .pro-navbox {
  padding-top: 15px;
}

.navsolubtn {
  margin-top: 20px;
  justify-content: center;
}
.navsolubtn div a {
  display: block;
  background: url(../images/detail.png) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 2em;
}
.navsolubtn div a:hover {
  color: #BD1D21;
  font-weight: bold;
}

.pro-nav {
  align-items: initial;
  justify-content: flex-start;
}

.pro-nav > li > a {
  display: block;
  text-align: center;
  padding: 25px 22px;
}
.pro-nav > li > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/pronav.png) no-repeat 0 0;
  background-size: 32px 16px;
  margin: 10px auto 0;
}
.pro-nav > li.pro-navact {
  background: #BD1D21;
}
.pro-nav > li.pro-navact > a {
  color: #FFF;
  font-weight: bold;
}
.pro-nav > li.pro-navact > a:after {
  background-position: -16px 0;
}
.pro-nav > li ul {
  display: none;
}

.pro-nav-item {
  background: url(../images/pro-nav-itembg.jpg) no-repeat;
  background-size: 100% 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: initial;
  justify-content: flex-start;
}
.pro-nav-item .pro-navact-bot {
  display: none;
}
.pro-nav-item li {
  box-sizing: border-box;
  width: 12.5%;
  padding: 25px 0;
}
.pro-nav-item li .aniimg {
  width: 88%;
  margin: 0 auto;
}
.pro-nav-item li h4 {
  text-align: center;
  font-size: 15px;
}
.pro-nav-item li.pro-navact-more {
  background: #BD1D21;
}
.pro-nav-item li.pro-navact-more h4 {
  color: #FFF;
  font-weight: bold;
}

.navpro-btn {
  width: 34.8%;
  margin: 40px auto 0;
  height: 36px;
  line-height: 36px;
  background: #BD1D21;
  display: block;
  color: #FFF;
  position: relative;
  text-align: center;
}
.navpro-btn span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  margin-left: 15px;
  animation: morespan 1.5s linear 1s infinite;
  position: relative;
}
.navpro-btn span::after {
  content: "";
  display: block;
  background: url(../images/jiantou.png) no-repeat;
  width: 11px;
  height: 17px;
  position: absolute;
  opacity: 1;
  left: 9px;
  top: 7px;
}
.navpro-btn:hover {
  opacity: 0.9;
}

.pro-nav-bot ul {
  font-size: 0;
  margin-top: 25px;
}
.pro-nav-bot ul li {
  display: inline-block;
  margin-right: 25px;
  margin-top: 10px;
  border: 1px dashed #BD1D21;
  padding:8px 20px;
  border-radius: 23px;
}
.pro-nav-bot ul li a {
  font-size: 15px;
}
.pro-nav-bot ul li a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 10px;
  background: url(../images/detail.png) no-repeat;
  background-size: 100% 100%;
}
.pro-nav-bot ul li:hover a {
  font-weight: bold;
  color: #BD1D21;
}

/*route*/
.route {
  margin-top: 0.2rem;
  background: #FFF;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #808080;
}

.route a {
  font-size: 15px;
  color: #808080;
}

.route a:first-child:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/route.png) no-repeat 0px 0px;
  margin-right: 12px;
  vertical-align: middle;
  margin-top: -5px;
}

.route a:hover {
  color: #bd1d21;
}

.route a:first-child:hover:before {
  background-position: -18px 0px;
}

.route a:last-child:hover {
  color: #808080;
}

/*route end*/
/*footer*/
footer {
  background: url(../images/footbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.footbot {
  background: #000F22;
  height: 0.82rem;
}
.footbot p {
  color: #FFF;
  line-height: 0.82rem;
  font-size: 15px;
}

.foot-chat {
  padding-top: 0.48rem;
  padding-bottom: 0.38rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.footchat-btn {
  width: 31.3%;
}
.footchat-btn a {
  font-size: 16px;
  color: #FFF;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  display: block;
  background: #B70F0F;
  width: 48.5%;
  text-align: center;
}
.footchat-btn a:hover {
  opacity: 0.9;
}
.footchat-btn a img {
  width: 25px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}

.foot-chattxt li {
  margin-right: 0.5rem;
}
.foot-chattxt li i {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  margin-right: 10px;
}
.foot-chattxt li a {
  color: #FFF;
}

.footnav {
  padding-top: 0.45rem;
  padding-bottom: 0.5rem;
  align-items: flex-start;
}
.footnav dl {
  padding-right: 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.39);
  min-width: 13.8%;
  box-sizing: border-box;
}
.footnav dl:last-child {
  border: 0 none;
}
.footnav dl dt {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  padding-left: 0.16rem;
  position: relative;
}
.footnav dl dt::before {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.footnav dl dd {
  padding-left: 0.16rem;
  margin-top: 12px;
}
.footnav dl dd a {
  color: #FFF;
  font-size: 15px;
}
.footnav dl dd a:hover {
  opacity: 0.9;
}

/*rightbox*/
.rightbox {
  position: fixed;
  right: 8px;
  bottom: 30px;
  z-index: 10;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.19);
  border-radius: 6px;
  padding: 10px;
}
.rightbox li {
  border-bottom: 1px dashed rgba(255, 102, 0, 0.27);
  padding: 12px 0;
}
.rightbox li a {
  text-align: center;
  display: block;
}
.rightbox li a img {
  width: 30px;
  margin: 0 auto 5px;
}
.rightbox li a:hover {
  color: #BD1D21;
}

.totop {
  width: 38px;
  margin: 20px auto;
  cursor: pointer;
  opacity: 0.8;
}
.right_whatsapp{
  display: none;
}

@media (max-width: 1600px) {
  .padd {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .spadd {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .paddtop {
    padding-top: 70px;
  }
  .mtop {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1500px) {
  .smagg {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .rightbox li a img{
    width: 24px;
  }
  .totop{
    width: 30px;
    margin: 15px auto;
  }
  .rightbox{
    bottom: 10px;
  }
  .rightbox li{
    padding: 8px 0;
  }
  .rightbox li a{
    font-size: 14px;
  }
  .rightbox{
    padding: 10px 8px;
  }
}
@media (max-width: 1300px) {
  .content {
    width: 95%;
  }
  .padd {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .spadd {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .paddtop {
    padding-top: 60px;
  }
  .mtop {
    margin-top: 60px;
  }
  .nav > li{
    margin-left: 20px;
  }
  .pro-nav > li>a{
    padding: 20px 15px;
  }
}
@media (max-width: 1100px) {
  .nav > li{
    margin-left: 10px;
  }
}