.index_logo {
    height:145px;
    width:1000px;
    background-color:#EEEEEE;
    margin:0px auto;
}
.index_logo_main {
    height:145px;
    width:1000px;
    overflow:hidden;
    margin:0px auto;
}
.left_logo {
    float:left;
    width:160px;
    height:145px;
    vertical-align:middle;
    text-align:center;
}
.left_logo span {
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.left_logo img {
    vertical-align:middle;
}
.right_title {
    width:800px;
    float:right;
    padding-right:40px;
    text-align:center;
    font-size:20px;
    height:145px;
    line-height:145px;
    color:#222222;
}

.left_logo1 {
    float:left;
    width:272px;
    height:145px;
    vertical-align:middle;
    text-align:center;
}
.left_logo1 span {
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.left_logo1 img {
    vertical-align:middle;
}
.right_title1 {
    width:688px;
    float:right;
    padding-right:40px;
    text-align:center;
    font-size:20px;
    height:145px;
    line-height:145px;
    color:#222222;
}
.button_a {
    display:inline-block;
    height:27px;
    line-height:26px;
    font-size:13px;
    border:#AAA solid 1px;
    padding:0px 5px;
    color:#222222;
    background:url(/assets/frontend/images/button_bg.png) repeat-x;
    border-radius:5px 5px 5px 5px;
    margin:0px 5px;
    text-align:center;
}
.button_a:hover {
    background-color:#eeeeee;
    background-image:none;
}

.blue_button {
    display:inline-block;
    background-color:#0085C3;
    color:#FFFFFF;
    padding:5px 10px;
    border-radius:5px 5px 5px 5px;
    margin-right:10px;
    font-size:13px;
    text-align:center;
}
.blue_button:link {
    COLOR: #FFFFFF; TEXT-DECORATION: none
}
.blue_button:visited {
    COLOR: #FFFFFF; TEXT-DECORATION: none
}
.blue_button:active {
    COLOR: #FFFFFF
}
.blue_button:hover {
    text-decoration: none;
    background-color:#009BBB;
}
a:link {
    TEXT-DECORATION: none;
    color: #003779;
}
a:visited {
    TEXT-DECORATION: none;
    color: #003779;
}
a:active {
    color: #ff3300
}
a:hover {
    text-decoration: none
}
.e{
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
    font-weight: bold;
    font-variant: normal;
    text-transform: capitalize;
    color: #000000;
}
.e3{
    font-family: "微软雅黑";
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
    font-weight: normal;
    /*text-transform: capitalize;*/
    color: #000000;
}
.bg-primary{
    background: #0084C2!important;
}
.top-title{
    height:32px;
    line-height: 32px;
    padding-right: 15px;
}
.border-bottom{
    border-bottom:#aaa solid 1px!important;
}

.back{
    width:918px;
    font-size:12px;
}
.net-page-box{
    color:rgb(169, 169, 169);
}
.cart-btn{
    cursor: pointer;
}
.back_url{
    margin-left:20px;
}