﻿.titlebox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.titlebox .cntitbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;

}
.titlebox .cntitbox .cntit{
    font-size: 24px;
}
.mt125{
    margin-top: 125px;
}
.mt100{
    margin-top: 100px;
}
.cooperationtitlebox{

    border-top: 1px solid #bdbdbd;
    padding-top: 120px;
}
.titlebox .otitbox{
    font-size: 30px;
    text-transform: uppercase;
    font-family: enfont;
    letter-spacing:8px;
}
.cooperationwidth{
    width: 1140px;
}
.cooperationbox .flexcenter{
    display: flex;
    justify-content: center;
}
.cooperationbox .threebox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 457px;
    max-width: 457px;
    overflow: hidden;

}
.cooperationbox .threebox .maintit{
    font-size: 36px;
    margin-top: 20px;
    text-align: justify;
    overflow: hidden;
    max-width: 457px;
    white-space:nowrap;
}
.cooperationbox .threebox .sectit{
    font-size: 20px;
    margin-top: 10px;

}
.cooperationbox .threebox .more{
    margin-top:30px;
    text-decoration: underline;
    font-family: enfont;

}
.cooperationbox .threebox:hover .maintit,
.cooperationbox .threebox:hover .sectit,
.cooperationbox .threebox:hover .more{
    color: #c2935d;

}
.titlebox .square{

    background: #666666;
    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 */
}
.titlebox .entit{
    font-family: enfont;
    font-size: 16px;
}
.titlelinebox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.titlelinebox .titlebox{

    display: flex;
    justify-content: center;
    align-items: center;
}
.titlelinebox .titlebox .cntit{
    font-size: 20px;
    width: 130px;
    text-align: center;
}
.titlelinebox  .titlebox .square{

    background: #666666;
    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 */
}
.titlelinebox .line{
    height: 1px;
    width: 80%;
    display: flex;
    background: #8e8e8e;
}

.appointform .input-group{
    display: flex;
    justify-content: space-between;
    border: none;
    background: #f4f4f4;
    border-radius: 4px;
}
.appointform .input-group-addon1{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a;
    color: #fff;
    height: 38px;
    padding: 0 8px!important;
    font-size: 12px;
    width: 113px;
    border-radius: 4px;
}
.appointform .col-xs-6{
    margin-bottom: 30px;
}
.appointform .form-control {
    flex: 1;
    display: block;
    width: auto;
    height: 38px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f4f4f4;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.appointform .btnbox{
    display: flex;
    height: 100px;
    justify-content: flex-end;
    align-items: center;
}
.appointform .sumb{

    background: #1a1a1a;
    color: #fff;
    border-radius: 4px;
    padding: 8px 22px;
    outline: none;
    border: none;
}
.w1200 img{
    width: 100%;
}
.storebox{
    background: #f4f4f4;
    padding: 64px 57px;
}
.storebox .col-xs-6{
    height: 522px;

    margin-bottom: 30px;
}
.storebox .itbox{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.storebox .itbox img{
    width: 100%;
    z-index: 1;
}
.storebox .itbox:hover  .bgbox{

    background: rgba(0,0,0,0.5);
}
.storebox .itbox:hover .bgbox .namebox{
    display: none;
}
.storebox .itbox:hover .bgbox .borderbox{
    display: flex;
}
.storebox .bgbox{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.storebox .bgbox .namebox{
    display: flex;
    width: 240px;
    height: 50px;
    border-radius: 6px;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    align-items: center;


}
.storebox .bgbox .namebox .square{
    background: #fff;
    height: 5px;
    width: 5px;
    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 */
}
.storebox .bgbox .namebox .titname{
    color: #bd8e64;
    font-family: enfont;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.storebox .bgbox .borderbox{
    width: 100%;
    height: 100%;
    border: 2px solid #bd8e64;
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.storebox .bgbox .borderbox .logopng{
    width: 60px;
    margin-top: 60px;
}
.storebox .bgbox .borderbox .logopng img{
    width: 100%;
}
.storebox .bgbox .borderbox .entitile{
    font-family: enfont;
    font-size: 14px;
    color: #fff;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.storebox .bgbox .borderbox .namepaper{
    font-family: enfont;
    font-size: 14px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
}
.storebox .bgbox .borderbox .namepaper .entit{
    font-family: enfont;
    font-size: 16px;
    color: #ffffff;
}
.storebox .bgbox .borderbox .namepaper .cntit{
    font-size: 18px;
    color: #ffffff;
}
.storebox .bgbox .borderbox .namepaper .square{
    margin-top: 4px;
    margin-bottom: 5px;
    background: #fff;
    height: 5px;
    width: 5px;
    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 */
    z-index: 2;
}
.storebox .bgbox .borderbox .namepaper .bgline{
    height: 1px;
    width: 100%;
    background: #bd8e64;
    display: block;
    position: absolute;
    top:28px;
    left: 0;
    z-index: 1;
}
.storebox .bgbox .borderbox .getbtn{
    color: #fff;
    border: 1px solid #bd8e64;
    padding: 5px 15px;
    border-radius: 5px;
}
.storebox .comingsoon{
    background: #1a1a1a;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.storebox .comingsoon .borderbox{
    width: 100%;
    height: 100%;
    border: 2px solid #bd8e64;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.storebox .comingsoon .borderbox .titbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.storebox .comingsoon .borderbox .titbox .square{
    background: #fff;
    height: 5px;
    width: 5px;
    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 */
}
.storebox .comingsoon .borderbox .titbox .txt{
    color: #ffffff;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;

}
.modal-dialog{
    width: 405px;
}
.modal-content{
    border-radius: 0px;
    background: #1a1a1a;
    color: #fff;
    padding: 10px;
    position: relative;
}
.modal-content .closebox{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1a1a1a;
    width: 36px;
    height: 32px;
    border-left: 1px solid #937050;
    border-bottom: 1px solid #937050;
    display: flex;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
}
.modal-content .closebox .iconfont{
    margin-left: 10px;
}
.modal-content .modal-body{
    border: 1px solid #937050;
    padding: 20px 30px;
    height: 473px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.modal-content .modal-body .topbox{
    font-size: 20px;
    font-family: enfont;
}
.modal-content .modal-body .topbox .linebox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-content .modal-body .topbox  .smalltit{
    font-family: enfont;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}
.modal-content .modal-body .topbox .line{
    height: 1px;
    width: 100%;
    background: #535353;
    display: block;
}
.modal-content .modal-body .midbox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 170px;
    margin-top: -50px;
}

.modal-content .modal-body .midbox .msg{
    font-size:20px;
}
.modal-content .modal-body .bottombox{
    font-size: 12px;
    text-align: center;
}

.modal-body .bottombox .txt{
    font-size: 10px;
    -webkit-transform:scale(0.8);
}
.bt_2{
    width:100%;
    height:80px;
    float:left;
    margin-top:20px;
    display:inline;
    background-image:url(img/111_c3.jpg);
    background-repeat:repeat-x;
    background-position:center
}
.xibt{width:300px;text-align:center;height:80px;line-height:80px;font-size:16px;font-weight:700;margin:0 auto;background-image:url(img/12_r10_c9.jpg);background-repeat:no-repeat;background-position:center bottom}

.rewq{width:280px;height:32px;float:left;margin-left:10px;background:#c2935d;text-align:center;line-height:32px;color:#FFF;font-size:14px;font-weight:400;margin-top:26px;display:inline}

.pagecontainer{width:95%;height:auto;float:left;margin-top:20px;display:inline;text-align:center; margin-left:30px;}
.pagecontainer p{width:100%;float:left;height:auto;line-height:28px;font-size:14px}
.pagecontainer img { max-width:100%;}
.ban2{
    height: 500px;
    overflow: hidden;
}
.ban2 .swiper-pagination-bullets{
    left: initial;
    right: 0px;
    width: 50px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    background: rgba(30,30,30,0.5);
    padding-bottom: 50px;
    justify-content: flex-end;
    align-items: center;

}
.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;

}
.modal-content .modal-body{
    border: 1px solid #937050;
    padding: 20px 30px;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.modal-body .titlebox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.modal-body  .titlebox .entit{
    font-family: enfont;
    font-size: 18px;
    letter-spacing: 2px;
}
.modal-body  .titlebox .cntit{
    font-family: cnfont;
    font-size: 18px;
    letter-spacing: 2px;
}
.modal-body  .titlebox  .linebox{
    width: 208px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
.modal-body .titlebox  .linebox .line{
    display: block;
    background: #cfcfcf;
    height: 1px;
    width: 100%;
}
.modal-body .titlebox .linebox .squarebox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}
.modal-body .titlebox  .linebox .square{
    background: #fff;
    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 */
}
.modal-body .inputbox{
    display: flex;
    flex-direction: column;
    width: 100%;
}
input:focus::-webkit-input-placeholder { color: transparent!important;; }

input:focus::-moz-placeholder{ color: transparent!important; }

input:focus:-moz-placeholder{ color: transparent!important;; }
.modal-body .input{
    background: #fff;
    border-radius: 6px;
    border: none;
    outline: none;
    color: #0D0D0D;
    padding: 6px 10px;
    width: 100%;
    margin-bottom: 10px;
}
.modal-body  .verifybox{
    display: flex;
    align-items: center;
}
.modal-body  .verifybox .col-xs-5{
    display: flex;
    justify-content: flex-end;
}
.modal-body .verifyinput{
    background: #fff;
    border-radius: 6px;
    border: none;
    outline: none;
    color: #0D0D0D;
    padding: 6px 10px;
    width: 100%;
}
.modal-body  .verifybox .imgbox{
    border: 1px solid #bc8d63;
    border-radius: 6px;
    height: 30px;
    width: 90px;
    overflow: hidden;
}
.modal-body .bottombox{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-body .bottombox button{
    padding: 6px 25px;
    background: #bc8d63;
    border-radius: 4px;
    border: 0;
    color: #fff;
    margin-bottom: 30px;
}
.modal-body .bottombox .txt{
    font-size: 10px;
    -webkit-transform:scale(0.8);
}

/*vl_css*/
.h_30{width:100%;height:30px;float:left}
.h_60{width:100%;height:60px;float:left}
.houtai{width:100%;height:auto;float:left;margin-top:20px;display:inline}
.zwrff{width:720px;height:auto;float:left;margin-left:20px;display:inline}
.zuifan2 img{width:456px;height:450px;float:left;margin-top:27px;display:inline}
.zuifan2{width:456px;height:503px;position:relative}
.uewr{width:456px;height:503px;float:right}
.xxsr{width:230px;height:40px;line-height:40px;float:left;font-size:20px;font-weight:700}
.xxsrrr{width:100px;height:auto;line-height:26px;float:left;font-size:24px;font-weight:700}
.xxsrrr span{font-size:16px}
.errtk{width:100%;height:auto;float:left;margin-top:0;display:inline;background-image:url(img/33333c2.jpg);background-repeat:no-repeat;background-position:left top;font-size:14px;line-height:32px}
.errtk span{font-size:18px;line-height:50px}
.h_20{width:100%;height:20px;float:left}
.kkkkkk{width:403px;height:499px;position:absolute;z-index:100;border:2px solid #000;left:23px;-webkit-transition:1.5s ease;-moz-transition:1.5s ease}
.kkkkkk2{width:403px;height:499px;position:absolute;z-index:100;border:2px solid #000;left:-23px;-webkit-transition:1.5s ease;-moz-transition:1.5s ease}
.zhe{width:552px;height:764px;position:absolute;z-index:99;background:#000;filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7;-webkit-transition:1.5s ease;-moz-transition:1.5s ease}
.zhe2{width:552px;height:764px;position:absolute;z-index:99;background:#000;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:1.5s ease;-moz-transition:1.5s ease}

.zhe4{width:456px;height:450px;position:absolute;z-index:99;background:#000;filter:alpha(opacity=40);-moz-opacity:.4;opacity:.4;-webkit-transition:1.5s ease;-moz-transition:1.5s ease;top:27px}
.fanye span{float:left}
.fanye{height:60px;margin-top:20px;margin:0 auto;}
.fanye div { margin-top:40px;}
.zuifan{width:552px;height:764px;float:left;position:relative}
.zhuangk{width:428px;height:auto;background:rgba(0,0,0,0.5);background-repeat:no-repeat;background-position:top;line-height:96px;font-size:32px;font-weight:700;text-align:center;color:#FFF;position:absolute;z-index:100;top:300px;left:62px}
/*.zhuangk{width:428px;height:auto;background-image:url(img/90.jpg);background-repeat:no-repeat;background-position:top;line-height:96px;font-size:32px;font-weight:700;text-align:center;color:#FFF;position:absolute;z-index:100;top:300px;left:62px}*/
.zhuangk span{font-size:32px}
.chane{width:728px;height:764px;float:right;border-left-width:1px;border-left-style:solid;border-left-color:#000}
.ss_1{width:140px;float:left;text-align:right;height:auto;line-height:25px;font-size:22px;font-weight:700}
.ss_2{width:680px;float:right;text-align:left;height:auto;line-height:25px;font-size:18px}
.dqin{width:100%;height:auto;float:left;margin-top:30px;display:inline}
DIV.yellow {
    PADDING-RIGHT: 7px;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 7px;
    MARGIN: 3px;
    PADDING-TOP: 7px;
    TEXT-ALIGN: center;
}
.zhuangk{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:#000!important;
    font-weight: normal!important;
    line-height: 1!important;
    padding-top: 30px;
    padding-bottom: 30px;
  letter-spacing: 0;
}
.zhuangk span.entit{
    font-family: enfont2;
    font-size: 32px;
    margin-bottom: 15px;
}
.zhuangk span.cntit{
    font-size: 16px;
    margin-bottom: 30px;
  letter-spacing: 1px;
}
.zhuangk span.wline{
    width: 30px;
    height: 1px;
    display: block;
    background: #fff;
}