@charset "gb2312";
.Cabinet-a {
    width: 1200px;
    height: 648px;
    margin: 80px auto;
}
.Cabinet-a-left {
    float: left;
    width: 700px;
    height: 648px;
    padding: 25px 0px 25px 25px;
    background-image: url("../img/Cabinet-a-left-bg.jpg");
}
.Cabinet-a-left-img {
    width: 100%;
    height: 100%;
    background-image: url("../img/Cabinet-a-left-img.png");
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.Cabinet-a-right {
    float: left;
    width: 500px;
    height: 648px;
}
.Cabinet-a-right-title {
    width: 100%;
    height: 73px;
    margin-bottom: 5px;
    background-color: #08707c;
    line-height: 73px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}
.Cabinet-a-right-form {
    width: 100%;
    height: 570px;
    padding: 40px 50px;
    background-image: url("../img/Cabinet-a-right-form-bg.png");
}
.Cabinet-a-right-form div {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}
.Cabinet-a-right-form input[type="text"] {
	display: block;
	width: 100%;
	height: 55px;
    padding: 15px;
	line-height: 25px;
	font-size: 18px;
    color: #9ccdb6;
    border-radius: 5px;
    background-color: #FFF;
}
.Cabinet-a-right-form input[type="submit"] {
	display: block;
	width: 100%;
	height: 55px;
    padding: 15px;
	line-height: 25px;
	font-size: 26px;
    font-weight: bold;
    color: #FFF;
    border-radius: 5px;
    background-color: #ea804c;
	cursor: pointer;
}
/*定义表单placeholder的样式*/
.Cabinet-a-right-form input::-webkit-input-placeholder {
	color: #9ccdb6;
	font-size: 18px;
	line-height: 25px;
}
.Cabinet-a-right-form input:-moz-placeholder {
	color: #9ccdb6;
	font-size: 18px;
	line-height: 25px;
}
.Cabinet-a-right-form input::-moz-placeholder {
	color: #9ccdb6;
	font-size: 18px;
	line-height: 25px;
}
.Cabinet-a-right-form input:-ms-input-placeholder {
	color: #9ccdb6;
	font-size: 18px;
	line-height: 25px;
}
/*定义表单错误提示的样式*/
.Cabinet-a-right-form div span {
	display: none;
	position: absolute;
    z-index: 10;
    width: 60%;
	padding: 10px;
    margin-top: -105px;
	line-height: 24px;
	font-size: 14px;
	color: #08707c;
	background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px #CCC;
	box-shadow: 0px 0px 5px 0px #CCC;
}
/*------------------------------------------------------------------*/
.Cabinet-b {
    width: 100%;
}
.Cabinet-b-top {
    width: 100%;
    min-width: 1200px;
    height: 450px;
}
.Cabinet-b-top-holder {
    float: left;
    width: 50%;
    height: 450px;
}
.Cabinet-b-top-holder:nth-child(2) {
    background-color: #0c8391;
}
.Cabinet-b-title {
    float: right;
    width: 600px;
    height: 450px;
    margin-right: 0px;
    background-color: #f4f4f4;
}
.Cabinet-b-img-1 {
    float: left;
    width: 100%;
    max-width: 960px;
    min-width: 600px;
    height: 450px;
    background-image: url("../img/Cabinet-b-img-1.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}
.Cabinet-b-note-a {
    position: relative;
    width: 100%;
    height: 100%;
}
.Cabinet-b-note-a .enTitle {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 24px;
    color: #9ccdb6;
    text-transform: uppercase;
}
.Cabinet-b-note-a .cnTitle {
    position: absolute;
    top: 75px;
    left: 50px;
    font-size: 36px;
    color: #0c8391;
}
.Cabinet-b-note-a .title {
    position: absolute;
    bottom: 85px;
    right: 50px;
    text-align: right;
    font-size: 30px;
    color: #0c8391;
}
.Cabinet-b-note-a .text {
    position: absolute;
    height: 30px;
    bottom: 50px;
    right: 0px;
    padding-right: 50px;
    text-align: right;
    font-size: 20px;
    color: #0c8391;
    border-bottom: 1px solid #9ccdb6;
}
.Cabinet-b-bottom {
    width: 100%;
    min-width: 1200px;
    height: 320px;

}
.Cabinet-b-bottom-holder {
    float: left;
    width: 50%;
    height: 320px;
}
.Cabinet-b-bottom-holder:nth-child(1) {
    background-color: #0c8391;
    background-image: url("../img/Cabinet-b-bottom-logo.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.Cabinet-b-bottom-holder div {
    background-color: #000000;
}
.Cabinet-b-bottom-holder div img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5; /* 初始状态为半透明 */
    transition: opacity 1s; /* 动画持续时间为1秒 */
}

.Cabinet-b-bottom-holder div img:hover {
    opacity: 1; /* 鼠标悬停时变为不透明 */
}
.Cabinet-b-img-2 {
    float: right;
    width: 600px;
    height: 320px;
}
.Cabinet-b-img-3 {
    float: left;
    width: 300px;
    height: 320px;
}
/*------------------------------------------------------------------*/
.Cabinet-c {
    width: 100%;
    min-width: 1200px;
    overflow: auto;
    margin: 80px auto;
}
.Cabinet-c-list {
    position: relative;
    float: left;
    width: 25%;
    background-color: #000;
}
.Cabinet-c-list .enTitle {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.Cabinet-c-list .cnTitle {
    position: absolute;
    top: 100px;
    left: 50px;
    font-size: 36px;
    color: #FFFFFF;
}
.Cabinet-c-list .title {
    position: absolute;
    bottom: 100px;
    right: 50px;
    text-align: right;
    font-size: 30px;
    color: #FFFFFF;
}
.Cabinet-c-list .text {
    position: absolute;
    bottom: 50px;
    right: 0px;
    padding-right: 50px;
    text-align: right;
    font-size: 20px;
    color: #FFFFFF;
}
.Cabinet-c-img  {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5; /* 初始状态为半透明 */
    transition: opacity 1s; /* 动画持续时间为1秒 */
}
.Cabinet-c-img:hover {
    opacity: 1; /* 鼠标悬停时变为不透明 */
}
/*------------------------------------------------------------------*/
.Cabinet-d {
    width: 100%;
    margin: 80px auto;
    background-image: url("../img/Cabinet-d-logo.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}
.Cabinet-d-holder {
    width: 1200px;
    height: 815px;
    margin: auto;
}
.Cabinet-d-list {
    position: relative;
    float: left;
    width: 390px;
    height: 390px;
    margin-left: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #F4F4F4;
}
.Cabinet-d-list:nth-child(-n+2):nth-child(n+1) {
    width: 600px;
    height: 400px;
    margin-left: 0px;
    margin-bottom: 15px;
}
.Cabinet-d-list:nth-child(3) {
    margin-left: 0px;
}
.Cabinet-d-list .enTitle {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 24px;
    color: #9ccdb6;
    text-transform: uppercase;
}
.Cabinet-d-list .cnTitle {
    position: absolute;
    top: 75px;
    left: 50px;
    font-size: 36px;
    color: #0c8391;
}
.Cabinet-d-list .title {
    position: absolute;
    bottom: 85px;
    right: 50px;
    text-align: right;
    font-size: 30px;
    color: #0c8391;
}
.Cabinet-d-list .text {
    position: absolute;
    height: 30px;
    bottom: 50px;
    right: 0px;
    padding-right: 50px;
    text-align: right;
    font-size: 20px;
    color: #0c8391;
    border-bottom: 1px solid #9ccdb6;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/