
/*  页面重置样式  */
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%;
}
.page {
  width: 100%;
  background: url("../img/9e96c8_1920x1151.jpg") top center no-repeat;
  height: 100vh;
  overflow: hidden;
}
.content {
  width: 100%;
  height: calc(100vh - 110px);
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.content .logo {
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  text-align: center;
}
.content .logo img {
  width: 360px;
}
.content .title {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.content .title img {
  max-width: 98%;
}
.content .banner {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.content .banner img {
  max-height: 64vh;
  max-width: 100%;
}
.content .activity {
  width: 100%;
}
.content .activity .conts {
  padding: 0 32px;
  position: relative;
}
.content .activity .conts .list {
  width: 100%;
}
.content .activity .conts .list ul {
  width: 100%;
}
.content .activity .conts .list ul li {
  width: 33.3%;
}
.content .activity .conts .list ul li img {
  width: 100%;
}
.content .activity .conts .swiper-button-prev {
  left: 0;
}
.content .activity .conts .swiper-button-prev:after {
  color: #ff7623;
  font-size: 32px;
}
.content .activity .conts .swiper-button-next {
  right: 0;
}
.content .activity .conts .swiper-button-next:after {
  color: #ff7623;
  font-size: 32px;
}
.fix-footer {
  width: 100%;
  height: 110px;
  background-color: #f06d09;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.fix-footer .wid {
  max-width: 1560px;
}
.fix-footer .wid .logo {
  height: 110px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}
.fix-footer .wid .logo:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  width: 1px;
  height: 60px;
  background-color: #fff;
}
.fix-footer .wid .logo img {
  max-width: 80%;
}
.fix-footer .wid .list {
  width: 100%;
}
.fix-footer .wid .list ul {
  width: 100%;
}
.fix-footer .wid .list ul li {
  width: 20%;
  height: 110px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  position: relative;
}
.fix-footer .wid .list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.fix-footer .wid .list ul li .ico {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix-footer .wid .list ul li .txt {
  line-height: 1.4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
}
.fix-footer .wid .list ul li .txt strong {
  font-size: 20px;
  color: #fff;
  display: block;
  font-weight: normal;
}
.fix-footer .wid .list ul li .txt i {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.fix-footer .wid .list ul li .lines-slide {
  width: 720px;
  height: 520px;
  background-color: rgba(255,255,255,0.9);
  border: 1px solid #f06d09;
  position: absolute;
  left: 0;
  bottom: 126px;
  z-index: 99;
  padding: 20px;
  display: none;
}
.fix-footer .wid .list ul li .lines-slide:after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f06d09;
}
.fix-footer .wid .list ul li .lines-slide .conts {
  width: 100%;
}
.fix-footer .wid .list ul li .lines-slide .conts .item {
  width: 100%;
  margin: 10px 0;
  float: left;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .tits {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #adadb6;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .tits em {
  color: #fff79d;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .btns {
  width: 156px;
  height: 60px;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .btns a {
  display: inline-block;
  width: 156px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  background-color: #f06d09;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .webs {
  width: calc(100% - 166px);
}
.fix-footer .wid .list ul li .lines-slide .conts .item .webs .labs {
  width: 106px;
  height: 60px;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  font-size: 14px;
  color: #666;
  margin-right: 40px;
  position: relative;
  border: 1px solid #ccc;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .webs .labs:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -6px;
  width: 20px;
  height: 12px;
  background: url("../img/8f89eb_20x12.png") center no-repeat;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .webs .www {
  width: calc(100% - 146px);
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  height: 60px;
  color: #666;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 1366px) {
  .wid {
    padding: 0 10px;
  }
  .fix-footer .wid .list ul li .txt strong {
    font-size: 18px;
  }
  .fix-footer .wid .list ul li .txt i {
    font-size: 13px;
  }
  .content {
    padding: 0;
  }
  .content .logo {
    top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .fix-footer .wid .list ul li {
    position: initial;
  }
  .fix-footer .wid .list ul li .ico {
    width: 46px;
    height: 46px;
  }
  .fix-footer .wid .list ul li .ico img {
    width: 32px;
  }
  .fix-footer .wid .list ul li .txt {
    padding-left: 0;
  }
  .fix-footer .wid .list ul li .txt strong {
    font-size: 16px;
  }
  .fix-footer .wid .list ul li .txt i {
    font-size: 12px;
  }
  .fix-footer .wid .list ul li .lines-slide {
    left: initial;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .page {
    background: url("../img/8ce0e8_1125x2236.jpg") center no-repeat;
    background-size: cover;
  }
  .fix-footer {
    height: 70px;
  }
  .fix-footer .wid .list ul li {
    height: 70px;
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .fix-footer .wid .list ul li .ico {
    width: 100%;
    height: 36px;
  }
  .fix-footer .wid .list ul li .ico img {
    height: 26px;
    width: auto;
  }
  .fix-footer .wid .list ul li .txt {
    width: 100%;
    height: 24px;
    font-size: 16px;
    text-align: center;
  }
  .fix-footer .wid .list ul li .lines-slide {
    bottom: 16px;
    width: calc(100% - 20px);
  }
  .content {
    height: calc(100vh - 70px);
  }
  .content .logo {
    position: relative;
    top: 0;
  }
  .content .logo img {
    width: 300px;
  }
  .content .banner {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .banner img {
    max-width: initial;
    max-height: initial;
    max-width: 80%;
  }
}
@media screen and (max-width: 436px) {
  .content {
    padding: 50px 0;
  }
  .content .logo img {
    width: 240px;
  }
  .content .banner img {
    width: 100%;
    max-width: initial;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item {
    margin: 6px 0;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item .btns {
    width: 84px;
    height: 34px;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item .btns a {
    width: 84px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item .webs {
    width: calc(100% - 94px);
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item .webs .labs {
    width: 82px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-right: 30px;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item .webs .labs:after {
    right: -26px;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item .webs .www {
    width: calc(100% - 112px);
    height: 34px;
    line-height: 32px;
    font-size: 14px;
  }
  .fix-footer .wid .list ul li .lines-slide {
    padding: 10px;
    height: auto;
  }
}
