
/* hclient css */
.hclient h2, .hclient h4 { padding-right: 35px; padding-left: 35px; font-weight: normal; text-align: center; }

.hclient h2 { padding-top: 400px; font-size: 30px; color: #333; }

.hclient h4 { padding-top: 20px; margin-bottom: 35px; font-size: 18px; line-height: 1.5; }

.hclient section { position: relative; width: 960px; padding-bottom: 50px; margin-right: auto; margin-left: auto; }

.hclient section .mask { position: relative; overflow: hidden;  text-align: center; }

.hclient section .direction-nav { display: none; position: absolute; width: 100%; height: 0; top: 50%; margin-top: -120px; left: 0; }

.hclient section .direction-nav li { position: absolute; width: 46px; height: 100px; background-repeat: no-repeat; background-position: 50% 50%; cursor: pointer; }

.hclient section .direction-nav li.prev { left: 0; background-image: url(../images/home2015/icon_prev2.png); }

.hclient section .direction-nav li.next { right: 0; background-image: url(../images/home2015/icon_next2.png); }

.hclient section ul { width: 100%; overflow: hidden; display: flex; flex-wrap: wrap;justify-content: left;}

.hclient section li { float: left; width: 180px; margin-left: 10px; text-align: center; }

.hclient section li.last { margin-right: 0; }

.hclient section li a, .hclient section li a span, .hclient section li a span b { display: block; }

.hclient section li a.title { padding-top: 10px; padding-bottom: 10px; font-size: 18px; color: #333; }

.hclient section li a.title:hover { color: #5188cc; }

.hclient section li p.desc { margin-bottom: 20px;color: #ff8100; font-size: 20px;font-weight:bold;}

.hclient-grid { width: 165px; height: 165px; overflow: hidden; border: 2px solid #ddd; }

.hclient-grid .sear { height: 41px; width: 33px; }

.hclient-grid .img-box { opacity: 1; }

.hclient-grid .effect-sarah { display: block; background: rgba(31, 93, 170, 0.8); position: relative; margin: 0; padding: 0; }

.hclient-grid .effect-sarah .img-box { -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.hclient-grid .effect-sarah:hover .img-box { opacity: 0.4; }

.hclient-grid .effect-sarah .fig2 { text-align: left; position: absolute; top: 0; left: 0; width: 210px; height: 210px; }

.hclient-grid .effect-sarah p { padding: 0; margin: -55px 0 0; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translateX(100%); transform: translateX(100%); z-index: 100; }

.hclient-grid .effect-sarah:hover p { opacity: 1; -webkit-transform: translateX(85px); transform: translateX(85px); }

.hclient-grid .effect-sarah h3 { width: 70px; height: 70px; border-radius: 50%; background: rgba(81, 136, 204, 0.8); margin: 70px 0 0; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translateX(-100%); transform: translateX(-100%); z-index: 99; }

.hclient-grid .effect-sarah:hover h3 { opacity: 1; -webkit-transform: translateX(70px); transform: translateX(70px); }

