/* ÂÖ²¥Í¼ */
.Background {
    /*height: 400px;*/
    background-color: #D7DEEE;
    position: relative;
    overflow: hidden;
}

.Background .banner {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Background .banner .item {
    width: 50%;
    height: 100%;
    float: left;
}

.Background .banner .item img {
    width: 100%;
    height: 100%;
}

.Background .pointBox {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.Background .pointBox .point {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #aaa;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
}

.Background .pointBox .point.on {
    background-color: #fff;
    width: 40px;
}

.Crumbs {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.2);
    z-index: 9;
    background-color: #FFF;
    border-top: 1px solid #E8E8E8;
}

.Crumbs span {
    cursor: pointer;
    margin: 0 50px 0 0;
}

.Crumbs span.on {
    color: #3C8CFF;
}

.Product {
    overflow: hidden;
}

.Product .Header {
    margin: 60px 0 40px 0;
    font-size: 36px;
    text-align: center;
}

.Product .Box {
    height: 380px;
}

.Product .Item {
    float: left;
    width: 293px;
    height: 380px;
    color: #FFF;
    margin: 0 3.5px;
    position: relative;
    overflow: hidden;
    background-color: #E3E3E3;
}

.Product .Item .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #41B0E4;
    opacity: 0.9;
    cursor: pointer;

    transform: translateY(310px);
    -ms-transform: translateY(310px);
    -moz-transform: translateY(310px);
    -webkit-transform: translateY(310px);
    -o-transform: translateY(310px);

    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.Product .Item .bg > div:first-child {
    font-size: 20px;
    text-align: center;
    padding: 25px 0;
    line-height: 20px;
}

.Product .Item .bg > div:first-child + div {
    padding: 0 65px;
    line-height: 16px;
    white-space: nowrap;
}

.Product .Item .bg > div:first-child + div div {
    font-size: 16px;
    margin: 15px 0;
}

.Product .Item .bg > div:first-child + div div i {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FFF;
    margin: 3px 4px 0 0;
}

.Product .Item:hover .bg {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.Product .Item:hover .bg > div:first-child {
    padding: 90px 0 40px;
}

.Product .Link {
    display: inline-block;
    background-color: #3C8CFF;
    font-size: 16px;
    padding: 15px 19px;
    border-radius: 2px;
    color: #FFF;
    line-height: 16px;
    margin: 40px 540px 80px;
    cursor: pointer;
    letter-spacing: 1px;
}

.Product .Link i {
    float: right;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;

    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);

    margin: 4px 0 0 5px;
}

.Product .Link:hover {
    background-color: #5f9cf5;
}

.Project {
    width: 100%;
    height: 860px;
    background: url(../../IMG/Index/icon_project_bg.png) no-repeat center;
    overflow: hidden;
}

.Project .Header {
    margin: 60px 0 40px 0;
    font-size: 36px;
    text-align: center;
}

.Project .Item {
    width: 558px;
    height: 453px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.Project .Item:first-child {
    float: left;
    background-color: #86C5FF;
}

.Project .Item:first-child + .Item {
    float: right;
    margin: 185px 0 0 0;
    background-color: #96EAFF;
}

.Project .Item .bg {
    width: 558px;
    height: 453px;
    margin: 20px;
    color: #FFF;
    overflow: hidden;
}

.Project .Item .bg > div:first-child {
    margin: 80px 58px 30px;
    font-size: 30px;
    font-weight: 700;
}

.Project .Item .bg > div:first-child + div {
    margin: 0 58px 0;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
}

.Project .Item .bg .Link {
    float: left;
    background-color: #FFF;
    font-size: 16px;
    padding: 15px 19px;
    border-radius: 2px;
    color: #3C8CFF;
    line-height: 16px;
    margin: 50px 58px 0;
    cursor: pointer;
    letter-spacing: 1px;
}

.Project .Item .bg .Link i {
    float: right;
    width: 8px;
    height: 8px;
    border-top: 1px solid #3C8CFF;
    border-right: 1px solid #3C8CFF;
    
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);

    margin: 4px 0 0 5px;
}

.Project .Item:hover {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.Partners {
    overflow: hidden;
    padding: 0 0 80px 0;
}

.Partners .Header {
    margin: 60px 0 40px 0;
    font-size: 36px;
    text-align: center;
}

.Partners .Box {
    overflow: hidden;
}

.Partners .Item {
    float: left;
    width: 292px;
    height: 140px;
    border: 2px solid transparent;
    border-radius: 4px;
    margin: 5px 2px;
}

.Partners .Item div {
    float: left;
    width: 292px;
    height: 140px;
    border: 1px solid #E8E8E8;
}

.Partners .Item:hover {
    border: 2px solid #3C8CFF;
}

.Partners .Item:hover div {
    border: none;
}

.Honors {
    width: 100%;
    height: 528px;
    background: url(../../IMG/Index/icon_honor_bg.png) no-repeat center;
    overflow: hidden;
}

.Honors .Header {
    margin: 60px 0 40px 0;
    font-size: 36px;
    text-align: center;
}

.Honors .Box {
    overflow: hidden;
}

.Honors .Item {
    float: left;
    width: 292px;
    margin: 5px 2px;
    text-align: center;
}

.Honors .Item div:first-child {
    width: 286px;
    height: 140px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin: 0 5px;
}

.Honors .Item div:first-child:hover {
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
}

.Honors .Item div:first-child + div {
    font-size: 16px;
    color: #333333;
    line-height: 50px;
}

.Honors .Link {
    display: inline-block;
    background-color: #3C8CFF;
    font-size: 16px;
    padding: 15px 19px;
    border-radius: 2px;
    color: #FFF;
    line-height: 16px;
    margin: 40px 540px 80px;
    cursor: pointer;
    letter-spacing: 1px;
}

.Honors .Link i {
    float: right;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);

    margin: 4px 0 0 5px;
}

.Honors .Link:hover {
    background-color: #5f9cf5;
}