﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Microsoft YaHei"
}

img {
    border: 0;
}

.clearfix {
    zoom: 1;
    clear: both;
}

a {
    text-decoration: none;
}
.page_top {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    /* padding-top: 22px; */
}

.img_div {
    width: 100%;
    height: 70px;
}

.img_div_inner {
    width: 100%;
    height: 120px;
    line-height: 120px;
}

.img_div img {
    vertical-align: middle;
}
/* 菜单 */
.menu {
    width: 1200px;
    margin: 0 auto;
    margin-top: -17px;
    height: 70px;
    padding-left: 420px;
    box-sizing: border-box;
}

    .menu ul li.menu_li {
        position: relative;
        float: left;
    }

.menu_li .menu_li_title {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 93px;
    border-radius: 5px;
    text-align: center;
    color: #077edf;
    cursor:pointer;
    /* background: #108DEE; */
    transition: 0.3s 0.1s background ease;
}

    .menu_li .menu_li_title:hover {
        color: #fff;
        background: #1286db;
        transition: 0.3s 0.1s background ease;
    }

@media (max-width: 767px) {
    .page_top {
        width: 100%;
        padding-top: 0px;
    }
    .img_div_inner {
        height: 80px;
        line-height: 80px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .img_div img {
        width: 280px;
    }
    /* 菜单 */
    .menu {
        width: 100%;
        height: 60px;
        margin-top: 0px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .menu_li .menu_li_title {
        display: block;
        height: 27px;
        line-height: 27px;
        width: 70px;
        border-radius: 5px;
        text-align: left;
        color: #077edf;
        margin-right: 10px;
        /* background: #108DEE; */
        transition: 0.3s 0.1s background ease;
    }
}
/*页脚*/
.foot {
    width: 100%;
    background-color: #ecf0f1;
}

.foot_inner {
    width: 1200px;
    margin: 0 auto;
}

.foot_c1 {
    font-size: 12px;
    height: 250px;
    padding-top: 20px;
}

    .foot_c1 ul li {
        height: 25px;
        color: #767b82;
    }

        .foot_c1 ul li a {
            color: #767b82;
            display:block;
            text-overflow: ellipsis;
            word-wrap: normal;
            white-space: nowrap;
        }

        .foot_c1 ul li.title1 {
            font-size: 16px;

            color: #333;
            width: 120px;
            height: 30px;
            text-align: center;
        }
            .foot_c1 ul li.title1 a, .foot_c1 ul li.title2 a {
                color: #333;
            }

        .foot_c1 ul li.title2 {
            font-size: 16px;
            color: #333;
            height: 25px;
        }

        .foot_c1 ul li img {
            width: 120px;
        }

.foot_img {
    max-width: 100%;
}

.foot_c2 {
    font-size: 14px;
    padding: 15px 0px;
    line-height: 20px;
}

.foot_c2_left {
    text-align: left;
}

.foot_c2_right {
    text-align: right;
}

@media (max-width: 767px) {
    .foot_inner {
        width: 100%;
    }

    .foot_c1 {
        height: 100px;
        padding-left: 30px;
    }

        .foot_c1 ul li.title1 {
            width: 100%;
            font-size: 12px;
            text-align: left;
        }

        .foot_c1 ul li.title2 {
            width: 100%;
            font-size: 12px;
        }

        .foot_c1 ul li img {
            width: 80%;
        }

    .foot_c2 {
        font-size: 12px;
    }

    .foot_c2_left,
    .foot_c2_right {
        text-align: center;
    }
}
