@charset "gb2312";
.home-holder {
	width: 100%;
}
/*------------------------------------------------------------------*/
.home-btn {
    position: relative;
    width: 1200px;
    height: 230px;
    margin: auto;
}
.home-btn-float {
    position: absolute;
    z-index: 999999;
    width: 100%;
    height: 200px;
    top: -50px;
    background-color: #000;
}
.home-btn-list {
    float: left;
    width: 240px;
    height: 200px;
}
.home-btn-list a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.home-btn-list:nth-child(1) a {
    background-color: #6db5bd;
}
.home-btn-list:nth-child(2) a {
    background-color: #54a8b2;
}
.home-btn-list:nth-child(3) a {
    background-color: #3d9ca7;
}
.home-btn-list:nth-child(4) a {
    background-color: #248f9c;
}
.home-btn-list:nth-child(5) a {
    background-color: #0c8391;
}
.home-btn-list a:hover {
    background-color: #185e5b;
}
.home-btn-list .icon {
    display: block;
    width: 100px;
    height: 72px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.home-btn-list .title {
    display: block;
    width: 100%;
    height: 30px;
    margin: 18px auto 0px auto;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.home-btn-list .text {
    display: block;
    width: 100%;
    height: 20px;
    margin: auto;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
}
/*------------------------------------------------------------------*/
.home-a {
    width: 1200px;
    margin: auto;
}
.home-a-holder {
    width: 100%;
    padding: 50px 0px 80px 0px;
}
/*------------------------------------------------------------------*/
.home-pic-tabs {
    width: 100%;
    height: 500px;
}
.home-pic-tabs a {
    position: relative;
    display: block;
    float: left;
    width: 240px;
    height: 500px;
    background-color: #000;
}
.home-pic-tabs a .bgimg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    filter: alpha(opacity=50); /*IE*/
	-moz-opacity: 0.5; /*MOZ , FF*/
}
.home-pic-tabs a:hover .bgimg {
    opacity: 0.8;
    filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
}
.home-pic-tabs a .title {
    position: absolute;
    top: 290px;
    display: block;
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 24px;
    font-weight: bold;
    line-height: 156px;
    color: #FFF;
    text-align: center;
}
.home-pic-tabs a .text {
    position: absolute;
    top: 190px;
    display: none;
    width: 100%;
    padding: 50px;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
}
.home-pic-tabs a .more-icon {
    position: absolute;
    bottom: 60px;
    display: block;
    width: 100%;
    height: 36px;
    background-image: url("../img/jt-1.png");
    background-repeat: no-repeat;
    background-position: center;
}
.home-pic-tabs a .more-text {
    position: absolute;
    bottom: 60px;
    display: none;
    width: 100%;
    height: 36px;
}
.home-pic-tabs a .more-text i {
    display: block;
    width: 120px;
    height: 36px;
    margin: auto;
    padding: 7px 20px 7px 0px;
    border: 1px solid #ffffff;
    border-radius: 18px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    font-style: normal;
    text-align: center;
    background-image: url("../img/jt-2.png");
    background-repeat: no-repeat;
    background-position: right center;
}
/*------------------------------------------------------------------*/
.home-b {
    width: 100%;
    height: 710px;
    padding: 50px 0px 80px 0px;
    background-image: url("../img/home_b_bg.jpg");
    background-position: center;
    background-size: cover;
}
.home-b-holder {
    position: relative;
    width: 1200px;
    height: 380px;
    margin: auto;
    margin-top: 50px;
    background-image: url("../img/home_b_img.png");
    background-repeat: no-repeat;
    background-position: center;
}
.home-b-holder ul {
    position: absolute;
    width: 350px;
    height: 48px;
}
.home-b-holder ul .title {
    font-size: 24px;
    color: #FFF;
}
.home-b-holder ul .text {
    font-size: 16px;
    color: #9ccdb6;
}
/*------------------------------------------------------------------*/
.home-c {
    width: 100%;
    height: 940px;
    padding: 50px 0px 80px 0px;
}
.home-c-holder {
    position: relative;
    width: 1200px;
    height: 610px;
    margin: auto;
    margin-top: 50px;
}
.home-c-holder .list {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    height: 300px;
    margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.home-c-holder .list:first-child {
    display: block;
    float: left;
    width: 390px;
    height: 610px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.home-c-holder .list i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-c-holder .list span {
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    height: 80px;
    padding-top: 56px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background-image: url("../img/jt-1.png");
    background-repeat: no-repeat;
    background-position: center top;
}
/*------------------------------------------------------------------*/
.home-d {
    width: 100%;
    height: 880px;
    padding-bottom: 80px;
}
.home-d-holder {
    position: relative;
    width: 1200px;
    height: 650px;
    margin: auto;
    background-image: url("../img/home_d_img.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.home-d-holder ul {
    position: absolute;
    width: 200px;
    height: 150px;
    background-color: #EEEEEE;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari 和 Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.home-d-holder ul:hover {
	transform: scale(1.3);
	-ms-transform: scale(1.3); 	/* IE 9 */
	-moz-transform: scale(1.3); 	/* Firefox */
	-webkit-transform: scale(1.3); /* Safari 和 Chrome */
	-o-transform: scale(1.3); 	/* Opera */
}
.home-d-holder ul .title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #0c8391;
	filter: alpha(opacity=75); /*IE*/
	-moz-opacity: 0.75; /*MOZ , FF*/
	background: rgba(12,131,145,0.75)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
/*------------------------------------------------------------------*/
.home-e {
    width: 100%;
    height: 730px;
    padding: 80px 0px;
    background-image: url("../img/home_e_bg.jpg");
    background-position: center;
    background-size: cover;
}
.home-e-holder {
    width: 1200px;
    height: 570px;
    padding: 30px;
    margin: auto;
    background-image: url("../img/home_e_holder_bg.jpg");
}
.home-e-left {
    float: left;
    width: 130px;
    height: 510px;
}
.home-e-btn {
    width: 130px;
    height: 150px;
    margin-bottom: 30px;
    cursor: pointer;
}
.home-e-btn img {
    display: block;
    width: 100%;
}
.home-e-right {
    width: 980px;
    height: 510px;
    margin-left: 160px;
    background-color: #e6f2f4;
}
.home-e-list {
    float: left;
    width: 300px;
    height: 224px;
    margin-top: 20px;
    margin-left: 20px;
}
.home-e-list a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*------------------------------------------------------------------*/
.home-f {
    width: 100%;
    height: 1340px;
    padding: 80px 0px;
    background-image: url("../img/home_f_bg.jpg");
    background-position: center;
    background-size: cover;
}
.home-f-holder {
    width: 1200px;
    height: 980px;
    margin: 50px auto 0px auto;
}
.home-f-list {
    display: block;
    float: left;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}
.home-f-list:nth-child(1) {
    width: 730px;
    height: 290px;
    margin-bottom: 20px;
    background-image: url("../img/home-f-img-2.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.home-f-list:nth-child(2) {
    width: 730px;
    height: 290px;
    margin-bottom: 20px;
    background-image: url("../img/home-f-img-3.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.home-f-list:nth-child(3) {
    float: inherit;
    width: 450px;
    height: 600px;
    margin-left: 750px;
    margin-bottom: 20px;
    background-image: url("../img/home-f-img-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.home-f-list:nth-child(4) {
    width: 590px;
    height: 360px;
    margin-right: 20px;
}
.home-f-list:nth-child(5) {
    width: 590px;
    height: 360px;
}
/*------------------------------------------------------------------*/
.home-g {
    width: 1200px;
    margin: 80px auto;
    background-image: url("../img/home-g-line.jpg");
    background-repeat: repeat-y;
    background-position: center;
    overflow: hidden;
}
.home-g-left {
    float: left;
    width: 550px;
}
.home-g-right {
    float: right;
    width: 550px;
}
.home-g-title {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}
.home-g-title .title {
    display: block;
    float: left;
    height: 40px;
    padding-right: 5px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #0c8391;
}
.home-g-title .text {
    display: block;
    float: left;
    height: 40px;
    line-height: 55px;
    font-size: 16px;
    color: #aaaaaa;
}
.home-g-title .more {
    display: block;
    float: right;
    height: 40px;
    line-height: 55px;
    font-size: 16px;
    color: #aaaaaa;
}
.home-g-left-pic {
    width: 550px;
    height: 300px;
    margin-bottom: 32px;
}
.home-g-left-pic a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-g-left-list {
    width: 100%;
    height: 128px;
}
.home-g-left-list a {
    display: block;
    float: left;
    width: 48%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #000000;
    word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-g-left-list a:nth-child(2n) {
    float: right;
}
.home-g-left-list a:hover {
    color: #0c8391;
}
.home-g-right-list {
    width: 100%;
    height: 115px;
    padding-top: 30px;
}
.home-g-right-list .addtime {
    display: block;
    float: left;
    width: 85px;
    height: 85px;
    border: 2px solid #eeeeee;
}
.home-g-right-list .addtime .day {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    color: #6db5bd;
    text-align: center;
}
.home-g-right-list .addtime .year {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #6db5bd;
    text-align: center;
}
.home-g-right-list .title {
    display: block;
    width: 440px;
    height: 22px;
    margin-left: 110px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-g-right-list .title:hover {
    color: #0c8391;
}
.home-g-right-list .text {
    display: block;
    width: 440px;
    height: 48px;
    margin-left: 110px;
    font-size: 14px;
    line-height: 24px;
    color: #AAAAAA;
    overflow: hidden;
}
/*------------------------------------------------------------------*/
.home-title-a {
    width: 1200px;
    height: 150px;
    margin: auto;
}
.home-title-a img {
    display: block;
    width: 100%;
}