body{
    margin: 0;
    padding:0;
    font-family: "Microsoft YaHei", sans-serif;
    background-color: #fff;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.outBox{
    width:1200px;
    height:auto;
    clear:both;
    position:relative;
    margin:auto;
}
/*==========header===========*/
.header{
    width:100%;
    height:80px ;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top:0;
    z-index: 100;
}
.logo{
    float: left;
    margin-top:10px;
    height: 60px;
}
#case{
    color:#15bdde;
}
.nav1{
    position: relative;
    left:350px;
    margin: 0;
    padding:0;
    list-style: none;
}
.nav1 li a{
    height: 80px;
    line-height: 80px;
    float: left;
    margin-right: 30px;
    font-size:18px;
    color:#555555;
    transition: all 0.3s linear;
    -moz-transition:  all 0.3s linear;
    -webkit-transition:  all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.nav1 li a:hover{
    color:#15bdde ;
    transition: all 0.3s linear;
    -moz-transition:  all 0.3s linear;
    -webkit-transition:  all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.login{
    width:174px;
    height:40px;
    text-align:center;
    background-image:url("../../images/login.png");
    border: 1px solid #d4d6da;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius:  20px;
    -o-border-radius:20px;
    border-radius:  20px;
    position:absolute;
    top:20px;
    right:0;
    line-height:40px;
    font-size:18px;
    color:#555555;
    cursor:pointer;
}
/*banner*/
.banner{
    height: 536px;
    margin-top: 80px;
    background-color: #f36977;
}
.banner .outBox{
    background-color: #f36977;
}
.banner img{
    height: 536px;
}
/*=============����==========*/
.float{
    float:left;
}
.box1out{
    height: 500px;
    border-bottom:1px solid #c6c6c6;
}
.box1{
    width:600px;
    height: 375px;
    margin-top:80px;
}
.carousel-inner .item>img{
    width:600px;
    height: 375px;
}
.carousel-indicators{
    width:130px;
    bottom:0;
    top:15px ;
    left: 0;
    margin-left: 455px;
}
.carousel-indicators li{
    width: 20px;
    height: 20px;
    background-color: #dbdbdb;
    border: none;
    margin: 0 0 0 20px;
}
.carousel-indicators .active{
    width: 20px;
    height: 20px;
    margin: 0 0 0 20px;
    background-color:#15bdde ;
}
.store{
    width: 545px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:  30px;
    -o-border-radius: 30px;
    border-radius:  30px;
    border: 1px solid #21a6ea;
}
.store img{
    width: 40px;
    margin-top: 5px;
    margin-left: 10px;
}
.myShopName{
    font-size: 27px;
    line-height: 60px;
    text-align: center;
    margin-left:8px;
}
.storeFont{
    font-size: 40px;
    margin-top: 5px;
    margin-left: 10px;
    font-family: "myfont2"; !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.NameColor1{
    color:#21a6ea;
}
.location{
    height: 29px;
    margin-top:30px;
    margin-bottom: 30px;
}
.location img{
    height: 29px;
    margin-left:19px;
    margin-right:19px;
    text-align: center;
}
.writeLocation{
    color:#adb5c1;
    font-size: 20px;
    text-align: center;
}
.storeDetails1{
    width: 545px;
    font-size: 18px;
    line-height: 30px;
    color: #374051;
}
.storeDetails2{
    width: 545px;
    font-size: 18px;
    line-height: 30px;
    color: #374051;
}
.storeDetails3{
    width: 545px;
    font-size: 18px;
    line-height: 30px;
    color: #374051;
}
.storeImg{
    width: 600px;
    height: 370px;
}
.boxCenter{
    width: 545px;
    padding-left:55px;
    margin-top:80px;
}
.boxCenter .store{
    border: 1px solid  #ff6fac;
}
.NameColor2{
    color: #ff6fac;
}
.storeBorder{
    border:1px solid #6ed2a2;
}
.NameColor3{
    color: #6ed2a2;
}
/*<!--=====================�����̼� >>============-->*/
.moreOut{
    height:600px;
}
.sTitle{
    font-size:22px;
    color: #374051;
    margin-top:65px;
    margin-bottom: 60px;
}
.moreBox a{
    width:176px;
    height:176px;
    float:left;
    display:block;
    border:none;
    position: relative;
}
.masking{
    width:176px;
    height:176px;
    text-align: center;
    line-height: 176px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.01);
    position:absolute;
    top:0;
    left:0;
    -webkit-border-radius: 88px;
    -moz-border-radius:88px;
    -ms-border-radius: 88px;
    -o-border-radius: 88px;
    border-radius: 88px;
    transition: all 0.3s linear;
    -moz-transition:  all 0.3s linear;
    -webkit-transition:  all 0.3s linear;
    -o-transition: all 0.3s linear;
    background-color: rgba(21, 189, 222, 0.0);
}
.moreBox a:hover .masking{
    color: rgba(255, 255, 255, 0.99);
    background-color: rgba(21, 189, 222, 0.8);
    transition: all 0.3s linear;
    -moz-transition:  all 0.3s linear;
    -webkit-transition:  all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.center{
    margin-left:80px;
}
.moreMargin a{
    margin-top:60px;
}
.btn{
    height:30px;
    width:95px;
    line-height: 15px;
    text-align:center;
    position:absolute;
    top:24px;
    right:85px;
    font-size:16px;
    border-radius: 3px;
    color:white;
    cursor:pointer;
    background: #75cbe5;
}
.phone-log{
    height:30px;
    width:150px;
    position: absolute;
    top:22px;
    right:-80px;
    background: url(../../images/phone.png)no-repeat left;
    background-size: 25px;
}
.phone{
    margin-left:34px;
    position: relative;
    top:6px;
}


