@import "golden_roc.css";
@import "animate.min.css";
@import "iconfont.css?v=8";

body {
    background: #ffffff;
}


.container {
    width: 100%;
    padding: 0 13px;
}

/*头部*/
.header {
    width: 100%;
    padding: 30px 0 20px;
    display: none;
}

.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;
    display: none;
}

.navigation .nav_wrap {
    display: flex;
    height: 50px;
}

.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.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;
}

.focus .swiper-button-next:after,
.focus .swiper-button-prev:after {
    font-size: 24px;
}

/*搜索*/
.index_search {
    display: none;
    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: 23px;
    font-weight: bold;
}

.pub_title .title_en {
    font-size: 13px;
    margin-top: 10px;
    text-transform: uppercase;
}

.pub_title .desc {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.5;
}

.index_product {
    margin-top: 30px;
}

.index_product .more {
    display: none;
    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: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_product .product_adv .left {
    width: 100%;
}

.index_product .product_adv .left img {
    width: 100%;
}

.index_product .product_adv .right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.index_product .product_adv .right a {
    width: 48.5%;
}

.index_product .product_adv .right img {
    width: 100%;
}

.index_product .product_adv_bottom {
    margin-top: 10px;
    width: 100%;
}

.index_app {
    margin-top: 30px;
}

.index_app .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.index_app .list .item {
    width: 32%;
    margin-left: 2%;
    margin-top: 10px;
}

.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: 5px;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_app .list .item .title a {
    font-size: 15px;
    color: #000000;
}


.index_service {
    margin-top: 30px;
}

.index_service .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.index_service .list .item {
    width: 48%;
    display: flex;
    margin-top: 10px;
    flex-direction: column;
}

.index_service .list .item .img {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.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: 10px;
    white-space: nowrap;
}

.index_service .list .item .title a {
    font-size: 16px;
    color: #000;
}

.index_service .list .item .desc {
    font-size: 14px;
    margin-top: 5px;
}


.index_cases {
    margin-top: 30px;
}

.index_cases .list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.index_cases .list .item {
    display: flex;
    margin-top: 10px;
    width: 48%;
    flex-direction: column;
}

.index_cases .list .item .img {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.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: 5px;
    white-space: nowrap;
}

.index_cases .list .item .title a {
    font-size: 15px;
    color: #000;
}

.index_cases .more {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.index_cases .more a {
    padding: 5px 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e9e9e9;
}


.index_about {
    margin-top: 30px;
}

.index_about .index_about_wrap {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.index_about .index_about_wrap .left {
    width: 100%;
}

.index_about .index_about_wrap .right {
    display: flex;
    width: 100%;
    margin-top: 10px;
    text-align: justify;
    justify-content: space-between;
    flex-direction: column;
}

.index_about .index_about_wrap .right .text {
    font-size: 15px;
}

.index_about .index_about_wrap .right .more {
    display: none;
    justify-content: flex-end;
}
span.sjgd{

    float: right;
}
span.sjgd a{
     color: #0b3a58;
}
.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: 10px;*/
}

.index_about .index_about_pics .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_about .index_about_pics .swiper-wrapper .swiper-slide {
    position: relative;
    height: 180px;
    overflow: hidden;
    margin-top: 6px;
}

.index_about .index_about_pics .swiper-wrapper .swiper-slide:nth-child(n+3) {
    height: 160px;
}

.index_about .index_about_pics .swiper-wrapper .swiper-slide:nth-child(1) {
    width: 59%;
}

.index_about .index_about_pics .swiper-wrapper .swiper-slide:nth-child(2) {
    width: 39%;
}

.index_about .index_about_pics .swiper-wrapper .swiper-slide:nth-child(3) {
    width: 30.5%;
}

.index_about .index_about_pics .swiper-wrapper .swiper-slide:nth-child(4) {
    width: 35%;
}

.index_about .index_about_pics .swiper-wrapper .swiper-slide:nth-child(5) {
    width: 30.5%;
}

.index_about .index_about_pics .swiper-slide img {
    width: auto !important;
    max-width: inherit;
    height: 100%;
    top: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.index_news {
    margin-top: 30px;
}

.index_news .more {
    display: none;
    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: flex;
    justify-content: center;
    margin-top: 10px;
}

.index_news .more2 a {
    padding: 5px 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e9e9e9;
}


.index_news_wrap {
    margin-top: 20px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    flex-direction: column;
}

.index_news_wrap .left {
    width: 100%;
}

.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: 15px;
    text-align: center;
}

.index_news_wrap .left .title a {
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.index_news_wrap .left .desc {
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
}

.index_news_wrap .right {
    width: 100%;
    margin-top: 10px;
}

.index_news_wrap .right li {
    position: relative;
    border-bottom: 1px #ededed solid;
    padding: 5px 0 5px 10px;
}

.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: 15px;
}

.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;
    display: none;
}

.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 {
    height: 65px;
}

.foot_tab_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    background: #efefef;
    z-index: 500;
}

.foot_tab_bar .item {
    display: flex;
    width: 19%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 10px 0 12px;
    position: relative;
}

.foot_tab_bar .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333333;
}

.foot_tab_bar .item.active a {
    color: #239cce;
}

.foot_tab_bar .item span {
    font-size: 20px;
    line-height: 1;
}

.foot_tab_bar .item:nth-of-type(3) {
    width: 24%;
}

.foot_tab_bar .item:nth-of-type(3) .tel {
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #cd0313;
    background: #efefef;
    position: absolute;
    bottom: 25px;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.foot_tab_bar .item:nth-of-type(3) .tel span {
    font-size: 30px;
}

.foot_tab_bar .item:nth-of-type(3) .tel-2 {
    opacity: 0;
}

.foot_tab_bar .item p {
    margin-top: 5px;
    z-index: 10;
    line-height: 1;
}

.copy {
    padding: 20px 0;
}

.copy .copy_wrap {
    text-align: center;
    font-size: 14px;
}


.links {
    background: #12506a;
    border-top: 1px rgba(255, 255, 255, .25) solid;
    display: none;
}

.links .links_wrap {
    display: flex;
    padding: 15px 0;
    color: #ffffff;
}

.links .links_wrap a {
    margin-left: 10px;
    color: #ffffff;
}

.crumbs_nav {
    width: 100%;
    align-items: center;
    display: flex;
    line-height: 1;
    border-bottom: 1px #ccc dashed;
    font-size: 15px;
    padding: 10px 0 10px 10px;
    color: #333333;
    position: relative;
}

.crumbs_nav:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 3px;
    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: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.main .left {
    width: 100%;
}

.main .left .left_nav {
    background: #239cce;
    color: #ffffff;
    padding: 15px 0 15px;
    margin-bottom: 40px;
    display: none;
}

.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 {
    display: none;
}

.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;
    display: none;
}

.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 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mobile_left_nav a {
    padding: 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f1f1f1;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333333;
}

.mobile_left_nav a.active {
    background: #239cce;
    color: #ffffff;
}

.main .right {
    width: 100%;
}


.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: 48%;
    margin-left: 4%;
    margin-bottom: 10px;
}

.product_list .item:nth-child(2n+1) {
    margin-left: 0;
}

.product_list .item img {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product_list .item .title {
    margin-top: 5px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.product_list .item .title a {
    font-size: 15px;
    color: #333333;
}

.news_list {
    margin-bottom: 20px;
}

.news_list li {
    position: relative;
    padding-left: 10px;
    border-bottom: 1px #ededed solid;
    padding-bottom: 10px;
    padding-top: 10px;
}

.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: 15px;
    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: 20px;
    color: #000;
    text-align: center;
}

.detail_wrap .desc {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px #e5e5e5 dashed;
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.detail_wrap .content {
    font-size: 15px;
    color: #000;
    text-align: justify;
    margin-top: 10px;
}

.detail_wrap .content img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%; height: auto;
}


/*移动导航*/

.mobile_navigation {

}

.mobile_navigation_wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
}

.mobile_navigation_wrap .left {
    display: flex;
    align-items: flex-end;
    font-size: 13px;
    color: #000;
}

.mobile_navigation_wrap .left p {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.mobile_navigation_wrap .left span {
    font-size: 17px;
    font-weight: bold;
    margin-left: 5px;
}

.mobile_navigation_wrap .right {
    display: flex;
    align-items: center;
}

.mobile_navigation_wrap .right .icon {
    line-height: 1;
    font-size: 24px;
    color: #333333;
}

.mobile_navigation_wrap .right .icon.icon-menu {
    font-size: 26px;
}

.mobile_navigation_wrap .right .icon.icon-tel {
    margin-right: 10px;
}

.off-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999
}

.off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible
}

.off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-wrapper .off-canvas-inner-content {
    background-color: #FFF;
    width: 380px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(-100% - 50px));
    -ms-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 479px) {
    .off-canvas-wrapper .off-canvas-inner-content {
        width: 280px
    }
}

.off-canvas-menu-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-menu-wrapper .off-canvas-inner-content {
    background-color: #FFF;
    width: 400px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-left: auto;
    position: relative
}

.off-canvas-search-wrapper .off-canvas-inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}


.off-canvas-wrapper .btn-close-off-canvas {
    left: 100%
}

.btn-close-off-canvas {
    width: 50px;
    height: 56px;
    color: #212121;
    line-height: 56px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: 0;
    right: 100%;
    background: #F8F9FA;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-close-off-canvas i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 24px;
    line-height: 24px
}

.btn-close-off-canvas:hover {
    color: #122179;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.btn-close-off-canvas:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 479px) {
    .btn-close-off-canvas {
        width: 35px
    }

    .btn-close-off-canvas i {
        font-size: 18px
    }
}

.off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
    overflow: auto
}


.off-canvas-search-wrapper.open .off-canvas-inner {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInUp 1s forwards;
    animation: slideInUp 1s forwards
}

.off-canvas-search-wrapper .off-canvas-inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.off-canvas-search-wrapper .off-canvas-inner {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden
}

.off-canvas-search-wrapper .off-canvas-inner form {
    position: relative;
    width: 90%;
    margin: auto
}

.off-canvas-search-wrapper .off-canvas-inner form input {
    background-color: #E9ECEF;
    border: none;
    outline: none;
    padding: 15px 80px 15px 15px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn {
    background-color: #122179;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    width: 60px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn:hover {
    background-color: #212121;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.off-canvas-wrapper .offcanvas-widget-area {
    padding-top: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.off-canvas-wrapper .offcanvas-widget-area .widget-social {
    margin-top: auto;
    padding-bottom: 20px
}

.off-canvas-wrapper .offcanvas-widget-area .widget-social span {
    color: #333;
    font-size: 16px;
    background: #f1f1f1;
    padding: 8px;
    border-radius: 50%;
}

.off-canvas-menu-wrapper .offcanvas-widget-area {
    padding-top: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.off-canvas-menu-wrapper .offcanvas-widget-area .desc-content {
    padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu > li {
    list-style: none;
    margin-bottom: 20px;
    white-space: nowrap
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu > li > span {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link {
    margin: 20px 0;
    padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
    color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a:hover {
    color: #122179
}

.off-canvas-menu-wrapper .offcanvas-widget-area .widget-social {
    margin-top: auto;
    padding-bottom: 20px
}

.offcanvas-widget-area {
    padding: 0px 40px 20px
}

@media (max-width: 479px) {
    .offcanvas-widget-area {
        padding: 0 30px 20px
    }
}

.offcanvas-widget-area .search-box-wrap {
    background-color: #F8F9FA;
    margin: -40px -40px 60px -40px;
    padding: 14px 40px
}

@media (max-width: 479px) {
    .offcanvas-widget-area .search-box-wrap {
        margin: -40px -30px 60px -30px
    }
}

.offcanvas-widget-area .search-box-wrap form {
    position: relative
}

.offcanvas-widget-area .search-box-wrap form input {
    background-color: transparent;
    border: none;
    display: block;
    padding-right: 30px;
    outline: none;
    width: 100%
}

.offcanvas-widget-area .search-box-wrap form .btn-search {
    border: none;
    background-color: transparent;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.offcanvas-widget-area .search-box-wrap form .btn-search .icon-search {
    font-size: 20px;
}

.offcanvas-widget-area .search-box-wrap form .btn-search:hover {
    color: #122179
}


.off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    /*cursor: url(../images/icon/cancel.png), auto;*/
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.mobile-menu {
    height: 100%;
    padding-right: 30px;
    margin-right: -30px;
    margin-bottom: 40px
}

.mobile-menu li > a {
    font-size: 15px;
    color: #252525;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: block;
    padding: 15px 0;
    font-weight: 600
}

.mobile-menu li > a:hover {
    color: #000
}

.mobile-menu li ul li {
    border: none
}

.mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px 8px;
    font-weight: 400
}

.mobile-menu .has-children, .mobile-menu .menu-item-has-children {
    position: relative
}

.mobile-menu .has-children .menu-expand, .mobile-menu .menu-item-has-children .menu-expand {
    line-height: 50;
    top: 0;
    left: 100%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer
}

@media (max-width: 767px) {
    .mobile-menu .has-children .menu-expand, .mobile-menu .menu-item-has-children .menu-expand {
        left: 90%
    }
}

.mobile-menu .has-children .menu-expand i, .mobile-menu .menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 23px;
    border-bottom: 1px solid #252525;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

.mobile-menu .has-children .menu-expand i:before, .mobile-menu .menu-item-has-children .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #252525;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.mobile-menu .has-children.active > .menu-expand i:before, .mobile-menu .menu-item-has-children.active > .menu-expand i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

/*移动导航结束*/
/*效果一*/

.single-service-wrapper {
    text-align: center;
    height: auto;
    padding: 0 10px
}


.single-service-wrapper {
    text-align: center;
    height: auto;
    padding: 0 10px
}

.single-service-wrapper .service-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
    color: #FFF;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #f00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.single-service-wrapper .service-icon::before {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    content: "";
    opacity: 0.075;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.single-service-wrapper .service-icon i {
    position: relative;
    z-index: 9;
    font-size: 36px;
    line-height: 80px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}


.single-service-wrapper:hover .service-icon::before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}


/*效果一结束*/
/*效果2开始*/

.single-portfolio-wrap .port-info {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.single-portfolio-wrap .port-info .title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #FFF
}

.single-portfolio-wrap .port-info .title a {
    color: #FFF
}

.single-portfolio-wrap .port-info .portfolio-cate a {
    color: #FFF;
    position: relative
}

.single-portfolio-wrap .port-info .portfolio-cate a:before {
    background-color: #FFF;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 4px;
    height: 2px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 0
}

.single-portfolio-wrap .port-info .portfolio-cate a:hover:before {
    left: 0;
    right: auto;
    width: 100%
}

.single-portfolio-wrap:hover .port-info {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.single-portfolio-wrap .portfolio-thumb > a {
    display: block
}

.single-portfolio-wrap .portfolio-thumb > a > img {
    width: 100%
}


.hover-style {
    display: block;
    overflow: hidden
}

.hover-style img {
    -webkit-transform: scale(1.01) rotate(0.05deg);
    -ms-transform: scale(1.01) rotate(0.05deg);
    transform: scale(1.01) rotate(0.05deg);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.hover-style .overlay-1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    content: "";
    background-color: black;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hover-style:hover img {
    -webkit-transform: scale(1.05) rotate(0.05deg);
    -ms-transform: scale(1.05) rotate(0.05deg);
    transform: scale(1.05) rotate(0.05deg);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.hover-style:hover .overlay-1 {
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; 
}

.xgxx{ width: 100%; font-size: 20px; font-weight: bold; margin-top: 20px; border-bottom: #e5e5e5 solid 1px; margin-bottom: 20px; padding-bottom: 10px;}
/*效果2结束*/

