/* 动态效果 */


[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);
}


.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 */


/*  */
.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;
    margin-right: 20px;
    float: left;
}
.icouser img{
    display: inline-block;
}
.col3b8{
    color: #3b82ff;
}
.col3b8:hover{
    color: #3b82ff;
}
.bg3b8{
    background-color: #3b82ff;
}
.col7a8{
    color: #7a8297;
}
.cole7e{
    color: #e7ebf4;
}
.animtxt:hover{
    color: #3b82ff !important; 
}
.ptb23{
    padding-top: 23px;
    padding-bottom: 23px;
}
.col707{
    color: #707070;
}
.plr17{
    padding-left: 17px;
    padding-right: 17px;
}
.lh63{
    line-height: 63px;
    height: 63px;
}
.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: 438px;
    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: 0;
    width: 87px;
	height: 36px;
    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: 60px;  
    border-bottom: 5px 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;     */
}
.banner{
    height: 694px;
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
}
.wdx495{
    width: 495px;
}
.pot-right{
    right: 0;
}
.wdx305{
    width: 305px;
}
.top30{
    top: 30px;
}
.top20{
    top: 20px;
}
.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;
}
.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: 80px;
    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;
}
.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-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: 2%;
    right: 0;
    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-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;
}
.flex-start1 {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
}
.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: 60px;
    width: 230px;
    display: none;
}
.index-pop-menu .item a{
    line-height: 33px;
    text-align: center;
    display: block;
    font-size: 14px!important;
    color: #333 !important;
    font-weight: normal !important;
}
.index-pop-menu .item a:hover{
    background-color: #e4edfb;
    color: #3b82ff;
    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;
}

#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;
}
.zczx .layui-this{
    border-bottom: 0;
    height: 32px;

}
.wdx225{
    width: 225px;
}
.pl40{
    padding-left: 40px !important;
}
.pr40{
    padding-right: 40px !important;
}