﻿/* header */

body {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

.header-banner {
    background: url(../image/gy_headbanner.png) no-repeat top center;
    height: 195px;
    padding-top: 56px;
}

.header-banner .container img {
    width: 443px;
    height: 89px;
}

.search {
    position: relative;
    top: -12px;
    float: right;
    font-size: 16px;
}

.search .search-logo {
    direction: rtl;
    margin-bottom: 15px;
}

.search .search-logo img {
    width: 20px;
    height: 18px;
    position: relative;
    top: -2px;
    /* margin-right: 5px; */
}

.line {
    margin: 0 10px;
    color: #026AC2;
    position: relative;
    top: -1px;
}

.search .search-logo a {
    display: inline-block;
    color: #65696C;
}

.search .search-logo a:hover {
    color: red;
    text-decoration: none;
}

.search .search-input a {
    float: right;
    display: inline-block;
    padding: 12px 42px;
    background-color: #3867C8;
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.search .search-input a:hover {
    text-decoration: none;
    background-color: #3058AB;
}

.search-input-box {
    overflow: hidden;
    display: inline-block;
    width: 307px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    border: 2px solid #3867C8;
    padding: 11px 0 12px 15px;
    line-height: 20px;
}

.search .search-input-box img {
    width: 22px;
    height: 20px;
    margin-right: 10px;
}

.search .search-input-box input {
    border: none;
    padding-left: 15px;
    border-left: 1px solid #dcdcdc;
    font-size: 16px;
    outline:none;
}


.search .search-input-box input::-webkit-input-placeholder {
    color:#888888;
}
.search .search-input-box input:-moz-placeholder {
  color:#888888;
}
.search .search-input-box input::-moz-placeholder {
   color:#888888;
}
.search .search-input-box input:-ms-input-placeholder {
   color:#888888;
}

.header-nav {
    overflow: hidden;
    height: 60px;
    background: #3867C8;
    line-height: 60px;
}

.nav-line {
    width: 1px;
    height: 24px;
}

.nav-logo {
    width: 28px;
    height: 24px;
    position: relative;
    top: -3px;
    left: -10px;
}

.nav-link {
    display: inline-block;
    width: 175px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: rgb(241, 238, 238) !important;
}

.nav-link:hover {
    color: rgb(255, 255, 255);
    background-color: #2F56A8;
    text-decoration: none;
}


/* footer */

.footer {
    background-color: #3867C8;
}

.footer .footer-top {
    padding: 30px 0;
    height: 230px;
    border-bottom: 1px solid rgba( 192, 192, 192, .2);
}

.footer .footer-top .left {
    float: left;
    width: 135px;
    height: 100%;
    padding: 49px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.footer .footer-top .right {
    display: inline-block;
    width: 1165px;
    height: 100%;
}

.footer .footer-top .right .right-left {
    float: left;
    width: 200px;
    height: 100%;
}

.footer .footer-top .right .right-left .right-left-item {
    overflow: hidden;
    padding: 10px 22px;
    background-color: #4F7AD3;
    font-size: 18px;
    color: #fff;
}

.footer-allow {
    width: 9px;
    height: 11px;
    position: relative;
    top: 6px;
    transition: all .5s;
}

.footer .footer-top .right .right-left .footer-right-left-active {
    border-left: 3px solid #D78900;
    background-color: #2E5EC2;
}

.gyf-m-t {
    margin-bottom: 17px;
}

.footer .footer-top .right .right-right {
    float: right;
    position: relative;
    width: 940px;
    height: 100%;
}
.footer .footer-top .right .right-right .right-right-item {
    display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #2E5EC2;
}


.footer .footer-top .right .right-right .right-right-item a {
    display: inline-block;
    box-sizing: border-box;
    width: 225px;
    font-size: 16px;
    color: #fff;
    padding: 20px 0 0 27px;
    vertical-align: top;
}

.footer .footer-top .right .right-right .right-right-item::-webkit-scrollbar {
    width: 8px;
    background-color: #2C59B8;
    border-radius: 10px;
}

.footer .footer-top .right .right-right .right-right-item::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4D79D5;
}

.footer .footer-bottom {
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    padding: 22px 0;
}