﻿@charset "UTF-8";

.all_page {
    width: 100%;
    height: 100%;
}

.head {
    display: block;
    width: 100%;
    height: 290px;
    background: #ffffff;
    box-sizing: border-box;
    /*padding-top: 50px;*/
    /*padding-top: 48px;*/
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}

    .head .all_logo {
        height: 190px;
        box-sizing: border-box;
    }

    .head .all_menu {
        line-height: 50px;
    }

.center_con {
    width: 1200px;
    margin: 0 auto;
}

.logo_con {
    margin-right: 30px;
}

.des_con .big_des {
    color: #0088d3;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.des_con .small_des {
    font-size: 18px;
    color: #0088d3;
}

.txt_logo {
    /*padding-top: 30px;*/
    margin-left: 65px;
}


    .txt_logo .large_title {
        font-style: oblique;
        font-size: 28px;
        color: #ec6000;
        font-weight: 600;
    }


    .txt_logo .small_title {
        color: #ec6000;
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
    }

.div_fy_search {
    width: 370px;
    height: 35px;
    margin-left: 65px;
    margin-top: 40px;
}

.div_search {
    /*margin: 30px;*/
    border: 1px solid #e8e8e8;
    float: left;
    width: 160px;
    height: 35px;
    border-radius: 25px;
}

.search_key {
    width: 125px;
    height: 26px;
    border: none;
    margin-top: 5px;
    margin-left: 5px;
}

.btnSearch {
    background: none;
    /* margin-top: 0px; */
    width: 20px;
    height: 18px;
    border: none;
    cursor: pointer;
}

.fytext {
    font-size: 28px;
    color: #949090;
    font-weight: 600;
    margin-top: 35px;
    margin-left: 160px;
    font-style: normal;
}

.menu_con .menu {
    margin-left: 50px;
    margin-right: 50px;
}

    .menu_con .menu a {
        font-family: 'Roboto';
        font-size: 18px;
        color: #333333;
    }

    .menu_con .menu.active a {
        color: #ec6000;
    }

    .menu_con .menu a:hover {
        color: #ec6000;
    }

#second_foot {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 30px;
    bottom: 30px;
}

.foot {
    height: 200px;
    background: #ec6000;
    color: #ffffff;
    box-sizing: border-box;
    padding: 35px 0;
    font-family: '微软雅黑 Light';
    position: relative;
}

    .foot .kong {
        margin-left: 55px;
    }

    .foot p.small {
        font-size: 13px;
    }

    .foot .foot_des {
        position: absolute;
        width: 100%;
        text-align: center;
    }


