﻿.down-arrow {
    margin-bottom: -3px;
    width: 5px;
    height: 5px;
    background: #fff;
    display: none;
    z-index: 2;
}
.down-arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    -webkit-transform: rotate(-45deg); /*箭头方向可以自由切换角度*/
    transform: rotate(-45deg);

}
.navbox{
    position: relative;
    display: flex;
    align-items: center;
}
.navbox li.navli{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    border-bottom:1px solid #888 ;
    cursor: pointer;
}
.navbox li.navli.dropdown{
    border-bottom:1px solid transparent ;
}
.navbox li.navli .udbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer!important;
}
.navbox li.navli  .txt{
    height: 20px;
    line-height: 20px;
}
.navbox li.navli .udbox .sort{

    display: inline-block;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: dashed;
    border-color: transparent;
    overflow: hidden;
}
.navbox li.navli .udbox .sort-asc{
    margin-bottom: 1px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #b2b2b2;
}
.navbox li.navli .udbox .sort-desc{
    margin-top: 1px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #b2b2b2;
}
.navbox li.navli .udbox .sort-desc.active,
.navbox li.navli .udbox .sort-desc:hover{
    border-top-color: #000;
}
.navbox li.navli .udbox .sort-asc.active,
.navbox li.navli .udbox .sort-asc:hover{
    border-bottom-color: #000;
}
.navbox li.navli.active .down-arrow {
    position: absolute;
    bottom: 0;
    display: block;
}
.navbox li.navli.dropdown{
    position: relative;
}
.box-tabs{
    position: absolute;
    bottom: 0px!important;
    margin-bottom: -200px;
    left: 0;
    width: 300px;
    height: 200px;
    padding: 15px ;
    background: #f1f1f1;
    z-index: 999;
}
.box-tabs .tab-pane{

}
.box-tabs .qbzl-t{
    display: inline-block;
    padding: 5px 10px;
    background: #ddd;
    border-radius: 4px;
    margin-bottom: 15px;

}
.box-tabs .qbzl-t:hover,
.box-tabs .qbzl-t.active{
    background: #dec5af;
    color: #fff;
}
.navli{
    margin-bottom: 15px;
}
.navli > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
    width: 50px;
    border-bottom: 1px solid #ddd!important;
}
.navli.nav-tabs>li.active>a,
.navli.nav-tabs>li.active>a:focus,
.navli.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #ddd;
    border: 1px solid #ddd!important;
    border-bottom-color: transparent!important;
}
.dropdown-menu>li {
    display: block;
    font-size: 12px;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
/*.navbox li:last-child{
    border-bottom:0
}*/
.itembox .col-xs-3{
    height: 350px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    position: relative;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: .2s;
    -o-transition-timing-function: ease-in-out;
}
.itembox .col-xs-3 .hoverbox{
    border: 1px solid transparent;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 340px;
    z-index: 2;
    opacity: 1;
    color: #717171;

}
.pagenum{
    padding-left: 5px;
    padding-right: 5px;
}
.itembox .col-xs-3  .whitemask{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    height:75px;
}
.itembox .col-xs-3 .hoverbox .tibox{
    position: absolute;
    width: 100%;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.itembox .col-xs-3:hover{
    background-size: 350px 350px!important;
}
.itembox .col-xs-3:hover .mask{
    display: block;
}
.itembox .col-xs-3:hover .hoverbox{
    border-color: #c2935d;
    opacity: 1;
}
.itembox .col-xs-3:hover .hoverbox .more{
    opacity: 1;
}
.itembox .col-xs-3:hover .tibox{
    opacity: 1;
}
.itembox .col-xs-3 .mask{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: rgba(255,255,255,0.6);
    z-index: 1;
}
.itembox .col-xs-3 .hoverbox .oentit{
    font-size: 24px;
    font-family: enfont2;
    letter-spacing: 0!important;
    line-height: 1;
    margin-top: 15px;
    opacity: 0;
}
.itembox .col-xs-3 .hoverbox .ocntit{
    font-size: 12px;
    font-family: cnfont;
    margin-bottom: 15px;
    color: #a3a3a3;
    opacity: 0;
}
.itembox .col-xs-3:hover .hoverbox .ocntit,
.itembox .col-xs-3:hover .hoverbox .oentit{
    opacity: 1;
}
.itembox .col-xs-3 .hoverbox .tibox .entit{

    font-size: 24px;
    font-family: enfont2;
    letter-spacing: 0!important;
    line-height: 1;
    color: #424242;
}
.itembox .col-xs-3 .hoverbox .tibox .cntit{
    font-size: 12px;
    font-family: cnfont;
    color: #a3a3a3;
}
.itembox .col-xs-3 .hoverbox .more{
    font-family: enfont2;
    padding: 3px 10px;
    border: 1px solid #a2a2a2;
    font-size: 12px;
    color: #c2935d;
    background: #fff;
    opacity: 0;
}
.hoverbox:hover{
    /*color: #717171;*/
    text-decoration: none;
}
.demondsearch .col-lg-6{
    box-sizing: border-box;
}
.demondsearch .col-lg-6:first-child{
    position: relative;
    border-right: 1px solid #a8a8a8;
}
.demondsearch .col-lg-6 .square{
    position: absolute;
    right: -6.25px;
    bottom: 0;
    background: #7f7f7f;
    margin-left: 2px;
    margin-right: 2px;
    height: 8px;
    width: 8px;
    display: block;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
}
.demondsearch .table > thead > tr > th,
.demondsearch .table > tbody > tr > th,
.demondsearch .table > tfoot > tr > th,
.demondsearch .table > thead > tr > td,
.demondsearch .table > tbody > tr > td,
.demondsearch .table > tfoot > tr > td{
    border-top: none;
}
.demondsearch .flexrow{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.demondsearch .flexrow input{
    height: 35px;
    width: 160px;
    margin-right: 10px;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    text-align: center;
    outline: none;

}
.demondsearch .flexrow  span{
    height: 1px;
    width: 100px;
    background: #7c7c7c;
    display: block;
}
.table  td{
}
.slider .slider-selection{
    background: #c2935d;
}
.slider.slider-horizontal .slider-track{
    height: 6px!important;
    background: #3a3a3a!important;
}
.slider-handle {
    position: absolute;
    width: 15px!important;
    height: 15px!important;
    top:0px;
    background-color: #c2935d!important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow:   2px -2px 10px rgba(0,0,0,0.5)!important;
    opacity: 1;
    border: 2px solid #fff!important;

}
.slider-handle.round {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
}

.Shapebox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Shapebox li{
    width: 40px;
    height: 50px;
    display: flex;
    margin-right: 0px;
    justify-content: center;
    align-items: flex-end;
    letter-spacing: 0;
}

.searchColorName{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchColorName  li {
    width: 56px !important;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    border-top: 3px solid #1a1a1a;
    color: #1a1a1a;
}
.searchColorName.small  li {
    margin-left: 50px;
    flex: 1;
}
.searchColorName.small  li:first-child{
    margin-left: 0!important;
}

.searchColorName  li.active{
    border-top: 3px solid #c2935d!important;
    color: #c2935d;
}
.letter{
    justify-content: flex-start;
}
.letter li{
    margin-right: 25px;
}
.btnbox{
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;

}
.btnbox button{
    background: #1a1a1a;
    outline: none;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    border: none;
    margin-left: 10px;
    width: 160px;
    height: 34px;
    line-height: 34px;
}
.btnbox button:hover{
    background: #c2935d;
}
.quickbox{
    background: #f2f2f2;
    margin-top: 50px;
    font-size: 14px;
}
.quickbox .col-lg-6{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}
.quickbox .col-lg-6 span{
    padding-left: 20px;
    padding-right: 20px;
}
.tabletit{
    background: #1a1a1a;
    display: flex;
    align-items: center;
    color: #fff;
    height: 50px;
    padding-left: 50px;
    font-size: 14px;
}
.kkk_1 {
    width: 132px;
    text-align: center;
    text-transform: uppercase;

}
@media (min-width: 1700px) {
    .kkk_1 {
        width: 132px;
    }
}
@media (min-width: 1200px) and (max-width:1600px) {
    .kkk_1 {
        width: 125px;
    }
}
.kkk_1.color{
    color: #c2935d;
}
.tableul{
    display: flex;
    flex-direction: column;

}
.tableul li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tableul .libtn{

    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 8px;
    background: #efefef;
    color: #1a1a1a;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}
.tablebody{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 50px;
    height: 50px;
    border: 1px solid transparent;
}
.tablecount{
    display: flex;
    align-items: center;
    height: 50px;
}
.tableul li:hover .libtn{
    background: #c2935d;
    color: #fff;
}
.tableul li:hover .tablebody{
    border-color: #c2935d;
    background: #fff!important;
}
.tableul li:nth-child(2n) .tablebody{
    background:#efefef;
}
.quickbox span{
    cursor: pointer;
}
.quickbox span.active{
    color: #c2935d;
    font-weight: bold;
}
.diamondResultListOut{clear:both;float:left;width:100%;height:40px;margin-top:4px; border:dashed 1px #CCCCCC; border-bottom:none}

.pagination{
    TEXT-ALIGN: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.pagination a {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #383838; */
    color: #383838;
    MARGIN: 2px;
    TEXT-DECORATION: none;
}
.pagination span{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    line-height: 1;
    letter-spacing: 4px;
    margin: 2px 5px;
}
.pagination a.current{

    background: #383838;
    color: #fff;
}
.pagination .pagesnum {
    outline: none;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    width: 60px;
    height: 28px;
    margin-left: 10px;
}
.pagination .pagesgo {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #919191;
    color: #fff;
    margin-left: 10px;
    outline: none;
    border: none;
}
.addemond .col-md-8{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    height: 494px;
}
.addemond .col-md-8 img{
    width: 100%;
    height: 100%;
}
.addemond .col-md-4{
    height: 220px;
    margin-bottom: 15px;
    padding-right: 0;
    overflow: hidden;
}
.addemond .col-md-4:last-child{
    height: 260px!important;
}
.addemond .col-md-4 img{
    width: 100%;
    height: 100%;
}
.tigsbox .row{
    padding-left: 30px;
    padding-right: 30px;
}
.tigsbox .tit{
    font-size: 16px;
    color: #5c5c5c;
}
.tigsbox .txtbody{
    display: flex;
    align-items: center;
    padding-top: 20px;
    flex-wrap:wrap;
}
.tigsbox .txtbody.bb{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom:1px solid #d3d3d3 ;
}
.tigsbox .txtbody a{
    background: #e5e5e5;
    color: #5c5c5c;
    border-radius: 6px;
    height: 33px;
    line-height: 33px;
    /*width: 103px;*/
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: block;
    margin-right: 30px;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
}
.tigsbox .txtbody a:hover{
    background: #1a1a1a;
    color: #fff;
}
.diamondinfo{
    height: 700px;
}
.diamondinfo .col-md-7{
    display: flex;
}
.diamondinfo .col-md-5{
    height: 100%;
    display: flex;
   align-items: center;
}
.diamondinfo .smbox{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.diamondinfo .smbox .namebox{
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 300px;

}
.diamondinfo .smbox .namebox  .titbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5px;
    border-bottom: 1px solid #979797;
}
.diamondinfo .smbox .namebox .titbox .cntit{
    font-size: 34px;
    color: #5f5f5f;
    padding-bottom: 5px;
}
.diamondinfo .smbox .namebox .titbox .entit{
    font-size: 28px;
    font-family: enfont2;
    color: #5f5f5f;
    padding-left: 30px;


    padding-bottom: 5px;
}
.diamondinfo .smbox .selectsizebox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}
.diamondinfo .smbox .selectsizebox .form-control{
    width: 88px!important;
    height: 24px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #606060;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.diamondinfo .smbox .selectsizebox .pricebox{
    font-size: 16px;
    color: #808080;
}
.diamondinfo .smbox .parameterbox{
    background: #ebebeb;
    padding: 18px 24px;
    margin-top: 15px;
    display: flex;
    color: #808080;
    letter-spacing: 2px;
}
.diamondinfo .smbox .parameterbox .lbox{
    width: 80px;
}
.diamondinfo .smbox .parameterbox .rbox{
    flex: 1;
}
.diamondinfo .smbox .parameterbox .rbox i{
    padding-right: 10px;
}
.diamondinfo .smbox .colorbox{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.diamondinfo .smbox .colorbox .pics img{
    margin-left: 15px;
}
.diamondinfo .smbox .btnbox{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 180px;


}
.diamondinfo .smbox .btnbox button{
    flex: 1;
    width: 100%;
    background: #1e1e1e;
    color: #fff;
    height: 23px;
    border-radius: 0;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
    margin-left: 0!important;
}
.diamondinfo .smbox .btnbox button:hover{
    background: #c2935d;
    color: #fff;
}
.d2{
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.d2 .swiper-slide{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.d2 .swiper-slide img{
    width: 100%;
}
.d2 .swiper-pagination-bullets{
}
.d2 .swiper-pagination-bullet-active{
    border: 1px solid  #5f5f5f;
    background: #fff!important;
}
.d2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 0;
    border: 1px solid  #5f5f5f;
    margin: 0 15px!important;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    background: #5f5f5f;
    opacity: 1!important;

}
.contentbox{

    position: relative;
}


.contentbox .bg1{
    display: block;
    position: absolute;
    top:0;
    right: 0;
    width: 870px;
    height: 1010px;
    background: #f7f7f7;
    z-index: 1;
}
.contentbox .bg2{
    position: absolute;
    top:810px;
    left: 533px;
    width: 77px;
    height: 1058px;
    z-index: 5;

}
.contentbox .bg2 .colline{
    width: 1px;
    height: 100%;
    display: block;
    background: #c2935d;
}
.contentbox .bg2 .rowline{
    height: 1px;
    width: 100%;
    display: block;
    background: #c2935d;
}
.contentbox .cp1{
    display: flex;
    flex-direction: column;
    margin-left: 400px;
    height: 180px;
    justify-content: flex-end;
    font-size: 40px;
    font-family: enfont2;
    z-index: 2;
    line-height: 1;
}
.contentbox .cp2{
    width: 1135px;
    height: 568px;
    display: block;
    overflow: hidden;
    z-index: 2;
    margin-top: 60px;
}
.contentbox .cp3{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    z-index: 2;
    line-height: 1;
    width: 535px;
    padding-top: 50px;
    color: #7a7a7a;
}
.contentbox .cp3 .tit{
    margin-bottom: 15px;
    font-size: 16px;
}
.contentbox .cp3 .titc{
    margin-bottom: 10px;
}
.contentbox .cp2 img{
    width: 100%;
}
.contentbox .cp4{
    position: relative;
    margin-left: 134px;
    margin-top: 170px;
    width: 1035px;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
}
.contentbox .cp4 .imgbox{
    width: 329px;
    height: 557px;
    overflow: hidden;
}
.contentbox .cp4 .txtbox{
    width: 400px;
    padding-top: 50px;
    padding-left: 50px;
    color: #7a7a7a;
}
.contentbox .cp4 .enbox{
    position: absolute;
    display: flex;
    flex-direction: column;
    top:80px;
    left: 533px;
    font-size: 30px;
    font-family: enfont2;
    line-height: 1.2;
}
.contentbox .cp4 .enbox .smalltxt{
    font-size: 24px;
}
.contentbox .cp4 .poimgbox{
    position: absolute;
    right: -167px;
    bottom: 0;
    width: 720px;
    height: 396px;
    display: block;

}
.contentbox .cp4 .poimgbox img{
    width: 100%;
}
.contentbox .cp5{
    position: relative;
    margin-top: 100px;
    display: flex;
    height: 1034px;

}
.contentbox .cp5 .lbox{
    width: 475px;
    padding-left: 50px;
    padding-top: 58px;
    display: block;

    background: #f7f7f7;
}
.contentbox .cp5 .imgbox{
    position: absolute;
    right:0;
    bottom: 122px;
    width: 1079px;
    height: 720px;
    display: block;
}
.appointbox{
    width: 1080px;
    margin: auto;
    height: 460px;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.appointbox .enbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #707070;
}
.appointbox .enbox .entit{
    font-family: enfont2;
    font-size: 20px;
    letter-spacing: 2px;
}
.appointbox .enbox .linebox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.appointbox .enbox .linebox .line{
    height: 1px;
    width: 116px;
    display: block;
    background: #707070;
}
.appointbox .enbox .linebox .square{

    background: #707070;
    margin-left: 10px;
    margin-right: 10px;
    height: 4px;
    width:4px;
    display: block;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
}
.appointbox .enbox .cntit{
    font-size: 20px;
}
.appointbox .inputbox{
    width: 357px;
    height: 40px;
    border: 1px solid #c2935d;
    border-radius: 4px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;

}
.appointbox .inputbox::-ms-input-placeholder{
    text-align: center;
    letter-spacing: 2px;
}
.appointbox .inputbox::-webkit-input-placeholder{
    text-align: center;
    letter-spacing: 2px;
}
.appointbox .btnbox{
    border: 1px solid #c2935d;
    background: #fff;
    outline: none;
    border-radius: 4px;
    padding: 5px 30px;
}
.swiperbox{
    width: 1080px;
    margin: auto;
    display: block;
}
.swiperbox .titbox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.swiperbox .titbox .txtbox{
    display: flex;
    width: 330px;

}
.swiperbox .titbox .txtbox .txtstartbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;

    line-height: 1;
}
.swiperbox .titbox .txtbox .entit{
    font-family: enfont2;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}
.swiperbox .line{
    margin-top: 3px;
    height: 3px;
    width: 100%;
    background: #1e1e1e;
    display: inline-block;
}
.swiperbox .swiper-container{

    height: 460px;
}
.swiperbox .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
}

.swiperbox .swiper-slide.swiper-slide-active .boderbox{
    background-size: 340px 340px!important;
}
.swiperbox .swiper-slide-active,.swiper-slide-duplicate-active{

}
.swiperbox .swiper-button-next, .swiperbox .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -17.5px;
    z-index: 10;
    cursor: pointer;
    background: #7f7f7f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiperbox .swiper-button-next i{
   color: #fff;
}
.swiperbox .swiper-button-prev i{
    color: #fff;
}
.swiperbox .swiper-slide .boderbox{
    border: 1px solid transparent;
    width: 286px;
    height: 286px;
    display: block;
    position: relative;
    transition: 300ms;
    background-size: 200px 200px!important;
}
.swiperbox .swiper-slide .txtbox{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #717171;
    opacity: 0;
    transition: 300ms;
}
.swiperbox .swiper-slide .txtbox .cntit{
    font-size: 14px;
}
.swiperbox .swiper-slide .txtbox .entit{
    font-family: enfont2;
    font-size: 16px;
}
.swiperbox .swiper-slide:hover .txtbox{
    opacity:1;
}
.swiperbox .swiper-slide:hover .boderbox{
    border-color: #c2935d;
}
.wzlist{
    margin: 0;
    background: #f0f0f0;
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
}
.wzlist a.linkwi{
    text-decoration: none!important;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wzlist a.linkwi:hover{
    color: #c2935d;
}
.wzlist .col-md-6{
    padding-left: 30px;
    padding-right: 30px;

    margin-bottom: 60px;
}
.wzlist .col-md-6 .imgbox{
    width: 100%;
    height: 260px;
    display: block;
}
.wzlist .col-md-6 .title{
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
}
.wzlist .morebox{
    text-align: right;
}
.wzlist .morebox .more{
    font-size: 12px;
    color: #fff;
    background: #1a1a1a;
    padding: 5px 10px;
    margin-right: 25px;
    text-decoration: none;
}
.linebox{
    position: relative;
    width: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 4px;
}
.linebox .line{
    background: #c2935d;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    -webkit-transform: scaleY(0.3);
    -moz-transform: scaleY(0.3);
    transform: scaleY(0.3);
}
.linebox .squarebox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}
.linebox .square{
    position: absolute;
    top: 50%;
    margin-top: -1.55px;
    left: 50%;
    margin-left: -2px;
    background: #c2935d;
    height: 4px;
    width: 4px;
    display: block;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
}
#search_shape_1{background: url(img/search_shape_1.png) no-repeat;background-position: 0px -3px;cursor: pointer;}
#search_shape_1_hover{background: url(img/search_shape_1.png) no-repeat;background-position: right -3px;cursor: pointer;color: #c2935d ;}
#search_shape_1:hover{background-position: right -3px;color: #c2935d ;}
#search_shape_2{background: url(img/search_shape_2.png) no-repeat;background-position: 0px -3px;cursor: pointer;}
#search_shape_2_hover{background: url(img/search_shape_2.png) no-repeat;background-position: right -3px;cursor: pointer;color: #c2935d ;}
#search_shape_2:hover{background-position: right -3px;color: #c2935d ;}
#search_shape_3{background: url(img/search_shape_3.png) no-repeat;background-position: 0px -3px;cursor: pointer;}
#search_shape_3_hover{background: url(img/search_shape_3.png) no-repeat;background-position: right -3px;cursor: pointer;color: #c2935d ;}
#search_shape_3:hover{background-position: right -3px;color: #c2935d ;}
#search_shape_4{background: url(img/search_shape_4.png) no-repeat;background-position: 0px -3px;cursor: pointer;}
#search_shape_4_hover{background: url(img/search_shape_4.png) no-repeat;background-position: right -3px;cursor: pointer;color: #c2935d ;}
#search_shape_4:hover{background-position: right -3px;color: #c2935d ;}
#search_shape_5{background: url(img/search_shape_5.png) no-repeat;background-position: 0px -3px;cursor: pointer;}
#search_shape_5_hover{background: url(img/search_shape_5.png) no-repeat;background-position: right -3px;cursor: pointer;color: #c2935d ;}
#search_shape_5:hover{background-position: right -3px;color: #c2935d ;}
#search_shape_6{background: url(img/search_shape_6.png) no-repeat;background-position: 0px -3px;cursor: pointer;}
#search_shape_6_hover{background: url(img/search_shape_6.png) no-repeat;background-position: right -3px;cursor: pointer;color: #c2935d ;}
#search_shape_6:hover{background-position: right -3px;color: #c2935d ;}
#search_shape_7{background: url(img/search_shape_7.png) no-repeat;background-position: 0px -3px;cursor: pointer;}
#search_shape_7_hover{background: url(img/search_shape_7.png) no-repeat;background-position: right -3px;cursor: pointer;color: #c2935d ;}
#search_shape_7:hover{background-position: right -3px;color: #c2935d ;}
#search_shape_8{background: url(img/search_shape_8.png) no-repeat;background-position: 0px -3px;cursor: pointer;}
#search_shape_8_hover{background: url(img/search_shape_8.png) no-repeat;background-position: right -3px;cursor: pointer;color: #c2935d ;}
#search_shape_8:hover{background-position: right -3px;color: #c2935d ;}
#search_shape_9{background: url(img/search_shape_9.png) no-repeat;background-position: 0px -3px;cursor: pointer;}
#search_shape_9_hover{background: url(img/search_shape_9.png) no-repeat;background-position: right -3px;cursor: pointer;color: #c2935d ;}
#search_shape_9:hover{background-position: right -3px;color: #c2935d ;}
#search_shape_10{background: url(img/search_shape_10.png) no-repeat;background-position: 0px -3px;cursor: pointer;}
#search_shape_10_hover{background: url(img/search_shape_10.png) no-repeat;background-position: right -3px;cursor: pointer;color: #c2935d ;}
#search_shape_10:hover{background-position: right -3px;color: #c2935d ;}
.houtai{width:100%;height:auto;float:left;margin-top:20px;display:inline}
.pro_ure{width:100%;height:auto;float:left;margin-top:20px;display:inline;}
.pro_ure li{width:100%;height:auto;float:left}
.pro_uu_1 img{width:883px;height:466px;float:right}
.pro_uu_1 .wen{width:417px;height:466px;display:inline;line-height:42px;float:left;text-align:center;background:#EEE;}
.pro_uu_2 ,.pro_uu_1 ,.pro_uu_3{ margin-bottom:40px;}
.pro_uu_2 img{width:883px;height:466px;float:left}
.pro_uu_2 .wen{width:417px;height:466px;display:inline;line-height:42px;float:right;text-align:center;background:#EEE;}
.pro_ure .wen dd{ padding-top:50px;}
.pro_uu_3 img { width:100%;}