
.g-hd .nav {
    margin-top: 20px;
}

.g-icon {
    display: inline-block;
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/icon.png);
    background-repeat: no-repeat;
}

.g-icon-signleft,
.g-icon-signright {
    width: 30px;
    height: 30px;
}

.g-icon-signleft {
    background-position: 0 -244px;
}

.g-icon-signright {
    background-position: 0 -213px;
}

.g-icon-arrowleft,
.g-icon-arrowright {
    width: 25px;
    height: 25px;
}

.g-icon-arrowleft {
    background-position: 5px -284px;
}

.g-icon-arrowright {
    background-position: 5px -314px;
}

.g-icon-arrowbgleft,
.g-icon-arrowbgright {
    width: 32px;
    height: 32px;
}

.g-icon-arrowbgleft {
    background-position: 0 -6px;
}

.g-icon-arrowbgright {
    background-position: 0 -43px;
}

.g-icon-company {
    width: 30px;
    height: 30px;
    background-position: 0 -473px;
}

.g-bd {
    /*margin-top: -98px;*/
}

.g-icon-search {
    width: 34px;
    height: 34px;
    background-position: 4px -57px;
    background-color: #fff;
}

.g-icon-search-white {
    width: 34px;
    height: 34px;
    background-position: 4px -87px;
}

.g-icon-email {
    width: 24px;
    height: 24px;
    background-position: 0 -262px;
}

.g-icon-tel {
    width: 24px;
    height: 24px;
    background-position: 0 -288px;
}

.g-icon-address {
    width: 24px;
    height: 24px;
    background-position: 0 -310px;
}

.g-icon-home {
    width: 20px;
    height: 20px;
    background-position: -37px -242px;
    vertical-align: text-top;
}

/*Ã¥Ââ€”Ã¦Â â€¡Ã©Â¢Ëœ*/
.section-header {
    position: relative;
}

.section-header .num {
    font-size: 24px;
    line-height: 1;
    color: #7d808d;
    margin-top: 0;
    margin-bottom: 14px;
}

.section-header .title {
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 14px;
    font-weight: bold;
}

.section-header .title span {
    font-size: 24px;
    line-height: 1;
    color: #d85212;
    vertical-align: top;
    margin-left: 14px;
}

.section-header .desc {
    color: #7d808d;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 26px;
}

.section-header .border-div {
    width: 70px;
    height: 2px;
    background: #0193de;
    margin-bottom: 14px;
}

.section-header .more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #753e2a;
    font-size: 16px;
}

.section-header .more:hover {
    color: #d85212
}

/*Ã¦â€“Â°Ã©â€”Â»*/
.news-item {
    display: block;
    margin-bottom: 30px;
    background: #ffffff;
}

.news-item:hover {
}

.news-item-pic {
    background-color: #8c4119;
}

.news-item-img {
    width: 100%;
    padding-bottom: 84%;
    background-size: cover;
    background-position: center;
}

.news-item-info {
    padding: 14px;
}

.news-item-title {
    color: #424656;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news-item-date {
    color: #d85212;
    font-size: 14px;
    margin-bottom: 0;
}

.news-item-desc {
    color: #878a96;
    font-size: 12px;
    line-height: 18px;
    height: 54px;
    margin-bottom: 0;
    overflow: hidden;
}

.news-item:hover .news-item-title,
.news-item:hover .news-item-desc {
    color: #8c4119;
}

.news-item:hover .news-item-img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    transition: all 0.1s linear;
}

/*Ã¥â€ â€¦Ã©Â¡Âµ*/
.g-main {
    background-color: #f5f5f5;
    min-height: 500px;
    padding-bottom: 80px
}

.banner-wrap {
    position: relative;
    height: 446px;
    background-size: cover;
    background-position: center;
}

.banner-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #753e2a;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.banner-wrap .section-header {
    margin-top: 215px;
    padding-left: 8px;
}

.banner-wrap .section-header .title,
.banner-wrap .section-header .desc {
    color: #ffffff;
}

.banner-wrap .border-div {
    width: 32px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 40px;
}

/*Ã¦Â ÂÃ§â€ºÂ®*/
.menu-wrap {
    background-color: #753e2a;
}

.menu-wrap .navbar-nav > li > a {
    position: relative;
    color: #ffb296;
    font-size: 14px;
    font-weight: bold;
    padding-left: 48px;
    padding-right: 48px;
}

.menu-wrap .navbar-nav > li > a:before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 14px;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-color: #89523c;
}

.menu-wrap .navbar-nav > li:first-child > a:before {
    display: none;
}

.menu-wrap .navbar-nav > li > a:hover,
.menu-wrap .navbar-nav > li.active > a {
    color: #ffffff;
    background: none;
}

.nav-left.nav > li > a {
    color: #666666
}

.nav-left.nav > li > a:focus,
.nav-left.nav > li > a:hover,
.nav-left.nav > li.active > a {
    background: none;
    color: #ff3300;
}

.nav-left.nav > li > a:before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 14px;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-color: #666666;
}

.nav-left.navbar-nav > li:first-child > a {
    padding-left: 0
}

.nav-left.navbar-nav > li:first-child > a:before {
    display: none;
}

.g-main-box {
    background-color: #fff8eb;
    /*background-image: url('https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/aside-bg.jpg');*/
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 31.25% auto;
    margin-top: -93px;
    position: relative;
    /* min-height: 1000px; */
}

.g-main-box .col-md-3 {
    /* background-color: #fff8eb; */
}

/*Ã¦â€“Â°Ã©â€”Â»Ã¥Ë†â€”Ã¨Â¡Â¨*/
.news-list {
    padding-top: 30px;
}

.news-banner {
    height: 396px;
}

.news-detail-wrap {
    padding-top: 40px;
    background-color: #ffffff;
    margin: 80px 0
}

.news-detail {
    max-width: 956px;
    margin: 0 auto;
}

.news-detail-bottom {
    margin-top: 50px;
    border-top: 1px solid #999999;
    padding: 50px 0;
}

.news-detail-bottom a {
    /*display: block;*/
    color: #753e2a;
    line-height: 2;
}

.news-detail-bottom a:hover {
    color: #ff3f00
}

.news-detail-title,
.news-detail-time {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 45px
}

.news-detail-time {
    font-size: 18px;
}

/*Ã¤Â¸Å¡Ã¥Å Â¡Ã¦ÂÂ¿Ã¥Ââ€”*/
.business-wrap {
    background-color: #fff8ed;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    margin-top: -93px;
    position: relative;
}

.g-main-left {
    padding: 22px 60px 40px;
    background-color: #ffffff;
}

.g-main-left .nav a {
    font-size: 12px;
}

.profession-item {
    padding-top: 20px;
    padding-bottom: 56px;
    border-top: 1px solid #cccccc;
}

.profession-item:first-child {
    border-top: 0
}

.profession-item-top {
    position: relative;
    display: block;
    background-color: #b98150;
    color: #ffffff;
    margin-bottom: 20px;
}

a.profession-item-top:hover,
a.profession-item-top:focus {
    color: #ffffff;
}

.profession-item-top:hover .profession-item-tips {
    text-decoration: underline;
}

.profession-item-pic {
    float: left;
}

.profession-item-title {
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 12%;*/
    /*margin-top: -67px;*/
    margin-left: 60px;
    margin-top: 60px;
}

.profession-item-4 .profession-item-title {
    position: absolute;
}

.profession-item-title h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.profession-item-title p {
    line-height: 24px;
    margin-bottom: 20px;
    height: 48px;
}

.profession-item-title {
}

.g-icon-earth {
    width: 22px;
    height: 22px;
    vertical-align: bottom;
    margin-right: 7px;
    background-position: -37px -216px;
}

.profession-item-info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.profession-item-contact p {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    margin-right: 90px;
}

.g-icon-tel,
.g-icon-email {
    width: 26px;
    height: 26px;
    vertical-align: bottom;
    margin-right: 7px;
}

.g-icon-tel {
    background-position: -36px -422px;
}

.g-icon-email {
    background-position: -39px -316px;
}

.profession-item-2 .profession-item-top {
    background-color: #8c4119;
}

.profession-item-3 .profession-item-top {
    background-color: #5078b9;
}

.profession-item:nth-child(2n) .profession-item-pic {
    float: right;
}

.profession-item:nth-child(2n) .profession-item-title {
    right: auto;
    left: 12%;
}

.profession-item-2 .g-icon-tel {
    background-position: -36px -396px;
}

.profession-item-2 .g-icon-email {
    background-position: -39px -290px;
}

.profession-item-3 .g-icon-tel {
    background-position: -36px -448px;
}

.profession-item-3 .g-icon-email {
    background-position: -39px -344px;
}

.profession-item-4 .g-icon-tel {
    background-position: -36px -369px;
}

.profession-item-4 .g-icon-email {
    background-position: -39px -263px;
}

@media (min-width: 1310px) {
    .g-main-box > .row > .col-md-9 {
        width: 68.75%;
    }

    .g-main-box > .row > .col-md-3 {
        width: 31.25%;
    }
}

.contactus-img {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contactus-img > img {
    width: 100%
}

.contactus-img-con {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0
}

.contactus-img-con .address-item {
    padding: 35px;
    background-color: rgba(117, 62, 42, 0.9);
    border: 0
}

.contactus-img-con .address-item p {
    color: #ffffff;
}

.address-item-wrap:nth-child(1) .address-item {
    border: 0
}

.address-list {
    padding-bottom: 40px
}

.address-item {
    padding: 10px;
    border-top: 1px solid #dadada
}

.address-item p {
    color: #333333;
    line-height: 2;
    margin-bottom: 0
}

.address-item .address-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

.history-img {
    margin-top: 20px
}

.history-item {
    position: relative;
    padding-left: 120px;
}

.history-item-year {
    position: absolute;
    top: 34px;
    left: 0;
    font-size: 30px;
    color: #ff3300;
    font-weight: bold;
}

.history-item-con {
    position: relative;
    border-left: 1px solid #cccccc;
    padding-top: 34px;
    padding-bottom: 34px;
}

.history-item-con:before {
    position: absolute;
    content: " ";
    width: 5px;
    height: 40px;
    background-color: #ff3300;
    top: 34px;
    left: 0;
}

.history-item-con p {
    color: #333333;
    line-height: 2;
    padding-left: 68px;
}

.history-item:hover p {
    color: #ff3300;
}

/*aboutus*/
.aboutus-content {
}

.aboutus-content h3 {
    font-size: 30px;
    color: #753e2a;
}

.aboutus-content h4 {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
}

.aboutus-content p {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
}

.aboutus-content h5 {
    font-size: 18px;
    font-weight: bold;
    color: #753e2a;
}

.aboutus-content h6 {
    font-size: 18px;
    color: #753e2a;
}

.aboutus-content .border-div {
    width: 48px;
    height: 2px;
    background-color: #ff3f00;
    margin-bottom: 10px;
    margin-top: 10px;
}

.g-aside {
    padding: 40px 20px;
}

.breadcrumb-1 {
    position: relative;
    background: none;
    border-radius: 0;
    padding: 0;
}

.breadcrumb-1 > li,
.breadcrumb-1 > li a {
    color: #753e2a;
    position: relative;
}

.breadcrumb-1 > li + li:before {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/icon.png);
    background-repeat: no-repeat;
    background-position: -57px 0;
}

/*.breadcrumb-1:before{
    position: relative;
    content:
    width: 26px;
    height: 26px;
    vertical-align: bottom;
    margin-right: 7px
}*/
.g-aside .border-div {
    width: 48px;
    height: 2px;
    background-color: #753e2a;
    margin-bottom: 20px
}

.g-aside-title,
.g-aside-desc,
.g-aside-text {
    color: #753e2a;
    line-height: 2;
}

.g-aside-title {
    font-size: 24px;
    font-weight: bold;
}

.g-aside-desc {
    font-size: 18px;
}

.g-aside-text {
    font-size: 14px;
}

.contactus-img {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contactus-img > img {
    width: 100%
}

.contactus-img-con {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0
}

.contactus-img-con .jobs-item {
    padding: 35px;
    background-color: rgba(117, 62, 42, 0.9);
    border: 0
}

.contactus-img-con .jobs-item p {
    color: #ffffff;
}

.jobs-list {
    padding-bottom: 40px
}

.jobs-item {
    padding: 10px;
}

.jobs-item-wrap + .jobs-item-wrap .jobs-item {
    border-top: 1px solid #dadada
}

.jobs-item p {
    color: #333333;
    /*line-height: 2;*/
    /*margin-bottom: 0*/
}

.jobs-item .jobs-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

.pagination-1 > li > span {
    border: 0;
    padding-left: 0;
    padding-right: 0
}

.pagination-1 > li.active > span,
.pagination-1.pagination > .active > span:hover {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #ccc;
    color: #333;
    border-radius: 0;
}

.pagination-1 > li > span:hover {
    background: none;
}

.pagination-1 > li > a:hover {
    color: #333;
    background-color: #cccccc;
    border-radius: 0;
}

.pagination-1 > li > a,
.pagination-1 > li > span {
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 4px;
    border: 0;
}

.pagination-1 > li > a {
    background: none;
    /* background-color: #f5f5f5; */
    color: #333;
}

.btn-prev-page,
.btn-next-page {
    color: #fff;
    background-color: #b9b9b9;
    border-color: #b9b9b9;
}

@media (min-width: 768px) {
    .g-hd .nav > li.about .dropdown-menu {
        width: 122%;
    }
    .g-hd .nav > li.business .dropdown-menu {
        width: 120%;
    }
    .g-hd .nav > li.news .dropdown-menu {
        width: 204%;
    }
    .g-hd .nav > li.contact .dropdown-menu {
        width: 130%;
    }
}

@media (max-width: 1259px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .banner-wrap {
        height: 188px;
    }

    .banner-wrap .section-header {
        margin-top: 125px;
        padding-left: 8px;
    }

    .section-header .more {
        top: 50px;
        bottom: auto;
    }

    .section-header .title {
        font-size: 24px;
    }

    .section-header .desc,
    .section-header .border-div {
        display: none;
    }

    .g-main {
        background-color: transparent;
        padding-bottom: 40px;
    }

    .g-aside {
        /*padding: 0;*/
    }

    .g-main-left {
        padding: 0;
    }

    .g-main-box {
        margin-top: 20px;
        background-image: none;
    }

    .g-bd .navbar-nav {
        margin: 0 auto;
        white-space: nowrap;
        overflow-x: auto;
    }

    .g-bd .navbar-nav > li {
        display: inline-block;
    }

    .g-bd .navbar-nav > li > a {
        display: inline-block;
    }

    .aboutus-content h3 {
        font-size: 22px;
    }

    .aboutus-content h4 {
        font-weight: 500;
    }

    .history-item-year {
        font-size: 22px;
    }

    .history-item {
        padding-left: 70px;
    }

    .history-item-con p {
        padding-left: 18px;
    }

    .profession-item-pic {
        float: none !important;
        overflow: hidden;
    }

    .profession-item-title {
        margin: 12px;
    }

    .profession-item-title h3 {
        margin-bottom: 20px;
    }

    .profession-item-contact p {
        margin-right: 0;
    }

    .profession-item-4 .profession-item-title {
        position: initial;
    }

    .menu-wrap .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-detail-wrap {
        padding-top: 0;
        margin: 0;
    }

    .news-detail-title, .news-detail-time {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.42;
    }

    .news-detail-bottom {
        padding: 0;
    }

    .news-detail-bottom a {
        line-height: inherit;
    }

    .address-item {
        padding: 15px;
    }

    .jobs-item {
        padding: 15px;
    }
}