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;
}
::-moz-selection {
  background: rgba(254, 126, 0, 0.8);
}
::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 {
  width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.x-con-full .x-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.x-con {
  width: 1716px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.x-con .x-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.x-banner {
  height: 580px;
}
.x-banner .x-bg-img {
  z-index: 1;
  width: 100%;
  background: url(../images/banner.jpg) no-repeat center center;
  height: 580px;
  position: relative;
}
.x-banner .x-bg-y {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #f35b00;
  width: 100%;
  height: 580px;
  opacity: 0.95;
  transform: translateY(155px);
  -webkit-transform: translateY(155px);
  -moz-transform: translateY(155px);
  -webkit-animation: xbgy 2s;
          animation: xbgy 2s;
}
.x-banner .x-container {
  position: absolute;
  top: 155px;
  left: 50%;
  margin-left: -600px;
  z-index: 3;
  text-align: center;
  color: #fff;
}
.x-banner .x-container .x-t1 {
  width: 640px;
  height: 70px;
  margin: 52px auto 8px auto;
  background: url(../images/x-t1.png) no-repeat 2px 0;
}
.x-banner .x-container .x-t2 {
  font-size: 48px;
  line-height: 64px;
}
.x-banner .x-container .x-t3 {
  line-height: 80px;
  font-size: 72px;
  height: 80px;
  font-weight: bold;
}
.x-banner .x-container .x-t3 span {
  display: inline-block;
  opacity: 0;
}
.x-banner .x-container .x-t3 .show {
  -webkit-animation: bounceIn2 1s;
          animation: bounceIn2 1s;
  opacity: 1;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
}
.x-banner .x-container .x-desc {
  padding-top: 15px;
  font-size: 16px;
  color: #351204;
  line-height: 32px;
}
.x-banner .x-container .x-desc span {
  display: block;
  font-size: 18px;
  font-weight: 550;
}
.x-banner .x-container .x-swt-banner {
  display: block;
  position: absolute;
  right: 60px;
  top: 115px;
  width: 230px;
  height: 230px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.x-banner .x-container .x-swt-banner div {
  position: absolute;
  width: 230px;
  height: 230px;
  left: 0;
  top: 0;
  background: url(../images/x-swt-banner.png) 0 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.x-banner .x-container .x-swt-banner:hover div {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.x-banner .x-container .x-swt-banner:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
}
.x-banner .x-container .x-swt-banner p {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  color: #351204;
  font-size: 26px;
  line-height: 30px;
}
.x-banner .x-container .x-swt-banner p span {
  display: block;
  font-family: impact;
  letter-spacing: 1px;
}
.x-banner .x-container .x-swt-banner p .x-d1 {
  font-size: 30px;
  line-height: 32px;
}
.x-banner .x-container .x-swt-banner p .x-d2 {
  font-size: 42px;
  line-height: 44px;
}
.x-banner .x-hb {
  position: absolute;
  width: 500px;
  height: 580px;
  background: url(../images/x-hb.png) no-repeat 0 0;
  top: 0;
  left: 50%;
  z-index: 5;
  margin-left: -740px;
  -webkit-animation: xhb 1s;
          animation: xhb 1s;
}


/* 样式开始 */
.xcon{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.xtit{
  font-size: 30px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
  text-align: center;
  padding: 80px 0 50px 0;
}
.part1{
  background-color: #F5F5F5;
  padding-bottom: 97px;
}
.p1con{
  display: flex;
  justify-content: center;
  align-items: center;
}
.p1_1{
  background-color: #fff;
  padding: 30px;
}
.p1_1 p{
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
  margin: 47px 0;
}
.p1_1 h1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
	height: 43px;
	background-color: #313131;
	border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: inherit;
	font-stretch: normal;
	letter-spacing: 0px;
  padding:  0 30px;
  cursor: pointer;
}
.p1con ul{
  margin-left: 30px;
}
.p1con li{
  display: flex;
  align-items: center;
  height: 120px;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  margin-top: -1px;
}
.p1con li img{
  display: block;
  margin: 0 70px 0 57px;
}
.p1con li font{
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.p1con li font b{
  display: block;
  font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
  padding-bottom: 10px;
}
.part2,.part5{
  background-color: #ff5f00;
  padding-bottom: 80px;
}
.part2 .xtit,.part5 .xtit{color: #fff;}
.p2Ls{
  display: flex;
  justify-content: center;
}
.p2Ls img{
  display: block;
  margin: 0 9px;
}
.part2 p{
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
  text-align: center;
  padding: 30px 0;
}
.part2 ul{
  display: flex;
  justify-content: center;
}
.part2 li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
	height: 43px;
	border-radius: 8px;
	border: solid 2px #ffffff;
  margin:0 16px;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
  cursor: pointer;
}
.part2 li img{
  margin-left: 32px;
}
.part3{
  padding-bottom: 80px;
}
.part4{
  background-color: #F5F5F5;
  padding-bottom: 80px;
}
.p4con{
  display: flex;
  justify-content: center;
  align-items: center;
}
.p4con ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
}
.p4con li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  width: 191px;
	height: 107px;
	border: solid 1px #e5e5e5;
  font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
  margin-bottom: 13px;
}
.p4con li:nth-child(4),
.p4con li:nth-child(5),
.p4con li:nth-child(6){margin-bottom: 0;}
.p4con li b{
  font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.part5 ul{
  display: flex;
  justify-content: space-between;
}
.part5 li{
  background-color: #fff;
}
.part5 li h1{
  font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
  margin:10px 0 10px 24px;
}
.part5 li p{
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
  margin-left: 24px;
  padding-bottom: 30px;
}
.part6{padding-bottom: 80px;}
.part6 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part6 li{
  width: 580px;
	height: 53px;
	border: solid 1px #a0a0a0;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 53px;
	letter-spacing: 0px;
	color: #333333;
  text-align: center;
  margin-bottom: 7px;
  cursor: pointer;
}
/* 动画 */
@-webkit-keyframes scale {
  0% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
  }
  to {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
  }
  to {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300px, 0) scaleX(1);
            transform: translate3d(0, -300px, 0) scaleX(1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300px, 0) scaleX(1);
            transform: translate3d(0, -300px, 0) scaleX(1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
            transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
            transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
            transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
            transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes xbgy {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  100% {
    transform: translateY(155px);
    -webkit-transform: translateY(155px);
    -moz-transform: translateY(155px);
  }
}
@keyframes xbgy {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  100% {
    transform: translateY(155px);
    -webkit-transform: translateY(155px);
    -moz-transform: translateY(155px);
  }
}
@-webkit-keyframes xhb {
  0% {
    opacity: 0;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}
@keyframes xhb {
  0% {
    opacity: 0;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bounceIn2 {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes scale2 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
  }
}
@media screen and (min-width: 1800px) {
  body,
  html {
    overflow-x: hidden;
  }
  body .x-con-full,
  html .x-con-full {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
  }
}

