*{box-sizing:border-box;}
*::before, *::after{box-sizing:border-box;}
*:focus{outline:none;}
.contain-1600, .contain-1400, .contain{margin: 0 auto;}
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;transition: background .4s ease;background: rgba(40,33,33,.5);user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}

.Header-wrapper .contain{width: 100%;padding: 0 90px 0 70px;}

.Header-logo{float: left;height: 90px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{height: 50px;position: absolute;transition: all .4s ease;}
.Header-logo img.s{opacity: 1;}


.Header-lang{float: right;position: relative;z-index: 999;margin-left:30px;}
.Header-lang-menu{display: flex;align-items: center;height: 90px;font-size: 16px;transition: all .4s ease;color: #fff;padding-left: 28px;background: url('../imgApp/app/langW.svg') no-repeat left center /20px auto;}
.Header-lang-menu a:hover{color: #c41218;}

.Header-search{float: right;}
.Header-search-click{width: 40px;height: 90px;cursor: pointer;background: url('../imgApp/app/searchW.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('../imgApp/app/closeW.svg') no-repeat center/20px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 90px;line-height: 90px;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding: 0 302px 0 0;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input{width: 0px;height: 40px;border-bottom: 1px solid rgba(255, 255, 255, 0.2);font-size: 16px;color: #fff;background: transparent;transition: border .4s ease;}
.Header-search-item input::-webkit-input-placeholder{color: #ddd;}
.Header-search-item input:-moz-placeholder{color: #ddd;}
.Header-search-item input::-moz-placeholder{color: #ddd;}
.Header-search-item input:-ms-input-placeholder{color: #ddd;}
.Header-search-item.active input{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 40px;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;background: url('../imgApp/app/searchW.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}

.Header-navbar{float: right;margin-right: 40px;visibility: visible;opacity: 1;transition: visibility .2s ease, opacity .2s ease}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;padding: 0 24px;position: relative;z-index: 9}
.Header-navbar li::after{content: "";position: absolute;width: 100%;height: 0;left: 0;bottom: 0;background: #c41218;opacity: 0;transition: height .4s ease, opacity .2s ease .3s;}
.Header-menu{position: relative;z-index: 4;height: 90px;display: flex;align-items: center;font-size: 16px;color: #fff;transition: color .4s ease;}
.Header-navbar li.active .Header-menu, .Header-navbar li:hover .Header-menu{color: #fff}
.Header-navbar li.active::after, .Header-navbar li:hover:after{height: 100%;opacity: 1;transition: height .4s ease .1s, opacity .2s ease;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: transparent;left: 0;width: 800px;font-size: 0;padding: 24px 24px;}
.Header-navbar li:nth-last-child(1) .Header-drop{left: auto;right: 0;text-align: right;}
.Header-navbar li:nth-last-child(2) .Header-drop{left: auto;right: 0;text-align: right;}
.Header-block{position: absolute;width: 100%;left: 0;background: #313131;height: 69px;top: 90px;display: none;}
.Header-drop a{display: inline-block;margin: 0 14px;vertical-align: middle;font-size: 14px;color: #fff;transition: color .4s ease;position: relative;z-index: 2;}
.Header-drop a.active, .Header-drop a:hover{color: #c41218;}
.Header-drop a:first-child{margin-left: 0;}
.Header-drop a:last-child{margin-right: 0;}

.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #444;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #444;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}



/* banner */
.banner{width: 100%;position:relative;background: #a3b8c0; margin-top:60px;}
.banner-bg{width: 100%;overflow: hidden;}
.banner-bg img{width:100%;object-fit:cover}
.banner-bg img.banner-bg-pc{height: 100vh;}
.banner-bg img.banner-bg-mb{display:none}
.banner .hasVideo video{position: absolute;width: 100%;height: 100%;object-fit: cover;z-index: 4;top: 0;left: 0;}
.banner-cont{width:100%;height:100%;position:absolute;left:0;top:0;z-index: 10;}
.banner-cont .contain{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}
.banner-cont-title{color:#fff;text-align:center;font-size:60px;font-family: "思源黑体 CN", "Source Han Sans CN", "noto sans";font-weight: 500;}
.banner-cont-title p{display:block}
.banner-nav{position:absolute;left:50%;bottom:70px;z-index:2;display:flex;transform:translateX(-50%);align-items:center}
.banner .swiper-pagination{position:static;display:flex;align-items:center}
.banner .swiper-pagination-bullet{border-radius:0;background:0 0;color:#fff;font-size:14px;font-family: "Montserra";width:auto;height:auto;opacity:.5;line-height:1;display:flex;align-items:center;transition:all .8s ease;position:relative;margin-left:22px}
.banner .swiper-pagination-bullet:last-child{margin-right:22px}
.banner .swiper-pagination-bullet:after{content:'';position:absolute;left:22px;height:2px;width:0;background:#c41218;margin-left:22px;transform-origin:left top}
.banner .swiper-pagination-bullet.active:after{width:66px;transition:width 4s linear .4s}
.banner .swiper-pagination-bullet-active+.swiper-pagination-bullet{margin-left:0}
.banner .swiper-pagination-bullet-active{opacity:1;color:#fff;margin-right:120px!important}
.banner-btn{display:flex;align-items:center;transition:all .4s ease}
.banner-btn.prev:hover{transform:translateX(-5px)}
.banner-btn.next:hover{transform:translateX(5px) rotate(180deg)}
.banner-btn img{width:18px;height:18px}
.banner-btn.next{transform:rotate(180deg)}
.banner-play{box-sizing:border-box;width:0;height:12px;border-style:solid;border-width:6px 0 6px 12px;border-color:transparent transparent transparent #fff;cursor:pointer;will-change:border-width;transition:all .2s ease;margin-left:30px}
.banner-play.paused{border-style:double;border-width:0 0 0 12px}
.banner-cont-title p{opacity: 0;}
.banner-cont-title p:nth-child(1){animation: indbanRunL 1s ease both .2s;}
.banner-cont-title p:nth-child(2){animation: indbanRunR 1s ease both .2s;}
@keyframes indbanRunL{0%{transform: translateX(-200px);opacity: 0;}100%{transform: translateX(0);opacity: 1;}}
@keyframes indbanRunR{0%{transform: translateX(200px);opacity: 0;}100%{transform: translateX(0);opacity: 1;}}

/* banner视频 */
.banner .hasVideo .banner-img img.banner-bg-pc{animation: hasVideoImg 1s ease both;}
@keyframes hasVideoImg {0%{opacity: 1;}100%{opacity: 0;}}
.banner .hasVideo video{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: 2;}
@media all and (max-width:1151px) {.hasVideo .banner-bg img.banner-bg-pc{animation: none;}.hasVideo video{display: none;}}



.index-tit{font-size:42px;color:#1a1a1a;font-weight:700;text-align:center;padding-bottom:26px;margin-bottom:22px;position:relative}
.index-tit:after{content:'';position:absolute;left:50%;bottom:0;transform:translate(-50%);height:4px;width:80px;background:#c41218}
.index-tit.white{color:#fff}
.index-tit.white:after{background:#fff}
.index-tip{font-size:16px;text-align:center;color:#666;line-height: 26px}
.index-tip.white{color:#fff}
.index-tip b, .index-tip strong{font-weight: normal;}

.news{padding:94px 0;background:#f0f0f0}
.news .contain{width: 1460px;}
.news .swiper-container{padding: 0 10px 90px}
.news .index-tit{margin-bottom:50px}
.news a{display:block;width:100%;box-shadow:0 6px 10px 2px rgba(0,0,0,.1);transition:all .4s ease;position: relative;}
.news-pic{width:100%;overflow:hidden}
.news-pic img{width:100%;object-fit:cover;transition:all .8s ease}
.news a:hover img{transform:scale(1.06)}
.news-info{background:#fff;display:flex;padding:34px 30px 41px;z-index: 1;position: relative;transition: all .4s ease}
.news a:hover .news-info{transform: translateY(-40px)}
.news-time{font-size:14px;color:#888;font-family: "Samsung";text-align:center}
.news-time span{font-weight:700;font-size:36px;color:#333;display:block;width:60px;line-height:1}
.news-txt{width:calc(100% - 60px);padding-left:28px}
.news-txt-title{font-size:18px;color:#333;font-weight:700;margin-bottom:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.news-txt p{font-size:14px;line-height:24px;color:#888;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical}
.news .swiper-pagination-bullet{width:12px;height:12px;opacity:1;background:#ccc}
.news .swiper-pagination-bullet-active{background:#c41218}
.news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 12px}
.news-more{position:absolute;z-index:0;width:100%;background:#c41218;color:#fff;display:flex;align-items:center;justify-content:center;height:40px;left:0;bottom:0;font-size:16px}
.news-more i{display:block;background:url("../images/common/arr-r.png") no-repeat center/100%;width:6px;height:10px;margin-left:20px}


.index1 {
  padding: 100px 0 136px;
}

.index1 .contain .xx{
  font-size: 14px;
  font-weight:normal;
  line-height: 30px;
  margin: 40px auto 0;
  color:#666;
  text-align:left;
  padding:0 20px;
}
.index1 .contain .xx h3{
	width:100%;
	text-align:center;
	color:#333;
	font-size:18px;
	}
.index1 .contain .xx p{
	text-align:justify;
	}
.index1 .content {
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 4px 7px 20px 0px rgba(15, 41, 76, 0.1);
}

.index1 .content .left {
  width: 50%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index1 .content .left img {
}

.index1 .content .right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.index1 .content .right .item {
  background: #fff;
  width: 50%;
  color: #333;
  display:inline-block;
  vertical-align:top;
  padding: 0 5%;
}

.index1 .content .right .item1 {
}

.index1 .content .right .item2 {
}

.index1 .content .right .item3 {
  color: #fff;
}

.index1 .content .right .item4 {
  color: #fff;
}

.index1 .content .right .item h4 {
  font-size: 30px;
  font-weight: bold;
  font-family: "DIN Alternate";
}

.index1 .content .right .item h4 span {
  font-size: 80px;
}

.index1 .content .right .item h4 span.f50 {
  font-size: 50px;
}

.index1 .content .right .item h5 {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 1px;
  color: inherit;
  text-align: left;
  margin: 20px 0 0;
}

.index1 .content .right .item h6 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
  height: 56px;
}

/* 弹窗 */
.z_tanchuang {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 10;
}

.z_tanchuang .tbox {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

/* 弹窗内容 */
.z_tanchuang .tbox .modal {
  background: white;
  padding: 50px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(../imgApp/app/out.png) center no-repeat;
  background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.z_tanchuang .tbox .modal .img img {
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
  background: #fff url(../imgApp/app/out2.png) center no-repeat;
  background-size: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
  padding: 20px;
}

.z_tanchuang .tbox .modal .img {
  max-width: 1200px;
}

/* 弹窗选中 */
.z_tanchuang.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(0);
  -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* 弹窗动画 */
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}


@media all and (max-width:1000px) {

   /* 平板设备 720 适配 */
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain{width: 92%;}
    body.noLucency .Container-wrapper{margin-top: 60px;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper{background: #fff;}
    .Header-wrapper .contain{width: 100%;padding: 0;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-logo, .Header-search-click{height: 60px;}
    .Header-logo{margin-left: 2%;}
    .Header-logo img.s{opacity: 0;}
    .Header-logo img.h{opacity: 1;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin: 0 12px 0 0;background: url('../imgApp/app/lang.svg') no-repeat center/20px auto;width: 30px;height: 60px;}
    .Header-lang-menu{display: none;background: #fff;flex-wrap: wrap;height: auto;padding: 4px 0;font-size: 0;box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);padding-left: 0;position: relative;color: #444;position: absolute;top: 60px;left: 50%;width: 100px;margin-left: -50px;}
    .Header-lang-menu:before {content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}
    .Header-lang-menu a{display: block;width: 100%;font-size: 16px;text-align: center;height: 34px;line-height: 34px;}
    .Header-lang.active .Header-lang-menu{display: block;animation: langInUp .4s ease-out;}
    @keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;transition: none;}
    .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: transform .4s ease, opacity .4s ease;padding: 0;position: relative;}
    .Header-navbar li::after{display: none;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 50px;padding: 0 4%;color: #444;}
    .Header-arrow{display: block;width: 50px;height: 50px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../imgApp/app/arrD.svg') no-repeat center /18px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #444;}
    .Header-navbar li.active .Header-menu{color: #c41218;}
    .Header-block{display: none !important;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 16px 0;text-align: left !important;background: #313131;}
    .Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;width: 50%;margin: 0;}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;}
    .Header-search-item .contain {padding-right: 0;}
    .Header-search-item input{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none !important;background: #fff;color: #444;}
    .Header-search-item input::-webkit-input-placeholder{color: #999;}
    .Header-search-item input:-moz-placeholder{color: #999;}
    .Header-search-item input::-moz-placeholder{color: #999;}
    .Header-search-item input:-ms-input-placeholder{color: #999;}
    .Header-search-item.active input{animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #c41218 url('../imgApp/app/searchW.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url('../imgApp/app/close.svg') !important;}
    .Header-search-click {background-image: url('../imgApp/app/search.svg') !important;}
	
	.banner-bg img.banner-bg-pc{display:none}
    .banner-bg img.banner-bg-mb{display:block;min-height: 320px;}
	.banner-nav{bottom: 20px}
	
	.index-tit {
        font-size: 26px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
	.index-tit:after {
        height: 2px;
        width: 60px;
    }
	.news { padding: 30px 0 20px;}
	.news .contain{width: 92%;}
	.news .index-tit {
        margin-bottom: 30px;
		font-size:22px;
    }
	
	.news .swiper-container {
        padding: 0 0 50px;
    }
	.news a {
        box-shadow: none;
    }
	.news-time {
        width: 100%;
        text-align: left;
		font-size:14px;
    }
	.news-time span {
		font-size:22px;
        display: inline-block;
        width: auto;
        margin-right: 10px;
    }
	.news-txt {
        width: 100%;
        padding: 0;
        margin-top: 12px;
    }
	.news-txt-title {
        font-size: 16px;
        margin:0px;
    }
    .news-info {
        flex-wrap: wrap;
		padding: 10px 15px;
    }
	.news-more {
        display: none;
    }
	.news .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
	.news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
	
	
	.index1 {
		padding: 0 0 40px;
		background:url(../imgApp/app/ss.jpg) #f7f8fa center bottom / 100% auto no-repeat;
		overflow:hidden;
	  }
	  .index1 .container h5 {
		margin-top: 20px;
	  }
	  .index1 .content {
		margin-top: 40px;
		flex-direction: column;
		padding-top:20px;
	  }
	  .index1 .content .left {
		width: 100%;
		height: 260px;
	  }
	  .index1 .content .left a {
		width: 80px;
		height: 80px;
	  }
	  .index1 .content .right {
		width: 100%;
	  }
	  .index1 .content .right .item {
		height:auto;
		padding:2%;
	  }
	  .index1 .content .right .item h4 {
		font-size: 20px;
		margin:15px 10px;
	  }
	  .index1 .content .right .item h4 span {
		font-size: 40px;
	  }
	  .index1 .content .right .item h4 span.f50 {
		font-size: 30px;
	  }
	  .index1 .content .right .item h5 {
		font-size: 18px;
		margin-top: 0;
	  }
	  .index1 .content .right .item h6 {
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
		height:auto;
		margin-bottom:10px;
	  }
	  
	  .index1 .content .right .item1{
		  height:140px;
		  }
	  .index1 .content .right .item2{
		  height:140px;
		  }
	  .index1 .content .right .item3{
		  background:url(../imgApp/app/q1.jpg) center / cover no-repeat;
		  }
	  .index1 .content .right .item4{
		  background:url(../imgApp/app/q2.jpg) center / cover no-repeat;
		  }
	  
	  .z_tanchuang .tbox .modal .out {
        top: -50px;
        right: 0;
      }
	
}