input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}


/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.max1335 {
    max-width: 1575px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â*/

.top_head {
    position: fixed;
    z-index: 99998;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 60px; */
    background: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
    padding: 20px 0;
}

.top_head2 {
    position: relative;
}

.top_flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 64%;
}

.logo22 {
    position: relative;
    float: left;
}

.logo22 a {
    display: block;
}

.logo22 img {
    max-width: 100%;
}

.language {
    position: relative;
    display: flex;
    align-items: center;
}

.language .phone3 {
    position: relative;
    margin: 0 10px;
    width: 28px;
    height: 28px;
    background: url(../images/phone2.png) center no-repeat;
    border: 1px solid #d4a253;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.language .phone3 a {
    display: block;
    width: 28px;
    height: 28px;
}

.wechat22 {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid #d4a253;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background: url(../images/wechat.png) center no-repeat;
}

.wechat22 .code22 {
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 40px;
    width: 140px;
    margin-left: -55px;
    outline: 1px solid #ddd;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.wechat22:hover {
    background-image: url(../images/wechat2.png);
    background-color: #d4a253;
}

.wechat22:hover .code22 {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lang22 {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #d4a253;
    font-size: 14px;
    background: #d4a253;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    margin-left: 10px;
}

.lang22:hover {
    background: none;
    color: #d4a253;
}


.tp_phone{
    font-size: 18px;
    color: #000;
}

@media (max-width:1200px){
    .tp_phone{
        font-size: 14px;
    }
}


/* honor_wap */

.honor_wap {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 9999;
    padding: 50px;
    background: url(../images/b-h1.png)no-repeat;
}

.honor_wap img {
    max-width: 100%;
}

@media (max-width:768px) {
    .honor_wap {
        margin-top: 0;
    }
}


/* fuwu */

.fuwu {
    position: relative;
    padding-bottom: 3.125%;
}

.fw_list {
    position: relative;
}

.fw_list li {
    position: relative;
}

.fw_list li a {
    display: block;
}

.fw_list li .fw_top {
    position: relative;
    padding: 5.125%;
    border: 1px solid #f5f5f5;
    height: 245px;
}

.fw_list li .fw_top h3 {
    text-align: center;
    vertical-align: middle;
    padding-bottom: 15px 0;
}

.fw_list li .fw_top h3 img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.fw_list li .fw_top h3 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #666666;
    padding-left: 15px;
}

.fw_list li .fw_top dd {
    margin-top: 5.125%;
    line-height: 1.7;
    font-size: 16px;
    color: #5a5a5a;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fw_list li .fw_top dd b {
    font-weight: normal;
    color: #d4a253;
    font-size: 15px;
    text-transform: uppercase;
}

.fw_list li .fwimg {
    position: relative;
    height: 245px;
}

.fw_list li .fwimg img {
    width: 100%;
    height: 100%;
}

.fw_list .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 15px;
}

.fw_list .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cccccc;
    cursor: pointer;
}

.fw_list .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.fw_list .slick-dots li.slick-active {
    background-color: #d4a253;
}

@media (max-width:1200px) {
    .fw_list li .fw_top {
        height: 205px;
    }
    .fw_list li .fwimg {
        height: 205px;
    }
    .fw_list li .fw_top h3 span {
        font-size: 18px;
    }
    .fw_list li .fw_top dd {
        font-size: 14px;
    }
    .fw_list li .fw_top dd b {
        font-size: 14px;
    }
}

@media (max-width:600px) {
    .fw_list li .fw_top {
        height: auto;
    }
    .fw_list li .fwimg {
        height: auto;
    }
}

.fuwu .more {
    background-image: url(../images/more2.png);
    color: #d4a253;
    margin: 30px auto 0;
}

@media (max-width:991px) {
    .fuwu .more {
        margin: 2vw auto 0;
        width: 30vw;
    }
}


/* case_index */

.case_index {
    position: relative;
    padding: 2.125% 0 3.125%;
}

.case_list2 {
    position: relative;
}

.case_list2 li {
    position: relative;
    margin: 0 20px;
    text-align: center;
}

.case_list2 li a {
    display: block;
}

.case_list2 li .caimg {
    overflow: hidden;
}

.case_list2 li .caimg img {
    width: 100%;
}

.case_list2 li h3 {
    padding: 10px 0;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    font-size: 15px;
    color: #666666;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.case_list2 li:hover h3 {
    color: #d4a253;
}

@media (max-width:1200px) {
    .case_list2 li {
        margin: 0 15px;
    }
}

@media (max-width:992px) {
    .case_list2 li {
        margin: 0 10px;
    }
    .case_list2 li h3 {
        font-size: 13px;
    }
}

@media (max-width:500px) {
    .case_list2 li {
        margin: 0 5px;
    }
}

.case_index .more {
    background-image: url(../images/more2.png);
    color: #d4a253;
    margin: 30px auto 0;
}

@media (max-width:991px) {
    .case_index .more {
        margin: 2vw auto 0;
        width: 30vw;
    }
}


/* news_index */

.news_index {
    position: relative;
    /* padding-top: 1.125%; */
    /* padding-bottom: 5.125%; */
    padding: 70px 0;
    background: url(../images/b-w6.png)no-repeat;
}

.news_wap {
    position: relative;
    margin-top: 3.125%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_left {
    position: relative;
    width: 38%;
}

.news_aa {
    position: relative;
}

.nttt {
    position: relative;
    border-bottom: 1px solid #d4a253;
}

.nttt h3 {
    line-height: 45px;
    font-size: 18px;
    color: #666666;
}

.nttt a {
    text-transform: uppercase;
    display: block;
    line-height: 45px;
    font-size: 12px;
    color: #333333;
    position: absolute;
    right: 15px;
    top: 0px;
}

.news_list11 {
    position: relative;
    padding: 20px 0 40px;
}

.news_list11 li {
    position: relative;
    outline: none;
}

.news_list11 li a {
    display: block;
    padding: 10px 0;
    background: url(../images/line6.jpg) no-repeat left bottom;
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list11 li span {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
}

.news_list11 .slick-arrow {
    position: absolute;
    z-index: 999;
    bottom: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    font-size: 0;
    border: none;
    outline: none;
}

.news_list11 .slick-prev {
    right: 40px;
    background: url(../images/n_prev.png) no-repeat center;
}

.news_list11 .slick-next {
    right: 0px;
    background: url(../images/n_next.png) no-repeat center;
}


/*  */

.news_bb {
    position: relative;
    margin-top: 5.125%;
}

.news_list22 {
    position: relative;
    margin-top: 15px;
}

.news_list22 li {
    position: relative;
    padding: 10px 0;
    line-height: 1.8;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    outline: none;
}

.news_list22 li a {
    display: block;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list22 li a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #999999;
    margin-right: 10px;
    vertical-align: 2px;
}

.news_list22 li:hover a {
    color: #d4a253;
}

.news_list22 li:hover a::before {
    background: #d4a253;
}


/* news_right */

.news_right {
    position: relative;
    width: 61%;
}

.news_list33 {
    position: relative;
    padding: 10px 20px;
}

.news_list33 li {
    position: relative;
    padding: 20px 0;
}

.news_list33 li:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.news_list33 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list33 li .nleft {
    width: 30%;
}

.news_list33 li .nleft img {
    width: 100%;
}

.news_list33 li .nright {
    position: relative;
    width: 68%;
}

.news_list33 li .nright h3 {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list33 li .nright span {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_list33 li .nright span b {
    font-weight: normal;
    font-size: 14px;
    color: #d4a253;
    text-transform: uppercase;
}


@media (min-width:980px) {
  .page-banner {
   
    margin-top: 124px;
}

.x-banner{ margin-top: 124px;}
}

@media (max-width:1200px) {
    .news_list22 li {
        padding: .5rem 0;
    }
}

@media (max-width:992px) {
    .news_left {
        width: 100%;
    }
    .news_right {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width:768px) {
    .news_list33 {
        padding: 10px 0;
    }
    .news_list33 li .nright h3 {
        font-size: 15px;
    }
    .news_list33 li .nright span {
        font-size: 12px;
    }
    .news_list33 li .nright span b {
        font-size: 12px;
    }
}

@media (max-width:480px) {
    .news_list33 li a {
        flex-wrap: wrap;
    }
    .news_list33 li .nleft {
        width: 100%;
    }
    .news_list33 li .nright {
        width: 100%;
        margin-top: 15px;
    }
}

.news_index .more {
    background-image: url(../images/more2.png);
    color: #d4a253;
    margin: 20px auto 0;
}

@media (max-width:991px) {
    .news_index .more {
        margin: 2vw auto 0;
        width: 30vw;
    }
}


/*  */

.nei_sort {
    position: relative;
    padding: 30px 0;
 
}

.nei_sort .xypg-left-nav {
    margin: 0;
    text-align: left;
}

.nei_sort .xypg-left-nav li {
    border: none;
    display: inline-block;
}

.nei_sort .xypg-left-nav li>a {
    padding: 8px 18px;
    font-size: 15px;
}

.nei_sort .xypg-left-nav li .first-nav-btn {
    display: none;
}

.nei_sort .xypg-left-nav>li:hover>a,
.nei_sort .xypg-left-nav>li.clicked>a {
    color: #fff;
    background: #d4a253;
}







/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€¦Ã‚Â¡ */

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #434343;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer ul li a {
    display: block;
    color: #ffffff;
}

.footer ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}


/**/

.model-body {
    display: flex;
    flex-wrap: wrap;
}

.model-body .model-item {
    margin-bottom: 30px;
    width: 25%;
}

.model-body .model-item .cover {
    font-size: 0;
    position: relative;
}

.model-body .model-item .cover img {
    max-width: 100%;
    width: 100%;
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}

.model-body .model-item-cont {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    padding: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    transition: all 0.5s;
}

.model-body .model-item:hover .model-item-cont {
    display: flex;
}

.model-body .model-item .model-main-item {
    width: 100%;
    text-align: center;
    padding: 30px 10px;
    transition: all 0.5s;
    background-color: #ffffff;
}

.model-body .model-item .model-main-item .title {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.model-body .model-item .model-main-item .subtitle {
    font-size: 14px;
    line-height: 1.3;
    height: 20px;
}

.model-body .model-item:hover .model-main-item {
    background-color: #d4a253;
    color: #fff;
}

.model-body .model-item:hover .model-main-item .title{
    color: #fff
}

.tupbiaos{padding:30px 0;}

.okyu{display: flex;justify-content: center;align-items: center;}
.lese1{width: 50%;}
.lese2{width:20%;text-align: center;}
.lese3{width:40%;text-align: center;}
.wenben{display: flex;justify-content: center;}
.lkoer{margin-bottom:10px;}
.lkoer img{max-width:100%;}
.wenben h3{font-size: 28px;color:#27344d;padding-left:30px;width:50%;text-align: left;}
.disy{background:url(../images/b-a4.png)no-repeat left}
.disy2{background:url(../images/b-a5.png)no-repeat left}
.x-banner{position:relative;}
.sert ul{display: flex;justify-content: center;}

.sert ul li{width:25%;text-align:center;padding: 30px 0;border-bottom: 2px solid #fff;}
.sert ul li .img_din{margin-bottom:20px;}
.sert ul li .img_din img{max-width:100%;}
.sert ul li .wendin_din{font-size:16px;color: #000;}
.sert ul li:hover{box-shadow:0 0 15px 0 #999;border-bottom: 2px solid #b89665;}
.sert ul li:hover .wendin_din{font-size:16px;color:#b89665;}
.biaoyu{position:absolute;width:100%;bottom: -10%;z-index: 999;}
.sert{/* padding: 0 30px; */background:#fff;box-shadow: 0 0 15px 0 #999;padding: 0;}



.fullscreen,.fullscreen body {height: 100%;overflow: hidden}
.alltransition {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.table {display: table;width: 100%;height: 100%;}
.table-cell {display: table-cell;vertical-align: middle;}
.pcshow { display:block;}
.mbshow { display:none!important;}
.left{ float:left;}
.right{ float:right;}
.clear { clear:both;}
.img {position: relative;overflow: hidden;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;}
::-webkit-scrollbar{height:4px; width:0px;background: #ccc;}
::-webkit-scrollbar-button{height:0; width:0}
input,select,textarea {-webkit-appearance: none;border-radius: 0;outline: none}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}




.cz-index-cooperative-customers {position: relative;}
.cz-index-cooperative-customers .cz-content{width: 100%;overflow: hidden;}
.cz-index-cooperative-customers-top {position: absolute;width: 100%;height: 100%;top: -10%;left: 0;z-index: 10;text-align: center;font-size: 0;}
.cz-index-cooperative-customers-top a {position: absolute;display:block;width: 15%;height: 33%;background: url('../images/cooperative2.png');background-size: 100% 100%;clear: both;margin:5px auto;}
.cz-index-cooperative-customers-top a:hover {background: url('../images/cooperative1.png') center no-repeat;background-size: 100%;}
.cz-index-cooperative-customers-top a:hover i {opacity: 1;}
.cz-index-cooperative-customers-top a i {display: block;width: 100%;height: 100%;position: relative;overflow: hidden;opacity: .5;}
.cz-index-cooperative-customers-top a.item1 {left: 50%;top:50%;margin-left: -7.5%;margin-top: -13%;}
.cz-index-cooperative-customers-top a.item2 {left: 50%;top:50%;margin-left: -7.5%;margin-top: 0.5%;}
.cz-index-cooperative-customers-top a.item3 {left: 50%;top:50%;margin-left: -19%;margin-top: -6.2%;}
.cz-index-cooperative-customers-top a.item4 {right: 50%;top:50%;margin-right: -19.1%;margin-top: -6.5%;}
.cz-index-cooperative-customers-top a.item5 {left: 50%;top:50%;margin-left: -30.5%;margin-top: -13%;}
.cz-index-cooperative-customers-top a.item6 {left: 50%;top:50%;margin-left: -30.5%;margin-top: 0.5%;}
.cz-index-cooperative-customers-top a.item7 {right: 50%;top:50%;margin-right: -30.8%;margin-top: -13%;}
.cz-index-cooperative-customers-top a.item8 {right: 50%;top:50%;margin-right: -30.8%;margin-top: 0.5%;}
.cz-index-cooperative-customers-top a.item9 {left: 50%;top:50%;margin-left: -42.1%;margin-top: -6.3%;}
.cz-index-cooperative-customers-top a.item10 {right: 50%;top:50%;margin-right: -42.5%;margin-top: -6.3%;}
.cz-index-cooperative-customers-bottom {background: #000;}

.tuli2{text-align:center;position: absolute;top: 6%;width: 100%;}
.tuli2 h3{font-size:46px;color:#bf9f62;}
.tuli2 p{font-size:24px;color:#bf9f62;}


.cp_auto{margin: auto;padding: 70px 0 0 0;}
.cp_auto  ul li{width: 31.2%;margin-left: 3%;float:left;background: #fff;margin-bottom:3%;overflow: hidden;}
.cp_auto  ul li dd{font-size:16px;margin-top: 15px;padding-left: 30px;background: url(../images/b-w5.png) no-repeat left;color: #999;}
.cp_auto  ul li h3{font-size: 20px;margin: 10px 0 15px 0;color: #cdac7d;/* min-height: 85px; */display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.cp_auto  ul li p{font-size:14px;color: #000;line-height: 1.8;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;min-height: 80px;}
.cp_auto  ul li:nth-child(1){margin-left:0;}
.cp_auto  ul li:nth-child(3n+1){margin-left:0;}

.titlesff{text-align:center;}
.titlesff h3{font-size:46px;color: #212121;}
.titlesff p{font-size: 28px;color: #cdac7d;}

.a_insr{display: flex;justify-content: space-between;font-size: 16px;text-transform: uppercase;color: #777777;margin-top: 20px;}
.wanxiaohuas{padding:20px;}

.vr2{display:none;}
.erfgS{padding:10px 0;width:100%;text-align:center;margin-top: 50px;color:#666}
.erfgS a{font-size:16px;  padding: 10px 40px;  border: 1px solid #ffc000; }
.cp_auto  ul li:hover{background: #cdac7d;}
.cp_auto  ul li:hover h3{color:#fff}
.cp_auto  ul li:hover p{color:#fff}
.cp_auto  ul li:hover dd{color:#fff;background: url(../images/b-w3.png) no-repeat left;}
.cp_auto  ul li:hover .a_insr {color:#fff;}

.cp_auto  ul li:hover .vr1{display:none;}
.cp_auto  ul li:hover .vr2{display:block;}


.container2{max-width:1570px;padding:0 15px;margin:auto;}


.CASED  ul li h3 {
    font-size: 20px;
    padding: 10px 0 15px 0;
    color: #000;
    TEXT-ALIGN: CENTER;
}

.CASED ul li {
    width: 31.2%;
    margin-left: 3%;
    float: left;
   background: initial;
    margin-bottom: 3%;
}

/*  */




@media (max-width:1440px) {
	
	/*  */
	.weixin {
  
    top: -5px;
 
}
	.teldianhua a {
    font-size: 14px;

    padding: 2px 5px 5px 31px;
}

.biaoyu {
  
    bottom: -20%;
  
}

.olkju h5 {
    font-size: 36px;
 
}


.iproductt_1 {
    font-size: 38px;

  
}

.iproductt_2 {
    font-size: 20px;
  
    line-height: 36px;

}


.iproductt_4 {
    font-size: 16px;

}

.iaboutcrlc_4_en {

    display: none;
}
	
	
	
	.iaboutcrlc_4_cn {
 
    margin-bottom: 0;
}

.kity .iproductt_1 {
    font-size: 38px;

}

.kity .iproductt_4 {
    font-size: 16px;

}

.afnsil .cz-title .title-1 {
    font-size: 36px;

}

.afnsil .cz-title .title-2 {
    font-size: 24px;

}

.cz-index-product-nav a span {
   
    font-size: 12px;
 
}


.iaboutcrlc_3 {

    font-size: 14px;
	line-height: 26px;
	margin: 20px 0 20px 0;
}
.iaboutcrlc_4_cn {
    font-size: 16px;
    color: #c0a164;
    line-height: 20px;
    margin-bottom: 3px;
}

.iaboutcrlc {
    padding: 0px 30px;
  
}

.about_num1 {

    padding: 0 10px;
}

.x-about {
 
    padding: 80px 15px;
}



.x-about-p p {
    margin-bottom: 0;
    font-size: 15px;
    color: #676f80;
    line-height: 1.8;
    padding-left: 35px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}




.cz-service-item .text .item-3 {
  
line-height: 1.2;
  
font-size: 12px;
}

.cz-service-item .text .item-3 strong {
    color: #b89665;
    font-size: 12px;
    font-weight: normal;
}

.cz-service-item .text .title-2 strong {
    font-size: 26px;
    color: #26334c;
    position: relative;
    z-index: 2;
}
.cz-service-item .text-1 {
	left: 15%;
	font-size: 16px;
	color: #26334c;
	/* position: absolute; */
	top: 3%;
	font-weight: bold;
}

.ul_rui ul li {
    width: 30%;
    text-align: center;
    padding: 10px 20px;
    box-shadow: 0 0 15px 0 #999;
    border-radius: 20px;
}

.ul_rui ul li p {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
}

.right_tui .xiahuaxian {
    width: 100%;
    height: 2px;
    background: #ddd;
    margin-left: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ul_rui ul li h3 {
    font-size: 24px;
    margin: 20px 0;
    color: #b79960;
    font-weight: normal;
}

.x-about-h4 {
    color: #27344d;
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 35px;
}


.nasiweai .x-about-h4 {
    color: #fff;
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 35px;
}



.baoanxihuan .swiper-button-next, .baoanxihuan .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 37px;
    height: 34px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 37px 34px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}


.right_o1 h2 {
    font-size: 22px;
    color: #27344d;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.right_o1 h2 {
    font-size: 22px;
    color: #27344d;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.naisetr {
    background: url(../images/bao-5.jpg) no-repeat;
    padding: 110px 15px;
}


.anb_index2 {
    background: url(../images/bao-3.jpg) no-repeat center;
    padding: 110px 15px 50px;
}


.bunande {
    background: url(../images/bao-7.jpg) no-repeat center;
    padding: 100px 15px;
}



}




@media (max-width:998px) {
	/*  */
	.biaoyu {
    position: initial;
   
}

.sert ul {
   
    flex-wrap: wrap;
    margin-top: 10px;
}


.sert ul li {
    width: 50%;

}

.sert ul li {
   
    padding: 15px 0;
 
}

.sert ul li .wendin_din {
    font-size: 14px;
  
}

.x-banner {
 
    margin-top: 60px;
}
.olkju h5 {
    font-size: 18px;
	margin-bottom:0;
}

.olkju {

    top: initial;
	bottom:5%;
   
 
}


.olkju p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
}
.about_index {
    padding-top: 20px;
  
    padding-bottom: 20px;
}

.iproductt {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}

.iproductt_1 {
    font-size: 24px;
	line-height:24px;
}

.iproductt_2 {
    font-size: 14px;
    line-height: 36px;
}

.iproductt_4 {
    font-size: 12px;
    line-height: 1.5;
	letter-spacing: 0;
}

.iaboutcl {
 width:100%;
    height: 320px;
	margin-bottom:5%;
 
}
.iaboutc {
    padding: 25px 0;
    background: initial;
}

.iaboutcr {
    width: 100%;
    height: 100%;
    background: #fff;
}

.iaboutcrl{width:100%;}
.iaboutcrlc {
    padding: 20px 10px;
    width: 100%;
}
.iaboutcrlc_1 {
    font-size: 20px;
    color: #18253d;
    line-height: 20px;
}

.iaboutcrlc_2 p {
    font-size: 12px;
   
    line-height: 20px;
   
}
.iaboutcrlc_2 {
    margin-top: 5px;
}

.iaboutcrlc_3 {
    margin: 10px 0 20px 0;
    font-size: 12px;
    color: #777777;
    line-height: 20px;
}
.iaboutcrlc_4_cn {
    font-size: 12px;
    color: #c0a164;
    line-height: 20px;
    margin-bottom: 8px;
}
.iaboutcrlc_4 {
    margin-bottom: 20px;
}

.iaboutcrr {
    width: 100%;
    height: auto;
}


.iaboutcrr ul li {
    width: 100%;
    height: auto;
  
    padding-top: 0;    background-size: 100% 100%;
   
}
.iaboutcrr ul li.curr img {
    display: none;
}


.iaboutcrr ul li.curr {
  
    background-size: 100% 100%;
}

.iaboutcrr ul li.iaboutcrr_1 {
  
    background-size: 100% 100%;
}
.iaboutcrr ul li.iaboutcrr_2 {
  
    background-size: 100% 100%;
}
.iaboutcrr ul li.iaboutcrr_3 {
  
    background-size: 100% 100%;
}

.iaboutcrr_cn {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
    letter-spacing: 2px;
}

.iaboutcrr_en {
    font-size: 12px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.kity .iproductt_1 {
    font-size: 24px;
    line-height: 24px;
}


.kity .iproductt_4 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
}

.kity {
    padding: 0 10px;
    width: 100%;
}


.cz-index-product {
    position: relative;
    height: 95%;
    background: url(../images/b-2.jpg);
}

.cz-index-product-right {
    float: right;
    width: 100%;
    position: initial;
}

.cz-index-product-left {
    width: 100%;
    position: initial;
    left: 0;
    bottom: 0;
    margin-bottom: 20px;
}

.cz-index-product .cz-content {padding: 20px 10px 0;width: 100%;position: initial;height: 95%;}

.afnsil .cz-title .title-1 {
    font-size: 24px;
    line-height: 40px;
}

.afnsil .cz-title .title-2 {
    font-size: 16px;
}
.cz-index-product-nav {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    width: 100%;
}

.diimgh{display:none;}

.cz-index-product-nav a strong {
  
    font-size: 14px;
 
}
.cz-index-product-item .text .top .title-2 {
    font-size: 18px;
    padding: 5px 0;
    font-weight: bold;
}



.cz-index-product-item .text .top .title-1 {
    font-size: 14px;
}

.my-prolist {
  
    padding: 10px 0;
  
}

.idnex_cp .iproductt_1 {
    font-size: 24px;

    line-height: 40px;
 
}
.idnex_cp .iproductt_4 {
    font-size: 14px;
    line-height: 1.5;
    color: #27344d;
    letter-spacing: 0;
    font-family: 'SourceHanSans-Light';
}





.lanrenzhijia .title-list li {
    /* width: 18.4%; */
    
    font-size: 16px;
 
}

.inews {
    padding: 15px 0;
    height: 100%;
    background: initial;
}

.lanrenzhijia .title {
    /* height: 25px; */
    padding-bottom: 0;
    padding-top: 0;
}


.x-banner2 {
    margin-top: 0;
}


.about_num1 {
    position: relative;
    width: 50%;
    font-size: 12px;
    color: #666;
    text-align: left;
    margin-bottom: 10px;
}

.my-prolist2 .lanrenzhijia .title-list {
    font-size: 16px;
    color: #fff;
    line-height: 48px;
}

.my-prolist2 .lanrenzhijia .title-list li {
    /* width: 18.4%; */
    line-height: 38px;
    text-align: center;
    float: left;
    font-size: 14px;
    display: inline;
    /* background: #4666ab; */
    margin-left: 0%;
    color: #fff;
    padding: 5px;
    margin: 0px 1%;
}

.title p {
    font-size: 14px;
    color: #bf9f62;
    line-height: 14px;
    margin: 5px auto;
    font-family: 'BlockAcromLight';
    text-align: center;
}


.my-prolist2 {
   
    padding: 30px 0 0;
 
}
.baozhang ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.baozhang ul li {
    width: 100%;
    position: relative;
    border: 1px solid #cdac7d;
    border-radius: 15px;
    z-index: 99;
    margin-bottom: 5%;
}


.baozhang ul li h3 {
    font-size: 18px;
    color: #b79960;
    margin-top: -30px;
    position: relative;
    z-index: 999;
}

.xiahua {
    width: 50px;
    height: 2px;
    background-color: #b79960;
    margin-bottom: 5px;
    margin-top: 10px;
}

.baozhang ul li p {
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
}

.baoqiali {
    padding: 0px 10px 20px;
}

.news_index {

    padding: 20px 0;
  
}

.titlesff h3 {
    font-size: 24px;
    color: #212121;
}

.titlesff p {
    font-size: 16px;
    color: #cdac7d;
}

.cp_auto {
    margin: auto;
    padding: 20px 0 0 0;
}

.cp_auto ul li {
    width: 100%;
    margin-left: 0;
    float: left;
    background: #fff;
    margin-bottom: 5%;
    box-shadow: 0 0 15px 0 #ddd;
}

.cp_auto ul li h3 {
    font-size: 16px;
    padding: 10px 0 15px 0;
    color: #cdac7d;
	min-height:auto;
}

.wanxiaohuas {
    padding: 10px;
}

.cp_auto ul li dd {
    font-size: 16px;
    margin-top: 0;
    padding-left: 30px;
    background: url(../images/b-w5.png) no-repeat left;
    color: #999;
}

.erfg {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #666;
}


.code {
    margin-left: 0;
    width: 100%;
}
.link1_bg {
    width: 140px;
    display: none;
}



/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ */

.page-banner {
    position: relative;
    margin-top: 60px;
}

.page-banner .olkju h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    font-family: serif;
}

.page-banner .olkju p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.x-about {
    background: initial;
	padding:20px 0;
}

.chuan_index {
  
    padding: 20px 0;
}

.tiurt h3 {
    font-size: 24px;

}
.tiurt p {
    font-size: 16px;
    color: #27344d;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 35px;
}

.aujtyo {
    display: flex;
    margin: 20px 0;
    box-shadow: 0 0 15px 0 #999;
    justify-content: space-between;
	flex-wrap: wrap;
}

.left_chuan {
    width: 100%;
    padding: 20px 10px;
    background: #fff;
}

.left_chuan h3 {
    font-size: 20px;

}

.left_chuan dd {
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 10px;
}

.left_chuan p {
    font-size: 14px;
    color: #777777;
    line-height: 1.8;
}


.right_chuan {
    width: 100%;
}

.okyes {
    /* background-color: #fff; */
    padding: 20px 10px;
}



.imgesrt{margin-top:20px;}

.yezis_index {
    padding: 20px 0;
}

.niase {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.right_nais {
    width: 100%;
    box-shadow: 0 0 15px 0 #eee;
}

.lrft_nais {
    width: 100%;
}


.cz-history {
    padding: 20px 0 20px 0;
  
}


.cz-title .title-1 {
    font-size: 24px;
    line-height: 40px;
    color: #b89665;
    padding-left: 30px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
}

.cz-title .title-2 {
    font-size: 16px;
    color: #27344d;
    padding: 0px 0 0 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.cz-mouse-drag {

    right: 10%;
    top: 140%;
}



	.cz-history {padding: 100px 0 0  0;}
	.cz-honor-nav {text-align: left;float: none;clear: both;padding-top: 30px;width: 100%;}
	.cz-honor-nav a {padding: 10px 0px;width: 48%;box-sizing: border-box;margin: 0;}
	.cz-honor-content{margin: 0;padding: 20px 0;}
	.cz-honor-next, .cz-honor-prev {bottom: 10px;}
	.cz-honor-progressbar {width: 100%!important;}

.cz-honor-nav a span {
    display: block;
    padding: 5px 0;
    font-size: 12px;
}

.cz-honor-list-swiper .honor .text {
    text-align: center;
    font-size: 12px;
 
}


.cz-honor {
   
    padding-bottom: 20px;
}
.cz-service {
    position: relative;
    padding: 20px 0;
    background: #f2f4f7;
}




.cz-service-item .cz-service-item-left {
    float: left;
    width: 100%;
    /* background: #000; */
    position: relative;
    margin-bottom: 30px;
}

.cz-service-item {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px;
}

.cz-service-item .text {
    position: initial;
    left: 15%;
    bottom: 10%;
    width: 100%;
    overflow: hidden;
}

.cz-service-item .text-1 {
    font-size: 16px;
    color: #26334c;
    position: initial;
    left: 10%;
    top: 10%;
    font-weight: bold;
}


.cz-service-item .cz-service-item-right {
    width: 100%;
    height: 100%;
    position: initial;
    right: 0;
    top: 0;
}


.cz-service-item .text .title-2 strong {
    font-size: 24px;
    color: #26334c;
    position: relative;
    z-index: 2;
}


.cz-service-item .text .item-3 {
    overflow: hidden;
    font-size: 12px;
    color: #676f80;
    line-height: 1.8;
    /* font-weight: bold; */
}

.cz-service-item .text .item-3 strong {
    color: #b89665;
    font-size: 14px;
}

.cz-service-list .cz-service-item:nth-child(1) {background:url('../images/s1.png') 99% 95% no-repeat #f2f4f7;}
.cz-service-list .cz-service-item:nth-child(2) {background:url('../images/s2.png') 35% 95% no-repeat #f2f4f7;}
.cz-service-list .cz-service-item:nth-child(3) {background:url('../images/s3.png') 99% 95% no-repeat #f2f4f7;}



/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¿ */
.page-position2 {
    padding: 15px 0;
    font-size: 14px;
    color: #2f2f2f;
    padding-top: 30px;
}

.hezuorens {
    background: url(../images/bao-1.jpg) no-repeat center;
    padding: 30px 0;
}

.ruixin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lefrt_rui {
    width: 100%;
    margin-bottom: 5%;
}

.right_tui {
    width: 100%;
	overflow:hidden;
}

.x-about-h3 {

    font-size: 24px;
 
}

.ul_rui ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ul_rui ul li {
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    box-shadow: 0 0 15px 0 #999;
    border-radius: 20px;
    margin-bottom: 5%;
}

.ul_rui ul li h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #b79960;
    font-weight: normal;
}

.ul_rui ul li p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
}


.hebebebeb {
    background: url(../images/bao-7.jpg) ;
    padding: 20px 0;
}

.ul_rui {
    padding: 0 15px;
}


.bired {
    background: url(../images/bao-7.jpg)  ;
    padding: 20px 0;
}




.nasiweai .x-about-h3 {
  /* padding-left: 0; */
  font-size: 26px;
}
.ul_rui2s ul li h3 {
    font-size: 20px;
 
}

.ul_rui2s ul li {
    width: 49%;
    margin-bottom: 5%;
}
.ul_rui2s ul li dd {
    font-size: 12px;
  
}
.ul_rui2s {
    padding: 0 15px;
}
.hezuorens2s {
    background: url(../images/bao-1.jpg);
    padding: 20px 0;
}

.ul_rui3s ul li h3 {
    font-size: 12px;
  
}

.ul_rui4s ul li {
    width: 27%;
    margin-bottom: 5%;
    text-align: center;
}

.ul_rui4s ul li h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    margin: 20px 0;
}

.ul_rui6s ul li {
    width: 100%;
    margin-bottom: 5%;
    text-align: left;
    border: 1px solid #b79960;
    border-radius: 15px;
}

.ul_rui6s {
    padding: 0 15px;
}

.page-position {
    padding: 15px 0;
    font-size: 14px;
    color: #2f2f2f;
    padding-top: 30px;
}

.anb_index1s {
    background: url(../images/bao-1.jpg) ;
    padding: 20px 0;
}

.anb_index2 {
    background: url(../images/bao-3.jpg);
    padding: 20px 0 20px;
}


.nasiweai .x-about-box {
    position: initial;
    top: 0;
    right: initial;
    width: 100%;
    left: 0;
    overflow: hidden;
}

.nasiweai .x-about-h3 {
  
    margin-top: 0;

}

.nasiweai .x-about-p p {
 
    font-size: 14px;
   
}

.nasiweai .x-about-img {
    width: 100%;
    float: right;
}

.baisier {
    display: flex;
    justify-content: space-between;
    margin: 0 15px 30px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #27344d;
}

.zbaoanxiouy .sdsabout {
    padding: 0 15px;
}

.zbaoanxiouy .sdsabout .x-about-box {
    position: initial;
    top: 0;
    right: 5%;
    width: 100%;
    overflow: hidden;
}

.naisetr {
    background: url(../images/bao-5.jpg);
    padding: 20px 0;
}

.naisetr .x-about-box {
   
   
    padding: 20px 10px;
	margin-bottom:5%;
}
.imsetr {
    background: url(../images/bao-1.jpg);
    padding: 20px 0;
}

.imsetr .x-about-box {
    position: initial;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}

.bunande {
    background: url(../images/bao-7.jpg);
    padding: 20px 0;
}

.sertsdwe {
    background: url(../images/bao-8.jpg);
    padding: 20px 0;
}

.baoanxihuan {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}

.left_o1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 5%;
}

.right_o1 {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
}

.baoanxihuan .naisi {
    margin: 0 15px;
}

.hrert p {
    position: absolute;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    bottom: 0;
    text-align: center;
    color: #fff;
}



.right_o1 h3 {
    font-size: 26px;
    padding-left: 45px;
    background: url(../images/f-2.png) no-repeat left top 0;
    line-height: 20px;
    color: #b89665;
    margin-bottom: 10px;
}




.right_o1 h2 {
    font-size: 16px;
    color: #27344d;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.right_o1 p {
    font-size: 12px;
    color: #5e6a80;
    line-height: 1.8;
}

.right_o1 p strong {
    font-size: 16px;
}


/* ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â¡ */



.xypg-right-content .lino1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 20px 15px;
    flex-wrap: wrap;
}



.lino1 .naisi {
    margin: 0;
}


.right_o1 dd {
    font-size: 18px;
    color: #b89665;
    margin-bottom: 10px;
}
.page-wrap {
    background: #ffffff;
    padding-bottom: 20px;
}



/* ÃƒÂ¥Ã‚Â¼Ã¢â‚¬Â¢ÃƒÂ©Ã‚Â¢Ã¢â‚¬Â  */

.ling_index {
    padding: 20px 0;
}


.ling_auto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.right_ling {
    width: 100%;
}

.right_ling h3 {
    font-size: 24px;

    line-height: 20px;
}


.right_ling p {
    font-size: 14px;
    line-height: 2;
    color: #676f80;
}

.jiesan {
    padding: 20px 0;
}

.tishi h3 {
    font-size: 18px;
   
}

.tishi p {
    font-size: 16px;
    color: #b89665;
}

.ul_jies ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.ul_jies ul li {
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 15px 0 #ddd;
    margin-bottom: 5%;
}

.ghjk h3 {
    font-size: 20px;
    color: #b89665;
}


.ghjk dd {
    font-size: 12px;
    color: #27344d;
}

.rtew p {
    font-size: 14px;
    color: #3c3c3c;
    padding-left: 20px;
    background: url(../images/xian.png)no-repeat left;
    margin: 10px 0;
}

.left_ling {
    width: 100%;
    margin-bottom: 5%;
}

.tuanjin p {
    font-size: 14px;
    padding: 20px 0;
    color: #979aa1;
}

#tuans {
    padding-top: 35px;
}

/* ÃƒÂ¨Ã‚ÂÃ¢â‚¬ÂÃƒÂ§Ã‚Â³Ã‚Â» */


.indexlainx {
    background: url(../images/di.jpg);
    padding: 20px 0;
    background-size: 100% 100%;
}


.lianxi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lianx_left h3 {
    font-size: 24px;
    color: #b89665;
    background: url(../images/dian.png) no-repeat left top;
    padding-left: 40px;
    line-height: 20px;
}

.lianx_left {
    width: 100%;
}

.lianx_left h2 {
	margin-top:10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.fangsi {
    padding: 0 15px;
}

.kolain ul li div {
    width: 50%;
    font-size: 14px;
    color: #cbcbcb;
}

.lianx_right {
    width: 100%;
    text-align: center;
}

.laixnibayte .about_num1 {
    position: relative;
    width: 50%;
    font-size: 16px;
    color: #666;
    text-align: left;
    margin-bottom: 20px;
}

.laixnibayte .about_num1 {
    position: relative;
    width: 50%;
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-bottom: 20px;
}



.indexlainx2 {
    background: url(../images/di.jpg);
    padding: 20px 0;
    background-size: 100% 100%;
}


.lianxi2 .kolain p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

.zhaomo {
    padding: 20px 0;
}

.zhaomo .lianx_left h3 {
    font-size: 24px;
    color: #b89665;
    background: url(../images/dian2.png) no-repeat left top;
    padding-left: 40px;
    line-height: 20px;
}

.zhaomo .lianx_left h2 {
    font-size: 16px;
    color: #27344d;
    text-transform: uppercase;
}


.zhaomo .kolain2 ul li {
    width: 100%;
    margin: 20px 0;
}

.zhaomo .kolain2 ul li h5 {
    font-size: 20px;
    color: #222;
    margin-bottom: 5px;
}

.zhaomo .kolain2 ul li dd {
    font-size: 16px;
    color: #999;
}

.zhaomo .kolain2 ul li h4 {
    font-size: 16px;
    color: #999;
    margin-top: 30px;
}

.zhaomo .kolain2 ul li p {
    font-size: 12px;
    line-height: 1.8;
    color: #999;
}


.shuzi_auto li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: #ddd;
    top: 0;
    right: 0;
}




.shuzi_auto li em i {
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    font-weight: normal;
    color: #26334d;
    font-style: initial;
    margin-top: 10%;
    margin-bottom: 0;
}

.shuzi_auto li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: #ddd;
    top: 0;
    right: 0%;
}

.x-about-more {
    display: block;
}






.x-banner2 .swiper-button-next, .x-banner2 .swiper-button-prev {
display:none;
}
.iabout {

    padding-bottom: 20px;
}

}





.img_ikl img{width:100%;}














