﻿body {
    background: #fff;
}
.contactus-page{
    background: #f4f5f9;
}
.maincolor {
    color: #8A8A8A;
    
    color: #494949;
    
    color: #333
    color：#D6001E
    color：#DDD;
    
    color: #F0F0F0;
    
}



.page_about {
    position: relative;
    padding: 0 0 0 45%;
    margin: 2em 0 0;
}

.page_about .img_container {
    position: absolute;
    width: 40%;
    left: 0;
    bottom: 0;
    top: 0;
    margin: 0;
}



.page_about .bg_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.page_about .chairmanname {
    max-width: 8em;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .page_about {
        padding: 0;
    }
    .page_about .img_container {
        position: relative;
        width: auto;
        margin: 0 0 2em 0;
    }
    .page_about .bg_container {
        position: relative;
    }
}



.page_gdnum {
    overflow: hidden;
    position: relative;
    margin: 4% 12px -4% 0;
}

.page_gdnum dl {
    float: left;
    width: 25%;
    padding-right: 12px;
    position: relative;
    text-align: center;
    margin-bottom: 1em;
}

.page_gdnum dd {
    position: absolute;
    font-size: 64px;
    line-height: 200%;
    color: #D6001E;
    top: 0;
    left: 0;
    right: 12px;
}

.page_gdnum dd .small {
    font-size: .5em;
}

.page_gdnum dt {
    padding: 128px .5em 1em;
    border: 1px solid #DDD;
    border-radius: 4px;
}

.page_gdnum dt h3 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: .5em;
    color: #333;
}

.page_gdnum dt h4 {
    line-height: 150%;
    margin-bottom: .5em;
    color: #333;
}

.page_gdnum dt p {
    font-size: 12px;
    line-height: 150%;
    height: 4.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.page_gdnum.class2 {
    margin: 0 0 2em;
    border-bottom: 1px solid #DDD;
}

.page_gdnum.class2 dt {
    border: none;
}

@media screen and (max-width: 1280px) {
    .page_gdnum dd {
        font-size: 48px;
    }
    .page_gdnum dt {
        padding: 96px .5em 1em;
    }
}

@media screen and (max-width: 1024px) {
    .page_gdnum dd {
        font-size: 32px;
    }
    .page_gdnum dt {
        padding: 64px .5em 1em;
    }
}

@media screen and (max-width: 767px) {
    .page_gdnum dl {
        width: 50%;
    }
}

.page_about .txt_container .info {
    position: relative;
    text-align: center;
}

.page_about .txt_container .info dl {
    display: inline-block;
    margin-bottom: 1em;
}

.page_about .txt_container .info dt {
    color: rgb(48, 45, 45);
    font-size: 24px;
}

.page_about .txt_container .info dd {
    font-size: 32px;
    color: #D6001E;
    line-height: 300%;
}

.page_about .txt_container .info dd span {
    font-size: 32px;
    vertical-align: baseline;
    display: inline-block;
}

.page_about .txt_container .info .time {
    text-align: right;
    color: #DDD;
    border-top: 1px solid #DDD;
    padding: .5em 0 1em;
}

.page_about .txt_container .info dl:first-child {
    position: absolute;
    left: 0;
    top: 0;
}

.page_about .txt_container .info dl:first-child+dl+dl {
    position: absolute;
    right: 0;
    top: 0;
}

.page_about .txt_container .into_content h2 {
    font-size: 30px;
    margin-bottom: 1em;
}

.page_about_updown .info {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 60%;
    margin-bottom: 2em;
}

.page_about_updown .info .bg_container {
    position: absolute;
    width: 54%;
    left: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.page_about_updown .info .txt_container {
    position: relative;
    overflow: hidden;
}

.page_about_updown .info .txt_container dl {
    border-top: 1px solid #DDD;
    position: relative;
    top: -1px;
    overflow: hidden;
}

.page_about_updown .info .txt_container dt {
    float: left;
    position: relative;
    top: 2.5em;
    color: #333;
    font-size: 20px;
}

.page_about_updown .info .txt_container dd {
    font-size: 32px;
    color: #D6001E;
    line-height: 300%;
    float: right;
}

.page_about_updown .info .txt_container dd span {
    font-size: 32px;
    vertical-align: baseline;
    display: inline-block;
}

.page_about_updown .info .txt_container .time {
    text-align: right;
    color: #DDD;
    padding: .5em 0 0;
}

@media screen and (max-width: 1280px) {
    .page_about .txt_container .info dt {
        font-size: 22px;
    }
    .page_about .txt_container .info dd {
        font-size: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .page_about .txt_container .info dt {
        font-size: 18px;
    }
    .page_about .txt_container .info dd {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .page_about .txt_container .info dt {
        font-size: 12px;
    }
    .page_about .txt_container .info dd {
        font-size: 12px;
    }
    .page_about .txt_container .info .time {
        font-size: 12px;
    }
    .page_about_updown .info {
        padding: 0;
    }
    .page_about_updown .info .bg_container {
        position: static;
        margin-bottom: 1em;
        width: auto;
    }
    .page_about_updown .info .bg_container img {
        width: 100%;
    }
    .page_about_updown .info .txt_container dt {
        font-size: 16px;
        top: 1.25em;
    }
    .page_about_updown .info .txt_container dd {
        font-size: 20px;
    }
}



.teamlist_class1 li {
    position: relative;
    padding: 3em 0;
}

.teamlist_class1 .bg_container+.txt_container {
    margin-left: 22.5%;
}

.teamlist_class1 .bg_container {
    width: 18.25%;
    height: 0;
    overflow: hidden;
    padding: 0 0 18.25%;
    background-color: #DDD;
    border-radius: 50%;
    box-shadow: .25em .25em .5em rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 3em;
}

.teamlist_class1 .bg_container img {
    width: 100%;
}

.teamlist_class1 .txt_container h2 {
    font-size: 34px;
    color: #333;
    line-height: 187.5%;
    display: inline-block;
    margin-right: .25em;
}

.teamlist_class1 .txt_container h3 {
    font-size: 22px;
    color: #494949;
    line-height: 187.5%;
    display: inline-block;
}

.teamlist_class1 .bg_container+.txt_container h3 {
    display: block;
}

.teamlist_class1 .txt_container p {
    border-top: 1px solid #DDD;
    padding-top: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 6.625em;
    text-align: justify;
}

.teamlist_class1.bg li {
    padding: 1em 0;
    background: #F0F0F0;
    margin: 2em 0;
    border-top: 2px solid #D6001E;
}

.teamlist_class1.bg .txt_container {
    margin: 0 2em;
}

.teamlist_class1.bg .bg_container+.txt_container {
    margin: 0 2em 0 calc(22.5% + 2em);
}

.teamlist_class1.bg .bg_container {
    left: 2em;
    top: 1em;
}

.teamlist_class1.bg .txt_container p {
    min-height: 6.625em;
    
    border: none;
    display: block;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .teamlist_class1 li {
        padding: 2em 0;
    }
    .teamlist_class1 .bg_container {
        top: 2em;
    }
    .teamlist_class1 .txt_container h2 {
        font-size: 24px;
    }
    .teamlist_class1 .txt_container h3 {
        font-size: 20px;
    }
    .teamlist_class1 .txt_container p {
        height: auto;
        display: block;
    }
    .teamlist_class1.bg li {
        padding: 1em 0;
        margin: 1em 0;
    }
    .teamlist_class1.bg .bg_container {
        top: 1em;
    }
}

@media screen and (max-width: 767px) {
    .teamlist_class1 li {
        padding: 1em 0;
    }
    .teamlist_class1 .bg_container+.txt_container {
        margin-left: 42%;
    }
    .teamlist_class1 .bg_container {
        width: 35%;
        padding: 0 0 35%;
        top: 1em;
    }
    .teamlist_class1 .txt_container h2 {
        font-size: 22px;
    }
    .teamlist_class1 .txt_container h3 {
        font-size: 18px;
    }
    .teamlist_class1.bg li {
        padding: 1em 0;
    }
    .teamlist_class1.bg .txt_container {
        margin: 0 1em;
    }
    .teamlist_class1.bg .bg_container+.txt_container {
        margin: 0 1em 0 calc(41% + 1em);
    }
    .teamlist_class1.bg .bg_container {
        width: 35%;
        padding: 0 0 35%;
        top: 1em;
        left: 1em;
    }
}

@media screen and (max-width: 480px) {
    .teamlist_class1 li {
        padding: 1em 0;
    }
    .teamlist_class1 .bg_container+.txt_container {
        margin-left: 0;
    }
    .teamlist_class1 .bg_container+.txt_container h3 {
        display: inline-block;
    }
    .teamlist_class1 .bg_container {
        position: relative;
        top: 0;
        width: 50%;
        padding: 0 0 50%;
        left: 25%;
        margin-bottom: .5em;
    }
    .teamlist_class1 .txt_container h2 {
        font-size: 22px;
    }
    .teamlist_class1 .txt_container h3 {
        font-size: 18px;
    }
    .teamlist_class1.bg .txt_container {
        margin: 0 1em;
    }
    .teamlist_class1.bg .bg_container+.txt_container {
        margin: 0 1em;
    }
    .teamlist_class1.bg .bg_container {
        top: 0;
        width: 50%;
        padding: 0 0 50%;
        left: 25%;
    }
}



.teamlist_class2 {
    list-style-type: none;
    overflow: hidden;
    margin: 0 -10px;
}

.teamlist_class2 li {
    float: left;
    width: 50%;
    padding: 0 10px 2%;
}

.teamlist_class2 .card_con {
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 25% 0;
    border-top: 1px solid #F0F0F0;
    background: #F0F0F0;
}

.teamlist_class2 .img_container {
    width: 36%;
    height: 0;
    overflow: hidden;
    padding: 0 0 36%;
    transform: translateY(-50%);
    float: left;
    margin: 0 10% 0 5%;
    border-radius: 50%;
    box-shadow: -4px 4px 8px rgba(0, 0, 0, .3);
}

.teamlist_class2 .img_container .bg_container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.teamlist_class2 .txt_container {
    transform: translateY(-50%);
}

.teamlist_class2 .txt_container h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 200%;
}

.teamlist_class2 li:hover .card_con {
    border-top: 1px solid #D6001E;
}

@media screen and (max-width: 560px) {
    .teamlist_class2 li {
        float: none;
        width: 100%;
    }
}



.teamlist_class3 {
    list-style-type: none;
    overflow: hidden;
}

.teamlist_class3 li {
    padding: 5%;
    border-top: 2px solid #D6001E;
    background: #F0F0F0;
    margin: 0 0 3%;
}

.teamlist_class3 h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 200%;
    margin: -.5em 0 0;
}

.teamlist_class3 p {
    text-align: justify;
}



.page_brand ul {
    list-style-type: none;
    overflow: hidden;
}

.page_brand li {
    float: left;
    width: 50%;
    height: 0;
    overflow: hidden;
    padding: 136px 5%;
    border-bottom: 1px solid #DDD;
}

.page_brand .icon_container {
    width: 88px;
    height: 88px;
    transform: translateY(-50%);
    float: right;
    margin-left: 16px;
}

.page_brand .icon_container img {
    width: 100%;
}

.page_brand .txt_container {
    transform: translateY(-50%);
}

.page_brand .txt_container h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 200%;
    color: #D6001E;
}

.page_brand .txt_container:after {
    content: "";
    background: #D6001E;
    width: 32px;
    height: 4px;
    display: block;
    opacity: 0;
    margin-top: 8px;
}

.page_brand li:hover .txt_container:after {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .page_brand li {
        float: none;
        width: 100%;
        padding: 90px 5%;
    }
}



.yearcard {
    padding: 2em 0;
}

.yearcard .tab_container {
    position: relative;
    padding: 0 2.5em;
    height: 5em;
    margin: 0 0 1em;
    user-select: none;
}

.yearcard .btn_prev, .yearcard .btn_next {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: 150%;
    font-size: 1.5em;
    font-family: Arial;
    cursor: pointer;
    border: 1px solid;
    color: #D6001E;
    border-radius: 50%;
}

.yearcard .btn_next {
    left: auto;
    right: 0;
}

.yearcard .btn_prev:hover, .yearcard .btn_next:hover {
    color: #333;
}

.yearcard .tab {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.yearcard .tab:before, .yearcard .tab li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    height: 1px;
    background: #DDD;
}

.yearcard .tab ul {
    list-style-type: none;
    white-space: nowrap;
    text-align: center;
    display: inline;
    position: relative;
    vertical-align: top;
    line-height: 150%;
}

.yearcard .tab li {
    display: inline-block;
    margin-right: -.33em;
    position: relative;
    padding: 31px 0 0;
    cursor: pointer;
    min-width: 25%;
    vertical-align: top;
}

.yearcard .tab li span {
    display: inline-block;
    width: 126px;
}

.yearcard .tab li:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 7px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #DDD;
    margin-left: -8px;
}

.yearcard .tab li.current {
    font-size: 2em;
    color: #333;
}

.yearcard .card_con {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.yearcard .card_con.current {
    height: auto;
}

.yearcard.class2 .btn_prev, .yearcard.class2 .btn_next {
    color: #8A8A8A;
    border: none;
    top: 22px;
}

.yearcard.class2 .btn_prev:hover, .yearcard.class2 .btn_next:hover {
    color: #D6001E;
}

.yearcard.class2 .tab ul {
    display: table;
    width: 100%;
}

.yearcard.class2 .tab li {
    display: table-cell;
    margin-right: 0;
    padding: 0 0 2em;
    line-height: 150%;
    min-width: 0;
}

.yearcard.class2 .tab:before, .yearcard.class2 .tab li:before {
    margin: 24px 0 0;
    color: #333;
}

.yearcard.class2 .tab li.current {
    font-size: 1em;
    color: #D6001E;
}

.yearcard.class2 .tab li:after {
    border-radius: 0;
    border: 1px solid #D6001E;
    background: #FFF;
    transform: rotate(45deg);
    top: 34px;
    width: 13px;
    height: 13px;
}

.yearcard.class2 .tab li.current:after {
    background: #D6001E;
}

.yearcard.class2 .card_con {
    max-width: none;
}

.yearcard .year_con h3 {
    font-size: 40px;
    font-weight: bold;
    color: #D6001E;
    line-height: 200%;
}

.yearcard .year_con li {
    position: relative;
    padding: 0 0 2em 3em;
    list-style-type: none;
}

.yearcard .year_con li:before {
    content: '';
    width: 1px;
    top: 2em;
    left: 1.125em;
    bottom: 0;
    background: #DDD;
    display: block;
    position: absolute;
}

.yearcard .year_con li h4 {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.75em;
    width: 2.25em;
    text-align: center;
}

.yearcard .year_con li:last-child:before {
    display: none;
}

.yearcard .year_con p {
    margin-bottom: .5em;
    text-align: justify;
    line-height: 175%;
}

.yearcard .year_con img {
    max-width: 100%;
}

.yearcard .year_con_class2 h3 {
    display: none;
}

.yearcard .year_con_class2 ul {
    list-style-type: none;
}

.yearcard .year_con_class2 li {
    position: relative;
    padding: 12px 0 12px 240px;
}

.yearcard .year_con_class2 li:before {
    content: '';
    position: absolute;
    top: 31px;
    left: 139px;
    width: 95px;
    height: 1px;
    background: #DDD;
}

.yearcard .year_con_class2 li::after {
    content: '';
    position: absolute;
    top: 24px;
    bottom: -24px;
    left: 139px;
    width: 2px;
    background: #D6001E;
}

.yearcard .year_con_class2 li:last-child::after {
    display: none;
}

.yearcard .year_con_class2 h4 {
    line-height: 250%;
    color: #FFF;
    background: #D6001E;
    border-radius: .5em;
    text-align: center;
    width: 114px;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 5;
}

.yearcard .year_con_class2 h4:before {
    content: '';
    position: absolute;
    border: 1px solid #D6001E;
    background: #D6001E;
    transform: rotate(45deg);
    top: 15px;
    right: -5px;
    width: 9px;
    height: 9px;
}

.yearcard .year_con_class2 h4:after {
    content: '';
    position: absolute;
    left: 132px;
    top: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #D6001E;
    border: 3px solid #DDD
}

.yearcard .year_con_class2 p {
    position: relative;
    background: #F0F0F0;
    border-radius: .5em;
    padding: .5em 1em;
    line-height: 150%;
    border: 1px solid #DDD;
}

.yearcard .year_con_class2 p:before {
    content: '';
    position: absolute;
    border: 1px solid #DDD;
    background: #F0F0F0;
    transform: rotate(45deg);
    top: 15px;
    left: -5px;
    width: 9px;
    height: 9px;
    border-top-color: #F0F0F0;
    border-right-color: #F0F0F0;
}

@media screen and (max-width: 767px) {
    .yearcard .year_con_class2 li {
        position: relative;
        padding: 12px 0 12px 24px;
    }
    .yearcard .year_con_class2 li:before {
        display: none;
    }
    .yearcard .year_con_class2 li::after {
        left: 7px;
    }
    .yearcard .year_con_class2 h4 {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 8px;
    }
    .yearcard .year_con_class2 h4:before {
        right: auto;
        left: -5px;
    }
    .yearcard .year_con_class2 h4:after {
        left: -24px;
    }
    .yearcard .year_con_class2 p:before {
        left: 52px;
        top: -5px;
        transform: rotate(135deg);
    }
}



.history_txtlist {
    list-style-type: none;
    padding: 0 0 8px;
}

.history_txtlist li {
    height: 92px;
    margin-bottom: -12px;
    padding: 12px 0 0 248px;
    position: relative;
}

.history_txtlist li:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 84px;
    background: url(../image/history_icon.png) no-repeat left top;
    background-size: 100%;
    content: '';
}

.history_txtlist li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 32px;
    content: '';
    border-bottom: 1px solid #DDD;
}

.history_txtlist li h3 {
    position: absolute;
    left: 112px;
    top: 12px;
    width: 112px;
    text-align: center;
    line-height: 250%;
    border-radius: 8px;
    color: #FFF;
    font-weight: bold;
    background: #D6001E;
}

.history_txtlist li p {
    padding: 8px 0 0;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .history_txtlist li {
        padding: 18px 0 0 112px;
    }
    .history_txtlist li:before {
        width: 40px;
        height: 26px;
    }
    .history_txtlist li h3 {
        left: 36px;
        width: 64px;
        font-size: 12px;
        line-height: 28px;
    }
    .history_txtlist li p {
        padding: 0;
        font-size: 12px;
        -webkit-line-clamp: 5;
        line-height: 16px;
    }
}





.page_txt .into_content h2, .page_txt .into_content h3, .page_txt .into_content h4 {
    color: #D6001E;
    font-weight: lighter;
}



.page_bgimg_txt {
    position: relative;
    overflow: hidden;
    padding: 5.5% 50% 5.5% 0;
}

.page_bgimg_txt .bg_container {
    position: absolute;
    right: 0;
    width: 81%;
    top: 0;
    bottom: 0;
}

.page_bgimg_txt .txt_container {
    position: relative;
    padding: 10%;
    text-align: justify;
    background: linear-gradient(to right, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 60%, rgba(238, 238, 238, 0) 100%);
}

.page_bgimg_txt .txt_container p {
    margin: 1em 0;
}

@media screen and (max-width: 767px) {
    .page_bgimg_txt {
        position: relative;
        overflow: hidden;
        padding: 5.5% 15% 5.5% 0;
    }
    .page_bgimg_txt .bg_container {
        width: 90%;
    }
    .page_bgimg_txt .txt_container {
        background: linear-gradient(to right, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 75%, rgba(238, 238, 238, 0) 100%);
    }
}



.page_txtlist ul {
    list-style: none;
    margin-top: .8em;
}

.page_txtlist ul li {
    position: relative;
    padding: 0 0 2em 2em;
    display: none;
}

.page_txtlist.open ul li {
    display: block;
}

.page_txtlist ul li:before {
    content: "◆";
    display: block;
    position: absolute;
    left: .25em;
    top: 0;
    color: #D6001E;
    transform: scale(1.5);
}

.page_txtlist ul li:first-child, .page_txtlist ul li:first-child+li, .page_txtlist ul li:first-child+li+li {
    display: block;
}

.page_txtlist ul li img {
    max-width: 100%;
}

.page_txtlist ul li p+p {
    margin-top: 1em;
}

.page_txtlist .showmore {
    margin-left: 2em;
    display: inline-block;
}

.page_txtlist.open .showmore {
    display: none;
}

.page_txtlist .showmore:before {
    content: "»";
    color: #D6001E;
    transform: rotate(90deg) scale(1.5);
    display: inline-block;
    margin-right: .5em;
}

.page_txtlist .showmore:after {
    content: "展开更多";
}



.page-iconaddtxt {
    list-style: none;
    margin: 0 -1em;
    overflow: hidden;
}

.page-iconaddtxt li {
    float: left;
    width: 33.33%;
    padding: 1em;
}

.page-iconaddtxt .iconaddtxt {
    border: 1px solid #DDD;
    padding: 1em 0;
    text-align: center;
    display: block;
}

.page-iconaddtxt .iconaddtxt .icon_container {
    margin: 0 auto;
    width: 6.75em;
    height: 6.75em;
    overflow: hidden;
    margin-bottom: .5em;
}

.page-iconaddtxt .iconaddtxt .icon_container img {
    width: 100%;
}

.page-iconaddtxt .iconaddtxt .txt_container {
    height: 3.75em;
}

@media screen and (max-width: 1024px) {
    .page-iconaddtxt {
        margin: 0 -.5em;
    }
    .page-iconaddtxt li {
        padding: .5em;
    }
}

@media screen and (max-width: 767px) {
    .page-iconaddtxt li {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .page-iconaddtxt .iconaddtxt .txt_container {
        height: auto;
    }
}



.photo_txt_list {
    list-style-type: none;
}

.photo_txt_list li {
    border-bottom: 1px solid #DDD;
}

.photo_txt_list .all_container {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 3% 5%;
}

.photo_txt_list .img_container {
    position: relative;
    float: left;
    width: 24%;
    overflow: hidden;
    background: #DDD;
}

.photo_txt_list .img_container .bg_container {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 0 71%;
    background-size: contain;
}

.photo_txt_list .txt_container {
    position: relative;
    float: right;
    width: 62%;
}

.photo_txt_list .txt_container h3 {
    color: #333;
    line-height: 150%;
    margin-bottom: .5em;
    text-align: justify;
    position: relative;
}

.photo_txt_list .txt_container h3:before {
    content: "◆";
    display: block;
    position: absolute;
    left: -2em;
    top: 0;
    color: #D6001E;
    transform: scale(1.5);
}

.photo_txt_list .txt_container p {
    text-align: justify;
    line-height: 150%;
    color: #8A8A8A
}

@media screen and (max-width: 767px) {
    .photo_txt_list .all_container {
        padding: 5% 0;
    }
    .photo_txt_list .img_container {
        float: none;
        width: 100%;
    }
    .photo_txt_list .txt_container {
        padding: 3% 0 0 2em;
        float: none;
        width: 100%;
    }
}



.page_honor ul {
    overflow: hidden;
    margin: 0 -16px;
}

.page_honor ul li {
    display: inline-block;
    margin: 0 -.33em 2em 0;
    padding: 0 16px;
    width: 33.33%;
    vertical-align: top;
}

.page_honor.col4 ul li {
    width: 25%;
}

.page_honor ul li .img_container {
    border: 1px solid #DDD;
    height: 0;
    overflow: hidden;
    padding: 0 0 93.75%;
    position: relative;
}

.page_honor ul li .bg_container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: contain;
    transition: transform .5s linear;
}

.page_honor ul li:hover .bg_container {
    transform: scale(1.05);
}

.page_honor ul li p {
    margin: .5em 0 2.5em;
    line-height: 150%;
    text-align: justify;
}

.page_honor .honor_con .txt_container {
    padding: 16px 0 8px;
    text-align: center;
}

.page_honor .honor_con h3 {
    overflow: hidden;
    width: 100%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page_honor a.honor_con:hover h3 {
    color: #D6001E;
}

@media screen and (max-width: 1024px) {
    .page_honor ul {
        overflow: hidden;
        margin: 0 -8px;
    }
    .page_honor ul li {
        padding: 0 8px;
        width: 50%;
    }
    .page_honor.col4 ul li {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .page_honor.col4 ul li {
        width: 50%;
    }
}

@media screen and (max-width: 408px) {
    .page_honor ul li {
        width: 100%;
    }
    .page_honor.col4 ul li {
        width: 100%;
    }
}



.honor_swiper {
    position: relative;
    padding: 0 20px 2em;
}

.honor_swiper .swiper-button-prev, .honor_swiper .swiper-button-next {
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    outline: none;
    position: absolute;
    margin-top: -37px;
    color: #D6001E;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    z-index: 5;
    cursor: pointer;
}

.honor_swiper .swiper-button-prev:after {
    content: "<";
}

.honor_swiper .swiper-button-next:after {
    content: ">";
}

.honor_swiper .swiper-button-next {
    left: auto;
    right: 0;
    text-align: right;
}

.honor_swiper .honor_con {
    padding: 0 10px;
    display: block;
}

.honor_swiper .honor_con .img_container {
    border: 1px solid #DDD;
    background: #FFF;
    padding: 8px;
    overflow: hidden;
}

.honor_swiper .honor_con .bg_container {
    height: 0;
    padding: 0 0 126.67%;
    overflow: hidden;
    background-size: contain;
    transition: transform .5s linear;
}

.honor_swiper a.honor_con:hover .bg_container {
    transform: scale(1.05);
}

.honor_swiper .honor_con .txt_container {
    padding: 16px 0 8px;
    text-align: center;
}

.honor_swiper .honor_con h3 {
    overflow: hidden;
    width: 100%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.honor_swiper a.honor_con:hover h3 {
    color: #D6001E;
}

.honor_swiper.honor_h .honor_con .bg_container {
    padding: 0 0 75%;
}

.honor_swiper.productsinto .honor_con .bg_container {
    padding: 0 0 93.75%;
}



.honor_txtlist {
    list-style-type: none;
    padding: 0 0 8px;
}

.honor_txtlist li {
    height: 92px;
    margin-bottom: -12px;
    padding: 12px 0 0 120px;
    position: relative;
}

.honor_txtlist li:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 84px;
    background: url(../image/history_icon.png) no-repeat left top;
    background-size: 100%;
    content: '';
}

.honor_txtlist li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 118px;
    height: 24px;
    content: '';
    border-bottom: 1px solid #DDD;
}

.honor_txtlist li p {
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .honor_txtlist li {
        padding: 12px 0 0 40px;
    }
    .honor_txtlist li:before {
        width: 40px;
        height: 20px;
    }
    .honor_txtlist li p {
        font-size: 12px;
        -webkit-line-clamp: 5;
        line-height: 161400
    }
}



.products-page .threemenu ul {
    width: 100%;
}

.page_productinto {
    overflow: hidden;
}

.page_productinto .product_photo {
    float: left;
    width: 47.5%;
    border: 2px solid #DDD;
    margin: 0 0 2em;
}

.page_productinto .product_photo img {
    width: 100%;
}

.page_productinto .product_txt {
    float: right;
    width: 47.5%;
    color: #D6001E;
    margin: 0 0 2em;
}

.page_productinto .product_txt>h1 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 150%;
    margin: .5em 0;
}

.page_productinto .product_txt>h1+.state {
    position: relative;
    top: -.5em
}

.page_productinto .into_content {
    clear: both;
}

.page_productinto .into_content h2, .page_productinto .into_content h3 {
    font-size: 1.125em;
    line-height: 175%;
    color: #D6001E;
    margin: .5em 0 .25em;
}

.page_productinto .into_content p {
    margin: .25em 0;
}

.page_productinto .into_content table {
    border-collapse: separate;
    border-spacing: 2px;
    border: none;
}

.page_productinto .into_content table th {
    background: #DDD;
    text-align: center;
    color: #333;
    font-weight: lighter;
    border: none;
    white-space: nowrap;
}

.page_productinto .into_content table td {
    text-align: center;
    background: #F0F0F0;
    border: none;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .page_productinto .product_photo, .page_productinto .product_txt {
        float: none;
        width: 100%;
    }
}



.pdflist {
    list-style-type: none;
}

.pdflist li {
    border-bottom: 1px solid #DDD;
    position: relative;
    font-size: 16px;
}

.pdflist li h3 {
    padding: 1em 0em 1em 2em;
    display: block;
    text-indent: -1em;
    line-height: 200%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.pdflist li:hover {
    background: #F0F0F0;
}

.pdflist li h3:before {
    content: "·";
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    text-indent: 0;
    transform: scale(2);
    text-align: center;
}

.pdflist li .btn_more {
    position: absolute;
    top: 1em;
    right: 1em;
    line-height: 200%;
    color: #494949;
}

.pdflist li .btn_more:before {
    content: "";
    background: url(../image/icon_download.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .5em;
    vertical-align: middle;
}

.pdflist li .btn_more~h3 {
    width: calc( 100% - 6em);
}

@media screen and (max-width: 767px) {
    .pdflist li h3 {
        padding-left: 1em;
    }
    .pdflist li:hover {
        background: none;
    }
    .pdflist li .btn_more {
        right: 0;
    }
    .pdflist li {
        font-size: 14px;
    }
}



.picturelist {
    list-style-type: none;
    overflow: hidden;
    margin: 0 -8px;
}

.picturelist li {
    width: 25%;
    float: left;
    padding: 8px;
}

.picturelist li:nth-child(4n) {
    margin-right: -8px;
}

.picturelist li .img_container {
    height: 0;
    overflow: hidden;
    padding: 0 0 calc(272% / 4.4);
    position: relative;
    transition: box-shadow .5s linear;
}

.picturelist li .bg_container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: transform .5s linear;
}

.picturelist li a:hover .img_container {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.picturelist li a:hover .bg_container {
    transform: scale(1.05);
}

.picturelist li .txt_container {
    overflow: hidden;
    padding: 24px 0;
    position: relative;
}

.picturelist li .txt_container h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #333;
    text-align: center;
    line-height: 150%;
}

.picturelist li a:hover .txt_container h3 {
    color: #D6001E;
}

.picturelist li .txt_container p {
    overflow: hidden;
    color: #8A8A8A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
}

@media screen and (max-width: 1024px) {
    .picturelist li {
        width: 33.33%;
    }
    .picturelist li:nth-child(4n) {
        margin-right: 0;
    }
    .picturelist li:nth-child(3n) {
        margin-right: -8px;
    }
}

@media screen and (max-width: 767px) {
    .picturelist li {
        width: 50%;
    }
    .picturelist li:nth-child(3n) {
        margin-right: 0;
    }
    .picturelist li:nth-child(2n) {
        margin-right: -8px;
    }
    .picturelist li .txt_container {
        padding: 8px 0;
    }
}



.videolist {
    list-style-type: none;
    overflow: hidden;
    margin: 0 -8px;
}

.videolist li {
    width: 33.33%;
    float: left;
    padding: 8px;
}

.videolist li:nth-child(3n) {
    margin-right: -8px;
}

.videolist li a {
    display: block;
    position: relative;
}

.videolist li .img_container {
    height: 0;
    overflow: hidden;
    padding: 0 0 calc(272% / 4.4);
    position: relative;
    transition: box-shadow .5s linear;
}

.videolist li .img_container:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 0;
    padding: 0 0 20%;
    background: url(../image/icon_con.png) no-repeat center center;
    background-size: 100%;
}

.videolist li .bg_container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: transform .5s linear;
}

.videolist li a:hover .img_container {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.videolist li a:hover .bg_container {
    transform: scale(1.05);
}

.videolist li .txt_container {
    overflow: hidden;
    padding: 24px 0;
    position: relative;
}

.videolist li .txt_container h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #333;
    text-align: center;
    line-height: 150%;
}

.videolist li a:hover .txt_container h3 {
    color: #D6001E;
}

.videolist li .txt_container p {
    overflow: hidden;
    color: #8A8A8A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
}

@media screen and (max-width: 767px) {
    .videolist li {
        width: 50%;
    }
    .videolist li:nth-child(3n) {
        margin-right: 0;
    }
    .videolist li:nth-child(2n) {
        margin-right: -8px;
    }
    .videolist li .txt_container {
        padding: 8px 0;
    }
}


.news-staff { padding-bottom:48.2857%; position:relative; }
.news-staff .news-staff-focus { position:absolute; height:100%; bottom:0px; left:0px; top:0px; width:48.78%; }
.news-staff .img { position:absolute; overflow:hidden;left:0px; top:0px; width:100%; bottom:6.25em; }
.news-staff .img img { width:100%; height:100%; }
.news-staff .img span { height:100%; display:block; background-size:cover; background-position: center center; background-repeat:no-repeat;  }
.news-staff .img a { position:absolute; display:block; opacity:0; filter:alpha(opacity=0); z-index:2; left:0px; top:0px; width:100%; height:100%; background:rgba(0,0,0,0.3) url(../image/video01.png) no-repeat center center; content:""; bottom:0px; }
.news-staff .ns-title { position:absolute; left:0px; padding-top:0.5em; bottom:0px; height:6.25em; background:#fff; width:100%;  }
.news-staff .ns-title a { color:#333; display:block;  }
.news-staff .news-staff-focus:hover .img a {  opacity:1; filter:alpha(opacity=100); }
.news-staff .news-staff-focus:hover  .ns-title a { color:#2d93d3; }
.news-staff .ns-title .con { color:#999; }
.news-staff .news-staff-list ul li { position:absolute; right:0px; top:0px; width:24.8571%; height:50%; }
.news-staff .news-staff-list ul li:hover  .ns-title a { color:#2d93d3; }
.news-staff .news-staff-list ul li:hover .img a {  opacity:1; filter:alpha(opacity=100); }
.news-staff .news-staff-list .ns-title .con { margin-top:-0.4375em; }
.news-staff .news-staff-list ul li:first-child { right:25.5%; }
.news-staff .news-staff-list ul li:first-child +li+li { right:25.5%; top:50%; }
.news-staff .news-staff-list ul li:first-child +li+li+li { top:50%; }
.news-staff +.turnpage  { padding-top:1.4em; }
@media screen and (max-width: 767px){
.news-staff { padding-bottom:0px; padding-top:1em;  }
.news-staff .news-staff-focus { position:relative; width:100%; }
.news-staff .img { position:relative; }
.news-staff .img span { padding-bottom:84.04%; }
.news-staff .news-staff-list ul li { position:relative; width:100%; height:auto;  }
.news-staff .news-staff-list ul li:first-child { right:0%; }
.news-staff .news-staff-list ul li:first-child +li+li { right:0%; top:0; }
.news-staff .news-staff-list ul li:first-child +li+li+li { top:0; }
.news-staff .ns-title { position:relative; height:auto; padding-bottom:1.5em; }
}


.simple-list {
    margin-bottom: 20px;
  }
  
  .simple-list li {
    padding: 2% 0;
    border-bottom: 1px solid #dcdcdc;
  }
  
  .simple-list li a {
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #656565;
  }
  
  .simple-list li a:hover {
    color: #D6001E;
  }
  
  @media screen and (max-width: 1400px) {
    .simple-list li a {
      font-size: 16px;
    }
  }
  
@media screen and (max-width: 767px) {
    .simple-list li a {
      font-size: 14px;
    }
    .simple-list li a span {
      display: none;
    }
    .simple-list li .fr {
      display: block;
      float: none;
      margin-top: 3%;
      color: #666666;
    }
}
  



.newslist {
    list-style-type: none;
}

.newslist li {
    border: 1px solid #DDD;
    margin-bottom: 2%;
}

.newslist li a {
    padding: 2em 1em;
    display: block;
}

.newslist li a:hover {
    background: #F0F0F0;
}

.newslist .img_container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    overflow: hidden;
    margin-right: -.33em;
    left: 77%;
}

.newslist .img_container .bg_container {
    width: 100%;
    transition: transform .5s linear;
    position: relative;
    height: 0;
    padding: 0 0 calc(163% / 3.22);
    overflow: hidden;
}

.newslist li a:hover .img_container .bg_container {
    transform: scale(1.05);
}

.newslist .img_container+.txt_container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin: 0 -2% 0 2%;
    left: -25%;
}

.newslist .img_container+.times {
    display: none;
}

.newslist .img_container+.times+.txt_container {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin: 0 -2% 0 2%;
}

.newslist .txt_container h3 {
    
    width: 100%;
    color: #333;
    white-space: nowrap;
    font-size: 1.167em;
    line-height: 175%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslist li a:hover .txt_container h3 {
    color: #D6001E;
}

.newslist li a strong {
    color: #D6001E;
}



.newslist .txt_container .time {
    display: block;
    position: relative;
    width: 6em;
    text-align: right;
    color: #8A8A8A;
    top: -1.875em;
    margin: 0 0 0 auto;
}

.newslist .txt_container .timeb, .newslist .txt_container .hits {
    white-space: nowrap;
    display: inline-block;
    margin-right: 1em;
    font-size: 12px;
    line-height: 150%;
    color: #8A8A8A;
}

.newslist .txt_container .timeb .type, .newslist .txt_container .hits .type {
    color: #494949;
}

.newslist .txt_container p {
    overflow: hidden;
    height: 3.75em;
    color: #8A8A8A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newslist .txt_container .form {
    display: block;
    text-align: right;
    padding-top: .5em;
    color: #8A8A8A;
}

.newslist .times:first-child {
    display: inline-block;
    border: 1px solid #D6001E;
    text-align: center;
    vertical-align: top;
    color: #D6001E;
    overflow: hidden;
    padding: 0 .5em .25em;
}

.newslist .times .d {
    display: block;
    line-height: 175%;
    font-size: 32px;
    margin-bottom: -.25em;
}

.newslist .times .m, .newslist .times .y {
    float: right;
}

.newslist .times .y:after {
    content: "-";
}

.newslist .times:first-child+.txt_container {
    display: inline-block;
    vertical-align: top;
    width: calc(98% - 5em);
    margin: 0 -2% 0 2%;
}

.newslist .times:first-child+.txt_container h3 {
    width: 100%;
}

.newslist .times:first-child+.txt_container .time {
    text-align: left;
    top: auto;
    opacity: 0;
}

.overseas-column .newslist .txt_container:after {
    display: none;
}

@media screen and (max-width: 1024px) {
    .newslist li a {
        padding: 1em;
    }
    .newslist .txt_container .time {
        margin: 0 0 -1.875em auto;
    }
    .newslist .img_container {
        width: 33%;
        left: 67%;
    }
    .newslist .img_container+.txt_container {
        width: 64%;
        margin: 0 -2% 0 3%;
        left: -36%;
    }
}

@media screen and (max-width: 767px) {
    .newslist .img_container {
        width: 43%;
        vertical-align: top;
        left: 57%;
    }
    .newslist .img_container+.txt_container {
        width: 53%;
        margin: 0 -2% 0 4%;
        left: -47%;
    }
    .newslist .img_container+.times+.txt_container {
        width: 53%;
        margin: 0 -2% 0 4%;
    }
    .newslist .txt_container h3 {
        width: auto;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .newslist .img_container+.txt_container .time {
        text-align: left;
        top: auto;
        margin: 0;
    }
    .newslist .img_container+.times+.txt_container .time {
        text-align: left;
        top: auto;
        margin: 0;
    }
    .newslist .txt_container:first-child .time {
        text-align: left;
        top: auto;
        margin: 0;
    }
    .newslist .img_container+.txt_container p {
        display: none;
    }
    .newslist .img_container+.times+.txt_container p {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .newslist li {
        border: none;
    }
    .newslist li a {
        padding: 1em .5em;
    }
    .newslist .img_container {
        display: block;
        width: 100%;
        margin-bottom: .5em;
        left: 0;
    }
    .newslist .img_container+.txt_container {
        width: 100%;
        margin: 0;
        left: 0;
    }
    .newslist .img_container+.times+.txt_container {
        width: 100%;
        margin: 0;
    }
    .newslist .img_container+.txt_container p {
        display: -webkit-box;
    }
    .newslist .img_container+.times+.txt_container p {
        display: -webkit-box;
    }
    .newslist .times:first-child {
        display: none;
    }
    .newslist .times:first-child+.txt_container {
        width: 100%;
        margin: 0;
    }
    .newslist .times:first-child+.txt_container .time {
        opacity: 1;
        margin: 0;
    }
}



.newslist_class2 {
    list-style-type: none;
}

.newslist_class2 li {
    margin-bottom: 2%;
}

.newslist_class2 li a {
    display: block;
    border: 1px solid #DDD;
    overflow: hidden;
}

.newslist_class2 li a:hover {
    background: #f7f7f7;
    border: 1px solid #D6001E;
}

.newslist_class2 .txt_container {
    padding: 2em;
}

.newslist_class2 .txt_container h3 {
    width: 100%;
    color: #333;
    min-height: 3.25em;
    font-size: 20px;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: .25em 0 0;
}

.newslist_class2 .txt_container p {
    overflow: hidden;
    color: #8A8A8A;
    text-align: justify;
    line-height: 175%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.newslist_class2 .txt_container h3 strong, .newslist_class2 .txt_container p strong {
    color: #D6001E;
    font-weight: bold;
}

.newslist_class2 .txt_container:after {
    content: '→';
    display: block;
    color: #494949;
    transform: scaleX(2);
    width: 1em;
    margin: 1em 0 0 .5em;
}

.newslist_class2 .txt_container .time {
    font-size: 12px;
    color: #333;
    line-height: 36px;
}

.newslist_class2 .txt_container .time .d, .newslist_class2 .txt_container .time .m {
    font-size: 32px;
}

.newslist_class2 .txt_container .time .d:after {
    content: "/"
}

.newslist_class2 .txt_container .time .y {
    margin-left: .5em;
}

.newslist_class2 .img_container {
    position: relative;
    float: right;
    width: 780px;
    overflow: hidden;
}

.newslist_class2 .img_container .bg_container {
    width: 100%;
    transition: transform .5s linear;
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}

.newslist_class2 li a:hover .img_container .bg_container {
    transform: scale(1.05);
}

.newslist_class2 .img_container+.txt_container {
    width: calc(100% - 780px);
    margin-right: -1em;
    padding: 2em 2em 0;
}

.newslist_class2 .img_container+.txt_container p {
    -webkit-line-clamp: 10;
}

.newslist_class2 .img_container+.txt_container .time {
    display: none;
}

@media screen and (max-width: 1280px) {
    .newslist_class2 .img_container {
        width: 560px;
    }
    .newslist_class2 .img_container+.txt_container {
        width: calc(100% - 560px);
    }
    .newslist_class2 .img_container+.txt_container p {
        -webkit-line-clamp: 6;
    }
}

@media screen and (max-width: 1024px) {
    .newslist_class2 .txt_container {
        padding: 1em;
    }
    .newslist_class2 .img_container {
        width: 420px;
    }
    .newslist_class2 .img_container+.txt_container {
        width: calc(100% - 420px);
        padding: 1em 2em 0 1em;
    }
    .newslist_class2 .img_container+.txt_container p {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 767px) {
    .newslist_class2 li a {
        border: none !important;
        border-bottom: 1px solid #DDD !important;
    }
    .newslist_class2 li a:hover {
        background: none;
    }
    .newslist_class2 .img_container {
        display: block;
        width: 100%;
        float: none;
    }
    .newslist_class2 .txt_container {
        padding: 1em 0;
    }
    .newslist_class2 .txt_container h3 {
        -webkit-line-clamp: unset;
    }
    .newslist_class2 .txt_container p {
        -webkit-line-clamp: 3;
    }
    .newslist_class2 .img_container+.txt_container {
        width: 100%;
        margin: 0;
        padding: 1em 0;
    }
    .newslist_class2 .img_container+.txt_container p {
        -webkit-line-clamp: 3;
    }
}



.newslist_class3 {
    list-style-type: none;
}

.newslist_class3 li {
    margin-bottom: 4%;
}

.newslist_class3 li a {
    padding: 4%;
    display: block;
    background: #FAFAFA;
}

.newslist_class3 .all_container {
    position: relative;
    height: 290px;
}

.newslist_class3 .img_container {
    position: relative;
    float: right;
    width: 500px;
    height: 290px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.newslist_class3 .img_container .bg_container {
    width: 100%;
    transition: transform .5s linear;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.newslist_class3 li a:hover .img_container .bg_container {
    transform: scale(1.05);
}

.newslist_class3 .txt_container {
    position: relative;
    height: 100%;
    left: -4%;
    margin: 0 500px 0 4%;
}

.newslist_class3 li:nth-child(2n) .img_container {
    float: left;
}

.newslist_class3 li:nth-child(2n) .txt_container {
    left: 4%;
    margin: 0 4% 0 500px;
}

.newslist_class3 .txt_container h3 {
    color: #d6001d;
    font-size: 36px;
    line-height: 150%;
    top: -.25em;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newslist_class3 li a:hover .txt_container h3 {
    color: #333;
}

.newslist_class3 .txt_container p {
    overflow: hidden;
    color: #8A8A8A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 150%;
}

.newslist_class3 .txt_container:after {
    content: '查看详情';
    color: #333;
    position: absolute;
    left: 0;
    bottom: .25em;
}

.newslist_class3 .txt_container:before {
    content: '→';
    display: block;
    line-height: 200%;
    text-align: center;
    width: 2em;
    height: 2em;
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    left: 5em;
    bottom: 0;
    font-family: simSun;
    font-weight: bold;
    color: #8A8A8A;
}

@media screen and (max-width: 1158px) {
    .newslist_class3 .all_container {
        height: 230px;
    }
    .newslist_class3 .img_container {
        height: 230px;
        width: 397px;
    }
    .newslist_class3 .txt_container {
        left: -4%;
        margin: 0 397px 0 4%;
    }
    .newslist_class3 li:nth-child(2n) .txt_container {
        margin: 0 4% 0 397px;
    }
    .newslist_class3 .txt_container h3 {
        font-size: 28px;
    }
    .newslist_class3 .txt_container p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .newslist_class3 li {
        margin: 2em 0
    }
    .newslist_class3 li a {
        padding: 0;
    }
    .newslist_class3 .all_container {
        height: auto;
    }
    .newslist_class3 .img_container {
        float: none;
        width: 100%;
        height: 0;
        padding: 0 0 58.2%;
    }
    .newslist_class3 .txt_container {
        height: auto;
        left: 0;
        margin: 0;
        padding: 2em 0 2.5em;
    }
    .newslist_class3 li:nth-child(2n) .img_container {
        float: none;
    }
    .newslist_class3 li:nth-child(2n) .txt_container {
        left: 0;
        margin: 0
    }
    .newslist_class3 .txt_container h3 {
        display: block;
        -webkit-box-orient: vertical;
    }
    .newslist_class3 .txt_container p {
        display: block;
    }
}



.newslist_class4 {
    list-style-type: none;
    overflow: hidden;
    margin: 0 -20px;
}

.newslist_class4 li {
    width: 50%;
    float: left;
    padding: 0 20px 2%;
}

.newslist_class4 li:nth-child(2n) {
    margin-right: -8px;
}

.newslist_class4 li .txt_container {
    overflow: hidden;
    padding: 1.5em 1.5em 1.5em 3em;
    position: relative;
    background: #f7f7f7;
    text-align: justify;
}

.newslist_class4 li .txt_container::before {
    content: '▶';
    color: #D6001E;
    position: absolute;
    left: 1.5em;
    top: 1.5em;
    line-height: 150%;
    display: block;
    transform: scale(.75);
}

.newslist_class4 li .txt_container h3 {
    overflow: hidden;
    color: #333;
    line-height: 150%;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 0 4px;
}

.newslist_class4 li a:hover .txt_container {
    background: #F0F0F0;
}

.newslist_class4 li a:hover .txt_container h3 {
    color: #D6001E;
}

.newslist_class4 li .txt_container p {
    height: 6em;
    overflow: hidden;
    color: #8A8A8A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 150%;
}

@media screen and (max-width: 1024px) {
    .newslist_class4 {
        margin: 0 -8px;
    }
    .newslist_class4 li {
        padding: 0 8px 2%;
    }
}

@media screen and (max-width: 767px) {
    .newslist_class4 li {
        width: 100%;
    }
    .newslist_class4 li .txt_container h3, .newslist_class4 li .txt_container p {
        display: block;
        height: auto;
    }
}



.newslist_class5 li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.newslist_class5 li .news-img {
    display: inline-block;
    width: 23%;
    margin-right: 2.5%;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.newslist_class5 li .news-img a {
    display: block;
}

.newslist_class5 li .news-img img {
    display: none;
    width: 100%;
}

.newslist_class5 li .news-img .newsImgCon {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 49.9%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../image/error_img.png);
    transition: transform .5s linear;
}
.newslist_class5 li a:hover .news-img .newsImgCon{transform: scale(1.05);}

.newslist_class5 li .news-img+.news-txt {
    position: relative;
    width: 74.5%;
    vertical-align: middle;
    display: inline-block;
    
    
    
}

.newslist_class5 li .news-txt h4 {
    padding-right: 100px;
}

.newslist_class5 li .news-txt h4{
    font-size: 18px;
    color: #333;
}

.newslist_class5 li:hover .news-txt  h4 {
    color: #d50a27;
}

.newslist_class5 li .news-txt .sj {
    font-size: 14px;
    color: #666;
    position: absolute;
    top: 20px;
    right: 0;
}

.newslist_class5 li .news-img+.news-txt .sj {
    top: 0px;
}

.newslist_class5 li .news-txt p {
    font-size: 16px;
    color: #666;
    margin-top: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1280px) {
    .newslist_class5 li .news-txt p{
        margin-top: 20px;
    }
}
@media screen and (max-width: 960px) {
    .newslist_class5 li .news-img {
        width: 30%;
      }
    
      .newslist_class5 li  .news-img + .news-txt{
        width: 67%;
      }
    
      .newslist_class5 li .news-txt h4 {
        font-size: 16px;
      }
    
      .newslist_class5 li .news-txt p {
        font-size: 14px;
      }
    
      .newslist_class5 .news-more a {
        line-height: 40px;
      }
    
}
@media screen and (max-width: 640px) {
    .newslist_class5 li .news-img {
        width: 100%;
      }
    
      .newslist_class5 li  .news-img + .news-txt{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        position: inherit;
        top: inherit;
        right: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
      }
    
      .newslist_class5 li .news-txt h4 {
        padding-right: 0;
      }
    
      .newslist_class5 li .news-txt .sj {
        display: inline-block;
        position: inherit;
        top: inherit;
        right: inherit;
        margin-top: 10px;
      }
}

.newsinto {
    overflow: hidden;
}

.news_con {
    float: left;
    width: 70%;
}

.newsinto.onecol .news_con {
    float: none;
    width: 100%;
}

.news_con .into_title {
    overflow: hidden;
    text-align: center;
    padding: 2.5em 0 3.5em;
}

.news_con .into_title h1 {
    font-size: 36px;
    line-height: 125%;
    margin: .25em;
    text-align: center;
    font-weight: bold;
    color: #494949;
}

.news_con .into_title h2 {
    font-size: 28px;
    line-height: 125%;
    margin: .25em;
    text-align: center;
    font-weight: bold;
    color: #494949;
}

.news_con .into_title .time {
    float: left;
    white-space: nowrap;
    color: #8A8A8A;
    margin-right: 1em;
    position: relative;
    top: 1em;
}

.news_con .into_title .otherinfo {
    float: left;
    white-space: nowrap;
    color: #8A8A8A;
    margin-right: 1em;
    position: relative;
    top: 1em;
}

.news_con .into_title .otherinfo:empty {
    display: none;
}

.news_con .into_title .news-share {
    padding-top: .75em;
    position: relative;
    top: 1em;
    float: left;
    font-size: 12px !important;
}

.news_con .into_title .bshare-custom a {
    width: 1.5em !important;
    height: 1.5em !important;
    margin: 0 .5em;
    padding: 0 !important;
    display: inline-block !important;
}

.news_con .into_title .bshare-custom .bshare-qqmb {
    background: url(../image/bbs1.png) no-repeat center center/100% !important;
}

.news_con .into_title .bshare-custom .bshare-weixin {
    background: url(../image/bbs2.png) no-repeat center center/100% !important;
}

.news_con .into_title .bshare-custom .bshare-qzone {
    background: url(../image/bbs3.png) no-repeat center center/100% !important;
}

.news_con .into_title .bshare-custom .bshare-sinaminiblog {
    background: url(../image/bbs4.png) no-repeat center center/100% !important;
}

.news_con .newsinfo {
    padding: 2em 0 2em;
    text-align: right;
    position: relative;
}

.news_con .newsinfo p {
    display: inline-block;
    margin-left: 1em;
}

.news_con .newsinfo .goback {
    float: left;
}

.news_side {
    float: right;
    width: 25%;
    overflow: hidden;
    padding-top: 2.5em;
}

.news_side .recommend {
    background: #F0F0F0;
    border-bottom: .25em;
    padding: 2em 1em;
}

.news_side .recommend h2 {
    background: #DDD;
    padding: 0 2em;
    border-radius: 1em;
    line-height: 200%;
    display: inline-block;
    margin-bottom: 1em;
    color: #494949;
}

.news_side .recommend li {
    list-style-type: none;
    padding: 1.5em 0;
    overflow: hidden;
}

.news_side .recommend .txt_container {
    padding-left: 1.25em;
    position: relative;
    line-height: 125%;
}

.news_side .recommend .txt_container:before {
    content: "";
    background: #8A8A8A;
    width: .25em;
    height: .25em;
    top: .5em;
    left: .25em;
    border-radius: 50%;
    position: absolute;
}

.news_side .recommend .txt_container h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #494949;
}

.news_side .recommend .txt_container .time {
    color: #8A8A8A;
}

.news_side .recommend li a:hover .txt_container h3 {
    color: #D6001E;
}

.news_side .recommend .img_container {
    float: right;
    height: 3.75em;
    width: 7.4em;
    overflow: hidden;
    margin-left: 1em;
    position: relative;
}

.news_side .recommend .img_container .bg_container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: transform .5s linear;
}

.news_side .recommend li a:hover .img_container .bg_container {
    transform: scale(1.05);
}

.bsBox {
    box-sizing: content-box !important;
}

@media screen and (max-width: 1280px) {
    .news_con {
        float: none;
        width: auto;
    }
    .news_con .into_title h1 {
        font-size: 30px;
    }
    .news_con .into_title h2 {
        font-size: 22px;
    }
    .news_side {
        float: none;
        width: auto;
        padding: 2em 5%;
    }
}

@media screen and (max-width: 1024px) {
    .news_con .into_title h1 {
        font-size: 24px;
    }
    .news_con .into_title h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 560px) {
    .news_con .into_title h1 {
        font-size: 20px;
    }
    .news_con .into_title h2 {
        font-size: 16px;
    }
    .news_con .into_title .bshare-custom a {
        margin: 0 .125em;
    }
    .news_side {
        padding: 0 0 2em;
    }
    .news_side .recommend .img_container {
        float: none;
        height: 0;
        width: 100%;
        margin-left: 0;
        padding: 0 0 calc(163% / 3.22);
        margin-bottom: .75em;
    }
    .news_con .newsinfo .goback {
        float: none;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

.newslist_class6 li:first-child a{
    padding: 0 0 2.2%;
}
.newslist_class6 li a{
    display: block;
    position: relative;
    padding: 5.5% 0 2.2%;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    font-size: 18px;
    font-weight: bold;
}
.newslist_class6 li a:after {
    background: url(../image/arrow-red.png) no-repeat;
    content: '';
    display: block;
    color: #494949;
    width: 28px;
    height: 10px;
    margin: 2.2% 0 0 0;
    opacity: 0;
}
.newslist_class6 li:hover a:after{
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .newslist_class6 li a{
        font-size: 14px;
    }
    
}



.page_case ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0 -.5em;
}

.page_case ul li {
    padding: .5em;
    float: left;
    width: 25%;
}

.page_case ul li a {
    display: block;
    padding: 1em;
    text-align: center;
    position: relative;
    background: #FFF;
    box-shadow: 0 .125em .5em rgba(0, 0, 0, .1);
}

.page_case ul li .bg_container {
    border: 0;
    height: 0;
    overflow: hidden;
    padding: 0 0 50%;
    background-size: contain;
    width: 100%;
    transition: transform .5s linear;
}

.page_case ul li p {
    position: absolute;
    left: 0;
    color: #FFF;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    line-height: 200%;
    padding: 0 5%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: opacity .5s linear;
}

.page_case ul li a:hover .bg_container {
    transform: translateY(-1em);
}

.page_case ul li a:hover p {
    opacity: 1;
}

@media screen and (max-width: 1280px) {
    .page_case ul li {
        width: 33.33%;
    }
}

@media screen and (max-width: 1024px) {
    .page_case ul li a {
        padding: 0;
    }
    .page_case ul li p {
        opacity: 1;
        position: static;
    }
    .page_case ul li a:hover .bg_container {
        transform: translateY(0);
    }
}

@media screen and (max-width: 767px) {
    .page_case ul li {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .page_case ul li {
        width: 100%;
    }
}



.recruit_list .recruit_con {
    margin-bottom: 2.5em;
}

.recruit_list .recruit_con .recruit_til {
    position: relative;
    border-bottom: 1px solid #DDD;
    padding: 0 0 .5em;
    margin-bottom: 1.5em;
}

.recruit_list .recruit_con .recruit_til h2 {
    color: #D6001E;
    font-size: 24px;
    font-weight: bold;
    line-height: 187.5%;
}

.recruit_list .recruit_con .recruit_til p {
    display: inline-block;
    white-space: nowrap;
    margin-right: 1em;
}

.recruit_list .recruit_con .btn {
    display: inline-block;
    padding: .5em 3em;
    color: #FFF;
    background: #D6001E;
    margin-top: 1.5em;
}

.recruit_list .recruit_con.closed {
    margin-bottom: 0;
}

.recruit_list .recruit_con.closed .recruit_til {
    margin-bottom: 0;
    padding-right: 2em;
    cursor: pointer;
}

.recruit_list .recruit_con.closed .recruit_til:after {
    content: "》";
    position: absolute;
    right: .5em;
    top: 50%;
    line-height: 100%;
    color: #D6001E;
    transform: scale(2, 1);
    margin-top: -.5em;
    display: block;
}

.recruit_list .recruit_con.closed .into_content {
    display: none;
}

.recruit_list .recruit_con.closed .btn {
    display: none;
}

.recruit_list .recruit_con.open .recruit_til {
    padding-right: 2em;
    cursor: pointer;
    border-bottom-style: dotted;
}

.recruit_list .recruit_con.open .recruit_til:after {
    content: "》";
    position: absolute;
    right: .5em;
    top: 50%;
    line-height: 100%;
    color: #D6001E;
    margin-top: -.5em;
    display: block;
    transform: scale(1, 2) rotate(90deg);
}



.recruit_list_class2 li {
    list-style-type: none;
    margin: 0 0 2em;
}

.recruit_list_class2 h3.til {
    font-size: 1.25em;
    line-height: 200%;
    color: #D6001E;
}



.page_form .form_con {
    padding: 2em 3em 2em;
}

.page_form .form_con h3 {
    color: #D6001E;
    font-size: 24px;
    line-height: 300%;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    margin: 0 -2em 2em;
}

.page_form button.submit {
    outline: none;
    font-size: 18px;
    padding: .75em 2.5em;
    background: #D6001E;
    color: #FFF;
    border: none;
    margin-right: 1em;
    margin-left: 4.8A8A8A8em;
}

.page_form .routine+button.submit {
    margin-left: 10.6666em;
}

.page_form button.reset {
    outline: none;
    font-size: 18px;
    padding: .75em 2.5em;
    background: #494949;
    color: #FFF;
    border: none;
    margin-right: 1em;
}

.page_form dl {
    padding: 0 0 1em;
    width: 960px;
    max-width: 100%;
    padding-right: 1em;
    clear: both;
    overflow: hidden;
}

.page_form dl.col3 {
    width: 320px;
    max-width: 33.33%;
    clear: none;
    float: left;
}

.page_form dl.col3_short {
    width: 264px;
    max-width: 27.5%;
}

.page_form dl.col3_long {
    width: 408px;
    max-width: 45%;
}

.page_form dt {
    line-height: 300%;
}

.page_form dd {
    position: relative;
}

.page_form .routine dt {
    width: 7.5em;
    float: left;
    margin-right: 1.5em;
    text-align: right;
}

.page_form .routine dd {
    float: left;
    width: 450px;
    line-height: 300%;
}

.page_form .routine dl.col3 {
    width: auto;
    max-width: none;
    overflow: visible;
}

.page_form .routine dl.col3 dd {
    width: 125px;
    margin-right: -2.5em;
}

.page_form .routine dl.hh {
    clear: both;
}

.page_form .routine dd.note {
    width: auto;
    margin-left: 1em;
    line-height: 300%;
}

.page_form .routine dd.fileimg {
    width: 165px;
    height: 226px;
    overflow: hidden;
    position: relative;
}

.page_form .routine dd.fileimg+dd.note {
    clear: left;
    margin-left: 9em;
}

.page_form .routine dd.fileimg img {
    width: 165px;
    height: 226px;
}

.page_form .must, .page_form div.note {
    color: #d6001d;
}

.page_form table {
    max-width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

.page_form table td, .page_form table th {
    padding: 0 1em 1em 0;
    border: none;
    font-weight: lighter;
    text-align: left;
}

.page_form table td .tdtil {
    display: none;
}

.page_form input {
    padding: .5em;
    line-height: 187.5%;
    color: #333;
    border: none;
    outline: none;
    background: #F0F0F0;
    width: 100%;
    vertical-align: middle;
}

.page_form select {
    padding: .5em;
    line-height: 300%;
    color: #333;
    border: none;
    outline: none;
    background: #F0F0F0;
    width: 100%;
    vertical-align: middle;
    height: 3em;
    -webkit-appearance: auto;
}

.page_form .times input {
    width: calc(50% - 1em);
}

.page_form .vcode input {
    width: calc(100% - 7.5em);
}

.page_form .vcode .vcodeimg {
    vertical-align: middle;
    max-width: 7em;
    max-height: 3em;
    margin-left: .5em;
}

.page_form textarea {
    padding: .5em;
    line-height: 187.5%;
    color: #333;
    border: none;
    outline: none;
    background: #F0F0F0;
    width: 100%;
}

.page_form input[type="radio"] {
    padding: 0;
    line-height: normal;
    background: none;
    width: 1em;
    height: 1em;
    -webkit-appearance: radio;
    margin-right: .5em;
}

.page_form input[type="file"] {
    padding: 0;
    background: none;
    width: auto;
    -webkit-appearance: auto;
}

.page_form .routine dd.fileimg input {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 226px;
    line-height: 100%;
    opacity: 0;
}

.page_form label {
    margin-right: 1em;
}

@media screen and (max-width: 840px) {
    .page_form .form_con {
        padding: 2em 0 2em;
    }
    .page_form .form_con h3 {
        margin: 0 0 2em;
    }
    .page_form .routine dl.col3 {
        width: 33.33%;
    }
    .page_form .routine dl.col3 dd {
        width: 100%;
        margin-right: 0;
    }
    .page_form .routine dt {
        width: auto;
        float: none;
        text-align: left;
    }
    .page_form .routine dd {
        float: none;
        width: auto;
    }
    .page_form .routine dd.note {
        margin-left: 0;
    }
    .page_form .routine dd.fileimg+dd.note {
        clear: left;
        margin-left: 0;
    }
    .page_form table td, .page_form table th {
        padding: 0 .25em 1em 0;
    }
    .page_form input {
        padding: .5em .25em;
    }
    .page_form button.submit {
        margin-left: 0;
    }
    .page_form .routine+button.submit {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .page_form button.submit, .page_form button.reset {
        padding: .5em 2em;
    }
    .page_form dl.col3 {
        width: 960px;
        max-width: 100%;
        clear: both;
        float: none;
    }
    .page_form .routine dl.col3 {
        float: none;
        width: auto;
        max-width: none;
    }
    .page_form .routine dl.col3 dd {
        width: auto;
        margin-right: 0;
    }
    .page_form table, .page_form table tr, .page_form table tbody {
        display: block;
    }
    .page_form table th {
        display: none;
    }
    .page_form table td {
        display: block;
        padding: 0 1em 1em 0;
    }
    .page_form table td .tdtil {
        display: block;
        line-height: 300%;
    }
    .page_form table td strong.tdtil {
        font-weight: bold;
        color: #D6001E;
    }
}

@media screen and (max-width: 374px) {
    .page_form .times input {
        width: 100%;
        margin-bottom: .25em;
    }
    .page_form .times input+input {
        width: calc(100% - 1.5em);
        margin-bottom: 0;
    }
}



.page_feedback table {
    margin-bottom: 2em;
    width: 100%;
    border: none;
    border-top: 1px solid #DDD;
    border-collapse: collapse;
}

.page_feedback th, .page_feedback td {
    border-bottom: 1px solid #DDD;
    padding: .5em 1em;
    text-align: left;
    font-weight: lighter;
    vertical-align: top;
}

.page_feedback th {
    background: #F0F0F0;
}

.page_feedback th.til, .page_feedback td.til {
    width: 7em;
    color: #D6001E;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .page_feedback table {
        font-size: 14px;
    }
    .page_feedback th, .page_feedback td {
        padding: .25em .5em;
    }
    .page_feedback th.til, .page_feedback td.til {
        width: 6em;
    }
}

.page_OnlineQ dl {
    border-bottom: 1px dashed #D6001E;
    padding: 1em 0 2em;
}

.page_OnlineQ dt {
    padding: 1em 0;
    color: #D6001E;
}

.page_OnlineQ dd p {
    margin: .5em 0;
    text-align: justify;
}



.page_contactus {
    padding: 0 0 0 55%;
    position: relative;
}

.page_contactus:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 2px;
    background: #D6001E;
}

.page_contactus .txt_container {
    width: 50%;
    padding: 0 5% 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page_contactus .txt_container .page_title {
    position: relative;
    padding: 0 0 2em;
    margin-bottom: 2em;
}

.page_contactus .txt_container>h3 {
    font-size: 1.5em;
    line-height: 150%;
    color: #333;
    margin-bottom: .5em;
    cursor: pointer;
}

.page_contactus .txt_container>h3~h3 {
    margin-top: 1em;
}

.page_contactus .select_con {
    padding: 0 0 2em;
    margin-bottom: 2em;
}

.page_contactus .select_con select {
    line-height: 300%;
    color: #333;
    border: 1px solid #DDD;
    outline: none;
    background: #F0F0F0;
    width: 100%;
    vertical-align: top;
    -webkit-appearance: auto;
    height: 3em;
}

.page_contactus .txt_container p {
    margin-bottom: 1em;
    line-height: 150%;
}

.page_contactus .map {
    position: relative;
    height: 30em;
    background: #DDD;
}

.page_contactus #allmap {
    width: 100%;
    height: 100%;
}

.page_contactus.mapatleft {
    padding: 0 51% 0 0;
}

.page_contactus.mapatleft .txt_container {
    padding: 0 0 0 5%;
    left: auto;
    right: 0;
}

.page_contactus.mapatleft .txt_container {
    padding: 0 2.5% 0 5%;
    color: #FFF;
    z-index: 5;
}

.page_contactus .txt_container>h3 {
    color: #FFF;
}

.page_contactus.mapatleft:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 49%;
    border: 1px solid #494949;
    background: #D6001E;
}

.page_contactus.mapatleft a {
    color: #FFF;
}

.page_contactus.mapatleft a:hover {
    color: #333;
}

.page_contactus .map {
    height: 20em;
    border: 1px solid #494949;
}

.select-main {
    background: #fff;
    display: flex;
    padding: 33px 4.5%;
    color: #888;
    font-size: 18px;
    margin: 4.5% 0 0;
}

.select-box {
    position: relative;
    white-space: nowrap;
    width: 225px;
    margin: 0 5% 0 0;
}

.select-box h3 {
    position: relative;
    border: 1px solid #0C0C5C;
    border-radius: 4px;
    line-height: 52px;
    height: 52px;
    padding: 0 36px 0 16px;
    cursor: pointer;
}

.select-box h3:after {
    background: url(../image/arrow-button.png) no-repeat;
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 21px;
    height: 11px;
    transform: translateY(-50%);
}

.select-box ul {
    display: none;
    position: absolute;
    right: 0;
    top: 48px;
    list-style-type: none;
    border: 1px solid #0C0C5C;
    border-top: 1px solid #DDD;
    background: #FFF;
    line-height: 200%;
    min-width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select-box ul li {
    display: block;
    border-top: 1px solid #DDD;
    padding: 0 16px;
    color: #888;
}

.select-box ul li:first-child {
    border: none
}

.select-box ul li:hover {
    background: #D6001E;
    color: #FFF;
}

.select-box.show ul {
    display: block;
}

.select-main a {
    color: #888;
}

.select-main .item {
    display: none;
}

.select-main .active {
    display: block;
}

@media screen and (max-width: 1280px) {
    .select-main {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .page_contactus .txt_container {
        font-size: 12px;
    }
    .select-box {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .page_contactus {
        padding: 0;
    }
    .page_contactus:before {
        display: none;
    }
    .page_contactus .txt_container {
        width: auto;
        padding: 0 0 2em;
        position: static;
        transform: none;
    }
    .page_contactus .txt_container a {
        display: inline-block;
    }
    .page_contactus .map {
        height: 70vh;
    }
    .page_contactus.mapatleft {
        padding: 0;
    }
    .page_contactus.mapatleft:after {
        display: none;
    }
    .page_contactus.mapatleft .txt_container {
        padding: 1em;
        border: 1px solid #494949;
        background: #D6001E;
        margin: 0 0 2em;
    }
    .select-main {
        display: block;
    }
    .select-box {
        max-width: 225px;
        margin: 0 0 20px;
    }
}



.socialList li {
    position: relative;
    margin-bottom: 5.25em;
}
.socialList li:last-child{
    margin: 0;
}

.socialList li a {
    display: block;
    color: #656565;
}

.socialList .txt_container h3 {
    position: relative;
    font-size: 24px;
    line-height: 150%;
    padding: 10px 0;
    color: #000;
    display: inline-block;
}
.socialList .txt_container h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 49%;
    height: 4px;
    background: #D7003F;
    border-radius: 1px;
}

.socialList .txt_container {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 2em 4em;
    width: 39.03%;
    background: #FFFFFF;
    box-shadow: 0px 3px 46px 0px rgba(71, 71, 71, 0.33);
}

.socialList li:nth-child(even) .txt_container {
    left: 0;
    right: auto;
}

.socialList .txt_container p {
    overflow: hidden;
    text-align: justify;
    line-height: 175%;
    
    margin: 30px 0 0;
}


.socialList .img_container {
    float: left;
    position: relative;
    width: 76.4%;
    overflow: hidden;
}

.socialList li:nth-child(even) .img_container {
    float: right;
}

.socialList .img_container .bg_container {
    width: 100%;
    transition: transform .5s linear;
    position: relative;
    height: 0;
    padding: 0 0 48.35%;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
    .socialList .txt_container {
        padding: 2em;
        height: 80%;
        width:75%;
    }
    .socialList .txt_container:after {
        left: 2em;
        bottom: 2em;
    }
    .socialList .txt_container p {
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 960px) {
    .socialList li {
        margin-bottom: 3.15em;
    }
    .socialList .img_container,
    .socialList li:nth-child(even) .img_container{
        width: 100%;
        float: none;
    }
    .socialList .txt_container {
        width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    .socialList .txt_container:after{
        position: relative;
        margin: 2em 0 0;
        bottom: auto;
        left: auto;
    }
}

.swiper-box{
    position: relative;
}
.swiper-box .swiper-cont{
    overflow: hidden;
    width: 83.67%;
    margin: 0 auto;
    padding: 90px 0;
}
.swiper-box .swiper-container{
    overflow: visible;
    margin: 0 auto;
    width: 57.5%;
}
.swiper-box .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0!important;
}
.swiper-box .swiper-slide{
    transition: 300ms; 
}
.swiper-box .swiper-slide-active{
    transform: scale(1.2);
}
.swiper-box img{
    width: 100%;
}
.brand-page .swiper-box img{
    display: none;
}
.swiper-box .swiper-slide .bg_container{
    padding: 0 0 64.3%;
}
.swiper-box .swiper-slide-active .bg_container{
    box-shadow: 0px 3px 46px 0px rgba(71, 71, 71, 0.33);
}
.swiper-text{
    margin: 0 auto;
    width: 57.5%;
}
.swiper-text .idea{
    display: none;
}
.swiper-text .idea h2{
font-size: 20px;
color: #000000;
line-height: 30px;
padding: 20px 0;
text-align: center;
}
.swiper-box .swiper-button-prev,.swiper-box .swiper-button-next{background:#F8F8F8 url(../image/prev2.png) center center no-repeat; left:0; top:50%; width: 75px; height:75px; outline: none; position: absolute; margin-top: -37px; color:#333; font-size: 30px; line-height: 75px; text-align: left; z-index: 5; cursor: pointer;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.98);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}
.swiper-box .swiper-button-prev:hover,.swiper-box .swiper-button-next:hover{color:#D6001E;opacity: 1;}
.swiper-box .swiper-button-prev:after{content: "";}
.swiper-box .swiper-button-next:after{content: "";}
.swiper-box .swiper-button-next{left: auto; right:0;text-align: center; transform: rotate(-180deg);}

@media screen and (max-width: 1024px){
    .swiper-box .swiper-button-prev, .swiper-box .swiper-button-next{
        width: 40px;
        height: 40px;
        background-size: 30%;
        margin-top: -20px;
        left: -20px;
    }
    .swiper-box .swiper-button-next{
        right: -20px;
        left: auto;
    }
}
@media screen and (max-width: 767px){
    .swiper-text .idea{
        font-size: 14px;
        margin: -60px 0 0;
    }
    .swiper-text .idea h2{
        font-size: 16px;
    }
.swiper-box .swiper-cont{
    padding: 50px 0 80px;
}
}