﻿/*common样式开始 */ 
*{padding:0px; margin:0px;}
html { overflow-x:hidden; -webkit-text-size-adjust:none; }
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{ font-family:Arial, Tahoma,"宋体"; font-size:12px; color:#5a5a5a;}
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #eb1315;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */
h1,h2,h3,h4,h5,h6{font-size:12px;}
fieldset, img { border:0; vertical-align:middle}
.clear{clear:both; line-height:0; height:0; font-size:0px;}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.fl {float:left; display:inline;}
.fr {float:right; display:inline}
/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
/*banner*/
.banner{ width:100%; margin:0 auto; max-width:640px;}
.banner img{ width:100%; margin:0 auto; display:block;}
/*part1*/
.part1{ width:100%; margin:0 auto; max-width:640px; position:relative;}
.part1 img{ width:100%; margin:0 auto; display:block;}
.part1 a{ position:absolute; width:32.5%; left:33.75%; bottom:0.6rem; display:block; -webkit-animation: hover 2s linear infinite; animation: hover 2s linear infinite;}
/*part2*/
.part2{ width:100%; margin:0 auto; position:relative; max-width:640px; padding-bottom:2rem; background:#000000;}
.part2 img{ width:100%; margin:0 auto; display:block;}
.part2 a{ margin:2rem auto 0; width:36%; display:block; -webkit-animation: hover 2s linear infinite; animation: hover 2s linear infinite;}
/*part7*/
.part7{ width:100%; margin:0 auto; max-width:640px; background:#dab179; padding-bottom:1rem;}
.part7 img{ width:100%; margin:0 auto; display:block;}
.part7 .swiper-container{ padding-bottom:3rem;}
.part7 .swiper-container1 .swiper-pagination-bullet{ border:1px solid #7d7d7d !important; background:#7d7d7d; opacity:1; width:0.7rem; height:0.7rem; border-radius:0.35rem;}
.part7 .swiper-container1 .swiper-pagination-bullet-active{ background:#000000;}
.part7 > a{ width:36%; left:5%; display:block; margin:0 auto; -webkit-animation: hover 2s linear infinite; animation: hover 2s linear infinite;}
@-webkit-keyframes hover {
	0%,100% {
		-webkit-transform: translateY(0);
	}
	20%,70% {
		-webkit-transform: translateY(-5px);
	}
	40%,60% {
		-webkit-transform: translateY(0);
	}
}
@keyframes hover {
	  0%,100% {
		  transform: translateY(0);
	  }
	  20%,70% {
		  transform: translateY(-5px);
	  }
	  40%,80% {
		  transform: translateY(0);
	  }
  }