@charset "utf-8";

/*css comment*/

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    blr: expression(this.onfocus=this.blur());
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*height: 100%; overflow: hidden;*/
    font-family: arial, "微软雅黑", microsoft yahei;
    font-size: 14px;
}

.dn {
    display: none;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.vis {
    opacity: 1;
    visibility: visible;
}

img {
    border: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width: auto;
    vertical-align: top;
}

input,
textarea,
select {
    border: none;
    background: none;
    font-size: 14px;
    vertical-align: middle;
    color: #333;
    font-family: arial, "微软雅黑", microsoft yahei;
}

select {
    border: inherit;
    background: inherit;
}

a {
    transition: all 0.5s;
    text-decoration: none;
    blr: expression(this.onfocus=this.blur());
    outline: none;
    color: #333;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a:link,
a:active,
a:visited,
a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #caa069;
}

em,
i {
    font-style: normal;
}

a:focus,
input,
select {
    outline: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "\200b";
    display: block;
    clear: both;
    height: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
    -webkit-appearance: none;
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    opacity: 0.90;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
label {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    font-family: arial, "微软雅黑", microsoft yahei;
}

p,
ul,
ol {
    margin: 0;
}

.lazy {
    width: 100%;
    background: url(/uploads/image/shimages/loading.gif) 50% no-repeat;
}

.header {
    width: 100%;
    padding: 1vh 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.logo {
    max-width: 235px;
    width: 36%;
}

.logo2 {
    display: none;
}

.header_scroll {
    background: #fff;
}

.header_scroll .logo2 {
    display: block;
}

.header_scroll .logo1 {
    display: none;
}

.nav {
    display: flex;
    align-items: center;
    position: relative;
}

.nav ul {
    display: flex;
}

.nav li {
    margin-right: 35px;
    height: 75px;
    display: flex;
    align-items: center;
    position: relative;
}

.nav_link {
    padding: 10px 5px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.nav_link:after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

li:hover .nav_link {
    color: #fff;
}

li:hover .nav_link:after {
    height: 2px;
    bottom: -2px;
    opacity: 1;
}

li .nav_link.on:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 1;
}

.nav_slide {
    display: none;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    width: 550%;
    background: rgba(255, 255, 255, .97);
    padding: 40px 0 20px 30px;
    top: 75px;
}

.nav_slide:before {
    display: block;
    content: '';
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-bottom: 8px #fff solid;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translatex(-50%);
}

.nav_slide a {
    display: block;
    margin-bottom: 26px;
}

.nav_slide h5,
.nav_slide h6 {
    transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.1s;
    -webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
    -moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
}

.nav_slide h5:before,
.nav_slide h6:before {
    transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.9s;
    -webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .9s;
    -moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .9s;
}

.nav_slide h6 {
    font-size: 12px;
    color: rgba(153, 153, 153, .8);
    line-height: 18px;
    text-transform: uppercase;
}

.nav_slide h5 {
    color: rgba(51, 51, 51, .8);
    line-height: 21px;
    position: relative;
    display: inline-block;
}

.nav_slide h5:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 0;
    background: #caa069;
}

.nav_slide h6:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 0;
    background: transparent;
}

.nav_slide a:hover h5 {
    transform: translatey(-18px);
    font-size: 18px;
    color: #caa069;
    line-height: 23px;
}

.nav_slide a:hover h6 {
    transform: translatey(21px);
    color: #caa069;
}

.nav_slide a:hover h5:before,
.nav_slide a:hover h6:before {
    width: 40px;
    margin-right: 5px;
}

.search {
    padding: 0 10px;
    width: 226px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px #fff solid;
}

.search input[type="text"] {
    width: 100%;
    color: #fff;
}

.search_btn {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    background: url(/uploads/image/shimages/zoom.png) no-repeat center center;
    position: relative;
    overflow: hidden;
}

.search_btn input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}
.header_scroll .nav_link{
    color: #222222;
}
.header_scroll .nav_link.on{
    color: #caa069;
}

.header_scroll li:hover .nav_link {
    color: #caa069;
}

.header_scroll .nav_link:after {
    background-color: #caa069;
}

.header_scroll .nav_link.on:after {
    background-color: #caa069;
}

.header_scroll .search {
    border: 1px #caa069 solid;
}

.header_scroll .search input[type="text"] {
    color: #caa069;
}

.header_scroll .search_btn {
    background: url(/uploads/image/shimages/zoom2.png) no-repeat center center;
}

.menu {
    display: none;
    width: 48px;
    height: 48px;
    margin-left: 30px;
    position: relative;
}

.menu span {
    width: 24px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.menu span:before,
.menu span:after {
    display: block;
    content: '';
    width: 24px;
    height: 4px;
    background-color: #fff;
    transition: all 0.3s;
    position: absolute;
    left: 0;
}

.menu span:before {
    top: -10px;
}

.menu span:after {
    bottom: -10px;
}

.menu.on span {
    background-color: transparent;
}

.menu.on span:before {
    top: 0;
    transform: rotate(-45deg);
}

.menu.on span:after {
    bottom: 0;
    transform: rotate(45deg);
}

.header_scroll .menu span {
    background-color: #caa069;
}

.header_scroll .menu.on span {
    background-color: transparent;
}

.header_scroll .menu span:before,
.header_scroll .menu span:after {
    background-color: #caa069;
}

.mini_search_btn {
    display: none;
    width: 48px;
    height: 48px;
    background: url(/uploads/image/shimages/zoom2.png) no-repeat center center;
}

.mini_search {
    width: 50%;
    background-color: #fff;
    position: fixed;
    top: 64px;
    right: 0;
}

.mini_search_row {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mini_search input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px #caa069 solid;
}

.mini_search input[type="button"] {
    margin-left: 10px;
    color: #caa069;
}

.header_margin {
    display: none;
    padding: 1vh 0;
    box-sizing: content-box;
}

.banner_slide {
    overflow: hidden;
}

.banner_slide .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner_slide .swiper-slide-active img {
    animation: imgscale 10s linear infinite;
}

@keyframes imgscale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.banner_slide .swiper-pagination {
    bottom: 5% !important;
}

.banner_slide .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
}

.huahui {
    background: url(/uploads/image/shimages/bg1.jpg) no-repeat;
    background-size: cover;
}

.w1400 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
}

.huahui_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
}

.huahui_info {
    flex: 1;
}

.huahui_title {
    margin-bottom: 40px;
}

.huahui_title h3 {
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: bold;
    color: #000;
}

.huahui_title p {
    font-size: 24px;
    color: #000;
}

.huahui_content {
    margin-bottom: 60px;
    font-size: 12px;
    line-height: 28px;
    color: #999;
}

.more_btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 154px;
    height: 47px;
    background-color: #caa069;
    font-size: 16px;
    color: #fff;
}

.more_btn:hover {
    background-color: #b47e38;
    color: #fff;
}

.huahui_img {
    width: 42%;
    margin-left: 60px;
    background-color: #fff;
}

.work {
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.work_item {
    height: 580px;
    position: relative;
}

.work_img {
    height: 580px;
}

.work_info {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.work_title {
    position: absolute;
    top: 30%;
    left: 40px;
    color: #333;
}

.work_title h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

.work_title p {
    font-size: 28px;
}

.work_item .more_btn {
    position: absolute;
    bottom: 10%;
    left: 40px;
    opacity: 0;
    transition: all .8s;
}

.work_item.on .work_info {
    background-color: rgba(0, 0, 0, .13);
}

.work_item.on .work_title {
    color: #fff;
}

.work_item.on .more_btn {
    opacity: 1;
    bottom: 30%;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_left {
    background: url(/uploads/image/shimages/title_bg_15.png) no-repeat left center;
}

.title_left h3 {
    font-size: 30px;
    font-weight: bold;
}

.title_left p {
    font-size: 22px;
    font-weight: bold;
}

.more_btn2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 154px;
    height: 47px;
    border: 1px #ddd solid;
    font-size: 16px;
    color: #898989;

}
.more_btn2 .dont{
    display: none;
}

.more_btn2:hover {

    background-color: #b47e38;
    border:none;
    color: #fff;
}
.more_btn2:hover .dont{
    display: block;
}

.more_btn2:hover .bpnb{
    display: none;
}
.more_btn:hover {
    background-color: #b47e38;
    border: 1px #ccc #b47e38;
    color: #fff;
}

.homecase_item {
    position: relative;
}

.homecase_img2 {
    display: none;
}

.homecase_info {
    width: 1400px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translatex(-50%);
    background: #ffffff url(/uploads/image/shimages/dot_19.png) no-repeat 20px 10px;
}

.homecase_info img {
    width: 240px;
    height: 100px;
    margin-left: 2%;
}

.homecase_word {
    width: 100%;
    padding: 0 2%;
    padding-left: 5%;
    border-right: 1px #e6e6e6 solid;
    /*background: url(/uploads/image/shimages/dot_19.png) no-repeat left top;*/
}

.homecase_word h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.homecase_word p {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    width: 98%;
    overflow: hidden;
}

.homecase_prev,
.homecase_next {
    width: 36px;
    height: 107px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 9;
}

.homecase_prev {
    left: 15%;
    background: url(/uploads/image/shimages/left.png) no-repeat;
}

.homecase_next {
    right: 15%;
    background: url(/uploads/image/shimages/right.png) no-repeat;
}

.homenews {
    padding: 40px 0;
}

.homenews_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.homenews_left {
    width: 55%;
}

.homenews_left .title {
    margin-bottom: 60px;
}

.homenews_img {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}

.homenews_img a {
    display: block;
}

.homenews_img img {
    width:767px;
    height: 420px;
    object-fit: contain;
   /* height: auto;*/
    transition: all 0.3s;
}

.homenews_img:hover img {
    transform: scale(1.1);
}

.homenews_name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homenews_name a {
    color: #333;
}

.homenews_dec {
    height: 48px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.homenews_right {
    width: 30%;
    padding-left: 8%;
    border-left: 1px #e6e6e6 solid;
    position: relative;
}

.notice_slide {
    height: 600px;
}

.notice_name {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice_dec {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;
}

.notice_img {
    height: auto;
    overflow: hidden;
}

.notice_img a {
    display: block;
}

.notice_img img {
    transition: all 0.3s;
}

.notice_img:hover img {
    transform: scale(1.1);
}

.notice_down,
.notice_up {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    font-family: '宋体';
    position: absolute;
    left: -16px;
}

.notice_down {
    bottom: 20%;
    transform: rotate(90deg);
}

.notice_up {
    top: 20%;
    transform: rotate(-90deg);
}

.footer {
    background: url(/uploads/image/shimages/footer_bg.jpg) no-repeat #2f313b;
    background-size: cover;
}

.footer_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.footer_info {
    width: 330px;
}

.footer_logo {
    margin-bottom: 60px;
}

.hot {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #4b4b4b solid;
}

.hot p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
}

.hot h3 {
    font-size: 28px;
    color: #9fa1ac;
    font-weight: bold;
}

.footer_address {
    display: flex;
    font-size: 14px;
    line-height: 30px;
    color: #8b8d97;
}

.footer_address img {
    width: 15px;
    height: 18px;
    margin-right: 10px;
    margin-top: 5px;
}

.footer_address_p {
    flex: 1;
}

.footer_nav ul {
    display: flex;
}

.footer_nav li {
    margin-right: 70px;
}

.footer_nav h3 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.footer_nav p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #8b8d97;
}

.footer_nav a {
    color: #8b8d97;
}

.footer_nav a:hover {
    color: #caa069;
}

.qr {
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    color: #999;
    position: relative;
}

.qr_img {
    width: 105px;
    height: 105px;
    margin-bottom: 15px;
}

.scan_icon {
    width: 128px;
    height: 95px;
    position: absolute;
    top: 0;
    left: 0;
}

.btm_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-size: 14px;
    color: #8b8d97;
}

.copyright a {
    color: #8b8d97;
}

.link {
    width: 300px;
    position: relative;
}

.link_row {
    padding: 0 25px;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #292b36;
    color: #b8b8b8;
}

.link_slide {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 45px;
    background-color: #3e4259;
}

.link_slide a {
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 36px;
    color: #fff;
}

.link_slide a:hover {
    background-color: #4d526d;
}

.link:hover .link_slide {
    display: block;
}


/* 发展历程 */

.inside_banner {
    position: relative;
}

.inside_banner2 {
    display: none;
}
.inside_banner img {
    width: 100%;
}
.sub_nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px #848f97 solid;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sub_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 70px;
    font-size: 18px;
    color: #fff;
}

.sub_nav a.on {
    background-color: #caa069;
    color: #fff;
}

.mini_sub_nav {
    display: none;
    width: 100%;
}

.mini_sub_btn {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #caa069;
    color: #fff;
}

.mini_sub_btn img {
    width: 15px;
    height: 10px;
}

.mini_sub_slide {
    display: none;
    background-color: #f5f5f5;
}

.mini_sub_slide a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 40px;
    border-bottom: 1px #e6e6e6 solid;
}

.container {
    padding: 20px 0;
}

.history {
    position: relative;
}

.inside_title {
    margin-bottom: 20px;
}

.inside_title h3 {
    margin-bottom: 10px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.inside_title p {
    margin-bottom: 20px;
    color: #999;
}

.inside_title span {
    display: block;
    width: 23px;
    height: 5px;
    background-color: #282936;
}

.history ul {
    background: url(/uploads/image/shimages/bar.jpg) repeat-y center top;
}

.history li {
    display: flex;
}

.history li:nth-child(odd) {
    justify-content: flex-end;
}

.history_item {
    width: 50%;
}

.history li:nth-child(odd) .history_item {
    padding-left: 55px;
}

.history li:nth-child(even) .history_item {
    padding-right: 55px;
}

.history_content {
    padding: 20px 30px;
    background-color: #f7f7f7;
}

.history_info {
    padding: 10px 0;
}

.history_info h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.history_info p {
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.history_time {
    padding: 0 30px;
    height: 84px;
    display: flex;
    align-items: center;
    background-color: #ececec;
    font-size: 26px;
    color: #3b3b3b;
    position: relative;
}

.history li:nth-child(odd) .history_time:before {
    display: block;
    content: '';
    border-top: 8px transparent solid;
    border-bottom: 8px transparent solid;
    border-right: 8px #ececec solid;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translatey(-50%);
}

.history li:nth-child(even) .history_time:before {
    display: block;
    content: '';
    border-top: 8px transparent solid;
    border-bottom: 8px transparent solid;
    border-left: 8px #ececec solid;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translatey(-50%);
}

.history li:nth-child(odd) .history_time:after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    border: 2px #c9c9c9 solid;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -62px;
    transform: translatey(-50%);
}

.history li:nth-child(even) .history_time:after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    border: 2px #c9c9c9 solid;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -62px;
    transform: translatey(-50%);
}

.history_item:hover .history_content {
    background-color: #faf1e6;
}

.history_item:hover .history_time {
    background-color: #caa069;
    color: #fff;
}

.history li:nth-child(odd) .history_item:hover .history_time:before {
    border-right: 8px #caa069 solid;
}

.history li:nth-child(even) .history_item:hover .history_time:before {
    border-left: 8px #caa069 solid;
}

.history li:nth-child(odd) .history_item:hover .history_time:after {
    width: 18px;
    height: 18px;
    background-color: #caa069;
    border: 4px #f4ece1 solid;
    left: -64px;
}

.history li:nth-child(even) .history_item:hover .history_time:after {
    width: 18px;
    height: 18px;
    background-color: #caa069;
    border: 4px #f4ece1 solid;
    right: -64px;
}

.nomore {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
}


/* 荣誉 */

.honur {
    background: url(/uploads/image/shimages/honur_bg_02.jpg) no-repeat;
    background-size: cover;
}

.honur_popup {
    display: none;
    width: 780px;
    height: 710px;
    padding: 50px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 51;
}

.honur_popup_title {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.honur_close {
    width: 14px;
    height: 13px;
    position: absolute;
    top: 32px;
    right: 50px;
}

.honur_slide {
    width: 100%;
    height: 560px;
}

.honur_slide .swiper-slide {
    height: auto;
}

.honur_slide .swiper-scrollbar-drag {
    background-color: #caa069;
}

.honur_slide li {
    width: 580px;
    display: flex;
    line-height: 26px;
    color: #333;
}

.honur_slide li:hover {
    color: #caa069;
}

.honur_slide li span {
    margin-right: 10px;
    font-size: 18px;
}

.honur_slide li:hover span {
    font-weight: bold;
    color: #caa069;
}

.mini_honur_slide {
    display: none;
}

.mini_honur_slide li {
    display: flex;
    line-height: 26px;
    color: #333;
}

.mini_honur_slide li:hover {
    color: #caa069;
}

.mini_honur_slide li span {
    margin-right: 10px;
    font-size: 18px;
}

.mini_honur_slide li:hover span {
    font-weight: bold;
    color: #caa069;
}


/* 企业文化 */

.culture {
    background: url(/uploads/image/shimages/culture_bg.jpg) no-repeat;
    background-size: cover;
}

.culture ul {
    display: flex;
    flex-wrap: wrap;
}

.culture li {
    width: 16.666666%;
    height: 545px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px #e6e6e6 solid;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.culture li span {
    display: block;
    width: 38px;
    height: 2px;
    margin-bottom: 30px;
    background-color: #d9d9d9;
}


/* 集团介绍 */

.about_title {
    margin-bottom: 30px;
    text-align: center;
}

.about_title h3 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 34px;
    color: #333;
}

.about_title p {
    font-size: 24px;
    color: #333;
}
.about_content{
    font-size: 16px;
    color: #666666;
}
.about_content img{
    max-width: 100%;
}
/* 主营业务 */

.main_img1 {
    margin-bottom: 45px;
}

.main_img2 {
    display: none;
    margin-bottom: 20px;
}

.main li {
    margin-bottom: 30px;
    display: flex;
}

.main li img {
    width: 42px;
    height: 42px;
    margin-right: 12px;
}

.main_info {
    flex: 1;
}

.main_info h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #caa069;
}

.main_info p {
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    position: relative;
}

.main_info p:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #caa069;
    position: absolute;
    top: 8px;
    left: 0;
}


/* 成功案例 */

.case ul {
    display: flex;
    flex-wrap: wrap;
}

.case li {
    margin-bottom: 40px;
    padding: 0 20px;
    width: 50%;
}

.case_img {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.case_img a {
    display: block;
}

.case_img img {
    height: 320px;
    transition: all 0.3s;
}

.case_img:hover img {
    transform: scale(1.1);
}

.case_info {
    padding: 30px;
    background-color: #fafafa;
}

.case_name {
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_word {
    height: 60px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.view_more {
    width: 48px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px #e6e6e6 solid;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.view_more:hover {
    background-color: #caa069;
    border: 2px #caa069 solid;
    color: #fff;
}


/* 新闻 */

.date_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.date {
    margin-bottom: 20px;
}

.date_ti ul {
    display: flex;
    align-items: flex-end;
}

.date_ti li {
    margin-right: 30px;
    height: 70px;
    display: flex;
    align-items: flex-end;
}

.date_ti li a {
    padding-bottom: 20px;
    display: block;
    font-size: 30px;
    color: #999;
    font-weight: bold;
    position: relative;
}

.date_ti li.on a {
    font-size: 44px;
    color: #333;
}

.date_ti li.on a:after {
    display: block;
    content: '';
    border-left: 12px transparent solid;
    border-right: 12px transparent solid;
    border-bottom: 12px #f5f5f5 solid;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}

.month {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    background-color: #f5f5f5;
}

.month a {
    width: 50px;
    height: 34px;
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 14px;
    color: #999;
}

.month a.on {
    background-color: #caa069;
    color: #fff;
}

.news_search {
    width: 240px;
    height: 34px;
    display: flex;
    align-items: center;
    border: 1px #e6e6e6 solid;
}

.news_search input[type="text"] {
    width: 100%;
    padding: 0 10px;
}

.news_search input[type="button"] {
    width: 34px;
    height: 34px;
    background: url(/uploads/image/shimages/zoom3.jpg) no-repeat center center #8f8f8f;
    cursor: pointer;
}

.news_item {
    border-bottom: 1px #e6e6e6 solid;
}

.news_item:hover {
    background-color: #f5f5f5;
}

.news_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.2rem 0;
}

.news_img {
    width: 40%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.news_img:after {
    display: block;
    content: '';
    margin-top: 55%;
}

.news_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    object-fit: contain;
}

.news_img:hover img {
    transform: scale(1.1);
}

.news_info {
    width: 58%;
}

.news_time {
    margin-bottom: 1.2rem;
    font-size: 1rem;
    color: #999;
    font-weight: bold;
}

.news_time b {
    font-size: 1.8rem;
    color: #767676;
}

.news_name {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_dec {
    height: 2.4rem;
    margin-bottom: 2.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.6rem;
    line-height: 1.2rem;
    color: #999;
}

.news_container {
    width: 100%;
    max-width: 1240px;
    padding: 50px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_detail {
    width: 60%;
}

.news_detail_name {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.news_po {
    margin-bottom: 2.4rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #999;
}

.news_po p {
    margin-right: 1rem;
}

.news_page {
    width: 35%;
    padding: 2% 5%;
    background-color: #fafafa;
}

.news_page_row {
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_page_row span {
    color: #999;
}

.back_list {
    width: 100%;
    height: 48px;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #363743;
    color: #fff;
}


/* 招聘 */

.job {
    padding: 20px;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.job ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2% 0;
}

.job li {
    width: 33.3333%;
    padding: 0 2%;
    margin-bottom: 3%;
    cursor: pointer;
}
.job li:hover .view_more{
    background-color: #caa069;
    border: 2px #caa069 solid;
    color: #fff;
}

.job_item {
    padding: 10%;
    height: 360px;
    overflow: hidden;
    background-color: #fafafa;
    transition: all 0.3s;
}

.job_item:hover {
    transform: translatey(-5%);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.job_name {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}

.job_name img {
    margin-right: 10px;
}

.job_name h3 {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
}

.job_bar {
    margin-bottom: 1.2rem;
    width: 20px;
    height: 2px;
    background-color: #c9c9c9;
}

.job_word {
    margin-bottom: 2rem;
}

.job_dec {
    padding: 0.5rem 0;
    display: flex;
    color: #999;
}

.job_popup {
    display: none;
    max-width: 1100px;
    width: 90%;
    padding: 5%;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 51;
}

.job_popup_title {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px #e6e6e6 solid;
    position: relative;
}

.job_close {
    width: 14px;
    height: 13px;
    position: absolute;
    top: 0;
    right: 0;
}

.job_popup_name {
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem;
    font-size: 1.8rem;
    color: #333;
}
.gaaw p{
    font-weight: bold;
}
.job_popup_name img {
    margin-right: 10px;
}

.job_popup_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.job_popup_info {
    flex: 1;
    line-height: 2rem;
    color: #999;
}
.job_popup_info p{
    display: inline-block; margin-right:62px;
}
.job_popup_row a {
    display: flex;
    width: 114px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #caa069;
    color: #fff;
}

.job_popup_row a:hover {
    background-color: #b47e38;
    color: #fff;
}

.job_popup_content {
    height: 30rem;
    overflow-y: auto;
}


/* 联系我们 */

.contact {
    position: relative;
}

.contact_list {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 4rem;
    background-color: #fff;
}

.contact_list ul {
    display: flex;
    flex-wrap: wrap;
}

.contact_list li {
    width: 25%;
    text-align: center;
}

.contact_icon {
    width: 114px;
    height: 114px;
    margin: 0 auto;
    margin-bottom: 1rem;
    border-radius: 50%;
    border: 1px #e6e6e6 solid;
    position: relative;
}

.c_icon1,
.c_icon2 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.c_icon2 {
    display: none;
}

.circle {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: #caa069;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 8;
    transition: all 0.5s;
}

.contact_list li:hover .c_icon1 {
    display: none;
}

.contact_list li:hover .c_icon2 {
    display: block;
}

.contact_list li:hover .circle {
    transform: translate(-50%, -50%) scale(1);
}

.contact_list li p {
    margin-bottom: 10px;
    color: #999;
}

.contact_list li h3 {
    font-weight: bold;
    font-size: 15px;
    color: #333;
}


/* 党建 */

.party {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.party_img {
    width: 32%;
}

.party_info {
    width: 65%;
}

.party_info h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
}

.party_info p {
    font-size: 1rem;
    line-height: 2rem;
    color: #333;
}

.party_list {
    padding: 3rem 0;
    background-color: #f8f8f8;
}

.party_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.party_list li {
    margin-bottom: 2rem;
    width: 32%;
    transition: all 0.3s;
}

.party_list li:hover {
    transform: translatey(-10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.dang_img {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.dang_img:after {
    display: block;
    content: '';
    margin-top: 70%;
}

.dang_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.dang_img:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.dang_info {
    padding: 2rem;
    background-color: #fafafa;
}

.dang_name {
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 资质 */
/* 资质 */

.zizhi {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.circle_line1,
.circle_line2,
.circle_line3 {
    border-radius: 50%;
    border: 1px #b47e38 solid;
    transition: all 1s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5;
}

.circle_line1 {
    width: 40rem;
    height: 40rem;
    transition-delay: 0.6s;
}

.circle_line2 {
    width: 60rem;
    height: 60rem;
    transition-delay: 0.3s;
}

.circle_line3 {
    width: 100rem;
    height: 100rem;
}

.circle_line1.on,
.circle_line2.on,
.circle_line3.on {
    transform: translate(-50%, -50%) scale(1);
}

.ball {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to bottom, #cfa56f, #efcc9d);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 1s;
    transform: translate(-50%, -50%) scale(0);
    transition-delay: 1.5s;
}

.ball {
    font-size: 18px;
}

.ball1 {
    width: 300px;
    height: 300px;
}

.ball1.on {
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
}

.ball1.on:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.ball2 {
    width: 200px;
    height: 200px;
}

.ball2.on {
    top: 30%;
    left: 70%;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
}

.ball2.on:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.ball3 {
    width: 200px;
    height: 200px;
}

.ball3.on {
    top: 80%;
    left: 80%;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
}

.ball3.on:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.ball4 {
    width: 150px;
    height: 150px;
}

.ball4.on {
    top: 80%;
    left: 30%;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
}

.ball4.on:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.ball5 {
    width: 200px;
    height: 200px;
}

.ball5.on {
    top: 40%;
    left: 15%;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
}

.ball5.on:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.small {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 1s;
    transform: translate(-50%, -50%) scale(0);
    transition-delay: 1.5s;
}

.small_in {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fdf8f0;
    color: #b47e38;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes movex {
    0% {
        left: -22px;
    }
    100% {
        left: 100px;
    }
}

@keyframes movey {
    0% {
        top: -22px;
    }
    100% {
        top: 100px;
    }
}

.small1.on {
    top: 70%;
    left: 15%;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
    
}

.small1.on:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.small2.on {
    top: 30%;
    left: 30%;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
}

.small2.on:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.small2 .small_in {}

.small3.on {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
}

.small3.on:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.small3 .small_in {}

.small4.on {
    top: 20%;
    left: 80%;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
}

.small4.on:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.small4 .small_in {}

.small5.on {
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
}

.small5.on:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.small5 .small_in {}

.small6.on {
    top: 85%;
    left: 70%;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
}

.small6.on:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.small6 .small_in {}


/*企业资质end*/


.map_content{
    width: 100%;height:950px;overflow: hidden;
}




.pageshow{
    margin: 40px 0;clear: both;
}
.pageshow a.num,.pageshow a.prev,.pageshow a.next,.pageshow a.end,.pageshow a.first{
    background:#f3f3f3;color:#a3a3a3;width: 40px;height: 40px;text-align: center;line-height: 40px;display: inline-block;font-size: 15px;margin-right:5px;
}
.pageshow .current{
    background:#ca9f68;color: #fff;width: 40px;height: 40px;text-align: center;line-height: 40px;display: inline-block;margin-right:5px;font-size: 15px;
}




/*分享*/
.new_qrcode {
    position: fixed;
    width: 280px;
    height: 340px;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -170px;
    background: #fff;
    z-index: 15;
    display: none;
}

.qrcode {
    width: 200px;
    height: 200px;
    background: #f2f2f2;
    margin: 17px auto;
    overflow: hidden;
}

.new_qrcode p {
    width: 245px;
    margin: 0 auto;
    line-height: 20px;
    font-size: 13px;
    color: #000;
}

.weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
    padding: 13px;
}

.weixin_popup_head span {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
}

.new_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 13px;
    color: #999;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
/*end*/
/*搜索结果*/
.your_position{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    line-height:50px;
    font-size:16px;
}
.wagat{
    width: 1200px;margin:0 auto 40px;overflow: hidden;
}

.ser-ul{
    width: 100%;margin: 0 auto;
}
.ser-ul li{
    line-height: 40px;border-bottom: 1px solid #ddd;
}


.apt{
    text-align: center;font-size: 22px;line-height: 180px;
}
.notice_img img{
    width: 307px;
    height: 168px;
    object-fit:contain;
}

/*企业文化修改*/

.culture {
    background: url(/uploads/image/shimages/culture_bg.jpg) no-repeat;
    background-size: cover;
}

.culture ul {
    display: flex;
    flex-wrap: wrap;
}

.culture li {
    flex: 1;
    height: 545px;
    position: relative;
    transition: all 0.4s;
}

.culture li:hover {
    flex: 0 0 40%;
}

.culture_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px #e6e6e6 solid;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

/*.culture_box p {
    display: none;
}*/

.culture li:hover .culture_box p {
    display: block;
}

.culture li span {
    display: block;
    width: 38px;
    height: 2px;
    margin-bottom: 30px;
    background-color: #d9d9d9;
}

.culture_info {
    width: 100%;
    height: 100%;
    padding: 0 10%;
    display: none;
    flex-direction: column;
    justify-content: center;
    background-color:#caa069;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.4s;
}

.culture li:hover .culture_info {
    display: flex;
}

.culture_info h3 {
    font-size: 24px;
    font-weight: bold;
}

.culture_bar {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.culture_info p {
    line-height: 1.8rem;
}






/*banner修改*/

/*owl-carousel--1*/

.owl-theme .owl-controls {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*ie7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: alpha(opacity=50);
    /*ie7 fix*/
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: alpha(opacity=100);
    /*ie7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: alpha(opacity=50);
    /*ie7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    /*ie7 fix*/
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background:  no-repeat center center
}

.owl-carousel .owl-nav {
    margin: 0;
}

.owl-carousel .owl-nav.disabled .owl-dots {
    margin-top: 2%;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #00a036;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #00a036;
}


/*focus_scr*/

#focus_scr {
    overflow: hidden;
}

#focus_scr,
#focus_scr .owl-stage-outer,
#focus_scr .owl-stage,
#focus_scr .owl-item,
#focus_scr .item {
    height: 100vh;
    overflow: hidden;
    transition-property: opacity;
}

#focus_scr .owl-dots {
    position: absolute;
    bottom: 7%;
    left: 0;
    width: 100%;
    margin: 0;
}

#focus_scr .owl-controls {
    text-align: left;
}

#focus_scr .owl-controls .owl-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 5%;
    right: 0;
    padding-bottom: 40px;
}

#focus_scr .owl-controls .owl-page {
    display: block;
    margin: 0 10px;
    position: relative;
}

#focus_scr .owl-controls .owl-page span.owl-numbers {
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    background: none;
    position: relative;
    padding-left: 10px;
    margin: 0 0 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#focus_scr .owl-controls .owl-page span.owl-numbers:before {
    content: "0";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#focus_scr .owl-controls .owl-page span.owl-numbers:after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

#focus_scr .owl-controls .owl-page.active span.owl-numbers:after,
#focus_scr .owl-controls.clickable .owl-page:hover span.owl-numbers:after {
    width: 130px;
}

#focus_scr .owl-controls .owl-page.active span.owl-numbers,
#focus_scr .owl-controls.clickable .owl-page:hover span.owl-numbers {
    padding-right: 150px;
}

#focus_scr .owl-buttons {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -42%;
    margin-top: 17%;
}

#focus_scr .owl-controls .owl-buttons div {
    position: relative;
    cursor: pointer;
    background: none;
    padding: 0;
    margin: 0;
    filter: alpha(opacity=30);
    opacity: 0.3;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
}

#focus_scr .owl-controls .owl-buttons div.owl-prev {
    margin-right: 15px;
}

#focus_scr .owl-controls .owl-buttons div:hover {
    border-color: #0098d9;
}

#focus_scr .owl-controls .owl-buttons div:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

#focus_scr .owl-controls .owl-buttons div.owl-prev:before {
    background:  left center no-repeat;
    background-size: cover;
}

#focus_scr .owl-controls .owl-buttons div.owl-prev:hover:before {
    background-position: right center;
}

#focus_scr .owl-controls .owl-buttons div.owl-next {
    filter: alpha(opacity=100);
    opacity: 1;
}

#focus_scr .owl-controls .owl-buttons div.owl-next:before {
    background:  right center no-repeat;
    background-size: cover;
}

#focus_scr .owl-controls .owl-buttons div.owl-next:hover:before {
    background-position: left center;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 5px;
    background: #1976da;
    overflow: hidden;
}

#progressbar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#focus_scr .item img {
    display: inline-block;
    overflow: hidden;
}

#focus_scr .item img.pc_dom {
    display: block;
    width: 100%;
    height: 100%;
/*    animation: imgscale 10s linear infinite;*/
}

@keyframes imgscale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
    }
}

.focus_txt {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9.5%;
    width: 100%;
}

.focus_txt2 {
    position: absolute;
    bottom: 9.5%;
    left: 0;
    width: 100%;
    text-align: right;
}

.focus01_txt01 {
    position: relative;
    left: 0;
    top: 100px;
    opacity: 0;
}

#focus_scr .item .focus01_txt01 img {
    width: 38%;
    max-width: 560px;
}

#focus_scr .item .focus01_txt02 img {
    width: 11%;
    max-width: 157px;
}

#focus_scr .active .focus01_txt01 {
    top: 0;
    opacity: 1;
}


.homecase_prev:hover {
    background: url(/uploads/image/shimages/left_o.png) no-repeat;
}

.homecase_next:hover {
    background: url(/uploads/image/shimages/right_o.png) no-repeat;
}

.homecase_info:hover .homecase_word h3 {
    color: #b47e38;
}


