/*banner*/
.bannerBox {
    height: 520px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    z-index: 3;
}
.bannerBox .hd{
	display: none;
}
.bannerBox .bd{
	position: relative;
    z-index: 0;
}
.bannerBox .bd li {
  height: 520px; 
  background-size: auto 100%;
 }
.bannerBox .bd li .siteWidth {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    height: 520px; 
}
.bannerBox .bd li .siteWidth  a{
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #F87B00;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 130px;
	margin-left: -75px;
	z-index: 99;
}
.bannerBox .bd li .siteWidth  a:hover{
	color: #F87B00;
	background-color: #fff;
}
.bannerBox .prev,
.bannerBox .next{ 
	position:absolute; 
	left:6%; 
	top:50%; 
	margin-top:-30px; 
	display:block; 
	width:60px; 
	height:60px; 
}
.bannerBox .next{ 
	left:auto; 
	right:6%; 
}
.bannerBox .icon{
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #000000;
}
.bannerBox .icon .iconfont{
	font-size: 24px;
	color: #BCB7B6;
}

/*title*/
.pub_titBox{
	width: 100%;
	height: 160px;
	background-color: #e6e6e6;
}
.pub_titBox .pub_tit h5{
	font-size: 26px;
	color: #FA7C00;
	line-height: 160px;
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.pub_titBox .pub_tit h5 .dot_line{
	display: block;
	width: 35px;
	height: 2px;
	background-color: #FA7C00;
	position: absolute;
	left: 0;
	bottom: 40px;
}

/*part1*/
.ind_part1 .about_mes{
	width: 100%;
	height: 350px;
	background: url(../img/ind_part1_bg.jpg) repeat-y center top;
	background: auto 100%;
}
.ind_part1 .about_mes .about_left{
	width: 55%;
	height: 350px;
}
.about_mes .about_left .about_text{
	padding: 45px 160px 119px 0;
}
.about_mes .about_left .about_text p{
	font-size: 14px;
	color: #333;
	line-height: 200%;
}

.ind_part1 .about_mes .about_right{
	width: 45%;
	height: 350px;
}
.about_mes .about_right .about_list{
	padding: 70px 0;
}
.about_mes .about_list .abt_more{
	display: inline-block;
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.about_list .abt_more i{
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: #666;
}
.about_mes .about_list .abt_more:hover,.about_mes .about_list .abt_more:hover i{
	color: #FA7C00;
}
.about_list .list_item{
	width: 100%;
	margin-top: 80px;
}
.about_list .list_item .line_gry{
	margin: 0 35px;
}
.about_list .list_item .line_gry .line{
	width: 1px;
	height: 50px;
	background-color: #dedede;
	margin-top: 25px;
}
.about_list .list_item .icon{
	display: block;
	width: 63px;
	height: 63px;
	/*background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%; */
	/*text-align: center;
	line-height: 63px;
	background-color: #909090;
	border-radius: 50%;*/
}
.about_list .list_item .icon img{
	width: 100%;
	height: 100%;
}
.about_list .list_item .item:hover .icon img {
    font-size: 12px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
/*.about_list .list_item .icon i{
	font-size: 30px;
	color: #fafafa;
}*/
.about_list .list_item .a_txt{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #333;
}
/*.about_list .list_item .item:hover .icon{
	background-color: #FA7C00;
}*/
.about_list .list_item .item:hover .a_txt{
	color: #FA7C00;
}

/*part2*/
.product .pro_item .img_box{
	width: 100%;
	height: auto;
}
.product .pro_item .img_box img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.product .pro_item .pro_mes{
	width: 100%;
	padding: 25px 10% 20px 10%;
	border-right: 1px solid #D9D9D9;
}
.pro_item .pro_mes .pro_tit{
	margin-bottom: 12px;
}
.pro_item .pro_mes .tit{
	font-size: 20px;
	color: #333;
}
.pro_item .pro_mes .icon i{
	font-size: 20px;
	color: #333;
}
.pro_mes .list_item .item{
	margin-bottom: 15px;
}
.pro_mes .list_item p{
	width: 33%;
	font-size: 12px;
	color: #999;
}
.pro_mes .list_item p em{
	display: inline-block;
	width: 2px;
	height: 12px;
	margin-right: 10px;
	background-color: #999;
	vertical-align: middle;
}
.pro_item .pro_mes .a_btn{
	display: block;
	width: 52px;
	height: 36px;
	text-align: center;
	line-height: 30px;
	font-weight: lighter;
	font-size: 32px;
	color: #6D6E6D;
	background-color: #fff;
	border: 1px solid #C2C2C2;
	position: relative;
}
.pro_item .pro_mes .a_btn span{
	display: none;
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	background-color: #FA7C00;
	border: 1px solid #FA7C00;
	position: absolute;
	left: 0;
	top: 0;
}
.pro_item .pro_mes .a_btn:hover{
	width: 100px;	
	background-color: rgba(255,255,255,0);
	border: 1px none;	
}
.pro_item .pro_mes .a_btn:hover span{
	display: block;
}

/*part3*/
.solution .sol_left{
	width: 42.7%;
	height: 620px;
	padding-left: 5.5228%;
}
.solution .sol_left .sol_list{
	width: 100%;
	height: 620px;
	padding: 130px 0 180px;
}
.solution .sol_left .sol_list li{
	width:30%;
	height: 155px;
	text-align: center;
	padding: 35px 0;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}
.solution .sol_left .sol_list li:nth-child(3n){
	border-right: 1px solid transparent;
}
.solution .sol_left .sol_list li:nth-child(4),
.solution .sol_left .sol_list li:nth-child(5),
.solution .sol_left .sol_list li:nth-child(6){
	border-bottom: 1px solid transparent;
}
.sol_list li .icon i{
	font-size: 45px;
	color: #999;
}
.sol_list li .icon .ico_img{
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 auto 3px;
	background: url(../img/web.png) no-repeat center center;
	background-size: 100% 100%;
}
.sol_list li p{
	font-size: 20px;
	color: #666;
}
.solution .sol_right{
	width: 57.3%;
	height: 620px;
}
.solution .sol_right .img_box{
	width: 100%;
	height: 620px;
	background: url(../img/sol_img.jpg) no-repeat center top;
	background-size: auto 100%;
}

@media only screen and (max-width: 1399px) {
	/*pub_tit*/
	.pub_titBox .pub_tit h5{
		width: 1200px;
	}
	.about_mes .about_left .about_text{
		padding: 45px 55px 50px 0;
	}
	.ind_part4 .news{
		width: 1200px;
	}
	.swiper-slide a img{
		height: 215px;
	}
}