.page-nav-bar {
    position: relative;
    z-index: 4;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.07);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.07);
}
.page-nav-bar h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    color: #085b31;
    float: left;
}
.page-nav-bar .left {
    float: left;
    margin-left: 5px;
    font-size: 12px;
    margin-top: 24px;
}
.page-nav-bar a {
    color: #616161;
}
.page-nav-bar a.btn{
	color:#fff;
	margin-left:5px;
    background-color: #085b31;
    border-color: #085b31;
}
.page-nav-bar a.btn:hover{
	color:#fff;
    background-color: #085b31;
    border-color: #085b31;
}
.page-nav-bar a:hover,.page-nav-bar a.cur {
    color: #045f33;
    font-weight: bold;
}
.page-nav-bar .right {
    float: right;
    _display: inline;
    margin: 17px 0 0 0;
}


.page-nav-bar .right .separator, .page-nav-bar .left .separator {
    margin: 0 .25em;
    color: #212121;
}
.page-nav-bar .right .separator {
    color: #e0e0e0;
}
.etq_img{
	width:100%;
	max-width:100%;
    height:auto;
    min-width:1280px;
}
.container{
	width:1280px;
	max-width:100%;
    min-width:1280px;
}
.modal {
    position: fixed !important;
    top: 50%;
    left: 50%;
    _position: absolute;
    _top: 15%;
    _margin-top: 0;
    z-index: 1050;
    width: 660px;
    margin-left: -330px;
    margin-top: -300px;
    background-color: #fff;
    outline: none;
}
.modal-video {
    width: 880px;
    height: 555px;
    margin-top: -278px;
    margin-left: -440px;
    -webkit-box-shadow: 0 18px 30px rgba(0,0,0,0.18);
    box-shadow: 0 18px 30px rgba(0,0,0,0.18);
}
.fade {
    opacity: 0;
    filter: alpha(opacity=0)\9;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal.fade.in {
    top: 50%;
    _top: 15%;
}
.modal.fade {
    -webkit-transition: opacity .4s linear, top .4s ease-out;
    transition: opacity .4s linear, top .4s ease-out;
    top: -35%;
}
.modal-hd {
    position: relative;
    padding: 14px 20px;
    background-color: #f5f5f5;
}
.modal-hd .title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #424242;
}
.modal .close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #757575;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 10;
    border-radius: 15px;
    opacity: 1;
}
.modal .close:hover {
    color: #fff;
    background-color: #e53935;
}
.mask{
	    position: fixed !important;
    _position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    width:100%;
    height:100%;
}
.mask, .mask.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50)\9;
}
.mask.fade {
    opacity: 0;
    filter: alpha(opacity=0)\9;
}
.fade.in {
    opacity: 1;
    filter: alpha(opacity=100)\9;
}
.modal-hide {
    display: none;
}
.videosection{
    width:1100px;
    margin:0 auto;
    margin-top:80px;
}

.videosection h3,.offline h3,.online h3{
    position: relative;
    padding: 14px 20px;
    background-color: #085b31;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
}
.shadow {
    -webkit-box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.1);
}
.etq_fixmenu{
    position:fixed;
    top:50%;
    right:0px;
    margin-top: 28px;
    z-index:1111111;
}
.etq_fixmenu img{
    width:100%;
}
.etq_fixmenu .etq_ewm{
    position: absolute;
    top: 0px;
    width: 200px;
}
.etq_fixmenu .etq_ewm.fade{
    -webkit-transition: opacity .4s linear, top .4s ease-out;
    transition: opacity .4s linear, top .4s ease-out;
    right: -220px;
}
.etq_fixmenu .etq_ewm.fade.in{
    right:15px;
}
.etq_fixmenu .etq_ewm .close{
    position:absolute;
    top: 5px;
    right: 7px;
    cursor:pointer;
}
.etq_fixmenu .smallmenu{
    top:0px;
    position:absolute;
    display:none;
    width: 96px;
    height: 96px;
    cursor:pointer;
}
.etq_fixmenu .smallmenu.fade{
    -webkit-transition: opacity .4s linear, top .4s ease-out;
    transition: opacity .4s linear, top .4s ease-out;
    right: -150px;
}
.etq_fixmenu .smallmenu.fade.in{
    right:15px;
}
.online{
    margin-top:60px;
}
.online p{
    text-align:center;
    margin-top:30px;
}
.online a{
    width:48%;
    display:inline-block;
    height:60px;
    font-size:32px;
    line-height:60px;
    border:solid 1px #000;
    color:#000;
}
.offline{
    margin-top:60px;
}
.offline p{
    text-align:center;
}