@charset "gb2312";
.home-holder {
	width: 100%;
}
.home-a {
	width: 100%;
    padding: 80px 0px;
    background-image: url("../img/home-a-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f5f5;
}
.home-a-holder {
	width: 1200px;
	height: 760px;
	margin: auto;
}
.home-a-title {
    width: 100%;
    height: 187px;
    padding-top: 153px;
    background-image: url("../img/home-title-1.png");
    background-repeat: no-repeat;
    background-position: left 75px;
    line-height: 34px;
    color: #222222;
    font-size: 32px;
}
.home-a-text {
    width: 620px;
    height: 96px;
    margin-top: 62px;
    line-height: 32px;
    color: #666666;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 指定显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-a-icon {
    width: 100%;
    height: 240px;
    margin-top: 75px;
    background-color: #FFFFFF;
}
.home-a-icon a {
    display: block;
    float: left;
    width: 300px;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
}
.home-a-icon a:nth-child(1) {
    background-color: #e70012;
    background-image: url("../img/home-a-icon-1h.png");
}
.home-a-icon a:nth-child(2) {
    background-image: url("../img/home-a-icon-2.png");
}
.home-a-icon a:nth-child(3) {
    background-image: url("../img/home-a-icon-3.png");
}
.home-a-icon a:nth-child(4) {
    background-image: url("../img/home-a-icon-4.png");
}
.home-a-icon a:nth-child(2):hover {
    background-color: #e70012;
    background-image: url("../img/home-a-icon-2h.png");
}
.home-a-icon a:nth-child(3):hover {
    background-color: #e70012;
    background-image: url("../img/home-a-icon-3h.png");
}
.home-a-icon a:nth-child(4):hover {
    background-color: #e70012;
    background-image: url("../img/home-a-icon-4h.png");
}
/*------------------------------------------------------------------*/
.home-b {
	width: 100%;
    overflow: auto;
}
.home-b-list {
    position: relative;
    float: left;
    width: 25%;
    background-color: #000000;
    cursor: pointer;
}
.home-b-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.35;
}
.home-b-list:hover .home-b-img {
    opacity: 1;
}
.home-b-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 100px 50px;
    
}
.home-b-title {
    display: block;
    line-height: 50px;
    font-size: 32px;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
}
.home-b-more {
    display: block;
    width: 150px;
    height: 46px;
    margin-top: 100px;
    border: 1px solid #FFFFFF;
    line-height: 44px;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 23px;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,1.00);
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,1.00);
}
/*------------------------------------------------------------------*/
.home-c {
    width: 100%;
    padding: 80px 0px;
}
.home-c-holder {
    width: 1200px;
    margin: auto;
}
.home-c-title {
    width: 100%;
    height: 172px;
    padding-top: 78px;
    background-image: url("../img/home-title-2.png");
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 34px;
    color: #222222;
    font-size: 32px;
}
.home-c-title a {
    display: block;
    float: right;
    height: 34px;
    border-radius: 17px;
    margin-left: 50px;
    padding: 0px 25px;
    line-height: 34px;
    font-size: 16px;
    color: #222222;
    background-color: #dfdfdf;
}
.home-c-title a:nth-child(4) {
    color: #ffffff;
    background-color: #e70012;
}
.home-c-title a:hover {
    color: #ffffff;
    background-color: #e70012;
}
.home-c-list-holder {
    width: 100%;
    height: 413px;
}
.home-c-list {
    display: block;
    float: left;
    width: 255px;
    margin-left: 60px;
}
.home-c-list:first-child {
    margin-left: 0px;
}
.home-c-list .title {
    display: block;
    width: 100%;
    height: 64px;
    line-height: 32px;
    font-size: 16px;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 指定显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-c-list:hover .title {
    color: #e70012;
}
.home-c-list .line {
    display: block;
    width: 100%;
    height: 63px;
    background-image: url("../img/line.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.home-c-list:hover .line {
    background-image: url("../img/line-hover.png");
}
.home-c-list .img {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-c-list .text {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 指定显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-c-list .more {
    display: block;
    width: 100%;
    height: 20px;
    margin-top: 30px;
    background-image: url("../img/more-text.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.home-c-list:hover .more {
    background-image: url("../img/more-hover.png");
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
