body,
html {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
body,
input {
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  -webkit-text-size-adjust: none;
}
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
select,
textarea,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
}
img {
  border: none;
}
input,
select,
textarea,
button {
  outline: 0;
  resize: none;
}
a:link,
a:visited {
  color: #282828;
  text-decoration: none;
}
::selection {
  background: rgba(254, 126, 0, 0.8);
}
::-moz-selection {
  background: rgba(254, 126, 0, 0.8);
}
.clearfix::after {
  clear: both;
  display: table;
  height: 0;
  content: "";
}
[v-cloak] {
  display: none!important;
}
.x-con-full {
  padding: 90px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}
.x-con-full .x-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.x-con {
  padding: 90px 0;
  width: 1200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.x-n-lmg {
  margin-left: 0 !important;
}
.x-n-rmg {
  margin-right: 0 !important;
}
.x-con-w {
  background: #f0f0f0;
}
.x-con-y {
  background: #ff7474;
}
.x-con-y .x-con-t {
  color: #fff;
}
.x-con-t {
  width: 100%;
  text-align: center;
  color: #404040;
  font-size: 36px;
}
.x-con-t span {
  display: inline-block;
}
.x-con-t b {
  color: #ff7474;
}
.rotate {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.rotate:hover {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
}
.x-swt {
  display: block;
  width: 310px;
  height: 55px;
  border-radius: 28px;
  background: #ff7474;
  margin: 0px auto 0 auto;
  font-size: 24px;
  line-height: 55px;
  position: relative;
  color: #fff;
}
.x-swt span {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: inline-block;
}
.x-swt .x-text {
  transform: translateX(59px);
  -webkit-transform: translateX(59px);
  -moz-transform: translateX(59px);
}
.x-swt .x-jt {
  position: absolute;
  right: 38px;
  top: 12px;
  width: 30px;
  height: 35px;
  background: url(../images/xs.png) no-repeat;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.x-swt:hover .x-text {
  transform: translateX(38px);
  -webkit-transform: translateX(38px);
  -moz-transform: translateX(38px);
}
.x-swt:hover .x-jt {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.x-bnr {
  padding: 0;
  height: 580px;
  background: url("https://file.shxdf.cn/pc/banner/nvsheng.jpg") no-repeat center 0;
}
.x-bnr .x-pop {
  width: 600px;
  height: 360px;
  margin: 110px auto 0 auto;
  background: url(../images/x-bg.png) no-repeat 53px 50px #ff7474;
  position: relative;
  animation: fadeInDown 1s;
}
.x-bnr .x-pop p {
  padding-top: 130px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.x-bnr .x-pop a {
  position: absolute;
  width: 150px;
  height: 65px;
  border-radius: 50%;
  background: url(../images/x-bg.png) no-repeat -523px 17px #ffde00;
  bottom: -35px;
  left: 225px;
  font-size: 24px;
  color: #404040;
  padding-top: 85px;
  text-align: center;
  box-shadow: 0px 4px 15px #666;
  animation: fadeInUp 1.8s;
}
.x-bnr .x-pop a:hover {
  box-shadow: 0px 0px 0px #666;
}
.x-con1 p {
  text-align: center;
  font-size: 18px;
  color: #404040;
  font-weight: 500;
  line-height: 30px;
  padding: 45px 0 55px 0;
}
.x-con1 p span {
  display: inline-block;
  background: #ffcfcf;
  padding-left: 5px;
}
.x-con2 .x-topnav {
  width: 1120px;
  height: 220px;
  margin: 50px auto 70px auto;
}
.x-con2 .x-topnav li {
  display: block;
  float: left;
  margin: 35px 30px;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  background-image: url(../images/x-topnav.png);
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.x-con2 .x-topnav .x-xd {
  width: 220px;
  margin-top: 0;
  height: 220px;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  transition: all 3s;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  box-shadow: 0px 0px 50px #f43131;
}
.x-con2 .x-topnav .active {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.x-con2 .x-content {
  width: 1200px;
  height: 450px;
  border-radius: 5px;
  background: url(../images/x-xz.jpg) no-repeat center center #fff;
  margin: 0 auto 30px auto;
  box-shadow: 0 0 30px #f64747;
}
.x-con2 .x-content a {
  display: block;
  width: 100%;
  height: 100%;
}
.x-con3 {
  padding-bottom: 120px;
}
.x-con3 .x-container {
  padding: 50px 0;
}
.x-con3 .x-container ul {
  height: 534px;
  float: left;
}
.x-con3 .x-container ul img {
  display: block;
  font-size: 0;
}
.x-con3 .x-container .x-pList-l {
  width: 875px;
  margin-right: 37px;
  overflow: hidden;
}
.x-con3 .x-container .x-pList-l li {
  margin: 12px 0;
  height: 510px;
  overflow: hidden;
}
.x-con3 .x-container .x-pList-l li img {
  width: 875px;
  height: 510px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.x-con3 .x-container .x-pList-l li img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.x-con3 .x-container .x-pList-r {
  width: 288px;
}
.x-con3 .x-container .x-pList-r li {
  height: 162px;
  margin: 12px 0 0 0;
  display: block;
  float: left;
  width: 288px;
  overflow: hidden;
  cursor: pointer;
}
.x-con4 ul {
  padding: 40px 0 20px 0;
  text-align: center;
}
.x-con4 ul li {
  display: block;
  margin-top: 25px;
  height: 60px;
  width: 780px;
  border-radius: 30px;
  background: #fff;
  margin: 25px auto 0 auto;
  color: #404040;
  font-size: 24px;
  line-height: 60px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transition: all 1s;
  -webkit-transition: all 1s;
	overflow: hidden;
  -moz-transition: all 1s;
}
.x-con4 ul li a{
	display: block;
	width: 780px;
	height: 60px;
	color: #404040;	
}
.x-con4 ul li a b {
  color: #ff7474;
}
.x-con4 ul .active {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.x-tjzy .x-con-t {
  padding-bottom: 50px;
}
.x-tjzy .x-container {
  padding: 0 0 55px 0;
}
.x-tjzy .x-container a {
  display: block;
  float: left;
  width: 270px;
  margin-right: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  position: relative;
}
.x-tjzy .x-container a .x-img {
  width: 100%;
  overflow: hidden;
  height: 195px;
}
.x-tjzy .x-container a .x-img img {
  height: 195px;
  display: block;
  width: 100%;
  font-size: 0;
}
.x-tjzy .x-container a p {
  text-align: center;
  background: #ff7474;
  width: 100%;
  line-height: 54px;
  font-size: 22px;
  color: #fff;
}
.x-tjzy .x-container a .x-flag {
  position: absolute;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: #404040;
  text-align: center;
  background: #fffc00;
  line-height: 53px;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.x-tjzy .x-container a:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  box-shadow: 0 2px 20px #7a0404;
  -webkit-box-shadow: 0 2px 20px #7a0404;
  -moz-box-shadow: 0 2px 20px #7a0404;
}
.x-fot-nav {
  width: 100%;
  height: 85px;
  line-height: 85px;
  margin: 0 auto;
  max-width: 1920px;
  background: #ff7474 !important;
}
.x-fot-nav .x-container {
  width: 1200px;
  margin: 0 auto;
}
.x-fot-nav .x-container a {
  display: block;
  float: left;
  width: 14.285%;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 18px;
}
.x-fot-nav .x-container a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 35px;
  height: 15px;
  width: 1px;
  background: #fff;
  opacity: .3;
}
.x-fot-nav .x-container .x-n-bg:after {
  height: 0;
}
@keyframes con1 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 -888px;
  }
}
@keyframes color1 {
  0% {
    color: #404040;
  }
  15% {
    color: #ff7474;
  }
  30% {
    color: #404040;
  }
  45% {
    color: #ff7474;
  }
  60% {
    color: #404040;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
  }
  40% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
