@charset "UTF-8";
/* CSS Document */
* {
  font-family: "微软雅黑";
  box-sizing: border-box; }

body, div, p, img, ul, ol, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0; }

input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

ul, ol, li, dl, dd, dt {
  list-style-type: none; }

textarea {
  resize: none; }

select, input, img, select, button, textarea {
  padding: 0;
  margin: 0;
  border: none;
  outline: none; }

button {
  cursor: pointer; }

img {
  border: none; }

a {
  color: #000;
  cursor: pointer;
  text-decoration: none; }

a:link {
  text-decoration: none;
  color: #000;
  outline: none; }

a:visited {
  text-decoration: none;
  color: #000;
  outline: none; }

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  outline: none; }

a:active {
  text-decoration: none;
  color: #000;
  outline: none; }

ol, ul, li {
  font-weight: normal;
  margin: 0px;
  padding: 0px; }

p {
  font-weight: normal;
  margin: 0px;
  padding: 0px; }

html, body {
  width: 100%;
  height: 100%; }

.w {
  width: 100%;
  min-width: 1200px; }

.inw {
  width: 1200px;
  margin: 0 auto; }

.anmit {
  -moz-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s,color 0.4s ease 0s;
  -webkit-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s,color 0.4s ease 0s;
  -o-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s,color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s,color 0.4s ease 0s; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
}
    .animated {
        animation-duration: 0.5s;
        animation-fill-mode: both; }

    .m-banner-1 {
        position: relative;
        width: 100%;
        height: 2rem;
        z-index: 99; }
    .m-banner-1 .banner {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding-left: 10px;
        padding-right: 10px;
        height: 2rem;
        background: #FFF;
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .m-banner-1 .banner .logo {
        position: relative;
        height: 1.2rem;
        line-height: 1.2rem;
        width: 80%;
        display: flex; }
    .m-banner-1 .banner .logo img {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: auto;
        display: inline-block;
        vertical-align: middle; }
    .m-banner-1 .banner .logo p {
        color: #000;
        font-size: 0.7rem;
        margin-left: 0.3rem; }
    .m-banner-1 .banner .r {
        position: relative;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: flex-end; }
    .m-banner-1 .banner .r .s {
        margin-right: 20px; }
    .m-banner-1 .banner .mask {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        touch-action: none; }
    .m-banner-1 .banner .layout {
        position: fixed;
        display: none;
        touch-action: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 110; }
    .m-banner-1 .banner .layout .navbox-appear {
        transform: translateX(0%); }
    .m-banner-1 .banner .layout .navbox-appear {
        transform: translateX(100%); }
    .m-banner-1 .banner .layout .navbox {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100vh;
        background: #333333;
        z-index: 111;
        transform: translateX(100%); }
    .m-banner-1 .banner .layout .navbox .cancel {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2.4rem;
        background: #606060;
        font-size: 0.9rem;
        color: #aaa;
        text-align: center;
        line-height: 2.4rem; }
    .m-banner-1 .banner .layout .navbox .navul {
        padding-top: 15%;
        position: relative;
        width: 100%; }
    .m-banner-1 .banner .layout .navbox .navul li {
        position: relative;
        width: 100%; }
    .m-banner-1 .banner .layout .navbox .navul li a {
        position: relative;
        width: 100%;
        height: 2.4rem;
        line-height: 2.4rem;
        padding-left: 2rem;
        display: block;
        font-size: 0.8rem;
        color: #fff; }
    .m-banner-1 .banner .layout .navbox .navul li a i {
        position: relative;
        font-size: 1rem;
        margin-right: 10px; }
    .m-banner-1 .banner .layout .search-appear {
        transform: translateY(0%); }
    .m-banner-1 .banner .layout .search-disappear {
        transform: translateY(100%); }
    .m-banner-1 .banner .layout .search {
        position: relative;
        width: 100%;
        z-index: 110;
        background: #000;
        padding-left: 10px;
        padding-right: 10px;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: translateY(-100%); }
    .m-banner-1 .banner .layout .search .l {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
    .m-banner-1 .banner .layout .search .l .box {
        position: relative;
        display: block;
        width: 1.8rem;
        height: 1.2rem;
        text-align: center;
        line-height: 1.2rem;
        font-size: 0.7rem;
        color: #fff;
        margin-right: 0.2rem;
        border-radius: 5px; }
    .m-banner-1 .banner .layout .search .l .box.on {
        background: #fff;
        color: #000; }
    .m-banner-1 .banner .layout .search .serin {
        position: relative;
        width: 9.4rem;
        height: 1.4rem;
        border-radius: 3px;
        background: #fff;
        text-indent: .2rem;
        color: #000; }
    .m-banner-1 .banner .layout .search .close {
        position: relative;
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        text-align: center;
        line-height: 1.2rem;
        background: #fff; }
    .m-banner-1 .banner .layout .search .close i {
        font-size: 0.8rem;
        color: #000; }
    .m-banner-1 .banner .iconfontsize {
        font-size: 1.2rem; }
    .m-banner-1 .banner .iconfontcolor {
        color: #000; }
    .swiper1903161518 {
        width: 100%;
        height: 8rem;
        overflow: hidden; }
    .swiper1903161518 .swiper-wrapper {
        width: 100%;
        height: 100%;
        display: flex; }
    .swiper1903161518 .swiper-wrapper .swiper-slide {
        height: 100%;
        width: 100%; }
    .swiper1903161518 .swiper-wrapper .swiper-slide .swiper-slide-content {
        height: 100%;
        width: auto; }
	.bannerft{
		position: relative;
		width: 100%;
		background: #fff;
		text-align: center;
		padding: 30px 0;
		font-size: 16px;
		color: #353535;
		border-bottom: 10px solid #efeff4;
	}
.component-aiv-index-application.wrap {
  position: relative;
  width: 100%;
  background: #fff;
 border-bottom: 10px solid #efeff4;
}

.component-aiv-index-application .title {
  position: relative;
  padding: 20px 15px;
}

.component-aiv-index-application .title .t {
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}

.component-aiv-index-application .title .rt {
  position: relative;
  font-size: 14px;
  color: #888;
}
.component-aiv-index-application .list{
  position: relative;
  padding: 0 15px;
  padding-bottom: 20px;
}
.component-aiv-index-application .list .box{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.component-aiv-index-application .list .box img{
  width: 100%;
}
.component-aiv-index-application .list .box .txt{
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
.component-aiv-index-application .list .box .txt.b .t1{
  color: #353535;
}
.component-aiv-index-application .list .box .txt.b .t1::after{
  background: #353535;
}
.component-aiv-index-application .list .box .txt.b .t2{
   color: #353535;
}
.component-aiv-index-application .list .box .txt .t1{
  position: relative;
  font-size: 17px;
  color: #fff;
  padding-bottom: 7px;
  line-height: 24px;
  margin-bottom: 10px;
}
.component-aiv-index-application .list .box .txt .t1::after{
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #FFF;
}
.component-aiv-index-application .list .box .txt .t2{
  position: relative;
  width: 100px;
  line-height: 18px;
  height: 37px;
  font-size: 13px;
  color: #fff;
  overflow: hidden;
}
.component-aiv-index-application.wrap {
	position: relative;
	width: 100%;
	background: #fff;
	padding-bottom: 20px;
	border-bottom: 10px solid #efeff4;
}
.component-aiv-index-application .title {
	position: relative;
	padding: 20px 15px;
}
.component-aiv-index-application .title .t {
	font-size: 17px;
	color: #000;
	margin-bottom: 5px;
}
.component-aiv-index-application .title .rt {
	position: relative;
	font-size: 14px;
	color: #888;
}
.component-aiv-index-application .item {
	position: relative;
	width: 80%;
}
	.component-aiv-index-application .item:first-child {
		margin-left: 5px;
	}
		.component-aiv-index-application .item:last-child {
		margin-right: 5px;
	}

.component-aiv-index-application .item .img {
	display: block;
	margin: 0 10px;
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
	background-size: cover;
}
.component-aiv-index-category{
  position: relative;
  width: 100%;
  background: #fff;
border-bottom: 10px solid #efeff4;
}

.component-aiv-index-category .title {
  position: relative;
  padding: 20px 15px;
  padding-bottom: 15px;
}

.component-aiv-index-category .title .t {
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}
.component-aiv-index-category .title .rt {
  position: relative;
  font-size: 14px;
  color: #888;
}
.component-aiv-index-category .ban{
  position: relative;
	display: block;
  width: 100%;
  height: auto;
}
.component-aiv-index-category .ban img{
  width: 100%;
	height: auto;
}
.component-aiv-index-category .list{
  position: relative;
  padding:0 7px;
  padding-top: 30px;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.component-aiv-index-category .list .li{
  position: relative;
  width: 33.3%;
}
.component-aiv-index-category .list .li .in{
  position: relative;
	display: block;
  padding: 0 7px;
}
.component-aiv-index-category .list .li .in .img{
  position: relative;
  width: 100%;
  padding-bottom: 100%;
	background-size: cover;
  border: 1px solid #E5E5E5;
}
.component-aiv-index-category .list .li .in .img img{
  width: 100%;
  height: 100%;
}
.component-aiv-index-category .list .li .in .txt{
  position: relative;
  padding-top: 7px;
  padding-bottom: 20px;
}
.component-aiv-index-category .list .li .in .txt .t1{
  width: 100%;
  margin-bottom: 2px;
  font-size: 14px;
  color: #353535;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.component-aiv-index-category .list .li .in .txt .t2{
  width: 100%;
  font-size: 13px;
  color: #888;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
.component-aviii-index-partner {
	position: relative;
	width: 100%;
	background: #fff;
	padding-bottom: 30px;
	border-bottom: 10px solid #efeff4;
}
.component-aviii-index-partner .title {
	position: relative;
	padding: 20px 15px;
}
.component-aviii-index-partner .title .t1 {
	position: relative;
	width: 100%;
	font-size: 17px;
	color: #000;
	line-height: 24px;
}
.component-aviii-index-partner .title .t2 {
	position: relative;
	width: 100%;
	font-size: 17px;
	color: #888;
	line-height: 24px;
	margin-top: 5px;
}
.component-aviii-index-partner .scrollwrap {
	position: relative;
	width: 100%;
}
	.component-aviii-index-partner .scrollwrap .swiper-wrapper{
		transition-timing-function: linear;
	}
	.component-aviii-index-partner .scrollwrap .swiper-slide{
		margin: 0 10px;
		width: 120px;
	height: 60px;
		background-color: #4378e1;
	}
.component-aviii-index-partner .scrollwrap .item {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	margin: 0 auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.component-aiv-index-album{
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}

.component-aiv-index-album .title {
  position: relative;
  padding: 20px 15px;
}

.component-aiv-index-album .title .t {
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}
.component-aiv-index-album .title .rt {
  position: relative;
  font-size: 14px;
  color: #888;
}
.component-aiv-index-album .list{
  position: relative;
  padding:0 12px;
  padding-top: 0px;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.component-aiv-index-album .list .li{
  position: relative;
  width: 50%;
}
.component-aiv-index-album .list .li .in{
  position: relative;
	display: block;
  padding: 0 17px;
}
.component-aiv-index-album .list .li .in .img{
  position: relative;
  width: 100%;
  height: 185px;
  box-shadow:0px 3px 5px 0px rgba(0,0,0,0.3);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.component-aiv-index-album .list .li .in .txt{
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #888;
  text-align: center;
}
.component-aiv-index-album .more{
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #888;
}
.component-aiv-index-album .more::after{
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  border-top: 2px solid #C7C7CC;
  border-right: 2px solid #C7C7CC;
  transform: rotate(45deg);
  margin-left: 5px;
}
	    .album-layout {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        /*display: flex;*/
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999; }
    .album-layout .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6); }
    .album-layout .albumbox {
        position: relative;
        width: 100%;
        background: #000;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        z-index: 10000; }