﻿@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

li {
    list-style-type: none;
}

body {
    color: #333;
    background-color: #ffffff;
    width: 100%;
    min-width: 1040px;
    font-family: "Microsoft YaHei";
}

* {
    box-sizing: border-box;
}
img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    color: #5387c0;
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-green {
    color: #1fb079;
}

.c-orange {
    color: #fc714c;
}

.c-reg {
    color: #d90106;
}

/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20 {
    font-weight: 700;
}

/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}


.f_50 {
    font-size: .28rem;
}

.f_blod {
    font-weight: bold;
}

.f_blue {
    color: #0055ab;
}


.f_46rem {
    font-size: .23rem;
}

.f_22 {
    font-size: .114rem;
}

.right0 {
    right: 0;
}

.w79 {
    width: 7.9rem !important
}

.transition3s {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.transition5s {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

.transition8s {
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
}

.transitionInto {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

.transitionIntoAll {
    transition: all 1s ease-out .3s;
    -webkit-transition: all 1s ease-out .3s;
    -moz-transition: all 1s ease-out .3s;
    -ms-transition: all 1s ease-out .3s;
}

/*多行省略号*/

.ellipsis3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    -ms-line-clamp: 5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.hoverImg:hover {
    transform: scale(1.1);
}


/**/
/* transition-delay: .6s 等待*/
.hide_up {
    transform: translateY(50px);
    transition: all 1s ease-out .3s;
    opacity: 0;
}

.hide_down {
    transform: translateY(-50px);
    transition: all 1s ease-out .3s;
    opacity: 0;
}

.hide_left {
    transform: translateX(50px);
    transition: all 1s ease-out .3s;
    opacity: 0;
}

.hide_right {
    transform: translateX(-50px);
    transition: all 1s ease-out .3s;
    opacity: 0;
}

.hide_top_right {
    transform: translate(-50px, 50px);
    transition: all 1s ease-out .3s;
    opacity: 0;
}

.hide_bottom_left {
    transform: translate(50px, -50px);
    transition: all 1s ease-out .3s;
    opacity: 0;
}

.hide_top_left {
    transform: translate(50px, 50px);
    transition: all 1s ease-out .3s;
    opacity: 0;
}

.hide_bottom_right {
    transform: translate(-50px, -50px);
    transition: all 1s ease-out .3s;
    opacity: 0;
}

.show_div {
    transform: none !important;
    opacity: 1 !important;
}


/*页面通用头部和页脚*/
/*二级页面背景和内容宽度*/
.shadow {
    box-shadow: 0px 0px 20px rgba(94, 159, 218, 0.16);
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.erji_bodybg {
    background: url(xyf_bodybg.png);
    padding-bottom: 1px;
}

.main_w {
    width: 1400px;
    margin: 0 auto;
}

.weizhi {
    line-height: 80px;
    font-size: 18px;
    color: #455e7d;
}

.weizhi a {
    color: #455e7d;
}

.weizhi a:hover {
    color: #5387c0;
}

/*头部 微信和英文按钮*/


.top {
    position: relative;
}

.top_up {
    height: 40px;
    background: #5494cf;
}

.top_up_nr {
    width: 1400px;
    /*width: 1000px;*/
    margin: 0 auto;
    border: 0px solid #333;
}

.top_up_nr_weixin_en {
    position: relative;
    float: right;
    padding-top: 10px;
    color: #ffffff;
    z-index: 1000;
}

.top_up_nr_weixin {
    float: left;
}

.top_up_nr_weixin_en span {
    float: left;
    width: 1px;
    height: 16px;
    background: #afcae5;
    margin-top: 3px;
    margin-left: 23px;
    margin-right: 23px;
    font-weight: normal;
}

.top_up_nr_en {
    float: left;
}

.top_up_nr_en a {
    color: #ffffff;
    padding-left: 5px;
    font-weight: bold;
}

/*头部 logo和搜索*/
.logo_sousuo_da {
    position: relative;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #333;
}

.logo_wrap {
    float: left;
    position: relative;
    left: 50%;
    margin-top: 30px;
    border: 2px solid #f00;
}

/*.logo_wrap{position:relative; width: 893px; margin: -22px auto 0;}*/
/*.logo_inner{position:relative;left:-50%;border:0px solid #333;}*/
.logo_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logo_sousuo {
    position: absolute;
    right: 0px;
    margin-top: 40px;
    padding-left: 16px;
    width: 325px;
    height: 44px;
    border-radius: 50px;
    border: 1px solid #8db9e2;
}

.input1 {
    float: left;
    margin-top: 5px;
    width: 255px;
    height: 33px;
    line-height: 33px;
    margin-left: 2px;
    border: 0px solid #333;
    padding: 0px 0px;
    color: #98bcd8;
    font-size: 16px;
}

.tijiao {
    float: left;
    width: 31px;
    height: 29px;
    margin-top: 5px;
    margin-left: 3px;
    border: 0px solid #333;
    background: url(xyf_sousuo.png) no-repeat 0px 0px;
    background-size: cover;
    cursor: pointer;
}

/*头部 导航 开始*/
.nav_da {
    width: 100%;
    overflow: hidden;
    /*width: 1000px;*/
    height: 74px;
    margin-top: 124px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #333;
    background: url(xyf_nav_bg1.png) repeat-x 0px 0px;
}

.nav_da_bg {
    width: 100%;
    height: 74px;
    background: url(xyf_nav_bg2.png) no-repeat center;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #333;
}

.nav_wrap {
    float: left;
    position: relative;
    left: 50%;
}

.nav_inner {
    position: relative;
    left: -50%;
}

.nav_inner li {
    float: left;
    margin-left: 26px;
    margin-right: 26px;
    font-size: 22px;
    font-weight: bold;
}

.nav_inner li.cur {
    border-radius: 2px;
    border-bottom: 5px solid #5387c0;
    height: 54px;
    color: #5387c0;
}

.nav_inner li.cur a {
    color: #5387c0;
}

.nav_inner li:hover {
    border-radius: 2px;
    border-bottom: 5px solid #5387c0;
    height: 54px;
    color: #5387c0;
}

/*头部 导航 结束*/


/* 分页 */
.tuji_page .page {
    padding: 0px 0 70px;
}

.page {
    text-align: center;
    font-size: 0;
    padding: 40px 0 70px;
    clear: both;
}

.page a,
.page span {
    color: #333333;
    font-size: 16px;
    height: 34px;
    line-height: 32px;
    display: inline-block;
}

.page a {
    padding: 0 8px;
    background: #ffffff;
    border: 1px solid #dddddd;
    min-width: 34px;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 0 2.5px;
}

.page a:hover,
.page a.on {
    background: #4f87c2;
    color: #ffffff;
    border: 1px solid #4f87c2;
}

.page span {
    padding: 0 3px;
}

.page .text_k {
    position: relative;
    top: 1px;
    width: 44px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    outline: none;
    box-sizing: border-box;
    margin-left: 2px;
}

.page .go_btn {
    width: 46px;
    height: 34px;
    line-height: 34px;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    outline: none;
    cursor: pointer;
    background: #4f87c2;
    margin-left: 16px;
}


/*分页结束*/


/*Foot*/
.footbg {
    border-top: 9px solid #4f87c2;
    background-color: #f3f6fb;
    padding-top: 30px;
}

.foot {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}

.foot_linker {
    padding-left: 104px;
    position: relative;
    line-height: 40px;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6e4f1;
}

.foot_linker span {
    margin: 0 15px;
}

.foot_linker a {
    display: inline-block;
}

.foot_linker .bt {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    left: 0;
}

.foot_lx {
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    margin-top: 15px;
}

.foot_lx span,
.foot_text span {
    margin: 0 15px;
}

.foot_text {
    font-size: 16px;
    line-height: 180%;
}

.foot_ewm {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.foot_ewm li {
    display: inline-block;
    width: 130px;
    text-align: center;
    font-size: 14px;
}

.foot_ewm li img {
    width: 98px;
    height: 98px;
    border: 6px solid #fff;
    margin-bottom: 10px;
}
.foot_index {
    padding-top: 0;
}
.foot_index .ad img {
    width: 1400px;
    display: block;
    margin: 0 auto;
}
.foot_index .ad {
    background: url("xyf_footer_adbg.jpg") repeat-x;
    border-bottom: 2px #3A7CB8 solid;
    margin-bottom: 20px;
}
/*Foot End*/
@media screen and (max-width: 1680px) {
    .nav_inner li {
        float: left;
        margin-left: 16px;
        margin-right: 17px;
        font-size: 22px;
        font-weight: bold;
    }
}

/* 1000尺寸 */
@media screen and (max-width: 1440px) {
    .mt30 {
        margin-top: 15px;
    }

    .mt40 {
        margin-top: 20px;
    }

    .mt50 {
        margin-top: 30px;
    }
    .main_w {
        width: 1000px;
        margin: 0 auto;
    }

    .weizhi {
        line-height: 50px;
        font-size: 14px;
    }

    /*头部 微信和英文按钮*/
    .top_up_nr {
        width: 1000px;
    }

    /*	========*/
    /*头部 logo和搜索*/
    .logo_sousuo_da {
        width: 1000px;
        /*width: 1000px;*/
        border: 0px solid #333;
    }

    .logo_wrap {
        margin-top: 25px;
    }

    .logo_inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .logo_inner img {
        height: 100px;
    }

    .logo_sousuo {
        width: 200px;
        height: 36px;
    }

    .input1 {
        margin-top: 4px;
        width: 135px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }

    .tijiao {
        width: 25px;
        height: 24px;
    }


    /*	========*/
    /*头部 导航 开始*/
    .nav_da {
        height: 66px;
        margin-top: 104px;
    }

    .nav_da_bg {
        width: 100%;
        height: 66px;
    }

    .nav_inner li {
        margin-left: 14px;
        margin-right: 14px;
        font-size: 18px;
    }

    .nav_inner li.cur {
        border-bottom: 4px solid #5387c0;
        height: 45px;
    }

    .nav_inner li:hover {
        border-bottom: 4px solid #5387c0;
        height: 45px;
    }

    /*头部 导航 结束*/

    /* 分页 */
    .tuji_page .page {
        padding: 0px 0 70px;
    }

    .page {
        text-align: center;
        font-size: 0;
        padding: 40px 0 70px;
    }

    .page a,
    .page span {
        color: #333333;
        font-size: 12px;
        height: 24px;
        line-height: 22px;
        display: inline-block;
    }

    .page a {
        padding: 0 8px;
        background: #ffffff;
        border: 1px solid #dddddd;
        min-width: 26px;
        box-sizing: border-box;
        border-radius: 2px;
        margin: 0 2px;
    }

    .page a:hover,
    .page a.on {
        background: #4f87c2;
        color: #ffffff;
        border: 1px solid #4f87c2;
    }

    .page span {
        padding: 0 3px;
    }

    .page .text_k {
        position: relative;
        top: 1px;
        width: 30px;
        height: 24px;
        line-height: 22px;
        border: 1px solid #dddddd;
        border-radius: 2px;
        color: #333333;
        font-size: 16px;
        text-align: center;
        outline: none;
        box-sizing: border-box;
        margin-left: 2px;
    }

    .page .go_btn {
        width: 34px;
        height: 24px;
        line-height: 24px;
        border: 0;
        border-radius: 2px;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
        outline: none;
        cursor: pointer;
        background: #4f87c2;
        margin-left: 6px;
    }


    /*分页结束*/

    /*Foot*/
    .footbg {
        border-top: 6px solid #4f87c2;
    }

    .foot {
        width: 1000px;
    }

    .foot_linker {
        padding-left: 90px;
        line-height: 30px;
        font-size: 13px;
    }

    .foot_linker .bt {
        font-size: 15px;
    }

    .foot_lx {
        font-size: 15px;
        line-height: 40px;
    }

    .foot_lx span,
    .foot_text span {
        margin: 0 10px;
    }

    .foot_text {
        font-size: 12px;
        line-height: 180%;
    }

    .foot_ewm li {
        width: 97px;
        font-size: 12px;
    }

    .foot_ewm li img {
        width: 70px;
        height: 70px;
        margin-bottom: 5px;
    }
    .foot_index .ad img {
        width: 1000px;
        display: block;
        margin: 0 auto;
    }
    .foot_index .ad {
        background: url("xyf_footer_adbg.jpg") repeat-x;
        border-bottom: 2px #3A7CB8 solid;
        margin-bottom: 15px;
    }
    /*Foot End*/
}

@media screen and (max-width: 1200px) {
    .nav_inner li {
        margin-left: 12px;
        margin-right: 11px;
        font-size: 16px;
    }
}