body, p, h1, h2, h3, h4, h5, h6, img, ul, li, dl, dd, dt, input, button, textarea {
  margin: 0;
  padding: 0;
}

body, textarea, input {
  font-size: 16px;
  color: #1a1a1a;
  font-family: "Microsoft Yahei", Arial;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}

img {
  border: 0 none;
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

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;
  overflow: auto;
}

p {
  line-height: 1.7em;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  outline: medium none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  outline: medium none;
}

input, button {
  cursor: pointer;
  outline: 0px;
  -webkit-appearance: none;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.padd {
  padding-top: 70px;
  padding-bottom: 70px;
}

.bpad {
  padding-bottom: 70px;
}

.padt {
  padding-top: 70px;
}

.content {
  width: 1400px;
  margin: 0 auto;
}

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

.clear {
  clear: both;
}

.aniimg {
  overflow: hidden;
}
.aniimg img {
  display: block;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  vertical-align: middle;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

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

.mtop {
  margin-top: 60px;
}

.mbot {
  margin-bottom: 70px;
}

.menubtn, .searchbtn {
  display: none;
}

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

#LRfloater1 img {
  width: auto;
}

.phone-foot {
  display: none;
}

/*header*/
header {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
}

.tophead {
  background: #182333;
  padding: 15px 0;
}
.tophead .content {
  padding-right: 8%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}

.search {
  width: 31%;
  background: #FFF;
  border-radius: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-left: 18px;
  height: 34px;
}
.search:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 34px 20px;
  border-color: transparent transparent #BB1A1E transparent;
  position: absolute;
  right: 52px;
  top: 0;
}
.search input[type=text] {
  border: 0 none;
  line-height: 34px;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #4D4D4D;
  height: 34px;
  display: block;
  font-size: 14px;
  background: url(../images/search.png) no-repeat left center;
  padding-left: 30px;
  padding-right: 75px;
}
.search input[type=text]::-webkit-input-placeholder {
  color: #4D4D4D;
}
.search input[type=text]:-moz-placeholder {
  color: #4D4D4D;
}
.search input[type=text]::-moz-placeholder {
  color: #4D4D4D;
}
.search input[type=text]:-ms-input-placeholder {
  color: #4D4D4D;
}
.search input[type=text]::placeholder {
  color: #4D4D4D;
}
.search input[type=submit] {
  position: absolute;
  border: 0 none;
  display: block;
  right: 0;
  top: 0;
  width: 53px;
  height: 100%;
  background: url(../images/jt.png) no-repeat center center #BB1A1E;
}

.chat {
  overflow: hidden;
}
.chat a {
  display: block;
  padding: 0 35px;
  line-height: 26px;
  float: left;
  font-size: 18px;
  color: #FFF;
}
.chat a:first-child {
  border-right: 1px solid #FFF;
}
.chat a img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.chat a b {
  line-height: 26px;
  font-size: 30px;
  display: block;
}

.code {
  position: absolute;
  right: 0;
  width: 7.5%;
  top: 10px;
}
.code p {
  font-size: 14px;
  text-align: center;
}

.logo {
  width: 23.1%;
  display: block;
}

.nav {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav ul {
  margin-left: 85px;
}
.nav ul li {
  float: left;
  line-height: 90px;
  height: 90px;
  font-size: 18px;
}
.nav ul li a {
  line-height: 90px;
  padding: 0 25px;
  display: block;
}
.nav ul .navact {
  background: #BD1D21;
}
.nav ul .navact a {
  color: #FFF;
}

/*foot*/
footer {
  background: url(../images/footbg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.footbot {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 0;
}
.footbot p {
  font-size: 15px;
  text-align: center;
  color: #FFF;
}
.footbot p a {
  color: #FFF;
}
.footbot p a:hover {
  opacity: 0.8;
}

.foottop {
  padding: 50px 0;
}

.footleft {
  width: 72.8%;
  background: rgba(255, 255, 255, 0.17);
  border-radius: 4px;
  padding: 25px 70px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.footnav {
  width: 75.4%;
}
.footnav ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
}
.footnav ul li {
  float: left;
  line-height: 20px;
  border-left: 1px solid #FFF;
  padding: 0 2.3%;
  font-size: 16px;
}
.footnav ul li:first-child {
  padding-left: 0;
  border: 0 none;
}
.footnav ul li a {
  color: #FFF;
}
.footnav ul li:hover {
  opacity: 0.85;
}

.footchat {
  margin-top: 30px;
}

.footchattxt {
  max-width: 72%;
}
.footchattxt p {
  color: #FFF;
  font-size: 16px;
  margin: 15px 0;
}
.footchattxt p a {
  font-weight: bold;
  color: #FFF;
  font-size: 24px;
}
.footchattxt p a:hover {
  opacity: 0.85;
}

.footchatbtn {
  width: 24%;
}
.footchatbtn a {
  height: 36px;
  margin: 8px 0;
  line-height: 36px;
  background: #BD1D21;
  border-radius: 6px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  display: block;
}
.footchatbtn a:hover {
  opacity: 0.85;
}
.footchatbtn a img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.footcode {
  width: 16.5%;
}
.footcode p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
}

.prohot {
  max-width: 22%;
}
.prohot h3 {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 35px;
}
.prohot ul li {
  padding-left: 16px;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
.prohot ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.prohot ul li a {
  color: #FFF;
  font-size: 15px;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.prohot ul li:hover {
  opacity: 0.85;
}

.right_whatsapp {
  position: fixed;
  left: 24px;
  bottom: 15%;
  z-index: 5;
}

.rightbox {
  position: fixed;
  right: 12px;
  width: 132px;
  bottom:0px;
  border-radius: 6px;
  overflow: hidden;
  background: #F0F3FA;
  padding: 20px 7px;
  -moz-box-sizing: border-box;
       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 10px;
  border-radius: 0px 0px 20px 0px;
  padding-top: 40px;
  margin-top: -40px;
  margin-left: 6px;
  margin-right: 6px;
}

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

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

.rightnav li p {
  font-size: 16px;
  text-align: center;
}

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

.rightnav li:hover p {
  color: #BD1D21;
  font-weight: bold;
  font-size: 18px;
}

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

.titbox {
  text-align: center;
  margin-bottom: 10px;
}
.titbox h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.titbox h2:before {
  content: "";
  height: 20px;
  background: #BD1D21;
  left: -5px;
  right: -5px;
  position: absolute;
  bottom: -7px;
  z-index: -1;
  display: block;
}

.titboxfff h2 {
  color: #FFF;
}

/*route*/
.route {
  padding: 20px 0;
  position: relative;
  -moz-box-sizing: border-box;
  color: #FFF;
  box-sizing: border-box;
  z-index: 2;
}
.route a {
  font-size: 15px;
  color: #fff;
}
.route a:first-child:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background: url(../images/routeicon.png) no-repeat 0px 0px;
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}

/*route end*/
/*fenye*/
div.zxf_pagediv {
  margin-bottom: 0px;
  text-align: right;
  margin-top: 50px;
  margin-right: 90px;
}
div.zxf_pagediv a {
  font-size: 15px;
  color: #666666;
  padding: 3px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.zxf_pagediv a:hover {
  color: #fff;
  background: #bd1d21;
}
.zxf_pagediv span {
  margin: 0 10px;
}
.zxf_pagediv i {
  font-style: normal;
}

div.zxf_pagediv span, div.zxf_pagediv a {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.current {
  font-size: 16px;
  color: #fff !important;
  background: #bd1d21;
  padding: 3px 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.zxf_pagediv span, .xin-new-fenye i {
  font-size: 15px;
  color: #666666;
}

.zxfPagenum {
  color: #666;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  border-radius: 3px;
}

.nextpage {
  margin: 0 5px;
}

.nextbtn, .prebtn, span.disabled {
  font-size: 15px;
  color: #666666;
  padding: 3px 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.prebtn {
  margin-right: 10px;
}

.zxfinput {
  width: 30px;
  height: 29px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 3px;
  text-align: center;
}

.zxfokbtn {
  background: #bd1d21;
  color: #fff !important;
  margin-left: 20px;
  font-size: 16px;
  padding: 3px 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

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

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

/*fenye end*/
/*liuyan*/
.epc-box5-right .liuyan {
  background: #fff;
}

.liuyan {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  border-radius: 6px;
}

.liuyan select {
  color: #4d4d4d;
}

.liuyan input::-webkit-input-placeholder {
  color: #4d4d4d;
  font-size: 16px;
}

.liuyan input:-moz-placeholder {
  color: #4d4d4d;
  font-size: 16px;
}

.liuyan input::-moz-placeholder {
  color: #4d4d4d;
  font-size: 16px;
}

.liuyan input:-ms-input-placeholder {
  color: #4d4d4d;
  font-size: 16px;
}

.liuyan input::placeholder {
  color: #4d4d4d;
  font-size: 16px;
}

.liuyan option {
  width: 100%;
  height: 30px;
}

.liuyan textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #4d4d4d;
}

.liuyan > p {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.liuyan .modal-body > p {
  font-size: 15px;
  text-align: center;
  color: #808080;
  margin-bottom: 40px;
}

.liuyan li {
  width: 49%;
  position: relative;
}

.liuyan li.zxlysel {
  margin-top: 0;
}

.liuyan li label {
  margin-bottom: 10px;
  display: block;
}

.liuyan li label font {
  font-size: 16px;
  font-weight: bold;
  display: none;
}

.liuyan li span {
  color: #bc1c21;
  font-size: 15px;
  position: absolute;
  left: 10px;
  top: 14px;
}

.liuyan .zxlybtn input[type=submit] {
  color: #fff;
  background-color: #bc1c21;
  border-radius: 4px;
  border: 0 none;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  margin-top: 30px;
  width: auto;
  padding: 0 15px;
  margin-right: 15px;
  display: inline-block;
}

.liuyan .zxlybtn input[type=reset] {
  color: #fff;
  background-color: #c2c2c2;
  border-radius: 4px;
  border: 0 none;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  margin-top: 13px;
  width: auto;
  padding: 0 15px;
  margin-right: 15px;
  display: inline-block;
}

.liuyan .zxlybtn input:hover {
  font-weight: bold;
}

.liuyan input, .liuyan select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 40px;
  color: #4d4d4d;
  padding-left: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.liuyan ul li.liuyandetail, .liuyan ul li.zxlytextarea, .liuyan ul li.zxlybtn {
  width: 100%;
}

.liuyan ul li.liuyandetail, .liuyan ul li.zxlytextarea p {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #333;
}

.model-liuyan .liuyan {
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.model-liuyan .liuyan ul li {
  width: 100%;
}

.model-liuyan .liuyan ul li label {
  margin: 0;
}

.model-liuyan .liuyan ul li label font {
  display: none;
}

.model-liuyan .liuyan input::-webkit-input-placeholder {
  font-size: 15px;
  color: #4d4d4d;
}

.model-liuyan .liuyan input:-moz-placeholder {
  font-size: 15px;
  color: #4d4d4d;
}

.model-liuyan .liuyan input::-moz-placeholder {
  font-size: 15px;
  color: #4d4d4d;
}

.model-liuyan .liuyan input:-ms-input-placeholder {
  font-size: 15px;
  color: #4d4d4d;
}

.model-liuyan .liuyan input::placeholder {
  font-size: 15px;
  color: #4d4d4d;
}

.model-liuyan .liuyan li.zxlybtn input {
  width: 100%;
  margin-right: 0;
}

.model-liuyan .liuyan li.zxlybtn input:hover {
  opacity: 0.9;
}

.model-liuyan .liuyan li.zxlybtn input[type=reset] {
  margin-top: 13px;
  background: #c2c2c2;
}

.model-liuyan .liuyan .zxlybtn input[type=submit] {
  margin-bottom: 0;
}

.model-liuyan ul {
  padding: 45px 30px;
  padding-right: 18px;
}

.model-liuyan li {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  position: relative;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #dde5eb;
}

.model-liuyan li span {
  color: #bc1c21;
  font-size: 15px;
  position: absolute;
  left: -12px;
  top: -8px;
}

.model-liuyan li.zxlytextarea p {
  color: #1a1a1a;
  font-size: 15px;
  margin: 15px 5px 0;
}

.model-liuyan li.zxlytextarea textarea {
  border: 0 none;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #dde5eb;
  background-color: #fff;
  padding: 0 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #4d4d4d;
  margin-top: 15px;
  display: block;
}

.model-liuyan .liuyan > h4, .model-liuyan .liuyan > p {
  display: none;
}

.model-liuyan li label font, .model-liuyan li.liuyandetail {
  display: none;
}

.model-liuyan li input, .model-liuyan li select {
  border: 0 none;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #4d4d4d;
  display: block;
  background-color: transparent;
}

.model-liuyan li input::-webkit-input-placeholder, .model-liuyan li select::-webkit-input-placeholder {
  color: #4d4d4d;
}

.model-liuyan li input:-moz-placeholder, .model-liuyan li select:-moz-placeholder {
  color: #4d4d4d;
}

.model-liuyan li input::-moz-placeholder, .model-liuyan li select::-moz-placeholder {
  color: #4d4d4d;
}

.model-liuyan li input:-ms-input-placeholder, .model-liuyan li select:-ms-input-placeholder {
  color: #4d4d4d;
}

.model-liuyan li input::placeholder, .model-liuyan li select::placeholder {
  color: #4d4d4d;
}

.zxlysel {
  margin-top: 35px;
}

.model-liuyan li.zxlytextarea, .model-liuyan li.zxlybtn {
  border: 0 none;
  height: auto;
  background-color: transparent;
}

.tactliuyan h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #BD1D21;
  margin-bottom: 20px;
}
.tactliuyan .liuyan li label {
  display: inline-block;
  position: relative;
}
.tactliuyan .liuyan li label font {
  display: block;
}
.tactliuyan .liuyan li span {
  right: 0;
  left: auto;
  top: -3px;
}
.tactliuyan .liuyan li input::-webkit-input-placeholder {
  font-size: 0;
}
.tactliuyan .liuyan li input:-moz-placeholder {
  font-size: 0;
}
.tactliuyan .liuyan li input::-moz-placeholder {
  font-size: 0;
}
.tactliuyan .liuyan li input:-ms-input-placeholder {
  font-size: 0;
}
.tactliuyan .liuyan li input::placeholder {
  font-size: 0;
}

/*liuyan end*/
@media (max-width: 1660px) {
  .padd {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .bpad {
    padding-bottom: 55px;
  }
  .padt {
    padding-top: 55px;
  }
}
@media (max-width: 1550px) {
  .mbot {
    margin-bottom: 50px;
  }
  .padd {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bpad {
    padding-bottom: 50px;
  }
  .padt {
    padding-top: 50px;
  }
  .content {
    width: 1200px;
  }
  .chat a b {
    font-size: 26px;
  }
  .chat a img {
    margin-right: 10px;
  }
  .code {
    top: 5px;
    width: 8%;
  }
  .code p {
    font-size: 12px;
  }
  .nav ul li {
    font-size: 16px;
  }
  .nav ul li a {
    padding: 0 23px;
  }
  .footnav ul li {
    font-size: 15px;
    padding: 0 2.2%;
  }
  .footleft {
    padding: 25px 40px;
  }
  .titbox h2 {
    font-size: 40px;
  }
  .titbox h2:before {
    height: 15px;
  }
  .rightbox {
    width: 110px;
  }
  .rightnav li:hover p {
    font-size: 14px;
  }
  .rightnav li p {
    font-size: 14px;
  }
  .rightnav li img {
    width: 25px;
  }
  div.zxf_pagediv {
    margin-top: 40px;
  }
}
@media (max-width: 1380px) {
  .content {
    width: 90%;
  }
}
@media (min-width: 1000px) {
  .nav ul li:hover {
    background: #BD1D21;
  }
  .nav ul li:hover a {
    color: #FFF;
  }
}