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

.wrapper {
    background: #fff;
}
/*------------ banner ------------*/

.banner .slick-arrow {
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    background: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin: -38px 0 0 0;
    left: 0;
    z-index: 150;
}

.banner .slick-arrow:before {
    content: "";
    font-size: 34px;
    display: block;
    color: #fff;
    margin: 19px 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-next {
    left: auto;
    right: 0;
}

.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: 15px;
    z-index: 100;
}

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

.banner .slick-dots button {
    background: #E4E7EC;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    box-sizing: content-box;
    -webkit-appearance: none;
    padding: 0;
}

.banner .slick-active button {
    background: #55967E;
}
/*------------ about ------------*/

.about-sect {
    background: url(../../images/common/index/about-bg.jpg) no-repeat center top fixed;
    padding: 60px 0 35px;
}

.about-sect .title {
    text-align: center;
    font-size: 28px;
    color: #6D819C;
    line-height: 1.4;
    margin: 0 0 30px;
    letter-spacing: 2px;
}

.about-sect .title b {
    font-size: 42px;
    color: #333333;
    display: block;
    letter-spacing: 1px;
    font-weight: 900;
}
/*------------ news ------------*/

.news-sect {
    background: url('../../images/common/index/news-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0 80px;
}

.news-sect .title {
    font-size: 42px;
    padding: 0 0 10px;
    margin: 0 0 45px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    background: url('../../images/common/index/line.png') repeat-x center bottom;
}

.news-sect .title span {
    font-size: 28px;
    color: #E4E7EC;
}

.news-list {
    margin: 0 -30px;
}

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

.news-list li a {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 15px 35px 60px 35px;
    transition: all .2s;
}

.news-list li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.news-list .date {
    font-size: 25px;
    color: #000000;
    line-height: 1;
    display: block;
    border-bottom: 1px solid #E4E7EC;
    margin: 0 0 15px;
}

.news-list .date b {
    font-size: 40px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
    margin: 0 0 10px 10px;
    line-height: 33px;
    border-left: 4px double #6D819C;
}

.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: 59px;
    font-size: 22px;
    color: #263959;
    font-weight: bold;
    transition: all .2s;
}

.news-list li a:hover .name {
    color: #55967E;
    text-decoration: underline;
}

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

.news-list .more {
    transition: all .2s;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 95px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#263959+0,55967e+100 */
    border-radius: 0 0 18px 0;
    background: #263959;
    /* Old browsers */
    background: -moz-linear-gradient(left, #263959 0%, #55967e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #263959 0%, #55967e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #263959 0%, #55967e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263959', endColorstr='#55967e', GradientType=1);
    /* IE6-9 */
}

.news-list li a:hover .more {}

/*------------ sect4 ------------*/

.sect4 {
    background: url('../../images/common/index/service_bg.jpg') no-repeat center top;
    background-size: cover;
    padding: 100px 0 220px;
}
/*---- service ----*/

.service-box {
    position: relative;
}

.service-box-txt {
    padding: 0 0 30px;
    background: url('../../images/common/index/line2.png') bottom repeat-x;
    float: left;
    width: calc(100% - 690px);
}

.service-box-txt .title {
    font-size: 42px;
    color: #263959;
    line-height: 1.2;
    margin: 0 0 40px;
}

.service-box-txt .title b {
    display: block;
    font-size: 28px;
    color: #55967E;
    position: relative;
    letter-spacing: 1px;
}

.service-box-txt .title b:after {
    content: "";
    width: calc(100% - 120px);
    height: 5px;
    position: absolute;
    right: 0;
    top: 16px;
    display: block;
    background: url('../../images/common/index/line2.png') repeat-x;
}

.service-box-picbox {
    float: right;
    max-width: 690px;
}

.service-box-txt .editor {
    max-width: 660px;
}

.service-box-pic1,
.service-box-pic2 {
    border: 8px solid rgba(255, 255, 255, .7);
    outline: 1px solid rgba(204, 204, 204, .7);
    float: left;
}

.service-box-pic2 {
    float: right;
    margin: -100px 0 0 0;
}



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

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

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

@media screen and (max-width: 1280px) {
	.service-box-txt{
    	width: calc(100% - 560px);
	}
	.service-box-picbox {
	    max-width: 550px;
	}
}

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

@media screen and (max-width: 1100px) {
	.news-list{
		margin: 0 -10px;
	}
    .news-list li {
        padding: 0 10px;
    }
    .news-list li a {
	    background: #FFFFFF;
	    border-radius: 20px;
	    padding: 15px 15px 60px 15px;
	    transition: all .2s;
	}
	.sect4{
		padding: 40px 0 150px;
	}
    .about-sect {
        padding: 25px 0 0 0;
    }
    .service-box-txt .title{
    	margin: 0 0 20px;
    }
    .service-box-picbox,
    .service-box-txt{
    	max-width: 100%;
    	float: none;
    	width: auto;
    }
    .service-box-txt{
    	margin: 0 0 35px;
    }
    .service-box-pic1, .service-box-pic2{
    	width: 50%;
    	box-sizing: border-box;
    	max-width: 450px;
    }
    .service-box-pic2{
    	margin: 0;
    }
    .about-sect .title{
        margin: 0 0 20px;
    }
    .about-sect .title,
    .news-sect .title span {
        font-size: 18px;
    }
    .about-sect .title b,
    .service-box-txt .title b {
        font-size: 25px;
    }
    .service-box-txt .title{
        font-size: 30px;
    }
    .service-box-txt .title b:after{
        top: 15px;
        width: calc(100% - 95px);
    }
    .news-sect{
        padding: 20px 0 40px;
    }
    .news-sect .title {
        font-size: 25px;
        margin: 0 0 25px;
    }
}

@media screen and (max-width: 1024px) {
	.news-list {
		margin: 0;
	}
    .news-list li {
        padding: 0;
        width: 100%;
    }
    .news-list li+li {
        margin-top: 30px;
    }
}

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

@media screen and (max-width: 767px) {
    .banner .slick-arrow {
        left: -15px;
    }
    .banner .slick-next {
        left: auto;
        right: -15px;
    }
    .banner .slick-arrow:before {
        font-size: 25px;
    }
    .banner .slick-dots {
        bottom: -15px;
    }
    .news-list li a {
        padding: 20px 15px 55px;
    }
    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;
    }
}

@media screen and (max-width: 480px) {
    .service-box-pic1, .service-box-pic2{
    	width: 100%;
    	margin: 0 0 10px;
    }
}