
/*  页面重置样式  */
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: 1200px;
  margin: 0 auto;
}
div {
  transition: all 0.5s;
}
body,
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.pages {
  width: 100%;
  background: #14141e url("../img/0e33bb_1920x2335.jpg") top center no-repeat;
  float: left;
}
.pages .logo {
  width: 100%;
  text-align: center;
}
.pages .logo img {
  max-width: 70%;
}
.pages .content {
  width: 100%;
  padding-bottom: 30px;
  float: left;
}
.pages .content .name {
  padding-top: 36px;
  padding-left: 76px;
  width: 100%;
  min-height: 500px;
}
.pages .content .name img {
  max-width: 90%;
}
.pages .content .lines {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
  min-height: 200px;
  border-radius: 20px;
  float: left;
  padding: 6px;
}
.pages .content .lines .conts {
  width: 100%;
  border: 1px solid #ad9085;
  border-radius: 20px;
  background-image: linear-gradient(to bottom, #37343f, #0e0805);
  min-height: 200px;
  float: left;
  padding-bottom: 40px;
}
.pages .content .lines .conts .title {
  width: 100%;
  text-align: center;
  padding-top: 26px;
}
.pages .content .lines .conts .list {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 24px 0;
}
.pages .content .lines .conts .list .item {
  width: 100%;
  margin: 16px 0;
  float: left;
}
.pages .content .lines .conts .list .item .tits {
  width: 282px;
  line-height: 58px;
  font-size: 26px;
  color: #fff;
}
.pages .content .lines .conts .list .item .tits em {
  color: #fff4b7;
}
.pages .content .lines .conts .list .item .webs {
  width: calc(100% - 282px);
}
.pages .content .lines .conts .list .item .webs a {
  text-decoration: none;
}
.pages .content .lines .conts .list .item .webs .btns {
  width: 184px;
}
.pages .content .lines .conts .list .item .webs .btns button {
  width: 184px;
  height: 60px;
  background: url("../img/1af96a_184x60.png") center no-repeat;
  background-size: 184px 60px;
}
.pages .content .lines .conts .list .item .webs .addr {
  width: calc(100% - 218px);
}
.pages .content .lines .conts .list .item .webs .addr .ms {
  width: 114px;
  height: 60px;
  background-image: linear-gradient(to right, #fdd364, #fff2a4, #fddb75);
  border-radius: 30px 0 0 30px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  font-weight: bold;
  color: #b37030;
  position: relative;
}
.pages .content .lines .conts .list .item .webs .addr .ms:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fddb75;
}
.pages .content .lines .conts .list .item .webs .addr .www {
  width: calc(100% - 114px);
  height: 60px;
  border: 1px solid #383838;
  background-color: #000;
  border-left: none;
  border-radius: 0 30px 30px 0;
  text-align: center;
  line-height: 58px;
  font-size: 28px;
  color: #fff;
}
.pages .download {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.pages .download .item {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
  min-height: 200px;
  border-radius: 20px;
  float: left;
  padding: 6px;
}
.pages .download .item .conts {
  width: 100%;
  border: 1px solid #ad9085;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #373440, #0c0703);
  min-height: 200px;
  float: left;
  position: relative;
  padding: 26px 26px;
}
.pages .download .item .conts .tits {
  width: 100%;
  padding: 10px 0;
  position: relative;
  z-index: 69;
}
.pages .download .item .conts .tits img {
  height: 90px;
}
.pages .download .item .conts .button {
  width: 100%;
  padding: 10px 0;
  position: relative;
  z-index: 69;
}
.pages .download .item .conts .button button {
  width: 230px;
  height: 64px;
  background: url("../img/1627f3_230x64.png") center no-repeat;
  border: none;
  animation: myfirst 1s infinite;
}
.pages .download .item .conts .imgs {
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.pages .download .item .conts .imgs img {
  height: 246px;
}
.pages .download .item .conts .imgs.im2 {
  top: initial;
  bottom: 1px;
  right: 10px;
}
.pages .download .item .conts .imgs.im2 img {
  height: 228px;
}
.pages .labels {
  width: 100%;
  text-align: center;
  float: left;
  padding: 24px 0;
}
.pages .labels img {
  max-width: 90%;
  margin: 0 auto;
}
.pages .footer {
  width: 100%;
  background-color: #474755;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  float: left;
}
.fix-service {
  position: fixed;
  right: 2px;
  top: 50%;
  margin-top: -60px;
  z-index: 88;
}
.fix-service img {
  width: 61px;
}
@keyframes myfirst {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

@media screen and (max-width: 1200px) {
  .wid {
    padding: 0 20px;
  }
  .pages .content .name {
    min-height: 500px;
  }
  .pages .content .lines .conts .list .item {
    padding: 0 20px;
  }
  .pages .download .item .conts .imgs {
    top: initial;
    bottom: 0;
  }
  .pages .download .item .conts .imgs img {
    height: 200px;
  }
  .pages .download .item .conts .imgs.im2 img {
    height: 160px;
  }
}
@media screen and (max-width: 993px) {
  .pages .download .item {
    margin-bottom: 20px;
  }
  .pages .download {
    padding: 20px 0;
  }
  .pages .download .item .conts .imgs {
    top: initial;
    bottom: 0;
  }
  .pages .download .item .conts .imgs img {
    height: 250px;
  }
  .pages .download .item .conts .imgs.im2 img {
    height: 210px;
  }
  .pages .content .lines .conts .list .item .tits {
    width: 220px;
    font-size: 20px;
  }
  .pages .content .lines .conts .list .item .webs {
    width: calc(100% - 220px);
  }
  .pages .content .lines .conts .list .item .webs .btns {
    width: 136px;
  }
  .pages .content .lines .conts .list .item .webs .btns button {
    width: 136px;
    height: 44px;
    background-size: cover;
  }
  .pages .content .lines .conts .list .item .webs .addr {
    width: calc(100% - 160px);
  }
  .pages .content .lines .conts .list .item .webs .addr .ms {
    height: 44px;
    width: 92px;
    line-height: 44px;
    font-size: 24px;
  }
  .pages .content .lines .conts .list .item .webs .addr .www {
    height: 44px;
    width: calc(100% - 92px);
    line-height: 44px;
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .pages {
    background: url("../img/c46692_750x2377.jpg") top center no-repeat;
    background-size: 100% auto;
    float: left;
  }
  .pages .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pages .logo img {
    width: 72%;
  }
  .pages .content .name {
    padding-left: 0;
    padding-top: 20px;
    text-align: left;
    min-height: 500px;
  }
  .pages .content .name img {
    width: 86%;
  }
  .pages .content .name {
    padding-bottom: 20px;
  }
  .pages .content .lines .conts .list .item {
    margin: 10px 0;
  }
  .pages .content .lines .conts .list .item .tits {
    width: 100%;
    line-height: 40px;
  }
  .pages .content .lines .conts .list .item .webs {
    width: 100%;
  }
  .wid {
    padding: 0 10px;
  }
  .pages .content .lines .conts .title img {
    max-width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .pages .content .name {
    min-height: auto;
  }
  .pages .content .lines {
    padding: 6px;
    margin-top: 180px;
  }
  .pages .content .lines .conts {
    padding: 0;
  }
  .pages .content .lines .conts .list {
    padding: 12px 0;
    float: left;
  }
  .pages .content .lines .conts .list .item {
    padding: 0 10px;
    margin: 6px 0;
  }
  .pages .content .lines .conts .list .item .tits {
    font-size: 16px;
    line-height: 30px;
  }
  .pages .content .lines .conts .list .item .webs .btns {
    width: 92px;
  }
  .pages .content .lines .conts .list .item .webs .btns button {
    width: 92px;
    height: 30px;
    background-size: cover;
  }
  .pages .content .lines .conts .list .item .webs .addr {
    width: calc(100% - 100px);
    height: 30px;
  }
  .pages .content .lines .conts .list .item .webs .addr .ms {
    width: 58px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .pages .content .lines .conts .list .item .webs .addr .ms:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fddb75;
    margin-top: -6px;
    right: -5px;
  }
  .pages .content .lines .conts .list .item .webs .addr .www {
    width: calc(100% - 58px);
    height: 30px;
    font-size: 16px;
    line-height: 28px;
  }
  .pages .download .item {
    min-height: initial;
  }
  .pages .download .item .conts {
    padding: 10px;
    min-height: initial;
  }
  .pages .download .item .conts .tits img {
    height: 52px;
  }
  .pages .download .item .conts .button {
    width: 100%;
  }
  .pages .download .item .conts .button button {
    width: 116px;
    height: 32px;
    background-size: cover;
  }
  .pages .download .item .conts .imgs img {
    height: 122px;
  }
  .pages .download .item .conts .imgs.im2 img {
    height: 122px;
  }
  .pages .download {
    padding: 10px 0;
  }
  .pages .download .item {
    margin-bottom: 10px;
  }
  .pages .labels {
    padding: 10px 0;
  }
  .pages .labels img {
    width: auto;
    height: 54px;
    max-width: initial;
  }
  .pages .footer {
    font-size: 14px;
    line-height: 26px;
    padding: 8px 0;
    height: auto;
  }
}
