.bannerWrap {height: 655px; /*background: url(../images/banner3.jpg) no-repeat center center;*/position: relative;}
.midTit{text-align: center; font-size: 36px; padding: 30px 0;}
.softiCatWrap{padding-top: 80px; padding-bottom: 20px; display: flex; flex-flow: wrap;}
.midMenu{display: inline-block; width: 200px; width: 16.65%;}
.midMenu i{display: block; width: 127px; height: 127px; /*border: 5px solid #fd4445;*/ border-radius: 100%; margin: 0 auto;}
.midMenu span{display: block; text-align: center; color: #fff; margin-top: 12px; font-size: 16px;}
.midMenu a span{ color: #fff;}
.midMenu a:hover span{ color: #fd4445;}
.midMenu i.s1{background: url(../images/mid_s1.png) no-repeat center center;}
.midMenu:hover i.s1{background: url(../images/mid_s1_w.png) no-repeat center center;}
.midMenu i.s2{background: url(../images/mid_s2.png) no-repeat center center;}
.midMenu:hover i.s2{background: url(../images/mid_s2_w.png) no-repeat center center;}
.midMenu i.s3{background: url(../images/mid_s3.png) no-repeat center center;}
.midMenu:hover i.s3{background: url(../images/mid_s3_w.png) no-repeat center center;}
.midMenu i.s4{background: url(../images/mid_s4.png) no-repeat center center;}
.midMenu:hover i.s4{background: url(../images/mid_s4_w.png) no-repeat center center;}
.midMenu i.s5{background: url(../images/mid_s5.png) no-repeat center center;}
.midMenu:hover i.s5{background: url(../images/mid_s5_w.png) no-repeat center center;}
.midMenu i.s6{background: url(../images/mid_s6.png) no-repeat center center;}
.midMenu:hover i.s6{background: url(../images/mid_s6_w.png) no-repeat center center;}
.rjfwWrap{height: 300px; background: url(../images/soft1_bg.jpg) no-repeat center center;}
.rjfwTit{text-align: center; font-size: 24px; color: #fff;}
.softAniWrap{height: 1079px; /*background: url(../images/soft_bg.jpg) no-repeat center center;*/ position: relative; overflow: hidden;}
.aniTit{text-align: center; font-size: 24px; color: #333; padding-top: 45px;}
.aniPic{position: absolute; display: block; width: 1200px; height: 891px; background: url(../images/soft_layer.png) no-repeat center center; left: 50%; margin-left: -600px;}
/** 解决方案 **/
.soluBannerWrap{height: 560px; background: url(../images/jjfa/jjfa-banner.jpg) no-repeat center center;}
.softCatWrap{padding: 30px 0;}
.softCatTit{text-align: center; font-size: 22px; line-height: 48px;}
.softDetWrap{display: flex; flex-wrap: wrap; justify-content: space-between;}
.softDetItem{width: 380px; margin-top: 20px; padding-bottom: 15px; border-bottom: 1px solid #e6e6e6;}
.softDetItem .detImg{display: block;}
.softDetItem .detDet{color: #999;}
.softDetItem .detTit:hover{background: #fff4f4;}

.advantageDetWrap{display: flex; flex-wrap: wrap; justify-content: space-between;}
.advantageItem{width: 320px; margin-top: 20px; padding:30px 30px; box-shadow: 1px 8px 16px 0 rgba(0,0,0,0.1);}
.advantageItem .detImg{display: block;}
.advantageItem .detTit{text-align: center; font-size: 18px; line-height: 32px; margin-bottom: 15px;}
.advantageItem .detTit:hover{background: #fff4f4;}
.advantageItem .detDet{color: #999; line-height: 24px; text-indent: 2em;}


.detTit a{line-height: 60px; /*color: #222;*/ font-size: 20px;}
.detDet a{color: #999;}
.softDownItem{display: flex; padding: 30px 0; border-bottom: 1px solid #e6e6e6;}
.sDownImg{width: 14%;}
.downDet{width: 66%}
.downLinkBox{width: 20%; text-align: right;display: flex; justify-content: flex-end; align-items: center;}
.downTit{font-size: 20px; color: #333; line-height: 60px;}
.downDes{color: #888;}
.downSize{color: #333; line-height: 30px;}
.downSize span:nth-child(2){padding-left: 20px;}
.downLink{display: inline-block; width: 117px; line-height: 40px; text-align: center; background: #29c166; font-size: 20px; color: #fff;}
.downLink:hover{color: #fff; background: #33a962;}
/** 解决方案 **/

/** 解决方案详情 **/
.soluIntroBox{margin: 40px 0;}
.soluImg{float: left; width: 36%;}
.soluImg img{border-radius: 10px;}
.soluIntro{float: left; width: 50%; padding-top: 50px;}
.soluIntroCont{color: #999; text-indent: 28px; line-height: 32px;}
.soluTit{font-size: 20px; color: #333; line-height: 60px;}
.soluMainCont{min-height: 300px;}
.platMore{display: inline-block; margin-top: 20px;color: #333; width: 120px; line-height: 45px; text-align: center; border: 1px solid #333;}

/** 解决方案详情 **/
.wanimate{animation: Wanimate 1.5s ease both; opacity: 0; transform: translateY(100%);}
@keyframes Wanimate {
	0% {
	    opacity: 0;
	    transform: translateY(50%);
	}
	20% {
	    opacity: 0;
	    transform: translateY(40%);
	}
	100% {
	    opacity: 1;
	    transform: translateY(6%);
	}
}

.banner_link {
	height: auto;
	position: absolute;
	top: 105px;
	width: 100%;
}
.banner_desc {
	text-align: left;
	width: 100%;
	display: inline-block;
	color: #383E63;
	/*line-height: 77px;*/
	position: relative;
}
.banner_desc_title {
	font-size: 55px;
	color: #ffffff;
	letter-spacing: 4px;
	line-height: 77px;
}
.banner_text {
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: left;
	line-height: 37px;
	font-size: 26px;
	color: #383E63;
	margin-bottom: 43px;
}
.banner_text_title {
	font-size: 28px;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
}

.banner_link span {
	color: #F86E67;
}

.banner_link_list {
	position: relative;
	width: 100%;
	/*height: 55.2px;*/
	display: inline-block;
	text-align: left;
}

.banner_btn_left {
	width: 180px;
	color: #ffffff;
	height: 55px;
	line-height: 55px;
	background: #F86E67;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
}

.banner_btn_left:hover {
	box-shadow: 0 6px 10px 0 rgba(248, 110, 103, 0.63);
}

.banner_title_box {
	position: relative;
	width: 100%;
	margin-top: 130px;
	left: 0;
	right: 0px;
}
.banner_title_list {
	position: absolute;
	width: 100%;
	right: 0px;
	top: 0px;
	box-shadow: 1px 3px 20px #C4CBDE;
	height: 145px;
	display: inline-block;
    background: #ffff;
	/*padding: 30px 60px 30px 9.5%;
	background: rgba(255, 255, 255, 0.60);
	background-image: url(../images/banner/ei-try-bg.jpg);
	background-size: 100% 100%;*/
}
.banner_desc_box{
	float: left;
    /*padding: 10px;*/
    width: 25%;
}
.product-item-box{
    display: block;
    height: 83px;
    padding: 45px 30px 18px 38px;
    /*border: 1px solid #ddd;
    border-radius: 2px;*/
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product-item-box:hover{
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
}
.product-item-box:hover h4{
    color:#F66F6A;
}
.product-item-box .icon-box img{
    float: left;
    display: block;
    margin-right: 22px;

}
.product-item-box .icon-box span{
    float: left;
    display: block;
	margin-top: 10px;
    margin-right: 22px;
    color: #060001;
}
.product-item-box .icon-box .icon01{width: 55px; height: 47px; background: url(../images/icon_rjfw_01.png) no-repeat center center;}
.product-item-box .icon-box .icon02{width: 59px; height: 55px; background: url(../images/icon_rjfw_02.png) no-repeat center center;}
.product-item-box .icon-box .icon03{width: 48px; height: 48px; background: url(../images/icon_rjfw_03.png) no-repeat center center;}
.product-item-box .icon-box .icon04{width: 50px; height: 50px; background: url(../images/icon_rjfw_04.png) no-repeat center center;}
.product-item-box h4{
    font-size: 22px;
    color: #252B3A;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-item-box p{
    color: #666A75;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}


.zyl-bs-tab{
    height: 60px;
    line-height: 60px;
    background-color: #f6f6f6;
	margin: 20px auto;
}
.zyl-bs-tab ul{
    /*min-width: 750px;*/
	margin: 0 auto;
	float: left;
	position: relative;
    left: 50%;
}
.zyl-bs-tab li{
	float: left;
    text-align: center;
    font-size: 18px;
    min-width: 150px;
	padding: 0 10px;
	position: relative;
    left: -50%;
}
.zyl-center{
    display: inline-block;
}
.zyl-open{
    border-top: 2px solid #d90000;
    background-color: #fff;
	display: inline-block;
	/*width: 100%;*/
}


.dl_cls_list{margin-top:40px;}
.dl_cls_list li{float:left; width:110px; text-align:center; margin:0 0 40px 30px;}
.dl_cls_list li:nth-child(6n+1){margin-left:0;}
.dl_cls_list li img{height:64px;}
.dl_cls_list li p{margin-top:5px;}
.dl_cls_list li p a{color:#333333; font-size:12px;}
.dl_cls_list li p a:hover{ text-decoration:underline;}
.dl_child{min-height:520px;}