/*banner start*/
.banner{overflow-x: hidden;margin-top: 80px;position: relative;}
.banner .swiper {width: 100%;}
.banner .banner-cont {width: 100%;}
.banner .banner-cont .img{width: 100%;}
.banner .banner-cont .img img {display: block;width: 100%;}

.banner .banner-cont.swiper-slide{overflow: hidden;}
/*图片缓慢缩小*/
.banner .swiper-slide img{-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 4s linear;
    -o-transition: 4s linear;
    -moz-transition: 4s linear;
    transition: 4s linear;}
.banner .swiper-slide.swiper-slide-active img{transition: 6s linear;
    transform: scale(1);}

.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction{bottom: auto;margin-top: -50px;}
.banner .swiper-pagination-bullet{width: 36px;height: 5px;background: #FFFFFF;border-radius: 3px;}

.banner .banner-pages{position: relative;z-index:9; }
.banner .banner-pages .pageimg{position: absolute;width:60px;height: 60px;border:3px solid #fff;font-size: 40px;color:#fff;text-align: center;overflow: hidden;transition: all 0.5s;}
.banner .banner-pages .pageimg img{width: 100%;height: 100%;}
.banner .banner-pages .banner-prev{right:150px;bottom: 50px;}
.banner .banner-pages .banner-next{right:45px;bottom: 50px;}

/*放上去画圆弧动效*/
.banner .banner-pages .pageimg:before {content: "";position: absolute;left: -150%;top: -150%;background: #fff;width: 300%;height: 300%;border-radius: 50%;z-index: -1;transition: 0.5s;transform: scale(0);}
.banner .banner-pages .pageimg:hover{color:#353535;}
.banner .banner-pages .pageimg:hover:before {transform: scale(1);}

.banner .swiper-button-next{right: -30px;left: auto;transition: all 0.5s;}
.banner .swiper-button-prev{left:-30px;right: auto;transition: all 0.5s;}
.banner:hover .swiper-button-next{right: 30px;}
.banner:hover .swiper-button-prev{left: 30px;}

:root {
    --swiper-theme-color: #fff;
}

/*banner上的文字内容*/
.banner .banner-text{position: absolute;left:0;right:0;top:0;bottom:0;/*width: 100%;height: 30%;*/}
.banner .banner-text .bc{/*align-items:flex-start;*/flex-flow: column;/*position: absolute;top:30%;left:0;right:0;*/color:#fff;}
.banner .banner-text .bc .etitle{font-size: 28px;letter-spacing: 2px;margin: 5px 0;}
.banner .banner-text .bc .ctitle{font-size: 50px;font-weight:bold;letter-spacing: 5px;}
.banner .banner-text .bc .hx{width: 8%;height: 2px;background-color: rgba(255,255,255,0.8);margin: 20px 0;}
.banner .banner-text .bc .hx .hx2{width: 40%;height: 1px;background-color: #fff;}
.banner .banner-text .bc .desc{font-size: 20px;letter-spacing: 2px;margin: 5px 0;}

/*面包屑 s*/
.crumb{position: absolute;left: 0;right:0;bottom: 20px;z-index: 1;}
.crumb .cont{font-size: 16px;color:#fff;}
.crumb .cont a{font-size: 16px;color:#fff;display: block;margin-left: 5px;}
.crumb .cont a:first-child{margin-left: unset;margin-right: 5px;}
/*面包屑 e*/

/*banner end*/



/*菜单 s*/
.menu{background-color: #f5f5f5;font-size: 16px;color:#353535;}
.menu .menu-cont{}
.menu .menu-cont ul{width: 100%;}
.menu .menu-cont ul li{width: 10%;transition: all 0.3s;}
.menu .menu-cont ul li .n{width:100%;font-size: 18px;color:#353535;padding: 20px 5px;transition: all 0.3s;}
.menu .menu-cont ul li.on{background-color: #0E6EB8;}
.menu .menu-cont ul li.on .n{color:#fff;}

.menu .menu-cont ul li:hover a{background-color: #0E6EB8;cursor: pointer;}
.menu .menu-cont ul li:hover .n{color:#fff;}

.menu .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction{bottom: auto;margin-top: -50px;}
.menu .swiper-pagination-bullet{width: 36px;height: 5px;background: #FFFFFF;border-radius: 3px;}
.menu .swiper-button-next{right: -30px;left: auto;transition: all 0.5s;}
.menu .swiper-button-prev{left:-30px;right: auto;transition: all 0.5s;}
.menu:hover .swiper-button-next{right: 30px;cursor: pointer;}
.menu:hover .swiper-button-prev{left: 30px;cursor: pointer;}
/*菜单 e*/



/*文字两端划线*/
.huaxian:before,.huaxian:after {content:"";width:36%;height:1px;background:#B5B5B5;
    display:block;/*1.首先使伪类显示方式为块级元素*/
    position:relative ;/*2.通过相对定位的方式控制两侧内容的位置*/}
/*3.控制左侧横线的位置*/
.huaxian:before{}
/*4.控制右侧横线的位置*/
.huaxian:after{}


/*公共标题*/
.cate-title{margin: 20px auto 40px auto;}
.cate-title .cate-title-cont{flex-flow: column;width: 28%;}
.cate-title .cate-title-cont h2{font-size: 36px;font-weight: bold;color: #353535;margin-bottom: 6px;}
.cate-title .cate-title-cont h4{font-size: 22px;font-weight: 400;color: #858585;}


/*分页*/
/* pager */
.pager { width:100%; height:38px;padding: 30px 0 30px; text-align:center;}
.pager > * { display:inline-block;font-size: 16px;height: 42px;line-height:44px;padding:0 20px;margin:0 5px;background: #FFFFFF;border: 1px solid #DDDDDD;}
.pager > *:first-child { display:none; }
.pager > *:first-child + * { margin-left:0px; }
.pager > span { cursor:no-drop; }
.pager > span.cur { cursor:default; background:#dfdfdf; color:#0E6EB8; font-weight:bold; }
.pager > a:hover { /*background:#066DB8;*/color: #066DB8;border: 1px solid #066DB8;}
.pager .current{    /*background: #066DB8;*/ color: #066DB8;border: 1px solid #066DB8;}






.contents{width: 100%;overflow: hidden;}
.contents .content{}


/*背景文字*/
.contents .back-word-img{z-index:1;}
.contents .back-word-img .word{font-size: 250px;font-weight:bold;color:rgba(223,223,223,0.12);}
.contents .back-word-img .word1{position: absolute;left:0;top:-80px;z-index: -1;}
.contents .back-word-img .word2{position: absolute;right:0;bottom:-60px;z-index: -1;}

.contents .back-word-img .img{}
.contents .back-word-img .img1{position: absolute;left:0;top:-20px;z-index: -1;}
.contents .back-word-img .img2{position: absolute;right:0;bottom:-30px;z-index: -1;}
.contents .back-word-img .img1 img{width: 50%;float: left;}
.contents .back-word-img .img2 img{width: 70%;float: right;}

.contents .back-word-img .img3{position: absolute;right:0;top:-20px;z-index: -1;}
.contents .back-word-img .img3 img{width: 50%;float: right;}

/****************************************************** 业务领域 s ******************************************************/


/******************* 智能制造 s *******************/

.manufacture{}
.manufacture .content{}

/*智能制造 s*/
.manufacture .content01{width: 100%;background: url("../images/ncont01-back.png");background-size: cover;padding: 20px 0 50px 0;}
.manufacture .content01 .cont{}
.manufacture .content01 .cont ul{}
.manufacture .content01 .cont ul li{justify-content: space-between;align-items: flex-start;}
.manufacture .content01 .cont ul li .left{width: 49%;min-height: 380px;overflow: hidden;border-radius: 15px;}
.manufacture .content01 .cont ul li .left img{width: 100%;transition: all 0.5s;}
.manufacture .content01 .cont ul li .right{width: 49%;}
.manufacture .content01 .cont ul li .right .title{font-size: 28px;color: #353535;line-height: 32px;}
.manufacture .content01 .cont ul li .right .hx{width: 100%;height: 2px;background-color: #0E6EB8;margin: 25px 0;}
.manufacture .content01 .cont ul li .right .desc{width: 98%;height:265px;padding:1% 2% 1% 0px;font-size: 18px;font-weight: 500;color: #353535;line-height: 40px;overflow-x: hidden}
.manufacture .content01 .cont ul li .right .desc p{font-size: 18px;font-weight: 500;color: #353535;}
.manufacture .content01 .cont ul li .right .hx2{width: 10%;height: 4px;background-color: #0E6EB8;margin-top: 30px;}
/*滚动条样式*/
.manufacture .content01 .cont ul li .right .desc::-webkit-scrollbar {width: 4px;}
.manufacture .content01 .cont ul li .right .desc::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #0E6EB8;}
.manufacture .content01 .cont ul li .right .desc::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background-color: #dfdfdf;}

.manufacture .content01 .cont ul li:hover .left img{transform: scale(1.1);}
/*智能制造 e*/

/*工厂布局 s*/
.manufacture .cate-desc{width: 55%;font-size: 22px;font-weight: 500;color: #353535;line-height: 44px;margin: 20px auto;text-align: center;}
.manufacture .content02{width: 100%;background: url("../images/ncont02-back.png");background-size: cover;padding: 20px 0 50px 0;}
.manufacture .content02 ul{padding: 30px 0 50px 0;}
.manufacture .content02 ul li{background-color: #FFFFFF;box-shadow: 3px 3px 10px -5px #858585;border-radius: 6px 6px 6px 6px;font-size: 20px;font-weight: 500;color: #353535;transition: all 0.5s;}
.manufacture .content02 ul li a{width:100%;font-size: 20px;font-weight: 500;color: #353535;flex-flow: column;padding: 20px 20px;transition: all 0.5s;}
.manufacture .content02 ul li .title{font-size: 20px;font-weight: 500;color: #353535;transition: all 0.5s;}
.manufacture .content02 ul li .hx{width: 10%;height: 3px;background-color: rgba(14,110,184,0.5);margin-top: 12px;border-radius: 3px;transition: all 0.5s;}
.manufacture .content02 ul li:hover{background-color: #0E6EB8;cursor: pointer;}
.manufacture .content02 ul li:hover a{color: #fff;}
.manufacture .content02 ul li:hover .title{color: #fff;}
.manufacture .content02 ul li:hover .hx{background-color: #fff;}
/*轮播翻页*/
.manufacture .content02 .cont .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction{bottom: auto;margin-top: -10px;}
.manufacture .content02 .cont .swiper-pagination-bullet{width: 36px;height: 5px;background: #858585;border-radius: 1px;}
/*工厂布局 e*/

/*生产环境 s*/
.manufacture .content03{width: 100%;background-color:#fff;padding: 20px 0 20px 0;}
.manufacture .content03 ul{padding: 0px 0 50px 0;}
.manufacture .content03 ul li{/*width:24%;margin: 1% 0.5%;*/}
.manufacture .content03 ul li a{width:100%;overflow: hidden;transition: all 0.5s;}
.manufacture .content03 ul li img{width: 100%;transition: all 0.5s;}
.manufacture .content03 ul li:hover{cursor: pointer;}
.manufacture .content03 ul li:hover img{transform: scale(1.1);}
/*轮播*/
.manufacture .content03 .swiper-grid-column>.swiper-wrapper{flex-direction: unset;align-items: flex-end;}
.manufacture .content03 .cont .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction{bottom: auto;margin-top: -10px;}
.manufacture .content03 .cont .swiper-pagination-bullet{width: 36px;height: 5px;background: #858585;border-radius: 1px;}
/*生产环境 e*/

/*产品介绍 s*/
.manufacture .content04{width: 100%;background-color:#fff;padding: 20px 0 30px 0;}
.manufacture .content04 ul{padding: 30px 0 50px 0;}
.manufacture .content04 ul li{/*width:24%;margin: 1% 0.5%;*/}
.manufacture .content04 ul li .c{width:100%;transition: all 0.5s;flex-flow: column;}
.manufacture .content04 ul li .c .img{width: 100%;overflow:hidden;}
.manufacture .content04 ul li .c .img img{width: 100%;transition:all 0.5s;}
.manufacture .content04 ul li .c .title{font-size: 18px;font-weight: 500;color: #454545;margin: 12px 0;}
.manufacture .content04 ul li .hx{width: 100%;height: 2px;background-color: #dfdfdf;}
.manufacture .content04 ul li:hover{cursor: pointer;}
.manufacture .content04 ul li:hover .c{width:100%;background-color: #0E6EB8;}
.manufacture .content04 ul li:hover .c .title{color: #fff;}
.manufacture .content04 ul li:hover .c .hx{/*background-color: #fff;*/}
.manufacture .content04 ul li:hover .c .img img{transform:scale(1.1);}
/*产品介绍 e*/


/******************* 智能制造 e *******************/




/******************* 供应链金融 s *******************/

.supplychain{}
.supplychain .content{}

/*供应链金融 s*/
.supplychain .content01{width: 100%;background: url("../images/ncont01-back.png");background-size: cover;padding: 20px 0 50px 0;}
.supplychain .content01 .cont{}
.supplychain .content01 .cont ul{}
.supplychain .content01 .cont ul li{justify-content: space-between;align-items: flex-start;}
.supplychain .content01 .cont ul li .left{width: 49%;min-height: 380px;overflow: hidden;border-radius: 15px;}
.supplychain .content01 .cont ul li .left img{width: 100%;transition: all 0.5s;}
.supplychain .content01 .cont ul li .right{width: 49%;}
.supplychain .content01 .cont ul li .right .title{font-size: 28px;color: #353535;line-height: 32px;}
.supplychain .content01 .cont ul li .right .hx{width: 100%;height: 2px;background-color: #0E6EB8;margin: 25px 0;}
.supplychain .content01 .cont ul li .right .desc{width: 98%;height:260px;padding:1% 2% 1% 0px;font-size: 18px;font-weight: 500;color: #353535;line-height: 40px;overflow-x: hidden}
.supplychain .content01 .cont ul li .right .desc p{font-size: 18px;font-weight: 500;color: #353535;}
.supplychain .content01 .cont ul li .right .hx2{width: 10%;height: 4px;background-color: #0E6EB8;margin-top: 30px;}
/*供应链金融*/
.supplychain .content01 .cont ul li .right .desc::-webkit-scrollbar {width: 4px;}
.supplychain .content01 .cont ul li .right .desc::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #0E6EB8;}
.supplychain .content01 .cont ul li .right .desc::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background-color: #dfdfdf;}

.supplychain .content01 .cont ul li:hover .left img{transform: scale(1.1);}
/*供应链金融 e*/

/*合资公司 s*/
.supplychain .cate-desc{width: 95%;font-size: 22px;font-weight: 500;color: #353535;line-height: 44px;margin: 20px auto;text-align: center;}
.supplychain .content02{width: 100%;background: url("../images/ncont02-back.png");background-size: cover;padding: 20px 0 50px 0;}
.supplychain .content02 .conts{position: relative;}
.supplychain .content02 ul{padding: 30px 0 50px 0;z-index:2;}
.supplychain .content02 ul li{background-color: #FFFFFF;box-shadow: 3px 3px 10px -5px #858585;border-radius: 6px 6px 6px 6px;flex-flow: column;position: relative;font-size: 20px;font-weight: 500;color: #353535;transition: all 0.5s;}
.supplychain .content02 ul li .c{width:100%;font-size: 20px;font-weight: 500;color: #353535;flex-flow: column;padding: 20px 20px;transition: all 0.5s;}
.supplychain .content02 ul li .title{font-size: 20px;color: #353535;font-weight:bold;letter-spacing: 1px;transition: all 0.5s;}
.supplychain .content02 ul li .title .color{font-size: 24px;color:#0E6EB8;transition: all 0.5s;}
.supplychain .content02 ul li .contact{width: 40%;background-color: rgba(14,110,184,0.8);margin-top: 20px;border-radius: 15px;font-size: 16px;color:#fff;text-align: center;padding: 5px 2px;transition: all 0.5s;display: none;}
.supplychain .content02 ul li .lineandyuan{width: 12px;height: 12px;background-color: #DFDFDF;border-radius: 50%;position: absolute;bottom: -40px;}
.supplychain .content02 ul li .lineandxian{width: 0%;height: 1px;background-color:#0E6EB8;margin-top: -6px;transition: all 0.6s;position: absolute;bottom: -35px;}

.supplychain .content02 ul li:hover{background-color: #0E6EB8;cursor: pointer;}
.supplychain .content02 ul li:hover a{color: #fff;}
.supplychain .content02 ul li:hover .title{color: #fff;}
.supplychain .content02 ul li:hover .title .color{color: #fff;}
.supplychain .content02 ul li:hover .contact{background-color: #fff;color:#0E6EB8;}
.supplychain .content02 ul li:hover .lineandyuan{background-color:#0E6EB8; }
/*.supplychain .content02 ul li:hover .lineandxian{width: 100%;}*/
/*轮播翻页*/
.supplychain .content02 .pre-hx-next{width:100%;position:absolute;bottom: 15px;justify-content: space-between;}
.supplychain .content02 .pre-hx-next .jt{width:2%;font-size: 28px;color:#B5B5B5;letter-spacing: -10px;padding: 0 10px;content: "";margin-top: -25px;}
.supplychain .content02 .pre-hx-next .jt.jtcolor{color:#0E6EB8;}
.supplychain .content02 .pre-hx-next .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: "";}
.supplychain .content02 .pre-hx-next .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: "";}
.supplychain .content02 .pre-hx-next .hx{width: 88%;height: 1px;background-color: #DFDFDF;z-index: 1;margin: 0 auto;}
.supplychain .content02 .pre-hx-next .jt:hover{color:#0E6EB8;cursor: pointer;}
/*合资公司 e*/


/*全资子公司 s*/
.supplychain .content03{padding: 20px 0 50px 0;}
.supplychain .content03 ul{}
.supplychain .content03 ul li{background-color: rgba(223,223,223,0.2);border-radius: 6px;transition: all 0.5s;}
.supplychain .content03 ul li .licont{width:80%;padding:30px 30px 0px 30px;align-items:flex-start;flex-flow: column;transition: all 0.5s;}
.supplychain .content03 ul li .title{font-size: 24px;color:#0E6EB8;font-weight:bold;transition: all 0.5s;}
.supplychain .content03 ul li .desc{font-size: 18px;color:#858585;margin: 30px 0 10px 0;padding:5px;line-height: 30px;height: 90px;overflow-y: auto;transition: all 0.5s;}
/*滚动条样式*/
.supplychain .content03 ul li .desc::-webkit-scrollbar {width: 4px;}
.supplychain .content03 ul li .desc::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #0E6EB8;}
.supplychain .content03 ul li .desc::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background-color: #dfdfdf;}
.supplychain .content03 ul li .num{font-size: 80px;font-weight: bold;margin-left:90%;color:rgba(14,110,184,0.05);}
.supplychain .content03 ul li:hover{background-color: #0E6EB8;cursor: pointer;}
.supplychain .content03 ul li:hover .title{color:#fff;}
.supplychain .content03 ul li:hover .desc{color:rgba(255,255,255,0.9);}
.supplychain .content03 ul li:hover .num{color:rgba(255,255,255,0.3);}
.supplychain .content03 ul li.on{background-color: #0E6EB8;cursor: pointer;}
.supplychain .content03 ul li.on .title{color:#fff;}
.supplychain .content03 ul li.on .desc{color:rgba(255,255,255,0.9);}
.supplychain .content03 ul li.on .num{color:rgba(255,255,255,0.3);}

.supplychain .content03 .cont{padding-bottom: 40px;}
.supplychain .content03 .cont .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0px;}
.supplychain .content03 .cont .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width: 30px;border-radius: 10px;background: #b5b5b5;}
.supplychain .content03 .cont .swiper-pagination-bullet-active{background: #0E6EB8;}
/*全资子公司 e*/

/******************* 供应链金融 e *******************/




/******************* 产业基金 s *******************/


.fund{}
.fund .content{}

/*产业基金 s*/
.fund .content01{width: 100%;background: url("../images/ncont01-back.png");background-size: cover;padding: 20px 0 0px 0;}
.fund .content01 .cont{}
.fund .content01 .cont ul{}
.fund .content01 .cont ul li{justify-content: space-between;align-items: flex-start;}
.fund .content01 .cont ul li .left{width: 49%;min-height: 380px;overflow: hidden;border-radius: 15px;}
.fund .content01 .cont ul li .left img{width: 100%;transition: all 0.5s;}
.fund .content01 .cont ul li .right{width: 49%;}
.fund .content01 .cont ul li .right .title{font-size: 28px;color: #353535;line-height: 32px;}
.fund .content01 .cont ul li .right .hx{width: 100%;height: 2px;background-color: #0E6EB8;margin: 25px 0;}
.fund .content01 .cont ul li .right .desc{width: 98%;height:260px;padding:1% 2% 1% 0px;font-size: 18px;font-weight: 500;color: #353535;line-height: 40px;overflow-x: hidden}
.fund .content01 .cont ul li .right .desc p{font-size: 18px;font-weight: 500;color: #353535;}
.fund .content01 .cont ul li .right .hx2{width: 10%;height: 4px;background-color: #0E6EB8;margin-top: 30px;}
/*产业基金*/
.fund .content01 .cont ul li .right .desc::-webkit-scrollbar {width: 4px;}
.fund .content01 .cont ul li .right .desc::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #0E6EB8;}
.fund .content01 .cont ul li .right .desc::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background-color: #dfdfdf;}

.fund .content01 .cont ul li:hover .left img{transform: scale(1.1);}
/*产业基金 e*/


/*基金业务模式 s*/
.fund .content02{width: 100%;padding: 50px 0 0px 0;}
.fund .content02 .conts{position: relative;}
.fund .content02 .cont{position: relative;padding: 70px 0 50px 0;}

/*双向箭头*/
.fund .content02 .double-arrow{flex-flow: column;position: absolute;left:30%;right:30%;bottom: 28%;z-index:2;}
.fund .content02 .double-arrow .arrow .t{font-size: 24px;font-weight: 500;color: #6988F2;line-height: 35px;background: radial-gradient(#076DC1 0%, #2793EB 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.fund .content02 .double-arrow .arrow .img{width: 100%;}
.fund .content02 .double-arrow .arrow .img img{width: 100%;}
/*顶部 双向箭头*/
.fund .content02 .double-arrow .top-arrow{width: 100%;flex-flow: column;margin-bottom: 35%;}
.fund .content02 .double-arrow .arrow .t{}
.fund .content02 .double-arrow .arrow .img{width: 216px;height: 45px;}
.fund .content02 .double-arrow .arrow .img img{width: 100%;height: 100%;}
/*底部 双向箭头*/
.fund .content02 .double-arrow .bottom-arrow{width: 100%;}
/*左侧 双向箭头*/
.fund .content02 .double-arrow .bottom-arrow .left-arrow{width: 40%;}
.fund .content02 .double-arrow .bottom-arrow .left-arrow .t{transform: rotate(-30deg);writing-mode: vertical-lr;margin-right:-40px;margin-top: 20px;}
.fund .content02 .double-arrow .bottom-arrow .img{width: 112px;height: 187px;}
.fund .content02 .double-arrow .bottom-arrow .img img{width: 100%;height: 100%;}
/*右侧 双向箭头*/
.fund .content02 .double-arrow .bottom-arrow .right-arrow{width: 40%;}
.fund .content02 .double-arrow .bottom-arrow .right-arrow .t{transform: rotate(30deg);writing-mode: vertical-lr;margin-left:-40px;margin-top: 20px;}
.fund .content02 .double-arrow .bottom-arrow .img{width: 112px;height: 187px;}
.fund .content02 .double-arrow .bottom-arrow .img img{width: 100%;height: 100%;}
/*圆形*/
.fund .content02 .yuan {width: 150px;height: 150px;border-radius: 100px;background-color: #fff;box-shadow:0 0px 14px 0px rgba(0,0,0,0.5);position: absolute;left:45%;right: 44%;bottom: 48%;z-index:2;transition: all 1s;}

/*内容区域*/
.fund .content02 .c{width:100%;flex-flow: column;z-index:1;}
.fund .content02 .c .top-c{width:100%;justify-content: space-around;}
/*产业投资基金*/
.fund .content02 .c .top-c .left{width: 49%;justify-content: flex-end;align-items: flex-start;}
.fund .content02 .c .top-c .left .left-cont{width:65%;flex-flow: column;align-items: flex-end;margin-right: 3%;}
.fund .content02 .c .top-c .left .left-cont .title{font-size: 26px;font-weight: bold;color: #353535;line-height: 35px;}
.fund .content02 .c .top-c .left .left-cont .desc{font-size: 20px;font-weight: 500;color: #858585;line-height: 40px;margin-top: 15px;flex-flow: column;align-items: flex-end;}
.fund .content02 .c .top-c .left .left-img{width: 30%;transition: all 0.5s;}
.fund .content02 .c .top-c .left .left-img img{width: 100%;z-index:1;transition: all 0.5s;}
.fund .content02 .c .top-c .left:hover .left-img img{transform: scale(1.1);}
/*并购基金*/
.fund .content02 .c .top-c .right{width: 49%;align-items: flex-start;}
.fund .content02 .c .top-c .right .right-img{width: 30%;}
.fund .content02 .c .top-c .right .right-img img{width: 100%;z-index:1;transition: all 0.5s;}
.fund .content02 .c .top-c .right .right-cont{width:65%;flex-flow: column;align-items: flex-start;margin-left: 3%;}
.fund .content02 .c .top-c .right .right-cont .title{font-size: 26px;font-weight: bold;color: #353535;line-height: 35px;}
.fund .content02 .c .top-c .right .right-cont .desc{font-size: 20px;font-weight: 500;color: #858585;line-height: 40px;margin-top: 15px;flex-flow: column;align-items: flex-start;}
.fund .content02 .c .top-c .right:hover .right-img img{transform: scale(1.1);}
/*股权投资基金*/
.fund .content02 .c .bottom-c{width: 100%;flex-flow: column;margin-top: 1%;}
.fund .content02 .c .bottom-c .bottom-img{width: 15%;margin-left: 0.5%;}
.fund .content02 .c .bottom-c .bottom-img img{width: 100%;z-index:1;transition: all 0.5s;}
.fund .content02 .c .bottom-c .bottom-cont{flex-flow: column;margin-top: 3%;}
.fund .content02 .c .bottom-c .bottom-cont .title{font-size: 26px;font-weight: bold;color: #353535;line-height: 35px;}
.fund .content02 .c .bottom-c .bottom-cont .desc{font-size: 20px;font-weight: 500;color: #858585;line-height: 40px;margin-top: 15px;}
.fund .content02 .c .bottom-c:hover .bottom-img img{transform: scale(1.1);}

.fund .content02:hover .yuan{transform: scale(1.1);box-shadow:0 0px 14px 0px rgba(14,110,184,0.5);}
/*基金业务模式 e*/


/*公司布局 s*/
.fund .content03{padding: 20px 0 50px 0;}
.fund .content03 ul{}
.fund .content03 ul li{background-color: rgba(223,223,223,0.2);border-radius: 6px;transition: all 0.5s;}
.fund .content03 ul li .licont{width:80%;padding:30px;flex-flow: column;position: relative;}
.fund .content03 ul li .title{font-size: 20px;color:#0E6EB8;font-weight:bold;transition: all 0.5s;}
.fund .content03 ul li .num{font-size: 60px;font-weight: bold;color:rgba(14,110,184,0.2);position: absolute;bottom: -30px;right: 20px;transition: all 0.5s;}
.fund .content03 ul li:hover{background-color: #0E6EB8;cursor: pointer;}
.fund .content03 ul li:hover .title{color:#fff;}
.fund .content03 ul li:hover .num{color:rgba(255,255,255,0.2);}

.supplychain .content03 .cont{padding-bottom: 40px;}
.supplychain .content03 .cont .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0px;}
.supplychain .content03 .cont .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width: 30px;border-radius: 10px;background: #b5b5b5;}
.supplychain .content03 .cont .swiper-pagination-bullet-active{background: #0E6EB8;}
/*公司布局 e*/


/******************* 产业基金 e *******************/



/***左侧悬浮 s***/
.xf{position: fixed;left:20px;top:30%;z-index:9;}
.xf .conts{}
.xf .conts .cont{background-color: #FFFFFF;box-shadow: 2px 0px 9px 0px #dfdfdf;border-radius: 20px;padding: 25px 5px 5px 5px;
    position: relative;position: fixed;transition: all 0.5s;
    /*opacity: 0;*/
    display: none;
    /*left: -300px;*/
}
.xf .conts .cont.show-cont{display: block;/*opacity: 1;*//*left: 0px;*/}
.xf .conts .cont .logo-img{width: 100px;height:25px;padding: 5px 10px;display: block;}
/*产业基金*/
.fund .xf .conts .cont .logo-img{width: 135px;height:35px;}
.xf .conts .cont .logo-img .img{width:100%;}
.xf .conts .cont .logo-img .img img{max-width: 100%;display: block;margin: 0 auto;}
.xf .conts .cont .ullist{width: 100%;}
.xf .conts .cont .ullist ul{}
.xf .conts .cont .ullist ul li{margin: 15px 0;padding: 5px 10px;border-radius:6px;background: linear-gradient(to top, rgba(14,110,184,1), rgba(14,110,184,1)) no-repeat;background-size: 100% 0%;transition: all 0.6s;}
.xf .conts .cont .ullist ul li .icons{margin-right: 5px;}
.xf .conts .cont .ullist ul li .icons .icon{display: none;}
.xf .conts .cont .ullist ul li .icons .icon img{}
.xf .conts .cont .ullist ul li .icons .icon:first-child{display: block;}
.xf .conts .cont .ullist ul li .title{font-size: 16px;font-weight: 500;color: #353535;line-height: 41px;}
/*悬浮*/
.xf .conts .cont .ullist ul li:hover{background-size: 100% 100%;cursor: pointer;}
.xf .conts .cont .ullist ul li:hover .icons .icon:nth-child(1){display: none;}
.xf .conts .cont .ullist ul li:hover .icons .icon:nth-child(2){display: block;}
.xf .conts .cont .ullist ul li:hover .title{color:#fff;}
/*选中*/
.xf .conts .cont .ullist ul li.on{background-color: #0E6EB8;}
.xf .conts .cont .ullist ul li.on .icons .icon:nth-child(1){display: none;}
.xf .conts .cont .ullist ul li.on .icons .icon:nth-child(2){display: block;}
.xf .conts .cont .ullist ul li.on .title{color:#fff;}
/*箭头*/
.xf .conts .cont .jt{position: absolute;top: 38%;right: -30px;border-radius: 0 10px 10px 0;background-color: #fff;box-shadow:7px 0px 9px 0px #dfdfdf;padding: 25px 10px;font-size: 16px;color: #b5b5b5;}
/*缩小的图*/
.xf .conts .cont.short-cont{}
.xf .conts .cont.short-cont .logo-img{width: 30px;height: 25px;}
.xf .conts .cont.short-cont .ullist ul li{margin: 21px 0;padding: 10px 10px;}
.xf .conts .cont.short-cont .ullist ul li:hover{cursor: pointer;}
.xf .conts .cont.short-cont .jt{padding: 16px 6px;right: -24px;}

.supplychain .xf .conts .cont .logo-img{width: 110px;}
.supplychain .xf .conts .cont.short-cont .logo-img{width: 30px;height: 25px;}

/***左侧悬浮 e***/


/****************************************************** 业务领域 e ******************************************************/



/****************************************************** 走进嘉业 s ******************************************************/


/******************* 集团简介 s *******************/
.about{position: relative;padding: 20px 0 80px 0;}
/*标题*/
.about .cate-title{margin: 20px auto 40px auto;}
.about .cate-title .cate-title-cont{flex-flow: column;width: 100%;}
.about .cate-title .cate-title-cont h2{font-size: 28px;font-weight: bold;color: #353535;margin-bottom: 3px;}

/*企业简介 s*/
.about .content01{width: 100%;padding: 20px 0 10px 0;z-index:2;}
.about .content01 .cont{font-size: 18px;font-weight: 500;color: #353535;line-height: 37px;text-indent: 2rem;}
.about .content01 .cont p{font-size: 18px;font-weight: 500;color: #353535;line-height: 37px;}
/*企业简介 e*/

/*图片列表 s*/
.about .content02{width: 100%;background-color:#fff;padding: 20px 0 10px 0;z-index:2;}
.about .content02 ul{padding: 0px 0 50px 0;}
.about .content02 ul li{}
.about .content02 ul li a{width:100%;transition: all 0.5s;overflow: hidden;}
.about .content02 ul li img{width: 100%;transition: all 0.5s;}
.about .content02 ul li:hover img{transform: scale(1.1);}
/*轮播*/
.about .content02 .swiper-grid-column>.swiper-wrapper{flex-direction: unset;align-items: flex-end;}
.about .content02 .cont .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction{bottom: auto;margin-top: -10px;}
.about .content02 .cont .swiper-pagination-bullet{width: 36px;height: 5px;background: #858585;border-radius: 1px;}
/*图片列表 e*/

/*数字列表 s*/
.about .content03{width: 100%;z-index:2;}
.about .content03 .conts{background:url("../images/about-numlist-back.png");background-size:cover;padding: 50px 0 50px 0;}
.about .content03 ul{width: 100%;justify-content: space-around;}
.about .content03 ul li{flex-flow: column;width: 20%;padding: 0 1%;}
.about .content03 ul li .img{width: 78px;height: 78px;padding: 0 1%;}
.about .content03 ul li .img img{width: 100%;height: 100%;}
.about .content03 ul li .nums-title{align-items: baseline;padding: 0 1%;}
.about .content03 ul li .nums-title h2{font-size: 68px;font-weight:normal;color: #fff;}
.about .content03 ul li .nums-title p{font-size: 24px;margin-left: 5px;color: #fff;}
.about .content03 ul li .nums-desc{font-size: 24px;margin-top: 8px;color: #fff;}
/*数字列表 e*/


/******************* 集团简介 e *******************/



/******************* 荣誉资质 s *******************/
.honor{position: relative;padding: 20px 0 80px 0;}

/*图片列表 s*/
.honor .content01{width: 100%;}
/*分类切换*/
.honor .content01 .cate-lists{margin: 30px 0;}
.honor .content01 .cate-lists ul{}
.honor .content01 .cate-lists ul li{margin: 0 20px;transition: all 0.5s;}
.honor .content01 .cate-lists ul li a{padding: 15px 60px;border-radius: 6px;background-color: #DFDFDF;font-size: 16px;color:#353535;transition: all 0.5s;}
.honor .content01 .cate-lists ul li:hover{cursor: pointer;}
.honor .content01 .cate-lists ul li:hover a{background-color: #0E6EB8;color:#fff;}
.honor .content01 .cate-lists ul li.on{}
.honor .content01 .cate-lists ul li.on a{background-color: #0E6EB8;color:#fff;}
/*列表图片*/
.honor .content01 .cont{display: none;}
.honor .content01 .cont-show{display: block;}
.honor .content01 .cont ul{justify-content:flex-start;flex-flow: wrap;}
.honor .content01 .cont ul li{width: 21%;margin: 1.5% 2%;}
.honor .content01 .cont ul li a{width:100%;flex-flow: column;}
.honor .content01 .cont ul li .img{width: 80%;padding: 20px;background: url("../images/honor-back-heng.png");background-size: 100% 100%;z-index:2;transition: all 0.5s;}
.honor .content01 .cont ul li .img img{width: 100%;transition: all 0.5s;}
.honor .content01 .cont ul li .back-img{width: 115%;margin-top: -65px;transition: all 0.5s;}
.honor .content01 .cont ul li .back-img img{width: 100%;}
.honor .content01 .cont ul li .title{width: 90%;height:50px;margin-top: -15px;font-size: 18px;text-align: center;transition: all 0.5s;}
/*专利证书背景框*/
.honor .content01 .cont.cont2 ul li .img{width: 80%;padding: 20px;background: url("../images/honor-back-shu.png");background-size: 100% 100%;z-index:2;}
/*悬浮*/
/*.honor .content01 .cont ul li:hover .img{width: 85%;}*/
.honor .content01 .cont ul li:hover .title{color: #0E6EB8;font-weight: bold;}
/******************* 荣誉资质 e *******************/


/******************* 团队风采 s *******************/
.teams{position: relative;padding: 50px 0 50px 0;}
.teams .content01{}
.teams .content01 .conts{justify-content: space-between;align-items: flex-start;}
.teams .content01 .conts .left{width: 30%;padding: 40px 40px;}
.teams .content01 .conts .left ul{width:100%;flex-flow: column;height: 600px;}
.teams .content01 .conts .left ul li{padding:0 20px;align-items:flex-start;flex-flow: column;border-left: 3px solid #fff;transition: all 0.2s;}
.teams .content01 .conts .left ul li .title{font-size: 20px;font-weight: normal;color: #858585;line-height: 23px;transition: all 0.2s;}
.teams .content01 .conts .left ul li .subtitle{font-size: 16px;color: #b5b5b5;line-height: 30px;margin-top: 20px;transition: all 0.2s;}
/*鼠标悬浮*/
.teams .content01 .conts .left ul li:hover{border-left: 6px solid #0E6EB8;cursor: pointer;}
.teams .content01 .conts .left ul li:hover .title{color: #0E6EB8;font-weight: bold;transform: scale(1.2);}
.teams .content01 .conts .left ul li:hover .subtitle{color: #0E6EB8;transform: scale(1.1);}
/*选中*/
.teams .content01 .conts .left ul li.swiper-slide-thumb-active{border-left: 6px solid #0E6EB8;}
.teams .content01 .conts .left ul li.swiper-slide-thumb-active .title{color: #0E6EB8;font-weight: bold;transform: scale(1.2);}
.teams .content01 .conts .left ul li.swiper-slide-thumb-active .subtitle{color: #0E6EB8;transform: scale(1.1);}
.teams .content01 .conts .right{width: 68%;}
.teams .content01 .conts .right .right-cont{margin-top: 12%;}
.teams .content01 .conts .right .right-cont .rcont{flex-flow: column;align-items: flex-start;padding: 60px 0;}
.teams .content01 .conts .right .right-cont .title{font-size: 40px;font-weight: bold;color: #0E6EB8;line-height: 30px;margin-bottom: 30px;}
.teams .content01 .conts .right .right-cont .rcont .jt{margin-bottom: 30px;}
.teams .content01 .conts .right .right-cont .rcont .jt img{}
.teams .content01 .conts .right .right-cont .rcont .tags{margin-bottom: 25px;}
.teams .content01 .conts .right .right-cont .rcont .tags ul{}

.teams .content01 .conts .right .right-cont .rcont .tags li{width: 110px;height: 42px;border-radius: 6px;border: 1px solid #b5b5b5;font-size: 18px;color: #858585;line-height: 30px;margin-right: 30px;transition: all 0.5s;}
.teams .content01 .conts .right .right-cont .rcont .tags li:hover{background-color: #0E6EB8;border: 1px solid #0E6EB8;color:#fff;cursor: pointer;}
.teams .content01 .conts .right .right-cont .rcont .subtitle{margin-bottom: 25px;}
.teams .content01 .conts .right .right-cont .rcont .subtitle p{font-size: 18px;color: #858585;font-weight:550;margin-bottom: 15px;}
.teams .content01 .conts .right .right-cont .rcont .desc{font-size: 18px;color: #858585;line-height: 30px;}


.teams .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.teams .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    background:#0E6EB8;
}

.teams .swiper-pagination-bullet{background:#dfdfdf;}


/******************* 团队风采 e *******************/


/******************* 发展历程 s *******************/
.progress{position: relative;height: 750px;padding: 10% 0 0 0;}

.progress .content01{position: relative;z-index:2;}
.progress .content01 .conts{padding: 50px 0;margin: 0 100px;position: relative;}
.progress .content01 .conts .cont{width: 100%;height: 600px;}
.progress .content01 ul{width: 100%;}
.progress .content01 ul li{position: relative;}
.progress .content01 ul li .li-cont{position: absolute;align-items: unset;transition: all 2s;bottom: 100px;transform: translate3d(0,0,0);}
.progress .content01 ul li .li-cont .sx-yuan{flex-flow: column;}
.progress .content01 ul li .li-cont .sx-yuan .sx{width: 2px;height: 320px;background-color: #0865AE;opacity: 0.5;}
.progress .content01 ul li .li-cont .sx-yuan .yuan{width:10px;height:10px;border-radius:10px;background-color: #0865AE;box-shadow: 1px 0px 0px 0px #4B4B4B;border: 3px solid #FFFFFF;}
.progress .content01 ul li .li-cont .c{margin:0 10px;}
.progress .content01 ul li .li-cont .c .time-title{font-size: 28px;font-weight: bold;color: #353535;line-height: 32px;}
.progress .content01 ul li .li-cont .c .title{font-size: 20px;font-weight: bold;color: #353535;margin-top: 20px;}
.progress .content01 ul li .li-cont .c .desc{font-size: 16px;color: #858585;line-height: 30px;height: 230px;overflow-y: auto;margin-top: 10px;padding-right: 10px;}
/*滚动条样式*/
.progress .content01 ul li .li-cont .c .desc::-webkit-scrollbar {width: 4px;}
.progress .content01 ul li .li-cont .c .desc::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #0E6EB8;}
.progress .content01 ul li .li-cont .c .desc::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background-color: #dfdfdf;}

.progress .content01 .content01-next{border: 3px solid #fff;padding: 8px 16px;border-radius: 50%;position: absolute;left:unset;right: 5%;bottom:5%;top: unset;}
.progress .content01 .content01-prev{border: 3px solid #fff;padding: 8px 16px;border-radius: 50%;position: absolute;left:unset;right: 11%;bottom: 5%;top: unset;margin-right: 10px;}

.progress .content01 ul li.one .li-cont{position: absolute;bottom: 100px;}
.progress .content01 ul li.two .li-cont{position: absolute;bottom: 150px;}
.progress .content01 ul li.three .li-cont{position: absolute;bottom: 200px;}
.progress .content01 ul li.four .li-cont{position: absolute;bottom: 250px;}

.progress .content01 ul li.one .li-cont .sx-yuan{animation:Ani_resless 1s ease-in-out infinite alternate; }
.progress .content01 ul li.two .li-cont .sx-yuan{animation:Ani_resless 1s ease-in-out infinite alternate; }
.progress .content01 ul li.three .li-cont .sx-yuan{animation:Ani_resless 1s ease-in-out infinite alternate; }
.progress .content01 ul li.four .li-cont .sx-yuan{animation:Ani_resless 1s ease-in-out infinite alternate; }

/*背景图片*/
.progress .back-cont-img{position: absolute;left: 0;right:0;bottom: 0;top:0;z-index:1;overflow: hidden;}
.progress .back-cont-img .back-img{position: absolute;left:0;right:0;bottom: -10%;overflow: hidden;}
.progress .back-cont-img .back-img.img1-1{z-index:11;left: 4%;bottom: 19%;}
.progress .back-cont-img .back-img.img1{z-index:10;}
.progress .back-cont-img .back-img.img1 img{width: 100%;}
.progress .back-cont-img .back-img.img2-1{z-index: 9;left:3%;right:0%;bottom:-5%;animation:zuoyouyidong2 20s ease-in-out infinite alternate;}
.progress .back-cont-img .back-img.img2-1 img{width: 100%;}
.progress .back-cont-img .back-img.img2{z-index:8;bottom: 6%;}
.progress .back-cont-img .back-img.img2 img{width: 100%;}
.progress .back-cont-img .back-img.img3{z-index:7;bottom: -20%;animation:zuoyouyidong 10s ease-in-out infinite alternate;}
.progress .back-cont-img .back-img.img3 img{width: 100%;}
.progress .back-cont-img .back-img.img4{z-index:6;top:4%;bottom: unset;left:0;right:unset;animation:Ani_resless 2s ease-in-out infinite alternate; }
.progress .back-cont-img .back-img.img5{z-index:5;top:-5%;bottom: unset;left:unset;right:-5%;animation:Ani_resless 2s ease-in-out infinite alternate; }
.progress .back-cont-img .back-img.img6{z-index:4;top:8%;bottom: unset;left:unset;right:18%;animation:Ani_resless 1.5s ease-in-out infinite alternate; }
.progress .back-cont-img .back-img.img7{z-index:3;top:8%;bottom: unset;left:10%;right:unset;}

/*左右移动*/
@keyframes zuoyouyidong{from{transform:translate(-5px,0)} to{transform:translate(20px,0)} }
@keyframes zuoyouyidong2{from{transform:translate(-5px,0)} to{transform:translate(20px,0)} }
/******************* 发展历程 e *******************/




/******************* 愿景目标 s *******************/
.target{ position: relative;padding: 0px 0 80px 0;}
.target .content01{}
.target .content01 .conts{justify-content: space-between;align-items:unset;}
.target .content01 .conts .left{width: 25%;}
.target .content01 .conts .left .left-cont{align-items: unset;}
.target .content01 .conts .left .sx{width: 4px;background-color: #dfdfdf;margin-right: -3px;}
.target .content01 .conts .left ul{width:100%;flex-flow: column;margin-top: 30px;}
.target .content01 .conts .left ul li{width:80%;padding:20px 10%;align-items:flex-start;flex-flow: column;}
.target .content01 .conts .left ul li .li-cont{width: 100%;height: 100%;}
.target .content01 .conts .left ul li .li-cont .subtitle{font-size: 18px;color: #353535;line-height: 30px;}
/*鼠标悬浮*/
.target .content01 .conts .left ul li:hover{border-left: 8px solid #0E6EB8;background-color: #0E6EB8;cursor: pointer;}
.target .content01 .conts .left ul li:hover .subtitle{font-weight: bold;color:#fff;transform: scale(1.1);}
/*被选中*/
.target .content01 .conts .left ul li.swiper-slide-thumb-active{border-left: 8px solid #0E6EB8;background-color: #0E6EB8;}
.target .content01 .conts .left ul li.swiper-slide-thumb-active .subtitle{font-weight: bold;color:#fff;transform: scale(1.1);}
.target .content01 .conts .right{width: 65%;}
.target .content01 .conts .right .right-cont .rcont{flex-flow: column;justify-content:flex-start;align-items: flex-start;}
.target .content01 .conts .right .right-cont .title{font-size: 26px;font-weight: bold;color: #0E6EB8;line-height: 30px;margin-bottom: 30px;margin-top: 10%;}
.target .content01 .conts .right .right-cont .rcont .desc{font-size: 18px;color: #353535;line-height: 30px;}
.target .content01 .conts .right .right-cont .rcont .desc img{max-width: 100% !important;}
/******************* 愿景目标 e *******************/


/****************************************************** 走进嘉业 e ******************************************************/



/****************************************************** 加入我们 s ******************************************************/

/******************* 联系我们 s *******************/
.contact{}
.contact .content01{padding: 50px 0 100px 0;}
.contact .content01 .conts{justify-content: space-between;}
.contact .content01 .left{width: 58%;}
.contact .content01 .left .map-cont{width: 100%;}
.contact .content01 .left .map-cont ul{width: 70%;}
.contact .content01 .left .map-cont ul li{width: 88%;margin: 20px 0;align-items: flex-start;padding: 4% 6%;transition: all 0.8s;}
.contact .content01 .left .map-cont ul li .icons{width: 6%;margin-right: 20px;flex-flow: column;}
.contact .content01 .left .map-cont ul li .icons .icon{width: 100%;display: none;transition: all 0.8s;margin-top: 5px;}
.contact .content01 .left .map-cont ul li .icons .icon:first-child{display: block;}
.contact .content01 .left .map-cont ul li .icons .icon img{width: 80%;}
.contact .content01 .left .map-cont ul li .c{width: 90%;}
.contact .content01 .left .map-cont ul li .c .title{font-size: 22px;font-weight: 500;color: #353535;margin-bottom: 10px;transition: all 0.8s;}
.contact .content01 .left .map-cont ul li .c .desc{font-size: 16px;font-weight: 400;color: #858585;line-height:32px;transition: all 0.8s;}

.contact .content01 .left .map-cont ul li.on{background-color: #0E6EB8;color:#fff;box-shadow: 0px 0px 10px 0px #dfdfdf;border-radius: 6px 6px 6px 6px;}
.contact .content01 .left .map-cont ul li.on .icons .icon:first-child{display: none;}
.contact .content01 .left .map-cont ul li.on .icons .icon:nth-child(2){display: block;}
.contact .content01 .left .map-cont ul li.on .icons .icon img{width: 80%;}
.contact .content01 .left .map-cont ul li.on .c .title{color: #fff;}
.contact .content01 .left .map-cont ul li.on .c .desc{color: #fff;}
.contact .content01 .left .map-cont ul li:hover{background-color: #0E6EB8;box-shadow: 0px 0px 10px 0px #dfdfdf;border-radius: 6px;cursor: pointer;}
.contact .content01 .left .map-cont ul li:hover .icons .icon:first-child{display: none;}
.contact .content01 .left .map-cont ul li:hover .icons .icon:nth-child(2){display: block;}
.contact .content01 .left .map-cont ul li:hover .c .title{color: #fff;}
.contact .content01 .left .map-cont ul li:hover .c .desc{color: #fff;}
/**/
.contact .content01 .left .cont-list{width: 100%;margin-top: 30px;}
.contact .content01 .left .cont-list ul{width: 100%;justify-content: space-between;}
.contact .content01 .left .cont-list ul li{width: 33%;align-items: flex-start;padding: 1% 2%;transition: all 0.8s;position: relative;}
.contact .content01 .left .cont-list ul li .icons{width: 15%;margin-right: 10px;flex-flow: column;}
.contact .content01 .left .cont-list ul li .icons .icon{width:100%;display: none;margin-top: 1px;}
.contact .content01 .left .cont-list ul li .icons .icon:first-child{display: block;}
.contact .content01 .left .cont-list ul li .icons .icon img{width: 80%;}
.contact .content01 .left .cont-list ul li .c{width: 80%;}
.contact .content01 .left .cont-list ul li .c .title{font-size: 22px;font-weight: 500;color: #353535;margin-bottom: 10px;transition: all 0.8s;}
.contact .content01 .left .cont-list ul li .c .desc{font-size: 16px;font-weight: 400;color: #858585;line-height:32px;transition: all 0.8s;}
.contact .content01 .left .cont-list ul li .tc-c{position: absolute;right:0;top: -170px;border: 1px solid #dfdfdf;opacity: 0;transition: all 0.8s;}
.contact .content01 .left .cont-list ul li .tc-c .img{width: 150px;}
.contact .content01 .left .cont-list ul li .tc-c .img img{width: 100%;}
/**/
.contact .content01 .left .cont-list ul li:hover{background-color: #0E6EB8;box-shadow: 0px 0px 10px 0px #dfdfdf;border-radius: 6px;cursor: pointer;}
.contact .content01 .left .cont-list ul li:hover .icons .icon:first-child{display: none;}
.contact .content01 .left .cont-list ul li:hover .icons .icon:nth-child(2){display: block;}
.contact .content01 .left .cont-list ul li:hover .c .title{color: #FFF;}
.contact .content01 .left .cont-list ul li:hover .c .desc{color: #FFF;}
.contact .content01 .left .cont-list ul li:hover .tc-c{opacity: 1;}
/**/
.contact .content01 .right{width: 48%;margin-left: 3%;}
.contact .content01 .right .map-cont{width: 100%;}
.contact .content01 .right .map-cont .mcont{width: 100%;display: none;}
.contact .content01 .right .map-cont .mcont img{width: 100%;}
.contact .content01 .right .map-cont .mcont:first-child{display: block;}
/******************* 联系我们 e *******************/


/******************* 校园招聘-社会招聘 s *******************/
.joblist{position: relative;padding: 50px 0 50px 0;}
.joblist .content01{width: 100%;}
/*列表*/
.joblist .content01 .cont ul{justify-content:flex-start;flex-flow: wrap;align-items:unset;}
.joblist .content01 .cont ul li{width: 23%;margin: 0.6% 0.6%;border:1px solid #dfdfdf;border-radius: 4px;position: relative;transition: all 0.4s;}
.joblist .content01 .cont ul li a{width:100%;align-items:flex-start;flex-flow: column;padding: 10px 15px;overflow:hidden;}
.joblist .content01 .cont ul li .title{font-size: 20px;color: #353535;font-weight:bold;margin-bottom:10px;}
.joblist .content01 .cont ul li .tag-lists{width:100%;font-size: 16px;color: #353535;margin-bottom:10px;display: flex;}
.joblist .content01 .cont ul li .tag-lists .tag{padding:0px 4px;border-right:1px solid #dfdfdf;display: block;}
.joblist .content01 .cont ul li .tag-lists .tag:first-child{padding: 0 4px 0 0;}
.joblist .content01 .cont ul li .tag-lists .tag:last-child{border-right: 0;}
.joblist .content01 .cont ul li .tag-lists .tag-red{color: #FF0404;}
.joblist .content01 .cont ul li .desc{width:100%;font-size: 14px;color: #858585;margin-top:5px;min-height: 75px;overflow:hidden;}
.joblist .content01 .cont ul li .desc p{font-size: 14px;color: #858585;line-height: 25px;}
.joblist .content01 .cont ul li:hover{box-shadow: 2px 0px 21px 0px #dfdfdf;cursor: pointer;}

.joblist .content01 .cont ul li .img-words{position: absolute;right:0;top:8px;}
.joblist .content01 .cont ul li .img-words .img-words-cont{width:107px;height:35px;background:url("../images/job-li-top-backimg.png");background-size: cover;justify-content: flex-end;}
.joblist .content01 .cont ul li .img-words .img-words-cont .img{width: 21px;margin-right: 6px;}
.joblist .content01 .cont ul li .img-words .img-words-cont .img img{width: 100%;}
.joblist .content01 .cont ul li .img-words .img-words-cont .words{font-size: 14px;color: #FFFFFF;margin-right: 6px;}

.joblist.jobsociety .content01 .cont ul li{width: 24%;margin: 0.4% 0.4%;}
.joblist.jobsociety .content01 .cont ul li a{padding: 10px 12px;overflow:hidden;}

/******************* 校园招聘-社会招聘 e *******************/



/******************* 招聘详情 s *******************/

/*详情内容*/
.jobdetail{position: relative;padding: 50px 0 50px 0;}
.jobdetail .content01{margin: 20px 0;}
.jobdetail .content01 .cont{padding:30px;border: 1px solid #dfdfdf;border-radius: 5px;}
.jobdetail .content01 .cont .title{font-size: 30px;font-weight: bold;color: #0E6EB8;}
.jobdetail .content01 .cont .tag-lists{width:100%;margin: 35px 0;}
.jobdetail .content01 .cont .tag-lists .tag{padding: 8px 20px;border-radius:5px;background-color: #0E6EB8;color:#fff;font-size: 18px;margin-right: 15px;transition: all 0.5s;}
.jobdetail .content01 .cont .tag-lists .tag:hover{background-color: #0E6EB8;color:#fff;cursor: pointer;}
.jobdetail .content01 .cont .c{font-size: 20px;color: #858585;line-height: 38px;margin: 20px 0;}
.jobdetail .content01 .cont .c p{font-size: 20px;color: #858585;line-height: 38px;}

/*推荐列表*/
.recommend-lists{}
.recommend-lists .recommend-title{width: 100%;margin: 20px 0;}
.recommend-lists .recommend-title h3{font-size: 24px;font-weight: bold;color: #353535;}
.recommend-lists .rec-cont{width: 100%;}
.recommend-lists .rec-cont ul{justify-content:flex-start;flex-flow: wrap;}
.recommend-lists .rec-cont ul li{width: 23%;margin: 0.6% 0.6%;border:1px solid #dfdfdf;border-radius: 4px;position: relative;transition: all 0.4s;}
.recommend-lists .rec-cont ul li a{width:100%;align-items:flex-start;flex-flow: column;padding: 10px 15px;overflow:hidden;}
.recommend-lists .rec-cont ul li .title{font-size: 20px;color: #353535;font-weight:bold;margin-bottom:10px;}
.recommend-lists .rec-cont ul li .tag-lists{width:100%;font-size: 16px;color: #353535;margin-bottom:10px;display: flex;}
.recommend-lists .rec-cont ul li .tag-lists .tag{padding:0px 4px;border-right:1px solid #dfdfdf;display: block;}
.recommend-lists .rec-cont ul li .tag-lists .tag:first-child{padding: 0 4px 0 0;}
.recommend-lists .rec-cont ul li .tag-lists .tag:last-child{border-right: 0;}
.recommend-lists .rec-cont ul li .tag-lists .tag-red{color: #FF0404;}
.recommend-lists .rec-cont ul li .desc{width:100%;font-size: 14px;color: #858585;margin-top:5px;min-height: 75px;}
.recommend-lists .rec-cont ul li .desc p{font-size: 14px;color: #858585;line-height: 25px;}
.recommend-lists .rec-cont ul li:hover{box-shadow: 2px 0px 21px 0px #dfdfdf;cursor: pointer;}
.recommend-lists .rec-cont ul li .img-words{position: absolute;right:0;top:8px;}
.recommend-lists .rec-cont ul li .img-words .img-words-cont{width:107px;height:35px;background:url("../images/job-li-top-backimg.png");background-size: cover;justify-content: flex-end;}
.recommend-lists .rec-cont ul li .img-words .img-words-cont .img{width: 21px;margin-right: 6px;}
.recommend-lists .rec-cont ul li .img-words .img-words-cont .img img{width: 100%;}
.recommend-lists .rec-cont ul li .img-words .img-words-cont .words{font-size: 14px;color: #FFFFFF;margin-right: 6px;}
.recommend-lists .rec-cont ul li{width: 24%;margin: 0.4% 0.4%;}
.recommend-lists .rec-cont ul li a{padding: 10px 12px;}

/******************* 招聘详情 e *******************/


/****************************************************** 加入我们 e ******************************************************/



/****************************************************** 新闻中心 s ******************************************************/


/******************* 新闻中心 s *******************/
.news{position: relative;padding: 50px 0 50px 0;}
.news .content{}
.news .content .conts{}
/*推荐*/
.news .content .conts .recommend{justify-content: space-between;border:1px solid #dfdfdf;border-radius: 5px;}
.news .content .conts .recommend .img{width: 35%;}
.news .content .conts .recommend .img img{width: 100%;display: block;}
.news .content .conts .recommend .rec-cont{width: 60%;padding: 20px;}
.news .content .conts .recommend .rec-cont .title{font-size: 22px;color: #0E6EB8;margin-bottom: 20px;transition: all 0.6s;}
.news .content .conts .recommend .rec-cont .time{font-size: 16px;color: #b5b5b5;margin-bottom: 20px;}
.news .content .conts .recommend .rec-cont .desc{font-size: 16px;color: #b5b5b5;line-height: 32px;margin-bottom: 50px;}
.news .content .conts .recommend .rec-cont .more{
    background: linear-gradient(to top, rgba(14,110,184,1), rgba(14,110,184,1)) no-repeat;background-size: 0% 100%;transition: all 0.6s;
    width:200px;position: relative;border:1px solid #0E6EB8;border-radius: 6px 6px 6px 6px;color:#353535;font-size: 16px;line-height: 32px;padding: 10px 5px;text-align: center;}
.news .content .conts .recommend:hover{cursor: pointer;}
.news .content .conts .recommend:hover .rec-cont .title{font-weight: bold;}
.news .content .conts .recommend:hover .rec-cont .more{background-size: 100% 100%;color:#fff;}
/*列表*/
.news .content .conts .cont{margin-top: 50px;}
.news .content .conts .cont ul{}
.news .content .conts .cont ul li{justify-content: space-between;background-color: rgba(223,223,223,0.3);padding: 20px 10px;margin: 30px 0;transition: all 0.8s;}
.news .content .conts .cont ul li .time{width:12%;flex-flow: column;}
.news .content .conts .cont ul li .time .month-day{font-size: 30px;font-weight: bold;color: #b5b5b5;margin-bottom: 5px;transition: all 0.8s;}
.news .content .conts .cont ul li .time .year{font-size: 20px;font-weight: 500;color: #b5b5b5;transition: all 0.8s;}
.news .content .conts .cont ul li .c{width:70%;flex-flow: column;}
.news .content .conts .cont ul li .c .title{font-size: 22px;color: #0E6EB8;line-height: 30px;margin-bottom: 15px;}
.news .content .conts .cont ul li .c .desc{font-size: 16px;color: #b5b5b5;line-height: 32px;}
.news .content .conts .cont ul li .sx{width: 1px;height: 100px;background-color: #dfdfdf;}
.news .content .conts .cont ul li .more{width:12%;font-size: 16px;color: #0E6EB8;}
.news .content .conts .cont ul li:hover{box-shadow: 0 0 12px 0 #dfdfdf;cursor: pointer;}
.news .content .conts .cont ul li:hover .time .month-day{color: #0E6EB8;}
.news .content .conts .cont ul li:hover .time .year{color: #0E6EB8;}
.news .content .conts .cont ul li:hover .c .title{font-weight: 550;}
.news .content .conts .cont ul li:hover .more{font-weight: 550;}
/******************* 新闻中心 e *******************/


/******************* 详情 s *******************/
.detail{padding: 50px 0 60px 0;}
.detail .content{}
.detail .content .conts
.detail .content .conts .cont{width: 100%}
.detail .content .conts .title{font-size: 28px;font-weight: bold;color: #353535;text-align: center;margin-bottom: 30px;}
.detail .content .conts .time-form{font-size: 18px;font-weight: 400;color: #b5b5b5;text-align: center;margin-bottom: 30px;}
.detail .content .conts .time-form span{margin:0 20px;}
.detail .content .conts .hx{width: 100%;height: 1px;background-color: #dfdfdf;margin-bottom: 30px;}
.detail .content .conts .c{padding: 20px 30px;font-size: 16px;color:#353535;font-weight: normal;}
.detail .content .conts .c p{font-size: 16px;color:#353535;font-weight: normal;line-height: 30px;}
.detail .content .conts .c img{max-width: 100% !important;}
.detail .content .conts .c video{max-width: 100% !important;}

.detail .content .conts .hx-bottom{width: 100%;height: 1px;background-color: #dfdfdf;margin-top: 30px;}
.detail .content .conts .pre-next{justify-content: space-between;margin: 30px 0;font-size: 16px;color: #353535;}
.detail .content .conts .pre-next a{font-size: 16px;color: #353535;}
/******************* 详情 e *******************/


/****************************************************** 新闻中心 e ******************************************************/


/****************************************************** 嘉业文化 s ******************************************************/


/******************* 嘉业文化 s *******************/
.culture{position: relative;background-color: rgba(223,223,223,0.5);}
.culture .content01{}
.culture .content01 .conts{justify-content: space-between;align-items: unset;}
.culture .content01 .conts .left{width: 230px;padding: 100px 0px;background-color: rgba(255,255,255,0.6);}
.culture .content01 .conts .left ul{width:100%;flex-flow: column;height: 600px;}
.culture .content01 .conts .left ul li{flex-flow: column;transition: all 0.2s;}
.culture .content01 .conts .left ul li .title{font-size: 20px;font-weight: normal;color: #858585;line-height: 23px;transition: all 0.2s;}
/*鼠标悬浮*/
.culture .content01 .conts .left ul li:hover{background-color:#0E6EB8;cursor: pointer;}
.culture .content01 .conts .left ul li:hover .title{color: #fff;font-weight: bold;}
/*选中*/
.culture .content01 .conts .left ul li.swiper-slide-thumb-active{background-color:#0E6EB8;}
.culture .content01 .conts .left ul li.swiper-slide-thumb-active .title{color: #fff;font-weight: bold;}
.culture .content01 .conts .right{width: 68%;}
.culture .content01 .conts .right .right-cont{}
.culture .content01 .conts .right .right-cont .rcont{flex-flow: column;align-items: flex-start;}
.culture .content01 .conts .right .right-cont .title-etitle{align-items:flex-start;flex-flow: column;margin-bottom: 20px;}
.culture .content01 .conts .right .right-cont .title-etitle .title{font-size: 36px;font-weight: bold;color: #0E6EB8;line-height: 30px;margin-bottom: 18px;}
.culture .content01 .conts .right .right-cont .title-etitle .etitle{font-size: 26px;color: rgba(14,110,184,0.5);;line-height: 30px;margin-bottom: 30px;}
.culture .content01 .conts .right .right-cont .rcont .tags{width:100%;}
.culture .content01 .conts .right .right-cont .rcont .tags ul{width:100%;}
.culture .content01 .conts .right .right-cont .rcont .tags li{width: 55%;position:relative;padding:20px 10px 20px 40px;font-size: 20px;font-weight:bold;color: #0E6EB8;background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));margin:25px 0;line-height: 40px;overflow:hidden;transition: all 0.5s;}
.culture .content01 .conts .right .right-cont .rcont .tags li .num{font-size: 40px;font-weight: bold;color: rgba(0,0,0,0.02);position: absolute;right: 0px;bottom: 0px;letter-spacing: -1px;}
.culture .content01 .conts .right .right-cont .rcont .tags li .c{font-size: 24px;font-weight:bold;color: #0E6EB8;letter-spacing: 2px;}
.culture .content01 .conts .right .right-cont .rcont .tags li:hover{color:#0E6EB8;box-shadow: 5px 15px 10px #dfdfdf;cursor: pointer;}
.culture .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.culture .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{background:#0E6EB8;}
.culture .swiper-pagination-bullet{background:#dfdfdf;}
.culture .content01 .conts .right .right-cont .rcont .rcont-back-img{display: none;}
/******************* 嘉业文化 e *******************/



/******************* 团队建设-图片列表 s *******************/
.listpic{position: relative;padding: 50px 0 50px 0;}
.listpic .content01{width: 100%;}
/*列表图片*/
.listpic .content01 .cont{}
.listpic .content01 .cont ul{justify-content:flex-start;flex-flow: wrap;}
.listpic .content01 .cont ul li{width: 31%;margin: 1% 1%;transition: all 0.5s;}
.listpic .content01 .cont ul li a{width:100%;flex-flow: column;background-color: rgba(223,223,223,0.2);padding-bottom: 10px;transition: all 0.8s;}
.listpic .content01 .cont ul li .img{width: 100%;overflow: hidden;}
.listpic .content01 .cont ul li .img img{width: 100%;transition: all 0.8s;}
.listpic .content01 .cont ul li .title{font-size: 20px;color: #0E6EB8;padding: 0 20px;margin: 10px 0 5px 0;transition: all 0.8s;}
.listpic .content01 .cont ul li .desc{font-size: 16px;color: #858585;padding: 0 20px;margin: 5px 0 10px 0;line-height: 30px;transition: all 0.5s;}
.listpic .content01 .cont ul li:hover{box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);}
.listpic .content01 .cont ul li:hover .img img{transform: scale(1.1);}
.listpic .content01 .cont ul li:hover .title{font-weight: bolder;}
.listpic .content01 .cont ul li:hover .desc{color: #0E6EB8;}
/******************* 团队建设-图片列表 e *******************/


/****************************************************** 嘉业文化 e ******************************************************/


/*部分适应*/
@media (max-width:1920px){

    /*发展历程 背景图片*/
    .progress .back-cont-img .back-img.img1-1{bottom: 16%;}
    .progress .back-cont-img .back-img.img3{bottom: -16%;}


    /*招聘*/
    .joblist .content01 .cont ul li .tag-lists .tag{padding:0 8px;}
    .joblist .content01 .cont ul li .tag-lists .tag:first-child{padding:0 8px 0 0;}
    /*招聘详情推荐位*/
    .recommend-lists .rec-cont ul li .tag-lists .tag{padding:0 8px;}
    .recommend-lists .rec-cont ul li .tag-lists .tag:first-child{padding:0 8px 0 0;}
}

@media (max-width:1680px){

    /*发展历程 背景图片*/
    .progress .back-cont-img .back-img.img1-1{bottom: 16%;}
    .progress .back-cont-img .back-img.img3{bottom: -16%;}

    /*招聘*/
    .joblist .content01 .cont ul li .tag-lists .tag{padding:0 6px;}
    .joblist .content01 .cont ul li .tag-lists .tag:first-child{padding:0 6px 0 0;}
    /*招聘详情推荐位*/
    .recommend-lists .rec-cont ul li .tag-lists .tag{padding:0 6px;}
    .recommend-lists .rec-cont ul li .tag-lists .tag:first-child{padding:0 6px 0 0;}
}

@media (max-width:1580px){

    /*发展历程 背景图片*/
    .progress .back-cont-img .back-img.img1-1{bottom: 13%;}
    .progress .back-cont-img .back-img.img3{bottom: -15%;}


    /*招聘*/
    .joblist .content01 .cont ul li .tag-lists .tag{padding:0 4px;}
    .joblist .content01 .cont ul li .tag-lists .tag:first-child{padding:0 4px 0 0;}
    /*招聘详情推荐位*/
    .recommend-lists .rec-cont ul li .tag-lists .tag{padding:0 4px;}
    .recommend-lists .rec-cont ul li .tag-lists .tag:first-child{padding:0 4px 0 0;}
}

@media (max-width:1480px){


    /*发展历程 背景图片*/
    .progress .back-cont-img .back-img.img1-1{bottom: 13%;}
    .progress .back-cont-img .back-img.img3{bottom: -15%;}

    /*招聘*/
    .joblist .content01 .cont ul li .tag-lists .tag{padding:0 4px;}
    .joblist .content01 .cont ul li .tag-lists .tag:first-child{padding:0 4px 0 0;}
    /*招聘详情推荐位*/
    .recommend-lists .rec-cont ul li .tag-lists .tag{padding:0 4px;}
    .recommend-lists .rec-cont ul li .tag-lists .tag:first-child{padding:0 4px 0 0;}
}

@media (max-width:1380px){

    /*发展历程 背景图片*/
    .progress .back-cont-img .back-img.img1-1{bottom: 12%;}
    .progress .back-cont-img .back-img.img3{bottom: -14%;}

    /*招聘*/
    .joblist .content01 .cont ul li .tag-lists .tag{padding:0 3px;}
    .joblist .content01 .cont ul li .tag-lists .tag:first-child{padding:0 3px 0 0;}
    /*招聘详情推荐位*/
    .recommend-lists .rec-cont ul li .tag-lists .tag{padding:0 3px;}
    .recommend-lists .rec-cont ul li .tag-lists .tag:first-child{padding:0 3px 0 0;}
}


@media (max-width:1280px){

    /*发展历程 背景图片*/
    .progress .back-cont-img .back-img.img1-1{bottom: 11%;}
    .progress .back-cont-img .back-img.img3{bottom: -14%;}

    /*招聘*/
    .joblist .content01 .cont ul li .tag-lists .tag{padding:0 1px;}
    .joblist .content01 .cont ul li .tag-lists .tag:first-child{padding:0 1px 0 0;}
    /*招聘详情推荐位*/
    .recommend-lists .rec-cont ul li .tag-lists .tag{padding:0 1px;}
    .recommend-lists .rec-cont ul li .tag-lists .tag:first-child{padding:0 1px 0 0;}
}


