.min {
    width: 100%;
}

.focus_news {
    width: 100%;
    background: #fff;
    padding: 12px 0;
}

.focus_news .word {
    width: 1200px;
    margin: 0 auto;
}

.focus_news .word .left {
    width: 60%;
    float: left
}

.focus_news .word .left .title {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 42px;
    float: left;
    font-width:600;
}

.focus_news .word .left .title:before {
    margin-right: 4px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url("../images/gonggao.png") no-repeat 100% 100%;
}

.focus_news .word .left .focus_news_swiper {
    width: 620px;
    height: 42px;
    overflow: hidden
}

.focus_news .word .left .focus_news_swiper .swiper-slide {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 42px;
}

.focus_news .word .left .focus_news_swiper .swiper-slide span {
    color: #999999;
}

.focus_news .word .right {
    width: 40%;
    float: right;
    text-align: right
}

.focus_news .word .right input {
    width: 342px;
    height: 42px;
    background: #fff;
    border: 1px solid #eaeaea;
    font-size: 14px;
    color: #b7b7b7;
    line-height: 40px;
    padding: 0 5px;
}

.focus_news .word .right a {
    display: inline-block;
    width: 100px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    background: #696969;
}

/*最新*/
.newest {
    width: 1200px;
    margin: 20px auto 14px auto;
    background: #fff;
}

.newest .left {
    width: 584px;
    float: left;
    position: relative;
	padding: 15px 20px;
}

.newest .left .swiper-slide {
    font-size: 0;
    position: relative
}

.newest .left .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30%;
    padding-left: 20px;
}

.newest .left .swiper-slide img {
    width: 100%;
	height: 440px;
	object-fit: cover;
}

.newest .left .newest_fen {
    width: 100%;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    line-height: 50px;
    padding-right: 20px;
}

.newest .left .newest_fen span.swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: #fff;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    margin-left: 3px;
    margin-right: 0;
    color: #666;
    border-radius: 0;
    opacity: 1;
}

.newest .left .newest_fen span.swiper-pagination-bullet-active {
    background: #1658C5;
    color: #fff;
}

.newest .right {
    width: 616px;
    float: right;
    padding: 15px 20px;
}

.newest .right .title {
    width: 100%;
    line-height: 45px;
    background: #eaeaea;
    margin-bottom: 12px;
}

.newest .right .title span {
    width: 124px;
    text-align: center;
    font-size: 16px;
    height: 45px;
    display: inline-block;
    color: #333;
    cursor: pointer;
}
.newest .right .title span.on{
    color: #fff;
    background: url("../images/title.png") no-repeat 0 0;
    background-size: 100% 100%;
}



.newest .right .title a {
    display: inline-block;
    float: right;
    line-height: 45px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}

.newest .right .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.newest .right .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}

.newest .right .details {
    width: 100%;
    display: none;
}

.newest .right .bottom .on{display: block!important;}
.newest .right .detailed {
    width: 100%;
}

.newest .right .detailed .img {
    width: 171px;
    font-size: 0;
    float: left
}

.newest .right .detailed .img img {
    width: 100%
}

.newest .right .detailed .txt {
    width: 405px;
    float: left;
    padding-left: 12px;
}

.newest .right .detailed .txt .h {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.newest .right .detailed .txt .time {
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 28px;
}

.newest .right .detailed .txt .p {
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 21px;
}

.newest .right .detailed:hover .h {
    color: #1658C5
}

.newest .right .detailed:hover .p {
    color: #1658C5
}

.newest .right .list {
    width: 100%;
}

.newest .right .list li {
    width: 100%;
    margin-top: 18px;
}

.newest .right .list li a {
    display: block;
    line-height: 14px;
}

.newest .right .list li p {
    padding-left: 14px;
    color: #666;
    position: relative;
    display: inline-block;
    width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
}

.newest .right .list li p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #bdbdbd;
}

.newest .right .list li span {
    float: right;
    font-size: 12px;
    color: #999999;
}

.newest .right .list li:hover p {
    color: #1658C5
}

.newest .right .list li:hover span {
    color: #1658C5
}

.newest .right .list li:hover p:before {
    background: #1658C5
}

.newest .newest_swiper_left {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    display: inline-block;
    position: absolute;
    /* left: -7px; */
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    padding-top: 10px
}

.newest .newest_swiper_right {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    display: inline-block;
    position: absolute;
    /* right: -7px; */
	right: 20px;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    padding-top: 10px
}
.newest .newest_swiper_right:hover {
    background: #1658C5
}
.newest .newest_swiper_left:hover {
    background: #1658C5
}
/*动态栏目*/
.column {
    width: 1200px;
    margin: 14px auto;
}

.column li.column_li {
    width: 436px;
    float: left;
    margin-right: 14px;
    background: #fff;
    padding: 10px 15px;
    height: 380px
}

.column li.column_li .title {
    width: 100%;
    position: relative
}

.column li.column_li .title span {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/title_li.png") no-repeat 5px 25%;
    font-size: 18px;
    color: #333;
    padding-bottom: 6px;
    font-weight: 600
}

.column li.column_li .title a {
    display: inline-block;
    float: right;
    line-height: 26px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}

.column li.column_li .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.column li.column_li .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}

.column li.column_li .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/borde.png") 0 50%;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 1px solid #d9d9d9
}

.column li.stay {
    width: 300px;
    float: left;
    background: #fff;
    height: 380px
}

.column li.column_li .list {
    width: 100%;
    padding-top: 10px;
}

.column li.column_li .list li {
    width: 100%;
}

.column li.column_li .list li a {
    display: block;
    line-height: 14px;
}

.column li.column_li .list li p {
    padding-left: 14px;
    color: #666;
    position: relative;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 28px;
}

.column li.column_li .list li p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #bdbdbd;
}

.column li.column_li .list li span {
    float: right;
    font-size: 12px;
    color: #999999;
    display: inline-block;
    line-height: 28px;
}

.column li.column_li .list li:hover p {
    color: #1658C5
}

.column li.column_li .list li:hover span {
    color: #1658C5
}

.column li.column_li .list li:hover p:before {
    background: #1658C5
}

.column li.stay .message {
    width: 100%;
    height: 50px;
    background: url("../images/message.png") no-repeat 0 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 600
}

.column li.stay .liuyan {
    width: 100%;
    padding: 18px 12px;
}

.column li.stay .liuyan li {
    width: 100%;
    height: 76px;
    margin-bottom: 10px;
}

.column li.stay .liuyan li a {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
}

.column li.stay .liuyan li a .p1 {
    width: 90%;
    font-size: 18px;
    color: #353535;
    text-align: center;
    padding-top: 20px
}

.column li.stay .liuyan li a .p2 {
    width: 90%;
    font-size: 8px;
    color: #353535;
    text-align: center
}

.column li.stay .liuyan li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 28%;
    top: 50%;
    width: 2px;
    height: 40px;
    background: #9ab0c5;
    margin-top: -20px;
}

.column li.stay .liuyan li.juzhang {
    background: url("../images/liuyan1.png") no-repeat 0 0;
    background-size: 100% 100%
}

.column li.stay .liuyan li.lianz {
    background: url("../images/lianz.png") no-repeat 0 0;
    background-size: 100% 100%
}

.column li.stay .liuyan li.liu {
    background: url("../images/liu.png") no-repeat 0 0;
    background-size: 100% 100%
}

/*广告*/
.guang {
    width: 1200px;
    margin: 14px auto;
    font-size: 0;
    position: relative;
    overflow: hidden
}

.guang > img {
    width: 100%;
}

.guang .p1 {
    width: 326px;
    position: absolute;
    left: 246px;
    top: 25px;
}

.guang .p2 {
    width: 582px;
    position: absolute;
    left: 450px;
    top: 68px;
}

/*要点专栏*/
.special {
    width: 1200px;
    margin: 14px auto;
}

.special .left {
    width: 436px;
    float: left;
    background: #fff;
    padding: 10px 15px;
    height: 380px;
    overflow: hidden
}

.special .left .title {
    width: 100%;
    position: relative
}

.special .left .title span {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/title_li.png") no-repeat 5px 25%;
    font-size: 18px;
    color: #333;
    padding-bottom: 6px;
    font-weight: 600
}

.special .left .title a {
    display: inline-block;
    float: right;
    line-height: 26px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}

.special .left .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.special .left .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}

.special .left .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/borde.png") 0 50%;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 1px solid #d9d9d9
}

.special .left .list {
    width: 100%;
    padding-top: 10px;
}

.special .left .list li {
    width: 100%;
}

.special .left .list li a {
    display: block;
    line-height: 14px;
}

.special .left .list li p {
    padding-left: 14px;
    color: #666;
    position: relative;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 28px;
}

.special .left .list li p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #bdbdbd;
}

.special .left .list li span {
    float: right;
    font-size: 12px;
    color: #999999;
    display: inline-block;
    line-height: 28px;
}

.special .left .list li:hover p {
    color: #1658C5
}

.special .left .list li:hover span {
    color: #1658C5
}

.special .left .list li:hover p:before {
    background: #1658C5
}

.special .right {
    width: 750px;
    float: left;
    margin-left: 14px;
    background: #fff;
    padding: 10px 15px;
    height: 380px;
    overflow: hidden
}

.special .right .title {
    width: 100%;
    line-height: 45px;
    background: #eaeaea;
    margin-bottom: 12px;
}

.special .right .title span {
    cursor: pointer;
    width: 124px;
    text-align: center;
    font-size: 16px;
    height: 45px;
    display: inline-block;
    color: #333;
}

.special .right .title span.on {
    color: #fff;
    background: url("../images/title.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.special .right .title a {
    display: inline-block;
    float: right;
    line-height: 45px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}

.special .right .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.special .right .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}

.special .right .details {
    width: 100%;
    margin-top: 14px;
    display: none;
}

.special .right .details .img {
    width: 180px;
    float: left;
    font-size: 0;
}

.special .right .details .img img {
    width: 100%;
}

.special .right .details .txt {
    width: 531px;
    float: left;
    padding-left: 18px;
}

.special .right .details .txt .list {
    width: 100%;
}

.special .right .details .txt .list li {
    width: 100%;
}

.special .right .details .txt .list li a {
    display: block;
    line-height: 14px;
}

.special .right .details .txt .list li p {
    padding-left: 14px;
    color: #666;
    position: relative;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 28px;
}

.special .right .details .txt .list li p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #bdbdbd;
}

.special .right .details .txt .list li span {
    float: right;
    font-size: 12px;
    color: #999999;
    display: inline-block;
    line-height: 28px;
}

.special .right .details .txt .list li:hover p {
    color: #1658C5
}

.special .right .details .txt .list li:hover span {
    color: #1658C5
}

.special .right .details .txt .list li:hover p:before {
    background: #1658C5
}

.special .right .bottom .on {
    display: block;
}

/*下属*/
.subordinate {
    width: 1200px;
    background: #fff;
    margin: 14px auto;
    padding: 20px;
}

.subordinate .title {
    width: 100%;
    position: relative
}

.subordinate .title span {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/title_li.png") no-repeat 5px 25%;
    font-size: 18px;
    color: #333;
    padding-bottom: 6px;
    font-weight: 600
}

.subordinate .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/borde.png") 0 50%;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 1px solid #d9d9d9
}

.subordinate ul {
    width: 100%;
    padding: 16px 6px 6px 6px;
}

.subordinate ul li {
    width: 16.66%;
    height: 79px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 79px;
    float: left;
    position: relative;
}

.subordinate ul li a {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #333;
    height: 100%;
    background: #efefef;
}

.subordinate ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: 20%;
    top: 50%;
    width: 9px;
    background: url("../images/sanjiao.png") no-repeat 0 50%;
    height: 10px;
    margin-top: -5px;
}

.subordinate ul li:hover a {
    background: #1658C5;
    color: #fff;
}

/*报表*/
.report {
    width: 1200px;
    margin: 14px auto;
}

.report .left {
    width: 750px;
    float: left;
    margin-right: 14px;
    background: #fff;
    padding: 13px 15px;
    height: 350px;
    overflow: hidden
}

.report .left .title {
    width: 100%;
    line-height: 45px;
    background: #eaeaea;
    margin-bottom: 12px;
}

.report .left .title span {
    cursor: pointer;
    width: 124px;
    text-align: center;
    font-size: 16px;
    height: 45px;
    display: inline-block;
    color: #333;
}

.report .left .title span.chang {
    width: 160px
}

.report .left .title span.on {
    color: #fff;
    background: url("../images/title.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.report .left .title a {
    display: inline-block;
    float: right;
    line-height: 45px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}

.report .left .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.report .left .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}

.report .left .details {
    width: 100%;
    margin-top: 14px;
    display: none;
}

.report .left .details .img {
    width: 180px;
    float: left;
    font-size: 0;
}

.report .left .details .img img {
    width: 100%;
}

.report .left .details .txt {
    width: 531px;
    float: left;
    padding-left: 18px;
}

.report .left .details .txt .list {
    width: 100%;
}

.report .left .details .txt .list li {
    width: 100%;
}

.report .left .details .txt .list li a {
    display: block;
    line-height: 14px;
}

.report .left .details .txt .list li p {
    padding-left: 14px;
    color: #666;
    position: relative;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 28px;
}

.report .left .details .txt .list li p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #bdbdbd;
}

.report .left .details .txt .list li span {
    float: right;
    font-size: 12px;
    color: #999999;
    display: inline-block;
    line-height: 28px;
}

.report .left .details .txt .list li:hover p {
    color: #1658C5
}

.report .left .details .txt .list li:hover span {
    color: #1658C5
}

.report .left .details .txt .list li:hover p:before {
    background: #1658C5
}

.report .left .bottom .on {
    display: block;
}

.report .left .title {
    width: 100%;
    line-height: 45px;
    background: #eaeaea;
    margin-bottom: 12px;
}

.report .left .title span {
    cursor: pointer;
    width: 124px;
    text-align: center;
    font-size: 16px;
    height: 45px;
    display: inline-block;
    color: #333;
}

.report .left .title span.on {
    color: #fff;
    background: url("../images/title.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.report .left .title a {
    display: inline-block;
    float: right;
    line-height: 45px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}

.report .left .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.report .left .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}

.report .left .detailed {
    width: 100%;
}

.report .left .detailed .img {
    width: 171px;
    font-size: 0;
    float: left
}

.report .left .detailed .img img {
    width: 100%
}

.report .left .detailed .txt {
    width: 405px;
    float: left;
    padding-left: 12px;
}

.report .left .detailed .txt .h {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.report .left .detailed .txt .time {
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 28px;
}

.report .left .detailed .txt .p {
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 21px;
}

.report .left .detailed:hover .h {
    color: #1658C5
}

.report .left .detailed:hover .p {
    color: #1658C5
}

.report .left .list {
    width: 100%;
}

.report .left .list li {
    width: 100%;
    margin-top: 18px;
}

.report .left .list li a {
    display: block;
    line-height: 14px;
}

.report .left .list li p {
    padding-left: 14px;
    color: #666;
    position: relative;
    display: inline-block;
    width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
}

.report .left .list li p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #bdbdbd;
}

.report .left .list li span {
    float: right;
    font-size: 12px;
    color: #999999;
}

.report .left .list li:hover p {
    color: #1658C5
}

.report .left .list li:hover span {
    color: #1658C5
}

.report .left .report .left.list li:hover p:before {
    background: #1658C5
}

.report .left .bottom .on {
    display: block;
}

.report .right {
    width: 436px;
    float: left;
    background: #fff;
    padding: 10px 15px;
    height: 350px;
    overflow: hidden
}

.report .right .title {
    width: 100%;
    position: relative
}

.report .right .title span {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/title_li.png") no-repeat 5px 25%;
    font-size: 18px;
    color: #333;
    padding-bottom: 6px;
    font-weight: 600
}

.report .right .title a {
    display: inline-block;
    float: right;
    line-height: 26px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}

.report .right .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.report .right .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}

.report .right .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/borde.png") 0 50%;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 1px solid #d9d9d9
}

.report .right .list {
    width: 100%;
    padding-top: 10px;
}

.report .right .list li {
    width: 100%;
}

.report .right .list li a {
    display: block;
    line-height: 14px;
}

.report .right .list li p {
    padding-left: 14px;
    color: #666;
    position: relative;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 28px;
}

.report .right .list li p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #bdbdbd;
}

.report .right .list li span {
    float: right;
    font-size: 12px;
    color: #999999;
    display: inline-block;
    line-height: 28px;
}

.report .right .list li:hover p {
    color: #1658C5
}

.report .right .list li:hover span {
    color: #1658C5
}

.report .right .list li:hover p:before {
    background: #1658C5
}

/*广告*/
.guang2 {
    width: 1200px;
    margin: 14px auto;
    font-size: 0;
    position: relative;
}

.guang2 > img {
    width: 100%;
}

.guang2 .p1 {
    width: 326px;
    position: absolute;
    left: 147px;
    top: 21px;
}

.guang2 .p2 {
    width: 582px;
    position: absolute;
    left: 369px;
    top: 60px;
}

/*工作*/
.work {
    width: 1200px;
    margin: 14px auto;
    background: #fff;
    padding: 17px 20px;
}

.work .title {
    width: 100%;
    line-height: 45px;
    background: #eaeaea;
}

.work .title a {
    display: inline-block;
    float: right;
    line-height: 45px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}

.work .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.work .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}

.work .left {
    width: 486px;
    float: left;
    font-size: 0;
}

.work .left img {
    width: 100%;
}

.work .right {
    width: 616px;
    float: left;
    padding: 0 20px;
}

.work .right .detailed {
    width: 100%;
}

.work .right .detailed .img {
    width: 171px;
    font-size: 0;
    float: left
}

.work .right .detailed .img img {
    width: 100%
}

.work .right .detailed .txt {
    width: 405px;
    float: left;
    padding-left: 12px;
}

.work .right .detailed .txt .h {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.work .right .detailed .txt .time {
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 28px;
}

.work .right .detailed .txt .p {
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 21px;
}

.work .right .detailed:hover .h {
    color: #1658C5
}

.work .right .detailed:hover .p {
    color: #1658C5
}

.work .right .list {
    width: 100%;
}

.work .right .list li {
    width: 100%;
    margin-top: 18px;
}

.work .right .list li a {
    display: block;
    line-height: 14px;
}

.work .right .list li p {
    padding-left: 14px;
    color: #666;
    position: relative;
    display: inline-block;
    width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
}

.work .right .list li p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #bdbdbd;
}

.work .right .list li span {
    float: right;
    font-size: 12px;
    color: #999999;
}

.work .right .list li:hover p {
    color: #1658C5
}

.work .right .list li:hover span {
    color: #1658C5
}

.work .right .list li:hover p:before {
    background: #1658C5
}

.work .word {
    display: none;
    margin-top: 16px;
    margin-bottom: 8px;
}

.work .on {
    display: block;
}

.work .title span {
    cursor: pointer;
    width: 124px;
    text-align: center;
    font-size: 16px;
    height: 45px;
    display: inline-block;
    color: #333;
}

.work .title span.on {
    color: #fff;
    background: url("../images/title.png") no-repeat 0 0;
    background-size: 100% 100%;
}


/*工作1*/
.work1 {
    width: 1200px;
    margin: 14px auto;
    background: #fff;
    padding: 17px 20px;
}

.work1 .title {
    width: 100%;
    line-height: 45px;
    background: #eaeaea;
}

.work1 .title a {
    display: inline-block;
    float: right;
    line-height: 45px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}

.work1 .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.work1 .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}

.work1 .left {
    width: 486px;
    float: left;
    font-size: 0;
}

.work1 .left img {
    width: 100%;
}

.work1 .right {
    width: 616px;
    float: left;
    padding: 0 20px;
}

.work1 .right .detailed {
    width: 100%;
}

.work1 .right .detailed .img {
    width: 171px;
    font-size: 0;
    float: left
}

.work1 .right .detailed .img img {
    width: 100%
}

.work1 .right .detailed .txt {
    width: 405px;
    float: left;
    padding-left: 12px;
}

.work1 .right .detailed .txt .h {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.work1 .right .detailed .txt .time {
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 28px;
}

.work1 .right .detailed .txt .p {
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 21px;
}

.work1 .right .detailed:hover .h {
    color: #1658C5
}

.work1 .right .detailed:hover .p {
    color: #1658C5
}

.work1 .right .list {
    width: 100%;
}

.work1 .right .list li {
    width: 100%;
    margin-top: 18px;
}

.work1 .right .list li a {
    display: block;
    line-height: 14px;
}

.work1 .right .list li p {
    padding-left: 14px;
    color: #666;
    position: relative;
    display: inline-block;
    width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
}

.work1 .right .list li p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #bdbdbd;
}

.work1 .right .list li span {
    float: right;
    font-size: 12px;
    color: #999999;
}

.work1 .right .list li:hover p {
    color: #1658C5
}

.work1 .right .list li:hover span {
    color: #1658C5
}

.work1 .right .list li:hover p:before {
    background: #1658C5
}

.work1 .word {
    display: none;
    margin-top: 16px;
    margin-bottom: 8px;
}

.work1 .on {
    display: block;
}

.work1 .title span {
    cursor: pointer;
    width: 124px;
    text-align: center;
    font-size: 16px;
    height: 45px;
    display: inline-block;
    color: #333;
}

.work1 .title span.on {
    color: #fff;
    background: url("../images/title.png") no-repeat 0 0;
    background-size: 100% 100%;
}


/*陈果关怀*/
.care {
    width: 1200px;
    margin: 14px auto;
}

.care .left {
    width: 436px;
    float: left;
    background: #fff;
    padding: 10px 15px;
    height: 380px;
    overflow: hidden
}

.care .left .title {
    width: 100%;
    position: relative
}

.care .left .title span {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/title_li.png") no-repeat 5px 25%;
    font-size: 18px;
    color: #333;
    padding-bottom: 6px;
    font-weight: 600
}

.care .left .title a {
    display: inline-block;
    float: right;
    line-height: 26px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}

.care .left .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.care .left .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}

.care .left .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/borde.png") 0 50%;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 1px solid #d9d9d9
}

.care .left .list {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.care .left .list p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.care .left .list p span {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

/*.care .left .list li{width: 100%;}*//*.care .left .list li a{display: block;line-height: 14px;}*//*.care .left .list li p{padding-left: 14px;color: #666;position: relative;display: inline-block;width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size:14px;line-height: 28px;}*//*.care .left .list li p:before{content: "";display: block;position: absolute;left: 0;top:50%;margin-top: -2.5px;width:5px;height: 5px;background: #bdbdbd; }*//*.care .left .list li span{float: right;font-size: 12px;color: #999999;display: inline-block;line-height: 28px;}*//*.care .left .list li:hover p{color: #1658C5}*//*.care .left .list li:hover span{color: #1658C5}*//*.care .left .list li:hover p:before{background: #1658C5}*/
.care .right {
    width: 750px;
    float: left;
    margin-left: 14px;
    background: #fff;
    padding: 10px 15px;
    height: 380px;
    overflow: hidden
}
.care .right>div.hied{display: none}
.care .right>div.on{display: block!important;}
.care .right .title {
    width: 100%;
    line-height: 45px;
    background: #eaeaea;
}

.care .right .title span {
    cursor: pointer;
    width: 124px;
    text-align: center;
    font-size: 16px;
    height: 45px;
    display: inline-block;
    color: #333;
}

.care .right .title span.on{  color: #fff;
    background: url("../images/title.png") no-repeat 0 0;
    background-size: 100% 100%;}
.care .right .title a {
    display: inline-block;
    float: right;
    line-height: 26px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
    padding-top: 10px;
}

.care .right .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}

.care .right .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}



.care .right .swip {
    width: 100%;
    position: relative;
}
.care .right .swip1 {
    width: 100%;
    position: relative;
}
.care .right .care_swiper,.care .right .care_swiper1 {
    margin-top: 16px;
    padding: 0 6px;
}

.care .right .swiper-slide {
    font-size: 0;
}

.care .right .swiper-slide img {
    width: 100%;
    height: 223px;

}

.care .right .swiper-slide p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 35px;
}

.care .right .care_left,.care .right .care_left1 {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    padding-top: 10px
}

.care .right .care_right,.care .right .care_right1 {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    padding-top: 10px
}

.care .right .swip span:hover {
    background: #1658C5
}
.care .right .swip1 span:hover {
    background: #1658C5
}
/*广告*/
.guang3 {
    width: 1200px;
    margin: 14px auto;
    font-size: 0;
    position: relative;
}

.guang3 > img {
    width: 100%;
}

.guang3 .p1 {
    width: 326px;
    position: absolute;
    left: 269px;
    top: 20px;
}

.guang3 .p2 {
    width: 582px;
    position: absolute;
    left: 351px;
    top: 60px;
}

/*查询*/
.query {
    width: 1200px;
    margin: 14px auto 33px auto;
    padding: 17px 15px;
    background: #fff;
}

.query .title {
    width: 100%;
    position: relative
}

.query .title span {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/title_li.png") no-repeat 5px 25%;
    font-size: 18px;
    color: #333;
    padding-bottom: 6px;
    font-weight: 600
}

.query .title a {
    display: inline-block;
    float: right;
    line-height: 26px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}

.query .title a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.query .title a i img {
    width: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -3.5px;
}

.query .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/borde.png") 0 50%;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 1px solid #d9d9d9
}

.query ul {
    width: 100%;
    margin: 10px 0;
}

.query ul li {
    width: 20%;
    border: 2.5px solid #fff;
    height: 83px;
    float: left;
    position: relative;
}

.query ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #efefef;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 82px;
}

.query ul li:hover a {
    color: #fff;
    background: #1658C5
}

.query ul li:nth-child(1):after {
    background: url("../images/cha1.png") no-repeat 0 50%;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18%;
    top: 50%;
    margin-top: -15px;
}

.query ul li:nth-child(2):after {
    background: url("../images/cha2.png") no-repeat 0 50%;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18%;
    top: 50%;
    margin-top: -15px;
}

.query ul li:nth-child(3):after {
    background: url("../images/cha3.png") no-repeat 0 50%;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18%;
    top: 50%;
    margin-top: -15px;
}

.query ul li:nth-child(4):after {
    background: url("../images/cha4.png") no-repeat 0 50%;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18%;
    top: 50%;
    margin-top: -15px;
}

.query ul li:nth-child(5):after {
    background: url("../images/cha5.png") no-repeat 0 50%;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18%;
    top: 50%;
    margin-top: -15px;
}

.query ul li:nth-child(6):after {
    background: url("../images/cha6.png") no-repeat 0 50%;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18%;
    top: 50%;
    margin-top: -15px;
}

.query ul li:nth-child(7):after {
    background: url("../images/cha7.png") no-repeat 0 50%;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18%;
    top: 50%;
    margin-top: -15px;
}

.query ul li:nth-child(8):after {
    background: url("../images/cha8.png") no-repeat 0 50%;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18%;
    top: 50%;
    margin-top: -15px;
}

.query ul li:nth-child(9):after {
    background: url("../images/cha9.png") no-repeat 0 50%;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18%;
    top: 50%;
    margin-top: -15px;
}

.query ul li:nth-child(10):after {
    background: url("../images/cha10.png") no-repeat 0 50%;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18%;
    top: 50%;
    margin-top: -15px;
}

.query ul li:hover:nth-child(1):after {
    background: url("../images/chahov1.png") no-repeat 0 50%;
}

.query ul li:hover:nth-child(2):after {
    background: url("../images/chahov2.png") no-repeat 0 50%;
}

.query ul li:hover:nth-child(3):after {
    background: url("../images/chahov3.png") no-repeat 0 50%;
}

.query ul li:hover:nth-child(4):after {
    background: url("../images/chahov4.png") no-repeat 0 50%;
}

.query ul li:hover:nth-child(5):after {
    background: url("../images/chahov5.png") no-repeat 0 50%;
}

.query ul li:hover:nth-child(6):after {
    background: url("../images/chahov6.png") no-repeat 0 50%;
}

.query ul li:hover:nth-child(7):after {
    background: url("../images/chahov7.png") no-repeat 0 50%;
}

.query ul li:hover:nth-child(8):after {
    background: url("../images/chahov8.png") no-repeat 0 50%;
}

.query ul li:hover:nth-child(9):after {
    background: url("../images/chahov9.png") no-repeat 0 50%;
}

.query ul li:hover:nth-child(10):after {
    background: url("../images/chahov10.png") no-repeat 0 50%;
}

.guanggao {
    overflow: hidden
}

.guanggao div {
    display: none
}

.guanggao div.on {
    display: block;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/*侧边栏*/
.Side {
    width: 90px;
    background: #ffffff;
    position: fixed;
    bottom: 100px;
    right: 0;
    border: 1px solid #eaeaea;
    z-index: 9;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.Side .head {
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #1658C5;
}

.Side ul {
    width: 100%;
    padding: 0 11px;
}

.Side ul li {
    width: 100%;
    padding: 10px 0;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    position: relative
}

.Side ul li:not(.top) {
    border-bottom: 1px solid #eaeaea
}

.Side ul li img {
    max-width: 100%;
}

.Side ul li p {
    width: 100%;
    font-size: 12px;
    color: #666;
    padding-top: 10px;
}

.Side ul li > img {
    width: 32px;
}

.Side ul li .tu {
    width: 100px;
    height: 100px;
    font-size: 0;
    position: absolute;
    top: 50%;
    right: 0%;
    margin-top: -50px;
    transform: scale(0);
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari 和 Chrome */
    -o-transform: scale(0); /* Opera */
    -moz-transform: scale(0); /* Firefox */ /*transform: scale(1) translate(-50%);*/ /*-ms-transform: scale(1);	!* IE 9 *!*/ /*-webkit-transform: scale(1) translate(-50%);	!* Safari 和 Chrome *!*/ /*-o-transform: scale(1);	!* Opera *!*/ /*-moz-transform: scale(1) translate(-50%);	!* Firefox *!*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.Side ul li:hover .tu {
    right: 110%;
    transform: scale(1);
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 和 Chrome */
    -o-transform: scale(1); /* Opera */
    -moz-transform: scale(1); /* Firefox */
}

#mainbox .q_style{
	width: 100%;
    line-height: 45px;
    background: #eaeaea;
    margin-bottom: 12px;
}
#mainbox .q_style:after{
	display:none;
}
#mainbox .q_style span{
	min-width: 124px;
    text-align: center;
    font-size: 16px;
    height: 45px;
    display: inline-block;
	padding:0 10px;
	color: #fff;
    background: url(../images/title.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#mainbox .q_style a{
	display: inline-block;
    float: right;
    line-height: 45px;
    font-size: 12px;
    color: #999;
    padding-right: 21px;
    position: relative;
    margin-right: 15px;
}