/*------------ wrapper ------------*/

.wrapper {
    background: #fff;
}


/*------------ banner ------------*/
.banner{
    padding-top: 60px;
}
.banner:before {
    background: url(../../images/common/bg/bg1-4.png) no-repeat center top;
}

.banner .slick-arrow {
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    background: rgba(99, 99, 99, 0.88);
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 40%;
    margin: -38px 0 0 0;
    left: 2%;
    z-index: 150;
    border-radius: 100%;
    transition: all .3s ease;
}

.banner .slick-arrow:before {
    content: "";
    font-size: 34px;
    display: block;
    color: #fff;
    margin: 21px 0px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .slick-arrow:hover {
    background: rgba(0, 175, 236,0.8);
}

.banner .slick-next {
    left: auto;
    right: 2%;
}

.banner .slick-prev:before {
    content: "\f053";
}

.banner .slick-next:before {
    content: "\f054";
}

.banner .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15%;
    z-index: 100;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots button {
    background: #00afec;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    color: transparent;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.48);
    cursor: pointer;
    padding:0;
}

.banner .slick-active button {
    background: #33611D;
}


/*------------ about ------------*/
.about-sect{
    padding: 100px 0 250px;
    background: url('../../images/common/bg/ab_bg.png') no-repeat center bottom;
    position:relative;
}
.about-sect:before{
    content:'';
    display:block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    width:100%;
    height:100%;
    position:absolute;
    top:0;
}
.about-sect .title {
    text-align: center;
    font-size: 28px;
    color: #74b394;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 20px;
}


.about-sect .title b {
    font-size: 32px;
    color: #486546;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    display: block;
}

.about-sect .more {
    max-width: 190px;
    background: #91a72e;
    font-weight: bold;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,0.2);
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    line-height: 45px;
    font-size: 16px;
    border-radius: 7px;
    letter-spacing: 0;
    text-indent: initial;
    text-align: center;
    display: block;
    color: #fff;
    margin:30px auto 0;
    transition: all .2s ease;
}

.about-sect  .more:hover {
    -moz-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 0;
    transition: all .2s;
    background:#416E94;
}
/*------------ news ------------*/
.news-sect .title b {
    font-size: 32px;
    color: #fff;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    display: block;
}
.news-sect {
    background: url('../../images/common/index/news-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0 120px;
}
    
    
    
    
    
    
.news-sect .title {
    font-size: 28px;
    padding: 0 0 30px;
    margin: 0 0 50px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    /* background: url('../../images/common/index/line.png') repeat-x center bottom; */
}

.news-list {
    max-width: 1350px;
    margin: 0 auto;
}

.news-list li {
    padding: 0 25px;
    text-align: center;
    width: calc((100% / 3) - 0.1px);
}

.news-list li .box {
    padding: 80px 30px 70px;
    position: relative;
    background: rgba(0, 0, 0, .8);
}
.news-list li .cover {
    position:absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    z-index:5;
}
.news-list li .box:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -57px;
    background: rgba(0, 0, 0, .8);
    height: 57px;
    width: 122px;
    border-radius: 50% / 100% 100% 0 0;
    margin: 0 0 0 -61px;
}

.news-list li .box:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 32px;
    border-color: rgba(0, 0, 0, .8) transparent transparent transparent;
}

.news-list .date {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -49px 0 0 -54px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #DDDDDD;
}

.news-list .date .circle {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid transparent;
}

.news-list .date .circle span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    border: 2px solid #DDDDDD;
    background: transparent;
    line-height: 1.1;
    color: #DDDDDD;
    box-sizing: border-box;
    padding: 14px 0 0 0;
}

.news-list .date .circle b {
    display: block;
    font-size: 40px;
}

.news-list li .text {
    text-align: left;
}

.news-list li .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 53px;
    font-size: 20px;
    color: #E1E3DD;
    font-weight: bold;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    transition: all .2s;
}

.news-list li .box:hover .name {
    color: #dc973f;
    text-decoration: underline;
    transition: all .2s;
}

.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #BABABA;
    line-height: 1.6;
    height: 70px;
    margin: 10px 0 0 0;
}

.news-list .more {
    width: 45px;
    height: 45px;
    display: block;
    color: #fff;
    margin: 0 0 0 -23px;
    text-align: center;
    border: 1px solid #fff;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 10;
    transition: all .2s;
}

.news-list .more:before {
    content: "more";
    display: block;
    font-size: 13px;
    line-height: 45px;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    transform: rotate(45deg);
}

.news-list li .box:hover .more {
    background: #dc973f;
    color: #fff;
    transition: all .2s;
    border-color:#dc973f;
}


/*------------ article ------------*/

.article-sect {
    position:relative;
    padding: 200px 0 100px;
    background: url('../../images/common/index/article_bg1.png')no-repeat 0 0,url('../../images/common/index/article_bg2.png')no-repeat 100% 0;
}
.article-sect:before {
    content:'';
    display:block;
    position:absolute;
    bottom:-1px;
    left:0;
    width:100%;
    height:80%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ffe8+0,e3f5ab+33,b7df2d+100;Green+3D+%234 */
background: rgb(248,255,232); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(227,245,171,1) 70%,rgb(251, 244, 243) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(227,245,171,1) 70%,rgb(251, 244, 243) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(227,245,171,1) 70%,rgb(251, 244, 243) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */
}

.article-sect .container {
    max-width: 1350px;
}

.article-sect .more {
    max-width: 190px;
    background: #91a72e;
    font-weight: bold;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,0.2);
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    line-height: 45px;
    font-size: 16px;
    border-radius: 7px;
    letter-spacing: 0;
    text-indent: initial;
    text-align: center;
    display: block;
    color: #fff;
    transition: all .2s ease;
    margin: 20px 0 0;
}

.article-sect .more i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 32px;
}

.article-sect .box:hover .more {
    -moz-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 0;
    transition: all .2s;
    background:#416E94;
}

.article-sect .pic {

    position: relative;
    z-index: 1;
    display: inline-block;
}

.article-sect .pic:before,
.article-sect .pic .cover_h {
    transition: all .2s;
    position: absolute;
    display: block;
    opacity: 0;
    content: "";
}

.article-sect .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 0;
}
/*
.article-sect .pic:after {
    content: "\e1032";
    color: #fff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    display: block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
    top: 0;
    left: 50%;
    margin: -35px 0 0 -35px;
}
*/
.article-sect .pic .cover_h  {
    width: 45px;
    height: 45px;
    top: 0;
    left: 50%;
    text-align: center;
    margin: -27px 0 0 -27px;
    border: 1px solid rgba(255, 255, 255, .72);
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
}
.article-sect .pic .cover_h:before {
    content: "more";
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 45px;
    font-family: 'Istok Web', sans-serif;
    transform: rotate(45deg);
}
.article-sect .box:hover .pic:before,
.article-sect .box:hover .pic .cover_h  {
    transition: all .2s;
    opacity: 1;
}

.article-sect .box:hover .pic .cover_h {
    top: 50%;
}
/*-*/
.article-sect .pic .date {
    position: absolute;
    border-radius: 50%;
    border: 5px solid rgba(119, 175, 54,0.8);
    text-align: center;
    bottom: -17px;
    left: 10px;
    z-index: 1;
}

.article-sect .pic .date span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    border: 1px solid #fff;
    background: rgba(119, 175, 54,0.8);
    font-size: 14px;
    line-height: 1;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 0 0 0;
}

.article-sect .pic .date b {
    display: block;
    font-size: 32px;
}
/*-*/
.article-sect .text {
    border: 1px solid #9ab2c8;
    padding: 20px 15px 25px;
    box-sizing: border-box;
    position: relative;
    transition:all .3s ease;
    min-height: 240px;
    text-align: left;   
    background: #fff;
}

.article-sect .name {
    font-size: 26px;
    font-weight: bold;
    color: #dc973f;
    line-height: 1.2;
    display: block;
    height: 30px;
    text-align:left;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    
}

.article-sect .offers {
    color: #777777;
    font-size: 16px;
    position: relative;
    margin: 15px 0;
}


/*---- hot-article ----*/

.hot-article {
    margin: 0 0 60px;
}
.hot-article .box {
    position:relative;
}
.hot-article .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.hot-article a {
    display: block;
}

.hot-article .stage {
    width: 35.5%;
    float: left;
}

.hot-article .txt {
    padding: 0px 0 40px;
    float: right;
    width: 61%;
}

.hot-article .title {
    font-size: 32px;
    color: #5A7D57;
    line-height: 1.2;
    font-family: 'Expletus Sans','微軟正黑體', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 0px 0 10px 0px;
    margin: 0 0 15px 0;
    background: url('../../images/common/index/line2.png') repeat-x center bottom;
}

.hot-article .title i {
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}
.hot-article .title span{
 color:#74b394;
 font-size:28px;
 margin:0 0 0 5px;
}

.hot-article.box:hover .name {
    color: #33611D;
    text-decoration: underline;
}

.hot-article .description {
    color: #333326;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 20px;
}

/*---- article-list ----*/

.article-list {
    margin: 0 -20px;
}

.article-list li {
    width: 25%;
    padding: 0 20px;
}

.article-list li:nth-child(4n+1) {
    clear: left;
}

.article-list > li > .box {
    margin: 0 auto;
    max-width: 300px;
    box-sizing: border-box;
    position:relative;
}
.article-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.article-list {
    margin: 0 -10px;
}

.article-list .name {
    margin: 10px 0 5px;
    font-size: 20px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    text-align: left;
}

.article-list .box:hover .name {
    color: #33611D;
    text-decoration: underline;
}
.article-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    min-height: 65px;
    line-height: 1.7;
    color: #444444;
    margin-bottom: 15px;
}
.article-list li .offers {
    margin: 0 0 15px;
    text-align: center;
}

.article-list .box:hover .offers {
    color: #BE873C;
}

.article-list .more {
    margin: 10px auto 0;
}

.hot-article .keyword_box{
    min-height: inherit;
}
.keyword_box{
    margin: 10px 0;
    font-size: 14px;
    z-index: 90;
    position: relative;
    min-height: 46px;
}
.keyword_box .icon-ic-keyword{
    color: #24AF6A;
    vertical-align: top;
}

.keyword_box li:before {
    content: '，';
    display: inline-block;
    position:relative;
    top:-5px;
}
.keyword_box li:nth-last-child(1):before {
    display:none;
}
.keyword_box li {
    padding:0;
    margin: 0;
    width: auto;
}
.keyword_box li a{
    color: #24AF6A;
    line-height: 1;
    transition: all .3s ease;
    float:left;

}
.keyword_box li:hover a{
    
    
    color: #00afec;
}
/*------------ sect4 ------------*/

.sect4 {
    background: url('../../images/common/index/ad_bg.jpg') no-repeat center top;
    background-size: cover;
    padding: 100px 0 100px;
    position:relative;
}
.sect4:before{
    content:'';
    display:block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    width:100%;
    height:100%;
    position:absolute;
    top:0;
}

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

.service-box {
    text-align: center;
    background: rgba(255,255,255,0.87);
    box-sizing: border-box;
    padding: 30px 15px 61px;
}

.service-box .title {
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    font-size: 32px;
    color: #486546;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.4;
}
.service-box .title span{
    color: #74b394;
    font-size: 28px;
    margin: 0 0 0 5px;
    display:block;
    line-height: 1.4;
}
.service-box p {
    font-size: 15px;
    /* color: #D8D7DC; */
    font-weight: bold;
    max-width: 950px;
    margin: 0 auto;
}

.service-list {
    margin: 20px -20px 0;
}

.service-list li {
    width: 20%;
    padding: 0 20px 0px;
    position: relative;
    text-align: center;
}

.service-list li:nth-child(5n+1) {
    clear: left;
}

.service-list li a {
    max-width: 282px;
    margin: 0 auto;
}

.service-list li .pic {
    position: relative;
    box-sizing: border-box;
    border: 4px solid rgba(190,198,88,0.8);
    border-radius: 50%;
    max-width: 150px;
    margin: 0 auto;
}

.service-list li .pic span {
    display: block;
    box-sizing: border-box;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eceba8+0,bec658+100 */
background: rgb(236,235,168); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(236,235,168,1) 0%, rgba(190,198,88,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(236,235,168,1) 0%,rgba(190,198,88,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(236,235,168,1) 0%,rgba(190,198,88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceba8', endColorstr='#bec658',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    min-height: 142px;
    text-align: center;
    border-radius: 50%;
    padding: 15px 0 0 0;
    max-width: 150px;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, .8);
}

.service-list li .text {
    text-align: center;
}

.service-list li .name {
    font-size: 18px;
    color: #489244;
    font-weight: bold;
    margin: 10px 0 0;
}

.service-list li .description {
    letter-spacing: 2px;
    font-size: 15px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
    line-height: 1.5;
}
.service-box .more {
    max-width: 190px;
    background: #91a72e;
    font-weight: bold;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,0.2);
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    line-height: 45px;
    font-size: 16px;
    border-radius: 7px;
    letter-spacing: 0;
    text-indent: initial;
    text-align: center;
    display: block;
    color: #fff;
    margin: 20px auto 0;
    transition: all .2s ease;
}

.service-box  .more:hover {
    -moz-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 0;
    transition: all .2s;
    background:#416E94;
}

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

.album-box {
    width: 30%;
    float: right;
}

.album-list li .box {
    box-sizing: border-box;
    max-width: 430px;
    padding: 10px 10px 40px 10px;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(17, 17, 17, .8);
}

.album-list li .pic {
    position: relative;
    transition: all .2s;
}

.album-list li:hover .pic {
    transition: all .2s;
    border-color: #C89664;
}

.album-list li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 132px 132px 0 0;
    border-color: rgba(17, 17, 17, .8) transparent transparent transparent;
}

.album-list li .cover i {
    width: 33px;
    height: 33px;
    border: 2px solid rgba(216, 215, 220, .5);
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    top: -124px;
    left: 10px;
    color: #D8D7DC;
    line-height: 30px;
    transform: rotate(-45deg);
}

.album-list li .cover span {
    position: absolute;
    color: #D8D7DC;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    font-size: 15px;
    letter-spacing: 2px;
    transform: rotate(-45deg);
    top: -93px;
    left: 16px;
}

.album-list li .text {}

.album-list li .name {
    display: block;
    font-size: 16px;
    color: #99A925;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 10px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.album-list a:hover .name {
    color: #B97F30;
    text-decoration: underline;
}

.album-list li .description {
    font-size: 15px;
    color: #DDDDDD;
    line-height: 1.7;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*------------ warning-sect ------------*/

.warning-sect {
    padding: 35px 0 0 0;
}


/*------------ site-footer ------------*/

.site-footer {
    margin: -100px 0 0 0;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1440px) {
    .service-box,
    .album-box {
        float: none;
        width: 100%;
    }
    .album-box {
        max-width: 430px;
        margin: 0 auto;
    }
.article-sect {
    background: url('../../images/common/index/article_bg1.png')no-repeat 0 0;
}
}

@media screen and (max-width: 1100px) {
.about-sect {
    padding: 70px 0 230px;
    background-position: 90% 100%;
}
    .hot-article .stage,
    .hot-article .txt {
        width: 100%;
        float: none;
        text-align: center;
    }
    .hot-article .stage{
        margin-bottom:25px;
    }
    .article-sect .more {
        margin: 13px auto 0;
    }
.banner {
    padding: 0;
}
}

@media screen and (max-width: 1024px) {
    .news-list li {
        padding: 0;
        width: 100%;
    }
    .news-list li + li {
        margin-top: 130px;
    }
    .banner{
        padding: 0;
    }
    .banner .slick-arrow{
        display: none!important;
    }
}

@media screen and (max-width: 900px) {

    .article-list li {
        width: 50%;
        padding: 0 20px 30px;
    }
    .article-list li:nth-child(4n+1) {
        clear: none;
    }
    .article-list li:nth-child(2n+1) {
        clear: left;
    }
    .article-list li .text {
        margin: 0 auto;
        max-width: 300px;
    }
    .service-list li {
        width: 50%;
    }
    .service-list li .text {
        text-align: center;
    }
    .keyword_box li{
        width:auto;
        padding:0;
    }
.article-sect {
    padding: 100px 0 70px;
    background: none;
}
}

@media screen and (max-width: 767px) {
    .banner .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: 0;
        top: 50%;
        margin: -17px 0 0 0;
    }
    .banner .slick-arrow:before {
        font-size: 20px;
        margin: 8px 0px;
    }
    .banner .slick-next {
        left: auto;
        right: 0;
    }
    .banner .slick-dots {
        bottom: 0;
    }

    .about-sect .title {
        font-size: 22px;
    }
    .service-box .title,
    .about-sect .title b {
        font-size: 30px;
    }
    .service-box .title span,
    .hot-article .title span,
    .news-sect .title {
        font-size: 22px;
    }
    .news-list li a {
        padding: 80px 15px 70px;
    }
    .hot-article .title {
        font-size: 30px;
        padding: 0 0 15px;
    }
    .hot-article .title i {
        font-size: 25px;
    }
    body .fancybox-nav span {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }
    .photo-pager {
        float: none;
        margin: 0 0 10px;
    }
    body .fancybox-opened .fancybox-title {
        padding: 10px;
    }
    .article-sect .name{
        font-size: 17px;
        margin: 5px 0;
        height: inherit;
    }
    .article-list li .description{
        margin:0 0 13px;
    }
    .news-list li .name{
        font-size:18px;
            height: 45px;
    }
    .hot-article{
        margin:0 0 10px;
    }
    .service-list li .pic {
        max-width: 150px;
    }
    .sect4{
        padding: 30px 0 100px;
    }
    .about-sect {
        /* padding: 70px 0; */
    }
    .news-sect{
        padding: 80px 0 100px;
    }

}

@media screen and (max-width: 480px) {
    .article-list {
        margin: 0;
    }
    .article-list li {
        width: 100%;
        padding: 0 0 50px;
    }
    .service-list li {
        /* width: 100%; */
        padding: 0 15px 10px;
    }
    .album-list li .name,
    .album-list li .description {
        white-space: normal;
        overflow: visible;
        height: auto;
    }
    .keyword_box li{
        width:auto;
        padding:0;
    }
}
