.index_vertion3{
    background:url('../images/index_version3/index3_banner.jpg') no-repeat center top;
    background-size:cover;
    height:617px;
    padding-top:30px;
}

.superiority-box{
    margin-top:28px !important;
}
.carousel-inner{
    height:400px;
}

.text-orange{
    color:#ff2d11 !important; 
}

/*  在线疑问解答 start*/
.index_version3_question{
    padding:0 20px;
}
.question_inp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:40px;
}
.question_inp input{
    height: 100%;
    flex: 1;
    outline: none;
    border: 1px solid #ccc;
    border-right: none;
    text-indent: 10px;
    background: #f5f8ff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.question_inp a:hover{
    background:#cc5200;
}
.question_inp a{
    height:100%;
    display: inline-block;
    width:100px;
    text-align: center;
    line-height: 40px;
    background:#ff6700;
    color:#fff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.index_version3_question .more_question{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:16px 0;
}
.index_version3_question .more_question a{
    width:50%;
    padding-bottom: 6px;
}
.more_question a:nth-child(2n){
    text-align: right;
}
.more_question a:hover{
    color:#ff6700;
}
.index-box-top-right{
    margin-top:70px;
}
/* banner start*/
.banner-top{
    display: flex;
    justify-content: space-between;
    padding-top:40px;
}
.banner-item{
    flex:1;
}
.banner-item-title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-item-title .title-dec h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    z-index: 2;
    position: relative;
    text-align: center;
}
.banner-item-title .title-dec{
    margin-left:-5px;
}
.banner-item-title .title-dec p{
    margin-top: -20px;
    font-size: 14px;
    color: #dfe1f0;
    text-transform: uppercase;
}
.detail-city{
    margin-top:18px;
}
.right-bd{
    border-right: 1px dashed #adadad;
}
.detail-city ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.detail-city ul li{
    width:33.3%;
    list-style: none;
    line-height: 30px;
    
}
.detail-city ul li:hover a{
    color:#ff2d11;
}
.detail-city .detail-city-active{
    position: relative;
}
.detail-city .detail-city-active a{
    color:#ff2d11;
}
.detail-city .detail-city-active::after{
    content: "";
    display: block;
    background: url('../images/index_version3/hot.png') no-repeat;
    position: absolute;
    top: -6px;
    right: 8px;
    width: 27px;
    height: 19px;
}
.banner-bottom{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
}
.banner-bottom img{
    transition: all .3s;
}
.banner-bottom a:hover img{
    transform: translateY(-4px);
}
.padding50{
    padding-top:75px;
}
.flex-box{
    display: flex;
    justify-content: space-between;
}
.flex-box img{
    transition: all .3s;
}
.flex-box a:hover img{
    transform: translateY(-4px);
}
.success-example{
    background:url('') !important;
}
/* banner end */

/*  在线疑问解答 end*/

/* 我们的优势 start*/

.advantage-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 412px;
}
.advantage-item{
    width: 267px;
    height: 188px;
    position: relative;
    cursor: pointer;
    border:1px solid #ffa86e;
}
.advantage-item img{
    width: 100%;
    height:100%;
}
.advantage-item p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
    display: none;
    font-size:14px;
}
.advantage-item-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    display: none;
}
/* 我们的优势 end*/


/* 媒体报道 start */
.mediareport-left{
  flex:1;
  margin-right:10px;

}
.mediareport-right{
  flex:1;
}
.mediareport{
    display: flex;
    justify-content: space-between;
}
.mediareport-right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mediareport-item{
    width:49%;
	background-color: #ffffff;
	border-radius: 8px;
    border:1px solid #afc7f7;
    margin-bottom: 5px;
    height: 108px;
}
.mediareport-item-top{
    padding:0px 10px;
    height: 86px;
}
.mediareport-item-top:hover p{
    color:#ff2d11;
}
.mediareport-item-bottom{
    border-top: 1px solid #afc7f7;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: HYQiHei-EZS;
	font-size: 14px;
	letter-spacing: 0px;
	color: #989898;
}

.mediareport-item:nth-child(even){
    margin-left:5px;
}
.mediareport-item-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mediareport-item-top img{
    height: 50px;
    width: 90px;
    margin-right: 10px;
}
.mediareport-item-top p{
    /* width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    font-family: HYQiHei-GES;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #424242;
    cursor: pointer;
    margin-top: 10px;
    /* font-weight: bold; */
}
/* 媒体报道 end */

/* 企业全生命周期赋能 start*/
.life-cycle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 70px;
}
.life-cycle-item{
    width: 282px;
    /* height: 235px; */
    background-color: #ffffff;
	border: solid 1px #e2e3e0;
    
}
.life-cycle-item img{
    width:100%;
}
.life-cycle-item a p:first-child{
   
    font-family: HYQiHei-EES;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
}
.life-cycle-item a p:last-child{
    font-family: HYQiHei-DES;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #787878;
}
.life-cycle-item p{
    margin:0;
}
.life-cycle-item:not(:last-child){
    margin-right: 10px;
}
.life-cycle-item-top{
    height: 59px;
    border-bottom: solid 1px #e2e3e0;
    padding: 8px 0 0 6px;
    width: 100%;
    border-top: 1px solid #e2e3e0;
}
.left-cycle-item-bottom ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0;
    padding:0;
    flex-wrap: wrap;
}
.life-cycle-item-top a{
    display: inline-block;
    width:100%;
    height: 100%;
}
.left-cycle-item-bottom ul li{
    list-style: none;
    width:50%;
    height: 59px;
    padding: 8px 0 0 6px;
}
.left-cycle-item-bottom ul li:nth-child(odd){
    border-right:solid 1px #e2e3e0;
}
.left-cycle-item-bottom ul li:first-child{
    border-bottom:solid 1px #e2e3e0;
}
.left-cycle-item-bottom ul li:nth-child(2){
    border-bottom:solid 1px #e2e3e0;
}
.left-cycle-item-bottom a p:last-child{
    font-size:12px;
}
.life-cycle-item-top:hover{
    box-shadow: 0 0 10px 0 rgba(124,124,124,.26);
}
.life-cycle-item-top:hover a p{
    color:#ff2d11;
}
.left-cycle-item-bottom ul li:hover p{
    color:#ff2d11;
}
.left-cycle-item-bottom li:hover{
    box-shadow: 0 0 10px 0 rgba(124,124,124,.26);
}
/* 企业全生命周期赋能 end*/