@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in-banner .flexslider{ 
	position: relative; 
	width: 100%;
	overflow: hidden; 
	background: url(../images/loading.gif) 50% no-repeat;
}
.in-banner .flexslider > div{
	width: 100%;
	height: 798px; 
	overflow: hidden;
}
.in-banner .slides{
	width: 100%;
	height: 100%;
	position: relative; 
	z-index: 1;
}
.in-banner .slides li{ 
	height: 100%;
}
.in-banner .slides li a{
	width: 100%;
	height: 100%;
	display: block; 
	position: relative;
}
.in-banner .slides li a > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-banner .flex-control-nav{
	height: 4px;
	position: absolute; 
	left:50%;
	transform: translateX(-50%);
	bottom:36px; 
	z-index: 2;
	text-align: center;
}
.in-banner .flex-control-nav li{
	width: 40px; 
	height: 4px; 
	display: 
	inline-block;
	margin: 0 10px; 
	*display: inline; 
	zoom: 1;
}
.in-banner .flex-control-nav a{ 
	display: inline-block; 
	width: 40px; 
	height: 4px; 
	text-indent:200em;
	overflow: hidden; 
	background: #ffffff; 
	opacity: .5;
	cursor: pointer;
}
.in-banner .flex-control-nav .flex-active{
	opacity: 1;
}
.in-banner .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%;
	height: 66px;
	top:50%;
	transform: translateY(-50%);
}
.in-banner .flex-direction-nav li a{
	display:block;
	width:34px;
	height:66px; 
	text-indent:200em;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
}
.in-banner .flex-direction-nav li a.flex-prev{
	left:2%;
	background:url(../images/banner_left.png) center center no-repeat;
	background-size: cover;
	opacity: .8;
}
.in-banner .flex-direction-nav li a.flex-next{
	right:2%;
	background:url(../images/banner_right.png) center center no-repeat;
	background-size: cover;
	opacity: .8;
}

/* 关于 */
.in-about{
	background: url('../images/in-bg1.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-about .box1{
	overflow: hidden;
}
.in-about .box1 .left{
	width: 684px;
}
.in-about .box1 .left .about-box1{
	font-size: 26px;
	font-weight: bolder;
	color: #bc190f;
	height: 46px;
	position: relative;
}
.in-about .box1 .left .about-box1:after{
	content: "";
	width: 40px;
	height: 2px;
	background: #666666;
	position: absolute;
	left: 0;
	bottom: 0;
}
.in-about .box1 .left .about-box2{
	color: #666;
	line-height: 26px;
	padding-top: 36px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.in-about .box1 .left .about-box3{
	padding: 80px 0;
	overflow: hidden;
}
.in-about .box1 .left .about-box3.en{
	padding: 60px 0;
}
.in-about .box1 .left .about-box3 ul{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}
.in-about .box1 .left .about-box3 li{
	text-align: center;
}
.in-about .box1 .left .about-box3 h1{
	margin-bottom: 10px;
	font-weight: bolder;
}
.in-about .box1 .left .about-box3 h1 span:first-child{
	font-size: 40px;
}
.in-about .box1 .left .about-box3 h1 span:last-child{
	font-size: 28px;
	color: #666;
}
.in-about .box1 .left .about-box4 a{
	width: 154px;
	height: 38px;
	border: 1px #bc190f solid;
	line-height: 38px;
	text-align: center;
	display: block;
	color: #bc190f;
	border-radius: 19px;
}
.in-about .box1 .left .about-box4 a:hover{
	background: #bc190f;
	color: #fff;
}
.in-about .box2{
	margin-top: 60px;
	border: 1px #ededed solid;
	height: 114px;
	overflow: hidden;
}
.in-about .box2 li{
	width: 25%;
	height: 114px;
	border-right: 1px #ededed solid;
	box-sizing: border-box;
	float: left;
}
.in-about .box2 li:last-child{
	border-right: none;
}
.in-about .box2 a{
	width: 100%;
	height: 100%;
	padding: 0 30px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	text-transform: uppercase;
}
.in-about .box2 a:hover{
	background: #bc190f;
	color: #fff;
}
.in-about .box2 .icon{
	width: 60px;
	height: 66px;
	display: block;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    margin-right: 20px;
}
.in-about .box2 .icon1{
	background: url('../images/in-icon-1.png') no-repeat center;
}
.in-about .box2 a:hover .icon1{
	background: url('../images/in-icon-11.png') no-repeat center;
}
.in-about .box2 .icon2{
	background: url('../images/in-icon-2.png') no-repeat center;
}
.in-about .box2 a:hover .icon2{
	background: url('../images/in-icon-22.png') no-repeat center;
}
.in-about .box2 .icon3{
	background: url('../images/in-icon-1.png') no-repeat center;
}
.in-about .box2 a:hover .icon3{
	background: url('../images/in-icon-33.png') no-repeat center;
}
.in-about .box2 .icon4{
	background: url('../images/in-icon-4.png') no-repeat center;
}
.in-about .box2 a:hover .icon4{
	background: url('../images/in-icon-44.png') no-repeat center;
}
.in-about .box2 h1{
	font-size: 18px;
}
.in-about .box2 h2{
	color: #999;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    margin-right: 20px;
}
.in-about .box2 a:hover h2{
	color: #fff;
}

/* 公共标题 */
.in-tit{
	width: 100%;
	font-size: 30px;
	background: url('../images/in-bg3.png') no-repeat center bottom;
	height: 52px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 60px;
	overflow: hidden;
}

/* 产品 */
.in-products{
	width: 100%;
	background: url('../images/in-bg2.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-products .swiper-slide a{
	display: block;
	background: #fff;
}
.in-products .swiper-slide .img{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.in-products .swiper-slide .img .picbox{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.in-products .swiper-slide .img .picbox img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
.in-products .swiper-slide .img .mask{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	line-height: 80px;
	color: #fff;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-products .swiper-slide .img .mask i{
    font-size: 30px;
}
.in-products .swiper-slide a:hover .img .mask{
	opacity: 1;
}
.in-products .swiper-slide .text{
	margin: 0 15px;
	border-top: 1px #dbdbdb solid;
	padding: 15px 0;
}
.in-products .swiper-slide h1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-products .swiper-slide h2{
	width: 96px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: url('../images/in-bg7.png') no-repeat center;
	color: #fff;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    margin-top: 6px;
}
.in-products .swiper-slide a:hover h2{
	background: url('../images/in-bg8.png') no-repeat center;
}
.in-products .swiper-button-next, .in-products .swiper-button-prev{
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, .4);
	opacity: 1;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-products .swiper-button-next{
	right: 0;
}
.in-products .swiper-button-prev{
	left: 0;
}
.in-products .swiper-button-next i, .in-products .swiper-button-prev i{
	color: #fff;
	font-size: 24px;
}
.in-products .swiper-button-next:hover, .in-products .swiper-button-prev:hover{
	background: #bc190f;
}
.in-products .swiper-button-next:after, .in-products .swiper-button-prev:after{
	display: none;
}

/* 优势 */
.in-advantage{
	width: 100%;
	background: url('../images/in-bg5.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-advantage .box1{
	text-align: center;
	color: #555;
	line-height: 28px;
	overflow: hidden;
}
.in-advantage .box2{
	margin-top: 80px;
	overflow: hidden;
}
.in-advantage .box2 ul{
	display: flex;
	justify-content: space-between;
}
.in-advantage .box2 li{
	width: 280px;
	text-align: center;
}
.in-advantage .box2 h2{
	font-size: 16px;
	padding: 4px 0;
}
.in-advantage .box2 h3{
	color: #dddddd;
	font-size: 12px;
}
.in-advantage .box2 h4{
	color: #888;
	padding: 4px 0;
}

/* 核心 */
.in-core{
	width: 100%;
	background: url('../images/in-bg4.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-core .con{
	background: #fff;
	overflow: hidden;
}
.in-core .con img{
	display: block;
}
.in-core .con li{
	width: 33.33333333%;
	float: left;
}
.in-core .con .text{
	width: 100%;
	height: 210px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0 50px;
	overflow: hidden;
}
.in-core .con .text h1{
	font-size: 18px;
	color: #bc190f;
	font-weight: bolder;
	margin-bottom: 10px;
}
.in-core .con .text h2{
	color: #666;
}

/* 新闻 */
.in-news{
	width: 100%;
	background: url('../images/in-bg6.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-news .left{
	width: 546px;
	height: 540px;
	background: #f8f8f8;
	box-sizing: border-box;
	padding: 0 70px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.in-news .left .box1{
	font-size: 25px;
	color: #888;
}
.in-news .left .box2{
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin: 26px 0;
}
.in-news .left .box3{
	border-left: 1px #b4b3b3 solid;
	padding-left: 28px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}
.in-news .left .box4{
	margin: 26px 0;
}
.in-news .left .box5{
	width: 142px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: block;
	background: #bc190f;
	font-weight: bolder;
	font-size: 20px;
}
.in-news .left .box5 a{
	display: block;
	color: #fff;
}
.in-news .right{
	width: 582px;
	height: 540px;
	overflow: hidden;
}
.in-news .right .box1{
    height: 491px;
    border-top: 1px #cfd0d1 solid;
}
.in-news .right .box1 li{
	width: 100%;
	height: 143px;
	float: left;
	border-bottom: 1px #cfd0d1 solid;
	display: flex;
	align-items: center;
}
.in-news .right .box1 a{
	display: block;
}
.in-news .right .box1 .div1{
	font-size: 16px;
	height: 30px;
}
.in-news .right .box1 .div1 .date{
	width: 90px;
	text-align: right;
	color: #666;
}
.in-news .right .box1 .div1 .title{
	margin-right: 90px;
	color: #bc190f;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: url('../images/dot1.png') no-repeat center left;
    padding-left: 14px;
}
.in-news .right .box1 .div2 .arrow{
	width: 39px;
}
.in-news .right .box1 .div2 .summary{
	margin-right: 39px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #888888;
}
.in-news .right .box2{
    float: right;
    width: 140px;
    height: 48px;
}
.in-news .right .box2 a{
	width: 138px;
	height: 46px;
	line-height: 46px;
	display: block;
	border: 1px #b4b3b3 solid;
	text-align: center;
	color: #777;
}
.in-news .right .box2 a:hover{
	background: #bc190f;
	color: #fff;
	border-color: #bc190f;
}