/* 头部 */

.header {
    width: 100%;
    height: .55rem;
    line-height: .55rem;
    background-color: #ccc;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.header-ul {
    display: flex;
    justify-content: space-between;
}

.header-left, .header-right {
    font-size: .3rem;
    color: #666;
}

/* nav */

#navbar .navbar-nav li a:hover, #navbar .navbar-nav li a:focus {
    color: #ddbc6e;
}

#navbar .navbar-nav li a:hover, #navbar .navbar-nav li a:focus {
    border-bottom: 2px solid #ddbc6e;
}

.nav>li {
    background-color: #fff;
}

.nav>li>a {
    padding: 10px 0;
}

.navbar {
    margin-bottom: 0;
    padding-top: .6rem;
    height: 40px;
    min-height: 90px;
    background-color: #fff;
}

.navbar-nav {
    padding-top: .1rem;
}

.navbar-nav li {
    padding-left: .5rem;
}

.navbar-nav li a {
    font-size: .35rem;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.navbar .container {
    height: 100%;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav {
    margin: 0;
}

.navbar-header {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    position: relative;
}

.navbar-header .navbar-brand {
    padding-left: 30px;
    padding: 0;
    margin-left: 30px;
    height: 2rem;
}

.navbar-header .navbar-toggle {
    margin-right: 30px;
    z-index: 99999;
}

.navbar-nav li {
    padding-top: 8px;
    padding-bottom: 0px;
}

.navbar-nav li a {
    margin-left: 0;
    margin-right: 0px;
}

.navbar-header a {
    width: 100%;
    height: 100%;
    margin-top: .1rem;
}



/* 轮播图 */

.slideBox {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-top: 2rem;
}

.slideBox .hd {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    margin-left: -48px;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.slideBox .hd ul li {
    float: left;
    margin: 0 5px;
    width: 18px;
    height: 4px;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.slideBox .hd ul li.on {
    background: #999;
    width: 30px;
}

.slideBox .bd {
    width: 100%;
    height: 100%;
    height: auto;
    overflow: hidden;
}

.slideBox .bd li {
    vertical-align: middle;
}

.slideBox .bd li a {
    width: auto;
    height: auto;
}

.slideBox .bd img {
    width: 100%;
    height: auto;
    border: 0 none;
}

/* 关于我们 aboutUs*/

.aboutUs {
    width: 100%;
    padding-bottom: 2rem;
    background-color: #fff;
}

.aboutUs-title h2 {
    padding-top: 3rem;
    margin-top: 0;
    font-size: 1rem;
    text-align: center;
    color: #333;
}

.aboutUs-title p {
    font-size: .5rem;
    text-align: center;
    color: #d6d6d6;
    padding-bottom: 1.5rem;
}

.aboutUs-left h3 {
    font-size: .6rem;
}

.aboutUs-left>.aboutUs-x {
    font-size: .6rem;
}

.aboutUs-left p {
    /*font-size: .35rem;*/
    line-height: .7rem;
    color: #999;
    padding-bottom: 1rem;
}

.aboutUs-right {
    width: 12rem;
    height: 8rem;
    border: 1px solid #ccc;
    margin: 20px auto;
    position: relative;
}

.aboutUs-right img {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    /*left: -.5rem;*/
    /*top: -.5rem;*/
}

.aboutUs-left .aboutUs-btn {
    width: 3.5rem;
    height: 1rem;
    font-size: .35rem;
    color: #333;
    text-align: center;
    line-height: 1rem;
    border: 1px solid #ccc;
    cursor: pointer;
    vertical-align: middle;
    transition: all .3s;
}

.aboutUs-left .aboutUs-btn img {
    vertical-align: middle;
    width: .5rem;
    /* margin-top: -.05rem; */
}

.aboutUs-btn:hover {
    color: #fff;
    background-color: #ddbc6e;
}

/* 动画 */

.aboutUs-title-h2 {
    animation: car 1s;
}

.aboutUs-title-p {
    animation: car 1s .1s;
}

@keyframes car {
    0% {
        transform: translateY(100px);
        opacity: .1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.aboutUs-left-car {
    animation: car1 1s;
}

@keyframes car1 {
    0% {
        transform: translateX(-100px);
        opacity: .1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.aboutUs-right-car {
    animation: car3 1s;
}

@keyframes car3 {
    0% {
        transform: translateX(100px);
        opacity: .1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.aboutUs-img-car {
    animation: car4 1s;
}

@keyframes car4 {
    0% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

/* 服务范围 */

.serve-img {
    width: 100%;
    height: 35rem;
    position: fixed;
    left: 0;
    top: 0;
    background: no-repeat;
    z-index: -1;
}

.serves {
    width: 100%;
    background-size: 100%;background-repeat: no-repeat;background-position: center;
}

.serve-title h2 {
    font-size: 1rem;
    text-align: center;
    color: #fff;
    padding-top: 3rem;
    margin-top: 0;
}

.serve-title p {
    font-size: .5rem;
    text-align: center;
    color: #fff;
    padding-bottom: .5rem;
}

/* ... */

.serves {
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
}

.serves img {
    cursor: pointer;
}

.serves .serves-img {
    width: 4rem;
    /*height: 4rem;*/
    /*line-height: 4rem;*/
    margin: 0 auto;
}

.serves .serves-img img {
    height: 60%;
}

.serves h3 {
    font-size: .6rem;
    padding-top: 1rem;
    padding-bottom: .5rem;
}

.serves p {
    font-size: 14px;
}

.serves div {
    margin-top: .5rem;
}

.serves-list {
    width: 4rem;
    height: 5rem;
    margin: 0 auto;
    cursor: pointer;
}

.serves-list h3 {
    transition: all .3s;
    font-size: .5rem;
}

.serves-list:hover h3 {
    color: #ddbc6e;
}

.serves-p {
    width: .7rem;
    height: 1.5px;
    margin: 0 auto;
    background-color: #fff;
}

.serves-list:hover .serves-p {
    background-color: #ddbc6e;
}

/* 动画 */

.serve-title-h2 {
    animation: car 1s;
}

.serve-title-p {
    animation: car 1s .1s;
}

@keyframes car {
    0% {
        transform: translateY(100px);
        opacity: .1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.serve-ul-car {
    animation: car 1s;
}

@keyframes car {
    0% {
        transform: translateY(100px);
        opacity: .1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 政策动态 */

.policy {
    background-color: #fff;
    padding-bottom: .5rem;
}

.policy li {
    padding: .5rem;
}

.policy-title h2 {
    font-size: 1rem;
    text-align: center;
    color: #333;
    padding-top: 3rem;
}

.policy-title p {
    font-size: .5rem;
    text-align: center;
    color: #d6d6d6;
    padding-bottom: 1.5rem;
}

.policy-time {
    font-size: .5rem;
}

.policy-ul li h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}
.policy-ul li:hover h4,.policy-ul li:hover h4 a{
    color: #ddbc6e;
}
.policy-ul p {
    padding-top: .3rem;
    font-size: .35rem;
    color: #999;
    /*letter-spacing: 1px;*/
    line-height: .7rem;
}

.line {
    width: 100%;
    height: 1px;
    background: gray;
    margin: 20px auto;
    position: relative;
}
.line:after {
    content: "";
    width: 0;
    height: 1px;
    background: #ddbc6e;
    position: absolute;
    top: 0;
    left: 50%;
    transition: all .5s;
}

.policy-ul li:hover h4 .line:after{
    left: 0;
    width: 100%;
}

.policy-span {
    width: 3.5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .35rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 1rem;
    border: 1px solid #ccc;
    vertical-align: middle;
    cursor: pointer;
    transition: all .3s;
}

.policy-span img {
    vertical-align: middle;
    width: .5rem;
    margin-top: -.05rem;
}

.policy-span:hover {
    color: #fff;
    background-color: #ddbc6e;
}

/* 动画 */

.policy-title-h2 {
    animation: car 1s;
}

.policy-title-p {
    animation: car 1s .1s;
}

@keyframes car {
    0% {
        transform: translateY(100px);
        opacity: .1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 案例 */

.case {
    background-color: #fff;
}

.case-title h2 {
    font-size: 1rem;
    text-align: center;
    color: #333;
    padding-top: 3rem;
    margin-top: -5px;
}

.case-title p {
    font-size: .5rem;
    text-align: center;
    color: #d6d6d6;
    padding-bottom: 1.5rem;
}

.case-ul {
    height: 18rem;
}

.case-ul li {
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.case-img {
    width: 100%;
    height: 100%;
    background: url('/template/default/index/html/img/case.png') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 16rem;
    text-align: center;
    font-size: .45rem;
    color: #fff;
    padding-top: .4rem;
    transition: all .5s;
}

.case-ul li img {
    width: 100%;
    height: 100%;
}

/* 动画 */

.case-ul li:hover .case-img {
    margin-top: -16rem;
    padding-top: 7.5rem;
    line-height: 1rem;
}

.case-title-h2 {
    animation: car 1s;
}

.case-title-p {
    animation: car 1s .1s;
}

@keyframes car {
    0% {
        transform: translateY(100px);
        opacity: .1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 合作伙伴 */

.partner {
    background-color: #fff;
}

.partner-title h2 {
    font-size: 1rem;
    text-align: center;
    color: #333;
    padding-top: 3rem;
    margin-top: 0;
}

.partner-title p {
    font-size: .5rem;
    text-align: center;
    color: #d6d6d6;
    padding-bottom: 1.5rem;
}

.partner-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.partner-ul li {
    width: 24%;
    height: 4rem;
    line-height: 4rem;
    margin-top: .5rem;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .4s;
    cursor: pointer;
}

.partner-ul li:hover {
    box-shadow: 0px 10px 5px #eee;
    border: 1px solid #fff;
}

/* 动画 */

.partner-title-h2 {
    animation: car 1s;
}

.partner-title-p {
    animation: car 1s .1s;
}

@keyframes car {
    0% {
        transform: translateY(100px);
        opacity: .1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 底部 */

/* .footer {
    padding-top: 1rem;
    width: 100%;
    background-color: #333;
    color: #fff;
}

.footer .footer-ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    color: #fff;
}

.footer-list {
    width: 13%;
    line-height: .6rem;
}

.footer-list h4 {
    font-size: .45rem;
    margin-bottom: 15px;
}
.footer-list h4 a{
    color: #fff;
}
.footer-list>ul>li {
    font-size: .3rem;
    color: #fff;
}

.footer-lists {
    width: 22%;
}



.share {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .35rem;
}

.share li {
    width: 100%;
} */

/* 尾部 */

/*.footer {*/
    /*background-color: #8d8d8d;*/
/*}*/

/*.footer .col-md-4 {*/
    /*margin-top: 1rem;*/
    /*margin-bottom: 1rem;*/
    /*border-right: 1px solid #fff;*/
/*}*/

/*.footer .footer-img {*/
    /*line-height: 5rem;*/
    /*text-align: center;*/
/*}*/

/*.footer-img img {*/
    /*width: 25%;*/
/*}*/

/*.footer-ul {*/
    /*display: flex;*/
/*}*/

/*.footer-ul li img {*/
    /*width: 100%;*/
/*}*/

/*.footer-ul li {*/
    /*width: 50%;*/
/*}*/

/*.footer-ul-img {*/
    /*line-height: 5rem;*/
    /*padding-left: 2rem;*/
/*}*/

/*.footer-ul-li {*/
    /*font-size: .35rem;*/
    /*text-align: center;*/
    /*padding-top: 2rem;*/
    /*color: #fff;*/
/*}*/

/*.footer-text {*/
    /*padding-left: 2rem;*/
/*}*/

/*.footer-h4 {*/
    /*padding-top: .8rem;*/
    /*color: #fff;*/
/*}*/

/*.footer-ul-text {*/
    /*padding-top: .3rem;*/
/*}*/

/*.footer-ul-text li {*/
    /*font-size: .3rem;*/
    /*padding-top: .2rem;*/
    /*color: #fff;*/
/*}*/



@media screen and (max-width: 768px) {
    .case-img {
        top: 6rem;
    }
    .case-ul li:hover .case-img {
        margin-top: -6rem;
        padding-top: 3rem;
        line-height: 1rem;
    }
    .navbar-header .navbar-brand {
        padding-top: .3rem;
    }
}

/* 版权 */

.copyright {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background-color: #5e5e5e;
    font-size: .3rem;
    color: #fff;
}

/* 回到顶部 */

.actGotop {
    position: fixed;
    _position: absolute;
    bottom: 100px;
    right: 50px;
    width: 50px;
    height: 50px;
    display: none;
    margin-top: 10px;
    background-size: 100%;
}

.actGotop a, .actGotop a:link {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(/template/default/index/html/img/timg.jpg) no-repeat;
    _background: url(/template/default/index/html/img/timg.jpg) no-repeat;
    background-size: 100%;
    outline: none;
    border-radius: 50%;
    opacity: .7;
}

.actGotop a:active {
    background: url(/template/default/index/html/img/timg.jpg) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    outline: none;
}


/* 992 */

@media screen and (max-width: 992px) {
    .aboutUs-left {
        padding-bottom: 1rem;
    }
    .policy-ul p {
        line-height: .8rem;
    }
    .partner-ul li {
        width: 49%;
    }
    .footer-list {
        width: 100%;
    }
    .footer-list h4 {
        font-size: 1rem;
    }
    .footer-list>ul>li {
        font-size: .6rem;
    }
    .aboutUs-right {
        width: 100%;
        height: auto;
    }
    .navbar-nav li {
        padding-top: 0px;
        padding-left: 0;
    }
    .navbar-header a {
        margin-top: 0rem;
    }
    .navbar {
        min-height: 85px;
    }
    .nav>li>a {
        font-size: .3rem;
        padding: 18px .2rem;
    }
    .actGotop {
        bottom: 50px;
        right: 40px;
        width: 30px;
        height: 30px;
    }
    .actGotop a, .actGotop a:link {
        width: 30px;
        height: 30px;
    }
    .footer .col-md-4 {
        border: none;
    }
    .footer-img img {
        width: 78%;
    }
    .footer-ul-img {
        padding-left: 0;
    }
    .footer-ul {
        display: block;
    }
    .footer-ul li {
        width: 90%;
    }
    .footer-ul-li {
        padding-top: 0;
        text-align: center;
    }
    .footer-ul-img {
        width: 100%;
        margin: 0 auto;
    }
    .footer-ul li img {
        width: 90%;
    }
    .case-ul li img {
        height: 220%;
    }
    .navbar-nav {
        padding-top: .25rem;
    }
}

/* 768 */

@media screen and (max-width: 768px) {
    .navbar-brand {
        position: absolute;
        left: 1rem;
        top: 0;
    }
    .navbar-brand>img {
        width: 40px;
    }
    .navbar {
        min-height: 100px;
        padding-top: 1rem;
    }
    .nav>li>a {
        padding: 10px .2rem;
    }
    .partner-ul li {
        width: 99%;
        height: 5.5rem;
        line-height: 5.5rem;
    }
    .partner-ul-li {
        height: 90%;
    }
    .header {
        height: 1rem;
        line-height: 1rem;
    }
    .case-ul {
        height: 8rem;
    }
}

/*@media screen and (max-width: 500px) {*/
/*    .navbar {*/
/*        min-height: 80px;*/
/*    }*/
/*}*/

@media screen and (max-width: 414px) {

    .navbar {
        min-height: 80px;
    }
    .title1_strong{
        font-size: 16px;
    }
    .banner-readmore{
        font-size: 12px;
        line-height: 18px;
        padding: 0 2px 2px 2px;
        border-radius: 2px;
        margin: 0;
        height: 20px;
    }
    .banner_button{
        font-size: 10px;
        padding: 0;
    }
    .aboutUs{
        padding-bottom: .5rem;
    }
    .aboutUs-title h2{
        padding-top: 1rem;font-size: .6rem;
    }
    .aboutUs-title p{
        padding-bottom: .5rem;
    }
    .aboutUs-left h3{
        font-size: .4rem;
    }
    .aboutUs-left p{
        padding-bottom: .25rem;
    }
    .title1{
        font-size: .7rem;
    }
    .header-left {
        display: none;
    }
    .header-ul {
        position: relative;
    }
    .header-right{
        position: absolute;
        right: 0;
    }
    .navbar {
        min-height: 75px;
    }

    .button-default {
        font-size: 14px;
        padding: 5px 10px;
    }

    .serve-title h2,.policy-title h2,.case-title h2,.partner-title h2{
        padding-top: 1rem;font-size: .6rem;
    }
    .serve-title p{
        margin-bottom: 0;
    }
    .serve-title p,.policy-title p{
        padding-bottom: 0;font-size: .4rem;
    }
    .serves{
        margin-bottom: .75rem;
    }
    .serves div{
        margin-top: .25rem;
    }
    .serves-list{
        margin-top: .5rem; height: 3.5rem;
    }
    .serves-list .serves-h3{
        font-size: .4rem;padding-top: 0rem;
    }
    .serves .serves-img{
        height: 2rem;
    }

    .policy-span{
        margin-top: 0;
    }

    .case-title p,.partner-title p{
        padding-bottom: .5rem;font-size: .4rem;
    }



}

@media screen and (min-width: 414px) and (max-width: 769px) {
    .navbar {
        min-height: 80px;
    }
    .aboutUs{
        padding-bottom: .75rem;
    }
    .aboutUs-title h2{
        padding-top: 1rem;font-size: .8rem;
    }
    .aboutUs-title p{
        padding-bottom: .75rem;font-size: .7rem;
    }
    .aboutUs-left h3{
        font-size: .6rem;
    }
    .aboutUs-left p{
        padding-bottom: .5rem;font-size: 16px;
    }
    .title1{
        font-size: .7rem;
    }
    .header-left {
        display: none;
    }
    .header-ul {
        position: relative;
    }
    .header-right{
        position: absolute;
        right: 0;
    }
    .navbar {
        min-height: 75px;
    }

    .button-default {
        font-size: 14px;
        padding: 5px 10px;
    }

    .serve-title h2,.policy-title h2,.case-title h2,.partner-title h2{
        padding-top: 1.25rem;font-size: .8rem;
    }
    .serve-title p{
        margin-bottom: .15rem;font-size: .7rem;
    }
    .policy-title p{
        padding-bottom: 0;font-size: .7rem;
    }
    .policy-ul h4{
        font-size: 20px;
    }
    .policy-ul p{
        font-size: 16px;
    }
    .serves{
        margin-bottom: .75rem;
    }
    .serves div{
        margin-top: .25rem;
    }
    .serves-list{
        margin-top: .5rem; height: 4rem;
    }
    .serves-list .serves-h3{
        font-size: .5rem;padding-top: 0px;
    }
    .serves .serves-img{
        height: 2rem;
    }

    .policy-span{
        margin-top: 0;
    }

    .case-title p,.partner-title p{
        padding-bottom: .5rem;font-size: .7rem;
    }


}


/* 弹出层css */

.layui-layer-content {
    font-size: .6rem;
    padding: 1rem;
    text-indent: 2em
}
