
body, div, ul, li, p, a, img {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a img {
    border-style: none;
}
#newBridge{
    z-index: 9 !important;
}
.head {
    width: 100%;
	padding:10px 0;
    background-color: #FFFFFF;
	border-bottom:1px solid #EFEFEF;
}

.body {
    width: 100%;
}

.foot {
    width: 100%;
    background-color: #3B3D43;
}

.menu-container {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

.logo-container {
    float: left;
    width: 300px;
    height: 70px;
}

.logo {
    height: 70px;
}

.menu {
    float: right;
    font-size: 18px;
    color: #333333;
}

.menu-item {
    height: 70px;
    line-height: 70px;
    float: left;
    margin-right:100px;
    text-align: right;
}
.login-menu{
    position:relative;
    float: left;
    color: #FF9232;
}
.login-a{
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-right:15px;
}
.me-logo{
    width:30px;
    height:30px;
    vertical-align: middle;
}
.me-a:hover + .me-model,.me-model:hover{
    display: block;
}
.me-model{
    display: none;
    position: absolute;
    width:120px;
    top:60px;
    left:-60px;
    padding: 10px;
    font-size: 13px;
    color:#555555;
    background-color:#FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 8px #888888;
    overflow: hidden;
    z-index: 99;
}
.me-model div{
    height:30px;
    line-height:30px;
    text-align: center;
}
.me-link{
    color:#FF9232;
}
.banner-container {
    position: relative;
    width: 100%;
}

.banner {
    width: 100%;
}

.menu-active {
    color: #FF9232;
}

.copyright {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.desc-container {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F5F5F5;
}

.desc-item {
    width: 1200px;
    margin: 0 auto;
}

.desc-title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.desc-connector {
    width: 0;
    height: 0;
    margin: 10px auto 0;
    border-width: 15px;
    border-style: solid;
    border-color: #FF9232 transparent transparent transparent;
}

.desc-sub-title {
    text-align: center;
    font-size: 16px;
    color: #888888;
}

.desc-body {
    width: 100%;
    height: 360px;
    padding-top: 30px;
}

.desc-body-item {
    width: 280px;
    height: 360px;
    margin-right: 20px;
    margin-top: 20px;
    float: left;
    background-color: #FFFFFF;
}

.item-line-1 {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.item-line-2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #FF9232;
    color: #FFFFFF;
}

.item-line-3 {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
}

.item-price {
    font-size: 40px;
    font-weight: bold;
    color: #FF9232;
}

.item-line-4 {
    width: 245px;
    height: 110px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
    color: #888888;
}

.item-line-5 {
    width: 110px;
    height: 30px;
    margin: 10px auto;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    background-color: #25B887;
    border-radius: 15px;
    color: #FFFFFF;
}
