/*官网子页面 样式*/


/*header S*/

body {
    background-color: #f3f3f3;
}

header {
    height: 72px;
    width: 100%;
    line-height: 72px;
    box-sizing: border-box;
    position: fixed;
    z-index: 99;
    background-color: #fff;
}

.logo {
    padding-top: 12px;
}
.logo img {
    height: 48px;
    width: auto;
    display: block;
}

.nav_box {
    overflow: hidden;
    height: 100%;
}

.nav {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.nav li {
    float: left;
}

/* 子页面在本文件之后还会加载 app_index.css（首页样式表），其中的
   .nav li a{color:#e4e4e4} 与 #run{left:26px} 是为首页深色 banner 上的
   透明导航设计的，同优先级下会覆盖这里。加 header 前缀提高优先级压回。
   首页不加载本文件，故不受影响。 */
header .nav li a {
    font: 16px/68px "Microsoft Yahei";
    color: #575757;
    display: inline-block;
    margin: 0 32px;
    box-sizing: content-box;
}

header #run {
    height: 2px;
    width: 76px;
    background-color: #FF7426;
    position: absolute;
    bottom: 0;
    left: 124px;
}

#run1 {
    height: 2px;
    width: 100px;
    background-color: #FF7426;
    position: absolute;
    bottom: 0;
    left: 252px;
}

#run2 {
    height: 2px;
    width: 100px;
    background-color: #FF7426;
    position: absolute;
    bottom: 0;
    left: 412px;
}

#run3 {
    height: 2px;
    width: 78px;
    background-color: #FF7426;
    position: absolute;
    bottom: 0;
    left: 568px;
}

.active {
    display: block;
}

.nav_header {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 72px;
    transition: all .3s;
    z-index: 9999;
    box-shadow: 0 1px 3px 2px rgba(231, 231, 231, 1);
}

.nav li .bg {
    color: #ff7426;
}






/*案例详情*/

section {
    padding-top: 72px;
    overflow: hidden;
}

.banner {
    background: url(../img/nali_banner.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 270px;
}

.banner2 {
    background: url(../img/fangan_banner.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 270px;
}

.banner3 {
    background: url(../img/zixun_banner.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 270px;
}

.banner4 {
    /*background: url(../img/guanyu_banner.png) no-repeat center;*/
    background-size: 100%;
    width: 100%;
    height: 223px;
}

.cla_top {
    height: 142px;
    position: relative;
    text-align: center;
    padding-top: 42px;
    box-sizing: border-box;
}

.cla_top img {
    vertical-align: top;
}

.cla_top span {
    padding: 0 10px 0 10px;
    font-size: 28px;
    color: #262525;
    display: inline-block;
}

.cla_top p {
    padding-top: 24px;
    font-size: 14px;
    color: #737373;
}

.line {
    width: 66px;
    height: 2px;
    background-color: #ff7426;
    margin: 0 auto;
    margin-top: 22px;
}






/*案例 列表*/

.case_list {
    padding-top: 40px;
    overflow: hidden;
}

.case_list_ul {
    overflow: hidden;
}

.case_list li {
    width: 25%;
    float: left;
    padding-bottom: 22px;
    overflow: hidden;
    cursor: pointer;
}

.case_list_ul_img {
    width: 286px;
    position: relative;
}

.case_list_ul_img img {
    width: 286px;
    height: 236px;
}

.case_list_ul_img .img_sha {
    width: 286px;
    height: 236px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 0;
    bottom: 0;
}

.case_list_ul_img .img_sha0 {
    height: 0;
    bottom: 0;
}

.case_list_ul_img .img_sha1 {
    height: 100%;
    width: 0;
    left: 0;
}

.case_list_ul_img .img_sha2 {
    height: 100%;
    width: 0;
    right: 0;
}

.case_list_ul_img .img_sha3 {
    height: 0;
    top: 0;
}

.case_list_ul_img .img_sha4 {
    height: 0;
    bottom: 0;
}

.case_list_ul_img .img_sha5 {
    height: 100%;
    width: 0;
    left: 0;
}

.case_list_ul_img .img_sha6 {
    height: 100%;
    width: 0;
    right: 0;
}

.case_list_ul_img .img_sha7 {
    height: 0;
    top: 0;
}

.case_list_ul li:hover .img_sha {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.case_list_ul_img img:nth-child(1) {
    width: 94px;
    height: 94px;
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -47px;
    z-index: 55;
    border-radius: 10px;
}

.case_list_ul_info {
    background-color: #fff;
    height: 100%;
    width: 286px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 14px 16px 26px 16px;
    box-sizing: border-box;
}

.case_list_ul_info span {
    font-size: 14px;
    color: #737373;
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    border-bottom: 1px dashed #d8d8d8;
}

.anli_list {
    height: 82px;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}

.anli_list ul {
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 50%;
    margin-left: -251px;
}

.anli_list li {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e9e9e9;
    margin-left: 5px;
    border-radius: 6px;
    background-color: #fff;
    color: #808080;
    cursor: pointer;
    font-size: 14px;
}

.anli_list li a {
    display: inline-block;
    width: 100%;
}

.anli_list li.current {
    background: #ff7426;
    color: #fff;
}






/*.anli_list li a:hover{
	color: #fff;
}*/

.anli_list li .li_click {
    display: inline-block;
    background-color: #ff7426;
    color: #fff;
}







/*解决方案*/

.fn_list {
    margin: 66px auto 40px;
    overflow: hidden;
}

.fn_list ul li {
    float: left;
    width: 290px;
    height: 182px;
    background-color: #fff;
    margin-right: 13px;
    text-align: center;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-bottom: 2px solid #d0d0d0;
    margin-bottom: 15px;
}

.fn_list ul li img {
    position: relative;
}

.fn_list ul li:hover img {
    /*-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1.25);
    -ms-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);*/
    animation: fls 0.5s;
    -webkit-animation: fls 0.5s;
}

@keyframes fls {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0px;
    }
}

@-moz-keyframes fls {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0px;
    }
}

@-ms-keyframes fls {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0px;
    }
}

@-webkit-keyframes fls {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0px;
    }
}

.fn_list ul li span {
    display: block;
    font-size: 18px;
    color: #545454;
}






/*行业动态*/

.place {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #ececec;
}

.place img {
    vertical-align: middle;
    margin-top: -4px;
}

.place a {
    font-size: 14px;
    color: #757575;
}

.news_info {
    height: 100%;
}

.news_info_top {
    text-align: center;
    height: 98px;
}

.news_info_top span {
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    display: block;
    padding: 26px 0 16px 0;
}

.news_info_top i {
    font-style: normal;
    color: #959595;
    font-size: 14px;
}

.news_info_source {
    /*overflow: hidden;*/
    height: 50px;
    line-height: 50px;
    border-top: 1px dashed #ececec;
    border-bottom: 1px dashed #ececec;
}

.news_info_source i {
    font-style: normal;
    font-size: 12px;
    color: #2e2e2e;
    float: left;
}

.bdsharebuttonbox {
    float: right;
    /*height: 50px;*/
    padding-top: 10px;
}

.news_info_article {
    padding-bottom: 72px;
    padding-top: 30px;
}

.news_info_article p {
    font-size: 14px;
    color: #747474;
    line-height: 26px;
    text-indent: 28px;
}

.next_prve {
    height: 74px;
    line-height: 74px;
    border-top: 1px dashed #ececec;
}

.next_prve a {
    font-size: 12px;
    color: #4c4c4c;
}

.next_prve a:nth-child(1) {
    float: left;
}

.next_prve a:nth-child(2) {
    float: right;
}






/*资讯 详情*/

.message {
    box-sizing: border-box;
    overflow: hidden;
}

.message ul {
    overflow: hidden;
    margin-bottom: 90px;
}

.message .tabs>li {
    width: 386px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #494949;
    border: 1px solid #939393;
    border-radius: 25px;
    float: left;
    margin-right: 18px;
    padding-left: 16px;
    box-sizing: border-box;
    cursor: pointer;
}

.message li.li_active {
    background-color: #ff7426;
    border: 1px solid #ff7426;
}

.message li .a_active {
    color: #fff;
}

.message li:nth-last-child(1) {
    margin-right: 0;
}

.message li a {
    color: #494949;
    font-size: 18px;
}

.message li img {
    float: right;
    margin: 10px 18px 0 0;
}

.message_info {
    overflow: hidden;
}

.message_info img {
    float: left;
    padding-right: 12px;
}

.info_img img {
    width: 186px;
    height: 124px;
}

.message_info_top i {
    color: #818181;
    font-size: 18px;
    font-style: normal;
    padding-right: 44px;
    float: left;
}

.message_info_top i.i_hover {
    color: #ff7426;
}

.message_info_top span a {
    display: inline-block;
    font-size: 18px;
    color: #2f2f2f;
}

.message_info_top span a.a_color {
    color: #ff7426;
}

.message_info_con {
    padding-top: 30px;
    padding-left: 140px;
}

.message_info_con p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding-bottom: 36px;
    cursor: pointer;
}

.message_info_con a {
    font-size: 14px;
    color: #818181;
}

.info_img {
    width: 186px;
    height: 124px;
    overflow: hidden;
    float: left;
    margin-right: 16px;
}

.info_img img:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1.25);
    -ms-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
}

.trouble_info {
    position: relative;
}

.trouble_info img {
    vertical-align: text-top;
}

.trouble_info i {
    font-size: 18px;
    font-weight: bold;
    color: #535353;
    font-style: normal;
    padding-left: 10px;
}

.trouble_info i.hover_i {
    color: #ff7426;
}

.trouble_info_box {
    width: 1064px;
    height: 144px;
    background: url(../img/zixun_bg.png) no-repeat;
    background-size: 1064px 144px;
    padding: 30px 26px 0 46px;
    box-sizing: border-box;
    position: absolute;
    top: -32px;
    left: 140px;
}

.trouble_info_box span a {
    font-size: 18px;
    font-weight: bold;
    color: #535353;
}

.trouble_info_box .span_click {
    color: #ff7426;
}

.trouble_info_box p {
    font-size: 14px;
    color: #626262;
    padding-top: 16px;
    line-height: 24px;
    cursor: pointer;
}






/*案例展示详情*/

.details_left {
    width: 356px;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    margin-top: 26px;
    box-shadow: 0px 10px 36px 0px #ddd;
    -ms-box-shadow: 0px 10px 36px 0px #ddd;
    -webkit-box-shadow: 0px 10px 36px 0px #ddd;
    -moz-box-shadow: 0px 10px 36px 0px #ddd;
    -o-box-shadow: 0px 10px 36px 0px #ddd;
}

.details_left_box1 {
    padding: 66px 40px 56px 36px;
}

.details_left_box1 span {
    font-size: 28px;
    color: #000;
}

.details_left_box1 p {
    font-size: 14px;
    color: #767575;
    line-height: 26px;
    padding-top: 36px;
}

.details_left_box2 {
    height: 58px;
    margin: 0 22px 0 34px;
    border: 1px solid #eae7e7;
}

.details_left_box2 a:nth-child(1) {
    border-right: 1px solid #eae7e7;
    overflow: hidden;
    display: inline-block;
    padding: 16px 42px 16px 40px;
}

.details_left_box2 a:nth-child(2) {
    border-right: 1px solid #eae7e7;
    overflow: hidden;
    display: inline-block;
    padding: 16px;
}

.details_left_box2 a:nth-child(3) {
    overflow: hidden;
    display: inline-block;
    padding: 16px 42px 16px 40px;
}

.details_left_box3 {
    margin: 40px 28px 30px 30px;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    border-top: 1px solid #eae7e7;
    border-bottom: 1px solid #eae7e7;
}

.details_left_box3>span {
    background-color: #f4f4f4;
    padding: 6px 14px;
    margin-right: 12px;
    font-size: 14px;
    color: #8d8d8d;
    overflow: hidden;
    border-radius: 5px;
}

.details_left_box3 span:nth-child(3) {
    margin-right: 0;
}

.details_left_box4 {
    padding: 0 34px 0 26px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 46px;
}

.details_left_box4 span a {
    font-size: 18px;
    color: #8d8d8d;
    height: 62px;
}

.recommend {
    padding-top: 22px;
}

.recommend span {
    font-size: 18px;
    color: #8d8d8d;
    height: 62px;
    line-height: 62px;
    background-color: #fff;
    text-align: center;
    width: 292px;
    display: inline-block;
    border: 1px solid #f1f1f1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 8px #eee;
    box-shadow: 0px 5px 8px #eee;
    -ms-box-shadow: 0px 5px 8px #eee;
    -webkit-box-shadow: 0px 5px 8px #eee;
    -moz-box-shadow: 0px 5px 8px #eee;
    -o-box-shadow: 0px 5px 8px #eee;
}

.case_list_ul_img1 {
    width: 292px;
    position: relative;
    overflow: hidden;
}

.case_list_ul_img1 img {
    width: 292px;
    height: 180px;
}

.case_list_ul_img1 .img_sha {
    width: 292px;
    height: 180px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 0;
    bottom: 0;
}

.case_list_ul_img1 .img_sha0 {
    height: 0;
    bottom: 0;
}

.case_list_ul_img1 .img_sha1 {
    height: 100%;
    width: 0;
    left: 0;
}

.recommend:hover .img_sha {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.recommend:hover img:nth-child(2) {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
    /* Opera */
}

.case_list_ul_img1 img:nth-child(1) {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -35px;
    z-index: 66;
    border-radius: 16px;
}

.details_rigth {
    float: right;
    margin-top: 27px;
    margin-left: 10px;
}

.details_rigth img {
    width: 100%;
}






/*关于犇犇*/

.company_info {
    /*width: 698px;*/
    overflow: hidden;
}

.company_info_left {
    width: 698px;
    padding-right: 50px;
    box-sizing: border-box;
    border-right: 1px solid #eaeaea;
}

.company_info_name {}

.company_info_name span {
    font-size: 28px;
    color: #ff7426;
}

.company_info_name i {
    font-size: 12px;
    color: #7f7e7e;
    font-style: normal;
    display: block;
    padding-top: 8px;
}

.company_info_name p {
    padding-top: 30px;
    font-size: 14px;
    color: #626262;
    line-height: 26px;
}

.company_info_img {
    height: 310px;
    overflow: hidden;
    padding-top: 62px;
}

.company_info_img_box {
    float: left;
}

.company_info_img_box2 {
    float: left;
    height: 154px;
    width: 228px;
    overflow: hidden;
    margin-bottom: 4px;
    box-sizing: border-box;
}

.company_info_img_box img {
    width: 412px;
    height: 310px;
}

.company_info_img_box {
    width: 412px;
    overflow: hidden;
    margin-right: 5px;
    box-sizing: border-box;
}

.company_info_img_box img:hover {
    transform: scale(1.1);
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.company_info_img_box2 {
    width: 228px;
    overflow: hidden;
}

.company_info_img_box2 img {
    /*margin-bottom: 5px;*/
}

.company_info_img_box2 img:hover {
    transform: scale(1.1);
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.company_info_right {
    width: 500px;
    padding-left: 60px;
    box-sizing: border-box;
}

.company_info_right_box {
    width: 439px;

    overflow: hidden;
    margin-top: 16px;
    box-sizing: border-box;
}

.company_info_right_box img {
    width: 439px;
}

.company_info_right_box img:hover {
    transform: scale(1.1);
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.number {
    padding: 66px 0 34px 0;
    overflow: hidden;
}

.num_box {
    width: 256px;
    height: 136px;
    text-align: center;
    border: 1px solid #e3e3e3;
    margin-right: 213px;
    float: left;
    position: relative;
}

.num_box:nth-last-child(1) {
    margin-right: 0;
}

.num_box span {
    margin-top: 20px;
    font-size: 70px;
    color: #818181;
    font-family: Impact;
    display: inline-block;
}

.num_box i {
    font-size: 32px;
    color: #818181;
    font-style: normal;
    position: absolute;
    top: 16px;
}

.num_box p {
    padding-top: 6px;
    font-size: 14px;
    color: #454545;
}






/*合作伙伴*/

.partner {
    height: 764px;
    background-color: #f3f3f3;
    overflow: hidden;
}

.par_top {
    height: 162px;
    position: relative;
    text-align: center;
    padding-top: 76px;
    box-sizing: border-box;
}

.par_top img {
    vertical-align: top;
}

.par_top span {
    padding: 0 10px 0 10px;
    font-size: 32px;
    color: #eeebe9;
    display: inline-block;
    font-weight: bold;
}

.par_top p {
    padding-top: 20px;
    font-size: 16px;
    color: #6b6a6a;
}

.par_imgs {
    overflow: hidden;
    padding-top: 44px;
    overflow: hidden;
}

.par_imgs li {
    float: left;
}

.par_imgs ul {
    overflow: hidden;
    background-color: #fff;
    width: 1190px;
    overflow: hidden;
}

.tabs li a {
    overflow: hidden;
}

.tabs li a img {
    /*margin-top: 0!important;*/
}

.par_imgs img {
    float: left;
    padding: 0;
    margin: 0;
    height: 170px;
    width: 170px;
}

.par_imgs_cen {
    float: left;
    height: 156px;
    width: 492px;
    background-color: #fff;
    margin: 6px 8px;
    box-sizing: border-box;
    z-index: 66;
    position: relative;
    box-sizing: border-box;
}

.par_imgs .hover_li {
    animation: par 1s;
    box-shadow: 0 0 16px #CCCCCC inset;
}






/*@keyframes par{
	0%{bottom: 0;}
	100%{bottom: 6px}
}
@-webkit-keyframes par{
	0%{bottom: 0;}
	100%{bottom: 6px}
}
@-ms-keyframes par{
	0%{bottom: 0;}
	100%{bottom: 6px}
}
@-moz-keyframes par{
	0%{bottom: 0;}
	100%{bottom: 6px}
}*/

.par_imgs li:nth-child(10) {
    border: 1px solid #B8B8B8;
}

.par_imgs_cen img {
    width: 22px;
    height: 22px;
}

.par_imgs_cen img:nth-child(4) {
    width: 60px;
    height: 60px;
    float: right;
    margin-top: -26px;
    margin-right: 30px;
}

.par_imgs_cen p {
    text-align: left;
    padding: 22px 22px 16px 26px;
    font-size: 14px;
    color: #525252;
    line-height: 24px;
}

.par_imgs_cen span {
    font-size: 14px;
    color: #222124;
    padding-left: 26px;
}


.new-mes-info {
    padding-top: 50px;
}

.new-mes-info input {
    height: 50px;
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    outline: none;
    font-size: 18px;
    padding-left: 20px;
    color: #858484;
    box-sizing: border-box;
}

.new-mes-info input::placeholder,
textarea::placeholder {
    font-size: 18px;
    color: #858484;
}

.new-mes-info textarea {
    width: 100%;
    height: 186px;
    line-height: 50px;
    border: 1px solid #e2e2e2;
    outline: none;
    font-size: 18px;
    padding-left: 20px;
    color: #858484;
    resize: none;
    box-sizing: border-box;
}

.new-mes-info button {
    height: 50px;
    width: 100%;
    color: #fff;
    background-color: #ff7426;
    text-align: center;
    font-size: 18px;
    margin: 28px 0 30px 0;
    outline: none;
    cursor: pointer;
}






/*底部*/

footer {
    /*height: 830px;*/
    background: url(../img/beijing36.png) no-repeat top;
    /*background-size: 100% 100%;*/
}

.footer_tit {
    height: 175px;
    text-align: center;
    line-height: 175px;
}

.footer_tit span {
    font-size: 26px;
    color: #ffffff;
}

.footer_tit p {
    font-size: 31px;
    color: #ffffff;
    display: inline;
}

.footer_main_top {
    height: 120px;
    background: url(../img/beijing39.png)no-repeat 0 100%;
}

.footer_main {
    height: 493px;
}

.ft_mn_topul li:hover i {
    animation: flipInX 1s;
}

.ft_mn_topul li {
    width: 375px;
    height: 120px;
    float: left;
    color: #cccccc;
    position: relative;
}


.ft_mn_topul li {
    background-color: rgba(0, 0, 0, 0)!important;
}


.ft_mn_topli1 div {
    width: 100%;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -130.5px;
}

.ft_mn_topli1 span {
    text-align: left;
}

.ft_mn_topli1 span p {
    font-size: 13px;
}

.ft_mn_topli1 span a {
    font-size: 16px;
    margin-top: 5px;
    display: inline-block;
    color: #cccccc;
}

.ft_mn_topli1 i {
    width: 37px;
    height: 40px;
    background: url(../img/beijing37.png)no-repeat;
    float: left;
    margin-right: 40px;
}

.ft_mn_topli1 .ft_mn_topli {
    width: 50px;
    height: 38px;
    background: url(../img/beijing38.png)no-repeat;
}

.ft_mn_topli01 {
    background: url(../img/beijing40.png)no-repeat 100% 50%;
}

.ft_mn_topli2 {
    background: url(../img/beijing40.png)no-repeat 100% 50%;
}

.footer_main_bom {
    height: 373px;
    /*padding-top: 34px;*/
    clear: both;
}

.ft_mn_bomlf {
    width: 645px;
    float: left;
    background: url(../img/beijing41.png)no-repeat 100% 0%;
}

.ft_mn_bomlf {
    background-color: rgba(0, 0, 0, 0)!important;
}


.ft_mn_bomlf ul h6 {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 30px;
}

.ft_mn_bomlf ul li {
    margin-bottom: 15px;
}

.ft_mn_bomlf ul a:hover {
    color: #ffffff;
}

.ft_mn_bomlf ul a {
    font-size: 13px;
    color: #cccccc;
}

.ft_mn_bomlf ul {
    height: 100%;
    width: 70px;
    float: left;
    margin-right: 55px;
}

.ft_mn_bomrt {
    float: right;
}

.ft_mn_bomrttop {
    color: #cccccc;
    height: auto;
    font-size: 13px;
}

.ft_mn_bomrttop span {
    color: #ff6600;
    font-size: 24px;
}

.ft_mn_bomrtp1 {
    margin-bottom: 10px;
}

.ft_mn_bomrttop i {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}

.ft_mn_bomrttl {
    background: url(../img/beijing43.png)no-repeat;
}

.ft_mn_bomrtem {
    background: url(../img/beijing44.png)no-repeat;
}

.ft_mn_bomrtdw {
    background: url(../img/beijing45.png)no-repeat;
}

.ft_mn_bomrtbom {
    background: url(../img/beijing42.png)no-repeat 0 0;
    height: 155px;
}

.ft_mn_bomrtboml {
    float: left;
    margin-top: 28px;
    margin-left: 35px;
}

.ft_mnxa:hover {
    border: 1px solid #008bd2;
    color: #ffffff;
}

.ft_mnxa {
    width: 155px;
    height: 35px;
    border: 1px solid #008bd2;
    line-height: 35px;
    color: #ffffff;
}

.ft_mnxsp {
    font-size: 13px;
}

.item_center .item_more {
    position: relative;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.ft_mnxa {
    width: 155px;
    height: 35px;
    border: 1px solid #008bd2;
    line-height: 35px;
    color: #ffffff;
}

.item_center .item_more:hover .item_i {
    width: 100%;
}

.item_center .item_more:hover .item_i {
    width: 100%;
}

.item_center .item_more .item_i {
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.ft_mnxi {
    background: #008bd2;
}

.ft_mnxi {
    background: #008bd2;
}

.ft_mnx {
    margin-bottom: 28px;
}

.item_more .ft_mnxm {
    width: 16px;
    height: 16px;
    background: url(../img/beijing46.png)no-repeat;
    margin-right: 15px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
}

.ft_mnja:hover {
    border: 1px solid #ff6600;
    color: #ffffff;
}

.ft_mnja {
    width: 155px;
    height: 35px;
    border: 1px solid #ff6600;
    line-height: 35px;
    color: #ffffff;
}

.ft_mnjsp {
    font-size: 13px;
}

.ft_mnji {
    background: #ff6600;
}

.item_more .ft_mnjs {
    width: 16px;
    height: 16px;
    background: url(../img/beijing47.png)no-repeat;
    margin-right: 15px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
}

.ft_mn_bomrtbomr {
    width: 111px;
    height: 138px;
    float: right;
    font-size: 13px;
    text-align: center;
    color: #cccccc;
    margin-top: 20px;
    margin-right: 45px;
}

.ft_mn_bomrtbomr i {
    width: 111px;
    height: 111px;
    background: url(../img/wxcode001.jpg)no-repeat;
    margin-bottom: 5px;
    display: inline-block;
    background-size: 100%;
}

.ft_di {
    height: 77px;
    margin-top: 6%;
    /*padding-bottom: 70px;*/
    background: url(../img/beijing49.png)no-repeat;
    text-align: center;
    /*margin-top: 40px;*/
}

.ft_di span {
    color: #ffffff;
    font-size: 13px;
    margin-right: 60px;
    width: 310px;
    height: 77px;
    line-height: 77px;
    display: inline-block;
}

 .right_bar {
	height: 480px;
	width: 76px;
	position: fixed;
	top: 15%;
	right: 40px;
	z-index: 999;
}

/* 原用 QQ图片20190717110122.jpg：图中带旧“中犇科技”logo，且二维码本身编码的是
   旧微信号(u.wechat.com/MOq_...)，扫码会进错账号。改用与首页 app_index.css
   同一张 新二维码.png(u.wechat.com/MG0cc...)，与现行账号一致。 */
.right_bar a.f8 {background:url(../img/新二维码.png) no-repeat center 0;background-size:100% 100%;width:100px;height:100px;margin-left: -12px;}
/*悬浮微信开始*/
.right_bar a.cart:hover .pic{display:block;}

.right_bar .cart .pic {
    background-repeat:no-repeat;
    display:none;
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 160px;
    background:url(../img/82701499134482190wxcode001.jpg);
}
 /*悬浮微信结束*/
.close_side{
	position: absolute;
	top: -7px;
	right: -3px;
	height: 16px;
	width: 16px;
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEW0lEQVRYR8WXWcxdYxSGn5cQU0w1NlVDNaaYGq1WieJCSFBK3ElINL1wIRKKhCoJonFFIo3pUhAdpG1IRCsxVQ1FxDwGNVXNMb/y/v32b//n7HPO/v9KrORkn3P29631fmutd631if9ZNFr7tncBZgB7AeOBv4Cvgc+BVyTle2tpBcB21p0FXFSe2/ax8BqwErhN0neDkPQFUAyfC9wEHF5T9gfwOrAO+AnYFzgImAZsVdZtBK4G7pXkXkB6ArC9I/AIcHrZ/ClwO/A88LKk3zuV2t4DuAC4rAZ4FXChpADtkkYAtg8AHgMOAf6MO+MFSb8Ocmn13vZ5wJ3FO28BZ0r6sHN/FwDbO+SExXjceLakZ9sarq+znURdAUwFPgGmSIrOYWkCELcH/TfAdEnvj8V4zRM50KvAwWEJcELdkyMA2D4feBj4DThR0otbYrwGIgn8ErAdMF9SQjokwwBsbw28ByT+CyTd+F8Yr4GYD9wK/ABMlPR9J4CLgfuAvJjQmbW2lwJHA7MlhetdYvtIYDmwXlLCOCy2twHeBfYHrpV0SyeA1cCsUkCCdoTYXgOcDHxbwvNmh4FDgSTrbsAaSac06LiiUHmdpNSMzSGwvTewofye2hR723sCzwCTS+mdKSknyv4kWIxnTcKYROsqyYXeFRXHS9pQAUiZfTSKJYU6jWI7FS+GkicBPDP2geeAfYCPC3O+6KPjA+DAlHRJKyoAc4HFwFpJ0/sln+39iifyjMEk7wQglXKGpDx7iu0cIM1srqS7KwALgBuAZZJS+/uK7Zwg4YhHIjlxjH/UYu8SIDaGmFYBiPGAaAsgJfopILkT+TIJKuntFgCWAefkwJIWVgDmAXelu1XZ2SeGRyTLgTSelNfIxFI5Z0l6Y0AI0kGPA+ZJWlwBmA2E5xslRXGvJDwGeLJQbcjthTlVODYBp0pa30dHSvy4Uk+WVwAy2XxWNk2TFJQjxHYayhPAzoWGoVooFxqGmgERGvYEYTvcX1uYM07SpnopfqF0rUWSrmoA8E6pATEQ42mxw2L7MOBpYPcMK5KOatCRHnBlvCjptLyvA7gGuBn4EZjUWUhsPwAcnwSSlGmoS2zHaJKsqRRnwImXM1NeIun+TgB5kaSKi++RdOmgjB7Ne9vXAwuBVMLJkjLM/uuBEsvKC/mZppPGssVie0rJkbTjjGcPVUo754HtSxyzIaHIBDOUaGMV25PKHBl2LZE0p66raSLKwgwiaZsZn+ZIStEZtdg+qfSYXYEUqRzol74ASigyYme2T4tNrO4obToNaKDYjquvy/RTekWMn9FqKK20294JeDDTbPkvd4HMi/ms6jyJ7VxWjs2sAFxeGlS2Pl68+HMT8jYXk0xKiwq/Kx1/l/ofj6Qdp5ClL1SXkqwLVdNjlo7pYlJHazsxjDvjja4CU1uby0rG8HB8ZT/DjSwYGNzNZTcDS1hSXU7jja/K5TTzxNCw2VZaXU7bKhvLun8A6IitMNyhGJIAAAAASUVORK5CYII=) no-repeat center center;*/
	background-size: 100% 100%;
	overflow: hidden;
	z-index: 999;
	border-radius: 50%;
	box-shadow: 0 0 8px 4px rgba(24, 115, 251, 0.15);
	cursor: pointer;
    background: url(../img/red.jpg) no-repeat center center;
}
.right_bar a {
	position: relative;
	display: block;
	height: 80px;
	width: 72px;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0 0 8px 4px rgba(24, 115, 251, 0.15);
	color: #fff;
	font-size: 12px;
}
.right_bar a span {
	display: inline-block;
	margin-top: 54px;
}

.right_bar a span {
	color: #fff;
	font-size: 12px;
}
.right_bar a.f1 {
	background: url(../img/right1.png) no-repeat center 0;
	background-size: 100% 100%;
}

.right_bar a.f2 {
	background: url(../img/right5.png) no-repeat center 0;
	background-size: 100% 100%;
	padding-top: 15px;
}

.right_bar a.f3 {
	background: url(../img/right3.png) no-repeat center 0;
	background-size: 100% 100%;
}

.right_bar a.f4 {
	/*background: url(../img/hl.png) no-repeat center 0;*/
	/*background-size: 100% 100%;*/
}

.right_bar a.f5,
.right_bar a.f4 {
	background: #327CFF;
}

.right_bar a.f5>img,
.right_bar a.f4>img {
	margin-top: 12px;
}

.right_bar a.f4,
.right_bar a.f5 {
	border-bottom: 2px solid #e3edfe;
}

.right_bar a.f4 {
	border-top: 2px solid #e3edfe;
}

.f5>span,
.right_bar a.f4>span {
	margin-top: 10px!important;
}

.right_bar a.f6 {
	background: url(../img/back.png) no-repeat center 0;
	background-size: 100% 100%;
}
.left_bar a.l1 img,
.l2 img,
.l3 img,
.l4 img,
.l5 img {
	margin: 20px 0 10px 0;
}

.left_bar>a:first-child {
	border: none;
	width: 110px;
	height: 110px;
	background: url(../img/red.png) 100% no-repeat;
}

.f2 {
	/*width: 72px;*/
	/*height: 80px;*/
	/*background: url(../img/red.png) 100% no-repeat;*/
}

.l1>span {
	color: white!important;
	margin-top: 0!important;
}

.f2>span {
	margin-top: 10px!important;
}

.right_bar a .hot_tel {
	display: none;
	position: absolute;
	right: 100%;
	top: 0px;
	height: 78px;
	line-height: 78px;
	padding: 0 30px;
	border-radius: 8px 0 0 8px;
	box-shadow: 0 0 8px 4px rgba(24, 115, 251, 0.15);
	background: #327cff;
	color: #fff;
	white-space: nowrap;
}

.tel_pic1 {
    color: #575757; 
    font-size: 16px;
}