.show{padding:58px 0; position:relative; background:#fff; overflow:hidden;}
.show:before{position:absolute; content:''; left:0; top:0; bottom:0; width:50%; margin-left:-100px; background:#f8f8f8;}
.show article{position:relative; z-index:8;}
.show-image{position:absolute; top:0; bottom:0; width:50%; padding-right:160px;
display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-o-box; display:box;
-webkit-box-pack:center; -moz-box-pack:center; -ms-flex-pack:center; -o-box-pack:center; box-pack:center; 
-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -o-box-align:center; box-align:center;}
.show-content{float:right; width:50%;}
.show-content>div{margin-left:-28px;}
.show-content>div>h4{font-size:38px; line-height:1; color:#989898;}
.show-content>div>h3{font-size:28px;}
.show-content>div>h2{font-size:32px; margin-top:58px;}
.show-content>div>h2>b{margin-right:8px; color:#f20f0f;}
.show-content>div>h1{font-size:26px; margin-top:8px; font-weight:normal;}
.show-content>div>aside{font-size:15px; margin-top:18px; padding-top:18px; border-top:1px solid #e8e8e8; color:#686868;}
.show-content>div>aside>p+p{margin-top:8px;}
.show-contact{margin-top:68px;}
.show-contact>p{font-size:16px; margin-bottom:8px;}
.show-contact>a{display:inline-block; position:relative; color:#fff; border-radius:40px; overflow:hidden; border:2px solid #f20f0f; background:#f20f0f;}
.show-contact>a:after{position:absolute; left:100%; top:100%; content:''; width:0; height:0; border-radius:50%; transition:0.6s; transform:translate(-50%,-50%); background:#fff;}
.show-contact>a>i{float:left; position:relative; z-index:2; width:36px; height:36px; line-height:36px; text-align:center; transition:0.6s; font-size:18px; margin:2px; border-radius:40px; background:#fff; color:#f20f0f;}
.show-contact>a>u{float:left; position:relative; z-index:1; font-size:16px; text-decoration:none; line-height:40px; height:40px; padding:0 28px 0 16px;}
.show-contact>a:hover{color:#f20f0f;}
.show-contact>a:hover>i{color:#fff; animation:szu 2s infinite; background:#f20f0f;}
.show-contact>a:hover:after{width:300px; height:300px;}
@media(max-width:1200px){
.show{padding:38px 0;}
.show-image{padding-right:140px;}
.show-content>div{margin-left:-78px;}
}
@media(max-width:992px){
.show:before{display:none;}
.show-image{position:relative; top:auto; bottom:auto; width:auto; padding-right:0;}
.show-content{float:none; width:auto; margin-top:18px;}
.show-content>div{margin-left:0;}
.show-content>div>h2{margin-top:28px;}
.show-contact{margin-top:28px;}
}
@media(max-width:767px){
.show{padding:18px 0;}
.show-content>div>h4{font-size:26px;}
.show-content>div>h3{font-size:22px;}
.show-content>div>h2{font-size:24px;}
.show-content>div>h1{font-size:20px; margin-top:4px;}
.show-content>div>aside{font-size:14px; margin-top:12px; padding-top:12px;}
.show-contact>p{font-size:15px;}
}


