body {background: url(/eimages/en_bg.jpg) top center no-repeat fixed;background-size: 100% 100%; }
.section > .logo i {display: block;width: 270px;height: 160px;background: url(/eimages/en_index_txt.png) no-repeat;margin: 0 auto;margin-top: 47px;margin-bottom: 68px; }
.section > .item {width: 744px;margin: 0 auto;position: relative;height: 350px; }
.section > .item li {display: inline-block;width: 153px;height: 153px;background: #5ccc80;transform: rotate(45deg);position: absolute; }
.section > .item li i {-webkit-transition: all 500ms linear;-moz-transition: all 500ms linear;-ms-transition: all 500ms linear;-o-transition: all 500ms linear;transition: all 500ms linear;display: inline-block;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg); }
.section > .item li:hover { background: #6BD990 !important; }
.section > .item li:hover i {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg); }
.section > .item li:nth-child(2):hover {background: #F36269 !important; }
.section > .item li:nth-child(3):hover {background: #73B7F6 !important; }
.section > .item li:nth-child(4):hover {background: #FFC460 !important; }
.section > .item li:nth-child(5):hover {background: #F8A681 !important; }
.section > .item li a {display: inline-block;transform: rotate(-45deg);width: 100%;height: 100%;text-align: center;padding-top: 20px; }
.section > .item li a p {font-size: 18px;color: #ffffff;line-height: 22px;margin-top: 10px; }
