@charset "utf-8";

/* CSS Document */

.w1400 {
    width: 1400px;
    margin: 0 auto
}


/*标题*/

.title {
    text-align: center;
    margin-bottom: 32px
}

.title h6 {
    display: inline-block;
    position: relative;
    font-size: 54px;
    z-index: 2;
    text-transform: uppercase;
    color: #033566;
    font-family: PingFang;
}

.title p {
    color: #033566;
    font-size: 26px;
}

.title h6 i {
    position: absolute;
    background: url(../images/title_xs.png) no-repeat center;
    top: 0;
    left: -4px;
    width: 40px;
    height: 60px;
    z-index: -1
}

.title_white h6 {
    color: #fff;
    font-size: 36px;
}


/*顶部*/

.top {
    background-color: #033566;
    height: 40px;
}

.top .w1400 p {
    float: left;
    font-size: 14px;
    color: #fffefe;
    line-height: 40px;
    position: relative;
    padding-left: 24px;
}

.top .w1400 p i {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    background: url(../images/icon_bg.png) no-repeat 0 0;
    width: 16px;
    height: 24px;
}

.share_top {
    font-size: 0;
    line-height: 0
}

.share_top a {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    padding: 3px;
    background-color: #f5dd25;
    margin: 9px 3px;
}

.share_top i {
    width: 16px;
    height: 16px;
    display: block;
}

.share_top .top_skype i {
    background: url(../images/icon_bg.png) no-repeat -16px 0;
}

.share_top .top_twitter i {
    background: url(../images/icon_bg.png) no-repeat -32px 0;
}

.share_top .top_whatapp i {
    background: url(../images/icon_bg.png) no-repeat -48px 0;
}

.share_top .top_facebook i {
    background: url(../images/icon_bg.png) no-repeat -64px 0;
}

.share_top a:hover {
    background-color: #fff;
}


/*logo*/

.header {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f1f1f1
}

.header h1 a img {
    width: 216px;
    height: 66px;
}

.header_tel,
.header_tel p {
    line-height: 0;
    font-size: 0
}

.header_tel p {
    margin: 6px 0 6px 16px
}

.header_tel p,
.header_tel p img,
.header_tel p span {
    display: inline-block;
    vertical-align: middle;
}

.header_tel p img {
    width: 40px;
    height: 40px;
}

.header_tel p span {
    font-size: 18px;
    color: #023364;
    line-height: 1.5;
    margin-left: 12px;
}


/*导航*/

.header_nav {
    background-color: #fff;
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1)
}

.fixheader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    min-width: 1400px;
}

.nav>ul {
    margin-right: 40px
}

.nav>ul>li {
    position: relative;
    float: left;
    font-size: 22px;
    color: #013264;
    text-transform: capitalize;
    margin-right: 64px;
    line-height: 72px;
    transition: all .5s;
    border-top: 3px solid #fff;
}

.nav>ul>li:hover {
    border-top: 3px solid #f5dd25;
}

.nav>ul>li.on {
    border-top: 3px solid #f5dd25;
}

.subnav {
    display: none;
    position: absolute;
    top: 72px;
    left: -44px;
    z-index: 10;
    background-color: rgba(1, 50, 100, .8);
    padding: 20px;
    transition: all .5s
}

.subnav li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    transition: all .5s;
    white-space: nowrap
}

.nav>ul>li:hover .subnav {
    display: block;
}

.subnav li a:hover {
    color: #f5dd25
}

.search {
    width: 32px;
    height: 32px;
    background: url(../images/icon_bg.png) no-repeat 0 -24px;
    float: right;
    margin: 20px 0;
    transition: all .5s
}

.search:hover {
    background: url(../images/icon_bg.png) no-repeat -32px -24px;
}


/*搜索*/

.search_zz {
    display: none;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    color: #fff
}

.search_zz.show {
    display: block;
}

.z_search>.w900 {
    width: 900px;
    margin: 0 auto;
}

.z_search form {
    width: 900px;
    margin: 0 auto;
    padding: 200px 0 100px
}

.z_search_in1 {
    height: 54px;
    padding: 0 10px;
    width: 820px;
    float: left;
    line-height: 54px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-right: none
}

.z_seach_btn1 {
    float: right;
    width: 80px;
    height: 56px;
    border: 0;
    background: url(../images/z_search.jpg) no-repeat;
}

.search_zz a {
    display: block;
    position: absolute;
    top: 100px;
    right: 100px;
    width: 40px;
    height: 40px;
    z-index: 9999
}

.search_zz a:hover {
    -webkit-transform: rotate(360deg);
    animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    -webkit-animation: rotation 2s linear infinite;
    -o-animation: rotation 2s linear infinite;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


/*页脚*/

.footer_con {
    background-color: #121315;
    padding: 60px 0 28px;
    border-bottom: 2px solid rgba(250, 250, 250, .1)
}

.footer_list h6 {
    font-size: 24px;
    color: #f4f4f4;
    text-transform: capitalize;
    margin-bottom: 20px
}

.footer_list p {
    font-size: 17px;
    color: #fffbfb;
    text-transform: capitalize;
    margin: 12px 0
}

.footer_list1 {
    width: 348px;
}

.footer_list1>img {
    width: 220px;
}

.footer_list1 h6 {
    margin: 32px 0
}

.footer_share {
    margin-top: 42px;
}

.footer_share a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    padding: 6px;
    margin-right: 8px
}

.footer_share i {
    width: 24px;
    height: 24px;
    display: block;
}

.footer_share .top_skype {
    background-color: #f5dd25
}

.footer_share .top_twitter {
    background-color: #033566
}

.footer_share .top_skype i {
    background: url(../images/icon_bg.png) no-repeat -80px 0;
}

.footer_share .top_twitter i {
    background: url(../images/icon_bg.png) no-repeat -104px 0;
}

.footer_share .top_facebook i {
    background: url(../images/icon_bg.png) no-repeat -128px 0;
}

.footer_list2 {
    width: 132px;
    margin: 0 102px
}

.footer_list3 {
    width: 310px;
}

.footer_list4 {
    width: 304px;
}

.footer_list4 ul li {
    color: #fff;
    margin-bottom: 36px;
}

.footer_list4 ul li h6 {
    font-size: 20px;
    margin-bottom: 16px;
}

.footer_list4 ul li p {
    margin: 6px 0
}

.footer_list4 ul li p em,
.footer_list4 ul li p a {
    display: inline-block;
    vertical-align: middle;
}

.footer_list4 ul li p em {
    background: url(../images/icon_bg.png) no-repeat -64px -24px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.footer_list4 ul li p:last-child em {
    background: url(../images/icon_bg.png) no-repeat -88px -24px;
}

.footer_list4 ul li p a {
    font-size: 17px;
}

.footer_list p:hover,
.footer_list4 p:hover {
    color: #f5dd25
}

.footer_list1 p:hover {
    color: #fff
}

.link {
    background-color: #121315;
    height: 46px;
    font-size: 14px;
    color: #f5dd25;
    line-height: 46px;
    text-transform: capitalize;
}

.link span {
    text-transform: uppercase;
}

.copy {
    background-color: #262626;
    color: #e2ecf8;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
}

.copy span {
    color: #f5dd25
}


/* 侧边悬浮导航 */

.right_nav {
    right: 0;
    bottom: 30%;
    position: fixed;
    text-align: left;
    overflow: hidden;
    z-index: 999;
}

.right_nav li {
    background: #033566;
    margin: 4px 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    position: relative;
    right: 0;
}

.right_nav li .iconBox {
    text-align: left;
    overflow: hidden;
    padding: 16px 10px;
}

.right_nav li img {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.right_nav li h4 {
    color: #fff;
    font-size: 14px;
    margin: 2px 0;
    text-align: center;
}

.right_nav li:hover {
    background: rgba(0, 0, 0, .6)
}

.right_nav li .hideBox {
    display: none;
    position: absolute;
    right: 80px;
    padding: 10px;
    padding-right: 15px;
    top: -10px;
    z-index: 999;
}

.right_nav li .hideBox .hb {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px;
    border-top: 2px solid #033566;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.right_nav li .hideBox .hb h5 {
    padding: 5px 0;
    border-bottom: 2px solid #ccc;
    color: #033566;
    font-size: 20px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    margin-bottom: 10px;
}

.right_nav li .hideBox .hb p {
    white-space: nowrap;
    margin: 5px;
}

.right_nav li .hideBox .hb p i {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    margin-right: 10px;
}

.right_nav li .hideBox .hb p i img {
    width: 100%;
    height: 100%
}

.right_nav li .hideBox .hb p a {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.right_nav li .hideBox:hover {
    display: block!important;
    opacity: 1!important
}

.right_nav li .hideBox .hb p:hover a {
    color: #033566
}