﻿/*
    媒体查询  适应小屏    
*/
@media screen and (max-width: 1200px) {
    body {
        padding-top: 50px;
    }
    /* 导航条 */
    .Logonav {
        height: 50px;
    }
    .Logonav a img {
        width: 100px;
    }
}
@media screen and (max-width: 900px) {
    /*首页*/
    /*4个荣誉*/
    .index .item {
        height: 292px;
    }
    .index .Advantage {
        top: 15px;
        margin: 0 15px;
        height: auto;
        left: auto;
        right: auto;
    }
    .Advantage {
        border:2px solid #fff;
    }
    .index .Advantage .Advantage_child {
        width: 50%;
        padding: 0px 0px 15px;
    }
    .Advantage_child .numBox {
        font-size: 28px;
        height: 60px;
        line-height: 60px;
    }
    .Advantage_child .Advantage_childInfo {
        font-size: 16px;
    }
    .phone_radio_right {
        border-radius: 0 12px 0 0;
    }
    .bor_radio_rig{
        border-radius:0;
    }
    .Advantage_child:nth-child(1),
    .Advantage_child:nth-child(4) {
        background-color: #ffe49a;
    }
    .Advantage_child:nth-child(2),
    .Advantage_child:nth-child(3) {
        background-color: #ffd259;
    }
    /* 轮播图 */
    .togetherBox #togeUlleft,
    .credentialsBox #creUlleft {
        left: 10px;
    }
    .togetherBox .togeSpan,
    .credentialsBox .togeSpan {
        width: 40px;
    }
    .togetherBox #togeUlleft span,
    .credentialsBox #creUlleft span {
        margin-left: -13px;
    }
    .togetherBox #togeUlright,
    .credentialsBox #creUlright {
        right: 10px;
    }
    .togetherBox #togeUlright span,
    .credentialsBox #creUlright span {
        margin-left: 14px;
    }
    /* 不加 padding 的 title */
    .proDescrip .item_title,
    .server .item_title,
    .trait .item_title {
        padding: 0;
    }
    /*融信达 - 个性*/
    .index .proDescrip {
        padding: 0 20px;
    }
    .item_title {
        height: 120px;
        line-height: 120px;
        display: -webkit-flex; /* Safari */
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        padding: 0px 15px;
    }
    .item_title .leftLine,
    .item_title .rigLine {
        width: 10%;
        margin-top: 0 !important;
    }
    .item_title .txt_box {
        font-size: 30px;
        width: 80%;
        line-height: 1.3em;
    }
    .proDescrip .proDescripShow .proDescripShow_ul {
        width: 100%;
        text-align: center;
    }
    .proDescripShow_ul li {
        width: 100%;
        float: none;
        padding: 10px 0px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .proDescripShow_ul li:first-child {
        margin-left: 0 !important;
    }
    .proDescripShow_ul li .picbox img {
        margin: 0;
        width: 50px;
        height: 50px;
    }
    .proDescripShow_ul li .desBox {
        margin: 0px 10px;
    }
    .proDescripShow_ul li .desBox p {
        font-size: 18px;
        text-align: left;
        height: 35px;
        line-height: 35px;
    }
    .proDescripShow_ul li .desBox span {
        font-size: 14px;
        line-height: 22px;
        height: auto;
    }
    .proDescripBG .show_left,
    .proDescripBG .show_rig {
        display: none;
    }
    .proDescripShow_ul li a img {
        width: 25px;
        height: 25px;
    }
    /*融信达 - 服务*/
    .index .server {
        padding: 0 20px 20px;
    }
    .server .item_title,
    .rxdNews .item_title,
    .cooperation .item_title {
        margin: 0;
    }
    .server_itemBox .itemBox_left {
        width: 100%;
        height: 160px;
        display: flex;
        font-size: 0px;
        justify-content: space-between;
        align-items: center;
    }
    .itemBox_left .item_img {
        flex: 1;
        height: 160px;
        margin-top: 2px;
        margin-right: 10px;
    }
    .itemBox_left .item_left_box {
        flex: 1;
        padding: 3px 0px;
        height: 160px;
        box-sizing: border-box;
    }
    .itemBox_left .item_left_box span {
        padding: 0px 10px;
    }
    .item_img img {
        width: 100%;
    }
    .index .engTxt {
        font-size: 12px;
    }
    .index .left_box_txt {
        font-size: 18px;
    }
    .index .rig_box_txt {
        font-size: 18px;
    }
    .itemBox_left .item_left_box span,
    .itemBox_rig .itemBox_rig_div div span {
        width: auto;
        font-size: 12px;
        line-height: 18px;
        margin-top: 3px;
        text-align: justify;
    }
    .server_itemBox .itemBox_rig {
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .itemBox_rig_div .rig_div_one {
        width: 50%;
        height: 270px;
        /* padding-right: 0; */
        padding: 10px;
        margin-right: 10px;
    }
    .itemBox_rig_div div:last-child {
        padding: 10px;
    }
    .rig_div_one>div {
        padding-top: 0;
    }
    .server_itemBox .itemBox_rig .itemBox_rig_div {
        height: auto;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 0px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .server_itemBox .itemBox_rig .itemBox_rig_div>div {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        flex: 1;
        padding-top: 5px !important;
        /* height: 160px; */
    }
    /* 融信达 - 合作 */
    .index .cooperation .item_title {
        padding: 0 20px;
    }
    .cooperation {
        padding: 0 0 20px;
    }
    .togeULBox .togeUL li img {
        width: 210px;
    }
    .togetherBox .togeSpan {
        height: 88px;
    }
    /* 融信达 - 新闻 */
    .rxdNews {
        padding: 0 10px;
    }
    .news_title {
        margin-bottom: 0px;
    }
    .news_title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 16px;
    }
    .news_time,
    .news_intr {
        font-size: 16px;
    }
    .news_nav {
        height: auto;
        overflow-y: auto;
        margin-left: 0;
    }
    .li_GradientS {
        /* background: none;
        background-color: #ff9224; */
        background-size: 107% 125%;
    }
    .news_nav li {
        width: 25%;
        font-size: 15px;
        margin-right: 0;
        height: auto;
        padding: 10px 0;
        line-height: 1.8em;
    }
    .newPage li {
        margin-right: 15px;
    }
    .rxdNews .news_nav_caro .new_box_one {
        min-height: 320px;
        height: auto;
        border: none;
        padding: 10px;
    }
    .new_box_one .new_one_txt {
        margin-left: 0;
        height: auto;
    }
    .rxdNews .news_nav_caro .new_box_one img {
        max-width: 100%;
        height: auto;
        float: none;
    }
    .news_nav_caro .news_item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .news_nav_caro .news_item .item_news_title a {
        font-size: 16px;
        line-height: 1.1em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .news_nav_caro .news_item .item_news_intr {
        font-size: 15px;
        height: auto;
        line-height: 1.5em;
        -webkit-line-clamp: 2;
    }
    .pageCode {
        display: none;
    }
    #more_box {
        font-size: 14px;
    }
    .item_txt{
        width: 65%;
    }
    .item_time {
        width: 75px;
        font-size: 17px;
        background: #fff;
        border: solid 1px #ac6b4b;
    }
    /* 产品介绍 */
    .top_rig_info {
        font-size: 16px;
    }
    .autoBox {
        width: auto;
        padding: 0px;
    }
    .rxdIntrodu {
        padding: 0px 15px;
    }
    .Manufa_info {
        font-size: 16px !important;
        padding: 0px 15px;
    }
    .autoBox .rxdIntrodu_info {
        padding-bottom: 40px;
    }
    .autoBox .rxdInt_info_txt {
        width: 100%;
        float: none;
        font-size: 15px;
        line-height: 2em;
        padding-right: 0;
        display: inline-block;
        text-align: justify;
    }
    .autoBox .rxdInt_info_img {
        width: 100%;
    }
    .rxdInt_info_img img {
        margin-top: 15px;
    }
    .trait {
        padding: 0;
    }
    .successCase .item_title {
        margin: 0;
    }
    .trait .trait_ul {
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .trait .trait_ul li {
        width: 43%;
        float: none;
        height: auto;
        box-sizing: border-box;
        margin: 10px 5px;
    }
    .trait .trait_ul li .trait_icon {
        width: 60%;
        margin: 20px auto;
    }
    .trait .trait_ul li .trait_txt {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .trait_box {
        padding: 0px 9px;
    }
    .trait_box P {
        font-size: 17px;
        margin: 20px 0;
    }
    .trait_box span {
        font-size: 16px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .successCase_info {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 15px 20px;
    }
    .successCase_ul {
        width: 100%;
        box-sizing: border-box;
    }
    .successCase_ul li {
        width: 100%;
    }
    .successCase_ul li.activeLi {
        width: 100%;
        height: 130px;
    }
    .successCase_img_box {
        display: none;
    }
    .successCase_ul li p {
        margin-bottom: 20px;
    }
    .successCase_ul li.activeLi span {
        -webkit-line-clamp: 2;
    }
    /* 产品介绍 =》 供应链管理平台 */
    .features .features_ul .picbox img {
        margin: 20px 0;
        width: 120px;
    }
    .features_ul li {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .features_ul li span {
        height: auto;
        margin-bottom: 20px;
    }
    .function .function_ul {
        margin: 0 20px;
    }
    .function_ul li div:nth-child(2) {
        margin-left: 80px;
    }
    .function_ul .function_ul_p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .value .value_ul li img {
        float: none;
        width: 100%;
    }
    .value .value_rig {
        margin-left: 0;
        padding: 0px 15px;
        margin-bottom: 15px;
    }
    .value_rig .value_rig_txt {
        height: auto;
        line-height: 30px;
        font-size: 15px;
    }
    .value_rig_txt>p {
        font-size: 19px;
    }
    .value_rig_txt>div {
        height: auto;
        font-size: 16px;
    }
    .value_rig .rig_txt_one,
    .value_rig .rig_txt_two {
        width: 100%;
        float: none;
        font-size: 16px;
    }
    .value_rig .rig_txt_one div,
    .value_rig .rig_txt_two div {
        padding: 15px 0;
    }
    .value_rig .rig_txt_one {
        padding-right: 0;
    }
    .value_rig .rig_txt_two {
        padding-left: 0;
    }
    .interface {
        padding: 0 20px;
    }
    .interface .interface_show {
        padding-top: 0;
    }
    .interface_show .interface_ul li {
        margin-left: 0;
        float: none;
        margin-right: 0;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .interface_ul li img {
        width: 100%;
        height: auto;
    }
    /* 产品介绍 =》 供应链金融平台 */
    .Architecture .Architecture_title {
        font-size: 30px;
    }
    .module .Architecture_title {
        font-size: 30px;
    }
    .Architecture_box  {
        display: none;
    }
    .Architecture_img {
        display: block;
    }
    /* 产品介绍 =》 融信达防伪溯源平台 */
    .value .vlaue_left {
        width: 100%;
        float: none;
    }
    .vlaue_left>div {
        float: left;
        width: 92%;
        font-size: 20px;
    }
    .value .value_txt {
        margin-left: 0;
        font-size: 16px;
        height: auto;
        line-height: 2em;
    }
    .appScenario .appScenario_ul li {
        float: none;
        width: 100%;
    }
    /* 产品介绍 =》 大数据分析平台 */
    .top_box {
        background-size: 100% auto;
    }
    .top_box .autoBox .top_title_img {
        display: none;
    }
    .top_box .autoBox .top_rig,
    .top_box .autoBox .top_rig_info {
        margin-left: auto;
    }
    .top_rig .subtitle {
        font-size: 20px;
    }
    .top_rig .top_rig_info {
        text-align: justify;
    }
    .top_rig .top_rig_info .features {
        padding: 0 20px;
    }
    .value .value_ul li {
        float: none;
        width: 100%;
    }
    /* 解决方案 */
    .Ecosphere .item_title .txt_box {
        padding-top: 23px;
    }
    .Ecosphere .Ecosphere_info {
        font-size: 16px;
        padding: 0px 15px;
        line-height: 2em;
        text-align: justify;
        margin-bottom: 20px;
    }
    .ProValue .item_title .txt_box {
        padding-top: 0;
    }
    .ProValue .ProValue_ul {
        margin: 0;
        padding: 0px 15px;
    }
    .ProValue .ProValue_ul li p {
        /* display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; */
        text-align: justify;
        line-height: 2em;
        font-size: 15px;
        margin-left: 80px;
    }
    .ProValue_ul li span {
        font-size: 14px;
        text-align: justify;
    }
    .ProValue_ul li img {
        margin-right: 20px;
    }
    /* 解决方案 => 生产制造业 */
    .ManufaBG .item_title,
    .coreCompet .item_title {
        margin: 0;
    }
    .ProValueBG .item_title,
    .coreCompet .item_title,
    .ManufaBG .item_title, 
    .coreCompet .item_title,
    .ProValueBG .item_title {
        height: 150px !important;
        line-height: 150px !important;
    }
    /* 页底 */
    .footer {
        padding: 15px;
    }
    .foot_ul li {
        margin-right: 12px;
        font-size: 13px;
    }
    .coreCompet .coreCompet_ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .copyright {
        font-size: 12px;
    }
    /* 关于我们 */
    .info_item .info_txt_details {
        text-align: justify;
    }
    .com_course .year_txt {
        font-size: 15px;
        text-align: justify;
    }
    .coreCompet .autoBox {
        padding: 0 15px;
    }
    .coreCompet .coreCompet_ul li {
        height: auto;
        padding-bottom: 20px;
        border: none;
    }
    .coreCompet_ul li span {
        text-align: justify;
    }
    .row_num,
    .row_info {
        padding: 0 5px 0 10px;
        font-size: 18px;
    }
    .line40 {
        margin-top: 0px;
        line-height: 30px;
    }
    /* 合作加盟 */
    .joinUs_top_obj {
        position: relative;
        top: 0;
        width: auto;
        background-image: none;
        padding-left: 0;
        margin-top: 30px;
        font-size: 30px;
        text-align: center;
        height: auto;
        line-height: 2em;
    }
    .joinUs_top .line_white {
        height: 30px;
        line-height: 30px;
        padding-left: 0;
        text-align: center;
    }
    .banner_ul {
        margin: 20px 0px;
        width: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .banner_ul li {
        margin: 5px;
        width: 46%;
        float: none;
    }
    .cooperMode .proportion_wrap {
        margin: 0;
        padding: 0px 15px;
    }
    .cooperMode .proportion_wrap .lev {
        padding: 15px 0;
        height: auto;
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .proportion_wrap .lev .lev_eng {
        width: auto;
        height: auto;
        line-height: normal;
        font-size: 50px;
        position: relative;
    }
    .proportion_wrap .lev .lev_cen {
        width: 70%;
        padding-left: 0px;
    }
    .lev .lev_cen .lev_title {
        font-size: 25px;
    }
    .lev .lev_cen .lev_info {
        margin-top: 0;
        font-size: 15px;
        text-align: justify;
    }
    .cooperAlliance_ul {
        padding: 0px 20px;
    }
    .cooperAlliance_ul li {
        float: none;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 0 15px 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .cooperAlliance_ul_top {
        height: auto;
    }
    .cooperAlliance_ul li img {
        width: 25px;
        height: auto;
        margin-right: 3px;
    }
    .contactBox .phoneIcon {
        width: 15px;
        margin-left: 4px;
        margin-right: 8px;
    }
    .cooperAlliance_ul_title {
        font-size: 20px;
        height: 50px;
    }
    .cooperAlliance_ul_info {
        font-size: 15px;
        line-height: 2em;
        height: auto;
        text-align: justify;
    }
    .cooperAlliance_ul_btn {
        margin: 20px auto 0;
    }
    .contactUs_pop {
        width: 325px;
        overflow: auto;
        height: 600px;
    }
    .pop_title {
        display: none;
    }
    .pop_cen {
        width: 100%;
    }
    .cen_left,
    .cen_rig {
        width: 300px;
        float: none;
        margin: 0 auto;
    }
    /* 成功案例 */
    .caseNavBox {
        position: relative;
        width: 100%;
        height: 90px;
        box-sizing: border-box;
        padding: 0px 15px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .caseNavBox .navSpan {
        position: fixed;
        top: 85px;
        display: block;
        z-index: 5;
        width: 25px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        background-color: #262626;
        filter:alpha(opacity=80);  
        -moz-opacity:0.8;  
        -khtml-opacity: 0.8;  
        opacity: 0.8;  
    }
    .caseNavBox .navBoxLeft {
        left: 0;
    }
    .caseNavBox .navBoxRight {
        right: 0;
    }
    .caseNavBox .navSpan img {
        margin-top: 5px;
        width: 25px;
        height: 25px;
    }
    .successCase_wrap {
        height: 650px;
    }
    .successCase_nav {
        width: 750px;
        font-size: 16px;
    }
    .successCase_nav li {
        margin: 0px 2px;
        width: 100px;
        height: 85px;
        line-height: 35px;
    }
    .successCase_Info>div {
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .info_title_txt {
        font-size: 30px;
    }
    .info_txt {
        margin-left: 0px;
        height: auto;
    }
    .info_txt p {
        font-size: 15px;
        line-height: 28px;
    }
    .info_rig {
        margin-left: 0px;
    }
    .info_rig img {
        height: auto;
        margin-top: 10px;
    }
    .rig_ul, 
    .successCase_item {
        display: none;
    }
    /* 新闻动态 */
    .NewsHead .NewsTitle {
        font-size: 25px;
    }
    #relateNews {
        display: none;
    }
    #ContentPlaceHolder1_NewsContent {
        width: 100%;
        padding-left: 0px;
    }
    .outBox .pageCode {
        display: block;
        width: 100%;
    }
    #ContentPlaceHolder1_NewsContent {
        font-size: 16px !important;
    }
    .outBox .pageCode .returnList {
        display: none;
    }
    #ContentPlaceHolder1_NewsContent img {
        width: 100% !important;
        height: auto !important;
    }
}