/* 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;
}

/*行内块元素*/

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: #eb2700;
}

*.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;
}

.max-w240 {
    max-width: 240px;
}
.max-w200 {
    max-width: 200px;
}

.max-w186 {
    max-width: 186px;
}

.max-w360 {
    max-width: 360px;
}

.max-w380 {
    max-width: 380px;
}
.max-w420 {
    max-width: 420px;
}
.max-w480 {
    max-width: 480px;
}
/* 背景颜色 */

.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: #eb2700;
}
/*边距*/

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m30 {
    margin: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-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;
}

.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 {
    margin-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;
}

/* ... */

.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: 1170px;
}

html, body {
    position: relative;
    background: #ffffff;
}



@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-top>.container{
    position: relative;
}
/* header */
.logo{
    width: 388px;
    height: 92px;
    margin-top: 8px;
    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;
}
.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;
}

/* 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: 0;
    width:539px;
    height: 26px;
    background: url(../images/xin/biaoyu.png) no-repeat right center ;
    background-size: 100% 100%;

}
/* 政策公告 */
.left.pd0{
    padding: 0;
}
.news-ul{
    margin-bottom:-1px;
}
.news-ul li{
    float: left;
    font-size: 20px;
    border-bottom: 3px solid transparent;
    color: #817f7f;
    padding: 7px 10px;
    margin-right: 40px;
}
.news-ul li.active,
.news-ul li:hover{
    color: #eb5f1e;
    border-bottom: 3px solid #eb5f1e;
}
.news-line>p{
    position: relative;
    padding-left: 10px;
}
.news-line:hover a.hred{
    color: #aa1a01;
    text-decoration: underline;
}
.hred:hover{
    color: #aa1a01;
    text-decoration: underline;
}
.news-line-large h3{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.news-line-large p{
    line-height: 24px;
    text-indent: 2em;
}
/* nav */

.nav-warpper {
    width: 1100px;
    height: 50px;   
    position: absolute;
    z-index: 99999;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%);
}
.nav-warpper .nav-ul{
    width: 100%;
}
.nav-item {
    background-color: rgba(255,255,255,0.8);
    float: left;
    width: 16.2%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    margin-right: 4px;
}
.nav-item:last-child{
    margin-right: 0;
}
.nav-item.spc {
    width: 80px;
}

.nav-item a {
    display: block;
    color: #333;
}
.nav-item a i{
    vertical-align: middle;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../images/xin/navitem.png);
    background-repeat: no-repeat;    
}
.nav-item:hover {
    background-color: #cd0102;
}
.nav-item:hover a,
.nav-item.click a{
    color: #fff;
}
.nav-item-1 a i{background-position: 0 -162px ;}
.nav-item-1.click a i,
.nav-item-1:hover a i{background-position: 0 -130px ;}

.nav-item-2 a i{background-position: 0 -227px ;}
.nav-item-2.click a i,
.nav-item-2:hover a i{background-position: 0 -261px ;}

.nav-item-3 a i{background-position: 0 -429px;width: 40px;}
.nav-item-3.click a i,
.nav-item-3:hover a i{background-position: 0 -462px ;width: 40px;}

.nav-item-4 a i{background-position: 0 -352px;}
.nav-item-4.click a i,
.nav-item-4:hover a i{background-position: 0 -391px;}

.nav-item-5 a i{background-position: 0 0 ; height: 32px;}
.nav-item-5.click a i,
.nav-item-5:hover a i{background-position: 0 -32px ;height: 32px;}

.nav-item-6 a i{background-position: 0 -64px ;height:32px}
.nav-item-6.click a i,
.nav-item-6:hover a i{background-position: 0 -96px ;height:32px}

.nav-item-7 a i{background-position: 0 -294px ;width: 43px;height: 27px;}
.nav-item-7.click a i,
.nav-item-7:hover a i{background-position: 0 -321px ;width: 43px;height: 27px;}


/* banner */
.xbanner-out{
    width: 100%;
    padding-top: 36.7%;
    position: relative;
}
.swiper-container-xbanner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-container-xbanner a,
.swiper-container-xbanner a img{
    display: block;
    width: 100%;
    height: 100%;
}

.effect1 img {
    transform: scale(1.25, 1.25) translate(10%, 10%);
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
}

.leftUp img {
    -webkit-animation-name: leftUp;
    animation-name: leftUp;
}

@-webkit-keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

@keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

.moveRight img {
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
}

@-webkit-keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

@keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

.moveDown img {
    -webkit-animation-name: moveDown;
    animation-name: moveDown;
}

@-webkit-keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

@keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

.centerBig img {
    -webkit-animation-name: centerBig;
    animation-name: centerBig;
}

@-webkit-keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

@keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

.rightDownBig img {
    -webkit-animation-name: rightDownBig;
    animation-name: rightDownBig;
}

@-webkit-keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

@keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

.swiper-container-xbanner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

.swiper-container-xbanner .swiper-pagination {
    bottom: 8px;
}

.swiper-container-xbanner .swiper-pagination-bullet {
    border-radius: 50%;
    width:12px;
    height: 12px;
}
/* search */
.search-out{
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translate(-50%);
    width: 624px;
    height: 44px;
    background-color: rgba(255,255,255,0.7);
    z-index: 99999;
    border-radius: 30px;
}
.search-out form{
    width: 100%;
    height: 100%;
}
.search-out .left{
    height: 100%;
    position: relative;
}
.search-out .selectOn{
    line-height: 44px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.search-out .icon-right{
    position: absolute;
    background: url(../images/arrow_bottom.png);
    width: 11px;
    height: 6px;
    right: 0;
    top: 20px;
    font-size: 26px;
    color: #333;
}
.selectBoxs{
    background-color: rgb(255, 255, 255);
    padding: 10px 0;
    line-height: 20px;
    position: absolute;
    top: 45px;
    z-index: 999;
    border-radius: 3px;
    width: 130px;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    color: #989898;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    display: none;
}
.selectBoxs li{
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}
.selectBoxs li:hover{
    color: #fff;
    background-color: rgba(205,1,2,0.8);
}
.search-out .searchWords {
    color: #333;
    float: left;
    color: #404040;
    font-size: 14px;
    text-indent: 20px;
    height: 44px;
    line-height: 44px;
    width: 82%;
    background: transparent;
}
input.searchWords::-webkit-input-placeholder {
	color: #333;
 }

.search-out .searchbutton {
    float: right;
    height: 44px;
    line-height: 44px;
    width: 70px;
    cursor: pointer;
    background: url(../images/header/search_05.png) no-repeat center center;
    border-radius: 30px;
}
.search-list dl{
    float: left;
    width: 30%;
    text-align: center;
}
/* rightnav */
.right-nav ul{
    position: fixed;
    width: 110px;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 100000
}
.right-nav .right-nav-ul2{
    width: 50px;
    display: none;
}
.right-nav .right-nav-ul2 li p.left{
    position: absolute;
    top: 0;
    right: 83px;
    width: 120px;
    opacity: 0;
    color: #fff;
    background-color: rgba(5,6,46,0.5   );
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.right-nav .right-nav-ul2 li p.openOrFold{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.right-nav li {
    position: relative;
    margin-bottom:5px;
}
.right-nav ul li>div{
    position: absolute;
    right: 120px;
    top: 0;
    width:120px;
    height: 120px;
    padding: 6px;
    background-color: #fff;
    border-radius: 6px;
    z-index:100000;
    display: none;
}
.right-nav ul.right-nav-ul2 li>div{
    right: 60px;
    top: -30px;
}
.right-nav ul li>div:after{
    z-index: 100000;
    position: absolute;
    content: '';
    right: -20px;
    top: 50%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}
.right-nav ul li>div img{
    display: block;
    width: 100%;
    height: 100%;
}
.right-nav li a{
    overflow: hidden;
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    background-color: rgba(5,6,46,0.5   );
    font-size: 16px;
    color: #fff;
}
.right-nav .right-nav-ul2 li a{
    padding: 7px;
}
.right-nav .right-nav-ul2 li:hover p.left{
    right: 53px;
    opacity: 1;
    transition: all 0.2s ease-out 0s;
}
.right-nav li a em{
    font-style: normal;
}
.right-nav i.iconfont{
    display: block;
    width: 44px;
    height: 44px;
    margin:  10px auto;
}
.right-nav  .right-nav-ul2 i.iconfont{
    margin: 0;
    width: 36px;
    height: 36px;
}
.right-nav i.icon-rn1{
    background: url(../images/xin/1.png) no-repeat center center;
    background-size: 100% 100%;
}
.right-nav i.icon-rn2{
    background: url(../images/xin/2.png) no-repeat center center;
    background-size: 100% 100%;
}
.right-nav i.icon-rn3{
    background: url(../images/xin/3.png) no-repeat center center;
    background-size: 100% 100%;
}
.right-nav i.icon-rn4{
    background: url(../images/xin/4.png) no-repeat center center;
    background-size: 100% 100%;
}
.right-nav i.icon-rn5{
    background: url(../images/xin/5.png) no-repeat center center;
    background-size: 100% 100%;
}
.right-nav p.openOrFold{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(5,6,46,0.5   );
    color: #fff;
    font-size: 18px;
}
@media screen and ( max-width:1441px ){
    .nav-warpper{
        width: 1000px;
    }
    .right-nav{
        width: 100px;
    }
    .right-nav li a{
        font-size: 14px;
        padding-bottom: 6px;
    }
    .right-nav i.iconfont{
        margin: 6px auto;
    }
    .right-nav p.openOrFold{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .right-nav ul#openFoldUl li>div{
        top: -20px;
    }
    .right-nav li:last-child{
        margin-bottom: 6px;
    }
    .right-nav>p{
        font-size: 14px;
    }
    .header-top{ 
        height: 96px;
    }
    .logo{
        width: 350px;
        height: 82px;
    }
    .biaoyu{
        width:430px ;
        height: 20px;
        right: 25px;

    }
    .login-wrapper p{
        font-size: 16px;
    }
    .login-wrapper p a{
        margin-top: 5px;
    }
}
@media screen and ( max-width:1367px ){
    .right-nav i.iconfont{
        width: 32px;
        height: 32px;
        margin: 6px auto;
    }
    .right-nav>p{
        height: 34px;
        line-height: 34px;
    }
}

/* footer */
.footer-top {
    background-image: url(../images/footer-bg_02.jpg);
    color: #fff;
    /* height: 294px; */
    padding-top: 45px;
    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;
}

/* 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;
}






/* 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: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #ffffff;
    transition: 0.5s;
}

.train-left p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
    margin-left: 60px;
}

.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: 40px;
}

.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-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;
}


.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: 360px;
    height: 130px;
    background: #EAEBEB;
}
.footer .footer-cent .box1 h3{
    padding-top: 30px;
    padding-left: 42px;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}
.footer .footer-cent .box1 ul{
    padding-left: 44px;
    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: 310px;
    height: 130px;
    background: #EAEBEB;
}
.footer .footer-cent .box2 h3{
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    padding-top: 30px;
    padding-left: 29px;
}
.footer .footer-cent .box2 ul{
    padding-left: 32px;
    padding-top: 15px;
}
.footer .footer-cent .box2 ul li{
    color: #515151;
    font-size: 14px;
    line-height: 25px;
}
.footer .footer-cent .box3{
    width: 250px;
    height: 130px;
    background: #EAEBEB;
}
.footer .footer-cent .box3 h3{
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    padding-top: 30px;
    padding-left: 29px;
}
.footer .footer-cent .box3 ul{
    padding-left: 32px;
    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;
}


