@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.in-banner .swiper-container,
.in-banner .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}
.in-banner .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-banner .swiper-button-prev{
	left:6%;
}
.in-banner .swiper-button-next{
	right:6%;
}
.in-banner .swiper-button-prev:after,
.in-banner .swiper-button-next:after{
	font-size: 40px;
}
.in-banner .swiper-pagination{
	bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin:0 4px;
	background: none;
	border-radius: 50%;
	background: #8a8a8a;
	position: relative;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1；
}
@media (max-width:1280px) {
	.in-banner .swiper-button-prev{
		left:3%;
	}
	.in-banner .swiper-button-next{
		right:3%;
	}
}
@media (max-width:1280px) {
	.in-banner{
		height: auto;
	}
	.in-banner .swiper-container,
	.in-banner .swiper-slide a{
		height: auto;
	}
	.in-banner .swiper-slide img{
		height: auto;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.in-banner .swiper-button-prev:after,
	.in-banner .swiper-button-next:after{
		font-size: 18px;
	}
	.in-banner .swiper-pagination{
		bottom: 10px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin:0 2px;
	}
}

.in-box1{
	width: 100%;
	position: relative;
	background: #1d2729;
	overflow: hidden;
}
.in-box1 > img{
	width: 100%;
	display: block;
}
.in-box1 .word{
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    color: #ffffff;
}
.in-box1 .word .wrap{
	position: relative;
}
.in-box1 .word .wrap:before{
	content: "";
	width: 124px;
	height: 3px;
	background: #ffffff;
	position: absolute;
	top:0;
	left: 0;
}
.in-box1 .word .wrap h1{
	display: flex;
}
.in-box1 .word .wrap h1 span{
	font-family:'Fontsstyle1';
	margin-right: 10px;
}
@media (max-width:1280px) {
	.in-box1{
		position: relative;
	}
	.in-box1 > img{
		position: absolute;
		height: 100%;
		object-fit: contain;
		object-position: bottom center;
	}
	.in-box1 .word{
		margin-bottom:50%;
		position: relative;
	}
	.in-box1 .word .wrap:before{
		width: 94px;
	}
}
@media (max-width: 992px) {
	.in-box1 .word .wrap:before{
		width: 84px;
	}
}
@media (max-width: 750px) {
	.in-box1 .word .wrap:before{
		width: 64px;
	}
	.in-box1 .word .wrap h1{
		font-size: 20px;
	}
	.in-box1 .word .wrap h2{
		font-size: 16px;
		margin-top: 4px;
	}
}

.in-box2{
	width: 100%;
	background: url(../images/pro-bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.in-box2 .wrap{
	max-width: 1450px;
}
.in-box2 .title{
	display: flex;
}
.in-box2 .title .left{
	width: 190px;
}
.in-box2 .title .left h1{
	line-height: 58px;
}
.in-box2 .title .right{
	width: calc(100% - 190px);
	display: flex;
	justify-content: center;
	font-family:'Fontsstyle1';
}
.in-box2 .title .right .text{
	position: relative;
}
.in-box2 .title .right .text:before{
	content: "";
	width: 124px;
	height: 3px;
	background: #ffcc02;
	position: absolute;
	top:0;
	left: 0; 
}
.in-box2 .content{
	width: 100%;
	overflow: hidden;
}
.in-box2 .content img{
	width: 100%;
	display: block;
}
.in-box2 .content .text{
	width: 100%;
	text-align: center;
	background:#cccccc;
	line-height: 60px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-box2 .content .swiper-pagination{
	position: relative;
}
.in-box2 .content .swiper-pagination .swiper-pagination-bullet{
	width: 36px;
	height: 4px;
	border-radius: 0;
	background:#fff;
}
@media (max-width:1280px) {
	.in-box2 .title .left{
		margin-top: 0;
	}
    .in-box2 .title .left h1{
		line-height: 48px;
	}
	.in-box2 .content .text{
		line-height: 50px;
	}
}
@media (max-width:992px) {
	.in-box2 .title .left h1{
		line-height: 42px;
	}
	.in-box2 .content .text{
		line-height: 40px;
	}
}
@media (max-width:750px) {
	.in-box2 .title .left{
		width: 100%;
	}
	.in-box2 .title .right{
		display: none;
	}
	.in-box2 .title .left h1{
		font-size: 24px;
		line-height: 24px;
	}
	.in-box2 .title .left h2{
		font-size: 14px;
		margin-top: 0;
	}
	.in-box2 .content .text{
		line-height: 36px;
	}
	.in-box2 .content .swiper-pagination .swiper-pagination-bullet{
		width: 24px;
		height: 2px;
	}
}

.in-box3{
	overflow: hidden;
}
.in-box3 .title,
.in-box3 .content{
	display: flex;
	justify-content: space-between;
    align-items: stretch;
}
.in-box3 .title{
	font-family:'Fontsstyle1';
}
.in-box3 .title .left h1{
	line-height: 66px;
}
.in-box3 .title .left h2{
	display: flex;
	align-items: flex-end;
}
.in-box3 .title .left h2 span{
	display: block;
}
.in-box3 .title .left h2 span:nth-child(2){
	margin-left: 6px;
}
.in-box3 .title .right img{
	display: block;
}
.in-box3 .content .left{
	width: 31%;
    display:flex;
    flex-direction: column;
	justify-content: space-between;
}
.in-box3 .content .left .word{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    line-clamp: 12;
    -webkit-box-orient: vertical;
}
.in-box3 .content .left .more{
    width: 160px;
    height: 48px;
    line-height: 48px;
    display: block;
    background: #000;
    text-align: center;
    color: #fff;
}
.in-box3 .content .right{
	width: 66%;
}
.in-box3 .content .right img{
	width: 100%;
    height:100%;
    object-fit: cover;
	display: block;
}
.in-box3 .content .right video{
    width:100%;
    display: block;
    background: #000;
}
@media (max-width:1280px) {
	.in-box3 .title .left h1{
		line-height: 58px;
	}
	.in-box3 .title .right img{
		width: 120px;
	}
    .in-box3 .content .left{
		width: 48%;
	}
	.in-box3 .content .right{
		width: 48%;
	}
}
@media (max-width:992px) {
	.in-box3 .title .left h1{
		line-height: 48px;
	}
	.in-box3 .title .right img{
		width: 100px;
	}
	.in-box3 .content .left,
	.in-box3 .content .right{
		width: 100%;
	}
	.in-box3 .content .right{
		margin-top: 4%;
	}
	.in-box3 .content{
		flex-direction: column;
	}
}
@media (max-width:750px) {
	.in-box3 .title .right img{
		width: 60px;
	}
	.in-box3 .title .left h1{
		font-size: 28px;
		line-height: 28px;
	}
	.in-box3 .content .left .more{
        width: 140px;
        height: 36px;
        line-height: 36px;
    }
}

.in-box4{
	width: 100%;
	position: relative;
	background: url(../images/net-bg.jpg) repeat-x;
	background-size: cover;
	overflow: hidden;
}
.in-box4 a{
	color: #fff;
}
.in-box4  .wrap .image img{
	width: 100%;
	display: block;
}
.in-box4  .wrap .box2 h1{
	line-height: 48px;
}
.in-box4  .wrap .box2 h1 strong{
	font-weight: normal;
	font-family:'Fontsstyle1';
}
@media (max-width:1280px) {
	.in-box4  .wrap .box1 h1{
		line-height: 48px;
	}
	.in-box4  .wrap .box2 h1{
		line-height: 42px;
	}
}
@media (max-width:992px) {
	.in-box4  .wrap .box1 h1{
		line-height: 42px;
	}
	.in-box4  .wrap .box2 h1{
		line-height: 36px;
	}
}
@media (max-width:750px) {
	.in-box4  .wrap .box1 h1{
		font-size: 24px;
		line-height: 24px;
	}
	.in-box4  .wrap .box1 h2{
		font-size: 14px;
		margin-top: 0;
	}
	.in-box4  .wrap .box2 h1{
		line-height: 24px;
		font-size: 20px;
	}
	.in-box4  .wrap .box2 h2{
		font-size: 14px;
		margin-top: 0;
	}
	.in-box4  .wrap .box2 h2.mt20{
		margin-top: 10px;
	}
}

.in-box5{
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
}
.in-box5 .title{
	display: flex;
}
.in-box5 .title .left{
	width: 190px;
}
.in-box5 .title .left h1{
	line-height: 58px;
}
.in-box5 .title .right{
	width: calc(100% - 190px);
	display: flex;
	justify-content: center;
	font-family:'Fontsstyle1';
}
.in-box5 .title .right .text{
	position: relative;
}
.in-box5 .title .right .text:before{
	content: "";
	width: 124px;
	height: 3px;
	background: #ffcc02;
	position: absolute;
	top:0;
	left: 0; 
}
.in-box5 .content{
	display: flex;
	align-items: stretch;
}
.in-box5 .content img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .7;
	display:block;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-box5 .content img:hover{
	opacity: 1;
}
.in-box5 .content .left{
	width: 40%;
	position: relative;
	background: #000;
}
.in-box5 .content .right{
	width: 60%;
}
.in-box5 .content .right ul{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.in-box5 .content .right li{
	height: 50%;
	background: #000;
}
.in-box5 .content .right li:nth-child(1),
.in-box5 .content .right li:nth-child(4){
	width: 67%;
}
.in-box5 .content .right li:nth-child(2),
.in-box5 .content .right li:nth-child(3){
	width: 33%;
}
@media (max-width:1280px) {
	.in-box5 .title .left{
		margin-top: 0;
	}
    .in-box5 .title .left h1{
		line-height: 48px;
	}
	.in-box5 .content{
		flex-direction: column;
	}
	.in-box5 .content .left,
	.in-box5 .content .right{
		width: 100%;
	}
	.in-box5 .content .left{
		display: none;
	}
	.in-box5 .content .right li{
		height: auto;
	}
}
@media (max-width:992px) {
	.in-box5 .title .left h1{
		line-height: 42px;
	}
}
@media (max-width:750px) {
	.in-box5 .title .left{
		width: 100%;
	}
	.in-box5 .title .right{
		display: none;
	}
	.in-box5 .title .left h1{
		font-size: 24px;
		line-height: 24px;
	}
	.in-box5 .title .left h2{
		font-size: 14px;
		margin-top: 0;
	}
}