#HomeCaseTab { border: 1px solid #C4C4C4; width: 1360px; margin: 0 auto; }
#HomeCaseTab .TabMenu { height: 480px; }
#HomeCaseTab .TabMenu ul li { border-bottom: 1px solid #C4C4C4; cursor: pointer; height: 80px; line-height: 80px; overflow: hidden; padding: 0 20px; position: relative; }
#HomeCaseTab .TabMenu .Last { border-bottom: none; }
#HomeCaseTab .TabMenu ul li span { font-size: 18px; }
#HomeCaseTab .TabMenu ul li i { background: #FFF; width: 7px; height: 100%; position: absolute; top: 0; left: 0; transition-duration: 0.5s; }
#HomeCaseTab .TabMenu .selected i { background: #009FE9; }
#HomeCaseTab .TabBox { height: 480px; }
#HomeCaseTab .TabContent { display: none; height: 100%; position: relative; }
#HomeCaseTab .TabContent .pic { height: 480px; overflow: hidden; position: relative; }
#HomeCaseTab .TabContent .pic a { width: 460px; margin-left: -230px; height: 100%; position: absolute; top: 0; left: 50%; }
#HomeCaseTab .TabContent .pic img { max-width: 100%; max-height: 100%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; }
#HomeCaseTab .TabContent .text { height: 480px; }
#HomeCaseTab .TabContent .text ul { margin-bottom: 20px; padding-right: 15px; }
#HomeCaseTab .TabContent .text .title { height: 36px; line-height: 36px; overflow: hidden; }
#HomeCaseTab .TabContent .text .title a { font-size: 18px; transition-duration: 0.3s; }
#HomeCaseTab .TabContent .text .title a:hover { color: #009FE9; }
#HomeCaseTab .TabContent .text .content { border-bottom: 1px solid #C4C4C4; padding-bottom: 15px; }
#HomeCaseTab .TabContent .text .excerpt { max-height: 72px; overflow: hidden; }
#HomeCaseTab .TabContent .text .content p { line-height: 24px; margin-bottom: 0; }
#HomeCaseTab .TabContent .text .links a { border: 1px solid #C4C4C4; border-radius: 5px; float: left; height: 36px; line-height: 34px; margin: 0 40px; padding: 0 22px; transition-duration: 0.3s; }
#HomeCaseTab .TabContent .text .links a:hover { border: 1px solid #009FE9; color: #009FE9; }

@media screen and (max-width: 1440px){
	#HomeCaseTab { width: 1200px; }
}