.site-main{
    background: none;
}
/*------------ / 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: 0px;
    position: relative;
}
/*------------ / products ------------*/
.sect1 {
    padding: 80px 0 30px;
    position: relative;
}
.products-sect-title {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 9px;
    position: relative;
}
.products-sect-title:before{
    content: '';
    display: none;
    margin-right: 10px;
    background: url(../../images/common/index/prodcuts_wave.png) no-repeat;
    width: 182px;
    height: 11px;
    position: absolute;
    left: -195px;
    top: 20px;
}
.products-sect-title:after{
    content: '';
    display: none;
    background: url(../../images/common/index/prodcuts_wave.png) no-repeat;
    width: 182px;
    height: 11px;
    position: absolute;
    right: -195px;
    top: 20px;
}
.products-sect-title span {
    color: #071B26;
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    position: relative;
}
.products-sect-title span:before{
    content: 'HOT';
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    color: #0096d9;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    top: -3px;
}
.sect1  .more {
    text-align: center;
    position: relative;
}
.sect1 .more a{
    display: block;
    text-align: center;
    color: #071B26;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    line-height: 42px;
    letter-spacing: 3px;
    font-family: 'Nunito', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #AAACAD;
    margin: 20px auto 0;
    text-transform: lowercase;
    position: relative;
    z-index: 5;
}
.sect1 .more a:hover{
    color: #fff;
    border-color: #0096d9;
}

.sect1  .more a:before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background:  #0096d9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.sect1  .more a:hover:before{
    width: 100%;
}

.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;
}
.products-list .box:hover {
}
.products-list .box.new .pic-box:before {
    content: '';
    position: absolute;
    z-index: 10;
    right: 12px;
    bottom: -15px;
    background: url(../../images/common/products/news_tag.png) no-repeat;
    width: 39px;
    height: 52px;
}
.products-list .pic-box {
    position: relative;
    margin-bottom: 25px;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    border: solid 10px  rgba(0,150,216,0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}    
.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 8px;
}
.products-list .description {
    font-size: 14px;
    color: #777777;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 37px;
}
.products-list .name {
    color: #0071BB;
    font-size: 17px;
    margin: 5px 0 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 22px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Maven Pro', sans-serif;
    font-style: italic;
    letter-spacing: 0.03em;
    font-weight: bold;
}
.products-list .box:hover .name {
    color: #EA870D;
}
.products-list .txt:after{
    content: '';
    display: none;
    background: url(../../images/common/products/wave_ic.png) no-repeat;
    width: 97px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 40px;
}
.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 ------------*/
.sect1,
.sect3,
.sect4,
.sect5{
    position: relative;
}
.sect2 {
    padding: 108px 0 114px;
    position: relative;
}
/*
.sect2::before{
    content: '';
    display: block;
    width: 100%;
    height: 1343px;
    background: url(../../images/common/index/products_bg.jpg) no-repeat 50% 0;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    top: -47px;
    z-index: -1;
    display: none;
}
*/

.site-main::before{
    content: '';
    display: block;
    width: 100%;
    height: 1036px;
    background: url(../../images/common/index/products_bg.jpg) no-repeat 50% 0;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    top: 605px;
    z-index: -1;
}

.sect2 .container {
    padding: 0 0 0px;
    position: relative;
}
.about-sect {
    position: relative;
    overflow: hidden;
    background: #fff;
    max-width: 806px;
    margin: 0 auto;
    background: url(../../images/common/index/about_pic.jpg) no-repeat 0 50%, #fff;
    min-height: 394px;
    display: block;

}
.about-sect-title {
    color: #0096d9;
    font-size: 35px;
    font-family: 'Nunito','微軟正黑體', 'Microsoft JhengHei', sans-serif;
    margin-bottom: 22px;
    position: relative;
    line-height: 1.2;
    font-weight: bold;
    font-style: italic;
}
.about-sect-title:after{
    content: 'GOnDO Electronic';
    display: block;
    margin: 0 0;
    font-family: 'Nunito', sans-serif;
    position: relative;
    color: #071B26;
    font-size: 32px;
    font-weight: bold;
    
}
.about-sect .txt-box {
    float: right;
    width: 50%;
    margin-right: 0%;
    color: #777777;
    line-height: 1.55;
    padding: 26px 45px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}
.about-sect .editor {
    min-height: 220px;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0.025em;
}
.about-sect .ibtn.more {
    width: 87px;
    height: 87px;
    background: #071B26;
    position: absolute;
    left: -87px;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.about-sect .ibtn.more:after{
    content: '';
    display: block;
    width:  42px;
    height:   48px;
    background: url(../../images/common/index/about_more_txt.png) no-repeat 0 50%;
    z-index: 5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about-sect .ibtn.more:hover{
    background: #EA870D;
    width: 116px;
}
.about-sect .ibtn.more:hover:after{
    width: 69px;
}


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

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

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 9px;
    position: relative;
}
.album-sect-title:before{
    content: '';
    display: none;
    margin-right: 10px;
    background: url(../../images/common/index/prodcuts_wave.png) no-repeat;
    width: 182px;
    height: 11px;
    position: absolute;
    left: -195px;
    top: 20px;
}
.album-sect-title:after{
    content: '';
    display: none;
    background: url(../../images/common/index/prodcuts_wave.png) no-repeat;
    width: 182px;
    height: 11px;
    position: absolute;
    right: -195px;
    top: 20px;
}
.album-sect-title span {
    color: #071B26;
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Nunito','微軟正黑體', 'Microsoft JhengHei', sans-serif;
    position: relative;
}
.album-sect-title span:before{
    content: 'GOnDO';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    color: #0096d9;
    font-weight: bold;
    font-family: 'Nunito','微軟正黑體', 'Microsoft JhengHei', sans-serif;
    top: -3px;
}

.album-sect-title .more {
    float: right;
    margin: 7px 0;
    display: none;
}
.album-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;
}
.album-sect-title .more a:hover{
    background: #152cbf;
}
.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: #fff;
    max-width: 480px;
    margin: 0 auto 40px;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/album/hover.png') 50% 50% no-repeat rgba(255,255,255,0.45);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before {
    opacity: 1;
}
.album-list .txt {
    padding: 10px 15px 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.album-list .txt:before {
    content: 'more';
    display: block;
    letter-spacing: 3px;
    color: #607075;
    font-family: 'Nunito','微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 16px;
    position: absolute;
    left: 15px;
    top: 35px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}
.album-list .box:hover .txt:before{
    color: #0071BC;
}
.album-list .txt:after {
    content: '';
    background: #ADB8B8;
    width: 39px;
    height: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    position: absolute;
    left: 15px;
    top: 60px;
}
.album-list .box:hover .txt:after {
    width: 107px;
    background: #0096D9;
}
.album-list .name {
    color: #061926;
    font-size: 17px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    font-family: 'Maven Pro', sans-serif;
    font-style: italic;
    letter-spacing: 0.03em;
    font-weight: bold;
}
.album-list .box:hover .name {
}

/*------------ / service ------------*/

.sect5 {
    padding: 140px 0 90px;
	background: url(../../images/common/index/service_bg.jpg) center bottom no-repeat,#ECECEA;
    position: relative;
}

.sect5 .container {
    max-width: 1300px;
    padding: 0;
    background: url(../../images/common/index/service_pic.png) no-repeat 0 50%;
    position: relative;
    min-height: 323px;
}
.sect5 .container:before{
    content: '';
    display: block;
    background: url(../../images/common/index/service_deco.png) no-repeat 50% 50%;
    width: 237px;
    height: 189px;
    position: absolute;
    right: 80px;
    top: -180px;
}
.sect5 .btn.more {
    margin-top: 50px;
    background: #0096D9;
    width: 73px;
    height: 73px;
    position: relative;
    display: block;
    z-index: 3;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -99999px;
}
.sect5 .btn.more:before{
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #EA870D;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sect5 .btn.more:after{
    content: '';
    display: block;
    background:  url(../../images/common/index/service_more_txt.png) no-repeat 50% 50%;
    width: 73px;
    height: 73px;
    z-index: 5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sect5 .btn.more:hover:before {
    width: 100%;
}
.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:0px 70px 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 50%;
    text-align: left;
}
.service-sect .btn.more {
    margin-left: 0px;
}
.service-sect-title {
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px;
}
.service-sect-title span {
    color: #061A26;
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-family: 'Nunito','微軟正黑體', 'Microsoft JhengHei', sans-serif;
}
.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: #0096D9;
    font-size: 16px;
    line-height: 1.55;
}

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

.sect4 {
    padding: 20px 0;
}
.news-sect {
    width: calc(100% - 0px);
}
.news-sect-title {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 9px;
    position: relative;
}
.news-sect-title:before{
    content: '';
    display: none;
    margin-right: 10px;
    background: url(../../images/common/index/prodcuts_wave.png) no-repeat;
    width: 182px;
    height: 11px;
    position: absolute;
    left: -195px;
    top: 20px;
}
.news-sect-title:after{
    content: '';
    display: none;
    background: url(../../images/common/index/prodcuts_wave.png) no-repeat;
    width: 182px;
    height: 11px;
    position: absolute;
    right: -195px;
    top: 20px;
}
.news-sect-title span {
    color: #071B26;
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    position: relative;
}
.news-sect-title span:before{
    content: 'NEWS';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    color: #0096d9;
    font-weight: bold;
    font-family: 'Nunito','微軟正黑體', 'Microsoft JhengHei', sans-serif;
    top: -3px;
}
.news-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.sect4  .more {
    text-align: center;
    position: relative;
}
.sect4  .more a{
    display: block;
    text-align: center;
    color: #071B26;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    line-height: 42px;
    letter-spacing: 3px;
    font-family: 'Nunito', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #AAACAD;
    margin: 20px auto 0;
    text-transform: lowercase;
    position: relative;
    z-index: 5;
}
.sect4  .more a:hover{
    color: #fff;
    border-color: #0096d9;
}

.sect4  .more a:before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background:  #0096d9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.sect4  .more a:hover:before{
    width: 100%;
}

.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;
    position: relative;
}
.news-list .box:hover {
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-list .txt {
    position: relative;
    padding: 15px 20px 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #EFF1F1;
}
.news-list .box:hover .txt{
    background: #0096D9;
}
.news-list .name {
    color: #061A26;
    font-size: 17px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px;
    font-family: 'Maven Pro', sans-serif;
    font-style: italic;
    letter-spacing: 0.03em;
    font-weight: bold;
}
.news-list .box:hover .name,
.news-list .box:hover .description {
    color: #fff;
}
.news-list .description {
    color: #777777;
    font-size: 14px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin: 8px 0 14px;
}
.news-list .date {
    display: block;
    color: #fff;
    background: #ADB8B8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 112px;
    height: 21px;
    line-height: 21px;
    font-size: 13px;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    position: absolute;
    left: 0;
    bottom: 0;
    letter-spacing: 0.02em;
}
.news-list .box:hover .date {
    color: #fff;
    background: #071B26;
}

/*************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;
}
/*************************************/
@media screen and (max-width: 1300px) {
	.sect2 {
		padding: 50px 0;
	}
}
@media screen and (max-width: 1000px) {
	.banner {
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.banner:before {
		display:none;
	}
    .banner {
        padding-bottom: 50px;
    }
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .sect1 {
        padding: 10px 0 30px 0;
    }
    .service-sect .btn.more{
        margin-top: 30px;
    }
    .sect5 .container::before{right: 40px;}
    .service-sect{
        float: none;
        width: 100%;
    }
    .sect5{padding-bottom: 10px;}
    .sect5 .container{background: none;}
    .sect4{
        padding: 45px 0 20px;
    }
}
@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;
    }
}
@media screen and (max-width: 800px) {
    .about-sect{
        min-height: inherit;
        padding-top: 403px;
        background-position: 50% 0;
        width: 100%;
        max-width: 403px;
    }
    .about-sect .txt-box{
        float: none;
        width: 100%;
    }
    .about-sect .ibtn.more{
        left: inherit;
        right: 0;
        bottom: inherit;
        top: -87px;
    }
    .about-sect-title::after,
    .about-sect-title{font-size: 27px;}
    .sect2 {
        padding: 50px 0 0;
    }
}
@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;
    }
    .sect4 .more a,
    .sect1 .more a{
        max-width: 300px;
    }

}
@media screen and (max-width: 767px) {
    .products-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display:block;
        width: 100%;
    }
    .album-sect-title:before,
    .news-sect-title:before,
    .products-sect-title:before{
        left: -150px;
        top: 15px;
    }
    .album-sect-title:after,
    .news-sect-title:after,
    .products-sect-title:after{
        right: -150px;
        top: 15px;
    }
    .products-sect-title span {
        display: block;
        font-size: 25px;
    }
    .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: block;
        width: 100%;
    }
    .album-sect-title span {
        display: block;
        font-size: 25px;
    }
    .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: block;
        width: 100%;
    }
    .news-sect-title span {
        display: block;
        font-size: 25px;
    }
    .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;
    }
}
@media screen and (max-width: 400px) {


}