﻿/*-----------header样式----------*/
header {
    width: 1000px;
    margin: 0 auto;
}

header .logo, header .logo_right {
    float: left;
}

header .logo {
    /*width: 50%;*/
    width: 768px;
}

header .logo_right {
    /*width: 50%;*/
    margin: 15px 0px;
}

header .logo_right .welcom {
    /*text-align: right;*/
}

header .logo_right .welcom img {
    vertical-align: middle;
}

header .logo_right .welcom span {
    color: #ba3523;
}

header .logo_right .search {
    text-align: right;
    margin-top: 20px;
}

header .logo_right .search input[type="text"] {
    /*width: 225px;*/
    width: 127px;
    background: #f6f6f6;
    border: 1px solid #d1d1d1;
    height: 28px;
    padding-left: 10px;
    border-radius: 3px 0px 0px 3px;
}

header .logo_right .search img {
    margin-top: -2px;
    margin-left: -1px;
    width:92px;
}

header .logo_right .search a {
    height: 33px;
}

/*---------nav样式--------*/
.nav_container {
    background: url("../images/nav_bg.png") repeat;
}

.nav {
    background: #b33428;
    width: 1000px;
    margin: 0 auto;
}

.nav ul {
    clear: both;
    width: 100%;
}

.nav ul li {
    float: left;
    padding: 12px 35px;
    border-left: 1px solid #c35d54;
}

.nav ul li a {
    color: #fff;
    text-decoration: none;
}

.nav ul li a span {
    margin-left: 10px;
}

.footer {
    background: url("../images/footer_bg.png") repeat;
    clear: both;
}

footer {
    width: 1000px;
    margin: 0 auto;
}

footer .red, footer .copyright, footer .jiucuo {
    float: left;
}

footer .red {
    width: 18%;
    text-align: right;
}

footer .red img {
    margin: 10px 10px;
}

footer .copyright {
    width: 58%;
    color: #fff;
}

footer .jiucuo {
    width: 24%;
}

footer .jiucuo img {
    margin: 15px 10px;
}

@media screen and (max-width: 999px) {
    .nav {
        background: #b33428;
        width: 100%;
        margin: 0 auto;
    }

    /*section{background: url("../images/5.jpg") no-repeat top center;}*/
    /*section .all{width:100% !important;}*/
    footer {
        width: 100%;
        margin: 0 auto;
    }
}

/*-----------当屏幕<768px-------------*/
@media screen and (max-width: 768px) {
    header .logo, header .logo_right {
        float: none;
    }

    .nav {
        background: #b33428;
        width: 100%;
        margin: 0 auto;
    }

    /*section .all .one_row .flfg_container{width: 100%;}*/
    /*section .all .one_row .lycxts_container{width: 100%;}*/
    /*section .all .one_row .fwzn_container{width:100%;}*/
    /*section .all .two_row .shys img,section .all .two_row .shzz{display: block !important;max-width: 100%}*/

}