/* 动态效果 */
html {
    /*overflow-x: hidden*/
}

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

/* 鼠标经过时字体颜色变化*/
.animhovercol169:hover {
    color: #169bd5;
}

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

/* 鼠标经过时放大*/
.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);
}
/* 动态效果end */


/* 公共 */

.col169 {
    color: #169BD5 !important;
}
.col40a {
    color: #40a9ff !important;
}
.col42d {
    color: #42d885 !important;
}

.bg437{background: #4374b1}
.bg169 {
    background-color: #169bd5;
}
.bg1e8 {
    background-color: #1e89e0;
}
.bg409 {
    background-color: #409eff;
}
.bgf1f {
    background-color: #f1f1f1;
}
.bgtr {
    background-color: transparent!important;
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

.icons {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.flex-center {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    -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;
}

.flex-in {
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
.layui-tab-item.layui-show {display: none!important;}
.layui-tab-item.item-show {display: block!important;}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: #169bd5 2px solid;
}
.layui-tab-title li{
    font-size: 16px;
    font-weight: bold;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color:  #169bd5;
    font-size: 16px;
    font-weight: bold;
}
.layui-table.qz-table tbody tr:hover{
    background-color: #eef5fd;
}
.layui-table.qz-table[lay-skin=nob] td{
    border: none;
    border-bottom: 1px solid #eee;
}
.layui-table.qz-table td, .layui-table.qz-table th{
    padding: 15px;
}
.flex {
    display: -webkit-flex;
    display: flex;
  }
.mtb20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.ptb20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.plr20{
    padding-left: 20px;
    padding-right: 20px;
}
.plr30{
    padding-left: 30px;
    padding-right: 30px;
}
.justbetween{justify-content: space-between;}
.col169{color:#169BD5;}

.colfff{color:#fff !important;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color:#169BD5 ;
}
.layui-laypage a:hover{color:#169BD5 ;}
/* 首页 */


/* 首页cxy */
.index-service-colitem{
    width: calc((100% - 40px)/3);
    height: 550px;
    box-sizing: border-box;
    border: #eee 1px solid;
}
.border-dashed{
    border: 1px #eee dashed;
}
.index-service-title::after{
    position: absolute;
    content: '';

    top:38px;
        width: 40px;
	height: 4px;
	background-image: linear-gradient(90deg,
		#b1d9f8 0%,
		#169bd5 100%);

	border-radius: 2px;
}
.index-list-item .arrow{

     background: url('../images/ico-arrow.png')  no-repeat;
    display: inline-block;width:20px;height:20px;vertical-align: middle;
    margin-right: 5px;
}
.index-service-title::before{
    position: absolute;
    content: '';
    top:38px;left: 45px;
      width: 6px;
	height: 4px;
	background-color: #169bd5;
	border-radius: 2px;
}

/* 首页 */



/* 2021.12.9开始更改首页 */
.newlogo{
    width: 200px;height:70px;
}
.htbox .layui-form{
    border: 2px solid #ded9d9;
}
.animlarge{
    color: #15a3ff;
}
.ico-eye{
    width: 18px;height: 18px;
}
.bg1ff{
    background-color: #1971ff;
}
.padl10{
    padding-left: 10px!important;
}
.bgf6{
    background-color: #f6f6f6!important;
}
.flowhid{
    overflow: hidden;
}
.marlf35{
    margin-left: 35%!important;
}
.shahover:hover{
    box-shadow: 0 0 10px #a9a9a9;
}
/* 调整结束 */


.htbox .layui-btn {
    top: 0;
    right: 0;
    width: 100px;
    height: 38px;
    line-height: 38px;
    background-color: #15a3ff;
    border-radius: 30px;
   
}
.regbtn > a+a {
    margin-left: 17px;
}
header .layui-nav-item {
  padding:0 30px;
}


header .layui-nav-item+.layui-nav-item {
    margin-left: 40px;
}
header .layui-nav .layui-nav-item a {
    color: #fff;
    font-size: 16px;
    padding: 0

}
header .layui-nav .layui-this , header .layui-nav .layui-nav-item:hover{
    background-color: #15a3ff;
}
header .layui-nav .layui-this a, header .layui-nav .layui-nav-item a:hover {
    /*color: #3ba9ff;*/

}
header .layui-nav-child {
    top: 60px;
    left: 0px;
    text-align: center;
    padding: 0;
    border: 0;
    background-color: rgba(22, 155, 213, 0.7);
}
header .layui-nav .layui-nav-child a {
    padding: 0 10px;
}
header .layui-nav .layui-nav-child a:hover {
    background-color: transparent;
}
header .layui-nav .layui-this:after {
    left: calc(40% - 15px);
    bottom: 8px;
    width: 20%;
    height: 4px;
    border-radius: 5px;
    /*background-color: #299cfe;*/
    display: none;
}
header .layui-nav-bar {
    background-color: transparent;
}
.inbanner {
    height: 150px;
}
.inbanner .swiper-slide {
    background-repeat: no-repeat;
    background-position: center 0;
}
.footer{background: #21282c;padding:35px 0 50px 0;}
.footer p{  color:#babec0;}
/* footer p+p {
    margin-left: 30px;
    color: #babec0;
} */
.index-service-title.long::after{
    width: calc(100% - 100px);
}
.index-service-title.insub::after{
  width: calc(100% - 160px);
    left: 90px;
}
.index-service-title.insub::after{
}
.insub{
    padding:10px 0;border-bottom: 1px solid #eee;
	font-size: 16px;

	color: #333333;
}
.index-service-title .more{
    width: 83px;
    height: 28px;
    border: solid 1px #cecdcd;
    line-height: 28px;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    font-size: 14px;
    color:#575d6c;
    border-radius: 15px;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
}
.index-service-title .more-txt{
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
}
.index-list-item{
    line-height: 33px;
}
.index-list-item a{
    display: block;
}
.index-list-dot{
    line-height: 30px;
}
.index-list-dot a::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #169bd5;
    border-radius: 10px;
    margin-right: 10px;
}
.index-list-bggray a{
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    display: block;
}
.index-hot-tit{
    top: -12px;
    padding: 0 5px;
    background: url('../images/hot.png') 8px center no-repeat #fff;
    padding-left: 45px;
    width: 160px;
    left: 50%;
    margin-left: -70px;
}
.index-hot-menu{
    width: calc((100% - 10px)/2);
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
	color: #fffffe;
}
.index-hot-menu.bg{
    background: url('../images/itembg.png') no-repeat;
    background-size: 100% 100%;
}

.index-hot-menu.bg2{
    background: url('../images/u97.png') no-repeat;
    background-size: 100% 100%;
}
.index-cooper-menu{
    display: block;;
    height: 85px;
    border-radius: 8px;
    width: calc((100% - 10px)/2);
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    color:#333;
    
}
.index-cooper-menu:hover span{
    color:#169BD5;
}






.index-cooper-menu img{
    width:60px;height: 60px;
    display: inline-block;
}
.index-cooper-menu.bg1{
    background-color: #169bd5;
}
.index-cooper-menu.bg2{
    background-color: #92c7f5;
}
.index-cooper-menu.bg3{
    background-color:#7eb48b;
}
.index-cooper-menu.bg4{
    background-color: #e49d74;
}
.icouser{width: 30px;height:30px;border-radius: 15px;}

.yc-servpub {
  float: left;
  width: 25%;
  padding-top: 40px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,.5);

  text-align: center;
    height: 190px;
}

.yc-servpub2 h5 {
    color:#333
}

.yc-servpub2 h5:after {
    display: none;
}

.yc-servpub2 .layui-btn-sm{border:1px solid #999 !important;}
.yc-servpub h5 {
  font-size: 26px;
    position: relative;

}
.yc-servpub h5:after {
    content: "";
    position: absolute;
    width:43px;height: 4px; background: #fff;
    top:45px;left:43%;

}
.yc-servpub .layui-btn-sm {
    margin-top: 40px;
    background-color: rgba(255,255,255,.1);
    color: #333;width:122px;height:35px;
    line-height: 35px;
    border: 1px solid #fff;
}
.back-orange {
  background: url("../images/bg2.jpg") no-repeat;background-size: 100% 100%;
}
.bgff7{
    background: #ff751a
}

.yc-servpub.back-orange .layui-btn-sm {
  color: #fff;
  border: 1px solid #fff;
}
.yc-servpub.back-orange h5 {
  color: #fff;
}
.yc-servitem {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 20px 30px;
  position: relative;
    background:#fff;
      box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 1%) inset;
    height: 190px;overflow: hidden;
}


.yc-servitem:hover {
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%) inset;
}
.yc-service {

  margin-bottom: 40px;
}
.yc-servitem h5 {
  font-size: 18px;
  padding-bottom: 15px;
}
.yc-servitem p {
  font-size: 14px;
  color: #999;
  padding-bottom: 20px;
}
.yc-servbot {
  opacity: 0;
  bottom: -36px;
  left: 0;
  background-color: #fff;
}
.yc-servbot a {
  height: 45px;
  line-height: 43px;
}
.yc-servbot a span {
  height: 100%;
}
.borff7 {
  border: 1px solid #ff751a;
}
.colff7 {
  color: #ff751a!important;
}
.yc-servitem:hover .yc-servbot {
  opacity: 1;
  bottom: 1px;
}
.serv-price {
  font-size: 18px;
    margin-top: 30px;
    height: 45px;
}
.serv-price span {
  font-size: 18px;
  color: #ff0500;
}
.yc-rzfw {


    margin-top: 20px;
}
.yc-rzfw .layui-elem-field legend {
  margin-left: 0;
  padding: 0 10px 0 0;
  font-size: 18px;
  font-weight: normal;
}
.yc-rzfw .layui-field-title {
  margin: 0;
}
.rzfw-title{font-size: 18px;color:#333;line-height: 32px;}
.rzfw-title .prod{width:128px;height:32px;float: right}

.colred {
  color: #ff0500;
}
.rzfw-item {
 width:449px;height:149px;margin-right:15px;
  padding: 15px 25px;border:1px solid #eee;
}

.rzfw-item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}



.rzfw-right {
    width: 272px;height:149px;

    padding: 0px 20px;
}

.rzfw-red{
    background: url(../images/bg4.jpg) no-repeat;
    background-size: 100% 100%;
}
.rzfw-red .layui-btn-sm{
    background: #ed4e56;font-size: 14px;border-radius: 30px !important;
}

.rzfw-blue{
    background: url(../images/bg3.jpg) no-repeat;
    background-size: 100% 100%;
}

.rzfw-blue .layui-btn-sm{

    background: #0463f6;font-size: 14px;border-radius: 30px !important;
}

.rzfw-right img {
  width: 50px;
  height: 60px;
}
.rzfw-right .layui-btn-sm {
  padding: 0 20px;
  border-radius: 5px;
}
.bgfixed{  background: url('../images/newbgat.jpg') no-repeat;background-size: 100% 100%; background-attachment: fixed;
 padding:85px 0;
}



/* 查看简历 */
.worktop .container {
    height: 92px;
}
.worktop .worknav {
    height: 92px;
    margin-left: 20px;
}
.worktop .worknav li {
    margin-left: 46px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.worknav li.active, .worknav li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.worknav .pic {
    width: 32px;
    height: 32px;
}
.pic img {
    width: auto;
}
.quit:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.menunav {
    width: 216px;
}
.menunav .layui-nav .layui-this, .menunav .layui-nav-item:hover {
    background-color: #e6f3f9;
}
.menunav .layui-nav .layui-this:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 60px;
    background-color: #5badff;
}
.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: #333;
    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 .icon-mnav-2 {
    background-image: url(../images/icon-mnav-2.png);
}
.menunav .icon-mnav-3 {
    background-image: url(../images/icon-mnav-3.png);
}
.menunav .icon-mnav-4 {
    background-image: url(../images/icon-mnav-4.png);
}
.menunav .icon-mnav-5 {
    background-image: url(../images/icon-mnav-5.png);
}
.menunav .layui-nav-tree .layui-nav-bar {
    background-color: #5badff;
}
.subnr {
    width: 970px;
    min-height: 100px;
    padding: 30px 25px;
}
.lbtn1 {
    width: 88px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #40a9ff;
    background-color: #ecf5ff;
}
.cvbox .pic img {
    max-width: 116px;
}
.cvbox .icons {
    width: 17px;
    height: 17px;
}
.icon-phone {
    background-image: url(../images/icon-phone.png);
}
.icon-email {
    background-image: url(../images/icon-email.png);
}
.cvbox h4:before {
    content: '';
    position: absolute;
    top: 20%;
    left: -15px;
    width: 4px;
    height: 20px;
    background-color: #169bd5;
}


/* 简历列表 */
.cvbox .cvlist .pic img {
    width: 68px;
    height: 68px;
}
.cvlist .icons {
    width: 12px;
    height: 12px;
}
.cvlist .lbtn2 {
    width: 108px;
    margin-left: 44px;
}
.cvbox .layui-laypage .layui-input {
    height: 30px;
    font-size: 12px;
}


/* 添加职位 */
.cvbox .layui-form-label {
    padding-left: 0;
    padding-right: 0;
    line-height: 22px;
}
.cvbox .layui-input-block {
    margin: 0;
}
.cvbox .layui-input-inline {
    width: 337px;
    height: 40px;
}
.cvbox .layui-input {
    height: 40px;
    font-size: 16px;
}
.cvbox .layui-textarea {
    min-height: 170px;
}
.cvbox .layui-form-select dl {
    padding: 0;
}
.cvbox .layui-form-select dd {
    font-size: 16px;
}
.cvbox .layui-form-select dd.layui-this {
    background-color: #409eff;
}
.cvbox .layui-form .layui-btn {
    width: 130px;
    height: 44px;
    line-height: 42px;
}


/* 职位管理 */
.subnr .mtable th {
    height: 50px;
    line-height: 50px;
    padding: 0 36px;
    background-color: #eef1f6;
}
.subnr .mtable td {
    padding: 19px 36px;
    border-bottom: 1px solid #eee;
}
.subnr .mtable .opbtn {
    padding-left: 30px;
    padding-right: 30px;
}
.mtable .opbtn .layui-btn {
    width: 76px;
    height: 34px;
    line-height: 32px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
}
.lbtn3 {
    color: #efb43c !important;
    border-color: #efb43c;
    background-color: #fdf6ec;
}
.lbtn4 {
    color: #666 !important;
    border-color: #666;
    background-color: #eef1f6;
}
.lbtn5 {
    color: #ff7979 !important;
    border-color: #ff7979;
    background-color: #ffecec;
}


/* 职位详情 */
.lbtn6 {
    width: 140px;
    height: 50px;
    line-height: 50px;
    margin-top: 90px;
}



/*求职*/
.qz-form-search{
    border: #ccc 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
    width: 600px;
    height: 48px;
    padding: 0 5px;
    line-height: 46px;
}
.qz-form-search input{
    height: 46px;
    line-height: 46px;
}
.qz-search-btn{
    width: 120px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}
.zb-form-search{
    border: #ccc 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
    width: 388px;
    height: 38px;
    padding: 0 5px;
    line-height: 36px;
}
.zb-form-search input{
    height: 36px;
    line-height: 36px;
}
.zb-search-btn{
    width: 80px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}
.zb-search-btn:hover{ opacity: .8;}
.bg169{
    background-color: #169bd5;
}
.bg437{
    background-color: #4374b1;
}
.cole54{
    color: #e54040;
}
.qz-label span{
    background-color: #e8f0f9;
    border-radius: 5px;
    padding: 2px 8px;
    margin-right: 5px;
    color: #7388a3;
    font-size: 14px;
}
/*招标信息*/
.rkbanner{
    height: 453px;
}
.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;
}
.subnr.wd100{
    width: 100%;
}
.menunav .icon-zbnav-1 {
    background-image: url(../images/ico-mzb1.png);
}
.menunav .icon-zbnav-2 {
    background-image: url(../images/ico-mzb2.png);
}
.menunav .icon-zbnav-3 {
    background-image: url(../images/ico-mzb3.png);
}
.menunav .icon-zbnav-4 {
    background-image: url(../images/ico-mzb4.png);
}
.menunav .icon-zbnav-5 {
    background-image: url(../images/ico-mzb5.png);
}
.menunav .icon-zbnav-6 {
    background-image: url(../images/ico-mzb6.png);
}
.menunav .layui-this .icon-zbnav-1 {
    background-image: url(../images/ico-mzb-h1.png);
}
.menunav .layui-this .icon-zbnav-2 {
    background-image: url(../images/ico-mzb-h2.png);
}
.menunav .layui-this .icon-zbnav-3 {
    background-image: url(../images/ico-mzb-h3.png);
}
.menunav .layui-this .icon-zbnav-4 {
    background-image: url(../images/ico-mzb-h4.png);
}
.menunav .layui-this .icon-zbnav-5 {
    background-image: url(../images/ico-mzb-h5.png);
}
.menunav .layui-this .icon-zbnav-6 {
    background-image: url(../images/ico-mzb-h6.png);
}

.menunav .icon-mnav-jl {
    background-image: url(../images/icon-mnav-jl.png);
}
.menunav .icon-mnav-zh {
    background-image: url(../images/icon-mnav-zh.png);
}
.my_jl .layui-form-label {
    width: 120px;
    line-height: 22px;
}
.my_jl .layui-upload.personal{
    height: 160px;
}
.my_jl .layui-upload.personal .layui-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    margin-top: -15px;
    margin-left: -42px;
    width: 84px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border:#fff 1px solid;
    z-index: 2;
}
.my_jl .layui-upload.personal .bg-opecity{
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    top: 0;
    margin: 0;
    width: 160px;
    height: 160px;
    left: 50%;
    margin-left: -80px;
    border-radius: 80px;
    overflow: hidden;
    z-index: 1;
}
.my_jl .layui-upload.personal:hover .bg-opecity{
    opacity: 1;
}
.my_jl .personal .layui-upload-list{
    top: 0;
    margin:0;
    width: 160px;
    height: 160px;
    left: 50%;
    margin-left: -80px;
    border-radius: 80px;
    overflow: hidden;
}
.my_jl .column .layui-upload-list img{
    width: 100%;
    height: 100%;
}
.myjl-bj{
    right: 0;
    top: 10px;
}
/*统一平台头部*/
.main_content{width:1300px;margin:0 auto;}
.img100{width:100%;display: block;}
.workbench_top{background:#1e89e0;height:90px;overflow: hidden;}

.top_logo{display: block;margin:20px  0;}
.itemlink{display: block;padding:19px 0px;width:130px;float:left;}
.itemlink p{font-size: 14px;}
.itemlink.active{background:rgba(0,0,0,.2);}
.itemlink .fa{display: inline-block;font-size:25px;width:25px;height:25px;color:#fff;}
a.itemlink:hover {background:#0003;}
.workbench_top .swiper-button-next, .workbench_top .swiper-button-prev {color: #fff;}
.workbench_top .swiper-button-next.swiper-button-disabled, .workbench_top .swiper-button-prev.swiper-button-disabled {opacity: 0;}
.workbench_top .swiper-button-next:hover, .workbench_top .swiper-button-prev:hover {color: #aefcfe;text-shadow: 0 0 5px rgba(255,255,255,1);}
.workbench_top .swiper-button-next:after, .workbench_top .swiper-button-prev:after {font-size: 20px;font-weight: bold;}
/*鼠标经过图片和文字放大，1s加背景色的效果*/
.anim_link {
	background: rgba(0,0,0,0);
	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;
}
.anim_link:hover {
	padding-top: 16px;
	padding-bottom: 19px;
	background: rgba(0,0,0,.2);
}
.anim_link:hover .fa {
	font-size: 30px;
}
.anim_link:hover p {
	font-size: 16px;
}

