body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td,menu {
    font-size: 14px;
    color: #333;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header nav {
    background: #2b2b2b;
    color: #fff;
    height: 44px;
}

.header nav a {
    color: #fff;
    display: block;
    float: left;
    line-height: 44px;
    padding: 0 35px;
}

.header nav a.active {
    background: #1e50ae;
}

.header nav a:hover {
    color: yellow;
}

.header .nav-left {
    font-size: 36px;
    color: #1e50ae;
    margin-top: 40px;
    background: url("../images/common/page_logo.png") no-repeat left center;
    background-size: auto 44px;
    padding-left: 40px;
}

.header .nav-left span {
    margin-left: 10px;
    color: #b5b6b6;
}

.header .nav-mid{
    font-size: 48px;
    font-weight: 600;
    color: #1d316a;
    margin-left: 50px;
    margin-top: 30px;
}

.header .nav-right .nav-right-top {
    color: #666;
    margin-top: 4px;
    text-align: center;
}

.header .nav-right  .nav-right-bottom {
    border: 1px solid #b0b0b0;
    color: #b0b0b0;
    padding: 6px 30px;
    border-radius: 30px;
    font-size: 24px;
    margin-bottom: 4px;
    margin-left: -54px;
    width: 340px;
    box-sizing: border-box;
    background: url("../images/index/search.jpg") no-repeat right 20px center;
    background-size: 22px 24px;
}

.footer .footer-main {
    background: #ecece9;
    padding: 110px 0;
}

.footer .footer-main-left .line {
    width: 98px;
    height: 5px;
    background: #333;
}

.footer .footer-main-left .black-title, .footer .footer-main-left .blue-title {
    font-weight:600;
}

.footer .footer-main-left .black-title {
    color: #090909;
    /*font-size: 44px;*/
    margin-top: 40px;
}

.footer .footer-main-left .blue-title {
    color: #232d72;
    /*font-size: 65px;*/
    margin: 24px 0 16px;
    margin-left: -20px;
}

.footer .footer-main-left .grey-txt {
    color: #666;
    margin-top: 10px;
}

.footer .footer-main .qrcode {
    width: 228px;
    height: 228px;
    margin-top: 22px;
}

.footer .footer-main .qrcode img {
    width: 100%;
    height: 100%;
}

.footer .copyright {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.footer .copyright a {
    color: #fff;
}