.oh{
    overflow: hidden;
}
.hide{
    display: none;
}
.container {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}
.tac{
    text-align: center;
}
.relative{
    position: relative;
}
.clearfix{
    clear: both;
}
.text-right{
    text-align: right;
}
.main-body {
    padding-top: 90px;
}
* {
    box-sizing: border-box;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.header{
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 999;
    background: transparent;
    transition: background 1s;
    -moz-transition: background 1s; /* Firefox 4 */
    -webkit-transition: background 1s; /* Safari 和 Chrome */
    -o-transition: background 1s; /* Opera */
}
.header .logo{
    float: left;
    margin-top: 23px;
}
.logo-black{
    display: none;
}
.logo-link{
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-right: 16px;
}
.logo-link::after{
    /* content: '';
    display:block;
    height: 100%;
    width: 1px;
    background: rgba(255,255,255,.3);
    position: absolute;
    right: 0;
    top: 2px; */
}
.logo-link .img{
    display: inline-block;
    width: 153px;
    height: 45px;
    background: url('../images/new/logo-white.png');
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
}
.logo-text{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
.header .user{
    width: auto;
    height: 100%;
    background: transparent;
    margin-top: 20px;
    color: #fff;
    float: right;
}
.header .user a{
    float: none;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0 10px;
    font-size: 16px;
    position: relative;
    text-align: center;
}
.header .user a:first-of-type::after{
    content: '';
    display:block;
    height: 18px;
    width: 2px;
    background: rgba(255,255,255,.6);
    position: absolute;
    right: 0;
    top: 4px;
}
.header .user a span {
    color: #fff;
}
.header .user .log-in {
    display: none;
}
.img-user{
    display: inline-block;
    width: 38px;
    height: 41px;
    vertical-align: middle;
    background: url('../images/icon/user3.png');
    background-repeat: no-repeat;
}
.header .nav{
    float: left;
    height: 90px;
    margin-left: 60px;
    padding-top: 0;
    line-height: 44px;
    margin-right: 50px;
    list-style: none;
}
.header .nav > li{
    float: left;
    border: none;
    height: 85px;
    line-height: 90px;
    padding: 0 25px;
    position: relative;
}
.header .nav-downlist{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 86px;
    text-align: center;
    color: #333;
    box-shadow: 0 0 10px #847f7f;
}
.header .nav-downlist::before{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 51px;
}
.header .nav-downlist > li{
    height: 60px;
    line-height: 60px;
    background: #fff;
    width: 100%;
}
.header .nav-downlist > li:hover{
    background: #f5f8fc;
}
.header .nav-downlist > li a{
    font-size: 16px;
    color: #333;
}
.header .nav > li:hover .nav-downlist{
    display: block;
}
.header .nav > li > a{
    font-size: 18px;
    line-height: 20px;
    /* color: #d0d0d0; */
    color: #fff;
}
.fixed-header{
    background: #fff;
    border-bottom: 2px solid #0054bf;
}
.fixed-header .logo-link .img{
    background: url('../images/new/logo-black.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.fixed-header .img-user{
    background: url('../images/new/user4.png');
}
.fixed-header .logo-link::after{
    background: #333;
}
.fixed-header *{
    color: #333!important;
}
.fixed-header .logo-text{
    color: #666666!important;
}
.fixed-header.header .user a:first-of-type::after{
    background: #333;
}
.header .nav li a.active{
    color: #fff;
}
.fixed-header.header .nav li.current{
    background: #0054bf;
    margin-top: 3px;
}
.fixed-header.header .nav li.current > a{
    color: #fff!important;
}
.new-footer{
    width: 100%;
    background: #0c419a;
    padding-top: 15px;
    box-sizing: border-box;
}
.new-footer .container,.footer-bottom .container{
    margin-bottom: 0 !important;
}
.footer-desc{
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}
.footer-desc p:last-child{
    font-size: 16px;
}
.footer-qrcode,.footer-text{
    display: inline-block;
    vertical-align: text-top;
}
.footer-qrcode > div{
    vertical-align: top;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 16px;
}
.footer-qrcode > div p{
    margin-top: 7px;
}
.footer-desc{
    margin-left: 10px;
}
.mt-10{
    margin-top: 10px;
}
.footer-text-right{
    text-align: right;
    width: 250px;
    margin-top: 14px;
}
.footer-text{
    margin-left: 40px;
    width: 575px;
}
.footer-bottom{
    margin-top:5px;
    background: #093388;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
}
.footer-bottom span,.footer-bottom a{
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
.footer-bottom .txt span:not(:last-child), .footer .bottom a {
    margin-right: 20px;
}

.flag-banner {
    z-index: 3;
    width: 100%;
}
.flag-banner .bd {
    position: relative;
    height: 100% !important;
}
.flag-banner ul {
    width: 100% !important;
    height: 100% !important;
}
.flag-banner ul li {
    width: 100% !important;
}
.flag-banner ul li .pic img {
    width: 100%;
}
.flag-banner .button {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 60px;
    height: 80px;
    margin-top: -40px;
    background: url(../images/icon/arrow_1.png) no-repeat;
}
.flag-banner .prev {
    left: 100px;
    background-position: 0 0;
}
.flag-banner .next {
    right: 100px;
    background-position: -60px 0;
}

/*************侧边栏******************/
.sidebar {
    position: fixed;
    top:160px;
    right: 0;
    z-index: 99;
    box-shadow: 0px 0px 5px #adbfe4;
    background: #fff;
}
.sidebar ul li {
    position: relative;
    height: auto;
    width: 84px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 1px;
}
.sidebar ul li:hover .menu,
.sidebar ul .active .menu{
    display: block;
}
.sidebar ul li .dot {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/icon/right-menu.png) 16px -25px no-repeat #fff;
}
.sidebar ul li .t1 {
    background-position: 14px -64px;
}
.sidebar ul li .t2 {
    background-position: 14px -25px;
    cursor: pointer;
}
.sidebar ul li .t3 {
    background-position: 12px 16px;
}
.sidebar ul li .t5 {
background-position: 15px -108px;
}
.sidebar ul li .t4 {
    cursor: pointer;
}
.sidebar ul li .dot:hover {
    background-color: #0c419a;
}
.sidebar ul li .t1:hover  {
    background-position: -31px -64px ;
}
.sidebar ul li .t2:hover  {
    background-position: -31px -25px ;
}
.sidebar ul li .t3:hover  {
    background-position: -31px 16px;
}
.sidebar ul li .t4:hover  {
    background-position: -50px 0;
}
.sidebar ul li .t5:hover {
    background-position: -32px -107px;
}

.sidebar ul li .tel {
    display: none;
    position: absolute;
    top: 0;
    left: -204px;
    width: 203px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background: #fff;
}
.sidebar ul li .tel b {
    position: absolute;
    right: -8px;
    top: 20px;
    width: 8px;
    height: 9px;
    background: url("../images/triangle.png") no-repeat;
}
.sidebar ul li .tel p {
    padding-left: 15px;
}
.sidebar ul li .tel p span {
    color: #0c419a;
    font-weight: bold;
}
.sidebar ul li .wx,
.sidebar ul li .app{
    display: none;
    position: absolute;
    top: -54px;
    left: -162px;
    width: 160px;
}
.sidebar ul li .wx b,
.sidebar ul li .app b {
    position: absolute;
    right: -8px;
    top: 75px;
    width: 8px;
    height: 9px;
    background: url("../images/triangle.png") no-repeat;
}
.sidebar ul li .wx img {
    display: block;
}
.sidebar ul li .kefu{
    left:-100px;
    width:100px;
}
.siderbar-title{
    position: absolute;
    top: -40px;
    left: 0;
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #000;
    background: #fff;
}

.sidebar-1{
    position: absolute;
    top: -45px;
}
.sidebar-1 + p{
    padding-top: 50px;
}
.sidebar-2 + p{
    margin-top: 10px;
}
.sidebar ul li p::after{
    content:'';
    display: block;
    height: 1px;
    width: 100%;
    background: #e9edf4;
    margin-top: 5px;
}
.sidebar ul li:last-of-type p::after{
    content:'';
    display: block;
    height: 0px;
    width: 100%;
    background: #fff;
    margin-top: 0px;
}
.sidebar ul li .wx, .sidebar ul li .app{
    box-shadow: 0px 0px 5px #adbfe4;
}


/* tap */
.product-tap{
    width: 1170px;
    margin: 0 auto;
}
.product-tap::after{
    content: '';
    display: block;
    clear: both;
}
.tap-item{
    float: left;
    width: 20%;
    padding: 20px 0;
}
.tap-item > P{
    margin-top: 15px;
    font-size: 14px;
}
.tap-item.active{
    position: relative;
    background: #e9eff8;
    cursor: pointer;
}
.tap-item.active::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #e9eff8;
    position: absolute;
    left: 102px;
    bottom: -15px;
}
.product-desc{
    background: #f2f6fb;
    padding: 50px 0;
}
.product-desc:first-child li{
    position: relative;
    opacity: 0;
    top: 300px;
    -ms-transition: top 1s, opacity 1s;
    -moz-transition: top 1s, opacity 1s;
    -webkit-transition: top 1s, opacity 1s;
    -o-transition: opactopity 1s, opacity 1s;
    transition: top 1s, opacity 1s;
}
@media screen and (max-width: 1169px) {
    .header{
        /* overflow: hidden; */
    }
    /* .header .user a span{
        color: #b9b9b9;
    }
    .header .user a:first-of-type::after{
        background: #b9b9b9;
    } */
    .header{
        width: 1170px;
    }
    .main-body{
        width: 1170px;
    }
    .new-footer{
        width: 1170px;
    }
}