﻿@charset 'utf-8';
body {
    background: #fff;
    min-width: 1240px;
    min-width: 12.4rem;
}

.opacity90 {
    background-color: #fff;
    background-color: rgb(255, 255, 255, 0.9);
    opacity: 0.9\0;
    filter: alpha(opacity=90);
}

.opacity60 {
    background-color: #fff;
    background-color: rgb(255, 255, 255, 0.6);
    opacity: 0.6\0;
    filter: alpha(opacity=60);
}

.h100p {
    height: 100px;
    height: 1rem;
}

.w100 {
    width: 100%;
}

.w28 {
    width: 28%;
}

.w70 {
    width: 70%;
}


/*****通用样式******/


/*清除浮动*/

.clear {
    clear: both;
}


/*第一种tab切换开始*/

.com-tab {
    width: 500px;
    width: 5rem;
    border: 1px solid #eee;
}

.tab-list {
    height: 40px;
    height: 0.4rem;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.tab-list a {
    float: left;
    width: 33.333%;
    height: 40px;
    height: 0.4rem;
    line-height: 40px;
    line-height: 0.4rem;
    text-align: center;
    font-size: 16px;
    font-size: 0.16rem;
    color: #333;
    /*添加定位，在切换时不会跳动*/
    position: relative;
    top: -1px;
    top: -0.01rem;
}

.tab-list a.cur {
    border-bottom: 2px solid red;
}

.tab-list span {
    float: left;
    line-height: 40px;
    line-height: 0.4rem;
    margin-left: -6px;
    margin-left: -0.06rem;
}

.tab-item {
    padding: 20px;
    padding: 0.2rem;
}

.tab-item a {
    float: left;
    line-height: 36px;
    line-height: 0.36rem;
    color: #666;
    font-size: 14px;
    font-size: 0.14rem;
    max-width: calc(100% - 90px);
    max-width: calc(100% - 0.9rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-item span {
    float: right;
    line-height: 36px;
    line-height: 0.36rem;
    color: #999;
    font-size: 12px;
    font-size: 0.12rem;
}


/*第一种tab切换结束*/


/*第二种tab切换开始*/

.com-tab {
    width: 500px;
    width: 5rem;
    border: 1px solid #eee;
}

.tab-list-bool {
    height: 40px;
    height: 0.4rem;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.tab-list-bool li {
    float: left;
    width: 20%;
    height: 40px;
    height: 0.4rem;
    position: relative;
    top: -1px;
    top: -0.01rem;
}

.tab-list-bool a {
    display: block;
    width: 100%;
    height: 40px;
    height: 0.4rem;
    line-height: 40px;
    line-height: 0.4rem;
    text-align: center;
    font-size: 16px;
    font-size: 0.16rem;
    color: #333;
}

.tab-list-bool li.cur a {
    border-bottom: 2px solid red;
}

.tab-item {
    padding: 20px;
    padding: 0.2rem;
}

.tab-item a {
    float: left;
    line-height: 36px;
    line-height: 0.36rem;
    color: #666;
    font-size: 14px;
    font-size: 0.14rem;
    max-width: calc(100% - 90px);
    max-width: calc(100% - 0.9rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-item span {
    float: right;
    line-height: 36px;
    line-height: 0.36rem;
    color: #999;
    font-size: 12px;
    font-size: 0.12rem;
}


/*第二种tab切换结束*/


/*左右轮播开始*/

.banner-box,
.banner-img {
    height: 370px;
    height: 3.7rem;
    width: 600px;
    width: 6rem;
    position: relative;
    overflow: hidden;
}

.banner-img a {
    position: absolute;
    top: 0px;
    top: 0px;
    left: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.banner-img img {
    display: block;
    height: 100%;
    width: 100%;
}

.banner-txt {
    height: 40px;
    height: 0.4rem;
    width: 100%;
    background: url(banner-opbg40.png);
    position: absolute;
    bottom: 0px;
    bottom: 0px;
    left: 0px;
    left: 0px;
}

.banner-txt a {
    position: absolute;
    bottom: 0px;
    bottom: 0px;
    left: 0px;
    left: 0px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-size: 0.14rem;
    line-height: 40px;
    line-height: 0.4rem;
    padding-left: 20px;
    padding-left: 0.2rem;
}

.banner-num {
    position: absolute;
    bottom: 15px;
    bottom: 0.15rem;
    right: 20px;
    right: 0.2rem;
    font-size: 0px;
    font-size: 0px;
}

.banner-num span {
    display: inline-block;
    height: 10px;
    height: 0.1rem;
    width: 10px;
    width: 0.1rem;
    border-radius: 50%;
    background: #fff;
    margin-left: 8px;
    margin-left: 0.08rem;
    cursor: pointer;
}

.banner-num span.cur {
    background: red;
}

.banner-index {
    position: absolute;
    bottom: 10px;
    bottom: 0.1rem;
    right: 140px;
    right: 1.4rem;
}

.banner-index span {
    color: #fff;
    font-size: 14px;
    font-size: 0.14rem;
}

.banner-index span.ban-dy {
    font-size: 18px;
    font-size: 0.18rem;
}

.banner-btn {
    position: absolute;
    height: 70px;
    height: 0.7rem;
    width: 35px;
    width: 0.35rem;
    font-size: 40px;
    font-size: 0.4rem;
    color: #fff;
    margin-top: -35px;
    margin-top: -0.35rem;
    text-align: center;
    line-height: 70px;
    line-height: 0.7rem;
    top: 50%;
    background: url(banner-opbg40.png);
    cursor: pointer;
    display: none;
}

.banner-left {
    left: 0px;
    left: 0px;
}

.banner-right {
    right: 0px;
    right: 0px;
}

.banner-box:hover .banner-btn {
    display: block;
}


/*左右轮播结束*/


/*上下轮播开始*/

.news-line {
    height: 50px;
    height: 0.5rem;
    width: 100%;
    border: 1px solid #ccc;
}

.news-icon {
    height: 50px;
    height: 0.5rem;
    line-height: 50px;
    line-height: 0.5rem;
    text-align: center;
    color: #666;
    background: #ccc;
    width: 100px;
    width: 1rem;
}

.news-cont {
    height: 50px;
    height: 0.5rem;
    width: 800px;
    width: 8rem;
    position: relative;
    margin-left: 50px;
    margin-left: 0.5rem;
    overflow: hidden;
}

.news-cont a {
    display: block;
    position: absolute;
    top: 0px;
    top: 0px;
    left: 0px;
    left: 0px;
    height: 50px;
    height: 0.5rem;
    width: 100%;
    line-height: 50px;
    line-height: 0.5rem;
    max-width: 800px;
    max-width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-btns {
    margin: 4px 20px 0 0;
    margin: 0.04rem 0.2rem 0 0;
}

.news-btns span {
    display: block;
    height: 20px;
    height: 0.2rem;
    width: 20px;
    width: 0.2rem;
    text-align: center;
    line-height: 20px;
    line-height: 0.2rem;
    color: #666;
    font-size: 20px;
    font-size: 0.2rem;
    background: #eee;
    margin-bottom: 2px;
    margin-bottom: 0.02rem;
    cursor: pointer;
}

.news-btns span:hover {
    background: red;
}


/*上下轮播结束*/


/*新闻头条滚动开始*/

.roll-news-line {
    height: 50px;
    height: 0.5rem;
    width: 100%;
    border: 1px solid #ccc;
}

.roll-news-icon {
    height: 50px;
    height: 0.5rem;
    line-height: 50px;
    line-height: 0.5rem;
    text-align: center;
    color: #666;
    background: #ccc;
    width: 100px;
    width: 1rem;
}

.roll-news-cont {
    height: 50px;
    height: 0.5rem;
    width: 800px;
    width: 8rem;
    position: relative;
    margin-left: 50px;
    margin-left: 0.5rem;
    overflow: hidden;
}

.roll-news-cont a {
    display: block;
    position: absolute;
    top: 0px;
    top: 0px;
    left: 0px;
    left: 0px;
    height: 50px;
    height: 0.5rem;
    width: 100%;
    line-height: 50px;
    line-height: 0.5rem;
    max-width: 800px;
    max-width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.roll-news-btns {
    margin: 4px 20px 0 0;
    margin: 0.04rem 0.2rem 0 0;
}

.roll-news-btns span {
    display: block;
    height: 20px;
    height: 0.2rem;
    width: 20px;
    width: 0.2rem;
    text-align: center;
    line-height: 20px;
    line-height: 0.2rem;
    color: #666;
    font-size: 20px;
    font-size: 0.2rem;
    background: #eee;
    margin-bottom: 2px;
    margin-bottom: 0.02rem;
    cursor: pointer;
}

.roll-news-btns span:hover {
    background: red;
}


/*新闻头条滚动结束*/


/*渐变轮播开始*/

.fade-box,
.fade-img {
    height: 370px;
    height: 3.7rem;
    width: 600px;
    width: 6rem;
    position: relative;
    overflow: hidden;
}

.fade-img a {
    position: absolute;
    top: 0px;
    top: 0px;
    left: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.fade-img img {
    display: block;
    height: 100%;
    width: 100%;
}

.fade-txt {
    height: 40px;
    height: 0.4rem;
    width: 100%;
    background: url(banner-opbg40.png) no-repeat;
    position: absolute;
    bottom: 0px;
    bottom: 0px;
    left: 0px;
    left: 0px;
}

.fade-txt a {
    position: absolute;
    bottom: 0px;
    bottom: 0px;
    left: 0px;
    left: 0px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-size: 0.14rem;
    line-height: 40px;
    line-height: 0.4rem;
    padding-left: 20px;
    padding-left: 0.2rem;
}

.dy-num {
    position: absolute;
    bottom: 5px;
    bottom: 0.05rem;
    right: 130px;
    right: 1.3rem;
}

.dy-num span {
    color: #fff;
}

.dy-index {
    font-size: 26px;
    font-size: 0.26rem;
}

.fade-num {
    position: absolute;
    bottom: 15px;
    bottom: 0.15rem;
    right: 20px;
    right: 0.2rem;
    font-size: 0px;
    font-size: 0px;
}

.fade-num span {
    display: inline-block;
    height: 10px;
    height: 0.1rem;
    width: 10px;
    width: 0.1rem;
    border-radius: 50%;
    background: #fff;
    margin-left: 8px;
    margin-left: 0.08rem;
    cursor: pointer;
}

.fade-num span.cur {
    background: red;
}

.fade-btn {
    position: absolute;
    height: 70px;
    height: 0.7rem;
    width: 35px;
    width: 0.35rem;
    font-size: 40px;
    font-size: 0.4rem;
    color: #fff;
    margin-top: -35px;
    margin-top: -0.35rem;
    text-align: center;
    line-height: 70px;
    line-height: 0.7rem;
    top: 50%;
    background: url(banner-opbg40.png);
    cursor: pointer;
    display: none;
}

.fade-left {
    left: 0px;
    left: 0px;
}

.fade-right {
    right: 0px;
    right: 0px;
}

.fade-box:hover .fade-btn {
    display: block;
}


/*渐变轮播开始*/


/*多张轮播其中一张轮播开始*/

.ban-more-box {
    width: 1200px;
    width: 12rem;
    height: 200px;
    height: 2rem;
    position: relative;
    overflow: hidden;
    background: #efefef;
}

.ban-more-img {
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0px;
    top: 0px;
    left: 0px;
    left: 0px;
}

.ban-more-img p {
    float: left;
    width: 222px;
    width: 2.22rem;
    height: 198px;
    height: 1.98rem;
    overflow: hidden;
    margin-right: 20px;
    margin-right: 0.2rem;
    border: 1px solid #eee;
}

.ban-more-img .img-link {
    height: 160px;
    height: 1.6rem;
    width: 100%;
    overflow: hidden;
    display: block;
}

.ban-more-img .img-tit {
    height: 40px;
    height: 0.4rem;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 40px;
    line-height: 0.4rem;
}

.ban-more-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.ban-more-btn {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    margin-top: -0.4rem;
    height: 50px;
    height: 0.5rem;
    width: 30px;
    width: 0.3rem;
    background: url(banner-opbg40.png);
    font-size: 30px;
    font-size: 0.3rem;
    line-height: 50px;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: none;
}

.ban-more-box:hover .ban-more-btn {
    display: block;
}

.ban-more-left {
    left: 1px;
    left: 0.01rem;
}

.ban-more-right {
    right: 1px;
    right: 0.01rem;
}


/*多张轮播其中一张轮播结束*/


/*多张滚动开始*/

.ban-roll-box {
    width: 1200px;
    width: 12rem;
    height: 200px;
    height: 2rem;
    position: relative;
    overflow: hidden;
    background: #efefef;
}

.ban-roll-img {
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0px;
    top: 0px;
    left: 0px;
    left: 0px;
}

.ban-roll-img p {
    float: left;
    width: 222px;
    width: 2.22rem;
    height: 198px;
    height: 1.98rem;
    overflow: hidden;
    margin-right: 20px;
    margin-right: 0.2rem;
    border: 1px solid #eee;
}

.ban-roll-img .img-link {
    height: 160px;
    height: 1.6rem;
    width: 100%;
    overflow: hidden;
    display: block;
}

.ban-roll-img .img-tit {
    height: 40px;
    height: 0.4rem;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 40px;
    line-height: 0.4rem;
}

.ban-roll-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.ban-roll-btn {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    margin-top: -0.4rem;
    height: 50px;
    height: 0.5rem;
    width: 30px;
    width: 0.3rem;
    background: url(banner-opbg40.png);
    font-size: 30px;
    font-size: 0.3rem;
    line-height: 50px;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: none;
}

.ban-roll-box:hover .ban-roll-btn {
    display: block;
}

.ban-roll-left,
.roll-left {
    left: 1px;
    left: 0.01rem;
}

.ban-roll-right,
.roll-right {
    right: 1px;
    right: 0.01rem;
}


/*多张滚动结束*/