@import "golden_roc.css";
@import "animate.min.css";
@import "iconfont.css";

body {
    background: #ffffff;
}


.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    padding: 30px 0 20px 0;
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.header_wrap .logo {
    display: flex;
    align-items: flex-end;
}

.header_wrap .logo img {
    margin-right: 10px;
}

.header_wrap .logo p {
    display: flex;
    align-items: center;
    font-size: 27px;
    color: #000000;
    font-family: "黑体";
}

.header_wrap .logo p span {
    font-size: 40px;
}

.header_wrap .tel {
    display: flex;
    padding: 5px;
    background: #239cce;
    height: 56px;
    align-items: center;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color: #ffffff;
}

.header_wrap .tel .icon {
    width: 46px;
    height: 46px;
    font-size: 28px;
    color: #f09218;
    line-height: 46px;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.header_wrap .tel .title {
    font-size: 17px;
    align-self: flex-end;
    line-height: 1;
    margin-bottom: 10px;
}

.header_wrap .tel p {
    font-size: 29px;
    margin-right: 15px;
    line-height: 1;
}


.navigation {
    height: 50px;
    background: #239cce;
    position: relative;
    z-index: 100;
}

.navigation .nav_wrap {
    display: flex;
    height: 50px;
    position: relative;
}
.navigation .nav_wrap .nav_bg{
    position: absolute;
    height: 100%;
    background: #f09218;
}

.navigation .nav_wrap li {
    width: 150px;
    position: relative;
}

.navigation .nav_wrap li a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
}

.navigation .nav_wrap li a span {
    margin-right: 5px;
}

/*.navigation .nav_wrap li:hover,*/
.navigation .nav_wrap li.active {
    /*background: #f09218;*/
}

.navigation .nav_wrap li ul {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    background: rgba(35, 156, 206, 0.7);
    border-radius: 4px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    visibility: hidden;
}

.navigation .nav_wrap li ul:after {
    content: ' ';
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -15px;
    border-color: rgba(255, 255, 255, 0.8) transparent;
    border-style: solid;
    border-width: 0 15px 10px;
}

.navigation .nav_wrap li:hover ul {
    animation: fadeUp 0.30s linear;
    -webkit-animation: fadeUp 0.30s linear;
    visibility: visible;
}

@keyframes fadeUp {
    0% {
        transform: translateY(20%);
    }
    100% {
        transform: translateY(0);
        visibility: visible
    }
}

@-webkit-keyframes fadeUp {
    0% {
        -webkit-transform: translateY(20%);
    }
    100% {
        -webkit-transform: translateY(0);
        visibility: visible
    }
}

.navigation .nav_wrap li ul li {
    width: 100%;
    border-bottom: 1px #239cce solid;
}

.navigation .nav_wrap li ul li a {
    height: 36px;
    line-height: 36px;
    background: none;
    font-size: 15px;
    color: #ffffff;
}


.focus .swiper-button-next,
.focus .swiper-button-prev {
    color: #ffffff;
}


.mobile_navigation {
    display: none;
}

.index_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.index_search .key_words {
    font-size: 17px;
    color: #999999;
}

.index_search .key_words span {

}

.index_search .key_words span a {
    color: #999999;
}

.index_search .form_search {
    height: 42px;
    position: relative;
    width: 440px;
}

.index_search .form_search input[type="text"] {
    height: 42px;
    width: 100%;
    border: 0;
    background: #ebecec;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    padding: 0 47px 0 10px;
    outline: none;
}

.index_search .form_search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    width: 42px;
    border: 0;
    background: transparent;
    z-index: 1;
    cursor: pointer;
}

.index_search .form_search button span {
    font-size: 28px;
    color: #666666;
}

.pub_title {
    width: 100%;
    text-align: center;
    line-height: 1;
    color: #000;
}

.pub_title .title_cn {
    font-size: 43px;
}

.pub_title .title_en {
    font-size: 29px;
    margin-top: 10px;
    text-transform: uppercase;
}

.pub_title .desc {
    font-size: 19px;
    margin-top: 10px;
}

.index_product {
    margin-top: 90px;
}

.index_product .more {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: flex-end;
}

.index_product .more a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 26px;
}

.index_product .more a span {
    font-size: 20px;
}


.index_product .product_adv {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_product .product_adv .left {
    width: 608px;
}

.index_product .product_adv .left img {
    width: 608px;
    height: 608px;
}

.index_product .product_adv .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 585px;
}

.index_product .product_adv .right img {
    width: 100%;
    height: 301px;
}

.index_product .product_adv_bottom {
    width: 100%;
}

.index_app {
    margin-top: 110px;
}

.index_app .list {
    display: flex;
    flex-wrap: wrap;
}

.index_app .list .item {
    width: 388px;
    margin-left: 18px;
    margin-top: 40px;
}

.index_app .list .item:nth-child(3n+1) {
    margin-left: 0;
}

.index_app .list .item .img {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.index_app .list .item .img img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.index_app .list .item:hover .img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.index_app .list .item .title {
    margin-top: 15px;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_app .list .item .title a {
    font-size: 25px;
    color: #000000;
}


.index_service {
    margin-top: 110px;
}

.index_service .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_service .list .item {
    width: 572px;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}

.index_service .list .item .img {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.index_service .list .item .img img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.index_service .list .item:hover .img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.index_service .list .item .title {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
    white-space: nowrap;
}
span.sjgd{ display: none}
.index_service .list .item .title a {
    font-size: 25px;
    color: #000;
}

.index_service .list .item .desc {
    font-size: 24px;
    margin-top: 10px;
}


.index_cases {
    margin-top: 120px;
}

.index_cases .list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.index_cases .list .item {
    width: 572px;
    display: flex;
    margin-top: 30px;
    flex-direction: column;
}

.index_cases .list .item .img {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.index_cases .list .item .img img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.index_cases .list .item:hover .img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.index_cases .list .item .title {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    white-space: nowrap;
}

.index_cases .list .item .title a {
    font-size: 25px;
    color: #000;
}

.index_cases .more {
    display: flex;
    justify-content: center;
}
.mt50{ margin-top: 50px;}
.index_cases .more a {
    width: 340px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #666666;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f2f2f2;
}


.index_about {
    margin-top: 100px;
}

.index_about .index_about_wrap {
    margin-top: 60px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

.index_about .index_about_wrap .left {
    width: 600px;
}

.index_about .index_about_wrap .right {
    display: flex;
    width: 575px;
    text-align: justify;
    justify-content: space-between;
    flex-direction: column;
}

.index_about .index_about_wrap .right .text {
    font-size: 20px;
}

.index_about .index_about_wrap .right .more {
    display: flex;
    justify-content: flex-end;
}

.index_about .index_about_wrap .right .more a {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1;
}

.index_about .index_about_wrap .right .more a span {
    line-height: 1;
    font-size: 24px;
}

.index_about .index_about_pics {
    margin-top: 30px;
}

.index_about .index_about_pics .swiper-slide {
    height: 248px;
    width: auto !important;
}

.index_about .index_about_pics .swiper-slide img {
    width: auto;
    height: 248px;
}


.index_news {
    margin-top: 110px;
}

.index_news .more {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 5px;
    border-bottom: 2px #ccc solid;
}

.index_news .more a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 26px;
}

.index_news .more a span {
    font-size: 20px;
}


.index_news .more2 {
    display: none;
    justify-content: center;
}

.index_news .more2 a {
    width: 340px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #666666;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f2f2f2;
}

.index_news_wrap {
    margin-top: 55px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

.index_news_wrap .left {
    width: 600px;
}

.index_news_wrap .left .img {
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.index_news_wrap .left .img img {
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.index_news_wrap .left:hover .img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.index_news_wrap .left .title {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
}

.index_news_wrap .left .title a {
    font-size: 33px;
    color: #000;
}

.index_news_wrap .left .desc {
    font-size: 20px;
    height: 64px;
    margin-top: 10px;
    overflow: hidden;
}

.index_news_wrap .right {
    width: 540px;
}

.index_news_wrap .right li {
    position: relative;
    height: 68px;
    padding-left: 10px;
    border-bottom: 2px #ededed solid;
}

.index_news_wrap .right li:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 3px solid #239cce;
    border-bottom: 3px solid transparent;
}


.index_news_wrap .right li a {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 66px;
}

.index_news_wrap .right li a p {
    width: 0;
    flex: 1;
    margin-right: 20px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_news_wrap .right li a span {
    color: #999999;
}


.footer {
    margin-top: 80px;
    background: #145875;
    padding: 20px 0;
}

.footer .footer_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    align-items: center;
}

.footer .footer_wrap .logo {

}

.footer .footer_wrap .tel {
    color: #ffffff;
    text-align: center;
}

.footer .footer_wrap .tel p {
    font-size: 43px;
}

.footer .footer_wrap .tel span {
    font-size: 16px;
    width: 200px;
    height: 28px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px rgba(255, 255, 255, 0.5) solid;
}

.footer .footer_wrap .qr_code {
    display: flex;
}

.footer .footer_wrap .qr_code .img {
    width: 117px;
    height: 117px;
    background: url("../images/border_bg.png") no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -1px;
}

.footer .footer_wrap .qr_code .img img {

}

.foot_tab_bar_visible {
    display: none;
}

.foot_tab_bar {
    display: none;
}

.copy {
    background: #12506a;
    border-top: 1px rgba(255, 255, 255, .25) solid;
}

.copy .copy_wrap {
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    color: #ffffff;
}


.links {
    background: #12506a;
    border-top: 1px rgba(255, 255, 255, .25) solid;
}

.links .links_wrap {
    display: flex;
    padding: 15px 0;
    color: #ffffff;
}

.links .links_wrap a {
    margin-left: 10px;
    color: #ffffff;
}

.crumbs_nav {
    width: 100%;
    margin-top: 15px;
    height: 52px;
    align-items: center;
    display: flex;
    line-height: 1;
    border-bottom: 1px #ccc dashed;
    font-size: 18px;
    color: #333333;
    padding-left: 15px;
    position: relative;
}

.crumbs_nav:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 6px;
    background: #239cce;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.crumbs_nav a {
    color: #333333;
}

.crumbs_nav a:last-child {
    color: #239cce;
}

.main {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.main .left {
    width: 220px;
}

.main .left .left_nav {
    background: #239cce;
    color: #ffffff;
    padding: 15px 0 15px;
    margin-bottom: 40px;
}

.main .left .left_nav .title {
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
}

.main .left .left_nav .title .title_cn {
    font-size: 32px;
}

.main .left .left_nav .title .title_en {
    font-size: 14px;
    text-transform: uppercase;
}

.main .left .left_nav .list {
    padding-bottom: 50px;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
}

.main .left .left_nav .list li {
    padding-left: 40px;
    border-bottom: 1px rgba(255, 255, 255, .5) dashed;
    display: flex;
    align-items: center;
    height: 52px;
}

.main .left .left_nav .list li a {
    color: #ffffff;
    font-size: 18px;
}

.main .left .left_nav .logo {
    text-align: center;
    padding: 40px 35px;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
}

.main .left .left_nav .logo img {
}

.main .left .left_nav .tel {
    text-align: center;
    font-size: 28px;
    margin-top: 15px;
}

.main .left .left_nav .tel p {

}

.main .left .left_recommend {
}

.main .left .left_recommend .title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.main .left .left_recommend .list {
    margin-top: 15px;
}

.main .left .left_recommend li {
    border-bottom: 1px #e5e5e5 solid;
}

.main .left .left_recommend li a {
    font-size: 15px;
    color: #666666;
    display: block;
    height: 44px;
    line-height: 44px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.main .left .left_key_words {
    margin-top: 30px;
}

.main .left .left_key_words .title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.main .left .left_key_words .list {
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
}


.main .left .left_key_words a {
    font-size: 18px;
    color: #666666;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;

}

.mobile_left_nav {
    display: none;
}

.main .right {
    width: 940px;
}


.page {
    display: flex;
}

.page a,
.page span {
    padding: 4px 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px #e5e5e5 solid;
    font-size: 14px;
    margin-right: 5px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.page a:hover,
.page span {
    color: #239cce;
    border-color: #239cce;
}


.product_list {
    display: flex;
    flex-wrap: wrap;
}

.product_list .item {
    width: 308px;
    margin-left: 8px;
    margin-bottom: 40px;
}

.product_list .item:nth-child(3n+1) {
    margin-left: 0;
}

.product_list .item img {
    width: 100%;
    overflow: hidden;
}

.product_list .item .title {
    margin-top: 10px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.product_list .item .title a {
    font-size: 20px;
    color: #333333;
}

.news_list {
    margin-bottom: 40px;
}

.news_list li {
    position: relative;
    padding-left: 10px;
    border-bottom: 1px #ededed solid;
    padding-bottom: 15px;
    padding-top: 15px;
}

.news_list 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%);
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 3px solid #239cce;
    border-bottom: 3px solid transparent;
}


.news_list li a {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 1;
}

.news_list li a p {
    width: 0;
    flex: 1;
    margin-right: 20px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_list li a span {
    color: #999999;
}


.detail_wrap {
    width: 100%;
}

.detail_wrap .title {
    font-size: 32px;
    color: #000;
    text-align: center;
}

.detail_wrap .desc {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px #e5e5e5 dashed;
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.detail_wrap .content {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}

.xgxx{ width: 100%; font-size: 20px; font-weight: bold; margin-top: 20px; border-bottom: #e5e5e5 solid 1px; margin-bottom: 20px; padding-bottom: 10px;}


