*{
    margin: 0 auto;
    padding: 0;
    list-style: none;


}
.rt{clear: both;}
a{
    text-decoration: none;
    /*font-family: "微软雅黑";*/

}
body{
    width:100%;
}
/*************头部开始*****************/
header{

    width: 100%;
    min-width: 1276px;
    height: 30px;

    background-color: #fff;
}
.header-h{
    position: relative;
    width: 100%;
    min-width: 500px;
    height: 30px;
}


.header-my{
    margin-left: 4.5%;
    text-align: center;
    width: 340px;
    height: 22px;

    float: left;
    margin-top: 3px;
}
.header-div{
    font-size: 12px;
    margin-top: 3px;
    margin-left: 75%;
    width: 300px;
    height: 22px;

}
.header-div ul li{
    margin-left: 5px;
    margin-top: 5px;
    float: left;
}
.header-div-img{
    position: absolute;
    top: 6px;
    left: 72%;
    width: 21px;
    height: 18px;


}
.header-my span,.header-my a{
    font-size: 12px;
}
.header-my img{
    margin-right: 5px;
    vertical-align: middle;
}
/*************头部结束*****************/
/*************首页logo开始*****************/
.logo{


    width: 100%;
    min-width: 1276px;
    height: 65px;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
}
.logo-img-1{

    margin-left: 9.5%;
    width:8% ;
    max-width: 129px;
    height: 55%;
    margin-top: 15px;

    float: left;
}
.logo-img-2{
    margin-top: 4px;
    text-align: center;
    width:232px ;
    height: 55px;
    border-left: 3px solid #f9e09b;
    float: left;
    margin-left:20px ;


}
.logo-img-2 img{
    width: 70%;
    margin-left: -50px;
    margin-top: 15px;
}
/*************首页logo结束*****************/
/*************首页导航开始*****************/
nav{
    width: 100%;
    min-width: 1276px;
    height: 52px;

    background-color: #2e2c39;
}
.nav-text{

    width: 892px;
    height: 52px;

    margin-left: 9%;
}
.nav-text li{
    width: 134px;
    height: 48px;
    margin-top: 3px;
    float: left;

    line-height: 48px;
    text-align: center;
    margin-left: 10px;
}
.nav-text li a{
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    width: 130px;
    height: 46px;
}
.nav-text li a:hover{
    text-decoration:none;
    color:#f0b617;
    border-bottom:3px solid #f0b617;

}
/*************首页导航结束*****************/

/**************主体开始********************/

.conter{
    width: 100%;
    min-width: 1276px;


}
.content{
    width: 100%;
    min-width: 1276px;
    top: -10px;


}
.content-1{
    width: 100%;
    height: 490px;



}
/***图片轮播一 开始**/
.flexslider {
    margin: 0px auto 20px;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    zoom: 1;

}
.flexslider .slides li {

    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 58px;
    height: 64px;
    line-height: 99em;
    overflow: hidden;
    margin-top: -35px;
    margin-left: 9%;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;

}
.flex-direction-nav .flex-next {
    background-position: -59px 1px;
    right: 0;
    left: 75%;
    top: 200px;
}

.flex-direction-nav .flex-prev {
    background-position: -2px -2px;
    left: 1%;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;

}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat -1px -22px;
    display: block;
    height: 20px;
    overflow: hidden;
    text-indent: -99em;
    width: 20px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: -1px  0px;
}

.flexslider .slides a img {
    width: 100%;
    height: 482px;
    display: block;
}
.div span{
    position: relative;
    display: inline-block;
    bottom:18px ;
    left: 2px;
    width: 18px;
    height: 18px;
}
/**************************************/
/***图片轮播一 结束**/
/**********特色眼镜*******/
.feature{

    width: 100%;
    height: 51px;
    margin-top: -20px;
    background: #ffffff;
    border: 1px solid #fff;
}
.feature div{

    width: 20px;
    height: 46px;
    margin-left: 10%;
    border-left: 5px solid #000;
    padding-left: 15px;
    margin-top: 4px;
}
h2{
    font-family: "微软雅黑";
    font-weight: 500;
    width: 190px;
    height: 25px;
    font-size: 1.25em;
    line-height: 25px;
}
.feature span{
    width: 200px;
    display: inline-block;
    color: #999;
    font-size: 0.875em;
    font-family: "微软雅黑";
}
/***图片轮播二 开始**/
/***图片轮播二 结束**/
/***图片轮播三 开始**/
.photo{
    width: 100%;
    height: 1135px;
    background: #f7f7f7;

}
.photo-ul{
    width: 100%;
    height: 346px;
    padding-top: 20px;
    overflow: hidden;
}
.photo ul li{
    width: 220px;
    height: 220px;
    border: 1px solid #00ffcc;
    float: left;
    text-align: center;
    margin-left: 4px;
}
.photo-ul-img{

    width: 227px;
    height: 227px;
    /*border: 1px solid red;*/
    z-index: 700;
    margin-top: 18px;
    margin-left: 00px;
}
/**************图片切换按钮*******************/
/***图片轮播三 结束**/
/*城市和地图开始-*/
.city-map{
    width: 100%;
    min-width: 1276px;
    height: 630px;
    /*border: 1px solid darkgreen;*/
}
.city{
    margin: auto;
    width: 100%;

    height: 630px;
    /*border: 1px solid green;*/
}
.city-div{
    width: 100%;
    max-width: 1260px;
    height: 660px;

    /* border: 1px solid red;*/


}
.city-1{
    width: 50%;
    max-width: 620px;
    height: 630px;
    margin-top: 32px;
    float: left;





    /*  border: 1px solid blue;*/
    background: #ffffff;

}

.city-2{
    margin-top: 28px;
    width: 600px;
    margin-left: 0px;



    /* border: 1px solid red;*/
}
.city-2 span{
    font-family: "微软雅黑";
    font-size: 1.125em;

    display: inline-block;
    width: 320px;
    height: 30px;

    margin-left: 14%;
    top: -15px;
    position: relative;
}
.city-2 img{
    margin-left: 4%;
    display: inline-block;
    width: 66px;
    height: 43px;
    margin-top: 20px;
    /*border: 1px solid red;*/
}
.city-c{
    width: 491px;
    height: 357px;
    /*border: 1px solid blue;*/
    margin-top: 40px;
    margin-left: 60px;
}
.city-c b{
    color: red;
}
.city-c span{
    font-family: "微软雅黑";
    font-size: 1.25em;
}
form p select{
    font-family: "微软雅黑";
    width:115px ;
    height: 43px;
    border-radius: 5px;
    font-size: 1.125em;
}
form p  {
    /*border: 1px solid red;*/
    width: 483px;
    margin-top: 15px;
}
form p i{
    position: absolute;

    width: 33px;
    height: 44px;
    /* background: url("../images/向下箭头.png")no-repeat 0px 0px;*/
    margin-top: 0px;
    margin-left: 84px;
}
.time{
    display: inline-block;
    width: 30px;
    height: 43px;
    background: url("../images/向下箭头.png")no-repeat 0px 0px;
    margin-left: -31px;

    margin-top: 2px;

}
form p input{
    width: 360px;
    height: 42px;
    border-radius: 5px;
    font-size: 20px;
    font-family: "微软雅黑";
}
#shop{
    width:360px;
    height: 44px;

}
.btn{

    width: 271px;
    height: 52px;
    /* border: 1px solid red;*/
    margin-top: 45px;
    border-radius: 8px;
    background: red;
    font-size: 1.25em;
    font-family: "微软雅黑";
    color: #ffffff;
    margin-left: 95px;
    cursor:pointer;
}

/*************地图*************/
.map{
    width: 50%;
    max-width: 620px;
    height: 630px;
    position: relative;
    margin-left: 50%;


    float: right;
    margin-top: -630px;


    /* border: 1px solid blue;*/
    background: #ffffff;

}
.google-map{
    width: 360px;
    height: 44px;
    /*border: 1px solid #00ffcc;*/
    text-align: center;
    margin-top:65px ;
}
.google-map img{

    width: 120px;
    height: 22px;
    /*border: 1px solid red;*/
    text-align: center;
}
.map-div{
    width: 76%;
    max-width: 540px;
    height: 241px;
    border: 1px solid red;
    margin-top: 73px;
}
/*************联系人****/
.link{
    width: 133px;
    height: 33px;
    /* border: 1px solid blue;*/
    font-size: 1.75em;
    font-family: "微软雅黑";
    margin-top: 32px;
    text-align: center;
}
.address{
    width: 531px;
    height: 66px;
    margin-top: 30px;

}
.address p{
    width: 90%;
    font-family:"微软雅黑";
    font-size: 1em;
    color: #acaaab;
    text-align: center;
}
/*************主体结束*****************/

/*************页脚开始开始*****************/
footer{position: relative;
    width: 100%;
    min-width: 1276px;

    height: 425px;
    border: 1px solid #000;
    background-color: #212026;
    margin-top: 130px;
}
#footer-id{

    height: 150px;
    /*border: 1px solid green;*/
    margin-left: -60px;


}
.footer-ul{

    margin-top: 95px;

    width: 70%;
    height: 140px;
    margin-left: 10%;
}
.footer-ul-ul{
    position: relative;
    margin-left: 10%;
    width: 100px;
    height: 140px;
    /*border: 1px solid red;*/
    float: left;
}
.footer-ul-ul li{
    font-size: 1em;
    font-family: "微软雅黑";
    color: #ffffff;
}
.footer-ul-ul li b{
    font-size: 1em;
}
.footer-ul-ul li a{
    display: inline-block;
    font-size: 0.9em;
    font-family: "微软雅黑";
    color: #999;
    margin-top: 10px;
}
/*****二维码***********/
.Num-two{
    width: 145px;
    height: 145px;
    margin-left: 90%;
    margin-top: -152px;

}
.foot-copy{
    width: 100%;
    height: 63px;
    border-top: 1px solid #505156;
    margin-top: 100px;
    line-height: 63px;
    margin-left: 40px;
}
/************页脚结束*****************/
/*******************************商城部分*************************************/
/****************************/


















