/* 动态效果 */


[class*='anim']:hover,
[class*='anim'] * {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

/* 鼠标经过时字体颜色变化*/
.animhover:hover {
    color: #3b82ff !important;
}

/* 鼠标经过时背景色变化*/
.animbtn:hover {
    color: #fff !important;
    border-color: #3b82ff !important;
    background-color: #3b82ff !important;
    background-image: linear-gradient(to right, #5e96f7, #3b82ff);
}

/* 鼠标经过时放大*/
.animlarge:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* 鼠标经过时图片放大 */
.animenlarge:hover img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

/* 鼠标经过时旋转*/
.animrotate:hover {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

/* 鼠标经过时图片旋转 */
.animrevolve:hover img {
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
}

/* 鼠标经过时边框阴影变化*/
.animbsh:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.animbsh2:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
}

/* 鼠标经过时上移*/
.animmove:hover {
    transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
}

/* 鼠标经过时右边移*/
.animmoverg:hover {
    transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    -moz-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
}

/* 鼠标经过时上边移*/
.animmovetop:hover {
    transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
}

.transformY70 {
    transform: translateY(-70px);
}

.transformY150 {
    transform: translateY(-150px);
}




.effect-julia img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
}

.effect-julia:hover img {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.effect-julia:hover p {
    color: #ff6a00 !important
}

.effect-julia:hover h1 {
    color: #ccdaff
}

.effect-julia:hover h2 {
    color: #ff6a00
}

.ht350 {
    height: 350px !important;
}

.ht430 {
    height: 430px !important;
}

/* 动态效果end */


/*  */
.col102 {
    color: rgb(102, 102, 102);
}

.col166 {
    color: rgb(166, 166, 166);
}

.col204 {
    color: rgb(204, 204, 204);
}

.col243 {
    color: rgb(243, 243, 243);
}

.col385 {
    color: #38579f;
}

.col386 {
    color: #3860f4;
}

.col3b4 {
    color: #3b455d;
}

.col004 {
    color: #004fa7;
}

.col405 {
    color: #405be6;
}

.col667 {
    color: #667496;
}

.col858 {
    color: #858383;
}

.colc08 {
    color: #c08c3e;
}

.colccc {
    color: #ccc;
}

.colcf9 {
    color: #cf9a4e;
}

.colee6 {
    color: #ee6552;
}

.colf22 {
    color: #f22c2c;
}

.colf39 {
    color: #f39800 !important;
}

.colf77 {
    color: #f77501;
}

.colff6a00 {
    color: #ff6a00 !important;
}

.bge9f {
    background-color: #e9f0fc;
}

.bgf6f7 {
    background-color: #f6f7fa;
}

.bgfbf {
    background-color: #fbf2e6;
}

.bgfde {
    background-color: #fdebeb;
}

.bgtr {
    background-color: transparent !important;
}

.bg315 {
    background-color: #3157e3;
}

.bg-radient {
    background-color: #ff6a00;
    background-image: linear-gradient(to right, #ff902e, #ff6a00);
}

.borele {
    border: 1px solid #e1e6f1;
}

.bshadow-radient {
    box-shadow: 0 3px 6px 0 rgba(255, 106, 0, 0.45);
    -o-box-shadow: 0 3px 6px 0 rgba(255, 106, 0, 0.45);
    -ms-box-shadow: 0 3px 6px 0 rgba(255, 106, 0, 0.45);
    -moz-box-shadow: 0 3px 6px 0 rgba(255, 106, 0, 0.45);
    -webkit-box-shadow: 0 3px 6px 0 rgba(255, 106, 0, 0.45);
}

.ptb16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.plr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

header.pat {
    top: 0;
    left: 0;
    width: 100%;
}


/*永川首页start*/
.bgfad {
    background-color: #fafafd;
}

.header-adress {
    display: inline-block;
    background: url(../images/map.png) no-repeat;
    background-size: 20px 22px;
    text-indent: 28px;
    line-height: 48px;
    color: #7a8297;
    background-position-y: 13px;
    font-size: 16px;
}

.header-sign {
    float: right;
    min-width: 120px;
}

.header-sign a {
    line-height: 48px;
}

.plr12 {
    padding-left: 12px;
    padding-right: 12px;
}

.icouser {
    display: inline-block;
    float: left;
}

.icouser img {
    display: inline-block;
}

.col3b8 {
    color: #3b82ff;
}

.col3b8:hover {
    color: #3b82ff;
}

.bg3b8 {
    background-color: #3b82ff;
}

.col7a8 {
    color: #7a8297;
}

.cole7e {
    color: #e7ebf4;
}

.col255 {
    color: rgb(255, 255, 255);
}

.col5988159 {
    color: rgb(59, 88, 159);
}

.col102116150 {
    color: rgb(102, 116, 150);
}

.animtxt:hover {
    color: #3b82ff !important;
}

.animcolwhitebg3b8:hover {
    color: white;
    background-color: #3b82ff;
}

.ptb23 {
    padding-top: 23px;
    padding-bottom: 23px;
}

.col707 {
    color: #707070;
}

.plr17 {
    padding-left: 17px;
    padding-right: 17px;
}

.lh63 {
    line-height: 63px;
    height: 63px;
}

.lh1dot3 {
    height: 38px;
    line-height: 1.3;
}

.logo {
    height: 63px;
    width: auto;
}

.logo1 {
    width: 1px;
    height: 29px;
    background-color: #707070;
    position: relative;
    margin-right: 17px;
    top: 12px;
    left: 17px;
}

.logo-phone {
    background: url(../images/phone.png) no-repeat;
    box-sizing: border-box;
    background-position-y: 20px;
    line-height: 63px;
    position: relative;
    text-indent: 34px;
    top: 5px;
    margin-left: 15px;
    display: inline-block;
    font-size: 20px;
    color: #3d4966;
}

.search {
    width: 438px;
}

.list {
    font-size: 14px;
    color: #3d4966;
    padding: 6px 11px;
    cursor: pointer;
}

.list-this {
    background-color: #3b82ff;
    color: #fff;
}

.list-input {
    position: absolute;
    display: none;
    width: 340px;
    top: 28px;
    left: 0;
}

.list-this .list-input {
    display: block;
}

.list input {
    width: 100%;
    border: solid 2px #3b82ff;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    padding-left: 12px;
    box-sizing: border-box;
}

.search-icom {
    position: absolute;
    right: 0;
    top: 28px;
    width: 87px;
    height: 35px;
    background-color: #3b82ff;
}

.search-icom img {
    position: absolute;
    top: 9px;
    left: 35px;
    height: 18px;
    width: auto;
}

.layui-nav .layui-nav-item a {
    color: #3d4966;
    font-size: 16px;
}

.layui-nav .layui-nav-item a:hover {
    color: #3b82ff !important;
    font-size: 20px !important;
    font-weight: bold;
}

.layui-nav .layui-this:after {
    display: none;
}

.layui-nav .layui-nav-item a {
    padding: 0 25px;
}

.layui-this {
    height: 56px;
    border-bottom: 2px solid #3b82ff;
    box-sizing: border-box !important;
}

/* .layui-this::after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #3b82ff;
} */
.layui-this>a {
    font-weight: bold;
    font-size: 20px !important;
    color: #3b82ff !important;
    /* padding: 0px 78px 0 51px!important; 
    background: url(../images/nav.png) no-repeat;   
    background-position: calc(100% - 23px) center;     */
}

.subnr .layui-this {
    height: auto !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
}

.menunav .layui-this {
    height: auto !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
}

.banner {
    height: 694px;
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
}

.wdx495 {
    width: 495px;
}

.pot-right {
    right: 0;
}

.wdx305 {
    width: 305px;
}

.top62 {
    top: 62px;
}

.top40 {
    top: 40px;
}

.top30 {
    top: 30px;
}

.top20 {
    top: 20px;
}

.top0 {
    top: 0px;
}

.banner-div {
    height: 120px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    position: relative;
}

.bg-nav1 {
    background: url(../images/nav-1.png) no-repeat;
    background-size: 100% 100%;
}

.bg-nav2 {
    background: url(../images/nav-2.png) no-repeat;
    background-size: 100% 100%;
}

.bg-nav3 {
    background: url(../images/nav-3.png) no-repeat;
    background-size: 100% 100%;
}

.bg-nav4 {
    background: url(../images/nav-4.png) no-repeat;
    background-size: 100% 100%;
}

.nav-btn {
    display: inline-block;
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
    padding: 0 28px;
    height: 36px;
    background-image: linear-gradient(90deg,
            #81aeff 0%,
            #3b82ff 100%),
        linear-gradient(#ff751a,
            #ff751a);
    background-blend-mode: normal,
        normal;
    border-radius: 18px;
    position: absolute;
    bottom: 13px;
    margin-left: 34px;
}

.bg-list {
    background-color: rgba(0, 0, 0, 0.5);
}

.pot-bottom {
    bottom: 0;
}

.wdx185 {
    width: 185px;
}

.colc0c {
    color: #c0c8db;
}

.fz-line {
    display: inline-block;
    width: 1px;
    height: 36px;
    background-color: #8f9bb3;
    position: relative;
    top: 13px;
}

.ptb37 {
    padding-top: 37px;
    padding-bottom: 37px;
}

.wdx136 {
    width: 136px;
}

.bg-navred {
    background: url(../images/nav-red.png) no-repeat;
}

.bg-navora {
    background: url(../images/nav-ora.png) no-repeat;
}

.bg-navblue {
    background: url(../images/nav-blue.png) no-repeat;
}

.htx264 {
    height: 264px;
}

.col3d4 {
    color: #3d4966;
}

.lf-nav {
    width: 113px;
    height: 223px;
    position: absolute;
    top: 8px;
    left: 15px;
}

.lf-txt {
    margin-top: 126px;
}

.lf-btn {
    padding: 8px 20px;
    position: absolute;
    bottom: 24px;
    margin: 0 auto;
    left: 9px;
}

.bgf05 {
    background-color: #f05656;
}

.colf05 {
    color: #f05656;
}

.colf05:hover {
    color: #f05656 !important;
}

.ptb27 {
    padding-top: 27px;
    padding-bottom: 27px;
}

.hot {
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(../images/hot.png) no-repeat;
    background-position-y: 3px;
}

.lf-top {
    padding: 8px 14px;
    margin: 0 auto;
    width: 149px;
}

.fw-list {
    width: 170px;
    height: 86px;
    margin-bottom: 12px;
    padding: 28px 12px;
    box-sizing: border-box;
}

.flex-wrap {
    flex-wrap: wrap;
}

.wrap {
    flex-wrap: wrap;
}

.wdx464 {
    width: 464px;
}

.bglist1 {
    background: url(../images/list1.png) no-repeat;
    background-size: 100% 100%;
}

.bglist2 {
    background: url(../images/list2.png) no-repeat;
    background-size: 100% 100%;
}

.bglist3 {
    background: url(../images/list3.png) no-repeat;
    background-size: 100% 100%;
}

.bglist4 {
    background: url(../images/list4.png) no-repeat;
    background-size: 100% 100%;
}

.wdx550 {
    width: 550px;
}

.wdx650 {
    width: 650px;
}

.wdx412 {
    width: 412px;
}

.tit-nav {
    width: 106px;
    height: 43px;
    background-color: #3b82ff;
    border-radius: 3px 3px 0px 0px;
    line-height: 43px;
}

.tit-more {
    width: calc(100% - 106px);
    background-color: #f3f8ff;
    height: 43px;
    line-height: 43px;
    padding-left: 7px;
    padding-right: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #3b82ff;
}

.cold3d {
    color: #d3dbeb;
}

.col94a {
    color: #94a3be;
}

.nav-img img {
    width: 164px;
}

.nav-img>div+div {
    padding-left: 16px;
    padding-right: 10px;
    width: calc(100% - 164px);
}

.colabb {
    color: #abb0bd;
}

.show-li>li {
    list-style: disc inside;
    color: #4b5770;
    font-size: 14px;
    width: 550px;
    line-height: 24px;
}

.show-li>li::marker {
    color: #d3dbeb;
}

.wdx125 {
    width: 125px;
}

.imght38 {
    height: 38px;
    width: auto;
}

.pl45 {
    padding-left: 45px;
}

.pr80 {
    padding-right: 80px;
}

.ht5 {
    height: 50px;
}

.wdx500 {
    width: 500px;
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.plr24 {
    padding-left: 24px;
    padding-right: 24px;
}

.top180 {
    top: 180px;
}

.ht290 {
    height: 290px;
}

.more-btn {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
}

.borf05 {
    border: 1px solid #f05656;
}

.top220 {
    top: 220px;
}

.list-shaw>div {
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 1%) inset;
}

.list-shaw>div:hover {
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%) inset;
}

.bg-xq {
    background: url(../images/xq-blue.png) no-repeat;
    background-size: 100% 100%;
}

.bg-fb {
    background: url(../images/fb-red.png) no-repeat;
    background-size: 100% 100%;
}

.fbxq-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 164px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-top: 125px;
}

.red-icon {
    display: inline-block;
    width: 34px;
    height: 24px;
    background: url(../images/red-icon.png) no-repeat;
    background-size: auto 100%;
    position: relative;
    background-position-x: 10px;
    top: 5px;
}

.blue-icon {
    display: inline-block;
    width: 34px;
    height: 24px;
    background: url(../images/blue-icon.png) no-repeat;
    background-size: auto 100%;
    position: relative;
    background-position-x: 10px;
    top: 5px;
}

.mt15 {
    margin-top: 15px;
}

.borlff05 {
    border-left: 1px solid #f05656;
}

.borlf3b8 {
    border-left: 1px solid #3b82ff;
}

.borf5 {
    border: 1px solid #f5f5f5;
}

.wdx252 {
    width: 252px;
}

.ml25 {
    margin-left: 25px;
}

.mt50 {
    margin-top: 50px;
}

.borbtm-rgt {
    width: 549px;
    height: 42px;
    background-color: #f3f8ff;
    border-bottom: 1px solid #3b82ff;
}

.bg-rzlft {
    background: url(../images/rz-left.png) no-repeat;
    background-size: 100%;
}

.bg-rzrgt {
    background: url(../images/rz-rgt.png) no-repeat;
    background-size: 100%;
}

.pt25 {
    padding-top: 25px;
}

.htx100 {
    height: 100px;
}

.wdx280 {
    width: 280px;
}

.bgf9a {
    background-color: #f9f9fa;
}

.colf26 {
    color: #f26b6b;
}

.col8f9 {
    color: #8f9bb3;
}

.bg1f2 {
    background-color: #1f2e4d;
}

.htx290 {
    height: 290px;
}

.footer-p a {
    position: relative;
    width: 492px;
    display: inline-block;
    left: 35px;
}

.footer-p img {
    position: absolute;
    top: 0;
}

.footer-phone img {
    width: 20px;
    position: absolute;
    left: -34px;
}


/* 政策资讯 */
.bgf5 {
    background: #f5f5f5;
}

.banner-zczx {
    height: 470px;
    background: url(../images/banner-zczx.jpg) no-repeat;
    background-size: 100% 100%;
}

.layui-form-pane-search {
    margin: 45px auto;
    width: 760px;
    height: 56px;
}

.layui-form-pane-search .layui-input-inline {
    width: 650px;
    margin-right: 0;
}

.layui-form-pane-search.layui-form-pane .layui-input {
    border-radius: 4px 0px 0px 4px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.layui-form-pane-search .layui-form-label {
    width: 110px;
    background-color: #d91817;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    border: 1px solid #d91817;
    font-size: 18px;
    height: 50px;
    line-height: 30px;
    cursor: pointer
}

.layui-form-pane-search .layui-form-label:hover {
    background-color: #e33130;
}

.layui-tab-cont .layui-nav .layui-nav-item a {
    padding: 0 30px;
}

.layui-tab-cont .layui-nav .layui-nav-item {
    line-height: 30px;
    font-size: 14px;
    color: #252b3a;
}

.layui-tab-cont .layui-this {
    background: none;
    border: none;
    height: 30px;
    line-height: 30px;
}

.layui-tab-cont .layui-this>a,
.layui-tab-cont .layui-nav-item>a:hover {
    font-weight: normal;
    font-size: 14px !important;
    padding: 0px 30px !important;
    color: #3b82ff !important;
    line-height: 30px;
    background: #ecf3fe;
    border-radius: 20px;
    border: solid 1px #8cb6fe !important;
    -webkit-transition: all 0.1;
    webkit-transition: all 0.1;
}

.layui-tab-cont .layui-nav-bar {
    display: none;
}

.pr80 {
    padding-right: 80px;
}

.blue-tip {
    padding: 0 5px;
    font-size: 14px;
    line-height: 24px;
    color: #3b82ff;
    height: 20px;
    border-radius: 4px;
    border: solid 1px #3b82ff;
    margin-right: 10px;
}

.blue-tip:hover {
    color: #3b82ff;
    border: solid 1px #3b82ff;
}

.zclist-item {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    padding-top: 20px;
}

.zclist-item a {
    color: #333;
}

.zclist-item a:hover {
    color: #3b82ff;
}

.zclist-item a:hover .blue-tip {
    color: #3b82ff;
}

.layui-laypage a:hover {
    color: #3b82ff;
}

.layui-laypage a,
.layui-laypage span {
    font-size: 14px;
}

.footer-tit {
    line-height: 60px;
    height: 60px;
    width: 100%;
    border-top: 1px solid #3d4966;
    box-sizing: border-box;
    bottom: 0;
}

/* 首页end */




/* 金融对接 */

.finance .layui-nav-item a {
    padding: 0 25px;
}

.finance .layui-this a {
    padding: 0 25px;
}

.banner-jr {
    height: 470px;
    background: url(../images/banner-jr.png) no-repeat;
    background-size: 100% 100%;
}

.jr-play {
    padding-left: 32px;
    padding-right: 42px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #64463a;
    background-image: linear-gradient(90deg,
            #ffce86 0%,
            #ffbc77 100%),
        linear-gradient(#ffffff,
            #ffffff);
    background-blend-mode: normal,
        normal;
    border-radius: 24px;
}

.jc-playico {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: -3px;
    margin-right: 5px;
}

.ptb65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.more-jr {
    height: 26px;
    background-color: #ffffff;
    border-radius: 13px;
    border: solid 1px #3e3e3e;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    top: 10px;
}

.ht428 {
    height: 428px;
}

.ht25 {
    height: 25%;
}

.borbtme5e {
    border-bottom: 1px solid #e5e5e5;
}

.wdx320 {
    width: 320px;
}

.wdx835 {
    width: 835px;
}

.pot-top {
    top: 0;
}

.wdx405 {
    width: 405px;
}

.htx200 {
    height: 200px
}

.product>div {
    box-sizing: border-box;
    padding: 35px 28px 35px 28px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 0px rgba(112, 112, 112, 0.15);
}

.imgHot {
    width: 80px;
    height: 80px;
    top: -8px;
    left: -8px;
    cursor: pointer;
}

.bgimgadress {
    background-image: url(../images/yinhan.png);
    background-repeat: no-repeat;
    text-indent: 25px;
}

.two-p>p+p {
    margin-top: 13px;
}

.wd34-5 {
    width: 34.5%;
}

.borlre5 {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.pl57 {
    padding-left: 57px;
}

.bg-bank {
    background: url(../images/bank.png) no-repeat;
    background-position: 20px 24px;
}

.bg-ljr {
    background: url(../images/finance.png) no-repeat;
    background-position: 20px 24px;
}

.bg-bx {
    background: url(../images/Insurance.png) no-repeat;
    background-position: 20px 24px;
}

.bg-tsjr {
    background: url(../images/chara.png) no-repeat;
    background-position: 20px 24px;
}

.list-product>.product {
    display: none;
}

.product-this>.product {
    display: flex;
}

.product-this {
    box-shadow: 0px 0px 10px 0px rgba(0, 115, 244, 0.2);
    border-radius: 0px 50px 0px 0px;
    border: solid 1px #3b82ff;
}

.list-product:hover {
    border-radius: 0px 50px 0px 0px;
    border: solid 1px #3b82ff;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}

.htx120 {
    height: 120px;
}

.lh120 {
    line-height: 120px;
}

.bg-jrcp {
    background: url(../images/banner-jrcp.png) no-repeat;
    background-size: 100% 100%;
}

.pl76 {
    padding-left: 76px;
}

.pr67 {
    padding-right: 67px;
}

.icon-fb {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-fb.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 7px;
    margin-top: -2px;
    vertical-align: middle;
}

.jr-fbbtn {
    display: inline-block;
    float: right;
    padding: 0 30px 0 30px;
    margin-top: 40px;
    line-height: 40px;
    height: 40px;
    background-image: linear-gradient(90deg,
            #ffffff 0%,
            #d3dffb 100%);
    border-radius: 20px;
}

.mt35 {
    margin-top: 35px;
}

.bg-p2 {
    height: 580px;
    background: url(../images/P2.png) no-repeat;
    background-size: 100% 100%;
}

.wdx585 {
    width: 582px;
}

.htx190 {
    height: 190px;
}

.p24 {
    padding: 24px;
}

.box-shaw {
    box-shadow: 0px 0px 5px 0px rgba(112, 112, 112, 0.15);
}

.pl35 {
    padding-left: 35px;
}

.wdx180 {
    width: 180px;
}

.ht180 {
    height: 180px;
}

.jrfw-img {
    height: 66px;
    width: auto;
    margin: 0 auto;
    margin-top: 35px;
}

.mr24 {
    margin-right: 24px;
}

/* 困难反馈 */
.mt36 {
    margin-top: 36px;
}

.banner-knfk {
    height: 470px;
    background: url(../images/banner-knfk.jpg) no-repeat;
    background-size: 100% 100%;
}

.banner-link a {
    color: #adc6f1;
    font-size: 16px;
    line-height: 26px;
}

.banner-link a:hover {
    color: #fff;
}

.banner-link span {
    padding: 0 8px;
    color: #adc6f1;
}


.bggrad-fff {
    height: 33px;
    background-image: linear-gradient(90deg,
            #5e86f8 0%,
            #005adc 100%),
        linear-gradient(#d5e4eb,
            #d5e4eb);
    background-blend-mode: normal,
        normal;
    box-shadow: 0px 3px 6px 0px rgba(61, 101, 245, 0.45);

    line-height: 33px;
}

.ico-phone {
    height: 18px;
    width: 18px;
    display: inline-block;
    margin: 8px 5px 0 12px;
    vertical-align: top;
}

.sq_btn {
    background-image: linear-gradient(90deg,
            #fcc860 0%,
            #feb15a 100%),
        linear-gradient(#000000,
            #000000);
    background-blend-mode: normal,
        normal;
    box-shadow: 0px 3px 6px 0px rgba(248, 169, 81, 0.45);
    border-radius: 20px;
    color: #754e24;
    width: 140px;
}

.sq_btn:hover {
    color: #754e24;
}

.sq_icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
    background: url(../images/ico-edit.png) no-repeat;
    vertical-align: middle;
}

.jd_btn {
    background-image: linear-gradient(90deg,
            #51dbf4 0%,
            #36aff5 100%),
        linear-gradient(#000000,
            #000000);
    background-blend-mode: normal,
        normal;
    box-shadow: 0px 3px 6px 0px rgba(61, 101, 245, 0.45);
    border-radius: 20px;
    color: #fff;
    width: 140px;
}

.jd_icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
    background: url(../images/ico-search.png) no-repeat;
    vertical-align: middle;
}

.layui-table-yc.layui-table th {
    border: none;
    line-height: 30px;
    background: #f8f8f8;
    font-weight: bold;

}

.layui-table-yc.layui-table td {
    border: none;
    line-height: 30px;
    border-bottom: 1px dashed #f1f3fa;

}

/*fwdj  2022-06-06*/
.mb100 {
    margin-bottom: 100px;
}

.boxshadow {
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
}

.fwdj-tzgg {
    bottom: -40px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.wd25px {
    width: 25px;
}

.radius-10 {
    border-radius: 10px;
}

.fwdj-xqdt {
    background: url(../images/xqdt-bg.jpg) no-repeat;
    background-size: cover;
}

.xqdt-banner {
    background: url(../images/bg-xqdt-box.jpg) no-repeat;
    width: 252px;
    height: 380px;
}

.xqdt-box {
    height: 380px;
    overflow: hidden;
}

.xqdt-box .item {
    width: 33.33%;
    height: 190px;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    display: inline-block;
}

.xqdt-box .item:hover {
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.xqdt-box .item:nth-child(4),
.xqdt-box .item:nth-child(5),
.xqdt-box .item:nth-child(6) {
    border-bottom: none;
}

.xqdt-box .item:nth-child(3),
.xqdt-box .item:nth-child(6) {
    border-right: none;
}

.btn-radientfff {
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    padding: 0 15px;
    background: rgba(255, 255, 255, .3);
    border: #fff 1px solid;
}

.fwdj-fwcs {
    background: url(../images/bg-fwcs.png) no-repeat;
    padding-top: 51px;
    height: 131px;
    padding-left: 154px;
    padding-right: 53px;
}

.borfff {
    border: #fff 1px solid;
}

.inban_cs {
    height: 480px;
}

.inban_cs .item {
    border: #e2e2e2 1px solid;
    box-sizing: border-box;
    background: #fff;
    width: 300px;
    height: 190px;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
}

.inban_cs .item:nth-child(4n+1) {
    margin-left: 0;
}

.inban_cs .item:nth-child(4n+4) {
    width: 302px;
}

.inban_cs .item:hover {
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.inban_cs .item .bar {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    border: #3b82ff 1px solid;
    display: none;
}

.inban_cs .item:hover .bar {
    display: flex;
}

.inban_cs .swiper-pagination {
    bottom: 40px !important;
}

.inban_cs .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background-color: #b2b2b2;
    opacity: .8;
}

.inban_cs .swiper-pagination-bullet-active {
    background-color: #3b82ff;
}

.bg-radient-blue {
    background: linear-gradient(to right, #5e96f7, #3b82ff);
}

.lh48 {
    line-height: 48px;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.flex-center {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-in {
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.flex-between1 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.fwdj-hot-l {
    width: 356px;
}

.fwdj-hot-r {
    width: 816px;
}

.hot-step {
    background: url(../images/bg-step.png)left top repeat-y;
    height: 390px;
    overflow-y: auto;
    padding-right: 30px;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #adafb1;
    border-radius: 5px;
}

/*滚动条*/
.hot-step .item {
    background: url(../images/step-item.png) left top no-repeat;
    padding-left: 28px;
}

.icon18 {
    height: 18px;
    width: 13px;
    display: inline-block;
}

.icon16 {
    height: 16px;
    width: 16px;
    display: inline-block;
}

.btn-show {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    left: 50%;
    margin-left: -14px;
    bottom: -14px;
    z-index: 9;
}

.btn-show img {
    width: 11px;
    height: 7px;
}

.stepInfo .con {
    max-height: 200px;
}

.stepInfo.show .con {
    max-height: 350px;
}

.overhidden {
    overflow: hidden;
}

.stepInfo.show .btn-show {
    transform: rotate(180deg);
}

.hot-story {
    height: 390px;
    width: calc((100% - 40px)/3);
    box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.1);
}

.hot-story .pic {
    height: 186px;
}

.icon14 {
    width: 14px;
    height: 14px;
    display: inline-block;
}

.p35 {
    padding: 35px;
}

.img-content {
    width: 240px;
    height: 306px;
}

.img-content .small-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.small-img ul {
    list-style: none;
    position: relative;
    width: 5000px;
    margin: 0;
    padding: 0;
    left: 0;
    /*transition: all 1s;*/
}

.small-img ul:after {
    content: "";
    display: block;
    clear: both;
}

.small-img ul li {
    float: left;
    width: 56px;
    height: 56px;
    margin-right: 5px;
}

.small-img ul li img.moveimg {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.small-img ul li img.moveimg.active {
    border: 2px solid #ff751a;
}

.img-content .big-img {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    background: #dfdfdf;
    margin-bottom: 10px;
}

.img-content .big-img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}

.small-img .left {
    left: 5px;
    top: 30px;
}

.small-img .right {
    right: 5px;
    top: 30px;
}

.small-img .right,
.small-img .left {
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    cursor: pointer;
}


.big-img .img-parent {
    width: 100%;
    height: 100%;
    position: absolute;
}

.img-rotate {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.1) !important;
    cursor: pointer;
}

.tuijian {
    background: url(../images/tuijian.png) left top no-repeat;
}

.sencont {
    min-height: 830px;
}

.sencont .layui-tab-title {
    height: 50px;
    padding: 0 35px;
    border-color: #e8e8e8;
}

.sencont .layui-tab-title li {
    line-height: 50px;
    padding: 0 1px;
    margin-right: 60px;
    font-size: 16px;
}

.sencont .layui-tab-title .layui-this {
    color: #333;
    background: transparent;
    font-weight: bold;
}

.sencont .layui-tab-title .layui-this:after {
    top: auto;
    bottom: 0;
    height: 3px;
    border: 0;
    border-radius: 5px;
    background-color: #5e86f8;
    background-image: linear-gradient(to right, #5e86f8, #3961f4);
    box-shadow: 0 3px 6px 0 rgba(61, 101, 245, 0.45);
    -o-box-shadow: 0 3px 6px 0 rgba(61, 101, 245, 0.45);
    -ms-box-shadow: 0 3px 6px 0 rgba(61, 101, 245, 0.45);
    -moz-box-shadow: 0 3px 6px 0 rgba(61, 101, 245, 0.45);
    -webkit-box-shadow: 0 3px 6px 0 rgba(61, 101, 245, 0.45);
}

.collect-btn {
    top: 1px;
    right: 0;
}

.tag span {
    width: 72px;
    height: 24px;
    line-height: 22px;
    border-radius: 5px;
    border-color: rgba(166, 179, 209, 0.2) !important;
}

.cola6b {
    color: #a6b3d1;
}

.tag .bor {
    border: 1px solid #eee !important;
}

.pro-price {
    height: 80px;
    line-height: 80px;
    background: #f2f6fc;
}

.plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pro-bth .layui-btn {
    height: 36px;
    line-height: 34px;
    padding: 0 31px;
    border-radius: 3px;
}

.col8396b5 {
    color: #8396b5;
}

.swiper-slide-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.comment_grade .swiper-slide-1 {
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.service-box .layui-tab-item .layui-icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}

.icon-good {
    background-image: url(../images/icon-good.png);
}

.icon-medium {
    background-image: url(../images/icon-medium.png);
}

.icon-bad {
    background-image: url(../images/icon-bad.png);
}

.prate {
    top: -10px;
    right: 10px;
    width: 90px;
    height: 90px;
    padding: 17px 0;
    background: url(../images/bg-praise.png) no-repeat center center;
}

.comment_details .swiper-slide-1 {
    padding: 30px 0;
}

.colff7 {
    color: #ff751a !important;
}

.col939 {
    color: #939eb7;
}

.colaaa {
    color: #aaa;
}

.col575 {
    color: #575d6c;
}

.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}




/* 个人求职 */
.qz-form-search {
    border: #ccc 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
    width: 600px;
    height: 48px;
    padding: 0 5px;
    line-height: 46px;
}

.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.qz-search-btn {
    width: 120px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.bg2f6 {
    background-color: #2f69cc;
}

.plr25 {
    padding-left: 25px;
    padding-right: 25px;
}

.qz-label span {
    background-color: #e8f0f9;
    border-radius: 5px;
    padding: 2px 8px;
    margin-right: 5px;
    color: #7388a3;
    font-size: 14px;
}

.ptb35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.qz-form-search input {
    height: 46px;
    line-height: 46px;
}

/* 企业招聘 */
.iconav {
    width: 20px;
    height: 20px;
    background: url(../images/nav.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}


/* 招标信息 */
.layui-breadcrumb {
    line-height: 44px;
    padding-left: 20px;
    background: url(../images/shouye.png) no-repeat 0 42%;
}

.layui-breadcrumb a:hover {
    color: #3b82ff !important;
}

.menunav {
    width: 280px;
}

.menunav .layui-nav .layui-this,
.menunav .layui-nav-item:hover {
    background-color: #ecf3fe;
}

.menunav .layui-nav-item a {
    color: #333;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
}

.menunav .layui-nav .layui-this a,
.menunav .layui-nav-item a:hover {
    color: #3b82ff !important;
    font-size: 16px !important;
    background-color: transparent;
}

.menunav .icons {
    top: 5px;
    width: 23px;
    height: 23px;
    margin-right: 20px;
}

.menunav .icon-mnav-1 {
    background-image: url(../images/icon-mnav-1.png);
}

.menunav .layui-this .icon-mnav-1 {
    background-image: url(../images/icon-mnav-1-on.png);
}

.menunav .icon-mnav-2 {
    background-image: url(../images/icon-mnav-2.png);
}

.menunav .layui-this .icon-mnav-2 {
    background-image: url(../images/icon-mnav-2-on.png);
}

.menunav .icon-mnav-3 {
    background-image: url(../images/icon-mnav-3.png);
}

.menunav .layui-this .icon-mnav-3 {
    background-image: url(../images/icon-mnav-3-on.png);
}

.menunav .layui-nav .layui-this:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 60px;
    background-color: #3b82ff;
}

.menunav .layui-nav-tree .layui-nav-bar {
    background-color: #3b82ff;
}

.subnr {
    width: 904px;
    min-height: 100px;
    padding: 30px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subnr .layui-tab-title {
    height: 60px;
}

.subnr .layui-tab-title li {
    font-size: 18px;
    line-height: 60px;
}

.subnr .layui-tab-title li+li {
    margin-left: 60px;
}

.subnr .layui-tab-title .layui-this {
    color: #3b82ff;
    font-weight: bold;
    background-color: transparent;
}

.subnr .layui-tab-title .layui-this:after {
    left: 10%;
    width: 80%;
    height: 61px;
    border-bottom: 3px solid #3b82ff;
}

.kw-form-search .layui-input {
    width: 390px;
    height: 40px;
    border-radius: 5px;
}

.kw-form-search .layui-btn {
    width: 80px;
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #3b82ff;
}

.zb-table tr {
    border-bottom: 1px solid #eee;
}

.zb-table tr:hover {
    background-color: #f1f3fa;
}

.zb-table th {
    height: 50px;
    background-color: #f2f4f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zb-table td {
    height: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-info img {
    width: 64px;
    height: 64px;
}

.ser-type .layui-row>span {
    display: inline-block;
    box-sizing: border-box;
    width: 47%;
    height: 26px;
    line-height: 24px;
    margin-left: 3%;
    border: 1px solid rgba(166, 179, 209, 0.2);
}

.pull-left {
    float: left;
}

.borblue {
    border: #2074ff 1px solid;
}

.rk-menu-item {
    background: url('../images/bg-rkmenu.png') no-repeat;
    width: 145px;
    height: 168px;
    box-sizing: border-box;
    padding-top: 40px;
}

.rk-menu-item:hover {
    opacity: .8;
}

.rk-menu-item .pic {
    height: 50px;
}

.rk-menu-item .pic img {
    width: auto;
    height: auto;
    max-height: 50px;
}

.cy-banner {
    height: 350px;
}

.cy-banner .text {
    top: 80px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}



/* 企业招聘 */
.cvbox .cvlist .pic img {
    width: 81px;
    height: 81px;
}


/* 云服务超市 */
.banner-yfwcs {
    height: 470px;
    background: url(../images/banner-yfwcs.jpg) no-repeat center center;
    background-size: cover;
}

.yfw-tag {
    width: 418px;
    height: 50px;
    line-height: 50px;
    color: #032f68;
    background-color: #ffe400;
}

.yfwsc-list .list-left>div {
    width: 345px;
    height: 233px;
    padding: 20px 30px;
    margin-bottom: 20px;
    cursor: pointer;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.list-bg1 {
    background-image: url(../images/bg-ylist-1.jpg);
}

.list-bg2 {
    background-image: url(../images/bg-ylist-2.jpg);
}

.list-bg3 {
    background-image: url(../images/bg-ylist-3.jpg);
}

.yfwsc-list .list-left span {
    width: 84px;
    height: 25px;
    line-height: 23px;
    padding: 0 5px;
    border-radius: 2px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.yfwsc-list .list-left span+span {
    margin-top: 5px;
}

.yfwsc-list .list-left .arrow {
    right: -10px;
    bottom: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: rgba(255, 255, 255, 0.3);
}

.yfwsc-list .list-left>div:hover .arrow {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.yfwsc-list .list-right {
    width: calc(100% - 350px);
}

.yfwsc-list .list-right>div {
    width: 268px;
    height: 170px;
    margin-left: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 9px 0 rgba(27, 32, 41, 0.16);
}

.yfwsc-list .list-right-content {
    padding: 16px;
    box-sizing: border-box;
}

.yfwsc-list .ptitle_an {
    line-height: 18px;
    padding: 10px 0;
}

.yfwsc-list .ptitle_an span {
    width: 18px;
    height: 18px;
    margin-right: 1px;
    border-radius: 3px;
    display: inline-block;
}

.tag-h {
    background-color: #54d087;
}

.tag-r {
    background-color: #ee6552;
}

.tag-x {
    background-color: #3b82ff;
}

.yfwsc-list .desc {
    height: 44px;
    line-height: 22px;
    margin: 10px 0;
}

.yfwsc-list .num span {
    font-size: 18px;
    color: #ee6552;
}

.yfwsc-list .list-shaow {
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}

.list-right>div:hover .list-shaow {
    display: flex;
}

.list-shaow a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    text-decoration: none;
    background-color: #3b82ff;
}

.jjfa-box {
    height: 614px;
    background: url(../images/bg-jjfa.jpg) no-repeat center 0;
    background-size: 100% 614px;
}

.jjfa-box .bshadow {
    width: 284px;
    height: 286px;
}

.col252 {
    color: #252b3a;
}

.col8a8 {
    color: #8a8e99;
}

.jjfa-box .bshadow p {
    height: 160px;
    line-height: 24px;
}

.btn-more a {
    width: 183px;
    height: 45px;
    line-height: 45px;
    margin-top: 47px;
}

.ry-box {
    width: 364px;
    height: 195px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.ry-box-1 {
    background-image: url(../images/bg-rytitle-1.jpg);
}

.ry-box-2 {
    background-image: url(../images/bg-rytitle-2.jpg);
}

.ry-box-3 {
    background-image: url(../images/bg-rytitle-3.jpg);
}

.ry-box .ry-title {
    height: 54px;
    line-height: 54px;
}

.ry-title+div {
    line-height: 36px;
    height: calc(100% - 54px);
}

.ry-box a.prt:before {
    content: '';
    position: absolute;
    top: 46%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #333;
}

.jjdt-box {
    height: 416px;
    background: url(../images/bg-jjdt.jpg) no-repeat center 0;
    background-size: 100% 416px;
}

.jjdtzx {
    width: 364px;
    height: 195px;
}

.jjdtzx .dtzx-title {
    height: 54px;
    line-height: 54px;
}

.dtzx-title h5:before {
    content: '';
    position: absolute;
    top: 31%;
    left: 0;
    width: 4px;
    height: 24px;
    background: url(../images/dtzx-title.jpg) no-repeat 0 center;
}

.dtzx-title+div {
    line-height: 36px;
    height: calc(100% - 54px);
}

.sthb-box {
    height: 363px;
    background: url(../images/bg-sthb.jpg) no-repeat center center;
    background-size: 100% 363px;
}

.sthb-box .sthb-swiper {
    padding: 0 40px;
}

.sthb-box .swiper-slide {
    height: 100px;
}

.sthb-box .swiper-slide img {
    width: auto;
}

.sthb-btn {
    top: calc(50% - 10px);
    width: 18px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
}

.sthb-btn:after {
    font-size: 17px;
}

.sthb-box .swiper-button-prev {
    left: 0;
}

.sthb-box .swiper-button-next {
    right: 0;
}

/*网上博览会*/
.blh_banner {
    height: 345px;
}

.blh_banner .text {
    width: 1200px;
    top: 80px;
    left: 50%;
    margin-left: -600px;
}

.bg_yellow {
    background-color: #ffe400;
}

.col_blue_deep {
    color: #032f68;
}

.fs-p60 {
    font-size: 60px;
}

.bortp-grey2 {
    border-top: rgb(229, 229, 229) solid;
}

.bortp-blue2 {
    border-top: #3b82ff 2px solid;
}

.bortp-org2 {
    border-top: #fa9d4f 2px solid;
}

.bortp-green2 {
    border-top: #7acca5 2px solid;
}

.blh-tjjbox {
    height: 272px;
    width: 265px;
}

.blh-tjjbox .text {
    top: 65px;
}

.bg-fff-gradient {
    background: rgba(255, 255, 255, .1);
}

.good-blh img {
    width: 176px;
    height: 151px;
    display: inline-block;
}

.good-blh:hover {
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}

.blh-sc .item {
    width: calc((100% - 60px)/4);
    height: 288px;
}

.blh-sc .item>img {
    width: 100%;
    height: 173px;
}

.blh-sc .item:hover,
.blh-xm .item:hover {
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}

.blh-qy .item {
    width: calc((100% - 100px)/6);
    height: 114px;
    margin-bottom: 8px;
    overflow: hidden;
}

.blh-xm .item {
    width: calc((100% - 120px)/4);
    height: 245px;
    box-sizing: border-box;
    overflow: hidden;
}

.ellipsis-four {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-six {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.flex-start1 {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
}

/* .flex-start {
    align-items: flex-start !important;
} */

.acttime {
    width: 210px;
    height: 35px;
    line-height: 33px;
}

.acttime.layui-input+.pat {
    top: 27%;
    right: 10px;
}

.search-tags .item {
    height: 36px;
    box-sizing: border-box;
    line-height: 34px;
    padding: 0 10px;
    border: #e2e2e2 1px solid;
    border-radius: 18px;
    cursor: pointer;
    background-color: #fff;
    margin-right: 20px;
}

.search-tags .item:hover {
    border-color: #3860f4;
    color: #3860f4;
}

.search-tags span {
    color: inherit;
}


/* 政策列表 */
.bgf9f {
    background-color: #f9f9f9;
}

.main-title {
    padding-top: 18px;
    padding-bottom: 18px;
}

.main-title h3:before {
    content: '';
    position: absolute;
    top: 16%;
    left: -30px;
    width: 8px;
    height: 23px;
    background-color: #3b82ff;
}

.search-box .layui-form-label {
    width: 110px;
}

.search-box .layui-input-block {
    margin-left: 160px;
}

.search-box .layui-input {
    width: 60%;
}

.search-box .layui-form-radio:hover *,
.search-box .layui-form-radioed,
.layui-form-radioed>i,
.search-box .layui-form-radioed div {
    color: #3b82ff;
}

.search-box .layui-form-checked[lay-skin=primary] i {
    border-color: #3b82ff !important;
    background-color: #3b82ff;
}

.search-box .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3b82ff;
}

.search-box .layui-form-checked span {
    color: #3b82ff;
}

.search-box .layui-input-inline .layui-input {
    width: 100%;
}

.layui-laydate-footer span:hover {
    color: #3b82ff !important;
}

.zcfile .zclist-item {
    padding: 30px 0;
}



/* 政策详情 */
.zc-details * {
    font-size: inherit;
}

.span-ico {
    min-width: 25px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.ico-eye {
    background-image: url(../images/ico-eye.png);
    background-position: 0 2px;
    background-size: 19px 14px;
}

.ico-zan {
    background-image: url(../images/ico-zan.png);
    background-position: 0 1px;
    background-size: 17px 16px;
}

.bor3b8 {
    border-color: #3b82ff !important;
}

.zc-details .layui-btn .layui-icon {
    top: 2px;
}

.xw-item>ul>li {
    height: 40px;
    line-height: 40px;
}




.tag-blue {
    background-color: #3b82ff;
}

.tag-org {
    background-color: #f39800;
}

.tag-green {
    background-color: #17cd04;
}

.tag-999 {
    background-color: #999;
}

.px-select {
    border: 1px solid #dddddd;
    height: 32px;
    line-height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/xq-arrow.png) no-repeat;
    background-position: 205px 12px;
}

.wdx233 {
    width: 233px;
}

.lh36 {
    line-height: 36px;
}

.index-pop-menu {
    left: 0;
    top: 50px;
    width: 230px;
    display: none;
}

.index-pop-menu .item div {
    line-height: 33px !important;
}

.index-pop-menu .item a {
    line-height: 33px !important;
    display: inline-block;
    font-size: 14px !important;
    color: #333 !important;
    font-weight: normal !important;
    padding: 0 5px !important;
    clear: both;
}

.index-pop-menu .item a:hover {
    color: #3b82ff !important;
    border-bottom: #3b82ff 2px solid;
    line-height: 31px !important;
    font-size: 14px !important;
}

.index-pop-menu::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 4px;
    margin-left: -4px;
    border: 8px #fff solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #fff;
}

.pl50 {
    padding-left: 50px !important;
}

#pop-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
    color: #fff !important;
    background-color: #3b82ff;
    margin-right: 20px;
}

#pop-menu a {
    color: #fff;
    padding: 0 48px;
    font-size: 20px;
}

.zs-banner {
    height: 430px;
}

.zs-banner .text {
    position: absolute;
    width: 1200px;
    top: 120px;
    left: 50%;
    margin-left: -600px;
}

.bg-phone {
    width: 303px;
    height: 43px;
    background: url('../images/bg-phone.png') no-repeat;
}

.tag-tzgg {
    background: url('../images/bg-tzgg.png') left top no-repeat #fff;
}

.tag-zszc {
    background: url('../images/bg-zszc.png') left top no-repeat #fff;
}

.pst-rgt {
    right: 0;
    bottom: 40%;
}

.bg-zsyz-row3 {
    background: url(../images/bg-zhaoshang3.jpg) no-repeat;
    background-size: cover;
}

.wd48 {
    width: 48%;
}

.zs-tabs {
    width: 240px;
}

.zs-tabs .tab-item {
    height: 78px;
    line-height: 78px;
    border: #e2e2e2 1px solid;
    color: #333;
    padding-left: 80px;
    font-size: 16px;
    cursor: pointer;
}

.zs-tabs .tab-item:hover {
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}

.zs-tabs .tab-item.on {
    background-color: #4085fe;
    color: #fff;
    border-color: #4085fe;
}

.zstab-td {
    background: url(../images/zs-tab1.png) 15px center no-repeat;
}

.zstab-td.on {
    background: url(../images/zs-tab1-ho.png) 15px center no-repeat;
}

.zstab-ck {
    background: url(../images/zs-tab3.png) 15px center no-repeat;
}

.zstab-ck.on {
    background: url(../images/zs-tab3-ho.png) 15px center no-repeat;
}

.zstab-cf {
    background: url(../images/zs-tab2.png) 15px center no-repeat;
}

.zstab-cf.on {
    background: url(../images/zs-tab2-ho.png) 15px center no-repeat;
}

.zstab-xzl {
    background: url(../images/zs-tab4.png) 15px center no-repeat;
}

.zstab-xzl.on {
    background: url(../images/zs-tab4-ho.png) 15px center no-repeat;
}

.zs-ztbox {
    height: 410px;
    width: 300px;
}

.zs-ztbox .pic {
    height: 233px;
}

.zs-ztbox:hover .colfc2020 {
    color: #fc2020;
}

.mt-10 {
    margin-top: -10px;
}

.zstab-con {
    display: none;
}

.ht280 {
    height: 280px;
}

.ht180 {
    height: 180px;
}

.opacity6 {
    opacity: .6;
}

.opacity7 {
    opacity: .7;
}

.opacity8 {
    opacity: .8;
}



.zczx .layui-this {
    border-bottom: 0;
    height: 32px;

}

.wdx225 {
    width: 225px;
}

.pl40 {
    padding-left: 40px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.bg-pop-menu {
    background: url('../images/bg-popmenu.jpg') bottom left no-repeat #fff;
    padding-bottom: 20px !important;
}

.wj-list {
    width: 100px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wj-this {
    background-color: #4167f4;
    color: #fff;
}

.mr60 {
    margin-right: 60px;
}

.pt35 {
    padding-top: 35px;
}

.mt17 {
    margin-top: 17px;
}

.mb70 {
    margin-bottom: 70px;
}

.br10 {
    border-radius: 10px;
}

.paragraph-omission {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.borbtmcol238 {
    border-bottom: 1px rgb(238, 238, 238) solid;
}

.borbtmcol166 {
    border-bottom: 1px rgb(166, 166, 166) solid;
}

.borbtmcol166dashed {
    border-bottom: 1px rgb(166, 166, 166) dashed;
}

.more-btn {
    display: block;
    width: 75px;
    height: 30px;
    line-height: 30px;
    border: 1px rgb(65, 65, 65) solid;
    border-radius: 20px;
    text-align: center;
    color: rgb(102, 102, 102);
    font-size: 12px;
}

.li-before::before {
    content: "■";
    color: black;
    font-size: 12px;
    margin-right: 10px;
}

.btn-blue {
    width: 110px;
    height: 35px;
    border-radius: 5px;
    border: 1px;
    background-color: rgb(53, 113, 255);
    color: white;
    cursor: pointer;
}

.font-bar::after {
    content: '';
    width: 43px;
    height: 5px;
    background-image: url(../images/font-bar.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 35px;
    left: 0;
}

.input-date {
    width: 286px;
    padding-left: 36px;
    border-radius: 5px;
    background: url(../images/icon-date.png) no-repeat 14px center;
}

.more-btn-large {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px rgb(65, 65, 65) solid;
    border-radius: 20px;
    text-align: center;
    color: rgb(102, 102, 102);
    font-size: 12px;
}

.color-hover:hover {
    color: white;
}

.more-btn-bsdt {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px rgb(65, 65, 65) solid;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
}

.more-btn-xqdt {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px rgb(65, 65, 65) solid;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
}

.more-btn-xqdt:hover {
    color: white;
    margin-bottom: 10px;
    /* border-color: white; */
}

.more-btn-expo {
    display: block;
    width: 140px;
    height: 38px;
    line-height: 38px;
    border: 1px rgb(65, 65, 65) solid;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    color: rgb(102, 102, 102) !important;
}

/*公共服务*/
/*服务云*/
.breadcrumb ul {
    padding-left: 17px;
    background: url(../images/icon-home.png) no-repeat 0 center;
}

.breadcrumb li {
    margin-left: 3px;
}

.breadcrumb li * {
    height: 40px;
    line-height: 40px;
}

.breadcrumb li a:after {
    content: ">";
    position: absolute;
    right: 0.4rem;
    top: 0;
    line-height: 40px;
}

.bshbottom {
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}

.choice h3 {
    height: 70px;
    line-height: 70px;
}

.choice form {
    top: 23%;
    right: 30px;
}

.choice .layui-input {
    width: 280px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 20px;
    background-color: #f2f2f3;
}

.choice .layui-btn.pat {
    top: 0;
    right: 0;
    height: 34px;
    line-height: 34px;
    background-color: transparent;
}

.chobox {
    padding: 17px 0;
}

.chobox+.chobox {
    border-top: 1px dashed #e3e5e8;
}

.hiddenItem {
    display: none;
}

.chobox .layui-col-md1 {
    margin-top: 4px;
}

.chobox label {
    margin-right: 10px;
}

.chobox .layui-anim.layui-icon {
    display: none;
}

.chobox .layui-form-radio {
    margin-top: 0;
}

.chobox .layui-col-md1 {
    margin-top: 4px;
}

.chobox label {
    margin-right: 10px;
}

.chobox .layui-anim.layui-icon {
    display: none;
}

.chobox .layui-form-radio {
    margin-top: 0;
}

.chobox .visible {
    margin-left: -20px;
}

.chobox .visible .layui-anim.layui-icon {
    display: inline-block;
}

/* .chobox .clearfix .layui-form-radioed div, .chobox .clearfix .layui-form-radio div:hover {
    background-color: #eaeeff;
    color: #3a62f4;
    border: #3a62f4 1px solid;
} */
.chobox .clearfix .layui-form-radio div {
    color: #252b3a;
    padding: 0 12px;
    margin-left: -20px;
    position: relative;
    border-radius: 20px;
    background: transparent;
}

.chobox .clearfix .layui-form-radioed div,
.chobox .clearfix .layui-form-radio div:hover {
    background: linear-gradient(to right, #6c98f9, #3371ff);
    color: #fff;
    border: #3a62f4 1px solid;
}


.anim .clearfix .layui-form-radioed div,
.anim .clearfix .layui-form-radio div:hover {
    border: none;
}

.col575 {
    color: #575d6c;
}

.custom .layui-form-radio+.layui-input-inline {
    margin-left: -30px;
}

.custom .layui-btn {
    width: 45px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    border-radius: 2px;
    background-color: #3a62f4;
}

.sortbox {
    height: 60px;
    line-height: 60px;
}

.sortbox li {
    padding-right: 46px;
}

.sortbox i {
    right: 30px;
}

.sortbox i.on {
    color: #252b3a;
}

.sortbox .fa-sort-asc {
    top: 42%;
}

.sortbox .fa-sort-desc {
    top: 42%;
}

.sortbox li:hover * {
    color: #3a62f4;
}

.sortbox .layui-icon {
    display: none;
}

.sortbox .layui-form-checkbox span {
    color: #252b3a;
    padding-left: 40px;
    padding-right: 0;
    line-height: 60px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.sortbox input[name='usable']+.layui-form-checkbox span {
    background-image: url(../../assets/images/icon-ticket.png);
}

.sortbox input[name='valid']+.layui-form-checkbox span {
    padding-left: 30px;

    background-image: url(../images/icon-valid.png);
}

.sortbox .layui-form-checked span {
    color: #3a62f4;
}

.lists>div.layui-row>div {
    margin-left: 2%;
    margin-bottom: 2rem;
}

.lists>div.layui-row {
    margin-left: -2%;
}

.lists .serbox {
    height: 260px;
    padding: 30px;
    overflow: hidden;
    box-sizing: border-box;
}

.lists .needbox {
    height: 242px;
    box-sizing: border-box;
}

.serbox>div:first-child {
    height: 144px;
}

.serbox img {
    width: 144px;
    height: 144px;
}

.serbox .tag {
    height: 24px;
}

.tag span {
    width: 72px;
    height: 24px;
    line-height: 22px;
    border-radius: 5px;
    border-color: rgba(166, 179, 209, 0.2) !important;
}

.serbox p {
    height: 40px;
    line-height: 20px;
}

.serbox:hover .ser-price {
    opacity: 0;
}

.ser-price+div {
    opacity: 0;
    bottom: -36px;
    left: 0;
}

.serbox:hover .ser-price+div {
    opacity: 1;
    bottom: 1px;
}

.serbox .ser-price+div a {
    height: 32px;
    line-height: 30px;
}

.ser-price+div a span {
    height: 100%;
}

.ser-price+div .colfff:hover {
    color: #fff;
}

.serbox>div+div {
    margin-top: 27px;
    padding-top: 17px;
}

.needbox .nbtop {
    line-height: 50px;
}

.nbtop span.inline-block {
    width: 64px;
    height: 24px;
    line-height: 24px;
}

.needbox .nbtop+div {
    padding: 16px 30px 12px;
}

.needbox:hover h5 a {
    color: #4169f5;
}

.needbox h5+p {
    height: 36px;
}

.needbox .classify {
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
}

.needbox .nbbom {
    padding-top: 10px;
    line-height: 32px;
}

.needbox .pos {
    top: 20%;
    right: 30px;
    width: 140px;
}

.needbox .pos .layui-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
}

.needintro div {
    padding: 26px 30px;
}

.bgf4f {
    background-color: #f4f6fd;
}

.needintro div p {
    line-height: 24px;
    margin-bottom: 5px;
}

.org h3 {
    line-height: 70px;
}

.org .pic div {
    width: 105px;
    height: 70px;
}

.org .pic img {
    width: auto;
}

#orglist>div:hover h5 a {
    color: #4169f5;
}

.org .txtright a+a {
    padding-left: 17px;
}

.org .txtright a+a:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    width: 1px;
    height: 11px;
    background-color: #bab8b6;
}

.org .layui-flow-more a {
    display: inline-block;
}

.org .layui-flow-more a cite {
    color: #4169f5;
    background-color: transparent;
}

.wd90 {
    width: 90%;
}

.swiper-slide-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.nbbom>.swiper-slide-1 .layui-icon,
.serbox .swiper-slide-1 .layui-icon {
    width: 14px;
    height: 16px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: contain;
}

.col575 {
    color: #575d6c;
}

.col4169f5 {
    color: #4169f5 !important;
}

.bge9f {
    background-color: #e9f0fc;
}

.bg4169f5 {
    background-color: #4169f5;
}

.bgf1f {
    background-color: #f1f2f6;
}

.col889 {
    color: #8896ba;
}

.colff0 {
    color: #ff0500;
}

.icon-loc {
    background-image: url(../images/icon-loc.png);
}

.icon-org {
    background-image: url(../images/icon-org.png);
}

.sortbox input[name='usable']+.layui-form-checkbox span {
    background-image: url(../../assets/images/icon-ticket.png);
}

.sortbox input[name='valid']+.layui-form-checkbox span {
    padding-left: 30px;

    background-image: url(../images/icon-valid.png);
}

.bg-radient-lan {
    background: linear-gradient(to right, #6c98f9, #3371ff);
}

.layui-laypage {
    margin: 0;
    padding-top: 5px;
}

.layui-laypage span,
.layui-laypage .layui-laypage-refresh {
    color: #575d6c;
    font-size: 14px;
    background-color: transparent;
}

.layui-laypage a {
    color: #575d6c;
    font-size: 14px;
}

.layui-laypage a:hover {
    color: #3a62f4;
}

.layui-laypage .layui-laypage-spr {
    background-color: #fff;
}

.layui-laypage input:focus,
.layui-laypage select:focus {
    border-color: #3a62f4 !important;
}

.layui-laypage .layui-laypage-btn {
    line-height: 28px;
}

.layui-laypage .layui-laypage-btn:hover,
.layui-laypage .layui-laypage-btn:focus {
    color: #3a62f4;
    border-color: #3a62f4;
}

.layui-laypage .layui-laypage-curr em {
    color: blue;
}

#layui-laypage-1 * {
    font-size: 16px;
}

.ggfwbanner {
    height: 460px;
}

.ggfwbanner h5 {
    background: url(../images/bg_ggfwtext.png) no-repeat;
    height: 43px;
    line-height: 38px;
    width: 600px;
    left: 50%;
    top: 230px;
    margin-left: -580px;
    padding-left: 20px;
}

.ggfwbanner h3 {
    width: 800px;
    left: 50%;
    top: 160px;
    margin-left: -580px;
}

.anim .clearfix .layui-form-radioed div,
.anim .clearfix .layui-form-radio div:hover {
    border: none;
}

.incontent .layui-form-radio .layui-anim.layui-icon {
    color: #3a62f4;
    font-size: 16px;
}

.chobox .visible .layui-form-radio div,
.chobox .custom .layui-form-radio div {
    margin-left: -16px;
    color: #252b3a !important;
    background: transparent !important;
}

.choice .layui-input {
    width: 280px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 20px;
    background-color: #f2f2f3;
}

.chobox .layui-input {
    width: 60px;
    height: 26px;
    background-color: transparent;
}

.bor4169f5 {
    border: #4169f5 1px solid;
}

.plr40 {
    padding-left: 40px;
    padding-right: 40px;
}

.serconnect h3 {
    line-height: 70px;
}

.serconnect .tips {
    background-color: #f2f6fd;
    line-height: 34px;
}

.form-title h4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 20px;
    background-color: #4169f5;
}

.serconnect .pic {
    width: 144px;
    height: 144px;
}

.serconnect h5+p {
    height: 44px;
    line-height: 22px;
}

.serconnect .layui-btn-group * {
    height: 30px;
    line-height: 28px;
    border-color: #d5d5d5;
}

.serconnect .layui-btn-group .layui-btn {
    width: 32px;
}

.serconnect .layui-btn-group .layui-input {
    top: 6px;
    width: 60px;
    display: inline-block;
    margin-left: -2px;
}

.serconnect .layui-form-item+.layui-form-item {
    border-top: 1px solid #eee;
}

.serconnect .layui-form-label {
    width: 90px;
    padding: 7px 10px;
    box-sizing: border-box;
}

.serconnect .layui-inline .layui-input-inline {
    width: 211px;
}

.serconnect .layui-inline:first-child .layui-input-inline {
    width: 322px;
    margin-right: 0;
}

.serconnect .layui-inline .layui-input {
    height: 34px;
}

.serconnect .layui-form-text .layui-form-label {
    padding-right: 22px;
}

.serconnect .layui-input-block {
    margin-left: 90px;
}

.amount {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 80px;
    margin-bottom: 0;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.1);
}

.amount.pat {
    position: absolute;
    bottom: -170px;
}

.amount * {
    line-height: 40px;
}

.amount button {
    width: 120px;
    height: 40px;
}

.amount .borff7:hover {
    border-color: #4169f5;
}

.cola8a {
    color: #a8adba;
}

.flex605>div {
    width: 588px;
    height: 267px;
    background-color: #ffffff;
    cursor: pointer;
    border: solid 1px #f0f0f0;
    margin-bottom: 25px;
}

.flex605>div:hover {
    box-shadow: 0px 3px 15px 0px rgba(78, 80, 83, 0.15);
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hiddenwdx200 {
    width: 200px;
    height: 143px;
    overflow: hidden;
}

.right0 {
    right: 0;
}

.wdx325 {
    width: 325px;
}

.col8a8e99 {
    color: #8a8e99 !important;
}

.mt15 {
    margin-top: 15px;
}

.top0 {
    top: 0px;
}

.zcsb-lists>div+div {
    border-top: 1px dashed #dcdcdc;
}

.zcsb-lists h5 span {
    padding: 0 6px;
    height: 22px;
    line-height: 20px;
    display: inline-block;
}

.zcsb-lists>div:hover h5 span {
    color: #fff !important;
    background-color: #4169f5;
}

.zcsb-lists>div:hover h5 a {
    color: #4169f5;
    font-weight: bold;
}

.rc-lists .wdx550 .colblue:hover {
    background: linear-gradient(to right, #6c98f9, #3371ff);
    color: #fff;
}

.zcsb-lists .sb-state {
    width: 130px;
    height: 32px;
}

.bg-blue-light {
    background-color: #f2f6fc;
}

.yzjglist>div {
    width: 588px;
    height: 260px;
    background: #fff;
    margin-bottom: 25px;
}

.yzjglist .btmbar {
    bottom: 0;
    left: 0;
    height: 50px;
}

.yzjglist .pic {
    width: 98px;
    height: 68px;
    overflow: hidden;
}

.btmbar .item-grow1 span {
    color: #999;
}

.btmbar .item-grow1:hover {
    background-color: #3371ff;
}

.btmbar .item-grow1:hover span,
.btmbar .item-grow1:hover .layui-icon,
.btmbar .item-grow1:hover .iconfont {
    color: #fff;
}

.btmbar .item-grow1 a.active span,
.btmbar .item-grow1 a.active .layui-icon {
    color: #4169f5;
}
.newintit{
    background: url(../images/bg-insettit.png) left bottom no-repeat;
    height: 65px;
}
.secend-banner {
    width: 100%;
    height: 280px;
    top: 0; 
    left: 0;
}
.jg-instro-box .pic {
    width: 250px;
    height: 160px;
    border: #e5e5e5 1px solid;
}
.jg-instro-txt a {
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.col-blue {
    color: #0e55fa;
}
.jg-instro-txt {
    height: 26px;
}
.jg-instro-txt.down {
    height: auto;
}
.lineh26 {
    line-height: 26px;
}
.service-box .layui-tab-item .plun .layui-icon{
    width: 16px;
    height: 16px;
}
.yzjg-fwcpbox{
    width: calc((100% - 40px)/3);
    height: 240px;
    margin-right: 20px;
}
.yzjg-fwcpbox:nth-child(3n+3){
    margin-right: 0;
}
.yzjg-fwcpbox .pic{
    width: 70px;
    height: 70px;
}
.yzjg-fwcpbox:hover{
    background-color: #fdfdfd;
    box-shadow: 3px 3px 10px 3px rgb(0 0 0 / 20%);
}
.zhhd .layui-input {
    width: 280px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 20px;
    background-color: #fff;
}
.zhhd .layui-btn.pat {
    top: 0;
    left: 230px;
    height: 34px;
    line-height: 34px;
    background-color: transparent;
}
.zhhdbox-list {
   border-bottom: 1px solid #ececec; 
}
.zhhdbox-list:last-child{ border-bottom: 0;}
.zhhdbox-list:hover,.zixxbox:hover{
    background-color: #eaf1ff;
}
.zhhdbox-list .pic{
    width: 292px;
    height: 175px;
    background: #fff;    
}
.deadline-bg{
    left: -14px;
    top: 10px;
    width: 102px;
    height: 27px;
    padding-left: 10px;
    background: url(../images/bg-deadline.png) no-repeat;
}
.gyzpqbox{
    width: calc((100% - 60px)/4);
    height: 295px;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.gyzpqbox:nth-child(4n+4){
    margin-right: 0;
}
.gyzpqbox .detail{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #3571ff;
    height: 35px;
    display: none;
}
.gyzpqbox:hover .detail{
    display: block;
}
.gyzpqbox .pic{
    height: 141px;
    overflow: hidden;
}
.bannergbh{
    height: 460px;
}
.bannergbh h5{
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 200px;
}
.icon22 {
    height: 22px;
    width: 21px;
    display: inline-block;
}
.gbh_tab .item{
    margin: 0 60px 10px;
    text-align: center;
    cursor: pointer;
}
.gbh_tab .item.on{
    border-bottom: #3271ff 2px solid;
}
.gbh_tab .item.on p{
    color: #3271ff;
}
.gbh_tab .icon-img{
    width: 50px;
    height: 50px;
}
.gbh_tab .img1{
    background: url('../images/tab-icon1.png') no-repeat;
}
.gbh_tab .on .img1{
    background: url('../images/tab-icon1on.png') no-repeat;
}
.gbh_tab .img2{
    background: url('../images/tab-icon2.png') no-repeat;
}
.gbh_tab .on .img2{
    background: url('../images/tab-icon2on.png') no-repeat;
}

.gbh_tab .img3{
    background: url('../images/tab-icon3.png') no-repeat;
}
.gbh_tab .on .img3{
    background: url('../images/tab-icon3on.png') no-repeat;
}
.gbh_tab .img4{
    background: url('../images/tab-icon4.png') no-repeat;
}
.gbh_tab .on .img4{
    background: url('../images/tab-icon4on.png') no-repeat;
}
.gbhtab_con{
    background: url(../images/bg-gyp.jpg) no-repeat;
    background-size: cover;
    height: 635px;
}
.gypbox{
    width: calc((100% - 60px)/4);
    height: 285px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.gypbox:hover{
    background-color: #3271ff;
}
.gypbox:hover p{
    color: #fff;
}
.gypbox:nth-child(4n+4){
    margin-right: 0;
}
.gypbox img{
    height: 180px;
    width: 100%;
}
.gypcon{
    display: none;
}
.mxqybox{
    width: calc((100% - 80px)/5);
    height: 120px;
    border: #d5d5d5 1px solid;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.mxqybox:hover{
    border: 1px solid #3271ff;
}
.mxqybox:nth-child(5n+5){
    margin-right: 0;
}
.zhhd-bg{
    height: 652px;
    background: url('../images/bg-zhhd.jpg') no-repeat;
    background-size: cover;
}
.zhhdbox{
    width: calc((100% - 60px)/4);
    height: 368px;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.zhhdbox:nth-child(4n+4){ margin-right: 0;}
.zhhdbox:hover{
    background: #3271ff;
}
.zhhdbox>img{
    width: 100%;
    height: 152px;
}
.zhhdbox .title{
    line-height: 26px;
    padding-top: 52px;
    height: 78px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zhhdbox:hover .title{
    padding-top: 0;
    text-overflow:inherit;
    white-space: pre-wrap;
}
.zhhdbox:hover p{
    color: #fff;
}
.ico-time1{
    background: url('../images/ico-time1.png') left center no-repeat;
}
.zhhdbox:hover .ico-time1{
    background: url('../images/ico-time1on.png') left center no-repeat;
}
.ico-clock{
    background: url('../images/ico-clock.png') left center no-repeat;
}
.zhhdbox:hover .ico-clock{
    background: url('../images/ico-clockon.png') left center no-repeat;
}
.ico-location{
    background: url('../images/ico-location.png') left center no-repeat;
}
.zhhdbox:hover .ico-location{
    background: url('../images/ico-locationon.png') left center no-repeat;
}
.zhhd-detailpic{
    width: 285px;
    height: 170px;
    border-radius: 5px;
    border: #3271ff 1px solid;
    overflow: visible;
}
.bottom0{
    bottom: 0;
}
.right120{
    right: 120px;
}
.borbtmblue2{
    border-bottom: 2px solid #3271ff;
}
.qymlpic{
    width: 350px;
    height: 250px;
    overflow: hidden;
}
.bor999{
    border: #999 solid 1px;
}
.qyml-instro-txt a {
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 0 5px;
}
.qyml-instro-txt {
    height: 52px;
}
.qyml-instro-txt.detail{
    height: 78px;
}
.qyml-instro-txt.down {
    height: auto;
}
.qymlbox{
    width: calc((100% - 40px)/3);
    height: 270px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: #fff 1px solid;
}
.qymlbox:hover{
    border: #3271ff 1px solid;
}
.qymlbox:nth-child(3n+3){
    margin-right: 0;
}
.qymlbox .pic{
    width: 120px;
    height: 120px;
}
.qymllist .pic{
    width: 230px;
    height: 143px;
    overflow: hidden;
}
.qymllist:hover .layui-btn{
    background-color: #3271ff;
    color: #fff;
}
.icon-home1{
    background: url(../images/ico-home1.png) no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 19px;
}
.qymllist:hover  .icon-home1{
    background: url(../images/ico-home1on.png) no-repeat;
}
.qymlitem-bg{
    background: #fafaf9;
    width: 268px;
    height: 64px;
}
.qymlitem-bg i{
    width: 34px;
    height: 34px;
}
.qymllist:hover{
    background-color: #eaf1ff;
}
.qymllist:hover h3{
    color: #3271ff;
}
.qymllist:hover .qymlitem-bg{
    background-color: #fff;
}
.ico-frdb{
    background: url(../images/icon-frdb.png) no-repeat;
}
.qymllist:hover .ico-frdb{
    background: url(../images/icon-frdbon.png) no-repeat;
}
.ico-zczb{
    background: url(../images/icon-zczb.png) no-repeat;
}
.qymllist:hover .ico-zczb{
    background: url(../images/icon-zczbon.png) no-repeat;
}
.ico-clsj{
    background: url(../images/icon-clsj.png) no-repeat;
}
.qymllist:hover .ico-clsj{
    background: url(../images/icon-clsjon.png) no-repeat;
}
.icon20{
    width: 18px;
    height: 18px;
}
.gyqzp-bg{
    background: url(../images/bg-zpxq.jpg) top center no-repeat #fff;
}
.zp-shop .pic{
    width: 200px;
    height: 85px;
    overflow: hidden;
}
.zp-shop .instro{
    height: 140px;
}
.xgcpbox .pic{
    width: 168px;
    height: 87px;
}