	
/*banner样式开始*/

.flexslider{
	position: relative;
	margin-top: 70px;
	height: 600px;
	overflow: hidden;
	width: 100%;
	/*background: url(../images/loading.gif) 50% no-repeat;*/
}
.slides{
	position: relative;
	width: 100%;
	z-index: 1;
}
.slides li{
	height: 600px;
	width: 100%;
}
.flex-control-nav{
	position: absolute;
	bottom: 10px;
	z-index: 778;
	width: 100%;
	text-align: center;
}
.flex-control-nav li{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	display: inline;
	zoom: 1;
}
.flex-control-nav a{
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 45px;
	overflow: hidden;
	background-color: #c7c7c7;
	border-radius: 50%;
	cursor: pointer;
}
.flex-control-nav .flex-active{
	background-color: #0a48b0;
}

.flex-direction-nav{
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 45%;
	display: none;
}
.flex-direction-nav li a{
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

/*main样式开始*/
.about{
	height: 600px;
}
.title{
	text-align: center;
	padding-top: 20px;
}
.title h3{
	font-size: 30px;
	color: #333;
	line-height: 44px;
}
.title p{
	color: #999;
	font-size: 14px;
	line-height: 27px;
	text-transform:uppercase;
}
.title{
	background: url(../image/xian1.png) no-repeat center bottom;
	padding-bottom: 10px;
}
.about .inner{
	margin-top: 30px;
}
/*.inner .inner_left{
	margin-top: 30px;
}*/
.about .inner img{
	position: absolute;
	top: 30px;
	left: 30px;
	width:524px;
	height: 340px;
	object-fit: cover;
}
.inner_left{
	float: left;
	margin-right: 70px;
	
}
.inner_bg{
	width: 524px;
	height: 340px;
	background-color: #f5f5f5;
	position: relative;
}
.inner_right{
	width: 600px;
	font-size: 18px;
	line-height: 37px;
	float: left;
}
.inner_right p{
	margin: 10px 0 20px 0;
	text-indent: 36px;
	/*height: 300px;*/
	text-overflow: ellipsis;
	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 8; /** 显示的行数 **/
	overflow: hidden;  /** 隐藏超出的内容 **/
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */

}

/*产品中心样式开始*/
.prot{
	height: 604px;
	background: url(../image/prot.png) no-repeat center center;
	background-size: cover;
}
.prot .title h3,.prot .title p{
	
	color: #fff;
	
}
.both{ 
    clear: both;
}
.prot .title{
	background: url(../image/xian.png) no-repeat center bottom;
	padding-bottom: 10px;
}


.partFive-main ul {
    height: 400px;
    margin-top: 40px;
}

.partFive-main ul li{
    width: 33%;
    height: 100%;
    float: left;
}

.partFive-main ul li .bg-1 {
	background:url(../image/zhgc.png) no-repeat;
    background-size: cover;
}

.partFive-main ul li .bg-2 {
    background:url(../image/dzzp.png) no-repeat;
    
     background-size: cover;
}

.partFive-main ul li .bg-3 {
    background:url(../image/zdfk.png) no-repeat center center;
    background-size: cover;
    
    
}

.partFive-main ul li .bg-4 {
    background:url(../image/AIJK.jpg) no-repeat center center;
    background-size: cover;
}

.partFive-main ul li .bg-5 {
    background:url(../image/zhtc.png) no-repeat;
    background-size: cover;
}

.partFive-main ul li .bg-6 {
    background:url(../image/gjznh.png) no-repeat;
    background-size: 100% 100%;
}

.partFive-main ul li .prot_top {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
}

.partFive-main ul li:first-child .top-style {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}
.partFive-main ul li:last-child .top-style {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.partFive-main ul li .opacity {
    transition: all 0.4s;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
}
.partFive-main ul li .bg:hover .opacity {
    transition: all 0.4s;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0a48b0;
    opacity: 0.6;
}
.partFive-main ul li .word {
    padding-top: 55px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.partFive-main ul li .word p {
    color: #fff;
    border: 1px solid transparent;
    padding: 3px 0;
    margin: 0 auto;
    border-radius: 5px;
}

.partFive-main ul li .bottom {
    width: 100%;
    /*height: 185px;*/
    position: relative;
    text-align: center;
}

.partFive-main ul li:last-child .bottom {
    height: 50%;
}

.partFive-main ul li .bg-4 {
    position: relative;
    height: 100%;
    width: 100%;
}

.partFive-main ul li .bg-4 .word {
    padding-top: 152px;
}

.partFive-main ul li .bg:hover .word p {
    transition: all 0.4s;
    color: #fff;
    /*border: 1px solid #fff;
    width: 100px;*/
    padding: 3px 0;
    margin: 0 auto;
}

.partFive-main ul .top .product-center-fake {
    display: none;
}

.partFive-main .word p {
    font-size: 16px;
}

.sol .inner{
	height: 620px;
	background: url(../image/solu.png) no-repeat center center;
}

.sol .inner_left{
	text-align: right;
	width: 50%;
	margin-right: 0;
}
.sol .inner_right{
	text-align: left;
	width: 50%;
	margin-right: 0;
}
.sol .inner_left h3,.sol .inner_right h3{
	font-size: 24px;
	line-height: 50px;
	
	color: #333;
}
.sol .inner_left h3{
	padding-right: 60px;
}
.sol .inner_right h3{
	padding-left: 60px;
}
.sol .inner_left p,.sol .inner_right p{
	font-size: 16px;
	line-height: 28px;
	color: #333;
	width: 320px;	
}
.sol .inner_left p{
	padding-right: 60px;
	float: right;
}
.sol .inner_right p{
	padding: 0 0 0 60px;
	text-indent: 0;
	float: left;
}
.sol .zdfk h3{
	background: url(../image/s-zdfk.png) no-repeat center right;
}
.sol .dzzp h3{
	background: url(../image/s-dzzp.png) no-repeat center right;
}
.zdfk{
	margin-right: 130px;
	margin-top: 100px;
	height: 200px;
}
.dzzp{
	margin-right: 130px;
	margin-top: 180px;
	height: 100px;
}
.zhtc{
	margin-left: 130px;
	margin-top: 100px;
	height: 200px;
}
.gjzn{
	margin-left: 130px;
	margin-top: 180px;
	height: 100px;
}
.sol .zhtc h3{
	background: url(../image/s-zhtc.png) no-repeat center left;
}
.sol .gjzn h3{
	background: url(../image/s-gjzn.png) no-repeat center left;
}

/*荣誉资质样式开始*/
.hon{
	height: 580px;
	background-color: #f9f9f9;
}
.main4b{ width:100%; height:386px; }
.main4b_{ width:1200px; height:386px; margin:0 auto; padding-top:40px; overflow:hidden}
.box a.left{ 
	background:url(../image/case_l.png); 
	position:absolute; 
	width:40px; 
	height:76px; 
	top:170px; 
	left:-60px;
	background-size: 40px;
}
.box a.right{ 
	background:url(../image/case_r.png); 
	position:absolute; 
	width:40px; 
	height:76px; 
	top:170px; 
	right:-60px;
	background-size: 40px;
}
.hon ul li{ 
	float:left; 
	margin-right:20px; 
	widows: 287px;
	height:386px;
}
.box{
	width:1200px; 
	height:386px; 
	margin:0 auto;
	position:relative;
}