body {
    min-height: 2188px;
    background: url(./trs_jg_bcg.jpg);
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}
*{-webkit-tap-highlight-color:transparent}
.header, .logo, .menu {
    width: 1200px;
    margin: 0 auto;
}

.header ul {
    padding-top: 26px;
}

.header ul li {
    float: left;
    padding: 0 11px;
    border-right: 1px solid #586172;
    height: 17px;
}

.header ul li:nth-child(1) {
    padding-left: 0;
}

.header ul li:last-child {
    border: none;
}

.header ul li a {
    position: relative;
    top: -3px;
    font-size: 15px;
    color: #4a5565;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 27px;
}

.logo p {
    line-height: 86px;
    font-size: 29px;
    color: #0068b8;
    font-weight: 600;
    margin-left: 24px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

.search_con {
    position: relative;
    margin-top:-26px;
}

.search_con input {
    width: 360px;
    height: 35px;
    outline: none;
    border: 3px solid #0068b8;
    border-radius: 30px;
    padding-left: 22px;
}
.search_btn{
    position: absolute;
}
.header-search input::placeholder {
    position: relative;
    top: 2px;
    font-size: 16px;
    color: #747474;
}
.search_btn {
    position: absolute;
    top: 2px;
    right: 0;
    width: 64px;
    height: 38px;
    background-color: #0068b8;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
}
.search_btn img{
    position: absolute;
    top: 5px;
    left: 16px;
}
.wrapper-footer{
    height: 220px;
    background-color: #0068b8;
}
.wrapper-footer-content {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto; 
    padding-top: 21px;
}
.site_link a{
    display: inline-block;
    width: 76px;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.site_link a:first-child{
    border-right: 1px solid #fff;
}
.wrapper-footer-content-left{
    text-align: center;
}
.wrapper-footer-content-left p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 9px;
}
.wrapper-footer-content-left p img{
    vertical-align: bottom;
    margin-right: 5px;
}
.wrapper-footer-content-right{
    position: relative;
    display: flex;
    align-items: center;
    top: 7px;
}
.dzjg{
    margin-left: 34px;
}
.menu {
    background: #0068B8;
    height: 59px;
    border-radius: 10px;
    margin-top: 37px;
}

.menu ul {
    display: flex;
    height: 59px;
    justify-content: space-between;
    align-items: center;
    padding: 0 115px 0 113px;
}



.menu ul li a {
    font-size: 18px;
    color: #fff;
}

.menu ul li {
    position: relative;
}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: 31px;
    left: 8px;
    display: none;
}
