﻿
i,
em {
    font-style: normal;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.headbj {
    transition: .5s;
    position: relative;
    z-index: 300;
    width: 100%;
}

.hea-top {
    height: 31px;
    background: #f4f4f4;
    display: none;
}

.hea-top span {
    display: inline-block;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    color: #949494;
    float: left;
    padding-left: 37px;
    background: url(../images/hea-icon.gif) no-repeat left;
}

.hea-top em {
    display: block;
    float: right;
}

.hea-top em a {
    display: inline-block;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    color: #AAAAAA;
    margin-left: 22px;
    padding-left: 31px;
}

.hea-top em a.top1 {
    background: url(../images/top-icon1.png) no-repeat left;
}

.hea-top em a.top2 {
    background: url(../images/top-icon2.png) no-repeat left;
}

.hea-top em a.top3 {
    background: url(../images/top-icon3.png) no-repeat left;
}

/*.hea-cen{height:103px; padding-top:17px; box-sizing: border-box;}*/

.hea-cen {
    height: 98px;
    padding-top: 12px;
    box-sizing: border-box;
}

.hea-cen .logo {
    float: left;
}

.hea-cen .logo .t_logo {
    height: 66px;
    float: left;
    margin-right: 19px;
}

.hea-cen .logo h2 {
    float: left;
}
.hea-cen .logo .t_logo img {
    height: 66px;
}
.hea-cen .logo h2 span {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.hea-cen .logo h2 em {
    display: block;
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}

.hea-cen .hea-tel {
    float: right;
    margin-top: 11px;
}

.hea-cen .hea-tel span {
    display: block;
    padding-left: 48px;
    background: url(../images/hea-tel.gif) no-repeat left;
}

.hea-cen .hea-tel span em {
    display: block;
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    color: #000B2A;
}

.hea-cen .hea-tel span p {
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    color: #000B2A;
}

.menu {
    height: 55px;
    background: #007AFF;
}

.menu .nav {
    width: 1200px;
    margin: 0 auto;
}

.menu .nav > li {
    float: left;
    height: 52px;
    line-height: 52px;
    position: relative;
}

.menu .nav > li .xlbj {
    display: none;
}

.menu .nav > li.fr5 .xlbj {
    width: 1920px;
    display: block;
    position: absolute;
    top: 55px;
    left: 50%;
    background: #FFF;
    margin-left: -1004px;
    height: 0;
    overflow: hidden;
    transition: .5s;
    box-sizing: border-box;
}

.menu .nav li.fr5 .xlbj .xl {
    width: 400px;
    float: left;
    height: 287px;
    position: relative;
}

.menu .nav li.fr5 .xlbj .xl:before {
    width: 1px;
    height: 201px;
    background: #dedede;
    content: "";
    position: absolute;
    right: 0;
    top: 49px;
}

.menu .nav li.fr5 .xlbj .xl span {
    display: block;
    width: 209px;
    height: 157px;
    float: left;
}

.menu .nav li.fr5 .xlbj .xl .xl-rig {
    float: left;
    width: 191px;
    padding-top: 3px;
    position: relative;
}

.menu .nav li.fr5 .xlbj .xl .xl-rig h3 {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
}

.menu .nav li.fr5 .xlbj .xl .xl-rig h3 a {
    font-size: 16px;
    color: #282828;
    font-weight: bold;
}

.menu .nav li.fr5 .xlbj .xl .xl-rig ul li {
    height: 26px;
    line-height: 26px;
}

.menu .nav li.fr5 .xlbj .xl .xl-rig ul li a {
    font-size: 14px;
    color: #666666;
}

.menu .nav > li.fr5:hover .xlbj {
    padding-top: 12px;
    height: 704px;
}

.menu .nav li.fr5 .xlbj .xl:nth-child(4), .menu .nav li.fr5 .xlbj .xl:nth-child(5), .menu .nav li.fr5 .xlbj .xl:nth-child(6) {
    padding-top: 49px;
    border-top: 1px solid #dedede;
}

.menu .nav li.fr5 .xlbj .xl:nth-child(3):before, .menu .nav li.fr5 .xlbj .xl:nth-child(6):before {
    display: none;
}

.menu .nav > li > a {
    font-size: 15px;
    color: #FFFFFF;
    padding: 0 39px;
    transition: .5s;
    position: relative;
}

.menu .nav > li > a:before {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
}

.menu .nav > li:before {
    width: 100%;
    height: 0;
    background: #0c2045;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.menu .nav > li:last-child > a:before {
    display: none;
}

.menu .nav > li:hover:before,
.menu .nav > li.cur:before {
    height: 52px;
}

.menu .nav > li:hover > a,
.menu .nav > li.cur > a {
    color: #FFF;
    font-weight: bold;
}

.headbj.hea {
    height: 55px;
    position: fixed;
    top: 0;
}

.headbj.hea .hea-top,
.headbj.hea .hea-cen {
    display: none;
}


.ty-banner-1 {
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.ty-banner-1 img {
    visibility: hidden;
}

.ty-banner-1 img.show {
    visibility: visible;
}

/*footer*/

i,
em {
    font-style: normal;
}

.footer {
    height: 561px;
    background: #0c2045;
}

.footer .ft-nav {
    height: 85px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .ft-nav ul {
    width: 1200px;
    margin: 0 auto;
}

.footer .ft-nav ul li {
    float: left;
    height: 85px;
    line-height: 85px;
    width: 12.5%;
    text-align: center;
}

.footer .ft-nav ul li a {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
}

.footer .ft-nav ul li a:before {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.6);
    content: "";
    position: absolute;
    right: 0;
    top: 37px;
}

.footer .ft-nav ul li:last-child a:before {
    display: none;
}

.footer .ft-cen {
    height: 297px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .ft-cen .ftlogo {
    width: 283px;
    padding-top: 38px;
    margin-right: 54px;
}

.footer .ft-cen .ftlogo h2 {
    width: 296px;
    height: 76px;
    margin-left: -13px;
}

.footer .ft-cen .ftlogo h2 img {
    width: 100%;
    height: 76px;
}

.footer .ft-cen .ftlogo h3 {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer .ft-cen .ftlogo span {
    display: block;
    text-align: center;
    line-height: 12px;
    margin-bottom: 20px;
}

.footer .ft-cen .ftlogo span a {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 19px 0 12px;
    background: url(../images/ft-xt.png) no-repeat right;
}

.footer .ft-cen .ftlogo span a:last-child {
    background: 0;
}

.footer .ft-cen .ftlogo p {
    text-align: center;
    line-height: 12px;
}

.footer .ft-cen .ftlogo p em {
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.footer .ft-cen .ftlogo p em a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.footer .ft-cen .ft-contact {
    width: 360px;
    padding-top: 21px;
}

.footer .ft-cen .ft-contact h4 {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.footer .ft-cen .ft-contact ul li {
    line-height: 29px;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 28px;
}

.footer .ft-cen .ft-contact ul li.first {
    /*height: 47px;
    line-height: 47px;
    margin-bottom: 9px;*/
    font-weight: bold;
}

.footer .ft-cen .ft-contact ul li.one {
    background: url(../images/ft-lx1.png) no-repeat left;
}

.footer .ft-cen .ft-contact ul li.two {
    background: url(../images/ft-lx2.png) no-repeat left;
}

.footer .ft-cen .ft-contact ul li.three {
    background: url(../images/ft-lx3.png) no-repeat left 10px;
}

.footer .ft-cen .ft-contact ul li.four {
    background: url(../images/ft-lx4.png) no-repeat left;
}

.footer .ft-cen .ft-fl {
    width: 505px;
    margin-right: -80px;
    margin-top: 19px;
}

.footer .ft-cen .ft-fl .fl {
    width: 168px;
}

.footer .ft-cen .ft-fl .fl.fr2 {
    display: none;
}

.footer .ft-cen .ft-fl .fl h4 {
    height: 53px;
    line-height: 53px;
    margin-bottom: 11px;
}

.footer .ft-cen .ft-fl .fl h4 a {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal;
}

.footer .ft-cen .ft-fl .fl ul li {
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer .ft-cen .ft-fl .fl ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer .ft-bot {
    height: 177px;
}

.footer .ft-bot .ft-link {
    width: 810px;
    float: left;
    padding-top: 52px;
}

.footer .ft-bot .ft-link span {
    display: inline-block;
    height: 41px;
    line-height: 41px;
}

.footer .ft-bot .ft-link span em {
    display: inline-block;
    margin-right: 44px;
}

.footer .ft-bot .ft-link span em i {
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 12px;
    text-transform: uppercase;
}

.footer .ft-bot .ft-link span em a {
    font-size: 12px;
    color: #FFFFFF;
}

.footer .ft-bot .ft-link p {
    height: 40px;
    line-height: 40px;
}

.footer .ft-bot .ft-link p a {
    display: inline-block;
    height: 40px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
    margin-right: 22px;
}

.footer .ft-code {
    width: 432px;
    float: right;
    margin-top: 35px;
    margin-right: -43px;
}

.footer .ft-code span {
    display: block;
    width: 216px;
    float: left;
}

.footer .ft-code span i {
    display: block;
    width: 105px;
    height: 107px;
    float: left;
}

.footer .ft-code span i img {
    width: 100%;
}

.footer .ft-code span em {
    display: block;
    text-align: center;
    padding-top: 34px;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-left: 14px;
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #007aff;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #007aff;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

