@charset "utf-8";
/* CSS Document */
.i_ban{
	width: 100%;
	height: 1014px;
	position: relative;
}
.flexslider { position: relative; height: 1014px; overflow: hidden; background: url(../images/loading.gif) 50% no-repeat;}
.slides { position: relative; z-index: 1;}
.slides li { height: 1014px;}
.flex-control-nav {width: 100%;position: absolute; height: 2px;bottom:274px; z-index: 2;text-align: center;}
.flex-control-nav li { display: inline-block; width: 38px; height: 2px; margin: 0 5px; *display: inline; zoom: 1;}
.flex-control-nav a { display: inline-block; width: 38px; height: 2px; line-height: 40px; overflow: hidden; background: #ffffff; cursor: pointer;}
.flex-control-nav .flex-active { background:#ff661a;}

.i_adv{
	width: 100%;
	background: rgba(142, 142, 142, .8);
	height: 250px;
	position: absolute;
	bottom: 0;
	z-index: 998;
	overflow: hidden;
}
.i_adv ul{
	display: flex;
	justify-content: space-between;
}
.i_adv li{
	width: 328px;
	float: left;
	height: 130px;
	padding: 60px 0;
	overflow: hidden;
}
.i_adv li:nth-child(2){
    padding: 60px;
    background: #8f8e8e;
}
.i_adv li img{
    float: left;
}
.i_adv li .word{
	width: 220px;
	float: right;
	color: #fff;
	line-height: 24px;
}
.i_adv li .word p:first-child{
	font-size: 30px;
	margin-bottom: 10px;
}

/* 首页公共 */
.i_tit{
	width: 100%;
	margin-bottom: 70px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.i_tit:after{
	width: 48px;
	height: 2px;
	background: #ff661a;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
}
.i_tit.white:after{
	background: #ffffff;
}
.i_tit p:nth-child(1){
	font-size: 48px;
	line-height: 40px;
	font-weight: bolder;
	margin-bottom: 18px;
}
.i_tit p:nth-child(1) span{
	color: #ff661a;
}
.i_tit p:nth-child(2){
	font-size: 18px;
}

.i_more{
	width: 144px;
	height: 46px;
	line-height: 46px;
	border: 1px #ff661a solid;
	color: #ff661a;
	font-size: 18px;
	padding: 0 25px;
	margin: 0 auto;
	display: block;
}
.i_more span{
	float: right;
}
.i_more.white{
	border-color: #ffffff;
	color: #ffffff;
}
.i_more:hover{
	background: #ff661a;
	color: #ffffff;
}
.i_more.white:hover{
	background: #ffffff;
	color: #ff661a;
}

.i_abt{
	width: 100%;
	padding: 90px 0;
	background: #fafafc;
	overflow: hidden;
}
.i_abt .con{
	width: 100%;
	overflow: hidden;
}
.i_abt .con .box1, .i_abt .con .box2{
	width: 100%;
	overflow: hidden;
}
.i_abt .con .box1 li{
	width: 359px;
	border-right: 1px #ddd solid;
	float: left;
	padding-right: 30px;
	margin-right: 30px;
}
.i_abt .con .box1 li:last-child{
	width: 360px;
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.i_abt .con .box1 li a{
	display: flex;
	align-items: stretch;
}
.i_abt .con .box1 li .pic{
	display: flex;
	align-items: center;
}
.i_abt .con .box1 li .word{
	margin-left: 20px;
}
.i_abt .con .box1 li .word p:first-child{
	font-size: 18px;
	color: #222;
	font-weight: bolder;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.i_abt .con .box2{
	width: 100%;
	overflow: hidden;
}
.i_abt .con .box2 li{
	width: 376px;
	height: 229px;
	float: left;
	margin-right: 36px;
	margin-top: 70px;
	overflow: hidden;
}
.i_abt .con .box2 li:last-child{
    margin-right: 0;
}
.i_abt .con .box2 li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    -webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.i_abt .con .box2 li:hover img{
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
}
.i_pro{
}
.i_pro .con{
	width: 100%;
	margin-bottom: 70px;
}
.i_pro .con .hd{
	width: 100%;
	height: 46px;
	text-align: center;
	margin-bottom: 60px;
}
.i_pro .con .hd li{
    display: inline-block;
    margin: 0 11px;
}
.i_pro .con .hd li a{
	font-size: 18px;
	border: 2px #dddddd solid;
	border-radius: 24px;
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
}
.i_pro .con .hd li.on a, .i_pro .con .hd li:hover a{
	background: #ff661a;
	border-color: #ff661a;
	color: #ffffff;
}
.i_pro .con .proBox{
	width: 100%;
	height: 423px;
	position: relative;
}
.i_pro .con .proBox .proList li{
	width: 374px;
	height: 421px;
	border: 1px #dddddd solid;
	margin:0 18px;
	float: left;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_pro .con .proBox .proList li:hover{
	border-color: #ff661a;
}
.i_pro .con .proBox .proList li a{
	display: block;
}
.i_pro .con .proBox .proList li a .pic{
	width: 374px;
	height: 353px;
	overflow: hidden;
}
.i_pro .con .proBox .proList li a .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.i_pro .con .proBox .proList li:hover a .pic img{
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
}
.i_pro .con .proBox .proList li a .name{
	width: 374px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	font-size: 16px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.i_pro .con .prev, .i_pro .con .next{
	width: 38px;
	height: 38px;
	display: block;
	border: 2px #dddddd solid;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	color: #ddd;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	font-size: 20px;
	font-family: '宋体';
}
.i_pro .con .prev{
	left: -62px;
}
.i_pro .con .next{
	right: -62px;
}
.i_pro .con .prev:hover, .i_pro .con .next:hover{
	background: #ff661a;
	color: #ffffff;
	border-color: #ff661a;
}

.i_news{
	width: 100%;
	padding: 90px 0;
	background: url('../img/index-bg1.jpg') #ff661a no-repeat center top;
	overflow: hidden;
}
.i_news .con{
	width: 100%;
	margin-bottom: 70px;
}
.i_news .con > ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.i_news .con li{
	width: 360px;
	height: 462px;
	background: #ffffff;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_news .con li:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.i_news .con li a{
	display: block;
}
.i_news .con li a .pic{
    width: 360px;
    height: 242px;
    overflow: hidden;
}
.i_news .con li a .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.i_news .con li:hover a .pic img{
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
}
.i_news .con li a .word{
	width: 308px;
	padding: 26px;
	overflow: hidden;
}
.i_news .con li a .word p:first-child{
	font-size: 16px;
	font-weight: bolder;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.i_news .con li a .word p:nth-child(2){
	line-height: 20px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 20px 0;
}
.i_news .con li a .word p.more{
	width: 140px;
	height: 40px;
	line-height: 40px;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.i_news .con li:hover a .word p.more{
	background: #ff661a;
	color: #fff;
	text-align: center;
	font-weight: bolder;
}

.i_net{
	overflow: hidden;
}
.i_net .con{
	width: 100%;
	text-align: center;
	overflow: hidden;
}