*,body,ul, ul li{
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", "微软雅黑","Arial","宋体";
}
ul, ul li{list-style-type:none;}
a,a:link,a:visited,a:hover,a:active{  text-decoration:none; }
input,textarea,select,button{outline:none;}
select::-ms-expand { display: none; }
::selection {  background:#e25a7e;  color:#fff;  }
::-moz-selection {  background:#e25a7e;  color:#fff;  }
::-webkit-selection {  background:#e25a7e;  color:#fff;  }
.header{
    overflow: hidden;
    position: relative;
    height: 100px;
}
.header .logo{
    overflow: hidden;
    line-height: 100px;
}
.header .logo img{
    height: 70px;
}
.header .tel{
    overflow: hidden;
    line-height: 100px;
}
.header .tel .sp-i{
    overflow: hidden;
    line-height: 100px;
    margin: 0 10px 0 0 ;
}
.header .tel .sp-i img{
    width: 60px;
    height: 60px;
}
.header .tel .sp-t{
    overflow: hidden;
    padding: 17px 0 0 0;
}
.header .tel .sp-t h3{
    margin: 5px 0;
    color: #e25a7e;
}
.menuBox{
    overflow: hidden;
    position: relative;
    height: 50px;
    background-color: #e25a7e;
}
.menuBox ul{
}
.menuBox ul li{
    display: block;
    overflow: hidden;
    float: left;
    width: 12.5%;
}
.menuBox ul li a{
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.menuBox ul li a:hover,.menuBox ul .this a{
    background-color: #b72a50;
}
.fixedBox{
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -229px;
    z-index: 11;
}
.fixedBox .qq{
    overflow: hidden;
    width: 70px;
    height: 90px;
    margin: 0 0 2px 0;
    text-align: center;
    background-color: #939393;
}
.fixedBox .qq .qq-i{
    overflow: hidden;
    margin: 17px 0 0 0;
}
.fixedBox .qq .qq-i img{
    width: 31px;
    height: 31px;
}
.fixedBox .qq .qq-t{
    overflow: hidden;
    color: #fff;
    margin: 5px 0 0 0;
}
.fixedBox .ulBox{
    overflow: hidden;
    position: relative;
}
.fixedBox .ulBox ul{
}
.fixedBox .ulBox ul li{
    display: block;
    overflow: hidden;
    width: 70px;
    height: 90px;
    margin: 0 0 2px 0;
    text-align: center;
    cursor: pointer;
    background-color: #939393;
}
.fixedBox .ulBox ul .this{
    background-color: #e25a7e;
}
.fixedBox .ulBox ul li .li-i{
    overflow: hidden;
    margin: 17px 0 0 0;
}
.fixedBox .ulBox ul li .li-i img{
    width: 31px;
    height: 31px;
}
.fixedBox .ulBox ul li .li-t{
    overflow: hidden;
    color: #fff;
    margin: 5px 0 0 0;
}
.fixedBox .ulBox2{
    position: fixed;
    right: 72px;
    top: 50%;
    margin-top: -137px;
    z-index: 66;
}
.fixedBox .ulBox2 ul{
}
.fixedBox .ulBox2 ul li{
    display: block;
    overflow: hidden;
    width: 130px;
    height: 90px;
    margin: 0 0 2px 0;
    padding: 0 0 0 15px;
    cursor: pointer;
    color: #fff;
    display: none;
    background-color: #e25a7e;
}
.fixedBox .ulBox2 ul li:first-child{
}
.fixedBox .ulBox2 ul li:nth-child(2){
    padding: 2px 0 0 15px;
    margin-top: 92px;
}
.fixedBox .ulBox2 ul li:last-child{
    text-align: center;
    height: 182px;
    padding: 15px;
    margin-top: 184px;
}
.fixedBox .ulBox2 ul li .li-i{
    overflow: hidden;
    height: 100px;
}
.fixedBox .ulBox2 ul li .li-i img{
    width: 100%;
    height: 100%;
}
.fixedBox .btn_top{
    overflow: hidden;
    width: 70px;
    height: 90px;
    text-align: center;
    background-color: #939393;
}
.fixedBox .btn_top .btn_top-i{
    overflow: hidden;
    margin: 17px 0 0 0;
}
.fixedBox .btn_top .btn_top-i img{
    width: 31px;
    height: 31px;
}
.fixedBox .btn_top .btn_top-t{
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.pageBox {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.pageBox ul {}
.pageBox ul li {
    display: inline-block;
    color: #333;
    font-size: 12px;
}
.pageBox ul li span {
    display: block;
    overflow: hidden;
    height: 20px;
    line-height: 18px;
    color: #333;
}
.pageBox ul li a {
    display: block;
    overflow: hidden;
    height: 20px;
    line-height: 18px;
    padding: 0 10px;
    color: #333;
    border: 1px solid #ddd;
}
.pageBox ul .this a {
    border: none;
    color: #e25a7e;
    padding: 0 7px;
}
.pageBox ul li a:hover {
    color: #e25a7e;
}
.address{
    overflow: hidden;
    position: relative;
}
.address .add{
    overflow: hidden;
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-bottom: 1px solid #f2f2f2;
}
.address .add img{
    margin: 0 8px 0 0;
}
.popup-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
    display: none;
}
.popupBox{
    overflow: hidden;
    position: fixed;
    width: 600px;
    height: 630px;
    top: 50%;
    left: 50%;
    margin: -315px 0 0 -300px;
    z-index: 100;
    display: none;
}
.popupBox .sp-i{
    overflow: hidden;
    text-align: center;
}
.popupBox .sp-i img{
}
.popupBox .close-x{
    overflow: hidden;
    position: absolute;
    top: 123px;
    right: 20px;
    cursor: pointer;
}
.popupBox .close-x img{
}
.popupBox .inputBox{
    overflow: hidden;
    width: 600px;
    height: 520px;
    margin: -180px 0 0 0;
    background-color: #e25a7e;
}
.popupBox .inputBox .input{
    overflow: hidden;
    width: 470px;
    padding: 30px 30px 20px;
    margin: 179px auto 0;
    background-color: #fff;
}
.popupBox .inputBox .input .list{
    overflow: hidden;
    border: 1px solid #e6e6e6;
    margin: 0 0 10px 0;
}
.popupBox .inputBox .input .list input{
    padding: 0 15px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    border: none;
}
.popupBox .inputBox .input .list input:-moz-placeholder {  color: #999;  }
.popupBox .inputBox .input .list input::-moz-placeholder {  color: #999;  }
.popupBox .inputBox .input .list input:-ms-input-placeholder{  color: #999;  }
.popupBox .inputBox .input .list input::-webkit-input-placeholder{  color: #999;  }
.popupBox .inputBox .input .list:nth-child(2) input[type=text]{
    width: 290px;
    float: left;
}
.popupBox .inputBox .input .list:nth-child(2) input[type=button]{
    float: left;
    padding: 0;
    width: 118px;
    color: #fff;
    background-color: #0b3156;
}
.popupBox .inputBox .sub{
    overflow: hidden;
    text-align: center;
}
.popupBox .inputBox .sub input{
    width: 145px;
    height: 50px;
    line-height: 41px;
    margin: 30px 0 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-color: #0b3156;
    border: 3px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.preNext{
    overflow: hidden;
    position: relative;
}
.preNext .next-l{
    overflow: hidden;
}
.preNext .next-l .list{
    overflow: hidden;
    color: #333;
    font-size: 16px;
    margin: 5px 0;
}
.preNext .next-l .list a{
    display: block;
    overflow: hidden;
    color: #333;
    width: 600px;
}
.preNext .next-l .list a:hover span{
    color: #e25a7e;
}
.preNext .next-r{
    overflow: hidden;
    margin: 10px 0 0 0;
}
.preNext .next-r a{
    display: block;
    overflow: hidden;
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #e25a7e;
}
.footer{
    overflow: hidden;
    position: relative;
    padding: 55px 0 50px 0;
    background-color: #e25a7e;
}
.footer .foot-l{
    overflow: hidden;
    float: left;
    width: 190px;
}
.footer .foot-l img{
    width: 100%;
    height: auto;
}
.footer .foot-c{
    overflow: hidden;
    float: left;
    width: 620px;
    margin: 0 0 0 30px;
}
.footer .foot-c .sp-t{
    overflow: hidden;
    position: relative;
    height: 40px;
    margin: 10px 0 0 0;
    border: 1px solid #fff;
}
.footer .foot-c .sp-t .sp-d{
    overflow: hidden;
    float: left;
    margin: 0 0 0 15px ;
}
.footer .foot-c .sp-t .sp-d .sp-i{
    overflow: hidden;
    float: left;
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin: 7px 8px 0 0;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.footer .foot-c .sp-t .sp-d .sp-dd{
    overflow: hidden;
    float: left;
    color: #fff;
    line-height: 38px;
}
.footer .foot-c .sp-tt{
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 0;
}
.footer .foot-c .sp-tt h5{
    color: #fff;
    margin: 10px 0 0 0;
}
.footer .foot-r{
    overflow: hidden;
    float: right;
    padding: 5px 0 0 0;
}
.footer .foot-r .ewm{
    width: 114px;
    height: 114px;
}
.footer .foot-r .ewm img{
    width: 100%;
    height: 100%;
}
.footer .foot-r .ewm-t{
    overflow: hidden;
    width: 114px;
    color: #fff;
    margin: 5px 0 0  0;
    text-align: center;
}