/* CSS Document */
.hg-big-box{bottom:0;}
.hg-banner .hg-box{background-color:#e4ded7;}
.hg-tit-left{background:#FF9834; color:#FFF; padding:2%; overflow:visible}
.hg-tit-left h2{font-size:30px;font-weight:bold; border-bottom:solid 2px #fff; display:inline-block}
.hg-tit-left p{ font-size:16px; margin-top:10px}
.hg-tit-right{padding:0 4%;}
.hg-tit-right p{ font-size:18px; color:#4a4a4a; margin:10px 0}
.hg-text-zx{ display:inline-block; color:#FFF; font-size:14px; padding:0.5em 2em; background:#FF9834;border-radius:5px;}
.hg-text-zx:hover{ color:#fe86a4; background:#FFF}
.hg-tit-left:after {
	content: " ";
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: -16px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 16px solid #fe86a4;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.swiper-pagination-bullet-active{ background:#f5417c;width: 18px;border-radius: 4px;}
.hgzt-pp{ margin:1em 0}
.hgzt-tdbox{overflow:visible;box-shadow:5px 5px 5px 0px #D2D2D2;margin-bottom:10px;}
.hg-td-tex{text-align:center;height:2.5em;line-height:2.5em;font-size: 16px;}
@media(max-width:760px){
.hg-tit-left h2 {border-bottom: solid 1px #fff;font-size: 16px;}
.hg-tit-left p {font-size: 13px;margin-top:5px;}
.hg-tit-right p{font-size: 13px;}
.hg-text-zx {font-size: 13px; padding:0.2em 1.5em}
.hg-tit-right p{ margin:5px 0}
.hg-tit-left{ padding:1%}
.hg-tit-right{ padding:0 1%}
.hg-big-box{ position:static}
.hg-box{ margin:0}
.hg-td-tex {
    height: 2.2em;
    line-height: 1.1em;
    font-size: 12px;
    margin: 2px 0;}
}