﻿@charset "UTF-8";
*{
    padding: 0;
    margin: 0;
}
a:hover,a:active,a:focus{
    text-decoration: none;
}
.rightHoverBar{
    position: fixed;
    left: 50%;
    top:270px;
    z-index: 9999;
    width:70px;
    height:280px;
    margin-left: 615px;
}
.rightHoverBarItem{
    display: block;
    width:70px;
    height: 70px;
    border:1px solid #387CF9;
    text-align: center;
    padding-top:14px;
}
.rightHoverBarItem + .rightHoverBarItem{
    border-top:none;
}
.rightHoverBarText{
    color: #666;
}
.ter-navbarNew{
    /*height:205px;*/
    height:auto;
    position:relative;
}
.ter-navbarNew-logo {
    width: 100%;
    padding: 0;
}
    .ter-navbarNew-logo img {
        width: 100%;
    }
.ter-navbarNew-menu {
    width: 100%;
    height: 52px;
    background: #075BA7;
}
.ter-navBar-box {
    width: 1235px;
    margin: 0 auto;
    height: 52px;
    /*padding-top: 12px;
    padding-left: 10px;*/
}
.ter-navbarNew-nav {
    /*width: 1200px;
    margin: 0 auto;*/
    height: 52px;
    padding-top: 12px;
    padding-left: 10px;
    margin-bottom:0;
}

    .ter-navbarNew-nav li {
        float: left;
        width: 144px;
        height: 40px;
        line-height: 40px;
        border-bottom: none;
        text-align: center;
    }
        .ter-navbarNew-nav li.active {
            background: url(../images/navMenuBg.png) no-repeat center;
            background-size: 100% 100%;
        }
            .ter-navbarNew-nav li.active a {
                color: #333;
            }
        .ter-navbarNew-nav li a {
            display:block;
            color: #fff;
            font-family: Microsoft YaHei;
            font-size: 16px;
        }
.rowStyle{
    margin-bottom: 20px;
}
.swiper-container{
    margin-bottom: 20px;
}
.footerBox{
    width:1200px;
    margin: 0 auto;
    color: #000;
    text-align: left;
}
.footerCode{
    padding-right: 20px;
}
.footerCode img{
    width:74px;
    height:74px;
}
.qrCodeLeft{
    position:absolute;
    left:-137px;
    top:20px;
    z-index:99;
    display:none;
}
.qrCodeLeft img {
    width: 120px;
    height: 120px;
}
.rightHoverBarItem:hover .qrCodeLeft {
    display: block;
}
.tree-search-box {    
    width: 200px;  
    padding-top:10px;
}