﻿@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.in-banner .swiper-slide img{
	width: 100%;
	display: block;
}
.in-banner .swiper-button-prev,
.in-banner .swiper-button-next{
}
.in-banner .swiper-button-prev{
	left: 3%;
}
.in-banner .swiper-button-next{
	right: 3%;
}
.in-banner .swiper-pagination{
	width: 100%;
	height: 6px;
	bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 40px;
	height: 6px;
	background: #fff;
	opacity: 1;
	border-radius: 5px;
	margin:0 6px;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #bf0a0a;
}

.in-about{
	overflow: hidden;
}
.in-about .box1{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.in-about .box1 .left{
	width: 392px;
	background: #ce0e13;
	padding-bottom: 36px;
}
.in-about .box1 .left .word{
    padding:36px 36px 0 36px;
}
.in-about .box1 .left .more{
	font-size: 12px;
}
.in-about .box1 .left .more a{
	display: flex;
	width: 60px;
	height: 16px;
	background: #830c0c;
	align-items: center;
	justify-content: center;
}
.in-about .box1 .left .more a span{
	font-family: '宋体';
	margin-left: 4px;
}
.in-about .box1 .left .more a:hover{
	background: #fff;
	color: #ce0e13;
}
.in-about .box1 .right{
	width: 796px;
	position: relative;
}
.in-about .box1 .right img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: left bottom;
}
.in-about .box1 .right .word{
	position: absolute;
	bottom: 0;
	left: 0;
	padding:30px;
}
.in-about .box2{
	width: 100%;
	margin-top: 12px;
	overflow: hidden;
}
.in-about .box2 ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.in-about .box2 li{
	width: 392px;
	background: #eeeeee;
	padding:40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	text-transform: uppercase;
}
.in-about .box2 a:hover{
	color: #fff;
}
.in-about .box2 .font18{
	color: rgba(255, 255, 255, .7);
}
.in-about .box2 li:nth-child(1){
	background: url(../images/in-bg1.jpg) no-repeat center;
	background-size: cover;
}
.in-about .box2 li:nth-child(2){
    display: block;
    text-align: left;
}
.in-about .box2 li:nth-child(2) a{
    color: #666;
}
.in-about .box2 li:nth-child(2) .font24{
	color: #848484;
}
.in-about .box2 li:nth-child(2) .font18{
	color: #bfbfbf;
	margin-left: 10px;
}
.in-about .box2 li:nth-child(3){
	background: url(../images/in-bg2.jpg) no-repeat center;
	background-size: cover;
}

.in-title{
	text-align: center;
	text-transform: uppercase;
}
.in-title h1{
	font-weight: bolder;
}
.in-title h2{
	color: #666666;
}

.in-advantage{
	overflow: hidden;
}
.in-advantage .content ul{
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.in-advantage .content li{
	padding:6px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.in-advantage .content .image{
	width: 168px;
	height: 168px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

.in-info{
	width: 100%;
	background: url(../images/in-bg3.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.in-info .title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.in-info .content{
	width: 100%;
	overflow: hidden;
}
.in-info .content .hd ul{
	text-align: center;
}
.in-info .content .hd li{
	display: inline-block;
	margin-right: 30px;
}
.in-info .content .hd li:last-child{
	margin-right: 0;
}
.in-info .content .hd a{
	display: block;
	color: #fff;
	border:1px #fff solid;
	padding:6px 18px;
}
.in-info .content .hd li.on a{
	background: #fff;
	color: #a92024;
}
.in-info .content .bd li{
	display: none;
}
.in-info .content .bd li.on{
	display: block;
}
.in-info .content .bd dl dd{
	width: 49%;
	float: left;
}
.in-info .content .bd dl dd:nth-child(2n){
	float: right;
}
.in-info .content .bd dl dd a{
	line-height: 36px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.in-case{
	overflow: hidden;
}
.in-case .content{
	width: 100%;
	margin-top: 28px;
	overflow: hidden;
}
.in-case .content li{
	width: 291px;
	float: left;
	margin-right: 12px;
	margin-top: 12px;
}
.in-case .content li:nth-child(4n){
	margin-right: 0;
}
.in-case .content img{
	width: 100%;
	display: block;
}

.in-business{
	width: 100%;
	overflow: hidden;
}
.in-business .content{
	width: 100%;
	-webkit-transition:all 400ms ease-in-out;
    -moz-transition:all 400ms ease-in-out;
    -o-transition:all 400ms ease-in-out;
    transition:all 400ms ease-in-out;
	overflow: hidden;
}
.in-business .in-type{
	width: 50%;
	float: right;
	background: rgba(0, 0, 0, .6);
}
.in-business .in-type li{
	width:100%;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	position: relative;
}
.in-business .in-type a{
	height: 130px;
	padding-left: 100px;
	padding-right: 3%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	color: rgba(255, 255, 255, 1);
}
.in-business .in-type .word{
	position: relative;
	z-index: 1;
}
.in-business .in-type li .bgR{
	width: 0;
	background: #a92024;
	position: absolute;
	right: 0;
	top:0;
	height: 100%;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.in-business .in-type li .bgR i{
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
}
.in-business .in-type li.on a{
    color: #fff;
}
.in-business .in-type li.on a .bgR,
.in-business .in-type li:hover a .bgR{
	width: calc(100% + 130px);
}

.in-news{
	overflow: hidden;
}
.in-news .content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.in-news .content .left{
	width: 596px;
}
.in-news .content .left .hd{
	width: 100%;
	overflow: hidden;
}
.in-news .content .left .hd .lt ul{
	display: flex;
}
.in-news .content .left .hd .lt li{
	background: url(../images/in-bg4.png) no-repeat center right;
	padding-right: 20px;
	margin-right: 10px;
}
.in-news .content .left .hd .lt li:last-child{
	background: none;
	margin:0;
	padding:0;
}
.in-news .content .left .hd .lt li.on a{
	color: #b31b1b;
}
.in-news .content .left .hd .rt a{
	width: 66px;
	height: 23px;
	background: #eeeeee;
	color: #999;
	display: block;
	text-align: center;
	line-height: 23px;
	border-radius: 12px;
}
.in-news .content .left .hd .rt a:hover{
	background: #b31b1b;
	color: #fff;
}
.in-news .content .left .image{
	width: 100%;
	overflow: hidden;
}
.in-news .content .left .bd li{
	display: none;
}
.in-news .content .left .bd li.on{
	display: block;
}
.in-news .content .left .bd li dd{
	margin-top: 10px;
	border-bottom: 1px #eee solid;
	padding-bottom: 10px;
}
.in-news .content .left .bd li dd:last-child{
	border-bottom: none;
}
.in-news .content .left .bd li dd .t{
	width: 100%;
	overflow: hidden;
}
.in-news .content .left .bd li dd .t .lt{
	width: calc(100% - 60px);
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-news .content .left .bd li dd .t .rt{
	width: 60px;
	text-align: right;
	font-size: 12px;
	color: #999;
}
.in-news .content .left .bd li dd .c{
	width: 100%;
	padding-left: 16px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news .content .left .image img{
	width: 100%;
	display: block;
}
.in-news .content .right{
	width: 536px;
}
.in-news .content .right .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.in-news .content .right .title .rt a{
	width: 66px;
	height: 23px;
	background: #eeeeee;
	color: #999;
	display: block;
	text-align: center;
	line-height: 23px;
	border-radius: 12px;
}
.in-news .content .right .title .rt a:hover{
	background: #b31b1b;
	color: #fff;
}
.in-news .content .right .list{
	width: 100%;
	overflow: hidden;
}
.in-news .content .right .list li{
    margin-top: 30px;
}
.in-news .content .right .list li:first-child{
	margin-top: 20px;
}
.in-news .content .right .list a{
	display: flex;
	justify-content: space-between;
}
.in-news .content .right .list .image{
	width: 168px;
}
.in-news .content .right .list .image img{
    display: block;width:100%;
}
.in-news .content .right .list .word{
	width: 350px;
}
.in-news .content .right .list .word .t{
	display: flex;
	align-items: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-news .content .right .list .word .t i{
	color: #e60012;
}
.in-news .content .right .list .word .c{
	padding-left: 16px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}