@charset "UTF-8";
#service {
    display: block;
    position: relative;
}

#service .content_in {
    position: relative;
    margin-top: 22px;
}

#service .content_in .memo {
    position: relative;
    margin-top: 25px;
    color: #212121;
    font-size: 14px;
}

#service .content_in .memo .memo_title {
    position: relative;
    font-size: 18px;
    color: #212121;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 7px;
}

#service .content_in .memo .memo_info {
    position: relative;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

#service .content_in .memo .list {
    position: relative;
}

#service .content_in .memo .list span {
    position: relative;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: block;
}

#service .content_in .memo .list div {
    position: relative;
    display: block;
    margin-left: 19px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

#service .content_in .memo .info {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    margin-top: 35px;
    line-height: 28px;
    letter-spacing: 1px;
}

#service .content_in .fcpm {
    position: relative;
}

#service .content_in .fcpm .h2 {
    position: relative;
    font-size: 24px;
    color: #585858;
    display: block;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 35px;
}

#service .content_in .fcpm .step {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 76px;
}

#service .content_in .fcpm .step .styled-select {
    float: left;
}

#service .content_in .fcpm .step:before {
    content: '';
    position: absolute;
    background-color: #19bbf0;
    width: 2px;
    height: 20px;
    right: 50%;
    bottom: 20px;
}

#service .content_in .fcpm .step:after {
    content: '';
    position: absolute;
    background-color: #00e0a5;
    width: 2px;
    height: 20px;
    right: 50%;
    bottom: 0;
}

#service .content_in .fcpm .result_block {
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#service .content_in .fcpm .result_block.show {
    opacity: 1;
}

#service .content_in .fcpm .result_block .result_box {
    position: relative;
    margin-top: 65px;
    border-bottom: 1px solid #eaeaea;
}

#service .content_in .fcpm .result_block .result_box:first-child {
    margin-top: 40px;
}

#service .content_in .fcpm .result_block .result_box .name_box {
    position: relative;
    border-bottom: 1px solid black;
    padding-bottom: 22px;
}

#service .content_in .fcpm .result_block .result_box .name {
    position: relative;
    background-image: url("../images/open.png");
    background-repeat: no-repeat;
    font-size: 15px;
    color: #03b3d3;
    line-height: 20px;
    padding-left: 19px;
    background-position: 0 4px;
    letter-spacing: 1px;
    font-weight: bold;
    width: 50%;
    float: left;
    padding-right: 20px;
    cursor: pointer;
}

#service .content_in .fcpm .result_block .result_box .name.active {
    background-image: url("../images/open_c.png");
}

#service .content_in .fcpm .result_block .result_box .t_name {
    position: relative;
}

#service .content_in .fcpm .result_block .result_box .e_name {
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    display: none;
}

#service .content_in .fcpm .result_block .result_box .info {
    display: none;
    position: relative;
    float: right;
    width: 50%;
    color: #929292;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 1px;
}

#service .content_in .fcpm .result_block .result_box .info b {
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
    color: #212121;
    font-size: 13px;
}

#service .content_in .fcpm .result_block .result_box .result_table {
    position: relative;
    margin-top: 23px;
}

#service .content_in .fcpm .result_block .result_box .result_table .table {
    position: relative;
    margin-top: 0;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_content {
    font-size: 13px;
    color: #212121;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_content .line {
    padding: 22px 0;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c1 {
    display: block;
    width: 17%;
    float: left;
    padding-right: 8px;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c2 {
    width: 34%;
    padding-left: 10px;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c3 {
    width: 16.5%;
    text-align: left;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c3 span {
    padding-left: 10px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c3 span:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c3:after {
    display: none;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c4 {
    width: 19.5%;
    float: left;
    color: black;
    padding-left: 10px;
    padding-right: 5px;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c5 {
    width: 13%;
    padding-left: 10px;
    text-align: left;
    float: left;
    color: #929292;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_content .no {
    display: none;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_head {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #212121;
    letter-spacing: 1px;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t0 {
    display: block;
    float: left;
    width: 17%;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t1 {
    width: 34%;
    padding-left: 10px;
    text-align: left;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t1:before {
    content: '';
    background-color: #e8e8e8;
    width: 1px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -12px;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t2 {
    width: 16.5%;
    padding-left: 10px;
    text-align: left;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t2:before {
    background-color: #e8e8e8;
    height: 8px;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t2:after {
    background-color: #e8e8e8;
    height: 8px;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t3 {
    width: 19.5%;
    text-align: left;
    padding-left: 10px;
    border: 0;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t4 {
    width: 13%;
    padding-left: 10px;
    text-align: left;
    position: relative;
    border: 0;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t4:before {
    content: '';
    background-color: #e8e8e8;
    width: 1px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -12px;
}

#service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t4:after {
    display: none;
}

#service .content_in .styled-select {
    width: 195px;
    height: 40px;
    outline: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("../img/icon/down2-.png");
    border-bottom: 1px solid #363636;
    float: right;
    background-position: right;
}

#service .content_in .styled-select select {
    outline: none;
    background: transparent;
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: bold;
}

#service .content_in .selectbox {
    position: relative;
    float: right;
    width: 60%;
    display: none;
}

#service .content_in .selectbox:before {
    content: '';
    background-color: #d0d0d0;
    width: 1px;
    height: 18px;
    position: absolute;
    display: block;
    left: -24px;
    top: 12px;
}

#service .content_in .selectbox input {
    position: relative;
    float: left;
    width: 193px;
    font-size: 15px;
    border: 0;
    border-bottom: 1px solid black;
    height: 40px;
}

#service .content_in .selectbox .send {
    display: block;
    font-size: 13px;
    margin-top: 0;
    height: 42px;
    position: relative;
    overflow: hidden;
    width: 138px;
    float: right;
    cursor: pointer;
}

#service .content_in .selectbox .send:before {
    content: '';
    background: #19bbf0;
    background: -moz-linear-gradient(left, #19bbf0 0%, #7adeff 100%);
    background: -webkit-linear-gradient(left, #19bbf0 0%, #7adeff 100%);
    background: linear-gradient(to right, #19bbf0 0%, #7adeff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19bbf0', endColorstr='#7adeff', GradientType=1);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#service .content_in .selectbox .send span {
    background-color: white;
    padding: 7px 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    color: rgba(14, 14, 14, 0.86);
    width: calc(100% - 4px);
    background-image: url("../img/icon/b_arrow.png");
    background-position: 93% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#service .content_in .year_list {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 26px;
}

#service .content_in .year_list .year_box {
    position: relative;
    display: none;
    width: 100%;
}

#service .content_in .year_list .year_box:after {
    content: '';
    display: block;
    clear: both;
}

#service .content_in .year_list .year_box .years {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
    font-size: 15px;
    color: #545454;
    line-height: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#service .content_in .year_list .year_box .years .date {
    position: relative;
    width: 25%;
    border-right: 1px solid #eaeaea;
    padding-right: 20px;
    color: #545454;
    float: left;
    padding-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#service .content_in .year_list .year_box .years .date span:nth-child(1) {
    float: left;
    position: relative;
    margin-right: 35px;
}

#service .content_in .year_list .year_box .years .date span:nth-child(1):after {
    content: '';
    background-color: #b2b2b2;
    width: 12px;
    height: 1px;
    position: absolute;
    right: -21px;
    top: 10px;
}

#service .content_in .year_list .year_box .years .date span:nth-child(2) {
    float: left;
    position: relative;
}

#service .content_in .year_list .year_box .years .name {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 40px;
}

#service .content_in .year_list .year_box .years .more {
    position: relative;
    color: #00c6a5;
    width: 25%;
    float: left;
    text-align: center;
    padding-right: 12px;
    display: block;
    float: left;
    text-align: center;
    background-image: url("../img/icon/more.png");
    background-position: 120px;
    background-repeat: no-repeat;
    padding-right: 9px;
}

#service .content_in .year_list .year_box .years .more span {
    display: block;
    position: relative;
}

#service .content_in .year_list .year_box .years .more span b {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#service .content_in .year_list .year_box .years .more span:before {
    content: '';
    background-color: #00c6a5;
    position: absolute;
    width: 0;
    height: 1px;
    left: 50%;
    margin-left: -17px;
    top: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#service .content_in .e-paper {
    margin-top: 80px;
    display: block;
    width: 100%;
    position: relative;
    max-height: calc(100vh - 150px);
    border-bottom: 1px solid #e4e4e4;
}

#service .content_in .mobile_epaper {
    display: none;
}

#service .content_in .e-paper.epaper_s {
    margin-top: 45px;
}

#service .content_in .e-paper img {
    max-width: 20000px;
}

#service .content_in .e-paper .ps__rail-x {
    height: 4px;
    background-color: #e6e6e6;
    top: 0;
    bottom: auto !important;
}

#service .content_in .e-paper .ps__rail-x .ps__thumb-x {
    width: 4px;
    background-color: #00c6a5;
    bottom: 0;
}

#service .content_in .e-paper .ps__rail-y {
    width: 4px;
    background-color: #e6e6e6;
}

#service .content_in .e-paper .ps__rail-y .ps__thumb-y {
    width: 4px;
    background-color: #00c6a5;
    right: 0;
}

#service .content_in .style_block {
    position: relative;
    margin-bottom: 120px;
}
#service .content_in .style_block .s_bg{
    position: absolute;
    z-index: -1;
    width: calc(100% + 84px);
    height: calc(100% + 30px);
    left: -42px;
    top: 0;
}
#service .content_in .style_block .layouts{
    position: relative;
    z-index: 5;;
}
#service .content_in .style_block .layouts > div:last-child,
#service .content_in .style_block .layouts > div:last-child .style_a{
    border-bottom: 0;
    margin-bottom: 0;
}


#service .content_in .title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

#service .content_in .normal {
    position: relative;
    margin-top: 60px;
    color: #757575;
    font-size: 14px;
    line-height: 26px;
    word-break: break-word;
}

#service .content_in .normal.service .summary {
    position: relative;
    font-size: 14px;
    color: #757575;
}

#service .content_in .normal.service .summary strong {
    font-size: 16px;
    color: #3d3d3d;
}

#service .content_in .normal.service .summary img {
    position: relative;
    margin-top: 15px;
    margin-bottom: 33px;
}

#service .content_in .normal .summary {
    position: relative;
    font-size: 16px;
    color: #3d3d3d;
    letter-spacing: 1px;
    line-height: 28px;
}

#service .content_in .normal .summary img {
    margin: 35px 0;
}

#service .content_in .normal .summary a {
    color: #00c6a5;
    text-decoration: underline;
}

#service .content_in .normal .summary h4 {
    font-size: 16px;
}

#service .content_in .normal.part .summary {
    margin-bottom: 70px;
}

#service .content_in .normal.part .summary img {
    margin-top: 0;
    margin-bottom: 0;
}

#service .content_in .video_block {
    position: relative;
    margin-top: 80px;
    display: block;
    border-top: 1px solid black;
    color: #212121;
    font-size: 14px;
    line-height: 50px;
}

#service .content_in .video_block .bx-wrapper .bx-prev {
    background-image: url("../images/t_prev.png");
    background-position: center;
    left: -37px;
}

#service .content_in .video_block .bx-wrapper .bx-next {
    background-image: url("../images/t_next.png");
    background-position: center;
    right: -37px;
}

#service .content_in .video_block .video_name {
    position: relative;
}

#service .content_in .video_block .video_name .bx_video {
    display: flex;
}

#service .content_in .video_block .video_name li {
    display: inline-block;
    text-align: center;
}

#service .content_in .video_block .video_name li:last-child .name:after {
    display: none;
}

#service .content_in .video_block .video_name .name {
    position: relative;
    margin-bottom: 22px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: transparent;
}

#service .content_in .video_block .video_name .name.active {
    border-bottom: 3px solid #19bbf0;
}

#service .content_in .video_block .video_name .name.active:before {
    opacity: 1;
    bottom: -7px;
}

#service .content_in .video_block .video_name .name:after {
    content: '';
    background-color: #e1e1e1;
    position: absolute;
    right: 0;
    height: 18px;
    top: 16px;
    width: 1px;
}

#service .content_in .video_block .video_name .name:before {
    content: '';
    background-image: url("../images/tab.png");
    position: absolute;
    width: 10px;
    height: 5px;
    left: 50%;
    background-repeat: no-repeat;
    bottom: -0;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#service .content_in .video_block .video_iframe {
    position: relative;
    width: 100%;
    height: 342px;
    display: block;
    margin-top: 7px;
}

#service .content_in .video_block .video_iframe .video_show {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

#service .content_in .video_block .video_iframe .video_show iframe {
    position: relative;
}

#service .content_in .ps__rail-x {
    height: 5px;
    opacity: 1;
}

#service .content_in .ps__rail-x:before {
    content: '';
    background-color: #efefef;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 3px;
}

#service .content_in .ps__thumb-x {
    background-color: #deeae8;
    height: 4px;
}

#service .content_in h2 {
    font-size: 24px;
    color: #212121;
    display: block;
    font-weight: 400;
    margin-bottom: 52px;
    line-height: 30px;
}

#service .content_in .third_type {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 48px;
}

#service .content_in .third_type .box {
    position: relative;
    height: 50px;
    margin-bottom: 16px;
}

#service .content_in .third_type .link {
    position: relative;
    font-size: 16px;
    color: #929292;
    background-color: #f2f3f7;
    padding: 12px 26px;
    float: left;
    margin-right: 3px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#service .content_in .third_type .link.active {
    color: white;
    background-color: #00c6a5;
}

#service .content_in .hotnews {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 52px;
}

#service .content_in .hotnews .bx-wrapper .bx-prev {
    background-image: url("../img/icon/p_up.png");
    height: 20px;
    width: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    margin: 0;
}

#service .content_in .hotnews .bx-wrapper .bx-next {
    background-image: url("../img/icon/p_down.png");
    height: 20px;
    width: 100%;
    background-position: center;
    position: absolute;
    bottom: 0;
    margin: 0;
    top: auto;
}

#service .content_in .hotnews .bx-controls-direction {
    position: absolute;
    right: -80px;
    top: 6px;
    width: 26px;
    height: 70px;
}

#service .content_in .hotnews .bx-controls-direction:after {
    content: '';
    background-color: #6f6f6f;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    right: 50%;
    margin-right: -2px;
    margin-top: -2px;
}

#service .content_in .hotnews .title {
    position: relative;
    color: white;
    background-color: #19bbf0;
    font-size: 14px;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    padding: 13px;
    letter-spacing: 2px;
    float: left;
}

#service .content_in .hotnews .news_line {
    position: relative;
    float: left;
    display: block;
    width: 434px;
    margin-left: 30px;
    top: -6px;
}

#service .content_in .hotnews .news_line li:after {
    content: '';
    clear: both;
    display: block;
}

#service .content_in .hotnews .news_line a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #0069ab;
    width: 100%;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#service .content_in .hotnews .news_line a b {
    position: relative;
    float: left;
    width: 10px;
    font-size: 14px;
    color: #19bbf0;
    font-weight: bold;
    padding: 8px 0;
}

#service .content_in .hotnews .news_line a span {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 0;
    display: block;
    letter-spacing: 1px;
    float: right;
    width: calc(100% - 28px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
}

#service .content_in .download {
    display: inline-block;
    width: 100%;
    margin-top: 19px;
}

#service .content_in .download .table .t_head .t1 {
    width: 46%;
}

#service .content_in .download .table .t_head .t2 {
    width: 15.5%;
}

#service .content_in .download .table .t_head .t3 {
    width: 23%;
}

#service .content_in .download .table .t_head .t4 {
    width: 15.5%;
    text-align: center;
    border: 0;
}

#service .content_in .download .table .t_head .t4:before {
    display: none;
}

#service .content_in .download .table .t_content .line .c2 {
    width: 46%;
}

#service .content_in .download .table .t_content .line .c3 {
    width: 15.5%;
}

#service .content_in .download .table .t_content .line .c3:after {
    display: none;
}

#service .content_in .download .table .t_content .line .c4 {
    width: 15.5%;
    text-align: center;
    border: 0;
    display: block;
    text-align: center;
    float: left;
    color: #717171;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#service .content_in .download .table .t_content .line .more {
    background-image: url("../img/icon/download.png");
}

.download_block {
    margin-top: 25px;
    display: block;
    position: relative;
    border: 1px solid #d4d4d4;
    padding: 40px 58px;
}

.download_block .table {
    font-size: 14px;
    display: block;
    color: #08090e;
    margin-top: 0;
    position: relative;
}

.download_block .table .t_head {
    display: block;
    border-bottom: 2px solid #848484;
    padding-bottom: 12px;
    font-size: 15px;
    font-weight: bold;
}

.download_block .table .t_head:after {
    content: '';
    display: block;
    clear: both;
}

.download_block .table .t_head .t1 {
    display: block;
    float: left;
    line-height: 17px;
    width: 42%;
    padding-left: 0;
    position: relative;
}

.download_block .table .t_head .t2, .download_block .table .t_head .t3 {
    display: block;
    float: left;
    line-height: 17px;
    width: 16%;
    text-align: center;
    padding-left: 0;
    position: relative;
}

.download_block .table .t_head .t4 {
    display: block;
    float: left;
    line-height: 17px;
    width: 16%;
    border-right: 1px solid #c3c3c3;
}

.download_block .table .t_head .more {
    display: none;
}

.download_block .table .t_content {
    display: block;
    width: 100%;
    position: relative;
    font-size: 15px;
}

.download_block .table .t_content .line {
    display: block;
    width: 100%;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0;
    line-height: 20px;
    color: #3d3d3d;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.download_block .table .t_content .line:after {
    content: '';
    display: block;
    clear: both;
}

.download_block .table .t_content .line:last-child {
    border-bottom: 0;
}

.download_block .table .t_content .c1 {
    width: 42%;
    display: block;
    float: left;
    padding-right: 15px;
    letter-spacing: 1px;
}

.download_block .table .t_content .c2, .download_block .table .t_content .c3 {
    width: 16%;
    display: block;
    padding-left: 0;
    float: left;
    padding-right: 0;
    text-align: center;
    border-left: 1px solid #e9e9e9;
    line-height: 15px;
    color: #959595;
    top: 4px;
    position: relative;
}

.download_block .table .t_content .c3 {
    border-right: 1px solid #e9e9e9;
    text-align: left;
    padding-left: 21px;
}

.download_block .table .t_content .more {
    width: 26%;
    display: block;
    color: #00c6a5;
    float: left;
    text-align: center;
    background-image: url("../img/icon/download.png");
    background-repeat: no-repeat;
    background-position: 16%;
    padding-left: 34px;
    font-size: 12px;
    transform: scale(0.95);
}

.download_block .table .t_content .more span {
    display: block;
    position: relative;
}

.download_block .table .t_content .more span:before {
    content: '';
    background-color: #00c6a5;
    position: absolute;
    width: 0;
    height: 1px;
    left: 50%;
    margin-left: -17px;
    top: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.download_block .table .t_content .more span b {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tech_list {
    position: relative;
}

.tech_list h3 {
    color: #08090e;
    font-size: 18px;
    margin-top: 75px;
}

.tech_list.project_list h3 {
    padding-bottom: 12px;
    border-bottom: 2px solid #cacaca;
    padding-left: 10px;
    font-size: 15px;
}

.tech_list .back {
    position: relative;
}

.tech_list .back span {
    position: relative;
}

.tech_result {
    position: relative;
}

.tech_result .result_box {
    position: relative;
    margin-bottom: 75px;
}

.tech_result .result_box .head_title {
    position: relative;
    display: flex;
    border-bottom: 2px solid #cacaca;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.tech_result .result_box .head_title label {
    position: relative;
    font-size: 18px;
    width: 70%;
    font-weight: bold;
}

.tech_result .result_box .head_title span {
    position: relative;
    text-align: right;
    width: 30%;
    font-size: 12px;
    color: #5a5a5a;
}

.tech_result .result_box:last-child {
    margin-bottom: 0;
}

#tech {
    position: relative;
    letter-spacing: 1px;
}

#tech .detail {
    position: relative;
    margin-top: 80px;
    display: block;
}

#tech.no_left .detail{
    margin-top: 0;
}

#tech .detail.project_detail .title {
    width: 100%;
    font-size: 16px;
}

#tech .detail.project_detail .summary {
    font-size: 14px;
    color: #3d3d3d;
}

#tech .detail .top_head {
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 43px;
    display: flex;
}

#tech .detail .title {
    font-size: 18px;
    width: 75%;
    line-height: 26px;
    font-weight: bold;
}

#tech .detail .this_type {
    position: relative;
    font-size: 12px;
    text-align: right;
    color: #757575;
    width: 25%;
}

#tech .detail .this_type span {
    border-left: 1px solid #cccccc;
    padding-left: 25px;
}

#tech .info {
    position: relative;
}

#tech .info .memo_box {
    position: relative;
    font-size: 14px;
    color: #757575;
    letter-spacing: 1px;
    display: flex;
    margin-bottom: 50px;
}

#tech .info .memo_box .memo {
    position: relative;
    width: 75%;
    padding-right: 83px;
}

#tech .info .memo_box .memo_detail {
    position: absolute;
    width: 25%;
    right: 0;
}

#tech .info .memo_box .memo_detail .line {
    position: relative;
    display: flex;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

#tech .info .memo_box .memo_detail .line:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#tech .info .memo_box .memo_detail .line .name {
    position: relative;
    color: #08090e;
    font-size: 15px;
    float: left;
    margin-right: 15px;
    font-weight: bold;
    min-width: 40px;
}

#tech .info .memo_box .memo_detail .line.date {
    display: block;
}

#tech .info .memo_box .memo_detail .line.date .name {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
}

#tech .info .memo_box .memo_detail .line.date .field {
    width: 100%;
}

#tech .info .memo_box .memo_detail .line .field {
    position: relative;
    border: 0;
    float: left;
    width: auto;
    padding: 0;
    font-size: 14px;
}

#tech .info .memo_box .memo_detail .line .field .day {
    position: relative;
    font-size: 14px;
    color: #757575;
    border-bottom: 1px solid #ececec;
    padding-bottom: 4px;
    margin-bottom: 4px;
    width: calc(100% - 25px);
    margin-right: 0;
    display: block;
    margin-left: 25px;
}

#tech .info .memo_box .memo_detail .line .field .from:before {
    content: '從';
    font-size: 15px;
    color: #08090e;
    margin-right: 8px;
    position: absolute;
    left: -25px;
    top: -1px;
}

#tech .info .memo_box .memo_detail .line .field .to {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#tech .info .memo_box .memo_detail .line .field .to:before {
    content: '至';
    font-size: 15px;
    color: #08090e;
    margin-right: 8px;
    position: absolute;
    left: -25px;
    top: -1px;
}

#tech .info .info_box {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    font-size: 15px;
    letter-spacing: 1px;
}

#tech .info .info_box .name {
    position: relative;
    width: 18%;
    border-right: 1px solid #10a9ea;
    padding-right: 10px;
    font-weight: bold;
}

#tech .info .info_box:nth-child(even) .name {
    border-color: #18cbad;
}

#tech .info .info_box .summary {
    position: relative;
    font-size: 14px;
    display: block;
    color: #757575;
    width: 82%;
    padding-left: 46px;
}

#tech .info .info_box .summary.normal {
    width: 100%;
    padding-left: 0;
}

#tech .info .info_box .summary ul li {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 28px;
    position: relative;
}

#tech .info .info_box .summary ul li:before {
    content: '';
    background-color: #18cbad;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 10px;
}

#tech .info .info_box .summary ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#tech .info .field_box {
    position: relative;
    margin-top: 40px;
    display: block;
    width: 100%;
}

#tech .info .field {
    position: relative;
    width: 380px;
    border-bottom: 1px solid #ececec;
    padding: 22px 0;
    font-size: 15px;
    display: block;
}

#tech .info .field .b {
    position: relative;
    margin-right: 24px;
    float: left;
    font-weight: bold;
}

#tech .info .field .t {
    position: relative;
    color: #757575;
    font-size: 14px;
    float: left;
}

#tech .info .list_box {
    position: relative;
}

#tech .info .list_box .b {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    padding: 22px 0;
    border-bottom: 2px solid #cacaca;
}

#tech .info .list_box .list {
    position: relative;
}

#tech .info .list_box .list .link {
    position: relative;
    padding: 25px 17px;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

#tech .info .list_box .list .link.active {
    background-color: #00c6a5;
    color: white;
}

#tech .info .list_box .list .link.active .more {
    color: white;
    border-color: #59dac4;
    background-image: url("../images/open01_c.png");
}

#tech .info .list_box .list .link.active .more:before {
    content: '收合內容';
}

#tech .info .list_box .list .link .more {
    position: absolute;
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 145px;
    text-align: center;
    background-position: 84% 52%;
    background-image: url("../images/open01_.png");
}

#tech .info .list_box .list .link .more:before {
    content: '詳細內容';
    position: absolute;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    left: 50%;
    margin-left: -34px;
}

#tech .info .list_box .list .link .more span {
    position: absolute;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    width: 100%;
    padding-right: 10px;
}

#tech .info .list_box .link_summary {
    position: relative;
    background-color: #f9f9f9;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    top: -1px;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px;
    letter-spacing: 1px;
    display: none;
}

#tech .info .list_box .link_summary .field_box {
    position: relative;
    margin-top: 0;
}

#tech .info .list_box .link_summary .field_box .field {
    position: relative;
    width: 100%;
    display: flex;
}

#tech .info .list_box .link_summary .field_box .field .bb {
    position: relative;
    float: left;
    margin-right: 25px;
    font-weight: bold;
    font-size: 15px;
    min-width: 35px;
}

#tech .info .list_box .link_summary .field_box .field .tt {
    position: relative;
    float: left;
    font-size: 14px;
    color: #757575;
}

#tech .info .list_box .link_summary .a_show {
    position: relative;
    padding: 22px 0;
}

#tech .info .list_box .link_summary .a_show .tip {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 22px;
}

#tech .info .list_box .link_summary .a_show .pic {
    position: relative;
}

#tech .info .list_box .link_summary .a_show .pic img {
    height: 135px;
}

#tech .info .list_box .link_summary .memo {
    position: relative;
    color: #757575;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#tech .info .list_box .link_summary .memo .a_show {
    position: relative;
    padding: 22px 0 0;
}

#tech .info .list_box .link_summary .memo .a_show .pic {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

#tech .info .list_box .link_summary .memo .a_show .pic img {
    position: relative;
}

#tech.content_boxshow .detail .form1 .list_box .link .more span:before {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .download_block .table .t_content .line:hover {
        background-color: #f6f9fa;
        color: #1accae;
    }
    #service .content_in .hotnews .news_line a:hover{
        color: #00c6a5;
    }
    .download_block .table .t_content .line:hover .c2, .download_block .table .t_content .line:hover .c3 {
        color: #1accae;
    }
    .content_boxshow.content_fcpm .form4 .table .t_content .line:hover {
        color: #080910;
        background-color: #fff;
    }
    .content_boxshow.content_fcpm .form4 .table .t_content .line:hover .c3, .content_boxshow.content_fcpm .form4 .table .t_content .line:hover .c4 {
        color: #929292;
    }
    #service .content_in .selectbox .send:hover {
        background-color: transparent;
        color: white;
        font-weight: bold;
    }
    #service .content_in .selectbox .send:hover span {
        background-color: transparent;
        color: white;
        font-weight: bold;
        background-image: url("../img/icon/w_arrow.png");
    }
    #service .content_in .year_list .year_box .years:hover {
        background-color: #f6f9fa;
        color: #00c6a5;
    }
    #service .content_in .year_list .year_box .years:hover .more span:before {
        width: 35px;
    }
    #service .content_in .year_list .year_box .years:hover span b {
        opacity: 0;
    }
    #service .content_in .year_list .year_box .years:hover .date {
        color: #00c6a5;
    }
    #service .content_in .third_type .link:hover {
        color: white;
        background-color: #00c6a5;
    }
    #service .content_in .download .table .t_content .line:hover .c4 {
        color: #00c6a5;
    }
    #tech .info .list_box .list .link:hover {
        background-color: #f9f9f9;
        color: #08090e;
    }
    #tech .info .list_box .list .link:hover .more b {
        opacity: 1;
    }
    #tech .info .list_box .list .link.active:hover {
        background-color: #00c6a5;
        color: white;
    }
    #tech .info .list_box .list .link.active:hover .more b {
        opacity: 1;
    }
}

@media only screen and (max-width: 1024px) {
    #service {
        width: calc(100% - 168px);
        float: none;
        margin: 50px auto 0;
    }
    #service .content_in .video_block .video_iframe {
        height: 45vw;
    }
    #service .content_in .third_type {
        display: none;
    }
    #service .content_in .hotnews .news_line {
        width: calc(100% - 158px);
    }
    #service .content_in .hotnews .bx-controls-direction {
        right: -60px;
    }
    #service .content_in .download .table .t_content .line .c2, #service .content_in .download .table .t_head .t1 {
        width: 45%;
        padding-left: 17px;
    }
    #service .content_in .download .table .t_content .line .c3, #service .content_in .download .table .t_head .t2 {
        position: relative;
        width: 13%;
    }
    .content_boxshow .form4 .table .t_content .more {
        position: relative;
        width: 20%;
        background-position: 88%;
        padding-right: 16px;
    }
    .content_boxshow .form4 .table .t_head {
        padding-bottom: 5px;
    }
    #service .content_in .year_list .year_box .years .date {
        width: 28%;
    }
    #service .content_in .year_list .year_box .years .name {
        width: 45%;
        padding-left: 25px;
    }
    #service .content_in .year_list .year_box .years .more {
        background-position: 83%;
        width: 25%;
        float: right;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c5, #service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t4 {
        width: 15%;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c2, #service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t1 {
        width: 32%;
    }
    #service .content_in .selectbox {
        width: 70%;
    }
    #service .content_in .fcpm .step .styled-select {
        float: left;
        width: 30%;
    }
    #service .content_in .selectbox input {
        width: 23vw;
        margin-left: 11%;
    }
    #service .content_in .fcpm .step .selectbox .styled-select {
        width: 23vw;
        margin-left: 11%;
    }
    #service .content_in .selectbox:before {
        left: 22px;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t0 {
        color: #212121;
        line-height: 17px;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c1, #service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t0 {
        padding-left: 10px;
        text-align: left;
        padding-bottom: 8px;
        color: #212121;
    }
    #tech .info .memo_box .memo {
        padding-right: 50px;
    }
    #tech .detail {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 700px) {
    #service {
        width: calc(100% - 100px);
    }
    #service .content_in .selectbox:before {
        left: 19px;
    }
}

@media only screen and (max-width: 600px) {
    #service {
        width: calc(100% - 70px);
        margin-top: 0;
    }
    #service .content_in .hotnews .news_line a span{
        width: 100%;
    }
    #service .content_in .video_block .video_name{
        margin-top: 6px;
    }
    #service .content_in .e-paper.epaper_s,
    #service .content_in .e-paper{
        display: none;
    }
    #service .content_in .mobile_epaper {
        display: block;
        width: 100vw;
        left: -35px;
        position: relative;
    }
    #service .content_in .fcpm .step .styled-select {
        width: 100%;
    }
    #service .content_in .video_block .video_name .name:after {
        display: none;
    }
    #service .content_in .style_block {
        margin-bottom: 35px;
            display: inline-block;
            width: 100%;
    }
    #service .content_in .video_block {
        width: 100vw;
        left: -35px;
    }
    #service .content_in .video_block .video_name .name {
        margin-bottom: 14px;
    }
    .download_block {
        margin-top: 35px;
        display: block;
        position: relative;
        border: 1px solid #d4d4d4;
        padding: 25px 20px;
    }
    .download_block .table .t_content .c2, .download_block .table .t_content .c3, .download_block .table .t_head .t2, .download_block .table .t_head .t3 {
        display: none;
    }
    .download_block .table .t_content .more span {
        display: none;
    }
    .download_block .table .t_content .more {
        width: 40px;
        display: block;
        color: #00c6a5;
        float: right;
        text-align: center;
        background-position: center;
        padding-left: 0;
        font-size: 12px;
        transform: scale(1);
        height: 20px;
        border-left: 1px solid #e8e8e8;
    }
    .download_block .table .t_content .c1 {
        width: 80%;
    }
    .download_block .table .t_content .line:last-child {
        padding-bottom: 0;
    }
    .download_block .table .t_head {
        border-bottom: 1px solid #848484;
    }
    #service .content_in .normal .summary img {
        margin: 15px 0;
    }
    #service .content_in .hotnews .news_line {
        width: 100%;
        margin-left: 0;
    }
    #service .content_in .hotnews .title {
        background-color: transparent;
        color: #19bbf0;
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
        text-align: left;
        height: auto;
    }
    #service .content_in .hotnews {
        margin-top: 30px;
        overflow: hidden;
    }
    #service .content_in .hotnews .bx-controls-direction {
        right: 0;
        width: 65px;
        top: -35px;
        height: 30px;
    }
    #service .content_in .hotnews .bx-wrapper .bx-prev {
        width: 30px;
        height: 30px;
        left: 0;
        transform: rotate(-90deg);
    }
    #service .content_in .hotnews .bx-wrapper .bx-next {
        width: 30px;
        height: 30px;
        right: 0;
        transform: rotate(-90deg);
    }
    #service .content_in .normal.part {
        margin-top: 40px;
    }
    #service .content_in .normal.part .summary iframe {
        height: 50vw;
    }
    #service .content_in .normal.part .summary {
        margin-bottom: 50px;
    }
    #service .content_in .normal.service .summary img {
        margin-top: 0;
    }
    #service .content_in .normal {
        margin-top: 45px;
    }
    #service .content_in .e-paper {
        margin-top: 40px;
        border-bottom: 0;
    }
    #service .content_in .download .table .t_content .line .c2, #service .content_in .download .table .t_head .t1 {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #e9e9e9;
        position: relative;
        text-align: left;
    }
    #service .content_in .download .table .t_content .line .c3, #service .content_in .download .table .t_head .t2 {
        width: 100%;
        border-bottom: 1px solid #e9e9e9;
        text-align: left;
    }
    #service .content_in .download .table .t_content .line .more {
        display: block;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #00c6a5;
        height: 40px;
        line-height: 40px;
        background-position: 68%;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .content_boxshow .form4 .table .t_content .c2:before, .content_boxshow .form4 .table .t_content .c3:before, .content_boxshow .form4 .table .t_content .c4:before {
        width: 22%;
    }
    .content_boxshow .form4 .table .t_content .c1:before {
        content: 'no.';
        margin-right: 2px;
    }
    .content_boxshow .form4 .table .t_content .c2 span, .content_boxshow .form4 .table .t_content .c3 span, .content_boxshow .form4 .table .t_content .c4 span {
        width: 78%;
        padding-left: 18px;
    }
    .content_boxshow .form4 .table .t_content .c2:before {
        content: '名稱';
    }
    .content_boxshow .form4 .table .t_content .c3:before {
        content: '格式';
    }
    .content_boxshow .form4 .table .t_content .c4:before {
        content: '大小';
    }
    .content_boxshow .form4 .table .t_content .c2:after, .content_boxshow .form4 .table .t_content .c3 span:after, .content_boxshow .form4 .table .t_content .c4 span:after {
        content: '';
        background-color: #dbdbdb;
        left: 22%;
        top: 17px;
        width: 1px;
        height: 10px;
        display: block;
        margin: 0;
        position: absolute;
    }
    .content_boxshow .form4 .table {
        margin-top: 0;
    }
    .content_boxshow .form4 .table .t_content .line {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 30px;
    }
    #service .content_in .years_select {
        float: left;
        width: 150px;
    }
    #service .content_in .e-paper.epaper_s {
        width: 100vw;
        left: -35px;
    }
    #service .content_in .year_list .year_box .years .date {
        width: 52%;
        padding-left: 8px;
        padding-right: 0;
    }
    #service .content_in .year_list .year_box .years .name {
        width: 48%;
        padding-left: 22px;
        padding-right: 20px;
    }
    #service .content_in .year_list .year_box .years .more span {
        display: none;
    }
    #service .content_in .year_list .year_box .years .more {
        position: absolute;
        right: 0;
        width: 19px;
        height: 20px;
        background-position: center;
    }
    #service .content_in .memo .memo_info {
        margin-bottom: 50px;
    }
    #service .content_in .fcpm .step:before {
        left: 0;
        right: auto;
    }
    #service .content_in .fcpm .step:after {
        right: auto;
        left: 0;
    }
    #service .content_in .memo .list div {
        padding-bottom: 0;
        margin-bottom: 25px;
        border-bottom: 0;
    }
    #service .content_in .memo .list {
        margin-bottom: 28px;
        border-bottom: 1px solid gainsboro;
    }
    #service .content_in .memo .info {
        letter-spacing: 0;
    }
    .content_boxshow.content_fcpm .type {
        display: none;
    }
    #service .content_in .fcpm .h2 {
        font-size: 24px;
        display: block;
        font-weight: 600;
        border-bottom: 3px solid #00c6a5;
        padding-bottom: 12px;
        line-height: 33px;
        color: #212121;
        letter-spacing: 2px;
        margin-top: 30px;
    }
    #service .content_in .selectbox {
        width: 100%;
        padding-top: 10px;
    }
    #service .content_in .selectbox:before {
        display: none;
    }
    #service .content_in .fcpm .step .selectbox .styled-select, #service .content_in .selectbox input {
        width: 150px;
        margin-left: 0;
        float: none;
    }
    #service .content_in .selectbox .send {
        display: block;
        float: none;
        margin-top: 22px;
        width: 150px;
    }
    #service .content_in .fcpm .step:after, #service .content_in .fcpm .step:before {
        height: 16px;
    }
    #service .content_in .fcpm .step:before {
        bottom: 16px;
    }
    #service .content_in .fcpm .step {
        padding-bottom: 56px;
        width: 150px;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_head {
        display: none;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .line {
        padding: 0;
        font-size: 15px;
    }
    #service .content_boxshow .form4.result_table .table .t_content .c1:before {
        display: none;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c1 {
        padding-top: 10px;
        font-size: 15px;
        border-bottom: 1px solid #e9e9e9;
        padding-right: 0;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c1:before {
        content: '產品類型';
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_head .t0 {
        width: 100%;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c1, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c2, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c3, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c4, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c5 {
        width: 100%;
        padding: 15px 0;
        position: relative;
        border-bottom: 1px solid #e9e9e9;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c1:before, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c2:before, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c3:before, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c4:before, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c5:before {
        width: 33%;
        color: #212121;
        font-weight: bold;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c1:after, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c2:after, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c3:after, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c4:after, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c5:after {
        left: 33%;
        content: '';
        background-color: #dbdbdb;
        top: 21px;
        width: 1px;
        height: 10px;
        display: block;
        position: absolute;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c3 span:after {
        display: none;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c1 span, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c2 span, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c4 span, #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c5 span {
        width: 67%;
        padding-left: 20px;
        float: right;
        letter-spacing: 1px;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c3 span {
        width: calc(67% - 20px);
        padding-left: 0;
        float: right;
        letter-spacing: 1px;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c2:before {
        content: '產品名稱';
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c3:before {
        content: '申請型號';
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c4:before {
        content: '驗證序號';
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c5:before {
        content: '有效期間';
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c4 span:after {
        display: none;
    }
    #service .content_in .fcpm .result_block .result_box .name_box {
        border-bottom: 0;
    }
    #service .content_in .fcpm .result_block .result_box .name {
        width: 100%;
    }
    #service .content_in .fcpm .result_block .result_box .info {
        width: 100%;
        padding-left: 19px;
        margin-top: 15px;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .no {
        display: block;
        width: 100%;
        border-bottom: 2px solid gainsboro;
        top: 0;
        position: absolute;
        padding-bottom: 9px;
        font-size: 12px;
        color: #bcbcbc;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .no:after {
        content: '';
        background-color: #626262;
        width: 50px;
        position: absolute;
        height: 2px;
        left: 0;
        bottom: -2px;
    }
    #service .content_in .fcpm .result_block .result_box .result_table {
        margin-top: 0;
    }
    #service .content_in .fcpm .result_block .result_box {
        border-bottom: 0;
    }
    #service .content_in .fcpm .result_block .result_box .result_table .table .t_content .c1 {
        margin-top: 32px;
    }
    .tech_list h3 {
        margin-top: 40px;
    }
    #tech {
        margin-top: 10px;
    }
    #tech.no_left{
        margin-top: 50px;
    }
    #tech .detail .top_head {
        flex-wrap: wrap-reverse;
        margin-bottom: 26px;
    }
    #tech .detail .this_type {
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
        line-height: 20px;
    }
    #tech .detail .this_type span {
        padding-left: 0;
        border: 0;
    }
    #tech .detail .title {
        width: 100%;
        font-size: 16px;
        letter-spacing: 1px;
    }
    #tech .info .field {
        width: 100%;
    }
    #tech .detail {
        margin-top: 36px;
    }
    #tech .info .info_box {
        display: block;
    }
    #tech .info .info_box:nth-child(even) .summary {
        border-color: #00c6a5;
    }
    #tech .info .info_box:after {
        content: '';
        display: block;
        clear: both;
    }
    #tech .info .info_box .name {
        border: 0;
        width: 100%;
        padding: 0;
        margin-bottom: 19px;
    }
    #tech .info .info_box .summary {
        border-left: 1px solid #10a9ea;
        padding-left: 17px;
        float: left;
        width: 100%;
    }
    #tech .info .info_box .summary.normal {
        border-left: none;
    }
    #tech .info .info_box .summary ul li {
        padding-left: 16px;
    }
    #tech .info .info_box .summary ul li:before {
        left: 0;
    }
    #tech .info .field .b {
        max-width: 40%;
    }
    #tech .info .list_box .list .link .more:before {
        display: none;
    }
    #tech .info .list_box .list .link .more {
        width: 60px;
        padding-right: 0;
        background-position: center;
    }
    #tech .info .list_box .link_summary {
        padding: 30px 20px;
    }
    #tech .info .list_box .link_summary .field_box .field {
        display: block;
        padding: 18px 0;
    }
    #tech .info .list_box .link_summary .field_box .field .bb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }
    #tech .info .list_box .link_summary .field_box .field .tt {
        width: 100%;
    }
    #tech .info .memo_box {
        display: block;
    }
    #tech .info .memo_box .memo_detail {
        position: relative;
        width: 150px;
        margin-bottom: 30px;
    }
    #tech .info .memo_box .memo {
        width: 100%;
        padding-right: 0;
    }
    .tech_list.project_list h3 {
        padding-left: 0;
    }
}


/*# sourceMappingURL=web_service.css.map */
