
/*  页面重置样式  */
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;
}
body,
html {
  width: 100%;
  height: 100%;
}
.bg {
  background: #ebf3fd url("../img/a4f48b_1920x1403.jpg") top center no-repeat;
  background-size: cover;
}
.containers {
  width: 100%;
}
.containers .head {
  width: 100%;
  height: 100px;
  background: url("../img/5aace4_15x100.jpg") repeat-x;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers .head a {
  display: inline-block;
  width: 144px;
  height: 42px;
  background: url("../img/1333a0_204x60.png") center no-repeat;
  background-size: cover;
}
.containers .banner {
  width: 100%;
  text-align: center;
}
.containers .banner img {
  max-width: 90%;
}
.containers .buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.containers .buttons button,
.containers .buttons .link-service {
  width: 224px;
  height: 58px;
  background: url("../img/948a9f_224x58.png") center no-repeat;
  background-size: 100% 100%;
}
.containers .buttons .link-service {
  background: url("../img/991ac4_224x58.png") center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.containers .buttons .link-home {
  width: 256px;
  height: 74px;
  background: url("../img/63cbeb_256x74.png") center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 36px;
  animation: myfirst 1s infinite;
}
.containers .product {
  width: 100%;
}
.containers .product .title {
  width: 100%;
  text-align: center;
  padding: 24px 0;
}
.containers .product .title img {
  max-width: 90%;
}
.containers .product .list {
  width: 100%;
}
.containers .product .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.containers .product .list ul li {
  width: calc(16.6% - 4px);
}
.containers .product .list ul li img {
  width: 100%;
}
.containers .cooperation {
  width: 100%;
  background-color: #e2e9f6;
  padding: 32px 0;
  float: left;
  margin-top: 58px;
}
.containers .cooperation .imgs {
  width: 100%;
}
.containers .cooperation .imgs img {
  max-width: 100%;
}
.containers .footer {
  width: 100%;
  background-color: #525963;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  float: left;
  text-align: center;
}
@keyframes myfirst {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .containers .cooperation {
    margin-top: 20px;
  }
  .containers .head {
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }
  .containers .head img {
    height: 44px;
  }
  .containers .buttons {
    position: fixed;
    background-color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
  }
  .containers .buttons a {
    width: 49%;
    text-align: center;
  }
  .containers .buttons a img {
    width: auto;
    max-height: 60px;
    animation: myfirst 1s infinite;
  }
  .containers .product .list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .containers .product .list ul li {
    width: calc(33.3% - 6px);
    margin-bottom: 10px;
  }
  .containers {
    padding-bottom: 100px;
    float: left;
  }
  .containers .cooperation .imgs {
    text-align: center;
  }
  .containers .cooperation .imgs img {
    max-width: 90%;
  }
}
@media screen and (max-width: 530px) {
  .containers .buttons {
    padding: 15px 10px;
  }
  .containers {
    padding-bottom: 72px;
  }
  .containers .cooperation {
    padding: 20px 0;
  }
  .containers .buttons a img {
    max-height: initial;
    width: 100%;
  }
  .containers .footer {
    font-size: 14px;
  }
}
