@import url(works.css);
@import url(links.css);

.site-main {
    max-width: 100%;
    padding: 0;
}
.banner {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.site-footer{
    margin-top: 0px;
}
.sect-title{
    text-indent: -5000px;
}
.works-sect{
    background: url(../images/banner_border.jpg)top repeat-x,url(../images/index/works_bg.jpg)bottom;
    padding-bottom: 60px;
}
.works-sect .container{
    max-width: 1414px;
    margin: 0 14px;
    padding: 0;
}
.works-sect .sect-title{
    height: 60px;
    background: url(../images/index/works_title_top.png)center 5px  no-repeat,url(../images/index/works_title.png)center 112px  no-repeat,url(../images/index/works_title_left.png)left bottom no-repeat,url(../images/index/works_title_right.png)right bottom no-repeat,url(../images/index/works_title_bottom.jpg)bottom repeat-x;
    padding: 112px 0 44px 0;
    position: relative;
    margin-bottom: 50px;
}
.works-sect .sect-title:before{
    content: '';
    width: 213px;
    height: 97px;
    display: block;
    background: url(../images/index/works_title_before.png)right;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -320px;
    text-align: center;
}
.works-sect .sect-title:after{
    content: '';
    width: 94px;
    height: 120px;
    display: block;
    background: url(../images/index/works_title_after.png);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 120px;
}
.works-sect .more{
    width: 182px;
    height: 40px;
    background: url(../images/index/works_more.png)top no-repeat;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    margin-left: -95px;
}
.works-sect .more:hover{
    background-position: bottom;
}
.works-sect .slick-prev,
.works-sect .slick-next{
    width: 40px;
    height: 40px;
    background: url(../images/index/works_arrow.png)no-repeat;
    display: block;
    padding: 0;
    position: absolute;
    top: -90px;
    border: none;
    text-indent: -5000px;
}
.works-sect .slick-prev{background-position: 0 0; left: 0;}
.works-sect .slick-next{background-position: 100% 0; right: 0;}
.works-sect .slick-prev:hover{background-position: 0 100%;}
.works-sect .slick-next:hover{background-position: 100% 100%;}


.service-sect{
    background: url(../images/index/service_bg.jpg)center bottom no-repeat;
    min-height: 620px;
    padding-bottom: 50px;
}
.service-sect .container{
    max-width: 950px;
    width: 100%;
    margin: 0;
    padding: 0 40px
}
.service-sect .sect-title{
    background: url(../images/index/service_title.png)30px bottom no-repeat,url(../images/index/service_title2.png)480px 24px no-repeat,url(../images/index/service_title_bg.png)bottom repeat-x;
    min-height: 58px;
    position: relative;
    top: -13px;
    margin-bottom: 50px;
}
.service-sect a:after{
    content: '';
    display: block;
    clear: both;
}
.service-sect .pic{
    max-width: 340px;
    border: 7px solid #fff;
    float: left;
	box-shadow:3px 3px 8px rgba(0%,0%,0%,0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service-sect .txt{
    float: right;
    width: calc(100% - 390px);
    padding: 0;
	max-height:890px;
	overflow:hidden;
}
.service-sect .title{
    font-size: 19px;
    color: #000000;
    margin-bottom: 10px;
    /*height: 65px;*/
}
.service-sect .more,
.about-sect .more{
    font-size: 14px;
    color: #007FFF;
    margin-left: 10px;
}
.service-sect a:hover .more,
.about-sect a:hover .more{
    color: #FF0000;
    text-decoration: underline;
}
.service-sect .description{
    height: 130px;
    overflow: hidden;
}


.sect3{
    background: url(../images/index/about_bg2.png)top repeat-x,url(../images/index/about_bg.jpg)top;
    border-width: 6px 0;
}
.sect3 .container{
    max-width: 1420px;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 74px;
    padding-right: 30px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.sect3 .col.pic{
    width: calc(100% - 496px);
    float: left;
    margin-top: 29px;
}
.sect3 .col.txt{
    max-width: 440px;
    float: right;
}
.about-sect .sect-title{
    width: 301px;
    height: 81px;
    display: block;
    background: url(../images/index/about_title.png)bottom no-repeat;
    position: relative;
    padding-top: 50px;
    margin-bottom: 20px;
}
.about-sect .sect-title:after{
    content: '';
    display: block;
    width: 116px;
    height: 132px;
    background: url(../images/index/about_title_pic.png);
    position: absolute;
    right: -132px;
    top: 0;
}
.about-sect .description{
    height: 160px;
    overflow: hidden;
    margin-bottom: 35px;
}
.service-sect a:hover .description,
.about-sect a:hover .description{
    text-decoration: underline;
}
.links-sect{
    background: url(../images/index/links_border.png)top repeat-x;
    padding-top: 22px;
    text-align: right;
}
.links-sect .more{
    font-size: 12px;
    color: #fff;
    background: #468C00;
    display: inline-block;
    padding: 0px 9px;
    line-height: 22px;
    margin-bottom: 20px;
    -webkit-border-radius: 11px;
       -moz-border-radius: 11px;
            border-radius: 11px;
}
.links-sect .more:hover{
    background: #006688;
}
.links-list .item{
    width: 50%;
}
.links-list .item .pic{
	border:3px solid #877058;
	background:#fff;
	box-shadow:2px 2px 8px rgba(0%,0%,0%,0.5);
}

.links-list .name{
    text-align: left;
	color:#000;
}

.floating{
    display: none !important;
}



@media screen and (max-width: 1400px) {
    .sect3 .col.pic,.sect3 .col.txt {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-top: 15px;
    }
    .about-sect .description{
        height: auto;
    }
/*
    .sect3 .col.txt {
        max-width: 440px;
    }
*/
}
@media screen and (max-width: 1080px) {
    .works-sect .sect-title {
        height: 60px;
        background: url(../images/index/works_title_top.png)center 5px no-repeat,url(../images/index/works_title_left.png)left bottom no-repeat,url(../images/index/works_title_right.png)right bottom no-repeat, url(../images/index/works_title_bottom.jpg)bottom repeat-x;
        padding: 80px 0 44px 0;
        position: relative;
        margin-bottom: 50px;
    }
    .works-sect .sect-title:before{
        margin-left: -160px;
    }
}
@media screen and (max-width: 1000px) {
    .sect3 .container {
        padding-left: 30px;
    }
}
@media screen and (max-width: 800px) {
    /*.service-sect{
        background: url(../images/index/service_bg.jpg)50% 50% /cover;
    }*/
    .service-sect .pic,.service-sect .txt {
        float: none;
        width: 100%;
    }
    .service-sect .txt {
        max-width: 100%;
        margin-top: 20px;
        background: rgba(255, 255, 255, 0.7);
        padding: 15px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .service-sect .description{
        height: auto;
    }
	.service-sect .txt{
		max-height:644px;
	}
}
@media screen and (max-width: 690px) {
    .works-list .item{
        float: left;
    }
}
@media screen and (max-width: 660px) {
    .service-sect .sect-title {
        background: url(../images/index/service_title2.png)center 24px no-repeat, url(../images/index/service_title_bg.jpg)bottom repeat-x;
    }
}
@media screen and (max-width: 500px) {
    .links-list .item{
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 590px) {
    .works-sect .sect-title:after{
        display: none;
    }
    .works-sect .sect-title:before{
        width: 100px;
        margin-left:-50px;
    }
}
@media screen and (max-width: 480px) {
    .about-sect .sect-title:after{
        display: none;
    }
	.about-sect .sect-title{
		padding-top:30px;
    	width: 100%;
    	height: 81px;
    	background: url(../images/index/mobile_about_title.png)center bottom no-repeat;
	}
}
