.fr {
    float: right;
}

.header span {
    font-size: 14px;
}

.head_nav span {
    font-size: 16px;
}

.header {
    width: 100%;
    min-width: 1200px;
    height: 198px;
    /*text-align: center;*/
    background: url("../images/head-bg.jpg") no-repeat center;
}

.header-tit {
    text-align: left;
    height: 50px;
    line-height: 50px;
    /*border-bottom: 1px solid #ffffff;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #103a86;
}

.header-tit .fr > span, .header-tit .fr > form {
    display: inline-block;
    margin-right: 27px;
    cursor: pointer;
}

.header-tit .fr > span img {
    margin-right: 6px;
}

.header-tit .fr > span a {
    color: #103a86;
}

.header-weixin:hover + .header-weixin-img {
    display: block;
}

.header-weixin-img {
    display: none;
    position: absolute;
    top: 40px;
    left: -29px;
    left: 25px;
    z-index: 99;
}

.header .logo {
    margin-top: 32px;
    padding: 0;
}

.header-img {
    height: 117px;
    width: 1120px;
    margin: auto;
    display: table;
}

.header-img > div {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.header-img > div.tr {
    text-align: right;
}

.header-nav {
    width: 100%;
    /* min-width: 1120px; */
    margin: auto;
    background-color: #1e8d6d;
}

.header-nav ul.nav {
    width: 1120px;
    margin: auto;
}

.header-nav li {
    /* float: left; */
    width: 112px;
    color: #ffffff;
    font-size: 15px;
    line-height: 47px;
}

.header-nav li.active {
    background-color: #176b53;
    display: block;
    height: 49px;
    margin-top: -2px;
    line-height: 49px;
}

.header-nav li:hover {
    background-color: #176b53;
    display: block;
    height: 49px;
    margin-top: -2px;
    line-height: 49px;
}

.header-nav li ul {
    display: none;
}

.header-nav li ul li {
    background-color: #1e8d6d;
    border-bottom: 1px dotted rgba(255, 255, 50, 0.2);
}

.header-nav li ul li:last-child {
    border-bottom: 0;
}

.header-nav li ul.nav li:hover {
    height: auto;
    margin-top: 0;
    line-height: 47px;
}

.header-nav li ul.nav {
    width: 112px;
}

.header-nav li:hover ul {
    display: block;
    position: relative;
    z-index: 99;
}


.header-bcc {
    display: inline-block;
    vertical-align: top;
    margin-top: 32px;
    float: right;
}

.header .navbar {
    background: #4252ff;
    color: #fff;
}

.header .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.head_nav {
    height: 64px;
    /* width: 100%; */
    background-color: #103a86;
    box-shadow: 0px 4px 14px 2px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.head_nav > .container {
    padding: 0;
    text-align: center;
    margin: auto;
}

.head_nav > .container > ul {
    display: flex;
    justify-content: center;
}

.head_nav li {
    float: left;
    /* padding: 0 29px; */
    /* padding: 0 29.5px; */
    position: relative;
}

.head_nav > .container > ul > li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #5377b9;
    position: absolute;
    right: 0;
    top: 25px;
}

.head_nav > .container > ul > li:last-child:after, .head_nav li:last-child:after {
    display: none;
}

.head_nav li span {
    display: block;
    position: relative;
}

.head_nav li.active span:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #f6ae13;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.head_nav li a {
    color: #ffffff;
    line-height: 64px;
    font-size: 16px;
    /*padding: 0 33px;*/
    padding: 0 28px;
    height: 64px;
    display: inline-block;
}

.head_nav li:hover .second_nav {
    display: block;
    position: absolute;
    /*width: 100%;*/
    width: max-content;
    min-width: 100%;
}

.second_nav {
    position: absolute;
    left: 0;
    z-index: 10;
    display: none;
}

.second_nav li {
    padding: 0 30px;
    line-height: 56px;
    background-color: #d2def6;
    text-align: left;
    float: none;
    height: 56px;
    border-bottom: 1px solid #b9c8e5;
    position: relative;
}

.second_nav li:last-child {
    border-bottom: none;
}

.head_nav li:hover {
    background: #2655ac;
}

.second_nav li:hover a {
    color: #ffffff;
}

.second_nav li:hover:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 4px;
    border-style: solid;
    border-color: transparent;
    border-width: 7px 0 7px 10px;
    border-left-color: #f7ae12;
}

.second_nav li a {
    padding: 0;
    width: 100%;
    color: #2656ab;
    line-height: 56px;
}

.friend1 {

}

.friend1 > span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    padding-bottom: 9px;
    border-bottom: 5px solid #0061aa;
    display: inline-block;
}

.friend1 > ul {
    margin-top: 20px;
}

.friend1 > ul > li {
    display: inline-block;
    width: 50%;
}

.friend1 > ul > li > a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer {
    width: 100%;
    /* height: 290px; */
    background-color: #103a86;
    color: #fff;
    font-size: 0;
}

.footer1 {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.footer1 > img {
    width: 223px;
    margin-top: 68px;
}

.footer1_phone {
    margin-top: 37px;
}

.footer1_phone > img {
    position: relative;
    top: -1px;
}

.footer1_phone > p {
    display: inline-block;
    color: #fefeff;
    line-height: 16px;
}

.footer1 > p {
    font-size: 24px;
    color: #fefeff;
}

.footer2 {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.footer3 {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-top: 28px;
    /* margin-left: 196px; */
    color: #fff;
    width: 300px;
    float: right;
}

.footer3 > img {

}


.footer3 > div {
    width: 150px;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.footer3 > div img {
    width: 100px;
    margin-bottom: 10px;
}


.footer > span {
    margin-right: 24px;
}

.footer > span:last-child {
    margin-right: 0;
}

.footer .img-huilogo {

}

.footer .img-qrcode {
    width: 100px;
    text-align: right;
}

.footer .footer-copy-menu {
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 68px;
    margin-left: 118px;
}

.footer-copy-menu > div {
    display: inline-block;
    text-align: center;
    margin-right: 108px;
    vertical-align: top;
}

.footer-copy-menu > div > a {
    font-size: 18px;
    color: #fefefe;
    margin-bottom: 16px;
    display: block;
}

.footer .footer-copy-menu ul a {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
}

.footer .footer-copy-menu ul li {
    margin: 11px 0;
}

.footer .footer-copy-menu a:last-child:after {
    width: 0px;
}

.footer .footer-copy-text {
    font-family: "Microsoft YaHei", "微软雅黑";;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 20px;
}

.footer-contact {
    /*border-bottom: 1px #062a6d solid;*/
    position: relative;
}

.footer-contact .fr {
    margin-top: 34px;
    width: 520px;
}

.footer-contact .fr p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
}

.footer-logo {
    display: inline-block;
    vertical-align: middle;
    margin-top: 55px;
    padding-right: 30px;
    margin-bottom: 26px;
    margin-bottom: 55px;
    border-right: 1px solid #062a6d;
}

.footer-contact-c {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-left: 36px;
    width: 450px;
    vertical-align: middle;
    line-height: 33px;
}

.footer-contact-c span{
    font-size: 14px;
}

.footer-contact-c1 {

}

.footer-contact-c2 {
    display: inline-block;
}

.footer-contact-c3 {
    display: inline-block;
    margin-left: 46px;
}

.copyright {
    text-align: center;
    height: 46px;
    background-color: #062a6d;
    font-size: 14px;
    color: #3f5e98;
    line-height: 46px;
}

.copyright a, .copyright a:hover {
    color: #3f5e98;
}