﻿.particles-js-canvas-el {
	width: auto !important;
	height: 100% !important;
	background-position: center;
	background-repeat: repeat;
	background-size: contain;
	object-fit: contain
}

.video-play-wrap {
	position: fixed;
	z-index: 10
}

.video-play-wrap .shadows {
	position: fixed
}

.video-play-wrap .videos {
	position: fixed
}

@media only all and (max-width: 768px) {
	.content {
		margin-top: 60px
	}
}

.content .banner {
	position: relative
}

.content .banner .banner-img {
	width: 100%
}

.content .banner .banner-con {
	position: absolute;
	left: 8.3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only all and (max-width: 768px) {
	.content .banner .banner-con {
		left: 10px
	}
}

.content .banner .banner-con .text {
	font-size: 50px;
	line-height: 1.1;
	position: relative;
	color: #fff;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 55px
}

@media only all and (max-width: 1600px) {
	.content .banner .banner-con .text {
		font-size: 30px;
		padding-bottom: 40px
	}
}

@media only all and (max-width: 768px) {
	.content .banner .banner-con .text {
		padding-top: 20px;
		padding-bottom: 20px
	}
	
}

@media only all and (max-width: 414px) {
	.content .banner .banner-con .text {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 20px
	}
}

.content .banner .banner-con .text::before {
	position: absolute;
	content: "";
	width: 56px;
	height: 7px;
	background-color: #fff;
	top: 0px;
	left: 0px;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 414px) {
	.content .banner .banner-con .text::before {
		display: none
	}
}

.content .banner .banner-con .arrow-down {
	width: 70px;
	display: inline-block;
	-webkit-animation-name: tds-keyframe-bounce;
	animation-name: tds-keyframe-bounce;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	cursor: pointer
}

@media only all and (max-width: 1600px) {
	.content .banner .banner-con .arrow-down {
		width: 50px
	}
}
.crumbs {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 13px;
}
.crumbs .link {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.content .anchor {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
}
.content .anchor .anchor-item:hover span, .content .anchor .anchor-item.active span {
    background-color: #283263;
    color: #fff;
}
.content .anchor .anchor-item:last-child {
    margin-right: 0;
}
.content .news-wrap .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.content .news-wrap .news-list .item {
    padding: 20px;
    background-color: #fff;
    width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    margin-bottom: 20px;
}
.content .news-wrap .news-list .item .img {
    width: 20%;
    overflow: hidden;
}
.text-con {padding: 10px 0;}
.text-con .title{font-size: 18px;font-weight: bold;}
.content .news-wrap .news-list .item .img .img-con {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.content .news-wrap .news-list .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
	padding-left: 20px;
}
.content .news-wrap .news-list .item .text .text-con .date {
    font-size: 18px;
    line-height: 30px;
    color: #999;
}
.content .news-wrap {
    padding-top: 60px;
    background-color: #f2f2f2;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 120px;
}
.crumbs .now {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.content .anchor .anchor-item {
    font-size: 18px;
    line-height: 30px;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 160px;
	position: relative;
	text-align: center;
}
.content .anchor .anchor-item span{width: 100px;display: inline-block;line-height: 35px;}
.content .anchor .anchor-item::after{content: '';position: absolute;right: 0;top:12px;height: 32px;background: #626262;width: 2px;}
.content .anchor .anchor-item:last-child::after{background: #fff;}
@media only all and (max-width: 1600px){
	.crumbs .link {
	    font-size: 14px;
	    line-height: 24px;
	}
	.content .anchor .anchor-item {
	    font-size: 16px;
	}
	.content .anchor .anchor-item {
	    font-size: 16px;
	}
	.content .news-wrap .news-list .item .text .text-con .date {
	    font-size: 14px;
	    line-height: 24px;
	}
}
@media only all and (max-width: 768px) {

		.content .anchor .anchor-item{
	    min-width: 105px;
	}
	.content .anchor .anchor-item span{width:85px}
}
@media only all and (max-width: 414px) {
	.content .news-wrap .news-list .item .text{width: 100%!important;padding-left: 0px;);}
	.content .news-wrap .news-list .item .img{width: 100%;}
	.content .news-wrap,.content .news-wrap .news-list .item{padding: 15px;}
	
}
