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: "Source Han Sans CN", "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;
  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.6em;
}

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

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

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

.menubtn {
  display: none;
}

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

.paddtop {
  padding-top: 80px;
}
.paddbot{
  margin-bottom: 80px;

}

/*header  */
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 25px 5%;
  background: rgba(255, 255, 255, 0.15);
}

.header-fixed {
  position: fixed;
  background: #FFF;
}
.header-fixed .nav > li > a {
  color: #333333;
}

.logo {
  width: 11%;
}

.nav > li {
  font-size: 20px;
  padding: 0 30px;
  position: relative;
}
.nav > li > a {
  color: #fff;
}
.nav > li.navact a {
  color: #D92628;
}
.nav > li:hover a {
  color: #D92628;
}

.headbtn > a, .search {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 10px;
  margin-left: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  cursor: pointer;
}

.search {
  position: relative;
  background-color: rgba(242, 249, 252, 0.7);
}
.search span {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.searchcon {
  position: absolute;
  right: 0;
  top: 60px;
  background-color: rgba(242, 249, 252, 0.7);
  border-radius: 10px;
  height: 50px;
  padding-right: 50px;
  display: none;
}
.searchcon input {
  border: 0 none;
  background: none;
  line-height: 50px;
  padding-left: 10px;
  font-size: 16px;
}
.searchcon input[type=submit] {
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}

.enbox {
  position: absolute;
  background-color: rgba(242, 249, 252, 0.7);
  border-radius: 10px;
  white-space: nowrap;
  padding: 5px 0;
  left: 50%;
  top: 55px;
  -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: #D92628;
}

.titbox span {
  text-transform: uppercase;
  font-size: 52px;
  font-weight: bold;
  color: #E0E3EA;
  text-align: center;
  line-height: 1em;
  display: block;
}
.titbox i {
  width: 50px;
  height: 5px;
  background: #D92628;
  border-radius: 3px;
  display: block;
  margin: 24px auto;
}
.titbox h2 {
  line-height: 1em;
  color: #212121;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.titbox p {
  text-align: center;
  width: 52%;
  margin: 75px auto 0;
}

.titfff span {
  color: rgba(240, 240, 240, 0.3);
}
.titfff h2 {
  color: #FFF;
}
.titfff p {
  color: rgba(255, 255, 255, 0.5);
}

/*foot*/
.footer {
  height: auto;
  width: 100%;
  background: url(../images/footerbg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 0 10%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.footleft {
  width: 13%;
}

.footright {
  width: 76.2%;
}

.footleft h3 {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 20px;
}

.links {
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 40px;
}
.links:after {
  content: "";
  display: block;
  background: url(../images/jt.png) no-repeat;
  width: 11px;
  height: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}
.links p {
  line-height: 50px;
  font-size: 14px;
  padding-left: 20px;
  color: #FFF;
}
.links ul {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  padding: 10px 0;
  width: 100%;
  height: 140px;
  overflow-y: scroll;
  display: none;
  z-index: 2;
}
.links ul li {
  line-height: 35px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}
.links ul li:hover a {
  color: #D92628;
}
.links:hover ul {
  display: block;
}

.footcode {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  overflow: hidden;
}

.codebtn span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 50%;
  line-height: 54px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.codebtn span.codeact {
  color: rgb(255, 255, 255);
}
.codebtn span.codeact:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  position: absolute;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 50%;
  margin-left: -7px;
  top: -11px;
  z-index: -1;
}

.codepic img {
  border-radius: 15px;
  display: none;
}
.codepic img:first-child {
  display: block;
}

.footnav {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footnav dt {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 25px;
}
.footnav dd a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
}
.footnav dd:hover a {
  color: #FFF;
}

.footbot {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 90px;
  padding-top: 40px;
}
.footbot p {
  font-size: 14px;
  color: rgba(239, 239, 239, 0.5);
}

.share a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 20px;
}
.share a:hover {
  background: rgba(217, 38, 40, 0.8);
}

.titbox-left span {
  text-align: left;
}
.titbox-left h2 {
  text-align: left;
}
.titbox-left i {
  margin: 29px 0;
}

@media (max-width: 1600px) {
  .content {
    width: 1200px;
  }
  .padd {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .paddtop {
    padding-top: 60px;
  }
  .paddbot{
    margin-bottom: 60px;

  }
  .nav > li {
    font-size: 18px;
    padding: 0 20px;
  }
  .headbtn > a, .search {
    width: 45px;
    height: 45px;
  }
  header {
    padding: 25px 5%;
  }
  .footer {
    padding: 0 6%;
  }
  .links p {
    padding-left: 15px;
  }
  .footleft {
    width: 15%;
  }
  .share a {
    width: 45px;
    height: 45px;
  }
  .titbox span {
    font-size: 42px;
  }
  .titbox i {
    width: 40px;
    height: 4px;
    margin: 16px auto;
  }
  .titbox h2 {
    font-size: 30px;
  }
  .titbox p {
    margin-top: 50px;
  }
  .titbox-left i{
    margin: 16px 0;
  }
}
@media (max-width: 1450px) {
  header {
    padding: 20px 5%;
  }
  .padd {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .paddtop {
    padding-top: 50px;
  }
  .paddbot{
    margin-bottom: 50px;

  }
  .footbot {
    margin-top: 50px;
  }
  .nav > li {
    font-size: 16px;
  }
}
@media (max-width: 1380px) {
  .content {
    width: 90%;
  }
  .titbox span {
    font-size: 34px;
  }
  .titbox i {
    width: 35px;
    height: 3px;
    margin: 10px auto;
  }
  .titbox h2 {
    font-size: 26px;
  }
  .titbox p {
    margin-top: 30px;
  }
  .titbox-left i {
    margin: 10px 0;
  }
}
@-webkit-keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@-moz-keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@-o-keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes scale11 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scale11 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scale11 {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale11 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rodflash {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@-moz-keyframes rodflash {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
         transform: scale(2, 2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
         transform: scale(2, 2);
    opacity: 0;
  }
}
@-o-keyframes rodflash {
  0% {
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2, 2);
    -o-transform: scale(2, 2);
       transform: scale(2, 2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2, 2);
    -o-transform: scale(2, 2);
       transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes rodflash {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
      -o-transform: scale(2, 2);
         transform: scale(2, 2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
      -o-transform: scale(2, 2);
         transform: scale(2, 2);
    opacity: 0;
  }
}