@media only screen and (max-width : 5000px) {
    html{font-size: 62.5%;}
}
@media only screen and (max-width : 1600px) {
    html{font-size: 57.5%;}
}
@media only screen and (max-width : 1440px) {
    html{font-size: 51.5%;}
}
@media only screen and (max-width : 1366px) {
    html{font-size: 48.5%;}
}
@media only screen and (max-width : 1024px) {
    html{font-size: 42.5%; }
}



/*================================
    reset
=================================*/
*,*:before,*:after {-webkit-tap-highlight-color: rgba(0,0,0,0);box-sizing:border-box;-webkit-box-sizing:border-box;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="tel"],textarea {-webkit-appearance: none;}
.clear:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
body,html {width:100%;height:100%;font-family: Verdana,SimHei;}
html,body,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,
input,textarea,p,thead,tbody,tfoot,th,td {margin:0;padding:0;}
a,a:active,a:visited,a:focus,a:hover {text-decoration: none;}
input,button {border: none;background: transparent;}
p {font-size: 1.8rem;line-height: 2rem;}
body {background: #f0f1f2;}
ul,ol{list-style: none}
i,img {display: block;}
fieldset,img{border:0;}
input[type="telephone"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="text"]:focus,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="telephone"]{line-height: normal; line-height: 2.4em\9;}




/*================================
    通用
=================================*/
/**清除浮动**/
.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/**禁止文字选中**/
.unselectable{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}



/*================================
    总体布局
=================================*/
#eCon {
    width: 100%;
    min-width: 1024px;
    min-height: 100%;
    margin-bottom: -250px;
}
#eCon:after {
    content: "";
    display: block;
    height: 250px;
}
.con-box {
    position: relative;
    width: 100%;
    height: auto;
}
/**带白色背景的con-box加此class父级**/
.con-box-clr {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: auto;
}
.con-blk{
    position: relative;
    width: 65%;
    max-width:1250px;
    margin: 0 auto;
}

/**header**/
#eHeader {
    position: fixed;
    min-width: 1024px;
    z-index: 101;
    top:0;
    left: 0;
    width: 100%;
    height: 86px;
}
#eHeader .menu {
	position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
}

#eHeader .logo-box {
    width: 350px;
    height: 100%;
    float: left;
    padding-top: 18px;
}
#eHeader .logo-img {
    float: left;
    margin-right: 20px;
    width: 125px;
    height: 47px;
}
#eHeader h2 {
    color:#fff;
    font-size: 1.9rem;
    margin-bottom: 5px;
}
#eHeader h3 {
    color:#d4381f;
    font-size: 1.9rem;
}
#eHeader ul {
    float: right;
    margin-top: 28px;
}
#eHeader li {
    behavior: url(PIE.htc);
    position: relative;
    float: left;
    padding: 4px 14px;
    border-radius: 50px;
    margin-left: 15px;
    font-size: 1.8rem;
    cursor:pointer;
}
#eHeader li>a {
    color: #fff;
    font-weight: bold;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
#eHeader .act { color:#e13219; }
#eHeader .mall { background-color: #e13219;}
#eHeader .mall a { color:#d6a84e;}
#eHeader .mall:hover a{color:#fff;}
#eHeader .mall.act a { color:#fff; }
#eHeader .nav {
    width: 65%;
    max-width:1250px;
    height: 100%;
    margin:0 auto;
    z-index: 1;
}
#eHeader .bg {
    width: 100%;
    height: 0;
    background-color: #011e22;
}
#eHeader .bg-2 {
    width: 100%;
    height: 100%;
    background-color: #011e22;
}
#eHeader li:hover>a {
    color:#e13219;
}
#eHeader li:hover .list-box {
    display: block;
}
#eHeader .list-box {
    position: absolute;
    display: none;
    width: 120px;
    height: auto;
    top:0;
    left: -14px;
}
#eHeader .list-box img {
    width: 100%;
}
#eHeader .list {
    behavior: url(PIE.htc);
    background-color: #061f24;
    border-radius: 4px;
    width: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.5);
}
#eHeader .list a {
    display: block;
    color:#fff;
    font-size: 14px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    width: 100%;
}
#eHeader .list a:hover,
#eHeader .list a.act{
    color:#e13219;
    font-weight: bold;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}



/**footer**/
#eFooter,
.idx-footer {
    position: relative;
    width: 100%;
    min-width: 1024px;
    height: auto;
    background-color: #061f24;
    color:#56595a;
    text-align: center;
}
.idx-footer-box {
    width: 65%;
    max-width:1250px;
    height: auto;
    margin: 0 auto 20px;
}
#eFooter h2,
.idx-footer h2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    line-height: 46px;
    text-align: center;
    border-top: 1px solid #56595a;
    font-size: 14px !important;
}
#eFooter h2 span,
.idx-footer h2 span {margin-left: 45px; color: #56595a; }
.idx-footer-box ul {
    float: left;
    width: 180px;
    margin-right: 50px;
}
.idx-footer-box li {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-align: left;
}
.idx-footer-box li:first-of-type{color:white;}
.idx-footer-box a {
    color: #56595a;

}
.idx-footer-box a:hover {
    color:#e13219;
    text-decoration: underline;
    -ms-transition:     all 0.2s ease-out;
    -moz-transition:    all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition:      all 0.2s ease-out;
    transition:         all 0.2s ease-out;
}
#eFooter .mgn {margin-top: 20px;}


/**侧边右下悬浮部分**/
.idx-side-bar {
    behavior: url(PIE.htc);
    position: fixed;
    bottom: 50px;
    right: 14.5%;
    width: 3%;
    height: auto;
    z-index: 5;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.idx-side-bar .top {
    display: none;
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
}
.idx-side-bar .download {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.idx-side-bar .showcode {
    width: 100%;
    height: auto;
}
.idx-side-bar .download:hover .code {
    display: block;
}
.idx-side-bar .code {
    position: absolute;
    display: none;
    bottom:0;
    right: 110%;
    width: 195px;
    height: 182px;
}



/**提示框**/
#infoBox {
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
#infoBox .info-box {
    behavior: url(PIE.htc);
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -185px;
    width: 400px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    padding-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
}
#infoBox .title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 1.4rem;
    text-align: center;
    background-color: #e13219;
    color: #fff;
}
#infoBox .text {
    font-size: 14px;
    line-height: 20px;
    padding: 35px;
}
#infoBoxBtn {
    width: 30%;
    height: 40px;
    border-radius: 4px;
    background-color: #e13219;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin: 15px auto 0;
    cursor: pointer;
}
#infoBoxBtn:hover {opacity: .7}



/*================================
    动画.css
=================================*/
.ant{
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
.btn-group {position: relative;}
.ant-btn-r,
.ant-btn-w{
    position: relative;
    top:0;
    overflow: hidden;
    z-index: 1;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
.ant-btn-r:after,
.ant-btn-w:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top:50%;
    left: 50%;
    z-index: -1;
    border-radius: 5px;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.ant-btn-r:after {background-color: #fff !important;}
.ant-btn-w:after {background-color: #e13219 !important;}
.ant-btn-r:hover {
    border-radius: 5px;
    color:#e13219 !important;
    border: 1px solid #e13219 !important;
    background-color: transparent !important;
}
.ant-btn-w:hover {
    border-radius: 5px;
    color:#fff !important;
    border: 1px solid #e13219 !important;
    background-color: transparent !important;
}
.ant-btn-r:hover:after,
.ant-btn-w:hover:after {
    height: 520%;
}



/*================================
    index.css
=================================*/
.index-con .con-blk {height: 100%;}
#idxCon2,
#idxCon4,
#idxCon6 {background-color: #fff;}
#idxCon1 .slide {position:relative;}
#idxCon1 .banner-img {
	height:100%;
	position: relative;
    top: 0;
    left: 50%;
    margin-left: -58%;
}
#idxCon3,#idxCon5 {background-color:#f0f1f2;}
#idxBanner1 .text-box {
    position: absolute;
    bottom: 12%;
    left: 8%;
    width: 38%;
    height: auto;
    z-index: 5;
    -webkit-animation: textant 2s ;
    -moz-animation: textant 2s ;
    -ms-animation: textant 2s ;
    -o-animation: textant 2s ;
    animation: textant 2s ;
}
#idxBanner1 .text {width: 100%;}
#idxBanner1 .android,
#idxBanner1 .ios {
    behavior: url(PIE.htc);
    position: absolute;
    width: 22%;
    height: auto;
    bottom: 0;
    left: 33%;
    cursor: pointer;
    border-radius: 22px;
}
#idxBanner1 .android:hover,
#idxBanner1 .ios:hover {
    behavior: url(PIE.htc);
    bottom:10px;
    box-shadow:0 15px 5px rgba(0,0,0,.2);
}
#idxBanner1 .android {left: 38%;}
#idxBanner1 .ios {left: 65%;}
#idxBanner1 .person {
    position: absolute;
    bottom: 0;
    right: 8%;
    width: 48%;
    height: auto;
    -webkit-animation: pant 2s ;
    -moz-animation: pant 2s ;
    -ms-animation: pant 2s ;
    -o-animation: pant 2s ;
    animation: pant 2s ;
}
#idxBanner2 .text {
    position: absolute;
    width: 28%;
    height: auto;
    top:27%;
    left: 33%;
}
#idxBanner2 .person {
    position: absolute;
    bottom: 0;
    right: 8%;
    width: 34%;
    height: auto;
}
#idxBanner3 .text {
    position: absolute;
    width: 33%;
    height: auto;
    top:27%;
    left: 45%;
}
#idxBanner3 .person {
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 28%;
    height: auto;
}
#idxBanner4 .text {
    position: absolute;
    width: 33%;
    height: auto;
    top:22%;
    left: 55%;
}
@-webkit-keyframes textant {
    0% {left:-38%;}
    100% {left:8%;}
}
@-moz-keyframes textant {
    0% {left:-38%;}
    100% {left:8%;}
}
@-o-keyframes textant {
    0% {left:-38%;}
    100% {left:8%;}
}
@-ms-keyframes textant {
    0% {left:-38%;}
    100% {left:8%;}
}
@keyframes textant {
    0% {left:-38%;}
    100% {left:8%;}
}
@-webkit-keyframes pant {
    0% {right:-48%;}
    100% {right:8%;}
}
@-moz-keyframes pant {
    0% {right:-48%;}
    100% {right:8%;}
}
@-o-keyframes pant {
    0% {right:-48%;}
    100% {right:8%;}
}
@-ms-keyframes pant {
    0% {right:-48%;}
    100% {right:8%;}
}
@keyframes pant {
    0% {right:-48%;}
    100% {right:8%;}
}



/*
 *  idxCon2
 */
.single-nav {
    width: 100%;
    text-align: center;
}
.index-con .single-nav {padding-top: 115px !important;}
.single-nav h3 {
    display: inline-block;
    position: relative;
    color:#7d7d7d;
    padding: 1px 15px;
    font-size: 2.2rem;
    font-weight: lighter;
}
.single-nav h3:before,
.single-nav h3:after {
    position: absolute;
    content: "";
    top: 14px;
    width: 112px;
    height: 1px;
    background-color: #7d7d7d;
}
.single-nav h3:before{left: -115px;}
.single-nav h3:after {right: -115px;}
.index-con h4 {
    position: absolute;
    font-size: 2.4rem;
    width: 100%;
    bottom: 6%;
    left: 0;
    text-align: center;
    color: #2e3e40;
}
.idx-con-2,
.idx-con-3 {
    position: absolute;
    left: 0;
    top:56%;
    width: 100%;
    margin-top: -130px;
    height: auto;
    text-align: center;
}
.idx-con-2 li,
.idx-con-3 li {
    float:left;
}
.idx-con-2 li {
    width: 16%;
}
.idx-con-2 li:nth-of-type(2) {
    margin: 0 25%;
}
.idx-con-2 img {
    behavior: url(PIE.htc);
    width: 100%;
    margin-bottom: 25px;
    border-radius: 50%;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
.idx-con-2 p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3rem;
    text-align: center;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
.idx-con-2 li:hover img {
    behavior: url(PIE.htc);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}


/*
 *  idxCon3
 */
.idx-con-3 li {
    width: 10%;
    margin-left: 12%;
}
.idx-con-3 li:first-of-type {margin-left: 0 !important;}
.idx-con-3 img {
    behavior: url(PIE.htc);
    width: 100%;
    margin-bottom: 25px;
    border-radius: 60px;
}
.idx-con-3 p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
/*
 *  idxCon4
 */
.idx-con-4 {
    position: absolute;
    left: 50%;
    top:52%;
    margin-left: -180px;
    margin-top: -190px;
    width: 360px;
    height: 380px;
}
.idx-con-4 img {
    width: 100%;
    display: block;
}
.idx-con-4 li {
    position: absolute;
    width: 110%;
}
.idx-con-4 li .td {
    float: left;
    display: inline-block;
}
.idx-con-4 li .td h6 {
    font-size: 2.2rem;
    color:#051e23;
    line-height: 22px;
    margin-bottom: 10px;
}
.idx-con-4 li .td p {
    font-size: 1.9rem;
    color: #7d7d7d;
}
.idx-con-4 li .num {
    position: relative;
    float: left;
    width: 80px;
    height: 56px;
    text-align: center;
    line-height: 56px;
}
.idx-con-4 li .num span {
    behavior: url(PIE.htc);
    display: inline-block;
    position: absolute;
    top:50%;
    margin-top: -19px;
    left:50%;
    margin-left: -19px;
    vertical-align: middle;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #f56334;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
.idx-con-4 .row-1 .num,
.idx-con-4 .row-2 .num,
.idx-con-4 .row-3 .num,
.idx-con-4 .row-1 .td,
.idx-con-4 .row-2 .td,
.idx-con-4 .row-3 .td {float: right !important;}
.idx-con-4 .row-1 h6,
.idx-con-4 .row-2 h6,
.idx-con-4 .row-3 h6 {text-align: right;}
.idx-con-4 .row-1 {
    top:27px;
    right: 254px;
}
.idx-con-4 .row-2 {
    top:155px;
    right: 318px;
}
.idx-con-4 .row-3 {
    top:294px;
    right: 254px;
}
.idx-con-4 .row-4 {
    top:294px;
    left: 254px;
}
.idx-con-4 .row-5 {
    top:155px;
    left: 318px;
}
.idx-con-4 .row-6 {
    top:27px;
    left: 254px;
}
.idx-con-4:hover li .num span {
    behavior: url(PIE.htc);
    width: 56px;
    height: 56px;
    background-color: #ff0000;
    font-size: 24px;
    line-height: 56px;
    margin-top: -28px;
    margin-left: -28px;
    border-radius: 50%;
}
.idx-con-4:hover .row-1 .num span {
    -ms-transition:     all 0.3s ease-out .1s;
    -moz-transition:    all 0.3s ease-out .1s;
    -webkit-transition: all 0.3s ease-out .1s;
    -o-transition:      all 0.3s ease-out .1s;
    transition:         all 0.3s ease-out .1s;
}
.idx-con-4:hover .row-2 .num span {
    -ms-transition:     all 0.3s ease-out .3s;
    -moz-transition:    all 0.3s ease-out .3s;
    -webkit-transition: all 0.3s ease-out .3s;
    -o-transition:      all 0.3s ease-out .3s;
    transition:         all 0.3s ease-out .3s;
}
.idx-con-4:hover .row-3 .num span {
    -ms-transition:     all 0.3s ease-out .5s;
    -moz-transition:    all 0.3s ease-out .5s;
    -webkit-transition: all 0.3s ease-out .5s;
    -o-transition:      all 0.3s ease-out .5s;
    transition:         all 0.3s ease-out .5s;
}
.idx-con-4:hover .row-4 .num span {
    -ms-transition:     all 0.3s ease-out .7s;
    -moz-transition:    all 0.3s ease-out .7s;
    -webkit-transition: all 0.3s ease-out .7s;
    -o-transition:      all 0.3s ease-out .7s;
    transition:         all 0.3s ease-out .7s;
}
.idx-con-4:hover .row-5 .num span {
    -ms-transition:     all 0.3s ease-out .9s;
    -moz-transition:    all 0.3s ease-out .9s;
    -webkit-transition: all 0.3s ease-out .9s;
    -o-transition:      all 0.3s ease-out .9s;
    transition:         all 0.3s ease-out .9s;
}
.idx-con-4:hover .row-6 .num span {
    behavior: url(PIE.htc);
    background-color: #2cc36b !important;
    overflow: hidden;
    -ms-transition:     all 0.3s ease-out 1.1s;
    -moz-transition:    all 0.3s ease-out 1.1s;
    -webkit-transition: all 0.3s ease-out 1.1s;
    -o-transition:      all 0.3s ease-out 1.1s;
    transition:         all 0.3s ease-out 1.1s;
}
.idx-con-4:hover .row-6 .num span:before {
    behavior: url(PIE.htc);
    position: absolute;
    content: '✔';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    font-size: 26px;
    color:#fff;
    border-radius: 50%;
    background-color: #2cc36b !important;
}



/*
 *  idxCon5
 */
.idx-con-5,
.service-park-list-2 {
    width: 74%;
    margin: 4% auto 0;
}
.idx-con-5 li,
.service-park-list-2 li {
    float: left;
    width: 40%;
    margin-top: 4%;
    text-align: center;
}
.idx-con-5 li:nth-of-type(odd),
.service-park-list-2 li:nth-of-type(odd)  {
    margin-right: 19%;
}
.idx-con-5 div,
.service-park-list-2 div {
    float: left;
    margin-right: 25px;
    width: 30%;
    border-radius: 50px;
}
.idx-con-5 img,
.service-park-list-2 img {
    display: block;
    width: 100%;
    border-radius: 50px;
}
.idx-con-5 h5,
.service-park-list-2 h5 {
    float: right;
    width: 60%;
    font-size: 2.2rem;
    font-weight: bold;
    color:#052025;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}
.idx-con-5 p,
.service-park-list-2 p {
    float: right;
    font-size: 1.6rem;
    color:#7d7d7d;
    width: 60%;
    text-align: left;
}

/*
 *  idxCon6
 */
.idx-con-6 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom:-250px;
}
.idx-con-6:after {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
}
.index-con:after {
    height: 0 !important;
}
.idx-partner-list {
    width: 100%;
    height: auto;
    margin: 2% auto 0;
    text-align: center;
}

.idx-partner-list li {
    float: left;
    width: 20%;
    height: 60px;
    margin-top: 5%;
}
.idx-partner-list span {
    float: right;
    width: 1px;
    height: 38px;
    background-color: #bfbfbf;
    margin-top: 5%;
}
.idx-partner-list a {
    float: left;
    width: 80%;
    height: auto;
    margin-left: 10%;
    cursor: pointer;
}
.idx-partner-list img {
    width: 100%;
    height: auto;
}


/*================================
    mall.css
=================================*/
.idx-mall-list .line {
    width: 100%;
    height: 1px;
    float: left;
}
.min-banner {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.min-banner .slidesjs-pagination {display: none;}
.min-banner img {width: 100%;}
.mall-care-title {
    width:100%;
    margin-top:25px;
}
.mall-care-title a {
    float:left;
    width:32%;
    border-radius:6px;
    overflow: hidden;
    margin-right:2%;
}
.mall-care-title a:last-of-type {margin-right:0 !important;}
.mall-care-title img {
    width:100%;
    display:block;
}
.mall-title {
    width: 100%;
    height: 77px;
    margin-top:25px;
    margin-bottom: 30px;
}
.mall-title li {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    line-height: 77px;
    text-align: center;
}
.mall-title li:first-of-type {border-right:1px solid #f0f1f2;}
.mall-title li:last-of-type {border-left:1px solid #f0f1f2;}
.mall-title li a{
    display:block;
    width:1005;
    height:100%;
    border:2px solid #e13219;
    font-size: 2rem;
    color: #061f24;
    font-weight: bold;
    cursor: pointer;
    text-align:center;
}
.mall-title li.act a {
    color: #e13219;
    border-bottom:2px solid #f0f1f2 !important;
}
.mall-title li .l {
    position: absolute;
    top:20px;
    right: -1px;
    display: block;
    width: 2px;
    height: 37px;
    background-color:#5b6769;
}

.mall-nav {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #e13219;
    margin-bottom: 25px;
}
.mall-nav:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #061f24;
    bottom: 10px;
    left: 0;
}
.mall-nav:before {
    position: absolute;
    content: "";
    z-index: 2;
    bottom: 0;
    left: 306px;
    width: 58px;
    height: 26px;
    background: url(http://img-qiniu.parkmecn.com/mall_nav_bg.jpg);
}
.mall-nav h2 {
    display: inline-block;
    font-size: 2.8rem;
    margin-left: 58px;
    color: #fff;
    font-weight: lighter;
    margin-top: 10px;
}
.mall-nav p {
    display: inline-block;
    float: right;
    font-size: 2rem;
    color: #f9d880;
    margin-right: 58px;
    margin-top: 30px;
}
.idx-mall-list {
    width: 100%;
    height: auto;
}
.idx-mall-list li {
    position: relative;
    float: left;
    top:0;
    left: 0;
    margin-right: 5%;
    margin-bottom: 50px;
    width: 30%;
    height: auto;
    background: #fff;
    -ms-transition:     all 0.1s ease-out;
    -moz-transition:    all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -o-transition:      all 0.1s ease-out;
    transition:         all 0.1s ease-out;
}
.idx-mall-list li:hover {
    behavior: url(PIE.htc);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.idx-mall-list li:nth-of-type(3n) {
    margin-right: 0 !important;
}
.idx-mall-list .g-img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.idx-mall-list .g-img img {
    width: 100%;
}
.idx-mall-list .row {
    width: 100%;
    height: 50px;
    border-bottom: 1px dashed #a0a0a0;
}
.idx-mall-list .row div {
    display: inline-block;
    float: left;
    font-size: 1.8rem;
    font-weight: bold;
    height: 49px;
    line-height: 49px;
    padding-left: 18px;
}
.idx-mall-list .row a {
    behavior: url(PIE.htc);
    display: inline-block;
    float: right;
    padding: 7px 16px;
    font-size: 1.5rem;
    color: #fff;
    border: 1px solid #e13219;
    background: #e13219;
    margin-right: 18px;
    margin-top: 7px;
    border-radius: 3px;
    cursor: pointer;
}
.idx-mall-list .row-2 {
    width: 100%;
    height: 38px;
    color: #7d7d7d;
}
.idx-mall-list .row-2 p {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    float: left;
    padding-left: 18px;
    text-decoration: line-through;
    font-size: 1.5rem;
}
.idx-mall-list .row-2 span {
    display: inline-block;
    font-weight: bold;
    height: 38px;
    float: right;
    padding-right: 18px;
    font-size: 1.5rem;
    line-height: 38px;
}




/*================================
    mall_coupon_detrail.css
=================================*/
.mall-detail-box {
    width: 100%;
    padding-bottom: 50px;
    background: #fff;
    margin-bottom: 40px;
}
.mall-detail-box .title {
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color:#e13219;
    padding: 0 50px;
    border-bottom: 4px solid #f0f1f2;
}
.mall-detail-buy-box {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mall-detail-buy-box .img {
    float: left;
    width: 33%;
    min-height: 250px;
}
.mall-detail-buy-box .box {
    float: left;
    width: 63%;
    margin-left: 4%;
    margin-top: 3%;
}
.mall-detail-buy-box h2 {
    font-size: 2.2rem;
}
.mall-detail-buy-box .price-box {
    width: 90%;
    height: 65px;
    background-color: #e6e5ea;
    margin-top: 2%;
    margin-bottom: 1.5%;
}
.mall-detail-buy-box .care-mgn {
    margin-top:6% !important;
    margin-bottom:6% !important;
}
.care-detail-con .mall-detail-box {
   padding-bottom:0 !important; 
}
.mall-detail-buy-box .price {
    float: left;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    font-size: 3rem;
    font-weight: bold;
    color: #e13219;
    margin-left: 4%;
}
.mall-detail-buy-box .price-box ul {
    float: right;
}
.mall-detail-buy-box .price-box li {
    position: relative;
    float: left;
    width: 105px;
    height: 65px;
    text-align: center;
}
.mall-detail-buy-box .price-box li span {
    display: block;
    color: #061f24;
    font-size: 1.5rem;
    line-height: 28px;
    margin-top: 5px;
}
.mall-detail-buy-box .price-box li p {
    color: #7d7d7d;
    font-size: 1.5rem;
    text-decoration: line-through;
}
.mall-detail-buy-box .price-box li.l:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 45px;
    border-left: 1px dashed #b5b4b6;
    right: -1px;
    top:10px;
}
.mall-detail-buy-box .btn-group div {
    margin-right: 20%;
}
.mall-detail-buy-box .btn-group div,
.mall-detail-buy-box .btn-group span {
    width: 28%;
}
.mall-detail-buy-box .num-box {
    width: 280px;
    height: 34px;
    margin-top: 3%;
    margin-bottom: 5%;
}
.mall-detail-buy-box .num {
    float: left;
    display: inline-block;
    font-size: 1.7rem;
    height: 34px;
    line-height: 34px;
    margin-right: 30px;
}
.mall-detail-buy-box .reduce,
.mall-detail-buy-box .add ,
.mall-detail-buy-box input {
    float: left;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 45px;
    border: 1px solid #a0a0a0;
    font-size: 15px;
    color:#7d7d7d;
    margin-right: 3px;
}
.mall-detail-buy-box .reduce,
.mall-detail-buy-box .add {
    cursor: pointer;
}
.mall-detail-buy-box input {
    min-width: 60px;
}
.mall-detail-buy-box h6 {
    font-size: 1.7rem;
    margin-bottom: 4%;
    font-weight: lighter;
}
.mall-detail-buy-box h6 span {
    color: #e13219;
}
.mall-detail-box .text-section {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-left: 50px;
}
.mall-detail-box .text-section h6 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2b2f3c;
    line-height: 30px;
}
.mall-detail-box .text-section p {
    font-size: 1.8rem;
    line-height: 40px;
}
.mall-detail-box .text-section p a {
    color:#7d7d7d;
}
.mall-detail-box .img-group {
    width: 800px;
    margin: 30px auto 0;
}
.mall-detail-box .img-group img{
    width: 100%;
}
.mall-detail-box .btn-group {
    width: 600px;
    height: 70px;
    margin: 50px auto 0 ;
}
.mall-detail-box .btn-group div,
.mall-detail-buy-box .btn-group div {
    behavior: url(PIE.htc);
    float:left;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background-color: #e13219;
    border: 1px solid #e13219;
    font-size: 2.2rem;
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
}
.mall-detail-box .btn-group div {
    margin-right: 196px;
    width: 200px;
}
.mall-detail-box .btn-group span,
.mall-detail-buy-box .btn-group span {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    color: #e13219;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e13219;
    font-size: 1.9rem;
    cursor: pointer;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    behavior: url(PIE.htc);
}
.mall-detail-box .btn-group span {
    width: 200px;
}
.mall-detail-nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    margin-top: 120px;
}
.mall-detail-nav p ,
.mall-detail-nav a ,
.mall-detail-nav span{
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    color: #3c404a;
    margin-right: 30px;
    font-weight: bold;
}
.mall-detail-nav a {margin-left: 156px;}
.mall-detail-nav p {
    position: absolute !important;
    line-height: 60px;
    top:0;
    left: 50px;
}
.mall-detail-nav a:before {
    position: absolute;
    display: inline-block;
    content: "/";
    right:-23px;
    top: 0;
}
.care-detail-list {
    width:100%;
}
.care-detail-list li {
    position:relative;
    padding:40px 50px;
    border-bottom: 4px solid #f0f1f2;
}
.care-detail-list a {
    float:left;
    width:15%;
}
.care-detail-list img {
    display:block;
    width:100%;
    cursor:pointer;
}
.care-detail-list div {
    position: absolute;
    right: 50px;
    top: 40px;
    bottom: 40px;
    width:77%;
    padding-left:50px;
}
.care-detail-list span {
    position:absolute;
    display:block;
    top:0;
    right:0;
    width:142px;
    height:40px;
    font-size:2rem;
    color:#e13219;
    font-weight:bold;
    background:#eee;
    border-radius:4px;
    line-height:40px;
    text-align:center;
}
.care-detail-list span:after {
    position:absolute;
    display:block;
    content:'';
    width:0;
    height:0;
    top:0;
    left:-38px;
    overflow: hidden;
    border-width: 20px;
    border-color: transparent #eee transparent transparent;
    border-style: solid dashed dashed dashed;
    border-radius:4px;
}
.care-detail-list h3 {
    font-size:2.5rem;
    color:#e13219;
    line-height:25px;
    margin-bottom:28px;
}
.care-detail-list p {
    font-size:1.8rem;
    line-height:34px;
}
.care-detail-list h6 {
    position:absolute;
    bottom:0;
    left:50px;
    font-size:2.4rem;
    font-weight:lighter;
    text-decoration:underline;
    line-height:22px;
    color:#3f8ed3;
    cursor:pointer;
}
.side-img-blk {
    position:fixed;
    top:12%;
    width:800px;
    left:50%;
    margin-left:-400px;
    bottom:10%;
    padding:42px 30px 25px;
    background-color:#fff;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    z-index: 998;
}
.side-img-blk ul {
    width:100%;
    height:100%;
    overflow-y:scroll;
}
.side-img-blk li,
.side-img-blk li img {
    display:block;
    width:100%;
}
.side-img-blk .title {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background-color: #e13219;
    height: 42px;
    line-height: 42px;
    color: white;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.side-img-blk .close {
    position:absolute;
    top:6px;
    right:6px;
    width:30px;
    height:30px;
    border-radius: 4px;
    background-color:#fff;
    color:#F13215;
    font-size:30px;
    line-height: 26px;
    text-align:center;
    cursor:pointer;
}
.side-img-blk .close:hover {
    background-color:#F13215;
    color:#fff;
}
.idx-center-box .box-content form select{
    border: 1px solid #a0a0a0;
    height: 33px;
    vertical-align: top;
    padding-left:15px;
    margin-bottom:12px;
}
.idx-center-box .box-content form select.short {
    width:48%;
    float:left;
    margin-right:4%;
}
.idx-center-box .box-content form select.long {
    width:100%;
}







/*================================
    商城支付成功
=================================*/
.p-call-back-info {
    width: 100%;
    margin-top: 120px;
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
}
.p-call-back-info img {
    display: inline-block;
    width: 10%;
}
.p-call-back-info h2 {
    width: 100%;
    font-size: 3.2rem;
    line-height: 3.2rem;
    color: #061f24;
    font-weight: 100;
    margin: 38px 0 23px;
}
.p-call-back-info h2 span {
    color:#e13219;
}
.p-call-back-info p {
    font-size: 2rem;
    color: #5b6669;
 }
.help-info-list {
    width: 100%;
    margin-top: 30px;
    padding: 0 2%;
    margin-bottom: 110px;
 }
.help-info-list li {
    margin-top: 35px;
}
.help-info-list h5 {
    font-size: 1.8rem;
    line-height: 3.8rem;
    color:#2b2f3c;
}
.help-info-list p {
    color:#535353;
    font-size: 1.8rem;
    line-height: 3.8rem;
}
.pay-success-con .download-blk {
    margin-bottom: 200px;
    text-align: center;
}
.pay-success-con .download-blk img {
    display: inline-block;
    width: 14%;
    margin-bottom: 25px;
}
.pay-success-con .download-blk p {
    font-size: 17px;
    color:#e13219;
}




/*================================
    fullpage.css
=================================*/
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {float: left;}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    position: relative;
    overflow: hidden;
    /* display: table-cell; */
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    float:left;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    behavior: url(PIE.htc);
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    behavior: url(PIE.htc);
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {right: 20px;}
#fp-nav ul li .fp-tooltip.left {left: 20px;}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}


/*================================
    居中的对话框
=================================*/
.idx-center-box{
    behavior: url(PIE.htc);
    background-color: white;
    position: fixed;
    left: 50%;
    margin-left: -185px;
    margin-top: -185px;
    top: 50%;
    width: 370px;
    height: auto;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    z-index:999;
}

.idx-center-box .title{
    background-color: #e13219;
    height: 42px;
    line-height: 42px;
    color: white;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.idx-center-box .box-content{
    padding: 25px 30px;
}

.idx-center-box .box-content p{
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
}

#confirm-coupon-num{
    margin-left:7px;
}

.idx-center-box .box-content hr{
    border-top: solid 1px #a0a0a0;
}

.idx-center-box .box-content form{
    margin: 30px 0 26px;
}

.idx-center-box .box-content .form_two_column{
    position: relative;
    margin-top:12px;
}
.idx-center-box .box-content .disabled {
    display: none;
    position: absolute;
    width: 150px;
    height: 30px;
    top:0;
    right: 0;
}

.idx-center-box .box-content form input{
    border: 1px solid #a0a0a0;
    height: 33px;
    vertical-align: top;
    width: 100%;
    padding-left:15px;
}

.idx-center-box .box-content form .form_two_column input{
    width: 48% !important;
    float: left;
}
.idx-center-box .box-content form .form_two_column .clr {
    width: 48% !important;
    text-align: center;
    float: right;
    line-height: 2.4rem;
    margin-top: 0.01rem;
    background-color: #e13219;
    color: white;
    cursor: pointer;
}

.idx-center-box .pay-choose{
    line-height: 1.5rem;
    font-size: 12px;
}

.idx-center-box .pay-choose input{
    position: relative;
    margin-left: 18px;
    vertical-align: middle;
}

.idx-center-box .btn_group{
    text-align: center;
    margin-top: 30px;
}

.idx-center-box .btn_group span{
    float: right;
    width:115px;
    height:36px;
    text-align: center;
    display: inline-block;
    line-height: 32px;;
    font-size: 14px;
    cursor: pointer;
    background-color: white;
    color: #e13219;
    border: 1px solid #e13219;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
}
.idx-center-box .left {
    float: left !important;
    color: white !important ;
    background-color: #e13219 !important;
}



/*================================
    输入域的占位符
=================================*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}


/*================================
    常见问题
=================================*/
.red-blod-text{
    color:red !important;
    font-weight:bold !important;
}

.question-banner{
    position: relative !important;
    color: white !important;
    background-color: black;
    padding: 9px;
    font-size: 2.2rem !important;
    margin: 2rem 0rem;
}

.question-sub-title{
    line-height: 1.6rem;
    font-size: 2.2rem;
    line-height: 46px;
    font-weight: bold;
    color: gray;
    margin-bottom: 2rem;
}

.idx-con-question{

}

.idx-con-question li {
    margin-top: 40px;
}
.single-nav {
    padding-top: 70px;
    margin-bottom: 96px;
}
.idx-con-question li h4{
    position: relative !important;
    font-size: 2.2rem !important;
    line-height: 46px;
    text-align: left !important;
}

.idx-con-question li p{
    position: relative;
    font-size: 2.2rem;

}

.idx-con-question li p span{
    display: inline-block;
    line-height: 40px;
    position: relative;
    left: 42px;
    top:0;
    color: gray;
    margin-right: 42px;
}
.about-us-con .idx-con-question li p span {
    left: 0 !important;
    margin-right: 0 !important;
}
.about-us-con .idx-con-question li p span b {color: #000;}
.about-us-con .idx-con-question li {margin-top: 70px !important;}

.idx-con-question .question-answer{
    position: absolute;
    left: 0;
    top:0;
}

.idx-con-question .service-panel{
    padding-left: 1%;
}

.service-time-phones{
    list-style: none;
    width: 49%;
    display: inline-block;
    margin-top: 2rem;
    font-size: 0.8rem;
	vertical-align: top;
}

.service-time-phones li{
    margin: 8px 0 !important;
    color: gray !important;
	font-size: 1.8rem;
}

.service-time-phones li:first-of-type{
    color: red !important;
    font-weight: bold;
    font-size: 2.2rem;
}
.question-con {
    padding-bottom: 100px;
}


/*================================
    服务介绍
=================================*/
.single-banner {
    width: 100%;
}
.single-banner img {
    width:100%;
}
.service-park-con .b-img-1 ,
.service-park-con .b-img-2{
    width: 100%;
}
.service-park-con .con-box-clr .single-nav {
    position: absolute;
    left: 0;
    z-index: 5;
}
.service-park-list-1,
.service-vip-list-1 {
    width: 100%;
    margin-top: 90px;
}
.service-vip-list-1 {padding-bottom: 100px;}
.service-park-list-1 li {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 60px;
}
.service-vip-list-1 li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 60px;
}
.service-park-list-1 img,
.service-vip-list-1 img {
    behavior: url(PIE.htc);
    display: inline-block;
    border-radius: 200px;
    width: 35%;
    height: auto;
    margin-bottom: 15px;
}
.service-park-list-1 p,
.service-vip-list-1 p {
    font-size: 2.1rem;
    font-weight: bold;
}
.service-park-list-2 {
    padding-top: 12% !important;
    padding-bottom: 6%;
}
.service-park-con .btn {
    behavior: url(PIE.htc);
    position: relative;
    width: 30%;
    margin: 40px auto;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #e13219;
    border: 1px solid #e13219;
    font-size: 1.9rem;
    cursor: pointer;
    letter-spacing:.3rem;
    font-weight: bold;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
}
.service-charge-box {
    width: 100%;
    height: auto;
}
.service-charge-box .left {
    float: left;
    width: 30%;
    height: 298px;
    overflow: hidden;
    padding-right: 8px;
}
.service-charge-box .left li {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #f0f1f3;
    background-color: #fff;
    color:#313b3c;
    font-size: 1.7rem;
    text-align: center;
}
.service-charge-box .left .first {
    background-color: #061f24;
    color:#fff;
    font-weight: bold;
    border-bottom: none;
    height: 49px;
    line-height: 49px;
}
.service-charge-box .right {
    float: right;
    width: 70%;
    height: 298px;
    overflow: hidden;
}
.service-charge-box .left span {
    margin: 0 0.7rem;
}
.service-charge-box .title {
    float: left;
    width: 100%;
    background-color: #061f24;
    text-align: center;
    color:#fff;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    font-size: 2rem;
    border-bottom: 2px solid #f0f1f3;
}
.service-charge-box .td-left,
.service-charge-box .td-right {
    width: 33%;
    float: left;
    height: 248px;
    background-color: #fff;
    text-align: center;
}
.service-charge-box .td {
    border-right: 8px solid #f0f1f3;
    width: 34%;
    float: left;
    height: 248px;
    background-color: #fff;
    text-align: center;
}
.service-charge-box .td-left {
    border-right: 4px solid #f0f1f3;
}
.service-charge-box .td-right {
    border-left: 4px solid #f0f1f3;
}
.service-charge-box .th {
    width: 100%;
    height: 48px;
    line-height: 48px;
    color:#fff;
    background-color: #a0a0a0;
    font-size: 2rem;
}
.service-charge-box .right h6 {
    font-size: 4.6rem;
    color: #e13219;
    font-weight: bold;
    margin-top: 66px;
    margin-bottom: 15px;
    line-height: 4.6rem;
}
.service-charge-box .right h6 span,
.service-charge-box .right p {
    font-size: 16px;
    color: #061f24;
    vertical-align: bottom;
}
.service-charge-text {
    margin-top: 24px;
}
.service-charge-text span ,
.service-charge-text p {
    line-height: 33px;
    font-size: 14px;
}
.service-charge-text p{
    color:#606060;
}
.service-vip-text {
    padding-top: 180px;
    padding-bottom: 40px;
    width: 100%;
}
.service-vip-text h4,
.service-vip-text h5 {
    font-size: 2.2rem;
    color: #06212a;
    line-height: 3rem;
}
.service-vip-text h4 {margin-top: 25px;}
.service-vip-text h5 {
    font-weight: 100;
}
.service-vip-text p,
.service-vip-text span {
    font-size: 14px;
    color:#797979;
    line-height: 38px;
}
.service-vip-text span {
    display: block;
    margin-top: 25px;
    color:#06212a;
}
.service-vip-text-2 {
    width: 100%;
    padding-bottom:200px;
}
.service-vip-text-2 span {
    display: inline-block;
    float: left;
    line-height: 38px;
    color: #797979;
    font-size: 1.6rem;
}
.service-vip-text-2 div {
    float: left;
    color:#797979;
    line-height: 38px;
    font-size: 1.6rem;
}
.service-park-con .more-info {
    position: absolute;
    color:#797979;
    top:0;
    left:68%;
    font-size: 1.9rem;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 400px;
    text-align: left;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
}




/*================================
    关于我们
=================================*/
.gray-title{
	font-size: 2.6rem;
    color: #7d7d7d;
    margin: 10px 0px;
}

.black-content{
    font-size: 2.2rem;
    color: black;
    margin: 16px 0px;
}

.about-us-panel img.full-page{
	width:100%;
	margin:120px 0px;
}

.about-us-panel p.sub-title{
	color: #707070;
    font-size: 2.2rem;
    margin-bottom: 24px;
    line-height: 32px;
}

/*================================
    联系我们
=================================*/
.call-us-panel{
    list-style: none;
    width: 49%;
    display: inline-block;
    margin: 3rem 0rem;
    vertical-align: top;
}

.call-us-panel li{
    margin-top: 10px;
    font-size: 2.2rem !important;
}

.call-us-panel li p{
    line-height: 20px;
    font-size: 2.2rem !important;
}

.call-us-panel .small-text{
    font-size: 1.6rem !important;
}

.phone-list li{
    margin-top: 0.4rem;
}

.phone-list li:first-of-type{
    color: gray;
    font-size: 1.4rem;
}


/*================================
    加入我们
=================================*/
.small-text{
    font-size:1.6rem !important;
}

.job-panel{
    text-align: center;
    margin: 24px 0;
}

.job-panel ul{
    list-style: none;
    display: block;
    width: 960px;
    margin: 5px auto;
}

.job-panel ul li{
    float: left;
    position: relative;
    width: 240px;
    text-align: center;
    height: 240px;
    background-color: black;
    border-right: 5px solid #f0f1f2;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}

.job-panel ul li a:hover{
    color:red !important;
    cursor:auto;
}

.job-panel ul li img{
    width: 100%;
    height: 100%
}

.job-panel ul li a{
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
    position: absolute;
    display: inline-block;
    width: 240px;
    height: 240px;
    left: 0;
    top: 0;
    color: gray;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    padding-top: 104px;
}

.job-panel ul li a.two-line{
    padding-top: 88px !important;
}

.job-list-panel{
    text-align:center;
    width: 960px;
    margin:34px auto;
}
.job-list-panel .text-blk {
    width: 100%;
    float: left;
}
.job-list-panel .line {
    width: 955px;
    border-bottom: 1px solid #ccc;
	margin:20px auto;
}

.job-list-panel p{
    line-height: 2rem;
    width: 960px;
    text-align: left;
    margin: 0px auto;
    letter-spacing: 2px;
    font-size: 2.2rem;
    margin-top:10px;
}


.job-list-panel p:last-of-type{
    font-size: 2.2rem;
    font-weight:bold;
    margin-top:24px;
}

.job-list{
    float: left;
    list-style: none;
    width: 480px;
    vertical-align: top;
    text-align:left;
}

.job-list li{
    margin-top: 6px;
	font-size: 2.2rem;
}

.job-list li p{
    line-height: 1.5rem;
}

.job-list li:first-of-type{
    color: gray;
}

/*================================
    大事记
=================================*/
.big-event-list{
    width: 45%;
    height: 1526px;
    float: left;
    list-style: none;
    text-align: center;
    position: relative;
}
.time-line-blk {
    position: relative;
    width: 10%;
    height: auto;
    float: left;
    list-style: none;
}
.time-line-blk li.img-blk {
    position: relative;
    width: 100% !important;
    height: 80px !important;
    background-color: #fff !important;
}
.time-line-blk img {
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
}
.time-line-blk li{
    position: relative;
    width: 4px;
    height: 64px;
    background: #001f21;
    margin: 8px auto 16px;
}
.time-line-blk li.right:before,
.time-line-blk li.left:before {
    position: absolute;
    bottom: -14px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;

}
.time-line-blk li.right:before {
    left: 0;
    border-top: 7px solid #001f21;
    border-right: 4px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 4px solid #001f21;
}
.time-line-blk li.left:before {
    right: 0;
    border-top: 7px solid #001f21;
    border-right: 4px solid #001f21;
    border-bottom: 7px dashed transparent;
    border-left: 4px dashed transparent;
}
.time-line-blk .last {
    height: 160px;
    margin-bottom: 0;
}
.big-event-list li{
    position: absolute;
    text-align: center;
    height: 200px;
    width: 100%;
}

.big-event-list li .big-event-info{
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.big-event-list li .big-event-info>div{
    background-color: #e5e5e5;
    display: inline-block;
    width: 90%;
    height: 80%;
    text-align: left;
    padding: 16px;
    border-radius: 4px;
}

.big-event-list li .big-event-info:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 32px solid #e5e5e5;
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
    top: 40%;
    margin-top: -16px;
	right: 1px;
}
.big-event-list.list-2 .big-event-info:after{
    border-left: 32px solid transparent;
    border-right: 32px solid #e5e5e5;
    left: -35px;
}
.big-event-list li .big-event-info p{
    line-height: 26px;
    color: #071313;
    font-size: 1.8rem;
}
.big-event-list li .big-event-info p:first-of-type{
    color: #e13219;
}
.award_list{
    padding-top: 90px;
    padding-bottom: 90px;
    width: 100%;
    background-color: #f0f1f2;
}
.award_list p{
    text-align: center;
    color: gray;
    font-size: 1.8rem;
}
.award_list  blockquote{
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 2.4rem;
}
.award_list  blockquote:before{
    content: open-quote;
    font-size: 2.4rem;
    text-align: center;
    color: #2d2d2d;
    position: relative;
}
.award_list  blockquote:after{
    content: close-quote;
    font-size: 2.4rem;
    text-align: center;
    color: #2d2d2d;
    position: relative;
}
.big-event-list.list-1 li {left: 0;}
.big-event-list.list-2 li {right: 0;}
.big-event-list.list-1 .li-1 {top: 48px;}
.big-event-list.list-1 .li-2 {top: 383px;}
.big-event-list.list-1 .li-3 {top: 721px;}
.big-event-list.list-1 .li-4 {top: 1057px;}
.big-event-list.list-1 .li-5 {top: 1392px;}
.big-event-list.list-1 .li-6 {top: 1751px;}

.big-event-list.list-2 .li-1 {top: 217px;}
.big-event-list.list-2 .li-2 {top: 552px;}
.big-event-list.list-2 .li-3 {top: 889px;}
.big-event-list.list-2 .li-4 {top: 1226px;}
.big-event-list.list-2 .li-5 {top: 1569px;}
/*================================
    媒体报道
=================================*/
.media-event-panel{
	margin: 24px 0px;
}

.media-event-list{
	list-style: none;
    display: inline-block;
    width: 100%;
}

.media-event-list li{
	display: inline-block;
    width: 100%;
	margin: 35px 0px;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}

.media-event-list li:hover{
	background-color: #eeeeee;
	cursor:pointer;
}
.media-event-list li div {
    width: 200px;
    float: left;
    height: 130px;
    margin-right: 24px;
}
.media-event-list li img{
    display: block;
	width: 100%;
    height: 130px;
}

.media-event-list li p.title{
	font-size: 3.0rem;
    line-height: 30px;
	margin-top: 24px;
	color: #061f24;
}

.media-event-list li p.sub-title{
    font-size: 2.2rem;
    line-height: 36px;
	color: #565656;
}

.media-event-list li:hover p.sub-title{
	color:red;
}

.media-event-list li p.desc{
	font-size: 1.6rem;
	color: gray;
}

.media-event-list li span.publish-time{
	float: right;
	font-size: 1.6rem;
    margin-right: 24px;
	color: #7d7d7d;
}

.media_video_list{
	margin-bottom: 160px;
}

.media_video_list ul{
	text-align: center;
}

.media_video_list li{
    float: left;
	width: 20%;
    height: auto;
	margin-left: 20%;
}
.media_video_list li a{
	position: relative;
    display: inline-block;
}

.media_video_list li .video-img{
    behavior: url(PIE.htc);
	width: 100%;
    height: auto;
    border-radius: 10px;
}

.media_video_list li .play-btn{
	width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

.media_video_list li .title{
	font-size: 18px;
    color: black;
    font-weight: bold;
	text-align: left;
}

.media_video_list li .sub-title{
	font-size: 14px;
	color: gray;
	text-align: left;
}
