* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    font-family: 'PingFangSC-Regular', 'STXihei', 'Microsoft YaHei', 'Microsoft JhengHei', 'sans-serif';
}
li {
    list-style: none;
}
a {
    color: inherit;
    text-decoration: none;
}



.container {
    width: 1200px;
    margin: 0 auto;
    /*background: #eee;*/
}
.top-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
}
.header {
    /*height: 80px;*/
    position: relative;
    z-index: 2;
    /*margin-top: 1px;*/
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.header.fixed {
    background-color: rgba(255, 255, 255, .9);
}
.header-sub {
    height: 80px;
}
.header .logo {
    float: left;
    height: 60%;
    margin: 16px 0;
}
.header .page-nav {
    float: right;
    height: 100%;
    color: #777;
}
.page-nav-ul {
    height: 100%;
}
.page-nav-li {
    position: relative;
    z-index: 1000;
    float: left;
    height: 100%;
    line-height: 80px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.page-nav-li:hover {
    color: #000;
}
.page-nav-li a {
    display: block;
    padding: 0 16px;
}
.page-nav-li:hover .page-sub-nav-ul {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}
.page-nav-li.active{
    color: #000;
}
.page-nav-li.active:after,
.page-nav-li.active:before {
    position: absolute;
    content: '　';
    height: 2px;
    bottom: 20px;
}
.page-nav-li.active:before {
    left: 15px;
    right: 38%;
    background-color: #333;
}
.page-nav-li.active:after {
    left: 65%;
    right: 15px;
    background-color: #ff750d;
}
.page-sub-nav-ul {
    position: absolute;
    left: 50%;
    transform-origin: 50% 0;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 85%;
    line-height: 45px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 25px #ccc;
    z-index: 1000;
    padding: 8px 0;
}
.page-sub-nav-ul:before {
    position: absolute;
    content: '　';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #ff750d;
}
.page-sub-nav-li {
    position: relative;
    padding: 0 18px;
    white-space: nowrap;
    color: #777;
}
.page-sub-nav-li:hover {
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.page-sub-nav-li:before {
    position: absolute;
    content: '　';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 5px;
    height: 10px;
    background-color: #ff750d;
    border-radius: 0 5px 5px 0;
    opacity: 0;
}
.page-sub-nav-li:hover:before {
    opacity: 1;
}

.footer {
    position: relative;
    background-color: #f4f5f9;
}
.footer:before {
    content: '　';
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: -1;
    width: 100%;
    height: 89px;
    background-image: url("../img/footer-bg.png");
    background-color: #f4f5f9;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-info {
    overflow: auto;
    padding: 50px 0 18px;
}
.footer .contact-us-box {
    float: left;
}
.footer .contact-us-box .qrcode {
    float: left;
    margin-right: 16px;
    margin-top: 3px;
    width: 130px;
    height: 130px;
}
.footer .contact-us-box .contact-us {
    overflow: auto;
    color: #777;
    line-height: 2;
}
.footer .contact-us-box .contact-us .contact-us-name {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.footer .hotline-box {
    float: right;
    text-align: right;
    line-height: 1.5;
}
.footer .hotline-box .logo {
    height: 50px;
}
.footer .hotline-box .hotline-name {
    margin-top: 5px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.footer .hotline-box .hotline {
    color: #ff750d;
    font-size: 30px;
    font-weight: bold;
}
.footer .archival {
    padding: 16px 0 25px;
    text-align: center;
    border-top: 1px solid #ddd;
    color: #777;
    font-size: 14px;
}
.footer .archival a:hover {
    text-decoration: underline;
}




.service-tab {
    position: relative;
    z-index: 1;
    padding: 30px 0 25px;
    text-align: center;
    color: #5d5d5d;
    font-size: 18px;
}
.service-tab li {
    display: inline-block;
    width: 150px;
    margin: 5px;
    padding: 8px 0;
    background-color: #e9eef1;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px
}
.service-tab li.active {
    background-color: #ff8500;
    box-shadow: 0 0 5px #ff8500;
    color: #fff;
}
.service-tab li a {
    display: block;
}
.service-top {
    position: relative;
    padding: 20px 40px;
    width: 1000px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 25px #ddd;
    visibility: hidden;
}
.service-top .text .title {
    color: #ff8500;
    font-size: 40px;
}
.service-top .text .intro {
    padding: 20px 0 12px;
    color: #3d3d3d;
    font-size: 24px;
}
.service-top .text .detail {
    color: #9c9c9c;
    font-size: 18px;
    line-height: 1.8;
}
.service-top .img {
    position: absolute;
    right: 25px;
    top: -12px;
    height: 240px;
}


.page-title {
    padding: 12px 0;
    font-size: 36px;
    color: #ff8500;
    text-align: center;
    font-weight: normal;
}
.page-title.small {
    font-size: 30px;
}
.page-sub-title {
    font-size: 24px;
    color: #9c9c9c;
    text-align: center;
    line-height: 2;
    font-weight: normal;
}

.top-transverse-line {
    position: relative;
}
.top-transverse-line:before,
.top-transverse-line:after {
    position: absolute;
    content: '　';
    top: 0;
    left: 50%;
    height: 5px;
}
.top-transverse-line:before {
    width: 50px;
    background-color: #ff8500;
    -webkit-transform: translateX(-35px);
    -moz-transform: translateX(-35px);
    -ms-transform: translateX(-35px);
    -o-transform: translateX(-35px);
    transform: translateX(-35px);
}
.top-transverse-line:after {
    width: 15px;
    background-color: #000;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.nav-right {
    position: fixed;
    z-index: 1001;
    right: 16px;
    bottom: 100px;
}
.nav-right .nav-right-ul li a {
    display: block;
}
.nav-right .nav-right-ul li a .consult {
    position: relative;
    right: 0;
    height: 60px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.page-content {
    visibility: hidden;
}