@charset "UTF-8";
body, p, h1, h2, h3, h4, h5, h6, img, ul, li, dl, dd, dt {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  font-family: "Microsoft YaHei", "Arial", "SimSun";
}

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

.content {
  width: 78.5%;
  max-width: 1600px;
  min-width: 1200px;
  margin: 0 auto;
}

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

.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);
  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: 1rem;
  padding-bottom: 1rem;
}

.paddtop {
  padding-top: 0.8rem;
}

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

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

/*header  */
header {
  position: relative;
  z-index: 6;
}
header:after {
  content: "";
  display: block;
  background: #d70941;
  position: absolute;
  right: 0;
  height: 100%;
  width: 10%;
  z-index: -1;
  top: 0;
}

.headcen {
  max-width: 1680px;
  width: 87.5%;
  margin: 0 auto;
}

.logo {
  width: 10.7%;
}

.nav {
  width: 49.6%;
}
.nav > li {
  height: 1.4rem;
  line-height: 1.4rem;
  position: relative;
}
.nav > li a {
  display: block;
}
.nav > li:hover > a, .nav > li.navact > a {
  color: #C52E45;
}
.nav > li:hover:after, .nav > li.navact:after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #E30144, #B10102);
  background: -moz-linear-gradient(left, #E30144, #B10102);
  background: -o-linear-gradient(left, #E30144, #B10102);
  background: linear-gradient(90deg, #E30144, #B10102);
}
.nav > li > a {
  font-size: 18px;
}
.nav > li > ul{
  position: absolute;
  background: #FFF;
  border-radius: 6px;
  display: none;
  width: 100%;
  padding: 5px 10px;
  box-sizing: content-box;
}
.nav > li > ul li{
  line-height: 35px;
  text-align: center;
}
.nav > li > ul li a{
  font-size: 16px;

}
.nav > li > ul li:hover a,.nav > li > ul li.navact a{
  color: #C52E45;
}
.nav > li:hover ul{
  display: block;
}
.headright {
  width: 10%;
  background: #d70941;
  height: 1.4rem;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 0.3rem;
}
.headright:before {
  content: "";
  background: url(../images/headbg.png) no-repeat right center;
  width: 0.86rem;
  top: 0;
  bottom: 0;
  -o-background-size: cover;
     background-size: cover;
  position: absolute;
  height: 100%;
  left: -0.8rem;
  top: 0;
  bottom: 0;
}

.search {
  position: relative;
}
.search span {
  display: block;
  width: 22px;
  cursor: pointer;
}

.searchcon, .enbox {
  display: none;
}

.searchcon {
  position: absolute;
  right: 0;
  top: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  height: 50px;
  padding-right: 50px;
  z-index: 2;
  overflow: hidden;
}
.searchcon input {
  border: 0 none;
  background: none;
  line-height: 50px;
  padding-left: 10px;
  font-size: 16px;
  color: #333;
}
.searchcon input::-webkit-input-placeholder {
  color: #333;
}
.searchcon input:-moz-placeholder {
  color: #333;
}
.searchcon input::-moz-placeholder {
  color: #333;
}
.searchcon input:-ms-input-placeholder {
  color: #333;
}
.searchcon input::placeholder {
  color: #333;
}
.searchcon input[type=submit] {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: url(../images/search.png) no-repeat center center #d70941;
  position: absolute;
  right: 0;
  top: 0;
}

.en span {
  font-size: 0.2rem;
  color: #FFF;
  width: auto;
  cursor: pointer;
  background: url(../images/en.png) no-repeat right center;
  padding-right: 0.23rem;
}

.enbox {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  white-space: nowrap;
  padding: 5px 0;
  left: 50%;
  top: 55px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.enbox a {
  line-height: 30px;
  text-align: center;
  display: block;
  padding: 0 20px;
}
.enbox a:hover {
  color: #d70941;
}

.menubtn {
  cursor: pointer;
  display: none;
}
.menubtn .bar {
  width: 30px;
  height: 4px;
  background: #FFF;
  margin: 8px 0;
}
.menubtn .bar:first-child {
  display: none;
}

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

.footlogo {
  display: block;
  margin-bottom: 0.7rem;
}

.footlogo img {
  width: auto;
}

.footnav {
  width: 55%;
}

.footnav dl dt {
  font-size: 18px;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.footnav dl dd a {
  font-size: 18px;
  color: #999999;
  line-height: 1.9em;
}
.footnav dl dd a:hover {
  color: #666;
}

.footads {
  width: 26%;
}
.footads img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.footads span {
  font-size: 0.24rem;
  display: inline-block;
  margin-right: 0.15rem;
  vertical-align: top;
}
.footads b {
  font-size: 0.48rem;
}
.footads a {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.2rem;
  text-align: right;
  color: rgba(1, 0, 2, 0.7);
}
.footads a:hover {
  color: #010002;
}
.footads .footphone {
  display: block;
  margin-bottom: 0.4rem;
  margin-top: 0;
  color: #010002;
}
.footads p {
  text-align: right;
  color: rgba(1, 0, 2, 0.7);
}

.footcon {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footnav {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footbot {
  border-top: 1px solid rgba(40, 39, 40, 0.1);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.footbot p {
  font-size: 16px;
}

.footjoin a {
  margin: 0 0.15rem;
}
@media (min-width: 2000px) {
  header:after{
    width: 16%;
  }
}
@media (min-width: 2400px) {
  header:after{
    width: 20%;
  }
}
@media (min-width: 2500px) {
  header:after{
    width: 22%;
  }
}
@media (min-width: 2990px) {
  header:after{
    width: 25%;
  }
}
@media (min-width: 3100px) {
  header:after{
    width: 28%;
  }
}
@media (max-width: 1600px) {
  .listrow {
    width: 1200px;
  }
}
@media (max-width: 1380px) {
  .content {
    width: 90%;
    min-width: initial;
  }
  .listrow {
    width: 90%;
  }
  .footnav dl dd a, .footnav dl dt, .nav li a {
    font-size: 16px;
  }
  .footjoin a {
    margin: 0 0.08rem;
  }
  .nav {
    width: 58.6%;
  }
  .bantxt {
    width: 39%;
  }
  .headright{
    width: 11%;
  }
}