﻿.index-box{
    width: 1800px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #fafafa;
}
.sum_index_news{
    width: 100%;
    display: block;
}
.sum_index_news_block{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 80px 0; 
}
.sum_index_news_title_block{
    display: block;
    font-size: 0;
}
.sum_index_news_title_box{
    width: 160px;
    height: 40px;
    max-width: 100%;
  
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.sum_index_news_title{
    font-size: 22px;
    color: #555555;
    height: 40px;
    line-height: 40px;
    font-family: 'Noto Sans TC';  
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    transition: all .5s ease;
}

.border-line{
    display: block;
    position: absolute;
    z-index: 2;
}
.sum_index_news_title_line{
    width: 30px;
    height: 1px;
    display: block;
    background-color: #d1d1d1;
    position: absolute;
    top: calc(50% - 1px);
    right: -15px;
}
.sum_index_news_title2{
    font-size: 20px;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
    color: #ee1b2d;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.sum_index_news_list_box{
    width: 100%;
    display: block;
    font-size: 0;
}
.sum_index_news_list{
    width: 430px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.sum_index_news_img_box{
    width: 100%;
    height: 340px;
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
    transform: translateY(0px);
}
.sum_index_news_list_date{
    padding-top: 10px;
    font-size: 12px;
    color: #555555;
    letter-spacing: 1px;
    transition: all .5s ease;
    display: block;
}
.sum_index_news_list_title{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    transition: all .5s ease;
    padding-top: 5px;
    height: 22px;
    overflow: hidden;
}
.sum_index_news_list_view{
    font-size: 12px;
    color: #ee1b2d;
    letter-spacing: 1px;
    padding-top: 5px;
    display: inline-block;
    position: relative;
}
.sum_index_news_list_view:after{
    content: '';
    width: 0%;
    height: 1px;
    display: block;
    background-color: #ee1b2d;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
    transform-origin: left;

}
.main-bg{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
}
.products-class-img .main-bg,
.products-page-img .main-bg{
    background-size: contain;
}
.sum_index_news_more_box{
    width: 50%;
    display: block;
    float: right;
    margin-top: 60px;
    margin-bottom: 50px;
}
.sum_index_news_more{
    width: 160px;
    height: 40px;
    max-width: 100%;
    
    position: relative;
    text-align: center;
    display: block;
    margin-left:  50px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 38px;
}
.sum_index_news_more p{
    width: 100%;
    height: 100%;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    z-index: 1;
    font-family: 'Noto Sans TC';
    position: relative;
 
    transition: all .5s ease;
}
.main-mask-box{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    font-size: 24px;
    font-family: "Anton";
    display:         flex;
    display: -webkit-flex;
          align-items: center;
    -webkit-align-items: center;
          justify-content: center;
    -webkit-justify-content: center;
    position: absolute;
    color: #FFF;
}
.line-top1{
    width: 10px;
    height: 1px;
    top: 0;
    left: 0;
    display: block;
    background-color: #ff0000;
    transform-origin: left;
}
.line-top2{
    width: 10px;
    height: 1px;
    top: 0;
    right: 0;
    display: block;
    background-color: #ff0000;
    transform-origin: right;
}
.line-left1{
    width: 1px;
    height: 10px;
    top: 0;
    left: 0;
    display: block;
    background-color: #ff0000;
    transform-origin: top;
}
.line-left2{
    width: 1px;
    height: 10px;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #ff0000;
    transform-origin: bottom;
}
.line-right1{
    width: 1px;
    height: 10px;
    display: block;
    background-color: #ff0000;
    top: 0;
    right: 0; 
    transform-origin: top;
}
.line-right2{
    width: 1px;
    height: 10px;
    display: block;
    background-color: #ff0000;
    bottom: 0;
    right: 0; 
    transform-origin: bottom;
}
.line-bottom1{
    width: 10px;
    height: 1px;
    display: block;
    background-color: #ff0000;
    bottom: 0;
    left: 0; 
    transform-origin: left;
}
.line-bottom2{
    width: 10px;
    height: 1px;
    display: block;
    background-color: #ff0000;
    bottom: 0;
    right: 0; 
    transform-origin: right;
}



/*-------------index-about----------------*/
.sum_index_about{
    background-color: #f1f1f1;
    font-size: 0;
}
.sum_index_about_img_box,
.sum_index_about_info_box{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 850px;
}
.sum_index_about_img_box{
    position: relative;
    transition: all .8s linear;
    transform: translateY(0px);
    overflow: hidden;
}
.sum_index_about_info{
    width: 530px;
    max-width: 100%;
    display:block;
    margin: 0 auto;
    padding: 80px 0;
}
.sum_index_news_article{
    padding-top: 50px;
    height: 420px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
    color: #555555;
    overflow: hidden;
}
.sum_index_about .sum_index_news_more_box{
    float: none;
    width: 160px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.sum_index_about .sum_index_news_more_box .sum_index_news_more{
    margin: 0 ;
}

/*---------------index-products------------*/
.sum_index_products {
    font-size: 0;
    padding:40px 0;
}
.sum_index_products_list_box{
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.sum_index_products_list{
    width: 430px;
    max-width: 100%;
    display: block;
    height: 280px;
    
    float: left;
    position: relative;
}
.sum_index_products_list_img_box{
    width: 100%;
    height: 100%;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}
.sum_index_products_list_box:nth-child(1) .sum_index_products_list:nth-child(2){
    margin-left: 40px;
    margin-bottom: 40px;
}
.sum_index_products_list_box:nth-child(1) .sum_index_products_list:nth-child(3){
    width: 100%;
    height: 400px;
}
.sum_index_products_list_box:nth-child(2) .sum_index_products_list:nth-child(1){
    width: calc(100% - 40px);
    margin-left: 40px;
    height: 400px;
}
.sum_index_products_list_box:nth-child(2) .sum_index_products_list:nth-child(2){
    margin-left: 40px;
    margin-top: 40px;
    width: 410px;
}
.sum_index_products_list_box:nth-child(2) .sum_index_products_list:nth-child(3){
    margin-left: 40px;
    margin-top: 40px;
    width: 410px;
}

.sum_index_products_title{
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC';
    height: 28px;
    overflow: hidden;
}
.sum_index_products_title:after{
    content: '';
    width: calc(100% - 20px);
    height: 2px;
    display: block;
    background-color: #ee1b2d;
    position: absolute;
    bottom: 0;
    left: 10px;
    transition: all .5s ease;
    transform: scale(0,1);
    transform-origin: left;
}
.sum_index_products_line_box{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3;
}

.sum_index_products_line_box .line-top1{
    width: 30px;
    transform: scale(0,1);
    transform-origin: left;
    transition: all .3s ease;
}
.sum_index_products_line_box .line-left1{
    height: 30px;
    transform: scale(1,0);
    transform-origin: top;
    transition: all .3s ease;
}
.not-banner{
    margin-top: 82px;
}
#timeCountX{
    opacity: 1;
    transition: all linear 0.5s;
    position: fixed;
    top: calc( 50% - 76px );
    right: calc( 50% - 76px );
    z-index: 999999;
}
svg {
    transform: rotate(-0.05deg);
}
circle {
    transition: stroke-dasharray .2s;
}