﻿
.rowtitle{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
    padding-left: 40px;
    padding-right: 40px;
}
.rowtitle .txttitle{
    letter-spacing:2px;
    /*font-family: enfont2;*/
    padding-left: 40px;
    padding-right: 40px;
}
.rowtitle .line{
    height: 1px;
    background: #dfdfdf;
    width: 100%;
    display: block;
}

.linklist{
    padding-left: 95px;
    padding-right: 95px;
    height: 200px;
    position: relative;
}
.row-right{
    position: absolute;
    padding-left: 15px;
    padding-bottom: 15px;
    width: 1230px;
    height: 355px;
    left: 50%;
    margin-left: -615px;
    background: #f1f1f1
}
.linklist .col-xs-3{
    padding-left: 0;
    height: 100%;
}
.linklist .col-xs-3 img{
    width: 277px;
    height: 277px;
    transform: scale(1);
    transition-duration: .3s;
    transition-timing-function: ease-in;
    -webkit-transform: scale(1);
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -moz-transform: scale(1);
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transform: scale(1);
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-in;
}
.linklist .linkbox{
    height: 100%;
    background: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;

    text-align: center;
}
.linklist .linkbox:hover img{
    transform:scale(1.1);
    transition-duration:.2s;
    transition-timing-function:ease-out;
    -webkit-transform:scale(1.065);
    -webkit-transition-duration:.2s;
    -webkit-transition-timing-function:ease-out;
    -moz-transform:scale(1.1);
    -moz-transition-duration:.2s;
    -moz-transition-timing-function:ease-out;
    -o-transform:scale(1.1);
    -o-transition-duration:.2s;
    -o-transition-timing-function:ease-out;

}
.linklist .linkbox:hover .cntit{
    color: #c2935d;
}
.linklist .textbox{
    position: absolute;
    width: 100%;
    top:240px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.linklist .textbox .cntit{
    color: #3e3e3e;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}
.linklist .textbox .entit{
    font-size: 14px;
    font-family: enfont2;
    letter-spacing: 1px!important;
}
.linklist .textbox .line{
    height: 1px;
    width: 70%;
    background: #ebebeb;
    display: block;
    margin-top: 5px;
    margin-bottom: 8px;
}
.linklist .textbox .iconfont{
    margin-top: 10px;
    font-size: 10px;
}
.telnumberbox{
    width: 900px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    background: #040404;
    height: 250px;
    overflow: hidden;

}
.fixedbox{
    position: absolute;
    width: 324px;
    height: 186px;
    left: 108px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}
.telnumberbox .tit{
    /*font-family: cnfont;*/
    color: #040404;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 14px;
    font-weight: bold;
    margin-top: 21px;

}
.telnumberbox .inputbox{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-top: 15px;
}
.telnumberbox  .fixedbox .inputbox{
    width: 180px;
    border: 1px solid #bfbfbf;
    /*background: #bfbfbf;*/
    border-radius: 4px;
    overflow: hidden;

}
.telnumberbox .fixedbox .inputbox input{
    width: 180px;
    height: 22px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 1.42857143;
    background: #fff;
    border: none;
    border-radius: 4px;
    outline: none;
}
.telnumberbox .fixedbox .inputbox input::-ms-input-placeholder{
    text-align: center;
    letter-spacing: 1px;
    color: #040404;
    transform: scale(0.9);
}
.telnumberbox .fixedbox .inputbox input::-webkit-input-placeholder{
    text-align: center;
    letter-spacing: 1px;
    color: #040404;
    transform: scale(0.9);
}
input:focus::-webkit-input-placeholder { color: transparent!important;; }

input:focus::-moz-placeholder{ color: transparent!important; }

input:focus:-moz-placeholder{ color: transparent!important;; }


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 10px;

}
.telnumberbox .inputbox input:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.telnumberbox .fixedbox  input.verify{
    width: 107px!important;


}
.telnumberbox  .fixedbox .inputbox.verifybox{
    display: flex;
    margin-top: 17px;
}
.telnumberbox  .fixedbox .inputbox.verifybox input{

    /*background: transparent;*/
}
.telnumberbox  .fixedbox .btnbox{
    margin-top: 22px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-end;


}

.telnumberbox .inputcontainer .inputbox img{
    flex: 1;
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px;
}
.telnumberbox  .fixedbox .btnbox  .inputbtn{
    border-radius: 2px;
    letter-spacing: 0px;
    width: 104px;
    height: 22px;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.telnumberbox  .fixedbox .btnbox  .inputbtn span{
    transform: scale(0.9);
}
.ban2{
    height: 584px;
    overflow: hidden;
}
.ban2 img{
    width: 100%;
}

.ban2 .swiper-pagination-bullet-active{
    border: 1px solid  #efefef;
    background: transparent!important;
}
.ban2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #efefef;
    margin-bottom: 20px!important;
    opacity: 1!important;

}
.showbox{
    width: 100%;
    height:605px;
    float: left;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    cursor: pointer;

}

.showbox a{
    display: block;
}
.showbox .textbox{
    position: absolute;
    width: 100%;
    top:480px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;

}

.showbox .textbox .cntit{
    font-size: 12px;
    letter-spacing: 0;
    color: #000;
}
.showbox .textbox .titbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.showbox .textbox .titbox .entit{

    font-size: 18px;
    font-family: enfont2;
    color: #c2935d;
    letter-spacing: 1px;
    line-height: 1;
}
.showbox .textbox .titbox .iconfont{
    color: #c2935d;
    font-size: 12px;
    margin-top: -2px;
    line-height: 1;
}
.showbox .textbox .titbox .cnntit{
    font-size: 16px;
    line-height: 1;
    margin-top: -2px;
    color: #c2935d;
}
.showbox .textbox .line{
    height: 1px;
    width: 70%;
    background: #000;
    display: block;
    margin-top: 3px;
    margin-bottom: 4px;
}
.showbox .textbox .iconfont{
    margin-top: 20px;
    font-size: 18px;
    color: #c2935d;
}
.showright{
    background: #f4f4f4;
    height: 295px;
    overflow: hidden;
    position: relative;
}
.showright1{
    margin-bottom: 15px;
}
.showright1 a{
    display: block;
}
.showright1 .rightboxicon{
    position: absolute;
    z-index: 1;
    top: 108px;
    right:195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    opacity: 1;
    transition-duration: .75s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .75s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: .75s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: .75s;
    -o-transition-timing-function: ease-in-out;

}
.showright1 .rightboxicon .entit{
    color: #c2935d;
    font-family: enfont2;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;

}
.showright1 .rightboxicon .cntit{
    position: relative;
    color: #c2935d;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 9px;

}
.showright1 .rightboxicon  .iconfont{
    color: #c2935d;
    font-size: 14px;
    margin-left: -5px;
}
.showright1 .rightbox{
    position: absolute;
    top:50%;
    right: 60px;
    z-index: 3;
    background: transparent;
    width: 360px;
    height: 140px;
    margin-top: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .75s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .75s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: .75s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: .75s;
    -o-transition-timing-function: ease-in-out;
}
.showright1:hover{
    border-color: #d7beaa;
}

.showright1:hover .rightbox{
    background: #111111;
}
.showright1:hover .rightbox .cntxt,
.showright1:hover .rightbox .inbox span{
    opacity: 1;
}
.showright1:hover .rightboxicon{
     opacity: 0;
}
.showright1 .rightbox .inbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*width: 180px;*/
    padding-right: 30px;
    padding-left: 30px;
}
.showright1 .rightbox .inbox span{
    display: block;
    width: 10px;
    height: 1px;
    background:  #c2935d;
    opacity: 0;
    transition-duration: .75s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .75s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: .75s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: .75s;
    -o-transition-timing-function: ease-in-out;
}
.showright1 .rightbox .inbox .entit{

    color: #c2935d;
    font-family: enfont2;
    font-size: 24px;

    margin-top: 13px;
    margin-bottom: 11px;
    line-height: 1;
    position: relative;
    letter-spacing: 0;
}
.showright1 .rightbox .inbox .cntit{
    font-family: cnfont;
    color: #c2935d;
    font-size: 12px;
    margin-bottom: 11px;

}
.showright1 .rightbox .cntxt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    font-family: cnfont;
    font-size: 12px;
    color: #9c9c9c;
    margin-top: 20px;
    opacity: 0;
    transition-duration: .75s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .75s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: .75s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: .75s;
    -o-transition-timing-function: ease-in-out;
}
.showright1 .rightbox .cntxt .ti{
    color: #fff;
    margin-bottom: 4px;

}
.showright1 .rightbox .cntxt .tis{
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: 0 0;
}




.showright2{

    box-sizing: border-box;
}
.showright2 img{
    float: right;
}
.showright2 .leftboxicon{
    position: absolute;
    z-index: 1;
    top: 150px;
    left:144px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    opacity: 1;
    transition-duration: .75s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .75s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: .75s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: .75s;
    -o-transition-timing-function: ease-in-out;
}
.showright2 .leftboxicon .entit{
    color: #c2935d;
    font-family: enfont2;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;

}
.showright2 .leftboxicon .cntit{
    color: #c2935d;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 9px;

}
.showright2 .leftboxicon  .iconfont{
    color: #c2935d;
    font-size: 14px;
    margin-left: -5px;
}
.showright2 .leftbox{
    position: absolute;
    top:50%;
    left: 65px;
    z-index: 1;
    background: transparent;
    width: 360px;
    height: 140px;
    margin-top: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .75s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .75s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: .75s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: .75s;
    -o-transition-timing-function: ease-in-out;
}
.showright2:hover .leftbox{
    background: #111111;
}
.showright2:hover .leftboxicon{
    opacity: 0;
}
.showright2:hover .leftbox .cntxt,
.showright2:hover .leftbox .inbox span{
    opacity: 1;
}

.showright2 .leftbox .inbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*width: 180px;*/
    padding-right: 30px;
    padding-left: 30px;
}
.showright2 .leftbox .inbox span{
    display: block;
    width: 10px;
    height: 1px;
    background:  #c2935d;
    opacity: 0;
    transition-duration: .75s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .75s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: .75s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: .75s;
    -o-transition-timing-function: ease-in-out;
}
.showright2 .leftbox .inbox .entit{

    color: #c2935d;
    font-family: enfont2;
    font-size: 24px;

    margin-top: 13px;
    margin-bottom: 11px;
    line-height: 1;
    position: relative;
    letter-spacing: 0;
}
.showright2 .leftbox .inbox .entit .iconfont{
    position: absolute;
    bottom: -1px;
    right: 70px;
}
.showright2 .leftbox .inbox .cntit{
    font-family: cnfont;
    color: #c2935d;
    font-size: 12px;
    margin-bottom: 11px;
}
.showright2 .leftbox .cntxt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    font-family: cnfont;
    margin-top: 5px;
    font-size: 12px;
    color: #9c9c9c;
    opacity: 0;
    transition-duration: .75s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .75s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: .75s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: .75s;
    -o-transition-timing-function: ease-in-out;
}
.showright2 .leftbox .cntxt .ti{
    color: #fff;
    margin-bottom: 4px;
}
.showright2 .leftbox .cntxt .tis{
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: 0 0;
}
.choserow{
    position: relative;
}
.choserow .bg{
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    background: #f4f4f4;
    height: 286px;
    z-index: -1;
    display: block;
}
.choserow .col-xs-4{
    overflow: hidden;
    padding-right: 0;
}
.choserow .col-xs-4:last-child{
    padding-right: 15px;
}
.choserow .chosebox{
    display: flex;
    flex-direction: column;
}
.choserow .imgbox{
    position: relative;
    height: 230px;
    overflow: hidden;
    background: #fff;
}
.choserow .chosebox:hover .imgbox .mark{
    opacity: 1;
}
.choserow .chosebox .imgbox .mark{
   opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(255,255,255,0.3);
    transition:all 0.5s ;
}
.choserow .txtbox{
    height: 106px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.choserow .txtbox .entit{
    font-family: enfont2;
    font-size: 18px;
    color: #000;
}
.choserow .txtbox .cntit{
    font-family: cnfont;
    font-size: 14px;
    color: #000;
}
.choserow .txtbox .line{
    height: 1px;
    width: 70%;
    background: #ebebeb;
    display: block;
    margin-top: 5px;
    margin-bottom: 8px;
}
.choserow .borderbox{
    margin-top: 28px;
    background: #d8d8d8;
    height: 8px;
    display: block;
    transition:all 0.5s ;
}
.choserow .chosebox:hover .borderbox{
    background: #c2935d;
}
.showpager{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.showpager .linebox .entit{
    font-family: enfont2;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    flex: 1;
    white-space: nowrap;
    font-weight: bold;
}
.showpager .linebox{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.showpager .linebox .line{
    display: block;
    background: #cfcfcf;
    height: 1px;
    width: 100%;
}
.showpager .linebox .squarebox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.showpager .linebox .squarebox .square{
    background: #3a3a3a;
    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 */
}
.showpager .linebox .squarebox .squaresmall{
    height: 5px;
    width: 5px;
}
.showpager .linebox .squarebox .squaresmall:first-child{
    margin-left: 15px;
}
.showpager .linebox .squarebox .squaresmall:last-child{
    margin-right: 15px;
}
.showpager .cntit{
    font-family: cnfont;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 1px;
}
.showcol img{
    width: 100%;
}
.showcol .col-xs-9 .col-xs-4,
.showcol .col-xs-9 .col-xs-8{
    height: 305px;
    overflow: hidden;
}
.showcol .col-xs-9,
.showcol .col-xs-9 .col-xs-4{
    padding-bottom: 0!important;
}
.showcol div[class*="col-xs-"]{
    padding-right: 0;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 0!important;
}
.showcol .col-xs-9{
    margin-bottom: 0!important;
}
.showcol .autoh{
    overflow: hidden!important;
    height: 100%;
}
.showcol .autoh img{
    width: auto;
    height: 100%;
}
.morebox{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
}
.morebox i{
    margin-top: 1px;
    font-size: 14px;
    color: #bebebe;
}
.morebox .more{
    color: #111111;
}
.morebox .more:hover{
    color: #c2935d;
}
.wz{
    background: #f4f4f4;
    margin-bottom: 15px;
}
.wz .col-xs-4{
    height: 255px;
    padding: 0;
    overflow: hidden;
}
.wz .textbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wz .textbox:hover .wzbtn{
    background: #c2935d;
    color: #fff!important;
}
.wz .textbox .linebox{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.wz .textbox .linebox .line{
    position: absolute;
    display: block;
    background: #cfcfcf;
    top: 50%;
    margin-top: -0.5px;
    height: 1px;
    width: 100%;

}
.wz .cntit{
    /*font-family: cnfont;*/
    font-size: 14px;
}
.wz .textbox .entit{
    font-family: enfont2;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1;
}
.wz .entit .toptit{
    font-size: 22px;
}
.wz .textbox .linebox .square{
    background: #3a3a3a;
    margin-left: 2px;
    margin-right: 2px;
    height: 6px;
    width: 6px;
    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 */
}
.wz .wzbtn{
    margin-top: 40px;
    background: #353535;
    color: #fff!important;
    padding: 4px 20px;
    letter-spacing: 2px;
    font-size: 14px;
}
.wz .wzbtn:hover{
    color: #fff!important;
}

.morebottom{
    margin-top: 30px;
    border-top: 1px solid #cecece;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 70px;
    color: #949494;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: cnfont;
}
.morebottom .morebox{
    position: absolute;
    top:20px;
    right: 30px;
    font-size: 12px;

}
.morebottom .morebox .iconfont{
    color: #000;
}