@import "golden_roc.css";
@import "./iconfont/iconfont.css";

body {
    background: #ffffff;
}

/*$breakpoints: (  'xs': 'only screen and ( min-width: 480px)',  'sm': 'only screen and ( min-width: 768px)',  'md': 'only screen and ( min-width: 992px)',  'lg': 'only screen and ( min-width: 1200px)',) !default;*/


.container {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px !important;
        max-width: 1200px;
    }
}

.header {
    position: relative;
}

.header .navigation a {
    position: relative;

}

.header .navigation a.active {
    color: #f65e12;
}

.header .navigation a.active:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #f65e12;
}

.header .navigation a:hover {
    color: #f65e12;
}


.header .tel-menu .tel {
    color: #ff7300;
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.header .tel-menu .menu {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header .tel-menu .menu span {
    transition: 0.5s width, 0.8s top, 0.8s opacity;
    top: 0;
    border-radius: 1.5px;
    width: 100%;
    height: 2px;
    background: #ff7300;
    display: block;
}

.header .tel-menu .menu span.line-1 {
    width: 50%;
}

.header .tel-menu .menu span.line-2 {
    width: 100%;
    margin: 8px 0;
}

.header .tel-menu .menu span.line-3 {
    width: 75%;
}

.wap-nav {
    background: #ff7300;
    width: 270px;
    height: 100vh;
    position: fixed;
    z-index: 999;
    right: -270px;
    top: 0;
    bottom: 0;
    left: auto;
}

.wap-nav a {
    height: 65px;
    line-height: 65px;
    padding-left: 25%;
    border-bottom: 1px solid rgb(255, 145, 54);
    color: #ffffff;
}


/*index-focus*/
.index-focus {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.focus-btn{

}

.index-category img {
    max-width: 40px;
}

/*按钮*/
.more-btn {
    background: linear-gradient(90deg, rgb(227, 129, 53) 0%, rgb(253, 95, 56) 89%);
    color: #ffffff;
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
}

.more-btn:hover {
    animation: doudong .9s linear;
    color: #ffffff;
}

@-webkit-keyframes doudong {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes doudong {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}


@media (max-width: 992px) {
    .more-btn {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
}


.num-list .item {
    position: relative;
    line-height: 1;
}

.num-list .item .num {
    color: #e36c09;
    font-weight: bold;
}

.num-list sup {
    position: absolute;
    top: 12px;
    margin-left: 5px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .num-list sup {
        top: 7px;
    }
}

.num-list .item .text {
    color: #e36c09;
}

.index-person-service {
    background: #f8f8f8;
}


.index-company-service-title {
    bottom: 0;
    z-index: 10;
    width: 100%;
    left: 0;
}

.index-company-service-title .title {
    background: #FD5F38;
}

.index-company-service-title .title .line {
    width: 30px;
    height: 2px;
    background: #ffffff;
}

.index-company {
    background: #FD5F38;
}

.index-company .title {
    height: 140px;
    padding-top: 13%;
    padding-left: 12%;
}

.index-company .desc {
    padding: 30px 12%;
}


.index-company-list .image img {
    max-width: 48px;
}

.service-td img {
    width: 80%;
}


@media (max-width: 768px) {
    .service-td img {
        width: 60%;
    }
}


.advert {
    position: relative;
}

.advert .advert-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.advert .advert-wrap .en-title {
    color: #ffa500;
}

.advert-wap {
    position: relative;
}

.advert-wap .advert-wrap {
    position: absolute;
    bottom: 25px;
}

.index-news-left img {
    transition: .3s linear all;
    transform: scale(1.02);
}

.index-news-left img:hover {
    transform: scale(1.2);
}

.index-news-left-wrap {
    background: linear-gradient(90deg, rgb(227, 129, 53) 0%, rgb(253, 95, 56) 100%);
}

.index-news-left-wrap .line {
    transition: width 0.3s ease-in-out;
    width: 64px;
    height: 3px;
    background: #ffffff;
}

.index-news-left:hover .line {
    width: 100%;
}

.index-news-btn .news-btn {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #FD6E27;
    color: #ffffff;
    font-size: 16px;
}

.index-news-btn .news-btn:after {
    font-size: 18px;
    line-height: 49px;
}

.index-news-right {
    overflow: hidden;
}

.index-news-right .line {
    transition: width 0.3s ease-in-out;
    width: 64px;
    height: 3px;
    background: #eee;
}

.index-news-right .swiper-slide:hover .line {
    width: 100%;
}

.index-news-right .swiper-slide .title {
    color: #333;
    transition: .3s linear all;
}

.index-news-right .swiper-slide:hover .title {
    color: #ff7300;
}

.index-news-right img {
    transition: .3s linear all;
    transform: scale(1.02);
}

.index-news-right img:hover {
    transform: scale(1.2);
}


.history .tab {
    position: relative;
    display: flex;
    justify-content: space-around;
}

.history .tab:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DADCDF;
}

.history .tab li {
    font-size: 20px;
    color: #666666;
}

.history .tab li span {
    font-size: 22px;
    position: relative;
    z-index: 2;
    background: #e5e5e5;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.history-list .item {
    display: none;
}

.history-list .item .title {
    font-size: 30px;
    color: #333333;
    position: relative;
    padding-bottom: 20px;
}

.history-list .item .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background: #ff7300;
}


/*联系我们按钮*/
.contact-btn-a {
    background: #ff7043;
    color: #ffffff;
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s linear;
}

.contact-btn-a:before {
    background-color: #ff7043;
}

.contact-btn-a:hover {
    color: #ffffff;
}

.contact-btn-a:hover:before {
    background-color: #f65e12;
}


@media (max-width: 992px) {
    .contact-btn-a {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
}


.about-title span {
    position: relative;
}

.about-title span:before {
    content: '';
    width: 35px;
    height: 2px;
    background: #333333;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -1px;
}

.about-title span:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #333333;
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -1px;
}

.person-title {
    position: relative;
}

.person-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FE6635;
    width: 39px;
    height: 5px;
}


.crumbs {
    border-bottom: 1px #bfbfbf solid;
}


.news-box {
    background: url("../../img/index/images/news-bg.jpg") bottom center no-repeat;
}

.news-list .item img {
    transition: .3s linear all;
    transform: scale(1.02);
}

.news-list .item:hover img {
    transform: scale(1.2);
}


.news-list .line {
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: relative;
}

.news-list .line .line-x {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #ff7043;
    transition: .3s linear all;
}

.news-list .item:hover .line .line-x {
    width: 100%;
}


.news-desc {
    background: #f5f5f5;
}

.detail-line {
    height: 1px;
    width: 100%;
    background: #e5e5e5;
}


.form input {
    height: 34px;
    border: 1px #ccc solid;
    outline: none;
}

.form input:focus {
    border-color: #fd6e27;
}

.form .submit-btn {
    font-size: 14px;
    color: #ffffff;
    background: #fd6e27;
    width: 100px;
    height: 40px;
}





























































