.public-banner{
    position: relative;
    height: 754px;
}
.tb{
    color: #3ab3be !important;
}
.forme{
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 30px 0;
}
.forme .fbox{
    height: 100%;
    width: 350px;
    background-color: white;
    float: right;
    padding: 35px 25px;
    padding-top: 0;
}
.forme .fbox .title{
    font-size: 25px;
    color: #fe5e3f;
    line-height: 60px;
    text-align: center;
}
.forme .fbox .input{
    height: 40px;
    border:2px solid #dcdcdc;
    border-radius: 5px;
    margin-bottom: 15px;
}
.forme .fbox .input span{
    float: left;
}
.forme .fbox .input input{
    border: none;
    outline: none;
    float: left;
    color: #c4c4c4;
    height: 36px;
    background-color: transparent;
    text-indent: 1em;
}
.forme .fbox .input img{
    width: 16px;
    margin: 6px 0 0 10px;
}
.forme .fbox .addres input{
    width: 90%;
    margin: 0 5%;
}
.forme .fbox .select select{
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-align-last: center;
    width: 120px;
    outline: none;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    color: #aeaeae;
    margin-bottom: 15px;
}
.forme .fbox .select select:first-child{
    margin-right: 60px;
}
.forme .checkbox{
    color: #aeaeae;
    font-size: 14px;
}
.forme .checkbox a{
    color: #3ab3be;
}
.forme .checkbox input{
    float: left;
    margin-top: 4px;
    margin-right: 4px;
}
.forme .checkbox span{
    float: left;
}
.forme .fbox .button{
    height: 45px;
    line-height: 45px;
    color: white;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #fe5e3f;
}
.ptab{
    width: 1200px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 50px 0;
}
.ptab .title{
    font-size: 26px;
    text-align: center;
    color: black;
}
.ptab .en{
    font-size: 12px;
    color: #aeaeae;
    line-height: 2;
}

.ptab-select{
    color: #3ab3be !important;
}
.ptab-select:after{
    display: inline-block;
    content: '';
    position: absolute;
    right: -15px;
    top: 25px;
    height: 10px;
    width: 10px;
    background-size: cover;
    background-image: url(./images/sj-red.png) !important;
}

.ptab>ul{
    display: inline-block;
    margin-top: 40px;
}
.ptab .radio{
    margin-top: 25px;
}
.ptab>ul>li{
    float: left;
    font-size: 15px;
    position: relative;
    width: 171.42px;
}
.ptab>ul>li>.one{
    font-size: 14px;
    color: #737373;
}
.ptab>ul>li>.two{
     font-size: 12px;
     color: #a3a3a3;
     margin-top: 5px;
}
.ptab>ul>li>a{
    display: block;
    color: black;
    position: relative;
}

.ptab>ul>li>a:after{
    display: inline-block;
    content: '';
    position: absolute;
    right: -15px;
    top: 25px;
    height: 10px;
    width: 10px;
    background-image: url(./images/dsj.png);
    background-size: cover;
}
.ptab>ul>li>ul{ 
  position: absolute;
  min-width: 90px;
  background-color: white;
  text-align: center;
  padding: 10px 0;
  top: 58px;
  display: none;
  border: 1px solid #eeeeee;
}
.ptab>ul>li>ul:after{
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #eeeeee;
    border-right: 0;
    border-bottom: 0;
    background: #ffffff;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.ptab>ul>li>ul>li{
    line-height: 35px;
    font-size: 14px;

}
.ptab>ul>li>ul>li>a{
    color: black;
    display: block;
}

.content{
    background-color: #fafafa;
    padding: 40px 0;
}
.box{
    width: 1200px;
    margin: 0 auto;
}
.ptab>ul>li:hover ul{
    display: block;

}
.ptab>ul>li>ul>li>a:hover{
    color: white !important;
    background-color: #d80808;
}

.imgTitle{
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    float: left;
    width: 1200px;
    padding: 30px 45px;
    background-color: white;
    padding-bottom: 60px;
}
.imgTitle .list{
    float: left;
    width: 100%;
    background-color: white;
    font-size: 14px;
    cursor: pointer;
    padding: 30px 0;
    border-bottom:1px solid #eeeeee;
}

.forme .fbox .number{
    font-size: 25px;
    line-height: 60px;
    text-align: center;
}
.forme .fbox .state{
    width: 200px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 26px;
    color: #aeaeae;
}
.forme .fbox .state ul li{
  list-style: disc;
}
.forme .fbox .zs{
    height: 110px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 14px;
    width: 100%;
    background-color: #fffcdf;
    margin-top: 15px;
    padding: 10px;
    color: #555555;
}
.imgTitle .bb{
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
.imgTitle .bb .left{
   font-size: 24px;
}
.imgTitle .bb .right{
    float: right;
    font-size: 14px;
    padding: 10px;
    background-color: #fbf8ed;
    border-radius:25px;
    cursor: pointer;
    border: 1px solid #afafaf;
}
.imgTitle .bb .right img{
    width: 26px;
    float: right;
}
.imgTitle .dz{
    width: 100%;
    margin-top: 30px;
    float: left;
}
.imgTitle .dz .left{
    float: left;
    width: 250px;
}
.imgTitle .dz .left .title{
    font-size: 24px;
    line-height: 2;
}
.imgTitle .dz .left .description{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 35px;
}
.imgTitle .dz .left .list-n{
    float: left;
    width: 250px;
}
.imgTitle .dz .left .list-n .list-t{
    float: left;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
    width: 110px;
    height: 100px;
}
.imgTitle .dz .right{
    float: right;
    width: 800px;
    margin-top: 70px;
}
.imgTitle .dz .right .list-t{
    width: 390px;
    float: left;
    margin: 10px 10px 0 0;
    position: relative;
}
.imgTitle .dz .right .list-t p{
    position: absolute;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,.5);
               filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    width: 100%;
    bottom: 0px;
    text-align: center;
    color: white;
    font-size: 16px;
}
.custom{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.custom .jx{
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}
.custom .jx .left{
    float: left;
    font-size: 24px;
    font-weight: 300;
}
.custom .jx .right{
    float: right;
}
.custom .jx .right select{
    height: 35px;
    width: 110px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    margin-right: 20px;
    float: left;
}
.custom .jx .right .input{
    width: 145px;
    border-radius: 5px;
    height: 35px;
    border: 1px solid #bfbfbf;
    float: left;
    margin-right: 20px;
}
.custom .jx .right .input input{
    outline: none;
    border: none;
    background-color: transparent;
    text-indent: 1em;
    width: 100px;
    margin: 0 auto;
    line-height: 33px;
}
.custom .jx .right .input img{
    float: right;
    margin: 5px;
}
.custom .jx .right .cx{
    float: right;
    width: 50px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    height: 35px;
    background-color: #ff0000;
    color: white;
    font-size: 14px;
    cursor: pointer;
}
.custom .map{

}
.custom .map .left{
    width: 400px;
    float: left;
    margin-right: 20px;
}
.custom .map .left .number{
    float: left;
    width: 40px;
    margin-right: 10px;
    padding-top: 10px;
}
.custom .map .left .title{
    font-size: 16px;
    font-weight: 600;
}
.custom .map .left .number span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #c2c2c2;
    color: white;
}
.custom .map .left .shop{
    width: 330px;
    float: right;
}
.custom .map .left .shop p{
    line-height: 1.6;
    color: #999999;
}
.custom .map .left .shop .name{
    font-size: 18px;
    color: black;
}

.custom .map .right{
    width: 690px;
    height: 725px;
    float: left;
}
.map .left .list:hover>.number>span{
    background-color: red !important;
}
.map .left .list:hover{
    background-color: #fafafa;
}








