/*------------ / banner ------------*/
.banner {
    padding-bottom: 0px;
    padding-top: 0px;
}
/*.banner:before {
    content: '';
    background: url('../../images/common/index/banner_cover.png') 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index:1;
}*/
.banner .slider:before {
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}
.banner .slick-prev,
.banner .slick-next {
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next {
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner-slider-dots {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li {
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*------------ / site-main ------------*/
.site-main {
    padding-bottom: 50px;
}
/*------------ / products ------------*/
.sect1 {
    padding: 60px 0 40px;
    background: url('../../images/common/index/product-bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.products-sect-title, .album-sect-title, .news-sect-title {
   /* background: url(../../images/common/index/title-line.png) center center repeat-x; */
   color: #B20000;
   background-size: 27px;
   font-size: 18px;
   /* font-weight: bold; */
   line-height: 1.4;
   /* padding: 5px 0 10px 45px; */
   margin: 0 0 30px;
   text-align: center;
   position: relative;
}
.products-sect-title::before, .album-sect-title::before,  .news-sect-title::before{
    content: "";
    background:url(../../images/common/index/title-line.png);
    height: 5px;
    width: 44%;
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
}
.products-sect-title::after, .album-sect-title::after,  .news-sect-title::after{
    content: "";
    background:url(../../images/common/index/title-line.png);
    height: 5px;
    width: 44%;
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
}
.products-sect-title span, .album-sect-title span, .news-sect-title span {
    color: #DDDDDD;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    /* font-weight: bold; */
    /*background: #670601;*/
    padding: 0 15px;
}
.products-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.products-sect-title .more {
    float: right;
    margin: 7px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.products-sect-title .more a{
    width: 56px;
    display: inline-block;
    /* padding: 8px 0; */
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    text-align: center;
    color: #ddd;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    border-radius: 50%;
    height: 56px;
    position: relative;
    line-height: 56px;
    margin-top: -16px;
    z-index: 10;
    transition: all .3s;
}
.products-sect-title .more a:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 16.66%;
    padding: 0 10px;
}

.products-list .box {
    max-width: 220px;
    margin: 0 auto 10px;
    position: relative;
    /* border-bottom: 1px solid #656565; */
}
.products-list .box::after{
    content: "";
    width: 30px;
    height: 1px;
    background: #7A7A7A;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    display: block;
    margin: 0 0 3px;
}
.products-list .box:hover::after{
    border-bottom-color: #7A7A7A;
    content: "";
    width: 100%;
}
.products-list .box:hover {
    border-bottom-color: #2039E8;
}
.products-list .box.new:before {
    content: url(../../images/common/products/news_icon.png);
    position: absolute;
    /* font-size: 14px; */
    z-index: 10;
    top: -24px;
    left: 0;
    color: #ddd;
    width: 66px;
    height: 52px;
    /* border: 1px solid #ddd; */
    padding: 0 3px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    margin-top: 30px;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgba(0,0,0,0.7);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box .pic::before,
.products-list .box .pic::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.products-list .box .pic::before{
    /* background: url(../../images/common/products/more.png) center center no-repeat; */
}
.products-list .box .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #D90000;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list .box:hover .pic:before{
    opacity: 0.9;
}
.products-list .box .pic:after{
    content: 'MORE';
    display: block;
    /*    background: url(../../images/common/news/txt.png) no-repeat 50% 50%; */
    width: 60px;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    top: 50%;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
    height: 0;
    z-index:10;
    color:#fff;
}
.products-list .box:hover .pic:after{
    opacity: 1;
    top: 0;
    height: 13px;
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
}
.products-list .box .pic svg {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    margin:auto;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.products-list .box .pic svg circle {
    stroke-dashoffset: 2000;    
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-width: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.products-list .box:hover .pic svg circle {
    stroke-dashoffset: 0;
    -webkit-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
}
.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 8px;
}
.products-list .description {
    font-size: 13px;
    color: #BEBEBE;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}
.products-list .name {
    color: #FFFFFF;
    font-size: 17px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
    /* font-weight: bold; */
}
.products-list .box:hover .name {
    /* color: #4759FA; */
}
.products-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/products_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.products-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

/*------------ / about ------------*/
.sect2 {
    background: url('../../images/common/index/a_bg.jpg') center center no-repeat;
    background-attachment: fixed;
}
.sect2 .container {
    max-width: 1300px;
    /* background: url('../../images/common/index/about_shadow.png') 50% 100% / 100% 25px no-repeat; */
    padding: 0 0 0px;
}
.about-sect {
  /*  background: url('../../images/common/index/about-img.png') left center no-repeat; */
  position: relative;
  /* overflow: hidden; */
}
.about-sect-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 18px;
}
.about-sect-title span {
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.about-sect::before{
    content:url('../../images/common/index/about-img.png');
    display: inline-block;
    position: absolute;
    top: 64px;
}
.about-sect .txt-box {
    float: right;
    width: 528px;
    background: rgba(0,0,0,0.7);
    margin-right: 0%;
    color: #C5C5C5;
    line-height: 1.55;
    padding: 115px 63px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.about-sect .editor {
    /* min-height: 220px; */
}
.about-sect .ibtn.more {
    background-image: url('../../images/common/index/about_more.png');
    width: 65px;
    height: 65px;
    position: absolute;
    right: calc(50% - 32px);
    bottom: -33px;
}

/*------------ / album ------------*/

.sect3 {
    padding: 60px 0;
}
.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    /* background: url('../../images/common/index/album_title_ic.png') 6px 10px no-repeat; */
    /* color: #B20000; */
    /* background-size: 27px; */
    /* font-size: 18px; */
    /* font-weight: bold; */
    /* line-height: 1.4; */
    /* padding: 5px 0 10px 45px; */
    /* margin: 0 0 15px; */
}
.album-sect-title span {
    /* color: #aaa; */
    /* font-size: 26px; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* margin-bottom: 5px; */
    /* font-weight: bold; */
}
.album-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.album-sect-title .more {
    float: right;
    margin: 7px 0;
}
.album-sect-title .more a, .news-sect-title .more a{
        width: 56px;
        display: inline-block;
        /* padding: 8px 0; */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d90000+0,000000+100 */
        background: rgb(217,0,0); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(217,0,0,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(217,0,0,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(217,0,0,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
        text-align: center;
        color: #ddd;
        font-size: 13px;
        font-style: italic;
        line-height: 1;
        border-radius: 50%;
        height: 56px;
        position: absolute;
        line-height: 56px;
        margin-top: -16px;
        z-index: 10;
        transition: all .3s;
        right: 0;
        top: 6px;
}
.album-sect-title .more a:hover, .news-sect-title .more a:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d90000+0,d90000+100 */
background: rgb(217,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(217,0,0,1) 0%, rgba(217,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(217,0,0,1) 0%,rgba(217,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(217,0,0,1) 0%,rgba(217,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90000', endColorstr='#d90000',GradientType=0 ); /* IE6-9 */
}
.album-sect .btn.more {
    right: 44px;
}
.album-sect .slick-dots {
    text-align: center;
    position: relative;
    padding-top: 20px;
    top: 100%;
    left: 0;
    right: 0;
}
.album-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_dot.png') no-repeat;
    width: 28px;
    height: 28px;
}
.album-sect .slick-dots li.slick-active button  {
    background-position: 100% 0;
}
.album-list {
    margin: 0 -3px;
}
.album-list > li{
    width: 25%;
}
.album-list .item {
    padding: 0 4px;
}
.album-list .box {
    display: block;
    position: relative;
    background: #EEEEEE;
    max-width: 480px;
    margin: 0 auto;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;

}
.album-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(217,0,0,0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .pic:after {
    content: '';
    display: block;
    width: 2px;
    height: 0px;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 92%;
    z-index: 15;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-list a:hover .pic:after {
    height: 38px;
}
.album-list .box:hover .pic:before {
    opacity: 1;
}
.album-list .txt {
  
    padding: 10px 15px 10px 15px;
    position: relative;
}
.album-list .txt:before {
       content: 'MORE';
    display: inline-block;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    /* font-weight: bold; */
    /* border-bottom: 3px solid #000; */
    padding-bottom: 3px;
}
.album-list .name {
    color: #666666;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    /* margin-top: 10px; */
    height: 25px;
}
.album-list .box:hover {
    background: #D90000;
}
.album-list .box:hover .txt:before {
    color: #fff;
}
.album-list .box:hover .name {
    color: #fff;
}
/*------------ / service ------------*/

.sect5 {
    padding: 20px 0;
    background: url(../../images/common/service_bg.jpg) center center;
    position: relative;
}
.sect5::before{
    content: "";
     background: url(../../images/common/index/service-titleBg.png) top center;
     height: 193px;
     display: block;
     width: 100%;
     top: 0;
     position: absolute;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
}
.sect5 .btn.more {
           margin-top: 20px;
           border-radius: 0;
           width: 130px;
           height: 35px;
           color: #D90000;
           border: 1px solid #D90000;
           font-size: 14px;
           line-height: 35px;
           text-align: center;
           position: relative;
           -webkit-transition: all .3s ease-in-out;
           transition: all .3s ease-in-out;
           z-index: 5;
}
.sect5 .btn.more:before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 3px;
    background: #D90000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2px;
    z-index: -1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.sect5 .btn.more:hover {
    border-color: #D90000;
    color: #fff;
    background-color: #D90000;
}
.sect5 .btn.more:hover:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
}
.sect5 .btn.more .ic {
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
    display: none;
}
.service-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 11% 40px;
}
.service-sect .btn.more {
    margin-left: 0px;
}
.service-sect-title {
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0 0;
}
.service-sect-title span {
    color: #F1F1F1;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    /* margin-bottom: 5px; */
    font-weight: normal;
    /* border-bottom: 2px solid #9a9aa0; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d90000+0,000000+100 */
    background: rgb(217,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(217,0,0,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(217,0,0,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(217,0,0,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    padding: 8px 30px;
    border-radius: 30px;
}
.service-sect-title b {
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.service-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-height: 197px; */
    color: #C5C5C5;
    margin-top: 130px;
}

/*------------ / news ------------*/

.sect4 {
    padding: 180px 0 30px;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    /* background: url('../../images/common/index/news_title_ic.png')  6px 10px no-repeat; */
    /* color: #B20000; */
    /* background-size: 27px; */
    /* font-size: 18px; */
    /* font-weight: bold; */
    /* line-height: 1.4; */
    /* padding: 5px 0 10px 45px; */
    /* margin: 0 0 15px; */
}
.news-sect-title span {
    /* color: #aaa; */
    /* font-size: 26px; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* margin-bottom: 5px; */
    /* font-weight: bold; */
}
.news-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.news-sect-title .more {
    float: right;
    margin: 7px 0;
}
.news-sect-title .more a{
    /* width: 76px; */
    /* display: inline-block; */
    /* padding: 8px 0; */
    /* background: #666b8a; */
    /* text-align: center; */
    /* color: #ddd; */
    /* font-size: 13px; */
    /* font-style: italic; */
    /* line-height: 1; */
}
.news-sect-title .more a:hover{
    /* background: #152cbf; */
}
.news-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/news_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
}
.news-list .box {
    max-width: 254px;
    margin: 0 auto;
    background: #414141;
    border: 1px solid #696969;
    transition: all 0.3s;
}
.news-list .box:hover {
        background: #000000;
}

.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .box .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #D90000;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .box:hover .pic:before{
    opacity: 0.9;
}
.news-list .box .pic:after {
    content: 'MORE';
    display: block;
    /* background: url(../../images/common/news/txt.png) no-repeat 50% 50%; */
    width: 60px;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
    height: 0;
    z-index: 10;
    color: #fff;
}
.news-list .box:hover .pic:after {
    opacity: 1;
    top: 0;
    height: 13px;
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
}
.news-list .box .pic svg {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    margin:auto;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.news-list .box .pic svg circle {
    stroke-dashoffset: 2000;    
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-width: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-list .box:hover .pic svg circle {
    stroke-dashoffset: 0;
    -webkit-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
}
/*.news-list .box:hover .pic:before,
.news-list .box:hover .pic::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s;
    opacity: 0;
}
.news-list .box:hover .pic::before{
    background: url(../../images/common/products/more.png) center center no-repeat;
    
}
.news-list .box:hover .pic::before {
    z-index: 9;
    opacity: 1;
}
.news-list .box:hover .pic::after {
    background: rgba(217,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
}*/
.news-list .txt {
    position: relative;
    padding: 15px 20px;
}
.news-list .name {
     color: #DDDDDD;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 21px;
}
.news-list .box:hover .name {
    color: #FFFFFF;
}
.news-list .box:hover .description {
    color: #C1C1C1;
}
.news-list .description {
   color: #9D9D9D;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin: 8px 0 14px;
}
.news-list .date {
    display: block;
    border: 1px solid #696969;
    /* border-width: 1px 0; */
    color: #BBBBBB;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    font-family: "Arial";
}
.news-list .box:hover .date {
    color: #BBBBBB;
    /* border-color: #696969; */
}
/*************fancybox-close*************/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0px;
    top: -60px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 0px;
}
/*************************************/
.site-main > .editor{
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1300px) {
    .sect2 {
        padding: 0px 0;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        padding-bottom: 30px;
        padding-top: 0px;
    }
    .banner:before {
        display:none;
    }
    .banner {
        padding-bottom: 10px;
    }
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .sect1 {
        padding: 10px 0 30px 0;
    }
    .about-sect::before{
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .sect4 .container:before {
        display: none;
    }
    .news-sect {
        float: none;
        width: auto;
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .box {
        max-width: 320px;
    }
    .products-sect-title::before, .album-sect-title::before, .news-sect-title::before, .products-sect-title::after, .album-sect-title::after, .news-sect-title::after {
        width: 40%;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect {
        background: none;
        padding: 10px 30px;
    }
    .service-sect .editor {
        display: block;
        max-height: none;
    }
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -60px;
        right: 0%;
        margin-right: 0px;
    }
    .products-sect-title::before, .album-sect-title::before, .news-sect-title::before,
    .products-sect-title::after, .album-sect-title::after, .news-sect-title::after {
        width: 38%;
    }

}
@media screen and (max-width: 450px) {
    .products-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .products-sect-title span {
        display: block;
    }
    .products-sect-title .more {
        float: right;
        margin: 10px auto 0;
        /*width: 100%;*/
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .album-sect-title span {
        display: block;
    }
    .album-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .album-list {
        margin: 0 auto;
    }
    .news-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .news-sect-title span {
        display: block;
    }
    .news-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .news-list {
        margin: 0 auto;
    }

}
@media screen and (max-width: 440px) {
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
        padding: 28px 30px 65px;
    }
    .about-sect .editor {
        min-height: 0;
    }
    .products-sect-title::before, .album-sect-title::before, .news-sect-title::before, .products-sect-title::after, .album-sect-title::after, .news-sect-title::after {
        width: 28%;
    }
}
@media screen and (max-width: 400px) {


}