@charset "UTF-8";
body, p, h1, h2, h3, h4, h5, h6, img, ul, li, dl, dd, dt, textarea {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  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;
}

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;
}

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

.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: 1400px;
  margin: 0 auto;
}

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

.aniimg {
  overflow: hidden;
}

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

.aniimgbox:hover .aniimg img {
  transform: scale(1.1);
}

.swiper-container {
  height: 100%;
}

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

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

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

.paddtop {
  padding-top: 0.8rem;
}

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;
}

h1 {
  font-size: 30px;
  font-weight: bold;
}

/*header*/
header {
  width: 100%;
  background: #000C1F;
  position: relative;
  z-index: 5;

}

header::after {
  content: "";
  display: block;
  height: 0.4rem;
  position: absolute;
  right: 0;
  top: 0px;
  width: 44%;
  background: linear-gradient(-90deg, #d32121 60%, transparent);
  z-index: -1;
}

.inbox header {
  background: none;
  position: absolute;
  top: 0;
  z-index: 6;
}
.fixed-head{
	position: fixed;
	width: 100%;
	top: 0;
  z-index: 99;
  background: rgb(0 12 31 / 82%);
}
.fixed-head .nav{
  margin-top: .1rem;
}
.fixed-head .nav > li > a{
  padding: 7px 0;
}
.fixed-head .navsolu{
  top: 0.98rem;
}
.inbox .fixed-head {
  position: fixed;
  background: rgb(0 12 31 / 82%);

	width: 100%;
	top: 0;
}

.logo {
  display: block;
  width: 12.8%;
  position: relative;
}

.logo:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0.74rem;
  right: -0.5rem;
  top: -0.09rem;
  background: #FFFFFF;
}

.headright {
  width: 79.8%;
}

.search {
  height: 0.32rem;
  width: 3rem;
  margin-top: 0.1rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  position: relative;
  float: left;
}

.search input {
  display: block;
  background: none;
  border: 0 none;
  line-height: 0.32rem;
  height: 0.32rem;
}

.search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.search input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.search input[type=text] {
  padding-left: 0.2rem;
  width: 100%;
  padding-right: 0.4rem;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
}

.search input[type=submit] {
  width: 0.2rem;
  height: 100%;
  cursor: pointer;
  right: 0.2rem;
  top: 0;
  position: absolute;
  background: url(../png/search.png) no-repeat center center;
  background-size: 0.18rem 0.18rem;
}

.enbox {
  margin-left: 0.26rem;
  margin-top: 0.1rem;
  float: left;
  position: relative;
  padding-right: 0.25rem;
  cursor: pointer;
}

.enbox:after {
  content: "";
  display: block;
  background: url(../png/headjt.png) no-repeat;
  position: absolute;
  width: 0.12rem;
  height: 0.06rem;
  background-size: cover;
  right: 0;
  top: 0.13rem;
}

.enbox p {
  color: #FFF;
  background: url(../png/en.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.24rem;
  line-height: 0.32rem;
  font-size: 14px;
}

.enbox ul {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  padding: 0.1rem;
  z-index: 6;
  display: none;
}

.enbox ul li a {
  font-size: 14px;
  line-height: 0.25rem;
}

.enbox ul li:hover a {
  color: #BD1D21;
}

.enbox:hover ul {
  display: block;
}

.headchat {
  width: 41%;
  height: 0.4rem;
}

.headchat a {
  line-height: 0.4rem;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
}

.headchat a:hover {
  opacity: 0.9;
}

.headchat a:first-child {
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  position: relative;
}

.headchat a:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.18rem;
  background: #FFFFFF;
  opacity: 0.59;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.09rem;
}

.headchat a img {
  width: 0.17rem;
  margin-right: 0.1rem;
  display: inline-block;
  vertical-align: middle;
}

.nav {
  margin-top: 0.2rem;
}

.nav > li {
  float: left;
  padding: 0 0.18rem;
  padding-bottom: 0.1rem;
  margin-right: 0.1rem;
}

.nav > li > a {
  color: #FFF;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  position: relative;
}

.nav > .navact > a, .nav > li:hover > a {
  font-weight: bold;
}

.nav > .navact > a:before, .nav > li:hover > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6.5px 0 6.5px;
  border-color: #FFF transparent transparent transparent;
  left: 50%;
  top: 0;
  margin-left: -6px;
}

.second {
  position: relative;
}

.second 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 > ul {
  position: absolute;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  padding: 0.2rem 0.3rem;
  background: #FFF;
  white-space: nowrap;
  left: 50%;
  display: none;
  transform: translateX(-50%);
}

.second > ul li {
  line-height: 0.5rem;
  padding-left: 0.3rem;
  background: url(../png/navmore.png) no-repeat left center;
}

.second > ul li a {
  font-size: 18px;
}

.second > ul li:hover a {
  color: #BD1D21;
}

.nav .second-solu {
  position: static;
}

.navsolu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.12rem;
  display: none;
}

.navsolu .content {
  background: #FFF;
  box-sizing: border-box;
  padding: 0.7rem 0.45rem 0.5rem;
  align-items: flex-start;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.11);
}

.navsolulist {
  position: relative;
  z-index: 1;
  width: 14.7%;
}

.navsolulist::before {
  content: "";
  display: block;
  position: absolute;
  background: #F5F5F5;
  border-radius: 4px;
  width: 100%;
  height: 1.07rem;
  top: 0;
  z-index: -1;
  left: 0;
}

.navsolulist span {
  width: 1.04rem;
  height: 1.04rem;
  background: #BFBFBF;
  border: 0.06rem solid #FFFFFF;
  box-shadow: 0px -5px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin: -0.35rem auto 0;
}

.navsolulist h4 {
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  background: #BD1D21;
  font-size: 15px;
  margin: 0.15rem auto 0;
  width: 92%;
}

.navsolulist .navsolubtn {
  margin-top: 0.25rem;
  justify-content: center;
}

.navsolulist .navsolubtn div a {
  display: block;
  background: url(../png/navmore.png) no-repeat left center;
  padding-left: 0.26rem;
  font-size: 15px;
  line-height: 2em;
}

.navsolulist .navsolubtn div a:hover {
  color: #BD1D21;
}

.navpro .content {
  padding: 0;
  position: relative;
}

.navproleft {
  width: 21%;
  padding: 0 0 0.5rem;
}

.navproleft > li {
  line-height: 66px;
  padding-left: 0.37rem;
  padding-right: 0.3rem;
  border-bottom: 1px solid #E6E6E6;
  font-size: 15px;
}

.navproleft > li > span {
  position: relative;
  display: block;
}

.navproleft > li > span::after {
  content: "";
  display: block;
  width: 13px;
  height: 14px;
  background: url(../png/navpro.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.navproleft .navproleftact {
  background: #BD1D21;
  color: #fff;
}

.navproleft .navproleftact .navproright {
  display: block;
}

.navproleft .navproleftact > span:after {
  background-position: -13px 0;
}

.navproright {
  width: 79%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  height: 100%;
}

.navprolist {
  background: url(../jpg/navprobg.jpg) no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: normal;
}

.navprolist > li {
  width: 12.5%;
  padding: 0.3rem 0;
  box-sizing: border-box;
}

.navprolist > li > a > .aniimg {
  width: 75%;
  margin: 0 auto;
}

.navprolist > li > a > h4 {
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
}

.navprolist .navprolistact {
  background: #BD1D21;
}

.navprolist .navprolistact > a > h4 {
  color: #FFF;
}

.navprolist .navprolistact .navproitem {
  display: block;
}

.navproitem {
  position: absolute;
  padding: 0.3rem 0.4rem;
  width: 100%;
  box-sizing: border-box;
  padding-right: 0.12rem;
  left: 0;
  bottom: 0;
  display: none;
}

.navproitem ul {
  justify-content: flex-start;
}

.navproitem ul li {
  width: 22.2%;
  margin-right: 2.5%;
  box-sizing: border-box;
  position: relative;
}

.navproitem ul li .aniimg {
  border-radius: 4px;
  overflow: hidden;
}

.navproitem ul li .navproitem-txt {
  position: absolute;
  left: 15px;
  right: -4px;
  bottom: -0.17rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 14px;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 4px;
  color: #1A1A1A;
  padding: 0 15px;
}

.navproitem ul li .navproitem-txt h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.navproitem ul li .navproitem-txt span {
  position: absolute;
  width: 37px;
  height: 18px;
  background: #C61517;
  border-radius: 0px 16px 2px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 16px;
  top: -11px;
}

.navproitem ul li .navproitem-txt span img {
  width: 16px;
}

.navproitem ul li:hover .aniimg img {
  transform: scale(1.1);
}

.navproitem ul li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}

.navpro-btn {
  width: 40%;
  margin: 0.4rem auto 0;
  height: 0.36rem;
  line-height: 0.36rem;
  background: #BD1D21;
  display: block;
  color: #FFF;
  position: relative;
  text-align: center;
}

.navpro-btn span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 0.26;
  background: #fff;
  margin-left: 15px;
  animation: morespan 1.5s linear 1s infinite;
}

.navpro-btn::after {
  content: "";
  display: block;
  background: url(../png/pro-shu.png) no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  opacity: 1;
  right: 1.4rem;
  bottom: 3px;
}

.navpro-btn:hover {
  opacity: 0.95;
}
@keyframes morespan {
  0% {
    opacity: 0.26;
  }
  49% {
    opacity: 0.26;
  }
  50% {
    opacity: 0.8;
  }
  99% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.26;
  }
}
/*index-footer*/
.infootbox {
  background: #2D2D2D;
}

.infootbox p {
  font-size: 15px;
  color: #FFF;
  padding: 0.3rem 0;
}

.infootbox a {
  font-size: 15px;
}
.foot-honor .wap-flex{
	align-items: center;
	justify-content: center;
}
.foot-honor{
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	padding: 25px 0;
}
.foot-honor img{
	margin: 0 15px;
  width: auto;
}

/*index-footer------end*/
/*listfoot*/
.listfoot {
  background: #071121;
}

.foottop {
  background: url(../jpg/footbg.jpg) no-repeat;
  background-size: cover;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.foottact {
  width: 23.1%;
  box-sizing: border-box;
  padding-right: 3%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.foottact h3 {
  font-size: 0.28rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.foottact h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 2px;
  background: #FFFFFF;
  bottom: 0;
  left: 0;
}

.foottact p {
  line-height: 1.7em;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 20px;
}

.footchat {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.footchat:last-child {
  border-bottom: 0 none;
}

.footchat span {
  display: block;
  color: #FFF;
  font-size: 16px;
}

.footchat img {
  width: 19px;
  margin-right: 9px;
  vertical-align: middle;
  display: inline-block;
}

.footchat a {
  font-size: 18px;
  color: #FFF;
  margin-top: 10px;
  display: block;
  padding-left: 28px;
}

.footchat a b {
  font-size: 24px;
}

.footchat a:hover {
  opacity: 0.8;
}

.footnav {
  width: 75%;
}
.footnav-top{
  padding-right: 3%;
  padding-left: 4%;
}
.footnav dl {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 4%;
}

.footnav dl:last-child {
  border: 0 none;
  padding-right: 0;
}

.footnav dl dt {
  color: #FFF;
  padding-bottom: 15px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.45rem;
}

.footnav dl dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 2px;
  background: #FFFFFF;
  bottom: 0;
  left: 0;
}

.footnav dl dd {
  line-height: 1.8em;
}

.footnav dl dd a {
  color: #FFF;
  font-size: 15px;
  cursor: auto;
}

.footnav dl dd a[href] {
  cursor: pointer;
}

.footnav dl dd a[href]:hover {
  opacity: 0.8;
}
.foot-vr{
  padding-right: 3%;
  margin-top: 0.38rem;
  padding-left: 4%;
}
.footnav .chatbtn {
  text-align: center;
}
.chatbtn{
  margin-top: .5rem;
}
.foot-vr .chatbtn{
  margin-top: 0;
}


.footnav .chatbtn a {
  float: none;
  display: inline-block;
}


.chatbtn a {
  font-size: 16px;
  color: #FFF;
  width: 228px;
  height: 40px;
  line-height: 40px;
  background: #C61517;
  border-radius: 6px;
  text-align: center;
  display: block;
  box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.3);
  animation: shadow 1.5s infinite ease-in-out;
  float: left;
  margin-right: 0.3rem;
}

.chatbtn a:last-child {
  margin-right: 0;
}

.chatbtn a img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.chatbtn a:hover {
  background: #071121;
}
@keyframes shadow {
  0% {
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 0.6);
  }
  100% {
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.3);
  }
}
.foot-vrlist{
  width: 40.46%;
  box-sizing: border-box;
  padding: 0 .95rem;
  align-items: flex-end;
  position: relative;
}
.foot-vrlist::before{
  content: '';
  display: block;
  width: .8rem;
  height: 1px;
  background: rgba(255,255,255,.4);
  position: absolute;
  left: 0;
  top: 50%;
}
.foot-vrlist::after{
  content: '';
  display: block;
  width: .8rem;
  height: 1px;
  background: rgba(255,255,255,.4);
  position: absolute;
  right: 0;
  top: 50%;
}
.foot-vrlist li{
	text-align: center;
  width: 50%;
}
.foot-vrlist li i{
	width: 34px;
	height: 34px;
	display: block;
  margin: 0 auto;
	border-radius: 50%;
	background: #FFF;

}
.foot-vrlist li p{
	margin-top: 5px;
	font-size: 15px;
	text-align: center;
  line-height: 1.5em;
	color: #FFF;
}
.foot-vrlist li:hover{
	opacity: .9;
}
.footbot {
  padding: 20px 0;
}

.footbot p {
  font-size: 14px;
  color: #FFF;
}

.footshare span {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
}

.footshare a {
  display: inline-block;
  margin: 0 5px;
}

.footshare a:hover {
  opacity: 0.85;
}

.footshare a img {
  width: 28px;
  vertical-align: middle;
  display: inline-block;
}

/*listfoot-----end*/
.rightbox {
  position: fixed;
  right: 12px;
  width: 98px;
  bottom: 110px;
  border-radius: 6px;
  overflow: hidden;
  background: #F0F3FA;
  padding: 20px 5px;
  box-sizing: border-box;
  z-index: 6;
}

.rightbox:before {
  content: "";
  display: block;
  height: 114px;
  background: #BD1D21;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}

.rightbox:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 132px 0 0;
  border-color: #BD1D21 transparent transparent transparent;
  position: absolute;
  top: 114px;
  left: 0;
  z-index: -1;
}

.rightpic {
  margin-top: 17px;
  border-radius: 0px 0px 0px 40px;
  border: 1px solid #FFF;
  overflow: hidden;
}

.rightnav {
  background: #FFFFFF;
  padding: 0 5px;
  border-radius: 0px 0px 20px 0px;
  padding-top: 40px;
  margin-top: -40px;
}

.rightnav li {
  border-bottom: 1px dashed #BD1D21;
  padding: 13px 0;
}

.rightlogo img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}

.rightnav li img {
  width: 22px;
  margin: 0 auto;
}

.rightnav li p {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 3px;
  text-align: center;
  color: #1A1A1A;
}

.rightnav li:hover p {
  color: #BD1D21;
}

.rightnav li:last-child {
  border: 0 none;
}

.rightnav li:hover p {
  color: #BD1D21;
}

.totop {
  display: block;
  width: 35px;
  margin: 0 auto;
  margin-top: 15px;
  cursor: pointer;
  height: 28px;
  background: url(../png/top.png) no-repeat;
  background-size: cover;
  opacity: 0.7;
}

.right_whatsapp {
  position: fixed;
  width: 50px;
  right: 156px;
  bottom: 23px;
  z-index: 9;
}

/*route*/
.route {
  position: relative;
  color: #fff;
  z-index: 2;
}

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

.route a:first-child:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 16px 16px;
  background: url(../png/routeicon.png) no-repeat 0px 0px;
  margin-right: 10px;
  float: left;
}

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

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

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

.routebox {
  padding: 0.3rem 0;
}

/* epmo下拉导航部分 */
.epcnav-left {
  width: 78%;
  text-align: center;
}

.epcnav-left .epcnav-row {
  position: relative;
  width: 25%;
}

.epcnav-left .epcnav-row::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.2rem;
  background: #BF1E24;
  position: absolute;
  left: 50%;
  top: 0;
}

.epcnav-right {
  text-align: center;
  width: 20.4%;
}

.epcnav-left h3, .epcnav-right h3 {
  font-size: 0.3rem;
  color: #FFF;
  background: #BF1E24;
  height: 0.36rem;
  line-height: 0.36rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1rem;
  position: relative;
}

.epcnav-left h3:after, .epcnav-right h3:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.3rem;
  background: #BF1E24;
  position: absolute;
  left: 50%;
}

.epcnav-right h3 {
  padding: 0 0.5rem;
}

.navepcmo .content {
  padding-top: 0.45rem;
  align-items: initial;
  padding-bottom: 0.45rem;
}

.epcnav-left .wap-flex {
  background: #F4F8FB;
  margin-top: 0.3rem;
  padding: 0 0.13rem;
  align-items: initial;
  position: relative;
}

.epcnav-left .wap-flex::before {
  content: "";
  height: 1px;
  background: #BF1E24;
  display: block;
  position: absolute;
  left: 13.5%;
  right: 13.5%;
  top: 0;
}

.epcnav-right .epcnav-row {
  background: #F4F8FB;
  margin-top: 0.3rem;
  position: relative;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.epcnav-right .epcnav-row::before {
  content: "";
  display: block;
  position: absolute;
  background: #BF1E24;
  height: 1px;
  width: 1rem;
  top: 0;
  left: 50%;
  margin-left: -0.5rem;
}

.epcnav-row {
  padding: 0.25rem 0.13rem;
  box-sizing: border-box;
}

.epcnav-row h4 {
  font-size: 18px;
  font-weight: bold;
}

.epcnav-pic {
  position: relative;
  background: #BFBFBF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  margin-top: 0.28rem;
  margin-bottom: 0.28rem;
}

.epcnav-pic span {
  position: absolute;
  font-size: 0.36rem;
  font-weight: bold;
  color: #FFF;
  background: url(../png/epcnavbg.png) no-repeat;
  display: block;
  width: 0.77rem;
  height: 0.7rem;
  background-size: cover;
  line-height: 0.7rem;
  left: 50%;
  margin-left: -0.385rem;
  top: -0.08rem;
}

.epcnav-txt a {
  display: block;
  text-align: left;
  font-size: 15px;
  margin-bottom: 0.08rem;
  background: url(../png/prolistbg.png) no-repeat left center;
  background-size: 0.11rem 0.11rem;
  padding-left: 0.2rem;
  cursor: auto;
}

.epcnav-txt a[href] {
  cursor: pointer;
}

.epcnav-txt a[href]:hover {
  color: #BD1D21;
}
.navepcmo-con {
  text-align: center;
}

.navepcmo-con .epcnav-row {
  position: relative;
  width: 20%;
}

.navepcmo-con .epcnav-row::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.2rem;
  background: #BF1E24;
  position: absolute;
  left: 50%;
  top: 0;
}

.navepcmo-con h3 {
  font-size: 0.3rem;
  color: #FFF;
  background: #BF1E24;
  height: 0.36rem;
  line-height: 0.36rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1rem;
  position: relative;
}

.navepcmo-con h3:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.3rem;
  background: #BF1E24;
  position: absolute;
  left: 49.9%;
}

.navepcmo .content {
  padding-top: 0.45rem;
  align-items: initial;
  padding-bottom: 0.45rem;
}

.navepcmo-con .wap-flex {
  margin-top: 0.3rem;
  padding: 0 0.13rem;
  align-items: initial;
  position: relative;
}

.navepcmo-con .wap-flex::before {
  content: "";
  height: 1px;
  background: #BF1E24;
  display: block;
  position: absolute;
  left: 10.8%;
  right: 10.8%;
  top: 0;
}

.epcnav-row {
  padding: 0.25rem 0.13rem;
  box-sizing: border-box;
}

.epcnav-row h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.1rem;
  text-transform: uppercase;
  line-height: 1.2em;
  height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.epcnav-pic {
  position: relative;
  background: #BFBFBF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  margin-top: 0.28rem;
  margin-bottom: 0.28rem;
}

.epcnav-pic span {
  position: absolute;
  font-size: 0.36rem;
  font-weight: bold;
  color: #FFF;
  background: url(../png/epcnavbg.png) no-repeat;
  display: block;
  width: 0.77rem;
  height: 0.7rem;
  background-size: cover;
  line-height: 0.7rem;
  left: 50%;
  margin-left: -0.385rem;
  top: -0.08rem;
}

.epcnav-txt {
  display: flex;
  justify-content: center;
}

.epcnav-txt a {
  display: block;
  text-align: left;
  font-size: 15px;
  margin-bottom: 0.08rem;
  background: url(../png/prolistbg.png) no-repeat left 0.03rem;
  background-size:11px 11px;
  padding-left: 0.2rem;
  cursor: auto;
}

.epcnav-txt a[href] {
  cursor: pointer;
}

.epcnav-txt a[href]:hover {
  color: #BD1D21;
}

/* epmo下拉导航部分-----end*/
@media (max-width: 1700px) {
  .foot-vr .chatbtn{
    margin-top: 0rem;
  }
  .foot-vr {
    margin-top: 0.3rem;
  }
}
@media (max-width: 1600px) {
  /* .content {
    width: 88%;
  } */
  .headchat {
    width: 45%;
  }
  .nav li a {
    font-size: 16px;
  }
  .second > ul li a {
    font-size: 16px;
  }
  .navproleft > li {
    line-height: 60px;
  }
  .rightbox {
    width: 88px;
  }
  .rightnav li {
    padding: 8px 0;
  }
  .rightnav li p {
    line-height: 1.5em;
  }
  .rightbox {
    right: 0;
    bottom: 115px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .rightnav li img {
    width: 18px;
  }
  .rightpic {
    margin-top: 13px;
  }
  .totop {
    width: 30px;
    height: 24px;
    margin-top: 10px;
  }

  .footchat a {
    font-size: 18px;
  }
  .footchat a b {
    font-size: 20px;
  }
  .footchat a {
    margin-top: 5px;
  }
  .spadd {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .infootbox p, .infootbox a {
    font-size: 14px;
  }
  .infootbox p {
    font-size: 14px;
  }
  .infootlink a {
    font-size: 14px;
  }
  .footnav-top,.foot-vr{
    padding: 0;
  }
  .footnav dl{
    padding-right: 3%;
  }
}
@media (max-width: 1450px) {
  .content {
    width: 1200px;
  }
  .navproitem ul li .navproitem-txt h4 {
    font-size: 15px;
  }

  .epcnav-row h4{
    font-size: 16px;
  }
  .nav li a{
    font-size: 15px;
  }
  .chatbtn a{
    width: 200px;
  }
  .footnav-top,.foot-vr{
    padding-left: 1%;
  }
  .foot-vr{
    margin-top: .5rem;
  }
 
}
@media (max-width: 1380px) {
  .content {
    width: 90%;
    min-width: initial;
  }

  .spadd {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .infootbox p, .infootbox a {
    font-size: 12px;
  }
  .nav li a {
    font-size: 14px;
  }
  .navproitem ul li .navproitem-txt h4{
    font-size: 14px;
  }
  .navprolist > li > a > h4{
    margin-bottom: 10px;
  }
  .navproleft > li > span{
    font-size: 14px;
  }
  .navproleft > li{
    line-height: 48px;
  }
  .footnav dl dd a {
    font-size: 14px;
  }
  .footchat a {
    font-size: 14px;
  }
  .footchat span {
    font-size: 14px;
  }
  .footchat img {
    width: 15px;
    margin-right: 6px;
  }
  .footnav dl dt {
    margin-bottom: 0.3rem;
  }
  .chatbtn a {
    width: 200px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .chatbtn a img {
    width: 18px;
  }
  .headchat a {
    font-size: 14px;
  }
  .nav li {
    padding: 0 0.1rem;
  }
  .footshare span {
    font-size: 16px;
  }
  .foot-honor img{
    margin: 0 10px;
  }
}
@media (max-width: 1250px) {
  .headchat {
    width: 52%;
  }
  .footnav dl dd a {
    font-size: 12px;
  }
  .footnav dl dt {
    font-size: 15px;
  }
  .footchat a b {
    font-size: 16px;
  }
  .footbot p {
    font-size: 12px;
  }
  .footshare span {
    font-size: 12px;
  }
  .footshare a img {
    width: 20px;
  }
  .foot-honor img{
    margin: 0 6px;
  }
}
@media (max-width: 1100px) {
  .content, body {
    width: 1100px;
  }
  html {
    width: 100%;
    overflow-x: auto;
  }
}
