.closebtn{
    position: absolute;right: 0;top: 0;z-index: 9998;
    border: 1px solid white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.1;
}
.ad{
  position: fixed;
  bottom: 0%;
  right: 0;
  width: 40%;
  z-index: 9999;
}
.ad .ad_wrapper{
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.ad .content{
  padding: 20px;
}
.ad .content h1{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.ad .content p{
  text-indent: 28px;
  text-align: justify;
}
.ad .button{
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -8px;
  background: rgb(156, 156, 156);
  cursor: pointer;
  color: white;
}
.swiperlunbo {
    width: 100%;
	position:relative !important;

}

.swiper-container {
  overflow: hidden;
}
.swiper-container .swiper-slide{
    display: flex;
    align-items: center;
	overflow:hidden;
}

.swiper-container .swiper-slide-active .swiper-slide-content{
    top: 0; 
}
.swiper-container .swiper-slide-prev .swiper-slide-content{
    top: -1000px; 
}
.swiper-container .swiper-slide-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: -1000px;
  z-index:9999;
  font-size: 18px;
  color: white;
  width:40%;
  max-width: 50%;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 0px 32px 0px 80px;
  background: rgba(0,0,0,.5);
  height: 100%;
  transition:all 1.8s ease-in-out;
  -moz-transition:all 1.8s ease-in-out;
  -ms-transition:all 1.8s ease-in-out;
  -o-transition:all 1.8s ease-in-out;
  -webkit-transition:all 1.8s ease-in-out;
}
.swiper-container .swiper-slide-content h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.swiper-container .swiper-slide-content h2 {
    font-size: 1.35rem;
    margin-bottom: 20px;
}
.swiper-container .swiper-slide-content .swiper-more {
	display:inline-block;
    border: 1px solid white;
    padding: 4px 12px;
    width: 132px;
    cursor: pointer;
	position:relative;
}

.swiper-container .swiper-slide-content .swiper-more .line {
	display: block;
    position: absolute;
    background: none;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
}
.swiper-container .swiper-slide-content .swiper-more .line-top {
	height: 1px;
    width: 0px;
    left: -110%;
    top: -1px;
}
.swiper-container .swiper-slide-content .swiper-more .line-left {
	width: 1px;
    height: 0;
    left: -1px;
    bottom: -110%;
}
.swiper-container .swiper-slide-content .swiper-more .line-right {
	width: 1px;
    height: 0px;
    right: -1px;
    top: -110%;
}
.swiper-container .swiper-slide-content .swiper-more .line-bottom {
	width: 0px;
    height: 1px;
    right: -110%;
    bottom: -1px;
}
.swiper-container .swiper-slide-content .swiper-more:hover .line-top {
	width: 100%;
    left: -1px;
}
.swiper-container .swiper-slide-content .swiper-more:hover .line-left {
	height: 100%;
    bottom: -1px;
}
.swiper-container .swiper-slide-content .swiper-more:hover .line-right {
	height: 100%;
    top: -1px;
}
.swiper-container .swiper-slide-content .swiper-more:hover .line-bottom {
	width: 100%;
    right: -1px;
}
.swiper-container .swiper-slide-content .swiper-more:hover .line {
	background:#fff;
}

.swiper-container .swiper-slide-content .swiper-more a:hover{
	text-decoration:none;
}
.swiper-container .swiper-slide-content .swiper-more img{
	transition:all .5s ease
}
.swiper-container .swiper-slide-content .swiper-more:hover img{
	margin-left:10px;
}

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
	.swiper-container .swiper-slide {
		align-items:stretch;
	}
	.swiper-container h2{
		top:40%
	}
}


.swiper-container img {
    width: 100%;
    height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover';
}
.swiper-container .swiper-slide-active img {
    z-index: 9000;
	animation: anima_img 9s ease infinite;
    -webkit-animation: anima_img 9s ease infinite;
	}

@keyframes anima_img {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
}
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
.introduce .introduce-main .introduce-main-top{
	padding:0 8%;
}
.introduce .introduce-main .introduce-main-top .imgbox1{
	width:480px;
	height:252px;
	cursor:pointer;
	overflow:hidden;
}
.introduce .introduce-main .introduce-main-top .imgbox1 video{
	width:100%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 27px;
    height: 45px;
    background-image: url(../../img/index/left.png)
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 27px;
    height: 45px;
    background-image: url(../../img/index/right.png)
}

.swiper-pagination-bullet {
  background: white;
  
  opacity: 1;
}
.swiper-container .swiper-pagination-bullet {
  width: 100px;
  height: 3px;
  border-radius: 10%;
}


.swiper-pagination2 .swiper-pagination-bullet {
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
    background: #F49455;
}

.swiper-title {
    width: 60%;
    position: absolute;
    z-index: 9997;
    margin-left: 10%;
    margin-top: -36%;
}

.swiper-buttom {
    position: absolute;
    z-index: 9997;
    padding: 1% 2% 1% 2%;
    margin-left: 80px;
    margin-top: -10%;
    text-align: center;
    color: white;
}
.swiper-buttom img{
	width:20px;
	height:12px;
	padding-bottom: 1px;
}
.swiper-buttom span a{
    color: white;
    text-decoration: none;
}
.exhibition {
    width: 97%;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
    margin-top: 5%;
    overflow: hidden;
}

.exhibition-span {
    font-size: 100px;
    font-weight: bold;
    float: left;
    position: absolute;
    color: #EFF3F4;
    margin-left: 20%;
}

.exhibition-span2 {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    float: left;
    color: #182548;
    margin-left: 60%;
    margin-top: 4%;
}

.exhibition-img {
    width: 100%;
    float: left;
}


.exhibition-lunbo {
    width: 80%;
    margin-left: 10%;
    float: left;
    margin-top: 100px;
    padding-bottom: 50px;
}

.swiper-container2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-container2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.swiper-container2 .swiper-slide {
    color: #182A5E;
    font-size: 16px;
    cursor: pointer;
}

.swiper-slide-div {
    border: 1px solid #C3C3C3;
    padding: 20px;
}

.swiper-container2 .swiper-slide div {
    line-height: 40px;
    color: white;
	font-size:21px;
}
.swiper-container2 .swiper-slide .swiper-slide-div{
    background: rgba(0, 0, 0, 0);
    color: white;
	height:150px;
}

.swiper-container2 .swiper-slide .swiper-slide-div:hover {
    background: rgba(0, 0, 0, 0.5);
}

.swiper-container2 .swiper-slide .swiper-slide-hr {
    width: 60px;
    height: 1px;
    background: white;
	margin-top:20%;
	margin-bottom:10px;
	opacity:0;
	transition:all .5s ease-in;
}

.swiper-container2 .swiper-slide .swiper-slide-name{
	opacity:0;
	transition:all .5s ease-in;
}

.swiper-container2 .swiper-slide .swiper-slide-div:hover .swiper-slide-name,
.swiper-container2 .swiper-slide .swiper-slide-div:hover .swiper-slide-hr
{
	opacity:1;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin-top: 55px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: center;
}

.swiper-container2 .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    margin: 1px 10px !important;
}

.swiper-container2 .swiper-pagination-bullet-active {
    background: white;
    padding: 8px;
    border: 1px solid #F49455;
    margin-top: 10px;
}

.swiper-container2 .swiper-pagination-bullet-active::after {
   background: #F49455 !important;
}

.swiper-container2 .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    background: #555555;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.swiper-slide-div:hover a{
    color: white;
    text-decoration: none;
}
.swiper-slide-div a{
    color: #182A5E;
}

.swiper-slide-div:hover .swiper-slide-hr {
    background: white;
}

.swiper2-span {
    display: inline-block;
    background: #555555;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.news {
    width: 100%;
    float: left;
    background: #F8F8F8;
    overflow: hidden;
    padding: 150px 0 100px 0;
}

.news-view {
    width: 94%;
    margin-left: 3%;
}

.news-span {
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    z-index: 9997;
    float: left;
    color: #EFF3F4;
    margin-top: -150px;
    margin-left: 32%;
}

.news-span2 {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    z-index: 9997;
    float: left;
    color: #182548;
    margin-top: -80px;
    margin-left: 28%;
}

.news-left {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}

.news-left-left {
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
}

.swiper-container3 .swiper-slide {
    width: 100%;
}

.swiper-container3 .swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper-container3 .swiper-slide a{
    text-decoration: none;
}
.news-left-left-title {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 9997;
    margin-top: -50px;
    line-height: 50px;
    text-indent: 20px;
    color: white;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
}

.news-left-left-title div {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-pagination3.swiper-pagination-bullets {
    margin-top: -25px;
    position: relative;
    z-index: 9997;
    text-align: right;
}

.swiper-pagination3 .swiper-pagination-bullet {
    margin: 0 10px !important;
}

.news-left-right {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    padding: 0 20px 0 20px;
    font-size: 16px;
    color: #8A8A8A;
}

.news-left-right-div {
    margin-top: 10px;
	margin-bottom:26px;
}
.news-left-right-more{
	
}
.news-left-right-more a img{
	width:16px;height:16px;
}
.news-left-right-more a{
	cursor:pointer;
	color:#F49455 !important;
}
.news-left-right-more a:hover{
	text-decoration:underline !important;
}

.news-left-right-div:nth-child(1) {
    margin-top: 0px;
}

.news-left-right-div-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-left-right-div-title a{
    color: #333;
    font-weight: bold;
}
.news-left-right-div-title a:hover{
    color: #F49455;
}

.news-left-right-div-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-left-right-div-gd {
    line-height: 30px;
    font-size: 12px;
}

.news-left-right-div-gd a {
    text-decoration: none;
    color: #666;
}
.news-left-right-div-gd a:hover {
    color: #F49455;
}

.news-right {
    float: left;
    box-shadow: 0px 0px 9px 1px rgba(139, 139, 139, 0.1);
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -60px;
}

.news-right-top {
    padding-left: 0px;
    padding-right: 0px;
}

.news-right-top-gg {
    height: 60px;
    float: left;
    line-height: 60px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.news-right-top-gg a {
    color: #F49455;
	font-size: 12px;
}

.news-right-top-gd-img {
    width: 20px;
    height: 14px;
}

.news-active {
    background: #F49455;
    color: white;
}
.news-active a{
    color: white;
}

.news-right-list {
    width: 95%;
    padding-left: 5%;
    float: left;
    padding-top: 10px;
}

.news-right-list-div {
    width: 100%;
    color: #6B6B6B;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 17px;
}

.news-right-list-div a{
    color: #6B6B6B;
}

.news-right-list-div:hover a,
.news-right-list-div:hover
{
    color: #F49455;
}

.news-right-list-div-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-right-list-div-title a{
  color: #333;
  font-size: 16px;
}

.news-right-list-div-time {
	font-size: 14px;
  color: #999;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.introduce {
    width: 100%;
    float: left;
    background: #162C57;
    background-image: url('../../img/index/bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 7% 5% 0 5%;
    color: white;
}
.introduce-main {
    margin: 0 auto;
}

.introduce-main-top-div {
    float: left;
}

.introduce-main-top-a-logo {
    width: 100%;
    font-size: 73px;
    color: #415071;
    font-weight: bold;
	text-transform:uppercase;
}

.introduce-main-top-a-logo span {
    display: block;
}

.introduce-main-top-a-view {
    float: left;
	padding-left:0px !important;
}

.introduce-main-top-a-text {
	padding-left:4px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.introduce-main-top-a-gd {
    float: right;
    margin-top: 10px;
}

.introduce-main-top-a-gd a {
    color: white;
}

.introduce-main-top-c-view {
    padding:15px 30px 15px;
    background: #F49455;
    float: right;
}

.introduce-main-top-c-view a {
    text-decoration: none;
    color: black;
}

.introduce-main-top-c-title {
    font-size: 40px;
}

.introduce-main-top-c-text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.introduce-main-top-c-gd {
      display: inline-block;
  padding: 0 0.625rem;
  margin-top: 10px;
  font-size: 14px;
  border: 1px solid white;
  border-radius: 0.25rem;
  color: white;
}
.introduce-main-top-c-gd img{
  width: 20px;
  height: 20px;
}

.introduce-main-bottom {
    width: 100%;
    float: right;
    overflow: hidden;
    color: white;
    margin-top: 50px;
    padding-top: 3%;
    padding-bottom: 3%;
}

.introduce-main-bottom-list {
    display:flex;
    overflow: hidden;
}

.introduce-main-bottom-list-left {
    float: left;
    text-align: center;
}

.introduce-main-bottom-list-left {
    float: left;
    overflow: hidden;
}

.introduce-main-bottom-list-left-img {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.introduce-main-bottom-list-left-img img {
    width: 100%;
    height: 100%;
}

.introduce-main-bottom-list-left-title {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}

.introduce-main-bottom-list-right {
    line-height: 51px;
    font-size: 40px;
    font-weight: bold;
}
.introduce-main-bottom-list-right div{
	font-size:22px;
	line-height:1;

}
.introduce-main-bottom-list-right div:last-child {
	margin-top:11px;
}

.introduce-main-bottom-list-right span{
    font-size: 20px;
    font-weight: 400;
    margin-left: -8px;
}

.bottom-left-list.contact div{
    display: inline-block;
    width: max-content;
    margin-right: 10px;
}

.introduce-main-bottom-view .col-lg-6{
    padding: 0 !important;
}

@media screen and (max-width: 1280px) {
    .introduce-main-top-a-logo {
        font-size: 80px;
    }
	.introduce-main-bottom-list-right {
		font-size:30px;
	}
	.introduce-main-bottom-list-right div{
		font-size:18px;
	}
}

@media screen and (max-width: 1140px) {
    .exhibition-span {
        font-size: 80px;
        margin-left: 18%;
    }
    .exhibition-span2 {
        font-size: 24px;
        margin-left: 60%;
        margin-top: 4%;
    }
    .introduce-main-top-a-logo {
        font-size: 60px;
    }
	.introduce-main-bottom-list-right {
		font-size:30px;
	}
	.introduce-main-bottom-list-right div{
		font-size:18px;
	}
}

@media screen and (max-width: 992px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        display: none;
    }
    .swiper-title {
        width: 80%;
        margin-left: 10%;
    }
    .swiper-buttom{
        display: none;
    }
    .exhibition-span {
        width: 97%;
        text-align: center;
        font-size: 50px;
        margin-left: 0%;
    }
    .exhibition-span2 {
        width: 97%;
        text-align: center;
        font-size: 16px;
        margin-left: 0%;
        margin-top: 26px;
    }
    .exhibition-img {
        margin-top: 60px;
    }
    .swiper-container2 .swiper-slide div {
        line-height: 25px;
    }
    .news-span {
        width: 97%;
        font-size: 50px;
        margin-left: 0%;
        margin-top: -80px;
        text-align: center;
    }
    .news-span2 {
        width: 97%;
        font-size: 16px;
        text-align: center;
        margin-left: 0%;
        margin-top: -50px;
    }
    .news-left-right {
        margin-top: 20px;
    }
    .news-right {
        margin-top: 20px;
    }
    .news-left-right-div {
        width: 100%;
        margin-left: 0%;
        margin-top: 5%;
    }
    .introduce {
        padding: 0%;
    }
    .introduce-main-top-a, .introduce-main-top-b, .introduce-main-top-c {
        margin-bottom: 20px;
    }
    .introduce-main-top-a-view {
        padding: 0px;
    }
    .introduce-main-top-c-title {
        font-size: 30px;
    }
    .introduce-main-bottom {
        margin-top: 0px
    }
    .introduce-main-bottom-list-right {
        text-align: center;
        font-size: 30px;
    }
    .introduce-main-bottom-list-right span{
        font-size: 15px;
    }

    .links-span {
        font-size: 50px;
    }
    .links-span2 {
        font-size: 16px;
        margin-top: -50px;
    }
	.swiper-container .swiper-slide-content h1 {
		font-size: 1.5rem;
	}
	.swiper-container .swiper-slide-content h2 {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 720px) {
	#vdos{
		padding-right:0px !important;
	}
	.introduce-main-top-a-logo {
		font-size:40px;
	}
	.introduce-main-top-a-logo span{
		text-align:center !important;
	}
	.introduce-main-top-a-text {
		-webkit-line-clamp:3;
	}
	.introduce-main-bottom-list-right div:first-child{
		margin-top:40px;
	}
	.introduce-main-bottom-list-right div:last-child {
		margin-bottom:10px;
		margin-top:4px;
	}
	.swiper-container .swiper-wrapper .swiper-slide>img{
        min-height: 50vh !important;
		object-fit:cover;
		animation:none;
    }
	.swiper-container .swiper-slide-content {
		width:100%;
		min-width:100%;
		top:0px;
		padding:0 20px;
	}
	.swiper-container .swiper-slide-content h1{
		margin-bottom:10px;
		font-size:1.25em
	}
	.swiper-container .swiper-slide-content h2{
		margin-bottom:10px;
		font-size:1em;
	}
	.swiper-container .swiper-slide-content .swiper-more img{
		height:18px !important;
	}
	.swiper-container .swiper-slide-active .swiper-slide-content{
		top: 0px; 
	}
	.swiper-container .swiper-slide-prev .swiper-slide-content{
		top: 0px; 
	}
	.swiper-container .swiper-wrapper .swiper-slide:before{
		display:none;
	}
	
    .swiper-container .swiper-pagination-bullet {
        width: 30px;
    }
    .swiperlunbo .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: -5px;
    }
    .exhibition-lunbo {
        margin-top: 50px;
        padding-bottom: 50px;
        width: 96%;
        margin-left: 2%;
    }
	 .ad{
    width: 80%;
    right:10%;
    top: 50%;
    transform: translateY(-50%);
  }
  .ad .content h1{
    font-size: 13px;
  }
  .ad .content p {
    font-size: 12px;
  }
    .news {
        padding: 90px 0 50px 0;
    }
    .news-right {
        margin-top: 20px;
    }
    .news-right-top {
        padding-left: 0px;
        padding-right: 0px;
    }
    .news-right-top-gg {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    
    .news-right-top-gd-img {
        width: 20px;
        height: 10px;
        margin-top: -3px;
    }
    .introduce-main-bottom-list{
        display: flex;
        flex-direction: column-reverse;
    }

    /* swiper-container2 */
    .swiper-container2{
        width: 100%;
    }
    .swiper-container2 .swiper-slide{
        width: 60%;
    }
	.swiper-container2 .swiper-wrapper .swiper-slide-prev{
		margin-top:10px;
	}
    .swiper-container2 .swiper-wrapper .swiper-slide-prev .swiper-slide-div{
        margin-top: 5px;
        padding: 10px 20px;
    }
	.swiper-container2 .swiper-slide div{
        border: none;
    }
	.swiper-container2 .swiper-wrapper .swiper-slide-next{
		margin-top:5px;
	}
    .swiper-container2 .swiper-wrapper .swiper-slide-next .swiper-slide-div{
        padding: 10px 20px;
        margin-top: 10px;
    }
	.swiper-container2 .swiper-wrapper .swiper-slide-active .swiper-slide-div{
		height:170px;
	} 
    .swiper-container .swiper-wrapper .swiper-slide-active{ width: 60%;height: 100%;}

    .swiper-container2 .swiper-slide-active .swiper-slide-div{
        background:rgba(0,0,0,.4) !important;
    }
	.swiper-container2 .swiper-slide-div a {
        opacity: 0;
	}
    .swiper-container2 .swiper-slide-active .swiper-slide-div a{
        color: white;
		opacity: 1 !important;
    }
    .swiper-container2 .swiper-slide-active .swiper-slide-div .swiper-slide-hr{
        background: white;
        display: block;
		opacity:1;
    }
	.swiper-container2 .swiper-slide-active .swiper-slide-div .swiper-slide-name{
		opacity:1;
		font-size:20px;
	}
    .exhibition-lunbo{
        width: 100%;
        margin-left: 0;
    }
    .exhibition {
        width: 100%;
        padding: 0;
    }
    .exhibition-img {
        width: 80%;
        margin-left: 10%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 10px 5px;
    }
	/* video */
    .introduce .introduce-main .introduce-main-top .imgbox1{
        width: auto;
        height: auto;
    }
	.introduce .introduce-main .introduce-main-top .imgbox1 .jmn-video-container{
		width:100%;
		height:100%;
	}
    /* link */
    .links-list {
        height: auto;
    }
	
}


/* animation */

