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

body, textarea {
  font-size: 16px;
  color: #1a1a1a;
  font-family: "Source Han Sans CN", Arial;
}

body, html {
  width: 100%;
  overflow-x: hidden;
  /*background: #fdfdfd;*/
}

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

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

.bpad {
  padding-bottom: 70px;
}

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

.magg {
  margin-top: 70px;
  margin-bottom: 70px;
}

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

.bghui {
  background: #F7F7F7;
}

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

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

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

.menubtn, .searchbtn, .m-footfixed {
  display: none;
}

.mtop {
  margin-top: 60px;
}

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

#LRfloater1 img {
  width: auto;
}

/*header*/
.hotpage {
  background: #182331;
  height: 42px;
  line-height: 42px;
}
.hotpage span {
  font-size: 16px;
  display: inline-block;
  color: #FFF;
}
.hotpage a {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  padding: 0 13px;
  position: relative;
}
.hotpage a:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.hotpage a:last-child:after {
  display: none;
}
.hotpage a:hover {
  opacity: 0.9;
}

.headtop {
  position: relative;
}

.logo {
  display: block;
  width: 27.7%;
}
h1.logo-h1{
    display: none;
}

header {
  z-index: 1;
  position: relative;
}
header::before {
  content: "";
  display: block;
  width: 50%;
  height: 67px;
  background: #BD1D21;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.headchat {
  width: 67.7%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 10%;
  background: #BD1D21;
  position: relative;
}
.headchat:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 67px 30px;
  border-color: transparent transparent #BD1D21 transparent;
  left: -30px;
  top: 0;
}
.headchat ul {
  height: 67px;
}
.headchat ul li {
  position: relative;
  padding: 0 3%;
}
.headchat ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 38px;
  background: #CCCCCC;
  opacity: 0.5;
  right: 0;
  top: 50%;
  margin-top: -19px;
}
.headchat ul li:last-child:after {
  display: none;
}
.headchat ul li img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.headchat ul li span {
  display: block;
  color: #FFF;
  font-size: 14px;
}
.headchat ul li p {
  color: #FFF;
  font-size: 14px;
}
.headchat ul li a {
  font-size: 18px;
  color: #FFF;
}
.headchat ul li a b {
  font-size: 24px;
}
.headchat ul li a:hover {
  opacity: 0.9;
}

.code {
  position: absolute;
  right: 0;
  width: 11%;
  top: 0;
}
.code p {
  font-size: 14px;
  color: #4D4D4D;
  text-align: center;
}

.nav {
  width: 67%;
}
.nav > li {
  padding: 30px 0;
}
.nav > li > a {
  font-size: 18px;
  padding-bottom: 12px;
}
.nav > li.navact > a, .nav > li:hover > a {
  color: #BD1D21;
  border-bottom: 2px solid #BD1D21;
}
.nav .second {
  position: relative;
}
.nav .second > a {
  position: relative;
}
.nav .second > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #1A1A1A transparent transparent transparent;
  top: 50%;
  right: -18px;
  margin-top: -8px;
}

.aboutnav {
  position: absolute;
  display: none;
  background: #FFF;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 68px;
  padding: 30px 30px 10px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.13);
}
.aboutnav li {
  background: url(/static/index/images/more.png) no-repeat left center;
  padding-left: 22px;
  margin-bottom: 20px;
}
.aboutnav li:hover a {
  font-weight: bold;
  color: #BD1D21;
}

.nav .navpro {
  position: static;
}

.navprobox {
  position: absolute;
  top: 153px;
  display: none;
  width: 100%;
  left: 0;
}
.navprobox .content {
  background: #FFF;
  padding: 45px 70px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.13);
}

.navprotop li {
  width: 15.2%;
  background: #EFF6FC;
  padding: 15px 0;
}
.navprotop li img {
  width: 80%;
  margin: 0 auto;
}
.navprotop li h4 {
  text-align: center;
  font-weight: bold;
}
.navprotop li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}
.navprotop li:hover h4 {
  color: #BD1D21;
}

.navprolist {
  margin-top: 40px;
}
.navprolist li {
  width: 8%;
}
.navprolist li h4 {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.navprolist li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}
.navprolist li:hover h4 {
  color: #BD1D21;
}

/*end-header*/
.titbox {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.titbox p {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}
.titbox h1 span{
    font-size:36px;
    font-weight: bold;        
}
.titbox h2,.titbox h1 {
  position: relative;
  display: inline-block;
  padding: 0 84px 10px;
}
.titbox h2 span,.titbox h1 span {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
}
.titbox h2 span:before,.titbox h1 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 74px;
  height: 1px;
  background: #BD1D21;
  left: -84px;
  bottom: 0;
}
.titbox h2 span:after,.titbox h1 span:after {
  content: "";
  display: block;
  position: absolute;
  width: 74px;
  height: 1px;
  background: #BD1D21;
  right: -84px;
  bottom: 0;
}
.titbox h2:after,.titbox h1:after {
  content: "";
  display: block;
  position: absolute;
  background: #BD1D21;
  height: 1px;
  left: 8px;
  right: 8px;
  bottom: 0;
}

.titboxfff h2:after,.titboxfff h1:after {
  background: #FFF;
}
.titboxfff h2 span,.titboxfff h1 span {
  color: #FFF;
}
.titboxfff h2 span:after,.titboxfff h1 span:after {
  background: #FFF;
}
.titboxfff h2 span:before,.titboxfff h1 span:before {
  background: #FFF;
}

/*footer*/
.links {
  background: #F0F6FD;
  padding: 30px 0;
}
.links span {
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
}
.links a {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 0 8px;
}
.links a:hover {
  color: #BD1D21;
}

.footbot {
  background: #041020;
  text-align: center;
  padding: 25px 0;
}
.footbot span {
  margin: 0 30px;
  color: #FEFEFE;
}
.footbot a {
  color: #FEFEFE;
  margin: 0 30px;
}
.footbot a img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.footbot a:hover {
  opacity: 0.9;
}

footer {
  background: #151D28;
  padding: 40px 0;
}

.footnavbox {
  width: 65.2%;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  padding: 12px 0;
}

.footnav {
  margin-bottom: 60px;
  width: 93%;
}
.footnav dt {
  color: #FEFEFE;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 35px;
}
.footnav dd a {
  color: #FEFEFE;
  font-size: 14px;
  line-height: 2.5em;
}
.footnav dd a:hover {
  opacity: 0.9;
}

.footpic {
  width: 95%;
}
.footpic a {
  display: inline-block;
}
.footpic a img {
  width: auto;
  display: inline-block;
}

.footchat {
  width: 31%;
}
.footchat ul > li {
  margin-bottom: 25px;
}
.footchat ul > li img {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  margin-top: -4px;
}
.footchat ul > li span {
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  color: #FEFEFE;
}
.footchat ul > li a {
  color: #FEFEFE;
  display: inline-block;
}
.footchat ul > li p {
  color: #FEFEFE;
  display: inline-block;
}

.footcode {
  width: 32.5%;
  margin: 0 auto;
}
.footcode p {
  color: #FEFEFE;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.totop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/static/index/images/totop.png) no-repeat center center #bd1d21;
  -o-background-size: 30px 24.4px;
     background-size: 30px 24.4px;
  z-index: 7;
  position: fixed;
  right: 50px;
  bottom: 50px;
  box-shadow: 0px 0px 0.21rem 0px rgba(0, 0, 0, 0.13);
  display: none;
  cursor: pointer;
}

/*end-footer*/
/*route*/
.route {
  padding: 20px 0;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding-left: 30px;
}

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

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

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

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

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

/*route 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: 16px;
}

.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;
  font-size: 15px;
  margin-bottom: 30px;
}

.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: 15px;
  margin-top: 30px;
  width: auto;
  padding: 0 15px;
  margin-right: 15px;
  display: inline-block;
}
.liuyan .zxlybtn input[type=submit]:hover {
  opacity: 0.9;
}

.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[type=reset]:hover {
  opacity: 0.9;
}

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

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

.liuyan input::-webkit-input-placeholder, .liuyan select::-webkit-input-placeholder {
  font-size: 15px;
}

.liuyan input:-moz-placeholder, .liuyan select:-moz-placeholder {
  font-size: 15px;
}

.liuyan input::-moz-placeholder, .liuyan select::-moz-placeholder {
  font-size: 15px;
}

.liuyan input:-ms-input-placeholder, .liuyan select:-ms-input-placeholder {
  font-size: 15px;
}

.liuyan input::placeholder, .liuyan select::placeholder {
  font-size: 15px;
}

.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 {
  padding: 30px 19px 20px 28px;
}

.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 > 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: 15px;
  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;
}

.liuyan h4 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

/*liuyan end*/
@media (min-width: 1000px) {
  .nav .second:hover > a:after {
    border-color: #BD1D21 transparent transparent transparent;
  }
  .nav .second:hover .aboutnav {
    display: block;
  }
  .nav .second:hover .navprobox {
    display: block;
  }
}
@media (max-width: 1660px) {
  .magg {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .padd {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 1500px) {
  .content {
    width: 1200px;
  }
  .titbox h2 span {
    font-size: 34px;
  }
  .nav > li > a {
    font-size: 16px;
  }
  .navprobox {
    top: 149px;
  }
  .headchat ul li {
    padding: 0 2.5%;
  }
  .headchat ul li a {
    font-size: 16px;
  }
  .headchat ul li a b {
    font-size: 20px;
  }
  .headchat {
    padding-right: 8%;
  }
  .headchat ul li img {
    margin-right: 6px;
  }
  .code p{
    font-size: 12px;
  }
  .links span {
    font-size: 16px;
  }
  .footpic a {
    height: 35px;
  }
  .footpic a img {
    height: 100%;
  }
  .footnav dt {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .footchat {
    width: 32%;
  }
  .footchat ul > li img {
    margin-right: 10px;
    width: 15px;
  }
  .footchat ul > li span {
    font-size: 15px;
  }
  .footchat ul > li a {
    font-size: 15px;
  }
  .footchat ul > li p {
    font-size: 15px;
  }
  .footcode p {
    font-size: 15px;
  }

}