.logo{
    width: 180px;
    cursor: pointer;
}
.app{
    font-size: 0;
}
.head {
    width: 100%;
    height: 74px;
    box-shadow: 0px -1px 20px #e0e0e0;
    position: relative;
}
.logo,.list{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    /*right: 0;*/
    margin: auto;
}
.list{
    left:195px;
    height: 100%;
    display: table;
}
.heads{
    position: relative;
    height: 100%;
}
.list>span{
    font-size: 16px;
    color: #383e48;
    display: table-cell;
    vertical-align: middle;
    padding:15px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}
.list ul{
    height: 100%;
    line-height: 74px;
}
.open{
    position: relative;
    width: 100%;
    height:100%;
    background: #4875ea;
    color:white;
    padding-left: 64px;
    box-sizing: border-box;
    display: table;
    transition: 0.3s;
}
.open dl{
    display: table-cell;
    vertical-align: middle;
}
.hide_head{
    position: absolute;
    left: 0;
    width:100%;
    bottom: -60px;
    height: 60px;
    background:none;
    overflow: hidden;
}

.list>span:hover{
    color: #4875ea !important;
}
.phone{
    float: right;
    font-size: 14px;
    color: #879ab6;
    display: table;
    height: 100%;
    position: relative;
}
.phone i{
    display: table-cell;
    vertical-align: middle;
}
.center_img{
    width: 111px;
    height: 74px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 11px;
}
.iframes{
    width: 100%;
    height: 100%;
}
.content_top{
    margin-top: 30px;
}
.list_data img{
    width: 52px;
    height: 52px;
    margin-right: 20px;
}
.list_data span{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
.child_content{
    overflow: hidden;
    font-size: 0;
}
.left_cont{
    float: left;
    margin: 27px 65px 0 0;
}
.list_data{
    display: table;
    font-size: 0;
    margin-bottom: 20px;
    cursor: pointer;
    transition:0.3s;
    color: #b3b6bd;
}
.list_data:hover{
    color: #4875ea !important;
}
.ok_select{
    color: #4875ea !important;
}
.right_cont{
    float: left;
    overflow: hidden;
    width: calc(100% - 155px);
    margin: 27px -30px 0 0;
    font-size: 14px;
    min-height:600px;
}
.right_cont_list{
    float: left;
    margin: 0 27px 40px 0;
    background: #edeef1;
    cursor: pointer;
    transition: 0.6s;
    overflow:hidden;
}
.right_cont_list:hover{
    box-shadow: 0px 10px 10px -6px #c1c1c1;
    /*transform: rotate(2deg);*/
}
 

.iconPc {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 33%;
    right: 25px;
}
.right_img {
    width: 495px;
    height: 275px;
    cursor: pointer;
    transition: all 0.6s; 
    overflow:hidden;
}
.right_img:hover{
    transform:scale(1.1);
}
.two_floa{
    display: inline-block;
    margin-right: -27px;
    width: 100%;
    overflow: hidden;
}
.right_cont_list>dl{
    padding: 14px 25px 20px 14px;
    box-sizing: border-box;
    position: relative;
}
.right_cont_list>dl h3{
    color: #4a4b53;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 2px solid #d2d2d2;
}
.right_cont_list>dl dd span{
    font-size: 14px;
    color: #7a7e95;
    margin-right: 30px;
    margin-top: 15px;
    display: inline-block;
}
.dq_node{
    cursor: pointer;
    margin-right: 35px;
    display: inline-block;
    transition: 0.3s;
    font-size: 14px;
}
.dq_node:hover{
    color: #9db8ff;
}


/**************************************** 服务 ***********************************/
.em_img{
    display: inline-block;
    width: 100%;
    height: 498px;
    background-size: cover !important;
}
.service>span{
    display: inline-block;
    height: 107px;
    line-height: 107px;
    text-align: center;
    border-right: 1px solid #5d8aee;
    color:white;
    border-bottom: 1px solid #5d8aee;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}
.service{
    width: 566px;
    margin-left: 108px;
    font-size: 0;
    margin-top: 196px;
}
.service>span:nth-child(3){
    border-right: 0;
}
.service>span:nth-child(6){
    border-right: 0;
    border-bottom: 0;
}
.service>span:nth-child(4){
    border-bottom: 0;
}
.service>span:nth-child(5){
    border-bottom: 0;
}

.lect_anc{
    background: -webkit-linear-gradient(#ffffff3b,#356dea38);
}
.select_anc{
    background: -webkit-linear-gradient(#356dea38,#ffffff3b);
}
.servers{
    padding: 73px 0;
    text-align: center;
}
.servers>img{
    width: 723px;
    height: 230px;
}
.yw_img,.web_img{
    display: inline-block;
    width: 100%;
    background-size: cover !important;
}

.right_text{
    float: left;
    margin-top: 32px;
    width: calc(100% - 193px);
    font-size: 14px;
    min-height:320px;
}
.table_head{
    padding-bottom: 20px;
    border-bottom: 2px solid #eeeeee;
    text-align: center;
    font-size: 24px;
    color: #606b78;
}
.table_head em{
    font-size: 16px;
    color: #728499;
    padding-right: 0.5em;
}
.table_head span{
    font-size: 14px;
    color: #728499;
}
.text_content{
    margin-top: 20px;
   /* padding: 43px 0;*/
}
.text_content h3{
    font-size: 16px;
    color: #606b78;
}
.text_content dl{
    line-height:33px;
    margin-bottom: 54px;
}
.text_content dl p{
    /*text-indent: 33px;*/
    font-size: 16px;
    color: #606b78;
}
.box img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 11px;
    border:5px solid #eeeeee;
    cursor: pointer;
}
.my_fenxiang{
    overflow: hidden;
    display: table;
    font-size: 14px;
}
.my_fenxiang span{
    display: table-cell;
    vertical-align: middle;
}
.my_fenxiang div{
    display: table-cell;
    font-size: 0;
    vertical-align: middle;
    padding-left:15px;
}
.right_content_li {
    position: relative;
    width: 100%;
    padding: 16px 23px;
    border-radius: 10px;
    box-shadow: 1px 4px 14px 0px #efefef;
    display: table;
    cursor: pointer;
    margin-bottom: 18px;
    border: 1px solid white;
}
.right_content_li:hover{
    border:1px solid #4875ea;
}
    .right_content_li:hover .p_head a {
        color: #3561d3 !important;
    }
.right_content_li dl{
    display: inline-block;
    width: 85%;
    float: left;
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle;
    /*min-width:775px;*/
}
.right_content_li div{
    display: inline-block;width: 142px;float: right;
}
.right_text ul a{
    width: 100%;
}
.right_content_li img{
    float: right;
   /* width: 90% !important;*/
    height: 101px ;
    display: table-cell;
    vertical-align: middle;
    margin-left: 10px;

}
.p_head {
    font-size: 20px;
    /*color: #4875ea;*/
    margin-bottom: 15px;
    transition: 0.3s;
    font-weight: 600;
}
.p_cont{
    font-size: 12px;
    color: #888d99;
    line-height: 20px;
}

    .p_cont a {
        font-size: 12px;
        color: #888d99;
        line-height: 23px;
    }

.left_detail{
    width: 810px;
    float: left;
}
.right_detail {
    font-size: 14px;
    min-height: 750px;
    width: 295px;
    float: right;
    margin-top: 44px;
}
.ivu-breadcrumb>span:last-child{
    color: #849eef !important;
}
.mind_img{
    width: 672px;
    height: 220px;
    margin-bottom: 60px;
}
.up_down {
    font-size: 14px;
    color: #606b78;
    margin-bottom: 92px;
}
.up_down p{
    margin-bottom:16px;
    color:#606b78;
}
.up_down p a{
    color: #606b78;
}

    .up_down p a:hover {
        color: #4875ea
    }
.my-border-right{border: 1px solid rgba(181, 173, 173,0.5)}

.right_detail_li{
    display: table;
    margin-top: 22px;
}
.right_detail_li img{
    display: table-cell;
    vertical-align: middle;
}
.right_detail_li dd{
    display: table-cell;
    vertical-align: middle;
    padding-left: 26px;
    border-top: 2px dashed #f2f2f2;
    border-bottom: 2px dashed #f2f2f2;
}
.sub_form input{
    width: 100%;
    height: 34px;
    margin-top: 20px;
    padding:0 10px;
}
 
    .sub_form input::-webkit-input-placeholder {
        color: #a1a4a8;
    }

    .sub_form input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #a1a4a8;
    }

    .sub_form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #a1a4a8;
    }

    .sub_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #a1a4a8;
    }

.sub_form textarea{
    width: 100%;
    height: 141px;
    margin: 20px 0;
    padding: 10px;
}

    .sub_form textarea::-webkit-input-placeholder {
        color: #a1a4a8;
    }

    .sub_form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #a1a4a8;
    }

    .sub_form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #a1a4a8;
    }

    .sub_form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #a1a4a8;
    }



.sub_form div{
    text-align: center;
}
.submit {
    padding: 15px 0;
    text-align: center;
    margin-top: 30px;
    border-top: 2px dotted #e5e5e5;
}
.submit_erwm{
    width: 136px;
    height: 136px;
}

.jsxq{
    width: 233px;
    height: 71px;
    margin-top: 20px;
}
.key_word span {
    padding: 3px 20px;
    border: 1px solid #dcdcdc;
    margin: 5px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}
    .key_word a span  {
        color: #606b78;
    }
    .key_word span:hover {
        border-color: #4875ea;  
        background-color: #387de6;
    }
    .key_word a span:hover {
        color: white;
    }
.select{
    background: #4875ea;
    color: white;
}
.select:hover{
    background: #4875ea !important;
    color: white !important;
}
.key_word{
    margin-top: 20px;
}

.goofoo_new{
    margin-top: 40px;
    font-size: 14px;
    overflow: hidden;
}
.left_title_head{
    display: table;
}
.left_title{
    margin-bottom: 20px;
    float: left;
    width: 690px;
}
.left_title img{
    display: table-cell;
    vertical-align: middle;
}
.left_title h2{
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    color: #606b78;
    padding-left: 20px;
}

.left_title_detail{
    display: table;
    margin-top: 20px;
}
.left_title_detail img{
    display: table-cell;
    vertical-align: middle;
}
.left_title_detail dl{
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #606b78;
}
.left_title_detail dl em{
    margin-top: 15px;
    display: inline-block;
}

.right_list{
    float: left;
    padding-left:83px;
}

.triangle{
    display: inline-block;
    width: 10px;
    height: 11px;
    background: url(../image/icons.png) no-repeat;
    background-position: -4px -6px;
    transition: 0.3s;
}

.right_list li{
    display: table;
    cursor: pointer;
    margin-bottom: 4px;
}
.right_list li dl{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 12px;
    color: #728499;
    transition: 0.3s;
}
.right_list li:hover dl{
    color: #4875ea !important;
}
.right_list li:hover em{
    background: url(../image/icons.png) no-repeat;
    background-position: -29px -6px;
}
.right_more{
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url(../image/icons.png) no-repeat;
    background-position: -53px -8px;
}
.padding_more{
    padding-left: 25px !important;
}

.slide_img{
    width: 1000px;
    overflow: hidden;
    position: relative;
    height: 160px;
    margin-bottom: 37px;
}
.slide_img>div{
    position: relative;
    width:260px;
    height: 160px;
    float: left;
    overflow: hidden;
    transition: 0.3s;
}
.slide_img dl{
    width: 400px;
    height: 160px;
    left: 0;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
}
.move0{
    left: 0 !important;
}
.move1{
    left: 300px !important;
}
.move2{
    left: 600px !important;
}
.gygf{
    position: absolute;
    right: 0;
    top: 0;
}
.cp_imgs{
    width: 400px;
    height: 160px;
    background-size: contain !important;
    z-index: -1;
}
.gygf_text{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    font-size: 14px;
    color: #4f565f;
    text-decoration: underline !important;
}

.project{
    padding: 26px 0;
    background: #eeeeee;
    font-size: 14px;
}
.project_list span:first-child{
    border-left: 1px solid white !important;
}
.project_list span{
    width: 14.28%;
    height: 50px;
    display: inline-block;
    font-size: 14px;
    color: #5f6b7a;
    line-height: 50px;
    border: 1px solid white;
    border-left: 0;
    box-sizing: border-box;
    transition: 0.3s;
    cursor: pointer;
}
.project_list span:hover{
    background: #e5e5e5;
    color: #4875ea;
}


.swiper-container {
    width: 100%;
    margin: 11px 0 33px 0;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*height: 400px !important;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: table;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}
.swiper-slide:hover ::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:url("../image/search3.png") no-repeat center;
    background-size: cover;
    z-index: 3;
}
.swiper_js{
    font-size: 12px;
    color: #9b9ea5;
}
.swiper_js span{
    margin-left: 33px;
}
.swiper-slide img{
    /*height: 228px;*/
    /*width: 408px;*/
}
.swiper_title{
    font-size: 16px;
    color: #5f6470;
    margin-bottom: 13px;
}
.swiper-slide dl{
    padding: 20px 25px;
}
.swiper-slide dl dd{
    text-align: left;
    border-left: 1px solid #e7ba74;
    padding-left: 11px;
}
.default_hover{
    /*background: #e5e5e5 !important;
    color: #4875ea !important;*/
}

.no_data{
    font-size: 20px;
    width: 100%;
    line-height: 400px;
    color: #f90;
}
.blog{
    overflow: hidden;
    /*float: left;*/
    display: inline-block;
}
.blog dd{
    width: 352px;
    float:left;
    text-align: left;
}
.blog dd h3{
    font-size: 16px;
    color: #5f6b7a;
    margin: 30px 0 22px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
}
.blog dd h3:hover{
    cursor: pointer;
    color: #4875ea !important;
}
.blog_times{
    font-size: 12px;
    color: #b4b8bd;
    padding-bottom:5px;
    border-bottom: 1px solid #b4b8bd;
    display: inline-block;
}
.blog dd p{
    font-size: 12px;
    color: #b4b8bd;
    margin-top: 19px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.dashed_border{
    width: 0px;
    height: 330px;
    display: inline-block;
    /* background: red; */
    border-left: 1px dashed #d2d2d2;
    float: left;
    margin: 0 33px;
}
.more {
    width: 115px;
    height: 34px;
    line-height: 29px;
    font-size: 16px;
    color: #919dad;
    font-family: "Bell MT";
    background: none;
    border: 1px solid #bfbfbf;
    margin: 10px 0 10px 538px;
    cursor: pointer;
    transition: 0.3s;
    outline: none;
    display: block;
}
.more:hover{
    border: 1px solid #3679dd !important;
    color: #337fd5 !important;
}

.needbtn {
    display: block;
    border: solid 1px #4875ea;
    color: #4875ea;
    width:120px;
    margin-left: calc((100% - 120px) / 2);
    height:32px;
    line-height:30px;
    border-radius:6px;
}
    .needbtn:hover {
        background-color: #4875ea;
        color:#fff;
    }


.right_detail_li img {
    display: table-cell;
    vertical-align: middle;
    border-radius:6px;
    border:solid 1px #e5e5e5;
}

.right_detail_li dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 26px;
    width: 168px;
    border-top: 2px dotted #eee;
    border-bottom: 2px dotted #eee;
}

.right_detail_li a{
    color:black;
}

    .right_detail_li:hover {
        color: #2d8cf0;
    }
.right_detail_li dd:hover {
    color: #2d8cf0;
}

.right_detail_li dd a:hover {
    color: #2d8cf0;
}
