@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/Source Sans Pro/sourcesanspro-regular-webfont.woff") format("woff"), url("fonts/Source Sans Pro/sourcesanspro-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
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: "Source Sans Pro", Arial, Calibri;
}

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

img {
  border: 0 none;
  display: block;
  margin:0 auto;
  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 {
  display: none;
}

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

#LRfloater1 img {
  width: auto;
}

header {
  position: relative;
  background: #182333;
  z-index: 1;
}
header .content {
  position: relative;
}
header:after {
  content: "";
  display: block;
  height: 54px;
  background: #BD1D21;
  z-index: -1;
  width: 30%;
  right: 0;
  top: 20px;
  position: absolute;
}

.header-fixed {
  position: fixed;
  background: #FFF;
  top: 0;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 6;
}

.search {
  margin: 15px 0;
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px;
  width: 22.7%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 14px;
  position: relative;
  overflow: hidden;
}
.search input {
  border: 0 none;
  line-height: 34px;
  height: 34px;
  display: block;
}
.search input[type=text] {
  background: url(../images/search.png) no-repeat left center;
  padding-left: 30px;
  font-size: 16px;
  color: #4D4D4D;
  padding-right: 80px;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.search input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/jtfff.png) no-repeat center center #BD1D21;
  width: 60px;
  height: 34px;
  border-radius: 0;
}
.search:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 34px 22px;
  border-color: transparent transparent #BD1D21 transparent;
  position: absolute;
  right: 60px;
  top: 0;
}

.head-chat {
  background: #BD1D21;
  top: 20px;
  height: 54px;
  position: absolute;
  padding-left: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  right: 0;
  width: 40.7%;
  border-top-left-radius: 5px;
}
.head-chat:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 54px 30px;
  border-color: transparent transparent #BD1D21 transparent;
  position: absolute;
  left: -28px;
  top: 0;
}
.head-chat:after {
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  background: #FFFFFF;
  position: absolute;
  top: 13px;
  right: 48%;
}
.head-chat a {
  font-size: 18px;
  line-height: 54px;
  color: #FFF;
  text-align: center;
  width: 48%;
}
.head-chat a b {
  font-size: 24px;
}
.head-chat a:hover {
  opacity: 0.9;
}
.head-chat img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-right: 14px;
  margin-top: -3px;
}

nav {
  padding: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

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

.nav {
  width: 70%;
  margin-top: 10px;
  line-height: 50px;
}
.nav > li {
  position: relative;
  z-index: 3;
}
.nav > li > a {
  font-size: 18px;
  padding: 6px 0;
}
.nav > li.navact > a {
  font-size: 20px;
  color: #BD1D21;
  font-weight: bold;
  border-bottom: 2px solid #BD1D21;
}
.nav > li.nav-second:after {
  content: "";
  display: block;
  background: url(../images/navbg.png) no-repeat 0 0;
  width: 10px;
  height: 6px;
  right: -17px;
  top: 50%;
  margin-top: -3px;
  position: absolute;
}
.nav > li ul {
  position: absolute;
  background: #FFF;
  padding: 20px 20px;
  left: 50%;
  display: none;
  top: 47px;
  word-break: keep-all;
  white-space: nowrap;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav > li ul li {
  padding-left: 20px;
  position: relative;
  line-height: 48px;
}
.nav > li ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: url(../images/nav-left.png) no-repeat center center #BD1D21;
  -o-background-size: 4px 8px;
     background-size: 4px 8px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -7px;
}

.titbox {
  margin-bottom: 55px;
  text-align: center;
}
.titbox h2 {
  display: inline-block;
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
}
.titbox h2::before {
  content: "";
  width: 36px;
  height: 36px;
  background: #BD1D21;
  display: block;
  position: absolute;
  left: -52px;
  top: 0;
}
.titbox h2::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #BD1D21;
  display: block;
  position: absolute;
  right: -31px;
  bottom: 0;
}

.titfff h2 {
  color: #FFF;
}

/*route*/
.route {
  padding: 20px 0;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.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(../images/routeicon.png) no-repeat 0px 0px;
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}
.route a:first-child:hover:before {
  background-position: -17px 0px;
}
.route a:hover {
  color: #bc1c21;
}
.route a:last-child:hover {
  color: #333;
}
.route i {
  display: inline-block;
  width: 6px;
  height: 11px;
  -o-background-size: 6px 11px;
  background-size: 6px 11px;
  background: url(../images/routeright.png) no-repeat;
  margin: 0 5px;
}

/*route end*/
.totop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../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;
}

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

.foottop {
  padding: 55px 0;
}

.footnav {
  width: 26%;
}
.footnav ul {
  width: 40%;
}
.footnav ul:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.21);
}
.footnav ul li {
  line-height: 42px;
}
.footnav ul li a {
  color: #FFF;
  font-size: 18px;
}
.footnav ul li a:hover {
  opacity: 0.9;
}

.footchat {
  width: 73.4%;
  background: rgba(255, 255, 255, 0.13);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 10px 40px;
}
.footchat ul {
  width: 77%;
}
.footchat ul img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-right: 15px;
}
.footchat ul li {
  font-size: 18px;
  margin: 25px 0;
  color: #FFF;
}
.footchat ul li p {
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}
.footchat ul li a {
  font-size: 24px;
  vertical-align: middle;
  color: #FFF;
}
.footchat ul li a b {
  font-weight: bold;
}

.chatbtn {
  width: 20%;
}
.chatbtn a {
  line-height: 42px;
  color: #FFF;
  text-align: center;
  height: 42px;
  background: #BD1D21;
  border-radius: 6px;
  display: block;
  width: 100%;
  margin: 20px 0;
}
.chatbtn a span {
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.chatbtn a.chat span {
  display: inline-block;
  background: url(../images/chat.png) no-repeat left center;
  text-align: left;
  padding-left: 30px;
}
.chatbtn a.mes span {
  display: inline-block;
  background: url(../images/mes.png) no-repeat left center;
  text-align: left;
  padding-left: 30px;
}
.chatbtn a:hover {
  opacity: 0.9;
}

.footbot {
  background: #0F151E;
  padding: 25px 0;
  text-align: center;
  color: #FFF;
}

/*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 .modal-body h4 {
  color: #BD1D21;
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
.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 .modal-body > p {
  font-size: 15px;
  color: #808080;
  margin-top: 30px;
  margin-bottom: 20px;
}
.liuyan .modal-body .modalcon-text {
  width: 100%;
}
.liuyan li {
  width: 49%;
}
.liuyan li.zxlysel {
  margin-top: 0;
}
.liuyan li label {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.liuyan li label font {
  font-size: 16px;
  font-weight: bold;
}
.liuyan li span {
  color: #bc1c21;
  font-size: 15px;
  position: absolute;
  right: -10px;
  top: 0px;
}
.liuyan .zxlybtn input[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  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] {
  text-transform: uppercase;
  font-weight: bold;
  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;
}

.modalcon-text textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  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 .modal-body h4 {
  display: none;
}
.model-liuyan .modal-body > p {
  display: none;
}
.model-liuyan .liuyan {
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.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 ul {
  padding: 45px 30px;
  padding-right: 18px;
}
.model-liuyan .liuyan ul li {
  width: 100%;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  position: relative;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #dde5eb;
}
.model-liuyan .liuyan ul li label {
  position: static;
  display: block;
  margin: 0;
}
.model-liuyan .liuyan ul li label font {
  display: none;
}
.model-liuyan .liuyan ul li.zxlybtn input {
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0;
}
.model-liuyan .liuyan ul li.zxlybtn input:hover {
  opacity: 0.9;
}
.model-liuyan .liuyan ul li.zxlybtn input[type=reset] {
  margin-top: 13px;
  background: #c2c2c2;
}
.model-liuyan .liuyan ul li span {
  color: #bc1c21;
  font-size: 15px;
  position: absolute;
  left: -12px;
  right: auto;
  top: -8px;
}
.model-liuyan .liuyan ul li.modalcon-text {
  border: 0 none;
  height: auto;
  margin-top: 40px;
}
.model-liuyan .liuyan ul li.modalcon-text p {
  color: #1a1a1a;
  font-size: 15px;
  margin: 15px 5px 0;
}
.model-liuyan .liuyan ul li.modalcon-text label font {
  display: block;
  font-weight: normal;
}
.model-liuyan .liuyan ul li.modalcon-text label span {
  display: none;
}
.model-liuyan .liuyan ul li.modalcon-text textarea {
  border: 0 none;
  line-height: 1.5em;
  border-radius: 4px;
  border: 1px solid #dde5eb;
  background-color: #fff;
  padding: 10px 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #4d4d4d;
  margin-top: 15px;
  display: block;
}
.model-liuyan .liuyan ul li.zxlybtn {
  height: auto;
  border: 0 none;
}
.model-liuyan .liuyan ul li.zxlybtn input[type=submit] {
  margin-bottom: 0;
}

.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: 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 end*/
/*fenye*/
div.zxf_pagediv {
  margin-bottom: 0px;
  text-align: right;
  margin-top: 0px;
}
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*/
@media (max-width: 1660px) {
  .padd {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .bpad {
    padding-bottom: 55px;
  }
  .padt {
    padding-top: 55px;
  }
}
@media (max-width: 1500px) {
  .mbot {
    margin-bottom: 50px;
  }
  .padd {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bpad {
    padding-bottom: 50px;
  }
  .padt {
    padding-top: 50px;
  }
  .content {
    width: 1200px;
  }
  .head-chat {
    width: 43%;
  }
  .head-chat img {
    width: 20px;
    margin-right: 10px;
  }
  .head-chat a b {
    font-size: 22px;
  }
  .nav > li > a {
    font-size: 16px;
  }
  .nav > li.navact > a {
    font-size: 18px;
  }
  .footnav ul li a {
    font-size: 16px;
  }
  .footchat {
    padding: 10px 30px;
  }
  .footchat ul li {
    font-size: 16px;
    margin: 20px 0;
  }
  .footchat ul li img {
    margin-right: 10px;
    width: 18px;
  }
  .titbox {
    margin-bottom: 40px;
  }
}
@media (max-width: 1380px) {
  .content {
    width: 90%;
  }
  .head-chat {
    width: 52%;
  }
}
@media (min-width: 1500px) {
  .nav > li ul li:hover a {
    color: #BD1D21;
    font-weight: bold;
  }
  .nav > li.nav-second:hover ul {
    display: block;
  }
  .nav > li.nav-second:hover:after {
    background-position: 0 -6px;
  }
  .nav > li:hover > a {
    font-size: 20px;
    color: #BD1D21;
    font-weight: bold;
    border-bottom: 2px solid #BD1D21;
  }
  .footnav ul li a:hover {
    opacity: 0.8;
  }
  .footchat ul li a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1000px) and (max-width: 1500px) {
  .nav > li ul li:hover a {
    color: #BD1D21;
    font-weight: bold;
  }
  .nav > li.nav-second:hover ul {
    display: block;
  }
  .nav > li.nav-second:hover:after {
    background-position: 0 -6px;
  }
  .nav > li:hover > a {
    font-size: 18px;
    color: #BD1D21;
    font-weight: bold;
    border-bottom: 2px solid #BD1D21;
  }
}