.top{
    padding: 100px 20px  0px  20px ; 
    text-align: center;
    background: #b3d5f9;


     /* background: radial-gradient(circle, #dd9595, #7db2e9); */
    
    /* background: url(/static/images/131.jpg)  center no-repeat #fff; */
}
.top h3 {
    display: inline-block;
    position: relative;
    z-index: 0;
    font-size: 40px;
    font-weight: 700;
    color: #333;
}
.top .top-title {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1em;
}
.common-color {
    color: #409eff;
}
.top .header-sub-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #777;
}
.top .index-revision_common-form {
    height: 250px;
    box-shadow: 0 5px 20px 0 rgba(0,179,149,.1);
    border-radius:10px 10px  0 0 ;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: auto;
}
.top .index-revision_step_content {
    background: url(/static/images/388c41bafbe5447c9d19b3894d5d28d5_index_up_bg.png) center no-repeat #fff;
}
.top .index-revision_common-form .content_form {
    width: 700px;
    height: 60px;
    border-radius: 3px;
    display: -webkit-box;
    display: flex;
}
.top .index-revision_common-form .title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    display: flex;
}
.top .index-revision_common-form .number-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.top .index-revision_common-form .number-wrapper  .number {
    width: 35px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #409eff;
    border-radius: 4px;
    color: #FFF;
    margin: 0 5px;
}
.top .index-revision_common-form .content_form input {
    font-size: 16px;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    text-indent: 22px;
    background: #fff;
}
.top .index-revision_common-form .content_form button {
    width: 200px;
    height: 60px;
    border-radius: 0 3px 3px 0;
    background: #409eff;
    color: #fff;
    font-size: 22px;
}
.desc-div .index-revision_step_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 130px;
    background: #fff;
    border-radius:  0 0 10px 10px;
    margin-top: 30px;
    margin: auto;
}
.responsive-container-inner {
    width: 1180px;
}
.desc-div{

background: aliceblue;
}
.desc-div .step_item {
    width: 21%;
    text-align: center;
    background: url("/static/picture/箭头.png") right bottom 3px no-repeat;
    font-size: 0;
}
.desc-div .step_item .img-box {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.desc-div .step_item .img-box img{
    width: 100%;
    height: 100%;

}
.desc-div .step_item .name {
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #999;
    margin-top: 20px;
}
.tab-div {
    width: 100%;
    padding: 40px 0;
    background: aliceblue;
}
.tab-div .flex-div{
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.tab-div .info_item {
    width: 25%;
    height: 60px;
    padding: 43px 30px;
    border-radius: 9px;
    background: #fcfcfc;
    display: flex;
    align-items: center;
    /* border: 1px solid #c6dddd; */
    box-shadow: 0px 3px 11px 1px rgba(51, 51, 51, 0.08);
}
.tab-div .info_item .title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.tab-div .info_item .text{
    color: cadetblue;
}
.client-div {
    background: url(/static/images/d2fce2.jpg)  center  #fff;
    padding: 40px;
}
.sectitle p{
    font-size: 15px;
    color: #777;
}
.client-div .title {
    font-family: Microsoft YaHei;
    margin-bottom: 20px;
    font-size: 34px;
    color: #222;
    font-weight: 700;
}
.client-div .logo_temp {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(4,277px);
    grid-template-rows: repeat(5,181px);
    grid-gap: 31px;
  
}
.client-div .logo_temp img{
    width: 100%;
    height: 100%;
    object-fit: none;
}
.client-div .logo_temp video{
    width: 100%;
    height: 100%;
}
.client-div .logo_temp .logo_item{
    border-radius: 10px;
    overflow: hidden;
    /* border: 1px solid #dfdcdc; */
  }
.client-div  .logo_temp .logo_item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    border: 10px dashed #b3d5f9;
}

.client-div .logo_temp .logo_item:nth-child(14) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 6;
}
.client-div .logo_temp .logo_item:hover{
    transform: scale(1.2);
  }

 .top  .item {
	width: 43px;
	height: 44px;
	font-size: 30px;
	color: rgb(109, 160, 255);
	font-weight: 600;
	text-align: center;
	line-height: 80px;
	overflow: hidden;
}


.service-div {
    background:  #fff;
    padding: 40px;
    height: 800px;
}
.sectitle p{
    font-size: 15px;
    color: #777;
}
.service-div .title {
    font-family: Microsoft YaHei;
    margin-bottom: 20px;
    font-size: 34px;
    color: #222;
    font-weight: 700;
}
.all_package_wrap {
    width: 1218px;
    margin: 0 auto;

}
.all_package_wrap  .type_nav{

    background: #dcdfe2;

}

 .all_package_wrap .type_nav li.on {

    color: #fff;
    background: #136CFB;

}
 .all_package_wrap .type_nav li {
    display: inline-block;
    width: 24.7%;
    height: 65px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 61px;
    position: relative;
    cursor: pointer;
}
 .all_package_con {
    background: #F3F9FF;
}
.all_package_con .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #333333;
    height: 500px;
}

.all_package_con .type_wrap {
    padding-top: 25px;
}
.logo_package_con.on {
    display: block;
}
.logo_package_con .l_p_plan {
    padding: 0 10px;
    margin-bottom: 25px;
    float: left;
    margin-left: 10px;
}
.col-md-3 {
    width: 22%;
}
.logo_package_con .l_p_plan .l_p_title {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
    background: #3095ff;
}
.all_package_con  .order_wrap {
    height: 55px;
    background: #136CFB;
    text-align: center;
    padding: 15px 0;
}
.logo_package_con .l_p_plan .l_p_details {
    background: #fff;
}
 .logo_package_con .l_p_plan .l_p_details ul li {
    padding-left: 16px;
    font-size: 14px;
    padding-bottom: 15px;
    position: relative;
    clear: both;
}
.logo_package_con .l_p_plan .l_p_details ul li {
    background: url(/static/images/blue_icon.png) left 5px no-repeat;
}
.logo_package_con .l_p_plan .l_p_details {
    padding: 20px 15px 0;
}
.all_package_con .order_wrap span {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 50px;
}
 .all_package_con .order_wrap p.p1 {
    line-height: 48px;
    padding-left: 80px;
}

.all_package_con .order_wrap p {
    display: inline-block;
    width: 390px;
    height: 50px;
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    color: #333;
    border-radius: 2px;
    background: #fff;
}
.all_package_con .order_wrap p i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 15px;
    font-style: normal;
    width: 80px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #EDEDED;
}
.all_package_con .order_wrap p select {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333;
    padding-left: 15px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background: url(../../../statics/images/bootstrap/new_website_1/case_pro/select_icon.png) no-repeat right center #fff;
}
 .all_package_con .order_wrap p {
    display: inline-block;
    width: 390px;
    height: 50px;
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    color: #333;
    border-radius: 2px;
    background: #fff;
}
 .all_package_con .order_wrap p input[type="text"] {

    height: 50px;
    line-height: 50px;
    padding: 0 120px 0 16px;
    font-size: 16px;
    color: #A2A2A2;
    background: #fff;
    outline: none;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 2px;
}
.all_package_con .order_wrap p input[type="button"] {
    display: inline-block;
    width: 110px;
    height: 40px;
    position: absolute;
    background: #136CFB;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    top: 5px;
    right: 5px;
    border-radius: 2px;
}

.tm-div {
    background:  #f9fbfe;
    padding: 20px;
    height: 500px;
}
.sectitle p{
    font-size: 15px;
    color: #777;
}
.tm-div .title {
    font-family: Microsoft YaHei;
    margin-bottom: 20px;
    font-size: 34px;
    color: #222;
    font-weight: 700;
}
.container {
    width: 970px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.box1 {
height: 250px;
margin-top: 10px;
}
.box1 .con {
    overflow: hidden;
    font-size: 14px;
    color: #999;
    float: left;
    margin: 0 1%;
    width: 48%;
}
 .box1 .c {
    border: 2px solid #e3ecf5;
    border-radius: 3px;
    padding: 30px 15px 30px 15px;
    overflow: hidden;
    background: #fff;
}

.box1 .row:nth-of-type(){
    display: table;
    content: " ";
}
.con .left {
    padding-right: 2%;
    width: 30%;
    float: left;
}
 .box1 .con .left h5 {
    font-size: 28px;
}
 .box1 .con .right h4, .single_logo_brand .box1 .con .right h3 {
    font-size: 24px;
    color: #136CFB;
    font-weight: normal;
    background: url(/static/images/single_pro_R_1.png) no-repeat 0 0;
    background-size: 28px 28px;
    padding: 0 0 3px 35px;
    margin-bottom: 5px;
}
.box1 .con p {
    font-size: 12px;
}
 .box1 .con p {
    padding-top: 10px;
    line-height: 24px;
}
.box1 .con .right {
    width: 68%;
    float: right;
}

.box2 p {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding: 0 30px 0 0;
}
.box2 input {
    width: 450px;
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #EBEBEB;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    color: #7fadeb;
    height: 44px;
    background: transparent;
    padding: 0 15px;
    letter-spacing: 1px;
    font-size: 16px;
    box-shadow: 0;
    outline: none;
    border: 3px solid #136CFB;
}
.box2 .btn_blue {
    display: inline-block;
    vertical-align: middle;
    background: #136CFB;
    border-radius: 0 3px 3px 0;
    height: 50px;
    color: #fff;
    padding: 0 40px;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 50px;
    cursor: pointer;
}
.display-div {
    background:  #fff;
    padding: 20px;
    height: 700px;
}
.sectitle p{
    font-size: 15px;
    color: #777;
}
.display-div .title {
    font-family: Microsoft YaHei;
    margin-bottom: 20px;
    font-size: 34px;
    color: #222;
    font-weight: 700;
}
.display-div .toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.display-div.toggle .item:not(:last-child) {
    margin-right: 18px;
}
.display-div .toggle .item {
    padding: 6px 22px;
    border-radius: 16px;
    border: 1px solid #777777;
    cursor: pointer;
    font-size: 14px;
    color: #222;
}

.display-div  .toggle .item:not(:last-child) {
    margin-right: 18px;
}
.display-div  .toggle .item.active {
    background: royalblue;
    color: #fff;
    border: 0;
}
 .five{
    background: url(/static/images/l41-e2a34e3e.png) no-repeat 0 0/100% 90px;
    height: 90px;
    position: relative;
}
.five img {
    width: 201px;
    height: 51px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 500px;
}

.contact-main {
    position: fixed;
    right: 20px;
    top: 410px;
    z-index: 10;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    padding: 13px;
}
.contact-main .item:not(:last-child) {
    padding-bottom: 13px;
    border-bottom: 1px solid #DEDEDE;
}
.contact-main .item {
    cursor: pointer;
    position: relative;
}

.contact-main .item .after {
    display: none;
}
.contact-main .item:hover> .after{
    display: block;
 }
.contact-main .item:hover> .before{
    display: none;
}
.contact-main .item .detail {
    display: none;
    padding-left: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    position: absolute;
    left: -180px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    background-color: #fff;
    justify-content: center;
    flex-direction: column;
}
.contact-main .item .detail p {
    font-size: 14px;
    color: #222;
}
.contact-main .item .detail span {
    font-size: 12px;
    color: #fb2c6c;
}
.contact-main .item:hover> .detail{
    display: block;
}