@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:17px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#fff;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span::before, .m-btn span::after{
    content:'';
    display: block;
    height:2px;
    width:20px;
    background:#fff;
    position: absolute;
	left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
header.on .m-btn span::before,header.on  .m-btn span::after, header.on  .m-btn span{
    background:#424242;
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-7px, 4px);
    -webkit-transform: rotate(-48deg) translate(-7px, 4px);
    -o-transform: rotate(-48deg) translate(-7px, 4px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-7px, -4px);
    -webkit-transform: rotate(48deg) translate(-7px, -4px);
    -o-transform: rotate(48deg) translate(-7px, -4px);
	width: 24px;
}
@media (max-width: 1199px){
    .ny-header .nav>ul>li{
        padding-left:0;
    }
    .ny-header .language{
        margin:0;
    }
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }
}
/* 关于我们 */
.ny-ban{
    position: relative;
    overflow: hidden;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom:0%;
    color:#fff;
    z-index:2;
}
.ny-ban .ny-title h5{
    font-size: 48px; 
    font-weight: bolder;
    line-height: 1;
}
.ny-ban .ny-title p{
    font-size: 24px;
    padding-left: 100px;
}
@media(max-width:991px){    
    .ny-ban .ny-title h5{ 
        font-size: 22px;
    }
    .ny-ban .ny-title p {
        font-size: 18px;
        padding-left: 50px;
    }
    .ny-ban img {
        width: 150%;
        margin-left: -25%;
    }
}
/* 当前位置 */
.position{
    padding: 20px 0px;
    position: relative; 
}
.position span{
    font-size: 35px;
    font-weight: bold;
}
.position span:before{
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    background: #41e7fa;
    margin: 5px 0;
}
.position ul{
    display: inline-block;
    float: right !important;
    margin-bottom: 15px;
}
@media(max-width:767px){
    .position {
        padding: 10px 0px;
        margin-top: 0px;
    }
    .position span {
        font-size: 22px;        
        color: #41e7fa;
    }
    .position span:before {        
        width: 40px;
        height: 2px;
        margin: 2px 0;
    }
    .position ul{
        display: none;
    }
}
.position li{
    display: inline-block;
}
.position li a{
    color: #fff;
}
.position li.active a{
    color:#41e7fa;
}
.ny-about p{
    margin:0;
}
.ny-about img,.ny-img img{
    max-width:100%;
}
.ny-img{
    position: relative;
    margin-bottom: 50px;
}
.ny-img .img-con{
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 40%;
    color: #fff;
    padding: 15px 30px;
    line-height: 1.6;
    background: rgba(0,136,229,0.8)
}
.ny-img .img-con h5{
    font-size: 32px;
}
.ny-img .img-con h5:after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 15px 0px;
}
/* 荣誉证书 */
.about-honor{
    background: #f6f6f6;
}
.ny-ab-box{
   padding-top: 30px;
}
.ny-honor .honor-list img{
    max-width: 100%;
    max-height: 260px;
}
.ny-honor .honor-list {   
    text-align: center;   
}
.ny-honor .honor-list a{
    display: block;   
    padding: 8px;
    border: 1px solid #ddd;
    line-height: 260px;
    background: #fff;
}
.ny-honor .honor-list p{
    line-height: 1.4; 
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
}
/* 企业环境 */
.huanjing-list{
    position: relative;
    margin-bottom:30px;
}
.huanjing-list p{
    margin: 0 0 20px;
    font-size: 18px;
    color: #333;
    font-weight: bolder;
}
.huanjing-list .huanjing-img img{
    width:100%;
}
.huanjing-list .huanjing-img{
    position: relative;
}
.huanjing-list .huanjing-img::after{
    content:'';
    display: block;
    width:100%;
    height:0;
    position: absolute;
    bottom:0;
    left:0;
    background:#000;
    opacity: 0.5;
    z-index:99;
    transition: all .5s;
    display: none;
}
.huanjing-list:hover .huanjing-img::after{
    height:100%;
    display: block;
}



.culture{
    background: url(../img/qywh_bg.png) no-repeat center #fff;
    background-size: 100% 100%;
    padding: 3.3333vw 0px;
}
.culture .culture-tit {
    font-size: 2.083rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
.culture1{
    background: url(../img/values.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    margin: 40px 0px;
    overflow: hidden;  
}
.culture2{
    background: url(../img/vision.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    margin: 40px 0px;
    overflow: hidden;   
}
.culture1 .culture-con,.culture2 .culture-con{
    padding-bottom: 140px;
    font-size: 18px;
}
.culture2 .culture-con{
    text-align: right;
}
.culture1 .culture-con h3,.culture2 .culture-con h3{
    font-size: 60px;
    padding-bottom: 10px;
}
.culture1 .culture-con strong,.culture2 .culture-con strong{
    display: block;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 100px;
}
/*国际合作*/
.ny-case .case-list img{
    width:100%;
    transition:.5s;-webkit-transition:.5s;
}
.ny-case .case-list {
    background: #fff;
    overflow: hidden;  
}
.ny-case .case-list h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin: 50px 0 20px 0;  
    font-size: 18px;   
}
.ny-case .case-list p{
    line-height: 1.4;   
    overflow: hidden;    
    font-size: 14px;
}
.ny-case .case-list:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
/*案例展示*/
.ny-case-info .case-info-top{
    background: #fff;
    padding: 80px 0px;
}
.case-info-top .imgDiv img{
    width: 100%;
}
.case-info-top .case-info-title {
    padding-top: 15px;
    padding-bottom: 25px;
    border-bottom: #e0e0e0 solid 1px;
    color: #333;
    font-weight: bold;
    font-size: 26px;
}
.case-info-top .case-info-title span{
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.case-info-main{
    padding: 80px 0px;
}
.case-info-main .case-title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 15px;
}
.case-info-main .case-info-content .row {
    background: #fff;
    position: relative;
    padding: 0px 0px;
}
.case-info-main .case-info-content .row .name {    
    font-size: 20px;
    margin-top: 35px;
    color: #212d5c;
    padding-left: 26px;
    font-weight: bold;
    background: url(../img/ico5.png) left center no-repeat;
    background-size: 12px;
    margin-top: 15px;
}
.case-info-main .case-info-content .limg img {
    width: 100%;
}
.case-info-main .case-info-content .row .content {  
    padding: 40px;
}
/*合作伙伴*/
.par-img{   
    overflow: hidden;
    text-align: center;
    border: 1px solid #efefef;
    background: #fff;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.par-img img{ 
    max-width: 100%;
    width: auto;
    transition: all 0.3s ease-in-out;    
}
.par-img:hover{  
    box-shadow: 6px 6px 6px 1px rgba(0,0,0,.2);
}
.par-img:hover img{
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
}
/*发展历程*/
.timeline{padding-top:80px;overflow: hidden;}
.timeline .tit{text-align:center; font-size: 36px; color:#333;margin:15px 0 45px}
.timeline .tit span{
    display: block;
    font-size: 24px;
    color: #666666;
}
.timeline ul li{
    position: relative;
    padding: 10px 0;
    height: auto;
}
.timeline ul li:nth-child(2n){
    padding-left: 54%;
    text-align: left;
}
.timeline ul li:nth-child(2n+1){
    padding-right: 54%;
    text-align: right;
}
.time-con::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    z-index: 2;
    background: #1cb6c8;
    border: 3px solid #98f2fd;
}
.time-con::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #e3e3e3;
}
.timeline ul li:nth-child(2n+1) .time-con::after{
    left: auto;
    right: calc(50% + 6px);
}
.timeline ul li::before,.timeline ul li::after{
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: calc(50% - 4px);
    left: 50%;
    background: #e3e3e3;
    margin-left: -1px;
}
.timeline ul li::after {
    top: auto;
    bottom: 0;
}
.time-con{
    display: inline-block;
    min-width: 40%;
    min-height: 40px;
    border-radius: 4px;
    padding: 15px 0px;
    cursor: pointer;
}
.time-con h4{
    font-size: 26px;
    color: #1cb6c8;
}
@media(max-width:992px){
    .time-con h4 {
        font-size: 20px;
    }
}
.main{
    background: #f8f8f8;
    padding: 70px 0px;
}
/*关于我们下发展*/
.cxyf {
    background: url(../img/company_center.png) no-repeat;
    background-size: cover;
}
/*企业文化*/
.ny-culture{
    background: url(../img/qywh_bg.png) no-repeat center #fff;
    background-size: 100% 100%;
}
.culture-list{
    overflow: hidden;
    margin: 0 0px;
}
.culture-list .culture-img{
    overflow: hidden;
}
.culture-list .culture-img img{
    width: 100%;
    transition:.5s;-webkit-transition:.5s;
}
.culture-list:hover .culture-img img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.culture-list .culture-con{
    padding: 5%;
}
.culture-list h3{
    font-size: 20px;
    margin: 15px 0px;
    font-weight: bolder;
}
.culture-list p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.culture-list .culture-zhan{
    counter-reset: number 0;
}
.culture-list .culture-zhan li{
    position: relative;    
    margin-bottom: 1px;
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 15px 10px 30px;
}
.culture-list .culture-zhan li:before {
    counter-increment: number 1;
    content: "0"counter(number);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    padding-top: 10px;
    vertical-align: middle;
    display: block;  
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
@media (max-width: 992px){ 
    .main{
        padding: 30px 0px;
    }
    .culture-list h3 {
        font-size: 18px;        
        margin-bottom: 10px;
    }
}
/* 产品展示 */
.ny-comm{    
    position: relative;
}
.ny-comm .about-title {
    font-size: 36px;
    margin: 30px 0px;
    color: #004080; 
}
.ny-comm .about-title span{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
}
/*产品类别*/
.ny-comm .comm-left .ny-nav{
  display: flex;
  justify-content: center;  
  overflow: hidden;
  margin: 50px 0px;
}
.ny-comm .comm-left .ny-nav li{
    width: 21%;
    text-align: center;
}
@media(max-width:991px){
    .ny-comm .comm-left .ny-nav{
       display: none;
    }
}
.ny-comm .comm-left .ny-nav li a{    
    padding: 8px 20px;
    margin: 0px 10px;
    border: 1px solid #8d9db1;
    font-size: 20px;
    display: block;
    transition: all .5s;
}
.ny-comm .comm-left .ny-nav li.active a,.ny-comm .comm-left .ny-nav li a:hover{   
    color:#fff;
    background: #8d9db1;
}
.ny-comm-box .comm-right .pname{
    font-size: 26px;
    margin-bottom: 30px;
}
.ny-comm-box .comm-right .ny-pro-list{
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-about{
    margin: 0px auto 70px;
    width: 90%;
}
.ny-about strong{
    font-weight: 600;
    font-size: 18px;
    color: #212d5c;
}
/*产品列表*/
.product-list{
    background:#fff;/* url(../img/product-bj.jpg)*/
    background-size: cover;
    padding: 20px 20px ; 
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
}
.product-list .product-img img{
    width: 100%;
}
.product-list h5 span{
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.product-list h5{
    font-size: 14px; 
    color: #8d9db1;
}
.product-list h5:before{
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #41e7fa;
    margin-bottom: 15px;
}
.ny-pro-list .ny-pro-img{
    overflow: hidden;
    padding: 10px;
}
.ny-pro-list .ny-pro-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}
.ny-pro-list .ny-pro-title{
    background: #f2f2f2;
    padding:8px 15px;
    font-size: 18px; 
    height: 70px;   
    transition: all 0.6s; 
}
.ny-pro-list:hover .ny-pro-title{
    background: #0088e5;
    color:#fff;
}
.ny-pro-list:hover{
    box-shadow: 0 0 10px #bbb;
}
.ny-pro-list:hover .ny-pro-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.ny-comm .m-pro-nav{
    display: none;
}
.ny-comm .m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:991px){
    .ny-comm .about-title,.ny-img .img-con h5{
        font-size: 24px;
    }
    .ny-comm .entitle {
        font-size: 40px;
    }
    .ny-comm-box .comm-left{
        display: none;
    }
    .ny-comm-box .comm-right{
        width:100%;
    }
    .ny-comm .m-pro-nav{
        display: block;
        margin:20px 0;
    }
    .product-img{
        margin-bottom: 10px;
    }
    .ny-img .img-con {
        position: relative;
        width: 100%; 
    }
    .ny-comm-box .comm-right .pname {
        font-size: 20px;
    }
    .ny-pro-list .ny-pro-title {
        font-size: 14px;
        height: auto;
    }
}
/*产品展示详情 */
.product-info{
    margin-bottom: 30px;
    overflow: hidden;
}
@media(max-width:991px){
    .product-info{  
        border: 0;
    }
}
.product-info img{
    width:65%;
    padding: 0px;
}
.product-info .product-con .product-logo img{
    width: auto;
    max-width: 100%;
}
.product-info .product-con .product-logo:before {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #1cb6c8;
    margin-bottom: 25px;
}
.product-info .product-img {
    background:#fff; /*url(../img/product-bj-hover.jpg) no-repeat;*/
    background-size: cover;
    text-align: center;
}
.product-con .overview{
    font-size: 14px;
    line-height: 1.8;
    height: 200px;
    overflow: hidden; 
}
@media(max-width:991px){
    .product-con .overview{
        height: auto;
    }
}
/*.product-con .overview span{*/
/*    font-size: 20px;*/
/*    font-weight: bolder;*/
/*    color: #034496;*/
/*    display: block;*/
/*}*/
.scrollbox{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.pro-wechat{   
    margin: 10px auto 0px;
    font-size: 16px;
    text-align: center;
}
.pro-wechat .more{    
    padding: 15px 15px;   
    border-radius: 3px;
}

.product-info .product-info-content {
    font-weight: 400;
    font-size: 16px;
    padding: 15px 0;
}
.product-info-content .product-info-title {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
}
.product-info-content .product-info-title span {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 20px;
    background: #1cb6c8;
    position: relative;
    z-index: 1;
}
.product-info-content table,
.product-con .overview table{
    margin-bottom: 0px;
}
.product-info-content p em,
.product-con .overview p em{
    border-top: 1px solid #ddd;
    display: block;
    font-style: normal;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 30px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
@media(max-width:767px){
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 8px 2px;
    }
}
/* 新闻 */
.ny-news .ny-news-list {
    padding:10px;
    background: #fff;
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
@media(max-width:991px){
    .ny-news{
        margin-top: 15px;
    }
}
.ny-news .ny-news-list .ny-news-img img{
    max-width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    padding:15px 20px 35px 0;
    border-bottom:1px solid #ddd;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{
    margin-top:10px;
    font-size: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{
    opacity: 0.5;
    font-size: 16px;
    display: block;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{  
    font-size: 14px;
    line-height: 25px;
    color:#828282;
    margin-top:10px;
}
.ny-news .ny-news-list:hover{
    box-shadow: 0 0 10px #ddd;
}
.ny-news .ny-news-list:hover .ny-news-content{
    border-bottom:1px solid transparent;
}
@media (max-width:991px){
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title p{
        width:100%;
        font-size: 16px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-intro{
        width:100%;
    }
    .ny-news .ny-news-list .ny-news-content{
        padding:10px 0 10px 0;
    }
}

/* 新闻详情页 */
.ny-news-info{
     width: 78%;
     margin: auto;
}
.ny-comm .news-info-title{    
    padding-bottom: 30px;
    border-bottom: 3px solid #e0e0e0;
}
.ny-comm .news-info-title p{
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 0;
    line-height: 1.333;
}
.ny-comm .news-info-title .category {
    color: #403c3e;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
.ny-news-info .news-info-content{
    line-height: 28px;
    margin: 30px 0px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content img{
    max-width: 100%;
    margin: 10px 0px;
}
.apply_btn{
    padding: 10px 25px;
    margin-top: 30px;
}
@media (max-width:991px){
    .ny-news-info .news-info-content{
        margin: 15px 0px;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }    
}
/* 联系我们 */
.contact{
    margin-bottom:30px;
}
.contact .contact-title{
    font-size: 24px;
    font-weight: bold;
}
.contact ul li{ 
    line-height: 2;
}
.contact ul li span{
    font-size: 18px;
    margin-right: 10px;
}
.map{
    border: 1px solid #efefef;
    background: #fff;
    padding: 6px;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
/* 在线留言 */
.message{
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    padding: 60px 30px 50px;
    width: 95%;
}
.meg-title{
    font-size: 26px;
    font-weight: 500;
    color: #41e7fa;
}
.meg-info{
    /*margin-top: 10px;*/
    margin-bottom: 30px;
}
.form-control{
    height:50px;
    margin-bottom:15px;
}
.form-control1{
    height:120px !important;
}
.message-btn button{
    width:100%;
    height:50px;
    font-size: 18px;
    font-weight: bold;
    border:none;
}
/* 搜索页面 */
.ny-search .ny-search-box .search-img-top{
    width:100%;
}
.ny-search .ny-search-box .search-title{
    padding:8px 0 8px 10px;
}
.ny-search .ny-search-box:hover .search-title{
    background:#004080;
    color:#fff;
}
.ny-search .ny-search-box {
    margin-bottom:30px;
}
@media(max-width:767px){
    .contact {
        margin-top: 30px;
    }
    .contact .contact-title {
        font-size: 18px;  
    }
    .message{
        margin-top: 20px;
        padding: 20px 10px 10px;
        width: 100%;
    }
    .message-btn button{
        font-size: 15px;
    }
}
/*招聘*/
.joinA{
    font-size: 18px;
    line-height: 1.4;
    margin: 30px 0px;
    text-align: justify;
}
.tit{
    font-size: 24px;
    font-weight: 600;
    color: #212d5c;
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 25px;
}
.tit:after{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #212d5c;
    margin-bottom: -2px;
}
.joinB-A .con{
    position: relative;    
    background: #fff;
    border-radius: 1px;    
    padding: 30px;
    height: 370px;  
}
.joinB-A .con .t,.joinC .con .t{
    font-size: 20px;
    line-height: 1.2;
}
.joinB-A .con .t span{
    display: block;
    font-size: 26px;
    font-weight: 600;
}
.joinB-A .con .t:after,.joinC .con .t:after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #1cb6c8;
    margin: 10px 0px;
}
.joinC{
    margin: 60px 0px;
    background: url(../img/joinC.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    color: #fff;
}
.joinC .tit{
    color: #fff;
    border-color: rgba(255,255,255,0.3);
}
.joinC .tit:after{ 
    background: #fff;
}
.joinC .con .t:after{
    background: #fff;
}

.jobs h4 {
    font-size: 24px;
    font-weight: 600;
}
.jobs .items {
    border-top: 1px solid;
    border-bottom: 1px solid #000;
    margin-top: 2rem;
}
.jobs .items .item{
    position:relative;
    display:block;
    border-top:1px solid #000;
    padding:2.5rem 2rem;
    transition:all .2s
}
.jobs .items .item .bg{
    position:absolute;top:0;
    left:0;width:100%;height:100%;
    background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);
    pointer-events:none;opacity:0;transition:opacity .15s
}
.jobs .items .item:hover .bg{opacity:1}
.jobs .items .item .inner{display:flex;justify-content:space-between;align-items:center}
.jobs .items .item .inner p{margin-top:0;font-weight:500}
.jobs .items .item .inner .component-arrow-link{width:4rem;margin-left:1rem}
.jobs .items .item .inner .component-arrow-link>.inner{justify-content:flex-end}
@media (max-width:768px){
   .joinA{font-size: 14px;}
   .tit,.jobs h4 {font-size: 20px;}
   .jobs{margin-top:6rem}
   .jobs .items .item{padding:2rem 2rem 2rem 0}
   .joinB-A .con{height: auto;margin-bottom:15px;}
   .joinB-A .con .t, .joinC .con .t { font-size: 16px;line-height: 1.2;}
   .joinB-A .con .t span {font-size: 18px;}
   .joinC{margin: 30px 0px;padding: 15px;}
}
.component-arrow-link>.inner .arrow {
    position: relative;
    width: 1rem;
    background-color: #000;
    height: .2rem;
    margin-top: .4rem;
    transition: width .2s;
    will-change: width;
}
.component-arrow-link>.inner .arrow:after, .component-arrow-link>.inner .arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    width: .6rem;
    height: .2rem;
}
.component-arrow-link>.inner .arrow:before {
    transform: rotate(40deg);
    transform-origin: top right;
}
.component-arrow-link>.inner .arrow:after {
    transform: rotate(-40deg);
    transform-origin: bottom right;
}
.parent-link:hover .component-arrow-link .arrow {
    width: 4rem;
}