/* LESS Document */
* {
    padding: 0px;
    margin: 0px;
    transition: all;
    box-sizing: border-box;
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none
}

    a:hover {
        color: #c3282e
    }

input {
    vertical-align: middle;
}

html {
    font-size: 16px;
}

html, body {
    height: 100%;
    min-height: 650px;
}

body {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    width: 100%;
    max-width: 1920px;
    min-width: 1260px;
    margin: 0 auto;
    color: #333;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.logo {
    width: 100%;
    padding-left: 13rem;
    height: 10rem;
    line-height: 10rem;
    clear: both;
    margin: 0px auto;
    color: #fff;
    position: relative;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.5rem;
}

    .logo img {
        vertical-align: middle
    }

.input-text {
    border: 1px #a5a5a5 solid;
    width: 270px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px 0px 40px;
}

.input-btn {
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.login-box {
    width: 23rem;
    right: 13rem;
    position: absolute; /*padding-top:2rem*/
}

    .login-box .login-bg {
        position: relative;
        width: 23rem;
        height: 10rem;
        position: relative;
        background: rgba(242,242,242,0.9);
    }

        .login-box .login-bg .tip {
            position: absolute;
            bottom: 10px;
            width: 100%;
            text-align: center
        }

.ewm-login-box {
}

.user-login-btn {
    position: absolute;
    top: 1rem;
    right: 0.8125rem;
    background: url(user-login-icon.png) no-repeat;
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
    display: block
}

.ewm-login-box .title {
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px #ddd solid;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal
}

.ewm-login-box .ewm {
    text-align: center;
    width: 14rem;
    height: 14.5rem;
    margin: 0px auto;
    margin-top: 2.5rem;
    padding: 1rem
}

    .ewm-login-box .ewm img {
        width: 100%;
    }

.ewm-login-box div span {
    font-size: 1rem;
}

.user-login-box {
    display: none;
}

.ewm-login-btn {
    position: absolute;
    top: 1rem;
    right: 0.8125rem;
    background: url(ewm-login-icon.png) no-repeat;
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
    display: block
}

.user-login-box .title {
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px #ddd solid;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal
}

.user-login-box table {
    margin: 0px auto;
    width: 85%;
    margin-top: 1.875rem
}

    .user-login-box table td {
        height: 3.125rem;
    }

.user-login-box .user {
    border: 1px #e4e4e4 solid;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0px 0.625rem 0px 2.5rem;
    background: url("ico-user.png") no-repeat 0.625rem center #fff;
    background-size: 6%;
}

.user-login-box .pw {
    border: 1px #e4e4e4 solid;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0px 0.625rem 0px 2.5rem;
    background: url("ico-pw.png") no-repeat 0.625rem center #fff;
    background-size: 6%;
}

.user-login-box input[type=button] {
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #c3282e;
    border: 1px #c3282e solid;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
}

.zhjh-a, .wjmm-a {
    display: inline-block;
    width: 49%;
    height: 1.875rem;
    line-height: 1.875rem;
    color: #666;
    text-decoration: none;
}

.zhjh-a {
    margin-right: 1%;
}

.wjmm-a {
    margin-left: 1%;
    text-align: right
}

.pull-right {
    float: right
}

.line {
    border-top: 1px #e4e4e4 solid;
    padding-top: 10px;
}

.mmzh {
    background: url(login-arrow.png) no-repeat left center;
    display: block;
    padding-left: 1rem;
    height: 1.5625rem;
}

.zhjh {
    background: url(login-arrow.png) no-repeat left center;
    display: block;
    padding-left: 1rem;
    height: 1.5625rem;
}

.user-login-box .ewm {
    color: #666;
    line-height: 1rem;
    border-left: 1px #e4e4e4 solid;
    padding-left: 0.625rem;
}

    .user-login-box .ewm img {
        width: 7.5rem;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
    }

.error {
    width: 100%;
    position: absolute;
    top: 1.875rem;
}

.error-massage {
    width: 85%;
    line-height: 15px;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FF777A;
    background: url("ico-error.png") no-repeat 10px 5px #ffebeb;
    border: 1px #e4393c solid;
    z-index: 1;
    text-align: left;
}

#footer {
    text-align: center;
    width: 100%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: fixed;
    clear: both;
    bottom: 0px;
}

.footer-ani-begin {
    top: 10px;
    opacity: 0;
}

.footer-ani-end {
    top: 0px;
    opacity: 1;
}

.footer-box {
    width: 100%;
    height: 50px;
    margin: 0px auto
}

.footer-bottom-box-left {
    text-align: center
}

/*2016-10-13--------*/
.clear-1 {
    height: 10px;
    line-height: 10px;
    clear: both
}

.clear-2 {
    height: 20px;
    line-height: 20px;
    clear: both
}

.clear-3 {
    height: 30px;
    line-height: 30px;
    clear: both
}

.slides {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    z-index: 0
}
/*.slideInner{height:100%;position:relative;left:0;margin-left:0;}
	.slideInner a{display:block;height:100%; min-width:1260px !important;background-size:cover;background-position:center center;position:relative;text-align:center;z-index:1;}
	.nav{width:100%;position:relative;}
	.nav a{display:block;width:41px;height:119px;opacity:.2;}
	.nav a.prev{position:absolute;left:0;top:-450px;margin-top:-58px;background:url(../../images/default/ban_pre.png) no-repeat;z-index:999;}
	.nav a.next{position:absolute;right:0;top:-450px;margin-top:-58px;background:url(../../images/default/ban_next.png) no-repeat;z-index:999;}
	.navListBox{position:absolute; left:0px;bottom:4.375rem;z-index:999; width:100% !important; text-align:center; margin-left:0px !important}
	.navListBox li{ display:inline-block; padding:0px 0.5rem;}
	.navListBox li a{ display:block; width:1rem; height:1rem; background:rgba(255,255,255,0.5); border-radius:50%;}
	.navListBox li:hover{ box-shadow: none !important}
	.navListBox li a.active{ background:rgba(195,40,46,.7)}*/

.carousel {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

    .carousel-inner > .item {
        height: 100%;
    }

        .carousel-inner > .item .pic {
            width: 100%;
            height: 100%;
        }

.carousel-indicators {
    bottom: 50px;
}

    .carousel-indicators .active {
        width: 1rem;
        height: 1rem;
        margin: 0px 0.25rem;
        background: rgba(195,40,46,.7);
    }

    .carousel-indicators li {
        width: 1rem;
        height: 1rem;
        margin: 0px 0.25rem;
        background: rgba(255,255,255,0.5);
        border: none;
        border-radius: 50%;
    }

.carousel-control {
    width: 10%;
    background-image: none !important;
    color: #999
}

    .carousel-control .arrow-zl {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 30%;
        z-index: 5;
        margin-top: -15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: rgba(255,255,255,1);
        border-radius: 50%;
        font-size: 2rem
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #999;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

/*.glyphicon-chevron-left:before {*/
/*content: "\e257";*/
/*}*/
/*.glyphicon-chevron-right:before {*/
/*content: "\e258";*/
/*}*/

/*.carousel-fade .carousel-inner .item{
	 opacity: 0;
      transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
      opacity: 1;
}
*/
/*.carousel-fade {
  .carousel-inner {
    .item {
      opacity: 0;
      transition-property: opacity;
    }

    .active {
      opacity: 1;
    }

    .active.left,
    .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }

    .next.left,
    .prev.right {
      opacity: 1;
    }
  }

  .carousel-control {
    z-index: 2;
  }
}

*/

@media screen and (min-width: 1600px) {
    /*大于等于1600*/
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 1366px) {
    html {
        font-size: 12px;
    }
}