html,
body {
    height: 100%;
    overflow: auto;
    margin: 0;
}

.header {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #cdcdcd;
    min-width: 1220px;
    height: 100px;
    margin: 0 auto 20px;
    border-top: 4px solid #f0f0f0;
}

.header .headercenter {
    width: 1220px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.header .headercenter .logo {
    width: 278px;
    height: 100px;
    border-right: 2px solid #e5e5e5;
    float: left;
}

.header .headercenter .logo a {
    width: 116px;
    height: 60px;
    display: inline-block;
    margin-top: 20px;
}

.header .headercenter .logo a img {
    height: 60px;
    width: auto;
}

.header .headercenter .nav {
    width: 1015px;
    height: 38px;
    position: absolute;
    left: 25%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header .headercenter .nav a {
    line-height: 38px;
    display: block;
    float: left;
    background-color: #ffffff;
    #margin: 0 8px;
    margin: 0 16px;
    padding: 0px 10px;
    font-size: 18px;
    color: #717171;
    text-align: center;
    text-decoration: none;
}

.header .headercenter .nav .navactive {
    border-radius: 3px;
    background-color: #e83829;
    color: #ffffff;
}

.header .headercenter .login {
    position: absolute;
    top: 42px;
    right: -90px;
}

.header .headercenter .login a {
    line-height: 15px;
    display: block;
    float: left;
    padding: 0 7px;
    border-left: 2px solid #e5e5e5;
    font-size: 14px;
    color: #717171;
}

.header .headercenter .login a:nth-child(1) {
    border: 0;
}

.header .headercenter .login a:hover {
    color: #027EB3;
}

.headerfix {
    position: fixed;
    top: 0;
    z-index: 1;
}

.container {
    margin: 0 auto;
    width: 1220px;
    height: auto;
    overflow: hidden;
}

.container .sidebar_l {
    width: 940px;
    height: auto;
    padding: 0 36px 0 10px;
    float: left;
    border-right: 1px solid #a0a0a0;
}

.container .sidebar_l .banner {
    width: 940px;
    height: 360px;
    margin: 0 0 20px;
    background-color: #ffffff;
    overflow: hidden;
}

.container .sidebar_l .banner .bannernews {
    width: 700px;
    height: 360px;
    overflow: hidden;
    float: left;
    position: relative;
}

.container .sidebar_l .banner .bannernews .bannerimg {
    width: 700px;
    height: 360px;
    float: left;
    position: relative;
    overflow: hidden;
}

.container .sidebar_l .banner .bannernews .bannerimg a img {
    width: 100%;
    height: 100%;
}

.container .sidebar_l .banner .bannernews .bannerimg h2 {
    width: 100%;
    color: #4b4b4b;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    text-align: left;
    text-indent: 12px;
    background: rgba(0, 0, 0, 0.7);
}

.container .sidebar_l .banner .bannernews .bannerimg h2 a {
    color: #fff;
    text-decoration: none;
}

.container .sidebar_l .banner .bannernews .bannernav {
    position: absolute;
    right: 20px;
    bottom: 18px;
}

.container .sidebar_l .banner .bannernews .bannernav span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.container .sidebar_l .banner .bannernews .bannernav .bannernav_active {
    width: 10px;
    height: 10px;
    background-color: #d82a11;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto!important;
    left: auto!important;
}

.banner .swiper-pagination-bullet {
    opacity: 1!important;
}

.container .sidebar_l .banner .bannerhot {
    float: right;
    width: 240px;
    height: 360px;
}

.container .sidebar_l .banner .bannerhot .hotimg {
    width: 240px;
    height: 120px;
    position: relative;
}

.container .sidebar_l .banner .bannerhot .hotimg img {
    width: 100%;
    height: 100%;
}

.container .sidebar_l .banner .bannerhot .hotimg .hotimg_gray {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.container .sidebar_l .banner .bannerhot .hotimg .hotimg_gray h3 {
    width: 100%;
    height: 100%;
    font-size: 18px;
}

.container .sidebar_l .banner .bannerhot .hotimg .hotimg_gray h3 a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 25px;
}

.container .sidebar_l .banner .bannerhot .hotimg:hover .hotimg_gray {
    display: block;
}

.container .sidebar_l .tabnav {
    height: 38px;
    padding-bottom: 5px;
}

.container .sidebar_l .tabnav span {
    padding: 0 30px;
    margin-right: 30px;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #B4B4B4;
    color: #fff;
}

.container .sidebar_l .tabnav .tabactive {
    background: #01A5EC;
}

.container .sidebar_l .tabshow {
    width: 939px !important;
    min-height: 2000px;
    background-color: #ffffff;
    position: relative;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.container .sidebar_l .tabshow .tababout {
    display: none;
}

.container .sidebar_l .tabshow .tababout .tabnews_li {
    padding: 13px 13px 13px 13px;
    width: auto;
    height: 134px;
    max-height: 134px;
    border: 1px solid #f0f0f0;
    color: #666666;
}

.container .sidebar_l .tabshow .tababout .tabnews_li .tabnews_img {
    float: left;
    margin-right: 26px;
    width: 260px;
    height: 134px;
    overflow: hidden;
}

.container .sidebar_l .tabshow .tababout .tabnews_li .tabnews_img img {
    width: 260px;
    height: 134px;
    transition: all 1.0s;
    -webkit-transition: all 1.0s;
}

.container .sidebar_l .tabshow .tababout .tabnews_li .tabnewsabout {
    width: 624px;
    height: 134px;
    float: left;
    position: relative;
}

.container .sidebar_l .tabshow .tababout .tabnews_li .tabnewsabout .tabnewsabout_t {
    width: 624px;
    overflow: hidden;
    color: #666666;
}

.container .sidebar_l .tabshow .tababout .tabnews_li .tabnewsabout .tabnewsabout_t h2 {
    line-height: 19px;
    font-size: 18px;
    font-weight: bold;
}

.container .sidebar_l .tabshow .tababout .tabnews_li .tabnewsabout .tabnewsabout_t h2 a {
    color: #333333;
    text-decoration: none;
}

.container .sidebar_l .tabshow .tababout .tabnews_li .tabnewsabout .tabnewsabout_t h2 a:hover {
    color: #027EB3;
}

.container .sidebar_l .tabshow .tababout .tabnews_li .tabnewsabout .tabnewsabout_t p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 16px;
}

.container .sidebar_l .tabshow .tababout .tabnews_li .tabnewsabout .tabnewsabout_b {
    width: 624px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: absolute;
    /* bottom: 6px; */
}

.container .sidebar_l .tabshow .tababout .tabnews_li .tabnewsabout .tabnewsabout_b a {
    min-width: 40px;
    height: 24px;
    display: inline-block;
    padding-right: 8px;
    color: #a0a0a0;
    float: left;
    text-decoration: none;
}

.container .sidebar_l .tabshow .tababout .tabnews_li .tabnewsabout .tabnewsabout_b span {
    margin-left: 4px;
    height: 24px;
    color: #a0a0a0;
    float: left;
}

.container .sidebar_l .tabshow .tababout .tabnews_li:hover {
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    background-color: #f7f8fd;
}

.container .sidebar_l .tabshow .tababout .tabnews_li:hover .tabnews_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.container .sidebar_l .tabshow .loading {
    width: 100%;
    color: #01a5ec;
    cursor: pointer;
    margin: 0 auto;
    display: none;
}

.container .sidebar_l .tabshow .loading img {
    margin: 25px auto;
    padding-left: -70px;
}

.container .sidebar_r {
    float: right;
    width: 202px;
    padding: 0 10px 0 20px;
    background: #f0f0f0;
}

.container .sidebar_r .search {
    height: 30px;
    background-color: #fff;
    margin-top: 5px;
}

.container .sidebar_r .search input {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #717171;
    border: 0;
    float: right;
    display: block;
    padding: 2px 2px 2px 6px;
    float: left;
}

.container .sidebar_r .search input:nth-child(1) {
    width: 130px;
}

.container .sidebar_r .search input:nth-child(2) {
    width: 18px;
    height: 20px;
    margin: 5px 6px;
    float: right;
}

.container .sidebar_r h3 {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    text-indent: 8px;
    background-color: #ffffff;
    border-bottom: 1px solid #d0d0d0;
    margin-top: 30px;
}

.container .sidebar_r .hotnews_nav {
    width: 198px;
    height: 30px;
    margin-top: 4px;
}

.container .sidebar_r .hotnews_nav span {
    width: 66px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #282828;
    font-size: 14px;
    display: block;
    float: left;
    border-bottom: 2px solid #868686;
}

.container .sidebar_r .hotnews_nav .hotnews_nav_on {
    color: #01a5ec;
    padding-bottom: 4px;
    background: url(/images/laobing_files/timeon_bg4.png) no-repeat left bottom;
    border: 0;
}

.container .sidebar_r .hotnews_about {
    display: none;
    width: 198px;
    margin-top: 5px;
}

.container .sidebar_r .hotnews_about .hotnews_li {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #b9b9b9;
    font-size: 12px;
    line-height: 22px;
    max-height: 43px;
    padding: 6px 0 5px;
    overflow: hidden;
}

.container .sidebar_r .hotnews_about .hotnews_li span {
    width: 18px;
    height: 14px;
    display: block;
    float: left;
    background: url(http://www.junsaozg.com/images/laobing_files/numhot_bg14.png) no-repeat;
    margin: 3px 0 6px;
}

.container .sidebar_r .hotnews_about .hotnews_li a {
    color: #333333;
    text-decoration: none;
}

.container .sidebar_r .hotnews_about .hotnews_li a:hover {
    color: #027EB3;
}

.container .sidebar_r .hotnews_about .hotnews_li .hotnews_img2 {
    background-position: 0 -14px;
}

.container .sidebar_r .hotnews_about .hotnews_li .hotnews_img3 {
    background-position: 0 -28px;
}

.container .sidebar_r .hotnews_about .hotnews_li .hotnews_img4 {
    background-position: 0 -42px;
}

.container .sidebar_r .hotnews_about .hotnews_li .hotnews_img5 {
    background-position: 0 -56px;
}

.container .sidebar_r .hotnews_about .hotnews_li .hotnews_img6 {
    background-position: 0 -70px;
}

.container .sidebar_r .hotnews_about .hotnews_li .hotnews_img7 {
    background-position: 0 -84px;
}

.container .sidebar_r .hotnews_about .hotnews_li .hotnews_img8 {
    background-position: 0 -98px;
}

.container .sidebar_r .hotnews_about .hotnews_li .hotnews_img9 {
    background-position: 0 -112px;
}

.container .sidebar_r .hotnews_about .hotnews_li .hotnews_img10 {
    background-position: 0 -126px;
}

.container .sidebar_r .tuji_about li {
    padding: 6px 0 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #b9b9b9;
}

.container .sidebar_r .tuji_about li div {
    width: 202px;
    height: 160px;
}

.container .sidebar_r .tuji_about li div a img {
    width: 100%;
    height: 100%;
    border: none;
}

.container .sidebar_r .tuji_about li p {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.container .sidebar_r .tuji_about li p a {
    color: #333333;
    text-decoration: none;
}

.container .sidebar_r .tuji_about li p a:hover {
    color: #027EB3;
}

.container .toTop {
    width: 34px;
    height: 34px;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 140px;
    right: 2.5%;
    z-index: 999;
    background: url(http://www.junsaozg.com/images/laobing_files/totop34.png) no-repeat 0 -34px;
    background-size: 34px auto;
}

.container .toTop:hover {
    background-position: 0 0;
}

.footer .footer_t {
    width: 100%;
    min-width: 1220px;
    height: 38px;
    line-height: 38px;
    background-color: #868686;
    border-bottom: 1px solid #a0a0a0;
    text-align: center;
}

.footer .footer_t a {
    color: #ffffff;
    margin: 0 20px;
}

.footer .footer_b p {
    width: 100%;
    min-width: 1220px;
    height: 38px;
    color: #ffffff;
    background-color: #868686;
    text-align: center;
    line-height: 38px;
}

.footer .footer_b p a {
    position: relative;
    color: #fff;
}

.footer .footer_b p a img {
    // position: absolute;
    display: inline-block;
    // top: -4px;
    // left: -24px;
}

.footer .footer_b p:nth-child(1) {
    line-height: 38px;
}