h1, h3, h4, h5, h6, p, a, div, span, li {
    font-family:'Microsoft YaHei';
}

em, i {
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

input, button {
    padding: 0;
    outline: none;
    float: left;
    border: 0;
}

li {
    list-style: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    font-family: 'Microsoft YaHei';
}

body {
    font-family: 'Microsoft YaHei';
}
/*
.navbar{
    min-height: 40px;
    height: 40px;
}
a.navbar-brand{
    height:40px;
    padding: 10px 15px;
}
span.navbar-brand{
     height:40px;
     padding: 10px 15px;
 }
.navbar-nav > li > a {
    line-height: 10px;
}
*/
.myheader {
    height: 38px;
    background-color: #dedfe1;
    border-bottom: 1px solid #d3d4d5;
}

    .myheader ul {
        font-size: 12px;
        margin-top: 10px;
    }

        .myheader ul li {
            float: left;
            margin-left: 17px;
        }

            .myheader ul li a {
                color: #446789;
            }

                .myheader ul li a:hover {
                    color: #000;
                }

.container {
    max-width: none;
}

.login-wraper {
    font-size: 10px;
}

    .login-wraper a {
        font-size: 10px;
    }

.logo-nav-wraper {
    width: 100%;
    max-width: none;
    padding-top: 20px;
    height: 150px;
    border-bottom: 1px solid #bcbfc0;
    background-size: 100%;
    padding-left: 0px;
}

.mynav {
    margin-bottom: 0px;
    background-color: #DEDFE1;
    border-bottom: 1px solid #e0e1e2;
}

.search {
    float: right;
    display: inline;
    width: 100%;
    background: url(/Images/search_box.png) no-repeat;
    height:40px;
    background-position:right;
    position:relative;
}

.search_input {
    width: 302px;
    height:38px;
    line-height:38px;
    font-size: 14px;
    float:right;
    border:none;
    outline:none;
    background:none;
    padding-right:40px;
    padding-left:15px;
}

.search_btn {
    position: absolute;
    height: 38px;
    width: 30px;
    right: 9px;
    top: 0px;
    background: url(/Images/search_btn.png) center no-repeat;
    border: none;
    cursor: pointer;
    display: block;
}

.search-wraper p {
    float: right;
    font-size: 10px;
    margin-top: 10px;
    margin-right: 0px;
}

    .search-wraper p a {
        padding-left: 20px;
        font-size: 14px;
    }

ul.logo-nav {
    list-style: none;
    width: 100%;
    margin-top: 45px;
    padding: 0px 120px;
}

    ul.logo-nav li {
        float: left;
        width: 12.5%;
        text-align: center;
        height: 30px;
    }

        ul.logo-nav li a {
            font-size: 16px;
            color: #565656;
            font-weight: 700;
        }

            ul.logo-nav li a:hover {
                color: #4D6897;
            }

        ul.logo-nav li:hover {
            background: url(../../Content/Images/logo_nav_bottom.png) center bottom no-repeat;
        }

        ul.logo-nav li.active a {
            color: #4D6897;
        }

        ul.logo-nav li.active {
            background: url(../../Content/Images/logo_nav_bottom.png) center bottom no-repeat;
        }

.footer-wraper {
    width: 100%;
    max-width: none;
    padding: 10px 0px 10px 0px;
    background: #DEDCDC;
}

.footer-list {
    margin-left: -15px;
    width: 100%;
}

.footer-list-item {
    font-size: 12px;
    padding-top: 5px;
}

.footer-list .recommend {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

    .footer-list .recommend a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.f_mall_btn {
    background: url(../../Content/Images/f_mall_btn.jpg) left center no-repeat;
    padding-left: 30px;
}

.f_weixin_btn {
    background: url(../../Content/Images/f_weixin_btn.jpg) left center no-repeat;
    padding-left: 30px;
}

.f_engineer_btn {
    background: url(../../Content/Images/f_engineer_btn.jpg) left center no-repeat;
    padding-left: 30px;
}

ul.mypagination {
    display: inline-block;
    margin: 0 auto;
}

    ul.mypagination li {
        display: inline;
    }

        ul.mypagination li a {
            color: black;
            float: left;
            padding: 8px 8px;
            text-decoration: none;
        }

            ul.mypagination li a:visited {
                color: black;
            }

        ul.mypagination li.active a {
            color: #2050A9;
        }

p.position {
    margin-top: 15px;
    /*color: #a1a7b2;*/
}

    p.position a {
        font-weight: 400;
        color: #141616;
        margin-left: 5px;
        margin-right: 5px;
    }

.main-wraper {
    min-height: 400px;
}
