@charset "UTF-8";

/* css reset */
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica, Arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

span {
    display: inline-block;
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
}

sub,
sup {
    font-size: 6px;
    margin-left: 2px
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

body {
    font-weight: 300;
    font-size: 1em;
    color: #333;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    background: #FFF;
}

.clear {
    clear: both;
    zoom: 1;  
}

.flexul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.clear:after,
.clear:before {
    content: "";
    display: table;
    height: 0;
    clear: both;
}

.wrap {
    width: 1200px;
    /* max-width:94%; */
    margin: 0 auto;
}

.fl {
    float: left
}

.fr {
    float: right
}

/* header */
header {
    padding-top: 13px;
}

.nav-bottom {}

.nav-bottom .nav-bottom-right {
    float: right;
    margin-top: 3px;
}

.nav-bottom .nav-bottom-right .lang {}

.nav-bottom .nav-bottom-right .lang a {
    display: inline-block;
    font-size: 12px;
    color: #333333;
    padding: 0 5px;
    position: relative;
}

.nav-bottom .nav-bottom-right .lang a:hover {
    color: #f5a21c;
}

.nav-bottom .nav-bottom-right .lang a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 70%;
    right: 0;
    background: #cccccc;
    top: 50%;
    transform: translateY(-50%);
}

.nav-bottom .nav-bottom-right .lang a:last-of-type::after {
    position: unset;
}

.nav-bottom .nav-bottom-left {
    float: right;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.nav-bottom .nav-bottom-left::after {
    position: absolute;
    content: "";
    height: 150%;
    width: 1px;
    background: #cccccc;
    bottom: 0;
    right: 0;
}

.nav-bottom .nav-bottom-left p {
    border: 1px solid #cccccc;
    border-radius: 50px;
    width: 200px;
    height: 28px;
}

.nav-bottom .nav-bottom-left p input {
    width: 160px;
    height: 26px;
    padding-left: 8px;
    background: #ffffff;
    border: none;
    border-radius: 50px;
}

.nav-bottom .nav-bottom-left p input[type=text] {
    color: #808080;
}

.nav-bottom .nav-bottom-left p .iconbg {
    width: 23px;
    height: 23px;
    background: url(../image/sousuo.png) no-repeat;
    background-position: center;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.nav-list {
    margin-top: 15px;
}

.nav-list ul {}

.nav-list ul li {
    float: left;
    padding: 0px 0;
    position: relative;
}

.nav-list ul li:hover::after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    width: 75%;
    background: #f5a21c;
    left: 0;
    right: 0;
    margin: auto;
}

.nav-list ul li>a {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    padding: 15px 30px;
    position: relative;
}

.nav-list ul li>a::after {
    position: absolute;
    content: "";
    right: 0;
    height: 44%;
    width: 1px;
    border-right: 1px dashed #cccccc;
}

.nav-list ul li:last-of-type>a::after {
    position: unset;
    border-right: none;
}

.nav-list ul li:last-of-type>a {}

.nav-list li.active {}

.nav-list ul li:hover>a,
.nav-list li.active>a {
    color: #f5a21c;
}

.logo {
    margin-top: 22.5px;
}

.nav-list ul li.active::after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    width: 75%;
    background: #f5a21c;
    left: 0;
    right: 0;
    margin: auto;
}

/* header */
.index_banner {
    position: relative;
    z-index: 1;
}

.index_banner .hd {
    position: absolute;
    bottom: 10px;
    height: 5px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.index_banner .hd li {
    width: 25px;
    height: 10px;
    cursor: pointer;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin: 0 5px;
}

.index_banner .hd li.on {
    background: #f5a21c;
}

.index-yewu {
    border-bottom: 1px solid #cccccc;
}

.index-yewu-ul {}

.index-yewu-ul li {
    width: 25%;
    float: left;
}

.index-yewu-ul li a {
    display: block;
    border-right: 1px solid #cccccc;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
}

.index-yewu-ul li:last-of-type a {
    border-right: 0;
}

.index-yewu-ul li a p {
    margin-bottom: 15px;
}

.index-yewu-ul li a icon {
    display: inline-block;
    width: 73px;
    height: 73px;
}

.index-yewu-ul li a .icon1 {
    background: url(../image/icon-1.png) no-repeat;
}

.index-yewu-ul li a .icon2 {
    background: url(../image/icon-2.png) no-repeat;
}

.index-yewu-ul li a .icon3 {
    background: url(../image/icon-3.png) no-repeat;
}

.index-yewu-ul li a .icon4 {
    background: url(../image/icon-4.png) no-repeat;
}

.index-yewu-ul li a:hover {
    color: #f5a21c;
}

.index-yewu-ul li a:hover icon {
    transform: scale(1.1);
    transition: 0.4s;
}

.index-bac {
    position: relative;
    background: url(../image/im-bac_02.jpg) no-repeat;
    background-position: bottom;
    height: 600px;
    background-size: 100% 100%;
    z-index: 1;
}

.tit-text {
    text-align: center;
    margin-top: 65px;
}

.tit-text h3 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 36px;
    position: relative;
}

.tit-text .tit-span {
    width: 100px;
    height: 4px;
    border-radius: 5px;
    background: #f5a21c;
    margin: 10px auto 25px;
}

.tit-text p {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    text-align: center;
    width: 60%;
    margin: auto;
}

.index-yewu2 {
    margin-top: 20px;
}

.index-yewu2 ul {}

.index-yewu2 ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.index-yewu2 ul li:last-of-type {
    margin-right: 0;
}

.index-yewu2 ul li a {
    display: block;
    text-align: center;
    background: #eeeeef;
    position: relative;
}

.index-yewu2 ul li a .yewu2-img {
    overflow: hidden;
}

.index-yewu2 ul li a .yewu2-text {}

.index-yewu2 ul li a .yewu2-text h4 {
    margin: 20px auto 15px;
}

.index-yewu2 ul li a .yewu2-text .yewu2-icon {
    padding-bottom: 20px;
}

.index-yewu2 ul li a .yewu2-text .yewu2-icon  .icon {
    display: inline-block;
    width: 73px;
    height: 73px;
}

.index-yewu2 li a .icon11 {
    background: url(../image/icon-1.png) no-repeat;
}

.index-yewu2 li a .icon12 {
    background: url(../image/icon-2.png) no-repeat;
}

.index-yewu2 li a .icon13 {
    background: url(../image/icon-3.png) no-repeat;
}

.index-yewu2 li a .icon14 {
    background: url(../image/icon-4.png) no-repeat;
}

.index-yewu2 li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent #a0a0a0;
    border-width: 12px 12px 0 0;
    border-style: solid;
    bottom: 0;
    right: 0;
}

.index-yewu2 ul li a:hover {
    box-shadow: 0 0 5px #ccc;
    transform: scale(1.05);
    transition: 0.4s;
}

/* .index-yewu2 ul li a:hover .yewu2-img img{transform: scale(1.05);transition: 0.4s;} */
.index-yewu2 ul li a:hover::after {
    border-color: transparent #f5a21c;
}

.index-news {
    background: #f7f5f4;
    padding-top: 1px;
    padding-bottom: 60px;
}

.index-news-left {
    float: left;
    width: 40%;
    margin: 10px;
    height: 360px;
    overflow: hidden
}

.index-news-right {
    float: right;
    width: 58%;
    padding: 25px;
    box-sizing: border-box;
}

.index-news-ban {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.index-news-ban .hd {
    position: absolute;
    bottom: 0;
    right: 25px;
    z-index: 999;
}

.index-news-ban .hd li {
    width: 10px;
    height: 10px;
    background: #d2d2d2;
    border-radius: 100%;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
}

.index-news-ban .hd li.on {
    background: #f5a21c;
}

.index-news-ban .bd ul {
    height: 380px !important;
}

.index-news-ban .bd li {
    overflow: hidden
}

.index-news-ban .bd li .index-news-left {
    overflow: hidden;
}

.index-news-ban .bd li .index-news-left img {
    width: 100%;
    display: block
}

.index-news-left:hover img {
    transform: scale(1.025);
    transition: 0.4s;
}

.index-news-right b {
    font-size: 18px;
    line-height: 30px;
    color: #999999;
}

.index-news-right h3 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
}

.index-news-right p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-news-right a {
    background: #f5a21c;
    color: #ffffff;
    padding: 6px 22px;
    font-size: 14px;
    margin-top: 45px;
}

.index-news-right a:hover {
    color: #333333;
}

.index-news-ban .bd li:hover .index-news-right h3 {
    color: #f5a21c;
}

.index-magezin-list {
    margin-top: 25px;
}

.index-magezin-list ul {}

.index-magezin-list ul li {
    width: 35%;
    float: left;
    margin-right: 2%;
    background: #ffffff;
}

.index-magezin-list ul li:hover .magezin-left h3 {
    color: #f5a21c;
}

.index-magezin-list ul li:last-of-type {
    margin-right: 0;
    width: 26%;
}

.index-magezin-box {}

.magezin-left {
    float: left;
    width: 58%;
}

.magezin-right {
    float: right;
    width: 40%;
    height: 196px;
    overflow: hidden;
}

.magezin-right img {
    height: 100%;
    width: auto
}

.magezin-right:hover img {
    transform: scale(1.025);
    transition: 0.4s;
}

.magezin-text {
    padding: 25px;
}

.magezin-left .mor-list {
    font-size: 14px;
    color: #f5a21c;
}

.magezin-left .mor {
    font-size: 14px;
    color: #ffffff;
    background: #8f8271;
    padding: 3px 18px;
    margin-top: 15px;
}

.magezin-left .mor:hover {
    background: #f5a21c;
}

.magezin-left h3 {
    font-size: 16px;
    color: #333333;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.index-shuju {
    background: url(../image/shuju-bac_02.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 1px;
    padding-bottom: 80px;
}

.index-shuju .tit-text h3 {
    color: #ffffff;
}

.index-shuju .tit-text p {
    color: #ffffff;
    opacity: 0.8;
}

.index-shuju .swiper-container {
    margin-bottom: 50px;
    margin-top: 50px;
}

.index-shuju .swiper-container .swiper-wrapper {
    padding: 5px;
}

.index-shuju .swiper-container .swiper-slide {}

.index-shuju .swiper-container .swiper-slide a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 35px;
}

.index-shuju .swiper-container .swiper-slide a div {
    margin-bottom: 10px;
}

.index-shuju .swiper-container .swiper-slide a div b {
    font-size: 64px;
    color: #f5a21c;
    font-weight: normal;
}

.index-shuju .swiper-container .swiper-slide a div span {
    font-size: 26px;
    color: #f5a21c
}

.index-shuju .swiper-container .swiper-slide a p {
    font-size: 16px;
    color: #ffffff;
}

.index-shuju .swiper-scrollbar {
    height: 5px;
    width: 40%;
    margin: auto;
}

.index-shuju .swiper-scrollbar-drag {
    background: #f5a21c
}

.index-shuju .swiper-container .swiper-slide a:hover {
    transform: scale(1.025);
}

/* footer */
.footer {
    background: #211e19;
}

.footer-list {
    padding: 40px 0;
}

.footer-list dl {
    float: left;
    width: 19.2%;
    margin-right: 1%;
}

.footer-list dl:last-of-type {
    margin-right: 0;
}

.footer-list dl dt a {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.footer-list dl dd a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.footer-list dl dt a:hover,
.footer-list dl dd a:hover {
    color: #f5a21c;
}

.footer-list .dl4 {}

.footer-list .dl4 dd {
    color: #f5a21c;
    margin-bottom: 5px;
}

.footer-list dl dt {
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
}

.dd-left {
    float: left;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.dd-right {
    float: right;
}

.dd-left p {
    margin-bottom: 10px;
}

.footer-top {
    background: #161411;
    line-height: 45px;
}

.footer-top-left {
    float: left;
}

.footer-top-left p {
    font-size: 14px;
}

.footer-top-left p span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 40px;
}

.footer-top-left p i {
    display: inline-block;
    color: rgba(255, 255, 255, 0.2);
}

.footer-top-right {
    float: right;
}

.footer-top-right a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin: 0 5px;
}

/* footer */

/* news */
.nei-ban {
    position: relative;
}

.nei-ban .ban-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.nei-ban .ban-text h3 {
    font-size: 30px;
    font-weight: bold;
    color: #f5a21c;
}

.nei-ban .ban-text p {
    font-size: 18px;
    color: #666666;
}

.nei-nav {
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
}

.nei-nav ul {}

.nei-nav ul li {
    display: inline-block;
    margin-right: 20px;
}

.nei-nav ul li a {
    padding: 8px 10px;
    color: #666666;
}

.nei-nav ul li a.active {
    border-bottom: 2px solid #f5a21c;
    color: #f5a21c
}

.nei-nav ul li a:hover {
    color: #f5a21c;
}

.news-list {
    margin: 35px auto 70px;
}

.news-list ul {}

.news-list ul li {}

.news-list ul li a {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #cccccc;
}

.news-list ul li .news-left {
    float: left;
    max-width: 24%;
    width: 268px;
}

.news-list ul li .news-right {
    float: right;
    width: 75%;
}

.news-list ul li .news-right h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    margin: 5px 0 5px;
}

.news-list ul li .news-right b {
    font-size: 18px;
    color: #999999;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-list ul li .news-right p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

.news-list ul li a:hover h3 {
    color: #f5a21c;
}

.fenye {
    text-align: center;
    
}

.fenye .previous-total,
.fenye .selected {
    display: none
}

.fenye>.pagination-box {
    display: inline-block
}

.fenye>.pagination-box>.inlineb>li {
    float: left
}

.fenye>.pagination-box>.inlineb>li>a {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #999999;
    text-align: center;
    cursor: pointer;
}

.fenye>.pagination-box>.inlineb>li>a:hover,
.fenye>.pagination-box>.inlineb>li>a.active {
    background: #f5a21c;
    color: #ffffff;
    border-color: #f5a21c;
}

/*搜索分页*/
.gb-search-main-page {
    text-align: center;
    margin-top: 70px;
}

.gb-search-page {
    display: inline-block;
}

.gb-search-page>span {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 8px;
}

.gb-search-page>a {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #999999;
    text-align: center;
    cursor: pointer;
}

.gb-search-page>.gb-search-page-sel,
.gb-search-page>a:hover {
    background: #f5a21c;
    color: #ffffff;
    border-color: #f5a21c;
}


.news-detail {
    margin: 55px auto;
}

.news-detail-title {
    border-bottom: 1px solid #cccccc;
}

.news-detail-title h3 {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
}

.news-detail-title p {
    font-size: 14px;
    color: #f5a21c;
    margin: 10px 0;
}

.news-detail-text {
    margin-top: 25px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 45px;
}

.news-detail-text p {
    font-size: 14px;
    line-height: 26px!important;
    color: #999999;
    margin-bottom: 18px;
}

.news-detail-text p>span {
    text-align: center;
    display: inline;
}

.detail-img {
    text-align: center;
}

.search-kuang {
    width: 600px;
    margin: auto;
    margin-top: 25px;
}

.search-kuang p {
    float: left;
    margin-right: 4%;
    width: 80%;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.search-kuang p input {
    width: 100%;
    border: 0;
    background: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 8px;
    height: 33px;
    vertical-align: bottom;
}

.search-kuang p input[type="text"] {
    font-size: 16px;
    color: #666666;
}

.search-kuang a {
    float: left;
    color: #ffffff;
    background: #f5a21c;
    padding: 5px 30px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-size: 14px;
    cursor: pointer;
}

.bac-hui {
    background: #f4f4f4;
    padding-top: 1px;
}

.search-text {
    padding: 75px 0 150px
}

.search-text ul {}

.search-text ul li {}

.search-text ul li a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

.search-text ul li a h3 {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
}

.search-text ul li a h3 em,
.search-text ul li a p em {
    color: #f00;
    font-style: normal
}

.search-text ul li a p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-text ul li a span {
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}

.search-text ul li a:hover h3 {
    color: #f5a21c;
}

.contact-yw {
    background: url(../image/cont_02.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 1px;
    padding-bottom: 80px;
}

.contact-box {
    position: relative;
    margin-top: 30px;
}

.contact-box::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #cccccc;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-box .contact-left {
    float: left;
    width: 50%;
}

.contact-box .contact-left dl {
    margin-bottom: 75px;
}

.contact-box .contact-left dl dt {
    margin-bottom: 20px;
}

.contact-box .contact-left dl dt icon {
    width: 35px;
    height: 35px;
    background: url(../image/icc_03.png) no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.contact-box .contact-left dl dt span {
    font-size: 18px;
    color: #f5a21c;
    vertical-align: middle;
}

.contact-box .contact-left dl dd {
    display: table;
    margin-bottom: 10px;
}

.contact-box .contact-left dl dd i {
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding-right: 5px;
}

.contact-box .contact-left dl dd span {
    display: table-cell;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.contact-right {
    float: right;
    width: 50%;
}

.contact-right dl {
    padding-left: 70px;
}

.contact-right dl dt {
    margin-bottom: 20px;
}

.contact-box .contact-right dl dt icon {
    width: 35px;
    height: 35px;
    background: url(../image/icc-m_06.png) no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}

.contact-box .contact-right dl dt span {
    font-size: 18px;
    color: #f5a21c;
    vertical-align: middle;
}

.contact-right dl .label- {
    width: 100%;
    margin-bottom: 15px;
    float: left
}

.contact-right dl .label- .span- {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 10px;
    display: block
}

.contact-right dl .label- input {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 5px;
    ;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
}

.contact-right dl .label- img {
    margin-left: 10px;
    border-radius: 5px;
}

.contact-right dl .label- textarea {
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 5px;
    box-sizing: border-box;
    width: 100% !important;
    height: 155px;
    border-radius: 5px;
    resize: none;
}

.contact-right dl dd button {
    background: #5d5d5d;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 44px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 30px;
}

.contact-right dl dd button:hover {
    background: #f5a21c;
}

#verifyCode {
    width: 110px;
}

#btnbutton,
#btnreset {
    display: none
}


.file {
    position: relative;
    display: inline-block;
    background: #f5a21c;
    border: 1px solid #cccccc;
    padding: 4px 25px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    line-height: 26px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
}

.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.showFileName {
    float: left;
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #ffffff;
    height: 34px;
    line-height: 36px;
    overflow: hidden;
    padding-left: 10px;
    margin-right: 40px;
}

.yewu-kk-left {
    width: 25%;
    float: left;
}

.yewu-kk {
    margin-top: 50px;
}

.yewu-kk-left dl {
    margin-bottom: 25px;
}

.yewu-kk-left dl dt {
    background: #eeeeee;
    padding: 10px 30px;
    border-left: 4px solid #f5a21c;
    margin-bottom: 10px;
}

.yewu-kk-left dl dt h3 {
    font-size: 18px;
    float: left;
    color: #000000;
}

.yewu-kk-left dl dt icon {
    float: right;
    width: 25px;
    height: 15px;
    background: url(../image/di_03.jpg) no-repeat;
    background-position: center;
    margin-top: 6px;
}

.yewu-kk-left dl dd {
    padding: 10px 34px;
    cursor: pointer
}

.yewu-kk-right {
    float: right;
    width: 70%;
}

.yewu-kk-right .right-list {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

.right-list .right-img {
    float: left;
    width: 45%;
}

.right-list .right-img img {
    height: 240px;
    width: auto
}

.right-list .dl-right {
    float: right;
    width: 50%;
}

.right-list .dl-right dt {
    font-size: 18px;
    color: #000000;
}

.right-list .dl-right dd {
    display: table;
    margin-top: 20px;
}

.right-list .dl-right dd icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.right-list .dl-right dd p {
    display: table-cell;
    vertical-align: middle;
}

.right-list .dl-right dd .icon1 {
    background: url(../image/i4_03.png) no-repeat;
    background-position: center;
}

.right-list .dl-right dd .icon2 {
    background: url(../image/i3_06.png) no-repeat;
    background-position: center;
}

.right-list .dl-right dd .icon3 {
    background: url(../image/i2_10.png) no-repeat;
    background-position: center;
}

.right-list .dl-right dd .icon4 {
    background: url(../image/i1_12.png) no-repeat;
    background-position: center;
}

.right-list .dl-right dd p span {
    font-size: 14px;
    color: #333333;
}

.right-list .dl-right dd p i {
    font-size: 14px;
    color: #999999;
}

.contact-ll {
    background: url(../image/lian-bac_02.jpg) no-repeat;
    background-position: top;
}


/* .yewu-kk-left dl dd{display: none;}
 .yewu-kk-left dl.active dd{display: block;}
 .yewu-kk-left dl.active dd.active{color: #f5a21c;}
 .kk-right.active .right-list{display: none;}
 .kk-right.active .right-list.active{display: block;}
 */
.yewu-kk-left dl dd.active {
    color: #f5a21c;
}

.kk-right .right-list {
    display: none;
}

.kk-right .right-list.active {
    display: block;
}


.nianfen {
    float: left;
    width: 20%;
    text-align: center;
    box-shadow: 0 0 6px #ccc;
}

.nianfen .swiper-container {
    height: 260px;
}

/*.nianfen dl{}*/
.nianfen dl dt {
    font-size: 18px;
    color: #ffffff;
    background: #f5a21c;
    padding: 10px;
}

/*.nianfen dl dt icon{width: 20px;height: 20px;background-position: center;display: inline-block;}*/
.nianfen dl dt img {
    width: 15px;
    height: auto;
    cursor: pointer;
    outline: none
}

.nianfen dl dt span {
    font-weight: bold;
    margin: 0 5px;
}

.nianfen dl dd {
    border-bottom: 1px dashed #cccccc;
    cursor: pointer;
    height: auto !important;
}

.nianfen dl dd:last-of-type {
    border: none;
}

.nianfen dl dd a {
    color: #999999;
    padding: 15px 0;
    display: block
}

.nianfen dl .geng {
    display: none;
}

.nianfen dl .geng.active {
    display: block;
}

.gengduo {
    cursor: pointer;
}

.nianfen dl dd a:hover,
.nianfen dl dd a.active {
    color: #f5a21c;
}

.xiangmu {
    width: 100%;
}

.xiangmu table {
    border: none;
    width: 100%;
}

.xiangmu table tr:first-of-type {}

.xiangmu table tr:first-of-type td {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.xiangmu table tr:nth-of-type(2n+1) {
    background: #fbeee0;
}

.xiangmu table tr td,
.xiangmu table tr th {
    border: none;
    text-align: center;
    padding: 8px 0;
}

.xiangmu table tr th {
    background: #f5a21c;
    color: #ffffff;
}

.ronyu {
    margin-top: 50px;
    margin-bottom: 120px;
}

.zeren {}

.zeren ul.clear>li {
    width: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 60px;
}

.zeren ul.clear>li:nth-of-type(4n) {
    margin-right: 0;
}

.zeren ul.clear>li a {
    display: block;
}

.zeren ul.clear>li a>.zeren-img>img {
    width: 100%
}

.zeren ul.clear>li a p {
    font-size: 14px;
    color: #666666;
    margin: 10px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 8px;
}

.zeren ul.clear>li a:hover p {
    color: #f5a21c;
}

.zeren ul.clear>li:hover {
    box-shadow: 0 0 8px #cccccc;
    transform: scale(1.025);
    transition: 0.4s;
}

.about-jj {
    background: url(../image/ab-dq_02.jpg) no-repeat;
    background-position: center;
    padding-bottom: 60px;
}

.about-jj .about-text {}

.about-jj .about-text p {
    font-size: 14px;
    color: #666666;
    line-height: 30px!important;
    margin-bottom: 20px;
}


.about-jj .swiper-container {
    margin-bottom: 20px;
    margin-top: 50px;
}

.about-jj .swiper-container .swiper-wrapper {
    padding: 5px;
}

.about-jj .swiper-container .swiper-slide {}

.about-jj .swiper-container .swiper-slide a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 35px;
}

.about-jj .swiper-container .swiper-slide a div {
    margin-bottom: 10px;
}

.about-jj .swiper-container .swiper-slide a div b {
    font-size: 64px;
    color: #f5a21c;
    font-weight: normal;
}

.about-jj .swiper-container .swiper-slide a div span {
    font-size: 26px;
    color: #f5a21c
}

.about-jj .swiper-container .swiper-slide a p {
    font-size: 16px;
    color: #000000;
}

.about-jj .swiper-scrollbar {
    height: 5px;
    width: 40%;
    margin: auto;
}

.about-jj .swiper-scrollbar-drag {
    background: #f5a21c
}

.about-jj .swiper-container .swiper-slide a:hover {
    transform: scale(1.025);
}

.about-jzg {
    background: url(../image/jzg-bac_02.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 1px;
    padding-bottom: 90px;
}

.about-wenhua {}

.about-wenhua ul {}

.about-wenhua ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.about-wenhua ul li:nth-of-type(2n) {
    margin-right: 0;
}

.about-wenhua ul li a {
    display: block;
    background: #fefefe;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 30px;
}

.about-wenhua ul li a icon {
    width: 60px;
    height: 60px;
    display: inline-block;
}


.about-wenhua ul li a  .icon {
    width: 60px;
    height: 60px;
    display: inline-block;
}


.about-wenhua ul li a .icc1 {
    background: url(../image/ic_06.png) no-repeat;
    background-position: center;
}

.about-wenhua ul li a .icc2 {
    background: url(../image/ic2_03.png) no-repeat;
    background-position: center;
}

.about-wenhua ul li a .icc3 {
    background: url(../image/ic3_11.png) no-repeat;
    background-position: center;
}

.about-wenhua ul li a .icc4 {
    background: url(../image/ic4_14.png) no-repeat;
    background-position: center;
}

.about-wenhua ul li a .icc5 {
    background: url(../image/ic5_19.png) no-repeat;
    background-position: center;
}

.about-wenhua ul li a .icc6 {
    background: url(../image/ic6_22.png) no-repeat;
    background-position: center;
}

.wenhua-img {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-right: 20px;
}

.wenhua-img::after {
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #cccccc;
}

.wenhua-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}

.wenhua-text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.wenhua-text p {
    font-size: 14px;
    color: #666666;
    height: 42px;
    overflow: hidden;
}

.about-wenhua ul li a:hover h3 {
    color: #f5a21c;
}

.about-lc {}

.bankuai {
    text-align: center;
}

.bankuai ul {}

.bankuai ul li {
    display: inline-block;
    margin: 0 10px;
}

.bankuai ul li a {
    color: #333333;
    font-size: 16px;
    padding: 7px 36px;
    cursor: pointer;
    background: #ececec;
}

.bankuai ul li.active a {
    background: #f5a21c;
    color: #ffffff;
}


.lun-data {
    margin: 50px auto 80px;
}

.gallery-thumbs {
    width: 100%;
    margin-bottom: 50px;
    text-align: center
}

.gallery-thumbs>.swiper-wrapper {
    display: inline-block
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 15px 0px;
    width: auto !important;
    margin: 0 10px !important;
}

.gallery-thumbs .swiper-slide-thumb-active {
    color: #f5a21c;
}

.gallery-thumbs .swiper-slide-thumb-active::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: #f5a21c;
    border-radius: 100%;
    margin: auto;
}

.gallery-top {
    height: 110px;
}

.gallery-top {
    padding: 40px 55px;
}

.gallery-top .swiper-button-prev.swiper-button-white {
    background-image: url(../image/di_07.jpg);
    background-size: 100%;
    top: 20px;
    height: 30px;
}

.gallery-top .swiper-slide {
    position: relative;
}

.gallery-top .swiper-slide::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: "";
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #f5a21c;
    border-radius: 100%;
    z-index: 999;
}

.gallery-top .swiper-slide::after {
    position: absolute;
    left: -32px;
    height: 130%;
    width: 2px;
    background: #f5a21c;
    content: "";
    top: -15px;
}

.gallery-top .swiper-button-next.swiper-button-white {
    display: none;
}

.gallery-top .swiper-slide h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.swiper-height {
    height: 270px;
    overflow: hidden;
}

.swiper-height .swiper-container {
    overflow: unset;
}

/* .lun-data .cc-list{display: none;} */
.lun-data .cc-list.active {
    display: block;
}

.yewu-lc {}

.yewu-lc ul {
    text-align: center;
}

.yewu-lc ul li {
    display: inline-block;
    margin: 0 10px;
}

.yewu-lc ul li a {
    font-size: 14px;
    color: #333333;
    background: #dcdcdc;
    display: block;
    padding: 5px 25px;
    border-radius: 5px;
    cursor: pointer;
}

.yewu-lc ul li.active a {
    background: #f5a21c;
    color: #ffffff;
}

.yewu-lc-box {
    margin: 50px auto 120px;
    display: none
}

.yewu-lc-box .yewu-img {
    display: none;
}

.yewu-lc-box .yewu-img.active {
    display: block;
}

.mt-box {
    background: #eeeeee;
}

.mt-left {
    float: left;
    height: 489px;
    background: url(../image/d12_03.jpg) no-repeat;
    width: 396px;
    max-width: 33%;
    background-size: 100% 100%;
}

.mt-left a {
    display: block;
    padding: 45px;
}

.mt-left a icon {
    width: 80px;
    height: 80px;
    background: url(../image/d1_06.png) no-repeat;
    background-position: center;
    display: block;
    margin: auto;
}

.mt-left   .iconscc {
    width: 80px;
    height: 80px;
    background-position: center;
    display: block;
    margin: auto;
    background-repeat: no-repeat!important;
 }

.mt-left a h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 15px auto;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
    text-align: center;
}

.mt-left a p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.mt-right {
    float: right;
    width: 63%;
    height: 491px;
}

.mt-right ul {
    padding: 25px;
}

.mt-right ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
}

.mt-right ul li:nth-of-type(2n) {
    margin-right: 0;
}

.mt-right ul li a {
    padding: 25px;
    border-bottom: 1px dashed #cccccc;
    height: 210px;
    overflow: hidden;
}

.mt-right ul li:nth-of-type(3) a,
.mt-right ul li:nth-of-type(4) a {
    border: none;
}

.mt-right ul li a .icon{
    width: 40px;
    height: 40px;
    display: block;
}

.mt-right ul li a     .iconscc {
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat!important;
    background-position: center center;
}


.mt-right ul li a .icc1 {
    background: url(../image/d2_03.png) no-repeat;
    background-position: center;
}

.mt-right ul li a .icc2 {
    background: url(../image/d3_09.png) no-repeat;
    background-position: center;
}

.mt-right ul li a .icc3 {
    background: url(../image/d4_14.png) no-repeat;
    background-position: center;
}

.mt-right ul li a .icc4 {
    background: url(../image/d5_16.png) no-repeat;
    background-position: center;
}

.mt-right ul li a h3 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin: 15px 0;
}

.mt-right ul li a p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.changdi {
    margin: 75px auto 105px;
}

.changdi-left {
    float: left;
    width: 20%;
}

.changdi-left dl {}

.changdi-left dl dd {
    /* display: table; */
    display: flex;
    margin-bottom: 15px;
}

.changdi-left dl dd  .icon {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 9px;
    margin-right: 10px;
}



.changdi-left dl dd p {
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.changdi-left dl dd .p{
    padding-top: 10px;
}

.changdi-left dl dd  .p > span{
    display: block;
    font-size: 14px;
    color: #666666;
}


.changdi-left dl dd p b {
    font-size: 26px;
    font-weight: bold;
    color: #f5a21c;
}

.changdi-left dl dd p i {
    font-size: 14px;
    color: #f5a21c;
}


.changdi-right {
    float: right;
    background-position: center;
    background-size: 100%;
    width: 800px;
    max-width: 75%;
    height: 400px;
}

.cc-box {
    margin-top: 55px;
}

.cc-box .mt-left {
    float: right;
    background: url(../image/cn_07.jpg) no-repeat;
    background-size: 100% 100%;
}

.cc-box .mt-right {
    font-size: left
}

.cc-bb .mt-left {
    background: url(../image/c1_03.jpg) no-repeat;
    background-size: 100% 100%;
}

.cc-bb .mt-left icon,
.cc-box .mt-left icon {
    background: url(../image/gg_03.png) no-repeat;
}

.city {}

.city-list {
    margin-bottom: 50px;
}

.city-list li {
    width: 20%;
    float: left;
}

.city-list li a {
    display: block;
    text-align: center;
}

.city-list li a icon {
    width: 55px;
    height: 55px;
    display: inline-block;
    background-size: 100% 100% !important;
    vertical-align: middle;
}

.city-list li a .ico1 {
    background: url(../image/m1_03.png) no-repeat;
    background-position: center;
}

.city-list li a .ico2 {
    background: url(../image/m2_06.png) no-repeat;
    background-position: center;
}

.city-list li a .ico3 {
    background: url(../image/m3_14.png) no-repeat;
    background-position: center;
}

.city-list li a .ico4 {
    background: url(../image/m4_08.png) no-repeat;
    background-position: center;
}

.city-list li a .ico5 {
    background: url(../image/m5_11.png) no-repeat;
    background-position: center;
}

.city-list li.active a .ico1 {
    background: url(../image/m1-h_03.png) no-repeat;
    background-position: center;
}

.city-list li.active a .ico2 {
    background: url(../image/m2-h_06.png) no-repeat;
    background-position: center;
}

.city-list li.active a .ico3 {
    background: url(../image/m3-h_14.png) no-repeat;
    background-position: center;
}

.city-list li.active a .ico4 {
    background: url(../image/m4-h_08.png) no-repeat;
    background-position: center;
}

.city-list li.active a .ico5 {
    background: url(../image/m5-h_11.png) no-repeat;
    background-position: center;
}

.city-list li a i {
    font-size: 18px;
    color: #333333;
    margin-left: 10px;
}

.city-list li.active a i {
    color: #f5a21c;
}

.address {
    margin: 50px auto;
}

.address li {
    width: 25%;
    text-align: center;
    float: left;
}

.address li a {
    display: block;
    padding: 25px;
}


.address li a icon {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: 100% !important;
    display: table-cell;
}

.address  li   a  .iconsmap{
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: 100% !important;
    display: table-cell;
    overflow: hidden;
    background-repeat: no-repeat!important;
}


.address li  a   .addressicon {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: 100% !important;
    background-repeat: no-repeat!important;
    display: table-cell;
}

.address li a h3 {
    font-size: 14px;
    color: #000000;
    margin: 5px 0;
    text-align: left;
}

.address li a p {
    font-size: 14px;
    color: #999999;
    text-align: left;
    width: 190px;
}

.address li a .icv1 {
    background: url(../image/mp1_23.png) no-repeat;
    background-position: center;
}

.address li a .icv2 {
    background: url(../image/mp2_26.png) no-repeat;
    background-position: center;
}

.address li a .icv3 {
    background: url(../image/mp3_29.png) no-repeat;
    background-position: center;
}

.address li a .icv4 {
    background: url(../image/mp4_32.png) no-repeat;
    background-position: center;
}

.address li a .ads {
    display: table-cell;
    padding-left: 15px;
}





#con-map1,
#con-map2,
#con-map3,
#con-map4,
#con-map5 {
    width: 100%;
    height: 500px;
}

.map-list {
    display: none;
}

.map-list.active {
    display: block;
}

/* #con-map1::after{position: absolute;content: "";left: 0;right: 0;top: 0;height: 100%;background: rgba(0,0,0,0.8);} */





.ser-lc {}

.ser-lc .mt-left {
    background: url(../image/lcb_03.jpg) no-repeat;
    background-size: 100% 100% !important;
}

.ser-lc .mt-left icon {
    background: url(../image/lc1_03.png) no-repeat;
}

.c-box {
    margin: 50px auto;
}

.c-box ul {}

.c-box ul li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
}

.c-box ul li:nth-of-type(4n) {
    margin-right: 0;
}

.c-box ul li a {
    display: block;
    border: 1px solid #cccccc;
}

.c-box ul li a p {
    text-align: center;
    font-size: 14px;
    left: 36px;
    color: #666666;
    padding: 10px;
}

.c-box ul li .c-img {
    opacity: 0.9;
}

.c-box ul li a:hover .c-img {
    opacity: 1;
}

.c-box ul li a:hover {
    box-shadow: 0 0 8px #cccccc;
    transform: scale(1.025);
}

.fuwu {}

.fuwu ul {}

.fuwu ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.fuwu ul li:nth-of-type(4n) {
    margin-right: 0;
}

.fuwu ul li a {
    display: block;
    text-align: center;
    padding: 25px;
    box-shadow: 0 0 5px #cccccc;
}

.fuwu ul li a icon {
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 15px;
}

.fuwu  ul  li  a   .duofuicon {
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat!important;
    display: inline-block;
    margin-bottom: 15px;
}

.fuwu ul li a .f-ic1 {
    background-image: url(../image/f1_07.png);
}

.fuwu ul li a .f-ic2 {
    background-image: url(../image/f2_09.png);
}

.fuwu ul li a .f-ic3 {
    background-image: url(../image/f3_12.png);
}

.fuwu ul li a .f-ic4 {
    background-image: url(../image/f4_15.png);
}

.fuwu ul li a p {
    font-size: 18px;
    color: #333;
}

.anbao {
    margin-bottom: 120px;
}

.an-left {
    float: left;
    width: 800px;
    max-width: 60%;
    background: url(../image/an_07.jpg) no-repeat;
    background-size: 100%;
    height: 388px;
}

.an-right {
    float: right;
    width: 35%;
}

.an-right li {
    border-bottom: 1px dashed #cccccc;
    padding: 18px 0;
}

.an-right li p {
    display: table;
}

.an-right li p icon {
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    display: table-cell;
    background-size: 100%;
}

.an-right li  .p  .icon {
    width: 30px;
    height: 40px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: table-cell;
    background-size: 100%!important;
}

.an-right li p span {
    font-size: 16px;
    color: #333333;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
}

.an-right li  .p {
    display: table;
}

.an-right li .p span {
    font-size: 16px;
    color: #333333;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
}

.an-right li p .a-ic1 {
    background-image: url(../image/a1_10.png);
}

.an-right li p .a-ic2 {
    background-image: url(../image/a2_14.png);
}

.an-right li p .a-ic3 {
    background-image: url(../image/a3_18.png);
}

.an-right li p .a-ic4 {
    background-image: url(../image/a4_22.png);
}

.an-right li p .a-ic5 {
    background-image: url(../image/a5_26.png);
}





.index_con6 {
    background-position: center;
    background-repeat: no-repeat;
    ;
    background-size: cover;
    background-color: #000
}

.index_con6 .title {
    color: #FFF;
}

.index_con6_list {
    margin-top: 10px;
    margin-bottom: 150px;
}

.index_con6_item {
    width: 243.333px;
    margin-right: 1px;
    background: #ccc;
    overflow: hidden;
    position: relative;
    float: left;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.index_con6_item_left {
    width: 100%;
    height: 455px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.index_con6_item_right {
    width: 400px;
    padding: 40px 40px 30px;
    position: absolute;
    top: 0;
    left: 230px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.index_con6_item.last {
    margin-right: 0
}

.index_con6_item:last-child {
    margin-right: 0
}

.index_con6_item_left .left_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s;
    transition: .3s
}

.index_con6_item_left .left_bg:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #f5a21c;
    opacity: 0.8;
    filter: alpha(opacity=80);
    top: 0;
    left: 0
}

.index_con6_item_left .left_content {
    position: absolute;
    width: 100%;
    padding: 80px 5% 30px;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.index_con6_item_left .left_content .icon {
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-bottom: 75px;
    -webkit-transition: .3s;
    transition: .3s;
}

.index_con6_item_left .left_content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 100%;
}


.index_con6_item_left .left_content h3 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    -webkit-transition: .3s;
    transition: .3s;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.index_con6_item_left .left_content>p {
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: -1;
    text-align: left;
}

.index_con6_item_left .left_content .link_btn {
    font-size: 13px;
    color: #FFF;
    line-height: 30px;
    width: 130px;
    background: #ae0407;
    border-radius: 3px;
    border: 1px solid #ae0407;
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    z-index: -1
}

.index_con6_item_left .left_content .link_btn:hover {
    background: none;
    color: #ae0407;
}

.index_con6_item_left .left_content .open_btn {
    width: 26px;
    height: 26px;
    background: url(../image/index_con6_btn.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.index_con6_item_right h4 {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 30px;
}

.index_con6_item_right p {
    font-size: 14px;
    line-height: 1.715;
    color: #999;
    margin-bottom: 25px;
    text-align: justify
}

.index_con6_item_right dl {}

.index_con6_item_right dd {
    float: left;
    width: 49%;
    margin-right: 1%;
    padding: 0.8em 0 0.8em 30px;
    color: #333;
    font-size: 14px;
    background: url(../image/index_con6_bg_icon.png) no-repeat left center;
    line-height: 1.715;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

/* .index_con6_item_left:hover{background:rgba(195,147,47,0.86);} */
.index_con6_item_left .left_content ul {
    margin-top: 15px
}

.index_con6_item_left .left_content ul li {
    width: 47%;
    margin-right: 3%;
    float: left;
    margin-bottom: 4%;
}

.index_con6_item_left .left_content ul li:nth-of-type(2n) {
    margin-right: 0;
}

.index_con6_item_left .left_content ul li p {
    display: table;
}

.index_con6_item_left .left_content ul li p icon {
    width: 60px;
    height: 60px;
    background-position: center;
    display: table-cell;
    vertical-align: middle;
}

.index_con6_item_left .left_content ul li p span {
    color: #000000;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.index_con6_item_left .left_content ul li p .g-ic1 {
    background-image: url(../image/g1_06.png);
}

.index_con6_item_left .left_content ul li p .g-ic2 {
    background-image: url(../image/g2_03.png);
}

.index_con6_item_left .left_content ul li p .g-ic3 {
    background-image: url(../image/g3_10.png);
}

.index_con6_item_left .left_content ul li p .g-ic4 {
    background-image: url(../image/g4_11.png);
}

.fan {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
}

.fan h5 {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    transform: translateY(-50%);
    top: 50%;
    text-align: center
}


.index_con6_item.active {
    width: 465px;
}

.index_con6_item.active .index_con6_item_left {
    width: 100%;
    cursor: default
}

.index_con6_item.active .index_con6_item_right {}

.index_con6_item.active .index_con6_item_left .left_bg {
    opacity: 1;
    filter: alpha(opacity=100);
}

.index_con6_item.active .index_con6_item_left .left_content {
    padding-top: 55px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.index_con6_item.active .index_con6_item_left .left_content .icon {
    margin-bottom: 55px;
}

.index_con6_item.active .index_con6_item_left .left_content .icon1,
.index_con6_item_left:hover .left_content .icon1 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.index_con6_item.active .index_con6_item_left .left_content .icon2,
.index_con6_item_left:hover .left_content .icon2 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.index_con6_item.active .index_con6_item_left .left_content .icon:after {
    background: #FFF;
    bottom: -30px;
}

.index_con6_item_left:hover .left_content .icon:after {
    background: #FFF;
}

.index_con6_item.active .index_con6_item_left .left_content .open_btn {
    opacity: 0;
    filter: alpha(opacity=0);
}

.index_con6_item.active .index_con6_item_left .left_content .link_btn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1
}

.index_con6_item.active .index_con6_item_left .left_content p {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1
}

.index_con6_item.active .index_con6_item_left .left_content h3 {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-bottom: 15px;
}

.index_con6_item_left:hover .left_content .open_btn {
    background-image: url(../image/index_con6_btn1.png)
}

.index_con6_item.active .index_con6_item_left .fan {
    opacity: 0;
}

.cc-li {
    margin-bottom: 50px;
}

/* .index-yewu.clos{display: none;} */

.yewu-lc ul li a {
    font-size: 18px;
    padding: 10px 65px;
    border-radius: 0;
    position: relative;
}

.yewu-lc ul li.active a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #f5a21c transparent transparent transparent;
    /* transform: rotate(180deg); */
    left: 0;
    bottom: -16px;
    right: 0;
    margin: auto;
}

.menu {
    display: none;
}

#header {
    position: relative;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 999;
}



.nav-bottom .nav-bottom-left p input {
    background: none;
}

.nav-bottom .nav-bottom-right .lang a::after {
    background: #a7a7a7;
}

.nav-bottom .nav-bottom-left::after {
    background: #a7a7a7;
}

.nav-bottom .nav-bottom-left p {
    border: 1px solid #a7a7a7;
}



.index-yewu {
    position: relative;
    z-index: 1;
}

.modu-tan {
    position: fixed;
    /* background: rgba(0,0,0,0.7); */
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    display: none;
}

.modu-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    /* transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%); */
    color: #ffffff;
    width: 300px;
    background: #ffffff;
    height: 150px;
    text-align: center;
    line-height: 150px;
    border-radius: 10px;
    box-shadow: 0 0 8px #cccccc;
}

.modu-text h3 {
    color: #f5a21c;
    font-size: 20px;
}

.search-list .tit-text {
    margin-top: 175px;
}

.index-news-right h4 a {
    float: right;
    margin-top: 0;
    background: none;
    color: #f5a21c;
    font-size: 16px;
}

.index-news-right h4 a i {
    color: #ffffff;
    background: #F5A21C;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    font-size: 18px;
    margin-left: 9px;
}

.page-ye {
    margin-top: 25px;
}

.page-text {
    float: left;
    width: 65%;
}

.page-text a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-text p {
    margin-bottom: 5px;
}

.page-text b {}

.page-text span {}

.back {
    float: right;
}

.back a {
    background: #F5A21C;
    padding: 5px 20px;
}

.back a .back-icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(../image/back.png) no-repeat;
    background-position: center;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
}

.back a span {
    color: #ffffff;
    vertical-align: middle;
}

.page-text a:hover span {
    color: #F5A21C;
}


.swiper-container {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../image/zzzj.png) !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../image/rrrj.png) !important;
}

.index_banner .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.8;
}

.index_banner .swiper-pagination-bullet-active {
    background: #f5a21c !important;
    opacity: 1 !important;
}

.footer-top-right {
    display: none;
}

/*悬浮小视频*/
.jp-video {
    position: fixed;
    right: 0;
    bottom: 50px;
}

.jp-video-def {
    width: 450px !important;
}

.jp-video {
    /*position: relative;*/
    overflow: hidden;
}

.jp-video .close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background: #333;
    color: white;
    font-size: 25px;
    line-height: 2.5;
    text-indent: 8px;
    z-index: 999;
}

.jp-video .close:hover {
    background: #f5a21c;
}

.openVideo {
    display: none;
    width: 50px;
    height: 50px;
    background: url("../image/video.png") no-repeat center;
    background-size: 100% auto;
    position: fixed;
    right: 0;
    bottom: 275px;
    cursor: pointer;
}

@media (max-width:1200px) {
    .wrap {
        max-width: 94%;
    }

    .tit-text h3 {
        font-size: 20px;
    }

    .nei-ban .ban-text h3 {
        font-size: 26px;
    }

    .index_con6_item {
        width: 20%;
    }

    .index_con6_item.active {
        width: 39%;
    }

    .index_con6_item_left .left_content ul {
        margin-top: 35px;
    }

    .an-left {
        background-size: unset;
    }

    .mt-right ul li a {
        padding: 20px;
        height: 175px;
    }

    .mt-right ul li a h3 {
        margin: 8px 0;
    }

    .mt-left {
        height: 492px;
    }

    .mt-left a {
        padding: 30px;
    }

    .about-jj .swiper-container .swiper-slide a div b {
        font-size: 45px;
    }

    .swiper-height {}

    .gallery-top {
        padding: 20px 55px;
    }

    .gallery-top .swiper-slide h3 {
        font-size: 30px;
    }

    .news-list ul li .news-right p {
        height: 55px;
        -webkit-line-clamp: 2;
        margin-top: 10px;
    }

    .news-list ul li .news-right b {
        font-size: 14px;
    }

    .news-detail-title h3 {
        font-size: 20px;
    }








}

@media (max-width:992px) {

    /* html{width: 100%!important;} */
    .index-yewu2 ul li a .yewu2-text .yewu2-icon icon {
        width: 50px;
        height: 50px;
        background-size: 100%;
    }

    .index-yewu2 ul li a .yewu2-text .yewu2-icon {
        padding-bottom: 5px;
    }

    .index-yewu2 ul li a .yewu2-text h4 {
        margin: 10px auto 11px;
    }

    .index-bac {
        height: 450px;
    }

    .tit-text {
        margin-top: 35px;
    }

    .index-news-right {
        padding: 15px;
    }

    .index-news-right h3 {
        line-height: 20px;
        margin: 5px 0;
        font-size: 16px;
    }

    .index-news-right p {
        line-height: 22px;
        height: 68px;
    }

    .index-news-right a {
        padding: 3px 12px;
        margin-top: 15px;
    }

    .magezin-text {
        padding: 10px;
    }

    .magezin-left h3 {
        font-size: 13px;
        height: 40px;
        -webkit-line-clamp: 2;
        margin-top: 5px;
    }

    .magezin-left .mor {
        font-size: 12px;
        padding: 3px 18px;
    }

    .magezin-right img {
        height: 120px;
    }

    .index-shuju .swiper-container .swiper-slide a div b {
        font-size: 36px;
    }

    .index-shuju .swiper-container .swiper-slide a div span {
        font-size: 16px;
    }

    .index-shuju .swiper-container .swiper-slide a {
        padding: 10px;
    }

    .index-shuju .swiper-container .swiper-slide a div {
        margin-bottom: 5px;
    }

    .index-shuju .swiper-container .swiper-slide a p {
        font-size: 14px;
    }

    .index-shuju .swiper-container {
        margin-bottom: 35px;
        margin-top: 30px;
    }

    .index-shuju {
        padding-bottom: 40px;
    }

    .tit-text p {
        line-height: 24px;
    }

    .footer-list .dl4 dd {
        font-size: 14px;
    }

    .footer-list dl {
        width: 17.2%;
    }

    .footer-list dl:last-of-type {
        width: 27.2%;
    }

    .footer-list .dl4 dd span {
        display: block;
    }

    .footer-list .dl4 dd i {}

    .index_con6_item {
        width: 100%;
    }

    .index_con6_item.active {
        width: 100%;
    }

    .index_con6_list .index_con6_item:nth-of-type(1) {
        background-image: url(../image/lg1.jpg) !important;
        background-size: cover;
        background-position: center;
    }

    .index_con6_list .index_con6_item:nth-of-type(2) {
        background-image: url(../image/lg2.jpg) !important;
        background-size: cover;
        background-position: center;
    }

    .index_con6_list .index_con6_item:nth-of-type(3) {
        background-image: url(../image/lg3.jpg) !important;
        background-size: cover;
        background-position: center;
    }

    .index_con6_list .index_con6_item:nth-of-type(4) {
        background-image: url(../image/lg4.jpg) !important;
        background-size: cover;
        background-position: center;
    }

    .mt-left a icon {
        width: 50px;
        height: 50px;
    }

    .cc-bb .mt-left icon,
    .cc-box .mt-left icon {
        background-size: 100%;
    }

    .mt-left a h3 {
        margin: 10px auto 15px;
        padding: 7px 0;
    }

    .yewu-lc ul li a {
        padding: 7px 65px;
    }

    .mt-left a {
        padding: 20px;
    }

    .mt-right ul li a {
        padding: 12px;
    }

    .mt-left {
        height: 430px;
    }

    .mt-right ul {
        padding: 10px;
    }

    .address li a {
        padding: 5px;
    }

    .address li a p {
        word-break: break-word;
    }

    .address li a icon {
        background-position: unset !important;
    }

    .address {
        margin: 30px auto 50px;
    }

    #con-map1,
    #con-map2,
    #con-map3,
    #con-map4,
    #con-map5 {
        height: 340px;
    }

    .mt-body .mt-left {
        height: 471px;
    }

    .mt-body .mt-right ul li a {
        height: 195px;
    }

    .changdi-left dl dd icon {
        width: 30px;
        height: 30px;
        background-size: 100% !important;
    }

    .changdi-left dl dd p b {
        font-size: 18px;
    }

    .changdi-right {
        height: 300px;
        background-size: 100% 100%;
    }

    .mt-left a icon {
        background-size: 100% 100%;
    }

    .about-jj .swiper-container .swiper-slide a div b {
        font-size: 34px;
    }

    .about-jj .swiper-container .swiper-slide a div span {
        font-size: 16px;
    }

    .about-jj .swiper-container .swiper-slide a {
        padding: 5px;
    }

    .about-jj .about-text p {
        margin-bottom: 5px;
    }

    .about-jzg {
        padding-bottom: 30px;
    }

    .about-wenhua ul li a icon {
        width: 45px;
        height: 45px;
        background-size: 100% 100% !important;
    }

    .about-wenhua ul li a {
        padding: 15px;
    }

    .wenhua-text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .gallery-thumbs .swiper-slide {
        font-size: 18px;
    }

    .gallery-top .swiper-slide h3 {
        font-size: 22px;
    }

    .gallery-top .swiper-slide p {
        font-size: 15px;
    }

    .nei-ban .ban-text h3 {
        font-size: 22px;
    }

    .nei-ban .ban-text p {
        font-size: 16px;
    }

    .xiangmu table tr td {
        font-size: 14px;
    }

    .news-list ul li .news-right p {
        margin-top: 2px;
    }

    .news-list ul li a {
        padding: 18px 0;
    }

    .news-detail-title h3 {
        font-size: 18px;
    }

    .news-detail {
        margin: 35px auto;
    }

    .right-list .dl-right dd p {
        word-break: break-word;
    }

    .right-list .right-img {
        width: 100%;
        margin-bottom: 15px;
    }

    .right-list .dl-right {
        width: 100%;
    }

    .yewu-kk-left {
        width: 30%;
    }

    .yewu-kk-right {
        width: 60%;
    }

    .right-list .dl-right dd {
        margin-top: 15px;
    }

    .yewu-kk-right .right-list {
        padding-bottom: 25px;
    }






}


@media (max-width:750px) {

    .menu {
        display: block;
        position: absolute;
        right: 3%;
        top: 45px;
    }

    .menu span {
        width: 20px;
        height: 2px;
        margin: 4px;
        background: #f5a21c;
        display: block;
        border-radius: 5px;
    }

    #header {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99999;
        background: #ffffff;
    }

    .nav-list ul li {
        float: none;
    }

    .nav-list ul li {
        text-align: center;
        border-bottom: 1px dashed #efefef;
    }

    .nav-list ul li>a::after {
        border-right: 0;
        display: none;
    }

    .nav-bottom {
        position: absolute;
        left: 0;
        right: 0;
        top: 4px;
        margin: auto;
    }

    .nav-list {
        position: absolute;
        left: 0;
        right: 0;
        top: 89px;
        background: #ffffff;
        margin-top: 0;
        height: calc(100vh - 88px);
        display: none;
    }

    .nav-bottom .nav-bottom-left p {
        width: 150px;
        height: 24px;
    }

    .nav-bottom .nav-bottom-left p input {
        width: 110px;
        height: 24px;
        vertical-align: bottom;
    }

    .nav-bottom .nav-bottom-left p .iconbg {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: sub;
    }

    .logo {
        width: 100px;
    }

    header {
        padding-bottom: 10px;
        border-bottom: 1px solid #efefef;
    }

    .index_banner {
        padding-top: 89px;
    }

    .tit-text h3 {
        font-size: 16px;
        line-height: 30px;
    }

    .index-yewu-ul li a icon {
        width: 45px;
        height: 45px;
        background-size: 100% !important;
    }

    .index-yewu-ul li a p {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .index-yewu-ul li a {
        padding: 6px 0;
    }

    .index_banner .hd li {
        width: 12px;
    }

    .tit-text {
        margin-top: 20px;
    }

    .tit-text p {
        font-size: 14px;
    }

    .tit-text .tit-span {
        margin: 5px auto 10px;
        width: 85px;
        height: 2px;
    }

    .tit-text p {
        width: 100%;
        line-height: 22px;
    }

    .index-yewu2 ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .index-yewu2 ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .index-bac {
        height: auto;
        position: relative;
    }

    .index-yewu2 ul li a .yewu2-text h4 {
        font-size: 14px;
        margin: 6px auto 5px;
    }

    .index-yewu2 ul li a .yewu2-text .yewu2-icon icon {
        width: 45px;
        height: 45px;
    }

    .index-yewu2 li a::after {
        border-width: 9px 9px 0 0;
    }

    .index-news-left {
        width: 100%;
    }

    .index-news-right {
        width: 100%;
        padding: 10px;
    }

    .index-news-right b {
        font-size: 15px;
        line-height: 20px;
    }

    .index-news-right h3 {
        font-size: 15px;
    }

    .index-news-right p {
        font-size: 13px;
    }

    .index-news-right a {
        font-size: 12px;
    }

    .index-news-ban .hd li {
        width: 8px;
        height: 8px;
    }

    .index-magezin-list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .magezin-right {
        width: 33%;
    }

    .index-magezin-list ul li:last-of-type {
        width: 100%;
    }

    .magezin-left .mor {
        padding: 3px 12px;
    }

    .magezin-text {
        padding: 6px 10px;
    }

    .index-shuju .swiper-container .swiper-slide {
        /* margin-right: 25px!important; */
        width: 22.75% !important;
        margin-right: 3% !important;
    }

    .index-shuju .swiper-container .swiper-slide a div b {
        font-size: 30px;
    }

    .index-shuju .swiper-container .swiper-slide a div span {
        font-size: 14px;
    }

    .index-shuju .swiper-container .swiper-slide a {
        padding: 5px;
    }

    .index-shuju .swiper-container .swiper-slide a p {
        font-size: 12px;
    }

    .index-shuju .swiper-scrollbar {
        height: 3px;
    }

    .footer-list dl {
        display: none;
    }

    .footer-list .dl4 {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .footer-list dl:last-of-type {
        display: block;
        width: 100%;
    }

    .footer-list .dl4 dd span {
        display: inline-block;
    }

    .dd-right {
        float: left;
    }

    .footer-list dl dt {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .dd-left {
        margin-right: 45px;
        font-size: 13px;
    }

    .footer-list .dl4 dd {
        font-size: 13px;
    }

    .footer-top-left p {
        font-size: 13px;
        margin-top: 7px;
    }

    .footer-top {
        line-height: normal;
        padding: 5px 0;
    }

    .footer-top-right a {
        font-size: 12px;
    }

    .footer-top-left p span {
        margin-bottom: 2px;
    }

    .nei-nav ul li {
        margin-right: 0;
    }

    .nei-nav ul li a {
        font-size: 14px;
    }

    .nei-ban {
        margin-top: 89px;
    }

    .nei-ban .ban-text h3 {
        font-size: 16px;
    }

    .nei-ban .ban-text p {
        font-size: 12px;
    }

    .index_con6_item_left .left_content h3 {
        font-size: 16px;
        padding-bottom: 6px;
    }

    .index_con6_item.active .index_con6_item_left .left_content {
        padding-top: 20px;
    }

    .index_con6_item_left {
        height: 446px;
    }

    .index_con6_item_left .left_content ul li p icon {
        width: 45px;
        height: 45px;
        background-size: 100%;
    }

    .index_con6_item_left .left_content ul li p span {
        font-size: 13px;
        padding-left: 10px;
    }

    .fan h5 {
        font-size: 18px;
    }

    .index_con6_list {
        margin-bottom: 55px;
    }

    .yewu-lc ul li a {
        font-size: 14px;
        padding: 5px 20px;
    }

    .yewu-lc ul li {
        margin: 0 5px;
    }

    .cc-li {
        margin-bottom: 35px;
    }

    .mt-left {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .mt-left a icon {
        width: 40px;
        height: 40px;
        background-size: 100% 100% !important;
    }

    .mt-left a h3 {
        font-size: 16px;
        margin: 6px auto 12px;
    }

    .mt-right {
        width: 100%;
    }

    .mt-right ul li a icon {
        width: 32px;
        height: 32px;
        background-size: 100% 100% !important;
    }

    .mt-right ul li a p {
        line-height: 22px;
    }

    .mt-right ul li a h3 {
        margin: 8px 0 4px;
    }

    .city-list li a icon {
        width: 45px;
        height: 45px;
    }

    .city-list li a i {
        display: block;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5px;
    }

    .city-list {
        margin-bottom: 25px;
    }

    #con-map1,
    #con-map2,
    #con-map3,
    #con-map4,
    #con-map5 {
        height: 300px;
    }

    .address li {
        width: 100%;
    }

    .BMap_bubble_content {
        font-size: 14px;
    }

    .address li a icon {
        width: 37px;
        height: 37px;
        background-position: center !important;
    }

    .c-box ul li {
        width: 49%;
        margin-bottom: 2%;
    }

    .c-box ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .c-box {
        margin: 30px auto;
    }

    .fuwu ul li {
        width: 49%;
        margin-bottom: 2%;
    }

    .fuwu ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .fuwu ul li a icon {
        width: 45px;
        height: 45px;
        background-size: 100% 100%;
        margin-bottom: 8px;
    }

    .fuwu ul li a p {
        font-size: 15px;
    }

    .fuwu ul li a {
        padding: 16px;
    }

    .an-left {
        width: 100%;
        max-width: 100%;
        height: 210px;
        background-size: 100%;
    }

    .an-right {
        width: 100%;
    }

    .an-right li {
        padding: 10px 0;
    }

    .anbao {
        margin-bottom: 45px;
    }

    .mt-body .mt-left {
        height: auto;
    }

    .changdi-left {
        width: 100%;
    }

    .changdi-right {
        width: 100%;
        max-width: 100%;
        height: 210px;
    }

    .changdi-left dl dd {
        float: left;
        width: 50%;
    }

    .changdi-left dl dd icon {
        display: table-cell;
        background-position: center !important;
    }

    .changdi-left dl dd p {
        padding-left: 15px;
    }

    .changdi {
        margin: 35px auto 35px;
    }

    .about-jj .about-text p {
        line-height: 25px;
    }

    .about-jj .swiper-container {
        margin-top: 20px;
    }

    .about-jj .swiper-container .swiper-slide {
        width: 22.75% !important;
        margin-right: 3% !important;
    }

    .about-jj .swiper-container .swiper-slide a div b {
        font-size: 30px;
    }

    .about-jj .swiper-container .swiper-slide a p {
        font-size: 13px;
    }

    .about-jj .swiper-scrollbar {
        height: 3px;
    }

    .about-jj {
        padding-bottom: 35px;
    }

    .about-wenhua ul li {
        width: 100%;
        margin-right: 0;
    }

    .about-wenhua ul li a icon {
        width: 35px;
        height: 35px;
    }

    .wenhua-img {
        padding-right: 15px;
    }

    .about-wenhua ul li a {
        padding: 10px;
    }

    .bankuai ul li {
        margin: 0 5px;
    }

    .bankuai ul li a {
        font-size: 15px;
        padding: 5px 15px;
    }

    .bankuai ul li a {}

    .gallery-thumbs {
        width: 85%;
    }

    .gallery-thumbs .swiper-slide {
        padding: 15px 2px;
        font-size: 16px;
    }

    .lun-data {
        margin: 25px auto 65px;
    }

    .swiper-height {
        height: 335px;
    }

    .gallery-top .swiper-slide h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .gallery-top {
        height: 150px;
        padding: 15px 55px;
    }

    .nianfen {
        width: 100%;
        margin-bottom: 40px;
    }

    .nianfen dl dt {
        font-size: 16px;
        padding: 7px;
    }

    .xiangmu {
        /* width: 75%; */
    }

    .xiangmu.zeren  ul.clear.flexul > li,
    .zeren ul li {
        width: 49%;
        margin-right: 1%;
        margin-bottom: 2%;
        margin-left: 0;
    }

    .zeren ul li:nth-of-type(5n) {
        margin-right: 2%;
        margin-bottom: 0;
    }

    .zeren ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .nianfen dl dd {
        margin: 0 10px;
        padding: 10px 0;
        font-size: 14px;
    }

    .ronyu {
        margin-top: 15px;
        margin-bottom: 45px;
    }

    .fenye {
        margin-top: 25px;
    }

    .fenye a {
        padding: 3px 8px;
        font-size: 12px;
    }

    .xiangmu table tr th {
        font-size: 14px;
    }

    .xiangmu table tr:first-of-type td {
        font-size: 16px;
    }

    .news-list ul li .news-left {
        max-width: 42%;
    }

    .news-list ul li .news-right {
        width: 55%;
    }

    .news-list ul li .news-right h3 {
        font-size: 15px;
        line-height: 20px;
        margin: 2px 0 1px;
    }

    .news-list ul li .news-right b {
        font-size: 12px;
    }

    .news-list ul li .news-right p {
        font-size: 13px;
        line-height: 18px;
        -webkit-line-clamp: 3;
    }

    .news-detail-title h3 {
        font-size: 16px;
    }

    .news-detail-title p {
        font-size: 13px;
        margin: 4px 0;
    }

    .news-detail-text {
        margin-top: 10px;
    }

    .news-detail-text p {
        line-height: 24px;
        margin-bottom: 7px;
    }

    .contact-box .contact-left {
        width: 100%;
    }

    .contact-box::after {
        height: 0;
        display: none;
    }

    .contact-right {
        width: 100%;
    }

    .contact-right dl {
        padding-left: 0;
    }

    .contact-box {
        margin-top: 15px;
    }

    .contact-box .contact-left dl dt span {
        font-size: 16px;
    }

    .contact-box .contact-left dl dt icon {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    .contact-box .contact-left dl dd span {
        line-height: 26px;
    }

    .contact-box .contact-left dl dd {
        margin-bottom: 5px;
    }

    .contact-box .contact-left dl dt {
        margin-bottom: 5px;
    }

    .contact-box .contact-left dl {
        margin-bottom: 25px;
    }

    .contact-box .contact-right dl dt span {
        font-size: 16px;
    }

    .contact-box .contact-right dl dt icon {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    .contact-right dl dt {
        margin-bottom: 5px;
    }

    textarea {
        height: 120px;
    }

    .yewu-kk-left dl dt h3 {
        font-size: 15px;
    }

    .yewu-kk-left dl dt {
        border-left: 2px solid #f5a21c;
        padding: 7px 3px;
        margin-bottom: 5px;
    }

    .yewu-kk-left dl dd {
        padding: 7px 5px;
        font-size: 14px;
    }

    .yewu-kk-left dl {
        margin-bottom: 10px;
    }

    .right-list .dl-right dt {
        font-size: 16px;
    }

    .right-list .dl-right dd {
        margin-top: 6px;
        font-size: 14px;
    }

    .yewu-kk-right .right-list {
        padding-bottom: 12px;
        margin-bottom: 22px;
    }

    .yewu-kk {
        margin-top: 15px;
    }

    .contact-right dl dd button {
        padding: 8px 44px;
    }


    header {
        background: #ffffff;
    }

    .search-kuang {
        width: 85%;
    }

    .search-kuang p {
        width: 55%;
    }

    .search-list .tit-text {
        margin-top: 125px;
    }

    .search-kuang p input[type="text"] {
        font-size: 14px;
    }

    .search-text ul li a h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .search-text {
        padding: 30px 0 45px;
    }

    .search-text ul li a p {
        line-height: 25px;
        height: 50px;
    }

    .search-text ul li a span {
        margin-top: 5px;
    }

    .page-text {
        width: 100%;
    }

    .page-text p {
        font-size: 14px;
    }

    .back a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .back {
        margin-top: 15px;
    }

    .index-news-right h4 a {
        font-size: 14px;
    }

    .index-news-right h4 a i {
        font-size: 16px;
    }


    .about-jj .swiper-button-next,
    .about-jj .swiper-button-prev {
        display: none;
    }

    .index-shuju .swiper-button-next,
    .index-shuju .swiper-button-prev {
        display: none;
    }

}

@media (max-width:500px) {}

.xiangmu  .crc-pub-page-span {
    display: none
}

.details-container  .space-between-containers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.details-container  .right-wrappers{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #F6AB32;
    text-align: center;
}


.details-container  .left-wrappers{
    display: flex;
    flex-direction: column;
}

.details-container  .space-between-containers    .left-wrappers    a  span{
    color: #666666;
}

.details-container  .right-wrappers a{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}