/* CSS Document */

/*css reset*/

body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd {
    /* 默认有边距，都要清除 */
    margin: 0;
    padding: 0;
    /*字体设置*/
    font-size: 14px;
    font-family: "Microsoft Yahei", sans-serif;
    color: #333;
    /* 去掉列表的原点 */
    list-style: none;
    /* 默认鼠标 */
    cursor: default;
    background: transparent;
    word-break: break-all;
}
[v-cloak] {
    display: none;
}
/*行内块元素*/

input, img {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
}

q:before, q:after {
    content: ''
}

/*行内元素*/

a, a:active, a:visited, a:focus {
    /*下划线和颜色*/
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

textarea {
    /* 边框清零 */
    border: none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
}

i {
    /*文字样式*/
    font-style: normal;
}

table {
    /*边框合并*/
    border-collapse: collapse;
    border-spacing: 0;
}

input, select, button {
    outline: none
}

/*单选框和复选框的配置，一般是分开的*/
[v-cloak]{
    display: none;
}
/*定位*/

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto
}

.vm {
    vertical-align: middle
}

.zoom {
    zoom: 1
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0px;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.block {
    display: block
}

.inlineblock {
    display: inline-block
}

.none {
    display: none
}

.hidden {
    visibility: hidden
}

/* 鼠标状态 */

.cp {
    cursor: pointer
}

.cd {
    cursor: default
}

/*文字排版*/

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.t2 {
    text-indent: 2em;
}

.unl {
    text-decoration: underline;
}

.no_un {
    text-decoration: none;
}

.over-hide {
    overflow: hidden;
}

/* 字体颜色 */

.f_white {
    color: #fff!important;
}

.f_52 {
    color: #525252;
}

.f_000 {
    color: #000000;
}

.f_2d {
    color: #2d2d2d;
}

.f_40 {
    color: #404040;
}

.f_ccc {
    color: #cccccc;
}

*.f-2b2b2b, a.f-2b2b2b {
    color: #2b2b2b;
}

*.f-4e4e4e, a.f-4e4e4e {
    color: #4e4e4e;
}

*.f-818181, a.f-818181 {
    color: #818181;
}

.f-383838 {
    color: #383838;
}

*.f-313131, a.f-313131 {
    color: #313131;
}

*.f-da5f30, a.f-da5f30 {
    color: #da5f30;
}

*.f-565656, a.f-565656 {
    color: #565656;
}

*.f-878787, a.f-878787 {
    color: #878787;
}

*.f-2f2f2f, a.f-2f2f2f {
    color: #2f2f2f;
}

*.f-555454, a.f-555454 {
    color: #2f2f2f;
}

*.f-eb2700, a.f-eb2700 {
    color: #115ee6;
}

*.f-d4b31c, a.f-d4b31c {
    color: #d4b31c;
}

*.f-4f4f4f, a.f-4f4f4f {
    color: #4f4f4f;
}
*.f-7e7e7e, a.f-7e7e7e {
    color: #7e7e7e;
}
*.f-c3c3c3, a.f-c3c3c3 {
    color: #c3c3c3;
}
*.f-292828, a.f-292828 {
    color: #292828;
}

/* max */
.w56 {
    width: 56px;
}

.w114 {
    width: 114%;
}

.w100{
    width: 100%;
}

.min-w310 {
    min-width: 310px;
}

.max-w200 {
    max-width: 200px;
}

.max-w220 {
    max-width: 220px;
}

.max-w240 {
    max-width: 240px;
}

.max-w186 {
    max-width: 186px;
}

.max-w360 {
    max-width: 360px;
}

.max-w380 {
    max-width: 380px;
}
.max-w480 {
    max-width: 480px;
}
.max-w680 {
    max-width: 680px;
}
/* 背景颜色 */

.bg_white {
    background: #fff!important;
}

.bg-f8f9fc {
    /* background: #f8f9fc; */
    background: #f5f5f5;
}

.bg-e8ebf1 {
    background: #e8ebf1;
}

.bg-eeeeee {
    background: #eeeeee;
}
.bg-cd0102{
	background: #cd0102;
}
.bg-cd0102:hover{
	background: #115ee6;
}
/*边距*/

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m30 {
    margin: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    padding-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt52 {
    margin-top: 52px;
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px;
}
.mt80 {
    margin-top: 80px;
}
.mt-40 {
    margin-top: -40px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    padding-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 50px;
}

.ml100 {
    margin-left: 100px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr50 {
    margin-right: 50px;
}

.mr100 {
    margin-right: 100px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p30 {
    padding: 30px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pt100 {
    padding-top: 100px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl0 {
    padding-left: 0px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl50 {
    padding-left: 50px;
}

.pl100 {
    padding-left: 100px;
}

.pr0 {
    padding-right: 0px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr50 {
    padding-right: 50px;
}

.pr100 {
    padding-right: 100px;
}

.p1020 {
    padding: 10px 20px;
}

.p1025 {
    padding: 10px 25px;
}

.p515 {
    padding: 5px 15px;
}
.br1{
    border-right: 1px solid #ccc;
}
/* ... */

.textoverflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.paraoverflow2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.paraoverflow3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.paraoverflow4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

/* 图片加载 */

.loadImg {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
}

.loadImgShow {
    opacity: 1;
}

/* 动画 */

.transi {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.scale:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.upward:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px)
}

.shadow {
    box-shadow: 0 7px 10px #ccc
}

.shadowHover:hover {
    box-shadow: 0 5px 6px #ccc
}

.shadowHover1:hover {
    box-shadow: 2px 2px 10px #ccc
}

.transition1x img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.transition1x:hover img {
    transform: scale(1.08, 1.08)
}

.transitionfade {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.transitionfade:hover {
    opacity: 0.5
}

.transitionfade1 {
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.transitionfade1:hover {
    opacity: 1
}

.shan {
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: animate 1.5s infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #eb601f), color-stop(.4, #e294aa), color-stop(.5, #c7823f), color-stop(.6, #e4d6d6), color-stop(1, #fd8405));
}

/* 兼容写法，要放在@keyframes前面 */

@-webkit-keyframes animate {
    /* 背景从-100px的水平位置，移动到+100px的水平位置。如果要移动Y轴的，设置第二个数值 */
    from {
        background-position: -100px;
    }
    to {
        background-position: 100px;
    }
}

@keyframes animate {
    from {
        background-position: -100px;
    }
    to {
        background-position: 100px;
    }
}

.shan {
    text-align: center;
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, white), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d)); */
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #eb601f), color-stop(.4, #e294aa), color-stop(.5, #c7823f), color-stop(.6, #e4d6d6), color-stop(1, #fd8405));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: animate 5s infinite;
}

/* 兼容写法，要放在@keyframes前面 */

@-webkit-keyframes animate {
    /* 背景从-100px的水平位置，移动到+100px的水平位置。如果要移动Y轴的，设置第二个数值 */
    from {
        background-position: -100px;
    }
    to {
        background-position: 100px;
    }
}

@keyframes animate {
    from {
        background-position: -100px;
    }
    to {
        background-position: 100px;
    }
}

/* border */

.b-b-c3c3c3 {
    border-bottom: 1px solid #c3c3c3;
}

.b-b-d0d9df {
    border-bottom: 1px solid #d0d9df;
}

.b-b-d0d9df:last-child {
    border-bottom: none;
}

.border-ju-anmi {
    border: 1px solid transparent;
}

.border-ju-anmi:hover {
    border: 1px solid #eb4200;
}

/* border-radius */

.b-radius5 {
    border-radius: 5px;
}

.b-radius10 {
    border-radius: 10px;
}

*.b-radius20 {
    border-radius: 20px!important;
}

/* 高度 */
.h510{
	height: 510px;
}

/* 版心*/

@font-face {
    font-family: "fmzdbtt";
    src: url(../fonts/庞门正道标题体.TTF);
}
@font-face {
    font-family: "zhaojiujiang";
    src: url(../fonts/zhaojiujiang.ttf);
}

html {
    overflow-y: scroll
}

:root {
    overflow-y: auto;
    overflow-x: hidden
}

:root body {
    position: absolute
}

body {
    width: 100vw;
    min-width: 1200px;
}

html, body {
    position: relative;
    background: #ffffff;
}

.body-bg {
    /* background-color: #f8f9fd; */
    /*background-color: #f5f5f5;*/
}

@media screen and (max-width:1200px) {
    :root {
        overflow-x: scroll
    }
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.conAuto {
    width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.section {
    overflow: hidden;
}

/* header */

.logo{
    width: 300px;
    height: 60px;
    margin-top: 25px;
    position: relative;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/xin/logo-2.png) no-repeat center center;
    background-size: 100% 100%;
}
.header-top {
    height: 110px;
    color: #462222;
    font-size: 16px;
}
.header-top>.container{
    position: relative;
}
.login-wrapper {
    margin-top: 10px;
}
.login-wrapper p {
    float: left;
    font-size: 22px;
    margin-left: 10px;
    /* border-right: 1px solid #74919f; */
    text-indent: 24px;
    padding-right: 17px;
    height: 26px;
    margin-top: 8px;
    position: relative;
}
.login-wrapper p.zhuce:after{
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 0;
    width: 1px;
    height:100%;
    background-color: #74919f;
}

.login-wrapper p a {
    color: #343434;
    display: block;
}
.login-wrapper p.butie{
    text-indent: 24px;
    background: url(../images/xin/header-logo_08.png) no-repeat left 6px;
}

.login-wrapper p.xiaocx {
    background: url(../images/xin/header-logo_06.png) no-repeat left 4px;
}

.login-wrapper p.xiaocx a {
    color: #ba356f;
}

.login-wrapper p.zhuce {
    background: url(../images/xin/header-logo_03.png) no-repeat left 3px;
}

.login-wrapper p.denglu {
    background: url(../images/xin/header-logo_09.png) no-repeat left 6px;
    text-indent: 30px;
}
.login-wrapper p.lastp{
    padding-right:0 ;
    text-indent: 0;
}

/* logo-wrapper */

.logo-wrapper {
    margin: -10px 0px 104px;
    margin: -10px 0px 42px;
}

.index-logo-wrapper {
    margin: -10px 0px 40px;
}

.biaoyu {
    position: absolute;
    bottom: 10px;
    right: 12px;
    width:539px;
    height: 26px;
    background: url(../images/xin/biaoyu.png) no-repeat right center ;
    background-size: 100% 100%;

}
@media screen and ( max-width:1441px ){
    .header-top{ 
        height: 96px;
    }
    /*.logo{*/
    /*    width: 350px;*/
    /*    height: 82px;*/
    /*}*/
    .biaoyu{
        width:430px ;
        height: 20px;
        right: 12px;

    }
    .login-wrapper p{
        font-size: 16px;
    }
    .login-wrapper p a{
        margin-top: 5px;
    }
}

/* nav */

.nav-warpper {
    background-color: #115EE6;
    height: 50px;
}

.nav-item {
    float: left;
    width: 136px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.nav-item.spc {
    width: 80px;
}

.nav-item a {
    display: block;
    color: #ffffff;
}

.nav-item a:hover {
    color: #fff;
    background-color: #1053C9;
}

.nav-item.click a {
    background-color:#1053C9;
}

/* search */

.m_search {
    margin-top: 5px;
    height: 40px;
    margin-right: 16px;
    margin-right: 2px;
    background-color: #d20a29;
}

.m_search_fl {
    border-radius: 3px;
}

.m_search .searchWords {
    float: left;
    color: #404040;
    font-size: 14px;
    text-indent: 10px;
    text-indent: 3px;
    height: 40px;
    line-height: 40px;
    width: 110px;
    width: 90px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.m_search .searchbutton {
    float: right;
    height: 40px;
    line-height: 40px;
    width: 78px;
    cursor: pointer;
    background: url(../images/header/search_03.png) no-repeat center center;
}

.m_search .searchbutton:hover {
    background-color: #b50924;
}

/* footer */

.footer-top {
    background-image: url(../images/footer-bg_02.jpg);
    color: #fff;
    /* height: 294px; */
    padding-top: 45px;
    padding-bottom: 10px;
    background-size: 100% 100%;
}

.footer-top h2 {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 700;
}

.footer-top p {
    font-size: 15px;
    line-height: 30px;
}

.footer-right {
    padding-right: 0px;
}

.footer-right p {
    color: #a0a0a0;
    font-size: 16px;
    margin-top: 8px;
}

.footer-bottom {
    color: #bababa;
    margin-top: 13px;
    border-top: 1px solid #a2a0a5;
}

.footer-bottom p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
    color: #bababa;
}

.footer-ul li {
    float: left;
}

.footer-ul li a {
    padding: 0px 12px;
    color: #ffffff;
    font-size: 17px;
    cursor: default;
}

.footer-ul li span {
    vertical-align: sub;
    border-right: 3px solid #ffff;
}

.footer-ul li:first-child a {
    padding-left: 0px;
}

.footer-ul li:last-child a {
    border-right: none;
}

.footer-top div.fr img {
    width: 65px;
    height: 65px;
    float: left;
    margin-left: 15px;
}

.footer-left p {
    color: #838383;
    font-size: 14px;
}

.footer-left p.title {
    color: #ff444e;
    font-size: 29px;
}

.footer-left p.f-title {
    margin-top: 8px;
    color: #ff444e;
    font-size: 18px;
    font-weight: bold;
    border: none!important;
}

/* back-top */

#back-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

/* common-title */

.common-title {
    margin: 30px 0px;
}

.common-title .title {
    position: relative;
    font-size: 36px;
    font-family: 'fmzdbtt';
    color: #333333;
    vertical-align: middle;
    display: inline-block;
}

/* .common-title .title b {
    color: #eb601f;
} */

.common-title .sub-title {
    /* position: absolute;
    left: 140px;
    top: 5px;
    width: max-content; */
    padding-left: 8px;
    margin-left: 15px;
    height: 26px;
    line-height: 26px;
    border-left: 5px solid #eb601f;
    font-size: 18px;
    color: #6f6f6f;
    display: inline-block;
    vertical-align: 6px;
}

.common-title .sub-title span {
    margin-left: 15px;
}

/* qytj */

.qy-recommend {
    background: #eff2f6;
    position: relative;
    overflow: hidden;
}

.qy-recommend .star {
    position: absolute;
    top: -4px;
    right: 4px;
    background-image: url(../images/qiye/qy-star-bg_23.png);
    width: 70px;
    height: 75px;
    line-height: 64px;
    z-index: 2;
}

.qy-recommend .star p {
    color: #ffffff;
    font-size: 20px;
    margin-left: 12px;
}

.qy-recommend .name-con, .qy-recommend .name-detail {
    padding-left: 10px;
    padding-right: 10px;
}

.qy-recommend .name-con p {
    color: #333;
}

.qy-recommend .name {
    font-size: 18px;
    font-weight: bold;
}

.qy-recommend .name:hover {
    color: #115ee6;
}

.qy-recommend .date {
    line-height: 25px;
}

.option {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.qy-recommend.active:before {
    width: 100%;
    height: 6px;
}

.qy-recommend:before {
    content: "";
    width: 0px;
    height: 6px;
    bottom: 0;
    left: 0%;
    position: absolute;
    z-index: 1;
    transition: 0.5s;
    content: "";
    width: 0px;
    height: 6px;
    background: #115ee6;
    transition: 0.5s;
}

.option p {
    padding-left: 0px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    text-indent: 28px;
}

.option p.order {
    background-image: url(../images/qy-icon_16.png);
}

.option p.collect {
    margin-left: 5px;
    background-image: url(../images/qy-icon_13.png);
}

.option p.like {
    background-image: url(../images/qy-icon_19.png);
}

/* more */

.more {
    display: inline-block;
    padding: 10px 80px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #fd5339, #fe993d);
    color: #ffffff;
}

.more:hover {
    color: #ffffff;
}

.more:visited, .more:active {
    color: #ffffff;
}

.more1:hover {
    color: #eb601f;
}

/* yuesao */

ul.yuesao {
    margin-top: 30px;
}

ul.yuesao li:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

ul.yuesao li {
    float: left;
    width: 19%!important;
    height: 390px;
    margin: 0px 0.5% 0px;
    background: #ffffff;
}

ul.yuesao li .info .img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 254px;
}

ul.yuesao li .info .img img {
    width: 100%;
}

ul.yuesao li .info h3 {
    color: #383838;
    padding-top: 10px;
    padding-bottom: 6px;
    font-size: 24px;
}

ul.yuesao li .info h3:hover {
    color: #ee511b;
}

ul.yuesao li .info h3 span {
    color: #ee511b;
    font-size: 14px;
    float: right;
    margin-right: 20px;
    font-weight: bold;
    margin-top: 6px;
}

ul.yuesao li .info p {
    width: 90%;
    line-height: 24px;
    margin: 0 auto;
    color: #6b6b6b;
    font-size: 14px;
}

.bg-jiasao {
    background-image: url(../images/jiasao-bg_02.jpg);
}

/* news */

.section-news .common-title {
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.news-tab li {
    margin-right: 25px;
    margin-bottom: 15px;
    color: #3f3f3f;
    float: left;
    font-size: 16px;
    cursor: pointer;
}

.news-tab li:hover {
    color: #cd0102;
}

.news-tab li.click {
    color: #cd0102;
}

.news-hot .hot-tilte {
    margin-top: 10px;
    padding-bottom: 5px;
    line-height: 34px;
    border-bottom: 1px solid #9d9d9d;
    margin-bottom: 10px;
}

.news-hot .hot-tilte span.fl {
    color: #3f3f3f;
    font-size: 24px;
}

.news-hot .hot-detail p {
    line-height: 27px;
    height: 54px;
}

.news-hot .hot-detail a {
    color: #3f3f3f;
}

.news-hot .hot-detail a:hover {
    color: #eb601f;
}

.news-list {
    margin-bottom: 8px;
}

.news-list.bb-e5e5e5 {
    border-bottom: 1px solid #e5e5e5;
}

.news-list .list-num {
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.news-list:first-child .list-num {
    background: #fe5f5f;
}

.news-list:first-child+dl .list-num {
    background: #ff8547;
}

.news-list:first-child+dl+dl .list-num {
    background: #ffac38;
}

.news-list:first-child+dl+dl+dl .list-num {
    background: #fe8888;
}

.news-list .list-pic {
    margin-left: 10px;
    margin-right: 14px;
    width: 170px;
    height: 92px;
}

.news-list .list-pic.top-pic {
    margin-bottom: 18px;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    height: auto;
}

.news-list .list-pic.left-pic {
    margin-left: 0px;
    width: 180px;
    height: 120px;
}

.list-detail .list-tltle {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 4px;
}

.list-detail .list-tltle.bb-none {
    border-bottom: none;
}

.list-detail .list-tltle.h-60 {
    height: 60px;
}

.list-detail .list-tltle a {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: bold;
}

.list-detail .list-tltle a.f18 {
    font-size: 18px;
}

.ju:hover {
    color: #115EE6!important;
}

.list-detail .list-detail {
    margin-top: 2px;
    line-height: 24px;
}

/* 热门新闻  上下结构*/

.hot-news {
    padding: 15px 0px 30px;
}

.line-h28 {
    line-height: 28px;
}

/* 新闻分类 */

.news-type-list {
    padding: 15px 0px;
}

.news-type-list .news-list:last-child, .about-con .news-list:last-child {
    border-bottom: none;
}

/* 新闻标签 */

.news-tip-con {
    margin-top: 10px;
}

.tips-border {
    margin-top: 2px;
    padding: 3px 12px;
    border-radius: 3px;
}

.red-border {
    border: 1px solid #e60012;
    color: #e60012;
}

.lan-border {
    border: 1px solid #3399ff;
    color: #3399ff;
}

.ju-border {
    border: 1px solid #fdb902;
    color: #fdb902;
}

.news-from {
    color: #adadad;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
}

.dot {
    width: 4px;
    height: 4px;
    background: #bfbfbf;
    display: inline-block;
    margin: 2px 10px;
    border-radius: 50%;
}

.news-tip-con img.icon {
    vertical-align: -6px;
}

/* train */

.bg-common {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.train-left {
    background-image: url(../images/train/peixun_03.jpg);
    overflow: hidden;
    height: 314px;
}

.train-left .title {
    margin-left: 36px;
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #ffffff;
    transition: 0.5s;
}

.train-left p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
    margin-left: 36px;
}

.train-left p a {
    font-size: 16px;
    margin-top: 30px;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 40px;
    display: inline-block;
}

.more3 span {
    margin-left: -10px;
    display: none;
    margin-right: 5px;
}

.train-left:hover .title {
    margin-top: 50px;
}

.train-left:hover .more3 span {
    margin-left: 0px;
    display: inline-block;
}

.train-dl {
    height: 312px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
}

.train-dl .title {
    color: #1c1c1c;
    font-size: 22px;
}

.qiye-left {
    background-image: url(../images/train/peixun_25.jpg);
}

.weiquan-left {
    background-image: url(../images/train/peixun_23.png);
}

/* project */

.section-project {
    background-image: url(../images/project-bg_06.jpg);
}

.project-dl:hover img {
    transform: rotateY(180deg);
}

.project-dl .title {
    margin: 24px 0px 10px;
    font-size: 30px;
    text-align: center;
}

.project-dl .detail {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.f-ef4653 {
    color: #ef4653;
}

*.f-ffcac6, a.f-ffcac6 {
    color: #ffcac6;
}

*.f-61fc85, a.f-61fc85 {
    color: #61fc85;
}

*.f-f0d348, a.f-f0d348 {
    color: #f0d348;
}

*.f-71e9ff, a.f-71e9ff {
    color: #71e9ff;
}

*.f-f5f9fd, a.f-f5f9fd {
    color: #f5f9fd;
}

.f-e65600 {
    color: #e65600!important;
}

.f-5a5a5a {
    color: #5a5a5a;
}

.hoverable.f-ffcac6:hover {
    background: #ffcac6;
}

.hoverable.f-61fc85:hover {
    background: #61fc85;
}

.hoverable.f-f0d348:hover {
    background: #f0d348;
}

.hoverable.f-71e9ff:hover {
    background: #71e9ff;
}

.hoverable.f-f5f9fd:hover {
    background: #f5f9fd;
}

.border-ffcac6 {
    border: 1px solid #ffcac6;
}

.border-61fc85 {
    border: 1px solid #61fc85;
}

.border-f0d348 {
    border: 1px solid #f0d348;
}

.border-71e9ff {
    border: 1px solid #71e9ff;
}

.border-f5f9fd {
    border: 1px solid #f5f9fd;
}

.project-dl .look-more {
    text-align: center;
}

.project-dl .look-more a {
    font-size: 14px;
    padding: 12px 46px;
    border-radius: 5px;
    margin: 30px auto 10px;
    display: inline-block;
}

.project-dl .look-more a:hover {
    color: #fff;
}

/* swiper-container-train */

.swiper-container-self:hover .swiper-button-next, .swiper-container-self:hover .swiper-button-prev {
    display: block;
}

.swiper-container-self .swiper-button-next, .swiper-container-self .swiper-button-prev {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    transition: 0.5s;
    display: none;
}

.swiper-container-self .swiper-button-next {
    right: 15px;
    background-image: url(../images/train/peixun_21.png);
}

.swiper-container-self .swiper-button-next.mr0 {
    right: 0px;
}

.swiper-container-self .swiper-button-prev {
    left: 0px;
    background-image: url(../images/train/peixun_18.png);
}

.swiper-container-self .swiper-button-next:hover {
    background-image: url(../images/train/peixun_211.png);
}

.swiper-container-self .swiper-button-prev:hover {
    background-image: url(../images/train/peixun_181.png);
}

/* swiper-container-qytj */

.swiper-container-qytj .swiper-button-next {
    right: 0px;
}

.swiper-container-qytj .swiper-button-prev {
    left: 0px;
}
/* swiper-container-jzzx */
.swiper-pagination-bullet {
	border-radius: 1px;
	margin: 0 2px!important;
    width: 15px;
    height: 15px;
	line-height:15px;
    text-align: center;
    font-size: 12px;
    color: #ea6120;
    opacity: 1;
    background: #fff;
}
.swiper-pagination-bullet-active {
	color: #fff;
	background: #cd0102;
}
.swiper-container-jzzx.swiper-container-horizontal>.swiper-pagination-bullets{
	padding-right: 3px;
	text-align: right;
	bottom: 30px;
}

.container {
    min-width: 1170px;
}

/* 热门薪资排行 */

.hot-trade-title {
    color: #424242;
    margin-bottom: 10px;
}

.hot-trade {
    border: 1px solid #ebeefb;
    padding: 14px 24px 14px 14px;
    background-color: #fff;
    margin-bottom: 8px;
}

.hot-trade h4 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 4px;
    background: url(../images/icon-iup.png) no-repeat center center;
    background-size: 100% 100%;
}

.hot-trade h4.up {
    background: url(../images/icon-iup.png) no-repeat center center;
    background-size: 100% 100%;
}

.hot-trade h4.down {
    background: url(../images/icon-idown.png) no-repeat center center;
    background-size: 100% 100%;
}

.hot-trade h4 span {
    display: inline-block;
    margin-left: 16px;
}

.hot-trade h5 {
    width: 55%;
    color: #494949;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 24px;
}

.hot-trade .bott {
    margin-top: -6px;
}

.hot-trade .price {
    color: #f5747e;
    font-size: 20px;
}

/* ban_title */

.ban_title {
    font-size: 24px;
    color: #404040;
    font-weight: 400;
    padding-left: 40px;
    height: 44px;
    line-height: 44px;
    background-image: url(../images/title-left-bg_03.png);
    background-repeat: no-repeat;
}

/* loading */
body .loader p {
    font-size: 20px;
	margin: 0 auto;
	text-align: center
}

body .loader {
	position: absolute;
	top: 50%;
	left: 40%;
	margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 9999;
}

body .loader_overlay {
	width: 150px;
	height: 150px;
	background: transparent;
	box-shadow: 0px 0px 0px 1000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
	border-radius: 100%;
	z-index: -1;
	margin: auto
}

body .loader_cogs {
	z-index: -2;
	width: 100px;
	height: 100px;
	top: -120px !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

body .loader_cogs__top {
	position: relative;
	width: 100px;
	height: 100px;
	-webkit-transform-origin: 50px 50px;
	transform-origin: 50px 50px;
	-webkit-animation: rotate 10s infinite linear;
	animation: rotate 10s infinite linear
}

body .loader_cogs__top div:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}

body .loader_cogs__top div:nth-of-type(2) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg)
}

body .loader_cogs__top div:nth-of-type(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body .loader_cogs__top div.top_part {
	width: 100px;
	border-radius: 10px;
	position: absolute;
	height: 100px;
	background: #f98db9
}

body .loader_cogs__top div.top_hole {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: white;
	position: absolute;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

body .loader_cogs__left {
	position: relative;
	width: 80px;
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
	top: 28px;
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
	animation: rotate_left 10s .1s infinite reverse linear;
	left: -24px;
	height: 80px
}

body .loader_cogs__left div:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}

body .loader_cogs__left div:nth-of-type(2) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg)
}

body .loader_cogs__left div:nth-of-type(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body .loader_cogs__left div.left_part {
	width: 80px;
	border-radius: 6px;
	position: absolute;
	height: 80px;
	background: #97ddff
}

body .loader_cogs__left div.left_hole {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: white;
	position: absolute;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

body .loader_cogs__bottom {
	position: relative;
	width: 60px;
	top: -65px;
	-webkit-transform-origin: 30px 30px;
	transform-origin: 30px 30px;
	-webkit-animation: rotate_left 10.2s .4s infinite linear;
	animation: rotate_left 10.2s .4s infinite linear;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
	left: 79px;
	height: 60px
}

body .loader_cogs__bottom div:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}

body .loader_cogs__bottom div:nth-of-type(2) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg)
}

body .loader_cogs__bottom div:nth-of-type(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body .loader_cogs__bottom div.bottom_part {
	width: 60px;
	border-radius: 5px;
	position: absolute;
	height: 60px;
	background: #ffcd66
}

body .loader_cogs__bottom div.bottom_hole {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: white;
	position: absolute;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate_left {
	from {
		-webkit-transform: rotate(16deg);
		transform: rotate(16deg)
	}

	to {
		-webkit-transform: rotate(376deg);
		transform: rotate(376deg)
	}
}

@keyframes rotate_left {
	from {
		-webkit-transform: rotate(16deg);
		transform: rotate(16deg)
	}

	to {
		-webkit-transform: rotate(376deg);
		transform: rotate(376deg)
	}
}

@-webkit-keyframes rotate_right {
	from {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg)
	}

	to {
		-webkit-transform: rotate(364deg);
		transform: rotate(364deg)
	}
}

@keyframes rotate_right {
	from {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg)
	}

	to {
		-webkit-transform: rotate(364deg);
		transform: rotate(364deg)
	}
}
.header {
    width: 100%;
    background-color: #fff;
}

.header .logo {
    margin-top: 9px;
    width: 300px;
    float: left;
}

.header .el-dropdown {
    color: #333;
}


.header .headerTop .top {
    width: 1200px;
    margin: 0 auto;
}

.headerTop {
    height: 36px;
    background: #F3F4F8;
}

.header .headerTop {
    line-height: 36px;
    height: 36px;
    background: #F3F4F8;
    box-shadow: 0px 0px 2px 0px rgba(158, 158, 158, 0.26);
}

.headerTop .son {
    margin: 0 auto;
    width: 1200px;
}

.headerTop .son .right {
    float: right;
    line-height: 36px;
    height: 36px;
}

.headerTop .son .right ul li {
    float: left;
    padding-left: 24px;
}
.headerTop .son .right ul li a:hover{
    color: #0C70E5;
    cursor:pointer;
}
.headerTop .son .right ul li:hover{
    color: #0C70E5;
    cursor:pointer;
}
.headerTop .son .right ul li:nth-child(2){
    position: relative;
}

.headerTop .son .right ul li:nth-child(2):hover div{
    display: block!important;
}
.headerTop .son .right ul li:nth-child(2) div img{
    width: 100%;
    height: 100%;
}
.headerTop .son .right ul li:nth-child(2) div{
    display: none;
    position: absolute;
    left: 10px;
    top: 36px;
    width: 80px;
    height: 80px;
}
.footer {
    height: 254px;
    background: #F0F2F5;
    position: relative;
    min-width: 1200px;
}

.footer .footer-cent {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer .fotliul{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 34px;
    background: #EAEBEB;
    min-width: 1200px;
}
.footer .fotliul p{
    text-align: center;
    line-height: 34px;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}
.footer .footer-cent div{
    margin-top: 48px;
}

.footer .footer-cent .box1{
    width: 384px;
    height: 130px;
    background: #EAEBEB;
}
.footer .footer-cent .box1 h3{
    padding-top: 30px;
    padding-left:20px;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}
.footer .footer-cent .box1 ul{
    padding-left:20px;
    padding-top: 15px;
}
.footer .footer-cent .box1 ul li{
    color: #515151;
    font-size: 14px;
    float: left;
    padding-right: 20px;
    line-height: 25px;
}
.footer .footer-cent .box1 ul li span{
    padding-left: 20px;
    color: #c7c7c7;
}
.footer .footer-cent .box2{
    width: 334px;
    height: 130px;
    background: #EAEBEB;
}
.footer .footer-cent .box2 h3{
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    padding-top: 30px;
    padding-left: 20px;
}
.footer .footer-cent .box2 ul{
    padding-left:20px;
    padding-top: 15px;
}
.footer .footer-cent .box2 ul li{
    color: #515151;
    font-size: 14px;
    line-height: 25px;
}
.footer .footer-cent .box3{
    width: 284px;
    height: 130px;
    background: #EAEBEB;
}
.footer .footer-cent .box3 h3{
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    padding-top: 30px;
    padding-left: 20px;
}
.footer .footer-cent .box3 ul{
    padding-left:20px;
    padding-top: 15px;
}
.footer .footer-cent .box3 ul li{
    color: #515151;
    font-size: 14px;
    line-height: 25px;
}
.footer .footer-cent .erwma {
    width: 136px;
    height: 130px;
}

.footer .footer-cent div img {
    width: 100%;
    height: 100%;
}

.footer .footer-cent dl dt img {
    width: 100%;
    height: 100%;
}

.footer .footer-cent dl dd img {
    width: 17.9px;
    height: 20px;
}

.search {
    width: 100%;
    /* display: flex; */
}

.search.inline-block {
    display: inline-block;
}

.search1 {
    width: 100%;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-25%);
}

.search input {
    width: 100%;
    height: 45px;
    border: 1px solid #eee;
    padding-left: 15px;
    color: #555;
    float: left;
    margin-right: -100px;
}

.search button {
    width: 100px;
    height: 45px;
    border: none;
    background: #0077EF;
}

.search button img {
    width: 30px;
    height: auto;
}
