.clear_p{
    padding: 0;
}
.newIndexBtn .first-btn{
    background: #ff7b00;
}
.new-banner-info{
    margin-top: 16%;
}
.service_box{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.service_box .service_cont{
    width: 585px;
    height: 395px;
    background: #fff;
    box-shadow:0px 0px 10px #ccc;
    border-radius: 10px;
}

.service_box .service_cont .service_img{
    border-radius: 10px;
    width: 585px;
    height: 215px;
    overflow: hidden;
    position: relative;
}
.service_box .service_cont .service_img img{
    width: 585px;
    height: 215px;
}

.service_box .service_cont .service_img .service_circle{
    width: 80px;
    height: 80px;
    /* border: 2px #cbcbcb solid; */
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_box .service_cont .service_img .service_circle .service_core{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fe7d02;
    text-align: center;
    line-height: 90px;
    color: #fff;
}
.service_box .service_cont .service_img .service_circle .service_core i{
    font-size: 50px;
}

.service_box .service_cont .service_txt{
    padding: 35px 65px;
    box-sizing: border-box;
    text-align: center;
}
.service_box .service_cont .service_txt .service_title{
    font-size: 24px;
    font-weight: bolder;
    color: #333;
}
.service_box .service_cont .service_txt .service_synopsis{
    margin-top: 20px;
    color: #414141;
    font-size: 14px;
}

.button_box{
    text-align: center;
    margin: 50px 0;
}

.show_10{
    background: url(../img/jichengshang_c1.jpg) no-repeat;
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.show_10 .newIndexTit .newIndexTitTop b{
    font-size: 48px;
    color: #ff9000;
}

.tab_card{
    margin-top: 50px;
}
.tab_box{

}
.tab_box ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e8ed;
    padding: 0;
    margin-bottom: 0;
    height: 50px;
}
.tab_box ul li{
    text-align: center;
    width: 150px;
    cursor:pointer;
    font-size: 18px;
    font-weight: bolder;
    position: relative;
}
.tab_box ul li i{
    font-size: 20px;
    margin-right: 5px;
    color: #fe8e23;
}
.tab_box ul li .tab_line{
    position: absolute;
    bottom: -10px;
    width: 0%;
    transition: all .3s;
    overflow: hidden;
}
.tab_box ul li .tab_line img {
    width: 150px;
}

.active{
    color: #fe8e23;
}
.active .tab_line{
    width: 100% !important;
}
.tab_body{
    padding: 50px 70px;
    background:-moz-linear-gradient(top,#f8fafd,#fff);/*Mozilla*/
    background:-webkit-linear-gradient(top,#f8fafd,#fff);/*new gradient for Webkit*/
    background:-o-linear-gradient(top,#f8fafd,#fff); /*Opera11*/
    box-sizing: border-box;
}
.tab_body .tab_box_body{
    display: none;
}
.tab_body .tab_box_body.tab_content{
    display: block;
}
.tab_content ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.tab_content ul li {
    width: 240px;
    margin-right: 170px;
    margin-bottom: 30px;
    cursor:pointer;
}
.tab_content ul li:nth-child(3n+3){
    margin-right: 0px;
}
.tab_content ul li .content_head{
    font-size: 14px;
    font-weight: bolder;
    color: #36475a;
}
.tab_content ul li .content_body{
    margin-top: 15px;
    font-size: 12px;
    color: #9ea6b2;
}

/*.tab_line*/
.process_box{
    background: url(../img/jichengshang_c2.jpg) no-repeat;
    height: 490px;
}
.process_cont{
}
.process_cont ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-left: 0;
}
.process_cont ul li{
    width: 280px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: rgba(255,255,255,0.2);
    margin-right: 20px;
    margin-top: 20px;
    cursor:pointer;
    transition: all .5s;
    font-size: 16px;
    line-height: 60px;
}
.process_cont ul li:hover{
    background: #fe7d02;
}
.process_cont ul li:nth-child(4n+4){
    margin-right: 0px;
}

.cooperate_box{
    margin-top: 30px;
}
.cooperate_box ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.cooperate_box ul li{
    width: 280px;
    box-shadow:0px 0px 10px #ccc;
    margin-right: 20px;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    height: 180px;
}
.cooperate_box ul li:nth-child(4n+4){
    margin-right: 0px;
}
.cooperate_box ul li a{
    text-decoration: none;
    width: 100%;
    display: block;
    transition: all .5s;
    text-align: center;
}

.cooperate_box ul li a .cooperate_logo{
    margin-top: 30px;
    text-align: center;
}
.cooperate_box ul li a .cooperate_logo img{
    height: 50px;
}

.cooperate_box ul li a .cooperate_title{
    margin-top: 40px;
    color: #333;
    font-size: 20px;
}

.cooperate_box ul li a .cooperate_line{
    width: 55px;
    height: 5px;
    margin: 10px auto;
    background:-moz-linear-gradient(top,#ffeec2,#ff5822);/*Mozilla*/
    background:-webkit-linear-gradient(top,#ffeec2,#ff5822);/*new gradient for Webkit*/
    background:-o-linear-gradient(top,#ffeec2,#ff5822); /*Opera11*/
}

.cooperate_box ul li a .cooperate_cont{
    margin-top: 30px;
    padding: 0 30px;
    box-sizing: border-box;
    color: #838a96;
}
.cooperate_box ul li:hover{
    box-shadow: 0px 0px 10px rgba(254,125,2,0.3);
}
.newIndexTitNr{margin-top: 0}
.button_box button {font-size: 16px;border-radius: 6px;}
.button_box button:hover{opacity: 0.85}
.service_box .service_cont{height: auto;}
.service_box .service_cont .service_img,.service_box .service_cont .service_img img{width: 100%;height: auto;}
@media only screen and (min-width: 1660px) and (max-width: 1800px){
    .button_box button{transform: scale(0.9);-webkit-transform: scale(0.9);}
}
@media only screen and (min-width: 1440px) and (max-width: 1659px){
    .new-banner-info{margin-top: 12%}
    .first-btn{margin-right: 60px;}
    .button_box button{transform: scale(0.9);-webkit-transform: scale(0.9);}
    .index-content .part7{padding-bottom: 1px;}
    .process_box{height: auto;padding-bottom: 30px;}
}
@media only screen and (min-width: 1365px) and (max-width: 1439px) {
    .new-banner-info{margin-top: 11%;}
    .first-btn{margin-right: 60px;}
    .button_box button{transform: scale(0.9);-webkit-transform: scale(0.9);}
    .index-content .part7{padding-bottom: 1px;}
    .process_box{height: auto;padding-bottom: 30px;}
}
@media only screen and (min-width: 1280px) and (max-width: 1364px) {
    .new-banner-info{margin-top: 11%;}
    .first-btn{margin-right: 60px;}
    .button_box button{transform: scale(0.9);-webkit-transform: scale(0.9);}
    .index-content .part7{padding-bottom: 1px;}
    .process_box{height: auto;padding-bottom: 30px;}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .new-banner-info{margin-top: 8%;}
    .newBannerTxt-2 {margin: 20px 0 10px;font-size: 40px;}
    .newBannerTxt-3 {font-size: 20px;}
    .newIndexBtn{margin-top: 40px;}
    .first-btn{margin-right: 60px;}
    .button_box button{transform: scale(0.9);-webkit-transform: scale(0.9);}
    .tab_content ul li{margin-right: 30px;}
    .service_box{margin-top: 30px;}
    .service_box .service_cont{width: 460px;}
    .newIndexWarp {padding: 30px 0 0;}
    .process_cont ul li{width: 21%;margin: 1% 2%;}
    .process_box{height: auto;padding: 30px 0;}
    .index-content .part7 {padding: 20px 0 0px 0;}
    .cooperate_box ul li{width: 23%;}
    .cooperate_box ul li a .cooperate_title{margin-top: 20px;}

}