

.imgHide {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.imgHide img {
    width: 100%;
    height: 100%
}

.enlarge a img {
    transition: transform .5s;
    -moz-transition: -moz-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s
}

.enlarge a:hover img,
.enlarge.a:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.fl {
    float: left;
    _display: inline
}

.fr {
    float: right;
    _display: inline
}

.cf {
    *zoom: 1
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb35 {
    margin-bottom: 35px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb55 {
    margin-bottom: 55px
}

.mb60 {
    margin-bottom: 60px
}

.mb65 {
    margin-bottom: 65px
}

.mb70 {
    margin-bottom: 70px
}

.mb75 {
    margin-bottom: 75px
}


.mb85 {
    margin-bottom: 85px
}

/* .mb90 {
    margin-bottom: 90px
}
 */
.mb95 {
    margin-bottom: 95px
}

.mb100 {
    margin-bottom: 100px
}

.mb110 {
    margin-bottom: 110px
}



.overflow {
    overflow: hidden
}

.hide {
    display: none
}

.sp {
    background: url(../images/e2203sp.png) no-repeat
}

.topbar {
    height: 50px;
    background-color: #2a60da;
    z-index: 99;
    position: relative
}

.topbar .box {
    position: relative
}

.topbar span {
    display: block;
    float: left;
    line-height: 50px;
    font-size: 12px;
    color: #fff;
    opacity: .7
}

.topbar .review {
    width: 75px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0
}

.topbar .review .rtop span {
    color: #fff;
    display: block;
    font-size: 14px;
    opacity: 1;
    margin-right: 5px;
    float: left
}

.topbar .review .rtop i {
    display: block;
    float: right;
    width: 14px;
    height: 8px;
    margin-top: 21px;
    background-position: 0 -11px
}

.topbar .review .rbot {
    height: 30px;
    clear: both;
    line-height: 30px;
    background-color: #2a60da;
    text-align: center;
    display: none
}

.topbar .review .rbot a {
    color: #fff
}

.topbar .review .rbot:hover {
    background-color: #5a85e7
}

.navbar {
    height: 109px;
    border-bottom: 1px solid #c0cde5;
    margin-bottom: 15px;
    position: relative;
    z-index: 9
}

.navbar .box {
    position: relative
}

.navbar .logo {
    display: block;
    width: 150px;
    height: 73px;
    background-position: 0 -31px;
    float: left;
    margin-top: 20px;
    margin-right: 35px
}

.navbar .nav li {
    height: 109px;
    line-height: 109px;
    float: left;
    margin-right: 25px
}

.navbar .nav li:nth-child(n+9) {
    display: none
}

.navbar .nav li a {
    font-size: 16px;
    color: #666
}

.navbar .nav li a:hover {
    color: #181818
}

.navbar .icon {
    width: 95px;
    height: 41px;
    background-position: 0 -105px;
    position: absolute;
    right: 0;
    top: 15px
}

.navbar .searchBtn {
    width: 20px;
    height: 21px;
    background-position: -15px -2px;
    position: absolute;
    left: 905px;
    top: 72px;
    cursor: pointer
}

.navbar .searchBox {
    display: none;
    width: 550px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 28px;
    margin-left: -265px
}

.navbar .searchBox .inputTxt {
    width: 460px;
    height: 28px;
    background-color: #fff;
    line-height: 30px;
    padding: 10px 20px;
    float: right;
    border: 1px solid #d2d2d2;
    font-size: 16px
}

.navbar .searchBox .inputTxt::-webkit-input-placeholder {
    color: #999
}

.navbar .searchBox .inputTxt:-moz-placeholder {
    color: #999
}

.navbar .searchBox .inputTxt::-moz-placeholder {
    color: #999
}

.navbar .searchBox .inputTxt:-ms-input-placeholder {
    color: #999
}

.navbar .searchBox .closeBtn {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    background-color: #e5e5e5;
    transition: opacity .4s ease
}

.navbar .searchBox .closeBtn:hover .icon {
    opacity: 1;
    filter: alpha(opacity=100)
}

.navbar .searchBox .closeBtn .icon {
    width: 20px;
    height: 20px;
    background-position: -126px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: .8;
    filter: alpha(opacity=80)
}

.navbar .searchBox .inputBtn {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    width: 20px;
    height: 21px;
    background-position: -15px -2px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: 0
}

.navbar .cIcon {
    width: 55px;
    height: 25px;
    line-height: 25px;
    background-color: #434343;
    position: absolute;
    right: 0;
    top: 70px;
    color: #fff;
    text-align: center;
    padding: 0 5px
}

.navbar .cIcon a {
    font-size: 16px;
    color: #fff
}

.footbar {
    width: 100%;
    padding: 30px 0 5px;
    background-color: #edf4f9;
    position: relative
}

.footbar.footFix {
    position: fixed;
    bottom: 0;
    left: 0
}

.footbar .title {
    display: block;
    height: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #2579c1
}

.footbar .list {
    color: #666;
    line-height: 24px
}

.footbar .list a {
    color: #666
}

.footbar .listBox {
    width: 525px
}

.footbar .listBox .list i {
    display: inline-block;
    width: 42px;
    font-style: normal
}

.footbar .listBox .list span {
    display: inline-block
}

.footbar .listBox .list em {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 24px;
    line-height: 24px;
    text-indent: 0;
    font-style: normal
}

.footbar .listBox .list p {
    position: relative;
    text-indent: 40px
}

.footbar .listBox2 {
    width: 329px;
    padding-right: 20px
}

.footbar .listBox2 .list li {
    margin-right: 15px;
    white-space: nowrap
}

.footbar .listBox3 {
    width: 333px
}

.footbar .listBox4 {
    width: 125px;
    float: right
}

.footbar .listBox4 .list a {
    display: block;
    float: left;
    width: 35px;
    height: 35px
}

.footbar .listBox4 .list .icon {
    background-position: -150px -140px;
    margin-right: 8px
}

.footbar .listBox4 .list .icon1 {
    background-position: -150px -178px;
    margin-right: 8px
}

.footbar .listBox4 .list .icon2 {
    background-position: -188px -178px
}

.footbar .listBox5 {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #c0cde5;
    color: #666;
    margin-top: 30px
}

