
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.containers {
  width: 100%;
  height: auto;
  min-height: 100vh;
  float: left;
  background: url("../img/e79bbb_1920x1080.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}
.containers:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: calc(100% - 120px);
  background: url("../img/1d80ae_295x930.png") center no-repeat;
  background-size: 100% 100%;
}
.containers .image {
  width: 45%;
  transform: translateX(-50px);
  position: relative;
  padding-top: 80px;
}
.containers .image img {
  width: 106%;
}
.containers .conts {
  width: 55%;
  text-align: center;
  padding-top: 50px;
  position: relative;
  z-index: 99;
}
.containers .conts .logo {
  width: 100%;
  padding: 20px 0;
}
.containers .conts .title {
  width: 100%;
  text-align: center;
}
.containers .conts .title img {
  max-width: 100%;
}
.containers .conts .imgs {
  width: 100%;
  padding-top: 10px;
}
.containers .conts .imgs img {
  max-width: 80%;
}
.containers .images {
  width: 100%;
}
.containers .images img {
  max-width: 90%;
}
.containers .button {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.containers .button button {
  width: 222px;
  height: 64px;
  background: url("../img/c184f8_338x98.png") center no-repeat;
  background-size: cover;
  animation: myfirst 1s infinite;
}
.containers .slogen {
  width: 46px;
  height: calc(100vh - 120px);
  background-color: #00ffe4;
  color: #091716;
  font-size: 28px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  writing-mode: vertical-rl;
}
.fix-menu {
  width: 100%;
  height: 120px;
  background: url("../img/1804b6_1920x148.jpg") top center no-repeat;
  background-size: 100% 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #403a95;
  padding: 0 10px;
  z-index: 999;
}
.fix-menu ul {
  width: 100%;
  height: 100%;
}
.fix-menu ul li {
  width: calc(100% / 7);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix-menu ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  outline: none;
}
.fix-menu ul li .ico {
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix-menu ul li .ico img {
  width: 54px;
}
.fix-menu ul li .txt {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fix-menu ul li .txt h4 {
  font-size: 26px;
  line-height: 1.5;
  color: #fdf85b;
  letter-spacing: 1px;
}
.fix-menu ul li .txt p {
  font-size: 12px;
  color: #777654;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
}
@keyframes myfirst {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

@media screen and (max-width: 1600px) {
  .containers .image {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1450px) {
  .fix-menu ul li .ico img {
    width: 48px;
  }
  .fix-menu ul li .txt h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .containers .slogen {
    width: 40px;
    font-size: 24px;
  }
  .containers:after {
    width: 200px;
  }
  .containers .image {
    padding-top: 100px;
  }
  .containers .conts {
    padding-top: 70px;
  }
  .fix-menu ul li .txt h4 {
    font-size: 18px;
  }
  .fix-menu ul li .txt p {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1200px) {
  .containers:after {
    width: 160px;
  }
  .containers .conts .logo img {
    max-width: 50%;
  }
  .fix-menu ul li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .fix-menu ul li a .txt {
    height: auto;
  }
  .containers .slogen {
    width: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 993px) {
  .containers {
    background: #160c62 url("../img/434fc9_750x1331.jpg") top center no-repeat;
    background-size: 100% auto;
  }
  .containers .conts .logo img {
    max-width: 30%;
  }
  .fix-menu {
    height: 100px;
  }
  .containers .conts {
    width: 100%;
  }
  .containers:after {
    display: none;
  }
  .containers .slogen {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    writing-mode: initial;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    top: initial;
    bottom: 0;
    z-index: 998;
  }
  .containers .conts .title {
    position: relative;
    margin-top: -40px;
  }
  .fix-menu {
    bottom: 29px;
  }
  .containers .conts {
    padding-top: 10px;
  }
  .fix-menu ul li .ico {
    width: 48px;
    height: 48px;
  }
  .fix-menu ul li .ico img {
    width: 40px;
  }
  .fix-menu ul li .txt h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .fix-menu ul li .txt p {
    font-size: 12px;
  }
  .fix-menu ul li {
    width: calc(100% / 6);
  }
}
@media screen and (max-width: 768px) {
  .containers .conts .logo img {
    max-width: 40%;
  }
  .containers .images img {
    max-width: 80%;
  }
  .containers .conts .title img {
    max-width: 80%;
  }
  .containers .conts .logo {
    padding: 0;
  }
  .containers .button {
    padding: 10px 0;
  }
  .fix-menu {
    height: auto;
  }
  .fix-menu ul li {
    height: 72px;
    width: 50%;
    border-bottom: 1px solid #3c2d0b;
    border-right: 1px solid #3c2d0b;
  }
  .fix-menu ul li:nth-child(2n+1) {
    border-right: none;
  }
  .fix-menu ul li a {
    display: flex;
    justify-content: flex-start;
    flex-direction: initial;
    padding-left: 10%;
  }
  .fix-menu ul li a .txt {
    width: 140px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5px;
  }
  .fix-menu ul li a .txt h4 {
    font-size: 16px;
  }
  .containers .slogen {
    font-size: 14px;
  }
  .containers .button button {
    width: 166px;
    height: 48px;
  }
  .containers .conts .title {
    margin-top: -20px;
  }
}
@media screen and (max-width: 540px) {
  .containers .conts .logo {
    padding: 20px 0;
  }
  .containers .conts .logo img {
    max-width: 50%;
  }
  .containers .images img {
    max-width: 96%;
  }
  .containers .conts .title {
    margin-top: -20px;
  }
  .containers .conts .title img {
    max-width: 96%;
  }
  .containers .button {
    padding: 20px 0;
    padding-top: 10px;
  }
}
@media screen and (max-width: 376px) {
  .fix-menu ul li {
    height: 60px;
  }
  .containers .button {
    padding: 10px 0;
  }
  .containers .conts .logo {
    padding: 5px 0;
  }
  .containers .conts .logo img {
    max-width: 50%;
  }
  .containers .conts .title {
    margin-top: -20px;
  }
  .containers .conts {
    padding-top: 0;
  }
}
