.banner .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -720px;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 28px;
    height: 28px;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.about-sect {
    position: relative;
    top: -80px;
}
.about-sect .editor {
    max-width: 1200px;
    margin: 0 auto;
}
.about-sect .more {
    display: block;
    margin: 30px auto 0;
    width: 90%;
    max-width: 350px;
}


.about-sect a .about-ttl{
	color:#191919;
	margin:0px auto 25px;
	width:353px;
	line-height:30px !important;
	display:block;
	padding:10px 5px;
	font-size:16px;
	position:relative;
	text-align:center;
	margin-top:50px;
	font-family: "Raleway";
	
}
.about-sect a:hover{
	text-decoration:none !important;
}


.about-sect a .about-ttl:before,
.about-sect a .about-ttl:after {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: '';
	opacity: 1;
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.about-sect a .about-ttl:before {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}
.about-sect a .about-ttl:after {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.about-sect a:hover .about-ttl:before{
	opacity: 1;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
.about-sect a:hover .about-ttl:after{
	opacity: 1;
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);

}




.sect2 {
    background: url('../../images/common/index/sect2_bg.jpg') no-repeat fixed;
    /* top: 170px; */
    padding-top: 0px;
}

.news-sect {
/*    background: rgba(255,255,255,0.85);*/
/*    padding-top: 40px;*/
	background: url('../../images/common/index/line.png') no-repeat;
	background-position:200px 180px;
}

.news-sect .sect-logo {
    text-align:center;
	margin-bottom: 15px;
	
    
}

.news-sect .sect-heading {
    color: #191919;
    font-size: 50px;
    text-align:center;
	letter-spacing:2px;
	font-family: "Raleway";
    font-weight: 300;
    font-style: normal;
	line-height:55px;
    
}

.news-sect .sect-title {
    color: #009944;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align:center;
	letter-spacing:  2px;
    
}
.news-list {
    margin: 0 -20px;
}
.news-list .item {
    width: 25%;
    padding: 0 20px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    max-width: 330px;
    margin: 0 auto 50px;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}


.news-list .pic img{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-list .box:hover .pic img{
   -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.news-list .txt {
    position: relative;
    padding-left: 76px;
}
.news-list .date {
    display: block;
    width: 60px;
    color: #333;
    font-family: "Times New Roman", Times, serif;
    font-size: 45px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.news-list .box:hover .date{
    color: #8DC031;
}

.news-list .date small {
    display: block;
    font-size: 14px;
}
.news-list .name {
    color: #453026;
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 27px;
    margin-bottom: 5px;
    font-weight:bold;
}

.news-list .box:hover .name{
	color: #009944;
}

.news-list .description {
     color: #676759;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    letter-spacing: 0.5px;
}



.news-list a .about-ttl p{
	margin:0px;
	padding:0px;

}

.news-list a .about-ttl p:before{
    position: absolute;
    top: 50%;
    background: #191919;
    content: "";
    height: 2px;
    width: 32px;
    left:5px
}


.news-list a .about-ttl{
	color:#191919;
	width:147px;
	line-height:30px !important;
	display:block;
	padding:10px 5px;
	font-size:14px;
	position:relative;
	text-align:center;
	margin-top:10px;
	font-family: "Raleway";
	
}
.news-list a:hover{
	text-decoration:none !important;
}


.news-list a .about-ttl:before,
.news-list a .about-ttl:after {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: '';
	opacity: 1;
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.news-list a .about-ttl:before {
	border-top: 1px solid #8DC031;
	border-bottom: 1px solid #8DC031;
	
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}
.news-list a .about-ttl:after {
	border-right: 1px solid #8DC031;
	border-left: 1px solid #8DC031;
	
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.news-list a:hover .about-ttl:before{
	opacity: 1;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
.news-list a:hover .about-ttl:after{
	opacity: 1;
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);

}




.service-sect {
    padding: 70px 0;
}
.service-sect .sect-title {
    color: #00468C;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 18px;
}

.sect3 {
    padding: 70px 0;
}
.products-sect .btn.more {
    display: block;
    color: #00468C;
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
    border: 1px solid #00468C;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 286px;
    padding-right: 52px;
    margin: 0 auto 45px;
}
.products-sect .btn.more:hover {
    color: #33E2F6;
    border-color: #33E2F6;
}
.products-sect .btn.more .ic {
    background: #00468C;
    color: #fff;
    width: 52px;
    line-height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.products-sect .btn.more:hover .ic {
    background: #33E2F6;
}
.products-list {
    margin: 0 -1.7%;
}
.products-list .item {
    width: 25%;
    padding: 0 1.7% 3.4%;
}
.products-list .item:first-child {
    width: 50%;
}
.products-list .box {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}
.products-list .item:first-child .box {
    max-width: 693px;
}
.products-list .box:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0 solid #33E2F6;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover:before {
    border-width: 7px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: url('../../images/common/products/hover.png') 50% 50% no-repeat rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list li .txt {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0,16,64,0.75);
    padding: 10px 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
}
.products-list .name {
    color: #4CD2FF;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
}
.products-list .description {
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
    margin: 5px 0;
}

.sect4 {
    background: url('../../images/common/index/sect4_bg.png') 50% 0 / cover no-repeat fixed;
    padding: 55px 0 35px;
}
.album-list-box {
    position: relative;
    padding: 0 50px;
}
.album-sect .slick-prev,
.album-sect .slick-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.album-sect .slick-prev {
    left: -5px;
}
.album-sect .slick-next {
    right: -5px;
}
.album-sect .slick-prev:hover,
.album-sect .slick-next:hover {
    color: #0059B2;
}
.album-sect .slick-prev .ic,
.album-sect .slick-next .ic {
    vertical-align: middle;
}
.album-list {
    margin: 0 -16px;
}
.album-list .item {
    width: 25%;
    padding: 2px 16px 6px;
}
.album-list .box {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    box-shadow: 3px 3px 6px 0 rgba(0,51,102,0.25);
}
.album-list .fancybox {
    display: none;
}
.album-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    margin: 5px;
    color: #48E5F2;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 12px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
}
.album-list .box:hover .name {
    color: #000;
    background: rgba(72,229,242,0.8);
}
.album-list .name .ic {
    font-size: 22px;
    vertical-align: text-bottom;
    margin: 0 8px -1px 0;
}
.album-sect .btn.more {
    display: block;
    width: 175px;
    line-height: 35px;
    color: #00CDE9;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 14px;
    background: #fff;
    margin: 30px auto 0;
    border-radius: 6px;
    box-shadow: 3px 3px 6px 0 rgba(0,51,102,0.25);
}
.album-sect .btn.more:hover {
    background: #0059B2;
    color: #fff;
}

@media screen and (max-width: 1470px) {
    .banner .slick-dots {
        right: 0;
        left: 0;
        margin: 0;
        padding: 0 15px;
        text-align: right;
    }
}
@media screen and (max-width: 1300px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .products-sect {
        padding-bottom: 20px;
    }
    .products-list {
        margin: 0 -1%;
    }
    .products-list .item {
        padding: 0 1% 2%;
    }
}
@media screen and (max-width: 1000px) {
    .about-sect {
        top: 0;
        padding: 0px 0;
    }
	.sect2 {
    padding-top: 50px;
}
    .news-sect .sect-title,
    .service-sect .sect-title {
        text-align: center;
    }
    .news-list .item {
        width: 50%;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .service-sect {
        padding: 40px 0 50px;
    }
    .sect3 {
        padding: 40px 0 30px;
    }
    .products-sect {
        max-width: 650px;
        margin: 0 auto;
    }
    .products-sect .btn.more {
        margin-bottom: 25px;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:first-child {
        width: 100%;
    }
    .album-list {
        margin: 0 -7px;
    }
    .album-list .item {
        padding: 2px 7px 5px;
    }
}
@media screen and (max-width: 767px) {
    .news-list .box {
        margin-bottom: 30px;
    }
    .news-sect {
        padding: 30px 0 20px;
    }
    .service-sect {
        padding: 30px 0;
    }
    .sect3 {
        padding: 30px 0 15px;
    }
    .album-list-box {
        padding: 0 30px;
    }
    .album-sect .slick-prev {
        left: -12px;
    }
    .album-sect .slick-next {
        right: -12px;
    }
}
@media screen and (max-width: 580px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) .box {
        max-width: 320px;
    }
	.about-sect a .about-ttl{
	width: 90%;
	
}
}

@media screen and (max-width: 400px) {
    
	.sect2 {
    padding-top: 25px;
}
}