@charset "utf-8";

.top {
    width: 100%;
    height: 112px;
    background: url(../images/topbg.jpg) no-repeat center;
    background-size: cover;
}

.topitem {
    width: 100%;
    height: 112px;
}

.logo a img {
    margin-top: 14px;
}

.logoright {
    position: relative;
}

.toptel {
    position: absolute;
    width: 256px;
    right: 0px;
    top: 0px;
    background: url(../images/toptelico.png) no-repeat left;
    background-size: 20px;
    padding-left: 32px;
    height: 41px;
}

.toptel p {
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
}

.toptel p strong {
    font-family: 'Arial-BoldMT';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
}

.topnav {
    height: 100%;
}

.topnav ul li {
    float: left;
    padding: 0px 13px;
}

.topnav ul li a {
    font-size: 16px;
    letter-spacing: 0px;
    color: #a3a3a3;
    display: block;
    height: 112px;
    padding-top: 70px;
}

.topsearch {
    width: 40px;
    height: 20px;
    border-left: 1px solid #cbcbcb;
    text-align: right;
}

.topsearch i {
    font-size: 25px;
    color: #808080;
    line-height: 22px;
}

.topnav ul li.topseali {
    padding: 70px 0px 25px;
    cursor: pointer;
}

.topnav ul li a:hover,
.topnav ul li a.active {
    border-bottom: 2px solid rgba(50, 126, 203, 1);
    color: #5a5a5a;
}

.search_item {
    position: fixed;
    width: 100vw;
    height: 112px;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    z-index: 9;
    display: none;
    padding-top: 30px;
}

.search_cls {
    width: 10%;
    margin: 0 auto;
    text-align: right;
    cursor: pointer;
    float: right;
}

.search_cls i {
    color: #111111;
    font-size: 30px;
    display: block;
    padding-top: 10px;
}

.searchform {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    border: 1px solid #111111;
    border-radius: 30px;
    float: left;
}

.searchform input {
    height: 60px;
    padding-left: 30px;
    width: 90%;
    color: #525252;
    float: left;
}

.searchform button {
    background: 0px;
    border: 0px;
    padding-left: 30px;
}

.searchform button i {
    color: #111111;
    font-size: 30px;
    float: left;
    display: block;
    line-height: 55px;
}

/* banner */
.banner {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: solid 1px rgba(50, 126, 203, 1);
    background: none;
}

.banner .swiper-pagination-bullet-active {
    background-color: rgba(50, 126, 203, 1);
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    color: #ffffff;
    font-size: 18px;
}

.banner .swiper-button-next {
    right: 5%;
}

.banner .swiper-button-prev {
    left: 5%;
}

/* 产品分类 */
.idx_prosort {
    background-color: #ffffff;
    padding: 70px 0px;
}

.idx_prosort ul li {
    width: 585px;
    height: 150px;
    border: 1px solid #ffffff;
    padding: 25px 30px;
    transition: all .5s;
}

.idxprosort_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.idxprosort_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idx_prosort ul li:hover .idxprosort_img img {
    transform: scale(1.05);
}

.idxprosort_desc {
    width: 375px;
    height: auto;
    margin-left: 30px;
}

.idxprosort_desc h3 {
    font-size: 16px;
    color: #3d3d3d;
    padding-bottom: 20px;
}

.idxprosort_desc p {
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
}

.idx_prosort ul li:hover {
    border-color: #f0f0f0;
}

.idx_prosort ul li:hover .idxprosort_desc h3 {
    color: rgba(50, 126, 203, 1);
}

.idx_prosort ul li:hover .idxprosort_desc p {
    color: #575757;
}

/* 首页产品列表 */
.idx_pro {
    width: 100%;
    height: auto;
    padding: 70px 0px 45px;
    background-color: #f8f8f8;
}

.idx_pro_sort {
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.idx_pro_sortname {
    align-items: flex-start;
}

.idx_pro_sortleft h3 {
    font-size: 26px;
    letter-spacing: 1px;
    color: #333333;
    height: 56px;
    background: url(../images/idx_pro_sortline.jpg) no-repeat bottom left;
    background-position-y: 54px;
}

.idx_pro_sortleft h3 span {
    font-size: 14px;
    color: #c1c1c1;
    padding-left: 5px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.idx_pro_sortright ul li {
    float: right;
    margin-left: 12px;
}

.idx_pro_sortright ul li a {
    display: block;
    font-size: 14px;
    color: #333333;
    padding: 5px 20px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    transition: all .5s;
}

.idx_pro_sortright ul li a:hover,
.idx_pro_sortright ul li a.active {
    background-color: rgba(50, 126, 203, 1);
    color: #ffffff;
}

.idx_prolist ul {
    margin-top: 50px;
}

.idx_prolist ul li {
    width: 297px;
    height: 320px;
    float: left;
    background-color: #ffffff;
    margin-right: 24px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.idx_prolist ul li:nth-child(4n) {
    margin-right: 0px;
}

.idx_prolist ul li a {
    height: 320px;
}

.idx_prolist ul li a img {
    height: auto;
    display: block;
    margin: 0 auto;
}

.idx_prolist ul li:hover img {
    transform: scale(1.05);
}

.idx_prolist_title {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: rgba(50, 126, 203, .8);
    bottom: 0px;
    opacity: 0;
    transition: all .5s;
}

.idx_prolist_title h3 {
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
}

.idx_prolist ul li:hover .idx_prolist_title {
    opacity: 1;
}

.idx_morepro {
    width: 100%;
    height: 100%;
    background-color: rgba(50, 126, 203, 1);
    padding: 20px;
}

.idx_pro_moreitem {
    height: 100%;
    border: 1px solid #ffffff;
    flex-direction: column;
    justify-content: center;
}

.idx_pro_moreitem img {
    display: block;
    margin-bottom: 15px;
}

.idx_pro_moreitem p {
    font-size: 15px;
    line-height: 40px;
    color: #ffffff;
}

.idx_prolist2,
.idx_prolist3,
.idx_prolist4 {
    display: none;
}

/* case */
.idx_case {
    background-color: #ffffff;
    padding: 70px 0px;
}

.idx_case .idx_pro_sortright a {
    font-size: 14px;
    color: #a3a3a3;
    padding-top: 8px;
    display: block;
}

.idx_case .idx_pro_sortright a:hover {
    color: #333333;
}

.idx_case_list {
    margin-top: 50px;
}

.idx_case_left {
    width: 816px;
    height: auto;
}

.idx_case_right {
    width: 435px;
    height: 500px;
    overflow: hidden;
}

.idx_case_right a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.idx_case_right a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idx_case_right a:hover img {
    transform: scale(1.05);
}

.idxcase_title {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding-left: 35px;
}

.idxcase_title h3 {
    font-size: 16px;
    color: #ffffff;
    padding: 40px 0px 20px;
}

.idxcase_titleline {
    width: 32px;
    height: 1px;
    background-color: #f6f8fe;
}

.idxcase_lefttop {
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-bottom: 24px;
}

.idxcase_lefttop a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.idxcase_lefttop a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idxcase_lefttop a:hover img {
    transform: scale(1.05);
}

.idxcase_leftbot ul li {
    width: 396px;
    height: 216px;
    overflow: hidden;
    float: left;
    margin-right: 24px;
}

.idxcase_leftbot ul li:nth-child(2) {
    margin-right: 0px;
}

.idxcase_leftbot ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.idxcase_leftbot ul li a:hover img {
    transform: scale(1.05);
}

/* about */
.idx_about {
    width: 100%;
    height: 575px;
    background: url(../images/idx_about_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.idx_about_name {
    width: 100%;
    height: 148px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
}

.idx_about_name h3 {
    font-size: 26px;
    color: #ffffff;
    padding: 60px 0px 18px;
}

.idx_about_name p {
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    padding-bottom: 19px;
}

.idx_about_nameline {
    width: 52px;
    height: 2px;
    margin: 0 auto;
    background-color: #ffffff;
}

.idx_about_info {
    width: 990px;
    margin: 50px auto 0px;
    text-align: center;
}

.idx_about_info p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .5px;
    color: #ffffff;
}

.idx_about_info a {
    display: block;
    width: 146px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #f6f8fe;
    font-size: 14px;
    line-height: 42px;
    color: #ffffff;
    margin: 45px auto 0px;
    transition: all .5s;
}

.idx_about_info a:hover {
    background-color: rgba(50, 126, 203, 1);
}

.idx_about_honor {
    position: absolute;
    margin-left: -640px;
    left: 50%;
    top: 80%;
}

.honorswiper {
    padding-bottom: 50px;
}

.idx_about_honor .swiper-slide img {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    height: 240px;
    object-fit: contain;
}

/* 新闻 */
.idx_news {
    margin-top: 125px;
    padding-bottom: 60px;
}

.idx_newslist {
    margin-top: 50px;
}

.newsswiper {
    padding-bottom: 50px;
}

.idx_newsitem {
    display: block;
    text-align: left;
}

.idx_newsitem h4 {
    font-size: 24px;
    color: #2b2b2b;
}

.idx_newsitem h3 {
    font-size: 16px;
    color: #333333;
    padding: 30px 0px 20px;
}

.idx_newsitem p {
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.idx_newsmore {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background-color: rgba(50, 126, 203, 1);
    margin-top: 40px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 26px;
    font-weight: lighter;
    transition: all .5s;
}

.idx_newsitem:hover .idx_newsmore {
    width: 100px;
}

.idx_newslist .swiper-pagination {
    bottom: 0px;
}

.idx_newsitem:hover h3 {
    color: rgba(50, 126, 203, 1);
}

.idx_newslist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.idx_newslist .swiper-pagination-bullet-active {
    border: solid 2px rgba(50, 126, 203, 1);
    background: none;
}

/* foot */
.foot {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    padding-top: 30px;
}

.footitem {
    align-items: flex-end;
    padding-bottom: 50px;
}

.footinfo p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.footcopy {
    width: 100%;
    border-top: 1px solid #cecece;
    padding: 25px 0px;
}

.footcopy p {
    color: #999999;
}

.footcopy p a {
    color: #999999;
}

.footcopy p a:hover {
    color: #333333;
}

.footcopyright ul li {
    float: right;
    margin-left: 25px;
}

.footicons_wximg {
    margin: 60px auto 0px;
    display: block;
}

.fixednav {
    position: fixed;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    z-index: 9;
}

/* 产品列表页 */
.banner img {
    width: 100%;
}

.prolist_name {
    text-align: center;
}

.prolist_name h2 {
    color: #232323;
    font-size: 24px;
}

.prolistpage {
    padding: 60px 0px;
}

.prolist_name p {
    color: #939393;
    font-size: 14px;
    margin-top: 10px;
}

.prolist_sort {
    justify-content: center;
    margin: 40px 0px;
}

.prolist_sort li a {
    color: #6f6f6f;
    display: block;
    padding: 10px 20px;
    margin: 0px 10px 20px;
    border: 1px solid #666666;
    border-radius: 4px;
}

.prolist_sort li a:hover,
.prolist_sort li a.active {
    background-color: rgba(50, 126, 203, 1);
    color: #ffffff;
    border-color: rgba(50, 126, 203, 1);
}

.prolist_part ul li {
    float: left;
    margin-right: 2%;
    width: 32%;
    height: 390px;
    transition: all .5s;
    margin-bottom: 40px;
}

.productpage .prolist_part ul li {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.prolist_part ul li:nth-child(3n) {
    margin-right: 0px;
}

.prolist_liimg {
    width: 100%;
    height: 310px;
    text-align: center;
    background-color: #ffffff;
}

.prolist_liimg img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.prolist_lidesc {
    width: 100%;
    height: 80px;
    text-align: center;
    background-color: #f1f1f1;
}

.prolist_lidesc h3 {
    font-size: 16px;
    line-height: 80px;
}

.prolist_part ul li:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

.pagepart {
    text-align: center;
    margin-top: 20px;
}

.pagepart a {
    padding: 5px 10px;
    border: 1px solid #666666;
    color: #666666;
    margin: 0 2px;
}

.pagepart a:hover,
.page-num-current {
    background-color: rgba(50, 126, 203, 1);
    color: #ffffff !important;
    border-color: rgba(50, 126, 203, 1) !important;
}

.page-status {
    display: none;
}

/* newslist page */
.position {
    width: 100%;
    height: auto;
}

.posleft {
    padding: 40px 0px;
}

.posleft a,
.posright a {
    color: #666666;
}

.posright a {
    padding: 0px 20px;
    border-radius: 4px;
    padding: 10px 20px;
    border: 1px solid #666666;
    display: block;
    float: right;
    font-size: 15px;
    margin-left: 20px;
}

.posleft a:hover,
.posright a:hover,
.posright a.active {
    color: rgba(50, 126, 203, 1);
    font-weight: bold;
}

.posright a:hover,
.posright a.active {
    background-color: rgba(50, 126, 203, 1);
    color: #ffffff;
    border-color: rgba(50, 126, 203, 1);
}

.newslist_item,
.caselist_item {
    padding-bottom: 70px;
}

.newslist_item ul {
    padding-bottom: 50px;
}

.newslist_item ul li {
    float: left;
    width: 50%;
    height: 360px;
    padding: 50px 0px 0px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding-right: 70px;
}

.newslist_item ul li a {
    display: block;
}

.newslist_item ul li:first-child,
.newslist_item ul li:nth-child(2) {
    /* padding-top: 0px; */
}

.newslist_liimg {
    width: 100%;
    height: 155px;
    overflow: hidden;
    margin-bottom: 15px;
}

.newslist_liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newslist_item ul li:hover .newslist_liimg img {
    transform: scale(1.05);
}

.newslist_lidesc h3 {
    font-size: 20px;
    line-height: 76px;
    color: #222;
}

.newslist_lidesc p {
    color: #868585;
    line-height: 30px;
}

.newslist_lidate h4 {
    font-weight: bold;
    font-family: RBold;
    display: block;
    font-size: 56px;
    line-height: 152px;
    color: #ededed;
}

.newslist_lidate p {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.newslist_item ul li:hover .newslist_lidate h4 {
    color: rgba(50, 126, 203, 1);
}

.newslist_item ul li:hover .newslist_lidate p {
    color: rgba(50, 126, 203, 1);
    border-color: rgba(50, 126, 203, 1);
}

.newslist_item ul li:hover .newslist_lidesc h3 {
    color: rgba(50, 126, 203, 1);
}

.newslist_item ul li:nth-child(2n) {
    border-right: 0px;
    padding-right: 0px;
    padding-left: 70px;
}

/* caselist page */
.caselist_item ul li {
    float: left;
    padding: 30px 30px 30px 0px;
    width: 50%;
    height: 400px;
}

.caselist_item ul li .idxcase_lefttop {
    height: 100%;
    margin-bottom: 0px;
}

.caselist_item ul li a {
    display: block;
}

.caselist_item ul li a img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.caselist_item ul li:nth-child(2n) {
    padding-left: 30px;
    padding-right: 0px;
}

.caselist_item ul li:nth-child(2),
.caselist_item ul li:nth-child(1) {
    padding-top: 0px;
}

/* about page */
.aboutpage {
    padding: 50px 0px;
}

.aboutname {
    border-top: 1px dotted #d3d3d3;
    border-bottom: 1px dotted #d3d3d3;
    padding: 20px 0px;
    margin-bottom: 30px;
}

.aboutname h2 {
    font-size: 20px;
    font-weight: bold;
    color: #777777;
}

.aboutcontent p {
    line-height: 30px;
    font-size: 16px;
}

/* contact */
.neibanner {
    height: 400px;
}

.neibanner img {
    height: 100%;
    object-fit: cover;
}

.contactpage {
    background-color: rgba(0, 0, 0, .02);
}

.contact_item h2 {
    font-family: RM;
    font-size: 26px;
    padding: 70px 0px;
}

.contactlist {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    margin-bottom: 120px;
}

.contactmap {
    width: 65%;
    background-color: #ffffff;
    height: 400px;
}

.contactinfo {
    background-color: rgba(50, 126, 203, 1);
    height: 400px;
    width: 35%;
    padding: 40px;
}

.contactinfo h3 {
    font-size: 20px;
    color: #333333;
    color: #ffffff;
}

.contactinfo h4 {
    text-transform: capitalize;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0px 20px ;
}

.contactinfo p {
    font-family: RBC;
    font-size: 16px;
    line-height:30px;
    color: #f0f0f0;
}

.contactinfo p a {
    font-family: RBC;
    color: #f0f0f0;
}
.contactinfo p img {
    width: 120px;
    margin-top: 20px;
    display: block;
}

/* search page */
.search_page {
    padding-bottom: 70px;
}

.search_page ul {
    margin-bottom: 70px;
}

.search_page ul li {
    border-bottom: 1px solid #cecece;
    padding: 20px 0px;
}

.search_page ul li h3 {
    font-size: 20px;
    font-family: RBC;
    transition: all .5s;
}

.search_page ul li p {
    color: #808080;
    font-family: RBC;
}

.search_page ul li:hover h3 {
    color: rgba(50, 126, 203, 1);
    font-weight: bold;
}

.search_page ul li:hover p {
    color: rgba(50, 126, 203, 1);
}

/* news page */
.newspage {
    background-color: #ffffff;
    padding: 0px 0px 50px;
    z-index: 9;
}

.newsptitle {
    text-align: center;
    border-bottom: 1px dotted rgba(211, 211, 211, .4);
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.newsptitle h2 {
    font-size: 30px;
    color: #111111;
}

.newsptitle p {
    font-size: 16px;
    color: #888888;
    font-family: RBC;
    line-height: 60px;
}

.newspcontent img {
    display: inline-block;
}

.newspcontent p {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
}

.newspage_nextprev {
    margin: 50px 0px;
}

.newspnext {
    width: 45%;
    height: auto;
}

.newspnext p a:hover {
    color: rgba(50, 126, 203, 1);
}

.newspnext2 {
    text-align: right;
}

/* product page */
.productpage {
    background-color: #ffffff;
}

.proptitle {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-top: 30px;
}

.proptitle h2 {
    font-size: 20px;
}

.proptitle p {
    font-family: RBC;
    color: #939393;
    line-height: 60px;
}

.propcontent img {
    display: inline-block;
}

.propcontent {
    margin-bottom: 100px;
}

.propcontent p {
    line-height: 30px;
    font-size: 16px;
    color: #777777;
}

.prop_tjpro {
    padding: 50px 0px 30px;
}

.footphone img {
    max-width: 114px;
}

.neiernav {
    margin-bottom: 30px;
}

.neiernav ul li {
    float: left;
    margin-bottom: 20px;
}

.neiernav ul li a {
    display: block;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid rgba(50, 126, 203, 1);
    color: rgba(50, 126, 203, 1);
}

.neiernav ul li a:hover,
.neiernav ul li a.active {
    background-color: rgba(50, 126, 203, 1);
    color: #ffffff;
}

.albumlist ul li {
    width: 32%;
    padding: 0px;
    margin-right: 2%;
    margin-bottom: 30px;
}

.albumlist ul li a img {
    object-fit: contain;
}

.albumlist ul li:nth-child(2n) {
    padding: 0px;
}

.albumlist ul li:nth-child(3n) {
    margin-right: 0px;
}

.albumlist ul li .idxcase_title {
    height: 80px;
}

.albumlist ul li .idxcase_title h3 {
    padding: 30px 0px 10px;
}

.joblist ul li {
    width: 100%;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-bottom: 20px;
}

.joblist ul li .joblititle {
    padding: 0px 15px;
    height: 60px;
}

.joblist ul li .joblititle h3 {
    font-size: 16px;
}

.joblist ul li .joblititle img {
    width: 18px;
    opacity: 0.6;
}

.joblist ul li .joblicont {
    display: none;
}

.joblist ul li.active .joblicont {
    display: block;
}

.joblist ul li.active .joblititle {
    background-color: rgba(50, 126, 203, 1);

}
.joblist ul li.active .joblititle h3 {
    color: #ffffff;
}
.joblist ul li.active .joblititle img {
    transform: rotate(90deg);
    opacity: 1;
    filter: grayscale(0) invert(1);
}
.joblist ul li .joblicont {
    padding: 20px;
}
.joblist ul li .joblicont p {
    font-size: 15px ;
    line-height: 30px;
}