
/* subtop */
#subtop .c_wrp {
    height: 400px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.5);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (min-width:992px) {
    #subtop .c_wrp h1 {
        margin-top: 15%;
    }
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 150px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid #eee;
}
#site_config .site {
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 230px;
    position: relative;
    border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    background-color: #444;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 20px;
    color: #999;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #444;
}
#site_config .site .home > ul li a:hover{
    background-color: #444;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 200px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 130px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 15px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 15px;
    }
}

/* company1 */
#company1 .sec1 .pre {
    background-color: #e2e9f1;
}
#company1 .sec1 .con {
    color: #808c9e;
}
#company1 .sec2 {
    background-color: #fafafa;
}
#company1 .sec2 .aboutjp {
    position: relative;
}
#company1 .sec2 .aboutjp:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0e1f30;
}
#company1 .sec2 .aboutjp img {
    position: relative;
    z-index: 3;
}
#company1 .sec2 .about {
    background-color: #0e1f30;
    display: flex;
    padding: 30px 30px;
    box-shadow: 15px 15px 25px rgba(0,0,0,0.2);
    justify-content: space-between;
}
#company1 .sec2 .about .item {
    padding: 0 10px;
}
#company1 .sec2 .about .item h5 {
    color: #fff;
}
#company1 .sec2 .about .item h5 strong {
    display: block;
}
@media (max-width:992px){
    #company1 .sec1 .pre .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #company1 .sec1 .pre .c_wrp .tbox {
        order: 1;
        width: 100%;
        padding-top: 40px;
    }
    #company1 .sec1 .pre .c_wrp .ibox {
        order: 2;
        width: 100%;
    }
    #company1 .sec1 .pre .c_wrp .ibox img {
        width: 50%;
    }
    #company1 .sec1 .pre_sign {
        width: 50px;
    }
    #company1 .sec2 .about {
        flex-wrap: wrap;
        padding: 15px;
    }
    #company1 .sec2 .about .item {
        width: 50%;
        margin: 10px 0;
    }
    #company1 .sec2 .about .item:nth-child(1),
    #company1 .sec2 .about .item:nth-child(4) {
        width: 100%;
    }
}
/* career */
.careerWrp {
    position: relative;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #ddd;
}
.careerWrp .career .pList > li {
    margin-bottom: 5px;
}
@media (min-width:992px){
    .careerWrp .career {
        position: relative;
        padding-left: 250px;
    }
    .careerWrp .career .careerTit {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width:992px){
    .careerWrp {
        margin-top: 30px;
        padding-top: 30px;
    }
    .careerWrp .career .careerTit + ul {
        margin-top: 15px;
    }
}

/* goods1 */
.csSec {
    background-color: #f3f5f8;
}
.csSec .csInfo {
    background-color: #fff;
}
.csSec .csInfo .lft ul li {
    margin: 10px 0;
}
.csSec .csInfo .lft h4 {
    position: relative;
    padding: 10px;
    padding-left: 55px;
}
.csSec .csInfo .lft h4 strong {
    position: absolute;
    left: 0;
    top: 4px;
    width: 45px;
    line-height: 45px;
    background-color: #999;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.csSec .csInfo{
    display: flex;
    align-items: center;
}
@media (min-width:992px){
    #goods1 .sec1 .txt {
        margin-top: 15px;
    }
    .csSec .csInfo > div {
        width: 50%;
    }
    .csSec .csInfo .lft {
        padding: 0 20px 0 80px;
    }
}
@media (max-width:992px){
    #goods1 .sec1 ul li {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #goods1 .sec1 .icon img {
        width: 70px;
    }
    .csSec .csInfo{
        flex-wrap: wrap;
    }
    .csSec .csInfo > div {
        width: 100%;
    }
    .csSec .csInfo .lft {
        order: 2;
        padding: 0 30px 30px;
        margin-top: -40px;
    }
    .csSec .csInfo .rt {
        order: 1;
    }
    .csSec .csInfo .lft ul li {
        margin: 5px 0;
    }
    .csSec .csInfo .lft h4 {
        padding: 5px;
        padding-left: 40px;
    }
    .csSec .csInfo .lft h4 strong {
        top: 2px;
        width: 32px;
        line-height: 32px;
    }
}

/* checkPoint */
.checkPoint .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    background-color: #f3f5f8;
    border-radius: 50%;
    margin: 0 auto;
}
.checkPoint .item h5 {
    line-height: 1.2em;
    margin-top: 5px;
}
@media (max-width:992px){
    .checkPoint .item {
        margin: 15px auto;
    }
}
@media (max-width:500px){
    .checkPoint .item {
        margin: 5px auto;
        width: 100%;
        height: auto;
        border-radius: 0px;
        padding: 30px 10px;
    }
    .checkPoint .item img {
        width: 50px;
    }
}

/* imgList */
.imgList > li {
    margin: 15px 0;
}
.imgList .img {
    border: 1px solid #ddd;
    padding: 30px 0;
}
.imgList .txt {
    border: 1px solid #ddd;
    padding: 15px 10px;
    border-top: 0px;
}
@media (max-width:768px){
    .imgList > li {
        margin: 5px 0;
    }
}


/*jp_sec*/
.jp_sec .jp_box {
    border: 3px solid #eee;
    padding: 50px;
}
.jp_sec > .sub_sec > li{
    margin-top: 0;
    padding: 40px 0;
}
.jp_sec > .sub_sec > li:not(:last-child){
    border-bottom: 1px dashed #ddd;
}
@media (max-width:768px){
    .jp_sec .jp_box {
        padding: 15px;
    }
}
/*ho_box*/
.ho_box p{
    background-color: #f2f9fb;
    color: #2a2a2a;
    padding: 15px;
    font-size: 19px;
}
.ho_box p span{
    background-color: #43a3c4;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 5px;
    line-height: 1em;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 0.9em;
}
@media (max-width:768px){
    .ho_box p{
        padding: 15px;
        font-size: 14px;
    }
    .ho_box p span{
        display: block;
        margin-left: 0px;
    }
}

/*sul_wrp*/
.sul_wrp li .ibox{
    border: 1px solid #ddd;
    margin-top: 10px;
}
.sul_wrpl li .ibox img{
    padding: 30px 0px;
}
.sul_wrp li .ibox p{
    background-color: #6e97ad;
    padding: 15px;
    color: #fff;
}

@media (max-width:768px){
    .jp_sec > .sub_sec > li{
        padding: 25px 0;
    }
    .sul_wrpl li .ibox img{
        padding: 20px 0px;
    }
    .sul_wrp li .ibox p{
        padding: 10px;
    }
}
/*table_jp*/
.table.table_jp {
    border-top: 1px solid #222;
}
.table.table_jp.table_fx {
    table-layout: fixed;
}
.table.table_jp thead tr th,
.table.table_jp thead tr td,
.table.table_jp tbody tr th,
.table.table_jp tbody tr td {
    font-size: 18px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 0px;
    border-bottom: 1px solid #ddd;
    padding: 12px 7px;
}
.table.table_jp tbody tr th {
    color: #111;
}
.table.table_jp thead tr th,
.table.table_jp tbody tr th {
    font-weight: 600;
}
.table.table_jp tbody tr td {
    font-weight: 300;
    color: #666;
}
.table.table_jp.table_center thead tr th,
.table.table_jp.table_center thead tr td,
.table.table_jp.table_center tbody tr th {
    text-align: center;
}
.table.table_jp.table_vh thead tr th,
.table.table_jp.table_vh thead tr td,
.table.table_jp.table_vh tbody tr th,
.table.table_jp.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_jp.table_wb thead tr th,
.table.table_jp.table_wb tbody tr td,
.table.table_jp.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_jp tbody tr td.text-left {
    text-align: left;
}
.table.table_jp tbody tr td.text-right {
    text-align: right;
}
@media (max-width:768px){
    .table.table_jp thead tr th,
    .table.table_jp thead tr td,
    .table.table_jp tbody tr th,
    .table.table_jp tbody tr td {
        font-size: 14px;
        padding: 10px;
		word-break: break-all !important;
    }
}

/* numList */
.numListWrp {
    padding: 30px;
    background-color: #f7f7f7;
}
.numList li {
    margin: 10px 0;
}
.numList h5 {
    position: relative;
    padding: 5px;
    padding-left: 45px;
}
.numList h5 strong {
    position: absolute;
    left: 0;
    top: 4px;
    width: 35px;
    line-height: 35px;
    background-color: #999;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
@media (max-width:768px){
    .numListWrp {
        padding: 15px;
        background-color: #f7f7f7;
    }
    .numList h5 {
        padding-left: 40px;
    }
    .numList h5 strong {
        width: 30px;
        line-height: 30px;
    }
}

/* stit */
.stit h2 {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.stit h2:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 15%;
    width: 4px;
    height: 70%;
    background-color: #222;
}


/* proBox */
.proBoxWrp {
    background-color: #faf9f7;
}
.proBox .btnWrp .btnItem {
    padding: 0 40px;
     width: auto;
}
@media (min-width:992px) {
    .proBox {
        display: flex;
        align-items: center;
    }
    .proBox > div {
        width: 50%;
    }
}
@media (max-width:992px) {
    .proBox .ibox {
        padding-bottom: 30px;
    }
    .proBox .tbox .pointList li {
        margin: 15px 0;
    }
    .proBox .btnWrp .btnItem {
        padding: 0 20px;
        font-size: 17px;
    }
}

/* pointList */
.pointList p {
    line-height: 1.2em;
    margin-top: 5px;
}
.pointList .item img {
    border: 1px solid #25a3c2;
    border-radius: 10px;
    padding: 15px;
    width: 70px;
}

/* sw1 */
#sw1 .sec2 ul li .txt {
    padding-top: 15px;
}
#sw1 .sec2 ul li .txt h5 {
    line-height: 1.3em;
}